@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  margin: 0;
}

::-moz-selection {
  background: #2c3a4d;
  color: white;
}

* {
  line-height: 120%;
  font-family: "Roboto";
  line-height: 120%;
}

body {
  will-change: background-image;
  cursor: default;
  background-color: #afcdc3;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  font-family: "Roboto";
  line-height: 120%;
  color: #2C2C2C;
}

body.site::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("/wp-content/themes/bootscore/img/hero.webp") no-repeat center top;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
  will-change: transform;
}

em {
  font-style: italic;
}

sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.45em;
}

h1, h2, h3, h4 {
  line-height: 120%;
}

p, .response_msg, li, label {
  font-size: 31px;
  font-size: clamp(20px, 0.68vw + 13.3px, 31px);
  line-height: 150%;
  font-weight: 300;
}
p.small, .small.response_msg, li.small, label.small {
  font-size: 24px;
  font-size: clamp(12px, 1.25vw + 7px, 24px);
  font-weight: 400;
}

#debug {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 4px 8px;
  font-size: 0.75rem;
  z-index: 9999;
  border-bottom-left-radius: 4px;
  pointer-events: none;
}

.pathways-logo {
  margin: 72px auto 0px;
  max-width: 324px;
  max-width: clamp(200px, 15.625vw + 80px, 324px);
  aspect-ratio: 1;
}

.email-sign-up-hero {
  background: url("/wp-content/themes/bootscore/img/hero.webp");
  background-size: 100% auto;
}
.email-sign-up-hero .content {
  padding: 0 80px 80px;
  width: 70%;
  margin: 0 auto;
}
.email-sign-up-hero .sign-up-form-wrapper {
  margin-top: 64px;
  background-color: rgba(255, 255, 255, 0.9);
}
.email-sign-up-hero .sign-up-form-wrapper .sign-up-form {
  margin-top: 64px;
  margin-bottom: 92px;
  padding: 0 80px 120px;
}
.email-sign-up-hero .sign-up-form-wrapper a {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .email-sign-up-hero .content {
    padding: 0 32px 32px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .email-sign-up-hero .content {
    padding: 0 32px 32px;
    width: 100%;
  }
}
input:focus, select:focus, textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #707070 !important;
}

input, select {
  border: 1px solid #707070;
}

input.error, select.error {
  border: 1px solid red !important;
}

.response_msg {
  font-weight: 600;
  margin-top: 60px;
  text-align: left;
  color: #2C2C2C;
  display: none;
}

.form-check .form-check-input {
  border: 1px solid #707070;
  width: 30px !important;
  height: 30px !important;
  border-radius: 0;
}
.form-check .form-check-input:checked {
  background-color: #2c3a4d;
}
.form-check label {
  font-size: 24px;
  font-size: clamp(20px, 0.34vw + 18.6px, 24px);
  font-weight: 400;
}

.form-check-label {
  color: #2c3a4d;
  width: calc(100% - 30px);
}
.form-check-label.label-required {
  position: relative;
}
.form-check-label.label-required::before {
  content: "*";
  position: absolute;
  left: -16px;
  top: 0;
  color: red;
}
.form-check-label a {
  color: inherit;
}

.form-select,
.form-control {
  border-radius: 0;
  background-color: white;
  color: #2c2c2c;
  border: 1px solid #707070;
  font-size: 21px;
  font-size: clamp(18px, 0.26vw + 16.96px, 21px);
  height: 66px;
}
.form-select:focus,
.form-control:focus {
  background-color: white;
  border: inherit;
}
.form-select:focus.error,
.form-control:focus.error {
  border: 1px solid red !important;
}
.form-select::-moz-placeholder, .form-control::-moz-placeholder {
  color: #2c2c2c;
}
.form-select::placeholder,
.form-control::placeholder {
  color: #2c2c2c;
}

.form-select {
  background-image: url("/wp-content/themes/bootscore/img/icon_select.svg");
  color: #2c2c2c;
}
.form-select.selected {
  color: #2c3a4d;
}
.form-select option.disabled {
  color: rgba(44, 58, 77, 0.4);
}

