body {
	margin: 0;
	min-width: 800px;

	color: #4A5162;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}

.container > .block {
	margin: 0 auto;
	max-width: 940px;
}

/* * Header * */

.container.header {
	padding: 20px 0 30px 0;
}

.container.header .block {
	background: url('../images/logo@2x.png') left center no-repeat;
	background-size: 50px 75px;
	height: 75px;
}

.container.header .block a {
	color: inherit;
	text-decoration: inherit;
	transition: all 0.25s ease;
}
.container.header .block a:hover{
	opacity:0.8;
}

.container.header .block .title {
	float: left;
	margin-top: 16px;
	margin-left: 60px;

	color: #172B54;
	font-family: "Proxima Nova W01", sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
}

.container.header .block .title .styling {
	display: block;

	color: #8B8B8B;
	font-size: 0.8em;
	font-style: italic;
	font-weight: 300;
	text-transform: lowercase;
}

.container.header .block .social {
	float: right;
	margin-top: 16px;
}

.container.header .block .social .tagline {
	color: #8B8B8B;
	font-size: 1.5em;
}

.container.header .block .social .element {
	float: right;
	margin-left: 20px;
}

.container.header .block .social .element .caption {
	display: inline-block;
	margin-top: 9px;
	margin-right: 10px;

	color: #aaa;
	font-size: 0.9em;
	text-transform: uppercase;
}

.container.header .block .social .element .tel {
	color: #172B54;
	font-size: 1.4em;
	font-weight: bold;
}

.container.header .block .social .element ul {
	display: inline-block;
	margin: 0;
	margin-top: 4px;
	padding: 0;

	list-style: none;
}

.container.header .block .social .element ul li {
	display: inline-block;
	margin-right: 4px;
}

.container.header .block .social .element ul li img {
	vertical-align: text-bottom;
}

/* * Hero * */

.container.hero {
	background: url('../images/header_bg.png') bottom center no-repeat #172B54;
	height: 470px;
}

.container.hero .block {
	color: #fff;
}

.container.hero .block .content h1 {
	width: 470px;
}

.container.hero .block .content p {
	width: 450px;

	font-style: italic;
}

.container.hero .block .cta {
	margin-top: 50px;
	height: 57px;
	
	font-size: 1.25em;
}

.container.hero .block .cta a, .container.hero .block .cta .contact-shadow {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	min-width: 160px;

	color: inherit;
	text-align: center;
	text-decoration: inherit;
}

.container.hero .block .cta > .services {
	border: 2px solid #fff;
	border-radius: 4px;
	padding: 10px 40px 10px 40px;
	
	vertical-align: top;
	transition: all 0.15s ease;
}
.container.hero .block .cta > .services:hover {
	background: rgba(255, 255, 255, 0.150);
}

.container.hero .block .cta > .contact {
	background: #F75C46;
	border: 2px solid #F75C46;
	border-radius: 4px;
	box-shadow: 0px 3px 0px #C44634;
	padding: 10px 40px 10px 40px;
	z-index: 1;
	
	transition: all 0.15s ease;
}
.container.hero .block .cta > .contact:hover {
	background: rgb(246,109,89);
	border-color: rgb(246,109,89);
}
.container.hero .block .cta > .contact:active {
	box-shadow: none;
	margin-top: 3px;
}
/* * Navigation Bar * */

.container.nav {
	padding: 30px 0;

	color: #172B54;
	font-size: 0.9em;
}

body.sticky .container.nav {
	border-bottom: 1px solid #ddd;
	position: fixed;
	width: 100%;
	min-width: 800px;
	top: 0;
	z-index: 10;
}

.container.nav a {
	color: inherit;
	text-decoration: inherit;
}
.container.nav a:hover {
	text-decoration: underline;
}

.container.nav .block nav {
	float: left;
}

.container.nav .block nav ul {
	margin: 0;
	padding: 0;

	list-style: none;
}

.container.nav .block nav ul > li {
	display: inline-block;
	margin-right: 60px;
}

.container.nav .block .cta-book {
	border: 2px solid #172B54;
	border-radius: 4px;
	float: right;
	margin-top: -10px;
	margin-bottom: -10px;
	padding: 8px 30px 6px 30px;
}

/* * Articles * */

.container .block section.three-column article {
	float: left;
	margin-right: 3%;
	width: 30%;

	font-size: 0.9em;
}

/* * Services * */

.container.services .block section article {
	font-size: 0.9em;
}
.container.services .block section article:before {
	background: url('../images/services_sprite@2x.png') top left no-repeat;
	background-size: 237px 60px;
	content: "";
	float: left;
	margin-right: 20px;
	width: 60px;
	height: 60px;
}

.container.services .block section article.learner-training:before {
	background-position: 0 0;
}
.container.services .block section article.advanced-training:before {
	background-position: -59px 0;
}
.container.services .block section article.transmission:before {
	background-position: -118px 0;
}
.container.services .block section article.international:before {
	background-position: -177px 0;
}

.container.services .block section article.advanced-training ul {
	list-style-image: url('../images/list_checkbox.png');
}

.container.services .block section article h3 {
	padding-top: 16px;

	font-style: italic;
}

.container.services .block section article .content {
	display: inline-block;
	margin-left: 80px;
}

.container.services .block section article .content > * {
	float: left;
	margin-right: 3%;
	width: 47%;
}

.container.services .block section article .content p {
	margin-top: 0;
}

.container.services .block section article .content p:first-child {
	margin-top: 0;
}

.container.services .block section article .content a.button {
	border: 2px solid #4A5162;
	border-radius: 4px;
	display: block;
	padding: 10px 0 6px 0;

	color: inherit;
	text-align: center;
	text-decoration: inherit;
}

/* * Testimonials * */

.container.testimonials .block section blockquote {
	background: #F7F7F7;
	display: inline-block;
	float: left;
	margin: 0;
	margin-bottom: 40px;
	margin-right: 4%;
	width: 48%;
}
.container.testimonials .block section blockquote:nth-child(even) {
	margin-right: 0;
}

.container.testimonials .block p {
	margin: 0;
	padding: 20px 20px;

	font-size: 0.9em;
	font-style: italic;
}

/* * Resources * */
.container.testimonials .block.resources .content {
	float: left;
	width: 30%;
}

.container.testimonials .block.resources .content p {
	padding: 0;

	font-style: normal;
}

.container.testimonials .block.resources .cta-download {
	background: #F7F7F7;
	border-radius: 10px;
	float: left;
	margin-left: 3%;
	width: 67%;
}

.container.testimonials .block.resources .cta-download .container {
	background: url('../images/pdf_file@2x.png') center left no-repeat;
	background-size: 25px 32px;
	background-position: 18px;
	padding: 14px;
	padding-left: 60px;
}

.container.testimonials .block.resources .cta-download .container > span {
	float: left;
	margin-top: 4px;
}

.container.testimonials .block.resources .cta-download .container .cta {
	float: right;
}

.container.testimonials .block.resources .cta a, .container.testimonials .block.resources .cta .contact-shadow {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	min-width: 100px;

	color: #fff;
	text-align: center;
	text-decoration: inherit;
}

.container.testimonials .block.resources .cta > .download {
	background: #F75C46;
	border: 2px solid #F75C46;
	border-radius: 4px;
	box-shadow: 0px 3px 0px #C44634;
	padding: 4px 40px 4px 40px;
	z-index: 1;

	font-size: 0.8em;
}

/* * About * */

.container.about {
	background: url('../images/about-bg.jpg') top left no-repeat;
	margin: 0 auto;
	margin-top: 40px;
	max-width: 1440px;
	height: 440px;
}

.container.about .block .content {
	float: right;
	padding: 20px;
	padding-left: 220px;
	padding-right: 40px;
	width: 580px;
	height: 400px;

	font-size: 0.9em;
}

.container.about .block .content .meta {
	float: right;
}

.container.about .block .content .meta .author {
	display: block;
	margin-top: 0;
	margin-bottom: 0;

	font-family: "kremlin-pro-web-expanded", Dakota, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}

.container.about .block .content .meta .position {
	margin-top: 0;

	color: #ABABAB;
	font-size: 0.8em;
	font-style: italic;
}

/* * About Gradient * */

.gradient {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}

/* * Footer CTA * */

.container.footer-cta {
	background: #172B54;

	color: #fff;
	text-align: center;
}

.container.footer-cta .block .cta a, .container.testimonials .block.resources .cta .contact-shadow {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	min-width: 160px;

	color: #fff;
	text-align: center;
	text-decoration: inherit;
}

.container.footer-cta .block .cta > .contact {
	background: #F75C46;
	border: 2px solid #F75C46;
	border-radius: 4px;
	box-shadow: 0px 3px 0px #C44634;
	padding: 10px 40px 4px 40px;
	z-index: 1;
}

.container.footer {
	padding: 10px;

	color: #A4A49F;
	font-size: 0.9em;
}

.container.footer .block {
	background: url('../images/footer-bg@2x.png') center left no-repeat;
	background-size: 163px 44px;
}

.container.footer .block p {
	margin: 0;
	padding: 24px;

	font-size: 0.9em;
	text-align: right;
}

.container.footer .block p a {
	color: inherit;
	text-decoration: inherit;
}
.container.footer .block p a:hover {
	text-decoration: underline;
}

/* * Essentials * */

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.25em;
	font-weight: normal;
}

