/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/* ===== Usage ===== */




.layout_404 {
  background: #dddddd;
  min-height: 70vh;
}

@media screen and (min-width: 992px) {
  .layout_404 {
    padding-top: 120px;
  }
}

.layout_404 two-column-content-split heading h1 {
  font-size: 150px;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
}

/* .h1-subtitle {
  font-size: 68px;
  margin-top: -20px;
} */

@media screen and (min-width: 992px) {
  .layout_404 two-column-content-split heading h1 {
    font-size: 300px;
  }
}

.layout_404 two-column-content-split paragraph {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .layout_404 two-column-content-split paragraph {
    text-align: left;
  }
}

.layout_404 two-column-content-split buttons {
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 992px) {
  .layout_404 two-column-content-split buttons {
    justify-content: left;
    float: left;
  }
}

.layout_404 .button-wrapper {
  justify-content: flex-start;
}

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/* ===== Usage ===== */
.container-full {
  padding-left: 15px;
  padding-right: 15px;
}

section {
  padding: 3rem 0;
}

heading,
multi-column-image-text,
paragraph,
responsive-image,
video-box,
accordion,
two-column-content-split,
two-column-text-split,
icon-list,
buttons {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  margin-bottom: 3rem;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}

.container-large {
  padding-right: 15px;
}

@media screen and (max-width: 1199px) {
  .w-mobile-80 {
    max-width: 80%;
  }
}

body {
  line-height: 1.25;
}

.word-wrap {
  word-wrap: normal;
  display: inline-block;
}

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/* ===== Usage ===== */
.btn,
.button {
  display: inline-block;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  background: #ffe066;
  border-radius: 25px;
  font-family: "Nunito Sans", sans-serif;
  color: #8f3985;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 14px 40px;
}

.btn:focus,
.button:focus {
  box-shadow: none;
  outline: none;
}

.btn:hover,
.button:hover {
  background: #8f3985;
  color: #ffe066;
}

.button-wrapper {
  justify-content: center;
  margin: 0;
}

.button-wrapper .button {
  margin: 0;
}

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/* ===== Usage ===== */
/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/* ===== Usage ===== */
footer {
  background: #70c1b3;
}

footer .container {
  margin-bottom: 0;
}

footer footer-links ul {
  padding-left: 0;
}

footer footer-links ul li {
  display: block;
}

footer footer-links ul li:after {
  content: "";
}

footer footer-links ul li a {
  font-size: 1rem;
  line-height: 2rem;
  color: #000000;
}

footer footer-links ul li a:hover {
  color: #8f3985;
}

footer .main-logo {
  margin: 15px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  footer .main-logo {
    margin: 0;
  }
}

footer .main-logo img {
  max-width: 215px;
}

footer .row1 {
  padding: 1.563rem 0;
}

footer .row1 .col:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: flex;
}

@media screen and (min-width: 768px) {
  footer .row1 .col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

footer .row1 .col:last-child p {
  margin-top: 0;
  text-align: left;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  footer .row1 .col:last-child p {
    margin: 1.563rem 0;
    text-align: right;
    line-height: 2rem;
  }
}

@media screen and (min-width: 768px) {
  footer .row1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
  }
}

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/* ===== Usage ===== */
header {
  background: #ffe066;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0.125rem 0.25rem rgba(59, 59, 59, 0.075);
}

@media screen and (min-width: 992px) {
  header {
    box-shadow: none;
  }
}

header .container-full {
  margin-bottom: 0;
}

header .row1 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
}

header .row1 top-navigation ul {
  align-items: center;
}

@media screen and (min-width: 1200px) {
  header .row1 {
    max-width: 1140px;
    text-align: left;
  }
}

header .row1 paragraph {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}

header .row1 paragraph p {
  font-size: 16px;
}

header .row1.d-lg-flex div:first-child {
  flex: 0 0 50%;
  text-align: left;
}

header .row1.d-lg-flex div:first-child p {
  text-align: left;
}

header .row1.d-lg-flex div:nth-child(2) {
  text-align: right;
}

header .row1.d-lg-flex div:last-child {
  /*flex: 0 0 20%;*/
  flex: 0 0 50%;
  text-align: right;
}

header .row1.d-lg-flex header-cta a {
  border: 5px solid #fff;
  background: #8f3985;
  color: #fff;
  padding: 10px 45px;
  font-weight: 800;
}

header .row1 .topnav {
  /*  display: block; */
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  header .row1 .topnav {
    display: inline-block;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  header .row1 .topnav ul {
    justify-content: center;
  }
}

header .row1 .topnav ul li:first-child {
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  header .row1 .topnav ul li:last-child {
    position: absolute;
    right: 15px;
  }
}

header .row1 .topnav li,
header .row1 .topnav li a {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
}

header .row1 .topnav li a,
header .row1 .topnav li a a {
  display: block;
}

header .row2 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  header .row2 site-navigation {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    display: block;
  }
}

header .row2 site-navigation nav {
  padding: 0;
  justify-content: flex-end;
  -ms-text-justify: flex-end;
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav {
    display: inline-block;
  }
}

header .row2 site-navigation nav .navbar-collapse {
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  background: rgba(58, 58, 58, 0.9);
  transition: all 0.5s ease-in;
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav .navbar-collapse {
    background: transparent;
    padding: 0;
  }
}

header .row2 site-navigation nav .nav-item {
  margin: 0;
}

