/**Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .mydmvservices {
        margin: 0 0 0 0;
    }

    .driverservices {
        margin: 0 0 0 0;
    }

    .blue {
        margin-top: 20px;
    }

    .camera_caption, .camera_caption span {
        color: #f8c01a !important;
        font-size: 1.7rem;
    }

    .camera_caption a {
        /* color: #fff!important;
         text-decoration: none;
         border-bottom: 1px dotted #fff!important;*/
        font-size: 1.5rem !important;
    }

    /*Bottom Links**/
    .module {
        background: #00aeef;
        color: white;
        padding: 1px;
        border-radius: 3px;
    }

    /*Bottom Links**/
    .bluegreen {
        background: #00aeef;
        border-radius: 5px;
    }

    .blue {
        text-align: center;
        padding: 1px;
    }

    .blue h2 {
        color: white;
        font-size: 2rem !important;
    }

    /**Overrider Bootstarp css **/
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 5px;
        padding-left: 5px;
    }

    /**Webchat**/
    .webchat {
        width: 40%;
        right: 10px;
    }
    .hometile {
         height: 80px;
         margin-top: 5px;
    }
    .identificationservices .hometile h2 span.tilelabel,.identificationservices .hometile h2 span.serviceslabel, .onlineservices .hometile h2 span.tilelabel, .onlineservices .hometile h2 span.serviceslabel, .mydmvservices .hometile h2 span.tilelabel, .mydmvservices .hometile h2 span.serviceslabel, .vehicleservices .hometile h2 span.tilelabel, .vehicleservices .hometile h2 span.serviceslabel,.dealerservices .hometile h2 span.tilelabel,.dealerservices .hometile h2 span.serviceslabel,.dmvprograms .hometile h2 span.tilelabel, .dmvprograms .hometile h2 span.serviceslabel{
        font-size: 0.8em!important;
        font-weight:bold;
        font-family: 'Montserrat', sans-serif !important;
        text-transform:uppercase;
    }
   .hometile br {
        display: none;
    }
    .bottom-links{
        margin-top:0px;
    }
    .agencyFooter_logo {
        width: 50%;
    }

    /** Mobile Menu styles **/

    .ui-icon-home{
        display:none!important;
    }

    .left-padding {
       margin:5px 0 0 0;
    }

    .right-padding {
       margin:5px 0 0 0;
    }

    .inner-padding {
        margin:5px 0 0 0;
    }

    .orange-yellow{
        min-height:70px;
    }

    .no-gutter > [class*="col-"] {
        padding-right: 5px !important;
        padding-left: 5px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    br {
        display: none;
    }

    .bottom-links{margin-bottom:5px;}
}

/**Medium devices (tablets, 768px and up)**/
@media (min-width: 768px) {

}

/**Large devices (desktops, 992px and up)**/
@media (min-width: 992px) {

}

/**Extra large devices (large desktops, 1200px and up)**/
@media (min-width: 1200px) {

}