﻿/* Only display masthead background images on larger screens. */
@media (min-width: 992px) {


    /*
        1. Edit the .mdgov-masthead rule's background-image to your own default site-wide image.
        2. Use the .mdgov-fixed .mdgov-mastead rule to override your default if using a combination of fluid and fixed width layouts.
        3. Use masthead modifier classes "--tall, --full. REMOVE or COMMENT any not in use.
    */

    /* Default site-wide masthead. */
    .mdgov-masthead {
        background-image: url("/PublishingImages/drivers-page.jpg");
    }

    /* Default site-wide fixed layout masthead. */
    .mdgov-fixed .mdgov-masthead {
        background-image: url("../../../_layouts/MDResponsiveToolkit2019/egov2019/img/masthead-bg-fixed-1200x250.jpg");
    }

    /* Tall fluid-width masthead. */ 
    .mdgov-masthead.mdgov-masthead--tall {
        background-image: url("../../../_layouts/MDResponsiveToolkit2019/egov2019/img/masthead-bg-tall-fluid-1920x500.jpg"); 
    }

    /* Tall fixed-width masthead. */
    .mdgov-fixed .mdgov-masthead.mdgov-masthead--tall {
        background-image: url("../../../_layouts/MDResponsiveToolkit2019/egov2019/img/masthead-bg-tall-fixed-1200x500.jpg");
    }

    /* Full-height, fluid-width masthead. */
    .mdgov-masthead.mdgov-masthead--full {
        background-image: url("../../../_layouts/MDResponsiveToolkit2019/egov2019/img/masthead-bg-full-fluid-1920x1020.jpg");
        overflow: hidden;
    }

    /* 
        For displaying angled card background effect.
        Note that background color is specified as the primary brand in the core CSS already.
    */
    .mdgov-masthead.mdgov-masthead--full:before {
        content: "";
        backface-visibility: hidden;
        transform: skew(0deg,-3deg);
        height: 50%;
        width: 100vw;
        position: absolute;
        z-index: 0;
        transform-origin: bottom left;
        left: 0;
        bottom: -110px;
    }
    
    /* Full-height, fixed-width masthead. */
    .mdgov-fixed .mdgov-masthead.mdgov-masthead--full {
        background-image: url("../../../_layouts/MDResponsiveToolkit2019/egov2019/img/masthead-bg-full-fixed-1200x1020.jpg");
        background-size: auto;
        background-position: top center;
    }
    .mdgov-masthead--angled {
        background-image: url('/sites/mva/Style%20Library/egov2019/img/masthead-bg-angled.jpg');
    }
    
    /* Full-screen background example. 
    .mdgov-outerWrap {
        background-color: transparent;
    }
    body {
        background-image: url(../../../_layouts/MDResponsiveToolkit2019/egov2019/img/masthead-bg-full-fluid-1920x1020.jpg);
    }
    */
}
/* Online Services Widget Container */
.svc_filterForm {
    background-color: #e9ecef;
    padding: 1rem 1rem 0 1rem;
    margin-bottom: 1rem;
}


a:link {
  text-decoration: none;
}
    
    

/* CSS for Resuable content */
html.has-ribbon #reusableContentMainDiv01 a:link {
    color:#000;
}
html.has-ribbon #reusableContentMainDiv01 a:visited {
    color:#000;
}
.reusableContentMainDiv01 .nav-link[data-toggle="collapse"]
{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
html.has-ribbon #reusableContentMainDiv02 a:link {
    color:#000;
}
html.has-ribbon #reusableContentMainDiv02 a:visited {
    color:#000;
}
.reusableContentMainDiv02 .nav-link[data-toggle="collapse"]
{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
html.has-ribbon #reusableContentMainDiv03 a:link {
    color:#000;
}
html.has-ribbon #reusableContentMainDiv03 a:visited {
    color:#000;
}
.reusableContentMainDiv03 .nav-link[data-toggle="collapse"]
{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
html.has-ribbon #reusableContentMainDiv04 a:link {
    color:#000;
}
html.has-ribbon #reusableContentMainDiv04 a:visited {
    color:#000;
}
.reusableContentMainDiv04 .nav-link[data-toggle="collapse"]
{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    
/* Left side top of the page blue section*/    
@media (min-width: 992px) {
  .mdgov-masthead {
    min-height: 50px;
  }
  .mdgov-masthead:before, .mdgov-masthead:after {
    background-color: #2b639e; /* top left angled section color blue */
  }
}
    
.mdgov-footer__nav {
  width: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 2rem;
  list-style: none;
}

@media (max-width: 767.98px) {
  .mdgov-footer__nav {
    text-align: center;
  }
}    

/*Added the style to generate the modal pop-up box for images. Used on License Plate pages on MVA sites.*/
.ms-rteImage-LightBox { 
    width: 150px;    
    cursor: pointer; 
    border: 1px solid #385b83; 
} 
/* Remove the space on content in the main section */
.mdgov-section
{
margin-bottom: 1rem;
}

/* Remove the space between the reusable content and side navigation */
.p-md-4
{
padding: 4px !important;
}

.p-3
{
padding: 16px !important;
}
.mdgov-footer__bottom{ border-top: none !important;}
