/* LOGIN PAGE */

body.login-page{
	float: left;
	width: 100%;
	background-color: #fff;
}

#login-container{
	width: 300px;
	height: 300px;
	position: fixed;
  	top: 25%;
  	left: 50%;
 	transform: translate(-50%, -50%);
}

.login-box{
	width: 100%;
	text-align: center;
}

.login-box p{
	font-size: 16px;
	font-weight: 700;
	color: #000;
	font-weight: 300;
}

.login-box label{
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.login-box fieldset{
	float: left;
	margin-top: 25px;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border: none;
	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;
}

.login-box fieldset input{
	padding: 5px;
	background-color: #fff;
	border: 1px solid #000;

	font-weight: 400;
	font-size: 18px;
	-webkit-transition: .2s;
    	transition: .2s;
	font-size: 15px;
	font-weight: 400;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.login-box fieldset input:hover{
	background-color: #fff;
}

.login-box fieldset input:focus{
	background-color: #fff;
}

.login-box fieldset .button{
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-shadow: rgba(255, 255, 255, .8)1px 1px 1px;
	background-color: #99d420;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	min-width: 100px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
	text-align: center;}

.login-box fieldset .button:hover{
	background-color: #7aac0f;}
/* STANDARD CSS */

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;

}

.pull-right{
	display: none;
}

.hidden{
	display: none !important;
}

.slicknav_menu{
	display: none;
}

/* FONTS */

.sc_link{
	color: #5d7e40;
}

small {
    font-size: 60%;
}

p{
	font-weight: 400;
	font-size: 20px;
	color: #3f3f3f;
	line-height: 28px;
}

.italic{
	font-style: italic;
}

p.page-intro{
	/*font-size: 22px;
	line-height: 30px;	
	margin-top: 0px;*/
	font-weight: 600;
}

h1{
	font-size: 50px;
    color: #1a268d;
	margin-top: 25px;
	/*text-transform: uppercase;*/
	font-weight: 400;
	text-transform: uppercase;
font-family: 'PT Serif', serif;
}

h1 span{
	font-weight: 400;
}

h2{
	font-size: 40px;
	font-weight: 400;
	color: #3f3f3f;
	text-transform: uppercase;
    margin-bottom: 10px;
font-family: 'PT Serif', serif;

}

h3{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;
}

h4{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;

}

h5{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;

}

ul{
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 30px;
}

.offset-line{
	position: absolute;
	width: 7px;
	height: 100%;
	background: #ffd700;
}

a.arrow-link{
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 17px;
	display: inline-block;
    -webkit-transition: .1s;
    transition: .1s;
background-image: url(../images/right-white.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
	background-size: 15px;
	padding-right: 35px;
	text-transform: uppercase;
}

a.arrow-link:hover{
    background-position: center right 5px;	
	color: #8CD624;
}

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

#content .contact-page ul li a{
    color: #000;
    text-decoration: none;
}

#content p a:hover{
    text-decoration: underline;
}

#content p a.btn{
	color: #fff;
}

#content p a.tel{
	color: #3f3f3f;
}

#content .privacy-policy p a{
	color: #777;
}

/* BUTTONS */

.btn{
	display: inline-block;
    min-width: 200px;
    padding: 7px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    color: #272727;
    -webkit-transition: .2s;
    transition: .2s;
	transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
	/*border: 2px solid #ea5b0c;*/
	background: #ffd700;
	text-transform: uppercase;
	text-shadow: none;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;

}

.btn span{
	font-size: 25px !important;
	line-height: 25px !important;
}

.btn:hover{
	background: #edcd1d;
	
}

.btn:hover span{
		
}

.btn-solid{
	background: #fdc902;
    color: #000;
}	


/* CONTENT CONTAINERS */

#wrapper{
	position: relative;
	float: left;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}

.wrapper-homepage{
background-image: url(/images/footer.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	background-size: 100%;
}
	

.container{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.header-container-wide{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.header-container{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}	

.container-wide{
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
}

.container2{
	max-width: 1000px;
	margin: 0 auto;
}

.container-narrow{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}	

.video-container-small{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}	

#content{
	position: relative;
	float: left;
	width: 100%;

}

.item-page{
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 50px;

	/*margin-top: 100px;*/
}

.article-body{
	float: left;
	width: 100%;
}
	
.page-header{
	float: left;
	width: 100%;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;


	margin-bottom: 0px;
   /* background-image: url(../images/h1-background.png) !important;
    background-position: left!important;
    background-repeat: no-repeat;*/
/*background-size: 70%;*/
	padding-top: 125px;

	
}

.page-header h1{
	text-align: left;
	color: #1a268d;
	font-size: 30px;
	font-weight: 800;
	margin: 0px;
	padding: 0px;

padding-top: 10px;
    padding-bottom: 10px;
    
}

.content-left{
	float: left;
	width: 40%;
	padding-top: 40px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.content-right-img{
	float: right;
	width: 60%;
	padding-top: 50px;
	padding-left: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
	
.content-right-img img{
	width: 100%;
	float: left;
}

.content-right-img img{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

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

.showroom-page h1{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
}

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

.gallery-page h1{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
}


.contact-page{
	padding-top: 20px;
	text-align: center;

}

.contact-page h1{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
	color: #272727;
}

.contact-page h2{
    color: #272727;
    font-size: 20px;
    font-weight: 800;
	margin: 0px;
	margin-bottom: 25px;
}

.contact-page .form-container{
    max-width: 50%;
    margin-top: 50px;
}

/*

.showroom-page .content-right-img{
	width: 50%;
}

.showroom-page .content-left{
	float: left;
	width: 50%;
	padding-right: 50px;
}
	
.showroom-page img{
	width: 100%;
}

.showroom-page .content-right-img h2{
	margin-top: 0px;
color: #000;
}

*/

/* BOXES */

.box1{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;

}

.box2{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box3{
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box4{
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


.text-right{
	float: right;
	width: 100%;
	max-width: 600px;
	text-align: left;
	padding-right: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.text-left{
	float: left;
	width: 100%;
	max-width: 600px;
	text-align: left;
}

.text-left img{
	float: right;
	width: 100%;
	margin-bottom: 25px;
	max-width: 450px;
}

.box-pad{
	padding: 50px;
}

.center{
	text-align: center;
}



/* HEADER */

.header{
	position: fixed;
	top: 0;
	left: 0;
	width:  100%;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 9999;
	-webkit-transition: .5s;
    transition: .5s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
	/*background: #ededed;
	background-color: rgba(255, 255, 255, 1);*/
	background-color: #272727;



}

.wrapper-homepage .header{
	background-color: rgba(39, 39, 39, 0.8);	
}

.header-homepage{
	/*background: #f3f3f3;
	background-color: rgba(255, 255, 255, 0.3);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.shrink{

}

.wrapper-homepage .shrink{
	background-color: rgba(39, 39, 39, 1);
	padding-top: 10px;
	padding-bottom: 10px;
}



.header-top{
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: .5s;
    transition: .5s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	overflow: hidden;

}

.header-box{
	float: right;
	padding-top: 50px;
}

.header #logo{
	float: left;
	position: relative;
	z-index:999;
	text-align: center;
}

.header #logo img{
	width: 100%;
	-webkit-transition: .3s;
    transition: .3s;
	max-width: 270px;
    float: left;
}

.header-homepage #logo{
	/*height: 0px;
	overflow: hidden;*/
}

.shrink #logo{
	/*height: auto;*/
}

.header .header-address{
	float: right;
	width: 100%;
	padding-bottom: 30px;
	text-align: right;
}

.header .header-address span{
	font-size: 16px;
}

#header-social{
	float: right;
	padding-left: 25px;
}	

#header-social img{
	float: left;
	width: 100%;
	max-width: 25px;
	margin-left: 5px;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.shrink #header-social img{
	-webkit-filter: invert(1);
   filter: invert(1);	
}

#header-social img:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.header #phone{
	float: right;
	padding-left: 30px;
    padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../images/phone-header.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    background-size: 20px;
}

.header #phone span{
	color: #6d6e71;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
	text-transform: uppercase;
}

.header #phone span a{
	color: #6d6e71;
	text-decoration: none;
}

.header #showroom{
	float: right;
	padding-left: 30px;
    padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../images/location-header.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    background-size: 20px;

}

.header #showroom span{
	color: #6d6e71;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
	text-transform: uppercase;
}

.header #showroom span a{
	color: #6d6e71;
	text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.header #showroom span a:hover{
	color: #f26522;
}

.header-homepage #logohomepage{
	float: left;
	width: 100%;
	max-width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header-homepage #logohomepage img{
	float: left;
	width: 100%;
	-webkit-transition: .3s;
    transition: .3s;
}

.header-strapline{
	float: left;
	padding-left: 50px;
	padding-top: 50px;
}

.header-strapline span{
	font-size: 30px;
	color: #fff;
	
	text-transform: uppercase;
}

#header-box{
	float: right;
}

#header_phone{
	float: right;
	margin-left: 20px;
	margin-top: 6px;
	color: #fff;}

span.header_phone{
	float: right;
	margin-right: 20px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-image: url(../images/icons/phone.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
}

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

span.header_email{
	float: right;
	margin-right: 20px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-image: url(../images/icons/email.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
}


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

.login-txt{
	float: right;
	margin-right: 20px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
text-decoration: none;
}

.account-txt{
	float: right;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/icons/account.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
}



/* SHRINK *//*
.shrink{
	
	background: #ededed;
	
}

.shrink .header-top{
	padding-top: 2px;
	padding-bottom: 2px;
}

.shrink .header-top .header_phone{
	display: none;
}

.shrink .header-top .header_email{
	display: none;
}

.shrink #logo{
	
}

.shrink #logo img{
	max-width: 230px;
}

.shrink  #phone{
	padding-top: 10px;
}

.shrink .gas-safe-logo img{
max-width: 40px;
}

.shrink #logohomepage{
	
}

.shrink #logohomepage img{
	max-width: 230px;
}

.shrink #nav ul li a{
	
} 

.shrink #menu{
	padding-top: 15px;
}*/

/* MENU */


#menu {
	padding-top: 12px;
	float: right;
	-webkit-transition: .3s;
    transition: .3s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    /*background: #f26522;*/
	/*
background-image: linear-gradient(rgba(255,64,0,1), rgba(255,107,55,1));
*/
}


#nav{
	float: left;

}


#nav ul
{
    
    /*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
    list-style: none !important;

	float: right;
    display: inline-table;
    padding: 0px;
    margin: 0px;
   	/*border-left: 1px solid #b70d69;
	border-right: 1px solid #ff3da6;*/
	z-index: 999;
}
.#{
    content: ""; clear: both; display: block;
}
 
/*Hide child lists by default*/
#nav ul ul
{
    display: none;
    position: absolute; top: 100%;
}
 
/*display on hover*/
#nav ul li:hover > ul {
    display: block;
}
 
/*Floating the main list left*/
#nav ul li
{
    float: left;

}
 
#nav ul li:hover > a
{
   ;
}
 
#nav ul li a 
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
padding-bottom: 0px;
    font-weight: 400;
    font-size: 18px;
	color: #fff;

	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    transition: .3s;
	text-transform: uppercase;
font-family: 'PT Serif', serif;
}

.shrink #nav ul li a{
	color: #fff;

}


#nav ul li a.btn{
	color: #fff!important;
	border-bottom: none !important;
	background: #6d6e71;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	padding-bottom: 5px;

}

#nav ul li a.btn:hover{
	color: #ffd700!important;
background: #5a5a5a;
}

#nav ul li a:hover{
	color: #ffd700;
}

.header #nav li.current a{
	color: #ffd700;

	/*border-bottom: 1px solid #04a583;*/
}


.header #nav li.current a{
	color: #ffd700;
}

.header #nav li.current ul li a{
	border-bottom: none !important;
}

.shrink #nav li.current a{


	/*border-bottom: 1px solid #04a583;*/
}

.shrink #nav ul li a:hover{

}




#nav  li.current ul li a{

		
}

#nav  li.active ul li.active a{


		
}


#nav ul li:hover > ul
{
    display: block;
    background: #ffffff; border-radius: 0px; padding: 0;
}
#nav ul ul li a
{
    color: #fff;
}
 
#nav ul li:first-child { border-left: none; }
#nav ul li:last-child { border-right: none; }
 
#nav ul ul li 
{
    float: none; 
   
    border-left: none;
    border-right: none;
    position: relative;
}
 
#nav ul ul ul  
{
    position: absolute; left: 100%; top:0;
 
}
 
#nav ul ul li a 
{
	height: auto;
	width: 235px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #ededed;
	color: #2c2c2c !important;
	text-align: left!important;
	font-size: 14px !important;
	-moz-border-radius: 0px;
    	-webkit-border-radius: 0px;
    	-khtml-border-radius: 0px;
    	border-radius: 0px;
	text-align: center;
	
}

#nav ul ul li a 
{
	height: auto;
	width: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	background-color: transparent;
	color: #fff !important;
	text-align: left!important;
	font-size: 15px !important;
	text-align: center;
	border-bottom: none;
	
}



#nav ul ul li a:hover
{
	
	color: #fff !important;
	text-decoration: underline!important;
	border: none !important;
}

#nav ul ul{
	
	border-left: none !important;
	border-right: none !important;
	-webkit-transition: .3s;
    transition: .3s;
}
 
#nav ul li:hover > ul
{
    display: block;
    padding-top: 0px;
position: absolute;
    left: 0px;
    bottom: 0px;
	text-align: center;
    background-color: rgba(71, 71, 71, 1);
    width: 100%;
    height: 35px;
    padding-top: 10px;
    padding-bottom: 5px;

}

#nav ul{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-right: 0px;}

#nav ul li{
	float: left;
	margin-left: 10px;
}

#nav ul li ul li{
	float: none;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: auto;
}

}	

/*#nav ul li.item-111{
	float: right;
	margin-right: 0px;
}	*/

#nav ul li a.register{
	background-color: #33a1ff;
	background-image: url(../images/plus-icon.png);
	background-repeat: no-repeat;
	background-position: right;
	-moz-border-radius: 0px 5px 5px 0px;
    	-webkit-border-radius: 0px 5px 5px 0px;
    	-khtml-border-radius: 0px 5px 5px 0px;
    	border-radius: 0px 5px 5px 0px;}

#nav ul li a.register:hover{
	background-color: #2383d4;}

/* CALL US MODULE */

.call-today{
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #0f2363;
	margin-top: 25px;
}

.call-today span{
	float: right;
	width: 100%;
	padding-bottom: 20px;
font-size: 40px;
    line-height: 40px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.call-today span a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;

}

/* FOOTER */

.footer-signup{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
	/*background: #f26522;*/
	background-image: url('/images/banners/our-products-banner.jpg');
	background-size: cover;


}

.footer-signup h3{
    color: #f26522;
    margin-top: 0px;
    font-size: 30px;
    font-weight: 500;
	margin-bottom: 0px;
text-transform: uppercase;
}


