* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a { text-decoration: none;}

img { border: none; }

.clear { clear: both; }

.tal {
	text-align: left;
}
.tar {
	text-align: right;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	background: #fff;
}

.wrapper {
	max-width: 1361px;
	margin: 0 auto;
	padding: 0 60px;
}

.header-gradient {
	height: 11px;
	background-image: url('../_img/header-gradient.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header {
	height: 258px;
	background-image: url('../_img/header.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.logo {
	position: absolute;
	bottom: -100px;
	left: 50%;
	margin-left: -135.5px;
}

.content {
	margin-top: 96px;
	width: 80%;
}

.content h1 {
	font-size: 84px;
	color: #8ba65f;
	font-weight: 800;
	text-align: center;
	margin: 120px 0 20px 0;
	padding: 0;
	line-height: 74px;
}

.content p {
	color: #507282;
	font-size: 20px;
	text-align: center;
	margin: 10px 0;
}
.content p.header-first {
	color: #0e76bc;
	font-weight: 600;
	font-style: italic;
	font-size: 28px;
}
.content p.header-last {
	font-weight: 600;
	font-style: italic;
	font-size: 21px;
}

.pcv-img-container {
	width: 100%;
	margin: 80px 0;
}
.pcv-img {
	width: 50%;
	float: left;
}
.pcv-img img {
	width: 100%;
	height: auto;
	display: block;
}


.models {
	padding: 0 0 40px 0;
	text-align: center;
}
.model-box {
	width: 374px;
	height: 260px;
	display: inline-block;
	margin: 40px 35px 40px 0;
}
.model-box a.model-box-vm {
	background: #507282;
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	padding: 10px 30px;
}
.last-box {
	margin-right: 0 !important;
}
.model-img {
	
}
.model-img img {
	display: block;
}
.model-name {
	color: #707070;
	font-size: 18px;
	font-style: italic;
	margin: 5px 0 30px 0;
}
.model-name span {
	color: #707070;
	font-size: 37px;
}

.pcv-imgs-container {
	width: 100%;
	margin: 80px 0 0 0;
}
.pcv-imgs {
	width: 25%;
	float: left;
}
.pcv-imgs img {
	width: 100%;
	height: auto;
	display: block;
}

.email-row {
	min-height: 412px;
	background-image: url('../_img/mailing-bg.jpg');
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.email-row p {
	color: #fff;
	font-size: 35px;
	margin: 0 0 40px 0;
}
.email-row p span {
	font-weight: 700;
}
.email-row a {
	color: #507282;
	font-size: 19px;
	font-weight: 600;
	padding: 10px 40px;
	background: #fff;
	text-align: center;
}

.left-email {
	display: inline-block;
	margin-top: 100px;
	width: 50%;
}
.right-email {
	display: inline-block;
	margin-top: 100px;
	vertical-align: top;
	text-align: center;
	width: 49%;
}

.left-email div.email-img {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.left-email div.email-img img {
	width: 100%;
	height: auto;
	display: block;
}

.right-email p {
	font-size: 35px;
	color: #fff;
}
.right-email p span {
	font-weight: 700;
}

.footer {
	position: relative;
	width: 100%;
	min-height: 586px;
}
.footer-circles {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.footer-circles img {
	display: block;
}
.footer-black-bar {
	height: 60px;
	width: 100%;
	background: #507282;
	/*position: absolute;
	bottom: 0;
	z-index: 5;*/
}
.fcl {
	width: 60%;
	display: inline-block;
}
.fcr {
	width: 39%;
	display: inline-block;
	vertical-align: top;
	padding-top: 70px;
}
.fcl img {
	margin: 0 30px 20px 0;
}
.fcl p, fcr p {
	font-size: 18px;
	color: #507282;
	padding: 0;
	margin: 8px 0;
}
.fcl p.ftitle {
	color: #0e76bc;
	font-size: 22px;
	font-weight: 700;
}
.fcl p span {
	color: #0e76bc;
}
.fcl p.num {
	color: #0e76bc;
	font-size: 28px;
	font-weight: 700;
}
.fcinfol p a, .fcinfor p a {
	color: #507282;
}
.fcinfol {
	display: inline-block;
	width: 50%;
}
.fcinfor {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	/*padding-top: 40px;*/
}

.builder {
	padding-bottom: 80px;
}

.femail {
	
}
.fsocial {
	margin: 20px 15px;
	display: inline-block;
}
.fsocial img {
	display: block;
}
.fsocial:last-child {
	margin-right: 0 !important;
}

.mbl-footer {display: none;}

/* RESPONSIVE */

@media screen and (min-width: 1600px) {
	.content {
		width: 70%;
	}
}

@media only screen and (max-width: 1085px) {
	
	.grey-area div.wrapper div {
		width: 49%;
		margin: 20px 0;
	}
	
}
@media only screen and (max-width: 1024px) {
	
	.footer {
		height: auto;
		padding-bottom: 80px;
	}
	.footer-circles {
		display: none;
	}
	.fcinfol {
		display: block;
		width: 100%;
	}
	.fcinfor {
		display: block;
		width: 100%;
		padding-top: 0px;
	}
	
}
@media only screen and (max-width: 768px) {
	
	.wrapper {
		padding: 0 20px;
	}
	
	.model-box {
		width: auto;
		text-align: center;
		margin: 40px 0;
	}
	
	.model-img img {
		width: 100%;
		height: auto;
	}

	.pcv-img{
		width: 100%;
		float: none;
		display: block;
	}
	
	.pcv-imgs {
		width: 50%;
	}

	.mbl-footer {
		display: block;
		text-align: center;
	}
	.mbl-footer div.tam-logo {
		max
	}
	.mbl-footer p {
		font-size: 18px;
    color: #507282;
    padding: 0;
    margin: 8px 0;
	}
	.mbl-footer p a {
		color: #507282;
	}
	.mbl-footer p.num {
		color: #0e76bc;
	font-size: 28px;
	font-weight: 700;
	}
	.mbl-footer p.ftitle {
		color: #0e76bc;
	font-size: 22px;
	font-weight: 700;
	}
	.mbl-footer-tartan {
		margin: 50px 0 80px 0;
	}
	.mbl-footer-tamarack {
		margin: 0 0 60px 0;
	}
	
	.footer {
		display: none;
	}
	
	.grey-area {
		margin-top: 40px;
	}
	.grey-area div.wrapper div {
		width: 100%;
		margin: 20px 0;
	}
	.email-row {
		background-position: center center;
	}
	.left-email {
		display: none;
	}
	.right-email {
		width: 100%;
		text-align: center;
		display: block;
		margin-top: 0;
		padding-top: 20%;
	}
	
	
	.fcl {
		width: 100%;
		display: block;
		text-align: center;
	}
	.fcr {
		width: 100%;
		display: block;
		text-align: center;
		padding-top: 40px;
	}
	.fcl img.fcvlogo {
		margin-right: 0 !important;
	}
	
	.tam-logo {
		
	}
	.tam-logo img, .tar-logo img {
		width: 100%;
		height: auto;
		max-width: 342px;
	}
	
}

@media only screen and (max-width: 425px) {
	
	.content {
		width: 100%;
	}
	
	.fcl img {
		margin: 0 auto 40px auto !important;
		display: block;
	}
	.fcl img.fcvlogo {
		margin-right: auto !important;
	}
}

@media only screen and (max-width: 320px) {
	.content h1 {
		font-size: 64px;
	}
}
