@charset "UTF-8";
/* CSS Document */


/* HEADER ----------*/


#header_wrapper
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	padding: 30px 0 20px 0;
	margin: 0 auto 0 auto;
}

#header
{
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
}

#logo
{
	float: left;
	width: ;
	line-height: 0;
	margin: 0 0 0 0;
}

.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after { clear: both; }

.awards {
	float: left;
	margin-left: 30px;
}

.awards__item {
	float: left;
	margin-right: 15px;
}
.awards__item:last-child { margin-right: 0; }

.social {
	float: right;
	margin-top: -13px;
}

.social__icon {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	outline: none;
	margin: 0 5px 5px 0;
}
.social__icon:hover { background-position: -40px 0; }
.social__icon--email { background-image: url(../images/email_icon.png); }
.social__icon--twitter { background-image: url(../images/twitter_icon.png); }
.social__icon--instagram { background-image: url(../images/instagram_icon.png); }
.social__icon--facebook { 
	background-image: url(../images/facebook_icon.png); 
	clear: left;
}

@media screen and (max-width: 1130px) {
	#header_wrapper { padding-top: 20px; }

	.awards {
		margin: 30px 0 0 0;
		float: right;
	}

	.social {
		float: left;
		margin-top: 15px;
	}

	.social__icon--facebook { clear: none; }
}

@media screen and (max-width: 980px) {
	.awards {
		padding-top: 20px;
		float: none;
		clear: left;
		margin: 0;
		text-align: center;
	}

	.awards__item {
		float: none;
		display: inline-block;
		margin-bottom: 5px;
	}

	.social {
		float: none;
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media screen and (max-width: 500px) {
	#logo {
		margin: 0 auto !important;
		float: none;
	}

	.awards__item img {
		height: 50px;
		width: auto;
	}

	.social {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
	}

	.social__icon {
		float: none;
		margin: 0 3px;
		display: inline-block;
	}
}

@media screen and (max-width: 360px) {
	.awards__item {
		margin-right: 0;
		display: block;
		float: left;
		width: 50%;
	}
}

#strapline
{
	float: left;
	width: ;
	margin: 6px 0 0 0;
}

#strapline .title
{
	position: relative;
	width: ;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	color: #B1B1B1;
	margin: 0 0 0 0;
}

#strapline .number
{
	position: relative;
	width: ;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 100%;
	color: #0A3992;
	margin: 8px 0 0 0;
}

#strapline .number a
{
	text-decoration: none;
	color: #0A3992;
}

/* MENU ----------*/

#menu
{
	position: relative;
	width: 100;
	margin: 15px 0 0 0;
}

#menu ul li
{
	list-style: none;
	float: left;
	/*width: 14.28%;*/
	width: 16.6666667%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: solid 1px #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	color: #fff;
	margin: 0 0 0 0;
}

#menu ul li.last_item
{
	border-right: none;
}

#menu ul li a
{
	display: block;
	background: url(../images/menu_gradient.png);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #fff;
	padding: 12px 0;
	margin: 0 0 0 0;
}

#menu ul li a:hover
{
	background: url(../images/menu_gradient_hover.png);
	background-repeat: repeat-x;
	color: #fff;
}

#menu ul li.dropit-open a
{
	background: url(../images/menu_arrow.png) #3C61A8;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	color: #fff;
}

#menu .nav li ul
{
	position: absolute;
	z-index: 9999;
	width: 28.5%;
	padding: 1px 0 0 0;
	margin: 0 0 0 -7.1%;
}

#menu .nav li ul li
{
	list-style: none;
	float: none;
	position: relative;
	width: 100%;
	border: none;
	border-bottom: solid 1px #6984AF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	color: #fff;
	margin: 0 0 0 0;
}

#menu .nav li ul li a
{
	display: block;
	background: #5375B4;
	text-decoration: none;
	color: #fff;
	padding: 12px 0;
	margin: 0 0 0 0;
}

#menu .nav li ul li a:hover
{
	background: #3C61A8;
}


/* MOBILE MENU ----------*/

#mobile_menu
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 120%;
	color: #fff;
	margin: 15px 0 0 0;
}

#mobile_menu_btn
{
	width: 94.2%;
	background: url(../images/burger_btn.png) #5375B4;
	background-repeat: no-repeat;
	background-position: 97.1% 50%;
	padding: 10px 2.9%;
	cursor: pointer;
}

