  ﻿/*.contact-us {
    height: 34px;*/
    /*width: 103px;*/
    /*color: #4A4A4A;
    font-family: "Titillium Web";
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    text-align: left;
}*/

.form-group.required label::before {
    color: red;
    position: absolute;
    margin-left: -6px;
}

.marginspace {
    margin-left: 18px;
}

/*.label-name {
    height: 15px;
    color: #000000;
    font-family: "Titillium Web";
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;*/
    /*  padding-bottom: 25px;*/
    /*margin-top: 5px;
    margin-bottom: 10px;
}

.alert-text {
    height: 15px;
    color: rgba(255,0,0,0.87);
    font-family: "Titillium Web";
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    margin-right: 5%;
}*/


.rectangle-1 {
    color: #57585a;
    font-family: 'Helvetica-Condensed',sans-serif;
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0;
    background-color: #fff;
    -moz-box-shadow: inset 1px 1px 10px 0 rgba(0,0,0,.62),0 0 0 0 rgba(0,0,0,.62);
    -webkit-box-shadow: inset 1px 1px 10px 0 rgba(0,0,0,.62), 0 0 0 0 rgba(0,0,0,.62);
    box-shadow: inset 1px 1px 10px 0 rgba(0,0,0,.62), 0 0 0 0 rgba(0,0,0,.62);
    padding: 11px 20px;
    border: 1px solid #ccc !important;
    margin-top: 9px;
}

.rectangle-2 {
    height: 132px;
    width: 100%;
    border: 0.2px solid #CCD1D9;
    border-radius: 3px;
    background-color: #F9F9F9;
}

.hero-recaptcha-demo {
    height: 65px;
    width: 244px;
    padding-bottom: 20px;
}

/*.submit_btn {
    height: 40px;
    width: 244px;
    border: 1px solid #005A9B;
    border-radius: 57px;
    background-color: #F9F9F9;
    color: #002F6D;
    font-family: "Titillium Web";
    font-size: 16px;
    font-weight: bold;
    margin-top: 35px;
}*/

    .submit_btn:hover {
        background-color: #002F6D;
        color: #FFFFFF;
    }


/*.place_holder_text {
    height: 15px;
    color: #AAB2BD;
    font-family: "Titillium Web";
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
}*/

.input-validation-error {
    border: 1px solid rgba(255,0,0,0.87);
}

.sitemargin {
    padding-left: 140px;
}

.groupbottommargin {
    margin-bottom: 1px;
}

.astrixmargin {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*::-webkit-input-placeholder {*/ /* WebKit, Blink, Edge */
    /*height: 15px;
    color: #AAB2BD;
    font-family: "Titillium Web";
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    margin-top: 10px;
}

:-moz-placeholder {*/ /* Mozilla Firefox 4 to 18 */
    /*height: 15px;
    color: #AAB2BD;
    font-family: "Titillium Web";
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    margin-top: 10px;
    opacity: 1;
}

::-moz-placeholder {*/ /* Mozilla Firefox 19+ */
    /*height: 15px;
    color: #AAB2BD;
    font-family: "Titillium Web";
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    margin-top: 10px;
    opacity: 1;
}

:-ms-input-placeholder {*/ /* Internet Explorer 10-11 */
    /*height: 15px;
    color: #AAB2BD;
    font-family: "Titillium Web";
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    margin-top: 10px;
}


:-ms-input-placeholder {*/ /* Microsoft Edge */
    /*height: 15px;
    color: #AAB2BD;
    font-family: "Titillium Web";
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    margin-top: 10px;
}*/


select {
    /* styling */
    border: 0.2px solid #CCD1D9;
    border-radius: 3px;
    background-color: #F9F9F9;
    height: 40px;
    width: 90% !important;
    display: inline-block;
    font: inherit;
    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}


    /* arrows */

    select.classic {
        background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, #F9F9F9, #F9F9F9);
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
        background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
        background-repeat: no-repeat;
    }