.footer-signup p{
    color: #f26522 !important;
	margin-top: 5px;
	font-size: 20px;
}

.footer-signup .btn{
	background: #f26522;
	color: #fff;
    font-size: 20px;
}
	
.footer-signup .btn:hover{
	background: #ff7e3e;
}

.footer-logo{
	float: left;
	width: 33.33%;
	text-align: center;
	padding-top: 30px;
}

.footer-logo img{
	width: 100%;
	max-width: 300px;
}

.footer-info{
	float: left;
	width: 66.66%;	
}

#footer-top{
	float: left;
	width: 100%;
	padding-top: 75px;
	padding-bottom: 75px;
	padding-left: 15px;
    padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	/*background-color: #0f2363;*/
	text-align: center;
	background-color: #3895d3;
}

#footer-top .btn{
	background: #063f72;
}

#footer-top .btn:hover{
	-webkit-transform: scale(1.1);
	background: #063f72;
}

#footer-top img{
	width: 100%;
	max-width: 200px;
}

#footer-top span{
	float: right;
	width: 100%;
	padding-bottom: 20px;
font-size: 40px;
    line-height: 40px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
font-weight: 400;

}

#footer-top span a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;

}

#footer{
	float: left;
	width: 100%;
	background: 
}

#footer .box1{
	text-align: left;
}

#footer .footer-logos{
	text-align: left;
}

#footer .box2 .footer-logos img{
	max-width: 250px;
	margin-bottom: 25px;
}

.footer-contact-container{
	padding-right: 50px;
}

.footer-contact {
	padding: 50px;
	background-color: rgba(0, 0, 0, 0.2);
	position: relative;
}

.offset-line{
	right: 0;
	top: -15%;
	height: 115%;
}

.footer-contact .box1{
	float: right;
	max-width: 250px;
}

#footer-container .box2 .footer-contact img{
	max-width: 30px;
	margin-top: 25px;
}

#footer .footer-contact h3{
	color: #fff;
    font-size: 30px;
	line-height: 35px;
    margin: 0px;
	margin-bottom: 15px;
	text-align: left;
}

.footer-links{
	padding-top: 55px;
}

#footer span a{
	color: #fff;
	text-decoration: none;
-webkit-transition: .1s;
    transition: .1s;
}

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

#footer a:hover{
	color: #ffd700;
}

#footer ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: #19af91;
	font-size: 15px;

}

#footer-bottom .box1{
	max-width: 350px;
}

#footer_box_container{
	float: left;
	width: 100%;
}
	
#footer .icon{
	float: left;
	width: 35px;
}

#footer .icon img{
	width: 100%;
    max-width: 20px;
}

#footer .box3{
	text-align: center;
	padding-top: 50px;
}


#footer-bottom ul li{
}



#footer-bottom ul a:hover{
	text-decoration: underline;
}

.address-txt {
    float: left;
	text-align: left;
}
	
#footer h3{
	margin-top: 0px;
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
}

#footer span{
	color: #fff;
	font-size: 15px;
	line-height: 25px;

}

#footer span strong{
	text-transform: uppercase;

	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	display: inline-block;
font-size: 22px;
	color: #fff;

}

#footer-box-right{
	float: right;
	text-align: right;
	padding-top: 25px;
}

#footer-box-right img{
	width: 100%;
	max-width: 250px;
}	


.footer-box{
	float: left;
	padding-top: 25px;
     width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#copyright-container{
	float: left;
	width: 100%;
	padding-top: 50px;
	color: #fff;
}

#copyright-container span{
	color: #fff;
}

#footer-container{
	float: left;
	width: 100%;
	/*background: #3e3e3f;
	background: #0f2363;*/
	text-align: left;
	padding-bottom: 0px;
	padding-top: 80px;
    background-image: linear-gradient(#313131, #494949);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#footer-container h2{
	text-align: center;
	color: #fdc902;
}

#footer-container p{
	color: #fff;
}

#footer-container .box2 img{
	max-width: 330px;
}

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

.definition h3{
	color: #fff;
	margin-top: 0px;
}

.definition span{
	font-size: 15px;
	color: #fff;
}
	
.copyright{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 30px;
	text-align: center;
-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.copyright span{
	font-size: 12px;
	color: #fff;
}

.copyright span a{
	color: #fff;
}

.social-box img{
	max-width: 40px;
	margin-left: 5px;
	margin-right: 5px;
}

/* BANNER */


	

.banner-container{
	float: left;
	position: relative;
	width: 100%;
	padding-top: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	/*position: absolute;
	top: 0;
	left: 0;*/

}

.custombanner-content{
	position: absolute;
width: 100%;
	top: 0;
	left: 0;
	text-align: center;
    padding-top: 90px;
}

.video-container{
		float: left;
	width: 100%;
	position: relative;
}

.video-banner{
	float: left;
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;

	top: 0px;
	left: 0;

}

.video-banner-overlay{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 99;
	background-image: url(../images/video-overlay.png);
	background-size: 100%;
	height: 350px;
	background-repeat: no-repeat;
    background-position: top;
}	

/*
.video-banner{
	height: auto;
	/*height: 100vh;
	overflow: hidden;
}*/

.videoWrapper2 {
	position: relative;
	padding-bottom: 56%; /* 16:9 */
	padding-top: 5px;
	/*height: 0;*/
	z-index: 9;
}

.videoWrapper2 iframe {
	position: absolute;
	/*top: -55px;*/
	top: -1px;
	left: 0;
	width: 100%;
	height: 100%;
}

	
.banner{
	float: left;
	width: 100%;
	/*min-height: 100vh;*/
	min-height: 100vh;
	text-align: center;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding-top: 150px;
}

.custombanner-content img{
	width: 100%;
	max-width: 250px;
}

.office-banner{
	min-height: 460px;
}

.office-banner .banner-txt{
	padding-top: 250px;
	text-align: left;
	width: 50%;
}

.office-banner .banner-txt p{
	text-align: left;
}

.co-working-enquiry-form{
	padding-top: 50px;
	text-align: center;
}

.co-working-enquiry-form h1{
	color: #fff;
    
    font-weight: 500;
}

.book-a-tour-banner{
	padding-top: 200px;
	padding-bottom: 50px;
	text-align: center;
	margin-bottom: -50px;
}

.book-a-tour-banner p{
display: inline-block;
    margin-bottom: 25px;
    margin-top: 0px;
    width: 100%;
    color: #fff;
    max-width: 700px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    
}	

.banner-form-container{
	padding: 50px;
    padding-top: 200px;
}

.co-working-enquiry-form .banner-form-container{
	padding: 50px;
    padding-top: 25px;
}

.banner-form{
	padding: 20px;
	background-color: #fff;
	max-width: 500px;
	float: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.co-working-enquiry-form .banner-form{
	display: inline-block;
	max-width: 500px;
	float: none;
}


.banner-form .form_field{
	padding-bottom: 15px;
}

.banner-form h3{
    color: #777777;
	
	margin-bottom: 25px;
	text-transform: uppercase;
font-size: 30px;
    font-weight: 400;
	margin: 0px;
	margin-top: 10px;
}	

.co-working-enquiry-form .banner-form h3{
    color: #777777;
    font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 25px;
	text-transform: uppercase;
font-size: 20px;
    font-weight: 400;
	margin-top: 10px;
	margin-bottom: 25px;
}	

.events-page-header{
	display: none;
}

.event-intro{
	padding-top: 25px;
	padding-bottom: 50px;
}

.event-intro table {
  border-collapse: collapse;
}

.event-intro table, th, td {
  border: 1px solid #aeaeae;
}

.event-intro ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: 400;
    font-size: 17px;
    color: #000;
    line-height: 25px;
}

.event-intro a.btn{
	min-width: 0px;
}

.event-intro #pricing{
	margin-bottom: 20px;
}

.content-left ul.ticks{
	padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    list-style: none;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}

.content-left ul.ticks li {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
	margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/images/icons/tick.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 8px;
	font-weight: 500;
    font-size: 17px;
    color: #3f3f3f;
    line-height: 25px;
}

.content-left ul{
	font-weight: 400;
    font-size: 17px;
    color: #3f3f3f;
    line-height: 25px;
}
	

.event-gallery{
	padding-left: 100px;
	padding-top: 50px;
}

.event-gallery h2{
	margin-bottom: 0px;
}

.event-gallery .banner{
	min-height: 400px;
    background-attachment: scroll;
}

.event-gallery .banner .banner-txt{
	display: none;
}
	
	
.banner-short{
	min-height: 450px;
	background-position: center center !important;
	padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
    padding-top: 120px;
}

.banner-short h1{
	margin-top: 100px;
background-color: rgba(26, 38, 140, 0.7);
    padding: 25px;
    color: #fff;
	display: inline-block;
}

.about-banner{
	min-height: 350px;
	background-position: top right !important;
	background-size: 70%!important;
    margin-top: 100px;
	position: relative;
	overflow: hidden;
}

.about-banner h1{
	position: absolute;
	right: 60%;
	top: 30%;
    background-color: rgba(26, 38, 140, 0.7);
    padding: 25px;
	color: #fff;
	margin-top: 0px;

}
	


.banner-xshort{
	min-height: 0px;
	background-position: center center !important;
	margin-bottom: 25px;
}

.banner-short .banner-txt{
    padding-top: 175px;
}

/*
.banner-short .banner-txt h1{
	display: inline-block;
	padding: 25px;
	background-image: url(../images/product_categories.png);
	border: 1px solid #fff;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
	font-weight: 800;
	font-size: 30px;
	line-height: 35px;
}
	*/



.banner-xshort .banner-txt{
	padding-top: 100px;
	padding-bottom: 100px;
}

.banner-xshort .banner-txt h1{
	margin-bottom: 0px;
}

.banner-about{
	background-position: center center !important;
	margin-bottom: 25px;
	min-height: 460px;
	padding-bottom: 75px;
}

.banner-about .banner-txt{
	padding-top: 75px;
}

.banner-about .banner-txt p{
	max-width: 800px;
font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    line-height: 25px;
}

.banner-about .banner-txt h1{
	margin-bottom: 50px;
}

.banner-homepage #banner-txt{
	float: left;
	width: 100%;
	max-width: 650px;
	padding-top: 200px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
}

.banner-homepage img{
	float: right;
	margin-top: 190px;
	max-width: 300px;
}

.banner-txt{
	float: left;
	width: 100%;
	padding-top: 300px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
}

.banner-short .banner-txt{
	min-height: 1px;
}

.wrapper-homepage .banner-txt{
	width: 100%;
	padding-top: 200px;
    padding-right: 0px;
    padding-left: 0px;
    padding-right: 0px;

}

/*
.wrapper-homepage .banner-txt .box1{
	max-width: 500px;
}
*/

.banner-box-blue{
	background-color: rgba(39, 39, 39, 0.75);
	padding: 25px;
	max-width: 500px;
	
	position: relative;
	/*float: none;
    display: inline-block;*/
	float: none;
	display: inline-block;


}

.banner-box-blue .offset-line{
	top: -5%;
	left: 0px;
	height: 110%;
}

.banner-box-border{
	/*background: #61a631;*/



}

.banner-txt .banner-box-blue p{
	margin-bottom: 0px;
	text-align: left;
font-size: 30px;
    line-height: 36px;
    font-weight: 600;
	padding-right: 50px;
font-family: 'PT Serif', serif;
}

.banner-logos{
	text-align: left;
	padding-left: 50px;
	padding-top: 55px;
	position: absolute;
	width: auto;
    top: 160px;
    right: 0px;
}

.banner-logos img{
	float: left;
	max-width: 280px;
	margin-bottom: 15px;
}
	
.banner-short #banner-txt{
	padding-top: 200px;
}

	
.banner-homepage #banner-txt h1{

	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	margin: 0px;
	/*background-color: #878787;*/
	margin-bottom: 15px;
	text-transform: none;
}


/*.banner-txt h1{

	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px;
	background-color: #878787;
	margin-bottom: 15px;

}*/

.banner-txt span h1{
	display: inline-block;
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px;
	/*background-color: #878787;*/
	border-bottom: 1px solid #fff;}


.banner-txt p{
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 0px;
	width: 100%;
	color: #fff;
	max-width: 700px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	text-align: center;

}

.about-banner .banner-txt p{
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 0px;
	width: 100%;
	color: #fff;
	max-width: 900px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	text-align: center;

}

#banner-txt ul{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	list-style: none;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
}
	
#banner-btn-container{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 75px;
	text-align: center;
}

#banner-btn-container .btn:hover{
	-webkit-transform: scale(1.1);
}

#banner-btn-container span{
	font-weight: 500;
}

#banner-btn-container p{
	font-size: 16px;
	font-weight: 800;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#bxbanner{
	float: left;
	position: relative;
	width: 100%;
}

#bxbanner .btn-back{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	padding-left: 40px;
	background-position: 10px center;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-size: 30px;
}

.banner-homepage .btn{
	background: #19af91;
	border: 2px solid #19af91;
	margin-right: 25px;
}

.banner-homepage .btn:hover{
	background: #148a72;
}

.banner-homepage .btn2{
	background: none;
	border: 2px solid #19af91;
	color: #000;
}

.banner-homepage .btn2:hover{
	background: #19af91;
	color: #fff;
}

.banner-col{
	min-height: 250px!important;
	padding-bottom: 0px!important;
	padding-top: 0px!important;
	position: relative;
	background-position: center center !important;
background-attachment: scroll;
}

.banner-col .banner-txt{
	padding-top: 0px !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
    background-color: rgba(26, 38, 140, 0.7);
}

.banner-col .banner-txt h1{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: transparent;
    padding: 25px;
    color: #272727;
	display: inline-block;
	text-align: left;
}

.grey-banner .banner-txt{
	padding-top: 0px !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
    background-color: rgba(255, 215, 0, 0.8);
}

.services-sub-page-banner{

}

.services-sub-page-banner h1{
	padding: 15px!important;
	font-size: 30px;
}

/* ABOUT PAGE */

.about-images{
	padding-left: 150px;
}

.about-images img{
	width: 100%;
}

/* FORMS */

.form-field-row em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
}

.form-field-row label{
	float: left;
	width: 100%;
	padding-bottom: 5px;
}

.form-field-row input{
	float: left;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	padding: 15px;
	width: 100%;
	font-size: 18px;
	font-weight: 800;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
}

.form-field-row input:hover{
	
}

.form-field-row input:focus{
	
}


.form-field-row textarea{
	font: 13.3333px Arial;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	padding: 15px;
	width: 100%;
	height: 100px;
	font-size: 18px;
	font-weight: 800;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;

}

.form-field-row textarea:hover{
	
}

.form-field-row textarea:focus{
	
}

