/*
	Green	#8dc63f
	NEBOSH 	#0365b1
	CITB	#4a56a6
	IOSH	#009aa8
*/

body {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	color: #5e767f;
}

.red {
	color: #e74c3c;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
	color: #66797F;
}

#page_content h1, #page_content .h1,
#page_content h2, #page_content .h2,
#page_content h3, #page_content .h3,
#page_content h4, #page_content .h4,
#page_content h5, #page_content .h5,
#page_content h6, #page_content .h6 {
	margin-top: 0;
}

#page_content > h2,
#page_content > .h2 {
	margin-bottom: 20px;
}

#page_content p {
	margin-bottom: 15px;
}

/*
#page_content .page_content_read_more {
	position: relative;
	top: -55px;
	width: 100%;
}

#page_content .page_content_overlay {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	height: 50px;
	left: 0;
	position: absolute;
	z-index: 5;
	width: 100%;
}

#page_content .page_content_hidden {
	top: 80px;
	padding-bottom: 50px;
	position: relative;
}

#page_content .page_content_read_more_btn {
	margin-top: 30px;
	position: relative;
	z-index: 6;
}
*/

/*
#page_content .page_content_hidden_inner {
	padding-bottom: 50px;
}

#page_content .page_content_overlay {
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	display: block;
	min-height: 50px;
	position: relative;
	margin-top: -50px;
	z-index: 1;
	width: 100%;
}

#page_content .page_content_read_more_btn {
	top: 0;
	position: relative;
	z-index: 2;
}
*/

#page_content {
	height: auto;
	overflow: hidden;
	margin-bottom: 0;
	transition: 0.2s all ease-in-out;
}

.page_content_overlay {
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	display: block;
	min-height: 50px;
	position: relative;
	margin-top: -50px;
	z-index: 1;
	width: 100%;
}

.page_content_read_more {
	display: none;
	position: relative;
	top: 0px;
}

.page_content_read_more_btn {
	top: -16px;
	position: relative;
	z-index: 2;
}

.alert-danger h1,
.alert-danger h2,
.alert-danger h3,
.alert-danger h4,
.alert-danger h5,
.alert-danger h6 {
	color: #a94442;
}

a,
a:hover {
	color: #5e767f;
	font-weight: 600;
}

@media only screen and (max-width : 767px) {
	a.btn {
		white-space: normal;
	}
}

.wrap {
	clear: both;
}

.strong {
	font-weight: 700;
}

ul.no_list,
ul.arrow {
	list-style-type: none;
	margin: 0 0 20px 40px;
	padding: 0;
}

ul.arrow li {
	margin-bottom: 10px;
	padding-left: 17px;
	position: relative;
}

ul.arrow li:before {
	color: #27ae60;
	content: '►';
	display: block;
	left: 0;
	position: absolute;
}

/* User Login Start */

#login_modal .modal-dialog {
	margin: 250px auto;
}

.login_head {
	background-color: #abc8db;
	background-image: url('/shared_files/images/qs_topmaster3.gif');
	background-repeat: no-repeat;
	background-position: -69px -21px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	height: auto !important;
	min-height: 29px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
	text-align: center;
	border-radius: 5px 5px 0 0;
}

#user_login_form .login_head {
	background: #707781;
}

.login_body {
	background-color: #ecf3f6;
	border-bottom: 11px solid #9ebfd3;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 20px;
	color: #5e767f;
}

#user_login_form .login_body {
	border-bottom: 11px solid #707781;
	margin-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#login_form {
	background-color: #ecf3f6;
	overflow: hidden;
}

.login_version {
	background-color: rgba(0, 0, 0, 0);
	background-image: url('/shared_files/images/padlock.png');
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	font-family: arial;
	font-size: 12px;
	height: 31px;
	line-height: 1.1em;
	margin-right: 10px;
	padding-top: 15px;
	position: relative;
	text-align: center;
	top: -3px;
	width: 27px;
}

.login_terms_text {
	background: white;
	border: 1px solid #707070;
	padding: 4px 7px;
	margin-top: 7px;
	max-height: 80px;
	overflow: auto;
	text-align: left;
	font-size: 90%;
}

/* User Login End */

/* Enquiry Form Start */

.enquiry_form_container {
	background: #0365b1; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(90deg, #0365b1, #4a56a6, #009aa8); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(90deg, #0365b1, #4a56a6, #009aa8); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(90deg, #0365b1, #4a56a6, #009aa8); /* For Firefox 3.6 to 15 */
	background: linear-gradient(90deg, #0365b1, #4a56a6, #009aa8); /* Standard syntax */
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.enquiry_form_content {
	height: 100%;
	padding: 20px;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.enquiry_form_content {
		margin-bottom: 30px;
	}
}

.enquiry_form_container,
.enquiry_form_container a,
.enquiry_form_container label {
	color: #fff;
}

#enquiry_valid_submission {
	display: none;
}

.enquiry_form_required {
	display: inline-block;
	margin-left: 5px;
}

#enquiry_form_notes {
	margin-top: 20px;
	color: #ffffff;
}

