/************************************************************************/

/*		Global			*/

/************************************************************************/


html{
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	}

body{
	font-size: 14px;
	line-height: 20px;
	color: #464646;
	font-family: rooney-web, Georgia, Times New Roman, Times, serif;
	background-color: #fff;
	text-shadow: 0px 1px 0px #fff;
	
	}
	
.wrapper{
	margin: 0 auto;
	width: 90%;
	max-width: 1080px;
	}



/************************************************************************/

/*		Redstrip			*/

/************************************************************************/
.redstrip{
	background: #dd2a13;
	height: 10px;
	width: 100%;
	}




/************************************************************************/

/*		Bluetop			*/

/************************************************************************/



.bluetop{
	background-color: #23272a;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.75);
	font-size: 36px;
	line-height: 40px;
	padding-top: 60px;
	padding-bottom: 80px;
	text-align: center;
	display: block;
	width: 100%;
	}



.bluetop h2{
  font-family: proxima-nova,sans-serif;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	background-image: url('images/swan.png');
	height: 80px;
	background-repeat: no-repeat;
	width: 45px;
	margin: 0 auto;
	display: block;
	background-position-y:px;
	vertical-align: middle;
	padding-top: 6px;

	}
	



.bluetop p{
	font-size: 39px;
	line-height: 60px;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-family: rooney-web;
	}

.bluetop p em {
	
	font-family: proxima-nova,sans-serif;
		font-size: 35px;
	    margin-right: 3px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 0px;
		text-align: center;
		
}

#lead {
	letter-spacing:-1px;
	font-size:36px;
}

#learn-more{
	display: block;
	
	
	text-align: center;
	margin: 0 auto;
	}

	
/* learn more button */

button {
	 -webkit-transition: all 150ms ease-in-out;
	 -moz-transition: all 150ms ease-in-out;
	 -o-transition: all 150ms ease-in-out;
	 transition: all 150ms ease-in-out;
}
button.more {
    background-color: #23272A;

    border: 3px solid #555;
    border-radius: 30px;
    color: #777;
    font: 700 15px/14px proxima-nova, sans-serif;
text-transform: uppercase;
letter-spacing: 3px;
    padding: 16px 0 18px;
    text-align: center;
    width: 200px;
	cursor: pointer;
}
button.more:hover { 
	
	border:3px solid #E02900;

	color: #E02900;
	}

button.more:focus {
	outline: none;
}
	

button.less {
    background: #23272A;
    border-color: #E02900;
	cursor: pointer;
	color:#E02900;
}

button.less:hover {
	/*-webkit-box-shadow: inset 0px 0px 5px 1px rgba(255, 255, 255, .8);
	-moz-box-shadow: inset 0px 0px 5px 1px rgba(255, 255, 255, .8);
	box-shadow: inset 0px 0px 5px 1px rgba(255, 255, 255, .8);*/
	border-color: #555;
	color:#777;
}


button.more:active {
	-webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, .7);
	-moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, .7);
	box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, .7);

	
}


/************************************************************************/

/*		Redtop			*/

/************************************************************************/



.redtop{
	background-color: #b3b9bd;
	color: #fff;
	text-shadow: none;
	font-size: 36px;
	line-height: 40px;
	color: #333;
	box-shadow: inset 0px 10px 20px rgba(0,0,0,.5);
	width: 100%;
	}
	
.redtop section{
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
	padding-bottom: 40px;
	}	


.wrapper800{
	margin: 0 auto;
	width: 900px;
	padding-top: 100px;
	padding-bottom: 100px;

	
	}
	
.redtopleft {
float: left;
width: 470px;
margin-right: 50px;
}



.redtopright {
width: 380px;
float: right;
}

.redtop section.smaller {
	 font-size: 17px;
	 border-bottom: none;
	 padding-top: 20px;
}
.redtopright p span {
	background: white;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	font-size: 24px;
	font-family: proxima-nova;
	display: block;
	float: left;
	width: 42px;
	height: 42px;
	line-height: 44px;
	margin-right: 10px;
	color: #B3B9BD;
}
	
.redtop p{
	margin: 20px 0px 0px 0px;
	font-size: 17px;
	line-height: 1.6em;
		}	
.redtopleft p { font-size: 28px }
.redtopleft p .drop { }
.redtop ol{
	font-size: 14px;
	list-style-type: decimal;
	margin: 20px 0 45px;
	list-style-position: outside;
	padding-left: 60px;
	border-left: 1px solid #CCC;
	text-indent: 0;
	width: 340px;
	}
	
.redtop ol li{
	margin-top: 10px;
	}

.redtop ol li p{
font-size: 20px;
line-height: 12px;
margin-bottom: 28px;
	
	}
	
	
