@-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%; } }

#mobile-prompt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #f9f8f6;
  justify-content: space-between; }
  #mobile-prompt.hidden {
    display: none; }
  #mobile-prompt .logos-and-text {
    display: flex; }
    #mobile-prompt .logos-and-text .logos-group {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      #mobile-prompt .logos-and-text .logos-group .x-to-close {
        margin-left: 14px;
        height: 20px; }
        #mobile-prompt .logos-and-text .logos-group .x-to-close svg {
          height: 12px;
          width: 12px;
          fill: #999999; }
      #mobile-prompt .logos-and-text .logos-group .oh-logo {
        margin-left: 8px;
        height: 60px; }
        #mobile-prompt .logos-and-text .logos-group .oh-logo svg {
          height: 60px;
          width: 60px; }
    #mobile-prompt .logos-and-text .text-lines {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-items: flex-start;
      margin-left: 6px;
      line-height: 12px; }
      #mobile-prompt .logos-and-text .text-lines .first-line-text {
        font-family: "Aller W01 Bold", sans-serif;
        color: #333333;
        font-size: 14px;
        margin-bottom: 6px; }
      #mobile-prompt .logos-and-text .text-lines .second-line-text {
        font-family: "Aller W01 Regular", sans-serif;
        font-size: 1rem;
        color: #333333;
        color: #999999;
        font-size: 12px; }
  #mobile-prompt .cta-text {
    font-family: "Aller W01 Bold", sans-serif;
    color: #333333;
    color: #eb7722;
    margin-right: 16px;
    margin-left: 6px;
    font-size: 12px;
    text-align: center;
    line-height: 15px; }

@-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%; } }

.mychart-modal {
  padding: 19px 6rem 54px 6rem; }
  @media screen and (max-width: 767px) {
    .mychart-modal {
      padding: 0 15px 60px; } }
  .mychart-modal .title {
    font-family: "Adelle W01 SemiBold", serif;
    color: #197cb1;
    font-size: 1.5rem;
    margin-bottom: .7rem;
    line-height: initial; }
    @media screen and (max-width: 767px) {
      .mychart-modal .title {
        padding: 0 45px; } }
  .mychart-modal .subheader {
    font-family: "Aller W01 Regular", sans-serif;
    font-size: 1rem;
    color: #333333;
    margin-bottom: 2rem; }
  .mychart-modal .btn.btn-primary {
    margin-bottom: 2rem;
    width: 75%; }
    @media screen and (max-width: 767px) {
      .mychart-modal .btn.btn-primary {
        width: 100%; } }
  .mychart-modal .continue-link {
    color: #197cb1;
    font-family: "Aller W01 Regular", sans-serif;
    font-size: 1rem;
    padding: 4px 4px 8px 4px;
    display: inline-block;
    transition: .3s ease all;
    margin-bottom: 20px; }
    .mychart-modal .continue-link:hover {
      cursor: pointer;
      color: #4aafe6;
      border-bottom: 1px transparent solid; }

@-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%; } }

.dob-modal {
  padding: 1rem 6rem 2.75rem; }
  @media screen and (max-width: 767px) {
    .dob-modal {
      padding: 0px 15px 25px; } }
  .dob-modal .title {
    font-family: "Aller W01 Bold", sans-serif;
    color: #00295c;
    font-size: 1.4rem;
    margin-bottom: 2rem; }
  .dob-modal .explanation {
    font-family: "Aller W01 Regular", sans-serif;
    font-size: 1rem;
    color: #333333; }
  .dob-modal .date-of-birth-input {
    display: flex;
    margin-left: 0;
    flex-flow: row wrap;
    justify-content: space-between;
    flex: 1;
    align-items: center;
    width: 100%; }
    .dob-modal .date-of-birth-input.date-of-birth-input--error input {
      border-color: #d0021b;
      border-width: 2px; }
    .dob-modal .date-of-birth-input input::-webkit-outer-spin-button,
    .dob-modal .date-of-birth-input input::-webkit-inner-spin-button {
      -webkit-appearance: none; }
    @media screen and (max-width: 767px) {
      .dob-modal .date-of-birth-input {
        margin-right: 0;
        margin-bottom: 1rem;
        width: 98%; } }
    .dob-modal .date-of-birth-input .day,
    .dob-modal .date-of-birth-input .month,
    .dob-modal .date-of-birth-input .year {
      margin: 0;
      margin-right: 2%;
      max-width: 18%; }
      @media screen and (max-width: 767px) {
        .dob-modal .date-of-birth-input .day,
        .dob-modal .date-of-birth-input .month,
        .dob-modal .date-of-birth-input .year {
          margin-bottom: .5rem;
          max-width: 25%;
          margin-right: 5px; } }
    .dob-modal .date-of-birth-input .year {
      max-width: 32%; }
      @media screen and (max-width: 767px) {
        .dob-modal .date-of-birth-input .year {
          max-width: 45%;
          margin-right: 0; } }
    .dob-modal .date-of-birth-input .begin-button {
      width: 26%; }
      .dob-modal .date-of-birth-input .begin-button.button-disabled {
        background: #dadada;
        color: #999999;
        cursor: not-allowed; }
      @media screen and (max-width: 767px) {
        .dob-modal .date-of-birth-input .begin-button {
          margin-top: 25px;
          width: 100%; } }
    .dob-modal .date-of-birth-input .field__input {
      font-family: "Aller W01 Regular", sans-serif;
      font-size: 1rem;
      color: #333333;
      font-size: 1.25rem;
      padding: 0.5rem 1rem;
      line-height: 30px;
      margin-bottom: 0; }
      .dob-modal .date-of-birth-input .field__input--error {
        border-color: #d0021b;
        border-width: 2px;
        margin-bottom: 0.5rem; }
      .dob-modal .date-of-birth-input .field__input--error {
        margin-bottom: 0 !important; }
    .dob-modal .date-of-birth-input label {
      font-family: "Aller W01 Regular", sans-serif;
      font-style: normal;
      color: #00295c;
      font-size: 14px;
      margin-bottom: 4px;
      flex-basis: 100%;
      color: #197cb1;
      font-size: 1.1rem;
      font-family: "Aller W01 Bold", sans-serif;
      margin-bottom: 12px; }
      .dob-modal .date-of-birth-input label[required]:after {
        content: "*";
        color: #197cb1;
        margin-left: 0.25rem; }
  .dob-modal .field__error {
    color: #d0021b;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    margin-top: 15px;
    text-align: center;
    line-height: 1; }
    .dob-modal .field__error.show-for-small-only {
      padding: 0 10%;
      margin-bottom: -10px; }
  .dob-modal .note {
    line-height: 14px;
    margin-top: 20px; }

@-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%; } }

.error-modal {
  padding: .5rem 6rem 3rem; }
  @media screen and (max-width: 767px) {
    .error-modal {
      padding: 0 15px 45px; } }
  .error-modal .title {
    font-family: "Adelle W01 SemiBold", serif;
    color: #197cb1;
    font-size: 1.5rem;
    margin-bottom: 2rem; }
  .error-modal .error-icon {
    margin-bottom: 2rem;
    display: block; }
    .error-modal .error-icon svg {
      fill: #197cb1;
      width: 60px;
      height: 60px; }
  .error-modal .subheader {
    color: #00295c;
    font-family: "Aller W01 Bold", sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
    line-height: 1.6rem;
    padding: 0 15px; }
    @media screen and (max-width: 767px) {
      .error-modal .subheader {
        padding: 0; } }
  .error-modal .continue-link {
    color: #197cb1;
    font-family: "Aller W01 Regular", sans-serif;
    font-size: 1rem;
    vertical-align: middle; }
    .error-modal .continue-link:hover {
      cursor: pointer; }
    .error-modal .continue-link svg {
      vertical-align: middle;
      height: 15px;
      width: 15px; }

