/* ==========================================================================

// 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 16px;
  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: 1050px){

	#header-menu ul li a {
	    padding: 10px 30px;
	}

}

#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;
}
