/*FONTS*/
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Raleway);


body{
	
	background: url(../images/back-logo.png) no-repeat;
	background-position: 1018px 85px;
	font-family: 'Raleway', sans-serif;
	
}

.cd-top{

	visibility: hidden;
	position: fixed;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
    visibility: visible;
    opacity: 1;
    position: fixed;
    bottom: 0px;
    right: 60px;
    background: #024772;
    color: #fff;
    padding: 10px 13px;
    z-index: 99;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
}


.cd-top.cd-is-visible:hover{
	
	opacity: 1;
}


.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}


p{
	font-family: 'Raleway', sans-serif;
}

/* HEADER */

header {
	height: auto;
    padding-top: 16px;
    padding-bottom: 3px;
	}


header.allPages{

	box-shadow: 0 5px 7px -4px rgb(81, 81, 81);
	position: fixed;
  	width: 100%;
  	z-index: 999;
  	background: #fff;
  	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}


header.allPages.smaller .icons-top{

	margin-top: -10px;

}


header.allPages.smaller h1{

	top: 0;

}


header.allPages.smaller .menu-top-container{

	margin-top: 30px;

}


header h1 {
	float: left;
	width: 287px;
	position: relative;
    top: 16px;
}

header h1 a {
	display: inline-block;
	width: 287px;
	height: 68px;
	text-indent: -99999px;
	background: url(../images/wsidoncaster.jpg) no-repeat;
}


header .menu-top-container {
	width: auto;
	margin-top: 20px;
}

#menu-top li {
	display: inline-block;
	margin-left: 10px;
}

#menu-top li a {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	padding: 11px;
	color: #2D2C2C
	}

#menu-top li a:hover {
	color: white;
	}

#menu-top li ul {
	position: absolute;
	display: none;
	width: 240px;
	z-index: 999999;
	margin: 0;
	padding: 5px 10px 0 10px;
	background: #65a5bf;
	}

#menu-top li:hover ul {
	display: block;
	}

#menu-top > li:hover > a{
	background: #65a5bf;
	color: white;
	text-shadow: 1px 1px 2px #000;
}

#menu-top li ul li {
	display: block;
	margin: 0;
	}

#menu-top li ul li {
	border: 0;
	}

#menu-top li ul li a {
	display: block;
	padding: 15px 7px;
	color: #e1f3fe;
	font-size: 16px;
	text-shadow: 1px 1px 2px #000;
	}

#menu-top li ul li a:hover {
	color: #fff;
	}

header select {
	display: none;
	}

.icons-top{
	float:right;
	font-family: 'Lato', sans-serif;
	color:#8a8a8a;
}
.icons-top span:first-child{
	
	margin-right: 20px;

}

.icons-top span i{
	
	margin-right: 5px;

}

.extraTop{

	padding-top: 200px;

}

.allPages.smaller{

	padding: 0;

}


ol{

	margin-left: 11px;
}

header.allPages.smaller h1 a{

	background-size: 228px 52px;
	position: relative;
	top: 18px;
}



#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
	margin-bottom: 30px;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin: 0 10px 0 0;
}

#breadcrumbs li strong{

	font-weight: normal;
	font-size: 13px;

}

#breadcrumbs li a{

	text-decoration: none;
	font-size: 13px;
	color:#03a549;
}

#breadcrumbs li a:hover{

	text-decoration: underline;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

/* HOMEPAGE - BANNER */
.banner{
	display: block;
	width: 100%;
	height: 450px;
	background: url(../images/bg_home_banner1.jpg);
	background-size: cover;
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
	box-shadow: 0px 2px 2px #8F8A8A;

}


.banner h2 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 37px;
	line-height: 64px;
	text-align: center;
	margin-top: 60px;
	text-shadow: 2px 1px 2px #000;
	font-weight:normal;
	}



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

.banner .banner-but{
	background: red;
	display: inline-block;
}



.buttons span{
	line-height: 24px;
	font-size: 12px;
	display: inline-block;
	color: #fff;
	margin: 0 10px;
	width: 25px;
	height: 25px;
	background: #cc4516;
	border-radius: 25px;
	border: 1px solid #fff;
	position: relative;
}


.buttons span:before{

	content: " ";
	border-top: 1px solid white;
	display: block;
	width: 55px;
	position: absolute;
	top: 12px;
	z-index: -1;
	right: -15px;

}



.container a {
	color: #cc4516;
}

.banner a {
	display: inline-block;
	margin-top: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:2px solid #fff;
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	padding: 15px 20px;
	text-transform: uppercase;
	}

.banner a:hover {
	
	background: #fff;
	color:#000;
	text-decoration: none;
	}

.banner a:last-child {
	margin-right: 0;
	}