.form-field-row select{
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	padding: 10px;
	width: 100%;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    transition: .3s;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.form-field-row .btn{
	float: left;
    max-width: 200px;
    padding: 10px;
    font-size: 25px;
    font-weight: 800;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
	/*border: 2px solid #ea5b0c;*/
	
	background: #19af91;
    border: 2px solid #19af91;
	text-transform: uppercase;
}

.form-field-row .btn:hover{
	background: #148a72;
    color: #fff;
}

.form-field{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-field-row{
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
/* END STANDARD CSS */

/* HEADER */



.header- #nav ul li a{

}

.header- #nav ul li a:hover{
    /*color: #1a268c;*/
}

.header- #nav ul li.current a{
    /*color: #1a268c;*/
}


.header- #header-social img	{
    -webkit-filter: invert(1);
    filter: invert(1);
}	

.header-top{
	background: #0a1742;
	border-bottom: 1px solid #203782;
}

.header .btn{
	min-width: 0px;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	padding-left: 35px;
	background-image: url(/images/icons/ticket.png);
	background-repeat: no-repeat;
	background-position:  5px center;
	background-size: 20px;
	font-size: 16px;
	font-weight: 300;
}

span.header-phone{
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;

	font-size: 25px;
	color: #fff;
	font-weight: 300;
	background-image: url(../images/icons/phone.png);
	background-repeat: no-repeat;
	background-position:  left 12px;
	background-size: 16px;
}

span.header-phone a{
	color: #fff;
	text-decoration: none;
}

span.header-email{
	float: right;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 20px;
	font-size: 17px;
	color: #fff;
	font-weight: 300;
	background-image: url(../images/icons/email.png);
	background-repeat: no-repeat;
	background-position:  left 12px;
	background-size: 16px;
}

span.header-email a{
	color: #fff;
	text-decoration: none;
}

#menu {
	float: right;
}

#footer-container{
	min-height: 300px;
}

/*
.item-page{
	padding-top: 122px;
}
*/


.investments-homepage{
	padding-top: 50px;
	padding-bottom: 50px;
background-image: linear-gradient(#e7eeff, #fff); 
}

.investments-homepage h3{
	text-transform: uppercase;
	color: #3f3f3f;
	border-left: 5px solid #ffd700;
	display: inline-block;
	padding-left: 5px;
}

.investments-homepage img{
	max-width: 120px;
}

.investments-homepage .box4{
	padding-left: 15px;
	padding-right: 15px;	
	padding-top: 50px;
}

.investments-homepage .btn{
	background: #272727;
	color: #fff;
}

.investments-homepage .btn:hover{
		background: #464646;
}

.homepage-boxes .box2{
	padding: 50px;
	min-height: 400px;
	background-size: cover;
	background-position: center center;
	text-align: center;
	position: relative;

}

.homepage-boxes .box2 h2{
	color: #fff;
	z-index: 99;
	position: relative;
}

.homepage-boxes .box2 p{
	color: #fff;
	z-index: 99;
	position: relative;
}

.homepage-boxes .box2 .btn{
	z-index: 99;
	position: relative;
}

.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    -webkit-transition: .3s;
    transition: .3s;
}

.homepage-boxes .box2:hover .banner-overlay{
    background-color: rgba(0, 0, 0, 0.7);
}	

.homepage-intro{

	/*background: #e8e8e8;*/
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	min-height: 600px;
	text-align: center;
	background-image: url('/images/intro-background.png');
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.intro-box{
	float: left;
	width: 50%;


	margin-top: 50px;
	z-index: 99;
}

.intro-box .moduletable{
	position: relative;
	float: left;
	width: 100%;

	padding: 25px;
	background: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
margin-left: 100px;
	z-index: 99;
}

.intro-img-box{
	/*position: absolute;
	right: 0;
	top: 50px;*/
	width: 100%;
float: right;
	min-height: 500px;
background-image: url('/images/banners/homepage.jpg');
	background-size: cover;
	z-index: 9;
margin-right: 100px;
}

.homepage-intro img{
	display: none;
	max-width: 200px;

}

.wcu-box{
	background: #fff;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}	

.co-working-wcu{
	padding-top: 25px;
	padding-bottom: 25px;
	background: #ececec;
}

.wcu-box h2{
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #000;
}

.co-working-wcu h2{
	color: #063f72;
}

.wcu-box ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: 400;
    font-size: 17px;
    color: #777777;
    line-height: 25px;
}

.co-working-wcu ul{
	text-align: center;
}

.wcu-box ul li{
	float: left;
	width: 25%;
	padding: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.wcu-box ul li img{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.co-working-wcu ul li img{
	float: none;
	display: inline-block;
	max-width: 100%;
	width: 90px;
	margin-bottom: 0px;
}

.wcu-box ul li h3{
	text-transform: uppercase;
	font-size: 18px;
}

.co-working-wcu ul li h3{
	float: left;
	width: 100%;
	font-size: 25px;
	color: #063f72;
	
}

.co-working-wcu ul li p{
	float: left;
	width: 100%;
}

/* EVENTS MAIN PAGE */


.events-page ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: 400;
    font-size: 17px;
    color: #777777;
    line-height: 25px;
	text-align: center;
}


.events-page ul li{
	display: inline-block;
	width: 33.33%;
	padding: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	margin-left: -5px;
}

.events-page ul li img{
	float: left;
	width: 100%;
}

.events-page ul li h3{
	text-transform: uppercase;
	font-size: 18px;
	
	color: #04a583;
	margin-bottom: 15px;
	-webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
	text-align: left;
	margin-top: 0px;
}

.events-page ul li a{
	text-decoration: none;
}

.events-page ul li h3:hover{
	color: #026b56;
}

.events-page ul li span{
	color: #2f2f2f;
	font-size: 16px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	line-height: 17px;
	text-align: left;
}
.events-page ul li span img{
	width: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
}

.events-page ul li .box1{
	padding: 20px;
	background-color: #ececec;
	border: 1px solid #dcdcdc;
	text-align: left;
}

.events-page ul li .box1 .btn{
	min-width: 100px;
	margin-top: 20px;
	background: #04a583;
    padding: 6px;
}

.events-page ul li .box1 .btn:hover{
	background: #026b56;	
}

/* CONTACT PAGE */

.contact-banner .banner-txt h1{
	color: #063f72;
}
	
.sub-banner{
	text-align: center;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 360px;

	
}
	
.sub-banner h3{
	color: #fff;
	font-size: 40px;
    margin-top: 25px;
    /* text-transform: uppercase; */
    font-weight: 400;
    text-transform: uppercase;

}

.sub-banner p{
	color: #fff;
	font-size: 18px;
}

/* HOMEPAGE */

.wrapper-homepage .item-page{
	padding-bottom: 0px;
	margin-top: 0px;
}

.intro{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.intro p{
	display: inline-block;
	max-width: 900px;
}

.intro-quote{
	padding-left: 100px;
	text-align: center;
}

.homepage-intro-quote{
	background: #131279;
	background-image: linear-gradient(#131279, #222fa9);
	padding: 100px;
	padding-top: 50px;
	padding-bottom: 100px;
	text-align: left;
	position: relative;
}


    

.intro .homepage-intro-quote h2{
	color: #fff;
	margin-top: 0px;
}

.homepage-intro-quote .offset-line{
	right: 0;
	top: 0;
}

.homepage-intro-quote p{
	color: #fff;
    width: 100%;
    max-width: 600px;
	
}

.homepage-intro-quote .moduletable{
	float: left;
	width: 100%;
	position: relative;
}

.intro-img .btn{
	margin-top: 25px;
}

.intro-img h2{
	color: #2c2c2c;
	font-size: 25px;
	text-align: center;
font-weight: 400;
	margin-top: 0px;
}

.intro-box-txt{
	float: right;
	width: 100%;
	max-width: 600px;
	padding-right: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 25px;
}

.intro-box-txt p{
	color: #222fa9;
}

.intro-box-txt .btn{
	background: #131279;
}

.intro-box-txt .btn:hover{
	background: #222fa9;
}

.intro strong{
	font-weight: 600;
}

.intro a{

	text-decoration: none;
	display: inline-block;
}

.intro span{
	font-weight: 400;
	font-size: 35px;
	color: #f26522;
    line-height: 40px;
}
	
.homepage-intro h1{
	
	max-width: 700px;
	display: inline-block;
    font-weight: 600;
}

.homepage-intro p{
	display: inline-block;
	max-width: 900px;
}
	
.homepage-boxes .box3{
	padding:25px;
}

.homepage-boxes a{
	color: #000;
	text-decoration: none;
}

.homepage-boxes .box3 img{
	width: 100%;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
}

.homepage-boxes a:hover img{
	border: 1px solid #9f3ecf;
}	

.homepage-content{
	padding-top: 0px;
	padding-bottom: 0px;
}

.homepage-content h1{
	text-align: center;
}

.homepage-content p{
	max-width: 900px;
	display: inline-block;
}



.homepage-services{
	padding-top: 75px;
	padding-bottom: 75px;
	text-align: center;
	background: #fff;
   /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	background-image: url('/images/banners/2.jpg');*/
}

/*.homepage-services h2{
	color: #fff;
	font-size: 45px;
	margin: 0px;;
}

.homepage-services p{
	color: #fff;
	display: inline-block;
	max-width: 600px;
}

.homepage-services p strong{
	text-transform: uppercase;
	font-size: 25px;
}


.services-boxes{
	display: inline-block;
	float: none;
	max-width: 75%;
	margin-top: 10px;
	border-top: 1px solid #8CD624;
	padding-top: 50px;
}


.homepage-services .box4::before{
	content: "";
	position: absolute;
	left: 50%;
	top: -55px;
	width: 1px;
	height: 55px;
	background: #8CD624;
}

.homepage-services .box4{
	padding-right: 2%;
	padding-left: 2%;
	text-align: left;
	position: relative;

}

.homepage-services .box4 p{
	line-height: 22px;
}

.homepage-services .box4 .box1{
	border-top: 1px solid #8CD624;




    background-color: rgba(0, 0, 0, 0.6);
	padding: 25px;
	min-height: 370px;
	position: relative;
}

.homepage-services .box4 a.arrow-link{
	position: absolute;
	bottom: 25px;
	left: 25px;
	font-size: 15px;
}


.homepage-services h3{
	margin: 0px;
	color: #fff;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
    font-weight: 600;
}
	*/

/* FOOTER */

.footer-bookings span{
	padding-bottom: 50px;
	color: #ec3642;
	
}

.footer-bookings .btn{
	border: 2px solid #fff;
	color: #fff;
	background: none;
}

.footer-bookings .btn:hover{
		background: #ff9900;
	border: 2px solid #ff9900;
	color: #fff;
}

.footer-bookings{
	background-size: cover;
	background-position: center center;
	background-image: url('/images/banners/3.jpg');
	padding-top: 75px;
	padding-bottom: 75px;
	text-align: center;
}

.footer-bookings span{
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;

}

.footer-bookings .btn{
	min-width: 0px;
	font-size: 20px;
}




/* SLIDER */

#djslider90{
	height: 600px !important;
	overflow: hidden;
}


/* HOMEPAGE BOXES */

.homepage-box-container{
	margin-top: 0px;

}

.homepage-box-container .box2{
	padding: 50px;
	padding-top: 75px;
	min-height: 525px;
}

.homepage-box-container .box2 h2{
	color: #fff;
	text-align: center;
	margin-top: 0px;
}

.homepage-box-container .box2 p{
	color: #fff;
}

.homepage-box-container .gas-safe-box{
	background-image: url(/images/gas.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	/*background: #0f1d4b;*/
	padding-right: 75px;
	text-align: center;

}

.homepage-box-container .gas-safe-box img{
	margin-top: 50px;
}

.homepage-box-container .gas-safe-box p{
	text-align: left;
}

.homepage-box-container .services-info-box{
	/*background: #1c2c5e;*/
	background-image: url(/images/boilers.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	padding-left: 75px;
}

.services-info-box ul{
	color: #fff;
	list-style: none;
font-weight: 400;
    font-size: 18px;
    line-height: 25px;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

.homepage-box-container .box2 .box1{
	text-align: center;
	padding-top: 25px;
}

.homepage-box-container .btn{
	background: none;
	border: 1px solid #fff;
}
.homepage-box-container .btn:hover{
	background: #b01132;
	border: 1px solid #b01132;
	color: #fff;
}

.why-choose-us .box3{
	padding: 50px;
	text-align: center;
}

.why-choose-us .box4{
	padding: 50px;
	text-align: center;
	padding-top: 0px;
}

.why-choose-us{
	padding-top: 230px;
    padding-bottom: 25px;
    background: #d2d2d2;
    margin-top: -200px;
}

.why-choose-us h2{
	color: #2a2a2a;
	text-align: center;
font-size: 40px;
font-weight: 800;
}
	
.why-choose-us h3{
	color: #0f1d4b;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 30px;
	min-height: 60px;
}

.icon-box{
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.icon-box img{
	height: 90px;
}

/* TESTIMONIAL SLIDER */

.testimonials{
	margin: 0px;
    padding: 0px;
}
	
#testimonial-container {
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url(/images/banners/testimonials.jpg);
background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	text-align: center;
}

#testimonial-container h3{
	text-transform: uppercase;
	font-weight: 500;
    font-size: 25px;
    margin-bottom: 25px;
	color: #2c2c2c;
}

#footer-container #testimonial-container p{
	color: #000;
	margin-top: 0px;
}

#testimonial-container .bx-wrapper .bx-prev{
    background: url(../images/left.png);
	background-repeat: no-repeat;
width: 30px;
    height: 30px;
	background-size: 30px;
}

#testimonial-container .bx-wrapper .bx-prev:hover{
	left: -5px;
}


#testimonial-container .bx-wrapper .bx-next{
    background: url(../images/right.png);
	background-repeat: no-repeat;
width: 30px;
    height:30px;
	background-size: 30px;
}

#testimonial-container .bx-wrapper .bx-next:hover{
	right: -5px;
}

#testimonial-container .bx-pager{
bottom: 0px;
}

#testimonial-container .bx-default-pager a{
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background: #cdcdcd;
}

#testimonial-container .bx-default-pager a.active{
	background: #8cd624;	
}	

.testimonial-box {
    float: left;
    width: 100%;
    background: url(../images/quotes-openning.png);
	background-size: 75px;
    background-repeat: no-repeat;
	background-position: 75px top;
    padding-left: 200px;
    margin-top: 50px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
}

.testimonial-box strong{
	text-align: right;
	color: #62a730;
	float: right;
}





#testimonial-container .testimonial-box .testimonial-txt{
background: url(../images/quotes-closing.png);
	 background-repeat: no-repeat;
	background-position: right 75px bottom;
	font-size: 16px;
	font-weight: 600!important;
	line-height: 20px;
	padding-right: 200px;
	font-style: italic;
	background-size: 75px;
}

#testimonial-container .testimonial-box .testimonial-txt p{
	font-weight: 600!important;
}

/* FOOOTER */

#footer .form-container{
	background: none;
	padding: 0px;
}

#footer .form-container .form_field{
	width: 100%;
    padding-right: 0px;	
	padding-bottom: 5px;
}

#footer .form-container .form_field input{
	padding: 7px;
}

