@import url("https://use.typekit.net/wjs4bgw.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	position: relative;
}
body {
	font-family: pt-sans, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:22px;
	color:#717171;
}
body#interior,
body#home {
	background: transparent url('../../Assets/Images/main-image.jpg') 0 0 no-repeat;
	background-size: 100% auto;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	max-width: 1350px;
	margin:0px auto;
	padding:0px 10px;
}
/* HEADER */
header {
	position:fixed;
	top:0px;
	z-index:4;
	width:100%;
	background:transparent;
}
header.down {
	background: #fff;
	border-bottom: 1px solid #3576b6;
}
.clear:after,
#header:after {
	content:'';
	display:block;
	clear:both;
}
#header {
	padding:0px;
}
#header #left {
	float:left;
	padding:0px;
	width: 45%;
}
#header #left img {
	margin-top: 10px;
}
#header #right {
    text-align: right;
    float: right;
	padding:0px;
	width: 55%;
}
#header #links {
	margin-top: 15px;
	text-align: right;
}
#header #links a {
	color: #717171;
	display: block;
	height: 36px;
	line-height: 36px;
	float: right;
	margin-left: 10px;
}
#header #links a:hover {
	text-decoration: underline;
}
#header #links .right a {
	font-weight: bold;
}
#header #links .left a {
	display: inline;
	float: none;
}
#header #links .left {
	margin-top: 10px;
}
#header #links .left a {
	color: #3576b6;
	text-transform: uppercase;
	height: 18px;
	line-height: 18px;
}
#header #links .left a:first-of-type {
	border-right: 1px solid #3576b6;
	padding-right: 15px;
}
#header #links .left {
	width: 55%;
	float: left;
	padding-right: 0;
	text-align: right;
	font-size: 18px;
}
#header #links .right {
	width: 100%;
	float: left;
	text-align: right;
}

