*{
  transition: all .3s;
}
body,
html{
  max-width: 100vw;
  margin: 0;
  overflow-x: hidden;
}
::-webkit-scrollbar-track{
  border: none;
  background-color: rgba(0,0,0,.2);
}
::-webkit-scrollbar{
  width: 10px;
  background-color: #F5F5F5;
  border-radius: 10px
}
::-webkit-scrollbar-thumb{
  background-color: #267DDD;  
  border-radius: 10px
}
.footer-certificates-img {
    max-height: 100%;
    width: 24.7%;
    height: 250px;
    margin-top: 25px;
}
#mainFooter{
  text-align: center;
}
img{
  max-width: 100%;
}
#preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noscroll{
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.accordion .card-title{
  cursor: pointer;
}
.accordion i.material-icons{
  float: right;
}
.accordion .card-header:not(.collapsed) i.material-icons{
  transform: rotate(45deg)
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(720deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(720deg); }
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}
.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}
.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}

.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
}
.dropdown-menu .show ~ .dropdown-toggle{
  background: #444;
  color: #fff
}
button.navbar-toggler{
  color: #222;
}
.navbar-nav{
  width: 100%;
  justify-content: center;
}


test.custom-btn1{
  display: inline-block;
  float: right;
  margin-left: 10px;
  background: #DE0D18;
  border: 1px solid #DE0D18;
  color: #fff;
  min-width: 200px;
  padding: 10px auto !important;
  text-align: center;
  border-radius: 5px !important;
  transition: all .3s;
}
test.custom-btn1:hover{
  background: #fff;
  color: #DE0D18 !important;
  text-decoration: none !important;
}
.custom-btn2{
  display: inline-block;
  background: transparent;
  border: 1px solid #267DDD;
  color: #267DDD;
  min-width: 200px;
  padding: 10px 10px !important;
  text-align: center;
  border-radius: 5px !important;
  transition: all .3s;
}
.custom-btn2:hover{
  background: #267DDD;
  color: #fff !important;
  text-decoration: none !important;
}
p{
  font-size: 14px;
}
.red.text{
  color: #BC030A;
}
.bold.text{
  font-weight: 700;
}
.uline.text{
  text-decoration: underline;
}
.bgimg-cover{
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
}
.input-group-addon{
  padding: 5px;
  padding-top: 8px;
  background: #444;
  color: #fff;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.form-control:focus{
    border-color: rgb(206, 212, 218);;
    outline: 0;
    box-shadow: none;
}
.gray-box{
  width: 100%;
  padding: 20px;
  background: #e8e8e8;
}


/* HEADER */

#banner{
  background-image: url('/assets/img/banner.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right; 
}
#logo{
  text-align: center
}
.bannertext{
  text-align: center;
  width: 100%;
}
.bannertext h3{
  font-size: 30px;
  color: #0079a3;
  margin-bottom: 10px;
}
.bannertext h4{
  font-size: 18px;
  margin: 0;
}
.bannertext h5{
  font-size: 30px;
  color: #0079a3;
}
.bbbaLogo{
  position: absolute;
  top: 5px;
  right: 5px;
}
.bbbaLogo img{
  max-width: 50px;
}
#colophon{
  background: #267DDD;
  padding: 10px;
}
#colophon *{
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
#colophon .col-md-12.col-lg-12{
	display: flex;
}
#colophon .col-md-12.col-lg-12>a{
	flex-grow: 1
}
#navigation{
  background: #e2e2e2;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(189,189,189,1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(189,189,189,1);
  box-shadow: 0px 2px 2px 0px rgba(189,189,189,1);
}
#navigation *{
  color: #222
}
.navbar-expand-sm .navbar-nav .nav-link{
        padding-right: .75rem;
    padding-left: .75rem;
}
#navigation * .btn.focus,
#navigation * .btn:focus{
  box-shadow: none !important;
}
.navbar-nav *{
  position: relative;
}
.navbar-nav>.dropdown .dropdown-menu{
  margin: -2px 0 0 !important;
}
.navbar-nav>.dropdown>.dropdown-menu.hovered{
  display:block !important;
  animation-name: menuhover;
  animation-duration: .3s;
}
.navbar-nav>.dropdown>.dropdown-menu.hovered .wth-drpdown:hover>.dropdown-menu{
  display:block;
  position: absolute;
  left: calc(100% - 2px);
  top: -2px;
  animation-name: menuhover;
  animation-duration: .3s;
}
@keyframes menuhover {
  from {opacity: 0}
  to {opacity: 1}
}
@media only screen and (max-width: 768px) {
.navbar-nav>.dropdown>.dropdown-menu.hovered .wth-drpdown:hover>.dropdown-menu{
  display:block;
  position: relative;
  left: 0;
  top: 0;
  animation-name: none;
  animation-duration: 0s;
}
}

