html {
	color: #2f2f2f;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	color: inherit !important;
}
body.landing-page .container {
	max-width: 720px !important;
}

.container-padding-top {
	padding-top: 40px;
}
.container-padding-bottom {
	padding-bottom: 40px;
}

.padding-top {
	padding-top: 20px;
}
.p-margin-bottom {
	margin-bottom: 32px;
}
.p-margin-top {
	margin-top: 52px;
}

img.bordered {
	width: 150px;

	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;

	border: 3px solid #FFF;
	border-radius: 5px;

	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2)
}

.text-red {
	color: rgb(149, 55, 52);
}

.text-center {
	text-align: center;
}

.font-12 { font-size: 12px; }
.font-15 { font-size: 15px; }
.font-18 { font-size: 18px; }
.font-22 { font-size: 22px; font-weight: 700; }
.font-32 { font-size: 32px; }

.the-button {
	color: rgb(255, 255, 255);
	background-color: rgb(61, 103, 158);

	font-size: 21px;
	padding: 13px 35px;
	font-weight: bold;

	background-color: #325481 !important;

	text-decoration: none !important;

	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	border-radius: 4px;
}
.the-button:hover {
	color: rgb(255, 255, 255);
}


/*
 *  FORM PAGE
 */
input.form-control, textarea.form-control {
	border-radius: 5px !important;
	border: 1px solid rgba(0, 0, 0, 0.2);

	font-size: 16px;
	padding: 12px 18px;
	margin-top: 10px;
	height: auto;

	outline: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input-margin-tb {
	margin-top: 25px !important;
	margin-bottom: 25px;
}
.submitbutton {
	color: rgb(255, 255, 255);
	background-color: rgb(14, 141, 199);
	background-color: #0b72a1 !important;
	font-size: 18px;

	margin-top: 10px;
}


/*
 *	THANK YOU
 */ 
body.thank-you-page {
	background-color: #F1F4F8;
	color: #2f2f2f;
}
body.thank-you-page .container {
	max-width: 720px;
}
.white-bg {
	background-color: #fff;
}
.gray-bg {
	padding-top: 20px;
	padding-bottom: 20px;
	outline: none;
	border-bottom: 2px solid rgba(47, 47, 47, 0.0901961);
	background-color: rgb(214, 215, 217);
}
.margin-tp-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.ty-header {
	font-size: 32px;
	font-weight: 700; 
	color: rgb(51, 90, 188) !important;
}

.white-bg p {
	color: rgba(47, 47, 47, 0.721569);
	margin-bottom: 25px; 
}
.white-bg .text-black p {
	color: #333;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-tb-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}
.font-18a {
	font-size: 17px; font-weight: 300;
}