body {
	background-image: none !important;
}

#left-col {
	width: 100%;
	float: none;
	padding: 0;
}

.breadcrumb {
	display: flex;
	background-color: #546223;
	
}

.breadcrumb div, .breadcrumb a {
	display: inline-block;
	padding: .7em;
	text-decoration: none !important;
}
.breadcrumb a:hover {
	text-decoration: none;
}

.breadcrumb .bc-closures {
	background-color: #DDD1B2;
	color: #000;
	font-weight: bold;
}

.breadcrumb .bc-region {
	background-color: #003A40;
	color: #FFF;
}

.breadcrumb a.bc-region {
	font-weight: bold;
}

.breadcrumb .bc-closure {
	color: #FFF;
}

#content {
	padding: 0;
}

.closures-home, .closures-home:visited, .closures-home:hover {
	color: #FFF;
	background-color: #546223;
	display: block;
	padding: .75em 0;
	text-decoration: none;
	width: 100%;
	text-align: center;
	font-family: "Roboto Condensed";
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none !important;

}



.closure-wrap {
	color: #FFF;
}

.closure-header, .closure-header:hover {
	background-color: #007377;
	padding: .7em;
	display: block;
	text-decoration: none;
	height: 75px;
	position: relative;
	text-decoration: none !important;
}

.closure-date {
	color: #F5D66F;
	font-weight: bold;
	font-size: 18px;
}
.closure-title {

	margin-right: 40px;

}
.closure-title h2 {
	color: #FFF;
	margin: 0;
	font-size: 24px;
}

.closure-text {
	background-color: #003A40;
	padding: .7em;
	line-height: 1.2em;
	height: 70px;
}

.closure-region {
	background-color: #007377;
	display: block;
	padding: .75em 0;
	border-bottom: 1px solid #5C9A9D;
	position: relative;
	text-decoration: none !important;
}

.closure-region:hover {
	text-decoration: none;
}

.closure-region .text-overlay {
	color: #FFF;
	margin: 0;
	text-align: center;
	font-family: "Roboto Condensed";
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
}

.closure-region img {
	display: none !important;
}

.important-info-toggle {

	background-color: #F5D66F;
	color: #000;
	display: block;
	padding: .5em 0;
	text-align: center;
	font-family: "Roboto Condensed";
	font-weight: bold;
	font-size: 1.5em;

}

.important-info-toggle:hover, .important-info-toggle:visited {
	text-decoration: none;
	color: #000;
}

.important-info-buttons {
	display: flex;
}

.important-info-button {
	width: 33.333333%;
	text-align: center;
	padding: 1em 1%;
	background-color: #FAEAB7;
	color: #000;
	font-family: "Roboto Condensed";
	font-weight: bold;
	box-sizing: border-box;
	border-right: 1px solid #F5D66F;
	text-decoration: none !important;
}
.important-info-button:last-child {
	border-right: none;
}

.important-info-button:hover, .important-info-button:visited {
	text-decoration: none;
	color: #000;
}

.closures-by-region h2 {
	display: none;
}
.closure-banner {
	position: relative;

}
.closure-banner img {
	width: 100%;
	height: auto;
}
.closure-banner h1 {
	position: absolute;
	color: #FFF;
	text-shadow: 3px 3px 10px rgba(0,0,0,.4);
	text-align: center;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 3em;
	margin: 0;
	max-width: 90%;
}

.closure-page {
	padding: 1em 10%;
}
.closure-header .closure-link {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	font-size: 1.2em;
}

.closure-header .closure-type {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 1.8em;
}

.closure-header .fa-ban {
	color: #C94646;
}

.closure-header .fa-door-open {
	color: #47D543;
}

.closure-header .fa-exclamation-triangle {
	color: #F3AD50;
}

.closure-header:hover .closure-link {
	color: #DDD1B2;
}

.closure-notice {
	text-align: center;
	padding: 0 20px;
}
.closure-home-wrap {
	background-color: #DDD1B2;
	padding-bottom: 1px;
}

