.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003a70;
  color: #fff;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-tfn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2em;
  font-weight:600;
}

.tfn-link {
  margin-left: 1em;
  color: #fff;
  text-decoration: none;
}

.tfn-link:hover {
  color: #fff;
  text-decoration: underline;
}

.body {
  background-color: #003a70;
  font-family: 'Sofiapro webfont', sans-serif;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.main-content {
  position: relative;
  width: 100%;
  background-color: #f1f1f1;
  color: #000;
}

.content-container {
  position: relative;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*padding-top: 0.5em;*/
   
    padding-bottom: 1em;
  
}
.hero-main {
  
    width: 45%;
    
  
    background-image: url('../images2/Hero-Recolored.jpg');
    height:600px;
    background-size: cover;
    background-repeat: no-repeat;
    float:left;
}
.hero-content-container {
    height: 600px;
    width: 55%;
    float: right;
    color: #003a70;
    background-color: #3b4f67;
}

.hero-header {
    padding:1em 1em 1.5em 1em;
    background-color:#ffffff;
}

.product-title {
  font-size: 1.7em;
  line-height: 1em;
}

.underwritten-by {
  margin-top: 0.125em;
  font-size: 1.3em;
  line-height: 1.2em;
}

.company-name {
  margin-top: 0em;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
}

.company-name-small {
    margin-top: 0em;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 700;
}
.company-tiny {
    margin-top: 0em;
    font-size: .75em;
    line-height: 1em;
    font-weight: 700;
}

.company-name-medium {
    margin-top: 0em;
    font-size: 1.6em;
    line-height: 1em;
    font-weight: 700;
}

.hero-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    font-size: 0.8em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.hero-holder {
    
  
}
.hero-link {
  color: #52cbf5;
  text-decoration: underline;
}

.hero-link:hover {
  color: #fff;
  text-decoration: none;
}

.hero-content-main {
    width: 100%;
    margin-top: 1em;
    color: #fff;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.hero-main-heading {
  font-size: 3em;
  line-height: 1.6em;
  font-weight: 700;
}

.hero-subheading {
  font-size: 1.5em;
  line-height: 1.5em;
}

.checkmark {
  color: #4d9090;
  font-size: 1.5em;
}

.checkmark-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkmark-content {
  margin-left: 1em;
  color: #003a70;
  font-size: 2em;
  line-height: 1.3em;
}

.body-content-container {
  position: relative;
  margin-top: 0px;
  padding-right: 4em;
  padding-left: 4em;
}

.text-span {
  position: relative;
  top: -15px;
  font-size: 0.6em;
  line-height: 0.8em;
  font-weight: 400;
}

.body-text-block {
  margin-top: 2em;
  color: #000;
  font-size: 1.7em;
  line-height: 1.3em;
}

.shaded-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4em;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 30px;
  background-color: #e7efef;
  font-size: 1.7em;
  line-height: 1.3em;
}

.cta-button-container {
  margin-top: 2em;
}

.cta-button {
  padding: 0.5em 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #3c8685;
  background-color: #3c8685;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.cta-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #3c8685;
  background-color: #fff;
  color: #3c8685;
}

.bottom-doctor-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4em;
  padding-right: 4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.bottom-doctor-text {
  width: 70%;
  padding-bottom: 2em;
  padding-left: 8em;
  font-size: 1.7em;
  line-height: 1.3em;
}

.bottom-doctor-image-container {
  width: 30%;
}

.bottom-doctor-image {
  position: absolute;
  left: 0px;
  right: auto;
  bottom: 0px;
  max-width: 450px;
}

.footer-section {
  background-color: #003a70;
  color: #fff;
  font-size: 0.8em;
}

.footer-container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em;
}

.disclosures-text {
  margin-top: 2em;
  line-height: 1.5em;
}

.text-span-2 {
  position: relative;
  top: -6px;
  font-size: 0.8em;
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4em;
  padding-bottom: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-name {
  color: #003a70;
  font-size: 1.7em;
}

.underwriting-heading {
  margin-top: 0.5em;
  color: #003a70;
  font-size: 1.1em;
}

.company {
  color: #003a70;
  font-size: 1.7em;
  font-weight: 700;
}

.app-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: 6em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c7e0e0;
  color: #003a70;
}

.app-footer.quote {
  height: auto;
  margin-top: 2em;
  padding: 2em;
}

.app-footer-icon {
  width: 75px;
}

.div-block {
  width: 75%;
  height: 1px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  background-color: #eaeaea;
}

.ooc-age-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ooc-container {
  font-size: 1.1em;
}