header .row2 site-navigation nav .nav-item:first-child {
  padding-top: 80px;
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav .nav-item:first-child {
    padding-top: 0;
    margin-top: 15px;
  }
}

header .row2 site-navigation nav .nav-item:last-child {
  padding-bottom: 80px;
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav .nav-item:last-child {
    padding-bottom: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav .nav-item:nth-child(3) {
    padding-bottom: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav .nav-item {
    /* margin: 25px 30px 0 0; */
    margin-top: 25px;
  }
}

header .row2 site-navigation nav .nav-item.open>a {
  color: #ffe066;
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav .nav-item.open>a {
    text-decoration: underline;
  }
}

header .row2 site-navigation nav .nav-link {
  padding: 11px 0 11px 0;
  color: #ffe066;
  border-top: 1px solid #ffe066;
  font-size: 16x;
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav .nav-link {
    padding: 0;
    color: #fff;
    font-size: 24px;
    border-top: 0;
  }
}

header .row2 site-navigation nav .nav-link .icon-arrow {
  display: none;
}

header .row2 site-navigation nav .nav-link:hover {
  color: #ffe066;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav li .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}

header .row2 site-navigation nav .submenu-wrapper {
  background: transparent;
  padding-left: 40px;
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav .submenu-wrapper {
    background: #fafafa;
    text-align: center;
    min-height: 90px;
    padding-left: 0;
  }
}

header .row2 site-navigation nav .submenu-wrapper .submenu-link {
  color: #fff;
  display: block;
  position: relative;
  padding: 15px 0;
}

header .row2 site-navigation nav .submenu-wrapper .submenu-link::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 10px;
  left: -13px;
  top: 21px;
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav .submenu-wrapper .submenu-link::before {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  header .row2 site-navigation nav .submenu-wrapper .submenu-link {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav .submenu-wrapper .submenu-link {
    font-size: 24px;
    color: #000000;
  }

  header .row2 site-navigation nav .submenu-wrapper .submenu-link:not(:last-child) {
    padding: 15px 0 0;
  }
}

header .row2 site-navigation nav .submenu-wrapper .submenu-link:hover {
  color: #8f3985;
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav .submenu-wrapper .submenu-link.active {
    color: #8f3985;
  }
}

header .row2 site-navigation nav.navbar-light .navbar-nav .active>.nav-link {
  color: #ffe066;
}

header .row2 site-navigation nav.navbar-light .nav-link {
  color: #ffe066;
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav.navbar-light .nav-link {
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  header .row2 site-navigation nav.navbar-light .nav-link:focus {
    color: #fff !important;
  }
}

header .row2 site-navigation nav.navbar-light .nav-link:hover {
  color: #ffe066;
  text-decoration: underline;
}

header .row2 .navbar-toggler {
  color: #8f3985;
  padding: 21px 15px 0 0;
  border: 0;
  z-index: 2;
  position: absolute;
  top: 0;
}

header .row2 .navbar-toggler:focus {
  outline: none;
}

header .row2 .navbar-toggler .navbar-toggler-icon {
  display: block;
  height: 3px;
  background: #8f3985;
  margin: 7px 0;
  width: 40px;
  transition: all 0.5s ease-out;
}

header .row2 .navbar-toggler .navbar-toggler-icon:first-child {
  margin-top: 0;
}

header .row2 .navbar-toggler .navbar-toggler-icon:last-child {
  margin-bottom: 0;
}

header .row2 .navbar-toggler.active .navbar-toggler-icon {
  background: #ffe066;
}

header .row2 .navbar-toggler.active .navbar-toggler-icon:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}

header .row2 .navbar-toggler.active .navbar-toggler-icon:nth-child(2) {
  opacity: 0;
}

header .row2 .navbar-toggler.active .navbar-toggler-icon:last-child {
  transform: rotate(-45deg) translate(8px, -9px);
}

main {
  position: relative;
}

@media screen and (min-width: 992px) {
  main:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: -80px;
    width: 100%;
    bottom: 0;
    height: 189px;
  }
}

hero-banner {
  overflow: hidden;
}

hero-banner .banner-wrapper {
  background-position: unset;
}

@media screen and (min-width: 992px) {
  hero-banner {
    display: -ms-flexbox;
    display: flex;
  }
}

hero-banner .banner-medium {
  width: 100%;
}

@media screen and (min-width: 992px) {
  hero-banner .banner-medium {
    min-height: 565px;
    position: relative;
  }
}

hero-banner .banner-large {
  width: 100%;
}

@media screen and (min-width: 992px) {
  hero-banner .banner-large {
    min-height: 860px;
    position: relative;
  }
}

hero-banner.home-banner {
  display: block;
}

@media screen and (min-width: 992px) {
  hero-banner.home-banner .banner-wrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    background-position: top center;
  }
}

hero-banner.home-banner .d-lg-flex {
  position: relative;
}

@media screen and (max-width: 1199px) {
  hero-banner.home-banner .d-lg-flex {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  hero-banner.home-banner .d-lg-flex {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}

@media screen and (min-width: 992px) {
  hero-banner.home-banner .d-lg-flex .col {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
  }

  hero-banner.home-banner .d-lg-flex .col:first-child {
    padding-right: 10px;
  }
}

hero-banner.home-banner .primary-content {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 992px) {
  hero-banner.home-banner .primary-content {
    padding-top: 125px;
  }
}

hero-banner.home-banner .primary-content .h1 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  text-shadow: 0px 48px 215px #010101;
  font-size: 76px;
  margin-top: -312px;
  margin-bottom: 100px;
}

@media screen and (min-width: 576px) {
  hero-banner.home-banner .primary-content .h1 {
    font-size: 122px;
    margin-top: -300px;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 992px) {
  hero-banner.home-banner .primary-content .h1 {
    font-size: 112px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  hero-banner.home-banner .primary-content .h1 {
    font-size: 160px;
  }
}

@media screen and (min-width: 992px) {
  hero-banner.home-banner .primary-content .right-section {
    padding-top: 17px;
    background: transparent;
  }
}

hero-banner.home-banner .primary-content .right-section p {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
  hero-banner.home-banner .primary-content .right-section p {
    color: #000000;
    font-size: 17px;
  }
}

@media screen and (min-width: 1200px) {
  hero-banner.home-banner .primary-content .right-section p {
    font-size: 27px;
  }
}

hero-banner.home-banner .primary-content two-column-text-split .col:last-child {
  background: #3b3b3b;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-bottom: -30px;
}

@media screen and (min-width: 992px) {
  hero-banner.home-banner .primary-content two-column-text-split .col:last-child {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
  }
}

hero-banner.home-banner .secondary-content {
  background: #70c1b3;
  border-top-right-radius: 30px;
  padding: 35px 20px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  hero-banner.home-banner .secondary-content {
    border-radius: 80px 80px 0 0;
    padding: 40px 75px;
    position: absolute;
    width: 80%;
    left: 0;
    bottom: -115%;
  }
}

@media screen and (min-width: 1200px) {
  hero-banner.home-banner .secondary-content {
    bottom: -75%;
  }
}

@media screen and (min-width: 992px) {
  hero-banner.home-banner .banner-large .primary-content {
    padding-top: 280px;
  }
}

@media screen and (min-width: 1200px) {
  hero-banner.home-banner .banner-large .primary-content {
    padding-top: 320px;
  }
}

hero-banner.home-banner .banner-large .primary-content .h1 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  text-shadow: 0px 48px 215px #010101;
  font-size: 76px;
  margin-top: -312px;
  margin-bottom: 100px;
}

@media screen and (min-width: 576px) {
  hero-banner.home-banner .banner-large .primary-content .h1 {
    font-size: 92px;
    margin-top: -300px;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 992px) {
  hero-banner.home-banner .banner-large .primary-content .h1 {
    font-size: 120px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  hero-banner.home-banner .banner-large .primary-content .h1 {
    font-size: 123px;
  }
}

hero-banner.home-banner .banner-large .primary-content .right-section p {
  font-size: 28px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  hero-banner.home-banner .banner-large .primary-content .right-section p {
    font-size: 30px;
  }
}

@media screen and (min-width: 992px) {
  hero-banner.home-banner .banner-large .primary-content .right-section p {
    color: #000000;
    font-size: 21px;
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 1200px) {
  hero-banner.home-banner .banner-large .primary-content .right-section p {
    font-size: 23px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 992px) {
  hero-banner.home-banner .banner-large .secondary-content {
    position: absolute;
    width: 80%;
    left: 0;
    bottom: -375px;
  }
}

@media screen and (min-width: 1200px) {
  hero-banner.home-banner .banner-large .secondary-content {
    bottom: -63%;
  }
}

hero-banner.no-mobile-banner {
  background: #dddde2;
}

@media screen and (min-width: 992px) {
  hero-banner.no-mobile-banner {
    background: transparent;
  }
}

hero-banner.no-mobile-banner .banner-wrapper {
  display: none;
}

@media screen and (min-width: 992px) {
  hero-banner.no-mobile-banner .banner-wrapper {
    display: block;
  }
}

@media screen and (min-width: 992px) {

  hero-banner.content-aligned-left .banner-wrapper,
  hero-banner.content-aligned-right .banner-wrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
  }
}

hero-banner.content-aligned-left .d-lg-flex,
hero-banner.content-aligned-right .d-lg-flex {
  position: relative;
}

hero-banner.content-aligned-left .d-lg-flex .primary-content,
hero-banner.content-aligned-right .d-lg-flex .primary-content {
  text-align: left;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 992px) {

  hero-banner.content-aligned-left .d-lg-flex .primary-content,
  hero-banner.content-aligned-right .d-lg-flex .primary-content {
    flex: 0 1 53%;
    -ms-flex: 0 1 53%;
    -webkit-flex: 0 1 53%;
  }
}

hero-banner.content-aligned-left .d-lg-flex .primary-content heading,
hero-banner.content-aligned-right .d-lg-flex .primary-content heading {
  margin-bottom: 0;
}

hero-banner.content-aligned-left .d-lg-flex .primary-content h2,
hero-banner.content-aligned-right .d-lg-flex .primary-content h2,
hero-banner.content-aligned-left .d-lg-flex .primary-content .h2,
hero-banner.content-aligned-right .d-lg-flex .primary-content .h2 {
  text-align: left;
  margin-bottom: 30px;
}

hero-banner.content-aligned-left .d-lg-flex .primary-content .button-wrapper,
hero-banner.content-aligned-right .d-lg-flex .primary-content .button-wrapper {
  margin-top: 15px;
}

hero-banner.content-aligned-left .banner-wrapper {
  background-position: 100%;
}

hero-banner.content-aligned-left .d-lg-flex h2,
hero-banner.content-aligned-left .d-lg-flex .h2 {
  margin-top: 40px;
}

@media screen and (min-width: 992px) {

  hero-banner.content-aligned-left .d-lg-flex h2,
  hero-banner.content-aligned-left .d-lg-flex .h2 {
    margin-top: 60px;
  }
}

hero-banner.content-aligned-left .d-lg-flex .primary-content {
  padding-bottom: 40px;
}

hero-banner.content-aligned-right .banner-wrapper {
  background-position: center center;
}

hero-banner.content-aligned-right .d-lg-flex {
  justify-content: flex-end;
  background: #dddde2;
}

@media screen and (min-width: 992px) {
  hero-banner.content-aligned-right .d-lg-flex {
    background: transparent;
  }
}

hero-banner.content-aligned-right .d-lg-flex .primary-content {
  padding: 40px 0;
}

@media screen and (min-width: 992px) {
  hero-banner.content-aligned-right .d-lg-flex .primary-content {
    padding-top: 123px;
  }
}

hero-banner.content-aligned-right .d-lg-flex .primary-content h2,
hero-banner.content-aligned-right .d-lg-flex .primary-content .h2,
hero-banner.content-aligned-right .d-lg-flex .primary-content paragraph p {
  text-align: center;
}

@media screen and (min-width: 992px) {

  hero-banner.content-aligned-right .d-lg-flex .primary-content h2,
  hero-banner.content-aligned-right .d-lg-flex .primary-content .h2,
  hero-banner.content-aligned-right .d-lg-flex .primary-content paragraph p {
    text-align: left;
  }
}

hero-banner.responsive-banner .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
}

hero-banner.responsive-banner .d-lg-flex .primary-content {
  padding-bottom: 20px;
}

hero-banner.responsive-banner .content-selector-wrapper {
  max-width: 60%;
}

@media screen and (min-width: 992px) {
  hero-banner.responsive-banner .content-selector-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

hero-banner.banner-reverse .banner-wrapper {
  background-position: unset;
}

hero-banner.banner-reverse>div {
  display: flex;
  flex-direction: column-reverse;
}

hero-banner.twoperson-banner .banner-wrapper {
  background-position: 0 0;
}

@media screen and (min-width: 992px) {
  hero-banner.twoperson-banner .banner-wrapper {
    background-position: center center;
  }
}

@media screen and (min-width: 320) {
  hero-banner.twoperson-banner .banner-wrapper {
    background-position: center center !important;
  }
}

hero-banner.thalassemia-banner .banner-wrapper {
  background-position: 0;
}

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/* ===== Usage ===== */
multi-column-image-text {
  display: block;
}

@media screen and (min-width: 992px) {
  multi-column-image-text {
    text-align: center;
  }
}

multi-column-image-text .card {
  border-radius: 0;
  align-items: center;
}

@media screen and (min-width: 992px) {
  multi-column-image-text .card {
    flex: none;
    display: block;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  multi-column-image-text .card {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  multi-column-image-text .card>div {
    flex: 1 0;
  }
}

@media screen and (min-width: 992px) {
  multi-column-image-text .card .card-img {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 160px;
  }
}

@media screen and (max-width: 1199px) {
  multi-column-image-text .card .card-img {
    text-align: left;
    flex: 0 0 130px;
    padding-right: 15px;
  }
}

multi-column-image-text .card .card-img img {
  max-width: 100%;
  max-height: 100%;
}

multi-column-image-text .card .card-body {
  padding: 0;
  padding-left: 0px;
}

@media screen and (min-width: 992px) {
  multi-column-image-text .card .card-body {
    padding: 15px;
    flex: none;
  }
}

multi-column-image-text .card .card-body paragraph:last-child,
multi-column-image-text .card .card-body paragraph:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  multi-column-image-text .col:last-child .card {
    margin-bottom: 0;
  }
}

multi-column-image-text.multicolumn-button-align .card {
  padding-bottom: 65px;
}

@media screen and (min-width: 992px) {
  multi-column-image-text.multicolumn-button-align .card {
    padding-bottom: 15px;
    height: 100%;
  }
}

@media screen and (min-width: 992px) {

  multi-column-image-text.multicolumn-button-align .card paragraph:last-child,
  multi-column-image-text.multicolumn-button-align .card paragraph:last-of-type {
    margin-bottom: 3rem;
  }
}

multi-column-image-text.multicolumn-button-align buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1199px) {
  multi-column-image-text.multicolumn-button-align .col:last-child .card {
    margin-bottom: 0;
  }
}

multi-column-image-text.mobile-block .card {
  display: block;
}

multi-column-image-text.mobile-block .card .card-img {
  padding-right: 0;
}

multi-column-image-text.mobile-block .card .card-body {
  text-align: center;
}

@media screen and (min-width: 992px) {
  multi-column-image-text.mobile-block .card .card-body {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  multi-column-image-text.mobile-block .card {
    display: flex;
  }
}

.image-text-split,
.content-align-center .d-lg-flex {
  align-items: center;
}

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/* ===== Usage ===== */
h2,
.h2 {
  color: #8f3985;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {

  h2,
  .h2 {
    font-size: 48px;
    line-height: 52px;
  }
}

sup {
  font-size: 60%;
}

.corp {
  padding-left: 80px;
  padding-right: 80px
}

@media screen and (min-width: 768px) {
  .corp {
    padding-left: 300px;
    padding-right: 300px
  }
}

h3,
.h3 {
  color: #70c1b3;
  font-size: 24px;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {

  h3,
  .h3 {
    font-size: 32px;
  }
}

h4 {
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}


p,
li {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
}

@media screen and (min-width: 768px) {

  p,
  li {
    font-size: 24px;
  }
}

b,
strong {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}

a {
  color: #000000;
}

a:hover {
  color: #8f3985;
}

.font-babeasneue-family {
  font-family: "Bebas Neue", sans-serif;
}

.font-80 {
  font-size: 80px;
}

.font-80-info {
  font-size: 80px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}

paragraph p:last-of-type,
paragraph p:last-child {
  margin-bottom: 0;
}

.video-wrapper iframe {
  height: 200px;
}

@media screen and (min-width: 576px) {
  .video-wrapper iframe {
    height: 460px;
  }
}

@media screen and (min-width: 992px) {
  .video-wrapper iframe {
    height: 600px;
  }
}

two-column-content-split .icon-description {
  flex-direction: row;
  display: flex;
}

@media screen and (max-width: 991px) {
  two-column-content-split .icon-description {
    flex: 0 1 auto;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

two-column-content-split .icon-description .col {
  width: auto;
}

@media screen and (max-width: 991px) {
  two-column-content-split .icon-description .col {
    flex: auto;
  }
}

@media screen and (max-width: 575px) {
  two-column-content-split .icon-description .col:first-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  two-column-content-split .icon-description .col:first-child .imgDescription {
    width: 150px;
    padding-left: 45px;
  }
}

two-column-content-split .icon-description p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  two-column-content-split .icon-description p {
    font-size: 2rem;
  }
}

.bg-yellow two-column-content-split .col:last-child .content-selector-wrapper {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .bg-yellow two-column-content-split .content-selector-wrapper {
    margin-bottom: 0;
  }
}

.bg-yellow two-column-content-split .imgDescription {
  text-align: right;
}

@media screen and (min-width: 992px) {
  .bg-yellow two-column-content-split .imgDescription {
    text-align: center;
  }
}

.foot-note p {
  font-size: 14px;
  padding-left: 5px;
}

.foot-note p a {
  text-decoration: underline;
}

.foot-note p span {
  position: relative;
  margin-left: -10px;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .foot-note p {
    font-size: 16px;
  }
}

.foot-note sup {
  top: -.3em;
  position: relative;
  display: inline-block;
  margin-left: -7px;
}

.foot-note sup.cross {
  margin-left: -7px;
  font-size: 18px;
  top: -0px;
}

hr {
  border: none;
  margin: 0;
  height: 28px;
  width: 100%;
}

.bg-light-green {
  background-color: #70c1b3;
  display: block;
}


.bg-red {
  background-color: #b62a35;
  display: block;
}

.bg-red h3 {
  color: #ffffff;
  font-weight: normal;
}

.text-red {
  color: #b62a35;
}

.bg-yellow {
  background-color: #ffe066;
  display: block;
}

.bg-yellow h3 {
  color: #000000;

}

table,
td,
th {
  border-collapse: separate;
  font-size: 10px;
  font-family: "Nunito Sans", sans-serif;
}

@media screen and (min-width: 992px) {

  table,
  td,
  th {
    border-spacing: 10px 5px;
  }
}

@media screen and (min-width: 992px) {

  table,
  td,
  th {
    font-size: 24px;
  }
}

table th,
td th,
th th {
  font-weight: 800;
  font-family: "Nunito Sans", sans-serif;
}

table {
  width: 100%;
  display: table !important;
}

table p {
  margin-bottom: 0;
}

table tr th {
  background: #6FBFB1;
  border: none;
  padding: 5px;
  vertical-align: top;
  width: 30%;
}

@media screen and (min-width: 992px) {
  table tr th {
    padding: 15px 30px;
  }
}

table tr th:last-child {
  width: 40%;
}

table tr td {
  background: #eaf5f3;
  border: none;
  padding: 5px 10px;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  table tr td {
    padding: 15px 30px;
  }
}

table ul {
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  table ul {
    padding-left: 40px;
  }
}

table ul li {
  font-size: 10px;
}

@media screen and (min-width: 992px) {
  table ul li {
    font-size: 24px;
  }
}

.mobileTable {
  text-align: center;
}

.mobileTable th {
  width: 25%;
}

.sv-root-modern {
  background-color: #eaf5f3;
  padding-bottom: 1px;
}

.sv-root-modern .sv-body__page {
  margin-top: 0;
  padding-top: 62px;
  min-height: 498px;
  margin-right: 5px;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .sv-root-modern .sv-body__page {
    margin-right: 35px;
    margin-left: 35px;
  }
}

@media screen and (min-width: 768px) {
  .sv-root-modern .sv-body {
    max-width: 930px;
    margin: 0 auto;
  }
}

.sv-root-modern .sv-checkbox label::before,
.sv-root-modern .sv-radio label::before {
  counter-increment: answer;
  content: counter(answer, lower-alpha);
  left: 0px;
  font-size: 24px;
  position: absolute;
  top: 1px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.sv-root-modern .sv-selectbase {
  counter-reset: answer;
}

.sv-root-modern .sv-question__title--answer {
  background-color: #eaf5f3 !important;
}

.sv-root-modern .sv-question {
  overflow: visible !important;
}

.sv-root-modern .sv-question .sv-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #000000;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .sv-root-modern .sv-question .sv-title {
    font-size: 32px;
    padding-left: 145px;
    text-align: left;
    padding-right: 0;
  }
}

.sv-root-modern .sv-question .sv-selectbase__label {
  font-size: 22px;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .sv-root-modern .sv-question .sv-selectbase__label {
    font-size: 24px;
  }
}

.sv-root-modern .sv-question .sv-checkbox__svg {
  border-radius: 50%;
  border-color: #000000;
}

.sv-root-modern .sv-question .sv-radio__svg {
  border-color: #000000;
}

.sv-root-modern .sv-question input[type=checkbox]:focus,
.sv-root-modern .sv-question input[type=radio]:focus {
  outline: none;
}

.sv-root-modern .sv-question .sv-checkbox--checked .sv-checkbox__svg {
  background-color: #8f3985;
  z-index: 1;
  fill: transparent !important;
}

.sv-root-modern .sv-question .sv-checkbox--checked .sv-selectbase__label {
  color: #8f3985;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
}

.sv-root-modern .sv-question .sv-checkbox--checked label::before {
  z-index: 2;
  color: #fff;
}

.sv-root-modern .sv-question .sv-radio--checked .sv-radio__svg {
  border-color: #8f3985;
  fill: #8f3985;
  background-color: #8f3985;
  z-index: 1;
}

.sv-root-modern .sv-question .sv-radio--checked .sv-selectbase__label {
  color: #8f3985;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
}

.sv-root-modern .sv-question .sv-radio--checked label::before {
  z-index: 2;
  color: #fff;
}

.sv-root-modern .sv-question .sv-question__num {
  display: block;
  text-align: center;
  padding: 20px 27px;
  width: 115px;
  height: 115px;
  margin: 0 auto;
  background-color: #70c1b3;
  border-radius: 50%;
  margin-bottom: 80px;
  font-size: 52px;
  font-family: "Nunito Sans", sans-serif;
}

@media screen and (min-width: 768px) {
  .sv-root-modern .sv-question .sv-question__num {
    position: absolute !important;
    left: 0;
  }
}

.sv-root-modern .sv-question__content {
  font-size: 32px;
  margin: 0 auto;
  color: #8f3985;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sv-root-modern .sv-question__content {
    margin-left: 0;
    max-width: 100%;
  }
}

.sv-root-modern .sv-question__content .sv-selectbase {
  max-width: 308px;
  text-align: left;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .sv-root-modern .sv-question__content .sv-selectbase {
    padding-left: 145px;
    max-width: 100%;
    text-align: left;
  }
}

.sv-root-modern .sv-question__content p {
  font-size: 24px;
  padding: 0.25em 0.44em;
  text-align: center;
  margin: 0 10px;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .sv-root-modern .sv-question__content p {
    padding-left: 145px;
    max-width: 100%;
    text-align: left;
  }
}

.sv-root-modern .sv-description {
  color: #000 !important;
  font-size: 22px;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sv-root-modern .sv-description {
    font-size: 24px;
    padding-left: 145px;
    width: 100%;
    text-align: left;
  }
}

.sv-root-modern .sv-footer {
  margin-top: 0;
  padding-bottom: 55px;
}

.sv-root-modern .sv-footer input {
  margin: 0 auto;
  float: none;
  display: block;
  background-color: #ffe066;
  color: #8f3985;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.sv-root-modern .sv-footer input:hover {
  background: #8f3985;
  color: #ffe066;
}

.sv-root-modern .sv-item__svg {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(64, 64, 64, 0.5) !important;
}

.sv-root-modern .sv-radio--allowhover:hover .sv-radio__svg {
  fill: transparent !important;
}

.sv-root-modern .sv-checkbox--allowhover:hover .sv-checkbox__svg {
  fill: transparent !important;
  background-color: transparent !important;
}

.sv-root-modern .sv-item__control:focus+.sv-item__decorator {
  border-color: transparent !important;
}

.sv-root-modern ::-webkit-scrollbar {
  background-color: #eaf5f3 !important;
}

.sv-root-modern ::-webkit-scrollbar-thumb {
  background-color: #eaf5f3 !important;
}

.sv-root-modern .sv-question__title--error {
  background-color: transparent !important;
}

.sv-root-modern .sv-question__erbox {
  text-align: center;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .sv-root-modern .sv-question__erbox {
    padding-left: 145px;
    text-align: left;
  }
}

.sv-root-modern .sv-completedpage {
  max-width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #eaf5f3 !important;
}

.sv-root-modern .sv-completedpage::before {
  display: none;
}

.sv-root-modern #section-survey-results {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .sv-root-modern #section-survey-results .col-md-4 {
    float: left;
  }
}

.sv-root-modern #section-survey-results h3 {
  color: #000000;
  padding: 23px 0;
  font-family: "Nunito Sans", sans-serif;
}

.sv-root-modern #section-survey-results h3.text-purple {
  padding-bottom: 86px;
}

.sv-root-modern #section-survey-results p {
  font-size: 24px;
  margin-bottom: 4rem;
}

.sv-root-modern #section-survey-results p span {
  display: block;
}

.sv-root-modern #section-survey-results .text-purple {
  color: #8f3985 !important;
}

.sv-root-modern #section-survey-results .visible-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .sv-root-modern #section-survey-results .visible-desktop {
    display: block;
  }
}

