/***************************
	Colors
***************************/
/***************************
	Font
***************************/
/***************************
	Forms
***************************/
/***************************
	Widths & Margins
***************************/
.mfp-bg {
  background-color: #FFF;
}
.mfp-close {
  background-color: #FFF;
  box-sizing: border-box;
  color: #f38f00 !important;
  cursor: pointer !important;
  height: 40px;
  opacity: 1;
  padding-bottom: 0;
  padding-left: 14px;
  padding-top: 5px;
  right: 1px;
  text-align: left;
  top: 1px;
  width: 40px;
}
.mfp-close > span {
  pointer-events: none;
  position: relative;
  top: -7px;
}
.mfp-arrow {
  height: 66px;
  margin-top: -33px;
  width: 35px;
}
.mfp-arrow::before {
  font-size: 42px;
  font-size: 2.471rem;
  line-height: 100%;
  border: none;
  margin: 0;
  opacity: 1;
}
.mfp-arrow::after {
  display: none;
}
.mfp-arrow.mfp-arrow-right {
  right: 20px;
}
.mfp-arrow.mfp-arrow-right::before {
  font-size: 66px;
  font-size: 3.882rem;
  line-height: 1;
  content: '\f105';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.mfp-arrow.mfp-arrow-left {
  left: 20px;
}
.mfp-arrow.mfp-arrow-left::before {
  font-size: 66px;
  font-size: 3.882rem;
  line-height: 1;
  content: '\f104';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.mfp-arrow:active {
  margin-top: -33px;
}
.mfp-arrow:hover {
  background: none;
  opacity: 1;
}
.mfp-image-holder .mfp-content {
  max-width: 800px;
}
.mfp-image-holder .mfp-figure::after {
  display: none;
}
.mfp-image-holder .mfp-close {
  background-color: #b32b31;
  color: #FFF !important;
  padding-right: 0;
  right: 0;
  text-align: left;
  top: 40px;
  width: 40px;
}
.mfp-image-holder .mfp-bottom-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #FFF;
  border: 1px solid #393939;
  border-top: none;
  box-sizing: border-box;
  margin-top: -40px;
  min-height: 35px;
  padding: 10px 10px;
}
.mfp-image-holder .mfp-bottom-bar .mfp-title,
.mfp-image-holder .mfp-bottom-bar .mfp-counter {
  color: #393939;
  position: static;
}
.teaser {
  background: #f38f00;
  color: "Source Sans Pro", sans-serif;
  margin-bottom: 40px;
  position: relative;
}
.teaser--grey {
  background: #d7d7d7;
}
.teaser--grey .teaser__text-wrapper {
  color: #393939;
}
.teaser--grey .teaser__link::before {
  border-right-color: #d7d7d7;
}
.teaser--red-dark .teaser__text-wrapper,
.teaser--red-medium .teaser__text-wrapper,
.teaser--orange-dark .teaser__text-wrapper,
.teaser--orange-medium .teaser__text-wrapper,
.teaser--yellow-medium .teaser__text-wrapper {
  color: #FFF;
}
.teaser--red-dark {
  background: #b32b31;
}
.teaser--red-dark .teaser__link::before {
  border-right-color: #b32b31;
}
.teaser--red-medium {
  background: #e62630;
}
.teaser--red-medium .teaser__link::before {
  border-right-color: #e62630;
}
.teaser--orange-dark {
  background: #e94f03;
}
.teaser--orange-dark .teaser__link::before {
  border-right-color: #e94f03;
}
.teaser--orange-medium {
  background: #f38f00;
}
.teaser--orange-medium .teaser__link::before {
  border-right-color: #f38f00;
}
.teaser--yellow-medium {
  background: #f2ba00;
}
.teaser--yellow-medium .teaser__link::before {
  border-right-color: #f2ba00;
}
.teaser__image-link {
  background-color: #888;
  display: block;
  padding-bottom: 62.2%;
  position: relative;
  width: 100%;
}
.teaser__image-link img {
  left: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
}
.teaser__text-wrapper {
  box-sizing: border-box;
  color: #FFF;
  font-weight: bold;
  padding: 20px 25px 61px;
}
.teaser__date {
  color: #393939;
  margin-bottom: 0;
}
.teaser__category {
  margin-bottom: 0;
}
.teaser__category a {
  color: inherit !important;
}
.teaser__link {
  font-size: 14px;
  font-size: 0.824rem;
  line-height: 140%;
  background: #FFF;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  left: 0;
  padding: 11px 25px;
  position: absolute;
  width: 100%;
}
.teaser__link::before {
  border-color: transparent #f38f00 transparent transparent;
  border-style: solid;
  border-width: 0 60px 40px 0;
  content: '';
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
}
.teaser__link::after {
  font-size: 13px;
  font-size: 0.765rem;
  line-height: 1;
  content: '\f105';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #b32b31;
  margin-left: 5px;
}
.slider .slick-arrow {
  color: #FFF;
  display: block;
  height: 52px;
  margin-top: -26px;
  position: absolute;
  top: 50%;
  width: 25px;
}
.slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.slider .slick-arrow.slick-prev {
  left: -40px;
}
.slider .slick-arrow.slick-next {
  right: -40px;
}
.slider--dark-arrows .slick-arrow {
  color: #d7d7d7;
}
.slider .slick-dots {
  bottom: -40px;
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slider .slick-dots li {
  background-color: #747474;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 10px;
}
.slider .slick-dots li button {
  display: none;
}
.slider .slick-dots li.slick-active {
  background-color: #b32b31;
}
.slider .slick-slide {
  height: auto;
}
.slider__image {
  margin-bottom: 0;
}
.slider--three-items {
  margin-left: -15px;
  margin-right: -15px;
}
.slider--three-items .slick-slide {
  padding: 0 15px;
}
.slider--three-items .slick-slide .teaser__text-wrapper {
  min-height: 173px;
}
@media screen and (max-width: 960px) {
  .slider .slick-arrow {
    z-index: 1;
  }
  .slider .slick-arrow.slick-prev {
    left: -25px;
  }
  .slider .slick-arrow.slick-next {
    right: -25px;
  }
  .slider--three-items {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .slider--three-items .slick-slide .teaser__text-wrapper {
    min-height: 157px;
  }
}
.search-box__lightbox {
  background: #f38f00;
  color: #FFF;
  margin: 20px auto;
  max-width: 760px;
  padding: 5px 25px 20px;
  position: relative;
  width: auto;
}
.search-box__lightbox ::-webkit-input-placeholder {
  color: #FFF;
  opacity: 1;
}
.search-box__lightbox ::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.search-box__lightbox :-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}
.search-box__lightbox input:-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.search-box__lightbox input[type="search"] {
  font-size: 21px;
  font-size: 1.235rem;
  line-height: 140%;
  background: none;
  border: none;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.search-box__form {
  margin-bottom: 0;
}
.search-box__label {
  font-weight: bold;
  margin-bottom: 20px;
}
.search-box__submit {
  display: none;
}
.box-with-logo {
  margin-top: 40px;
}
.box-with-logo::before {
  background: url("../images/sign-eega.svg") no-repeat center center;
  background-size: 40px 41px;
  content: '';
  display: block;
  height: 40px;
  margin-bottom: 20px;
}
.stretched-background--grey-dark,
.stretched-background--grey-light {
  margin: 0 -80px 80px !important;
  padding: 50px 80px 15px;
}
.stretched-background--grey-dark .vc_col-sm-12 .vc_column-inner,
.stretched-background--grey-light .vc_col-sm-12 .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.stretched-background--grey-dark h1,
.stretched-background--grey-light h1,
.stretched-background--grey-dark .h-h1,
.stretched-background--grey-light .h-h1,
.stretched-background--grey-dark h2,
.stretched-background--grey-light h2,
.stretched-background--grey-dark .h-h2,
.stretched-background--grey-light .h-h2,
.stretched-background--grey-dark h3,
.stretched-background--grey-light h3,
.stretched-background--grey-dark .h-h3,
.stretched-background--grey-light .h-h3,
.stretched-background--grey-dark h4,
.stretched-background--grey-light h4,
.stretched-background--grey-dark .h-h4,
.stretched-background--grey-light .h-h4,
.stretched-background--grey-dark h5,
.stretched-background--grey-light h5,
.stretched-background--grey-dark .h-h5,
.stretched-background--grey-light .h-h5,
.stretched-background--grey-dark h6,
.stretched-background--grey-light h6,
.stretched-background--grey-dark .h-h6,
.stretched-background--grey-light .h-h6 {
  color: inherit;
}
.stretched-background--grey-dark,
.stretched-background--grey-light.stretched-background--with-light-triangle {
  padding-bottom: 50px;
  padding-top: 140px;
  position: relative;
}
.stretched-background--grey-dark::before,
.stretched-background--grey-light.stretched-background--with-light-triangle::before {
  border-color: #FFF transparent transparent transparent;
  border-style: solid;
  border-width: 125px 960px 0 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
}
.stretched-background--grey-dark {
  background-color: #747474;
  color: #FFF;
}
.stretched-background--grey-dark.stretched-background--without-triangle {
  padding-top: 50px;
}
.stretched-background--grey-dark.stretched-background--without-triangle::before {
  display: none;
}
.stretched-background--grey-light {
  background-color: #d7d7d7;
  color: #393939;
}
@media screen and (max-width: 640px) {
  .stretched-background--grey-dark,
  .stretched-background--grey-light.stretched-background--with-light-triangle {
    padding-bottom: 25px;
    padding-top: 50px;
  }
  .stretched-background--grey-dark::before,
  .stretched-background--grey-light.stretched-background--with-light-triangle::before {
    display: none;
  }
}
.colled-teaser-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
}
.colled-teaser-wrapper > * {
  -ms-flex-preferred-size: calc(33.3333% -  30px);
  -webkit-flex-basis: calc(33.3333% -  30px);
  flex-basis: calc(33.3333% -  30px);
  max-width: calc(33.3333% -  30px);
  width: calc(33.3333% -  30px);
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 820px) {
  .colled-teaser-wrapper > * {
    -ms-flex-preferred-size: calc(50% -  30px);
    -webkit-flex-basis: calc(50% -  30px);
    flex-basis: calc(50% -  30px);
    max-width: calc(50% -  30px);
    width: calc(50% -  30px);
  }
}
@media screen and (max-width: 520px) {
  .colled-teaser-wrapper > * {
    -ms-flex-preferred-size: calc(100% -  30px);
    -webkit-flex-basis: calc(100% -  30px);
    flex-basis: calc(100% -  30px);
    max-width: calc(100% -  30px);
    width: calc(100% -  30px);
  }
}
.alternately-colled-teaser-wrapper {
  margin: 40px -15px;
}
.alternately-colled-teaser-wrapper__teaser-wrapper {
  box-sizing: border-box;
  margin: 0 15px 80px;
  position: relative;
  width: calc(50% -  30px);
}
.alternately-colled-teaser-wrapper__teaser-wrapper:nth-child(even) > * {
  left: calc(100% +  30px);
  position: absolute;
  top: -160px;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .alternately-colled-teaser-wrapper__teaser-wrapper {
    margin-bottom: 40px;
    width: calc(100% -  30px);
  }
  .alternately-colled-teaser-wrapper__teaser-wrapper:nth-child(even) > * {
    position: static;
  }
}
.search-result__wrapper {
  margin: 50px 0;
}
.search-result__item {
  border-bottom: 1px solid #393939;
  margin-bottom: 20px;
  padding: 0 0 20px;
}
.search-result__link {
  font-size: 14px;
  font-size: 0.824rem;
  line-height: 140%;
  font-weight: bold;
  position: relative;
}
.search-result__link::after {
  font-size: 13px;
  font-size: 0.765rem;
  line-height: 1;
  content: '\f105';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #b32b31;
  margin-left: 5px;
}
.home #ctf-more {
  display: none !important;
}
#ctf {
  overflow: hidden !important;
}
#ctf .ctf-item {
  border: none;
  border-bottom: 1px solid #FFF;
  margin-bottom: 20px;
  padding: 0 0 20px;
}
#ctf .ctf-item a {
  color: inherit;
  font-weight: bold;
}
#ctf .ctf-tweet-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
#ctf .ctf-tweet-content::before {
  font-size: 24px;
  font-size: 1.412rem;
  line-height: 1;
  content: '\f099';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Brands';
  margin-right: 25px;
}
#ctf #ctf-more {
  background: none;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 25px 0 0;
  text-align: center;
}
#ctf #ctf-more::after {
  font-size: 40px;
  font-size: 2.353rem;
  line-height: 1;
  content: '\f107';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: block;
}
#ctf #ctf-more:hover {
  background: none;
}
.tweets-latest--two-colled #ctf .ctf-tweets,
.vc_col-sm-12 #ctf .ctf-tweets {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.tweets-latest--two-colled #ctf .ctf-item,
.vc_col-sm-12 #ctf .ctf-item {
  -ms-flex-preferred-size: calc(50% -  30px);
  -webkit-flex-basis: calc(50% -  30px);
  flex-basis: calc(50% -  30px);
  max-width: calc(50% -  30px);
  width: calc(50% -  30px);
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .tweets-latest--two-colled #ctf .ctf-item,
  .vc_col-sm-12 #ctf .ctf-item {
    -ms-flex-preferred-size: calc(100% -  30px);
    -webkit-flex-basis: calc(100% -  30px);
    flex-basis: calc(100% -  30px);
    max-width: calc(100% -  30px);
    width: calc(100% -  30px);
  }
}
.pagination {
  margin: 40px 0;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  background-color: #FFF;
  box-sizing: border-box;
  color: #393939;
  display: inline-block;
  height: 40px;
  padding: 9px;
  text-align: center;
  width: 40px;
}
.pagination .page-numbers.current {
  background-color: #393939;
  color: #FFF;
  font-weight: bold;
}
.pagination .page-numbers.prev {
  margin-right: 10px;
}
.pagination .page-numbers.next {
  margin-left: 10px;
}
.gallery:not(.slider) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px -82px;
}
.gallery img,
.gallery .gallery-link {
  display: block;
  margin-bottom: 0;
}
.gallery .gallery-link {
  position: relative;
}
.gallery .gallery-link:hover::before,
.gallery .gallery-link:hover::after {
  box-sizing: border-box;
  content: '';
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.gallery .gallery-link:hover::before {
  background: #f38f00;
  bottom: 0;
  height: 100%;
  opacity: .7;
  top: 0;
  z-index: 1;
}
.gallery .gallery-link:hover::after {
  font-size: 44px;
  font-size: 2.588rem;
  line-height: 1;
  content: '\f055';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #FFF;
  margin-top: -22px;
  text-align: center;
  top: 50%;
  z-index: 2;
}
.gallery .gallery-item {
  box-sizing: border-box;
  margin: 2px 0;
  padding: 0 2px;
}
.gallery.gallery-columns-1 .gallery-item {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  -ms-flex-preferred-size: 33.3333%;
  -webkit-flex-basis: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  width: 33.3333%;
}
.gallery.gallery-columns-4 .gallery-item {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  -ms-flex-preferred-size: 20%;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%;
  width: 20%;
}
@media screen and (max-width: 820px) {
  .gallery:not(.slider) {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gallery.gallery-columns-5 .gallery-item {
    -ms-flex-preferred-size: 33.3333%;
    -webkit-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
  }
}
@media screen and (max-width: 420px) {
  .gallery.gallery-columns-3 .gallery-item,
  .gallery.gallery-columns-4 .gallery-item,
  .gallery.gallery-columns-5 .gallery-item {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
.single-post-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 40px;
}
.single-post-pagination__item {
  -ms-flex-preferred-size: 40%;
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
}
.single-post-pagination__item:first-child {
  text-align: right;
}
.single-post-pagination__direction {
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.single-post-pagination__direction--previous::before {
  font-size: 13px;
  font-size: 0.765rem;
  line-height: 1;
  content: '\f104';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 5px;
}
.single-post-pagination__direction--next::after {
  font-size: 13px;
  font-size: 0.765rem;
  line-height: 1;
  content: '\f105';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-left: 5px;
}
@media screen and (max-width: 820px) {
  .single-post-pagination__item {
    -ms-flex-preferred-size: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    max-width: 48%;
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .single-post-pagination {
    display: block;
  }
  .single-post-pagination__item {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    text-align: right;
  }
  .single-post-pagination__item:first-child {
    margin-bottom: 25px;
    text-align: left;
  }
}
.searchandfilter > div > ul > li:first-child {
  display: block;
}
.searchandfilter input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  display: inline-block;
}
.event-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.event-list__date-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-preferred-size: 175px;
  -webkit-flex-basis: 175px;
  flex-basis: 175px;
  max-width: 175px;
  width: 175px;
  box-sizing: border-box;
  padding-right: 10px;
}
.event-list__date {
  background: #d7d7d7;
  border-radius: 5px;
  line-height: 100%;
  margin: 0 10px;
  min-width: 48px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}
.event-list__date:first-child {
  margin-left: 0;
}
.event-list__day {
  font-size: 21px;
  font-size: 1.235rem;
  line-height: 140%;
  font-weight: bold;
}
.event-list__text-wrapper {
  -ms-flex-preferred-size: calc(100% - 175px);
  -webkit-flex-basis: calc(100% - 175px);
  flex-basis: calc(100% - 175px);
  max-width: calc(100% - 175px);
  width: calc(100% - 175px);
}
@media screen and (max-width: 640px) {
  .event-list__item {
    display: block;
  }
  .event-list__date-wrapper {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .event-list__text-wrapper {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
/***************************
	Frames
***************************/
@media screen and (max-width: 640px) {
  div[class*="vc_custom_"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.global-wrapper {
  background-color: #FFF;
  margin: 0 auto;
  max-width: 960px;
}
.wrapper {
  margin: 0 auto;
  max-width: 800px;
}
.wrapper > .tweets-latest--two-colled:last-child .stretched-background--grey-dark,
.wrapper > .stretched-background--grey-dark:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 800px) {
  .wrapper {
    margin: 0 15px;
  }
}
.wrapper-small {
  margin: 0 auto;
  max-width: 640px;
}
@media screen and (max-width: 640px) {
  .wrapper-small {
    margin: 0 15px;
  }
}
.content {
  min-height: 450px;
}
/***************************
	Template Helpers
***************************/
.h-no-margin-bottom {
  margin-bottom: 0 !important;
}
.h-margin-bottom {
  margin-bottom: 40px;
}
.h-margin-top {
  margin-top: 40px;
}
.h-margin-top--large {
  margin-top: 80px !important;
}
.h-flex-space-between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.h-flex-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.h-flex-left > * {
  margin-right: 10px;
}
.h-flex-left > *:last-child {
  margin-right: 0;
}
.h-hidden {
  display: none;
}
.h-show-on-tablet,
.h-show-on-tablet-small,
.h-show-on-mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .h-hide-on-tablet {
    display: none;
  }
  .h-show-on-tablet {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .h-hide-on-tablet-small {
    display: none;
  }
  .h-show-on-tablet-small {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .h-hide-on-mobile {
    display: none;
  }
  .h-show-on-mobile {
    display: block;
  }
}
/***************************
	Cookie Notice
***************************/
.cookie-notice-container {
  box-sizing: border-box;
}
/***************************
	Responsive iframe
***************************/
#map {
  padding-top: 40px;
  padding-bottom: 40px;
}
/***************************
	Search and Filter
***************************/
.searchandfilter ul {
  display: block;
}
