﻿body {}

:root {
    --primary-color: #005332;
    --bullet-color: #00857d;
    --text-color: #000;
    --error-color: #f00;
    --link-color: #00f;
    --grey-text: #576375;
}

body {font-family: "Roboto", sans-serif; font-weight: 400; color: var(--text-color); line-height: 120%; font-size: 15px;}

.noWrapTxt {white-space: nowrap;}

a:hover {text-decoration: none;}

.container {max-width: 1020px;}

button {background: var(--primary-color); border-radius: 0 5px; color: var(--white); border: none; padding: 6px 8px; width: 80px; text-align: center;}

.topLinks {padding: 15px 0 20px;}
.topLinks ul {margin: 0; padding: 0; list-style: none; display: flex; justify-content: space-between; align-items: flex-start; width: 100%;}
.topLinks ul li:first-of-type {font-size: 13px; max-width: 440px;}
.topLinks ul li:last-of-type {text-transform: uppercase; text-align: right; max-width: 300px; font-size: 14px;}
.topLinks ul li a {color: var(--link-color); text-decoration: underline;}

.bannerWrap {display: flex; justify-content: center; align-items: center; gap: 30px;}
.bannerWrap img {width: 240px;}

.copayWrap {text-align: center; margin: 40px 0 25px; position: relative;}
.copayWrap img {width: 100%; max-width: 540px;}
.copayWrap table {position: absolute; bottom: 16%; left: 50%; margin-left: -220px; font-size: 20px; text-align: left;}
.copayWrap table td {padding: 8px 0;}
.copayWrap table td span {padding-left: 5px;}

.printWrap {justify-content: center !important; margin-top: 40px;}

.TnCWrap {font-size: 14px;}
.TnCWrap h4 {color: var(--primary-color); font-weight: 600; font-size: 16px; margin-bottom: 4px; margin-top: 20px;}
.TnCWrap h4.newFont {font-family: 'Montserrat'; font-weight: 700;}
.TnCWrap ul {margin: 0; padding: 0; list-style: none;}
.TnCWrap ul li {position: relative; padding-left: 10px; margin-bottom: 5px;}
.TnCWrap ul li::before {content: ''; position: absolute; left: 0; top: 7px; width: 4px; height: 4px; border-radius: 50%; background: var(--bullet-color);}

.footerLinks {margin-top: 30px;}
.footerLinks ul {list-style: none; margin: 0; padding: 3px 10px; width: 100%; background: var(--primary-color); display: flex; justify-content: center; align-items: center;}
.footerLinks ul li {line-height: 150%; position: relative;}
.footerLinks ul li:not(:last-of-type) {border-right: 1px solid var(--white); margin-right: 20px; padding-right: 20px;}
.footerLinks ul li a {color: var(--white); font-weight: 400; font-size: 13px;}

.footerTxt {display: flex; justify-content: flex-start; align-items: center; gap: 30px; margin: 16px 0 40px; color: var(--grey-text); font-size: 13px;}
.footerTxt img {height: 20px;}
.footerTxt p {margin-bottom: 0;}

.welcomeWrap {text-align: center; margin: 30px 0 100px;}
.welcomeWrap h1 {color: var(--primary-color); font-size: 36px; font-weight: 600; line-height: 120%; margin-bottom: 20px;}
.welcomeWrap h1 span {display: block;}
.welcomeWrap h2 {font-weight: 500; font-size: 30px;}
.welcomeWrap h4 {font-size: 12px; font-weight: 400;}
.welcomeWrap button {font-family: 'Montserrat'; margin-top: 40px; color: var(--white); font-weight: 600; background: var(--primary-color); padding: 30px 60px; border-radius: 0 15px; border: none; font-size: 28px; width: auto;}

.eligibilityWrap {margin-top: 80px;}

.eligibilityWrap ul {margin: 0 auto; padding: 0; list-style: none; display: flex; justify-content: center; width: 280px; gap: 80px;}
.eligibilityWrap ul li {font-size: 26px; font-weight: 500; text-align: center; line-height: 115%; padding: 0 10px 20px; position: relative;}
.eligibilityWrap ul li.active {color: var(--primary-color); font-weight: 700; border-bottom: 8px solid var(--primary-color);}
.eligibilityWrap ul li.active::after {content: ''; position: absolute; bottom: -25px; left: calc(50% - 10px); border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 20px solid var(--primary-color); border-bottom: 0px;}
.eligibilityWrap.step2Wrap ul {gap: 40px;}
.eligibilityWrap.step2Wrap ul li {padding: 0 25px 10px;}

