.main-menu li li {
    display: block;
}

@media screen and (max-width: 1200px) {
    .wrapper {
        width: 100%;
    }
    .header {
        background-color: #fff;
    }
    .header-left {
        width: 35%;
    }
    .header-right {
        width: 65%;
    }
    .header-fontsize-switcher a {
        color: #231815;
    }
    .footer-sitemap>.menu-main-menu-container>ul {
        width: 90%;
        margin: auto;
    }
    .footer-bottom {
        width: 90%;
        margin: auto;
    }
    .outer-container {
        display: none;
    }
}


/* MOBILE MENU */

@media screen and (max-width: 960px) {
    .mobile {
        display: block;
    }
    .main {
        padding-top: 88px;
    }
    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 2;
    }
    .top-banner {
        padding-bottom: 0;
        height: 65px;
    }
    .banner-title {
        padding: 1em 2em;
    }
    .banner-title span {
        font-size: 1.8em;
    }
    .header-wrapper {
        height: auto;
        width: 100%;
        padding: 10px 20px;
    }
    .header-top {
        padding: 0;
    }
    .header-top .header-top-rows {
        padding-top: 0;
    }
    .header-top-left {
        float: none;
        width: 100%;
    }
    .header-logo {
        width: 280px; /* auto */
    }
    .header-top-right {
        display: none;
    }
    .header-top-right.mobile {
        display: block;
        float: none;
        padding: 5px 10px 10px 10px;
        text-align: center;
    }
    .main-menu-button {
        position: absolute;
        display: block;
        top: 50%;
        right: 5px;
        z-index: 999;
        transform: translate(-50%, -50%);
    }
    .main-menu {
        display: block;
        position: fixed;
        top: 0;
        right: -300px;
        width: 100%;
        max-width: 300px;
        min-width: 240px;
        height: 100%;
        background-color: #f7f6f6;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        -webkit-transition: right 0.25s ease-in-out;
        transition: right 0.25s ease-in-out;
        z-index: 998;
        scroll-behavior: smooth;
        overflow: hidden;
        overflow-y: scroll;
    }
    .main-menu-top {
        display: block;
    }
    .main-menu {
        padding: 15px 0;
    }
    .main-menu ul#menu-main-menu>li {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .main-menu ul#menu-main-menu>li ul.sub-menu {
        background-color: #e8e8e8;
    }
    .main-menu ul#menu-main-menu>li ul.sub-menu a {
        color: #392f2c;
    }
    .main-menu ul#menu-main-menu>li:hover {
        background-color: #9d1d22;
    }
    .main-menu ul#menu-main-menu>li ul.sub-menu li:hover a {
        color: #fff;
    }
    .main-menu ul#menu-main-menu>li a {
        display: block;
    }
    .main-menu ul#menu-main-menu>li:hover a,
    .main-menu ul#menu-main-menu>li:hover:after {
        color: #fff;
    }
    .main-menu ul#menu-main-menu>li>a {
        width: 100%;
        line-height: 1.2;
        margin: 0;
        padding: 15px 20px;
        border: 0;
    }
    .main-menu ul#menu-main-menu>li>ul>li>a {
        padding: 15px 20px 15px 13px;
    }
    .main-menu ul#menu-main-menu>li:hover>ul {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .main-menu ul#menu-main-menu>li>a {
        border-right: 0;
        padding-left: 15px;
    }
    .main-menu ul#menu-main-menu>li>ul {
        display: none;
        position: initial;
        width: 100%;
        max-height: unset;
        background-color: unset;
    }
    .main-menu ul#menu-main-menu>li.open>ul {
        display: block;
        padding: 0;
        -webkit-animation: fadeIn 0.5s;
        animation: fadeIn 0.5s;
    }
    .main-menu>ul>li {
        display: block;
        padding: 10px 0;
    }
    .language-switcher li {
        border: 0;
    }
    .header-search .search-form {
        width: 100%;
        height: 35px;
        font-size: 1.4em;
    }
    .header-icons {
        margin-top: 15px;
    }
    .main-menu ul ul li a {
        font-size: 1.6em;
        padding: 11px 0;
    }
    .main-menu ul ul li:hover {
        background-color: #9d1d22;
        color: #fff;
    }
    .main-menu ul ul li:hover a {
        color: #fff;
    }
    .main-menu ul>li.menu-item-has-children:after {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 10px;
        text-align: center;
        width: 40px;
        padding: 16px 0;
        content: '▾';
    }
    .main-menu ul li li.menu-item-has-children:after {
        display: none;
    }
    .main-menu ul ul li {
        margin: 0;
    }
    .main-menu ul>li.menu-item-has-children.open:after {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        padding: 20px 0;
    }
    .mb-icon img {
        max-width: 30px;
        margin-right: 3%;
    }
    .main-menu ul#menu-main-menu ul {
        position: relative;
        width: 100%;
        left: 0;
    }
    .main-menu li {
        margin-left: 0;
    }
    .main-menu>ul>li.menu-item-has-children.open:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .main-menu>ul>li.menu-item-has-children ul {
        display: none;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .main-menu>ul>li.menu-item-has-children.open ul {
        display: block;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .main-menu>ul>li.menu-item-has-children:after {
        position: absolute;
        top: 8px;
        right: 25px;
    }
    .main-menu>ul>li.menu-item-has-children:hover:after {
        color: #c81933;
    }
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeOut {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
    @keyframes fadeOut {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
    .main-menu .menu-main-menu-container-button ul li.active>a,
    .main-menu .menu-main-menu-container-button ul li.current-menu-item>a,
    .main-menu .menu-main-menu-container-button ul li.current-page-ancestor>a,
    .main-menu .menu-main-menu-container-button ul li:hover>a {
        border-bottom: 0;
    }
    .main-menu .menu-main-menu-container-button ul li.active>a,
    .main-menu>ul li.active:hover>a,
    .main-menu .menu-main-menu-container-button ul li.current-menu-item>a,
    .main-menu>ul li.current-menu-item:hover>a,
    .main-menu .menu-main-menu-container-button ul li.current-page-ancestor>a,
    .main-menu>ul li.current-page-ancestor:hover>a {
        color: #0a2342;
        background-color: #b6b8b6;
    }
    .main-menu ul#menu-main-menu>li.menu-item-has-children.open>span {
        height: 50px;
        color: #fff;
    }
    .main-menu .menu-main-menu-container-button ul>li.menu-item-has-children.open:before {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    body.menu-open .header-wrapper {
        position: unset;
    }
    body.menu-open .main-menu-mask {
        display: block;
    }
    .main-menu-top {
        display: block;
        width: 260px;
        margin: 55px auto 0;
        z-index: 1000;
    }
    body.menu-open .main-menu {
        right: 0;
        -webkit-transition: right 0.25s ease-in-out;
        transition: right 0.25s ease-in-out;
    }
    .main {
        position: relative;
        z-index: 1;
    }
    .search-form:before {
        background-image: url(images/blue-search-icon@2x.png);
    }
    .main-menu>.menu-top-menu-container>ul>li:last-child>ul {
        right: unset;
    }
    .main-menu-corner {
        padding: 2em 0;
        margin-top: 40px;
    }
    .header-social-icons,
    .header-search,
    .language-switcher,
    .header-fontsize-switcher {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        margin-top: 0;
    }
    .corner-bottom {
        width: 100%;
        margin-bottom: 5%;
        text-align: center;
    }
    .header-social-icons {
        width: 100%;
        margin-bottom: 0;
        text-align: center;
    }
    .header-social-icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .header-social-icon + .header-social-icon {
        margin-left: 0;
    }
    .language-switcher {
        width: 85px;
        margin-left: 0;
    }
    .header-fontsize-switcher {
        width: 50px;
    }
}

@media screen and (max-width: 960px) {
    .desktop,
    .header-right-top {
        display: none;
    }
    .header-left {
        width: 280px;
        padding: 0;
    }
    .home-cols {
        display: block;
    }
    .home-col-1 {
        display: block;
        width: 100%
    }
    .hb-top {
        padding: 3% 5% 1.5% 5%;
    }
    .hb-1 .hb-top,
    .hb-videos .hb-top {
        background-image: url("images/hb-bg-long-2@2x.jpg");
        padding: 1.5% 2.5% 0.75% 2.5%;
    }
    .hb-bottom {
        padding: 3% 5%;
    }
    .hb-contact-entry {
        font-size: 1.7em;
    }
    .hb-top h2,
    .hb-h2 {
        font-size: 1.8em;
    }
    .hb-bottom .hb-text {
        font-size: 1.6em;
    }
    .footer-sitemap>.menu-main-menu-container>ul {
        display: block;
    }
    .footer-sitemap ul>li {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        margin-bottom: 5%;
    }
    .footer-sitemap ul ul li {
        display: block;
        width: 100%;
    }
    .footer-bottom-left {
        width: 65%;
    }
    .footer-bottom-right {
        width: 35%;
    }
    .copyright {
        margin-left: 0;
    }
    .page-id-4536 .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56%;
    }
    .bx-wrapper .bx-prev {
        left: 5px;
    }
    .bx-wrapper .bx-next {
        right: 5px;
    }
    .hb-news-entry {
        padding: 0 30px;
        margin-bottom: 0;
    }
    .hbn-left {
        display: inline-block;
    }
    .hbn-right {
        display: inline-block;
        width: calc(100% - 70px);
    }
    .home-col-1 .home-block.hb-2 {
        display: none;
    }
    .home-col-2 {
        display: block;
        width: 100%;
    }
    .mb-block,
    .mb-block .hb-2 {
        display: block;
    }
    .pe-popup {
        height: 1000px;
    }
    .content td,
    .content th {
        padding: 5px;
    }
}

@media screen and (max-width: 700px) {
    .outer-container {
        display: none;
    }
    .footer-sitemap ul>li {
        width: 49%;
    }
    .content {
        display: block;
    }
    .content-left {
        width: 100%;
        border: 0;
    }
    .content-right {
        width: 100%;
    }
    .submenu li span {
        display: block;
        width: 20px;
        height: 20px;
        float: right;
        margin-top: 2px;
        font-size: 14px;
    }
    .submenu li span.active {
        transform: rotate(180deg);
        margin-bottom: 2px;
        margin-top: 0;
        padding-left: 11px;
    }
    .submenu ul {
        margin-bottom: 0;
    }
    .submenu li {
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
        margin-bottom: 15px;
    }
    .submenu li a {
        margin-right: 15px;
        font-size: 1.6em;
        padding-left: 0;
        border: 0;
    }
    /* .submenu .menu-item-4484,
            
            .submenu .menu-item-4486,
            .submenu .menu-item-4489,
            .submenu .menu-item-4490,
            .submenu .menu-item-5538,
            .submenu .menu-item-4493,
            .submenu .menu-item-4494,*/
    .submenu .menu-item-4485,
    .submenu>ul>li.menu-item-has-children,
    .submenu .menu-item-4491 {
        width: 100%;
    }
    .submenu .sub-menu {
        display: none;
    }
    .submenu .sub-menu li {
        padding-left: 1em;
        margin-right: 2em;
        margin-bottom: 1em;
    }
    .content-left {
        width: 94%!important;
        padding: 0;
        margin: auto;
    }
    .content-left:after {
        display: none;
    }
    .content-right {
        width: 100%!important;
    }
    .content td {
        padding-left: 1em;
        margin-bottom: 5%;
    }
    .content table {
        width: 100%!important;
    }
    .pe-popup {
        width: 90%!important;
        font-size: 0.9em;
    }
    .content-element {
        margin-bottom: 2em;
    }
    .marks-table td:first-child {
        width: 10%;
    }
    .marks-table td:nth-child(2) {
        width: 70%;
    }
    .marks-table td:nth-child(3) {
        width: 20%;
    }
    .content-link span {
        display: inline-block;
        line-height: 1.6;
    }
}

@media screen and (max-width: 530px) {
    .footer-bottom {
        display: block;
    }
    .footer-bottom-left {
        width: 100%;
        margin-bottom: 5%;
    }
    .footer-bottom-right {
        width: 100%;
        max-width: 300px;
    }
    .home-col-2 .home-block {
        width: 100%;
    }
    .hb-3,
    .hb-5 {
        border: 0;
    }
    .event-entry {
        display: block;
    }
    .ee-left {
        width: 100%;
        max-width: 200px;
        margin: 1em auto;
    }
    .ee-right {
        width: 100%;
        width: 90%;
        margin: auto;
        padding-left: 0;
    }
    .media-entry {
        width: 100%;
    }
    .pe-image {
        width: 200px!important;
        margin: auto;
    }
    .pe-title,
    .pe-detail {
        display: block!important;
        width: 200px!important;
        margin: auto;
    }
    .ci {
        float: unset!important;
        width: 80%!important;
        margin: 0 auto 2em!important;
    }
    .ct {
        float: unset!important;
        width: 100%!important;
    }
    .scroll-table {
        overflow-x: auto;
    }
    .ee-row p {
        text-align: left;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 90%;
        height: 35%;
        max-width: 100%;
        max-height: 100%;
    }
}

@media screen and (max-width: 450px) {
    .main {
        padding-top: 76px;
    }
    .top-title {
        font-size: 2em;
    }
    .header-logo {
        width: 230px;
    }
    .footer-sitemap ul>li {
        width: 100%;
    }
    .content table {
        display: block;
        height: auto!important;
    }
    tbody,
    thead {
        display: block;
        width: 100%;
    }
    .content tr {
        height: auto!important;
        width: 100%;
        display: block;
        margin: auto;
        margin-bottom: 2em;
    }
    .content td {
        display: block;
        width: 100%!important;
        height: auto!important;
        padding: 0!important;
    }
    .content .graduate-table td,
    .content .scroll-table td {
        display: table-cell!important;
        width: auto!important;
        padding-right: 1em!important;
    }
    .content .responsive-table td {
        display: table-cell!important;
        width: 33%!important;
        padding-right: 1em!important;
    }
    .content .responsive-table th {
        padding: 5px;
        display: inline-block;
        width: 32%;
    }
    .page-id-4437 .alignleft,
    img.alignleft {
        float: unset;
        margin-right: 0;
    }
    p.table-logo {
        display: inline-block;
        width: 49%;
        text-align: center;
        margin-bottom: 0;
    }
    .parent-pageid-4430 td,
    .parent-pageid-4430 td:first-child p,
    .page-id-4437 p,
    .aligncenter,
    .parent-pageid-4451 td p {
        text-align: center;
    }
    .pep-top {
        display: block!important;
    }
    .pep-photo {
        display: block!important;
        width: 100%!important;
        max-width: 200px;
        margin: 2em auto;
    }
    .pep-text {
        padding-left: 0;
    }
    .pe-table tr {
        display: block;
        width: 100%;
    }
    .pe-author,
    table .pe-title {
        display: block;
        width: 100%!important;
    }
    .marks-table td {
        text-align: left;
    }
    .inpage-menu .page_item.page-item-4445 .children .children li {
        width: 100%;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 30px;
        height: 30px;
    }
}