@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: #212529;
}

.header {
    width: 100%;
    background-color: white;
    font-family: "roboto", Helvetica, sans-serif;
}

.header__top {
    margin: 0 auto;
    padding: 5px 30px 14px 30px;
    gap: 24px;
    max-width: 100%;
}

.header__top__nav {
    font-family: "roboto", Helvetica, sans-serif;
    float: right;
    margin: 0;
    font-weight: 300;
    color: #DA291C;
    font-size: 14px;
}

.header__top__nav a {
    color: #DA291C;
    padding-left: 0;
    padding-right: 0;
    margin-left: 8px;
    margin-right: 8.5px;
    font-size: 13.75px;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

.pay-button {
    display: inline-flex;
    color: white !important;
    padding: 5px 20px !important;
    border-radius: 5px;
    background: #b92318;
    margin-left: 14px;
}

.pay-button:hover {
    background: #DA291C !important;
}

.pay-button::before,
.pay-button::after {
    display: none !important;
}


.header__masthead {
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 30px 23.4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 100%;
}

.header__left {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

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

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

.header__tagline h1 {
    font-size: 19px;
    font-weight: 500;
    color: #585a5c;
    margin-bottom: -15px;

}

.header__tagline {
    font-weight: 400;
    color: #585a5c;
    font-size: 15px;
    margin-left: 20px;
}

.header__left {
    flex-shrink: 0;
}

.header__right {
    margin-left: auto;
    text-align: right;
    flex: 1;
}

.header__title {
    margin-right: 75px;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #DA291C;
    font-family: "roboto", Helvetica, sans-serif;

}

.header__nav {
    display: flex;
    background-color: #DA291C;
    justify-content: center;
    align-items: center;
    align-self: center;

}

.header__nav a {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    padding: 13px;
    margin: 7.150;
    color: white;
    text-decoration: none;
}