.language-switcher,
.search-form-text,
.search-form-submit,
.social-icon,
.header-logo,
.header-heading,
.main-menu .menu>li>a,
#backtotop,
.slide-caption,
.slide-caption a:after,
.primary-btn:after,
.view-more:after,
.heading-style-1:before,
.heading-style-2:before,
.heading-style-3:before,
.research-slider-container .bx-wrapper .bx-controls-direction a.bx-prev:before,
.research-slider-container .bx-wrapper .bx-controls-direction a.bx-next:after,
h3.accordion-icon:after,
.default-button:after,
.members-heading:before,
.select-filter,
.select-styled:after,
.page-numbers,
.pagination-number,
.achievements-control a,
.achievements-control a span,
.ac-prev:before,
.ac-next:after {
    display: inline-block;
}

.main-menu ul ul:before,
.main-menu .menu>li>ul>li,
.main-menu .menu>li>ul>li>a,
.main-menu .menu>li>ul>li.menu-item-has-children>a:after,
.main-menu ul ul ul li,
.home-slide:before,
.inpage-slide:before,
.overlay:before,
.hn-photo,
.research-slider-container .bx-wrapper .bx-pager.bx-default-pager:before,
.rs-content:before,
.research-banner:before {
    display: block;
}

.main-menu .menu>li>ul>li.menu-item-has-children>a:after {
    content: '';
}

.main-menu ul ul,
.main-menu ul ul:before,
.main-menu .menu>li>ul>li.menu-item-has-children>a:after,
.main-menu ul ul ul,
.home-slide:before,
.inpage-slide:before,
.overlay:before,
.slide-caption,
.research-banner:before,
.select-styled:after {
    position: absolute;
}

.main-menu .menu>li,
.main-menu .menu>li>ul>li>a,
.home-slide,
.inpage-slide,
.research-slider-container,
.research-slider-container .bx-wrapper .bx-pager.bx-default-pager:before,
.research-banner {
    position: relative;
}

.main-menu ul ul ul li {
    text-align: left;
}

.header-right {
    text-align: right;
}

.achievements-control a span {
    vertical-align: top;
}

.language-switcher,
.search-form,
.search-form-text,
.search-form-submit,
.social-icon,
.header-logo,
.header-heading,
.main-menu .menu>li>a,
.primary-btn:after,
.select-filter,
.ac-prev:before,
.ac-next:after {
    vertical-align: middle;
}

