
/* Styles for Header Section */

.hero-container {
    display: flex;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 3%;
    padding-bottom: 5%;
    background: #071D49;
}
.hero-content{
    flex: 62%;
    /* float: left;
    width: 50%; */
    /* padding-left: 10%; */
    /* padding-right: 21%; */
}
.side-content{
    position:relative;
    display: inline-block;
    padding-top: 5%;
    flex: 50%;
    margin-left: 10%;
}
.hero-image{
    display: block;
    max-width: 100%;
    height: auto;
}
.hero-image-paragraph, .mid-image-paragraph{
    font-size: 12px;
    font-family: 'foundersgrotesk-light';
    color: #f2f2f2;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 16px;
}
.mid-image-paragraph {
    color: #071D49;
    margin-top: 8px;
}
.hero-title{
    font-family: 'saolstandard-light';
    font-size: 60px;
    font-weight: 300;
    color: #ffffff;
    /* width: 350px; */
    width: 470px;
}
.hero-title sup {
    top: -2.1rem;
}
.hero-title span{
    width: 650px;
    display: block;
    font-family: 'saolstandard-lightitalic';
}
.hero-paragraph{
    font-family: 'foundersgrotesk-light';
    font-size: 19px;
    font-weight: 300;
    color: #ffffff;
    padding-top: 5%;
    padding-bottom: 20%;
    width: 384px;
}
.hero-paragraph sup {
    font-size: 8px;
}

.hero-paragraph sup.numeric {
    font-size: 10px;
}
.hero-paragraph sup.dagger-sup {
    font-size: 18px;
    font-weight: 400;
    top: -0.1rem;
}
.sign-up-cta{
    display: flex;
    align-items: center;
}
.signup-button{
    width: 145px;
    height: 50px;
    background: #ffffff;
    border-radius: 25px;
    cursor: pointer;
}
.signup-button span{
    top: 15px;
    position: relative;
    /* left: 25%; */
    left: 12%;
    font-family: 'foundersgrotesk-light';
    color: #071D49;
 
}
#signup-rule{
    margin-right: 3%;
    flex: 50%;
    background: #FFF;
    margin-top: 12px;
}
p.mlr-review-date {
    margin-bottom: 0;
    font-size: 12px;
    color: #f1f1f1;
    font-family: 'foundersgrotesk-light';
}
/* End of Styles for Header Section */


/* Styles for Mid Section */
.mid-section{
    display: flex;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.signup-content{
    flex: 50%;
    /* padding: 10%; */
    /* padding-top: 4%; */
}
.mid-title{
    font-family: 'saolstandard-light';
    font-size: 47px;
    font-weight: 300;
    color: #071D49;
    width: 350px;
}
.mid-paragraph{
    font-family: 'foundersgrotesk-light';
    font-size: 18px;
    font-weight: 300;
    color: #071D49;
    width: 100%;
}
.mid-image-container{
    display: inline-block;
    position:relative;
}
.mid-image{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-top: 32px;
    /* padding-right: 0px; */
}

/* Styles for Sign Up Form */
.signup-form-container {
    background: #071D49;
    flex: 50%;
    /* padding: 5%; */
    padding: 4%;
    /* margin-right: 5%; */
    margin-top: 5%;
    margin-left: 5%;
    /* margin-bottom: 10%; */
}

input[type=text], input[type=password], input[type=email] {
    width: 100%;
    padding: 15px 2px 15px 5px;
    margin: 5px 0 30px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}
  
input[type=text]:focus, input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}
  
label{
      color:#ffffff;
      font-family: 'foundersgrotesk-light';
      font-size: 15px;
      font-weight: 300;
}

input#consent {
    z-index: 11;
    position: relative;
    top: 2px;
}

#consent-message{
    position: relative;
    width: 100%;
    padding-left: 25px;
    font-size: 13px;
    top: -15px;
    z-index: 1;
    text-indent: -8px;
}
.submit-container{
    display: flex;
    align-items: center;
    /* padding-top: 58%; */
    padding-top: 40px;
}
#submit-rule{
    flex: 1;
    height: 0;
    margin-right: 4%;
    background-color: #fff;
    margin-top: 17px;
}
button{
    color: #071D49;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    width:122px;
    height:50px;
    background: #ffffff;
    border-radius: 25px;
    opacity: 0.9;
    /* display: block; */
    margin-left: auto;
    margin-right: auto;
}

.submit-button {
    padding: 16px 20px 14px;
}
  
button:hover {
    opacity:1;
  }
/* End of Styles for Mid Section */


