.image-check {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
@media(max-width: 767px) {
	.image-check {
		justify-content: center;
		text-align: center;
	}
}
.skip-nav {
	display: block;
	padding: 10px 0 0px 0;
	color: #fff;
	background-color: #003a70;
	outline: 0;
	text-align: center;
	z-index: 5;
}
.image-check .image-container {
	cursor: pointer;
}
.get-a-quote {
	text-transform: uppercase;
}
.image-check .image-container img {
	opacity: .3;
}

.image-check .image-container:hover img {
	opacity: .5;
}

.image-check .image-container:active img {
	opacity: .6;
}

.image-check :checked ~ .image-container img {
	opacity: 1;
}

.image-check :checked ~ .image-container:hover img {
	opacity: .9;
}

.image-check :checked ~ .image-container:active img {
	opacity: .8;
}

.image-check .check-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	display: none;
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: #FFF;
	text-shadow: 0 0 10px #000;
}

.image-check .image-container {
	position: relative;
}

.image-check :checked ~ .image-container .check-icon {
	display: block;
}

/* DROP ZONE */
._drop {
	border:1px dashed #CCC;
	background-color:#EEE;
	width:100%;
	height:90px;
	margin-bottom:15px;
	position:relative;
	cursor:pointer;
}
._drop:hover {
	border:1px dashed #3875D7 !important;
	background-color:#EFEFEF !important;
}
.dropzone {
	background:none !important;
	border:1px dashed #CCC !important;
	background-color:#EEE !important;
	min-height:0 !important;
	padding:0 !important;
}
.dz-default.dz-message {
	color:#999;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	padding-top:10px;
}
._drop:hover .dz-default.dz-message {
	color:#3875D7;
}
#_image_replace {
	margin:10px 0;
}
#_image_display img.img-responsive {
	/*height:150px;*/
}
#quote .background-quote {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
#quote {
	position: relative;
}
#quote .quote-section {
	padding-top: 0;
}
#proxy-alert {
	border-radius: 0;
	margin: 0;
}