/*********************************/
/**                             **/
/**         Base Styles         **/
/**                             **/
/*********************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
html, body  {
  color: #213367;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  word-break: break-word;
  letter-spacing: -0.3px;
  background-color:#ffffff;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, button, select, input[type="submit"] {
 cursor: pointer;
}
.block { 
 display:block; 
}
h1 {font-size: 2.3rem;
 font-weight: 600;
 letter-spacing: -0.6px;
 line-height: 1.1em;
}
h2 {
 font-size: 2.0rem;
 font-weight: 600;
 letter-spacing: -.01em;
 line-height: 1.2em;
}
h3 {
 font-size: 1.8rem;
}
.tooltip-inner { 
  max-width:150px;
  background-color:#000;
  color:#fff;
  padding:3px 8px;
  text-align:left;
}
.bioplus-green { 
  background-color:#78AA42 !important; 
}
.bioplus-ltblue { 
  background-color:#196BB5 !important; 
}

/*********************************/
/**                             **/
/**       Header / Footer       **/
/**                             **/
/*********************************/

.navbar { 
  background-color:#f3f5fc;
  border-radius: 0;
  height: 85px;
  margin-bottom: 0;
}
.navbar-brand { padding:0; }
.navbar-brand>img {
  width: 140px;
  margin: 10px 15px;
  padding: 0;
  display: block;
}
footer { 
  margin-top: 5px;
  margin-bottom: 5px;
}
footer .row {
  margin-right:15px;
  margin-left:15px;
}
footer a {
  text-decoration: none;
  color: #213367;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
}
footer .copyright {
  float: right;
  color: #213367;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
}

/*********************************/
/**                             **/
/**         Form Styles         **/
/**                             **/
/*********************************/

.form-container { 
  background-color:#e9efd9;
  padding:30px; 
}      
#eligibilityForm label { 
  font-family: Montserrat;
  font-size: 16px; 
  color: #000000;
  font-weight: 500;
  margin-bottom: 1px !important;
}
#eligibilityForm .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  letter-spacing: 0.01em;
  background-color: #ffffff !important;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
#eligibilityForm .col-sm-7 {
  padding-left:0;
  padding-right:60px;
}
#eligibilityForm .col-sm-5 {
  padding-left:0;
  padding-right:0;
}
.legalese, .statement {
  font-size: 10pt;
  color: #0b5394;
  font-weight: 400;
}
.legalese { 
  margin-bottom:0; 
}
.statement {
  margin-bottom:20px; 
} 
.btn-submit {
  display: block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: .5rem 0 .4rem 0;
  font-size: 16px !important;
  width: 100% !important;
  border-radius: 2pc;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #196BB5;
  color: #ffffff;
  border: 0;
}
input:-internal-autofill-selected {
  background-color:#ffffff !important;
}

/*** Validation error styles ***/
.error-text { 
  color: #a94442 !important; 
}
.help-block {
  margin-top: 1px;
  margin-bottom: 0;
  line-height: 1.4em;
  color: #a94442;
}
.has-error { 
  border-color: #a94442 !important; 
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
}

/*********************************/
/**                             **/
/**        Landing Page         **/
/**                             **/
/*********************************/

