@media only screen and (orientation:landscape) {
    body {
        -webkit-text-size-adjust: none;
    }
    
    .minheight{min-height:145px;}
}
@media print {
    .hidden-print{
        display: none;
    } 
}
@media only screen and (orientation:portrait) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .bannerSection h3 {
        margin-top: 32%;
    }
    .minheight{min-height:145px;}
}

@media only screen and (min-width: 768px) and (max-width:991px) {    
    .form-section textarea {
        margin-bottom: 20px;
        min-height: 140px;
    }
    .line-height-13{ line-height: 13px;}
    
    .minheight{min-height:130px;}
}

@media only screen and (min-width: 640px) and (max-width:767px) {    
    .holder {
        margin: 3% 1.5%;
        width: 93%;
    }
    .required input[type="text"], .required input[type="password"] {
        padding: 3% 9px;
        height: auto;
    }
    .blueBox {
        margin-bottom: 2%;
    }
    .blueBox h3, .whiteBox h3 {
        margin: 4% 0;
    }
    input.blue[type="button"] {
        margin: 2% 1%;
    }
    a.requiredFields {
        font-size: 1.3em;
    }
    input.blue[type="button"] {
        font-size: 1.5em;
    }
    .bannerSection {
        top: 0px;
        min-height: 220px;
    }
    .bannerSection img {
        height: auto;
        top: 0;
        margin: 17% auto 0;
        left: 0;
        display: block;
        width: 65%;
        position: inherit;
    }
    .bannerSection h3 {
        margin-top: 11%;
    }
    .form-section textarea {
        margin-bottom: 20px;
        min-height: 140px;
    }  
    .contentSection{ top: 0;}
    
    .minheight{min-height:130px;}
}

@media only screen and (min-width: 480px) and (max-width:639px) {   
    .holder {
        margin: 3% 10px;
        width: 93%;
    }
    .required input[type="text"], .required input[type="password"] {
        padding: 3% 9px;
        height: auto;
    }
    .blueBox {
        margin-bottom: 2%;
    }
    .blueBox h3, .whiteBox h3 {
        margin: 4% 0;
    }
    input.blue[type="button"] {
        margin: 2% 1%;
    }
    a.requiredFields {
        font-size: 1.3em;
    }
    input.blue[type="button"] {
        font-size: 1.5em;
    }
    .blueBox, .whiteBox {
        min-height: auto;
    }
    .bannerSection {
        background: #056190;
        min-height: 50%;
        position: relative;
        top: 0;
    }
    .bannerSection img {
        height: auto;
        margin: 4% auto 4%;
        display: block;
        left: 0;
        position: relative;
        top: 0;
        width: 80%;
    }
    .bannerSection h3 {
        display: table;
        margin: 10% 0;
        width: 100%;
    }
    .contentSection h1 {
        margin: 4.5% 0 4.5%;
    }
    .form-section textarea {
        margin-bottom: 20px;
        min-height: 140px;
    }

    .left-panel{ margin-top: 15px;}   
    .contentSection{ top: 0;}
    
/*    .minheight{ min-height: 90px !important; }*/

}

@media only screen and (min-width: 200px) and (max-width:479px) {
    .holder {
        margin: 3% 10px;
        width: 84%;
    }
    .required input[type="text"], .required input[type="password"] {
        padding: 3% 9px;
        height: auto;
    }
    .blueBox {
        margin-bottom: 2%;
    }
    .blueBox h3, .whiteBox h3 {
        margin: 4% 0;
    }
    input.blue[type="button"] {
        margin: 2% 1%;
    }
    a.requiredFields {
        font-size: 1.3em;
    }
    input.blue[type="button"] {
        font-size: 1.5em;
    }
    .blueBox, .whiteBox {
        min-height: auto;
    }
    .bannerSection {
        background: #056190;
        min-height: 50%;
        position: relative;
        top: 0;
    }
    .bannerSection img {
        height: auto;
        margin: 4% auto 4%;
        display: block;
        left: 0;
        position: relative;
        top: 0;
        width: 80%;
    }
    .bannerSection h3 {
        display: table;
        margin: 10% 0;
        width: 100%;
    }
    .contentSection h1 {
        margin: 4.5% 0 4.5%;
    }
    .form-section{ padding: 4%;}
    .form-section .form-group .btn {
        width: 100%;
        margin-top: 10px;
    }
    .form-section textarea {
        margin-bottom: 20px;
        min-height: 140px;
    }
    .left-panel{ margin-top: 15px;}   
    .contentSection{ top: 0;}
    .line-height-13{ line-height: 13px;}

    .form-inline label{ text-align: left; display: block; margin-bottom: 10px;}
    .form-inline input{ text-align: left;}
    .form-inline .form-control{ width: 100%;} 
    
 
    
}

