@import url("/templates/global.css");
@import url("https://use.typekit.net/gth6ewu.css");

.t-primary-bgcolor {
    background-color: #2b4091;
}

a {
    color: #2b4091;
}

.container {
    width: 1200px;
}

body {
    background-color: #fff;
}

.header-wrapper {
    border-bottom: 1px solid #e6e6e6;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "futura-pt", sans-serif;
    padding: 3rem 1.5rem;
}

.header__logo img {
    max-height: 180px;
}

.header__nav {
    font-size: 0;
}

.header__nav a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #999;
    line-height: 26px;
    letter-spacing: 1px;
    margin-left: 30px;
}

.header__nav a:hover {
    color: #111;
    text-decoration: none;
}