@-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%; } }

.questions-modal {
  padding: 10px 6rem 44px; }
  @media screen and (max-width: 767px) {
    .questions-modal {
      padding: 0 15px 40px; } }
  .questions-modal .step-numbers {
    font-size: 16px; }
  .questions-modal .title {
    font-family: "Adelle W01 Regular", serif;
    color: #197cb1;
    font-size: 22px;
    margin-bottom: 2rem; }
  .questions-modal .question {
    font-family: "Aller W01 Bold", sans-serif;
    color: #00295c;
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-bottom: 1.8rem;
    min-height: 50px; }
    @media screen and (max-width: 767px) {
      .questions-modal .question {
        margin-bottom: 2rem;
        min-height: 80px; } }
  .questions-modal .continue-link {
    color: #197cb1;
    font-family: "Aller W01 Regular", sans-serif;
    font-size: 1rem; }
  .questions-modal .answer {
    width: 30%;
    margin-right: 5%; }
    .questions-modal .answer:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .questions-modal .answer {
        width: 40%; } }

@-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%; } }

.modal {
  background-color: rgba(0, 41, 92, 0.92);
  transition: opacity 0.15s ease-in; }
  .modal .background {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.50s ease-in 0.15s; }

.modal.hidden-modal {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden; }
  .modal.hidden-modal .background {
    opacity: 0; }

.modal.shown-modal {
  display: flex;
  opacity: 1;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .modal.shown-modal .background {
    opacity: 1; }

.modal-content {
  width: 90%;
  max-width: 650px;
  min-height: 303px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .modal-content {
      min-height: 310px; } }

.close-button, .hidden-close-button {
  background-color: transparent;
  padding: 13px;
  height: 44px;
  width: 44px;
  margin-right: 5px;
  margin-top: 5px;
  margin-left: auto;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .close-button, .hidden-close-button {
      padding: 13px;
      height: 44px;
      width: 44px; } }
  .close-button .SVGInline-svg, .hidden-close-button .SVGInline-svg {
    fill: #999999; }
  .close-button:active, .hidden-close-button:active {
    background: transparent; }
  .close-button.hidden, .hidden.hidden-close-button {
    display: none; }

.hidden-close-button {
  cursor: default; }
  .hidden-close-button .SVGInline-svg {
    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%; } }

@media screen and (max-width: 767px) {
  .location-main-container {
    height: 200px;
    position: relative; } }

@media screen and (max-width: 767px) {
  #locationInfoContainer {
    min-height: auto;
    padding: 0px; } }

.location-info-container {
  width: 364px;
  background: rgba(0, 112, 171, 0.88); }
  @media screen and (max-width: 767px) {
    .location-info-container {
      width: 100%; } }

.h1-opg-header-container {
  line-height: inherit;
  margin-bottom: 0px; }

.affiliation-header {
  width: 279px;
  color: #0070ab;
  font-size: 16px;
  font-family: "Adelle W01 SemiBold", serif;
  letter-spacing: 0px;
  line-height: 28px;
  background: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  display: block; }
  @media screen and (max-width: 767px) {
    .affiliation-header {
      width: 100%;
      margin: 0px;
      padding-top: 6px;
      padding-bottom: 6px; } }

.specialty-title {
  color: white;
  font-size: 24px;
  line-height: 1.25em;
  font-family: "Adelle W01 Regular", serif;
  text-align: center;
  padding: 16px 10px;
  margin-bottom: 0px;
  display: block; }

.name-title {
  color: white;
  font-size: 30px;
  line-height: 1.25em;
  font-family: "Adelle W01 Regular", serif;
  text-align: center;
  padding: 16px 10px;
  margin-bottom: 0px;
  display: block; }

.location-number-container {
  display: flex;
  flex-direction: row;
  border-bottom: solid 2px rgba(0, 112, 171, 0.88); }
  .location-number-container a {
    border-bottom: none; }
  .location-number-container a:hover {
    text-decoration: none;
    border-bottom: none;
    color: white; }
  @media screen and (max-width: 767px) {
    .location-number-container a:hover {
      text-decoration: none;
      border-bottom: none;
      background-color: transparent;
      color: white; } }
  .location-number-container a:first-child {
    border-right: solid 1px rgba(0, 112, 171, 0.88); }
  .location-number-container a:last-child {
    border-left: solid 1px rgba(0, 112, 171, 0.88); }
  .location-number-container .number-text {
    height: 40px;
    padding-left: 35px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex: 1;
    color: white;
    font-size: 14px;
    font-family: "Aller W01 Regular", sans-serif;
    background: rgba(0, 42, 92, 0.5); }
  .location-number-container .single-number-format {
    padding-left: 35px;
    justify-content: flex-start !important; }

.location-address-container {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 35px;
  text-align: left;
  background: rgba(0, 42, 92, 0.5);
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-family: "Aller W01 Regular", sans-serif;
  border-bottom: solid 2px rgba(0, 112, 171, 0.88);
  cursor: pointer; }
  .location-address-container:hover {
    background-color: transparent; }

.full-address-container {
  display: block; }

.full-address-container {
  display: block; }

.hours-of-operation {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  color: white;
  background: rgba(0, 42, 92, 0.5);
  font-size: 14px;
  font-family: "Aller W01 Bold", sans-serif;
  font-weight: bold;
  line-height: 30px;
  padding-left: 35px;
  cursor: pointer; }
  .hours-of-operation .toggle-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 24px; }
    .hours-of-operation .toggle-icon svg > * {
      fill: white; }

.hours-dropdown {
  background: #0070ab;
  margin-left: 0px;
  padding: 4px 0px;
  position: absolute;
  width: 364px; }
  @media screen and (max-width: 767px) {
    .hours-dropdown {
      width: 100%;
      position: relative;
      margin-bottom: 0px; } }
  .hours-dropdown .days-hours {
    list-style-type: none;
    color: white;
    font-size: 14px;
    font-family: "Aller W01 Bold", sans-serif;
    text-align: left;
    padding-left: 35px;
    line-height: 30px;
    display: flex;
    flex-direction: row; }
  .hours-dropdown .general-hours {
    color: white;
    font-size: 14px;
    font-family: "Aller W01 Regular", sans-serif;
    text-align: left;
    padding: 14px 35px;
    line-height: 18px;
    display: flex;
    flex-direction: row; }

.day-label {
  display: flex;
  flex-basis: 35%;
  text-transform: capitalize;
  font-family: "Aller W01 Bold", sans-serif; }

.time-label {
  display: flex;
  font-weight: 400;
  font-family: "Aller W01 Regular", sans-serif; }

@-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) {
  .medicaleducationfilteredblock, .medicaleducationfacultyblock {
    width: 100vw; } }

.bio-name-title {
  font-size: 14px;
  color: black; }

.bio-data-container {
  margin-bottom: 20px; }

.bio-data-close-icon-svg {
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px; }

.bio-data-list {
  margin: 0px;
  padding: 0px;
  position: relative; }
  .bio-data-list .bio-data-item {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    margin-top: 20px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .bio-data-list .bio-data-item {
        padding-left: 14px; } }
    .bio-data-list .bio-data-item .bio-image {
      border-radius: 50%;
      height: 95px;
      width: 95px;
      overflow: hidden;
      position: relative; }
      .bio-data-list .bio-data-item .bio-image img {
        width: 95px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0; }
    .bio-data-list .bio-data-item .bio-name-title {
      font-size: 16px;
      color: #0070ab; }
    .bio-data-list .bio-data-item .bio-name-title:hover {
      text-decoration: underline; }
  .bio-data-list .bio-data-item.active {
    background-color: #f3f2ee; }
  .bio-data-list .meded-filter-item--content {
    margin-top: 0px;
    position: absolute;
    left: 0px;
    width: 100%;
    padding-top: 20px; }
  .bio-data-list .meded-filter-item--heading {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 0px; }
    .bio-data-list .meded-filter-item--heading p {
      margin: 0px;
      padding: 0px; }

@-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%; } }