#footer .form-container textarea{
	padding: 7px;
    min-height: 113px;
}


#footer .form-container .form_field_row{
	padding-bottom: 0px;
}	

#footer .form-container .form_field_wide{
	width: 100%;
    padding-right: 0px;	
}

#footer .form_field_row .btn{
	background-color: #62a730;
    border: none;
	margin-top: 0px;
    max-width: 100%;
}

#footer .form_field_row .btn:hover{
	background-color: #74bd3f;
}	

#footer .footer-logos{
	padding-left: 50px;
}

#footer .footer-accreditations{
	float: left;
	width: 100%;
	text-align: center;

}

.footer-accreditations h3{
	color: #fff;
	margin-bottom: 25px;
}

.footer-acc-box{
	display: inline-block;
}

.footer-accreditations img{
	max-width: 100%;
}



/* PAGE HEADERS */

.about-page-page-header{
background: none;
	padding-bottom: 0px;
	text-align: center;
}

/* PAGES */



.about-page h2{
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
margin-bottom: 45px;
}





.about-page .box2 .box1{
	padding: 20px;
	background: #e8e8e8;
}

.about-page .box2 .box1 p{
	text-align: left;
	color: #4b4b4b;
	margin-bottom: 0px;
}

.about-page .team-member h3{
	text-transform: uppercase;
	font-weight: 300;
    color: #fff;
	
	font-size: 27px;
	margin-top: 0px;
	
}

.about-page .team-member span{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 400;
    font-size: 17px;
    line-height: 25px;
	text-transform: uppercase;
}

.team-member{
    float: left;
    width: 100%;
	padding: 10px;
	text-align: center;
	background: #9f3ecf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	

/* CONTACT */

.contact-container{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-container h2{
    color: #04a583;
    font-size: 28px;
    line-height: 25px;
	margin-bottom: 25px;
	margin-top: 0px;
	font-weight: 800;
}

.contact-container .box-text-right{
	width: 100%;
	max-width: 500px;
}

.contact-map h2{
	text-align: center;
	margin-bottom: 25px;
	color: #0a1742;
	font-size: 25px;

}

.contact-details{
    max-width: 30% !important;
	float: left;
	padding-top: 50px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
}

.contact-details .box3{
	text-align: center;
}

.contact-box{
	display: inline-block;
}

.contact-details .box1{
	padding-bottom: 20px;
}

.contact-details .icon{
	float: left;
	width: 50px;
}

.contact-details .icon img{
	max-width: 30px;
}

.contact-details span{
	color: #424242;
	font-size: 18px;
	line-height: 22px;
}

.contact-details a{
	color: #424242;
	text-decoration: none;
}


.contact-details strong{
	color: #272727;
	font-size: 20px;
	
	font-weight: 800;
	display: inline-block;
    padding-bottom: 5px;
    font-family: 'PT Serif', serif;

}

/*.contact-phone{
	background: url(/templates/brooklands-glass/images/phone.png);
	 background-repeat: no-repeat;
background-position: left 15px;
    background-size: 30px;
}

.contact-email{
	background: url(/images/icons/email.png);
	 background-repeat: no-repeat;
background-position: left 15px;
    background-size: 30px;
}

.contact-address{
	background: url(/templates/brooklands-glass/images/location.png);
	 background-repeat: no-repeat;
background-position: left 15px;
    background-size: 30px;
}*/




.form-container{
	display: inline-block;
	width: 100%;
	max-width: 500px;
	padding-top: 50px;
	padding-bottom: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
background: #ededed;
padding: 25px;
}

.form-container .btn-link{
	background: #04a583;
	border: 1px solid #04a583;
	display: inline-block;
	width: auto;
	color: #fff;
	min-width: 200px;
	cursor: pointer;
}

.form-container .btn-link:hover{
	background:	#026b56;
	border: 1px solid #026b56;
}
	

.form-box{
	float: left;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #ededed;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-box label{
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
	
.form-box p{
	float: left;
	width: 100%;
}

.form-box h3{
	margin-top: 0px;
}
	
.payment-box{
	border-right: 20px solid #fff;
}

.payment-box .form-box{
	background: none;
}

.form_field_row .btn{
	float: left;
	width: 100%;
	max-width: 235px;
	padding: 12px;
	font-weight: 400;
	background-color: #ffd700;
    border: none;
	 font-size: 16px;
	text-align: center;
    color: #272727;
	margin: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	margin-top: 15px;
}

.form_field_row .btn:hover{
	   background-color: #edcd1d;
	    border: none;}

.form_field_row{
	float: left;
	width: 100%;
	padding-bottom: 15px;}

.form_field{
	float: left;
	width: 50%;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_wide{
	float: left;
	width: 100%;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_right{
	float: right;
	width: 202px;}

.form_field_btn{
	float: left;
	width: 100%;
}

.form_field_row textarea{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	min-height: 150px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;
		font-family: 'Open Sans', sans-serif;
}

/*
.form_field_row textarea:hover{
	background-color: #eaeaea;
}

.form_field_row textarea:focus{
	background-color: #eaeaea;
}
*/

.form_field_row input{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;}
/*
.form_field_row input:hover{
	background-color: #eaeaea;
}

.form_field_row input:focus{
	background-color: #eaeaea;
}
*/

.form_field_row select{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #efefef;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;}

.form_field_row select:hover{
	background-color: #eaeaea;
}

.form_field_row select:focus{
	background-color: #eaeaea;
}

.book-a-tour-banner ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.book-a-tour-banner :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.book-a-tour-banner ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

/* SERVICES PAGE */

.services-page{
	padding-top: 50px;
    padding-bottom: 75px;
    text-align: center;

	margin-top: 0px;
   /* background-attachment: fixed;
    background-image: url(/images/banners/2.jpg);	
	min-height: 100vh;*/
}

.services-info{
	width: 50%;
	padding: 15px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 25px;
    text-align: left;
	-webkit-transition: .2s;
    transition: .2s;
	min-height: 248px;
   /* background-repeat: no-repeat;
	background-image: url(/images/icons/line-left.png);
background-position: right 10px top;*/

}

.services-info:hover{
	/*background: #ececec !important;*/
}

#management{
background-image: url(../images/service-arrow-right.png);
background-repeat: no-repeat;
    background-position: right center !important;
	padding-right: 100px;

}

#management:hover{
	background-image: url(../images/service-arrow-right1.png)!important;
}	

#management p{
	
}

#investors{

	/*border-left: 1px solid #d7d7d7;*/
background-image: url(../images/service-arrow-left.png);
background-repeat: no-repeat;
    background-position: left center !important;
	padding-left: 100px;
    text-align: right;


}

#investors:hover{
	background-image: url(../images/service-arrow-left1.png)!important;
}	

#investors p{
	
}

.services-info h2 {
	font-size: 22px;
    font-weight: 800;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
    position: relative;
}

.services-info .management{
	color: #1a268c;
}

#management .btn{
	background: #1a268c;
}

#management .btn:hover{
	background: #2632a4;
}


.services-info .investors{
	color: #62a730;
	
}



.services-heading-box{
	width: 33.33%;
	position: relative;
}

.services-heading-box h1{
	font-size: 35px;
	color: #fff;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
    text-align: center;
	margin-top: 0px;
}

.services-heading-box img{
	width: 100%;
}

.services-heading-box .box1 {
	text-align: center;
	position: absolute;
	top: 20%;
	left: 0px;
}

.services-heading-box img.services-heading-icon{
	width: 70px;
}


.services-page h1 .offset-line {
    top: -20%;
    right: 0px;
    height: 120%;
}

/*.services-page p{
	text-align: center;
	color: #fff;
	display: inline-block;
	max-width: 70%;
	padding-left: 15%;
	padding-right: 15%;
}*/

.services-page ul.services-boxes{
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top: 25px;
float: left;
    /*margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
	padding-left: 25px;
	padding-right: 25px;
	min-height: 430px;*/
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.services-page .services-boxes li{
	float: left;
	width: 20%;
	padding-left: 5px;
    padding-right: 5px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .4s;
    transition: .4s;

}

.services-page .services-boxes li img{
	max-height: 60px;
	display: none;

}

.service-box-heading{
	float: left;
	width: 100%;
	padding: 15px;
    /*background-color: rgba(26, 38, 140, 0.8);	*/
    background-color: #474747;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
	-webkit-transition: .4s;
    transition: .4s;
	min-height: 120px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
display: flex;
    align-items: center;
    justify-content: center;
}


#service-box7 .service-box-heading{
  /* background-color: rgba(98, 167, 48, 0.8);	*/
    background-color: #474747;
}	

#service-box8 .service-box-heading{
    background-color: #474747;	
}	

#service-box9 .service-box-heading{
    background-color: #474747;	
}	

#service-box10 .service-box-heading{
    background-color: #474747;
}	

.services-page .services-boxes li .box1{
	float: left;
	width: 100%;

	/*background: #1a268c;*/
   /* background-color: rgba(26, 38, 140, 0.1);*/
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;

	-moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;

	position: relative;
}

.services-page .services-boxes li .box1 .box1{
    min-height: 0px;	
	padding: 25px;
	padding-top: 0px;
	-webkit-transition: .4s;
    transition: .4s;
    background-color: rgba(26, 38, 140, 0.8);	
	
}

.services-page .services-boxes li .box1 .box-content{
	float: left;
	width: 100%;
	height: 0px;
	overflow: hidden;
    min-height: 0px;
	-webkit-transition: .4s;
    transition: .4s;
}



.management-link .service-box-heading:hover{
    background-color: rgba(26, 38, 140, 1);	
}	

.investor-link .service-box-heading:hover{
    background-color: rgba(98, 167, 48, 1) !important;
}	



#management:hover ~ ul #service-box1 .service-box-heading{
    background-color: rgba(26, 38, 140, 1);	
}	


#management:hover ~ ul #service-box2 .service-box-heading{
    background-color: rgba(26, 38, 140, 1);	
}	

#management:hover ~ ul #service-box3 .service-box-heading{
    background-color: rgba(26, 38, 140, 1);	
}	

#management:hover ~ ul #service-box4 .service-box-heading{
    background-color: rgba(26, 38, 140, 1);	
}	

#management:hover ~ ul #service-box5 .service-box-heading{
    background-color: rgba(26, 38, 140, 1);	
}	

#management:hover ~ ul #service-box6 .service-box-heading{
    background-color: rgba(26, 38, 140, 1);	
}	

#investors:hover ~ ul #service-box7 .service-box-heading{
   background-color: rgba(98, 167, 48, 1);
}	

#investors:hover ~ ul #service-box8 .service-box-heading{
   background-color: rgba(98, 167, 48, 1);
}	


#investors:hover ~ ul #service-box9 .service-box-heading{
   background-color: rgba(98, 167, 48, 1);
}	


#investors:hover ~ ul #service-box10 .service-box-heading{
    background-color: rgba(98, 167, 48, 1);
}	


#management:hover ~ ul #growth-box {
	/*webkit-box-shadow:inset 0px 0px 0px 1px #62a730;
    -moz-box-shadow:inset 0px 0px 0px 1px #62a730;
    box-shadow:inset 0px 0px 0px 1px #62a730;
    /*background-color: rgba(26, 38, 140, 0.2);*/

}

#management:hover ~ ul #growth-box .box1 .box1{
    background-color: rgba(26, 38, 140, 1);	
}	
#management:hover ~ ul #growth-box .box1 .box-content{
	height: 250px;
}	
#management:hover ~ ul #growth-box .box1 .service-box-heading{
    background-color: rgba(26, 38, 140, 1);	
}	

#management:hover ~ ul #research-box{


}

#management:hover ~ ul  #research-box .box1 .box1{
    background-color: rgba(26, 38, 140, 1);	
}	
#management:hover ~ ul  #research-box .box1 .box-content{
	height: 250px;
}	
#management:hover ~ ul  #research-box .box1 .service-box-heading{
    background-color: rgba(26, 38, 140, 1);	
}	

#management:hover ~ ul #cdd-box{


}

#management:hover ~ ul  #cdd-box .box1 .box1{
    background-color: rgba(26, 38, 140, 1);	
}	
#management:hover ~ ul  #cdd-box .box1 .box-content{
	height: 250px;
}	
#management:hover ~ ul  #cdd-box .box1 .service-box-heading{
    background-color: rgba(26, 38, 140, 1);	
}	

#management:hover ~ ul #market-box{


}

#management:hover ~ ul  #market-box .box1 .box1{
    background-color: rgba(26, 38, 140, 1);	
}	
#management:hover ~ ul  #market-box .box1 .box-content{
	height: 250px;
}	
#management:hover ~ ul  #market-box .box1 .service-box-heading{
    background-color: rgba(26, 38, 140, 1);	
}	



#investors:hover ~ ul #cdd-box{

}

#investors:hover ~ ul  #cdd-box .box1 .box1{
    background-color: rgba(26, 38, 140, 1);	
}	
#investors:hover ~ ul  #cdd-box .box1 .box-content{
	height: 250px;
}	
#investors:hover ~ ul  #cdd-box .box1 .service-box-heading{
    background-color: rgba(26, 38, 140, 1);	
}	

#investors:hover ~ ul #market-box{

}

#investors:hover ~ ul  #market-box .box1 .box1{
    background-color: rgba(26, 38, 140, 1);	
}	
#investors:hover ~ ul  #market-box .box1 .box-content{
	height: 250px;
}	
#investors:hover ~ ul  #market-box .box1 .service-box-heading{
    background-color: rgba(26, 38, 140, 1);	
}	

#investors:hover ~ ul #value-box {

}

#investors:hover ~ ul  #value-box .box1 .box1{
    background-color: rgba(26, 38, 140, 1);	
}	
#investors:hover ~ ul  #value-box .box1 .box-content{
	height: 250px;
}	
#investors:hover ~ ul  #value-box .box1 .service-box-heading{
    background-color: rgba(26, 38, 140, 1);	
}


/*
.services-page li a:hover{
	background: #62a730;	
}
*/

.services-page .services-boxes li p{
	color: #fff;
    line-height: 25px;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	max-width: 100%;
	text-align: left;
}

.services-page .services-boxes li h3{
	color: #fff;
	margin-bottom: 0px;
	margin-top: 5px;
    font-size: 17px;
    font-weight: 600;
	text-align: center;
    line-height: 22px;
}	

