
/* Next CSS */
.home-video-section-wrappings {
  text-align: center;
  padding: 0 20px;
}
.home-video-section-wrapper {
  max-width: 1241px;
  max-width: min(100%,1241px);
  display: inline-block;
}
.home-video-section-wrappings iframe {
  max-width: 100%;
}
.content-page-doctor-image-No-ID {
  margin-bottom: 20px;
}
#Special-Page----Special-Listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.special-page----special-listing {
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
  letter-spacing: 0.25px;
  color: #00853e;
}
.special-page----special-listing > li {
  display: block;
  vertical-align: top;
  margin-bottom: 0.4em;
}
.special-page----special-listing a,
.special-page----special-listing a:link,
.special-page----special-listing a:visited,
.special-page----special-listing a:hover,
.special-page----special-listing a:focus,
.special-page----special-listing a:active {
  color: #00853e;
  text-decoration: none;
  border-top: 3px solid transparent;
  padding-top: 4px;
  padding-bottom: 4px;
}
.special-page----special-listing a.active,
.special-page----special-listing a.active:link,
.special-page----special-listing a.active:visited,
.special-page----special-listing a.active:hover,
.special-page----special-listing a.active:focus,
.special-page----special-listing a.active:active {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.4em;
  font-weight: bold;
  color: #800402;
  color: rgba(128,4,2,0.9);
}
.special-page----doctor-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #00853e;
}
.special-page----doctor-listing a,
.special-page----doctor-listing a:link,
.special-page----doctor-listing a:visited,
.special-page----doctor-listing a:hover,
.special-page----doctor-listing a:focus,
.special-page----doctor-listing a:active {
  color: #00853e;
  text-decoration: none;
}
.special-page----doctor-listing > li {
  display: none;
  vertical-align: top;
  margin: 0;
  padding: 15px 0;
}
.special-page----doctor-listing > li .special-page----doctor-image {
  overflow: hidden;
  margin-bottom: 20px;
}
.special-page----doctor-listing > li .special-page----doctor-image img {
  width: auto;
  margin: 0;
  padding: 0;
  height: 240px;
  max-width: 100%;
  vertical-align: bottom;
}
.special-page----doctor-listing > li.active {
  display: block;
}
h1.pagetitle.Special-Page----page-title {
  margin: 0 0 48px 0;
  padding: 0;
  line-height: 1;
  font-size: 36px;
  font-size: 2.25rem;
}
.Special-Page----instructions {
  font-family: "Mulish", "Muli", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #4e4e4e;
  margin: 0 0 53px 0;
}
.special-page---doctor-name {
  font-weight: bold;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0;
}
.special-page---doctor-fax,
.special-page---doctor-office,
.special-page---doctor-facility,
.special-page---doctor-specials {
  font-size: smaller;
}
.special-page---doctor-facility {
  display: none !important;
}
.special-page---doctor-office-and-fax table {
  table-layout: fixed;
  font-size: 1em;
  border-collapse: collapse;
}
.special-page---doctor-office-and-fax table,
.special-page---doctor-office-and-fax table td,
.special-page---doctor-office-and-fax table th {
  text-align: left;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.special-page----doctor-listing .special-page---doctor-number-label,
.special-page----doctor-listing table .special-page---doctor-number-label {
  padding-right: 8px;
}
.special-page---doctor-fax,
.special-page---doctor-name,
.special-page---doctor-specials,
.special-page---doctor-office {
  font-size: 1.0rem;
}
.content-page .pageContent .special-page----doctor-listing img {
  margin: 0;
  padding: 0;
}
@media (min-width: 980px) {
  #Special-Page----Special-Listing {
    margin-bottom: 20px;
  }
  #Special-Page----Special-Listing {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #Special-Page----Special-Listing {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #Special-Page----Special-Listing {
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #Special-Page----Special-Listing > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  #Special-Page----Special-Listing > li:nth-child(1) {
    display: block;
  }
  #Special-Page----Special-Listing > li:nth-child(1) {
    -moz-box-flex: 1 0 100%;
    -webkit-box-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  #Special-Page----Special-Listing > li:nth-child(n+2) {
    -moz-box-flex: 0 0 33%;
    -webkit-box-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    flex: 0 0 33%;
  }
  @supports (display: grid) {
    #Special-Page----Special-Listing {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 0 20px;
    }
    #Special-Page----Special-Listing > li:nth-child(1) {
      grid-column: 1/-1;
    }
  }
  .special-page----doctor-listing > li {
    display: none;
    width: 33.3%;
  }
  .special-page----doctor-listing > li.active {
    display: inline-block;
  }
}
@media (max-width: 979px) {
  .special-page----doctor-listing {
    text-align: center;
  }
  .special-page----doctor-listing > li {
    display: none;
  }
  .special-page----doctor-listing > li.active {
    display: block;
  }
  .special-page----doctor-listing table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 319px) {
  .special-page----doctor-listing {
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .special-page----doctor-listing table,
  .special-page----doctor-listing thead,
  .special-page----doctor-listing tbody,
  .special-page----doctor-listing tfoot,
  .special-page----doctor-listing tr,
  .special-page----doctor-listing th,
  .special-page----doctor-listing td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
  .Special-Page----instructions {
    margin-bottom: 20px;
  }
  .special-page----doctor-listing .special-page---doctor-number-label {
    font-weight: bold;
  }
}
.doctor-listing-specialties,
.doctor-listing-specialties ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.doctor-listing-specialties > li:before,
.doctor-listing-specialties > li:after {
  display: block;
  content: "";
  clear: both;
}
.doctor-listing-specialties > li {
  display: block;
  margin-bottom: 20px;
}
.doctor-listing-specialties .specialty-doctor-photo,
.doctor-listing-specialties .specialty-profile-item {
  float: left;
}
.doctor-listing-specialties .specialty-doctor-photo {
  max-width: 100px;
  height: auto;
}
.doctor-listing-specialties .specialty-profile-item {
  width: 48%;
}
.doctor-listing-specialties .has-image .specialty-profile-item {
  width: 44%;
  margin-left: 6%;
}
.content-page .the-list-of-specialties-with-doctors h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .doctor-listing-specialties > li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 1%;
  }
}
table.dining-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p.view-menu,
.cafeteria-content {
  position: relative;
  clear: both;
}
.cafeteria-content ul[role="navigation"] {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
}
.cafeteria-content ul[role="navigation"] li {
  float: right;
  margin-bottom: 1em;
}
.cafeteria-content ul[role="navigation"] li:first-child {
  float: left;
}
.dining-menu {
  width: 100%;
  border-collapse: collapse;
}
.dining-menu thead {
  color: white;
  background-color: #243F8D;
}
.dining-menu caption {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: bold;
  color: #243F8D;
  caption-side: top;
}
.dining-menu tbody {
  background: #eaeaea;
}
.dining-menu thead th {
  padding: 1em;
  font-size: 1.5em;
  color: white;
  border: 1px solid #243F8D;
  text-align: center;
}
.dining-menu tbody th,
.dining-menu tbody td {
  border: 1px solid #243F8D;
  padding: 1em;
  font-size: 1.2em;
}
.dining-menu tbody tr:first-child th,
.dining-menu tbody tr:first-child td {
  border-top: none;
}
.dining-menu tbody th {
  text-align: left;
  vertical-align: middle;
  width: 10%;
  font-weight: normal;
}
.dining-menu tbody td {
  vertical-align: top;
  text-align: center;
}
.dining-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dining-menu tbody td {
  width: 30.666666666666668%;
}
.dining-menu tbody td:first-child {
  width: 7.637931034482759%;
}
.navigation .fa {
  float: none;
}
.navigation .fa {
  color: white;
}
.sub-navigation-menu {
  position: absolute;
}
.navigation-wrap {
  max-width: 1241px;
  margin: 0 auto;
  padding: 0 20px;
}
.navigation {
  padding: 6px 0;
}
.navigation-wrap {
  text-align: center;
}
.nav-item {
  display: inline-block;
}
.nav-link {
  display: block;
  padding: 4px 30px;
}
.subnav-box {
  display: table-cell;
  vertical-align: top;
}
.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,
.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: #3d5586;
}
.main-nav img {
  max-height: 1.6em;
  margin: 0;
  padding: 0;
  display: inline;
  vertical-align: bottom;
}
.lt-ie9 .main-nav img {
  max-height: none;
}
.sub-navigation-menu a {
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}
.sub-navigation-menu a:link,
.sub-navigation-menu a:visited {
  color: #fff;
  background: #3d5586;
  font-size: 14px;
}
.sub-navigation-menu a:hover,
.sub-navigation-menu a:focus,
.sub-navigation-menu a:active {
  color: #3d5586;
  background-color: #fff;
  text-decoration: none;
}
.main-nav-heading {
  display: none;
}
.navigation {
  border-top: 0px solid #F1F1F1;
  border-bottom: 0px solid #0D5FA8;
  background: rgba(40,66,121,0.9);
  border-bottom: 0px solid #e87a22;
}
.nav-link {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #dce2e6;
}
.nav-item-first .nav-link {
  border-left: none;
}
.nav-link-last {
  border-right: 1px solid #dce2e6;
}
.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;
}
@media (max-width: 1250px) {
  .navigation-wrap {
    max-width: 100%;
    display: block;
  }
}
@media (max-width: 768px) {
  .side-navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -200px;
    width: 200px;
    max-width: 100%;
    background: #284279;
    background: rgba(40,66,121,0.9);
  }
  .navigation {
    border: 0;
    background: none;
  }
  .nav-link {
    color: #ffffff;
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-link:hover {
    color: #E3E1E0;
    text-decoration: underline;
  }
  .nav-item-first .nav-link {
    border-left: none;
  }
  .nav-item {
    display: block;
    border: 0;
    text-align: left;
  }
  .sub-navigation-menu {
    position: static;
    background: none;
  }
  .sub-navigation-menu a,
  .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: none;
    color: #ffffff;
    font-size: 100%;
  }
  .showing-side-menu .mobile-close-menu {
    display: inline;
  }
  .showing-side-menu .side-navigation {
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .side-navigation-controls {
    clear: both;
  }
  .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;
  }
}
@media (max-width: 980px) {
  .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 820px) {
  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em;
  }
  .nav-link .fa {
    font-size: 2em;
  }
}
.slick-prev:before,
.slick-next:before {
  content: "";
  filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.8));
  padding: 12px;
  border-radius: 50%;
  background-color: #284279;
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 36px;
  font-size: 2rem;
}
.slick-prev:before {
  content: "\f060";
}
.slick-next:before {
  content: "\f061";
}
.slick-slider .slick-prev {
  background: none;
  padding: 0;
  width: 50px;
}
.slick-slider .slick-next {
  background: none;
  padding: 0;
  width: 50px;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  margin-top: auto;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  opacity: 0;
  transition: 0.4s;
}
.masthead:hover .slick-slider .slick-prev,
.masthead:hover .slick-slider .slick-next {
  opacity: 1;
}
.copyright-wrappings {
  padding: 10px;
  background-color: #284279;
  background-color: rgba(40,66,121,0.9);
}
.copyright-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.copyright-items-listing {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.copyright-items-listing > li {
  display: block;
}
.copyright-wrapper a,
.copyright-wrapper a:link,
.copyright-wrapper a:visited,
.copyright-wrapper a:hover,
.copyright-wrapper a:focus,
.copyright-wrapper a:active {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
}
.copyright-wrapper a:hover,
.copyright-wrapper a:focus,
.copyright-wrapper a:active {
  text-decoration: underline;
}
@media (min-width: 800px) {
  .copyright-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .copyright-wrapper {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .copyright-wrapper {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .copyright-items-listing > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
  }
}
@media (min-width: 1500px) {
  .copyright-wrapper {
    max-width: 1500px;
    max-width: min(100%,1500px);
  }
}
@media (max-width: 799px) {
  .copyright-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .copyright-wrapper {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .copyright-wrapper {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .copyright-wrapper .footer-icon-image-fasthealth-wrapper {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .copyright-wrapper .footer-icon-image-fastcommand-wrapper {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .copyright-wrapper .copyright-items-listing {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .copyright-wrapper .copyright-items-listing {
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
.header-content > a {
  color: black;
}
.header-content > a:hover {
  text-decoration: underline;
}
.side-menu.home-bottom-left-menu {
  display: none;
}
.side-menu {
  display: none !important;
}
.info-boxes {
  display: flex;
  flex-direction: column-reverse;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-menu-second img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.info-boxes-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.contact-section img:hover {
  opacity: 0.5;
}
.main-content-wrap {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
}
.the-slideshow-wrappings {
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}
.the-slideshow-wrapper {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.the-slideshow-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.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;
}
.the-slideshow-wrapper .the-slideshow-items li:first-child {
  display: block;
}
.home-page .side-menu h2.title {
  text-align: center;
}
.info-section a,
.info-section a:link,
.info-section a:visited,
.info-section a:hover,
.info-section a:active,
.info-section a:focus {
  color: white;
}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
}
.fitVideo {
  margin-top: 20px;
}
.hoverable-menu.secondary-menu {
  background-color: white;
}
.info-box-content img {
  max-width: 100%;
}
.dct-img a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.dct-img .wrapped-image {
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.dct-img .wrapped-image .text-item {
  color: #fff;
  line-height: 1.2;
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #800402;
  background: rgba(128,4,2,0.6);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dct-img .wrapped-image:hover {
  transform: scale(1.1);
}
.dct-img .wrapped-image:hover .text-item {
  text-align: center;
}
.dct-img .wrapped-image:hover .text-item {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dct-img .wrapped-image:hover .text-item {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dct-img .wrapped-image:hover .text-item {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.left-btn .pageContent a,
.left-btn .pageContent a:link,
.left-btn .pageContent a:visited,
.left-btn .pageContent a:hover,
.left-btn .pageContent a:focus,
.left-btn .pageContent a:active {
  color: white;
}
header .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;
  transform: translate(0,0);
  float: right;
  color: rgba(128,4,2,0.9);
  font-size: 18px;
  padding-left: 10px;
}
.page-content ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: url(/images/bullet.gif);
}
.page-content ul li + br,
.page-content ul li + br + br {
  display: none;
}
.left-btn a,
.left-btn a:link,
.left-btn a:visited,
.left-btn a:hover,
.left-btn a:focus,
.left-btn a:active {
  padding: 5px;
  background-color: #b7c7e3;
}
.left-btn a:hover,
.left-btn a:focus,
.left-btn a:active {
  background-color: #e87a22;
}
.content-page .home-menu-first,
.content-page .steth-img {
  display: none;
}
.content-page .home-left-menu {
  margin-top: 0;
  width: auto;
  float: none;
}
.content-page .content-nav h2,
.content-page .heading-secondary-menu {
  margin-top: 0;
}
.info-boxes-wrapper img {
  max-width: 100%;
  height: auto;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.banner-image {
  background: #f7f7f7;
  background: linear-gradient(to bottom,#f7f7f7 0%,#e5e5e5 100%);
  padding: 0px 30px 0px 30px;
  border-radius: 10px;
}
.view-more-events {
  white-space: nowrap;
}
.home-menu-events h1.pagetitle {
  color: #0c3278;
  margin-top: 30px;
  text-shadow: 1px 1px 1px #ffffff;
  font-family: 'Alex Brush', cursive;
  font-size: 40px;
  letter-spacing: 3px;
  text-align: center;
}
.event-item a {
  display: block;
}
.event-item {
  position: relative;
  width: 100%;
  height: 52px;
  margin-bottom: 10px;
}
.event-date-wrapper,
.event-name {
  height: 52px;
}
.event-date-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.event-date {
  display: block;
  background-color: rgba(128,4,2,1.9);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-align: center;
  line-height: 2.75;
  position: relative;
}
.event-name {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 26px;
  bottom: 0;
  line-height: 200%;
  vertical-align: middle;
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 0 6px 6px 0;
  transition: background-color 0.4s, padding-left 0.4s;
  background: #284279;
  background: rgba(40,66,121,0.9);
}
.event-date-month {
  color: #b7c7e3;
  padding-right: 4px;
  text-transform: uppercase;
  font-size: 10px;
}
.event-date-day {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.event-name a,
.event-name a:link,
.event-name a:visited,
.event-name a:hover,
.event-name a:focus,
.event-name a:active {
  color: #fff;
  line-height: 1.1;
  border-radius: 30px;
  padding: 10px;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px;
}
.event-item:hover .event-name {
  padding-left: 60px;
  background-color: rgba(67,88,136,0.6);
}
.ob-text {
  padding: 0px 10px 10px 10px;
  line-height: 22px;
  text-align: center;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  background-color: white;
}
.ob-text a,
.ob-text a:link,
.ob-text a:visited,
.ob-text a:hover,
.ob-text a:focus,
.ob-text a:active {
  background-color: rgba(40,66,121,0.9);
  color: #000;
}
.ob-text a:hover {
  background-color: rgba(67,88,136,0.6);
  color: #fff;
}
.ob-text b {
  font-size: 14px;
  line-height: 22px;
  color: rgba(128,4,2,0.9);
  text-transform: uppercase;
}
.ob-text p {
  color: #000;
}
.ob-text i {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.chna-title {
  background-image: url(/docs/contact-img.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 484px;
  max-width: 100%;
  height: 210px;
  margin-bottom: -20px;
  padding-left: 30px;
}
.main-content .our-button a,
.main-content .our-button a:link,
.main-content .our-button a:visited,
.main-content .our-button a:hover,
.main-content .our-button a:focus,
.main-content .our-button a:active,
.main-content .chna-btn a,
.main-content .chna-btn a:link,
.main-content .chna-btn a:hover,
.main-content .chna-btn a:focus,
.main-content .chna-btn a:active,
.main-content .chna-btn a:visited {
  background-color: rgba(128,4,2,0.6);
  border-radius: 5px;
  padding: 10px 0px 10px 10px;
  margin-top: 15px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-family: sans-serif;
  text-decoration: none;
  display: block;
}
.main-content .our-button a:focus,
.main-content .our-button a:active,
.main-content .our-button a:hover,
.main-content .chna-btn a:focus,
.main-content .chna-btn a:active,
.main-content .chna-btn a:hover {
  background-color: rgba(128,4,2,0.9);
  color: #FFF;
}
.chna-text p {
  font-size: 14px;
  line-height: 22px;
}
.chna-text b {
  font-size: 18px;
  color: #133e8d;
  font-weight: normal;
  text-transform: uppercase;
  font-family: sans-serif;
}
.steth-img {
  background-repeat: no-repeat;
  background-position: top right;
  width: 208px;
  height: 225px;
  position: absolute;
  margin-left: 84px;
  max-width: 100%;
}
.heart-text h1 {
  font-size: 12px;
  line-height: 22px;
  color: #e87a22;
}
.heart-text b {
  font-size: 14px;
  line-height: 22px;
  color: #133e8d;
  text-transform: uppercase;
}
.heart-text p {
  font-size: 14px;
  line-height: 22px;
}
.heart-section {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.dct-img {
  background-image: url(/docs/doctor-images-hp.png);
  background-repeat: no-repeat;
}
.section-btn {
  background-color: #e87a22;
  border-radius: 5px;
  padding: 10px 0px 10px 10px;
  margin-top: 15px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-family: sans-serif;
  display: block;
}
.contact-section i {
  font-size: 22px;
  font-weight: bold;
  color: #0c3278;
  text-transform: uppercase;
}
.contact-section b {
  font-size: 18px;
  color: #133e8d;
  font-weight: normal;
  text-transform: uppercase;
  font-family: sans-serif;
}
.contact-section p {
  font-size: 14px;
  line-height: 22px;
}
.contact-section {
  text-align: center;
}
.info-boxes {
  position: relative;
}
.side-menu-content {
  margin-top: 20px;
  font: 0.8em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
  position: relative;
}
.home-page .toolbar {
  display: none;
}
.toolbar {
  text-align: right;
}
.bx-wrapper .bx-viewport {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-page-slideshow-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-page-slideshow-items img {
  vertical-align: bottom;
}
.footer-banners {
  max-width: 1201px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.footer-banners li:first-child {
  float: left;
}
.footer-banners li:nth-child(2) {
  float: right;
}
.footer-banners img {
  max-width: 100%;
  height: auto;
}
.footer-banners li {
  display: inline;
  margin-left: 10px;
}
.footer-banners li:first-child {
  margin-left: 0;
}
.footer-banners-wrappings {
  text-align: center;
}
h1.pagetitle.giftshop-pagetitle {
  text-align: center;
}
table.giftshop-index-table {
  margin-left: auto;
  margin-right: auto;
}
.info-box-content img {
  padding: 0px;
}
ul.hoverable-menu.secondary-menu a:link,
ul.hoverable-menu.secondary-menu a:visited {
  color: #0d5fa8;
}
ul.hoverable-menu.secondary-menu a:hover {
  color: #0d5fa8;
  background-color: #f1f1f1;
}
.home-menu.home-menu-second a:link,
.home-menu.home-menu-second a:visited {
  color: #fff;
}
.home-menu.home-menu-second a:hover {
  color: #fff;
}
.mobile-close-menu {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
}
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;
}
.header {
  overflow: hidden;
  padding: 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;
}
.footer-wrap,
.main-content-wrap,
.client-statement-wrap {
  max-width: 1241px;
  margin: 0 auto;
  padding: 0 20px;
}
.main-content-wrap {
  display: table;
  width: 100%;
}
.content-nav {
  padding: 20px 10px;
  width: 300px;
}
.content-nav,
.content-area,
.side-menu {
  display: table-cell;
  vertical-align: top;
}
.side-menu {
  width: 100%;
}
.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 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slide-nav {
  max-width: 645px;
  max-width: min(100%,645px);
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-slide-nav-links {
  height: 32px;
}
.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;
}
.social-networking {
  float: right;
  padding: 10px 20px;
  display: none;
}
.social-item {
  display: inline;
  margin: 0 4px;
}
.header-logo img {
  max-width: 100%;
  height: auto;
}
.header-address {
  text-align: right;
}
.edu-search-button,
.header-search-submit {
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  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;
}
.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;
}
.home-page .main-content {
  padding-bottom: 20px;
}
.masthead {
  clear: both;
}
.masthead img {
  max-width: 100%;
  height: auto;
}
.smoking-graphic {
  float: right;
  padding-bottom: 10px;
  margin-right: -320px;
}
@media (max-width: 900px) {
  .smoking-graphic {
    display: none;
  }
}
.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;
  transform: translate(0,0);
  float: right;
  color: #0c3278;
}
.home-content-box.home-content-box-1 .content-area a:link,
.home-content-box.home-content-box-1 .content-area a:visited {
  color: #343333;
  text-decoration: none;
  font-size: 14px;
}
.home-content-box.home-content-box-1 .content-area a:hover {
  color: #000;
  text-decoration: underline;
}
img.masthead-wrapper-img {
  display: none;
}
.search-btn {
  background-color: #0D5FA8;
  padding: 10px;
  border-radius: 5px;
  color: #FFF;
  float: right;
}
.home-content-box.home-content-box-2 .feature14,
.feature14.heading {
  font-size: 22px;
  color: #0D5FA8;
  font-weight: bold;
}
.home-content-box.home-content-box-2 img {
  opacity: 0.7;
}
.home-content-box.home-content-box-1 .content-area {
  float: right;
}
.home-content-box.home-content-box-1 {
  background-color: #FFF;
  border-radius: 10px;
  padding: 10px;
  border: 3px solid #8DBC2F;
}
.home-content-box.home-content-box-2 {
  background-color: #FFF;
  border-radius: 10px;
  padding: 10px;
  border: 3px solid #8DBC2F;
  background-image: url('/docs/smoke-img.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
}
.home-content-boxes {
  margin: 20px auto;
  display: table;
  display: none;
  border-collapse: separate;
  border-spacing: 20px 0;
  width: 100%;
  max-width: 1241px;
  max-width: min(100%,1241px);
}
.home-content-box {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 980px) {
  .home-content-boxes,
  .home-content-box {
    display: block;
    display: none;
    width: auto;
  }
  .home-content-boxes {
    padding: 0 10px;
  }
  .home-content-box {
    margin: 20px 0;
    overflow: hidden;
  }
  .footer-banners li:first-child,
  .footer-banners li:nth-child(2) {
    float: none;
  }
  .footer-banners li {
    margin-left: 0;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .home-content-box.home-content-box-1 .content-area {
    float: none;
    margin-top: 20px;
  }
}
ul.hoverable-menu.secondary-menu a:link,
ul.hoverable-menu.secondary-menu a:visited {
  color: #000;
  text-decoration: none;
  margin-bottom: 0px;
  border-bottom: 1px dotted #e3e2e2;
  border-radius: 0px;
}
ul.hoverable-menu.secondary-menu a:hover {
  background-color: #f1f1f1;
  color: rgba(128,4,2,0.9);
}
.masthead-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.masthead .shim {
  visibility: hidden;
  display: block;
}
.masthead img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  background-color: #E5EAF2;
}
.masthead-items li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.masthead-items li.li-0 {
  display: block;
}
img[src="/images/shim.gif"] {
  display: none;
}
.home-menu-first .content {
  overflow: hidden;
  width: 100%;
  height: 360px;
  border: 0px solid #a2a460;
  display: none;
}
.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;
  max-width: 100%;
  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;
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}
.content-page .content-nav {
  padding-top: 0;
}
.job-description {
  margin-bottom: 20px;
}
.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;
}
.cp-text {
  display: inline-block;
  padding-top: 6px;
  border-top: 1px dotted #000;
}
.home-left-menu .secondary-menu a,
.home-left-menu .secondary-menu a:link,
.home-left-menu .secondary-menu a:visited,
.home-left-menu .secondary-menu a:hover,
.home-left-menu .secondary-menu a:focus,
.home-left-menu .secondary-menu a:active {
  color: #0D5FA8;
  padding: 5px;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  margin: 5px;
}
.view-more-events a,
.view-more-events a:link,
.view-more-events a:visited,
.view-more-events a:hover,
.view-more-events a:focus,
.view-more-events a:active {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  text-align: center;
}
.side-menu {
  width: 31.288981288981287%;
  background: none;
  border: 0px solid #A2A460;
  padding: 0px;
  font-size: 12px;
}
.header .header-content {
  float: right;
  clear: right;
  margin-right: 10px;
  margin-top: 10px;
  color: #000;
  font-size: 12px;
  margin-bottom: 20px;
}
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: #fff;
  padding-bottom: 20px;
  font-weight: normal;
}
.home-menu-first {
  margin-bottom: 15px;
}
.content-page .pageContent {
  background: none;
  padding: 20px;
  font: 0.85em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
  overflow: hidden;
  margin: 10px;
}
.content-page .content-area {
  width: 100%;
  background: #fff;
  -moz-box-shadow: 0 0 3px 0px #bbbebf;
  -webkit-box-shadow: 0 0 3px 0px #BBBEBF;
  box-shadow: 0 0 3px 0px #BBBEBF;
}
h2 {
  font-family: arial;
  font-size: 22px;
  padding-right: 30px;
}
.home-page .side-menu h2.title,
.content-page .side-menu h2.title {
  font-family: arial;
  color: #fff;
  background: #800402;
  background: rgba(128,4,2,0.9);
  text-transform: uppercase;
  padding: 10px;
  font-size: 22px;
  margin: 0;
}
.info-section-wrapper {
  background: rgba(40,66,121,0.9);
  border-bottom: 0px solid #e87a22;
}
.content-page .pageContent img.calendar-spacer {
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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%;
}
.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: #0000ff;
  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;
}
#job-listing-cell {
  background-color: #ffffff;
}
a.cp-link,
a.cp-link:link,
a.cp-link:visited,
a.cp-link:hover,
a.cp-link:focus,
a.cp-link:active {
  color: #E5EAF2;
}
.slide-items {
  position: relative;
  height: 0;
  padding-bottom: 41.78794178794179%;
  border: 0px solid #528078;
}
.mobile-search {
  display: none;
  padding: 10px 20px;
  text-align: center;
  background: #E5EAF2;
  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 20px 20px 50px;
}
.client-statement-body {
  padding: 10px;
  background: none;
  color: #fff;
}
.no-side-news-ticker .side-menu {
  display: 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: 250px;
  width: auto;
}
.footer-icons {
  float: right;
}
.footer-icons li {
  display: inline;
  margin-left: 10px;
}
.header-wrap {
  overflow: hidden;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right top;
}
.home-page .header-wrap {
  max-width: 1161px;
}
.home-page .info-section {
  max-width: 1201px;
}
body {
  background: #ffffff;
  overflow-y: scroll;
}
.content-nav .content {
  font: 0.8em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
}
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 h2 {
  color: #fff;
  background: rgba(128,4,2,0.9);
  text-transform: uppercase;
  padding: 5px;
  border-bottom: 0px solid #2f716f;
  font-size: 28px;
  min-height: 37px;
  font-family: arial;
  padding: 20px;
}
.info-box h3 {
  color: #0d5fa8;
  text-transform: uppercase;
}
.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;
  overflow: hidden;
  background-color: #FFF;
  border: 0px solid #54484A;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.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: #fff;
  display: block;
  padding-bottom: 40px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.home-page .home-left-menu .side-menu {
  background: rgba(183,199,227,0.8);
}
.home-left-menu {
  float: left;
  width: 31.288981288981287%;
  position: relative;
}
.home-left-menu .side-menu {
  margin-top: 20px;
}
.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 {
  font-size: 24px;
  padding-bottom: 10px;
  color: #fff;
  background: rgba(128,4,2,0.9);
  text-transform: uppercase;
  text-align: center;
  text-transform: none;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 5px;
  font-family: arial;
}
td#job-listing-cell .pagetitle {
  color: #54484a;
  font-weight: bolder;
  font-size: 18px;
}
.jobform {
  background: #fff;
}
.events {
  background-image: url(/images/news_img.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  width: 639px;
  max-width: 100%;
  height: 179px;
  font-size: 28px;
  padding: 0px 0px 0px 10px;
  border: 1px solid #57160A;
}
.events-text {
  font-size: 22px;
  color: #57160A;
}
.events-date {
  font-size: 28px;
  padding-left: 520px;
  position: absolute;
  max-width: 100%;
}
.clinics {
  background-image: url(/images/clinics_img.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  width: 639px;
  max-width: 100%;
  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: #0D5FA8;
  font-family: arial;
  padding-bottom: 10px;
}
.horizontal-hidden {
  display: none;
}
.show-side-menu {
  float: left;
}
.show-site-search {
  float: right;
}
.side-navigation-controls {
  overflow: hidden;
  background: rgba(40,66,121,0.9);
  clear: none;
}
.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 {
  transition: left 0.1s ease;
}
.side-navigation {
  overflow-y: auto;
}
iframe,
object,
embed {
  max-width: 100%;
}
.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,
.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-image: url(/docs/hp-bk.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #dce2e6;
}
.feature-banners li {
  display: inline-block;
  width: 33%;
}
.lt-ie8 .feature-banners li {
  display: inline;
  zoom: 1;
}
.feature-banners img {
  max-width: 100%;
}
.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 {
  font-size: 0.8em;
  border-top: 1px solid #f0f0f0;
}
.content-nav .sub-navigation-menu .list-item-0 a {
  border-top: 0;
}
.content-nav .sub-navigation-menu a:link,
.content-nav .sub-navigation-menu a:visited,
.content-nav .sub-navigation-menu a:hover,
.content-nav .sub-navigation-menu a:focus,
.content-nav .sub-navigation-menu a:active {
  background: #fff;
  color: #000;
}
.content-nav .sub-navigation-menu a:hover,
.content-nav .sub-navigation-menu a:focus,
.content-nav .sub-navigation-menu a:active {
  background: #f0f0f0;
}
.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%;
  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;
  max-width: min(100%,200px);
  padding-right: 20px;
}
iframe[name="googleSearchFrame"] {
  width: 100%;
}
.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%;
}
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 (max-width: 1000px) {
  td.ecard ul.ecard li {
    width: 40%;
  }
}
@media (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 (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;
  }
}
.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;
  max-width: min(100%,400px);
}
.pageContent center > img {
  max-width: 100%;
}
.pageContent a,
.pageContent a:link,
.pageContent a:visited {
  color: #0d5fa8;
}
.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
  color: #414141;
  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;
  max-width: min(100%,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;
  max-width: min(100%,1280px);
  margin: 0 auto;
}
.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;
  clear: right;
  margin-top: 30px;
  margin-right: 100px;
}
.site-search-fields {
  background: #fff;
}
.side-menu .edu-search-field {
  width: 168px;
  max-width: 100%;
}
.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;
}
.content-bottom-menu {
  display: none;
}
.footer {
  padding: 10px 0;
  background: rgba(40,66,121,0.9);
}
h1.pagetitle,
h2.feature14 {
  color: #303030;
  font-size: 24px;
  padding-bottom: 5px;
}
h1.pagetitle a,
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;
}
.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;
}
.news-section-item h1.pagetitle {
  font-size: 1.1em;
}
.news-section-item h2.feature14 {
  font-size: 1em;
}
.header {
  color: transparent;
  padding-bottom: 0;
  background-color: #dce2e6;
  background-image: url(/docs/bk-left.png), url(/docs/bk-top.png);
  background-position: left bottom, 100% bottom;
  background-repeat: no-repeat;
}
.header-phone {
  font-size: 1.2em;
}
.header-logo {
  width: 32.903225806451616%;
}
.header-logo img {
  max-width: 100%;
}
button[type="submit"].site-search-submit {
  width: 35px;
  height: 25px;
  text-align: center;
  color: #8fb164;
  background: none;
  cursor: pointer;
}
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: 165px;
}
.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;
}
.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,
.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,
.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: #eeeeee;
  background: 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;
}
.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: 14px;
  color: rgba(128,4,2,0.9);
}
.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: rgba(128,4,2,0.9);
}
.feature14,
.feature14.heading {
  font-weight: normal;
  font-size: 18px;
  color: #0D5FA8;
  font-family: arial;
  padding-bottom: 10px;
}
.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: 1px solid #0D5FA8;
  border-top: 0px solid #f7f9fe;
}
.inactivedate {
  background-color: #f1f1f1;
  border: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #0D5FA8;
  border-top: 0px solid #Ffffff;
}
.today {
  background-color: #dcdada;
  border: 1px solid rgba(128,4,2,0.9);
  color: #000;
}
.month {
  background-color: rgba(40,66,121,0.9);
  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: rgba(128,4,2,0.9);
  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;
}
.text-size-1 .page-content {
  font-size: 0.70em;
  line-height: 1.4;
}
.text-size-2 .page-content {
  font-size: 0.80em;
  line-height: 1.4;
}
.text-size-3 .page-content {
  font-size: 0.90em;
  line-height: 1.4;
}
.page-content,
.text-size-4 .page-content {
  font-size: 1.11rem;
  line-height: 1.4;
}
.text-size-5 .page-content {
  font-size: 1.10em;
  line-height: 1.4;
}
.text-size-6 .page-content {
  font-size: 1.20em;
  line-height: 1.4;
}
.text-size-7 .page-content {
  font-size: 1.30em;
  line-height: 1.4;
}
.text-size-8 .page-content {
  font-size: 1.40em;
  line-height: 1.4;
}
.text-size-9 .page-content {
  font-size: 1.50em;
  line-height: 1.4;
}
.text-size-10 .page-content {
  font-size: 1.60em;
  line-height: 1.4;
}
.text-size-11 .page-content {
  font-size: 1.70em;
  line-height: 1.4;
}
.text-size-12 .page-content {
  font-size: 1.80em;
  line-height: 1.4;
}
.text-size-13 .page-content {
  font-size: 1.90em;
  line-height: 1.4;
}
.text-size-14 .page-content {
  font-size: 2.00em;
  line-height: 1.4;
}
.text-size-15 .page-content {
  font-size: 2.10em;
  line-height: 1.4;
}
.text-size-16 .page-content {
  font-size: 2.20em;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .main-site-search {
    display: none !important;
  }
}
@media (max-width: 1250px) {
  .content-nav {
    padding-right: 10px;
  }
  .main-content-wrap,
  .footer-wrap {
    max-width: 100%;
    display: block;
  }
  .home-page .main-content-wrap {
    display: table;
  }
}
@media (max-width: 1150px) {
  .content-nav {
    padding-right: 0;
  }
}
@media (max-width: 920px) {
  .home-left-menu {
    margin-top: 0;
  }
  .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: none;
    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 {
    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: 0;
    padding: 20px 2.5% 0 2.5%;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .info-boxes {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .info-box {
    margin-left: 0;
  }
  .home-page .main-content-wrap {
    padding: 0;
  }
  .header .header-content {
    display: none;
    float: none;
    margin: 10px 0;
    text-align: center;
  }
  .footer-links .footer-items {
    float: none;
  }
  .footer-links .footer-items {
    display: block;
    margin: 0;
    text-align: center;
  }
  .footer-links h3 {
    text-align: center;
    margin-bottom: 6px;
  }
  .content-page .pageContent {
    margin-left: 0;
    margin-right: 0;
  }
  .content-page .content-area {
    max-width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .content-nav h2,
  .heading-secondary-menu {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .side-menu-content {
    margin-top: 0;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .info-box h2 {
    height: auto;
  }
  .header-logo {
    width: auto;
    float: none;
    display: block;
  }
  .header-wrap {
    padding: 20px 0;
    text-align: center;
  }
  .home-page .header-wrap {
    max-width: none;
  }
}
@media (max-width: 840px) {
  .content-nav {
    display: none;
  }
  .pageContent {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .horizontal-hidden {
    display: block;
  }
  body {
    overflow-y: visible;
  }
  .pageContent .contentpic2 {
    max-width: 250px;
  }
  .header {
    padding-top: 0;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .pageContent {
    padding-top: 0;
  }
  .footer-icons {
    float: none;
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
  }
  .footer {
    padding: 10px 0;
    background-color: #E5EAF2;
  }
  .header-wrap .site-search {
    display: none;
  }
  .header-content {
    display: none !important;
  }
}
@media (max-width: 850px) {
  .header .site-search {
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 580px) {
  .chna-title,
  .steth-img {
    display: none;
  }
}
@media (max-width: 480px) {
  .dct-img {
    display: none;
  }
  .main-content-wrap {
    padding: 0;
  }
  .side-menu,
  .home-page .home-left-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;
  }
  .pageContent .contentimage {
    float: none !important;
    padding: 0 !important;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  .content-page .pageContent img {
    margin: 0;
  }
  .header-logo {
    text-align: center;
  }
  .header-logo img {
    max-width: 95%;
  }
  .client-statement-wrap,
  .client-statement {
    max-width: 100%;
    padding: 0;
  }
  .client-statement-wrap {
    margin: 10px;
  }
}
.calendar_table td {
  width: 14.28%;
}
.view-event-table,
.view-event-details-table {
  max-width: 100%;
}
@media (max-width: 850px) {
  .month {
    background: none;
    color: #000;
    border: none;
    text-shadow: none;
  }
  .calendar_table td.day {
    display: none !important;
  }
  .calendar_table td {
    display: block !important;
    width: auto;
  }
  .calendar_table .event br {
    display: none;
  }
  .calendar_table .event {
    display: block;
  }
  .calendar_table .has-time-given .the-time:before {
    content: attr(data-dayname-abbr) ", " attr(data-month) "/" attr(data-day) "/" attr(data-year) " - ";
  }
  .calendar_table .no-time-given .the-time:before {
    content: attr(data-dayname-abbr) ", " attr(data-month) "/" attr(data-day) "/" attr(data-year);
  }
  .calendar_table a,
  .view-event-table a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .calendar_table .inactivedate {
    display: none !important;
  }
}
@media (max-width: 540px) {
  .view-event-table {
    width: 100%;
    table-layout: fixed;
  }
}
@media (max-width: 480px) {
  .view-event-table,
  .view-event-details-table,
  .view-event-table tr,
  .view-event-table tbody,
  .view-event-table thead,
  .view-event-table td,
  .view-event-table th {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
  }
}


