﻿@media screen and (max-width: 640px) {
    body {
        
        width: 100% !important;
        text-align:left !important;
        font-size:0.9em !important;
    }
    
    .pagewrapper, #header_wrapper {
        width: 100% !important;
        padding-top: 10px;
        text-align: left !important;
    }
    #header_wrapper img {
        width: 100% !important;
        height: auto !important;
        text-align:left !important;
    }
    .navMenu {
        margin: 0px auto;
        padding: 0px;
        width: 100% !important;
        overflow: hidden;
    }
    .content_wrapper {
        padding: 0px !important;
        text-align: left !important;
        width: 98% !important;
    }
    .content {
        padding: 5px !important;
        text-align: left;
    }
    h2, h3{
        font-size:1.1em !important;
    }
    .footer_wrapper {
        width: 100% !important;
        padding-top: 10px;
        margin-top: 20px !important;
        font-size: 0.9em !important;
    }
        .footer_wrapper div.NormalText
        {
            display:block;
        }
        .footer_logo {
            width: 100% !important;
            background-color: #041332;
            padding-top: 10px;
        }    
    .NewReg {
        padding: 0px !important;
        margin:0px;
    }
        .NewReg .buttons {
            flex: 1 100% !important;
            padding:5px !important;
            text-align: center;           
            margin: 0px;
        }
        .NewReg .buttons .home {
            width: 60% !important;
            height: auto;                    
        }
        .NewReg .options .buttons img, .buttons input[type="image"] {
            width: 60% !important;
            height: auto;
        }
    .flexcontainer {
        width:100%;    
    }
        .flexcontainer .regformLeft {
            flex: 1 100% !important;
            width: 100% !important;
            text-align: left;
            font-size: 0.9em;
            flex-wrap: nowrap;
            white-space: nowrap !important;            
        }

    .flexcontainer .regformRight {
        flex: 1 100%;
        width: 100% !important;
        text-align: left;
        flex-wrap:nowrap;
        padding-top:5px;
    }
        .flexcontainer .formFieldOn input, .flexcontainer .regformRight input[type="text"] { /*, .flexcontainer .regformRight input[type="password"]*/
            width: 90% !important;
        }
    /* we want the CC # input to be only 1/2 the page size */
    #ctl00_MainContent_txtcardnum {
        width:50% !important;
    }    
    .badge {
        width: 90% !important;        
    }  
        
    /* here we are adding "step # and removing the progress bar at the top of each page */
    .pageheader {
        display: inline !important;
    }
    .trackBar{
        display:none !important;
    }    
    /* reg. fees, sessions page styles */
    div.greyBox {
        width: 98%;
        font-size: 0.9em;
        padding: 2px;
    }
        div.greyBox div.innerBox {
            padding: 5px !important;
        }
    .greyBox .flexcontainer .col1 {
        flex: 1 68%;
        max-width: 68% !important;        
    }
    .greyBox .flexcontainer .col2 {
        flex: 1 28%;
        max-width: 28% !important;        
    }
    .greyBox .flexcontainer .col4 {
        flex: 1 15%;
        max-width: 15% !important;        
    }
    #divReprint {
        padding: 40px 5px 10px 5px !important;
        font-size:0.9em !important;
    }
    /* review page styles */
    /* headers - reduce the font */

    /* contact data section on the review pages */
    .review .labelcol1, .managereview .labelcol1 {
        display:none !important;
    }

    .review .datacol1, .managereview .datacol1 {
        flex: 1 48%;
        max-width: 48% !important;
        padding: 0px 0px 0px 5px;
        margin: 0px;
        text-align: left;
    }

    .review .labelcol2, .managereview .labelcol2 {
        display: none !important;
    }

    .review .datacol2, .managereview .datacol2 {
        flex: 1 48%;
        max-width: 48% !important;
        padding: 0px 0px 0px 5px;
        margin: 0px;
        text-align: left;
    }
    .review .col1, .managereview .col1, .review .col2, .managereview .col2, .review .col3, .managereview .col3, .review .col4, .managereview .col4 {
        font-size: 0.9em;
        padding:0.5% !important;
        margin:0px !important;
    }
    .review .col2, .managereview .col2 {
        flex: 1 65%;
        max-width: 65% !important;
        padding: 2px 0px 2px 0px;
        margin: 0px;
        text-align: left;
    }
    #divprint{display:none;}
    #leftNav {
        display: none;
    }
    #divDetails {
        flex:1 100%;
    }
    /* menu - remove the reports */
    #mnBCD1__Reports, #mnBCD1__Exports, #mnBCD1__ChangePassword {
        display: none;
    }
    .ValSummary li{
        font-size:0.9em !important;
    }
    /* make the blue buttons smaller */
    .btnClass{
        width:auto !important; 
        height:80% !important;
    }
    .waivers ol{
        padding-left:10px;
        margin:0px;
    }
    .cancelText  table{
        width:90% !important;
    }
    #checkout {
        width: 80%;     
    }
    #paymentPage {
        width: 100%;
    }
    /*8/13/2025 new styles to make the site mobile friendly*/
    /* home page */
    .home {
        font-size: 1.0em;
        text-align: left;
        padding: 10px 0px 0px 10px;
    }
}
