<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#website-menu.open-sans .nav-item,
#website-menu.open-sans #website-menu-mobile .nav-item {
  font-size: 0.95rem;
}

.subnav-section {
    /*background: #CCCCCC;*/

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005ab3+0,005ab3+39,cccccc+42,cccccc+100 */
    /*background: #005ab3;  Old browsers */
    /*background: -moz-linear-gradient(left,  #005ab3 0%, #005ab3 39%, #007abf 42%, #cccccc 100%);  FF3.6-15 */
    /*background: -webkit-linear-gradient(left,  #005ab3 0%,#005ab3 39%,#cccccc 42%,#cccccc 100%);  Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right,  #005ab3 0%,#005ab3 39%,#cccccc 42%,#cccccc 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ab3', endColorstr='#cccccc',GradientType=1 );  IE6-9 */
    
    -webkit-transition: all .5s;
    transition: all .5s;
    border-bottom: 1px solid #FFFFFF;
}

.subnav-section.bg-color-50th-gold {
    /* Old gold: #876F13 */
    background: #b79e4b; /* Old browsers */
    background: -moz-linear-gradient(left,  #b79e4b 0%, #b79e4b 39%, #cccccc 42%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #b79e4b 0%,#b79e4b 39%,#cccccc 42%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #b79e4b 0%,#b79e4b 39%,#cccccc 42%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b79e4b', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
    -webkit-transition: all .5s;
    transition: all .5s;
    border-bottom: 1px solid #FFFFFF;
}

.subnav-section.is-fixed {
    position: fixed;
    left: 0;
    top: 66px;
    width: 100%;
    z-index: 1020;
    border-bottom: 1px solid #CCCCCC;
}

.has-top-padding {
    -webkit-animation: animate-margin-top 0.3s;
    -moz-animation: animate-margin-top 0.3s;
    animation: animate-margin-top 0.3s;
}

/*.breadcrumbs {
    font-size: 80%;
    text-align: center;
}
    @media (min-width: 768px) {
        .breadcrumbs {
            text-align: left;
        }
    }
    @media (min-width: 1200px) {
        .breadcrumbs {
            font-size: 90%;
        }
    }*/

/* Mobile */
#website-menu-mobile {
    font-weight: bold;
    z-index: 4;
    width: 100%;
    overflow-y: auto;
}
    @media (min-width: 768px) {
        #website-menu-mobile {
            position: absolute;
        }
    }

#website-menu-mobile .link-text {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: .5rem 0;
    color: #001A70;
}

#website-menu-mobile .nav-link {
    color: #001A70;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#website-menu-mobile .nav-link:focus, #website-menu-mobile .nav-link:hover, #website-menu-mobile .nav-link.active {
    color: #001A70;
    background: #CCCCCC;
}
    @media (min-width: 768px) {
        #website-menu-mobile .navbar-nav .nav-link:hover {
            background: #FFFFFF;
            padding-left: 12px;
        }
    }

#website-menu-mobile .navbar-nav-expanded {
    padding: 15px;
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
}

.subnav-toggler {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    width: 100%;
    padding: 15px 0;
    border-radius: 0;
}
    @media (min-width: 576px) {
        .subnav-toggler {
            font-size: 1.05rem;
        }
    }

/*.subnav-toggler {
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    width: 100%;
    padding: 15px 0;
    border-radius: 0;
}
    @media (min-width: 576px) {
        .subnav-toggler {
            font-size: 1rem;
        }
    }*/

/*.subnav-toggler {
    font-family: 'Roboto Slab', serif;
    font-size: 0.9rem;
    width: 100%;
    padding: 15px 0;
    border-radius: 0;
}
    @media (min-width: 576px) {
        .subnav-toggler {
            font-size: 1rem;
        }
    }*/

.subnav-toggler.bg-color-50th-gold {
    background: #b79e4b;
    color: #000000;
}

.subnav-toggler.collapsed:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f13a";
    margin: 0 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.subnav-toggler:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f139";
    margin: 0 5px;
}

.navbar-secondary-mobile {
    z-index: 1020;
    position: relative;
}

/* Desktop */
#subnav-desktop-label-fill { /* New */
  background: #005ab3;
  position: absolute !important;
  left: 0;
  width: 50%;
}

#subnav-desktop-menu-fill { /* New */
  background: #CCCCCC;
  position: absolute !important;
  right: 0;
  width: 50%;
}

#subnav-desktop-label-container {
    padding-top: 15px;
    /*padding-top: 16px;*/
    position: relative;
    z-index: 11;
    /* New styles here */
    /*position: absolute !important;
    left: 0;
    text-align: right;*/
}

#subnav-desktop-label-container.bg-color-50th-gold, 
#subnav-desktop-label-fill.bg-color-50th-gold {
    background: #b79e4b;
}

#subnav-desktop-label {
    font-family: 'Oswald', sans-serif;
}

#subnav-desktop {
    /*font-size: 1.05rem;*/
    font-weight: bold;
    display: block;
    height: 50px;
}
    @media (min-width: 576px) {
        #subnav-desktop {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
    }

#subnav-desktop .navbar-nav {
    height: 50px;
    background: #CCCCCC;
    /* New */
    width: 100%; 
    justify-content: center;
}

#subnav-desktop .navbar-nav li {
    height: 50px;
    border-bottom: 0px solid #CCCCCC;
}

#subnav-desktop .navbar-nav li:nth-child(3) {
    padding-left: 40px;
}

#subnav-desktop .navbar-nav li:nth-child(2) {
    font-size: 1.05rem;
}

#subnav-desktop .navbar-nav li:not(:first-child):not(:nth-child(2)):not(:last-child) {
    font-size: 0.95rem;
    /*margin-top: 3px;*/
    background: #CCCCCC;
    position: relative;
    z-index: 10;
}

/*#subnav-desktop .navbar-nav li:nth-child(2) {
    padding-left: 40px;
}

#subnav-desktop .navbar-nav li:first-child {
    font-size: 1.05rem;
}

#subnav-desktop .navbar-nav li:not(:first-child) {
    font-size: 0.95rem;
    margin-top: 3px;
}*/

#subnav-desktop .nav-link {
    color: #001A70;
    text-decoration: none;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#subnav-desktop .hvr-underline-from-center:before {
    background: #001A70;
}

#arrow-right {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #005ab3;
    right: -25px;
    top: 0;
}

#arrow-right.color-50th-gold { /* Update class to color-50th-gold */
  border-left: 25px solid #b79e4b;
}</pre></body></html>