
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

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

@media (min-width: 1200px) {

	.container {
    	width: 1000px;
	}

}

.bg-cover {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-contain
{
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

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

img.responsive {
	max-width: 100%;
    height: auto;
}  


.texture
{
	background-image: url('../images/texture.png');
	background-size: cover;	
}

.bg-1
{
	background-image: url('../images/bg-1_texture.jpg');
}

.bg-2
{
	background-image: url('../images/bg-2_texture.jpg');
}

.padding-top
{
	padding-top: 50px;
}

.padding-bottom
{
	padding-bottom: 50px;
}

.icon-holder-slider
{
	height: 45px;
	margin-bottom: 25px;
	margin-top: 50px;
}

.icon-holder-large
{
	height: 35px;
	margin-bottom: 20px;
}

.icon-holder-medium
{
	height: 35px;
	margin-bottom: 15px;
}

.icon-holder>img
{
	height: 100%;
}

/* ------------- */

main {
	padding-top: 44px;
}

main#home {
	padding-bottom: 84px;
	text-align: center;
}

main#about {
	padding-bottom: 60px;
}

main#services {
	/*padding-bottom: 54px;*/
}

main#contact {
	padding-bottom: 30px;
}

main#news {
	padding-bottom: 50px;
}

.box-img{
	margin-bottom: 19px;
	height: 50px;
	max-width: 100%;
	text-align: center;
}

.box-img img {
	/*vertical-align: middle;*/
    /*max-height: 100px;*/
    height: 100%;
}

.box {
	    position: relative;
}


section.cta {
	padding-top: 57px;
	padding-bottom: 71px;
}

section.cta h2, section.wwd h2 {
	margin-bottom: 32px;
}

section.cta h2, section.cta p {
	color: #ffffff;
}

section.cta p {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 85px;
}

.top-image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 585px;
    /*background-position-y: 30%;*/
    background-position-x: 70%;
}

.top-image .angle {
    width: 45%;
    height: 100%;
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
	     -o-transform: skew(-20deg);
	background: #716f45;
	margin-left: -70px;
	opacity: 0.4;
}

.parralax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ------------- */

a.button {
	background-color: #ecebed;
	color: #1e4456;
	border: 1px solid #1e4456;
	padding: 10px 38px;
	font-size: 22px;
	display: table;
    margin: 0 auto;
}

a.button:hover, a.button:focus {
	background-color: #1e4456;
	color: #fff;
}

a.button.white {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}

a.button.white:hover, a.button.white:focus, button.submit:hover, button.submit:focus, #sign-me-up-form .wpcf7-submit:hover, #sign-me-up-form .wpcf7-submit:focus
{
	background-color: #ecebed;
	color: #1e4456;
	border: 1px solid #ecebed;
}


header .logo {
	margin: 40px 0px 38px 0px;
}



/* SLIDER */
.slick-slide {
	display: none;
}

.slick-initialized,
.slick-slide:first-child { display: block; }

.slider-container {
	width: 100%;
}

.slide {
	height: 585px;
	background-repeat: no-repeat;
	background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slick-slide {
	outline: none;
}

.slide-content {
	margin: 50px 0px 100px 0px;
}


.slide h1, .slide p {
	text-align: left;
	color: #ffffff;
}

.slide h1 {
	margin-bottom: 60px;
}

.slide p {
	font-size: 22px;
}

/* WHAT WE DO */

section.wwd {
	padding-top: 47px;
	padding-bottom: 57px;
}

section.wwd p {
	font-size: 22px;
	color: #393939;
	padding: 0px 100px;
}

section.wwd p {
	margin-bottom: 70px;
}

.wwd-img img {
	margin-bottom: 25px;
	max-height: 80px;
}

ul.services {
	list-style-type: none;
	margin-bottom: 60px;
}
ul.services li {
    background-image: url('../images/icons/list-tick.png');
	background-repeat: no-repeat;
	background-position-y: 3px;
	padding-left: 40px;
	padding-bottom: 25px;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}

ul.services li:last-child {
	padding-bottom: 0;
}


/* WHO WE WORK FOR  */

section.wwwf {
	background-image: url('../images/who-we-work-for.png');
	background-repeat: no-repeat;
	padding-top: 62px;
	padding-bottom: 64px;
}

section.wwwf h2, section.wwwf p {
	color: #fff;
}

section.wwwf p {
	font-size: 22px;
	text-align: center;
	margin-bottom: 40px;
}

#carousel {
    padding: 0 25px;
}