.hero {
  text-align: center;
  aspect-ratio: 1920/1280;
}
.hero p, .hero .response_msg {
  max-width: 1040px;
  margin: 0 auto;
  font-weight: 500;
  color: white;
  line-height: 120%;
  font-size: 34px;
  font-size: clamp(22px, 1vw + 18px, 34px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 2px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 48px;
}
.hero p:last-of-type, .hero .response_msg:last-of-type {
  margin-bottom: 0;
}
.hero .btn {
  margin-bottom: 144px;
}

.pt-72 {
  padding-top: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.bg {
  background: rgba(255, 255, 255, 0.9);
}

.bg-white {
  background-color: white;
}

.bg-blue {
  background-color: #2c3a4d;
}

.btn {
  border-radius: 32px;
  height: 65px;
  min-width: 270px;
  color: white;
  font-weight: 600;
  font-size: 24px;
  font-size: clamp(19px, 1vw + 15px, 24px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.btn:hover, .btn:active, .btn.active, .btn:visited {
  background-color: #f07d00 !important;
  border-color: inherit !important;
}
.btn.btn-primary {
  background-color: #f07d00;
  border: 1px solid #fcdfc2;
}
.btn img {
  width: 19px;
  aspect-ratio: 19/12;
}

.footer {
  color: white;
}
.footer a {
  text-decoration: underline;
}
.footer p, .footer .response_msg {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 16px;
}
.footer p:last-child, .footer .response_msg:last-child {
  margin-bottom: 0;
  margin-top: 32px;
}

section .max-1100 {
  max-width: 1100px;
}
section .section-title-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  transform: translateY(-35px);
}
section .section-title-wrapper:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  top: 33.5px;
  z-index: 1;
  background-color: #f07d00;
}
section .section-title-wrapper.orange h1 {
  background-color: #f07d00;
}
section .section-title-wrapper.green h1 {
  background-color: #d8da02;
}
section .section-title-wrapper.green:after {
  background-color: #d8da02;
}
section .section-title-wrapper.purple h1 {
  background-color: #b43d8f;
}
section .section-title-wrapper.purple:after {
  background-color: #b43d8f;
}
section .section-title-wrapper h1 {
  background-color: #f07d00;
  text-transform: uppercase;
  height: 70px;
  width: 400px;
  border-radius: 35px;
  position: relative;
  font-size: 28px;
  font-size: clamp(22px, 1.1vw + 17px, 28px);
  color: white;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
section p, section .response_msg {
  margin-bottom: 32px;
}
section p:last-of-type, section .response_msg:last-of-type {
  margin-bottom: 0;
}
section p.big, section .big.response_msg {
  font-size: 35px;
  font-size: clamp(20px, 1.25vw + 15px, 35px);
}
section img {
  max-width: 100%;
}

strong, b {
  font-weight: 700;
}

#advanced-sm .container {
  max-width: 1100px;
}

#updates .container {
  max-width: 560px;
}
#updates p, #updates .response_msg {
  margin-bottom: 0px;
}

.carousel {
  margin-bottom: 120px;
}
.carousel .carousel-item-contnet {
  margin: 8px auto;
  padding: 16px;
  border: 1px solid #d8da02;
  background-color: white;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.carousel .carousel-item-contnet:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  bottom: 20%;
  left: calc(50% - 40px);
  background-image: url("/wp-content/themes/bootscore/img/icon_play.svg");
  background-size: contain;
  opacity: 0.75;
  transition: linear opacity 250ms;
}
.carousel .carousel-item-contnet:hover:after {
  opacity: 1;
}
.carousel .carousel-item-contnet .iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.carousel .carousel-item-contnet iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
}
.carousel .carousel-control-prev {
  left: -36px;
  width: 32px;
}
.carousel .carousel-control-next {
  right: -36px;
  width: 32px;
}
.carousel .carousel-indicators {
  bottom: -80px;
}
.carousel .carousel-indicators button {
  width: 20px;
  height: 20px;
  background-color: #d8da02;
  border-radius: 50%;
  opacity: 0.4;
  position: relative;
  margin: 0 9px;
}
.carousel .carousel-indicators button.active {
  opacity: 1;
}
.carousel .carousel-indicators button:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: -4px;
  left: -4px;
  border: 1px solid #d8da02;
  border-radius: 50%;
}

