html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
    -webkit-text-size-adjust: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "myriad-pro", arial, sans-serif;
	color: #444444;
	background-image: url(../assets/shared/bg.png), url(../assets/shared/body_bg.png);
	background-repeat: repeat-x, repeat;
	background-position: 0% 0%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight:700;
}


.hidden {
	visibility: hidden;
	display: none;
}

.thin {
	font-weight: 300;
}

.bold {
	font-weight: 700;
}

.normal {
	font-weight: 400;
}

.bg_green {
	background-color: #3B7A67;
}

.bg_red {
	background-color: #960000;
}

.bg_blue {
	background-color: #014A7F;
}

a.red {
	color: #960000;
}

a.green {
	color: #3B7A67;
}

a.link {
	color: #3A7466;
}

.fw_wrap {
    width: 100%;
    height: auto;
}

p {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 1.15em;
	margin-left: 2%;
}

.container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    /*border: 2px solid #F00;*/
}

.wrapper {
    width: auto;
    height: auto;
    margin: 0px 2%;
    /*border: 1px solid #F00;*/
    overflow: hidden;
}


/******************************************************** TOP BAR */

.top_bar_bg {
	background-image: url(../assets/shared/top_bar_bg.png);
	background-repeat: repeat;
	background-position: 0% 0%;
}

#top_bar {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	float: left;
}

#top_phone {
	width: auto;
	height: 36px;
	float: right;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 1.8em;
	font-family: "myriad-pro-condensed", arial, sans-serif;
	line-height: 32px;
	font-weight: 700;
}

#top_email {
	width: auto;
	height: auto;
	float: right;
	margin: 5px 15px 0px 0px;
	font-size: 150%;
	font-family: "myriad-pro-condensed", arial, sans-serif;
	padding-right: 15px;
	border-right: 1px solid #fff;
}

#top_email a {
	color: #fff;
	text-decoration: none;
}

#top_email a:hover {
	text-decoration: underline;
}

#top_phone a {
	color: #fff;
	text-decoration: none;
}

#top_phone a:hover {
	text-decoration: underline;
}

/******************************************************** CONTENT */

#content {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

/******************************************************** HEADER */

header {
	width: 100%;
	height:auto;
	float: left;
	margin:0px 0px 0px 0px;
	padding: 12px 0px;
}

#logo {
	width: 40%;
	height: auto;
	float: left;
	margin: 0px 0px 4px 0px;

}

#logo img {
	width: 100%;
	max-width: 320px;
}

#safe-interventions-training-uk-header-logo {
	width: 40%;
	height: auto;
	float: right;
	margin: 10px 0px 0px 0px;
	text-align: right;
}

#safe-interventions-training-uk-header-logo img {
	width: 100%;
	max-width: 250px;
}

/******************************************************** FOOTER  */

.footer_bg {
	background-image: url(../assets/shared/top_bar_bg.png);
	background-repeat: repeat;
	background-position: 0% 0%;
}

footer {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	float: left;
}

.footer_section_title {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size:1.5em;
	font-family: "myriad-pro-condensed", arial, sans-serif;
}

#quick_links {
	width: 26%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 2%;
}

#quick_links ul {
	margin: 30px 0px 0px 20px;
}

#quick_links ul li {
	margin: 0px 0px 4px 0px;
}

#quick_links ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 95%;
}

#quick_links ul li a:hover {
	text-decoration: underline;
}

#contact_us {
	width: 38%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 4%;
}

#safe_interventions_training {
	width: 28%;
	height: auto;
	float: right;
	margin: 0px 2% 0px 0px;
	text-align: right;
}

#safe_interventions_training img {
	width: 100%;
	max-width: 250px;
}

.footer_email {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0px 0px 10px;
}

.footer_email a {
	color: #fff;
	font-size: 110%;
	text-decoration: none;
}

.footer_phone {
	width: 100%;
	height: auto;
	float: left;
	margin: 5px 0px 0px 10px;
	font-weight: 700;
	color: #fff;
	font-size: 130%;
}

.footer_phone a {
	color: #fff;
	text-decoration: none;
}

