﻿/* 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/MDGov-AgencyTemplate-Home-Image-Mask.jpg");
    }

    /* Default site-wide fixed layout masthead. */
    .mdgov-fixed .mdgov-masthead {
        background-image: url("/PublishingImages/MDGov-AgencyTemplate-Home-Image-Mask.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("/PublishingImages/MDGov-AgencyTemplate-Home-Image-Mask.jpg");
        background-size: auto;
        background-position: top center;
    }
    /* THIS updates the main page right side graphic */
    .mdgov-masthead--angled {
        background-image: url('/PublishingImages/MDGov-AgencyTemplate-Home-Image-Mask.jpg');
    }
    
    /* Full-screen background example. 
    .mdgov-outerWrap {
        background-color: transparent;
    }
    body {
        background-image: url(../../../_layouts/MDResponsiveToolkit2019/egov2019/img/masthead-bg-full-fluid-1920x1020.jpg);
    }
    */
}


/* 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);
}
.bg-light {
    background-color: #FFC838 !important;
}


/* IE 11 is not showing the angled dividers correctly. Height property for SVG is missing. */
.mdgov-divider--diag {
	height:4vw;	
}