.resources-item {
  border: 1px solid #b43d8f;
  padding: 16px;
  max-width: 400px;
  margin: 0 auto;
  height: 100%;
}
.resources-item p, .resources-item .response_msg {
  font-size: 16px;
}
.resources-item p.small, .resources-item .small.response_msg {
  font-size: 14px;
}
.resources-item img.download {
  max-width: 111px;
}

.references ol {
  list-style-type: decimal;
  padding-left: 24px;
}
.references ol li {
  font-size: 16px;
  line-height: 19px;
}

#videoModal .btn-close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: -16px;
  right: -16px;
  background-color: white;
  z-index: 10;
  opacity: 1;
}

#subscribe-confirmation,
#hcp-warning {
  z-index: 3000000;
  background-color: rgba(0, 0, 0, 0.161);
  text-align: center;
  display: none;
  font-weight: 300;
  filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.161));
}
#subscribe-confirmation .btn-close,
#hcp-warning .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(156deg) brightness(100%) contrast(103%);
}
#subscribe-confirmation .modal-content,
#hcp-warning .modal-content {
  background-color: #2c3a4d;
  border-radius: 30px;
  padding: 80px 40px;
}
#subscribe-confirmation p, #subscribe-confirmation .response_msg,
#hcp-warning p,
#hcp-warning .response_msg {
  color: white;
  margin: 0;
}
#subscribe-confirmation .btn,
#hcp-warning .btn {
  filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.161));
  padding: 20px 50px;
  margin: 60px auto;
  font-weight: 600;
  height: auto;
  background-color: #007098;
  border: none;
  border-radius: 60px;
}
#subscribe-confirmation .link,
#hcp-warning .link {
  font-size: 25px;
}
#subscribe-confirmation .link a,
#hcp-warning .link a {
  text-decoration: underline;
}

#unsubscribe-modal {
  z-index: 3000000;
  background-color: rgba(0, 0, 0, 0.161);
  text-align: center;
  display: none;
  font-weight: 300;
  filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.161));
}
#unsubscribe-modal .result {
  display: none;
}
#unsubscribe-modal .result h2, #unsubscribe-modal .result .h2 {
  text-align: center;
  margin: 24px 0 0;
}
#unsubscribe-modal .result a {
  filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.161));
  padding: 20px 50px;
  margin: 60px auto;
  font-weight: 600;
  height: auto;
  background-color: #f07d00;
  border: none;
  border-radius: 60px;
  color: white !important;
  display: inline-block !important;
}
#unsubscribe-modal .result a:hover {
  color: white !important;
}
#unsubscribe-modal .input-wrapper {
  margin-top: 5px;
}
#unsubscribe-modal .modal-dialog {
  max-width: 800px;
}
#unsubscribe-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(156deg) brightness(100%) contrast(103%);
}
#unsubscribe-modal .modal-content {
  background-color: #2c3a4d;
  border-radius: 30px;
  padding: 80px 40px;
}
#unsubscribe-modal h2, #unsubscribe-modal .h2 {
  font-size: 34px;
  margin-bottom: 32px;
  text-align: left;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: white;
}
#unsubscribe-modal p, #unsubscribe-modal .response_msg {
  font-size: 16px !important;
  line-height: 23px !important;
  color: #fff;
  margin-bottom: 16px;
  text-align: left;
}
#unsubscribe-modal p.invalid-feedback, #unsubscribe-modal .invalid-feedback.response_msg {
  position: absolute;
  left: 0;
  top: 74px;
  color: red;
  display: inline-block;
  visibility: hidden;
  font-size: 15px;
  line-height: 16px;
  margin-top: 8px;
  padding-left: 24px;
  margin: 6px 0 0 0;
}
#unsubscribe-modal p.invalid-feedback:before, #unsubscribe-modal .invalid-feedback.response_msg:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDIwIDIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjkzIDE3LjA3QTEwIDEwIDAgMSAxIDE3LjA3IDIuOTMgMTAgMTAgMCAwIDEgMi45MyAxNy4wN3pNOSA1djZoMlY1SDl6bTAgOHYyaDJ2LTJIOXoiLz48L3N2Zz4=");
  filter: invert(23%) sepia(74%) saturate(6625%) hue-rotate(358deg) brightness(104%) contrast(117%);
  width: 16px;
  height: 16px;
}
#unsubscribe-modal a {
  color: inherit;
}
#unsubscribe-modal a:hover {
  color: inherit;
}
#unsubscribe-modal .btn {
  filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.161));
  padding: 20px 30px;
  margin: 60px auto;
  font-weight: 600;
  height: auto;
  background-color: #f07d00;
  border: none;
  border-radius: 60px;
}
#unsubscribe-modal input:-webkit-autofill,
#unsubscribe-modal input:-webkit-autofill:hover,
#unsubscribe-modal input:-webkit-autofill:focus,
#unsubscribe-modal textarea:-webkit-autofill,
#unsubscribe-modal textarea:-webkit-autofill:hover,
#unsubscribe-modal textarea:-webkit-autofill:focus,
#unsubscribe-modal select:-webkit-autofill,
#unsubscribe-modal select:-webkit-autofill:hover,
#unsubscribe-modal select:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: #2c3a4d;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#unsubscribe-modal input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
#unsubscribe-modal input, #unsubscribe-modal select {
  border: 1px solid transparent;
}
#unsubscribe-modal input.error, #unsubscribe-modal select.error {
  border: 1px solid red;
}

