.page[data-page-name="contact"] {
	background: #143463;
}
.page[data-page-name="contact"] > div {
	padding: 0 30px;
}
.page[data-page-name="contact"] .page-container {
	background: #fff;
	border-radius: 90px;
	padding: 70px 50px;
	position: relative;
	box-sizing: border-box;
	height: calc(100% - 280px);
	overflow: auto;
}
.page[data-page-name="contact"] .page-container > h2 {
	margin: 0;
	font-size: 86px;
	margin-bottom: 60px;
	text-align: center;
}
.page[data-page-name="contact"] .content {
    margin-bottom: 70px;
}
.page[data-page-name="contact"] .row {
    padding-left: 90px;
    line-height: 70px;
    font-size: 42px;
    letter-spacing: 0.2px;
    margin-bottom: 90px;
		position: relative;
}
.page[data-page-name="contact"] .row a {
	color: #143463;
	text-decoration: underline;
    font-size: 42px;
    line-height: 70px;
    letter-spacing: 0.2px;
}
.row.address:before{
	content: '';
	position: absolute;
	top:5px;
	left: 0;
	width: 60px;
	height: 60px;
	background: url(../img/address.svg) no-repeat top left;
}

.row.facebook:before{
	content: '';
	position: absolute;
	top:5px;
	left: 0;
	width: 60px;
	height: 60px;
	background: url(../img/fb.svg) no-repeat top left;
}
.row.email:before{
	content: '';
	position: absolute;
	top:5px;
	left: 0;
	width: 60px;
	height: 60px;
	background: url(../img/email.svg) no-repeat top left;
}
.row.fax:before{
	content: '';
	position: absolute;
	top:5px;
	left: 0;
	width: 60px;
	height: 60px;
	background: url(../img/fax.svg) no-repeat top left;
}

.row.tel:before{
	content: '';
	position: absolute;
	top:5px;
	left: 0;
	width: 60px;
	height: 60px;
	background: url(../img/tel.svg) no-repeat top left;
}