.pagesBanner{
	height:180px;
	border:1px solid #DBDBDB;
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #EBF1F3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#EBF1F3));
	background: -webkit-linear-gradient(top,  #fff 0%,#EBF1F3 100%);
	background: -o-linear-gradient(top,  #fff 0%,#EBF1F3 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#EBF1F3 100%);
	background: linear-gradient(to bottom,  #fff 0%,#EBF1F3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#EBF1F3',GradientType=0 );
	margin-bottom: 30px;
	margin-top: 5px;

}


.bannerImage{
	background: url(../images/bannerWSI.png) center no-repeat;
	height: 132px;
	position: relative;
	top: -10px;
	width:100%;
}



/* HOMEPAGE - SUB NAV */
.subnav {
	display: block;
	margin-bottom: 50px;
	min-height: 10px;
	border-top: 1px solid #64c4f6;
	border-bottom: 1px solid #2690ed;
	background: #32a2f1; /* Old browsers */
	background: -moz-linear-gradient(bottom,  #32a2f1 0%, #37a9f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#32a2f1), color-stop(100%,#37a9f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #32a2f1 0%,#37a9f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  #32a2f1 0%,#37a9f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  #32a2f1 0%,#37a9f2 100%); /* IE10+ */
	background: linear-gradient(to top,  #32a2f1 0%,#37a9f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32a2f1', endColorstr='#37a9f2',GradientType=0 ); /* IE6-9 */
	}

.subnav ul {
	display: inline-block;
	margin: 0;
	width: 620px;
	}

.subnav ul.subpages {
	width: auto;
	}

.subnav ul.subpages li {
	display: inline-block;
	margin: 0;
	}

.subnav ul.subpages li a {
	display: inline-block;
	padding: 20px 15px;
	margin-bottom: -1px;
	}

.subnav ul.subpages li a.selected {
	background: url(../images/subnav-arrow.png) bottom center no-repeat;
	}

.subnav ul li {
	display: inline-block;
	margin-right: 30px;
	margin-top: 20px;
	}

.subnav ul li a {
	font-size: 18px;
	font-family: 'OpenSansLight';
	color: #fff;
	text-shadow: 2px 1px 2px #1665ae;
	text-decoration: none;
	}

.subnav ul li a:hover {
	text-decoration: underline;
	}

.subnav p {
	display: inline-block;
	font-size: 18px;
	font-family: 'OpenSansSemibold';
	color: #fff;
	text-shadow: 2px 1px 2px #1665ae;
	margin: 0;
	}
	.subnav p a {
		color: #fff;
		}

.subnav p:last-child {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #77d0f8;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	}

.subnav p:last-child a {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/icon_mail.png) no-repeat;
	cursor: pointer;
	text-indent: -99999px;
	}

.topMenu{
	float: right;

}


.main_icon{

	float: left;
	padding-right: 35px;

}

iframe{

	width:100%;
}


/* HOMPAGE - CONTENT */



.homepage-top{
	height: 100%;
}


.homepage .main {
	margin-left: 0;
	}

.homepage .latestnews {
	vertical-align: top;
	display: inline-block;
	width: 48%;
	margin-left: 10px;
	}

.homepage .one-third h3 {
	font-size: 22px;
	line-height: 26px;
	font-family: 'OpenSansSemibold';
	color: #37a9f2;
	}

.homepage .one-third h4 {
	font-size: 18px;
	line-height: 24px;
	font-family: 'OpenSansSemibold';
	color: #38464b;
	margin-top: 20px;
	}

.homepage small {
	font-size: 14px;
	font-family: 'OpenSansRegular';
	color: #38464b;
	}
	
.homepage .latestnews small, .homepage .recentnews small {
	display: block;
	font-size: 14px;
	font-family: 'OpenSansSemibold';
	color: #cc4516;
	background: #eeeeee;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.homepage .one-third p {
	font-size: 14px;
	line-height: 24px;
	font-family: 'OpenSansRegular';
	color: #38464b;
	margin-top: 20px;
	}

	
/**** News post ****/
.homepage .post h3 a {
	display: block;
	font-size: 28px;
	font-family: 'OpenSansSemibold';
	color: #38464b;
	line-height: 34px;
	text-decoration: none;
	padding-top: 10px;
	}

.homepage .post h3 a:hover {
	color: #cc4516;
	text-decoration: underline;
	}

.homepage .post p {
	font-size: 14px;
	line-height: 24px;
	}


/**** Previous news articles ****/
.homepage .recentnews {
	vertical-align: top;
	display: inline-block;
	width: 45%;
	margin-left: 20px;
	}

.homepage ul.prevnews li {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	}

.homepage ul.prevnews li a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-family: 'OpenSansSemibold';
	color: #37a9f2;
	text-decoration: none;
	background: url(../images/arrow-blue.jpg) right center no-repeat;
	padding-right: 10px;
	}

.homepage ul.prevnews li a:hover {
	color: #cc4516;
	text-decoration: underline;
	background: url(../images/arrow-orange.jpg) right center no-repeat;
	}


/**** USP's ****/
.homepage .usps ul {
	margin: 0;
	}

.homepage .usps ul li {
	display: inline-block;
	width: 145px;
	margin-right: 8px;
	vertical-align: top;
	}

.homepage .usps ul li:last-child {
	margin-right: 0;
	}

.homepage .usps ul li a {
	color: #cc4516;
	font-size: 15.5px;
	font-family: 'OpenSansSemibold';
	line-height: 24px;
	text-decoration: none;
	}

.homepage .usps ul li a:hover {
	color: #e36e45;
	text-decoration: underline;
	}


/**** Convert Customers ****/
.homepage h5 {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	font-family: 'OpenSansSemibold';
	line-height: 24px;
	color: #38464b;
	}


/**** Subpage Content ****/
.subcontent h3 {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	line-height: 150%;
	color: #000;
	}

.subcontent p {
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	line-height: 150%;

	}

.subcontent li{
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	line-height: 24px;
	color: #38464b;
	margin-left: 14px;
}

.subcontent h4 {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	line-height: 24px;
	color: #2a3741;
	}

.subcontent p a {
	color: #2a3741;
	}
	.subcontent p a:hover {
		color: #36a7f2;
		}

.subcontent ul {
	list-style-type: disc;
	}

.subcontent table tr td {
	padding: 5px;

	}

.subcontent img {
	max-width: 100%;
	height: auto;
  	display: block;
  	margin: 0 auto;
	}

.subcontent .member {
	  display: block;
	  margin-bottom: 40px;
	}

	.subcontent .member img.wp-post-image{

		border-radius: 167px;
		box-shadow: 2px 2px 5px #373535;

	}



	.subcontent .member div strong{

		padding-top: 10px;
  		display: block;

	}
	.subcontent .member div {
		display: inline-block;
		width: 167px;
		vertical-align: top;
		text-align: center;
		}
	.subcontent .member div+div {
		display: inline-block;
		width: 420px;
		text-align: left;
		padding-left: 20px;
		}


.subcontent .post {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
	}
	.subcontent .post h1 a, .subcontent .post h1 {
		display: block;
		font-family: 'Lato', sans-serif;
		font-size: 25px;
		line-height: 25px;
		color: #067F3B;
		text-decoration: none;
		}
	.subcontent .post h1 a:hover {
		color: #cc4516;
		}
	.subcontent .post ul.postmeta {
		margin-bottom: 10px;
		}
	.subcontent .post ul.postmeta li {
		display: inline-block;
		font-size: 12px;
		margin-right: 20px;
		background: url(../images/icon-blog-date.png) left top no-repeat;
		padding-left: 20px;
		}
	.subcontent .post ul.postmeta li:last-child {
		background: none;
		padding-left: 0;
		}
	.subcontent .post ul.postmeta li:last-child a {
		padding-left: 25px;
		background: url(../images/icon-blog-comms.png) left top no-repeat;
		}
		.subcontent .post ul.postmeta li:last-child a:hover {
			background: url(../images/icon-blog-comms-hover.png) left top no-repeat;
			}
	.subcontent .post ul.postmeta li a {
		display: inline-block;
		color: #37a9f2;
		}
		.subcontent .post ul.postmeta li a:hover {
			color: #38464b;
			text-decoration: none;
			}
	.subcontent .post .entry {
		border-top: 1px dashed #ebebeb;
		padding-top: 15px;
		}
		.subcontent .post .entry p {
			font-size: 14px;
			line-height: 30px;
			color: #4d595d;
			}
		.subcontent .post .entry p a {
			color: #1d272b;
			}
			.subcontent .post .entry p a:hover {
				text-decoration: none;
				}
		.subcontent .post .entry ul {
			list-style-type: disc;
			margin-left: 25px;
			}
			.subcontent .post .entry ul li {
				padding-left: 5px;
				}
		.subcontent .post .entry ul li, .subcontent .post .entry ol li {
			font-size: 14px;
			color: #4d595d;
			}
		.subcontent .post .entry a.btn {
			display: inline-block;
			margin-bottom: 10px;
			padding: 10px 15px;
			background: #38464b;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			font-size: 14px;
			font-family: 'OpenSansSemibold';
			color: #fff;
			text-decoration: none;
			}
			.subcontent .post .entry a.btn:hover {
				background: #cc4516;
				}
.subcontent .pagination {
	text-align: center;
	padding-top: 15px;
	}
.subcontent .pagination a.btn {
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px 15px;
	background: #38464b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'OpenSansSemibold';
	color: #fff;
	text-decoration: none;
	}
	.subcontent .pagination a.btn:hover {
		background: #cc4516;
		}

/** Comments page **/
.subcontent .author {
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 20px;
	background: #fbfbfb;
	}
	.subcontent .author div {
		display: inline-block;
		width: 80px;
		vertical-align: middle;
		}
		.subcontent .author div img {
			width: 80px;
			}
	.subcontent .author div + div {
		display: inline-block;
		margin-left: 20px;
		width: 480px;
		}
		.subcontent .author p {
			margin-bottom: 5px;
			}
		.subcontent .author p, .subcontent .author p strong {
			color: #6a7d84;
			}
		.subcontent .author p + p {
			color: #868c8e;
			}
		.subcontent .author div + div ul {
			margin-bottom: 0;
			}
		.subcontent .author div + div ul li {
			display: inline-block;
			margin-right: 15px;
			}
		.subcontent .author div + div ul li a {
			font-size: 11px;
			color: #9ba5a8;
			}
			.subcontent .author div + div ul li a:hover {
				text-decoration: none;
				color: #838c8f;
				}
				
#comments {
	margin-top: 20px;
	}
	#comments h3 {
		font-size: 18px;
		font-family: 'OpenSansBold';
		color: #37a9f2;
		}
	#comments ol {
		list-style: none;
		}
	#comments .comment {
		margin-bottom: 30px;
		}
		#comments .comment h4 {
			display: inline-block;
			font-size: 14px;
			font-family: 'OpenSansBold';
			color: #38464b;
			margin-right: 50px;
			}
		#comments .comment h4 span {
			font-family: 'OpenSansSemiboldItalic';
			font-size: 12px;
			color: #cc4516;
			}
		#comments .comment p.date {
			display: inline-block;
			margin-bottom: 0;
			}
			#comments .comment p.date a {
				font-size: 12px;
				color: #6a7d84;
				}
		#comments .comment .commeta {
			border: 1px solid #e4e4e4;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			padding: 15px 70px 0 15px;
			margin-bottom: 5px;
			}
		#comments .comment a.comment-reply-link {
			font-size: 14px;
			color: #37a9f2;
			float: right;
			text-decoration: none;
			}
			#comments .comment a.comment-reply-link:hover {
				text-decoration: none;
				color: #1899eb;
				}
	#comments .authorcom .commeta {
		background: #fff2f2;
		border: 1px solid #fad4d4;
		}

