.header__button {
    color: #181919;
    font-size: 14px;
    line-height: 68px;
    font-weight: 700;
    text-transform: uppercase;
    background: #97C77B;
    height: 67px;
    width: 176px;
    text-align: center;
    margin-left: 65px;
    padding: 0 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.join__button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #181919;
    text-align: center;
    padding: 20px 80px;
}


.header__top {
    padding: 15px 50px;
}

.logo__img {
    height: 105px;
}

.promo-slider__item--style-2 .promo-slider__title span:first-of-type {
    font-size: 28px;
    line-height: 48px;
}

.footer__details {
    color: #c9cdcf;
    margin-top: 0em;
}

.cta-block .img--bg {
    z-index: 0;
    object-position: left center;
}


.footer__bg {
    z-index: 0;
    object-position: bottom right;
}

.icon {
    width: 3em;
}

.blogdivider {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #97C77B;
    color: #97C77B;
    text-align: center;
    margin: 0em 0em 7em 0em;
}

.blogdivider:after {
     content: url("/assets/images/backgrounds/bolticon.png");
    display: inline-block;
    position: relative;
    top: -1.5em;
    font-size: em;
    padding: 0 5em;
    background: white;
}

.promo-slider__title {
    font-size: 3.5em;
    font-weight: 900;
}

.accordion__text-block {
    padding: 50px 30px 50px 30px;
    width: calc(100%);
    background: #ffffff;
    border: solid #f3f4f5 .2em;
}

.greenclose::after, .greenclose::before {
    content: "";
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}