 /* BASIC STYLES */

 .redBackground{

    background-color: #B20413;
 }

 .blueBackground{
    background-color: #0e488f;
 }

 .linkcolor {
     color: #0c58b4;
 }

.hide {
	display: none;
}

::selection
{
  background: #0d9347;
}

::-moz-selection
{
  background: #0d9347;
}

a {
    transition: .3s ease-in-out all;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
}

.maxWidth {
    background-color: #fff;
    max-width: 1800px;
    margin: 0 auto;
}

.fullHorizDiv {
    height: 1px;
    width: 100%;
    background-color: #bcbcbc;
    margin: 25px 0px;
}

.textWrapper {
    padding: 80px 20px;
}

.pageBanner {
    background-color: #efefef;
    padding: 50px 20px;
    background-image: url(../images/titleBar-BG.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 6px solid #25282b;
}

.titleBar {
    background-color: #0e488f;
    width: 100px;
    height: 6px;
    margin-bottom: 10px;
}

.pageTitle {
    color: #0e488f;
    
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
}

.largeTitle {
    color: #0e488f;
   
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
}

.textTitle {
    color: #0e488f;
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
}

.textBody {
    color: #000;
    font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
}

.textBody a {
    color: #0e488f;
    font-weight: 700;
}

.textBody a:hover {
    color: #000;
}



/* MAIN HEADER */

#mainHeader {
    background-color: #f2f2f2;
    padding: 5px 10px;
}

#headerLogo {
    max-width: 100px;
    padding-top: 10px;
    padding-left: 5px;
}

.top-bar, .top-bar ul {
    background-color: #f2f2f2;
    border: none;
}

.dropBox {
    border-bottom: 1px solid #d8d8d8;
    transition: .3s ease-in-out all;
}

.dropBox:hover {
    background-color: #dfdfdf;
}

.top-bar ul li a {
    color: #000;
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
}

.top-bar ul li a:hover {
    color: #0e488f;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #000 transparent transparent;
}

.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #0e488f;
}

.no-js .top-bar {
  display: none;
}

.title-bar {
    background: none;
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: '';
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }

  
}

.menu-icon {
    float: right;
    margin-top: 5px;
}



/* MAIN FOOTER */

#mainFooter {
    background-color: #f2f2f2;
    padding: 10px 10px 20px 10px;
}

#upperFooter {
    padding: 10px 0px 60px 0px;
    text-align: center;
}

.footMenuTitle {
    color: #0e488f;
    font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    text-align: center;
}

.footMenuThin {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footMenuThin li {
    font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
   
    
}

.footMenuThin li{
    color: #808080;
}

.footMenuThin li a {
    color: #808080;
}

.footMenuThin li a:hover {
    color: #0e488f;
}

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

.footMenuThick li {
    font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
}

.footMenuThick li a {
    color: #808080;
}

.footMenuThick li a:hover {
    color: #0e488f;
}

#footerLogoCon {
    width: 100px;
    height: 85px;
    margin: 0 auto;
    margin-top: 25px;
    margin-right: 10px;
}

#footerLogo {
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

#cardLogos {
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

#lowerFooter {
    text-align: center;
}

#lowerFooter p {
    color: #808080;
    font-size: .875em;
}

#lowerFooter a {
    color: #808080;
    font-size: .875em;
}

#lowerFootLeft{
    list-style: none;
    margin-left: 5px;
    padding: 0;
}

#lowerFootRight ul {
    list-style: none;
    margin-right: 5px;
    padding: 0;
    text-align: center;
}

#lowerFootRight ul li {
    display: inline;
    padding-right: 20px;
}

#lowerFootRight ul li:last-child {
    padding-right: 0px;
}

#lowerFootRight ul li a:hover {
    color: #0e488f;
}

.downloadButtonFooter{
    border: none;
  color: white;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  background-color: #B20413;
 

}



/* HOME PAGE */

.mainBannerImg
{
    width: 100%;
}

#dotCon
{
    text-align: center;
    margin-top: -30px;
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background-color: rgba(255,255,255,0.3);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.6);
    color: #fff;
}

.dot {
    cursor:pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.activeDot, .dot:hover {
    background-color: rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 6px 0px rgba(255,255,255,1);
}

#toolsHome {
    padding: 50px 20px;
    display: flex;
    max-width: fit-content;
    
}
.large-4{
    display: flex;
    min-width: 50%;
    padding-left: 5%;
}

#toolsHomeLower {
    padding: 50px 20px;
    background-color: #e5e5e5;
}

.toolsContainer {
    padding: 10px;
    transition: .3s ease-in-out all;
}

.toolsContainer:hover {
    background-color: #efefef;
}

.toolsContainer img{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#toolsHome h3 {
    font-size: 1.5em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    color: #0e488f;
    margin-bottom: 20px;
}

#toolsHomeLower h3 {
    font-size: 1.5em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    color: #0e488f;
    margin-bottom: 20px;
}

.toolsTitle {
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}

.toolsBody {
    font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    color: #000;
}

.toolsLink {
    border: 2px solid #0e488f;
    padding: 5px;
    text-align: center;
    font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    transition: .3s ease-in-out all;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
}

.toolsLink a {
    color: #0e488f;
}

.toolsLink:hover {
    background-color: #fff;
}

#aboutHome {
    display: flex;
    background-color: #0e488f;
}



#aboutImageCon {
    background-color: #0d9347;
    background-image: url(../images/aboutImage.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    min-width: 100%;
}

#aboutWrapper {
    padding: 50px 20px;
}

#aboutHome p {
    color: #fff;
    font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
}

#planHome {
    padding: 50px 20px;
}

#planHome h3 {
    color: #000;
    font-size: 1.5em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
}

#planHome p {
    color: #000;
    font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
}