.comment-form-comment textarea {
	width: 100%;
	max-width: 610px;
	}

.logged-in-as a {
	color: #6a7d84;
	}
	.logged-in-as a:hover {
		color: #4d6c77;
		}

#respond input#submit {
	display: inline-block;
	width: auto;
	padding: 10px 15px;
	background: #024772;
	font-size: 14px;
	font-family: 'Lato';
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	text-shadow: none;
	font-weight: normal;
	}
	#respond input#submit:hover {
		background: #02314e;
		}

.subcontent .your-message textarea {
	width: 610px;
	max-width: 610px;
	min-width: 610px;
	}


.subcontent nav#nav-below {
	margin-top: 30px;
	}

.subcontent nav#nav-below h3 {
	display: none;
	}

.subcontent nav#nav-below a {
	background: #38464b;
	padding: 10px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'OpenSansSemibold';
	color: #fff;
	text-decoration: none;
	}
	.subcontent nav#nav-below a:hover {
		background: #cc4516;
		}


/**** Buttons etc ****/
.homepage a.more {
	display: inline-block;
	width: auto;
	padding: 10px 15px;
	background: #38464b;
	font-size: 14px;
	font-family: 'OpenSansSemibold';
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.homepage a.more:hover {
	background: #44565c;
	}

.homepage .divide {
	display: block;
	clear: both;
	margin: 30px 0;
	border-top: 1px solid #e5e5e5;
	}



/* PORTFOLIO */



.portfolio h1{

	font-size:35px !important; 
}

.portfolio .featured img{

	display: block;
	width: 300px;
	margin: 0 auto;
}

.portfolioGrid div{

	margin-bottom: 20px;



}

.portfolioGrid div img{
	
	display: block;
	margin: 0 auto;
	box-shadow: 2px 2px 4px #DBDBDB;

}

.container.featured .sixteen.columns{

	border: 1px solid rgb(226, 222, 222);
	padding: 30px 0 0 0;
	margin-bottom: 30px;
	background: #F4F4F4;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;   
}


.container.featured .sixteen.columns:hover{

	background: #fff;

}



/* SIDEBAR */
.sidebar {
	vertical-align: top;
	margin-top: 44px !important;
	}

.sidebar .callus {
	background: #024772;
	border: 1px solid #000;
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
	}
	.sidebar .callus p {
		font-family: 'Raleway', sans-serif;
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
		margin: 0;
		}
	.sidebar .callus h3 {
		font-family: 'Lato', sans-serif;
		font-size: 25px;
		text-transform: uppercase;
		color: #fff;
		margin: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: normal;
		}
		.sidebar .callus h3 a {
			color: #fff;
			}
	.sidebar .callus p small {
		font-family: 'Raleway', sans-serif;
		text-transform: none;
		font-size: 14px;
		line-height: 18px;
		color: #CECECE;
		}

.sidebar .follow {
	border: 1px solid #C7C4C4;
	padding: 15px;
	text-align: center;
	background: #fff;
	}
	.sidebar .follow h3 {
		color: #38464b;
		font-size: 20px;
		font-family: 'Lato', sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		}
	.sidebar .follow ul {
		margin: 0;
		}
	.sidebar .follow ul li {
		margin: 10px 0;
		border-bottom: 1px dashed #E5E3E3;
		padding-bottom: 10px;
		}
	.sidebar .follow ul li a{

		color: #052148;
		text-decoration: none;
		font-size:16px;
		line-height: 150%; 
	}

	.sidebar .follow ul li a:hover{

		text-decoration: underline;

	}

	.sidebar .follow ul li a i{
	
		color:#03a549;
		margin-right: 7px;
	}

.sidebar .getstarted {
	display: block;
	margin-top: 20px;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 15px;
	}
	.sidebar .getstarted h3 {
		color: #38464b;
		font-size: 14px;
		}
	.sidebar .getstarted form label {
		font-size: 13px;
		font-weight: normal;
		font-family: 'OpenSansRegular';
		color: #37a9f2;
		}
	.sidebar .getstarted form input {
		width: 94%;
		padding: 7px;
		background: #fff;
		border: 1px solid #eaeaea;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		}
	.sidebar .getstarted form textarea {
		width: 94%;
		padding: 7px;
		background: #fff;
		border: 1px solid #eaeaea;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		}
	.sidebar .getstarted form input.submit {
		display: inline-block;
		width: auto;
		padding: 10px 15px;
		background: #cc4516;
		font-size: 14px;
		font-weight: normal;
		font-family: 'OpenSansSemibold';
		color: #fff;
		text-decoration: none;
		text-shadow: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border: 0;
		margin: 0;
		}
	.sidebar .getstarted form input.submit:hover {
		background: #da5222;
		}

.sidebar .testimonial-slider {
	display: block;
	margin-top: 20px;
	border: 1px solid #C7C4C4;
	padding: 15px;
	background: #fff;
	}


.sidebar .testimonial-slider img{
	
	width: 100%;
}


.sidebar .testimonial-slider h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #cc4516;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
	}

.sidebar .testimonial-slider h6 {

	text-align: center;
	font-size: 16px;
	padding: 0 20px;
	position: relative;
	bottom: 35px;
	font-family: lato;


}

	.sidebar .testimonial-slider .link-free-ebook i{

		margin-right: 5px;

	}

	.sidebar .testimonial-slider .link-free-ebook{

		display: block;
		text-align: center;
		border: 1px solid #d6d6d6;
		padding: 10px 10px;
		text-decoration: none;
		font-size: 18px;
		color: #65a5bf;
		font-weight: bold;
		background: #FFFFFF;
		box-shadow: 5px 5px 0px #F0F0F0;
		margin-bottom: 10px;

	}

	.sidebar .testimonial-slider .link-free-ebook:hover{
	
		text-decoration: underline;

	}



/* FOOTER */


footer, footer .foot1 p{

	font-family: "Lato",sans-serif;
	color:#ddd;

}


footer h4{

	font-family: "Lato",sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 20px;
	
}


footer strong{

	color: #FFF;

}


footer .foot1 {

	background: #333;
	padding: 60px 0 40px;
	background-image: url(//cdn2.hubspot.net/hubfs/448288/footer-pattern.png?t=1436344157861);
	
}




footer .foot3 {

	background: #222;
	padding: 10px;
	color: #fff;

}


footer .foot3 p{

	font-family: "Lato",sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;

}

.foot1 hr{

	margin: 7px 0;
	border: 1px solid #414141;
}

.foot1 p{

	margin: 0;

}


.foot1 .left-footer-section i{

	margin-right: 10px;

}


.foot1 .left-footer-section a{

	text-decoration: none;
}


.foot1 .left-footer-section a:hover{

	color:#03a549;

}

.foot1 .middle-section ul li{

	border-top:1px solid #444;
	border-bottom:1px solid #222;
	margin: 0;
	padding: 7px 0;
	
}

.foot1 .middle-section ul{

	padding: 0;
	border-top:1px solid #222;
	border-bottom:1px solid #444;
	margin: 0;

}


.foot1 .middle-section ul li a{
  
  text-transform: uppercase;
  font-size: 11px;
  color: #ddd;
  text-decoration: none;

}


.foot1 .middle-section ul li a:hover{

	color:#03a549;


}

.foot1 .contect-with-us div{

	text-align: center;

}




.foot1 .contect-with-us a{

	font-size: 45px;
	margin-right: 10px;
	color:#d6d6d6;


}

.foot1 .contect-with-us div .fa-google-plus-square:hover{

	color:#dd4b39;

}

.foot1 .contect-with-us div .fa-facebook-square:hover{

	color:#3b5998;

}

.foot1 .contect-with-us div .fa-twitter-square:hover{

	color:#00aced;

}

.foot1 .contect-with-us div .fa-linkedin-square:hover{

	color:#007bb6;

}

.foot1 .contect-with-us div .fa-youtube-square:hover{

	color:#bb0000;

}


.foot1 .contect-with-us img{

	display: block;
	margin: 30px auto 0 auto;



}


.alignright{
	float:right;
	margin: 0 0 15px 15px;
}

.alignleft{
	float:left;
	margin: 0 15px 15px 0;
}



/*WSI UPDATE*/

.pull-left{
	float:right;
}
.pull-right{
	float:left;
}

.text-center{

	text-align: center;
}

.full-width-content p{

	text-align: justify;
	line-height: 180%;

}

.full-width-content img{

	width: 100%;
	height: 100%;

}




/*top info*/

.homep{

	font-family: 'Lato', sans-serif;
	color: #024772;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;

}
.test{

	text-indent: 22px;
	margin-top: 45px;


}

.home-second-heading{

	position: relative;
	bottom: 10px;

}

.homet{

	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: normal;
}



button{
	background: none;
	border:1px solid #03a549;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.81);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.81);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.81);
	padding: 14px 11px;
}

 button a{
	
	color:#413b3b !important;
	font-family: 'Lato', sans-serif !important;
	text-decoration: none;
	font-size: 12px;
	padding: 14px 11px;

	

 }

 button a:hover{
	
	color:white !important
	

 }
 

button:hover{
	
	background: #03a549;
	border:1px solid #03a549;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;

}


/*main-tabs*/

.main-tabs{

	margin-top: 25px;
	text-align: center;
}


.tabs{

	color: #fff;
	font-size: 12px;
	line-height: 24px;
	display: inline-block;
	margin: 0;
	position: relative;
	bottom:-7px;
	left: 20%;
}

.tabs li{
	margin-right: 10px;
}

.tabs a{

	color: #fff;
	text-decoration: none;
	padding: 13px 20px;
	background: #B6B1B1;
	display: block;
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	border-bottom: 2px solid #7B7C7C;

}

.tabs a:hover{

	background: #03a549;
	text-shadow: 1px 1px 2px #000;
	border-bottom: 2px solid rgb(5, 97, 45);


}


.link-usp{

	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
	border: 1px solid #B8B6B6;
	text-decoration: none;
	position: relative;
	top: 26px;
	box-shadow: 6px 6px 0px #EFEFEF;
	font-weight: bold;

}

.link-usp2{

	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	border: 1px solid #B8B6B6;
	text-decoration: none;
	display: inline-block;
	box-shadow: 6px 6px 0px #E3D7D7;

}


#horizontalTab .link-usp:hover, .link-usp2:hover{

	text-decoration: underline;

}



#horizontalTab p{

	font-size: 16px;
	line-height: 150%;

}


	.home-tab {
		
	
		margin-right: 10px;
		float: left;

	}



	#triangle-up{

		width: 0;
		height: 0;
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		border-bottom: 11px solid #03a549;
		position: absolute;
		bottom: 21px;
		left: 35px;
	}


	.active, li.r-tabs-state-active{
		background: #03a549 !important;
		text-shadow: 1px 1px 2px #000;


	}

	a.bullet.active:after, li.r-tabs-state-active:after{
		
		content: " ";
		position: absolute;
		width: 0;
		height: 0;
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		border-bottom: 11px solid #03a549;
		top: -8px;
		left: 0;
		right: 0;
		margin: 0 auto;

	}