/* ^ HEADER */
/* NAVIGATION */
header nav {
	background-color: transparent;
	text-align:center;
	float:right;
}
header #nav > ul {
	list-style:none;
	width:100%;
	display:block;
	margin:0px auto;
    font-size: 0px; /*elimiates spacing between li*/
}
header #nav ul li {
	margin-bottom:0px;
}
header #nav > ul > li {
	display:inline-block;
	margin-left: 10px;
}
header #nav ul li a {
	background: #3576b6;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	display:block;
	padding:12px 20px;
	font-size:20px;
	font-weight: 400;
}
header #nav ul li:hover a {
	background-color:#295a89;
	color:#fff;
}
header #nav > ul > li ul  {
	display:none;
	position:absolute;
    text-align:left;
	margin-left:0px;
	background-color:#dbdbdb;
}
header #nav > ul > li ul li {
	display:block;
}
header #nav > ul > li ul li a {
	padding:5px 20px;
	white-space: nowrap;
}
header #nav > ul > li > ul > li a:hover {
	background-color:#fff;
	color:#878b8c;
}
header .slide {
	width: 100%;
	position: absolute;
}
header .slide img {
	width: 100%;
}
/* CONTENT */
#banner-header {
	max-height:670px;
	overflow:hidden;
}
#banner-header img {
	width:100%;
	display: block;
}
#banner-header .content {
	position:absolute;
	top:0%;
	right:0%;
	bottom:0%;
	width:66.5%;
	z-index:2;
	color:#fff;
    padding:15% 5% 0 10%;
	background-color:rgba(0,0,0,.6);
	font-size:23px;
	font-weight: bold;
	text-shadow: 5px 5px 5px #000;
	text-transform: uppercase;
	clip-path: polygon(0 0,100% 0, 100% 100%, 21.5% 100% );
	text-align:right;
}
#banner-header .content .line2 {
	font-size:37px;
}
#main {
	position: relative;
	z-index:2;
	padding-top:30px;
	padding-bottom:30px;
}
#main:after {
	content:'';
	display: block;
	clear:both;
}
#shadow .container,
#studies .container,
#cards .container {
	max-width: 1200px;
}
#main.container {
	background: #fff;
	max-width: 1200px;
	margin-top: 250px;
	padding: 20px 50px 0px 50px;
}
#angle {	
	font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-bottom:20px;
	overflow: hidden;
}
.angle-left {
	text-align:center;
	font-weight:bold;
	text-transform: uppercase;
	font-size:32px;
	float:left;
	width:40%;
	padding:30px 70px;
}
.angle-right {
	font-weight:bold;
	font-style: italic;
	font-size:20px;
	color:#fff;
	float:left;
	width:60%;
	clip-path: polygon(0 0,100% 0, 100% 100%, 3% 100% );
	background-color:#9f2843;
	padding:30px 70px;
}
#interior .angle-left {
	padding:10px;
	width:30%;
}
#interior .angle-right {
	padding:10px;
	clip-path: polygon(0 0,100% 0, 100% 100%, 1% 100% );
	width:70%;
}
.blocks{margin: 20px 0;}
.blocks .block {
	width: 31%;
	margin: 1%;
	float: left;
}
.blocks .title {
	background: #3576b6;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
.blocks .image {
	position: relative;
}
.blocks .more {
	position: absolute;
	bottom: 7px;
	right: 0px;
	background: #3576b6;
	color: #fff;
	padding: 5px 10px;
}
.left {
	float:left;
	width:70%;
	padding-right:50px;
}
.right {
	float:left;
	width:30%;
}
.grid {
	padding: 30px 0px;
}
.grid-item { 
	width:25%;
	padding:5px;
}
.grid-item img { 
	width: 100%;
	display:block;
	cursor: pointer;
}

h1 {
	font-size:35px;
	color: #3576b6;
	margin-bottom:15px;
}
h2 {
	font-size:30px;
	color: #3576b6;
	margin-bottom:15px;
}
h3 {
	font-size:30px;
	color: #3576b6;
	margin-bottom:15px;
	border-bottom:1px solid #666;
	text-transform: uppercase;
	display:inline-block;
}
p {
  margin-bottom:15px;
}
strong {
	font-weight: bold;
}
ul {
    list-style-position: outside;
	margin-left: 25px;
}
a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
	color:#3576bc;
	text-decoration: none;
}
a:hover {
	color:#000;
}
a.button {
	background-color:#3576b6;
	display:inline-block;
	padding:5px 15px;
	color:#fff;
	text-decoration: none;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-top: 15px;
}
a.button:hover {
	background-color:#295a89;
}
.img-right {
	float:right;
	max-width:35%;
	margin-left:15px;
	margin-bottom:15px;
}
.img-left {
	float:left;
	max-width:35%;
	margin-right:15px;
	margin-bottom:15px;
}
.news-title {
	font-weight: bold;
	color:#3e3b3b;
}
.clear:after,
.row:after {
	content:'';
	display:block;
	clear:both;
	margin-bottom:20px;
}
#contact-left {
	float:left;
	width:25%;
	font-size:20px;
	padding:30px 0;
}
#contact-right {
	float:left;
	width:75%;
	clip-path: polygon(0 0,100% 0, 100% 100%, 8% 100% );
	background-color:#e5e5e5;
	padding:30px 8%;
}
.form-left {
	float:left;
	width:40%;
}
.form-right {
	float:left;
	width:60%;
	padding-left:20px;
}
input, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
    font-family:inherit;
    font-weight:inherit;
	background-color:#fff;
	padding:5px;
	width:100%;
	margin-bottom:10px;
	border:1px solid #ccc;
	font-size:18px;
}
input[type="submit"], button {
	background-color:#9f2843;
	color:#fff;
    font-family:inherit;
	font-size:18px;
    font-weight:inherit;
	text-align:center;
	text-transform: uppercase;
	width:auto;
	padding:3px 15px;
}
::placeholder {
	text-transform: uppercase;
}
ul.split {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
/* ^ CONTENT */
#card {
	text-align: right;
}
#card img {
	margin-bottom: -10px;
}
#cards {
	background: #ACACAC url('../../Assets/Images/CTA-background.png') 0 20% no-repeat;
	padding: 25px 0;
	margin-top: -20px;
}
#cards #cardtext .left {
	width: 65%;
	margin-right: 5%;
	float: left;
}
#cards #cardtext .right {
	width: 30%;
	float: left;
}
#cards h3 {	
	color: #fff;
	font-size: 26px;
	border: 0px;
}
#cards p {	color: #fff;}
#cards #cardtext .right p {
	margin-top: 50px;
}
#studies {
	padding: 25px 0;
	background: #e0e5eb;
	margin-bottom: 0px;
}
#shadow {
	margin-bottom: 50px;
}
#studies .left h3 {
	border: 0px;
}
#studies .left {
	width: 70%;
	margin-right: 2%;
	float: left;
}
#studies .right {
	width: 28%;
	float: left;
}
#studies .right p {
	font-weight: bold;
	color: #3576b6;
}
#studies .right ul {
	list-style: none;
	color: #3576b6;
}
#studies .right ul li {
	color: #3576b6;
	cursor: pointer;
	margin-bottom: 10px;
}

