@charset "UTF-8";
/* CSS Document */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: "brandon-grotesque";
	font-size:17px;
	font-weight:100;
	color:#3e4040;
	line-height:25px;
	padding-bottom:50px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	background-color:#f2f2f2;
	padding:0 20px;
}

body a {
	color:#3e4040;
}
 p a:hover {
	 color:#6f6f6f;
 }
 
.wrapper {
	width:100%;
	max-width:1190px;
	margin:0px auto;
}

.header {
	padding:39px 0 24px 0;
	text-align:center;
	line-height:47px;
	color:#354650;
	font-size:20px;
	letter-spacing:1px;
	width:100%;
	max-width:1204px;
	margin:0px auto;
	text-align:center;
	position:relative;
	font-family: TrimWebRegular; 
}

.header .back {
	font-family: TrimWebRegular; 
	position:absolute;
	text-transform:uppercase;
	font-size:15px;
	z-index:2;
	left:0;
}

.header .img {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.header .info {
	width:24%;
	right:0;
	position:absolute;
	z-index:1;
	top:0;
	font-family: TrimWebRegular; 
	font-weight:600;
	font-style: normal;
	font-size:20px;
	line-height:26px;
	text-transform:uppercase;
	text-align:left;
	padding-top:68px;
}

.header .form-title {
	padding-top:8px;
	font-size:15px;
	font-weight:800;
}

.hero {
	max-width:1204px;
	width:100%;
	margin:0px auto;
	text-align:right;
	position:relative;
	padding-bottom:30px;
}

.hero span {
	width:50%;
	position:absolute;
	font-family: TrimWebRegular; 
	font-weight:600;
	font-style: normal;
	text-transform:uppercase;
	top:33px;
	left:0;
	font-size:40px;
	line-height:40px;
	letter-spacing:1px;
	display:block;
	text-align:left;
}

.hero span strong {
	font-weight:600;
	display:inline-block;
	padding-bottom:0px;
	border-bottom:solid 4px #3e4040;
	margin-bottom:10px;
}

.hero img {
	width:90.9%;
	height:auto;
	border:solid 6px #fff;
}

.col1 {
	width:42%;
	float:left;
}

.col1 .heading {
	font-family: TrimWebMedium;
	font-size:20px;
	padding-bottom:12px;
	display:block;
}

.col1 p {
	width:78%;
	font-family: TrimWebRegular;
	font-size:15px;
	line-height:18px;	
	padding-bottom:20px;
}

.col2 {
	width:34.4%;
	float:left;
}

.col2 ul {
	margin:0;
	text-transform:uppercase;
	list-style:none;
	font-family: TrimWebMedium;
	font-size:25px;
	line-height:30px;
}

.col2 ul li {
	width:50%;
	float:left;
}

.col2 div {
	width:90%;
	display:block;
	border-bottom:solid 3px #3e4040;
	margin-bottom:10px;
}

.col3 {
	width:15%;
	float:right;
}

.col3 a {
	color:#3e4040;
	border:solid 3px #3e4040;
	display:block;
	clear:both;
	width:100%;
	text-align:center;
	margin-bottom:12px;
	text-decoration:none;
	font-family: TrimWebMedium;
	text-transform:uppercase;
	line-height:24px;
	font-size:14px;
	padding:1px 0 0 0;
	
}

.col3 a:hover {
	color:#fff;
	background:#3e4040;
}

/* FORM */
form {
	padding:0;
	margin:0;
}

.frmhalf {
	width:49%;
	float:left;
	padding-bottom:20px;
}

.frmfull {
	width:100%;
	float:none;
	display:block;
	clear:both;
	padding:20px 0;
}

form .frmhalf:nth-child(even) {
	float:right;
}

form label {
	font-family: TrimWebMedium;
	font-size:15px;
}

form p {
	font-size:15px;
	padding-bottom:20px;
}

form input[type=text], form input[type=email] {
	width:95%;
	line-height:32px;
	font-size:14px;
	border:solid 3px #3e4040;
	padding:0 2%;
	font-weight:700;
	background-color:#f2f2f2;
	margin-top:2px;
}

form input[type=checkbox] {
	display:inline-block;
	border:none;
	display:block;
	width:6px;
	height:6px;
	margin:0;
	padding:0;
}
.cbolabel {
    display: inline-block;
    position: relative; /* needed for checkbox absolute positioning */
    border-radius: .375rem;
    font-size: 1rem;
    line-height: 1rem;
}

.cbolabel > input[type="radio"] {
    display: block;
    position: absolute; /* remove it from the flow */
    width: 100%;
    height: 100%;
    margin: -.5rem; /* negative the padding of label to cover the "button" */
    cursor: pointer;
    opacity: 0; /* make it transparent */
    z-index: 666; /* place it on top of everything else */
}

.cbolabel > input[type="radio"] + span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 3px solid #3e4040;
    margin-right: .5rem;
}