#carousel, .carousel h2 {
	margin-bottom: 53px;
}

.carousel-item {
    padding: 0 60px;
    display:flex;
	justify-content:center;
	align-items:center;
	height: 120px;
}

.carousel-item img {
	max-height: 100%;
}


/* WORK WITH US */

section.wwu {
	padding-top: 62px;
	padding-bottom: 45px;
}

.wwu h2, .wwa h2 {
	margin-bottom: 36px;
}

.wwu p.intro, .wwa p.intro {
	margin-bottom: 50px;
}

/* WHO WE ARE */

section.wwa {
	padding-top: 45px;
	padding-bottom: 73px;
}

.team-member-img {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	background-repeat: no-repeat;
	/*background-color: #b8b8b8;*/
	margin: 0 auto;
	margin-bottom: 40px;
	background-position: 50%;
	background-size: contain;
}

.team-member a.toggle {
	cursor: pointer;
}

.team-member {
	padding: 0px 25px;
}


.team-member p {
	color: #1e4457;
	font-size: 20px;
	text-align: center;
}

.team-member p.intro-desc, .team-member p.full-desc {
	margin-bottom: 28px;
}


.intro-desc {
	display: block;
}

@media only screen and (min-width: 768px)
{
	.intro-desc
	{
		height: 75px;
	}
}

@media only screen and (min-width: 1200px)
{
	.intro-desc
	{
		height: 150px;
	}
}

.full-desc {
	display: none;
}

.open .intro-desc {
	display: none;
}

.open .full-desc {
	display: block;
}

.open .toggle-more {
	display: none;
}

.closed .toggle-less {
	display: none;
}

/* Services */

.services-img {
	max-width: 390px;
}

.services-header
{
	padding-bottom: 20px;
}

.list-inline-flex
{
	display: flex;
	list-style: none;
}

.list-inline-flex>li
{
	display: inline-block;
	padding: 0px 15px;
	flex:auto;
}

.service-row-title
{
	/*padding: 25px 0px;*/
}

.service-row-text
{
	/*padding-bottom: 50px;*/
}

@media only screen and (min-width: 1200px)
{
	.service-row-text, .icon-desc
	{
		font-size: 22px;
	}
}


.padding-lr
{
	padding-left: 50px;
	padding-right: 50px;
}

.icon
{
	padding-bottom: 20px;
}

.bold
{
	font-weight: bold;
}

.left-align
{
	text-align: left;
}

.half-width-container
{
	width: 50%;
	float: left;
	padding: 0px 5% 5%;
}

#row-3-image
{
	width: 100%;
}

#row-4-image
{
	width: 100%;
	border: 10px white solid;
}

.tick-list
{
	margin-left: 33px;
}

.tick-list>li
{
	text-align: left;
	height: 60px;
}

.tick-list>li>span
{
	position: relative;
	top: -11px;
}

.nb-carousel-container
{
	height: 300px;
	background-position-y:	30%;
}

.nb-carousel-container .slick-list
{
	top: 15%;
}

.nb-carousel-text
{
	color: white;
}


/* -- quotes -- */

.quotes {
	padding: 45px 0px 10px 0px;
	background-image: url('../images/happy-clients.png');
	color: #fff;
}

#quotes {
	padding: 0px 175px;
	text-align: center;

}


#quotes .slick-next, #quotes .slick-prev {
    top: 35%;
}

.quote p {
	color: #fff;
}

.quote--quote {
	margin-bottom: 65px;
	font-style: italic;
	font-size: 22px;
}

.quote--referee {
	font-weight: 600;
}



#services p.intro {
	margin-bottom: 40px;
}

#services ul.services {
	margin-bottom: 0;
}

ul.services:first-of-type {
	padding: 0px 50px;
}

