@charset "UTF-8";

a, a:visited {
	color: #dc1309;
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	color: #72080c;
	text-decoration: none;
}

p, h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px 0px 24px;
	font-weight: 300;
}
button,  input,  select,  textarea {
}
.nowrap, .tel {
	white-space: nowrap;
}
.floatRight, .right {
	float: right;
}
.floatLeft, .left {
	float: left;
}
.right.half, .left.half {
	width: 48.04687%; /* 492/1024 */
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-top {
	vertical-align: top;
}

.btn, a.btn, input.btn {
	display: inline-block;
	margin: 10px 0;
	padding: 12px 24px;
	background-color: #dc1309;
	color: #FFF;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn:hover, a.btn:hover, input.btn:hover {
	background-color: #72080c;
}
.home .btn {
	font-size: 0.842em;
}
.mediumCopy {
	font-size: 0.895em;
}

.copro {
	color: #dc1309;
	font-size: 2em;
	line-height: 1;
	font-weight: 300;
	padding-top: 10px;
}
.copro .copro-title {
	color: #000;
	font-size: 0.632em;
	font-weight: 300;
}

ul {
	margin: 0 0 20px 10px;
	padding: 0 0 0 10px;
}
ul li {
	margin: 0 0 0 10px;
	padding: 0 0 18px 10px;
	list-style: circle;
	/*line-height: 1.4;*/
}
ul.twoColList {
	float: left;
	width: 48%;
}
.brclear {
	clear: both;
}
.certifications {
	margin: 0 auto 30px;
	text-align: center;
}
.certifications img {
	display: inline-block;
	margin: 0 20px;
}

/************ allow video & maps to resize  **************/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 