/* FOOTER */
#scroll-up {
	position:fixed;
	opacity:.5;
	z-index:99999999999;
	right:20px;
	bottom:30px;
	width:30px;
	height:30px;
	border-radius:50%;
	text-align:center;
	cursor:pointer;
	color:#fff;
	background-color:#000;
	display:none;
	font-size:30px;
	font-family:verdana, sans-serrif;
}
#scroll-up:hover {
	opacity:1;
}
footer {
	background-color:#fff;
}
#interior footer {
	border-top: 1px solid #f6f5f1;
	margin-top: -16px;
}
#footer {
	color:#2c7909;
	padding:20px 0 50px;
	font-size:20px;
	text-align: center;
}
#footer .left {
	float:left;
	width: 50%;
	text-align: left;
}
#footer .right {
	float:right;
	width: 50%;
	text-align: right;
}

#siteby a {
 }
/* ^ FOOTER */
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:100px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}
@media (max-width:750px) {
	header nav {
		background-color: #000;
		float:none;
		clear:both;
	}
	#mobile-nav {
		display:block;
	}
	header #nav > ul {
		display:none;
		position:absolute;
		background-color:#fff;
		padding-left:0px;
	}
	header #nav ul  li {
		display:block;
		width:100%;
		border-top:1px solid #ccc;
		text-align:left;
	}
	header #nav > ul > li ul {
		position:relative;
	}
	body#home,
	body#interior {
		padding-top:0px !important;
		background-image: none;
	}
	header {
		position: relative;
	}
	#header #left,
	#header #right {
		width: 100%;
		margin: 5px 0;
		text-align:center;
		padding: 0px;
	}
	#header #left img {
		width: 80%;
		max-width: 300px;
	}
	#header #links {
		margin: 0;
		padding: 0;
	}
	#header #links .left {
		text-align: center;
	}
	#header #links .right a {
		width: 100%;
		margin: 0;
		text-align: center;
		padding: 0;
	}
	header #nav ul li {
		margin: 0;
	}
	#main.container {
		margin-top: 0px;
		padding: 10px 25px;
	}
	#header #links .left,
	#header #links .right,
	#cards #cardtext .left,
	#cards #cardtext .right,
	#footer .left,
	#footer .right {
		float:none;
		width:100%;
		padding:0px;
		text-align: center;
		margin: 0px 0px 15px 0;
	}
	.left, .right {
		float:none;
		width:100%;
		padding:0px;
	}
	.right {
		margin-top:30px;
	}
	ul.split {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	#card {margin-top: 20px;}
	#shadow {display: none;}
}
@media (max-width:600px) {

}