#mobile_menu_btn:hover 
{
	background: url(../images/burger_btn.png) #3C61A8;
	background-repeat: no-repeat;
	background-position: 97.1% 50%;
}

#mobile_menu_dropdown
{
	display: none;
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	z-index: 9999;
}

#mobile_menu_dropdown li
{
	list-style: none;
	position: relative;
	width: 100%;
	border-bottom: solid 1px #F7F8F8;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	color: #676767;
	margin: 0 0 0 0;
}

#mobile_menu_dropdown li.last_item
{
	border-bottom: none;
}

#mobile_menu_dropdown li a
{
	display: block;
	background: #E6E7E8;
	text-decoration: none;
	color: #676767;
	padding: 10px 0;
}

#mobile_menu_dropdown li.sub_item a
{
	background: #F1F1F2;
}

#mobile_menu_dropdown li a:hover
{
	display: block;
	background: #676767;
	text-decoration: none;
	color: #fff;
	padding: 10px 0;
}

#mobile_menu_dropdown li span
{
	font-size: 0.77em;
}

#mobile_about_dropdown
{
	display: none;
}


/* MAIN SLIDER ----------*/


#main_slider_wrapper
{
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
}

#main_slider .slide
{
	width: 100%;
	height: 390px;
	-ms-behavior: url('http://www.ryestreetgroup.com/js/backgroundsize.htc');  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#main_slider .slide.slide0 { background-image: url(../images/main_slider/slide0.jpg); }
#main_slider .slide.slide1 { background-image: url(../images/main_slider/slide1.jpg); }
#main_slider .slide.slide2 { background-image: url(../images/main_slider/slide2.jpg); }
#main_slider .slide.slide3 { background-image: url(../images/main_slider/slide3.jpg); }
#main_slider .slide.slide4 { background-image: url(../images/main_slider/slide4.jpg); }
#main_slider .slide.slide5 { background-image: url(../images/main_slider/social.jpg); }
#main_slider .slide.slide6 { background-image: url(../images/main_slider/winner.jpg); }
#main_slider .slide.bsi { background-image: url(../images/main_slider/bsi.jpg); }

.main_slider_caption_bg
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: url(../images/main_slider/caption_bg.png);
	background-repeat: repeat-x;
}

.main_slider_caption_wrapper
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	min-height: 390px;
	margin: 0 auto 0 auto;
	z-index: 1;
}

.main_slider_logo
{
	position: absolute;
	width: 50%;
	text-align: right;
	top: 40px;
	right: 0;
}

.main_slider_logo img {
	display: inline-block;
}

.main_slider_caption
{
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 50%;
	margin: 0 0 0 0;
}

.main_slider_caption .caption_title
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 100%;
	text-align: right;
	color: #D3D3D3;
	margin: 0 0 0 0;
}

.main_slider_caption .caption_title.dark
{
	color: #676767;
}

.main_slider_caption .caption_sub_title
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-weight: 400;
	line-height: 130%;
	text-align: right;
	color: #fff;
	margin: 8px 0 0 0;
}
.main_slider_caption .caption_sub_title.dark { color: #676767; }


/* SERVICES SLIDER ----------*/

#services_slider_absolute_wrapper
{
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0 0 0 0;
}

#services_slider_wrapper
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	min-height: 350px;
	padding: 20px 0;
	margin: 0 auto 0 auto;
}

#services_slider
{
	position: relative;
	width: 260px;
	min-height: 348px;
	background: #0A3992;
	border: solid 1px #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 0 0;
}

#services_slider h2
{
	position: relative;
	width: 84.6%;
	padding: 7.7% 7.7% 0 7.7%;
	margin: 0 0 0 0;
}

#services_slider h2 .title
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	color: #B1B1B1;
	margin: 0 0 0 0;
}

#services_slider h2 .service
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 130%;
	color: #fff;
	margin: 8px 0 0 0;
}

#services_slider .icon
{
	position: relative;
	width: 46.15%;
	padding: 40px 0;
	margin: 0 auto 0 auto;
}

#services_slider .link
{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 0 0 0;
}

#services_slider .link a
{
	display: block;
	background: url(../images/link_arrow.png) #5375B4;
	background-repeat: no-repeat;
	background-position: 92.3% 50%;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	padding: 10px 7.7%;
	margin: 0 0 0 0;
}