.container.bg-grey {
	background: #eee;
}

.breathe {
	padding-top: 40px;
	padding-bottom: 40px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* * Dialog Boxes * */

.container.dialogs {
	background: #fff;
	background: rgba(255,255,255,0.8);
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.container.dialogs .dialog {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
	display: none;
	position: relative;
	margin: 0 auto;
	margin-top: 80px;
	padding: 40px;
	padding-top: 20px;
	width: 780px;
	z-index: 1001;

	font-size: 0.9em;
}

.container.dialogs .dialog h2, .container.dialogs .dialog a {
	font-weight: bold;
}

.container.dialogs .dialog a {
	color: inherit;
	text-decoration: inherit;
}
.container.dialogs .dialog a:hover {
	text-decoration: underline;
}

.container.dialogs .dialog .keeptogether {
	float: left;
	width: 47%;
	margin-right: 3%;
}

.container.dialogs .dialog a[data-id="close"] {
	background: #E0E7EB;
	border-radius: 10px;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 4px 20px;
}

.dialog[data-id="info-international"] h2 {
	background: url('../images/services_sprite@2x.png') top left no-repeat;
	background-size: 237px 60px;
	background-position: -177px 0;
	padding: 10px;
	padding-left: 80px;
	height: 60px;
}

.dialog[data-id="contact"] .contact-form, .dialog[data-id="contact"] .contact-info {
	float: left;
	width: 50%;
}

.container.dialogs .dialog[data-id="contact"] {
	background: url('../images/contact_bg@2x.png') top center no-repeat #fff;
	background-size: 977px 377px;
}

.dialog[data-id="contact"] .contact-form label {
	display: block;
}

.dialog[data-id="contact"] .contact-form input, .dialog[data-id="contact"] .contact-form textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
}

.dialog[data-id="contact"] .contact-form textarea {
	min-height: 200px;

	font-family: "Proxima Nova W01", sans-serif;
	line-height: 1.6em;
}

.dialog[data-id="contact"] .contact-info .wrapper {
	margin: 20px 60px;
}

.dialog[data-id="contact"] .contact-info .wrapper .owner {
	margin-bottom: 30px;
}

.dialog[data-id="contact"] .contact-info .wrapper .owner span.social {
	margin-bottom: 0;
}

.dialog[data-id="contact"] .contact-info .wrapper span {
	display: block;
	
	color: #949494;
	font-size: 1.2em;
	font-style: italic;
}

.dialog[data-id="contact"] .contact-info .wrapper span.social {
	margin-bottom: 10px;

	color: #172B54;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
}

span.required {
	color: #A1A1A1;
}

#submit, #input_4 {
	background: #27A558;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 3px 0px #2A7D39;
	cursor: pointer;
	display: inline-block;
	float: right;
	outline: none;
	padding: 10px 40px 10px 40px;
	z-index: 1;

	color: #fff;
	text-transform: uppercase;
	transition: all 0.15s ease;
}

#input_4:active{
	box-shadow: none;
	margin-top: 3px;
}


/* * Misc * */

img {
	border: none;
}

.honey {
	display: none;
}

/* * Responsive * */

@media all and (max-width: 1020px) {

	.container > .block {
		margin: 0 40px;
	}

	.container.about .block {
		margin-right: 0;
	}

}

@media all and (max-width: 950px) {

	.container.header .block .social {
		font-size: 0.8em;
	}

}