:root {
    /* Malibu Blue */
    --mar-del-cabo-malibu-100: #387eaf;
    --mar-del-cabo-malibu-200: #5090b8;
    --mar-del-cabo-malibu-300: #7cacc9;
    --mar-del-cabo-malibu-400: #bcd5e5;
}

.contact-form {
    border-radius: 0px;
    box-shadow: none;
    border: 0px solid transparent;
}

.form-group label {
    color: #74756C;
    letter-spacing: 0px;
    font-weight: 600;
}

.form-group input, .form-group select, .form-group textarea {
    border-radius: 0px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border: 1px solid #7cacc9;
    background: transparent;
}

.checkbox-group a {
    color: #536d80;
    text-decoration: none;
}
.checkbox-group a:hover {
    color: #7d91a0;
    text-decoration: none;
}

.checkbox-group input[type="checkbox"] {
    accent-color: #3b596f;
}

.btn-primary {
    border-radius: 0px;
}
.btn-primary {
    background-color: #666760;
}
.btn-primary:hover {
    background-color: #74756C;
}