body {
	background-color: #D0D0D0;
	font-family: Helvetica, 'Arial', sans-serif;
	font-size: 13px;
	padding-bottom: 50px;
	color: #1C1050;
	padding-top: 290px;
}

big {
	line-height: 1.2em;
}

p {
	line-height: 1.6em;
}

.center {
	width: 1100px;
}

#logo {
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 374px;
	height: 169px;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -85px;
}

.slides {
	background-color: black;
	display: block;
	margin-bottom: 20px;
}

.primary-header {
	background-color: #1C1050;
	position: relative;
}

.section:after {
	background: #0068B3;
	height: 20px;
	position: absolute;
	bottom: -20px;
	right: 0px;
	left: 0px;
	display: block;
	content: ' ';
}

.primary-header nav:before {
	top: -20px;
	bottom: auto;
}

.section-articles .section:last-child:after {
	display: none;
}

.section,
.primary-footer {
	width: 1100px;
	margin: 0px auto;
}

.primary-header nav {
	width: 1100px;
	position: relative;
	margin: 0px auto;
}

#nav {
	background-color: #5AB8E6;
	height: 70px;
}

#nav a:hover,
#nav a:focus {
	background-color: #FFF;
	text-decoration: none;
	color: #1C1050;
}

#nav .active {
	color: white;
}

.primary-header.fixed {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 100;
}

.primary-header nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.primary-header nav li {
	display: inline-block;
}

.primary-header nav a {
	display: block;
	padding: 0px 15px;
	font-size: 1.15em;
	font-weight: bold;
	color: #1C1050;
	text-transform: uppercase;
	line-height: 70px;
}

.header-content {
	height: 220px;
	position: relative;
}

.header-quotes {
	width: 620px;
	height: 160px;
	float: right;
}

.header-quote blockquote {
	width: 480px;
	padding: 0px;
	margin: 75px 0px 0px;
	border: 0;
}

.header-quote footer {
	color: white;
}

.header-quote .quote p {
	color: #5AB8E6;
	font-style: italic;
	font-size: 1.4em;
}

.social-links {
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 200;
}