.unsubscribe-text {
  text-align: left;
}
.unsubscribe-text p, .unsubscribe-text .response_msg {
  color: #222222;
  font-size: 0.95em;
  line-height: 1.6;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  display: none;
  margin: 0 auto;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  body {
    background-size: 300% auto;
    background-position-y: -350px;
  }
  .container-fluid-sm {
    width: 100%;
    max-width: 100%;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  .small {
    font-size: 12px;
  }
  .pathways-logo {
    margin: 50px auto 32px;
    max-width: 200px;
  }
  .hero {
    aspect-ratio: 400/600;
  }
  .hero p, .hero .response_msg {
    font-size: 22px;
  }
  .hero p.lead, .hero .lead.response_msg, .hero p.big, .hero .big.response_msg {
    font-size: 20px;
  }
  .hero p.lead br, .hero .lead.response_msg br, .hero p.big br, .hero .big.response_msg br {
    display: none;
  }
  .email-sign-up-hero .sign-up-form-wrapper .sign-up-form {
    padding: 0 32px 80px;
    margin-bottom: 0px;
  }
  .form-select,
  .form-control {
    font-size: 18px;
    height: 48px;
  }
  .form-check label {
    font-size: 20px;
  }
  .btn {
    height: 48px;
    min-width: 222px;
    font-size: 19px;
  }
  .btn img {
    width: 16px;
    aspect-ratio: 16/10;
  }
  section .section-title-wrapper {
    transform: translateY(-22px);
  }
  section .section-title-wrapper:after {
    top: 22px;
  }
  section .section-title-wrapper h1 {
    font-size: 22px;
    height: 48px;
    width: 272px;
  }
  section p, section .response_msg {
    font-size: 20px;
    margin-bottom: 16px;
  }
  section p.big, section .big.response_msg {
    font-size: 20px;
  }
  section p.small, section .small.response_msg {
    font-size: 18px;
    font-weight: 300;
  }
  section p.medium, section .medium.response_msg {
    font-size: 20px;
    font-weight: 400;
  }
  .carousel .carousel-control-prev {
    top: initial;
    left: -14px;
    bottom: -73px;
    width: 60px;
    height: 60px;
  }
  .carousel .carousel-control-next {
    top: initial;
    right: -14px;
    bottom: -73px;
    width: 60px;
    height: 60px;
  }
  #unsubscribe-modal p.invalid-feedback, #unsubscribe-modal .invalid-feedback.response_msg {
    top: 51px;
  }
}
@media (max-width: 575px) {
  #unsubscribe-modal p, #unsubscribe-modal .response_msg {
    font-size: 15px;
    line-height: 23px;
  }
  #unsubscribe-modal .unsubscribe-modal-bottom {
    flex-wrap: wrap;
  }
  #unsubscribe-modal #btn-unsubscribe {
    width: 260px;
  }
}
@media (max-width: 500px) {
  body {
    background-size: 300% auto;
    background-position-y: -150px;
  }
  .hero {
    -webkit-appearance: 400/800;
       -moz-appearance: 400/800;
            appearance: 400/800;
  }
}