ul.services li {
	text-align: left;
}

img.main-img {
	margin-bottom: 20px;
}

.services-content {
	padding-top: 100px;
	padding-bottom: 92px;
	padding: 50px;
}

.services-content:first-of-type {
	padding-top: 100px;
}

.services-content:last-of-type {
	padding-bottom: 92px;
}

.services-content img {
	border: 14px solid #fff;
}

.services-content, .services-content h3{
	text-align: left;
}

.services-content h3 {
	padding-top: 20px;
}

.services-content p, p.sub-intro {
	font-size: 22px;
	color: #393939;
	line-height: 1.227;
}

p.sub-intro {
	margin-bottom: 50px;
}

.rf-ticks-container
{
	float: none;
	width: 80%;
	margin: auto;
}

@media only screen and (min-width: 768px)
{
	.rf-ticks-container
	{
		float: left;
		width: 42%;
		margin-left: 8%;
	}
}

@media only screen and (min-width: 992px)
{
	.rf-ticks-container
	{
		width: 39%;
		margin-left: 11%;
	}
}

@media only screen and (min-width: 1200px)
{
	.rf-ticks-container
	{
		width: 37%;
		margin-left: 13%;
	}
}

/* FOOTER */
footer {
	background-color: #1e4456;
	border-top: 10px solid #517a90;
}

footer .footer-container {
	padding: 0px 21px;
}

footer .footer-menu ul:first-of-type {
	margin-top: 25px;
}

footer .logo {
	margin: 34px 0px 45px -5px;
}

.border-left {
	border-left: 2px solid #517a90;
}

footer p {
	margin-bottom: 15px;
}

footer input[type='email'] {
	background-color: #67818e;
	border: 0;
	color: #1e4457;
	font-size: 17px;
	height: 40px;
	width: 100%;
	padding: 0px 12px;
	margin-bottom: 18px;
	max-width: 315px;
	display: block;
}

button.submit, #sign-me-up-form .wpcf7-submit
{
	height: 52px;
	background-color: transparent;
	color: #c5cbcb;
	border: 1px solid #c5cbcb;
	font-size: 22px;
}

#sign-me-up-form .wpcf7-submit
{
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
}

#sign-me-up-form *
{
	color: #fff;
}

footer button, #sign-me-up-form .wpcf7-submit
{
	width: 110px;
}

footer .footer-grid {
	min-height: 332px;
}

::-webkit-input-placeholder { color: #1e4457; opacity: 1 !important; }
:-moz-placeholder { color: #1e4457;}
::-moz-placeholder {color: #1e4457;}
:-ms-input-placeholder {color: #1e4457;}

footer .social-icons a:first-of-type {
	/*padding-right: 8px;*/
}

footer .sub-footer {
	margin: 50px 0px 50px 0px;
}

.bottom {
	position: absolute;
	bottom: 0;
}

/* FIND OUT MORE */

#find-text
{
	text-align: center;
	padding-bottom: 20px;

}

#find-button
{
	text-align: center;
    border: thin black solid;
    width: 130px;
    margin: auto;
    line-height: 200%;
    background: lightgrey;
    font-family: 'Oswald', sans-serif;	
}

#find-button>a
{
	color: inherit;
}

/* CONTACT */

#contact h1 {
	font-size: 40px;
	margin-bottom: 70px;
	font-weight: 400;
}

#contact img {
	text-align: center;
}

#contact h2 {
	font-size: 26px;
	margin-bottom: 30px;
}

#contact p {
  font-size: 20px;
  text-align: center;
}

.contact-info a {
	color: #ff8b2e;
}

#contact .col-sm-4:first-child p{
	font-size: 32px;
	line-height: 1;
}

#contact .details p {
	font-size: 15px;
	line-height: 26px;
	color: #6d6e71;
}

#contact .contact-info {
	margin-bottom: 40px;
}



/* NEWS */

article.news-preview h1, article.news-preview h1 a {
	font-size: 40px;
	line-height: 1.382;
	text-align: left;
	color: #1e4457;
}

p.post-info {
	color: #797979;
	font-size: 17px;
	line-height: 1.588;
	text-transform: capitalize;
}