#services_slider .link a:hover
{
	background: url(../images/link_arrow.png) #3C61A8;
	background-repeat: no-repeat;
	background-position: 92.3% 50%;
}


/* MOBILE SERVICES SLIDER ----------*/


#mobile_services_wrapper
{
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
}

#mobile_services_wrapper h2
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 100%;
	color: #0A3992;
	margin: 0 0 20px 0;
}

#mobile_services_slider
{
	float: left;
	width: 82.6%;
	background: #5375B4;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 120%;
	color: #fff;
	padding: 10px 2.9%;
	margin: 0 0 0 0;
}

#mobile_services_link
{
	float: right;
	width: 11.6%;
	margin: 0 0 0 0;
}

#mobile_services_link a
{
	display: block;
	height: 39px;
	background: url(../images/link_arrow.png) #3C61A8;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#mobile_services_link a:hover
{
	background: url(../images/link_arrow.png) #0A3992;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


/* HEADER IMG ----------*/


#header_img
{
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
}

#header_img_caption_bg
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 150px;
	background: url(../images/main_slider/caption_bg2.png);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	z-index: -1;
}

#header_img_content
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	height: 200px;
	margin: 0 auto 0 auto;
}

#header_img_caption
{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: ;
	margin: 0 0 0 0;
}

#header_img_caption .caption_title
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 100%;
	color: #D3D3D3;
	margin: 0 0 0 0;
}

#header_img_caption .caption_title.dark
{
	color: #676767;
}

#header_img_caption .caption_sub_title
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	margin: 8px 0 0 0;
}


/* INTRO WRAPPER ----------*/


#intro_wrapper
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	padding: 30px 0;
	margin: 0 auto 0 auto;
}

#intro_wrapper h1, #intro_wrapper h2
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 100%;
	color: #0A3992;
	margin: 0 0 20px 0;
}

#intro_text
{
	float: left;
	width: 74.54%;
	margin: 0 0 0 0;
}

#intro_text_leftcol
{
	float: left;
	width: 48.78%;
	margin: 0 0 0 0;
}

#intro_text_rightcol
{
	float: right;
	width: 48.78%;
	margin: 0 0 0 0;
}

#intro_text_leftcol2
{
	float: left;
	width: 49.1%;
	margin: 0 0 0 0;
}

#intro_text_rightcol2
{
	float: right;
	width: 49.1%;
	margin: 44px 0 0 0;
}

#intro_text_rightcolNM
{
	float: right;
	width: 49.1%;
	margin: 0 0 0 0;
}

#intro_text_rightcolNM a
{
	text-decoration: none;
	font-weight: 600;
	color: #3C61A8;
}

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

#intro_text_services
{
	float: left;
	width: 49.1%;
	margin: 0 0 0 0;
}

#intro_text_services p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 140%;
	color: #676767;
}

#intro_text_services p span
{
	color: #3C61A8;
}

#intro_text_discount
{
	float: right;
	width: 45.9%;
	padding: 0 1.81%;
	margin: 0 0 0 0;
}

#intro_text_discount .icon
{
	float: left;
	width: 24%;
	margin: 0 0 0 0;
}

#intro_text_discount .text 
{
	float: right;
	width: 72%;
	margin: 0 0 0 0;
}

#intro_text_discount .text h2
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 100%;
	color: #0A3992;
	margin: 0 0 20px 0;
}

#intro_text_discount .text p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 140%;
	color: #676767;
}

#intro_text_discount p span
{
	font-size: 0.8125em;
	font-weight: 400;
}

#TYR_cta
{
	float: right;
	width: 20.01%;
	background: #ECF6FF;
	border-top: solid 2px #0A3992;
	padding: 1.81%;
	margin: 44px 0 0 0;
}

#TYR_cta h2
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 100%;
	color: #0A3992;
	margin: 0 0 20px 0;
}

.TYR_input
{
	position: relative;
	width: 84.6%;
	background: #A1D1FF;
	border: none;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 140%;
	color: #0A3992;
	padding: 10px 7.7%;
	margin: 0 0 15px 0;
}

