/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 12-Nov-2014, 10:43:28
    Author     : mthorne
*/

/*-- home hero --*/
.gredientFull{
    position: relative;
}

#heroContent ol.dots {
    display: block;
    bottom: 0px;
}

/*-- new which? banner hero css  --*/
.heroContainer {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    justify-content: center;
    -ms-flex-pack: center;
    min-height: fit-content;
}
.heroContainer h1 {
  color: #fff;
  font-size: 42px;
  align-self: center;
  -ms-flex-item-align: center;
  font-weight: bolder;
  letter-spacing: 0.2px;
  line-height: 45px;
  position: relative;
  z-index: 2;
  font-family: 'proxima_nova_bolder', arial;
}
.utilityLogoHolder {
  width: 100%;
  max-width: 200px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 23px;
  padding-right: 23px;
  -webkit-filter: drop-shadow(0px 0px 25px rgba(141,33,133,1));
  position: relative;
  z-index: 1;
}
.utilityLogoHolder img {
  display: flex;
  width: 100%;
}
.heroWrapper {
  max-width: 1200px;
  min-height: fit-content;
  display: flex;
  display: -ms-flexbox;
  width: 85%;
  justify-content: center;
  -ms-flex-pack: center;
  background: url(/bundles/utilitywarehouseresidential/images/heros/joanna-lumley-landing-2018.png) no-repeat scroll right bottom transparent;
  border: 0px;
  outline: none;
  background-size: 470px;
  -webkit-filter: drop-shadow(0px 0px 25px rgba(141,33,133,1));
  background-position-y: 15px;
}
.heroBanner {
  width: 95%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  min-height: 351px;
  max-width: 1100px;
}
.whichContainer {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    align-self: flex-start;
    -ms-flex-item-align: start;
    margin-bottom: 10px;
}
.videoContainer {
    display: flex;
    display: -ms-flexbox;
    width: 30%;
}
.heroBanner a {
  min-height: fit-content;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-self: flex-end;
  -ms-flex-item-align: end;
    width: 100%;
    max-width: 300px;
    height: 80px;
    background: url(/bundles/utilitywarehouseresidential/images/general/yellowpix85.png);
    right: 40px;
    text-align: center;
    border-radius: 25px 25px 0px 0px;
    -webbkit-border-radius: 25px 25px 0px 0px;
    -moz-border-radius: 25px 25px 0px 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: 0.15s ease-in-out;
    }

    a.videoSetterLink > span {
        font: 22px/80px arial;
        color: #440459;
        position: relative;
        left: -17px;
        cursor: pointer;
    }

    a.videoSetterLink > span:after {
        background-image: url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundal.png);
            background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundal.svg);
            -webkit-background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundal.svg);
        border: 0px;
        outline: none;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        position: absolute;
        margin: auto;
        top: 0px;
        bottom: 0px;
        right: -35px;
        content: "";
        display: block
    }
    a.videoSetterLink:hover > span:after {
        background-image: url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundalHover.png);
            background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundalHover.svg);
            -webkit-background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundalHover.svg);
    }
    @media only screen and (max-width: 900px) {
      .whichContainer {
          flex-direction: column;
          -ms-flex-direction: column;
          flex: 1;
          -ms-flex: 1;
          justify-content: space-around;
          -ms-flex-pack: justify;
          align-self: flex-start;
          -ms-flex-item-align: start;
          margin-bottom: 0px;
      }
      .heroBanner {
        flex-direction: column;
        -ms-flex-direction: column;
        width: 80%;
      }
      .utilityLogoHolder {
        border-right: 0px;
        margin-right: 0px;
        padding-right: 0px;
        max-width: 160px;
      }
      .heroContainer h1 {
        margin-top: 15px;
      }
    }
    @media only screen and (max-width: 720px) {
      .heroWrapper {
        width: 100%;
        background-position: calc(100% - -10px) 20px;
        background-size: 350px;
      }
      .utilityLogoHolder {
        max-width: 140px;
        margin-bottom: 42px;
      }
      .heroContainer h1 {
        font-size: 36px;
        line-height: 38px;
      }
    }
    @media only screen and (max-width: 480px) {
      .heroWrapper {
        background-position: calc(100% - -80px) 45px;
      }
      .heroContainer h1 {
        margin-top: 0px;
        margin-top: 20px;
        font-size: 32px;
        line-height: 34px;
      }
      .utilityLogoHolder {
        max-width: 136px;
        margin-bottom: 23px;
      }
      a.videoSetterLink > span {font: 20px/75px arial;}
    }
    @media only screen and (max-width: 320px) {
    a.videoSetterLink > span {
        font: 18px/80px arial;
    }
    .utilityLogoHolder {
      margin-bottom: 59px;
    }
    .heroBanner a {
      height: 53px;
    }
    .heroWrapper {
      width: 100%;
      background-position: calc(100% - -62px) 92px;
      background-size: 276px;
    }
  }
  /*-- new which? banner hero css  --*/

