/*HEADER_TOP*/
.front #intro-wrapper .video-banner{
    position: absolute!important;
    width: 100%;
    height: 100%;
    top: 94px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.content-button-video {
    position: absolute!important;
    bottom: 0;
    right: 0;
}

.content-button-video .button-video {
    background: transparent;
    border: none;
}

.content-button-video .button-video img{
    width: 45px;
    height: 45px;
}

.box-shadow-mega-menu {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    right: 0;
    bottom: 0;
    box-shadow: 0 30px 60px -20px rgba(0,0,0,0.30);
    width: 1000%;
    z-index: -1;
}

#intro-wrapper {
    position: relative!important;
}

.not-front .video-banner{
    display: none!important;
}

.video-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.20);
    content: '';
}

#intro-wrapper .video-banner .video-top {
    display: block;
    border: none;
}

#intro-wrapper #header-wrapper #header-top{
    height: auto;
}

.border-button-gray {
    border: 1px solid #E0E0E0;
    margin: 0 11px;
    margin-left: 0;
    padding-top: 3px!Important;
    padding-bottom: 3px!Important;
}

.front.page-node-3116 #intro-wrapper > div {
    z-index: 0!important;
}

#intro-wrapper #header-wrapper #header-top #header-top-white {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 15px 0px !important;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

#intro-wrapper #header-wrapper #header-top #header-top-white #header-top-container #header-title {
    margin-top: 0;
    position: relative;
    top: 0;
}

#intro-wrapper #header-wrapper #header-top #header-top-white #header-top-container {
    margin: 0!important;
}

#intro-wrapper #header-wrapper #header-top #header-top-white .menu-top-right #menu-header {
    position: relative;
    top: 0;
    align-items: center;
    justify-content: end;
}

#intro-wrapper #header-wrapper #header-top #header-top-white .menu-top-right #menu-header.button-black a {
    background: #1a1919;
    margin: 0 4px;
    padding: 4px 5px!important;
    display: block;
    text-transform: uppercase;
    font-size: 16px!Important;
    font-family: 'Open Sans',sans-serif;
    line-height: 1.5;
    color: #fff!important;
    width: 102px;
    text-align: center;
}

#intro-wrapper #header-wrapper #header-top #header-top-white .menu-top-right #menu-header.button-black a:hover   {
    background: #cc1540;
}

#intro-wrapper #header-wrapper #header-top #header-top-white .menu-top-right #menu-header .mycwu-dropdown:hover ul {
    z-index: 3;
}

#intro-wrapper #header-wrapper #header-top #header-top-white .menu-top-right #menu-header .mycwu-dropdown ul {
    z-index: 3;
}

#intro-wrapper #header-wrapper #header-top #header-top-white .menu-top-right #menu-header a {
    border-right: none!important;
    font-family: 'Open Sans',sans-serif;
    padding: 1px 20px;
}

#intro-wrapper #header-wrapper #header-top #header-top-white .menu-top-right #menu-header .last #module-search-flyout {
    width: 100%;
    padding-right: 0;
    height: 100%;
}

#intro-wrapper #header-wrapper #header-top #header-top-white .menu-top-right #menu-header .last #module-search-flyout #module-search-flyout-slide {
    left: 0;
    top: 0;
    /*margin-right: 10px;*/
    height: 28px;
    border-radius: 0px;
    box-shadow: none;
    margin-right: 5px;
}

#intro-wrapper #header-wrapper #header-top #header-top-white .menu-top-right #menu-header .last #module-search-flyout #module-search-flyout-slide #search-box-form #search-box-input {
    margin-top: 0;
    left: 0;
    width: calc(100% - 2.5em);
    border: none;
    height: 28px;
    padding-left: 12px;
    font-size: 16px;
    color: #1A1919;
    line-height: 20px;
    font-family: 'Open Sans',sans-serif;
}

#intro-wrapper #header-wrapper #header-top #header-top-white .menu-top-right #menu-header .last #module-search-flyout #module-search-flyout-slide #search-box-form #search-box-input::placeholder {
    opacity: 0.3;
}

