.page-header {
	position: relative;
}

.page-header .overlay {
	padding: 160px 0 200px;
	width: 100%;
}

.page-header .overlay img {
	margin: 0 auto;
	display: block;
}

.page-header .overlay h1 {
	text-align: center;
}

.page-header-video {
	height: 500px;
	position: relative;
	overflow: hidden;
}

.page-header-video video {
	max-width: 100%;
	height: auto;
	position: absolute;
	bottom: -40%;
	left: 0;
}

.page-header-video .overlay {
	padding: 200px 0 240px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.service-boxes {
	padding: 0;
	margin-top: -92px;
}

.service-boxes .columns.large-3 {
	width: 20%;
}

.service-box {
	background: rgb(34, 50, 99);
	background: linear-gradient(180deg, rgba(34, 50, 99,1) 15%, rgba(0, 127, 195,1) 100%);
	color: #FFFFFF;
	text-align: center;
	padding: 20px 15px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 5px #666666;
	-webkit-box-shadow: 0 0 5px #666666;
	box-shadow: 0 0 5px #666666;
	transition: all .2s ease-in-out;
}

.service-box a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.service-box a:hover {
	text-decoration: none;
}

.service-box:hover{
	transform: scale(1.1);
}

.service-box img {
	margin-bottom: 20px;
	max-height: 65px;
	width: auto;
}

.service-box h3 {
	color: #FFFFFF;
	margin: 0 auto;
	font-size: 22px;
	line-height: 26px;
}

.intro-text p {
	line-height: 26px;
	font-size: 18px;
}

h2 {
	color: #017CBF;
}

.services-solutions-case-studies .owl-item {
	opacity: 0.4;
	text-align: center;
}

.services-solutions-case-studies .owl-item.active.center {
	opacity: 1;
}

.services-solutions-case-studies .owl-item .case-study {
	padding: 20px;
}

.services-solutions-case-studies .owl-item.active.center .case-study {
	padding: 0;
}

.services-solutions-case-studies .owl-item a {
	text-decoration: none;
}

.services-solutions-case-studies .owl-item img {
	-moz-box-shadow: 0 0 5px #CCCCCC;
	-webkit-box-shadow: 0 0 5px #CCCCCC;
	box-shadow: 0 0 5px #CCCCCC;
	margin-bottom: 15px;
}

.services-solutions-case-studies .owl-item h3 {
	color: #223263;
	line-height: 28px;
	font-size: 22px;
	display: none;
}

.services-solutions-case-studies .owl-item.active.center h3 {
	display: block;
}

.services-solutions-case-studies .owl-nav button.owl-prev,
.services-solutions-case-studies .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	display: block;
	margin-top: -20px;
}

.services-solutions-case-studies .owl-nav button.owl-prev span,
.services-solutions-case-studies .owl-nav button.owl-next span {
	background: #223263 url('../images/arrow-carousel-left-white.svg') center no-repeat;
	background-size: 10px auto;
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	border-radius: 50%;
}

.services-solutions-case-studies .owl-nav button.owl-next span {
	background: #223263 url('../images/arrow-carousel-right-white.svg') center no-repeat;
	background-size: 10px auto;
}

.services-solutions-case-studies .owl-nav button.owl-prev {
	left: 0;
}

.services-solutions-case-studies .owl-nav button.owl-next {
	right: 0;
}

.notice {
	text-align: center;
	margin-top: -60px;
	z-index: 1000;
	position: relative;
	padding: 30px 0;
	background: none;
}

.notice ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.notice ul li {
	background-color: #FFFFFF;
	padding: 20px;
	margin: 0 15px;
	display: inline-block;
	-moz-box-shadow: 0 0 5px #DDDDDD;
	-webkit-box-shadow: 0 0 5px #DDDDDD;
	box-shadow: 0 0 5px #DDDDDD;
	border-radius: 10px;
}

.notice ul li img {
	max-height: 75px;
}

.colour-logo-tile-top {
	margin-top: -115px;
	padding-top: 125px;
}

.colour-logo-tile-top.colour-logo-tile-top-child {
	margin-top: 0;
}

.services-solutions-team .owl-item {
	padding-bottom: 5px;
}

.team-member {
	-moz-box-shadow: 0 0 5px #DDDDDD;
	-webkit-box-shadow: 0 0 5px #DDDDDD;
	box-shadow: 0 0 5px #DDDDDD;
}

.team-member p.role {
	color: #017CBF;
}

.team-member .team-member-image .team-member-bio {
	background: rgba(34, 50, 99, 0.85);
}

.team-member .team-member-image .team-member-bio p {
	font-family: 'Bebas Neue', "Helvetica Neue", Helvetica, cursive;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;
	position: relative;
	padding-left: 55px;
}

.team-member .team-member-image .team-member-bio p::after {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	background: #017CBF url('../images/services-solutions/specialism.png') center no-repeat;
	background-size: 20px auto;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.team-member .team-member-name {
	position: relative;
}

.team-member .team-member-name::after {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	background: #017CBF url('../images/services-solutions/specialism.png') center no-repeat;
	background-size: 20px auto;
	position: absolute;
	right: 20px;
	top: 20px;
	border-radius: 50%;
}

#quick-links p.title,
#quick-links p.text-link a {
	color: #017CBF;
}

