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

body {
	background:#d3e0e8;
	font-size:14px;
	font-weight:300;
	margin:0;
	padding:0;
}

.row {
	max-width:1200px;
	margin:0px auto;
	
}

#home.row {
	width:100%;
	max-width:100%!important;
	height:798px;
	background:url(../img/home-hero.jpg) no-repeat center 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}

#home-hero {
	max-width:1200px;
	height:100%;
	margin:0px auto;
	font-family: 'Montserrat', sans-serif;
	color:#87395c;
	position:relative;
}

#home-hero .logo-wrapper {
	width:290px;
}

#home-headline {
	margin-top:42px;
	padding-left:28px;
}

#home-headline h1 {
	color:#87395c;
	font-size:37px;
	line-height:35px;
	font-weight:700;
	padding:0 0 1px 12px;
	font-family: 'Montserrat', sans-serif;
	margin:0;
}

#home-headline h2 {
	color:#87395c;
	font-size:27px;
	font-weight:400;
	background:url(../img/sprite-2.png) repeat-x 0 -240px;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	line-height:32px;
	padding:13px 13px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

#home-headline h2 span {
	display:inline;
}

#home-hero .trigger-video {
	position:absolute;
	top:0;
	display:block;
	height:100%;
	width:100%;
	z-index:0;
}

#site-header {
	max-width:1200px;
	margin:0px auto;
	position:relative;
	z-index:1;
}

#site-header #main-nav {
	min-width:50%;
	float:right;
	margin:10px 0 0 0;
	padding:0;
	text-align:right;
	position:relative;
	z-index:1;
}

#site-header #main-nav li {
	display:inline-block;
	margin-left:8px;
}

#site-header #main-nav a {
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size:19px;
	padding:2px 38px 3px 38px;
	line-height:30px;
	display:block;
	background:url(../img/sprite-2.png) repeat-x 0 -100px;
}

#site-header #main-nav li:first-child a {
	background:url(../img/sprite-2.png) repeat-x 0 0;
}

#site-header #main-nav li:last-child a {
	background:url(../img/sprite-2.png) repeat-x 0 -150px;
}

#home-headline {
	max-width:1200px;
	position:relative;
	z-index:1;
}

#subnav {
	width:100%;
	max-width:1200px;
	border-bottom:solid 3px #ff6a4b;
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	position:absolute;
	bottom:0;
	z-index:1;
	top:auto;
}

#subnav.sticky {
	position:fixed;
	top:0;
}

#subnav li {
	display:inline-block;
	margin-left:2px;
}

#subnav a {
	line-height:55px;
	color:#fff;
	display:block;
	font-size:19px;
	text-transform:uppercase;
	padding:0;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-weight:700;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	background:url(../img/sprite.png) no-repeat 20px 0;
}

#subnav a.active {
	color:#F00;
}

#subnav .link-1 a {
	background-position: 40px -191px;
	background-color:#ff6a4b;
	padding:0 38px 0 81px;
}

#subnav .link-2 a {
	background-position: 52px -245px;
	background-color:#ffc600;
	padding:0 38px 0 81px;
}

#subnav .link-3 a {
	background-position: 44px -298px;
	background-color:#20bbb7;
	padding:0 38px 0 81px;
}


#home #feature-1, #home #feature-2, #home #feature-3 {
	width:100%;
	background:#fff;
	color:#626262;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	border-bottom:solid 3px #fcbd43;
}

#home #feature-2 {
	background:#f6f6f6;
	border-bottom:solid 3px #26d1e3;
}

#home #feature-3 {
	border-bottom:none;
}

#home #feature-1 .columns, #home #feature-2 .columns, #home #feature-3 .columns {
	padding-top:37px;
}

#feature-1 .row p, #feature-2 .row p, #feature-3 .row p {
	font-size:20px;
	line-height:24px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	padding-bottom:30px;
	font-weight:400;
}

#home #feature-1 .row, #home #feature-2 .row, #home #feature-3 .row {
	max-width:1200px;
	margin:0px auto;
}

#home #feature-1 img, #home #feature-2 img, #home #feature-3 img {
	border:solid 1px #e5e5e5;
	border-bottom:0;
	margin-top:5px;
}

#home #feature-2 img {
	border:none;
}

#home #feature-1 h1, #home #feature-2 h1, #home #feature-3 h1 {
	font-weight:700;
	font-size:31px;
	line-height:31px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	color:#ff6a4b;
	font-family: 'Montserrat', sans-serif;
	
}

#home #feature-2 h1 {
	color:#fcbd43;
}

#home #feature-3 h1 {
	color:#26d1e3;
}