.TYR_logon_btn
{
	position: relative;
	width: 100%;
	background: url(../images/link_arrow_dark.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 140%;
	text-align: right;
	color: #3C61A8;
	padding: 0 11.54% 0 0;
	margin: 0 0 0 0;
	cursor: pointer;
}

.TYR_logon_btn:hover
{
	color: #A1D1FF;
}

.placeholder
{
	color: #0A3992;
}

#kitemark_logo
{
	float: right;
	width: 23.63%;
	margin: 44px 0 0 0;
}

ul.recruitment_list
{
	list-style: disc;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 600;
	line-height: 140%;
	color: #676767;
	margin: 0 0 0 13px;
}

span.recruiment_details
{
	font-weight: 600;
	color: #3C61A8;
}

a.recruitment_link
{
	text-decoration: none;
	font-weight: 600;
	color: #3C61A8;
}

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

a.cookies_link
{
	text-decoration: none;
	font-weight: 600;
	color: #3C61A8;
}

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


/* MAIN WRAPPER ----------*/


#main_wrapper
{
	position: relative;
	width: 100%;
	background: #ECF6FF;
	margin: 0 0 0 0;
}

#main_content
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	padding: 30px 0;
	margin: 0 auto 0 auto;
}


/* CTA WRAPPER ----------*/


#cta_wrapper
{
	position: relative;
	width: 100%;
	background: #ECF6FF;
	margin: 0 0 0 0;
}

#cta_content
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	padding: 30px 0;
	margin: 0 auto 0 auto;
}

.cta_col
{
	float: left;
	width: 23.63%;
	background: #ECF6FF;
	border-top: solid 2px #0A3992;
	margin: 0 1.82% 0 0;
}

#cta_content.three_col .cta_col
{
	width: 32.12%;
}

.cta_rightcol
{
	float: right;
	width: 23.63%;
	background: #ECF6FF;
	border-top: solid 2px #0A3992;
	margin: 0 0 0 0;
}

#cta_content.three_col .cta_rightcol
{
	width: 32.12%;
}

.cta_col.home, .cta_rightcol.home
{
	background: #fff;
}

.cta_col_content
{
	position: relative;
	width: 84.6%;
	min-height: 289px;
	padding: 7.7%;
	margin: 0 0 0 0;
	overflow: hidden;
}

.cta_col_content2
{
	position: relative;
	width: 84.6%;
	height: 198px;
	padding: 7.7%;
	margin: 0 0 0 0;
	overflow: hidden;
}

.cta_col_content h2, .cta_col_content2 h2
{
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
}

.cta_col_content h2 .title, .cta_col_content2 h2 .title
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	color: #B1B1B1;
	margin: 0 0 0 0;
}

.cta_col_content h2 .sub_title, .cta_col_content2 h2 .sub_title
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 100%;
	color: #0A3992;
	margin: 8px 0 0 0;
}

.cta_img_wrapper
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.cta_img, .cta_img_gallery
{
	position: relative;
	max-width: 260px;
	line-height: 0;
	margin: 0 auto 0 auto;
}

a.cta_link
{
	position: absolute;
	bottom: -1px;
	left: 50%;
    display: block;
    width: 80px;
    height: 40px;
    text-decoration: none;
    outline: none;
    background: url(../images/ctas/link_arrow.png);
    margin: 0 0 0 -40px;
	z-index: 9;
}

a.cta_link:hover
{
    background-position: 0 -40px;	
}

#testimonials_slider
{
	float: right;
	width: 20.01%;
	background: #0A3992;
	padding: 1.81%;
	margin: 0 0 0 0;
}

#cta_content.three_col #testimonials_slider {
	width: 32.12%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width : 1023px) {
	#cta_content.three_col #testimonials_slider {
		clear: both;
		float: left;
		width: 100%;
		margin: 0 0 0 0;
	}
}

@media screen and (max-width : 567px) {
	#cta_content.three_col #testimonials_slider {
		float: none;
		position: relative;
	}
}

.quote
{
    position: relative;
    width: 100%;
	height: 200px;
	margin: 0 0 0 0;
}

.quote:before
{
    content: "";
    display: block;
    padding-top: 100%;
}

.quote .square_content
{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	padding: 0;
}

.quote .square_content div
{
   display: table;
   width: 100%;
   height: 100%;
}

.quote .square_content span
{
    display: table-cell;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	font-style: italic;
	line-height: 140%;
	text-align: center;
	color: #fff;
}


