/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.header-social-wrappings {
  padding: 5px 10px;
}
.header-social {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.header-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-social li {
  display: inline;
  margin-left: 15px;
}
.header-social .content {
  float: left;
}
.header-social .links {
  float: right;
}
.header-social a:link,
.header-social a:visited,
.header-social a:hover,
.header-social a:focus,
.header-social a:active {
  color: #fff;
  text-decoration: none;
}
.tt-relative {
  position: relative;
}
.tt-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.center-wrap {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
a.tt-button.large {
  height: 24px;
  line-height: 14px;
  padding: 11px 10px 0;
}
.footer-callout {
  background-color: #fff;
  background-image: linear-gradient(top,#fafafa,#e6e6e6);
  border-top: 1px solid #dfdfdf;
  background-repeat: repeat-x;
  padding: 37px 0;
  width: 100%;
  -moz-box-shadow: 0 0 3px #ddd;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
}
.footer-callout img {
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.footer-callout img:hover {
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4);
}
.footer-callout-content {
  float: left;
  line-height: 20px;
  width: 76%;
}
.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(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(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);
}
@media only screen and (max-width: 1260px) {
  .center-wrap {
    width: auto;
    padding: 0;
  }
  .footer-callout-content {
    float: none;
  }
}
@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;
  }
}
.content-banner {
  position: relative;
}
.content-banner .shim {
  visibility: hidden;
}
.content-banner .images {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-banner .images li {
  display: none;
}
.content-banner .images li.li-0 {
  display: block;
}
.content-banner .images li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.other-banner-wrappings {
  background: url(/docs/content-bnr.jpg) no-repeat top center;
  background-size: cover;
}
.other-banner {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.other-banner img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.back-to-top {
  position: fixed;
  z-index: 8000;
  bottom: 40px;
  right: 40px;
  display: none;
}
.back-to-top img {
  opacity: 0.8;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .back-to-top-wrapper {
    display: none;
  }
}
.dropdown-searchbox {
  display: none;
  position: absolute;
  right: 0;
  top: -10px;
}
.dropdown-searchbox.show {
  display: block;
}
@media only screen and (max-width: 768px) {
  a[href="##toggle-search"],
  .dropdown-searchbox.show,
  .toggle-search {
    display: none;
  }
}
.meal-card-caption {
  float: right;
  margin: 0 0 0 20px;
  width: 289px;
}
.meal-card-caption .caption-title {
  font-size: 1.6em;
  font-weight: bold;
  text-align: justify;
  color: #000;
}
p.view-menu {
  color: #72122e;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 100%;
  margin-right: 309px;
}
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 {
  background-color: #f0e1c2;
}
.dining-menu caption {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: bold;
  color: #72122e;
  caption-side: top;
}
.dining-menu thead th {
  padding: 1em;
  font-size: 1.5em;
  color: #71132e;
  border: 1px solid #71132e;
  text-align: center;
}
.dining-menu tbody th,
.dining-menu tbody td {
  border: 1px solid #71132e;
  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;
}
h2.print-only {
  display: none;
}
@media print {
  #main-content h2.print-only {
    display: block;
    text-align: center;
    margin-bottom: 20pt;
    color: #000;
    font-size: 16pt;
  }
  .page,
  .fixed-block {
    width: auto;
    max-width: auto;
    min-width: auto;
  }
  .menu,
  #dining-nav,
  .full-header,
  .full-nav,
  .full-footer-block,
  .full-content .overlay,
  .cafe-content-page {
    display: none;
  }
  #main-content,
  .dining-menu,
  .content-box,
  .content-area .content,
  .content-area-wrapper {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .dining-menu {
    width: 94%;
    margin: 0 auto;
  }
  .dining-menu thead th {
    color: #000;
    font-size: 10pt;
    padding: 0;
    border-color: #000;
  }
  .dining-menu tbody th,
  .dining-menu tbody td {
    font-size: 10pt;
    padding: 4pt;
    border-color: #000;
    color: #000;
  }
  *:first-child+html .dining-menu thead th,
  *:first-child+html .dining-menu tbody th,
  *:first-child+html .dining-menu tbody td {
    border: none;
  }
  .dining-menu tbody th {
    width: auto;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .dining-menu caption {
    color: #000;
  }
  body {
    background: #FFF;
    color: #000;
    margin: 0;
    padding: 0;
  }
  .full-content,
  .content-area,
  .content-area-outer-wrapper {
    background: #FFF;
  }
  #main-content {
    float: none;
  }
  #main-content-body,
  .content-area .menu,
  .content-box {
    position: static;
    margin: 0;
    padding: 0;
  }
}
.cafeteria-widget {
  border: 2px solid #B88594;
  max-width: 296px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 300px) {
  .cafeteria-widget {
    max-width: 100%;
  }
}
.cafeteria-widget table {
  border-spacing: 0;
  border-collapse: collapse;
}
.cafeteria-widget table caption,
.cafeteria-widget table td,
.cafeteria-widget table th {
  text-align: left;
  padding-left: 8px;
  color: #6d0d29;
  font-weight: bold;
}
.cafeteria-widget table td,
.cafeteria-widget table th {
  font-size: 10px;
  font-weight: normal;
}
.my-sch .section .box .cafeteria-widget h2 a:link,
.my-sch .section .box .cafeteria-widget h2 a:visited,
.my-sch .section .box .cafeteria-widget h2 a:hover,
.my-sch .section .box .cafeteria-widget h2 a:focus,
.my-sch .section .box .cafeteria-widget h2 a:active,
.my-sch .section .box .cafeteria-widget h3 a:link,
.my-sch .section .box .cafeteria-widget h3 a:visited,
.my-sch .section .box .cafeteria-widget h3 a:hover,
.my-sch .section .box .cafeteria-widget h3 a:focus,
.my-sch .section .box .cafeteria-widget h3 a:active,
.cafeteria-widget h2,
.cafeteria-widget h3 {
  color: #6d0d29;
}
.cafeteria-widget h2 {
  display: block;
}
.cafeteria-widget h3 {
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  margin: 10px 30px 0 30px;
}
.cafeteria-widget h2 a:link,
.cafeteria-widget h2 a:visited,
.cafeteria-widget h2 a:hover,
.cafeteria-widget h2 a:focus,
.cafeteria-widget h2 a:active {
  text-decoration: none;
  color: #4F0E21;
}
.cafeteria-widget h2:first-child {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #bcbabd;
  margin: 0 0 10px 0;
  background: #FFF url(/images/news_inactive_bg.png) repeat-x bottom left;
}
.cafeteria-widget h2:hover,
.cafeteria-widget h2:focus,
.cafeteria-widget h2:active {
  background-image: url(/images/news_active_bg.png);
  background-position: top left;
}
.widget-menu ul,
.widget-menu ol,
.widget-menu dl,
.widget-menu dd,
.widget-menu dt {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-menu ol.default li {
  display: none;
}
.widget-menu ol.default li.current {
  display: block;
}
.widget-menu {
  text-align: center;
  padding-bottom: 10px;
  width: 260px;
  position: relative;
}
.widget-menu strong {
  display: block;
  margin-top: 10px;
  color: #6d0d29;
  font-weight: bold;
}
.widget-menu dt {
  text-decoration: underline;
  margin-top: 10px;
}
.widget-menu ul[role="navigation"] li {
  position: absolute;
  top: 6px;
  padding-bottom: 10px;
}
.widget-menu ul[role="navigation"] li.prev {
  left: 10px;
}
.widget-menu ul[role="navigation"] li.next {
  right: 10px;
}
.fh-news-sections-wrappings {
  padding: 20px;
}
.fh-news-sections-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
.fh-news-sections-wrapper .fh-news-article-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 0.625rem;
  text-shadow: 0px 0px 4px #000;
}
.fh-news-sections-wrapper .fh-news-article-listing .fh-news-item-calendar-date {
  text-shadow: none;
}
.fh-news-sections-wrapper h1,
.fh-news-sections-wrapper h2,
.fh-news-sections-wrapper h3,
.fh-news-sections-wrapper h4,
.fh-news-sections-wrapper h5,
.fh-news-sections-wrapper h6 {
  margin: 0 0 0.5em 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  vertical-align: top;
}
.fh-news-sections-wrapper:first-child .fh-news-sections-wrapper h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.fh-news-sections-wrapper h1 {
  font-size: 2.555rem;
  color: #00425A;
  text-align: center;
}
.fh-news-sections-wrapper h2 {
  font-size: 2rem;
}
.fh-news-sections-wrapper h3 {
  font-size: 1.5rem;
}
.fh-news-item-calendar-date {
  aspect-ratio: 1;
  min-width: 56px;
  max-width: 100%;
  color: #fff;
  background-color: #1f8a70;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  padding: 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.fh-news-article-listing-wrapper .fh-news-item {
  position: relative;
  padding: 1.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
  color: #fff;
  background-color: #93b3b2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fh-news-article-listing-wrapper .fh-news-item-read-more-wrapper {
  font-weight: bold;
  text-transform: uppercase;
  color: #64c796;
  font-weight: 600;
  margin-top: 20px;
}
div.fh-event-read-more {
  font-weight: 600;
  text-decoration: underline;
}
.fh-news-article-listing-wrapper .fh-news-item-article {
  position: relative;
  z-index: 3;
}
.fh-news-article-listing-wrapper .fh-news-item-article a,
.fh-news-article-listing-wrapper .fh-news-item-article a:link,
.fh-news-article-listing-wrapper .fh-news-item-article a:visited,
.fh-news-article-listing-wrapper .fh-news-item-article a:hover,
.fh-news-article-listing-wrapper .fh-news-item-article a:focus,
.fh-news-article-listing-wrapper .fh-news-item-article a:active {
  color: #fff;
  text-decoration: none;
}
.fh-news-article-listing-wrapper .fh-news-item:after {
  content: "";
  transition: background-image 0.3s, background-color 0.3s;
  border-radius: 0.625rem;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(360deg,#000 0,rgba(0,0,0,0) 100%);
  background-position: left bottom;
}
.fh-news-article-listing-wrapper .fh-news-item:hover:after,
.fh-news-article-listing-wrapper .fh-news-item:focus:after,
.fh-news-article-listing-wrapper .fh-news-item:active:after {
  background-image: linear-gradient(to top,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%), linear-gradient(45deg,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%), linear-gradient(45deg,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
}
.fh-news-article-listing-wrapper .fh-news-item:hover .fh-news-item-read-more-wrapper,
.fh-news-article-listing-wrapper .fh-news-item:focus .fh-news-item-read-more-wrapper,
.fh-news-article-listing-wrapper .fh-news-item:active .fh-news-item-read-more-wrapper {
  color: #fff;
}
.fh-news-article-listing-wrapper .fh-news-item:before {
  content: "";
  transition: transform 0.8s;
  transform-origin: center;
  border-radius: 0.625rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fh-news-article-listing-wrapper .fh-news-item:hover:before,
.fh-news-article-listing-wrapper .fh-news-item:focus:before,
.fh-news-article-listing-wrapper .fh-news-item:active:before {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.fh-news-article-listing-wrapper:nth-child(1) .fh-news-item:nth-child(3n+1):before {
  background-image: url(/docs/pexels-opt-001.jpg);
}
.fh-news-article-listing-wrapper:nth-child(1) .fh-news-item:nth-child(3n+2):before {
  background-image: url(/docs/shutterstock_560321068_%281%29.jpg);
}
.fh-news-article-listing-wrapper:nth-child(1) .fh-news-item:nth-child(3n+3):before {
  background-image: url(/docs/shutterstock_1604560654.jpg);
}
.fh-news-article-listing-wrapper:nth-child(2) .fh-news-item:nth-child(3n+1):before {
  background-image: url(/docs/pexels-opt-004.jpg);
}
.fh-news-article-listing-wrapper:nth-child(2) .fh-news-item:nth-child(3n+2):before {
  background-image: url(/docs/pexels-opt-005.jpg);
}
.fh-news-article-listing-wrapper:nth-child(2) .fh-news-item:nth-child(3n+3):before {
  background-image: url(/docs/shutterstock_560321068_%281%29.jpg);
}
@media (min-width: 769px) {
  .fh-news-article-listing-wrapper .fh-news-item-article a,
  .fh-news-article-listing-wrapper .fh-news-item-article a:link,
  .fh-news-article-listing-wrapper .fh-news-item-article a:visited,
  .fh-news-article-listing-wrapper .fh-news-item-article a:hover,
  .fh-news-article-listing-wrapper .fh-news-item-article a:focus,
  .fh-news-article-listing-wrapper .fh-news-item-article a:active {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .fh-news-article-listing-wrapper .fh-news-item-article a .fh-news-item-calendar-date,
  .fh-news-article-listing-wrapper .fh-news-item-article a:link .fh-news-item-calendar-date,
  .fh-news-article-listing-wrapper .fh-news-item-article a:visited .fh-news-item-calendar-date,
  .fh-news-article-listing-wrapper .fh-news-item-article a:hover .fh-news-item-calendar-date,
  .fh-news-article-listing-wrapper .fh-news-item-article a:focus .fh-news-item-calendar-date,
  .fh-news-article-listing-wrapper .fh-news-item-article a:active .fh-news-item-calendar-date {
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .fh-news-article-listing-wrapper .fh-news-item-article a .fh-news-item-event-info-wrapper,
  .fh-news-article-listing-wrapper .fh-news-item-article a:link .fh-news-item-event-info-wrapper,
  .fh-news-article-listing-wrapper .fh-news-item-article a:visited .fh-news-item-event-info-wrapper,
  .fh-news-article-listing-wrapper .fh-news-item-article a:hover .fh-news-item-event-info-wrapper,
  .fh-news-article-listing-wrapper .fh-news-item-article a:focus .fh-news-item-event-info-wrapper,
  .fh-news-article-listing-wrapper .fh-news-item-article a:active .fh-news-item-event-info-wrapper {
    margin-top: auto;
  }
  .fh-news-sections-wrappings {
    padding: 12vh 4rem;
  }
  .fh-news-sections-wrapper .fh-news-article-listing {
    gap: 4px;
  }
  .fh-news-sections-wrapper .fh-news-article-listing > li {
    min-height: 220px;
  }
}
@media (max-width: 768px) {
  .fh-news-article-listing-wrapper .fh-news-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@font-face {
  font-family: 'flexslider-icon';
  src: url('/common_js/flexslider/fonts/flexslider-icon.eot');
  src: url('/common_js/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/common_js/flexslider/fonts/flexslider-icon.woff') format('woff'), url('/common_js/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('/common_js/flexslider/fonts/flexslider-icon.svg.php#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
  box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0,0,0,0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flex-direction-nav a {
  z-index: 99999;
  opacity: 1;
}
.flex-direction-nav a.flex-prev {
  left: 20px;
}
.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before {
  font-family: FontAwesome;
}
.flex-direction-nav a.flex-next {
  right: 20px;
}
.flex-direction-nav a.flex-prev:before {
  content: "\f0a8";
}
.flex-direction-nav a.flex-next:before {
  content: "\f0a9";
}
.flex-direction-nav a {
  overflow: visible;
  width: 50px;
  height: 50px;
}
.flex-direction-nav a:before {
  font-size: 32px;
}
.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next {
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.slides .li {
  display: none !important;
  transition: opacity 1s ease-in-out !important;
}
.slides .li.active {
  display: block !important;
}
.main {
  background: white;
}
.pageContent {
  display: none;
}
.my-sch {
  background: white;
  max-width: 1000px;
  margin: 0 auto;
  flex-direction: column;
}
.content-area-1 > a {
  margin-top: 10px !important;
}
@media (min-width: 800px) {
  .my-sch {
    flex-direction: row;
  }
  .content-area-1 > a {
    margin-top: 70px !important;
  }
}
.fa-heart,
.fa-heartbeat {
  color: red;
}
.fa-th,
.fa-th-large {
  color: #008000;
}
.fa-gg,
.fa-user-md {
  color: #005696;
}
.doctor-listing-page table {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4em;
}
.doctor-listing-page .speciality-list {
  font-size: 1.4em;
}
.slideshow-nav-button {
  font-size: 2rem;
  color: #fff;
  position: relative;
}
.slideshow-nav-button:after {
  z-index: -1;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  top: 0.4rem;
  background: #005696;
  left: 0.3rem;
  position: absolute;
}
.slideshow-nav-button:hover {
  color: #005696;
}
.slideshow-nav-button:hover:after {
  background: white;
}
.logo > span img + img,
.logo > span a + a,
.links ul.bar-links + ul.bar-links,
.main-navigation ul.navigation-menu + ul.navigation-menu,
.main > .content-banner + .content-banner,
.content > .the-header-content + .the-header-content,
.content > .footer-content-box + .footer-content-box,
footer > .the-footer-callout + .the-footer-callout,
.pageContent .toolbar + .toolbar,
.view-event-page .pageContent table.calendar_table,
.view-event-page .pageContent .calendar_printable_version {
  display: none !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #005696;
  border: 1px solid #71000f;
}
.footer-content-box .footer-contact {
  text-align: right !important;
}
.baby-bio-view img {
  vertical-align: bottom;
}
.mobile-close {
  display: none;
  position: absolute;
  z-index: 99999999;
  top: 10px;
  right: 10px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.mobile-close:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.doctor-listing-page td {
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: top;
}
.doctor-listing-page td:first-child {
  padding-left: 0;
}
.doctor-listing-page td.office-phone {
  white-space: nowrap;
}
.doctor-listing-page td:last-child {
  padding-right: 0;
}
.footer-contact a:hover {
  color: #616161;
}
.user-links {
  display: block;
  text-align: center;
}
.user-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.user-links li {
  display: inline;
  margin: 0 10px;
}
@media only screen and (min-width: 851px) {
  .content-image img {
    margin-top: 60px;
  }
}
.footer-contact .fa {
  font-size: 28px;
}
a.next-menu-button img,
a.previous-menu-button img {
  -o-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  transition: transform 0.5s;
}
a.next-menu-button:hover img,
a.previous-menu-button:hover img {
  -o-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  transform: scale(1.6);
}
.footer-wrapper p {
  color: white;
  padding-top: 50px;
}
.footer-content-box .footer-contact {
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
  text-align: left;
}
.board-table {
  margin-top: 20px;
}
.board-table td {
  vertical-align: top;
  padding-bottom: 20px;
}
.pageContent .hist-btn a:link,
.pageContent .hist-btn a:visited {
  display: block;
  background-color: #dcdcdc;
  color: black;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
}
.pageContent .hist-btn a:hover {
  display: block;
  background-color: #f1f1f1;
  color: #005696;
}
.hist-btn {
  display: block;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}
.copyright-wrapper .fa {
  font-size: 20px;
  padding-left: 5px;
}
ul.facilities {
  width: auto;
  height: auto;
  padding: 20px 0px;
}
ul.facilities li {
  display: inline;
  width: 25%;
  float: left;
  list-style-type: none;
  text-align: center;
  margin: 10px 0px;
}
ul.facilities li:nth-child(3n+1) {
  clear: both;
}
ul.facilities li a {
  display: block;
  clear: both;
}
.header-social-wrappings {
  padding: 5px 10px;
  background-color: #616161;
}
.copyright {
  color: #fff;
}
.copyright-text {
  float: left;
}
.copyright .links a:link,
.copyright .links a:visited {
  color: #fff;
}
.copyright .links a:hover,
.copyright .links a:active,
.copyright .links a:focus {
  color: #fff;
}
.content-area .footer-quick-links a:link,
.content-area .footer-quick-links a:visited,
.content-area .footer-quick-links a:focus,
.content-area .footer-quick-links a:active {
  color: #fff;
}
.content-area .footer-quick-links a:hover {
  color: #005696;
  background: #fff;
}
.copyright .links {
  float: right;
}
.content-area-1 {
  position: relative;
}
.content-area-1 a:link,
.content-area-1 a:visited,
.content-area-1 a:hover {
  color: white;
  min-height: 20px;
  margin-top: 70px;
}
.content-wrap {
  display: flex;
}
.content-menu-2 {
  overflow: scroll;
}
.my-sch {
  width: fit-content;
  padding: 15px;
}
.my-sch .section .box a:link,
.my-sch .section .box a:visited,
.my-sch .section .box a:hover {
  color: white;
  text-decoration: none;
}
.my-sch .heading-image {
  text-align: center;
}
.my-sch .section:nth-child(3) .heading-image {
  text-align: center;
}
.my-sch .heading-image img {
  max-height: 172px;
  width: auto;
}
.main .pagecontent {
  padding: 0;
  margin-top: 0px !important;
}
.content-page .pageContent {
  margin-top: 0px;
  display: block;
  position: relative;
  border-radius: 10px;
}
.content-page-index .pageContent {
  display: block;
  position: relative;
  border-radius: 10px;
}
img[src='http://www.fasthealth.com/images/shim.gif'],
img[src="/images/tsp.gif"] {
  display: none;
}
.other-banner-wrappings {
  background-color: transparent;
}
.pageContent img[src="/images/bullet.gif"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.pageContent img[src="/images/bullet.gif"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.contentimage {
  float: right;
  display: block;
  padding: 6px;
}
.contentimage img {
  max-width: 100%;
  height: auto;
}
.footer .content {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .content {
  text-align: left !important;
}
.footer .content .health-info-links {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 25px;
}
.footer .content .health-info-links li {
  display: inline;
  margin-left: 5px;
  border-left: 1px solid #fff;
}
.footer .content .health-info-links li:first-child {
  border-left: none;
}
.footer .content a {
  margin-left: 5px;
}
font {
  color: #049B9B;
}
.feature18.doctor-name {
  font-size: 24px;
}
.footer-callout-content a:link,
.footer-callout-content a:visited {
  opacity: 0.6;
}
.footer-callout-content a:hover {
  opacity: 1.0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.9s;
  -webkit-transition: all 0.9s;
}
.pageContent {
  overflow: hidden;
}
.main .pageContent {
  background-color: #fff;
}
.content-area a:link,
.content-area a:visited,
.content-area a:hover,
.content-area a:focus,
.content-area a:active {
  color: #005696;
  border-radius: 5px;
  padding: 8px;
  display: block;
  text-align: center;
  margin-bottom: 3px;
  background-color: #616161;
}
.content-area a:hover,
.content-area a:focus,
.content-area a:active {
  background-color: #973e58;
  color: #fff;
}
.content-area-1 a:link,
.content-area-1 a:visited,
.content-area-1 a:hover,
.content-area-1 a:focus,
.content-area-1 a:active {
  background-color: #005696;
  border-radius: 5px;
  padding: 8px;
  display: block;
  text-align: center;
  margin-bottom: 3px;
}
.content-area-1 a:hover,
.content-area-1 a:focus,
.content-area-1 a:active {
  background-color: #616161;
  color: #fff;
}
.center-wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  text-align: center;
}
.footer-callout-content {
  float: left;
  line-height: 20px;
  width: 100%;
}
.footer-callout {
  background-color: #fff;
  border-top: 0px solid #cdbd99;
  box-shadow: 0 0 3px #DDD;
  background-repeat: repeat-x;
  padding: 37px 0;
  width: 100%;
}
.ftr-box {
  float: left;
  position: relative;
  z-index: 2;
  width: 33.3%;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
}
.header-social a:link,
.header-social a:visited,
.header-social a:focus,
.header-social a:active {
  color: #fff;
  text-decoration: none;
  font-family: arial;
  font-size: 12px;
}
.header-social a:hover {
  color: #9b6978;
}
.header-social .content {
  float: left;
  font: normal 13px/18px Arial, Helvetica, sans-serif;
  color: #fff;
}
.pageContent img {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #F0F1F2;
}
.baby-link.baby-male,
.baby-link.baby-female {
  font-size: 16px;
}
#lightbox img {
  max-width: none;
}
.copyright a:link,
.copyright a:visited,
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  line-height: 1.4;
  font-family: Arial, sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 12px;
}
a[href=""],
a[href="#"] {
  cursor: default;
}
#job-listing-cell {
  background-color: #FFF;
}
img.contentpic2 {
  border: 1px solid #E5DFB5;
  -moz-box-shadow: 0 0 3px 1px #666565;
  -webkit-box-shadow: 0 0 3px 1px #666565;
  box-shadow: 0 0 3px 1px #666565;
}
.content-menu a:link,
.content-menu a:visited,
.content-menu a:hover,
.content-menu a:focus,
.content-menu a:active {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #d6c7a8;
  font-family: arial;
  padding: 5px 10px;
  font-size: 1.11rem;
}
.content-menu-items .content-menu-items {
  width: auto;
  padding-left: 10px;
}
.content-menu a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #DCDAB3;
}
.content-banner {
  text-align: center;
}
.content-banner img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}
.ecard-page .content-banner,
.staff-page .content-banner {
  display: none;
}
.menu-link-text a:link,
.menu-link-text a:visited,
.menu-link-text a:focus,
.menu-link-text a:active {
  color: #C9C3A1;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 1.111em;
  font-weight: normal;
  letter-spacing: 0.8px;
}
.menu-link-text a:hover {
  color: #f5d6aa;
  text-decoration: none;
}
.copyright p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}
.header-wrap .content {
  clear: both;
  padding: 40px 0 10px 10px;
  text-align: right;
  color: #2a2c64;
  font-family: arial;
  font-size: 1em;
}
.my-sch .section {
  color: #696969;
  font-size: 1.11rem;
  font-family: Arial, sans-serif;
  line-height: 20px;
  text-align: center;
}
body {
  background: #616161;
  color: #005696;
  background-image: url(/docs/fba7da61.png);
  background-repeat: repeat;
  background-position: right top;
}
.printable body {
  color: #000;
  background: #fff;
}
table {
  font-size: 1em;
}
div {
  max-width: 100%;
}
.pagetitle {
  margin: 0;
  padding: 0;
  line-height: 100%;
  color: #005696;
  font-family: Gill Sans;
  font-size: 30px;
  font-weight: normal;
  line-height: 110%;
}
.feature14 {
  color: #55517b;
  font-family: Gill Sans;
  font-size: 22px;
  font-weight: normal;
  line-height: 110%;
}
.pageContent {
  color: #000;
  font-size: 1.111rem;
  line-height: 20px;
}
.mobile-tab-content,
.mobile-tab-content-wrap,
.mobile-only,
.mobile-search-box {
  display: none;
}
.mobile-search-box {
  text-align: center;
  background: #303030;
  padding: 5px 0;
  color: #000;
}
.header {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #000;
}
.header .logo .mobile {
  display: none;
}
.header .logo img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.header .logo,
.header .box {
  display: table-cell;
  vertical-align: top;
}
.header-inner-wrap {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
}
.header:before {
  position: absolute;
  width: 4000%;
  height: 100%;
  top: 0;
  right: 100%;
  content: "";
}
.header img {
  max-width: 100%;
  height: auto;
}
.header-wrap {
  padding: 10px;
  background: #ffffff;
}
.header-wrap input,
.header-wrap button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
}
.header-wrap .content {
  clear: both;
  padding: 40px 0 10px 10px;
  text-align: right;
}
.header-wrap .content b {
  font-weight: normal;
  color: #005696;
}
.header .search-fields {
  padding: 4px;
  margin-top: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  float: right;
  font-size: 12px;
}
.header .search-fields .search-submit {
  text-indent: -5000px;
  width: 25px;
  height: 25px;
  background: url(/images/icon_search.png) no-repeat center center;
}
.header .search-fields .search-text {
  margin-left: 8px;
}
.main-navigation {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-navigation li.submenu-top-item {
  border-left: 1px solid #bde3ec;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.main-navigation li.submenu-top-item-first {
  border-left: none;
}
.main-navigation .mobile-nav {
  display: none;
}
.main-navigation-wrap {
  background: #005696;
  padding: 10px 0;
}
.menu-link-text img {
  max-height: 1em;
  width: auto;
}
.menu-link-text a:link,
.menu-link-text a:visited,
.menu-link-text a:hover,
.menu-link-text a:focus,
.menu-link-text a:active {
  color: #fff;
  text-decoration: none;
  font-family: Gill Sans;
  font-size: 1.111em;
}
.menu-link-text a:hover,
.menu-link-text a:focus,
.menu-link-text a:active {
  color: #f5d6aa;
}
.sub-navigation-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  background: #005696;
  padding: 5px 0;
  width: 200px;
  border-radius: 8px;
  border: 3px solid #005696;
}
.sub-navigation-menu li {
  text-align: left;
}
.sub-navigation-menu li,
.sub-navigation-menu a {
  display: block;
}
.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;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 1em;
  font-family: Arial, sans-serif;
}
.sub-navigation-menu a:hover,
.sub-navigation-menu a:focus,
.sub-navigation-menu a:active {
  color: #fff;
  background-color: #616161;
}
.sub-navigation-menu .sub-navigation-menu {
  position: static;
  display: block;
  min-height: 100%;
  border: none;
  padding-left: 20px;
  width: auto;
}
.sub-navigation-menu .sub-navigation-menu a:link,
.sub-navigation-menu .sub-navigation-menu a:visited,
.sub-navigation-menu .sub-navigation-menu a:hover,
.sub-navigation-menu .sub-navigation-menu a:focus,
.sub-navigation-menu .sub-navigation-menu a:active {
  color: #fff;
}
.sub-navigation-menu .sub-navigation-menu a:hover,
.sub-navigation-menu .sub-navigation-menu a:focus,
.sub-navigation-menu .sub-navigation-menu a:active {
  color: #fff;
}
.mobile-navigation-bar {
  display: none;
  background: #005696;
  overflow: hidden;
  padding: 10px;
}
.mobile-navigation-bar img {
  cursor: pointer;
}
.mobile-navigation-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-navigation-bar .menu {
  float: left;
}
.mobile-navigation-bar .search {
  float: right;
}
.masthead-wrap {
  padding: 0 0 40px 0;
  background-color: white;
}
.masthead {
  background: #303030;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.masthead img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.masthead .shim {
  display: none;
}
.masthead .shim img {
  max-width: 100%;
  height: auto;
}
.masthead .inner-wrap {
  position: relative;
}
.masthead .buttons {
  display: none !important;
  width: 260px;
  background: #303030;
}
.masthead .buttons .inner-wrap {
  margin-top: 12px;
}
.masthead .buttons .links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.masthead .buttons .links li {
  display: block;
  padding: 4px 0;
}
.masthead .buttons .links li img {
  vertical-align: bottom;
  width: 100%;
}
.masthead .buttons .links li a,
.masthead .buttons .links li a:link,
.masthead .buttons .links li a:visited,
.masthead .buttons .links li a:hover,
.masthead .buttons .links li a:active,
.masthead .buttons .links li a:focus {
  display: block;
  color: #fff;
  text-decoration: none;
}
.masthead .buttons .links li.no-image a,
.masthead .buttons .links li.no-image a:link,
.masthead .buttons .links li.no-image a:visited,
.masthead .buttons .links li.no-image a:hover,
.masthead .buttons .links li.no-image a:active,
.masthead .buttons .links li.no-image a:focus {
  padding: 10px;
  background: #005696;
}
.masthead .buttons .links li.no-image a:hover,
.masthead .buttons .links li.no-image a:active,
.masthead .buttons .links li.no-image a:focus {
  background: #005696;
}
.masthead .buttons .nav-arrow {
  text-align: center;
}
.masthead .buttons .nav-arrow span {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.masthead .buttons .nav-up span {
  bottom: -12px;
  margin-top: -12px;
}
.masthead .buttons .nav-down span {
  top: -12px;
  margin-bottom: -12px;
}
.masthead .slides .images {
  list-style: none;
  margin: 0;
  padding: 0;
}
.masthead .slides .images .li {
  display: none;
}
.masthead .slides .images .li-0 {
  display: flex;
  justify-content: center;
}
.masthead .slides img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.masthead .buttons,
.masthead .slides {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.showing-slideshow .masthead .shim {
  visibility: hidden;
  display: block;
}
.showing-slideshow .masthead .slides .images .li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.tab-navigation-wrap {
  background: #fff;
  padding: 0 20px;
}
.mobile-tab-content-wrap {
  display: none;
}
.mobile-tab-content {
  margin: 20px 0;
}
.tab-navigation {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tab-navigation .tabs > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-navigation .tabs > ul > li {
  flex: 1;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
}
.tab-navigation .tabs > ul > li:first-child {
  margin-left: 0;
}
.tab-navigation .tabs > ul a.tab-link:link,
.tab-navigation .tabs > ul a.tab-link:visited,
.tab-navigation .tabs > ul a.tab-link:hover,
.tab-navigation .tabs > ul a.tab-link:focus,
.tab-navigation .tabs > ul a.tab-link:active {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 20px;
  height: 35px;
  line-height: 200%;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #005696;
}
.tab-navigation .tabs > ul a.tab-link:hover,
.tab-navigation .tabs > ul a.tab-link:focus,
.tab-navigation .tabs > ul a.tab-link:active,
.tab-navigation .tabs > ul a.tab-link.active {
  background: #616161;
}
.tab-navigation .tab-content {
  background: #fff;
  border: 0px solid #cbbec5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
.pageContent a:link {
  color: #4c4c4c;
}
.pageContent a:visited {
  color: #4c4c4c;
}
.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
  color: #2a2b64;
}
.pageContent {
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.pageContent img.nosize {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.pageContent img:not([width]):not([height]) {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageContent iframe,
.pageContent object,
.pageContent embed {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-menu {
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.content-menu h2 {
  color: #fff;
  line-height: 100%;
  margin: 0 10px 20px 10px;
  padding: 0;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: normal;
}
.content-menu li,
.content-menu a {
  display: block;
}
.content-menu li {
  margin-bottom: 5px;
}
.content-menu a:link,
.content-menu a:visited,
.content-menu a:hover,
.content-menu a:focus,
.content-menu a:active {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.content-menu a:hover,
.content-menu a:focus,
.content-menu a:active {
  color: #fff;
  background-color: #616161;
}
.content-page .main {
  padding-bottom: 8px;
  background: url(/docs/bdy-bk-img.png) repeat-x bottom right;
  background-color: #f1f1f1;
}
.content-page .content-wrap {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  margin-top: 8px;
}
.content-page .pageContent {
  padding: 20px;
}
.content-page .has-content-menu .content-menu,
.content-page .has-content-menu .content-menu-2,
.content-page .has-content-menu .pageContent,
.content-page .has-content-menu-2 .content-menu,
.content-page .has-content-menu-2 .content-menu-2,
.content-page .has-content-menu-2 .pageContent {
  display: table-cell;
  vertical-align: top;
}
.content-page .has-content-menu .content-menu,
.content-page .has-content-menu-2 .content-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18%;
  padding: 10px;
  background: #005696;
}
.content-page .has-content-menu .content-menu-2,
.content-page .has-content-menu-2 .content-menu-2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 340px;
  max-width: 100%;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
.toolbar {
  overflow: hidden;
  margin-bottom: 10px;
  display: none;
}
.toolbar .toolbox {
  float: right;
  display: none;
}
.toolbar .breadcrumb {
  float: left;
  font-size: 11px;
}
.toolbar .breadcrumb a:link,
.toolbar .breadcrumb a:visited,
.toolbar .breadcrumb a:hover,
.toolbar .breadcrumb a:focus,
.toolbar .breadcrumb a:active {
  text-decoration: none;
  font-size: 11px;
  color: #262626;
}
.toolbar .breadcrumb a:hover,
.toolbar .breadcrumb a:focus,
.toolbar .breadcrumb a:active {
  text-decoration: underline;
}
.toolbar .breadcrumb a.link-last:link,
.toolbar .breadcrumb a.link-last:visited,
.toolbar .breadcrumb a.link-last:hover,
.toolbar .breadcrumb a.link-last:focus,
.toolbar .breadcrumb a.link-last:active {
  color: #4e1400;
  font-weight: bold;
}
.text-size-1 .pageContent {
  font-size: 0.70em;
  line-height: 1.4;
}
.text-size-2 .pageContent {
  font-size: 0.80em;
  line-height: 1.4;
}
.text-size-3 .pageContent {
  font-size: 0.90em;
  line-height: 1.4;
}
.pageContent,
.text-size-4 .pageContent {
  line-height: 1.4;
  font-family: Arial, sans-serif;
  color: #444446;
  letter-spacing: 0.5px;
}
.text-size-5 .pageContent {
  font-size: 1.10em;
  line-height: 1.4;
}
.text-size-6 .pageContent {
  font-size: 1.20em;
  line-height: 1.4;
}
.text-size-7 .pageContent {
  font-size: 1.30em;
  line-height: 1.4;
}
.text-size-8 .pageContent {
  font-size: 1.40em;
  line-height: 1.4;
}
.text-size-9 .pageContent {
  font-size: 1.50em;
  line-height: 1.4;
}
.text-size-10 .pageContent {
  font-size: 1.60em;
  line-height: 1.4;
}
.text-size-11 .pageContent {
  font-size: 1.70em;
  line-height: 1.4;
}
.text-size-12 .pageContent {
  font-size: 1.80em;
  line-height: 1.4;
}
.text-size-13 .pageContent {
  font-size: 1.90em;
  line-height: 1.4;
}
.text-size-14 .pageContent {
  font-size: 2.00em;
  line-height: 1.4;
}
.text-size-15 .pageContent {
  font-size: 2.10em;
  line-height: 1.4;
}
.text-size-16 .pageContent {
  font-size: 2.20em;
  line-height: 1.4;
}
.content-banner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.content-banner img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.my-sch {
  overflow: hidden;
  position: relative;
}
.my-sch img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.my-sch .provider-box {
  margin-bottom: 20px;
}
.my-sch .section {
  float: left;
  position: relative;
  z-index: 2;
  width: 33.3%;
  vertical-align: top;
  color: #696969;
  font-size: 1.11rem;
  font-family: Arial, sans-serif;
  line-height: 20px;
}
.my-sch .section .box {
  padding-left: 20px;
  padding-bottom: 40px;
}
.my-sch .section .image {
  position: absolute;
  bottom: -83%;
}
.my-sch .section .image img {
  border-radius: 4px;
  border: 1px solid #640B08;
}
.my-sch .section:first-child .box {
  padding-left: 0;
}
.my-sch .pt-box .image {
  bottom: -150%;
}
.my-sch .staff-box .image {
  bottom: -132.5%;
}
.my-sch .doctor-box {
  padding-left: 0;
}
.my-sch .border-underlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.my-sch .border-underlay .border {
  position: absolute;
  left: 33%;
  width: 35%;
  height: 100%;
}
.my-sch .border-underlay .border .left,
.my-sch .border-underlay .border .right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.my-sch .border-underlay .border .left {
  background: url(/images/border_section.png) no-repeat left top;
  opacity: 0.2;
}
.my-sch .border-underlay .border .right {
  background: url(/images/border_section.png) no-repeat right top;
  opacity: 0.4;
}
.my-sch h2.feature14 {
  color: #005696;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 110%;
  text-align: center;
}
.js .my-sch select[name=doc_id],
.js .my-sch select[name=speciality] {
  width: 95%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.js .my-sch .provider-select .search-submit,
.js .my-sch .specialty-search .search-submit {
  display: none;
}
.content-area-1 {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
}
.pt-box .content-area-1 {
  left: 5%;
  right: 5%;
  width: 90%;
}
.my-sch {
  display: -webkit-flex;
  display: flex;
}
.my-sch > .section {
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 850px) {
  .my-sch {
    display: block;
    padding: 0;
  }
  .my-sch .section {
    float: none;
    width: auto;
  }
  .my-sch .section .box {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .my-sch .section .image {
    position: static;
    width: auto;
  }
  .content-area-1 {
    position: static;
    margin-bottom: 20px;
  }
  .pt-box .content-area-1 {
    position: static;
    width: 100%;
    left: 0;
    right: 0;
  }
}
.footer-wrapper {
  background: #005696;
  padding: 0 20px;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.35);
  box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.35);
}
.footer-content-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: table;
}
.footer {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer h2 {
  max-width: 100%;
  text-align: center;
  font-size: 1.8em;
  line-height: 100%;
  margin: 20px 0 10px 0;
  padding: 0;
  clear: right;
  color: #fff;
  font-weight: normal;
  font-family: Gill Sans;
}
.footer img {
  max-width: 100%;
  height: auto;
}
.footer .content {
  float: left;
  overflow: hidden;
  text-align: right;
  margin: 15px 0;
  padding: 0 20px 0 20px;
}
.footer .content .content-image,
.footer .content .content-area {
  display: table-cell;
  vertical-align: top;
}
.footer .content .content-image {
  padding-right: 40px;
}
.footer .content .fasthealth-logo {
  float: right;
  margin: 20px 0 20px 20px;
}
.footer .content li {
  display: block;
  text-align: right;
  margin-left: 8px;
}
.footer .logo {
  float: right;
  margin: 45px 0 0 0;
}
.footer .links {
  clear: both;
  text-align: right;
  margin-bottom: 15px;
}
.footer .links li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-left: 1px solid #c9c3a1;
  margin-left: 8px;
  padding-left: 8px;
}
.footer .links li:first-child {
  border-left: none;
}
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #fff;
  text-decoration: none;
  font-size: 0.875em;
  font-family: Arial, sans-serif;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
  text-decoration: none;
  color: #616161;
  font-size: 14px;
}
.footer-box {
  background: #5b1201;
}
.copyright-wrapper {
  padding: 20px;
  background-color: #616161;
}
.copyright {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}
.copyright p {
  text-align: center;
  margin-top: 0;
}
.copyright .links {
  margin-top: 15px;
  display: block;
  text-align: center;
}
.copyright .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.copyright .links li {
  display: inline;
  margin: 0 10px;
}
.copyright .links a:hover img,
.copyright .links a:focus img {
  opacity: 0.7;
}
.speciality-list {
  font-size: 14px;
}
.speciality-list a {
  font-weight: 100;
}
.formlabel {
  font: bold 14px Arial, sans-serif;
}
.activedate {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #E8E6FA;
}
.dateevent {
  font-family: Arial, sans-serif;
  font-size: 10px;
}
.inactivedate {
  background: #D3D3D3;
  width: 14%;
}
.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;
}
.myform {
  font: bold 12px Arial, sans-serif;
  background: #E6E6FA;
}
.jobform {
  background: #E6E6FA;
}
.today {
  font: bold 13px Arial, sans-serif;
  background: #3399FF;
}
.month {
  color: #FFFFFF;
  font: bold 20px Arial, sans-serif;
  background: #000000;
}
.day {
  color: #FFFFE0;
  font: bold 12px Arial, sans-serif;
  background: #483D8B;
}
.F {
  font: bold 12px Arial, sans-serif;
  background: #FFB6C1;
}
.M {
  font: bold 12px Arial, sans-serif;
  background: #93D2FB;
}
#email-page label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  color: #4e1400;
}
#email-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#email-page li {
  margin-top: 10px;
}
#email-page input[type=image],
#email-page button[type=submit] {
  margin-top: 20px;
}
label[for="baby-date"] {
  margin-left: 20px;
}
.nursery-lists {
  width: 100%;
  box-sizing: border-box;
}
.nursery-lists tr td {
  vertical-align: top;
}
.pageContent .baby-view-box img.baby-picture {
  max-width: 180px;
  height: auto;
}
.baby-view-box {
  background-repeat: repeat;
  background-position: top left;
}
.baby-view-list {
  background-color: #FFF;
  padding-top: 20px;
  font-size: 13px;
}
h1.baby-title {
  font-size: 22px;
  line-height: 1.3;
}
p.baby-instructions {
  margin-top: 10px;
  margin-bottom: 10px;
}
h3.baby-message-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
table.baby-search-table label.feature14 {
  font-size: 14px;
}
table.baby-search-table div.baby-list-month {
  font-size: 16px;
}
table.nursery-lists ul.baby-name-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
ul.baby-name-list a {
  font-size: 11px;
  padding-right: 10px;
}
.baby-view-list {
  background-color: transparent;
  height: 100%;
  list-style-type: none;
  margin: 0 auto;
  width: 300px;
}
ul.baby-view-list li {
  height: 20px;
  margin: 3px 0px;
  line-height: 20px;
}
.baby-view-box {
  height: 617px;
  width: 670px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top left;
}
.baby-view-male {
  background-image: url(/images/background_boy.gif);
}
.baby-view-female {
  background-image: url(/images/background_girl.gif);
}
.baby-picture {
  max-width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border: 2px solid #44332C;
}
.activedate {
  background-color: #f1f1f1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  border: 1px solid #DED4B6;
  border: 1px solid #fff;
}
.inactivedate {
  background-color: #ccc;
  border: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 0px solid #DED4B6;
  border: 1px solid #fff;
}
.today {
  background-color: #fff;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px solid #2a2b64;
  color: #000;
}
.month {
  background-color: #005696;
  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 #22557d;
  border-top: 0px solid #3878a9;
  text-shadow: 1px 2px 4px #2a2b64, 0 0 0 #000, 1px 2px 4px #2a2b64, 0 1px 0 #FFF;
  height: 40px;
}
.day {
  background-color: #005696;
  color: #2a2b64;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 0px solid #0277B6;
  border: 1px solid #fff;
  height: 20px;
}
.calendar_table {
  border: none;
}
.ie8 .toolbox {
  white-space: nowrap;
}
@media only screen and (max-width: 1520px) {
  .header,
  .main-navigation,
  .content-page .content-wrap,
  .masthead,
  .footer {
    width: auto;
    max-width: 100%;
    display: block;
  }
  .footer {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .header:before {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .header-wrap .content {
    font-size: 0.8em;
  }
  .masthead-wrap {
    text-align: center;
  }
  .masthead {
    background: #fff;
  }
  .masthead .buttons {
    display: none;
  }
  .masthead .slides {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: none;
  }
  .tab-navigation .tabs ul {
    display: block;
  }
  .tab-navigation .tabs ul li {
    font-size: 0.8em;
  }
  .tab-navigation .tabs ul a.tab-link:link,
  .tab-navigation .tabs ul a.tab-link:visited,
  .tab-navigation .tabs ul a.tab-link:hover,
  .tab-navigation .tabs ul a.tab-link:focus,
  .tab-navigation .tabs ul a.tab-link:active {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 830px) {
  .header-wrap .content {
    font-size: 0.7em;
  }
  .footer .content img {
    max-width: 140px;
    font-size: 0.8em;
  }
  .footer .logo {
    margin-top: 15px;
    max-width: 200px;
  }
  .toolbar .breadcrumb {
    font-size: 10px;
  }
  .toolbar .breadcrumb a:link,
  .toolbar .breadcrumb a:visited,
  .toolbar .breadcrumb a:hover,
  .toolbar .breadcrumb a:focus,
  .toolbar .breadcrumb a:active {
    font-size: 10px;
  }
}
.sub-navigation-menu[data-main-menu-id="2533"] {
  width: auto;
  white-space: nowrap;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media only screen and (min-width: 769px) {
  .sub-navigation-menu[data-main-menu-id="2533"] {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media only screen and (min-width: 1300px) {
  .sub-navigation-menu[data-main-menu-id="2533"] {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}
@media only screen and (max-width: 768px) {
  .showing-mobile-menu .mobile-close {
    display: inline;
  }
  .mobile-only {
    display: block;
  }
  .main-navigation-wrap {
    display: none;
    background: #049b9b;
    padding: 0;
    border: 0px solid #561101;
  }
  .header-wrap {
    background: #fff;
    padding: 10px;
    background: #FFF;
    background: -moz-linear-gradient(top,#ffffff 0%,#ededed 4%,#ffffff 42%,#ffffff 99%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFF),color-stop(4%,#ededed),color-stop(42%,#FFF),color-stop(99%,#FFF));
    background: -webkit-linear-gradient(top,#FFF 0%,#ededed 4%,#FFF 42%,#FFF 99%);
    background: -o-linear-gradient(top,#ffffff 0%,#ededed 4%,#ffffff 42%,#ffffff 99%);
    background: -ms-linear-gradient(top,#ffffff 0%,#ededed 4%,#ffffff 42%,#ffffff 99%);
    background: linear-gradient(to bottom,#FFF 0%,#ededed 4%,#FFF 42%,#FFF 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
  }
  .header {
    padding: 20px 0;
  }
  .header .box {
    display: none;
  }
  .header .logo {
    float: none;
    text-align: center;
  }
  .header .logo .mobile {
    display: inline;
  }
  .header .logo .non-mobile {
    display: none;
  }
  .mobile-navigation-bar {
    display: block;
  }
  .content-page .has-content-menu .content-menu,
  .content-page .has-content-menu .content-menu-2,
  .content-page .has-content-menu-2 .content-menu,
  .content-page .has-content-menu-2 .content-menu-2 {
    display: none;
  }
  .content-page .has-content-menu .pageContent,
  .content-page .has-content-menu-2 .pageContent {
    display: block;
  }
  .showing-mobile-menu .overlay-wrapper {
    z-index: 1500;
  }
  .showing-mobile-menu .main-navigation-wrap {
    background: none;
  }
  .showing-mobile-menu .mobile-menu-wrapper {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/black50alpha.png);
  }
  .showing-mobile-menu .main-navigation-wrap {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #005696;
  }
  .showing-mobile-menu .main-navigation li.submenu-top-item {
    display: block;
    border: 0;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(/images/double_right_arrow.png) no-repeat 10px 0;
  }
  .showing-mobile-menu .main-navigation li.submenu-top-item.open {
    background-image: url(/images/double_down_arrow.png);
  }
  .showing-mobile-menu .main-navigation .mobile-nav {
    display: block;
  }
  .showing-mobile-menu .navigation-menu {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .showing-mobile-menu .mobile-nav {
    background: none;
  }
  .showing-mobile-menu .mobile-nav li.submenu-top-item,
  .showing-mobile-menu .mobile-nav li.submenu-top-item.open {
    padding-left: 10px;
  }
  .showing-mobile-menu li.submenu-top-item.img {
    display: none;
  }
  .showing-mobile-menu .sub-navigation-menu {
    background: none;
    position: static;
    height: auto;
    width: auto;
  }
  .showing-mobile-menu .sub-navigation-menu a:link,
  .showing-mobile-menu .sub-navigation-menu a:visited,
  .showing-mobile-menu .sub-navigation-menu a:hover,
  .showing-mobile-menu .sub-navigation-menu a:focus,
  .showing-mobile-menu .sub-navigation-menu a:active {
    color: #fff;
    text-decoration: none;
  }
  .footer .content {
    float: none;
  }
  .footer .content .content-image,
  .footer .content .content-area {
    display: block;
    width: auto;
    text-align: center;
  }
  .footer ul {
    padding: 0;
    margin: 0;
  }
  .footer h2 {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .header-inner-wrap,
  .header .logo {
    display: block;
  }
  .header-wrap .content {
    text-align: center;
    font-size: 1em;
  }
  .header-fax-line {
    display: block;
    text-align: center;
  }
  .header-fax-line .sep {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .masthead {
    background: none;
  }
  .toolbar .breadcrumb {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .footer h2 {
    width: auto;
  }
  .footer .content img {
    max-width: 100px;
  }
  .footer .content .content-image {
    padding-right: 0;
  }
}
@media only screen and (max-width: 650px) {
  .masthead-wrap {
    border-bottom: 0;
  }
  .my-sch .border-underlay {
    display: none;
  }
  .mobile-tab-content-wrap {
    display: block;
  }
  .tab-navigation .tab-content {
    display: none;
  }
  .tab-navigation .tabs ul li {
    display: block;
    margin: 0;
    font-size: 1em;
    margin-bottom: 10px;
  }
  .tab-navigation .tabs ul li a.tab-link:link,
  .tab-navigation .tabs ul li a.tab-link:visited,
  .tab-navigation .tabs ul li a.tab-link:hover,
  .tab-navigation .tabs ul li a.tab-link:focus,
  .tab-navigation .tabs ul li a.tab-link:active {
    min-height: 35px;
    height: auto;
  }
  .footer-wrapper {
    padding: 0;
  }
  .footer .logo,
  .footer .links {
    display: none;
  }
  .footer .content {
    float: none;
    width: auto;
    margin: 0;
  }
  .footer .content img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .copyright {
    max-width: none;
  }
  .content-page-index .pageContent {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 980px) {
  .board-table,
  .board-table thead,
  .board-table tr,
  .board-table th,
  .board-table td,
  .board-table tbody {
    display: block !important;
    padding: 0 !important;
    width: auto !important;
  }
  .board-table td {
    margin: 20px 0 !important;
  }
  .board-table nobr {
    white-space: normal;
  }
  .board-table a:link,
  .board-table a:visited,
  .board-table a:hover,
  .board-table a:focus,
  .board-table a:active {
    text-decoration: none;
    display: block;
  }
  .board-table a[title]:after {
    content: " - " attr(title);
  }
}
@media only screen and (max-width: 850px) {
  .footer-content-box,
  .footer .content .content-image,
  .footer .content .content-area,
  .footer-content-box .footer-contact {
    display: block;
    padding: 0;
    margin: 20px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  .copyright-text,
  .copyright .links {
    float: none;
    text-align: center;
    margin: 10px;
  }
  .copyright .links li {
    display: block;
    text-align: center;
    margin: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .toolbar {
    display: none;
  }
  .contentimage {
    float: none;
    margin: 10px 0;
    padding: 0;
    max-width: 100%;
  }
  .contentimage img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .footer {
    padding-bottom: 20px;
  }
  .footer .content {
    text-align: left;
  }
  .footer .content-image {
    padding-top: 20px;
  }
  .footer .content-image img {
    max-width: 100%;
    height: auto;
  }
  .footer .content-area {
    padding-bottom: 20px;
  }
  .footer .content-area img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 450px) {
  .header-social a:link,
  .header-social a:visited,
  .header-social a:focus,
  .header-social a:hover,
  .header-social a:active {
    font-size: 8px;
  }
}
@media only screen and (max-width: 319px) {
  .footer-content-box {
    display: block;
    padding: 0;
  }
  .footer .content {
    text-align: left;
  }
  .footer .content .content-image,
  .footer .content .content-area {
    padding: 10px 0;
    float: none;
    display: block;
  }
  .footer .content .content-image img,
  .footer .content .content-area img {
    max-width: 100%;
  }
  .footer .content .content-area h2 {
    text-align: left;
  }
  .footer .content .content-area img {
    float: left;
    clear: both;
  }
  .footer .content .content-image {
    text-align: center;
  }
  .footer .content li {
    text-align: left;
  }
}
@media only screen and (max-width: 560px) {
  .doctor-listing-page tr,
  .doctor-listing-page th,
  .doctor-listing-page td {
    display: block;
  }
  .doctor-listing-page img,
  .doctor-listing-page br {
    display: none;
  }
  .doctor-listing-page .speciality-list {
    font-size: 1.6em;
    padding-bottom: 10px;
  }
  .doctor-listing-page .doctor-bio-link {
    padding-bottom: 10px;
  }
  .doctor-listing-page .doctor-name,
  .doctor-listing-page .doctor-office,
  .doctor-listing-page .doctor-bio-link {
    font-size: 1.4em;
  }
  .doctor-listing-page .doctor {
    font-weight: bold;
    font-size: 1.1em;
  }
  .doctor-listing-page td:nth-child(5) {
    padding-bottom: 10px;
  }
}
.calendar_table td {
  width: 14.28%;
}
.view-event-table,
.view-event-details-table {
  max-width: 100%;
}
@media only screen and (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 only screen and (max-width: 540px) {
  .view-event-table {
    width: 100%;
    table-layout: fixed;
  }
}
@media only screen and (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;
  }
}
