body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background: url('images/background.jpg') no-repeat center center fixed;
	background-size: cover;
}

.wrapper {
	position: relative;
	max-width: 1030px;
	margin: 30px auto;
}

.orange {
	color: #F26522;
	font-style: italic;
	font-size: 13px;
}

.white {
	color: #fff;
}

.blue {
	font-size: 14px;
	font-style: italic;
	color: #4495D1;
	font-weight: 700;
}

.small-text {
	font-size: 12px;
}

p {
	color: #77787B;
	line-height: 25px;
	font-weight: 700;
	font-style: italic;
	font-size: 13px;
}

img {
	max-width: 100%;
	height: auto;
}

.column1 span,
.column2 span {
	display: block;
}

h1, h2, h3, span, p {
	margin-bottom: 15px;
}

h1 {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
}

h2 {
	color: #4D4D4F;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
	color: #4D4D4F;
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
}

.upper {
	text-transform: uppercase;
}

.reg-list {
	list-style: none;
	list-style-position: inside;
	padding-left: 0;
	font-weight: 700;
}

.reg-list li {
	margin-bottom: 8px;
}

.logo {

	max-width: 280px;
	margin: 50px auto 20px auto;
}

.social {
	width: 70px;
	margin: 0 auto;
}

.social span {
	display: block;
	width: 29px;
	height: 29px;
	float: left;
	margin-right: 5px;
}

.fb {
	background: url('images/fb.png') no-repeat;
	background-size: 100% 100%;
}

.linkedin {
	background: url('images/linkedin.png') no-repeat;
	background-size: 100% 100%;
}

.col {
	min-height: 500px;
}

.column1 .cont {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.column1 {
	padding-left: 0;
	text-align: center;
}

.column2 {
	text-align: center;
}

.column3 {
	padding-right: 0;
}

.hs-button {
	background: #F26522 !important;
	border: none !important;
	max-width: 255px !important;
	width: 100% !important;
	padding: 10px 0 !important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none !important;
}

@media only screen and (max-width: 991px) {
	.col {
		min-height: auto;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.column1 .cont {
		position: static;
		top: auto;
		transform: none;
	}

	.column3 .cont {
		max-width: 255px;
		margin: 0 auto 30px auto;
	}

	.wrapper {
		background: rgba(255,255,255,.9);
		width:90%;
		padding: 20px;
	}

	h1,
	.white {
		color: #4D4D4F;
	}
}

@media only screen and (max-width: 767px) {	

}

@media only screen and (max-width: 649px) {

}

@media only screen and (max-width: 523px) {

}
