@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


.bounce, .pulse, .floating, .tossing, .pullUp, .pullDown, .stretchLeft, .stretchRight {
    visibility: visible !important;
}
.pullUp, .pullDown, .stretchLeft, .stretchRight {

    background-image: none !important;
    border-radius: 24px;
}


/* Mobile Layout: 480px and below. */

.header {
	
    width:100%;
	float: left;
	padding-top: 2em;
	

}

header {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;


	

	
}

.illuswrap {
	
	text-align: center;
	visibility: hidden;
	height: 300px;
	background: url(../images/Header_MOB.png) 50% 50% no-repeat;


}




.intro {
	color: #b6fff1;
	font-size: 1.3em;
	text-align: center;
	line-height: 30px;	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 400;

}
h1 {
	color: #fff;

	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.5em;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}





.aboutwrap {
	background: #fff;
}
.about {
	width: 100%;
	z-index: 99;
	height: 50%;
	margin-bottom: 30px;
}

.aboutimg {
	float: left;
	display: none;
	margin-left: 9%;

}
.aboutimg_mob {
	display: block;
	float: left;
	margin-top: 40px;
	width: 100%;
		
}

.aboutMap {
	position: absolute;
	z-index: 1;
	top: 100px;
}
.aboutPin {
	position: absolute;
	z-index: 2;
	top: 100px;
	visibility: hidden;
}

.abouttext {
	width: 100%;
	
	text-align: center;
	float: left;
}
.abouttext>p {
	color: #888;
	font-size: 1.2em;
	text-align: center;
	line-height: 30px;	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 400;

}
h3 {
	color: #333;

	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 2em;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}


.careerwrap {
	width: 90%;
	text-align: center;
}

.career {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.careerimg {
	float: right;
	display: none;

}

.careerimg_mob {
	display: block;
	float: left;
	margin-top: 40px;
	width: 100%;
		
}
.careertext {
	width: 100%;
	float: left;
	
	text-align: center;
}
.careertext>p {
	color: #888;
	font-size: 1.2em;
	text-align: center;
	line-height: 30px;	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 400;

}
.careertext>h3 {

	text-align: center;

}

.investor {	
	background: url(../images/investorbg.jpg) fixed;

	margin: 0 auto; 

}


/* Introduction */

article {
	width: 100%;
	float: left;
	margin: 40px 0;
}


.investor h3 {
	color: #fff;
	text-align: center;
}
.investor p {
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	line-height: 30px;	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 400;

}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	

	
.header {
    width:100%;
}

header {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;

}
	
.illuswrap {
	text-align: center;
	visibility: hidden;
	height: 400px;
	background: url(../images/Header_Tab.png) 50% 50% no-repeat;


}
.intro {

	font-size: 1.8em;
	text-align: center;
	line-height: 30px;

	font-weight: 400;
}
h1 {

	font-size: 3.2em;
}
.investor {	
	background: url(../images/investorbg.jpg) fixed;
	margin: 0 auto; 

}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1023px) {




.header {
	
    height: 770px;

	
}

header {
	width: 70%;

}

.illuswrap {
	
	height: 500px;
	background: url(../images/Header.png) 50% 50% no-repeat;


}

.intro {

	font-size: 2em;
	text-align: center;
	line-height: 30px;
}
h1 {

	font-size: 3.5em;
}



article {
	float: left;
	width: 100%;
}
.aboutwrap {
	background: #fff;
	min-height: 500px;
}
.about {
	width: 100%;
	position: relative;
}

.aboutimg {
	float: left;
	display: block;

}
.aboutimg_mob {
	display: none;
	float: left;
	margin-top: 40px;
	width: 100%;
		
}

.aboutMap {
	position: absolute;
	z-index: 1;
	top: 100px;
}
.aboutPin {
	position: absolute;
	z-index: 2;
	top: 100px;
	visibility: hidden;
}

.abouttext {
	width: 50%;
	position: relative;
	
	text-align: left;
	left: 50%;
	top: 80px;
	z-index: 999;
}

.abouttext>p {
	color: #888;
	font-size: 1.3em;
	text-align: left;
	line-height: 30px;


}
h3 {

	font-size: 2.5em;
	text-align: left;

}

.careerwrap {
	width: 90%;
	text-align: center;
}

.career {
	width: 100%;
	margin: 80px 0;
}

.careerimg {
	float: right;
	margin-right: 9%;
	display: block;

}

.careerimg_mob {
	display: none;
	float: left;
	margin-top: 40px;
	width: 100%;
		
}
.careertext {
	width: 50%;
	
	text-align: right;
	top: 80px;
}
.careertext>p {

	font-size: 1.3em;
	text-align: right;
	line-height: 30px;

}
.careertext>h3 {

	text-align: right;

}

.example-container {
    margin: auto;
    max-width: 1000px;
    padding: 0 5%;
    width: 90%;
	background: url("../images/grid.png") repeat scroll center bottom #EEEEEE;
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    max-width: 600px;
    padding: 10px;
    position: relative;
    width: 300px;
}




.graph-bar {

    border-radius: 2px;
    display: table-cell;
    margin: 0 1%;
    visibility: hidden;
    width: 18%;
}
.bar-1 {
    display: inline-block;

	background: rgb(204, 204, 204); /* Fall-back for browsers that don't support rgba */
    background: rgba(204, 204, 204, .8);
    height: 120px;
}

.bar-2 {
    display: inline-block;
	background: rgb(204, 204, 204); /* Fall-back for browsers that don't support rgba */
    background: rgba(204, 204, 204, .8);
    height: 75px;
}
.bar-3 {
    display: inline-block;
	background: rgb(204, 204, 204); /* Fall-back for browsers that don't support rgba */
    background: rgba(204, 204, 204, .8);
    height: 180px;
}
.bar-4 {
    display: inline-block;
	background: rgb(236, 81, 82); /* Fall-back for browsers that don't support rgba */
    background: rgba(236, 81, 82, .8);
    height: 250px;
}

.investor {	
	background: url(../images/investorbg.jpg) fixed;

	margin: 0 auto; 

}

/* ------------------------------------------------ Retina Styles -----------------------------------------


@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {

}*/