#QuizSurvey {
  background-color: #eaf5f3;
}

.iw_registration_form_wrapper .oral_tablet_frequency {
  display: none;
}

.iw_registration_form_wrapper .mt-50 {
  margin-top: 50px;
}

.iw_registration_form_wrapper .mb-60 {
  margin-bottom: 60px;
}

.iw_registration_form_wrapper .checkbox-container {
  margin-bottom: 35px;
}

.iw_registration_form_wrapper .button {
  background-color: #8f3985;
  color: #ffe066;
  font-size: 24px;
  line-height: normal;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 200px;
}

.iw_registration_form_wrapper .registration_form_second_section {
  border-top: 5px solid #70c1b3;
  padding-top: 20px;
}

.iw_registration_form_wrapper label {
  font-size: 24px;
  line-height: normal;
  text-align: left;
}

.iw_registration_form_wrapper .heading-txt {
  color: #70c1b3;
  font-size: 24px;
  margin-bottom: 20px;
}

.iw_registration_form_wrapper .checkbtn label:before {
  height: 24px;
  width: 24px;
  border-radius: 0;
}

.iw_registration_form_wrapper .checkbtn input:checked+label:after {
  left: 8px;
  top: 6px;
  width: 8px;
  height: 19px;
  border-width: 3px;
}