/* FOOTER */
#cta{
  background: #267DDD;
  padding: 10px;
}
#cta *{
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
#mainFooter *{
  text-align: center
}
#mainFooter .footercompanies img{
  max-height: 50px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* BODY */
main{
  padding: 30px 0;
}
main:not(.home) h1{
  font-size: 28px;
}
      /* HOME */
      .home h1,
      .home h2{
        font-size: 24px;
      }
       ul.lia{
        list-style: none;
        padding: 0;
      }
       ul.lia i{
        color: #181d81;
        float: left;
        margin-right: 5px;
      }
       .imageContracts > div{
        background-position: bottom;
        background-size: cover;
        border: 5px solid #fff;
      }
       .imageContracts > div .title{
        color: #fff;
        background: #267DDD;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5px;
        text-align: center;
        font-weight: bold;        
      }
       .roofladder div a{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
      }
       .roofladder:hover > div a img{
        filter: drop-shadow(0 0 0.5rem #222);
      }
       .roofladder > div{
        position: relative;
      }
       .roofladder img{
        position: absolute;
        right: 10px;
        top: 0px;
        bottom: 0px;
        transition: all .3s;
      }
       .sideLink{
        display: block;
        position: relative;
        background: #043e70;
        color: #fff;
        padding: 5px 10px;
        margin-top: 3px;
        border-radius: 5px;
      }
       .sideLink:hover{
        text-decoration: none;
        color: #d4d4d4;
      }
       .sideLink img{
        float: right;
        height: 25px;
      }
       .sideLink:hover img{
        filter: drop-shadow(0 0 0.2rem #222);
      }
       .sideLink.freeEst{
        padding: 20px 10px;
        background: #BC030A;
        text-align: center;
        font-size: 26px;
      }
       .sideLink.freeEst button{
        font-size: 16px;
        background: rgba(255,255,255,.2);
        cursor: pointer;
        color: #fff;
        outline: none;
        border: none;
        margin-top: -10px;
        padding: 10px;
      }
       .sideLink.freeEst:hover button{
        background: rgba(255,255,255,.9);
        color: #BC030A;
        border-radius: 3px;
      }
       .sidebar .custom-btn2{
        width: 100%;
        margin-top: 5px 
      }
       .fb_iframe_widget,
       .fb_iframe_widget > span,
       .fb_iframe_widget iframe{
        width: 100%;
      }


  .secondarySide .roofladder div a{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
      }
      .secondarySide .roofladder:hover > div a img{
        filter: drop-shadow(0 0 0.5rem #222);
      }
      .secondarySide .roofladder > div{
        position: relative;
      }
      .secondarySide .roofladder img{
        position: absolute;
        right: 10px;
        top: 0px;
        bottom: 0px;
        transition: all .3s;
      }
      .secondarySide .sideLink{
        display: block;
        position: relative;
        background: #043e70;
        color: #fff;
        padding: 5px 10px;
        margin-top: 3px;
        border-radius: 5px;
      }
      .secondarySide .sideLink:hover{
        text-decoration: none;
        color: #d4d4d4;
      }
      .secondarySide .sideLink img{
        float: right;
        height: 25px;
      }
      .secondarySide .sideLink:hover img{
        filter: drop-shadow(0 0 0.2rem #222);
      }
      .secondarySide .sideLink.freeEst{
        padding: 20px 10px;
        background: #BC030A;
        text-align: center;
        font-size: 26px;
      }
      .secondarySide .sideLink.freeEst button{
        font-size: 16px;
        background: rgba(255,255,255,.2);
        cursor: pointer;
        color: #fff;
        outline: none;
        border: none;
        margin-top: -10px;
        padding: 10px;
      }
      .secondarySide .sideLink.freeEst:hover button{
        background: rgba(255,255,255,.9);
        color: #BC030A;
        border-radius: 3px;
      }
      .secondarySide .custom-btn2{
        width: 100%;
        margin-top: 5px 
      }
      .secondarySide .fb_iframe_widget,
      .secondarySide .fb_iframe_widget > span,
      .secondarySide .fb_iframe_widget iframe{
        width: 100%;
      }





      .gutters .custom-btn2{
        width: 100%;
        margin-top: 5px;
      }

      .drywall h4.left{
        float: left;
        margin: 0;
        margin-right: 5px;
      }
      .drywall h4.right{
        float: right;
        margin: 0;
        margin-left: 5px;
      }
      .drywall h4 span{
        font-size: 35px;
        color: #e8e8e8;
        font-weight: bolder;
      }
      .drywall h4 small{
        margin-left: -60%;
        width: auto;
      }

      .painting h4{
        font-weight: 300;
        font-size: 18px;
      }
      

      .soffit ul{
        padding-left: 20px;
        list-style: circle;
      }

      .entrydoors{
        overflow: unset;
      }
      .entrydoors .row{
        overflow: unset
      }
      .entrydoors .row.redesigned{
        padding: 40px 0;
        position: relative;
        overflow: unset;
      }
      .entrydoors .redesigned:nth-child(even):before{
        content: "";
        position: absolute;
        top: 0;
        left: -100vw;
        right: -100vw;
        bottom: 0;
        background: rgb(206, 206, 206);
      }
      .entrydoors .redesigned img{
        transform: scale(.9);
      }
      .entrydoors .redesigned:hover img{
        transform: scale(1);
      }
      

      .leadsafetytesting .boxed{
        padding: 40px;
        background: #e8e8e8;
        border-radius: 5px;
        border: 2px solid #dddcdc;
      }

      .lakeladderasst .haagblock{
        position: relative;
        background-size: cover;
        background-position: center;
        border-radius: 5px;
      }
      .lakeladderasst .haagblock:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.3);
        transition: all .3s;
      }
      .lakeladderasst .haagblock a{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
      }
      .lakeladderasst .haagblock a img{
        position: absolute;
        left: 10px;
        top: 0px;
        bottom: 0px;
        transition: all .3s;
      }
      .lakeladderasst .haagblock:hover:before{
        background: rgba(0,0,0,.6);
      }
      .lakeladderasst .haagblock:hover > div a img{
        filter: drop-shadow(0 0 0.5rem rgb(128, 183, 255));
      }
      .lakeladderasst .custom-btn2{
        margin-top: 5px;
        width: 100%;
      }

      .roofinspections{
        margin: 30px auto;
      }
      .roofinspections .custom-btn2{
        margin-top: 5px;
        width: 100%;
      }

  
      .hail .nav-item{
        width: 50%;
        text-align: center;
        font-weight: bold
      }

       .owenscolors{
        display: inline-block;
        width: auto;
        margin: auto auto;
      }
       .owenscolors .color{
        position: relative;
        display: inline-block;
        width: 140px;
        height: 140px;
        margin: 10px 4px;
      }
       .owenscolors .color .color-text{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        background: rgba(0,0,0,.7);
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        padding: 5px;
      }

      /* James Hardie Sidings */
      .right-align-text {
          float: right
      }
      #hardiecedar {
          background-image: url('/services/siding/hardieboard/assets/smooth-hero.png');
          margin-top: 50px;
      }
      #hardiecedarmill {
          background-image: url('/services/siding/hardieboard/assets/select-cedarmill-hero.png');
          margin-top: 50px;
      }
      #beadedsmooth {
          background-image: url('/services/siding/hardieboard/assets/beaded-smooth-hero.png');
          margin-top: 50px;
      }
      #beadedcedar {
          background-image: url('/services/siding/hardieboard/assets/beaded-cedarmill-hero.png');
          margin-top: 50px;
      }
      #hardiecedar .container > .row,
      #hardiecedarmill .container > .row,
      #beadedsmooth .container > .row,
      #beadedcedar .container > .row {
          min-height: 450px;
          position: relative;
      }
      .align-bottom {
          position: absolute;
          padding: 15px;
          bottom: 0;
          min-height: 250px;
          background: #fff;
      }
      #hardiecedar .align-bottom,
      #beadedsmooth .align-bottom {
          right: 0;
      }
      #hardiecedarmill .align-bottom,
      #beadedcedar .align-bottom {
          left: 0;
      }
      .colorpallete .color {
          display: inline-block;
          height: 25px;
          width: 25px;
          margin-right: 5px;
          margin-bottom: 5px;
          transition: all .3s;
          cursor: pointer;
          border: 5px solid transparent;
      }
      .colorpallete .color.selected {
          border: 3px solid #0079a3;
          transform: scale(1.1);
      }

      
      /* Tando Sidings */
      #tando div * {
          display: block;
      }
      #tando .row-fluid > div {
          float: left;
          position: relative;
      }
      #tando .col-sm-12 {
          margin: 30px 0;
      }
      #tando .span4 {
          width: calc( (100% / 12) * 4);
          padding-right: 10px
      }
      #tando .span8 {
          width: calc( (100% / 12) * 8);
          padding-left: 10px;
          height:340px;
      }
      #tando .swatch-group {
          display: inline-block;
          width: 100%;
          margin: 2px 0;
      }
      #tando .swatch-group .swatch {
          width: 40px;
          height: 40px;
          float: left;
          margin-right: 10px;
          margin-bottom: 10px;
          overflow: hidden;
      }
      #tando .swatch-group .swatch .swatch__img {
          width: 100%;
          height: 100%
      }
      #tando .hs_cos_wrapper {
          width: 100%;
          position: relative;
          display: block;
      }

      






