/* ANCHOR text */
.underline {
    text-decoration: underline;
}

h1, .h1 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #8798A5;
    padding: 1em 0 .7em 0;
    margin: 0;
}

h2, .h2 {
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #8798A5;
    padding: 1em 0 .7em 0;
    margin: 0;
}

h3, .h3 {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #8798A5;
    padding: 1em 0 .7em 0;
    margin: 0;
}

h4, .h4 {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #3B454D;
    padding: 1em 0 .7em 0;
    margin: 0;
}

.title {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #8798A5;
    padding: 1em 0 .7em 0;
    margin: 0;
}

.title span {
    color: #91B83F;
}

.fs__s {
    font: 12px/16px 'Gotham Pro', Helvetica, sans-serif;
}

.fs__m {
    font: 13px/18px 'Gotham Pro', Helvetica, sans-serif;
}

.fs__l {
    font: 15px/20px 'Gotham Pro', Helvetica, sans-serif;
}

.fw__l {
    font-weight: 300;
}

.fw__n {
    font-weight: 400;
}

.fw__m {
    font-weight: 500;
}

.fw__b {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: .05em;
}

.content p {
    margin: 0;
    padding-bottom: 1em;
}

.content ul {
    padding-bottom: 1em;
}

.content ul li {
    padding: 0 0 10px 20px
}

.content ul li:before {
    content: '—';
    display: inline-block;
    width: 20px;
    margin-left: -20px;
    color: #77B09D;
}

@media (min-width: 1024px) {
    h1, .h1 {
        font-size: 32px;
        line-height: 40px;
    }
    
    h2, .h2 {
        font-size: 28px;
        line-height: 32px;
    }
    
    h3, .h3 {
        font-size: 24px;
        line-height: 28px;
    }
    
    h4, .h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .title {
        font-size: 44px;
        line-height: 52px;
    }

    .fs__s {
        font: 13px/18px 'Gotham Pro', Helvetica, sans-serif;
    }

    .fs__m {
        font: 14px/22px 'Gotham Pro', Helvetica, sans-serif;
    }

    .fs__l {
        font: 16px/24px 'Gotham Pro', Helvetica, sans-serif;
    }
}

* {
    -ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
}
