/***** RESET CSS *****/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:hover, a:visited, a:link, a:active, a:focus
{
	text-decoration: none !important;
	outline: 0 !important;
}

a:focus, a:hover{
	color: #fff;
}

body{
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	font-style: normal;
	color: #777;

	/* Workaround for some mobile browsers */
	min-height:100%;
}

html,body
{
	width: 100%;
	overflow-x: hidden;
}

.hide{
	display:none;
}


/*******************************
*	HEADER / NAV STYLES
********************************/

header{
	height: 50px;
	width:100%;
	position: fixed;
	z-index: 100;
	line-height: 50px;

}

.header-bg{
	background: rgba(26, 26, 26, 0);
}


nav{
	z-index: 200;
}

nav ul li{

	padding-right:20px;
	display:inline-block;
	padding-left: 50px;
}

nav ul li a{
	font-family: "Oswald";
	color:#fff;
	font-size: 16px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

nav ul li a:visited{
	outline: none;
	text-decoration: none;
	color:#fff;
}

nav ul li a:hover{
	color:#ff9e00;
	text-decoration: none;
	outline: none;
}


.gear-logo-img{
	padding-left: 20px;
	padding-top: 7px;
	padding-right: 15px;
	z-index: 200;
	opacity: 0;

}

.email-text{
	font-size: 16px;
	font-family: "Oswald";
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1px;
	color:#fff;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}


/*******************************
*	HERO STYLES
********************************/

.hero-image{

	min-height:100%;
	background:transparent;
	height:100vh;
}

.hero-image h1{

	margin-top: 25%;
	position: relative;
	z-index:500;
	color: white;
	letter-spacing: 5px;
	font-size: 85px;

}

.hero-image h3{
	color:#fff;
	font-size:25px;
	letter-spacing: 3px;
}

.hero-title-container{

	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	position:absolute;
}

.hero-title{

	font-family: 'Oswald';
	font-weight: 700;
	font-size: 9.0vw;
	white-space: nowrap;
	color:#fff;
	padding-bottom: 12px;
	opacity: 0.7;
}

.hero-title-what-we-do{

	font-family: 'Roboto Slab';
	font-weight: 300;
	font-size: 2.0vw;
	color:#fff;
	text-align: center;
}

/*******************************
*	WHAT WE DO STYLES
********************************/

.whatWeDo-section{
	width: 100%;
	padding: 0 0%;
	display: table;
	margin: 0;
	max-width: none;
	background-color:#2b2b2b;
}

.whatWeDo-header{
	padding-top: 30px;
	padding-bottom: 18px;
	background-color: #ff9e00;
	text-align: center;
}

.header-info{
	font-family: "Roboto Slab";
	font-weight: 300;
	line-height: 35px;
	padding-top: 15px;
	padding-bottom:20px;
	font-size: 3.0vmin;
	color: #414141;
	line-height: 5.0vmin;
	padding-left:10%;
	padding-right:10%;
}

.header-gear-icon-dark{
	padding:20px;
}

.header-title{
	font-family: "Oswald";
	font-weight: 400;
	font-size: 9.0vmin;
	color: #414141;
}

.capability-tile-container{
	padding-left:0px;
	padding-right:0px;
	position: relative;
	opacity: 1;
}

.image-tile{

	padding:5px;
	width:100%;
	height:100%;
	opacity: 1.0;
}

.capability-tile-hover-overlay{
	top:5px;
	left:5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background-color: #ff9e00;
	position: absolute;
	opacity: 0.0;

}

.capability-tile-container-padding{
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.tile-title{

	font-family: 'Oswald';
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	font-size: 2.0vw;
	white-space: nowrap;
	overflow:hidden;
	color:#fff;
}

.tile-tag{

	font-family: 'Roboto';
	font-weight: 300;
	position: absolute;
	top: 62%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	font-size: 1.5vw;
	color:#fff;
}

.initial-capability-info{

	background-color: white;
	border-radius: 5px;
	top:20%;
	left:7.5%;
	width:85%;
	height:auto;
	position:absolute;
}

.initial-capability-info p{

	font-family: "Roboto";
	font-weight: lighter;
	color:#000;
	font-size: 1.3vw;
	padding:15px;
	line-height: 2.0vw;
}

/*******************************
*	WHO WE ARE STYLES
********************************/

.whoWeAre-section{

	width: 100%;
	padding: 0 0%;
	display: table;
	margin: 0;
	max-width: none;
	background-color:#2b2b2b;
}

.whoWeAre-header{

	padding-top: 30px;
	padding-bottom: 18px;
	background-color:#7dcbea;
	text-align: center;
}

.who-we-are-tile-hover-overlay{

	top:5px;
	left:5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background-color: #07729f;
	position: absolute;
	opacity: 0.0;

}

.who-we-are-tile-container{

	padding-left:0px;
	padding-right:0px;
	position: relative;
	opacity: 1;
}

.dna-tile-container-padding{

	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:5px;
}

.who-we-are-info{

	background-color: #434343;
	border-radius: 5px;
	top:20%;
	left:7.5%;
	width:85%;
	height:auto;
	position:absolute;
}

.who-we-are-info p{

	font-family: "Roboto Slab";
	font-weight: lighter;
	color:#fff;
	font-size: 1.5vw;
	padding:15px;
	line-height: 2.5vw;
}

.our-dna-title{

	font-family: 'Oswald';
	font-weight: 400;
	position: absolute;
	top: 10%;
	left:5%;
	font-size: 7.0vw;
	color:#fff;

}

.our-dna-info{

	font-family: 'Roboto Slab';
	font-weight: 300;
	position: absolute;
	top: 30%;
	left:5%;
	font-size: 4.0vw;
	line-height: 5.0vw;
	color:#fff;

}

.dna-value-container-padding{

	padding: 5px !important;
	padding-top: 0 !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.dna-value-container{
	padding: 0 !important;
	padding: 5px !important;
	padding-top: 0 !important;
}

.dna-content{

	background-color:#333333;
}


.dna-value-container h3{
	font-family: 'Oswald';
	font-weight: 300;
	padding-top: 15px;
	color:#7dcbea;
	font-size: 35px;
}

.dna-value-container p{
	font-family: 'Roboto Slab';
	font-weight: 100;
	color:#fff;
	padding: 30px 30px 30px 30px;
	font-size: 18px;
	line-height: 30px;
}

.dna-star{
	padding-top: 20px;
	display: block;
	margin: auto auto;
}


/*******************************
*	FOOTER STYLES
********************************/

footer{
	padding-top: 30px;
	background-color:#72969b;
}

.footer-title{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 10.0vw;
	white-space: nowrap;
	color:#282828;
}

.footer-email{
	font-family: 'Oswald';
	font-size: 3.0vw;
	padding-bottom: 24px;
	color:#282828;
}

.footer-seal{
	display: block;
	margin: auto auto;
	opacity: .8;
}

.footer-seal-wrap{
	padding-top:24px;
	padding-bottom:30px;
}

.social-icons-wrap ul li{
	display: inline-block;

}

.social-icons-wrap ul li a{
	color: inherit;
}

.social-icons-wrap ul{
	text-align: center;
	color: #000000;
	opacity: .8;
}

.linkedin-icon{
	padding-right: 10px !important;
	padding-left: 10px !important;
}

/*******************************
*	RESPONSIVE STYLES
********************************/

.slicknav_menu{
	display: none;
}


@media screen and (max-width: 1375px){


	.tile-title{

		font-size: 1.8vw;
	}

	.tile-tag{

		font-size: 1.3vw;
	}

	.initial-capability-info p{
		font-size: 1.2vw;
		line-height: 1.9vw;
	}


}

@media screen and (max-width: 1199px){


	.tile-title{

		font-size: 3.0vw;
	}

	.tile-tag{

		font-size: 2.5vw;
	}

	.initial-capability-info p{
		font-size: 2.0vw;
		line-height: 2.7vw;
	}


	.lead-dna-container{
		padding-top: 5px !important;
	}

	.be-great-dna-container{
		padding-top: 5px !important;
	}

}


@media screen and (max-width: 992px){

	#menu{
		display:none;
	}

	.slicknav_menu{
		display:inline-block;
		position: fixed;
		background: rgba(26, 26, 26, 1);
		z-index:1000;
		right: 0px;
	}

	.slicknav_btn{
		background-color: rgba(26,26,26,1);
	}

	.slicknav_nav{
		background: rgba(26,26,26,1);
		width:200px;
	}

	.slicknav_nav li{
		font-family: 'Oswald';
		font-size: 16px;
		margin:0;
		padding:0;
		height: 3em;
		line-height: 3em;
		width: 200px;
		text-align: center;
	}

	slicknav_nav li a{
		margin: 0;
		padding: 0;
	}

	.slicknav_nav li a:hover{
		color:#ff9e00;
		background-color: rgba(0,0,0,0);
	}

	.hero-title{

		font-size: 10.0vw;
		white-space: nowrap;
	}

	.hero-title-what-we-do{

		font-size: 2.2vw;
		white-space:nowrap;
		text-align: center;
	}

}


@media screen and (max-width: 767px){

	.tile-title{

		font-size: 6.0vw;
	}

	.tile-tag{

		font-size: 5.5vw;
	}

	.initial-capability-info p{
		font-size: 4.0vw;
		line-height: 5.5vw;
	}

	.who-we-are-info p{
		font-size: 4.5vw;
		line-height: 7.0vw;
	}

	.footer-title{
		font-size: 12.0vw;
		color:#282828;
	}

	.footer-email{
		font-size: 6.0vw;
	}

	.header-info{

		font-size: 3.8vmin;
		line-height: 6.0vmin;
	}

	.speak-dna-container{
		padding-top: 5px !important;
	}

	.hero-title{

		font-weight: 700;
		font-size: 11.0vw;
		white-space: nowrap;
		color:#fff;
		padding-bottom: 5px;
	}

	.hero-title-what-we-do{

		font-weight: 300;
		font-size: 2.2vw;
		white-space:nowrap;
		text-align: center;
	}

}

@media screen and (max-width: 428px){

	.tile-title{

		font-size: 6.0vw;
	}

	.tile-tag{

		font-size: 5.5vw;
	}

	.initial-capability-info p{
		font-size: 3.8vw;
		line-height: 5.3vw;
	}

	.header-info{

		font-size: 4.0vmin;
		line-height: 6.5vmin;
	}

	.speak-dna-container{
		padding-top: 5px !important;
	}

}