/*<meta />*/

/* Page background */

body
{
	background: #E1EAF2 url('images/bg-color.svg');
}

/* Top tiles */

.region-top
{
	margin-top: 7px;
}

.region-top .region-wrapper
{
	margin: 0 auto;
	max-width: 935px;
}

.region-top .region-wrapper .heading
{
	color: #758C9D;
	font-family: 'Open Sans';
	font-size: 1.8125rem;
	font-weight: 600;
	text-align: center;
}

.region-bottom
{
	background: #FFFFFF;
	-webkit-box-shadow: 0px -1px 10px 0px rgba(1,1,1,.11);
	-moz-box-shadow: 0px -1px 10px 0px rgba(1,1,1,.11);
	box-shadow: 0px -1px 10px 0px rgba(1,1,1,.11);
	margin-top: 30px;
}

.region-bottom .region-wrapper
{
	display: flex;
	margin: 0 auto;
	max-width: 1175px;
}

.region-bottom .region-wrapper > div
{
	padding: 0px 2rem;
}

.region-bottom .region-wrapper .col1
{
	flex: 0 0 344px;
	-ms-flex-preferred-size: calc(344px - 4rem);
}

.region-bottom .region-wrapper .col1 p
{
	margin-top: 45px;
}

.region-bottom .region-wrapper .col1 img
{
	width: 272px;
	position: relative;
}

.region-bottom .region-wrapper .col1 img.breeze-sticky
{
	position: fixed;
	top: 100px;
}

.region-bottom .region-wrapper .col2
{
	display: flex;
	flex-wrap: wrap;
	-ms-flex-preferred-size: calc(100% - 4rem);
}

.region-bottom .region-wrapper .tile
{
	background: #FFFFFF;
	flex: 0 50%;
	height: 7.5rem;
	margin: 32.5px 0px;
	-ms-flex-preferred-size: calc(50% - 4rem);
	padding: 0 2rem;
	position: relative;
	min-width: 280px;
}

.region-bottom .region-wrapper a
{
	display: flex;
	font-size: 1rem;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

.region-bottom .region-wrapper .tile .teaser-hero
{
	display: block;
	margin-right: 14px;
}

.region-bottom .region-wrapper .tile .teaser-hero img
{
	max-width: 105px;
}

.region-bottom .region-wrapper .tile .teaser-heading
{
	border-bottom: solid 1px #DAE2E8;
	color: #007CBE;
	display: block;
	font-family: 'Open Sans';
	font-weight: 600;
	margin: 0 .875rem .5rem 0;
	padding: 0 0 .5rem 0;
	top: 0px;
}

.region-bottom .region-wrapper .tile .teaser-content
{
	color: #5B788E;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 25px;
	max-height: 75px;
}

.region-bottom .region-wrapper .tile .icon
{
	top: 55%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
}

