﻿.header {
	background-image: url(../images/pagebanner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 180px;
	text-shadow: 1px 1px black;
}

	.header h1 {
		background-image: url('../images/whiteline-small.png');
		background-repeat: no-repeat;
		background-position: bottom center;
		padding-bottom: 0.5em;
	}

h2 {
	/*font-size: 1.5em;*/
	padding-bottom: 0.4em;
	background-image: url('../images/blueline-small.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.contactinfo {
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
}

h3 {
	margin-top: 40px;
	text-transform: uppercase;
	margin-bottom: 50px;
	font-weight: 700;
	padding-bottom: 0.7em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	background-image: url('../images/blueline-small.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}
.info-header {
	background-image: url('../images/panelgrey_headbg.png');
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
}
.info-body {
	background-color: #EBEBEB;
	z-index: 10;
}
.bottom-header {
	margin-top: 75px;
	font-weight: 700;
	padding-bottom: 0.7em;
	background-image: url('../images/blueline-small.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

	.bottom-header span {
		text-transform: none;
		font-size: 0.5em;
		display: block;
		font-weight: normal;
		color: #666;
	}

.valid {
	color: green;
}

.invalid {
	color: red;
}

@media (min-width: 992px) and (max-width: 1439px) {
	.col-lg-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-md-6 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

@media (max-width: 575px) {
	.contactinfo {
		font-size: 1.1rem !important;
	}
}