.container{
	padding:2.5em 0 8.5em 0;
}

/* Intro Styles
================================= */

.intro{
	background-image:url(images/cv/intro.png);
	background-repeat:no-repeat;
	background-color:#008D9E;
	background-position:top;
	background-size:100% auto;
	border-bottom:10px solid #fff;
}

.introTitle{
	position:relative;
	text-align:center;
	padding:2em;
	width:200px;
	margin:0.5em auto;
}

.introTitle h1{
	text-transform:uppercase;
	color:#36444D;
	margin:0;
	padding:0;
	font-size:1.5em;
	font-weight:700;
}

.introTitle h1 span{
	color:#CE672E;
}

.introTitle h1 span span{
	border:3px solid #F47B38;
}

.introText{
	position:relative;
	margin:0 auto;
	padding:2em;
	width:240px;
	text-align:center;
	background:#fff;
}

.introText img{
	width:100%;
	height:auto;
}

.intro h2{
	margin:0 0 1em 0;
	padding:0;
	font-size:1.8em;
}

.intro .introCol{
	position:relative;
}

.intro p{
	margin:0 0 1em 0;
	padding:0;
	font-size:1em;
}

.intro p span{
	display:block;
	background:#36444D;
	color:#28A5CE;
	font-size:1.7em;
	padding:0.5em;
}

.intro h2 span.high , 
.intro p span.high{
	color:#F47B38;
	text-decoration:none;
	padding:0;
	background:none;
}

/* Content Styles
================================= */

.number{
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 50px 0 50px;
	border-color: #ffffff transparent transparent transparent;
	z-index:998;
}

.content{
	width:100%;
}

.content .row{
	position:relative;
	padding:360px 0 0 0;
}

.content .row .panel{
	vertical-align:top;
}

.textRight{
	background: url(images/cv/bkgd-text-2.png) repeat bottom right;
	border-bottom:10px solid #fff;
	padding:1.8em 1em 1em 1em;
}

.textLeft{
	background: url(images/cv/bkgd-text-1.png) repeat bottom right;
	border-bottom:10px solid #fff;
	padding:1.8em 1em 1em 1em;
}

.one{background:url(images/cv/image1.png) no-repeat center center;}
.two{background:url(images/cv/image2.png) no-repeat center center;}
.three{background:url(images/cv/image3.png) no-repeat center center;}
.four{background:url(images/cv/image4.png) no-repeat center center;}
.five{background:url(images/cv/image5.png) no-repeat center center;}
.six{background:url(images/cv/image6.png) no-repeat center center;}
.seven{background:url(images/cv/image7.png) no-repeat center center;}
.eight{background:url(images/cv/image8.png) no-repeat center center;}
.nine{background:url(images/cv/image9.png) no-repeat center center;}
.ten{background:url(images/cv/image10.png) no-repeat center center;}

.panel.one , 
.panel.two , 
.panel.three , 
.panel.four , 
.panel.five , 
.panel.six , 
.panel.seven , 
.panel.eight , 
.panel.nine , 
.panel.ten{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	min-height:250px;
}

.panel h3{
	font-size:1.5em;
	margin:0 0 0.5em 0;
	line-height:1em;
	padding:0;
	font-weight:700;
}

.panel p{
	margin:0;
	padding:0;
	font-size:1em;
}

.panel a{
	color:#F47B38;
}

.textLeft h3{
	color:#004FA3;
}

.textLeft p{
	color:#36444D;
}

.textRight h3{
	color:#F47B38;
}

.textRight p{
	color:#fff;
}

/* Tooltip Styles
================================= */

.toolTip , 
.toolTipLeft{
	position:absolute;
	background:#094FA3;
	color:#fff;
	width:auto;
	top:250px;
	text-align:center;
	min-height:80px;
	padding:1em;
}

.toolTip .text, 
.toolTipLeft .text{
	position:relative;
}

.toolTip .vertical, 
.toolTipLeft .vertical{
	font-size:1.2em;
	font-weight:700;
	margin:0;
}

.toolTip .vertical i, 
.toolTipLeft .vertical i{
	display:none;
}

/* Footer Styles
================================= */

.outro{
	text-align:center;
	background:#33c9dc;
}

.outro p{
	color:#ffffff;
}

.bottomShare{
	width:100px;
	margin:0 auto;
}

.bottomShare a{
	margin:0 0 12px 0;
}