#quick-links p.text-link a::after {
	background: url('../images/btn-arrow-blue.svg') no-repeat;
	background-size: 20px auto;
}

footer .footer-partners {
	background-color: #017CBF;
}

.page-header.page-header-child .overlay {
	padding: 160px 0 220px;
	text-align: center;
}

.page-header.page-header-child .overlay-links {
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'Bebas Neue', "Helvetica Neue", Helvetica, cursive;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 30px;
}

.page-header.page-header-child .overlay-links .columns.large-3 {
	width: 20%;
}

.page-header.page-header-child .overlay-links a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #181F40;
	position: relative;
}

.page-header.page-header-child .overlay-links a.current {
	background-color: #017CBF;
	color: #FFFFFF;
}

.page-header.page-header-child .overlay-links a.current::after {
	content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #017CBF;
    clear: both;
	margin-left: -20px;
}

.page-header.page-header-child .overlay-links a:hover {
	text-decoration: underline;
}

.green-energy-benefit {
	background: rgb(34, 50, 99);
	background: linear-gradient(180deg, rgba(34, 50, 99,1) 15%, rgba(0, 127, 195,1) 100%);
	color: #FFFFFF;
	text-align: center;
	padding: 20px 15px;
	-moz-box-shadow: 0 0 5px #DDDDDD;
	-webkit-box-shadow: 0 0 5px #DDDDDD;
	box-shadow: 0 0 5px #DDDDDD;
	border-radius: 10px;
}

.green-energy-benefit img {
	margin-bottom: 20px;
	max-height: 100px;
	width: auto;
}

.green-energy-benefit h3 {
	color: #FFFFFF;
	position: relative;
	padding-bottom: 25px;
	cursor: pointer;
}

.green-energy-benefit h3::after {
	background: url('../images/arrow-down-white.svg') no-repeat;
	background-size: 20px auto;
	content: "";
	position: absolute;
	width: 20px;
	height: 17px;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
}

.green-energy-benefit h3.open::after {
	background: url('../images/arrow-up-white.svg') no-repeat;
	background-size: 20px auto;
}

.green-energy-benefit p {
	margin: 0;
	display: none;
}

.services-solutions-industries {
	background: rgb(34, 50, 99);
	background: linear-gradient(180deg, rgba(34, 50, 99,1) 15%, rgba(0, 127, 195,1) 100%);
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.services-solutions-industries h2 {
	margin-bottom: 60px;
}

.services-solutions-industries h3 {
	margin-top: 30px;
}

.services-solutions-industries h2,
.services-solutions-industries h3 {
	color: #FFFFFF;
}

.services-solutions-industries ul {
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
}

.services-solutions-industries ul li {
	font-family: 'Bebas Neue', "Helvetica Neue", Helvetica, cursive;
	display: inline-block;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 10px 15px 0;
	padding: 0;
}

.services-solutions-industries ul li a {
	background-color: #0184CB;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 20px;
	border-radius: 20px;
	display: block;
}

.services-solutions-industries ul li.ui-state-active a {
	background-color: #FFFFFF;
	color: #0184CB;
}

.services-solutions-industries img {
	border-radius: 10px;
}

.services-solutions-plus {
	background-color: #017CBF;
	color: #FFFFFF;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	
	.page-header-video {
		height: 200px;
	}
	
	.page-header-video video {
		top: 0;
		bottom: auto;
	}
	
	.page-header-video .overlay {
		padding: 70px 0;
	}
	
	.page-header .overlay h1 {
		font-size: 40px;
		line-height: 46px;
	}
	
	.service-boxes {
		margin-top: 30px;
	}
	
	.service-boxes .columns.large-3 {
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.service-box {
		padding: 15px;
	}
	
	.service-box img {
		margin-bottom: 10px;
	}
	
	.intro-text p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.green-energy-benefit {
		margin-bottom: 1rem;
	}
	
	.services-solutions-industries ul {
		margin-bottom: 40px;
	}
	
	section.services-solutions-plus img {
		margin-bottom: 20px;
	}
	
	.page-header.page-header-child .overlay {
		padding: 50px 0;
	}
	
	.page-header.page-header-child .overlay-links {
		background-color: #EEEEEE;
		position: static;
	}
	
	.page-header.page-header-child .overlay-links .columns.large-3 {
		width: 100%;
	}
	
	.page-header.page-header-child .overlay-links a {
		padding: 10px;
		font-size: 22px;
		line-height: 26px;
	}
	
	.page-header.page-header-child .overlay-links a.current::after {
		display: none;
	}
	
	.services-solutions-industries h2 {
		margin-bottom: 30px;
	}
	
	.notice,
	.colour-logo-tile-top {
		margin: 0;
	}
	
	.notice ul li {
		margin: 10px;
	}
	
	.notice ul li img {
		max-height: 40px;
	}
	
	.colour-logo-tile-top {
		padding-top: 50px;
	}
	
	.services-solutions-team {
		max-width: 75%;
		margin: 0 auto;
	}
	
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	.page-header-video {
		height: 300px;
	}
	
	.page-header-video video {
		top: 0;
		bottom: auto;
	}
	
	.page-header-video .overlay {
		padding: 100px 0 140px;
	}
	
	.page-header.page-header-child .overlay-links {
		font-size: 22px;
		line-height: 26px;
	}
	
	.notice ul li img {
		max-height: 50px;
	}
	
}