.heroIcons {
    position: absolute;
    background-image: url(/bundles/utilitywarehouseresidential/images/heros/heroScrollerIconimage.png);
    border: 0px;
    outline: none;
    background-repeat: no-repeat;
    width: 573px;
    height: 286px;
    left: -30px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 1;
}

.heroLeft, .heroRight {
    width: 50%;
    position: relative;
    height: 351px;
    z-index: 2;
}

.heroLeft {
    float: left;
    display: table;
}


/*hero left content ------------------------------------------*/
.heroContent {
    text-align: center;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
}
#heroContent  li {
    list-style: none;
}
#heroContent ol.dots {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    }

#heroContent ol.dots {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#heroContent ol.dots li {
    list-style: none;
    border: 1px solid #dfbadb;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 40px;
    text-indent: -99999px;
    border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -o-border-radius: 100px;
    margin: 0px 3px;
    transition: 0.15s ease-in-out;
        -webkit-transition: 0.15s ease-in-out;
        -moz-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
    cursor: pointer;
    opacity: 0.7;
}

#heroContent ol.dots li:hover {background-color: #dfbadb;}
#heroContent ol.dots li.active {
    background-color: #fed100;
    border: 1px solid #fed100 !important;
    opacity: 1 !important;
}

#heroContent ol.dots li.active:hover {
    background-color: #fed100 !important;
    border: 1px solid #fed100 !important;
}


.homeQuotes {
    font: 40px/45px "proxima_nova_altregular", arial;
}

.heroTriggers {
    position: absolute;
    bottom: 23px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.heroTriggers ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.heroTriggers ul li {
    list-style: none;
    border: 1px solid #dfbadb;
    display: inline-block;
    width: 13px;
    height: 13px;
    text-indent: -99999px;
    border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -o-border-radius: 100px;
    margin: 0px 3px;
    transition: 0.15s ease-in-out;
        -webkit-transition: 0.15s ease-in-out;
        -moz-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
    cursor: pointer;
    opacity: 0.7;
}

.heroTriggers ul li:hover {
    background-color: #dfbadb;
}
.br1{
    display: block;
}
.br2{
    display: none;
}

/*hero left content end --------------------------------------*/
/*hero right content  ---------------------------------------------------*/
.heroRight {
    float: right;
}

div.video {
    height: 351px;
    background: url(/bundles/utilitywarehouseresidential/images/heros/joanna-lumley-landing-2018.png) no-repeat scroll right bottom transparent;
    border: 0px;
    outline: none;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    min-width: 470px;
    margin-bottom: 0;
    background-position: 0px 12px;
    overflow: hidden;
    background-size: contain;
    -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    }

div.video > a {
    position: absolute;
    height: 90px;
    width: 100%;
    max-width: 300px;
    height: 80px;
    /*background-color: rgba(254, 209, 0, 0.85);*/
    background: url(/bundles/utilitywarehouseresidential/images/general/yellowpix85.png);
    bottom: -10px;
    right: 40px;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    -webbkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    padding-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: 0.15s ease-in-out;
    }

div.video > a > span {
    font: 22px/80px arial;
    color: #440459;
    position: relative;
    left: -17px;
    cursor: pointer;
}

div.video > a > span:after {
    background-image: url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundal.png);
        background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundal.svg);
        -webkit-background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundal.svg);
    border: 0px;
    outline: none;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    right: -35px;
    content: "";
    display: block;

}
div.video > a:hover > span:after {
    background-image: url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundalHover.png);
        background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundalHover.svg);
        -webkit-background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundalHover.svg);
}

