a {
    color: #5fa774;
}

    a:hover, a:focus {
        color: #555;
    }

    a.animated_link:before {
        background-color: #5fa774;
    }

    a.animated_link.active {
        color: #5fa774;
    }

        a.animated_link.active:before {
            background-color: #5fa774;
        }

    a.btn_1,
    .btn_1 {
        background: #5fa774;
    }

        a.btn_1:hover,
        .btn_1:hover {
            background-color: #4c8a62;
        }

        a.btn_1.yellow,
        .btn_1.yellow {
            background: #f8bd2c;
            color: #111;
        }

            a.btn_1.yellow:hover,
            .btn_1.yellow:hover {
                background-color: #5fa774;
                color: #fff;
            }

.content-left {
    background-color: #2a6840;
}

.content-left-wrapper h2 {
    color: #fff;
}

.container_check input:checked ~ .checkmark {
    background-color: #5fa774;
}

.container_radio input:checked ~ .checkmark:after {
    background: #5fa774;
}

button.forward,
button.backward,
button.submit {
    background: #2a6840;
    color: white;
}

.backward:hover,
.forward:hover {
    background: #5fa774;
}

.ui-progressbar .ui-progressbar-value {
    background-color: #2a6840;
}

h1, h2, h3, h4 {
    color: #5fa774;
}

.content-left-wrapper .content-block h5 {
    color: #4c8a62;
}

.content-left-wrapper .content-block {
    border-color: #5fa774;
}

button:hover {
    background: #4c8a62;
}

.offer__form_controls button.skip {
    color: #4c8a62;
}

.offer__form_controls a {
    color: #5fa774;
}

.ui-widget-header {
    background: #5fa774;
}

.offers-overview__title {
    color: #5fa774;
}

.offers-overview__item-status--learn-more {
    background: #5fa774;
}

    .offers-overview__item-status--learn-more:hover {
        background: #4c8a62;
    }

.offers-overview__subscription h5 {
    color: #5fa774;
}

.subscription__form_body .form-control {
    border-color: #5fa774;
}

.section_title {
    color: #2a6840;
}

h5 span {
    color: #2a6840;
}

.offer__name {
    color: #2a6840;
}

.content-mobile {
    color: #2a6840;
}
