.layout {
	min-height: 100%;
	margin-bottom: -60px;
}
.bottom-block {
	padding-top: 60px;
}
.customize-support {
	padding-top: 32px;
}
.header-nav li.current-menu-item a {
    border-bottom: 3px solid #61c2d0;
    color: #a8bfc3;
}
.content {
	padding: 40px 0;
	font-size: 14px;
    line-height: 24px;
    color: #2f5159;	
}
.content p {
	margin-top: 0;
	margin-bottom: 20px;
}
.content h1 {    
    font-size: 45px;
    line-height: 47px;
    color: #043945;
    margin-bottom: 32px;  
	text-align: center;	
	font-family: ProximaNovaXbold,sans-serif;
}
/* Popup */
.mfp-wrap {
	width: 280px;
	top: 50px;
	left: 50%;
	margin-left: -140px;
	height: auto;
	overflow: visible;
	position: absolute;
}
.mfp-container {
	position: relative;
}
.white-popup-block {
	width: 100%;
	background: #fff;
	position: relative;	
	box-sizing: border-box;
	padding: 20px;
}
.white-popup-block h1 {
	font-weight: bold;
	text-align: center;
}
.white-popup-block .wpcf7-form-control {
	border: 1px solid #eee;	
	display: block;
    width: 100%;
    font-size: 14px;   
    background-color: #fff;
    background-image: none;
    box-shadow: none;
	border-radius: 5px;
	padding: 5px 10px;
}
.white-popup-block .wpcf7-form-control.wpcf7-submit {
	background: linear-gradient(to right,#60C1D0,#0085A3,#60C1D0);
	color: #fff;
	cursor: pointer;
}
.white-popup-block .screen-reader-response {
	display: none;
}
.white-popup-block .wpcf7-not-valid-tip,
.white-popup-block .wpcf7-response-output {
	font-size: 11px;
}
.mfp-close {
	color: #999;
}
@media only screen and (max-width : 768px) {
	.layout {
		margin-bottom: -90px;
	}
	.bottom-block {
		padding-top: 90px;
	}
	.customize-support {
		padding-top: 46px;
	}	
}
@media only screen and (max-width : 768px) {
	.content h1 {
		font-size: 24px;
		line-height: 30px;
	}
}