@font-face{
	font-family:"bold";
	src:url(../fonts/bold.otf);
}

@font-face{
	font-family:"light";
	src:url(../fonts/light.otf);
}

@font-face{
	font-family:"regular";
	src:url(../fonts/regular.otf);
}

@font-face{
	font-family:"semibold";
	src:url(../fonts/semibold.otf);
}

@font-face{
	font-family:"obold";
	src:url(../fonts/obold.ttf);
}

@font-face{
	font-family:"olight";
	src:url(../fonts/olight.ttf);
}

@font-face{
	font-family:"oregular";
	src:url(../fonts/oregular.ttf);
}


*{
	
	-webkit-transition-property: all;
	-webkit-transition-duration: .1s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: .1s;
	-moz-transition-timing-function: ease-out;
	

	
}


*:hover{
	-webkit-transition-property: all;
	-webkit-transition-duration: .1s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: .1s;
	-moz-transition-timing-function: ease-out;
}

.clr{
	clear:both;
}

a{
	text-decoration:none;
	color: inherit;
	text-align:left;
}

table, tr, td{
	margin:0;
	padding:0;
	border-collapse:collapse;
}

p, h1, h2, h3, h4, ul, li, img, input{
	text-align:left;
	float:left;
}

input::-moz-focus-inner{ 
    border: 0;
    padding: 0;
}

ul,li{
	list-style:none;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-family:"oregular";
	font-size:12px;
	color:#444;
	/*background:url(../images/site/bg-pattern.jpg);
	background-size:cover;*/
	padding:0;
	margin:0;
}

#main{
	width:99%;
	text-align:center;
	float:left;
}

.container{
	width: 1120px;
	display:inline-block;
}

header{
	background:url(../images/hero/hero-mark-gmehling.jpg) #717d8b no-repeat center top;
	width:100%;
	float:left;
	height:595px;
	margin-bottom:40px;
	background-size:cover;
	clear:both;
	box-shadow:0 0 10px #9f9f9f;
}


#header-interior{
	height:100px;
	margin-bottom:40px;
	width:100%;
	float:left;
}

#allarticles{
    background: #f4f4f4;
	padding-top: 30px;
	padding-bottom:50px;
	width:100%;
	
}

.btn{
	background: #0c6;
    border-radius: 3px;
    color: #fff;
    float: right;
	font-weight:bold;
    margin-top: 25px;
    padding: 8px 12px;
    text-align: center;
	display:none;
}

.btn:hover{
	background: #3C6;
}

.backhome{
float: right; 
	margin-top: 40px; 
	display: block; 
	border: 1px solid #ccc; 
	padding: 5px; 
	padding: 8px 20px; 
	border-radius: 4px; 
	letter-spacing: 1px; 
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.backhome:hover{
background: #000;
	color: #fff;
		border: 1px solid #000; 

}
#navbarmini{
	/*background:none repeat scroll 0 0 rgba(0, 0, 0, 0.75);*/
    height: 45px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;

}

#signupbox{
	margin:auto;
	display:block;
	width:500px;
	margin-top:100px;
	text-align:center;
}

nav{
	width:100%;
	float:left;
	height:80px;
	/*background:rgba(0,0,0,0.85);*/
}

#logo{
	float:left;
}

nav ul{
	float:right;
	display:block;
}

nav ul li a{
}

#slide_text{
	max-width:440px;
	color:#000;
	float:left;
	margin:80px 0 0 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;	
}


#slide_text h1{
	text-transform: capitalize;
	font-weight:normal;
	font-size:60px;
	letter-spacing:-2px;
	line-height:1em;
    /*text-shadow: 1px 1px 1px #222;*/
	
	animation: header-slide 1.5s cubic-bezier(1,0,0,1) 1;
	-moz-animation: header-slide 1.5s cubic-bezier(1,0,0,1) 1;
	-webkit-animation: header-slide 1.5s cubic-bezier(1,0,0,1) 1;
	-o-animation: header-slide 1.5s cubic-bezier(1,0,0,1) 1;
	
	
}

.interview{
	float:left;
	clear:left;
	font-style:italic;
	margin:3px 0 0 0;
	border-bottom:1px solid white;
}

#slide_text p{
    width: 100%;
    float: left;
    margin: 10px 0;
    text-align: left;
    /*text-shadow: 1px 1px 1px #222;*/
    font-size: 24px;
    line-height: 1.3em;
	
	animation: header-slide 2.5s cubic-bezier(1,0,0,1) 1;
	-moz-animation: header-slide 2.5s cubic-bezier(1,0,0,1) 1;
	-webkit-animation: header-slide 2.5s cubic-bezier(1,0,0,1) 1;
	-o-animation: header-slide 2.5s cubic-bezier(1,0,0,1) 1;
}

