/*
 * 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;
}



:root {
    --site-primary: #014903;
    --site-primary-rgb: 68, 116, 71;
    --site-secondary: #014903;
    --site-header-primary: #e0ffef;
    --site-button-color: #ffffff;
    --site-video-primary: #e0ffef;
}



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;
  font-family: metropolis,sans-serif;
}

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

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

a {
  color: var(--site-primary);
}

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="ltr"] .path-search ul {
  margin-left: 1.5em;
  line-height: 1.5;
}

[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, body.toolbar-tray-open.page-node-type-custom-page .region--highlighted, body.toolbar-tray-open.page-node-type-video-embed .region--highlighted{
    z-index: 2000;
    display: block;
    position: absolute;
}


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


/* .site-header {
    background-color: var(--site-header-primary);
} */


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

.media--type-document{
  display: inline-block !important;
  margin-right: 10px;
}

.media--type-document .file a{
  padding: 10px;
  background-color: #efefef;
  border-radius: 3px;
  text-decoration: none;
  line-height: 3.5;
  box-shadow: inset 0 0px 0 0 #2494db !important;
}


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

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

.media--type-document .file--x-office-document a::before {
    content: '\f1c2 ';
    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: var(--site-primary);
  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;
}



.block__content figure.caption {
    display: contents;
}


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


.block__content figure.align-left.caption, .block__content figure.align-right.caption {
    display: inline-block !important;
}

.block__content figure.align-left.caption img, .block__content figure.align-right.caption img{
    width: auto !important;
}


.block__content figure.align-left.caption > figcaption, .block__content figure.align-right.caption > figcaption {
    display: inline-block !important;
    width: inherit !important;
    caption-side: bottom;
    font-family: metropolis,sans-serif !important;
}


.news-date h5, .page-date h5{
  color: var(--site-secondary);
  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: var(--site-secondary);
}


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


.news-date h5 span.news-cat::before{
  content: '\f054';
  margin-right: 0px;
  font-family: fontawesome;
  font-size: 13px;
  
}


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

.event-date .date-day{
    color: var(--site-primary);
}

.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%;
    overflow: hidden;
}

.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: var(--site-primary);
}

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


.section .line-link a{
    color: var(--site-primary);
    text-decoration: none;
    font-size: 1.1rem;
}


.section .line-link a:hover{
    color: #111111;
}


.l-separator{
    width: 50px;
    height: 5px;
    background-color: var(--site-primary);
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}


.button-primary-style2 a, .button-primary-style3 a, .button-primary-download a{
    color: var(--site-primary);
    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: 3px;
    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{
    height: 295px;
    overflow: hidden;
    border-radius: 3px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}


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



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


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


.icon-link:hover{
    transform: translateY(-8px);
}

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



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


.sc-item:hover, .ql-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;
}


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


.sc-item .sc-title-md, .ql-item .ql-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;
}


.ql-item .ql-title h4{
    color: #ffffff;
    font-size: 1.5rem;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}


.ql-item .ql-title-md h4{
    color: #ffffff;
    font-size: 1.5rem;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    width: 80%;
}


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


.ql-item .ql-title p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 100;
}



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



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


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


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


.ql-item-style2 .ql-image-style2{
    border-radius: 5px;
    overflow: hidden;
}


.ql-item-style2 .ql-image-style2 img{
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}


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


.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: var(--site-video-primary);
  background-image: url("../../images/videobg.png");
  background-size: cover;
  padding: 0.5% 5% 3%;
}

.video-box-row-sm{
  background-color: var(--site-video-primary);
  background-image: url("../../images/videobg.png");
  background-size: cover;
  padding: 4% 3% 3%;
}


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


section.section iframe, .video-section iframe, .block__content iframe{
  aspect-ratio: 16 / 9;
  width: auto;
  height: auto;
  border-width: 0px;
  border-radius: 3px;
}


.drupal-media .media--type-remote-video iframe{
  aspect-ratio: 16 / 9;
  width: 820px;
  height: auto;
  border-width: 0px;
  border-radius: 3px;
}


.field--name-field-media-oembed-video{
  width: 100%;  
}


.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: 5px;
}


.profile-page h3.position{
  margin-top: 0px;
  color: var(--site-primary);
  margin-bottom: 25px;
}

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


.profile-item{
    background-color: #ffffff;
    overflow: hidden;
    margin-top: 25px;
    text-align: center;
}



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



.profile-item .profile-image {
    border-radius: 5px;
    overflow: hidden;
}


