/* ==========================================================================

// Author: Steve Furley - http://www.varn.co.uk/
// Version: 900003.2.2

========================================================================== */
#content p a{
	text-decoration: underline;
}
#up-arrow {
  position: fixed;
  cursor: pointer;
  top: 90vh;
  right: 25px;
  z-index: 50;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px white;
  transform: scale(0);
  transition: transform 300ms ease, background 300ms ease;
  background: #848484;
}
#up-arrow:hover {
	background: #4f5052;
	transition: transform 300ms ease, background 300ms ease;
}
#up-arrow.active {
	transform: scale(1);
	transition: transform 300ms ease, background 300ms ease;
}
#header-menu ul li a {
    padding: 10px 10px;
}
.entry-content a {
     text-decoration: none;
}
.events .entry-content a {
     text-decoration: underline;
}
.download-brochure {
    position: fixed;
    display: flex;
    right: 0;
    bottom: 0;
    top: calc(50% - 102.5px);
    background-color: #a5a5ad;
    max-width: 485px;
    width: 100%;
    height: 205px;
    display: none;
}
.download-brochure-wrapper {
    display: flex;
    z-index: 100;
}
.download-brochure .right-block-wrapper span{
  transform-origin: left top 0;
  transform: rotate(-90deg) translate(-205px, 12px);
  display: block;
  position: relative;
  width: 205px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1 ;
  font-weight: bold;
}
.download-brochure .right-block svg{
  transform: rotate(90deg);
  position: relative;
  top: 4px;
  margin-left: 3px;
}
.download-brochure .right-block {
    max-width: 42px;
    background-color: #ec0215;
    cursor: pointer;
}
.download-brochure .left-block {
    padding: 25px 85px 0 21px;
}
.download-brochure .button {
  max-width: 190px;
  width: 100%;
  padding: 0;
  border-radius: 18px
}
.download-brochure .button a {
  width: 100%;
  display: flex;
  padding: 4px 4px 4px 0;
  justify-content: flex-start;
  font-size: 17px;
}
.download-brochure .button svg {
  margin-left: auto;
}
.download-brochure .brochure-img {
    position: absolute;
    right: 0;
    bottom: -11px;
    font-size: 0;
}
.brochure-close {
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 200;
}
.download-brochure .title svg{
  position: relative;
  top: 3px;
}
.download-brochure .title {
    font-size: 27px;
    color: #fff;
    line-height: 1;
    margin-bottom: 17px;
}
.download-brochure p{
  font-size: 14px;
}
.icon-smart:before ,
.icon-gas:before ,
.icon-water:before ,
.icon-nuclear:before ,
.icon-other:before ,
.icon-contract:before {
    position: relative;
    top: 4px;
}
.mobile-menu .sub-menu{
  overflow: hidden;
}
.mobile-menu .sub-menu .sub-menu{
  padding-left: 20px;
  height: 0;
}
#header-menu .sub-menu .sub-menu{
  left: 100%;
  top: 0;
  display: none;
}
#header-menu li:hover > .sub-menu{
  display: block;
}
.news-item{

}
.news-item .cover{
  display: none;
}
.news-item img{
  width: 100%;
  margin-bottom: 15px;
}
.team-members .newsgrey-bg.main-pic-wrapper {
  min-height: 538px;
}
.child-pages .content-part a{
  text-decoration: underline
}
.home-services a:hover .find-button{
	background: #ed1515;
	
}
.home-services a:hover .icon{
	color: #ed1515;
}
#slider .tns-nav button {
     width: 0px; 
     height: 0px; 
    padding: 11px;
}
.menu-item-mobile{
  display: block;
}
.sitewide-footer a:hover span {
    color: #ed1515;
    border-color: #ed1515;
}
/* Responsive */
@media only screen and (min-width: 740px){

  .menu-item-mobile{
    display: none;
  }

}

