/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
      
html, button, input, select, textarea {
 color: #686b71 /* Update Default Text Color */
}
body {
 font-size: 1em; line-height: 1.4;
}
::-moz-selection {
 background: #b3d4fc; text-shadow: none;
}
::selection {
 background: #b3d4fc; text-shadow: none;
}
hr {
 display: block; height: 1px; border: 0; border-top: 1px solid #e6e6e6; margin: 1em 0; padding: 0; clear: both;
}
img {
 vertical-align: middle;
 max-width: 100%;
 height: auto;
}
fieldset {
 border: 0; margin: 0; padding: 0;
}
textarea {
 resize: vertical
}
.chromeframe {
 margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0;
}
a {
 text-decoration: none
}
body {
 font: 16px/26px Nunito, Helvetica, Helvetica Neue, Arial
}
.wrapper {
 width: 90%; margin: 0 5%;
}



/* ==========================================================================
   HEADER STYLES
   ========================================================================== */

.wrapper {
	padding-top: 50px;	
}

.header-container {
 	padding: 0px; 
 	height: 100vh;
 	width: 100%;
 	position: relative;
 	background: #1f2226;
 	overflow: hidden;
}

.header-container:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
 	width: 100vw;
 	height: 100vh;
    z-index: 1;
    opacity: 0.8;
 	background: url(../img/hero6.jpg) repeat 0 0; /* Update Header Background Image + Color */
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.header-container.internal {
 	padding: 50px 0; 
 	z-index: 2!important;
}

/* ==========================================================================
   LOGO
   ========================================================================== */
.logo {
 	float: left; 
 	width: 80px; /* Update Logo Width based on half Logo Size  */
 	height: 54px; /* Update Logo Height based on half Logo Size  */
}

.logo img {
	 width: 100%;
	 z-index: 9;
	 position: relative;
}
nav {
 	float: right; 
 	position: relative; 
 	z-index: 10;
}
nav li {
 	float: left; 
 	margin-left: 50px;
}
nav li.first, .foot-nav li.first {
	margin-left: 0
}
nav li a {
 	color: #fff; /* Update Nav Link Color */
 	font-weight: normal; 
 	font-size: 18px;
}
nav li a:hover {
 	color: #8499B5 /* Update Nav Link Hover Color */
}
.header-container .wrapper  nav .toggleMenu {
 	margin-right: 0; 
 	width: 28px; 
 	height: 21px; 
 	float: right; 
 	-webkit-border-radius: 4px; 
 	border-radius: 4px; 
 	padding: 10px 12px; 
 	background-color: rgba(0, 0, 0, 1);
}
.header-container .wrapper  nav .toggleMenu img {
 	width: 100%; 
 	padding-bottom: 6px;
}



/* ==========================================================================
   CTA STYLES
   ========================================================================== */
   
.cta {
 	color: #c7c7c7; /* Update Default CTA color */	
 	text-align: center;
 	top: 15%;
 	position: relative;
 	z-index: 9;
}
.cta h1 {
 	color: #fff; /* Update CTA Heading color */
 	font-weight: 400; 
 	font-size: 48px; 
 	line-height: 48px; 
 	margin-bottom: 0;
}
.cta h3 {
 	color: #cecece; /* Update CTA Sub-Heading color */	
 	font-weight: 100; 
 	font-size: 28px; 
 	margin-top: 5px; 
 	margin-bottom: 40px; 
}



/* ==========================================================================
   BUTTON STYLES
   ========================================================================== */
.btn, button {
	 -webkit-border-radius: 3px; 
	 border-radius: 3px; 
	 border: none; 
	 -webkit-transition: all 250ms ease-in-out; 
	 -moz-transition: all 250ms ease-in-out; 
	 -ms-transition: all 250ms ease-in-out; 
	 -o-transition: all 250ms ease-in-out; 
	 transition: all 250ms ease-in-out; 
	 color: #fff; 
	 font-size: 22px; 
	 text-align: center; 
	 padding: 14px 40px; 
	 font-weight: bold; 
	 display: inline-block;
}
.yellow {
 	background: #f4b200; /* Update Button color */	
}
.yellow:hover, .blue:hover {
 	background: #f45c00; 
 	color: #fff; /* Update Hover color */	
}
.blue {
 	background: #2c8ac6;
}
.black {
 	background: black;
}
.black:hover {
 	background: #d6964b; 
 	color: #fff; /* Update Hover color */	
}
.pink {
	background: #DF277E;
}
.pink:hover {
	background: #000;
	color: #fff;
}
.small {
 	font-size: 18px; 
 	padding: 8px 32px; 
 	margin-top: 10px;
}
   