.iw_registration_form_wrapper .form-group label {
  font-size: 24px;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  .iw_registration_form_wrapper .form-group label {
    font-size: 14px;
    line-height: normal;
  }
}

.iw_registration_form_wrapper .blue-text {
  color: #004a88;
}

.iw_registration_form_wrapper .help-block.with-errors ul {
  margin-bottom: 0px;
  margin-top: 3px;
}

.iw_registration_form_wrapper .help-block.with-errors ul li {
  list-style-type: none;
  color: #8f3985;
  font-size: 24px;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .iw_registration_form_wrapper .help-block.with-errors ul li {
    font-size: 14px;
  }
}

.iw_registration_form_wrapper .help-block.with-errors ul li:after {
  content: none;
}

.iw_registration_form_wrapper .help-block.with-errors ul li:first-letter {
  padding-left: 0px;
}

.iw_registration_form_wrapper .form-check {
  padding-left: 0px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #000000;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .iw_registration_form_wrapper .form-check {
    font-size: 14px;
  }
}

.iw_registration_form_wrapper .form-check input[type="radio"],
.iw_registration_form_wrapper .form-check input[type="checkbox"] {
  height: 24px;
  width: 24px;
  margin-right: 12px;
  flex: 0 0 24px;
  opacity: 0;
}

