.row {
    margin: 0;
}

.main {
    background-color: #f8f8f8;
}

section.hero .grid {
    margin: 5em auto 3em;
}


/* Colors */

p,
li {
    color: #656567;
}

.aqua {
    color: #00a995;
}

.teal {
    color: #1faed0;
}

.red {
    color: #e8503f;
}

.yellow {
    color: #e1ad0b;
}

.blue {
    color: #3A5D6F;
}

.orange {
    color: #DE4E43;
}

.grey {
    color: #656567;
}

/* Typography */

.typography-intro {
    font-size: 20px;
    font-weight: 400;
}

.typography-section-headline {
    font-weight: 700;
}

.typography-subsection-headline {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 700;
}

/* Buttons */

.button.button-outline,
.button-secondary.button-outline {
    padding: 1px 15px 2px 15px;
    border:1px solid #0070c9;
    border-radius:9px;
    background: #fafafa;
}

.button-compact {
    font-size: 12px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    letter-spacing: 0em !important;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    min-width: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
