@charset UTF-8;
@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,200italic,300,400,600);
@import url(font-awesome.min.css);

body
{
	background:#ececec;
}

body,input,select,textarea
{
	font-family:'Open Sans', sans-serif;
	font-weight:200;
	color:#3d3d3d;
}

br.clear
{
	clear:both;
}

strong,b
{
	font-weight:600;
}

h1,h2,h3,h4,h5,h6
{
	font-weight:300;
	color:#262626;
	padding:0 0 .5em;
}

p,ul,ol,dl,table
{
	margin-bottom:1em;
}

p
{
	line-height:2em;
}

a
{
	color:#0087cd;
}

sub
{
	font-size:.8em;
	position:relative;
	top:.5em;
}

sup
{
	font-size:.8em;
	position:relative;
	top:-.5em;
}

hr
{
	border:0;
	border-top:solid 1px #ddd;
}

blockquote
{
	border-left:solid .5em #ddd;
	font-style:italic;
	padding:1em 0 1em 2em;
}

section,article
{
	margin-bottom:2em;
}

footer
{
	padding-top:1em;
}

.subtitle
{
	font-weight:300;
	color:#a0a0a0;
	text-align:left!important;
}

.image
{
	display:inline-block;
}

.image.logo
{
	height:99px;
	width:320px;
	padding-top:1em;
	padding-left:.5em;
}

.image.featured
{
	display:block;
	width:100%;
	margin:0 0 2em;
}

.image.left
{
	float:left;
	margin:0 2.5em 2em 0;
}

.image.left img
{
	position:relative;
	top:.35em;
}

.image.centered
{
	display:block;
	margin:0 0 2em;
}

.image.centered img
{
	width:auto;
	margin:0 auto;
}

input[type=submit],input[type=reset],input[type=button],.button
{
	display:inline-block;
	background:#0087cd url(images/bg01.png) no-repeat right top;
	background-size:100% 100%;
	text-decoration:none;
	font-size:1.1em;
	color:#FFF;
	outline:0;
	border:0;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	appearance:none;
	-moz-transition:background-color .25s ease-in-out;
	-webkit-transition:background-color .25s ease-in-out;
	-o-transition:background-color .25s ease-in-out;
	-ms-transition:background-color .25s ease-in-out;
	transition:background-color .25s ease-in-out;
	padding:1.1em 1.25em;
}

.button.icon:before
{
	margin-right:.5em;
	position:relative;
	top:.1em;
}

input[type=submit].big,input[type=reset].big,input[type=button].big,.button.big
{
	width:100%;
	font-size:2em;
	font-weight:300;
	text-align:center;
	padding:1.3em 0;
}

ul.default
{
	list-style:disc;
	padding-left:1em;
}

ul.default li
{
	padding-left:.5em;
}

ul.style1 li
{
	border-top:1px solid #e0e0e0;
	padding:.575em 0;
}

ul.style2 li
{
	clear:both;
	border-top:1px solid #e0e0e0;
	padding:2em 0 1em;
}

ul.style2 a
{
	text-decoration:none;
	color:#7f7f7f;
}

ul.style2 a:hover
{
	text-decoration:underline;
}

ul.style2 h3
{
	letter-spacing:-2px;
	font-weight:200;
	margin:0;
}

ul.style2 h3 a
{
	display:block;
	color:#262626;
	padding:.25em 0 .75em;
}

ul.style3 li
{
	position:relative;
	line-height:2em;
	margin:2.25em 0 0;
	padding:0 0 0 48px;
}

ul.style3 li:before
{
	cursor:default;
	position:absolute;
	left:0;
	top:0;
	background:#474747;
	color:#fff;
	width:32px;
	height:32px;
	font-size:20px;
	line-height:32px;
	text-align:center;
}

ul.style3 li:first-child
{
	margin-top:0;
}

ul.actions
{
	cursor:default;
}

ul.actions li
{
	display:inline-block;
	padding:0 0 0 1em;
}

ul.actions.vertical li
{
	display:block;
	padding:1em 0 0;
}

ol.default
{
	list-style:decimal;
	padding-left:1.25em;
}

ol.default li
{
	padding-left:.25em;
}

input[type=text],input[type=password],input[type=email],textarea
{
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	appearance:none;
	-moz-transition:border-color .2s ease-in-out;
	-webkit-transition:border-color .2s ease-in-out;
	-o-transition:border-color .2s ease-in-out;
	-ms-transition:border-color .2s ease-in-out;
	transition:border-color .2s ease-in-out;
	background:#fff;
	border:solid 1px #e0e0e0;
	color:inherit;
	display:block;
	outline:0;
	text-decoration:none;
	width:100%;
	padding:.75em;
}

input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,textarea:focus
{
	border-color:#0087cd;
}

input[type=text],input[type=password],input[type=email]
{
	line-height:1em;
}

label
{
	display:block;
	color:inherit;
	font-weight:600;
	line-height:1.75em;
	margin-bottom:.5em;
}

