body {
	/* font-family: 'Arimo', sans-serif; */
	/* font-family: 'Titillium Web', sans-serif; */
	font-family: 'Roboto', sans-serif;
	background-color: #f5f5f5;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

body22 {
	/* background: url('IMGs/ThinkstockPhotos-496064894.jpg') no-repeat center center; */
	background: url('IMGs/IMG_BG.jpg') no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

body#background {
	background: url('IMGs/ThinkstockPhotos-496064894.jpg') no-repeat 50% 50% fixed; 
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

#header {
	background-color: #000;
	padding: 0px;
}


#body_wrap {
	padding: 0% 10%;
}

#body_inner {
	background: url('IMGs/bg-content-wrap.png') repeat 0 0;
	height: 100%;
}

#content_wrap {
	background: url('IMGs/bg-content-wrap.png') repeat 0 0; 
}


p {
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
    	line-height: 1.6;
	font-weight: 500;
    	margin-bottom: 24px;
}

p.LG {
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 35px;
    	line-height: 1.6;
	font-weight: 600;
    	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

h1.ThankYou {
    	color: #CC0000;
	font-size: 45px;
	font-weight: 700;
	margin: 25px 0px 1px !important;
	text-transform: uppercase;
}

h1.FormError {
	color: #CC0000;
	font-size: 45px;
	font-weight: 700;
	margin: 15px 0px 25px;
	text-transform: uppercase;
}

h3.FormError {
	color: #CC0000;
	font-size: 24px;
	font-weight: 700;
	margin: 25px 0px 40px;
}

p.FormError_LG {
    	font-family: 'Roboto', sans-serif;
    	font-size: 18px;
    	line-height: 1.6;
    	font-weight: 600;
}

p.FormError_XL {
    	font-family: 'Roboto', sans-serif;
    	color: #000000;
    	font-size: 18px;
    	line-height: 1.6;
    	font-weight: 600;
    	margin-top: 0px !important;
    	margin-bottom: 20px !important;
}




/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-weight: 700;
	margin: 15px 0px 25px;
}


h2 {
	font-size: 30px;
	font-weight: 700;
	margin: 15px 0px 25px;
}

h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 15px 0px 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}