/* Side Form */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper #overlay{
  display: none;
  opacity: 0;
  z-index: 998;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,.6);
  transition: display 0s, opacity .5s;
}
#wrapper.toggled #overlay{
  display: block;
  opacity: 1;
}
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  padding: 15px;
  top: 0;
  left: 0px;
  bottom: 0;
  width: 80vw;
  max-width: 900px;
  height: 100%;
  margin-left: -100vw;
  overflow-y: auto;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
  margin-left: 0vw;
}


@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 0px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 80vw;  
  }
  #page-content-wrapper {
    padding: 0px;
  }
}








/* RESPONSIVENESS */

/* PCs */
@media screen and (min-width: 992px){
  .container{
    max-width: 1000px;
  }
}

/* Tablets */
@media screen and (min-width: 601px) and (max-width: 991px){
  body{
    position: relative;
    overflow-x: hidden
  }
  #colophon .valign-wrapper{
    display: block;
    margin-bottom: 10px;
  }
  #colophon *{
    text-align: center;
    float: none
  }
  #navigation *{
    font-size: 12px;
  }
  .imgholder{
    align-content: center;
    justify-content: center;
    text-align: center;
  }
  .drywall img{
    width: 100%;
    margin: 10px 0;
  }
  .footer-certificates-img{
    width: 49% !important;
  }
  
}

