﻿
form {
    background-color: #e7ffe0;
   -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px auto;
    text-align: left;
    width: 100%;
}

    form h4 {
       
        font-size: 17px;
        letter-spacing: 0.5px;
        margin: 20px 0px 13px 0px;
        padding: 8px 0px 8px 8px;
        font-weight: bold;
        display: inline-block;
        width:100%;
        text-align: left;
        background-color: #188900;
        color: #fff;
    }

    form h2 {
        color: #136c00;
        margin: 20px 0px 13px 0px;
        padding: 8px 0px 8px 8px;
        display: inline-block;
        width: 100%;
        font-size: 1.0em !important;
        font-size: calc(1.0vw + 0.6em) !important;
    }


.help {
    margin: 0px 0px 18px 0px;
    padding: 10px 12px 10px 12px;
    font-weight: 500;
    display: inline-block;
    width:100%;
    background-color: #226214;
    color: #fff !important;
}

.help p {
    font-size: 1em;
    color: #fff !important;
    text-align: left !important;
}

form p {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 1px 0;
    padding: 0;
    text-align: left;
}

.header_dip {
    height: 75px;
    color: #fff;
}

.vishead_dip {
    display: none;
}



/* -------------------  privacy dip ---------------------------- */

.Reveal-switch {
    position: absolute;
    clip: rect(0 0 0 0);
}

.Reveal-content {
    display: none;
   
    font-size: 0.50em;
    font-size: calc(0.5vw + 0.45em);
    color: rgba(53,95,151,1.0);
}

.Reveal-switch:checked ~ .Reveal-content--when-checked-display-block {
    display: block;
}

.privacy_notice {
    display: inline-block;
    width: 100%;
    margin: 0px auto 50px auto;
   
}

    .privacy_notice h1 {
       
        text-align: center !important;
        font-weight: 900;
        color: #36b01c !important;
        font-size: 0.80em;
        font-size: calc(0.80vw + 0.80em);
    }

    .privacy_notice p {
        clear: both;
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center !important;
        font-weight: 400;
        color: #36b01c;
        font-size: 0.50em;
        font-size: calc(0.50vw + 0.60em);
    }


/* -------------------------------------------- */


@media only screen and (max-width: 1024px) {
    .help p {
       
        font-size: 0.7em !important;
        font-size: calc(0.7vw + 0.6em) !important;
        letter-spacing: -0.2px;
        margin: 0.5% 0 0.5% 0;
    }
}

@media only screen and (max-width: 768px) {
    .help p {
        font-size: 0.60em !important;
        font-size: calc(0.6vw + 0.55em) !important;
    }
}

@media only screen and (max-width: 600px) {
    .help p {
        font-size: 0.65em !important;
        font-size: calc(0.65vw + 0.6em) !important;
    }
}

@media only screen and (max-width: 599px) {
    .vishead_full {
        display: none;
    }

    .vishead_dip {
        display: block;
    }

    .header_dip {
        height: 40px;
        color: #fff;
    }
}

input, text, email, password, input[type=text], input[type=password], input[type=email], input[type=textarea], textarea, input[type=select], select {
    border: none;
    float: left;
    color: rgba(37,67,107,0.95);
}

    input, text, email, password, input[type=text], input[type=password], input[type=email], input[type=textarea], textarea {
        width: 50%;
        padding: 0px 1%;
    }

        input[type=select], select {
            width: 50%;
            padding: 0px 1%;
            height: 30px;
        }

        textarea, input[type=textarea] {
            min-height: 67px;
        }

.twoinputs:nth-child(3) {
    margin: 0 !important;
    width: 23% !important;
}

.twoinputs:nth-child(2) {
    margin: 0 0 0 .7% !important;
    width: 22.2% !important;
}

.formhalf {
    float: left;
    width: 49%;
    margin: 0px 5px 0px 0px;
    display: inline-block !important;
    z-index: 5001;
}

@media only screen and (max-width: 768px) {
    .formhalf {
    }
}

.formthird {
    float: left;
    width: 31%;
    margin: 0px 1%;
}

