@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
 
body {
	position: relative;
	margin: 0;
	padding: 0;
	background: #313337;
}
	
body,td,th,input,option,textarea  {
	font-family: 'Open Sans', sans-serif;	
	font-size: 18px;
	font-weight: 300;
	color: #444;
	line-height: 170%;
    margin:0px;
}	

		
.clear { clear:both; }

:focus { outline:none; }

::selection, p::selection { background: #ccc; /* Safari */ } 
::-moz-selection, p::-moz-selection { background: #ccc; /* Firefox */ }

img,
a img { border:none; }
strong { font-weight:700 }

#main {
	background: #fff url(/images/bg.png) repeat ;
	padding: 0 0 50px;
}

.container {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
}

/* Fonts
-------------------------------------------------------------------------- */

h1 { 
	font-family: 'Roboto Condensed', sans-serif;	
	margin: 0 0 30px;
	padding: 0;
	font-size: 36px;
	line-height: 100%; 
	font-weight: 700; 
	color: #0b7db4; 
}
	 
h2
 { 
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 48px;
	line-height: 130%; 
	font-weight: 700; 
	color: #569ecc; 
	text-align: center;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-shadow: 2px 2px 4px #fff;

}

h3 { 
	font-family: 'Roboto Condensed', sans-serif;	
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 100%; 
	font-weight: 700; 
	color: #444;
}	

.section h3 {
	margin: 0 0 40px;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;	
	margin: 5px 0 10px;
	padding: 0;
	font-size: 30px;
	line-height: 100%; 
	font-weight: 300; 
	color: #e0dddd;
	letter-spacing: -.01em;
	text-transform: capitalize;
}

h5 {
	font-family: 'Roboto Condensed', sans-serif;	
	margin: 0 auto;
	font-size: 30px;
	font-weight: 700;
	color: #569ecc; 
	line-height: 150%;
 	padding: 0;
}
 
h6 {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #444;
	line-height: 160%;
}
	
a:link,
a:visited {
	color: #008fd5;
}

a.box:link,
a.box:visited {
	background: #008fd5 url(/images/arrow-go.png) no-repeat right;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	padding: 4px 30px 4px 10px;
}

a.box:hover {
	background: #086592;
	
}
/* Header
-------------------------------------------------------------------------- */
#header {
	position: fixed;
	background: #fff url(/images/bg.png) repeat ;
	width: 100%;
	z-index: 800
}
#arrow {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	text-align: center
}
#arrow img {
	width: 28px;
	height: 14px;
}


		@media screen and (max-width: 320px) {
			
			#header {
				position: relative;
			}
			#arrow {
				width: 94%;
			}
		}
		
/* Main Navigation
-------------------------------------------------------------------------- */
ul.site-menu{
    list-style:none;
    margin:0;
    padding: 30px 0 30px;
    text-align:center;
}

ul.site-menu li{
	display: inline;
	
}

ul.site-menu a {
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	color: #313234;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 1%;
	
}

ul.site-menu a:hover, 
ul.site-menu a:focus,
ul.site-menu a.selected {
	color:#008fd5
}


		@media screen and (max-width: 320px) {
			
			ul.site-menu{
				padding: 10px 0;
			}
			
		}
/* Banner
-------------------------------------------------------------------------- */
#banner {
	position: relative;
 	margin: 0 auto 60px;
	width: 100%;
	text-align: center;
	padding: 80px 0 0;
	overflow:hidden;
	border-bottom: 10px solid #d4d5d5;
 }

#banner-center {
	position:relative;
	width:0px;
	margin:auto;
}

#banner #banner-main {
	position: relative;	
	margin: 0 auto;
	margin-left: -1300px;
	width: 2600px;	
}

img.mobile {
	display: none;
}

		@media screen and (max-width: 480px) {
			
			#banner {
				padding: 130px 0 0;
			}
			img.full {display:none;}
			img.mobile {display: block;}	
		}
		
		@media screen and (max-width: 320px) {
			#banner {
				padding: 0 0;
			}
		}
/* Footer
-------------------------------------------------------------------------- */
#footer {
	background: url(/images/strip.jpg) no-repeat top center;
	padding: 40px 0;
}

#footer-left {
	float: left;
	width: 285px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

#footer-left span {
	font-size: 14px;
	font-weight: 700;
}

#footer-right {
	float: right;
	width: 48%;
	text-align: right;
	font-family: 'Roboto Condensed', sans-serif;	
	font-weight: 700;
	color: #747578;
}

#footer-nav a:link,
#footer-nav a:visited {
	font-size: 14px;
	font-weight: 400;
	color: #747578;
	text-decoration: none;
	margin: 0 8px 0 0;
}

#footer-nav a:hover {
	color: #fff;
}

		@media screen and (max-width: 800px) {
			
			#footer-left,
			#footer-right {
				float: none;
				width: auto;
				text-align: center;
			}
			
		}	


img.brad {
	float: right;
	
}
		@media screen and (max-width: 480px) {
			img.brad {
				width: 80%;
				float: none;
				margin: 0 10%;
			}
		}
		
		
#entrepreneur-left {
	float: left;
	width: 46%;
}

#entrepreneur-right {
	float: right;
	width: 46%;
}

		@media screen and (max-width: 800px) {
			
			#entrepreneur-left,
			#entrepreneur-right {
				float: none;
				width: auto;
				padding: 0 0 30px;
			}
		}
	
.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article {
 	float:left;
	width: 12%;
	font-size:14px;
	line-height: 100%;
 	margin:0 2% 3% 0;
	text-align:center;
	border: 2px dotted #ccc;
	padding: 1%;
}
.article:hover {
	border: 2px dotted #008fd5;
}

.article-image {
	height: 160px;
	overflow: hidden
}
.article strong {
	font-weight: 400;
}
.article img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
}
.date {
	font-size: 10px;
	color: #666;
}

.container img {
	max-width: 100%;
	height: auto;
}

		@media screen and (max-width: 800px) {
			.article {
 				width: 20%;
			}
			.article-image {
				height: 180px;
				
			}
		}
		@media screen and (max-width: 700px) {
			.article {
 				width: 28%;
			}
			.article-image {
				height: 180px;
				
			}
		}
		@media screen and (max-width: 400px) {
			.article {
				float: none;
 				width: auto;
			}
			.article-image {
				height: auto;
				
			}
		}
	