
@font-face {
	font-family: 'robotoregular';
	src: url('/fonts/Roboto-Regular-webfont.eot');
	src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
		url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
		url('/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body
{
	font-family: 'robotoregular', Arial;
}

body, div, form
{
	margin: 0px;
	padding: 0px;
}

img
{
	display: block;
}

.error
{
	color: #bf0000;
	font-weight: bold;
}

#logo 
{
	padding: 15px 0px 13px 0px;
}

#logo-wrapper
{
	background-color: #f7801f;
}

#header-message
{
	padding: 8px 10px 9px 10px;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	background-color: #b10000;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

#header-message br
{
	display: none;
}

#header-message p
{
	font-size: 14px;
	line-height: 17px;
	margin: 0px;
}

#header-message a
{
	color: #fff;
}

#header-wrapper 
{
	position: relative;
	background-color: #131548;
	height: 34px;
	margin: 0px 0px 0px 0px;
}

#menu-button 
{
	float: left;
	padding: 9px 8px 0px 6px;
	background-image: url('/mobile/images/menu-divider.png');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	background-size: auto 33px;
	height: 25px;
}

#menu-button img
{
	float: left;
	margin-right: 7px;
}

#menu-button .text
{
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
}

#sub-header 
{
	height: 31px;
	border-bottom: 1px solid #bababa;
	border-top: 1px solid #bababa;
	background-image: url('/mobile/images/header-fade.gif');
	position: relative;
}

#header-contact
{
	float: right;
	font-size: 14px;
	line-height: 32px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	text-align: right;
}

#header-contact span
{
	color: #fff;
}

#header-contact a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

#body-wrapper 
{
	font-size: 9pt;
}

#body-wrapper p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#mobile-check
{
	text-align: center;
	font-size: 10pt;
	line-height: 12pt;
	color: #666666;
	padding: 10px 0px 10px 0px;
}

#mobile-check a
{
	color: #666666;
}

#website-by-spark
{
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
	color: #666666;
}

#website-by-spark a
{
	color: #666666;
}

#bread-crumb, #breadcrumb
{
	font-size: 7pt;
	line-height: 9pt;
	color: #000140;
	padding: 10px 0px 8px 15px;
}

#bread-crumb a, #breadcrumb a
{
	color: #000140 !important;
	text-decoration: none;
}

#hidden-menu
{
	background-color: #f7801f;
	width: 70%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: none;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

#hidden-menu.open
{
	display: block;
}

#hidden-menu ul
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	position: relative;
	z-index: 1;
}

#hidden-menu ul li
{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #ffa862;
	margin: 0px;
	background-image: url('/mobile/images/nav-arrow.png');
	background-position: 95% center;
	background-size: 14px 14px;
	background-repeat: no-repeat;
}

#hidden-menu ul li.title
{
	color: #131548;
	background-image: none;
	padding: 0px 0px 5px 0px;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
}

#hidden-menu ul li.last
{
	border-bottom: 0px;
}

#hidden-menu ul li a
{
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 27px 5px 10px;
}

#page-wrapper
{
	transition: transform .5s ease;
	transform: translate3d(0px,0px,0px);

	-webkit-transition: -webkit-transform .5s ease;
	-webkit-transform: translate3d(0px,0px,0px);

	-moz-transition: -moz-transform .5s ease;
	-moz-transform: translate3d(0px,0px,0px);

	position: relative;
	background-color: #fff;
	z-index: 2;
	overflow: hidden;
}

#page-wrapper.open
{
	-webkit-transform: translate3d(70%,0px,0px);
	-moz-transform: translate3d(70%,0px,0px);
	transform: translate3d(70%,0px,0px);

	border-left: 5px solid #131548;
}

html.popup, body.popup
{
	height: 100%;
	overflow: hidden;
}

.table-header
{
	background-color: #000;
	font-size: 8pt;
	line-height: 8pt;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.table-body
{
	background-color: #f1f1f1;
	font-size: 8pt;
	line-height: 10pt;
	text-align: center;
	color: #363636;
}

.table-body-2
{
	background-color: #f1f1f1;
	font-size: 11pt;
	line-height: 15pt;
	text-align: center;
	color: #363636;
	font-weight: bold;
	border-top: 2px solid #fff;
}

.table-header-2
{
	background-color: #b9525b;
	background-color: #4d4d4d;
	font-size: 8pt;
	line-height: 8pt;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-top: 2px solid #fff;
}

.table-header-3
{
	background-color: #313131;
	font-size: 13pt;
	line-height: 13pt;
	text-align: center;
	color: #fff;
}

.black_overlay 
{
 	background-color: #000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: 0.8;
}

#new_image_popup 
{
	position: fixed;
	left: 50%;
	width: 750px;
	background-color: #ffffff;
	padding: 1px;
	margin-left: -375px;
	display: none;
	z-index: 9002;
}

#new_image_popup_image
{
	position: relative;
	left: 0px;
	top: 0px;
	scale: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-ms-touch-action: none;
}

#closebutton
{
	position: fixed; 
	top: 8px; 
	right: 8px;
	z-index: 9003;
	display: none;
}

#new_image_popup a
{
	cursor: pointer;
}

#related-items-wrapper
{
	overflow: hidden;
	touch-action: pan-y;
}

.aligner 
{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.clear-inline
{
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
}

.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
}

#banner-wrapper
{
	width: 100%;
	position: relative;
	margin: 0px 0px 0px 0px;
}

#slides
{
	height: 340px;
	width: 60000px;
}

#slides .slide
{
	float: left;
	height: 340px;
	position: relative;
	z-index: 1;
	background-position: 100% 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: auto 340px;
}

#slides .slide .banner-content-wrapper
{
	display: table-cell;
	vertical-align: middle;
	height: 340px;
}

#slides .slide .banner-content
{
	width: 290px;
	margin: 0px auto 0px auto;
	padding: 15px 10px 20px 10px;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
}

#slides .slide .banner-content .text-1
{
	font-size: 18px;
	line-height: 21px;
	color: #999999;
	margin: 0px 0px 10px 0px;
}

#slides .slide .banner-content .text-2
{
	font-size: 21px;
	line-height: 25px;
	color: #000140;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
}

#slides .slide .banner-content .text-3
{
	font-size: 16px;
	line-height: 22px;
	color: #084f83;
	margin: 0px auto 15px auto;
	font-weight: bold;
	width: 250px;
}

#slides .slide .banner-content .text-3 .tick
{
	padding: 0px 10px 0px 18px;
	height: 32px;
	background-image: url('/images/banner-tick.gif');
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 0px 3px;
}

#slides .slide .banner-content .button a
{
	background-color: #ff8200;
	padding: 0px 0px 0px 0px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	width: 250px;
	margin: 0px auto 0px auto;
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.35);
}

#button-wrapper
{
	position: absolute;
	top: 468px;
	left: 50%;
	z-index: 1;
}

#button-wrapper div
{
	float: left;
	cursor: pointer;
	width: 18px;
	height: 18px;
	background-color: #333333;
	margin: 0px 6px 0px 0px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;	
}

#button-wrapper div.selected
{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	background-color: #000;
}

#testimonials-wrapper
{
	background-color: rgba(0,1,64,0.9);
	z-index: 100;
	text-align: center;
	height: 302px;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
}

#testimonials-wrapper .testimonial
{
	float: left;
	width: 100%;
	height: 240px;
}

#testimonials-wrapper .title h2
{
	font-size: 22px;
	line-height: 25px;
	color: #fff;
	margin: 0px 0px 15px 0px;
	padding: 22px 0px 0px 0px;
}

#testimonials-wrapper .fixed-width
{
	position: relative;
}

#testimonials-wrapper .content
{
	color: #fff;
	font-size: 13px;
	line-height: 19px;
	margin: 0px 0px 15px 0px;
	padding: 0px 15px 0px 15px;
}

#testimonials-wrapper .who
{
	color: #fff;
	font-size: 13px;
	line-height: 19px;
	padding: 0px 30px 0px 30px;
}

#testimonials-wrapper .left
{
	position: absolute;
	top: 112px;
	left: 0px;
	z-index: 101;
	cursor: pointer;
}

#testimonials-wrapper .left img
{
	width: 15px;
}

#testimonials-wrapper .right
{
	position: absolute;
	top: 112px;
	right: 0px;
	z-index: 101;
	cursor: pointer;
}

#testimonials-wrapper .right img
{
	width: 15px;
}

#tick-wrapper
{
	padding: 20px 0px 0px 0px;
}

#tick-wrapper .tick-content
{
	margin: 0px 0px 20px 0px;
}

#tick-wrapper .tick-content .title
{
	background-image: url('/images/large-tick.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 18px 40px;
	margin: 0px 0px 0px 0px;
	background-size: 30px auto;
}

#tick-wrapper .tick-content .title p
{
	font-size: 17px;
	line-height: 27px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.line
{
	background-color: #ff8200;
	height: 5px;
	width: 80px;
}

#tick-wrapper .tick-content .text
{
	color: #1a1a1a;
	font-size: 14px;
	line-height: 19px;
}

#body .content-wrapper-1 .certification
{
	padding: 15px 0px 15px 0px;
}

#body .content-wrapper-1 .left
{
	background-color: #000140;
}

#body .content-wrapper-1 .left .inside
{
	padding: 15px 15px 20px 15px;
}

#body .content-wrapper-1 .right
{
	background-color: #e5e5e5;
}

#body .content-wrapper-1 .right .inside
{
	padding: 15px 15px 5px 15px;
}

#body .content-wrapper-1 .left .title
{
	font-size: 36px;
	line-height: 39px;
	color: #fff;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

#body .content-wrapper-1 .left .title h2
{
	font-size: 22px;
	line-height: 25px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#body .content-wrapper-1 .left p
{
	font-size: 15px;
	line-height: 18px;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	color: #fff;
}

#body .content-wrapper-1 .right .title
{
	font-size: 36px;
	line-height: 39px;
	color: #000140;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

#body .content-wrapper-1 .right .title h2
{
	font-size: 22px;
	line-height: 25px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#body .content-wrapper-1 .right p
{
	font-size: 16px;
	line-height: 25px;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	color: #000140;
	font-weight: bold;
}

#body .content-wrapper-1 .right p a
{
	color: #000140;
}

#body .content-wrapper-1 .right p span
{
	font-size: 25px;
}

#newsletter-wrapper
{
}

#newsletter-input
{
}

#home-email
{
	border: 0px;
	font-size: 13px;
	height: 25px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	width: 176px;
	color: #000;
	background-color: #fff;
	border-radius: 0px;
}

#body .main-content .testimonial
{
	padding: 20px;
	margin: 0px 0px 10px 0px;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	text-align: center;
}

#body .main-content .testimonial.odd
{
	background-color: #e5e5e5;
}

#body .main-content .testimonial .text
{
	margin-bottom: 10px;
}

#body .main-content .testimonial .who
{
	font-weight: bold;
}

#body .main-content .content-image
{
	margin: 0px 0px 30px 0px;
}

#body .main-content .content-image img
{
	max-width: 280px;
	max-height: 280px;
	margin: 0px auto 0px auto;
}

#body .main-content .course
{
	margin: 0px 0px 15px 0px;
}


#body .main-content .course .left
{
	background-color: #ff8200;
	text-align: center;
	padding: 15px 15px 10px 15px;
}

#body .main-content .course .left h2
{
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	font-size: 22px;
	line-height: 25px;
}

#body .main-content .course .left .intro
{
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

#body .main-content .course .inside
{
	padding: 0px 0px 10px 0px;
}

#body .main-content .course .arrow
{
	cursor: pointer;
}

#body .main-content .course.open .arrow
{
	display: none;
}

#body .main-content .course .right
{
	margin: 0px 0px 0px 368px;
	height: 308px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}

#body .main-content .course .right .fade
{
	height: 308px;
	background-image: url('/images/courses-fade.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#body .main-content .course .content
{
	padding: 15px;
	color: #000140;
	font-size: 14px;
	line-height: 22px;
	display: none;
}

#body .main-content .course.open .content
{
	display: block;
}

#body .main-content .course .content ul
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 19px;
}

#body .main-content .course .content p
{
	font-size: 14px;
	line-height: 22px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #000140;
}

#body .main-content .course .content .buttons
{
	padding-top: 10px;
}

#body .main-content .course .content .button-1 a
{
	background-color: #000140;
	padding: 12px 20px 12px 20px;
	margin: 0px auto 10px auto;
	font-size: 14px;
	line-height: 18px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.05em;
	width: 200px;
}

#body .main-content .course .content .button-1 a span
{
	text-decoration: underline;
	font-weight: bold;
}

#body .main-content .course .content .button-2 a
{
	background-color: #ff8200;
	padding: 12px 20px 12px 20px;
	margin: 0px auto 0px auto;
	font-size: 14px;
	line-height: 18px;
	display: block;
	width: 200px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.05em;
	cursor: pointer;
	text-align: center;
}

#body .main-content .courses-menu
{	
	margin: 0px 0px 15px 0px;
	background-color: #000140;
	padding: 12px 10px 14px 10px;
}

#body .main-content .courses-menu .divider
{
	width: 2px;
	height: 38px;
	background-color: #fff;
	padding: 0px !important;
}

#body .main-content .courses-menu div
{
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	float: left;
	padding: 0px 10px 0px 10px;
	max-width: 134px;
}

#body .main-content .courses-menu a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#body .main-content .courses-menu a:hover
{
	color: #ff8200;
}

#course-dates-wrapper
{
	width: 250px;
	padding: 20px;
	background-color: #fff;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -145px;
	z-index: 9002;
	display: none;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.65);
}

#course-dates-wrapper .close
{
	float: right;
	cursor: pointer;
}

#course-dates-wrapper .course-dates
{
	display: none;
}

#course-dates-wrapper .course-dates .title
{
	font-size: 14px;
	line-height: 17px;
	color: #000140;
	font-weight: bold;
	margin: 0px 30px 15px 0px;
}

#course-dates-wrapper .course-dates .info
{
	font-size: 14px;
	line-height: 22px;
	color: #000140;
}

#course-dates-wrapper .course-dates .odd td
{
	background-color: #e5e5e5;
}

#course-dates-wrapper .course-dates .button a
{
	font-weight: bold;
	background-color: #ff8200;
	padding: 9px 0px 0px 0px;
	margin: 0px auto 0px auto;
	height: 30px;
	font-size: 14px;
	line-height: 21px;
	display: block;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.05em;
	width: 150px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.35);
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.35);
}

#home-boxes-wrapper
{
	margin: 0px 0px 0px 0px;
	background-color: #e5e5e5;
	padding: 20px 0px 20px 0px;
}

#home-boxes-wrapper .title
{
	font-size: 36px;
	line-height: 39px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}

#home-boxes-wrapper .title h2
{
	font-size: 22px;
	line-height: 25px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#home-boxes-wrapper .home-box
{
	margin: 0px auto 24px auto;
	cursor: pointer;
	max-width: 586px;
}

#home-boxes-wrapper .home-box .content
{
	background-color: #ff8200;
	padding: 20px;
}

#home-boxes-wrapper .home-box .image
{
	height: 243px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

#home-boxes-wrapper .home-box .image .fade
{
	height: 243px;
	background-image: url('/images/home-box-fade.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 466px auto;
}

#home-boxes-wrapper .home-box  h2
{
	font-size: 17px;
	line-height: 21px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#home-boxes-wrapper .home-box h2 a
{
	color: #000140;
	text-decoration: none;
}

#home-boxes-wrapper .home-box .content .text
{
	font-size: 13px;
	line-height: 21px;
	color: #fff;
	font-weight: bold;
	margin: 0px 0px 10px 0px
}

#home-boxes-wrapper .home-box .content .button a
{
	background-color: #000140;
	padding: 0px 20px 0px 20px;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
	font-weight: bold;
	display: block;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.05em;
	width: 190px;
}

#home-boxes-wrapper .link
{
	text-align: center;
	font-size: 14px;
	line-height: 17px;
}

#home-boxes-wrapper .link a
{
	font-weight: bold;
	color: #000140;
}

#home-content-wrapper
{
	padding: 20px 0px 10px 0px;
}

#home-content-wrapper .content
{
	height: 796px;
	display: table-cell;
	vertical-align: middle;
	color: #1a1a1a;
	font-size: 15px;
	line-height: 20px;
	width: 520px;
}

#home-content-wrapper .content p
{
	color: #1a1a1a;
	font-size: 15px;
	line-height: 20px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#home-content-wrapper .title
{
	font-size: 36px;
	line-height: 39px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 10px 0px;
}

#home-content-wrapper .title h1
{
	font-size: 22px;
	line-height: 25px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#copyright #website-by-spark a
{
	color: #000;
	text-decoration: underline;
}

#copyright #website-by-spark a:hover
{
	color: #fff;
}

#copyright
{
	background-color: #ff8200;
	color: #000;
	font-size: 12px;	
	line-height: 19px;
	text-align: center;
	padding: 15px 0px 5px 0px;
}

#copyright a
{
	color: #000;
	text-decoration: none;
}

#copyright a:hover
{
	color: #fff;
}

.fixed-width
{
	padding: 0px 15px 0px 15px;
}

#body .main-title h1
{
	font-size: 22px;
	line-height: 25px;
	color: #000;
	text-align: center;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}

#body .main-title .line
{
	margin: 0px auto 30px auto;
}

#body h1
{
	font-size: 16px;
	line-height: 19px;
	color: #1a1a1a;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#body .main-content
{
	font-size: 15px;	
	line-height: 22px;
	color: #1a1a1a;
	padding: 0px 15px 30px 15px;
}

#body p
{
	font-size: 15px;	
	line-height: 22px;
	color: #1a1a1a;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

#body a
{
	color: #000140;
}

#column1
{
	padding: 0px 0px 10px 0px;
}

#column1 h2
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 25px;
	color: #000140;
	text-transform: uppercase;
}

#column1 p
{
	font-size: 15px;
	line-height: 23px;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	color: #000140;
}

#column1 p a
{
	color: #000140;
}

#column1 p span
{
	font-size: 25px;
}

#column2
{
	padding: 10px 0px 0px 0px;
}

#column2 .contact-form
{
	padding: 50px 20px 20px 20px;
	background-color: #e5e5e5;
	position: relative;
}

#column2 .contact-form button
{
	cursor: pointer;
	background-color: #000140;
	padding: 0px 0px 0px 0px;
	height: 40px;
	border: 0px;
	font-size: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.05em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 100%;
	margin: 0px;
}

#column2 .title
{
	height: 42px;
	background-color: #ff8200;
	margin: -70px 0px 20px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#column2 .title h2
{
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.field-name
{
	font-size: 14px;
	line-height: 17px;
}

.field-input input
{
	width: 222px;
	padding: 10px;
	border: 0px;
	margin: 0px 0px 10px 0px;
}

.field-textarea textarea
{
	width: 222px;
	border: 0px;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	height: 47px;
}

#body .gdpr
{
	border-collapse: collapse;
	margin-bottom: 15px;
}

.gdpr td, .gdpr th
{
	font-size: 10px;
	padding: 5px;
}

.gdpr-wrapper
{
	overflow-x: scroll;
}

#footer-logo
{
	width: 110px;
	margin: 0px auto 10px auto;
	padding: 20px 0px 0px 0px;
}