.loading-element-container {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  height: auto; }
  .loading-element-container .display-text {
    text-align: center;
    margin: 1rem 0px 0px 1rem;
    font-size: 14px; }
  .loading-element-container .loading-svg {
    justify-content: center; }
    .loading-element-container .loading-svg .SVGInline-svg {
      animation-name: loader;
      animation-duration: 1.25s;
      animation-iteration-count: infinite; }

@keyframes loader {
  0% {
    transform: rotate(0deg);
    animation-timing-function: steps(8, start); }
  100% {
    transform: rotate(360deg); } }

.loading-indicator-container .loading-indicator {
  display: block;
  position: relative;
  height: 40px;
  background: transparent;
  color: white;
  border-radius: 4px; }
  .loading-indicator-container .loading-indicator:focus, .loading-indicator-container .loading-indicator:hover, .loading-indicator-container .loading-indicator:active {
    border-bottom: none; }
  @media screen and (min-width: 1200px) {
    .loading-indicator-container .loading-indicator {
      width: auto; } }

.loading-indicator-container .sk-fading-circle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.loading-indicator-container .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.loading-indicator-container .sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.loading-indicator-container .sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.loading-indicator-container .sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.loading-indicator-container .sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.loading-indicator-container .sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.loading-indicator-container .sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg); }

.loading-indicator-container .sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.loading-indicator-container .sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg); }

.loading-indicator-container .sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.loading-indicator-container .sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.loading-indicator-container .sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.loading-indicator-container .sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.loading-indicator-container .sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.loading-indicator-container .sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.loading-indicator-container .sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@-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%; } }