@media screen and (max-width: 991px) {

  .iw_registration_form_wrapper .form-check input[type="radio"],
  .iw_registration_form_wrapper .form-check input[type="checkbox"] {
    height: 24px;
    width: 24px;
  }
}

.iw_registration_form_wrapper .form-check .form-check-label {
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  font-family: "Nunito Sans", sans-serif;
}

@media screen and (max-width: 991px) {
  .iw_registration_form_wrapper .form-check .form-check-label {
    font-size: 14px;
    line-height: 17px;
  }
}

.iw_registration_form_wrapper .registration_form_submit .form-check {
  align-items: flex-start;
}

.iw_registration_form_wrapper .registration_form_warning {
  color: #8f3985;
  margin-bottom: 22px;
}

@media screen and (max-width: 991px) {
  .iw_registration_form_wrapper .registration_form_warning {
    font-size: 14px;
  }
}

.iw_registration_form_wrapper .registration_form_warning p {
  margin-left: 36px;
}

.iw_registration_form_wrapper h3.registration_form_warning {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .iw_registration_form_wrapper h3.registration_form_warning {
    font-size: 18px;
  }
}

.iw_registration_form_wrapper h1.registration_form_warning {
  font-size: 50px;
  color: #21397E;
}

.iw_registration_form_wrapper .iw_registration_form_question {
  margin-bottom: 22px;
}