/* Styles for Bottom Section */
  .bottom-section{
    max-width: 100%;
    background: #071D49;
    padding-top: 30px;
  }
  .bottom-title{
    font-family: 'saolstandard-light';
    font-size: 45px;
    font-weight: 300;
    color: #ffffff;
    width: 740px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 115%; */
    padding-top: 5%;
  }
  .bottom-title span{
    font-family: 'saolstandard-lightitalic';
  }
  .bottom-subtitle{
    font-family: 'foundersgrotesk-light';
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #ffffff;
    width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
  }
  #bottom-rule1, #bottom-rule2{
      width: 75%;
      margin-bottom: 3%;
      background-color: #fff;
  }
  .bottom-paragraph{
    font-family: 'foundersgrotesk-light';
    font-size: 15px;
    line-height: 18px !important;
    font-weight: 300;
    color: #ffffff;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .bottom-paragraph span{
    font-family: 'foundersgrotesk-light';
    font-weight: 600;
  }
  #bottom-para2{
    line-height: 30px;
  }
  
  #references{
      padding-bottom: 2%;
  }
  #references h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'foundersgrotesk-light';
    margin-bottom: 0;
  }
  #references ol {
      padding-left: 1rem;
  }
  #references ol li {
      padding-left: 5px;
  }
  #footnotes sup.star-sup,
  #footnotes sup.dagger-sup{
    font-size: 14px;
    top: -0.1rem;
    padding-right: 12px;
    left: 2px;
  }
  .footer-section{
      display:flex;
      width: 75%;
    margin: 0 auto;
      padding-bottom: 5%;
  }
  .footer-logo-left{
    padding-top: 4%;
    width: 19%;
    max-width: 273px;
    height: auto;
  }
  .footer-logo-right{
    padding-top: 4%;
    width: 40%;
    max-width: 245px;
    height: auto;
    margin-left: auto;
  }
  sup{
    font-size: 12px;
  }

  .bottom-section sup{
    font-size: 8px;
    top: -0.3rem;
  }

  #hcp-intend-text {
      margin-bottom: 0;
  }

  #bottom-rule2 {
    margin-bottom: 0;
    background-color: #fff;
    margin-top: 60px;
  }

  @media screen and (max-width: 1200px) {
    .hero-title{
        font-size: 36px;
        width: 365px;
    }
    .hero-image-paragraph{
        top: 89%;
        left: 20%;
    }
    .mid-paragraph {
        width: 335px;
    }
    /* .submit-container {
        padding-top: 61%;
    } */
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .mid-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* #consent-message {
        width: 38%;
    } */
    #bottom-rule1, #bottom-rule2, .bottom-paragraph {
        width: 90%;
    }
}

  @media screen and (max-width: 768px) {
    
    .hero-container {
        padding-left: 10%;
        padding-right: 10%;
    }
    .hero-content {
        padding: 30px 15px 0;
    }
    .mid-section{
        padding-left: 10%;
        padding-right: 10%;
    }
    .hero-title{
        font-size: 28px;
    }
    .hero-paragraph{ 
        font-size: 16px;
        width: 289px;
        padding-bottom: 0%;
    }
    .hero-image-paragraph {
        top: 81%;
    }
    .mid-title {
        font-size: 38px;
        width: 270px;
    }
    .mid-paragraph{
      width: 270px;
      font-size: 16px;
    }
    .mid-image-paragraph {
        top: 89%;
        left: 26%;
    }
    #consent-message {
        font-size: 10px;
    }
    .bottom-title {
        font-size: 29px;
        width: 525px;
    }
    .bottom-paragraph {
        font-size: 13px;
    }
    .hero-title sup {
        top: -1.1rem;
        font-size: 10px;
    }
    .hero-paragraph {
        line-height: 1.5rem;
        width: 100% !important;
    }
    .hero-paragraph sup {
        font-size: 7px;
    }
    .hero-paragraph sup.numeric {
        font-size: 8px;
    }
    .sign-up-cta {
        justify-content: center;
    }
    .bottom-section{
        padding-bottom: 25px;
    }
}
  @media screen and (max-width: 700px) {
    .hero-container{   
      flex-direction: column;
      padding:0%;
    }
    .header-logo{
        width: 135px;
    }
    .hero-title{
        width: 100%;
        text-align: center;
        font-size: 35px;
    }
    .hero-title span{
        width: 300px;
    }
    .hero-paragraph{
        width: 90%;
        text-align: center;
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 0%;
        padding-top:0%;
    }
    #signup-rule,#submit-rule{
        display: none;
    }
    .signup-button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .side-content {
        /* margin-right: 15%;
        margin-left: 15%; */
        margin-right: 10%;
        margin-left: 10%;
        margin-bottom: 15%;
    }
    .hero-image-paragraph, .mid-image-paragraph {
        top: 90%;
        font-size: 10px;
        line-height: 12px;
        left: 22%;
    }
    .mid-image-paragraph {
        margin-top: 12px;
    }

    .mid-section {   
        flex-direction: column;
        padding:0%;
      }
     
    .signup-content {   
      padding: 10%;
    }
    .signup-form-container {
        margin:5%;
    }
    .submit-container {
        /* padding-top: 46%; */
        padding-bottom: 5%;
    }
    #consent-message {
        font-size: 10px;
        /* width: 72%; */
    }
    .hero-title span, .mid-title, .mid-paragraph{
        width: 100%;
        text-align: center;
    }

    .bottom-title{
        width: 75%;
        font-size: 17px;
    }
    .bottom-subtitle{
        width: 64%;
        font-size: 11px;
        padding-bottom: 0;
    }
    #bottom-rule1, #bottom-rule2{
        width: 87%;
    }
    #bottom-rule2{
        margin-top: 30px;
    }
    .bottom-paragraph{
        width: 87%;
        font-size: 12px;
        line-height: 15px !important;
    }
    .bottom-section sup {
        font-size: 4px;
        top: -0.25rem;
    }
    #bottom-para2 {
        line-height: 15px;
    }
    .footer-section{
        padding-left: 7%;
        padding-right: 21%;
    }
    .footer-logo-right{
        width: 35%;
        margin-left: 63%;
    }


  }