.search-found {
  padding: 30px 0;
  max-width: 100%;
  margin: 0 0 30px;
  display: flex; }
  @media screen and (max-width: 767px) {
    .search-found {
      display: block;
      padding-top: 0;
      padding-bottom: 10px;
      margin: 0; } }
  .search-found .found-results-container {
    width: 33%;
    border-right: 1px solid #ebebeb; }
    .search-found .found-results-container:last-child {
      border-right: none; }
    @media screen and (max-width: 767px) {
      .search-found .found-results-container {
        width: 100%;
        border-radius: 4px;
        border-right: none;
        background: #197cb1;
        margin-bottom: 10px; } }
    .search-found .found-results-container .found-results {
      text-align: center;
      position: relative;
      padding: 10px 15px 20px; }
      @media screen and (max-width: 767px) {
        .search-found .found-results-container .found-results {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 10px 20px;
          color: #fff !important; }
          .search-found .found-results-container .found-results .icon {
            position: absolute;
            top: 16px;
            left: 20px;
            width: 30px; } }
      @media (max-width: 321px) {
        .search-found .found-results-container .found-results .icon {
          left: 10px; } }
      .search-found .found-results-container .found-results .results-icon {
        background: rgba(25, 124, 177, 0.2);
        color: rgba(25, 124, 177, 0.8);
        width: 60px;
        height: 60px;
        display: block;
        margin: 0 auto;
        border-radius: 60px;
        text-align: center;
        line-height: 60px; }
        .search-found .found-results-container .found-results .results-icon .icon {
          height: 40px;
          width: 40px; }
      .search-found .found-results-container .found-results .results-number {
        display: block;
        font-size: 120px;
        line-height: 120px;
        color: #197cb1;
        font-family: "Adelle W01 SemiBold", serif;
        margin-top: -15px;
        letter-spacing: -0.025em;
        min-height: 120px;
        text-indent: -0.025em; }
        .search-found .found-results-container .found-results .results-number .loading-svg {
          width: 60px;
          height: auto;
          margin-left: 16px; }
        @media screen and (max-width: 767px) {
          .search-found .found-results-container .found-results .results-number {
            display: inline-block;
            text-indent: unset;
            font-size: 30px;
            margin: 0;
            line-height: 40px;
            min-height: unset;
            color: #fff;
            margin-right: 15px;
            margin-left: 15%; }
            .search-found .found-results-container .found-results .results-number .loading-svg {
              width: 20px;
              margin-left: -2px; } }
        @media (max-width: 321px) {
          .search-found .found-results-container .found-results .results-number {
            margin-left: 30px; } }
      .search-found .found-results-container .found-results .results-arrow {
        position: absolute;
        right: 20px;
        top: 22px;
        height: 20px;
        width: 10px; }
        @media (max-width: 321px) {
          .search-found .found-results-container .found-results .results-arrow {
            right: 10px; } }
      .search-found .found-results-container .found-results .results-description {
        display: block;
        font-size: 24px;
        line-height: 24px;
        font-family: "Aller W01 Regular", sans-serif;
        color: #197cb1;
        margin-bottom: 20px;
        letter-spacing: -0.025em; }
        @media screen and (max-width: 767px) {
          .search-found .found-results-container .found-results .results-description {
            letter-spacing: normal;
            display: inline-block;
            margin-bottom: 0;
            color: #fff;
            font-size: 20px; } }
      .search-found .found-results-container .found-results .results-btn {
        display: inline-block;
        background: #197cb1;
        color: #fff;
        min-width: 180px;
        min-height: 30px;
        line-height: 16px;
        font-size: 14px;
        font-family: "Aller W01 Bold", sans-serif;
        margin: 0 auto;
        text-transform: uppercase;
        text-align: center;
        border-radius: 4px;
        padding: 7px 15px; }
        .search-found .found-results-container .found-results .results-btn.disabled {
          pointer-events: none;
          opacity: 0.5; }
        @media screen and (max-width: 767px) {
          .search-found .found-results-container .found-results .results-btn {
            display: none; } }

.back-to-top-container {
  transition: .3s ease opacity;
  cursor: pointer;
  position: fixed;
  bottom: 75px;
  right: 0;
  border: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 8px 16px;
  background-color: rgba(83, 83, 83, 0.7);
  z-index: 900; }
  .back-to-top-container svg {
    margin: 2px auto -2px;
    height: 20px;
    width: 20px;
    transform: rotate(-90deg);
    color: white; }

@media print {
  .back-to-top-container {
    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%; } }

.site-search {
  max-width: 1392px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px; }
  .site-search .show-more {
    position: relative;
    bottom: unset;
    left: unset;
    margin: 20px auto; }
    .site-search .show-more .loading-element-container {
      display: inline-block; }
  .site-search .heading {
    font-family: "Adelle W01 SemiBold", serif;
    color: #197cb1;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: -0.025em;
    margin: 0;
    padding: 25px 0; }
    .site-search .heading .heading-term {
      color: #02285e;
      font-size: 48px;
      margin: 0 0.1em; }
    @media screen and (max-width: 767px) {
      .site-search .heading {
        font-size: 22px;
        text-align: center;
        padding: 0 0 15px 0; }
        .site-search .heading .heading-term {
          font-size: 28px; } }
  .site-search .search-results .fake-headline {
    width: 100%;
    background: linear-gradient(120deg, #eee 36%, #f7f7f7 42%, #eee 48%);
    background-size: 400% 400%;
    height: 100%;
    -webkit-animation: Shiny 2s linear infinite;
    -moz-animation: Shiny 2s linear infinite;
    animation: Shiny 2s linear infinite;
    height: 50px !important;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .site-search .search-results .fake-headline {
        height: 100px !important; } }
  .site-search .search-results .results-heading {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between; }
    .site-search .search-results .results-heading select {
      width: auto; }
    @media screen and (max-width: 767px) {
      .site-search .search-results .results-heading {
        display: block;
        margin-bottom: 0; }
        .site-search .search-results .results-heading select {
          width: 50%; } }
  .site-search .search-results .results-count {
    color: #00295c;
    font-family: "Aller W01 Regular", sans-serif;
    font-style: italic;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    letter-spacing: -0.025em; }
    @media screen and (max-width: 767px) {
      .site-search .search-results .results-count {
        font-size: 18px;
        margin-bottom: 15px; } }
  .site-search .search-results .results-list .results-item {
    font-family: "Aller W01 Regular", sans-serif;
    padding: 25px 0;
    border-bottom: 1px solid #ebebeb; }
    @media screen and (max-width: 767px) {
      .site-search .search-results .results-list .results-item {
        padding: 0 0 10px 0;
        margin-bottom: 10px; } }
    .site-search .search-results .results-list .results-item .item-date {
      float: right;
      margin-top: -24px;
      color: #333333; }
    .site-search .search-results .results-list .results-item.skeleton-box {
      width: 100%;
      background: linear-gradient(120deg, #eee 36%, #f7f7f7 42%, #eee 48%);
      background-size: 400% 400%;
      height: 100%;
      -webkit-animation: Shiny 2s linear infinite;
      -moz-animation: Shiny 2s linear infinite;
      animation: Shiny 2s linear infinite;
      height: 150px !important;
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .site-search .search-results .results-list .results-item.skeleton-box {
          height: 180px !important; } }
    .site-search .search-results .results-list .results-item .item-thumb {
      display: inline;
      clear: both;
      margin: 0 0 0 30px; }
    .site-search .search-results .results-list .results-item .item-title {
      font-size: 30px;
      line-height: 1em;
      color: #197cb1;
      margin-bottom: 5px;
      letter-spacing: -0.025em; }
      @media screen and (max-width: 767px) {
        .site-search .search-results .results-list .results-item .item-title {
          font-size: 22px;
          padding-right: 50px;
          margin-bottom: 6px; } }
    .site-search .search-results .results-list .results-item .item-copy {
      color: #6b6b6b;
      font-size: 16px;
      line-height: 22px;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .site-search .search-results .results-list .results-item .item-copy {
          font-size: 14px;
          line-height: 20px; } }
    .site-search .search-results .results-list .results-item .item-url {
      word-wrap: break-word;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .site-search .search-results .results-list .results-item .item-url {
          margin-top: 6px; } }
    .site-search .search-results .results-list .results-item .hilite,
    .site-search .search-results .results-list .results-item em {
      color: #00295c; }
    .site-search .search-results .results-list .results-item .item-copy em {
      color: #000; }

@-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%; } }

.wait-time {
  width: 100% !important; }
  @media screen and (min-width: 1200px) {
    .wait-time {
      max-width: 310px; } }
  .wait-time .disclaimer {
    z-index: 4;
    position: absolute;
    background: #535353;
    left: 0;
    top: 0;
    height: 100%;
    padding: 15% 24px;
    border-radius: 8px; }
    @media screen and (min-width: 1200px) {
      .wait-time .disclaimer {
        padding: 30px 24px; } }
    .wait-time .disclaimer .close {
      background: transparent;
      color: #fff;
      z-index: 8;
      position: absolute;
      top: 8px;
      font-size: 46px;
      height: auto;
      min-height: auto !important;
      right: 8px;
      padding: 0; }
      .wait-time .disclaimer .close img {
        width: 20px;
        height: 20px; }
    .wait-time .disclaimer .close:hover {
      background-color: transparent !important; }
    .wait-time .disclaimer p {
      font-size: 14px;
      color: #fff;
      font-weight: normal;
      z-index: 3;
      overflow: visible;
      line-height: 21px; }
    @media screen and (max-width: 767px) {
      .wait-time .disclaimer {
        font-size: 12px;
        padding: 10% 24px; } }

h4.wait-time-container .clock-icon {
  margin-top: 6px;
  display: inline-block;
  margin-right: 10px; }

h4.wait-time-container .clock-icon > svg {
  height: 50px;
  color: #197cb1; }

h4.wait-time-container .time-data {
  color: #197cb1;
  font-size: 1.75em;
  margin-right: 4px; }

h4.wait-time-container .info {
  background: transparent;
  padding: 0 4px;
  border-radius: 0;
  min-height: unset;
  color: #535353;
  height: 24px;
  width: 24px;
  z-index: 3;
  cursor: pointer;
  vertical-align: bottom; }
  h4.wait-time-container .info img {
    cursor: pointer;
    z-index: 1;
    width: 20px;
    max-width: none !important;
    height: 20px; }

@-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%; } }

.gallery-block .epi-block--inner {
  padding: 0; }

.gallery-block .gallery-slider--image {
  padding-bottom: 56.25%; }

.gallery .gallery-caption-heading {
  color: #02285e;
  font-family: "Adelle W01 SemiBold", serif;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 5px;
  font-weight: bold; }

.gallery #gallery-swiper {
  max-height: 770px; }
  .gallery #gallery-swiper .slick-list {
    max-height: 770px;
    position: relative; }
  .gallery #gallery-swiper .slick-arrow {
    border-radius: 0;
    position: absolute;
    padding: 0;
    height: 60px;
    width: 60px;
    display: inline-block !important;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    margin-left: 1px;
    opacity: 1;
    pointer-events: all;
    top: auto;
    bottom: 0;
    right: 0;
    left: calc(100% - 120px);
    transition: .3s ease all; }
    .gallery #gallery-swiper .slick-arrow:focus, .gallery #gallery-swiper .slick-arrow:hover {
      background: #00295c; }
    .gallery #gallery-swiper .slick-arrow .icon {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto; }
      .gallery #gallery-swiper .slick-arrow .icon svg {
        position: absolute;
        top: 20px;
        left: 12px;
        height: 18px;
        width: 18px; }
    .gallery #gallery-swiper .slick-arrow.slick-next {
      right: 0;
      left: auto; }
      .gallery #gallery-swiper .slick-arrow.slick-next .icon {
        transform: none; }
        .gallery #gallery-swiper .slick-arrow.slick-next .icon svg {
          left: 22px;
          transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -moz-transform: rotate(180deg); }
    .gallery #gallery-swiper .slick-arrow.slick-disabled {
      opacity: 0.9;
      background: #4d698d;
      pointer-events: none; }
  .gallery #gallery-swiper .gallery-caption {
    position: absolute;
    bottom: 60px;
    right: 0;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    text-align: left;
    max-width: 320px;
    width: 100%;
    z-index: 2;
    font-size: 0;
    line-height: 0;
    text-align: right;
    pointer-events: all;
    opacity: 1;
    display: inline-block;
    transition: 250ms ease-in-out opacity; }
    .gallery #gallery-swiper .gallery-caption.none {
      opacity: 0;
      pointer-events: none; }
    .gallery #gallery-swiper .gallery-caption .gallery-caption-label {
      text-transform: uppercase;
      color: #197cb1;
      font-size: 14px;
      line-height: 18px;
      display: none; }
    .gallery #gallery-swiper .gallery-caption .gallery-caption-toggle {
      display: inline-block;
      color: #888;
      background: none !important;
      padding: 0;
      border-radius: 0;
      height: 17px;
      width: 17px;
      font-size: 12px;
      line-height: 15px;
      border: 1px solid #888;
      text-align: center;
      min-height: 17px;
      margin-left: 10px; }
      .gallery #gallery-swiper .gallery-caption .gallery-caption-toggle .minus {
        display: inline;
        position: relative;
        top: -1px; }
      .gallery #gallery-swiper .gallery-caption .gallery-caption-toggle .plus {
        display: none; }
      .gallery #gallery-swiper .gallery-caption .gallery-caption-toggle:hover, .gallery #gallery-swiper .gallery-caption .gallery-caption-toggle:focus {
        color: #888;
        border-bottom-color: #888; }
    .gallery #gallery-swiper .gallery-caption .gallery-caption-inner {
      transition: 250ms ease-in-out opacity;
      text-align: left; }
      .gallery #gallery-swiper .gallery-caption .gallery-caption-inner.fadeout {
        opacity: 0; }
      .gallery #gallery-swiper .gallery-caption .gallery-caption-inner .gallery-caption-copy {
        font-family: "Aller W01 Regular", sans-serif;
        color: #666;
        font-size: 14px;
        line-height: 18px;
        margin: 0; }
    .gallery #gallery-swiper .gallery-caption.collapse {
      width: auto;
      padding: 20px 17px 20px 18px; }
      .gallery #gallery-swiper .gallery-caption.collapse .gallery-caption-label {
        display: inline-block; }
      .gallery #gallery-swiper .gallery-caption.collapse .gallery-caption-toggle .minus {
        display: none; }
      .gallery #gallery-swiper .gallery-caption.collapse .gallery-caption-toggle .plus {
        display: inline; }
      .gallery #gallery-swiper .gallery-caption.collapse .gallery-caption-inner {
        display: none; }