/* FOOTER ----------*/


#footer_wrapper
{
	position: relative;
	width: 100%;
	background: #5375B4;
	margin: 0 0 0 0;
}

#footer
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	padding: 30px 0;
	margin: 0 auto 0 auto;
}

#footer h2
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	color: #B1B1B1;
	margin: 0 0 20px 0;
}

#footer h3
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 600;
	line-height: 140%;
	color: #fff;
	margin: 0 0 8px 0;
}

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

#footer a:hover
{
	text-decoration: underline;
	color: #fff;
}

#footer span
{
	color: #B1B1B1;
}

#footer_leftcol
{
	float: left;
	width: 18.9%;
	margin: 0 1.82% 0 0;
}

#footer_middlecol
{
	float: left;
	width: 18.9%;
	margin: 36px 1.82% 0 0;
}

#footer_middlecol2
{
	float: left;
	width: 18.9%;
	margin: 36px 1.82% 0 0;
}

#footer_middlecol3
{
	float: left;
	width: 21.9%;
	margin: 36px 0 0 0;
}

#footer_rightcol
{
	float: right;
	width: 15.9%;
	text-align: right;
	margin: 0 0 0 0;
}


/* SUBFOOTER ----------*/


#subfooter_wrapper
{
	position: relative;
	width: 100%;
	background: #3C61A8;
	margin: 1px 0 0 0;
}

#subfooter
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	padding: 18px 0;
	margin: 0 auto 0 auto;
}

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

#subfooter a:hover
{
	text-decoration: underline;
	color: #fff;
}



/* Recruitment Page ––––––––––––––– */
#recruitment-autoraise {
	display: inline-block;
	text-decoration: none;
	line-height: 0;
	position: absolute;
	right: 0;
	border: 1px solid #B1B1B1;
}

#recruitment-padding-right-text
{
	padding-right: 250px;
}


/* TAGS & CLASSES ----------*/


p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 140%;
	color: #676767;
}

p.white
{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 140%;
	color: #fff;
}

.clearall
{
	clear: both;
}

img 
{
	border : 0;
    max-width: 100%;
	height: auto;
}

strong
{
	font-weight: 600;
}








@media screen and (max-width : 1200px) {

/* HEADER ----------*/

#logo
{
	width: 240px;
	margin: 6px 0 0 0;
}

}





@media screen and (max-width : 1160px) {

#bba_winner_2017 {
	margin-right: 0;
}

#social_icons {
	clear: left;
}

}





@media screen and (max-width : 1100px) {
	
	
/* HEADER ----------*/

#strapline
{
	margin: 11px 0 0 0;
}

#strapline .title
{
	font-size: 0.8125em;
}

#strapline .number
{
	font-size: 1em;
}


/* MENU ----------*/

#menu ul li
{
	font-size: 0.8125em;
}


/* INTRO WRAPPER ----------*/

#intro_wrapper h1, 
#intro_wrapper h2,
#TYR_cta h2, 
#intro_text_discount .text h2, 
.main_slider_caption .caption_title,
.cta_col_content h2 .sub_title, 
.cta_col_content2 h2 .sub_title,
.quote .square_content span,
#services_slider h2 .service
{
	font-size: 1.25em;
}


/* MAIN SLIDER ----------*/

.main_slider_caption .caption_sub_title
{
	font-size: 1.75em;
}
	
	
}




/* Footer snap ----------- */
@media screen and (max-width :1070px) and (min-width: 768px) {
/* FOOTER ----------*/

#footer_leftcol
{
	width: 48.915%;
	margin: 0 2.17% 0 0;
}

#footer_middlecol
{
	width: 48.915%;
	margin: 36px 0 0 0;
}

#footer_middlecol2
{
	width: 48.915%;
	margin: 18px 2.17% 30px 0;
}

#footer_middlecol3
{
	width: 48.915%;
	margin: 18px 0 30px 0;
}

#footer_rightcol
{
	clear: both;
	float: none;
	width: 48.915%;
	text-align: left;
	margin: 30px 0 0 0;
}

#footer_rightcol p.spacer {display: none;}

.footer_contact p
{
	float: left;
}

.footer_contact p.tel{padding-right: 5px;}
.footer_contact p.email{padding-left: 5px;}

.opening_time p,
#footer .opening_time h3 {float: left; width: auto;}
.opening_time p {padding-left: 10px;}
}