.cbolabel > input[type="radio"]:checked + span {
    background: url(../img/sprite.png) no-repeat center 1px;
}

form textarea {
	width:97.5%;
	line-height:32px;
	font-size:14px;
	border:solid 3px #3e4040;
	padding:9px 1%;
	font-weight:700;
	background-color:#f2f2f2;
	margin-bottom:24px;
	height:170px;
	margin-top:4px;
}

.wrapper-border {
	width:100%;
	border:solid 3px #3e4040;
	border-bottom:none;
}

.wrapper-border.last {
	margin-bottom:40px;
	border-bottom:solid 3px #3e4040;
}




.wrapper-border label {
	float:left;
	width:40%;
	padding:22px 0 0 16px;
}

.wrapper-border textarea {
	float:right;
	width:50%;
	border:none;
	border-left:solid 3px #3e4040;
	height:109px;
	margin:0;	
}

input[type=submit] {
	border:solid 3px #3e4040;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	line-height:28px;
	padding:4px 65px 0 65px;
	color:#3e4040;
	text-transform:uppercase;
	font-family: TrimWebMedium;
	font-size:15px;
	margin-bottom:50px;
	margin-top:21px;
	background:none;
}

input[type=submit]:hover {
	background-color:#3e4040;
	color:#f2f2f2;
}

.TrimWebMedium { 
	font-family: TrimWebMedium;
	font-weight: normal;
	font-style: normal;
}
.TrimWebRegular { 
	font-family: TrimWebRegular;
	font-weight: normal;
	font-style: normal;
}

.show-large {
	display:block;
}

.show-small {
	display:none;
}

.text-center {
	text-align:center;
}

.text-right {
	text-align:right;
}

.left {
	float:left;
}

.right {
	float:right;
}

.fullwidth {
	width:100%;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }


@media (max-width:60em) {
	.header .back {
		font-size:12px;
		top:0;
	}
	.col1, .col2, .col3 {
		width:auto;
		display:block;
		clear:both;
		float:none;
		padding:0 20px 20px 20px;
	}
	
	.col3 {
		width:33%;
		text-align:center!important;
		padding-top:30px;
	}
	
	.col3 a {
		width:185px;
	}
	
	
	.col1 p {
		width:100%;
	}
}

@media (max-width:55em) {
	.header .img {
		display:block;
		clear:left;
		position:absolute;
	}
	
	.header .info {
		width:40%;
		position:absolute;
		text-align:center;
		top:115px;
		right:0;
		padding-top:0px;
		float:none;
		clear: both;
		display:block!important;
		text-align:left;
	}
	
	.header .info.infopage {
		position:relative!important;
		top:0;
		display:block;
		clear:both;
		text-align:center;
		width:100%;
	}
	
	.hero {
		margin-top:-30px;
	}
	
	.hero img {
		width:98%;
		margin-top:88px;
	}
	
	.hero span {
		padding:16px;
		position:absolute;
		left:0px;
		top:0px!important;
	}

}

@media (max-width:40em) {
	.col2 ul {
		font-size:22px;
		line-height:26px;
	}
	form .frmhalf {
		float:none!important;
		width:100%!important;
	}

	form .frmhalf:nth-child(even) {
		float:none;
	}
	.wrapper-border label {
		float:none;
		display:block;
		clear:both;
		width:90%;
	}
	.wrapper-border textarea {
		float:none;
		width:80%!important;
		border:none;
		border-left:none;
		padding:18px;
		height:109px;
		margin:0;	
	}
}

@media (max-width:30em) {
	.col3 {
		width:42%;
	}
	
	.hero span {
		font-size:23px;
		line-height:30px;
	}
	
	.hero img {
		width:96%;
		margin-top:58px;
	}
	
	.col2 ul {
		font-size:16px;
		line-height:22px;
	}
	
	.col2 ul li {
	}
}

@media (max-width:600px) {
	.show-large {
		display:none;
	}
	
	.show-small {
		display:block;
	}
}
