﻿/* 2010-Responsive-Design-Toolkit-User-Guide.docx Customizing Your New Site Step*/

 /* Default site-wide masthead. */
 .mdgov-masthead {
	background-image: url("/Style%20Library/egov/img/soskids_inner.jpg");
}

/* Default site-wide fixed layout masthead. */
.mdgov-fixed .mdgov-masthead {
	background-image: url("../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-fixed-1200x250.jpg");
}

/* Tall fluid-width masthead. */
.mdgov-masthead.mdgov-masthead--tall {
	background-image: url("../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-tall-fluid-1920x500.jpg");
}

/* Tall fixed-width masthead. */
.mdgov-fixed .mdgov-masthead.mdgov-masthead--tall {
	background-image: url("../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-tall-fixed-1200x500.jpg");
}

/* Full-height, fluid-width masthead. */
.mdgov-masthead.mdgov-masthead--full {
	background-image: url("../../../_layouts/15/MDSharePointToolkit/egov/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%; /*90%*/
		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/15/MDSharePointToolkit/egov/img/masthead-bg-full-fixed-1200x1020.jpg");*/
	background-image: url("../../egov2019/img/masthead-bg-angled-red.jpg");
	background-size: auto;
	background-position: top center;
}

.mdgov-masthead--angled {
	/*background-image: url('../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-angled.jpg');*/
	background-image: url("../../egov2019/img/masthead-bg-angled-red.jpg");

}

/* Online Services Widget Container */
.svc_filterForm {
	background-color: #e9ecef;
	padding: 1rem 1rem 0 1rem;
	margin-bottom: 1rem;
}

/* 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);
}

/* Numbers being shown under the Carousel. This fix would be incorporated by Mike in core files… */
.carousel-indicators li {
	text-indent: -4000px;
}

/* IE 11 is not showing the angled dividers correctly. Height property for SVG is missing. */
.mdgov-divider--diag {
	height: 4vw;
}
/*font stle for header*/
h1, .ms-h1 {
font-family: "Montserrat",sans-serif;
font-size: 2.45em;
color: #000;
font-weight: bold;
}

html.has-ribbon #mdgovFooter a:link {
   color: rgba(255,255,255,1)!important;
}

.headerBgImg {
	background-image: url(../img/soskids_inner.jpg); /****CHANGE HEADER BACKGROUND IMAGE HERE*****/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}


#mdgov_enterpriseNavigation {
	z-index: 10;
	width: 100%;
	clear: both;
	background-color: #6cb235; /****NAV LIST BACKGROUND COLOR*****/
}

#mdgov_TopSliverBar {
	width: 100%;
	z-index: 1000;
	min-height: 33px;
	background-color: #000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #fcb913; /*******TOP BANNER SLICE COLOR CHANGE HERE*****/
	font-size: 80%;
}

#footer_block {
	background-color: #000;
	border-top: 4px #000000 solid; /******FOOTER COLOR CHANGE HERE******/
	width: 100%;
	color: #fff;
}

#mdgov_mobileNavButton a {
	position: absolute;
	left: 0;
	height: 21px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
	background-color: #fcb913;
	text-align: left;
	font-size: 165% !important;
	width: 100%;
	text-indent: 1.5%;
	padding: 6px 0;
	border-bottom: 4px solid #000;
}

/****** Adjust background color of columns ******/

  #secondary_upper_left_col {
    background-color: #fcb913;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:5px;
    border-radius:15px;
    height:180px; 
    padding: 5px;
}
    
#secondary_upper_middle_col {
    background-color: #6cb235;
    margin-top:5px;
    margin-bottom:5px;
    border-radius:15px;
    height:180px;
    padding: 5px;
}

#secondary_upper_right_col {
  background-color: #fcb913;
  margin: 5px;
  border-radius:15px;
  height:180px;
  padding: 5px;
}


#secondary_lower_middle_col {
    background-color: #fcb913;
    margin-top:5px;
    margin-bottom:5px;
    border-radius:15px;
    height:130px;
    padding: 5px;
}


#secondary_lower_right_col {
    background-color: #6cb235;
    margin:5px;
    border-radius:15px;
    height:130px;
    padding: 5px;
}

#primary_middle_col {
	background-color:#fcb915;
	border-radius:15px;
	height: 100%;	
	
}

.primary_middle_col {
	background-color:#fcb915;
	border-radius:15px;
	height: 100%;	
	
}

.primary_middle_colimg {
	border-radius: 15px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
	
}

#primary_middle_col .mdgov_contentWrapper {
	margin-left: -10px;
}


#primary_middle_col img {
    border-radius:15px;
    margin-top:10px;
    margin-left: auto;
    margin-right:auto;
}
 
 
 .tile {
	
	background-color:#666;
	border-radius: 6px;
	padding: 12px;
	position: relative;
	text-align:center;
	border-bottom: 10px solid #e3e4e8;
	width:150px;
	
	
}

 .img-responsive {
	
	display: block;
	max-width: 100%;
	height: auto;
	
}

.img-thumbnail {
	
	padding: 0px;
	line-height:1.72222!important;
	border:2px solid #bdc3c7!important;
	display:inline-block!important;
	height: auto!important;
	width: 100%;
	
	}

img {
	
	vertical-align: text-top;
	
}

