html, body{
	height: 100%;
}

#contact{
	margin-top : 40px;
	padding-bottom: 80px;
	min-height: calc(100% - 131px);
}

#contact-title{
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
    font-family: 'Neue Haas Grotesk Light', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Segoe UI', helvetica, arial, sans-serif;
}

#support-header{
}

.contact-info-box-wrapper{
	margin-bottom: 20px;
}

.contact-info-box{
	-webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,.10);
	-moz-box-shadow: 0 2px 6px 2px rgba(0,0,0,.10);
	box-shadow: 0 2px 6px 2px rgba(0,0,0,.10);
}

.contact-info-box{
	margin-left: 20px;
	margin-right: 20px;
	padding : 20px;
}

#footer{
	height: 40px;
	background-color: #EFEFEF;
	text-align: center;
	padding-top: 10px;
}

#footer span{
	margin-right: 10px;
}