@import url(//fonts.googleapis.com/css?family=Crete+Round:400,400italic|Open+Sans:400,400italic,700);

/*
 * 1. Base Styles (for elements: headings, lists, etc.)
 * 2. Layout (header, main content, footer, etc.)
 * 3. Visual Styles (color, backgrounds, borders, etc.)
*/

/*** Base ***/

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, dt, li {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

body {
    background: #fff;
    color: #000;
    font: 100%/1.4 "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
}

ul { list-style: none; }
img { border: none; }
:focus { outline: none; }

/*** Layout ***/

.header {
    overflow: hidden;
    padding: 10px 0;
}

.header-wrap {
    max-width: 1241px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-logo {
    float: left;
}

.header-address,
.header-search {
    overflow: hidden;
    float: right;
    clear: right;
}

.sub-navigation-menu {
    position: absolute;
}

.navigation-wrap,
.footer-wrap,
.main-content-wrap,
.client-statement-wrap {
    max-width: 1241px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-content-wrap {
    display: table;
    width: 100%;
    /*max-width: 1280px;*/

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-nav {
    padding: 20px 10px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

.content-nav,
.content-area,
.side-menu {
    display: table-cell;
    vertical-align: top;
}

.side-menu {
    width: 200px;
}

.side-menu-content {
    padding: 20px 0;
}

.pageContent {
    padding: 20px;
}

.main-slideshow {
    padding-bottom: 20px;
}

.main-slide-items {
    max-width: 962px;
    max-height: 402px;
    margin: 0;
    position: relative;
}

.main-slide-items .slide-link {
    position: absolute;
    top: 50px;
    text-indent: -50000em;
}

.main-slide-items .slide-link-previous-frame {
    left: 0;
}

.main-slide-items .slide-link-next-frame {
    right: 0;
}

.slide-items {
    position: relative;
    height: 0;
    padding-bottom: 41.78794178794179%;
}

/*.main-slide-items .slide-items li,*/
.main-slide-items img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-slide-nav {
    max-width: 645px;
    width: 100%;
    /*height: 32px;*/
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-slide-nav-links {
    height: 32px;
}

.navigation {
    padding: 6px 0;
}

.navigation-wrap {
    text-align: center;
}

.nav-item {
    display: inline-block;
}

.nav-link {
    display: block;
    padding: 4px 30px;
}

.footer {
    padding: 20px 0 0 0;
}

.footer-content {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.footer-link-wrap {
    display: table;
    display: none;
    width: 100%;
}

.link-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

.link-section h2,
.link-section li {
    display: inline;
}

.link-section li:before {
    content: " - ";
}

.link-section li:first-child:before {
    content: "";
}

.link-section h2 {
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.link-section {
    text-align: center;
}

.subnav-box {
    display: table-cell;
    vertical-align: top;
}

/*
.copyright {
    position: absolute;
    left: 0;
    bottom: 10px;
}*/

.copyright-item {
    display: inline;
    margin-right: 10px;
}

.social-networking {
    float: right;
    padding: 10px 20px;
    display: none;
}

.social-item {
    display: inline;
    margin: 0 4px;
}

/*** Components ***/

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

.header-address {
    text-align: right;
}

.edu-search-button,
.header-search-submit {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    direction: ltr;
    text-indent: -50000px;
    vertical-align: middle;
    cursor: pointer;
}

.edu-search-field,
.header-search-field {
    border: 0;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 15px;

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;

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

.header-search-submit,
.header-search-field {
    margin-top: 10px;
}

.subnav-heading {
    line-height: 1;
    margin: 0 0 20px 0;
}

.sub-navigation-menu {
    display: none;
    text-align: left;
    padding: 6px 0;
    z-index: 1000;
}

.sub-navigation-menu a:link,
.sub-navigation-menu a:visited,
.sub-navigation-menu a:hover,
.sub-navigation-menu a:focus,
.sub-navigation-menu a:active {
    color: #fff;
    padding: 5px 10px;
    display: block;
    background: #03518f;
}

.main-slide-nav ul,
.slide-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slide-items li img {
    display: none;
}

.slide-items li.list-item-0 img {
    display: block;
}

.main-slide-nav {
    text-align: center;
    line-height: 32px;
}

.main-slide-nav li {
    display: inline-block;
    margin: 0;
}

/*** Visual ****/

/* Set to display: none; for 300px-range layouts. */
.small-hidden {}


/* Next CSS */
.site-main-slideshow-container {
  background-color: #0e5950;
}
.site-main-slideshow-wrapper {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.site-main-slideshow-wrapper .flex-direction-nav a.flex-prev:before,
.site-main-slideshow-wrapper .flex-direction-nav a.flex-next:before {
  color: #5569a8;
  background-color: #5569a6;
  background-color: rgba(255,255,255,0.6);
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
}
.site-main-slideshow-wrapper .flex-direction-nav a.flex-prev:before {
  content: "\f104";
}
.site-main-slideshow-wrapper .flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.site-main-slideshow-wrapper .flex-direction-nav a.flex-prev:hover:before,
.site-main-slideshow-wrapper .flex-direction-nav a.flex-next:hover:before {
  background-color: #fff;
}
.slideshow-wrappings .nav-arrow {
  top: 50%;
}
.slideshow-wrappings .previous-slide-arrow .fa {
  left: 20px;
}
.slideshow-wrappings .next-slide-arrow .fa {
  right: 20px;
}
.nav-arrow-bar {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 76px;
  background-color: #007bcf;
  background-color: rgba(0,123,207,0);
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.nav-arrow-bar:hover {
  background-color: #007bcf;
  background-color: rgba(0,123,207,0);
}
.nav-arrow-bar-left {
  left: 0;
}
.nav-arrow-bar-right {
  right: 0;
}
.flex-direction-nav a.flex-next {
  text-align: left;
  right: 10px;
}
.flex-direction-nav a:before {
  color: #fff;
}
.site-main-slideshow-container {
  position: relative;
  overflow: hidden;
}
.site-main-slideshow-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 920px) {
  .site-main-slideshow-wrapper .flex-direction-nav a {
    width: 16px;
    height: 16px;
    margin: -10px 0 0 0;
  }
  .site-main-slideshow-wrapper .flex-direction-nav a.flex-prev:before,
  .site-main-slideshow-wrapper .flex-direction-nav a.flex-next:before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
  }
}
.fh-pagecontent-slideshow-wrappings,
.fh-pagecontent-slideshow-wrappings:before,
.fh-pagecontent-slideshow-wrappings:after,
.fh-pagecontent-slideshow-wrappings *,
.fh-pagecontent-slideshow-wrappings *:before,
.fh-pagecontent-slideshow-wrappings *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fh-pagecontent-slideshow-wrappings div {
  max-width: none;
}
.fh-pagecontent-slideshow-wrappings .slideshow-item-content {
  display: block;
}
.fh-pagecontent-slideshow-wrappings .slideshow-item {
  display: block;
  float: none;
  position: static;
  margin: 20px 0 0 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  color: inherit;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.4;
}
.pageContent .fh-pagecontent-slideshow-wrappings a,
.pageContent .fh-pagecontent-slideshow-wrappings a:link,
.pageContent .fh-pagecontent-slideshow-wrappings a:visited,
.pageContent .fh-pagecontent-slideshow-wrappings a:hover,
.pageContent .fh-pagecontent-slideshow-wrappings a:focus,
.pageContent .fh-pagecontent-slideshow-wrappings a:active {
  color: inherit;
  text-decoration: none;
}
.fh-pagecontent-slideshow-wrappings .fh-pagecontent-slideshow-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-pagecontent-slideshow-wrappings .slick-slider .slick-prev,
.fh-pagecontent-slideshow-wrappings .slick-slider .slick-next {
  background: none;
}
.fh-pagecontent-slideshow-wrappings .slick-prev:before,
.fh-pagecontent-slideshow-wrappings .slick-next:before {
  font-size: 32px;
}
.fh-pagecontent-slideshow-wrappings .slick-dots {
  z-index: 888;
  bottom: -30px;
}
.fh-pagecontent-slideshow-wrappings  .slick-dots li button:before {
  font-size: 20px;
}
.fh-pagecontent-slideshow-wrappings .fh-pagecontent-slideshow-listing img {
  padding: 0;
  margin: 0 !important;
  border-width: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.fh-pagecontent-slideshow-wrappings .fh-pagecontent-slideshow-wrappings,
.fh-pagecontent-slideshow-wrappings .fh-pagecontent-slideshow-wrapper {
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
}
.fh-pagecontent-slideshow-wrappings .fh-pagecontent-slideshow-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  vertical-align: top;
  padding-bottom: 40px;
}
.content-page-video-wrappings,
.home-page-video-wrappings {
  text-align: center;
  max-width: 100%;
  background-color: #0e5950;
}
.content-page-video-wrapper,
.home-page-video-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.content-page-video-wrapper {
  max-width: 889px;
}
html.is-content-page.content-page-covid-19_patientcommunity_information .content-nav {
  display: none !important;
}
html.is-content-page.content-page-covid-19_patientcommunity_information .content-area {
  display: block;
  width: auto;
}
.home-page .home-menu-second {
  margin-top: 20px;
}
.contact-bar a:link {
  color: #fff;
  font-size: 20px;
}
.alert-content {
  background: red;
  margin: 0 auto;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
}
.alert-content a,
.alert-content a:link,
.alert-content a:visited,
.alert-content a:hover,
.alert-content a:focus,
.alert-content a:active {
  color: #fff;
  font-size: 1.2em;
  margin: 0 auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.alert-content a:hover,
.alert-content a:focus,
.alert-content a:active {
  text-decoration: underline;
  opacity: 0.8;
}
.alertbar {
  background: red;
  color: white;
  font-size: 1.22em;
  text-align: center;
  font-weight: bold;
  padding: 1.5em 2em;
}
a.alert-link {
  transition: 0.2s;
}
a.alert-link:hover,
a.alert-link:focus,
a.alert-link:active {
  text-decoration: underline;
}
html.content-page-5_star_patient_satisfaction #main_content_area {
  color: #fff;
}
html.content-page-5_star_patient_satisfaction .feature14,
.feature14.heading {
  color: #fff;
}
html.content-page-5_star_patient_satisfaction h1.pagetitle {
  color: #3d7572;
}
#main_content_area {
  color: #000;
}
#TheMainSlideshow {
  display: none;
}
html.content-page-5_star_patient_satisfaction .pageContent {
  background-color: #000012;
}
.content-page #TheMainSlideshow {
  display: block;
}
.home-page-video-wrapper {
  background: #0e5950;
  padding: 0;
  display: none;
}
.home-page .home-page-video-wrapper {
  display: block;
}
.home-video-container {
  text-align: center;
}
.slideshow-item {
  position: absolute;
  z-index: 99999;
  color: #fff;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  font-size: 36px;
  font-size: 3rem;
  cursor: pointer;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
.the-slideshow-wrappings .the-slideshow-items[data-num-items="0"] ~ .slideshow-item,
.the-slideshow-wrappings .the-slideshow-items[data-num-items="1"] ~ .slideshow-item {
  display: none !important;
}
.slideshow-previous {
  left: 20px;
}
.slideshow-next {
  right: 20px;
}
.the-slideshow-wrappings .fa {
  color: #fff !important;
  font-size: 64px !important;
  font-size: 4rem !important;
}
p {
  font-family: inherit !important;
  font-size: inherit !important;
}
@media only screen and (min-width: 769px) {
  .header .header-content {
    max-width: 55%;
    text-align: right;
  }
}
.header-image {
  float: left;
  margin: 104px 20px 0 20px;
}
.client-statement-body img {
  transition: transform 0.3s;
  transform: scale(1);
}
.client-statement-body img:hover {
  transform: scale(1.225);
}
@-moz-keyframes firstSlide {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes firstSlide {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@keyframes firstSlide {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
.the-slideshow-wrapper .the-slideshow-items li:first-child .slideshow-content {
  bottom: -100%;
  -moz-animation: firstSlide 2s ease-in forwards 2s;
  -webkit-animation: firstSlide 2s ease-in forwards 2s;
  animation: firstSlide 2s ease-in forwards 2s;
}
.mobile-navbar {
  display: none;
}
.side-navigation-controls .social-links-wrapper li {
  display: inline-block;
  vertical-align: top;
}
.side-navigation-controls .social-links-wrapperdiv.home-left-menu ul li a.view-job-link:link {
  padding: 0;
  background: none;
  font-size: 1em;
  font-size: inherit;
}
div.home-left-menu ul li a.view-job-link:link,
div.home-left-menu ul li a.view-job-link:visited {
  color: #3a7f77;
}
div.home-left-menu ul li a.view-job-link:hover,
div.home-left-menu ul li a.view-job-link:focus,
div.home-left-menu ul li a.view-job-link:active {
  color: #333;
  color: inherit;
}
.foundation-table td,
.foundation-table th {
  text-align: center;
}
.content-page .pageContent .foundation-table img {
  margin: 0;
  padding: 0;
}
.image_caption,
.image_caption font {
  display: block;
}
.image_caption {
  margin-left: 10px;
}
.image_caption,
.image_caption * {
  font-size: small !important;
}
image_caption:before,
image_caption:after,
image_caption *:before,
image_caption *:after {
  font-size: small !important;
}
.pageContent table th,
.pageContent table td {
  vertical-align: top;
}
.content-page-hospitalist .pageContent table {
  width: 100%;
}
.content-page-hospitalist .pageContent table img {
  margin: 0;
  padding: 0;
}
.content-page-hospitalist .pageContent table[bordercolor="#5B82C6"] {
  height: 240px;
}
.content-page-hospitalist .pageContent table[bordercolor="#5B82C6" i] {
  height: 240px;
}
.content-page-hospitalist .pageContent table[cellpadding="15"] td:nth-child(2) > br {
  display: none !important;
}
.content-page-hospitalist .pageContent td,
.content-page-hospitalist .pageContent th {
  vertical-align: top;
}
.content-page-cardiac_rehab .pageContent .cardio-table img {
  width: 100px;
  height: 127px;
}
.content-page-wound_care .pageContent h1.pagetitle img[width="6"][height="6"] {
  display: none !important;
}
.content-page-wound_care .pageContent h1.pagetitle img[width="6"][height="6"] + br {
  display: none !important;
}
.content-page-dosher_leadership .pageContent .board-table img {
  width: 150px;
  height: 200px;
  margin: 0;
  padding: 0;
}
.content-page-dosher_leadership .pageContent .board-table.num-per-row-2 td {
  width: 50%;
}
.content-page-dosher_leadership .pageContent .board-table.num-per-row-3 td {
  width: 33.333333333%;
}
.content-page-dosher_leadership .pageContent .board-table.num-per-row-4 td {
  width: 25%;
}
.content-page-dosher_leadership .pageContent .board-table.num-per-row-5 td {
  width: 20%;
}
.content-page-dosher_leadership .pageContent .board-table.num-per-row-6 td {
  width: 16.66666666667%;
}
.content-page-dosher_leadership .pageContent .board-table.num-per-row-7 td {
  width: 14.2857%;
}
.content-page-dosher_leadership .pageContent .board-table.num-per-row-8 td {
  width: 12.5%;
}
.content-page-dosher_leadership .pageContent .board-table.num-per-row-9 td {
  width: 11.11111%;
}
.content-page-dosher_leadership .pageContent .board-table.num-per-row-10 td {
  width: 10%;
}
.content-page-dosher_leadership .pageContent .board-table td {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .content-page-dosher_leadership .pageContent .board-table,
  .content-page-dosher_leadership .pageContent .board-table thead,
  .content-page-dosher_leadership .pageContent .board-table tbody,
  .content-page-dosher_leadership .pageContent .board-table tfoot,
  .content-page-dosher_leadership .pageContent .board-table tr,
  .content-page-dosher_leadership .pageContent .board-table td,
  .content-page-dosher_leadership .pageContent .board-table th,
  .content-page-dosher_leadership .pageContent .board-table.num-per-row-1 td,
  .content-page-dosher_leadership .pageContent .board-table.num-per-row-2 td,
  .content-page-dosher_leadership .pageContent .board-table.num-per-row-3 td,
  .content-page-dosher_leadership .pageContent .board-table.num-per-row-4 td,
  .content-page-dosher_leadership .pageContent .board-table.num-per-row-5 td,
  .content-page-dosher_leadership .pageContent .board-table.num-per-row-6 td,
  .content-page-dosher_leadership .pageContent .board-table.num-per-row-7 td,
  .content-page-dosher_leadership .pageContent .board-table.num-per-row-8 td,
  .content-page-dosher_leadership .pageContent .board-table.num-per-row-9 td,
  .content-page-dosher_leadership .pageContent .board-table.num-per-row-10 td {
    display: block !important;
    padding: 0;
    margin: 0;
    width: auto !important;
  }
  .content-page-dosher_leadership .pageContent .board-table td {
    margin: 20px 0;
  }
}
.content-page-woundcare .pageContent .side-wound-care-staff td:not([colspan]) {
  vertical-align: top;
  text-align: center;
  width: 33.3%;
  font-size: 0.8rem;
}
.content-page-woundcare .pageContent .side-wound-care-staff td {
  padding-bottom: 10px;
}
.content-page-woundcare .pageContent .side-wound-care-staff h1.pagetitle {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 10px;
  text-align: left;
}
.content-page-woundcare .pageContent .side-wound-care-staff img {
  margin: 0;
}
.content-page-woundcare .pageContent .side-wound-care-staff td:not([colspan]) img {
  width: 53px;
  height: 80px;
  margin: 0;
  padding: 0;
}
a[href*="youtube"] img,
iframe[src*="youtube"],
.contentpic2,
.news-img img,
.social-items img,
.page-menu-navigation .sub-navigation-menu {
  box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}
.news-img img[src="http://pictures.fasthealth.com/info/575.gif"] {
  box-shadow: none;
}
.content-page-quality_ratings img[align="right"] {
  clear: right;
}
.content-page-quality_ratings img[align="right" i] {
  clear: right;
}
.page-menu-navigation .sub-navigation-menu {
  background: #3a7f77;
}
@media only screen and (min-width: 650px) {
  .page-menu-navigation .sub-navigation-menu,
  .content-nav .page-menu-navigation .sub-navigation-menu {
    width: 400px;
  }
}
.video-section {
  margin: 20px 0;
  padding: 20px 0;
}
a.all-events-link:link,
a.all-events-link:visited,
a.all-events-link:hover,
a.all-events-link:focus,
a.all-events-link:active,
a.view-all-jobs-link:link,
a.view-all-jobs-link:visited,
a.view-all-jobs-link:hover,
a.view-all-jobs-link:focus,
a.view-all-jobs-link:active {
  color: #fff !important;
  text-decoration: none;
  font-size: 1.2em;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border: 5px solid #1e615a;
  border-radius: 6px;
}
.cardio-table,
.jr-table {
  width: 100%;
  table-layout: fixed;
}
.cardio-table td,
.jr-table td {
  width: 33.3%;
  vertical-align: top;
  text-align: center;
}
.cardio-table td {
  width: 25%;
}
.cardio-table img,
.jr-table img {
  height: 193px;
  width: auto;
  max-width: 100%;
}
.jr-table img {
  height: auto;
}
.job-posting-wrapping {
  color: #000;
}
div.home-left-menu ul li a.view-job-link:link,
div.home-left-menu ul li a.view-job-link:visited,
div.home-left-menu ul li a.view-job-link:hover,
div.home-left-menu ul li a.view-job-link:focus,
div.home-left-menu ul li a.view-job-link:active {
  display: inline-block;
}
.banner-agrandizing img {
  max-width: 100%;
  height: auto;
}
.banner-agrandizing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-agrandizing li {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.pageContent a.view-all-jobs-link:link,
.pageContent a.view-all-jobs-link:visited,
.pageContent a.view-all-jobs-link:hover,
.pageContent a.view-all-jobs-link:focus,
.pageContent a.view-all-jobs-link:active {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  border: 5px solid #1e615a;
  border-radius: 6px;
  font-size: 1.225em;
  font-size: 1.225rem;
  font-weight: bold;
  line-height: 1.715em;
  line-height: 1.715rem;
}
.page-menu-navigation .navigation-menu {
  border: 1px solid #B6B5B5;
  border-bottom: none;
}
.job-postings {
  margin: 10px 0 20px 0;
}
.job-posting {
  margin-bottom: 10px;
}
.job-posting-wrapping {
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.read-all-updates-wrapper {
  text-align: center;
  margin: 10px 0;
}
.pageContent .read-all-updates-wrapper a:link,
.pageContent .read-all-updates-wrapper a:visited,
.pageContent .read-all-updates-wrapper a:hover,
.pageContent .read-all-updates-wrapper a:focus,
.pageContent .read-all-updates-wrapper a:active {
  text-decoration: underline;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: bold;
}
.content-section .events .calendar h2.heading,
.content-nav h2,
.heading-secondary-menu,
.home-page h1.pagetitle,
.home-page .side-menu h2.title,
h1.pagetitle.home-news-pagetitle {
  font-size: 1.5em;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Handlee', cursive;
}
.home-page h1.pagetitle.video-pagetitle {
  margin-bottom: 10px;
}
.read-more-link-wrapper {
  white-space: nowrap;
}
.info-box-news-items-2000 {
  margin-bottom: 20px;
}
.info-box-news-items-2000 .info-box-news-item .news-image {
  width: 106px;
}
.info-box-news-items-2000 .info-box-news-item .info-box-content {
  padding: 0;
}
.info-box-news-items-2000 .info-box-news-item .info-box-content {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.info-box-news-items-2000 .info-box-news-item .info-box-title {
  font-size: 14px;
}
.info-box-news-item .news-image {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.info-box-news-item .news-image img {
  max-width: 100%;
  width: 106px;
  height: 78px;
}
.info-box-news-item .info-box-title {
  float: left;
  width: 67%;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: inherit;
  color: inherit;
}
.info-box-news-item .info-box-title p {
  margin: 0;
  padding: 0;
  color: #000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: inherit;
  color: inherit;
}
.info-section a[href$="getpage.php?name=healthresearch"]:after {
  display: block;
  text-decoration: none;
  border-bottom: none;
  content: "Search Online Health Topics";
  color: #fff;
  font-weight: bold;
  white-space: pre;
  text-align: center;
  font-size: x-small;
}
.info-section a[href$="getpage.php?name=healthresearch"]:link,
.info-section a[href$="getpage.php?name=healthresearch"]:visited,
.info-section a[href$="getpage.php?name=healthresearch"]:hover,
.info-section a[href$="getpage.php?name=healthresearch"]:focus,
.info-section a[href$="getpage.php?name=healthresearch"]:active {
  text-decoration: none;
  border: none;
}
div.home-left-menu ul li a.view-job:link,
div.home-left-menu ul li a.view-job:visited,
div.home-left-menu ul li a.view-job:hover,
div.home-left-menu ul li a.view-job:focus,
div.home-left-menu ul li a.view-job:active {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0 0 0 6px;
}
.home-page .home-menu.home-menu-second p:not(:empty) {
  margin-left: 20px;
  color: #0d5950;
}
.home-page .home-menu.home-menu-second p:not(:empty):before {
  content: "\f028";
  margin-left: -20px;
  margin-right: 5px;
  font-family: FontAwesome;
  transform: scale(1.5);
  color: #0E5950;
  display: inline-block;
}
.home-page .home-menu.home-menu-second .home-health-wrapper-1 p:not(:empty):before {
  display: none;
  content: "";
}
.all-events-wrapper {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  background: #a5c5d1;
  padding: 0 10px 10px 10px;
}
.jobs-view-all-wrapper,
.all-events-link-wrapper {
  background: #3d7572;
  margin: 0 20px;
  border-radius: 6px;
}
.jobs-view-all-wrapper:hover,
.all-events-link-wrapper:hover {
  background: #3A7F77;
}
.side-menu .jobs-view-all-wrapper a.view-all-jobs-link:link,
.side-menu .jobs-view-all-wrapper a.view-all-jobs-link:visited,
.side-menu .jobs-view-all-wrapper a.view-all-jobs-link:hover,
.side-menu .jobs-view-all-wrapper a.view-all-jobs-link:focus,
.side-menu .jobs-view-all-wrapper a.view-all-jobs-link:active,
.pageContent .all-events-link-wrapper a.all-events-link:link,
.pageContent .all-events-link-wrapper a.all-events-link:visited,
.pageContent .all-events-link-wrapper a.all-events-link:hover,
.pageContent .all-events-link-wrapper a.all-events-link:focus,
.pageContent .all-events-link-wrapper a.all-events-link:active {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  border: 5px solid #1e615a;
  border-radius: 6px;
  font-size: 1.225em;
  font-size: 1.225rem;
  font-weight: bold;
  line-height: 1.715em;
  line-height: 1.715rem;
}
.side-menu .jobs-view-all-wrapper a.view-all-jobs-link:hover,
.side-menu .jobs-view-all-wrapper a.view-all-jobs-link:focus,
.side-menu .jobs-view-all-wrapper a.view-all-jobs-link:active,
.pageContent .all-events-link-wrapper:hover a.all-events-link,
.pageContent .all-events-link-wrapper:hover a.all-events-link:link,
.pageContent .all-events-link-wrapper:hover a.all-events-link:hover,
.pageContent .all-events-link-wrapper:hover a.all-events-link:focus,
.pageContent .all-events-link-wrapper:hover a.all-events-link:active {
  background: #1e615a;
}
.info-box-news-items.multiple-items > .info-box-news-item {
  display: block;
}
.events-wrappings {
  margin-top: 20px;
  margin-bottom: 20px;
}
.slideshow-events-wrapper .events-wrappings {
  margin-top: 0;
}
.content-section .events h2.heading {
  text-align: center;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
}
.content-section .events h2.heading a {
  text-decoration: none;
  display: block;
  color: #5E5B98;
}
.content-section .events .calendar h2.heading {
  color: #000;
  background: #3a7f77;
  border: 0px solid #bde3ec;
  text-decoration: underline;
}
.content-section .events h2.heading a:hover,
.content-section .events h2.heading a:focus,
.content-section .events h2.heading a:active {
  color: #83231A;
  text-decoration: underline;
}
.content-section .events .calendar .body {
  padding: 10px;
  overflow: auto;
  background-color: #a5c5d1;
  border: 0px solid #54484A;
}
.slideshow-events-wrapper .content-section .events .calendar .body {
  height: 265px;
  min-width: 350px;
}
.content-section .events .calendar {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.content-section .events .calendar a {
  color: #5E5B98;
}
.content-section .events .news h2 {
  text-indent: -99999px;
  line-height: 0;
  height: 0;
}
.content-section .events .news {
  font-size: 13px;
  line-height: 1.3em;
  width: 364px;
  overflow: hidden;
}
.content-section .events .news a {
  color: #5E5B98;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.03em;
}
.content-section .links {
  float: left;
}
.content-section .events a:link,
.content-section .events a:visited {
  color: #000;
}
.content-section .events a:hover,
.content-section .events a:focus,
.content-section .events a:active {
  color: #83231A;
  color: #fff;
  text-decoration: none;
}
dl,
dd,
dt,
.content-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-section dl {
  clear: both;
  margin-bottom: 6px;
}
.content-section .vevent {
  overflow: hidden;
}
.content-section .vevent dt,
.content-section .vevent dt a {
  display: inline-block;
}
.content-section .vevent dt a {
  margin-left: 10px;
}
.content-section .vevent dt {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
.content-section .vevent dd {
  float: left;
  color: #26247E;
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
}
.content-section .vevent dd strong {
  display: block;
}
.content-section .vevent dd em {
  display: block;
  padding-bottom: 0.7em;
  font-style: normal;
  text-transform: uppercase;
}
.content-section .events dd {
  font-weight: normal;
}
.content-section .events dt.first {
  margin-top: 0;
}
.content-section .feature-list {
  float: left;
}
.footer-callout-content a:link img:hover {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
.content-page-dosher_leadership .pageContent table tr {
  vertical-align: top;
}
.content-page-dosher_leadership .pageContent table img {
  width: 150px;
  height: 200px;
}
.content-page-dosher_leadership .pageContent > table > tr > td:first-child,
.content-page-dosher_leadership .pageContent > table > tbody > tr > td:first-child {
  width: 150px;
}
.home-menu.home-menu-second img,
.home-left-menu img {
  max-width: 100%;
  height: auto;
}
.content-nav {
  width: 25%;
}
.page-menu-navigation li.has-subnav {
  position: relative;
}
.page-menu-navigation a {
  display: block;
}
.page-menu-navigation li.has-subnav > span > a {
  cursor: pointer;
}
.page-menu-navigation li.has-subnav:hover > ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  min-width: 280px;
  z-index: 99999999;
}
.page-menu-navigation li.has-subnav:hover ul a:link,
.page-menu-navigation li.has-subnav:hover ul a:visited,
.page-menu-navigation li.has-subnav:hover ul a:hover,
.page-menu-navigation li.has-subnav:hover ul a:focus,
.page-menu-navigation li.has-subnav:hover ul a:active {
  text-decoration: none;
  color: #fff;
}
.ecard-btn-1 {
  background-color: #a94ebd;
  border-radius: 30px 30px 30px 30px;
  border-radius: 5px;
  margin: 5px;
  width: 300px;
  color: #fff;
  text-align: center;
  display: inline-block;
  float: right;
  margin-top: 160px;
}
.ecard-btn-1-link {
  position: relative;
  display: block;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  color: #fff;
  padding-right: 40px;
  padding-left: 40px;
  text-align: left;
}
.ecard-btn-1-link:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  bottom: 0;
  content: "\bb";
  font-size: 26px;
  transition: all 0.2s;
  border-radius: 5px;
  text-align: center;
}
.ecard-btn-1-link:hover:after {
  width: 100%;
  background-color: #c597d8;
}
.ecard-btn {
  background-color: #c41b2d;
  border-radius: 5px;
  margin: 5px;
  color: #0053a0;
  text-align: center;
  display: inline-block;
}
.ecard-btn-link {
  position: relative;
  display: block;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  color: #fff;
  padding-right: 40px;
  padding-left: 40px;
  text-align: left;
}
.ecard-btn-link:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  bottom: 0;
  content: "\bb";
  font-size: 26px;
  transition: all 0.2s;
  border-radius: 5px;
  text-align: center;
}
.ecard-btn-link:hover:after {
  width: 100%;
  background-color: #cf592d;
}
.info-section a:link,
.info-section a:visited,
.info-section a:hover,
.info-section a:active,
.info-section a:focus {
  color: white;
}
.slideshow-content {
  padding: 10px;
  color: #fff;
  background: #3a7f77;
  background: rgba(57,127,119,0.8);
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 800;
  text-align: left;
  -moz-transition: bottom 2s ease-in;
  -o-transition: bottom 2s ease-in;
  -webkit-transition: bottom 2s ease-in;
  -ms-transition: bottom 2s ease-in;
  transition: bottom 2s ease-in;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.showing-item .slideshow-content {
  bottom: 0;
}
.content-news-date {
  background: #3a7f77;
  color: #fff;
  width: 8em;
  padding: 0.25em;
  text-shadow: 0 -1px rgba(0,0,0,0.3);
  text-align: center;
  float: right;
  font-weight: bold;
}
.content-news-menu {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.content-news-content {
  background: #a5c5d1;
  color: #000;
  padding: 1em;
  text-align: center;
  clear: both;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.03em;
}
.content-news-item {
  display: none;
}
.content-news-item.first-item {
  display: block;
}
.content-news-items.scripting-news .content-news-date {
  -o-transition: transform 1s, opacity 1s;
  -webkit-transition: transform 1s, opacity 1s;
  -moz-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  -o-transform: translate3d(-200%,0,0);
  -webkit-transform: translate3d(-200%,0,0);
  -moz-transform: translate3d(-200%,0,0);
  transform: translate3d(-200%,0,0);
  opacity: 0;
}
.content-news-items.scripting-news .content-news-content {
  -o-transition: transform 1s, opacity 1s;
  -webkit-transition: transform 1s, opacity 1s;
  -moz-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  -o-transform: translate3d(200%,0,0);
  -webkit-transform: translate3d(200%,0,0);
  -moz-transform: translate3d(200%,0,0);
  transform: translate3d(200%,0,0);
  opacity: 0;
}
.content-news-items.scripting-news .transition-out .content-news-date,
.content-news-items.scripting-news .transition-out .content-news-content {
  -o-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 20px;
  color: #0e5950;
}
.social-items.social-items-1 {
  font-size: 22px;
}
.social-links-wrapper {
  float: right;
  clear: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.social-links-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links-wrapper li {
  display: inline-block;
  margin-left: 10px;
}
.social-links-wrapper a:link,
.social-links-wrapper a:visited,
.social-links-wrapper a:hover,
.social-links-wrapper a:focus,
.social-links-wrapper a:active {
  text-decoration: none;
  color: #fff;
}
.social-links-wrapper a:hover,
.social-links-wrapper a:focus,
.social-links-wrapper a:active {
  color: #B6A268;
}
.home-menu.home-menu-second p {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.03em;
}
.info-box.info-box-second {
  padding-top: 40px;
}
.home-health-wrapper-2 p {
  background-color: #bdaa74;
  padding: 5px 0px 5px 0px;
  border-radius: 5px;
  display: block;
  color: #0e5950;
  min-width: 250px;
}
.info-box-content p {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: black;
  margin-top: 20px;
}
.map a:link,
.map a:visited {
  background-color: #bdaa74;
  border-radius: 5px;
  text-align: center;
  padding: 5px 80px 5px 80px;
}
.map a:hover {
  background-color: #cab988;
  border-radius: 5px;
  text-align: center;
  padding: 5px 80px 5px 80px;
}
.footer-callout-content {
  float: left;
  padding-top: 30px;
  padding-bottom: 10px;
  width: 100%;
  line-height: 20px;
}
.footer-callout .fa {
  color: #0e5950;
  padding: 30px;
  border-radius: 50%;
  font-size: 40px;
  margin-right: 30px;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.footer-callout-content a:link,
.footer-callout-content a:visited {
  color: #0e5950;
  font-weight: bold;
}
@media only screen and (max-width: 950px) {
  .footer-callout-content table,
  .footer-callout-content table tbody,
  .footer-callout-content table tr,
  .footer-callout-content table thead,
  .footer-callout-content table th,
  .footer-callout-content table td {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
  }
  .footer-callout-content table * {
    float: none !important;
  }
  .footer-callout-content table td {
    text-align: center;
    margin: 20px 0 !important;
  }
}
.sub-navigation-menu {
  text-align: left;
  padding: 6px 0;
  z-index: 1000;
  display: none;
}
.the-slideshow-wrappings {
  text-align: center;
  max-width: 100%;
  background-color: #0e5950;
}
.the-slideshow-wrapper {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.the-slideshow-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.52);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.52);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.52);
}
.the-slideshow-wrapper .shim {
  visibility: hidden;
  display: block;
}
.the-slideshow-wrapper .the-slideshow-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.the-slideshow-wrapper .the-slideshow-items li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}
.the-slideshow-wrapper .the-slideshow-items li:first-child {
  display: block;
}
@media only screen and (max-width: 800px) {
  .the-slideshow-wrappings .the-slideshow-wrapper .slideshow-content {
    font-size: 0.8em;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 650px) {
  .the-slideshow-wrappings .the-slideshow-wrapper .slideshow-content {
    display: none !important;
  }
}
.home-health-links {
  position: relative;
  z-index: 9000;
}
td.empty-job-cell {
  display: none !important;
}
.close-mobile-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 9999;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.header-logo img {
  max-width: 100%;
  height: auto;
  padding-bottom: 20px;
}
.footer-callout-content img {
  opacity: 0.8;
  padding-left: 30px;
  padding-right: 30px;
}
.content-nav-addendum .title {
  font-size: 22px;
  padding-top: 15px;
}
.content-nav-addendum .content {
  font-size: 12px;
}
div.home-left-menu ul li a:link,
ul.hoverable-menu.secondary-menu li a:link {
  margin: 0px;
  text-decoration: none;
}
div.home-left-menu ul li.submenu-top-item {
  border-bottom: 4px solid #B6B5B5;
  margin-top: 4px;
  display: block;
  text-decoration: none;
}
div.home-left-menu ul li a:link,
div.home-left-menu ul li a:visited,
div.home-left-menu ul li a:hover,
div.home-left-menu ul li a:focus,
div.home-left-menu ul li a:active {
  color: #000000;
  background: #f0f0f0;
  font-size: 1.1em;
  padding: 7px 14px;
  display: block;
  text-decoration: none;
}
div.home-left-menu ul li a:hover,
div.home-left-menu ul li a:focus,
div.home-left-menu ul li a:active {
  color: #4a1a11;
  background: #f9f5f5;
  text-decoration: underline;
  border: 0px solid #b6b5b5;
}
div.home-left-menu ul li .sub-navigation-menu a:link,
div.home-left-menu ul li .sub-navigation-menu a:visited,
div.home-left-menu ul li .sub-navigation-menu a:hover,
div.home-left-menu ul li .sub-navigation-menu a:focus,
div.home-left-menu ul li .sub-navigation-menu a:active {
  background: #3a7f77;
  padding: 2px 4px;
  font-size: 0.9em;
}
div.home-left-menu ul li .sub-navigation-menu a:hover,
div.home-left-menu ul li .sub-navigation-menu a:focus,
div.home-left-menu ul li .sub-navigation-menu a:active {
  background: #0e5950;
}
.tt-relative {
  position: relative;
}
.tt-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.center-wrap {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
a.tt-button.large {
  height: 24px;
  line-height: 14px;
  padding: 11px 10px 0;
}
.footer-callout {
  background-repeat: repeat-x;
  width: 100%;
  background-color: #93b3b2;
}
.footer-callout-content {
  line-height: 20px;
}
.footer-callout-button {
  float: right;
  margin: 14px 0 0 0;
}
.footer-callout-content p {
  font-size: 17px;
  margin-bottom: 0px;
  text-shadow: 1px 1px 2px #FFF;
}
.footer-callout-content .callout-heading {
  font-size: 20px;
  letter-spacing: -0.3px;
}
a.tt-button {
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.08), 0 0 0 1px rgba(255,255,255,0.1) inset;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 20px;
  line-height: 12px;
  padding: 8px 10px 0;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
a.tt-button.grey {
  background-color: #cacaca;
  background-image: linear-gradient(to top,#cacaca,#aeaeae);
  background-repeat: repeat-x;
  border: 1px solid #B5B5B5;
  color: #555;
  background-image: -moz-linear-gradient(top,#cacaca,#aeaeae);
  background-image: -ms-linear-gradient(top,#cacaca,#aeaeae);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#cacaca),to(#aeaeae));
  background-image: -webkit-linear-gradient(top,#cacaca,#aeaeae);
  background-image: -o-linear-gradient(top,#cacaca,#aeaeae);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca',endColorstr='#aeaeae',GradientType=0);
}
a.tt-button.grey:hover {
  background-color: #bcbcbc;
  background-image: linear-gradient(to top,#bcbcbc,#c2c2c2);
  background-repeat: repeat-x;
  border: 1px solid #989898;
  background-image: -moz-linear-gradient(top,#bcbcbc,#c2c2c2);
  background-image: -ms-linear-gradient(top,#bcbcbc,#c2c2c2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#bcbcbc),to(#c2c2c2));
  background-image: -webkit-linear-gradient(top,#bcbcbc,#c2c2c2);
  background-image: -o-linear-gradient(top,#bcbcbc,#c2c2c2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc',endColorstr='#c2c2c2',GradientType=0);
}
.footer-callout-content a:link,
.footer-callout-content a:visited,
.footer-callout-content a:hover,
.footer-callout-content a:focus,
.footer-callout-content a:active {
  display: block;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(1);
  -o-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.footer-callout-content a:link img,
.footer-callout-content a:visited img,
.footer-callout-content a:hover img,
.footer-callout-content a:focus img,
.footer-callout-content a:active img {
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.8;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: 0.7s ease all;
  -webkit-transition: 0.7s ease all;
  -moz-transition: 0.7s ease all;
}
.footer-callout-content a:hover img,
.footer-callout-content a:focus img,
.footer-callout-content a:active img {
  opacity: 1;
}
.footer-callout-content a:hover,
.footer-callout-content a:focus,
.footer-callout-content a:active {
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
@media only screen and (max-width: 1260px) {
  .center-wrap {
    width: auto;
    padding: 0;
  }
  .footer-callout-content {
    float: none;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-callout-content a {
    display: block;
    text-align: center;
  }
  .footer-callout-content a img {
    display: inline;
  }
  .center-wrap {
    padding: 0;
    width: auto;
  }
}
ul.hoverable-menu.secondary-menu {
  background-color: transparent;
  padding-bottom: 5px;
}
ul.hoverable-menu.secondary-menu li a:link,
ul.hoverable-menu.secondary-menu li a:visited {
  color: #000;
  font-weight: normal;
  background: transparent;
  border-bottom: 2px dotted #838282;
}
ul.hoverable-menu.secondary-menu li a:hover {
  color: #0e5950;
  font-weight: normal;
  background: none;
  border-bottom: 2px dotted white;
}
.feature14,
.feature14.heading {
  font-weight: normal;
  font-size: 18px;
  color: #000;
  font-family: arial;
  padding-bottom: 10px;
  font-weight: bold;
}
.home-menu.home-menu-second img {
  margin-top: -70px;
}
img[src="/images/shim.gif"] {
  display: none;
}
.news-image img[src="/images/shim.gif"] {
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home-menu-first .content {
  overflow: hidden;
  width: 100%;
  height: 360px;
  border: 0px solid #a2a460;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-page .side-menu .home-menu-first h2.title,
.content-page .content-nav .home-menu-first h2.title {
  display: none;
}
.health-research-ad {
  background-image: url(/docs/fh-bnr-cp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 559px;
  height: 226px;
  padding: 80px 20px 20px 300px;
}
a[href=""],
a[href="#"] {
  cursor: default;
}
.content-page .side-menu {
  display: none;
}
.content-nav .content {
  color: #000;
}
.content-page .main-content-wrap {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-page .content-nav {
  padding-top: 0;
}
.home-menu iframe {
  background: #fff;
}
.pageContent .contentimage {
  max-width: 50%;
}
.home-health-wrapper-1 {
  text-align: center;
}
.home-health-wrapper-2 {
  display: inline-block;
}
.home-health-wrapper-2 li {
  text-align: left;
}
.mobile-copyright {
  display: none;
}
.cp-text {
  display: inline-block;
  padding-top: 6px;
  border-top: 1px dotted #000;
}
.content-nav .content:after,
.side-menu-content:after {
  display: block;
  content: "";
  clear: both;
}
.side-menu a:link,
.side-menu a:visited,
.side-menu a:focus {
  color: #3a7f77;
  text-decoration: none;
}
.side-menu a:hover {
  color: #074039;
  text-decoration: underline;
}
.home-health-wrapper-2 li a:link,
.home-health-wrapper-2 li a:visited {
  color: #3a7f77;
  font-size: 11px;
}
.home-health-wrapper-2 li a:hover {
  color: #bde3ec;
}
.side-menu {
  width: 300px;
  background-color: transparent;
  border: 0px solid #A2A460;
  padding: 0px;
  font-size: 12px;
}
.header .header-content {
  clear: right;
  float: right;
  color: #0e5950;
  font-size: 12px;
  font-weight: normal;
  padding-top: 7px;
  padding-top: 0px;
}
@media only screen and (max-width: 768px) {
  .header-icon,
  .header-text {
    display: block;
    text-align: center;
  }
  .header .header-content {
    padding-left: 0;
  }
}
ol.driving-directions {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.driving-directions li:before {
  content: "\bb";
  margin-left: -12px;
  margin-right: 6px;
  float: left;
  clear: left;
}
.directions-statement {
  color: #A2A460;
  font-weight: bold;
}
.footer-links {
  clear: both;
  overflow: hidden;
  text-align: right;
  font-size: 0.75em;
}
.footer-links .footer-items {
  float: right;
  clear: right;
}
.footer-links .footer-items li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #292927;
}
.footer-links .footer-items li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.footer-links .footer-items a:link,
.footer-links .footer-items a:visited,
.footer-links .footer-items a:hover,
.footer-links .footer-items a:focus,
.footer-links .footer-items a:active {
  color: #292927;
  text-decoration: none;
}
.footer-links .footer-items a:hover,
.footer-links .footer-items a:focus,
.footer-links .footer-items a:active {
  color: #A2A460;
}
.footer-links h3 {
  text-align: right;
  color: #074039;
  padding-bottom: 20px;
  font-weight: normal;
  padding-right: 90px;
}
.home-menu-first {
  display: none;
  margin-bottom: 15px;
}
.content-page .pageContent {
  background: none;
  padding: 20px;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.03em;
  font-family: Open Sans, sans-serif;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.content-page .content-area {
  width: 75%;
  background: #f1f1f1;
  -moz-box-shadow: 0 0 3px 0px #bbbebf;
  -webkit-box-shadow: 0 0 3px 0px #BBBEBF;
  box-shadow: 0 0 3px 0px #BBBEBF;
}
.home-page .side-menu h2.title,
.content-page .side-menu h2.title {
  color: #0e5950;
  font-family: 'Handlee', cursive;
  text-align: center;
}
.content-section .events .calendar h2.heading {
  color: #fff;
}
.home-menu.home-menu-second .content {
  padding: 10px 10px 0 10px;
  font-size: 14px;
}
.home-menu.home-menu-second .content p {
  margin: 0;
  padding: 0;
}
.info-section-wrapper {
  background-color: #393a3a;
}
.content-page .pageContent img.calendar-spacer {
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-page .pageContent img.descriptive-photo,
.content-page .pageContent img[src*="/images/bullet.gif"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px;
}
.content-page .pageContent img {
  max-width: 100%;
  margin: 10px;
}
.content-page .pageContent .doctor-listing-page img {
  -moz-box-shadow: 0 0 0px 0px #4a4a4a;
  -webkit-box-shadow: 0 0 0px 0px #4A4A4A;
  box-shadow: 0 0 0px 0px #4A4A4A;
}
.home-top-right {
  position: relative;
}
.home-top-right:after {
  background-color: rgba(0,0,255,0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 4000;
  content: "";
}
.home-top-right:hover:after {
  display: block;
}
.pageContent img {
  max-width: 100%;
}
.side-menu iframe.facebook-feed {
  background: #fff;
  border: none;
  overflow: hidden;
  width: 100%;
  height: 1010px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#job-listing-cell {
  background-color: #ffffff;
}
a.cp-link {
  color: #074039;
}
.slide-items {
  position: relative;
  height: 0;
  padding-bottom: 41.78794178794179%;
  border: 0px solid #528078;
  max-width: 1200px;
}
.mobile-search {
  display: none;
  padding: 10px 20px;
  text-align: center;
  background: #E5DED0;
  background: url(/images/wv-bk.jpg) repeat top center;
}
.client-statement {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  line-height: 150%;
  padding: 0;
  margin-bottom: 20px;
}
.client-statement-body {
  font-size: 0.9rem;
  line-height: 1.2;
  background: none;
  color: black;
  font-weight: normal;
}
.no-side-news-ticker .side-menu {
  display: none;
}
.main-nav img {
  max-height: 1.6em;
  margin: 0;
  padding: 0;
  display: inline;
  vertical-align: bottom;
}
.lt-ie9 .main-nav img {
  max-height: none;
}
ul.bullet-list {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: disc url(/images/bullet.gif);
}
.feature18.doctor-name {
  font-size: 18px;
  font-weight: bold;
}
.search-page .pageContent {
  background: #fff;
}
.pageContent .doctor-bio-page .contentpic2 {
  height: 175px;
  width: auto;
}
.footer-icons {
  float: right;
}
.footer-icons li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.header-wrap {
  overflow: hidden;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right top;
}
.home-page .info-section {
  max-width: 1201px;
}
body {
  background: #fff;
  overflow-y: scroll;
}
.content-nav .content,
.side-menu-content {
  font: 1.0em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
  padding: 20px 0;
}
.side-menu-content {
  padding-top: 0;
}
.side-menu-content .banner-agrandizing img {
  vertical-align: top;
  margin: 0;
  padding: 0;
}
div#js-news-section-content a:link,
div#js-news-section-content a:visited {
  color: #491912;
}
div#js-news-section-content a:hover {
  color: #7d372d;
}
.info-boxes-wrapper {
  float: left;
  width: 68.71101871101871%;
}
.info-box {
  margin-left: 20px;
  margin-bottom: 20px;
  color: #444;
  border: 0px solid #cccccc;
}
.info-box-2000 {
  margin-left: 0;
}
.info-box h2 {
  color: #415694;
  padding: 5px;
  text-align: center;
  text-decoration: underline;
  font-weight: normal;
}
.info-box h3 {
  color: #3c3c3c;
  text-transform: uppercase;
  margin-top: 20px;
}
.info-box h3 a:link,
.info-box h3 a:visited {
  text-decoration: none;
}
.info-box h3 a:hover,
.info-box h3 a:focus,
.info-box h3 a:active {
  text-decoration: underline;
}
.info-box .info-box-content {
  padding: 10px 20px;
  background-color: transparent;
  border: 0px solid #54484A;
}
.info-box .info-box-content {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.info-box .info-box-content {
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.info-box .info-box-content {
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.info-box .info-box-content:after {
  content: "";
  display: block;
  clear: both;
}
.info-box-schedule {
  margin-top: 20px;
}
.info-box-upcoming-events .info-box-content {
  background: #F5F5F5;
}
.info-box-upcoming-events li {
  float: left;
  max-width: 40%;
}
.info-box-upcoming-events li.list-item-1,
.info-box-schedule .day-events {
  float: right;
  margin-left: 20px;
}
.info-box-schedule .day-events li:before {
  content: "\bb";
}
.info-box-schedule .info-box-content {
  background: #F5F5F5;
}
.info-box-schedule .date {
  float: left;
  font-weight: bold;
}
.info-box-upcoming-events .day-name {
  color: #444;
}
.info-box-upcoming-events .month-day {
  color: #491a10;
}
.info-box-schedule .date {
  color: #491a10;
  text-transform: uppercase;
}
.info-box-schedule .date .day-name {
  color: #444;
}
.home-page .secondary-menu {
  background-color: transparent;
}
.home-page .home-left-menu {
  float: left;
  width: 31%;
}
.home-page .secondary-menu li a:link,
.home-page .secondary-menu li a:visited {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  background-color: #bde3ec;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  color: #3a7f77;
  font-weight: bold;
  text-decoration: none;
}
.home-page .secondary-menu li a:hover {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  background-color: #3a7f77;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  color: #c15803;
  font-weight: bold;
  text-decoration: none;
}
.home-page .secondary-menu li {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
.home-page .secondary-menu li:first-child {
  padding-left: 0;
  padding-right: 0;
}
.home-page .pageContent .secondary-menu img {
  max-width: 100%;
  height: auto;
}
.content-nav h2,
.heading-secondary-menu {
  color: #0e5950;
  background: none;
  border: 0px solid #bde3ec;
  font-family: 'Handlee', cursive;
  margin-bottom: 10px;
  text-align: center;
}
td#job-listing-cell .pagetitle {
  color: #54484a;
  font-weight: bolder;
  font-size: 18px;
}
.jobform {
  background: #fff;
}
.clinics {
  background-image: url(/images/clinics_img.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  width: 639px;
  height: 179px;
  font-size: 28px;
  padding: 0px 0px 0px 10px;
  border: 1px solid #57160A;
}
.clinic-location {
  font-size: 22px;
  color: #57160A;
}
.clinic-add {
  font-size: 18px;
}
.feature14,
.feature14.heading {
  font-weight: normal;
  font-size: 18px;
  color: #3d3d3d;
  font-family: arial;
  padding-bottom: 10px;
  font-weight: bold;
}
.horizontal-hidden {
  display: none;
}
.show-side-menu {
  float: left;
}
.show-site-search {
  float: right;
}
.side-navigation-controls {
  overflow: hidden;
  background: #ececec;
  clear: none;
}
.side-navigation-controls {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.side-navigation-controls {
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.side-navigation-controls {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.side-navigation-controls .social-links-navigation-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%;
}
.show-side-menu img {
  padding: 10px 70px 10px 10px;
}
.show-site-search img {
  padding: 10px 10px 10px 70px;
}
.ie8 .show-side-menu img {
  padding-right: 50px;
}
.ie8 .show-site-search img {
  padding-left: 50px;
}
.js .side-navigation-controls img {
  cursor: pointer;
}
.page-wrap {
  position: relative;
  top: 0;
  left: 0;
}
.page-wrap,
.side-navigation {
  -o-transition: left 0.1s ease;
  -moz-transition: left 0.1s ease;
  -ms-transition: left 0.1s ease;
  -webkit-transition: left 0.1s ease;
  transition: left 0.1s ease;
}
.side-navigation {
  overflow-y: auto;
}
iframe,
object,
embed {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.meal-menu {
  background: #004791;
  font-size: 0.7em;
}
.meal-menu h2 {
  text-align: center;
  min-height: 43px;
  margin-bottom: 5px;
  text-indent: -50000px;
  background: url(/images/whats_for_lunch.png) no-repeat center center;
}
.meal-menu li {
  display: block;
  text-align: center;
}
.meal-menu-items {
  color: #a0badd;
}
.meal-menu-link:link,
.meal-menu-link:visited,
.meal-menu-link:hover,
.meal-menu-link:focus,
.meal-menu-link:active {
  display: block;
  padding: 4px;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  color: #425891;
  background: #c3d7f2;
}
.meal-menu-link:hover,
.meal-menu-link:focus,
.meal-menu-link:active {
  text-decoration: underline;
}
.main-content {
  background-color: #fff;
  background-image: url(/docs/92abc403.png);
  background-position: left bottom;
  background-repeat: repeat;
}
.feature-banners li {
  display: inline-block;
  width: 33%;
}
.lt-ie8 .feature-banners li {
  display: inline;
  *zoom: 1;
}
.feature-banners img {
  max-width: 100%;
}
.sub-navigation-menu a {
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}
.sub-navigation-menu a:link,
.sub-navigation-menu a:visited {
  color: #f1f1f1;
  background: #3a7f77;
  font-size: 14px;
}
.sub-navigation-menu a:hover,
.sub-navigation-menu a:focus,
.sub-navigation-menu a:active {
  color: #fff;
  background-color: #0e5950;
  text-decoration: none;
}
.home-page .content-nav {
  display: none;
}
.content-nav li.submenu-top-item,
.content-nav .menu-link-text a {
  display: block;
  text-decoration: none;
}
.content-nav li.submenu-top-item .menu-link-text a {
  color: #000000;
  background: #f0f0f0;
  font-size: 1.1em;
  padding: 7px 14px;
}
.content-nav li.submenu-top-item.active .menu-link-text a,
.content-nav li.submenu-top-item .menu-link-text a:hover,
.content-nav li.submenu-top-item .menu-link-text a:focus,
.content-nav li.submenu-top-item .menu-link-text a:active {
  color: #4a1a11;
  background: #f9f5f5;
  text-decoration: underline;
  border: 0px solid #b6b5b5;
}
.content-nav .sub-navigation-menu a:link,
.content-nav .sub-navigation-menu a:visited,
.content-nav .sub-navigation-menu a:focus,
.content-nav .sub-navigation-menu a:active {
  background: #1b948f;
  color: #000;
}
.content-nav .sub-navigation-menu a:hover {
  background: #074039;
}
.content-nav li.submenu-top-item {
  border-bottom: 4px solid #B6B5B5;
  margin-top: 4px;
}
.content-nav li.submenu-top-item.active {
  border-bottom: 0;
}
.content-nav li.submenu-top-item-first {
  margin-top: 0;
}
.content-nav .sub-navigation-menu {
  position: static;
  width: auto;
  padding: 0;
}
.patient-education-search {
  margin-bottom: 20px;
}
.news-ticker-controls {
  text-align: center;
  background-color: #a2a0a0;
}
.news-ticker-controls:hover {
  text-align: center;
  background-color: #adacac;
}
.js .news-ticker-controls {
  cursor: pointer;
}
.news-page-listing .news-img img {
  max-width: 200px;
  height: auto;
}
.news-page-listing li {
  display: table;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.news-page-listing .news-img,
.news-page-listing .news-excerpt {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.news-page-listing .news-img {
  width: 200px;
  max-width: 200px;
  padding-right: 20px;
}
iframe[name="googleSearchFrame"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-year,
.news-month-name,
.news-archive-items {
  margin-top: 20px;
}
.news-month-name {
  margin-bottom: 20px;
  color: #015498;
  font-weight: bold;
}
.news-items {
  list-style: none;
}
.news-item {
  margin-left: 20px;
}
.menu-banners {
  text-align: center;
}
.ecard-table {
  background: #F1F1F1;
  border: 2px #CCC outset;
  table-layout: fixed;
}
.ecard-table,
.ecard-table * {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
td.ecard ul.ecard {
  overflow: hidden;
}
td.ecard ul.ecard li {
  width: 20%;
  margin-right: 5%;
  float: left;
}
.ecardPreview img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1000px) {
  td.ecard ul.ecard li {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  td.ecard ul.ecard li {
    display: block;
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
  }
  .ecard-table,
  .ecard-table tr,
  .ecard-table th,
  .ecard-table td,
  .ecard-table thead,
  .ecard-table tbody {
    display: block !important;
    margin: 0 !important;
    width: auto !important;
  }
  .ecard-table textarea {
    width: 100%;
  }
  table.ecard-preview {
    margin: 20px 0 !important;
  }
  table.ecardPreview img {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .ecard-table {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
.lt-ie9 .ecard-table img {
  max-width: none;
}
.clear {
  clear: both;
}
.right-photo {
  float: right;
  padding: 10px;
}
.left-photo {
  float: left;
  padding: 10px;
}
.contentimage {
  float: right;
  display: block;
  padding: 6px 0 6px 6px;
}
.pageContent .contentpic2 {
  background: #FFF;
  padding: 5px;
  border: 1px solid #ccc;
  height: auto;
}
.pageContent .contentpic2 {
  max-width: 400px;
}
.pageContent center > img {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageContent a:link,
.pageContent a:visited {
  color: #3a7f77;
  text-decoration: none;
}
.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
  color: #074039;
  text-decoration: underline;
}
.side-social-plugin {
  font-size: 0.7em;
  text-align: left;
}
.side-social-plugin p {
  margin-top: 0.7em;
}
.side-social-plugin h2 {
  color: #015498;
  margin-bottom: 0.7em;
  line-height: 100%;
}
.side-social-plugin a:link,
.side-social-plugin a:visited {
  text-decoration: none;
}
.side-social-plugin a:hover,
.side-social-plugin a:focus,
.side-social-plugin a:active {
  text-decoration: underline;
}
.side-menu img.side-map-preview {
  margin: 20px 0;
  max-width: 200px;
  height: auto;
  border: 1px solid #1b2759;
  border-radius: 4px;
}
.side-menu .side-map {
  margin: 10px 0;
  padding: 10px 0 0 0;
  background: url(/images/side_menu_divider.png) no-repeat center top;
}
.side-menu a.edu-search-heading {
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 6px 0;
  padding: 5px;
  background: #005596;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  border: 1px solid #00365d;
  border-left-color: #6c9ec3;
  border-top-color: #6c9ec3;
  border-radius: 4px;
}
.side-menu a.view-map-link {
  display: block;
  text-align: right;
  text-decoration: underline;
}
.side-menu a.view-map-link .map-preview img {
  margin-left: 5px;
}
.side-menu .side-health-research {
  margin: 20px 0;
}
.side-menu form {
  display: block;
}
.side-menu .search-fields {
  display: inline-block;
  background: #fff;
  border: 1px solid #005596;
}
.info-section {
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
}
.copyright-items {
  float: left;
  font-size: 0.75em;
  color: #fff;
}
.social-links {
  float: right;
}
.social-links li {
  display: inline;
  margin-left: 10px;
}
.main-site-search {
  display: none;
  background: #fff;
  text-align: center;
  padding: 0 0 10px 0;
}
.site-search {
  display: inline-block;
  background: #fff;
  border: 1px solid #adadad;
}
.header .site-search {
  float: right;
  margin-top: 10px;
}
.site-search-fields {
  background: #fff;
}
.side-menu .edu-search-field {
  width: 168px;
}
.side-menu .edu-search-field::-webkit-input-placeholder {
  text-align: center;
  color: #005596;
  font-size: 12px;
}
.side-menu .edu-search-field:-ms-input-placeholder {
  text-align: center;
  color: #005596;
  font-size: 12px;
}
.main-nav-heading {
  display: none;
}
.content-bottom-menu {
  display: none;
}
.footer {
  padding: 10px 0;
}
.info-section-wrapper {
  background-color: #3a7f77;
}
h1.pagetitle,
h2.feature14 {
  color: #074039;
}
h1.pagetitle a:link,
h1.pagetitle a:visited,
h1.pagetitle a:hover,
h1.pagetitle a:focus,
h1.pagetitle a:active {
  color: #000;
  text-decoration: none;
}
.home-page h1.pagetitle {
  font-family: 'Handlee', cursive;
  text-align: center;
}
.news-section-content {
  max-height: 700px;
  min-height: 213px;
  overflow: hidden;
  background: #f5f5f5;
}
.home-page .news-section-content {
  max-height: none;
  height: 770px;
}
.news-section-item {
  padding: 3%;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  font-size: 0.7em;
}
.header {
  color: transparent;
  padding-bottom: 0;
  background-color: white;
  background-image: url(/docs/92abc403.png);
  background-position: left bottom;
  background-repeat: repeat;
}
.header-phone {
  font-size: 1.2em;
}
.header-logo {
  padding-top: 8px;
  margin-bottom: -8px;
}
button[type="submit"].site-search-submit {
  text-indent: -5000px;
  width: 25px;
  height: 25px;
  background: #fff url(/images/header_search_submit_button.png) no-repeat center center;
}
input[type="search"].site-search-field,
button[type="submit"].site-search-submit {
  border: 0;
  padding: 1px;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type="search"].site-search-field {
  width: 248px;
}
.navigation {
  border-top: 0px solid #F1F1F1;
  border-bottom: 0px solid #7a0026;
  background-color: #fff;
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
  background: -webkit-linear-gradient(top,#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=0);
}
.nav-link {
  color: #0e5950;
  text-decoration: none;
  border-left: 1px dotted #fff;
  font-weight: bold;
}
.nav-link-last {
  border-right: 1px dotted #fff;
}
.content-nav {
  color: #fff;
  padding: 10px 0;
}
.main-slide-nav-links,
.main-slide-nav-excerpt {
  background: url(/images/alpha60_black.png) repeat;
}
.main-slide-nav-excerpt {
  font: 12px/14px Arial, sans-serif;
  color: #fff;
  text-align: left;
  padding: 10px 20px 0 20px;
}
.main-slide-items .slide-link {
  top: 50%;
  background: #fff;
  width: 42px;
  height: 33px;
  margin-top: -17px;
}
.main-slide-items .slide-link-previous-frame {
  background: url(/images/left_arrow.png) no-repeat center center;
}
.main-slide-items .slide-link-next-frame {
  background: url(/images/right_arrow.png) no-repeat center center;
}
.pageContent .main-slide-nav li a:link,
.pageContent .main-slide-nav li a:visited,
.pageContent .main-slide-nav li a:hover,
.pageContent .main-slide-nav li a:focus,
.pageContent .main-slide-nav li a:active {
  display: block;
  background-color: #CCCCCC;
  margin: 0 5px;
  padding: 0;
  font-size: 10px;
  color: transparent;
  text-decoration: none;
  text-indent: -50000px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.pageContent .main-slide-nav li a:hover,
.pageContent .main-slide-nav li a:focus,
.pageContent .main-slide-nav li a:active {
  background-color: #0575ce;
}
.pageContent .main-slide-nav li a.active {
  background-color: #dd4d07;
}
.pageContent a.slideshow-all-news-link:link,
.pageContent a.slideshow-all-news-link:visited,
.pageContent a.slideshow-all-news-link:hover,
.pageContent a.slideshow-all-news-link:focus,
.pageContent a.slideshow-all-news-link:active {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 32px;
  height: 32px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.content-menu-heading {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 0px solid #616a93;
  text-shadow: none;
  color: #013a79;
}
.static-link {
  position: relative;
  background: #eee;
  color: #000;
  text-decoration: none;
  display: block;
  margin: 10px 0;
  padding: 8px 40px 8px 8px;
  font-size: 15px;
  line-height: 1.2;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #595959;
  border-bottom: 1px solid #595959;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top,#eeeeee 34%,#d3d3d3 66%,#eeeeee 89%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(34%,#eeeeee),color-stop(66%,#d3d3d3),color-stop(89%,#eeeeee));
  background-image: -webkit-linear-gradient(top,#eeeeee 34%,#d3d3d3 66%,#eeeeee 89%);
  background-image: -o-linear-gradient(top,#eeeeee 34%,#d3d3d3 66%,#eeeeee 89%);
  background-image: -ms-linear-gradient(top,#eeeeee 34%,#d3d3d3 66%,#eeeeee 89%);
  background-image: linear-gradient(to bottom,#eeeeee 34%,#d3d3d3 66%,#eeeeee 89%);
}
.static-img {
  max-height: 1.1em;
  width: auto;
  position: absolute;
  right: 10px;
}
.static-link:hover .static-img,
.static-link:focus .static-img,
.static-link:active .static-img {
  opacity: 0.8;
}
.subnav-heading {
  color: #015498;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.sub-link {
  color: #000;
  text-decoration: none;
  font: 0.65em/1.8333 Verdana, Helvetica, Arial, sans-serif;
}
.sub-link:hover,
.sub-link:focus,
.sub-link:active {
  text-decoration: underline;
}
.social-heading {
  color: #fff;
  font: 16px Arial, sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}
.social-networking {
  background: #005393;
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #105E9A;
  border-right: 1px solid #0B5187;
}
.link-section h2,
.link-section a:link,
.link-section a:visited,
.link-section a:hover,
.link-section a:focus,
.link-section a:active {
  text-decoration: none;
  font: 12px/14px Arial, sans-serif;
  color: #000;
}
.link-section h2 {
  font-weight: bold;
}
.link-section a:hover,
.link-section a:focus,
.link-section a:active {
  text-decoration: underline;
}
.speciality-list {
  font-size: 18px;
  color: #417417;
}
.speciality-list2 {
  font-size: 16px;
  font-weight: 100;
  text-decoration: none;
  color: #000FFF;
}
.speciality-list a {
  font-weight: 100;
}
.fcondark {
  font: bold 14px Arial, sans-serif;
  color: #FFFFFF;
}
.fcondark a:link {
  color: #3399FF;
}
.fcondark a:visited {
  color: #3399FF;
}
.fcondark a:hover,
.fcondark a:focus,
.fcondark a:active {
  color: #00FFFF;
}
.fcondarklabel {
  font: bold 14px Arial, sans-serif;
  color: #FFFF00;
}
.formlabel {
  font: bold 14px Arial, sans-serif;
}
.feature18 {
  font-size: 14px;
  color: #000;
}
.feature12 {
  font-weight: bold;
  color: #000FFF;
}
.feature a {
  text-decoration: none;
  color: #0000FF;
}
.feature a:hover {
  text-decoration: none;
  color: #FF0000;
}
.text12b {
  font-weight: bold;
}
.activedate {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #E8E6FA;
}
.dateevent {
  font-family: Arial, sans-serif;
  font-size: 10px;
}
.dateevent {
  font-family: Arial, sans-serif;
  font-size: 10px;
}
.formlabel {
  font: bold 14px Arial, sans-serif;
  color: #0000CC;
}
.label {
  font: bold 14px Arial, sans-serif;
}
.summary {
  font-size: 12px;
}
.remove {
  color: #FF0000;
}
.myform {
  font: bold 12px Arial, sans-serif;
  background: #E6E6FA;
}
.F {
  font: bold 12px Arial, sans-serif;
  background: #FFB6C1;
}
.M {
  font: bold 12px Arial, sans-serif;
  background: #93D2FB;
}
.activedate {
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.inactivedate {
  background-color: #e4e1ce;
  border: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 0px solid #edebeb;
  border-top: 0px solid #Ffffff;
  opacity: 0.3;
}
.today {
  background-color: #ffffff;
  border: 1px solid #bdaa74;
  color: #000;
}
.month {
  background-color: #074039;
  font-weight: bold;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 24px;
  border-bottom: 0px solid #02406e;
  border-top: 0px solid #0366b1;
  text-shadow: none;
  height: 40px;
}
.day {
  background-color: #bdaa74;
  color: #ffffff;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 0px solid #ccc;
  border-top: 0px solid #f1f1f1;
}
.calendar_table {
  border: none;
}
@media only screen and (min-width: 769px) {
  .main-site-search {
    display: none !important;
  }
}
@media only screen and (max-width: 1250px) {
  .content-nav {
    padding-right: 10px;
  }
  .navigation-wrap,
  .main-content-wrap,
  .footer-wrap {
    max-width: 100%;
    display: block;
  }
  .home-page .main-content-wrap {
    display: table;
  }
}
@media only screen and (max-width: 1150px) {
  .content-nav {
    padding-right: 0;
  }
}
@media only screen and (max-width: 920px) {
  .home-page .main-content-wrap {
    display: block;
  }
  .content-nav-addendum {
    display: none;
  }
  .content-nav,
  .content-area,
  .side-menu {
    display: block;
    width: auto;
  }
  .heading-secondary-menu,
  .info-box h2,
  .side-menu h2.title {
    text-align: center;
  }
  .side-menu {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .side-menu .job-description {
    margin-bottom: 20px;
  }
  .content-nav .content,
  .side-menu-content {
    font-size: 1.4em;
  }
  .home-page .home-left-menu,
  .info-boxes-wrapper {
    float: none;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-page .home-left-menu,
  .home-page .secondary-menu {
    margin-bottom: 20px;
  }
  .home-page .secondary-menu li {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .pageContent {
    padding-right: 0;
  }
  .home-page .pageContent {
    margin: 20px 0 0 0;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .info-box {
    margin-left: 0;
  }
  .home-page .main-content-wrap {
    padding: 0;
  }
  .header .header-content {
    float: none;
    margin: 10px 0;
    text-align: center;
  }
  .copyright-items,
  .footer-links .footer-items {
    float: none;
  }
  .copyright-items li {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  .footer-links .footer-items {
    display: block;
    margin: 0;
    text-align: center;
  }
  .footer-links h3 {
    text-align: center;
    margin-bottom: 6px;
  }
  .desktop-copyright {
    display: none;
  }
  .mobile-copyright {
    display: block;
  }
  .content-page .pageContent {
    margin-left: 0;
    margin-right: 0;
  }
  .content-page .content-area {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .content-page .main-content-wrap,
  .navigation-wrap,
  .footer-wrap,
  .main-content-wrap,
  .client-statement-wrap {
    margin: 0;
    padding: 0;
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  .header-wrap {
    background-image: none;
  }
}
@media only screen and (max-width: 840px) {
  .content-nav {
    display: none;
  }
  .pageContent {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .showing-side-menu .close-mobile-menu {
    display: inline;
    -o-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  .showing-side-menu .close-mobile-menu:hover {
    -o-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
  .horizontal-hidden {
    display: block;
  }
  body {
    overflow-y: visible;
  }
  .pageContent .contentpic2 {
    max-width: 250px;
  }
  .side-navigation {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: none;
    background-color: #3a7f77;
    background-image: url(/docs/92abc403.png);
    background-repeat: repeat;
  }
  .showing-side-menu .side-navigation {
    display: block;
  }
  .navigation {
    border: 0;
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
  }
  .header {
    background-image: none;
    padding-top: 0;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .header-wrap {
    padding: 20px 0 0 0;
    text-align: center;
  }
  .header-image,
  .header-logo {
    float: none;
    display: block;
  }
  .header-image {
    text-align: center;
    margin: 20px;
  }
  .pageContent {
    padding-top: 0;
  }
  .nav-link {
    color: #000;
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-link:hover {
    color: #3a7f77;
    text-decoration: underline;
  }
  .nav-item {
    display: block;
    border: 0;
    text-align: left;
  }
  .sub-navigation-menu {
    position: static;
    background: none;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.52);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.52);
  }
  .sub-navigation-menu a:link,
  .sub-navigation-menu a:visited,
  .sub-navigation-menu a:hover,
  .sub-navigation-menu a:focus,
  .sub-navigation-menu a:active {
    background-color: transparent;
    color: #ffffff;
    font-size: 100%;
  }
  .showing-side-menu .side-navigation {
    left: 0;
  }
  .side-navigation-controls {
    clear: both;
  }
  body,
  .main-content,
  .pageContent,
  .side-navigation .main-nav img {
    background-color: #fff;
    background-image: url(/docs/92abc403.png);
  }
  .side-navigation .main-nav img {
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    border-radius: 0.8em;
  }
  .side-navigation .main-nav img:hover,
  .side-navigation .main-nav img:focus {
    background: #efefef;
  }
  .footer-icons {
    float: none;
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
  }
  .footer {
    padding: 10px 0;
    background-color: #bde3ec;
  }
  .social-links-wrapper,
  .header-wrap .site-search {
    display: none;
  }
  .social-links-wrapper {
    float: none;
    text-align: center;
  }
  .mobile-navbar,
  .side-navigation-controls .social-links-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 980px) {
  .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 850px) {
  .header .site-search {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 820px) {
  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .main-content-wrap {
    padding: 0;
  }
  .side-menu,
  .home-page .secondary-menu,
  .info-boxes-wrapper,
  .content-page .content-area {
    max-width: 100%;
    width: 100%;
  }
  img[align] {
    float: none !important;
    display: block;
    margin: 10px auto;
  }
  .job-posting {
    padding: 0 10px;
  }
  .home-menu .content {
    padding: 0 20px;
  }
  .pageContent .contentimage {
    float: none !important;
    padding: 0 !important;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  .pageContent .contentimage,
  .pageContent .contentpic2 {
    -web-kit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content-page .pageContent img {
    margin: 0;
  }
  .header-logo {
    text-align: center;
  }
  .client-statement-wrap,
  .client-statement {
    max-width: 100%;
    padding: 0;
  }
  .content-page .main-content-wrap {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .header-text {
    display: none;
  }
  .header-logo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-bar-content {
  font-size: 20px;
  transition: font-size 0.3s;
}
.contact-bar-content .contact-bar-wrapper {
  padding: 10px;
  overflow: hidden;
}
.contact-bar-wrapper {
  width: 100%;
  max-width: 100%;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  text-align: center;
}
.contact-bar-content {
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  background-color: #0e5950;
  transition: background-color 0.2s;
  color: #fff;
  padding: 10px;
  max-width: none;
  font-size: 20px;
}
.contact-bar-content:link,
.contact-bar-content:visited,
.contact-bar-content:hover,
.contact-bar-content:focus,
.contact-bar-content:active {
  color: #fff;
}
.contact-bar-content a,
.contact-bar-content a:link,
.contact-bar-content a:visited,
.contact-bar-content a:focus,
.contact-bar-content a:active,
.contact-bar-content a:hover {
  color: #519548;
  text-decoration: none;
}
.contact-bar-content a:hover {
  color: #ead049;
}


