@charset "utf-8";

/*************
* Page Title *
*************/

.domain-name { max-width: 750px; }


/*******************
* Left Side Column *
*******************/

#cform {
    width: 340px;
    min-height: 500px;
    padding: 15px 35px 36px 35px;
    text-align: center;
}

#cform h4 {
    font-size: 15pt;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 0;
}
#cform p  { text-align: center; }
p#notice { font-size: 9pt; margin-top: 0; }

#buttons    { height: 32px; margin: 10px 0 25px 0; }
#buttons a  { display: inline-block; }

.linkedin.button,
.facebook.button { width: 135px; height: 20px; font-size: 12pt; }

.linkedin.button > img,
.facebook.button > img { float: left; clear: none; margin-left: 16px; }


/*******
* Form *
*******/

#inquiry {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#inquiry > ul > input {
    height: 25px;
    width: 220px;
    margin: 5px 0;
    padding: 5px;
    -webkit-text-stroke: 0.10px;
    font-size: 12pt;
    font-style: normal;
}

#inquiry > ul { float: right; margin-right: 10px; }

#inquiry > ul > label { display: inline-block; margin: 10px 15px 0 0; vertical-align: top; }

#inquiry > ul.fieldNotice {
    display: none;
    text-align: left;
}

#inquiry > ul.fieldNotice > .ferrmsg {
    width: 220px;
    display: inline-block;
}

#inquiry > ul.fieldNotice > .fhint {
    color: #E44147;
    font-size: 10pt;
    margin: 0 0 5px;
    font-weight: 500;
}

#inquiry > ul > input.error {
    background-color: #FAA6A9;
}

#inquiry > ul.skilltest > .ferrmsg {
    width: 220px;
    display: inline-block;
}

.skilltest > .fhint {
    color: #666;
    font-size: 10pt;
    margin: 0 0 5px;
    width: 100%;
    font-weight: 800;
}

.fhint {
    color: #ed1c24;
    font-size: 10pt;
    margin: 0 0 5px;
    
    width: 100%;
    font-weight: 800;

}

.ferrmsg { display: none; }

#inquiry > ul > textarea {
    height: 80px;
    width: 220px;
    margin: 5px 0;
    padding: 5px;
    -webkit-text-stroke: 0.10px;
    font-size: 12pt;
    font-style: normal;
    vertical-align: top;
    resize: none;
}

#inquiry > ul > textarea.akismet_on {
    height: 40px;
}

.sub-btn {
    width: 204px; height: 30px;
    line-height: 30px;
    font-size: 12pt;
    margin-top: 20px;
}
.sub-btn.akismet_on { margin-top: 5px; }

.subGray {
    opacity: 0.8;
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}
.subFill {
    background: #2678b7;
    background: -moz-linear-gradient(top,  #2678b7 0%, #29588e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2678b7), color-stop(100%,#29588e));
    background: -webkit-linear-gradient(top,  #2678b7 0%,#29588e 100%);
    background: -o-linear-gradient(top,  #2678b7 0%,#29588e 100%);
    background: -ms-linear-gradient(top,  #2678b7 0%,#29588e 100%);
    background: linear-gradient(to bottom,  #2678b7 0%,#29588e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2678b7', endColorstr='#29588e',GradientType=0 );
}

@media screen and (min-width: 800px) {
    #contentbg { max-width: 980px; }
    #cform { margin: 0 0 0 230px; }
    #inquiry { height: 290px; display: inline-block; width: 350px; }  
}

@media handheld, only screen and (max-device-width : 800px) {

    #cform {
        display: block;
        position: relative;
        padding: 15px 25px 35px;
    }

    #cform.move-form { margin: 15px 0 25px -25px; }
}