.google_map {
	padding-bottom: 50%;
	margin-bottom: 10px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.google_map {
		padding-bottom: 50%;
	}
}

@media only screen and (max-width: 399px) {
	.google_map {
		padding-bottom: 50%;
	}
}

/* Enquiry Form End */

/* Layout Start */

#card_footer {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#client_footer {
	background-color: #344146;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 150%;
}

#footer {
	background-color: #344146;
	padding-top: 20px;
	padding-bottom: 80px;
	line-height: 150%;
}

@media only screen and (max-width: 767px) {
	#footer {
		padding-bottom: 20px;
	}
}

#client_footer,
#client_footer a,
#footer,
#footer a {
	color: #e8eae4;
}

#main_body {
	padding-top: 20px;
}

#main_body.homepage {
	padding-top: 0;
}

#main_area {
	padding: 0;
}

#page_title_container {
	min-height: 97px;
	color: #fff;
	background: #66797F url('/images/banners/default.jpg') center top;
}

#page_title_container h1 {
	color: #fff !important;
	margin-top: 30px;
	font-size: 27px;
}

@media only screen and (max-width: 400px) {
	#page_title_container h1 {
		font-size: 26px;
	}
}

#locations_container {
	padding: 10px;
	color: #fff;
	background: #66797F url('/images/banners/locations.jpg') bottom right;
	margin-bottom: 20px;
}

#locations_nebosh_container {
	padding: 10px;
	color: #fff;
	background: #66797F url('/images/banners/locations-nebosh.jpg') bottom right;
	margin-bottom: 20px;
}


/* Homepage */

#home_section2,
#home_section4 {
	background-color: #f5f5f5;
}

#home_section1,
#home_section2,
#home_section3,
#home_section4,
#home_section5 {
	padding: 20px 0;
}

#home_section1 {
	padding-bottom: 0;
}

#home_section1 > .container {
	padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	#home_section1 {
		padding-top: 0;
	}
}

@media only screen and (min-width : 768px) {
	#home_section1 > .container {
		background: url('/images/homepage/section1-photo2.jpg') right bottom no-repeat;
		min-height: 229px;
	}
}

#home_section6 .home_content,
#home_section7 .home_content,
#home_section8 .home_content {
	padding: 20px 15px;
}

@media only screen and (max-width: 1199px) {
	#home_section6 .home_content,
	#home_section7 .home_content,
	#home_section8 .home_content {
		padding: 10px 15px;
		font-size: 13px;
	}
	#home_section6 .home_content h1,
	#home_section7 .home_content h1,
	#home_section8 .home_content h1 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 991px) {
	#home_section6 .home_content,
	#home_section7 .home_content,
	#home_section8 .home_content {
		padding: 0 15px;
		font-size: 12px;
	}
	#home_section6 .home_content h1,
	#home_section7 .home_content h1,
	#home_section8 .home_content h1 {
		font-size: 20px;
	}
}

#home_section6 .home_image,
#home_section7 .home_image,
#home_section8 .home_image {
	padding: 0;
}

@media only screen and (min-width: 768px) {
	#home_section6,
	#home_section8 {
		background: #fafafa url('/images/homepage/grey1-bg.png') center top repeat-y;
	}

	#home_section7 {
		background: #fafafa url('/images/homepage/grey2-bg.png') center top repeat-y;
	}
}
#home_section6 {
	background: #fafafa url('/images/homepage/section6-bg2.jpg') top center no-repeat;
}
/*
#home_section6 {
	background: #fafafa url('/images/homepage/section6-bg.jpg') center top no-repeat;
	height: 315px;
}

#home_section7 {
	background: #fafafa url('/images/homepage/guaranteed-pass-bg.jpg') center top no-repeat;
	height: 315px;
}

#home_section8 {
	background: #fafafa url('/images/homepage/section8-bg.jpg') center top no-repeat;
	height: 307px;
}
*/
/* Layout End */

/* Navbars/Menu Start */

/* Make the navbar collapse on SM as well as XS Start */
/* https://www.bootply.com/j7XJuaE5v6 */

@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		float: none;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

/* Make the navbar collapse on SM as well as XS End */

.navbar-brand {
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 15px;
}

@media only screen and (max-width: 767px) {
	.navbar-brand {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.navbar-brand-subtext {
	text-transform: uppercase;
	color: #66797F;
	font-weight: 600;
	display: inline-block;
	font-size: 115%;
	line-height: 115%;
	padding-left: 15px;
	margin-top: 25px;
}

@media only screen and (max-width: 991px) {
	.navbar-brand-subtext {
		padding-right: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-brand-subtext {
		margin-top: 10px;
	}
}

.navbar {
	margin-bottom: 0;
	min-height: 0;
	border: 0;
}

#navbar_supplementary {
	border-radius: 0;
	border: 0;
	margin-right: 15px;
}

#navbar_supplementary .supplementary_menu {
	float: right;
}

#navbar_supplementary .navbar-nav > li > a {
	padding: 5px 20px;
	font-size: 95%;
	background-color: #5e767f;
	color: #fff;
	font-weight: 600;
	margin-left: 3px;
	border: 1px solid #5e767f;
}