div.video > a:hover {
    bottom: 0;
    }

.MobileVideoTourButton {
    display: none;
}

/*hero right content end ------------------------------------------------*/
/*home body content ---------------*/


/*light bulbs content*/
.LBContent{
    margin-bottom: 32px;
    position: relative;
    }

.LBContent div{
    float: left;
    width: 100%;
    }
/*.LBContent div + div{
    float: left;
    width: 30%;
    }*/

.LBContent ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    z-index: 2;
    width: 70%;
    }

.LBSmallerBox{
    width: 22%!important;
    }

.LBContent ul li{
    background-color: #ffffff;
    width: 24%;
    float: left;
    position: relative;
    list-style: none;
    font-size: 19px;
    line-height: 24px;
    margin-right: 1.3%;
    padding: 20px 10px 20px 46px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

.LBContent ul li:after{
    height: 52px;
    width: 28px;
    display: block;
    position: absolute;
    margin: auto;
    background-color: transparent;
    left: 10px;
    top: 15px;
    content: "";
    }

.LBContent ul li.bulb1:after{
    background-image: url(/bundles/utilitywarehouseresidential/images/lightBulbs/BannerbulbIcon1.png);
    background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/lightBulbs/BannerbulbIcon1.svg);
    -webkit-background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/lightBulbs/BannerbulbIcon1.svg);
    background-repeat: no-repeat;
    }

.LBContent ul li.bulb2:after{
    background-image: url(/bundles/utilitywarehouseresidential/images/lightBulbs/BannerbulbIcon2.png);
    background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/lightBulbs/BannerbulbIcon2.svg);
    -webkit-background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/lightBulbs/BannerbulbIcon2.svg);
    background-repeat: no-repeat;
    }

.LBContent ul li.bulb3:after{
    background-image: url(/bundles/utilitywarehouseresidential/images/lightBulbs/BannerbulbIcon3.png);
    background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/lightBulbs/BannerbulbIcon3.svg);
    -webkit-background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/lightBulbs/BannerbulbIcon3.svg);
    background-repeat: no-repeat;
    }

.LBContent ul li.bulb4:after{
    background-image: url(/bundles/utilitywarehouseresidential/images/lightBulbs/BannerbulbIcon4.png);
    background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/lightBulbs/BannerbulbIcon4.svg);
    -webkit-background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/lightBulbs/BannerbulbIcon4.svg);
    background-repeat: no-repeat;
    }

.LBContent ul li span{
    font-size: 24px;
    }

