@import url('normalize.css');
@import url('hamburgers.min.css');

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box; 
}

html, body {
	height: 100%;
	width: 100%;
}

header {
	min-height: 104px;
	box-sizing: border-box;
	display: flex;
	align-content: center;
	align-items: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}

header .container {
	padding: 0 48px;
}

header p {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 500;
	margin-bottom: 0;
}

body {
	font-family: 'Raleway', sans-serif;
	line-height: 2;
	-webkit-font-smoothing: antialiased; and -moz-osx-font-smoothing: grayscale;
}

button {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 0.8em;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	color: #0B2646;
	font-size: 2.25em;
	line-height: 1.5;
	margin: 0 0 24px 0;
	font-weight: 600;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	color: #0B2646;
	margin: 0;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 36px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	color: #0B2646;
	font-size: 1.1em;
	margin: 0;
	margin-bottom: 28px;
	line-height: 1.5;
	font-weight: 600;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	color: #0B2646;
	font-size: 0.9em;
	margin: 0;
	margin-bottom: 20px;
	line-height: 1.4;
	font-weight: 700;
}

p {
	color: rgba(11,38,70,0.85);
	margin: 0;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 0.95em;
	line-height: 1.8em;
}

section ul li {
	color: rgba(11,38,70,0.66);
	margin: 0;
	font-weight: 600;
	font-size: 0.95em;	
}

a:link, a:visited, a:active { 
	color: #3169AD;
	font-weight: 700;
	transition: all 0.2s ease;
}

a:hover {
	color: #0B2646;
}

.container {
	display: flex;
	flex: 1;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 80px;
}

.inner-container {
	width: 85vw;
	max-width: 85vw;
	margin: 0 auto;
	padding: 80px 0;
}
.row {
	display: flex;
	flex: 1;
}

.col-1, .col-2, .col-3, .col-xl-3, .col-4, .col-lg-4, .col-6, .col-md-6, .col-sm-6, .col-8, .col-9 {
	display: flex;
	flex-direction: column;
	float: left;
}

.col-1 {
	display: flex;
	flex-direction: column;
	width: 8.333%;
}

.col-2 {
	display: flex;
	flex-direction: column;
	width: 16.667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	display: flex;
	flex-direction: column;
	width: 33.33%;
}

.col-6 {

	width: 50%;
}

.col-7 {
	width: 58.33%;
}

.col-8 {
	width: 66.66%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33%;
}

.center {
	text-align: center;
}

.pull-center {
	margin: 0 auto;
	float: none;
}

.right {
	text-align: right;
}

.pull-right {
	float: right;
}

.valign-center {
	margin: 0;
}

.sm-visible {
	display: none;
}

.flex-end {
	justify-content: flex-end;
}

.align-items-center {
	display: flex;
	align-items: center;
}

.no-padding {
	padding: 0;
}

nav {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 62px;
	min-height: 62px;
	background-color: #fff;
	line-height: 62px;
	display: flex;
	z-index: 3;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	overflow: hidden;
	transition: top 0.2s ease;
}

nav:before {
	content:"";
	position:absolute;
	top:0;
	left: calc(-80% + 12.5%);
	width: 100%;
	height: 64px;
	background-color: #3169AD;
	transform:skew(16.67deg);
	z-index: -1;
}

nav .container {
	max-width: 100%;
	padding: 0 16px;
	justify-content: space-between;
}

nav #logo {
	display: inline-flex;
	background-image: url('../images/logo_white.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 142px;
	height: 24px;
	vertical-align: middle;
	margin-right: 44px;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

nav ul li {
	float: left;
}

nav ul li a, nav ul li a:link, nav ul li a:visited, nav ul li a:active {
	position: relative;
	display: block;
	line-height: 62px;
	vertical-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #3169AD;
	font-size: 0.9em;
	margin: 0 16px;
	text-decoration: none;
	transition: color 0.2s ease;
}

nav ul li a:hover {
	color: #0B2646;
}

nav ul li a.current {
	color: #0B2646;	
}

nav ul li a .line {
	display: block;
	width: 0;
	height: 2px;
	background-color: #0B2646;
	margin: 0 auto;
	position: relative;
	top: -18px;
	transition: width 0.2s ease-in;
}

nav ul li a:hover .line {
	width: 100%;
}

nav ul li a.current .line {
	width: 100%;
	background-color: #0B2646;
}

nav.sticky {
	position: fixed;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.10);
	border: 0;
}