/* iPad Landscape -1px ----------- */
@media screen and (max-width : 1023px) {



/* MAIN SLIDER ----------*/

#main_slider .slide
{
	height: 360px;
}

.main_slider_caption_wrapper
{
	min-height: 360px;
}

.main_slider_caption .caption_title
{
	font-size: 1em;
}

.main_slider_caption .caption_sub_title
{
	font-size: 1.25em;
}


/* HEADER IMG ----------*/

#header_img_caption .caption_title
{
	font-size: 1em;
}

#header_img_caption .caption_sub_title
{
	font-size: 1.5em;
}


/* SERVICES SLIDER ----------*/

#services_slider_wrapper
{
	min-height: 320px;
}

#services_slider
{
	min-height: 318px;
}

#services_slider .icon
{
	width: 46.15%;
	padding: 30px 0;
}


/* INTRO WRAPPER ----------*/

#intro_text
{
	width: 62.71%;
}

#intro_text_leftcol
{
	float: none;
	position: relative;
	width: 100%;
}

#intro_text_rightcol
{
	float: none;
	position: relative;
	width: 100%;
	margin: 18px 0 0 0;
}

#TYR_cta
{
	width: 31.85%;
	padding: 1.81%;
}

#kitemark_logo
{
	width: 28.24%;
}

#intro_text_services p, #intro_text_discount .text p
{
	font-size: 0.8125em;
	line-height: 140%;
}

#intro_text_services p span, #intro_text_discount .text p span
{
	font-size: 1em;
}


/* CTA WRAPPER ----------*/

.cta_col,
#cta_content.three_col .cta_col
{
	width: 48.915%;
	margin: 0 2.17% 2.17% 0;
}

.cta_col.NM,
#cta_content.three_col .cta_col.NM
{
	margin: 0 0 0 0;
}

.cta_rightcol,
#cta_content.three_col .cta_rightcol
{
	width: 48.915%;
	margin: 0 0 2.17% 0;
}

#cta_content.three_col .cta_rightcol
{
	clear: both;
	float: left;
}

.cta_col_content
{
	width: 91.12%;
	min-height: 249px;
	padding: 4.44%;
}

.cta_col_content2
{
	width: 91.12%;
	padding: 4.44%;
}

#testimonials_slider
{
	width: 44.575%;
	padding: 2.17%;
	margin: 0 0 2.17% 0;
}


/* Recruitment Page ––––––––––––––– */
#recruitment-autoraise {
	position: relative;
	right: auto;
	margin-bottom: 15px;
}

#recruitment-padding-right-text
{
	padding-right: 0;
}

	
}


@media screen and (max-width : 920px) {
	

/* HEADER ----------*/


#header_wrapper
{
	padding: 30px 0 20px 0;
}

#header_rightcol
{
	float: none;
	position: relative;
	margin: 20px auto 0 auto;
}

#header_block
{
	float: none;
	width: 530px;
	margin: 0 auto;
}

#bsi_approved, #bodyshop_winner, #motor_trader_winner
{
	margin: 0 15px 0 0;
}

#social_icons
{
	float: none;
	width: 184px;
	margin: 10px auto 0 auto;
}



#strapline
{
	margin: 18px 0 0 0;
}

#strapline .title
{
	display: none;
}

#strapline .number
{
	font-size: 1.5em;
	margin: 0 0 0 0;
}
	
	
}


@media screen and (min-width : 768px) {


/* MOBILE MENU ----------- */

#mobile_menu
{
	display: none;
}

#mobile_menu_dropdown, #mobile_menu_dropdown li
{
	display: none;
}


/* MOBILE SERVICES SLIDER ----------- */

#mobile_services_wrapper
{
	display: none;
}


}


