@charset "UTF-8";
@import url(font-awesome.min.css);
@import "http://fonts.googleapis.com/css?family=exoregular:400,700";

/* Basic */

	body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
	font: 15px 'exoregular', sans-serif;
	font-weight: 300;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: left;
	width: 100%;
	height: 100%;
    background-color: #c57b57;
}
	
	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}
	
/* Banner */

	#banner {
		padding: 700px 0 12em 0;
		background-attachment: fixed;
		background-image: url("../images/cover.jpg");
		background-position: center top;
		background-size: cover;
		background-repeat:no-repeat;
	}

	#banner :last-child {
			margin-bottom: 0;
		}

	body.is-touch #banner {
		background-attachment: scroll;
	}

/* Section/Article */

	section.special, article.special, header.special {
		text-align: center;
	}

	header p {
		color: #aaa;
		position: relative;
		margin: 0 0 1em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
		text-transform: none;
	}

	header.major {
		margin: 0 0 2em 0;
	}

	header.major h2 {
		font-size: 2em;
		font-weight:bold;
		line-height: 2em;
		}
		
	header.major h3 {
		font-size: 3em;
		color:#4a7487;
		}
		
	header.major author {
		font-size: 1em;
		color:#ccc;
		font-style:italic;
		}
		
		header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
			display: inline-block;
			margin: 0 0 0.1em;
		}

	header.major p {
		font-size: 1.5em;
		margin-bottom: 0;
		}



/*form elements-------------------------*/

textarea {
	height:156px;
	padding:10px;
	margin-bottom:20px; 
	overflow:auto;
	color:#023155;
}
	
.formSecWrap {
	float: left;
	margin-right: 20px;
    border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #79addc;
    border: none;
    border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    color: #023155;
    display: block;
    margin: 0 0 10px 0;
    outline: medium none;
    padding: 4px 4px;
    width: 370px;
	font-family:'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    box-shadow: 0.4em 0.4em 0.4em 0px rgba(2, 45, 89, 0.75);
}

.formWrap label{
	margin: 0 0 2px 0;
	font-size:15px;
	text-align:left;
}

.formWrap input[type="submit"]{
	margin: 10px 0 20px 0;
	width: 150px;
}

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #0000ff; 
	border: none;
	padding: 1px 1px;
	border-radius: 5px;
	font-family: 'exo', sans-serif;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	margin: 0 5px 10px 0;
	line-height: 21px;
	-webkit-appearance: none;
}
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background: #00dd00;  
}

*::-webkit-input-placeholder {
    color: #023155;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #023155;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #023155;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #023155;
}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Feature */

	.feature-grid {
		position: relative;
	}

		.feature-grid:after {
			clear: both;
			content: '';
			display: block;
		}

		.feature-grid .feature {
			display: inline-block;
			float: left;
			margin-bottom: 3em;
			width: 50%;
		}

			.feature-grid .feature .content {
				width: 60%;
			}

			.feature-grid .feature .image {
				width: 30%;
			}

				.feature-grid .feature .image img {
					display: inline;
					max-width: 100%;
				}

			.feature-grid .feature:nth-child(odd) .content, .feature-grid .feature:nth-child(odd) .image {
				float: right;
				margin-right: 5%;
				text-align: right;
			}

			.feature-grid .feature:nth-child(even) .content, .feature-grid .feature:nth-child(even) .image {
				float: left;
				margin-left: 5%;
				text-align: left;
			}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

		.image.fit img {
				width: 100%;
			}

		.image.rounded img {
			border: solid 3px rgba(144, 144, 144, 0.25);
			}

		.image.captioned {
			margin-bottom: 2em;
			border-radius: 0 0 12px 12px;
			box-shadow: 0.4em 0.4em 0.4em 0px rgba(2, 45, 89, 0.5);
		}

		.image.captioned h3 {
				background-color: #fff;
				display: block;
				padding: .3em .3em;
				border-width: 2px;
				border-style: solid;
				border-color: #ddd;				
				border-radius: 0 0 12px 12px;
			}
			
					
			#blink a:active, #blink a:hover {
				color: #000000;
				background-color: #000000;
				display: block;
				padding: 0 1em 0;
			}
				
			img.scale-with-grid {
	max-width: 100%;
	height: auto; 
	align: center;
	}
	

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(144, 144, 144, 0.25);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon:before {
					font-size: 2em;
				}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(144, 144, 144, 0.25);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #484848;
			font-size: 0.9em;
			font-weight: 700;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(144, 144, 144, 0.25);
		}

		table tfoot {
			border-top: solid 2px rgba(144, 144, 144, 0.25);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(144, 144, 144, 0.25);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #79addc;
		border-radius: 4px;
		border: 0;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 3.15em;
		line-height: 3.25em;
		padding: 0 2.2em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #023155;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #4a7487;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
			color: #484848 !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: rgba(144, 144, 144, 0.075);
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: rgba(144, 144, 144, 0.2);
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			.button.alt.icon:before {
				color: #aaa;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #f32853;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #f44066;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #f21040;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #666 !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #fff !important;
			cursor: default;
			opacity: 0.25;
		}

/* Header */

	#skel-layers-wrapper {
		padding-top: 0;
	}

	body.landing #skel-layers-wrapper {
		padding-top: 0 !important;
	}

	#header {
		background-color: #1c1c1a;
		border-bottom: solid 1px rgba(144, 144, 144, 0.25);
		box-shadow: 0px 0.0375em 0.125em 0px rgba(0, 0, 0, 0.05);
		color: #484848;
		cursor: default;
		font-size: 1.25em;
		height: 4.5em;
		left: 0;
		line-height: 4.4em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			color: #484848;
			font-weight: 400;
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
		}

		#header .container {
			position: relative;
		}

			#header .container h1 {
				left: 0;
			}

		#header.alt {
			background-color: transparent;
			border: 0;
			box-shadow: none;
			height: 3.25em;
			line-height: 3.25em;
			position: absolute;
		}

			#header.alt h1 {
				color: #ffffff;
				left: 2.5em;
				top: 2em;
			}

				#header.alt h1 a {
					color: #ffffff;
				}

			#header.alt .button {
				border-color: rgba(255, 255, 255, 0.5);
				color: #ffffff !important;
			}