#navbar_supplementary .navbar-nav > li.basket > a {
	background-color: #8dc63f;
	border: 1px solid #8dc63f;
}

@media only screen and (min-width : 992px) {
	#navbar_supplementary .navbar-nav > li.first_item a {
		border-radius: 0 0 0 10px;
	}

	#navbar_supplementary .navbar-nav > li.last_item a {
		border-radius: 0 0 10px 0;
	}

	#navbar_supplementary .nav > li > a:focus,
	#navbar_supplementary .nav > li > a:hover {
		background-color: #fff;
	}

	#navbar_supplementary .nav > li.first_item > a:focus,
	#navbar_supplementary .nav > li.first_item > a:hover {
		color: #5e767f;
	}

	#navbar_supplementary .nav > li.last_item > a:focus,
	#navbar_supplementary .nav > li.last_item > a:hover {
		color: #8dc63f;
	}
}

#navbar_supplementary #navbar_header_cards {
	margin-right: 20px;
	margin-top: 5px;
}

@media only screen and (max-width : 767px) {
	#navbar_supplementary .nav {
		text-align: center;
	}

	#navbar_supplementary .nav li {
		display: inline-block;
	}
}

#navbar_main {
	background-color: #fff;
	border-radius: 0;
}

@media only screen and (max-width : 767px) {
	#navbar_main {
		padding: 0;
	}
}

#navbar_main.affix {
	top: 0;
	width: 100%;
	z-index: 9999 !important;
}

#top_menu {
	clear: both;
	margin: 0 -15px;
	padding-top: 15px;
}

#top_menu a {
	font-size: 85%;
	color: #fff;
	font-weight: 600;
	padding: 10px 0;
	background-color: #66797F;
	line-height: 115%;
}

@media only screen and (max-width : 1199px) {
	#top_menu a {
		padding: 10px 12px;
	}
}

@media only screen and (min-width : 992px) {
	#top_menu > ul > li > a {
		min-height: 48px;
	}
}

#top_menu > ul > li > a {
	text-align: center;
	margin-right: 2px;
}

#top_menu li.first_item a {
	background-color: #8dc63f;
}

#top_menu a#search_icon > span {
	top: 8px;
}

@media only screen and (min-width : 992px) {
	#top_menu > ul > li.first_item > a {
		border-radius: 10px 0 0 0;
	}

	#top_menu > ul > li.last_item > a {
		border-radius: 0 10px 0 0;
	}

	#top_menu .navbar-nav {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	#top_menu .navbar-nav > li {
		float: none;
		display: table-cell;
		vertical-align: bottom;
		width: 100%;
	}

	#top_menu > ul > li.last_item > .dropdown-menu {
		left: unset;
		right: 1px;
	}
}

@media only screen and (max-width : 991px) {
	#top_menu {
		font-size: 105%;
		padding: 0;
		border-top: 1px solid #a2a6ad;
	}

	#top_menu ul > li > a {
		padding: 10px 5px;
		border-bottom: 1px solid #a2a6ad;
	}

	#top_menu .top_menu {
		margin-top: 0;
		margin-bottom: 0;
	}

	#top_menu .supplementary_menu {
		margin-top: 0;
	}

	#top_menu a {
		text-align: center;
	}

	#top_menu li.first_item a {
		background-color: #fff;
		color: #8dc63f;
	}

	#top_menu a {
		background-color: #fff;
		color: #66797F;
	}
}

.navbar-nav > li.active > a {
	font-weight: 600;
}

@media only screen and (min-width : 992px) {
	#top_menu .navbar-nav > li.last_item {
		width: 50px;
	}

	#top_menu .last_item a {
		padding: 17px 10px 0 10px;
	}
}

#navbar_main .navbar-toggle .icon-bar {
	background-color: #66797F;
	border-radius: 1px;
	height: 4px;
	width: 35px;
}

#top_menu .dropdown-menu {
	padding: 0;
	border-color: transparent;
}

#top_menu .dropdown-menu a {
	padding: 10px;
	padding-right: 20px;
}

#top_menu .dropdown-menu a:hover {
	text-decoration: underline;
}

#top_menu li.menu-nebosh.nebosh_results a {
	background-color: #5e767f;
}

#top_menu li.menu-nebosh.active a {
	background-color: #344146;
}

#top_menu li.mock_exam_answers a {
	border-top: 1px dotted #fff;
}

/* Make Navigation Toggle on Desktop Hover */
@media only screen and (min-width : 992px) {
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
}

/* Creating multi-level sub-menus Start
	Example:
		https://codepen.io/ajaypatelaj/pen/prHjD
*/

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 5px;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -15px;
}

@media only screen and (max-width : 991px) {
	.dropdown-submenu > a:after {
		margin-right: 0;
	}
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

/* Creating multi-level sub-menus End */

#mobile_navbar_right {
	float: right;
	clear: right;
	margin: 0;
	margin-top: -30px;
	text-align: center;
}