.services-page li a span{
    position: absolute;
    bottom: 25px;
    left: 25px;
    font-size: 15px;
    font-weight: 400;
    background-image: url(../images/right-white.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px;
    padding-right: 35px;
    text-transform: uppercase;
	-webkit-transition: .2s;
    transition: .2s;
}	


.services-page li a:hover span{
    background-position: center right 5px;
}

.methology{
	margin-top: 50px;
}

.methology ul{
	color: #000;
    line-height: 25px;
	text-align: left;
	font-size: 16px;
}

.methology ul li{
	color: #000;
	font-weight: 600;
}

.methology ul ul li{
	color: #000;
	font-weight: 400;
}

.methology ul ul{
	margin-left: 0px;
    padding-left: 25px;
}

.methology h2{
	display:inline-block;
	max-width: 300px;
    background: #ececec;
    padding: 30px;
	padding-top: 130px;
    color: #000;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
	margin: 0px;
    text-align: center;
	min-height: 410px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	vertical-align: top;
}

.methology .box2{
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 400px;
	vertical-align: top;
	min-height: 410px;
	padding: 25px;
    background: #ececec;
	
}	

.desktop-research{

}

.desktop-research h3{

	padding: 10px;
	color: #62a730;
	font-size: 18px;
    font-weight: 800;
	margin-top: 0px;
}

.primary-research h3{
	padding: 10px;
	color: #1a268c;
	font-size: 18px;
    font-weight: 800;
	margin-top: 0px;
}

.primary-research{

}

/* SERVICES SUB PAGE */


.services-sub-page{
	margin-top: 0px;
	padding-top: 20px;
	text-align: center;
	background: #efefef;
}

.services-sub-page .page-intro{
	display: inline-block;
    text-align: left;

}

.services-sub-page .tabs-menu{
float: left;
    width: 100%;
    max-width: 100%;
    clear: both;
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-top: 25px;
	display: flex;
  justify-content: center;
flex-wrap: wrap;


}

.services-sub-page .tabs-menu li.current {
    background-color: #1a268d;
    z-index: 5;
}

.investor-sub-page .tabs-menu li.current {
    background-color: #62a730;
    z-index: 5;
}

.services-sub-page .tabs-menu li {
    display: inline-block;
    float: left;
    width: 16.66%;
    background: #474747;
    -webkit-transition: .5s;
    transition: .5s;
    border-right: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
	display: flex;
align-items: center;
  justify-content: center;
background-image: url(../images/down-arrow.png);
    background-size: 15px;
    background-position: center bottom 4px;
    background-repeat: no-repeat;

}

.investor-sub-page .tabs-menu li {
    display: inline-block;
    float: left;
    width: 25%;
}

.services-sub-page .tabs-menu li:hover{
    background-color: #1a268d;
}	

.investor-sub-page .tabs-menu li:hover{
    background-color: #62a730;
}	

.services-sub-page .tabs-menu li.current a {
    color: #fff;
}

.services-sub-page .tabs-menu li a {

    padding: 15px;
	padding-top: 25px;
	padding-bottom: 25px;

    text-align: center;
font-weight: 600;
    font-size: 15px;
	line-height: 21px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}

.investor-sub-page .tabs-menu li a {
	padding-top: 30px;
	padding-bottom: 30px;
}


.services-sub-page .tab-content {
    width: 100%;
    padding: 50px;

    display: none;
	background-color: #fff;	
-webkit-box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);
-moz-box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);
box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);
	border: 1px solid rgba(0,0,0,0.12);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
}

.services-sub-page .tab-content h2{
	color: #1a268d;
font-weight: 800;
	margin-top: 0px;
}

.investor-sub-page .tab-content h2{
	color: #62a730;

}

.services-sub-page .tab-content p{

}

.cards{
	display: flex;
  justify-content: center;
flex-wrap: wrap;
}	

.card-box{
	display: inline-block;
	width: 48%;
	max-width: 100%;
margin: 1%;	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	
	cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;

}

.front{
    background-color: rgba(26, 38, 140, 1);	
	padding: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
display: flex;
  justify-content: center;
align-items: center;
flex-direction: column;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
-webkit-box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);
-moz-box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);
box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);

}

.front:hover{
    background-color: rgba(26, 38, 140, .9);	
}
	
.front h2{
	color: #fff;
}

.front img{
	max-width: 60px;
}

.back{
	padding: 25px;
	background: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
-webkit-box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);
-moz-box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);
box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);

}

.back p{
	text-align: left;
}

.back h2{
	color: #1a268c;
	margin-top: 0px;
}

/* SECTORS PAGE */

.sectors-page{
	padding-top: 75px;
    padding-bottom: 75px;
	margin-top: 0px;
    text-align: center;
    /*background-repeat: repeat-x;
	background-image: url(/images/gradient.png);	
    /*background-attachment: fixed;
    background-image: url(/images/banners/2.jpg);	
	min-height: 100vh;*/
	margin-top: 0px;
	background: #ececec;
}

.sectors-page h1 {
	/*display: inline-block;
    background-color: rgba(26, 38, 140, 0.7);
    padding: 25px;
    color: #fff;*/
	color: #1a268c;
	margin-bottom: 75px;
}

.sectors-page img{
	width: 100%;
}
/*.sectors-page ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top: 25px;
	display: inline-block;
	max-width: 1000px;
}*/

.sectors-page .sectors-menu{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}


.sectors-page .sectors-menu ul{
	max-width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top: 25px;
}

.sectors-page .sectors-menu li{
	width: 16.66%;
	float: left;
	padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: .3s;
    transition: .3s;
	font-weight: 600;
	font-size: 18px;
}

.sectors-page .sectors-menu li:hover{
	color: #1a268c;
}

/*.sectors-page p{
	text-align: center;
	color: #000;
	display: inline-block;
	max-width: 70%;
	padding-left: 15%;
	padding-right: 15%;
}*/

.sector-info{
	text-align: left;
	margin-left: 2px;
}

.sector-info .box2{
	padding-right: 25px;
	padding-left: 25px;
}

.sector-info .box3{
	padding-right: 25px;
	padding-left: 25px;
}


.sector-info h2{
	background: #e1e1e1;
    padding: 30px;
    color: #000;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}	

.sector-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    padding: 10px;
	padding-left: 15px;
    position: relative;
    margin-top: 15px;
}

.sector-info h3.blue-heading{
	color: #fff;

/*background-image: linear-gradient(to right, #dcdcdc , #fff);*/
background-image: linear-gradient(to right, #2732a0 , #818cf6);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

/*.sector-info h3.blue-heading:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    width: 20px;
    height: 100%;
    background: #1a268c;
}*/

.sector-info h3.green-heading{
	color: #fff;

background-image: linear-gradient(to right, #2732a0 , #818cf6);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

/*.sector-info h3.green-heading:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    width: 20px;
    height: 100%;
    background: #62a730;
}*/

.sector-info h3.grey-heading{
	color: #fff;

background-image: linear-gradient(to right, #2732a0 , #818cf6);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

/*
.sector-info h3.grey-heading:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    width: 20px;
    height: 100%;
    background: #6d6d6d;
}
*/
.sector-text{
	float: left;
	width: 25%;
	background-size: cover;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 100px;
	color: #fff;
	min-height: 800px;
	margin-top: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
    -khtml-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}


.sector-text p{
	color: #fff;
}	

.sector-bullets{
	float: left;
	width: 100%;
	padding-left: 0px;
    padding: 25px;
	padding-top: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
}	

.sector-bullets ul{
	font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 30px;
	list-style: none;
	padding-left: 10px;

}	

.sector-bullets ul li{
	padding-left: 20px;
    background: url(../images/bullet4.png);
    background-size: 10px;
    background-position: left 10px;
    background-repeat: no-repeat;	
font-weight: 400;
}

.sector-bullets ul ul li{
	padding-left: 0px;
    background: none;

}

.sector-bullets ul ul{
   	list-style: circle;
	padding-left: 50px;
}

.sector-bullets p{
	padding-left: 25px;
	font-weight: 600;
}

.sector-bullets .single-sector-info{
	padding-right: 25px;
	padding-left: 25px;
}

#manufacturing .sector-bullets{
	padding-left: 100px;
}

/*

.sectors-page li{
	float: left;
	width: 33.33%;
	padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.sectors-page li img{
	max-height: 80px;
}

*/

/*.sectors-page li a{
	float: left;
	width: 100%;
	padding: 25px;

	background-size: cover;
	background-position: center center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	-webkit-transition: .2s;
    transition: .2s;
	-moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
	min-height: 285px;
	position: relative;
}

.sectors-page li a:hover::before{
    background-color: rgba(26, 38, 140, 0.7);
}

.sectors-page li a::before{
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
}

.sectors-page li a p{
	color: #fff;
    line-height: 25px;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	text-align: left;
	position: relative;
	z-index: 99;
	opacity: 0;
	-webkit-transition: .2s;
    transition: .2s;
}

.sectors-page li a h3{
	color: #fff;
	margin-bottom: 10px;
	margin-top: 15px;
    position: relative;
	z-index: 99;
	font-weight: 800;
	text-align: left;
}	

.sectors-page li a span{
    position: absolute;
    bottom: 25px;
    left: 25px;
    font-size: 15px;
    font-weight: 400;
    background-image: url(../images/right-white.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px;
    padding-right: 35px;
    text-transform: uppercase;
	-webkit-transition: .2s;
    transition: .2s;
	z-index: 99;
}	


.sectors-page li a:hover span{
    background-position: center right 5px;
}

.sectors-page li a:hover p{
	opacity: 1;
}*/

.sectors-page .r-tabs{
	background: none;
	border: none;
}

.sectors-page .r-tabs .r-tabs-panel{
	padding: 0px;
	float: left;
	width: 100%;
}

.sectors-page .r-tabs .r-tabs-tab{
	vertical-align: top;
	background: none;
    width: 16.6666%;
    margin-bottom: 0px;
	margin-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
    font-size: 18px;
	line-height: 22px;
	min-height: 220px;
	background-size: cover;
    -moz-border-radius:2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    -khtml-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
	border: 2px solid #fff;
	border-bottom: 4px solid #fff;
	float: left;
}

#tech-link{
	background-image: url('/images/sectors/tech-box.jpg');
}

#consumer-link{
	background-image: url('/images/sectors/retail-box.jpg');
}

#manufacturing-link{
	background-image: url('/images/sectors/manufacturing-box.jpg');
}

#services-link{
	background-image: url('/images/sectors/services-box.jpg');
}

#medical-link{
	background-image: url('/images/sectors/healthcare-box.jpg');
}

#construction-link{
	background-image: url('/images/sectors/construction-box.jpg');
}

.sectors-page li a{

	float: left;
	position: relative;
	width: 100%;
	text-align: left;
	color: #fff;
	min-height: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
text-shadow: none;
	text-decoration: none;

	text-transform: uppercase;
}