.LBContent .noSpace{
    margin-right: 0px;
    background-color: #440459;
    background-image: -webkit-linear-gradient(#440459,#9c278f);
    background-image: -o-linear-gradient(#440459,#9c278f);
    background-image: linear-gradient(#440459,#9c278f);
    }

.VanImage{
/*    background-image: url(/bundles/utilitywarehouseresidential/images/lightBulbs/LBHomeBannerVan.png);*/
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    position: absolute;
    right: -28px;
    bottom: 0px;
    z-index: 1;
    max-width: 459px;
    max-height: 239px;
    }

.VanImage img{
    width: 84%;
    float: right;
    }

.LBboxArrow{
    background-image: url(/bundles/utilitywarehouseresidential/images/lightBulbs/BannerboxArrow.png);
    position: absolute;
    width: 16px;
    height: 47px;
    display: block;
    right: -16px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 90;
    }

.LBFindoutmore{
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin-right: 45px;
    margin-bottom: 32px;
    }

.LBFindoutmore:after{
    position: absolute;
    height: 30px;
    width: 30px;
    content: "";
    top: 0px;
    margin: auto;
    bottom: 0px;
    right: -40px;
    background-image: url(/bundles/utilitywarehouseresidential/images/lightBulbs/LBfindoutmoreArrow.png);
    background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/lightBulbs/LBfindoutmoreArrow.svg);
    -webkit-background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/lightBulbs/LBfindoutmoreArrow.svg);
    }

.LBBanner{
    margin-top: 32px;
    }
/*light bulbs content end*/

/*boxes end--------------------------------*/

.shadeMobile {
    display: none;
    }

.twocolumnsContainer,
.threecolumnsContainer,
.fourcolumnsContainer{
    position: relative;
    width: 100%;
    }

.smallerColumns {
    width: 80%;
    margin: 0 auto;
    }

.hwdCTA{
    margin-bottom: 0px;
    }

.twocolumns {
    width: 50%;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
    color: #9c278f;
    position: relative;
    float: left;
    z-index: 2;
    transition: ease-in-out;
    }

.threecolumns {
    width: 33.3%;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
    color: #9c278f;
    position: relative;
    float: left;
    z-index: 10;
    transition: ease-in-out;
    }

.fourcolumns {
    width: 25%;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
    color: #9c278f;
    position: relative;
    float: left;
    z-index: 10;
    transition: ease-in-out;
    }

.threecolumns > a > img,
.fourcolumns > a > img{
    width: 100%;
    min-width: 125px;
    max-width: 195px;
    border: 0px;
    outline: none;
    }

.threecolumns a + a,
.fourcolumns a + a{
    /*white-space: nowrap;*/
    position: relative;
    font: 21px/27px arial;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    }

.threecolumns a + a:after,
.fourcolumns a + a:after{
    background-image: url(/bundles/utilitywarehouseresidential/images/icons/small/darkPurpleRightArrow.png);
    border: 0px;
    outline: none;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-indent: -99999px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -33px;
    content: "";
    }

.threecolumns a + a.noafter:after,
.fourcolumns a + a.noafter:after{
    background-image: none;
    border: 0px;
    outline: none;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-indent: -99999px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -33px;
    content: "";
    }

.fourcolumns .recommendImage{
    min-height: 142px;
    }

.moreServicesPandB{
    white-space: nowrap
    }

.threecolumns:hover .columnsFont{
    color: #9c278f!important;
    }

.threecolumns:hover .columnsFont:after {
    background-image: url(/bundles/utilitywarehouseresidential/images/icons/small/darkPurpleRightArrowHover.png);
    border: 0px;
    outline: none;
    background-repeat: no-repeat;
    }

.recommendImage.small-witch-award{
    margin-top: 40px;
    }

/* -------------------------------- look who recommends us award slide show */

#owl-demo .item{
    text-align: center;
    padding: 0 5%;
    }

#owl-demo .item img{
    display: block;
    height: auto;
    }

.shade.awardSlideShow{
    margin-top: 5%;
    }

.recommendImage > a > img {
    width: auto;
    min-height: 124px;
    max-height: 124px;
    height: 50%;
    border: 0px;
    margin: 0 auto;
    outline: none;
    display: block;
    }

.recommendImage > a > img.verticalRectange {
    min-height: 138px;
    max-height: 138px;
    }

.readMoreButton {
    background-color: #f3f3f3;
    color: #8c8c8c;
    border: 1px solid #d5d5d5;
    border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -o-border-radius: 7px;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    padding: 5px 15px;
    }

.threecolumnsContainer ol.dots{
    display: none;
    }

/*home body content ---------------*/
/*-- home hero --*/

.reviewsLink{
    position: relative;
    left: 24px;
    }

.HomethreecolumnsContainer{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    }

.boxesContainer {
    margin: 50px 0px 0px 0px;
    }