@media only screen and (max-width: 630px) {
	#mobile_navbar_right {
		margin-top: -85px;
	}
}

@media only screen and (max-width: 400px) {
	#mobile_navbar_right {
		margin-top: -130px;
	}
}

#mobile_navbar_right > a {
	display: block;
	margin-bottom: 10px;
	color: #66797F;
}

@media only screen and (max-width: 991px) {
	.navbar-brand > img {
		max-width: 250px;
	}
}

#navbar_basket_container {
	margin-right: 25px;
}

#navbar_basket_container > img {
	margin-top: -25px;
}

#navbar_telephone {
	font-size: 150%;
	font-weight: 600;
	color: #66797F;
	display: block;
	margin-right: 15px;
	margin-top: 10px;
}

#navbar_telephone a {
	font-weight: 600;
	color: #66797F;
}

#navbar_telephone #navbar_telephone_suffix {
	display: block;
	font-size: 10px;
}

#mobile_navbar_phone {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0;
	margin: 0;
}

#mobile_navbar_phone > li {
	display: table-cell;
	width: 100%;
	padding: 5px;
}

#mobile_navbar_phone > li > a {
	color: #66797F;
	display: block;
	text-align: center;
	font-size: 125%;
}

/* Navbars/Menu End */

/* Mobile Side Menu Start */

#mobile_side_menu_bar .side_menu {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

#mobile_side_menu_bar .side_menu li {
	background-color: #ddd;
	margin-bottom: 1px;
	padding: 0;
}

#mobile_side_menu_bar .side_menu li.level2 {
	background-color: #ccc;
}

#mobile_side_menu_bar .side_menu li a {
	display: block;
	color: #5e676a;
	padding: 10px 20px;
	font-weight: 600;
}

#mobile_side_menu_bar .side_menu li.level1.active {
	background-color: #000;
}

#mobile_side_menu_bar .side_menu li.level1.active > a {
	color: #8dc63f;
}

#mobile_side_menu_bar .side_menu li.level2.active > a {
	color: #000;
}

#mobile_side_menu_bar .side_menu li a:hover {
	text-decoration: none;
}

/* Mobile Side Menu */

#mobile_side_menu_container {
	border-bottom: 2px solid #a3a3a3;
}

#mobile_side_menu_header {
	background-color: #a3a3a3;
	box-shadow: 0 3px 10px rgba(46, 45, 44, 0.35);
}

#mobile_side_menu_header_link {
	display: block;
	padding: 15px;
	color: #fff;
	font-weight: 600;
}

#mobile_side_menu_header_icon {
	float: right;
	color: #fff;
	font-size: 150%;
}

/* Side Menu End */

/* Social Media Links */

#social_media_links {
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 20px;
}

#social_media_links a,
.product_share_icons a {
	border-radius: 2px;
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-right: 20px;
	margin-bottom: 5px;
}

@media only screen and (max-width : 991px) {
	#social_media_links a,
	.product_share_icons a {
		margin-right: 15px;
	}
}

@media only screen and (max-width : 767px) {
	#social_media_links a,
	.product_share_icons a {
		margin-right: 10px;
	}
}

