/* #Reset & Basics (Inspired by E. Meyers)
--------------------------------------------------------*/
	
html, body {
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{float:none;}		

/* Common
--------------------------------------------------------*/


::-moz-selection {background: #0082a4;color: white; }
::selection {background: #0082a4;color: white; }

body {
	background: #000;
	font-family: 'ScalaOTRegular', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: left;
	color:#666;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hidden {
	display: none;
}

.parallaxText {
	display: table-cell;
	vertical-align: middle;
}

.pattern {
	width: 100%;
	position: absolute;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto; }


/* Typography
--------------------------------------------------------*/

h1, h2, h3, h4 {
	
	font-family: 'DINPro-Medium', Arial, sans-serif;
	color: #0082a4;
	margin: 0 0 6px 0;
}
h1 {
	color:#FFF;
	font-size: 60px;
	text-transform: uppercase;
	position: relative;
	text-align: left;
	line-height: 0.8;
	margin-bottom: 35px;
	padding-top: 15px;
}
h1 span{
	color: #0082a4;
	font-size: 150px;
}

h2 {
	font-size: 44px;
	text-transform: uppercase;
	position: relative;
}

h2.white {
	color: #FFF;
}
.siteColor {
	color: #d2b55b;
}


h3 {
	font-size:23px;
	line-height:1;
	margin-bottom:35px;
	text-transform:uppercase;
}
h3.sectionTitle {
    border-bottom: 1px solid #333;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    padding: 26px 0 6px;
}
.small {font-size: 36px; font-weight:300; text-transform: uppercase;}
.smallBold {font-size: 36px; font-weight:700; text-transform: uppercase;}
.medium {font-size: 44px; text-transform: uppercase;}
.mediumBold {font-size: 44px; font-weight:700; text-transform: uppercase;}
.large {font-size: 56px; text-transform: uppercase;}
.largeBold {font-size: 56px; font-weight:700; text-transform: uppercase;}
.author {font-size: 18px; font-weight:300;}

h4 {
	font-size: 22px;
}

p {
	font-size:16px;
	margin-bottom: 10px;
	line-height:20px;
}

p a {
	color: #fff;
	text-decoration: none;
}

p a:hover {
	color: #007489;
	transition: color 0.5s;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#007489;
}
.introtext {
	font-size: 20px;
}
.marginTop {
	margin-top: 30px;
}
.highlight {
    background: #007489;
    color: #FFFFFF;
    padding: 0 6px;
}
.dropcap {
    background: #007489;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 7px 7px 0 0;
    text-align: center;
    width: 44px;
}