/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html, body { height: 100%; width: 100%; }
html { font-size:62.5%; }
body {
	background: #242121 url(img/bkg-texture.png) repeat;
	font: 300 14px/1.4 'Open Sans', Arial, sans-serif;
	color: #ffffff;
}
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both; }
.clear { *zoom:1; }

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #dc931b;
	text-decoration: none;
}
a:hover {	color: #c97e02 !important; }
a:focus {	outline:0; }
a:hover, a:active { outline:0; }
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3, h4, h5 { margin: 0 0 15px 0; }
ul { margin: 0; }
p { margin: 0 0 10px 0; }
a img { border: 0; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.header {
	background: none;
	height: 100px;
	position: fixed;
	top: 0;
	transition: background 500ms;
	width: 100%;
	z-index: 100;
}
.header.active {
	background: #ffffff;
	border-bottom: 2px solid #dc931b;
}
.logo, .hidden-logo {
	position: absolute;
	left: 0;
	top: 15px;
	transition: display 500ms;
}
.logo img, .hidden-logo img { max-width: 250px; }
.hidden-logo { display: none; }

.nav {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 30px;
	text-transform: uppercase;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav ul li {
	float: left;
}
.nav ul li.active { background: transparent url(img/nav-active.png) top center no-repeat; }
.nav ul li a {
	color: #ffffff;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	transition: color: 500ms;
}
.header.active .nav ul li a { color: #252525; }


.footer {
	border-top: 1px solid #dc931b;
	font-family: 'Montserrat', sans-serif;
	height: 150px;
	padding-top: 40px;
}
.footer a {
	color: #7a7a7a;
	height: 50px;
	line-height: 50px; 
	padding: 0 20px;
}

.modal {
	display: none;
	position: fixed;
	top: 150px;
	left: 0;
	right: 0;
	z-index: 1001;
}
.modal.active { display: block; }
.modal-body {
	background: #ffffff;
	color: #1e1e1e;
	margin: 0 auto;
	padding: 30px;
	width: 800px;
	overflow: scroll !important;
}
.modal-title {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.modal-overlay {
	background: transparent url(img/modal-overlay.png) repeat;
	background: rgba(0,0,0,0.6);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.modal-overlay.active { display: block; }
.modal-content{overflow:scroll !important;}
.tooltip {
	background-color: #ffffff;
	border: 1px solid #dc931b;
	border-radius:5px;
	color:#1e1e1e;
	display:none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position:absolute;
	padding:10px;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* Homepage */
.banner {
	border-bottom: 1px solid #dc931b;
	border-top: 1px solid #dc931b;
	padding: 60px 0;;
}
.splash-welcome {
	height: 648px;
	padding: 180px 30px 30px 30px;
}
.splash-team { height: 600px; }
.splash-btf { height: 600px; }
.splash-contact { height: 775px; }
.splash-team .wrapper, .splash-btf-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: bold;
	padding-top: 250px;
	text-shadow: 0 0 10px #000000;
}
.welcome-container {
	background: rgba(0,0,0,0.8);
	border: 5px solid #ffffff;
	margin: 0 auto;
	padding: 20px;
	width: 60%;
}
.splash-title1 { font-size: 36px; }
.splash-title2 { font-size: 50px; }
.section-title {
	color: #ebebeb;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.section-sub-title {
	color: #c2c2c2;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

.page-title {
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
}

.dave-bio, .mark-bio { display: none; }
.dave-bio.active, .mark-bio.active { display: block; }
.margins{margin-bottom:20px;min-height:330px;}
.names{text-transform: uppercase;}
.titles{display:block;min-height:45px;}
.more{font-size:14px;}
.content-body {
	height: auto;
	padding: 150px 30px 30px 30px;
}
.white-body {
	background: #ffffff;
	padding: 30px;
	color: #000000;
}
#team{color:white;}

a.apply{display:block;
    background-color: #dc931b;
    padding: 5px 10px;
    color: white;
    text-transform:uppercase;
text-align:center;
text-decoration:none;}
a.apply:hover{background-color:#edb400;color:white;text-decoration:none;}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

 
	
/*------------------------------------*\
	REUSABLE
\*------------------------------------*/

.a-link { color: #dc931b; cursor: pointer; }

.col-sm-4, .col-sm-6, .col-sm-8 {
	float: left;
}
.col-sm-4 { width: 33%; }
.col-sm-6 { width: 50%; }
.col-sm-8 { width: 66%; }
.twocols-col1 { padding: 0 15px 0 0; }
.twocols-col2 { padding: 0 0 0 15px; }

.divide { margin: 15px 0; }

.font-bold { font-weight: bold; }
.font-20 { font-size: 20px; }
.font-18 { font-size: 18px; }
.font-16 { font-size: 16px; }
.font-15 { font-size: 15px; }
.font-14 { font-size: 14px; }
.font-12 { font-size: 12px; }
.margin-auto { margin: 0 auto; }
.margin-0 { margin: 0; }
.margin-t15 { margin-top: 15px; }
.margin-t25 { margin-top: 25px; }
.margin-r15 { margin-right: 15px; }
.margin-b15 { margin-bottom: 15px; }
.margin-b30 { margin-bottom: 30px; }
.margin-r15 { margin-right: 15px; }
.margin-r5 { margin-right: 5px; }

.max-100 { max-width: 100%; }

.padding-0 { padding: 0; }
.padding-15 { padding: 15px; }
.padding-t25 { padding-top: 25px; }

.pull-left { float: left; }
.pull-right { float: right; }
.img-pull-right { margin: 0 0 10px 10px; }
.img-pull-left { margin: 0 10px 10px 0; }

.opacity-5 { opacity: 0.5; }

.relative { position: relative; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-uppercase { text-transform: uppercase; }
.text-title { font-family: 'Montserrat', sans-serif; }

.width-60 { width: 60%; }
.width-70 { width: 70%; }

.vert-middle { vertical-align: middle; }
.vert-top { vertical-align: top; }
.vert-bottom { vertical-align: bottom; }

.visible-xs { display: none; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1024px) {
	.wrapper { padding: 0 15px; }
	.logo, .hidden-logo { left: 15px; }
	.page-title { font-size: 30px; }
	.splash-team { height: 400px; }
	.splash-contact { height: 400px; }
	.splash-btf { height: 400px; }
	.splash-team .wrapper, .splash-btf-text { padding-top: 150px; }
}
@media only screen and (max-width:768px) {
	.visible-xs { display: block; }
	.col-xs-12 { float: none; width: 100%; }
	.hidden-xs { display: none; }
	.twocols-col1 { padding: 0 0 0 0; }
	.twocols-col2 { padding: 0 0 0 0; }
	
	.xs-text-center { text-align: center; }
	.xs-mb30 { margin-bottom: 30px; }
	
	.welcome-container { width: 100%; }
	.splash-welcome {
		height: auto;
		padding: 200px 15px 30px 15px;
	}
	.splash-team, .splash-btf { height: 250px; }
	.splash-team .wrapper, .splash-btf-text { padding-top: 70px; }
	.splash-contact { height: 250px; }
	
	.header, .header.active {
		height: 160px;
		position: relative;
		background: #ffffff !important;
		border-bottom: 2px solid #dc931b !important;
	}
	.logo {
		display: none !important;
		opacity: 0 !important;
	}
	.hidden-logo {
		display: block !important;
		left: 0;
		opacity: 1 !important;
		text-align: center;
		width: 100%;
	}
	.logo img, .hidden-logo img { width: 260px; }
	.nav {
		top: 100px;
		width: 100%;
	}
	.nav ul {
		margin: 0;
		width: 100%;
	}
	.nav ul li {
		font-size: 11px;
		text-align: center;
		width: 25%;
	}
	.nav ul li.active { background: none; }
	.nav ul li a {
		color: #252525;
		padding: 10px 0;
		line-height: 18px;
	}
	
	.page-title { font-size: 20px; }
	
	.section-title { font-size: 30px; }
	.section-sub-title { font-size: 20px; }
	
	.splash-welcome { padding: 30px 15px 30px 15px; }
	.welcome-container { padding: 20px; }
	.splash-title1 { font-size: 16px; }
	.splash-title2 { font-size: 40px; }
	
	.banner { padding-top: 30px; }
	
	.modal {
		position: absolute;
		top: 20px;
	}
	.modal-body {
		padding: 15px;
		width: 95%;
	}
	.mark-img { max-height: 200px; }
	.dave-img {
		float: none;
		margin: 0 auto 10px auto;
		text-align: center;
	}
	
	.content-body { padding: 20px; }
	.white-body { padding: 20px; }
	
	.footer { padding-top: 10px; }
}
@media only screen and (max-width:768px) {
	
	.margins{margin-bottom:40px;}
	.names{min-height:47px;}
	.titles{min-height:65px;}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