#social_media_links a.social_media_facebook:hover,
.product_share_icons a.social_media_facebook:hover {
	background: #4564af;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4564af', endColorstr='#3d5da5', GradientType=0);
	background: linear-gradient(#4564af, #3d5da5);
}

#social_media_links a.social_media_twitter:hover,
.product_share_icons a.social_media_twitter:hover {
	background: #25aae1;
}

#social_media_links a.social_media_linkedin:hover,
.product_share_icons a.social_media_linkedin:hover {
	background: #0088c2;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088c2', endColorstr='#0088c2', GradientType=0);
	background: linear-gradient(#0088c2, #0088c2);
}

#social_media_links a.social_media_youtube:hover,
.product_share_icons a.social_media_youtube:hover {
	background: #ee3f30;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ee3f30', endColorstr='#b82126', GradientType=0);
	background: linear-gradient(#ee3f30, #b82126);
}

#social_media_links a.social_media_googleplus:hover,
.product_share_icons a.social_media_googleplus:hover {
	background: #e16150;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e16150', endColorstr='#ce5145', GradientType=0);
	background: linear-gradient(#e16150, #ce5145);
}

#social_media_links a.social_media_rss:hover,
.product_share_icons a.social_media_rss:hover {
	background: #faab4f;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faab4f', endColorstr='#f58221', GradientType=0);
	background: linear-gradient(#faab4f, #f58221);
}

#social_media_links a.social_media_pinterest:hover,
.product_share_icons a.social_media_pinterest:hover {
	background: #e64032;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e64032', endColorstr='#c71a20', GradientType=0);
	background: linear-gradient(#e64032, #c71a20);
}

#social_media_links a.social_media_instagram:hover,
.product_share_icons a.social_media_instagram:hover {
	background: url('/images/icon-instagram-bg.png') no-repeat 0px 0px;
	background-size: 31px 31px;
}

/* Buttons Start */

.btn {
	text-transform: uppercase;
	font-weight: 600;
}

.btn-primary {
	border-color: #8dc63f;
	color: #fff;
	background-color: #8dc63f;
}

.btn-primary:hover {
	border-color: #8dc63f;
	color: #8dc63f;
	background-color: #fff;
}

.btn-news {
	border-color: #8dc63f;
	color: #fff;
	background-color: #8dc63f;
}

.btn-news:hover {
	border-color: #8dc63f;
	color: #8dc63f;
	background-color: #fff;
}

.btn.btn-clear {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
}

.btn.btn-clear:hover {
	color: #8dc63f;
	background-color: #fff;
}

.btn.btn-red {
	border-color: #fff;
	color: #fff;
	background-color: red;
}

.btn.btn-red:hover {
	border-color: red;
	color: red;
	background-color: transparent;
}

.btn.btn-admin {
	color: #fff !important;
	border: 2px solid #3f7496;
	background-color: #005088;
	background-image: -moz-linear-gradient(top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
	background-image: linear-gradient(to top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
	background-image: -webkit-linear-gradient(top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
	background-image: -o-linear-gradient(top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
	background-image: -ms-linear-gradient(top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
}

.btn.btn-delete,
.btn.btn-admin:hover,
.btn.btn-admin:focus {
	color: #fff !important;
	border: 2px solid #a24f46;
	background-color: #881201;
	background-image: -moz-linear-gradient(top, #c2928d 0%, #881201 25%, #f2343d 100%);
	background-image: linear-gradient(to top, #c2928d 0%, #881201 25%, #f2343d 100%);
	background-image: -webkit-linear-gradient(top, #c2928d 0%, #881201 25%, #f2343d 100%);
	background-image: -o-linear-gradient(top, #c2928d 0%, #881201 25%, #f2343d 100%);
	background-image: -ms-linear-gradient(top, #c2928d 0%, #881201 25%, #f2343d 100%);
}

/* Buttons End */

/* Hero Carousel Start */

#banner_homepage {
	margin-top: -20px;
}

@media only screen and (max-width : 1199px) {
	#banner_homepage {
		margin-top: -15px;
	}
}

@media only screen and (max-width : 991px) {
	#banner_homepage {
		margin-top: -10px;
	}
}

@media only screen and (max-width : 767px) {
	#banner_homepage {
		margin-top: 5px;
	}
}

.hero_carousel .slick-prev,
.hero_carousel .slick-next {
	width: 29px;
	height: 55px;
}

.hero_carousel .banner_frame {
	position: relative;
}

.hero_carousel .banner_text_overlay {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
}

.hero_carousel .banner_title,
.hero_carousel .banner_blurb,
.hero_carousel .banner_btn {
	display: block;
	text-align: left;
}

.hero_carousel .banner_title {
	font-size: 250%;
	font-weight: 600;
	padding-top: 40px;
	color: #fff;
	line-height: 100%;
}

.hero_carousel .banner_blurb {
	font-size: 140%;
	font-weight: 600;
	padding-top: 20px;
	color: #fff;
	line-height: 120%;
}

.hero_carousel .banner_btn {
	padding-top: 20px;
}

.hero_carousel .banner_btn > .btn {
	text-transform: uppercase;
}

@media only screen and (max-width : 1199px) {
	.hero_carousel .banner_blurb {
		font-size: 130%;
	}
}

@media only screen and (max-width : 991px) {
}

@media only screen and (max-width : 767px) {
	.hero_carousel .banner_title {
		font-size: 150%;
		padding-top: 20px;
	}
	.hero_carousel .banner_blurb {
		font-size: 90%;
		padding-top: 10px;
	}
	.hero_carousel .banner_btn {
		display: none;
	}
}

@media only screen and (max-width : 400px) {
	.hero_carousel .banner_title {
		font-size: 125%;
		padding-top: 5px;
	}
	.hero_carousel .banner_blurb {
		display: none;
	}
}

a.banner-admin {
	position: absolute;
	z-index: 1;
	margin-top: -50px;
	margin-left: 10px;
}

#banner_homepage_nav_container {
	position: relative;
}

#banner_homepage_nav {
	position: absolute;
	bottom: 0;
}

@media only screen and (max-width : 767px) {
	#banner_homepage_nav {
		max-height: 12px;
		overflow-y: hidden;
	}
}

#banner_homepage_nav .banner_frame {
	padding: 10px 0 0 10px;
	border-top: 4px solid white;
	color: #fff;
	margin-right: 30px;
	min-width: 190px;
	min-height: 165px;
}

#banner_homepage_nav .banner_frame .banner_nav_title {
	font-weight: 600;
	height: 30px;
}

#banner_homepage_nav .banner_frame .banner_nav_blurb {
	font-size: 80%;
}

@media only screen and (max-width : 1199px) {
	#banner_homepage_nav .banner_frame {
		min-width: 165px;
		margin-right: 15px;
		padding: 5px 0 0 5px;
	}
}

@media only screen and (max-width : 991px) {
	#banner_homepage_nav .banner_frame {
		min-width: 120px;
		margin-right: 10px;
	}
	#banner_homepage_nav .banner_frame .banner_nav_title {
		font-size: 87%;
	}
	#banner_homepage_nav .banner_frame .banner_nav_blurb {
		font-size: 74%;
	}
}

@media only screen and (max-width : 767px) {
	#banner_homepage_nav .banner_frame {
		padding: 4px;
		margin-right: 10px;
		min-width: 100px;
		min-height: unset;
	}
	#banner_homepage_nav .banner_frame .banner_nav_title,
	#banner_homepage_nav .banner_frame .banner_nav_blurb {
		display: none;
	}
}