.full_interview{
    float: left;
    font-family: "obold";
    font-size: 16px;
    color: #000;
    clear: left;
    line-height: 1.1em;
    background: #fff;
    display: block;
    box-shadow: 10px 10px 50px #c9c9c9;
    padding: 15px 35px;
    margin-top: 20px;
    border-radius: 2px;
}

.full_interview:hover{
	background:#FF073A;
	color:#fff;
}

.interview-img:hover{
	box-shadow:0px 0px 5px #ccc;
}

.hblock{
	float: left;
    display: block;
	position:relative;
    width: 230px;
	min-height: 250px;
    background: #fff;
    padding: 15px;
    margin: 10px;
	border-radius:5px;
	position:relative;
	bottom:0px;
	
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.1s;
	-moz-transition-timing-function: ease-out;

	
}

.hblock:hover{
	/*box-shadow: 15px 15px 80px #999;*/
	position:relative;
	bottom:10px;
	cursor:pointer;
	background: #1a1a1a;
	color: #fff;
	
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.1s;
	-moz-transition-timing-function: ease-out;
}

.hblock.last{
	/*margin-right:0;*/
}

.hblock img{
	float:left;
	position:relative;
}

.hblock h1{
	position: absolute;
    /* left: -5px; */
    top: 148px;
    background: rgba(0,0,0,0.8);
    letter-spacing: 0px;
    color: white;
    font-family: 'Passion One';
    font-size: 25px;
    font-weight: 100;
    padding: 1px 10px;
    text-transform: uppercase;
    z-index: 50;
	margin:0;
}

.hblock h2{
    position: absolute;
    /* left: -5px; */
    top: 128px;
    color: white;
    font-family: "oregular";
    z-index: 50;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    padding: 3px 12px;
    background: #FF073A;
	margin:0;
}

.hblock p{
	width:100%;
	text-align:left;
	font-family:"oregular";
	font-size:14px;
	margin:12px 0 12px 0;
	line-height:1.5em;
	padding:0;
}

.hblock p b{
	font-family:"obold";
	font-weight:normal;
		padding:0;
	margin:0;
}

.homelink{
	text-align:center;
	margin:40px 0 40px 0;
	font-size:1.3em;
}

.blue{
	background:#2F82EC !important;
}

.orange{
	background:#FF7C2A !important;
}

.quote{
	text-align:center;
	width:100%;
	margin-bottom:50px;
	float:left;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	padding-bottom:40px;
	padding-top:50px;
}

.quote h2{
	color:#FF073A;
	font-size:24px;
	font-family:"bold";
	float:left;
	width:100%;
	font-weight: normal;
	letter-spacing:-1px;
	margin:0;
	text-align:center;

}

.quote h1{
	color:#000;
	font-size:103px;
	font-family:"bold";
	font-weight: normal;
	line-height:0.7em;
	display:inline-block;
	float:none;
	letter-spacing:-6px;
	text-align:center;
	margin-top:0px;
}

.quote p{
	width:100%;
	text-align:center;
	float:left;
	font-family:"oregular";
	margin:10px 0 0 0;
	color:#AEAEAE;
	
}

footer{
	width:100%;
	float:left;
}

.f_top{
	min-height:140px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	padding:20px 0;
	border-bottom: 1px solid #3F3F3F;
	background:#212124;
	width:100%;
}

.f_bottom{
	min-height:110px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	padding:10px 0;
	background:#2D2C32;
	width:100%;
}

#flogo{
	width:80px;
	float:left;
	margin:20px 0 0 0;
}

#flogo img{
	width:100%;
}

.f_right{
	width:1120px;
}

.f_right h3{
	color:white;
	text-transform:uppercase;
	font-size:13px;
	font-family:"obold";
	margin:15px 0 0 0;
}

#socials{
	float:right;
	background:url(../images/site/socials.png);
	width:80px;
	height:21px;
	margin:10px 0 0 0;
}

#socials a{
	float:left;
	width:18px;
	height:21px;
}

#socials a:nth-child(1){
	margin-right:17px;
}

#socials a:nth-child(2){
	margin-right:9px;
}


.f_hr{
	width:100%;
	float:left;
	height:1px;
	background:#333;
	margin:20px 0 15px 0;
}

.f_right ul{
	float:left;
}

.f_right ul li a{
	color:#7F7F7F;
	float:left;
	font-family:"oregular";
	text-transform:uppercase;
	font-size:10px;
	margin-right:13px;
}

.f_right p{
	float:right;
	font-family:"oregular";
	font-size:10px;
	color:#7F7F7F;
}