@media only screen and (max-width: 1300px) {
 .VanImage {
    width: 38%;
    }
    .sir-terry{
        right: -43%;
}
}
@media only screen and (max-width: 1200px) {

.LBContent ul {
    width: 75%;
    }
.LBContent ul li {
    font-size: 16px;
    }
}

@media only screen and (max-width: 1000px) {
  .VanImage {
    width: 40%;
    position: absolute;
    right: -30px;
    bottom: initial;
    top: 10px;
    z-index: 1;
    max-width: 459px;
    max-height: 239px;
    min-width: 260px;
    }

.LBContent ul {
    width: 100%;
    }

.LBContent h2{
    margin-bottom: 60px;
    width: 70%;
    }

.LBSmallerBox {
    width: 24%!important;
    }

div.video {
    right: -80px;
    }

div.video > a{
    right: 20px;
    }

}

@media only screen and (max-width: 900px) {
.VanImage img {
    width: 100%;
    }

.moreServicesPandB{
    left: -15px;
    }

div.video {
    height: 351px;
    right: -80px;
    }

.heroTriggers {
    right: auto;
    }

.homeQuotes {
    font: 38px/40px "proxima_nova_altregular",arial;
    text-shadow: 0 0 21px #440459;
    -webkit-text-shadow: 0 0 21px #440459;
    -moz-text-shadow: 0 0 21px #440459;
    -o-text-shadow: 0 0 21px #440459;
    }

div.video {
    position: absolute;
    height: 348px;
    background: url(/bundles/utilitywarehouseresidential/images/heros/joanna-lumley-landing-mobile.png) no-repeat scroll right bottom transparent;
    right: -20px;
    bottom: 0;
    }
}

@media only screen and (max-width: 800px) {
    .removePoint{
        display: none;
        }

    .moreServicesPandB{
        left: -25px;
        }

    #heroContent ol.dots {
        padding: 0px 0px 0px 25px;
        text-align: left;
        bottom: 0;
        }

    .heroContent {
        color: #FFF;
        vertical-align: middle;
        display: block;
        margin-top: 30px;
        }

    div.video a {
        display: none;
        }

    .homeQuotes {
        margin-left: 30px;
        font: 32px/36px "proxima_nova_altregular",arial;
        white-space: nowrap;
        position: absolute;
        text-align: left;
        z-index: 999;
        }

    .MobileVideoTourButton {
        display: block;
        }

    .MobileVideoTourButton > a {
        position: absolute;
        height: 90px;
        width: 100%;
        min-width: 270px;
        height: 50px;
        /*background-color: rgba(254, 209, 0, 1.0);*/
        background: url(/bundles/utilitywarehouseresidential/images/general/yellowpix85.png);
        bottom: 70px;
        left: 28px;
        right: 0px;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        transition: 0.15s ease-in-out;
        }

    .MobileVideoTourButton > a:hover{
        /*background-color: rgba(254, 218, 51, 0.85);*/
        background: url(/bundles/utilitywarehouseresidential/images/general/yellowpixhover85.png);
        }

    .MobileVideoTourButton > a > span {
        font: 20px/50px arial;
        color: #440459;
        position: relative;
        left: -17px;
        }

    .MobileVideoTourButton > a > span:after {
        background-image: url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundal.png);
        background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundal.svg);
        -webkit-background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundal.svg);
        border: 0px;
        outline: none;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        position: absolute;
        margin: auto;
        top: 0px;
        bottom: 0px;
        right: -35px;
        content: "";
        display: block;
        }

    .MobileVideoTourButton > a:hover > span:after {
        background-image:  url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundalHover.png);
        background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundalHover.svg);
        -webkit-background-image: linear-gradient(transparent, transparent), url(/bundles/utilitywarehouseresidential/images/heros/purpleButtonRoundalHover.svg);
        }

    .heroLeft {
        z-index: 3;
        }

    /*.MobileVideoTourButton > a:hover {
        bottom: 0px;
    }*/

    /* hero stuff*/
    .heroTriggers {
        position: absolute;
        top: 34px;
        bottom: auto;
        left: 0px;
        right: 0px;
        margin: auto;
        }
}


