﻿/* 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, .header_wrapper {
        width: 100% !important;
    }
    /* the rest of the mobile styles go here */
    .header_wrapper img {
        width: 100% !important;
        height: auto !important;
        text-align: left !important;
    }
    .content_wrapper {
        padding: 10px !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;
    }    
    .flexcontainer, .flexrows, .flexcols {
        width: 100% !important;
    }
        .flexrows .regformLeft, .flexcols .regformLeft {
            flex: 1 100% !important;
            width: 100% !important;
            max-width: 100% !important;
            text-align: left;
            flex-wrap: nowrap;
            white-space: nowrap !important;
        }
        .flexrows .regformRight, .flexcols .regformRight, .flexcols .regformQMark {
            flex: 1 100% !important;
            width: 100% !important;
            max-width: 100% !important;
            text-align: left;
            flex-wrap: nowrap;
            white-space: nowrap !important;
        }
        /* flex the single field on a row */
        .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;
        }
        /* flex the single fields when in columns - running off of the page*/
        .flexcols .formFieldOn input, .flexcols .formFieldOff input .flexcols .formFieldOn input[type="text"], .flexcols .formFieldOff input[type="text"] {
            width: 95% !important;
            min-width: 95% !important;
        }
        .flexcols .regformRight input[type="text"], .flexcols .regformRight input[type="password"], .flexcols .regformRight input[type="textarea"], textarea, .flexcols .regformQMark input[type="password"] {
            width: 95% !important;
            min-width: 95% !important;
            max-width: 95% !important;
        }
        .flexcols .regformQMark input[type="text"], .flexcols .regformQMark input[type="password"] {
            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 select {
            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;
    }
    .detailsColor, .notesColor {
        flex-wrap:wrap !important;
        white-space:normal !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%;
        }
    .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: 0px 0px 10px 0px;
        margin: 10px auto;        
    }
        .badges .outer, .badges .highlight {
            text-align: left !important;         
        }
        .badges .flexcols {
            text-align: center !important;
        }
    .badges .outer, .badges .highlight {
        max-width: 280px;
        margin: 10px auto;
    }  
}
@media screen and (max-width: 500px) {
    .confirmationbuttons input[type="image"] {
        width: 30vw !important;
        height: auto;
    }
}
@media screen and (max-width: 640px) {
    .flexrows .buttons {
        flex: 1;
        -ms-flex: 1 50%; /* IE 10 */
        min-width: 50%;
        padding-top:10px;
        text-align: center;
    }
    .mobileImg img {
        width: 100% !important;
        height: auto !important;
    }
    .indexStart {
        width: 100% !important;
    }
    .indexBorder {
        border: none;
        padding: 10px;        
    }
    .radio {
        display: block;
    }
    .events .flexrows {
        text-align: center !important;
        margin: 0px auto;
        width: 100%;
    }
    .events .outer, .events .highlight, .waitlist, .events .included, .events .reduced {        
        text-align: center;
        margin: 10px auto;
    }    
    .review {
        margin-right: 10px;
        padding: 10px;
    }
    .review .flexrows {
        width: 100% !important;
    }
        .review .indent {
            padding-left: 5px;
            flex-wrap:wrap;
            white-space:normal !important;
        }
        .review .groupindent {
            padding-left: 5px;
            flex-wrap: wrap;
            white-space: normal !important;
        }
        .review .padRight {
            padding-right: 5px;
            text-align: right;
            flex-wrap: nowrap;
        }
        .review .padLeft {
            padding: 10px;
        }
    .navButtonsAdd {
        display:none;
    }
    .navButtonsMobile {
        display: block;
        padding-top: 20px;
        text-align:center;
    }
    .checkout .payfooter {
        padding: 5px 0px;        
    }
    .ProfileAnswers {
        padding-top: 0px;
    }
    .ProfileAnswers .radio {        
        min-width:100% !important;
        display:block;
    }
    #InnerTableCellOverlay {
        max-width: 300px;
        width: 300px;
        overflow:hidden;
    }
    .flexcols .regformQMark {
        width: 93% !important;
        min-width: 93% !important;
    }
    #iVideo {
        min-width: 320px !important;
        width: 100% !important;
        min-height: 300px !important;
        height: 100% !important;
        vertical-align: top;
        padding: 0px;
    }
}