/*main quote*/


.main_quote{

	margin: 39px 0;
	opacity: 0;

}

.main_quote span{
	
	font-family: 'Lato', sans-serif !important;
	font-size: 15px;
}


.main_quote i{
	
	font-size: 30px;
	color: #cc4516;
	text-indent: 24px;
	position: relative;
	top: 6px;
	
}


/*Featured Projects*/

.wide{

	width: 100% !important;
	background: #f2f2f2;
	padding: 20px 0;
	margin: 40px 0 20px 0;
	border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;	
}


.home-pro{

	margin-bottom: 20px;
}


.homef{

	font-family: 'Lato', sans-serif;
	font-size:27px;
	color:#4a535f;
	font-weight: normal;
}

.homep2{
	
	font-family: 'Lato', sans-serif;
	color: #024772;
	font-size: 22px;
	margin-top: -38px;
	margin-right: 4px;
	font-weight: normal;
	text-transform: uppercase;

}

.projects{
	margin-bottom: 0;
}

/*small logo*/

.line{
	position: relative;
}

.line:after{
	content: " ";
	display: block;
	border-top: 1px #03a549 solid;
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 0;
}


.small_logo{

	width:179px;
	height:37px;
	margin:20px auto;
}

.small_logo img{
	z-index: 1;
	position: relative;

}