@media screen and (max-width: 991px) {
  .iw_registration_form_wrapper .iw_registration_form_question {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
  }
}

.iw_registration_form_wrapper .input-group-container {
  margin-bottom: 35px;
  font-family: "Nunito Sans", sans-serif;
}

.iw_registration_form_wrapper .input-group-container .registration_form_warning {
  margin-top: 35px;
}

.iw_registration_form_wrapper .optional-Info {
  padding-top: 30px;
}

.iw_registration_form_wrapper .iw_registration_form_buttons buttons {
  padding: 0px 0px;
  margin-bottom: 0px;
  margin-top: 35px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  margin-left: 36px;
}

.iw_registration_form_wrapper .iw_registration_form_buttons .btn[disabled="disabled"] {
  opacity: 0.65;
  pointer-events: none;
}

.iw_registration_form_wrapper .registration_form_submit {
  padding-bottom: 0px;
}

.iw_registration_form_wrapper .registration_form_submit .has-error {
  color: #8f3985;
}

.iw_registration_form_wrapper .has-error .form-control {
  border-color: #8f3985;
}

.iw_registration_form_wrapper .registration_form_alert,
.iw_registration_form_wrapper .registration_form_success_alert {
  background-color: #FFDF39;
  padding: 8px 15px;
  color: #000000;
  font-size: 18px;
  border-radius: 5px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {

  .iw_registration_form_wrapper .registration_form_alert,
  .iw_registration_form_wrapper .registration_form_success_alert {
    font-size: 14px;
  }
}

.iw_registration_form_wrapper .registration_form_alert p,
.iw_registration_form_wrapper .registration_form_success_alert p {
  margin-bottom: 0px;
}

.iw_registration_form_wrapper .registration_form_success_alert {
  background-color: #3edc76;
}

.iw_registration_form_wrapper .iw_registration_form_disclaimer {
  font-size: 18px;
  line-height: normal;
  color: #000000;
  margin-left: 36px;
  font-family: "Nunito Sans", sans-serif;
}

.iw_registration_form_wrapper .required_star {
  position: relative;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .iw_registration_form_wrapper .required_star {
    font-size: 14px;
    line-height: 17px;
  }
}

.iw_registration_form_wrapper .required_star:after {
  content: "*";
  position: absolute;
  right: -12px;
  top: 0px;
  color: #F24444;
}

.iw_registration_form_wrapper i {
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .iw_registration_form_wrapper i {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
    display: inline-block;
  }
}

.required-red {
  color: #F24444;
}

.iw_registration_form_item label {
  font-size: 24px;
}

.radiobtn label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  box-sizing: border-box;
  height: 24px;
  width: 24px;
  border: 1px solid #4D4D4F;
  border-radius: 50%;
  transition: all .1s ease;
}