.gallery .gallery-slider-heading {
  background: #02285e;
  color: #fff;
  font-family: "Adelle W01 SemiBold", serif;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  margin: 0;
  padding: 21px 20px;
  min-height: 60px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.gallery .gallery-slide {
  position: relative; }

.gallery .gallery-image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff; }

.gallery .gallery-controls {
  position: absolute;
  bottom: 0;
  right: 119px;
  height: 60px;
  text-align: right;
  z-index: 2;
  font-size: 0;
  line-height: 0; }

.gallery .gallery-counter {
  background: #02285e;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 60px;
  height: 60px;
  min-width: 60px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Aller W01 Regular", sans-serif;
  font-size: 14px;
  vertical-align: middle;
  width: auto;
  left: auto;
  bottom: auto; }

.modal-window .gallery,
.inline-window .gallery {
  height: calc(100vh - 120px);
  max-height: 100%; }
  @media screen and (max-width: 767px) {
    .modal-window .gallery,
    .inline-window .gallery {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      height: 100%;
      max-height: none;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; } }
  .modal-window .gallery .gallery-slider-heading,
  .inline-window .gallery .gallery-slider-heading {
    max-width: calc(100% - 60px); }
    @media screen and (max-width: 767px) {
      .modal-window .gallery .gallery-slider-heading,
      .inline-window .gallery .gallery-slider-heading {
        max-width: calc(100% - 40px);
        min-height: 40px;
        padding: 12px;
        display: block;
        flex: 0 0 auto;
        position: absolute; } }
  @media screen and (max-width: 767px) {
    .modal-window .gallery .gallery-slide,
    .inline-window .gallery .gallery-slide {
      width: 100% !important;
      height: auto;
      flex-basis: 100%; } }
  .modal-window .gallery .gallery-image,
  .inline-window .gallery .gallery-image {
    height: 100%; }
    @media screen and (max-width: 767px) {
      .modal-window .gallery .gallery-image,
      .inline-window .gallery .gallery-image {
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  .modal-window .gallery .gallery-caption,
  .inline-window .gallery .gallery-caption {
    bottom: 110px; }
    @media screen and (max-width: 1199px) {
      .modal-window .gallery .gallery-caption,
      .inline-window .gallery .gallery-caption {
        bottom: 100px; } }
    @media screen and (max-width: 767px) {
      .modal-window .gallery .gallery-caption,
      .inline-window .gallery .gallery-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        flex: 0 0 auto;
        text-align: left;
        z-index: 1;
        padding-bottom: 60px; }
        .modal-window .gallery .gallery-caption .gallery-caption-toggle,
        .inline-window .gallery .gallery-caption .gallery-caption-toggle {
          margin-left: 0;
          margin-bottom: 10px; }
        .modal-window .gallery .gallery-caption.collapse,
        .inline-window .gallery .gallery-caption.collapse {
          height: 40px;
          padding: 11px;
          text-align: center;
          width: 40px;
          position: absolute;
          left: 0;
          bottom: 0; }
          .modal-window .gallery .gallery-caption.collapse .gallery-caption-toggle,
          .inline-window .gallery .gallery-caption.collapse .gallery-caption-toggle {
            margin-bottom: 0; }
          .modal-window .gallery .gallery-caption.collapse .gallery-caption-label,
          .inline-window .gallery .gallery-caption.collapse .gallery-caption-label {
            display: none; }
        .modal-window .gallery .gallery-caption.none,
        .inline-window .gallery .gallery-caption.none {
          display: none; } }
  .modal-window .gallery .gallery-controls,
  .inline-window .gallery .gallery-controls {
    bottom: 50px; }
    @media screen and (max-width: 1199px) {
      .modal-window .gallery .gallery-controls,
      .inline-window .gallery .gallery-controls {
        bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .modal-window .gallery .gallery-controls,
      .inline-window .gallery .gallery-controls {
        bottom: 0;
        height: 40px;
        position: absolute;
        flex: 0 0 auto;
        z-index: 2;
        display: inline-block;
        right: 0;
        width: auto; } }

@media screen and (max-width: 767px) {
  .gallery .gallery-slider-heading {
    font-size: 14px;
    line-height: 16px;
    padding: 22px 20px;
    position: relative;
    width: 100%;
    display: block; }
  .gallery #gallery-swiper .gallery-caption {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: none;
    display: block; }
  .gallery #gallery-swiper .slick-arrow {
    height: 40px;
    width: 40px;
    line-height: 40px; }
    .gallery #gallery-swiper .slick-arrow.slick-prev {
      left: calc(100% - 80px); }
    .gallery #gallery-swiper .slick-arrow .icon svg {
      position: absolute;
      top: 10px;
      left: 6px;
      height: 18px;
      width: 18px; }
    .gallery #gallery-swiper .slick-arrow.slick-next .icon svg {
      left: 10px; }
  .gallery #gallery-swiper .controls-container {
    position: relative; }
  .gallery #gallery-swiper .gallery-controls {
    bottom: unset;
    top: -40px;
    right: 79px; }
    .gallery #gallery-swiper .gallery-controls .gallery-counter {
      height: 40px;
      font-size: 11px;
      line-height: 40px;
      min-width: 40px; } }

@media screen and (max-width: 1199px) {
  .epi-block.one-half .gallery .gallery-slider-heading,
  .epi-block.two-thirds .gallery .gallery-slider-heading {
    font-size: 14px;
    line-height: 16px;
    padding: 22px 20px;
    position: relative;
    width: 100%;
    display: block; }
  .epi-block.one-half .gallery #gallery-swiper .gallery-caption,
  .epi-block.two-thirds .gallery #gallery-swiper .gallery-caption {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: none;
    display: block; }
  .epi-block.one-half .gallery #gallery-swiper .slick-arrow,
  .epi-block.two-thirds .gallery #gallery-swiper .slick-arrow {
    height: 40px;
    width: 40px;
    line-height: 40px; }
    .epi-block.one-half .gallery #gallery-swiper .slick-arrow.slick-prev,
    .epi-block.two-thirds .gallery #gallery-swiper .slick-arrow.slick-prev {
      left: calc(100% - 80px); }
    .epi-block.one-half .gallery #gallery-swiper .slick-arrow .icon svg,
    .epi-block.two-thirds .gallery #gallery-swiper .slick-arrow .icon svg {
      position: absolute;
      top: 10px;
      left: 6px;
      height: 18px;
      width: 18px; }
    .epi-block.one-half .gallery #gallery-swiper .slick-arrow.slick-next .icon svg,
    .epi-block.two-thirds .gallery #gallery-swiper .slick-arrow.slick-next .icon svg {
      left: 10px; }
  .epi-block.one-half .gallery #gallery-swiper .controls-container,
  .epi-block.two-thirds .gallery #gallery-swiper .controls-container {
    position: relative; }
  .epi-block.one-half .gallery #gallery-swiper .gallery-controls,
  .epi-block.two-thirds .gallery #gallery-swiper .gallery-controls {
    bottom: unset;
    top: -40px;
    right: 79px; }
    .epi-block.one-half .gallery #gallery-swiper .gallery-controls .gallery-counter,
    .epi-block.two-thirds .gallery #gallery-swiper .gallery-controls .gallery-counter {
      height: 40px;
      font-size: 11px;
      line-height: 40px;
      min-width: 40px; } }