.profile-item-style2 .profile-info {
    padding: 15px 20px;
}


.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: var(--site-primary);
    display: inline-block;
    height: 3.375rem;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    padding-top: 1rem;
    padding-right: 1.6875rem;
    padding-bottom: 1.125rem;
    padding-left: 1.6875rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: solid 2px var(--site-primary);
    border-radius: 0.1875rem;
    font-family: metropolis,sans-serif;
    font-size: 1.125rem;
    font-weight: 200;
    transition: all 0.3s;
    -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: var(--site-primary);
  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: var(--site-primary);
    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 var(--site-primary) !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{
    padding: 50px 0px;
    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;
   line-height: 1.3;
}


.news-section-title, .event-section-title{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 23px;
}

.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%;
}


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


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


.ann-style-medium h5{
    line-height: 23px;
}


.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;
}


.region .view-header .small, .region .view-header small {
    line-height: 1.5;
    font-size: 16px !important;
    font-weight: normal;
    color: #7A7A7A;
}


.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;
}



.slider3 .slide-link-line a {
    color: #0d522f !important;
    text-decoration: none;
    transition-duration: .3s;
    font-weight: 100;
    font-size: 18px;
}


.slider3 .slide-link-line a:hover {
    color: #222222 !important;
}


.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: var(--site-primary);
}



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


.site-header .primary-nav__menu .primary-nav__menu-item--nolink .primary-nav__menu-link--nolink.primary-nav__menu-link--level-1{
    font-weight: bold;
    color: #0d1214;
}


.welcome-msg{
    background-image: url(img/welcome-pattern.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding: 4%;
}


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

.welcome-msg-style2 .page-text, .welcome-msg-style2 .animated-text{
    font-size: 18px;
    line-height: 1.5;
}

/*.welcome-msg-style2 .page-text p{*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    width: 669px;*/
/*    animation: keyframes 5s steps(500);*/
/*}*/


/*@keyframes keyframes{ */
  
/*  from{ width: 0px;} to {width: 700px; }*/
  
/*}*/



.welcome-msg-style2 .animated-text::after {
  content: "";
  color: #000;
  -moz-animation: blink 1.1s steps(5, start);
  -webkit-animation: blink 1.1s steps(5, start);
  animation: blink 1.1s steps(5, start);
  width: 1px;
  height: 25px;
  background: #000;
  display: inline-block;
  position: relative;
  top: 5px;
}

.accordion-row h5.mb-0{
    margin-top: 0px;
}

.accordion-row h3.mt-2{
    margin-bottom: 10px;
}


.accordion-row button.btn-link{
    text-decoration: none !important;
}


.accordion-row button.btn-link:hover{
    color: #177445 !important;
}

.accordion-row button.btn-link:active{
    color: #177445 !important;
}

.accordion-row p{
    line-height: 1.5;
}


.accordion-row .card{
	margin-bottom: 20px !important;
}

.accordion-row .card .views-field-title span.field-content{
	display: none !important;
}


@-moz-keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}


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


.toolbar-tray-open #block-litd-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;
}

.path-frontpage a.site-branding__logo, .path-node a.site-branding__logo, .path-frontpage a.site-branding__logo:hover, .path-node a.site-branding__logo:hover{
    box-shadow: none !important;
}


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

.page-node-type-staff-profile .block-page-title-block{
    display: none;
}


.brief-caption .field--name-field-brief-caption{
    line-height: 1.4;
    padding: 15px 0px;
    border-top: solid 1px #ededed;
    color: #7A7A7A;
}

.brief-caption p{
   font-size: 16px !important;
}


.breadcrumb-row .breadcrumb{
    background-color: #ffffff !important;
}


.breadcrumb-row .breadcrumb li.breadcrumb-item .field{
    display: inline-block;
}


.custom-table p{
    font-size: 17px;
}


.n-category {
  z-index: 2000 !important;
  position: relative;
}


.sidebar-grid .sidebar-col {
  margin-top: 18rem;
  min-width: 250px; 
}