/* iPad Portrait -1px ----------- */
@media screen and (max-width : 767px) {
	
	
/* HEADER ----------*/
#header_block
{
	width: 452px;
}

#bsi_approved, #bodyshop_winner, #motor_trader_winner, #bba_winner,  #bba_winner_2017
{
	width: auto;
	height: 50px;
	margin: 0 15px 0 0;
}

#bba_winner_2017 
{
	margin-right: 0;
}

#header_block img
{
	width: auto;
	max-height: 100%;
}


#strapline
{
	float: right;
	margin: 15px 0 0 0;
}

#strapline .number
{
	font-size: 1.25em;
}

#social_icons
{
	float: none;
	position: relative;
	width: 100%;
	max-width: 185px;
	margin: 20px auto 0 auto;
}
	
	
/* MENU ----------*/

#menu
{
	display: none;
}


/* MAIN SLIDER ----------*/

#main_slider .slide
{
	height: 250px;
}

.main_slider_caption_wrapper
{
	min-height: 250px;
}

.main_slider_logo
{
	left: 0;
	right: auto;
	text-align: left;
}

.main_slider_logo img.bsi { width: 130px; }


.main_slider_caption
{
	bottom: 30px;
	left: 0;
}

.main_slider_caption .caption_title, .main_slider_caption .caption_sub_title
{
	text-align: left;
}


/* HEADER IMG ----------*/

#header_img_caption
{
	bottom: 30px;
}


/* SERVICES SLIDER ----------*/

#services_slider_absolute_wrapper
{
	display: none;
}


/* INTRO WRAPPER ----------*/

#intro_text
{
	float: none;
	position: relative;
	width: 100%;
}

#intro_text_leftcol2
{
	float: none;
	position: relative;
	width: 100%;
}

#intro_text_rightcolNM
{
	float: none;
	position: relative;
	width: 100%;
	margin: 18px 0 0 0;
}

#intro_text_services
{
	float: none;
	position: relative;
	width: 100%;
}

#intro_text_discount
{
	float: none;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 30px 0 0 0;
}

#intro_text_discount .icon
{
	float: right;
	width: 17.38%;
}

#intro_text_discount .text
{
	float: left;
	width: 79.67%;
}

#TYR_cta
{
	float: none;
	position: relative;
	width: 94.2%;
	padding: 2.9%;
	margin: 30px 0 0 0;
}

.TYR_input
{
	width: 94.2%;
	padding: 10px 2.9%;
}

.TYR_logon_btn
{
	padding: 0 4.35% 0 0;
}

#kitemark_logo
{
	float: none;
	position: relative;
	width: 37.66%;
	margin: 30px 0 0 0;
}


/* CTA WRAPPER ----------*/

.cta_col,
#cta_content.three_col .cta_col
{
	width: 48.55%;
	margin: 0 2.9% 2.9% 0;
}

.cta_rightcol,
#cta_content.three_col .cta_rightcol
{
	width: 48.55%;
	margin: 0 0 2.9% 0;
}

.cta_col_content
{
	width: 88.08%;
	min-height: 267px;
	padding: 5.96%;
}

.cta_col_content2
{
	width: 88.08%;
	padding: 5.96%;
}

#testimonials_slider
{
	width: 42.75%;
	padding: 2.9%;
}


/* FOOTER ----------*/

#footer_leftcol
{
	float: none;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 0 0 0;
}

#footer_middlecol,
#footer_middlecol2,
#footer_middlecol3,
#footer_rightcol
{
	float: none;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 18px 0 0 0;
}


/* SUBFOOTER ----------*/

#subfooter
{
	text-align: center;
}
	
	
}


/* iPhone Landscape -1px ----------- */
@media screen and (max-width : 567px) {
	
	
/* HEADER ----------*/

#header_wrapper
{
	width: 100%;
	padding: 30px 0 0 0;
}

#header
{
	width: 90%;
	margin: 0 auto 0 auto;
}

#header_block
{
	width: 209px;
}

#bsi_approved, #bodyshop_winner, #motor_trader_winner, #bba_winner, #bba_winner_2017
{
	height: 36px;
}

#motor_trader_winner {
	margin-right: 0;
}

#bba_winner
{
	clear: left;
	margin-left: 47px;
}

#bba_winner, #bba_winner_2017
{
	margin-top: 10px;
}


/* MOBILE MENU ----------*/

#mobile_menu_btn
{
	width: 90%;
	background-position: 95% 50%;
	padding: 10px 5%;
}

#mobile_menu_btn:hover 
{
	background-position: 95% 50%;
}


/* MAIN SLIDER ----------*/

.main_slider_caption
{
	width: 100%;
}


/* MOBILE SERVICES SLIDER ----------*/

#mobile_services_slider
{
	width: 70.45%;
	padding: 10px 6.94%;
}

