html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
}

body {
  font-size: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  top: 0;
  left: 0;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  background-position: top left;
}

.is-ie body {
    font-family: 'Trebuchet MS', sans-serif;
}

.royalSlider {
  width: 982px;
  height: 487px;
}

/* Begin Slideshow CSS */

.the-main-site-slideshow-wrappings {
  margin-top: 20px;
}

.the-main-site-slideshow-wrappings .slick-slider .slick-prev,
.the-main-site-slideshow-wrappings .slick-slider .slick-next {
  background-image: none;
  filter: drop-shadow(0px 0px 1px black);
}

.the-main-site-slideshow-wrappings .slick-slider .slick-prev:before,
.the-main-site-slideshow-wrappings .slick-slider .slick-next:before {
  font-size: 32px;
}

.the-main-site-slideshow-wrappings,
.the-main-site-slideshow-wrappings:before,
.the-main-site-slideshow-wrappings:after,
.the-main-site-slideshow-wrappings *,
.the-main-site-slideshow-wrappings *:before,
.the-main-site-slideshow-wrappings *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.the-main-site-slideshow-wrappings .slick-dots {
  bottom: 20px;
  z-index: 9998;
}

.the-main-site-slideshow-wrappings .slick-dots li button:before {
  font-size: 22px;
  font-size: 1.375rem;
}

.the-main-site-slideshow-wrappings .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #5d6144;
}

.the-main-site-slideshow-wrappings,
.the-main-site-slideshow-wrappings div {
  max-width: none;
}

