﻿@media only screen and (max-device-width : 1023px) {


    .carouselMobileDisplay {
        visibility: visible;
        display:block;
    }

    #offersSection {
        display: none;        
    }

    .national_service_button {
        border: 1px solid #607894;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 12px;
        font-family: arial, helvetica, sans-serif;
        padding: 0px 10px 1px 10px;
        text-decoration: none;
        display: inline-block;
        text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
        font-weight: bold;
        color: #FFFFFF;
        background-color: #8094AC;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#8094AC), to(#003980));
        background-image: -webkit-linear-gradient(top, #8094AC, #003980);
        background-image: -moz-linear-gradient(top, #8094AC, #003980);
        background-image: -ms-linear-gradient(top, #8094AC, #003980);
        background-image: -o-linear-gradient(top, #8094AC, #003980);
        background-image: linear-gradient(to bottom, #8094AC, #003980);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8094AC, endColorstr=#003980);
    }

        .national_service_button:hover {
            border: 1px solid #4e6178;
            background-color: #627a97;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#627a97), to(#00224d));
            background-image: -webkit-linear-gradient(top, #627a97, #00224d);
            background-image: -moz-linear-gradient(top, #627a97, #00224d);
            background-image: -ms-linear-gradient(top, #627a97, #00224d);
            background-image: -o-linear-gradient(top, #627a97, #00224d);
            background-image: linear-gradient(to bottom, #627a97, #00224d);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#627a97, endColorstr=#00224d);
        }

    .footerDockedNational {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;       
    }
}

@media (min-device-width : 768px) and (max-device-width : 768px) {
    #btnGoSearchByZip {
        margin-right: 50px !important;
    }
}

    @media (min-device-width : 569px) and (max-device-width : 1023px) {

        #btnGoSearchByZip {
            flex-grow: 1;
            border-radius: 10px 10px 10px 10px;
            margin-right: 55px !important;
            height: 35px;
        }

        #txtFranchiseZipCode {
            display: block;
            float: left;
            margin-left: 10px;
            width:58%;
        }

        #innerShadow {
            margin-left: -16px;
            background-color: white;
            width: 110%;
            height: 45px;
            background-color: #002859 !important;
        }

        #zipCodeSearch {
            width: 100%;
            margin-bottom: 0px;
            margin-right: 5px;
            border-radius: 10px 10px 10px 10px;
            margin-left: 20px !important;
            height: 35px;
        }

        .mobileDrawerToggle {
            padding: 22px 6.5px 0 6.5px;
            /*margin-top: 5px;*/
        }

            .mobileDrawerToggle:before {
                margin-top: 6px;
            }

        #findLocalyOwned, #estimatedTotalBox {
            display: none;
            visibility: hidden;
        }


        #logoImage {
            /*width: 40%;*/
            margin: 0 auto;
            text-align: left;
            padding-right: 150px;
            height: 45px;
        }


        #backgroundImageBanner {
            display: block;
            height: 245px;
        }

        .SearchContainer {
            display: flex;
            background-color: white;
            width: 100%;
            margin-bottom: 15px;
            padding-top: 5px;
            box-shadow: inset 0 0 10px #000000;
            -webkit-box-shadow: inset 0 0 10px #000000;
            -moz-box-shadow: inset 0 0 10px #000000;
            height: 47px;
            margin-left: -10px;
        }

        .featureSwitch {
            display: block;
            background-color: #dbe3e6;
            background-image: none !important;
        }
    }

    @media screen and (min-device-width: 1024px) {
        #nationalDocked, .SearchContainer, #innerShadow {
            display: none;
            max-height: 0;
            overflow: hidden;
        }

        .carouselMobileDisplay {
            visibility: hidden;
            display:none;
        }

        #offersSection {
            display: block;            
        }

        .featureSwitch {
            display: block;
        }
    }


    @media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
        /* STYLES GO HERE */
        #btnGoSearchByZip {
            flex-grow: 1;
            border-radius: 10px 10px 10px 10px;
            margin-right: 20px !important;
            height: 35px;
        }

        #zipCodeSearch {
            width: 100%;
            margin-bottom: 0px;
            border-radius: 10px 10px 10px 10px;
            margin-left: 20px !important;
            height: 35px;
        }

        #innerShadow {
            margin-left: -16px;
            background-color: white;
            width: 115%;
            height: 45px;
            background-color: #002859 !important;
        }

        .mobileDrawerToggle:before {
            margin-top: 6px;
        }

        #txtFranchiseZipCode {
            display: block;
            float: left;
            margin-left: 10px;
            width:58%;
        }

        .mobileDrawerToggle {
            padding: 22px 6.5px 0 6.5px;
            /*margin-top:5px;*/
        }

        #findLocalyOwned, #estimatedTotalBox {
            display: none;
            visibility: hidden;
        }

        #logoImage {
            height: 225px;
            width: 280px;
        }


        .featureSwitch {
            display: block;
            background-color: #dbe3e6;
            background-image: none !important;
        }


        /*#utilHeader {            
            padding-left: 0px;
            padding-right: 0px;
            padding-bottom: 1px;
        }*/

        .SearchContainer {
            display: flex;
            background-color: white;
            width: 100%;
            margin-bottom: 15px;
            padding-top: 5px;
            box-shadow: inset 0 0 10px #000000;
            -webkit-box-shadow: inset 0 0 10px #000000;
            -moz-box-shadow: inset 0 0 10px #000000;
            height: 47px;
            margin-left: -10px;
        }




        #backgroundImageBanner {
            display: block;
            height: 115px;
        }
    }

    /*@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
        /* STYLES GO HERE */
    /*#findLocalyOwned {
            display: none;
            visibility: hidden;
        }
    }*/ 
