body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.33;
	color: #1d1d1b;
}

a{
	color: #4e4e4c;
}
a:hover{
	color: #009ee2;
}
a:focus{
	color: #1d1d1b;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold
}

h1{
	font-size: 20px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 16px;
	line-height: 1.56;
}

p {
	margin: 0 0 24px
}

p:last-child {
	margin-bottom: 0;
}

p.lead,
p.has-lead-font-size {
	font-size: 26px;
	font-weight: 100;
	line-height: 1.23;
	color: #4e4e4c;
}

p small {
	font-size: 80%;
	color: #999999
}

a.link,
p a{
	border-bottom: 3px solid #009ee2;
}
a.link:hover,
p a:hover{
	text-decoration: none;
}
a.link:focus,
p a:focus{
	border-color: #1d1d1b;
}

ul.two-columns,
ul:not([class]){
	list-style: none;
	margin: 0;
	padding: 0 0 0 18px;
}
ul.two-columns li,
ul:not([class]) li{
	position: relative;
}
ul.two-columns li:before,
ul:not([class]) li:before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #009ee2;
	position: absolute;
	top: 9px;
	left: -18px;
}

a.arrow-link{
	display: inline-block;
	padding-left: 17px;
	background: url(images/arrow-small-blue.svg) left top 11px no-repeat;
	border: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}

.two-columns{
	padding: 2em;
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
}

.wp-block{
	max-width: 1140px
}
.wp-block[data-align=wide]{
	max-width: 1360px
}
.wp-block[data-align=full]{
	max-width: none;
}