:root {
  --eublu: #003399;
  --euylw: #ffca00;
  --drkblu: #002c83;
  --lhtgry: #f2f2f2;
  --gry: #ededed;
  --drkgry: #2e3136;
  --mgry: #d0d0d0;
  --lhtblu: #0b41b5;
  --opqblu: #003399C0;
}
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
}
.region {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: unset;
  text-decoration: none;
}
.bg-bl a {
  color: var(--euylw)!important;
}
.bg-bl a.cl-wh {
  color: #fff!important;
}

/* Header */
/* Header Top */
#header-top {
  background: #fff;
}
/* Header Top Left */
.header-top-left {
  background: var(--euylw);
}
.header-top-left nav#block-highlighted > ul {
  list-style: none;
  margin: 0;
  padding: 1px 4px;
  display: flex;
  font-size: 15px;
}

.header-top-left nav#block-highlighted > ul li {
  display: inline-block;
  margin: 0;
  line-height: 39px;
}

.header-top-left nav#block-highlighted > ul li:before {
  content: '';
  background: var(--eublu);
  width: 1px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin-right: 12px;
  margin-left: 14px;
  top: 2px;
}
.header-top-left nav#block-highlighted > ul li:first-child:before {
  content: unset;
  display: none;
}
nav#block-highlighted > ul a {
  color: var(--eublu);
}
/* Header Top Right */
.header-top-right ul.corporate.sm-block {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.header-top-right ul.corporate.sm-block li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
}

/* Header Bottom */
@media (min-width: 992px) {
  #header-bottom {
    background: var(--eublu);
  }

}
@media (max-width: 991px) {
  #header-bottom {
    background: #fff;
  }

}

/* Header Bottom Left */
/* branding */
#branding {
  background: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #branding a img {
    width: 116px;
    height: auto;
    margin: 20px 36px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  #branding a img {
    width: 135px;
    height: auto;
    margin: 20px 36px;
  }
}

@media (min-width: 1200px) {
  #branding a img {
    width: 135px;
    height: auto;
    margin: 20px 36px;
  }
}

@media  (max-width: 319px) {
  #branding a img {
    width: calc(100% - 80px);
    margin: 20px 5px;
  }
}

/* Header Bottom Right */
/* main_menu */
@media (min-width: 992px) {
  #main-menu nav.navbar {
    padding: 0;
  }

  #main-menu nav.navbar ul.level_0 {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
  }
  #main-menu nav.navbar ul.level_0 > li {
    position: relative;
  }
  #main-menu nav.navbar ul.level_0 > li:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 17px;
    background: #fffa;
    position: absolute;
    margin-left: -1px;
    top: calc(50% - 8px);
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  #main-menu nav.navbar ul.level_0 > li:first-child:before {
    content: unset;
    display: none;
  }

  #main-menu .dropdown-menu li a{
    text-transform: uppercase;
    font-size: 16px;
    color: var(--eublu);
    padding: 10px;
    border-top: 1px solid var(--lhtgry);
  }

  #main-menu nav.navbar ul.level_0 > li > a, #main-menu nav.navbar ul.level_0 > li > span.nav-link {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 -1px;
  }
  #main-menu nav.navbar ul.level_0 > li:hover > a, #main-menu nav.navbar ul.level_0 > li:hover > span.nav-link {
    background: #fff;
    color: var(--eublu);
  }
  #main-menu nav.navbar ul.level_0 > li:hover:before, #main-menu nav.navbar ul.level_0 > li:hover + li:before {
    height: 100%;
    top: 0;
  }
  #main-menu .dropdown-menu {
    --bs-dropdown-border-radius: 0;
    margin-top: -1px !important;
    min-width: calc(100% + 2px);
    text-align: center;
    border: none;
    margin-left: -1px;
  }
  #mainMenuBackdrop{
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-menu nav.navbar ul.level_0 > li > a, #main-menu nav.navbar ul.level_0 > li > span.nav-link {
    line-height: 120px;
    padding: 0 18px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #main-menu nav.navbar ul.level_0 > li > a, #main-menu nav.navbar ul.level_0 > li > span.nav-link {
    line-height: 133px;
    padding: 0 28px;
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  #main-menu nav.navbar ul.level_0 > li > a, #main-menu nav.navbar ul.level_0 > li > span.nav-link {
    line-height: 133px;
    padding: 0 41px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
}
@media (min-width: 576px) and (max-width: 991px){
  #main-menu nav.navbar ul.level_0 > li > a, #main-menu nav.navbar ul.level_0 > li > span.nav-link {
    font-size: 26px;
    margin: 20px 0;
  }
  #main-menu .dropdown-menu li > a {
    font-size: 18px;
  }
  #main-menu .corporate.sm-block a span:before {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 575px){
  #main-menu nav.navbar ul.level_0 > li > a, #main-menu nav.navbar ul.level_0 > li > span.nav-link {
    font-size: 20px;
    margin: 29px 0;
    line-height: 30px!important;
  }
  #main-menu .dropdown-menu li > a {
    font-size: 13px;
    line-height: 25px!important;
  }
  #main-menu .corporate.sm-block a span:before {
    width: 27px;
    height: 27px;
  }
}

@media (max-width: 991px){
  #main-menu .language-switcher {
    margin-bottom: 30px;
  }
  #main-menu .language-switcher a {
    font-size: 13px;
  }
  #main-menu nav.navbar ul.level_0 > li > a, #main-menu nav.navbar ul.level_0 > li > span.nav-link {
    color: var(--eublu);
    text-transform: uppercase;
    display: block;
    text-align: right;
    width: 100%;
    max-width: 200px;
    white-space: normal;
    line-height: 38px;
    font-weight: 500;
    margin-left: auto;
    font-family: 'Sora', Arial, sans-serif;
  }
  #main-menu nav.navbar ul.level_0 > li > a:after, #main-menu nav.navbar ul.level_0 > li > span.nav-link:after {
    display: none;
  }

  #main-menu .dropdown-menu {
    display: inline-block;
    width: 100%;
    border-right: 1px solid var(--euylw);
  }
  #main-menu .close {
    width: fit-content;
  }
  #main-menu .dropdown-menu li > a {
    text-align: right;
    color: var(--eublu);
    font-family: 'Sora', Arial, sans-serif;
    text-transform: uppercase;
  }
  #main-menu .corporate.sm-block {
    display: block;
    text-align: right;
    width: 100%;
    justify-content: end;
  }
  #main-menu .corporate.sm-block li {
    display: inline;
  }
  #mainMenuContainer {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    display: none;
    overflow: hidden;
    padding: 20px;
    transform: translateX(100vw);
    transition: all 0.3s;
    width: 65vw;
    min-width: 250px;
    margin-right: -15px;
  }
  .language-switcher li a {
    font-size: 20px;
    color: var(--eublu);
  }
  #mainMenuContainer.collapsing {
    display: block;
    height: 100%;
  }
  .navbar .nav-item .dropdown-menu{
    display: block;
    position: relative;
    border: none;
  }

  #main-menu nav.navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #main-menu nav.navbar {
    height: 100%;
  }

  #mainMenuContainer.show {
    display: block;
    transform: translateX(0);
  }
  #mainMenuBackdrop {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000a;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    transition: all 0.3s;
  }
  #main-menu #mainMenuContainer.collapsing ~ #mainMenuBackdrop{
    display: block;
  }
  #main-menu #mainMenuContainer.show ~ #mainMenuBackdrop{
    display: block;
    opacity: 1;
  }
  header #search-form input[type="search"]{
    background-color: var(--gry)!important; ;
    border-radius: 10px;
  }
  header #search-form input[type="search"]::placeholder {
    color: #999!important;
  }
  header #search-form .form-item.form-item-keys{
    text-align: right;
    margin: 30px 0;
  }
  .highlighted a {
    color: var(--eublu);
    margin: 10px 0;
    display: block;
  }
  .highlighted {
    text-align: right;
    margin: 10px 0;
    font-size: 14px;
    color: var(--eublu);
    font-weight: bold;
  }
}
/* info */
#info {
  background: var(--euylw);
  color: var(--eublu);
  font-size: 15px;
}
#info .content {
  letter-spacing: 0.02rem;
  margin: 17px 0;
  line-height: 19px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-clamp: 1;
}
#info .btn {
  font-size: 12px;
  padding: 8px 20px;
}
#info .read-more {
  position: relative;
  width: fit-content;
  bottom: -20px;
  z-index: 10;
  margin-left: auto;
  margin-right: 30px;
  font-size: 0;
  padding: 6px;
  cursor: pointer;
  margin-top: -20px;
}
@media (min-width: 992px) {
  #info .content .ellipsis {
    display: none;
  }
}
@media (max-width: 991px) {
  #info .content .additional, #info.expanded .content .ellipsis, #info .actions {
    display: none;
  }

  #info.expanded .content .additional, #info .content .ellipsis {
    display: inline;
  }

  #info.expanded .actions {
    display: flex;
  }

  #info.expanded .read-more::after {
    transform: rotate(180deg);
  }

  #info .content {
    margin-bottom: 0!important;
  }
}
/* search_form */
@media (min-width:992px) and (max-width:1199px) {
  header #search-form {
    padding-left: 0;
  }
  header #search-form input[type="search"] {
    width: 120px;
    background-image: url(../img/search.svg);
  }
}
@media (min-width:1200px) and (max-width:1399px) {
  header #search-form {
    padding-left: 22px;
  }
  header #search-form input[type="search"] {
    width: 144px;
    background-image: url(../img/search.svg);
  }
}
@media (min-width:1400px) {
  header #search-form {
    padding-left: 40px;
  }
  header #search-form input[type="search"] {
    width: 166px;
    background-image: url(../img/search.svg);
  }
}
@media (max-width:991px) {
  header #search-form {
    padding-left: 40px;
  }
  header #search-form input[type="search"] {
    width: 166px;
    background-image: url(../img/search-gry.svg);
  }
}
header #search-form {
  padding-right: 0;
}
header #search-form input[type="search"] {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 15px center;
  height: 47px;
  padding-left: 40px;
}