.quesWrap {background: #f9f9f9; padding: 50px 60px 5px; margin-top: -10px;}
.quesWrap h3, .quesWrap h5 {font-size: 18px; font-weight: 500; margin-bottom: 10px;}
.quesWrap h6 {font-size: 11px; font-weight: 400;}

.eligibilityQues {margin-bottom: 30px;}
.eligibilityQues > label {display: flex; gap: 5px; justify-content: flex-start; align-items: flex-start;}
.eligibilityQues .radioWrap {display: flex; justify-content: flex-start; align-items: center; padding-left: 24px; margin-top: 7px; margin-bottom: 5px;}
.eligibilityQues .radioWrap .radioBtn:first-of-type {margin-right: 30px;}
.eligibilityQues .radioWrap input {display: none;}
.eligibilityQues .radioWrap label {position: relative; cursor: pointer; padding-left: 25px; margin-bottom: 0;}
.eligibilityQues .radioWrap label::before {position: absolute; left: 0; top: -1px; content: ''; width: 18px; min-width: 18px; max-width: 18px; height: 18px; min-height: 18px; max-height: 18px; background: var(--white); border: 2px solid transparent; border-radius: 50px; outline: 1px solid var(--grey-text);}
.eligibilityQues .radioWrap input:checked ~ label::before {background: #00a0df; outline: 1px solid #00a0df; border: 2px solid var(--white);}

.step3SavingsCard {margin-bottom: 160px;}
.step3SavingsCard .quesWrap {padding-bottom: 15px;}

.errorMsg {display: none;}
.error .errorMsg {color: var(--error-color); padding-left: 24px; font-size: 13px; display: block;}
.error.eligibilityQues > label {color: var(--error-color);}

.buttonWrap {display: flex; justify-content: space-between; align-items: center;}
.buttonWrap button {display: flex; gap: 5px; justify-content: center; align-items: center; font-size: 18px;}
.buttonWrap button.backBtn {background: var(--text-color);}
.buttonWrap button img {height: 15px;}

.modal-dialog {max-width: 600px;}
.modal-content {border-radius: 0; border: 1px solid #000; box-shadow: 0 0 15px var(--grey-text);}
.modal-body {text-align: center; padding: 80px 20px 60px;}
#successEnroll .modal-body {padding: 40px 20px 30px;}
.modal-body img {margin-bottom: 20px;}
.modal-body h3 {font-size: 54px; font-weight: 600; margin-bottom: 20px;}
.modal-body p {color: var(--text-color); font-weight: 400; font-size: 18px; margin-bottom: 10px; line-height: 130%;}
.modal-body p:first-of-type {font-size: 18px;}
.modal-body p:last-of-type {font-size: 18px; margin-bottom: 0; margin-top: 10px;}
.modal-body button {margin-top: 30px;}
.hideElement {display: none;}
.showElement {display: block;}

.crx-wl-submit-result {
    color: red;
    font: bold;
  }
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
  }
  
  #overlay #LoadingImage {
    align-content: center;
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
    top: 50%;
  }
  
  #overlay #LoadingImage img {
    height: 100px;
    width: 100px;
    margin-top: -50px;
  }

@media only screen and (max-width: 880px) {
  .copayWrap table {left: 50%; margin-left: -220px;}
}

@media only screen and (max-width: 767px) {
  .topLinks ul {flex-direction: column; gap: 10px;}
  .topLinks ul li {width: 100%;}
  .topLinks ul li:last-of-type {align-self: flex-end;}

  .bannerWrap {flex-direction: column;}

  .welcomeWrap {margin-bottom: 60px;}
  .welcomeWrap h1 {font-size: 28px;}
  .welcomeWrap h2 {font-size: 22px;}
  .welcomeWrap button {font-size: 24px;}

  .quesWrap {padding: 30px 30px 5px;}

  .eligibilityWrap ul {gap: 40px;}
  .eligibilityWrap ul li {padding-bottom: 10px;}

  .footerLinks ul {flex-wrap: wrap; gap: 5px 0;}
  .footerLinks ul li:not(:last-of-type) {margin-right: 10px; padding-right: 10px;}

  .footerTxt {flex-direction: column; gap: 10px;}

  .modal-body {padding: 40px 10px 30px;}
  .modal-body h3 {font-size: 10vw;}
}

@media only screen and (max-width: 600px) {
  .copayWrap table {left: 20px; bottom: 50px; margin-left: 0; font-size: 3vw;}
  .copayWrap table td {padding: 0.3vw 0;}
}

@media only screen and (max-width: 480px) {
  .bannerWrap img {width: 90%;}
  .welcomeWrap h1 {font-size: 8vw;}
  .welcomeWrap h2 {font-size: 6vw;}
  .welcomeWrap button {font-size: 7vw; padding: 20px 30px;}

  .footerLinks ul li:not(:last-of-type) {margin-right: 5px; padding-right: 5px;}
  .footerLinks ul li a {font-size: 11px;}

  .copayWrap table {left: 20px; bottom: 9vw; line-height: 140%;}
  .copayWrap table td {padding: 0;}

  .quesWrap {padding: 30px 20px 5px;}

  .eligibilityWrap ul {gap: 20px;}
}