﻿a, a:hover, .text-red {
    color: #BF0D3E
}

.btn {
    border-radius: 0;
}

    .btn-check:focus + .btn, .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem #BF0D3E25;
    }

    .btn.white {
        border: 3px solid #BF0D3E;
        background-color: white;
    }

        .btn.white:hover {
            background-color: #BF0D3E;
            color: white;
        }

.button {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 250px;
    padding: 1rem 2rem;
    text-decoration: none;
    box-shadow: inset 0 0 0 2px #bf0d3e;
    overflow: hidden;
    vertical-align: middle;
    z-index: 1;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: color 300ms ease;
    line-height: 1;
}

    .button:before, .button:after {
        position: absolute;
        content: "";
        width: 0;
        top: 0;
        height: 110%;
        left: -20%;
        transform: skewX(-35deg);
        z-index: -1;
    }

    .button:hover:before, .button:hover:after, .button:focus:before, .button:focus:after {
        width: 140%;
    }

    .button:before {
        background: #bf0d3e;
        transition: all 600ms;
    }

    .button:after {
        background: #bf0d3e66;
        transition: all 450ms;
    }

    .button:hover {
        color: white;
    }

#navmenu .btn {
    color: white;
}

    #navmenu .btn:hover {
        background-color: #BF0D3E;
        color: white;
    }

.menu__list .nav-link {
    font-family: 'Roboto Condensed';
    font-weight: bold;
    color: #BF0D3E;
    padding: 16px 0 6px !important;
    display: inline-block;
    padding-bottom: 2px;
    background-image: linear-gradient(#BF0D3E 0 0);
    background-position: 0 100%; /*OR bottom left*/
    background-size: 0% 2px;
    background-repeat: no-repeat;
    transition: background-size 0.3s, background-position 0s 0.3s; /*change after the size immediately*/
}

    .menu__list .nav-link:hover, .menu__list .nav-link:active, .nav-link:focus {
        background-position: 100% 100%; /*OR bottom right*/
        background-size: 100% 2px;
        color: #BF0D3E;
    }

.search-container {
    background-color: hsla(0,0%,90%,.93);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    display: none;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.search-container input {
    margin-top: 20%;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    padding: 24px;
    font-size: 40px;
    color: #041E42;
    text-align: center;
}

    .search-container input:focus-visible {
        outline: unset;
    }

.search-container a {
    text-decoration: none;
}

    .search-container a:hover {
        text-decoration: underline;
    }

.search-container i {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 30px;
    color: #000;
    cursor: pointer;
    font-family: 'Roboto' !important;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #041E42;
    text-shadow: 0 1px 0 #fff;
}

.search-opened .search-container {
    display: block;
}

search-container a {
    cursor: pointer;
    display: block;
    font-size: 20px;
    color: #BF0D3E;
}

.font-icon, .menu-icon {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero {
    position: relative;
    max-height: 1000px;
}

.hero__image video {
    width: 100%;
    height: auto;
    display: block;
}

.hero--video {
    overflow: hidden;
    background-color: #BF0D3E;
}

.hero--home .hero__content {
    top: 50%;
    transform: translateY(-50%);
}

.hero__content {
    position: absolute;
    bottom: 3rem;
    z-index: 2;
    width: 100%;
}

.container--narrow {
    padding-left: 0;
    padding-right: 0;
}

.hero__title {
    opacity: 0;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    line-height: .9;
    animation: slideIn .5s ease-out .3s forwards;
    font-size: 72px;
    font-weight: bold;
    font-family: 'Roboto Condensed'
}

.hero__headline {
    opacity: 0;
    color: #BF0D3E;
    font-size: 10.625rem;
    font-family: 'roboto condensed',sans-serif;
    font-weight: bold;
    line-height: .9;
    text-transform: uppercase;
    animation: slideIn .5s ease-out .5s forwards;
    display: inline-block;
    padding: 0;
    margin-top: 20px;
}

.hero__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.6) 85%);
}

