@charset "UTF-8";

/* MOBILE MENU */

@media screen and (max-width: 960px) {
    body {
        font-size: 45%;
    }
    .main {
        padding-top: 75px;
    }
    .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;
    }
    .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: 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: 17px;
        right: 20px;
        z-index: 999;
    }
    .main-menu-container {
        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-primary-menu>li {
        width: 100%;
        margin: 0;
        padding: 3%;
    }
    .main-menu ul#menu-primary-menu>li:hover {
        background-color: #9844aa;
        color: #f98f49;
    }
    .main-menu ul#menu-primary-menu>li>a {
        width: 100%;
        line-height: 1.2;
        margin: 0;
        padding: 15px 20px;
        border: 0;
    }
    .main-menu ul#menu-primary-menu>li>ul>li>a {
        padding: 10px 20px 10px 40px;
    }
    .main-menu ul#menu-primary-menu>li:hover>ul {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .main-menu ul>li>a {
        border-right: 0;
        padding-left: 15px;
    }
    .main-menu ul#menu-primary-menu>li>ul {
        display: none;
        position: initial;
        width: 100%;
        max-height: unset;
        background-color: unset;
    }
    .main-menu ul#menu-primary-menu>li.open>ul {
        display: block;
        -webkit-animation: fadeIn 0.5s;
        animation: fadeIn 0.5s;
    }
    .main-menu>ul>li {
        display: block;
        padding: 10px 0;
    }
    .header-search,
    .language-switcher {
        margin-top: 15px;
    }
    .language-switcher li {
        border: 0;
        font-size: 1.4em;
    }
    .header-search .search-form {
        width: 100%;
        height: 35px;
        font-size: 1.4em;
    }
    .header-icons {
        margin-top: 15px;
    }
    .mb-icon img {
        max-width: 30px;
        margin-right: 3%;
    }
    .main-menu ul ul {
        position: relative;
        width: 100%;
        left: 0;
    }
    /* .main-menu ul#menu-primary-menu>li.menu-item-has-children:before {
        position: absolute;
        top: 20px;
        right: 6px;
        content: "▾";
        width: 40px;
        height: auto;
        color: #fff;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .main-menu ul#menu-primary-menu>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;
    }*/
    .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-primary-menu-container-button ul li.active>a,
    .main-menu .menu-primary-menu-container-button ul li.current-menu-item>a,
    .main-menu .menu-primary-menu-container-button ul li.current-page-ancestor>a,
    .main-menu .menu-primary-menu-container-button ul li:hover>a {
        border-bottom: 0;
    }
    .main-menu .menu-primary-menu-container-button ul li.active>a,
    .main-menu>ul li.active:hover>a,
    .main-menu .menu-primary-menu-container-button ul li.current-menu-item>a,
    .main-menu>ul li.current-menu-item:hover>a,
    .main-menu .menu-primary-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>li.menu-item-has-children.open>span {
        height: 50px;
        color: #fff;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .main-menu .menu-primary-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-button {
        display: none;
    }*/
    body.menu-open .main-menu-container {
        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;
    }
}