/* Mobiles */
@media screen and (max-width: 600px){
  h1, h2, h3, h4, h5, h6{
    text-align: center;
    width: 100%;
  }
  .bannertext *{
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
  }
  #colophon .valign-wrapper{
    display: block;
    margin-bottom: 10px;
  }
  #colophon *{
    text-align: center;
    float: none;
  }
  #colophon h5{
    font-size: 22px;
    margin-bottom: 10px;
  }
  #colophon .custom-btn1{
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
  }
  #cta *{
    text-align: center;
  }
  #cta .custom-btn1{
    float: none;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .imgholder{
    align-content: center;
    justify-content: center;
    text-align: center;
  }
  .drywall img,
  .painting img{
    width: 100%;
    margin: 10px 0;
  }
  .owenscorningshingles .owenscolors,
  .owenscorningshingles .owenscolors .color{
    width: 100%;
  }
  .footer-certificates-img{
    width: auto !important;
  }
}

.dropdown-item.dropdown-toggle::after{
  transform: rotate(-90deg);
}
.card-link{
  font-size: 14px;
  color: #000;
  display: block;
  width: 100%;
}
.card-link:hover,
.card-link:visited,
.card-link:focus{
  color: #000;
}
.card-body{
  font-size: 12px;
}



/* SlideoutForm */

.bs-canvas-overlay {
   		opacity: 0.85;
		z-index: 1100;
	}
	
	.bs-canvas {
		top: 0;
		z-index: 1110;
		overflow-x: hidden;
		overflow-y: auto;
		width: 330px;
		transition: margin .4s ease-out;
		-webkit-transition: margin .4s ease-out;
		-moz-transition: margin .4s ease-out;
		-ms-transition: margin .4s ease-out;
	}
	
	
	.bs-canvas-right {
		right: 0;
		margin-right: -330px;
	}