.btn-teal {
    background-color: #158a79;
    color: white;
    padding: 12px 30px;
    border: none;
}

.btn-teal:hover {
    background-color: #106b5d;
    color: white;
}

.bg-teal-dark {
    background-color: #158a79;
    color: white;
}

.footer-dark {
    background-color: #1a1a1a;
    color: #999;
    background-image: url(../images/elements/section-bg.webp);
    background-position: 90% 30%;
    background-size: cover;
}

.footer-dark h5 {
    color: white;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-dark a {
    color: #999;
    text-decoration: none;
    line-height: 32px;
    font-size: 15px;
}

.footer-dark a:hover {
    color: white;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding-left: 0;
}

.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #158a79;
}

.form-cta {
    position: relative;
    z-index: 1;
    background-color: white;
}