#intro-wrapper #header-wrapper #header-top #header-top-white .menu-top-right #menu-header .last #module-search-flyout #module-search-flyout-slide #search-box-form #search-box-submit {
    margin-top: 0;
    width: 2.5em;
    right: 0;
    border: none;
    height: 30px;
    background: url(../img/search-new.svg) no-repeat center center;
}

.logo-desktop a {
    position: relative!important;
    top: 0!important;
    padding: 0!important;
}

/*BANNER*/
.logo-desktop img{
    max-width: 100%;
}

.content-banner {
    max-width: 80%!important;
    margin: 10% auto 0 auto!important;
    position: relative!important;
}

.content-banner h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -2px;
    color: #fff;
    max-width: 500px;
    text-align: left;
    margin-bottom: 20px!Important;
    text-transform: none;
}

.content-banner p {
    font-family: 'Open Sans',sans-serif;
    width: 400px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    max-width: 100%;
}

.wrap-button-banner {
    max-width: 80%!important;
    margin: auto!important;
    justify-content: start!important;
    margin-bottom: 45px!important;
    padding-top: 30px!important;
    position: relative!important;
}

.wrap-button-banner a.button {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    text-align: center!important;
    color: #000!important;
    margin: 0 8px 0 0!important;
    padding: 11px 16px;
    background-color: #fff;
    width: auto!important;
    min-width: 78px!important;
    font-weight: normal!important;
    border-radius: 0;
    margin-bottom: 15px!Important;
}

.wrap-button-banner a.button:hover {
    background: #cc1540!important;
    border: 1px solid #cc1540;
    color: #fff!important;
}

/*NEW STYLE MENU*/
#intro-wrapper #header-wrapper #header-top #header-top-white .menu-top-right {
    display: inline-grid;
    margin: 0 8%;
    margin-left: 0;
    min-width: 600px;
}
.menu--mega.grid-x {
    position: relative;
}

.menu--mega .large-2 {
    width: 16.66667%;
}

.menu--mega .parent-menu .wrap-menu-text {
    display: none;
    background: #1a1919;
    color: white;
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 230px;
    padding: 15px;
    padding-top: 40px;
    padding-bottom: 70px;
}
.menu--mega .parent-menu .wrap-menu-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #1a1919;
}
.menu--mega .parent-menu .wrap-menu-text:after {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #1a1919;
}
.menu--mega .parent-menu .wrap-menu-text .text-menu {
    max-width: 370px;
}
.menu--mega .parent-menu .wrap-menu-text .text-menu .text-title-menu {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 5px;
    color: white;
}
.menu--mega .parent-menu .wrap-menu-text .text-menu .text-title-menu img {
    padding-left: 15px;
    width: 22px;
    height: 14px;
    top: -4px;
    position: relative;
}
.menu--mega .parent-menu .wrap-menu-text .text-menu .text-title-menu:hover {
    text-decoration: underline;
}
.menu--mega .parent-menu .wrap-menu-text .text-menu .text-content-menu {
    font-weight: 300;
}
.menu--mega .parent-menu .wrap-menu-text .wrap-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 775px;
}
.menu--mega .parent-menu .wrap-menu-text .wrap-menu .child-menu {
    list-style: none;
    margin-left: 0;
    padding-left: 70px;
    padding-right: 0;
    width: 100%;
}
.menu--mega .parent-menu .wrap-menu-text .wrap-menu .child-menu .menu__item a {
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    border-top: 0;
    border-bottom: 1px solid #ffffff26;
    justify-content: start;
    padding: 12px;
    padding-left: 0;
    text-transform: capitalize;
    font-weight: normal;
    width: 100%;
    max-width: 330px;
}

.menu--mega .parent-menu.active .wrap-menu-text,
.menu--mega .parent-menu:hover .wrap-menu-text {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.menu--mega .parent-menu.active,
.menu--mega .parent-menu:hover .parent {
    background-color: #1a1919;
}
.menu--mega .parent-menu .parent {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 18px 32px;
    color: #fff;
}
.menu--mega .parent-menu .parent:hover {
    background-color: #1a1919;
}

@media (min-width: 768px) {
    #intro-wrapper .video-banner .video-top {
        width: auto;
    }

    .content-banner h1 {
        font-size: 65px;
    }
}

