@charset "utf-8";
#right-column p img {
}


/* CSS Document */

@media screen and (max-width:750px){
	
	#left-column {
	 	display: none !important;
	}
}

body, html {
	margin: 0;
	padding: 0;
	background: #ffffff url(page-bg.png) 0 0 repeat-x;
	border: none;
	box-sizing: border-box;
}

*,
*:before,
*:after{box-sizing:inherit;}

#page-container {
	display: block;
	max-width: 955px;
	margin: auto;
}

#left-column {
	display: block;
	width: 50%;
	float: left;
	padding: 40px 0 0;
}

#left-column-2 {
	display: block;
	width: 50%;
	float: left;
	padding: 40px 0 40;
}

#right-column {
	display: block;
	width: 45%;
	float: right;
	padding: 90px 20px 0 0;
	text-align: center;
	font-family: 'Lato', Arial, sans-serif;
	color: #2f2f2f;
	font-weight: 300;
	font-size: 18px;
}

#right-column-2 {
	display: block;
	width: 45%;
	float: right;
	padding: 45px 20px 0 0;
	text-align: center;
	font-family: 'Lato', Arial, sans-serif;
	color: #2f2f2f;
	font-weight: 300;
	font-size: 18px;
}

.title-main {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #063f73;
	font-weight: 700;
	font-size: 29px;
}

.title-main-2 {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #32599a;
	font-weight: 700;
	font-size: 29px;
}

.title-sub {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #063f73;
	font-weight: 300;
	font-size: 26px;
}

#download-button {
    display: block;
    width: 312px;
    height: 63px;
    margin: auto;
}

#download-button a {
    display: block;
    width: 312px;
    height: 63px;
    text-indent: -3000em;
    background-repeat: no-repeat;
    background-position: 0 0 no-repeat;
    background-image: url(../images/btn-download-updated.png);
    background-color: transparent;
}
#webinar-button   {
    width: 312px;
    height: 63px;
    display: block;
    margin: auto;
}
#webinar-button a {
    display: block;
    width: 312px;
    height: 63px;
    text-indent: -3000em;
    background-repeat: no-repeat;
    background-position: 0 0 no-repeat;
    background-color: transparent;
    background-image: url(../images/webinar-link.png);
}



#footer {
	display: block;
	text-align: center;
	font-family: 'Lato', Arial, sans-serif;
	color: #767676;
	font-weight: 400;
	font-size: 13px;
}

img {
	height: auto;
	max-width: 100%;
}

.clear {
	clear: both;
}