/*tetimonials*/

blockquote {
		font-family: 'Raleway', sans-serif;
		font-size: 14px;
		position: relative;
		color: #383838;
		border-left:none;
		font-style:normal;
		line-height: 24px;
}

blockquote p{

	margin-bottom: 0;
}


blockquote:before {
		display: block;
		content: "\201C";
		font-size: 92px;
		position: absolute;
		left: -37px;
		top: 31px;
		color: #383737;
}

blockquote cite {
		color: #03A549;
		font-size: 18px;
		display: block;
		font-family: lato;
		margin-top: 13px;
		font-style: italic;
}
 
blockquote cite:before {
		content: "\2014 \2009";
}

.test-thum{
	
	width:126px;
	height:126px;
	position: relative;
	top: 22px;
	left: 18px;

}

.pagination-test{
	position: absolute;
	right: 0;
	top: 107px;

}
.pagination-test i{

	position: relative;
	top: -2px;
	left: 6px;
	font-size: 15px;
}

.pagination-test .left{
	width:20px;
	height:20px;
	display: inline-block;
	position: relative;
	left: 4px;

}


.pagination-test .right{
	width:20px;
	height:20px;
	display: inline-block;
	margin-left: 10px;
}



/* Tiny Carousel */

#carousel .viewport { 
	height: 200px; 
	overflow: hidden; 
	position: relative; 
}



#carousel .disable { 
	visibility: hidden; 
}
#carousel .overview { 
	list-style: none; 
	position: absolute; 
	padding: 0; 
	margin: 40px 0 0 0; 
	width: 100%; 

}

#carousel .overview li{ 
	float: left; 
 
}





/*recent on blog*/

.recent_link{
	
	text-decoration: none;
	font-family:  'Lato', sans-serif;
	font-weight: bold;
	color:#6b6a6a !important;
	font-size: 14px;
	margin-bottom: 0;

}

.recent_link:hover{
	
	text-decoration: underline;
	color:#cc4516 !important;


}

.recent span{
	font-size: 12px;
}


.recent p{

	color:#8d8b8b;
	margin-top:10px;
	font-size: 12px; 

}

.recent .link{

	color:#cc4516;
}

.first{

	margin-right: 20px;
}

.recent i{
	 
	 margin-right: 5px;
}


/*social media*/


.social-media-main{

	text-align:center;
	font-size: 20px;

}


.social-media-main h2{

	font-family: 'Lato', sans-serif;
	color: #024772;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;

}
.social-media-main a{

	color:#545454;

}

.social-media-main a:hover{

	color:#000000;

}

.social-media-main span{
	
	margin-right: 20px;
	font-family: 'Lato', sans-serif;
	color:#fff;

}

.social-media-main i{

	font-size: 28px;
	position: relative;
	top: 2px;

}

.wide2 {

	overflow: hidden;
}

.wide2 .parners-logos{

  width: 16.66666%;
  float: left;
  margin: 20px 0;

}


.wide2 .parners-logos img{


	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
    transform: scale(0.6,0.6);


}

.wide2 .parners-logos img:hover{


	transform:scale(0.7,0.7);
	

}

.wide2 h2{


	color:#024772;
	margin: 50px 0 20px 0;

}


.wide2 .bottom-shadow:after {
  content: "";
  display: block;
  height: 9px;
  background: url(//cdn2.hubspot.net/hubfs/448288/bottom-shadow5.png) center bottom no-repeat;
  -webkit-background-size: 100% 8px;
  background-size: 100% 8px;

}

.heading_extra{

	font-size: 21px;
	font-family: 'Raleway', sans-serif;
	line-height: 150%;
	color: #000;
	position: relative;
	top: 32px;
	left: 8px;

}



/* tabs MAIN */


.main_quote span{
	display: none;
}

.main_quote span.current{
	display: inline-block;
}

.textFrontSlider{
	font-size: 20px;
}

.r-tabs-panel{
	min-height: 260px;
}
/*.draw{
	width: 1000px;
}*/


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

	.parners-logos{
	
		width: 33.333% !important;
	}


}

