@font-face {
	font-family: "OpenSansRegular";
	src: url("../font/opensans-regular.eot") format("embedded-opentype"), url("../font/opensans-regular.woff") format("woff"), url("../font/opensans-regular.ttf") format("truetype"), url("../font/opensans-regular.svg#OpenSansRegular") format("svg");
}
/*
	Arcana 1.0 by HTML5 Up!
	html5up.net | @nodethirtythree
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

body {
	background-color: #ffffff;
	font-family: 'OpenSansRegular', sans-serif;
	font-size: 11pt;
	line-height: 1.75em;
	color: #4c4c4c;
}
h1, h2, h3, h4 {
	font-family: 'OpenSansRegular', sans-serif;
	color: #1d1d1d;
}
h2, h3 {
	font-size: 1.6em;
	letter-spacing: -1px;
	margin: 0 0 0.75em 0;
}
strong {
	color: #1d1d1d;
}
a {
	color: #005abb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 5px 0;
}
/* Reusable */

.button a {
	display: inline-block;
	background: #005abb;
	box-shadow: inset 0px 0px 0px 1px #61aaf8, 0px 2px 3px 0px rgba(0,0,0,0.25);
	border: solid 1px #005abb;
	border-radius: 6px;
	padding: 0.45em 1.1em 0.5em 1.1em;
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
	background-image: -moz-linear-gradient(top, #61aaf8, #005abb);
	background-image: -webkit-linear-gradient(top, #61aaf8, #005abb);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#61aaf8), to(#005abb));
	background-image: -ms-linear-gradient(top, #61aaf8, #005abb);
	background-image: -o-linear-gradient(top, #61aaf8, #005abb);
	background-image: linear-gradient(top, #61aaf8, #005abb);
	outline: 0;
	/*white-space: nowrap;*/
	margin-top: 20px;
	margin-right: 9%;
}
.button:hover {
/*background: #28a3df;
		background-image: -moz-linear-gradient(top, #58d3FF, #28a3df);
		background-image: -webkit-linear-gradient(top, #58d3FF, #28a3df);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#58d3FF), to(#28a3df));
		background-image: -ms-linear-gradient(top, #58d3FF, #28a3df);
		background-image: -o-linear-gradient(top, #58d3FF, #28a3df);
		background-image: linear-gradient(top, #58d3FF, #28a3df);*/
}
.button:active {
/*background: #38C3FF;
		background-image: -moz-linear-gradient(top, #005abb, #38C3FF);
		background-image: -webkit-linear-gradient(top, #005abb, #38C3FF);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005abb), to(#38C3FF));
		background-image: -ms-linear-gradient(top, #005abb, #38C3FF);
		background-image: -o-linear-gradient(top, #005abb, #38C3FF);
		background-image: linear-gradient(top, #005abb, #38C3FF);*/
}
.divider {
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	height: 4px;
	margin: 2em 0 2em 0;
}
.divider-top {
	margin-bottom: 0;
}
.divider-bottom {
	margin-top: 0;
}
.cta-box {
	background: url('images/bg2.png');
	text-align: center;
	padding: 1.25em 0 1.25em 0;
	text-shadow: 1px 2px 0px #fff;
	font-size: 2em;
}
.cta-box .button {
	margin-left: 0.8em;
}
.highlight-box {
	background: url('images/bg2.png');
	text-align: center;
	padding: 3.5em 0 3.5em 0;
	text-shadow: 1px 2px 0px #fff;
}
.highlight-box h2 {
	font-size: 3.2em;
	letter-spacing: -3px;
	margin: 0 0 0.6em 0;
}
.highlight-box span {
	font-size: 2em;
	color: #a1a1a1;
}
.thumbnails {
}
.thumbnails .divider {
	border-bottom: 0;
	border-top: solid 1px #e5e5e5;
	margin: 1em 0 1em 0;
}
.thumbnails .thumbnail {
	overflow: hidden;
}
.thumbnails .thumbnail img {
	border: solid 5px #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	float: left;
	margin-right: 25px;
}
.thumbnails .thumbnail blockquote {
	margin: 0 0 0.75em 0;
	margin-left: 130px;
}
.thumbnails .thumbnail cite {
	color: #888;
	margin-left: 130px;
	display: block;
}
.thumbnails .thumbnail cite strong {
	padding-right: 0.25em;
}
.link-list {
}
.link-list li {
	border-top: solid 1px #d0d0d0;
	line-height: 2.5em;
}
.link-list li:first-child {
	border-top: none;
}
.small {
	font-size: 70%;
	line-height: 1em;
	margin-top: 6em;
}
.error {
	color: #ff0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 80%;
}
.link-icon li {
	background: url(../images/pdf.png) no-repeat left 6px;
	display: block;
	padding: 8px 0 8px 30px
}
.link-icon li.no-icon {
	background: transparent ;
}
.link-icon li span {
	font-size: small;
	font-weight: bold;
	line-height: normal;
	background: #FFBA88;
    border: 1px solid #E3786A;
    border-radius: 6px;
    color: #AE2124;
    display: block;
    padding: .5em;
}
.first {
	padding: 0 1% 0 0;
}
.highlighted {
	color: #005abb;
	text-decoration: none;
}