body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    hyphens: auto;
}

.card:hover .card-title {
    color: #1e588b;
}

.menu-button .icon {
    transition: 300ms ease-in-out;
}

.menu-button:hover .icon {
    color: rgba(163, 192, 229, 1);
}

.nav-item:hover,
.nav-item.w--current {
    background: rgba(230, 240, 247, 0.3);
    color: #1e588b;
}

.nav-item.test {
    background: #2773b5;
}

.nav-item.test:hover,
.nav-item.test.w--current {
    background: #1e588b;
    color: #fff;
}

.rte h2,
.rte h3,
.rte h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.rte h2 {
    color: #425460;
    font-size: 25px;
    line-height: 40px;
}

.rte h3,
.rte h4 {
    color: #238dd3;
}

.rte h3 {
    font-size: 20px;
    line-height: 32px;
}

.rte h4 {
    font-size: 18px;
    line-height: 28.8px;
}

.rte a,
.link {
    text-decoration: none;
    box-shadow: inset 0 -1px rgba(0,113,185,.2);
    transition: all 300ms ease-in-out;
    color: #0071b9;
}

.rte a:hover,
.link:hover {
    color: #001420;
    box-shadow: inset 0 -1px currentColor;
}

.list.fa-ul {
    margin-left: 1.5em;
}

.list > li {
    margin-bottom: 10px;
    font-weight: 400;
}

.list .fa-li {
    color: #0071b9;
}

.address .footer-list.fa-ul {
    margin-left: 0;
}

.footer-list-item {
    font-weight: 400;
    margin-left: 20px;
}