.footer_phone a:hover {
	color: #3B5997;
	
}

#searches {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

#popular_searches {
	width: 64%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 2%;
}

.search_term {
	width: 45%;
	height: auto;
	float: left;
	margin: 5px 0px 0px 2%;
	color: #ccc;
	font-size: 0.8em;
}

#copy {
	width: 31%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 0.9em;
	text-align: right;
	line-height: 1.3;
}

#scrollToTop {
	width:50px; 
	height:50px;
	position:fixed;
	bottom:30px;
	right:30px;
	background-image: url(../assets/shared/scroll.png);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	cursor: pointer;
	display:none;
}

#scrollToTop:hover{
	opacity: 0.8;
}

/******************************************************** RIGHT CONTENT */
#facebook_like_right_wrap {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0px 20px 0px;
}

#paypal_details {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-family: "myriad-pro-condensed", arial, sans-serif;
	font-size: 1.3em;
	color: #999;
	border: 2px solid #f7f7f7;
	padding: 10px 0px 10px 0px;
}

#paypal_details img {
	margin-top: 10px;
}

#ofqual {
	width: 306px;
	height: 61px;
	float: right;
	margin: 30px 0px 20px 0px;
	/*background-color: #333;*/
	background-image: url(../assets/right/ofqual_logo.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/******************************************************** SECTIONS */

.section_wrap {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 12px 0px;
	background-image: url(../assets/shared/section_wrap_bg.png);
	background-repeat: repeat;
	background-position: 0% 0%;
	padding: 10px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.section {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 16px 1.5%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.content_hz {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 10px 0px;
}

.content_left_hz {
	width: 65%;
	height: auto;
	float: left;
	margin:0px 0px 0px 0px;
}

.left_title {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 10px 0px;
	padding-bottom: 6px;
	border-bottom: 2px solid #f8f8f8;
}

.content_left_hz h1 {
	color: #575746;
	font-size: 1.6em;
	line-height: 1.1;
}

.content_left_hz h2 {
	font-family: "myriad-pro-condensed", arial, sans-serif;
	color: #878787;
	font-size: 1.6em;
	line-height: 1.1;
}


.content_right_hz {
	width: 32%;
	height: auto;
	float: right;
	margin-top: 0px 0px 0px 0px;
}

.content_left_vt {
	width: 66%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

.content_left_vt p {
	clear: left;
}

.content_right_vt {
	width: 32%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
}

img#fire_extinguishers {
	width: 100%;
	max-width: 700px;
}

/******************************************************** NAV */

nav {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
	background-image: url(../assets/nav/nav_bg.png);
	background-repeat: repeat;
	background-position: 0% 0%;
}

nav ul {
	width: 100%;
	float: left;

}

nav ul li {
	float:left;
	display:inline;
}

nav ul li a {
	display: block;
	width: auto;
	height: 48px;
	margin: 0px 0px 0px 0px;
	padding: 0px 12px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 1.05em;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
	font-weight: 300;
}

nav ul li a:hover {
	background-color: #3180A6;
}

nav ul li a.nav_on {
	background-color: #3180A6;
}

#nav_button {
	width: auto;
	height: 48px;
	float: left;
	margin: 0px 0px 0px 0px;
	background-image: url(../assets/nav/nav_button.png);
	background-size: 48px 48px;
	cursor: pointer;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 48px;
	color: #fff;
	display: none;
	font-weight: 300;
	font-size: 1.2em;
	font-family: "Roboto", arial, sans-serif;
}

nav a.nav_red:hover {
	background-color: #B20000;
}

nav a.nav_green:hover {
	background-color: #3D9066;
}

nav a.nav_blue:hover {
	background-color: #015A9C;
}

nav a.nav_red.nav_on {
	background-color: #B20000;
}

nav a.nav_green.nav_on {
	background-color: #3D9066;
}

nav a.nav_blue.nav_on {
	background-color: #015A9C;
}*


/******************************************************** SELECT BOXES */

#select_wrap {
	width: 100%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	background-color: #F7F7F7;
}

#select_title {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
	background-image: url(../assets/nav/nav_bg.png);
	background-repeat: repeat;
	background-position: 0% 0%;
	color: #fff;
	font-family: "myriad-pro-condensed", arial, sans-serif;
	line-height: 33px;
	padding: 4px 0px 4px 3%;
	font-size: 1.6em;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

#select_wrap select {
	width: 90%;
	height: 30px;
	padding: 6px 2% 6px 2%;
	margin: 0px 0px 10px 5%;
	border: none;
	background-color: #fff;
	box-shadow: 0 0 2px #999;
	color: #444;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	/*appearance:none;
	-moz-appearance:none; 
	-webkit-appearance:none;*/
	/*background-image: url(../assets/shared/select_arrow.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	cursor: pointer;*/
}
#select_wrap select option {
	padding: 2px 0px 2px 0px;
}

