
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Encode Sans Condensed', sans-serif;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
h1,
h2,
h3 {
  font-family: 'Frank Ruhl Libre', serif;
}
.fh-page-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.home-page-buttons-listing,
.header-social-links-listing,
.main-navigation .navigation-menu,
.main-slideshow-listing,
.sub-navigation-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-btn-listing {
  margin: 0;
  padding: 0;
  list-type: none;
}
.fh-btn-listing > li {
  display: inline-block;
  vertical-align: top;
}
.fh-btn-listing > li > a {
  transition: color 0.2s, background-color 0.2s;
}
.fh-btn-listing > li > a,
.fh-btn-listing > li > a:link,
.fh-btn-listing > li > a:visited,
.fh-btn-listing > li > a:hover,
.fh-btn-listing > li > a:focus,
.fh-btn-listing > li > a:active {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #0c828a;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 0.5em 1em;
  margin-top: 20px;
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.fh-btn-listing > li > a:hover,
.fh-btn-listing > li > a:focus,
.fh-btn-listing > li > a:active {
  background-color: #e71c2c;
}
.fh-button {
  transition: color 0.25s, background-color 0.25s;
}
.fh-button,
.fh-button:link,
.fh-button:visited,
.fh-button:hover,
.fh-button:focus,
.fh-button:active {
  display: inline-block;
  border-radius: 0;
  border: 0;
  padding: 16px 24px;
  background-color: #75a76c;
  color: #fff;
  border-radius: 54px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.85px;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.fh-button:hover,
.fh-button:focus,
.fh-button:active {
  background-color: #341470;
  color: #fff;
}
.pageContent a.holiday-btn {
  transition: color 0.4s, background-color 0.4s;
}
.pageContent a.holiday-btn,
.pageContent a.holiday-btn:link,
.pageContent a.holiday-btn:visited,
.pageContent a.holiday-btn:hover,
.pageContent a.holiday-btn:focus,
.pageContent a.holiday-btn:active {
  background-color: #728f3e;
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
}
.pageContent a.holiday-btn:hover,
.pageContent a.holiday-btn:focus,
.pageContent a.holiday-btn:active {
  background-color: #35598a;
}
.top-bar-links-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-bar-links-listing > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
}
.top-bar-wrappings {
  text-align: right;
  padding: 8px 20px;
  background-color: #01426a;
  color: #fff;
}
.top-bar-wrappings p {
  margin: 0;
}
.top-bar-wrappings a,
.top-bar-wrappings a:link,
.top-bar-wrappings a:visited,
.top-bar-wrappings a:hover,
.top-bar-wrappings a:focus,
.top-bar-wrappings a:active {
  color: #fff;
  color: inherit;
  text-decoration: none;
}
.top-bar-wrappings a:hover,
.top-bar-wrappings a:focus,
.top-bar-wrappings a:active {
  color: #fd0;
}
.top-bar-wrappings img {
  transition: opacity 0.4s;
  opacity: 1.0;
}
.top-bar-wrappings img:hover {
  opacity: 0.8;
}
@media (min-width: 800px) {
  .top-bar-wrappings {
    padding: 8px 40px;
  }
}
.header-logo {
  text-align: center;
}
.header-logo a,
.header-logo a:link,
.header-logo a:visited,
.header-logo a:hover,
.header-logo a:focus,
.header-logo a:active {
  display: block;
}
.header-logo img {
  vertical-align: bottom;
}
.social-networking-links-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-networking-links-listing > li {
  margin-left: 10px;
}
.social-networking-links-listing > li {
  display: inline-block;
  display: -moz-inline-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.social-networking-links-listing img {
  height: 40px;
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
  transition: transform 0.2s;
}
.social-networking-links-listing img {
  filter: drop-shadow(2px 4px 6px black);
}
.social-networking-links-listing img:hover {
  transform: scale(1.150);
}
.navigation-menu[data-menu-group="86"] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-menu[data-menu-group="86"] > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
@media (min-width: 800px) {
  .header-nav-container-wrappings {
    position: relative;
  }
  html.has-home-page-main-slideshow .header-nav-container-wrapper {
    left: 0;
    right: 0;
    z-index: 99999;
  }
  .header-nav-container,
  .header-nav-container header {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .header-nav-container {
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-nav-container {
    -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;
  }
  .header-nav-container {
    -moz-box-align: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .header-nav-container {
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .navigation-menu[data-menu-group="86"] {
    padding-right: 40px;
  }
  .header-nav-container header {
    width: 100%;
    max-width: 1300px;
    max-width: min(100%,1300px);
    margin-left: auto;
    margin-right: auto;
  }
  .header-nav-container header {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .header-nav-container header {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .header-nav-container nav {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 799px) {
  .social-networking-links-wrappings,
  .header-logo {
    padding: 10px;
    margin: 0;
    text-align: center;
  }
  .social-networking-links-wrappings {
    background-color: #393c66;
  }
  .navigation-menu[data-menu-group="86"] {
    display: block;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    list-style: none;
  }
  .navigation-menu[data-menu-group="86"] > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.main-navigation-wrapper {
  display: none;
  color: #000;
  text-align: center;
}
.main-navigation-wrapper .menu-link-text {
  display: block;
}
.main-navigation-wrapper a,
.main-navigation-wrapper a:link,
.main-navigation-wrapper a:visited,
.main-navigation-wrapper a:hover,
.main-navigation-wrapper a:focus,
.main-navigation-wrapper a:active {
  font-family: 'Whitney 6r', 'Whitney A', 'Whitney B', 'Whitney', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #3e3e3e;
  font-size: 16px;
}
.main-navigation-wrapper li.no-subnav a.main-menu-link:hover,
.main-navigation-wrapper li.no-subnav a.main-menu-link:focus,
.main-navigation-wrapper li.no-subnav a.main-menu-link:active {
  text-decoration: underline;
}
.main-navigation-wrapper .sub-navigation-menu {
  display: none;
  margin: 0;
  background-color: #fff;
}
.main-navigation-wrapper .sub-navigation-menu li {
  display: block;
}
.main-navigation-wrapper .sub-navigation-menu a,
.main-navigation-wrapper .sub-navigation-menu a:link,
.main-navigation-wrapper .sub-navigation-menu a:visited,
.main-navigation-wrapper .sub-navigation-menu a:hover,
.main-navigation-wrapper .sub-navigation-menu a:focus,
.main-navigation-wrapper .sub-navigation-menu a:active {
  text-align: left;
  display: block;
}
.main-navigation .navigation-menu > li {
  display: block;
  vertical-align: top;
}
.main-navigation .navigation-menu > li[data-menu-id="99479"] a.main-menu-link,
.main-navigation .navigation-menu > li[data-menu-id="99479"] a.main-menu-link:link,
.main-navigation .navigation-menu > li[data-menu-id="99479"] a.main-menu-link:visited,
.main-navigation .navigation-menu > li[data-menu-id="99479"] a.main-menu-link:hover,
.main-navigation .navigation-menu > li[data-menu-id="99479"] a.main-menu-link:focus,
.main-navigation .navigation-menu > li[data-menu-id="99479"] a.main-menu-link:active {
  text-decoration: none;
  background-color: #df9818;
  color: #fff;
  border-radius: 6px;
  padding: 2px 8px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.main-navigation .navigation-menu > li[data-menu-id="99479"] a.main-menu-link:hover,
.main-navigation .navigation-menu > li[data-menu-id="99479"] a.main-menu-link:focus,
.main-navigation .navigation-menu > li[data-menu-id="99479"] a.main-menu-link:active {
  background-color: #35598a;
}
@media (min-width: 800px) {
  .main-navigation .navigation-menu li.submenu-item[data-subid-gt0="true"] {
    position: relative;
  }
  .sub-navigation-box[data-subid-gt1="true"] {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    min-width: 200px;
    top: 0;
    left: 100%;
    background-color: #fff;
  }
  .sub-navigation-box[data-subid-gt1="true"] .sub-sub-navigation-menu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-navigation .navigation-menu li.submenu-item[data-subid-gt0="true"]:hover .sub-navigation-box[data-subid-gt1="true"],
  .main-navigation .navigation-menu li.submenu-item[data-subid-gt0="true"]:focus .sub-navigation-box[data-subid-gt1="true"],
  .main-navigation .navigation-menu li.submenu-item[data-subid-gt0="true"]:active .sub-navigation-box[data-subid-gt1="true"] {
    display: block;
  }
  .main-navigation-wrapper {
    position: relative;
  }
  .main-navigation-wrapper .sub-navigation-box {
    z-index: 9999999999;
  }
  .main-navigation-wrapper .sub-navigation-box[data-subid-gt1="false"] {
    position: absolute;
  }
  .main-navigation-wrapper {
    display: block;
  }
  .main-navigation .navigation-menu > li {
    display: inline-block;
  }
  .main-navigation .navigation-menu {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .main-navigation .navigation-menu {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .main-navigation .navigation-menu > li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .main-navigation-wrapper .sub-navigation-box[data-subid-gt1="false"] {
    top: 30px;
  }
  .main-navigation-wrapper .sub-navigation-menu {
    margin: 0;
    padding: 0;
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  }
  .main-navigation-wrapper .sub-navigation-menu a,
  .main-navigation-wrapper .sub-navigation-menu a:link,
  .main-navigation-wrapper .sub-navigation-menu a:visited,
  .main-navigation-wrapper .sub-navigation-menu a:hover,
  .main-navigation-wrapper .sub-navigation-menu a:focus,
  .main-navigation-wrapper .sub-navigation-menu a:active {
    font-weight: bold;
    padding: 5px 10px;
    font-size: 16px;
    text-transform: capitalize;
  }
  .main-navigation-wrapper .sub-navigation-menu a:hover,
  .main-navigation-wrapper .sub-navigation-menu a:focus,
  .main-navigation-wrapper .sub-navigation-menu a:active {
    color: #fff;
    background: #35598a;
  }
  .main-navigation-wrapper .sub-navigation-menu,
  .main-navigation-wrapper .sub-navigation-menu > li,
  .main-navigation-wrapper .sub-navigation-menu > li > a,
  .main-navigation-wrapper .sub-navigation-menu > li > a:link,
  .main-navigation-wrapper .sub-navigation-menu > li > a:visited,
  .main-navigation-wrapper .sub-navigation-menu > li > a:hover,
  .main-navigation-wrapper .sub-navigation-menu > li > a:focus,
  .main-navigation-wrapper .sub-navigation-menu > li > a:active {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .main-navigation-wrapper .sub-navigation-menu,
  .main-navigation-wrapper .sub-navigation-menu > li,
  .main-navigation-wrapper .sub-navigation-menu > li > a,
  .main-navigation-wrapper .sub-navigation-menu > li > a:link,
  .main-navigation-wrapper .sub-navigation-menu > li > a:visited,
  .main-navigation-wrapper .sub-navigation-menu > li > a:hover,
  .main-navigation-wrapper .sub-navigation-menu > li > a:focus,
  .main-navigation-wrapper .sub-navigation-menu > li > a:active {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-navigation-wrapper .sub-navigation-menu {
    display: none;
  }
  .main-navigation-wrapper .sub-navigation-menu > li > a,
  .main-navigation-wrapper .sub-navigation-menu > li > a:link,
  .main-navigation-wrapper .sub-navigation-menu > li > a:visited,
  .main-navigation-wrapper .sub-navigation-menu > li > a:hover,
  .main-navigation-wrapper .sub-navigation-menu > li > a:focus,
  .main-navigation-wrapper .sub-navigation-menu > li > a:active {
    width: 100%;
    height: 100%;
  }
  .main-navigation .navigation-menu > li[data-count-gt*="(10)"].has-subnav .sub-navigation-box[data-subid-gt1="false"] {
    left: 0;
    right: 0;
  }
  .main-navigation .navigation-menu > li[data-count-gt*="(10)"].has-subnav .sub-navigation-menu > li {
    width: 50%;
  }
  .main-navigation .navigation-menu > li:not([data-count-gt*="(10)"]).has-subnav .sub-navigation-menu > li.is-label {
    background-color: #35598a;
    color: #fff;
  }
  .main-navigation .navigation-menu > li:not([data-count-gt*="(10)"]).has-subnav .sub-navigation-menu > li.is-label a,
  .main-navigation .navigation-menu > li:not([data-count-gt*="(10)"]).has-subnav .sub-navigation-menu > li.is-label a:link,
  .main-navigation .navigation-menu > li:not([data-count-gt*="(10)"]).has-subnav .sub-navigation-menu > li.is-label a:visited,
  .main-navigation .navigation-menu > li:not([data-count-gt*="(10)"]).has-subnav .sub-navigation-menu > li.is-label a:hover,
  .main-navigation .navigation-menu > li:not([data-count-gt*="(10)"]).has-subnav .sub-navigation-menu > li.is-label a:focus,
  .main-navigation .navigation-menu > li:not([data-count-gt*="(10)"]).has-subnav .sub-navigation-menu > li.is-label a:active {
    color: #fff;
    background-color: transparent;
    cursor: default;
    text-decoration: none;
  }
  .main-navigation .navigation-menu > li:not([data-count-gt*="(10)"]).has-subnav .sub-navigation-menu > li.is-label ~ li.not-label a,
  .main-navigation .navigation-menu > li:not([data-count-gt*="(10)"]).has-subnav .sub-navigation-menu > li.is-label ~ li.not-label a:link,
  .main-navigation .navigation-menu > li:not([data-count-gt*="(10)"]).has-subnav .sub-navigation-menu > li.is-label ~ li.not-label a:visited,
  .main-navigation .navigation-menu > li:not([data-count-gt*="(10)"]).has-subnav .sub-navigation-menu > li.is-label ~ li.not-label a:hover,
  .main-navigation .navigation-menu > li:not([data-count-gt*="(10)"]).has-subnav .sub-navigation-menu > li.is-label ~ li.not-label a:focus,
  .main-navigation .navigation-menu > li:not([data-count-gt*="(10)"]).has-subnav .sub-navigation-menu > li.is-label ~ li.not-label a:active {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-navigation .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;
  }
  .main-navigation .navigation-menu > li .menu-link-text {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .main-navigation .navigation-menu > li .menu-link-text {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .main-navigation .navigation-menu > li .menu-link-text a,
  .main-navigation .navigation-menu > li .menu-link-text a:link,
  .main-navigation .navigation-menu > li .menu-link-text a:visited,
  .main-navigation .navigation-menu > li .menu-link-text a:hover,
  .main-navigation .navigation-menu > li .menu-link-text a:focus,
  .main-navigation .navigation-menu > li .menu-link-text a:active {
    display: block;
    padding: 10px 5px;
    height: 100%;
    width: 100%;
  }
  .main-navigation .navigation-menu > li.has-subnav:hover .sub-navigation-box[data-subid-gt1="false"],
  .main-navigation .navigation-menu > li.has-subnav:focus .sub-navigation-box[data-subid-gt1="false"],
  .main-navigation .navigation-menu > li.has-subnav:active .sub-navigation-box[data-subid-gt1="false"] {
    display: block;
  }
  .main-navigation .navigation-menu > li[data-count].has-subnav:hover .sub-navigation-menu,
  .main-navigation .navigation-menu > li[data-count].has-subnav:focus .sub-navigation-menu,
  .main-navigation .navigation-menu > li[data-count].has-subnav:active .sub-navigation-menu {
    display: block;
  }
  .main-navigation .navigation-menu > li[data-count-gt*="(10)"].has-subnav:hover .sub-navigation-menu,
  .main-navigation .navigation-menu > li[data-count-gt*="(10)"].has-subnav:focus .sub-navigation-menu,
  .main-navigation .navigation-menu > li[data-count-gt*="(10)"].has-subnav:active .sub-navigation-menu {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 799px) {
  html.show-mobile-menu body {
    position: relative;
  }
  .main-navigation-wrapper {
    color: #fff;
    background-color: #35598a;
    position: absolute;
    z-index: 999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
  }
  .main-navigation-wrapper a,
  .main-navigation-wrapper a:link,
  .main-navigation-wrapper a:visited,
  .main-navigation-wrapper a:hover,
  .main-navigation-wrapper a:focus,
  .main-navigation-wrapper a:active {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: block;
  }
  .main-navigation-wrapper .sub-navigation-menu {
    position: static;
    display: none;
    margin-left: 20px;
    background: none;
  }
  .main-navigation .navigation-menu > li + li {
    margin-top: 10px;
  }
  html.show-mobile-menu .main-navigation-wrapper {
    display: block;
    padding: 10px;
  }
  html.show-mobile-menu li.has-subnav.show-mobile-subnav .sub-navigation-menu {
    display: block;
  }
}
.main-slideshow-wrappings {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-slideshow-listing img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.main-slideshow-listing a,
.main-slideshow-listing a:link,
.main-slideshow-listing a:visited,
.main-slideshow-listing a:hover,
.main-slideshow-listing a:focus,
.main-slideshow-listing a:active {
  display: block;
  position: relative;
}
.main-slideshow-listing a:after,
.main-slideshow-listing a:link:after,
.main-slideshow-listing a:visited:after,
.main-slideshow-listing a:hover:after,
.main-slideshow-listing a:focus:after,
.main-slideshow-listing a:active:after {
  content: "";
  display: block;
  z-index: 230;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(/docs/slideshow_overlay.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
.flex-direction-nav a:before {
  color: #fff;
}
.flex-control-paging li a {
  background: #fff;
  border: 2px solid #004231;
}
.flex-control-paging li a.flex-active {
  border-color: #004231;
  background-color: #036131;
}
.flex-control-paging li a {
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}
.flex-control-nav {
  bottom: 12px;
  z-index: 100;
}
@media (max-width: 767px) {
  .flex-direction-nav {
    display: none !important;
    visibility: hidden !important;
    height: 1px !important;
    width: 1px !important;
  }
}
@media (max-width: 799px) {
  .flex-control-nav {
    bottom: 0;
    z-index: 100;
  }
  .flex-control-paging li a {
    width: 10px;
    height: 10px;
    aspect-ratio: 1;
  }
}
.fh-welcome-container-v1 .fh-welcome-section-images-wrappings {
  position: relative;
  overflow: hidden;
}
.fh-welcome-container-v1 .fh-welcome-section-images-listing,
.fh-welcome-container-v1 .fh-welcome-section-links-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-welcome-container-v1 .fh-welcome-section-images-listing img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.fh-welcome-container-v1 .welcome-section-wrappings {
  padding: 20px;
  font-size: 1.0rem;
  text-align: center;
  color: #fff;
  background-color: #728f3e;
}
.fh-welcome-container-v1 .welcome-section-wrappings h1.welcome-title {
  margin-top: 0;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 800px) {
  .fh-welcome-container-v1 .welcome-section-wrappings {
    font-size: 1.4rem;
    padding: 2em;
  }
  .fh-welcome-container-v1 .fh-welcome-section-with-image-wrappings {
    background-color: #728f3e;
  }
  .fh-welcome-container-v1 .fh-welcome-section-with-image-wrappings[data-has-section-items="true"] > .fh-welcome-section-with-image-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-welcome-container-v1 .fh-welcome-section-with-image-wrappings[data-has-section-items="true"] > .fh-welcome-section-with-image-wrapper > .fh-welcome-section-images-wrappings,
  .fh-welcome-container-v1 .fh-welcome-section-with-image-wrappings[data-has-section-items="true"] > .fh-welcome-section-with-image-wrapper > .welcome-section-wrappings {
    width: 50%;
  }
  .fh-welcome-container-v1 .fh-welcome-section-with-image-wrappings[data-has-section-items="true"] .welcome-section-wrappings {
    text-align: left;
    line-height: 1.6;
  }
  html.js-supports-intersection-observer .fh-welcome-container-v1 .fh-welcome-section-with-image-wrappings .fh-welcome-section-images-wrappings {
    transition: 1.2s transform ease 0.1s, 1.5s opacity ease 0.1s;
    opacity: 0;
    transform: translate3d(-200%,0,0.1px);
  }
  html.js-supports-intersection-observer .fh-welcome-container-v1 .fh-welcome-section-with-image-wrappings.fh-visible .fh-welcome-section-images-wrappings {
    opacity: 1;
    transform: translate3d(0,0,0.1px);
  }
}
.fh-welcome-container-v2 .site-welcome-section {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.home-page .fh-welcome-container-v2 .site-welcome-section-wrapper {
  margin: 20px auto;
}
.fh-welcome-container-v2 .site-welcome-section-wrappings {
  color: #000;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0px;
  font-style: normal;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}
.fh-welcome-container-v2 .fh-welcome-section .site-welcome-section-content {
  text-align: center;
}
.fh-welcome-container-v2 .fh-welcome-section .site-welcome-section-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-welcome-container-v2 .site-welcome-section-title,
.fh-welcome-container-v2 .site-welcome-section-subtitle {
  color: #007bcf;
  transition: color 0.3s;
}
.fh-welcome-container-v2 .site-welcome-section-title-link,
.fh-welcome-container-v2 .site-welcome-section-title-link:link,
.fh-welcome-container-v2 .site-welcome-section-title-link:visited,
.fh-welcome-container-v2 .site-welcome-section-title-link:hover,
.fh-welcome-container-v2 .site-welcome-section-title-link:focus,
.fh-welcome-container-v2 .site-welcome-section-title-link:active,
.fh-welcome-container-v2 .site-welcome-section-subtitle-link,
.fh-welcome-container-v2 .site-welcome-section-subtitle-link:link,
.fh-welcome-container-v2 .site-welcome-section-subtitle-link:visited,
.fh-welcome-container-v2 .site-welcome-section-subtitle-link:hover,
.fh-welcome-container-v2 .site-welcome-section-subtitle-link:focus,
.fh-welcome-container-v2 .site-welcome-section-subtitle-link:active {
  color: #35598a;
  text-decoration: none;
}
.fh-welcome-container-v2 .site-welcome-section-title-link:hover,
.fh-welcome-container-v2 .site-welcome-section-title-link:focus,
.fh-welcome-container-v2 .site-welcome-section-title-link:active {
  color: #35598a;
}
.fh-welcome-container-v2 .site-welcome-section-subtitle-link:hover .site-welcome-section-subtitle,
.fh-welcome-container-v2 .site-welcome-section-subtitle-link:focus .site-welcome-section-subtitle,
.fh-welcome-container-v2 .site-welcome-section-subtitle-link:active .site-welcome-section-subtitle {
  color: #35598a;
}
.fh-welcome-container-v2 .fh-welcome-section h1 {
  text-align: center;
}
.fh-welcome-container-v2 .site-welcome-section-title {
  margin-top: 5%;
  margin-bottom: 0.5em;
}
.fh-welcome-container-v2 .site-welcome-section-subtitle {
  font-size: 24px;
  font-size: 1.333rem;
  margin-top: 0;
  margin-bottom: 0.2em;
  font-weight: normal;
}
.fh-welcome-container-v2 .fh-welcome-section-images-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  line-height: 0;
  text-align: center;
}
.fh-welcome-container-v2 .fh-welcome-section-images-listing img {
  vertical-align: bottom;
}
.fh-welcome-container-v2 .fh-section-buttons-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-welcome-container-v2 .fh-section-buttons-listing > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
}
.fh-welcome-container-v2 .fh-section-buttons-wrappings .fh-section-buttons-wrapper a,
.fh-welcome-container-v2 .fh-section-buttons-wrappings .fh-section-buttons-wrapper a:link,
.fh-welcome-container-v2 .fh-section-buttons-wrappings .fh-section-buttons-wrapper a:visited,
.fh-welcome-container-v2 .fh-section-buttons-wrappings .fh-section-buttons-wrapper a:hover,
.fh-welcome-container-v2 .fh-section-buttons-wrappings .fh-section-buttons-wrapper a:focus,
.fh-welcome-container-v2 .fh-section-buttons-wrappings .fh-section-buttons-wrapper a:active {
  display: inline-block;
  text-align: center;
  background-color: #728f3e;
  color: #fff;
  border-radius: 56px;
  text-shadow: 1px 1px 1px #000;
  padding: 16px 24px;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
  text-decoration: none;
}
.fh-welcome-container-v2 .fh-section-buttons-wrappings .fh-section-buttons-wrapper a:hover,
.fh-welcome-container-v2 .fh-section-buttons-wrappings .fh-section-buttons-wrapper a:focus,
.fh-welcome-container-v2 .fh-section-buttons-wrappings .fh-section-buttons-wrapper a:active {
  background-color: #35598a;
  color: #fff;
}
@media (min-width: 980px) {
  .fh-welcome-container-v2 .fh-welcome-section-images-listing img {
    border-radius: 20px;
  }
  .fh-welcome-container-v2 .home-page .site-welcome-section-wrapper {
    margin: 0 auto;
  }
  .home-page .fh-welcome-container-v2 .fh-welcome-section > .site-welcome-section-wrapper {
    max-width: 1350px;
    border-bottom: 1px solid #d3d3d3;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-content p {
    margin: 0;
  }
  .home-page .fh-welcome-container-v2 .fh-section-buttons-wrappings {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-align: left;
    margin: 0 auto 20px auto;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .home-page .fh-welcome-container-v2 .fh-welcome-section {
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-access-section,
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-mission-section {
    margin: 0;
  }
  .home-page .fh-welcome-container-v2 .fh-welcome-section .site-welcome-section[data-section-type="images-listing"],
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-access-section .site-welcome-section,
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-mission-section .site-welcome-section {
    width: 400px;
    max-width: 100%;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings .site-welcome-section[data-section-type="images-listing"] ul.slides,
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings .site-welcome-section[data-section-type="images-listing"] ul.slides li,
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings .site-welcome-section[data-section-type="images-listing"] ul.slides a {
    display: block;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-welcome-section .site-welcome-section[data-section-type="images-listing"] ul.slides img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
    object-fit: cover;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-access-section .site-welcome-section[data-section-type="images-listing"] ul.slides img,
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-mission-section .site-welcome-section[data-section-type="images-listing"] ul.slides img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3/2;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings,
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings[data-sections-count-gt1="true"] > .site-welcome-section-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings[data-sections-count-gt1] > .site-welcome-section-wrapper {
    padding: 2em 2.5em;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings[data-sections-count-gt1] > .site-welcome-section-wrapper {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings[data-sections-count-gt1] > .site-welcome-section-wrapper {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings[data-sections-count-gt1] > .site-welcome-section-wrapper {
    -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%;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings[data-sections-count-gt1="true"] > .site-welcome-section-wrapper > .site-welcome-section {
    margin-left: 20px;
    margin-right: 20px;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-welcome-section[data-sections-count-gt1="true"] > .site-welcome-section-wrapper > .site-welcome-section[data-section-type="images-listing"] {
    -moz-box-flex: 1 0 400px;
    -webkit-box-flex: 1 0 400px;
    -ms-flex: 1 0 400px;
    -webkit-flex: 1 0 400px;
    flex: 1 0 400px;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-full-width-section {
    padding: 0;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-full-width-section .fh-welcome-section-images-listing img {
    max-width: 100%;
    height: auto;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-full-width-section[data-sections-count-gt1="true"] .site-welcome-section[data-section-type="content-area"] {
    padding: 20px;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-access-section .site-welcome-section[data-section-type="content-area"],
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-mission-section .site-welcome-section[data-section-type="content-area"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-access-section .site-welcome-section[data-section-type="content-area"],
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-mission-section .site-welcome-section[data-section-type="content-area"] {
    -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;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-access-section .site-welcome-section[data-section-type="content-area"],
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-mission-section .site-welcome-section[data-section-type="content-area"] {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .home-page.not-ie .fh-welcome-container-v2 .fh-welcome-section {
    background-size: 100% auto;
    background-position: left bottom;
  }
  html.js-supports-intersection-observer .fh-welcome-container-v2 .site-welcome-section-wrappings img {
    transition: 1.2s transform ease 0s, 1.2s opacity ease 0s;
    opacity: 0;
  }
  html.js-supports-intersection-observer .fh-welcome-container-v2 .fh-welcome-section img {
    transform: translate3d(-200%,0,0.1px);
  }
  html.js-supports-intersection-observer .fh-welcome-container-v2 .fh-mission-section img {
    transform: translate3d(-200%,0,0.1px);
  }
  html.js-supports-intersection-observer .fh-welcome-container-v2 .fh-access-section img {
    transform: translate3d(200%,0,0.1px);
  }
  html.js-supports-intersection-observer .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-visible img {
    opacity: 1;
    transform: translate3d(0,0,0.1px);
  }
}
@media (min-width: 1025px) {
  .home-page .fh-welcome-container-v2 .fh-welcome-section .site-welcome-section[data-section-type="images-listing"],
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-access-section .site-welcome-section,
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings.fh-mission-section .site-welcome-section {
    width: 600px;
    max-width: 100%;
  }
}
@media (max-width: 979px) {
  html .fh-welcome-container-v2 .fh-section-buttons-listing > li {
    display: block;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrappings[data-module="access_your_health_record"] {
    margin-bottom: 20px;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-wrapper p {
    margin-bottom: 0;
  }
  .fh-welcome-container-v2 .fh-welcome-section-images-listing img {
    max-height: 200px;
    width: auto;
  }
  .fh-welcome-container-v2 .site-welcome-section-content ul,
  .fh-welcome-container-v2 .site-welcome-section-content ol {
    margin: 20px auto;
    padding: 0 20px;
    max-width: 100%;
    text-align: left;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section-title,
  .home-page .fh-welcome-container-v2 .site-welcome-section-subtitle {
    margin-bottom: 0.2em;
  }
  .home-page .fh-welcome-container-v2 .fh-welcome-section {
    padding: 20px 10px;
  }
  .home-page .fh-welcome-container-v2 .fh-welcome-section .site-welcome-section-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-page .fh-welcome-container-v2 .site-welcome-section a,
  .home-page .fh-welcome-container-v2 .site-welcome-section a:link,
  .home-page .fh-welcome-container-v2 .site-welcome-section a:visited,
  .home-page .fh-welcome-container-v2 .site-welcome-section a:hover,
  .home-page .fh-welcome-container-v2 .site-welcome-section a:focus,
  .home-page .fh-welcome-container-v2 .site-welcome-section a:active {
    display: block;
    line-height: 1.2;
    box-shadow: none;
    font-size: 18px;
    font-size: 1rem;
    padding: 8px;
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.3));
  }
  .fh-welcome-container-v2 .site-welcome-section-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-welcome-container-v2 .site-welcome-section-wrapper {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .fh-welcome-container-v2 .site-welcome-section-wrappings + .site-welcome-section-wrappings {
    margin-top: 20px;
  }
  .fh-welcome-container-v2 .site-welcome-section-wrapper .site-welcome-section[data-section-type="images-listing"] {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .fh-welcome-container-v2 .site-welcome-section-wrapper .site-welcome-section[data-section-type="content-area"] {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.emergency-services-sections {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 3em 1em 2em 1em;
  color: #7d9d6b;
  background-color: #fff;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.emergency-services-sections .fa {
  font-size: 5rem;
}
div.info-section-img {
  transition: transform 0.4s;
}
div.info-section-img:hover {
  tranform: scale(1.1);
}
.emergency-services-sections h1,
.emergency-services-sections h2,
.emergency-services-sections h3,
.emergency-services-sections h4,
.emergency-services-sections h5,
.emergency-services-sections h6 {
  text-align: center;
}
.emergency-services-sections a {
  transition: color 0.4s;
}
.emergency-services-sections a,
.emergency-services-sections a:link,
.emergency-services-sections a:visited,
.emergency-services-sections a:hover,
.emergency-services-sections a:focus,
.emergency-services-sections a:active {
  text-decoration: none;
}
.info-section-100 .info-section-img-shim {
  display: none !important;
}
.info-section-100 .info-section-img-shim + .info-section-title-wrapper {
  text-align: center;
}
.info-section-100 .info-section-img-shim + .info-section-title-wrapper {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.info-section-100 .info-section-img-shim + .info-section-title-wrapper {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.info-section-100 .info-section-img-shim + .info-section-title-wrapper .info-section-title {
  width: 320px;
  height: 320px;
  max-width: 100%;
  padding: 10px;
  margin-top: -2px;
  text-align: center;
  vertical-align: top;
  border: 6px solid #424a54;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.info-section-100 .info-section-img-shim + .info-section-title-wrapper .info-section-title {
  display: inline-block;
  display: -moz-inline-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.info-section-100 .info-section-img-shim + .info-section-title-wrapper .info-section-title {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.info-section-100 p {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.5rem;
}
.info-section-100 img.info-section-img-item {
  transition: filter 0.4s;
}
.info-section-100 .active-info-item img.info-section-img-item,
.info-section-100 .active-info-item img.info-section-img-item:hover,
.info-section-100 img.info-section-img-item:hover {
  filter: grayscale(100%);
}
@media (min-width: 1200px) {
  .emergency-services-sections {
    max-width: 1200px;
    max-width: min(100%,1200px);
  }
}
@media (min-width: 900px) {
  html.js-supports-intersection-observer .emergency-services-sections .info-section-100 .info-item {
    transition: 2s opacity ease-in-out 0.1s, 1.2s transform ease-in-out 0.1s;
    opacity: 0;
  }
  html.js-supports-intersection-observer .emergency-services-sections .info-section-100 .info-item:nth-child(2) {
    transform: translate3d(0,-200%,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .emergency-services-sections .info-section-100 .info-item:nth-child(3) {
    transform: translate3d(0,200%,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .emergency-services-sections .info-section-100 .info-item:first-child {
    transform: translate3d(-200%,-200%,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .emergency-services-sections .info-section-100 .info-item:last-child {
    transform: translate3d(200%,200%,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .emergency-services-sections.fh-visible .info-section-100 .info-item {
    transform: translate3d(0,0,0.1px);
    opacity: 1;
  }
  .info-section-100[data-num-items-gt1="true"] > .info-item {
    display: inline-block;
    vertical-align: top;
    width: 24%;
  }
  .info-section-100[data-num-items="2"] > .info-item,
  .info-section-100[data-num-items="7"] > .info-item {
    width: 49%;
  }
  .info-section-100[data-num-items="3"] > .info-item,
  .info-section-100[data-num-items="6"] > .info-item,
  .info-section-100[data-num-items="9"] > .info-item,
  .info-section-100[data-num-items="11"] > .info-item,
  .info-section-100[data-num-items="12"] > .info-item,
  .info-section-100[data-num-items="14"] > .info-item,
  .info-section-100[data-num-items="15"] > .info-item,
  .info-section-100[data-num-items="18"] > .info-item,
  .info-section-100[data-num-items="21"] > .info-item,
  .info-section-100[data-num-items="24"] > .info-item,
  .info-section-100[data-num-items="27"] > .info-item,
  .info-section-100[data-num-items="30"] > .info-item,
  .info-section-100[data-num-items="33"] > .info-item,
  .info-section-100[data-num-items="36"] > .info-item,
  .info-section-100[data-num-items="39"] > .info-item,
  .info-section-100[data-num-items="42"] > .info-item,
  .info-section-100[data-num-items="45"] > .info-item,
  .info-section-100[data-num-items="48"] > .info-item,
  .info-section-100[data-num-items="51"] > .info-item {
    width: 32%;
  }
  .info-section-100[data-num-items="4"] > .info-item,
  .info-section-100[data-num-items="8"] > .info-item,
  .info-section-100[data-num-items="12"] > .info-item,
  .info-section-100[data-num-items="13"] > .info-item,
  .info-section-100[data-num-items="16"] > .info-item,
  .info-section-100[data-num-items="20"] > .info-item,
  .info-section-100[data-num-items="24"] > .info-item,
  .info-section-100[data-num-items="28"] > .info-item,
  .info-section-100[data-num-items="32"] > .info-item,
  .info-section-100[data-num-items="36"] > .info-item,
  .info-section-100[data-num-items="40"] > .info-item,
  .info-section-100[data-num-items="44"] > .info-item,
  .info-section-100[data-num-items="52"] > .info-item {
    width: 24%;
  }
  .info-section-100[data-num-items="5"] > .info-item,
  .info-section-100[data-num-items="10"] > .info-item,
  .info-section-100[data-num-items="15"] > .info-item,
  .info-section-100[data-num-items="20"] > .info-item,
  .info-section-100[data-num-items="25"] > .info-item,
  .info-section-100[data-num-items="30"] > .info-item,
  .info-section-100[data-num-items="35"] > .info-item,
  .info-section-100[data-num-items="40"] > .info-item,
  .info-section-100[data-num-items="45"] > .info-item,
  .info-section-100[data-num-items="50"] > .info-item {
    width: 19%;
  }
  .info-section-100[data-num-items-gt1="true"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .info-section-100[data-num-items-gt1="true"] {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .info-section-100[data-num-items-gt1="true"] {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 899px) {
  .info-section-100[data-num-items-gt1="true"] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .info-section-100 img.info-section-img-item {
    height: 150px;
    width: auto;
  }
  .info-section-100 p {
    font-size: 1.2rem;
  }
  .emergency-services-sections h2 {
    font-size: 1.2rem;
    margin: 10px 0;
  }
}
.home-page-buttons-listing-wrapper {
  background-color: #819f6d;
}
.home-page-buttons-listing li {
  display: block;
  position: relative;
}
.home-page-buttons-listing li a:before,
.home-page-buttons-listing li a:link:before,
.home-page-buttons-listing li a:visited:before,
.home-page-buttons-listing li a:hover:before,
.home-page-buttons-listing li a:focus:before,
.home-page-buttons-listing li a:active:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #a9d193;
  background-image: url(/docs/Button_Image_Forbes_Family_Care_Center.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
.home-page-buttons-listing li a,
.home-page-buttons-listing li a:link,
.home-page-buttons-listing li a:visited,
.home-page-buttons-listing li a:hover,
.home-page-buttons-listing li a:focus,
.home-page-buttons-listing li a:active {
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  padding: 20px;
  color: #fff;
  text-shadow: 1px 1px 2px black;
  font-weight: bold;
}
.home-page-buttons-listing li a,
.home-page-buttons-listing li a:link,
.home-page-buttons-listing li a:visited,
.home-page-buttons-listing li a:hover,
.home-page-buttons-listing li a:focus,
.home-page-buttons-listing li a:active {
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.5));
}
.home-page-buttons-listing li a .home-page-buttons-text-wrapper,
.home-page-buttons-listing li a:link .home-page-buttons-text-wrapper,
.home-page-buttons-listing li a:visited .home-page-buttons-text-wrapper,
.home-page-buttons-listing li a:hover .home-page-buttons-text-wrapper,
.home-page-buttons-listing li a:focus .home-page-buttons-text-wrapper,
.home-page-buttons-listing li a:active .home-page-buttons-text-wrapper {
  position: relative;
  z-index: 100;
  padding-bottom: 20px;
  max-width: 100%;
}
html.is-ie .home-page-buttons-listing li a .home-page-buttons-text-wrapper,
html.is-ie .home-page-buttons-listing li a:link .home-page-buttons-text-wrapper,
html.is-ie .home-page-buttons-listing li a:visited .home-page-buttons-text-wrapper,
html.is-ie .home-page-buttons-listing li a:hover .home-page-buttons-text-wrapper,
html.is-ie .home-page-buttons-listing li a:focus .home-page-buttons-text-wrapper,
html.is-ie .home-page-buttons-listing li a:active .home-page-buttons-text-wrapper {
  padding-bottom: 80px;
}
.home-page-buttons-listing li a .home-page-buttons-learn-more-wrapper,
.home-page-buttons-listing li a:link .home-page-buttons-learn-more-wrapper,
.home-page-buttons-listing li a:visited .home-page-buttons-learn-more-wrapper,
.home-page-buttons-listing li a:hover .home-page-buttons-learn-more-wrapper,
.home-page-buttons-listing li a:focus .home-page-buttons-learn-more-wrapper,
.home-page-buttons-listing li a:active .home-page-buttons-learn-more-wrapper {
  position: relative;
  z-index: 100;
  max-width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #809E75;
  display: block;
  text-align: center;
  padding: 6px;
  margin-left: 20px;
  margin-right: 20px;
}
.home-page-buttons-listing li[data-menu-id="95071"] a:before,
.home-page-buttons-listing li[data-menu-id="95071"] a:link:before,
.home-page-buttons-listing li[data-menu-id="95071"] a:visited:before,
.home-page-buttons-listing li[data-menu-id="95071"] a:hover:before,
.home-page-buttons-listing li[data-menu-id="95071"] a:active:before,
.home-page-buttons-listing li[data-menu-id="95071"] a:focus:before {
  background-image: url(/docs/Button_Image_Forbes_Family_Care_Center.jpg);
}
.home-page-buttons-listing li[data-menu-id="95077"] a:before,
.home-page-buttons-listing li[data-menu-id="95077"] a:link:before,
.home-page-buttons-listing li[data-menu-id="95077"] a:visited:before,
.home-page-buttons-listing li[data-menu-id="95077"] a:hover:before,
.home-page-buttons-listing li[data-menu-id="95077"] a:active:before,
.home-page-buttons-listing li[data-menu-id="95077"] a:focus:before {
  background-image: url(/docs/Button_Image_Corporate_With_Sign.png);
}
.home-page-buttons-listing li[data-menu-id="95081"] a:before,
.home-page-buttons-listing li[data-menu-id="95081"] a:link:before,
.home-page-buttons-listing li[data-menu-id="95081"] a:visited:before,
.home-page-buttons-listing li[data-menu-id="95081"] a:hover:before,
.home-page-buttons-listing li[data-menu-id="95081"] a:active:before,
.home-page-buttons-listing li[data-menu-id="95081"] a:focus:before {
  background-image: url(/docs/Button_Image_ER.png);
}
.home-page-buttons-listing li[data-menu-id="95079"] a:before,
.home-page-buttons-listing li[data-menu-id="95079"] a:link:before,
.home-page-buttons-listing li[data-menu-id="95079"] a:visited:before,
.home-page-buttons-listing li[data-menu-id="95079"] a:hover:before,
.home-page-buttons-listing li[data-menu-id="95079"] a:active:before,
.home-page-buttons-listing li[data-menu-id="95079"] a:focus:before {
  background-image: url(/docs/Button_Image_Medical_Rehab.jpg);
}
.home-page-buttons-listing li[data-menu-id="95073"] a:before,
.home-page-buttons-listing li[data-menu-id="95073"] a:link:before,
.home-page-buttons-listing li[data-menu-id="95073"] a:visited:before,
.home-page-buttons-listing li[data-menu-id="95073"] a:hover:before,
.home-page-buttons-listing li[data-menu-id="95073"] a:active:before,
.home-page-buttons-listing li[data-menu-id="95073"] a:focus:before {
  background-image: url(/docs/Button_Image_Foundation.jpg);
}
.home-page-buttons-listing li[data-menu-id="95075"] a:before,
.home-page-buttons-listing li[data-menu-id="95075"] a:link:before,
.home-page-buttons-listing li[data-menu-id="95075"] a:visited:before,
.home-page-buttons-listing li[data-menu-id="95075"] a:hover:before,
.home-page-buttons-listing li[data-menu-id="95075"] a:active:before,
.home-page-buttons-listing li[data-menu-id="95075"] a:focus:before {
  background-image: url(/docs/Button_Image_Convenient_Care_Center.jpg);
}
.home-page-buttons-listing li[data-menu-id] a:hover:before {
  filter: grayscale(100%);
}
@media (min-width: 980px) {
  .home-page-buttons-listing-image-wrapper,
  .home-page-buttons-listing-image-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 50;
  }
  .home-page-buttons-listing {
    max-width: 1500px;
    max-width: min(100%,1500px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .home-page-buttons-listing-wrapper {
    padding: 2em;
  }
  .home-page-buttons-listing {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .home-page-buttons-listing {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .home-page-buttons-listing {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-page-buttons-listing > li {
    padding: 10px;
    max-width: 30%;
    width: 30%;
    height: 220px;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: top;
  }
  .home-page-buttons-listing > li {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .home-page-buttons-listing > li {
    -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-buttons-listing li a,
  .home-page-buttons-listing li a:link,
  .home-page-buttons-listing li a:visited,
  .home-page-buttons-listing li a:hover,
  .home-page-buttons-listing li a:focus,
  .home-page-buttons-listing li a:active {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .home-page-buttons-listing li a,
  .home-page-buttons-listing li a:link,
  .home-page-buttons-listing li a:visited,
  .home-page-buttons-listing li a:hover,
  .home-page-buttons-listing li a:focus,
  .home-page-buttons-listing li a:active {
    -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;
  }
  .home-page-buttons-listing li a,
  .home-page-buttons-listing li a:link,
  .home-page-buttons-listing li a:visited,
  .home-page-buttons-listing li a:hover,
  .home-page-buttons-listing li a:focus,
  .home-page-buttons-listing li a:active {
    -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-buttons-listing li a,
  .home-page-buttons-listing li a .home-page-buttons-learn-more-wrapper,
  .home-page-buttons-listing li a:link,
  .home-page-buttons-listing li a:link .home-page-buttons-learn-more-wrapper,
  .home-page-buttons-listing li a:visited,
  .home-page-buttons-listing li a:visited .home-page-buttons-learn-more-wrapper,
  .home-page-buttons-listing li a:hover,
  .home-page-buttons-listing li a:hover .home-page-buttons-learn-more-wrapper,
  .home-page-buttons-listing li a:focus,
  .home-page-buttons-listing li a:focus .home-page-buttons-learn-more-wrapper,
  .home-page-buttons-listing li a:active,
  .home-page-buttons-listing li a:active .home-page-buttons-learn-more-wrapper {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .home-page-buttons-listing li a .home-page-buttons-text-wrapper,
  .home-page-buttons-listing li a:link .home-page-buttons-text-wrapper,
  .home-page-buttons-listing li a:visited .home-page-buttons-text-wrapper,
  .home-page-buttons-listing li a:hover .home-page-buttons-text-wrapper,
  .home-page-buttons-listing li a:focus .home-page-buttons-text-wrapper,
  .home-page-buttons-listing li a:active .home-page-buttons-text-wrapper {
    -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%;
  }
  html.home-buttons-div-by-2 .home-page-buttons-listing > li {
    width: 47%;
    max-width: 47%;
  }
  html.home-buttons-div-by-3 .home-page-buttons-listing > li {
    max-width: 30%;
    width: 30%;
  }
}
@media (max-width: 979px) {
  .home-page-buttons-listing-wrapper {
    padding: 10px;
  }
  .home-page-buttons-listing > li + li {
    margin-top: 10px;
  }
  .home-page-buttons-listing-image-wrapper {
    margin-top: 20px;
  }
  .home-page-buttons-listing li a,
  .home-page-buttons-listing li a:link,
  .home-page-buttons-listing li a:visited,
  .home-page-buttons-listing li a:hover,
  .home-page-buttons-listing li a:focus,
  .home-page-buttons-listing li a:active {
    font-size: 1.4rem;
    padding: 10px;
  }
  .home-page-buttons-listing li a,
  .home-page-buttons-listing li a:link,
  .home-page-buttons-listing li a:visited,
  .home-page-buttons-listing li a:hover,
  .home-page-buttons-listing li a:focus,
  .home-page-buttons-listing li a:active {
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.25));
  }
}
html.home-page .news-information-sections {
  text-align: center;
  overflow: hidden;
  padding: 2em 2em;
  max-width: 1500px;
  max-width: min(100%,1500px);
  margin-left: auto;
  margin-right: auto;
}
html.home-page .news-information-sections p,
html.home-page .news-information-sections h1,
html.home-page .news-information-sections h2,
html.home-page .news-information-sections h3,
html.home-page .news-information-sections h4,
html.home-page .news-information-sections h5,
html.home-page .news-information-sections h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
html.home-page .news-information-sections iframe {
  max-width: 100% !important;
}
html.home-page .information-section-news-section-2 {
  color: ;
}
html.home-page .information-section-news-section-2 .info-section-description {
  font-size: 1.3rem;
  font-weight: bold;
}
html.home-page .information-section-news-section-2 .info-section-title {
  color: ;
}
html.home-page .news-information-sections h1.news-section-section-title {
  text-align: center;
  color: #fff;
  background-color: #7d9d6b;
  font-size: 2.5rem;
  padding: 10px;
  margin-bottom: 20px;
}
html.home-page .news-information-sections h1.news-section-section-title {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
html.home-page .info-section-200 {
  text-align: center;
}
html.home-page .info-section-200 .info-section-img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
html.home-page .info-section-200 .info-section-description {
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 1em;
}
@media (min-width: 1000px) {
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description .info-section-img {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    max-width: min(100%,50%);
  }
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description .info-section-img img {
    width: 100%;
    height: auto;
  }
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description:nth-child(even) {
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description .info-section-img img {
    vertical-align: top;
  }
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description .info-section-description {
    text-align: left;
  }
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description .info-section-description {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description .info-section-description {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description:nth-child(even) .info-section-description {
    background-color: #2f3293;
    color: #fff;
  }
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description:nth-child(even) .info-section-description a,
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description:nth-child(even) .info-section-description a:link,
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description:nth-child(even) .info-section-description a:visited,
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description:nth-child(even) .info-section-description a:hover,
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description:nth-child(even) .info-section-description a:focus,
  html.home-page .info-section-200 .info-item.has-section-icon-src.has-section-description:nth-child(even) .info-section-description a:active {
    color: #fff;
    color: inherit;
  }
  html.home-page .information-section-news-section-2 .info-section-description {
    font-size: 1.7rem;
  }
  html.home-page .news-information-sections[data-num-sections-gt1="true"] > .information-section {
    display: inline-block;
    vertical-align: top;
  }
  html.home-page .news-information-sections[data-num-sections="2"] > .information-section {
    width: 50%;
  }
  html.home-page .news-information-sections[data-num-sections="3"] > .information-section {
    width: 32%;
  }
  html.home-page .news-information-sections[data-num-sections="3"] > .information-section:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (max-width: 999px) {
  html.home-page .news-information-sections {
    padding: 0;
  }
  html.home-page .information-section-news-section-2 {
    color: #000;
    color: inherit;
  }
  html.home-page .news-information-sections h1.news-section-section-title {
    font-size: 1.4rem;
  }
  html.home-page .news-information-sections h1.news-section-section-title {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.fh-info-container[data-info-group="1000"] {
  font-weight: 600;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  color: #00853e;
}
.fh-info-container[data-info-group="1000"] .fh-info----news-item-image {
  vertical-align: bottom;
}
.fh-info-container[data-info-group="1000"] .fh-info-section-title {
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 36px;
  margin: 0 0 30px 0;
}
.fh-info-container[data-info-group="1000"] a {
  color: color 0.2s linear;
}
.fh-info-container[data-info-group="1000"] a,
.fh-info-container[data-info-group="1000"] a:link,
.fh-info-container[data-info-group="1000"] a:visited,
.fh-info-container[data-info-group="1000"] a:hover,
.fh-info-container[data-info-group="1000"] a:focus,
.fh-info-container[data-info-group="1000"] a:active {
  text-decoration: none;
  color: #00853e;
}
.fh-info-container[data-info-group="1000"] a:hover,
.fh-info-container[data-info-group="1000"] a:focus,
.fh-info-container[data-info-group="1000"] a:active {
  color: #00b156;
}
.fh-info-container[data-info-group="1000"] .fh-info----news-item-image-container {
  overflow: hidden;
}
.fh-info-container[data-info-group="1000"] .fh-info----news-item-image {
  transition: transform 0.4s linear;
}
.fh-info-container[data-info-group="1000"] .fh-info----news-item-image:hover {
  transform: scale(1.1);
}
@media (min-width: 800px) {
  .fh-info-container[data-info-group="1000"] {
    max-width: ;
    max-width: min(100%,);
    width: 100%;
    margin: 50px auto;
  }
  .fh-info-container[data-info-group="1000"] .fh-info----news-item-title-container,
  .fh-info-container[data-info-group="1000"] .fh-info----news-item-description {
    text-align: left;
  }
  .fh-info-container[data-info-group="1000"][data-count="5"] .fh-info----news-item {
    width: 18%;
  }
  .fh-info-container[data-info-group="1000"][data-count="5"] .fh-info----news-item + .fh-info----news-item {
    margin-left: 2%;
  }
  .fh-info-container[data-info-group="1000"][data-count="4"] .fh-info----news-item {
    width: 23.5%;
  }
  .fh-info-container[data-info-group="1000"][data-count="4"] .fh-info----news-item + .fh-info----news-item {
    margin-left: 2%;
  }
  .fh-info-container[data-info-group="1000"][data-count="3"] .fh-info----news-item {
    width: 31.3%;
  }
  .fh-info-container[data-info-group="1000"][data-count="3"] .fh-info----news-item + .fh-info----news-item {
    margin-left: 2%;
  }
  .fh-info-container[data-info-group="1000"][data-count="2"] .fh-info----news-item {
    width: 47%;
  }
  .fh-info-container[data-info-group="1000"][data-count="2"] .fh-info----news-item + .fh-info----news-item {
    margin-left: 2%;
  }
  .fh-info-container[data-count-gt1="true"] {
    text-align: center;
  }
  .fh-info-container[data-count-gt1="true"] .fh-info----news-item {
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 799px) {
  .fh-info-container[data-info-group="1000"] {
    text-align: center;
    padding: 10px 20px;
    line-height: 1.2;
  }
}
@media (min-width: ) and (max-width: 799px) {
  .fh-info-container[data-count-gt1="true"] {
    text-align: center;
  }
  .fh-info-container[data-count-gt1="true"] .fh-info----news-item {
    display: inline-block;
    vertical-align: top;
  }
  .fh-info-container[data-info-group="1000"] {
    text-align: center;
  }
  .fh-info-container[data-info-group="1000"][data-count="4"] .fh-info----news-item {
    width: 47%;
  }
  .fh-info-container[data-info-group="1000"][data-count="4"] .fh-info----news-item + .fh-info----news-item {
    margin-left: 2%;
  }
}
.facebook-wrappings {
  text-align: center;
}
.news-widgets-container-wrapper {
  text-align: left;
  background-color: #cdddf6;
  padding: 3em;
}
.news-widgets-container h1.view-events-container-pagetitle {
  color: #284a83;
  margin: 0 0 20px -30px;
  padding: 0;
  line-height: 1.2;
}
.news-widgets-container h1.view-events-container-pagetitle a,
.news-widgets-container h1.view-events-container-pagetitle a:link,
.news-widgets-container h1.view-events-container-pagetitle a:visited,
.news-widgets-container h1.view-events-container-pagetitle a:hover,
.news-widgets-container h1.view-events-container-pagetitle a:focus,
.news-widgets-container h1.view-events-container-pagetitle a:active {
  display: block;
  text-decoration: none;
  color: #284a83;
}
.news-widgets-container > .news-event-widget {
  color: #fff;
  max-width: 800px;
}
.event-item,
.event-item .event-date {
  transition: color 0.2s, background-color 0.2s;
}
.event-item .event-date {
  background-image: url(/docs/75717.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.event-item:nth-child(10n+1) .event-date {
  background-image: url(/docs/75717.jpg);
}
.event-item:nth-child(10n+2) .event-date {
  background-image: url(/docs/75718.jpg);
}
.event-item:nth-child(10n+3) .event-date {
  background-image: url(/docs/75713.jpg);
}
.event-item:nth-child(10n+4) .event-date {
  background-image: url(/docs/127095.jpg);
}
.event-item:nth-child(10n+5) .event-date {
  background-image: url(/docs/80854.jpg);
}
.event-item:nth-child(10n+6) .event-date {
  background-image: url(/docs/127145.jpg);
}
.event-item:nth-child(10n+7) .event-date {
  background-image: url(/docs/127105.jpg);
}
.event-item:nth-child(10n+8) .event-date {
  background-image: url(/docs/127095.jpg);
}
.event-item:nth-child(10n+9) .event-date {
  background-image: url(/docs/59533.jpg);
}
.event-item:nth-child(10n+10) .event-date {
  background-image: url(/docs/134443.jpg);
}
.event-item {
  color: #284a83;
  background-color: #efefef;
  position: relative;
  margin-bottom: 4px;
}
.event-item {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.event-item:hover {
  background-color: #dfdfdf;
}
.event-item:hover .event-name {
  color: #fff;
}
.event-item .event-date {
  position: relative;
  width: 160px;
  height: 160px;
  max-width: 100%;
  aspect-ratio: 1;
  padding: 6px;
  margin-left: -30px;
  vertical-align: middle;
  font-size: 1.2rem;
  color: transparent;
  overflow: visible;
  text-shadow: none;
}
.event-item .event-date {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.event-item .event-date a,
.event-item .event-date a:link,
.event-item .event-date a:visited,
.event-item .event-date a:hover,
.event-item .event-date a:focus,
.event-item .event-date a:active {
  color: transparent;
}
.event-item .event-date,
.event-item .event-name {
  display: inline-block;
  display: -moz-inline-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.event-item .event-date,
.event-item .event-name {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.event-item .event-name {
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
}
.event-item .event-name {
  display: inline-block;
  display: -moz-inline-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.event-item .event-name {
  -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%;
}
.event-date .event-date-day {
  margin-left: 2px;
}
.news-widgets-container > .news-event-widget a,
.news-widgets-container > .news-event-widget a:link,
.news-widgets-container > .news-event-widget a:visited,
.news-widgets-container > .news-event-widget a:hover,
.news-widgets-container > .news-event-widget a:focus,
.news-widgets-container > .news-event-widget a:active {
  text-decoration: none;
}
.event-item .event-name a,
.event-item .event-name a:link,
.event-item .event-name a:visited,
.event-item .event-name a:hover,
.event-item .event-name a:focus,
.event-item .event-name a:active {
  color: #284a83;
  vertical-align: middle;
  margin-right: 0;
  font-size: 1rem;
}
.event-item .event-name a,
.event-item .event-name a:link,
.event-item .event-name a:visited,
.event-item .event-name a:hover,
.event-item .event-name a:focus,
.event-item .event-name a:active {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.event-item .event-name a,
.event-item .event-name a:link,
.event-item .event-name a:visited,
.event-item .event-name a:hover,
.event-item .event-name a:focus,
.event-item .event-name a:active {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.event-item .event-name a,
.event-item .event-name a:link,
.event-item .event-name a:visited,
.event-item .event-name a:hover,
.event-item .event-name a:focus,
.event-item .event-name a:active {
  -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%;
}
html.is-ie .event-item .event-name a,
html.is-ie .event-item .event-name a:link,
html.is-ie .event-item .event-name a:visited,
html.is-ie .event-item .event-name a:hover,
html.is-ie .event-item .event-name a:focus,
html.is-ie .event-item .event-name a:active {
  line-height: 172px;
}
.event-item:hover .event-name,
.event-item:hover .event-name a,
.event-item:hover .event-name a:link,
.event-item:hover .event-name a:visited,
.event-item:hover .event-name a:hover,
.event-item:hover .event-name a:focus,
.event-item:hover .event-name a:active {
  color: #114678;
}
.news-widgets-container > .facebook-wrappings {
  background-color: #cdddf6;
}
.fh-news-section-images-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 940px) {
  .news-widgets-container {
    max-width: 1238px;
    max-width: min(100%,1238px);
    margin-left: auto;
    margin-right: auto;
  }
  .news-widgets-container[data-num-widgets-gt1="true"] {
    gap: 40px;
  }
  .news-widgets-container[data-num-widgets-gt1="true"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .news-widgets-container[data-num-widgets-gt1="true"] {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .news-widgets-container[data-num-widgets-gt1="true"] > .news-event-widget,
  .news-widgets-container[data-num-widgets-gt1="true"] > .section-images,
  .news-widgets-container[data-num-widgets-gt1="true"] > .facebook-wrappings {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 386px;
  }
  .news-widgets-container[data-num-widgets-gt1="true"] > .section-images img {
    max-height: 500px;
    width: auto;
    vertical-align: bottom;
    max-width: 100%;
  }
  .news-widgets-container[data-num-widgets-gt1="true"] > .facebook-wrappings iframe {
    width: 100%;
  }
  .news-widgets-container[data-num-widgets-gt1="true"] > .news-event-widget {
    -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;
  }
  .news-widgets-container[data-num-widgets-gt1="true"] > .facebook-wrappings {
    max-width: 500px;
    max-width: min(100%,500px);
    min-width: 280px;
  }
  .news-widgets-container[data-num-widgets-gt1="true"] > .facebook-wrappings {
    -moz-box-flex: 1 1 300px;
    -webkit-box-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    -webkit-flex: 1 1 300px;
    flex: 1 1 300px;
  }
}
@media (max-width: 939px) {
  .event-item .event-date {
    background-color: #7e8083;
  }
  .event-item .event-date {
    -moz-box-flex: 0 0 100px;
    -webkit-box-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    flex: 0 0 100px;
  }
  .event-item .event-name a,
  .event-item .event-name a:link,
  .event-item .event-name a:visited,
  .event-item .event-name a:hover,
  .event-item .event-name a:focus,
  .event-item .event-name a:active {
    font-size: 1.2rem;
    margin-right: 0;
    line-height: 1.2;
  }
  .news-widgets-container h1.view-events-container-pagetitle,
  .news-widgets-container h1.view-events-container-pagetitle a,
  .news-widgets-container h1.view-events-container-pagetitle a:link,
  .news-widgets-container h1.view-events-container-pagetitle a:visited,
  .news-widgets-container h1.view-events-container-pagetitle a:hover,
  .news-widgets-container h1.view-events-container-pagetitle a:focus,
  .news-widgets-container h1.view-events-container-pagetitle a:active {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .news-widgets-container > .facebook-wrappings,
  .news-widgets-container > .news-event-widget {
    padding: 10px;
  }
  .news-widgets-container > .facebook-wrappings {
    padding-bottom: 30px;
  }
  .event-item {
    margin-left: 25px;
  }
  .event-item .event-name {
    padding-left: 10px;
    line-height: 1.1;
  }
  html.is-ie .news-widgets-container > .news-event-widget a,
  html.is-ie .news-widgets-container > .news-event-widget a:link,
  html.is-ie .news-widgets-container > .news-event-widget a:visited,
  html.is-ie .news-widgets-container > .news-event-widget a:hover,
  html.is-ie .news-widgets-container > .news-event-widget a:focus,
  html.is-ie .news-widgets-container > .news-event-widget a:active {
    font-size: 16px;
    margin: 0;
    text-indent: 0;
    display: block;
    min-height: 0;
    line-height: 1.1;
  }
  html.is-ie .event-item,
  html.is-ie .event-item .event-date,
  html.is-ie .event-item .event-name {
    display: block;
    border-radius: 0;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
    min-height: 0;
    line-height: 1.1;
    text-indent: 0;
  }
  html.is-ie .event-item {
    border-radius: 6px;
  }
  html.is-ie .event-item .event-date,
  html.is-ie .event-item .event-name {
    padding: 10px;
  }
  html.is-ie .event-item .event-date {
    background-color: #39f;
    border-radius: 6px 6px 0 0;
  }
  html.is-ie .event-item .event-name {
    border-radius: 0 0 6px 6px;
  }
  html.is-ie .event-item + .event-item {
    margin-top: 20px;
  }
  .news-widgets-container > .news-event-widget {
    max-width: none;
  }
}
.info-source-news-topper img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.info-source-container-wrappings {
  background-color: #EAF1F4;
  padding: 3em 2em;
}
.info-source-container-wrapper {
  max-width: 1500px;
  max-width: min(100%,1500px);
  margin-left: auto;
  margin-right: auto;
}
.info-section-titles-wrapper {
  margin-bottom: 50px;
}
.info-source-container-wrappings h1,
.info-source-container-wrappings h2,
.info-source-container-wrappings h3,
.info-source-container-wrappings h4,
.info-source-container-wrappings h5,
.info-source-container-wrappings h6 {
  margin: 0;
  padding: 0;
}
.info-source-items {
  margin: 0;
  padding: 0;
  max-width: 1200px;
  max-width: min(100%,1200px);
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}
.info-source-items-wrapper,
.info-section-titles-wrapper {
  text-align: center;
}
.info-source-news-items-slideshow {
  overflow: hidden;
  position: relative;
}
.info-source-news-items-slideshow .flex-direction-nav a:before {
  color: #178e97;
}
@media (min-width: 768px) {
  .info-source-items[data-count-gt1="true"] > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .info-source-items[data-count-gt1="true"] .info-source-content-wrapper {
    padding-left: 25%;
    padding-right: 25%;
  }
  .info-source-items[data-count-gt1="true"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .info-source-items[data-count-gt1="true"] {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info-source-items[data-count-gt1="true"] {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .info-source-items[data-count-gt1="true"] > li {
    display: inline-block;
    vertical-align: top;
    max-width: 33.3%;
  }
  .info-source-items[data-count="2"] > li {
    max-width: 50%;
  }
  .info-source-items[data-count-divided-evenly-by-5="true"] > li {
    max-width: 20%;
    width: 20%;
  }
  .info-source-items[data-count-divided-evenly-by-4="true"] > li {
    max-width: 25%;
    width: 25%;
  }
  .info-source-items[data-count-divided-evenly-by-3="true"] > li {
    max-width: 33.3%;
    width: 33.3%;
  }
}
.information-items-sections {
  color: #fff;
  background-color: #01426a;
  text-align: center;
}
.information-items-sections h1,
.information-items-sections h2,
.information-items-sections h3,
.information-items-sections h4,
.information-items-sections h5,
.information-items-sections h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.information-items-sections p {
  margin: 0;
  max-width: 1200px;
  max-width: min(100%,1200px);
  margin-left: auto;
  margin-right: auto;
}
.information-items-sections p + p {
  margin-top: 10px;
}
.information-items-sections a,
.information-items-sections a:link,
.information-items-sections a:visited,
.information-items-sections a:hover,
.information-items-sections a:focus,
.information-items-sections a:active {
  color: #fff;
  text-decoration: none;
}
.information-items-sections .info-section-content-wrapper {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 2em;
}
@media (min-width: 600px) {
  .information-items-sections {
    text-align: center;
  }
  .information-items-sections .info-section-300[data-num-items-gt1="true"] {
    max-width: 680px;
    max-width: min(100%,680px);
    margin-left: auto;
    margin-right: auto;
  }
  .information-items-sections .info-section-300[data-num-items-gt1="true"] .info-item {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fh-video-section-container-wrappings {
  padding: 20px;
}
.fh-video-section-container-wrappings > .fh-video-section-container-wrapper {
  max-width: 1500px;
  max-width: min(100%,1500px);
  width: 100%;
  margin: 20px auto;
  padding: .5em;
}
.fh-video-section-container-wrappings h1,
.fh-video-section-container-wrappings h2,
.fh-video-section-container-wrappings h3,
.fh-video-section-container-wrappings h4,
.fh-video-section-container-wrappings h5,
.fh-video-section-container-wrappings h6 {
  margin: 0 0 0.25em 0;
}
@media (min-width: 800px) {
  .fh-video-section-container-wrappings[data-sections-count-gt1="true"]  > .fh-video-section-container-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-video-section-container-wrappings[data-sections-count-gt1="true"]  > .fh-video-section-container-wrapper {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .fh-video-section-container-wrappings[data-sections-count-gt1="true"]  > .fh-video-section-container-wrapper .video-contents-section-wrappings,
  .fh-video-section-container-wrappings[data-sections-count-gt1="true"]  > .fh-video-section-container-wrapper .video-section-wrappings {
    width: 48%;
  }
}
div.video-contents-section-wrapper {
  margin-top: 4em;
}
div.video-section-content p {
  font-size: 1.3rem;
}
.fh-information-footer-wrapper {
  background-color: #f3f3f3;
}
.fh-data-section-wrappings {
  position: relative;
  text-align: center;
  overflow: hidden;
  max-width: 100%;
}
.fh-data-section-wrappings ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-data-section-wrappings .fh-section-items-listing {
  margin-top: 20px;
}
.fh-data-section-wrappings .fh-section-items-listing > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
}
.fh-section-images-wrappings img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.fh-data-section-wrappings .section-content-wrappings {
  color: #fff;
  background-color: #728f3e;
  padding: 10px;
  font-size: 1.11rem;
  overflow: hidden;
  max-width: 100%;
}
.fh-data-section-wrappings p,
.fh-data-section-wrappings h1,
.fh-data-section-wrappings h2,
.fh-data-section-wrappings h3,
.fh-data-section-wrappings h4,
.fh-data-section-wrappings h5,
.fh-data-section-wrappings h6 {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.2;
}
@media (min-width: 800px) {
  .fh-section-items-wrappings {
    transition: transform 2.5s ease, opacity 2.5s ease;
  }
  html.js-supports-intersection-observer .fh-section-items-wrappings {
    transform: translate3d(100%,0,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .fh-data-section-wrappings.fh-visible .fh-section-items-wrappings {
    transform: translate3d(0,0,0.1px);
    opacity: 1;
  }
  html.js-supports-intersection-observer .fh-data-section-wrappings .section-title-main,
  html.js-supports-intersection-observer .fh-data-section-wrappings .section-contents {
    transform: translate3d(0,-100%,0.1px);
    transition: transform 2.5s ease, opacity 2.5s ease;
    opacity: 0;
  }
  html.js-supports-intersection-observer .fh-data-section-wrappings.fh-visible .section-title-main,
  html.js-supports-intersection-observer .fh-data-section-wrappings.fh-visible .section-contents {
    transform: translate3d(0,0,0.1px);
    opacity: 1;
  }
  .fh-data-section-wrappings {
    text-align: left;
  }
  .fh-data-section-wrappings .fh-section-items-listing > li,
  .fh-data-section-wrappings .fh-section-items-listing,
  .section-content-wrappings {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-data-section-wrappings .section-content-wrappings {
    padding: 20px 7.5%;
    box-shadow: -4px 4px 4px rgba(0,0,0,0.5);
  }
  .fh-data-section-wrappings .section-content-wrappings {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .fh-data-section-wrappings .fh-title-descr-wrapper h2 {
    margin: 0;
  }
  .fh-data-section-wrappings .fh-section-items-listing .fa {
    font-size: 3rem;
  }
  .fh-data-section-wrappings .fh-section-items-listing {
    max-width: 765px;
    max-width: min(100%,765px);
    text-align: left;
  }
  .fh-data-section-wrappings .fh-section-items-listing {
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .fh-data-section-wrappings .fh-section-items-listing {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fh-data-section-wrappings .fh-section-items-listing > li {
    margin: 0;
    padding: 10px;
    width: 30%;
  }
  .fh-data-section-wrappings .fh-title-descr-wrapper {
    margin-left: 20px;
  }
  .fh-section-images-wrappings img {
    box-shadow: 0 4px 4px rgba(0,0,0,0.5);
  }
  .fh-data-section-wrapper {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(24,1fr);
    padding-bottom: 8px;
  }
  .fh-data-section-wrapper .fh-section-images-wrappings {
    grid-column: 1/-1;
    grid-row: 1/-1;
  }
  .fh-data-section-wrapper .section-content-wrappings {
    height: 100%;
    grid-column: 6/-1;
    grid-row: 2/-1;
  }
  html.ie .fh-data-section-wrappings {
    text-align: center;
    overflow: visible;
    padding-bottom: 60px;
  }
  html.ie .fh-data-section-wrappings .fh-section-items-listing {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  html.ie .fh-data-section-wrapper .section-content-wrappings {
    text-align: left;
    position: absolute;
    top: 40px;
    left: 50%;
    right: 0;
    bottom: 0;
    padding: 20px 2%;
    height: auto;
  }
}
@media (max-width: 799px) {
  .fh-data-section-wrappings .fh-section-items-listing .fa {
    font-size: 96px;
  }
  .fh-data-section-wrappings .fh-section-items-listing,
  .fh-data-section-wrappings .fh-section-items-listing > li {
    display: block;
    text-align: center;
  }
  .fh-data-section-wrappings .fh-section-items-listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
  .fh-data-section-wrappings .fh-section-items-listing > li {
    margin-bottom: 20px;
  }
  .fh-data-section-wrappings h2 {
    margin: 10px 0;
  }
  .fh-data-section-wrappings h1 {
    font-size: 1.8rem;
  }
  .fh-data-section-wrappings h2 {
    font-size: 1.5rem;
    margin: 10px 0;
  }
  .fh-data-section-wrappings h3 {
    font-size: 1.4rem;
  }
  .fh-data-section-wrappings h4 {
    font-size: 1.3rem;
  }
  .fh-data-section-wrappings h5 {
    font-size: 1.2rem;
  }
  .fh-data-section-wrappings h6 {
    font-size: 1.1rem;
  }
}
.featured-items-sections {
  color: #35598a;
  background-color: #d0d7cf;
  padding: 20px 10px;
}
.featured-items-sections .info-section-content-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.featured-items-sections .info-section-img {
  overflow: hidden;
}
@media (min-width: 800px) {
  .featured-items-sections .info-section-img img {
    transform: scale(1);
    transition: 60s transform ease-in-out 1s;
  }
  .featured-items-sections .info-section-img img:hover {
    transform: scale(1.5);
  }
  html.js-supports-intersection-observer .featured-items-sections .info-section-headings h1,
  html.js-supports-intersection-observer .featured-items-sections .info-section-headings h2 {
    transition: 1.6s opacity ease-in-out 0.4s, 1.2s transform ease 0.4s;
    opacity: 0;
  }
  html.js-supports-intersection-observer .featured-items-sections .info-section-headings h1 {
    transform: translate3d(-200%,0,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .featured-items-sections .info-section-headings h2 {
    transform: translate3d(200%,0,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .featured-items-sections.fh-visible .info-section-headings h1,
  html.js-supports-intersection-observer .featured-items-sections.fh-visible .info-section-headings h2 {
    transform: translate3d(0,0,0.1px);
    opacity: 1;
  }
  html.js-supports-intersection-observer .featured-items-sections > .info-section-content-wrapper > .info-section-200 > .info-item {
    transition: 1.6s opacity ease-in-out 0.4s, 1.2s transform ease 0.4s;
  }
  html.js-supports-intersection-observer .featured-items-sections > .info-section-content-wrapper > .info-section-200 > .info-item:nth-child(2) {
    transform: translate3d(0,-200%,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .featured-items-sections > .info-section-content-wrapper > .info-section-200 > .info-item:nth-child(3) {
    transform: translate3d(200%,-200%,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .featured-items-sections > .info-section-content-wrapper > .info-section-200 > .info-item:nth-child(n + 4) {
    transform: translate3d(-200%,0,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .featured-items-sections > .info-section-content-wrapper > .info-section-200 > .info-item:nth-last-child(3) {
    transform: translate3d(-200%,200%,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .featured-items-sections > .info-section-content-wrapper > .info-section-200 > .info-item:nth-child(n + 5) {
    transform: translate3d(0,200%,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .featured-items-sections > .info-section-content-wrapper > .info-section-200 > .info-item:nth-child(n + 6) {
    transform: translate3d(200%,0,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .featured-items-sections > .info-section-content-wrapper > .info-section-200 > .info-item:first-child {
    transform: translate3d(-200%,-200%,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .featured-items-sections > .info-section-content-wrapper > .info-section-200 > .info-item:last-child {
    transform: translate3d(200%,200%,0.1px);
    opacity: 0;
  }
  html.js-supports-intersection-observer .featured-items-sections.fh-visible > .info-section-content-wrapper > .info-section.info-section-200 > .info-item {
    transform: translate3d(0,0,0.1px);
    opacity: 1;
  }
  .featured-items-sections .info-section-headings h1.info-section-title,
  .featured-items-sections .info-section-headings h2.info-section-subtitle {
    margin: 0;
  }
  .featured-items-sections .info-section-headings h1.info-section-title {
    font-size: 2em;
    margin-left: 20px;
  }
  .featured-items-sections .info-section-headings h2.info-section-subtitle .info-section-heading-words {
    display: block;
    text-align: center;
    color: #35598a;
    background-color: #fff;
    border: 4px solid #35598a;
    font-size: 1.2rem;
    letter-spacing: 0.03rem;
    line-height: 1.2;
    padding: 0.611rem 2.222rem 0.556rem;
    transition: background-color 0.4s ease 0s, color 0.4s ease 0s, box-shadow 0.4s ease 0s;
  }
  .featured-items-sections .info-section-headings h2.info-section-subtitle a,
  .featured-items-sections .info-section-headings h2.info-section-subtitle a:link,
  .featured-items-sections .info-section-headings h2.info-section-subtitle a:visited,
  .featured-items-sections .info-section-headings h2.info-section-subtitle a:hover,
  .featured-items-sections .info-section-headings h2.info-section-subtitle a:focus,
  .featured-items-sections .info-section-headings h2.info-section-subtitle a:active {
    text-decoration: none;
    display: block;
  }
  .featured-items-sections .info-section-headings h2.info-section-subtitle:hover .info-section-heading-words {
    color: #fff;
    background-color: #35598a;
    box-shadow: 0 6px 9px 1px rgba(0,0,0,0.27);
  }
  .featured-items-sections[data-has-title="true"][data-has-subtitle="true"] .info-section-headings {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .featured-items-sections[data-has-title="true"][data-has-subtitle="true"] .info-section-headings {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .featured-items-sections {
    padding: 3em 2em;
  }
  .featured-items-sections .info-item h2.info-section-title {
    font-size: 1.2333rem;
    line-height: 1.2;
    padding: 0;
    margin: 0;
  }
  .featured-items-sections .info-item h2.info-section-title a,
  .featured-items-sections .info-item h2.info-section-title a:link,
  .featured-items-sections .info-item h2.info-section-title a:visited,
  .featured-items-sections .info-item h2.info-section-title a:hover,
  .featured-items-sections .info-item h2.info-section-title a:focus,
  .featured-items-sections .info-item h2.info-section-title a:active {
    display: block;
    color: #fff;
    background-color: #35598a;
    text-decoration: none;
    padding: 0.611rem 2.222rem 0.556rem;
    transition: background-color 0.4s ease 0s, color 0.4s ease 0s, box-shadow 0.4s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .featured-items-sections .info-item .info-section-img {
    transition: box-shadow 0.4s ease 0s;
  }
  .featured-items-sections .info-item:hover .info-section-img {
    box-shadow: 0 6px 9px 1px rgba(0,0,0,0.27);
  }
  .featured-items-sections .info-item:hover h2.info-section-title a,
  .featured-items-sections .info-item:hover h2.info-section-title a:link,
  .featured-items-sections .info-item:hover h2.info-section-title a:visited,
  .featured-items-sections .info-item:hover h2.info-section-title a:hover,
  .featured-items-sections .info-item:hover h2.info-section-title a:focus,
  .featured-items-sections .info-item:hover h2.info-section-title a:active {
    background-color: #fff;
    color: #35598a;
    box-shadow: 0 6px 9px 1px rgba(0,0,0,0.27);
  }
  .featured-items-sections .info-section-img-item {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .featured-items-sections .info-section-title-wrapper {
    max-width: 80%;
    transform: translate3d(20px,10px,0);
  }
  .featured-items-sections > .info-section-content-wrapper {
    max-width: 98em;
  }
  .featured-items-sections > .info-section-content-wrapper > .info-section-200 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px 20px;
    padding: 20px;
  }
  .featured-items-sections > .info-section-content-wrapper > .info-section-200 > .info-item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .featured-items-sections > .info-section-content-wrapper > .info-section-200 > .info-item > .info-section-img {
    grid-column: 1;
    grid-row: 1;
  }
  .featured-items-sections > .info-section-content-wrapper > .info-section-200 > .info-item > .info-section-title-wrapper {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
  }
}
.job-posting {
  margin: 20px 0;
}
.job-posting h1,
.job-posting h2,
.job-posting h3,
.job-posting h4,
.job-posting h5,
.job-posting h6 {
  margin: 0;
}
.job-posting a,
.job-posting a:link,
.job-posting a:visited,
.job-posting a:hover,
.job-posting a:focus,
.job-posting a:active {
  display: block;
}
.job-posting a.view-job,
.job-posting a.view-job:link,
.job-posting a.view-job:visited,
.job-posting a.view-job:hover,
.job-posting a.view-job:focus,
.job-posting a.view-job:active {
  margin-top: 10px;
}
.job-posting .job-description {
  margin: 10px 0;
}
.fh-columns-section-items-wrappings table td,
.fh-columns-section-items-wrappings table th {
  vertical-align: middle;
  text-align: center;
}
.fh-columns-section-items-wrappings table tr:last-child td,
.fh-columns-section-items-wrappings table tr:last-child th {
  text-align: left;
}
.fh-info-section-item h2 {
  margin-top: 0;
}
.fh-info-section-item p {
  margin: 0;
}
.fh-lab-data-section-item table {
  font-size: 14px;
}
.fh-careers-section-item .job-postings ul {
  margin: 0 0 0 20px;
  padding: 0;
}
@media (min-width: 800px) {
  .fh-columns-section-items-wrappings[data-sections-count-gt1="true"] > .fh-columns-section-items-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-columns-section-items-wrappings[data-sections-count-gt1="true"] > .fh-columns-section-items-wrapper {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fh-columns-section-items-wrappings[data-sections-count-gt1="true"] .fh-info-section-item {
    margin-left: 20px;
    margin-right: 20px;
  }
  .fh-columns-section-items-wrappings[data-sections-count-gt1="true"] .fh-info-section-item {
    -moz-box-flex: 0 0 400px;
    -webkit-box-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    -webkit-flex: 0 0 400px;
    flex: 0 0 400px;
  }
  .fh-columns-section-items-wrappings {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .fh-columns-section-items-wrapper {
    max-width: 1703px;
    max-width: min(100%,1703px);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .fh-careers-section-item {
    text-align: left;
  }
}
@media (max-width: 799px) {
  .fh-info-section-item {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.fh-misc-section-wrappings {
  padding: 20px;
  text-align: center;
  color: #006231;
  background-color: #d0d7cf;
  padding-top: 70px;
}
.fh-misc-section-wrappings .fh-misc-section-wrapper .section-content-wrappings {
  display: block;
}
.content-page body {
  background-color: #fff;
}
.content-page .main {
  font-size: 18px;
  padding-top: 3em;
  line-height: 1.75;
  color: #424a54;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
a {
  transition: color 0.4s;
}
a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #35598a;
  font-weight: bold;
}
a:hover,
a:focus,
a:active {
  color: #728f3e;
  text-decoration: underline;
}
.pageContent-contents b {
  color: #4e6525;
  font-weight: bold;
}
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
  color: #abc8e6;
  margin: 0;
  padding: 0;
}
.content-page h1,
.content-page h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 700;
  letter-spacing: 0;
  font-style: normal;
}
.content-page h1 {
  font-size: 2.25rem;
  color: #728f3e;
  margin: 0;
}
.content-page h2 {
  font-size: 1.5rem;
  color: #35598a;
}
.content-page .pageContent .contentimage {
  display: block;
  float: right;
  margin: 0 0 20px 20px;
  padding: 0;
}
@media (min-width: 1340px) {
  .content-page .main {
    width: 100%;
    max-width: 1300px;
    max-width: min(100%,1300px);
  }
}
div.s-button,
.pageContent a.s-button,
.pageContent a.s-button:link,
.pageContent a.s-button:visited,
.pageContent a.s-button:hover,
.pageContent a.s-button:focus,
.pageContent a.s-button:active {
  width: 400px;
  max-width: 100%;
  font-size: 20px;
  font-weight: normal;
  color: white;
  background-color: #7f9f6d;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 6px;
  margin: 10px 10px;
  box-shadow: 0px 1px 4px black;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-align: center;
}
div.s-button,
.pageContent a.s-button:hover {
  background-color: #abc8e6;
}
div.d-button,
.pageContent a.d-button,
.pageContent a.d-button:link,
.pageContent a.d-button:visited,
.pageContent a.d-button:hover,
.pageContent a.d-button:focus,
.pageContent a.d-button:active {
  font-size: 20px;
  font-weight: normal;
  color: white;
  background-color: #7f9f6d;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 6px;
  margin-top: 10px;
  box-shadow: 0px 1px 4px black;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-align: center;
}
div.d-button,
.pageContent a.d-button:hover {
  background-color: #abc8e6;
}
.bullet-image .bullet-image-container {
  left: -10px;
  padding-right: 7px;
}
.pageContent a.givenowbtn,
.pageContent a.givenowbtn:link,
.pageContent a.givenowbtn:visited,
.pageContent a.givenowbtn:hover,
.pageContent a.givenowbtn:focus,
.pageContent a.givenowbtn:active {
  width: 400px;
  max-width: 100%;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background-color: #df9717;
  color: #000;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 6px;
  margin: 10px 10px;
  box-shadow: 0px 1px 4px black;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-align: center;
}
div.givenowbtn,
.pageContent a.givenowbtn:hover {
  background-color: #abc8e6;
}
ul.podiatry {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.image_caption {
  display: block;
  text-transform: none;
  font-size: 0.8em;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-left: auto;
  color: #000;
  font-weight: bold;
}
.pageContent a.content-btn {
  transition: color 0.4s, background-color 0.4s;
}
.pageContent a.content-btn,
.pageContent a.content-btn:link,
.pageContent a.content-btn:visited,
.pageContent a.content-btn:hover,
.pageContent a.content-btn:focus,
.pageContent a.content-btn:active {
  background-color: #728f3e;
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
}
.pageContent a.content-btn:hover,
.pageContent a.content-btn:focus,
.pageContent a.content-btn:active {
  background-color: #35598a;
}
@media (min-width: 1340px) {
  img.contentimg {
    padding: 0px 20px 10px 0px;
    float: left;
    margin-top: 50px;
  }
}
@media (max-width: 799px) {
  img.contentimg {
    margin-left: auto;
    margin-right: auto;
  }
}
.content-menu-heading {
  margin-bottom: 20px;
  display: none;
}
.content-menu-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #00953b;
}
.content-menu-images {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.content-menu-images .flex-direction-nav {
  display: none !important;
}
.content-menu-images-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-menu-images-listing > li {
  display: block;
}
.content-menu-images-listing > li img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.content-menu-wrapper-container {
  margin-bottom: 20px;
}
.content-menu-items {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #51545d;
  font-size: 18px;
  font-size: 1.125rem;
}
.content-menu-items > li {
  display: block;
  margin-bottom: 10px;
}
.content-menu-items a {
  transition: color 0.1s, background-color 0.1s;
}
.content-menu-items a,
.content-menu-items a:link,
.content-menu-items a:visited,
.content-menu-items a:hover,
.content-menu-items a:focus,
.content-menu-items a:active {
  color: #51545d;
  display: block;
  padding: 8px 10px;
  color: #fff;
  background-color: #35598a;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}
.content-menu-items a:hover,
.content-menu-items a:focus,
.content-menu-items a:active {
  color: #fff;
  background-color: #728f3e;
  text-decoration: none;
}
.content-menu-items > li.is-label {
  font-size: larger;
}
.content-menu-items > li.is-label a,
.content-menu-items > li.is-label a:link,
.content-menu-items > li.is-label a:visited,
.content-menu-items > li.is-label a:hover,
.content-menu-items > li.is-label a:focus,
.content-menu-items > li.is-label a:active {
  cursor: default;
  color: #fff;
  background-color: #01426a;
}
.content-menu-items > li.is-label ~ li.not-label {
  text-indent: 1em;
}
@media (min-width: 800px) {
  html.content-page body.has-content-menu .content-menu {
    padding-top: 20px;
  }
  html.content-page body.has-content-menu .pageContent-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .content-menu,
  html.content-page body.has-content-menu .pageContent-wrapper .pageContent {
    display: inline-block;
    vertical-align: top;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .content-menu {
    width: 25%;
    padding-right: 40px;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .pageContent {
    width: 72%;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .pageContent {
    -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%;
  }
  html.content-page.content-page-employment body.has-content-menu .pageContent,
  html.content-page.content-page-employmenttest body.has-content-menu .pageContent {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  html.content-page.content-page-employment body.has-content-menu .content-menu,
  html.content-page.content-page-employmenttest body.has-content-menu .content-menu {
    padding-right: 0;
    padding-left: 40px;
  }
  html.content-page.content-page-employment body.has-content-menu .content-menu,
  html.content-page.content-page-employmenttest body.has-content-menu .content-menu {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  html.content-page[data-sub-lowercase-ascii-alphanumeric="aboutus"] body.has-content-menu .pageContent-wrapper .content-menu {
    display: none;
  }
  html.content-page[data-sub-lowercase-ascii-alphanumeric="aboutus"] body.has-content-menu .pageContent-wrapper .pageContent {
    width: auto;
    display: block;
  }
}
@media (max-width: 799px) {
  .content-menu {
    display: none;
  }
  html.content-page body.has-content-menu .pageContent-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  html.content-page body.has-content-menu .pageContent-wrapper {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .pageContent {
    display: block;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .pageContent {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .content-menu {
    display: block;
    padding: 20px;
    text-align: center;
  }
  html.content-page body.has-content-menu .pageContent-wrapper .content-menu {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.fh-content-page-doctors-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.fh-content-page-doctors-listing > li {
  display: block;
  line-height: 1.3;
}
.fh-content-page-doctors-listing .doctor-listing-doc-name,
.fh-content-page-doctors-listing .doctor-listing-specialty {
  color: #01426a;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.0625rem;
}
.fh-content-page-doctors-listing[data-doctors-count-gt*="(1)"] {
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fh-content-page-doctors-listing[data-doctors-count-gt*="(1)"] {
  -moz-box-lines: multiple;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fh-content-page-doctors-listing .doctor-listing-photo-wrapper {
  margin-bottom: 20px;
}
.fh-content-page-doctors-listing .doctor-listing-doc-name {
  margin-bottom: 10px;
}
div.content-page-doctor-listing-wrapper {
  margin-top: 40px;
}
@media (min-width: 981px) {
  .fh-content-page-doctors-listing[data-doctors-count-gt*="(1)"] img {
    height: 174px;
    width: auto;
    vertical-align: top;
  }
  .fh-content-page-doctors-listing[data-doctors-count-gt*="(1)"] {
    max-width: 835px;
    max-width: min(100%,835px);
    margin-left: auto;
    margin-right: auto;
  }
  .fh-content-page-doctors-listing[data-doctors-count-gt*="(1)"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-content-page-doctors-listing[data-doctors-count-gt*="(1)"] > li {
    display: inline-block;
    vertical-align: top;
  }
  .fh-content-page-doctors-listing[data-doctors-evenly-divisible-by*="(2)"] > li {
    width: 48%;
  }
  .fh-content-page-doctors-listing[data-doctors-evenly-divisible-by*="(3)"] > li {
    width: 30%;
  }
  .fh-content-page-doctors-listing[data-doctors-evenly-divisible-by*="(4)"] > li {
    width: 24%;
  }
  .fh-content-page-doctors-listing[data-doctors-evenly-divisible-by*="(5)"] > li {
    width: 19%;
  }
}
@media (max-width: 980px) {
  .fh-content-page-doctors-listing > li + li {
    margin-top: 20px;
  }
}
html.content-page .info-source-container-wrappings p,
html.content-page .info-source-container-wrappings h1,
html.content-page .info-source-container-wrappings h2,
html.content-page .info-source-container-wrappings h3,
html.content-page .info-source-container-wrappings h4,
html.content-page .info-source-container-wrappings h5,
html.content-page .info-source-container-wrappings h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
html.content-page .info-source-container-wrappings .fh-info-source-items-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
html.content-page .info-source-container-wrappings .fh-info-source-items-listing .info-source-item-title-and-contents-wrapper {
  padding: 20px;
}
html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li {
  display: block;
  position: relative;
}
html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li:nth-child(2n + 1) {
  background-color: #393c66;
  color: #fff;
}
html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li:nth-child(2n + 1) a,
html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li:nth-child(2n + 1) a:link,
html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li:nth-child(2n + 1) a:visited,
html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li:nth-child(2n + 1) a:hover,
html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li:nth-child(2n + 1) a:focus {
  color: #fff;
  color: inherit;
}
html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li:nth-child(2n) {
  background-color: #d3d3d3;
}
html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li:nth-child(2n) h1,
html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li:nth-child(2n) h2,
html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li:nth-child(2n) h3,
html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li:nth-child(2n) h4,
html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li:nth-child(2n) h5,
html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li:nth-child(2n) h6 {
  color: #000;
}
@media (min-width: 650px) {
  html.content-page .info-source-container-wrappings .fh-info-source-items-listing {
    text-align: left;
    border: 1px solid #393c66;
  }
  html.content-page .info-source-container-wrappings .fh-info-source-items-listing {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  html.content-page .info-source-container-wrappings .fh-info-source-items-listing li.info-source-item .info-source-image-wrapper img {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
  }
  html.content-page .info-source-container-wrappings .fh-info-source-items-listing li.info-source-item:first-child .info-source-image-wrapper img {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
  }
  html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li[data-has-image="true"][data-has-title-or-contents="true"] .info-source-item-inner-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li[data-has-image="true"] .info-source-image-wrapper {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    max-width: min(100%,300px);
  }
  html.content-page .info-source-container-wrappings .fh-info-source-items-listing > li[data-has-image="true"] .info-source-image-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
.fh-nursing-page-heading {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}
.fh-nursing-page-heading img:first-child {
  float: left;
}
.fh-nursing-page-heading img:last-child {
  float: right;
}
.fh-specialty-listing,
.fh-specialty-listing > li
.fh-specialty-listing a,
.fh-specialty-listing a:link,
.fh-specialty-listing a:visited,
.fh-specialty-listing a:hover,
.fh-specialty-listing a:focus,
.fh-specialty-listing a:active {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fh-specialty-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fh-specialty-listing {
  -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;
}
.fh-specialty-listing > li:nth-child(odd) {
  background-color: #ddd;
}
.fh-specialty-listing > li:nth-child(even) {
  background-color: #eee;
}
.fh-specialty-listing a,
.fh-specialty-listing a:link,
.fh-specialty-listing a:visited,
.fh-specialty-listing a:hover,
.fh-specialty-listing a:focus,
.fh-specialty-listing a:active {
  padding: 10px;
  text-decoration: none;
  color: #000;
}
.fh-specialty-listing a,
.fh-specialty-listing a:link,
.fh-specialty-listing a:visited,
.fh-specialty-listing a:hover,
.fh-specialty-listing a:focus,
.fh-specialty-listing a:active {
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fh-specialty-listing a,
.fh-specialty-listing a:link,
.fh-specialty-listing a:visited,
.fh-specialty-listing a:hover,
.fh-specialty-listing a:focus,
.fh-specialty-listing a:active {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fh-specialty-listing .fh-job-category-view-text {
  transition: background-color 0.2s;
  font-size: smaller;
  margin-left: 20px;
  color: #fff;
  background-color: #35598a;
  padding: 4px 16px;
  border-radius: 6px;
  border-radius: 50vh;
}
.fh-specialty-listing .fh-job-category-view-text:hover {
  background-color: #728f3e;
}
.fh-show-job-category {
  border-spacing: 0;
}
.fh-show-job-category hr {
  display: none;
}
.fh-show-job-category td {
  padding: 10px;
}
.pageContent-contents .fh-show-job-category b {
  color: #000;
}
.fh-show-job-category tr:nth-child(n+2) td {
  background-color: #ddd;
}
.fh-show-job-category tr:nth-child(n+3) td {
  background-color: #eee;
}
.pageContent-contents .fh-show-job-category a.more-job-link {
  transition: color 0.2s, background-color 0.2s;
}
.pageContent-contents .fh-show-job-category a.more-job-link,
.pageContent-contents .fh-show-job-category a.more-job-link:link,
.pageContent-contents .fh-show-job-category a.more-job-link:visited,
.pageContent-contents .fh-show-job-category a.more-job-link:hover,
.pageContent-contents .fh-show-job-category a.more-job-link:focus,
.pageContent-contents .fh-show-job-category a.more-job-link:active {
  display: inline-block;
  text-decoration: none;
  margin-left: 10px;
  font-size: smaller;
  color: #fff;
  background-color: #35598a;
  padding: 0 16px;
  border-radius: 6px;
  border-radius: 50vh;
}
.pageContent-contents .fh-show-job-category a.more-job-link:hover,
.pageContent-contents .fh-show-job-category a.more-job-link:focus,
.pageContent-contents .fh-show-job-category a.more-job-link:active {
  background-color: #728f3e;
}
.Special-Page-Title-Instructions-Doctor-List-and-Images-Wrapper.has-group .special-page----special-listing,
.Special-Page----instructions {
  display: none !important;
}
.content-page .pageContent .link-return-to-provider-menu {
  margin-top: 20px;
}
.content-page .pageContent .link-return-to-provider-menu {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.content-page .pageContent .link-return-to-provider-menu a,
.content-page .pageContent .link-return-to-provider-menu a:link,
.content-page .pageContent .link-return-to-provider-menu a:visited,
.content-page .pageContent .link-return-to-provider-menu a:hover,
.content-page .pageContent .link-return-to-provider-menu a:focus,
.content-page .pageContent .link-return-to-provider-menu a:active {
  display: block;
  padding: 10px;
  color: #fff;
  background-color: #728f3e;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.content-page .pageContent .link-return-to-provider-menu a,
.content-page .pageContent .link-return-to-provider-menu a:link,
.content-page .pageContent .link-return-to-provider-menu a:visited,
.content-page .pageContent .link-return-to-provider-menu a:hover,
.content-page .pageContent .link-return-to-provider-menu a:focus,
.content-page .pageContent .link-return-to-provider-menu a:active {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.content-page .pageContent .link-return-to-provider-menu a:hover,
.content-page .pageContent .link-return-to-provider-menu a:focus,
.content-page .pageContent .link-return-to-provider-menu a::active {
  color: #fff;
  background-color: #35598a;
  font-style: italic;
}
.special-page----special-listing {
  display: none !important;
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
  letter-spacing: 0.25px;
  color: #35598a;
}
.special-page----special-listing > li {
  display: block;
  vertical-align: top;
  margin-bottom: 10px;
}
.content-page .pageContent .special-page----special-listing a,
.content-page .pageContent .special-page----special-listing a:link,
.content-page .pageContent .special-page----special-listing a:visited,
.content-page .pageContent .special-page----special-listing a:hover,
.content-page .pageContent .special-page----special-listing a:focus,
.content-page .pageContent .special-page----special-listing a:active {
  display: block;
  padding: 10px;
  color: #fff;
  background-color: #728f3e;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  text-align: left;
}
.content-page .pageContent .special-page----special-listing a,
.content-page .pageContent .special-page----special-listing a:link,
.content-page .pageContent .special-page----special-listing a:visited,
.content-page .pageContent .special-page----special-listing a:hover,
.content-page .pageContent .special-page----special-listing a:focus,
.content-page .pageContent .special-page----special-listing a:active {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.content-page .pageContent .special-page----special-listing a.active,
.content-page .pageContent .special-page----special-listing a.active:link,
.content-page .pageContent .special-page----special-listing a.active:visited,
.content-page .pageContent .special-page----special-listing a.active:hover,
.content-page .pageContent .special-page----special-listing a.active:focus,
.content-page .pageContent .special-page----special-listing a.active:active {
  color: #fff;
  background-color: #c03;
}
.content-page .pageContent .special-page----special-listing a:hover,
.content-page .pageContent .special-page----special-listing a.active:hover,
.content-page .pageContent .special-page----special-listing a:focus,
.content-page .pageContent .special-page----special-listing a.active:focus,
.content-page .pageContent .special-page----special-listing a:active,
.content-page .pageContent .special-page----special-listing a.active:active {
  color: #fff;
  background-color: #35598a;
}
.special-page----doctor-listing {
  font-weight: 600;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #35598a;
}
.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: #35598a;
  text-decoration: none;
}
.special-page----doctor-listing > li {
  display: none;
  vertical-align: top;
  padding: 15px;
  text-align: center;
}
.special-page----doctor-listing > li .special-page----doctor-image {
  overflow: hidden;
  margin-bottom: 20px;
}
.special-page----doctor-listing > li .special-page----doctor-image img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.special-page----doctor-listing > li.active {
  display: block;
}
h1.pagetitle.Special-Page----page-title {
  margin: 0 0 48px 0;
  padding: 0;
  line-height: 1;
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
}
.Special-Page----instructions {
  font-family: "Mulish", "Muli", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #4e4e4e;
  margin: 0 0 53px 0;
  text-align: center;
}
.special-page---doctor-name {
  font-weight: bold;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0;
}
.special-page---doctor-fax,
.special-page---doctor-office,
.special-page---doctor-facility,
.special-page---doctor-specials {
  font-size: smaller;
}
.special-page---doctor-facility {
  display: none !important;
}
.special-page---doctor-office-and-fax table {
  table-layout: fixed;
  font-size: 1em;
  border-collapse: collapse;
}
.special-page---doctor-office-and-fax table,
.special-page---doctor-office-and-fax table td,
.special-page---doctor-office-and-fax table th {
  text-align: left;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.special-page----doctor-listing .special-page---doctor-number-label,
.special-page----doctor-listing table .special-page---doctor-number-label {
  padding-right: 8px;
}
@media (min-width: 800px) {
  .special-page----doctor-listing {
    margin-left: 20px;
  }
  .special-page----doctor-listing > li {
    display: none;
  }
  .special-page----doctor-listing > li {
    -moz-box-flex: 1 1 0px;
    -webkit-box-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .special-page----doctor-listing > li.active {
    display: inline-block;
  }
  ul.special-page----doctor-listing[data-count="4"] > li,
  .special-page----doctor-listing[data-count-gt1="true"] > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
  .special-page----doctor-listing[data-count-gt2="true"] > li {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }
  .special-page----doctor-listing,
  .Special-Page-Wrapper-Special-and-Doctor-Listing {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .special-page----doctor-listing {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .special-page----doctor-listing {
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .special-page----doctor-listing {
    -moz-box-flex: 1 1 0px;
    -webkit-box-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .special-page----special-listing > li {
    display: block;
  }
}
@media (max-width: 799px) {
  .special-page----doctor-listing {
    text-align: center;
  }
  .special-page----doctor-listing > li {
    display: none;
  }
  .special-page----doctor-listing > li.active {
    display: block;
  }
  .special-page----doctor-listing table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: ) {
  .special-page----doctor-listing {
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .special-page----doctor-listing table,
  .special-page----doctor-listing thead,
  .special-page----doctor-listing tbody,
  .special-page----doctor-listing tfoot,
  .special-page----doctor-listing caption,
  .special-page----doctor-listing tr,
  .special-page----doctor-listing th,
  .special-page----doctor-listing td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
  .Special-Page----instructions {
    margin-bottom: 20px;
  }
  .special-page----doctor-listing .special-page---doctor-number-label {
    font-weight: bold;
  }
}
.special-page----doctor-listing > li .special-page----doctor-image img {
  width: auto;
  height: 300px;
  max-width: 100%;
  vertical-align: bottom;
}
.content-page h2.feature14.heading.heading-contact-info {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
}
.content-page .main .doc-bio-page----wrappings-wrapper .bio-specialties {
  font-size: 2.5rem;
  font-weight: bold;
}
.content-page .main .doc-bio-page----wrappings-wrapper .doc-bio-page----picture-wrapper img.contentpic2 {
  max-width: 300px;
  max-width: min(100%,300px);
  height: auto;
}
.content-page .main .doc-bio-page----wrappings-wrapper a.doctor-bio-page-website-link,
.content-page .main .doc-bio-page----wrappings-wrapper a.doctor-bio-page-website-link:link,
.content-page .main .doc-bio-page----wrappings-wrapper a.doctor-bio-page-website-link:visited,
.content-page .main .doc-bio-page----wrappings-wrapper a.doctor-bio-page-website-link:hover,
.content-page .main .doc-bio-page----wrappings-wrapper a.doctor-bio-page-website-link:focus,
.content-page .main .doc-bio-page----wrappings-wrapper a.doctor-bio-page-website-link:active {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.content-page .main .doc-bio-page----wrappings-wrapper a.doctor-bio-page-website-link + br.fh-bio-br {
  display: none;
}
.wait-ticker-wrapper {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.wait-ticker-content p {
  margin: 0;
  padding: 0;
}
.wait-ticker-wrapper a,
.wait-ticker-wrapper a:link,
.wait-ticker-wrapper a:visited,
.wait-ticker-wrapper a:hover,
.wait-ticker-wrapper a:focus,
.wait-ticker-wrapper a:active {
  color: #fff;
  text-decoration: none;
}
#WaitTimeWidgetContainer {
  height: 40px;
  background: #ccc;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #js-main-nav,
  #WaitTimeWidgetContainer {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99999;
  }
  #js-main-nav {
    top: 40px;
  }
}
.footer {
  font-weight: 600;
  letter-spacing: 0.25px;
  font-style: normal;
  font-size: 1.111rem;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  background-color: #d0d7cf;
  line-height: 1.6;
}
.footer p {
  color: #5b5c5b;
  margin: 0;
}
.footer .fasthealth-logo-listing {
  display: none;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  color: #35598a;
  font-family: 'Frank Ruhl Libre', serif;
}
.footer h2.footer-column-title {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.footer a {
  transition: color 0.4s;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #5b5c5b;
  text-decoration: none;
  text-transform: uppercase;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #35598a;
  text-decoration: underline;
}
@media (min-width: 800px) {
  .footer .fasthealth-logo-wrapper,
  .footer .footer-images-wrapper,
  .footer .fasthealth-images-wrapper {
    margin-top: 10px;
  }
  .footer .footer-columns {
    max-width: 1600px;
    max-width: min(100%,1600px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-columns {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer .footer-columns[data-count-gt1="true"] {
    padding: 40px 0 20px;
  }
  .footer .footer-columns[data-count-gt1="true"] > .footer-column {
    display: inline-block;
    vertical-align: top;
  }
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="contact-info"],
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="corporate-logo"],
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="footer-images-column"] {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="contact-info"],
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="corporate-logo"],
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="footer-images-column"] {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer .footer-columns[data-count-gt1="true"][data-count="4"],
  .footer .footer-columns[data-count-gt1="true"][data-count="3"],
  .footer .footer-columns[data-count-gt1="true"][data-count="2"] {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer .footer-columns[data-count-gt1="true"][data-count="4"] > .footer-column + .footer-column:not(:last-child),
  .footer .footer-columns[data-count-gt1="true"][data-count="4"] .footer-inner-links-column + .footer-inner-links-column,
  .footer .footer-columns[data-count-gt1="true"][data-count="3"] > .footer-column + .footer-column:not(:last-child),
  .footer .footer-columns[data-count-gt1="true"][data-count="3"] .footer-inner-links-column + .footer-inner-links-column,
  .footer .footer-columns[data-count-gt1="true"][data-count="2"] > .footer-column + .footer-column:not(:last-child),
  .footer .footer-columns[data-count-gt1="true"][data-count="2"] .footer-inner-links-column + .footer-inner-links-column {
    padding-left: 30px;
  }
  html.has-footer-header-image .footer .footer-columns[data-count-gt1="true"] {
    padding-top: 0;
  }
  html.has-footer-header-image footer > img.footer-header-image[style] + .footer .footer-columns[data-count-gt1="true"] {
    padding-top: 20px;
  }
}
@media (max-width: 799px) {
  .footer {
    padding-top: 0;
    text-align: center;
  }
  .footer .fasthealth-logo-wrapper,
  .footer .footer-images-wrapper,
  .footer .fasthealth-images-wrapper {
    margin-top: 20px;
  }
  .footer .fasthealth-logo-wrapper img,
  .footer .footer-images-wrapper img,
  .footer .fasthealth-images-wrapper img {
    vertical-align: bottom;
  }
  .footer .footer-columns {
    padding: 20px;
  }
  .footer .footer-columns h2 {
    margin-top: 0;
    font-size: 1.4em;
    line-height: 1.2;
  }
  .footer .footer-columns > .footer-column {
    clear: both;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
  }
  .footer .footer-columns > .footer-column + .footer-column,
  .footer .footer-columns .footer-inner-links-column + .footer-inner-links-column {
    margin-top: 20px;
  }
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"],
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:link,
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:visited,
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:hover,
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:focus,
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:active {
    font-size: 12px;
  }
}
.footer .footer-columns > .footer-column[data-column="navigation"] ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.footer .footer-columns > .footer-column[data-column="navigation"] .navigation-menu > li.has-subnav > .menu-link-text .subnav-indicator {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 400;
  margin-left: 20px;
  transition: transform 0.2s linear;
}
.footer .footer-columns > .footer-column[data-column="navigation"] .navigation-menu > li.has-subnav:hover > .menu-link-text .subnav-indicator {
  transform: rotate(90deg);
}
.footer .footer-columns > .footer-column[data-column="navigation"] .sub-navigation-menu {
  margin-left: 20px;
  display: none;
}
@media (min-width: 800px) {
  .footer .footer-columns > .footer-column[data-column="navigation"] {
    text-align: left;
  }
}
.footer .footer-columns > .footer-column[data-column="information"] {
  text-align: center;
}
.footer .footer-columns > .footer-column[data-column="information"] p {
  margin: 0;
  vertical-align: top;
  line-height: 1.75;
}
.footer .footer-columns > .footer-column[data-column="information"] a,
.footer .footer-columns > .footer-column[data-column="information"] a:link,
.footer .footer-columns > .footer-column[data-column="information"] a:visited,
.footer .footer-columns > .footer-column[data-column="information"] a:hover,
.footer .footer-columns > .footer-column[data-column="information"] a:focus,
.footer .footer-columns > .footer-column[data-column="information"] a:active {
  font-size: 1em;
  display: inline-block;
  padding: 0;
}
img.footer-header-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 5px;
  vertical-align: bottom;
}
.mobile-social-links-wrapper {
  display: none;
}
.mobile-social-links-wrapper > ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}
.mobile-social-links-wrapper > ul > li .fa {
  font-size: 1.5625rem;
  color: #1d8341;
}
.footer .footer-columns > .footer-column[data-column="links"]  ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 800px) {
  .footer .footer-columns[data-count-gt1="true"],
  .footer .footer-columns .footer-column[data-column="links"][data-column-count-gt1="true"] {
    padding: 1em 2em;
  }
  .footer .footer-columns[data-count-gt1="true"],
  .footer .footer-columns .footer-column[data-column="links"][data-column-count-gt1="true"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer .footer-columns[data-count-gt1="true"],
  .footer .footer-columns .footer-column[data-column="links"][data-column-count-gt1="true"] {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer .footer-columns .footer-column[data-column="links"][data-column-count-gt1="true"] .footer-inner-links-column + .footer-inner-links-column {
    margin-left: 20px;
  }
  .footer .footer-columns .footer-column[data-column="links"] h2 {
    font-size: 1.5rem;
  }
  .footer .footer-columns .footer-column[data-column="links"][data-column-count="3"] .footer-inner-links-column:first-child {
    margin-right: auto;
  }
  .footer .footer-columns .footer-column[data-column="links"][data-column-count="3"] .footer-inner-links-column:last-child {
    margin-left: auto;
  }
}
@media (max-width: 799px) {
  .mobile-social-links-wrapper {
    display: block;
  }
}
.footer .fasthealth-logo-listing,
.footer .footer-images-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-social-links-wrapper {
  text-align: center;
  margin: 40px auto 20px;
  font-size: 25px;
  font-size: 1.5625rem;
}
.footer .footer-social-links-wrapper .fa-fw {
  width: auto;
}
.footer .footer-social-links-wrapper .fa {
  text-align: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  padding: 8px;
  font-size: 18px;
  color: #ffffff;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.footer .footer-social-links-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-social-links-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.footer .footer-social-links-wrapper ul li.has-image {
  display: none;
}
@media (max-width: 799px) {
  .footer .footer-social-links-wrapper {
    margin-top: 20px;
  }
}
.copyright-wrappings {
  padding: 20px;
  background-color: #728f3e;
}
.copyright-wrapper {
  max-width: 1500px;
  max-width: min(100%,1500px);
  margin-left: auto;
  margin-right: auto;
  display: block;
}
ul.copyright-items-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.copyright-items-listing > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.copyright-wrapper a,
.copyright-wrapper a:link,
.copyright-wrapper a:visited,
.copyright-wrapper a:hover,
.copyright-wrapper a:focus,
.copyright-wrapper a:active {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
}
.copyright-wrapper a:hover {
  text-decoration: underline;
}
@media (min-width: 600px) {
  .copyright-wrapper a,
  .copyright-wrapper a:link,
  .copyright-wrapper a:visited,
  .copyright-wrapper a:hover,
  .copyright-wrapper a:focus,
  .copyright-wrapper a:active {
    padding-right: 20px;
  }
  html.has-fc-logo-in-copyright .copyright-wrapper,
  html.has-fh-logo-in-copyright .copyright-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  html.has-fc-logo-in-copyright .copyright-wrapper,
  html.has-fh-logo-in-copyright .copyright-wrapper {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  html.has-fc-logo-in-copyright .copyright-wrapper,
  html.has-fh-logo-in-copyright .copyright-wrapper {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  html.has-footer-fh-fc-icons-section .copyright-wrapper .footer-icon-image-wrapper {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
  }
  ul.copyright-items-listing {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  ul.copyright-items-listing {
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  ul.copyright-items-listing {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.copyright-items-listing > li.fh-user-entered-list-item[data-pos="1"] {
    margin-left: auto;
  }
}
@media (max-width: 599px) {
  .copyright-wrappings {
    padding: 20px 10px;
    text-align: center;
  }
  ul.copyright-items-listing {
    margin: 20px 0;
  }
  .copyright-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .copyright-wrapper {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .copyright-wrapper .footer-icon-image-fastcommand-wrapper {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .copyright-wrapper .footer-icon-image-fasthealth-wrapper {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .copyright-wrapper ul.copyright-items-listing {
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media (max-width: 480px) {
  .copyright-wrapper ul.copyright-items-listing li {
    display: block;
  }
}
.footer-copyright-section-wrappings {
  overflow: hidden;
  text-align: center;
  padding: 20px;
  background-color: #4e4d52;
  color: #fff;
}
.footer-copyright-section-wrappings a,
.footer-copyright-section-wrappings a:link,
.footer-copyright-section-wrappings a:visited,
.footer-copyright-section-wrappings a:hover,
.footer-copyright-section-wrappings a:focus,
.footer-copyright-section-wrappings a:active {
  color: #fff;
  color: inherit;
}
.footer-copyright-section-wrappings .fa {
  color: #fff;
  color: inherit;
}
.footer-copyright-section-wrappings ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-copyright-section-wrappings ul li {
  display: block;
}
.footer-copyright-links-wrapper[data-menu-group="920"] img {
  transition: opacity 0.4s;
  opacity: 1.0;
  vertical-align: bottom;
}
.footer-copyright-links-wrapper[data-menu-group="920"] img:hover {
  opacity: 0.8;
}
.footer-content-section-wrapper + .footer-content-section-wrapper {
  margin-top: 10px;
}
.footer-content-section-logo-and-links-wrapper .footer-copyright-links-wrapper {
  margin-top: 10px;
}
@media (min-width: 980px) {
  .footer-copyright-section-wrapper {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer-copyright-section-wrapper {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer-copyright-section-wrapper {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer-copyright-fasthealth-logo-wrapper {
    margin-right: 20px;
  }
  .footer-copyright-fasthealth-logo-wrapper {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .footer-content-section-logo-and-links-wrapper {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .footer-copyright-fastcommand-logo-wrapper {
    margin-left: 20px;
  }
  .footer-copyright-fastcommand-logo-wrapper {
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .footer-copyright-section-wrappings ul li {
    display: inline-block;
    vertical-align: top;
  }
  .footer-copyright-section-wrappings ul li + li {
    margin-left: 10px;
  }
  .footer-copyright-section-wrappings .footer-copyright-links-wrapper:not([data-menu-group="920"]) ul li + li {
    margin-left: 10px;
    border-left: 1px solid #fff;
    padding-left: 10px;
  }
}
.fh-photo-album-sections-wrappings {
  text-align: center;
}
.fh-photo-album-sections-wrapper {
  display: inline-block;
  vertical-align: top;
}
.fh-photo-album-sections-wrappings[data-page="detailed_image"] table {
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.content-page .fh-photo-album-sections-wrapper *,
.content-page .fh-photo-album-sections-wrapper h1,
.content-page .fh-photo-album-sections-wrapper h2,
.content-page .fh-photo-album-sections-wrapper h3,
.content-page .fh-photo-album-sections-wrapper h4,
.content-page .fh-photo-album-sections-wrapper h5,
.content-page .fh-photo-album-sections-wrapper h6,
.content-page .fh-photo-album-sections-wrapper table {
  text-align: center;
}
.fh-mobile-only {
  display: none;
}
.fh-desktop-only {
  display: block;
}
.mobile-navbar-wrappings {
  display: none;
  background-color: #35598a;
  color: #fff;
}
.mobile-search-box-wrappings {
  display: none;
  background-color: #fff;
  color: #000;
}
.mobile-close-menu-wrapper {
  display: none;
}
.mobile-close-menu-wrapper .fa {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  cursor: pointer;
}
.mobile-close-menu-wrapper .fa:hover {
  color: #fd0;
}
.mobile-search-box-wrapper {
  display: none;
  padding: 12px;
  text-align: center;
}
.mobile-navbar-wrappings .fa {
  transition: color 0.2s;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  cursor: pointer;
}
.mobile-navbar-wrappings .fa:hover {
  color: #fd0;
}
.mobile-navbar-wrapper {
  overflow: hidden;
  clear: both;
  padding: 6px 12px;
}
.mobile-navbar-listing-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-navbar-listing-items > li {
  display: inline-block;
  vertical-align: bottom;
}
.mobile-navbar-listing-items > li + li {
  margin-left: 20px;
}
.mobile-navbar-listing-items > li.mobile-navbar-item-show-menu {
  float: left;
  clear: left;
}
.mobile-navbar-listing-items > li.mobile-navbar-item-show-search {
  float: right;
  clear: right;
}
@media (min-width: 800px) {
  .mobile-search-box-wrappings,
  .mobile-navbar-wrappings {
    display: none;
  }
  .fh-mobile-only {
    display: none;
  }
  .fh-desktop-only {
    display: block;
  }
}
@media (max-width: 799px) {
  .mobile-close-menu-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 950;
  }
  html.show-mobile-menu .mobile-close-menu-wrapper {
    display: block;
  }
  html.show-mobile-search .mobile-search-box-wrapper,
  .mobile-search-box-wrappings,
  .mobile-navbar-wrappings {
    display: block;
  }
  .fh-mobile-only {
    display: block;
  }
  .fh-desktop-only {
    display: none;
  }
}