::-webkit-input-placeholder
{
	color:#999;
	position:relative;
	top:3px;
}

table.default tbody tr
{
	border-bottom:solid 1px #e0e0e0;
}

table.default td
{
	padding:.5em 1em;
}

table.default th
{
	font-weight:600;
	text-align:left;
	padding:.5em 1em;
}

table.default thead
{
	background-color:#555;
	color:#fff;
}

.highlight a
{
	display:block;
	text-decoration:none;
	color:#fff;
}

.highlight .image
{
	margin:0;
}

.highlight header
{
	background:#0087cd url(images/bg01.png) no-repeat right top;
	background-size:100% 100%;
	position:relative;
	-moz-transition:background-color .25s ease-in-out;
	-webkit-transition:background-color .25s ease-in-out;
	-o-transition:background-color .25s ease-in-out;
	-ms-transition:background-color .25s ease-in-out;
	transition:background-color .25s ease-in-out;
	padding:2.25em 100px 2.25em 2em;
}

.highlight header:before
{
	display:inline-block;
	font-family:FontAwesome;
	text-decoration:none;
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:'\f0a9';
	position:absolute;
	right:24px;
	top:50%;
	margin-top:-32px;
	font-size:64px;
}

.highlight header h2
{
	font-size:2em;
	letter-spacing:-1px;
	color:inherit;
	margin:0;
}

.highlight header p
{
	font-weight:300;
	letter-spacing:0;
	opacity:.65;
	color:inherit;
	font-size:1.25em;
	line-height:1.5em;
	margin:.25em 0 0;
}

.icon:before
{
	display:inline-block;
	font-family:FontAwesome;
	font-size:1.25em;
	text-decoration:none;
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.icon > .label
{
	display:none;
}

#header-wrapper
{
	position:relative;
	background:#080808 url(images/overlay.png) repeat;
	top:0;
}

#header-wrapper:before
{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background-image:url(images/bg02.png);
	background-size:100% 100%;
}

#banner-wrapper
{
	position:relative;
	width:100%;
	background:#212121 url(images/overlay.png) repeat;
}

#banner-wrapper:before
{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image:url(images/bg03.png);
	background-repeat:no-repeat;
	background-size:100% auto;
}

.homepage #main-wrapper
{
	background:#f6f6f6;
}

#banner
{
	position:relative;
	z-index:1;
}

#banner .image-full
{
	line-height:0;
	margin:0;
}

#slider
{
	background:#111;
}

#featured h2
{
	font-weight:200;
}

#featured h3
{
	font-weight:300;
}

#footer h2
{
	letter-spacing:-1px;
}

#copyright
{
	text-align:center;
	color:#b8b8b8;
}

em,i,#quote
{
	font-style:italic;
}

section > :last-child,article > :last-child,section:last-child,article:last-child,ul.actions:last-child
{
	margin-bottom:0;
}

.image img,.image.fit
{
	display:block;
	width:100%;
}

input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover,.button:hover,.highlight a:hover header
{
	background-color:#119ee7;
}

input[type=submit]:active,input[type=reset]:active,input[type=button]:active,.button:active,.highlight a:active header
{
	background-color:#007cc2;
}

.button.icon,.highlight,#footer-wrapper
{
	position:relative;
}

input[type=submit].alt,input[type=reset].alt,input[type=button].alt,.button.alt,.highlight.alt a header
{
	background-color:#d93d00;
}

input[type=submit].alt:hover,input[type=reset].alt:hover,input[type=button].alt:hover,.button.alt:hover,.highlight.alt a:hover header
{
	background-color:#f35111;
}

input[type=submit].alt:active,input[type=reset].alt:active,input[type=button].alt:active,.button.alt:active,.highlight.alt a:active header
{
	background-color:#d43800;
}

input[type=submit].alt2,input[type=reset].alt2,input[type=button].alt2,.button.alt2,.highlight.alt2 a header
{
	background-color:#414141;
}

input[type=submit].alt2:hover,input[type=reset].alt2:hover,input[type=button].alt2:hover,.button.alt2:hover,.highlight.alt2 a:hover header
{
	background-color:#575757;
}

input[type=submit].alt2:active,input[type=reset].alt2:active,input[type=button].alt2:active,.button.alt2:active,.highlight.alt2 a:active header
{
	background-color:#363636;
}

ul.style1 a:hover,.icon
{
	text-decoration:none;
}

ul.style1 .first,ul.style2 .first
{
	border-top:none;
	padding-top:0;
}

ul.actions li:first-child,ul.actions.vertical li:first-child
{
	padding:0;
}

:-moz-placeholder,::-moz-placeholder,:-ms-input-placeholder,.formerize-placeholder
{
	color:#999;
}

table,table.default
{
	width:100%;
}

#featured-wrapper,#main-wrapper
{
	background:#FFF;
	position:relative;
}

#featured,#footer
{
	overflow:hidden;
}