header #search-form input[type="search"]::placeholder {
  color: #fffa;
}
header #search-form .form-actions {
  display: none;
}
/* showcase */
#showcase .slide .content {
  color: var(--eublu);
}
@media (min-width: 1400px) {
  #showcase .slide .content .inner {
    max-width: 450px;
    margin: 0 auto;
  }

  #showcase .slide .content h2.title {
    font-size: 45px;
    font-weight: 600;
    border-bottom: 3px solid var(--euylw);
    padding-bottom: 43px;
    margin-bottom: 35px;
    line-height: 57px;
  }

  #showcase .slide .content h5.date {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
    margin-bottom: 78px;
  }
  #showcase .slide .content .summary {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 78px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #showcase .slide .content .inner {
    max-width: 400px;
    margin: 0 auto;
  }

  #showcase .slide .content h2.title {
    font-size: 40px;
    font-weight: 600;
    border-bottom: 3px solid var(--euylw);
    padding-bottom: 25px;
    margin-bottom: 25px;
    line-height: 52px;
  }

  #showcase .slide .content h5.date {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
    margin-bottom: 40px;
  }
  #showcase .slide .content .summary {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #showcase .slide .content .inner {
    max-width: 250px;
    margin: 0 auto;
  }

  #showcase .slide .content h2.title {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid var(--euylw);
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 30px;
  }

  #showcase .slide .content h5.date {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
    margin-bottom: 12px;
  }
  #showcase .slide .content .summary {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #showcase .slide .content .inner {
    max-width: 250px;
    margin: 0 auto;
  }

  #showcase .slide .content h2.title {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid var(--euylw);
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 30px;
  }

  #showcase .slide .content h5.date {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
    margin-bottom: 12px;
  }
  #showcase .slide .content .summary {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .controls-wrapper {
    padding-left: 40px;
  }
  #showcase .slide .content .inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 40px;
  }

  #showcase .slide .content h2.title {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 2px solid var(--euylw);
    padding-bottom: 24px;
    margin-bottom: 24px;
    line-height: 40px;
  }

  #showcase .slide .content h5.date {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
    margin-bottom: 40px;
  }
  #showcase .slide .content .summary {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 40px;
  }
  #showcase .slide .content {
    min-height: 440px;
  }
}
@media (max-width: 575px) {
  .controls-wrapper {
    padding-left: 40px;
  }
  #showcase .slide .content .inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 40px;
  }

  #showcase .slide .content h2.title {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid var(--euylw);
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 40px;
  }

  #showcase .slide .content h5.date {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
    margin-bottom: 40px;
  }
  #showcase .slide .content .summary {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 40px;
  }
  #showcase .slide .content {
    min-height: 520px;
  }
}

#block-tinyslidercarousel {
  position: relative;
}
#block-tinyslidercarousel .controls {
  display: inline-block;
  background: var(--lhtgry);
  padding-top: 4px;
}
/* highlighted */

.featured-events {
  font-family: 'Sora', sans-serif;
}
.featured-events .details {
  background: var(--gry);
  color: var(--eublu);
  padding: 0 5px;
  height: 159px;
  line-height: 16px;
}


