body, html {
	width: 100%;
	background-color: #fff;
}

.main{
 background: #E8E8E8;
}

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 18px;
	line-height: 2;
	border-top: 10px solid #C7236E;
}

.wrapper{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.smallWrapper{
	width: 600px;
	margin: 0 auto;
	padding: 0;
}

.clearfix:after { 
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ol{
	list-style-position: inside;
	text-indent: -30px;
	padding-left: 30px;
	margin-bottom: 30px;
}

ol li{
	counter-increment: step-counter;
	margin-left: 20px;
}

ol li::before{
	content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #C7236E;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}

/* do not group these rules */
*::-webkit-input-placeholder {
    color: #9ea7ac;
	font-style: italic;
	font-size: .85em;
	padding-left: 1em;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #9ea7ac;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #9ea7ac;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #9ea7ac;
}

.clear{
	clear: both;
}

p {
	margin-bottom: 30px;
}

a {
	color: #79accd;
}

b{
	font-weight: 600;
}

a:hover {
	color: #C7236E;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 17px;
	font-weight: 600;
	font-family: 'Merriweather', serif;
	line-height: 1.5;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

h4 {
	font-size: 22px;
	margin-bottom: 10px;
}

h5 {
	font-size: 20px;
	margin-bottom: 10px;
}

h6 {
	font-size: 18px;
	margin-bottom: 10px;
}

abbr {
	border-bottom: 1px dotted #7b7b7b;
}

ul{
	margin: 2em;
	list-style-type: square;
}

ul li{
	line-height: 24px;
}

img{
	max-width: 100%;
}

code{
	line-height: 1;
	margin-bottom: 2em;
}

blockquote {
	font-size: 16px;
	line-height: 22px;
	padding-left: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	background: transparent url(style/images/quote.png) no-repeat top left;
}

.highlight {
	color: #79accd;
	border-bottom: 1px dotted #79accd;
}

.highlight2 {
	background-color: #d7d7d7;
	padding: 0px 5px;
}

pre{
	font-family: monospace;
	margin: 1em 0;
}

/*pre {
	margin: 10px 0px 40px 0px;
	padding: 0 10px 0px 10px;
	display: block;
	clear: both;
	line-height: 20px;
	font-size: .9em;
	border: 1px solid #cfcfcf;
	font-family: Courier New;
}*/

nav{
	margin: 15px auto 80px auto;
	text-align: center;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: 2px;
}

nav a{
	text-decoration: none;
}

nav ul li{
	display: inline-block;
}

nav ul li + li:before {
   content: "|";
   margin: 0 13px -10px;
   width: 1px;
   height: 30px;
   color: #C7236E;

}


img.left {
	float: left;
	margin: 5px 10px 5px 0;
}

img.right {
	float: right;
	margin: 5px 0 5px 10px;
}

.border-bottom{
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 2em;
}

.border-top{
	border-top: 1px solid #E8E8E8;
	margin-top: 2em;
}

.readMoreButton {
	background: #ff5400;
	border:1px solid #eeb44f;
	display:inline-block;
	height:37px;
	line-height:37px;
	width:132px;
	text-align:center;
}

.readMoreButton:hover {
	background: #ffae00;
}

.readMoreButton a{
	text-decoration:none;
	color: #fff;
}

.bottom{
	vertical-align: bottom;
}

.page-divide{
	border-bottom: 1px solid #b5b5b5; 
	margin-bottom: 40px;
}

.imageHolder{
	max-width: 1200px;
	margin: 0 auto;
}

.mainContainer{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.mainContainer h1{
	line-height: 2.5;
}

.smallContainer{
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.intro{
	text-align: center;
	margin: 0 0 3em 0;

}

.intro h1{
	font-weight: 400;
	margin: 0;
	font-size: 3em;
}

.intro h3{
	font-weight: 300;
	margin-top: -30px;
}

.homeImages{
	width: 100%;
	margin-top: 1em;
	margin-bottom: 3em;
	overflow: hidden;
}

.homeImages img{
	display: block;
	float: left;
	width: 192px;

}

.personal div{
	float: left;
	width: 220px;
	margin: 0 10px;
}

.personal div a{
	text-decoration: none;
}

.personal div h3{
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.personal div p{
	font-size: 14px;
	line-height: 18px;
}

.popOver{
	color: #333;
	font-weight: 400;
	text-align: center !important;
}

.popOver button{
	float: left;
	padding: 10px;
	background-color: #00B8FA;
	font-size: 18px;
	border: 0;
	color: #fff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.popOver .logo{
	margin: 0 auto;
}

.popOver h1{
	font-size: 3em;
	font-weight: 400;
}

.popOver p{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
}

#airbus_popup.popOver span{
	color: #00B8FA;
}

.corp{
	margin-bottom: 70px;
	float: left;
}

.corp div{
	float: left;
	position: relative;
	width: 296px;
	border: 1px solid #c0c0c0;
	height: 120px;
	margin: 10px;
}

.corp img{
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	left: 0;
	right: 0;
}

.corp a{
	float: left;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.corp a:hover{
	background-color: #efefef;
}

.pageBreak{
	background: #E8B81E;
}

ul.portNav{
	margin: 15px auto;
	text-align: center;
}

ul.portNav li{
	display: inline-block;
}

ul.portNav li + li:before {
   content: " | ";
}

#portfolio{
	width: 960px;
	
}


section.showcase {
	padding: 80px 0 0 0;
}

section.showcase .portImageInline{
	position: absolute;
}

section.showcase h1{
	width: 75%;
	font-size: 4em;
	line-height: 1.5;
	margin: 0px auto;
	padding: 40px 0;
	text-align: center;
}

section.showcase h1 b, section.showcase p b{
	font-weight: 700;
}

section.showcase img{
	margin-top: 20px;
}

section.showcase p{
	width: 700px;
	margin: 0 auto 20px auto;
}

section#airbus{
	background-color: #182C37;
	text-align: center;
	color: #fff;
}

section#airbus a{
	text-decoration: underline;
}

section#airbus h1{
	/*background: url(/images/ekg.png) no-repeat center center;*/
	width: 100%;
}

section#airbus h1 span.lives{
	color: #FAC700;
}

section#airbus a{
	color: #FAC700;
}

section#airbus .button{
	width: 60px;
	color: #ffffff;
	font-size: 22px;
	background: #5B7383;
	padding: 0 50px;
	text-decoration: none;
	line-height: 5;
	border: 1px solid #fff;
}