.sectors-page li a span{
position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #474747;
	padding: 10px;
	padding-left: 10px;
	padding-right: 30px;
	background-image: url('../images/down.png');
background-size: 15px;
    background-position: right 10px center;
	background-repeat: no-repeat;
	/*min-height: 86px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;

}	

/*.sectors-page .r-tabs .r-tabs-nav .r-tabs-anchor:hover{
    background-color: rgba(98, 167, 48, 0.7);
}*/

.sectors-page .r-tabs .r-tabs-nav .r-tabs-anchor:hover span{
    background-color: #1a268c;
}

.sectors-page .r-tabs .r-tabs-panel.r-tabs-state-active{

}

.sectors-page  .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor span{
    /*background-color: rgba(98, 167, 48, 0.7);*/
    background-color: #1a268c;
	background-image: url('../images/up.png');

}	

.sector-text{
	width: 100%;
padding-bottom: 25px;
margin-top: 0px;
    min-height: 0px;
	text-align: center;
}

.sector-info h2 {
    background: none;
    padding: 0px;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

/* MAIN GALLERY */

.gallery-page .container{
	max-width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

#photos {
float: left;
    width: 100%;
    padding-top: 25px;
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 5;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;  
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border: 5px solid #fff;
}

/* ABOUT PAGE */

.about-us{

}

.about-us h1{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 50px;
}

.about-box{
background-image: url('/images/banners/banner1.jpg');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: top right;
	min-height: 700px;
}
	
.moduletableabout-us-intro{
	background: #fff;
	width: 100%;
	max-width: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 50px;
    margin-top: 30px;
}

.moduletableabout-us-intro h2{
	margin: 0px;

	font-size: 35px;
	font-weight: 600;
}

/* COLOUR CHARTS */

.colour-chart-item{
	float: left;
	width: 100%;
	max-width: 150px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.colour-chart-item h6{
    font-weight: 400;
    font-size: 17px;
    color: #3f3f3f;
    line-height: 25px;
	margin-top: 5px;
	margin-bottom: 0px;
}	

.tabs-menu li:hover{
    background-color: #f26522;
}

.tabs-menu li:hover a{
	color: #fff;
}

.tabs-menu li.current {
    background-color: #f26522;
    z-index: 5;
}

.tabs-menu li a {
   	float: left;
	width: 100%;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 20px;
	color: #383838;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: .5s;
    	transition: .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-transform: uppercase;

		
}

.tabs-menu li.current a{
	color: #fff;
}

.tab-content {
    width: 100%;
	padding-top: 30px;
    display: none;
}

#tab-1 {
 display: block;   
}

.scrolling-wrapper{
overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.scrolling-wrapper img{
	width: auto;
	max-width: 1200px !important;
}

.tabs-menu {
    display: inline-block;
	max-width: 800px;
	width: 100%;
    clear: both;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 25px;
	text-align: center;
}

.tabs-menu li {
    display: inline-block;
	float: left;
	width: 33.33%;
	background: #e1e1e1;
	-webkit-transition: .5s;
    	transition: .5s;
	border-right: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}

.colour-charts{
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
	

.colour-charts table {
    border: none
    border-collapse: collapse;
	min-width: 650px;
}

.colour-charts .title-row td {
    border: none !important;
padding-bottom: 20px;
    padding-top: 0px;
}

.colour-charts table, th, td {
    border: none !important;
}



.colour-charts tr {

}

/* ABOUT PAGE */

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

.text-block-about{
	padding-top: 50px;
}

.about-banner .testimonial-box .testimonial-txt {
    background: url(../images/quotes-closing.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom;
    padding-right: 100px;
	text-align: center;
    font-style: italic;
    background-size: 50px;
}

.about-banner .testimonial-box .testimonial-txt p{
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
	color: #fff;	
}

.about-banner .testimonial-box{
	position: absolute;
	right: 0px;
	top: 0px;
	max-width: 500px;
	height: 100%;
background-size: 50px;
	padding-left: 100px;
background-color: rgba(0, 0, 0, 0.6);
	margin-top: 0px;
padding-top: 50px;
    background-position: 20px 50px;
}

.text-block{

background-size: cover; 
background-position: center center; 
text-align: center;
}

.about-box-quote{
background-image: url('/images/about/fadfde5cacdc4069ba663c2e487c0113.jpg');
position: relative; 
background-size: cover;
	display: flex;
align-items: center;
    justify-content: center;
max-width: 600px;
    border-left: 100px solid #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.about-box-quote .testimonial-box {

    background-size: 50px;
    padding-left: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 0px;
    padding-top: 0px;
    background-position: 20px 20px;

    margin-bottom: 0px; 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;

}

.about-box-quote .testimonial-box .testimonial-txt p {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    color: #fff;
}

.about-box-quote .testimonial-box .testimonial-txt {
    background: url(../images/quotes-closing.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom;
    padding-right: 100px;
    text-align: center;
    font-style: italic;
    background-size: 50px;
}

.text-block-about .box2 {
background-color: rgba(255, 255, 255, 1);	
}

.about-text-container{
	display: inline-block;
	float: right;
	width: 100%;
	max-width: 700px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

background-color: rgba(255, 255, 255, 0.9);
	padding: 50px;
	padding-top: 0px;	
	padding-right: 100px;
	padding-bottom: 0px;	
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	
}

.about-text-container p{
	/*color: #222fa9;*/
	font-weight: 600;
	text-align: left;
}

.about-text-container h2{
	margin-top: 0px;
	color: #222fa9;
	text-transform: none;
	text-align: left;
font-weight: 800;
    font-size: 25px;
}	

.about-text-container ul{
	color: #222fa9;
	font-weight: 600;
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
font-size: 16px;
line-height: 22px;
	
}

.about-text-container ul li{
	padding-left: 30px;

    background: url(../images/list-item.png);
	background-size: 15px;
    background-position: left 10px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

/*	
.about-wcu{
	padding: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	background-image: url('/images/about/why-choose-us1.jpg');
}
*/

.about-wcu{
    padding-top: 25px;
	position: relative;
	text-align: center;
}

.about-accordion-container{
	display: inline-block;
    width: 100%;
    max-width: 900px;
}

.about-wcu .r-tabs .r-tabs-accordion-title {
    display: block;
}

.about-wcu .r-tabs .r-tabs-nav {
    display: none;
}

.about-wcu .r-tabs{
	border-radius: 0px;
	border: none;
	background-color: #fff;
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor{
	text-align: left;
    display: block;
    padding: 10px;
	padding-left: 25px;
	padding-right: 40px;
    background-color: #1a268c;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-shadow: none;
	font-size: 20px;
    text-transform: uppercase;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    margin-bottom: 5px;
    background-image: url(../images/down.png);
    background-size: 15px;
    background-position: right 25px center;
    background-repeat: no-repeat;
	-webkit-transition: .3s;
    	transition: .3s;
	position: relative;
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    width: 25px;
    height: 100%;
    background: #1a268c;
	-webkit-transition: .3s;
    	transition: .3s;
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover{
    background-color: #2732a0;
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover:after {
    background-color: #2732a0;
}

.about-wcu .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor{
    background-color: #2732a0;
    color: #fff;
    text-shadow: none;
    background-image: url(../images/up.png);
}

.about-wcu .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
    background-color: #2732a0;
}

.about-wcu .r-tabs .r-tabs-panel{
	border-left: 1px solid #cbcbcb !important;
	border-right: 1px solid #cbcbcb !important;
	border-bottom: 1px solid #cbcbcb !important;
	background-color: #f4f4f4;
	/*border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	background-color: #fff;*/

	text-align: left;
    margin-top: -5px;
border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

}	

.about-wcu ul{
font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    list-style: none;
    padding-left: 10px;
}

.about-wcu ul li {
    padding-left: 20px;
    background: url(../images/bullet4.png);
    background-size: 10px;
    background-position: left 10px;
    background-repeat: no-repeat;
    font-weight: 400;
}


.about-wcu img{
	height: 700px;
	float: left;
	/*position: absolute;
	top: 0;
	left: 0;*/
}

.about-wcu h2{
	text-align: center;
    color: #1a268c;
	font-size: 30px;
	font-weight: 800;
	margin-top: 0px;
}

.wcu-text{
	max-width: 100%;
	float: right;
	text-align: center;
}

.wcu-text{
	max-width: 80%;
	float: left;
	text-align: left;
	padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.wcu-text p{
	color: #fff;
}

.wcu-text h2{
color: #fff;
    font-size: 45px;
    margin: 0px;
	margin-bottom: 100px;
	text-align: center;
display: inline-block;
    position: relative;
	padding-left: 30px;
}	

.wcu-text .offset-line {
	left: 0;
    top: -200%;
    height: 350%;
}

.wcu-text h3{
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
}




.wcu-text ul{
	color: #fff;
	color: #000;
	font-weight: 600;
	text-align: left;
	list-style: circle;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
font-size: 16px;
line-height: 25px;
font-weight: 400;
/*columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
	*/
}

.wcu-text ul span{
	color: #000;
}

/*.wcu-text ul li{
	padding-left: 30px;

    background: url(../images/list-item-white.png);
	background-size: 15px;
    background-position: left 10px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}*/

/* TEAM */



body.overflow-hidden {
  /* when author bio is visible, the out-of-focus content won't scroll */
  overflow: hidden;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

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

Main components 

-------------------------------- */
main {
  position: relative;
  z-index: 2;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;

}

main a{
	color: #1a268c;
	text-decoration: none;
}

main ul{
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
main table {
	border-collapse: collapse;
	border-spacing: 0;
}

figure{
margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
	
main.slide-out {
  /* the main element slides to the left when the author bio is visible */
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  transform: translateX(-270px);
}
main.slide-out .cd-overlay {
  /* the overlay layer gets visible when the author bio slides in */
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
@media only screen and (min-width: 768px) {
  main.slide-out {
    /* change in size of the author bio section */
    -webkit-transform: translateX(-600px);
    -moz-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    -o-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}
@media only screen and (min-width: 1200px) {
  main.slide-out {
    -webkit-transform: translateX(-800px);
    -moz-transform: translateX(-800px);
    -ms-transform: translateX(-800px);
    -o-transform: translateX(-800px);
    transform: translateX(-800px);
  }
}

.cd-section {
	padding-left: 50px;
	padding-right: 50px;
  text-align: center;
}
.cd-section .cd-container {
  /* this modifies the .cd-container default max-width */
  max-width: 768px;
}
.cd-section h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 1.25rem;
}
.cd-section p {
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .cd-section {

  }
  .cd-section p {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-section {

  }
  .cd-section h2 {
    margin-bottom: 2em;
  }
  .cd-section p {
    line-height: 1.8;
    font-size: 18px;
    font-size: 1.125rem;
  }
}



.cd-placeholder-1 {
  background: #f25f5c;
  color: #fdeaea;
}

.cd-placeholder-2 {
  background: #FFF;
}

#cd-team {
  background: #fff;
}
#cd-team .cd-container {
  max-width: 1200px;
}
#cd-team h2 {
  color: #1a2f2a;
}
#cd-team li {
  margin-bottom: 2em;

  box-shadow: 0 0 10px rgba(92, 75, 81, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.no-touch #cd-team li:hover {
  box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
}
.no-touch #cd-team li:hover .cd-img-overlay {
  opacity: 1;
}
#cd-team figure {
  position: relative;
}
#cd-team img {
  display: block;
  width: 100%;

}
#cd-team .cd-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 38, 140, 0.5);
  opacity: 0;

  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#cd-team .cd-img-overlay span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFF;
}
#cd-team .cd-member-info {
  height: 80px;
  background: #FFF;
  text-align: center;
  font-weight: 600;
	font-size: 25px;
  padding-top: 20px;

}
#cd-team .cd-member-info span {
  display: block;
  font-weight: normal;
  color: #999999;
  font-size: 18px;
  margin-top: 10px;
}
@media only screen and (min-width: 500px) {
  #cd-team li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
  }
  #cd-team li:nth-child(3n) {
    margin-right: 0;
  }
}

.cd-member-bio {
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  overflow-y: auto;
  /* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
  background: #1a268c;
  z-index: 1;
  /* this how we move the author bio section off the canvas */
  -webkit-transform: translateX(270px);
  -moz-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
	z-index: 999999;
	padding-top: 85px;
}

.cd-member-bio ul{
	color: #fff;
}

.cd-member-bio h2{
	color: #fff;
	text-align: center;
	font-weight: 800;
	font-size: 30px;
}

.cd-member-bio ul{
	font-size: 16px;
}

.cd-member-bio ul li{
	margin-bottom: 10px;
}

.cd-member-bio.slide-in {
  /* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-member-bio .cd-member-bio-pict {
  position: relative;
}
.cd-member-bio .cd-member-bio-pict::after {
  /* gradient at the bottom of the image - same color of the background of the section */
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient( bottom , #5c4b51, rgba(92, 75, 81, 0));
  background: linear-gradient(to top, #5c4b51, rgba(92, 75, 81, 0));
}
.no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
  display: none;
}
.cd-member-bio img {
  width: 100%;
  display: block;
}
.cd-member-bio .cd-bio-content {
  padding: 1em;
  color: #FFF;
}
.cd-member-bio .cd-bio-content h1 {
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
.cd-member-bio .cd-bio-content p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1em 0;
  line-height: 1.4;
  color: #d7cfd2;
}
@media only screen and (min-width: 768px) {
  .cd-member-bio {
    width: 600px;
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }
  .cd-member-bio .cd-bio-content {
    padding: 2em;
  }
  .cd-member-bio .cd-bio-content p {
    line-height: 1.6;
    margin: 2em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio {
    width: 800px;
    -webkit-transform: translateX(800px);
    -moz-transform: translateX(800px);
    -ms-transform: translateX(800px);
    -o-transform: translateX(800px);
    transform: translateX(800px);
  }
  .cd-member-bio .cd-member-bio-pict::after {
    height: 150px;
  }
  .cd-member-bio .cd-bio-content {
    padding: 4em;
    /* we move the content up so the title is over the color gradient */
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  .cd-member-bio .cd-bio-content h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .cd-member-bio .cd-bio-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .no-cssgradients .cd-member-bio .cd-bio-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.cd-member-bio-close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  top: 10px;
  right: 10px;
  background: url("../images/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  z-index:  99999999999;
  display: none;
}
.cd-member-bio-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 0.8s;
  -moz-animation: cd-move-in 0.8s;
  animation: cd-move-in 0.8s;
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio-close {
    right: 20px;
    top: 20px;
  }
}

.cd-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(98, 167, 48, 0.4);
  cursor: pointer;
  display: none;
}

main.slide-out .cd-overlay{
  top: -100%;
  height: 200%;	
}

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

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* CORPORATE RESPONISIBLITY PAGE */

.corporate-page{
	margin-top: 50px;
}

.corporate-page .cols2{
-webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
column-gap: 100px;
}

.corporate-page .quote{
	font-size: 25px;
	margin-top: 10px;
	line-height: 35px;
	display: inline-block;
	margin-bottom: 0px;
}

.corporate-page .quote span{
	color: #1a268c;
	font-weight: 800;
    font-size: 16px;
}

.csr-module{
	background: #efefef;
	padding-top: 25px;
	padding-bottom: 25px;
}

/*.giving-initiatives{
	padding: 50px;
	background: #131279;
    background-image: linear-gradient(#131279, #222fa9);
	text-align: center;
	min-height: 350px;
	margin-top: 25px;
}

.giving-initiatives h2{
	color: #fff;
	font-weight: 600;
	margin-top: 0px;
}

.giving-initiatives p{
	color: #fff;
	font-size: 18px;
}*/

.giving-initiatives{
	padding-right: 50px;
	text-align: left;
	/*margin-top: 25px;*/
}

.giving-initiatives h2{
	color: #131279;
	font-weight: 600;
	margin-top: 0px;
}

.giving-initiatives p{
	color: #000;
	font-size: 18px;
}


.giving-initiatives img{
	max-width: 100%;
	margin-top: 15px;
}

.giving-initiatives .box2{
	text-align: center;
}	

.giving-initiatives .box2 p{
	color: #131279;	
}

.little-hearts-logo{
	max-height: 140px;
}

#giving-slider{
	/*padding: 50px;*/
	padding-left: 50px;
	/* background: #62a730;
   background-image: linear-gradient(#62a730, #78c341);
	background: #e3e3e3;*/
	text-align: center;
	/*min-height: 350px;margin-top: 25px;*/
	min-height: 0px;
	
}	

#giving-slider h2{
	color: #131279;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 30px;
}

#giving-slider ul{
display: flex;
flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#giving-slider li{
	color: #131279;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	padding-top: 25px;
	padding-bottom: 25px;


}

#giving-slider .bx-wrapper{
	border-top: 1px dashed #cbcbcb;
	border-bottom: 1px dashed #cbcbcb;
}

#giving-slider .bx-wrapper .bx-prev{
    background-position: left center;
	left: -35px;
}

#giving-slider .bx-wrapper .bx-next{
    background-position: right center;
	right: -35px;
}

#giving-slider .bx-wrapper .bx-controls-direction a{
top: 10%;
}

#giving-slider .bx-viewport{
	height: auto !important;
	min-height: 150px!important;
}

#giving-slider .bx-pager	{
	bottom: -50px;
}

#giving-slider .bx-pager a.active{
	background: #1a268c;
}


/* CAREERS PAGE */

.careers-page{
	margin-top: 50px;
}

.careers-page p{
	max-width: 1000px;
	margin-top: 0px;
}

.careers-page .cols2{
-webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
column-gap: 100px;
column-fill: balance;
-moz-column-fill: balance;
-webkit-column-fill: balance;
}

.careers-page .box-first{
	padding-right: 50px;
}

.careers-page .box-second{
	padding-left: 50px;
}

.careers-page h2 {
    background-color: #1a268c;
	font-size: 16px;
    font-weight: 800;
    color: #fff;
    margin-top: 0px;
    padding: 10px;
    position: relative;
	margin-bottom: 25px;
}

.careers-page .heading-left{
	margin-left: 10px;
}

.careers-page .heading-right{
	margin-right: 10px;
}

.careers-page .heading-left:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    -webkit-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg);
    width: 20px;
    height: 100%;
    background: #1a268c;
}

.careers-page .heading-right:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    width: 20px;
    height: 100%;
    background: #1a268c;
}

/* BLOG */

.news-item{
	width: 70%;
}

.news-item p:first-of-type {
  font-weight: 600;
}

.news-item .item-image{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

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

.news-item h2{
    color: #1a268d;
    font-size: 22px;
}

.date{
	font-size: 15px;
	line-height: 15px;
	color: #585858;
	float: left;
	padding-right: 5px;
}

.date-spacer{
	font-size: 15px;
	line-height: 15px;
	color: #585858;
	float: left;
	padding-right: 5px;
}	

#blog-container .page-header{
	padding-top: 15px;
}

#blog-container .items-row{
	float: left;
	width: 33.33%;
	padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	/*border-bottom: 1px solid #b7b7b7;*/
}

#blog-container .leading-0{
	float: left;
	width: 100%;
	padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: #f3f3f3;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}



#blog-container{
	float: left;
	width: 100%;
	padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 50px;
display: flex;
flex-wrap: wrap;
    /*align-items: center;
    justify-content: center;*/

}	

.tag-article-list ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
display: flex;
flex-wrap: wrap;
}



#blog-container h2{
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	text-transform: none;
	margin-top: 0px;
}

.tag-article-list ul h2{
    padding-top: 15px;
}

#blog-container h2 a{
	color: #223884;
	text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}
	