@media screen and (max-width: 991px) {
  .radiobtn label:before {
    height: 24px;
    width: 24px;
  }
}

.radiobtn input:checked+label:before {
  border: 1px solid #0075FF;
}

.radiobtn input:checked+label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  height: 16px;
  width: 16px;
  background-color: #0075FF;
  border-radius: 50%;
  opacity: 1;
  transition: all .1s ease;
}

@media screen and (max-width: 991px) {
  .radiobtn input:checked+label:after {
    left: 4px;
    top: 4px;
    height: 16px;
    width: 16px;
  }
}

.radiobtn input:checked:disabled+label:before {
  border-color: #767676;
}

.radiobtn input:checked:disabled+label:after {
  border-color: #767676;
  background: #767676;
}

.checkbtn label:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  border: 1px solid #4D4D4F;
  border-radius: 5px;
  background-color: #fff;
  transition: all .1s ease;
}

@media screen and (max-width: 991px) {
  .checkbtn label:before {
    height: 30px;
    width: 30px;
  }
}

.checkbtn input:checked+label:before {
  background: #0075FF;
}

.checkbtn input:checked+label:after {
  content: '';
  position: absolute;
  left: 13px;
  top: 8px;
  width: 14px;
  height: 27px;
  border: 5px solid #fff;
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: rotate(226deg);
  transform: rotate(226deg) scale(1);
  opacity: 1;
  transition: all .1s ease;
}

