@font-face {
	font-family: 'Cerebri';
	src: url("fonts/cerebri/cerebrisans-regular.eot");
	src: url("fonts/cerebri/cerebrisans-regular.eot?#iefix") format("embedded-opentype"), url("fonts/cerebri/cerebrisans-regular.woff2") format("woff2"), url("fonts/cerebri/cerebrisans-regular.woff") format("woff"), url("fonts/cerebri/cerebrisans-regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Cerebri Semibold';
	src: url("fonts/cerebri/cerebrisans-semibold.eot");
	src: url("fonts/cerebri/cerebrisans-semibold.eot?#iefix") format("embedded-opentype"), url("fonts/cerebri/cerebrisans-semibold.woff2") format("woff2"), url("fonts/cerebri/cerebrisans-semibold.woff") format("woff"), url("fonts/cerebri/cerebrisans-semibold.ttf") format("truetype");
}

@font-face {
	font-family: 'Cerebri Bold';
	src: url("fonts/cerebri/cerebrisans-bold.eot");
	src: url("fonts/cerebri/cerebrisans-bold.eot?#iefix") format("embedded-opentype"), url("fonts/cerebri/cerebrisans-bold.woff2") format("woff2"), url("fonts/cerebri/cerebrisans-bold.woff") format("woff"), url("fonts/cerebri/cerebrisans-bold.ttf") format("truetype");
}

@font-face {
	font-family: 'Astronout';
	src: url("fonts/astronout/astronout-webfont.woff2") format("woff2"), url("fonts/astronout/astronout-webfont.woff") format("woff"), url("fonts/astronout/astronout-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/*---------------------------------------------- RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p,
ul,
ol {
	margin: 0 0 20px;
}

ul,
ol {
	padding: 0 0 0 2.5em;
}

label {
	cursor: pointer;
}

button {
	cursor: pointer;
	border: 0;
	outline: 0;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	border: 0;
}

input[type="submit"]:focus,
input[type="button"]:focus {
	outline: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

/*---------------------------------------------- GLOBAL SETTINGS */

html,
body {
	height: 100%;
}

body {
	background: #fff;
	font: 14px/22px "Cerebri", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/*---------------------------------------------------- FORMATTING */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	color: #0032a0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 46px;
	line-height: 50px;
	margin: 50px 0 30px;
}

h2 {
	font-size: 35px;
	line-height: 40px;
	margin: 40px 0 20px;
}

h3 {
	font-size: 28px;
	line-height: 34px;
	margin: 30px 0 15px;
}

h4 {
	font-size: 21px;
	line-height: 30px;
	margin: 25px 0 10px;
}

h5 {
	font-size: 17px;
	line-height: 24px;
	margin: 25px 0 10px;
}

h6 {
	font-size: 14px;
	line-height: 21px;
	margin: 25px 0 10px;
}

p {
	margin: 0 0 20px 0;
}

em {
	font-style: italic;
}

strong {
	font-family: "Cerebri Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

small {
	font-size: 80%;
}

/*	Blockquotes  */

blockquote,
blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}

blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
	color: #555;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

a {
	color: #0032a0;
	text-decoration: underline;
	outline: 0;
}

p a {
	line-height: inherit;
}

input,
textarea {
	font-size: 14px;
	font-family: "Cerebri", Helvetica, Arial, sans-serif;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	color: #666;
}

ul,
ol {
	margin-bottom: 20px;
}

ul {
	list-style: none outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 6px;
}

li {
	line-height: 18px;
	margin-bottom: 12px;
}

/*------------------------------------------------------ LAYOUT - HIDE UNNECESSARY ELEMENTS HERE */

.main-header,
.main-footer,
.skip-to,
.brand-step,
.menu-contact-us,
.show-small,
.propeller,
.about-content-2__img,
.contact-columns,
.page-header:not(.page-header--full) {
	display: none;
}

.page-header h2 {
	font-size: 40px;
}

.section-header {
	margin-top: 60px;
}

.print-only {
	display: block;
}

.print-logo {
	display: block;
	margin: 0 0 40px;
	width: 150px;
}

.print-logo + h1 {
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	text-indent: -9999em;
	border-bottom: 1px solid #e5eaf5;
	margin: 0 0 40px;
}

.btn {
	border: 1px solid #0032a0;
	padding: 10px 20px 11px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	font-family: "Cerebri Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.icon-list {
	margin: 50px 0;
}

.icon-list li {
	display: inline-block;
	text-align: center;
}

.icon-list li + li {
	margin: 0 0 0 20px;
}

.icon-list li img {
	display: block;
	width: 90px;
	height: auto;
	margin: 0 auto 20px;
}

.service-item {
	float: left;
	width: 50%;
	margin: 50px 0 0;
	padding: 0 50px 0 0;
}

.service-item:nth-child(2n + 1) {
	clear: both;
}

.service-item img {
	display: block;
	width: 90px;
	height: auto;
	margin: 0;
}

.service-item h2 {
	margin-top: 20px;
}

.page-panel-cap {
	clear: both;
	padding-top: 60px;
}

.page-panel-cap .section-header {
	border-top: 1px solid #e5eaf5;
	padding-top: 60px;
	margin-top: 0;
}

.content-row-alternates__item {
	padding-left: 180px;
}

.content-row-alternates__item + .content-row-alternates__item {
	margin-top: 60px;
}

.content-row-alternates__item--emphasis {
	background: #0032a0;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}

.content-row-alternates__item--emphasis h3 {
	color: #fff;
	margin-top: 15px;
}

.content-row-alternates__icon {
	float: left;
	width: 130px;
	margin: 0 0 0 -170px;
}

.content-row-alternates__icon img {
	width: 100%;
	height: auto;
}