#home #feature-1 h2, #home #feature-2 h2, #home #feature-3 h2 {
	font-size:24px;
	line-height:23px;
	font-weight:700;
	margin:0 0 22px 0;
	padding:0 0 10px 0;
	color:#ff6a4b;
	border-bottom:solid 2px #ff6a4b;
}

#home #feature-2 h2 {
	color:#fcbd43;
	border-bottom:solid 2px #fcbd43;
}

#home #feature-3 h2 {
	color:#26d1e3;
	border-bottom:solid 2px #26d1e3;
}

#home #feature-1 .read-more, #home #feature-2 .read-more, #home #feature-3 .read-more {
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	background:#ff6a4b;
	display:block;
	font-weight:700;
	width:298px;
	text-align:center;
	padding:15px 46px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-bottom:40px;
}

#home #feature-2 .read-more {
	background-color:#fcbd43;
}

#home #feature-3 .read-more {
	background-color:#26d1e3;
}

/* POP UP VIDEO */
#page {
	background:#fff;
	color:#ff6a4b;
	padding:20px 21px;
	font-family: 'Montserrat', sans-serif;
}

#page h1 {
	color:#ff6a4b;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:46px;
	margin:0;
	padding:0 0 8px 0;
}

#page p {
	font-size:23px;
	font-weight:400;
	line-height:30px;
}



/* ADMIN */

#header {
	background:#2c2c2c;
}

#header #brand {
	width:286px;
}

#header img {
	width:auto;
	height:auto;
}

#header ul {
	list-style:none;
	margin:0;
	padding:0;
}

#header nav li {
	float:left;
}

#header nav li a {
	display:block;
	padding:12px 0 0 0;
	line-height:79px;
	height:79px;
	text-transform:uppercase;
	color:#d4cfc1;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

#header nav li a span {
	border-right:solid 1px #d4cfc1;
	line-height:55px;
	height:55px;
	display:block;
	padding:0 50px 0 50px;
	font-size:23px;
}

#header nav li a:hover {
	color:#ff6a4b;
}

#header nav li:last-child span {
	border:none;
}

#header nav li.active {
	background:#e9f0f4;
}

#header nav li.active a {
	color:#ff6a4b;
}

#header nav li.active a span {
	border:none;
}

#header .icon-menu {
	width:35px;
	height:35px;
	background:url(../img/sprite.png) no-repeat -60px 0;
	margin:22px 0 0 10px;
}

#header .settings-trigger {
	width:52px;
	height:52px;
	background:url(../img/sprite.png) no-repeat 0 -75px;
	position:absolute;
	right:40px;
	margin-top:40px;
}

#header .settings-trigger.on {
	background-position:0 -134px;
}

#header .nav-settings {
	width:100%;
}

#header .nav-settings li {
	display:block;
	width:100%;
	clear:both;
}

#header .nav-settings li:first-child {
	border-bottom:solid 2px #ff6a4b;
}

#header .nav-settings a {
	display:block;
	width:100;
	background:#da5337;
	text-align:center;
	color:#fff;
	line-height:83px;
	height:83px;
	padding:0!important;
	font-size:24px;
}

#header .settings {
	width:125px;
}

#header .settings .icon {
	width:45px;
	height:59px;
	background:url(../img/sprite.png) no-repeat 0 0;
	margin:20px 3px 0 0;
}

#header .settings .user-photo {
	margin-top:6px;
}

#header .settings .user-photo img {
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	border:solid 2px #fff;
}

#sub-heading {
	padding:0 0 0 46px;
	background:#e9f0f4;
}

#sub-heading h3 {
	font-family:"Oswald";
	font-size:31px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	line-height:79px;
	height:79px;
	color:#4d4d4d;
	padding-right:52px;
}

#sub-heading span {
	color:#ff6a4b;
}

#sub-heading .subnav {
	list-style:none;
}

#sub-heading .subnav li {
	float:left;
}

#sub-heading .subnav li a {
	display:block;
	line-height:47px;
	height:47px;
	font-size:24px;
	padding:0 27px;
	color:#4d4d4d;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	margin-top:21px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

#sub-heading .subnav li a:hover {
	color:#ff6a4b;
}

#sub-heading .subnav li.active a {
	background:#ff6a4b;
	color:#fff;
	font-weight:400;
}

#contact {
	background:#e5e5e5;
	color:#626262;
	padding:38px 0 58px 0;
}

#contact h1 {
	font-size:29px;
	text-transform:uppercase;
	font-weight:700;
	color:#626262;
	padding-bottom:0!important;
	margin:0;
	line-height:29px;
}

#contact .row {
	max-width:1200px;
	margin:0px auto;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	padding:0 20px;
}

#contact p {
	font-size:24px;
	padding-bottom:6px;
}

#contact .heading {
	font-size:23px;
	font-weight:700;
	padding-bottom:18px;
	display:block;
}