.f_right p a{
	text-decoration:underline;
}

.f_bottom p{
	float:left;
	margin:35px 0 0 0;
	font-family:"obold";
	font-size:14px;
	color:#7F7F7F;
	text-transform:uppercase;
}

.sponsers{
	width:696px;
	float:left;
	position:relative;
	margin:20px 0 0 50px;
}

.sponsers img{
	width:100%;
}

.sponsers a{
	position:absolute;
}	

.himage img:hover{
	cursor:pointer;
	}
	
	#article-generic{
		width:600px;
	}
	
	#article-generic a{
		text-decoration:underline;
		color:#FF073A;
	}
	
	
	#article{
		font-family: 'Raleway', sans-serif;
		width:600px;
		float:right;
		font-size:14px;
		line-height:1.7em;
	}
	
	#article img{
		width:100%;
		margin:20px 0px;
	}
	
	#article a{
		text-decoration:underline;
		color:#FF073A;
	}
	#article h1{
		font-size:2em;
		clear:both;
		display:block;
		margin-bottom:10px;
	}
	#article h2{
    color: #000;
    width: 100%;
    margin-bottom: 0px;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1.25em;
    text-align: left;
    margin-top: 0;
	}
	
	#article h3{
	color: #999;
    width: 100%;
    font-size: 1.6em;
    text-transform: uppercase;
    margin-bottom: 10px;
	text-align:center;
	letter-spacing:1.05em

	}
	
	
	.notes{
		text-align:center;
		font-size:2em;
		clear:both;
		display:block;
	}
	
	/*#article p{
		line-height:1.7em;
		font-size:1.2em;
	}*/
	
	/*#article img{
		margin-bottom:25px;
		margin-top:25px;
	}*/
	
	#articletitle{
		float:left; 
		width:360px;
	}
	
	
	
	#articletitle h1{
	color:#000;
	font-size:100px;
	font-family:"bold";
	font-weight: normal;
	line-height:0.7em;
	display:inline-block;
	float:none;
	letter-spacing:-6px;
	margin-top:0px;
	padding-bottom:25px;
	display:none;
	}
	
	#articletitle h2{
	color:#FF073A;
	font-size:24px;
	font-family:"bold";
	float:left;
	width:100%;
	font-weight: normal;
	letter-spacing:-1px;
	margin:0px 0 20px 0;
	clear:both;
	}
	
	
	#articletitle img{
		max-width:360px;
		margin-top:25px;
		display:none;
		
	}
	
	footer{
		background:#2a2a2a;
	}
	
	.footer-info{
		text-align:center;
	}
	
	
	#footer-section {
  padding:40px 0px 40px 0px;
}

#footer-copy {
  
}

#footer-section h3 {
  color:#ffffff;
  font-size:16px;
  font-weight:400;
  padding:0;
  margin:0px 0px 15px 0px;
}

#footer-section a {
  color:#ffffff;
  font-size:14px;
  line-height:22px;
  font-weight:300;
  text-decoration:none;
  display:block;
}

#footer-section a:hover {
  text-decoration:underline;
}

.footer-group {
  float:left;
  margin:0px 50px 0px 0px;
}

#footer-logo {
  background-image:url(http://www.braksoftware.com/codepen/bruce/v1/bruce-logo-footer-large.png);
  background-size:100% 100%;
  background-repeat:no-repeat;
  width:199px;
  height:46px;
  margin:0px 60px 50px 0px;
}

#footer-join-our-team {
  cursor:pointer;
  background-image:url(http://www.braksoftware.com/codepen/bruce/v1/join-our-team-button-large.png);
  background-size:100% 100%;
  background-repeat:no-repeat;
  width:184px;
  height:41px;
  margin:0px 0px 10px 0px;
}

#footer-join-our-team:hover {
  background-image:url(http://www.braksoftware.com/codepen/bruce/v1/join-our-team-button-over-large.png);
}

.footer-social-media-link {
  display:inline-block;
  cursor:pointer;
  background-position:center;
  background-repeat:no-repeat;
  width:27px;
  height:26px;
  margin:4px;
}

#footer-facebook {
  background-image:url(http://www.braksoftware.com/codepen/bruce/v1/facebook-white-large.png); 
}

#footer-twitter {
  background-image:url(http://www.braksoftware.com/codepen/bruce/v1/twitter-white-large.png);
}

#footer-blogspot {
  background-image:url(http://www.braksoftware.com/codepen/bruce/v1/blogger-white-large.png);
}

#footer-contact {
  color:white;
  font-size:12px;
  font-weight:300;
  padding:30px 0px 10px 0px;
  clear:both;
}

#footer-contact div {
  display:inline;
}