.region-count {

	position: absolute;
	bottom: 10px;
	right: 5px;
	color: rgba(245,214,111,.9);
	line-height: 1em;
	font-weight: bold;		
	font-size: 1.5em;

}



@media (min-width: 768px) {
	.closures-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.closure-wrap {
		width: 48%;
		margin: .5em 1%;
	}

	.closure-regions {
		display: flex;
		flex-direction: row-reverse;
	}

	.closure-region {
		width: 20%;
		background-color: transparent;
		border: none;
		padding: 0;
	}

	.closure-region .text-overlay {
		position: absolute;
		left: 50%;
		top: 50%;
		
		transform: translate(-50%,-50%);
		text-shadow: 3px 3px 10px rgba(0,0,0,.3);
	}
	.closure-region img {
		display: block !important;
	}

	.important-info-toggle {
		display: none;
	}

	.important-info {
		
		padding: 1em 0 .5em 0;
	}

	.important-info-button {
		background-color: #007377;
		color: #FFF;
		width: 33.333333%;
		margin: 0 1%;
		font-size: 1.2em;
		border: none;
		border-radius: 7px;
	}
	.important-info-button:first-child {
		margin-left: 2%;
	}

	.important-info-button:last-child {
		margin-right: 2%;
	}

	.important-info-button:hover, .important-info-button:visited {
		text-decoration: none;
		color: #FFF;
	}

	.closures-by-region h2 {
		display: block;
		color: #000;
		text-align: center;
		padding: .3em 0;
	}

	
	.closure-regions, .important-info {
		max-width: 1980px;
		margin: 0 auto;
	}

	.closure-banner h1 {
		font-size: 5em;
		max-width: none;
		padding: 0 5%;
		width: 90%;
	}

	.closures-wrap {
		margin: 2em 0;
	}

	.region-count {

		position: absolute;
		bottom: 5px;
		left: 50%;
		right: auto;
		color: rgb(0,0,0);
		line-height: 1em;
		text-align: center;
		font-weight: bold;		
		font-size: 1.5em;
		padding: 5px 15px;
		transform: translate(-50%,-5px);
		background-color: rgb(221,209,178);
		opacity: .5;
		border-radius: 5px;

	}

	
	
}
@media (min-width: 1024px) {

	body.fixed-header-active {
		padding-top: 64px;
		
	}

	#header {
		padding-bottom: 0;
	}

	#content {
		max-width: none;
		margin: 0;
		background-color: #FFF;
		display: block;
	}

	.photo-credit {
		display: none;
	}

	.fixed-header.active {
		box-shadow: none;
	}

	
	.closure-page h1 {
		font-size: 230%;
	}

	.closure-region .text-overlay {
		font-size: 2em;
	}

	.closure-page {
		padding: 1em 0;		
		max-width: 768px;
		margin: 0 auto;
	}
	.closure-text {
		height: 100px;
	}
	.closure-banner {
		max-height: 50vh;
		overflow: hidden;
	}


}

@media (min-width: 1200px) {

	body.fixed-header-active {
		padding-top: 68px;
	}

	.region-count {
	
		font-size: 2em;
		padding: 10px 20px;

	}
}

@media (min-width: 1400px) {
	body.fixed-header-active {
		padding-top: 72px;
	}
	.closure-wrap {
		width: 31%;
	}
	.closure-region .text-overlay {
		font-size: 2.5em;
	}

	.closure-page {
		padding: 1em 0;		
		font-size: 130%;
		max-width: 1024px;
		margin: 0 auto;
	}
	.closure-banner img {
		margin-top: -100px;
	}

	.region-count {

		bottom: 10px;
		padding: 10px 20px;
		transform: translate(-50%,-10px);

	}
	
}

@media (min-width: 1920px) {
	.closures-by-region {
		background-color: #E8DEC4;
	}
	
	.closure-banner img {
		margin-top: -200px;
	}
	.region-count {

		font-size: 2.5em;
		padding: 15px 25px;
	
	}
}

@media (min-width: 2560px) {

	.closure-banner img {
		margin-top: -250px;
	}

}