.epi-block.one-third .gallery .gallery-slider-heading {
  font-size: 14px;
  line-height: 16px;
  padding: 22px 20px;
  position: relative;
  width: 100%;
  display: block; }

.epi-block.one-third .gallery #gallery-swiper .gallery-caption {
  position: relative;
  bottom: auto;
  right: auto;
  max-width: none;
  display: block; }

.epi-block.one-third .gallery #gallery-swiper .slick-arrow {
  height: 40px;
  width: 40px;
  line-height: 40px; }
  .epi-block.one-third .gallery #gallery-swiper .slick-arrow.slick-prev {
    left: calc(100% - 80px); }
  .epi-block.one-third .gallery #gallery-swiper .slick-arrow .icon svg {
    position: absolute;
    top: 10px;
    left: 6px;
    height: 18px;
    width: 18px; }
  .epi-block.one-third .gallery #gallery-swiper .slick-arrow.slick-next .icon svg {
    left: 10px; }

.epi-block.one-third .gallery #gallery-swiper .controls-container {
  position: relative; }

.epi-block.one-third .gallery #gallery-swiper .gallery-controls {
  bottom: unset;
  top: -40px;
  right: 79px; }
  .epi-block.one-third .gallery #gallery-swiper .gallery-controls .gallery-counter {
    height: 40px;
    font-size: 11px;
    line-height: 40px;
    min-width: 40px; }

@-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%; } }

@-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%; } }

