﻿/* we only want the page 100% we want the images and fonts to be the same as global.css*/
/*@media screen and (max-width: 1000px) {
    body {
        width: 100% !important;
        text-align: left !important;        
    }
}*/
@media screen and (max-width: 1200px) {
    body {
        width: 100% !important;
        text-align: left !important;
        font-size: 0.9em !important
    }
    .pagewrapper {
        width: 99% !important;        
    }
    /* the rest of the mobile styles go here */
    .header_wrapper img {
        width: 98% !important;
        height: auto !important;
        text-align: left !important;
    }
    .content_wrapper {
        padding: 0px !important;
        text-align: left !important;
        width: 98% !important;
    }
    .footer_wrapper .logo img {
        width: 98% !important;
        height: auto !important;
        text-align: center !important;
    }
    .footer_wrapper .SmallText {
        font-size:0.85em;
    }
    .pageheader {
        display: inline !important;
        font-size:0.8em;
    }
    .content{
        max-width:100%;
    }
    .trackBar {
        display: none !important;
    }
    .contact {
        width: 100%;
        margin: 0px auto;
    }
    .home .jobfair {
        width: 90%;
    }
    /*.home .buttons {
        flex: 1 100% !important;
        width: 100% !important;
        height:auto;
        text-align: left;
        flex-wrap: nowrap;
        white-space: nowrap !important;
        text-align: center;
    }
    home .buttons input[type="image"] {
        width: 20% !important;
        height: auto;        
    }*/
    .flexcontainer, .flexrows, .flexcols {
        width: 100% !important;
    }
        .flexrows .regformLeft, .flexcols .regformLeft {
            flex: 1 100% !important;
            width: 100% !important;
            text-align: left;
            flex-wrap: nowrap;
            white-space: nowrap !important;
        }
        .flexrows .regformRight, .flexcols .regformRight {
            flex: 1 100% !important;
            width: 100% !important;
            max-width: 100% !important;
            text-align: left;
            flex-wrap: nowrap;
            white-space: nowrap !important;
        }
        .flexrows .formFieldOn input, .flexrows .formFieldOff input .flexrows .formFieldOn input[type="text"], .flexrows .formFieldOff input[type="text"] {
            width: 95% !important;
            min-width: 95% !important;
        }
        .flexrows .regformRight input[type="text"], .flexrows .regformRight input[type="password"], .flexrows .regformRight input[type="textarea"], textarea {
            width: 95% !important;
            min-width: 95% !important;
        }
        .flexrows .regformRight select, .flexcols .regformRight select {
            min-width: 95% !important;
            width: 95% !important;
        }
        /* was 50%;*/
        .flexrows .regformRight .regformSelect, .flexcols .regformRight .regformSelect {
            min-width: 95% !important;
            width: 95% !important;
        }
    
    .home .flexrows .checkboxes {
        flex: 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: left;
        flex-wrap: wrap;       
    }
        .RadComboBox {
        width: 100% !important;
    }
    .flexrows .buttons input[type="image"] {
        width: 90% !important;
        height: auto;
    }
    .flexrows .buttons2 input[type="image"], .flexrows .buttons3 input[type="image"] {
        width: 70% !important;
        height: auto;
    }   
    .nav
    {
        width:70% !important;
    }
    .buttons {
        width: 100%;
        margin: 0px auto;
        text-align: center !important;
        white-space: nowrap !important;
    }
    .buttons .navButtons90 input[type="image"], .buttons .navButtons90 img {
        width: 70% !important;
        height: auto;
    }
    .navButtons input[type="image"], .navButtons33 input[type="image"], .data input[type="image"]{
        width: 70% !important;
        height: auto;
    }
    .navButtons20 input[type="image"], .groupdata3 input[type="image"] {
        width: 100% !important;
        height: auto;
    }
    .navButtons50 input[type="image"] {
        width: 62% !important;
        height: auto;
    }
    .contact {
        width: 100% !important;
        margin: 0px auto;
    }

        .contact .jobfair {
            text-align: left;
            width: 90%;
        }
   
    /*.confirmationbuttons img {
        width: 90% !important;
        height: auto;
    }*/
    .rates .header {
        padding-left: 5px !important;        
    }
    .rates .buttons {
        padding: 20px 10px 10px 0px; 
        text-align:left;
        margin:0px;
    }
    .rates .buttons a {
        display:block;
        flex: 1 50% !important;
        width: 50% !important;
        text-align: center;        
        margin-bottom:10px;          
    }
    .rates .buttonsOff, .rates .buttonsOn {
        width: 140px !important;
        padding: 10px;     
        font-size:0.9em;
    }
    .rates .bullets, .rates .contractor {
        flex: 1 100% !important;
        width: 100% !important;
        text-align: left;
        flex-wrap: wrap;
        /*white-space: nowrap !important;*/
    }
    .rates .catsOff, .rates .catsOn {
        margin: 5px 10px 0px 10px;
        font-size: 0.9em;
    }
    .rates .catsDetails {
        margin: 0px 10px;
    }
    .rates .catsDetails img {
        width: 100% !important;
        height: auto;
    }
    .rates .eventsOff, .rates .eventsOn {
        margin: 0px 10px;        
    }
    .badges, .events {
        padding: 20px 0px 10px 0px;
        margin:10px 0px;
    }
        .badges .outer, .badges .highlight {
            text-align: left !important;         
        }
    .badges .flexcols {
        text-align: left !important;
    }
    .badges .outer, .badges .highlight {
        max-width: 280px;
        margin: 10px auto;
    }
        .events .flexrows {
            text-align: center !important;
            /*flex: 1 100%;*/
            width: 100%;
        }
}
@media screen and (max-width: 500px) {
    .confirmationbuttons input[type="image"] {
        width: 30vw !important;
        height: auto;
    }
}