#select_wrap select#course_location {
	opacity: 0.5;
}

#select_wrap select#course_date {
	opacity: 0.5;
}


#select_wrap button {
	width: 120px;
	height: 28px;
	font-size: 90%;
	background-color: #960000;
	color: #fff;
	line-height: 26px;
	float: right;
	margin: 0px 5% 10px 0px;
	text-align: center;
	border: none;
	cursor: default;
	opacity: 0.5;
}

#select_wrap button.active {
	opacity: 1.0;
	cursor: pointer;
}

	


/******************************************************** HOME */

.home_box {
	width: 32%;
	height: auto;
	float: left;
	margin: 0px 2% 0px 0px;
}

.home_box:last-of-type {
	margin-right: 0px;
}

.home_box_heading {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	position: relative;
	min-height: 153px;
	position: relative;
}

.home_box_heading.first_aid {
	background-image: url(../assets/home/first-aid-course-services@2x.jpg);
	background-repeat: no-repeat;
	background-size: 400px;
	background-position: bottom center;
}

.home_box_heading.fire_safety {
	background-image: url(../assets/home/fire-safety-course-services@2x.jpg);
	background-size: 400px;
	background-position: bottom center;
}

.home_box_heading.extinguisher_services {
	background-image: url(../assets/home/fire-extinguisher-services-bg@2x.jpg);
	background-size: 400px;
	background-position: bottom center;
}

.home_box_heading_title {
	width: 100%;
	height: auto;
	float: right;
	margin: 0px 5px 0px 0px;
	position: absolute;
	bottom: 10px;
	right: 2%;
	text-align: right;
	text-shadow: 2px 2px 2px #2122;

}

.home_box_heading_title h3 {
	color: #fff;
	font-size: 1.6em;
}

.home_box_text {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #f4f4f4;
	padding: 15px 2%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	text-align: center;
  	position: relative;
}

.home_box_text p {
	color: #575746;
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 20px;
}

.home_box_more {
	width: 50%;
	height: auto;
	margin: 0px 0px 0px 25%;
	text-align: center;
	padding: 12px 0px;
}

.home_box_more.green {
	background-color: #3B7A67;
}

.home_box_more.red {
	background-color: #960103;
}

.home_box_more.blue {
	background-color: #014373;
}

.home_box_more a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size:85%;
	text-decoration: none;
	
}

.home_box_more a:hover {
	text-decoration: underline;
}

.experience_wrap {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
}

.experience_title {
	width: auto;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
	line-height: 28px;
	padding: 4px 2%;
	color: #fff;
	font-size: 1.4em;
}

.experience_wrap p {
	float: left;
}


/******************************************************** SECTION BLOCK TEXT */

.section_block_text {
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 0px 12px 2%;
	font-size: 300%;
	color: #fff;
	font-family: "myriad-pro-condensed", arial, sans-serif;
}

/******************************************************** FIRST AID COURSES */

