a.btn {
    background-image: none !important;
}

.btn {
    background-color: #cfb671;
    border: 3px solid #b19341;
    font-size: 16px;
    line-height: 40px;
    height: 46px;
    padding: 0 20px;
    color: #000;
    border-radius: .75rem;
}

.btn:hover, .btn:focus {
    background-color: #b19341;
    border: 3px solid rgba(0, 0, 0, 0.1);
    color: #000;
}

#hero-row-1 #headline-card {
    padding: 75px 0;
    background-image: none;
}

#hero-row-1 #headline-card #hero-headlines {
    width: 90%;
    max-width: 800px;
    border-radius: 0;
    text-align: center;
    margin: 0 auto;
    padding: 75px 50px;
}

#hero-row-1 #headline-card #hero-headlines img {
    width: 50%;
    margin-bottom: 25px;
}

#hero-row-1 #headline-card #hero-headlines p, .square-card p, .cta-card p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
}

#hero-row-3, #hero-row-4, .ctas-row {
    display: flex;
    justify-content: space-evenly;
    padding: 60px 10%;
    margin: 0;
    background-color: #000;
}

.cta-row {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #e7e7e7;
}

.cta-row.white-background {
    background-color: #fff;
}

#ctas .row:after, #hero-row-3:after, #hero-row-4:after {
    display: none;
}

#ctas .ctas-row .col.l4.s12 {
    margin: 0 !important;
    display: flex;
}

#hero-row-3 .col, #hero-row-4 .col {
    margin: 0 !important;
}

#ctas>.col.s12 {
    padding: 0;
}

#ctas-container>.col {
    margin-top: 0;
}

#ctas .cta-card {
    text-align: center;
    background-image: none;
    background-color: #e7e7e7;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.cta-card i {
    color: #000 !important;
}

.square-card {
    background-image: none !important;
    text-align: center;
    border-radius: .75rem;
}

.square-card#carda .color-holder,
.square-card#cardb .color-holder,
.square-card#cardc .color-holder,
.square-card#cardd .color-holder,
.square-card#carde .color-holder {
    background-image: none;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-radius: .75rem;
}

.cta-card p,.square-card p {
    margin-bottom: 0;
    color: #212529;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
}

/* .cta-row h4 a, .cta-row h3 a {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    outline: 0;
    border-radius: 2px;
    padding: 0 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .5px;
    text-decoration: none;
    transition: .3s ease-out;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    font-size: 16px;
    line-height: 40px;
    height: 46px;
    padding: 0 20px;
    border: 3px solid #000;
    color: #000;
    background-image: none !important;
    background-color: #fff;
    font-weight: 500;
} */

/* .cta-row h4 a:hover, .cta-row h3 a:hover {
    color: #fff;
    background-color: #000;
} */

.cta-row h4 a.btn, .cta-row h3 a.btn {
    margin-bottom: 10px;
}

a#fte-modal {
    text-decoration: underline;
}

.tree-question .big-button.decisiontree-last {
    background-color: #b19341;
    border: 3px solid rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 16px;
    line-height: 40px;
    height: 46px;
    padding: 0 20px;
    border-radius: .75rem;
}

.tree-question .big-button.decisiontree-last:hover, .tree-question .big-button.decisiontree-last:focus {
    background-color: #cfb671;
    border: 3px solid #b19341;
    color: #000;
}

.cta-bar {
    background-color: #000;
    color: #fff;
    padding: 50px 0;
    font-size: 32px;
    font-weight: 300;
}

/* getting smaller */
@media only screen and (max-width: 1100px) {
    #hero-row-3, #hero-row-4, .ctas-row {
        padding: 60px 5%;
    }
}

/* medium and below */
@media only screen and (max-width: 980px) {
    #hero-row-3, #hero-row-4, .ctas-row {
        flex-direction: column;
    }   
}