/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Generic base elements.
 */

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-family: metropolis, sans-serif;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6875rem;
}

body {
  margin: 0;
  color: #313637;
  background-color: #f7f9fa;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='50' height='84' viewBox='0 0 50 84'%3e  %3cpath opacity='0.05' fill='%230e6ba6' d='M25,61.7C25,68.5,19.4,74,12.5,74S0,68.5,0,61.7c0-5.7,3.9-9.6,7.4-12.9c2.3-2.2,4.5-4.4,5.1-6.8c0.7,2.4,2.8,4.6,5.1,6.8C21.1,52.2,25,56,25,61.7z M42.6,6.8c-2.3-2.2-4.5-4.4-5.1-6.8c-0.7,2.4-2.9,4.6-5.1,6.8C28.9,10.2,25,14,25,19.7C25,26.5,30.6,32,37.5,32S50,26.5,50,19.7C50,14,46.1,10.2,42.6,6.8z'/%3e%3c/svg%3e");
  background-position: top left; /* LTR */
  font-family: metropolis,sans-serif;
}

body.is-fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

[dir="rtl"] body {
  background-position: top right;
}

a {
  color: #177445;
}

a:hover {
  color: #0d522f;
}

a:focus {
  outline: solid 2px currentColor;
  outline-offset: 2px;
}

