@charset "utf-8";
/* MCDOT Global Styles */
/* contains styles for uniform header and footer layout for MCDOT sites */
/* as well as universal styles to be used to promote cohesive MCDOT image */
/* DO NOT CHANGE THIS STYLE SHEET WITHOUT 1) DOT IT MANAGER APPROVAL & 2) MAKING A BACKUP */

/* Template Header Styles */
.header-wrapper {
    background-image:url(/DOT/Resources/Images/dot-development/MCDOT_Banner_background_v3.jpg);
	width: 100%; 
	height: 130px;
}

/* don't forget to figure out exactly which styles need to come over for DOT alerts to work properly */

/* Site Footer Styles */
.footerWrapper {
	background-color: #ffffff;
	color: #111111; 
	border-top:thin solid #10A652; 
	padding: 15px; 
	line-height: 1.75em; 
	font-size: 14px; 
	font-family: "Open Sans", sans-serif;
}
.updatesAndAlertsWrapper {
    /* background-color:#10A652; */
    background-color: #0d8743;
}
.updatesAndAlertsWrapper .row {
    padding: 20px;
    color: white;
    font-size: larger;
	font-weight: bold; 
	line-height: normal;
}

/* for DOT Projects application */
.DOT-projects-link {margin-left: 10px;}
@media (max-width: 369px) {
    .DOT-projects-link {margin-top: 10px; margin-left: 0; display: block;}
}

