/* Foundation v2.2 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

body {
	background: url('../images/bg-body.png');
	color: #555;
}
h2, h3, h4 {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #252525;
}
.container#main {
	margin-bottom: 40px;
}

section {
	background-color: rgba(254, 254, 254, .4);
	margin: 0 0 20px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



/* :: Masthead :: */

#masthead {
	background: #3a3a3a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTE5MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #3a3a3a 0%, #191919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#191919));
	background: -webkit-linear-gradient(top, #3a3a3a 0%,#191919 100%);
	background: -o-linear-gradient(top, #3a3a3a 0%,#191919 100%);
	background: -ms-linear-gradient(top, #3a3a3a 0%,#191919 100%);
	background: linear-gradient(top, #3a3a3a 0%,#191919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#191919',GradientType=0 );
}
#masthead h1 img {
	margin: 30px 0 20px 0;
}
#masthead h1 span {
	display: none;
}

#masthead .nav-bar {
	background: none;
	border: none;
	margin-top: 30px;
}
#masthead .nav-bar li {
	background: none;
	border: none;
	border: none;
}
#masthead .nav-bar li a.main {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	color: #cccccc;
	padding: 0 15px;
}
#masthead .nav-bar li.has-flyout a.main {
	padding-right: 35px;
}

#masthead .nav-bar li a:hover {
	color: #a1c65b !important;
}
#masthead .nav-bar li > .flyout  {
	border: none;
	padding: 0;
	line-height: 30px;
	padding: 5px 10px 10px;
	background-color: rgba(35, 35, 35, .9);
	border-right: 1px solid rgba(29, 29, 29, .9);
	border-bottom: 1px solid rgba(29, 29, 29, .9);
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, .6);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, .6);
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, .6);
}
#masthead .nav-bar li > .flyout a {
	display: block;
	font-size: 14px;
	color: #cccccc;
}
#masthead .nav-bar>li.has-flyout>a.flyout-toggle span { 
	position: absolute; 
	top: 20px;
	left: 14px;
	content: ""; 
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent; 
	border-top: 4px solid #cccccc; 
	display: block; 
}
.nav-bar .active-arrow {
	display: none;
	position: absolute;
	bottom: -43px;
	left: 50%;
	margin-left: -7px;
}
#home #masthead .nav-bar li.home a.main, #tour #masthead .nav-bar li.tour a.main, #about #masthead .nav-bar li.about a.main, #strategies #masthead .nav-bar li.strategies a.main, #brochure #masthead .nav-bar li.brochure a.main {
	color: #a1c65b;
}
#strategies #masthead .nav-bar li.strategies a.flyout-toggle span {
	border-top: 4px solid #a1c65b;
}
#home #masthead .nav-bar li.home img.active-arrow, #tour #masthead .nav-bar li.tour img.active-arrow, #about #masthead .nav-bar li.about img.active-arrow, #strategies #masthead .nav-bar li.strategies img.active-arrow, #brochure #masthead .nav-bar li.brochure img.active-arrow {
	display: block;
}
#masthead .show-on-phones {
	margin-top: -40px;
}
#masthead .show-on-phones .nav-bar li a {
	border: none;
	margin-bottom: 5px;
	background-color: rgba(0, 0, 0, .3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* :: Sidebar :: */

#sidebar .row {
	margin-bottom: 30px;
}

#sidebar h4 {
	font-size: ;
}


/* :: Footer :: */

#footer {
	margin-top: 40px;
	min-height: 80px;
	padding-top: 25px;
	text-transform: uppercase;
	background: #3a3a3a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTE5MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #3a3a3a 0%, #191919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#191919));
	background: -webkit-linear-gradient(top, #3a3a3a 0%,#191919 100%);
	background: -o-linear-gradient(top, #3a3a3a 0%,#191919 100%);
	background: -ms-linear-gradient(top, #3a3a3a 0%,#191919 100%);
	background: linear-gradient(top, #3a3a3a 0%,#191919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#191919',GradientType=0 );
}
#footer .logo {
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 10px;
}

/* :: Feature :: */

#feature {
	padding-top: 35px;
	padding-bottom: 25px;
	margin-bottom: 40px;
	-webkit-box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, .75);
	box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, .75);
	background: #458ebc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1OGViYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzM4NGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #458ebc 0%, #13384f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#458ebc), color-stop(100%,#13384f));
	background: -webkit-linear-gradient(top,  #458ebc 0%,#13384f 100%);
	background: -o-linear-gradient(top,  #458ebc 0%,#13384f 100%);
	background: -ms-linear-gradient(top,  #458ebc 0%,#13384f 100%);
	background: linear-gradient(top,  #458ebc 0%,#13384f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#458ebc', endColorstr='#13384f',GradientType=0 );
}
#feature h2 {
	color: #fff;
	font-family: "adelle",serif;
	font-style: normal;
	font-weight: 600;
	font-size: 3rem;
	line-height: 50px;
}

#feature .alternate {
	margin-top: 15px;
	font-size: 16px;
	color: #729bb5;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 200;
}
#feature .alternate a {
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#feature .alternate a:hover {
	opacity: .6;
}

#feature .tour-button {
	margin-top: 30px;
}

/* :: Inset :: */

.inset.dark {
	min-height: 55px;
	color: #fff;
	padding: 20px 30px 20px 30px;
	background: url(../images/bg2.png) no-repeat top left;
	background-size: cover;
	border-radius: 8px;
}

#sidebar .inset.dark {
	padding: 20px;
}

.inset.dark h2, .inset.dark h3, .inset.dark h4 {
	color: #fff;
	font-weight: 400;
}

.inset.dark h2 {
	font-size: 4rem;
	font-weight: 200;
	margin-bottom: 0px;
}
.inset.dark.big p {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 200;
	color: 898989;
	font-size: 2.2rem;
}

.inset.dark .nice.green.button.show-on-phones {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* :: Team :: */

.team-member .panel {
	min-height: 100px;
	
}
.team-member .headshot-container {
	display: inline-block;
	float: left;
	margin: 0 10px 8px 0;
	overflow: hidden;
	width: 90px;
	height: 90px;
	position: relative;
	border: 1px solid #bcbbbb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.headshot-container .top, .headshot-container .bottom {
	position: absolute;
	top: 0;
	left: 0;
}
.headshot-container .top {
	top: -90px;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.team-member .panel:hover .headshot-container .top {
	opacity: 1;
}


/* -----------------------------------------
   Home Page
----------------------------------------- */

.row.benefits .four.columns {
	margin-bottom: 40px;
}

.row.benefits .four.columns img {
	margin-bottom: 15px;
	border: 1px solid #d4d2d2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, , .3);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .3);
}
.row.benefits .four.columns h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

.row.more-info {
	margin-bottom: 50px;
}


/* -----------------------------------------
   Tour
----------------------------------------- */
.flex-video.tour-video {
	padding-top: 0px;
	padding-bottom: 55%;
}

.flex-video.tour-video #mediaplayer {
	width: 670px;
	height: 357px;
}



/* -----------------------------------------
   Phones
----------------------------------------- */


@media only screen and (max-width: 767px) {
  #feature h2 {
    font-size: 2rem;
		line-height: 30px;
  }

	#home .inset.dark h2 {
		font-size: 2.2rem;
	}
	#home .inset.dark p {
		font-size: 1.3rem;
	}
}