.provider-card-container {
  background-color: white;
  margin-bottom: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
  height: 360px;
  width: 316px; }
  .provider-card-container .doctor-video {
    position: absolute;
    right: 16px;
    top: 8px;
    color: #197cb1;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0; }
    .provider-card-container .doctor-video:hover {
      color: #338dbc; }
  .provider-card-container.hide-photo {
    height: 200px; }
    .provider-card-container.hide-photo .photo-and-info-container {
      height: 160px;
      padding-top: 20px !important; }
    @media screen and (max-width: 767px) {
      .provider-card-container.hide-photo {
        height: auto;
        padding-top: 0; }
        .provider-card-container.hide-photo .photo-and-info-container {
          height: auto;
          padding-top: 0 !important; }
          .provider-card-container.hide-photo .photo-and-info-container .badge-name-ratings-container {
            width: 100%; }
            .provider-card-container.hide-photo .photo-and-info-container .badge-name-ratings-container .title {
              text-align: center; } }
  .provider-card-container .photo-and-info-container {
    padding: 0 16px;
    height: 320px; }
    .provider-card-container .photo-and-info-container .img-wrapper {
      overflow: hidden;
      margin-bottom: 10px;
      height: 160px; }
      .provider-card-container .photo-and-info-container .img-wrapper .doc-img {
        display: block;
        margin: 0 auto;
        height: 180%; }
      .provider-card-container .photo-and-info-container .img-wrapper .default-photo {
        position: relative;
        top: -37px; }
    .provider-card-container .photo-and-info-container .badge-name-ratings-container .accepting-patients-container {
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      font-size: 1rem; }
      .provider-card-container .photo-and-info-container .badge-name-ratings-container .accepting-patients-container .badge-label {
        font-size: 12px;
        line-height: 13px;
        margin-left: 5px;
        text-align: left; }
      .provider-card-container .photo-and-info-container .badge-name-ratings-container .accepting-patients-container .icon-dot {
        display: flex;
        line-height: 13px; }
        .provider-card-container .photo-and-info-container .badge-name-ratings-container .accepting-patients-container .icon-dot svg {
          width: 10px;
          height: 10px; }
    .provider-card-container .photo-and-info-container .badge-name-ratings-container .title {
      color: #197cb1;
      font-family: "Adelle W01 SemiBold", serif;
      font-size: 18px;
      line-height: 20px;
      text-align: left;
      margin-bottom: 6px; }
    .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container {
      display: flex;
      align-items: center;
      margin-bottom: 6px; }
      .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .distance-container {
        display: flex;
        align-items: center; }
        .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .distance-container .map-marker {
          margin-right: 6px;
          vertical-align: middle; }
          .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .distance-container .map-marker .SVGInline,
          .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .distance-container .map-marker svg {
            height: 11px;
            width: 11px;
            fill: #197cb1; }
      .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .distance {
        font-family: "Aller W01 Regular", sans-serif;
        font-weight: normal;
        color: #333333;
        font-size: 12px;
        line-height: 12px; }
      .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .divider {
        border-left: 1px solid #dadada;
        margin: 0 12px;
        padding: 0 12px; }
      .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .ratings-aggregate-component {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 14px; }
        .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .ratings-aggregate-component .starbar-container {
          display: flex;
          width: 68px;
          height: 12px;
          margin-right: 6px;
          vertical-align: middle; }
          .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .ratings-aggregate-component .starbar-container svg {
            width: 14px;
            height: 12px; }
        .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .ratings-aggregate-component .reviews-link {
          font-family: "Aller W01 Regular", sans-serif;
          font-weight: normal;
          color: #333333;
          color: #197cb1;
          line-height: 10px;
          vertical-align: middle; }
          .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .ratings-aggregate-component .reviews-link .link-to-reviews {
            cursor: pointer;
            font-size: 12px; }
            @media screen and (max-width: 767px) {
              .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .ratings-aggregate-component .reviews-link .link-to-reviews {
                font-size: 10px; } }
            .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .ratings-aggregate-component .reviews-link .link-to-reviews:hover, .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .ratings-aggregate-component .reviews-link .link-to-reviews:focus {
              border-bottom: 0px solid #197cb1 !important; }
    .provider-card-container .photo-and-info-container .specialties-address-container {
      font-size: 12px;
      text-align: left;
      line-height: 13px; }
      .provider-card-container .photo-and-info-container .specialties-address-container .specialties {
        font-family: "Aller W01 Bold", sans-serif;
        color: #333333;
        margin-bottom: 6px; }
      .provider-card-container .photo-and-info-container .specialties-address-container .address {
        font-family: "Aller W01 Regular", sans-serif;
        font-weight: normal;
        color: #333333; }
  .provider-card-container .card-footer {
    font-family: "Aller W01 Bold", sans-serif;
    color: #0070ab;
    font-size: 14px;
    border-top: 1px solid #dadada;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    height: 50px; }
    .provider-card-container .card-footer .footer-container {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      height: 100%; }
    .provider-card-container .card-footer .phone-number,
    .provider-card-container .card-footer .schedule-link {
      width: 50%;
      text-align: center;
      height: 100%;
      display: flex;
      align-items: center; }
      .provider-card-container .card-footer .phone-number.alone,
      .provider-card-container .card-footer .schedule-link.alone {
        width: 100%;
        text-align: center; }
    .provider-card-container .card-footer .phone-number a {
      width: 100%;
      border-bottom: 0 !important; }
    .provider-card-container .card-footer .schedule-link {
      background-color: #0070ab;
      border-radius: 0;
      border-bottom: 0 !important;
      transition: 0.3s ease all;
      cursor: pointer;
      color: #ffffff;
      justify-content: center; }
      .provider-card-container .card-footer .schedule-link .calendar {
        margin-right: 8px;
        stroke: #fff;
        vertical-align: middle; }
      .provider-card-container .card-footer .schedule-link:hover, .provider-card-container .card-footer .schedule-link:focus {
        background-color: #338dbc; }
      .provider-card-container .card-footer .schedule-link svg {
        height: 14px;
        width: 14px; }
  .provider-card-container.affiliated-doctor-card a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 40px;
    cursor: pointer;
    border-bottom: 0px; }
    .provider-card-container.affiliated-doctor-card a .see-other-doctors {
      font-size: 20px;
      line-height: 30px;
      font-weight: bold;
      text-align: center; }
      .provider-card-container.affiliated-doctor-card a .see-other-doctors svg {
        transform: rotate(-90deg);
        height: 17px;
        width: 17px; }
    .provider-card-container.affiliated-doctor-card a:hover {
      border-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .provider-card-container {
      width: 100%;
      border: 1px solid #dadada;
      padding-top: 16px;
      box-shadow: none;
      height: auto;
      margin-right: 0; }
      .provider-card-container .photo-and-info-container {
        height: auto; }
        .provider-card-container .photo-and-info-container .mobile-top-container {
          display: flex;
          align-items: center;
          padding-top: 10px;
          border-bottom: 1px solid #dadada; }
        .provider-card-container .photo-and-info-container .img-wrapper {
          border-radius: 50%;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          width: 100px;
          height: 100px; }
          .provider-card-container .photo-and-info-container .img-wrapper .doc-img {
            height: auto;
            width: 140px;
            max-width: 150%;
            margin-left: -20%; }
          .provider-card-container .photo-and-info-container .img-wrapper .default-photo {
            top: -10px; }
        .provider-card-container .photo-and-info-container .badge-name-ratings-container {
          padding-left: 12px;
          width: 65%; }
          .provider-card-container .photo-and-info-container .badge-name-ratings-container .title {
            font-size: 1.4rem;
            line-height: 1.4rem;
            margin-bottom: 10px;
            text-align: left; }
          .provider-card-container .photo-and-info-container .badge-name-ratings-container .accepting-patients-container {
            margin-bottom: 8px; }
          .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container {
            flex-wrap: wrap-reverse;
            line-height: 24px; }
            .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .distance {
              font-size: 10px;
              line-height: 11px; }
            .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .divider {
              border: none; }
            .provider-card-container .photo-and-info-container .badge-name-ratings-container .distance-rating-container .ratings-aggregate-component {
              font-size: 10px;
              line-height: 12px;
              width: 100%;
              margin-left: 0;
              padding-left: 0; }
        .provider-card-container .photo-and-info-container .specialties-address-container {
          margin: 16px auto;
          text-align: center;
          font-size: 0.8rem;
          line-height: 1rem; }
      .provider-card-container .card-footer {
        position: relative;
        height: 40px; }
        .provider-card-container .card-footer .phone-number.alone {
          width: 100%; }
      .provider-card-container.affiliated-doctor-card {
        padding-top: 0px; }
        .provider-card-container.affiliated-doctor-card a {
          padding: 40px; } }

@media screen and (max-width: 767px) {
  .provider-card-container.location-card {
    padding-top: 0px; } }

.provider-card-container.location-card .location-hours {
  font-size: 14px;
  font-family: "Aller W01 Regular", sans-serif;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 5px;
  margin-top: -5px; }

.provider-card-container.location-card h4.card-wait-time {
  font-family: "Aller W01 Bold", sans-serif;
  text-align: left;
  color: #02285e;
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: -12px;
  padding-top: 4px;
  padding-left: 15px; }
  .provider-card-container.location-card h4.card-wait-time .info {
    background: transparent;
    padding: 0 4px;
    border-radius: 0;
    min-height: unset;
    color: #535353;
    height: 24px;
    width: 24px;
    z-index: 3;
    cursor: pointer;
    vertical-align: bottom; }
    .provider-card-container.location-card h4.card-wait-time .info img {
      cursor: pointer;
      z-index: 1;
      width: 100%;
      height: auto; }

.provider-card-container.location-card .disclaimer {
  z-index: 4;
  position: absolute;
  background: #535353;
  left: 0;
  top: 40%;
  height: 60%;
  padding: 15% 24px; }
  .provider-card-container.location-card .disclaimer .close {
    background: transparent;
    color: #fff;
    z-index: 8;
    position: absolute;
    top: 6px;
    font-size: 46px;
    width: 20px;
    height: 20px;
    right: 16px;
    padding: 0; }
    .provider-card-container.location-card .disclaimer .close img {
      width: 100%;
      height: auto; }
  .provider-card-container.location-card .disclaimer p {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    z-index: 3;
    overflow: visible;
    line-height: 21px; }
  @media screen and (max-width: 767px) {
    .provider-card-container.location-card .disclaimer {
      font-size: 12px;
      padding: 10% 24px; } }

.provider-card-container.location-card img {
  height: 145px;
  width: 100%;
  object-fit: cover; }
  @media screen and (max-width: 767px) {
    .provider-card-container.location-card img {
      height: auto;
      object-fit: unset; } }

.provider-card-container.location-card .office-name-link {
  border-bottom: 0 !important;
  text-decoration: none !important; }

.extra-padding {
  padding: 16px;
  padding-bottom: 13px; }

.badge-name-ratings-container .info-container {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 1rem; }
  .badge-name-ratings-container .info-container .badge-label {
    font-size: 12px;
    line-height: 13px;
    margin-left: 5px;
    text-align: left; }
  .badge-name-ratings-container .info-container .icon-dot {
    display: flex;
    line-height: 13px; }
    .badge-name-ratings-container .info-container .icon-dot svg {
      width: 10px;
      height: 10px;
      margin-bottom: 1px; }

.badge-name-ratings-container .mam-location-title {
  color: #197cb1;
  font-family: "Adelle W01 SemiBold", serif;
  font-size: 18px;
  line-height: 20px;
  text-align: left; }

.badge-name-ratings-container .divider {
  border-left: 1px solid #dadada;
  margin: 0 12px;
  padding: 0 12px; }

.badge-name-ratings-container .ratings-aggregate-component {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px; }
  .badge-name-ratings-container .ratings-aggregate-component .starbar-container {
    display: flex;
    width: 68px;
    height: 12px;
    margin-right: 6px;
    vertical-align: middle; }
    .badge-name-ratings-container .ratings-aggregate-component .starbar-container svg {
      width: 14px;
      height: 12px; }
  .badge-name-ratings-container .ratings-aggregate-component .reviews-link {
    font-family: "Aller W01 Regular", sans-serif;
    font-weight: normal;
    color: #333333;
    color: #197cb1;
    line-height: 10px;
    vertical-align: middle; }
    .badge-name-ratings-container .ratings-aggregate-component .reviews-link .link-to-reviews {
      cursor: pointer;
      font-size: 12px; }
      @media screen and (max-width: 767px) {
        .badge-name-ratings-container .ratings-aggregate-component .reviews-link .link-to-reviews {
          font-size: 10px; } }
      .badge-name-ratings-container .ratings-aggregate-component .reviews-link .link-to-reviews:hover, .badge-name-ratings-container .ratings-aggregate-component .reviews-link .link-to-reviews:focus {
        border-bottom: 0px solid #197cb1 !important; }

.distance-container {
  display: flex;
  align-items: center;
  margin-bottom: 4px; }
  .distance-container .map-marker {
    margin-right: 6px;
    vertical-align: middle; }
    .distance-container .map-marker .SVGInline,
    .distance-container .map-marker svg {
      height: 11px;
      width: 11px;
      fill: #197cb1; }

.address-container {
  color: #333333;
  padding: 0px 16px 16px 16px;
  text-align: left;
  font-size: 12px;
  line-height: 16px; }
  .address-container .map-marker {
    margin-right: 6px;
    vertical-align: middle; }
    .address-container .map-marker .SVGInline,
    .address-container .map-marker svg {
      height: 11px;
      width: 11px;
      fill: #197cb1; }

@-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%; } }

.info-container {
  font-size: .75rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: flex-start; }
  .info-container i {
    height: 1rem;
    width: 1rem;
    margin-right: 10px; }
  .info-container .badge-label {
    font-family: "Aller W01 Regular", sans-serif;
    font-weight: normal;
    color: #333333;
    margin-left: .25rem; }
  .info-container .icon-dot svg {
    width: 12px;
    height: 12px; }

.info-container.doctor-card-badge {
  font-size: .5rem; }
  .info-container.doctor-card-badge .icon-dot svg {
    width: 8px;
    height: 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%; } }

.service-card {
  width: 430px;
  height: 310px;
  background-color: white;
  padding: 20px;
  margin-bottom: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
  position: relative; }
  @media screen and (max-width: 767px) {
    .service-card {
      width: 100%; } }
  .service-card .title {
    font-family: "Adelle W01 SemiBold", serif;
    font-size: 24px;
    color: #197cb1;
    text-align: left; }
  .service-card .service-description {
    font-family: "Aller W01 Regular", sans-serif;
    font-size: 14px;
    text-align: left; }
  .service-card .card-footer {
    font-family: "Aller W01 Bold", sans-serif;
    color: #0070ab;
    font-size: 14px;
    border-top: 1px solid #dadada;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 13px;
    text-transform: uppercase;
    left: 0;
    height: 50px;
    border-bottom: none !important;
    transition: .3s ease all; }
    .service-card .card-footer:hover {
      background: #197cb1;
      color: #fff; }

/* Slider */
@-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%; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#locations-swiper .slick-slider .slick-list,
#locations-swiper .slick-slider .slick-track {
  margin-left: 5px; }
  @media (max-width: 1370px) {
    #locations-swiper .slick-slider .slick-list,
    #locations-swiper .slick-slider .slick-track {
      margin-left: 2px; } }
  @media (max-width: 768px) {
    #locations-swiper .slick-slider .slick-list,
    #locations-swiper .slick-slider .slick-track {
      margin-left: 5px; } }
  @media (max-width: 425px) {
    #locations-swiper .slick-slider .slick-list,
    #locations-swiper .slick-slider .slick-track {
      margin-left: 0; } }

#services-swiper .slick-slider .slick-list,
#services-swiper .slick-slider .slick-track {
  margin-left: 5px; }
  @media screen and (max-width: 767px) {
    #services-swiper .slick-slider .slick-list,
    #services-swiper .slick-slider .slick-track {
      margin-left: 2px; } }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  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%; } }