@media only screen and (max-width: 767px) {
.LBContent h2 {
    width: 60%;
    }

.HomethreecolumnsContainer{
    width: 80%;
    margin: 0 auto;
    }

.recommendImage {
    max-width: none;
    min-height: 129px;
    margin: 0 auto 20px;
    }

.recommendImage > a > img {
    /*width: 100%;*/
    /*max-width: 155px;*/
    }
/*    .hwdCTA{
    margin-bottom: 26px;
}*/
.twocolumns,
.threecolumns,
.fourcolumns{
    width: 100%;
    }

    /*.threecolumns{
        min-height: 200px;
        } */

.twocolumns > p,
.threecolumns > p,
.fourcolumns > p{
    width: 49%;
    float: left;
    margin-right: 1%;
    }

.twocolumns > p + p,
.threecolumns > p + p,
.fourcolumns > p + p{
    width: 49%;
    float: left;
    margin-right: 0%;
    margin-left: 1%;
    text-align: left;
    }

.threecolumns > a,
.fourcolumns > a{
    width: 49%;
    float: left;
    }

.threecolumns > a > img,
.fourcolumns > a > img{
    max-width: 180px;
    margin: 0px;
    }

/* responsive awards page slideshow */
.threecolumns > p > img {
    max-width: 200px;
    }

.threecolumns a + a,
.fourcolumns a + a {
    margin-bottom: 0px;
    margin-top: 15%;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    line-height: 21px;
    height: 21px;
    margin: auto;
    }

.moreServicesPandB{
    white-space: normal;
    left: auto;
    }

.threecolumns a + a:after,
.fourcolumns a + a:after{
    left: auto;
    right: -25px;
    bottom: 0px;
    top: 0px;
    }

.recommendImage.small-witch-award{
    margin-top: 0;
    }


.shade {
    display: none;
    }

.shadeMobile {
    background-image: url(/bundles/utilitywarehouseresidential/images/general/gradient.png);
    width: 90%;
    height: 82px;
    display: block;
    border: 0px;
    outline: none;
    background-repeat: no-repeat;
    background-size: 100% 150px;
    -webkit-background-size: 100% 150px;
    -moz-background-size: 100% 150px;
    -o-background-size: 100% 150px;
    background-position: 0px 1px;
    opacity: 0.22;
    position: absolute;
    top: -4%;
    left: -25%;
    z-index: -1;
    }

.smallerColumns {
    width: 90%;
    margin: 0 auto 15px;
    }

.galleryroundels{
    display: block;
    }

.threecolumnsContainer ol.dots {
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 90;
    bottom: 17px;
    height: 15px;
    }

.threecolumnsContainer ol.dots li {
    list-style: none;
    border: 1px solid #dfbadb;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 40px;
    text-indent: -99999px;
    border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -o-border-radius: 100px;
    margin: 0px 3px;
    transition: 0.15s ease-in-out;
        -webkit-transition: 0.15s ease-in-out;
        -moz-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
    cursor: pointer;
    opacity: 0.7;
    }

.threecolumnsContainer ol.dots li:hover {background-color: #dfbadb;}
.threecolumnsContainer ol.dots li.active {
    background-color: #fed100;
    border: 1px solid #fed100 !important;
    opacity: 1 !important;
    }

.threecolumnsContainer ol.dots li.active:hover {
    background-color: #fed100 !important;
    border: 1px solid #fed100 !important;
    }

.GeneralshadeDown {
    background-image: url(/bundles/utilitywarehouseresidential/images/general/gradient.png);
    width: 130%;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 100% 25px;
        -webkit-background-size: 100% 25px;
        -moz-background-size: 100% 25px;
        -o-background-size: 100% 25px;
    background-position: 0px -12px;
    opacity: 0.17;
    position:relative;
    top: 0px;
    left: -15%;
    z-index: 1;
    margin-bottom: -12px;
    }

.Generalshade {
    background-image: url(/bundles/utilitywarehouseresidential/images/general/gradient.png);
    width: 130%;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 100% 25px;
        -webkit-background-size: 100% 25px;
        -moz-background-size: 100% 25px;
        -o-background-size: 100% 25px;
    background-position: 0px 1px;
    opacity: 0.17;
    position:relative;
    top: -12px;
    left:-15%;
    z-index: 1;
    }

.LBContent ul li {
    width: 48%;
    margin-right: 1.3%;
    margin-bottom: 10px;
    }

.LBSmallerBox {
    width: 48%!important;
    }
}

@media only screen and (max-width: 600px) {
#heroContent ol.dots {
    display: block;
    bottom: 0px;
    }

.LBContent h2 {
    margin-bottom: 32px;
    width: 50%;
    }

.HomethreecolumnsContainer {
    width: 95%;
    }

.boxesContainer {
    margin: 25px 0px 0px 0px;
    }

.VanImage {
    right: -15px;
    }

div.video {
    right: -60px;
    }

@media only screen and (max-width: 463px) {
    .moreServicesPandB{
        height: 45px!important;
        }
}

@media only screen and (max-width: 480px) {
.removePoint{
    display: block;
    }

.LBboxArrow{
    right: 0px;
    left: 0px;
    top: initial;
    bottom: -16px;
    background-image: url(/bundles/utilitywarehouseresidential/images/lightBulbs/BannerboxArrowDown.png);
    position: absolute;
    width: 47px;
    height: 16px;
    }

.shadeMobile {
    top: -9%;
    }

.br1{
    display: none;
    }

.br2{
    display: block;
    }

.homeQuotes {
    font: 28px/30px "proxima_nova_altregular",arial;
    }

.threecolumnsContainer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    }

.threecolumns a + a:after {
    content: none;
    }

.LBContent ul li {
    width: 100%;
    margin-right: 0%;
    }

.LBSmallerBox {
    width: 100%!important;
    }

.VanImage{
    display: none;
    }

.LBContent h2{
    width: 100%;
    text-align: center!important;
    }

    div.video {
        right: -80px;
    }

}

