.path-frontpage .region-highlighted{
	padding:0;
}
.hp-banner .wrap{
	background-color:#555;
	background-position:center top;
	background-size:1700px auto;
	height:580px;
}
.hp-banner .inner{
	max-width: 800px;
	padding:140px 40px 0 140px;
}
.hp-banner h1{
	color:#1570A6;
	font-size:50px;
	margin:0 0 20px;
}
.hp-banner p {
    color: #1570A6;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 600;
    max-width: 600px;
}
.hp-icons {
    max-width: 780px;
    position: relative;
    margin: -35px auto 50px;
    text-align: center;
}
.hp-icons a{
    color: #1170a7;
    font-family: 'Roboto Slab',sans-serif;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    line-height: 1em;
    display: block;
}
.hp-icons a img{
	display:block;
	margin:0 auto 10px;
}
.hp-ctas{

}
.hp-ctas h3{
	color:#1570A6;
}
.hp-ctas img{
	display:block;
	margin:0 0 20px;
}
.path-frontpage .region-lower{
	display:flex;
	flex-wrap:wrap;
}
.hp-news,
.hp-events{
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;	
}
.hp-news{
	padding-right: 100px;
}
.hp-news .item{
	padding:25px 0;	
}
.hp-news .title{
	margin:0 !important;
	font-size:18px;
}

.sidebar-icons {
    background: #F4F4F8;
    padding: 34px;
}
.sidebar-icons a {
    display: block;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    color: #333;
}
.sidebar-icons a img {
    width: 50px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}


img.team {
    float: left;
    margin: 0 30px 20px 0;
    width: 25%;
}