#blog-container h2 a:hover{
	color: #62a730;
}

	
.blog-right-col{
	float: left;
	width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 140px;
	padding-left: 100px;

}	

.blog-right-col h2{
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	background: #474747;
	color: #fff;
	font-size: 20px;
	padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -khtml-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.article-list{
	margin-bottom: 25px;

}

.article-list ul.category-module{
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
  font-size: 16px;
  line-height: 22px;
	background: #f3f3f3;
	padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}	

.article-list ul.category-module li{
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.article-list ul.category-module a{
	color: #223884;
	text-decoration: none;
	float: left;
	width: 100%;
	margin-bottom: 5px;

}

.article-list  ul.category-module a:hover{

    color: #62a730;
}		


.article-list ul.category-module .tags a {
    font-size: 15px;
    color: #585858;
    text-decoration: none;
	width: auto;
}

.article-list ul.category-module .tags a:hover{
	color: #1a268d;
}

.article-list ul.category-module .tags li{
	margin-bottom: 0px;
	float: left;
	width: auto;
    padding-right: 5px;
}


.mod-articles-category-date{
font-size: 15px;
    line-height: 15px;
    color: #585858;
    float: left;
    padding-right: 5px;
}	
/*
.article-list span{
	float: left;
	width: 100%;
font-size: 15px;
    color: #585858;
}
*/

#blog-container .btn{
	background: #d9d9d9;
	color: #223884;
padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
margin: 0px;
    min-width: 0px;
	text-transform: uppercase;
}

#blog-container .btn:hover{
	background: #223884;
	color: #fff;
}	

.blog{
	float: left;
	width: 100%;

}

.blog-img{
	float: left;
	width: 100%;
	padding-bottom: 15px;
	text-align: center;
	min-height: 100px;
display: flex;
    align-items: center;
    justify-content: center;


}

.blog-img img{
	    -webkit-transition: .3s;
    transition: .3s;
	max-width: 100%;
	/*max-height: 100px;*/
	width: 100%;
	/*min-height: 256px;*/
object-fit: cover;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;

}

#blog-container .items-row .blog-img:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);
}	

.tags{
	float: left;
	width: auto;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	color: #585858;
	line-height: 15px;

}

.tags li{
	float: left;
	padding-right: 5px;
}

.tags a{
	font-size: 15px;
	color: #585858;
	text-decoration: none;
}	

.tags a:hover{
	color: #131279;
	text-decoration: underline;
}

.tags-box{
	float: left;
	width: 100%;
    font-size: 16px;
    line-height: 22px;
	color: #525252;
	padding-top: 10px;
}

.tags-heading{
		float: left;
	margin-right: 5px;
}

.tags-box a{
	color: #223884;
	text-decoration: none;
}

.tags-box a:hover{
	text-decoration: underline;
}	

.tags-box ul{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.tags-box ul li{
	float: left;
	margin-right: 5px;
}

.blog .page-header{
	display: block !important;
}

.pagination{
	float: left;
	width: 100%;
	text-align: center;
}

.pagination ul{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pagination ul li{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.pagination-prev .pagenav{
	color: #fff;
	background: #fff;
}

.pagination-next .pagenav{
	color: #fff;
	background: #fff;

}

.pagenav{
display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
	background: #d7d7d7;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
	min-width: 20px;
}	

.pagination ul li a{
    background: #1a268c !important;	
	display: inline-block;
    padding: 5px;
	min-width: 20px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
}	

.pagination ul li a:hover{
    background: #62a730!important;	
}

.pagination-next a{
    background: #1a268c!important;		
	display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
}

.pagination-next a:hover {
    background: #62a730!important;	
}

.pagination-prev  a{
    background: #1a268c;	
	display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
}

.pagination-prev  a:hover {
    background: #62a730;
}

.pagination-start{
	display: none;
}

.pagination-end{
	display: none;
}

.tooltip{
	display: none !important;
}

/* ABOUT US */

.about-us-boxes .box3 img{
	width: 100%;
	max-width: 100px;
}

.about-us-boxes .box3 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 60px;
	text-align: center;
}

.about-us-boxes h3 {
    text-transform: uppercase;
    color: #3f3f3f;
   	text-align: center;
	font-size: 35px;
    font-family: 'PT Serif', serif;
    margin-top: 15px;
}

.about-us-boxes p{
   	text-align: left;
}

/* INVESTMENTS */

.sectors {
    text-align: center;
	padding-top: 75px;
}

img.icon-left {
    float: left;
    margin-right: 50px;
}

.sectors img {
    max-width: 130px;
margin-top: 10px;
}

.solution-txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 80%;
    text-align: left;
}

.txt-block-right {
    float: right;
}

.sectors .box1 {
    display: inline-block;
    max-width: 900px;
    float: none;
    padding-bottom: 50px;
}

.sectors h3 {
    text-transform: uppercase;
    color: #3f3f3f;
    font-family: 'PT Serif', serif;
	font-size: 30px;
	margin-top: 0px;
}

.sectors ul {
    font-weight: 400;
    font-size: 20px;
    color: #3f3f3f;
    line-height: 28px;
    list-style: none;
    padding-left: 10px;
}

.sectors ul li {
    padding-left: 20px;
    background: url(../images/bullet4.png);
    background-size: 10px;
    background-position: left 10px;
    background-repeat: no-repeat;
    font-weight: 400;
}

.contact-page{
	padding-top: 170px;
}

/* TEAM PAGE */

.team-page{
	padding-top: 50px;
display: flex;
flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.team-page a{
	text-decoration: none;
}

.team-page a:hover h2{
	color: #000000;
}

.team-page a:hover span{
	color: #000000;
}
.team-page a:hover img{
    -webkit-transform: scale(1.05);
}


.team-page h2{
    font-size: 25px;
    line-height: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}	

.team-page span{
    font-size: 18px;
    line-height: 25px;
	color: #585858;
    -webkit-transition: .2s;
    transition: .2s;
}	


.team-page img{
	width: 100%;
	max-width: 170px;
    -webkit-transition: .3s;
    transition: .3s;
}

.team-page .box3{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}

.fancybox-content{
	width: 100%;
	max-width: 700px !important;
	background: #272727!important;
}

.fancybox-content h2{
	margin-top: 0px;
	margin-bottom: 5px;
	color: #fff;
}

.fancybox-content span{
  font-size: 25px;
    line-height: 30px;
	color: #585858;
	color: #fff;
}	

.fancybox-content p{
	color: #fff;
}	

.fancybox-button svg path{
	color: #ffd700 !important;
}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1530px) {

.container{
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow: hidden;
}

.header-container{
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.news-item .header-container{
	float: left;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}





}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1350px) {
.intro-box-txt{
	max-width: 100%;
	padding-left: 50px;
}

.intro-quote{
	padding-left: 0px;
}

.homepage-intro-quote{
	padding: 50px;
	padding-bottom: 80px;
}


}



/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1250px) {

.banner-logos img{
	float: none;
}

.banner-logos{
	position: static;
	width: 50%;
    max-width: 300px;
	text-align: center;
	padding-top: 0px;
}

.careers-page h2{
	margin-top: 20px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1207px) {




.project-gallery .banner{
background-size: auto 100%;
}




.page-header{
    background-size: auto 100%;
    padding-top: 20px;
}	

#menu{
	display: none;
}

.slicknav_menu{
	display: block;
}

.header {
	position: static;
padding-bottom: 20px;
	float: left;
}

.custombanner-content{
	padding-top: 0px;
}

.header #logo img{
	/*position: relative;
	z-index: 9999;
    -webkit-transition: 0s;
    transition: 0s;*/

}


.banner-col{
	min-height: 150px!important;
}

.blog-right-col{
	padding-top: 25px;
}


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

	
}



/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1071px) {

.careers-page .cols2{
	column-gap: 30px;
}

.news-item{
    width: 60%;
}

.blog-right-col{
    width: 40%;
}	

.news-item .page-header h1{
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
}

.services-page ul.services-boxes{
	display: flex;
	

flex-wrap: wrap;

}

.services-info h2{
	min-height: 60px;
}
.services-info{
    min-height: 318px;
}

.about-text-container{
	padding: 15px;
	padding-right: 0px;
	padding-top: 0px;
}

.about-box-quote{
border-left: 50px solid #fff;
}	

.about-box-quote .testimonial-box .testimonial-txt p{
font-size: 20px;
    font-weight: 600;
    line-height: 25px;	
}

.about-box-quote .testimonial-box{
	background-size: 20px;
padding-left: 50px;
}

.about-box-quote .testimonial-box .testimonial-txt{
	background-size: 20px;
padding-right: 50px;
}

.event-intro a.btn {
    margin-top: 15px;
}

.about-box {
    background-size: cover;
    text-align: center;
}


}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 940px) {

.solution-txt{
	width: 75%;
}

.about-us-boxes{
	padding-top: 30px;
}

.about-us-boxes .box3{
	width: 100%;
	padding-left: 0px;
    padding-right: 0px;
	padding-top: 30px;
}

.investments-homepage .box4{
	width: 50%;
}

#blog-container .items-row{
	width: 33.33%;
	padding: 15px;
}

.services-info{
	background: #fff!important;
	padding: 0px !important;
}

.cd-section{
padding-left: 15px;
    padding-right: 15px;
}


.cd-container{
	width: 100%;
}

.cd-container ul{
	margin: 0px;
	padding: 0px;
}


.about-accordion-container{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-right: 35px;
}


.giving-initiatives{
	width: 100%;
	padding-right: 0px;
	text-align: center;
	padding-bottom: 50px;
}

.giving-initiatives img{
	max-width: 300px;
}

#giving-slider{
	width: 100%;
	padding-left: 0px;
	text-align: center;
}

.copyright{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
}

.footer-links{
	padding-left: 25px;

}

.footer-contact-container{
	padding-right: 0px;
}

.footer-links .box2{
	max-width: 50% !important;
	padding: 20px;
}

#footer .footer-logos{
	padding-left: 20px;
}

.banner-box-border{
	padding-right: 0px;
}

.banner-logos{
	width: 100%;
	padding-top: 50px;
	max-width: 100%;
	padding-left: 0px;
	text-align: center;
}

.banner-logos .box1{
	width: auto;
	float: none;
	display: inline-block;
}

.banner-logos img{
	margin-left: 10px;
	margin-right: 10px;
}

.project-gallery .banner{

	padding-left: 0px;
	padding-right: 0px;

}


.contact-details .box3{
	width: 100%;
	padding-bottom: 25px;
}

.contact-details{
	padding-top: 20px;
}

.contact-page .form-container{
    margin-top: 20px;
}


.product-links li span {
	min-height: 0px;
}

.intro-box-txt{
	max-width: 100%;

}

.intro-img{
	padding-left: 0px;
	padding-top: 25px;
}




.bx-wrapper .bx-prev{
	background-position: 10px center !important;
}

.bx-wrapper .bx-next{
    background-position: right 10px center!important;

}
	

.banner{
	min-height: 500px;
}

.banner-short{
	min-height: 300px;
}

.banner-short .banner-txt{
    padding-top: 120px;
}

.our-products-page p{
	font-size: 20px;
}

.our-products-page .product-links li{
	width: 50%;
	overflow: hidden;
}

.our-products-page .product-links li span{
	width: 80%;
}



.header-box{
	float: none;
	display: inline-block;
	padding-top: 0px;
}

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



.events-page ul li{
	width: 50%;
}

.homepage-intro{
	position: relative;
	text-align: center;
}

.intro-box{
    float: none;
	display: inline-block;
	margin-top: 25px;
	max-width: 500px;
	width: auto;
}

.intro-box .moduletable{
    margin-left: 0px;	
}

.homepage-intro .box2{
	width: 100%;
}

.intro-img-box{
	margin-right: 0px;
	position: absolute;
	top: 50px;
	left: 0;
}

.moduletable-retreats-programme{
	width: 100%;
    margin-top: 50px;
}

.moduletable-retreats-bookings{
	width: 100%;
margin-top: 0px;
}

.moduletable-retreats-mtt{
	width: 100%;
margin-top: 0px;
}

.moduletable-retreat-box{
	width: 100%;
margin-top: 0px;
}

.homepage-boxes .box3{
	padding: 10px;
}



.video-banner-overlay{
	display: none;
}



.homepage-box-container .box2{
	width: 105%;
	padding: 50px;
	min-height: 0px;
	margin-left: -15px;
}

.why-choose-us .box4{
	width: 50%;
}




.banner-container{
	padding-top: 0px;
}

span.header-email{
	float: left;
	padding-left: 25px;
	font-size: 16px;
background-position: left 6px;
	padding-top: 10px;
    background-position: left 10px;
}

span.header-phone{
	float: left;
	padding-right: 20px;
	font-size: 16px;
background-position: left 6px;
	padding-top: 10px;
    background-position: left 10px;
}

.banner-txt{
	padding-left: 20px;
	padding-right: 20px;
}

/*
.bx-wrapper .bx-prev{
	background-size: 20px !important;
	background-position: left 5px center !important;
}

.bx-wrapper .bx-prev:hover{
	left: 3px!important;
}

.bx-wrapper .bx-next{
	background-size: 20px!important;
	background-position: right 5px center !important;
}

.bx-wrapper .bx-next:hover{
	right: 3px!important;
}

.bx-wrapper .bx-controls-direction a{
	width: 50px!important;
	height: 50px!important;
}
	*/

}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 800px) {

.contact-page p{
	text-align: left !important;
}

.contact-details{
	width: 100%;
	max-width: 100%!important;
}

.contact-page .form-container {
    max-width: 100%;
    margin-top: 0px;
}

.blog-right-col{
	padding-left: 75px;
}

.services-sub-page .tabs-menu{
	justify-content: left;
}

.services-sub-page .tabs-menu li{
	width: 25%;
}

  .cd-member-bio {
    width:100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

#cd-team .cd-member-info{
	font-size: 20px;
}

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

.footer-contact-container{
	width: 80%;
}

.intro .box2{
	width: 100%;
	padding-bottom: 50px;
}

.homepage-intro-quote{
	padding-bottom: 50px;
}	

.content-left{
	width: 100%;
}

.content-right-img{
	width: 100%;
	padding-left: 0px;
}

.booking-page .box2{
	width: 100%;
}

.aboutus-page .box2{
	width: 100%;
	padding: 0px;
}


.office-banner .banner-txt{
	width: 100%;
    text-align: center;
}

.office-banner .banner-txt p{
    text-align: center;
}

.banner-form-container{
	width: 100%;
	padding-top: 20px;
}

.banner-form{
	float: none;
	display: inline-block;
}

.event-intro{
	width: 100%;
}

.event-gallery{
	width: 100%;
	padding-left: 0px;
	padding-bottom: 50px;
    padding-top: 0px;
}


.wcu-box ul li{
	width: 50%;
}






.header a{
	float: none;
}

.moduletable-rss-feed ul li{
	float: left;
	width: 50%;
	min-height: 75px;
}

.booking-form{
	width: 100%;
}

.booking-info{
	width: 100%;
	background: none;
}	

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

.services-page .box2{
	width: 100%;
	padding-bottom: 25px!important;
	min-height: 0px;
	text-align: left !important;
	background: none !important;
	background-image: none !important;	
}

#management:hover{
	background-image: none !important;	
}

