a.cnh-btn {
    display: inline;
    background-color: #B34220;
    padding: 1em 2em;
    text-decoration: none;
    color: white;
    width: auto;
    margin: auto;
    text-transform: uppercase;
}

/* Small (sm) */
@media (min-width: 0px) and (max-width:767px) {
    a.cnh-btn {
        display: block;
        width: 100%;
    }
}

a.cnh-btn.center {
    margin: auto;
}

a.cnh-btn i {
    margin-right: 0.5em;
}

.bg-brick {
    background-color: #B34220 !important;
}

.bg-hover-dkbrick:hover {
    background-color: #57200f !important;
}

.block {
    display: block !important;
}

.inline {
    display: inline !important;
}

a.cnh-btn.link {
    background-color: transparent !important;
    text-decoration: underline;
    color: #B34220;
    padding: 0;
    margin: 0;
}

a.cnh-btn.link:hover {
    color: #57200f;
}