p.post-info, p.news-preview-text
{
	margin-bottom: 35px;
}

.news-preview-image
{
	max-width: 100%;
}

.news-more-button
{
	float: left;
}

#news hr {
	border-color: black;
	border-width: 5px;
}

#news .previews-container article:last-of-type hr
{
	border-width: 0px;
}

.search-container {
    margin: 0 auto;
}

.search-input {
	color: #1e4457;
	background-color: #ecebed;
	font-size: 20px;
    border: 1px solid #1e4456;
    width: 100%;
    padding: 10px;
    padding-right: 40px;
    text-transform: uppercase;
}

.search-submit {
	background: url('../images/icons/search-icon.png') center center no-repeat;	
    cursor: pointer;
    position: absolute;
    border: none;
    right: 3px;
    top: 1px;
    height: 44px;
    width: 45px;
    background-color: #ecebed;
}

.search-submit:focus {
	outline: none;
}

.news-search form {
	position: relative;
}

.news-sidebar > div {
	border-bottom: 5px solid black;
	padding: 25px 0px;
}

.news-sidebar > div.news-search {
	padding-bottom: 55px;
}

.news-sidebar > div:first-of-type {
	padding-top: 0;
}

.news-sidebar > div:last-of-type {
	margin-bottom: 30px;
}

.news-sidebar, .news-sidebar a{
	font-size: 20px;
	color: #1e4457;
	font-family: 'Source Sans Pro', sans-serif;
}

.news-sidebar div p:first-of-type {
	text-transform: uppercase;
	margin-bottom: 5px;
}

.news-sidebar ul {
	list-style-type: none;
}

.news-sidebar ul li:before {
   content: "•";
   font-size: 100%; /* or whatever */
   padding-right: 3px;
}

.news-sidebar ul li a.current-page, .highlighted-link, .news-sidebar-links li a:hover
{
	color: orange !important;
}

.search-submit button:focus {outline:0;}


/* faq & terms pages */

.faq-content>h3, .terms-content h3
{
	margin-top: 50px;
}

.faq-content>h6, .terms-content h6
{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
}

.faq-content>p, .terms-content p
{
	margin-bottom: 15px;
}

.terms-privacy-container
{
	border-top: 10px solid #517a90;	
}


/* ABOUT PAGE */

.align-left
{
	text-align: left;
}

.align-center
{
	text-align: center;
}

.align-right
{
	text-align: right;
	float: right;
}

.main-services-icon
{
	margin-bottom: 25px;
}

.service-icon
{
	margin-bottom: 15px;
}

@media only screen and (min-width: 992px)
{
	.sub-intro
	{
		height: 125px;
	}	
}

@media only screen and (min-width: 1200px)
{
	.sub-intro
	{
		height: 225px;
	}	
}

/* HOME PAGE */

.slide-content .float-right
{
	float: right;
}

@media only screen and (min-width: 768px)
{
	.box-text
	{
		height: 85px;
	}
}

.service
{
	font-size: 20px;
	text-transform: uppercase;
}

@media only screen and (min-width: 480px)
{
	.wwd-tick-list
	{
		padding-left: 12.5%;
	}
}
@media only screen and (min-width: 768px)
{
	.wwd-tick-list
	{
		padding-left: 25%;
	}
}

#BSI-UKAS-QMS_logo
{
	max-width: 60%;
}

#gmap_canvas-container, #gmap_canvas
{
	height: 365px;
	width: 100%;
}

.contact-overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:100;
	width: 66.66666667%;
}

.contact-overlay img
{
	width: 100%;
	min-height: 213px;
}

#contact-overlay-heading
{
	position: absolute;
	/*color: white;*/
	color: #1e4457;
	padding-left: 15px;
}

@media only screen and (min-width: 768px)
{
	#gmap_canvas-container, #gmap_canvas
	{
		height: 405px;
	}
}

@media only screen and (min-width: 1200px)
{
	#gmap_canvas-container, #gmap_canvas
	{
		height: 585px;
	}
}

#contact-heading
{
	position: relative;
	z-index: 200;
}