/* product data sheets */

.button{
    border: none;
    color: white;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
}


.toolsDataSheets{
    display: flex;
    width: auto;
    flex-flow: nowrap;
    justify-content: space-evenly;
    align-items:center;
}

.toolsDataSheetsButton{
    display: flex;
    width: auto;
    gap: 10px;
    flex-flow: nowrap;
    justify-content: space-evenly;
    align-items:center;

}

.dataSheetItems{
    border: #000;
    border-style: solid;
    min-width: 35%;
    /* padding-left: 10%;
    padding-right: 10%; */
    padding: 0.5% 5%;
    background-color: #f5f3f3;
   
}

.logoimage{
    display: flex;
    justify-content: center;
   gap: 7%;
}

/* PORTFOLIO PAGE */

#portfolioWrapper {
    padding: 50px 10px;
}

.projectCon {
    margin: 10px;
    padding-bottom: 30px;
}

.projectImg {
    border-top-left-radius: 20px;
}

.projectTitle {
    color: #000;
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    margin-top: 20px;
    margin-left: 10px;
}

.projectDesc {
    color: #000;
    font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    margin-left: 10px;
}




/* ABOUT PAGE */

#systemImageCon {
    background-color: #0d9347;
    background-image: url(../images/systemImage.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    min-width: 100%;
}

#stats {
    background-color: #151617;
    background-image: url(../images/stats_BG_large.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 50px 0px;
}

.statNum {
    color: #fff;
    text-align: center;
    font-size: 2.2em;
    font-weight: 700;
}

.statDesc {
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-weight: 300;
}

.statBump {
    margin-bottom: 80px;
}




/* CONTACT PAGE */

#contactWrapper {
    padding: 100px 20px;
}

#contactImg {
    border-top-left-radius: 20px;
    background-color: #151617;
    background-image: url(../images/contactImg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    min-height: 200px;
}

#contactTitle {
    color: #0d9347;
    font-size: 1.5em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
}

#contactDesc {
    color: #000;
    font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
}



/* DISTRIBUTORS PAGE */

.disContainer {
    padding: 10px;
}

.disTitle {
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    text-align: center;
}

.disBody {
    font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    color: #000;
    text-align: center;
}

#bigStatement {
    font-size: 2em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
}




/* LEED PAGE */

.leedTitle {
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}

#greenLogo {
    max-width: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

#airBG {
    background-color: #efefef;
    border-top: 10px solid #B20413;
    border-bottom: 10px solid #B20413;
}

.horizontalLINE{
    margin-left: 0;
    margin-right: 0;
    border-top: 3px solid #B20413;
}


/* BENEFITS PAGE */

.featuresImgs {
    padding: 5px 0px;
    min-height: 800px;
}

.featureImgOne {
    background-color: #151617;
    background-image: url(../images/code96.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.featureImgTwo {
    background-color: #151617;
    background-image: url(../images/cl4fireimg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.featureImgThree {
    background-color: #151617;
    background-image: url(../images/featureImgThree.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.logoimage img{
    
   width: 150px;
   height: 140px;
  
   
   
}





/* LISTINGS PAGE */

.logoimagelistings{
    display: flex;
    align-items: center;
    gap: 50px;
   
}

.logoimagelistings img{

    width: 90px;
    height: 70px;
}

.listingImgs {
    padding: 30px 0px;
    min-height: 300px;
}


.listingImgOne {
    background-color: #151617;
    background-image: url(../images/listingImgOne.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.listingImgTwo {
    background-color: #151617;
    background-image: url(../images/listingImgTwo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.listingImgThree {
    background-color: #151617;
    background-image: url(../images/listingImgThree.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.listingRows p {
    font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    color: #000;
}

.listingRows h2 {
   font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    margin: 30px 0px;
}

.listingRows h2 a {
    color: #fff;
    background-color: #0e488f;
    padding: 10px 15px;
    border-radius: 5px;
}

.listingRows h2 a:hover {
    background-color: #0d9347;
}

.listingSplit {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #efefef;
}

.accordion-title {
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    color: #000;
}

.accordion-title:hover {
    color: #0e488f;
}

.modalStyles {
    border: none;
    border-radius: 10px;
}

.modalTitle {
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    color: #000;
}

.modalSubTitle {
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    color: #000;
}

.modalSubTitle a {
    color: #0e488f;
    font-weight: 700;
}

.modalSubTitle a:hover {
    color: #000;
}

.modalPara {
    font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    color: #000;
}

.modelLink {
   font-size: .875em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    margin: 30px 0px;
}

.modelLink a {
    color: #fff;
    background-color: #0e488f;
    padding: 10px 15px;
    border-radius: 5px;
}

.modelLink a:hover {
    background-color: #0d9347;
}








/*Items below for 640 and below*/

@media screen and (min-width: 40em)
{

    #upperFooter {
        text-align: left;
    }

    #footerLogoCon {
        float: right;
        margin-top: 0px;
    }

    #lowerFooter {
        text-align: left;
    }

    #lowerFootRight ul {
        text-align: right;
    }

    /* CONTACT PAGE */

    #contactImg {
        margin: 0px 20px 20px 0px;
    }

    /* DISTRIBUTORS PAGE */

    .disTitle {
        text-align: left;
    }

    .disBody {
        text-align: left;
    }

    /* LEED PAGE */

    #greenLogo {
        margin-top: 0px;
    }

    /* FEATURES PAGE */

    .featuresImgs {
        min-height: 300px;
    }

    /* LISTINGS PAGE */

    .listingImgs {
        min-height: 300px;
    }

    /* home page */

    #systemImageCon {
        min-height: 200px;
        min-width: 33.3%;
    }

    #aboutImageCon {
            min-height: 200px;
            min-width: 33.3%;
    } 
    
}