@media screen and (max-width: 991px) {
  .checkbtn input:checked+label:after {
    left: 10px;
    top: 7px;
    width: 11px;
    height: 22px;
  }
}

.red-star {
  color: #EA1010;
}

.registration_form_wrapper .form-check.has-error .form-check-label {
  color: #8f3985;
}

.formHighlight {
  animation: highlight 6000ms ease-out;
}

@keyframes highlight {
  from {
    background-color: #ffff99;
  }
}

.form-check .form-check-label[for='no-npi-js'] {
  line-height: 37px;
}

@media screen and (min-width: 992px) {
  .form-check .form-check-label[for='no-npi-js'] {
    line-height: 55px;
  }
}

#updateRegistration {
  z-index: 2300;
  padding: 0 !important;
}

#updateRegistration .modal-dialog {
  max-width: 1440px;
  width: 100%;
  background: transparent;
}

.modal-title {
  color: #ffffff;
  text-align: center;
}




.modal-dialog .modal-header {
  background-color: #b62a35;
  text-align: center;
  border-radius: 3.3rem 3.3rem 0 0;
  /*   border: 0;
  padding-top: 25px;
  padding-right: 25px; */
}

.modal-dialog .modal-content {
  background-color: #ffffff;
  border-radius: 3.3rem;
  border: none;
}

.modal-content {
  border: none;
}


.modal-dialog .modal-header .modal-footer .modal-content {
  border-radius: 3.3rem;
}

.modal-dialog {
  background-color: transparent;
}

.close {
  float: right;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: #ffff;
  opacity: 1;

}

#updateRegistration .modal-dialog .modal-content {
  max-width: 1440px;
  width: 90%;
  border-radius: 0;
  background-color: #ffffff;
  text-align: left;
  margin: auto;
  border: 0;
}

@media only screen and (min-width: 1920px) {
  #updateRegistration .modal-dialog .modal-content {
    width: 100%;
  }
}

#updateRegistration .modal-dialog .modal-content .radiobtn label:before {
  background-color: white;
}

#updateRegistration .modal-dialog .modal-content h2 {
  color: inherit;
  line-height: normal;
}

#updateRegistration .modal-dialog .modal-content h5 {
  font-size: 24px;
  margin-bottom: 0;
}

#updateRegistration .modal-dialog .modal-content .modal-header {
  border: 0;
  padding-top: 25px;
  padding-right: 25px;
}

#updateRegistration .modal-dialog .modal-content .modal-header .close {
  font-size: 30px;
  font-weight: bold;
  color: #004a88;
  opacity: 1;
}

#updateRegistration .modal-dialog .modal-content .modal-body {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 70px;
}

#updateRegistration .modal-dialog .modal-content .modal-body .iw_registration_form_disclaimer {
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Nunito Sans", sans-serif;
}

#updateRegistration .modal-dialog .modal-content .modal-body buttons {
  margin-top: 80px;
  margin-bottom: 20px;
}

#updateRegistration .modal-dialog .modal-content .modal-body [type=button],
#updateRegistration .modal-dialog .modal-content .modal-body [type=reset],
#updateRegistration .modal-dialog .modal-content .modal-body [type=submit],
#updateRegistration .modal-dialog .modal-content .modal-body button {
  -webkit-appearance: none;
}