.fa-question-circle {
    color: #355F97;
    font-size: 20px !important;
    line-height: 25px !important;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

@media only screen and (max-width: 960px) {
    label {
        font-size: 13px;
    }

    .label3 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 777px) {
    .formhalf {
        float: left;
        width: 98%;
        margin: 0px 1%;
    }

    .formthird {
        float: left;
        width: 95%;
        margin: 0px 1%;
    }

    label {
        font-size: 11px;
    }
}

/* ------------------- DM styles for fields ---------------------------- */

.dip_input_drop2 {
    width: 50%;
    font-size: 14px;
    border-radius: 0;
    padding-left: 9px;
    padding-right: 9px;
    
    height: 30px;
    font-weight: 600;
    background-color: #fff !important;
}

.dip_input_area1 {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 5px;
    border: none;
    
    font-size: 12px;
    background-color: #fff;
    color: #999;
    float: left;
    min-height: 62px;
}

.label_tick {
    width: 48.5%;
    font-size: 14px;
    color: rgba(64,114,181,0.7);
    text-align: left;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 30px;
    padding-left: 10px;
    background-color: rgba(255,255,255,0.5);
    font-weight: 600;
    margin-bottom: 4px;
}

.check_style {
    background-color: rgba(243,32,36,1.00);
    display: inline-block;
    width: 50px;
    height: 50px;
}

.dip_input_1a {
    width: 50%;
    font-size: 14px;
    display: inline-block;
    margin-left: 0px;
    -webkit-appearance: none;
    border-radius: 0;
    padding-left: 9px;
    padding-right: 9px;
    
    margin-right: 0px;
    height: 30px;
    font-weight: 900;
    background-color: #fff;
}

.dip_input_1b {
    width: 50%;
    font-size: 14px;
    padding-left: 9px;
    padding-right: 9px;
    
    -webkit-appearance: none;
    border-radius: 0;
    height: 30px;
    font-weight: 600;
    background-color: #fff;
}

.dip_input_3 {
    font-size: 14px;
    float: left !important;
    display: inline-block !important;
    -webkit-appearance: none;
    border-radius: 0;
    padding-left: 9px;
    padding-right: 9px;
    
    height: 30px;
    font-weight: 600;
    background-color: #fff;
}

label {
    width: 50%;
    color: #36b01c;
    text-align: left;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 30px;
    padding-left: 10px;
    background-color: rgba(255,255,255,0.5);
    font-weight: 600;
    font-size: 14px;
}

.label3 {
    width: 24.5%;
    font-size: 14px;
    color: #1a8703;
    text-align: left;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 30px;
    padding-left: 10px;
    background-color: rgba(255,255,255,0.5);
    font-weight: 600;
    margin-bottom:5px;
}

.click_here {
    color: rgba(255,255,255,0.65) !important;
    text-align: left;
    float: left;
    font-family: 'Arial' !important;
    display: block;
    border: 1px solid rgba(53,95,151,0.2) !important;
    margin-top: 15px;
    padding: 0.6% 1% 0.6% 1%;
    background-color: #28bf07;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.5em;
    font-size: calc(0.5vw + 0.5em);
    display: block;
}

    .click_here a, .click_here a:visited {
        color: #fff
    }

    .click_here:hover {
        background-color: #166a05;
        border: 1px solid rgba(53,95,151,0.4) !important;
        color: rgba(255,255,255,0.95) !important;
        cursor: pointer;
    }

.additional_header {
    font-size: 17px;
    margin: 20px 0px 13px 0px;
    padding: 8px 0px 8px 8px;
    font-weight: bold;
    display: inline-block;
    width:100%;
    text-align: left;
    background-color: #62a354;
    color: #fff;
}

@media only screen and (min-width: 1280px) {
    .click_here {
        font-size: 0.40em !important;
        font-size: calc(0.40vw + 0.40em) !important;
    }
}

@media only screen and (max-width: 1279px) {
    .click_here {
        font-size: 0.55em !important;
        font-size: calc(0.55vw + 0.55em) !important;
    }
}

@media only screen and (max-width: 767px) {
    .click_here {
        font-size: 0.70em !important;
        font-size: calc(0.70vw + 0.70em) !important;
    }
}

@media only screen and (max-width: 320px) {
    .click_here {
        font-size: 0.75em !important;
        font-size: calc(0.75vw + 0.75em) !important;
        width: 98%;
        padding: 2% 1% 2% 2% !important;
    }
}

@media only screen and (max-width: 1280px) {
    form {
        background-color: #e7ffe0;
        padding:0 !important;
       -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        margin: 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 922px) {
    label {
        font-size: 13px;
    }

    .label3 {
        font-size: 13px;
    }

    .dip_input_3 {
        font-size: 13px;
    }

    .dip_input_1a {
        font-size: 13px;
    }

    .dip_input_1b {
        font-size: 13px;
    }

    .dip_input_drop2 {
        font-size: 13px;
    }
}


@media only screen and (max-width: 629px) {
    .label3 {
        font-size: 12px;
    }

    .dip_input_3 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 602px) {
    label {
        font-size: 11px;
    }

    .label3 {
        font-size: 11px;
        display: block;
        float: none !important;
        width: 100%;
        clear: both;
    }

    .dip_input_3 {
        display: block;
        float: none !important;
        width: 100% !important;
        clear: both;
    }
}

@media only screen and (max-width: 399px) {
    label {
        font-size: 10px;
    }

    .label3 {
        font-size: 10px;
        display: block;
        float: none !important;
        width: 100%;
        clear: both;
    }

    .dip_input_3 {
        display: block;
        float: none !important;
        width: 100% !important;
        clear: both;
    }
}


.dip_submit {
    clear: both;
    text-decoration: none;
    font-family: arial;
    font-size: 1.5em;
   
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
    border: thin;
    border-color: #ffffff;
    background-color: #49d92a;
    padding: 10px 17px 12px 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    text-rendering: optimizeLegibility !important;
    /*-webkit-font-smoothing: antialiased !important;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.45);
    background: -webkit-linear-gradient(#FF19EF 20%, #C607B9);
    background: -o-linear-gradient(#FF19EF 20%, #C607B9);
    background: -moz-linear-gradient(#FF19EF 20%, #C607B9);
    background: linear-gradient(#FF19EF 20%, #C607B9);*/
    position: relative;
    margin: 25px -135px;
    width:180px;
    top: 50%;
    left: 50%;
}

    .dip_submit:hover {
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        background: #105800;
    }

.submitbuttons {
    display: inline-block;
    margin: 0px auto 10px auto;
    width: 100%;
}

    .submitbuttons p {
        clear: both;
        width: 100%;
        margin: 5px auto;
    }



/* CHECKBOX STYLES*/

.check_row {
    float: left;
    width: 100%;
    margin: 8px 0px 12px 0px;
    display: inline-block;
}

.s6 input {
      display: block;
    margin: 0;
    width: 20px;
    height: 25px;
    float: left;

}

    /*.s6 input + label {
        cursor: pointer;
        position: relative;
        padding-left: 40px;
    }*/

        /*.s6 input + label:before,
        .s6 input + label:after {
            content: "";
            position: absolute;
            transition: all 0.4s ease;
        }

        .s6 input + label:before {
            left: 0;
            top: 0;
            padding-bottom: 0px;
            width: 28px;
            height: 28px;
            border: none;
            background: #fff;
        }

    .s6 input:checked + label:before {
        color: #fff;
        font-size: 20px;
        content: '\f00c';
        text-align: center;
        background: #25436B;
        font-family: 'FontAwesome';
    }*/

.s6 label {
    background: transparent !important; width: 48%;    color: #36b01c !important; font-weight: bold !important;
}

.s6 input:checked + label {
    color: #25436B;
    font-weight: bolder;
}


/* CHECKBOX CONSENT */

.consent {
    display: inline-block;
    margin: 20px auto 12px auto;
    padding: 10px 15px 5px 15px;
    background-color: rgba(53,95,151,0.39);
    height: 50px;
}


    .consent input {
        display: none;
    }

        .consent input + label {
            cursor: pointer;
            position: relative;
            padding-left: 40px;
            color: #fff !important;
            font-family: 'Arial';
            font-weight: 100px !important;
            font-size: 0.50em;
            font-size: calc(0.50vw + 0.50em);
        }

            .consent input + label:before,
            .consent input + label:after {
                content: "";
                position: absolute;
                transition: all 0.4s ease;
            }

            .consent input + label:before {
                left: 0;
                top: 0;
                padding-bottom: 0px;
                width: 28px;
                height: 28px;
                border: none;
                background: #fff;
            }

        .consent input:checked + label:before {
            color: #fff;
            font-size: 20px;
            content: '\f00c';
            text-align: center;
            background: #25436B;
            font-family: 'FontAwesome';
        }

    .consent label {
        background: transparent !important;
        width: 100% !important;
    }

    .consent input:checked + label {
        color: #25436B !important;
        font-weight: bolder;
    }


@media screen and (max-width:920px) {
    .consent input + label {
        font-size: 0.50em;
        font-size: calc(0.50vw + 0.50em);
        line-height: 0.80em;
        line-height: calc(0.80vw + 0.80em);
    }
}

#section {
    padding: 0px 25px;
}
@media screen and (max-width:520px) {
#MainContent_info_{width: 100%;max-width: 100% !important;}
}