@charset "utf-8";

p {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	margin: 0;
}

.contactheader {
	width: 100%;
	padding-top: 7px;
	padding-left: 0px;
	padding-bottom: 7px;
	background-color: #363b3f;
	
}

.textheader {
	font-family: lato;
	font-size: 14px;
	color: #fff;
	margin-left:60px;
	text-decoration:none;
	
}

.logo {
	float:left;
	width:200px;
	height: 86px;
	background-image:url(/wp-content/uploads/lighhilllogo-IICI.jpg);
	background-size:contain;
	margin-top: 20px;
	margin-left:48px;
	
}


.nav {
	float:right;
	margin-top:22px;
	margin-right:20px
}

.nav > li {
	display: inline-block;
}

.nav2a {
	color: #333;
	font-family: lato;
	text-decoration: none;
    display: inline-block;
	line-height: 46px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;

}

.nav2b {
	color: #333;
	font-family: lato;
	text-decoration: none;
    display: inline-block;
	line-height: 46px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	background-image: url("/wordpress/wp-content/uploads/line.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}

.nav2a:hover {
	background-image: url("/wp-content/uploads/line.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}

.imagebanner{
	position:relative;
	float:left;
	width:100%;
	height:550px;
	margin-top:20px;
	background-image:url(/wp-content/uploads/lloyds2.jpg);
	background-size:cover;
	background-repeat:no-repeat;

}

.imagebannerabout{
	position:relative;
	float:left;
	width:100%;
	height:350px;
	margin-top:20px;
	background-image:url(/wp-content/uploads/thames.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom;

}

.imagebannercontact{
	position:relative;
	float:left;
	width:100%;
	height:350px;
	margin-top:20px;
	background-image:url(/wp-content/uploads/contact.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom;

}

.imagebannerresearch{
	position:relative;
	float:left;
	width:100%;
	height:350px;
	margin-top:20px;
	background-image:url(/wp-content/uploads/research2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom;

}

.imagebannerprojects{
	position:relative;
	float:left;
	width:100%;
	height:350px;
	margin-top:20px;
	background-image:url(/wp-content/uploads/projects.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom;

}

.imageoverlay{
	position:absolute;
	top:100px;
	margin-left:50px;

	
}

.imageoverlayabout{
	position:absolute;
	bottom:20px;
	margin-left:50px;

	
}

.overlaytext{
	font-family:lato;
	font-weight:400;
	font-size:16px;
	color:#b1e2ee;
}

.overlaytext2{
	font-family:lato;
	font-weight:300;
	font-size:44px;
	color:#fff;
}

.introduction_header{
	float:left;
	width:100%;
	background-color:#d9d9d9;

	
	}
	
.introtext{
	font-family:lato;
	font-weight:300;
	color:#333;
	font-size:22px;
	line-height:32px;
	padding-left:50px;
	padding-right:50px;
	padding-top:30px;
	padding-bottom:30px;

	
}

.introtext2{
	padding-left:50px;
	padding-right:50px;
	padding-top:40px;
	padding-bottom:20px;
	font-family:lato;
	font-size:24px;
	font-weight:400;
	line-height:22px;
	color:#4D9ABC;

	
}

.icons{
	float:left;
	width:100%;
	padding-top:60px;
	padding-bottom:50px;


}

.icontitle{
	font-family:lato;
	font-weight:400;
	font-size:21px;
	color: #333;
	
}

.icontext{
	font-family:lato;
	font-weight:400;
	font-size:13px;
	color: #666;
	
}

.iconborder{
	border-left:1px;
		border-right:1px;
			border-top:1px;
				border-bottom:1px;
	border-color:#999;
	border-style:solid;
	width: 70%;
	height:22px;
}


.icona{
	font-family:lato;
	font-size:12px;
	color: #333;
	text-decoration:none;
	border:1px;
	width:70%;
	
	
}

.icona:hover{
	font-family:lato;
	font-size:12px;
	color: #999;
	text-decoration:none;
	border:1px;
	width:70%;
	height:25px;
	
}

.footer{
	float:left;
	background-color:#363b3f;
	width:100%;
	height:160px;
	padding-top:30px;
	border-top: 5px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	border-color:#4D9ABC;
	border-style:solid;
	bottom:0px;
	
}

.footerlogo{
	padding-left:50px;
	padding-right:30px;
	
	
}.address {
	padding-left:30px;
	padding-right:30px;
}

.addresstext{
	font-family:lato;
	font-size:12px;
	font-weight:400;
	color: #fff;
	text-decoration:none;
	line-height: 25px;
}

.bodytext{
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:50px;
	font-family:lato;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	text-align:justify;
	color: #333;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
     -moz-column-count: 2; /* Firefox */
	 -webkit-column-gap:40px;
	      -moz-column-gap: 2; /* Firefox */
	
	
}

.bodytext2{
	padding-left:50px;
	padding-right:50px;
	padding-top:0px;
	padding-bottom:50px;
	font-family:lato;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	text-align:justify;
	color: #333;
	
	
}

.members{
	float:left;
	width:100%;
	background-color:#f2f2f2;

	
	}
	
.memberstitle{
	padding-left:50px;
	padding-right:50px;
	padding-top:40px;
	padding-bottom:20px;
	font-family:lato;
	font-size:24px;
	font-weight:400;
	line-height:22px;
	color:#4D9ABC;
	
}

.membersintro{
	font-family:lato;
	font-weight:300;
	color:#333;
	font-size:22px;
	line-height:32px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:30px;

	
}

.logobannerintro{
	font-family:lato;
	font-weight:300;
	color:#fff;
	font-size:18px;
	line-height:32px;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	width:auto;
	background-color: #363B3F
}

.logobanner {
	padding-left:40px;
	padding-right:40px;
	padding-top:10px;
	padding-bottom:10px;
	width:auto;
	height:auto;
	background-color: #363B3F
}

.logobanner img {
	width: 100%;
	height: 100%;
}

.bodytextbenefits{
	width:auto;
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:50px;
	font-family:lato;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	text-align:justify;
	color: #333;
	
	
}

/* Style the buttons that are used to open and close the accordion panel */
 button.accordion {
	 font-family:lato;
	 font-weight:300;
	 font-size:18px;
	 border-bottom:5px;
	 border-left:0px;
	 border-right:0px;
	 border-top:0px;
	 border-style:solid;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding-left: 50px;
	    padding-right: 50px;
		    padding-top: 18px;
			    padding-bottom: 18px;
    width: 100%;
		 border-color:#ffffff;
    text-align: left;

    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
 button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 50px;
    background-color: white;

     max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block !important;
	    opacity: 1;
    max-height: 100%; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
		padding-left:50px;
	padding-right:50px;
	padding-top:0px;
	padding-bottom:50px;
	font-family:lato;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	text-align:justify;
	color: #333;
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

 button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
