@media (min-width:992px) {

    /* Common Elements */

    h2 {
    }

    h3 {
        font-size: 26px;
        line-height: 32px;
    }

    hr {
        margin-left: -155px;
    }

    /*#region Red Button*/
    a.red-button,
    .contact-form input.red-button {
        font-size: 1.6rem;
    }
    /*#endregion*/

    /*#region Dark Background */
    .dark-background {
        left: -141px;
    }
    /*#endregion*/


    .horizontal-line {
        margin-left: 100px;
    }

    /*header ul.utility li {
        margin: 0 15px;
    }

    header li.on a {
        color: #cc0000;
    }*/

    .main_nav {
        text-align: right;
    }

        .main_nav .row {
            height: auto;
        }

        .main_nav nav {
            position: relative;
            top: 0;
            padding: 0 15px 0 0;
            left: auto;
        }

        .main_nav .logo img {
            margin-top: 12px;
        }

        .main_nav li.section {
            display: none;
        }

        .main_nav ul {
            background: none;
            margin: 0;
        }

        .main_nav li {
            margin: 0 8px;
            padding: 0;
            font-size: 15px;
            line-height: 50px;
            display: inline-block;
            vertical-align: middle;
        }

            .main_nav li a {
                font-size: 15px;
            }

            .main_nav li.apply {
                width: auto;
                height: auto;
            }

                .main_nav li.apply a {
                    background: #cc0000;
                    color: #fff;
                    width: 70px;
                    text-align: center;
                    line-height: 1.1;
                    padding: 1rem;
                }

                    .main_nav li.apply a:hover {
                        background: #fff;
                        color: #cc0000;
                    }

        .main_nav a {
            color: #c2c2c2;
            height: auto;
            margin-bottom: 0;
        }

            .main_nav a:hover, .main_nav li.on a {
                color: #cc0000;
            }

            .main_nav a.sub {
                background: none;
                padding: 0;
            }

        /* 2nd Level */
        .main_nav ul > li > ul {
            background: #cc0000;
            text-align: center;
            transform: translateX(-30%);
            padding-bottom: 2.0rem;
        }

        .main_nav ul > li:nth-of-type(3) > ul {
            transform: translateX(-40%);
        }

        .main_nav ul > li:nth-of-type(4) > ul {
            transform: translateX(-36%);
        }

        .main_nav ul > li:nth-of-type(5) > ul {
            transform: translateX(-38%);
        }

        .main_nav ul > li > ul:before {
            content: ' ';
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 15px solid #cc0000;
            position: absolute;
            top: -15px;
            left: 45%;
        }

        /*.main_nav ul > li > ul > li {
            position: relative;
        }*/

        /*.main_nav ul > li:hover > ul {
            display: block;
        }*/

        /*.main_nav ul > li a {
            color: #cc0000;
        }*/

        .main_nav ul > li > ul > li {
            display: block;
            margin: 0;
            text-transform: none;
            line-height: 40px;
        }

        .main_nav ul > li > ul a {
            color: #fff;
            padding: 1rem 25px;
        }

            .main_nav ul > li > ul a:hover {
                background: #790000;
                color: #fff;
            }

        .main_nav ul.utility, .main_nav ul.search, .main_nav ul.social {
            display: none;
        }

        .main_nav .container > .row {
            margin-left: -15px;
            margin-right: -15px;
        }

    header .hamburger {
        display: none;
    }

    header .aux {
        display: block;
    }

    header nav.main {
        display: block;
    }

    .menu__item {
        width: auto;
    }

    /*#region Content Wrapper*/
    .content-with-hero .content-wrapper {
        padding-top: 0;
    }
    /*#endregion*/

    /* Global */
    section.row .wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }

    .content-wrapper .container-fluid {
        background: #111;
        background: linear-gradient(0deg, #111 50%, #ebebeb 50%);
        background: -webkit-linear-gradient(0deg, #111 50%, #ebebeb 50%);
        background: -moz-linear-gradient(0deg, #111 50%, #ebebeb 50%);
        background: -o-linear-gradient(0deg, #111 50%, #ebebeb 50%);
        background: -ms-linear-gradient(0deg, #111 50%, #ebebeb 50%);
    }

        .content-wrapper .container-fluid .container {
            position: relative;
            padding-bottom: 20px;
        }

            .content-wrapper .container-fluid .container .white-background {
                position: absolute;
                left: 100px;
                right: 0;
                top: 0;
                bottom: 0;
                background: #ebebeb;
            }

    .home .content-wrapper .container-fluid {
        background: #fff;
    }

    /* Hero */

    .jumbotron .container {
        padding: 0 4rem 4rem;
    }

    .jumbotron h1 {
        font-size: 98px;
    }

    .jumbotron h3 {
        font-size: 32px;
    }

    .homepage.load-more-container {
        display: block;
    }

    /*#region Hero Image*/
    .hero-image-container {
        max-height: 200px;
    }

        .hero-image-container .hero-image:after {
            background: rgba(0,0,0,0.6);
            background: linear-gradient(to bottom, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 50%),linear-gradient(to left, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 15%),linear-gradient(to right, rgba(0,0,0,1) 20%, rgba(0,0,0,.6) 30%);
            background: -webkit-linear-gradient(top, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 50%),linear-gradient(right, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 15%),linear-gradient(left, rgba(0,0,0,1) 20%, rgba(0,0,0,.6) 30%);
            background: -moz-linear-gradient(top, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 50%),linear-gradient(right, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 15%),linear-gradient(left, rgba(0,0,0,1) 20%, rgba(0,0,0,.6) 30%);
            background: -o-linear-gradient(top, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 50%),linear-gradient(right, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 15%),linear-gradient(left, rgba(0,0,0,1) 20%, rgba(0,0,0,.6) 30%);
            background: -ms-linear-gradient(top, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 50%),linear-gradient(right, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 15%),linear-gradient(left, rgba(0,0,0,1) 20%, rgba(0,0,0,.6) 30%);
        }

        .hero-image-container .hero-image img {
            opacity: 1;
        }

        .hero-image-container .container-fluid,
        .hero-image-container .container {
            margin: auto;
        }
    /*#endregion*/

    /* Quick Links */
    .quick-links .quick-link {
        height: 100px;
    }

        .quick-links .quick-link img {
            margin-top: 2rem;
            width: 40px;
            height: 40px;
        }

        .quick-links .quick-link a:hover img {
            background-position: 0 40px !important;
        }

        .quick-links .quick-link p {
            font-size: 15px;
        }

    /* Contact Form */
    .contact-form {
        padding: 4rem 0;
    }

        .contact-form button {
            width: auto;
        }

    /* Specializations */
    .specializations {
        background-color: #fafafa;
    }

        .specializations h3 {
            padding-top: 1.75rem;
            font-size: 4em;
            color: #444;
        }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background-color: transparent;
    }

    .specializations li {
        font-weight: 300;
    }

    .specializations img {
        width: 65px;
    }

    /* Success Stories */
    .success-stories {
        padding: 0 4rem 0 3rem;
    }

        .success-stories .highlight-image div {
            margin-bottom: 3rem;
        }

        .success-stories img {
            max-width: 85%;
        }

        .success-stories .info p {
            font-size: 2.5rem;
        }

        .success-stories .info h3 {
            font-size: 4.5rem;
        }

        .success-stories .blurb {
            position: absolute;
            left: 52%;
            bottom: -25%;
            padding: 3rem 2rem;
        }

            .success-stories .blurb p {
                font-size: 2.5rem;
                text-align: left;
            }

            .success-stories .blurb .person {
                width: 45%;
            }

                .success-stories .blurb .person p {
                    font-size: 1.8rem;
                }

                .success-stories .blurb .person .name {
                    display: block;
                    margin-bottom: 0;
                }

            .success-stories .blurb img {
                width: auto;
                max-width: 30%;
            }

            .success-stories .blurb .carousel-buttons {
                float: none;
                width: 20%;
                text-align: right;
                margin-right: 0;
                transform: translateY(0);
            }


    /* Industry */
    .industry {
        height: 500px;
    }

        .industry .industry-banner {
            width: 60%;
        }

        .industry h3 {
            font-size: 4.5rem;
            line-height: 1;
        }

        .industry img {
            left: 0;
            height: auto;
            width: 100%;
        }

    /* Careers */
    .careers {
        padding: 5rem;
    }

        .careers p:first-of-type {
            font-weight: 600;
        }

        .careers .careers-buttons {
            margin: 0;
            transform: translateY(25%);
            padding: 0 15px;
        }

            .careers .careers-buttons a {
                width: 90%;
                float: right;
                display: block;
                font-size: 1.75rem;
                font-weight: 300;
            }

    /*#region Sidebar*/
    .sidebar {
        margin-top: 30px;
    }

    .news-events-container {
        padding: 0 15px;
    }

        .news-events-container .news {
            padding: 0 0 2.0rem 0;
        }

            .news-events-container .news .image {
                max-height: 100%;
            }

            .news-events-container .news .content .title {
                height: 36px;
                margin: 0 0 1rem;
            }

    .viewall a {
        text-align: left;
    }

    .content-wrapper .sidebar .button-apply {
        padding-left: initial;
    }
    /*#endregion*/

    /* News and Events */
    .news-events img {
        left: 0;
        width: 100%;
    }

    .news-events li {
        height: 100px;
    }

        .news-events li .name {
            height: 55px;
            font-size: 1.1em;
            line-height: 25px;
        }

        .news-events li .date {
            padding: .25rem 0;
            width: 19%;
            height: 70px;
        }

    /*#region Interior Page */
    .interior-page .container {
        padding-bottom: 5rem;
    }

    .course_catalog {
        margin-top: 0;
    }

        .course_catalog .box {
            height: 200px;
        }

        .course_catalog a {
            display: block;
        }

    /*#endregion*/

    /* Alumni Success */

    .filters {
        font-size: 1.2em;
    }

        .filters .filter {
            padding: 2rem 1rem;
        }

            .filters .filter .arrows {
                padding-left: 0.5rem;
            }

            .filters .filter.search .input-container input[type='text'] {
                height: 40px;
            }

            .filters .filter.search .input-container input[type='image'] {
                top: .5em;
            }

    ul.gamelist li img {
        width: 225px;
        height: 290px;
    }



    /* Landing Page */
    .landing h1 {
        /*line-height: 1.15;*/
    }

    .landing .content-primary,
    .landing .content-secondary {
        text-align: left;
    }

        .landing .content-primary h1 {
            font-size: 4.5rem;
        }

        .landing .content-primary image-wrapper {
            text-align: center;
        }

        .landing .content-primary .image-wrapper {
            text-align: center;
        }

        .landing .content-secondary img {
            width: 100%;
        }

        .landing .content-secondary h2 {
            font-size: 4.5rem;
        }


    .landing .banner h3 {
        margin: .75rem 0;
    }

    .landing .banner .body {
        font-size: 2.5rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .landing .content-secondary .wrapper div {
        padding: 3rem 2rem;
    }

    .landing .banner .wrapper div {
        padding: 1rem 2rem;
    }

    .landing .content-primary .gallery-wrapper {
        padding-top: 2.5rem;
    }

    /* News + Events Page */
    .news-events-page h1 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .news-events-page .news-featured-container {
    }

        .news-events-page .news-featured-container .image {
        }

            .news-events-page .news-featured-container .image img {
                max-height: 300px;
            }

        .news-events-page .news-featured-container .date {
        }

        .news-events-page .news-featured-container .title {
        }

        .news-events-page .news-featured-container .summary {
        }

        .news-events-page .news-featured-container .link {
        }

    .news-events-page .news-all-container {
        padding: 3rem 2rem;
        margin-top: 3rem;
    }

        .news-events-page .news-all-container div[class^='col'] {
        }

        .news-events-page .news-all-container .news-all .image {
        }

            .news-events-page .news-all-container .news-all .image img {
            }

        .news-events-page .news-all-container .news-all .content .date {
        }

        .news-events-page .news-all-container .news-all .content .title {
        }

        .news-events-page .news-all-container .news-all .content .link {
        }

    /*#region Grid Listing*/

    .grid-listing-container {
        padding-top: 1.0rem;
    }

        .grid-listing-container .grid-listing .details .sub-heading {
            margin-top: 70px;
        }

        .grid-listing-container .grid-listing .details .name {
            max-height: 120px;
        }

    .bio-listing-page .grid-listing-container .grid-listing .details .name {
        padding-top: 50px;
        height: calc(100% - 100px);
    }

    /*#endregion*/

    /*#region Testimonials*/

    .interior-page .container .modal-dialog {
        width: 40%;
    }

    /*#endregion*/

    /* Footer */
    footer .information {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }

        footer .information .address,
        footer #FooterNav {
            font-size: 1.5rem;
        }

    footer .social ul {
        text-align: right;
    }

    footer nav ul {
        text-align: left;
    }

    footer .search_col .search_box {
        margin: 0 0 15px 0;
    }

    footer .search_col a {
        margin: 0 0 10px 0;
    }

    footer .social ul {
        margin: 0;
    }

    footer .logo {
        margin: 0;
    }
}
