@charset "UTF-8";
@media screen and (max-width: 1400px) {
    .header-heading span {
        display: block;
    }
    .slide-wrapper {
        width: 90%;
    }
    .research-slider-container h3 {
        font-size: 3em;
    }
    .hr-right {
        padding: 5em 0;
    }
    .home-section-3 h2 {
        font-size: 4em;
    }
    .header-heading {
        font-size: 2.4em;
    }
}


/* 1400px */

@media screen and (max-width: 1200px) {
    .custom-table td span:last-child,
    .custom-table td span:first-child {
        width: 100%;
    }
}


/* MOBILE MENU */

@media screen and (max-width: 1024px) {
    .main-menu-mask,
    .main-menu-button,
    .main-menu-top,
    .mobile {
        display: inherit;
    }
    .language-switcher-desktop,
    .header-search-desktop {
        display: none;
    }
    body {}
    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        z-index: 2;
    }
    .header-wrapper {
        padding: 2.2em 0;
    }
    .header-top {
        padding: 0;
        align-items: center;
    }
    .header-top .header-top-rows {
        padding-top: 0;
    }
    .header-logo {
        width: auto;
    }
    .header-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 5em;
    }
    .header-bottom {
        position: absolute;
        right: 5%;
        top: 27px;
        background-color: transparent;
    }
    .header-bottom .header-wrapper {
        padding-top: 0;
    }
    .main-menu-button {
        position: relative;
        display: block;
        z-index: 1000;
    }
    .main-menu-container {
        display: block;
        position: fixed;
        top: 0;
        right: -300px;
        width: 100%;
        max-width: 300px;
        min-width: 240px;
        height: 100%;
        margin-top: 0;
        margin-right: 0;
        background-color: #f3f3f3;
        -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: 99;
    }
    .main-menu {
        padding: 15px 0;
        padding: 0 5%;
    }
    .main-menu ul#menu-main-menu>li {
        text-align: left;
    }
    .main-menu ul#menu-main-menu>li {
        width: 100%;
        margin: 0;
        padding: 3%;
    }
    .main-menu ul#menu-main-menu>li>ul>li>a {
        padding: 10px 20px 10px 40px;
    }
    .main-menu ul#menu-main-menu>li:hover>ul {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .main-menu ul#menu-main-menu>li>ul,
    .main-menu ul#menu-main-menu>li>ul>li>ul {
        display: none;
        position: initial;
        width: 100%;
        max-height: unset;
    }
    .main-menu ul#menu-main-menu>li>ul>li.open>ul {
        display: block;
    }
    .main-menu ul#menu-main-menu>li>ul>li {
        position: relative;
    }
    .main-menu ul#menu-main-menu>li:hover,
    .main-menu ul#menu-main-menu>li.current-menu-item {
        border-bottom: 0;
    }
    .main-menu ul#menu-main-menu>li.open>ul {
        display: block;
        -webkit-animation: fadeIn 0.5s;
        animation: fadeIn 0.5s;
    }
    .main-menu ul#menu-main-menu>li {
        display: block;
        padding: 0;
    }
    .main-menu ul#menu-main-menu a {
        position: relative;
        width: calc(100% - 40px);
        margin: 0;
        padding: 15px;
        z-index: 99;
    }
    .separate {
        display: none;
    }
    .main-menu ul#menu-main-menu>li:hover,
    .main-menu ul#menu-main-menu>li.current-menu-item,
    .main-menu ul#menu-main-menu>li.current-menu-ancestor {
        background-color: #e9e9e9;
    }
    .main-menu ul>li>ul {
        position: relative;
        width: 100%;
        left: 0;
        box-shadow: none;
        border: 0;
        border-radius: 0;
    }
    .main-menu ul>li>ul:before {
        display: none;
    }
    .main-menu ul#menu-main-menu>li>ul>li>a {
        padding: 9px 15px;
    }
    /* .main-menu li.menu-item-has-children:before,*/
    .main-menu li.menu-item-has-children>.drop-down {
        position: absolute;
        display: block;
        top: 12px;
        right: 6px;
        width: 40px;
        height: auto;
        color: #444a50;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .main-menu ul>li>ul>li.menu-item-has-children>.drop-down {
        top: 5px;
    }
    .main-menu li.menu-item-has-children.open>.drop-down {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .main-menu .menu>li>ul.sub-menu {
        background-color: #fff;
    }
    .main-menu li.menu-item-has-children ul,
    .main-menu li.menu-item-has-children>ul,
    .main-menu ul ul li:hover>ul {
        display: none;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .main-menu li.menu-item-has-children.open>ul,
    .main-menu li>ul>li.menu-item-has-children.open {
        display: block;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .main-menu li.menu-item-has-children:after {
        position: absolute;
        top: 8px;
        right: 25px;
    }
    .language-switcher-desktop,
    .header-search-desktop {
        display: none;
    }
    .language-switcher {
        text-align: left;
        margin-bottom: 20px;
    }
    .search-form {
        width: 100%;
        background-color: #fff;
    }
    @-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 ul li.active>a,
    .main-menu ul li.current-menu-item>a,
    .main-menu ul li.current-page-ancestor>a,
    .main-menu ul li:hover>a {
        border-bottom: 0;
    }
    body.menu-open .header-wrapper {
        position: unset;
    }
    body.menu-open .main-menu-mask {
        display: block;
    }
    .main-menu-top {
        position: relative;
        display: block;
        width: 80%;
        padding: 25px 0;
        margin: 0 auto;
    }
    body.menu-open .main-menu-container {
        right: 0;
        overflow-y: scroll;
        -webkit-transition: right 0.25s ease-in-out;
        transition: right 0.25s ease-in-out;
        overflow: scroll;
    }
    .main {
        position: relative;
        z-index: 1;
        padding-top: 90px;
    }
    .language-switcher li {
        padding: 0.5em 0.8em;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 45%;
    }
    .primary-btn {
        width: 100%;
        max-width: 300px;
    }
    .slide-caption h2 {
        font-size: 4.5em;
    }
    .home-slider-container .bx-wrapper .bx-controls-direction a,
    .inpage-slider-container .bx-wrapper .bx-controls-direction a {
        width: 40px;
        height: 40px;
        background-size: 15px;
    }
    .home-slider-container .bx-wrapper .bx-pager.bx-default-pager a,
    .inpage-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
        width: 13px;
        height: 13px;
    }
    .hn-content h3 {
        font-size: 2.4em;
        margin-bottom: 14px;
    }
    .research-slide .flex {
        display: block;
    }
    .hr-left,
    .hr-right {
        width: 100%;
    }
    .research-slider-container .bx-wrapper .bx-pager,
    .research-slider-container .bx-controls-direction {
        width: 100%;
    }
    .research-slider-container .bx-wrapper .bx-pager.bx-default-pager {
        position: relative;
    }
    .research-slider-container .bx-wrapper .bx-pager.bx-default-pager:before {
        padding-bottom: 80px;
    }
    .research-slider-container .bx-wrapper .bx-pager.bx-default-pager {
        bottom: 10px;
    }
    .rb-content {
        padding-right: 0;
    }
    .member-top,
    .filter-top {
        align-items: center;
    }
    .browse-block {
        width: calc(100% - 425px);
    }
    .select {
        width: 200px;
        height: 38px;
    }
    .select-styled {
        padding: 8px 12px;
        padding-right: 35px;
    }
    .member-blocks {
        width: 100%;
    }
    .breadcrumbs {
        padding: 5em 0 7em;
    }
    .header-logo img {
        height: 60px;
    }
    .main {
        padding-top: 94px;
    }
}


/* 1024px */

@media screen and (max-width: 768px) {
    .research-banner .flex {
        flex-direction: column;
    }
    .col-1-2 {
        flex-direction: column;
    }
    .rb-content,
    .col-1-2>div {
        width: 100%;
    }
    .col-1-2 .image-col {
        position: relative;
        order: 1;
    }
    .col-1-2 .text-col {
        position: relative;
        margin-top: 5%;
        order: 2;
    }
    .member-col,
    .activity-col {
        flex: 1 0 46%;
        max-width: 46%;
        margin: 2%;
    }
    .member-blocks {
        max-width: 480px;
    }
    .custom-table th,
    .custom-table td {
        font-size: 1.8em;
    }
    .header-heading {
        font-size: 2.2em;
    }
}


/* 768px */

@media screen and (max-width: 680px) {
    .header-heading {
        display: none;
    }
    .home-slider-container .bx-wrapper .bx-controls-direction a,
    .inpage-slider-container .bx-wrapper .bx-controls-direction a {
        width: 32px;
        height: 32px;
        background-size: 12px;
    }
    .home-slider-container .bx-wrapper .bx-pager.bx-default-pager,
    .inpage-slider-container .bx-wrapper .bx-pager.bx-default-pager {
        bottom: 15px;
    }
    .home-slider-container .bx-wrapper .bx-controls-direction a.bx-prev,
    .inpage-slider-container .bx-wrapper .bx-controls-direction a.bx-prev {
        border-radius: 0 10px 10px 0;
    }
    .home-slider-container .bx-wrapper .bx-controls-direction a.bx-next,
    .inpage-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
        border-radius: 10px 0 0 10px;
    }
    .slide-caption {
        width: 100%;
    }
    .slide-caption h2,
    .sec-subheading {
        font-size: 3em;
    }
    .slide-caption a {
        font-size: 1.6em;
    }
    .slide-wrapper {
        width: 80%;
    }
    .home-heading,
    .sec-heading {
        font-size: 4em;
    }
    .home-heading:before {
        margin-right: 8px;
        width: 21px;
        height: 21px;
    }
    .text-block p {
        font-size: 2.4em;
    }
    .pr-2 p {
        font-size: 1em;
    }
    .hpb-cols {
        display: block;
    }
    .hn-blocks .grid-1-3>.grid-col,
    .grid-1-2>.grid-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ha-blocks.flex,
    .footer-wrapper.flex {
        display: block;
    }
    .hab-left,
    .hab-right {
        width: 100%;
        margin-bottom: 5%;
    }
    .hn-content {
        padding: 3em 2em;
    }
    .rb-content h3 {
        font-size: 3.3em;
    }
    .hpb-col .flex {
        justify-content: space-between;
    }
    .hpb-col p {
        width: 75%;
    }
    .contact-col,
    .footer-menu-container {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-menu-container>ul>li {
        width: 49%;
    }
    .footer-menu-container>ul>li:nth-child(2n+1) {
        margin-right: 2%;
    }
    .footer-bottom {
        margin-top: 0;
    }
    .copyright {
        width: 100%;
        margin-bottom: 3%;
    }
    .bottom-menu {
        width: 100%;
        text-align: left;
    }
    .bottom-menu a:first-child {
        padding-left: 0;
    }
    .sec-padding {
        padding: 4.8em 0;
    }
    .member-blocks {
        width: 100%;
    }
    .members-top,
    .filter-top {
        flex-direction: column;
    }
    .browse-block {
        width: 100%;
        margin-bottom: 5%;
    }
    .members-top .select-filter label {
        margin-left: 0;
    }
    .member-block h3 {
        font-size: 2.4em;
    }
    .member-title {
        font-size: 1.9em;
    }
    .top-filter {
        width: 100%;
    }
    .select-filter:first-child label {
        margin-left: 0;
    }
    .select-filter {
        width: 48%;
    }
    .members-top .select-filter {
        width: 100%;
    }
    .select-filter label {
        width: 100%;
    }
    .select {
        width: 100%;
        height: 38px;
    }
    .select-styled {
        padding: 8px 12px;
        padding-right: 35px;
    }
    ul.select-options {
        margin-top: 36px;
    }
    .page-numbers,
    .pagination-number {
        width: 34px;
        height: 34px;
        padding: 7px 8px;
    }
    .pagination-number {
        width: 34px;
        height: 34px;
        background-size: 6.4px;
        margin: 0 3px;
    }
    .pagination-first {
        margin: 0;
        padding-left: 0;
    }
    .custom-table thead {
        display: none;
    }
    .custom-table td {
        display: block;
        padding: 0px 10px 5px 10px;
        margin-bottom: 5px;
    }
    .custom-table td:last-child {
        margin-bottom: 0;
    }
    .table-blank {
        display: block;
    }
    .table-heading {
        display: block;
        font-size: 2em;
        font-weight: 700;
        padding: 5px 10px;
    }
    .custom-table tbody tr {
        display: block;
        padding: 5px 0;
    }
    .page-template-page-publications .table-heading:first-child {
        padding-top: 0;
    }
    .custom-table td span:first-child {
        margin-right: 2%;
    }
    .members-heading {
        font-size: 4em;
    }
    .members-heading:before {
        width: 26px;
        height: 22px;
    }
    .page-template-page-publications #filter-form {
        display: block;
        width: 100%;
    }
    .header-wrapper {
        padding: 1.5em 0;
    }
    .main {
        padding-top: 84px;
    }
    .crumbs span {
        margin: 0 5px;
    }
    .crumbs li,
    .crumbs span:last-child {
        margin: 0;
    }
	.single-activity .text-block{
		overflow-x:scroll;
	}
	.single-activity .text-block table{
		font-size:85%;
		width: 600px;
	}
}


