.energy-accordion hr {
    opacity: 1;
}

.energy-accordion-item-heading h3 {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 0;
}

.energy-accordion-item {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* .energy-accordion-rounded {
    content: url("../img/svg_s/ShortOrange.svg");
    object-fit: scale-down;
    background-size: initial;
} */


/* .energy-accordion-rounded:hover, */

.energy-accordion-rounded-active {
    content: url("../images/ShortWhiteDown.svg");
    background-color: var(--orange);
    cursor: pointer;
}

.energy-accordion-item .row {
    align-items: center;
}

.energy-accordion-item-content h6 {
    padding-top: 37px;
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #2B2B2B;
}

.energy-accordion-item-content p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #2B2B2B;
}

.energy-accordion-item-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 2s;
}

.energy-accordion-item-content-active {
    /*max-height: 750px;*/
    max-height: 200vh;
}

.energy-accordion-item-heading p {
    margin-bottom: 0;
}

.energy-accordion-item-desc p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #2B2B2B;
    margin-bottom: 0px;
}

.energy-accordion-item-content {
    padding-top: 40px;
}

.energy-accordion-item-count img {
    max-height: 100px;
}

.energy-accordion-item-desc {
    padding-top: 20px;
}

.energy-accordion-item-btn a,
.energy-accordion-item-btn a:link,
.energy-accordion-item-btn a:visited {
    text-decoration: none;
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    color: var(--orange);
}

.content-list .energy-accordion-item-heading h3{
    font-size: 16px;
    line-height: 26px;
}

.content-list .energy-accordion-item-desc p{
    font-weight: normal;
}

/* Browser width 992px or greater */
@media only screen and (min-width: 992px) {
    .energy-accordion-item-content hr {
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .energy-accordion-item-heading h3 {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 36px;
        text-transform: uppercase;
        color: var(--blue);
    }
    .content-list .energy-accordion-item-heading h3{
        font-size: 20px;
        line-height: 26px;
    }
    .energy-accordion-item-content h6 {
        padding-top: 37px;
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #2B2B2B;
    }
    .energy-accordion-item-btn:hover {
        cursor: pointer;
    }
    .energy-accordion-item-btn a,
    .energy-accordion-item-btn a:link,
    .energy-accordion-item-btn a:visited {
        text-decoration: none;
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        text-align: right;
        color: var(--orange);
    }
    .energy-accordion-item-desc p {
        font-size: 18px;
        line-height: 25px;
        font-style: normal;
    }
    .content-list .energy-accordion-item-desc p{
        font-weight: normal;
    }
    .energy-accordion-item-top .row {
        align-items: center;
    }
    .energy-accordion-item-desc {
        padding-top: 0px;
    }
}

/* Browser width 1280px or less */
@media only screen and (max-width: 1280px) {
    .energy-accordion-item-heading h3 {
        font-size: 23px;
        line-height: 30px;
    }
}