/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6{
	color: #1f2226; /* Update Headings Color */
	line-height: 110%;
}
h1{
	font-size: 36px;
}   
h2{
	font-size: 22px;
}
h2.title{
	margin-bottom: 0;
}   
h3{
	font-size: 24px; 
	margin-top: 1.4em; 
	margin-bottom: .8em;
}
h4{
	font-size: 20px;
} 
h5{
	color: #f4b200;  /* Update H5 Heading Color */
	font-size: 16px;
	font-weight: bold;
}
h5.subtitle{
	margin-top: 5px;
}
a{
	color: #000;  /* Update Link Color */
	-webkit-transition: all 250ms ease-in-out; 
	-moz-transition: all 250ms ease-in-out; 
	-ms-transition: all 250ms ease-in-out; 
	-o-transition: all 250ms ease-in-out; 
	transition: all 250ms ease-in-out;	
}
a:hover{
	color: #000080;  /* Update Link Hover Color */
}
.callout{
	color: #414449;  /* Update Call Out Text Color */
	text-align: center; 
	font-size: 26px; 
	line-height: 34px; 
	font-weight: 300; 
	padding-bottom: 10px; 
	margin-bottom: 0; 
	clear: both;
}
.callout strong{
	color: #f4b200; /* Update Call Out By Color */
	font-size: 16px; 
}
.callout span{
	color: #f4b200; /* Update Call Out Highlight Color */
}
.callout.home{
	border-top: 1px solid #e6e6e6; 
	margin-top: 30px; 
	padding-top: 30px;
}
.callout.internal{
	border-bottom: 1px solid #e6e6e6; 
	margin-bottom: 30px; 
	padding-bottom: 30px;
}
.callout.internal p{
	margin-top: 10px;
}
.listmenu{
	padding-left: 0;
	border-top: 1px solid #e6e6e6;

}
.listmenu li{
	border-bottom: 1px solid #e6e6e6;
	list-style-type: none;
	padding: 8px 0 8px 6px;
}


/* ==========================================================================
   Section + Layout Styles
   ========================================================================== */
.section{
	padding: 0; 
	background: #fff; 
	position: relative; 
	z-index: 1; 
	-webkit-box-shadow:  0px -3px 5px 0px rgba(0, 0, 0, 0.3); 
	box-shadow:  0px -3px 5px 0px rgba(0, 0, 0, 0.3);
}
.half {
 	width: 45%; 
 	margin-right: 10%; 
 	float: left; 
 	margin-bottom: 50px;
}
.half.feat {
 	border: none; 
 	margin-right: 0; 
 	padding-right: 0; 
 	padding-bottom: 0px;
}
.third {
 	width: 29%; 
 	margin-right: 3%; 
 	padding-right: 3%; 
 	float: left; 
 	margin-bottom: 50px; 
 	border-right: 1px solid #e6e6e6;
}
.third.internal {
 	border: none;
}
.feature {
 	padding-left: 100px;
 	position: relative;
}
.feature span {
 	position: absolute; 
 	left: 0; 
 	top: 0px; 
 	width: 80px;
}
.feature span img {
 	width: 100%;
}
.main article {
 	float: left; 
 	width: 62%;
 	margin-bottom: 40px;
}
.main aside {
 	float: right; 
 	width: 30%;
 	margin-bottom: 40px;
}
.main {
 	padding: 50px 0 20px;
}
.main article h1 {
 	font-size: 2em;
}
.icon {
 	width: 75px; 
 	display: inline-block; 
 	padding-bottom: 20px;
}
.headshot {
 	width: 100%; 
 	display: inline-block; 
 	padding-bottom: 20px; 
 	margin-top: 40px; 
 	text-align: center;
}
.icon img, .headshot img, .feat_img img {
 	width: 100%;
}
.headshot img {
 	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15); 
 	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15); 
 	-webkit-border-radius: 100px; 
 	border-radius: 115px; 
 	max-width: 230px;
}
.feat_img {
 	margin-top: 20px;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clears{
	clear: both; 
	height: 50px;
}
.clears.padder{
	height: 40px;
}   

.video {
	border-top: 1px solid #e6e6e6; 
	margin-top: 0px; 
	padding-top: 20px;
}

.items-container {
	margin-top: 40px; 
	padding-top: 30px;
}

input {
  display: inline-block;
  margin: 0;
  font-family: sans-serif;
  font-size: 18px!important;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  width: auto;
}
input:focus {
  outline: none;
}

input {
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
  width: 290px;
}

input#email {
	margin-right: 20px;
}

#contact textarea {
  border: solid 2px #c9c9c9;
  transition: border 0.3s;
  outline: none;
  overflow: none;
  font-family: sans-serif;
  font-size: 18px!important;
  resize: none;
  padding: 4px;
  max-width: 405px!important;
}

form#contact button {
	background: #DF277E!important;
	font-size: 18px!important;
	margin-left: 0px;
	padding: 10px 20px!important;
}

form#contact button:hover {
	 background: #000!important; 
	 color: #fff; /* Update Hover color */	
}

/* ==========================================================================
   Footer Styles
   ========================================================================== */

.footer-container {
 	background: #f0f2f5; /* Update Footer Background Color */
 	z-index: 3; 
 	position: relative;
}
.footer-container footer {
 	padding: 60px 0 160px;
}
.foot-nav {
 	float: right; 
 	margin: 0;
}
.foot-nav li {
 	float: left; 
 	list-style-type: none; 
 	margin-left: 50px;
}
.foot-nav li a {
 	color: #1f2226; /* Update Footer Link Color */
 	font-weight: normal; 
 	font-size: 18px; 
 	display: inline-block;
}
.foot-nav li a:hover {
 	color: #f4b200; /* Update Footer Link Hover Color */
}
.logo-foot {
	float: left; 
	width: 119px; 
	height: 26px; 
	margin: 0 auto;
}
.logo-foot img {
 	width: 50%;
}