@media only screen and (max-width : 400px) {
	#banner_homepage_nav .banner_frame {
		min-width: 60px;
	}
}

#banner_homepage_nav .banner_frame.slick-current {
	background-color: #66797F;
	border-top-color: transparent;
}

/* Hero Carousel End */

/* Articles Start */

.news_list {
	position: relative;
}

.news_list_item_wrapper {
	position: absolute;
	overflow: hidden;
}

.news_list_item {
	background: #5e767f;
}

.news_list_item a:hover {
	text-decoration: none;
}

.news_list_item .news_list_item_img {
	overflow: hidden;
	width: 100%;
	height: auto;
	background: #000;
}

.news_list_item .news_list_item_img img {
	transform: scale(1);
	opacity: 0.9;
	transition: all 0.4s ease-in-out;
	width: 100%;
}

.news_list_item:hover .news_list_item_img img {
	transform: scale(1.1);
	opacity: 1;
}

.news_list_item .news_list_item_content {
	padding-top: 5px;
	background: transparent;
}

.news_list_item:hover .news_list_item_content {
	background: #8dc63f;
}

.news_list_item .news_list_item_content_inner {
	padding: 15px;
	background: #f5f5f5;
}

.news_list_item .news_list_item_title {
	font-weight: 600;
	margin-top: 0;
}

h2.news_list_item_title {
	font-size: 25px;
}

.news_list_item .news_list_item_date {
	font-weight: 700;
	margin-bottom: 15px;
}

.news_list_item .news_list_item_blurb {
	font-size: 13px;
}

.news_list_item .btn {
	margin-top: 15px;
}

ol.article_edit_channels,
ol.article_edit_categories {
	border: 1px solid #dddddd;
	margin-left: 0;
	max-height: 250px;
	overflow: auto;
	padding: 10px;
}

ol.article_edit_channels li,
ol.article_edit_categories li {
	list-style-type: none;
}

ol.article_edit_channels li .checkbox input[type="checkbox"],
ol.article_edit_categories li .checkbox input[type="checkbox"] {
	margin-left: 0;
	position: relative;
}

.news_story {
	padding-bottom: 20px;
}
/*
.news_story img {
	float: left;
	padding: 0 10px 5px 0;
}
*/
#news_feed .slick-prev,
#news_feed .slick-next {
	width: 29px;
	height: 55px;
}

#news_feed .news_list_item .news_list_item_content_inner {
	min-height: 345px;
}

/* Articles End */

/* Search Start */

#search_container {
	background: #5e767f;
}

#search_container > .container {
	padding: 15px 0;
}

.navbar-form {
	border-top: none;
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 -15px;
	padding: 0 15px;
}

.navbar-form .form-group {
	margin: 0 0 0 0;
	display: block;
}

#search_box_text.form-control {
	border-radius: 0;
	border: none;
	background-color: #1e7439;
	color: #ffffff;
	font-size: 12px;
	float: left;
	padding: 5px 10px;
	height: initial;
}

#search_box_text.form-control {
	background-color: #ffffff;
	color: #2f4146;
	width: 100%;
	width: calc(100% - 51px);
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.navbar-form .form-control:focus {
	border-color: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search_box_btn {
	margin-left: 1px;
	background: #ffffff;
	color: #2f4146;
	border: none;
	border-radius: 0;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	font-size: 16px;
}

#search_container .search_box_btn {
	float: right;
	width: 50px;
	padding: 8.5px 11px;
}

.search_box_btn:hover,
.search_box_btn:focus {
	background: #2f4146;
	color: #fff;
}

/* Search End */

/* Breadcrumb Start */

#breadcrumb_trail_container {
}

ol.breadcrumb_trail {
	list-style: none;
	display: block;
	margin-bottom: 0;
	padding-left: 0;
	padding: 10px 0;
}

ol.breadcrumb_trail li {
	display: inline-block;
	color: #5e767f;
	padding: 0;
}

ol.breadcrumb_trail li a {
	text-decoration: none;
	font-size: 90%;
	font-weight: normal;
	color: #5e767f;
}

ol.breadcrumb_trail li a:hover {
	text-decoration: underline;
}

/* Breadcrumb End */

