@media (min-width:1200px) {

    /* Common Elements */

    h2 {
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
    }

    hr {
        margin-left: -205px;
    }

    .main_nav .logo img {
        margin: 8px 0 0 0;
        max-width: 300px;
    }

    .main_nav li {
        margin: 0 15px;
        font-size: 16px;
    }

    .main_nav a {
        font-weight: 600;
        font-size: 1.55rem;
    }

    .main_nav li.apply a {
        padding: 0 3.25rem;
        width: auto;
        line-height: inherit;
    }

    .video .youtube-popup .play-icon {
        height: 120px;
        width: 150px;
    }

    /*#region Dark Background */
    .dark-background {
        left: -193px;
    }
    /*#endregion*/

    /* Hero */

    .jumbotron .container {
        /*left: 6%;*/
        margin: auto;
        position: relative;
    }

    .jumbotron h1 {
        font-size: 114px;
    }

    /* Quick Links */
    .quick-links .quick-link {
        height: 110px;
    }

    /* Contact Form */
    .contact-form button {
        width: 100%;
    }

    /* Specializations */

    .nav-tabs li {
        padding-right: 4rem;
    }

        .nav-tabs li:last-of-type {
            padding-right: 0;
        }

    .specializations .description {
        padding-top: 3rem;
    }

    /* Success Stories */
    .success-stories .info h3 {
        font-size: 5.5rem;
    }

    .success-stories .blurb {
        bottom: -15%;
    }

        .success-stories .blurb p {
            font-size: 3rem;
            text-align: left;
        }

        .success-stories .blurb .person p {
            font-size: 1.15em;
        }

        .success-stories .blurb .person {
            width: 65%;
        }

            .success-stories .blurb .person .name,
            .success-stories .blurb .person .title {
                font-size: 2rem;
            }

            .success-stories .blurb .person .name {
                font-weight: 700;
            }

            .success-stories .blurb .person .title {
                font-weight: 400;
            }

        .success-stories .blurb .carousel-buttons {
            width: 8%;
        }

        .success-stories .arrow-left::before {
            bottom: 7px;
        }

    /* Industry */
    /*.industry .industry-banner {
        width: 620px;
    }*/

    /* Careers */
    .careers .wrapper {
        width: 95%;
    }

    .careers h3 {
        font-size: 3.5rem;
    }

    .careers p:first-of-type {
        font-size: inherit;
    }

    /*.careers p {
        font-size: 1.25rem;
    }*/

    .careers .careers-buttons {
        transform: translateY(40%);
    }

    .careers .careers-buttons a {
        width: 85%;
        padding: .8rem;
    }

    /* News & Events */
    .news-events li .date {
        width: 15%;
    }

    .news-events .view-all {
        font-size: 1.25rem;
    }

    /*#region Sidebar*/

    .news-events-container .news .content {
        position: absolute;
        background: rgba(0,0,0,.9);
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1rem 2rem;
    }
    /*#endregion*/

    /* Interior Page */

    ul.subnav {
        width: 250px;
    }

    /*#region Sidebar */
    .course_catalog {
        margin-top: 20px;
    }
    /*#endregion*/


    /* Landing Page */
    .landing .content-primary h1 {
        font-size: 4.75rem;
    }

    .landing .content-secondary h2 {
        font-size: 4.75rem;
    }

    .landing .banner .body {
        font-size: 3rem;
    }

    /* Alumni Success */

    .filters .filter {
        padding: 2.0rem;
    }

        .filters .filter.search {
            padding: 1.5rem 1.5rem;
        }

            .filters .filter.search .text {
                line-height: 3em;
            }

            .filters .filter.search .input-container input[type='text'] {
                line-height: 3em;
                height: 52px;
            }

            .filters .filter.search .input-container input[type='image'] {
                top: .9em;
            }

    ul.gamelist li img {
        width: 275px;
        height: 355px;
    }

    /*#region Grid Listing*/
    .grid-listing-container .grid-listing .details .sub-heading {
        margin-top: 115px;
    }
    /*#endregion*/


    /*#region Testimonials*/
    .interior-page .container #testimonial-modal .modal-dialog {
        width: 30%;
    }
    /*#endregion*/

}