.related-slider .slider-container {
  position: relative; }

.related-slider #locations-swiper {
  width: 1392px;
  max-width: 100%; }
  @media screen and (max-width: 1199px) {
    .related-slider #locations-swiper {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .related-slider #locations-swiper {
      margin: 0 auto; }
      .related-slider #locations-swiper .doc-img {
        height: 145px;
        object-fit: cover; } }

.related-slider #services-swiper .slick-slider .slick-list {
  padding-top: 10px; }
  @media screen and (max-width: 767px) {
    .related-slider #services-swiper .slick-slider .slick-list {
      width: 100%; } }

.related-slider .provider-card-container {
  position: relative; }

.related-slider-locations .container {
  width: 100%;
  text-align: left; }

.related-slider--heading {
  font-size: 25px;
  line-height: 36px;
  color: #02285e;
  font-family: "Adelle W01 SemiBold", serif;
  padding: 2px 0 15px 9px;
  text-align: left;
  display: inline-block; }
  @media screen and (max-width: 1199px) {
    .related-slider--heading {
      display: block;
      font-size: 26px;
      line-height: 30px;
      width: 100%;
      padding: 0 15px; } }

.related-slider--count {
  font-size: 20px;
  line-height: 24px;
  color: #02285e;
  font-family: "Adelle W01 SemiBold", serif;
  float: right;
  text-align: right;
  padding: 8px 10px 15px; }
  @media screen and (max-width: 1199px) {
    .related-slider--count {
      width: 30%;
      float: none;
      text-align: left;
      display: block; } }
  @media screen and (max-width: 767px) {
    .related-slider--count {
      display: none; } }

.slick-arrow {
  background: #197cb1;
  color: #fff;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 40%;
  left: 0;
  display: block;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
  padding-top: 1px;
  opacity: 1;
  transition: 250ms ease-in-out opacity;
  border-bottom: none; }
  @media screen and (max-width: 767px) {
    .slick-arrow {
      display: none !important; } }
  .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none; }
  .no-touchevents .slick-arrow:hover {
    background: #4796c1;
    color: #fff;
    border-bottom: none; }
  .slick-arrow:focus {
    border-bottom: none;
    color: #fff; }
  .slick-arrow.slick-prev {
    border-radius: 30px;
    padding-right: 3px;
    left: -10px;
    font-size: 0; }
    .slick-arrow.slick-prev .icon {
      margin-left: 6px;
      width: 12px;
      top: 7px;
      position: relative;
      right: 13px; }
    @media screen and (min-width: 1200px) {
      .slick-arrow.slick-prev {
        left: -46px; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .slick-arrow.slick-prev {
        left: -28px; } }
  .slick-arrow.slick-next {
    left: auto;
    right: 0;
    border-radius: 30px;
    justify-content: flex-end;
    padding-left: 2px;
    right: -11px;
    font-size: 0; }
    .slick-arrow.slick-next .icon {
      transform: rotate(180deg);
      left: 10px;
      top: 4px;
      position: relative;
      right: 3px;
      width: 12px; }
    @media screen and (min-width: 1200px) {
      .slick-arrow.slick-next {
        left: auto;
        right: -40px;
        justify-content: center;
        width: 40px;
        border-radius: 100%; } }
    @media (max-width: 1200px) {
      .slick-arrow.slick-next {
        right: -25px; } }
    @media (max-width: 1024px) {
      .slick-arrow.slick-next {
        right: -28px; } }
    @media screen and (max-width: 767px) {
      .slick-arrow.slick-next {
        right: -15px; } }

#services-swiper .slick-arrow .slick-next {
  right: -48px; }

.slider-count {
  background: #535353c4;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 10px;
  border-radius: 20px;
  font-size: 12px;
  padding: 2px 8px; }

#locations-swiper .slider-count {
  top: 10px; }

@media (max-width: 1359px) {
  #locations-swiper {
    max-width: 1020px !important;
    margin: 0 auto; }
  #services-swiper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
    #services-swiper .slick-next {
      left: calc(100% - 30px); }
    #services-swiper .slick-prev {
      right: calc(100% - 18px);
      left: unset; } }

@media (max-width: 1020px) {
  #locations-swiper {
    max-width: 666px !important;
    margin: 0 auto; } }

@media (max-width: 960px) {
  #services-swiper {
    max-width: 450px; } }

.swiper-pagination,
.swiper-pagination-location {
  bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 98%; }

.swiper-fraction {
  display: none; }
  @media screen and (max-width: 767px) {
    .swiper-fraction {
      display: unset;
      border-radius: 20px;
      position: absolute;
      top: 7px;
      right: 7px;
      z-index: 1;
      width: 42px;
      height: 23px;
      padding: 3px;
      text-align: center;
      background: rgba(53, 53, 53, 0.77);
      color: white;
      font-size: 12px;
      letter-spacing: 0px; } }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 767px) {
    .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin: 0px 3px; } }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #197cb1; }

