a {color:darkred !important;}
a:hover {color: darkgrey !important; }

            .bg-wsu {
                background-color: #981e32;
                border-color: #981e32;
            }
           .nav-link {
                color: white !important;
            }
            .header-logo .col-md-6 {
                border-bottom: 1px solid #e7e9ea;
                margin-top: -10px;
                padding: 15px;
                height: 115px;
            }
            .header-logo .col-md-6 img.primary-logo {
                max-width: 250px;
                transition: all 0.2s ease-out;
                -moz-transition: all 0.2s ease-out;
                -webkit-transition: all 0.2s ease-out;
            }
            .header-logo .col-md-6 a:hover img.primary-logo,
            .header-logo .col-md-6 a:focus img.primary-logo {
                filter: grayscale(100%);
            }
            .header-logo .col-md-6 a.apply-button {
                border: 1px solid #c60c30;
                color: #c60c30;
                font-weight: bold;
                border-radius: 4px;
                padding: 10px 20px 10px 20px;
                margin: 17px 25px 0 0;
                float: right;
                transition: all 0.2s ease-out;
                -moz-transition: all 0.2s ease-out;
                -webkit-transition: all 0.2s ease-out;
            }
            .header-logo .col-md-6 a.apply-button:hover,
            .header-logo .col-md-6 a.apply-button:focus {
                background: #c60c30;
                border: 1px solid #c60c30;
                color: #fff;
                text-decoration: none;
            }
            .sitemap-section {
                text-transform: uppercase;
                font-weight: bold;
            }
            #horz-list ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            text-align: center;
            }

            #horz-list ul li {
            display: inline;
            }