@font-face {
    font-family: 'citi-interstate';
    src: url('../fonts/interstate_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/interstate_regular-webfont.woff') format('woff'), url('../fonts/interstate_regular-webfont.ttf') format('truetype'), url('../fonts/interstate_regular-webfont.svg#InterstateRegular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'citi-interstate';
    src: url('../fonts/interstate_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/interstate_light-webfont.woff') format('woff'), url('../fonts/interstate_light-webfont.ttf') format('truetype'), url('../fonts/interstate_light-webfont.svg#InterstateLightRegular') format('svg');
    font-weight: 300;
    font-style: normal
}


@font-face {
    font-family: 'citi-interstate';
    src: url('../fonts/interstate_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/interstate_bold-webfont.woff') format('woff'), url('../fonts/interstate_bold-webfont.ttf') format('truetype'), url('../fonts/interstate_bold-webfont.svg#InterstateRegular') format('svg');
    font-weight: 700;
    font-style: normal
}


:root {
    --color-blue: #056dae;
    --color-plt-blue-light: #46B0DF; 
    --color-plt-blue-dark: #002A54;
    --color-background-grey-dark: #333;
    --color-background-grey-light: #eee;
    --color-border-grey: #ccc;
    --color-grey-light: rgba(0,0,0,.04);
    --color-text-grey: rgba(0,0,0,.87);
    --color-filter-grey: rgba(0,0,0,.5);
    --top-nav-bg: #163c6a;
    --color-gold: #B4975A;
    --color-brown-dark: #281814;
}

body {
    font-size: 16px;
    font-family: 'citi-interstate', sans-serif;
    line-height: 1.3;
    font-weight: 300;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover,
a:not([href]):not([class]):focus,
a:hover,
a:focus,
a {
    color: var(--color-blue);
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

.text-blue {
    color: var(--color-blue) !important;
}

.text-grey {
    color: var(--color-text-grey) !important;
}

.text-gold {
    color: var(--color-gold) !important;
}
.text-brown {
    color: var(--color-brown-dark) !important;
}

.text-bold {
    font-weight: 700 !important;
}

.highlighted {
    font-weight: bold;
}


#top-nav {
    background-color: var(--top-nav-bg);
    font-size: .9rem;
}

    #top-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
    }

    #top-nav a {
        color: #fff;
    }

    #top-nav a {
        padding: .5em 1rem .5em 0;
    }

.bg-gold {
    background-color: var(--color-gold);
}
.bg-grey {
    background-color: var(--color-background-grey-light);
}

#brand,
.brand {
    box-sizing: border-box;
    height: 3.9375rem;
    background-repeat: repeat;
    background-size: contain;
    background: #064880;
    border-bottom: 0.1rem solid #004985;
    width: 100%;
    position: relative;
}

    .brand .logo img,
    #brand .logo img {
        height: 1.625rem;
        align-self: center;
    }

    #brand .logo {
        margin-left: auto;
        margin-right: auto;
    }

   
#footer-sticky {
    background-image: url('../img/stickybar-bg.png');
    background-position: left center;
    background-size: cover;
    color: #fff;
    padding: 1rem 0;
}

    #footer-sticky img {
        height: 1.5rem;
        display: inline-block
    }

#plt {
    position: relative;
    border-bottom: solid 8px var(--color-plt-blue-light);
}

    #plt:after {
        content: '';
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        right: 0;
        bottom: -8px;
        background-color: var(--color-plt-blue-dark);
    }

    #plt img {
        height: 5rem;
    }

footer {
    padding-top: 2rem;
}

    footer .logo {
        height: 1.5rem;
    }

    footer a.backtotop {
        display: block;
        width: 2rem;
        height: 2rem;
        border-radius: 2rem;
        padding: .25rem;
        box-shadow: .25rem .25rem .5rem var(--color-background-grey-dark);
    }

    footer #footer-links a {
        display: inline-block;
        width: 100%;
        text-align: center;
        color: var(--color-text-grey);
        padding: .5rem 0;
    }

#footer-links-toggle:before {
    content: 'More \02C5';
}

#footer-links-toggle[aria-expanded="true"]:before {
    content: 'Less';
}

@media(min-width: 576px) {
}

@media(min-width: 768px) {
}

@media(min-width: 992px) {
    #plt img {
        height: 6.25rem;
    }

    #footer-links {
        text-align: right;
        font-size: .8rem;
    }

    #footer-links {
        display: inline-block !important;
    }

    footer #footer-links a {
        width: unset;
        margin-left: .5rem;
    }

        footer #footer-links a.backtotop {
            display: inline-block;
            width: 2rem;
            height: 2rem;
            border-radius: 2rem;
            padding: 0.25rem;
            box-shadow: 0.25rem 0.25rem 0.5rem var(--color-background-grey-dark);
        }
}

@media(min-width: 1200px) {
    #brand .logo {
        margin-left: unset;
    }


    #footer-links {
        font-size: 1rem;
    }
}


@media (min-width: 1920px) {
    .container, .container-xl {
        max-width: 1440px;
    }
}