@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: 100% !important;
  }
  
   .slideshow .slider4 .carousel-caption {
    width: 100% !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: 782px;
    overflow: hidden;  
  }
  
  
   .slideshow .slider4 {
    max-height: 1000px;
    overflow: hidden;  
  }
  
  
  .slideshow .slider3 .carousel-caption {
    width: 46%;
    background-color: rgba(255,255,255,0.6);
    position: absolute;
    margin-top: 13%;
    z-index: 10000;
    padding: 1px 55px;
    margin-left: 200px;
    text-align: left;
    margin-right: auto;
    margin-bottom: 40px;
    min-height: 254px;
    top: 0px;
    align-items: center;
    align-content: center;
    display: flex !important;
  }
  
  
  .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 .slider4 .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: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
   }
   
   
   .slideshow .slider4 .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: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
   }
  
  
  .slideshow .slider4 .carousel-caption {
    background-color: transparent;
    position: absolute;
    z-index: 10000;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    margin-bottom: 40px;
    top: 0px;
    align-items: center;
    height: 100%;
    width: 100%;  
  }
  
  
  .slideshow .slider4 .carousel-caption h3{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  
  
  .slideshow .slider4 .carousel-caption .slide-title, .slideshow .slider4 .carousel-caption .slide-caption {
    width: auto;
    margin-right: auto;
    margin-top: 18px;
  }
  
  
  .slideshow .slider4 .carousel .carousel-indicators{
      bottom: 0 !important;
      margin-bottom: 30px;
  }
  
   

  .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: 35px;
  margin-bottom: 1px !important;
  color: #222222;
  line-height: 3rem;
  }


  .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: 18px !important;
  font-weight: 100;
  line-height: 1.5;
  margin-top: 0px !important;
  color: #222222;
  }
  
  
  .slider4 .slide-caption p{
  font-size: 18px !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, .slider4 .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, .slider4 .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;
  }
  
  .slider4 .carousel-control-next, .slider4 .carousel-control-prev {
      padding: 10px;
  }


  .sc-item .sc-title-md, .ql-item .ql-title-md{
    margin-top: -630px;
  }
  
  .news-item .news-image {
    height: 266px;
    overflow: hidden;
  }
  
  
  .news-item .news-image-md {
    max-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-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: 530px;
    }
    
    .newsletter{
    padding-left: 30px;
    }
    
    .vertical-align-center{
    align-content: center;
    align-items: center;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    min-height: 29vw;   
    }
    
    
    .vertical-align-center-video{
    align-content: center;
    align-items: center;
    display: grid;
    position: relative;
    min-height: 25vw;   
    }
    
    
    .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: #efefef;
    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;
    }
    
    
    section .about-bg{
    background-image: url(img/aboutbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 2rem 3rem !important;
    }
    
    .video-bg{
      padding: 1.5rem !important;  
    }
    
    
    .quicklinks-item .quicklinks-title{
    height: 300px;
    background-color: rgba(0,0,0,0.5);
    position: relative;
    font-size: 28px;
    font-weight: 600;
    margin-top: -297px;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    display: flex;
    text-align: center;
    justify-content: center;
    }
    
    
    body:not(.is-always-mobile-nav) .site-header .primary-nav__menu--level-1 ul.primary-nav__menu--level-2{
       overflow: visible !important;
    }
    
    .site-header .menu ul.primary-nav__menu--level-3{
    position: absolute;
    left: 90%;
    background-color: #ffffff;
    z-index: 2000;
    max-height: calc(100vh - 12.375rem);
    width: 15.625rem;
    margin-top: -30px;
    padding: 30px;
    visibility: hidden; 
    transition: all .3s ease;
    opacity: 0;
    }
    
    
    .site-header ul.primary-nav__menu--level-2 .primary-nav__menu-item--level-2.primary-nav__menu-item--has-children{
        width: 300px;
    }
    
    
    .site-header ul.primary-nav__menu--level-2 .primary-nav__menu-item--level-2  a.primary-nav__menu-link--has-children:hover ~ ul.primary-nav__menu--level-3{
        visibility: visible !important;
        opacity: 1;
    }
    
    .site-header ul.primary-nav__menu--level-2 .primary-nav__menu-item--level-2 ul.primary-nav__menu--level-3:hover{
        visibility: visible !important;
        opacity: 1;
    }
    
    .site-header li.primary-nav__menu-item--level-3 {
    padding-bottom: 1rem !important;
    margin-bottom: 0px !important;
    letter-spacing: 0.02em;
    font-size: 1rem;
    line-height: 1.6875rem;
    font-weight: normal;
    }
    
    
    .site-header ul.primary-nav__menu--level-2 .primary-nav__menu-item--level-2 ul.primary-nav__menu--level-3 span.primary-nav__menu-link-inner--level-3{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    }
    
    
    .site-header ul.primary-nav__menu--level-2 .primary-nav__menu-item--level-2 ul.primary-nav__menu--level-3 span.primary-nav__menu-link-inner--level-3:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    content: "";
    transition: transform 0.2s;
    transform: scaleX(0);
    transform-origin: left;
    border-top: solid 5px var(--site-primary);
    }
    
    
    .ql-item .ql-title h4{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    }
    
    
    
    .site-header li.primary-nav__menu-item--level-2 {
        padding-bottom: 0rem !important;
        margin-bottom: 0px !important;
    }
    
    
    .site-header .site-branding {
        padding-right: 0rem !important;
    }
    
    .path-frontpage .site-header, .path-node .site-header {
        background-color: transparent !important;
        border-bottom: none !important;
    }
    
    body.path-frontpage .layout-main-wrapper, body.path-node .layout-main-wrapper {
    margin-top: -2rem;
    }
    
    
    
    .welcome-msg-style2 .message-text{
    margin-top: 0px;
    position: absolute;
    }
    
    .page-node-type-page .layout--content-medium, .page-node-type-page .layout--pass--content-medium > *, .page-node-type-staff-profile .layout--content-medium, .page-node-type-staff-profile .layout--pass--content-medium > * {
        -ms-grid-column: 3;
        -ms-grid-column-span: 10;
        grid-column: 2 / 14;
    }
    
    
    .logo-xs{
        display: none !important;
    }
    
    
    .welcome-msg-style2 {
        margin-bottom: 40px;
    }
    
    .message-text .pc-5{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .path-frontpage .site-branding, .path-node .site-branding {
        width: 13.98214rem;
        /* margin-left: 60px !important; */
    }
    
    
}