#investors:hover{
	background-image: none !important;	
}

.services-info h2 {
    min-height: 0px!important;
}



.why-choose-us{
	padding-top: 50px;
margin-top: 0px;
}

#footer .box3{
	width: 100%;
	padding-bottom: 15px;
}

.footer-logo{
	width: 100%;
	padding-bottom: 15px;
}

#footer .box3{
	padding-top: 15px;
}

#testimonial-container .testimonial-box{
	background-position: top left 30px;
	padding-left: 75px;
}

#testimonial-container .testimonial-box .testimonial-txt{
	background-position: bottom right 30px;
	padding-right: 75px;
}

.form-container{
	max-width: 100%;
	padding-top: 15px;
	padding-right: 15px;
}

.contact-container .box2{
	width: 100%;
}

.form-container h2{
	text-align: left;
}

.services-page img{
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}

.services-page .box1{
	padding-top: 0px;
	/*padding-bottom: 25px;*/
}

.moduletable-txt-left{
	padding-right: 50px;
}


.services-page .services-boxes li{
	width: 25%;
}


}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 750px) {

.solution-txt{
	width: 70%;
}


.sector-text{
	background: #2732a0;
	background-image: none !important;
	display: none;
}

.sector-info h2{
	font-size: 18px;
    line-height: 22px;	
}

.homepage-boxes .box2{
	width: 100%;
}

.team-page .box3{
	width: 50%;
}

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

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 695px) {

.services-page .services-boxes li{
	width: 33.33%;
}

.tabs-menu li{
	width: 100%;
}

.about-box{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 100px;
}

.header #logo{
	text-align: left;
}

#header-social{
	width: 100%;
}

#header-social img{
	float: none;
	display: inline-block;
}

.programme h2{
	font-size: 30px;
    line-height: 40px;	
}

.programme-row{
	margin-bottom: 20px;
}

.box-speaker{
	float: left;
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.box-info{
	width: 100%;	
	border-right: none;
	border-left: none;
}

.box-info .box2{
	width: 100%;	
	padding-right: 0px;
	min-height: 0px !important;
	padding-top: 10px;
}

.streamed-box2{
	border-left: none;
	margin-top: 0px;
  padding-left: 0px;
}

.box-time{
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
}	

.header{
	padding-bottom: 15px;
}

.contact-container .box2{
	width: 100%;
}

.banner-short .banner-txt h1{
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    padding: 15px;
} 

/*
.banner-short .banner-txt{
	padding-top: 250px;
}
*/


.header #logo{
	max-width: 100%;
}


.header-box{
	float: left;
	width: 100%;
	padding-right: 0px;
	padding-top: 0px;
}

.header #phone{
	float: none;
	display: inline-block;
}

.header .btn{
	float: none;
	display: inline-block;
}

.moduletable-txt-left{
	padding-right: 0px;
	width: 100%;
}

.moduletable-images-right{
	width: 100%;
}	

.homepage-boxes .box3 h2{
	font-size: 25px;
}

/*.header #phone{
	width: 100%;
	padding-left: 0px;
	text-align: left;
padding-top: 0px;
	padding-bottom: 10px;
}

.header #phone span{
	text-align: left;
font-size: 30px;
    line-height: 30px;
}	*/

#instafeed img{
	width: 50%;
	max-width: 50%;
border: 10px solid #fff;
}

.about-page .box2{
	width: 100%;
	border: none;
}

.about-images{
	padding-left: 0px;	
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 650px) {

.sectors{
	text-align: left;
}

img.icon-left{
	float: none;
	margin-right: 0px;
}

.solution-txt{
	width: 100%;
}

.sectors h3{
	margin-top: 15px;
}

.sectors .box1 {
    padding-bottom: 20px;
}

.footer-links{
	width: 100%;
    text-align: center;
}

.careers-page .cols2{
column-count: 1;
    column-gap: 0px;
}

.careers-page .box-first{
	width: 100%;
	padding-right: 35px;
}

.careers-page .box-second {
	width: 100%;
	padding-left: 0px;	
	padding-right: 35px;
}

.careers-page .heading-left {
    margin-left: 0px;
}

.careers-page .heading-left:after {
    content: "";
    position: absolute;
    top: 0;
	left: auto;
    right: -10px;
    width: 0;
    height: 0;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    width: 20px;
    height: 100%;
    background: #1a268c;
}

.sector-info .box2{
padding-right: 0px;
    padding-left: 0px;
	width:100%;
}	

.sector-info .box1{
	padding-right: 0px !important;
    padding-left: 0px!important;
}	

.services-sub-page .tabs-menu li{
	width: 500%;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    border-right: 2px solid #efefef;
    border-bottom: 2px solid #fff;
}

.services-sub-page .tabs-menu li a{
	padding-top: 10px; 
    padding-bottom: 10px; 
}

.services-sub-page .tabs-menu li{
	background-position: right 10px center;
}	

.text-block-about .box2{
	width: 100%;
}

.about-text-container{
	width: 100%;
    padding-right: 15px;
}

.about-box-quote{
	width: 100%;
border-left: 15px solid #fff;
border-right: 15px solid #fff;
}

#photos{
	column-count: 2;
}

.header #showroom{
	display: none;
}

.header #phone{
	padding-right: 0px;
}

.sub-banner{
	width: 100%;
	border-left: none !important;
	border-top: 1px solid #fff;
}

.speaker-profiles .box2{
	width: 100%;
	padding-right: 0px;	
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 625px) {

.news-item {
    width: 100%;
}

.blog-right-col {
    width: 100%;
	padding-left: 0px;
	text-align: left;
    padding-top: 0px;
}

.article-list{
	max-width: 350px;
}

#blog-container .items-row{
	width: 50%;
	padding: 15px;
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor{
	font-size: 18px;
    padding-left: 10px;
}

.corporate-page .cols2{
	column-count: 1;
    column-gap: 0px;	
}

.corporate-page {
    margin-top: 20px;
}

#testimonial-container .testimonial-box{
	padding-left: 25px;
	background-position: 0px 0px;
}

#testimonial-container .testimonial-box .testimonial-txt{
padding-right: 35px;
    padding-left: 25px;
background-position: right 0px bottom;
}

.our-products-page .product-links li span{
    font-size: 18px;
    font-weight: 600;
}



.events-page ul li{
	width: 100%;
}

.intro-img-box{
    min-height: 800px;	
}

.homepage-intro{
    min-height: 850px;	
}	

.intro-box{
    float: none;
	display: inline-block;
	margin-top: 50px;
	max-width: 300px;
	width: auto;
}

.moduletable-txt-left h2{
	margin-top: 0px;
}

.moduletable-rss-feed ul li{
	float: left;
	width: 100%;
	min-height: 0px;
	padding-right: 0px;
}


.homepage-boxes .box3 {
	width: 100%;
	margin-bottom: 20px;
}

.homepage-boxes .box3 h2{
	font-size: 30px;
}

.about-page p{
	text-align: left;
}

.services-page p{
	text-align: left;
}

.homepage-box-container .box2{
	width: 110%;
}

.homepage-box-container .box2 p{
	margin-bottom: 10px!important;
}

.why-choose-us .box4{
	padding: 25px;
}

.homepage-box-container .box2{
	padding-left: 25px;
	padding-right: 25px;
}

#testimonial-container .testimonial-box{
	background-size: 30px;
}

#testimonial-container .testimonial-box .testimonial-txt{
	background-size: 30px;
}

#testimonial-container .testimonial-box .testimonial-txt p{
	margin-top: 0px;
}

.service-icons .box4{
	width: 50%;
	padding-bottom: 25px;
}

.service-icons{
	padding-left: 0px;
	padding-right: 0px;
}

.form_field{
	padding-bottom: 15px;
	width: 100%;
	padding-right: 0px
}

.form_field_row{
	padding-bottom: 0px;
}
}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 550px) {

.team-page .box3{
	width: 100%;
}

.investments-homepage .box4{
	width: 100%;
}


.banner-box-blue{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}	

.services-page .services-boxes li{
	width: 50%;
	padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;	
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor{
	min-height: 0px;
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor:after{
	right: -16px;
    width: 33px;
}

.giving-initiatives .box2{
	width: 100%;
}

.grey-banner .banner-txt{
	width: 70%;
}

.services-sub-page-banner .banner-txt{
	width: 70%;
}

.footer-contact-container{
    width: 90%;
}	

.footer-contact{
	padding: 25px;
}


.footer-links .box2{
	max-width: 100%!important;
	width: 100%!important;
	padding-left: 0px;
	padding-right: 0px;
}

#footer .form-container{
	padding-left: 20px;
	padding-right: 20px;
}
#footer .footer-logos{
	padding-left: 0px;
}

.footer-links{
	padding-top: 30px;
}

.footer-links .box2{
	padding: 0px;
}





.moduletableabout-us-intro h2{
	font-size: 30px;
}

.moduletableabout-us-intro{
	padding: 25px;
}

.project-gallery .banner{
    min-height: 400px;
}

.booking-page .box2{
	max-width: 100% !important;
	width: 100%;
}

.banner-short{
	padding-bottom: 10px;
}

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

.banner-form-container{
	padding: 25px !important;
}

.wcu-box ul li{
	width: 100%;
}

.radio-boxed .box3{
	padding-right: 0px;
	width: 100%;
	margin-bottom: 15px;
}

.radio-boxed label{
	min-height: 0px;
}

.homepage-intro h1{
	font-size: 30px;
}



.videoWrapper2{
	padding-top: 5px;
}

.videoWrapper2 iframe{
	/*top: -30px;*/
}

.header #phone{
		text-align: center;
}




.gas-safe-page img{
	width: 100%;
}

/*
.page-header{
	margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}*/

.page-header h1{
    text-align: left;
	font-size: 30px;
}

.gallery-page h1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.showroom-page h1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.about-page h1{
    text-align: center;
	font-size: 25px;
}

.banner-txt h1{
	font-size: 35px;
	line-height: 40px;
}

h1{
	font-size: 35px;
	line-height: 40px;
}

.banner-txt p{
	font-size: 20px;
	line-height: 27px;
}

.wcu-box h2{
	font-size: 35px;
	line-height: 40px;
}

.co-working-enquiry-form h1{
	font-size: 35px;
	line-height: 40px;
}

#footer-top span{
	font-size: 35px;
	line-height: 40px;
}	

.homepage-content h1{
	font-size: 25px;
}

.contact-details{
	float: left;
}

.contact-details strong{
    font-size: 20px;
}

.contact-container h2{
    font-size: 20px;
}

.why-choose-us h2{
	font-size: 25px;
}

.why-choose-us h3{
	font-size: 20px;
}

.about-page{
	padding-top: 25px;
}

.contact-details{
	padding-top: 25px;
}


h2{
	font-size: 30px;
}

.about-us-boxes h3 {
    font-size: 25px;
}

about-page p {
    max-width: 100%;
    display: inline-block;
}




.gas-safe-logo{
float: none;
display: inline-block;
width: auto;
}

.why-choose-us .box4{
	width: 100%;
	padding-top: 0px;
}

.why-choose-us h3{
	margin-top: 0px;
	min-height: 0px;
}


/*
.banner{
	min-height: 450px;
}

*/

.retreats-banner .banner-txt {
    padding-top: 155px;
}

.banner-xshort{
	min-height: 0px;
}	

.homepage-content p{
	text-align: left !important;
	margin-bottom: 0px;
}

span.header-email{
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
    z-index: 999999999;
   	padding-top: 10px;
    background-position: left 10px;
}

span.header-phone{
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
    z-index: 999999999;
background-position: left 10px;
}

/*
.form_field_row{
	padding-bottom: 0px;
}
*/

.form_field{
	padding-bottom: 15px;
	width: 100%;
	padding-right: 0px
}

.form_field_wide{
	padding-right: 0px;
	padding-bottom: 15px;
}

.guest-row .form_field{
	padding-bottom: 15px;
	width: 100%;
	padding-right: 0px
}

#content .event-intro a.btn{
	margin-top: 15px;
}

}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 460px) {

.wrapper-homepage .banner-txt{
	padding-top: 100px;
}

#slideshow{
    min-height: 600px !important;
}

#blog-container .items-row{
	width: 100%;
	padding: 15px;
}

.header #logo img{
	max-width: 250px;
}

.slicknav_btn{
    margin-top: 23px!important;
    margin-right: 5px!important;
}

.banner-box-blue{

}	




.our-products-page .product-links li {
    width: 100%;
    overflow: hidden;
}

.product-links li {
    width: 100%;
    overflow: hidden;
}

.content-right-img .box2{
	width: 100%;
}

.content-right-img img{
	border-left: none;
}

.intro h2{
	font-size: 30px;
    line-height: 35px;
}

.intro span{
	font-size: 25px;
    color: #f26522;
    line-height: 35px;
}



}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 450px) {




.footer-links{
	padding-left: 15px;
	text-align: left;
}

.services-page .services-boxes li h3{
	font-size: 16px;
	line-height: 20px;
}

.intro{
	padding-top: 25px;
}

.intro-box-txt{
	padding: 20px;
}

.homepage-intro-quote{
	padding: 20px;
}

.intro .box2{
    padding-bottom: 0px;
}	

.booking-page .box2 span{
	padding-top: 10px;
}

.header #phone{
	padding-bottom: 5px;
}

.banner-form-container{
	padding: 0px !important;
}



.slicknav_menu .slicknav_icon-bar{
    width: 50px!important;
	height: 3px!important;
}



.moduletable-retreats-bookings div{
	width: auto;
}



.homepage-intro img{
	display: inline-block;
}





#footer .box3 .box1{
	width: 100%;
	float: left;
   
}

/*
#footer-container{
	padding-left: 15px;
	padding-right: 15px;
}
*/

.service-icons .box4{
	width: 100%;
}



#photos{
	column-count: 1;
}

.services-sub-page .tab-content{
	padding: 15px;
	padding-top: 25px;
}

#footer-container .box2 img{
    max-width: 300px;
}

.footer-links{
    text-align: center;
    padding-left: 0px;
}	

.sectors img{
    max-width: 100px;
}

.sectors{
	padding-top: 50px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 380px) {

.fancybox-content{
	padding: 15px !important;
	padding-top: 50px!important;
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    min-height: 48px;
}

.grey-banner .banner-txt{
	width: 100%;
}

.services-sub-page-banner .banner-txt{
	width: 100%;
}

.banner-col .banner-txt h1{
	left: 0;
}

.our-products-page .product-links li span{
    background-position: right!important;
}	

.retreats-banner .banner-txt {
    padding-top: 120px;
}


.contact-details span{
	font-size: 17px;
}

.header #logo img {
    max-width: 260px;
}




}
	