.age-container {
  font-size: 1.1em;
}

.plans-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.benefit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #b4b4b4;
  font-size: 1.1em;
  font-style: italic;
}

.benefit.active {
  color: #003a70;
  font-style: normal;
  font-weight: 700;
}

.benefit.active {
  color: #003a70;
  font-style: normal;
  font-weight: 700;
}

.benefit-icon {
  width: 10%;
  font-size: 1.3em;
  line-height: 1.5em;
}

.benefit-tooltip {
  width: 10%;
  text-align: center;
}

.currency-decimal {
  position: relative;
  top: -8px;
  font-size: 0.6em;
  line-height: 0.6em;
}

.benefit-checkmark {
  display: none;
}

.benefit-checkmark.active {
  display: block;
}

.apply-button-container {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-right: 2em;
  padding-left: 2em;
}

.quote-footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.quote-footer-disclosures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quote-footer-disclosure-text {
  width: 90%;
  padding-left: 2em;
}

.quote-footer-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.plan-premium-2 {
  position: relative;
  padding: 0.5em 1em;
  background-color: #eaeaea;
  color: #003a70;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.quote-page-heading-2 {
  color: #003a70;
  font-size: 1.7em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.plan-2 {
  position: relative;
  width: 30%;
  margin-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
}

.more-plans-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3c8685;
  text-align: center;
  text-decoration: none;
}

.more-plans-2:hover {
  color: #224e4e;
}

.popular-bottom-right {
  width: 50%;
}

.plan-covers-heading-2 {
  padding: 1em;
  color: #003a70;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.app-button-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  padding: 0.5em 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #448182;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #448182;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.app-button-secondary:hover {
  background-color: #448182;
  color: #fff;
}

.app-button-secondary.save-button {
  min-width: 450px;
}

.popular-banner-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.apply-button-2 {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5em 1em;
  background-color: #3c8685;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.apply-button-2:hover {
  background-color: #275858;
  color: #fff;
  text-decoration: none;
}

.popular-banner {
  position: absolute;
  left: auto;
  top: -1%;
  right: 5%;
  bottom: auto;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
  text-align: center;
  text-transform: uppercase;
}

.benefit-text-2 {
  width: 80%;
  padding-left: 1em;
  line-height: 1.6em;
}

.popular-bottom-left {
  width: 50%;
}

.buttons-left {
  width: 45%;
}

.app-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 4em 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app-content.quote-results {
  max-width: 1600px;
}

.compare-container-2 {
  margin-top: 2em;
  padding: 0.25em 0.5em;
  background-color: #165184;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.plan-covers-heading-3 {
  padding: 1em;
  color: #003a70;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.more-plans-text-2 {
  margin-top: 2em;
  font-size: 1.7em;
  line-height: 1.5em;
  font-weight: 700;
}

.popular-text {
  width: 100px;
  padding: 3em 1em;
  background-color: #448182;
}

.plan-name-2 {
  padding: 0.5em 1em;
  background-color: #003a70;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.5em;
  text-align: center;
}

.html-embed-2 {
  height: 40px;
}

.plan-name-3 {
  padding: 0.5em 1em;
  background-color: #003a70;
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
}

.benefit-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #b4b4b4;
  font-style: italic;
}

.benefit-2.active {
  color: #003a70;
  font-style: normal;
  font-weight: 700;
}

.more-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-top: 0.5em;
  margin-right: auto;
  margin-left: auto;
  padding: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3c8685;
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
}

.app-buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-page-top {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003a70;
  color: #fff;
}

.page-top-logo-container {
  width: 50%;
}

.page-top-tfn {
  width: 50%;
  font-size: 1.3em;
  text-align: right;
}

.page-top-tfn-link {
  margin-left: 1em;
  color: #fff;
  text-decoration: none;
}

.page-top-tfn-link:hover {
  color: #fff;
  text-decoration: underline;
}

.section-company-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #003a70;
  line-height: 2em;
  text-align: center;
}

.app-product-text {
  font-size: 1.7em;
}

.app-uw-text {
  font-size: 1.3em;
}

.app-company-text {
  font-size: 2em;
  font-weight: 700;
}

.section-app-content {
  background-color: #fff;
}

.buttons-right {
  width: 45%;
}

.app-button-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  padding: 0.5em 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #448182;
  background-color: #448182;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.app-button-primary:hover {
  background-color: #fff;
  color: #448182;
}