@media (min-width: 1024px) {
    #intro-wrapper #header-wrapper #header-top #header-top-white #header-top-container {
        margin-left: 8%!important;
    }


    .front #intro-wrapper .video-banner{
        top: 173px;
    }

    #intro-wrapper .video-banner .video-top {
        width: 111%;
    }

    .wrap-button-banner {
        margin-bottom: 100px!important;
    }
}

/********************************************************************MOBILE STYLE*********************************************************************************/
.pushNav {
    width: 100%;
    right: -100%;
}

ul.pushNav {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pushNav {
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    overflow: hidden;
    background: #2e2f35;
    transition: ease-in-out 0.5s;
}
.pushNav hr {
    border: 1px solid #555;
}

.pushNav, .pushNav a {
    font-size: 1em;
    font-family: 'Open Sans',sans-serif;
    font-weight: 100;
    color: #fff!important;
    text-decoration: none!important;
}

.pushNavIsOpen {
    overflow: auto;
    height: 100%;
}

.js-topPushNav.isOpen, .pushNav_level.isOpen {
    right: 0;
}

.js-topPushNav.isOpen {
    overflow-y: scroll;
}

.closeLevel, .openLevel {
    cursor: pointer;
}

.openLevel, .closeLevel, .pushNav a {
    display: block;
    padding: 10px 0px;
    transition: color 0.4s ease-in-out;
}
.openLevel:hover, .closeLevel:hover, .pushNav a:hover {
    color: #cc1540;
}

.openLevel.side-1:hover {
    color: #1e1e24;
}

.hdg {
    background-color: transparent;
    border-bottom: none!important;
    margin-bottom: 30px!important;
}

.closeLevel, closelevel > i {
    font-size: 1em;
    color: #fff;
}

.burger i {
    font-size: 1.5em;
    color: black;
}

.screen {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.pushNavIsOpen .screen {
    height: 100%;
    opacity: 1;
}

.fa {
    display: inline;
    padding: 5px;
}

.wrapper-humberger {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 9;
    right: 10px;
    top: 35px;
}

nav .menu--bottom {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
}

nav .menu--bottom .apply {
    width: 200px;
    padding-bottom: 20px;
    margin: 0 auto;
}

nav .menu--bottom .apply a{
    display: block!important;
}

nav ul.top-menus{
    background: #cc1540;
    color: white;
    text-decoration: none;
    list-style: none;
    margin-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

nav .openLevel.js-openLevel {
    width: auto;
    display: flex;
    padding: 10px 0px;
    justify-content: space-between;
}

nav .openLevel.js-openLevel.side-1 {
    padding: 10px 20px;
}

nav .pushNav_level .parent{
    border-bottom: 1px solid #fff2;
    width: 94%;
    margin: 0 auto;
}

nav .pushNav_level li{
    border-bottom: 1px solid #fff2;
    width: 94%;
    margin: 0 auto;
}

nav ul.text-center-link {
    background: white;
    color: black;
    text-decoration: none;
    list-style: none;
    margin-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

nav ul.text-center-link .text-center a{
    color: black!important;
    padding: 8px;
}

nav .js-topPushNav {
    background-color: white;
}

nav .fa-home {
    color: #cc1540;
}

nav .js-closeLevelTop {
    background-color: #fff;
    right: 2%;
    position: relative;
}

nav .js-closeLevelTop:hover {
    background-color: #fff;
}

nav #module-search-flyout {
    padding-top: 0px;
    padding-bottom: 25px;
}

nav #module-search-flyout-slide {
    margin: 0 auto;
    max-width: 95%;
    color: magenta;
    transition: all .5s;
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: none;
    height: 28px;
    position: relative;
}

nav .top-nav-side {
    display: flex;
    justify-content: space-between;
}

nav .top-nav__home {
    width: auto;
}

nav .top-nav__link:hover {
    background: transparent;
}

nav .fa-close {
    font-size: 1.5em;
    color: black;
    top: 16px;
    position: relative;
}

nav .fa-times {
    color: black;
    top: 25px;
    position: relative;
    font-size: 28px;
}

nav .button-black a {
    background: #1a1919;
    margin: 0 10px;
    padding: 5px 20px !important;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5 !important;
    color: #fff !important;
    height: auto !important;
}

.text-center {
    text-align: center;
}

nav .top-nav__home .top-nav__link {
    padding: 1.5rem 1rem!important;
    line-height: 0;

}

nav .top-nav__home .top-nav__link img {
    position: relative;
    max-width: 240px;
}

nav .module-search-flyout-slide {
    color: magenta;
    transition: all .5s;
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    max-width: 20em;
    left: 0;
    top: 0;
    margin-right: 10px;
    border-radius: 0px;
    width: 100%;
    box-shadow: none;
    height: 28px;

}

nav #search-box-form {
    display: flex;
}

nav .search-box-input {
    top: 0!important;
    box-sizing: border-box!important;
//padding: 0 0 0 0.25em!important;
    padding: 0 0 0 13px!important;
    margin: 16px 0 0 0!important;
    border-right: none!important;
    background: transparent!important;
    margin-top: 0!important;
    left: 0!important;
    width: calc(100% - 2.5em)!important;
    border: none!important;
    height: 28px!important;
}

#panel-programs {
    z-index: 0;
}