.hero { padding:45px 0; }
.hero h1 {
  margin-top:0;
  margin-bottom:25px;
}
.hero h1 span { 
 font-weight:700; 
}
.hero .col-sm-7 { 
 padding-right: 35px; 
}
.hero .col-sm-7 p:not(.subhead-cta) {
  font-weight: 500;
  font-size: 22px;
}
.hero .col-sm-7 p span { 
  font-weight:700; 
}
.hero .col-sm-7 img { 
  padding-bottom:20px; 
}
.subhead-cta {
  font-weight:600;
  font-size: 22px;
  margin-top:30px;
  margin-bottom:30px;
  color: #78AA42;
}
.quote { 
  text-align:center; 
  font-size:18px; 
  font-weight:500; 
}
.quote span { 
  font-weight:600; 
}
.patient-name { 
  margin-top:15px;
  font-size:18px; 
}
.below-fold { 
  background-color:#f3f5fc;
  padding-bottom:60px;
  padding-top:60px;
}
.below-fold h2 {
  margin-top:0;
  text-align: center;
  margin-bottom:40px;
}
.below-fold h2 span {
  color: #78AA42;
}
.below-fold > .container > .row > p { 
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.2em;
  text-align: center;
  margin-bottom:50px;
}
/*****  Reviews  *****/
table { 
  width:100%; 
}
table tr:last-child>td { 
  padding-top:7px; 
}
table td.profile { 
  width: 52px; 
}
table td.profile img {
  max-width:50px;
}
table td.glogo img {
  max-width: 35px;
  text-align: right;
}
table td.glogo { 
  vertical-align: top; 
  width: 36px;
}
table td.name {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.03em;
}
table .name > span {
  font-size: 16px;
  font-weight: 400;
}
.panel-default>.panel-heading {
  background-color: #ffffff;
  border: none;
}
.panel { 
  margin-bottom: 40px; 
}
.panel-heading { 
  padding-bottom:10px; 
}
.panel-body { 
  height: 240px;
  padding-top:0; 
}
.panel-body p { 
  margin:0;
}
.fa-star {
  color: #f8b703;
  display: inline-block;
  font-size: 14px;
  margin-right: -2.5px;
}
/*****  Accreditation  *****/
.trusted-logos.container { 
  margin-left:-15px;
  margin-right:-15px; 
}
.trusted-header, .trusted-logos > .row {
  background-color:#ffffff;
  margin-left:0;
  margin-right:0;
}
.trusted-logos > .row { 
  padding-bottom: 35px; 
}
.trusted-header h3 {
  text-align: center;
  margin:0;
  padding:30px 0;
}
.trusted-logos > .row  > div:nth-child(1) img {
  width:95px;
  display:block;
  margin-left:auto;
}
.trusted-logos > .row  > div:nth-child(2) img {
  width:95px;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.trusted-logos > .row  > div:nth-child(3) img {
  width:90px;
  display:block;
  margin-top: 8px;
  margin-left:auto;
  margin-right:auto;
}
.trusted-logos > .row  > div:nth-child(4) img {
  width:145px;
  display:block;
  margin-top: 24px;
  margin-right:auto;
}

/*********************************/
/**                             **/
/**        Eligible Page        **/
/**                             **/
/*********************************/

.jumbotron { 
  background-color: #ffffff; 
  margin-bottom:0;
  padding-top:70px;
  padding-bottom:70px;
}
.jumbotron h1 {
  letter-spacing: -0.6px;
  line-height: 0.6em;
  margin-top:0;
  margin-bottom:0;
  text-align:center;
}
.jumbotron h1 .congrats { 
  font-size: 2.3rem;
  font-weight: 600;
}
.jumbotron h1 .costs { 
  font-weight:500; 
  font-size: 2.0rem;
}
.jumbotron img { 
  display:block;
  margin:45px auto;
  width:110px; 
}
.jumbotron p {
  font-size: 22px;
  font-weight: 500;
  text-align:center;
  width:700px;
  margin-left:auto;
  margin-right:auto;
}
.jumbotron p span {
  font-weight:600;
  color:#196BB5;
}
.msfn { 
  text-align:center;
  padding: 45px 0 45px 0; 
}
.msfn h2 { 
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.2em;
  color:#ffffff;
  margin-top:0;
  margin-bottom:0;
}
.msfn img { 
  width:185px;
  display:block;
  margin:25px auto; 
}
.msfn p { 
  color:#ffffff;
  font-weight:500;
  font-size:22px;
}
.next-steps { 
  padding-top:50px;
  padding-bottom:50px; 
}
.next-steps h2 {
  text-align:center;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.2em;
  margin-bottom:30px;
}
.timeline:before {
  background: #e0e0e0;
  content: "";
  height: 595px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 4px;
}
.timeline {
  color: #fff;
  margin: 0 auto;
  padding-left: 4rem;
  padding-top: 0;
  position: relative;
  width: 700px;
}
.timeline .timeline-container {
  margin-bottom: 1.3rem;
  position: relative;
}
.timeline .timeline-icon i {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline .timeline-icon {
  background: #e0e0e0;
  border-radius: 50%;
  font-size: 2.2rem;
  height: 60px;
  left: -93px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 60px;
}
.timeline .timeline-body:before {
  background: inherit;
  border-bottom: 2px solid #e0e0e0;
  border-left: 2px solid #e0e0e0;
  border-radius: 0 0 0 2px;
  content: "";
  display: block;
  height: 20px;
  left: -10px;
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
}
.timeline .timeline-body {
  background: #f4f4f4;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  padding: 20px 20px 25px;
}
.timeline .timeline-body h3 {
  color: #78aa42;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px 0;
  text-align: center;
}
.timeline p {
  color: #213367;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}
        
/*********************************/
/**                             **/
/**       Ineligible Page       **/
/**                             **/
/*********************************/
.jumbotron h1 .thanks { 
  font-size: 2.3rem;
  font-weight: 600;
}
.jumbotron h1 .sorry { 
  font-size: 2.0rem;
  font-weight:500;   
}
.explain { 
  background-color:#196BB5;
  text-align:center;
  padding: 75px 20px; 
}
.explain img { 
  width:45px; 
}
.explain p { 
  color:#ffffff;
  font-weight:500;
  font-size:22px;
  margin-bottom:25px;
}
.explain p:last-child {
  margin-top:60px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  /*********************************/
  /**                             **/
  /**        Landing Page         **/
  /**                             **/
  /*********************************/
  .panel-body { height: 280px; }
  .hero { padding: 40px 0; }
  #eligibilityForm .col-sm-7 { padding-right:15px; }
}

@media (max-width: 990px) {
  h1 { font-size: 2.1rem; }
  h3 { font-size: 1.7rem; }

  /*********************************/
  /**                             **/
  /**        Landing Page         **/
  /**                             **/
  /*********************************/
  .form-container { padding: 10px 15px; }
  .panel-body { height: auto; }
  .trusted-logos div:nth-child(1) img { width:85px;margin-left:auto;margin-right:auto; }
  .trusted-logos div:nth-child(2) img { width:85px; }
  .trusted-logos div:nth-child(3) img { width:80px; }
  .trusted-logos div:nth-child(4) img { width:130px;margin-left:auto;margin-right:auto; }
  .trusted-header h3 { font-size: 1.7rem; }
  #eligibilityForm .col-sm-5 { padding-left:0;padding-right:0; }
  #eligibilityForm .col-sm-7 { padding-right:10px; }
  #eligibilityForm .form-control { padding:6px; }

  /*********************************/
  /**                             **/
  /**        Eligible Page        **/
  /**                             **/
  /*********************************/
  .jumbotron h1 .congrats { font-size: 2.1rem; }
  .jumbotron h1 .costs { font-size: 1.8rem; }
  .jumbotron h1 { line-height: 0.4em; }
  .costs { display:inline !important; }
  .timeline { margin:0 0 0 35px; padding-right:4em; width: 100%; }
  .timeline .timeline-body h3 { font-weight: 600; }
  .jumbotron p {width:100%;}

  /*********************************/
  /**                             **/
  /**       Ineligible Page       **/
  /**                             **/
  /*********************************/
  .jumbotron h1 .thanks { font-size: 2.1rem; }
  .jumbotron h1 .sorry { font-size: 1.8rem; }
  .sorry { display:inline !important; }
}

@media (max-width: 768px) {
  h2 { font-size: 1.7rem; }
  .navbar { height: 80px; }
  .navbar-brand>img { width: 125px; }

  /*********************************/
  /**                             **/
  /**        Landing Page         **/
  /**                             **/
  /*********************************/
  .hero .col-sm-5 { padding-left:15px; }
  .hero { padding:25px 15px; }
  .hero .col-sm-7 p span.block { display:inline; }
  .hero .col-sm-7 { padding-bottom:25px;padding-right: 15px; } 
  .below-fold { padding-bottom:30px;padding-top:30px; }
  .below-fold > .container > .row { margin-left:15px; margin-right:15px; }
  .below-fold > .container > .row > p { font-size: 20px;margin-bottom: 30px; }
  table td.profile { width: 62px; }
  .trusted-header h3 { font-size: 1.6rem; }
  .trusted-logos img { margin-bottom:30px; }
  .trusted-header, .trusted-logos > .row { margin-left: 30px;margin-right: 30px; }
   #eligibilityForm .col-sm-7 { padding-bottom:0; }
   #eligibilityForm .col-sm-7 { padding-right:0; }
  .container > .navbar-header { margin-right:0;margin-left:0; }
  .form-container { padding:7%; }

  /*********************************/
  /**                             **/
  /**        Eligible Page        **/
  /**                             **/
  /*********************************/
  .jumbotron { padding-top:60px;padding-bottom:60px; }
  .jumbotron h1 { line-height: 0.8em; }
  .jumbotron img { margin: 35px auto;width: 100px; }
  .jumbotron p { font-size: 20px;width:100%; }
  .msfn h2 { font-size: 1.7rem; }
  .msfn p { margin-bottom:0; }
  .timeline p { font-size: 16px;font-weight: 500;line-height: 1.3;margin-top: 10px; }
  .timeline .timeline-icon {border-radius: 50%;font-size: 1.7rem;height: 50px;left: -87px;width: 50px;}
  .timeline:before { height:512px; }
  .timeline { margin: 0 0 0 50px; }

  /*********************************/
  /**                             **/
  /**       Ineligible Page       **/
  /**                             **/
  /*********************************/
  .explain p { font-size:20px; }
  .jumbotron h1 .block:not(.sorry) { display:inline !important; }
  .explain p .block { display:inline !important; }
  .explain.row { margin-left:0;margin-right:0;padding:45px 20px; }
  .explain p:last-child { margin-top: 35px; }
}
@media (max-width: 700px) { .timeline:before { height:555px; } }
@media (max-width: 580px) {
   h1 { font-size: 1.7rem; }
   h2 { font-size: 1.4rem; line-height:1.12em; }
  .navbar-brand>img { width:105px;margin:7px 0; }
  .navbar { height: 65px; }
  footer .copyright { float:none;display:block; }
  footer > .container > .row { text-align:center; }
  
  /*********************************/
  /**                             **/
  /**        Landing Page         **/
  /**                             **/
  /*********************************/
  .row.hero { margin-right:-10px;margin-left:-10px; }
  .hero { padding:20px 0; }
  .hero .col-sm-7 { padding-bottom:20px; }
  .hero .col-sm-7 p:not(.subhead-cta) {font-size: 18px;}
  .hero .col-sm-5 { padding-left:5px;padding-right:5px; }
  .hero h1 { margin-bottom:20px; }
  .hero .col-sm-7 img { padding-bottom:12px; }
  .quote { font-size:17px; }
  .patient-name { margin-top:10px;font-size:17px; }
  .form-container { padding:5%; }
  .below-fold { padding-bottom:20px; }
  .below-fold .col-sm-3 { padding-right:0;padding-left:0; }
  .below-fold h2 { margin-bottom:25px; }
  .below-fold > .container > .row > p { font-size: 1.3rem;margin-bottom: 20px; }
  .below-fold .col-md-4 { padding-left:0;padding-right:0; }
  .trusted-header, .trusted-logos > .row { margin-left:15px;margin-right:15px; }
  .trusted-header h3 { font-size: 1.5rem; }
  .trusted-logos > .row { padding-bottom: 10px; }
  .panel { margin-bottom:15px; }
  .subhead-cta { margin-top:15px;margin-bottom:15px;font-weight:700;font-size:18px; }

  /*********************************/
  /**                             **/
  /**        Eligible Page        **/
  /**                             **/
  /*********************************/
  .jumbotron { padding-top:40px;padding-bottom:40px; }
  .jumbotron h1 .congrats { font-size: 1.7rem; }
  .jumbotron h1 .costs { font-size: 1.4rem; }
  .jumbotron h1 { line-height: 0.95em;}
  .jumbotron img { margin: 30px auto;width: 85px; }
  .jumbotron p { font-size: 18px;line-height:1.3; }
  .timeline:before { height:574px; }
  .msfn h2 { font-size: 1.4rem; }
  .msfn img { width:155px; }
  .next-steps h2 { font-size:1.6rem; }
  .next-steps { padding-top:25px;padding-bottom:25px; }

  /*********************************/
  /**                             **/
  /**       Ineligible Page       **/
  /**                             **/
  /*********************************/
  .explain p { font-size:18px;line-height:1.3; }
  .jumbotron h1 .thanks { font-size: 1.7rem; }
  .jumbotron h1 .sorry { font-size: 1.4rem; }
}