/*#region Designers Styles*/
.IsExperienceEditor .editor-settings {
    position: relative;
    padding: 1rem;
    background: #000;
    font-size: 2rem;
    color: #fff;
    z-index: 100;
}

.IsExperienceEditor .hero-image-container {
    position: relative !important;
    margin: 0 auto !important;
    max-width: 1440px !important;
    z-index: 0 !important;
}

    .IsExperienceEditor .hero-image-container .hero-image:after {
        position: relative !important;
    }

.IsExperienceEditor.content-with-hero .content-wrapper {
    margin-top: 0 !important;
}

.IsExperienceEditor .breadcrumbs {
    top: -180px;
}

.IsExperienceEditor .jumbotron {
    z-index: 0;
}

.IsExperienceEditor .tab-content > .tab-pane {
    display: block;
}

.IsExperienceEditor .carousel-fade .carousel-inner > .item {
    display: block;
    margin-bottom: 100px;
}

.IsExperienceEditor .gallery-container [class^='gallery-item'] {
    display: block;
}
/*#endregion*/

body {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400;
}

/*#region Common Elements */

a:hover {
    text-decoration: none;
}

hr {
    color: #c8c8c8;
    background: #c8c8c8;
    height: 1px;
    border: none;
    margin: 20px 0;
    margin-left: -9999px;
    margin-right: -9999px;
}

.news-featured-container hr,
.featured-detail hr {
    margin-left: 0;
    margin-right: 0;
}