nav .search-box-submit {
    margin-top: 0!important;
    width: 2.5em!important;
    right: 0!important;
    border: none!important;
    height: 30px!important;
    z-index: 3!important;
    display: block!important;
    padding: 0.5em!important;
    background: url(../img/search-new.svg) no-repeat center center!important;
    color: transparent!important;
    border-radius: 0px!important;
}

nav .menu--bottom.button-black a {
    background: #1a1919;
    margin: 0 10px;
    padding: 5px 20px !important;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5 !important;
    color: #fff !important;
    height: auto !important;
    display: block;
}

nav .menu--bottom.button-black a:hover {
    background: #cc1540;
}

nav .menu--bottom.button-black {
    justify-content: end;
    padding-top: 18px;
}

#header-wrapper .mega-menu-wrap,
#header-wrapper #header-top #header-top-white .menu-top-right #menu-header {
    display: none!important;
}

.logo-desktop {
    line-height: 0;
    padding: 1.5rem 1rem;
}

.logo-desktop img {
    position: relative;
    max-width: 240px;
}

#intro-wrapper #header-wrapper #header-top #header-top-white {
    padding: 0 !important;
}

@media screen and (min-width: 1024px) {
    .logo-desktop {
        padding: 28px 15px;
    }

    .logo-desktop img {
        max-width: 100%;
        width: 310px;
        height: 60px;
    }

    #header-wrapper .mega-menu-wrap {
        display: block!important;
    }

    #header-wrapper #header-top #header-top-white .menu-top-right #menu-header {
        display: flex!important;
    }

    #header-wrapper #header-top #header-top-white .menu-top-right .top-nav{
        display: none;
    }
}

/*************************************REGION BLOCK*************************************/
.background-region-s360 {
    position: relative;
    padding-bottom: 75px!important;
}

.background-region-s360 .region-content{
    padding: 175px 15px;
}

.background-region-s360:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/background-region.png);
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

/*search*/
.programs-box-search-s360 {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
}


.programs-box-search-s360 form .views-exposed-widget.views-widget-filter-field_feed_link_title {
    padding-right: 0;
}

.programs-box-search-s360 form .views-exposed-widget.views-widget-filter-field_feed_link_title label{
    font-family: 'Open Sans',sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -2px;
    color: #fff;
    padding-bottom: 30px;
}

.programs-box-search-s360 div.form-type-textfield {
    max-width: 760px;
    position: relative;
    width: 100%;
    margin: auto;
}

.programs-box-search-s360 input {
    border: 1px solid #ffffff;
    border-radius: 0;
    max-width: 760px;
    height: 71px!important;
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    letter-spacing: -0.4px;
    color: #1a1919;
    padding-left: 30px;
    padding-right: 70px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}

.programs-box-search-s360 input::placeholder {
    opacity: 0.3;
    color: #1A1919;
}

.programs-box-search-s360 .view-content {
    background: white;
    border-radius: 0;
    width: 100%;
    max-width: 760px;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    height: 215px;
    letter-spacing: -0.4px;
    margin: 0 auto;
    padding: 30px 30px 30px 30px;
    text-align: left;
    overflow-y: scroll;
    box-sizing: border-box;
    position: absolute;
    top: 219px;
    z-index: 1;
}