.course_page_title {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 25px 0px;
	padding: 6px 2% 6px 2%;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.course_page_title h1 {
	color: #fff;
	font-weight: 700;
	font-size: 1.5em;
}

.course_page_title.first_aid {
	background-image: url(../assets/courses/first_aid_bg.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

.course_section {
	width: 100%;
	height: auto;
	float: left;
	margin: 15px 0px 20px 0px;
}

/*.course_section p {
	margin: 0px 0px 10px 10px;
	color: #444;
	clear: left;
	font-size: 90%;
	line-height: 1.2;
}*/

.course_section_title_fa {
	width: auto;
	height: auto;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 5px 30px 5px 10px;
	background-color: #3A7466;
	color: #ffffff;
	font-size: 1.9em;
	font-weight: bold;
	font-family: "myriad-pro-condensed", arial, sans-serif;
	clear: left;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	line-height: 1.2;
}

.course_section_title_ft {
	width: auto;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 5px 30px 5px 10px;
	background-color: #960000;
	color: #ffffff;
	font-size: 1.7em;
	font-weight: bold;
	font-family: "myriad-pro-condensed", arial, sans-serif;
	clear: left;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.course_section_title_es {
	width: auto;
	height: 30px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 30px 0px 10px;
	background-color: #014A7F;
	line-height: 28px;
	color: #ffffff;
	font-size: 150%;
	font-weight: bold;
	font-family: "myriad-pro-condensed", arial, sans-serif;
}


.course_section ul {
	width: 42%;
	margin: 10px 0px 20px 6%;
	float: left;
	list-style: disc;
	color: #444;
}

.course_section ul li {
	font-size: 1.1em;
	margin: 0px 0px 8px 0px;
	line-height: 1.3;
}

.course_section ul.fire_bullet {
	width: 94%;
	margin: 10px 0px 20px 6%;
	float: left;
	list-style: disc;
	color: #444;
}

.dotted_section {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0px 0px 0px;
	border-top: 1px dotted #999;
	padding: 14px 0px 14px 0px;
}

.dotted_section p {
	margin: 0px 0px 10px 20px;
	color: #444;
	clear: left;
	
}

.dotted_section h3 {
	color: #3A7466;
	font-size: 1.6em;
	padding: 0px 0px 25px 10px;
	line-height: 1.2;
}

.dotted_section h3.red {
	color: #960000;
	font-size: 1.6em;
	padding: 0px 0px 25px 10px;
	line-height: 1.2;
}

.dotted_section h3.blue {
	color: #014A7F;
	font-size: 1.6em;
	padding: 0px 0px 25px 10px;
	line-height: 1.2;
}

.dotted_section.bb {
	border-bottom: 3px solid #999;
}

.open_course_line {
	width: 96%;
	height: auto;
	float: right;
	margin: 5px 0px 2px 0px;
	background-color: #eee;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	text-align: center;
}

.open_course_line_row {
	width: 100%;
	height: auto;
	float: left;
	margin: 3px 0px 3px 0px;
	font-size: 1em;
	font-weight: 700;
}

.open_course_line_row span {
	font-weight: 400;
}

.course_button_green {
	width: 100%;
	height: auto;
	float: left;
	margin: 4px 0px 0px 0px;
	line-height: 1.3;
	padding: 10px 0px;
	font-size: 1.3em;
	
}

.contact_button {
	width: auto;
	height: auto;
	float: right;
	margin: 4px 0px 0px 0px;
	line-height: 1.3;
	padding: 0px 5% 4px 5%;
	font-size: 1.3em;

}

.contact_button a {
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
}

.contact_button.green {
	background-color: #3B7A67;
}

.contact_button.red {
	background-color: #960000;
}

.course_button_red {
	width: 120px;
	height: 23px;
	float: right;
	margin: 0px 0px 0px 0px;
	line-height: 22px;
	padding-left: 10px;
	background-image: url(../assets/courses/red_arrow.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
}

.course_button_blue {
	width: 120px;
	height: 23px;
	float: right;
	margin: 0px 0px 0px 0px;
	line-height: 22px;
	padding-left: 10px;
	background-image: url(../assets/courses/blue_arrow.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
}

.course_button_green a {
	display: block;
	color: #fff;
	font-size: 85%;
	text-decoration: none;
}

.course_button_green a:hover {
	text-decoration: underline;
}

.course_button_red a {
	display: block;
	color: #fff;
	font-size: 85%;
	text-decoration: none;
}

.course_button_red a:hover {
	text-decoration: underline;
}

.course_button_blue a {
	display: block;
	color: #fff;
	font-size: 85%;
	text-decoration: none;
}

.course_button_blue a:hover {
	text-decoration: underline;
}

/******************************************************** FIRST AID COURSES */

#course_page_heading {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 22px 0px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	padding: 6px 2% 0px 2%;
  	text-align: center;
  	font-size: 1.1em;
	
}

#course_page_heading.green {
	background-image: url(../assets/courses/register_page_heading_bg_green.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#course_page_heading.red {
	background-image: url(../assets/courses/register_page_heading_bg_red.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#course_page_heading_title {
	width: 100%;`
	height: auto;
	float: left;
	margin: 6px 0px 10px 0px;
	color: #fff;
	font-weight: 700;
	font-size:1.6em;
	padding-bottom: 6px;
	border-bottom: 1px dotted #fff;
	line-height: 1.2;
}

#course_page_heading_date_time_stuff {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 10px 0px;
	color: #fff;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;

}

.stuff_row {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 8px 0px;
	color: #fff;
}

.stuff_row span {
	font-weight: 700;
}

#course_page_book_button {
	width: 100%;
	height: auto;
	float: left;
	margin: 6px 0px 6px 0px;
	text-align: center;
	color: #fff;
	font-family: "myriad-pro-condensed", arial, sans-serif;
	font-size: 1.4em;
	cursor: pointer;
	padding: 6px 0px;
}

#course_page_book_button.bg_green:hover {
	background-color: #2D5E4F;
}

#course_page_book_button.bg_red:hover {
	background-color: #710000;
}

/******************************************************** REGISTER */

#map-canvas {
	width: 100%;
	height: 500px;
	float: left;
	margin: 6px 0px 10px 0px;
	clear:left;
}

#get_directions {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 30px 0px;
	font-size: 0.95em;
	padding-left: 10px;
	background-color: #f7f7f7;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

/******************************************************** THANKYOU */

p.thankyou {
	font-size: 140%;
	margin-left: 0px;
}

p.course_details {
	margin-bottom: 3px;
	font-size: 130%;
	font-family: "myriad-pro-condensed", arial, sans-serif;
	line-height: 1;
}

form#paypal {
	float: left;
}

form#paypal button {
	background-color: #3B7A67;
	border: none;
	width: 120px;
	height: 30px;
	margin: 20px 0px 20px 10px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-family: "myriad-pro-condensed", arial, sans-serif;
	font-size: 100%;
}

form#paypal button:hover {
	background-color: #2D5E4F;
}

#form_feedback {
	width: 30px;
	height: 30px;
	float: left;
	margin: 20px 0px 20px 10px;
	background-image: url(../assets/payment/loading_30_30.gif);
	display: none;
}


/******************************************************** ABOUT US */

.about_us_title {
	width: auto;
	height: 30px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 30px 0px 10px;
	line-height: 28px;
	color: #ffffff;
	font-size: 150%;
	font-weight: bold;
	font-family: "myriad-pro-condensed", arial, sans-serif;
	clear: left;
}

img {
	text-align: center;
}

/******************************************************** COOKIE BANNER */

#cookie_info {
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #960000;
	color: #000;
	padding: 12px 2%;
	line-height: 1.2;
	display: none;
}

#cookie_text {
	width: 78%;
	height: auto;
	float: left;
	margin: 9px 0px 0px 0px;
}


#cookie_text p {
	color: #fff;
}

#cookie_info a {
	color: #fff;
}

button#cookie_ok {
	width: 20%;
	height: auto;
	float: right;
	color: #fff;
	background-color: #333;
	border: none;
	padding: 10px 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	font-size: 0.9em;
	text-align: center;

}

button#cookie_ok:hover {
	background-color: #000;
}

.content_left_vt p.policy_title {
	font-size: 1.8em;
	color: #3A7466;
	font-weight: 700;
	margin-bottom: 14px;
	margin-top: 45px;
}

.content_left_vt p.policy_title:first-of-type {
	margin-top: 0px;
}

p.policy_txt {
	font-size: 1.05em;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #666;
}

ul.policy {
	margin: 20px 0px 20px 3%;
	list-style: disc;
	font-size: 1.05em;
	line-height: 1.3;
	color: #666;
}

ul.policy li {
	margin-bottom: 10px;
	overflow: hidden;
}

ul.policy li a {
	margin-left: 0px;
	color: #3A7466;
}

table.cookies {
	width: 100%;
	margin: 30px 0px 30px 0px;
	text-align: left;
	border: 1px solid #ccc;
	float: left;
	color: #666;
}

table.cookies thead {
	border-bottom: 1px solid  #ccc;
}


table.cookies th {
	padding: 10px;
}

table.cookies td {
	padding: 10px;
}

table.cookies td p {
	margin-bottom: 20px;
	line-height: 1.3;
}


table.cookies tr {
	margin: 20px 0px;
}

td#col1 {
	width: 22%;
	padding: 20px 1%;
}

td#col2 {
	width: 22%;
	padding: 20px 1%;
}

td#col3 {
	width: 56%;
	padding: 20px 1%;
}

/******************************************************** RESPONSIVE */
@media screen and (max-width: 815px) {
	
    nav ul li a {
		padding: 0px 8px;
		font-size: 1em;
	}
}

@media screen and (max-width: 740px) {
	nav ul {
		display: none;
        height: auto;
        width: 100%;
        margin-left: 0px;
	}

	nav ul li {
       
        height: auto;
        width: 100%;
    }

    nav ul li a {
       
        width: 100%;
        padding: 0px;
    }

    #nav_button {
    	display: block;
    }

    .content_left_hz {
    	width: 100%;
    }

    .content_right_hz {
    	width: 100%;
    }

    .content_left_vt {
    	width: 100%;
    }

    .content_right_vt {
    	width: 100%;
    }

    .home_box {
    	width: 60%;
    	margin: 0px 0px 20px 20%;
    }

    #popular_searches {
    	width: 100%;
    	text-align: center;
    	margin: 0px 0px 0px 0px;
    }

    #copy {
    	width: 100%;
    	text-align: center;
    	margin: 20px 0px 20px 0px;
    }

    .footer_section_title {
    	margin-bottom: 12px;
    }

    #safe_interventions_training {
    	display: none;
    }

    #quick_links {
    	width: 40%;
    	text-align: center;
    	margin-left: 0px;

    }

    #quick_links ul {
    	margin-left: 0px;
    }

    #quick_links ul li {
    	margin-bottom: 7px;
    }

    #contact_us {
    	width: 50%;
    	text-align: center;
    	float: right;
    	margin-left: 0px;
    }

    .footer_phone {
    	margin-left: 0px;
    	margin-bottom: 8px;
    }

    .footer_email {
    	margin-left: 0px;
    	margin-bottom: 8px;
    }
}


@media screen and (max-width: 520px) {
	#contact_us {
		width: 100%;
	}

	#quick_links {
    	width:100%;
    	margin-bottom: 20px;
    }

    #logo {
    	width: 90%;
    	text-align: center;
    	margin-left: 5%;
    }

    #safe-interventions-training-uk-header-logo {
    	display: none;
    }

    #top_email {
    	width: 100%;
    	margin: 0px 0px 10px 0px;
    	text-align: center;
    	padding: 0px;
    	border-right: none;
    }
    

    #top_phone {
    	width: 100%;
    	margin: 10px 0px 10px 0px;
    	text-align: center;
    }

    #top_phone a {
    	font-size: 1.3em;
    }

    .course_section ul {
		width: 90%;
		margin-left: 10%;
		
	}

	#cookie_text {
		width: 100%;
		text-align: center;
	}

	button#cookie_ok {
		width: 30%;
		margin-right: 35%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 460px) {
	.home_box {
    	width: 100%;
    	margin: 0px 0px 20px 0%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    select,
    textarea,
    input {
    	font-size: 16px;
    }
}