#footer_cards img {
	max-height: 50px;
	width: auto;
	margin: 0 10px;
}

@media only screen and (max-width : 767px) {
	#footer_cards img {
		max-height: 30px;
		margin: 5px;
	}
}

@media only screen and (max-width : 400px) {
	#footer_cards img {
		max-height: 22px;
		margin: 2px;
	}
}

/* Twitter Feed Start */

#twitter_feed {
	display: table;
}

#twitter_feed_icon {
	display: table-cell;
	width: 50px;
	background-color: #25aae1;
}

#twitter_feed_body {
	display: table-cell;
	background-color: #fff;
	padding: 10px;
	vertical-align: top;
}

#twitter_feed_body,
#twitter_feed_body a {
	color: #25aae1;
}

/* Twitter Feed End */

/* Pagination Start */

.pagination > li > a,
.pagination > li > span {
	color: #5e676a;
}

.pagination > li.active > a,
.pagination > li.active > span {
	color: #fff;
	background-color: #5e676a;
	border-color: #5e676a;
}

.pagination > li > a:hover {
	background-color: #c5cabb;
	color: #5e676a;
}

@media only screen and (max-width : 767px) {
	.pagination {
		margin: 0;
		margin-bottom: 20px;
	}
	.pagination label {
		font-weight: normal;
		font-size: 90%;
	}
}

/* Pagination End */

/* Ecommerce Start */

.ecommerce_basket_header {
	font-weight: 600;
	padding-bottom: 10px;
}

.ecommerce_order_history .panel-heading,
#checkout_forms .panel-heading {
	background-color: #424c51;
}

.ecommerce_order_history .panel-title,
#checkout_forms .panel-title {
	color: #fff;
}

.ecommerce_order_history .panel-body,
#checkout_forms .panel-body {
	color: #424c51;
}

#checkout_forms,
#checkout_forms h1,
#checkout_forms h2,
#checkout_forms h3,
#checkout_forms h4,
#checkout_forms h5,
#checkout_forms h6,
#checkout_forms a,
#checkout_forms label:not(.btn-primary) {
	color: #424c51;
}

#checkout_forms #ecommerce_terms {
	height: 300px;
	overflow-y: auto;
	padding: 10px;
	border: 1px solid #D8D9DB;
	background-color: #424c50;
	margin-bottom: 20px;
}

#checkout_forms #ecommerce_terms,
#checkout_forms #ecommerce_terms a {
	color: #fff;
}

#ecommerce_mini_basket {
	position: relative;
}

#ecommerce_mini_basket .ecommerce_mini_basket_qty {
	position: absolute;
	top: -9px;
	right: -7px;
	display: inline-block;
	background-color: #f58220;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
}

.ecommerce_order_history table {
	background-color: #fff;
}

.ecommerce_order_history table a {
}

/* Ecommerce End */

/* Social Media Start */

#twitter_feed {
	display: table-row;
}

#twitter_feed .feed_title,
#twitter_feed .feed_body {
	display: table-cell;
	vertical-align: top;
}

#twitter_feed .feed_title {
	background-color: #25aae1;
	padding: 5px;
}

#twitter_feed .feed_body {
	background-color: #fff;
	padding: 10px;
	color: #25aae1;
}

#twitter_feed .feed_body a,
#twitter_feed .feed_body a:hover {
	color: #25aae1;
	text-decoration: none;
}

#twitter_feed .feed_icon {
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-right: 5px;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	background: #25aae1;
}

/* Social Media End */

/* List Courses Start */

#list_courses_container {
	background-color: #f5f5f5;
	margin-top: 20px;
}

#list_courses {
	font-size: 95%;
	margin-bottom: 20px;
}

#list_courses a.list_course_title,
#list_courses a.list_more_info {
	color: inherit;
	display: block;
}

#list_courses a.list_more_info {
	font-weight: normal;
	font-size: 90%;
}

#list_courses div.course_row {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

#list_courses div.course_row:nth-of-type(odd) {
	background-color: #f9f9f9;
}

#list_courses div.course_row:nth-of-type(even) {
	background-color: #fff;
}

#list_courses .courses_label {
	font-weight: 600;
	margin-right: 10px;
}

@media only screen and (min-width : 768px) {
	#list_courses .courses_label {
		display: none;
	}
}

#list_courses.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #fff;
}

#course_bundle_form {
	background-color: #5e767f;
	padding-bottom: 9px;
}

/* List Courses End */

/* Course Details Start */

.course_details_heading {
	text-decoration: underline;
}

.course_details_book {
	text-align: right;
}

.course_details_map,
.course_details_venue {
	float: left;
}

.course_details_map {
	width: 35%;
}

.course_details_venue {
	width: 50%;
	padding-left: 15px;
}

/* Course Details End */

/* Course Search Start */

#course_search_container {
	background-color: #5e767f;
	border-radius: 5px;
	padding: 15px;
	padding-bottom: 5px;
}

.body-homepage #course_search_container {
	position: relative;
	z-index: 1;
	margin-top: 20px;
}