/* ==========================================================================
   Insert custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries 480
   ========================================================================== */

@media only screen and (max-width: 480px) {
	.foot-nav li {
		display: block!important; 
		margin: 0;
	}
	.cta {
		padding-top: 40px;
	}
	.cta h3 {
	 	margin-top: 20px;
	}
}


/* ==========================================================================
   Media Queries 768
   ========================================================================== */
   
@media only screen and (max-width: 768px) { 
	.main article, .main aside {
	 	width: 100%; 
	 	float: none;
	}
	.main article{
		padding-top: 40px;
	}
	.main aside {
	 	padding-bottom: 40px;	
	}
	.feature {
	 	padding-bottom: 20px; 
	 	border-bottom: 1px solid #dadada;
	}
	.logo-foot {
	 	float: none; 
	 	display: block; 
	 	text-align: center;
	}
	.foot-nav {
	 	float: none; 
	 	text-align: center; 
	 	margin: 30px 0 0; 
	 	padding: 0;
	}
	.foot-nav li {
	 	display: inline; 
	 	float: none;
	}
	.header-container .wrapper nav ul {
	 	margin: 0; 
	 	padding: 5px 15px 5px 35px; 
	 	text-align: right; 
	 	clear: right; 
	 	float: right; 
	 	background-color: rgba(0, 0, 0, 1); 
	 	-webkit-border-radius: 4px 0px 4px 4px; 
	 	border-radius: 4px 0px 4px 4px; 
	 	position: absolute; 
	 	top: 37px; 
	 	right: 0;
	}
	.header-container .wrapper  nav ul li {
	 	display: block; 
	 	margin: 0; 
	 	float: none; 
	 	padding: 5px 0;
	}
	nav li a:hover {
	 	color: #f4b200; /* Update Nav Link Hover Color */
	}
	.cta h1 {
	 	font-size: 32px; 
	 	line-height: 40px;
	}
	.cta h3 {
	 	font-size: 20px;
	}
	button {
		margin-top: 20px;
	}
	.main {
	 	padding: 0;
	}
	.half {
	 	float: none; 
	 	width: 100%; 
	 	border-bottom: 1px solid #e6e6e6; 
	 	text-align: left; 
	 	padding-bottom: 30px;
	}
	.feat.last {
	 	border-bottom: 1px solid #e6e6e6; 
	 	padding-bottom: 50px;
	}
	.clears {
	 	height: 0px;
	}
	.third {
	 	width: 100%; 
	 	margin-right: 0%; 
	 	padding-right: 0%; 
	 	float: none; 
	 	margin-bottom: 0px; 
	 	margin-top: 50px; 
	 	border-right: none; 
	 	border-bottom: 1px solid #e6e6e6;
	}
	.callout {
	 	font-size: 20px; 
	 	line-height: 28px; 
	 	padding-bottom: 30px;
	}
	.callout.internal {
	 	padding-top: 40px; 
	 	margin-bottom: 40px;
	}
	.headshot {
		margin-top: 0;
	}
	.third.internal.last {
	 	margin-bottom: 50px; 
	 	border: none;
	}
	.third.internal {
	 	border-bottom: 1px solid #e6e6e6; 
	 	padding-bottom: 30px;
	}
	.flexslider {
	 	width: 94%; 
	 	margin-left: 3%;
	}
	.flex-direction-nav .flex-prev {
	 	left: -26px;
	}
	.flex-direction-nav .flex-next {
	 	right: -26px;
	}
}

/* ==========================================================================
   Media Queries 1140
   ========================================================================== */
@media only screen and (min-width: 1140px) {
	.wrapper {
    	width: 1140px; /* 1140px - 10% for margins */
    	margin: 0 auto;
    }
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
 	background-color: transparent; 
 	border: 0; 
 	overflow: hidden; 
 	*text-indent: -9999px;
}
.ir:before {
 	content: ""; 
 	display: block; 
 	width: 0; 
 	height: 100%;
}
.hidden {
 	display: none !important; 
 	visibility: hidden;
}
.visuallyhidden {
 	border: 0; 
 	clip: rect(0 0 0 0); 
 	height: 1px; 
 	margin: -1px; 
 	overflow: hidden; 
 	padding: 0; 
 	position: absolute; 
 	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
 	clip: auto; 
 	height: auto; 
 	margin: 0; 
 	overflow: visible; 
 	position: static; 
 	width: auto;
}
.invisible {
 	visibility: hidden;
}
.clearfix:before, .clearfix:after {
 	content: " "; 
 	display: table;
}
.clearfix:after {
 	clear: both;
}
.clearfix {
 	*zoom: 1;
}
.last {
 	margin-right: 0; 
 	border: none; 
 	padding-bottom: 0; 
 	padding-right: 0;
}