@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

a {
    color: #DA291C;
}

.header {
    width: 100%;
    background-color: white;
    font-family: "roboto", Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px;
}

.header > div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .locations a {
    display: flex;
    flex-direction: column;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #EEE;
    color: #000;
    color: #585a5c;
}

.header .locations a:hover {
    text-decoration: none;
    border-color: #DA291C;
    color: #000;
}

.header .locations strong {
    font-size: 18px;
}

.header .locations span {
    font-size: 16px;
    color: #585a5c;
    font-weight: 400;
}

.header__logo img {
    display: block;
    width: 243px !important;
}

.logo__northstar img {
    display: block;
    width: 170px !important;
    margin-left: 10px;
    margin-top: -15px;
}

.navbar {
    border-top: 2px solid #DA291C;
}