.redtop	h2{
  font-family: proxima-nova,sans-serif;
  
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: left;
	color:#fff;
	text-shadow: none;
	}




/************************************************************************/

/*		Companies			*/

/************************************************************************/


.companies{
	display: block;
	}



/* Company Card */
.companies ul {
	width: 85%;
	margin: 0 auto;
	display: block;
}
.companies ul li{
	float: left;
	width: 205px;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 35px;
	padding-right:20px;
	color:#888;
	}
	
.clear {clear:both;}

.companies h2{
  font-family: proxima-nova,sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: center;
	margin: 60px 0px 40px 0px;
	color: #444;
	}


.companies ul li h3{
	font-family: rooney-web, serif;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	margin: 15px 0px 15px 0px;
	color: #23272a;
	}
.companies ul li h3 a {
	color: #23272a;
}

.companies ul li p {
	display: block;
	float: left;
	width: 500px;
	}

.companies ul li p a { color: #464646; ;
}

/* Row Styling */

.companies ul li.first{
	padding-left: 0px;
	
	}
	
.companies ul li.middle {

	}

.companies ul li.last {
	padding-right: 0px;
	}

.companies ul li.no-line {
	border-bottom: 0;
}

.companies ul li h3 a{
text-decoration: none;
	}
	


.companies ul li a:hover{
	color: #c91717;
	}



/************************************************************************/

/*		Investors			*/

/************************************************************************/

#investors {
	background: #E02900;
	padding-bottom:60px;
}

.investors{
	display: block;
	margin:  0 auto;
	text-shadow: none;
	}


/* Company Card */

.investors p {
	color: #f0cdcd;
	font-size: 14px;
	line-height: 1.6em;
	margin:0 auto;
	text-align:center;
}
.investors ul li{
	float: left;
	width: 205px;
	display: block;
	padding-right: 16px;
	padding-left: 16px;
	height: 425px;
	color: #111;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	
.investors .story {
	 margin-bottom: 40px;
}

.investors .story .drop {
	font-size: 60px;
	line-height: 60px;
	display:  block;
	float:  left;
	
}

.investors h2{
  font-family: proxima-nova,sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 60px 0px 40px 0px;
	color: #fff;
	text-align: center;
	}


.investors ul li h3{
  font-family: proxima-nova,sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	margin: 30px 0 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-align: center;
	
	}

.investors img{
	display: block;
	margin: 20px 0px 20px 0px;
	width: 100%;
	border:8px solid #BD2300;
	}
	

.investors a { margin-bottom: 5px}

/* Row Styling */

.investors ul li.first{
	padding-left: 0px;
	
	}
	
.investors ul li.middle {
	border-right: 1px dotted #d9d7d4;
	border-left: 1px dotted #d9d7d4;
	}

.investors ul li.last {
	padding-right: 0px;
	}

.investors ul li a{
	margin-top: 5px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
  font-family: proxima-nova;
	color: #f0cdcd;
	display: block;
	text-align: center;
	}
	

.investors ul li p {
	font-size:  14px;
	line-height: 1.6em;
	
}
.investors ul li a:hover{
	color: #fff;
	}


/************************************************************************/

/*		Footer			*/

/************************************************************************/



footer{
	background: #23272a;
	height:100px;
	padding-top: 30px;
	color: white;
	text-shadow: none;
	text-align: center;
	color:#777;
	}






/************************************************************************/

/*		Stuff			*/

/************************************************************************/


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

@media screen and (max-width: 600px) {
	* { -webkit-touch-callout: none; -webkit-text-size-adjust: none; }
	html, body { height: auto;}

	.bluetop {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.bluetop p {
		 width:  220px;
		 font-size:  24px;
		 line-height: 40px;
	}
	.bluetop p em {
		 font-size: 24px;
	}
	#learn-more {
		 display: none;
		
	}
	.companies {
		 width: 100%;
	}
	
	.companies h2, .investors h2 {
		 margin:  40px 0 25px 0;
	}
	.companies ul {
		 margin: 0 auto 50px;
		 width: 100%;
	}
	
	.companies ul li {
		height: auto;
		padding: 10px 0;
		margin: 0 auto;
		width: 50%;
	}

	.companies ul li.no-line {
		border-bottom: 1px solid #ccc;
	}
	.companies ul li h3 {
		margin-top: 10px;
		font-size: 18px;
	}
	.companies ul li p:last-of-type {
		display:  none;
	}

	.investors {
		margin-bottom: 40px;
	}
	.investors p, .investors h3 {
		display: none;
	}

	.investors p:first-of-type {
		display: block;
	}
	
	.investors ul li {
		margin-bottom: 15px;
		height: auto;
		padding: 0 10px;
	}