﻿a {
    color: #862633;
}

    a:hover {
        text-decoration: underline;
        color: #862633;
    }

.header {
    background-color: #862633;
}

    .header .top-bar {
        background: #333f48;
        display: none;
    }


    .header .contact p a {
        color: #fff;
    }


    .header .menu-top li a {
        color: #fff;
    }


.caret {
    color: #862633;
}

.username {
    color: #fff;
}


.social-icons a .fa {
    color: #333f48;
}

.header .social-icons a,
.header .social-icons a:hover {
    background: #FFF;
}

    .header .social-icons a:hover .fa {
        color: #862633;
    }

.header .contact .fa,
.header .contact p,
.header .menu-top li a,
.header .menu-top li a:hover {
    color: #FFF;
}

.main-nav {
    background: #e9e7e5;
}

    .main-nav .nav .nav-item a {
        color: #333f48;
    }


    .main-nav .nav .nav-item.open a {
        background: #e9e7e5;
        color: #333f48;
    }

    .main-nav .nav .nav-item a:hover {
        background: #333f48;
        color: #FFF;
    }

    .main-nav .nav .nav-item .dropdown-menu {
        background: #e9e7e5;
    }

        .main-nav .nav .nav-item .dropdown-menu a {
            color: #333f48;
            border-bottom: 0;
        }

            .main-nav .nav .nav-item .dropdown-menu a:hover {
                background: #333f48;
            }

.btn-theme,
.btn-default,
.btn-primary {
    background: #862633;
    border: 1px solid #862633;
    color: #fff;
}

    .btn-theme:hover,
    .btn-default:hover,
    .btn-primary:hover {
        background: #FFF;
        border: 1px solid #862633;
        color: #862633;
    }

.nav-tabs > li.active {
    border-top: 2px solid #862633;
}

.dropdown-menu .divider {
    display: none;
}

.site-footer {
    background: #333f48;
    padding: 50px 0 25px;
}

.site-footer__top {
    display: flex;
    flex-direction: column;
}

    .site-footer__top div {
        margin: 0 0 30px;
    }

    .site-footer__top .quick-links {
        margin: 0 0 30px;
    }

.quick-links__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.quick-links__item {
    display: flex;
    margin: 0;
    padding: 0 0 3px;
    padding-right: 0px;
    width: 50%;
}

.quick-links__link {
    background: rgba(165, 171, 173, 0.45);
    color: #fff;
    display: flex;
    flex: 1;
    font-weight: 700;
    line-height: 1.25em;
    padding: 10px;
}

    .quick-links__link:hover,
    .quick-links__link:focus {
        text-decoration: none;
        background: rgba(165, 171, 173, 0.25);
        color: #fff;
    }

.site-footer__title {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 8px;
    color: #fff;
}

.site-footer__telephone,
.site-footer__telephone:hover,
.site-footer__address {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
}

.campus-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.campus-nav__item {
    margin: 0 0 8px;
}

.campus-nav__link,
.campus-nav__link:hover {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25em;
    margin-left: 0;
}

.site-footer__bottom {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    position: relative;
}

.social-media {
    margin: 0 0 30px;
}

.site-footer__bottom-content {
    margin: 0 0 30px;
}

.site-footer__logo {
    flex: 0 0 48px;
    height: 44px;
    width: 48px;
}

.privacy-nav {
    margin-bottom: 10px;
}

.privacy-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.privacy-nav__item {
    margin: 0;
}

    .privacy-nav__item:not(last-child) {
        margin-right: 15px;
    }

.privacy-nav__link,
.privacy-nav__link:hover {
    color: #fff;
    font-size: 15px;
}

.site-footer__copyright {
    bottom: 10px;
    font-size: 15px;
    line-height: 1;
    left: 70px;
    margin: 0;
    position: absolute;
    color: #fff;
}

.social-media__link {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    padding: 6px;
    width: 40px;
    text-align: center;
    font-size: 20px;
    color: #333f48;
}

    .social-media__link:hover {
        color: #862633;
    }

    .social-media__link:not(last-child) {
        margin: 0 10px 0 0;
    }

@media (min-width: 768px) {
    .site-footer__top {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .site-footer__top .quick-links {
            width: 100%;
        }

    .site-footer__bottom {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 80px;
    }

    .social-media {
        order: 2;
    }

    .site-footer__bottom-content {
        flex: 1;
        margin: 0;
        order: 1;
        padding-left: 30px;
    }

    .site-footer__logo {
        order: 0;
    }

    .privacy-nav__item {
        display: inline-block;
    }

    .site-footer__copyright {
        bottom: auto;
        left: auto;
        position: static;
    }

    .fa {
	  margin-right:0;
    }
  
}

@media (min-width: 1024px) {
    .site-footer__top {
        flex-wrap: nowrap;
    }

        .site-footer__top .quick-links {
            flex: 0 0 360px;
            order: 4;
            width: auto;
        }
}