/* 680px */

@media screen and (max-width: 450px) {
    .home-slider-container .bx-wrapper .bx-pager.bx-default-pager,
    .inpage-slider-container .bx-wrapper .bx-pager.bx-default-pager {
        display: none;
    }
    .image-block {
        border-radius: 8px;
    }
    .activity-col {
        flex: 1 0 100%;
        max-width: 100%;
        margin: 0 0 5% 0;
    }
    .page-numbers:nth-child(5),
    .page-numbers:nth-child(6) {
        display: none;
    }
    .inpage-slider-container h3 {
        font-size: 2.4em;
    }
    .select-filter {
        width: 100%;
        margin-bottom: 3%;
    }
    .select-filter label {
        margin-left: 0;
    }
    .single-activity td.style4 {
        padding: 2.5px 5px;
    }
    .achievements-control a {
        font-size: 1.8em;
    }
    .header-logo img {
        height: 36px;
    }
    .header-logo-1 {
        margin-right: 14px;
    }
    .main {
        padding-top: 73px;
    }
    .main-menu-button-inner {
        width: 26px;
        height: 18px;
    }
    .main-menu-button-inner span:nth-child(2) {
        top: 8px;
    }
    .main-menu-button-inner span:nth-child(3) {
        top: 16px;
    }
    .header-bottom {
        top: 21px;
    }
    .menu-open .main-menu-button-inner span:nth-child(3) {
        top: 18.4px;
    }
    .breadcrumbs {
        padding: 3em 0 5em;
    }
    .home-heading,
    .sec-heading {
        font-size: 3.7em;
    }
    .browse-block {
        font-size: 3em;
    }
    p {
        font-size: 2.2em;
    }
    .sec-padding {
        padding: 4em 0;
    }
    .tc-heading {
        font-size: 2.7em;
    }
}


/* 450px */

@media screen and (max-width: 375px) {
    .footer-menu-container>ul>li {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-menu-container>ul>li:nth-child(2n+1) {
        margin-right: 0;
    }
}


/* 375px */

@media screen and (max-width: 350px) {
    .member-col {
        flex: 1 0 100%;
        max-width: 100%;
        margin: 0 0 5% 0;
    }
    .member-blocks {
        max-width: 200px;
    }
    .home-slider-container .bx-wrapper .bx-controls-direction a,
    .inpage-slider-container .bx-wrapper .bx-controls-direction a {
        width: 28px;
        height: 28px;
        background-size: 10px;
    }
    .home-slider-container .bx-wrapper .bx-controls-direction a.bx-next,
    .inpage-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
        border-radius: 7px 0 0 7px;
    }
    .home-slider-container .bx-wrapper .bx-controls-direction a.bx-prev,
    .inpage-slider-container .bx-wrapper .bx-controls-direction a.bx-prev {
        border-radius: 0 7px 7px 0;
    }
}


/* 350px */