.featured-events .calendar .link .title {
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (min-width: 1500px) {
  .featured-events .details .day, .featured-events .details .location {
    font-size: 12px;
  }

  .featured-events .details .time {
    font-size: 10px;
  }

  .featured-events .details .title {
    font-size: 18px;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
  }
  .featured-events .content {
    padding: 16px 10px;
  }
  .featured-events .calendar .link .subtitle:after {
    position: relative;
    top: 8px;
  }
  .featured-events .calendar .link .subtitle {
    bottom: 15px;
    font-size: 20px;
    padding-left: 16px;
  }
  .featured-events .calendar .link .title {
    font-size: 30px;
  }
  .featured-events .calendar .box .day{
    font-size: 50px;
    line-height: 40px;
  }

  .featured-events .calendar .box .month{
    font-size: 26px;
  }

  .featured-events .calendar .box .year {
    font-size: 28px;
  }
}
@media (min-width: 1399px) and (max-width: 1499px) {
  .featured-events .details .day, .featured-events .details .location {
    font-size: 10px;
  }

  .featured-events .details .time {
    font-size: 9px;
  }

  .featured-events .details .title {
    font-size: 18px;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
  }
  .featured-events .content {
    padding: 14px 10px;
  }
  .featured-events .calendar .link .subtitle:after {
    position: relative;
    top: 6px;
    width: 28px;
    height: 28px;
  }
  .featured-events .calendar .link .subtitle {
    bottom: 15px;
    font-size: 19px;
    padding-left: 16px;
  }
  .featured-events .calendar .link .title {
    font-size: 30px;
  }
  .featured-events .calendar .box .day{
    font-size: 50px;
    line-height: 40px;
  }

  .featured-events .calendar .box .month{
    font-size: 26px;
  }

  .featured-events .calendar .box .year {
    font-size: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .featured-events .details .day, .featured-events .details .location {
    font-size: 10px;
  }

  .featured-events .details .time {
    font-size: 9px;
  }

  .featured-events .details .title {
    font-size: 16px;
    line-height: 19px;
    height: 54px;
    overflow: hidden;
  }
  .featured-events .details .date span {
    display: block;
    height: 23px;
  }

  .featured-events .content {
    padding: 10px 9px;
  }
  .featured-events .calendar .link .subtitle:after {
    position: relative;
    top: 4px;
    width: 21px;
    height: 21px;
  }
  .featured-events .calendar .link .subtitle {
    bottom: 12px;
    font-size: 16px;
    padding-left: 8px;
  }
  .featured-events .calendar .link .title {
    font-size: 26px;
  }
  .featured-events .calendar .box .day{
    font-size: 44px;
    line-height: 33px;
  }

  .featured-events .calendar .box .month{
    font-size: 23px;
  }

  .featured-events .calendar .box .year {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .featured-events .details .day, .featured-events .details .location {
    font-size: 12px;
  }

  .featured-events .details .time {
    font-size: 10px;
  }

  .featured-events .details .title {
    font-size: 18px;
    line-height: 21px;
    height: 44px;
    overflow: hidden;
  }
  .featured-events .content {
    padding: 16px 10px;
  }
  .featured-events .calendar .link .subtitle:after {
    position: relative;
    top: 5px;
    width: 23px;
    height: 23px;
  }
  .featured-events .calendar .link .subtitle {
    bottom: 6px;
    font-size: 17px;
    padding-left: 16px;
  }
  .featured-events .calendar .link .title {
    font-size: 27px;
  }
  .featured-events .calendar .box .day{
    font-size: 50px;
    line-height: 40px;
  }

  .featured-events .calendar .box .month{
    font-size: 26px;
  }

  .featured-events .calendar .box .year {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-events .details .day, .featured-events .details .location {
    font-size: 12px;
  }

  .featured-events .details .time {
    font-size: 10px;
  }

  .featured-events .details .title {
    font-size: 18px;
    line-height: 21px;
    height: 44px;
    overflow: hidden;
  }
  .featured-events .content {
    padding: 16px 10px;
  }
  .featured-events .calendar .link .subtitle:after {
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
  }
  .featured-events .calendar .link .subtitle {
    bottom: 6px;
    font-size: 14px;
    padding-left: 6px;
  }
  .featured-events .calendar .link .title {
    font-size: 24px;
  }
  .featured-events .calendar .box .day{
    font-size: 45px;
    line-height: 39px;
  }

  .featured-events .calendar .box .month{
    font-size: 20px;
  }

  .featured-events .calendar .box .year {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .featured-events .details .day, .featured-events .details .location {
    font-size: 12px;
  }

  .featured-events .details .time {
    font-size: 10px;
  }

  .featured-events .details .title {
    font-size: 18px;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
  }
  .featured-events .content {
    padding: 16px 10px;
  }
  .featured-events .calendar .link .subtitle:after {
    position: relative;
    top: 8px;
  }
  .featured-events .calendar .link .subtitle {
    bottom: 15px;
    font-size: 20px;
    padding-left: 16px;
  }
  .featured-events .calendar .link .title {
    font-size: 30px;
  }
  .featured-events .calendar .box .day{
    font-size: 50px;
    line-height: 40px;
  }

  .featured-events .calendar .box .month{
    font-size: 26px;
  }

  .featured-events .calendar .box .year {
    font-size: 28px;
  }
  .mobile-calendar .calendar {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .featured-events .details .day, .featured-events .details .location {
    font-size: 12px;
  }

  .featured-events .details .time {
    font-size: 10px;
  }

  .featured-events .details .title {
    font-size: 18px;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
  }
  .featured-events .content {
    padding: 16px 10px;
  }
  .featured-events .calendar .link .subtitle:after {
    position: relative;
    top: 4px;
    width: 17px;
    height: 17px;
  }
  .featured-events .calendar .link .subtitle {
    bottom: 10px;
    font-size: 12px;
    padding-left: 16px;
  }
  .featured-events .calendar .link .title {
    font-size: 18px;
  }
  .featured-events .calendar .box .day{
    font-size: 42px;
    line-height: 32px;
  }

  .featured-events .calendar .box .month{
    font-size: 17px;
  }

  .featured-events .calendar .box .year {
    font-size: 19px;
  }
  .mobile-calendar .calendar {
    height: 280px;
  }
}

.featured-events .details .time:before {
  margin-left: 6px;
}



.featured-events .details span:before {
  top: 6px;
  position: relative;
  width: 23px !important;
  height: 23px !important;
  margin-right: 4px;
}

.featured-events .calendar .day, .featured-events .calendar .month {
  display: block;
}

.featured-events .calendar .box>a {
  background: var(--eublu);
  color: #fff;
}

.featured-events .calendar .box .year {
  font-weight: 100;
  line-height: 18px;
  color: #fff1;
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
}
.featured-events .calendar .box a:hover {
  background: var(--lhtblu)!important;
}
.featured-events .calendar .box a:hover .date{
  transform: scale(1.2);
}
.featured-events .calendar .box a.marked .date{
  transform: scale(1.2);
}
.featured-events .calendar .box a.marked{
  background-color:var(--euylw)!important;
  color:var(--eublu);
}
.featured-events .calendar .box .date {
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
#bottom-showcase {
  padding-top: 20px;
  padding-bottom: 50px;
}
#featuredcarousel .featured-events .event{
  height: 303px;
}
.featured-events .event.empty{
  background-color: var(--lhtgry);
}
.featured-events .calendar .box:nth-child(2) a,
.featured-events .calendar .box:nth-child(4) a,
.featured-events .calendar .box:nth-child(5) a,
.featured-events .calendar .box:nth-child(7) a,
.featured-events .calendar .box:nth-child(10) a,
.featured-events .calendar .box:nth-child(12) a {
  background: var(--drkblu);
}

.featured-events .calendar .box.empty{
  background-color: var(--lhtgry);
  cursor: unset;
}
.featured-events .calendar .box {
  cursor: pointer;
}
.featured-events .calendar .empty.box.empty:nth-child(2),
.featured-events .calendar .empty.box:nth-child(4),
.featured-events .calendar .empty.box:nth-child(5),
.featured-events .calendar .empty.box:nth-child(7),
.featured-events .calendar .empty.box:nth-child(10),
.featured-events .calendar .empty.box:nth-child(12) {
  background: var(--gry);
}
.featured-calendar .dateselect .events .event {
  opacity: 0.2;
}
.featured-calendar .dateselect .events .event.selected {
  opacity: 1!important;
}
.featured-events .calendar .link a{
  background: var(--gry);
  color: var(--eublu);
}
.featured-events .calendar .link a:hover{
  background: var(--lhtgry);
  color: var(--lhtblu);
}

.featured-events .calendar .link a:hover .title {
  transform: scale(1.2)  translateY(-50%);
}

/* featured_top */
.latest-videos .overlay {
  top: 0;
  color: #fff;
  background: var(--opqblu);
  font-family: 'Sora', sans-serif;
  padding-top: 10px;
}
@media (min-width:992px){
  .latest-videos .details p {
    font-size: 44px;
    max-width: 510px;
    line-height: 54px;
  }
}
@media (max-width:991px){
  .latest-videos .details p {
    font-size: 27px;
    max-width: 510px;
    line-height: 40px;
  }
}
.latest-videos .details h3 {
  color: var(--euylw);
  font-size: 34px;
  font-weight: bold;
}
.latest-videos {
  position: relative;
}
.latest-videos .image {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.latest-videos .image img{
  width: 100%;
}
@media (min-width:576px){
  .latest-videos .image {
    max-height: 300px;
  }
}
@media (max-width:575px){
  .latest-videos .image {
    max-height: 180px;
  }
  .latest-videos span.play:after{
    width: 100px;
    height: 100px;
  }
}
@media (max-width:767px) {
  .frontpage-videos h2.header {
    font-weight: bold;
    font-size: 32px;
  }
  .frontpage-videos {
    margin-bottom: 40px;
  }
}
/* top */
/* breadcrumbs */
/* help */
/* content_top */
#content-top {
  background-image: url("../img/title-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
#content-top .block-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}
.block-content hr {
  width: 70%;
  border: 1px solid var(--euylw);
  margin: 40px auto;
}
#content-top .block-content h2 {
  font-size: 44px;
}
.block-content .links a {
  margin: 0 20px;
  font-weight: bold;
}

/* content */
main.region {
  color: var(--eublu);
  font-size: 26px;
  font-weight: 500;
}

main.region a{
  color: var(--eublu);
}
main.region .header {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
main.region .header.yellow {
  background: var(--euylw);
  margin: 60px 0;
}
main.region .header.grey {
  background: var(--gry);
}
main.region .header.lgrey {
  background: var(--lhtgry);
}
.subheader {
  padding: 80px;
}

.subheader span::after {

  position: relative;
  top: 6px;
}
/* sidebar_first */
/* sidebar_second */
/* content_bottom */
/* bottom */
@media (min-width: 1400px) {
  .secondary-menu > a {
    min-height: 450px;
  }
  .secondary-menu .label {
    font-size: 30px;
    bottom: 60px;
    left: 60px;
  }
  main.region .header {
    padding: 60px;
    font-size: 32px;
  }
  main.region h2.title {
    padding: 30px;
    text-transform:uppercase;
    text-align:center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  main.region h3.title {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .secondary-menu > a {
    min-height: 290px;
  }
  .secondary-menu .label {
    font-size: 28px;
    bottom: 36px;
    left: 50px;
  }
  main.region .header {
    padding: 60px;
    font-size: 32px;
  }
  main.region h2.title {
    padding: 30px;
    text-transform:uppercase;
    text-align:center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  main.region h3.title {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .secondary-menu > a {
    min-height: 230px;
  }
  .secondary-menu .label {
    font-size: 26px;
    bottom: 21px;
    left: 40px;
  }
  main.region .header {
    padding: 60px;
    font-size: 32px;
  }
  main.region h2.title {
    padding: 30px;
    text-transform:uppercase;
    text-align:center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  main.region h3.title {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .secondary-menu > a {
    min-height: 200px;
  }
  .secondary-menu .label {
    font-size: 22px;
    bottom: 21px;
    left: 40px;
  }
  main.region .header {
    padding: 60px;
    font-size: 32px;
  }
  main.region h2.title {
    padding: 30px;
    text-transform:uppercase;
    text-align:center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  main.region h3.title {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .secondary-menu > a {
    min-height: 200px;
  }
  .secondary-menu .label {
    font-size: 22px;
    bottom: 21px;
    left: 40px;
  }
  main.region .header {
    padding: 60px;
    font-size: 32px;
  }
  main.region h2.title {
    padding: 30px;
    text-transform:uppercase;
    text-align:center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  main.region h3.title {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 16px;
  }
}

@media (max-width: 575px) {
  .secondary-menu > a {
    min-height: 140px;
  }
  .secondary-menu .label {
    font-size: 22px;
    bottom: 21px;
    left: 40px;
  }

  main.region .header {
    padding: 30px;
    font-size: 28px;
  }
  main.region h2.title {
    padding: 15px;
    text-transform:uppercase;
    text-align:center;
    margin-top: 30px;
    margin-bottom: 16px;
  }
  main.region h3.title {
    padding: 10px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
}

.secondary-menu > a {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
.secondary-menu > a:hover {
  opacity: 0.8;
}
.secondary-menu .label {
  position: absolute;
  color: #fff;
    text-shadow: 0 0 7px #000;
    font-weight: bold;
}
/* featured_bottom */
#featured-bottom {
  margin: 50px 0;
}
#featured-bottom h2.header a {
  color: var(--euylw);
  font-size: 36px;
  font-weight: 600;
  font-family: 'Sora';
}
@media (min-width: 992px){
  a .anim{
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
  }
}
a:hover .anim{
  opacity: 1;
}
#featured-bottom h2.header a span {
  top: 5px;
  position: relative;
}

.eu-highlights .title {
  background: #fff;
  text-align: center;
  color: var(--eublu);
  font-weight: 600;
  display: block;
  width: 100%;
}
@media (min-width: 1680px) {
  .eu-highlights .btn {
    font-size: 14px;
    padding: 11px 25px;
  }
  .eu-highlights .title {
    height: 160px;
    padding: 46px 30px;
    font-size: 23px;
    line-height: 30px;
  }
  .eu-highlights .label-row {
    bottom: 0;
  }
  #featured-bottom h2.header {
    margin: 59px 0 94px;
  }
}
@media (min-width: 1400px) and (max-width: 1679px) {
  .eu-highlights .btn {
    font-size: 13px;
    padding: 11px 17px;
  }
  .eu-highlights .title {
    height: 160px;
    padding: 46px 30px;
    font-size: 23px;
    line-height: 30px;
  }
  .eu-highlights .label-row {
    bottom: 0;
  }
  #featured-bottom h2.header {
    margin: 45px 0 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .eu-highlights .btn {
    font-size: 12px;
    padding: 11px 14px;
  }
  .eu-highlights .title {
    height: 111px;
    padding: 27px 27px;
    font-size: 21px;
    line-height: 27px;
  }
  .eu-highlights .label-row {
    bottom: 0;
  }
  #featured-bottom h2.header {
    margin: 30px 0 60px;
  }

}
@media (min-width: 992px) and (max-width: 1199px) {
  .eu-highlights .btn {
    font-size: 11px;
    padding: 11px 8px;
  }
  .eu-highlights .title {
    height: 86px;
    padding: 17px 17px;
    font-size: 18px;
    line-height: 25px;
  }
  .eu-highlights .label-row {
    bottom: 0;
  }
  #featured-bottom h2.header {
    margin: 20px 0 40px;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  .eu-highlights .btn {
    font-size: 9px;
    padding: 7px 5px;
  }
  .eu-highlights .title {
    height: 64px;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 18px;
  }
  .eu-highlights .label-row {
    bottom: 0;
  }
  #featured-bottom h2.header {
    margin: 20px 0 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .eu-highlights .btn {
    font-size: 12px;
    padding: 11px 14px;
  }
  .eu-highlights .title {
    height: 111px;
    padding: 27px 27px;
    font-size: 21px;
    line-height: 27px;
  }
  .pub-col {
    margin-bottom: 70px;
  }
  .eu-highlights .label-row {
    bottom: -42px;
  }
  #featured-bottom h2.header {
    margin: 20px 0 40px;
  }
}
@media (max-width: 575px) {
  .eu-highlights .btn {
    font-size: 11px;
    padding: 11px 8px;
  }
  .eu-highlights .title {
    height: 86px;
    padding: 17px 17px;
    font-size: 18px;
    line-height: 25px;
  }
  .eu-highlights .label-row {
    bottom: -40px;
  }
  .pub-col {
    margin-bottom: 70px;
  }
  ul.corporate.ft-block span.info-line .value {
    display: block;
    width: 50%;
    min-width: 200px;
    margin: 0 auto;
  }
  #featured-bottom h2.header {
    margin: 20px 0 40px;
  }
}
@media (min-width: 768px) {
  .pub-col {
    padding: 0 10px;
  }

  .pub-col:last-child {
    padding-left: 20px!important;
    padding-right: 0!important;
  }

  .pub-col:first-child {
    padding-right: 20px!important;
    padding-left: 0!important;
  }
}
.eu-highlights .label-row {
  position: absolute;
  width: 100%;
}
.eu-highlights .btn {
  height: fit-content;
  font-weight: bold;
  width: 100%;
}
/* bottom_showcase */
#block-childrenscorner .content .header {
  font-size: 36px;
  padding: 30px 50px 30px 0;
  border-bottom: 2px solid var(--euylw);
  margin-bottom: 30px;
  text-transform: uppercase;
  display: inline-block;
  font-family: Georama, "Times New Roman", sans;
}
#block-childrenscorner .content {
  color: var(--eublu);
  font-size: 19px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  #block-childrenscorner .content .header {
    font-size: 27px;
    padding: 24px 0;
  }
  #block-childrenscorner .content {
    font-size: 17px;
  }
}

/* footer */
footer.region .footer h2 {
  color: var(--euylw);
  font-size: 16px;
  margin-bottom: 32px;
}


footer.region {
  font-family: 'Sora', sans-serif;
  color: var(--eublu);
  margin-bottom: 30px;
}
footer.region a{
  color: var(--eublu);
}
@media (min-width: 1680px) {
  footer.region .footer>div {
    padding: 0 60px;
  }
  footer.region .footer ul.corporate.sm-block li {
    margin-right: 10px;
  }
}
@media (max-width: 1679px) and (min-width: 1400px) {
  footer.region .footer>div {
    padding: 0 30px;
  }
  footer.region .footer:nth-child(2) h2{
    padding-left: 34px;
  }
  footer.region .footer ul.corporate.sm-block li {
    margin-right: 10px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  footer.region .footer>div {
    padding: 0 10px;
  }
  footer.region .footer:nth-child(2) h2{
    padding-left: 34px;
  }
  footer.region .footer ul.corporate.sm-block li {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  footer.region .footer>div {
    padding: 0;
  }
  footer.region .footer:nth-child(2) h2{
    padding-left: 34px;
  }
  footer.region .footer ul.corporate.sm-block li {
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  footer.region .footer>div {
    padding: 0 20px;
  }
}
footer.region .footer {
  border-left: 2px solid #00339951;
  padding-top: 34px;
  padding-bottom: 34px;
}
@media (max-width:991px){
  footer.region .footer {
    border-left: none;
    border-bottom: 1px solid var(--eublu);
  }
  footer.region .footer:last-child {
    border-bottom: none;
  }
  footer.region .footer ul.corporate.sm-block li {
    margin-right: 4px;
  }
  footer.region #block-sitebranding img {
    max-width: 150px;
  }
  footer.region #block-sitebranding {
    text-align: center;
  }

}
@media (max-width:576px){
  footer.region .footer {
    text-align: center;
  }
  ul.corporate.ft-block span.info-line {
    display: inline!important;
  }
  ul.corporate.ft-block span.info-line:before {
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  footer.region .footer ul.corporate.sm-block {
    display: inline!important;
  }
  footer.region .footer ul.corporate.sm-block li {
    margin-right: 4px;
  }
}
footer.region .footer:nth-child(1) {
  border-left: none;
}

footer.region .footer:nth-child(1) >div {
  padding-left: 0;
}

footer.region .footer:nth-child(4) >div {
  padding-right: 0;
}
ul.corporate.ft-block {
  padding-left: 0;
  list-style: none;
}

ul.corporate.ft-block li {
  margin-bottom: 19px;
}
ul.corporate.ft-block span.info-line {
  display: flex;
  line-height: 21px;
}
ul.corporate.ft-block span.info-line:before {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

footer.region .footer ul.corporate.sm-block {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 47px;
}

footer.region .footer ul.corporate.sm-block li {
  display: inline-block;
}

/* copyright */
.copyright {
  display: flex;
  align-items: center;
  padding: 18px 0;
  color: #fff;
}

.copyright .image img {
  max-width: 72px;
  border: 1px solid #fff;
  margin-right: 20px;
}

#copyright {
  background: var(--eublu);
}

.copyright p {
  margin: 0;
  font-weight: 500;
  font-size: 17px;
}
@media (min-width: 1680px) {
  .copyright p {
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .copyright .image {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
/* ----------------------- */

.btn-primary {
  --bs-btn-bg: var(--eublu);
  --bs-btn-border-color: var(--eublu);
  --bs-btn-hover-bg: var(--lhtblu);
  --bs-btn-hover-border-color: var(--lhtblu);
  --bs-btn-active-bg: var(--drkblu);
  --bs-btn-active-border-color: var(--drkblu);
  --bs-btn-disabled-bg: var(--eublu);
  --bs-btn-disabled-border-color: var(--eublu);
  --bs-btn-disabled-color: #aaa;
}
.btn-secondary {
  --bs-btn-color: var(--eublu);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--lhtgry);
  --bs-btn-hover-color: var(--eublu);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: var(--lhtgry);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Sora', sans-serif;
  padding: 11px 30px;
}
.btn-secondary:hover span[class*="svgicon"] {
  margin-left: 20px;
  width: auto;
}
.btn-secondary span[class*="svgicon"] {
  position: relative;
  top: 4px;
  margin-left: 0;
  width: 0;
  display: inline-flex;
  overflow: hidden;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.btn {
  border-radius: 0;
}
.btn-info {
  --bs-btn-bg: none;
  --bs-btn-border-color: #fff;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: var(--eublu);
  --bs-btn-hover-bg: #fffa;
  --bs-btn-hover-border-color: #fffa;
  --bs-btn-active-bg: #fffa;
  --bs-btn-active-border-color: #fffa;
}
a {
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

[class*="line-spacer"] {
  margin-top: 50px;
  width: 100%;
}
.line-spacer-m {
  margin-top: 80px;
  width: 100%;
}
.cl-yl {
  color: var(--euylw);
}
.cl-bl {
  color: var(--eublu);
}
.image-list .content {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.block-content .links a span:after {
  top: 4px;
  position: relative;
  margin: 0 6px;
}
.primary.title {
  font-weight: bold;
  margin-bottom: 40px;
}
.bcl-bl {
  background-color: var(--eublu);
}
.cl-wh {
  color: #fff!important;
}

@media (min-width:1680px){
  .event-details .event-preview .content{
    padding: 80px;
  }
  .event-details .event-preview .summary .date{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .event-details .event-preview .summary .title{
    font-size: 36px;
  }
  .single-event .content .summary {
    padding: 0 50px;
  }
  .single-event .read-more {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .single-event .event-application {
    padding: 120px 0;
    font-size: 25px;
  }
  .single-event .event-application .application {
    padding-right: 80px;
    line-height: 60px;
  }
  .single-event .event-application .details {
    padding-left: 80px
  }
  .rbr {
    border-right: 1px solid #fff;
  }
  .single-event .extra-body {
    padding: 80px 0;
    font-size: 25px;
  }
}
@media (min-width:1400px) and (max-width:1679px){
  .event-details .event-preview .content{
    padding: 80px;
  }
  .event-details .event-preview .summary .date{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .event-details .event-preview .summary .title{
    font-size: 36px;
  }
  .single-event .content .summary {
    padding: 0 50px;
  }
  .single-event .read-more {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .single-event .event-application {
    padding: 120px 0;
    font-size: 25px;
  }
  .single-event .event-application .application {
    padding-right: 80px;
    line-height: 60px;
  }
  .single-event .event-application .details {
    padding-left: 80px
  }
  .rbr {
    border-right: 1px solid #fff;
  }
  .single-event .extra-body {
    padding: 80px 0;
    font-size: 25px;
  }
}
@media (min-width:1200px) and (max-width:1399px){
  .event-details .event-preview .content{
    padding: 50px;
  }
  .event-details .event-preview .summary .date{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .event-details .event-preview .summary .title{
    font-size: 36px;
  }
  .single-event .content .summary {
    padding: 0 40px;
  }
  .single-event .read-more {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .single-event .event-application {
    padding: 120px 0;
    font-size: 25px;
  }
  .single-event .event-application .application {
    padding-right: 80px;
    line-height: 60px;
  }
  .single-event .event-application .details {
    padding-left: 80px
  }
  .rbr {
    border-right: 1px solid #fff;
  }
  .single-event .extra-body {
    padding: 80px 0;
    font-size: 25px;
  }
}
@media (min-width:992px) and (max-width:1199px){
  .event-details .event-preview .content{
    padding: 30px;
  }
  .event-details .event-preview .summary .date{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .event-details .event-preview .summary .title{
    font-size: 32px;
  }
  .single-event .content .summary {
    padding: 0 10px;
  }
  .single-event .read-more {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .event-details .event-preview .summary span.body {
    font-size: 20px;
  }
  .single-event .event-application {
    padding: 120px 0;
    font-size: 25px;
  }
  .single-event .event-application .application {
    padding-right: 60px;
    line-height: 40px;
  }
  .single-event .event-application .details {
    padding-left: 80px
  }
  .rbr {
    border-right: 1px solid #fff;
  }
  .single-event .extra-body {
    padding: 80px 0;
    font-size: 25px;
  }
}
@media (min-width:768px) and (max-width:991px){
  .event-details .event-preview .content{
    padding: 80px;
  }
  .event-details .event-preview .summary .date{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .event-details .event-preview .summary .title{
    font-size: 36px;
  }
  .single-event .content .summary {
    padding: 0 50px;
  }
  .single-event .read-more {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .single-event .event-application {
    padding: 120px 0;
    font-size: 25px;
  }
  .single-event .event-application .application {
    line-height: 40px;
  }
  .single-event .extra-body {
    padding: 80px 0;
    font-size: 25px;
  }
}
@media (min-width:576px) and (max-width:767px){
  .event-details .event-preview .content{
    padding: 80px;
  }
  .event-details .event-preview .summary .date{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .event-details .event-preview .summary .title{
    font-size: 36px;
  }
  .single-event .content .summary {
    padding: 0 50px;
  }
  .single-event .read-more {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .single-event .event-application {
    padding: 120px 0;
    font-size: 25px;
  }
  .single-event .event-application .application {
    line-height: 40px;
  }
  .single-event .extra-body {
    padding: 80px 10px;
    font-size: 25px;
  }
}
@media (max-width:575px){
  .event-details .event-preview .content{
    padding: 40px;
  }
  .event-details .event-preview .summary .date{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .event-details .event-preview .summary .title{
    font-size: 36px;
  }

  .single-event .read-more {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .single-event .event-application {
    padding: 120px 0;
    font-size: 25px;
  }
  .single-event .event-application .application {
    line-height: 40px;
  }
  .single-event .extra-body {
    padding: 80px 20px;
    font-size: 25px;
  }
  .event-preview .links {
    line-height: 65px!important;
    font-size: 18px!important;
  }
}

.event-details .event-preview .summary span {
  display: block;
}
.event-details .event-preview .summary hr {
  border-color: var(--euylw);
  opacity: 1;
  border-width: 2px;
}
main .projects p span:before {
  margin-right: 16px;
  top: 3px;
  position: relative;
}
main .projects p {
  font-size: 20px;
  line-height: 41px;
}
main .projects .content {
  border: 1px solid var(--lhtgry);
  padding: 50px;
}
main .projects h3 {
  margin-bottom: 30px;
}
.news-card .content {
  color: var(--eublu);
}
.news-card .content .inner {
  margin: 0 auto;
}
.news-card .content h2.title {
  font-weight: 600;
  border-bottom: 3px solid var(--euylw);
}
.news-card .content .date {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Sora', sans-serif;
}
.news-card .article-type {
  padding: 10px 20px;
  color: #fff;
  margin-right: 20px;
}
.news-card.news .article-type {
  background: var(--eublu);
}
.news-card.press-release .article-type {
  background: var(--drkgry);
}
.news-card.newsletter .article-type {
  background: var(--euylw);
}
.news-card.publication .article-type {
  background: #7c6650;
}
@media (min-width:996px) {
  .article-filter {
    position: absolute;
  }
}
.article-filter input[type="checkbox"]{
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}
.article-filter label{
  display: block;
  width: 100%;
  color: #fff;
  background-color: var(--eublu);
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  padding: 10px 5px;
}
.article-filter .form-item:nth-child(even) label{
  background-color: var(--drkblu);
}
.article-filter input:checked ~ label{
  background-color: var(--euylw)!important;
}
div.ajax-progress {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fffa;
  z-index: 100;
}
div.ajax-progress-fullscreen {
  background-image: url("../img/euthrobber.gif");
}
div.ajax-progress .throbber{
  left: calc(50% - 50px);
  top:  calc(50% - 50px);
  position: absolute;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-image: url("../img/euthrobber.gif");
}
.article-header {
  background-image: url("../img/title-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-top: 100px!important;
  padding-bottom: 100px!important;
}
.article-header h2 {
  font-size: 44px;
}
.library .row .row {
  padding-bottom: 50px;
  padding-top: 50px;
}
.library .row .date {
  font-size: 24px;
  line-height: 48px;
}
.library .row .title {
  font-size: 32px;
}

@media (min-width: 1680px) {
  .about-us main .content {
    margin-right: 120px;
    margin-top: 120px;
  }
  .right-aligned-1 {
    min-width: 941px;
  }
  .image-list .content {
    margin-left: 150px;
    margin-right: 150px;
  }
  .image-list p {
    font-size: 24px;
  }
  .image-list h3 {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .block-content .links a {
    margin: 0 20px;
    font-weight: bold;
  }
  .news-card .content h2.title {
    font-size: 45px;
    padding-bottom: 43px;
    margin-bottom: 35px;
    line-height: 57px;
  }
  .news-card .content .date {
    margin-bottom: 78px;
  }
  .news-card .content .inner {
    max-width: 450px;
  }
  .news-card .content .summary {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 78px;
  }
}
@media (min-width: 1400px) and (max-width: 1679px) {
  .about-us main .content {
    margin-right: 120px;
    margin-top: 120px;
  }
  .right-aligned-1 {
    min-width: 941px;
  }
  .image-list .content {
    margin-left: 120px;
    margin-right: 120px;
  }
  .image-list p {
    font-size: 24px;
  }
  .image-list h3 {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .block-content .links a {
    margin: 0 20px;
    font-weight: bold;
  }
  .news-card .content h2.title {
    font-size: 38px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    line-height: 52px;
  }
  .news-card .content .date {
    margin-bottom: 60px;
  }
  .news-card .content .inner {
    max-width: 500px;
  }
  .news-card .content .summary {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-us main .content {
    margin: 90px 30px 0;
  }
  .about-us main .content p {
    font-size: 20px;
  }
  .right-aligned-1 {
    min-width: 941px;
  }
  .image-list .content {
    margin-left: 60px;
    margin-right: 60px;
  }
  .image-list p {
    font-size: 24px;
  }
  .image-list h3 {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .block-content .links a {
    margin: 0 20px;
    font-weight: bold;
  }
  .news-card .content h2.title {
    font-size: 34px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    line-height: 45px;
  }
  .news-card .content .date {
    margin-bottom: 26px;
  }
  .news-card .content .inner {
    max-width: 450px;
  }
  .news-card .content .summary {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us main .content {
    margin: 60px 30px 0;
  }
  .about-us main .content p {
    font-size: 20px;
    line-height: 27px;
  }
  .right-aligned-1 {
    min-width: 941px;
  }
  .image-list .content {
    margin-left: 40px;
    margin-right: 40px;
  }
  .image-list p {
    font-size: 19px;
  }
  .image-list h3 {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .block-content .links a {
    margin: 0 20px;
    font-weight: bold;
  }
  .news-card .content h2.title {
    font-size: 30px;
    padding-bottom: 19px;
    margin-bottom: 14px;
    line-height: 44px;
  }
  .news-card .content .date {
    margin-bottom: 30px;
  }
  .news-card .content .inner {
    max-width: 400px;
  }
  .news-card .content .summary {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-us main .content {
    margin-right: 120px;
    margin-top: 120px;
  }
  .about-us main .content p {
    font-size: 20px;
    line-height: 27px;
  }
  .image-list .content {
    margin-left: 20px;
    margin-right: 20px;
  }
  .image-list p {
    font-size: 17px;
    line-height: 23px;
  }
  .image-list h3 {
    margin-bottom: 18px;
    font-size: 26px;
  }
  .block-content .links a {
    margin: 0 5px;
    font-weight: bold;
  }
  .news-card .content h2.title {
    font-size: 23px;
    padding-bottom: 11px;
    margin-bottom: 11px;
    line-height: 33px;
  }
  .news-card .content .date {
    margin-bottom: 19px;
  }
  .news-card .content .inner {
    max-width: 320px;
  }
  .news-card .content .summary {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about-us main .content {
    margin: 30px;
  }
  .image-list .content {
    margin-left: 20px;
    margin-right: 20px;
  }
  .image-list h3 {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .block-content .links a {
    min-width: 285px;
    margin: 0 0 15px;
  }
  .news-card .content h2.title {
    font-size: 34px;
    padding-bottom: 24px;
    margin-bottom: 27px;
    line-height: 43px;
  }
  .news-card .content .date {
    margin-bottom: 50px;
  }
  .news-card .content .inner {
    padding: 20px 50px;
  }
  .news-card .content .summary {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .about-us main .content {
    margin: 30px;
  }
  .image-list .content {
    margin-left: 20px;
    margin-right: 20px;
  }
  .image-list h3 {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .block-content .links a {
    min-width: 285px;
    margin: 0 0 15px;
  }
  .news-card .content h2.title {
    font-size: 34px;
    padding-bottom: 24px;
    margin-bottom: 27px;
    line-height: 43px;
  }
  .news-card .content .date {
    margin-bottom: 50px;
  }
  .news-card .content .inner {
    padding: 20px;
  }
  .news-card .content .summary {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 50px;
  }
}
.about-us main .content {
  font-size: 24px;
}
.image-list img {
  width: 100%;
}
#galleryCarousel {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#galleryMain img {
  max-height: 70vh;
  margin-left: auto;
  margin-right: auto;
}
div#block-corporatesocialmediaicons-2 {
  display: inline-block;
}
div#block-languageswitcher {
  display: inline-block;
}
#block-languageswitcher ul {
  display: flex;
  margin: 0;
  padding: 0;
  top: -5px!important;
  position: relative;
}
#block-languageswitcher ul li{
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
#block-languageswitcher ul li a{
  display: block;
  color: var(--eublu);
}
.image-card .title {
  height: 140px;
}
.image-card .title a {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width:1200px) and (max-width: 1399px){
  .image-card .title a {
    font-size: 22px;
  }
}
@media (min-width:992px) and (max-width: 1199px){
  .image-card .title a {
    font-size: 22px;
  }
}
@media (min-width:768px) and (max-width: 991px){
  .image-card .title a {
    font-size: 22px;
  }
}
@media (min-width:576px) and (max-width: 767px){
  .image-card .title a {
    font-size: 22px;
  }
  .image-card .image img {
    width:100%;
  }
}
@media (max-width: 575px){
  .image-card .title a {
    font-size: 22px;
  }
  .image-card .image img {
    width:100%;
  }
}
.image-card .link a {
  display: block;
  padding: 20px;
}
.image-card .link {
  background: var(--eublu);
  text-align: center;
  margin-bottom: 20px;
}
.article-subheader {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.bg-yl{
  background-color: var(--euylw)!important;
}
.bg-bl{
  background-color: var(--eublu)!important;
}

.bg-gr{
  background-color: var(--gry)!important;
}

span.job-deadline {
  font-size: 22px;
  color: var(--eublu);
}
.contact-us-page input[type="text"], .contact-us-page input[type="email"], .contact-us-page input[type="tel"], .contact-us-page textarea {
  max-width: 100%;
  width: 100%;
  border: 2px solid var(--gry);
  padding: 14px;
  margin-bottom: 20px;
}
.contact-us-page #edit-submit {
  background: var(--eublu);
  border: none;
  padding: 4px 20px;
  color: #fff;
  float: right;
}
.contact-us-page #block-corporategooglemap-2 {
  border: 2px solid var(--gry);
  padding: 10px;
}
.contact-us-page h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contact-us-page textarea {
  max-height: 200px;
}
.contact-us-page label {
  display: none;
}
.contact-us-page iframe {
  height: 800px;
}
.video-frame {
  margin-left:auto;
  margin-right:auto;
  width: max-content;
}
main ul.pager__items, #content-bottom ul.pager__items {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

main ul.pager__items .pager__item a, #content-bottom ul.pager__items .pager__item a {
  display: inline-block;
  min-width: 30px;
  background: var(--eublu);
  color: #fff;
  margin-right: 1px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  font-weight: 400;
}
main nav.pager, #content-bottom nav.pager {
  display: block;
  margin: 50px auto;
  width: fit-content;
  background: var(--gry);
  padding: 10px 10px;
}

main nav.pager li.pager__item, #content-bottom  nav.pager li.pager__item {
  line-height: 0;
}
main nav.pager li.pager__item.pager__item--ellipsis, #content-bottom  nav.pager li.pager__item.pager__item--ellipsis {
  display: none;
}
.youtube-modal figure.youtube-container {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}

.youtube-modal figure.youtube-container iframe {
  height: 100%;
  width: 100%;
}
.youtube-modal.modal.show .modal-content {
  width: 100%;
  padding: 0;
  height: 70vh;
}
.youtube-modal.modal .modal-dialog, .photo-gallery .modal .modal-dialog {
  max-width: calc(70vh * 1.5);
  width: 100%;
}
.youtube-modal.modal .modal-body, .photo-gallery .modal .modal-body {
  padding:0;
  background: none;
}
.youtube-modal .close, .photo-gallery .modal .close {
  position: fixed;
  right: 20px;
  top: 20px;
  opacity: 0.8;
  cursor: pointer;
}
.photo-gallery .modal-content{
  background-color: #000;
}


.video-col .play-btn {
  width: 100px;
  height: 100px;
  background: #fffd;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px #0003;
  opacity: 0.7;
  transition: opacity 300ms ease;
}
.video-col .play-btn:after {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.video-col .video-thumb {
  cursor: pointer;
}
.video-col .video-thumb:hover .play-btn {
  opacity: 1;
}
.video-col .video-thumb .title{
  height: 230px;
  text-align: center;
  padding: 20px;
  border: 1px solid #00339917;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.video-col .video-thumb .title h3 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.photo-gallery .carousel-controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
}
.photo-gallery .carousel-counter {
  position: absolute;
  bottom: 25px;
  left: 30px;
  display: inline-flex;
  color: var(--lhtgry);
  font-size: 20px;
  line-height: 17px;
}
.photo-gallery .carousel-controls button {
  display: block;
  width: 55px;
  height: 55px;
  background: var(--lhtgry);
  position: relative;
}
.carousel-counter .line {
  width: 80px;
  border-bottom: 2px solid var(--lhtgry);
  margin: 0 7px;
}
.photo-gallery .carousel-controls button span:before {
  margin-top: 10px;
}
.vertical-line {
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
}
.single-event .event-list .date {
  background: var(--eublu);
  padding: 30px 0
}

.single-event .event-list .date span {
  display: block;
}

.single-event .event-list .col-4:nth-child(even) .date {
  background: var(--lhtblu);
}

.single-event .event-list .date .day {
  font-size: 38px;
  line-height: 30px;
}
.single-event .activities .header .title {
  font-size: 35px;
  line-height: 40px;
}

.single-event .activities .header {
  text-transform: unset;
  text-align: unset;
  padding: 0;
}

.single-event .activities .header .day {
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
}
.single-event .activities .header .location {
  font-size: 19px;
  line-height: 40px;
}
.single-event .activities .header .location span:before {
  position: relative;
  top: 9px
}
.single-event .activities .header .date {
  font-size: 36px;
  font-weight: 400;
}

.single-event .activities .header .event-days {
  text-align: left;
  font-family: 'Sora', sans-serif;
}
.single-event .activities .header .event-days .event-day {
  padding: 0 20px;
  border-right: 1px solid var(--eublu);
}
.single-event .activities .header .event-days .event-day:last-child {
  border-right: none;
}
.event-preview .links {
  line-height: 75px;
}

.single-event .content .summary .more-link {
  border: 1px solid var(--gry);
  display: inline-block;
  padding: 15px 24px;
  font-size: 18px;
  font-weight: bold;
}
.single-event .content .summary .more-link span:after {
  position: relative;
  top: 4px;
}
@media (max-width:991px){
  .single-event .extra-body {
    column-count: 1;
  }
}
@media (min-width:992px){
  .single-event .extra-body {
    column-count: 2;
    column-gap: 70px;
  }
}
.single-event .schedule .content {
  text-align: center;
}

.single-event .schedule .content .details {
  font-size: 19px;
}
.single-event .event-application .application a {
  color: var(--euylw);
  overflow-wrap: anywhere;
}
body.user-login .user-login-form label {
  display: block;
  clear: both;
}
body.user-login .user-login-form .description {
  font-size: 16px;
  margin-bottom: 20px;
}
body.user-login .user-login-form {
  padding: 5% 20%;
  background: var(--gry);
  margin-bottom: 80px;
}
.mod-list .content-row {
  font-size: 19px;
}
.mod-list .content-row:nth-child(even) {
  background: var(--gry);
}
.mod-list .content-row td {
  padding: 5px 15px;
}
.mod-list .sticky-table thead th {
  padding: 5px 16px;
  font-size: 15px;
  color: #222;
}
.mod-list .sticky-table {
  margin-top: 30px;
}
.mod-list .views-exposed-form .form-item, .mod-list .views-exposed-form .form-actions {
  max-width: 20%;
  display: inline-block;
  margin-right: 20px;
  width: 20%;
}
.mod-list .views-exposed-form .form-item input, .mod-list .views-exposed-form .form-item select{
  max-width: 100%;
}
.mod-list .views-exposed-form .form-item label {
  display: block;
  font-size: 20px;
}
.single-event .event-list .events-link {
  padding: 34px 1%;
  font-weight: bold;
  line-height: 27px;
}

.dropbutton-widget {
  background: var(--lhtgry);
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 5px;
}
.all-events-list {
  padding: 50px 8%;
}
.all-events-list .all-events .event-list {
  margin-top: 20px;
}
.all-events-list .all-events .date{
  font-size: 16px;
}

.single-event .photo-gallery .carousel {
  background: #333;
}
.single-event .video-thumb .title {
  padding: 20px;
  text-align: center;
}
.single-event .other-events .image img {
  width: 100%;
}
.search-node .search-form ~ ol li {
  padding: 20px;
}

.search-node .search-form ~ ol {
  padding: 50px;
}

.search-node main.region {
  padding: 20px 60px;
}

.search-node .search-form ~ ol li:nth-child(even) {
  background: var(--lhtgry);
}
.search-node .search-form ~ ol li p {
  color: #333;
  font-size: 20px;
}
#featuredmobilecarousel .carousel-item img {
  width: 100%;
}

.container-base {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

#top #block-childrenscorner .btn em:after {
  position: relative;
  top: 6px;
  margin-left: 11px;
}

.striped .row:nth-child(even) {
  background: var(--gry);
}

.library.striped>h3, .library.striped h3.year {
  font-size: 64px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.download-link a {
  text-align: center;
  width: 100%;
  display: block;
  padding: 30px 0;
  background: var(--gry);
}
.latest-videos span.play {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.press-releases .header {
  background-image: url(../img/title-background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.press-releases .header h2 {
  font-size: 44px;
}
.press-releases .header hr {
  width: 70%;
  border: 1px solid var(--euylw);
  margin: 40px auto;
}
.press-releases .press-filter input {
  display: none;
}

.press-releases .press-filter label {
  display: block;
  cursor: pointer;
  font-weight: 100;
  font-size: 25px;
  border: 1px solid #fff;
  margin-right: 20px;
  padding: 8px 30px;
  margin-bottom: 20px;
}
.press-releases .press-filter input:checked ~ label {
  background: #fff;
  color: var(--eublu);
}
.press-releases .press-filter label:hover {
  background: #fff4;
}
.radios-pager div {
  display: inline-block;
}

.radios-pager label {
  background: var(--eublu);
  margin-right: 1px;
  display: block;
  cursor: pointer;
  color: #fff;
  width: 35px;
}

.radios-pager input {
  display: none;
}

.radios-pager {
  margin-top: 30px;
}

main .search-help-link {
  display: none;
}
#galleryMain .carousel-inner .carousel-item {
  background-image: url(../img/euthrobber.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

ul.graph-list {
  list-style: none;
  padding-left: 0;
}

ul.graph-list .marker {
  display: inline-block;
  /* background: #555; */
  width: 26px;
  height: 26px;
  top: 15px;
  position: relative;
  margin-right: 16px;
  border: 3px solid var(--lhtgry);
}

ul.graph-list li {
  line-height: 50px;
}

ul.graph-list .marker.blue {
  background: #3B64AD;
}
ul.graph-list .marker.orange {
  background: #D26E2A;
}
ul.graph-list .marker.grey {
  background: #929292;
}
ul.graph-list .marker.yellow {
  background: #E2AA00;
}
ul.graph-list .marker.sky {
  background: #5089BC;
}
ul.graph-list .marker.green {
  background: #62993E;
}
.mod-list table thead th {
  padding: 8px 16px;
}
.mod-list table thead {
  font-size: 15px;
  background: #ddd;
}
aside.layout-sidebar-first nav>ul a {
  display: block;
  border: 1px solid #d2d8e5;
  max-width: 250px;
  margin-bottom: 11px;
  padding: 4px 10px;
  font-size: 20px;
}

aside.layout-sidebar-first nav>ul {
  list-style: none;
  padding: unset;
}

aside.layout-sidebar-first {
  padding: 40px;
}
.mod-list .form-item-action label,.mod-list .form-item-action select {
  display: inline;
  width: 300px;
  margin: 30px 5px;
  white-space: nowrap;
}

.mod-list .form-item-action {
  width: fit-content;
  /* background: #888; */
  display: inline;
}

.mod-list .form-actions {
  display: inline;
}

.mod-list .form-actions input {
  background: var(--drkblu);
  color: #fff;
  border: 1px solid;
  font-size: 20px;
  padding: 4px 10px;
}
aside.layout-sidebar-first h2 {
  font-size: 18px;
  font-weight: bold;
}

.editor-menu nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.editor-menu nav > ul a {
  display: block;
  padding: 5px 10px;
  background: var(--euylw);
  margin-top: 6px;
  font-size: 12px;
  font-weight: bold;
}
main.region a.btn-primary, main.region a.btn-danger {
  color: #fff;
}

.booklets .content a {
  text-decoration: none;
}
.booklets .content a:hover {
  color: var(--eublu);
}

.booklets span.intro p:after {
  content:"...";
}
.booklets .brd {
    border: 1px solid var(--lhtgry);
}
.booklets .btn .arrow-r:after, .booklets .btn .arrow-l:after {
    top: 4px;
    position: relative;
}
@media (min-width:1400px) {
    .booklets .content h5 {
      height: 88px;
      font-size: 22px;
      font-weight: 600;
      padding: 0 36px;
      margin: 32px 0 24px;
    }
    .booklets span.intro {
      margin-bottom: 28px;
      display: block;
      padding: 0 24px;
      height: 48px;
      font-size: 16px;
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    .booklets .content h5 {
      height: 74px;
      font-size: 18px;
      font-weight: 600;
      padding: 0 22px;
      margin: 32px 0 24px;
    }
    .booklets span.intro {
      margin-bottom: 22px;
      display: block;
      padding: 0 16px;
      height: 48px;
      font-size: 12px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .booklets .content h5 {
      height: 88px;
      font-size: 22px;
      font-weight: 600;
      padding: 0 36px;
      margin: 32px 0 24px;
    }
    .booklets span.intro {
      margin-bottom: 28px;
      display: block;
      padding: 0 24px;
      height: 48px;
      font-size: 16px;
    }
}
@media (max-width:1199px) {
        #featured-bottom .booklets .bkl-col:last-child{
        display: none!important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .booklets .content h5 {
      height: 59px;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 16px;
    margin: 20px 0 12px;
    }
    .booklets span.intro {
      margin-bottom: 16px;
    display: block;
    padding: 0 8px;
    height: 48px;
    font-size: 12px;
}
}
@media (max-width:767px) {
    .booklets .content h5 {
      height: 88px;
      font-size: 22px;
      font-weight: 600;
      padding: 0 36px;
      margin: 32px 0 24px;
    }
    .booklets span.intro {
      margin-bottom: 28px;
      display: block;
      padding: 0 24px;
      height: 48px;
      font-size: 16px;
}
}