@media (max-width:767px){
  .slideshow .carousel-caption .button--primary {
    font-size: 14px !Important;
    padding-left: 0.8rem !Important;
    padding-right: 0.8rem !Important;
  }
  
  
  .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 .slider4 .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: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
   }
   
   
   .slideshow .slider4 .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: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
   }
   
   
   .slideshow .slider3 .carousel-caption{
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    position: absolute;
    z-index: 10000;
    padding: 1px 46px;
    text-align: center;
    margin-right: auto;
    margin-top: -12rem;
  }
  
   
   
   .slideshow .slider4 .carousel-caption{
    width: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 10000;
    padding: 1px 46px;
    text-align: center;
    margin-right: auto;
    height: 100%;
    top: 0;
    align-items: center;
    align-content: end;
  }
  
   

  .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;
  }
  
  .slideshow .slider4 .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: #111111;
    line-height: 1.3rem;
  }
  
  
  .slider4 .carousel-caption .slide-title h3 {
    font-size: 18px;
    margin-bottom: 13px !important;
    width: 90%;
    color: #ffffff;
    line-height: 1.4rem;
  }
  

  .slider1 .slide-caption p{
    font-size: 15px !important;
    font-weight: 100;
    line-height: 1.2;
    margin-top: 0px !important;
  }
  
  
  .slider2 .slide-caption p {
    display: none;
  }
  
  
  .slider3 .slide-caption p {
    display: none;
  }
  
  
  .slider4 .slide-caption p {
    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: -10rem !important;
  }
  
  
  .slider2 .carousel-control-next, .slider2 .carousel-control-prev {
      padding: 10px;
  }
  
  .slider3 .carousel-control-next, .slider3 .carousel-control-prev {
      padding: 10px;
  }
  

  .home-news-section{
    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: 335px;
    overflow-y: hidden;
  }
  
  .home-events-section-style2 .view-content{
    overflow-x: scroll;
    height: 285px;
    overflow-y: hidden;
  }
  
  .home-events-section-style3 .view-content{
    overflow-x: scroll;
    height: 360px;
    overflow-y: hidden;
  }
  
  
  .home-events-section-style1 .view-content{
    overflow-x: scroll;
    height: 225px;
    overflow-y: hidden;
  }
  
  
  .home-ann-section-style1 .view-content{
    overflow-x: scroll;
    height: 460px;
    overflow-y: hidden;
  }


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


  .home-news-section .news-item, .home-news-section-style3 .news-item {
    min-height: 325px !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: 15px !important;
  }


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


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


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


  .home-shortcourse-section .views-view-grid--horizontal.cols-4 > * {
    flex-basis: 270px;
    display: flex;
    margin-right: 20px !important;
  }
  
  .home-quicklinks-section .views-view-grid--horizontal > *{
    flex-basis: 270px !important;
    display: flex;
    margin-right: 20px !important;
  }
  
  .home-events-section-style2 .views-view-grid--horizontal > *{
    flex-basis: 270px !important;
    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-quicklinks-section .ql-item .ql-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-quicklinks-section .ql-item .ql-title h5 {
    font-size: 15px !important;
  }


  .programme-item, .quicklinks-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, .ql-item .ql-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, .slider4 .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, .slider4 .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: #efefef;
    border-radius: 4px;
    min-height: 445px;
    margin-bottom: 33px;
    }
    
    
    section.globe-bg{
    background-image: url(img/globe.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    }
    
    
    section .about-bg{
    background-image: url(img/aboutbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 75% 50%;
    padding: 0.5rem !important;
    }
    
    .video-bg{
      padding: 0.5rem !important;  
    }
    
    .custom-table tr td {
      width: 100% !important;
      display: inline-block !important;
      padding: 0px !important;
    }
    
    .quicklinks-item .quicklinks-title{
    height: 225px;
    background-color: rgba(0,0,0,0.5);
    position: relative;
    font-size: 25px;
    font-weight: 600;
    margin-top: -235px;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 0px 20px;
    }
    
    
    .primary-nav__menu--level-3 li.primary-nav__menu-item--level-3{
    margin-bottom: 0px;
    }
    
    
    .primary-nav__menu--level-3 li.primary-nav__menu-item--level-3 span, .primary-nav__menu--level-3 li.primary-nav__menu-item--level-3 a{
    font-size: 16px;
    padding: 0px 0px;
    }
    
    
    .path-frontpage .main-content__container, .path-node .main-content__container {
    padding-top: 0.365rem;
    }
    
    
    .comment {
    padding-left: 0rem !important;
    }
    
    .breadcrumb-row {
        display: none;
    }
    
    
    .logo-lg{
        display: none !important;
    }
    
    .message-text .pc-5{
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
    
    .video-box-row-sm{
      padding: 6% 5% 3% !important;
    }


} 


@media (min-width:1200px){
    
    body.page-node-type-page .region--content-above, body.page-node-type-custom-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: center;
        z-index: -1;
    }
    
    
    body.page-node-type-page .region--content-above .page-title, body.page-node-type-custom-page .region--content-above .page-title {
    display: inline-table;
    color: #ffffff !important;
    height: 220px;
    vertical-align: middle;
    z-index: 2;
    }
    
    
    body.page-node-type-page .region--content-above .page-title span, body.page-node-type-custom-page .region--content-above .page-title span{
    vertical-align: middle;
    height: inherit;
    display: table-cell;
    }


    body.page-node-type-page .region--content, body.page-node-type-custom-page .region--content{
        margin-top: 18rem;
    }
    
    body.toolbar-loading.page-node-type-page .region--content{
        margin-top: 15rem !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;
    }
    
    
    .comment .comment__picture{
    margin-left: 30px;
    }

    .slider4 .carousel-caption .slide-title h3{
     font-size: 55px;
     margin-bottom: 1px !important;
     color: #ffffff;
     line-height: 4rem;
  }

  .welcome-msg-style2 .message-text{
     width: 1400px;
    }

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


  .section .about-brief{
    min-height: 428px;
    }

   .video-box-row .video-box{
  width: 800px;
  }


    
}


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


@media (min-width:1600px){
    .slideshow .slider4 .carousel-caption {
       padding: 30% 25% 0% 25%; 
  }
   
}


@media only screen and (min-width: 767px) and (max-width: 1600px)  {
    .slideshow .slider4 .carousel-caption {
    padding: 22% 20% 0% 20%;
  }
   
}

@media only screen and (min-width: 767px) and (max-width: 1200px)  {
    .slider4 .carousel-caption .slide-title h3{
     font-size: 32px;
     margin-bottom: 1px !important;
     color: #ffffff;
     line-height: 2rem;
  }

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


@media (min-width:1439px){
    /* body.path-frontpage .site-header .primary-nav__menu .primary-nav__menu-link--level-1, body.path-frontpage .site-header .primary-nav__menu .primary-nav__menu-item--nolink .primary-nav__menu-link--nolink.primary-nav__menu-link--level-1, body.path-frontpage .site-header .primary-nav__menu .icon--menu-toggle, body.path-frontpage .site-header .block-search-wide__button{
        color: #ffffff;
    } */

    body:not(.is-always-mobile-nav) .primary-nav__button-toggle .icon--menu-toggle, header .header-nav, header .site-header__inner {
        background-color: transparent !important;
    }

   
}