section#airbus .button:hover {
	background: #465A67;
	text-decoration: none;
}

section#airbus img{
	
}




/* Big Triangle */
svg#bigTriangleColor {
	pointer-events: none;
	margin-top: -80px;
}

#bigTriangleColor path {
	fill: #fcfafa;
	stroke: #fcfafa;
	stroke-width: 2;
}


.imageHeight{
	position: relative;
	height: 516px;
}

section#resumeBeacon{
	text-align: center;
}



section#resumeBeacon #rbMain{
	margin: 0 auto;
	width: 913px;
	height: 500px;
	background-image: url("../images/rb-large-pc.jpg");
	left: 0;
	right: 0;
	bottom: 5px;
	background-position: center bottom;
}

section#resumeBeacon #rbIpad{
	right: 5%;
	width: 430px;
	height: 510px;
	background-image: url("../images/rb-large-ipad.jpg");
	bottom: 5px;
	z-index: 1000;
}


section#resumeBeacon #rbPhone{
	left: 15%;
	width: 383px;
	height: 500px;
	background-image: url("../images/rb-large-phone.png");
	bottom: 5px;
	z-index: 1000;
}

section#resumeBeacon .button{
	width: 60px;
	color: #ffffff;
	font-size: 22px;
	background: #5B7383;
	padding: 0 50px;
	text-decoration: none;
	line-height: 5;
	border: 1px solid #fff;
}

section#resumeBeacon .button:hover {
	background: #465A67;
	text-decoration: none;
}

section#resumeBeacon a {
	color: #ff5400;
	text-decoration: underline;
}

section#resumeBeacon #linkedIn{
	color: #ff5400;
}

section#resumeBeacon #linkedLogo{
	vertical-align: sub;
}


section#soboba{
	background: url(/images/heart.png) repeat-x center center;
	background-color: #182C37;
	text-align: center;
	color: #fcfafa;
}

section#soboba span.sobobaName{
	color: #FAC700;
}

section#soboba .button{
	width: 60px;
	color: #ffffff;
	font-size: 22px;
	background: #5B7383;
	padding: 0 50px;
	text-decoration: none;
	line-height: 5;
	border: 1px solid #fff;
}

section#soboba .button:hover {
	background: #465A67;
	text-decoration: none;
}

p.sobobaResult{
	color: #fff;
}

img.sideImage{
	float: left;
	margin: auto 0;
}

section#seedtip{
	text-align: center;
}

section#corona{
	text-align: center;
	background-color: #182C37;
	color: #fcfafa;
}

section#corona .button{
	width: 60px;
	color: #ffffff;
	font-size: 22px;
	background: #C7971B;
	padding: 0 50px;
	text-decoration: none;
	line-height: 5;
	border: 1px solid #fff;
}

section#corona .button:hover {
	background: #9E760D;
	text-decoration: none;
}