.the-main-site-slideshow-wrappings,
.the-main-site-slideshow-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.the-main-site-slideshow-wrappings .the-main-site-slideshow-wrapper {
  max-width: 962px;
  max-width: min(100%, 962px);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.the-main-slideshow-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.the-main-slideshow-items img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* End Slideshow CSS */

.navigation-menu img {
    vertical-align: bottom;
}

.header-icon {
    float: left;
}

.Alert-Section {
 background: red;
 margin: 0 auto;
 padding: 5px 10px;
 text-align: center;
 display: block;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

.Alert-Section a, 
.Alert-Section a:link, 
.Alert-Section a:visited,
.Alert-Section a:active, 
.Alert-Section a:hover, 
.Alert-Section a:focus {
 display: block;
 color: #fff;
 font-size: 1.2em;
 margin: 0 auto;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}

.Alert-Section a:hover {
 text-decoration: underline;
 opacity: .8;
}


.header-icon img {
    margin-right: 10px;
}

ul.ecard li {
  display: inline-block;
  width: 25%;
  margin-right: 5%;
}

ul.ecard {
    margin-left: 75px;
}

table.ecard-table {
  background: #fff;
}

.content-area-wrap ul li.specialty-doctor-item a:link, .content-area-wrap ul li.specialty-doctor-item a:visited {
  color: #fff;
}

.content-area-wrap ul li.specialty-doctor-item a:hover {
  color: #231f20;
}

.mobile-menu-item {
    display: none !important;
}

.mobile-site-search-wrap {
    display: none;
}

.mobile-site-search {
    text-align: center;
    padding: 6px 10px;
    display: none;
}

a.search-health-topics,
a.search-health-topics:link,
a.search-health-topics:visited,
a.search-health-topics:hover,
a.search-health-topics:active,
a.search-health-topics:focus {
    text-decoration: none;
    line-height: 39px;
    margin-left: 10px;
    font-size: 16px;
    float: right;
}

.rsDefault, 
.rsDefault .rsOverflow, 
.rsDefault .rsSlide, 
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
    background: none;
}

.visibleNearby {
    background: #919fab;
  width: 100%;
  color: #000;
  padding: 0;
}
.visibleNearby .rsGCaption {
    display: none;
}

.visibleNearby .rsSlide img {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.9);  
  -moz-transform: scale(0.9); 
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*****************************************************************************/

.our-research-box, .our-locations-box {
  border: 2px solid #545A31;
}

.doctor-listing-wrapper {
  height: 160px;
  overflow: hidden;
}

.doctor-listing-cell-wrappers {
    background: #5f6539;
    padding: 10px;
    background: rgb(80,84,45); /* Old browsers */
background: -moz-linear-gradient(top, rgba(80,84,45,1) 45%, rgba(69,73,38,1) 57%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(80,84,45,1)), color-stop(57%,rgba(69,73,38,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(80,84,45,1) 45%,rgba(69,73,38,1) 57%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(80,84,45,1) 45%,rgba(69,73,38,1) 57%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(80,84,45,1) 45%,rgba(69,73,38,1) 57%); /* IE10+ */
background: linear-gradient(135deg, #1B472B, #3A6B4F); /* W3C */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#50542d', endColorstr='#454926',GradientType=0 )"; /* IE6-9 */
}

.doctor-biography {
    margin-top: 10px;
}

.doctor-listing-cell-wrappers .caption {
    padding: 10px;
    color: #000;
    background: #919fab;
    display: none;
}

.doctor-listing {
    overflow: hidden;
}

.doctor-listing li {
    display: inline-block;
    float: left;
    margin-left: 0;
  	position: relative;
  	overflow: hidden;
  	z-index: 1;
}

.doctor-listing-wrapper .bx-wrapper .bx-viewport {
  border-width: 0;
}

.doctor-listing li a,
.doctor-listing li a:link,
.doctor-listing li a:visited,
.doctor-listing li a:hover,
.doctor-listing li a:focus,
.doctor-listing li a:active {
  display: block;
  overflow: hidden;
  z-index: 1;
}

.doctor-listing li .doctor-photo,
.doctor-listing li .doctor-name {
  display: block;
}

.doctor-listing li .doctor-photo {
  position: relative;
  z-index: 1;
}

.doctor-listing li .doctor-name {
  transition: font-size 0.2s, background-color 0.2s;
  font-size: 0.65rem;
  padding: 0.25rem;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.doctor-listing li a:hover .doctor-name,
.doctor-listing li a:focus .doctor-name,
.doctor-listing li a:active .doctor-name {
  color: #fd0;
  font-size: 1rem;
  background-color: #393737;
}

.doctor-listing img {
  	transition: filter 0.2s;
  	max-width: 100%;
  	width: 182px;
  	height: 160px;
  	object-fit: cover;
  	object-position: 50% 50%;
    vertical-align: bottom;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}

.doctor-listing:has(li a:hover) li a:not(:hover) img,
.doctor-listing:has(li a:focus) li a:not(:focus) img,
.doctor-listing:has(li a:active) li a:not(:active) img {
  	filter: brightness(60%);
}

.doctor-listing li:first-child {
    margin-left: 0;    
}

.home-content {
    overflow: hidden;
    margin-top: 10px;
}

.home-page .content-area .health-links {
    float: left;
    display: table;
    border-collapse: separate;
    border-spacing: 0 6px;
}

.home-page .content-area .health-links .row {
    display: table-row;
    vertical-align: top;
}

.home-page .content-area .health-links .cell {
    display: table-cell;
    padding-left: 20px;
}

.home-page .content-area .health-links a,
.home-page .content-area .health-links a:link,
.home-page .content-area .health-links a:visited,
.home-page .content-area .health-links a:hover,
.home-page .content-area .health-links a:focus,
.home-page .content-area .health-links a:active {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;        
    font-size: 0.8em;
    text-decoration: none;
    display: block;
    background: #d9dcc1;
    padding: 6px;
    color:black;
    font-weight: bold;
}

.our-research-box-wrappings {
    overflow: hidden;
    background: #bac090 url(/images/fh-bk.jpg);
    width: 49%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

.our-research-box-wrappings .research-img {
    position: relative;
    z-index: 2;
    float: left;
}

.our-research-box-wrappings .title {
    clear: both;
    padding: 1px 0;
    position: relative;
    z-index: 1;
    top: -28px;
    margin-bottom: -28px;
    text-align: right;
    background: url(/images/gradient.png) no-repeat left bottom;
}

.our-research-box-wrappings img {
    vertical-align: bottom;
}

.our-locations-box-wrappings {
    background: #bac090 url(/images/maps-bk.jpg);
    width: 49%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.our-locations-box-wrappings img {
    position: relative;
    z-index: 2;
    vertical-align: bottom;
}

.our-locations-box-wrappings .location-2 {
    float: right;
}

.our-locations-box-wrappings .title {
    position: relative;
    z-index: 1;
    top: -30px;
    margin-bottom: -30px;
    text-align: center;
    padding-right: 10px;
    background: #000;
    background: url(/images/black60alpha.png) repeat;
    color: #fff;
    line-height: 200%;
    vertical-align: middle;
}

.footer-links-area .footer-links .title {
    color: #afafaf;
    font-size: 1.4em;
}

.footer-links-area .footer-links ul {
    padding-top: 10px;
}

.map-img {
    float: left;
}

.map-info {
    float: right;
}

.button-links {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.button-links .item { 
		-moz-box-flex: 1 0 0%;
		-webkit-box-flex: 1 0 0%;
		-ms-flex: 1 0 0%;
		-webkit-flex: 1 0 0%;
		flex: 1 0 0%;  
  
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  
		-moz-box-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
  
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  
    margin: 10px;
    text-align: center;
  
  	transition: color 0.2s, background 0.2s;
    
    background: rgb(80,84,45); /* Old browsers */
background: -moz-linear-gradient(top, rgba(80,84,45,1) 45%, rgba(69,73,38,1) 57%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(80,84,45,1)), color-stop(57%,rgba(69,73,38,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(80,84,45,1) 45%,rgba(69,73,38,1) 57%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(80,84,45,1) 45%,rgba(69,73,38,1) 57%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(80,84,45,1) 45%,rgba(69,73,38,1) 57%); /* IE10+ */
background: linear-gradient(135deg, #1B472B, #3A6B4F); /* W3C */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#50542d', endColorstr='#454926',GradientType=0 )"; /* IE6-9 */
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  
  	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.button-links .item:hover {
	background: #393737;
	background: linear-gradient(to bottom, #393737 45%,#393737 57%); /* W3C */
}

.button-links .item-first {
    margin-left: 0;
}

.button-links .item-last {
    margin-right: 0;
}

/* Button links */
.home-page .content-area .button-links a,
.home-page .content-area .button-links a:link,
.home-page .content-area .button-links a:visited,
.home-page .content-area .button-links a:hover,
.home-page .content-area .button-links a:focus,
.home-page .content-area .button-links a:active {
    color: #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
  
  	min-height: 80px;
  
    /*height: 80px;*/
    /*line-height: 80px;*/

    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  
	-moz-box-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.lt-ie9 .button-links {
    text-align: left;
}

.lt-ie9 .button-links .item {
    width: 23.5%;
    margin-left: 1%;
    margin-right: 1%;
}

.lt-ie9 .button-links .item-first {
    margin-left: 0;
}

.lt-ie9 .button-links .item-last {
    margin-right: 0;
}

.footer img {
    max-width: 100%;
    height: auto;
}

.footer-contents {
    overflow: hidden;
  	margin-left: auto;
  	margin-right: auto;
}

html .footer-contents {
    max-width: 1300px;
  	max-width: min(100%, 1300px);  
}

.footer-contents .footer-links-area {
    float: left;
    width: 45%;
}

.footer-contents .footer-content {
    float: right;
    width: 50%;
}

.footer-contents .footer-content img {
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.footer-links-area {
    float: left;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.footer-links-area .footer-links {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.footer {
  	font-size: 16px;
  	font-size: 1rem;
  	line-height: 1.4;
    color: #fff;
    background: #1B472B;
    border-top: 2px solid #545A31;
}

.copyright
.header,
.header-wrap {
    overflow: hidden;
}

.header .logo {
    float: left;
}

.header .site-search {
    float: right;
}

.copyright {
    overflow: hidden;
}

.copyright ul {
    width: 100%;
    max-width: 962px;
    max-width: min(100%, 962px);
    margin: 0 auto;
}

.copyright li {
    display: inline-block;
    float: right;
  	color: #fff;
    margin-right: 10px;
  
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.copyright .research {
    float: left;
    margin-right: auto;
    margin-left: 10px;
  
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
		-moz-box-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
}

.copyright-listing {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
		-moz-box-lines: multiple;
		-webkit-box-lines: multiple;
		-ms-flex-wrap: none;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
  
    -moz-box-pack: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  
		-moz-box-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
}

.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  text-decoration: underline;
}

.feature18.doctor-name {
color: #000;
font-size: 1.8em;
line-height: 1.4285714285714286;
margin-bottom: 1em;
}

.name-2 {
color: #3D000A;
}

a {
color: #fff;
}

a[href=""], a[href="#"] {
  cursor: default;
}

.label-for-search {
    display: none;
}

.lt-ie9 .label-for-search {
    display: inline;
}

.home-side-buffer {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.80em;
line-height: 18px;
}

.home-tb-buffer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.slideshow-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.slideshow-wrapper li {
    display: none;
}

.slideshow-wrapper li.li-0 {
    display: block;
}

.slideshow-wrapper .shim {
    display: none;
}

.showing-slideshow .slideshow-wrapper {
    position: relative;
}

.showing-slideshow .slideshow-wrapper .shim {
    display: block;
    visibility: hidden;
}

.showing-slideshow .slideshow-wrapper li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.application-disclaimer {
    margin-top: 10px;
    font-size: 12px;
    font-style:italic;
    text-align:center;
}

.link-return-to-provider-menu {
    text-align: center;
    margin-top: 20px;
}
.speciality-list {
color: #000;
font-size: 1.8em;
line-height: 1.4285714285714286;
margin-bottom: 1em;
}

.specialty-name-emphasis {
    text-transform: uppercase;
    color: #000b3b;
    font-weight: bold;
}

.specialty-doctor-photo {
    width: 111px;
    height: 98px;
    float: left;
}

.specialty-doctor-item {
    display: inline-block;
    width: 49%;
}

.specialty-doctor-item .specialty-name {
    font-size: 1.1em;
}

.specialty-profile-item {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}

.specialty-doctor-heading {
    margin-top: 20px;
    margin-bottom: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    left: -20px;
    padding-left: 20px;

    background-image: -webkit-gradient(linear, to right, left bottom, from(rgba(247,244,237,1)), to(rgba(247,244,237,0)) 60%);
    background-image: -webkit-linear-gradient(right, rgba(247,244,237,1), rgba(247,244,237,0) 60%);
    background-image: -moz-linear-gradient(right, rgba(247,244,237,1), rgba(247,244,237,0) 60%);
    background-image: -o-linear-gradient(right, rgba(247,244,237,1) rgba(247,244,237,0) 60%);    
    background-image: linear-gradient(to right, rgba(247,244,237,1), rgba(247,244,237,0) 60%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F4ED', endColorstr='#00F7F4ED',GradientType=1)";
}

.specialty-doctor-name {
    text-transform: uppercase;
    font-size: 1.2em;
}

.specialty-doctor-name-121 {
    font-size: 1.2em;    
}

.specialty-office-number {
    color: #000b3b;
    font-size: 1.05em;
}

.content-area-wrap .specialty-bio-link a,
.content-area-wrap .specialty-bio-link a:link,
.content-area-wrap .specialty-bio-link a:visited,
.content-area-wrap .specialty-bio-link a:hover,
.content-area-wrap .specialty-bio-link a:focus,
.content-area-wrap .specialty-bio-link a:active {
    background: #1B472B;
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    margin-top: 14px;
    font-style: italic;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.content-page h1.pagetitle {
    background-image: none;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.app-calendar.content-page h1.pagetitle {
    background-position:bottom center;
}

.myform {
    font-weight: normal;
    background: #F8F6F0;
    border: 1px solid #E8E5DC;
    border-radius: 5px;
}

.myform .pagetitle {
    color: #5C0607;
    background-color: #FFF;
    font-weight: bold;
    font-size: 18px;
    background: url(/images/top-image.jpg) repeat;
    border-radius: 5px;
}

img {
    border: 0;
}

img[align="right"] {
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

img[align="left"] {
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

h1, h2 {
    line-height: 100%;
    margin: 0;
    padding: 0;
}

h1.pagetitle {
    color: #000;    
    font-size: 1.8em;
    line-height: 1.4285714285714286;
    margin-bottom: 1em;
}

h1.pagetitle span.image_caption {
    margin: 0 0 0 20px;
    padding: 0 5px;
    font-size:55%;
    text-align:center;
    display:block;
}

h2.feature14 {
    color: #1B472B;
    font-size: 1.3em;
    line-height: 1.4285714285714286;
}

.home-page h1.pagetitle {
    font-size: 1.3em;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button[type="submit"] {
    width:62px;
    height:24px;
    margin:5px auto;
    background-image:url(images/submit-button.jpg);
    background-repeat:no-repeat;
    text-indent:-9999px;
    border:0px;
    padding:5px;
}

#job-listing-cell {
    background-color: #FCFCFB;
    border: 0px solid #FAF2DE;
}

.side-menu-section-1 {    
    display:none;
}

/* Begin Photo Album Slideshow */

.fh-slideshow {
    margin:0px auto;  
}

.fh-photo-slideshow img {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fh-photo-slideshow .first img {
    display: block;
}

.fh-slideshow .captions {
    color: #fff;
    background: #000;
    padding: 0.5em;
    text-align:center;
}

.fh-slideshow .captions li {
    display: none;
}

.fh-slideshow .captions li.first {
    display: block;
}

/* End Photo Album Slideshow */

/* Menu */

ul.navigation-menu li {
    font-size:1.15em;
}

ul.navigation-menu li.top-last {
    margin-right: 0;
}

ul.navigation-menu li ul.sub-navigation-menu li {  
    font-size:1.05em;
}

.sub-navigation-menu a {
    display: block;
}

.lt-ie7 .sub-navigation-menu {
    width: 200px;
    z-index: 99999;
}

.content-area-wrap a.baby-link,
.content-area-wrap a.baby-link:link,
.content-area-wrap a.baby-link:visited,
.content-area-wrap a.baby-link:hover,
.content-area-wrap a.baby-link:focus,
.content-area-wrap a.baby-link:active { 
    font-size: 12px; 
}

.not-ie67 .navigation-menu {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 962px;
  	max-width: min(100%, 962px);
    margin-left: auto;
    margin-right: auto;
    clear: both; /* needed by JS - undo this when using vertical menu */
}

.not-ie67 .navigation-menu > li {
    display: inline-block;
    text-align: right;
}

/* Begin Split Subnavigation Menus */
/* Undo these when main navigation is a side menu */

.split-submenus {
    overflow: hidden;
}

.split-submenus .split-subnav-menu {
    float: left;
}

/* End Split Subnavigation Menus */

.home-contact-info .address-line {
    font-size: 1.1em;
    color: #FAF2DC;
}

.phone {
    font-weight: bold;
}

.nursery-lists .baby-list-month {
    margin-bottom: 20px;
    font-size: 18px;
    color: #AB3019;
}

.header {
    background-color: #fff;
    padding-top:10px;
    padding-bottom:10px;
}

.header-wrap,
.main-slideshow-wrap,
.main-wrap,
.footer-wrap {
    max-width: 962px;
  	max-width: min(100%, 962px);
    margin: 0 auto;    
}

.lt-ie8 .header-wrap,
.lt-ie8 .main-slideshow-wrap,
.lt-ie8 .main-wrap,
.lt-ie8 .footer-wrap {
    width: 962px;
}

.main-wrap {
    width: 962px;
}

.menu-expander {
    display: none;
    background: #1B472B; /* Old browsers */
    }

/* Hide until we're using a vertical layout */
.horizontal-hidden {
    display: none;
}

/* Hide until we're at 480px or below */
.mobile-footer {
    display: none;
    text-align: center;
    background: #fff;
}

.mobile-footer li {
    display: inline-block;
    position: relative;

    margin: 0 0.5em;

    /* enough for 15 characters including icon, 
       each character width counts as half an em */
    min-width: 7.5em;

    /* About 20px when base font size is 14px on <body>: 20 / 14 */
    font-size: 1.4285714em;
}

.mobile-footer li img {
    max-height: 1.1em;
    margin-left: 10px;
}

.lt-ie8 .mobile-footer li {
    display: inline;
    zoom: 1;
}

.mobile-footer li.first {
    margin-left: 0;
}

.mobile-footer li.last {
    margin-right: 0;
}

.mobile-footer a,
.mobile-footer a:link,
.mobile-footer a:visited,
.mobile-footer a:hover,
.mobile-footer a:focus,
.mobile-footer a:active {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 1em 0.5em;

    background: #3D000A;
    background-image: none;
    background-repeat: repeat-x;
    background-position: left bottom;
margin-top: 10px;
}

/* Begin Baby Nursery */

.return-to-nursery {
    padding: 1em 0;
    text-align: center;
    font-size: 1.2em;
}

.nursery-lists {
   width: 100%;
}

.baby-view-label {
   font-weight: bold;
}

.baby-instructions {
   margin: 20px 0;
}

.nursery-lists tr {
   vertical-align: top;
}

.nursery-lists td {
   width: 33%;
   padding-bottom: 20px;
}

.baby-view-list {
    background-color: transparent;    
    height: 100%;    
    list-style-type: none;    
    margin: 20px auto;    
}

.baby-view-box {
   text-align: center;
   height: 552px;
   background-repeat: no-repeat;
   background-position: top left;
}

/* IE 6 fix */
* html .baby-view-box {
   height: auto;
   padding-bottom: 80px;
}

.baby-view-list {
   display: inline-block;
   text-align: left;
}

/* IE 6 fix */
* html .baby-view-list {
   width: 30%;
   margin-left: auto;
   margin-right: auto;
}

/* IE 6 fix */
* html .baby-view-box img {
   width: 272px;
   height: 204px;
}

/* IE 7 fix */
*:first-child+html .baby-view-list {
   display: inline;
   zoom: 1;
}

.baby-message-title {
   margin-top: 20px;
   margin-bottom: 20px;
}

ul.baby-view-list li {
    height:20px;
    margin: 3px 0px;
    line-height:20px;
}

.baby-view-male {
    background-image: url(/docs/background_boy.gif);
}

.baby-view-female {
    background-image: url(/docs/background_girl.gif);
}

.baby-picture {
    max-width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:1px solid #44332C;
    padding:10px;
    background-color:#fff;
}

/* End Baby Nursery */

/* Begin Search Box */

.search-box {
    display: inline-block;
    margin-left: 5px;
    background: #fff;
    border: 1px solid #f2e1ab;
display:none;
}

.lt-ie8 .search-box {
    display: inline;
    zoom: 1;
}

.search-field {
    background: none;
    border: none;
    padding: 6px;
    margin: 0;

    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.search-field:focus {
    outline: none;
}

.search-submit {
    text-indent: -50000em;
    cursor: pointer;
    width: 35px;
    height: 27px;
    background: url(/images/bg_search_submit.png) no-repeat 8px center;
}

.lt-ie8 .search-submit {
	line-height: 50000em;
	overflow: hidden;
}

/* End Search Box */

.main-slideshow-wrap {
    margin: 0 auto;
}

.main-slideshow-images {
    position: relative;
    
    /* maintain aspect ratio: height divided by width, times 100% */
    padding-bottom: 43.3%;
}

.lt-ie8 .main-slideshow-images {
    width: 933px;
    height: 404px;
    padding: 0;
}

.main-slideshow-images ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-slideshow-images li img {
    display: none;
}

.main-slideshow-images li.first img.poster {
    display: block;
}

/* slideshow images show in the padded area of .main-slideshow-images */
.main-slideshow-images img.poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ie7 .main-slideshow-images img.poster {
    max-height: 404px;
}

.main-slideshow-images img.overlay {
    position: absolute;
    top: -0.49504950495049505%;
    width: 31.29689174705252%;
    left: 61.30760986066453%;
    display: none;
}

.ie7 .main-slideshow-images img.overlay {
    top: 0;
    height: 100%;
}

.footer-wrap {
  	font-size: 16px;
  	font-size: 1rem;
    text-align: left;   
    padding: 20px;
    vertical-align: middle;
}

.footer-wrap img {
    vertical-align: middle;
}

.main-wrap {
    overflow: hidden;
    padding: 20px 0;
}

.home-services-links,
.home-services-img {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
padding-left: 10px;
}

.home-services-img {
    text-align: right;
}

.lt-ie8 .home-services-links {
    float: left;
    width: 120px;
}

.lt-ie8 .home-services-img {
    float: right;
}

/* Home feature ads */
.home-features img {
    margin: 0;
    padding: 0;
    width: 146px;
    height: 149px;

    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lt-ie8 .home-features img {
    border-width: 1px;
    width: 144px;
    height: 147px;
}

.navigation-menu li {
    margin: 0 10px;
}

.navigation-menu li.submenu-top-item-first {
    margin-left: 0;
}

.navigation-menu li.submenu-top-item-right {
    margin-right: 0;
}

.header {
    position: relative;
}

.side-menu-section {
    background: #fff;
    padding: 10px;
}

.side-menu-section h1.pagetitle {
    margin-bottom: 20px;
}

.side-menu-section-1 {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;        
    border-radius: 6px;    
    border: 0px solid #E9DFC3;
}

.side-menu-section-2,
.side-menu-section-3 {
    border: 1px solid #792f22;
}

.content-side-banners li {
    margin-bottom: 10px;
}

.content-side-banners img {
    max-width: 298px;
    max-width: min(100%, 298px);
    border: 0px solid #3D000A;
}

.header-search {
    color: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 99999999;
}

.ie8 .header-search {
    right: 20px;
    margin-right: 0;
}

.header-search label {
    margin-right: 6px;
color:#fff;
}

.main-slideshow {
    padding-top: 20px;
    padding-bottom: 2px; /* undo */
}

.main-slideshow,
.main-navigation {
    background: #1B472B;
}

.main-slideshow img {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;        
    box-sizing: border-box;
}

.baby-picture {
    max-width: 350px;
  	max-width: min(100%, 350px);
    max-height: 240px;
  	height: auto;
}

.content-area {
    width: 61.224489795918366%; /* 600px */
    background: #fff;
    float: left;
    overflow: hidden;
}

.content-page .content-area {
    width: 65.3061224489796%; /* 640px when full width */
    min-height: 750px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;        
    border-radius: 0px;
    border: 1px solid #ccc;
}

.content-area-wrap {
    padding: 20px;
    font-size: 0.95em;
    line-height: 20px;
}

.content-area-wrap a,
.content-area-wrap a:link,
.content-area-wrap a:visited,
.content-area-wrap a:hover,
.content-area-wrap a:focus,
.content-area-wrap a:active {
    padding: 0px;
    font-size: 0.95em;
    line-height: 20px;
    color: #000;
    text-decoration: underline;
}

.content-area-wrap a:hover,
.content-area-wrap a:focus,
.content-area-wrap a:active {
    color: #1B472B;
}

.content-area iframe,
.content-area embed,
.content-area object {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;        
    box-sizing: border-box;
}

.home-page .content-area {
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;        
    border-radius: 0;
    font-size:1.05em;
}

.home-page .content-area .hours-section{
    font-size:0.80em;
background-color: #FFF;
}

.home-page h2.feature14 {
    font-size:0.95em;
}

.home-page .content-area .hours-section .pagetitle {
    font-size:1.55em;
    text-transform:uppercase;
    margin-bottom:0px;
}

.home-page .content-area .hp-short-content {
    height: 203px;
}

.home-page .content-area .hp-long-content {
    height: 428px;
}

.home-page .hp-content-section h1 {
    padding-bottom: 15px;
    margin-bottom: 0.5em;
    background: none;
}

.lt-ie7 .hp-content-section h1 {
    background-image: url(/images/heading_line.gif);
}

.home-page .content-area .home-section {
    width: 47.64890282131661%; /* 304/638 */
    height: 678px;
    float: left;
}

.no-side-menu .content-area {
    width: 100%;
    -moz-box-sizing: border-box;    
    -webkit-box-sizing: border-box;    
    box-sizing: border-box;
}

.no-side-menu .content-menu {
    display: none;
}

.content-menu {
    float: right;
    width: 30.612244897959183%; /* 300px */
}

.ie8 .content-menu {
    width: 300px;
}

.content-page .content-menu {
    max-width: 300px;
  	max-width: min(100%, 300px);
}

.home-page .content-menu {
    display: none;
}

.contentimage {
    display: block;
    float: right;
    padding: 6px;
}

.contentpic2 {
    clear: right;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    margin: 20px 0 20px 20px;
}

.sub-navigation-menu-box {
    position: absolute;
    z-index: 99999;
    
    padding: 5px;
    display: none;
    font-size: 0.75em;
    line-height: 25px;
    background-color:#393737;
margin-top:9px;
}

.sub-navigation-menu li {
    display: block;
    text-align: left;
}

.main-navigation a,
.main-navigation a:link,
.main-navigation a:visited,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
    text-decoration: none;
    color: #ededed;
    position: relative;
    z-index: 1000; 
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
    color: #fff;
    text-decoration: none;
}

.main-navigation {
    text-align: center;
    padding: 10px 0 12px 0;
    text-decoration: none;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.content-page.ie7 .main-navigation {
    position: relative;
}

.lt-ie8 .main-navigation {
    position: static;
}

.static-links a,
.static-links a:link,
.static-links a:visited,
.static-links a:hover,
.static-links a:focus,
.static-links a:active {
    text-decoration: none;
    color: #f1f1f1;
padding-top: 16px;
border-top: 4px solid #010d44;
}

.static-links a:hover,
.static-links a:focus,
.static-links a:active {
    color: #fff;
		border-top-color: #073D00;
}

.side-menu-section a,
.side-menu-section a:link,
.side-menu-section a:visited,
.side-menu-section a:hover,
.side-menu-section a:focus,
.side-menu-section a:active {
    text-decoration: underline;
    color: #ededed;    
    font-size: 0.75em;
    line-height: 20px;
}

.home-page h1, .home-page h1.pagetitle {
    color: #FFF;
    font-size: 1.35em;
    line-height: 20px;
    font-weight:normal;
background-color: #4b4b4b;
padding: 10px;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:focus,
.footer a:active {
    color: #fff;
    text-decoration: none;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
    text-decoration: underline;
}

.footer .address {
    padding-left: 0;
}

.footer .contact-us {
    padding-right: 0;
}

.home-page .content-area,
.home-page h1,
.home-page h1.pagetitle,
.home-page h2,
.home-page h2.feature14 {
    color: #fff;
}

.cp-virtual-tour h1.pagetitle {
    text-align:center; 
    background-image: none; 
    padding-bottom:0px;
    margin-bottom:0px;
    font-size:1.90em;
}

.home-page .content-area a,
.home-page .content-area a:link,
.home-page .content-area a:visited,
.home-page .content-area a:hover,
.home-page .content-area a:focus,
.home-page .content-area a:active {
    color: #fff;
    text-decoration: none;
font-size: 1.35em;
}

.home-page .content-area a:hover,
.home-page .content-area a:focus,
.home-page .content-area a:active {
    text-decoration: underline;   
}

.footer .phone {
    color: #efd88c;
    font-weight:normal;    
}

/* CSS for apps */

.calendar_table {
    margin-top: 20px;
}

.speciality-list2 {
	font-size: 16px;
	font-weight: 100;
	text-decoration:none;
	color: #000FFF;
	font-weight: 100;
}
.speciality-list a {
	font-weight: normal;
}
.formlabel{
	font-weight: bold;
}
.piclinks {
    font-size: 18px;
    text-decoration: underline;
}
.piclinks a:link {
    font-size: 18px;
    text-decoration: underline;
    color: #415694;
}
.piclinks a:hover{
    font-size: 18px;
    text-decoration: underline;
    color: #415694;
}
.piclinks a:visited{
     font-size: 18px;
     text-decoration: underline;
     color: #415694;
}
.feature18 {
	font-size: 22px;
color: #555b32;
font-weight: bold;
}
.feature14 {
	font-weight: bold;
	color: #000000;
}
.feature12 {
	color: #000FFF;
}
.activedate {
	font-size: 12px;
	background: #E8E6FA;
}
.dateevent {
	font-size: 10px;
}
.inactivedate  {
	background: #D3D3D3;
	width: 14%;
}
.dateevent {
	font-size: 10px;
}
.formlabel {
	color: #0000CC;
}
.summary {
	font-size: 12px;
}
.remove {
	color: #FF0000;
}

.jobform {
  background: #000;
	background: rgba(0, 0, 0, 0);
}

.month {
	color: #FFFFFF;
	font-weight: bold;
        font-size: 20px;
	background: #000000;
}

.general {
	color: #000000;
	font-size: 14px;
}
.F, .M {
	font-weight: bold;
        font-size: 12px;
}
.F {
        background: #FFB6C1;
}
.M {
    background: #93D2FB;
}

.pageContent a,
.pageContent a:link,
.pageContent a:visited,
.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
    color: #415694;
}

table {
    font-size: 1em;
}

/* Calendar */

.activedate {
    background-color: #f8f8f0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #f1f1f1;
}

.inactivedate {
    background-color: #ffffff;
    border: 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #f1f1f1;
}

.today {
    background-color: #e3e3d5;
    border: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #4C0E04;
    color: #000;
}

.month {
    background-color: #454926;
    font-weight: bold;
    border: 0px;
    
    color: #FFF;
    font-size: 24px;
    border-bottom: 0px solid #af331f;
    border-top: 0px solid #da624f;
    text-shadow: 1px 2px 4px #5e6539,0 0 0 #000,1px 2px 4px #5e6539,0 1px 0 #FFF;
    height: 40px;
    
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.day {
    background-color: #393737;
    color: #ffffff;
    border: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 0px solid #943020;
    border-top: 0px solid #ffffff;
}

.calendar_table {
    border: none;
}

/* End Calendar */

.copyright {
    background: #393737;
text-align: center;
padding: 20px;
color: #fff;
}

/* Media Queries */

@media (max-width: 1040px) {
    .static-links {
        right: 20px;
    }

    .header-search {
        margin-right: 20px;
    }

    .main {
        padding: 0 20px;
    }

    .main-wrap {
        width: auto;
    }
}

@media (max-width: 1024px) {
    .logo {
        padding-left: 20px;
    }
    
    .logo img {
	max-width: 225px;
  max-width: min(100%, 225px);
	height: auto;
    }
  
    .content-menu {
        width: 302px;
    }

    .home-features li.img-1,
    .home-features li.img-3 {
        margin-right: 10px;
    }
}

@media (max-width: 980px) {
    .header-wrap,
    .main-slideshow-wrap,
    .main-wrap,
    .footer-wrap {
        width: auto;
    }
}

@media (max-width: 960px) {
    .content-page .content-area {
        width: 64%;
    }

    .no-side-menu.content-page .content-area {
        width: 100%;
    }

    .main-navigation {
        background: #5e6539;
    }
}

@media (max-width: 950px) {
    .content-page .content-area {
        width: 62%;
    }
}

@media (max-width: 950px) {
    .button-links,
    .button-links .item,
    .lt-ie9 .button-links .item {
        display: block;
    }

    .button-links .item {
        margin: 10px 0;
    }

    .lt-ie9 .button-links .item {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

  	.home-page .content-area .button-links a,
    .home-page .content-area .button-links a:link,
    .home-page .content-area .button-links a:visited,
    .home-page .content-area .button-links a:hover,
    .home-page .content-area .button-links a:focus,
    .home-page .content-area .button-links a:active {
        height: auto;
        line-height: 100%;
    }

    .our-locations-box-wrappings,
    .our-research-box-wrappings {
        width: auto;
        float: none;
        margin: 10px 0;
    }

    .map-info,
    .map-img {
        float: none;
    }

    .footer-wrap img {
        margin-bottom: 20px;
        display: block;
    }
}

@media (max-width: 940px) {
    .content-page .content-area {
        width: 61%;
    }
}

@media (max-width: 930px) {
    .home-page .content-area {
        height: auto;
        margin: 0 auto;
        float: none;
        clear: both;
        width: 100%;
    }

    .home-page .content-menu {
        float: none;
        margin: 20px auto;
        clear: both;
        width: 100%;
    }

    .home-page .home-features {
        text-align: center;
        max-width: 478px;
      	max-width: min(100%, 478px);
        margin: 20px auto 16px auto;
    }

    .home-page .home-features li {
        margin: 0;
        display: inline;
    }

    .home-page .home-features img {
        margin: 0 5px;
    }

    .home-contact-info-wrap {
        height: auto;
    }
}

@media (max-width: 889px) {
    .content-area {
        width: 58.22449%;
    }
}

@media (max-width: 850px) {
    .content-area,
    .content-menu {
        width: auto;
        float: none;
    }

    .main {
        background: #DEDCDC;
background: -moz-linear-gradient(top, rgba(222,220,220,1) 0%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DEDCDC), color-stop(100%,#EDEDED));
background: -webkit-linear-gradient(top, #DEDCDC 0%,#EDEDED 100%);
background: -o-linear-gradient(top, rgba(222,220,220,1) 0%,rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(222,220,220,1) 0%,rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, #DEDCDC 0%,#EDEDED 100%);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedcdc', endColorstr='#ededed',GradientType=0 )";
    }

    .side-menu-section {
        background: none;
    }

    .content-menu {
        margin: 20px 0 0 0;
    }
    
    .content-page .content-menu {
	max-width: none;
	width: auto;
	display: block;	    
    }

    .content-side-banners {
        text-align: center;
    }

    .content-side-banners li {
        display: inline;
        margin: 20px 10px;
    }

    .content-page .content-area {
        min-height: 0;
	width: auto;
    }
}

@media (min-width: 781px) {
    .main-navigation {
        position: relative;
        position: -webkit-sticky;
      	position: sticky;
      	top: 0;
        z-index: 3000;
    }
}

@media (max-width: 781px) {
    .copyright li,
    .copyright .research {
        display: block;
        float: none;
        margin: 20px 0;
    }

    .copyright a.search-health-topics {
        display: none;
    }
}

/* Switch to vertical navigation */
@media (max-width: 780px) {
    .not-ie67 .navigation-menu {
        clear: none; /* undo - needed by JS */
     }

    .static-links {
        white-space: normal;
    }

    .search-box {
        border: 0;
    
        -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.4);        
        box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.4);
    
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;        
        border-radius: 6px;
    }

    .split-submenus {
        overflow: visible;
    }
    
    .split-submenus .split-subnav-menu {
        float: none;
    }

    .header .site-search {
        display: none;
    }

    .header .logo {
        float: none;
        text-align: center;
    }

    .mobile-site-search-wrap {
        display: block;
    }

    .menu-expander {
        display: block;
        padding: 0 10px 10px 10px;
        overflow: hidden;
    }

    .home-page .menu-expander {
        padding-bottom: 0;
    background-color: #1B472B;
    }

    .menu-expander li {
        cursor: pointer;
    }

    .menu-expander .menu-icon {
        float: left;
    }

    .menu-expander .search-icon {
        float: right;
    }

    .search-text {
        width: 230px;
    }

    .header .static-links {
        display: none;
    }
	
    .header {
        padding: 1px 0 0 0;
   
    }

    .header-search label {
        text-indent: -9999px;
        display: none;
    }

    .header-search,
    .static-links,
    .ie8 .logo,
    .logo {
        position: static;
        margin: 10px 0;
        padding: 0;
        display: block;
        text-align: center;
    }

    .ie8 .logo {
        width: 100%;
    }

    /* fix header */
    .header-wrap {
        margin-top: 0;    
    }

    .ie8 .logo,
    .logo {
        margin-bottom: -42px;
    padding-bottom: 60px;
    }

    .header-search {
        background: #5c0607;
        margin: 0;
        padding: 10px 0;
    }

    .home-page .header-search {
        padding: 10px 0 0 0;    
    }

    .main {
        padding: 0 10px;
    }

    .main-navigation {
        background: #010d41;
        position: fixed !important;
        z-index: 85000;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
    }

    .main-navigation .side-static-items {
        position: relative;
    }

    .not-ie67 .main-navigation,
    .not-ie67 .navigation-menu li,
    .navigation-menu a {
        display: block;
        margin: 0;
        padding: 0;
        text-align: left;
    font-size: 1em;
    }

  	.main-navigation a,
    .main-navigation a:link,
    .main-navigation a:visited,
    .main-navigation a:hover,
    .main-navigation a:focus,
    .main-navigation a:active {
        color: #fff;
        display: block;
        font-size: 1em;
        padding: 0.5em 25px 0.5em 25px;
        text-decoration: none;
	background-image: url(/images/480-arrow-white-2.png);
	background-position: 220px 50%;
	background-repeat: no-repeat;
    }
	
  	.side-static-items a,
    .side-static-items a:link,
    .side-static-items a:visited,
    .side-static-items a:hover,
    .side-static-items a:focus,
    .side-static-items a:active {
	    color: #f1f1f1;
	    background: #000B3B;
			background-repeat: no-repeat;
			background-position: 220px 50%;      
    }
	
    .side-static-items a,
    .side-static-items a:link,
    .side-static-items a:visited {
			background-image: url(/images/480-arrow-red-2.png);
    }
	
    .side-static-items a:hover,
    .side-static-items a:focus,
    .side-static-items a:active {
      color: #fff;
      background-image: url(/images/480-arrow-white-2.png);
    }

    /* fix slideshow */
    .main-slideshow {
        margin: 0;
        padding: 10px;
    }

    .horizontal-hidden {
        display: block;
    }

    .vertical-hidden {
        display: none;
    }
    
    .main-navigation {
	overflow-y: auto;
	color: #fff;
	background: #5e6539;
	position: fixed;
	z-index: 3000;
	top: 0;
	bottom: 0;
	width: 240px;
	left: -240px;
    }
        
    body,
    .main-navigation {
	-moz-transition: left 0.2s ease;
	-webkit-transition: left 0.2s ease;
	transition: left 0.2s ease;
    }

    .show-vert-menu .mobile-menu-item {
        display: block !important;
    }
       
    .show-vert-menu {
	left: 100%;
    }
    
    .show-vert-menu .main-navigation {
	left: 0;
	width: 100%;
	min-height: 100%;
    }
	
    .not-ie67 .sub-navigation-menu-box {
        position: static;
        border: 0;
    }
	
    .sub-navigation-menu-box a,
    .sub-navigation-menu-box a:link,
    .sub-navigation-menu-box a:visited,
    .sub-navigation-menu-box a:hover,
    .sub-navigation-menu-box a:focus,
    .sub-navigation-menu-box a:active {
        background: none;
    }

    .not-ie67 .navigation-menu > li.top-first {
    	padding-left: 0;
    }
    
    .not-ie67 .navigation-menu > li.top-last {
    	padding-right: 0;
    }
}

@media (max-width: 681px) {   
    .content-page .content-menu li {
	display: block;
	text-align: center;
    }
}

@media (max-width: 590px) {
    .content-side-banners img {
        max-width: 240px;
      	max-width: min(100%, 240px);
    }
}

@media (max-width: 560px) {
    .content-side-banners img {
        max-width: 230px;
      	max-width: min(100%, 230px);
    }
}

@media (max-width: 540px) {
    .content-side-banners img {
        max-width: 210px;
      	max-width: min(100%, 210px);
    }
}

/* Switch to vertical, single column layout overall */
@media (max-width: 525px) {
    .contentpic2 {
        max-width: 100px;
      	max-width: min(100%, 100px);
        height: auto;
    }

    .home-page .main-wrap {
        padding: 20px 0 0 0;
    }

    .home-page .content-area .home-section {
        float: none;
        width: auto;
        height: auto;
    }

    .home-page .content-area .hp-content-section {
        height: auto;
    }

    .home-page .content-area .second-home-section {
        margin-top: 20px;
    }

    .content-side-banners li {
        float: none;
        display: block;
        text-align: center;
        margin: 10px 0;
    }

    .content-side-banners li.li-1 {
        float: none;
    }

    .content-side-banners img {
        max-width: none;
    }

    .home-page .home-features {
        max-width: none;
        width: auto;
        margin: 20px auto;
    }

    .footer-contents .footer-content,
    .footer-contents .footer-links-area {
        width: auto;
        float: none;
    }

    .footer-wrap img {
        margin-left: 0;
        margin-top: 20px;
    }

    .map-info {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .mobile-footer {
        display: block;
    }
}

@media (max-width: 479px) {
    .our-locations-box-wrappings, 
    .our-research-box-wrappings {
        display: none;
    }
}

@media (max-width: 420px) {
    .contentpic2 {
        margin: 0;
    }

    .doctor-bio-page .contentpic2 {
        margin-bottom: 30px;
    }

    .copyright a {
        display: block;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .home-page .main {
        margin: 0;
        padding: 0;
    }

    .main-navigation a,
    .main-navigation a:link,
    .main-navigation a:visited,
    .main-navigation a:hover,
    .main-navigation a:focus,
    .main-navigation a:active {
        font-size: 1.3em;
    }

    .home-page .home-features li {
        margin: 10px 0;
        padding: 0;
    }

    .home-page .home-features li img {
        margin: 0;
        padding: 0;
    }

    .home-page .home-features .img-1,
    .home-page .home-features .img-2,
    .home-page .home-features .img-3,
    .home-page .home-features .img-4 {
        float: none;
        display: inline;
        margin: 10px 0;
        padding: 0;
    }
    
    .home-page .home-features .img-2,
    .home-page .home-features .img-4 {
	margin-left: 10px;
    }

    .mobile-footer {
        font-size: 0.9em;
	padding-bottom: 20px;
    }

    .footer-links-area,
    .footer-links-area .footer-links {
        width: auto;
        display: block;
    }

    .footer-links-area .footer-links {
        margin: 10px 0;
    }

    .footer-links-area .footer-links ul {
        padding: 0;
    }
}

@media (max-width: 320px) {
    .home-page .home-features li img {
        max-width: 136px;
      	max-width: min(100%, 136px);
    }

    .home-page .home-features .img-1,
    .home-page .home-features .img-3 {
        margin-right: 10px;
    }

    .home-page .home-features li img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mobile-footer li {
        margin-left: 0.25em;
        margin-right: 0.25em;
    }

    .ie8 .logo img {
        max-width: 150px !important;
    }
}

@media (max-width: 319px) {
    .home-page .home-features li img {
        max-width: 146px;
      	max-width: min(100%, 146px);
    }

    .home-page .home-features .img-1,
    .home-page .home-features .img-2,
    .home-page .home-features .img-3,
    .home-page .home-features .img-4 {
        float: none;
        display: block;
        margin: 0;
        padding: 0;
    }

    .mobile-footer {
        padding: 1px 10px;
    }

    .mobile-footer li {
        margin: 10px 0;
        display: block;
    }

    .contentimage {
        float: none;
        text-align: center;
    }

    .content-side-banners img {
        max-width: 100%;
        height: auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .copyright {
        padding-left: 0;
        padding-right: 0;
    }
}