nav.idle {
	position: fixed;
	top: -64px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.10);
	border: 0;
}

#btn-nav-toggle {
	display: block;
	width: 56px;
	height: 56px;
	vertical-align: middle;
	padding: 20px 22px;
	box-sizing: border-box;
}

#btn-nav-toggle .hamburger {
	width: 16px;
	height: 2px;
	background-color: #3169AD;
	margin: 4px 0;
	border-radius: 2px;
}
.hamburger-box {
	zoom: 0.5;
    -moz-transform: scale(0.5);
    position: inherit;
    display: block;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background-color: #3169AD;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
	background-color: #3169AD;	
}

nav.sticky .hamburger-inner, nav.sticky .hamburger-inner:after, nav.sticky .hamburger-inner:before {
	background-color: #3169AD;
}

.btn, .btn:visited {
	display: inline-block;
	padding: 8px 20px;
	background-color: #fff;
	color: #3169AD;
	border: 2px solid #3169AD;
	border-radius: 25px;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	transition: all 0.2s ease;
}

.btn:hover {
	background-color: #fff;
	color: #0B2646;
	border: 2px solid #0B2646;
	box-shadow: none;
}

.btn.solid {
	padding: 8px 28px;
	background-color: #0B2646;
	border: 0;
	color: #fff;
}

.btn.solid:hover {
	background-color: #3169AD;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
}

.btn.white {
	color: #fff;
	border: 2px solid #fff;
}

.btn.white:hover {
	background-color: #fff;
	color: #0B2646;
}

.icon-arrow {
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	background-position: 85% center;
}

.icon-arrow:hover {
	background-position: 90% center;	
}

section {
	display: flex;
}

section h2 {
	font-weight: 600;
	font-size: 1.5em;
	margin-bottom: 28px;
}

section .btn, section .btn:visited {
	border: 2px solid #0B2646;
	background-color: #0B2646;
	color: #fff;
	padding: 8px 20px;
	min-width: 180px;
}

section .btn:hover {
	border: 2px solid #3169AD;
	background-color: #3169AD;
	color: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

section .text-block {
	padding: 0 2vw;
}

section.grey {
	background-color: #f5f5f5;
}

footer {
	display: flex;
	min-height: 380px;
	align-items: center;
	clear: both;
	font-weight: 500;
	color: rgba(11,38,70,0.7);
}

footer h4 {
	font-size: 0.85em;
	margin-bottom: 16px;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul li {
	font-size: 0.8em;
	line-height: 2.25;
}

footer a:link, footer a:active, footer a:visited, footer a:focus {
	color: #0B2646;
	font-weight: 600;
	text-decoration: none;
}

footer a:hover {
	color: #3169AD;
}

footer .col-3 {
	display: flex;
	flex-direction: column;
}

footer img {
	width: 75%;
	max-width: 140px;
	margin: 10px 0;
}

footer #btn-linkedin a {
	display: block;
	width: 44px;
	height: 44px;
	background-image: url('../images/footer_linkedin.svg');
	background-repeat: no-repeat;
	transition: all 0.2s ease;
}

footer #btn-linkedin a:hover {
	background-image: url('../images/footer_linkedin_hover.svg');
}

#footer-links {
	background-color: #f5f5f5;
}

#footer-links .inner-container {
	padding-top: 6px;
	padding-bottom: 6px;
}

#footer-links a {
	font-size: 0.7em;
	color: #999;
	font-weight: 600;
	text-decoration: none;
	margin: 0px 12px;
}

#footer-links a:hover {
	color: #444;
}

