/* Interactive Map Page Styles */

.interactive-map {
}
.lined-up {
	overflow: hidden;
	text-align: center;
	color: #006493;
	letter-spacing: 0.01em;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 25px;
}

.lined-up:before,
.lined-up:after {
	background-color: #DADADA;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.lined-up:before {
	right: 0.5em;
	margin-left: -50%;
}

.lined-up:after {
	left: 0.5em;
	margin-right: -50%;
}
.padd-bott {
	padding-bottom: 25px;
}
.padd-me {
	padding-top: 25px;
	padding-bottom: 25px;
}
.steps-padd-me {

	display: flex;
	padding-top: 15px;
	padding-bottom: 15px;
}
.alt-c .padd-me {
	padding-top: 0;
	padding-bottom: 25px;
}

.bord-me {
	border-top: 1px solid #DDDDDD;
	padding-top: 25px;
	padding-bottom: 25px;
	display: block;
}

p {
	font-style: normal;
	font-weight: normal;
	font-size: 20.8px
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #6e6e6e;
}
.alt-c h2 {
	color: #006493!important;
}

.bord {
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
	border-radius: 4px;
	height: 100%;
	width: 100%;
}
.img-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 20px 0;
	text-align: center;
}
.img-row h3 {
	padding: 0 0 0 10px!important;
	color: #006493;
}

.copy {
	display: flex;
	flex-direction: column;
	padding: 10px 20px 0;
	text-align: left;
}
.copy p {
	font-size: 16px;
}
.color-bord {
	background: #006493;
	box-sizing: border-box;
	border-radius: 4px;
}

.color-copy {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px;
}

.color-copy h3 {
	color: #fff;
}

.color-copy img {
	height: 46px;
	padding-bottom: 10px;
}

.color-link {
	display: flex;
	background: #004160;
	padding: 15px 20px;
	border-radius: 0 0 4px 4px;
}

.color-link a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #FFFFFF !important;
	transition: all 0.3s ease-in-out;
}

.color-link a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.fa-arrow-right {
	font-size: 15px;
}
.disclaim p {
	padding-top: 2rem;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.01em;
	color: #747474;
}

.tab-content {
	padding: 30px 0;
}
.tab-content h3 {
	color: #006493;
}
.nav-pills {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	background: #F7F7F7;
	border-radius: 4px;
}

.nav-pills > li > a {
	color: #006493;
	text-decoration: none;
	border: 1px solid transparent;
	background: none !important;
	display: flex!important;
	align-items: center;
}
.nav-pills > li > a:hover {
	border: 1px solid #006493;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff !important;
	border: 1px solid #006493;
	background: #006493!important;
}

.tab-pane {
	padding-left: 15px;
	padding-right: 15px;
}

.tab-pane .row {
	display: flex;
	align-items: baseline;
}
.contaminate p {
	font-size: 16px;
}
.tab-pane h6 {
	color: #006493;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.dot {
	margin-right: 10px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	display: inline-block;
}

#menu1 .dot {
	background-color: #C4C4C4;
}

#menu2 .dot {
	background-color: #FFF32C;
}

#menu3 .dot {
	background-color: #FF9C07;
}

#menu4 .dot {
	background-color: #F16C06;
}

#menu5 .dot {
	background-color: #E42E1B;
}
.color-row {
background: #006493;
	height: 100px;
}

@media only screen and (max-width: 1024px) {
	.TemplatePage .wrapper {
		padding: 0 30px !important;
	}
	.pb-mobile {
		padding-bottom: 10px;
	}
	.padd-me {
	    padding-top: 10px;
    	padding-bottom: 10px;
	}
	.alt-c .padd-me {
		padding-top: 0;
		padding-bottom: 10px;
	}
	.bord-me {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.nav-pills {
		flex-direction: column;
		align-items: flex-start;
	}
	.tab-pane .row {
		flex-direction: column;
	}
	.disclaim {
		padding-top: 0;

	}
	.head h1 {
		font-size: 31px;
		line-height: 37px;
	}
	.alt-c h2 {
		font-size: 31px!important;
		line-height: 37px;
	}
	.steps-padd-me {
		flex-direction: column;
	}
	.lined-up:before,
	.lined-up:after {
		display: none;
	}
	.nav-pills>li {
		margin-left: 20px!important;
	}
}