.announcement {
    background-color: #0097a9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    font-weight: 700;
    line-height: 1.21;
    text-align: left;
    position: relative
}

@media only screen and (max-width:767px) {
    .announcement {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.announcement:after {
    background-color: inherit;
    content: '';
    display: block;
    height: 100%;
    left: 99%;
    position: absolute;
    top: 0;
    width: 300%;
    z-index: -1
}

@media only screen and (max-width:767px) {
    .announcement:after {
        left: -150%
    }
}

.announcement a {
    -ms-flex-align: left;
    align-items: left;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3rem;
    width: 100%
}

@media only screen and (max-width:989px) {
    .announcement a {
        -ms-flex-pack: baseline;
        justify-content: baseline;
        padding: 2rem 3rem
    }
}

@media only screen and (max-width:767px) {
    .announcement a {
        padding: 2rem 0 1.4rem
    }
}

.announcement a:hover {
    text-decoration: none
}

.announcement a:hover .arrow-white-right {
    background-position: -5px 0
}

.announcement h2 {
    font-weight: 700;
    line-height: 1.21;
    margin-bottom: 2.7rem;
    color: #fff
}

@media only screen and (max-width:767px) {
    .announcement h2 {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.28;
        letter-spacing: .2px;
        margin-bottom: 1.1rem
    }
}

.announcement .arrow-white-right {
    background: url(../images/cta-arrow-white.svg) -20px 0 no-repeat;
    height: 20px;
    width: 50px;
    transition: background-position .3s ease-in-out;
    color: green;
}

.brand {
    left: -70px
}

.brand:after,
.brand:before {
    background-color: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.brand:before {
    left: -95%
}

@media only screen and (max-width:767px) {
    .brand:before {
        left: -80%
    }
}

.brand:after {
    right: -102%
}

@media only screen and (max-width:767px) {
    .brand:after {
        right: -100%
    }
}

@media only screen and (max-width:767px) {
    .brand {
        background-image: url(//cdn.ucl.ac.uk/indigo/images/ucl-logo.svg);
        background-size: auto 100%;
        background-position: 98% bottom;
        background-repeat: no-repeat;
        border-bottom: .5em solid #0097a9;
        height: 5.7rem;
        left: 0;
        position: relative
    }
}

.brand__heading {
    left: 9.6rem;
    top: 15%;
    font-weight: 700
}

@media screen and (min-width:766px) and (max-width:1090px) {
    .brand__heading {
        left: 6.2rem
    }
}

@media only screen and (max-width:767px) {
    .brand__heading {
        display: none
    }
}

.brand__link {
    right: -3rem
}

@media only screen and (max-width:767px) {
    .brand__link {
        height: 100%;
        right: 2%;
        width: 10rem
    }
}

.brand__logo {
    margin-left: 3.5rem
}

@media only screen and (max-width:767px) {
    .brand__logo {
        margin-left: 0;
        display: none
    }
}

.course__finder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-top: .9rem
}

@media only screen and (max-width:767px) {
    .course__finder {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.course__finder:after,
.course__finder:before {
    content: '';
    display: block;
    top: .9rem;
    width: 300%;
    z-index: -1;
    bottom: 0;
    position: absolute
}

.course__finder:before {
    background-color: #0097a9;
    right: 98%
}

@media only screen and (min-width:768px) and (max-width:989px) {
    .course__finder:before {
        right: 97%
    }
}

@media only screen and (max-width:767px) {
    .course__finder:before {
        display: none
    }
}

.course__finder:after {
    background-color: #efeee8;
    left: 98%
}

@media only screen and (min-width:768px) and (max-width:989px) {
    .course__finder:after {
        left: 97%
    }
}

@media only screen and (max-width:767px) {
    .course__finder:after {
        display: none
    }
}

.course__finder__title {
    background-color: #0097a9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    position: relative;
    padding: 5rem 3rem 5rem 0;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 347px;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .course__finder__title {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-left: -2rem;
        margin-right: -2rem;
        padding: 3rem 2rem
    }
}

.course__finder__title h2 {
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 1rem;
    left: 0;
    position: relative;
    transition: left .5s ease-in-out
}

@media only screen and (min-width:768px) and (max-width:989px) {
    .course__finder__title h2 {
        font-size: 36px;
        font-size: 3.6rem
    }
}

@media only screen and (max-width:767px) {
    .course__finder__title h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.21;
        letter-spacing: .02rem
    }
}

.course__finder__title h2.secondary-title {
    left: 100%;
    position: absolute;
    width: 347px;
    padding-right: 3rem
}

@media only screen and (min-width:768px) and (max-width:989px) {
    .course__finder__title h2.secondary-title {
        width: 90%
    }
}

@media only screen and (max-width:767px) {
    .course__finder__title h2.secondary-title {
        width: 90%
    }
}

.course__finder__form {
    /* display: -ms-flexbox;
    display: flex; */
    -ms-flex: 1;
    flex: 1;
    background-color: #efeee8;
    padding: 5rem 0 5rem 5rem;
    position: relative
}

@media screen and (min-width:766px) and (max-width:1090px) {
    .course__finder__form {
        min-height: 200px
    }
}

@media only screen and (max-width:767px) {
    .course__finder__form {
        -ms-flex: 1;
        flex: 1;
        margin-left: -2rem;
        margin-right: -2rem;
        padding: 3rem 2rem 4rem
    }
}

.course__finder__form p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.course__finder__form .panel-nav {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 2.5rem
}

@media only screen and (max-width:767px) {
    .course__finder__form .panel-nav {
        bottom: 1rem;
        top: auto;
        right: 2rem
    }
}

.course__finder__form .panel-nav svg {
    font-size: 36px
}

.course__finder__form .panel-nav ul {
    margin: 0
}

.course__finder__form .panel-nav ul li {
    list-style: none;
    display: inline-block;
    margin-right: 1.3rem;
    color: #333
}

.course__finder__form .panel-nav ul li:last-child {
    width: 18px;
    margin-right: 0
}

.course__finder__form .panel-nav ul li a.arrow-prev {
    opacity: 0;
    cursor: default;
    color: #8C8279
}

.course__finder__form .panel-nav ul li a.dot-one span {
    background-color: #034da1
}

.course__finder__form .panel-nav ul li a.dot-two span {
    background-color: #fff
}

.course__finder__form .panel-nav ul li a.arrow-next {
    opacity: 1;
    color: #8C8279;
    transition: all .5s ease-in-out
}

.course__finder__form .panel-nav a {
    display: block
}

.course__finder__form .panel-nav .dot span {
    text-indent: -9999px;
    position: relative;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background-color: #034da1;
    top: 0
}

.course__finder__form form {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%
}

@media screen and (min-width:766px) and (max-width:1090px) {
    .course__finder__form form {
        min-height: 120px
    }
}

@media only screen and (max-width:767px) {
    .course__finder__form form {
        min-height: 120px
    }
}

.course__finder__form .search__panel {
    position: absolute;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out
}

.course__finder__form .search__panel--one {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.course__finder__form .search__panel--two {
    position: relative;
    -webkit-transform: translate3d(120%, 0, 0);
    transform: translate3d(120%, 0, 0);
    width: 100%
}

.course__finder__form .search__panel--two .search-box__submit-wrapper {
    margin-bottom: 1.2rem
}

.course__finder__form .search__panel--two .form__group {
    margin-bottom: 0
}

.course__finder__form .form__group {
    position: relative
}

.course__finder__form .form__group .degree__type,
.course__finder__form .form__group .qual__type {
    position: relative;
    padding-right: 12.4rem
}

@media screen and (min-width:766px) and (max-width:1090px) {
    .course__finder__form .form__group .degree__type,
    .course__finder__form .form__group .qual__type {
        padding-right: 0
    }
}

@media only screen and (max-width:767px) {
    .course__finder__form .form__group .degree__type,
    .course__finder__form .form__group .qual__type {
        padding-right: 0
    }
}

.course__finder__form .form__group .degree__type:after,
.course__finder__form .form__group .qual__type:after {
    content: '\f078';
    font-family: "Font Awesome 5 Solid";
    width: 20px;
    height: 20px;
    display: none
}

.course__finder__form .form__group .degree__type svg,
.course__finder__form .form__group .qual__type svg {
    position: absolute;
    right: 14rem;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -.3rem;
    pointer-events: none
}

@media screen and (min-width:766px) and (max-width:1090px) {
    .course__finder__form .form__group .degree__type svg,
    .course__finder__form .form__group .qual__type svg {
        right: 1.2rem
    }
}

@media only screen and (max-width:767px) {
    .course__finder__form .form__group .degree__type svg,
    .course__finder__form .form__group .qual__type svg {
        right: 1.2rem
    }
}

.course__finder__form .form__group select {
    font-size: 20px;
    font-size: 2rem;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 700;
    line-height: 1.15;
    padding: 0 2rem
}

@media screen and (min-width:766px) and (max-width:1090px) {
    .course__finder__form .form__group select {
        padding-right: 3.5rem
    }
}

.course__finder__form .form__group select::-ms-expand {
    display: none
}

.course__finder__form .form__group .button-next,
.course__finder__form .form__group input[type=submit] {
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    width: 124px;
    height: 44px;
    background-color: #615957;
    font-weight: 700;
    color: #fff;
    top: 0;
    border: none;
    border-radius: none;
    -webkit-appearance: none
}

@media screen and (min-width:766px) and (max-width:1090px) {
    .course__finder__form .form__group .button-next,
    .course__finder__form .form__group input[type=submit] {
        position: relative
    }
}

@media only screen and (max-width:767px) {
    .course__finder__form .form__group .button-next,
    .course__finder__form .form__group input[type=submit] {
        position: relative
    }
}

.course__finder__form .form__group .button-next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.course__finder__form .form__group input[type=search] {
    background-color: #fff;
    border: .1rem solid #d6d2c4;
    height: 45px
}

@media only screen and (max-width:767px) {
    .course__finder__form .form__group input[type=search] {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.course__finder__form .form__group .qual__type,
.course__finder__form .form__group .search__links--pgt,
.course__finder__form .form__group .search__links--short,
.course__finder__form .form__group .search__links--ug {
    display: none
}

.course__finder__form .form__group .search__links--top {
    border-bottom: solid .1rem #8c8279;
    padding-bottom: 1.7rem
}

.course__finder__form .form__group .search__links--bottom {
    margin-bottom: 0
}

.course__finder__form .form__group .search__links ul {
    margin-left: 0
}

.course__finder__form .form__group .search__links li {
    list-style: none;
    display: inline-block;
    margin-right: 3.5rem
}

.course__finder__form .form__group .search__links li:last-child {
    margin-right: 0
}

.course__finder__form .form__group .search__links a {
    color: #034da1;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .03rem
}

.course__finder__form .form__group .search__links a svg {
    font-size: 14px;
    margin-left: .6rem;
    margin-top: .8em
}

.course__finder.show-quals .qual__type {
    display: block
}

.course__finder.show-quals .button-next {
    top: 5.5rem
}

@media screen and (min-width:766px) and (max-width:1090px) {
    .course__finder.show-quals .button-next {
        top: 0
    }
}

@media only screen and (max-width:767px) {
    .course__finder.show-quals .button-next {
        top: 0
    }
}

.course__finder.show-quals-ug h2.default-title {
    left: -120%
}

.course__finder.show-quals-ug .search__links .search__links--ug {
    display: block
}

.course__finder.show-quals-ug .secondary-title--ug {
    display: block;
    left: 0
}

@media only screen and (max-width:767px) {
    .course__finder.show-quals-ug .secondary-title--ug {
        left: 2rem
    }
}

.course__finder.show-quals-pgt h2.default-title {
    left: -120%
}

.course__finder.show-quals-pgt .search__links .search__links--pgt {
    display: block
}

.course__finder.show-quals-pgt.qual--research .secondary-title--pgt-research,
.course__finder.show-quals-pgt.qual--taught .secondary-title--pgt-taught {
    display: block;
    left: 0
}

@media only screen and (max-width:767px) {
    .course__finder.show-quals-pgt.qual--taught .secondary-title--pgt-taught {
        left: 2rem
    }
}

@media only screen and (max-width:767px) {
    .course__finder.show-quals-pgt.qual--research .secondary-title--pgt-research {
        left: 2rem
    }
}

.course__finder.show-quals-short h2.default-title {
    left: -120%
}

.course__finder.show-quals-short .search__links .search__links--short {
    display: block
}

.course__finder.show-quals-short .secondary-title--short {
    display: block;
    left: 0
}

.course__finder.show-second .search__panel--one {
    -webkit-transform: translate3d(-120%, 0, 0);
    transform: translate3d(-120%, 0, 0)
}

.course__finder.show-second .search__panel--two {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.course__finder.show-second .panel-nav ul li a.arrow-prev {
    opacity: 1;
    transition: all .5s ease-in-out
}

.course__finder.show-second .panel-nav ul li a.dot-one span {
    background-color: #fff
}

.course__finder.show-second .panel-nav ul li a.dot-two span {
    background-color: #034da1
}

.course__finder.show-second .panel-nav ul li a.arrow-next {
    opacity: 0;
    cursor: default
}

.footer {
    background-color: #333
}

.footer__inner {
    margin: 0 auto;
    background-color: #333
}

.footer__inner.wrapper {
    padding: 2.7rem 0
}

@media only screen and (max-width:767px) {
    .footer__inner h2 {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: .03rem
    }
}

.footer h2.as-h5 {
    line-height: 1.5;
    color: #fff
}

.footer__social {
    border-bottom: .1rem solid #fff
}

@media only screen and (max-width:767px) {
    .footer__social {
        margin-bottom: 3.7rem;
        border-bottom: none
    }
}

.footer__social h2 {
    margin-bottom: 1.2rem
}

@media only screen and (max-width:767px) {
    .footer__social h2 {
        margin-bottom: 1.8rem
    }
}

@media only screen and (max-width:767px) {
    .footer__social .social__item {
        margin-bottom: .8rem
    }
}


.footer__links {
    margin-top: 1.6rem;
    border-bottom: .1rem solid #fff;
    display: flex;
}

@media only screen and (max-width:767px) { 
    .footer__links { 
        display: block;
    }
}

.footer__links .block{
 margin-left: 0;
 margin-right: 0;
 flex: 0 0 25%;
 max-width: 25%;
 padding: 0;
 float: none;
}

@media only screen and (max-width:767px) { 
 .footer__links .block{
        max-width: 100%;
     }   
}

.footer__links h2 {
    margin-bottom: .7rem
}

@media only screen and (max-width:767px) {
    .footer__links h2 {
        margin-bottom: .9rem
    }
}

.footer__list {
    margin-bottom: 1.6rem
}

@media only screen and (max-width:767px) {
    .footer__list {
        margin-bottom: 1rem
    }
}

.footer__item {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: .5rem
}

.footer__details {
    margin-top: 3.2rem;
    display: flex;
}

.footer__details .block{
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    float: none;
}

.footer__details .block--col-1 {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
    float: none;
}

.footer__details .block--col-2 {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0;
    float: none;
}

@media only screen and (max-width:767px) {
    .footer__details {
        display: block;
        }
    .footer__details .block--col-2 {
        max-width: 100%;
    }
}

.footer address {
    font-style: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .02rem
}

.footer .copyright-text {
    display: block;
    line-height: 2.2;
    margin-bottom: .8rem
}

.footer .list-inline--divided li {
    letter-spacing: .02rem;
    margin-right: 0
}

.footer .list-inline--divided li:after {
    margin-left: 0
}

@media only screen and (max-width:767px) {
header.header {
position: fixed;
width: 100%
}
body.mobile-open header.header {
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
}
}

.hero img,
header .header__open {
    display: none
}

@media only screen and (max-width:767px) {
    .menu-button.wrapper {
         position: absolute;
         top:15px;
     }
    header .header__open {
        display: block;
        left: 1.6rem
    }
    .mobile-open header .header__open {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><g fill="none"><g fill="%23D8D8D8"><rect transform="translate(-537 -252)translate(518 230)translate(1 0)translate(25.424621 29.424621)rotate(45)" x="-10" y="-0.5" width="20" height="1"/><rect transform="translate(-537 -252)translate(518 230)translate(1 0)translate(25.424621 29.424621)scale(-1 1)rotate(45)" x="-10" y="-0.5" width="20" height="1"/></g></g></svg>');
        width: 25px;
        height: 27px;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .mobile-open header .header__open img {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .hero img {
        display: block
    }
}

.hero--video {
    left: 0;
    height: 400px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .hero--video {
        margin-top: 5.7rem;
        height: 100%
    }
}

.hero__title {
    background-color: #fff;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    position: relative;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767px) {
    .hero__title {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.hero__title:before {
    background-color: inherit;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 99%;
    top: 0;
    width: 300%;
    z-index: -1
}

.hero__title h1 {
    color: #333;
    font-size: 56px;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: .02rem;
    padding-top: 3rem;
    margin-bottom: 1rem;
    padding-right: 6rem
}

@media only screen and (max-width:989px) {
    .hero__title h1 {
        font-size: 40px;
        font-size: 4rem;
        padding: 2rem 0;
        margin: 0
    }
}

@media only screen and (max-width:767px) {
    .hero__title h1 {
        font-size: 30px;
        font-size: 3rem;
        padding: 2rem 0 4rem;
        margin: 0;
        line-height: 1.07
    }
}
@media only screen and (min-width:767px) {
  .hero .bg-image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    min-width: 1000px
  }
}

.hero .bg-video {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    min-width: 1000px
}
#hero--play--pause--buttons--container {
  position: absolute;
  top: 74%;
  left: 80%;
}

#hero--video--pause--button,
#hero--video--play--button {
  background-color: transparent;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:3px;
  border-radius:1px;
}

@media only screen and (max-width:767px) {
    .hero .bg-video,
    #hero--video--play--button,
    #hero--video--pause--button {
        display: none
    }
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff
}

.wrapper {
    max-width: 1160px;
    padding: 0 15px
}

.row {
    padding-bottom: 5rem
}

@media only screen and (max-width:989px) {
    .row {
        padding-bottom: 4rem
    }
}

@media only screen and (max-width:767px) {
    .row {
        padding-bottom: 1rem
    }
}

.row--white {
    background-color: #fff
}

.row--grey {
    background-color: rgba(140, 130, 121, .2)
}

.row--grey--mobile {
    background-color: #fff
}

@media only screen and (max-width:767px) {
    .row--grey--mobile {
        background-color: rgba(140, 130, 121, .2)
    }
}

.row--blue {
    background-color: rgba(155, 184, 211, .3);
    padding-bottom: 2rem
}

@media only screen and (max-width:767px) {
    .row--blue {
        margin-top: 4rem
    }
}

.row .site-content {
    display: -ms-flexbox;
    display: flex
}

.row .site-content--block {
    display: block
}

@media only screen and (max-width:767px) {
    .row .site-content {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.masthead {
    background-color: #3c3c3c;
    border-bottom: .8rem solid #000;
    height: auto;
}

@media screen and (min-width:766px) and (max-width:1090px) {
    .masthead {
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .masthead {
        background-color: #333;
        left: -100%;
        position: absolute;
        border-bottom: 0
    }
}

@media only screen and (min-width:768px) and (max-width:989px) {
    .masthead .wrapper {
        padding-left: 0
    }
}

@media only screen and (max-width:767px) {
    .masthead .wrapper {
        background-color: #333;
        padding-bottom: 5.5rem;
        position: relative;
    }
}

.masthead__item {
    padding-bottom:.3rem;
}

.masthead__list {
    margin: .3rem 0 0 2.6rem;
    width: auto;
    margin-top: 0;
}

@media screen and (min-width:766px) and (max-width:1090px) {
    .masthead__list {
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .masthead__list {
        margin-top: 9.5rem;
        margin-left: 0;
        padding: 0 .7rem;
        width: 100%
    }
}

.masthead__link {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-font-smoothing: auto
}

.masthead .give-link {
    background: #f6be00; 
    color: #000;
    padding: 0 1em 0 1em;
 
}

.masthead .give-link a {
    color: #000;
}

@media only screen and (max-width:767px) {
    .masthead .give-link {
        margin-left: 0;
        width: 20%;
        padding: 1em 0 1em 1em;
        height: auto;
    }
}

.masthead__search {
    position: absolute;
    right: 0
}

.masthead__search .easy-autocomplete-container li {
    color: #333;
}

@media screen and (min-width:766px) and (max-width:1090px) {
    .masthead__search {
        right: 0
    }
}

@media only screen and (max-width:767px) {
    .masthead__search {
        position: absolute;
        top: 1rem;
        right: 0;
        margin-top: 1.6rem;
        margin-bottom: 1rem;
        padding: 0 .7rem;
        width: 97.5%;
    }
}

.masthead__search form {
    width: 100%
}

@media only screen and (max-width:767px) {
    .masthead__search form {
        position: relative
    }
}

.masthead__search .search-form {
    left: auto;
    width: 70%;
    right: 0;
    border-radius: 0.5rem;
}

@media only screen and (min-width:768px) and (max-width:989px) {
    .masthead__search .search-form {
        width: 60%
    }
}

@media only screen and (max-width:767px) {
    .masthead__search .search-form {
        margin: 0;
        left: 0;
        top: 0;
        right: 0;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .masthead__search .search-form__input {
        height: 44px
    }
}

.masthead__search .search-form__input--submit {
    border-radius: 0;
    left: auto;
    width: 4em;
    right: 0
}

@media only screen and (max-width:767px) {
    .masthead__search .search-form__input--submit {
        left: auto;
        right: 0;
        top: -.7rem
    }
}

@media only screen and (max-width:767px) {
    .mobile-open .masthead {
        top: 6.5rem;
        left: 0;
        width: 100%
    }
}

.news__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

@media only screen and (max-width:767px) {
    .news__block {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.news__introduction {
    margin-right: 5%;
    width: 33%;
    z-index: 3;
    margin-top: 6.2rem
}

@media only screen and (max-width:767px) {
    .news__introduction {
        margin-right: 0;
        width: 100%;
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .news__introduction h2 {
        margin-top: 3rem;
        margin-bottom: 2.4rem
    }
}

.news__introduction p {
    font-size: 18px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: .03rem;
    text-align: left;
    color: #333;
    text-shadow: 0 0 2.5rem #fff, 0 0 5rem #fff;
    margin-bottom: 4.3rem
}

@media only screen and (max-width:767px) {
    .news__introduction p {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 1.9rem
    }
}

.news__carousel__wrapper {
    width: 66%;
    margin-top: 6.2rem
}

@media only screen and (max-width:767px) {
    .news__carousel__wrapper {
        width: 100%;
        margin-top: 0
    }
}

.news__carousel {
    width: 100%;
    margin-left: 0
}

.news__item a h3,
.news__item a p {
    color: #333
}

.news__item a:hover h3,
.news__item a:hover p {
    color: #034da1;
}

.news__item a:hover {
    text-decoration: none;
}


.news__item h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: .02rem;
    margin-bottom: 12px
}

@media only screen and (max-width:767px) {
    .news__item h3 {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.28;
        letter-spacing: .02rem
    }
}

.news__item p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.36
}

@media only screen and (max-width:767px) {
    .news__item p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        letter-spacing: .2px
    }
}

.news__item img {
    margin-bottom: 1.1rem
}

@media only screen and (max-width:767px) {
    .news__item img {
        margin-bottom: 1.5rem
    }
}

.news__item--most-read {
    background-color: rgba(140, 130, 121, .1);
    padding: 2rem
}

.news__item--most-read h4 {
    margin-bottom: 5rem;
    font-size: 2.4rem;
    line-height: 1.17;
    letter-spacing: .2px
}

.news__item--most-read ul {
    padding: 0;
    margin: 0 0 5.3rem
}

.news__item--most-read ul li {
    list-style: none;
    margin-bottom: 1.2rem
}

.news__item--most-read ul li a {
    font-size: 1.7rem;
    line-height: 1.33;
    color: #333
}

.news__item--most-read ul li a:hover {
    text-decoration: none;
    color: #034da1
}

.news__item--most-read a {
    color: #034da1;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .03rem
}

.news__item--most-read a svg {
    font-size: 14px;
    margin-left: .6rem;
    margin-top: .8em;
    position: relative;
    right: 0;
    transition: all .2s ease-in-out
}

.news__item--most-read a:hover {
    text-decoration: none
}

.news__item--most-read a:hover svg {
    right: -.3rem
}

.owl-carousel2.owl-off {
    display: block
}

.owl-carousel2 .owl-stage {
    margin-left: -5rem
}

@media only screen and (max-width:767px) {
    .owl-carousel2 .owl-stage {
        margin-left: 0
    }
}

.owl-carousel2 .owl-video-playing .study__content,
.owl-carousel2 .owl-video-playing .study__image img {
    opacity: 0;
    transition: opacity .5s ease-out;
    z-index: -1
}

@media only screen and (max-width:767px) {
    .owl-carousel2 .owl-video-playing .study__content {
        opacity: 1;
        transition: none;
        z-index: 3
    }
}

.owl-carousel2 .owl-stage-outer {
    overflow: visible
}

.owl-carousel2 .owl-stage-outer:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 300%;
    background-color: #fff;
    right: 100%;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .owl-carousel2 .owl-stage-outer:before {
        display: none
    }
}

.owl-carousel2 .owl-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:767px) {
    .owl-carousel2 .owl-video-wrapper {
        background-color: #fff
    }
}

.owl-carousel2 .owl-video-frame iframe {
    height: 100%
}

.owl-carousel2 .owl-video-play-icon {
    margin: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-image: url(../images/video-play.svg);
    background-position: 2rem 8rem;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
    background-size: 41px 41px;
}

@media only screen and (max-width:1000px) {
    .owl-carousel2 .owl-video-play-icon {
        background-position: 2rem 2rem
    }
}

.owl-carousel2 .owl-video-play-icon:hover {
    background-image: url(../images/video-play-over.svg);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-size: 41px 41px;
}

.owl-carousel2 .owl-video-tn {
    display: none
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    color: #034da1;
    line-height: 3.5rem;
    width: 52px;
    height: 52px;
    border: .1rem solid #034da1;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition: all .5s ease-in-out
}

.owl-nav .owl-next:before,
.owl-nav .owl-prev:before {
    display: none;
    font-family: "Font Awesome 5 Solid"
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
    cursor: pointer;
    color: #fff;
    background-color: #034da1
}

.owl-nav .owl-next svg,
.owl-nav .owl-prev svg {
    margin-top: .8rem;
    font-size: 35px;
    font-size: 3.5rem
}

.owl-nav .owl-next.disabled,
.owl-nav .owl-prev.disabled {
    color: #d6d2c4;
    border-color: #d6d2c4
}

.owl-nav .owl-next.disabled:hover,
.owl-nav .owl-prev.disabled:hover {
    color: #d6d2c4;
    border-color: #d6d2c4;
    background-color: #fff;
    cursor: default
}

.owl-nav .owl-prev {
    margin-right: 1.1rem
}

.owl-nav .owl-prev:before {
    content: '\f104'
}

.owl-nav .owl-prev svg {
    margin-left: 1.5rem
}

.owl-nav .owl-next:before {
    content: '\f105'
}

.owl-nav .owl-next svg {
    margin-left: 1.8rem
}

.controls__paging {
    margin-bottom: 2.6rem
}

.controls__paging .owl-dot {
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    width: 50px;
    height: 2px;
    position: relative;
    padding: .5rem 0;
    display: inline-block;
    margin-right: .5rem
}

.controls__paging .owl-dot:before {
    content: '';
    position: absolute;
    background-color: #d6d2c4;
    width: 50px;
    height: 2px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.controls__paging .owl-dot.active:before {
    background-color: #034da1
}

.controls__paging .owl-dot:hover {
    cursor: pointer
}

div[class*=desktop__controls].owl-nav,
div[class*=mobile__controls].owl-nav {
    display: block
}

@media only screen and (max-width:767px) {
    div[class*=desktop__controls].owl-nav {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .study__carousel div[class*=desktop__controls].owl-nav {
        display: block
    }
}

.study__carousel .study__desktop__controls {
    margin-top: 3.8rem
}

@media only screen and (max-width:767px) {
    .study__carousel .study__desktop__controls {
        margin-top: .7rem
    }
}

@media only screen and (max-width:767px) {
    .study__carousel .controls__nav {
        display: none
    }
}

.people,
.promotion   {
    margin-bottom: 1.2rem;
    width: 100%
}

@media only screen and (max-width:767px) {
    .people,
    .promotion   {
        margin-right: -2rem
    }
}

.people h2,
.promotion  h2 {
    margin-top: 2.3rem;
    margin-bottom: 3.4rem
}

@media only screen and (max-width:767px) {
    .people h2,
    .promotion h2 {
        margin-top: 1.4rem;
        margin-bottom: 2.2rem
    }
}

.people__carousel .owl-off,
.promotion__carousel .owl-off {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row
}

@media only screen and (max-width:767px) {
    .people__carousel .owl-stage,
    .promotion__carousel .owl-stage  {
        margin-left: -2rem;
        margin-right: -2rem;
        display: -ms-flexbox;
        display: flex
    }
}

.people__carousel .people__mobile__controls,
.promotion__carousel .promotion__mobile__controls {
    margin-top: 4rem
}

@media only screen and (max-width:767px) {
    .people__carousel .people__mobile__controls,
    .promotion__carousel .promotion__mobile__controls {
        margin-top: 3rem
    }
}

.people__carousel .controls__paging,
.promotion__carousel .controls__paging {
    margin-bottom: 0
}

.people__item,
.promotion__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 1.5rem;
    margin-bottom: 0
}

.people__item:last-child,
.promotion__item:last-child {
    margin-right: 0
}

.people__item a:hover,
.promotion__item a:hover {
    text-decoration: none;
}

@media only screen and (max-width:767px) {
    .people__item,
    .promotion__item {
        min-width: 75%;
        height: 100%;
        background-color: #fff
    }
}

.people__image img,
.promotion__image img {
    margin-bottom: 0;
    display: block
}

.people__content,
.promotion__content {
    margin-top: 1.5rem
}

@media only screen and (max-width:767px) {
    .people__content,
    .promotion__content {
        margin-top: 0;
        background-color: #fff;
        padding: 1.2rem 1.4rem
    }
}

.people__content h3,
.promotion__content h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.17;
    margin-bottom: 1.6rem
}

@media only screen and (max-width:767px) {
    .people__content h3,
    .promotion__content h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.28;
        letter-spacing: .02rem;
        margin-bottom: 1.1rem
    }
}

.people__content p,
.promotion__content p {
    margin-bottom: 0
}

.people__content p.person__name,
.promotion__content p.person__name {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300
}

@media only screen and (max-width:767px) {
    .people__content p.person__name,
    .promotion__content p.person__name {
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: .3rem
    }
}

.people__content p.person__occ,
.promotion__content p.person__occ  {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.43
}

@media only screen and (max-width:767px) {
    .people__content p.person__occ,
    .promotion__content p.person__occ
     {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5
    }
}

.people a h3,
.people a p,
.promotion a h3,
.promotion a p {
    color: #333
}

.people a:hover h3,
.people a:hover p,
.promotion a:hover h3,
.promotion a:hover p {
    color: #034da1;
}

.photograph {
    background-color: #0097a9;
    left: 0;
    padding-bottom: 10.5%;
}

@media only screen and (max-width:767px) {
    .photograph {
        padding: 0;
    }
}

.photograph:after,
.photograph:before {
    background-color: #0097a9;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.photograph:before {
    left: -98%
}

.photograph:after {
    right: -98%
}

.site-content__inner {
    padding-left: 0;
    padding-right: 0;
    left: 0
}

.social__events h2 {
    margin-top: 5.3rem;
    margin-bottom: 4.3rem
}

@media only screen and (max-width:767px) {
    .social__events h2 {
        margin-top: 3.5rem;
        margin-bottom: 1.9rem
    }
}

.social__events h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.17;
    margin-bottom: 2.5rem
}

@media only screen and (max-width:767px) {
    .social__events h3 {
        margin-bottom: 1rem
    }
}

.social__events a {
    height: 20px;
    width: 50px;
    display: block
}

.social__events a .cta-arrow {
    background: url(../images/cta-arrow-black.svg) no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="55" height="16" viewBox="0 0 55 16"><title></title><desc></desc><g fill="none"><g fill="%23000"><path d="M54.7 7.7C54.7 7.8 54.6 8 54.5 8.1L46.8 15.2C46.6 15.4 46.4 15.5 46.1 15.4 45.8 15.2 45.7 15.1 45.7 14.8L45.7 10.3 0.6 10.3C0.5 10.3 0.3 10.2 0.2 10.1 0.1 10 0 9.8 0 9.6L0 5.8C0 5.6 0.1 5.4 0.2 5.3 0.3 5.2 0.5 5.1 0.6 5.1L45.7 5.1 45.7 0.6C45.7 0.4 45.8 0.2 46.1 0.1 46.4 0 46.6 0 46.8 0.2L54.5 7.2C54.6 7.3 54.7 7.5 54.7 7.7Z"/></g></g></svg>');
    background-position: -20px 0;
    background-repeat: no-repeat;
    height: 20px;
    width: 50px;
    display: block;
    transition: background-position .3s ease-in-out
}

.social__events a .cta-arrow:hover {
    background-position: -5px 0
}

.social__events .event__header {
    border-bottom: solid .1rem #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.social__events .event__header .event-date {
    -ms-flex: 1;
    flex: 1;
    margin-right: 2rem
}

.social__events .event-date {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700
}

.social__events .event-category {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.93
}

.social__events .event-location {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.17
}

@media only screen and (max-width:767px) {
    .social__events .event-location {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
        letter-spacing: .02rem
    }
}

.social__events .event-fee {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2rem
}

@media only screen and (max-width:767px) {
    .social__events .event-fee {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
        letter-spacing: .03rem
    }
}

.social__events .event-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.36;
    margin-bottom: 2.5rem
}

@media only screen and (max-width:767px) {
    .social__events .event-desc {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        letter-spacing: .02rem
    }
}

.social__events__featured {
    margin-bottom: 3.2rem
}

@media only screen and (max-width:767px) {
    .social__events__featured {
        margin-bottom: 2.5rem
    }
}

@media only screen and (max-width:767px) {
    .social__events__featured h3 {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.28;
        letter-spacing: .02rem
    }
}

.social__events__featured p {
    margin-bottom: 0
}

.social__events__featured .event__header {
    padding-bottom: .9rem;
    margin-bottom: 2.6rem
}

@media only screen and (max-width:767px) {
    .social__events__featured .event__header {
        padding-bottom: 0;
        margin-bottom: 2.2rem
    }
}

.social__events__featured .event__header .event-date {
    -ms-flex: 1;
    flex: 1;
    margin-right: 2rem
}

.social__events__featured .event__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width:767px) {
    .social__events__featured .event__item {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.social__events__featured .event__image {
    width: 668px;
    margin-right: 1.5rem
}

@media only screen and (min-width:768px) and (max-width:989px) {
    .social__events__featured .event__image {
        width: 48%
    }
}

@media only screen and (max-width:767px) {
    .social__events__featured .event__image {
        width: auto;
        margin: 0 -2rem
    }
}

.social__events__featured .event__image img {
    margin-bottom: 0;
    display: block
}

.social__events__featured .event__content {
    -ms-flex: 1;
    flex: 1;
    margin-top: 2.5rem
}

@media only screen and (max-width:767px) {
    .social__events__featured .event__content {
        margin-top: 1rem
    }
}

.social__events__featured .event__content a,
.social__events__featured .event__content h3,
.social__events__featured .event__content p[class^=event-] {
    margin-left: 20%
}

@media only screen and (min-width:768px) and (max-width:989px) {
    .social__events__featured .event__content a,
    .social__events__featured .event__content h3,
    .social__events__featured .event__content p[class^=event-] {
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .social__events__featured .event__content a,
    .social__events__featured .event__content h3,
    .social__events__featured .event__content p[class^=event-] {
        margin-left: 0
    }
}

.social__events__carousel .owl-off {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (min-width:768px) and (max-width:989px) {
    .social__events__carousel .owl-off {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:767px) {
    .social__events__carousel .owl-stage {
        margin-left: -2rem;
        margin-right: -2rem;
        display: -ms-flexbox;
        display: flex
    }
}

.social__events__carousel .owl-item {
    display: -ms-flexbox;
    display: flex
}

.social__events__carousel .event__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    margin-right: 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    padding: 2.5rem 1.2rem 4rem;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:989px) {
    .social__events__carousel .event__item {
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
        margin-right: 1.5rem;
        margin-bottom: 1.5rem
    }
}

@media only screen and (max-width:767px) {
    .social__events__carousel .event__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0;
        padding: 2.5rem 1.2rem
    }
}

.social__events__carousel .event__item img {
    margin-bottom: 0
}

.social__events__carousel .event__item a,
.social__events__carousel .event__item h3,
.social__events__carousel .event__item p[class^=event-] {
    padding-left: 1rem;
    padding-right: 1rem
}

@media only screen and (max-width:767px) {
    .social__events__carousel .event__item a,
    .social__events__carousel .event__item h3,
    .social__events__carousel .event__item p[class^=event-] {
        padding-left: 0;
        padding-right: 0
    }
}

.social__events__carousel .event__item p.event-category {
    padding-left: 0
}

.social__events__carousel .event__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.social__events__carousel .event__content a {
    position: absolute;
    bottom: 2rem;
    left: 1.2rem
}

.social__events__carousel h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.19
}

@media only screen and (max-width:767px) {
    .social__events__carousel h3 {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: .03rem
    }
}

.social__events__carousel p {
    margin-bottom: 0
}

.social__events__carousel .event__header {
    padding-bottom: .8rem;
    margin-bottom: 3rem;
    margin-top: -.3rem
}

@media only screen and (max-width:767px) {
    .social__events__carousel .event__header {
        margin-top: 0;
        padding-bottom: .2rem;
        margin-bottom: 1.2rem
    }
}

.social__events__carousel .event__header p.event-date {
    margin-right: 0
}

.social__events__carousel .event-location,
.social__events__carousel .event-time {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5
}

@media only screen and (max-width:767px) {
    .social__events__carousel .event-location,
    .social__events__carousel .event-time {
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: .02rem
    }
}

.social__events__carousel .event-location {
    margin-bottom: 1.9rem;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .social__events__carousel .event-location {
        margin-bottom: 1.7rem
    }
}

.social__events__carousel .event-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.36
}

@media only screen and (max-width:767px) {
    .social__events__carousel .event-desc {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        letter-spacing: .02rem
    }
}

.social__events__carousel .events__mobile__controls {
    margin-top: 3rem
}

@media only screen and (max-width:767px) {
    .social__events__carousel .events__mobile__controls {
        margin-top: 2rem
    }
}

@media only screen and (max-width:767px) {
    .social__events__carousel .events__mobile__controls .controls__paging {
        margin-bottom: 1.6rem
    }
}

.social__instagram {
    margin-bottom: 2.1rem
}

@media only screen and (max-width:767px) {
    .social__instagram {
        margin-bottom: 4.2rem
    }
}

.social__instagram__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative
}

@media only screen and (max-width:767px) {
    .social__instagram__block {
        padding-bottom: 1.2rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.social__instagram h2 {
    margin-top: 6.4rem
}

@media only screen and (max-width:767px) {
    .social__instagram h2 {
        margin-top: 4rem;
        padding-left: 2.6rem;
        position: relative;
        margin-bottom: 1.5rem
    }
}

@media only screen and (max-width:767px) {
    .social__instagram h2 svg {
        position: absolute;
        left: 0;
        top: 0
    }
}

.social__instagram__intro {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.social__instagram__intro p {
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.17;
    letter-spacing: .03rem;
    margin-right: 2rem
}

@media only screen and (max-width:767px) {
    .social__instagram__intro p {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .social__instagram__intro a {
        position: absolute;
        bottom: 2rem;
        /* left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%) */
    }
}

.social__instagram .block {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 1.5rem;
    margin-bottom: 0
}

.social__instagram .block img {
    margin-bottom: 0
}

.social__instagram .block:last-child {
    margin-right: 0
}

@media only screen and (max-width:767px) {
    .social__instagram .block {
        margin-bottom: 1.5rem;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }
    .social__instagram .block:nth-child(even) {
        margin-right: 0
    }
}

.social__instagram a {
    color: #034da1;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .03rem
}

.social__instagram a svg {
    font-size: 12px;
    margin-left: .6rem;
    margin-top: .11rem;
    position: relative;
    right: 0;
    transition: all .2s ease-in-out
}

.social__instagram a:hover {
    text-decoration: none
}

.social__instagram a:hover svg {
    right: -.3rem
}

.social__list {
    margin-top: 1.6rem;
    margin-bottom: 1.1rem
}

@media only screen and (max-width:767px) {
    .social__list {
        border-bottom: .1rem solid #fff;
        padding-bottom: 2.6rem;
        margin-bottom: 0
    }
}

.social__item {
    display: inline-block;
    margin-right: 2.8rem;
    margin-bottom: 1.2rem
}

@media only screen and (max-width:767px) {
    .social__item {
        width: 20px;
        margin-right: 1.5rem
    }
}

.social__item:last-child {
    margin-right: 0
}

.social__item a {
    transition: color .2s ease-in-out
}

.social__item a:hover {
    color: #0097a9
}

.social__soundcloud h2 {
    margin-bottom: 0
}

.social__soundcloud__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 3.6rem
}

@media only screen and (max-width:767px) {
    .social__soundcloud__wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 2.2rem
    }
}

.social__soundcloud .soundcloud__title, .ucl__news .news__title {
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    margin-right: 6.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media only screen and (max-width:767px) {
    .social__soundcloud .soundcloud__title, .ucl__news .news__title {
        /* margin: 0 0 3rem; */
    }
}

.social__soundcloud .soundcloud__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media only screen and (max-width:767px) {
    .social__soundcloud .soundcloud__item {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.social__soundcloud .soundcloud__image {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 1.4rem
}

.social__soundcloud .soundcloud__image img {
    margin-bottom: 0;
    display: block
}

@media only screen and (max-width:767px) {
    .social__soundcloud .soundcloud__image {
        max-width: 66px;
        margin-bottom: 1.1rem
    }
}

.social__soundcloud .soundcloud__content h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.17
}

@media only screen and (max-width:767px) {
    .social__soundcloud .soundcloud__content h3 {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 1.1rem
    }
}

.social__soundcloud .soundcloud__content p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.36;
    color: #333333;
    max-width: 475px
}

@media only screen and (max-width:767px) {
    .social__soundcloud .soundcloud__content p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        max-width: 100%;
        color: #333
    }
}

.social__soundcloud a, .ucl__news .news__title a {
    color: #034da1;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .03rem;
    position: relative;
    top: -1.5rem;
    margin-top: auto
}

.social__soundcloud .more--mobile, .ucl__news .more--mobile {
    display: none;
}

.social__soundcloud .more--desktop, .ucl__news .news__title .more--desktop {
    display: block;
}

@media only screen and (max-width:767px) {
    .ucl__news .more--mobile {
        display: block;
        color: rgba(70,147,234,.9);
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: .03rem;
        position: absolute;
        bottom: 2rem;
        /* left: 50%; */
        /* -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); */
    }

    .social__soundcloud .more--mobile {
        color: rgba(70,147,234,.9);
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: .03rem;
        margin-top:1.2rem;
        /* text-align: center; */
        display:block;
    }

    .social__soundcloud .more--desktop, .ucl__news .news__title .more--desktop {
        display: none;
    }
}

.social__soundcloud a svg, .ucl__news .news__title a svg {
    font-size: 14px;
    margin-left: .6rem;
    margin-top: .8em;
    position: relative;
    right: 0;
    transition: all .2s ease-in-out
}

.social__soundcloud a:hover, .ucl__news .news__title a:hover {
    text-decoration: none
}

.social__soundcloud a:hover svg, .ucl__news .news__title a:hover svg {
    right: -.3rem
}

.social__twitter {
    margin-bottom: 1.9rem
}

@media only screen and (max-width:767px) {
    .social__twitter {
        margin-bottom: 3.7rem
    }
}

.social__twitter h2 {
    margin-top: 6.4rem;
    margin-bottom: 5.5rem
}

@media only screen and (max-width:767px) {
    .social__twitter h2 {
        margin-top: 4.1rem;
        margin-bottom: 2.6rem
    }
}

.social__twitter h2 svg {
    margin-right: 2.1rem
}

@media only screen and (max-width:767px) {
    .social__twitter h2 svg {
        margin-right: .9rem
    }
}

.social__twitter p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.36;
    margin-bottom: 5rem
}

@media only screen and (max-width:767px) {
    .social__twitter p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        margin-bottom: 3.5rem
    }
}

.social__twitter p a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.36
}

.social__twitter__carousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative
}

@media only screen and (max-width:767px) {
    .social__twitter__carousel {
        padding-bottom: 1rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.social__twitter .owl-off {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (min-width:768px) and (max-width:989px) {
    .social__twitter .owl-off {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:767px) {
    .social__twitter .owl-stage {
        margin-left: -2rem;
        margin-right: -2rem;
        display: -ms-flexbox;
        display: flex
    }
}

.social__twitter .owl-item {
    display: -ms-flexbox;
    display: flex
}

.social__twitter .block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 1.5rem;
    margin-bottom: 0;
    padding-right: 1rem;
    width: 0
}

.social__twitter .block img {
    margin-bottom: 0
}

.social__twitter .block:last-child {
    margin-right: 0
}

@media only screen and (max-width:767px) {
    .social__twitter .block {
        margin-bottom: 1.5rem;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }
    .social__twitter .block:nth-child(even) {
        margin-right: 0
    }
}

.social__twitter .block p.tweet a:hover {
    text-decoration: underline
}

.social__twitter .twitter__details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: auto
}

@media only screen and (max-width:767px) {
    .social__twitter .twitter__details+a {
        margin-top: .9rem
    }
}

.social__twitter .twitter-icon {
    margin-right: 1.5rem
}

.social__twitter .twitter__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.social__twitter .twitter__info p {
    margin-bottom: 0
}

.social__twitter .twitter__info p.twitter-username {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.28
}

@media only screen and (max-width:767px) {
    .social__twitter .twitter__info p.twitter-username {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.28
    }
}

.social__twitter .twitter__info p.twitter-handle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .03rem
}

.social__twitter a {
    color: #034da1;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .03rem;
    margin-top: 1.2rem
}

.social__twitter a svg {
    font-size: 12px;
    margin-left: .6rem;
    margin-top: .11rem;
    position: relative;
    right: 0;
    transition: all .2s ease-in-out
}

.social__twitter a:hover {
    text-decoration: none
}

.social__twitter a:hover svg {
    right: -.3rem
}

.statistics {
    margin-top: 4.7rem;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .statistics {
        margin-top: 3rem;
        margin-right: -2rem;
        margin-bottom: 3.7rem
    }
}

.statistics__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

@media only screen and (max-width:767px) {
    .statistics__block {
        width: 100%;
        overflow-x: scroll
    }
}

.statistics .block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: .5rem;
    margin-bottom: 0;
    padding-right: 6rem;
    width: 0
}

@media only screen and (min-width:768px) and (max-width:989px) {
    .statistics .block {
        padding-right: 3rem
    }
}

.statistics .block:last-child {
    margin-right: 0;
    padding-right: 0
}

@media only screen and (max-width:767px) {
    .statistics .block {
        min-width: 75%;
        padding-right: 0
    }
}

.statistics .stat {
    width: 77px;
    height: 77px;
    background-color: #8F993E;
    border-radius: 50%;
    position: relative;
    margin-bottom: 3.2rem
}

@media only screen and (max-width:767px) {
    .statistics .stat {
        margin-bottom: 2.1rem
    }
}

.statistics .stat span {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.75;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.statistics p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33;
    margin-bottom: 1.2rem
}

.statistics a {
    color: #034da1;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .03rem
}

.statistics a svg {
    font-size: 14px;
    margin-left: .6rem;
    margin-top: .8em;
    position: relative;
    right: 0;
    transition: all .2s ease-in-out
}

.statistics a:hover {
    text-decoration: none
}

.statistics a:hover svg {
    right: -.3rem
}

.study h2 {
    margin-top: 4.6rem;
    margin-bottom: 3rem
}

.study__carousel {
    width: 100%
}

.study__image {
    position: relative;
    margin-bottom: 0
}

.study__image img {
    margin-bottom: 0;
    position: relative
}

.study__content {
    position: absolute;
    top: 0;
    padding: 15rem 2rem 2rem;
    max-width: 430px;
    z-index: 3
}

@media only screen and (max-width:1000px) {
    .study__content {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 2.5rem 1rem 1rem 0
    }
}

.study__content h3 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 12.7rem
}

@media only screen and (max-width:1000px) {
    .study__content h3 {
        display: none
    }
}

.study__content blockquote {
    padding: 0;
    margin-bottom: 1.9rem
}

@media only screen and (max-width:1000px) {
    .study__content blockquote {
        margin-bottom: 0
    }
}

.study__content blockquote a {
    font-size: 30px;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    font-style: normal;
    margin-bottom: 0
}

@media only screen and (max-width:1000px) {
    .study__content blockquote a {
        color: #333;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.21;
        margin-bottom: 2.2rem
    }
}

.study__content figcaption p {
    font-size: 18px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0
}

@media only screen and (max-width:1000px) {
    .study__content figcaption p {
        color: #333;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.8
    }
}

@media only screen and (max-width:1000px) {
    .study__content figcaption p.desc {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2.25;
        margin-top: -.6rem
    }
}

h2 {
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: .04rem;
    color: #333;
    margin-bottom: 3rem
}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.12;
        letter-spacing: .03rem;
        margin-bottom: 2.4rem
    }
}

.ucl__news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 3.5rem;
    margin-top: 4.6rem;
    width: 100%
}

@media only screen and (max-width:767px) {
    .ucl__news {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 4.2rem;
    }
}

.ucl__news a {
    color: #333
}

.ucl__news a:hover h3,
.ucl__news a:hover p {
    color: #034da1;
}

.ucl__news img {
    margin-bottom: 0;
    display: block
}

.ucl__news h2 {
    -ms-flex: 1 1 24%;
    flex: 1 1 24%;
    margin-right: 1.5rem
}

@media only screen and (max-width:767px) {
    .ucl__news h2 {
        margin-top: 2.2rem;
        margin-bottom: 1.5rem
    }
}

.ucl__news h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.17;
    margin-top: .3rem
}