@media screen and (max-width: 1320px) {
    .itb-1 .itb-image {
        width: 48%;
        margin-left: 2%;
        padding-bottom: 32.5%;
        border-radius: 211px;
    }
    .itb-2 .itb-image {
        left: 5%;
        width: 44%;
        margin-right: 2%;
        padding-bottom: 38%;
        /*margin-top: 0!important;*/
        border-radius: 170px;
    }
    .itb-2 .itb-image:before {
        padding-bottom: 87%;
        border-radius: 98px;
    }
    .itb-2,
    .itb-4 {
        margin-top: 24em;
    }
    .sidebar-block-red h3 {
        font-size: 2.8em;
    }
    .sidebar-block-red h3 span {
        display: inline-block;
        width: 80%;
        vertical-align: middle;
    }
    .sidebar-block-red h3 span.sbr-icon {
        width: 14%;
        max-width: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .home-link h2 {
        font-size: 3.3em;
    }
    .footer-search .search-form-text {
        width: 80%;
    }
    .pl-icon {
        width: 70%;
        height: 0;
        padding-bottom: 70%;
    }
    .programme-link {
        width: 24%;
    }
    .nc-parent .nc-title span {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .admission-player iframe {
        width: 75%;
    }
}

@media screen and (max-width: 960px) {
    .search-form-text {
        font-size: 14px;
    }
    .hl-content {
        width: 90%;
        max-width: 280px;
    }
    .home-link-3 .hl-content {
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-50%, -50%);
        -ms-transform: translate(-30%, -50%);
        left: 50%;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 50px;
        height: 50px;
    }
    .home-link a {
        line-height: 1.4;
    }
    .aa-left {
        left: -10%;
    }
    .aa-right {
        width: 50%;
    }
    .nde-block {
        padding-top: 0;
    }
    a.nc-title {
        width: 68%;
    }
    .nc-calendar {
        width: 29%;
    }
    .itb-2 .itb-image {
        left: 0;
        margin-top: 0 !important;
    }
    .itb-2 .itb-content {
        width: 49%;
    }
    .itb-4 .itb-image {
        margin-top: -10%;
    }
    .pc-left {
        width: 100%;
    }
    .pc-sidebar,
    .admission-content .pc-sidebar {
        width: 90%;
        margin: 0 5%;
        float: unset;
        margin-bottom: 15px;
    }
    .sidebar-block-red {
        margin-bottom: 20px;
        padding: 20px;
    }
    .sidebar-block-red:before {
        display: none;
    }
    .sr-overlay h3 {
        margin-bottom: 4%;
        font-size: 2.4em;
    }
    .sr-overlay h4 {
        font-size: 2.2em;
    }
    .sr-overlay p {
        max-height: 125px;
    }
    .content li {
        padding-left: 10px;
    }
    .staff-photo {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }
    .event-row .overlay h3 {
        font-size: 3em;
    }
    .newsletter-row {
        width: 49%;
    }
    .newsletter-row .submit-btn {
        width: 65%;
    }
    .subscibe-card:before {
        bottom: -8px;
        right: -8px;
        width: 58px;
        height: 58px;
    }
    .subscibe-card:after {
        border-bottom-width: 50px;
        border-left: 50px solid #e0d1d5;
    }
    .subscibe-card input[type="email"] {
        width: 90%;
    }
    .sc-content {
        padding: 3%;
    }
    .podcast-row {
        width: 46%;
    }
    .podcast-row:after {
        border-right-width: 55px;
        border-bottom: 55px solid #ffeff3;
    }
    .publications-table tr td:first-child {
        width: 105px;
    }
    input::-webkit-input-placeholder {
        font-size: 18px;
    }
    input:-ms-input-placeholder {
        font-size: 18px;
    }
    input::-ms-input-placeholder {
        font-size: 18px;
    }
    input::placeholder {
        font-size: 18px;
    }
    .pc-sidebar {
        width: 100%;
        margin: 5% auto;
    }
    .custom-checkbox {
        position: relative;
        display: inline-block;
        width: 49%;
    }
    .highlights-row {
        width: 49%;
        padding-bottom: 27%;
        margin-bottom: 2%;
        margin-right: 2%;
        cursor: pointer;
        display: inline-block;
        float: left;
    }
    .highlights-row:nth-child(2n+1) {
        margin-right: 0;
    }
    .search-red .search-form-submit {
        height: 34px;
        background-size: 25px;
    }
    .about-gallery {
        padding-bottom: 20px;
    }
    .about-video {
        padding-bottom: 25px;
    }
    .about-contact-btn {
        margin: 0 auto 30px auto;
    }
    .connect-like:before,
    .connect-comment:before {
        width: 20px;
        height: 20px;
    }
    .st-left .primary-btn {
        padding: 3% 5%;
    }
    .st-left .primary-btn:after {
        right: 13%;
        top: 26%;
        width: 11px;
        height: 15px;
    }
    .image-text-block {
        max-width: 550px;
        width: 100%;
        margin: auto;
        margin-bottom: 0 !important;
    }
    .image-text-block:nth-child(2n+2),
    .itb-4 {
        margin-top: 0;
    }
    .itb-4 .itb-image {
        margin-top: 0 !important;
    }
    .itb-1 .itb-content,
    .itb-2 .itb-content,
    .itb-3 .itb-content,
    .itb-4 .itb-content {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
    }
    .itb-1 .itb-image {
        width: 100%;
        margin: 2% auto;
        padding-bottom: 68%;
    }
    .itb-1 .itb-image:before {
        border-radius: 106px;
    }
    .itb-2 .itb-image {
        width: 100%;
        margin: 2% auto;
        padding-bottom: 85%;
    }
    .itb-3 .itb-image {
        width: 100%;
        margin: 2% auto;
        padding-bottom: 85%;
    }
    .itb-4 .itb-image {
        width: 100%;
        margin: 2% auto;
        padding-bottom: 85%;
    }
}

@media screen and (max-width: 815px) {
    .itb-2 .itb-image {
        margin-top: -3%;
    }
    .itb-4 .itb-image {
        margin-top: 0;
    }
    .student-row:nth-child(3) .sr-overlay p,
    .student-row:nth-child(5) .sr-overlay p {
        max-height: 98px;
    }
    .overlay-content {
        width: 70%;
    }
    .admission-player iframe {
        width: 64%;
    }
}

@media screen and (max-width: 750px) {
    .home-block {
        padding-bottom: 25px;
    }
    .home-links,
    .hl-left,
    .hl-right,
    .aa-left,
    .aa-right {
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .home-link-1,
    .home-link-4 {
        position: relative;
        display: inline-block;
        width: 50%;
        padding-bottom: 50%;
        float: left;
    }
    .home-link-2,
    .home-link-3,
    .home-link-5,
    .aa-image-text {
        position: relative;
        display: block;
        width: 100%;
        padding-bottom: 42%;
    }
    .home-link-2 .hl-content,
    .home-link-3 .hl-content,
    .home-link-5 .hl-content,
    .aa-image-text .hl-content {
        -webkit-transform: translate(-50%, -20%);
        transform: translate(-50%, -20%);
        top: 20%;
        left: 50%;
    }
    .home-link-2 {
        background-position: 100% bottom;
        background-size: 120%;
    }
    .home-link-4 {
        border-top: 0;
    }
    .aa-left .aa-image {
        width: 90%;
        margin: auto;
        margin-left: 15%;
    }
    .aa-btns {
        padding: 0px 0 30px;
    }
    .nde-block {
        max-width: 358px;
        margin: auto;
    }
    .news-cards {
        max-width: 358px;
        margin: auto;
    }
    .news-card {
        display: block;
        width: 100%;
        min-height: 185px;
        margin: 0 auto 15px;
    }
    .news-card:last-child {
        margin: 0 auto 15px;
    }
    .nc-calendar {
        float: right;
    }
    .news-btn {
        right: 6.2%;
    }
    .hidden-news .news-card {
        margin-bottom: 0;
    }
    .connect-posts {
        max-width: 300px;
        margin: auto;
    }
    .connect-post {
        display: block;
        width: 100%;
        padding-bottom: 100%;
        margin: 0 auto 15px !important;
    }
    .connect-posts:before {
        display: none;
    }
    .cd-row img,
    .cd-row span {
        width: 50%;
    }
    .ag-photo {
        width: 49.5%;
        padding-bottom: 26%;
    }
    .ag-photo:nth-child(2n + 2) {
        margin-right: 0;
    }
    .about-contact-btn {
        width: 80%;
        padding: 8px;
    }
    .about-contact-icon {
        width: 35px;
        height: 31px;
    }
    .submit-btn {
        font-size: 2.5em;
    }
    .programme-link {
        width: 49%;
        margin-bottom: 5%;
    }
    .programme-link:nth-child(2n + 2) {
        margin-right: 0;
    }
    .po-left,
    .po-right {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .po-image {
        background-size: contain;
    }
    .po-image img {
        width: 75%;
    }
    .ccs-block.student-section {
        margin-top: 0;
    }
    .student-rows {
        padding-bottom: 174%;
    }
    .student-row:first-child {
        top: 0;
        left: 0;
        padding-bottom: 50%;
        width: 50%;
        border-right: 0;
    }
    .student-row:nth-child(2) {
        left: 50%;
        width: 50%;
        padding-bottom: 60%;
    }
    .student-row:nth-child(3) {
        top: 29%;
        right: 50%;
        width: 50%;
        padding-bottom: 55%;
        border-right: 0;
        z-index: 2;
    }
    .student-row:nth-child(4) {
        bottom: 33%;
        left: 50%;
        width: 50%;
        padding-bottom: 56%;
        z-index: 1;
    }
    .student-row:nth-child(5) {
        bottom: 4%;
        left: 50%;
        width: 50%;
        padding-bottom: 50%;
        z-index: 2;
    }
    .student-row:nth-child(6) {
        bottom: 4%;
        right: 50%;
        width: 50%;
        padding-bottom: 61.5%;
        border-right: 0;
        z-index: 3;
    }
    .staff-row {
        width: 49%;
        margin-right: 2%;
    }
    .staff-row:nth-child(3n + 3) {
        margin-right: 2%;
    }
    .staff-row:nth-child(2n + 2) {
        margin-right: 0;
        float: right;
    }
    .st-left {
        width: 30%;
        margin-right: 5%;
    }
    .st-right {
        width: 64%;
    }
    .event-rows {
        padding-bottom: 155%;
    }
    .event-row {
        width: 48%;
        margin-right: 4%;
    }
    .event-row:nth-child(2n + 2) {
        margin-right: 0;
        margin-top: 4em;
    }
    .newsletter-row,
    .podcast-row {
        width: 100%;
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 575px) {
    .header-logo img {
        height: 36px;
    }
    .main {
        padding-top: 63px;
    }
    .home-link-1,
    .home-link-2,
    .home-link-3,
    .home-link-4,
    .home-link-5,
    .home-link {
        width: 100%;
        padding-bottom: 50%;
    }
    .home-link-1 .hl-content,
    .home-link-2 .hl-content,
    .home-link-3 .hl-content,
    .home-link-4 .hl-content,
    .home-link-5 .hl-content,
    .home-link .hl-content {
        -webkit-transform: translate(-50%, -20%);
        transform: translate(-50%, -20%);
        top: 20%;
        left: 50%;
    }
    .home-link-1 h2,
    .home-link-2 h2,
    .home-link-3 h2,
    .home-link-4 h2,
    .home-link-5 h2,
    .home-link h2 {
        font-size: 3.2em;
    }
    .home-link {
        border: 2px solid #ffff;
    }
    .more-btn,
    .primary-btn {
        float: unset;
        margin-bottom: 4%;
    }
    .hb-heading .more-btn {
        float: right;
    }
    .ccs-heading {
        padding-bottom: 15px;
    }
    .page-top {
        height: 135px;
    }
    .cd-row,
    .cd-row:first-child {
        display: block;
        width: 100%;
        max-width: 224px;
        padding: 2%;
        border-right: 0;
        margin: auto;
    }
    .cd-row:first-child p {
        text-align: center;
    }
    .cd-row:last-child {
        text-align: center;
    }
    .connect-posts:before {
        display: none;
    }
    .footer-left,
    .footer-right {
        width: 100%;
    }
    .footer-right {
        text-align: center;
        padding: 10px 0;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 10px;
        height: 10px;
    }
    .admission-faq .accordion-icon span:last-child {
        width: 75%;
    }
    .admission-faq .accordion-details div:last-child {
        width: 85%;
    }
    .al-title {
        min-height: 58px;
    }
    .circle-links {
        padding-bottom: 120%;
    }
    .circle-link:nth-child(2n + 1),
    .circle-link:nth-child(2n + 3) {
        width: 55%;
        padding-bottom: 55%;
        left: 0;
    }
    .circle-link:nth-child(2n + 2),
    .circle-link:nth-child(2n + 4) {
        width: 45%;
        padding-bottom: 45%;
    }
    .circle-link:nth-child(2n + 2) {
        left: 50%;
        top: 5%;
    }
    .circle-link:nth-child(2n + 3) {
        top: 50%;
    }
    .circle-link:nth-child(2n + 4) {
        top: 50%;
        left: 50%;
    }
    .staff-top {
        text-align: center;
    }
    .st-right,
    .st-left {
        width: 100%;
    }
    .st-left {
        max-width: 250px;
        margin-right: 0%;
    }
    .st-left .primary-btn:last-child {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .course-table th {
        display: none;
    }
    .course-table td {
        display: block;
        text-align: left;
    }
    .rwd-table td::before {
        display: block;
        width: 100%;
        content: attr(data-th);
        font-weight: bold;
        color: #c81933;
    }
    .admission-player {
        background-color: #581018;
        border-radius: 20px;
        margin-bottom: 5%;
        margin-top: 3%;
    }
    .admission-player iframe {
        width: 100%;
    }
    .admission-player .ap-downloads {
        position: relative;
        display: block;
        right: 0%;
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding-left: 3%;
        padding-bottom: 5%;
    }
    .admission-player .ap-downloads a {
        display: inline-block;
        margin-bottom: 2%;
        width: 32%;
    }
    .student-section:before {
        bottom: 10%;
    }
}
@media screen and (max-width: 490px) {
	a.po-download{
display: block;
    width: 100%;}
	.programme-objective .primary-btn{
		float: left;
	}
}
@media screen and (max-width: 450px) {
    .mobile {
        display: block;
    }
    .header-top {
        padding-top: 3px;
    }
    .header-top {
        padding-top: 7px;
    }
    .header-logo img {
        height: 29px;
    }
    .main-menu-button {
        top: 21px;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 40px;
        height: 40px;
    }
    .ag-photo {
        width: 100%;
        padding-bottom: 52%;
        margin-right: 0;
    }
    .about-contact-btn {
        width: 100%;
    }
    .admission-link {
        width: 100%;
        margin-right: 0;
    }
    .al-title {
        min-height: auto;
    }
    .admission-player .ap-downloads {
        max-width: 180px;
    }
    .admission-player .ap-downloads a {
        display: block;
        width: 100%;
    }
    .ap-downloads,
    .programme-player .ap-downloads {
        position: relative;
        display: block;
        width: 100%;
        max-width: 180px;
        margin: auto;
        padding-bottom: 5%;
    }
    .circle-link h3 {
        width: 100%;
        font-size: 2.8em;
    }
    .student-rows {
        padding-bottom: 0;
    }
    .student-row:first-child,
    .student-row:nth-child(2),
    .student-row:nth-child(3),
    .student-row:nth-child(4),
    .student-row:nth-child(5),
    .student-row:nth-child(6) {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding-bottom: 0;
        background-image: none !important;
        margin-bottom: 4em;
        cursor: unset;
    }
    .student-row:first-child .sr-overlay p,
    .student-row:nth-child(2) .sr-overlay p,
    .student-row:nth-child(3) .sr-overlay p,
    .student-row:nth-child(4) .sr-overlay p,
    .student-row:nth-child(5) .sr-overlay p,
    .student-row:nth-child(6) .sr-overlay p {
        max-height: 100%;
    }
    .student-row:first-child::before,
    .student-row:nth-child(2)::before,
    .student-row:nth-child(3)::before,
    .student-row:nth-child(4)::before,
    .student-row:nth-child(5)::before,
    .student-row:nth-child(6)::before {
        display: none;
    }
    .sr-overlay {
        display: none;
    }
    .sr-content {
        text-align: center;
    }
    .sr-content h4 {
        padding-bottom: 1em;
    }
    .sr-content h3 {
        font-weight: 700;
    }
    .staff-row {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
        padding: 5%;
    }
    .staff-row:nth-child(3n + 3) {
        margin-right: 0%;
    }
    .staff-row:nth-child(2n + 2) {
        margin-right: 0;
        float: unset;
    }
    .event-rows {
        padding-bottom: 0;
        max-width: 300px;
        margin: auto;
    }
    .event-row {
        display: block;
        width: 100%;
        margin-right: 0;
        margin: 0 auto 5%;
    }
    .event-row:nth-child(2n + 2) {
        margin-top: 0;
    }
    .content td,
    .content th {
        font-size: 2em;
    }
    .publications-table tr td:first-child {
        width: 90px;
    }
    .custom-checkbox {
        position: relative;
        display: block;
        width: 100%;
    }
    .highlights-row {
        width: 100%;
        padding-bottom: 56%;
        margin-right: 0;
    }
    .home-link a span {
        display: block;
    }
}

@media screen and (max-width: 375px) {
    .header-logo img {
        height: 21px;
    }
    .main-menu-button {
        top: 17px;
    }
    .main {
        padding-top: 55px;
    }
    .home-link-2,
    .home-link-3,
    .home-link-5,
    .aa-image-text {
        padding-bottom: 50%;
    }
}


/*# sourceMappingURL=mobile.css.map */
