@-webkit-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.main-nav {
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 767px) {
    .main-nav {
      position: static; } }
  @media (min-width: 1441px) {
    .main-nav .alert--wrapper .row {
      max-width: 90rem; } }
  .main-nav .alert--wrapper p {
    font-size: 16px; }
  .main-nav .alert--wrapper .alert h4 .icon {
    top: -5px; }
  .main-nav .alert--wrapper .column {
    vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .main-nav .alert--wrapper a {
      border-bottom: 1px solid #fff; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .main-nav .alert--wrapper .alert-link-box {
      text-align: right !important; }
    .main-nav .alert--wrapper .alert-text-box {
      min-width: 245px; } }
  .main-nav ul {
    margin: 0; }
  @media screen and (max-width: 767px) {
    .main-nav .items-list {
      max-width: 100vw;
      padding: 0 15px !important; } }
  .main-nav--container {
    flex: 0 0 auto; }
    @media screen and (max-width: 767px) {
      .main-nav--container {
        flex: 0 0 100%; } }
  .main-nav--logo {
    padding: 0 30px;
    flex: 1 1 auto;
    min-width: 260px; }
    .main-nav--logo img {
      width: 200px;
      height: 52px; }
    @media screen and (max-width: 767px) {
      .main-nav--logo {
        padding: 6px 15px;
        text-align: center;
        min-width: 190px;
        height: 57px; }
        .main-nav--logo img {
          width: auto;
          height: 46px; } }
    .main-nav--logo a {
      display: block;
      border-bottom: none; }
      .no-touchevents .main-nav--logo a:hover, .main-nav--logo a:focus {
        border-bottom: none; }
  .main-nav--menu-btn {
    font-family: "Aller W01 Bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.0025em;
    padding: 0; }
    .main-nav--menu-btn button {
      line-height: 1em;
      display: flex;
      font-size: 8px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding: 0;
      width: 44px;
      height: 44px;
      color: #0070ab;
      margin-right: 15px;
      background: transparent;
      border-bottom: none;
      margin-top: 8px; }
      .no-touchevents .main-nav--menu-btn button:hover, .main-nav--menu-btn button:focus, .main-nav--menu-btn button:active {
        color: #0070ab;
        border-bottom: none;
        background: transparent; }
  .main-nav--nav-content {
    background: #197cb1;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .main-nav--nav-content {
        background: #fff;
        transition: height 500ms ease-in-out;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-left: 1px;
        align-content: flex-start;
        z-index: 100;
        width: 200vw;
        max-width: 200vw; }
        .main-nav--nav-content.search {
          height: 50px; }
        .main-nav--nav-content.slide {
          transition: .3s ease all;
          transform: translate(-100vw, 0); }
        .main-nav--nav-content.shown {
          transition: .3s ease all;
          height: calc(100% - 50px);
          overflow: auto; } }
  .main-nav--top-nav {
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1; }
    .main-nav--top-nav .item {
      flex: 1 1 0px;
      margin: 0 5px; }
      .main-nav--top-nav .item a {
        color: #fff;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: none; }
        @media screen and (min-width: 768px) and (max-width: 1199px) {
          .main-nav--top-nav .item a {
            font-size: 10px; } }
        .no-touchevents .main-nav--top-nav .item a:hover, .main-nav--top-nav .item a:focus {
          color: #75b0d0;
          border-bottom: none; }
          .no-touchevents .main-nav--top-nav .item a:hover .icon, .main-nav--top-nav .item a:focus .icon {
            color: #75b0d0;
            stroke: #75b0d0; }
      .main-nav--top-nav .item .icon {
        color: #fff;
        stroke: #fff;
        height: auto;
        min-width: 20px;
        max-width: none;
        width: 20px;
        margin-right: 6px;
        margin-bottom: 2px; }
        @media screen and (min-width: 768px) and (max-width: 1199px) {
          .main-nav--top-nav .item .icon {
            height: 14px;
            width: 14px;
            min-width: 14px; } }
    @media screen and (max-width: 767px) {
      .main-nav--top-nav {
        padding: 0;
        font-size: 11px;
        line-height: 1em;
        justify-content: start !important; }
        .main-nav--top-nav .item {
          width: calc(33% - 40px);
          max-width: 22%;
          margin: 20px;
          flex: unset; }
          .main-nav--top-nav .item a {
            height: auto;
            justify-content: flex-start;
            color: #0070ab;
            text-align: center;
            font-family: "Aller W01 Bold", sans-serif;
            display: flex;
            flex-direction: column; }
            .no-touchevents .main-nav--top-nav .item a:hover, .main-nav--top-nav .item a:focus {
              color: #0070ab; }
            .main-nav--top-nav .item a span {
              display: block; }
            .main-nav--top-nav .item a .icon {
              color: #999999;
              stroke: #999999;
              height: 25px;
              width: 25px;
              margin-bottom: 8px;
              margin-right: 0; } }
  .main-nav--search {
    position: relative;
    padding: 0;
    right: 20px;
    top: 12px;
    margin-left: 30px; }
    .main-nav--search-mobile {
      height: 56px;
      width: 40px;
      top: unset;
      right: unset;
      margin-left: 0;
      background: #fff;
      transition: 333ms ease-in-out width; }
      .main-nav--search-mobile button {
        position: relative; }
      .main-nav--search-mobile.open {
        width: 100%;
        height: 56px; }
    .main-nav--search--actuator {
      display: inline-block;
      width: 44px;
      margin-left: 8px;
      margin-top: 4px;
      text-align: center;
      line-height: 46px;
      height: 46px;
      border: none;
      border-radius: 0;
      padding: 0;
      background: transparent;
      color: #0070ab; }
      .no-touchevents .main-nav--search--actuator:hover, .main-nav--search--actuator:focus, .main-nav--search--actuator:active {
        background: transparent;
        border-bottom: none; }
      .main-nav--search--actuator .icon {
        height: 40px;
        width: 20px; }
      @media screen and (max-width: 767px) {
        .main-nav--search--actuator {
          margin-left: 4px; } }
    .main-nav--search--panel {
      display: none; }
      .main-nav--search.open .main-nav--search--panel {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 57px;
        border-bottom: 1px solid #dadada; }
    .main-nav--search-input {
      color: #fff;
      background: #197cb1;
      border: 1px solid #fff;
      box-shadow: none;
      height: 22px;
      line-height: 24px;
      font-size: 11px;
      font-family: "Aller W01 Bold", sans-serif;
      padding: 0 8px;
      border-radius: 2px; }
      @media screen and (max-width: 767px) {
        .main-nav--search-input, .main-nav--search-input:focus {
          background: #fff; } }
      .main-nav--search-input:focus {
        background: #fff;
        color: #00295c; }
        .main-nav--search-input:focus::input-placeholder, .main-nav--search-input:focus::placeholder {
          color: #fff;
          opacity: 0; }
        .main-nav--search-input:focus + .main-nav--search-btn {
          color: #0070ab; }
          .no-touchevents .main-nav--search-input:focus + .main-nav--search-btn:hover {
            color: #0070ab; }
      .main-nav--search-input::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
        font-size: 11px;
        height: 22px;
        line-height: 22px; }
        @media screen and (max-width: 767px) {
          .main-nav--search-input::-webkit-input-placeholder {
            color: #6b6b6b; } }
      .main-nav--search-input:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
        font-size: 11px;
        height: 22px;
        line-height: 12px;
        padding: 4px; }
        @media screen and (max-width: 767px) {
          .main-nav--search-input:-ms-input-placeholder {
            color: #6b6b6b; } }
      .main-nav--search-input::-moz-placeholder {
        color: #fff;
        opacity: 1;
        font-size: 11px;
        display: inline-block;
        height: 22px;
        line-height: 22px; }
        @media screen and (max-width: 767px) {
          .main-nav--search-input::-moz-placeholder {
            color: #6b6b6b; } }
    .main-nav--search-btn {
      position: absolute;
      height: 40px;
      width: 30px;
      margin-top: -10px;
      top: 0;
      right: 0;
      text-align: center;
      border: none;
      color: #fff;
      line-height: 38px;
      padding: 0;
      background: none;
      border-radius: 0; }
      .no-touchevents .main-nav--search-btn:hover, .main-nav--search-btn:focus {
        border: none;
        color: #fff;
        background: none; }
      .main-nav--search-btn .icon svg {
        height: 24px;
        width: 12px;
        margin: 0; }
    @media screen and (max-width: 767px) {
      .main-nav--search-input {
        height: 49px;
        line-height: 33px;
        font-size: 16px;
        text-transform: none;
        font-family: "Aller W01 Regular", sans-serif;
        padding-right: 40px;
        color: #6b6b6b; }
      .main-nav--search-btn {
        height: 50px;
        width: 40px;
        line-height: 50px;
        color: #0070ab;
        border-bottom: none; }
        .main-nav--search-btn .icon {
          height: 20px;
          width: 20px; }
        .no-touchevents .main-nav--search-btn:hover, .main-nav--search-btn:hover, .main-nav--search-btn:focus {
          border-bottom: none;
          color: #0070ab; } }
  .main-nav--nav {
    background: #116397; }
    @media screen and (max-width: 767px) {
      .main-nav--nav {
        background-color: #0070ab;
        display: none; }
        .type-StartPage .main-nav--nav, .main-nav--nav.main-nav--mobile {
          display: flex; } }
    .main-nav--nav > li {
      border-right: 1px solid #197cb1; }
      @media screen and (max-width: 767px) {
        .main-nav--nav > li {
          border-right-color: #fff; } }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        .main-nav--nav > li:nth-child(5) .item > span {
          min-width: 80px; } }
      .main-nav--nav > li:last-child {
        border-right: 0; }
    .main-nav--nav .item {
      display: flex;
      width: 100%;
      height: 60px;
      padding: 0 10px;
      align-items: center;
      align-content: center;
      background: transparent;
      text-transform: none;
      justify-content: center;
      color: #fff;
      border-bottom: none;
      font-family: "Adelle W01 SemiBold", serif;
      font-size: 17px;
      line-height: 22px;
      border-radius: 0; }
      @media screen and (max-width: 767px) {
        .main-nav--nav .item {
          flex-wrap: wrap; }
          .main-nav--nav .item span {
            display: block;
            flex: 1 1 100%; }
            .main-nav--nav .item span.smaller {
              font-size: 14px;
              line-height: 1em; } }
      .no-touchevents .main-nav--nav .item:hover, .main-nav--nav .item.active {
        color: #fff;
        background: #197cb1;
        border-bottom: none; }
      .main-nav--nav .item.selected {
        color: #fff;
        background: #197cb1;
        border-bottom: none; }
  @media screen and (max-width: 767px) {
    .main-nav--mobile {
      background: #fff;
      padding-top: 10px; }
      .main-nav--mobile > li {
        padding: 4px 0;
        border-bottom: 1px solid #ebebeb; }
      .main-nav--mobile .item {
        color: #02285e;
        height: 40px;
        font-size: 18px;
        line-height: 22px;
        justify-content: flex-start;
        background: #fff;
        padding-left: 20px; }
        .no-touchevents .main-nav--mobile .item:hover, .main-nav--mobile .item:focus, .main-nav--mobile .item.active {
          color: #02285e;
          background: #fff; }
        .main-nav--mobile .item .icon {
          position: absolute;
          right: 10%;
          top: calc(50% - 9px);
          transform: rotate(270deg);
          width: 20px;
          height: 18px;
          color: #0070ab; } }
  .main-nav--mega-menu-actuator.item {
    position: relative; }
    @media screen and (min-width: 1200px) {
      .main-nav--mega-menu-actuator.item {
        padding-bottom: 0;
        min-height: 60px;
        margin-bottom: 0;
        transition: 150ms ease-in-out all;
        z-index: 101;
        transition-property: padding-bottom, min-height, margin-bottom; } }
    @media screen and (max-width: 767px) {
      .main-nav--mega-menu-actuator.item {
        min-height: 40px;
        text-align: left; } }
    @media screen and (min-width: 1200px) {
      .main-nav--mega-menu-actuator.item.active, .main-nav--mega-menu-actuator.item:hover {
        padding-bottom: 6px;
        min-height: 66px;
        margin-bottom: -6px; } }
    @media screen and (max-width: 767px) {
      .main-nav--mega-menu-actuator.item.active:before, .main-nav--mega-menu-actuator.item:hover:before {
        display: block;
        content: "";
        position: absolute;
        z-index: 101;
        height: 1px;
        border-bottom: 1px solid #ebebeb;
        bottom: -1px;
        left: 0;
        width: auto;
        right: 0; } }
    @media screen and (max-width: 767px) {
      .main-nav--mega-menu-actuator.item.active, .main-nav--mega-menu-actuator.item:hover {
        background: #fff;
        color: #02285e;
        border-bottom: none;
        min-height: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
        .main-nav--mega-menu-actuator.item.active:focus, .main-nav--mega-menu-actuator.item:hover:focus {
          color: #02285e;
          border-bottom: none; } }
    .main-nav--mega-menu-actuator.item.active + .main-nav--mega-menu-container .main-nav--mega-menu-content, .main-nav--mega-menu-actuator.item:hover + .main-nav--mega-menu-container .main-nav--mega-menu-content {
      pointer-events: all; }
  .main-nav--mega-menu-container {
    z-index: 100;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 15px -7px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 0;
    transition: ease 0.3s all;
    min-height: 0; }
    @media screen and (max-width: 767px) {
      .main-nav--mega-menu-container {
        display: none; } }
  .main-nav--mega-menu-content {
    padding: 40px 0 20px;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .main-nav--mega-menu-content {
        padding: 12px 0 0; }
        .main-nav--mega-menu-content > .column {
          padding: 0 3px; } }

.top-nav .mega-menu-section {
  margin-bottom: 20px; }
  .top-nav .mega-menu-section.promo-section {
    word-wrap: break-word;
    width: 230px; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .top-nav .mega-menu-section.promo-section {
        width: 175px; } }
    .top-nav .mega-menu-section.promo-section .promo-image {
      width: 230px;
      height: 115px;
      overflow: hidden; }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        .top-nav .mega-menu-section.promo-section .promo-image {
          width: 175px;
          height: 88px;
          overflow: hidden; } }
      .top-nav .mega-menu-section.promo-section .promo-image img {
        width: 100%;
        height: auto; }
    .top-nav .mega-menu-section.promo-section a {
      font-size: 14px !important;
      font-family: "Aller W01 Regular", sans-serif !important;
      font-weight: normal !important; }
  .top-nav .mega-menu-section > a {
    font-size: 14px;
    line-height: 21px;
    font-family: "Adelle W01 Regular", serif;
    font-weight: 600; }
  .top-nav .mega-menu-section ul {
    margin: 0; }
    .top-nav .mega-menu-section ul li {
      font-size: 14px;
      line-height: 18px;
      margin: 2px 0; }

@media screen and (min-width: 1200px) {
  .health-menu .row.row-full-width.align-spaced, .patient-menu .row.row-full-width.align-spaced {
    justify-content: center; } }

.health-menu .row.row-full-width.align-spaced .column, .patient-menu .row.row-full-width.align-spaced .column {
  flex: unset !important;
  min-width: 25%; }
  @media screen and (max-width: 767px) {
    .health-menu .row.row-full-width.align-spaced .column, .patient-menu .row.row-full-width.align-spaced .column {
      min-width: 100%; } }

#epi-quickNavigator {
  opacity: 0.25; }
  #epi-quickNavigator:hover {
    opacity: 1; }

* {
  margin: 0;
  padding: 0; }

.mega-menu-slide-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  padding-left: 40px;
  padding-top: 20px; }
  .mega-menu-slide-container .column {
    padding: 0 !important; }
  .mega-menu-slide-container .mega-header {
    font-family: "Adelle W01 SemiBold", serif;
    color: #00295c;
    font-size: 18px;
    margin-bottom: 25px; }
  .mega-menu-slide-container .mega-menu-section > a {
    font-family: "Adelle W01 Regular", serif;
    font-weight: 900;
    font-size: 14px; }
  .mega-menu-slide-container .mega-menu-section ul li {
    font-size: 14px;
    padding: 8px 0 8px 15px; }

.back-button {
  background: transparent !important;
  border-radius: 0;
  font-size: 12px;
  text-transform: none;
  color: #0070ab;
  outline: none !important;
  width: 150px;
  margin-top: 5px; }
  .back-button .back-arrow {
    display: inline-block;
    height: 16px;
    position: relative;
    width: 16px; }
    .back-button .back-arrow::after {
      border-color: #0070ab;
      border-bottom-style: solid;
      border-bottom-width: 2px;
      border-right-style: solid;
      border-right-width: 2px;
      content: "";
      display: inline-block;
      height: 16px;
      left: -12px;
      position: absolute;
      top: 0;
      transform: rotate(135deg);
      width: 16px; }
    .back-button .back-arrow.arrow-bar::before {
      bottom: 7px;
      background-color: #0070ab;
      content: "";
      height: 2px;
      position: absolute;
      right: 8px;
      transform-origin: bottom;
      width: 20px; }
  .back-button .arrow-label {
    float: right; }

.mobile-search {
  width: 0;
  transition: 333ms ease-in-out width;
  position: relative;
  z-index: 100; }
  .mobile-search .search-panel {
    display: none; }
  .mobile-search.open {
    width: 100%;
    height: 56px;
    max-width: 100vw; }
    .mobile-search.open .search-panel {
      display: block !important;
      margin: 0 15px;
      height: 40px;
      border-bottom: 1px solid #999999;
      width: 0;
      transition: .5s width ease; }
      .mobile-search.open .search-panel.open {
        width: calc(100% - 30px); }
      .mobile-search.open .search-panel input {
        height: 36px;
        font-size: 16px;
        width: calc(100% - 44px);
        display: inline-block;
        text-transform: none;
        font-family: "Aller W01 Regular", sans-serif;
        padding: 10px 40px 0 0;
        color: #00295c;
        outline: none;
        border: none;
        border-radius: 0;
        vertical-align: bottom;
        margin-bottom: 0;
        box-shadow: none !important; }
      .mobile-search.open .search-panel button {
        opacity: 0;
        vertical-align: bottom;
        height: 44px;
        width: 44px;
        padding: 0;
        color: #0070ab;
        background: transparent;
        border-radius: 0;
        border-bottom: none;
        margin-bottom: -8px; }
        .mobile-search.open .search-panel button.open {
          animation: appear .3s forwards;
          -webkit-animation: appear .3s forwards;
          animation-delay: .5s; }
        .mobile-search.open .search-panel button.closed {
          animation: disappear 0s forwards;
          -webkit-animation: disappear 0s forwards; }
        .mobile-search.open .search-panel button .icon {
          height: 20px;
          width: 20px; }
        .no-touchevents .mobile-search.open .search-panel button:hover, .mobile-search.open .search-panel button:hover, .mobile-search.open .search-panel button:focus {
          border-bottom: none;
          color: #0070ab; }

@-webkit-keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes disappear {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes disappear {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.nav-icon {
  width: 20px;
  height: 20px;
  background: transparent !important;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0070ab;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

.nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.nav-icon span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.nav-icon span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 2px; }

.nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
  left: 2px; }

.search-icon {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 1s;
  z-index: 4; }
  .search-icon.open::before {
    top: 0;
    left: 0;
    height: 2px;
    width: 20px; }
  .search-icon.open::after {
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    border: none;
    background: #0070ab;
    border-radius: 0%;
    transform: rotate(-45deg); }
  .search-icon::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 11px;
    right: 0;
    bottom: 0;
    left: 13px;
    width: 8px;
    height: 4px;
    background: #0070ab;
    transform: rotate(45deg);
    transition: all 0.5s; }
  .search-icon::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 0;
    bottom: 0;
    left: -5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #0070ab;
    transition: all 0.5s; }

@-webkit-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@media screen and (max-width: 767px) {
  .footer--info {
    padding: 40px 15px; } }

@media screen and (max-width: 767px) {
  .footer--info--logo-column a {
    margin-left: 0px; } }

@media screen and (max-width: 767px) {
  .footer-line-break {
    margin: 0px 0px 20px 0px;
    border-bottom-color: white; } }

.footer--info--utility {
  font-family: "Aller W01 Regular", sans-serif; }
  @media screen and (max-width: 767px) {
    .footer--info--utility {
      display: none; } }

.footer--info--social-network li a {
  border: solid 1px white;
  line-height: 34px; }
  .footer--info--social-network li a:hover {
    border: solid 1px white !important; }

.footer--info--copyright {
  font-family: "Aller W01 Regular", sans-serif;
  color: white; }

.footer-social-logo {
  height: 18px;
  margin-bottom: 8px; }

@-webkit-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@media screen and (max-width: 767px) {
  .footer--info--menu div.column {
    border-top: solid 1px white;
    padding-left: 0px;
    position: relative; } }

@media screen and (max-width: 767px) {
  .footer--info--menu div.column .links-container {
    margin-left: 20px;
    max-height: 500px;
    transition: max-height 0.25s ease-out; } }

@media screen and (max-width: 767px) {
  .footer--info--menu div.column .links-container-closed {
    margin-left: 20px;
    max-height: 0;
    transition: max-height 0.15s ease-in;
    overflow: hidden; } }

.footer-column-header {
  margin-bottom: 16px;
  font-family: "Aller W01 Bold", sans-serif !important; }
  @media screen and (max-width: 767px) {
    .footer-column-header {
      margin-top: 15px; } }

.footer .mega-menu-section {
  margin-bottom: 16px;
  font-family: "Aller W01 Regular", sans-serif; }
  @media screen and (max-width: 767px) {
    .footer .mega-menu-section {
      margin-bottom: 15px; } }

@media screen and (max-width: 767px) {
  .toggleIconDown,
  .toggleIconUp {
    position: absolute;
    top: 15px;
    right: 0px; }
    .toggleIconDown svg,
    .toggleIconUp svg {
      fill: white !important;
      width: 20px;
      height: 20px; }
      .toggleIconDown svg *,
      .toggleIconUp svg * {
        fill: white; } }

.hide-desktop {
  display: none; }
  @media screen and (max-width: 767px) {
    .hide-desktop {
      display: inline; } }

@-webkit-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.findadoctorblock, .findalocationblock, .findaserviceblock {
  margin-bottom: -30px; }

@media screen and (max-width: 767px) {
  .site-wrapper footer {
    margin-top: 0px; } }

.full-site-container {
  min-height: calc(100vh - 588px); }

.background-container {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #f3f2ef; }

.main-find-wrapper {
  opacity: 0.999;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(243, 242, 238, 0.7);
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 1200px) {
    .main-find-wrapper {
      min-width: 1000px; } }
  @media screen and (max-width: 767px) {
    .main-find-wrapper {
      width: 100%;
      background-color: #f3f2ee;
      margin-top: 0px;
      margin-bottom: 0px; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .main-find-wrapper {
      margin-left: 30px;
      margin-right: 30px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .main-find-wrapper {
      margin-left: 0;
      margin-right: 0; } }

.landing-page-main-container {
  display: flex;
  justify-content: flex-start;
  padding: 30px 30px 30px; }
  @media screen and (max-width: 767px) {
    .landing-page-main-container {
      padding: 10px 30px 10px; } }

.landing-page-container {
  font-size: 24px;
  line-height: initial;
  max-width: 1370px;
  display: flex; }
  @media screen and (max-width: 767px) {
    .landing-page-container {
      width: 100%;
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .landing-page-container .input-row-container {
      width: 100%; } }
  .landing-page-container .find-search-label {
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    font-size: 34px;
    line-height: 1em;
    color: #0070ab;
    margin: 0 10px -6px 0;
    max-width: 250px;
    word-wrap: break-word; }
    @media screen and (max-width: 767px) {
      .landing-page-container .find-search-label {
        display: none; } }
    .landing-page-container .find-search-label .landing-page-title {
      text-align: left; }
  .landing-page-container .mobile-find-label {
    display: flex;
    align-items: center;
    text-align: left;
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    font-size: 22px !important;
    line-height: 22px !important;
    color: #0070ab;
    word-wrap: break-word;
    margin-bottom: 10px;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .landing-page-container .mobile-find-label {
        display: none; } }
  .landing-page-container .mobile-steth-icon {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 112, 171, 0.2);
    vertical-align: bottom;
    border-radius: 40px;
    margin-left: 5px;
    position: relative;
    top: -2px; }
  .landing-page-container .mobile-steth-icon-svg {
    height: 24px;
    top: 4px;
    position: relative; }
  .landing-page-container .within-label {
    margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .landing-page-container .within-label {
        margin-left: 0px; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .landing-page-container .within-label {
        margin-left: 0px; } }
  .landing-page-container .autosuggest {
    margin-right: 10px; }
  .landing-page-container .within-dropdown {
    margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .landing-page-container .within-dropdown {
        margin-left: 0px; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .landing-page-container .within-dropdown {
        margin-left: 0px; } }
  .landing-page-container .apply-button {
    width: 100px; }
  .landing-page-container .find-block--schedule-text {
    text-align: left; }
  .landing-page-container .input-row {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 767px) {
      .landing-page-container .input-row {
        flex-direction: column; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .landing-page-container .input-row {
        flex-direction: column; } }
  .landing-page-container .input-label-container {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .landing-page-container .input-label-container {
        padding-top: 10px; } }
    .landing-page-container .input-label-container .location-input, .landing-page-container .input-label-container .autosuggest {
      width: 268px; }
      @media screen and (max-width: 767px) {
        .landing-page-container .input-label-container .location-input, .landing-page-container .input-label-container .autosuggest {
          width: 100%; } }
  .landing-page-container .tablet-within {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 767px) {
      .landing-page-container .tablet-within {
        flex-direction: column; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .landing-page-container .tablet-within {
        margin-top: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .landing-page-container .within-container {
      margin-left: 10px; } }
  @media screen and (max-width: 767px) {
    .landing-page-container .within-container {
      margin-left: 0px; } }
  .landing-page-container .stethoscope {
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 47px;
    background: rgba(0, 112, 171, 0.2);
    vertical-align: bottom;
    border-radius: 50px;
    margin-left: 5px;
    position: relative;
    top: -2px; }
  .landing-page-container .stethoscope-svg {
    height: 24px;
    top: 4px;
    position: relative; }
  .landing-page-container .search-button-container {
    display: flex;
    margin-left: 20px;
    justify-content: center;
    margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .landing-page-container .search-button-container {
        justify-content: flex-end; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .landing-page-container .search-button-container {
        display: flex;
        justify-content: flex-start;
        margin-left: 0px; } }
  .landing-page-container .apply-button {
    height: 40px;
    margin-top: 28px; }
    @media screen and (max-width: 767px) {
      .landing-page-container .apply-button {
        margin-top: 10px;
        padding: 12px 20px; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .landing-page-container .apply-button {
        margin-top: 10px; } }

@-webkit-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.location-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .location-input {
      width: 100%; } }
  .location-input .shared-input-text {
    width: 100%; }
    .location-input .shared-input-text > input {
      padding-right: 25px;
      font-size: 16px;
      min-width: 240px;
      width: 100%; }
    .location-input .shared-input-text > input::-ms-clear {
      display: none; }

.pac-matched {
  color: #0070ab; }

@-webkit-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.shared-input-text {
  margin: 0px; }
  @media screen and (max-width: 767px) {
    .shared-input-text {
      width: 100%; } }
  .shared-input-text > input {
    margin: 0px;
    min-width: 200px; }

@-webkit-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.autosuggest {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 5px; }
  @media screen and (max-width: 1199px) {
    .autosuggest {
      margin-right: 0;
      width: 100%; } }
  .autosuggest > div > input {
    margin: 0px;
    padding-right: 25px;
    padding-left: 10px; }

.react-autosuggest__container {
  position: relative;
  width: 268px; }
  @media screen and (max-width: 1199px) {
    .react-autosuggest__container {
      width: 100%; } }

.react-autosuggest__input {
  padding: 0px 4px;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #cacaca;
  border-radius: 4px; }
  @media screen and (max-width: 1199px) {
    .react-autosuggest__input {
      width: 100%; } }

.react-autosuggest__input--focused {
  outline: none; }

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.react-autosuggest__suggestions-container {
  display: none; }

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 40px;
  width: auto;
  min-width: 250px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: "Aller W01 Regular", arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 5;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left; }
  @media screen and (max-width: 1199px) {
    .react-autosuggest__suggestions-container--open {
      min-width: auto;
      width: 100%; } }

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.react-autosuggest__suggestion {
  color: #0070ab;
  cursor: pointer;
  padding: 4px 0;
  font-size: 14px;
  line-height: 16px; }

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd; }

.react-autosuggest__section-container--first {
  border-top: 0; }

.react-autosuggest__section-title {
  font-size: 18px;
  color: #00295c;
  padding-bottom: 4px;
  padding-top: 4px;
  line-height: initial; }

.clear-input {
  position: absolute;
  right: 3px;
  top: 3px;
  padding: 5px;
  cursor: pointer;
  font-size: 20px; }
  .clear-input .clear-icon {
    width: 10px;
    height: 10px; }

.clear-input-off {
  display: none; }

.highlightQuery {
  font-weight: 800;
  color: #0070ab;
  display: inline-block; }

.display-count {
  padding: 10px 0;
  color: #888;
  font-weight: bold;
  font-size: 14px;
  line-height: initial; }

.hide-count {
  display: none; }

.react-autosuggest__input::-ms-clear {
  display: none; }

@-webkit-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.within-dropdown {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .within-dropdown {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .within-dropdown .dropdown {
      width: 100%; } }

.dropdown-select {
  background-repeat: no-repeat;
  padding-right: 30px;
  background-size: 10px 20px;
  background-position: right 10px center;
  background-image: url(3dfea5cfcf2fbbd18f95e60e2b5b5cab.png) !important; }
  @media screen and (max-width: 767px) {
    .dropdown-select {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } }

@-webkit-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.dropdown .dropdown-label {
  font: 15px "Aller W01 Bold", arial, sans-serif;
  color: #512d6d;
  margin: 0px; }

.dropdown .dropdown-select {
  margin: 0px; }
  .dropdown .dropdown-select .default-select {
    color: #512d6d; }
  .dropdown .dropdown-select:disabled {
    background-color: #dadada;
    color: #999999; }
  .dropdown .dropdown-select:hidden {
    display: none; }
  .dropdown .dropdown-select option:disabled {
    background-color: #dadada;
    color: #999999; }

@-webkit-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Shiny {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.chat-button-container {
  z-index: 1000;
  font-size: 14px;
  position: fixed;
  width: 320px;
  bottom: -1px;
  right: 20px;
  padding: 8px 20px 0 20px;
  justify-content: center;
  background: #00295c;
  color: white;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #666;
  cursor: pointer;
  overflow-y: hidden; }
  @media screen and (max-width: 767px) {
    .chat-button-container {
      width: 100%;
      left: 0px;
      bottom: -1px;
      right: unset;
      border-radius: 0px; } }
  .chat-button-container .toggle-closed {
    margin-bottom: 0px !important; }
    .chat-button-container .toggle-closed .close {
      display: none; }
  .chat-button-container .toggle-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    height: 40px; }
    .chat-button-container .toggle-button .close {
      position: absolute;
      top: -3px;
      right: -10px;
      height: 12px;
      width: 12px;
      cursor: pointer;
      color: #fff; }
      .chat-button-container .toggle-button .close svg {
        height: 12px; }
      @media screen and (max-width: 767px) {
        .chat-button-container .toggle-button .close {
          top: 0px;
          right: -6px; } }
    .chat-button-container .toggle-button .logo-image {
      display: flex;
      flex: 1;
      padding: 5px;
      vertical-align: middle;
      justify-content: center;
      margin-bottom: -5px;
      top: 0px;
      width: 100%; }
    .chat-button-container .toggle-button .logo-image svg {
      height: 31px;
      width: 262px; }
    .chat-button-container .toggle-button .middle-seperator {
      border-left: 1px solid white;
      height: 32px; }
    .chat-button-container .toggle-button .right-side-label {
      font-size: 14px;
      position: relative;
      font-family: "Aller W01 Regular", sans-serif;
      display: flex;
      flex: 1;
      justify-content: center;
      line-height: 17px;
      align-items: center;
      margin-left: 15px; }
  .chat-button-container .chat-bot-iframe-container {
    position: relative;
    left: 0px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -5px; }
    @media screen and (max-width: 767px) {
      .chat-button-container .chat-bot-iframe-container {
        height: calc(100vh - 53px);
        height: calc((var(--vh, 1vh) * 100) - 53px);
        transition: all 0.5s; } }
  .chat-button-container .chat-bot-iframe-container.closed {
    margin-bottom: 8px;
    max-height: 0; }
    @media screen and (max-width: 767px) {
      .chat-button-container .chat-bot-iframe-container.closed {
        height: 0px; } }
  .chat-button-container #bot-container {
    height: calc(100vh - 200px);
    width: 100%; }
    @media screen and (max-width: 767px) {
      .chat-button-container #bot-container {
        height: 100%;
        max-height: none !important; } }
  .chat-button-container .bot-iframe {
    max-height: calc(100vh - 200px);
    height: calc(100vh - 200px);
    transition: all 0.5s; }
    @media screen and (max-width: 767px) {
      .chat-button-container .bot-iframe {
        height: calc(100vh - 53px);
        height: calc((var(--vh, 1vh) * 100) - 53px);
        max-height: none; } }
  .chat-button-container .closed-iframe {
    max-height: 0;
    height: 0px;
    overflow: hidden; }

@media screen and (max-width: 767px) {
  .chat-button-container.closed {
    border-radius: 6px 6px 0 0; } }

.js-nametag {
  position: absolute;
  top: 30%; }

.js-nametag:nth-child(2) {
  animation-name: fade;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: alternate-reverse; }

.js-nametag:nth-child(3) {
  font-family: "Aller W01 Regular", sans-serif;
  font-size: 20px;
  text-align: center;
  width: 100%;
  animation-name: fade;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: alternate; }

@keyframes fade {
  0%,
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.loading-status {
  background: url("/ClientResources/Website/images/spinner.svg") center center no-repeat;
  background-color: white;
  background-size: 125px 125px; }