@media only screen and (max-width: 991px) {
	.body-homepage #course_search_container {
		margin-top: 0;
	}
}

#course_search_container label {
	color: #fff;
	text-transform: uppercase;
}

/* Course Search End */

/* Call Back Form Start */

#call_back_form_container {
	background-color: #5e767f;
	color: #fff;
	padding: 20px;
	padding-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

#call_back_head {
	font-size: 200%;
}

#call_back_valid_submission {
	display: none;
}

#call_back_img {
	margin-top: -40px;
}

@media only screen and (max-width : 1199px) {
	#call_back_img {
		margin-top: -22px;
	}
}

@media only screen and (max-width : 991px) {
	#call_back_img {
		margin-top: 62px;
	}
}

/* Call Back Form End */

#subscribe_form .subscribe_form_field {
	padding-left: 1px;
	padding-right: 1px;
}

#subscribe_form .subscribe_form_field:first-of-type {
	padding-left: 15px;
}

#subscribe_form .subscribe_form_field:last-of-type {
	padding-right: 15px;
}

#portal_login_btn {
	float: right;
	margin-top: -107px;
}

#course_register {
	min-height: 600px;
}

.text-red {
	color: red;
}

/* EU Wrapper Start */

.eu_wrapper {
	width: 100%;
	background: rgba(255,255,255,0.8);
	position: relative;
}

.eu_wrapper_inner {
	margin-bottom: -20px;
	padding: 20px;
}

.eu_wrapper_text {
	padding-left: 10px;
	border-left: 2px solid black;
}

.eu_wrapper_text {
	padding: 20px 20px;
}
.eu_wrapper_text span {
	color: black;
	font-size: 17px;
}

.eu_wrap_content_img {
	padding: 20px 20px;
}

/* EU Wrapper End */

/* Back to Top button Start */

#back_to_top_btn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	cursor: pointer;
	border-radius: 50px;
	box-shadow: 0 0 10px #888;
	background-color: #f00;
	color: #fff;
}

#back_to_top_btn:hover {
	background-color: #fff;
	color: #f00;
}

/* Back to Top button End */

/* Accessibility Navbar Start */

#navbar_accessibility {
	border-radius: 0;
	border: 0;
	padding: 0;
	background-color: #344146;
}

#navbar_accessibility .navbar-right {
	margin-right: 0;
}

#navbar_accessibility a {
	background-color: transparent;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	border-left: 1px solid #b3d4fc;
	border-right: 1px solid #b3d4fc;
	padding: 5px 15px;
}

@media only screen and (max-width : 1199px) {
	#navbar_accessibility a {
		padding: 5px 10px;
	}
}

#navbar_accessibility a:focus,
#navbar_accessibility a:hover {
	color: #b3d4fc;
}

@media only screen and (max-width : 991px) {
	#navbar_accessibility .nav {
		text-align: center;
	}

	#navbar_accessibility .nav li {
		display: inline-block;
	}
}

/* Accessibility Navbar End */

/* Google Translate Start */

.goog-te-gadget {
	font-family: inherit !important;
	font-size: initial !important;
}

.goog-te-gadget-simple {
	background-color: transparent !important;
	border: none !important;
	padding: 0px !important;
	position: relative;
}

.goog-te-gadget-icon,
.goog-te-menu-value span,
.goog-te-menu-value img {
	display: none;
	visibility: hidden;
}

.goog-te-menu-value {
	margin-left: 0px !important;
	margin-right: 0px !important;
	display: block;
	line-height: 20px;
}

.goog-te-menu-value:hover,
.goog-te-menu-value:focus {
	text-decoration: none !important;
}

.goog-te-menu-value span:first-of-type,
.goog-te-menu-value span:last-of-type {
	display: inline;
	visibility: visible;
}

.goog-te-menu-value span:last-of-type {
	color: inherit !important;
	padding-left: 5px;
}

/* Google Translate End */


/* Countdown Time Start */

.christmas_countdown {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 100;
}

.countdown_container {
	margin-top: 1px;
	background: #e5494a;
	padding: 15px 0;
	text-align: center;
	color: #ffffff;
	font-size: 26px;
}

@media (max-width: 767px) {
	.countdown_container {
		font-size: 18px;
	}
}

#countdown_days > span {
	margin-right: 2px;
	background: #ffffff;
	padding: 5px;
	text-align: center;
	color: #041e42;
	font-weight: 600;
}

@media (max-width: 767px) {
	#countdown_days {
		display: block;
		margin-bottom: 15px;
		font-size: 36px;
	}
}

#countdown_days span.xmas_day_wrapper {
	background: white;
	color: #e5494a;
	border-radius: 3px;
	padding: 4px 4px 4px 8px;
}

span.xmas_days_text {
	color: white;
	text-transform: uppercase;
	margin-left: 10px;
}

/* Countdown Time End */

/* Table Theme */

.table_theme td,
.table_theme th {
	padding: 5px;
}

.table_theme tr {
	border: 1px solid white;
}

/* End Table Theme */