@font-face {
  font-family: "Avenir";
  src: url("../sass/fonts/Avenir/Avenir-LT-Std/AvenirLTStd-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../sass/fonts/Avenir/AvenirNextLTPro-Regular.woff") format("woff"), url("../sass/fonts/Avenir/AvenirNextLTPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../sass/fonts/Avenir/AvenirNextLTPro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../sass/fonts/Avenir/AvenirNextLTPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("/wp-content/themes/less/sass/fonts/Metropolis/webfont/metropolis-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/less/sass/fonts/Metropolis/webfont/metropolis-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
footer {
  background: #fff;
  padding: 45px 0px;
  padding-bottom: 0px;
  clear: both;
}
footer h1 {
  font-family: "Metropolis";
}
footer h2 {
  font-family: "Avenir Next";
}
footer .width-container {
  width: 95%;
  max-width: 940px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
}
@media only screen and (max-width: 680px) {
  footer .width-container {
    flex-direction: column;
  }
}
footer .footer-left {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 680px) {
  footer .footer-left {
    margin-bottom: 30px;
  }
}
footer .footer-left a {
  margin-right: 67px;
  display: block;
}
footer .footer-right {
  display: flex;
  align-items: center;
}
footer .footer-right a {
  font-family: "Metropolis";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
}
footer .footer-right .blue-outline {
  border: 2px solid #0075BE;
  color: #0075BE;
  margin-right: 19px;
}
@media only screen and (max-width: 680px) {
  footer .footer-right .blue-outline {
    margin-left: 67px;
  }
}
footer .footer-right .blue-fill {
  border: 2px solid #0075BE;
  background: #0075BE;
  color: #fff;
  width: 147px;
}
footer .footer-bottom {
  text-align: center;
  background: #F2F2F2;
  padding: 14px;
}
footer .footer-bottom p {
  margin: 0px;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
footer .footer-bottom p a {
  color: #0075BE;
  text-decoration: underline;
}

.logo-small {
  width: 160px;
}

header .homepage-header-top {
  background: #0075BE;
  padding: 19px 0px;
}
@media only screen and (max-width: 980px) {
  header .homepage-header-top {
    display: none !important;
  }
}
header .homepage-header-top .width-container {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
header .homepage-header-top .buttons-container {
  display: flex;
}
header .homepage-header-top .buttons-container a {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #0075BE;
  border-radius: 23.5px;
  text-decoration: none;
  padding: 16px 27px;
  margin-left: 20px;
  display: block;
}
header .homepage-header-top .buttons-container a.white-button {
  background: #FFFFFF;
}
header .homepage-header-top .buttons-container a.yellow-button {
  background: #F5CE3D;
}
header.homepage-header {
  position: sticky;
  top: 0;
  z-index: 1;
}
header.homepage-header .header-bottom {
  padding: 53px 0px;
  background-color: #f5fcfe;
}
header.homepage-header .header-bottom .width-container {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
header.homepage-header .header-bottom .width-container.header-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.homepage-header .header-bottom .main-navigation {
  width: auto;
}
header.homepage-header .header-bottom .main-navigation ul li {
  margin-left: 36px;
}
header.homepage-header .header-bottom .main-navigation ul li.current-menu-item a {
  border-bottom: 9px solid #0075BE;
}
header.homepage-header .header-bottom .main-navigation ul li a {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #0075BE;
  text-transform: uppercase;
  padding: 14px 0px;
  border-bottom: 9px solid #f5fcfe;
}
header.homepage-header .header-bottom .logged-out-menu {
  display: flex;
}
header.homepage-header .header-bottom .logged-out-menu .buttons-container {
  align-items: center;
  display: flex;
  margin-top: -8px;
}
header.homepage-header .header-bottom .logged-out-menu .buttons-container a {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #0075BE;
  border-radius: 50px;
  border: 2px solid #0075BE;
  text-decoration: none;
  padding: 13px 18px;
  margin-left: 69px;
}
header.homepage-header .header-bottom .logged-out-menu .buttons-container a.fill {
  background: #0075BE;
  color: #fff;
  margin-left: 34px;
}
header.logged-in-header .homepage-header-top {
  padding: 0px;
}
header.logged-in-header .homepage-header-top .main-navigation {
  width: auto;
}
header.logged-in-header .homepage-header-top .main-navigation ul li {
  margin-left: 36px;
}
header.logged-in-header .homepage-header-top .main-navigation ul li.current-menu-item a {
  border-bottom: 9px solid #F5CE3D;
}
header.logged-in-header .homepage-header-top .main-navigation ul li a {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 0px;
  border-bottom: 9px solid #0075BE;
}
header.logged-in-header .homepage-header-top .buttons-container {
  align-items: center;
  display: flex;
  margin-top: -8px;
}
header.logged-in-header .homepage-header-top .buttons-container a {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  border-radius: 50px;
  border: 2px solid #fff;
  text-decoration: none;
  padding: 7px 18px;
  margin-left: 69px;
}
header.logged-in-header .homepage-header-top .buttons-container a.fill {
  color: #fff;
  margin-left: 34px;
}
header.logged-in-header .header-bottom {
  padding: 0px 0px;
  background-color: #f5fcfe;
}
header.logged-in-header .header-bottom .width-container {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
header.logged-in-header .header-bottom .width-container.header-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.logged-in-header .header-bottom .main-navigation {
  width: auto;
}
header.logged-in-header .header-bottom .main-navigation ul li {
  margin-left: 36px;
}
header.logged-in-header .header-bottom .main-navigation ul li.current-menu-item a {
  border-bottom: 9px solid #0075BE;
}
header.logged-in-header .header-bottom .main-navigation ul li a {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #0075BE;
  text-transform: uppercase;
  padding: 53px 0px;
  border-bottom: 9px solid #f5fcfe;
}
@media only screen and (max-width: 980px) {
  header .header-bottom {
    padding: 10px 0px !important;
  }
}
@media only screen and (max-width: 980px) {
  header .header-bottom .main-navigation {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  header .header-bottom .buttons-container {
    display: none !important;
  }
}
header .header-bottom .burger-icon {
  display: none;
  width: 40px;
  height: 30px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 980px) {
  header .header-bottom .burger-icon {
    display: flex;
  }
}
header .header-bottom .burger-icon span {
  display: block;
  width: 100%;
  height: 5px;
  background: #0075BE;
}

.width-container {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}

.page {
  margin: 0px;
}

.blue-page-background {
  background-color: #0075BE;
}

.title-background.blue span {
  background: #0075BE;
  color: #ffffff;
}
.title-background.yellow span {
  background: #F9E3A0;
  color: #0075BE;
}
.title-background span {
  padding: 8px 20px;
  line-height: 68px;
  box-sizing: border-box;
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 55px;
  transform: skew(-3deg);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .title-background span {
    font-size: 36px;
    line-height: 40px;
  }
}
.title-background span strong {
  transform: skew(3deg);
  display: block;
}

.form-group-checkbox {
  display: block;
  margin-bottom: 15px;
}

.form-group-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group-checkbox label {
  position: relative;
  cursor: pointer;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .form-group-checkbox label {
    font-size: 16px;
    line-height: 16px;
  }
}

.form-group-checkbox .checkbox-visual {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid #404042;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 17px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 21px;
  margin-top: 0px;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.form-group-checkbox .checkbox-checkmark {
  display: none;
  position: absolute;
  top: 6px;
  left: 13px;
  width: 11px;
  height: 24px;
  border: solid #0098D7;
  border-width: 0 6px 6px 0;
  transform: rotate(45deg);
}

.form-group-checkbox input:checked + label .checkbox-checkmark {
  display: block;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #404042;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #0098D7;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.button-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #fff;
  flex-direction: column;
}

.yellow-button {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  font-size: 18.8092px;
  line-height: 19px;
  color: #0075BE;
  background: #F5CE3D;
  padding: 18px 30px;
  border-radius: 50px;
  display: inline-block;
  margin: auto;
  text-decoration: none;
  cursor: pointer;
}

.error-msg-field,
.error {
  display: block;
  padding: 0 3px;
  margin: 3px 0;
  line-height: 16px;
  color: red;
  font-family: BlinkMacSystemFont, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
}

#resend-2fa-form .yellow-button {
  margin-top: 20px;
}

#signup-verify-phone .yellow-button {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .yellow-button {
    font-size: 14px;
  }
}
.uppercase {
  text-transform: uppercase;
}

.mobile-menu {
  position: fixed;
  background: #0275be;
  color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9000;
  right: -100%;
  transition: all 0.3s;
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu-inner {
  position: relative;
  width: 100%;
  height: 100%;
  width: 90%;
  margin: auto;
  padding-top: 15px;
}
.mobile-menu-inner .close-menu {
  position: absolute;
  top: 10px;
  right: 0px;
  cursor: pointer;
  font-size: 20px;
  text-decoration: underline;
}
.mobile-menu-inner ul li {
  margin-bottom: 20px;
}
.mobile-menu-inner ul li a {
  font-size: 25px;
}
.mobile-menu-inner .mm-buttons-container {
  position: absolute;
  /* bottom:20px;*/
  bottom: 5%;
  width: 100%;
}
.mobile-menu-inner .mm-buttons-container ul {
  width: 100%;
}
.mobile-menu-inner .mm-buttons-container ul li {
  width: 100%;
}
.mobile-menu-inner .mm-buttons-container a {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #0075BE;
  border-radius: 23.5px;
  text-decoration: none;
  padding: 16px 27px;
  display: block;
  width: 100%;
}
.mobile-menu-inner .mm-buttons-container a.white-button {
  background: #FFFFFF;
}
.mobile-menu-inner .mm-buttons-container a.yellow-button {
  background: #F5CE3D;
}
.mobile-menu ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.mobile-menu ul li a {
  color: #fff;
  text-decoration: none;
}

.page-template-template-homepage .how-it-works {
  margin-top: -60px;
}

.how-it-works {
  text-align: center;
  padding: 70px 0px;
  background: #F3FCFE;
}
.how-it-works .hiw-link {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  background: #0075BE;
  border-radius: 27px;
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
}
.how-it-works .width-container {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
.how-it-works .step-container {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 990px) {
  .how-it-works .step-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.how-it-works .step-container .step {
  width: 22%;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .how-it-works .step-container .step {
    width: 45%;
    margin: 2.5%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .how-it-works .step-container .step {
    width: 95%;
    margin-bottom: 30px;
  }
}
.how-it-works .step-container .step .step-image {
  position: relative;
  width: 193px;
  height: 193px;
  margin: auto;
}
.how-it-works .step-container .step .step-image .step-number {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 31px;
  font-family: "Metropolis";
  color: #fff;
  background: #0098D7;
}
.how-it-works .step-container .step h3 {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  color: #0098D7;
}
.how-it-works .step-container .step p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #231F20;
  margin-bottom: 10px;
}
.how-it-works .step-container .step p span {
  font-weight: 500;
}

.homepage-quote {
  background: #0098D7;
  padding-top: 60px;
  padding-bottom: 20px;
}
.homepage-quote .width-container {
  width: 1000px;
  max-width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .homepage-quote .width-container {
    flex-direction: column-reverse;
  }
}
.homepage-quote p {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
  padding-left: 100px;
  position: relative;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .homepage-quote p {
    font-size: 21px;
    padding-left: 56px;
  }
}
.homepage-quote p:before {
  position: absolute;
  content: "";
  width: 86px;
  height: 61px;
  top: -40px;
  left: 0px;
  background-image: url(/wp-content/themes/less/images/yellow-quotes.svg);
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .homepage-quote p:before {
    width: 51px;
    height: 37px;
  }
}

.homepage-hero {
  background-color: #f5fcfe;
  background-image: url("/wp-content/themes/less/images/hero-image.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  padding-top: 78px;
  padding-bottom: 300px;
}
@media only screen and (max-width: 900px) {
  .homepage-hero {
    background-size: 200%;
    padding-bottom: 150px;
  }
}
.homepage-hero .width-container {
  width: 95%;
  max-width: 670px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-hero .hero-content h1 {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 700;
  font-size: 32.7523px;
  line-height: 33px;
  color: #0075BE;
}
@media only screen and (max-width: 900px) {
  .homepage-hero .hero-content h1 {
    font-size: 22px;
  }
}
.homepage-hero .hero-content h1 span {
  display: block;
  color: #0098D7;
  font-size: 42px;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .homepage-hero .hero-content h1 span {
    font-size: 30px;
    margin-top: 5px;
  }
}
.homepage-hero .hero-content p {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  color: #0075BE;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .homepage-hero .hero-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
.homepage-hero .hero-content a {
  padding: 15px 42px;
  background: #0075BE;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.2s;
}
.homepage-hero .hero-content a:hover {
  background: #0098D7;
}
@media only screen and (max-width: 900px) {
  .homepage-hero .hero-content a {
    font-size: 18px;
  }
}
.homepage-hero .hero-content button {
  background-color: #F5CE3D;
  border-radius: 50px;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0075BE;
  font-size: 19px;
  cursor: pointer;
  margin-top: 40px;
  font-weight: 500;
  margin: auto;
}
.homepage-hero .hero-content button img {
  margin-left: 10px;
}

.what-is-onloop {
  padding: 100px 0px;
  background-image: url("/wp-content/themes/less/images/yellow-blob.svg");
  background-position: right top;
  background-repeat: no-repeat;
}
.what-is-onloop .width-container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 1050px) {
  .what-is-onloop .width-container {
    width: 95%;
  }
}
.what-is-onloop .what-is-onloop-content {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  .what-is-onloop .what-is-onloop-content {
    flex-direction: column;
  }
}
.what-is-onloop .what-is-onloop-content .right {
  width: 48%;
}
@media only screen and (max-width: 800px) {
  .what-is-onloop .what-is-onloop-content .right {
    width: 100%;
  }
}
.what-is-onloop .what-is-onloop-content .right .what-is-content ul {
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  margin-left: 20px;
}
@media only screen and (max-width: 800px) {
  .what-is-onloop .what-is-onloop-content .right .what-is-content ul {
    padding-left: 20px;
  }
}
.what-is-onloop .what-is-onloop-content .right .what-is-content ul li {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 29px;
  color: #404042;
  margin-bottom: 30px;
}
.what-is-onloop .what-is-onloop-content .left {
  width: calc(50% - 37px);
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .what-is-onloop .what-is-onloop-content .left {
    width: 100%;
    margin-left: 0px;
  }
}
.what-is-onloop .what-is-onloop-content .left .dialog-box {
  padding: 42px 55px;
  box-sizing: border-box;
  border: 2px solid #0098D7;
  border-radius: 8px;
}
.what-is-onloop .what-is-onloop-content .left .dialog-box img {
  margin: auto;
  display: block;
}
.what-is-onloop .what-is-onloop-content .left .dialog-box p {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  color: #0075BE;
  margin-bottom: 0px;
}

.faq-page {
  padding: 100px 0px;
  background-image: url("/wp-content/themes/less/images/yellow-blob-faq.svg");
  background-position: right top;
  background-repeat: no-repeat;
}
.faq-page .width-container {
  max-width: 940px;
}
@media only screen and (max-width: 767px) {
  .faq-page .width-container {
    margin-top: 170px;
  }
}
.faq-page .faq-content .faq-question {
  margin-top: 61px;
  cursor: pointer;
}
.faq-page .faq-content .faq-question h3 {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  color: #0075BE;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .faq-page .faq-content .faq-question h3 {
    font-size: 21px;
  }
}
.faq-page .faq-content .faq-question p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .faq-page .faq-content .faq-question p {
    font-size: 18px;
  }
}
.faq-page .faq-content .faq-question p a {
  color: #0075BE;
  text-decoration: underline;
}

.resources-page {
  padding: 100px 0px;
  background-image: url("/wp-content/themes/less/images/yellow-blob.svg");
  background-position: right top;
  background-repeat: no-repeat;
}
.resources-page .width-container {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
.resources-page .resources-content .sub-text {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 0;
  color: #404042;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 700px) {
  .resources-page .resources-content .sub-text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.resources-page .resources-content .resource {
  display: flex;
  border-top: 1px solid #0075BE;
  padding: 56px 0px;
}
@media only screen and (max-width: 700px) {
  .resources-page .resources-content .resource {
    flex-direction: column-reverse;
  }
}
.resources-page .resources-content .resource .left {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .resources-page .resources-content .resource .left {
    width: 100%;
  }
}
.resources-page .resources-content .resource .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .resources-page .resources-content .resource .right {
    width: 100%;
    justify-content: left;
    margin-bottom: 30px;
  }
}
.resources-page .resources-content .resource .right img {
  width: 100%;
  max-width: 250px;
}
@media only screen and (max-width: 700px) {
  .resources-page .resources-content .resource .right img {
    max-width: 180px;
  }
}
.resources-page .resources-content .resource .resource-inner {
  width: 90%;
  max-width: 400px;
}
.resources-page .resources-content .resource h2 {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  color: #0075BE;
}
@media only screen and (max-width: 700px) {
  .resources-page .resources-content .resource h2 {
    font-size: 21px;
    line-height: 21px;
  }
}
.resources-page .resources-content .resource p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  color: #404042;
}
@media only screen and (max-width: 700px) {
  .resources-page .resources-content .resource p {
    font-size: 18px;
    line-height: 18px;
  }
}
.resources-page .resources-content .resource a {
  text-decoration: underline;
  color: #0075BE;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
}
@media only screen and (max-width: 700px) {
  .resources-page .resources-content .resource a {
    font-size: 18px;
    line-height: 18px;
  }
}
.resources-page .resource-table {
  margin-bottom: 30px;
}
@media only screen and (max-width: 700px) {
  .resources-page .resource-table {
    border: 1px solid #0275be;
  }
}
.resources-page .resource-table .table-row {
  display: flex;
}
.resources-page .resource-table .table-row.table-head {
  color: #fff;
  background-color: #0075BE !important;
}
.resources-page .resource-table .table-row.table-head div {
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
}
.resources-page .resource-table .table-row.table-head .city {
  border: none;
}
@media only screen and (max-width: 700px) {
  .resources-page .resource-table .table-row.table-head {
    display: none;
  }
}
.resources-page .resource-table .table-row:nth-child(odd) {
  background-color: #f0f5fb;
}
@media only screen and (max-width: 700px) {
  .resources-page .resource-table .table-row {
    flex-direction: column;
  }
}
.resources-page .resource-table .table-row .cell {
  padding: 10px;
  box-sizing: border-box;
}
.resources-page .resource-table .table-row .centre {
  width: 40%;
}
@media only screen and (max-width: 700px) {
  .resources-page .resource-table .table-row .centre {
    width: 100%;
  }
}
.resources-page .resource-table .table-row .city {
  width: calc(15% - 2px);
  border-right: 1px solid #ced9e4;
  border-left: 1px solid #ced9e4;
}
@media only screen and (max-width: 700px) {
  .resources-page .resource-table .table-row .city {
    border: none;
    width: 100%;
  }
}
.resources-page .resource-table .table-row .phone-number {
  width: 45%;
}
@media only screen and (max-width: 700px) {
  .resources-page .resource-table .table-row .phone-number {
    width: 100%;
  }
}

.contact-page {
  padding: 100px 0px;
  background-image: url("/wp-content/themes/less/images/yellow-blob-contact.svg");
  background-position: right top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 700px) {
  .contact-page {
    background-size: 300px;
  }
}
.contact-page .width-container {
  max-width: 940px;
}
.contact-page .contact-content p {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #404042;
}
.contact-page .contact-content p a {
  color: #0075BE;
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  .contact-page .contact-content p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
}
.contact-page .contact-content .sub-text {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #404042;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 700px) {
  .contact-page .contact-content .sub-text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.contact-page .contact-content .contact-boxes-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media only screen and (max-width: 700px) {
  .contact-page .contact-content .contact-boxes-container {
    flex-direction: column;
  }
}
.contact-page .contact-content .contact-boxes-container .contact-box {
  text-align: center;
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 21px;
  text-align: center;
  color: #0075BE;
  padding: 40px;
  box-sizing: border-box;
  border: 2px solid #0098D7;
  color: #0098D7 !important;
  background: rgba(0, 187, 228, 0.05);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  width: 48%;
}
@media only screen and (max-width: 700px) {
  .contact-page .contact-content .contact-boxes-container .contact-box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.contact-page .contact-content .contact-boxes-container .contact-box img {
  margin: auto;
  margin-bottom: 20px;
}
.contact-page .contact-content .contact-boxes-container .contact-box a {
  text-decoration: none;
  color: #0098D7 !important;
  margin-top: 20px;
}

.consent-page {
  padding: 50px 0px;
}
.consent-page a {
  color: #ffffff;
  text-decoration: none;
}
.consent-page p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .consent-page p {
    font-size: 18px;
    line-height: 25px;
  }
}
.consent-page .width-container {
  max-width: 940px;
}
.consent-page .title-background {
  margin-top: 50px;
}
.consent-page .back-button {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #0075BE;
  border-radius: 50px;
  background-color: #fff;
  padding: 18px 32px;
  padding-left: 63px;
  cursor: pointer;
  background-image: url(/wp-content/themes/less/images/back-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  text-decoration: none;
  background-position: 34px;
}
@media only screen and (max-width: 767px) {
  .consent-page .back-button {
    font-size: 14px;
  }
}
.consent-page .consent-content {
  width: 95%;
  margin: auto;
}
.consent-page .consent-content .text-container {
  margin: 70px 0px;
}
.consent-page .consent-content .input-container label {
  display: block;
  width: 100%;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.consent-page .consent-content .input-container label input {
  display: block;
  width: 100%;
  outline: 0;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 34px;
  padding: 6px;
  border-radius: 0px;
  border: 0px;
  border: 2px solid #fff;
  padding-left: 15px;
}
.consent-page .consent-content .input-container label input.validate.empty {
  border: 2px solid red;
}
@media only screen and (max-width: 810px) {
  .consent-page .consent-content .input-container label input {
    font-size: 16px;
  }
}
.consent-page .consent-content .input-container label input::-moz-placeholder {
  color: rgba(64, 64, 66, 0.495903);
  opacity: 1;
}
.consent-page .consent-content .input-container label input::placeholder {
  color: rgba(64, 64, 66, 0.495903);
  opacity: 1;
}
.consent-page .consent-content .input-container label input:-ms-input-placeholder {
  color: rgba(64, 64, 66, 0.495903);
}
.consent-page .consent-content .input-container label input::-ms-input-placeholder {
  color: rgba(64, 64, 66, 0.495903);
}
.consent-page .consent-content .input-container .form-top-section {
  border-bottom: 1px solid #fff;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.consent-page .consent-content .input-container .half {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 680px) {
  .consent-page .consent-content .input-container .half {
    flex-direction: column;
  }
}
.consent-page .consent-content .input-container .half h3 {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
}
.consent-page .consent-content .input-container .half label {
  width: 48%;
}
@media only screen and (max-width: 680px) {
  .consent-page .consent-content .input-container .half label {
    width: 100%;
  }
}
.consent-page .consent-content .input-container .half label input {
  width: 100%;
}
.consent-page .consent-content #reminderModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.consent-page .consent-content #reminderModal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
}
.consent-page .consent-content #reminderModal .modal-content {
  padding: 20px;
}
.consent-page .consent-content #reminderModal .modal-header {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.consent-page .consent-content #reminderModal .modal-header .close {
  position: absolute;
  top: -15px;
  right: -5px;
  color: #0075be;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 30px;
}
.consent-page .consent-content #reminderModal .modal-body {
  margin-bottom: 20px;
  text-align: center;
}
.consent-page .consent-content #reminderModal .modal-body p {
  color: #0075be;
}
.consent-page .button-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #fff;
  margin-top: 80px;
  flex-direction: column;
}
.consent-page .button-container .validation-message {
  display: block;
}
.consent-page .button-container .yellow-button {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  font-size: 18.8092px;
  line-height: 19px;
  color: #0075BE;
  background: #F5CE3D;
  padding: 18px 30px;
  border-radius: 50px;
  display: inline-block;
  margin: auto;
  margin-top: 50px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .consent-page .button-container .yellow-button {
    font-size: 14px;
  }
}

.join-three-page {
  padding: 50px 0px;
}
.join-three-page .width-container {
  max-width: 940px;
}
.join-three-page .title-background {
  margin-top: 50px;
}
.join-three-page .back-button {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #0075BE;
  border-radius: 50px;
  background-color: #fff;
  padding: 18px 32px;
  padding-left: 63px;
  cursor: pointer;
  background-image: url(/wp-content/themes/less/images/back-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  text-decoration: none;
  background-position: 34px;
}
@media only screen and (max-width: 767px) {
  .join-three-page .back-button {
    font-size: 14px;
  }
}
.join-three-page .join-three-content {
  width: 95%;
  margin: auto;
}
.join-three-page .join-three-content .text-container {
  margin: 70px 0px;
  border-bottom: 1px solid #fff;
  padding-bottom: 70px;
}
.join-three-page .join-three-content p {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .join-three-page .join-three-content p {
    font-size: 18px;
    line-height: 25px;
  }
}
.join-three-page .join-three-content .bottom-text {
  max-width: 650px;
  width: 100%;
}
.join-three-page .join-three-content .bottom-text h3 {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF !important;
}
@media only screen and (max-width: 767px) {
  .join-three-page .join-three-content .bottom-text h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
.join-three-page .join-three-content .bottom-text p {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.join-three-page .join-three-content .bottom-text p a {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .join-three-page .join-three-content .bottom-text p {
    font-size: 18px;
    line-height: 25px;
  }
}
.join-three-page .button-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.join-three-page .button-container .yellow-button {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  font-size: 18.8092px;
  line-height: 19px;
  color: #0075BE;
  background: #F5CE3D;
  padding: 18px 30px;
  border-radius: 50px;
  display: inline-block;
  margin: auto;
  margin-top: 50px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .join-three-page .button-container .yellow-button {
    font-size: 14px;
  }
}

.sign-up-page {
  padding: 100px 0px;
}
.sign-up-page .width-container {
  max-width: 940px;
}
.sign-up-page .no-doctor {
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid #fff;
}
.sign-up-page .no-doctor .form-group-checkbox input:checked + label:after {
  top: 0px;
}
.sign-up-page .bottom-text {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
}
.sign-up-page .bottom-text a {
  color: #fff;
  text-decoration: underline;
}
.sign-up-page .sign-up-content {
  width: 95%;
  margin: auto;
}
.sign-up-page .sign-up-content p {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .sign-up-page .sign-up-content p {
    font-size: 18px;
    line-height: 25px;
  }
}
.sign-up-page .sign-up-content .method-of-contact-container h3 {
  margin-bottom: 0px;
}
.sign-up-page .sign-up-content .method-of-contact-container p {
  font-size: 18px;
  margin-top: 0px;
}
.sign-up-page .sign-up-content .top-section {
  display: flex;
}
.sign-up-page .sign-up-content .top-section .left {
  width: calc(100% - 256px);
}
@media only screen and (max-width: 680px) {
  .sign-up-page .sign-up-content .top-section .left {
    width: 100%;
  }
}
.sign-up-page .sign-up-content .top-section .right {
  width: 256px;
}
@media only screen and (max-width: 680px) {
  .sign-up-page .sign-up-content .top-section .right {
    display: none;
  }
}
.sign-up-page .sign-up-content .top-section .right img {
  margin-left: 71px;
  margin-top: -20px;
}
.sign-up-page .sign-up-content .form-container form {
  color: #fff;
}
.sign-up-page .sign-up-content .form-container form h2 {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
}
@media only screen and (max-width: 680px) {
  .sign-up-page .sign-up-content .form-container form h2 {
    font-size: 21px;
  }
}
.sign-up-page .sign-up-content .form-container form label {
  display: block;
  width: 100%;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.sign-up-page .sign-up-content .form-container form label input {
  display: block;
  width: 100%;
  outline: 0;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 34px;
  padding: 6px;
  border-radius: 0px;
  border: 0px;
  border: 2px solid #fff;
  padding-left: 15px;
}
.sign-up-page .sign-up-content .form-container form label input.validate.empty {
  border: 2px solid red;
}
@media only screen and (max-width: 810px) {
  .sign-up-page .sign-up-content .form-container form label input {
    font-size: 16px;
  }
}
.sign-up-page .sign-up-content .form-container form label input::-moz-placeholder {
  color: rgba(64, 64, 66, 0.495903);
  opacity: 1; /* Firefox */
}
.sign-up-page .sign-up-content .form-container form label input::placeholder {
  color: rgba(64, 64, 66, 0.495903);
  opacity: 1; /* Firefox */
}
.sign-up-page .sign-up-content .form-container form label input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(64, 64, 66, 0.495903);
}
.sign-up-page .sign-up-content .form-container form label input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(64, 64, 66, 0.495903);
}
.sign-up-page .sign-up-content .form-container form .form-group-checkbox label {
  display: initial;
  width: initial;
  font-size: initial;
}
.sign-up-page .sign-up-content .form-container form .form-group-checkbox div {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 37px;
  margin-top: -3px;
}
.sign-up-page .sign-up-content .form-container form .form-top-section {
  border-bottom: 1px solid #fff;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.sign-up-page .sign-up-content .form-container form .half {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 680px) {
  .sign-up-page .sign-up-content .form-container form .half {
    flex-direction: column;
  }
}
.sign-up-page .sign-up-content .form-container form .half h3 {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
}
.sign-up-page .sign-up-content .form-container form .half .checkbox-container {
  display: flex;
}
.sign-up-page .sign-up-content .form-container form .half .checkbox-container .form-group-checkbox {
  margin-right: 20px;
}
.sign-up-page .sign-up-content .form-container form .half .checkbox-container .form-group-checkbox label {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  color: #FFFFFF;
}
.sign-up-page .sign-up-content .form-container form .half .checkbox-container .form-group-checkbox label:before {
  margin-top: 0px;
}
.sign-up-page .sign-up-content .form-container form .half .half-checkboxes {
  margin-top: 40px;
  width: 48%;
}
@media only screen and (max-width: 680px) {
  .sign-up-page .sign-up-content .form-container form .half .half-checkboxes {
    width: 100%;
  }
}
.sign-up-page .sign-up-content .form-container form .half .radio-button-container {
  margin-right: 20px;
}
.sign-up-page .sign-up-content .form-container form .half .radio-button-container label {
  width: initial;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  color: #FFFFFF;
  padding-top: 8px;
}
.sign-up-page .sign-up-content .form-container form .half label {
  width: 48%;
}
@media only screen and (max-width: 680px) {
  .sign-up-page .sign-up-content .form-container form .half label {
    width: 100%;
  }
}
.sign-up-page .sign-up-content .form-container form .half label input {
  width: 100%;
}
.sign-up-page .sign-up-content .form-container form .full .form-group-checkbox {
  margin-right: 20px;
}
.sign-up-page .sign-up-content .form-container form .full .form-group-checkbox.doctor-checkbox-container {
  display: flex;
  margin-top: 40px;
}
.sign-up-page .sign-up-content .form-container form .full .form-group-checkbox.doctor-checkbox-container .doctor-checkbox {
  margin-top: 0px;
}
.sign-up-page .sign-up-content .form-container form .full .form-group-checkbox.doctor-checkbox-container input:checked + label::after {
  top: 4px;
}
.sign-up-page .sign-up-content .form-container form .full .form-group-checkbox.doctor-checkbox-container label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-start;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  color: #000;
}
.sign-up-page .sign-up-content .form-container form .full .form-group-checkbox.doctor-checkbox-container label strong {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sign-up-page .sign-up-content .form-container form .full .form-group-checkbox.doctor-checkbox-container .checkbox-visual {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid #404042;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 17px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 21px;
  margin-top: 0px;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.sign-up-page .sign-up-content .form-container form .full .form-group-checkbox.doctor-checkbox-container .checkbox-checkmark {
  display: none;
  position: absolute;
  top: 6px;
  left: 13px;
  width: 11px;
  height: 24px;
  border: solid #0098D7;
  border-width: 0 6px 6px 0;
  transform: rotate(45deg);
}
.sign-up-page .sign-up-content .form-container form .full .form-group-checkbox.doctor-checkbox-container input:checked + label .checkbox-checkmark {
  display: block;
}
.sign-up-page .sign-up-content .form-container form .full .form-group-checkbox label {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  color: #000;
}
.sign-up-page .sign-up-content .form-container form .full .form-group-checkbox label:before {
  margin-top: 0px;
}
.sign-up-page .button-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.sign-up-page .button-container .yellow-button {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  font-size: 18.8092px;
  line-height: 19px;
  color: #0075BE;
  background: #F5CE3D;
  padding: 18px 30px;
  border-radius: 50px;
  display: inline-block;
  margin: auto;
  margin-top: 50px;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .sign-up-page .button-container .yellow-button {
    font-size: 14px;
  }
}

.login-page {
  padding: 50px 0px;
  padding-bottom: 250px;
}
.login-page .width-container {
  max-width: 940px;
}
.login-page .title-background {
  margin-top: 50px;
}
.login-page .back-button {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #0075BE;
  border-radius: 50px;
  background-color: #fff;
  padding: 18px 32px;
  padding-left: 63px;
  cursor: pointer;
  background-image: url(/wp-content/themes/less/images/back-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  text-decoration: none;
  background-position: 34px;
}
@media only screen and (max-width: 767px) {
  .login-page .back-button {
    font-size: 14px;
  }
}
.login-page p {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
}
.login-page p a {
  text-decoration: underline;
  color: #FFFFFF !important;
}
.login-page .login-content {
  width: 100%;
  max-width: 570px;
  margin: auto;
  background: #F3FCFE;
  padding: 64px 80px;
  box-sizing: border-box;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .login-page .login-content {
    padding: 64px 10px;
  }
}
.login-page .login-content .logo-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.login-page .login-content form label {
  display: block;
  width: 100%;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: #404042;
  margin-bottom: 15px;
}
.login-page .login-content form label input {
  display: block;
  width: 100%;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 34px;
  padding: 7.5px;
  border-radius: 0px;
  border: 1px solid #0098D7;
  outline: 0;
  padding-left: 15px;
}
.login-page .login-content form .forgot-password {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  text-decoration-line: underline;
  color: #0075BE;
}
.login-page .login-content form .yellow-button {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 18.8092px;
  line-height: 19px;
  color: #0075BE;
  background: #F5CE3D;
  padding: 20px 59px;
  border-radius: 50px;
  display: block;
  margin: auto;
  margin-top: 30px;
  text-decoration: none;
  border: none;
  outline: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .login-page .login-content form .yellow-button {
    font-size: 14px;
  }
}

.profile-page {
  padding: 100px 0px;
  background-image: url("/wp-content/themes/less/images/yellow-blob.svg");
  background-position: right top;
  background-repeat: no-repeat;
}
.profile-page .width-container {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
.profile-page .profile-content .sub-text {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #404042;
  margin-top: 70px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 700px) {
  .profile-page .profile-content .sub-text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.profile-page .profile-content .preferences-container {
  background: rgba(0, 187, 228, 0.048432);
  border: 2px solid #0075BE;
  border-radius: 8px;
  padding: 37px 40px;
  display: flex;
  justify-content: space-between;
  max-width: 48%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .profile-page .profile-content .preferences-container {
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 1em;
    margin-right: 0 !important;
  }
}
.profile-page .profile-content .preferences-container .left {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .profile-page .profile-content .preferences-container .left {
    width: 100%;
  }
}
.profile-page .profile-content .preferences-container .right {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .profile-page .profile-content .preferences-container .right {
    width: 100%;
  }
}
.profile-page .profile-content .preferences-container h3 {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  color: #404042;
  margin-top: 0px;
  margin-bottom: 20px;
}
.profile-page .profile-content .preferences-container .info-text {
  margin-bottom: 30px;
}
.profile-page .profile-content .preferences-container .radio-button-container {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 18px;
  color: #404042;
  margin-bottom: 60px;
  margin-top: -8px;
}
.profile-page .profile-content .preferences-container .radio-button-container label {
  line-height: 37px;
}
.profile-page .profile-content .preferences-container #detailed-info-toolkit-button {
  cursor: pointer;
  margin-top: 7.6em;
}
@media only screen and (max-width: 767px) {
  .profile-page .profile-content .preferences-container #detailed-info-toolkit-button {
    margin-top: 0em;
  }
}
.profile-page .profile-content .contact-box-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  .profile-page .profile-content .contact-box-container {
    flex-direction: column;
  }
}
.profile-page .profile-content .contact-box-container .contact-box {
  background: #FDFAEB;
  border: 2px solid #F4A71C;
  border-radius: 8px;
  padding: 40px;
  box-sizing: border-box;
  width: 47%;
}
@media only screen and (max-width: 850px) {
  .profile-page .profile-content .contact-box-container .contact-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.profile-page .profile-content .contact-box-container .contact-box .half-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 680px) {
  .profile-page .profile-content .contact-box-container .contact-box .half-row {
    flex-direction: column;
    gap: 0;
  }
}
.profile-page .profile-content .contact-box-container .contact-box .half-row .form-field-group {
  flex: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 680px) {
  .profile-page .profile-content .contact-box-container .contact-box .half-row .form-field-group {
    margin-bottom: 15px;
  }
}
.profile-page .profile-content .contact-box-container .contact-box .half-row:has(input:not(:disabled)) {
  margin-bottom: 15px;
}
.profile-page .profile-content .contact-box-container .contact-box .form-field-group .field-label {
  display: none;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 8px;
  margin-top: 0px;
}
.profile-page .profile-content .contact-box-container .contact-box .form-field-group:has(input:not(:disabled)) .field-label {
  display: block;
}
.profile-page .profile-content .contact-box-container .contact-box .info-text {
  font-style: normal;
  font-size: 14px;
  color: #404042;
  line-height: 17px;
  margin-bottom: 20px;
}
.profile-page .profile-content .contact-box-container .contact-box .contact-box-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.profile-page .profile-content .contact-box-container .contact-box .contact-box-title h3 {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #404042;
  margin: 0px;
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 30px;
}
.profile-page .profile-content .contact-box-container .contact-box .contact-box-title .save-button,
.profile-page .profile-content .contact-box-container .contact-box .contact-box-title .edit-button {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  text-decoration-line: underline;
  color: #0075BE;
  background: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: none;
}
.profile-page .profile-content .contact-box-container .contact-box .contact-box-title .save-button.active,
.profile-page .profile-content .contact-box-container .contact-box .contact-box-title .edit-button.active {
  display: block;
}
.profile-page .profile-content .contact-box-container .contact-box .contact-box-title .save-button.save-button,
.profile-page .profile-content .contact-box-container .contact-box .contact-box-title .edit-button.save-button {
  text-decoration: none;
}
.profile-page .profile-content .contact-box-container .contact-box input {
  width: 100%;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 20px;
  color: #404042;
  outline: 0;
  margin-bottom: 10px;
  padding-left: 15px;
}
.profile-page .profile-content .contact-box-container .contact-box input:disabled {
  background: none;
  border: 1px solid #FDFAEB;
  margin-bottom: 0px;
}
.profile-page .profile-content .contact-box-container .contact-box input.address {
  margin-bottom: 30px;
}
.profile-page .profile-content .contact-box-container .contact-box input.email {
  margin-bottom: 30px;
}
.profile-page .profile-content .contact-box-container .contact-box input:not(:disabled) {
  border: 1px solid #a8a8a8;
  border-radius: 4px;
  background: #fff;
}
.profile-page .profile-content .save-button-container #edit-preferences-button {
  cursor: pointer;
}
.profile-page .form-group-checkbox {
  margin-right: 20px;
}
.profile-page .form-group-checkbox.doctor-checkbox-container {
  display: flex;
  margin-top: 20px;
}
.profile-page .form-group-checkbox.doctor-checkbox-container .doctor-checkbox {
  margin-top: 0px;
}
.profile-page .form-group-checkbox label {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  color: #000;
}
.profile-page button.blue-fill {
  border: 2px solid #0075BE;
  background: #0075BE;
  color: #fff;
  width: 147px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
}

.risks-page {
  padding: 100px 0px;
  background-image: url("/wp-content/themes/less/images/yellow-blob.svg");
  background-position: right top;
  background-repeat: no-repeat;
}
.risks-page .width-container {
  width: 95%;
  max-width: 940px;
  margin: auto;
}
.risks-page .risks-content .sub-text {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #404042;
  margin-top: 70px;
  margin-bottom: 70px;
  display: inline;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .sub-text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.risks-page .risks-content .question {
  padding-right: 25px;
  background-image: url(/wp-content/themes/less/images/question.svg);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 22px;
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  cursor: pointer;
  color: #0075BE;
  position: relative;
  display: inline;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .question {
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 17px;
    background-size: 15px;
  }
}
@media only screen and (max-width: 805px) {
  .risks-page .risks-content .question {
    position: initial;
  }
}
.risks-page .risks-content .question .answer {
  display: none;
}
.risks-page .risks-content .question .answer.active {
  display: inline;
}
@media only screen and (max-width: 805px) {
  .risks-page .risks-content .question .answer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.34);
  }
  .risks-page .risks-content .question .answer.active {
    display: flex;
  }
}
.risks-page .risks-content .question .answer .answer-outer {
  position: absolute;
  top: 37px;
  left: -60%;
  background: #0075BE;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  width: 780px;
}
@media only screen and (max-width: 805px) {
  .risks-page .risks-content .question .answer .answer-outer {
    width: 95%;
    height: 400px;
    position: initial;
  }
}
@media only screen and (max-width: 1000px) {
  .risks-page .risks-content .question .answer .answer-outer {
    left: -169%;
  }
}
.risks-page .risks-content .question .answer .answer-outer .answer-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 35px;
  box-sizing: border-box;
}
.risks-page .risks-content .question .answer .answer-outer .answer-inner:before {
  content: "";
  top: -10px;
  left: 20%;
  position: absolute;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  width: 0px;
  height: 10px;
  border-bottom: solid 15px #0075BE;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}
@media only screen and (max-width: 1000px) {
  .risks-page .risks-content .question .answer .answer-outer .answer-inner:before {
    left: 44%;
  }
}
@media only screen and (max-width: 805px) {
  .risks-page .risks-content .question .answer .answer-outer .answer-inner:before {
    display: none;
  }
}
.risks-page .risks-content .question .answer .answer-outer .answer-inner .close {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 34px;
  text-decoration-line: underline;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  right: 20px;
}
.risks-page .risks-content .question .answer .answer-outer .answer-inner h3 {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
  margin-top: 0px;
}
.risks-page .risks-content .question .answer .answer-outer .answer-inner p {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 0px;
  max-width: 80%;
}
.risks-page .risks-content .sub-text-two {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #404042;
  margin-top: 20px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .sub-text-two {
    font-size: 16px;
    line-height: 26px;
  }
}
.risks-page .risks-content .lost-toolkit-box {
  display: flex;
  background: #FDFAEB;
  border: 2px solid #F4A71C;
  padding: 20px 40px;
  border-radius: 8px;
  margin-bottom: 70px;
  margin-top: 50px;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .lost-toolkit-box {
    flex-direction: column-reverse;
  }
}
.risks-page .risks-content .lost-toolkit-box .left {
  width: 50%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .lost-toolkit-box .left {
    width: 100%;
  }
}
.risks-page .risks-content .lost-toolkit-box .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .lost-toolkit-box .right {
    width: 100%;
    justify-content: left;
    margin-bottom: 30px;
  }
}
.risks-page .risks-content .lost-toolkit-box .right img {
  width: 100%;
  max-width: 417px;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .lost-toolkit-box .right img {
    max-width: 180px;
  }
}
.risks-page .risks-content .lost-toolkit-box .toolkit-box-inner {
  width: 90%;
  max-width: 400px;
}
.risks-page .risks-content .lost-toolkit-box h2 {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #404042;
  margin-top: 0px;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .lost-toolkit-box h2 {
    font-size: 21px;
    line-height: 21px;
  }
}
.risks-page .risks-content .lost-toolkit-box a {
  text-decoration: underline;
  color: #0075BE;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .lost-toolkit-box a {
    font-size: 18px;
    line-height: 18px;
  }
}
.risks-page .risks-content .resource {
  display: flex;
  border-top: 1px solid #0075BE;
  padding: 56px 0px;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .resource {
    flex-direction: column-reverse;
  }
}
.risks-page .risks-content .resource.top {
  margin-top: 40px;
}
.risks-page .risks-content .resource .left {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .resource .left {
    width: 100%;
  }
}
.risks-page .risks-content .resource .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .resource .right {
    width: 100%;
    justify-content: left;
    margin-bottom: 30px;
  }
}
.risks-page .risks-content .resource .right img {
  width: 100%;
}
.risks-page .risks-content .resource .right img.pogo {
  max-width: 250px;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .resource .right img {
    max-width: 100%;
  }
  .risks-page .risks-content .resource .right img.pogo {
    max-width: 100%;
  }
}
.risks-page .risks-content .resource .resource-inner {
  width: 90%;
  max-width: 400px;
}
.risks-page .risks-content .resource h2 {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  color: #0075BE;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .resource h2 {
    font-size: 21px;
    line-height: 21px;
  }
}
.risks-page .risks-content .resource p {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  color: #404042;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .resource p {
    font-size: 18px;
    line-height: 18px;
  }
}
.risks-page .risks-content .resource a {
  text-decoration: underline;
  color: #0075BE;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
}
@media only screen and (max-width: 700px) {
  .risks-page .risks-content .resource a {
    font-size: 18px;
    line-height: 18px;
  }
}

.new-password-page {
  padding: 50px 0px;
  padding-bottom: 250px;
}
.new-password-page .width-container {
  max-width: 940px;
}
.new-password-page .title-background {
  margin-top: 50px;
}
.new-password-page .back-button {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #0075BE;
  border-radius: 50px;
  background-color: #fff;
  padding: 18px 32px;
  padding-left: 63px;
  cursor: pointer;
  background-image: url(/wp-content/themes/less/images/back-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  text-decoration: none;
  background-position: 34px;
}
@media only screen and (max-width: 767px) {
  .new-password-page .back-button {
    font-size: 14px;
  }
}
.new-password-page p {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
}
.new-password-page p a {
  text-decoration: underline;
  color: #FFFFFF !important;
}
.new-password-page .new-password-content {
  width: 100%;
  max-width: 570px;
  margin: auto;
  background: #F3FCFE;
  padding: 64px 80px;
  box-sizing: border-box;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .new-password-page .new-password-content {
    padding: 64px 10px;
  }
}
.new-password-page .new-password-content .logo-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.new-password-page .new-password-content form label {
  display: block;
  width: 100%;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: #404042;
  margin-bottom: 15px;
}
.new-password-page .new-password-content form label input {
  display: block;
  width: 100%;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 34px;
  padding: 7.5px;
  border-radius: 0px;
  border: 1px solid #0098D7;
  outline: 0;
  padding-left: 15px;
}
.new-password-page .new-password-content form .forgot-password {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  text-decoration-line: underline;
  color: #0075BE;
}
.new-password-page .new-password-content form .yellow-button {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 18.8092px;
  line-height: 19px;
  color: #0075BE;
  background: #F5CE3D;
  padding: 20px 59px;
  border-radius: 50px;
  display: block;
  margin: auto;
  margin-top: 30px;
  text-decoration: none;
  border: none;
  outline: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .new-password-page .new-password-content form .yellow-button {
    font-size: 14px;
  }
}

.forgot-password-page {
  padding: 50px 0px;
  padding-bottom: 250px;
}
.forgot-password-page .width-container {
  max-width: 940px;
}
.forgot-password-page .title-background {
  margin-top: 50px;
}
.forgot-password-page .back-button {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #0075BE;
  border-radius: 50px;
  background-color: #fff;
  padding: 18px 32px;
  padding-left: 63px;
  cursor: pointer;
  background-image: url(/wp-content/themes/less/images/back-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  text-decoration: none;
  background-position: 34px;
}
@media only screen and (max-width: 767px) {
  .forgot-password-page .back-button {
    font-size: 14px;
  }
}
.forgot-password-page p {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
}
.forgot-password-page p a {
  text-decoration: underline;
  color: #FFFFFF !important;
}
.forgot-password-page .forgot-password-content {
  width: 100%;
  max-width: 570px;
  margin: auto;
  background: #F3FCFE;
  padding: 64px 80px;
  box-sizing: border-box;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .forgot-password-page .forgot-password-content {
    padding: 64px 10px;
  }
}
.forgot-password-page .forgot-password-content .logo-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.forgot-password-page .forgot-password-content form label {
  display: block;
  width: 100%;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: #404042;
  margin-bottom: 15px;
}
.forgot-password-page .forgot-password-content form label input {
  display: block;
  width: 100%;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 34px;
  padding: 7.5px;
  border-radius: 0px;
  border: 1px solid #0098D7;
  outline: 0;
  padding-left: 15px;
}
.forgot-password-page .forgot-password-content form .forgot-password {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  text-decoration-line: underline;
  color: #0075BE;
}
.forgot-password-page .forgot-password-content form .yellow-button {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 18.8092px;
  line-height: 19px;
  color: #0075BE;
  background: #F5CE3D;
  padding: 20px 59px;
  border-radius: 50px;
  display: block;
  margin: auto;
  margin-top: 30px;
  text-decoration: none;
  border: none;
  outline: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .forgot-password-page .forgot-password-content form .yellow-button {
    font-size: 14px;
  }
}

.password-page {
  padding: 50px 0px;
  padding-bottom: 250px;
}
.password-page .width-container {
  max-width: 940px;
}
.password-page .title-background {
  margin-top: 50px;
}
.password-page .back-button {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #0075BE;
  border-radius: 50px;
  background-color: #fff;
  padding: 18px 32px;
  padding-left: 63px;
  cursor: pointer;
  background-image: url(/wp-content/themes/less/images/back-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  text-decoration: none;
  background-position: 34px;
}
@media only screen and (max-width: 767px) {
  .password-page .back-button {
    font-size: 14px;
  }
}
.password-page p {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
}
.password-page p a {
  text-decoration: underline;
  color: #FFFFFF !important;
}
.password-page .password-content {
  width: 100%;
  max-width: 570px;
  margin: auto;
  background: #F3FCFE;
  padding: 64px 80px;
  box-sizing: border-box;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .password-page .password-content {
    padding: 64px 10px;
  }
}
.password-page .password-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #404042;
  text-align: left;
  margin-top: 0px;
}
.password-page .password-content .logo-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.password-page .password-content form label {
  display: block;
  width: 100%;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: #404042;
}
.password-page .password-content form .field-container {
  display: block;
  width: 100%;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: #404042;
  margin-bottom: 15px;
}
.password-page .password-content form .field-container .field {
  position: relative;
}
.password-page .password-content form .field-container .field input {
  display: block;
  width: 100%;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 34px;
  padding: 7.5px;
  border-radius: 0px;
  border: 1px solid #0098D7;
  outline: 0;
  padding-left: 15px;
}
.password-page .password-content form .field-container .field .toggle {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(/wp-content/themes/less/images/hide-password.svg);
}
.password-page .password-content form .field-container .field .toggle.show {
  background-image: url(/wp-content/themes/less/images/show-password.svg);
}
.password-page .password-content form .forgot-password {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  text-decoration-line: underline;
  color: #0075BE;
}
.password-page .password-content form .yellow-button {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 600;
  font-size: 18.8092px;
  line-height: 19px;
  color: #0075BE;
  background: #F5CE3D;
  padding: 20px 59px;
  border-radius: 50px;
  display: block;
  margin: auto;
  margin-top: 30px;
  text-decoration: none;
  border: none;
  outline: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .password-page .password-content form .yellow-button {
    font-size: 14px;
  }
}

.video-banner {
  background: url(../images/video-banner-bg.png) no-repeat;
  background-size: 1680px;
  background-position: center;
  width: 100%;
  height: 532px;
  margin-top: -56px;
  position: relative;
  background-repeat: repeat-x;
  margin-bottom: 170px;
}
.video-banner:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #0275be;
  top: 0;
  left: 0;
}
@media screen and (max-width: 880px) {
  .video-banner {
    background-color: #0275be;
    height: initial;
    padding: 80px 0px;
    margin-bottom: 0px;
  }
}
.video-banner .width-container {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 880px) {
  .video-banner .width-container {
    flex-direction: column;
  }
}
.video-banner .width-container .video-section-content {
  margin-left: -60px;
}
@media screen and (max-width: 880px) {
  .video-banner .width-container .video-section-content {
    margin-left: 0px;
    margin-top: 50px;
  }
}
.video-banner .width-container .video-section-content button {
  background-color: #F5CE3D;
  border-radius: 50px;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0075BE;
  font-size: 19px;
  cursor: pointer;
  margin-top: 40px;
  font-weight: 500;
}
.video-banner .width-container .video-section-content button img {
  margin-left: 10px;
}
.video-banner .width-container .video-section-content .title-background.yellow {
  margin-top: 350px;
}
@media screen and (max-width: 880px) {
  .video-banner .width-container .video-section-content .title-background.yellow {
    margin-top: 10px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9000;
}
.modal-overlay.active {
  display: flex;
}
.modal-overlay .modal-inner {
  max-width: 900px;
  width: 95%;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  z-index: 9000;
}
.modal-overlay .modal-inner .close-modal {
  width: 50px;
  height: 50px;
  background-color: #f7cc32;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  right: -25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #016dbb;
  font-weight: 900;
  font-size: 30px;
  background-image: url(/wp-content/themes/less/images/close-modal-cross.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
}

.yellow-video-button {
  background-color: #F5CE3D;
  border-radius: 50px;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0075BE;
  font-size: 19px;
  cursor: pointer;
  margin-top: 40px;
  font-weight: 500;
  margin: auto;
}

.thank-you-page {
  padding: 100px 0px;
  background-image: url("/wp-content/themes/less/images/yellow-blob.svg");
  background-position: right top;
  background-repeat: no-repeat;
}
.thank-you-page .width-containercontent {
  width: 100%;
  min-height: calc(100vh - 378px);
}/*# sourceMappingURL=style.css.map */