#footer-contact a {
  display:inline;
  color:inherit;
  font-size:inherit;
  line-height:inherit;
}

#footer-copyright {
  color:#eeeeee;
  font-size:11px;
  font-weight:300;
}

.footer-divider {
  margin:0px 4px 0px 4px;
}

@media screen and (min-width:600px) and (max-width: 999px) {
  #footer-section h3 {
    font-size:16px;
    font-weight:400;
    margin:0px 0px 15px 0px;
  }

  #footer-section a {
    font-size:13px;
    font-weight:300;
    line-height:22px;
  }
  
  .footer-group {
    margin:0px 20px 0px 0px;
  }
  
  #footer-logo {
    background-image:url(http://www.braksoftware.com/codepen/bruce/v1/bruce-logo-footer-medium.png);
    width:121px;
    height:28px;
    margin:4px 0px 37px 0px;
  }
  
  #footer-join-our-team {
    background-image:url(http://www.braksoftware.com/codepen/bruce/v1/join-our-team-button-medium.png);
    width:120px;
    height:27px;
    margin:0px 0px 10px 0px;
  }
  
  #footer-join-our-team:hover {
  background-image:url(http://www.braksoftware.com/codepen/bruce/v1/join-our-team-button-over-medium.png);
}
  
  .footer-social-media-link {
    width:16px;
    height:16px;
    margin:4px;
  }
  
  #footer-facebook {
    background-image:url(http://www.braksoftware.com/codepen/bruce/v1/facebook-white-medium.png); 
  }

  #footer-twitter {
    background-image:url(http://www.braksoftware.com/codepen/bruce/v1/twitter-white-medium.png);
  }

  #footer-blogspot {
    background-image:url(http://www.braksoftware.com/codepen/bruce/v1/blogger-white-medium.png);
  }
  
  #footer-contact {
    font-size:13px;
    font-weight:300;
  }
  
  #footer-contact div {
    /* So that the address and phone numbers are on separate lines */
    display:block;
  }
  

  #footer-contact a {
    display:inline;
    color:inherit;
    font-size:inherit;
    line-height:inherit;
  }
  
  #footer-contact div:nth-last-child(2) {
    /* So that there is no divider between the address and phone number lines */
    display:none;
  }
}

@media screen and (max-width: 599px) {
  #footer-section {
    padding:25px 0px 25px 0px;
  }
  
  #footer-section h3 {
    font-size:20px;
    font-weight:400;
    margin:4px 0px 10px 0px;
  }

  #footer-section a {
    font-size:17px;
    font-weight:300;
    line-height:28px;
  }
  
  .footer-group {
    width:300px;
    margin:0px 20px 20px 0px;
  }
  
  .footer-group > * {
    vertical-align:top;
  }
  
  .footer-group-logo {
    margin:0px 0px 20px 0px
  }
  
  
  #footer-logo {
    background-image:url(http://www.braksoftware.com/codepen/bruce/v1/bruce-logo-footer-medium.png);
    width:120px;
    height:27px;
    margin:0px 10px 20px 0px;
  }
  
  #footer-join-our-team {
    display:inline-block;
    margin:0px 10px 10px 0px;
  }
  
  .footer-social-media-link {
    margin:8px 4px 0px 0px;
  }
  
  #footer-contact {
    font-size:14px;
    line-height:24px;
    padding:10px 0px 10px 0px;
  }
  
  #footer-contact span.nw {
    display:block;
  }
  
  .footer-contact-company-name {
    font-weight:400;
  }
  
  .footer-divider {
    display:none;
  }

  #footer-contact a {
    display:inline;
    color:inherit;
    font-size:inherit;
    line-height:inherit;
  }
}

/* Retina graphics here */
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:1000px) { 
  #footer-logo {
    background-image:url(http://www.braksoftware.com/codepen/bruce/v1/bruce-logo-footer-large@2x.png);
  }
  
  #footer-join-our-team {
    background-image:url(http://www.braksoftware.com/codepen/bruce/v1/join-our-team-button-large@2x.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:600px) and (max-width: 999px) {
  #footer-logo {
    background-image:url(http://www.braksoftware.com/codepen/bruce/v1/bruce-logo-footer-medium@2x.png);
  }
  
  #footer-join-our-team {
    background-image:url(http://www.braksoftware.com/codepen/bruce/v1/join-our-team-button-medium@2x.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 599px) {
  #footer-logo {
    background-image:url(http://www.braksoftware.com/codepen/bruce/v1/bruce-logo-footer-medium@2x.png);
  }
  
  #footer-join-our-team {
    background-image:url(http://www.braksoftware.com/codepen/bruce/v1/join-our-team-button-large@2x.png);
  }
}

	