@media only screen and (max-width:767px) {
    .ucl__news h3 {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 1rem;
        line-height: 1.28;
        letter-spacing: .02rem
    }
}

.ucl__news__main {
    -ms-flex: 1 1 41%;
    flex: 1 1 41%;
    margin-right: 1.5rem
}

@media only screen and (max-width:767px) {
    .ucl__news__main {
        margin: 0 0 1.8rem
    }
}

.ucl__news__main .ucl__news__content {
    margin-top: 1.3rem
}

.ucl__news__sub {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media only screen and (max-width:767px) {
    .ucl__news__sub {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 1.2rem;
    }
}

.ucl__news__sub .ucl__news__item {
    -ms-flex: 1 1 47%;
    flex: 1 1 47%
}

@media only screen and (max-width:989px) {
    .ucl__news__sub .ucl__news__item {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }
}

@media only screen and (max-width:767px) {
    .ucl__news__sub .ucl__news__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 0 1rem
    }
}

.ucl__news__sub .ucl__news__item:nth-child(odd) {
    margin-right: 1.5rem
}

@media only screen and (max-width:767px) {
    .ucl__news__sub .ucl__news__item:nth-child(odd) {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .ucl__news__sub a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.ucl__news__sub h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.43;
    margin-top: 1.3rem
}

@media only screen and (max-width:767px) {
    .ucl__news__sub h3 {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        letter-spacing: .02rem;
        margin: 0;
        padding: 1.1rem 1.5rem 1.5rem 1rem
    }
}

.ucl__news__sub .ucl__news__image {
    -ms-flex: 1;
    flex: 1
}

@media only screen and (max-width:767px) {
    .ucl__news__sub .ucl__news__image {
        overflow: hidden;
        position: relative
    }
}

@media only screen and (max-width:767px) {
    .ucl__news__sub .ucl__news__image img {
        position: absolute;
        height: 100%;
        -ms-object-fit: cover;
        -moz-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (max-width:767px) {
    .ucl__news__sub .ucl__news__content {
        background-color: #fff;
        -ms-flex: 1 1 58%;
        flex: 1 1 58%
    }
}

.ucl__news__item p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.36
}

.ucl__news__item a, .ucl__news__item a:hover {
    text-decoration: none;
}

@media only screen and (max-width:767px) {
    .ucl__news__item p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        letter-spacing: .2px
    }
}

.hidden {
    display: none!important;
    visibility: hidden
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.clear {
    clear: both
}

.clearfix,
.row {
    zoom: 1
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
    content: "";
    display: table
}

.clearfix:after,
.row:after {
    clear: both
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.push-left {
    margin-left: 1.5em
}

.push-right {
    margin-right: 1.5em
}

.push-bottom {
    margin-bottom: 1.5em
}

.push-top {
    margin-top: 1.5em
}

.zero {
    margin: 0!important
}

.zero-top {
    margin-top: 0!important
}

.zero-bottom {
    margin-bottom: 0!important
}

.zero-left {
    margin-left: 0!important
}

.zero-right {
    margin-right: 0!important
}

.zero-pad {
    padding: 0!important
}

.zero-pad-top {
    padding-top: 0!important
}

.zero-pad-bottom {
    padding-bottom: 0!important
}

.zero-pad-left {
    padding-left: 0!important
}

.zero-pad-right {
    padding-right: 0!important
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-emphasise {
    font-style: italic
}

#sliding-popup.sliding-popup-bottom,
#sliding-popup.sliding-popup-bottom
.eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
    background-color: #797067;
}


