@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Bold.eot');
	src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
				url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
				url('../fonts/SourceSansPro-Bold.woff') format('woff'),
				url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;

}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-BoldIt.eot');
	src: url('../fonts/SourceSansPro-BoldIt.eot?#iefix') format('embedded-opentype'),
				url('../fonts/SourceSansPro-BoldIt.woff2') format('woff2'),
				url('../fonts/SourceSansPro-BoldIt.woff') format('woff'),
				url('../fonts/SourceSansPro-BoldIt.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;

}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-It.eot');
	src: url('../fonts/SourceSansPro-It.eot?#iefix') format('embedded-opentype'),
				url('../fonts/SourceSansPro-It.woff2') format('woff2'),
				url('../fonts/SourceSansPro-It.woff') format('woff'),
				url('../fonts/SourceSansPro-It.ttf') format('truetype');
	font-style: italic;
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Regular.eot');
	src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
				url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
				url('../fonts/SourceSansPro-Regular.woff') format('woff'),
				url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Light.eot');
	src: url('../fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
				url('../fonts/SourceSansPro-Light.woff2') format('woff2'),
				url('../fonts/SourceSansPro-Light.woff') format('woff'),
				url('../fonts/SourceSansPro-Light.ttf') format('truetype');
	font-weight: 300;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #5B6670;
	font: 15px/1.38 'Source Sans Pro', 'Trebuchet MS', Helvetica, Arial, Sans-serif;
}
a:link, a:visited {
	color: #2B7DE1;
	text-decoration: none;
}
a:link:hover, a:visited:hover {
	color: #D45D00;
}
a:link:hover, a:visited:hover {color: #D45D00;}
a img {border: none;}
address {
	font-style: normal;
	color: #4F7586;
}
address b {color: #002855;}
address div {margin: 1ex 0;}
input, button {font-family: 'Source Sans Pro', 'Trebuchet MS', Helvetica, Arial, Sans-serif;}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	color: #2B7DE1;
	font-weight: normal;
}
.dark-header {
	color: #002956;
}
h1, h2, h3, h4, .btn {
	-moz-hyphens: manual;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
input, textarea {
	padding: 2px 9px;
	background-color: #EEF2F4;
	border-radius: 6px;
	border: 1px solid #EEF2F4;
	color: #5B6770;
}
img, input, object, select, textarea {
	vertical-align: middle;
	margin: 0;
}
input[type=radio], input[type=checkbox] {padding: 0;}
button, input[type=button], input[type=submit], input[type=reset] {
	background-color: #D9E3E7;
	font-weight: bold;
	border: none;
	border-radius: 6px;
	padding: 10px 14px;
	color: #002855;
	font-size: 15px;
	line-height: 1;
}
input.invalid {border-color: #D45D00;}
label.error {color: #D45D00;}
label small {font-style: italic;}
label + input {
	display: block;
	margin-top: 2px;
}
legend {padding: 0;}
main, section, header, footer {display: block;}
p, ul, ol {
	margin-top: 2ex;
	margin-bottom: 2ex;
}
textarea {
	overflow: auto;
	resize: vertical;
	min-height: 100px;
}
td, th {
	vertical-align: top;
	text-align: left;
}
.skip {
	position: absolute !important;
	left: -999em;
}
.btn {
	font-size: 17px;
	color: #2B7DE1 !important;
	display: inline-block;
	background-color: white;
	border: 1px solid #2B7DE1;
	padding: 8px 10px;
	line-height: 1;
	border-radius: 7px;
	min-width: 100px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal !important;
}
.btn span {
	display: table-cell;
	vertical-align: middle;
}
.btn:hover {
	color: #D45D00 !important;
	border-color: #D45D00;
}
.hero3 {
  background-size: cover !important;
}
a.more:after, .more a:after {content: ' »';}

.icp-holder {
	color: #001936;
  padding: 1em;
  display: inline-block;
  border-radius: 14px;
  text-align: center;
  background: white;
  margin-bottom: 2em;
}
.icp-holder a {
	color: #001936 !important;
}
.icp-holder img {
	width: 51px;
}