@font-face {
	font-family: "Proxima N W01 Bold";
	src: url(fonts/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix);
	src: url(fonts/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix) format("eot"), url(fonts/0d416408-95c6-4ad7-b08d-e60573d3b37d.woff2) format("woff2"), url(fonts/d999c07b-a049-4eb5-b8a6-4f36ae25e67e.woff) format("woff"), url(fonts/4d4a75f5-d32a-4a09-8665-133afd39cc37.ttf) format("truetype"), url(fonts/8152bc4e-d700-4c78-b6be-326893e6f53f.svg#8152bc4e-d700-4c78-b6be-326893e6f53f) format("svg")
}
@font-face {
	font-family: "Proxima N W01 Reg";
	src: url(fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix);
	src: url(fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix) format("eot"), url(fonts/64017d81-9430-4cba-8219-8f5cc28b923e.woff2) format("woff2"), url(fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff) format("woff"), url(fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf) format("truetype"), url(fonts/ab9cd062-380f-4b53-b1a7-c0bec7402235.svg#ab9cd062-380f-4b53-b1a7-c0bec7402235) format("svg")
}
html {
	box-sizing: border-box
}
html {
	background-color: #fff;
	box-sizing: border-box
}
* {
	box-sizing: inherit
}
body, html {
	height: 100%
}
body {
	margin: 0
}
html {
	color: #333;
	font-family: "Proxima N W01 Reg";
	font-size: 100%;
	line-height: 1.5
}
header {
	position: fixed;
	width: 100%;
	max-width: 100%;
	z-index: 1450;
	top: 0;
	margin: 0;
	min-height: 45px;
	max-height: 45px;
	background-color: #fff
}
#hero {
	position: relative;
	width: 100%;
	background-color: #204079;
	background-repeat: repeat-x;
	background-image: linear-gradient(45deg, #1b9cd7, #0375b0);
	background-image: url(assets/images/hero-mobile.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
	margin: 0;
	padding: 3.75em 0 0;
	display: block;
	overflow: hidden
}
.sliding-panel-content {
	position: fixed;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	margin: 0;
	padding-top: 1.5em;
	width: 100vw;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	transform: translateX(-100vw);
	z-index: 1550
}
@media screen and (min-width:768px) {
header {
	background-color: #fff;
	min-height: 155px;
	max-height: 155px;
	padding-top: 2em;
	padding-bottom: 2em
}
#hero {
	background-position: center center;
	background-image: url(assets/images/hero.jpg);
	background-size: cover
}
.sliding-panel-content {
	display: none
}
}
.sliding-panel-button {
	display: inline-block;
	outline: 0;
	padding: 10px 16px;
	position: fixed;
	z-index: 2500;
	top: .125em;
	background-color: transparent;
	color: #0375b0;
	font-size: 20px
}
footer {
	min-height: 100vh;
	background-repeat: repeat-x;
	background-image: linear-gradient(180deg, #20417a, #1b9cd7);
	color: #fff;
	margin: 0;
	padding-top: 60px
}
@media screen and (min-width:768px) {
.sliding-panel-button {
	display: none
}
footer {
	min-height: 250px
}
}
body {
	background-color: #fff;
	overflow-x: hidden
}
/**+* {
	margin-bottom: 1em
}*/
.container {
	max-width: 90%;
	margin: 0 auto
}
.button-rounded {
	background-color: #276f04;
	color: #fff;
	font-size: 1em;
	border-radius: 40px;
	box-shadow: 0 3px 0 0 #0d2501;
	padding: 10px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Proxima N W01 Bold";
	text-decoration: none
}
