﻿body {
    font-family: 'Cairo', sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: #434343;
    background-color:#f7fbfe;
    margin: 0;
    padding: 0;
}



a {
    color: #009edb;
    font-weight: 400;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

h1 {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 29px;
    font-weight: 300;
    margin-top: 40px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

h4 {
    font-size: 32px;
    font-weight: 200;
    text-align: center;
    margin: 0;
    margin-bottom: 38px;
    padding: 0;
    line-height: 28px;
    letter-spacing: -1px;
}
h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
}

.container {
    width: 100%;
    margin: auto;
    max-width: 780px;
}


.logo {
    display: block;
}

    .logo img {
        width: 100%;
    }

/*CONTENT*/

.content {
    width: calc(100% - 200px);
    max-width: 800px;
    margin: auto;
    margin-top: 140px;
    min-height: 500px;
    
}

    .content ul {
        margin: 0;
        padding: 0;
    }

    .content li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

/*HEADER*/
.header {
    overflow: hidden;
    background-color: #f8fbfc;
    border-bottom:solid 1px #eaf1f6;
    width: 100%;
    position: fixed;
    top: 0;
}

    .header .logo {
        float: left;
        width: 186px;
        margin: 20px 40px;
    }

    .header .menu {
        float: right;
        margin: 20px 40px;
    }

        .header .menu a {
            color: #005484;
            font-size: 12px;
            padding-right: 11px;
            padding-left: 11px;
            font-weight: 600;
            letter-spacing: 1px;
        }

            .header .menu a:last-child {
                border: solid 1px #005484;
                padding-right: 18px;
                padding-left: 18px;
                border-radius:3px;
            }

            .header .menu a:hover {
                text-decoration: none;
                opacity: 0.7;
            }

    .header .hamburger {
        float: right;
        margin: 20px 40px;
        display: none;
        cursor: pointer;
    }

/*FOOTER*/
.footer {
    background-color: #005485;
    margin: 0;
    margin-top: 300px; /*login specific style*/
    padding: 78px 40px 40px 40px;
    overflow: hidden;
}

    .footer .container {
        max-width: 945px;
    }

    .footer .logo {
        width: 150px;
        float: left;
    }

        .footer .logo img:hover {
            opacity: 0.8;
        }

    .footer .social {
        float: left;
        text-align: center;
        width: calc(100% - 300px);
    }

        .footer .social img {
            width: 36px;
            margin-left: 3px;
            margin-right: 3px;
            opacity: 0.36;
        }

        .footer .social img:hover {
            opacity: 0.45;
        }

    .footer .copyright {
        width: 150px;
        float: right;
        text-align: right;
        color: rgba(0, 158, 219, 0.7);
        font-size: 14px;
        letter-spacing: 2px;
    }

    .footer .menu {
        border-top: 1px solid rgba(0, 158, 219, 0.4);
        clear: both;
        margin-top: 100px;
        padding-top: 20px;
        padding-bottom: 134px;
    }

        .footer .menu a {
            color: #fff;
            font-size: 14px;
            font-weight: 300;
            padding-right: 11px;
            padding-left: 11px;
            letter-spacing: 1px;
        }

            .footer .menu a:first-child {
                padding-left: 0;
            }


/*TEXT PAGE*/
.content.page li {
    padding-left: 16px;
    background-image: url(../images/bullet.png);
    background-position: left 12px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
/*FAQ*/
.content.faq h1 {
    font-weight: 200;
}

.content.faq .search {
    width: calc(80% - 72px);
    padding: 16px;
    padding-right: 56px;
    font-size: 16px;
    border: solid 1px #e1e2e3;
    background-image: url(../images/magnifier.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin:auto;
    display:block;
}

.content.faq .submit {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 10px;
}
.content.faq ul{
    margin:0;
    padding:0;
   
    display:block;
}
.content.faq li {
    list-style:none;
    font-weight: 400;
    cursor: pointer;
     border: solid 1px #e1e2e3;
    background-color:#fff;
    margin-top:10px;
}
.content.faq h5{
    padding:10px 20px;
}
.content.faq ul ul {

    background-color:#f7fbfe;
    border:none;
    border-top: solid 1px #e1e2e3;
    display:none;
}

.content.faq li li {
    font-weight: 200;
    font-size: 16px;
    cursor: text;
    border: none;
    background-color:#f7fbfe;
    padding:30px;
}

    .content.faq li li a {
        display: block;
        text-align: right;
        margin: 10px;
        margin-top:0;
    }

/*FORMS*/
.content.form .field {
    border: solid 1px #e1e2e3;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color:#fff;
}

.content.form {
    max-width: 392px;
}

    .content.form .submit {
        color: #fff;
        background-color: #009edb;
        padding: 10px;
        text-align: center;
        border-radius: 3px;
        display: block;
        margin-top: 20px;
    }

        .content.form .submit.google {
            background-image: url(../images/google.png);
            background-repeat: no-repeat;
            background-position: left center;
            margin-bottom: 20px;
        }

 .content.form .submit.red {
    background-color: #d6482f;
}

 .content.form .submit.orange {
    background-color: #efa506;
}

 .content.form button.submit{
     /*Added styles*/
     width: 100%;
     border: none;
     height: auto;
     font-size: 20px;
     font-family: 'Cairo', sans-serif;
 }

.content.form button.submit:hover{
    text-decoration:underline;
    cursor: pointer;
}

.content .recaptcha-wrapper {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 73px;
    overflow: hidden;
}

.g-recaptcha {
    position: relative;
    margin: -1px;
}

.dn {display:none!important;}

.fieldset {
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

    .fieldset .text {
        width: 60px;
        float: left;
        text-align: center;
        top: 0;
        line-height: 18px;
        color: #a8a9aa;
    }

    .fieldset .line {
        border-top: solid 1px #e1e2e3;
        width: calc(50% - 30px);
        float: left;
        top: 11px;
        position: relative;
    }

.content.form input {
    display: block;
    border: none;
    padding: 10px;
    font-size: 18px;
    width: calc(100% - 20px);
}

.content.form .message {
    margin: 10px;
    padding-left: 32px;
    background-position: left center;
    width: calc(100% - 32px);
    background-repeat: no-repeat;
    background-image: url(../images/error.png);
    font-size: 18px;
    font-weight: 600;
    color: #434343;
    line-height: 20px;
}

.content.form .error-stack {
    font-size: 12px;
    text-align: left;
    line-height: 12px;
    white-space: normal;
    word-break: break-all;
}

.form .field.error {
    border-color: #d6482f;
}

input.icon {
    padding-right: 32px;
    background-position: right center;
    width: calc(100% - 42px);
    background-repeat: no-repeat;
}

    input.icon.email {
        background-image: url(../images/email.png);
    }

    input.icon.password {
        background-image: url(../images/password.png);
    }

    input.icon.name {
        background-image: url(../images/name.png);
    }

    input.icon.company {
        background-image: url(../images/company.png);
    }

    input.icon::-ms-clear {
        margin-right:20px;
    }
    input.icon.password::-ms-reveal {
        margin-right:20px;
    }

.content.form input[type=checkbox] {
    width: auto;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-right: 10px;
}

.check_row {
    margin: 10px 0;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    color: #434343;
}

    .check_row label {
        float: left;
    }

    .check_row a {
        float: right;
        display: inline-block;
    }

.link {
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 10px 0;
}

    .link img {
        position: relative;
        top: 2px;
        margin-right: 5px;
    }

.seperator {
    margin: 20px 0;
    border-top: solid 1px #e1e2e3;
}

.check_row a.signup {
    color: #efa506;
    border: solid 1px #efa506;
    border-radius: 3px;
    padding: 1px 15px;
}

.check_row a.login1 {
    color: #009edb;
    border: solid 1px #009edb;
    border-radius: 3px;
    padding: 1px 15px;
}

p#signup-disclaimer-text {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}

#signup-btn {
    margin-top:0;
}

.content.form .submit[disabled]{
    font-style: italic;
    background-color: #77c6e4;
    cursor: not-allowed!important;
}

.content.form .submit.orange[disabled]{
    background-color: #efcc81;
}

.window{
     background-color:#f9fafc;

}
.window .header {
    position: relative;
   
        border-bottom:none;
}

    .window .header .logo {
        margin-left: 0;
        float: none;
        margin: auto;
        margin-top: 20px;
        margin-bottom:20px;
        
    }

.window .content {
    margin-top: 80px;
    margin-bottom: 80px;
}

.window .text {
    font-size: 16px;
    margin-bottom: 30px;
}

    .window .text strong {
        font-weight: 400;
    }

    .field.gray{
        background-color:#f9f9f9;
    }
/*OPT OUT*/
.content.opt h4:first-child {
    margin-bottom: 15px;
    margin-top: 180px;
}


.content.opt .field1 input {
    float: left;
    width: calc(100% - 80px);
}

.content.opt .field1 .counter {
    width: 60px;
    text-align: right;
    float: right;
    color: #d2dce5;
}




/*RESPONSIVE*/

@media only screen and (max-width: 1000px) {
    .header .menu {
        position: fixed;
        float: none;
        width: 100%;
        top: 50px;
        background-color: #fff;
        display: none;
        margin-left: 0;
        margin-right: 0;
    }

        .header .menu a {
            display: block;
            width: 120px;
            margin: auto;
            text-align: center;
            margin-bottom: 30px;
            font-size: 14px;
        }

            .header .menu a:hover {
                text-decoration: underline;
                opacity: 1;
            }

    .header .hamburger {
        display: block;
    }

    .footer {
        padding-bottom: 0;
    }

        .footer .menu {
            padding-bottom: 0;
        }

            .footer .menu a {
                display: block;
                padding-left: 0;
                text-align: center;
                margin-bottom: 30px;
            }

    .content {
        width: calc(100% - 80px);
    }
}

@media only screen and (max-width: 778px) {

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 610px) {
    body {
        font-size: 18px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 23px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 490px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 420px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 14px;
    }

    h4 {
        font-size: 22px;
    }

    .header .logo {
        width: 120px;
        margin-right: 0;
    }

    .header .hamburger {
        margin-left: 0;
        width: 24px;
    }

    .footer .logo {
        float: none;
        width: 100%;
    }

    .footer .social {
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }

        .footer .social a {
            display: inline-block;
        }

    .footer .copyright {
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }

    .check_row a, .check_row label {
        display: block;
        float: none;
        text-align: center;
    }

    input {
        font-size: 16px !important;
    }

    .message {
        font-size: 13px !important;
    }
    .content.faq h5{
    text-align:center;
}
}
