html {
	-webkit-text-size-adjust: none;
}

body {
	padding: 0 10px 100px 10px;
	margin: 0;
	background-color: #e2f5fd;
	font-size: 15px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	color: #000;
}

.upper {
	text-transform: uppercase;
}

.page-wrapper {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

.section .inner {
	padding: 100px 160px;
}

.section1 {
	background-color: #000f39;
	text-transform: uppercase;
	color: #fff;
}

.section1 .inner {
	padding: 140px 240px 0px;
}

.section1 .inner p {
	margin: 0;
	font-size: 20px;
	color: #fff;
	padding: 10px 0 120px 0;
}

.section1 img {
	width: 100%;
	height: auto;
	display: block;
}

.section2 img {
	width: 100%;
	height: auto;
	display: block;
}

.section2 {
	background-color: #fff;
}

.section3 {
	background-color: #ededee;
}

.section4 {
	background-color: #647984;
	color: #fff;
}

.section5 {
	background-color: #0d0802;
	color: #fff;
	text-transform: uppercase;
}
.section5 .inner {
	text-align: center;
	padding: 260px;
}

.section6 {
	background-color: #fff;
	font-size: 12px;
}

.section6 h2 {
	font-size: 18px;
}

.section6 .col {
	column-count: 2;
  column-gap: 40px;
  text-align: left;
}

.section7 {
	background-color: #000f39;
	text-transform: uppercase;
	color: #fff;
}

.section7 p {
	margin: 0 0 5px 0;
}

.section7 a {
	color: #fff;
}

.section7 img {
	margin-bottom: 10px;
	max-width: 200px;
}

h2 {
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
}

h3 {
	margin: 0;
	color: #647984;
	font-size: 16px;
	font-weight: normal;
}

.dark {
	color: #0d0802;
}

a {
	text-decoration: none;
	color: #000;
}


.section5 a {
	color: #fff;
}



.progress-container {
  width: 100%;
  height: 8px;
  background: #e2f5fd;
}

.progress-bar {
  height: 8px;
  background: #000f39;
  width: 0%;
}

.header {
	display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

.mobile {
	width: 100%;
	height: 0px;
	overflow: hidden;
}

.mobile .inner {
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	height: 60px;
}

.mobile.sticky {
	position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  margin: 0;
  background: #000f39;
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.25);
	height: 60px;
	color: #fff;
	padding: 0 0 5px 0;
}
.mobile.sticky img {
	width: auto;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.mobile.sticky p {
	margin: 0;
	font-size: 16px;
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 8px;
}

@media all and (max-width: 836px) {

	body {
		padding: 10px;
	}

	.section .inner {
		padding: 50px 80px;
		text-align: left;
	}

	.section1 .inner {
		padding: 100px 40px 40px;
		max-width: 500px;
    margin: 0 auto;
	}

	.section1 .inner p {
		margin: 0 0 0 0;
		font-size: 16px;
		padding: 10px 0 50px;
	}

	.section5 .inner {
		text-align: center;
	}

	.section6 .col {
		column-count: 1;
	  column-gap: 0px;
	}

}

@media all and (max-width: 480px) {

	.section .inner {
		padding: 50px 40px;
	}

	.section1 .inner {
		padding: 100px 40px 40px;
	}

	.section1 .inner p {
		margin: 0 0 0 0;
		font-size: 16px;
		padding: 10px 0 50px;
	}

	.mobile.sticky {
		height: 50px;
	}

	.mobile.sticky img {
		height: 25px;
		top: 15px;
	}

	.mobile.sticky p {
		bottom: 16px;
		font-size: 13px;
	}

	.sm-block {
		display: block;
	}

	.sm-hide {
		display: none;
	}


}
