﻿body {
}

#contactus {
}

    #contactus .container {
        padding: 10px 10px 10px 10px;
        width: 440px;
   }

    #contactus .container.clear-fix {
        padding: 10px 10px 10px 10px;
        max-width:100%;
        max-width: inherit;
        text-align: right;
   }

    #contactus .container.textarea {
        padding: 10px 10px 10px 10px;
        width: 93%;
   }

    #contactus p {
        margin: 0px 0px 0px 0px;
    }

    #contactus p.fields-required{
        text-align: right;
        color: turquoise;
        font-weight: bold;
    }

    #contactus input[type="text"], 
    #contactus input[type="password"]{
        width: 380px;
        height: 35px;
        margin-top: 30px;
    }

    #contactus select {
        width: 402px;
        height: 49px;
        margin-top: 30px;
    }

    #contactus select.empty { 
        color: rgb(162, 159, 159); 
    }

    #contactus textarea {
        width: 100%;
        min-height: 200px;
        margin-top: 30px;
   }

    #contactus div#contactus-buttons {
        width:97%;
    }

    #contactus input[type="submit"] {
        width: 88px;
        height: 42px;
    }


 .validation-summary-errors {
    color: #ed292f !important;
}
/********************
*   Mobile Styles   *
********************/
/* iPad */
@media only screen and (max-width: 850px) {
    .content-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }

    #contactus input[type="text"], 
    #contactus input[type="password"] {
        width: 264px;
    }
    
    #contactus select {
        width: 289px;
    }

    #contactus .container {
        width: 320px;
    }

}

@media only screen and (max-width: 700px) {
    #contactus .container {
        width: 260px;
    }

    #contactus input[type="text"], 
    #contactus input[type="password"] {
        width: 224px;
    }

    #contactus select {
        width: 250px;
    }
}

@media only screen and (max-width: 500px) {

    #contactus .container {
        padding: 10px 10px 10px 0px;
    }

    #contactus .container.textarea {
        padding: 0px 10px 10px 0px;
    }

    #contactus-right-container {
        padding-bottom:0px !important;
    }
}