@media screen and (max-width: 960px) {
    .homepage-top {
        background: none;
    }
    .test{
		text-indent: 0;
    }

    .one-fourth{
		
		width:50% !important;

    }
}

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

	.r-tabs-anchor{
    border: 1px solid rgb(178, 178, 179);
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 10px 0;
    text-decoration: none;
	}
	.test{
		margin-top:0 !important;
	}
	.homet{
		font-size: 17px;
		line-height: 150%;
		text-align: center;
		font-weight: bold;
  		margin-top: 15px;

	}

	.case-study-single .top-single-info img{
	
		position: static !important;
		margin-top: 20px;

	}

	.link-usp{

		font-size: 16px;
		text-transform: capitalize; 
		padding: 10px;
		border: 1px solid #B8B6B6;
		margin-bottom: 15px;
		text-decoration: none;
		position: static; 
		box-shadow: 5px 6px 0px #EFEFEF;
		font-weight: bold;
		display: inline-block;

	}

	header.allPages{
		position: static;
	}

	.extraTop{
		padding-top: 20px;

	}

	header h1{

		float:none;
		margin: 0 auto;
	}

	header h1 a{

		display: block;
		margin: 0 auto;
	}

	.one-fourth{
		
		width:100% !important;
	}


	.parners-logos{
	
		width: 100% !important;
	}

	.foot1 .column{

		margin-bottom:60px;
		text-align: center;

	}

	.cd-top{
		display: none;
	}


	.topMenu{
	
		float: none;

	}
   
   .icons-top{
	
		float: none;

   }

   .topMenu .small_flags_header {
    
    	text-align: center;
    	margin-top: 40px;
	}

}


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

	.draw{
		display: none;
	}

}


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

	.buttons a{
		font-size: 10px;
		padding: 5px 10px;

	}


}

.post h2, .post h3, .entry h1{
	font-size: 15px;
}



/********************************CASE STUDY main PAGE**************************************************/


.button_our_work{

	display: block;
	text-align: center;
	position: relative;
	padding: 10px;
	margin: 60px auto;
	width: 310px;
	background: #024772;
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	border: 2px dashed #fff;
	box-shadow: 0 0 0 4px #024772, 2px 1px 6px 4px #024772;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}


.button_our_work:hover{

	background: #012F4C;
	box-shadow: 0 0 0 4px #012F4C, 2px 1px 6px 4px #012F4C;

}


.other-clients h3{

 	margin-bottom: 50px;

}


.other-clients img{

	margin: 0 auto;
}






.other-clients .overlay:hover{

	background: red;


}

div.video h1{

	font-size: 23px;
	text-decoration: none;
	line-height: 150%;

}

div.video a{

	text-decoration: none;
	font-family: lato;
	font-weight: normal;

}

div.video img{

	box-shadow: 0px 0px 14px #DBD8D8;

}



.videos-divider{

	margin: 50px 0; 
}



/********************************CASE STUDY single PAGE**************************************************/


.case-study-single{


	display: block;
	width:100%; 
	background: url(../images/electrical-sector.jpg) no-repeat;
	background-size: 100% 100%;


}

.case-study-single.boston{

	background: url(../images/Bostonair-case-study.jpg) no-repeat;

}


.case-study-single .top-single-info{

	background: rgba(0, 13, 21, 0.9);
	height: 100%;


}


.case-study-single .top-single-info img{

	position: absolute;
	right: 20px;
	top: 25px;


} 

.case-study-single .top-single-info h2{

	font-size: 30px;

}

.case-study-single .top-single-info ul{

	list-style: circle !important;
	margin-top: 10px;
	font-size: 18px;


}


.case-study-single .top-single-info ul li{

	margin-left: 20px;
	line-height: 150%;

}

.case-study-single .top-single-info label{

	font-weight: 100;
	font-size:12px;
	color: #A6A6A6; 


}

.case-study-single .top-single-info, .case-study-single .top-single-info h1, .case-study-single .top-single-info h2{

	color: #fff !important;


}

.case-study-single .top-single-info h1{

	margin: 20px 0 30px 0;

}

.case-study-single .top-single-info h2{

	margin: 0 0 40px 0;

}

.case-study-single .top-single-info h5{

	margin: 0 0 40px 0;

}



.orange{

	background: #cc4516;
	
}


.orange.margin{

	margin-top: 80px;
	border-top: 1px solid #802505;

}

.orange h1{

	margin-bottom: 0;
	padding: 30px 0 !important;
}

.case-study-graph-ver3{

	margin: 30px 0;
	width:100%;

}

.main-results{

	margin: 20px 0;

}

.img-graph-man{

	width: 348px;
	height: auto;
	display: block;
	margin: 52px auto;	

}

.orange h1{

	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-family: lato;

}

.results ul{

	padding-top: 60px; 
	list-style: circle;
	font-size: 25px;
	font-family: Lato;

}

.results ul li{


	margin-left: 10px;
	line-height:150%;  

}


.richard-quote{

	background: #e7e8e8;
	margin: 30px 0 0 0;
	border: 2px solid #AEB3B3;
	

}

.richard-face{
	
	display: block;
	margin: 10px auto;
}

.richard-quote blockquote{

	text-indent: 47px;
	font-size: 30px;
	line-height: 150%;
	padding-top: 60px;
	color: #504e4e;


}

.richard-quote blockquote:before{
	display: block;
	content: "\201C";
	font-size: 175px;
	position: absolute;
	left: -58px;
	top: 103px;
	color: #D8D8D8;
}

.richard-quote span{
	
	display: block;
	text-align: right;
	padding-top: 15px;
	font-size: 22px;
	font-weight: bold;

}


.cta-small-form{

	background: #067f3b;
	color: #fff !important;
	text-align: center;
	min-height: 310px;   


}

.cta-small-form h1{

	color: #fff !important;
	padding: 70px 0 70px 0;
	font-family: lato; 

}

.button-case-study{

	color: #fff !important;
	text-decoration: none;
	padding: 20px;
	border: 2px solid #fff;
	margin:10px 0 60px 0; 

}

.button-case-study:hover{

	background: #fff;
	color:#067f3b !important;

}


.solutions{

	text-align: center;

}


.solutions img{

	margin-bottom: 20px;

}


.solutions h3{

	margin: 50px 0 30px; 
	

}


.solutions h5{

	margin: 10px 0 50px; 

}


.solutions hr{
	
	margin: 0;

}

.big_form{

	background: #067f3b;

}


.big_form h1, .big_form h5{


	text-align: center;
	color:#fff !important;

}

.big_form h1{


	padding: 30px 0 20px 0;
	font-weight: normal;

}

.big_form h1 span{

	text-decoration: underline;
	font-weight: bold;

}


.big_form h5{

	margin-bottom: 50px;
	font-weight: normal;
	

}

.case_form .hs-form.stacked{

	padding-left: 40px; 
	padding-right: 40px; 

}



.case_form form{

	background: #065b2b;
	padding: 50px 40px;
	margin: 0;

}



.case_form form input, .case_form form button{
	
	width: 100%;
	display: block;
	padding: 0;
	height:40px;
}


.case_form form input[type~=submit]{

	font-family: Raleway;
	font-size: 18px;
	color:#fff;
	height: 50px !important;
	background: none; 
	border: 2px solid #fff;
	font-weight: normal;
	text-shadow:none;
	box-shadow: none;

}


.case_form form input[type~=submit]:hover{

	background: #fff;
	color: #067f3b;
	cursor: pointer;
	box-shadow: none;
	border: none;

}



.case_form form input[type~=text], .case_form form input[type~=email]{


	background: none;
	border: none;
	border-bottom: 1px solid #067f3b;
	color: #fff;
	box-shadow: none;


}

.case_form form input::-webkit-input-placeholder{

	color:#fff;
	font-family: Raleway;
	font-size: 18px;
	padding-bottom: 35px;


}




.case_button{

	font-family: Raleway;
	font-size: 18px;
	color:#fff;
	height: 50px !important;
	background: none; 
	border: 2px solid #fff;
	font-weight: normal;

}

.case_button:hover{


	background: #fff;
	color: #067f3b;
	cursor: pointer; 


}

.case_form span img{

	margin-right:10px; 
	position: relative;
	top: 8px;

}


.case_form span{

	display: none;

	

}


.face_image{

	text-align: center;


}


.face_image p{

	color: #fff;
	padding: 0 40px;
	font-size: 14px;  

}

.testimonial-column{

	width:50%;
	float:left;

}


.testimonial-column .testimonial-outer{

	padding: 20px;

}


.testimonial-column .testimonial-outer .testimonial-inner{

	border: 1px solid #dedede;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #C8C7C7;

}


.top-testimonial.text-center{


	background: #F2F2F2;
	border-bottom: 1px solid #dedede;
	padding: 15px 0;
	
}

.testim-top-name, .testim-top-company{

	margin:0; 

}

.text-center.testimonial-heading-top{

	font-size: 25px;
	margin-bottom: 0;

}

.text-center.testimonial-heading-bottom{

	font-weight: normal;

}


p.testim-top-name{

	font-weight: bold;
	font-family: Lato;
	font-size: 18px;
}

p.testim-top-company{

	font-style: italic;
	font-size: 13px;
}


.testimonial-inner blockquote{

	padding-left: 70px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 20px;
	font-style: italic;


}

.testimonial-inner blockquote:before{

	left: 21px;
	color: #cc4516;
	top: 67px;
	font-size: 108px;
	font-style: normal;
	text-shadow: 4px 4px 0px #E8E4E4;


}




/*------------- Banners on Pages -------------------------------*/


.allElements{

	width: 100%;
	height: 120px;
	margin-top: 50px;
	background: black;

}


.center{

	width:960px;
	height: 100%; 
	margin: 0 auto;

}

.center div{

	width:20%;
	display: inline-block;
	margin-right: -4px;
	height: 100%;
	padding: 0;
	
}



/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	height: 100%;
	text-align: center;
	cursor: pointer;
}