.social {
	background-image: url(/images/social.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 27px;
	height: 29px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
}

.social-twitter {
	width: 41px;
}

.social-facebook {
	background-position: -47px 0px;
}

.social-linkedin {
	background-position: -82px 0px;
}

.social:hover,
.social:focus {
	opacity: 0.7;
}



.section {
	background-color: white;
	width: 1060px;
	padding: 20px;
	position: relative;
	margin: 0px auto 20px;
}

.section h2 {
	font-size: 4em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	color: inherit;
}

.section h4 {
	font-size: 1.6em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: inherit;
}

.section h4 strong {
	color: #E72D0F;
}

.section .inner {
	background-color: white;
	border: 1px solid #5AB8E6;
	position: relative;
}

.section .inner-pale {
	background-color: #5AB8E6;
	border-color: #5AB8E6;
}

.section .inner-black {
	background: black;
	border-color: #555;
	color: white;
}

.section .inner-blue {
	background: #1C1050;
	border-color: #5AB8E6;
	color: white;
}

.inner-rhs {
	background: #5AB8E6;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inner-rhs h3 {
	color: white;
	line-height: 1.2em;
	text-transform: uppercase;
}

.layout-home .inner-rhs a {
	font-size: 1.6em;
	color: #1c1050;
	text-transform: uppercase;
}

.section menu {
	margin: 20px -20px 0px;
	border-top: 1px solid #5AB8E6;
}

.section menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.section menu a {
	display: block;
	padding: 15px 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	border-bottom: 1px solid #5AB8E6;
}

.section .inner-blue menu a {
	color: white;
}

.section menu span {
	display: block;
	transition: 200ms;
}

.section menu a.active {

}

.section menu a:hover,
.section menu a:focus {
	text-decoration: none !important;
}

.section menu a:hover span,
.section menu a.active span {
	transform: translateX(20px);
	-webkit-transform: translateX(20px);
}

.section menu a:before {
	content: '• ';
	position: absolute;
	opacity: 0;
	transition: 200ms;
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
}

.section .inner-blue menu a:before {
	color: #4175AA;
}

.section menu a.active:before {
	color: #5AB8E6 !important;
}

.section menu a:hover:before,
.section menu a.active:before {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

/***/

.padded {
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.padded-box {
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.group-item {
	display: none;
}

.group-item.active {
	display: block;
}

.layout-vertical menu {
	width: 30%;
	margin: 0px;
	float: right;
	border-top: 0px;
	border-left: 1px solid #5AB8E6;
}

.layout-vertical .content {
	border-right: 1px solid #5AB8E6;
	margin-right: -1px;
	float: left;
	width: 70%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.layout-horizontal header,
.layout-home header,
.layout-contact header {
	border-bottom: 1px solid #5AB8E6;
}

.layout-horizontal menu {
	position: absolute;
	top: -20px;
	right: 20px;
	width: 30%;
	border-top: 0px;
	border-left: 1px solid #5AB8E6;
}

.layout-horizontal menu li:last-child a {
	border-bottom: 0px;
}

.layout-grey .inner {
	background: none;
	border-color: transparent;
}

.layout-vertical header,
.layout-split header {
	border-bottom: 1px solid #5AB8E6;
}

.layout-split .inner-pale header {
	border-color: white;
}

.layout-split .inner-pale header h2 {
	color: white;
}

.layout-split .inner-black header {
	border-color: #555;
}

.layout-split .inner-red header {
	border-color: #ED624B;
}

.layout-black {
	background-color: black;
}

.layout-blue {
	background-color: #1C1050;
}

.section menu img {
	display: block;
	margin: 20px auto;
	max-width: 275px;
	display: none;
}

.section menu img.active {
	display: block;
}

.sticky-cta {
	position: absolute;
	top: 40px;
	right: 0px;
	background: white;
	width: 30%;
}

.sticky-cta a {
	display: block;
	color: black;
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: uppercase;
	font-size: 1.2em;
}

.slides {
	width: 1100px;
	height: 430px;
	overflow: hidden;
	position: relative;
}

.slide {
	width: 1100px;
	height: 430px;
	position: relative;
}

.slides .slide {
	position: absolute;
	top: 0px;
	left: 0px;
}

.slide .hero {
	width: 1100px;
	height: 430px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.slide .copy {
	background-image: url(/images/slide_copy.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: white;
	font-size: 1.4em;
	position: absolute;
	bottom: 40px;
	left: 0px;
	padding: 20px 100px 20px 80px;
	text-transform: uppercase;
}

.slide .copy p strong {
	color: #E72D0F;
}

.slide .copy p {
	margin: 0px;
	line-height: 26px;
	font-weight: bold;
}

.slidesjs-pagination {
	position: absolute;
	bottom: 20px;
	right: 40px;
	z-index: 1000;
	list-style: none;
}

.slidesjs-pagination li {
	float: left;
}

.slidesjs-pagination a {
	background: #5AB8E6;
	width: 10px;
	height: 10px;
	display: block;
	margin-left: 10px;
	border-radius: 10px;
	overflow: hidden;
	text-indent: -1000px;
}

.slidesjs-pagination a.active {
	background-color: white;
}

/***/

.contact-lhs {
	border-right: 1px solid #5AB8E6;
	margin-right: -1px;
}

.contact-rhs {
	border-left: 1px solid #5AB8E6;
}

.contact-wrapper {
	width: 490px;
}

.form-contact .v-name {
	float: left;
}

.form-contact .v-email {
	float: right;
	clear: none;
}

.newsletter .v-form .f-label,
.h-form .form-contact .f-label {
	background: #5AB8E6;
	width: auto;
	position: absolute;
	font-family: Arial, sans-serif;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	text-align: left;
	z-index: 0;
	color: #1C1050;
}

.newsletter .v-form .f-text-input textarea,
.newsletter .v-form .f-text-input input,
.newsletter .v-form .f-label,
.form-contact .f-text-input textarea,
.form-contact .f-text-input input,
.h-form .form-contact .f-label {
	padding: 15px;
}

.newsletter .v-form .f-text-input textarea,
.newsletter .v-form .f-text-input input,
.newsletter .v-form .f-label {
	height: 16px;
}

.newsletter .v-form .f-item,
.form-contact .f-item {
	position: relative;
}

.newsletter .v-form .f-text-input input,
.newsletter .v-form .f-select select,
.newsletter .v-form .f-text-input textarea,
.form-contact .f-text-input input,
.form-contact .f-select select,
.form-contact .f-text-input textarea
{
	background: transparent;
	border-radius: 0px;
	position: relative;
	z-index: 10;
	border: none;
	color: white;
}

.newsletter .v-form .f-text-input input:focus,
.newsletter .v-form .f-select select:focus,
.newsletter .v-form .f-text-input textarea:focus,
.newsletter .v-form .f-text-input input.active,
.newsletter .v-form .f-select select.active,
.newsletter .v-form .f-text-input textarea.active,
.form-contact .f-text-input input:focus,
.form-contact .f-select select:focus,
.form-contact .f-text-input textarea:focus,
.form-contact .f-text-input input.active,
.form-contact .f-select select.active,
.form-contact .f-text-input textarea.active {
	background-color: white;
	color: #333;
}

.form-contact .f-text-input {
	width: 240px;
}

.newsletter .f-text-input {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-contact .f-text-input input {
	width: 220px;
	margin-bottom: 0px;
}

.form-contact .f-textarea {
	width: 490px;
}

.form-contact .f-text-input textarea {
	width: 470px;
	height: 180px;
	resize: none;
	padding: 10px;
}

.form-contact .f-bool {
	overflow: visible;
}

.form-contact .f-bool .f-label {
	background: transparent !important;
	width: 310px;
	z-index: 10;
}

.f-bool .f-checkbox-label {
	color: white;
}

.h-form .form-contact .f-submit {
	padding-left: 0px;
	margin-bottom: 0px;
	text-align: right;
}

.newsletter .f-submit button,
.form-contact .f-submit button {
	background: white;
	color: #1C1050;
	border-radius: 0px;
	border: none;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
	padding: 20px;
	line-height: 20px;
	transition: none;
	-webkit-transition: none;
}

.newsletter .f-submit button:active,
.form-contact .f-submit button:active {
	background: #5AB8E6;
	background-image: none !important;
	box-shadow: none !important;
}

.newsletter .f-submit button {
	font-size: 1.2em;
	padding: 10px 20px;
}

.primary-footer {
	border-top: 4px solid #0068B3;
	margin-top: 40px;
	padding-top: 5px;
	font-size: 0.9em;
}

.footer-nav {
	float: right;
	padding: 0px 10px;
}

.primary-footer ul {
	margin: 0px;
	list-style: none;
}

.primary-footer li {
	margin: 0px;
	float: left;
}

.primary-footer li a {
	padding: 10px;
	display: block;
	text-transform: uppercase;
}

.primary-footer li a:hover,
.primary-footer li a:focus {
	background: white;
	text-decoration: none;
}

.performance {
	display: none;
}

.signature {
	float: left;
	text-transform: uppercase;
	padding: 10px;
	font-weight: bold;
	color: #6A6A6A;
}

.signature a {
	color: #1C1050;
}

/*****/

.blog-primary {
	border-right: 1px dotted #5AB8E6;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: -1px;
}

.blog-aside {
	border-left: 1px dotted #5AB8E6;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
}

.blog-post {
	margin-top: 10px;
}

.posts {
	margin-top: 35px;
}

.post {
	margin: 0px 40px 20px;
	border-bottom: 1px dotted #5AB8E6;
	padding-bottom: 20px;
}

.post h3 {
	font-size: 3em;
	line-height: 1.2em;
}

.post h3 a {
	color: #1C1050;
	text-decoration: none;
}

.post h3 a:hover,
.post h3 a:focus {

}

.post header aside {
	font-weight: bold;
	margin: 10px 0px;
}

.post-hero {
	margin: 20px 0px 20px;
}

.post-leader {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dotted #5AB8E6;
	padding: 0px 0px;
	margin-bottom: 20px;
}

.post-leader-no-image {
	margin-top: 20px;
	border-top: 1px dotted #5AB8E6;
	padding-top: 20px;
}

.blog-aside-panel {
	margin-bottom: 30px;
}

.post-back {
	margin: 20px 0px 0px 40px;
}

.post-mini-img {
	float: right;
	margin: 55px 0px 20px 20px;
}

.post-footer {
	margin: 0px 40px 40px;
}

.post-author h4 {
	font-size: 1.2em;
	text-transform: none;
}

.blog-posts-heading {
	margin: 0px 40px 20px;
	border-bottom: 1px dotted #5AB8E6;
	padding-bottom: 10px;
}

.blog-posts-heading h4 {
	text-transform: none;
}

.post-share {
	border-bottom: 1px dotted #5AB8E6;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/***/

.newsletter {
	background: #1C1050;
	margin: 20px;
	padding: 20px 20px 10px;
}

.newsletter h2 {
	color: white;
	font-size: 1.3em;
	text-transform: none;
	margin-bottom: 15px;
}

.newsletter span {
	display: inline !important;
}