@charset "UTF-8";

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0 0 0 0;

}

label, h2.thanks#thanks, span.error {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Gotham', sans-serif !important;
}


label {
    color: white;
    font-family: 'Gotham', sans-serif !important;
}

span.error {
    margin-top: 20px !important;
    font-family: 'Gotham', sans-serif !important;
}

#contactus input[type="text"], textarea {
    color: #333;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 0 !important;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Gotham', sans-serif !important;
}

#contactus input[type="text"] {
    height: 50px;
    width: 100%;
    max-width: 640px;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Gotham', sans-serif !important;
}

#contactus #scaptcha {
    width: 60px;
    height: 18px;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.5;
}

#contactus input[type="submit"] {
    width: 100%;
    max-width: 200px;
    height: 40px;
    padding-left: 0;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Gotham', sans-serif !important;
}

#contactus textarea {
    height: 120px;
    width: 100%;
    max-width: 640px;
    border-radius: 0 !important;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Gotham', sans-serif !important;
}

#contactus input[type="text"]:focus, textarea:focus {
    border: 1px solid #f40a5c;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Gotham', sans-serif !important;
}

.short_explanation {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.5;
}

#contactus .container {
    margin-top: 8px;
    margin-bottom: 10px;
}

#contactus fieldset#antispam {
    padding: 2px;
    border-top: 1px solid #EEE;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    width: 100%;
    max-width: 320px;
    font-family: 'Gotham', sans-serif !important;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip {
    display: none;
    width: 10px;
    height: 3px;
    font-family: 'Gotham', sans-serif !important ;
}

#fg_crdiv {
    opacity: .2;
}

#fg_crdiv p {
    display: none;
}



.form-cont {
    text-align: center;
}