button {
  font-family: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

audio {
  display: block;
  max-width: 100%;
}

h1 {
  letter-spacing: -0.01em;
  font-size: 1.75rem;
  line-height: 2.25rem;
}

@media (min-width: 43.75rem) {

  h1 {
    font-size: 3.75rem;
    line-height: 4.5rem;
  }
}

h2 {
  letter-spacing: -0.01em;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

@media (min-width: 43.75rem) {

  h2 {
    font-size: 2.25rem;
    line-height: 3.1rem;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.6875rem;
}

@media (min-width: 43.75rem) {

  h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.6875rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
  color: #0d1214;
  font-family: metropolis, sans-serif;
  font-weight: bold;
}

@media (min-width: 43.75rem) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}

[dir="ltr"] ul {
  margin-left: 1.5em;
}

[dir="rtl"] ul {
  margin-right: 1.5em;
}

[dir="ltr"] ul {
  margin-right: 0;
}

[dir="rtl"] ul {
  margin-left: 0;
}

[dir="ltr"] ul {
  padding-left: 0;
}

[dir="rtl"] ul {
  padding-right: 0;
}

ul {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  list-style-type: disc;
  list-style-image: none;
}


body.toolbar-tray-open.page-node-type-page .region--highlighted{
    z-index: 2000;
    display: block;
    position: absolute;
}


.site-branding__text{
  display: none !important;
}


.document-download a{
  padding: 10px;
  background-color: #efefef;
  border-radius: 3px;
  text-decoration: none;
  line-height: 1.5;
}


.document-download .file--application-pdf a::before {
    content: '\f1c1 ';
    font-family: fontawesome;
    margin-right: 5px;
}


.sidebar-col .region--sidebar{
  width: 190px;
  margin-right: 20px;
  position: relative;
  font-family: metropolis,sans-serif;
}


.sidebar-col .region--sidebar nav.block-menu{
  width: 190px;
  position: relative;
  background-color: #efefef;
}

.sidebar-col .region--sidebar nav.block-menu .block__title{
  padding: 20px 20px;
  background-color: #222222;
  color: #ffffff !important;
  font-size: 20px !important;
  margin-bottom: 0px !important;
}


.sidebar-col .region--sidebar nav.block-menu ul.menu--sidebar{
  line-height: 1 !important;
}



.sidebar-col .region--sidebar nav.block-menu ul.menu--sidebar .menu__link{
  font-family: metropolis,sans-serif !important;
  font-size: 1rem;
}



.caption {
    display: contents !important;
}


.caption > figcaption {
    display: inline-block !important;
    width: 100% !important;
    caption-side: bottom;
    font-family: metropolis,sans-serif !important;
}

.news-date h5, .page-date h5{
  color: #177445;
  margin-top: 0px !important;
}

.page-date span div{
    display: inline-block;
}


.news-date .social-share{
    margin-left: 2px;
    text-decoration: none;
}


.news-date .social-share a{
    text-decoration: none;
    font-size: 25px;
}



.news-date h5 span.social-share a:hover{
    color: #09ae5b;
}


.news-date h5 span.ann-cat div{
  display: inline-block;
}


.event-date {
    text-align: center;
}

.event-date .date-day{
    color: #177445;
}

.event-date .date-day, .event-date .date-month{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


.event-time, .event-venue {
    padding: 5px 0px;
}


section.section {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.section h2.block__title{
    color: #0d1214 !important;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 15px;
    border-bottom: solid 1px #efefef;
    margin-bottom: 25px;
}


.section h2.section__title{
    color: #0d1214 !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px !important;
}

.section h2.section__title_b{
    color: #ffffff !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px !important;
}

.dark-row .page-text p{
    color: #ffffff;
}


.lightgreen-row .page-text p{
    color: #313637;
}


.section .more-link{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px !important;
}

.section .more-link a{
    color: #111111;
    text-decoration: none;
}

.section .more-link a:hover{
    color: #177445;
}

.section .more-link a::after {
    content: "\f178";
    font-family: fontawesome;
    margin-left: 10px;
    text-decoration: none;
}


.button-primary-style2 a, .button-primary-style3 a, .button-primary-download a{
    color: #177445;
    text-decoration: none;
}

.button-primary-style2 a:hover, .button-primary-style3 a:hover{
    color: #2a2a2a;
}


.button-primary-style2 a::after {
    content: "\f178";
    font-family: fontawesome;
    margin-left: 10px;
    text-decoration: none;
}


.news-style-2 .view-content, .event-style-3 .view-content, .event-style-2 .view-content, .event-style-1 .view-content, .ann-style-1 .view-content{
    margin-bottom: 0.1rem !important;
}


.event-style-3 .event-image {
    margin-bottom: 20px;
}



.news-item{
    background: #ffffff;
    border: 1px solid #d8dde0;
    position: relative;
    width: 100%;
    border-radius: 5px;
    min-height: 440px;
    overflow: hidden;

}



.news-item a{
    text-decoration: none !important;
}


.news-item .news-image img, .news-item .news-image-md img{
    width: 100%;
    height: auto;
    transition: all .3s;
}


.news-item a:hover .news-image img{
    transform: scale(1.1);
    transition: all .3s;
}


.news-item a:hover .news-image-md img{
    transform: scale(1.1);
    transition: all .3s;
}


.news-item .news-image, .news-item .news-image-md, .news-item .news-title{
    margin-bottom: -20px;
}

.news-item .news-date, .news-item .news-title{
    padding: 5px 20px;
}


.news-item .news-date{
    color: #222222 !important;
}


.news-item .news-title h4{
    margin-bottom: 25px;
}


.news-item .news-title h5{
    margin-bottom: 25px;
    line-height: 23px;
}


.programme-item{
    height: 295px;
    overflow: hidden;
    border-radius: 3px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}


.programme-item:hover{
    transform: translateY(-8px);
}


.programme-item .programme-title{
    margin-top: -297px;
    text-align: center;
    height: 300px;
    background-color: rgba(0,0,0,0.5);
    position: relative;
    padding: 150px 10px;
    font-size: 28px;
    font-weight: 600;
}


.programme-item a{
    color: #ffffff;
    text-decoration: none;
}



.quicklinks-item{
    margin-bottom: 20px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.quicklinks-item img{
    border-radius: 5px;

}


.quicklinks-item:hover{
    transform: translateY(-8px);
}



.quicklinks-item a{
    text-decoration: none;
    color: #000000;
}


/*.quicklinks-item .quicklinks-title h4{*/
/*    text-align: left;*/
/*    color: #000000;*/
/*}*/

/*.quicklinks-item .quicklinks-title p{*/
/*    text-align: left;*/
/*}*/


.icon-link, .ann-style-medium{
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}


.icon-link:hover{
    transform: translateY(-8px);
    background-color: #fff957;
}

.ann-style-medium:hover{
    transform: translateY(-8px);
}



.sc-item{
    height: 380px;
    overflow: hidden;
    border-radius: 3px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}


.sc-item:hover{
    transform: translateY(-8px);
}


.sc-item .sc-title{
    margin-top: -395px;
    text-align: left;
    height: 400px;
    background-image: linear-gradient(0deg,#0d77b5 0%,#0d77b500 100%);
    position: relative;
    padding: 35% 25px 50px;
    font-size: 28px;
    font-weight: 600;
}

.sc-item .sc-title-md{
    text-align: left;
    height: 400px;
    background-image: linear-gradient(0deg,#0d77b5 0%,#0d77b500 100%);
    position: relative;
    padding: 35% 25px 50px;
    font-size: 28px;
    font-weight: 600;
}

.sc-item .sc-title h4, .sc-item .sc-title-md h4{
    color: #ffffff;
    font-size: 1.125rem;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}


.sc-item .sc-title h5, .sc-item .sc-title-md h5{
    color: #ffffff;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}



.sc-item a{
    color: #ffffff;
    text-decoration: none;
}



.sc-item .sc-image{
  width: 100%;
  height: auto;
}


.sc-item .sc-image img{
  width: 100%;
}


.sc-item .sc-date{
  color: #ffffff;
}


.body-section .body-section-title{
    margin: 10px 0px !important;
    display: inline-block;
}


.body-section .body-text{
    display: inline-block;
    width: 100%;
}


.body-section .button{
    margin-top: 0px !important;
}


.video-box-row{
  background-color: rgba(16,153,232, 0.1);
  padding: 0.5% 5% 3%;
}


.video-box-row .video-box{
  width: 800;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}


section.section iframe, .video-section iframe, .block__content iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}


.page-image img{
  width: 100%;
}

.top-alumni-image .wide-image {
    margin-top: 0.5rem !important;
}


.top-alumni-image img{
  max-width: 100%;
}


.top-alumni-image .wide-image{
  width: 100% !important;
  margin-left: 0px !important;
}


.alumni-image img{
  margin-left: auto;
  margin-right: auto;
}


.site-footer .col-sm-3 h4{
  color: #ffffff;
}


.site-footer .copyright {
  text-align: center;
  margin-top: 50px;
}


.partner-section{
  text-align: center;
}


.partner-section img{
  margin-left: auto;
  margin-right: auto;
}


.partner-section .carousel-indicators{
  bottom: -30px;
}


span.socials {
    display: inline-block;
    float: left;
    margin-right: 10px;
}


body.user-logged-in .tabs-wrapper {
  display: block !important;
}

body.path-user .tabs-wrapper {
  display: none;
}


.profile-image div.wide-image{
  margin-left: 0px !important;
  width: inherit;
  margin-top: 0px !important;
}

.profile-image .wide-image img, .profile-item .profile-image-box img, .profile-item-style2 .profile-image-box img{
  border-radius: 3px;
}


.profile-page h3.position{
  margin-top: 0px;
  color: #177445;
  margin-bottom: 25px;
}

.profile-page .bio{
  margin-bottom: 30px;
}


.profile-item{
    margin-top: 25px;
}


.profile-item .profile-image img{
    border-radius: 10px;
}


.profile-item-style2 {
    background-color: #efefef;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 25px;
}


.profile-item-style2 .col-sm-6{
    padding-right: 0px !important;
    padding-left: 0px !important;
}


.short-course .pull-right{
  float: right;
}


.short-course .button--primary a{
  color: #ffffff;
  text-decoration: none;
}


.profile-page .profile-button a{
    color: #ffffff;
    text-decoration: none;
    background-color: #177445;
    display: inline-block;
    height: 3.375rem;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    padding-top: 1.125rem;
    padding-right: 1.6875rem;
    padding-bottom: 1.125rem;
    padding-left: 1.6875rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: solid 2px #177445;
    border-radius: 0.1875rem;
    font-family: metropolis,sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    -webkit-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
}


.profile-page .profile-button a:hover, .profile-page .profile-button a:focus {
    color: #fff;
    border-color: #2a2a2a;
    background-color: #2a2a2a;
}



.profile-item h4, .profile-item-style2 h4{
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}


.profile-item h5, .profile-item-style2 h5{
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  color: #177445;
  font-weight: 500;
  font-size: 15px;
}

.news-page-row .source{
    margin-top: 40px;
    color: #777777;
    font-size: 15px;
}

.menu--secondary-link a.primary-nav__menu-link{
    background-color: #177445;
    color: #ffffff;
    border-radius: 0.1875rem;
    width: 140px;
    text-align: center;
    display: inline-block !important;
}

.menu--secondary-link a.primary-nav__menu-link .primary-nav__menu-link-inner:after {
    border-top: solid 1px #177445 !important;
}

.menu--secondary-link a.primary-nav__menu-link:hover, .menu--secondary-link a.primary-nav__menu-link:focus{
    background-color: #2a2a2a;
    color: #ffffff;
}


.menu--secondary-link a.primary-nav__menu-link span.primary-nav__menu-link-inner{
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}


span.topstory-tag{
    font-size: 20px;
    display: block;
}


.dark-row{
    padding: 50px 0px;
    background-color: #272727;
    display: inline-block;
    width: 100%;
}


.grey-row{
    padding: 50px 0px;
    background-color: #F8FAFC;
    display: inline-block;
    width: 100%;
}

.lightgreen-row{
    background-color: #e6efec;
    display: inline-block;
    width: 100%;
}


.body-text {
    margin-bottom: 20px;
}

.homepage-body-text {
   line-height: 1.5;
   font-size: 17px;
}


.section__title_home {
   margin-top: 1px;
   margin-bottom: 10px;
}


.news-section-title, .event-section-title{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: x-large;
}

.news-style-medium, .event-style-medium, .ann-style-medium{
    display: inline-block;
    width: 100%;
}

.news-style-medium a, .event-style-medium a{
    color: #313637;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}


.ann-style-medium{
    background-color: #e6efec;
    border-radius: 4px;
}


.ann-style-medium a{
    padding: 30px;
    color: #313637;
    display: inline-block;
    width: 100%;
    margin-bottom: 1px;
    text-decoration: none;
}



.news-date {
    font-size: 15px;
}


.video-section-title{
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}


.mt-20{
    margin-top: 20px;
}


.region .view-header{
    margin-bottom: 15px;
}

.region .view-header p{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 23px;
}


.email-button a{
    width: 104px;
    display: inline-block;
    color: transparent;
    height: 40px;
    overflow: hidden;
    padding-bottom: 60px;
}

.email-button a::after{
    content: 'Send email';
    width: 104px;
    background-color: #efefef;
    color: #222222;
    display: block;
    padding: 10px;
    border-radius: 5px;
    margin-top: -19px;
}


.selected-month div{
    display: inline-block !important;
}


.tawk-branding{
    display: none !important;
}


.body-section {
    margin-bottom: 30px;
}


.newsletter img{
    border-radius: 4px;
}


.site-header li.primary-nav__menu-item--level-2 {
    padding-bottom: 0rem !important;
    margin-bottom: 0px !important;
}


.slider3 .slide-link-line a {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s;
    background-image: linear-gradient(270deg, #60b848 1.64%, #009677 98.36%);
    border: none;
}


.slider3 .slide-link-line a:hover {
    color: #ffffff !important;
    background-image: linear-gradient(270deg, #60b848 1.64%, #60b848 98.36%);
}


.slider3 .slide-link-line a::after {
    content: "\f178";
    font-family: fontawesome;
    margin-left: 10px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 100;
}


.primary-nav__menu-item a.is-active .primary-nav__menu-link-inner {
    color: #177445;
}



.site-footer nav.block-menu{
    margin-bottom: 30px;
}

.welcome-msg .page-text{
    font-size: 18px;
}


.title-desc{
    font-size: 16px;
    color: #7A7A7A;
}


.toolbar-tray-open #block-providentfund-help{
	margin-top: -120px;
    display: none;
    background-color: #ffffff;
    padding: 5px;
}


form.comment-form .filter-guidelines__item, form.comment-form .js-filter-wrapper, form.comment-form .form-item-subject-0-value, .comments .comment__content h3 a{
    display: none;
}


.comment .comment__text-wrapper .comment__content h3{
    margin: 0px;
    font-size: 16px;
}


.comment .comment__picture{
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(img/user-icon.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: bottom;
}


a:focus {
    outline: none !important;
}


.primary-nav__menu-link:focus {
    outline: none !important;
    outline-offset: 0px !important;
}


.page-title {
    color: #177445;
}


body.page-node-type-article .page-title, body.path-user .page-title {
    color: #0d1214 !important;
}


body:not(.is-always-mobile-nav) .primary-nav__menu-link:focus:before {
        border: none !important;
}

body.user-logged-in .cke_editable table{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
}


.slider3 .slide-caption p strong{
   font-weight: 700; 
}


.top-bar{
    background-color: #177445;
    width: 100%;
}


.top-bar .region{
    margin: 5px 0px;
    display: inline-block;
    width: 100%;
}

.top-bar nav{
    display: inline-block;
    float: left;
    margin-bottom: 0px !important;
}


.top-bar .views-element-container {
    margin-bottom: 0px !important;
}


.top-bar nav ul, .top-bar ul{
    list-style: none;
    display: inline-flex;
    margin-left: 0px !important;
}

.top-bar nav ul li, .top-bar ul li{
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
}

.top-bar nav ul li:after{
    background-color: #ffffff;
    content: "";
    height: 11px;
    position: absolute;
    top: 11%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    margin-left: 10px;
}

.top-bar nav ul li:last-child:after{
    content: none !important;
}

.top-bar ul li:after{
    background-color: #ffffff;
    content: "";
    height: 14px;
    position: absolute;
    top: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    margin-left: 10px;
}

.top-bar ul li:last-child:after{
    content: none !important;
}


.top-bar nav ul li a, .top-bar ul li a{
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

.top-bar nav ul li a:hover, .top-bar ul li a:hover{
    color: #efefef;
}


.top-bar .region .socials img {
    width: 23px;
    padding-top: 2px;
    transition: all .3s;
}

.top-bar .region .socials img:hover {
    transform: scale(1.1);
}


.custom-table .text-content p {
    font-size: 1.125rem !important;
    margin-top: 1rem !important;
}


.quicklinks-tab .nav-tabs {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

.quicklinks-tab .nav-tabs li {
    display: inline-block;
    width: 25%;
    padding: 0 .5rem;
    text-align: center;
    float: left;
}


.quicklinks-tab .nav-tabs li>a {
    display: block;
    line-height: 1.1;
    font-weight: 400;
    position: relative;
    padding: 1.25rem 3px;
}


.quicklinks-tab .nav-tabs li a {
    background: #cccccc;
    color: #777777;
    border-radius: 0.1875rem;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s;
    -webkit-appearance: none;
}


.quicklinks-tab .nav-tabs li a.active {
    background-image: linear-gradient(270deg, #60b848 1.64%, #009677 98.36%) !important;
    color: #ffffff;
}


.quicklinks-tab .nav-tabs li a.active::after{
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: .5rem solid rgba(255, 255, 255, 0);
    border-right: .5rem solid rgba(255, 255, 255, 0);
    top: 100%;
    left: 50%;
    margin: 0 0 0 -.25rem;
}


.quicklinks-tab .nav-tabs li a.active::after{
    border-top: .5rem solid #009677;
}



@media (min-width:992px){
   .d-flex-max-w {
        display: -ms-flexbox!important;
        display: flex!important;
    }
    
    .d-flex-custom {
        display: -ms-flexbox !important;
        display: flex !important;
    }
  
}




@media (min-width:1600px){
    .slideshow .slider3 .carousel-caption {
    width: 45% !important;
  }
  
}



@media (min-width:767px){
  .slideshow .slider1 .carousel-caption{
    width: 600px;
    background-color: rgba(255,255,255,0.85);
    position: absolute;
    margin-top: -33rem;
    z-index: 10000;
    padding: 25px 46px;
    margin-left: 14em;
  }
  
  
  .slideshow .slider2 {
    max-height: 782px;
    overflow: hidden;  
  }
  
  .slideshow .slider2 .carousel-caption {
    width: 100%;
    background-color: transparent;
    position: absolute;
    margin-top: -25rem;
    z-index: 10000;
    padding: 1px 46px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    margin-bottom: 40px;
  }
  
  
  .slideshow .slider2 .carousel-caption .slide-title, .slideshow .slider2 .carousel-caption .slide-caption {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  
  
  .slideshow .slider2 .carousel .carousel-indicators{
      bottom: 0 !important;
      margin-bottom: 30px;
  }
  
   
   .slideshow .slider2 .carousel-inner .carousel-item .img-overlay::after {
    background-color: #000;
    -webkit-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    content: "";
    width: 100%;
    height: 785px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
   }
   
   
   .slideshow .slider3 {
    max-height: 600px;
    overflow: hidden;  
  }
  
  .slideshow .slider3 .carousel-caption {
    width: 50%;
    position: absolute;
    z-index: 10000;
    text-align: left;
    margin-right: auto;
    height: 100%;
    top: 0px;
    align-items: center;
    align-content: center;
    display: flex !important;
    padding: 15px 10px 15px 13%;
    flex-wrap: wrap;
  }
  
  
  .slideshow .slider3 .carousel-caption h3{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  
  
  .slideshow .slider3 .carousel-caption .slide-title, .slideshow .slider3 .carousel-caption .slide-caption {
    width: auto;
    margin-right: auto;
  }
  
  
  .slideshow .slider3 .carousel .carousel-indicators{
      bottom: 0 !important;
      margin-bottom: 30px;
  }
  
  .slideshow .slider3 .carousel-inner .carousel-item .black-overlay::after {
    background-color: rgba(20, 20, 20, 0.8);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    content: "";
    width: 100%;
    height: 106.7%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
   }
   
   
   .slideshow .slider3 .carousel-inner .carousel-item .green-overlay::after {
    background-color: rgba(23, 116, 69, 0.8);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    content: "";
    width: 100%;
    height: 106.7%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
   }
  
   

  .slider1 .carousel-caption .slide-title h3{
  font-size: 33px;
  margin-bottom: 13px !important;
  }
  
  .slider2 .carousel-caption .slide-title h3{
  font-size: 48px;
  margin-bottom: 1px !important;
  color: #ffffff;
  line-height: 3rem;
  }
  
  .slider3 .carousel-caption .slide-title h3{
  font-size: 45px;
  margin-bottom: 20px !important;
  color: #ffffff;
  line-height: 3.5rem;
  }


  .slider1 .slide-caption p{
  font-size: 18px !important;
  font-weight: 100;
  line-height: 1.5;
  margin-top: 0px !important;
  }
  
  .slider2 .slide-caption p{
  font-size: 18px !important;
  font-weight: 100;
  line-height: 1.5;
  margin-top: 0px !important;
  color: #ffffff;
  }
  
  .slider3 .slide-caption p{
  font-size: 20px !important;
  font-weight: 100;
  line-height: 1.5;
  margin-top: 0px !important;
  color: #ffffff;
  }

  .news-page-row, .page-row{
    width: 85%;
  }
  
  .basic-page-row{
    width: 100%;
  }

  .slider1 .carousel-control-prev {
    width: 90px !important;
    float: left;
    height: 100%;
    top: 0px;
    margin-top: 0px;
    position: absolute;
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .slider1 .carousel-control-next {
    width: 90px !important;
    float: right;
    height: 100%;
    top: 0px;
    margin-top: 0px;
    position: absolute;
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  
  
  .slider2 .carousel-control-prev, .slider3 .carousel-control-prev {
    width: 90px !important;
    float: left;
    height: 100%;
    top: 0px;
    margin-top: 0px;
    position: absolute;
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .slider2 .carousel-control-next, .slider3 .carousel-control-next {
    width: 90px !important;
    float: right;
    height: 100%;
    top: 0px;
    margin-top: 0px;
    position: absolute;
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
  }


  .slider1 .carousel-control-next, .slider1 .carousel-control-prev {
      padding: 10px;
  }
  
  .slider2 .carousel-control-next, .slider2 .carousel-control-prev {
      padding: 10px;
  }
  
  
  .slider3 .carousel-control-next, .slider3 .carousel-control-prev {
      padding: 10px;
  }
  
  
  .slider3 .slide-link-line a {
    color: #ffffff !important;
    }

  .section h2.block__title, .section h2.section__title, .section h2.section__title_b{
    font-size: 40px !important;
  }

  .sc-item .sc-title-md{
    margin-top: -630px;
  }
  
  .news-item .news-image {
    height: 266px;
    overflow: hidden;
  }
  
  
  .news-item .news-image-md {
    height: 200px;
    overflow: hidden;
  }
  
  .news-item a{
    height: 440px;
    display: block;
  }
  
  
  .section .region--section3 .block-views-blocknews-style-2-block-2, .section .region--section3 .block-views-blockevent-style-2-block-2, .section .region--section3 .block-views-blockevent-style-3-block-2{
    width: 48%;
    float: left;
    margin-right: 2%;
  }
  
  
  .section .news-style-2 .more-link, .section .event-style-2 .more-link, .section .event-style-1 .more-link, .section .event-style-3 .more-link {
    text-align: left !important;
    margin-top: 0px !important;
    }
    
    
    .quicklinks-item{
    margin-top: 30px;
    }
    
    .profile-item {
    min-height: 500px;
    }
    
    .newsletter{
    padding-left: 30px;
    }
    
    .vertical-align-center{
    align-content: center;
    align-items: center;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    min-height: 29vw;   
    }
    
    
    .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px !important;
    height: 50px !important;
    background-size: 50% 50% !important;
    background-color: #111111 !important;
    border-radius: 3px;
    }
    
    .section__title_home {
    font-size: 40px !important;
    }
    
    .home-news-section-style3 .news-item{
     min-height: 400px !important;   
    }
    
    .home-news-section-style3 .news-item a{
     height: 400px !important;   
    }
    
    .container-icon-link .views-view-grid__item .icon-link .flex-nowrap{
    min-height: 42px;
    align-content: center;
    align-items: center;
    font-size: 15px;
    }
    
    
    .region--section3 .views-element-container{
    margin-bottom: 0.375rem !important;
    }
    
    
    .ann-style-medium{
    background-color: #e6efec;
    border-radius: 4px;
    min-height: 475px;
    }
    
    
    .home-news-section-style3 .view-content{
    margin-bottom: 1rem !important;    
    }
    
    
    section.globe-bg{
    /*background-image: url(img/globe.webp);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 50%;*/
    /*background-position: left top;*/
    }
    
    
    body.page-node-type-page .main-content .layout--content-medium, body.page-node-type-page .main-content .layout--pass--content-medium > * {
        grid-column: 2 / 14;
    }
    
    .lightgreen-row{
    padding: 50px 0px;
    }
    
    .ann-style-medium h5{
    line-height: 23px;
    }

    
}


@media (max-width:767px){
  .slideshow .slider1 .carousel-caption{
    width: 100%;
    z-index: 10000;
    padding: 5px 20px;
    min-height: 270px;
    margin-top: -13em;
    background-color: rgba(255,255,255,0.7);
    position: relative;
  }
  
  .slideshow .slider2 .carousel-caption{
    width: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 10000;
    padding: 1px 46px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    margin-top: -12rem;
  }
  
  .slideshow .slider2 .carousel-inner .carousel-item .img-overlay::after {
    background-color: #000;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    content: "";
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
   }
   
   
   .slideshow .slider3 .carousel-caption{
    width: 100%;
    height: 100%;
    background-color: rgba(20,20,20,0.6);
    position: absolute;
    z-index: 10000;
    padding: 15px 35px 0px;
    text-align: center;
    margin-right: auto;
    margin-top: 0px;
    top: 0px;
  }
  
  .slideshow .slider3 .carousel-inner .carousel-item .img-overlay::after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    content: "";
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
   }

  .slideshow .slider1 .carousel-item img {
    height: auto;
    max-width: 180% !important;
    margin-left: -30% !important;
  }
  
  .slideshow .slider2 .carousel-item img {
    height: auto;
    max-width: 180% !important;
    margin-left: -30% !important;
  }
  
  .slideshow .slider3 .carousel-item img {
    height: auto;
    max-width: 180% !important;
    margin-left: -30% !important;
  }

  .slider1 .carousel-caption .slide-title h3 {
    font-size: 27px;
    margin-bottom: 13px !important;
    width: 90%;
  }
  
  
  .slider2 .carousel-caption .slide-title h3 {
    font-size: 18px;
    margin-bottom: 13px !important;
    width: 90%;
    color: #ffffff;
    line-height: 1.3rem;
  }
  
  .slider3 .carousel-caption .slide-title h3 {
    font-size: 18px;
    margin-bottom: 13px !important;
    width: 90%;
    color: #ffffff;
    line-height: 1.3rem;
  }
  
  .slider3 .slide-link-line a {
    color: #ffffff !important;
  }

  .slider1 .slide-caption p{
    font-size: 15px !important;
    font-weight: 100;
    line-height: 1.2;
    margin-top: 0px !important;
  }
  
  
  .slider2 .slide-caption p {
    font-size: 15px !important;
    font-weight: 100;
    line-height: 1.2;
    margin-top: 0px !important;
    color: #ffffff;
    display: none;
  }
  
  
  .slider3 .slide-caption p {
    font-size: 15px !important;
    font-weight: 100;
    line-height: 1.2;
    margin-top: 0px !important;
    color: #ffffff;
    display: none;
  }
  

  .slider1 .slide-button .button, .slider2 .slide-button .button{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 0.7em !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }


  .slider1 .carousel-control-prev, .slider2 .carousel-control-prev {
    width: 40px !important;
    float: left;
  }

  .slider1 .carousel-control-next, .slider2 .carousel-control-next {
      width: 40px !important;
      float: right;
  }


  .slider1 .carousel-control-next, .slider1 .carousel-control-prev {
      padding: 10px;
      margin-top: -14rem !important;
  }
  
  
  .slider2 .carousel-control-next, .slider2 .carousel-control-prev {
      padding: 10px;
  }
  
  .slider3 .carousel-control-next, .slider3 .carousel-control-prev {
      padding: 10px;
  }
  

  .home-news-section .view-content{
    overflow-x: scroll;
    height: 335px;
    overflow-y: hidden;
  }
  
  .home-news-section-style2 .view-content{
    overflow-x: scroll;
    height: 360px;
    overflow-y: hidden;
  }
  
  .home-news-section-style3 .view-content{
    overflow-x: scroll;
    height: 355px;
    overflow-y: hidden;
    scrollbar-color: #ffffff #ffffff !important;
    scrollbar-width: none;
  }
  
   .home-events-section-style1 .view-content{
    overflow-x: scroll;
    height: 225px;
    overflow-y: hidden;
  }
  
  
  .home-events-section-style2 .view-content{
    overflow-x: scroll;
    height: 225px;
    overflow-y: hidden;
  }
  
  .home-events-section-style3 .view-content{
    overflow-x: scroll;
    height: 360px;
    overflow-y: hidden;
  }
  
  
  .home-ann-section-style1 .view-content{
    overflow-x: scroll;
    height: 460px;
    overflow-y: hidden;
    scrollbar-color: #ffffff #ffffff !important;
    scrollbar-width: none;
  }


  
  
  .home-news-section-style3 .view-content .views-view-grid, .home-ann-section-style1 .view-content .views-view-grid, .home-events-section-style1 .view-content .views-view-grid, .home-events-section-style2 .view-content .views-view-grid, .home-events-section-style3 .view-content .views-view-grid{
    width: 1160px;
  }


  .home-news-section .news-item, .home-news-section-style3 .news-item {
    min-height: 345px !important;
  }


  .home-news-section .views-view-grid--horizontal.cols-3 > * {
    flex-basis: 270px;
    display: flex;
    margin-right: 20px !important;
  }
  
  
  .home-news-section-style3 .views-view-grid--horizontal.cols-4 > * {
    flex-basis: 270px;
    display: flex;
    margin-right: 20px !important;
  }
  
  
  .home-ann-section-style1 .views-view-grid--horizontal.cols-4 > * {
    flex-basis: 270px;
    display: flex;
    margin-right: 20px !important;
  }


  .home-news-section .news-item .news-title h4, .home-news-section-style3 .news-item .news-title h4 {
    font-size: 15px !important;
    line-height: 1.25;
    margin-top: 30px !important;
  }


  .home-news-section .news-item .news-date, .home-news-section-style3 .news-item .news-date {
    font-size: 13.5px !important;
    margin-top: 25px;
  }


  .home-shortcourse-section{
    overflow-x: scroll;
    height: 360px;
    overflow-y: hidden;
  }

  .quicklinks-image-card-style{
      width: 100%;
      display: inline-block;
  }  
  
  .quicklinks-image-card-style .view-content{
    overflow-x: scroll;
    height: 160px;
    overflow-y: hidden;
    scrollbar-color: #ffffff #ffffff !important;
    scrollbar-width: none;
  }
  
  .quicklinks-image-card-style .view-content .views-view-grid--horizontal{
    width: 1340px;
    position: relative;
  }
  
  .quicklinks-image-card-style .views-view-grid--horizontal.cols-3 > *{
    flex-basis: 200px !important;
    display: flex;
    margin-right: 20px !important;
  }


  .home-shortcourse-section .view-content{
    width: 1190px;
  }


  .home-shortcourse-section .sc-item {
    height: 350px !important;
  }


  .home-shortcourse-section .views-view-grid--horizontal.cols-4 > * {
    flex-basis: 270px;
    display: flex;
    margin-right: 20px !important;
  }


  .home-shortcourse-section .sc-item .sc-title h4 {
    font-size: 15px !important;
    line-height: 1.25;
    margin-top: 30px !important;
  }


  .home-shortcourse-section .sc-item .sc-title h5 {
    font-size: 15px !important;
  }


  .home-shortcourse-section .sc-item .sc-title h5 {
    font-size: 15px !important;
  }


  .programme-item{
    height: 205px !important;
  }
  
  

  .social-bar__inner, .sidebar-col{
    display: none !important;
  }


  .section h2.block__title, .section h2.section__title, .section h2.section__title_b{
    font-size: 27px !important;
    line-height: 27px;
  }


  .page-title {
    font-size: 27px !important;
    line-height: 1.2;
  }

  .news-date h5, .page-date h5 {
    font-size: 14px !important;
  }


  .news-item-mobile{
    min-height: auto !important;
  }


  .news-item-mobile .news-title {
    padding: 15px 20px !important;
  }


  .sc-item .sc-title-md{
    margin-top: -395px;
  }


  .site-header {
    border-bottom: solid 1px #efefef;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .region > * {
    margin-bottom: 1.1rem !important;
  }

  .news-item-mobile .news-date {
    margin-bottom: 15px;
  }

  .section .more-link {
    text-align: left;
    margin-top: -36px !important;
    position: absolute !important;
    background-color: #ffffff;
  }


  .partner-section h2{
    margin-top: 0px !important;
  }


  .profile-item .profile-image-box img, .profile-item-style2 .profile-image-box img{
  width: 100%;
  height: auto;
  }
  
  .menu--secondary-link a.primary-nav__menu-link {
    width: 190px !important;
    margin-top: 15px;
  }
  
  
  .news-style-medium .col-sm-4 img, .ann-style-medium .col-sm-4 img{
    margin-bottom: 15px;
  }
  
  .news-section-title, .event-section-title {
    font-size: larger !important;
    margin-bottom: 10px;
    line-height: 1.4rem;
  }
  
  .section .region--section3 .block-views-blocknews-style-2-block-2, .section .region--section3 .block-views-blockevent-style-2-block-2{
    padding-bottom: 25px;
  }
  
    .news-style-2 .news-style-medium {
    width: 33%;
    float: left;
    }
  
    .event-style-3 .event-style-medium {
    width: 33%;
    float: left;
    padding-top: 15px;
    }
  
   .event-style-3 .event-style-medium {
    padding-right: 20px;
    }
  
    .news-style-medium .page-text, .event-style-medium .page-text {
    display: none;
    }
 
    .event-style-3 .event-image {
    padding-right: 50px;
    }
    
    
    .body-section{
      word-wrap: break-word;  
    }
    
    span.topstory-tag{
    margin-top: 20px;
    }
    
    .container-icon-link .views-view-grid__item {
    display: inline-block;
    max-width: 50%;
    }
    
    .container-icon-link .views-view-grid__item .icon-link {
    margin-right: 10px;
    font-size: 12px;
    }
    
    .container-icon-link .views-view-grid__item .icon-link .flex-nowrap{
    align-items: center;
    align-content: center;
    height: 30px;
    }
    
    
    .slider2 .carousel-control-prev, .slider3 .carousel-control-prev {
    width: 40px !important;
    float: left;
    height: 100%;
    top: 0px;
    margin-top: 0px;
    position: absolute;
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    }
    
    .slider2 .carousel-control-next, .slider3 .carousel-control-next {
    width: 40px !important;
    float: right;
    height: 100%;
    top: 0px;
    margin-top: 0px;
    position: absolute;
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    }
    
    .carousel-control-next-icon, .carousel-control-prev-icon {
    background-size: 50% 50% !important;
    background-color: #222222 !important;
    border-radius: 3px;
    }
    
    .ann-style-medium{
    background-color: #e6efec;
    border-radius: 4px;
    min-height: 410px;
    margin-bottom: 33px;
    }
    
    
    section.globe-bg{
    background-image: url(img/globe.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    }
    
    
    .custom-table tr td {
        width: 100% !important;
        display: inline-block !important;
        padding: 0px !important;
    }
    
    .lightgreen-row{
    padding: 10px 0px;
    }
    
    .ann-style-medium h5 {
    line-height: 17px;
    font-size: 14px !important;
    }
    
    
    .ann-style-medium a {
    padding: 20px !important;
    }
    
    
    .ann-style-medium .news-date {
    font-size: 13.5px !important;
    margin-top: 25px;
    }


} 


@media (min-width:1200px){
    
    body.page-node-type-page .region--content-above{
        display: block !important;
        padding: 0px 274px;
        background-color: rgba(0,0,0,0.6);
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
        height: 295px;
        text-align: left;
    }
    
    
    body.page-node-type-page .region--content-above .page-title {
    display: inline-table;
    color: #ffffff !important;
    height: 220px;
    vertical-align: middle;
    }
    
    
    body.page-node-type-page .region--content-above .page-title span{
    vertical-align: middle;
    height: inherit;
    display: table-cell;
    }


    body.page-node-type-page .region--content{
        margin-top: 18rem !important;
    }
    
    
    .page-header-image{
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
        right: 0px;
        display: block !important;
        background-color: #333333;
        z-index: -2;
        height: 295px;
        overflow: hidden;
    }
    
    .page-header-image .wide-image{
        margin: 0px !important;
        width: 100% !important;
        height: 300px;
    }
    
}


@media (max-width:1200px){
    .page-header-image{
        display: none !important;
    }
    
}





