
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-weight: bold;
}

h1 {
    color: #222222;
    font-family: urw-din, sans-serif;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: -1.48px;
    line-height: 72px;
}

h2 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.92px;
    margin-top: 0;
    margin-bottom: 24px;

}

h3 {
    color: #413737;
    font-size: 36px;
    font-weight: 500;
    margin-top: 0;
    line-height: 48px;
		padding-bottom: 13px;
		margin-bottom: -8px;
}

p, a, li {
    font-family: urw-din, sans-serif;
    color: #222222;
}

p {
    color: #413737;
    font-family: urw-din, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.highlight {
    color: #7B7B7B;
    font-family: urw-din, sans-serif;
    font-size: 18px;
    line-height: 30px;
}

.superscript {
    color: #222222;
    font-family: urw-din, sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
}

.superscript-small {
    color: #7B7B7B;
    font-family: urw-din, sans-serif;
    font-size: 12px;
    letter-spacing: 2.25px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
}

.blue-link {
    color: #008186;
    font-family: urw-din, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.78px;
    text-transform: uppercase;
}

.blue-link-small {
    color: #008186;
    font-family: urw-din, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.33px;
    line-height: 24px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 36px;
        letter-spacing: -0.69px;
        line-height: 36px;
    }

    h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .superscript {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 2.25px;
        line-height: 24px;
    }

    .blue-link {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1.33px;
        line-height: 24px;
    }
}

@media screen and (max-width: 479px) {
    .superscript-small {
        line-height: 16px;
    }
}