.section-app-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7efef;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(0, #e7efef));
  background-image: linear-gradient(180deg, #fff 20%, #e7efef 0);
  color: #003a70;
}

.doctor-glasses-container {
  width: 30%;
}

.doctor-glasses-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 4em;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.information-icon {
  width: 75px;
}

.information-text {
  margin-top: 0.5em;
  font-size: 2em;
  line-height: 1.3em;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #003a70;
  color: #fff;
}

.copyright-text-2 {
  margin-bottom: 2em;
  text-align: center;
}

.app-progress-circle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #000;
  border-radius: 50%;
  background-color: #003a70;
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
}

.app-progress-circle.active {
  background-color: #448182;
}

.app-into-col-right {
  padding-left: 2em;
}

.app-progress-line {
  position: absolute;
  top: 35%;
  z-index: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}

.app-progress-tracker {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app-intro-2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.save-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.medicare-id-card-image {
  width: 150px;
}

.app-form-content {
  margin-top: 4em;
}

.app-shaded-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  padding: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eaeaea;
  color: #003a70;
  font-size: 1.7em;
  font-weight: 700;
  text-align: center;
}

.app-progress-step-number {
  margin-top: 0.5em;
}

.app-progress-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-bottom-tfn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-bottom-tfn-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-bottom-info-icon {
  width: 75px;
}

.app-bottom-info-text {
  margin-left: 1em;
  font-size: 1.5em;
  line-height: 1.3em;
}

.app-bottom-image-container {
  width: 30%;
}

.hero-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0.5em 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #448182;
  background-color: #448182;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color:#fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.hero-button:hover {
  background-color: #fff;
  color: #448182;
}

.hero-form-col {
  width: 50%;
  padding-left: 1em;
}

.hero-form-colL {
    width: 20%;
    padding-left: 1em;
}

.hero-form-colR {
    width: 80%;
   
}

.hero-form-colLtop {
    width: 60%;
}

.hero-form-colRtop {
    width: 40%;
}

.hero-form-col.first {
  padding-left: 0em;
}

.hero-form-col.first.secure-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.hero-form-colRtop.first.secure-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.hero-form-col.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-text-field {
  height: 50px;
  margin-bottom: 0px;
  padding: 0.5em 1em;
}

.lock-icon {
  height: 16px;
}

.text-block-2 {
  margin-left: 0.25em;
}

.form-block-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-block-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.hero-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1em;

}

.hero-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


@media screen and (min-width: 1280px) {
  .section-company-info {
    background-color: #fff;
  }

  .section-app-content {
    background-color: #fff;
  }

  .section-footer {
    background-color: #003a70;
    color: #fff;
  }
  
}
@media screen and (max-width: 1170px) {
    .hero-main-heading {
        font-size: 2em;
    }
    .hero-subheading {
        font-size: 1em;
        line-height: 1.5em;
    }
}