.hero__welcome {
    display: block;
    margin: 5rem auto 0;
    font-family: 'Noto serif';
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

    .hero__welcome:hover {
        color: white;
    }

.hero__welcome__icon {
    display: block;
    margin: 0 auto 0;
    width: 2rem;
    animation: welcomeSteps 1250ms ease-out infinite forwards;
}

.svgstore::before {
    display: block;
    content: "";
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-25%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes welcomeSteps {

    0% {
        opacity: 0.5;
        transform: translate( 0 );
    }

    50% {
        opacity: 1;
        transform: translateY( 25% );
    }

    100% {
        opacity: 0.5;
        transform: translate( 0 );
    }
}

.module--bottom-slash:before, .module--top-slash:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23009a44%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20537.8%2044.8%22%3E%3Cpath%20d%3D%22M287.9%2044.8L256.5%200h-6.7l31.4%2044.8M518.5%2044.8L487.2%200h-6.8l31.4%2044.8M403.3%2044.8L371.9%200h-6.7l31.4%2044.8M326.4%2044.8L295%200h-6.7l31.4%2044.8M441.8%2044.8L410.4%200h-6.8L435%2044.8M364.7%2044.8L333.3%200h-6.7L358%2044.8M480.1%2044.8L448.7%200h-6.8l31.4%2044.8M307.1%2044.8L275.8%200H269l31.4%2044.8M537.8%2044.8L506.4%200h-6.8L531%2044.8M422.5%2044.8L391.1%200h-6.7l31.4%2044.8M345.6%2044.8L314.2%200h-6.7l31.4%2044.8M461%2044.8L429.6%200h-6.7l31.3%2044.8M383.9%2044.8L352.5%200h-6.7l31.4%2044.8M499.3%2044.8L467.9%200h-6.7l31.3%2044.8%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M38.1%2044.8L6.7%200H0l31.4%2044.8M268.7%2044.8L237.3%200h-6.7L262%2044.8M153.5%2044.8L122.1%200h-6.7l31.3%2044.8M76.6%2044.8L45.2%200h-6.7l31.3%2044.8M191.9%2044.8L160.5%200h-6.7l31.4%2044.8M114.9%2044.8L83.5%200h-6.7l31.3%2044.8M230.2%2044.8L198.8%200h-6.7l31.4%2044.8M57.3%2044.8L25.9%200h-6.7l31.4%2044.8M172.7%2044.8L141.3%200h-6.7L166%2044.8M95.8%2044.8L64.4%200h-6.7l31.4%2044.8M211.1%2044.8L179.8%200H173l31.4%2044.8M134.1%2044.8L102.7%200H96l31.4%2044.8M249.4%2044.8L218.1%200h-6.8l31.4%2044.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    z-index: 1;
    transform: translateX(60%);
}

.module--bottom-slash:before {
    top: auto;
    bottom: 0;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23BF0D3E%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20537.8%2044.8%22%3E%3Cpath%20d%3D%22M249.8%2044.8L281.2%200h6.7l-31.3%2044.8M19.2%2044.8L50.6%200h6.7L25.9%2044.8M134.5%2044.8L165.9%200h6.7l-31.4%2044.8M211.4%2044.8L242.8%200h6.7l-31.4%2044.8M96%2044.8L127.4%200h6.7l-31.4%2044.8M173.1%2044.8L204.5%200h6.7l-31.4%2044.8M57.7%2044.8L89.1%200h6.7L64.4%2044.8M230.6%2044.8L262%200h6.7l-31.4%2044.8M0%2044.8L31.4%200h6.7L6.7%2044.8M115.2%2044.8L146.6%200h6.8L122%2044.8M192.1%2044.8L223.5%200h6.8l-31.4%2044.8M76.8%2044.8L108.2%200h6.7L83.5%2044.8M153.8%2044.8L185.2%200h6.8l-31.4%2044.8M38.5%2044.8L69.9%200h6.7L45.2%2044.8%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M499.6%2044.8L531%200h6.8l-31.4%2044.8M269%2044.8L300.4%200h6.7l-31.3%2044.8M384.3%2044.8L415.7%200h6.7L391%2044.8M461.2%2044.8L492.6%200h6.7l-31.4%2044.8M345.8%2044.8L377.2%200h6.7l-31.3%2044.8M422.9%2044.8L454.3%200h6.7l-31.4%2044.8M307.5%2044.8L338.9%200h6.7l-31.3%2044.8M480.4%2044.8L511.8%200h6.7l-31.3%2044.8M365.1%2044.8L396.5%200h6.7l-31.4%2044.8M442%2044.8L473.4%200h6.7l-31.4%2044.8M326.6%2044.8L358%200h6.7l-31.4%2044.8M403.7%2044.8L435.1%200h6.7l-31.4%2044.8M288.3%2044.8L319.7%200h6.7L295%2044.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

.module--bottom-slash--white:before {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23ffffff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20537.8%2044.8%22%3E%3Cpath%20d%3D%22M249.8%2044.8L281.2%200h6.7l-31.3%2044.8M19.2%2044.8L50.6%200h6.7L25.9%2044.8M134.5%2044.8L165.9%200h6.7l-31.4%2044.8M211.4%2044.8L242.8%200h6.7l-31.4%2044.8M96%2044.8L127.4%200h6.7l-31.4%2044.8M173.1%2044.8L204.5%200h6.7l-31.4%2044.8M57.7%2044.8L89.1%200h6.7L64.4%2044.8M230.6%2044.8L262%200h6.7l-31.4%2044.8M0%2044.8L31.4%200h6.7L6.7%2044.8M115.2%2044.8L146.6%200h6.8L122%2044.8M192.1%2044.8L223.5%200h6.8l-31.4%2044.8M76.8%2044.8L108.2%200h6.7L83.5%2044.8M153.8%2044.8L185.2%200h6.8l-31.4%2044.8M38.5%2044.8L69.9%200h6.7L45.2%2044.8%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M499.6%2044.8L531%200h6.8l-31.4%2044.8M269%2044.8L300.4%200h6.7l-31.3%2044.8M384.3%2044.8L415.7%200h6.7L391%2044.8M461.2%2044.8L492.6%200h6.7l-31.4%2044.8M345.8%2044.8L377.2%200h6.7l-31.3%2044.8M422.9%2044.8L454.3%200h6.7l-31.4%2044.8M307.5%2044.8L338.9%200h6.7l-31.3%2044.8M480.4%2044.8L511.8%200h6.7l-31.3%2044.8M365.1%2044.8L396.5%200h6.7l-31.4%2044.8M442%2044.8L473.4%200h6.7l-31.4%2044.8M326.6%2044.8L358%200h6.7l-31.4%2044.8M403.7%2044.8L435.1%200h6.7l-31.4%2044.8M288.3%2044.8L319.7%200h6.7L295%2044.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

.dropdown-menu {
    border-color: #BF0D3E;
    background-color: #BF0D3E;
    top: -5px !important;
}

.dropdown-item {
    text-transform: none;
    color: white;
}

    .dropdown-item.active, .dropdown-item:active {
        background-color: #BF0D3E25;
    }

.dropdown-menu {
    border-radius: 0;
}

footer h3, footer a {
    font-family: 'roboto condensed',sans-serif;
    font-weight: bold;
}

footer img {
    width: 80%;
    position: relative;
    max-width: 200px;
}

.img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #041e42;
}

    .img-thumbnail img {
        opacity: .9;
    }

    .img-thumbnail:hover img {
        opacity: 1;
    }

.program__split {
    background-color: #BF0D3E;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201440%201145%22%3E%3Cpath%20opacity%3D%22.1%22%20fill%3D%22%23FFF%22%20d%3D%22M960.3%200H172.9l459.3%20656.5L290.4%201145H1040l360.6-515.5z%22%2F%3E%3Cpath%20opacity%3D%22.07%22%20fill%3D%22%23FFF%22%20d%3D%22M640.7%200H172.9l459.3%20656.5L290.4%201145H583l429.4-613.8z%22%2F%3E%3C%2Fsvg%3E);
}

.carousel-majors .carousel-item {
    background-color: white
}

    .carousel-majors .carousel-item p {
        text-align: center
    }

    .carousel-majors .carousel-item .title {
        font-weight: bold;
        font-size: 28px;
        text-transform: uppercase;
        font-family: 'Noto Serif';
    }

.custom-toggler.navbar-toggler {
    border-color: rgba(191, 0, 0, 1);
    border: 3px solid;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(191, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.carousel-inner .title {
    position: absolute;
    bottom: 20px;
    color: white;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    text-transform: uppercase;
}

.horizontal {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    list-style: none;
}

    .horizontal:after {
        content: "";
        display: table;
        clear: both;
    }

.menu__list {
    position: relative;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.back-to-top {
    position: fixed;
    bottom: 11px;
    right: 15px;
    opacity: 1;
    font-size: 30px;
    display: none;
    color: #bf0d3e;
    z-index: 999;
    cursor: pointer;
}

    .back-to-top:hover {
        opacity: .9;
    }

.gradient {
    height: 150px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-shadow: 1px 1px 1px #000;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 70%);
}
.subnav{
    width: 100%;
    padding-bottom: 100px;
}
.subnav ul {
    list-style: none;
    padding: 0 20px 0 0;
}
.subnav__list > li:first-child {
    z-index: 5;
}
.subnav__list > li {
    position: relative;
    line-height: 1.15;
}
.subnav__heading:focus, .subnav__heading:hover {
    color: #BF0D3E;
    outline-color: #000;
    outline-offset: 0.25rem;
}
.subnav__list > li:first-child + li, .subnav__list > li:first-child + script + li {
    border-top: 2px solid #BF0D3E;
}
.subnav__link {
    display: block;
    padding: 0.75rem 3rem 0.75rem 0;
    color: #000;
    font-size: 1.125rem;
    line-height: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'roboto condensed',sans-serif;
    letter-spacing: .5px;
    text-decoration: none;
    border-bottom: 2px solid #BF0D3E;
}

    .subnav__link:hover {
        color: #BF0D3E;
    }

.subnav__heading {
    display: block;
    padding: 0.75rem 0;
    text-decoration: none;
    color: #000;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    font-weight: bold;
    font-family: 'roboto condensed',sans-serif;
}

.title {
    position: absolute;
    bottom: 20px;
    font-size: 80px;
    color: white;
    font-family: 'Noto Sans';
    /*font-family: 'Roboto Condensed';*/
    font-weight: bold;
}
.main h2, .main h3, .sidebar h2, .sidebar h3 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}
/*.main p {
    margin-bottom: 15px;
}*/
.main {
    font-family: 'Noto serif';
    font-size: 18px !important;
}

.main span, .main strong, .main em, .main a {
    font-size: 18px !important;
}

.main img, .sidebar img {
    max-width: 100%;
    width: 100%;
}

.article-tags {
    background: #f8f8f8;
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin: 10px 0 20px 0;
    padding: 15px 0;
}

    .article-tags li {
        color: #bbbbbb;
        font-size: 18px;
        list-style: disc;
        margin-bottom: 2px;
        margin-left: 30px;
        padding-left: 3px;
    }

.main ol, .main ul {
    margin-bottom: 18px;
}

a.wrap {
    display: block;
    text-decoration: none;
}

.listing {
    margin-bottom: 40px;
    padding: 0;
}
    /* line 231, /Users/Detrimental/apps/fon/src/stylesheets/partials/_content.sass */
    .listing li {
        background: rgb(248 249 250);
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        overflow: hidden;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        margin-bottom: 10px;
        padding: 8px 12px;
    }

        .listing li a {
            text-decoration: none;
        }

        .listing li:hover, .listing li:focus {
            background: rgb(237 240 242);
        }

            .listing li:hover span.link, .listing li:focus span.link {
                color: #BF0D3E;
            }

    .listing .prof {
        float: left;
        margin-right: 15px;
        max-width: 80px;
    }

    .listing span {
        color: black;
        display: block;
    }

        .listing span.strong {
            font-size: 13px;
            font-weight: bold;
            padding-top: 10px;
        }

        .listing span.link {
            color: #BF0D3E;
            display: block;
            text-decoration: underline;
        }


.popup {
    background-color: rgba(0,0,0,0.85);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    cursor: pointer;
    visibility: hidden;
}

    .popup .inner {
        max-width: 800px;
        max-height: 800px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
        overflow-y: hidden;
        overflow-x: hidden;
        text-align: center;
    }

        .popup .inner i {
            z-index: 9999;
            color: white;
            font-size: 42px;
            position: fixed;
            right: calc(50% - 22px);
            top: 20px;
        }