.not-logged-in .programs-box-search-s360 .view-content {
    top: 219px;
}

.programs-box-search-s360 .view-content .field-content a{
    color: #8b868a;
    font-size: 16px;
    line-height: 18px;
    display: block;
    padding-bottom: 8px;
}

.programs-box-search-s360 .view-content .field-content a .highlight {
    color: black;
}

.programs-box-search-s360 .form-type-textfield::before {
    content: " ";
    position: absolute;
    height: 71px;
    width: 70px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    border-radius: 0;
    background: url(../img/icon-search-white.svg) center no-repeat,#cc1540;
    background-size: 25px;
}

@media (min-width: 514px) {
    .not-logged-in .programs-box-search-s360 .view-content {
        top: 164px;
    }

    .programs-box-search-s360 .view-content {
        top: 164px;
    }
}

@media (min-width: 767px) {
    .programs-box-search-s360 form .views-exposed-widget.views-widget-filter-field_feed_link_title label{
        font-size: 50px;
    }

    .not-logged-in .programs-box-search-s360 .view-content {
        top: 177px;
    }

    .programs-box-search-s360 .view-content {
        top: 177px;
    }
}

/*Select*/
#programs-wrapper .programs-select-search-s360 {
    display: none;
}

.ajax-progress-throbber {
    position: absolute;
}

#programs-wrapper .programs-select-search-s360 select {
    background: url(../img/arrow-down-new.png) no-repeat #ffffff;
    background-position: right 8px top 28px;
    background-size: 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    max-width: 75px;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: rgba(26,25,25,0.5);
    border-radius: 0;
    height: 71px;
    padding: 15px;
}


/*dropdown Custom*/
#block-block-51.block {
    max-width: 760px;
    margin: 0 auto;
}

#admin-menu .dropdown {
    top: auto;
}

.dropdown {
    position: relative;
    top: -86px;
    width: 100%;
}

button.dropbtn {
    background: url(../img/arrow-down-new.svg) no-repeat #ffffff;
    background-position: right 8px top 32px;
    background-size: 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: rgba(26,25,25,0.5);
    border-radius: 0;
    height: 69px;
    padding: 15px;
    width: 71px;
    text-align: left;
    cursor: pointer;
    right: 71px;
    position: absolute;
}

.dropdown .dropdown-content {
    opacity: 0;
    height: 0;
    position: absolute;
    top: 71px;
    width: 100%;
    display: none;
}

.dropdown .dropdown-content.show {
    opacity: 1;
    height: 215px;
    overflow-y: scroll;
    background: white;
    max-width: 760px;
    box-sizing: border-box;
    padding: 10px 15px 30px 30px;
    margin: 0 auto;
    text-align: left;
    z-index: 2;
    top: 70px;
    display: block;
}

.dropdown .dropdown-content a {
    color: #8b868a;
    text-align: left;
    letter-spacing: -0.4px;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 18px;
    display: block;
    padding-bottom: 8px;
}

.dropdown-content::-webkit-scrollbar,
.view-content::-webkit-scrollbar {
    width: 15px
}

.dropdown-content::-webkit-scrollbar-track,
.view-content::-webkit-scrollbar-track {
    background: transparent;
}

.dropdown-content::-webkit-scrollbar-thumb,
.view-content::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border-radius: 10px;
    border: 3px solid white;
}

/*public-affairs-PAGE*/
#middle-wrapper #middle,
#middle-wrapper #middle .content {
    z-index: 0;
}

.mycwu-dropdown ul {
    padding-top: 0;
    transition-delay: unset;
    transition: all 0.5s linear;
    top: 40px;
}

.mycwu-dropdown:hover ul {
    transition: all 0.5s linear;
    transition-delay: unset;
}


@media only screen and (max-width: 768px) {
    #header-bot {
        display: block!important;
    }
}

.pushNav::-webkit-scrollbar {
    width: 3px;
}

.pushNav::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.programs-box-search-s360 .view-content .views-field-field-feed-link-nid .field-content,
#header-bot {
    display: none;
}