@media only screen and (max-width: 480px) {
    /* responsive awards page slideshow */
    .threecolumns > p > img {
        max-width: 160px;
        }
    }


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

.recommendImage {
    max-width: none;
    min-height: 129px;
    margin: 0 auto 0px;
    }

.recommendImage img {
    width: 100%;
    max-width: 136px;
    }

.fourcolumns > p,
.threecolumns > p{
    width: 100%;
    float: none;
    margin-right: 0%;
    }


.fourcolumns > p + p,
.threecolumns > p + p{
    width: 100%;
    float: none;
    margin-right: 0%;
    margin-left: 0%;
    text-align: center;
    margin-top: 5px;
    }

#heroContent ol.dots li {
    box-shadow: 0 0 21px #440459;
    -webkit-box-shadow: 0 0 21px #440459;
    -moz-box-shadow: 0 0 21px #440459;
    -o-box-shadow: 0 0 21px #440459;
    }

.heroLeft, .heroRight {
    height: 306px;
    }

div.video {
    height: 317px;
    right: -90px;
    }

.homeQuotes {
    font: 23px/24px "proxima_nova_altregular",arial;
    margin-left: 11px;
    }

.heroContent {
    margin-top: 19px;
    }

#heroContent ol.dots {
    left: 76px;
    }

.MobileVideoTourButton > a {
    left: 15px;
    }

    div.video {
        background: url(/bundles/utilitywarehouseresidential/images/heros/joanna-lumley-landing-420.png) no-repeat scroll right bottom transparent;
    }

    #heroContent ol.dots {
        width: 120%;
        padding: 0;
    }
}


@media only screen and (max-width: 340px) {
    #heroContent ol.dots {
        width: 140%;
        left: 50px;
    }
}
