.ecard-btn-1 {
  background-color: #BAD5EF;
  background-color: rgba(251,219,108,0.8);
  border-radius: 5px;
  margin: 5px;
  width: 300px;
  color: #004ae1;
  text-align: center;
  display: inline-block;
}
.ecard-btn-link-1 {
  position: relative;
  display: block;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  color: #fff;
  padding-right: 40px;
  padding-left: 40px;
  text-align: left;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
}
.pageContent h1.pagetitle {
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  color: #0053a0;
}
div {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-page .fh-content-page-only,
.content-page .fh-home-page-only {
  display: none !important;
}
img.nosize {
  max-width: 100%;
  height: auto;
}
iframe,
embed,
object {
  max-width: 100%;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
@media (max-width: 319px) {
  body {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid white;
  left: -5px;
  background: white;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80,80,80,0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: white;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  background: none;
}
[data-accordion-items] > .feature14.heading {
  position: relative;
  color: #fff;
  background-color: #243a45;
  cursor: pointer;
  padding: 1rem;
  margin-bottom: 0;
  transition: color 0.2s, background-color 0.2s;
}
[data-accordion-items]:not(.accordion-items) > .feature14.heading:first-child,
[data-accordion-items] > .feature14.heading.active,
[data-accordion-items] > .feature14.heading:hover,
[data-accordion-items] > .feature14.heading:focus {
  background-color: #173c70;
}
[data-accordion-items] > .feature14.heading:after {
  position: absolute;
  right: 1rem;
  font-size: 2rem;
  color: #fff;
  content: "+";
}
[data-accordion-items] > .feature14.heading:nth-child(n+2) {
  margin-top: 0.5rem;
}
[data-accordion-items] > .feature14.heading.active:after {
  content: '–';
  background-color: inherit;
  color: inherit;
}
[data-accordion-items] > .accordion-contents {
  padding: 1rem;
  background-color: #ececec;
}
.header-links-container {
  text-align: center;
}
.tabs .top-left-menu a,
.tabs .top-left-menu a:link,
.tabs .top-left-menu a:visited,
.tabs .top-left-menu a:hover,
.tabs .top-left-menu a:focus,
.tabs .top-left-menu a:active {
  text-decoration: none;
  color: white;
  padding-right: 10px;
  font-size: 15px;
  margin-right: 15px;
  padding-top: 0;
  display: block;
  margin-top: -40px;
}
.header-logo {
  max-width: 30%;
}
.content-page .content-header-wrapper {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
.content-page .content-header-wrapper:before,
.content-page .content-header-wrapper:after {
  content: " ";
  display: table;
}
.content-page .content-header-wrapper:after {
  clear: both;
}
.content-page .content-header-wrapper {
  *zoom: 1;
}
.content-logo {
  float: left;
}
.content-address {
  float: right;
}
.content-search,
.content-icons {
  padding-top: 10px;
  padding-right: 40px;
  text-align: right;
}
.header-logo-wrapper {
  overflow: hidden;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background: #1b3664;
  z-index: 55;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 0px solid rgba(225,202,142,0.6);
  background: -moz-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,#ffffff 0%,rgba(255,255,255,0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 )";
}
.header-logo img {
  max-width: 100%;
  height: auto;
  margin-top: 95px;
  background: -moz-radial-gradient(center,ellipse cover,rgba(255,255,255,0.62) 0%,rgba(255,255,255,0) 68%);
  background: -webkit-radial-gradient(center,ellipse cover,rgba(255,255,255,0.62) 0%,rgba(255,255,255,0) 68%);
  background: radial-gradient(ellipse at center,rgba(255,255,255,0.62) 0%,rgba(255,255,255,0) 68%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#9effffff', endColorstr='#00ffffff',GradientType=1 )";
}
.header-icons {
  float: right;
  margin-top: -200px;
  position: fixed;
  right: 10px;
  z-index: 9999;
}
.header {
  text-align: right;
  color: white;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 14px;
}
.content-page .wrapper {
  display: none;
}
table.special-table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-size: 1.375rem;
}
table.special-table td {
  padding: 0 14px 10px;
}
.header-container {
  text-align: center;
  margin: 20px;
}
@media (max-width: 1100px) {
  .header-icons {
    display: none;
  }
}
@media (max-width: 1080px) {
  .content-page .content-header-wrapper,
  .header-logo {
    display: none;
  }
}
@media (min-width: 1081px) {
  .header-links-container {
    margin: auto;
  }
  .header-container {
    text-align: left;
    margin: 0 auto 0 0;
  }
  .header-container {
    -moz-box-flex: 0 0 200px;
    -webkit-box-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    flex: 0 0 200px;
  }
  .tabs {
    width: auto;
  }
  .home-page .tabs {
    width: auto;
  }
}
.fa-facebook-official {
  font-size: 2em;
}
i.fa.fa-twitter-square {
  font-size: 2em;
}
i.fa.fa-instagram {
  font-size: 2em;
}
button.search-submit {
  background-color: transparent;
  border: none;
  color: #004ae1;
}
input.search-text {
  background-color: white;
  border: none;
  border-radius: 0px;
  padding: 1px;
}
div.contact-bar-wrappings {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.contact-bar-wrappings p .fa {
  font-size: 16px;
  padding-right: 10px;
}
.contact-bar-wrappings,
.contact-bar-wrappings:before,
.contact-bar-wrappings:after,
.contact-bar-wrappings *,
.contact-bar-wrappings *:before,
.contact-bar-wrappings *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.contact-bar-wrappings {
  background: white;
  color: #5d6144;
}
.contact-bar-wrappings:before,
.contact-bar-wrappings:after {
  content: " ";
  display: table;
}
.contact-bar-wrappings:after {
  clear: both;
}
.contact-bar-wrappings {
  *zoom: 1;
}
.contact-bar-wrapper {
  padding: 8px 0;
}
.contact-bar-wrapper:before,
.contact-bar-wrapper:after {
  display: block;
  content: "";
  clear: both;
}
.contact-bar-content {
  font-size: 1.2rem;
}
.contact-bar-search {
  float: right;
}
.contact-bar-wrappings p {
  padding: 2px;
  margin: 2px;
}
.contact-bar-wrappings a:link,
.contact-bar-wrappings a:visited,
.contact-bar-wrappings a:hover,
.contact-bar-wrappings a:focus,
.contact-bar-wrappings a:active {
  color: #243a44;
  text-decoration: none;
}
.contact-bar-wrappings a:hover,
.contact-bar-wrappings a:focus,
.contact-bar-wrappings a:active {
  color: #5d6144;
  text-decoration: underline;
}
.search-fields {
  display: inline-block;
  border: 1px solid #243a44;
}
@media (min-width: 1081px) {
  .contact-bar-wrapper {
    margin-left: auto;
  }
  .home-page .contact-bar-wrappings {
    width: auto;
  }
  .contact-bar-wrappings {
    width: auto;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-bar-wrappings {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .contact-bar-wrappings {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .contact-bar-wrapper {
    width: auto;
    max-width: none;
    text-align: right;
    padding: 1em;
  }
  .contact-bar-search,
  .contact-bar-content {
    float: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 1080px) {
  .contact-bar-content {
    float: none;
    text-align: center;
    font-size: 1.3rem;
  }
  .contact-bar-search {
    display: none;
  }
}
.contact-bar-wrappings .fh-the-header-links-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-bar-wrappings .fh-the-header-links-listing > li {
  display: inline-block;
  vertical-align: top;
}
.contact-bar-wrappings .fh-the-header-links-listing a,
.contact-bar-wrappings .fh-the-header-links-listing a:link,
.contact-bar-wrappings .fh-the-header-links-listing a:visited,
.contact-bar-wrappings .fh-the-header-links-listing a:hover,
.contact-bar-wrappings .fh-the-header-links-listing a:focus,
.contact-bar-wrappings .fh-the-header-links-listing a:active {
  text-decoration: none;
  color: white;
  font-size: 1.4rem;
  background-color: #5d6144;
  padding: 0.5em 1em;
  display: block;
  border-radius: 5px;
  text-align: center;
}
.contact-bar-wrappings .fh-the-header-links-listing a:hover,
.contact-bar-wrappings .fh-the-header-links-listing a:focus,
.contact-bar-wrappings .fh-the-header-links-listing a:active {
  color: #024686;
  background-color: #aad3ef;
}
.the-main-site-slideshow-wrappings,
.the-main-site-slideshow-wrappings:before,
.the-main-site-slideshow-wrappings:after,
.the-main-site-slideshow-wrappings *,
.the-main-site-slideshow-wrappings *:before,
.the-main-site-slideshow-wrappings *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.the-main-site-slideshow-wrappings .slick-dots {
  bottom: 20px;
  z-index: 9998;
  text-align: right;
}
.the-main-site-slideshow-wrappings .slick-dots li button:before {
  font-size: 22px;
}
.the-main-site-slideshow-wrappings .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #5d6144;
}
.the-main-site-slideshow-wrappings,
.the-main-site-slideshow-wrappings div {
  max-width: none;
}
.the-main-site-slideshow-wrappings,
.the-main-site-slideshow-wrapper {
  overflow: hidden;
  position: relative;
}
.the-main-slideshow-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.the-main-slideshow-items img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.Services {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.Services {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Services {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.services-text-img {
  background-size: contain;
}
.home-page-content-wrappings img {
  max-width: 100%;
  height: auto;
}
.award-img-lung {
  display: block;
  margin-left: 15%;
}
.col-1  h2.feature14.heading {
  font-weight: normal;
  font-size: 20px;
}
.text-section {
  vertical-align: top;
  padding: 15px;
  border: 0px solid #158e90;
  border-radius: 30px;
  color: white;
  width: 310px;
  background-color: #e1ca8e;
  float: right;
  margin-top: 60px;
  margin-right: -310px;
}
.middle-bk-2.multiblock-section > div {
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 7.5%;
}
.col-1 .lung-bk {
  background-image: url(/docs/bk-img-lung.png);
  background-position: center;
  background-repeat: no-repeat;
}
.col-1 h1 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  color: #004ae1;
}
.provider-table {
  width: 70%;
  table-layout: fixed;
}
.provider-table td {
  padding-right: 20px;
}
.provider-table select {
  max-width: 170px;
}
.col-1 h1.pagetitle,
.middle-bk-2 h1.pagetitle {
  margin-top: 0;
  font-size: 30px;
}
.vol-btn {
  background-color: #a94ebd;
  background-color: rgba(169,78,189,0.8);
  border-radius: 5px;
  padding: 10px;
  margin: 5px;
  width: 23%;
  color: white;
  position: absolute;
  text-align: center;
  margin-top: 160px;
}
.vol-img {
  background-image: url('/docs/vol-img.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 420px;
  height: 272px;
  margin-top: -50px;
}
.ecard-img {
  background-image: url('/docs/ecard-bk.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 420px;
  height: 232px;
  margin-top: -143px;
}
.fast-img {
  background-image: url('/docs/fh-img.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 420px;
  height: 252px;
  margin-top: -146px;
}
.ecard-btn-1 {
  background-color: #e1ca8e;
  background-color: #A97B00;
  border-radius: 30px 30px 30px 30px;
  border-radius: 5px;
  margin: 5px;
  width: 300px;
  color: white;
  text-align: center;
  display: inline-block;
  float: right;
  margin-top: 160px;
}
.ecard-btn-1-link {
  position: relative;
  display: block;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  color: white;
  padding-right: 40px;
  padding-left: 40px;
  text-align: left;
}
.ecard-btn-1-link:after {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 30px;
  bottom: 0;
  content: "\00bb";
  font-size: 26px;
  transition: all 0.2s;
  border-radius: 5px;
  text-align: center;
}
.ecard-btn-1-link:hover:after,
.ecard-btn-1-link:focus:after,
.ecard-btn-1-link:active:after {
  width: 100%;
  background-color: #c597d8;
}
.ecard-btn {
  background-color: #A97B00;
  border-radius: 5px;
  margin: 5px;
  color: #0053a0;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.ecard-btn-link {
  position: relative;
  display: block;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  color: #0053a0;
  padding-right: 40px;
  padding-left: 40px;
  text-align: left;
}
.ecard-btn-link:after {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  bottom: 0;
  content: "\bb";
  font-size: 26px;
  transition: all 0.2s;
  border-radius: 5px;
  text-align: center;
}
.ecard-btn-link:hover:after,
.ecard-btn-link:focus:after,
.ecard-btn-link:active:after {
  width: 100%;
  background-color: #e1ca8e;
}
.provider-wrappings {
  padding-bottom: 20px;
}
.content {
  background-color: #d4e1ea;
  color: #004ae1;
  border-bottom: 2px solid #fbdb6c;
  border-bottom: 2px solid rgba(251,219,108,0.8);
  background-position: left top;
  background-repeat: repeat;
  overflow: hidden;
  position: relative;
}
.home-content-wrappings {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.content p {
  line-height: 10px;
  color: #1b75bc;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
  font-style: italic;
}
.content b {
  font-weight: bold;
  font-size: 60px;
  margin: 40px 0px;
  color: #A97B00;
}
.content i {
  color: #A97B00;
  font-size: 30px;
  text-transform: uppercase;
  margin: 40px 0px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.col-1 {
  position: relative;
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 20px 7.5%;
}
.col-1 p {
  color: #0053a0;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}
.col-2 {
  float: right;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: #bad5ef;
  background-color: rgba(186,213,239,0.8);
}
.col .pagetitle {
  color: #0053a0;
  text-transform: uppercase;
}
.col .feature14 {
  color: #a94ebd;
  color: rgba(169,78,189,0.9);
}
.col i {
  color: #a94ebd;
  color: rgba(169,78,189,0.9);
}
.last {
  clear: left;
}
.row-wrapper img {
  max-width: 100%;
  height: auto;
}
.row-wrapper > div:before,
.row-wrapper > div:after {
  content: " ";
  display: table;
}
.row-wrapper > div:after {
  clear: both;
}
.row-wrapper > div {
  *zoom: 1;
}
.row {
  overflow: hidden;
  border-bottom: 2px solid #fbdb6c;
  border-bottom: 2px solid rgba(251,219,108,0.8);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.middle-bk-2 {
  float: right;
  width: 45%;
  position: relative;
}
.middle-bk-2 p {
  padding-left: 50px;
  padding-right: 100px;
  color: white;
  line-height: 30px;
  text-transform: uppercase;
}
.middle-bk-2 .pagetitle {
  font-size: 24px;
}
.row img {
  vertical-align: bottom;
}
.row img.feature-banner {
  width: 100%;
  height: auto;
}
.row .col {
  border-right: 2px solid #1b3664;
  padding: 25px 0px 0px 10px;
}
.section-1 {
  background-color: #0053a0;
  color: white;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 2px solid #fbdb6c;
  border-bottom: 2px solid rgba(251,219,108,0.8);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/random_images/image.php?name=services");
  text-align: center;
  border-top: 8px solid rgba(169,78,189,0.8);
  display: none;
}
.not-mobile-device .section-1 {
  background-attachment: fixed;
}
.section-1 td {
  text-align: center;
}
.section-1 hr {
  width: 20%;
  float: left;
  clear: both;
}
.section-1 h2 {
  font-size: 22px;
  color: rgba(251,219,108,0.9);
  font-weight: bold;
  font-size: 30px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.section-1 p {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.8px;
  padding-top: 10px;
  color: white;
  font-weight: normal;
}
.section-1 b {
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  margin: 40px 0px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.section-1 i {
  font-size: 18px;
  color: white;
  font-weight: normal;
}
.section-img {
  width: 100%;
  height: auto;
}
.bk-color {
  display: block;
  text-transform: uppercase;
}
.vertical-columns > div:before,
.vertical-columns > div:after {
  content: " ";
  display: table;
}
.vertical-columns > div:after {
  clear: both;
}
.vertical-columns > div {
  *zoom: 1;
}
.row-wrapper {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.col-1,
.middle-bk-2 {
  -moz-box-flex: 1 0 0%;
  -webkit-box-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}
.row {
  background: none;
}
.vertical-columns {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vertical-columns {
  -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;
}
.vertical-columns > div {
  -moz-box-flex: 1 0 0%;
  -webkit-box-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}
@media (max-width: 1100px) {
  .ecard-btn {
    width: auto;
  }
  .col-1 h1 {
    font-size: 1.5em;
  }
  .middle-bk-2 .pagetitle {
    width: auto;
  }
  img[align] {
    float: none !important;
  }
  .vertical-columns,
  .row-wrapper {
    display: block;
  }
  .col-1,
  .middle-bk-2 {
    float: none;
    width: auto;
  }
  .col-1 {
    background-image: none;
    padding-right: 7.5%;
  }
  .middle-bk-2 .pagetitle,
  .middle-bk-2 p {
    padding-left: 0;
    padding-right: 0;
  }
  .row-wrapper.home-content-wrappings {
    margin-left: 0;
    margin-right: 0;
    padding-left: 7.5%;
    padding-right: 7.5%;
    max-width: none;
  }
  .middle-bk-2.multiblock-section > div {
    padding: 20px 7.5%;
  }
}
@media (max-width: 1050px) {
  .provider-images {
    display: none;
  }
  .provider-table {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .provider-table,
  .provider-table thead,
  .provider-table tbody,
  .provider-table tfoot,
  .provider-table tr,
  .provider-table td,
  .provider-table th,
  .provider-table thead {
    display: block !important;
    width: auto;
  }
  .content {
    min-height: none;
  }
  .content b {
    font-size: 1.2em;
  }
  .content p {
    font-size: 1.1em;
  }
  .provider-table {
    width: auto;
    max-width: none;
    margin-top: 0;
  }
  .provider-table td {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .section-1 b {
    font-size: 1.3em;
  }
}
.health-links-wrapper {
  text-align: center;
}
.health-links-wrapper {
  display: inline-table;
  table-layout: fixed;
  border-collapse: collapse;
  max-width: 100%;
}
.health-links-group {
  display: table-row;
}
.health-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.health-links > li {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.health-links a {
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.health-links a,
.health-links a:link,
.health-links a:visited,
.health-links a:active,
.health-links a:hover,
.health-links a:focus {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 1.4em;
  color: #fff;
  border-radius: 10px;
  margin: 5px;
  width: 300px;
  background-color: #a94ebd;
  background-color: rgba(169,78,189,0.5);
  position: relative;
  z-index: 1000;
}
.health-links a:active,
.health-links a:hover,
.health-links a:focus {
  background-color: #a94ebd;
}
.health-links-wrappings {
  padding: 5px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.health-links svg {
  display: none;
}
@media (min-width: 1000px) {
  .health-links svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    text-align: left;
    fill: transparent;
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
    stroke: rgba(0,0,0,0);
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
  }
  .health-links a:active svg,
  .health-links a:hover svg,
  .health-links a:focus svg {
    stroke: #19f6e8;
    stroke-width: 2px;
    stroke-dashoffset: 0;
    stroke-dasharray: 760;
  }
}
@media (max-width: 1000px) {
  .health-links-wrapper,
  .health-links-group,
  .health-links > li {
    display: block;
  }
  .health-links a:link,
  .health-links a:visited,
  .health-links a:active,
  .health-links a:hover,
  .health-links a:focus {
    width: auto;
  }
}
.provider-wrapper {
  position: relative;
  z-index: 1212;
}
.provider-images {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
.random-providers-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.provider-images .random-providers-listing img {
  height: 90%;
  width: auto;
}
.random-providers-listing li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.random-providers-listing li:first-child {
  display: block;
}
.provider-images .shim {
  visibility: hidden;
  display: block;
}
.content-items-events {
  padding-top: 20px;
}
.middle-bk-2 .content-items-events h1 {
  margin-top: 0;
  padding-top: 0;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  color: white;
}
.content-items-events .view-events-heading {
  border-bottom: 1px solid #2bb0b2;
  margin-bottom: 10px;
}
.content-items-events .view-events-heading:before,
.content-items-events .view-events-heading:after {
  content: " ";
  display: table;
}
.content-items-events .view-events-heading:after {
  clear: both;
}
.content-items-events .view-events-heading {
  *zoom: 1;
}
.content-items-events h1 {
  float: left;
}
.content-items-events .view-more-events {
  float: right;
}
.content-items-events .view-events-listing {
  clear: both;
  max-width: 100%;
}
.event-item a {
  display: block;
}
.event-item {
  position: relative;
  width: 100%;
  height: 52px;
  margin-bottom: 30px;
}
.event-date-wrapper,
.event-name {
  height: 52px;
}
.event-date-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.event-date {
  display: block;
  width: 52px;
  height: 52px;
  background-color: #3ea2e6;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  text-align: center;
  position: relative;
  line-height: 52px;
  vertical-align: middle;
  z-index: 2;
}
.event-name {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 26px;
  bottom: 0;
  line-height: 52px;
  vertical-align: middle;
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 0 6px 6px 0;
  -o-transition: background-color 0.4s, padding-left 0.4s;
  -moz-transition: background-color 0.4s, padding-left 0.4s;
  -webkit-transition: background-color 0.4s, padding-left 0.4s;
  transition: background-color 0.4s, padding-left 0.4s;
}
.event-name {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.event-name {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.event-date-month {
  color: white;
  padding-right: 4px;
  text-transform: uppercase;
}
.event-date-day {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.event-name a,
.event-name a:link,
.event-name a:visited,
.event-name a:hover,
.event-name a:focus,
.event-name a:active {
  color: white;
  font-size: 18px;
  line-height: 1.1;
}
.event-item:hover .event-name,
.event-item:focus .event-name,
.event-item:active .event-name {
  padding-left: 60px;
  background-color: #2b9be7;
  background-color: rgba(43,155,231,0.75);
}
.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 {
  color: white;
  text-decoration: none;
  float: right;
}
.view-more-events a:hover,
.view-more-events a:focus,
.view-more-events a:active {
  color: #2bb0b2;
}
@media (max-width: 550px) {
  .middle-bk-2 .content-items-events h1 {
    font-size: 1.2em;
  }
  .event-name a,
  .event-name a:link,
  .event-name a:visited,
  .event-name a:hover,
  .event-name a:focus,
  .event-name a:active {
    font-size: 1em;
    line-height: 1.1;
  }
}
.info-section-wrapper-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.info-section-wrapper-2 .slick-dots {
  bottom: -30px;
}
.info-section-wrapper-2 .slick-dots li button:before {
  font-size: 10px;
  color: #A97B00;
}
.info-section-wrapper-2 .slick-slider .slick-prev,
.info-section-wrapper-2 .slick-slider .slick-next {
  background: none;
}
.info-section-wrapper-2 .slick-slider .slick-prev {
  left: -5px;
}
.info-section-wrapper-2 .slick-slider .slick-next {
  right: -5px;
}
.info-section-wrapper-2 .slick-prev:before,
.info-section-wrapper-2 .slick-next:before {
  color: #A97B00;
  font-size: 35px;
  font-family: FontAwesome;
}
.info-section-wrapper-2 .slick-prev:before {
  content: "\f104";
}
.info-section-wrapper-2 .slick-next:before {
  content: "\f105";
}
.info-section-wrapper-2 .info-section-img a,
.info-section-wrapper-2 .info-section-img a:link,
.info-section-wrapper-2 .info-section-img a:visited,
.info-section-wrapper-2 .info-section-img a:hover,
.info-section-wrapper-2 .info-section-img a:focus,
.info-section-wrapper-2 .info-section-img a:active {
  display: block;
  text-align: center;
}
.info-section-wrapper-2 h2 {
  margin: 20px 0 0 0;
  padding: 0;
}
.info-section-wrapper-2 div {
  max-width: none;
}
.info-section-wrapper-2 img {
  height: 200px;
  width: auto;
  margin: 0 auto;
  padding: 0;
  object-fit: contain;
  object-position: center;
}
.info-section-2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-section-wrappings {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  max-width: 1200px;
  background-color: #fff;
  color: #1d4b80;
  margin-left: auto;
  margin-right: auto;
}
img.info-section-img-item {
  transition: 0.4s;
  transition: scale(1);
}
img.info-section-img-item:hover {
  transform: scale(1.1);
}
div.info-section-description {
  text-align: center;
  font-size: 1.3em;
}
h2.info-section-title {
  font-size: 1.2em;
  transform: scale(1);
  transition: 0.3s;
}
.info-section-title a,
.info-section-title a:link,
.info-section-title a:active,
.info-section-title a:visited,
.info-section-title a:focus,
.info-section-title a:hover {
  font-size: 1.1em;
}
.info-section-title a:hover {
  transform: scale(1.1);
  color: #c12932;
}
h2.icon-section-title a:hover {
  transform: scale(1.1);
  color: #c12932;
  opacity: 0.8;
}
@media (min-width: 1080px) {
  .info-section-wrapper-2 {
    padding-bottom: 0;
  }
}
.home-page-section-boxes,
.home-page-section-boxes:before,
.home-page-section-boxes:after,
.home-page-section-boxes *,
.home-page-section-boxes *:before,
.home-page-section-boxes *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.information-box-section-content-wrappings {
  padding: 20px;
  background-color: #243a44;
  color: #004ae1;
  text-align: center;
  border-bottom: 2px solid #fbdb6c;
  border-bottom: 2px solid rgba(251,219,108,0.8);
  background-position: left top;
  background-repeat: repeat;
  overflow: hidden;
  position: relative;
}
.information-box-section-content-wrapper {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.information-box-section-content-wrapper .section-contents {
  color: #ffffff;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.information-box-section-content-wrapper h1,
.information-box-section-content-wrapper h2,
.information-box-section-content-wrapper h3,
.information-box-section-content-wrapper h4,
.information-box-section-content-wrapper h5,
.information-box-section-content-wrapper h6 {
  margin-top: 0;
  color: #A97B00;
}
.information-box-section-content-wrapper h1 {
  font-weight: bold;
  font-size: 60px;
  font-size: 3.75rem;
  margin: 40px 0px;
}
div.welcome-section-content-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.welcome-btn {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 15px;
  background-color: #19222b;
  transition: background-color 0.2s linear, color 0.2s linear;
  min-width: 200px;
}
.welcome-btn a {
  transition: 0.4s;
}
.welcome-btn a,
.welcome-btn a:link,
.welcome-btn a:visited,
.welcome-btn a:hover,
.welcome-btn a:focus,
.welcome-btn a:active {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
}
.welcome-btn a:visited {
  color: #fff;
}
.welcome-btn:hover {
  background: #7d9ecc;
  color: #fff;
}
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title h1,
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title h2,
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title h3,
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title h4,
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title h5,
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title h6 {
  margin: 0;
}
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title a {
  transition: 0.2s;
}
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title a,
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title a:link,
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title a:visited,
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title a:hover,
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title a:focus,
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title a:active {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 10px 20px;
  border-radius: 15px;
  background-color: #19222b;
}
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title a:visited {
  color: #fff;
}
.welcome-section-content-images-wrapper .welcome-section-content-item.no-section-icon-src.has-section-title a:hover {
  background-color: #7d9ecc;
  color: #fff;
}
.info-section-2 img {
  vertical-align: bottom;
}
.welcome-section-content-images-wrapper {
  text-align: center;
}
.welcome-section-content-images-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.welcome-section-container {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.welcome-section-container {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.welcome-section-container {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.welcome-section-images-wrapper .welcome-section-item {
  position: relative;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.welcome-section-images-wrapper .welcome-section-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.welcome-section-images-wrapper .welcome-section-item h1,
.welcome-section-images-wrapper .welcome-section-item h2,
.welcome-section-images-wrapper .welcome-section-item h3,
.welcome-section-images-wrapper .welcome-section-item h4,
.welcome-section-images-wrapper .welcome-section-item h5,
.welcome-section-images-wrapper .welcome-section-item h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: center;
  z-index: 1000;
  width: 100%;
}
.welcome-section-images-wrapper .welcome-section-item h1,
.welcome-section-images-wrapper .welcome-section-item h2,
.welcome-section-images-wrapper .welcome-section-item h3,
.welcome-section-images-wrapper .welcome-section-item h4,
.welcome-section-images-wrapper .welcome-section-item h5,
.welcome-section-images-wrapper .welcome-section-item h6 {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.welcome-section-title-wrapper {
  position: absolute;
  text-align: center;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.welcome-section-title-wrapper {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.welcome-section-title-wrapper {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.welcome-section-title {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.welcome-section-images-wrapper .welcome-section-item {
  overflow: hidden;
}
.welcome-section-images-wrapper .welcome-section-item a,
.welcome-section-images-wrapper .welcome-section-item a:link,
.welcome-section-images-wrapper .welcome-section-item a:visited,
.welcome-section-images-wrapper .welcome-section-item a:hover,
.welcome-section-images-wrapper .welcome-section-item a:focus,
.welcome-section-images-wrapper .welcome-section-item a:active {
  text-decoration: none;
  color: #fff;
}
.welcome-section-images-wrapper .welcome-section-item a,
.welcome-section-images-wrapper .welcome-section-item a:link,
.welcome-section-images-wrapper .welcome-section-item a:visited,
.welcome-section-images-wrapper .welcome-section-item a:hover,
.welcome-section-images-wrapper .welcome-section-item a:focus,
.welcome-section-images-wrapper .welcome-section-item a:active {
  -moz-box-flex: 1 0 0px;
  -webkit-box-flex: 1 0 0px;
  -ms-flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
}
.welcome-section-images-wrapper .welcome-section-item a,
.welcome-section-images-wrapper .welcome-section-item a:link,
.welcome-section-images-wrapper .welcome-section-item a:visited,
.welcome-section-images-wrapper .welcome-section-item a:hover,
.welcome-section-images-wrapper .welcome-section-item a:focus,
.welcome-section-images-wrapper .welcome-section-item a:active {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.welcome-section-images-wrapper .welcome-section-item a,
.welcome-section-images-wrapper .welcome-section-item a:link,
.welcome-section-images-wrapper .welcome-section-item a:visited,
.welcome-section-images-wrapper .welcome-section-item a:hover,
.welcome-section-images-wrapper .welcome-section-item a:focus,
.welcome-section-images-wrapper .welcome-section-item a:active {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.welcome-section-images-wrapper .welcome-section-item a,
.welcome-section-images-wrapper .welcome-section-item a:link,
.welcome-section-images-wrapper .welcome-section-item a:visited,
.welcome-section-images-wrapper .welcome-section-item a:hover,
.welcome-section-images-wrapper .welcome-section-item a:focus,
.welcome-section-images-wrapper .welcome-section-item a:active {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.welcome-section-item h2.welcome-section-title {
  overflow: hidden;
}
.home-page-section-boxes h1 {
  text-align: center;
  font-size: 3.111rem;
  font-weight: 700;
  line-height: 1.1;
  color: #3e5478;
  margin: 0 0 1rem 0;
}
.home-page-section-boxes .content-container {
  line-height: 1.1;
  text-align: left;
  max-width: 1400px;
  font-size: 1.111rem;
  color: #3e5478;
  letter-spacing: 0.05em;
  font-size: 1.3em;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 980px) {
  .home-page-section-boxes-gt1 {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .home-page-section-boxes-gt1 .info-section {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 50%;
  }
  .home-page-section-boxes-gt1 .info-section {
    -moz-box-flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .home-page-section-boxes-gt1 .info-section .home-content {
    padding: 20px;
    width: auto;
  }
  .home-page-section-boxes-gt1 .info-section-1 {
    padding: 4em;
  }
  .home-page-section-boxes-gt1 .info-section-2 {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .home-page-section-boxes-gt1 .info-section-2 {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .home-page-section-boxes-gt1 .info-section-2 {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .home-page-section-boxes-gt1 .info-section-2 {
    -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;
  }
  .welcome-section-content-images-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .welcome-section-content-images-wrapper {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .welcome-section-content-images-wrapper {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .welcome-section-images-wrapper .welcome-section-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .welcome-section-content-images-wrapper .welcome-section-content-item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-bottom: 10px;
  }
  .welcome-section-item:hover h2.welcome-section-title {
    font-size: 28px;
  }
  .welcome-section-item h2.welcome-section-title {
    transition: font-size 0.2s;
  }
  .welcome-section-item img {
    filter: brightness(1.0);
    transition: filter 0.2s, transform 2s;
  }
  .welcome-section-item:hover img {
    filter: brightness(0.5);
    transform: scale(1.25);
    transform-origin: 50% 50%;
  }
  .home-page-section-boxes-gt1 {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: reverse;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-page-section-boxes-gt1 .info-section {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .home-page-section-boxes-gt1 .welcome-section-container,
  .home-page-section-boxes-gt1 .info-section-2 {
    width: auto;
    display: block;
  }
  .welcome-section-images-wrapper .welcome-section-item {
    width: 25%;
  }
}
@media (max-width: 979px) {
  .welcome-section-container {
    display: block;
  }
  h2.welcome-section-title {
    font-size: 3rem;
    line-height: 1.1;
  }
}
table.mill-levy-table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
table.mill-levy-table th,
table.mill-levy-table td {
  padding-bottom: 20px;
  width: 50%;
}
table.mill-levy-table td:nth-child(2) {
  padding-left: 40px;
}
.content-wrappings {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  background: white;
  color: #333;
}
table.leadership {
  table-layout: fixed;
}
table.leadership th,
table.leadership td {
  font-size: 16px;
}
table.leadership img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
table.foundation {
  table-layout: fixed;
  font-size: 18px;
  padding: 5px;
}
table.foundation img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  padding: 10px;
}
table.foundation th,
table.foundation td {
  width: 33%;
  font-size: 1.11rem;
  padding: 20px 30px;
  text-align: center;
}
@media (min-width: 561px) {
  table.foundation th,
  table.foundation td {
    padding: 10 20px;
    text-align: center;
  }
  table.foundation tr + tr td {
    padding-top: 20px;
  }
}
.cp-video {
  float: right;
  width: 560px;
  margin: 10px;
}
.cp-video iframe {
  width: 100%;
  height: 315px;
}
@media (max-width: 768px) {
  .cp-video {
    float: none;
    width: 100%;
    clear: both;
  }
}
.title-text {
  font-size: 34px;
  margin-bottom: -10px;
}
img.contenthr-img {
  float: right;
  padding: 10px;
}
.feature14.heading {
  color: #5d6144;
}
.title-text a,
.title-text a:link,
.title-text a:visited,
.title-text a:hover,
.title-text a:focus,
.title-text a:active {
  font-size: 32px;
  color: #004ae1;
}
.title-text a:hover,
.title-text a:focus,
.title-text a:active {
  color: #024686;
}
.pageContent:before,
.pageContent:after {
  content: " ";
  display: table;
}
.pageContent:after {
  clear: both;
}
.pageContent {
  *zoom: 1;
}
.pageContent a,
.pageContent a:link,
.pageContent a:visited,
.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
  color: #004ae1;
}
.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
  color: #024686;
}
.content-menu-wrapper a,
.content-menu-wrapper a:link,
.content-menu-wrapper a:visited,
.content-menu-wrapper a:hover,
.content-menu-wrapper a:focus,
.content-menu-wrapper a:active {
  background-color: white;
  display: block;
  padding: 10px;
  margin-top: 5px;
  text-decoration: none;
  color: #243a44;
  font-size: 1.11em;
  border-bottom: 2px solid #ccc;
  border-right: 1px solid #ccc;
}
.content-menu-wrapper a:hover,
.content-menu-wrapper a:focus,
.content-menu-wrapper a:active {
  background-color: #fbdb6c;
  border-bottom-color: #d8b848;
  border-right-color: #d8b848;
}
.pageContent h1.pagetitle {
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  color: #243a44;
}
h1.pagetitle {
  margin-top: 0;
  vertical-align: top;
  padding-top: 0;
  line-height: 1.2;
}
.pageContent {
  padding: 20px;
  color: #343434;
}
.contentimage {
  display: block;
  float: right;
  padding: 6px;
  max-width: 50%;
}
.contentimage img {
  max-width: 100%;
  height: auto;
}
.content-menu-wrapper ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.page-content-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content-wrapper .content-menu-wrappings,
.page-content-wrapper .pageContent {
  display: table-cell;
  vertical-align: top;
}
.page-content-wrapper .content-menu-wrappings {
  width: 20%;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  padding: 10px;
}
.page-content-wrapper .pageContent {
  width: 80%;
  line-height: 30px;
  padding-left: 20px;
}
.pageContent a.foundation-btn {
  background-color: #5d6144;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
}
.pageContent a.foundation-btn:hover {
  background-color: #243a44;
  transition: .4s;
}
.month {
  background-color: #004ae1;
  height: 50px;
  color: white;
  font-weight: bold;
  font-size: 28px;
}
.day {
  background-color: rgba(169,78,189,0.8);
  color: white;
  height: 30px;
}
.inactivedate {
  background-color: white;
}
.today {
  background-color: rgba(251,219,108,0.9);
  font-weight: bold;
}
.pageContent-text img:not([src$="/shim.gif"]):not([src$="/tsp.gif"]):not([src$="/images/bullet.gif"]) {
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.pageContent-text iframe {
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.pageContent-text center > iframe + small a[href^="http://maps.google"],
.pageContent-text center > iframe + small a[href^="https://maps.google"] {
  display: block;
  text-align: center !important;
}
@media (max-width: 1080px) {
  .page-content-wrapper .content-menu-wrappings {
    display: none;
  }
  .page-content-wrapper .pageContent {
    display: block;
    width: auto;
  }
  img.contenthr-img {
    clear: none;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
  }
}
@media (max-width: 550px) {
  .contentimage {
    float: none;
    margin: 0 0 10px 0;
    padding: 0;
    max-width: 100%;
  }
}
.pageContent h1.pagetitle {
  font-size: 3.125em;
}
.pageContent h2 {
  font-size: 1.5em;
}
.text-size-4 .pageContent .pageContent-text {
  padding-top: 20px;
}
.text-size-1 .pageContent .pageContent-text {
  font-size: 0.7em;
}
.text-size-2 .pageContent .pageContent-text {
  font-size: 0.8em;
}
.text-size-3 .pageContent .pageContent-text {
  font-size: 0.9em;
}
.text-size-4 .pageContent .pageContent-text {
  font-size: 1.1em;
}
.text-size-5 .pageContent .pageContent-text {
  font-size: 1.1em;
}
.text-size-6 .pageContent .pageContent-text {
  font-size: 1.2em;
}
.text-size-7 .pageContent .pageContent-text {
  font-size: 1.3em;
}
.text-size-8 .pageContent .pageContent-text {
  font-size: 1.4em;
}
.text-size-9 .pageContent .pageContent-text {
  font-size: 1.5em;
}
.text-size-10 .pageContent .pageContent-text {
  font-size: 1.6em;
}
.text-size-11 .pageContent .pageContent-text {
  font-size: 1.7em;
}
.text-size-12 .pageContent .pageContent-text {
  font-size: 1.8em;
}
.text-size-13 .pageContent .pageContent-text {
  font-size: 1.9em;
}
.text-size-14 .pageContent .pageContent-text {
  font-size: 2.0em;
}
.text-size-15 .pageContent .pageContent-text {
  font-size: 2.1em;
}
.text-size-16 .pageContent .pageContent-text {
  font-size: 2.2em;
}
@media (max-width: 1080px) {
  .content-wrappings {
    max-width: none;
  }
  .page-content-wrapper .pageContent {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pageContent h1.pagetitle {
    font-size: 2em;
  }
  .pageContent h2 {
    font-size: 1.2em;
  }
  table.job_form,
  table.job_form caption,
  table.job_form thead,
  table.job_form tbody,
  table.job_form tfoot,
  table.job_form tr,
  table.job_form th,
  table.job_form td {
    display: block !important;
    padding: 0 !important;
  }
  table.job_form td {
    margin: 10px !important;
  }
  table.job_form img[src="/images/bullet.gif"] {
    display: none;
  }
}
.toolbar .breadcrumb a,
.toolbar .breadcrumb a:link,
.toolbar .breadcrumb a:visited,
.toolbar .breadcrumb a:hover,
.toolbar .breadcrumb a:focus,
.toolbar .breadcrumb a:active {
  color: #e1ca8e;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.toolbar .breadcrumb a:hover,
.toolbar .breadcrumb a:focus,
.toolbar .breadcrumb a:active {
  color: #004ae1;
}
.toolbar:before,
.toolbar:after {
  content: " ";
  display: table;
}
.toolbar:after {
  clear: both;
}
.toolbar {
  *zoom: 1;
}
.toolbar .fa {
  cursor: pointer;
}
.toolbar .tools {
  float: right;
  color: #e1ca8e;
  font-size: 12px;
}
a.text-lower,
a.text-normal,
a.text-larger {
  color: #e1ca8e;
}
.toolbar .breadcrumb {
  float: left;
}
@media (max-width: 600px) {
  .toolbar .breadcrumb {
    display: none;
  }
}
@media (max-width: 480px) {
  .toolbar {
    display: none;
  }
}
#main-menu img {
  margin-bottom: -15px;
}
.top-left-menu {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 10000;
}
.top-left-menu > li {
  display: inline-block;
  margin-left: 10px;
}
.tabs .top-left-menu a,
.tabs .top-left-menu a:link,
.tabs .top-left-menu a:visited,
.tabs .top-left-menu a:hover,
.tabs .top-left-menu a:focus,
.tabs .top-left-menu a:active {
  text-decoration: none;
  color: #fff;
  padding-right: 10px;
  font-size: 15px;
  margin-right: 15px;
  padding-top: 0;
  display: block;
}
.content-page .tabs-wrapper {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.header-logo {
  max-width: 30%;
  margin-top: 150px;
}
.header-logo img {
  position: relative;
  z-index: 9001;
}
.showing-ddl .header-logo,
.showing-ddl .header-icons {
  display: none;
}
.nav {
  text-align: center;
  color: #fff;
}
.tabs {
  position: relative;
  background-color: #5d6144;
  border-top: 8px solid #243a44;
  -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.45);
  box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.45);
}
.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs {
  *zoom: 1;
}
.sub-navigation-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #243a44;
  border-radius: 6px;
  z-index: 99999999;
}
.tabs ul .sub-navigation-menu a,
.tabs ul .sub-navigation-menu a:link,
.tabs ul .sub-navigation-menu a:visited,
.tabs ul .sub-navigation-menu a:hover,
.tabs ul .sub-navigation-menu a:focus,
.tabs ul .sub-navigation-menu a:active {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 5px 10px;
  margin: 0;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-size: 1rem;
}
.tabs ul .sub-navigation-menu a:hover,
.tabs ul .sub-navigation-menu a:focus,
.tabs ul .sub-navigation-menu a:active {
  color: rgba(251,219,108,0.9);
}
.sub-navigation-menu {
  position: absolute;
  z-index: 99999;
}
.sub-navigation-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-navigation-menu li {
  display: block;
}
@media (min-width: 1100px) {
  .home-page .contact-bar-wrappings,
  .home-page .tabs {
    width: 100%;
    z-index: 10000;
  }
}
.navigation-menu {
  display: block;
  text-align: center;
}
@media (max-width: 1099px) {
  .navigation-menu {
    text-align: center;
  }
  .header-logo img {
    margin-top: 10px;
  }
  .header-icons {
    padding-top: 10px;
  }
}
.navigation-menu > li {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
.sub-navigation-menu {
  text-align: left;
  display: none;
}
.tabs ul a,
.tabs ul a:link,
.tabs ul a:visited,
.tabs ul a:hover,
.tabs ul a:focus,
.tabs ul a:active {
  color: rgba(169,78,189,0.8);
  text-decoration: none;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}
.tabs ul a:hover {
  color: #a94ebd;
  color: gba(169,78,189,0.8);
  text-decoration: none;
  padding-top: 14px;
}
.tabs a.main-menu-link:link,
.tabs a.main-menu-link:visited,
.tabs a.main-menu-link:hover,
.tabs a.main-menu-link:focus,
.tabs a.main-menu-link:active {
  color: #fff;
}
.ddl-menu-wrappings {
  display: none;
  background: #bad5ef;
  background: rgba(186,213,239,0.7);
}
.content-page .ddl-menu-wrappings {
  background: #bad5ef;
}
.showing-ddl .ddl-menu-wrappings {
  display: block;
}
.ddl-menu-wrapper {
  padding: 10px 0 0 0;
}
.ddl-menu-wrappings ul {
  color: #eeda81;
  margin: 0 0 0 20px;
  padding: 0;
}
.ddl-menu-links {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
  -ms-columns: 3;
  -moz-columns: 3;
  -webkit-columns: 3;
  columns: 3;
  padding: 10px;
}
h2.ddl-menu-heading {
  color: #4a6a8f;
  margin: 0;
  padding: 0 10px;
  line-height: 100%;
  text-transform: uppercase;
}
.tabs .ddl-menu-wrappings {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 8000;
}
.navigation-menu .arrow-box {
  display: none;
  position: absolute;
  font-size: 32px;
  color: rgba(169,78,189,0.8);
  text-align: center;
  z-index: 999999;
}
.ddl-menu-content {
  display: none;
}
@media (min-width: 1080px) {
  .navigation-menu .showing-arrow .arrow-box {
    display: block;
  }
  .sub-navigation-menu li:first-child:before {
    content: url(/images/menu_triangle.svg.php?width=70&height=10);
    position: absolute;
    margin-top: -18px;
    text-align: center;
    z-index: 1;
    left: 50%;
    opacity: 0.8;
    -o-transform: translate3d(-35px,0,0);
    -moz-transform: translate3d(-35px,0,0);
    -webkit-transform: translate3d(-35px,0,0);
    -ms-transform: translate3d(-35px,0,0);
    transform: translate3d(-35px,0,0);
  }
}
.ddl-menu-search-bar {
  background: #003c75;
}
.ddl-menu-search-bar .search-fields {
  color: #fff;
  font-size: 20px;
  padding: 10px;
}
.ddl-menu-search-bar .search-fields {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ddl-menu-search-bar .submit-text {
  -moz-box-flex: 1 0 0%;
  -webkit-box-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}
.ddl-menu-search-bar .submit-button,
.ddl-menu-search-bar .submit-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
  color: #fff;
}
.ddl-menu-search-bar .submit-button {
  color: #657b9c;
}
@media (min-width: 1081px) {
  .sub-navigation-menu {
    padding-top: 10px;
    min-width: 180px;
    min-width: max-content;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
  }
  .navigation-menu > li {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .navigation-menu > li {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .navigation-menu > li .sub-navigation-menu {
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@media (max-width: 1080px) {
  .tabs {
    display: none;
    background: #243a44;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .tabs .sub-navigation-menu {
    margin-left: 20px;
  }
  .tabs .ddl-menu-wrappings {
    display: none;
  }
  .showing-mobile-menu .tabs {
    display: block;
  }
  .showing-mobile-menu .top-left-menu {
    float: none;
    padding-left: 40px;
    padding-top: 10px;
  }
  .showing-mobile-menu .top-left-menu,
  .showing-mobile-menu .navigation-menu {
    text-align: left;
  }
  .showing-mobile-menu .top-left-menu > li,
  .showing-mobile-menu .navigation-menu > li {
    display: block;
    margin-bottom: 10px;
  }
  .showing-mobile-menu .sub-navigation-menu {
    position: static;
    display: none;
    background: none;
  }
  .showing-mobile-menu .top-left-menu > li[data-menu-id="71531"] {
    display: none;
  }
}
.doctor-search-block h3 {
  color: #004ae1;
  font-size: 1.2em;
}
.doctor-search-block label {
  background-color: #004ae1;
  text-transform: uppercase;
  color: white;
  padding: 12px;
  line-height: 1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
}
.doctor-search-blocks {
  background-color: white;
  padding: 20px 0;
}
.doctor-search-block input[type=text] {
  background: white;
}
.feature18.doctor-name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
}
.content hr {
  width: 50%;
  float: left;
}
.learn-btn {
  background-color: #fbdb6c;
  background-color: rgba(251,219,108,0.8);
  border-radius: 5px;
  padding: 7px;
  width: 150px;
  color: #0053a0;
  margin-left: 140px;
  display: none;
}
.more-btn {
  background-color: #fbdb6c;
  background-color: rgba(251,219,108,0.8);
  border-radius: 5px;
  padding: 10px;
  margin: 5px;
  color: white;
}
.doctor-img {
  float: right;
  width: 450px;
  height: 452px;
  background-repeat: no-repeat;
  margin-top: 0px;
  background-position: left bottom, 100% bottom;
}
.dct-section {
  width: 100%;
  height: auto;
}
.Special-Page-Title-Instructions-Doctor-List-and-Images-Wrapper,
.Special-Page-Title-Instructions-Doctor-List-and-Images-Wrapper:before,
.Special-Page-Title-Instructions-Doctor-List-and-Images-Wrapper:after,
.Special-Page-Title-Instructions-Doctor-List-and-Images-Wrapper *,
.Special-Page-Title-Instructions-Doctor-List-and-Images-Wrapper *:before,
.Special-Page-Title-Instructions-Doctor-List-and-Images-Wrapper *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.special-page----special-listing {
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
  letter-spacing: 0.25px;
  color: #760208;
}
.special-page----special-listing > li {
  display: block;
  vertical-align: top;
}
.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: #760208;
  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 {
  border-top-color: #760208;
}
.special-page----doctor-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #760208;
}
.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: #760208;
  text-decoration: none;
}
.special-page----doctor-listing > li {
  display: none;
  vertical-align: top;
  padding: 15px;
}
.special-page----doctor-listing > li .special-page----doctor-image {
  overflow: hidden;
  margin-bottom: 20px;
}
.special-page----doctor-listing > li .special-page----doctor-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
  object-position: 50% 50%;
}
.special-page----doctor-listing > li.active {
  display: block;
}
.special-page--other-details > * {
  margin-bottom: 20px;
}
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: "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;
  margin-bottom: 10px;
}
.special-page---doctor-name h3 {
  margin: 0;
}
.special-page---doctor-specials {
  font-weight: bold;
}
.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;
}
@media (min-width: 1081px) {
  .special-page----doctor-listing > li > * {
    border-bottom: 1px solid #5d6144;
  }
  .special-page----doctor-listing > li + li > * {
    padding-top: 20px;
  }
  .special-page----special-listing > li {
    display: inline-block;
    margin-right: 30px;
  }
  .special-page----doctor-listing {
    display: table;
    empty-cells: show;
  }
  .special-page----doctor-listing > li {
    display: none;
    padding-bottom: 5px;
  }
  .special-page----doctor-listing > li .special-page----doctor-image img {
    width: 161px;
    height: 215px;
    max-width: 100%;
  }
  .special-page----doctor-listing > li.active {
    display: table-row;
  }
  .special-page----doctor-listing > li.active > * {
    display: table-cell;
    vertical-align: top;
  }
  .special-page----doctor-listing > li.active > * + * {
    padding-left: 30px;
  }
  .special-page----doctor-listing > li.active .special-page----doctor-image-wrapper {
    width: 161px;
  }
}
@media (max-width: 1080px) {
  .special-page----special-listing {
    padding-left: 10px;
    padding-right: 10px;
    font-size: smaller;
    margin-left: auto;
    margin-right: auto;
  }
  .special-page----special-listing > li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .special-page--other-details {
    margin-top: 20px;
  }
  .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 > li + li {
    border-top: 1px solid #5d6144;
    padding-top: 20px;
  }
  .special-page----doctor-listing .special-page----doctor-image img {
    width: 161px;
    height: 215px;
    max-width: 100%;
  }
  .special-page----doctor-listing table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
#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;
}
.contact {
  clear: both;
}
.contact-wrapper {
  color: white;
  background-color: #5d6144;
  padding-left: 20px;
}
.contact-wrappings {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact-wrappings:before,
.contact-wrappings:after {
  content: " ";
  display: table;
}
.contact-wrappings:after {
  clear: both;
}
.contact-wrappings {
  *zoom: 1;
}
.contact-wrappings img {
  vertical-align: bottom;
  transition: all 0.3s;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.contact-wrappings img:hover {
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.75));
}
.contact-icons {
  float: left;
}
.contact .user-info {
  float: left;
  padding-right: 20px;
  margin: 0;
  line-height: 35px;
  vertical-align: middle;
}
.contact a:link,
.contact a:visited {
  color: #afbbd0;
}
.contact a:hover {
  color: white;
}
.fc-icons {
  float: right;
}
.contact-fc-logo {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 1080px) {
  .contact-icons,
  .fc-icons {
    float: none;
    margin: 20px 0;
    text-align: center;
    width: auto;
  }
}
.svg-icon-link .link-button {
  display: block;
  text-align: center;
  background: white;
  padding: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #004ae1;
  font-size: 12px;
  width: 55%;
}
.services-text-img {
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 60%;
  min-height: 600px;
}
.services-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.services-text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
}
.services-title {
  background-color: transparent;
  vertical-align: middle;
  display: inline-block;
  padding: 15px;
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
  margin: 40px 0px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.services-title a {
  transition: color 0.3s, background-color 0.3s, filter 0.3s, text-shadow 0.3s;
}
.services-title a,
.services-title a:link,
.services-title a:visited,
.services-title a:hover,
.services-title a:focus,
.services-title a:active {
  display: block;
  text-align: center;
  margin: -15px;
  text-decoration: none;
  color: #fff;
  background-color: #A97B00;
  padding: 20px;
  border-radius: 6px;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.services-title a:hover,
.services-title a:focus,
.services-title a:active {
  color: #A97B00;
  background-color: #fff;
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.75));
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.services-content {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  width: 900px;
  color: #0053a0;
  max-width: 100%;
}
.Services {
  background-image: url("/docs/background_image_for_south_lincoln.jpg");
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("/docs/background_image_for_south_lincoln.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  width: 100%;
  z-index: 0;
  min-height: 600px;
  text-shadow: 1px 1px 1px #000;
}
.Services .services-text {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
@media (max-width: 550px) {
  .Services .services-text {
    font-size: 16px;
  }
  .services-title {
    font-size: 1em;
  }
}
@media (max-width: 1000px) {
  .services-content {
    width: auto;
  }
}
@media (max-width: 768px) {
  .services-text-img {
    display: none;
  }
}
.contact-fc-logo {
  opacity: 1;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer-button-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-button-links li {
  display: block;
  margin: 0;
  padding: 5px 0;
}
.footer-button-links a,
.footer-button-links a:link,
.footer-button-links a:visited,
.footer-button-links a:hover,
.footer-button-links a:focus,
.footer-button-links a:active {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  background-color: #5d6144;
  padding: 5px;
  display: block;
  border-radius: 5px;
  text-align: center;
}
.footer-button-links a:hover,
.footer-button-links a:focus,
.footer-button-links a:active {
  color: #024686;
  background-color: #aad3ef;
}
.ftr-link a,
.ftr-link a:link,
.ftr-link a:visited {
  color: white;
  text-decoration: none;
}
.ftr-link a:hover,
.ftr-link a:focus,
.ftr-link a:active {
  color: #fbdb6c;
  text-decoration: underline;
}
.footer {
  background: #243a44;
}
.footer img {
  max-width: 100%;
  height: auto;
}
.footer b {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
}
.footer p {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
.footer-wrappings {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: table;
  table-layout: fixed;
  color: white;
}
.footer-wrappings .footer-col {
  display: table-cell;
  width: 33.3%;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-wrappings .footer-col-2 {
  width: 32.3%;
  padding-left: 0.5%;
  padding-right: 0.5%;
  background-image: url(/images/border.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(/images/border.png), url(/images/border.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
}
.footer-wrappings .wrappings {
  min-height: 273px;
  padding: 20px;
}
.footer i {
  color: #fbdb6c;
  color: rgba(251,219,108,0.9);
  font-size: 18px;
  text-transform: uppercase;
}
.footer-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 100%;
}
.footer-icons li {
  display: inline;
}
.footer-icons img {
  height: auto;
  padding-top: 90px;
}
.fh-footer-logo {
  opacity: 1;
  transition: opacity 0.2s;
}
.footer img.fh-footer-logo {
  height: 80px;
  width: auto;
  margin-bottom: 20px;
}
.fh-footer-logo:hover {
  opacity: 1;
}
.footer-button-links-arrow {
  text-align: center;
}
.footer-button-links-arrow .fa {
  cursor: pointer;
}
@media (max-width: 1100px) {
  .footer-wrappings .footer-col-2 {
    width: auto;
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-wrappings,
  .footer-wrappings .footer-col {
    width: auto;
    display: block;
  }
}
.copyright {
  background: #243a44;
  color: white;
  text-align: center;
  padding-bottom: 20px;
}
.copyright p {
  font-size: 14px;
  color: white;
  margin-top: 0;
  padding-top: 20px;
}
.copyright a:link,
.copyright a:visited,
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: white;
  text-decoration: none;
}
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  text-decoration: underline;
}
.mobile-navbar,
.mobile-close-menu,
.mobile-search-box-wrappings,
.mobile-logo,
.mobile-search-box {
  display: none;
}
.mobile-close-menu {
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
  position: absolute;
  z-index: 99999;
  top: 10px;
  right: 10px;
}
.mobile-search-box-wrappings {
  position: relative;
  z-index: 99999;
  background: #004ae1;
  text-align: center;
}
.mobile-navbar {
  background: #243a44;
  color: #fff;
  font-size: 1.5em;
  padding: 0.25em;
}
.mobile-navbar:before,
.mobile-navbar:after {
  content: " ";
  display: table;
}
.mobile-navbar:after {
  clear: both;
}
.mobile-navbar {
  *zoom: 1;
}
.mobile-logo {
  display: none;
  position: relative;
  z-index: 99999;
  text-align: center;
  padding: 10px;
}
.mobile-logo img {
  max-width: 100%;
  height: auto;
}
.mobile-navbar .fa {
  cursor: pointer;
  padding: 0.25em;
  position: relative;
  z-index: 99999;
}
.mobile-navbar .show-menu {
  float: left;
}
.mobile-navbar .show-search {
  float: right;
}
table.job_form {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 1600px) {
  .award-image {
    opacity: 0.4;
  }
}
@media (max-width: 1000px) {
  .award-image {
    display: none;
  }
}
@media (max-width: 1080px) {
  .mobile-logo,
  .mobile-navbar,
  .mobile-search-box-wrappings {
    display: block;
  }
  .mobile-close-menu {
    display: inline;
  }
  img[src="/docs/logo-services.png"] {
    display: none;
  }
}
.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 tfoot,
  .view-event-table caption,
  .view-event-table td,
  .view-event-table th {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
  }
}
.ecard-table {
  background: white;
  border: 2px #CCC outset;
  table-layout: fixed;
}
.ecard-table,
.ecard-table * {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
td.ecard ul.ecard {
  overflow: hidden;
}
td.ecard ul.ecard li {
  width: 20%;
  margin-right: 5%;
  float: left;
}
.ecardPreview img {
  max-width: 100%;
  height: auto;
}
@media (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 caption,
  .ecard-table tfoot,
  .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;
  }
}
.doctor-listing-page table {
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-size: 1.375rem;
}
.doctor-listing-page table td {
  padding-bottom: 5px;
}
.doctor-listing-page table td:nth-child(5) .doctor {
  display: block;
  padding-left: 20px;
}
.doctor-listing-page table td.office-phone {
  padding-left: 20px;
  padding-right: 20px;
}
.doctor-listing-page table td.doctor-name {
  padding-right: 20px;
  text-align: left;
}
.doctor-listing-page table br,
.doctor-listing-page table img[src$="/shim.gif"],
.doctor-listing-page table img[src$="/tsp.gif"] {
  display: none !important;
}
.doctor-listing-page table .speciality-list b {
  display: block;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .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;
  }
}
@media (max-width: 550px) {
  table.general,
  table.general thead,
  table.general tbody,
  table.general tfoot,
  table.general tr,
  table.general th,
  table.general td {
    display: block !important;
    padding: 0 !important;
    line-height: 1.1;
  }
  table.general td {
    padding: 5px 0 !important;
  }
  table.general textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}


