﻿.c-hero {
    height: 540px !important;
}

.banner-form {
    position: absolute;
    right: 20%;
    top: 30px;
    vertical-align: top;
}

h1 {
    width: 200px;
    color: white;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin-right: 40px;
    line-height: 45px;
}

.landing-page-form {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 250px;
    color: white;
    margin-top: 10px;
}

.form-instructions {
    margin-top: 15px;
    line-height: 18px;
}

.c-form__field {
    margin-bottom: 20px !important;
}

.c-form-submit {
    text-align: center !important;
}

.banner-footer {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner-footer h2 {
    margin-bottom: 10px;
    font-size: 33px;
}

.intro-container {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.intro {
    text-align: center;
    max-width: 700px;
    display: inline-block;
    font-size: 16px;
}

hr {
    height: 10px;
    background-color: #00819e;
}

.landing-page-content-heading {
    max-width: 300px;
    margin-bottom: 20px;
}
.landing-page-content-heading h2 {
    font-size: 30px;
}

.landing-page-content p {
    font-size: 14px;
}

.o-grid__item {
    padding-right: 20px;
}

@@media (max-width: 900px) {
     .c-hero {
         height: inherit !important;
         overflow-y: auto;
     }
 }

@@media (max-width: 850px) {
     .c-hero {
         height: inherit !important;
         overflow-y: auto;
     }

     h1 {
         color: black;
         text-align: left;
     }

     .banner-form, .banner-footer {
         position: inherit;
     }

     .banner-form {
         left: 10px;
         margin-top: -100px;
     }

     .landing-page-form {
         color: black !important;
     }

 }

@@media (max-width: 760px) {
     .banner-form {
         left: 10px;
         margin-top: 0;
     }
 }

@@media (max-width: 560px) {
     .c-hero {
         height: inherit !important;
         overflow-y: auto;
     }

     h1 {
         color: black;
         width: 90%;
         text-align: left;
     }

     .banner-form, .banner-footer {
         position: inherit;  
     }

     .banner-footer {
         margin-top: 0;
     }

     .banner-form {
         left: 10px;
     }

     .landing-page-form {
         color: black !important;
     }

 }

.landing-page-form {
    position: relative;
}

.landing-page-form .c-form__error, .field-validation-error span {
    font-size: 10px;
    color: black;
}

.o-btn {
    background: #00819E !important;
    border: none !important;
    padding: 12px 20px !important;
    height: inherit;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    line-height: 8px !important;
}

.landing-page-validation-summary {
    position: absolute;
    bottom: 80px;
    background-color: rgba(255,255,255,1.0);
    color: black;
    width: 250px;
}