@media (max-width: 767px) {
	html {
		height: auto !important;
		min-height: 100%;
	}
	body {
		min-height: 100% !important;
	}
	.container {
		display: block;
		padding: 12px;
	}
	.inner-container {
		padding: 40px 0px;
	}
	header {
		min-height: 68px;
	}
	header:before {
		display: none;
	}
	header h1 {
		font-size: 1.75em;
	}
	header p {
		margin-bottom: 0;
		font-size: 0.95em;
	}
	h2, section h2 {
		font-size: 1.125em;
	}
	nav {
		display: block;
		width: 100%;
		top: 0;
		left: 0;
		line-height: 0;
		overflow: visible;
		background-color: transparent;
		border-radius: 0;
		border: 0;
	}
	nav.active {
		height: 100%;
		background: rgba(11,38,70,0.90);
	} 
	nav .container {
		height: 0;
		padding: 0;
	}
	nav.sticky .container {
		padding: 0;
	}
	nav.active .container {
		height: 100%;
		overflow: hidden;
		background-color: #fff;
	}
	nav:before {
		content: none;
	}
	nav #logo {
		position: relative;
		top: 24px;
		left: 24px;
		height: 21px;
		margin: 0;
		background-image: url('../images/logo.svg');
	}
	nav.active #logo {
		display: none;
	}
	nav.sticky, nav.idle {
		position: absolute;
		box-shadow: none;
	}
	nav.idle {
		top: 0px;
	}
	nav.active.idle, nav.active.sticky {
		position: fixed;
		top: 0px;
	}
	#nav {
		display: flex;
		position: absolute;
		width: 100%;
		visibility: hidden;
		z-index: 1;
		opacity: 0;
		transition: all 0.2s ease;
		align-items: center;
		justify-content: center;
		box-shadow: none;
	}
	#nav.active {
		height: 100%;
		opacity: 100;
		visibility: visible;	
	}
	nav ul li {
		float: none;
		text-align: center;
	}
	nav ul li a, nav ul li a:link, nav ul li a:visited, nav ul li a:active {
		font-size: 0.9375em;
		line-height: 44px;
		display: inline-block;
	}
	nav ul li a .line {
		top: -8px;
		background-color: #0B2646;
	}		
	#btn-nav-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		background-color: #fff;
		left: 24px;
		bottom: 24px;
		z-index: 3;
		box-shadow: 0 8px 12px 0 rgba(0,0,0,0.12);
		border-radius: 28px;
	}
	#btn-nav-toggle:hover, #btn-nav-toggle.is-active:hover {
		opacity: 100;
	}
	#btn-nav-toggle.is-active {
		background-color: #0B2646;
	}
	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
		background-color: #fff;
	}
	nav .hamburger.is-active .hamburger-inner, nav .hamburger.is-active .hamburger-inner:after, nav .hamburger.is-active .hamburger-inner:before {
		background-color: #fff;
	}
	nav.sticky .hamburger.is-active .hamburger-inner, nav.sticky .hamburger.is-active .hamburger-inner:after, nav.sticky .hamburger.is-active .hamburger-inner:before {
		background-color: #fff;
	}
	.col-2, .col-3, .col-4, .col-md-4, .col-6, .col-md-6, .col-7, .col-8, .col-9, .col-10 {
		display: block;
		float: left;
		width: 100%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.md-center {
		text-align: center;
		margin-bottom: 32px;
	}
	section .text-block {
		padding: 0;
	}
	section h2 {
		margin-bottom: 20px;
	}
	.row {
		display: block;
	}

	footer {
		text-align: center;
	}
	footer span {
		display: block;
		width: 100%;
		margin-bottom: 8px;
	}
	footer .col-3 {
		margin: 16px 0;
	}
	.sm-visible {
		display: block;
	}
	footer #btn-linkedin a {
		float: none;
		margin: 0 auto;
	}
	#footer-links {
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.col-md-4 {
		display: block;
		float: left;
		width: 33.33%;
	}
	.col-md-6 {
		display: block;
		float: left;
		width: 50%;
	}
	.col-md-12 {
		width: 100%;
	}
	.md-center {
		text-align: center;
	}
	.container {
		padding: 0;	
	}
	.inner-container {
		padding: 60px 0px;	
	}
	body header h1 {
		font-size: 2em;
	}
	section .text-block {
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-4 {
		display: block;
		float: left;
		width: 33.33%;
	}
}
@media (min-width: 2000px) {
	.col-xl-3 {
		display: block;
		float: left;
		width: 25%;
	}
}