@media only screen and (min-width: 768px){

  .news-item .cover{
    display: block;
  }
  .news-item img{
    display: none;
  }

  .team-members .newsgrey-bg.main-pic-wrapper {
    min-height: 388px;
  }

}

@media only screen and (min-width: 1280px){
	#header-menu ul li a {
	    padding: 10px 25px;
	}
}
@media only screen and (min-width: 1050px) and (max-width: 1279px){
	#header-menu ul li a {
	    padding: 10px;
	}
}

#footer .icon-smart:before,
#footer .icon-gas:before,
#footer .icon-water:before,
#footer .icon-nuclear:before,
#footer .icon-other:before,
#footer .icon-contract:before {
  top: -1px;
}



/*FOOTER NEW ICONS START*/
#footer{}
.sitewide-footer a span{border:none;}
.sitewide-footer .icon-hire:hover,
.sitewide-footer a:hover,
.sitewide-footer a:hover span{border:none;}
.sitewide-footer a span:after,
.sitewide-footer a span:before{display:none;}

.sitewide-footer a span{position:relative;}
.sitewide-footer a span:after{content:""; display:block; position:absolute; left:0; top:0; right:0; bottom:0; opacity:0;
	-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;
}
.sitewide-footer a span:hover:after{opacity:1;}

.sitewide-footer a span.icon-gas{background:url(images/new_icons/white/icon_gas.png) center no-repeat; background-size:43px 43px;}
.sitewide-footer a span.icon-gas:after{background:#212121 url(images/new_icons/white/icon_gas_hover.png) center no-repeat; background-size:43px 43px;}

.sitewide-footer a span.icon-water{background:url(images/new_icons/white/icon_water.png) center no-repeat; background-size:43px 43px;}
.sitewide-footer a span.icon-water:after{background:#212121 url(images/new_icons/white/icon_water_hover.png) center no-repeat; background-size:43px 43px;}

.sitewide-footer a span.icon-nuclear{background:url(images/new_icons/white/icon_nuclear.png) center no-repeat; background-size:43px 43px;}
.sitewide-footer a span.icon-nuclear:after{background:#212121 url(images/new_icons/white/icon_nuclear_hover.png) center no-repeat; background-size:43px 43px;}

.sitewide-footer a span.icon-contract{background:url(images/new_icons/white/icon_contact_services.png) center no-repeat; background-size:43px 43px;}
.sitewide-footer a span.icon-contract:after{background:#212121 url(images/new_icons/white/icon_contact_services_hover.png) center no-repeat; background-size:43px 43px;}

.sitewide-footer a span.icon-smart{background:url(images/new_icons/white/icon_smarttestter.png) center no-repeat; background-size:43px 43px;}
.sitewide-footer a span.icon-smart:after{background:#212121 url(images/new_icons/white/icon_smarttestter_hover.png) center no-repeat; background-size:43px 43px;}

.sitewide-footer a span.icon-hire{background:url(images/new_icons/white/icon_hire.png) center no-repeat; background-size:43px 43px;}
.sitewide-footer a span.icon-hire:after{background:#212121 url(images/new_icons/white/icon_hire_hover.png) center no-repeat; background-size:43px 43px;}

.sitewide-footer a span.icon-energy{background:url(images/new_icons/white/icon_energy.png) center no-repeat; background-size:43px 43px;}
.sitewide-footer a span.icon-energy:after{background:#212121 url(images/new_icons/white/icon_energy_hover.png) center no-repeat; background-size:43px 43px;}

.social-footer a, .social-footer span{}
.social-footer a{background:none;}
.social-footer a img{width:34px; height:34px; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;}
.social-footer a:hover img{opacity:0.55;}


#mc_embed_signup .button{padding-top:0 !important; padding-bottom:0 !important;}

.submit-button input{-webkit-border-radius:50px; -moz-border-radius:50px; border-radius:50px; border:none; outline:none; cursor:pointer;}