:root {
--aqua: #008d96;
--font-weight-bold: 700;
--white: #fff;
--light-green: #81c69d;
}

@mixin mobile {
  @media (max-width: 575px) {
    @content;
  }
}
.paginationjs ul li:before {
  display: none;
}
@media (min-width: 769px) {
  .menu--main .boxed-in {
    min-width: 9rem;
    margin-right: 0;
    & > a {
      padding: 2px 0 1px;
      margin: 0 0 0 7px;
      border: 1px solid #81c69d;
      color: #242a53;
    }
    .underline {
      display: none !important;
    }
  }
}
.site_locator {
  .header-section {
    padding-top: 50px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 2.5rem;
    color: var(--aqua);
    font-weight: var(--font-weight-bold);
    font-family: "Semplicita W01", sans-serif;
    @include mobile {
      padding-top: 25px;
    }
  }
  p {
    color: #000;
  }
  .styled-select.grayed .select-selected {
    background-color: #d8d8d8;
    color: #000;
    border: 1px solid #424242;
    border-radius: 0.25rem;
    left: 0.75rem;
    padding: 0px 28px 0 8px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
  }
  .btn {
    background: #008d96;
    border: 4px solid #d4f4d9;
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-align: left;
    position: relative;
    display: inline-block;
    width: auto;
    color: #ffffff;
    font-weight: 700;
    padding-right: 60px;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .btn:after {
    content: " ";
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -10px;
    width: 12px;
    height: 20px;
    background: url(../images/icons/chevron-right.png);
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: right 350ms ease;
    -o-transition: right 350ms ease;
    transition: right 350ms ease;
  }
  .btn:hover,
  .btn:focus {
    /* background: #ffffff; */
    /* color: #81c69d; */
    /* border: 4px solid #81c69d; */
  }
  .btn:hover:after,
  .btn:focus:after {
    /* background: url(../images/icons/chevron-right-dark.png);
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat; */
    /* right: 10px; */
  }
  p.headline-description-container {
    color: #333333;
    font-weight: var(--font-weight-bold);
    margin-bottom: 32px;
  }
  .border-container {
    border: 3px solid var(--aqua);
    border-radius: 4px;
    padding: 33px 54px 34px 28px;
    font-size: 21px;
    color: #355491;
    a {
      font-weight: var(--font-weight-bold);
      color: var(--aqua);
      font-size: 22px;
    }
  }

  .register-cta {
    font-size: 21px;
    color: #355491;
    text-align: center;
    margin: 0 auto;
    max-width: 40%;
    @include mobile {
      max-width: 55%;
    }
    a {
      font-weight: var(--font-weight-bold);
      color: var(--aqua);
      font-size: 22px;
    }

    &::before {
      content: "";
      position: relative;
      top: 0;
      display: inline-block;
      width: 100%;
      height: 11px;
      background: url("/themes/custom/givlaari/images/stroke-before.png") no-repeat;
      background-size: contain;
      background-position: center;
      margin-bottom: 35px;
    }

    &::after {
      content: "";
      position: relative;
      bottom: 0;
      display: inline-block;
      width: 100%;
      height: 11px;
      background: url("/themes/custom/givlaari/images/stroke-after.png") no-repeat;
      background-size: contain;
      background-position: center;
      margin-top: 35px;
    }
  }

  .opt-out-text {
    font-size: 14px;
    max-width: 30%;
    margin: 0 auto;
    @include mobile {
      max-width: 40%;
    }
    a {
      color: var(--aqua);
    }
  }

  .refer-patients {
    max-width: 369px;
    margin-top: 47px;
    font-size: 21px;
  }

  .locator-container {
    a {
      color: var(--aqua);
    }
  }
  .remove-center {
    font-size: 16px;
    max-width: 400px;
    @media only screen and (max-width: 767px) {
      font-size: 11px;
      max-width: 239px;
      display: block;
      margin: 0 auto 60px;
    }
  }
  .miles-group {
    margin-top: 35px;
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      margin-top: 22px;
    }
  }
  .submit-button-group {
    margin-top: 40px;
    .btn {
      width: 100%;
      max-width: 285px;
      display: flex;
      align-items: center;
    }
  }
  .pagination-container {
    margin-top: 22px;
    @media only screen and (max-width: 767px) {
      background-color: #f2f2f2;
      max-height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .paginationjs {
      @media only screen and (max-width: 767px) {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 18px 0;
      }
    }
    .paginationjs .paginationjs-pages li {
      border: none;
      & + li {
        /* border-left: 1px solid #008d96; */
        &:first-child {
          border-left: none;
        }
      }
    }
    .paginationjs .paginationjs-pages li > a {
      /* height: 20px; */
      /* padding-bottom: 4px; */
      /* background-color: transparent; */
    }
    .paginationjs .paginationjs-pages li.active > a {
      background: transparent;
      color: #006b5b;
      font-weight: bold;
      /* line-height: 28px; */
    }
    .paginationjs .paginationjs-pages li.paginationjs-next {
      padding-left: 5px;
    }
    .paginationjs .paginationjs-pages li.paginationjs-prev {
      padding-right: 5px;
      border-left: none;
    }
  }

  @include mobile {
    .refer-patients {
      font-size: 16px;
      margin-top: 0;
      margin-bottom: 50px;
      max-width: none;
    }
    .border-container {
      font-size: 18px;
      padding: 24px 15px 20px 8px;
    }
    .form-group {
      margin-bottom: 0;
      margin-top: 10px;
    }
    .submit-button-group {
      margin-bottom: 50px;
    }
  }
  #number-of-results {
    font-size: 16px;
    padding-bottom: 10px;
    margin: 23px auto 0px auto;
    &.top_space {
      margin: 73px auto 0px auto;
    }
    @media only screen and (max-width: 767px) {
      &.top_space {
        margin: 40px auto 0px auto;
      }
    }
  }
  .broaden-search-text {
    color: #202e69;
    font-weight: 700;
  }
  .view-site-locator {
    margin-bottom: 20px;

    @media only screen and (max-width: 767px) {
      margin-bottom: 0px;
    }
    .results {
      font-size: 18px;
      max-height: 663px;
      overflow-y: scroll;
      .result-divider {
        padding-top: 20px;
        border-bottom: 1px solid #053a84;
        .result-divider__section {
          margin-bottom: 15px;
          .center-name {
            font-weight: bold;
          }
          .primary-contact {
            font-weight: 500;
          }
        }
      }
    }
    #map {
      max-height: 796px;
      height: 100%;
      margin-top: 20px;
      &.open {
        height: 500px !important;
      }
      @media only screen and (max-width: 767px) {
        &.open {
          height: 380px !important;
        }
      }
    }
    #site-locator-search {
      background-color: #d8d8d8;
      height: 123px;
      border-radius: 3px;
      padding: 0 30px;
      @media only screen and (max-width: 768px) {
        height: auto;
      }
      input {
        height: 50px;
      }
      .error {
        color: #ff0000;
      }
      label {
        color: #000;
        &[for="range"] {
          font-size: 19px;
        }
      }
    }
    .form-group.zip {
      label {
        display: block;
        font-size: 14px;
        font-weight: 600;
      }
    }
    input[type="number"] {
      width: 100%;
      max-width: 340px;
      border: 1px solid #444444;
      &::-webkit-outer-spin-button,
      &::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }
      @media only screen and (max-width: 768px) {
        max-width: none;
      }
    }
    .returns {
      display: none;
      margin: 0px auto 00px auto;
      width: calc(100% - 160px);
      @media only screen and (max-width: 767px) {
        width: calc(100% - 0px);
      }
      a {
        word-wrap: break-word;
      }

      &.returns_brd {
        display: flex;
        border-top: 1px solid #053a84;
        margin: 0px auto 50px auto;
        @media only screen and (max-width: 767px) {
          margin: 0px auto 0px auto;
        }
      }
    }
  }
  #thirdWarnOnLeave {
    a {
      color: var(--white);
      &:hover {
        color: var(--light-green);
      }
    }
  }
}
.hero--inner-page {
  background-position: 80% center;
}
.registerSect-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 25px;
}
.registerSect-cta .contents {
  font-size: 20px;
  line-height: normal;
  border-left: 1px solid #000;
  padding-left: 45px;
  margin-left: 45px;
}
.registerSect-cta .contents div {
  margin-bottom: 5px;
}
.registerSect-cta .contents div a {
  font-weight: 600;
  color: #006b5b;
  text-decoration: underline;
}
.registerSect-cta .contents div a:hover,
.registerSect-cta .contents div a:active,
.registerSect-cta .contents div a:focus {
  text-decoration: none;
}
.registerSect-cta .contents div .telLink {
  color: #000;
  text-decoration: none;
}
.registerSect-cta .contents div .telLink:hover,
.registerSect-cta .contents div .telLink:active,
.registerSect-cta .contents div .telLink:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 576px) {
  .registerSect-cta {
    display: block;
    padding: 0px 0 40px;
  }
  .registerSect-cta figure {
    text-align: center;
  }
  .registerSect-cta .contents {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    /* padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #000; */
    text-align: center;
  }
}
/* styled-select styles */
.styled-select {
  font-size: 18px;
  position: relative;
  /*height: 55px;*/
  /* select element error message */
}
.styled-select select.disguise {
  /*width: 0;
  height: 0;*/
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  z-index: -1;
  opacity: 0;
  display: inline;
  padding: 0 0;
  border: 0;
}
.styled-select label.error {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.styled-select .select-selected {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #333333;
  height: calc(1.5em + 1.6rem + 2px);
  padding: 0.8rem 0.75rem;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  cursor: pointer;
  line-height: 1.6;
}
.styled-select .select-selected::before {
  display: none;
}
.styled-select .select-selected::after {
  display: block;
  content: "";
  position: absolute;
  top: 21px;
  right: 14px;
  width: 21px;
  height: 13px;
  background-image: url("/themes/custom/givlaari/images/dropdown-chevron.png");
  -webkit-background-size: 21px 13px;
  background-size: 21px 13px;
  background-repeat: no-repeat;
}
.styled-select .select-selected.select-box-active {
  background-color: #81c69d;
  color: #fff;
}
.styled-select .select-selected.select-box-active::after {
  background-image: url("/themes/custom/givlaari/images/dropdown-chevron-white.png");
}
@media (min-width: 992px) {
  .styled-select .select-selected {
    line-height: 1.4;
  }
}
.styled-select.grayed {
  display: block;
  width: 90%;
}
@media (min-width: 769px) {
  .styled-select.grayed {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .styled-select.grayed {
    width: 55%;
  }
}
.styled-select.grayed .disguise {
  width: 0;
  height: 0;
}
.styled-select.grayed .select-selected {
  background-color: #d8d8d8;
  color: #000;
  border: 1px solid #424242;
  border-radius: 0.25rem;
  left: 0.75rem;
  padding: 0px 28px 0 8px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .styled-select.grayed .select-selected {
    font-size: 14px;
  }
}
.styled-select.grayed .select-selected::after {
  top: 12px;
  right: 10px;
  width: 16px;
  height: 6px;
  background-image: url("/themes/custom/givlaari/images/flat-caret-down.svg");
  -webkit-background-size: 16px 6px;
  background-size: 16px 6px;
}
.styled-select.grayed .select-selected.select-box-active::after {
  background-image: url("/themes/custom/givlaari/images/flat-caret-down.svg");
}
.styled-select.grayed .select-items {
  top: 32px;
  left: 0.5rem;
}
.styled-select.grayed.error-hide .select-items {
  top: 32px;
}
.styled-select .select-items {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  background-color: #fff;
  color: #333333;
  position: absolute;
  top: calc(100% + 0.25rem);
  left: -1px;
  right: 0;
  width: calc(100% + 1px);
  border: 1px solid #d8d8d8;
  border-top-width: 0;
  max-height: 14.75rem;
  overflow: auto;
  z-index: 1;
}
.styled-select .select-items > div {
  padding: 12px 16px;
  position: relative;
  cursor: pointer;
  /*&:not(:first-child) {
      margin-top: 1px;

      &::before {
          content: '';
          position: absolute;
          top: -1px;
          left: 10px;
          right: 10px;
          width: calc(100% - 20px);
          height: 1px;
          background-color: $mid-gray;
      }
  }*/
}
.styled-select .select-items > div:hover {
  background-color: #81c69d;
  color: #fff;
}
.styled-select.error-hide .select-items {
  top: 3.475rem;
}
.styled-select .select-hide {
  display: none;
}


.hero.treatment-center-directory > .wrapper::after {
  background-image: url(/themes/oxlumo/images/hero/oops.jpg);
  background-position-y: 75%;
  background-position-x: center;
}
@media screen and (max-width: 768.1px) {
  .hero.treatment-center-directory > .wrapper::after {
    background-position-y: 61%;
    background-position-x: 44%;
    background-size: 219%;
  }
}

.page-node-18 section.section_heading.tiny_right > .wrapper {
  padding-top: 16px;
}

/* Site Locator Styles */
.site_locator {
  padding: 60px 0 0px;
}

.site_locator .wrapper {
  max-width: 1212px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .site_locator .wrapper {
  }
}

@media screen and (max-width: 480px) {
  .site_locator .wrapper {
  }
}

.site_locator .section_heading {
  margin-bottom: 32px;
}

.site_locator .section_heading h2 {
  font-weight: 700;
  margin: 0;
}


.site_locator .locator-intro {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .site_locator .locator-intro {
    margin-bottom: 40px;
  }
}

.site_locator .locator-form-wrapper {
  background-color: #EAF3F2;
  border-radius: 3px;
  padding: 32px 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .site_locator .locator-form-wrapper {
    padding: 32px 24px;
    margin-bottom: 0px;
  }
}

.site_locator .site-locator-form .form-row {
  display: flex;
  align-items: center;
  gap: 36px;
}

@media screen and (max-width: 768px) {
  .site_locator .site-locator-form .form-row {
    flex-direction: column;
    align-items: stretch;
    gap: 21px;
  }
}

.site_locator .form-group {
  display: flex;
  flex-direction: column;
}

.site_locator .form-group label {
  font-size: 1.4rem;
  font-weight: 600;
  color: #3c3c3c;
}

.site_locator .zip-group {
  flex: 1;
  max-width: 450px;
}

@media screen and (max-width: 768px) {
  .site_locator .zip-group {
    max-width: none;
  }
}

.site_locator .range-group {
  flex: 1;
  max-width: 250px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  align-self: center;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .site_locator .range-group {
    max-width: none;
  }
}

.site_locator .submit-group {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .site_locator .submit-group {
    margin-top: 16px;
  }
}

.site_locator input[type="number"] {
  height: 59px;
  padding: 12px 16px;
  border: 1px solid #444444;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: "proxima-nova", sans-serif;
  color: #353535;
}

.site_locator input[type="number"]:focus {
  border-color: #f5b948;
  outline: none;
}

.site_locator input[type="number"].error {
  border-color: #e9555b;
}

.site_locator input[type="number"]::-webkit-outer-spin-button,
.site_locator input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.site_locator .select-wrapper {
  position: relative;
}

.site_locator .select-wrapper select {
  width: 100%;
  padding: 2px 40px 2px 16px;
  border: 1px solid #444444;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: "proxima-nova", sans-serif;
  /* background-color: #fff; */
  background: linear-gradient(180deg, #FAFAFA 0%, #D8D8D8 100%);
  color: #353535;
  appearance: none;
  cursor: pointer;
}

.site_locator .select-wrapper select:focus {
  border-color: #f5b948;
  outline: none;
}

.site_locator .select-wrapper select.error {
  border-color: #e9555b;
}

.site_locator .select-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #3c3c3c;
  pointer-events: none;
}

.site_locator .btn {
  height: 59px;
  min-width: 164px;
  padding: 14px 65px 14px 40px;
  margin-top: 0;
  background: #f5b948;
  background-image: url(/themes/oxlumo/images/link-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 20px;
  color: #3c3c3c;
  border: 2px solid #f5b948;
  border-radius: 4px;
  font-size: 1.8rem;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.site_locator .btn:hover,
.site_locator .btn:focus {
  color: #ffffff;
  background: #3c3c3c;
  border-color: #3c3c3c;
  background-image: url(/themes/oxlumo/images/link-arrow-white.svg);
  background-position: right 40px center;
  background-size: 20px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .site_locator .btn {
    width: 100%;
    min-width: auto;
  }
}

.site_locator .error-message {
  color: #e9555b;
  font-size: 1.4rem;
  margin-top: 4px;
  font-weight: 600;
  /* display: none; */
}

.site_locator .error-message.show {
  display: block;
}

.site_locator .results-count {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.site_locator .results-count.top_space {
  margin-top: 36px;
}

.site_locator .locator-results {
  display: none;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
  .results {
    line-height: 1;
  }
}

.site_locator .locator-results.show-results {
  display: block;
}

.site_locator .results-container {
  display: flex;
  gap: 36px;
}

@media screen and (max-width: 768px) {
  .site_locator .results-container {
    flex-direction: column;
    gap: 32px;
  }
}

.site_locator .results-list {
  flex: 1;
  max-width: 45%;
}

@media screen and (max-width: 768px) {
  .site_locator .results-list {
    max-width: none;
    order: 2;
  }
}

.site_locator .map-container {
  flex: 1;
  max-width: 55%;
}

@media screen and (max-width: 768px) {
  .site_locator .map-container {
    max-width: none;
    order: 1;
  }
}

.site_locator #map {
  height: 600px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .site_locator #map {
    height: 400px;
  }
}

.site_locator #map.open {
  height: 600px;
}

@media screen and (max-width: 768px) {
  .site_locator #map.open {
    height: 400px;
  }
}

.site_locator .results {
  max-height: 600px;
  overflow-y: auto;
}

.site_locator .result-item {
  padding: 32px 0;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 768px) {
  .site_locator .results {
    max-height: 400px;
  }
  .site_locator .result-item {
    padding: 24px 0;
  }
}

.site_locator .result-item:last-child {
  border-bottom: none;
}

.site_locator .result-header {
  margin-bottom: 8px;
}

.site_locator .center-name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.site_locator .center-address {
  font-size: 1.8rem;
  line-height: 1.4;
}

.site_locator .street-address {
  margin-bottom: 4px;
}

.site_locator .result-contact {
  margin-bottom: 20px;
}

.site_locator .phone-number {
  margin-bottom: 8px;
}

.site_locator .phone-number a {
  color: #3c3c3c;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.8rem;
}

.site_locator .phone-number a:hover {
  color: #f5b948;
  text-decoration: underline;
}

.site_locator .website a {
  font-size: 1.8rem;
  color: #3c3c3c;
  font-weight: 700;
  text-decoration: underline;
}

.site_locator .website a:hover {
  color: #f5b948;
}

.site_locator .result-actions {
  display: flex;
  /* justify-content: space-between; */
  gap: 6px;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .site_locator .result-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.site_locator .distance {
  font-size: 1.8rem;
  color: #3c3c3c;
  font-weight: 600;
}

.site_locator .directions a {
  font-size: 1.8rem;
  font-weight: 600;
  color: #3c3c3c;
  text-decoration: underline;
}

.site_locator .directions a:hover {
  color: #f5b948;
}

.site_locator .pagination-container {
  margin-top: 24px;
  text-align: center;
  position: static;
}

.paginationjs .paginationjs-pages li>a {
  height: unset;
}

@media screen and (max-width: 768px) {
  .site_locator .pagination-container {
    background-color: #f2f2f2;
    padding: 16px;
    border-radius: 4px;
  }
}

.site_locator .broaden-search-text {
  color: #006b5b;
  font-weight: 700;
  text-align: center;
  margin: 36px 0;
}

.locator-description {
  /* margin-top: 60px; */
  border-top: 1px solid #e0e0e0;
  padding-top: 60px;
}

/* Pagination overrides for site locator */
.site_locator .paginationjs ul li:before {
  display: none!important;
}

.site_locator .paginationjs .paginationjs-pages li {
  border: none;
  margin: 0 4px;
}

.site_locator .paginationjs .paginationjs-pages li + li {
  border-left: 1px solid #006b5b;
}

.site_locator .paginationjs .paginationjs-pages li:first-child {
  border-left: none;
}

.site_locator .paginationjs .paginationjs-pages li > a {
  /* height: 20px; */
  padding: 8px 12px;
  background-color: transparent;
  color: #464646;
  text-decoration: none;
  border-radius: 4px;
}

.site_locator .paginationjs .paginationjs-pages li.active > a {
  background: transparent;
  color: #006b5b;
  font-weight: bold;
}

.site_locator .paginationjs .paginationjs-pages li:hover > a {
  background-color: #f5b948;
  color: #ffffff;
}



a.mobile_call.nursing_call {
  min-width: 320px;
}

@media screen and (max-width: 768.1px) {
  a.mobile_call.nursing_call .call_box {
    padding: 10px 40px;
  }

  a.mobile_call.nursing_call {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .site_locator .range-group {
    margin-left: unset;
  }

  .site_locator {
    padding: 30px 0 24px;
  }
}

@media screen and (max-width: 576px) {
  .locator-description {
    /* margin-top: 40px; */
    padding-top: 40px;
  }
}


.hero.treatment-center-hero > .wrapper::after {
  background-image: url(/themes/oxlumo/images/hero/signup-2.jpg);
  background-position-y: 41%;
  background-size: 150%;
  background-position-x: 30%;
}
@media screen and (max-width: 768.1px) {
  .hero.treatment-center-hero > .wrapper::after {
    background-position-y: 83%;
    background-size: 137%;
    background-position-x: 0%;
  }
}
@media screen and (max-width: 480.1px) {
  .hero.treatment-center-hero > .wrapper::after {
    background-position-y: 47%;
    background-size: 229%;
    background-position-x: 29%;
  }
}



.register-box {
    max-width: 900px;
    margin: 60px auto;
    background: #9E1F63E5;
    padding: 48px;
    border-radius: 8px;

    @media screen and (max-width: 768px) {
        padding: 40px 16px;
        margin: 0 auto 40px;
    }
}

.treatment-center-register-header {
    color: white;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: "proxima-nova-condensed", sans-serif;
}

.tcd-removal {
  padding: 16px 40px;
  border: 2px solid #F5B948;
  border-radius: 4px;
  max-width: 700px;
  margin: 0 auto;
}

.tcd-removal p {
  margin: 0;
}

.tcd-removal a {
  text-decoration: none;
}

.page-node-22 .section_heading.tiny_left.top.signup-form-section h1+p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
@media (min-width: 992px) {
    .page-node-22 .signup-form #webform-submission-signup-form-paragraph-420-add-form {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-node-22 .section_heading.tiny_left.top.signup-form-section h1 {
      max-width: 760px;
      margin-left: auto;
      margin-right: auto;
    }
    .page-node-22 .section_heading.tiny_left.top.signup-form-section h1+p {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        line-height: 27px;
        font-weight: 400;
        font-family: proxima-nova-condensed, sans-serif;
        margin-bottom: 60px;
        text-wrap: balanced;
    }
}

.signup-form .webform-flex--container>.form-item>input:not([type=checkbox]).error,
.signup-form .paragraph--type--form select.error + span.select2-container .select2-selection,
.signup-form .paragraph--type--form input[type=checkbox].error {
    border: 1px solid red;
}

.signup-form .paragraph--type--form select.error ~ .description .input-err-msg,
.signup-form .paragraph--type--form input.error ~ .description .input-err-msg {
    display: block;
}

.signup-form .paragraph--type--form .form-type-checkbox .input-err-msg {
    margin-left: -48px;
    margin-top: -14px;
}

.field.field--name-field-sub-section.field--type-entity-reference-revisions.field--label-hidden.field--items:has(.thank-you-message) .field--item .paragraph.paragraph--type--full-html-content.paragraph--view-mode--default {
    display: none;
}