strong {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.red {
    color: #cd0101;
}

.nopad {
    padding: 0;
}

.youtube-popup img {
    width: 100%;
}

.mfp-bg {
    opacity: 0.9 !important; /*override magnific popup*/
}

.video {
    position: relative;
}

    .video .video-link .play-icon {
        position: absolute;
        display: block;
        background: url(/images/SMU-Play-Button.png);
        height: 80px;
        width: 100px;
        background-size: cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.body {
    padding-bottom: 10px;
}

.readmore {
    color: #666;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    background: url(/images/arrow_right_red.png) right no-repeat;
    padding: 0 35px 0 0;
}

    .readmore:hover {
        color: #ce0d0d;
    }

.horizontal-line {
    padding: 0;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

.dark-background {
    position: absolute;
    left: -100%;
    right: -100%;
    background: repeating-linear-gradient( -55deg, #252525, #252525 2px, #090b0b 5px, #090b0b 5px );
    height: 100%;
    z-index: 0;
}

/*#endregion*/

/*#region Maginific Popup Changes*/
.mfp-close:before {
    content: "";
    border-top: 1px solid #fff;
    width: 28px;
    font-weight: 100;
    font-size: 4rem;
    right: 3px;
    top: 16px;
    transform: rotate(-45deg);
    position: absolute;
}

.mfp-close:after {
    content: "";
    border-top: 1px solid #fff;
    width: 28px;
    font-weight: 100;
    font-size: 4rem;
    right: 3px;
    top: 17px;
    position: absolute;
    transform: rotate(45deg);
}

.mfp-close {
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important;
    border: 1px solid #fff !important;
}
/*#endregion*/


/*#region <h?> */

h1 {
    font-size: 3rem;
    font-weight: 100;
}

/*#endregion*/

/*#region Blue Button*/
input[type="submit"].btn-blue,
input[type="submit"].btn-blue:hover {
    background-color: #006699;
    color: #fff;
}
/*#endregion*/

/*#region Red Button*/
a.red-button,
.contact-form input.red-button {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 40px;
    background: #cc0000;
    color: #fff;
    display: block;
    text-align: center;
    margin: 25px 0;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #cc0000;
    transition: .3s all;
    padding: 0.5rem;
    display: inline-block;
    padding: .5rem 3rem;
    width: 100%;
}

    a.red-button:hover,
    .contact-form input.red-button:hover {
        background: #fff;
        color: #cc0000;
    }

.featured-detail a.red-button {
    margin: 7px 0;
}
/*#endregion*/

/*#region Container*/
.container-fluid {
    overflow: hidden;
}

.content-with-hero .container-fluid {
    padding: 0;
    background: #ebebeb;
}
/*#endregion*/

/*#region Arrow Left*/
.arrow-left {
    position: relative;
    padding-left: 3.5rem;
}

    .arrow-left:before,
    .arrow-left:after {
        position: absolute;
        left: 0;
    }

    .arrow-left:before {
        position: absolute;
        width: 17px;
        display: inline-block;
        transform: rotate(0deg);
        border-top: 2px solid #c00;
        left: -2px;
        margin-top: .75rem;
        content: '';
    }

    .arrow-left:after {
        content: "";
        width: 15px;
        height: 15px;
        color: #c00;
        border-top: 2px solid #c00;
        border-right: 2px solid #c00;
        transform: rotate(-135deg);
        display: inline-block;
        vertical-align: middle;
    }
/*#endregion */

/*#region Arrow Right*/

.arrow-right {
    position: relative;
    font-weight: 500;
}

    .arrow-right:before,
    .arrow-right:after {
        position: absolute;
    }

    .arrow-right:before {
        position: absolute;
        width: 17px;
        transform: rotate(0deg);
        border-top: 2px solid #c00;
        margin-top: .75rem;
        right: -31px;
        content: '';
        bottom: 33px;
        display: block;
    }

    .arrow-right:after {
        content: "";
        width: 15px;
        height: 15px;
        color: #c00;
        border-top: 2px solid #c00;
        border-right: 2px solid #c00;
        transform: rotate(45deg);
        display: block;
        bottom: 27px;
        right: -30px;
    }

    .arrow-right.white:before {
        border-top: 2px solid white;
    }

    .arrow-right.white:after {
        border-top: 2px solid white;
        border-right: 2px solid white;
    }

    .arrow-right.grey:before {
        border-top: 2px solid #a5a5a5;
    }

    .arrow-right.grey:after {
        border-top: 2px solid #a5a5a5;
        border-right: 2px solid #a5a5a5;
    }

/*#endregion*/

/*#region Load More */
.load-more-container {
    border: 1px solid;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 2rem auto;
    opacity: 0.7;
    cursor: pointer;
}

    .load-more-container:hover {
        opacity: 1;
    }

.load-more {
    position: relative;
}

    .load-more:before,
    .load-more:after {
        position: absolute;
    }

    .load-more:before {
        width: 19px;
        transform: rotate(90deg);
        border-top: 2px solid #686868;
        top: 17px;
        content: '';
        left: 7px;
    }

    .load-more:after {
        content: "";
        width: 15px;
        height: 15px;
        border-top: 2px solid #686868;
        border-right: 2px solid #686868;
        transform: rotate(135deg);
        bottom: -25px;
        left: 9px;
    }

.homepage.load-more-container {
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    opacity: 1.0;
    display: none;
}

    .homepage.load-more-container .load-more:before {
        width: 26px;
        border-top: 2px solid #fff;
        top: 21px;
        left: 11px;
    }

    .homepage.load-more-container .load-more:after {
        width: 20px;
        height: 20px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        bottom: -32px;
        left: 14px;
    }

.news-all.load-more-container {
    border: 1px solid #686868;
}

/*#endregion*/

/*#region Parallax*/

.industry {
    background-attachment: fixed !important;
    background-position: center !important;
}

/*#endregion*/

/*#region Header*/
.content-with-hero header .aux {
    background: none;
}

    .content-with-hero header .aux nav {
        z-index: 2;
    }

header.mobile-nav-active {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}

header .aux {
    display: none;
    text-align: right;
    padding: 15px 0;
    background: black;
    background: rgba(0%,0%,0%,.9);
    z-index: 2;
    position: relative;
}

header .mobile-nav {
    opacity: 0;
    left: -100%;
    width: 0;
}

    header .mobile-nav.active {
        opacity: 1;
        left: 0;
        position: fixed;
        width: 100vw;
    }

        header .mobile-nav.active .menu {
            left: 0;
            width: 100%;
        }

    header .mobile-nav .menu {
        position: static;
    }

    header .mobile-nav .social li {
        background: transparent;
        background-color: transparent;
        width: 30px;
        margin: 0 5px;
        padding: 0;
    }

        header .mobile-nav .social li img {
            width: 30px;
            max-width: 30px;
            height: auto;
        }

        header .mobile-nav .social li:first-of-type {
            margin-left: 0;
            padding-left: 0;
        }

        header .mobile-nav .social li:last-of-type {
            margin-right: 0;
            padding-right: 0;
        }

header ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

    header ul li {
        display: inline-block;
    }

header .social li {
    margin: 0 2px;
    width: 25px;
    background: #fff;
    text-align: center;
    height: 25px;
}

    header .social li a img {
        max-width: 25px;
        height: auto;
        margin: 3px 0 0;
    }

header .utility li {
    font-size: 1.0em;
    padding-right: 2.0rem;
}

    header .utility li a {
        color: #fff;
    }

        header .utility li a:hover {
            color: #cc0000;
            text-decoration: none;
        }

header .utility.active {
    display: block;
}
/*#endregion*/

/*#region Apply*/


.main_nav li.apply {
    margin: 0;
    width: calc(100% - 50px);
    height: 65px;
}

    .main_nav li.apply a {
        background: #fff;
        color: #cc0000;
        padding: 10px;
        font-weight: 600;
        transition: .3s all;
    }

.main_nav .dropdown:hover .dropdown-menu {
    display: block;
}

.main_nav li.apply a:hover,
.subnav .apply a:hover {
    background: #790000;
    color: #fff;
}

.main_nav li.apply a:focus {
    background-color: #790000;
    color: #fff;
    text-decoration: none;
}

.subnav .apply a {
    background: #7b0d0d;
    padding: 15px 30px;
    margin: 15px 0 0 0;
    transition: .3s all;
}

    .subnav .apply a:hover {
        background: #fff;
        color: #790000;
    }

ul.subnav.affix {
    margin-top: 0 !important;
    top: 0;
    position: fixed !important;
}


/*#endregion*/

/*#region Main Nav*/
.main_nav {
    background: #252525;
    z-index: 6;
    position: relative;
}

    .main_nav .row {
        height: 62px;
    }

    .main_nav .logo img {
        margin: 20px 0 0 0;
        max-width: 200px;
    }

    .main_nav nav {
        position: absolute;
        /*top: 62px;*/
        padding: 0;
        left: -100%;
    }

    .main_nav li.section {
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        border-bottom: #e68080 1px solid;
    }

    .main_nav ul {
        margin: 0;
        padding: 0;
        background: #cc0000;
    }

    .main_nav > ul {
        padding-top: 1.5rem;
    }

    .main_nav li {
        padding: 1.0rem 1.5rem;
        font-size: 1.4em;
        text-transform: uppercase;
    }

    .main_nav li {
        padding: 1.0rem 1.5rem;
        font-size: 1.4em;
        text-transform: uppercase;
    }

        .main_nav li a {
            font-size: 2rem;
        }

        .main_nav li.highlighted > a {
            color: #cc0000;
        }

        .main_nav li.menu-top-border {
            border-top: 2px solid #c8c8c8;
            margin-top: 10px;
        }

    .main_nav a {
        color: #fff;
        display: block;
        height: 45px;
        margin-bottom: -20px;
    }

        .main_nav a:hover {
            color: #790000;
            text-decoration: none;
        }

        .main_nav a.sub {
            background: url("../images/arrow_subnav.png") right no-repeat;
            display: inline-block;
            padding: 0 25px 0 0;
        }

    .main_nav ul.utility {
        padding: 10px 0;
    }

        .main_nav ul.utility li {
            font-size: 18px;
            line-height: 26px;
            text-transform: none;
            padding: 8px 15px;
        }

            .main_nav ul.utility li:first-child {
                border-top: #e68080 1px solid;
            }

            .main_nav ul.utility li:last-child {
                border-bottom: #e68080 1px solid;
            }

    .main_nav .social {
        padding: 15px;
    }

        .main_nav .social li {
            display: inline-block;
            padding: 0 4px;
        }
    /* Hide 3+ Level Nav */
    .main_nav ul ul ul {
        display: none;
    }

nav.main {
    z-index: 7;
}

.main_nav .row {
    z-index: 10;
    position: relative;
}

.main_nav #ml-menu a:hover {
    color: #fff;
}

/*#endregion*/

/*#region Mobile Menu*/
.action--open,
.action--close {
    display: block;
}

.menu {
    position: fixed;
    top: 0;
    height: 100vh;
}


.menu__wrap {
    position: absolute;
    top: 110px;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #e68080;
}

    .menu__wrap [data-menu*="submenu"] li { /*:not(:first-child) a {*/
        font-weight: 100;
        text-transform: none;
    }

.menu__level {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: scroll;
    width: calc(100% + 50px);
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: -1;
}

.menu__level--current {
    visibility: visible;
    z-index: 1;
}

.menu__item {
    display: block;
    width: calc(100% - 50px);
}

    .menu__item:hover {
        background: #790000;
    }

.menu__link {
    font-weight: 600;
    position: relative;
    display: block;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
}

    .menu__link.arrow-right:before {
        border-top: 2px solid white;
        right: 19px;
    }

    .menu__link.arrow-right:after {
        color: white;
        border-top: 2px solid white;
        border-right: 2px solid white;
        right: 20px;
    }

.menu__item.link-active {
    background: #790000;
    color: #fff;
}

[class^='animate-'],
[class*=' animate-'] {
    visibility: visible;
}

.animate-outToRight .menu__item {
    -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToRight {
    from {
        z-index: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        z-index: -1;
    }
}

@keyframes outToRight {
    from {
        z-index: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        z-index: -1;
    }
}

.animate-outToLeft .menu__item {
    -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToLeft {
    from {
        z-index: 1;
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        z-index: -1;
    }
}

@keyframes outToLeft {
    from {
        z-index: 1;
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        z-index: -1;
    }
}

.animate-inFromLeft .menu__item {
    -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromLeft {
    from {
        z-index: -1;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes inFromLeft {
    from {
        z-index: -1;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate-inFromRight .menu__item {
    -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromRight {
    from {
        z-index: -1;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes inFromRight {
    from {
        z-index: -1;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.menu__breadcrumbs {
    top: 62px;
    background-color: #c00;
    position: relative;
    padding: 1.5rem 2rem;
    overflow-x: scroll;
    white-space: nowrap;
}

    .menu__breadcrumbs a {
        font-size: 0.9em;
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        text-transform: uppercase;
        color: #fff;
        height: auto;
        margin-bottom: 0;
    }

        .menu__breadcrumbs a:last-child {
            pointer-events: none;
        }

        .menu__breadcrumbs a:not(:last-child)::after {
            content: '\00b7';
            display: inline-block;
            padding: 0 0.5em;
            color: #fff;
            font-weight: bold;
        }

        .menu__breadcrumbs a:not(:last-child):hover::after {
            color: #fff;
        }
/*#endregion*/

/*#region Hamburger Style Menu */
header .hamburger {
    z-index: 10;
    cursor: pointer;
    background: #cc0000;
    display: inline-block;
    padding: 13px 20px 10px 20px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.hamburger-inner {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 45px;
    font-weight: 100;
    position: relative;
}

/*.hamburger-inner:after {
        content: "+";
        top: -13px;
        position: absolute;
        right: 6px;
    }*/

.hamburger .hamburger-inner:after {
    content: "";
    border-top: 1px solid #fff;
    width: 28px;
    font-weight: 100;
    font-size: 4rem;
    right: 3px;
    top: 17px;
    position: absolute;
}

.hamburger .hamburger-inner:before {
    content: "";
    border-top: 1px solid #fff;
    width: 28px;
    font-weight: 100;
    font-size: 4rem;
    right: 3px;
    top: 16px;
    transform: rotate(-90deg);
    position: absolute;
}

.hamburger.active .hamburger-inner {
    transform: rotate(-45deg);
    transition-duration: .5s;
}

.hamburger .hamburger-inner {
    transform: rotate(0deg);
    transition-duration: .5s;
}

/*header .hamburger.active img {
        background: url('/images/close.png') no-repeat;
        width: 41px;
        height: 42px;
        padding-left: 41px;
    }*/

/*#endregion */

/*#region Jumbotron*/
.jumbotron {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    height: calc(100vh);
    position: relative;
    padding: 0;
    overflow: hidden;
    background-color: #000;
    margin-top: -110px;
	width: 100%;
}

    .jumbotron video#bgvid {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
    }

    .jumbotron .container {
        z-index: 2;
        max-width: 100%;
        position: absolute;
        top: 25%;
        padding: 2rem 1rem;
    }

    .jumbotron img {
        height: 100%;
        left: -50%;
        position: absolute;
        z-index: 1;
    }

    .jumbotron h1 {
        font-weight: 700;
        font-size: 50px;
        line-height: 1;
    }

    .jumbotron h3 {
        font-size: 20px;
        color: #fff;
    }
/*#endregion*/

/*#region Content Wrapper*/
.content-with-hero .content-wrapper {
    margin-top: 70px;
    padding-top: 2rem;
}

.content-wrapper .body a {
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: inherit;
}

    .content-wrapper .body a:hover {
        color: #cc0000;
        border-bottom: 1px solid rgba(204,0,0,.3);
    }

.content-wrapper .body img {
    max-width: 100%;
    height: auto !important;
}

.content-wrapper .link {
    /*padding-top: 2.5rem;*/
    padding-bottom: 2.5rem;
}

.content-wrapper .body a.link {
    font-size: inherit;
    padding-bottom: inherit;
    display: inline-block;
}

    .content-wrapper .body a.link:before {
        width: 15px;
        bottom: 10px;
        right: -24px;
    }

    .content-wrapper .body a.link:after {
        width: 14px;
        height: 14px;
        bottom: 4px;
        right: -22px;
    }

.content-wrapper .body .link.arrow-right {
    width: 90%;
}

.content-wrapper .body .link-list {
    padding-left: 0;
}

    .content-wrapper .body .link-list li {
        background-color: #fff;
        padding: 1.25rem 1.5rem;
        text-transform: capitalize;
        color: #c00;
        font-size: 1.75rem;
        list-style: none;
        margin-bottom: 1.5rem;
    }

    .content-wrapper .body .link-list .link {
        border-bottom: 0;
        display: block;
        padding-bottom: 0;
        width: 90%;
    }

.content-wrapper .container .link-grey a,
.content-wrapper .container .body .link-grey {
    display: table;
    padding: 1rem 2rem;
    font-weight: 600;
    border-bottom: 0;
    font-size: 2rem;
    color: #333;
    background-color: #ccc;
    margin-bottom: 1.75rem;
    box-shadow: 0px 3px 5px rgba(153,153,153,0.5);
    transition: .3s all;
}

.content-wrapper .container .sidebar .link-grey a {
    margin-bottom: 0;
}

.content-wrapper .container .sidebar .link-grey ul {
    padding-left: 1.5rem;
}

.content-wrapper .container .link-grey a:hover,
.content-wrapper .container .body .link-grey:hover {
    color: #c00;
    background-color: #fff;
    border-bottom: 0;
}

.link-accordion .panel {
    border: 0;
    border-radius: 0;
    margin-bottom: 1rem;
}

.link-accordion .panel-title {
    color: #c00;
    font-weight: 400;
    padding-right: 2.5rem;
}

    .link-accordion .panel-title:after {
        bottom: 0;
        right: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
    }

    .link-accordion .panel-title:before {
        bottom: 6px;
        right: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
    }

.link-accordion .panel-body ul {
    padding-left: 1rem;
    list-style-type: none;
}

.link-accordion a[aria-expanded="true"] .panel-title:after {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.link-accordion a[aria-expanded="true"] .panel-title:before {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -1px;
}

/*#endregion*/

/*#region Interior Page*/
.interior-page h1 {
    color: #000;
    font-weight: 100;
    margin: 25px 0;
    text-transform: uppercase;
}

.interior-page h3 {
    font-size: 1.6em;
    line-height: 28px;
    color: #000;
    font-weight: 300;
    margin: 20px 0;
}

.interior-page h4 {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 15px 0;
}

.interior-page p,
.interior-page li {
    font-size: 1.6rem;
    font-weight: 300;
}

.interior-page .sub-heading {
    font-weight: 600;
}

.interior-page .gallery-container {
    padding-left: 2px;
}
/*.interior-page .gallery-container + .body {
    margin-top: 2rem;
}*/

/*#endregion*/

/*#region Quick Links*/
.quick-links {
    background-color: #252525;
}

    .quick-links .quick-link {
        border-right: 1px solid #6e6e6e;
        text-align: center;
        height: 90px;
        color: #5c5c5c;
    }

        .quick-links .quick-link a {
            color: #6e6e6e;
        }

            .quick-links .quick-link a:hover {
                color: #fff;
            }

                .quick-links .quick-link a:hover img {
                    background-position: 0 35px !important;
                }


        .quick-links .quick-link img {
            margin: 1rem .5rem 1rem .5rem;
            width: 35px;
            height: 35px;
            background-position: 0 0 !important;
            background-size: cover !important;
        }

        .quick-links .quick-link p {
            font-size: 11px;
            text-align: center;
            line-height: 1;
        }

        .quick-links .quick-link.last {
            margin-right: 0;
            margin-left: 0;
            border-right: 0;
        }
/*#endregion*/

/*#region Contact Form */
.contact-form {
    color: #666;
    background-color: #ebebeb;
    padding: 1rem 0 3rem 0;
}

.form label {
    display: block;
    font-weight: normal;
}

.dropdown {
    position: relative;
}

    .dropdown .button {
        content: "";
        border-top: 7px solid rgba(173, 24, 24, 0);
        border-bottom: 7px solid transparent;
        border-left: 7px solid #999;
        background-color: #e1e1e1;
        position: absolute;
        right: 20px;
        top: 10px;
        width: 20px;
    }

.contact-form h3,
.contact-form p {
    text-align: center;
}

.contact-form p {
    font-weight: 300;
}

.contact-form input,
.contact-form select {
    border-radius: 0;
    background-color: #e1e1e1;
    border: 0;
    box-shadow: none;
    color: #a1a1a1;
    font-style: italic;
}

.contact-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../../images/Drop Down.png') 96% / 3% no-repeat #e1e1e1;
}

.contact-form input::-webkit-input-placeholder,
.contact-form input::-moz-placeholder,
.contact-form input:-ms-input-placeholder,
.contact-form input:-moz-placeholder {
    color: #666;
}

.contact-form input.red-button {
    border-radius: 0;
    padding: 1rem;
    font-size: 1.25rem;
    font-weight: 300;
    width: 100%;
    border: 1px solid #cc0000;
    font-style: normal;
}

.contact-form .contact-form-loading-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    height: 100%;
    z-index: 1;
}

    .contact-form .contact-form-loading-container .contact-form-loading {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
    }
/*#endregion*/

/*#region Showcase */
.showcase-wrapper {
    background-color: #111;
}

    .showcase-wrapper div {
        overflow: hidden;
        padding: 0;
    }

.showcase-images {
    /*max-width: 1200px;*/
    margin: 0 auto;
}

    .showcase-images video {
        width: 100%;
    }

.showcase-banner {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    /*max-width: 1200px;*/
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

    .showcase-banner:hover {
        background-color: #cc0000;
    }

.showcase-wrapper {
    position: relative;
}

.showcase-banner p {
    display: inline-block;
    padding: 1rem 0 0 0;
    font-size: 1.5em;
    color: #fff;
}

    .showcase-banner p:last-of-type {
        font-weight: 100;
    }

video {
    display: block;
}

    video::-webkit-media-controls {
        display: none !important;
    }

/*#endregion*/

/*#region Specializations */
.specializations .accordion {
    cursor: pointer;
    padding: 0 2.0rem 2.0rem;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    .specializations .accordion .specializations-tabs {
        display: block;
        padding: 1.0rem 1.5rem;
    }

    .specializations .accordion .description {
        transition: all .5s ease-in-out;
        max-height: 0;
        overflow-y: scroll;
    }

        .specializations .accordion .description .description-body {
            max-height: 332px;
            overflow-y: auto;
        }

    .specializations .accordion li.active .description {
        max-height: 400px;
    }

/*.specializations .panel.show {
    display: block;
}*/

.specializations {
    background-color: #ebebeb;
    text-align: center;
    font-weight: 100;
}

    /*.specializations .wrapper .row {
        max-width: 100%;
    }*/

    .specializations h3 {
        font-size: 2.25em;
        font-weight: 100;
        color: #9b9b9b;
        padding: 0 0 1.5rem;
        border-bottom: 1px solid #e1e1e1;
    }

    .specializations .specializations-tabs a img {
        width: 42px; /*was 65px*/
        height: 42px;
        background-position: 0 0 !important;
        background-size: cover !important;
    }

    .specializations .specializations-tabs.active a img,
    .specializations .specializations-tabs a:hover img {
        background-position: 0 42px !important; /*was 65px*/
    }

    .specializations .active a p {
        color: #000;
    }

.nav-tabs {
    padding-bottom: 1.5rem;
}

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background-color: #ebebeb;
    }

    .nav-tabs li a {
        border: 0;
    }

        .nav-tabs li a:hover {
            background-color: transparent;
            border: 0;
        }

            .nav-tabs li a:hover p {
                color: #000;
            }

.specializations-tabs {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    padding-left: 1.5rem;
    text-align: left;
}

    .specializations-tabs.active a {
        border-top: 0 !important;
        border-right: 0 !important;
    }

.specializations img {
    padding: 1rem 1rem 0;
    display: inline;
}

.specializations p {
    color: #959595;
    display: inline-block;
    font-size: 1.5em;
    padding-left: .75rem;
    margin-bottom: 0;
    vertical-align: middle;
}
/*#endregion*/

/*#region Success Stories */
.carousel {
    z-index: 9;
}

.carousel-inner {
    overflow: visible;
}

.success-stories {
    background: repeating-linear-gradient( -55deg, #111, #111 2px, #000 5px, #000 5px );
}

    .success-stories p {
        color: #fff;
    }

    .success-stories .carousel-buttons {
        transform: translateX(40%);
        padding: 2rem 0 .5rem 0;
    }

    .success-stories .arrow-right::before {
        bottom: 9px;
    }

    .success-stories .arrow-right::after {
        bottom: 3px;
    }

    .success-stories .arrow-left,
    .success-stories .arrow-right,
    .success-stories .arrow-left:before,
    .success-stories .arrow-right:before,
    .success-stories .arrow-left:after,
    .success-stories .arrow-right:after {
        border-color: #fff;
    }

    .success-stories .highlight-image {
        -webkit-animation: fade-in 0.75s;
        -moz-animation: fade-in 0.75s;
        -ms-animation: fade-in 0.75s;
    }

        .success-stories .highlight-image div {
            border: 10px solid #fff;
            width: 90%;
            text-align: center;
            margin: 3rem auto 2rem auto;
        }

    .success-stories img {
        width: 80%;
        height: auto;
        margin-top: -5rem;
    }

    .success-stories .info {
        color: #fff;
        text-align: center;
        padding: 0 .75rem 0;
    }

        .success-stories .info p {
            font-weight: 600;
            margin-bottom: 0;
        }

        .success-stories .info h3 {
            color: #fff;
            font-size: 2em;
            font-weight: 100;
            margin-top: 1.25rem;
        }

    .success-stories .blurb {
        background-color: #c00;
        color: #fff;
        padding: 1rem 1rem 2rem;
        -webkit-animation: fade-in 0.75s;
        -moz-animation: fade-in 0.75s;
        -ms-animation: fade-in 0.75s;
    }

        .success-stories .blurb p {
            font-weight: 300;
            font-size: 1.2em;
            text-align: center;
        }

        .success-stories .blurb .person .name,
        .success-stories .blurb .person .title {
            font-size: 1em;
        }

        .success-stories .blurb p,
        .success-stories .blurb img {
            padding: 0 .5rem;
        }

        .success-stories .blurb img {
            max-width: 25%;
            height: auto;
            display: inline-block;
            vertical-align: top;
            margin-top: 5px;
        }

        .success-stories .blurb .person {
            width: 60%;
            display: inline-block;
            padding-top: 1rem;
        }

            .success-stories .blurb .person .name,
            .success-stories .blurb .person .location {
                display: inline;
                font-weight: 600;
            }

            .success-stories .blurb .person .title {
                text-align: left;
            }
/*#endregion*/

/* carousel popin keyframes */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.carousel-control.right,
.carousel-control.left {
    position: absolute;
    bottom: 0;
    opacity: 1;
    left: inherit;
    right: inherit;
    top: inherit;
    margin: inherit;
    height: 50px;
    width: auto;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    margin-left: 0;
    margin-right: 0;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}




/*#region Industry */
.industry img {
    position: absolute;
    max-height: 100%;
    left: -100%;
}

.industry {
    background-color: #fff;
    position: relative;
    height: 350px;
    position: relative;
    overflow: hidden;
}

    .industry .industry-banner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #666;
        padding: 1rem;
    }

    .industry h3 {
        font-weight: 100;
        font-size: 2.75rem;
    }

    .industry p {
        font-size: 19px;
        text-transform: capitalize;
        width: 75%;
    }

    .industry a {
        color: #666;
        text-transform: capitalize;
    }
/*#endregion*/

/*#region Careers */
.careers {
    padding: 2rem .25rem;
    font-size: 16px;
    background: #333333;
    background: -moz-radial-gradient(center, ellipse cover, #333333 59%, #1f1f1f 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #333333 59%, #1f1f1f 100%);
    background: radial-gradient(ellipse at center, #333333 59%, #1f1f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1f1f1f',GradientType=1 );
}

    .careers h3 {
        font-weight: 100;
        color: #ccc;
        text-align: left;
        margin-bottom: .75rem;
    }

    .careers .careers-buttons {
        text-align: center;
        margin: 4rem 0 0 0;
        padding: 0 13px;
    }

    .careers p {
        color: #fff;
        text-align: left;
        font-weight: 300;
    }

        .careers p:first-of-type {
            color: #ccc;
            text-align: left;
        }

    .careers .careers-buttons a {
        color: #fff;
        background-color: #000;
        width: 100%;
        display: block;
        padding: 1rem;
        margin-bottom: 2rem;
    }
/*#endregion*/

/*#region News and Events */
.news-events h3, .news-events li {
    background-color: #111111;
    color: #fff;
    padding: 1rem 1.25rem;
}

.news-events {
    color: #cfcfcf;
    position: relative;
    overflow: hidden;
    padding-bottom: 2.0rem;
    background-size: cover !important;
}

    .news-events .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7);
    }

    .news-events img {
        left: -50%;
        position: absolute;
        z-index: 1;
    }

    .news-events .wrapper {
        z-index: 2;
        position: relative;
    }

        .news-events .wrapper .col-xs-12 {
            margin-bottom: 2rem;
        }

    .news-events ul a {
        color: #ccc;
        text-transform: uppercase;
        font-weight: 600;
    }

    .news-events .view-all {
        color: #fff;
        font-size: 1.15em;
    }

    .news-events h3 {
        font-weight: 300;
    }

    .news-events p {
        font-weight: 300;
        color: #fff;
    }

    .news-events ul {
        padding-left: 0;
        list-style-type: none;
    }

    .news-events li {
        margin-bottom: .5rem;
        height: 100px;
    }

        .news-events li .name {
            height: 60px;
            overflow: hidden;
            font-size: 0.95em;
            margin: 0;
            line-height: 19px;
        }

        .news-events li .date {
            border: 1px solid #ccc;
            display: inline-block;
            padding: .75rem 0;
            width: 35%;
            height: 100%;
            text-align: center;
            margin-right: 2rem;
        }

            .news-events li .date p {
                font-weight: 600;
                color: #ccc;
                font-size: 2em;
                text-transform: uppercase;
                margin-bottom: 0;
                line-height: 1.2;
            }

        .news-events li .text {
            display: inline-block;
            width: 55%;
            vertical-align: top;
            margin-bottom: 0;
        }
/*#endregion*/

/*#region Breadcrumbs */

.breadcrumbs {
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 15px;
    left: 15px;
}

    .breadcrumbs span:not(:last-child):after {
        content: '/';
    }

    .breadcrumbs span,
    .breadcrumbs span a {
        color: white;
        text-decoration: none;
        letter-spacing: 1.5px;
    }

        .breadcrumbs span a:hover {
            text-decoration: underline;
        }
/*#endregion*/

.int_banner {
    background: #000;
}

.int_bg {
    background: #000;
}

.int_content {
    background: #ebebeb;
}

/*#region Sub Navigation*/

.subnav-container {
    z-index: 10;
}

ul.subnav {
    margin: 30px 0 0 0;
    padding: 0;
    background: #cd0101;
    width: 225px;
    z-index: 10;
    position: relative;
}

    ul.subnav li {
        list-style-type: none;
    }

        ul.subnav li a {
            color: #fff;
            padding: 5px 30px;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            display: block;
        }

        ul.subnav li.highlighted > a {
            font-weight: 700;
        }

            ul.subnav li.highlighted > a .arrow,
            .alumn-success .link-arrows a {
                position: relative;
            }

                ul.subnav li.highlighted > a .arrow:before,
                ul.subnav li.highlighted > a .arrow:after {
                    position: absolute;
                }


                ul.subnav li.highlighted > a .arrow:before,
                .alumn-success .link-arrows a:before {
                    content: '';
                    transform: rotate(0deg);
                    display: block;
                    top: 9.5px;
                    border-top: 1px solid #fff;
                    right: -20px;
                    width: 12px;
                }

                ul.subnav li.highlighted > a .arrow:after,
                .alumn-success .link-arrows a:after {
                    content: "";
                    width: 12px;
                    height: 12px;
                    border-top: 1px solid #fff;
                    border-right: 1px solid #fff;
                    transform: rotate(45deg);
                    display: block;
                    right: -19px;
                    top: 4px;
                }

                .alumn-success .link-arrows a:before,
                .alumn-success .link-arrows a:after {
                    position: absolute;
                    border-color: #337ab7;
                }

        ul.subnav li > ul li a {
            padding-left: 0;
        }

    ul.subnav > li:first-child a {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
    }

    ul.subnav > li:first-child {
        padding: 25px 0 10px 30px;
    }

    /* 2nd Level Nav */
    ul.subnav > li > ul {
        display: none;
    }

    ul.subnav > li.highlighted > ul {
        display: block;
    }
/*#endregion*/

/*#region Hero Image*/
.hero-image-container {
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    max-height: 155px;
    -webkit-box-shadow: 0px 0px 5px 15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
}

    .hero-image-container .container-fluid,
    .hero-image-container .container {
        padding: 0;
        margin: 0;
    }

    .hero-image-container .hero-image {
    }

        .hero-image-container .hero-image:after {
            content: '\A';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 1;
            background: none;
        }

        .hero-image-container .hero-image img {
            margin-left: -100%;
            opacity: .4;
        }
/*#endregion*/

/*#region Sidebar*/

.sidebar .sidebar-header {
    background: #252525;
    color: #fff;
    padding: 2rem;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.0rem;
}

.news-events-container {
    padding: 0 13px;
}

    .news-events-container .news {
        padding: 2px;
    }

        .news-events-container .news .image {
            max-height: 150px;
            overflow: hidden;
            position: relative;
        }

            .news-events-container .news .image img {
                width: 100%;
                height: auto;
            }

        .news-events-container .news .content {
            background: #000;
            color: #fff;
            padding: 1rem;
            text-align: left;
            text-transform: uppercase;
        }

            .news-events-container .news .content .date {
                font-weight: 600;
            }

            .news-events-container .news .content .title {
                height: 60px;
                overflow: hidden;
                margin: 1rem 0;
            }

            .news-events-container .news .content .link-text {
                color: #404040;
                font-weight: 600;
            }

.view-all {
    text-align: center;
}

    .view-all a {
        color: #000;
    }

        .view-all a:hover {
            color: #cd0101;
        }

.content-wrapper .sidebar .button-apply {
    margin: 2rem 0;
    padding-left: 0;
}

    .content-wrapper .sidebar .button-apply .link {
        font-size: 1.75rem;
        color: #333;
    }



/*.sidebar .side_title {
    font-size: 16px;
    line-height: 22px;
    background: #252525;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    margin: 25px 0;
}*/

/*.sidebar .news {
    position: relative;
    margin: 5px 0 15px 0;
    overflow: hidden;
}

    .sidebar .news img {
        position: absolute;
        bottom: 0;
    }

    .sidebar .news a {
        position: absolute;
        bottom: 0;
        background: #000;
        padding: 12px;
        color: #fff;
    }

        .sidebar .news a span {
            color: #676767;
        }

        .sidebar .news a:hover, .sidebar .news a:hover span {
            color: #777;
        }

    .sidebar .side_title, .sidebar .news, .sidebar .news img, .sidebar .news a {
        width: 145px;
    }

        .sidebar .news, .sidebar .news img {
            height: 125px;
        }

            .sidebar .news a {
                font-size: 12px;
                line-height: 18px;
            }

            .sidebar .news:nth-child(3) {
                display: none;
            }*/
/*#endregion*/

/*#region Course Catalog*/
.course_catalog {
    background: #0054a6;
    padding: 15px;
    margin: 90px 0 20px 0;
}

    .course_catalog.dark-blue {
        background: #0054a6;
    }

    .course_catalog.very-dark-gray {
        background: #333333;
    }

    .course_catalog .box {
        border: #fff 10px solid;
        position: relative;
        height: 170px;
        margin-bottom: 20px;
    }

        .course_catalog .box img {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: auto;
            max-width: 200px;
        }

    .course_catalog h3,
    .course_catalog p,
    .course_catalog a {
        color: #fff;
    }

    .course_catalog h3 {
        margin-top: 0;
    }

    .course_catalog p {
        font-size: 1.45rem;
    }

    .course_catalog a {
        font-weight: 300;
        font-size: 21px;
        line-height: 24px;
        background: url(/images/arrow_right_white.png) right no-repeat;
        background-size: 20px;
        display: inline-block;
        padding-right: 35px;
    }

        .course_catalog a:hover {
            color: #ddd;
        }

/*#endregion*/

p.featurelink a {
    background: #fff;
    color: #cd0101;
    display: block;
    padding: 12px;
    border-right: #fff 12px solid;
}

    p.featurelink a:hover {
        color: #000;
    }

/*#region Filters */

.filters {
    color: #747474;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 2.5em;
    padding-top: 2.0rem;
}

    .filters .filter {
        background: #252525;
        border-right: #444 1px solid;
        margin: 0.5rem 0;
        padding: 0.75rem 1.5rem;
        -webkit-box-shadow: 0px 0px 5px 1px #444;
        box-shadow: 0px 0px 5px 1px #444;
    }

        .filters .filter:last-child {
            border: none;
        }

        .filters .filter .text,
        .filters .filter .arrows,
        .filters .filter .input {
            display: inline-block;
            padding: 0;
        }

    .filters .arrows {
        margin-left: 1.0rem;
        position: absolute;
        right: 10px;
    }

        .filters .arrows a {
            width: 22px;
            height: 20px;
            background-image: url(/images/arrow_filters.png);
            text-indent: -9999px;
            background-repeat: no-repeat;
            display: block;
        }

            .filters .arrows a.up {
                background-position: 0 0;
                margin-bottom: 5px;
            }

                .filters .arrows a.up:hover {
                    background-position: -23px 0;
                }

            .filters .arrows a.down {
                background-position: 0 -20px;
            }

                .filters .arrows a.down:hover {
                    background-position: -23px -20px;
                }

    .filters .filter.search .text {
        line-height: 3em;
    }

    .filters .filter.search .input-container {
        padding: 0.5rem 0rem .5rem 1rem;
    }

        .filters .filter.search .input-container input[type='text'] {
            border: none;
            line-height: 2.5em;
            width: 100%;
            background: #e1e1e1;
            padding-left: 1.0rem;
            height: 50px;
        }

        .filters .filter.search .input-container input[type='image'] {
            position: absolute;
            top: 1.0em;
            right: 1.0rem;
            background: url(/images/arrow_right_grey.png) no-repeat;
            background-size: 17px;
            text-indent: -9999px;
            width: 20px;
        }


/*#endregion*/

/*#region Landing Page */

.landing {
    font-size: 1.6rem;
    font-weight: 400;
}

    .landing .link {
        color: #333;
    }

    .landing .content-primary {
        background: #ebebeb;
        font-size: 1.85rem;
        padding-bottom: 2.0rem;
        padding-top: 2.0rem;
    }

        .landing .content-primary .container .content {
            padding-right: 4rem;
        }

    .landing .body img {
        max-width: 100%;
        height: auto;
    }

    .landing .content-primary h1 {
        margin-bottom: 0;
        font-size: 3rem;
        text-transform: uppercase;
    }

    .landing .content-primary h3 {
        font-size: 1.1em;
        text-transform: none;
        font-weight: 600;
    }

    .landing .content-primary .gallery-wrapper {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

.gallery-container {
    font-size: 0;
}

    .gallery-container [class^='gallery-item'] {
        padding: 0;
        overflow: hidden;
        margin: 0;
        display: none;
        cursor: -webkit-zoom-in;
        cursor: -moz-zoom-in;
        cursor: zoom-in;
    }

        .gallery-container [class^='gallery-item']:hover {
            opacity: 0.6;
        }

    .gallery-container [class^='gallery-item'] {
        max-width: 33.33333333%;
        float: left;
    }

        .gallery-container [class^='gallery-item']:nth-of-type(1) {
            display: block;
            max-width: 100%;
            float: none;
        }

        .gallery-container [class^='gallery-item']:nth-of-type(2),
        .gallery-container [class^='gallery-item']:nth-of-type(3),
        .gallery-container [class^='gallery-item']:nth-of-type(4) {
            display: inline-block;
            float: none;
        }

        .gallery-container [class^='gallery-item'] img {
            margin: 0;
            padding: 0;
            width: 100%;
            height: auto;
        }

.landing .content-secondary {
    position: relative;
    color: #fff;
    overflow: hidden;
}

    .landing .content-secondary:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1;
    }

    .landing .content-secondary .container {
        padding-top: 4.0rem;
        padding-bottom: 5.0rem;
        position: relative;
        z-index: 2;
    }

    .landing .content-secondary img {
        position: absolute;
        height: 100%;
        left: 0;
    }

    .landing .content-secondary,
    .landing .content-secondary h2,
    .landing .content-secondary a {
        color: #fff;
    }

        .landing .content-secondary h2 {
            font-size: 3rem;
            font-weight: 100;
            margin-top: 0;
        }

        .landing .content-secondary .body a {
            border-bottom: 1px solid #fff;
        }

.landing .banner {
    text-align: center;
    background-color: #cc0000;
    color: #fff;
    padding-bottom: 4rem;
    padding-top: 1rem;
}

    .landing .banner h3 {
        color: #fff;
        font-size: 3.0rem;
        font-weight: 300;
    }

    .landing .banner .body {
        font-weight: 100;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

.content-wrapper .landing .banner .body .link,
.content-wrapper .landing .banner .body .link:hover {
    color: #fff;
    border-bottom-color: #fff;
    padding-bottom: 0;
}



.landing .banner,
.landing .banner h3,
.landing .banner a {
    color: #fff;
}

    .landing .banner .link.arrow-right,
    .landing .banner .link.arrow-right:before,
    .landing .banner .link.arrow-right:after {
        border-color: #fff;
    }

    .landing .banner .link:before {
        right: -25px;
    }

    .landing .banner .link:after {
        right: -24px;
    }

    .landing .banner .link {
        margin-left: -15px;
    }

        .landing .banner .link.arrow-right:hover {
            color: inherit;
        }

/*#endregion*/

/*#region News + Events Page */
.news-events-page h1 {
    margin-bottom: 3rem;
}

.news-events-page .news-featured-container {
}

    .news-events-page .news-featured-container .image {
        margin-bottom: 2.0rem;
    }

        .news-events-page .news-featured-container .image img {
            width: 100%;
            height: auto !important;
        }

    .news-events-page .news-featured-container .date {
        font-weight: 700;
        font-size: 1.1em;
    }

    .news-events-page .news-featured-container .title {
        font-size: 1.2em;
        font-weight: 300;
    }

    .news-events-page .news-featured-container .summary {
        font-size: 1.06em;
        font-weight: 300;
    }

    .news-events-page .news-featured-container .link {
        font-weight: 700;
        font-size: 1.1em;
        color: #333333;
    }

.news-events-page .news-all-container {
    margin-top: 2rem;
    padding: 2rem 1rem;
    background: #333333;
    background: -moz-radial-gradient(center, ellipse cover, #333333 59%, #1f1f1f 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #333333 59%, #1f1f1f 100%);
    background: radial-gradient(ellipse at center, #333333 59%, #1f1f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1f1f1f',GradientType=1 );
}

    .news-events-page .news-all-container div[class^='col'] {
        padding: 0;
    }

    .news-events-page .news-all-container .news-all[data-visible="False"] {
        display: none;
    }

    .news-events-page .news-all-container .news-all .image {
        margin: 2px;
        margin-bottom: 0px;
        position: relative;
    }

        .news-events-page .news-all-container .news-all .image img {
            width: 100%;
            height: auto !important;
        }

.news-events-page .image .overlay,
.news-events-container .news .image .overlay {
    display: none;
}

.news-events-page .news-featured-container .image.event .overlay,
.news-events-page .news-all-container .news-all.event .image .overlay,
.news-events-container .news.event .image .overlay {
    display: block;
    background-color: rgba(0,0,0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .news-events-page .news-featured-container .image.event .overlay .inset,
    .news-events-page .news-all-container .news-all.event .image .overlay .inset,
    .news-events-container .news.event .image .overlay .inset {
        border: 1px solid white;
        position: absolute;
        left: 1rem;
        top: 1rem;
        bottom: 1rem;
        right: 1rem;
    }


        .news-events-page .news-featured-container .image.event .overlay .inset .date,
        .news-events-page .news-all-container .news-all.event .image .overlay .inset .date,
        .news-events-container .news.event .image .overlay .inset .date {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            text-align: center;
            font-size: 2.5em;
            line-height: 30px;
        }

.news-events-page .news-all-container .news-all .content {
    margin: 2px;
    margin-top: 0px;
    background: #000;
    padding: 1.0rem 1.0rem 0.5rem;
    height: 140px;
}

    .news-events-page .news-all-container .news-all .content .date {
        color: #fff;
        font-weight: 600;
        height: 20px;
    }

    .news-events-page .news-all-container .news-all .content .title {
        color: #fff;
        height: 60px;
        overflow: hidden;
        font-weight: 300;
    }

    .news-events-page .news-all-container .news-all .content .link,
    .news-events-container .news .content .link {
        font-weight: 600;
        color: #999999;
    }

/*#endregion*/

/*#region Grid Listing*/
.grid-listing-page h1 {
    margin-top: 25px;
}

.grid-listing-page h2 {
    font-weight: 300;
}

.grid-listing-page p {
    font-size: 1.2em;
    font-weight: 300;
}

.grid-listing-container {
    padding-top: 1.0rem;
    padding-left: 10px;
    padding-right: 10px;
}

    .grid-listing-container .grid-listing {
        padding: 0 4px 10px;
        position: relative;
    }

        .grid-listing-container .grid-listing[data-visible="False"] {
            display: none;
        }

        .grid-listing-container .grid-listing img {
            width: 100%;
            height: auto;
        }

        .grid-listing-container .grid-listing .details {
            display: none;
            position: absolute;
            left: 4px;
            top: 0;
            right: 4px;
            bottom: 10px;
            text-align: center;
            color: #fff;
            padding: 10px;
        }

            .grid-listing-container .grid-listing .details:before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: rgba(0, 0, 0, 0.8);
                z-index: 3;
            }

        .grid-listing-container .grid-listing:hover .details {
            display: block;
        }

        .grid-listing-container .grid-listing .details .sub-heading,
        .grid-listing-container .grid-listing .details .name,
        .grid-listing-container .grid-listing .details .view-details {
            z-index: 4;
            position: relative;
        }

        .grid-listing-container .grid-listing .details .sub-heading {
            /*margin-top: 50px;*/
            font-size: 1.2em;
        }

        .grid-listing-container .grid-listing .details .name {
            height: 115px;
            font-size: 2em;
            font-weight: 100;
            line-height: 38px;
            word-wrap: break-word;
            max-height: 200px;
            overflow: hidden;
        }

        .grid-listing-container .grid-listing .details .view-details {
            font-style: italic;
        }

.bio-listing-page h1 {
    margin-top: 25px;
}

.bio-listing-page h2 {
    font-weight: 300;
}

.bio-listing-page p {
    font-size: 1.6rem;
    font-weight: 300;
}

.bio-listing-page .grid-listing-container .grid-listing .details .details-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    z-index: 10;
}

.bio-listing-page .grid-listing-container .grid-listing .details .sub-heading {
    font-size: 2em;
    line-height: 25px;
    word-break: break-word;
}

.bio-listing-page .grid-listing-container .grid-listing .details .name {
    height: 100px;
    font-size: 1.2em;
    line-height: 25px;
}

.interior-page .sidebar-grid-listing {
    padding: 0;
    padding-bottom: 1.0rem;
}

    .interior-page .sidebar-grid-listing .grid-listing-container {
        padding: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

        .interior-page .sidebar-grid-listing .grid-listing-container .grid-listing {
            padding: 10px;
        }

            .interior-page .sidebar-grid-listing .grid-listing-container .grid-listing .details {
                left: 10px;
                right: 10px;
                top: 10px;
            }

/*#endregion*/

/*#region Featured Detail*/

.featured-detail h1 {
    font-weight: 400;
}

.featured-detail h2 {
    font-weight: 300;
}

.featured-detail .title {
    font-weight: 600;
}

.featured-detail .bio-information span:not(:last-child)::after {
    content: "|";
}

.featured-detail .bio-information {
    padding-bottom: 1.0rem;
}

.featured-detail .studio-information {
    padding-bottom: 1.0rem;
}

    .featured-detail .studio-information span:nth-child(1),
    .featured-detail .studio-information span:nth-child(2) {
        font-weight: 600;
    }

.featured-detail .body {
    color: #fff;
    padding-top: 100px;
    background: #252525;
    padding-bottom: 0;
}

    .featured-detail .body .image {
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-top: -100px;
        z-index: 1;
    }

        .featured-detail .body .image img {
            width: 100%;
            height: auto;
        }

    .featured-detail .body .content {
        color: #fff;
        padding-bottom: 3.0rem;
    }

.featured-detail .body-secondary {
    color: #000;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.6rem;
}

.featured-detail .body-grid {
    color: #000;
}

.grid-listing-container .grid-listing-details-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .grid-listing-container .grid-listing-details-container.active {
        display: block;
        z-index: 100;
    }

    .grid-listing-container .grid-listing-details-container .grid-listing-details {
        background: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 2rem;
        max-width: 275px;
        text-align: center;
        width: 100%;
    }

        .grid-listing-container .grid-listing-details-container .grid-listing-details .x {
            position: absolute;
            right: 0;
            top: -50px;
            border: 1px solid;
            border-radius: 50%;
            color: white;
            cursor: pointer;
            font-size: 3em;
            font-weight: 100;
            height: 35px;
            line-height: 25px;
            text-align: center;
            width: 35px;
        }

.grid-listing-details .name {
    font-size: 2.0em;
}

.grid-listing-details .modal-information,
.grid-listing-details .modal-secondary-information {
    font-weight: 600;
}

.grid-listing-details .modal-summary {
    padding: 2.0rem 0;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1;
}

/*#endregion*/

/*#region Alumn Success Page*/
.alumn-success h1 {
    text-transform: uppercase;
}

.alumn-success .heading {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.alumn-success .body {
    font-size: 1.1em;
    padding-bottom: 3rem;
    color: #333333;
}

.alumn-success .link {
    /*padding-top: 2.5rem;*/
    padding-bottom: 2.5rem;
}
/*#endregion*/

/*#region Search*/

.search_box,
.search-form {
    margin: 15px 0;
    position: relative;
}

    .search_box input[type=search],
    .search-form input[type=text] {
        background: transparent;
        font-size: 1.5rem;
        width: 100%;
        border: 1px solid #fff;
        color: #fff;
        padding: 1.0rem;
        padding-right: 5rem;
    }

        .search_box input[type=search]::-webkit-input-placeholder {
            color: #fff;
        }

        .search_box input[type=search]::-moz-placeholder {
            color: #fff;
        }

        .search_box input[type=search]::-ms-input-placeholder {
            color: #fff;
        }

    .search_box input[type=submit] {
        text-indent: -9999px;
        background: url(/images/footer_search.png) no-repeat 0% / 20px;
        border: 0;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 20px;
    }

.mobile-nav .search_box input[type=submit] {
    top: 8px;
}


#search-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.9);
    z-index: 10;
}

    #search-modal.active {
        display: block;
    }

    #search-modal .search-modal-wrapper {
        position: relative;
        top: 50%;
        width: 550px;
        margin: auto;
    }

    #search-modal #search-modal-contents {
        position: relative;
        width: 500px;
    }

    #search-modal .search-image {
        top: 0;
        padding: .7rem 1rem;
        position: absolute;
        width: 50px;
    }

    #search-modal .search-textbox {
        height: 40px;
        width: 500px;
        border: 0;
        padding-left: 5rem;
    }

    #search-modal .search-button {
        background-color: #c00;
        border: 0;
        color: #fff;
        font-size: 1.75rem;
        position: absolute;
        right: 0;
        height: 40px;
        padding: 0 2.5rem;
        top: 0;
    }

    #search-modal #close-search-modal {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 275px;
        border: 1px solid;
        border-radius: 50%;
        color: white;
        cursor: pointer;
        font-size: 3em;
        font-weight: 100;
        height: 38px;
        line-height: 30px;
        text-align: center;
        width: 38px;
    }

.content-wrapper .search-result {
    border-top: 1px solid #ccc;
    padding-bottom: 1rem;
}

    .content-wrapper .search-result h4 {
        font-size: 2.25rem;
        font-weight: 600;
        margin-bottom: 0;
    }

    .content-wrapper .search-result a {
        color: #000;
        font-size: 2rem;
    }

    .content-wrapper .search-result .url {
        color: #008000;
    }

/*#endregion*/

/*#region Footer */

footer {
    background: #111;
    padding: 20px 0;
}

    footer .information {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        color: #fff;
    }

        footer .information .title {
            font-weight: 600;
        }

        footer .information .address {
            font-weight: 100;
            font-size: 14px;
        }

            footer .information .title span:not(:last-child):after,
            footer .information .address span:not(:last-child):after {
                content: "|";
                padding-left: 0.5rem;
            }

            footer .information .title span:not(:first-child),
            footer .information .address span:not(:first-child) {
                padding-left: 0.5rem;
            }

    footer nav li,
    footer nav li a {
        color: #ddd;
        font-weight: 100;
    }

        footer nav li a:hover {
            color: #cc0000;
        }

    footer img {
        margin: 20px 0;
    }

    footer .logo {
        margin: auto;
    }

    footer .search_col {
        padding: 0;
    }

    /*footer .search_col .search_box {
            border: #fff 1px solid;
            margin: 15px 0;
            padding: 8px;
        }

            footer .search_col .search_box input[type=search] {
                background: transparent;
                font-size: 15px;
                font-weight: 500;
                line-height: 25px;
                text-transform: uppercase;
                border: none;
                width: 80%;
                padding-left: 5px;
            }*/

    footer .social ul {
        margin: 15px 0;
        padding: 0;
        text-align: center;
    }

    footer .social li {
        margin: 0 1px;
        padding: 0;
        display: inline-block;
    }

    footer .social img {
        /*max-width: 30px;
        height: auto;
        width: 30px;*/
        height: 27px;
        width: auto;
    }

    footer nav ul {
        list-style: none;
        padding: 0;
        text-align: center;
    }

        footer nav ul li {
            display: inline-block;
        }

            footer nav ul li:not(:first-child) {
                padding-left: 0.5rem;
            }

            footer nav ul li:not(:last-child):after {
                content: "|";
                padding-left: 0.5rem;
            }

/*#endregion*/


/*#region Testimonials*/
.interior-page .container .modal-dialog {
    -webkit-transform: translate(0, 60%);
    -ms-transform: translate(0, 60%);
    -o-transform: translate(0, 60%);
    transform: translate(0, 60%);
    width: 70%;
}

.interior-page .modal-dialog .modal-content {
    border-radius: 0;
    height: 400px;
    position: relative;
    border: none;
}

.interior-page .modal-dialog .modal-content {
    position: initial;
}

    .interior-page .modal-dialog .modal-content .modal-body {
        position: inherit;
        height: 100%;
        padding: 0;
        background-color: #ebebeb;
    }

.modal-body .student-wrapper {
    padding: 10px;
    width: 100%;
    box-shadow: 0px 0px 10px #888888;
    background-color: #ebebeb;
}

.modal-body .testimonial-body {
    overflow-y: auto;
    height: 80%;
    padding: 1.5rem;
}

.modal-content .student-wrapper .link {
    padding-bottom: 5px;
}

#carousel-testimonials {
    width: 90%;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
}

    #carousel-testimonials .carousel-control,
    #carousel-testimonials-modal .carousel-control {
        text-shadow: none;
        background-image: none;
        top: 40%;
    }

        #carousel-testimonials .carousel-control.left,
        #carousel-testimonials-modal .carousel-control.left {
            left: -26px;
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

        #carousel-testimonials-modal .carousel-control.left {
            left: -80px;
        }

        #carousel-testimonials .carousel-control.right,
        #carousel-testimonials-modal .carousel-control.right {
            right: -26px;
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        #carousel-testimonials-modal .carousel-control.right {
            right: -80px;
        }

        #carousel-testimonials .carousel-control span,
        #carousel-testimonials-modal .carousel-control span {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #c00;
        }

        #carousel-testimonials-modal .carousel-control span {
            border-left: 30px solid transparent;
            border-right: 30px solid transparent;
            border-bottom: 30px solid #c00;
        }

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }


.testimonial-grid .testimonial-column {
    display: inline-table;
    width: 32%;
    height: 800px;
}

    .testimonial-grid .testimonial-column:nth-of-type(2n+1) {
        margin-bottom: 1.0rem;
    }

    .testimonial-grid .testimonial-column[data-visible="False"] {
        display: none;
    }

.testimonial-column .testimonial-item,
#carousel-testimonials .testimonial-item {
    margin: 0 5px;
    color: #fff;
    /*position: relative;*/ /* having pos rel is causing carousel slides to stack on switch*/
    overflow: hidden;
}

#carousel-testimonials .testimonial-item {
    height: auto !important;
}

.testimonial-grid .grid-sizer {
    width: 33%;
}

.testimonial-grid.isotope .testimonial-item {
    width: 32%;
}

.testimonial-grid .testimonial-item {
    float: left;
    margin-bottom: 1rem;
}

.testimonial-grid .testimonial-column .testimonial-item {
    position: relative;
}

.testimonial-grid .testimonial-item:not(.with-image) {
    cursor: pointer;
}

.testimonial-grid .testimonial-item:hover {
    opacity: 0.9;
}

.testimonial-grid .testimonial-item img {
    width: 100%;
}

#carousel-testimonials .testimonial-item .testimonial-body {
    overflow-y: auto;
    height: 300px;
}

#carousel-testimonials .testimonial-item .testimonial-image {
    width: 100%;
}

#carousel-testimonials-modal .testimonial-image {
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.testimonial-column .first {
    margin-bottom: 10px;
}

.testimonial-column .second {
    margin-top: 10px;
    margin-bottom: 10px;
}

.testimonial-column .third {
    margin-top: 10px;
}

.testimonial-item .testimonial-body {
    padding-top: 15px;
    font-size: 1.6rem;
}

.testimonial-item .student-wrapper {
    /*padding-top: 7.5px;*/
    padding-bottom: 15px;
    line-height: 18px;
    height: 60px;
    overflow: hidden;
}

.testimonial-item .testimonial-body,
.testimonial-item .student-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.testimonial-column .testimonial-item .student-wrapper,
#carousel-testimonials .testimonial-item .student-wrapper {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    background-color: inherit;
}

#carousel-testimonials .testimonial-item .student-wrapper {
    position: relative;
}

.testimonial-item .student-wrapper .author,
#carousel-testimonials-modal .student-wrapper .author {
    font-weight: 600;
}

    .testimonial-item .student-wrapper .author:before,
    #carousel-testimonials-modal .student-wrapper .author:before {
        content: "\2015";
        font-size: 25px;
    }

.testimonial-item .student-wrapper .title,
#carousel-testimonials-modal .student-wrapper .title {
    padding-left: 29px;
    font-style: italic;
}

#carousel-testimonials-modal .student-wrapper .link {
    padding-left: 29px;
}

.interior-page .testimonial-grid .testimonial-column {
    width: auto;
    height: auto;
}

    .interior-page .testimonial-grid .testimonial-column .testimonial-item {
        margin: 0 0 1.0rem 0;
    }

/*#endregion*/

@media (min-width:530px) {
    .course_catalog .box {
        width: 45%;
    }
}

.facebook-feed-sidebar {
    padding-top: 1.0rem;
    text-align: center;
}

.fb-page {
    padding-bottom: 2.0rem;
}
