:root {
    --container-width: 850px;
  }
  
  * {
    font-family: "Fira Sans", sans-serif;
  }
  
  body {
    background: #f8f8f8;
  }
  .opacity-0 {
    opacity: 0;
  }
  
  /* text */
  .text-green {
    color: #5aa362;
  }
  .text-gray {
    color: #888;
  }
  
  /* button */
  .btn-primary {
    font-size: 23px;
    background: #508eb3;
    color: #fff;
    border: 1px solid #508eb3;
    border-radius: 8px;
    padding-block: 0;
    height: 50px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: none;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-primary:hover,
  .btn-primary:focus {
    background: #508eb3;
    color: #fff;
    border-color: #508eb3;
  }
  
  /* slide */
  .slide-animation.active {
    -webkit-animation: slide 0.6s forwards;
    animation: slide 0.6s forwards;
  }
  .slide-animation.active-prev {
    -webkit-animation: slidePrev 0.6s forwards;
    animation: slidePrev 0.6s forwards;
  }
  @-webkit-keyframes slide {
    from {
      -webkit-transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(0);
    }
  }
  @keyframes slide {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
  @-webkit-keyframes slidePrev {
    from {
      -webkit-transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(0);
    }
  }
  @keyframes slidePrev {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  
  /* display */
  @media screen and (max-width: 767px) {
    .d-mobile-none {
      display: none;
    }
  }
  
  /* sms optin */
  .sms-optin {
    border: 1px solid #de211b;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    margin-bottom: 15px;
  }
  .sms-optin.checked {
    background-color: #50b352;
    border-color: #29952c;
    background-image: none;
  }
  .sms-optin.checked .sms-optin__label {
    color: #fff;
  }
  .sms-optin input {
    display: none;
  }
  .sms-optin input:checked ~ .sms-optin__checkbox {
    background-color: #0075ff;
    border-color: #29952c;
  }
  .sms-optin input:checked ~ .sms-optin__checkbox::after {
    display: block;
  }
  .sms-optin .sms-optin__checkbox {
    display: inline-block;
    min-width: 32px;
    width: 32px;
    height: 32px;
    border: 1px solid #333;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 10px;
  }
  .sms-optin .sms-optin__checkbox::after {
    content: "";
    height: 20px;
    width: 10px;
    display: flex;
    border-right: solid 5px #fff;
    border-bottom: solid 5px #fff;
    transform: rotate(45deg);
    margin-top: 3px;
    margin-left: 10px;
    opacity: 1;
    display: none;
  }
  .sms-optin .sms-optin__label {
    font-size: 12px;
    color: #ff4368;
    line-height: 1.2;
    font-weight: 400;
  }
  @media screen and (max-width: 767px) {
    .sms-optin .sms-optin__label {
      font-size: 12px;
    }
  }
  
  /* HEADER START */
  .header {
    background: transparent;
    max-width: var(--container-width);
    width: 100%;
    margin: 0 auto;
    min-height: 50px;
    padding: 10px;
    display: flex;
    flex: 0 1 auto;
    border: none;
    align-items: center;
    justify-content: space-between;
  }
  .header .header__logo {
    height: 100%;
    display: block;
  }
  .header .media {
    display: flex;
    align-items: flex-start;
  }
  .header .header__logo .media__fig {
    display: contents;
    margin-right: 1rem;
  }
  .header .logo img {
    max-width: 216px;
    width: 100%;
    display: block;
    vertical-align: middle;
  }
  .header .sublogo {
    display: flex;
    align-items: center;
    color: #508eb3;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .header {
      padding: 10px 0;
    }
    .header .header__logo {
      width: 45%;
      max-width: 45%;
      padding-left: 0;
      margin-inline: auto;
    }
    .header .logo img {
      width: 100%;
      margin: 0 auto;
    }
    .header .sublogo {
      font-size: 12px;
      padding-right: 5px;
      padding-left: 10px;
      text-align: right;
    }
    .header .sublogo img {
      width: 35px;
    }
  }
  @media screen and (max-width: 399px) {
    .header .sublogo span {
      width: 120px;
      line-height: 1.2;
    }
  }
  /* HEADER END */
 
/* EMAIL VERIFICATION START*/

#email-icon {
    min-width: 55px;
    margin-right:0px;
}

#loading-screen-box{
    background-color: #F6F6F6;
    border-radius: 10px;
    padding-top:30px;
    padding-bottom: 30px;
    margin-top:40px;
    width:90%;
}
#grey-circle-img{
    background-color: #808080;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    display:block;
}
#usa-loader-svg{
    margin-top:8px;
    margin-left:7px;
    display:block;
}
.loading-image{
    width: 18px;
    margin-top:4px;
    display:none;
}
.loading-sub-msg{
    padding-left:10px;
    font-size: 12px;
}
#loading-sub-msg-3{
    padding-left:8px;
    margin-top:5px;
    margin-bottom:5px;
}
.loading-sub-msg span{
    color:#7B7B7B;
    font-size: 12px;
}
#loading-bubble-3{
    background-color: #FFF;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    margin-left:0px;
    padding-left: 14px;
    padding-right: 14px;
}
.loading-row.hide-this{
    display: none;
}

