input[type=checkbox] {
    position: relative;
    cursor: pointer;
    position: absolute;
    left: 15px;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1px solid #0b1e66;
    background-color: white;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 7px;
    height: 14px;
    border: solid #0b1e66;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 7px;
}
.checkbox label::after {
    line-height: 16px;
}

textarea {
    min-height: 200px;
}
label {
    margin: 0;
}
label, input[type="radio"] {
    cursor: pointer;
}
label.error {
    color: red;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0.5em 0 0 0;
    width: 100%;
    float: none;
    z-index: 100;
    position: relative;
    top: -13px;
}

.left_input {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}
.right_input {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
}

.dob-select {
    padding-left:0;
    padding-right: 0;
}

#legal_text {
    padding-top:25px;
    clear: both;
}
#legal_text p {
    /*font-family: Whitney-Book !important;*/
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
}
#legal_text p a {
    line-height:13px;
}

.optin {
    font-size: 11px;
    margin-top: 8px;
    padding-right:15px;
}

.optin-label {
    display: block;
    padding-left: 30px;
    /* text-indent: -15px; */
    font-weight: 100;
    padding-bottom: 16px;
}
.optin-input {
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.btn-custom, .btn-custom:focus {
    background-color: #e01933;
    color: #fff;
    border-radius: 0;
    width: 100% !important;
    height: 56px !important;
    font-size: 13px;
    margin-top: 45px;
}

.btn-custom:active,
.btn-custom:hover {
    background-color: #c01933;
    color: #fff;
}

.no-mobile-padding {
    padding-left:10px;
    padding-right:10px;
}

.suffix, postal {
    padding: 0;
    width: 100%;
}

@media( min-width: 768px )
{
    .no-mobile-padding {
        padding-left:15px;
        padding-right:15px;
    }

    .left_input{
        width: 224px !important;
    }

    .right_input {
        padding-left: 24px;
        width: 248px !important;
    }

    .suffix, .postal {
        padding-left: 24px;
        width: 165px !important;
    }

    .optin {
        font-size: 15px;
        margin-top: 0;
    }

    .btn-custom, .btn-custom:focus {
        width: 210px !important;
        height: 50px !important;
        margin-top: 0;
    }

}

@media( min-width: 992px )
{
    .left_input {
        width: 320px !important;
    }

    .right_input{
        padding-left: 30px;
        width: 350px !important;
    }

    .suffix, .postal {
        padding-left: 30px;
        width: 260px !important;
    }

    .btn-custom, .btn-custom:focus {
        width: 290px !important;
        height: 56px !important;
    }

    .optin {
        padding-right: 70px;
    }

    .optin-label {
        font-size:15px;
    }
}

@media( min-width: 1200px )
{
    .left_input {
        width: 365px !important;
    }

    .right_input{
        padding-left: 36px;
        width: 401px !important;
    }

    .suffix, .postal {
        padding-left: 36px;
        width: 327px !important;
    }

    .btn-custom, .btn-custom:focus {
        width: 315px !important;
        height: 56px !important;
        margin-left: 30px;
    }

    .optin {
        padding-right: 130px;
    }
}