.grid figure figcaption {
	color: #eee;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */


.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {

	font-size: 12px;
	text-align: left;
	letter-spacing: 2px;
}

.grid figure p span{

	display: block;
	border-bottom: 1px solid #8A8A8A;
	margin-bottom: 5px;
	font-size: 15px;
	padding-bottom: 2px;
	color: #fff;

}

.grid figure .banner_button{

	display: block;
	margin-top: 5px;
	text-align: center;
	padding: 5px;
	background: #024772;
	border: 1px solid #022034;
	text-decoration: none;
	color: #fff;

}


/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	/*background: #030c17;*/
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	background: rgba(41, 41, 40, 0.96);
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	/*border: 2px solid #fff;*/
	/*box-shadow: 0 0 0 20px rgba(255,255,255,0.2);*/
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
	z-index: 9;
}

figcaption img{

	width: 110px;
	height: 110px;
	/*-webkit-filter: grayscale(100%);*/
	margin-top: 12px;

}

figcaption img.middle_banner{

	height: 180px;
	width: 180px;
	position: relative;
	top: -18px;


}

figure.effect-ming h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size: 20px;
	font-weight: 900;
	position: relative;
	top: -14px;
}

figure.effect-ming p {
	position: absolute;
	top: 0px;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;  
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	z-index: 99;
	text-transform: none;
	height: 100%;
	border-top: 5px solid #03a549;
	color: #CBC8C8;
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}





/* ----------- TIME LINE CASE STUDY WSI ------------------------*/



.key_elements{


	background: #e9f0f5;

}


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

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#cd-timeline *, #cd-timeline *:after, #cd-timeline *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


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

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: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

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

Main components 

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

#cd-timeline {
  position: relative;
  padding: 4em 0;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
	display: block;
	width: 35px;
	height: 35px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -17px;
	margin-top: -17px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

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

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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



.form-inner .hbspt-form{

	padding: 20px;


}



.form-inner .hbspt-form .hs-form.stacked .actions{


	padding: 0;
	margin: 0;


}


.form-inner .hbspt-form input{

	width:100%;
	padding: 9px 0;
	background: #f8f8f8;

}


.form-inner .hs-form textarea.hs-input{

	width:100% !important;
	background: #f8f8f8;

}

.form-inner .hbspt-form input[type="submit"]{

	
	background: #024772;
	border:none;
	text-shadow:none;
	text-transform: uppercase;

}

.form-inner .hbspt-form input[type="submit"]:hover{

	border: none;

}


.form-inner .hs-error-msgs.inputs-list{

	margin-left: 0 !important;
	padding-left: 0 !important;

}


.form-inner .hs-error-msgs.inputs-list li{

	
	margin-left: 0;

}


.form-inner label span{

	font-weight: bold;

}

.left-contact h2{

	font-size: 32px;
}


.one-fourth{

	width:25%;
	float:left;
	border-top: 1px solid #E8E8E8;
	min-height: 300px;

}

.one-fourth:hover{
	
	z-index: 1;
  	-webkit-box-shadow: 0 0 0 8px rgba(0,0,0,0.03);
  	box-shadow: 0 0 0 8px rgba(0,0,0,0.03);
  	border-radius: 4px 4px 0 0;

}

.contact-inners{

	padding: 10%; 


}

.contact-inners h4{

	margin: 20px 0;
	font-weight: normal; 

}

.contact-inners p{

	font-size: 15px;

}



.contact-inners.name{

	background: #f7f7f7;
	min-height: 300px;
}


.contact-inners.email{

	background: #dddddd;
	min-height: 300px;

}

.contact-inners.email a{

	color:#cc4516;
	font-size: 15px;

}

.contact-inners.phone{

	background: #eeeeee;
	min-height: 300px;

}

.contact-inners.connect{

	background: #f7f7f7;
	min-height: 300px;

}

.contact-inners.connect ul{

	margin-bottom: 0;

}

.contact-inners.connect ul li{

	display: inline-block;
	padding: 17px;
	font-size: 25px;
	border:1px solid #E8E8E8;
	border-radius:5px;
	color:gray;

}

.contact-inners.connect ul li a{

	color:gray;

}

.contact-inners.connect ul li a:hover{

	color:#000;

}

.icon-contact{

	width: 25px;
	height:25px;
	font-size:25px;
	color:#65a5bf;
	border: 4px solid #65a5bf;
	padding: 10px; 
	border-radius: 100%;
	text-align: center;
	margin-top: 30px;
		
}
  


