﻿
/* add the following CSS to reposition the SharePoint ribbon bar and the site's wrapper.*/
/*html.has-ribbon .mdgov-entNav,
html.has-ribbon .mdgov-navBar__nav,
html.has-ribbon .mdgov-notifications*/
/*html.has-ribbon .mdgov-bodynotifications */ /*Commented to position Agency Alerts correctly in authoring env. */
/*{
    top: 45px;
}*/

/* Hide Ribbon Controls */

/* Customized SharePoint 2019 styles for MD Responsive-Design-Toolkit */
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle4-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle5-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle6-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle7-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle9-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle10-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle11-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle12-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle13-Menu {
    display: none !important;
}

/*#Ribbon\.EditingTools\.CPEditTab\.Paragraph-Large-0-0,*/
#Ribbon\.EditingTools\.CPEditTab\.Styles,
#Ribbon\.EditingTools\.CPEditTab\.SpellCheck {
    display: none !important;
}

#Ribbon\.EditingTools\.CPEditTab\.Font-Large-0-0,
#Ribbon\.EditingTools\.CPEditTab\.Markup-LargeMedium-1 {
    display: none !important;
}
html.has-ribbon .mdgov-entNav {
    top: 85px;
}

html.has-ribbon .mdgov-outerWrap {
    margin-top: 60px;
}

/* Top menu background color is white, changing to something dark in authoring. Production should apply default colors.*/
html.has-ribbon .mdgov-dropDown__panel {
    background-color: grey;
}

/* Link colors are showing blue in authoring due to corev4.css file. Change them to white.*/
html.has-ribbon .mdgov-masthead a:link {
    color: #fff;
}

html.has-ribbon .mdgov-masthead a:visited {
    color: #fff;
}

html.has-ribbon #mdgovFooter a:link {
    color: rgba(255,255,255,0.65);
}

html.has-ribbon #mdgovFooter a:visited {
    color: rgba(255,255,255,0.65);
}

/* #mdgovMain link color should be white. Since left nav bar also is inside #mdgovMain for 3 col page layouts, its link color has to changed back to black. See below*/
html.has-ribbon #mdgovMain a:link {
    color: #c8122c;
}

html.has-ribbon #mdgovMain a:visited {
    color: #c8122c;
}
/* Since left navbar is inside #mdgovMain for 3 col page layouts, its link color needs to revert to black. */
html.has-ribbon #pageSectionNav a:link {
    color: #000;
}

html.has-ribbon #pageSectionNav a:visited {
    color: #000;
}

/*In mobile view, the left bar was getting overlapped by ribbon and Enterprise Bar*/
html.has-ribbon .mdgov-navBar__nav {
    top:auto;
}

body #s4-ribbonrow {
    position: relative;
    z-index: 1001;
    overflow: visible !important;
    height: 35px;
    line-height: normal;
    background;
    background-color: rgba( 239,239,239,0.78 );
}

    body #s4-ribbonrow *,
    body #s4-ribbonrow *:before,
    body #s4-ribbonrow *:after {
        -webkit-box-sizing: content-box;
        /*  box-sizing: border-box;*/
    }

/*Remove the red bar at the bottom */
html.has-ribbon #s4-workspace {
    /*width:auto !important;
    height:auto !important;*/
    /*position: absolute !important;
    bottom: 0;*/
}

/* To align the top Enterprise header & to disable the Site Settings menu */
html.has-ribbon #header_container {
    height: 0px;
}

/*body #s4-workspace {
    overflow-y: auto !important;
    overflow-x: auto !important;
}*/
/*To enable responsive design in authoring sites where corev4.css is loaded*/
body #s4-bodyContainer {
    min-width: 0px;
}

/*Fix for the Edit webpart menu on the right not displaying.*/
/*.ms-ToolPaneOuter {
    position: fixed;
    z-index: 1003;
    top: 44px;
}*/

/*Styles for Site logo and site name. Replacement for .mdgov-hero__brand style due to page not working in SharePoint designer*/
@media (min-width: 992px) .hero_brand {
    width: auto;
    min-height: 167px;
}

.hero_brand {
    flex: 0 1 auto;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    align-items: center;
    text-decoration: none !important;
    color: #fff;
    position: relative;
}

.o365cs-nav-leftAlign {
    visibility: hidden;
}

#searchInputBox {
    margin-bottom: 0px;
    background-color: #fff;
    border: 0px;
}

.mdgov-hero {
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .mdgov-hero__heading {
        text-align: center;    
            margin: 1rem 0rem 1rem 0;
    }
}

#mdgovFooterContacts a,
#mdgovFooterContacts a:visited,
#mdgovFooterContacts a:hover{
    color:#fff
}

/* Social media icons not showing white after visited */
.mdgov-social a:visited{
   color:#ffffff;
}

/* Page content area visited link color should be #c8122c */
#mdgovMain a:visited{
    color: #c8122c;
}

/* Footer visited link color should be white */
#mdgovFooter a:visited{
    color: #ffffff;
}

/* Carousel Title not showing white color */
#mainSlideShow h3{
    color:#ffffff;
}

.mdgov-entNav__btn {
 min-width: 0em;
}

.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2 {
color: #262626;
}

/* Reusable Content Leftbar visited link color should be red */
.p-3 a:visited{
    color: #c8122c;
}
/* For the reusable content navigation */
.mdgov_subNav a:visited {
    color: #c8122c;
}

/* Styles for careers page only */
div.contain {
    text-align: center; 
    width: 101%; 
    height: 80px; 
    margin: auto; 
    padding: 0px;
}

