/* --------------------- Contractor Page Styles -----------------------*/
.contractorSlate {
    padding: 0px !important;
}
.contractor-hero-section {
    text-align: center;
    margin-bottom: 120px;
}
.contractor-banner {
    background-image: url(/images/tankless/header-background.png);
    background-repeat: no-repeat;
    color: white;
    display: flex;
    flex-direction: column;
    height: 300px;
    position: relative;
}
#interior_container {
    background: url(/images/structure/global/final_int_bg_no_wave.jpg) no-repeat
        center top;
}
#interior_header {
    margin: 56px auto 0 auto;
    height: 35px;
}
#interior_container .bg_scroll {
    background: none;
}
#breadcrumb {
    display: none;
}
.contractor-banner h1 {
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 0;
    line-height: 47px;
    margin: auto auto 6px;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.contractor-banner p {
    color: #fff;
    font-size: 21px;
    line-height: 23px;
    margin: 0 auto 23px;
    opacity: 0.75;
    position: relative;
    z-index: 1;
}

.breadcrumbs {
    position: relative;
    bottom: 15px;
}

.breadcrumbs p {
    color: #545454;
    margin-bottom: 5px;
    font-size: 16px;
    font-style: normal;
}

.breadcrumbs p a {
    color: #949494;
}

.breadcrumbs span {
    padding: 0 10px;
}

.breadcrumbs .last-crumb {
    padding: 0;
    color: #949494;
}

.contractor-hero-section .contractor-banner:after {
    background-color: black;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

section.contractor-wheel {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
}

.img-copy h2 {
    color: #464646;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 47px;
}

.img-copy p {
    color: #464646;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 30px;
}

.image-box {
    width: 45%;
}

.img-copy {
    width: 45%;
}

section.contractor-info {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 136px;
}

.info-links {
    width: 35%;
    margin-right: 25px;
}

.info-links h2 {
    color: #464646;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 35px;
}

.info-links ul {
    line-height: 55px;
    font-size: large;
    letter-spacing: 1px;
}

.info-links ul li i {
    margin-right: 20px;
}

.selectedLink {
    color: #007934;
    font-weight: bold;
}

.showDiv {
    cursor: pointer;
}

.info-box {
    width: 60%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    border: 1px solid #464646;
    padding: 35px;
}

.info-box img {
    width: 75px;
    margin-bottom: 25px;
}

#locator-link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0px 30px 0px;
}
#locator-link a {
    display: flex;
}

#locator-link span {
    margin-right: 15px;
    color: #007934;
    font-size: 30px;
}

#locator-link p {
    margin-bottom: 0;
    line-height: 30px;
}

.info-box h3 {
    color: #464646;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
}

.info-box h4 {
    font-size: 16px;
    color: #007934;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 25px 0;
}

.info-box p {
    color: #464646;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 15px;
}
.contButton {
    padding: 20px 10px;
    border: none;
    font-size: 14px;
    letter-spacing: 2px;
    background-color: #007934;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
}
.contButton:hover {
    text-decoration: none;
    background-color: #007934;
}
.contButton:visited {
    color: #007934;
}
.resources-button {
    background-color: white;
    color: #007934;
    border: 2px solid #007934;
    padding: 18px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    text-transform: uppercase;
}
.resources-button:hover {
    text-decoration: none;
}
.resources-button:visited {
    color: #007934;
}
.libraryButton {
    padding: 14px 10px;
    border: none;
    font-size: 14px;
    letter-spacing: 2px;
    background-color: #007934;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
}
.libraryButton:hover {
    text-decoration: none;
    background-color: #007934;
}
.libraryButton:visited {
    color: #007934;
}
.advert-button {
    background-color: white;
    color: #007934;
    border: 2px solid #007934;
    padding: 12px 10px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    text-transform: uppercase;
}
.advert-button:hover {
    text-decoration: none;
}
.advert-button:visited {
    color: #007934;
}
#salesP {
    margin-top: 25px;
}
.buttonBox {
    display: flex;
    flex-flow: row nowrap;
}

.sponsorImg {
    width: 85px;
    float: left;
    margin: 10px 0px 0px 0px;
}

.itemList {
    list-style: disc;
    font-size: 16px;
    margin: 10px 0px 25px 20px;
    line-height: 25px;
}

#greenSky {
    color: #464646;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    text-align: left;
    margin-top: 35px;
}

#greenSky sup {
    font-size: 15px;
}

#unitasHeader,
#techHeader {
    color: #464646;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    text-align: left;
    margin-top: 35px;
}

section.contractor-links {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 150px;
}

.pledge-copy {
    width: 40%;
    padding: 20px;
}

.pledge-links {
    width: 60%;
}
.pledge-links ul a {
    color: #464646;
}

.pledge-copy h3 {
    color: #464646;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    text-align: left;
}

.pledge-copy p {
    color: #464646;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 30px;
}

