body {
	font-family: 'Open Sans', sans-serif;
}
p {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
a {
	font-family: 'Open Sans', sans-serif;
}
.nopadding {
	padding: 0 !important;
}
.centerblocks {
	display: flex !important;
	justify-content: center;
}
.text-form img {
    float: left;
}
.img-ebook {
    margin-bottom: 30px;
    margin-top: -20px;
}
.form-included input {
	border-radius: 0;
	font-size: 12px;
	height: 30px;
}
.form-included button {
    background: #fff;
    border: 0;
    height: 40px;
    color: #af423f;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 8px;
    width: 100%;
    margin-top: 13%;
    -webkit-box-shadow: 10px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 3px 3px 0px rgba(0,0,0,0.75);
}
.form-included button:focus {
    outline: 0;
}
.text-form h1 {
    font-size: 29px;
    color: #000;
    font-weight: bold;
    line-height: 35px;
    padding-left: 15px;
    float: left;
    margin-top: -8px;
    margin-bottom: 0;
}
.text-form h2 {
    font-size: 9rem;
    letter-spacing: 10px;
    padding-left: 50px;
    float: left;
    margin: 0;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: 7px;
}
.text-form p {
    font-size: 13px;
    text-align: justify;
    letter-spacing: 0.6pt;
    margin: 7% 0;
    float: left;
}
.text-form p.plus-text {
    margin-bottom: 21%;
}
.LogoCol {
	margin-top: 3%;
	margin-bottom: 5%;
}
.SocialCol {
	margin-top: 4%;
}

input[type="checkbox"] {
    width: auto;
    float: left;
    margin-right: 5px;
    height: auto;
    margin-top: 2px;
}
.policybox {
    margin-bottom: 6px;
    padding: 0 5px 5px;
    clear: both;
}
.policy-style {
    font-size: 11px !important;
    margin-bottom: 0 !important;
    float: none !important;
    margin-top: 0 !important;
}
.policy-style a {
    color: #333;
}
.red-div {
	position: absolute;
	bottom: 0;
	height: 120px;
	background: #af423f;
	width: 75%;
	right:0;
}
.blue-div {
    position: absolute;
    top: 0;
    height: 355px;
    background: #296d9c;
    width: 39%;
    left: 0;
}
.text-form p span {
    text-decoration: underline;
}

/*************************************

RESPONSIVE STYLES

**************************/

@media only screen and (min-width: 1025px) and (max-width: 1199px) {

	.LogoCol {
    	margin-top: 3%;
    	margin-bottom: 5%;
	}
	.SocialCol {
    	margin-top: 4%;
	}
	.text-form p.plus-text {
    	margin-bottom: 25%;
	}
	.red-div {
		bottom: -40px;
	}
	.text-form h1 {
		font-size: 21px;
	}
	.text-form h2 {
	    font-size: 7rem;
	    padding-left: 32px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {

		.text-form p.plus-text {
	    margin-bottom: 43%;
	}
	.LogoCol {
    	margin-top: 3%;
    	margin-bottom: 5%;
	}
	.SocialCol {
    	margin-top: 4%;
	}
	.red-div {
		bottom: -40px;
	}
	.text-form img {
    	max-width: 90px;
	}
	.text-form h1 {
		font-size: 18px;
	}
	.text-form h2 {
		font-size: 5rem;
		padding-left: 35px;
	}
}

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

	.nopadding-xs {
		padding: 0 !important;
	}
	.LogoCol a img{
		margin: 0 auto;
	}
	.SocialCol {
		text-align: center !important;
		margin-top: 0;
	}
	.leftImg:first-child {
	    margin-bottom: 50px;
	    float: left;
	    width: 100%;
	    margin-top: 20px;
	}
	.text-form p.plus-text {
    	margin-bottom: 5%;
	}
	.LogoCol {
	    margin-top: 5%;
	}
	.img-ebook {
		margin-top: 0;
	}
	.text-form img {
		max-width: 90px;
	}
	.text-form h1 {
		font-size: 22px;
	}
	.text-form h2 {
		font-size: 6rem;
		padding-left: 45px;
	}
	.red-div {
		width: 100%;
		bottom: 7px;
	}
	.blue-div {
		width: 100%;
		height: 185px;
	}
}

@media only screen and (max-width: 480px) {
	.text-form h2 {
	    font-size: 5rem;
	    padding-left: 37px;
	}
	.text-form h1 {
    	font-size: 18px;
	}
}