
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2');
    src: url('../fonts/OpenSans.svg#OpenSans') format('svg'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.woff') format('woff');
}


@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.woff2') format('woff2');
}

@font-face {
    font-family: "OpenSans-Light";
    src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold.woff2') format('woff2');
    src: url('../fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg'), url('../fonts/OpenSans-Extrabold.ttf') format('truetype'), url('../fonts/OpenSans-Extrabold.woff') format('woff');
}


/*Enrollment Page CSS*/

* {
    margin: 0;
    padding: 0;
}

.logo {
    margin: 1.5rem 0 2rem;
}

.row label {
    display: block;
    font-family: 'OpenSans-Regular';
    margin-bottom: 0.1rem;
    font-size: 15px;
    color: #000000;
}

    .row label span {
        color: #E66B1E;
    }

        .row label span a {
            text-decoration: underline;
        }

    .row label i {
        color: #686868;
    }

.row input[type=text], .row input[type=email], .row input[type=password], .row select {
    width: 100%;
    border: 1px solid #707070;
}

.row input::placeholder {
    color: #ccc;
}

.header-text h2 {
    font-size: 34px;
    margin-right: -10px;
}

.header-text hr {
    height: 4px;
    width: 25%;
}

.banner-img {
    height: 100%;
    width: 100%;
    min-height: 450px;
}

.row input.akw[type=checkbox] {
    float: left;
    height: 16px;
    font-size: 16px;
    margin-right: 10px;
}

.button {
    text-align: center;
    border-radius: 4px;
    line-height: 30px;
    padding: 8px 40px;
    border: 0px;
    margin-top: .9rem;
    margin-bottom: 1.5rem;
}

input.button:focus {
    outline: none;
}

.ack-account input[type=text] {
    width: 95%;
    float: left;
}

.ack-account .fa-question-circle {
    float: right;
    font-size: 18px;
    line-height: calc(1.2em + .55rem + 2px);
    height: calc(1.2em + .55rem + 2px);
    text-align: center;
    width: 5%;
    color: #3B3B3B;
}

footer {
    color: #FFFFFF;
    position: fixed;
    background: #4C4C4C;
    width: 100%;
    padding: 6px 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-top: 1rem;
    bottom: 0;
}

.form-control, input[type=text], input[type=email], #coop.form-control {
    height: calc(1.2em + .55rem + 2px);
    padding: .375rem .15rem;
}

select#coop.form-control {
	padding: .05vh .15rem;
}

@media screen and (max-width:1600px) and (min-width:1439px) {
    .form-enroll .form-group {
        margin-bottom: 1%;
    }

    .logo {
        margin: 1rem !important;
    }

    .row .form-group input[type=text], .row .form-group input[type=email], .row .form-group input[type=password], #coop.form-control {
        line-height: 26px;
        height: 26px;
        font-size: 15px;
    }

    .ack-account .fa-question-circle {
        line-height: 26px;
        height: 26px;
    }

    .input-box span.prefix {
        line-height: 26px;
    }
}

@media screen and (max-height: 760px) {
    footer {
        position: static;
    }
}

@media screen and (max-width:820px) and (min-width:651px) {
    .row .header-text h2 {
        font-size: 26px;
    }

    .row .logo {
        margin: .5rem 0 !important;
    }

    .row .form-group input[type=text], .row .form-group input[type=email], .row .form-group input[type=password], #coop.form-control {
        line-height: 24px;
        height: 24px;
        font-size: 14px;
    }

    .ack-account .fa-question-circle {
        line-height: 24px;
        height: 24px;
    }
}

@media screen and (max-width:650px) {
    .button {
        width: 96%;
        margin: .9rem 2% 1rem;
    }

    .row .header-text h2 {
        font-size: 22px;
    }
}

@media screen and (max-width:1438px) and (min-width:1120px) {
    .blue-bg {
        height: 22px !important;
    }

    .row .logo {
        margin: .5rem 0 !important;
    }

    .row .header-text h2 {
        font-size: 24px !important;
    }

    .row .header-text p {
        margin-bottom: .5rem;
    }

    .row .header-text hr {
        margin: .5rem 0 !important;
    }

    .form-enroll .form-group {
        margin-bottom: .3rem;
    }

    .form-enroll .row .form-group label {
        font-size: 14px;
    }

    .row .form-group input[type=text], .row .form-group input[type=email], .row .form-group input[type=password], #coop.form-control {
        line-height: 22px;
        height: 22px;
        font-size: 14px;
    }

    .row .form-group .input-box input {
        margin-top: -2px !important;
    }

    .input-box span.prefix {
        line-height: 22px;
        margin-top: -2px !important;
        font-size:14px !important;
    }

    .row .button {
        margin: .5rem 0;
    }

    .row .ack-account .fa-question-circle {
        height: 22px;
        line-height: 22px;
    }

    .logo {
        margin: 1rem 0 .5rem !important;
    }
}

.thanks-text {
    text-align: center;
    height: calc(100vh - 280px);
}

    .thanks-text hr {
        height: 4px;    
        width: 95%;
        margin: 0 auto;
    }   

    .thanks-text .check-icon {
        font-size: 120px;
        font-family: "normal normal normal 14px/1 FontAwesome";
        margin-top: 8vh;
        margin-bottom: -20px;
    }

    .thanks-text .Enroll-icon {
        font-size: 1.3vh;
        font-family: "normal normal normal 14px/1 FontAwesome";
    }


    .thanks-text p {
        font-size: 20px;
        line-height: 30px;
        color: #777777;
    }

.terms p {
    font-size: 18px;
    line-height: 28px;
    color: #777777;
}