/* Main */

	#main {
		padding-top: 14em;
	}

/* Wrapper */

	.wrapper {
		padding: 6em 0 4em 0;
	}

		.wrapper.style2 {
			background-color: #c57b57;
			padding: 1em 0 .1em 0;
		}
		
		.wrapper.style3 {
			background-color: #c57b57;
			padding: 0 0 1em 0;
			background-image:url(../images/bg2.jpg);
			background-size: 100%; 
			background-repeat: repeat-y;
		}

		.wrapper.style4 {
			padding: 1em 0 1em 0;
			background-attachment: fixed;
			background-image: url("../images/spill/ocean-03.jpg");
			background-position: center center;
			background-size: cover;
			height: 600px;
			background-color: #c57b57;
			color: #ffffff;
		}

		.wrapper.style4 header.major {
				margin-bottom: 400px;
		}

		.wrapper.style4 header.major h2 {
					color: #4a7487;
		}

	body.is-touch .wrapper.style4 {
		background-attachment: scroll;
	}

/* Footer */

	#footer {
		padding: 1em 0 0 0;
		background: #c57b57;
		color: #023155;
		text-align: center;
	}

		#footer a {
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-o-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			color: #aaa;
			text-decoration: none;
		}

		#footer a:active, #footer a:hover {
				color: #ff3333;
			}

		#footer .copyright {
			margin: .2em 0;
			padding: 0;
			text-align: center;
		}

		#footer .copyright li {
				border-left: solid 1px rgba(144, 144, 144, 0.25);
				display: inline-block;
				list-style: none;
				margin-left: .5em;
				padding-left: .5em;
			}

		#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}
				
/* Typography------------------------------*/

h1, h2, h3, h4, h5 {
	font-weight: 300;
	font-family: 'exoregular',sans-serif;
	color: #4a7487;
	margin: 0 0 6px;
}

h1 {
	font-size: 225px;
	position: relative;
	letter-spacing: -2px;
	text-align: left;
	line-height: 0.8;
	margin-bottom: 35px;
	padding-top: 15px;
}
h1 span{
	color: #c26915;
	font-size: 150px;
}

h2 {
	font-size: 84px;
	position: relative;
}
h2.white {color: #11f;}

h3 {
	font-size: 18px; 
	line-height: 1.5;
	color: #023155;
	font-weight:500;
}

h3.sectionTitle {
    border-bottom: 1px solid #333;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 6px 0 6px;
}

h3a {
	color: #c26915;
	font-size: 18px; 
	font-style:italic;
    line-height: 30px;
}

.small {font-size: 36px; font-weight:300;}
.smallBold {font-size: 36px; font-weight:700;color:white;}
.medium {font-size: 44px;}
.mediumBold {font-size: 44px; font-weight:700; text-transform: uppercase;}
.large {font-size: 56px;}
.largeBold {font-size: 56px; font-weight:700;}
.author {font-size: 14px; color: #023155;
}

h4 {font-size: 22px;font-weight:500;color: #ffffff;line-height: 1.5;}

h5 {font-size: 12px;font-weight:200;color: #ffffff;margin-top:-12px;}

p {margin-bottom: 10px;}
p a {color: #fff; text-decoration: none;}
p a:hover {color: #c26915; transition: color 0.5s;}
a {color:#fff; text-decoration:none;}
a:hover{color:#c26915;}

.introtext {font-size: 20px;}
.marginTop {
	margin-top: 30px;
}



/* Custom Fonts -------*/
@font-face {
	font-family: 'exoregular';
	src:url('../fonts/exoregular.eot');
	src:url('../fonts/exoregular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/exoregular.woff') format('woff'),
		url('../fonts/exoregular.ttf') format('truetype'),
		url('../fonts/exoregular.svg#surreal') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* image at bottom of section */

.spill {
	height: 458px;
	width: 100%;
	clear: left;
	background-position: right 50%;
	margin-top:-140px;
	position: absolute;
	z-index: 10;
	background: rgb(10,10,10);
    background: transparent\9;
    background: rgba(10,10,10,0);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000A0A0A,endColorstr=#000A0A0A);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000A0A0A,endColorstr=#000A0A0A);
zoom: 1;
}

/* image captions  */
div.img-list { list-style-type: none;margin:0 0 140px;padding:0;text-align:center;}
div.img-list div {width:350px;height:235px;margin-right:1em;position:relative;margin-bottom:1em;display:inline-block;}
div.img-list div:hover span.text-content {opacity:1;}
span.text-content {position:absolute;top:0;left:0;background:rgba(2, 45, 89,0.9);color:white;cursor:pointer;display:table;width:350px;height:238px;opacity:0;
    -webkit-transition: opacity 900ms;
    -moz-transition: opacity 900ms;
    -o-transition: opacity 900ms;
    transition: opacity 900ms;}
span.text-content span {display:table-cell;vertical-align:middle;text-align:center;}
.caption-style li:hover img{
		opacity: 1;
		transform: scale(1.75,1.75);
		-webkit-transform:scale(1.75,1.75);
		-moz-transform:scale(1.75,1.75);
		-ms-transform:scale(1.75,1.75);
		-o-transform:scale(1.75,1.75);
	}
.caption-style li{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}
.caption-style img{
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		-ms-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
	}