section.breakArea{
	background-image: url("../images/squairy_light.png");
	background-repeat: repeat;
}

section.breakArea h1{
	text-align: center;
	padding: 80px 0;
	color: #d50000;
	font-size: 40px;
	font-weight: 700;
}

#ab-phone{
	margin-left: -200px;
}

/* Blog */

#blog{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#blog a{
	color: #910000;
}

#blog aside{
	width: 85px;
	margin-right: 30px;
	float: left;
	background-color: #222;
	color: #fff;
	padding: 20px 0;
}

#blog aside .day{
	font-family: 'Merriweather', serif;
	float: left;
	font-size: 24px;
	line-height: 25px;
	padding: 0 10px;
}

#blog aside .month, #blog aside .year{
	float: left;
	text-align: left;
	font-size: 10px;
	display: inline-block;
	line-height: 12px;
	color: #C0C0C0;
}

#blog article{
	padding: 0 0 1em 0;
	border-bottom: 1px solid #E4E4E4;
	float: left;
	width: 845px;
}

#blog h1{
	font-size: 2em;
	font-weight: 600;
	line-height: 1.3;
}

#blog h1 a{
	text-decoration: none;
}

#blog p{
	/*font-size: 1.1em;
	line-height: 1.4;*/
}

p.readMore a{
	text-decoration: none;
	font-weight: 400;
	font-style: italic;
}

#blog .post{
	margin: 35px 0 0 0;
	overflow: hidden;
}

#signUp{
	border-top: 5px solid #C7236E;
	background-color: #293239;
	color: #9ea7ac;

	padding: 10px;
	margin-top: 2em;
	padding-top: 2em;
	text-align: center;
}

#signUp{
	
}

#signUp .aboutLeft{
	float: left;
	width: 60%;
	padding: 3%;
}

#signUp .aboutRight{
	float: left;
	width: 27%;
	padding: 3%;
}

#signUp .aboutRight input{
	background-color: transparent;
	border: 1px solid #435059;
	font-size: 1.2em;
	width: 100%;
	margin-bottom: .5em;
	color: #fff;
}

#signUp .aboutRight input[type="text"], .aboutRight input[type="email"]{
	height: 2em;
}

#signUp .aboutRight #mc-embedded-subscribe{
	font-size: .9em;
}

#aboutMe{
	margin-bottom: 5em;
}

#aboutMe article header{
	text-align: center;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 40px;
}

.tutDetails{
	clear: both;
	margin-bottom: 2em;
	overflow: hidden;
}

.tutDetails img{
	float: left;
	width: 150px;
	margin-right: 1em;
}

.tutDetails h2{
	margin-bottom: 0;
}

.tutDetails p{
	margin-bottom: 0;
}

.tutDetails ul li{
	display: inline-block;
	background-color: #C7236E;
	color: #fff;
	padding: .25em;
	margin-right: .5em;
	font-size: 10pt;
}

.tutDetails ul{
	margin: 0;
	float: right;
	display: inline;
}

.tutDetails ul.topics:before {
	content: "Topics";
	margin: 0 13px -10px;
	width: 1px;
	height: 30px;
	color: #C7236E;
}

.tutDetails ul.skill:before {
	content: "Skill Level";
	margin: 0 13px -10px;
	width: 1px;
	height: 30px;
	color: #C7236E;
}

.popular{
	float: right;
}

.featured{
	border-left: 4px solid #C7236E;
	font-size: 20px;
	text-align: center;
	margin-left: 3em;
	background-color: #f1f1f1;
	padding: 0 2em;
	float: right;
}

.featuredLong{
	width: 100%;
	border-left: 4px solid #C7236E;
	font-size: 20px;
	text-align: center;
	background-color: #f1f1f1;
	padding: .5em 0;
	margin-bottom: 1em;
	background-image: url("/images/youtube-logo.png");
	background-repeat: no-repeat;
    background-position: left;
	background-size: 175px;
}

.publications{
	border-left: 4px solid #C7236E;
	border-right: 4px solid #C7236E;
	font-size: 20px;
	text-align: center;
	background-color: #f1f1f1;
	padding: 0 2em;
	margin-bottom: 70px;
}

#bottom{
	height: 18em;
	background-color: #FFB800;
}

footer{
	background-color: #182C37;
}

.videoWrap{
	width: 00%; 
	max-width: 800px; 
	height: 100%; 
	margin: 0 auto; 
	background: #CCC
}
	
.video{
	position: relative; 
	padding-top: 56%;
}

.video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%; 
	height:100%;
}

@media only screen and (max-width: 767px) {
    /* phones */
	
	.wrapper{
		width: 700px;
		margin: 0 auto;
		padding: 0;
	}
}