.pledge-links ul {
    line-height: 50px;
    font-size: large;
    letter-spacing: 1px;
}

.pledge-links li {
    display: flex;
    align-items: center;
}

.pledge-links ul li span {
    color: #007934;
    margin-right: 10px;
    font-size: 30px;
}
.contractor-hero-section {
    margin-bottom: 60px !important;
}

/* -------- mobile accordion styles -------*/

.mobileAccordion {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.accordionWrapper {
    width: 90%;
}
.accordionMainHeader {
    font-size: 23px;
    color: #464646;
    font-weight: bold;
    margin: 0 0 30px 0;
    line-height: normal;
}
.accordionItem {
    border-bottom: 1px solid #dfdfdf;
}
.row {
    display: flex;
}
.row .accordionWrapper {
    flex: 1;
}
.row .accordionWrapper:last-child {
    margin-left: 1em;
}
/* Accordion styles */
.accordionItemHeading::before {
    content: "\25B8";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
    margin-right: 20px;
}
.open .accordionItemHeading::before {
    content: "\25BE";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
    margin-right: 20px;
}
.accordionItemHeading {
    cursor: pointer;
    margin: 5px 0px 5px 0px;
    padding: 10px;
    background: transparent;
    color: #464646;
    width: 100%;
    box-sizing: border-box;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}
.close .accordionItemContent {
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    display: block;
}
.open .accordionItemContent {
    padding: 20px;
    background-color: transparent;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}

.open .accordionItemHeading {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: transparent;
    color: #464646;
}
#locator-link a {
    display: flex;
    align-items: center;
}
/* ----------------- Contractor Page Mobile Styles -------------------*/

@media (min-width: 992px) {
    .mobileAccordion {
        display: none;
    }
}

@media (max-width: 991px) {
    section.contractor-hero-section {
        margin-bottom: 60px;
    }

    section.contractor-info {
        display: none;
    }

    section.contractor-wheel {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
    }
    .contractor-banner {
        background-position: bottom;
    }
    .image-box {
        margin-bottom: 25px;
        width: 100%;
    }
    .info-box p {
        margin-bottom: 20px;
    }
    .info-box h4 {
        font-size: 16px;
        color: #007934;
        font-style: normal;
        font-weight: normal;
        margin: 0 0 25px 0;
    }

    .img-copy {
        width: 90%;
    }

    .img-copy h2 {
        font-size: 23px;
    }

    .image-box img {
        width: 100%;
    }
    #locator-link {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        margin: 25px 0px 30px 0px;
    }
    #locator-link p {
        line-height: 20px;
    }

    section.contractor-links {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
    }

    .pledge-copy {
        margin-bottom: 5px;
        width: 90%;
    }

    .pledge-copy h3 {
        font-size: 23px;
    }

    .pledge-copy p {
        font-size: 16px;
    }

    .pledge-links {
        width: 90%;
    }

    .pledge-links ul {
        line-height: 20px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .pledge-links ul li {
        margin-bottom: 25px;
        align-items: center;
    }
    .accordionItemContent img {
        width: 70px;
        margin-bottom: 20px;
    }
    .accordionItemContent h3 {
        font-size: 23px;
        color: #464646;
        margin-bottom: 15px;
        line-height: 25px;
    }
    .accordionItemContent h4 {
        font-size: 15px;
        color: #007934;
        font-style: normal;
        margin-bottom: 25px;
    }
    .accordionItemContent p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .accordionItemContent button {
        font-size: 13px;
    }

    #locator-link a {
        color: #464646;
        display: contents;
    }
    #greenSky,
    #unitasHeader,
    #techHeader {
        margin-top: 30px;
        font-size: 20px;
    }
    .pageTitle h1 {
        margin: 0;
    }
    .contractor-banner h1 {
        margin: auto auto 6px;
    }
    .accordionItemContent ul {
        display: flex;
        list-style: disc;
        font-size: 16px;
        margin: 10px 0px 25px 0px;
        line-height: 25px;
        flex-direction: column;
    }
    .accordionItemContent ul li {
        list-style: disc;
        display: list-item;
        margin: 0 1px 10px 0;
        padding: 0;
        float: left;
    }
    .contButton {
        padding: 12px 12px;
        border: none;
        font-size: 12px;
        letter-spacing: 2px;
        background-color: #007934;
        color: #fff !important;
        text-decoration: none;
        text-transform: uppercase;
    }
    .resources-button {
        background-color: white;
        color: #007934;
        border: 2px solid #007934;
        padding: 10px 12px;
        text-align: left;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        margin-left: 10px;
        text-transform: uppercase;
    }
    .breadcrumbs {
        position: relative;
        top: 3px;
    }
    .breadcrumbs p {
        color: #545454;
        margin-bottom: 7px;
        font-size: 14px;
        font-style: normal;
        margin-left: 5px;
    }
    #unitasPic {
        height: 80px;
    }
}