.sub-msg-left{
  padding-left: 5px;
}

.progress-bar-fill,.mini-progress-bar-fill {
    display: block;
    height: 15px;
    background-color: #5aa362;
    border-radius: 15px;

    width: 5%;

    transition: width 500ms ease-in-out;
}
.mini-progress-bar {
    width: 70%;
    margin: auto;
    background-color: #f4f4f4;
    padding: 3px;
    border-radius: 15px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    margin-top: 10px;
    margin-bottom: 30px;
}
/* EMAIL VERIFICATION END.*/

  /* FOOTER START */
  .footer {
    background: transparent;
    max-width: var(--container-width);
    width: 100%;
    margin: 0 auto;
    color: #9a9a9a;
    font-size: 11px;
    flex: 1;
    line-height: 1.4;
    display: flex;
    padding-inline: 20px;
    margin-top: 0;
  }
  .footer-mask {
    text-align: center;
    padding: 0 0 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer__content {
    width: 100%;
    margin: 100px auto 0;
    padding: 1rem 0;
    max-width: 1500px;
    text-align: justify;
  }
  .footer__copyright {
    font-weight: 500;
    margin: 0;
    flex: 1;
    display: flex;
    align-items: flex-end;
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
  }
  .copyright__links {
    text-align: center;
    margin-bottom: 15px;
    font-weight: normal;
  }
  .footer__copyright .current_year {
    /* color: #2A5A8E; */
  }
  .footer__copyright a {
    font-family: Arial, sans-serif;
    color: #9a9a9a;
    text-decoration: none;
  }
  @media screen and (max-width: 767px) {
    .footer {
      padding-block: 20px;
    }
  }
  /* FOOTER END */
  
  /* HOW MEMBERSHIP START */
  .how--membership {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    padding: 2rem 0;
  }
  .how__details {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    color: #00293e;
    max-width: 1500px;
    color: #9a9a9a;
    font-size: 13px;
    line-height: 18px;
  }
  .how__details-item {
    display: flex;
    padding: 0 1rem;
    width: 100%;
    margin: 0.5rem auto;
    text-align: justify;
  }
  @media screen and (max-width: 767px) {
    .how__details {
      flex-direction: column;
      border-bottom: 0;
    }
    .how__details-item {
      padding-inline: 20px;
    }
    .how__details-item .media__bd {
      margin: 0;
    }
  }
  /* HOW MEMBERSHIP END */
  
  /* SIGNUP START */
  .signup-wrapper {
    margin-top: 38px;
  }
  .signup__img {
    z-index: 1;
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    padding: 2px;
  }
  .signup__img img {
    width: auto;
    height: 48px;
  }
  .signup {
    background: #fff;
    padding: 25px 15px 15px;
    max-width: 480px;
    margin: 15px auto 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    min-height: 537px;
  }
  .signup__divider {
    width: 100%;
    max-width: 600px;
    border-bottom: 2px solid #f2f2f2;
    margin-inline: auto;
  }
  .signup-wrap {
    padding-inline: 20px;
    width: 100%;
    margin-inline: auto;
    overflow: hidden;
    max-width: 100%;
    background: url("../images/hr-summerbg.jpg") no-repeat bottom center;
    background-position: top;
    background-size: 1664px;
    padding-bottom: 250px;
  }
  .signup .text-header {
    color: #508eb3;
    font-size: 35px;
    line-height: 40px;
    padding: 0;
    padding-bottom: 30px;
  }
  .signup .text-header .text-green {
    font-size: 30px;
  }
  .question {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* background: #fff; */
    min-height: unset;
    /* border-radius: 5px; */
    /* box-shadow: 0 0 1.25rem #508eb324; */
    margin-bottom: 20px;
    padding: 1rem 1rem 3rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .question-head {
    font-weight: 500;
    color: #5aa362;
    font-size: 1rem;
    margin-block: 17px 7px;
    text-align: center;
    text-transform: capitalize;
  }
  .question-subhead {
    color: #b1b1b1;
    font-size: 0.9rem;
    font-weight: normal;
    margin: 8px auto;
    max-width: 90%;
  }
  .question__title {
    color: #3c83a3;
    font-weight: 300;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    margin: 0 0 5px 0;
  }
  .question__text {
    color: #363636;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .question__content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .dropdown__container {
    width: 100%;
    max-width: 400px;
  }
  .dropdown__container select {
    border: none;
    width: 100%;
    padding: 6px 12px;
    height: 50px;
    border-radius: 5px;
    margin: 0;
    font-weight: bold;
    color: #555;
    text-transform: capitalize;
    text-align: left;
    font-size: 1rem;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    background: url("../images/arrow-down.png") transparent no-repeat
      calc(100% - 10px);
    background-color: #f3f3f3;
    background-size: 13px;
    cursor: pointer;
  }
  .dropdown__container input[type="text"],
  .dropdown__container input[type="email"] {
    border: none;
    width: 100%;
    padding: 6px 12px;
    height: 50px;
    border-radius: 5px;
    margin: 0;
    font-weight: bold;
    color: #555;
    text-align: left;
    font-size: 16px;
    box-shadow: none;
    outline: none;
    background-color: #ffff;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.05);
    margin-bottom: 10px;
  }
  .question__btn-wrap {
    width: 100%;
    max-width: 400px;
    margin-top: 1.8rem;
  }
  .question .survey__logo {
    display: none;
    align-items: center;
    color: #508eb3;
    font-weight: 700;
    font-size: 14px;
    justify-content: center;
  }
  .question .prev_button {
    display: none;
    position: absolute;
    width: 13px;
    height: 13px;
    border-top: 2px solid #d3d3d3;
    border-left: 2px solid #d3d3d3;
    transition: all 0.3s ease-in-out;
    color: transparent;
    transform: rotate(-45deg) translateY(-50%);
    left: 30px;
    top: 50%;
    cursor: pointer;
    z-index: 2;
  }
  .question__sub-title {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 300;
  }
  .question .btn .icon svg {
    fill: #fff;
    display: inline-block;
    margin: -5px auto 0;
    width: 1em;
    height: 1em;
  }
  .question .email__disclaimer {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-align: justify;
  }
  .question .email__disclaimer,
  .question .email__disclaimer a,
  .question .email__disclaimer a:hover,
  .question .email__disclaimer a:focus {
    color: #717171;
    font-family: "Fira Sans", sans-serif;
  }
  @media screen and (max-width: 767px) {
    .signup-wrap {
      padding-inline: 10px;
      background: url("../images/hr-warm-footerimage.jpg") no-repeat bottom center;
      background-position-y: 340px;
    }
    .signup .text-header {
      font-size: 25px;
      line-height: 27px;
      padding-bottom: 20px;
      padding-top: 10px;
      margin-bottom: 0;
    }
    .signup .text-header .text-green {
      font-size: 20px;
    }
    .question {
      border-radius: 0;
      padding: 0px 0 2rem;
    }
    .question__text {
      font-size: 15px;
      margin-top: 10px;
    }
    .question .survey__logo {
      display: flex;
    }
    .question__title {
      font-size: 23px;
      line-height: 27px;
      margin: 1rem 0 1rem 0;
    }
    .dropdown__container {
      width: 100%;
    }
    .question__btn-wrap {
      width: 100%;
      margin-top: 15px;
    }
    .question .prev_button {
      left: 12px;
    }
    .question .btn-primary {
      font-size: 19px;
    }
    .question .btn-primary[type="submit"] {
      /* font-size: 20px; */
    }
  }
  /* SIGNUP END */
  
  /* POI */
  .offer_border_dyn {
      width: 100%;
      max-width: 500px;
      padding: 0;
      margin: 20px auto 0;
      position: relative;
      background: 0 0;
  }
  .dyn2 {
      position: absolute;
      display: block;
      width: 100%;
      left: 0;
      background:transparent;
      text-align: left;
      height: 100%;
      bottom:0;
  }
  .dyn2-frm{
      position: absolute;
      display: block;
      top:64%;
  }
  .dyn2c4r .dyn2-frm,
  .dyn2cag .dyn2-frm {
      top:71%;
  }
  .dyn2pfg .dyn2-frm,
  .dyn2omg .dyn2-frm,
  .dyn2hmg .dyn2-frm {
      top:74%;
  }
  
  .dyn2-l {
      float: left;
      width: 45%;
      margin-left: 3%;
      margin-right: 2%;
  }
  
  .dyn2-r {
      float: right;
      width: 45%;
      margin-left: 3%;
      margin-right: 2%;
  }
  
  .dyn2 input[type="text"]:disabled{
      width: 100%;
      height: 30px !important;
      padding: 0 6px;
      font-size: 12px;
      line-height: 1.42857143;
      color: #555;
      background-color: #ebebeb;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
      -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      box-sizing : border-box;
      opacity:1;
      -webkit-text-fill-color:#555; /*iOS*/
      -webkit-opacity:1; /*iOS*/
  }
  .infoimg {
      min-width: 500px;
      max-width: 100%;
  }
  
  @media (min-width : 768px) {
      .dyn2fmgtag .dyn2-frm {
          top: 72%;
      }
      .dyn2c4r .dyn2-frm,
      .dyn2omg .dyn2-frm {
          top:73%;
      }
      .dyn2acg .dyn2-frm,
      .dyn2c2w .dyn2-frm,
      .dyn2cag .dyn2-frm,
      .dyn2omg .dyn2-frm,
      .dyn2fsg .dyn2-frm {
          top:74%;
      }
  }
  @media (max-width: 470px) {
      .dyn2 input[type="text"] {
          margin-bottom: 0px;
      }
      .dyn2 label {
          font-size: 10px;
      }
      .dyn2-frm {
          top: 61%;
      }
      .infoimg {
          min-width: 100%
      }
  }
  @media (min-width : 410px) {
      .dyn2acg .dyn2-frm,
      .dyn2c2w .dyn2-frm {
          top:72%;
      }
  }
  /* POI */
  
  #opt-out-anchor {
      cursor: pointer;
      font-family: "Arial", sans-serif;
      color: #717171;
      font-size: 12px;
      font-weight: 300;
  }
  
  
  /* OPTION START */
  .form-check {
    text-align: left;
    background: #f5f5f5;
    margin-bottom: 7px;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    transition: background 1s ease-out;
    cursor: pointer;
    height: 50px;
    box-sizing: border-box;
  }
  .form-gender {
    text-align: center;
    padding: 0;
  }
  .form-check .form-check-input {
    padding: 0;
    position: absolute;
    -webkit-appearance: none;
    display: flex;
    margin: unset;
    width: auto;
    margin-right: 8px;
    box-sizing: border-box;
    line-height: inherit;
    border: 0;
    background: transparent;
  }
  .form-gender .form-check-input {
    display: none;
  }
  .form-gender .gender-check-input {
    display:block;
    left:2rem;
    top:.375rem;
  }
  .form-check-button-input {
    -webkit-appearance: none;
    display: none;
  }
  .form-check-input::before {
    content: "";
    border: 1px solid #cfcfd0;
    max-height: 25px;
    min-height: 24px;
    height: auto;
    max-width: 25px;
    min-width: 24px;
    width: auto;
    border-radius: 50%;
    background-color: #FFF;
    margin: auto;
    display: flex;
    margin-left: -20px;
    margin-top: 8px;
    cursor: pointer;
  }
  .form-check:hover .form-check-input::before,
  .form-check-input:hover::before,
  .form-check-input-in:checked ~ .form-check-input::before { 
    background-color: #508eb3;
    border: 5px solid #e3e3e3;
  }
  .form-check-input,
  .form-check-input:focus{
    outline:none;
    box-shadow: none;
  }
  .form-check-input-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
  }
  label.form-check-label, label.form-check-label-2 {
    font-size: 16px;
    padding-left: 10px;
    margin-top: 8px;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: 600;
    color: #888;
  }
  .form-gender label.form-check-label {
    padding-left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    background: #508eb3;
    border-radius: 10px;
  }
  .form-gender label.form-check-label-2 {
    padding-left: 0;
    color: #000;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    background: #f6f6f6;
    border-radius: 10px;
  }
  #gender-group{
    margin-top: .325rem;
  }
  
  #final-gender-label{
    color: #888;
  }
  /* OPTION END */
  
  /* PROGRESS START */
  .progress {
    max-width: 290px;
    margin-inline: auto;
    height: 4px;
    margin-top: 15px;
  }
  .progress-bar {
    background: #5aa362;
    border-radius: 50px;
  }
  /* PROGRESS END */
