@import url("queries/db-queries.css");
@import url("queries/pages-default.css");

.active-ops {color:#ef1c26!important;}

h1 {font-size:115px;text-align:center; font-weight:300;color:#ef1c26;margin:0rem;}

h2 {text-align:center;font-size:65px;font-weight:200; color:white;background:#ef1c26;padding:3rem 1rem;text-transform:uppercase;}

.header-two {background:none;font-size:45px;text-align:center; color:#ef1c26;font-weight:200; padding:0; margin:0;text-transform:none;}

.header-two a {color:#212121;}
/*HEADER BANNER - SLIDE*/

.redline {height:5px; width:80px;background:#ef1c26;margin:0 auto;margin-bottom:3rem;}

main {padding:50px 0px 0px!important;}

header {
	position:relative;
	overflow: hidden;
	background-image:url('../assets/images/banner2.jpg');
	background-position: center;
	background-attachment: scroll;
	background-size:cover;
	background-repeat: no-repeat;
	height:280px; 
	max-height:100%;
	width:100%;
}

/*OPERATIONS MAP*/
#grid-container {
	margin:0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	grid-auto-rows: minmax(150px, auto);
	justify-items: center;
	position:relative;
	max-width:85rem;
	text-align:left;
}

#grid-container p {	font-family: 'Montserrat', sans-serif;font-size:15px!important;line-height:1.2rem;}

h3 {font-family: 'Montserrat', sans-serif;font-weight:600;}

.mid-banner {
	background-image:url('../assets/images/mid-banner.jpg');
	background-position: center;
	background-attachment: scroll;
	background-size:cover;
	background-repeat: no-repeat;
	height:350px; 
	max-height:100%;
	width:100%;
	margin-bottom:2rem;
	border-radius:0px 0px 25px 25px;
}

.header-two {margin:0 auto;max-width:70rem;padding:1rem 1rem 3rem 1rem;text-align:center;}

.intro p {margin:0 auto;max-width:80%;margin-bottom:3rem;text-align:center;}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	
/* IE10+ CSS styles go here */
	#grid-container{
		margin:0 auto;
		display: -ms-grid;
		display: -ms-flexbox;
		-ms-grid-columns: 1fr 1fr 1fr 1fr; 
		-ms-flex-pack: center;
		width:75rem;
		vertical-align: center;
		margin:15px!important;
	}
}