#agency_branding, #agency_branding_subpage {
	
	padding:20px;
	background-image: url('../img/bgBlack30.png');

}
   /* IE 11 is not showing the angled dividers correctly. Height property for SVG is missing. */
    .mdgov-divider--diag {
        height: 4vw;
    }

    /* home page masthead changing image color to navy */
    .mdgov-masthead--angled:before {
        content: "";
        backface-visibility: hidden;
        transform: skew(8.5deg,-3deg);
        background-color: #09244b !important;
        height: 100%;
        width: 57%;
        position: absolute;
        z-index: 0;
        top: 0;
        transform-origin: bottom left;
        left: 0;
    }

    html.has-ribbon .mdgov-outerWrap {
        margin-top: 0px!important;
    }

    .mdgov-hero {
        justify-content: center;
        padding: 10px !important;
    }
}

/* home page masthead changing image color to navy */

html.has-ribbon .mdgov-outerWrap {
    margin-top: 0px!important;
}

.masthead-link a:link { color:white !important; text-decoration:underline !important;}
.masthead-link a:visited { color:#5b9fdb !important;}
.masthead-link a:hover { color:lightskyblue !important;}
.masthead-link a:active { color:light blue !important;}

}

body {
    /* gray outside background */
    background-color: #ccc !important;
}


/*footer-2024-css*/
:root {
    --mdgov-footer-bg-color: #000;
  }
  
  [data-mdgov-theme=dark] {
    --mdgov-footer-bg-color: #09244b!important;
  }
  
  .mdgov-footer-2024 {
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: var(--mdgov-footer-bg-color);
    color: #fff;
  }
  .mdgov-footer-2024 a {
    color: #fff;
    text-decoration: none;
  }
  .mdgov-footer-2024 a:hover, .mdgov-footer-2024 a:focus {
    text-decoration: underline;
  }
  .mdgov-footer-2024__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
    gap: 16px;
  }
  @media (min-width: 992px) {
    .mdgov-footer-2024__top {
      flex-flow: row;
      gap: 32px;
    }
  }
  .mdgov-footer-2024__nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mdgov-footer-2024__nav > li + li:before {
    padding-right: 1rem;
    padding-left: 1rem;
    color: rgba(255, 255, 255, 0.5);
    content: "-";
  }
  .mdgov-footer-2024__agency {
    display: flex;
    align-items:center;
    flex-flow: column;
    gap: 16px;
  }
  .mdgov-footer-2024__agency__logo img {
    max-width: 90px;
  }
  .mdgov-footer-2024__agency__address {
    text-align: center;
  }
  .mdgov-footer-2024__agency__address address {
    max-width: 400px;
    margin: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
  }
  .mdgov-footer-2024__agency__address address:before {
    content: none;
  }
  .mdgov-footer-2024__agency__address address strong {
    font-size: 1.2rem;
    line-height: 1;
  }
  @media (min-width: 992px) {
    .mdgov-footer-2024__agency__address {
      text-align: left;
    }
  }
  .mdgov-footer-2024__agency__links {
    display: flex;
    flex: 1 0 0%;
    flex-flow: column;
    justify-content: center;
  }
  @media (min-width: 992px) {
    .mdgov-footer-2024__agency {
      flex-flow: row;
      align-items:flex-start;
    }
  }
  .mdgov-footer-2024__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 48px;
    padding-top: 48px;
  }
  .mdgov-footer-2024__bottom a {
    color: #fff;
  }
  .mdgov-footer-2024__bottom__heading {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .mdgov-footer-2024__bottom h3 {
    font-size: 1.25rem;
  }
  .mdgov-footer-2024__bottom__links {
    display: flex;
    flex-flow: column;
    gap: 24px;
  }
  .mdgov-footer-2024__bottom__links a {
    display: block;
    line-height: 1;
  }
  .mdgov-footer-2024__bottom__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mdgov-footer-2024__bottom__links ul li {
    margin-bottom: 0.75em;
  }
  .ewf-footer__heading{
    color: #fff;
  }
  .ewf-footer__links h3{
    color:#fff;
    margin-bottom: 20px!important;
  }


  #s4-bodyContainer {
    padding-bottom: 0px !important;
}

  @media (min-width: 992px) {
    .mdgov-footer-2024__bottom__links {
      flex-flow: row;
    }
    .mdgov-footer-2024__bottom__links > div {
      flex: 1 1 auto;
    }
  }


@media only screen and (max-width: 992px) {
    .mdgov-homePanel {
        background-color: #09244b !important;
    }

    .mdgov-hero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        background-color: black!important;
        flex: 0 0 auto;
        overflow-x: hidden;
        z-index: 1;
    }

    .mdgov-navBar {
        display: flex;
        flex-flow: column wrap;
        background-color: black!important;
        width: 100%;
        align-self: flex-start;
        flex: 0 0 auto;
        z-index: 3;
    }

    .mdgov-navBar__nav {
        width: 80%;
        top: 0;
        flex: 0 0 auto;
        z-index: 1001;
        position: fixed;
        overflow: hidden;
        height: 100%;
        background-color: black !important;
        overflow: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        visibility: hidden;
        transition: transform 500ms ease;
        backface-visibility: hidden;
    }
}