.main-menu .menu>li>ul>li.menu-item-has-children>a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-icon,
.home-slide,
.inpage-slide,
.home-section-1,
.hn-photo,
.research-img,
.research-banner,
.image-block {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.search-form-text,
.search-form-submit,
.main-menu ul ul:before,
#backtotop,
.home-slider-container .bx-wrapper .bx-controls-direction a,
.inpage-slider-container .bx-wrapper .bx-controls-direction a,
.slide-caption a:after,
.primary-btn:after,
.view-more:after,
.heading-style-1:before,
.heading-style-2:before,
.heading-style-3:before,
.home-section-2,
.research-slider-container .bx-wrapper .bx-controls-direction a,
.research-slider-container .bx-wrapper .bx-controls-direction a.bx-prev:before,
.research-slider-container .bx-wrapper .bx-controls-direction a.bx-next:after,
.research-slider-container .bx-wrapper .bx-pager.bx-default-pager:before,
.rs-content:before,
h3.accordion-icon:after,
.default-button:after,
.members-heading:before,
.select-styled:after,
.pagination-number,
.page-numbers.prev,
.page-numbers.next,
.ac-prev:before,
.ac-next:after,
.content-block .search-form .search-form-submit input {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.home-slider-container,
.home-slider-container .bx-wrapper,
.home-slider-container .bx-viewport,
.home-slider {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

body {
    min-width: 300px;
    color: #363C43;
    font-size: 50%;
    font-family: "Nunito Sans", sans-serif;
}

.container {
    width: 100%;
    min-width: 300px;
}

.wrapper {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    max-width: 1263px;
    width: 90%;
}

.inpage-wrapper {
    position: relative;
    max-width: 1263px;
    z-index: 2;
}

h2 {
    font-size: 4.2em;
}

a {
    color: #6B1A69;
}

i,
em {
    font-style: italic;
}

p {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
}

p a,
p li {
    font-size: 1em;
}

.aligncenter {
    text-align: center;
}


/* MOBILE */

.main-menu-button-inner {
    width: 29px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.main-menu-button-inner span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #6B1A69;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.main-menu-button-inner span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu-button-inner span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu-button-inner span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.menu-open .main-menu-button-inner span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
}

.menu-open .main-menu-button-inner span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.menu-open .main-menu-button-inner span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 5px;
}

.main-menu-mask,
.main-menu-button,
.main-menu-top,
.mobile {
    display: none;
}


/* GRID */

.grid-1-2 {
    overflow: hidden;
}

.grid-1-2>.grid-col {
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1.5%;
}

.grid-1-2>.grid-col:nth-child(2n+2) {
    margin-right: 0;
}

.grid-1-2>.grid-col:nth-child(2n+1) {
    clear: both;
}

.grid-1-3 {
    overflow: hidden;
}

.grid-1-3>.grid-col {
    display: block;
    float: left;
    width: 32.3%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}

.grid-1-3>.grid-col:nth-child(3n+3) {
    margin-right: 0;
}

.grid-1-3>.grid-col:nth-child(3n+1) {
    clear: both;
}

.grid-1-4 {
    overflow: hidden;
}

.grid-1-4>.grid-col {
    display: block;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 4%;
}

.grid-1-4>.grid-col:nth-child(4n+4) {
    margin-right: 0;
}

.grid-1-4>.grid-col:nth-child(4n+1) {
    clear: both;
}


/* HEADER */

.sticky {
    /*position: fixed;
	top: 0;
	z-index: 99999;
	width: 100%;
	box-shadow: 0px 0px 5px;*/
}

.header {
    background-color: #ffffff;
}

.header-bottom {
    background-color: #F3F3F3;
}

.header-top {
    padding: 12px 0;
}

.header-top .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.language-switcher {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    margin-right: 14px;
}

.language-switcher li {
    position: relative;
    display: inline-block;
    text-align: center;
    border-right: 1px solid;
    padding: 0.3em 0.4em 0.2em 0.4em;
    margin-top: 0px;
    margin-left: -1px;
}

.language-switcher li:last-child {
    border: 0;
}

.language-switcher a {
    color: #6B1A69;
    display: block;
    line-height: 1;
}

.language-switcher .active {
    background-color: #6B1A69;
}

.language-switcher .active a {
    color: #fff;
}

.language-switcher li.active:last-child:before {
    position: absolute;
    left: -4px;
    display: inline-block;
    width: 5px;
    top: 0;
    height: 100%;
    background-color: #6b1a69;
    content: "";
}

.language-chooser {
    border: 2px solid #6B1A69;
    border-radius: 4px;
    padding: 0;
}

.lang-en {
    font-weight: 700;
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 204px;
    background-color: #f3f3f3;
    border-radius: 90px;
}

.search-form-text {
    width: 90%;
    background-position: 10px;
    background-color: transparent;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
}

.search-form-text::-webkit-input-placeholder,
.search-form-text:-moz-placeholder,
.search-form-text::-moz-placeholder,
.search-form-text:-ms-input-placeholder {
    color: #363C43;
    opacity: 1;
}

.search-form-submit {
    background-image: url(images/search.png);
    width: 40px;
    height: 40px;
    background-size: 17px;
    text-transform: uppercase;
    background-color: transparent;
    margin-left: 3px;
}

.social-icon {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.social-icon:last-child {
    margin: 0;
}

.facebook {
    background-image: url(images/facebook@2x.png);
}

.instagram {
    background-image: url(images/instagram@2x.png);
}

.header-logo img {
    max-width: none;
    width: auto;
    height: 100%;
    max-height: 70px;
}

.header-logo-1 {
    margin-right: 17px;
}

.header-heading {
    font-size: 2.6em;
    font-weight: 800;
    line-height: 1.2;
    margin-left: 16px;
}

.header-heading span {
    display: block;
}

.main-menu .menu {
    font-size: 0.1px;
    text-align: justify;
}

.main-menu .menu:after {
    display: inline-block;
    content: '';
    width: 100%;
}

.main-menu .menu>li {
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
}

.main-menu .menu>li {
    font-size: 1em;
    padding: 16px 4px 12px 4px;
    border-bottom: 4px solid transparent;
}

.separate {
    background-color: #dcdcdc;
    height: 24px;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
}

.main-menu ul ul .separate {
    display: none;
}

.main-menu .menu>li>a {
    color: #363C43;
    font-size: 16px;
    font-weight: 700;
    margin: 0 20px;
}

.main-menu .menu>li:last-child>a {
    margin-right: 0;
}

li.menu-item-has-children>span {
    display: none;
}

.main-menu ul ul {
    display: none;
    background-color: #fff;
    color: #363C43;
    left: 0;
    width: 298px;
    z-index: 10000;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 7px 0;
    border-radius: 15px;
    border: 2px solid #dcdcdc;
}

.main-menu ul ul:before {
    top: -16px;
    left: 36px;
    width: 27px;
    height: 16px;
    background-image: url(images/submenu-arrow.png);
    content: "";
}

.main-menu ul ul>li>a {
    color: #363C43;
    text-decoration: none;
}

.main-menu ul ul>li {
    font-size: 14px;
    font-weight: 700;
}

.main-menu ul ul>li:hover>a {
    color: #6B1A69;
    text-decoration: underline;
}

.main-menu ul li:last-child ul ul {
    left: auto;
    right: 0;
}

.main-menu ul li:hover>ul {
    display: block;
}

.main-menu .menu>li>ul>li {
    width: 100%;
}

.main-menu .menu>li>ul>li>a {
    padding: 9px 25px;
}

.main-menu .menu>li:last-child>ul>li.menu-item-has-children>a {
    padding: 12px 25px;
}

.main-menu .menu>li>ul>li.menu-item-has-children>a:after {
    background-image: url("images/menu-arrow-sprite@2x.png");
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: 4px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 4px 26px;
}

.main-menu .menu>li:last-child>ul>li.menu-item-has-children>a:after {
    left: 10px;
    right: auto;
    margin-top: 0;
    -webkit-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
}

.main-menu .menu>li>ul>li.menu-item-has-children:hover>a:after {
    background-position: 0 -20px;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu .menu>li:last-child ul ul {
    left: 100%;
}

.main-menu .menu>li:last-child ul li.menu-item-has-children:hover:after {
    left: auto;
    right: 100%;
}

.main-menu ul ul li:hover>ul {
    display: block;
}

.main-menu ul ul ul li {
    background-color: white;
    width: 100%;
    padding: 8px 15px;
    border-radius: 15px;
}

.main-menu ul ul>li>a {
    color: #363C43;
    text-decoration: none;
}

.main-menu ul ul>li>a:hover {
    text-decoration: underline;
    color: #6B1A69;
}

.breadcrumbs {
    padding: 3em 0 7em;
}

.about .breadcrumbs {
    display: none;
}

.crumbs {
    text-align: left;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.2;
    color: #363C43;
}

.crumbs a {
    color: #363C43;
}

.crumbs li {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}

.crumbs li:nth-child(2) {
    margin-left: 0;
}

.crumbs li:last-child a {
    color: #6B1A69;
    cursor: unset;
}

.crumbs .current {
    margin-left: 5px;
    border-bottom: 1px solid #6B1A69;
}

.crumbs>span:first-child {
    display: none;
}

.main-menu .menu:after {
    display: none;
}


/* FOOTER */

#backtotop {
    display: inline-block;
    background-color: #6B1A69;
    background-size: 30%;
    background-image: url(images/backtotop@2x.png);
    width: 72px;
    height: 72px;
    text-align: center;
    position: fixed;
    bottom: 5%;
    right: 5%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
    z-index: 1000;
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#backtotop.show {
    opacity: 1;
}

.footer {
    background-color: #6B1A69;
    color: #fff;
    padding-top: 2%;
}

.contact-col {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
}

.contact-col p {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 1em;
}

.contact-col a {
    color: #fff;
}

.footer-heading {
    font-size: 2em;
    font-weight: 800;
    line-height: 1.4;
    margin: 1em 0;
}

.footer-logo {
    margin-bottom: 1em;
}

.footer-logo img {
    max-width: none;
    width: auto;
    height: 100%;
    max-height: 101px;
}

.footer-menu-container {
    display: inline-block;
    width: 59%;
}

.menu-footer-menu-container>ul a {
    vertical-align: top;
    width: calc(100% - 20px);
    font-size: 2em;
    color: #fff;
}

.menu-footer-menu-container>ul ul {
    list-style: none;
}

.menu-footer-menu-container>ul>li {
    display: inline-block;
    width: 46%;
    float: left;
    margin: 5px 0;
}

.menu-footer-menu-container>ul>li>a {
    display: block;
    font-weight: 800;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.menu-footer-menu-container>ul>li:nth-child(2n+1) {
    clear: both;
    margin-right: 8%;
}

.menu-footer-menu-container>ul>li li {
    position: relative;
    margin-bottom: 3%;
}

.menu-footer-menu-container>ul>li li a {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2;
}

.footer-bottom {
    border-top: 1px solid #fff;
    padding: 2em 0;
    margin-top: 5em;
}

.copyright {
    width: 60%;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.2;
}

.bottom-menu {
    width: 40%;
    text-align: right;
}

.bottom-menu a {
    display: inline-block;
    color: #fff;
    padding: 0 2%;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.2;
    border-right: 1px solid #fff;
    text-transform: uppercase;
}

.bottom-menu a:last-child {
    border: 0;
}


/* Home */

.home-slider-container,
.home-slider-container .bx-wrapper,
.home-slider-container .bx-viewport,
.home-slider {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 36.4%;
}

.home-slide {
    padding-bottom: 36.4%;
}

.home-slider-container .bx-wrapper .bx-controls-direction a,
.inpage-slider-container .bx-wrapper .bx-controls-direction a {
    background-color: #6B1A69;
    width: 51px;
    height: 51px;
    background-size: 19px;
    background-color: #fff;
}

.home-slider-container .bx-wrapper .bx-controls-direction a.bx-prev,
.inpage-slider-container .bx-wrapper .bx-controls-direction a.bx-prev {
    background-image: url(images/arrow-prev.png);
    border-radius: 0 15px 15px 0;
    background-position: 40%;
}

.home-slider-container .bx-wrapper .bx-controls-direction a.bx-next,
.inpage-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
    background-image: url(images/arrow-next.png);
    border-radius: 15px 0 0 15px;
    background-position: 60%;
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager,
.inpage-slider-container .bx-wrapper .bx-pager.bx-default-pager {
    bottom: 40px;
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager a,
.inpage-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
    width: 16px;
    height: 16px;
    margin: 0 6px;
    outline: 0;
    border: 2px solid #fff;
    background-color: #757575;
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active,
.inpage-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #fff;
}

.home-slide,
.inpage-slide {
    width: 100%;
    height: 100%;
}

.home-slide:before,
.inpage-slide:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, black 100%);
    opacity: 0.9;
    content: "";
}

.overlay:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: -webkit-gradient(linear, left top, right top, from(rgba(51, 35, 29, 0.7)), color-stop(80%, rgba(230, 222, 199, 0.1)));
    background: linear-gradient(90deg, rgba(51, 35, 29, 0.7) 0%, rgba(230, 222, 199, 0.1) 80%);
    content: "";
}

.slide-wrapper {
    /* position: relative;*/
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1263px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
}

.slide-caption {
    bottom: 18%;
    left: 0;
    width: 80%;
    color: #fff;
}

.slide-caption h2 {
    font-size: 5.5em;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
    margin-bottom: 2%;
}

.slide-caption a {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    padding: 5px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.slide-caption a:after {
    margin-left: 5px;
    width: 12.8px;
    height: 7px;
    background-image: url(images/next-w.png);
    content: "";
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.slide-caption a:hover {
    color: #6B1A69;
    border-color: #6B1A69;
}

.slide-caption a:hover:after {
    background-image: url(images/next-p.png);
}

.primary-btn {
    display: inline-block;
    background-color: #fff;
    color: #6B1A69;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.2;
    padding: 8px;
    width: 405px;
    text-align: center;
    border: 2px solid #6B1A69;
    border-radius: 10px;
    -webkit-transition: background 0.35s ease 0s, color 0.35s ease 0s;
    transition: background 0.35s ease 0s, color 0.35s ease 0s;
}

.primary-btn:after {
    margin-left: 8px;
    width: 12.8px;
    height: 7px;
    background-image: url(images/next-p.png);
    content: "";
}

.primary-btn:hover {
    background-color: #6B1A69;
    color: #fff;
}

.primary-btn:hover:after {
    background-image: url(images/next-w.png);
}

.primary-btn.light {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.primary-btn.light:after {
    background-image: url(images/next-w.png);
}

.primary-btn.light:hover {
    background-color: #fff;
    color: #6B1A69;
}

.primary-btn.light:hover:after {
    background-image: url(images/next-p.png);
}

.sec-padding {
    padding: 6em 0;
}

.tabcontent {
    display: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

strong {
    font-weight: 800;
}

.view-more {
    display: inline-block;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
    color: #6B1A69;
    border-bottom: 2px solid #6B1A69;
    padding-bottom: 5px;
    padding: 5px;
    cursor: pointer;
}

.view-more:after {
    margin-left: 5px;
    width: 12.8px;
    height: 7px;
    background-image: url(images/next-p.png);
    content: "";
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.view-more:hover {
    color: #757575;
    border-color: #757575;
}

.view-more:hover:after {
    background-image: url(images/next-g.png);
}

.home-heading {
    font-size: 5.2em;
    font-weight: 800;
    line-height: 1.2;
    margin: 1em 0;
}

.home .home-heading {
    margin-top: 0;
    margin-bottom: 0.5em;
}

.heading-style-1,
.heading-style-2,
.heading-style-3 {
    margin-top: 0;
}

.heading-style-1:before {
    background-image: url(images/heading-icon-1.png);
    margin-right: 10px;
    width: 30px;
    height: 30px;
    content: "";
}

.heading-style-2:before {
    background-image: url(images/heading-icon-4.png);
    margin-right: 10px;
    width: 30px;
    height: 30px;
    content: "";
}

.heading-style-3:before {
    background-image: url(images/heading-icon-5.png);
    margin-right: 10px;
    width: 30px;
    height: 30px;
    content: "";
}

.home-section-1 {
    background-image: url(images/news-bg.jpg);
    background-position: bottom;
}

.hn-blocks .primary-btn {
    margin-top: 1em;
}

.hn-blocks .grid-1-3 {
    overflow: unset;
}

.hn-block {
    border-radius: 15px;
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.photo {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
}

.photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.photo:hover img {
    -webkit-transform: perspective(1000px) scale(1.1, 1.1);
    transform: perspective(1000px) scale(1.1, 1.1);
    -webkit-transform-style: flat;
    transform-style: flat;
}

.home-section-2 {
    background-color: #f1f5ed;
    background-image: url(images/pattern-1.png);
    background-position: left bottom;
    background-size: 35.6%;
}

.hn-photo {
    width: 100%;
    padding-bottom: 56%;
    background-color: #F3F3F3;
    border-radius: 15px 15px 0 0;
    background-image: url(images/campus_1-aspect-ratio-100-70.jpg);
}

.hn-content {
    background-color: #fff;
    padding: 3em 1em;
    border-radius: 0 0 15px 15px;
}

.hn-content h3 {
    font-size: 3em;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 18px;
}

.hn-content p {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.6;
}

.hn-content a {
    margin-top: 20px;
}

a.ha-tab {
    display: inline-block;
    font-size: 2.1em;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    margin: 0 0 1em 0;
}

.blue-bg {
    background-color: #60acc8;
}

.brown-bg {
    background-color: #ad8651;
}

.green-bg {
    background-color: #5faf26;
}

.mint-bg {
    background-color: #f1f5ed;
}

.mint-bg>.sec-padding>.sec-padding {
    padding: 0;
}

.orange-bg {
    background-color: #f0852a;
}

.ha-blocks .hn-content {
    padding: 3em 3em 4em 3em;
}

.ha-blocks .hn-content p {
    font-size: 2.1em;
    font-weight: 700;
    line-height: 1.2;
    color: #757575;
}

.hab-left {
    width: 51%;
}

.hab-left h3 {
    font-size: 3.7em;
}

.hab-right {
    width: 47%;
}

.hab-right .hn-block {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-bottom: 4em;
}

.hab-right .hn-photo {
    border-radius: 10px;
}

.hab-right .hn-content {
    width: 58%;
    padding: 0;
    background-color: transparent;
}

.hab-right h3 {
    font-size: 2.4em;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 8px;
}

.hab-right h3 a {
    color: #363c43;
}

.hab-right h3 a:hover {
    color: #6b1a69;
}

.hab-right p {
    font-size: 1.8em;
    font-weight: 800;
    line-height: 1.2;
}

.ha-tab {
    display: inline-block;
    font-size: 1.8em;
    font-weight: 800;
    line-height: 1.2;
    border-radius: 3px;
    padding: 2px 5px;
    color: #fff;
    margin: 0 0 0.5em 0;
}

.hn-left {
    width: 37%;
}

.home-section-3 h2 {
    font-size: 5em;
    font-weight: 800;
    line-height: 1.2;
}

.hr-left {
    display: inline-block;
    width: 40%;
    margin-bottom: 4em;
}

.hr-right {
    display: inline-block;
    width: 57.5%;
}

.research-slider-container,
.research-slider-container .bx-wrapper,
.research-slider-container .bx-viewport,
.research-slider {
    position: relative;
    width: 100%;
}

.research-slider .flex {
    margin-bottom: 5em;
}

.research-img {
    width: 100%;
    padding-bottom: 56%;
}

.research-slide,
.research-slider-container .bx-wrapper {
    width: 100%;
}

.research-slider-container h3 {
    font-size: 3.8em;
    font-weight: 800;
    line-height: 1.2;
}

.research-slider-container .bx-wrapper .bx-pager {
    width: 40%;
}

.research-slider-container .bx-wrapper .bx-controls-direction a {
    bottom: 0;
    height: auto;
    color: #6B1A69;
    background-size: 19px;
    background-color: #fff;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 1px solid #6B1A69;
    width: auto;
}

.research-slider-container .bx-controls-direction {
    position: absolute;
    width: 40%;
    bottom: 0;
}

.research-slider-container .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}

.research-slider-container .bx-wrapper .bx-controls-direction a.bx-prev:before {
    width: 7px;
    height: 11px;
    background-image: url(images/arrow-prev-p.png);
    margin-right: 6px;
    content: "";
}

.research-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}

.research-slider-container .bx-wrapper .bx-controls-direction a.bx-next:after {
    width: 7px;
    height: 11px;
    background-image: url(images/arrow-next-p.png);
    margin-left: 6px;
    content: "";
}

.research-slider-container .bx-wrapper .bx-pager.bx-default-pager {
    bottom: 0;
}

.research-slider-container .bx-wrapper .bx-pager.bx-default-pager:before {
    top: 0;
    padding-bottom: 150px;
    width: 100%;
    height: 6px;
    background-image: url(images/purple-line.png);
    content: "";
}

.research-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
    width: 9.6px;
    height: 9.6px;
    margin: 0 8px;
    outline: 0;
    background-color: #757575;
}

.research-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #6B1A69;
}

.rs-content {
    padding: 4em 0 0;
}

.rs-content:before {
    background-image: url(images/heading-icon-2.png);
    width: 32px;
    height: 32px;
    margin-bottom: 2em;
    content: "";
}

.rs-date {
    font-size: 2.1em;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 1em;
}

.research-banner {
    padding: 6em;
    border-radius: 15px;
}

.research-banner:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #89865b;
    background: linear-gradient(58deg, #89865b 35%, #4d6754 100%);
    border-radius: 15px;
    opacity: 0.65;
    content: "";
    z-index: 1;
}

.rb-logo {
    position: relative;
    width: 35%;
    z-index: 2;
}

.rb-content {
    position: relative;
    width: 60%;
    padding-right: 10%;
    z-index: 2;
    color: #fff;
}

.rb-content h3 {
    font-size: 4.2em;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

.rb-content p {
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.5em;
}

.home-partner-block {
    background-color: #F3F3F3;
    padding: 5em;
    margin-top: 3.5em;
    border-radius: 15px;
}

.hpb-logo {
    width: 82px;
    margin-right: 5%;
}

.sec-subheading {
    font-size: 4.2em;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

.hpb-cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4em;
}

a.hpb-col {
    color: #363c43;
}

a.hpb-col:hover {
    color: #6B1A69;
}

.hpb-col .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hpb-col p {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 1em;
}

.image-block {
    width: 100%;
    padding-bottom: 56%;
    border-radius: 15px;
}

.text-block h3 {
    margin-bottom: 0.5em;
}

.text-block p {
    font-size: 3em;
    font-weight: 400;
    line-height: 1.4;
}

.sec-heading {
    font-size: 5.6em;
    font-weight: 800;
    line-height: 1.2;
}

.col-1-2>div {
    width: 48%;
}

.accordion-row {
    margin-bottom: 3em;
}
.default-button{
    display:block;
}
.default-button:hover{
    opacity: .8;
}
h3.accordion-icon,
.default-button {
    position: relative;
    font-size: 2.4em;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    background-color: #6B1A69;
    padding: 2%;
    cursor: pointer;
}

h3.accordion-icon span,
.default-button span {
    display: inline-block;
    width: calc(100% - 24px);
    padding-right: 20px;
}

h3.accordion-icon:after,
.default-button:after {
    width: 16px;
    height: 20px;
    background-image: url(images/arrow-down-w.png);
    float: right;
    content: "";
}
.default-button:after{
    background-image: url(images/next-w.png);
}

.accordion-icon.active:after {
    background-image: url(images/arrow-top-w.png);
    content: "";
}

.accordion-details {
    display: none;
    padding: 2%;
}

.members-heading {
    font-size: 5em;
    font-weight: 800;
    line-height: 1.2;
    border-bottom: 1px solid #757575;
    margin-bottom: 2%;
    padding-bottom: 0.5%;
    text-transform: uppercase;
}

.members-heading:before {
    width: 34px;
    height: 29px;
    background-image: url(images/heading-icon-3.png);
    background-size: 80%;
    margin-right: 1.5%;
    content: "";
}

.browse-block {
    width: calc(100% - 630px);
    font-size: 3.2em;
    font-weight: 800;
    line-height: 1.2;
}

.browse-block span {
    display: inline-block;
}

.browse-heading {
    color: #757575;
    text-transform: uppercase;
}


/* Custom select */

.select-filter label {
    display: inline-block;
    margin-left: 10px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select,
.py-select {
    position: relative;
    display: inline-block;
    width: 298px;
    height: 48px;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    color: #363c43;
    border-radius: 10px;
    border: 2px solid #cccccc;
    cursor: pointer;
}

.py-select a {
    color: #363c43;
}

.py-select.open .select-options {
    display: block;
}

.select-styled {
    position: relative;
    background-color: #fff;
    padding: 12px 12px;
    border-radius: 10px;
    padding-right: 60px;
}

.select-styled:after {
    top: 0;
    right: 12px;
    width: 16px;
    height: 100%;
    background-image: url(images/arrow-bottom-g.png);
    content: "";
}

.select.active {
    border-color: #6B1A69;
}

ul.select-options {
    position: absolute;
    display: none;
    top: 0;
    width: calc(100% + 3px);
    right: 0;
    left: -1px;
    background-color: #fff;
    margin: 0;
    margin-top: 56px;
    padding: 0;
    border: 1px solid #cccccc;
    list-style: none !important;
    z-index: 999;
    border-radius: 15px;
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

ul.select-options li {
    margin: 0;
    padding: 10px 0;
    text-indent: 15px;
    font-size: 1em;
    color: #757575;
}

ul.select-options li:before {
    display: none;
}

ul.select-options li:hover,
ul.select-options li.is-selected {
    background: #f1f5ed;
}

ul.select-options li[rel="hide"] {
    display: none;
}

label:nth-child(3) .select-options {
    left: -2px;
}

.select-filter label:nth-child(2) .select-options {
    left: -2px;
}


/* End of Custom Select */

.large-wrapper {
    max-width: 1280px;
    width: 92%;
}

.member-blocks {
    width: 90%;
    max-width: 960px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.member-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 22%;
    flex: 1 0 22%;
    max-width: 22%;
    margin: 1% 1.5%;
}

.page-template-page-members .member-col:nth-child(1) .member-block,
.page-template-page-members .member-col:nth-child(2) .member-block,
.page-template-page-members .member-col:nth-child(3) .member-block {
    background-color: #e6f0e4;
}

.member-block {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.member-block h3 {
    font-size: 3em;
    font-weight: 800;
    line-height: 1.2;
    /*3*/
    margin-bottom: 4%;
}

.member-block p {
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 7%;
}

.member-content {
    padding: 2em 2em 3em 2em;
}

.member-title {
    font-size: 2.4em;
    font-weight: 800;
    line-height: 1.2;
    /*2.4*/
    margin-bottom: 4%;
}

.member-photo {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 15px 15px 0 0;
}

.inpage-slider-container,
.inpage-slider-container .bx-wrapper,
.inpage-slider-container .bx-viewport,
.inpage-slider {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 33%;
}

.inpage-slider-container {
    margin-bottom: 7em;
}

.inpage-slider-container .slide-caption {
    width: 100%;
}

.inpage-slider-container h3 {
    font-size: 3.2em;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.inpage-slide:before {
    background: black;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, black 100%);
    content: "";
}

.filter-top {
    border-top: 1px solid #757575;
    padding-top: 1.5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-border {
    border: 0;
}

.tc-heading {
    font-size: 3em;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1em;
}

.custom-table thead tr {
    background-color: #6B1A69 !important;
}

.custom-table th {
    background-color: #6B1A69;
    color: #fff;
    font-size: 2.3em;
    font-weight: 800;
    line-height: 1.4;
    text-align: left;
    border: 0;
    padding: 1.5% 1%;
    vertical-align: top;
}

.custom-table tr:nth-child(odd) {
    background-color: #e6f0e4;
    border: 0;
}

.custom-table td {
    border: 0;
    padding: 1.5% 1%;
    font-size: 2.3em;
    font-weight: 400;
    line-height: 1.4;
    vertical-align: top;
}

.custom-table td span:first-child {
    margin-right: 5%;
    width: 70px;
}

.custom-table td span:last-child {
    width: calc(93% - 70px);
}

.custom-table td span {
    display: inline-block;
    vertical-align: top;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 7em;
}

.page-numbers,
.pagination-number {
    font-size: 2.1em;
    font-weight: 400;
    line-height: 1.2;
    border: 1px solid #cccccc;
    color: #363C43;
    border-radius: 5px;
    width: 43px;
    height: 43px;
    padding: 10px 0 8px 0;
    margin: 0 5px;
}

.page-numbers:hover,
.pagination-number:hover {
    color: #6B1A69;
    border-color: #6B1A69;
}

.pagination-number,
.page-numbers.prev,
.page-numbers.next {
    width: 43px;
    height: 43px;
    background-size: 8px;
    cursor: pointer;
}

span.pagination-number {
    border: 0;
    opacity: 0.3;
}

.page-numbers.prev {
    background-image: url(images/arrow-prev-d.png);
}

.page-numbers.next {
    background-image: url(images/arrow-next-d.png);
}

.page-numbers.current {
    color: #6B1A69;
    border-color: #6B1A69;
}

.pagination-first,
.pagination-last {
    display: none;
}

.achievements-control {
    margin-bottom: 10em;
    margin-top: 1em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.achievements-control a {
    max-width: 40%;
    font-size: 2.1em;
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 2px solid #6B1A69;
}

.achievements-control a span {
    width: calc(100% - 30px);
    display: inline-block;
}

.single-activity .achievements-control a {
    border: 0;
}

.single-activity .achievements-control a span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-skip-ink: none;
}

.ac-prev:before {
    width: 13px;
    height: 13px;
    margin-right: 10px;
    background-image: url(images/arrow-prev-p.png);
    content: "";
}

.ac-next:after {
    width: 13px;
    height: 13px;
    margin-left: 10px;
    background-image: url(images/arrow-next-p.png);
    content: "";
}

.activity-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.activity-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 31.3%;
    flex: 1 0 31.3%;
    max-width: 31.3%;
    margin: 0 1% 3% 1%;
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.activity-col .hn-content {
    padding: 3em;
}

.activity-col a.ha-tab {
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1.2;
    border-radius: 3px;
}

.activity-col h3 {
    font-size: 2.4em;
}

.main-menu ul ul ul {
    border-radius: 15px;
}

.main-menu ul ul ul:before {
    top: 14px;
    left: -15px;
    width: 19px;
    height: 11px;
    content: "";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.table-heading,
.table-blank {
    display: none;
}

.main-menu ul ul {
    top: 100%;
}

.main-menu ul ul:before {
    top: -8px;
}

.main-menu>ul>li>ul>li:first-child {
    border-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.main-menu>ul>li>ul>li:last-child {
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.member-block-top {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin-bottom: 6em;
}

.mbt-photo {
    position: relative;
    width: 158px;
    height: 158px;
    margin-right: 3%;
}

.mbt-photo img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.mbt-brief {
    max-width: 500px;
    width: 100%;
}

.content-block .search-form {
    width: 100%;
    margin-bottom: 3em;
}

.content-block .search-form .search-field {
    width: 100%;
}

.content-block .search-form input[type="search"] {
    height: 100%;
    width: 100%;
    background-color: transparent;
    font-size: 2em;
    padding: 10px 20px;
}

.content-block .search-form .search-form-submit {
    font-size: 0;
    background: none;
}

.content-block .search-form .search-form-submit input {
    background-image: url(images/search.png);
    width: 36px;
    height: 36px;
    background-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
}

.search-page-count {
    padding-bottom: 1em;
}

.search-result {
    display: block;
    margin-bottom: 1em;
}

.search-result-title {
    font-size: 2.2em;
    font-weight: 700;
}

.content-search-form .pagination {
    padding-bottom: 6em;
}

.content-search-form .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-activity h6,
p.wp-caption-text {
    font-size: 2em;
    margin-bottom: 24px;
}

p.wp-caption-text {
    text-align: center;
}

.single-activity h6 {
    margin-top: -1em;
}

.text-block .wp-caption {
    overflow: hidden;
}

.text-block .wp-caption,
.text-block img {
    display: block;
    max-width: 100%;
}

.text-block .wp-caption,
.text-block img.aligncenter {
    margin: auto;
}

.text-block>img {
    margin-bottom: 33px;
}

.single-activity .video-container,
.single-activity .text-block p.aligncenter {
    margin-bottom: 33px;
}

.wp-caption {
    margin: auto;
}

.page-template-page-news .content {
    overflow: hidden;
}

.wp-caption p {
    margin-top: 0.5em;
}

.text-block>ul {
    font-size: 1.4em;
}

.text-block>ul img {
    margin-top: 10px;
}

.text-block ul img,
.single-activity .text-block p {
    margin-bottom: 33px;
}

.pdf-container {
    position: relative;
    width: 100%;
    padding-bottom: 138%;
}

.pdf-container object {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ib-caption p,
.ib-caption a {
    margin-top: -1em;
    font-size: 2em;
    margin-bottom: 24px;
    text-align: center;
}

.ib-caption ul {
    font-size: 1.25em;
    text-align: left;
}

.page-template-default .text-block.default>.wrapper:first-child {
    padding-top: 0;
}

.patent-headings {
    background-color: #6B1A69;
    color: #fff;
    font-size: 2.4em;
    font-weight: 800;
    line-height: 1.4;
    text-align: left;
    border: 0;
    padding: 1.5% 1%;
}

.ph-1,
.pr-1 {
    width: 180px;
}

.ph-2,
.pr-2 {
    width: calc(100% - 180px);
}

.patent-row {
    border: 0;
    padding: 1.5% 1%;
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.4;
    vertical-align: top;
}

.patent-row p {
    font-size: 1em;
}

.patent-row:nth-child(odd) {
    background-color: #e6f0e4;
}

.rs-content,
.rs-date,
.hr-right,
.research-img {
    display: block;
}

.rs-content {
    color: #363C43;
}

.flex.grid-1-3>.grid-col {
    width: 100%;
    margin: 0 0.8% 1.5% 0.8%;
}

.flex.grid-1-3>.grid-col:first-child {
    margin-left: 0;
}

.flex.grid-1-3>.grid-col:last-child {
    margin-right: 0;
}

.file-link {
    display: block;
    font-size: 2.4em;
    text-decoration: underline;
    margin-bottom: 1em;
}

.file-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(images/attach-file.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.image-col .image-block {
    margin-top: 1em;
}

.image-col .image-block:first-child {
    margin-top: 0;
}


.achievements-control {
    align-items: center;
}
.ac-prev-outer,
.ac-next-outer {
    max-width: 45%;
}
.ac-prev, .ac-next {
    position: relative;
}
.achievements-control a {
    max-width: none;
}
.achievements-control a span {
    width: 100%;
}
.ac-prev span {
    padding-left: 30px;
}
.ac-next span {
    padding-right: 30px;
}
.ac-prev:before,
.ac-next:after {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ac-prev:before {
    left: 0;
}
.ac-next:after {
    right: 0;
}

.single-activity .text-block table{
	    width: 100%; 
}
.single-activity .text-block tbody>tr:first-child td{
	    background-color: #6B1A69;
    color: #fff;
    font-size: 2.3em;
    font-weight: 800;
    line-height: 1.4;
    text-align: left;
    border: 0;
    padding:1%;
    vertical-align: top;
}
.single-activity .text-block td{
	  border: 0;
    padding: 1%;
    font-size: 2.3em;
    font-weight: 400;
    line-height: 1.4;
    vertical-align: top;
	overflow-wrap: break-word;
} 

.single-activity .text-block tbody>tr:nth-child(odd) {
    background-color: #e6f0e4;
    border: 0;
}
.single-news .text-block img{
	margin-bottom:1em;
}
 