div.border {
    clear:both;
    float:left;
    text-align:center;
    width:97%;
    margin:10px;
    padding:0px;
    border:2px solid #cccccc;
    border-radius:25px;
}

div.yellow
{
    clear:both;
    float:left;
    text-align:center; 
    width:97%; 
    margin:10px; 
    padding:0px;
    background:rgb(255, 230, 173);
    border-radius:25px;
}

img.bottomZero {
    margin-top:10px; 
    margin-right:10px; 
    margin-bottom:0px; 
    margin-left:10px;
    float:right; 
    width:367px; 
    height:300px;
}
div.img1:hover, div.img2:hover, div.img3:hover, div.img4:hover, div.img5:hover, div.img6:hover, div.img7:hover, div.img8:hover {
  -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

div.img1 {
    float: left; 
    line-height: 40px; 
    width: 24%; 
    height: 80px; 
    margin: 0px; 
    padding-left: 10px; 
    background-color: black; 
    color: white; 
    font-weight:800; 
    text-align: left; 
    background: url(/PublishingImages/_DSC2485-long-160.jpg) no-repeat top center; 
    background-size: cover; 
    border:1px solid white;
}
div.img2 {
    float: left; 
    line-height: 80px; 
    width: 24%; 
    height: 80px; 
    margin: 0px; 
    padding-left: 10px; 
    background-color: black; 
    color: white; 
    font-weight:800; 
    text-align: left; 
    background: url(/PublishingImages/_DSC1668-long-160.jpg) no-repeat top center; 
    background-size: cover; 
    border-top:1px solid white; 
    border-right:1px solid white; 
    border-bottom:1px solid white;
}
div.img3 {
    float: left; 
    line-height: 80px; 
    width: 23%; 
    height: 80px; 
    margin: 0px; 
    padding-left: 10px; 
    background-color: black; 
    color: white; 
    font-weight:800; 
    text-align: left; 
    background: url(/PublishingImages/_DSC1631-long-160.jpg) no-repeat top center; 
    background-size: cover; 
    border-top:1px solid white; 
    border-bottom:1px solid white;
}
div.img4 {
    float: left; 
    line-height: 40px; 
    width: 23%; 
    height: 80px; 
    margin: 0px; 
    padding-left: 10px; 
    background-color: black; 
    color: white; 
    font-weight:800; 
    text-align: left; 
    background: url(/PublishingImages/_DSC1696-long-160.jpg) no-repeat top center; 
    background-size: cover; 
    border:1px solid white;
}
div.img5 {
    float: left; 
    line-height: 80px; 
    width: 24%; 
    height: 80px; 
    margin: 0px; 
    padding-left: 10px; 
    background-color: black; 
    color: white; 
    font-weight:800; 
    text-align: left; 
    background: url(/PublishingImages/_DSC2436-long-160.jpg) no-repeat top center; 
    background-size: cover; 
    border:1px solid white;
}
div.img6 {
    float: left; 
    line-height: 80px; 
    width: 24%; 
    height: 80px; 
    margin: 0px; 
    padding-left: 10px; 
    background-color: black; 
    color: white; 
    font-weight:800; 
    text-align: left; 
    background: url(/PublishingImages/_DSC1714-long-160.jpg) no-repeat top center; 
    background-size: cover; 
    border-top:1px solid white; 
    border-right:1px solid white; 
    border-bottom:1px solid white;
}
div.img7 {
    float: left; 
    line-height: 80px; 
    width: 23%; 
    height: 80px; 
    margin: 0px; 
    padding-left: 10px; 
    background-color: black; 
    color: white; 
    font-weight:800; 
    text-align: left; 
    background: url(/PublishingImages/IMG_6559-long-160.jpg) no-repeat top center; 
    background-size: cover; 
    border-top:1px solid white; 
    border-bottom:1px solid white;
}
div.img8 {
    float: left; 
    line-height: 25px; 
    width: 23%; 
    height: 80px; 
    margin: 0px; 
    padding-left: 10px; 
    background-color: black; 
    color: white; 
    font-weight:800; 
    text-align: left; 
    background: url(/PublishingImages/veterans-long-160.jpg) no-repeat top center; 
    background-size: cover; 
    border:1px solid white;
}

div a.eighty, div a.forty, div a.twenty005 {
    color: white;
}

div.textContain {
    float: left; 
    text-align: left; 
    width: 55%; 
    padding-left: 15px;
}

img.float {
    float: left; 
    text-align: left; 
    margin: 15px;
}

div.yellow p strong.blueText {
    color: rgb(43, 56, 144);
}

img.mainImg {
    float: left; 
    text-align: left; 
    margin: 15px; 
    border-radius: 25px;
}

div.textLeft {
    float: left; 
    text-align: left; 
    width: 72%;
}

div.colTwo {
    float: left; 
    text-align: left; 
    width: auto;
}

.cl_base_hNav {
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0;
}

.cl_base_hNav li {
    float: left;
    list-style: none;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}

.cl_base_hNav li a {
	/* LAYOUT */
	display: block;
	float: left;
}
.cl_iconNav {
    padding-left: 10px;
    margin: 0;
}
.cl_iconNav li {
    list-style: none;
    background-image: url("/_layouts/15/MDSharePointToolkit/egov/img/sprites/nav_sprite.png");
    background-position: left -599px;
    background-repeat: no-repeat;
    color: #1c468e;
    padding-left: 15px;
}

#CSP a:visited {
    color: #ffffff;
}