.redactor-styles h1 {
    margin-bottom: 1rem !important;
    font-weight: normal;
    text-transform: uppercase;
}

.redactor-styles h2 {
    margin-bottom: 1rem !important;
    font-weight: normal;
    text-transform: uppercase;
}

.redactor-styles h3 {
    margin-bottom: .75rem !important;
    font-weight: normal;
    text-transform: uppercase;
}

.redactor-styles h4 {
    margin-bottom: .5rem !important;
    font-weight: normal;
    text-transform: uppercase;
}

.redactor-styles h5 {
    margin-bottom: .5rem !important;
    font-weight: normal;
    text-transform: uppercase;
}

.redactor-styles h6 {
    margin-bottom: .5rem !important;
    font-weight: normal;
    text-transform: uppercase;
}

.redactor-styles p {
    margin-bottom: .75rem !important;
}

.redactor-styles table tr td {
    vertical-align: top;
    padding-right: 20px;
}
.redactor-styles a {
    color: currentColor !important;
    text-decoration: underline;
}


.color-green {
    color: #006849;
}

.serif {
    font-family: 'serif';
    font-weight: normal;
}

.sans {

}

a.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #006849;
    color: white !important;
    text-decoration: none !important;
}

a.button.button--inverse {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ececec;
    color: black !important;
    text-decoration: none !important;
}