.map-header{
	
	border-top: 10px solid #65a5bf;
	text-align: center;
	background: #444444;
	

}


.arrow_box {
	position: relative;
	background: #444444;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #444444;
	border-width: 30px;
	margin-left: -30px;
	z-index: 100;
}


.map-header h1{

	padding: 60px 0;
	color:#fff;
	font-size: 39px;
	font-weight: normal;
	margin: 0;

}

.google-maps{

	position: relative;
	width:50%;
	float:left;

}

.google-maps .flag{

	position: absolute;
    right: 50%;
    top: 9px;
	margin-right: -55px;
    width: 150px;
    z-index: 9;
    width: 110px;

}


.fancy-back{

	background: url(//cdn2.hubspot.net/hubfs/448288/footer-pattern.png?t=1436344157861);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	opacity: .7;
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.3) inset;
	box-shadow: 0 10px 10px rgba(0,0,0,0.3) inset;

}


.acf-map {
	width: 100%;
	height: 600px;
	/*border: #ccc solid 1px;*/
	margin: 0;

}


.location-one-half{

	width: 50%;
    float: left;
	
}


/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	border-radius:3px;
	background:#f7f7f7;
	margin: 50px 0;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	border-bottom:1px solid #1a1a1a;
	background:#333;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.200em;
	color:#fff;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#4c4c4c;
	/* Type */
	text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
}


.accordion a{

	text-decoration: none;
	color: #f2f2f2;
	text-transform: uppercase;
	font-size: 17px;
}


.accordion p{

	margin-bottom: 0;

}


.accordion i{

	margin-right: 15px;

}

.accordion .hbspt-form{




}

.accordion .hbspt-form .hs-form fieldset{

  max-width: initial;
  width: 100%;

}

.accordion .hs-form .hs-input{

	max-width: 100%;

}


.accordion .hs-form.stacked .actions{

	margin-left: -18px;

}

.accordion .hs-form .hs-button{

	background: #024772;
	font-size: 20px;
	font-family: lato;
	padding: 15px 20px;
	font-weight: normal;
	border: none;
	border-top: 1px solid #67A4CA;
	border-left: 1px solid #67A4CA;
	box-shadow: 6px 6px 0px #E2DFDF;

}


.accordion .hs-error-msgs.inputs-list{

	margin: 0;
	padding: 0;

}


.accordion .hs-error-msgs.inputs-list li{

	margin: 0;
	padding: 0;

}


/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('https://wsidmg.com/wp-content/uploads/2015/07/page-loader.gif') center no-repeat #fff;
}

.loader-main{

	
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;


}


.cssload-thecube {
	width: 73px;
	height: 73px;
	margin: 0 auto;
    margin-top: 23%;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(2,56,100);
	animation: cssload-fold-thecube 6s infinite linear both;
		-o-animation: cssload-fold-thecube 6s infinite linear both;
		-ms-animation: cssload-fold-thecube 6s infinite linear both;
		-webkit-animation: cssload-fold-thecube 6s infinite linear both;
		-moz-animation: cssload-fold-thecube 6s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.75s;
		-o-animation-delay: 0.75s;
		-ms-animation-delay: 0.75s;
		-webkit-animation-delay: 0.75s;
		-moz-animation-delay: 0.75s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 1.5s;
		-o-animation-delay: 1.5s;
		-ms-animation-delay: 1.5s;
		-webkit-animation-delay: 1.5s;
		-moz-animation-delay: 1.5s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 2.25s;
		-o-animation-delay: 2.25s;
		-ms-animation-delay: 2.25s;
		-webkit-animation-delay: 2.25s;
		-moz-animation-delay: 2.25s;
}



@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}













.cta-contact-us-all{

    text-align: center;
    font-family: Lato;
    margin: 30px 0px 45px 0;
    border-top: 1px solid #d6d6d6;
    padding-top: 35px;

}


.cta-contact-us-all h3 , .remodal h3{

	color:#024772;
}


.cta-contact-us-all h2{

	color:#65a5bf;
	font-size: 25px;
	margin-bottom: 30px;
}

 .remodal h2{

 	color:#65a5bf;
	font-size: 25px;

}

.cta-contact-us-all a{

	padding: 10px;
	background:#03a549;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 30px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	font-size: 16px;
	box-shadow: 5px 5px 0px #F0F0F0;  

}

.cta-contact-us-all a:hover{

	background: #037B37;


}

.cta-contact-us-all .inner-button{


	margin-bottom: 30px;

}


.remodal form{


	margin: 49px 0 0 0;
    padding: 0 5% !important;

}


.remodal form .hs-input{

    max-width: 100% !important; 
    width: 100% !important;
    padding: 5px 0 !important;
    border-radius: 0;
    background: #f6f6f6;

}


.remodal form textarea.hs-input{

	height: 250px;


}

.remodal form  input[type="submit"]{

	padding: 19px;
    font-family: lato;
    background: #03a549;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 21px;
    box-shadow: 5px 5px 0px #CCCACA;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    border: none;l; 


}


.remodal form  input[type="submit"]:hover{


	box-shadow: 5px 5px 0px #CCCACA !important;
	background: #037B37 !important;
	border: none !important;

}


.subcontent .author-info .author-description p img{

	float: left;
    margin-right: 10px;

}

.sprite {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-aus-small-flag {
    width: 34px;
    height: 17px;
    background-position: -5px -5px;
}

.sprite-uk-small-flag {
    width: 34px;
    height: 17px;
    background-position: -49px -5px;

}


.small_flags_header{

    text-align: right;

}

.small_flags_header div{

	display: inline-block;


}

.smaller .small_flags_header{

	position: relative;
	top: 10px;

}

.second-flag{

	position: absolute;
    width: 153px;
    right: 0;
    background: #fff;
    padding: 10px;
    top: 27px;
    border: 1px solid #E2E1E1;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #D0CBCB;

}

.second-flag:hover{

	font-weight: bold;
}

.second-flag li{

	margin:0; 

}


.second-flag li a{

	color:#000;
	text-decoration: none;

}

.second-flag li a span{

	position: relative;
    bottom: 3px;
    margin-right: 2px;
    padding-left: 5px;

}

.main-flag:hover{
	
	cursor: pointer;
	font-weight: bold;

}


.section_hubspot_post img{

	width: 30%;
	float: left;
	margin-right: 10px;


}

.section_hubspot_post p{

	line-height: 180%;

}

.section_hubspot_post hr{

	margin-bottom: 12px;
	margin-top: 10px;

}


.section_hubspot_post a{

	text-decoration: none;
		
}

.section_hubspot_post h5{

	margin-bottom: 5px;
    margin-top: -20px;
		
}