#contact form {
	padding:0;
	margin:0;
	overflow:hidden;
}

#contact form .field-wrapper {
	padding-right:12px;
}

#contact form input[type="text"], #contact form input[type="email"] {
	line-height:61px;
	height:61px;
	font-size:18px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	border:0;
	padding:0 20px;	
}

#contact form .error {
}

#contact form .row1 input[type="text"] {
	width:100%;
}

#contact form .row2 {
	padding-top:26px;
}

#contact form .row2 input[type="text"] {
	width:100%;
}

.custom-select {
	width: 100%;
   	height: 61px;
   	overflow: hidden;
   	background: url(../img/sprite.png) no-repeat right -365px #fff;
   	border: none;
	margin-bottom:16px;
}

#contact form  select {
	width:100%;
	padding:0 20px;
	height:61px;
	font-size:18px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 61px;
	-webkit-appearance: none;
}

#contact form .padding-left {
	padding-left:20px;
}

#contact .row1 {
	border-bottom:solid 1px #fff;
	padding-bottom:10px;
}

#contact .columns {
	padding:0;
}

#contact form input[type="submit"] {
	color:#fff;
	font-size:20px;
	background:#30e775;
	border:none;
	line-height:82px;
	text-align:center;
	width:470px;
	font-size:30px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	margin-top:27px;
}

.success  {
	color:#30e775;
}

.error {
	color:#CC0000;
}

#footer {
	width:100%;
	background:url('../img/logo-footer.png') no-repeat center bottom #ff6a4b;
	padding-bottom:164px;
}

#footer .row {
	width:100%;
	padding:0;
	margin:0px auto
}

#footer ul {
	text-align:center;
	padding-top:30px;
	width:100%;
	margin:0px auto!important;
}

#footer ul li {
	display:inline-block;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#fff;
}

#footer ul li a {
	font-size:14px;
	line-height:14px;
	color:#fff;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-weight:700;
	padding:0 18px 0 22px;
	border-right:solid 1px #fff;
	display:inline-block;
	
}

#footer ul li:last-child a {
	border:none;
}

.border {
	border:solid 1px #cc0000;
}

@media only screen and (max-width: 71.8em) {
	#header #nav-container {
		width:100%;
		display:block;
	}
	
	#header #nav-container ul {
		display:block;
	}
	
	#header #brand {
		text-align:center;
		width:100%;
		background:#ff6a4b;
	}
	
	#header nav li a span {
		padding:0 23px 0 23px;
		font-size:21px;
	}
	
	#header .settings {
		padding-right:10px;
	}
	
	#contact form .padding-left {
		padding-left:0;
	}
	
	#contact form .row1 input[type="text"], #contact form .row2 input[type="text"] {
		width:92%;
	}
	
	.custom-select {
		width: 100%;
	}
}

@media only screen and (max-width: 63em) {
	#contact form .row1 input[type="text"], #contact form .row2 input[type="text"] {
		width:100%;
	}
	
	.custom-select {
		width: 100%!important;
	}

}

@media only screen and (max-width: 40em) {
	#subnav {
		text-align:left;
	}
	
	#subnav li {
		display:block;
		margin-left:0px;
	}
	
	#header #brand {
		height:132px;
	}

	#home-hero .logo-wrapper {
		background:#ff6a4b;
	}
	
	#header #nav-container ul li {
		display:block;
		clear:both;
		width:100%;
		border-bottom:solid 1px #d4cfc1;
	}
	
	#header #nav-container ul li.active {
		border-bottom:none;
	}
	
	#header nav li a {
		line-height:59px;
		height:59px;
	}
	
	#header nav li a span {
		line-height:35px;
		height:35px;
		border:none;
	}
	
	#header .settings-trigger {
		margin-top:40px;
	}
	
	#header img {
		margin-top:26px;
	}
	
	#home-headline {
		padding:0 8px;
	}
	
	#home-headline h1 {
		font-size:28px;
	}
	
	#home-headline h2 {
		font-size:19px;
	}
	
	
	#contact form .field-wrapper {
		padding-right:0;
	}
	
	#contact form .row1 input[type="text"], #contact form .row2 input[type="text"] {
		width:100%!important;
	}
	
	#contact form input[type="submit"] {
		font-size:16px;
		line-height:62px;
		text-align:center;
		width:90%;
		font-size:30px;
		-webkit-border-radius: 28px;
		-moz-border-radius: 28px;
		border-radius: 28px;
		margin-top:27px;
	}
}

@media only screen and (max-width: 30em) {
	
	#header #brand {
		height:79px;
	}
	
	#header .settings-trigger {
		margin-top:15px;
	}
	
	#header img {
		margin-top:0px;
	}
}