#mobile_services_link
{
	width: 15.67%;
}


/* INTRO WRAPPER ----------*/

#TYR_cta
{
	width: 86.12%;
	padding: 6.94%;
}

.TYR_input
{
	width: 86.12%;
	padding: 10px 6.94%;
}

.TYR_logon_btn
{
	padding: 0 10.41% 0 0;
}

#kitemark_logo
{
	width: 50.95%;
}


/* CTA WRAPPER ----------*/

.cta_col,
#cta_content.three_col .cta_col
{
	float: none;
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
}

.cta_col.NM,
#cta_content.three_col .cta_col.NM
{
	margin: 0 0 20px 0;
}

.cta_rightcol,
#cta_content.three_col .cta_rightcol
{
	float: none;
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
}

.cta_col_content, .cta_col_content2
{
	width: 86.2%;
	min-height: 0;
	height: auto;
	padding: 6.9%;
	padding-bottom: 0;
}

#testimonials_slider
{
	float: none;
	position: relative;
	width: 86.2%;
	padding: 6.9%;
	margin: 0 0 0 0;
}

.cta_img_wrapper
{
	position: relative;
	margin: 6.9% 0 0 0;
}

.cta_img, .cta_img_gallery
{
	min-height: 40px;
}
	
	
}







@media screen and (max-width : 435px) {


}


.privacy_policy h2
{
	font-size: 1.25em !important;
	line-height: 125% !important;
	/*margin-bottom: 10px !important;*/
}

.privacy_policy li
{
	list-style: none;
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
	color: #676767;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
}

.privacy_policy li .bullet
{
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	/*font-weight: 400;*/
}

a.p_policy_text_link
{
	text-decoration: underline !important;
	font-weight: 400 !important;
	color: #676767 !important;
	outline: none !important;
}

a.p_policy_text_link:hover
{
	text-decoration: none !important;
}


#vacancies .sub_heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8125em;
    font-weight: 600;
    line-height: 140%;
    color: #676767;
    margin-top: 18px;
    margin-bottom: 5px;
}

#vacancies .sub_heading:first-child {
	margin-top: 0;
}

#vacancies ul {
	list-style: none;
}

#vacancies ul li {
	position: relative;
	font-family: 'Open Sans', sans-serif;
    font-size: 0.8125em;
    font-weight: 400;
    line-height: 140%;
    color: #676767;
	padding-left: 10px;
}

#vacancies ul li::before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
}


/*.lity-wrap
{
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.lity-wrap:before
{
	margin: 0 !important;
}

.lity-container:before,
.lity-container:after
{
	content: '';
	display: block;
	position: relative;
}

.lity-close
{
	top: 20px !important;
	right: 20px !important;
	width: 40px !important;
	height: 40px !important;
    font-size: 40px !important;
    line-height: 40px!important;
    margin-top: 0;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.lity-close:hover
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

body.no_scroll
{
	overflow: hidden;
}

a.notice_popup_cta
{
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 44px;
	background-image: url('../images/notice_cta.png');
	background-size: 50px 44px;
	background-position: center; 
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	text-decoration: none;
	outline: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	z-index: 8000;
}

a.notice_popup_cta:hover
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#notice_popup
{
	position: relative;
	width: 100%;
	max-width: 720px;
}

#notice_popup .inner
{
	position: relative;
	width: 100%;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
}

#notice_popup .inner .notice_popup_title
{
	position: relative;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 100%;
    color: #0A3992;
    margin: 0 0 30px 0;
}

#notice_popup .inner p
{
	margin-bottom: 10px;
}

#notice_popup .inner p:last-child
{
	margin-bottom: 0;
}

#notice_popup .inner p a.notice_popup_link
{
	text-decoration: none;
	font-weight: 400;
	color: inherit;
	outline: none;
}

#notice_popup .inner p a.notice_popup_link:hover
{
	text-decoration: none;
}

#notice_popup .inner p strong
{
	font-weight: 600;
	color: #0A3992;
}


@media screen and (max-width: 414px) {

	.lity-close
	{
		top: 10px !important;
		right: 10px !important;
		width: 30px !important;
		height: 30px !important;
	    font-size: 30px !important;
	    line-height: 30px!important;
	}

	#notice_popup .inner
	{
		padding: 30px;
	}

}


.lity {
	z-index: 99990 !important;
}*/