@import url('https://use.typekit.net/xna3jxr.css');

body {
    font-family: freight-sans-pro, arial, helvetica, sans-serif;
    font-size: 20px;
    color: #003865;
    font-size: 20px;
}

body a,
a:link,
a:visited {
    color: #007aae;
    transition: all .3s cubic-bezier(.645, .045, .355, 1), outline 0s, outline-offset 0s;
}

body a:hover {
    color: #003865;
}

h2,
h3 {
    margin: 0 0 24px 0;
}

h2 {
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.1rem;
    font-size: 42px;
    margin-bottom: 3.2rem;
}

@media (min-width: 1680px) {
    h2 {
        font-size: 65px;
    }
}

@media (min-width: 320px) {
    h2 {
        font-size: calc(1.6911764706vw + 36.5882352941px);
    }
}

h3 {}

.word_links {
    background-color: #f1fafd;
}