@media screen and (max-width: 991px) {
  .header-top {
    padding-right: 1em;
    padding-left: 1em;
  }

  .header-container {
    padding-right: 0em;
    padding-left: 0em;
  }

  .header-tfn {
    font-size: 1.3em;
  }

  .tfn-link {
    margin-left: 0.25em;
  }

  .logo-image {
    width: 350px;
  }

  .hero {
    padding-top: 2em;
    padding-bottom: 0em;
  
    background-color: #fff;
    background-image: none;
    background-size: auto;
  }

  .hero-content-container {
    width: 100%;
    display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
     height:100%;
      margin-top: 1em;
     
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }
    .hero-main {
        display: none;
    }
    .hero-content-top {
        background-color: #ffffff;
        margin-top:0px;
        padding-top:10px;
    }

    .product-title {
        text-align: center;
    }

  .underwritten-by {
    margin-top: 0.5em;
    text-align: center;
  }

  .company-name {
    text-align: center;
  }
 .company-name-small {
    text-align: center;
  }
.company-name-medium {
    text-align: center;
}
 .company-tiny{
      text-align: center;
 }

  .hero-content-top {
   
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #003a70;
    text-align: center;
  }

  .hero-link:hover {
    color: #000;
  }

  .hero-content-main {
    padding: 2em;
    background-color: #3b4e67;
    color: #fff;
   
  }

  .hero-main-heading {
    font-size: 3em;
  }

  .checkmark {
    font-size: 1.3em;
  }

  .checkmark-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checkmark-content {
    font-size: 1.7em;
  }

  .body-content-container {
    padding-right: 2em;
    padding-left: 2em;
  }

  .body-text-block {
    margin-top: 2em;
    font-size: 1.5em;
  }

  .shaded-block {
    margin-top: 2em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5em;
  }

  .bottom-doctor-container {
    padding-top: 2em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .bottom-doctor-text {
    width: 100%;
    padding-right: 0em;
    padding-left: 0em;
    font-size: 1.5em;
  }

  .bottom-doctor-image-container {
    display: none;
  }

  .footer-container {
    padding-right: 2em;
    padding-left: 2em;
    font-size: 0.9em;
  }

  .copyright-text {
    text-align: center;
  }

  .change-state-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .app-footer {
    height: 300px;
  }

  .app-footer-icon {
    width: 65px;
  }

  .ooc-age-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ooc-container {
    font-size: 1em;
  }

  .age-container {
    margin-top: 1em;
    font-size: 1em;
  }

  .plans-container {
    margin-top: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote-page-heading-2 {
    font-size: 1.7em;
  }

  .plan-2 {
    width: 100%;
    margin-top: 2em;
  }

  .plan-covers-heading-2 {
    font-size: 1.3em;
  }

  .app-button-secondary.save-button {
    min-width: 100%;
  }

  .popular-banner {
    right: 2%;
  }

  .buttons-left {
    width: 100%;
    margin-top: 2em;
  }

  .plan-name-3 {
    font-size: 1.7em;
  }

  .app-buttons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-page-top {
    padding-right: 1em;
    padding-left: 1em;
  }

  .page-top-logo {
    max-width: 250px;
  }

  .page-top-tfn {
    font-size: 1em;
  }

  .page-top-tfn-link {
    margin-left: 0.5em;
  }

  .app-product-text {
    font-size: 1.5em;
  }

  .app-uw-text {
    font-size: 1.1em;
  }

  .app-company-text {
    font-size: 1.7em;
  }

  .buttons-right {
    width: 100%;
  }

  .section-app-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), color-stop(0, #e7efef));
    background-image: linear-gradient(180deg, #fff 10%, #e7efef 0);
  }

  .doctor-glasses-text {
    margin-top: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .information-icon {
    width: 50px;
  }

  .information-text {
    margin-top: 0.5em;
    font-size: 1.5em;
  }

  .section-footer {
    font-size: 14px;
  }

  .copyright-text-2 {
    text-align: left;
  }

  .app-progress-circle {
    width: 35px;
    height: 35px;
    padding: 1em;
  }

  .app-progress-line {
    top: 30%;
  }

  .app-shaded-box {
    padding: 1em;
    font-size: 1.5em;
  }

  .app-bottom-tfn-container {
    padding-right: 2em;
    padding-left: 2em;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .app-bottom-tfn-col {
    padding-bottom: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .app-bottom-info-icon {
    width: 50px;
  }

  .app-bottom-info-text {
    font-size: 1.3em;
  }

  .hero-form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header-tfn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.1em;
  }

  .logo-image {
    width: 300px;
  }

  .product-title {
    font-size: 1.5em;
  }

  .underwritten-by {
    margin-top: 0.5em;
    font-size: 1.1em;
  }

  .company-name {
    font-size: 1.7em;
  }
  .company-name-small {
        font-size: .9em;
  }
    .company-name-medium {
        font-size: 1.3em;
    }



  .hero-main-heading {
    font-size: 2.5em;
  }

  .hero-subheading {
    font-size: 1.3em;
  }

  .checkmark-content {
    font-size: 1.3em;
  }

  .form-content {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .product-name {
    font-size: 1.5em;
    text-align: center;
  }

  .underwriting-heading {
    text-align: center;
  }

  .company {
    font-size: 1.5em;
    text-align: center;
  }

  .app-footer {
    height: 250px;
    margin-top: 4em;
  }

  .app-footer-icon {
    width: 50px;
  }

  .quote-footer-disclosures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote-footer-disclosure-text {
    width: 100%;
    margin-top: 1em;
    padding-left: 0em;
  }

  .quote-footer-icon-container {
    width: 100%;
  }

  .quote-page-heading-2 {
    font-size: 1.5em;
  }

  .more-plans-text-2 {
    font-size: 1.5em;
  }

  .plan-name-2 {
    font-size: 1.5em;
  }

  .more-button-2 {
    width: 50px;
    height: 50px;
    font-size: 1.7em;
  }

  .page-top-logo {
    max-width: 200px;
  }

  .page-top-tfn {
    font-size: 0.9em;
  }

  .page-top-tfn-link {
    margin-left: 0.25em;
  }

  .app-product-text {
    font-size: 1.3em;
  }

  .app-uw-text {
    font-size: 1em;
  }

  .app-company-text {
    font-size: 1.5em;
  }

  .doctor-glasses-text {
    margin-top: 1em;
    padding: 0em 2em 0em 1em;
  }

  .information-icon {
    width: 35px;
  }

  .information-text {
    margin-top: 0.25em;
    font-size: 1.3em;
  }

  .medicare-id-card-image {
    width: 250px;
  }

  .app-shaded-box {
    font-size: 1.3em;
  }

  .app-progress-step-number {
    font-size: 16px;
  }

  .app-bottom-tfn-container {
    padding-top: 2em;
    padding-right: 1em;
    padding-left: 1em;
  }

  .app-bottom-info-text {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 479px) {
  .header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-tfn {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-image {
    width: 100%;
  }

  .hero {
    padding-top: 1em;
  }

  .product-title {
    font-size: 1.3em;
  }

  .underwritten-by {
    margin-top: 0.5em;
  }

  .company-name {
    font-size: 1.5em;
  }

  .hero-content-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-content-main {
    padding-right: 1em;
    padding-left: 1em;
  }

  .hero-main-heading {
    font-size: 1.7em;
    line-height: 1em;
  }

  .hero-subheading {
    margin-top: 0.5em;
    line-height: 1.3em;
  }

  .body-content-container {
    margin-top: 2em;
  }

  .body-text-block {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .shaded-block {
    padding: 2em 1em;
    border-radius: 16px;
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .bottom-doctor-text {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .change-state-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-content {
    padding-right: 1em;
    padding-left: 1em;
  }

  .product-name {
    font-size: 1.3em;
  }

  .company {
    font-size: 1.3em;
  }

  .app-footer {
    height: 200px;
    margin-top: 0em;
  }

  .ooc-age-content {
    text-align: center;
  }

  .benefit {
    font-size: 1em;
  }

  .plan-premium-2 {
    font-size: 1.5em;
  }

  .quote-page-heading-2 {
    font-size: 1.3em;
  }

  .plan-covers-heading-2 {
    font-size: 1.1em;
  }

  .app-button-secondary {
    font-size: 1.1em;
  }

  .popular-banner {
    display: none;
  }

  .benefit-text-2 {
    font-size: 1em;
    line-height: 1.3em;
  }

  .buttons-left {
    margin-top: 1em;
  }

  .app-content {
    padding: 2em 1em;
  }

  .plan-covers-heading-3 {
    font-size: 1.1em;
  }

  .more-plans-text-2 {
    font-size: 1.3em;
  }

  .plan-name-2 {
    font-size: 1.3em;
  }

  .plan-name-3 {
    font-size: 1.5em;
  }

  .section-page-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-top-logo-container {
    width: 100%;
    text-align: center;
  }

  .page-top-tfn {
    width: 100%;
    text-align: center;
  }

  .section-company-info {
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
    line-height: 1.6em;
  }

  .app-product-text {
    font-size: 1.1em;
  }

  .app-company-text {
    font-size: 1.3em;
  }

  .app-button-primary {
    font-size: 1.1em;
  }

  .section-app-bottom {
    padding: 2em 1em;
    background-image: none;
  }

  .doctor-glasses-container {
    display: none;
  }

  .doctor-glasses-text {
    width: 100%;
    margin-top: 0em;
    padding-right: 0em;
    padding-left: 0em;
  }

  .information-text {
    font-size: 1.1em;
  }

  .app-progress-circle {
    padding: 0.5em;
    font-size: 1em;
  }

  .app-into-col-right {
    margin-top: 1em;
    padding-left: 0em;
  }

  .app-progress-line {
    top: 50%;
  }

  .app-intro-2-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .save-button-container {
    margin-top: 1em;
  }

  .medicare-id-card-image {
    width: 100px;
  }

  .app-progress-step-number {
    display: none;
  }

  .app-bottom-tfn-container {
    padding-top: 0em;
  }

  .app-bottom-tfn-col {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .app-bottom-image-container {
    display: none;
  }

  .hero-button {
    width: 100%;
  }

  .hero-form-col {
    width: 100%;
    margin-top: 1em;
    padding-left: 0em;
  }
    .hero-form-colL {
        width: 0%;
       
    }
    .hero-form-colR {
        width: 100%;
        padding-left: 0em;
    }

    .hero-form-colLtop {
        width: 100%;
    }
    .hero-form-colRtop {
        width: 100%;
    }

  .hero-form-col.first.secure-text {
    margin-top: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

    .hero-form-colRtop.first.secure-text {
        color:#003a70;
        margin-top: 1em;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

  .hero-form-row {
    margin-top: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-form-row.controls {
    margin-top: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@font-face {
  font-family: 'Sofiapro webfont';
  src: url('../fonts/sofiapro-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofiapro webfont';
  src: url('../fonts/sofiapro-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}