@charset "UTF-8";
/******************************
 *
 *	Variables - Circular button
 *
 ******************************/
/******************************
 *
 *	Variables - Color
 *
 ******************************/
/******************************
 *
 *	Variables - Font size
 *
 ******************************/
/******************************
 *
 *	bp - l
 *
 ******************************/
/******************************
 *
 *	bp - m
 *
 ******************************/
/******************************
 *
 *	bp - s
 *
 ******************************/
/******************************
 *
 *	Variables - Line height
 *
 ******************************/
/******************************
 *
 *	Variables - Horizontal spacing
 *
 ******************************/
/******************************
 *
 *	Variables - Input box heights
 *
 ******************************/
/******************************
 *
 *	Variables - List item spaces
 *
 ******************************/
/******************************
 *
 *	Variables - Breakpoints
 *
 ******************************/
/******************************
 *
 *	Typo
 *
 ******************************/
/******************************
 *
 *  Site Logo Widths
 *
 ******************************/
/******************************
 *
 *  Hamburger menu width
 *
 ******************************/
/******************************
 *
 *  Header Heights
 *
 ******************************/
/******************************
 *
 *  Section title
 *
 ******************************/
/******************************
 *
 *  Margins and Paddings
 *
 ******************************/
/******************************
 *
 *	Variables - Voting list item
 *
 ******************************/
/******************************
 *
 *  Breakpoints
 *
 ******************************/
/******************************
*
*  Sizes and Grid
*
******************************/
/**
 * from https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/
 */
@import url("//hello.myfonts.net/count/323c4c");
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.space-all {
  margin: 2rem;
}

@media only screen and (max-width: 816px) {
  .space-all {
    margin: 0.9rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-all {
    margin: 0.9rem;
  }
}

.space-all--small {
  margin: 1rem;
}

@media only screen and (max-width: 816px) {
  .space-all--small {
    margin: 0.5rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-all--small {
    margin: 0.5rem;
  }
}

.space-all--large {
  margin: 3rem;
}

@media only screen and (max-width: 816px) {
  .space-all--large {
    margin: 2rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-all--large {
    margin: 2rem;
  }
}

.space-all--huge {
  margin: 5rem;
}

@media only screen and (max-width: 816px) {
  .space-all--huge {
    margin: 3rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-all--huge {
    margin: 3rem;
  }
}

.space-top, .page-intro .article-author-and-date, .site-footer__social-links-and-meta-navigation, .error-page .error-text .text, .ordered-products-container .validation-message, .form-error, .sections-page-top__link-back {
  margin-top: 2rem;
}

@media only screen and (max-width: 816px) {
  .space-top, .page-intro .article-author-and-date, .site-footer__social-links-and-meta-navigation, .error-page .error-text .text, .ordered-products-container .validation-message, .form-error, .sections-page-top__link-back {
    margin-top: 0.9rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-top, .page-intro .article-author-and-date, .site-footer__social-links-and-meta-navigation, .error-page .error-text .text, .ordered-products-container .validation-message, .form-error, .sections-page-top__link-back {
    margin-top: 0.9rem;
  }
}

.space-top--small, .page-builder__gallery__caption__expand, .organisation-page .organisation-section__name {
  margin-top: 1rem;
}

@media only screen and (max-width: 816px) {
  .space-top--small, .page-builder__gallery__caption__expand, .organisation-page .organisation-section__name {
    margin-top: 0.5rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-top--small, .page-builder__gallery__caption__expand, .organisation-page .organisation-section__name {
    margin-top: 0.5rem;
  }
}

.space-top--large, .page-builder__text h2, .person-entry__text h2,
.page-builder__text-img__text h2,
.contact__text h2,
.event-entry__text h2, .page-intro .page-lead, .shop-confirm-message__button {
  margin-top: 3rem;
}

@media only screen and (max-width: 816px) {
  .space-top--large, .page-builder__text h2, .person-entry__text h2,
  .page-builder__text-img__text h2,
  .contact__text h2,
  .event-entry__text h2, .page-intro .page-lead, .shop-confirm-message__button {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-top--large, .page-builder__text h2, .person-entry__text h2,
  .page-builder__text-img__text h2,
  .contact__text h2,
  .event-entry__text h2, .page-intro .page-lead, .shop-confirm-message__button {
    margin-top: 2rem;
  }
}

.space-top--huge, .pagination, .site-footer {
  margin-top: 5rem;
}

@media only screen and (max-width: 816px) {
  .space-top--huge, .pagination, .site-footer {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-top--huge, .pagination, .site-footer {
    margin-top: 3rem;
  }
}

.space-right, .sections-page-top__link-back {
  margin-right: 2rem;
}

@media only screen and (max-width: 816px) {
  .space-right, .sections-page-top__link-back {
    margin-right: 0.9rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-right, .sections-page-top__link-back {
    margin-right: 0.9rem;
  }
}

.space-right--small {
  margin-right: 1rem;
}

@media only screen and (max-width: 816px) {
  .space-right--small {
    margin-right: 0.5rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-right--small {
    margin-right: 0.5rem;
  }
}

.space-right--large {
  margin-right: 3rem;
}

@media only screen and (max-width: 816px) {
  .space-right--large {
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-right--large {
    margin-right: 2rem;
  }
}

.space-right--huge {
  margin-right: 5rem;
}

@media only screen and (max-width: 816px) {
  .space-right--huge {
    margin-right: 3rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-right--huge {
    margin-right: 3rem;
  }
}

.space-bottom, .title-l, .article-box__heading, .event-box__heading, .feature-box__heading, .product-box__heading, .topic-box__heading, .article-most-read-list-item__heading, .error-page .error-title, .event-entry__date-display__month, .title-m, .event-box__date, .site-header__section-title__section-name, .site-navigation, .current-page__heading, .site-header__skiplink:focus, .event-entry__detail__heading, .error-page .error-text .text, .ordered-products-container .validation-message, .sitemap__item {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 816px) {
  .space-bottom, .title-l, .article-box__heading, .event-box__heading, .feature-box__heading, .product-box__heading, .topic-box__heading, .article-most-read-list-item__heading, .error-page .error-title, .event-entry__date-display__month, .title-m, .event-box__date, .site-header__section-title__section-name, .site-navigation, .current-page__heading, .site-header__skiplink:focus, .event-entry__detail__heading, .error-page .error-text .text, .ordered-products-container .validation-message, .sitemap__item {
    margin-bottom: 0.9rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-bottom, .title-l, .article-box__heading, .event-box__heading, .feature-box__heading, .product-box__heading, .topic-box__heading, .article-most-read-list-item__heading, .error-page .error-title, .event-entry__date-display__month, .title-m, .event-box__date, .site-header__section-title__section-name, .site-navigation, .current-page__heading, .site-header__skiplink:focus, .event-entry__detail__heading, .error-page .error-text .text, .ordered-products-container .validation-message, .sitemap__item {
    margin-bottom: 0.9rem;
  }
}

.space-bottom--small, .title-s, .page-builder__text h3, .person-entry__text h3,
.page-builder__text-img__text h3,
.contact__text h3,
.event-entry__text h3, .article-most-read-list__heading, .page-builder__title--small, .person-list-item__heading, .recommendation-heading, .press-contact-image-group__item__heading, .search-result__title, .feature-box__author-and-date, .page-builder__list--unordered li,
.page-builder__text li,
.person-entry__text li,
.page-builder__text-img__text li,
.page-builder__list--ordered li, .person-list-item__image-container, .event-entry__date-display__day, .event-entry__detail, .press-contact-image-group__item__img, .shop-form__input-box, .shop-form__input-label--use-same-address, .section-filter-search__icon {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 816px) {
  .space-bottom--small, .title-s, .page-builder__text h3, .person-entry__text h3,
  .page-builder__text-img__text h3,
  .contact__text h3,
  .event-entry__text h3, .article-most-read-list__heading, .page-builder__title--small, .person-list-item__heading, .recommendation-heading, .press-contact-image-group__item__heading, .search-result__title, .feature-box__author-and-date, .page-builder__list--unordered li,
  .page-builder__text li,
  .person-entry__text li,
  .page-builder__text-img__text li,
  .page-builder__list--ordered li, .person-list-item__image-container, .event-entry__date-display__day, .event-entry__detail, .press-contact-image-group__item__img, .shop-form__input-box, .shop-form__input-label--use-same-address, .section-filter-search__icon {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-bottom--small, .title-s, .page-builder__text h3, .person-entry__text h3,
  .page-builder__text-img__text h3,
  .contact__text h3,
  .event-entry__text h3, .article-most-read-list__heading, .page-builder__title--small, .person-list-item__heading, .recommendation-heading, .press-contact-image-group__item__heading, .search-result__title, .feature-box__author-and-date, .page-builder__list--unordered li,
  .page-builder__text li,
  .person-entry__text li,
  .page-builder__text-img__text li,
  .page-builder__list--ordered li, .person-list-item__image-container, .event-entry__date-display__day, .event-entry__detail, .press-contact-image-group__item__img, .shop-form__input-box, .shop-form__input-label--use-same-address, .section-filter-search__icon {
    margin-bottom: 0.5rem;
  }
}

.space-bottom--large, .title-xl, .page-builder__text h2, .person-entry__text h2,
.page-builder__text-img__text h2,
.contact__text h2,
.event-entry__text h2, .page-intro .page-heading, .article-most-read-list-item__index, .big-quote__text, .event-box__day, .feature-box-jumbo__heading, .page-builder__title--big, .campaign-list-item__heading, .candidate__name, .event-entry__heading, .person-entry__name, .article-most-read-list__heading, .big-quote, .list-filter__button, .page-builder__row, .page-builder__quote, .page-builder__visuals-container, .page-builder__text-img__container, .page-builder__list-wrap, .person-list-item, .recommendation-section, .recommendation-heading, .recommendation-list-container, .recommendation-articles-container, .campaign-list-item__intro-text, .social-share-heading, .social-sharing-container, .event-entry__date-display__month, .event-entry__text, .event-entry__img, .press-contact-image-group__item, .shop-intro-text, .shop-order fieldset, .search-form, .sections-page-top {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 816px) {
  .space-bottom--large, .title-xl, .page-builder__text h2, .person-entry__text h2,
  .page-builder__text-img__text h2,
  .contact__text h2,
  .event-entry__text h2, .page-intro .page-heading, .article-most-read-list-item__index, .big-quote__text, .event-box__day, .feature-box-jumbo__heading, .page-builder__title--big, .campaign-list-item__heading, .candidate__name, .event-entry__heading, .person-entry__name, .article-most-read-list__heading, .big-quote, .list-filter__button, .page-builder__row, .page-builder__quote, .page-builder__visuals-container, .page-builder__text-img__container, .page-builder__list-wrap, .person-list-item, .recommendation-section, .recommendation-heading, .recommendation-list-container, .recommendation-articles-container, .campaign-list-item__intro-text, .social-share-heading, .social-sharing-container, .event-entry__date-display__month, .event-entry__text, .event-entry__img, .press-contact-image-group__item, .shop-intro-text, .shop-order fieldset, .search-form, .sections-page-top {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-bottom--large, .title-xl, .page-builder__text h2, .person-entry__text h2,
  .page-builder__text-img__text h2,
  .contact__text h2,
  .event-entry__text h2, .page-intro .page-heading, .article-most-read-list-item__index, .big-quote__text, .event-box__day, .feature-box-jumbo__heading, .page-builder__title--big, .campaign-list-item__heading, .candidate__name, .event-entry__heading, .person-entry__name, .article-most-read-list__heading, .big-quote, .list-filter__button, .page-builder__row, .page-builder__quote, .page-builder__visuals-container, .page-builder__text-img__container, .page-builder__list-wrap, .person-list-item, .recommendation-section, .recommendation-heading, .recommendation-list-container, .recommendation-articles-container, .campaign-list-item__intro-text, .social-share-heading, .social-sharing-container, .event-entry__date-display__month, .event-entry__text, .event-entry__img, .press-contact-image-group__item, .shop-intro-text, .shop-order fieldset, .search-form, .sections-page-top {
    margin-bottom: 2rem;
  }
}

.space-bottom--huge, .title-xxl, .article-page .page-intro .page-heading, .page-intro, .article-most-read-list-item__link, .big-quote__text, .feature-box-jumbo, .list-item-container, .load-more, .product-boxes__container, .voting-recommendation-ul, .voting-submission, .topics-container {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 816px) {
  .space-bottom--huge, .title-xxl, .article-page .page-intro .page-heading, .page-intro, .article-most-read-list-item__link, .big-quote__text, .feature-box-jumbo, .list-item-container, .load-more, .product-boxes__container, .voting-recommendation-ul, .voting-submission, .topics-container {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-bottom--huge, .title-xxl, .article-page .page-intro .page-heading, .page-intro, .article-most-read-list-item__link, .big-quote__text, .feature-box-jumbo, .list-item-container, .load-more, .product-boxes__container, .voting-recommendation-ul, .voting-submission, .topics-container {
    margin-bottom: 3rem;
  }
}

.space-left {
  margin-left: 2rem;
}

@media only screen and (max-width: 816px) {
  .space-left {
    margin-left: 0.9rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-left {
    margin-left: 0.9rem;
  }
}

.space-left--small {
  margin-left: 1rem;
}

@media only screen and (max-width: 816px) {
  .space-left--small {
    margin-left: 0.5rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-left--small {
    margin-left: 0.5rem;
  }
}

.space-left--large {
  margin-left: 3rem;
}

@media only screen and (max-width: 816px) {
  .space-left--large {
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-left--large {
    margin-left: 2rem;
  }
}

.space-left--huge {
  margin-left: 5rem;
}

@media only screen and (max-width: 816px) {
  .space-left--huge {
    margin-left: 3rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-left--huge {
    margin-left: 3rem;
  }
}

.space-inner-all, .form-error {
  padding: 2rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-all, .form-error {
    padding: 0.9rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-all, .form-error {
    padding: 0.9rem;
  }
}

.space-inner-all--small {
  padding: 1rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-all--small {
    padding: 0.5rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-all--small {
    padding: 0.5rem;
  }
}

.space-inner-all--large {
  padding: 3rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-all--large {
    padding: 2rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-all--large {
    padding: 2rem;
  }
}

.space-inner-all--huge {
  padding: 5rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-all--huge {
    padding: 3rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-all--huge {
    padding: 3rem;
  }
}

.space-inner-top {
  padding-top: 2rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-top {
    padding-top: 0.9rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-top {
    padding-top: 0.9rem;
  }
}

.space-inner-top--small, .title-s, .page-builder__text h3, .person-entry__text h3,
.page-builder__text-img__text h3,
.contact__text h3,
.event-entry__text h3, .article-most-read-list__heading, .page-builder__title--small, .person-list-item__heading, .recommendation-heading, .press-contact-image-group__item__heading, .search-result__title {
  padding-top: 1rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-top--small, .title-s, .page-builder__text h3, .person-entry__text h3,
  .page-builder__text-img__text h3,
  .contact__text h3,
  .event-entry__text h3, .article-most-read-list__heading, .page-builder__title--small, .person-list-item__heading, .recommendation-heading, .press-contact-image-group__item__heading, .search-result__title {
    padding-top: 0.5rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-top--small, .title-s, .page-builder__text h3, .person-entry__text h3,
  .page-builder__text-img__text h3,
  .contact__text h3,
  .event-entry__text h3, .article-most-read-list__heading, .page-builder__title--small, .person-list-item__heading, .recommendation-heading, .press-contact-image-group__item__heading, .search-result__title {
    padding-top: 0.5rem;
  }
}

.space-inner-top--large, .recommendation-heading {
  padding-top: 3rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-top--large, .recommendation-heading {
    padding-top: 2rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-top--large, .recommendation-heading {
    padding-top: 2rem;
  }
}

.space-inner-top--huge, .site-footer {
  padding-top: 5rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-top--huge, .site-footer {
    padding-top: 3rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-top--huge, .site-footer {
    padding-top: 3rem;
  }
}

.space-inner-right, .membership-link__arrow {
  padding-right: 2rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-right, .membership-link__arrow {
    padding-right: 0.9rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-right, .membership-link__arrow {
    padding-right: 0.9rem;
  }
}

.space-inner-right--small {
  padding-right: 1rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-right--small {
    padding-right: 0.5rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-right--small {
    padding-right: 0.5rem;
  }
}

.space-inner-right--large {
  padding-right: 3rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-right--large {
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-right--large {
    padding-right: 2rem;
  }
}

.space-inner-right--huge {
  padding-right: 5rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-right--huge {
    padding-right: 3rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-right--huge {
    padding-right: 3rem;
  }
}

.space-inner-bottom, .site-footer {
  padding-bottom: 2rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-bottom, .site-footer {
    padding-bottom: 0.9rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-bottom, .site-footer {
    padding-bottom: 0.9rem;
  }
}

.space-inner-bottom--small {
  padding-bottom: 1rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-bottom--small {
    padding-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-bottom--small {
    padding-bottom: 0.5rem;
  }
}

.space-inner-bottom--large, .site-navigation--sub {
  padding-bottom: 3rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-bottom--large, .site-navigation--sub {
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-bottom--large, .site-navigation--sub {
    padding-bottom: 2rem;
  }
}

.space-inner-bottom--huge {
  padding-bottom: 5rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-bottom--huge {
    padding-bottom: 3rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-bottom--huge {
    padding-bottom: 3rem;
  }
}

.space-inner-left, .membership-link {
  padding-left: 2rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-left, .membership-link {
    padding-left: 0.9rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-left, .membership-link {
    padding-left: 0.9rem;
  }
}

.space-inner-left--small {
  padding-left: 1rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-left--small {
    padding-left: 0.5rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-left--small {
    padding-left: 0.5rem;
  }
}

.space-inner-left--large {
  padding-left: 3rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-left--large {
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-left--large {
    padding-left: 2rem;
  }
}

.space-inner-left--huge {
  padding-left: 5rem;
}

@media only screen and (max-width: 816px) {
  .space-inner-left--huge {
    padding-left: 3rem;
  }
}

@media only screen and (max-width: 608px) {
  .space-inner-left--huge {
    padding-left: 3rem;
  }
}

/**
 * @license
 * MyFonts Webfont Build ID 3292236, 2016-10-06T02:23:15-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: NimbusSanNov-SemBol by URW++
 * URL: http://www.myfonts.com/fonts/urw/nimbus-sans-novus/t-semi-bold/
 *
 * Webfont: NimbusSanNov-Med by URW++
 * URL: http://www.myfonts.com/fonts/urw/nimbus-sans-novus/t-medium/
 *
 * Webfont: NimbusSanNov-Bol by URW++
 * URL: http://www.myfonts.com/fonts/urw/nimbus-sans-novus/t-bold/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3292236
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright 2010 URW++ Design &amp; Development Hamburg
 *
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'NimbusSanNov-SemBol';
  src: url("../fonts/323C4C_0_0.eot");
  src: url("../fonts/323C4C_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/323C4C_0_0.woff2") format("woff2"), url("../fonts/323C4C_0_0.woff") format("woff"), url("../fonts/323C4C_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'NimbusSanNov-Med';
  src: url("../fonts/323C4C_1_0.eot");
  src: url("../fonts/323C4C_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/323C4C_1_0.woff2") format("woff2"), url("../fonts/323C4C_1_0.woff") format("woff"), url("../fonts/323C4C_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'NimbusSanNov-Bol';
  src: url("../fonts/323C4C_2_0.eot");
  src: url("../fonts/323C4C_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/323C4C_2_0.woff2") format("woff2"), url("../fonts/323C4C_2_0.woff") format("woff"), url("../fonts/323C4C_2_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Replica-Bold';
  src: url("../fonts/lineto-replica-bold.eot");
  src: url("../fonts/lineto-replica-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-replica-bold.woff2") format("woff2"), url("../fonts/lineto-replica-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

body {
  font-family: "NimbusSanNov-Med", Arial, sans-serif;
}

.font-xxl, .title-xxl, .article-page .page-intro .page-heading, .event-entry__date-display__day {
  font-size: 5rem;
  font-family: "Replica-Bold", Arial, sans-serif;
}

@media only screen and (max-width: 816px) {
  .font-xxl, .title-xxl, .article-page .page-intro .page-heading, .event-entry__date-display__day {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 608px) {
  .font-xxl, .title-xxl, .article-page .page-intro .page-heading, .event-entry__date-display__day {
    font-size: 2rem;
  }
}

.font-xl, .title-xl, .page-builder__text h2, .person-entry__text h2,
.page-builder__text-img__text h2,
.contact__text h2,
.event-entry__text h2, .page-intro .page-heading, .article-most-read-list-item__index, .big-quote__text, .event-box__day, .feature-box-jumbo__heading, .page-builder__title--big, .campaign-list-item__heading, .candidate__name, .event-entry__heading, .person-entry__name, .sections-filter-search__input {
  font-size: 3.2rem;
  font-family: "Replica-Bold", Arial, sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 816px) {
  .font-xl, .title-xl, .page-builder__text h2, .person-entry__text h2,
  .page-builder__text-img__text h2,
  .contact__text h2,
  .event-entry__text h2, .page-intro .page-heading, .article-most-read-list-item__index, .big-quote__text, .event-box__day, .feature-box-jumbo__heading, .page-builder__title--big, .campaign-list-item__heading, .candidate__name, .event-entry__heading, .person-entry__name, .sections-filter-search__input {
    font-size: 2.25rem;
  }
}

@media only screen and (max-width: 608px) {
  .font-xl, .title-xl, .page-builder__text h2, .person-entry__text h2,
  .page-builder__text-img__text h2,
  .contact__text h2,
  .event-entry__text h2, .page-intro .page-heading, .article-most-read-list-item__index, .big-quote__text, .event-box__day, .feature-box-jumbo__heading, .page-builder__title--big, .campaign-list-item__heading, .candidate__name, .event-entry__heading, .person-entry__name, .sections-filter-search__input {
    font-size: 2rem;
  }
}

.font-l, .title-l, .article-box__heading, .event-box__heading, .feature-box__heading, .product-box__heading, .topic-box__heading, .article-most-read-list-item__heading, .error-page .error-title, .event-entry__date-display__month, .voting-recommendation__position__container {
  font-size: 1.75rem;
  font-family: "Replica-Bold", Arial, sans-serif;
}

@media only screen and (max-width: 816px) {
  .font-l, .title-l, .article-box__heading, .event-box__heading, .feature-box__heading, .product-box__heading, .topic-box__heading, .article-most-read-list-item__heading, .error-page .error-title, .event-entry__date-display__month, .voting-recommendation__position__container {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 608px) {
  .font-l, .title-l, .article-box__heading, .event-box__heading, .feature-box__heading, .product-box__heading, .topic-box__heading, .article-most-read-list-item__heading, .error-page .error-title, .event-entry__date-display__month, .voting-recommendation__position__container {
    font-size: 1.5rem;
  }
}

.font-m, .title-m, .event-box__date, .site-header__section-title__section-name, .site-navigation, .current-page__heading, .site-header__skiplink:focus, .event-entry__detail__heading, .voting-recommendation__position__custom, .contact__address, .sitemap__item__link {
  font-size: 1rem;
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
}

@media only screen and (max-width: 816px) {
  .font-m, .title-m, .event-box__date, .site-header__section-title__section-name, .site-navigation, .current-page__heading, .site-header__skiplink:focus, .event-entry__detail__heading, .voting-recommendation__position__custom, .contact__address, .sitemap__item__link {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 608px) {
  .font-m, .title-m, .event-box__date, .site-header__section-title__section-name, .site-navigation, .current-page__heading, .site-header__skiplink:focus, .event-entry__detail__heading, .voting-recommendation__position__custom, .contact__address, .sitemap__item__link {
    font-size: 0.9rem;
  }
}

.font-s, .contribution-form__input input:focus + label, .site-footer__newsletter__box input:focus + label, .membership-link input:focus + label, .shop-form__input-box input:focus + label, .search-form__input-box input:focus + label, .contribution-form__input input.filled + label, .site-footer__newsletter__box input.filled + label, .membership-link input.filled + label, .shop-form__input-box input.filled + label, .search-form__input-box input.filled + label, .contribution-form__input textarea:focus + label, .site-footer__newsletter__box textarea:focus + label, .membership-link textarea:focus + label, .shop-form__input-box textarea:focus + label, .search-form__input-box textarea:focus + label, .contribution-form__input textarea.filled + label, .site-footer__newsletter__box textarea.filled + label, .membership-link textarea.filled + label, .shop-form__input-box textarea.filled + label, .search-form__input-box textarea.filled + label, .article-author-and-date, .article-box .article-author-and-date, .big-quote__link, .breadcrumbs, .feature-box__author-and-date, .list-filters-container, .list-filter__button, .load-more, .page-builder__quote footer, .page-builder__caption, .page-builder__gallery__indicator, .section-label, .site-footer__social-links-and-meta-navigation, .site-header__section-title__change-section, .voting-recommendation__position--custom, .voting-recommendation__position--free, .link-with-arrow__copy, .label-with-arrow__copy, .label-with-external-link__copy, .shop-form__input-box .validation-message {
  font-size: 0.75rem;
}

@media only screen and (max-width: 816px) {
  .font-s, .contribution-form__input input:focus + label, .site-footer__newsletter__box input:focus + label, .membership-link input:focus + label, .shop-form__input-box input:focus + label, .search-form__input-box input:focus + label, .contribution-form__input input.filled + label, .site-footer__newsletter__box input.filled + label, .membership-link input.filled + label, .shop-form__input-box input.filled + label, .search-form__input-box input.filled + label, .contribution-form__input textarea:focus + label, .site-footer__newsletter__box textarea:focus + label, .membership-link textarea:focus + label, .shop-form__input-box textarea:focus + label, .search-form__input-box textarea:focus + label, .contribution-form__input textarea.filled + label, .site-footer__newsletter__box textarea.filled + label, .membership-link textarea.filled + label, .shop-form__input-box textarea.filled + label, .search-form__input-box textarea.filled + label, .article-author-and-date, .article-box .article-author-and-date, .big-quote__link, .breadcrumbs, .feature-box__author-and-date, .list-filters-container, .list-filter__button, .load-more, .page-builder__quote footer, .page-builder__caption, .page-builder__gallery__indicator, .section-label, .site-footer__social-links-and-meta-navigation, .site-header__section-title__change-section, .voting-recommendation__position--custom, .voting-recommendation__position--free, .link-with-arrow__copy, .label-with-arrow__copy, .label-with-external-link__copy, .shop-form__input-box .validation-message {
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 608px) {
  .font-s, .contribution-form__input input:focus + label, .site-footer__newsletter__box input:focus + label, .membership-link input:focus + label, .shop-form__input-box input:focus + label, .search-form__input-box input:focus + label, .contribution-form__input input.filled + label, .site-footer__newsletter__box input.filled + label, .membership-link input.filled + label, .shop-form__input-box input.filled + label, .search-form__input-box input.filled + label, .contribution-form__input textarea:focus + label, .site-footer__newsletter__box textarea:focus + label, .membership-link textarea:focus + label, .shop-form__input-box textarea:focus + label, .search-form__input-box textarea:focus + label, .contribution-form__input textarea.filled + label, .site-footer__newsletter__box textarea.filled + label, .membership-link textarea.filled + label, .shop-form__input-box textarea.filled + label, .search-form__input-box textarea.filled + label, .article-author-and-date, .article-box .article-author-and-date, .big-quote__link, .breadcrumbs, .feature-box__author-and-date, .list-filters-container, .list-filter__button, .load-more, .page-builder__quote footer, .page-builder__caption, .page-builder__gallery__indicator, .section-label, .site-footer__social-links-and-meta-navigation, .site-header__section-title__change-section, .voting-recommendation__position--custom, .voting-recommendation__position--free, .link-with-arrow__copy, .label-with-arrow__copy, .label-with-external-link__copy, .shop-form__input-box .validation-message {
    font-size: 0.75rem;
  }
}

.title-xxl, .article-page .page-intro .page-heading {
  line-height: 1em;
  text-transform: uppercase;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.title-xl, .page-builder__text h2, .person-entry__text h2,
.page-builder__text-img__text h2,
.contact__text h2,
.event-entry__text h2, .page-intro .page-heading, .article-most-read-list-item__index, .big-quote__text, .event-box__day, .feature-box-jumbo__heading, .page-builder__title--big, .campaign-list-item__heading, .candidate__name, .event-entry__heading, .person-entry__name {
  line-height: 1em;
  text-transform: uppercase;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.title-l, .article-box__heading, .event-box__heading, .feature-box__heading, .product-box__heading, .topic-box__heading, .article-most-read-list-item__heading, .error-page .error-title, .event-entry__date-display__month {
  line-height: 1em;
  text-transform: uppercase;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.title-m, .event-box__date, .site-header__section-title__section-name, .site-navigation, .current-page__heading, .site-header__skiplink:focus, .event-entry__detail__heading {
  line-height: 1em;
}

.title-s, .page-builder__text h3, .person-entry__text h3,
.page-builder__text-img__text h3,
.contact__text h3,
.event-entry__text h3, .article-most-read-list__heading, .page-builder__title--small, .person-list-item__heading, .recommendation-heading, .press-contact-image-group__item__heading, .search-result__title {
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
  line-height: 1em;
}

.page-builder__text h3, .person-entry__text h3,
.page-builder__text-img__text h3,
.person-entry__text h3,
.contact__text h3,
.event-entry__text h3 {
  line-height: 1.5rem;
}

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

html {
  font-size: 1.25em;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.5em;
}

@media only screen and (max-width: 816px) {
  body {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 608px) {
  body {
    font-size: 0.9rem;
  }
}

button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

abbr {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
}

figure, figcaption {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

input {
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

b, strong {
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
  font-weight: normal !important;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.display-inline-block {
  display: inline-block;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 608px) {
  .hidden-bp-s {
    display: none;
  }
}

.show-only-bp-s {
  display: none;
}

@media only screen and (max-width: 608px) {
  .show-only-bp-s {
    display: block;
  }
}

.container-s-with-margin:before, .page-intro:before, .pagination:before, .social-sharing-container:before, .candidate__name:before, .person-entry__name:before, .sections-filter-search:before, .container-s-with-margin:after, .page-intro:after, .pagination:after, .social-sharing-container:after, .candidate__name:after, .person-entry__name:after, .sections-filter-search:after {
  content: " ";
  display: table;
}

.container-s-with-margin:after, .page-intro:after, .pagination:after, .social-sharing-container:after, .candidate__name:after, .person-entry__name:after, .sections-filter-search:after {
  clear: both;
}

@media only screen and (max-width: 608px) {
  .container-s-with-margin, .page-intro, .pagination, .social-sharing-container, .candidate__name, .person-entry__name, .sections-filter-search {
    max-width: 100%;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .container-s-with-margin:after, .page-intro:after, .pagination:after, .social-sharing-container:after, .candidate__name:after, .person-entry__name:after, .sections-filter-search:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.site-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1177px) {
  .site-wrapper {
    margin-top: 3.6rem;
    padding-top: 5rem;
  }
}

@media only screen and (max-width: 816px) {
  .site-wrapper {
    margin-top: 3.6rem;
    padding-top: 3rem;
  }
}

@media only screen and (max-width: 608px) {
  .site-wrapper {
    margin-top: 3.15rem;
    padding-top: 3rem;
  }
}

.site-content {
  max-width: 69rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 90rem) {
  .site-content {
    max-width: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .site-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 816px) {
  .site-content {
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .site-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 608px) {
  .site-content {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .site-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.site-content:after {
  content: " ";
  display: block;
  clear: both;
}

.page-intro .page-heading {
  width: 80%;
  margin-bottom: 0;
}

@media only screen and (max-width: 608px) {
  .page-intro .page-heading {
    width: 100%;
  }
}

.page-intro .page-lead {
  width: 66%;
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
}

@media only screen and (max-width: 816px) {
  .page-intro .page-lead {
    width: 80%;
  }
}

@media only screen and (max-width: 608px) {
  .page-intro .page-lead {
    width: 100%;
  }
}

.page-intro .page-text {
  max-width: 800px;
}

.main {
  min-height: 600px;
}

.article-box, .event-box, .feature-box, .product-box, .topic-box {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 500px;
  padding: 1.5rem;
  padding-bottom: calc(2 * 1.5rem + 1em);
}

.article-box:nth-child(3n + 1), .event-box:nth-child(3n + 1), .feature-box:nth-child(3n + 1), .product-box:nth-child(3n + 1), .topic-box:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.article-box:nth-child(3n + 2), .event-box:nth-child(3n + 2), .feature-box:nth-child(3n + 2), .product-box:nth-child(3n + 2), .topic-box:nth-child(3n + 2) {
  margin-left: 33.33333333%;
  margin-right: -100%;
  clear: none;
}

.article-box:nth-child(3n + 3), .event-box:nth-child(3n + 3), .feature-box:nth-child(3n + 3), .product-box:nth-child(3n + 3), .topic-box:nth-child(3n + 3) {
  margin-left: 66.66666667%;
  margin-right: -100%;
  clear: none;
}

@media only screen and (min-width: 816px) {
  .article-box, .event-box, .feature-box, .product-box, .topic-box {
    width: 33.33333333%;
    float: left;
  }
  .article-box:nth-child(3n + 1), .event-box:nth-child(3n + 1), .feature-box:nth-child(3n + 1), .product-box:nth-child(3n + 1), .topic-box:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .article-box:nth-child(3n + 2), .event-box:nth-child(3n + 2), .feature-box:nth-child(3n + 2), .product-box:nth-child(3n + 2), .topic-box:nth-child(3n + 2) {
    margin-left: 33.33333333%;
    margin-right: -100%;
    clear: none;
  }
  .article-box:nth-child(3n + 3), .event-box:nth-child(3n + 3), .feature-box:nth-child(3n + 3), .product-box:nth-child(3n + 3), .topic-box:nth-child(3n + 3) {
    margin-left: 66.66666667%;
    margin-right: -100%;
    clear: none;
  }
  .article-box:not(:nth-child(3n + 1)), .event-box:not(:nth-child(3n + 1)), .feature-box:not(:nth-child(3n + 1)), .product-box:not(:nth-child(3n + 1)), .topic-box:not(:nth-child(3n + 1)) {
    border-left: none;
  }
  .article-box:not(:nth-child(-n + 3)), .event-box:not(:nth-child(-n + 3)), .feature-box:not(:nth-child(-n + 3)), .product-box:not(:nth-child(-n + 3)), .topic-box:not(:nth-child(-n + 3)) {
    border-top: none;
  }
}

@media only screen and (min-width: 609px) and (max-width: 816px) {
  .article-box, .event-box, .feature-box, .product-box, .topic-box {
    width: 50%;
    float: left;
    padding: 1rem;
    padding-bottom: calc(2 * 1rem + 1em);
  }
  .article-box:nth-child(1n), .event-box:nth-child(1n), .feature-box:nth-child(1n), .product-box:nth-child(1n), .topic-box:nth-child(1n) {
    margin-left: 0;
    margin-right: 2.12765957%;
  }
  .article-box:last-child, .event-box:last-child, .feature-box:last-child, .product-box:last-child, .topic-box:last-child {
    margin-right: 0;
  }
  .article-box:nth-child(2n + 1), .event-box:nth-child(2n + 1), .feature-box:nth-child(2n + 1), .product-box:nth-child(2n + 1), .topic-box:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .article-box:nth-child(2n + 2), .event-box:nth-child(2n + 2), .feature-box:nth-child(2n + 2), .product-box:nth-child(2n + 2), .topic-box:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .article-box:nth-child(2n), .event-box:nth-child(2n), .feature-box:nth-child(2n), .product-box:nth-child(2n), .topic-box:nth-child(2n) {
    border-left: none;
  }
  .article-box:not(:nth-child(-n + 2)), .event-box:not(:nth-child(-n + 2)), .feature-box:not(:nth-child(-n + 2)), .product-box:not(:nth-child(-n + 2)), .topic-box:not(:nth-child(-n + 2)) {
    border-top: none;
  }
}

@media only screen and (max-width: 608px) {
  .article-box, .event-box, .feature-box, .product-box, .topic-box {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
    padding: 0.75rem;
  }
  .article-box:nth-child(1n), .event-box:nth-child(1n), .feature-box:nth-child(1n), .product-box:nth-child(1n), .topic-box:nth-child(1n) {
    margin-left: 0;
    margin-right: 2.12765957%;
  }
  .article-box:last-child, .event-box:last-child, .feature-box:last-child, .product-box:last-child, .topic-box:last-child {
    margin-right: 0;
  }
}

.article-box__section-label, .event-box__section-label, .feature-box__section-label, .campaign__section-label, .topic-box__section-label {
  min-height: 1.2rem;
  margin-top: -0.5rem;
  margin-bottom: 0.9rem;
}

@media only screen and (max-width: 608px) {
  .article-box__section-label, .event-box__section-label, .feature-box__section-label, .campaign__section-label, .topic-box__section-label {
    min-height: 0;
  }
}

@media only screen and (max-width: 608px) {
  .article-box__heading, .event-box__heading, .feature-box__heading, .product-box__heading, .topic-box__heading {
    margin-bottom: 0 !important;
  }
}

.article-box__text, .feature-box__text {
  margin-top: 6rem;
  font-size: 1rem;
  line-height: 1.3rem;
}

@media only screen and (max-width: 816px) {
  .article-box__text, .feature-box__text {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 608px) {
  .article-box__text, .feature-box__text {
    margin-top: 1rem;
  }
}

.article-box__arrow, .event-box__arrow, .feature-box__arrow, .product-box__price {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  display: block;
}

@media only screen and (max-width: 816px) {
  .article-box__arrow, .event-box__arrow, .feature-box__arrow, .product-box__price {
    left: 1rem;
    bottom: 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .article-box__arrow, .event-box__arrow, .feature-box__arrow, .product-box__price {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 1.5rem;
  }
}

.article-box__img, .event-box__img, .feature-box__img, .product-box__img {
  margin-top: 6rem;
  height: 5rem;
  display: block;
}

@media only screen and (max-width: 816px) {
  .article-box__img, .event-box__img, .feature-box__img, .product-box__img {
    height: 10vw;
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 608px) {
  .article-box__img, .event-box__img, .feature-box__img, .product-box__img {
    height: 4rem;
    margin-top: 1rem;
  }
}


.article-box,
.event-box,
.feature-box,
.product-box,
.topic-box,
.list-filter__button {
  border-style: solid;
  border-color: #DDE8EF;
}


.article-box,
.event-box,
.feature-box,
.product-box,
.topic-box,
.list-filter__button {
  border-width: 1px;
}

@media only screen and (max-width: 608px) {
  
  .article-box,
  .event-box,
  .feature-box,
  .product-box,
  .topic-box,
  .list-filter__button {
    border-left: none;
    border-right: none;
  }
  .article-box:nth-child(n + 2), .event-box:nth-child(n + 2), .feature-box:nth-child(n + 2), .product-box:nth-child(n + 2), .topic-box:nth-child(n + 2), .list-filter__button:nth-child(n + 2) {
    border-top: none;
  }
}

.breadcrumbs__item__link, .link, .page-builder__text a, .person-entry__text a, .page-builder__text-img__text a, .no-touchevents .site-footer__meta-navigation a:hover, .no-touchevents .site-footer__social-links .site-footer__social-link-caption:hover, .contact__text a, .event-entry__map-link, .event-entry__text a, .organisation-section__email,
.organisation-section__website,
.organisation-district__email,
.organisation-district__website, .press-contact__text a, .no-touchevents .sitemap-second-level__item__link:hover, .sections-page-output .section__link {
  display: inline;
  border-bottom: 1px solid #000;
}

.no-touchevents .breadcrumbs__item__link:hover, .no-touchevents .link:hover, .no-touchevents .page-builder__text a:hover, .page-builder__text .no-touchevents a:hover, .no-touchevents .person-entry__text a:hover, .person-entry__text .no-touchevents a:hover, .no-touchevents .page-builder__text-img__text a:hover, .page-builder__text-img__text .no-touchevents a:hover, .no-touchevents .site-footer__meta-navigation a:hover, .no-touchevents .site-footer__social-links .site-footer__social-link-caption:hover, .no-touchevents .contact__text a:hover, .contact__text .no-touchevents a:hover, .no-touchevents .event-entry__map-link:hover, .no-touchevents .event-entry__text a:hover, .event-entry__text .no-touchevents a:hover, .no-touchevents .organisation-section__email:hover,
.no-touchevents .organisation-section__website:hover,
.no-touchevents .organisation-district__email:hover,
.no-touchevents .organisation-district__website:hover, .no-touchevents .press-contact__text a:hover, .press-contact__text .no-touchevents a:hover, .no-touchevents .sitemap-second-level__item__link:hover, .no-touchevents .sections-page-output .section__link:hover, .sections-page-output .no-touchevents .section__link:hover {
  border-color: #FF0000;
}

.contribution-form__input, .site-footer__newsletter__box, .membership-link, .shop-form__input-box, .search-form__input-box {
  position: relative;
  border: 1px solid #DDE8EF;
}

.contribution-form__input label, .site-footer__newsletter__box label, .membership-link label, .shop-form__input-box label, .search-form__input-box label {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  pointer-events: none;
  color: #506672;
}

@media only screen and (max-width: 816px) {
  .contribution-form__input label, .site-footer__newsletter__box label, .membership-link label, .shop-form__input-box label, .search-form__input-box label {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .contribution-form__input label, .site-footer__newsletter__box label, .membership-link label, .shop-form__input-box label, .search-form__input-box label {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.contribution-form__input input, .site-footer__newsletter__box input, .membership-link input, .shop-form__input-box input, .search-form__input-box input, .contribution-form__input textarea, .site-footer__newsletter__box textarea, .membership-link textarea, .shop-form__input-box textarea, .search-form__input-box textarea {
  min-height: 4.4rem;
  width: 100%;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: none;
}

@media only screen and (max-width: 816px) {
  .contribution-form__input input, .site-footer__newsletter__box input, .membership-link input, .shop-form__input-box input, .search-form__input-box input, .contribution-form__input textarea, .site-footer__newsletter__box textarea, .membership-link textarea, .shop-form__input-box textarea, .search-form__input-box textarea {
    min-height: 3.42rem;
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .contribution-form__input input, .site-footer__newsletter__box input, .membership-link input, .shop-form__input-box input, .search-form__input-box input, .contribution-form__input textarea, .site-footer__newsletter__box textarea, .membership-link textarea, .shop-form__input-box textarea, .search-form__input-box textarea {
    min-height: 2.97rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.contribution-form__input input:focus, .site-footer__newsletter__box input:focus, .membership-link input:focus, .shop-form__input-box input:focus, .search-form__input-box input:focus, .contribution-form__input textarea:focus, .site-footer__newsletter__box textarea:focus, .membership-link textarea:focus, .shop-form__input-box textarea:focus, .search-form__input-box textarea:focus {
  outline: none;
}

.contribution-form__input input:focus + label, .site-footer__newsletter__box input:focus + label, .membership-link input:focus + label, .shop-form__input-box input:focus + label, .search-form__input-box input:focus + label, .contribution-form__input input.filled + label, .site-footer__newsletter__box input.filled + label, .membership-link input.filled + label, .shop-form__input-box input.filled + label, .search-form__input-box input.filled + label, .contribution-form__input textarea:focus + label, .site-footer__newsletter__box textarea:focus + label, .membership-link textarea:focus + label, .shop-form__input-box textarea:focus + label, .search-form__input-box textarea:focus + label, .contribution-form__input textarea.filled + label, .site-footer__newsletter__box textarea.filled + label, .membership-link textarea.filled + label, .shop-form__input-box textarea.filled + label, .search-form__input-box textarea.filled + label {
  top: 1rem;
  color: #000;
}

.membership-link__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: bold;
}

.contribution-form__submit, .gform_wrapper input[type="submit"], .page-builder__cta-button, .site-footer__participate-button, .shop-form__submit, .shop-confirm-message__button, .search-form__submit {
  height: 4.4rem;
  line-height: 4.4rem;
  background: #FF0000;
  text-align: center;
  color: #fff;
  border: none;
}

@media only screen and (max-width: 816px) {
  .contribution-form__submit, .gform_wrapper input[type="submit"], .page-builder__cta-button, .site-footer__participate-button, .shop-form__submit, .shop-confirm-message__button, .search-form__submit {
    height: 3.42rem;
    line-height: 3.42rem;
  }
}

@media only screen and (max-width: 608px) {
  .contribution-form__submit, .gform_wrapper input[type="submit"], .page-builder__cta-button, .site-footer__participate-button, .shop-form__submit, .shop-confirm-message__button, .search-form__submit {
    height: 2.97rem;
    line-height: 2.97rem;
  }
}

.contribution-form__submit:visited, .gform_wrapper input:visited[type="submit"], .page-builder__cta-button:visited, .site-footer__participate-button:visited, .shop-form__submit:visited, .shop-confirm-message__button:visited, .search-form__submit:visited {
  color: #fff;
}

.accordion-container.open {
  height: auto;
}

@media only screen and (max-width: 608px) {
  .accordion-container.list-item {
    height: 2.97rem;
  }
}

.accordion-container.list-item.open {
  height: auto;
}

.accordion-toggle {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 1.3rem 1.5rem;
  cursor: pointer;
}

@media only screen and (max-width: 816px) {
  .accordion-toggle {
    padding: 0.9rem 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .accordion-toggle {
    padding: 0.75rem;
  }
}

.accordion-toggle .arrow_svg {
  display: inline-block;
  transform: translateX(-2px) rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.no-touchevents .hover--trigger.accordion-toggle:hover .arrow_svg_path {
  stroke: #fff;
}

.no-touchevents .hover--trigger.accordion-toggle:hover .arrow_svg_polyline {
  fill: #fff;
}

.accordion-li {
  padding: 0 1.5rem 1.3rem 1.5rem;
  line-height: 1.5em;
}

@media only screen and (max-width: 816px) {
  .accordion-li {
    padding: 0 1rem 0.9rem 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .accordion-li {
    padding: 0 0.75rem 0.75rem 0.75rem;
  }
}

.accordion-li {
  opacity: 0;
  transition: opacity 0.05s ease-out 0s;
}

.accordion-container.open .accordion-li {
  opacity: 1;
  transition: opacity 0.15s ease-out 0.05s;
}

.accordion-container.open .accordion-toggle .arrow_svg {
  transform: translateX(-2px) rotate(-90deg);
}

.accordion-container.open .accordion-ul {
  transition: height 0.3s cubic-bezier(0, 0.28, 0.01, 1);
}

.accordion-ul {
  height: 0;
  clear: both;
  overflow: hidden;
  padding: 0;
  transition: height 0.3s cubic-bezier(0, 0.28, 0.01, 1);
}

.arrow, .page-builder__gallery__arrow {
  position: relative;
  width: 14px;
  height: 10px;
  display: inline-block;
}

@media only screen and (max-width: 608px) {
  .arrow, .page-builder__gallery__arrow {
    width: 14px;
    height: 8px;
  }
}

.arrow_svg_path {
  stroke: #FF0000;
}

.arrow_svg_polyline {
  fill: #FF0000;
}

.arrow--white .arrow_svg_path {
  stroke: #fff;
}

.arrow--white .arrow_svg_polyline {
  fill: #fff;
}

.arrow--greyblue .arrow_svg_path {
  stroke: #506672;
}

.arrow--greyblue .arrow_svg_polyline {
  fill: #506672;
}

.arrow--180 svg {
  transform: rotate(180deg);
}

.article-author-and-date {
  clear: both;
}

@media only screen and (max-width: 608px) {
  .article-author-and-date {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.article-author-and-date__img {
  vertical-align: middle;
  height: 3.5rem;
  margin-right: 10px;
}

.article-author-and-date__text {
  display: inline-block;
  width: calc(100% - 3.5rem - 15px);
  vertical-align: middle;
}

.article-author-and-date__link {
  border-color: transparent;
}

.article-box .article-author-and-date {
  float: none;
}

.article-box__heading {
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 608px) {
  .article-box__text {
    font-size: 0.75rem;
  }
}

.article-most-read-list {
  width: 65.95744681%;
  float: left;
  margin-right: 2.12765957%;
  margin-left: 17.0212766%;
}

@media only screen and (max-width: 816px) {
  .article-most-read-list {
    width: 82.9787234%;
    float: left;
    margin-right: 2.12765957%;
    margin-left: 8.5106383%;
  }
}

@media only screen and (max-width: 608px) {
  .article-most-read-list {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.article-most-read-list-item__link {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 608px) {
  .article-most-read-list-item__link {
    margin-bottom: 1.5rem;
  }
}

.article-most-read-list-item:last-child .article-most-read-list-item__link {
  margin-bottom: 0;
}

.article-most-read-list-item__index {
  margin-bottom: 0.5rem;
  line-height: 0.8em;
  color: #FF0000;
  width: 25%;
  float: left;
}

@media only screen and (max-width: 608px) {
  .article-most-read-list-item__index {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 2.25rem;
  }
}

.article-most-read-list-item__text {
  width: 75%;
  float: right;
  margin-right: 0;
  transition: all 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
}

@media only screen and (max-width: 608px) {
  .article-most-read-list-item__text {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.article-most-read-list-item__heading {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 608px) {
  .article-most-read-list-item__heading {
    margin-bottom: 0;
  }
}

.article-most-read-list-item .article-author-and-date {
  line-height: 1em;
}

@media only screen and (max-width: 608px) {
  .article-most-read-list-item .article-author-and-date {
    display: none;
  }
}

.article-most-read-list-item__index__inner {
  display: inline-block;
  transform: rotate(0deg);
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
}

.no-touchevents .article-most-read-list-item:hover .article-most-read-list-item__index__inner {
  transform: rotate(30deg);
}

.no-touchevents .article-most-read-list-item:hover .article-most-read-list-item__text {
  transform: translateX(20px);
}

.big-quote {
  position: relative;
  width: 100vw;
  margin-left: calc(69rem / 2 - 50vw);
  padding-top: 13rem;
  padding-bottom: calc(13rem - 5rem - 3rem);
  color: #fff;
  background: #FF0000;
}

.big-quote:before, .big-quote:after {
  content: " ";
  display: table;
}

.big-quote:after {
  clear: both;
}

@media only screen and (max-width: 90rem) {
  .big-quote {
    margin-left: -1.5rem;
    padding: 13rem 14.89361702% calc(13rem - 5rem - 3rem) 14.89361702%;
  }
}

@media only screen and (max-width: 816px) {
  .big-quote {
    margin-left: -1rem;
    padding: 10rem 6.38297872% calc(10rem - 3rem - 3rem) 6.38297872%;
  }
}

@media only screen and (max-width: 608px) {
  .big-quote {
    margin-left: 0px;
    padding: 5rem 0.75rem 2rem 0.75rem;
  }
}

.big-quote__text {
  display: block;
  margin-left: calc(50vw - 69rem / 2);
  margin-right: calc(50vw - 69rem / 2);
  padding: 0 calc(69rem / 12 * 2);
}

@media only screen and (max-width: 90rem) {
  .big-quote__text {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 0;
  }
}

@media only screen and (max-width: 816px) {
  .big-quote__text {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 608px) {
  .big-quote__text {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 1.5rem;
  }
}

.big-quote__link {
  float: left;
  position: relative;
  left: calc(50vw - 69rem / 2);
  padding-left: 1.5rem;
  font-family: "NimbusSanNov-SemBol", Arial, sans-serif;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 90rem) {
  .big-quote__link {
    left: 1.5rem;
    padding-left: 0;
  }
}

@media only screen and (max-width: 816px) {
  .big-quote__link {
    left: 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .big-quote__link {
    left: auto;
    width: calc(100vw - 2 * 0.75rem);
  }
}

.big-quote__link .circular-button, .big-quote__link .page-builder__gallery__arrow-container {
  transition: all 0.4s ease;
}

@media only screen and (max-width: 608px) {
  .big-quote__link .circular-button, .big-quote__link .page-builder__gallery__arrow-container {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.big-quote__link--text {
  line-height: 3rem;
}

.no-touchevents .big-quote__link:hover {
  transform: translateX(15px);
}

.no-touchevents .big-quote__link:hover .circular-button, .no-touchevents .big-quote__link:hover .page-builder__gallery__arrow-container {
  transform: scale(1.1);
}

.breadcrumbs {
  position: relative;
  margin-bottom: 3rem;
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
  opacity: 0;
}

@media only screen and (max-width: 1177px) {
  .breadcrumbs {
    margin-top: calc(-1 * 5rem);
    padding: 1rem 0;
  }
}

@media only screen and (max-width: 816px) {
  .breadcrumbs {
    width: 100vw;
    padding: 0.5rem 0;
    margin-top: calc(-1 * 3rem);
    margin-left: calc(-1 * 1rem);
    margin-bottom: calc(2rem - 0.5rem);
  }
}

@media only screen and (max-width: 608px) {
  .breadcrumbs {
    width: 100vw;
    padding: 0.5rem 0;
    margin-top: calc(-1 * 3rem);
    margin-left: calc(-1 * 0.75rem);
    font-size: 0.6rem;
    border-bottom: 1px solid #DDE8EF;
    margin-bottom: calc(0.9rem - 0.5rem);
  }
}

.breadcrumbs__item {
  display: inline-block;
  padding-right: 20px;
  background-image: url("../images/breadcrumbs-triangle.svg");
  background-repeat: no-repeat;
  background-position: right 6px center;
}

@media only screen and (max-width: 816px) {
  .breadcrumbs__item {
    line-height: 27px;
  }
}

@media only screen and (max-width: 608px) {
  .breadcrumbs__item {
    line-height: 27px;
  }
}

.breadcrumbs__item:last-child {
  background: none;
}

@media only screen and (max-width: 816px) {
  .breadcrumbs__item:last-child {
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .breadcrumbs__item:last-child {
    padding-right: 0.75rem;
  }
}

@media only screen and (max-width: 816px) {
  .breadcrumbs__item:first-child {
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .breadcrumbs__item:first-child {
    padding-left: 0.75rem;
  }
}

.breadcrumbs-gradient {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0) 93%, white 100%);
}

.circular-button, .page-builder__gallery__arrow-container {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  vertical-align: bottom;
}

.circular-button .circular-button__symbol, .page-builder__gallery__arrow-container .circular-button__symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 608px) {
  .circular-button, .page-builder__gallery__arrow-container {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.circular-button--white {
  background: #fff;
}

.circular-button--red {
  background: #FF0000;
}

.circular-button--grey {
  background: #DDE8EF;
}

.circular-button--transparent {
  background: transparent;
}

.circular-button--white .circular-button__symbol {
  color: #FF0000;
}

.circular-button--red .circular-button__symbol {
  color: #fff;
}

.circular-button--grey .circular-button__symbol {
  color: #000;
}

.circular-button__caption {
  display: inline-block;
  line-height: 3rem;
  vertical-align: bottom;
}

@media only screen and (max-width: 608px) {
  .circular-button__caption {
    line-height: 2.25rem;
  }
}

.circular-button__caption--after {
  padding-left: 1rem;
}

.circular-button__caption--before {
  padding-right: 1rem;
}

.circular-button__caption--red {
  color: #FF0000;
}

.constrained-img-container img {
  width: 100%;
}

.constrained-img-container .portrait-img {
  float: right;
  width: auto;
}

@media only screen and (max-width: 608px) {
  .constrained-img-container .portrait-img {
    float: none;
    width: 100%;
    height: auto;
  }
}

.contribution-form {
  float: left;
  width: 100%;
}

.contribution-form__input {
  width: 31.91489362%;
  float: left;
  margin-right: 2.12765957%;
  clear: both;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 816px) {
  .contribution-form__input {
    width: 48.93617021%;
    float: left;
    margin-right: 2.12765957%;
  }
}

@media only screen and (max-width: 608px) {
  .contribution-form__input {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 608px) {
  .contribution-form__input:first-child {
    border-bottom: none;
  }
}

.contribution-form__submit {
  width: 31.91489362%;
  float: left;
  margin-right: 2.12765957%;
  clear: both;
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
  background: #506672;
  transition: all 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
}

@media only screen and (max-width: 816px) {
  .contribution-form__submit {
    width: 48.93617021%;
    float: left;
    margin-right: 2.12765957%;
  }
}

@media only screen and (max-width: 608px) {
  .contribution-form__submit {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.no-touchevents .contribution-form__submit:hover {
  background: #3b4b54;
}

.contribution-form__dropdown {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background: #fff;
}

.contribution-form__dropdown li {
  width: 31.91489362%;
  float: left;
  margin-right: 2.12765957%;
  clear: both;
  padding-left: 1.5rem;
}

@media only screen and (max-width: 816px) {
  .contribution-form__dropdown li {
    padding-left: 1rem;
    width: 48.93617021%;
    float: left;
    margin-right: 2.12765957%;
  }
}

@media only screen and (max-width: 608px) {
  .contribution-form__dropdown li {
    padding-left: 0.75rem;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.no-touchevents .contribution-form__dropdown li:hover {
  cursor: pointer;
  background: #DDE8EF;
}

.contribution-output-container {
  width: 31.91489362%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 816px) {
  .contribution-output-container {
    width: 48.93617021%;
    float: left;
    margin-right: 2.12765957%;
  }
}

@media only screen and (max-width: 608px) {
  .contribution-output-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.contribution-form__dropdown:not(.hidden) + .contribution-form__submit {
  display: none;
}

.event-box__day {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  line-height: 0.7em;
  color: #FF0000;
}

@media only screen and (max-width: 816px) {
  .event-box__day {
    top: 1rem;
    right: 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .event-box__day {
    top: 0.75rem;
    right: 0.75rem;
  }
}

.event-box__date {
  display: block;
  width: 65%;
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
}

@media only screen and (max-width: 816px) {
  .event-box__date {
    width: 100%;
  }
}

@media only screen and (max-width: 608px) {
  .feature-box__text {
    display: none;
  }
}

.feature-box-jumbo {
  display: block;
}

.feature-box-jumbo:before, .feature-box-jumbo:after {
  content: " ";
  display: table;
}

.feature-box-jumbo:after {
  clear: both;
}

@media only screen and (max-width: 608px) {
  .feature-box-jumbo {
    margin-bottom: 0;
    padding: 0.75rem 0;
  }
}

.feature-box-jumbo__pane-left {
  width: 48.93617021%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 608px) {
  .feature-box-jumbo__pane-left {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

.feature-box-jumbo__pane-right {
  width: 48.93617021%;
  float: right;
  margin-right: 0;
  overflow: hidden;
}

@media only screen and (max-width: 608px) {
  .feature-box-jumbo__pane-right {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 608px) {
  .feature-box-jumbo__heading {
    margin-bottom: 0.9rem;
  }
}

.feature-box-jumbo__img {
  float: right;
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
}

.no-touchevents .feature-box-jumbo:hover .feature-box-jumbo__img {
  transform: scale(0.96);
}

.gform_wrapper {
  overflow: auto;
}

.gform_wrapper input[type="text"], .gform_wrapper textarea {
  border: 1px solid #DDE8EF;
  padding: 1rem !important;
  outline: none !important;
}

.gform_wrapper input[type="radio"] {
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
  appearance: radio !important;
  margin-right: 15px;
}

.gform_wrapper input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
  margin-right: 15px;
}

.gform_wrapper input[type="submit"] {
  width: 31.91489362%;
  float: left;
  margin-right: 2.12765957%;
  clear: both;
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
  transition: all 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
  max-width: 100%;
  min-width: 250px;
}

.gform_wrapper input[type="submit"]:hover {
  background: #cc0000;
}

.gform_wrapper ul.gfield_radio li, .gform_wrapper .gform_wrapper ul.gfield_checkbox li {
  overflow: visible !important;
}

.gform_wrapper li:before {
  content: '' !important;
  width: 0 !important;
}

.gravity-entries-table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gravity-entries-table td, .gravity-entries-table th {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #4A4A4A;
}

.gravity-entries-table th {
  font-weight: bold;
}

@media only screen and (max-width: 608px) {
  .gravity-entries-table td, .gravity-entries-table th {
    padding: 5px 5px 5px 0px;
    font-size: 0.75rem;
  }
}

.hamburger-menu {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  width: 20px;
  height: 12px;
  cursor: pointer;
  box-sizing: content-box;
}

@media only screen and (max-width: 1177px) {
  .hamburger-menu {
    display: block;
    padding: 1.5rem;
  }
}

@media only screen and (max-width: 816px) {
  .hamburger-menu {
    padding: 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .hamburger-menu {
    padding: 0.75rem;
  }
}

.hamburger-menu__bar,
.hamburger-menu__bar:after,
.hamburger-menu__bar:before {
  width: 20px;
  height: 2px;
  transition: background 0.15s ease-in-out 0.07s, top 0.15s ease-in-out 0.15s, bottom 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out;
  background: #000;
}

.hamburger-menu__bar {
  position: relative;
  transform: translateY(5px);
}

.hamburger-menu__bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
}

.hamburger-menu__bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
}

.hamburger-menu.close .hamburger-menu__bar {
  background: 0;
}

.hamburger-menu.close .hamburger-menu__bar, .hamburger-menu.close .hamburger-menu__bar:before, .hamburger-menu.close .hamburger-menu__bar:after {
  transition: background 0.15s ease-in-out 0.07s, top 0.15s ease-in-out, bottom 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s;
}

.hamburger-menu.close .hamburger-menu__bar:before {
  bottom: 0;
  transform: rotate(-45deg);
}

.hamburger-menu.close .hamburger-menu__bar:after {
  top: 0;
  transform: rotate(45deg);
}

.no-touchevents .hover--trigger:hover .hover--scale-circle {
  transform: scale(1);
  background: #FF0000;
}

.no-touchevents .hover--trigger:hover .hover--arrow-move {
  transform: translate(1.2rem, 0);
}

.no-touchevents .hover--trigger:hover .hover--arrow-white .arrow_svg_path {
  stroke: #fff;
}

.no-touchevents .hover--trigger:hover .hover--arrow-white .arrow_svg_polyline {
  fill: #fff;
}

.no-touchevents .hover--trigger:hover .hover--external-link-icon-white .external-link-icon--fill {
  fill: #fff;
}

.no-touchevents .hover--trigger:hover .hover--external-link-icon-white .external-link-icon--stroke {
  stroke: #fff;
}

.no-touchevents .hover--trigger:hover .hover--download-icon-white .download-icon--stroke {
  stroke: #fff;
}

.no-touchevents .hover--trigger:hover .hover--search-icon {
  transform: scale(0.7);
}

.no-touchevents .hover--trigger:hover .hover--search-icon .search-icon-stroke {
  stroke: #fff;
}

.no-touchevents .list-item.hover--trigger:hover .label-with-arrow__copy,
.no-touchevents .voting-recommendation__item.hover--trigger:hover .label-with-arrow__copy,
.no-touchevents .voting-person__item.hover--trigger:hover .label-with-arrow__copy {
  transform: translateX(-1rem);
}

.hover--scale-circle {
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  transform: scale(0, 0);
  vertical-align: middle;
  z-index: -1;
  transition: background 0.1s cubic-bezier(0.04, 0.32, 0, 0.72), transform 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
  transform-origin: center center;
}

.hover--search-icon {
  transform-origin: center center;
  transition: all 0.15s cubic-bezier(0.04, 0.32, 0, 0.72);
}

.hover--search-scale-circle {
  transition: all 0.15s cubic-bezier(0.04, 0.32, 0, 0.72);
}

.hover--arrow-move,
.hover--arrow-white {
  transition: all 0.25s cubic-bezier(0.04, 0.32, 0, 0.72) 0.05s;
}

.external-link-icon--fill {
  fill: #FF0000;
}

.external-link-icon--stroke {
  stroke: #FF0000;
}

.download-icon--stroke {
  stroke: #FF0000;
}

.list-filters-container {
  z-index: -1;
  position: relative;
  top: calc(-1 * 1rem - 30px - 3rem - 2px);
  float: left;
  width: 100%;
  height: 0;
  margin-bottom: 1.5rem;
  transform-origin: left center;
  transition: all 0.2s cubic-bezier(0, 0.58, 0.32, 0.98);
  font-family: "NimbusSanNov-SemBol", Arial, sans-serif;
}

.list-filters-container:before, .list-filters-container:after {
  content: " ";
  display: table;
}

.list-filters-container:after {
  clear: both;
}

@media only screen and (max-width: 816px) {
  .list-filters-container {
    top: calc(-1 * 1rem - 27px - 2rem - 2px);
  }
}

@media only screen and (max-width: 608px) {
  .list-filters-container {
    margin-bottom: 0;
    top: calc(-1 * 1rem - 27px - 2px);
  }
}

.list-filter__button {
  position: relative;
  padding: 0.5rem 1.5rem;
  color: #FF0000;
  font-family: "NimbusSanNov-SemBol", Arial, sans-serif;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
  opacity: 1;
}

@media only screen and (max-width: 816px) {
  .list-filter__button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .list-filter__button {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: 0;
    border-bottom: none;
    text-align: left;
  }
  .list-filter__button:before, .list-filter__button:after {
    content: " ";
    display: table;
  }
  .list-filter__button:after {
    clear: both;
  }
}

.list-filter__button.open {
  opacity: 0;
}

.no-touchevents .list-filter__button:hover {
  color: #fff;
  background: #506672;
}

.list-filter__row {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  min-height: 4rem;
  padding: 1.25rem 0 0.25rem 1.5rem;
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
  color: #fff;
  transform: translateX(-5vw);
  transition: all 0.07s cubic-bezier(0, 0.58, 0.32, 0.98);
  opacity: 0;
}

@media only screen and (max-width: 816px) {
  .list-filter__row {
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .list-filter__row {
    min-height: 0;
    padding: 1.25rem 0.75rem;
  }
}

.list-filter__items {
  display: inline-block;
  padding-right: 4rem;
}

@media only screen and (max-width: 608px) {
  .list-filter__items {
    padding-right: 0;
  }
}

.list-filter__items-li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0 15px;
  line-height: 1.5rem;
  background: rgba(255, 0, 0, 0);
  transition: background 0.2s ease-out;
}

@media only screen and (max-width: 608px) {
  .list-filter__items-li {
    margin: 0 1rem 1rem 0;
  }
}

.no-touchevents .list-filter__items-li:hover, .list-filter__items-li.active {
  background: red;
}

.list-filter__close__button {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 4rem;
  width: 4rem;
  font-size: 2.5rem;
  line-height: 4rem;
  color: #fff;
  background: #41525C;
  opacity: 0;
  transition: all 0.09s ease-out 0s;
}

@media only screen and (max-width: 608px) {
  .list-filter__close__button {
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
    line-height: 2rem;
  }
}

.no-touchevents .list-filters-container.open .list-filter__close__button:hover {
  background: #445861;
  transition: all 0.1s ease-in-out;
}

.list-filter__close__button__x {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 608px) {
  .list-filter__close__button__x {
    width: 40%;
  }
}

.list-filter__close__button__x__span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  display: inline-block;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 0% 0%;
  background: white;
}

@media only screen and (max-width: 608px) {
  .list-filter__close__button__x__span {
    height: 2px;
  }
}

.list-filter__close__button__x__span:first-child {
  transform: rotate(-45deg) translate(-50%, -50%);
}

.list-filter__heading {
  display: inline-block;
  padding-right: 2rem;
}

@media only screen and (max-width: 608px) {
  .list-filter__heading {
    display: block;
    padding-right: 2rem;
    margin-bottom: 1rem;
  }
}

.list-filter__background {
  z-index: -1;
  background: #506672;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.2s cubic-bezier(0, 0.58, 0.32, 0.98), opacity 0.06s cubic-bezier(0, 0.58, 0.32, 0.98);
}

.list-filters-container.open {
  z-index: 0;
  height: auto;
  transition: all 0.18s cubic-bezier(0, 0.58, 0.32, 0.98);
}

.list-filters-container.open .list-filter__close__button {
  opacity: 1;
  transition: opacity 0.09s ease-out 0.16s, background 0.09s ease-out;
}

.list-filters-container.open .list-filter__background {
  opacity: 1;
  transform: scale(1, 1);
  transition: transform 0.18s cubic-bezier(0, 0.58, 0.32, 0.98);
}

.list-filters-container.open .list-filter__row {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.18s cubic-bezier(0, 0.58, 0.32, 0.98) 0.1s;
}

.list-item-container {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #DDE8EF;
}

.list-item {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  border: 1px solid #DDE8EF;
  border-top: none;
}

@media only screen and (max-width: 608px) {
  .list-item {
    line-height: inherit;
  }
}

.list-item--no-accordion {
  padding: 1.3rem 1.5rem;
}

@media only screen and (max-width: 816px) {
  .list-item--no-accordion {
    padding: 0.9rem 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .list-item--no-accordion {
    padding: 0.75rem;
  }
}

.list-item--with-section-label .list-item__heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 816px) {
  .list-item--with-section-label .list-item__heading {
    position: static;
    top: none;
    transform: none;
  }
}

.list-item__hover-circle {
  top: -0.35rem;
  right: -0.7rem;
}

.list-item__heading {
  float: left;
  width: calc(100% - 7rem - 2.25rem - 20px);
}

@media only screen and (max-width: 816px) {
  .list-item__heading {
    float: left;
    width: auto;
  }
}

@media only screen and (max-width: 608px) {
  .list-item__heading {
    padding-bottom: 0px;
    padding-top: 0.2rem;
    line-height: 1.2em;
  }
}

.list-item__right {
  position: relative;
}

.list-item__right time {
  display: inline-block;
  width: 6.5rem;
}

.list-item__right--aligned-left {
  float: right;
  width: calc(6.5rem + 2.25rem);
}

@media only screen and (max-width: 816px) {
  .list-item__right--aligned-left {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 608px) {
  .list-item__right--aligned-left {
    font-size: 0.75rem;
    text-align: left;
  }
}

.list-item__right--aligned-right {
  float: right;
}

.list-item__download-icon {
  position: relative;
  top: 0.2rem;
  right: -2.5px;
  padding-left: 20px;
}

.list-item__arrow {
  display: inline-block;
  position: relative;
  right: 0.1rem;
}

.list-item .label-with-arrow__copy {
  line-height: 1em;
}

.list-item .label-with-arrow__hover-circle {
  top: -8px;
  right: -40px;
}

.load-more {
  display: block;
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "NimbusSanNov-SemBol", Arial, sans-serif;
  text-align: center;
}

.load-more .circular-button, .load-more .page-builder__gallery__arrow-container {
  font-weight: bold;
  font-size: 1.5rem;
}

.load-more .plus {
  width: 15px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.load-more .plus:first-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.load-more .circular-button, .load-more .page-builder__gallery__arrow-container, .load-more .circular-button__caption {
  transition: all 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
}

.no-touchevents .load-more:hover .circular-button, .no-touchevents .load-more:hover .page-builder__gallery__arrow-container {
  background: #C80303;
}

.no-touchevents .load-more:hover .circular-button__caption {
  color: #C80303;
}

.recommendation-section .load-more {
  margin-bottom: 0;
}

.noscroll {
  overflow: hidden;
}

.page-builder__container:after {
  display: block;
  clear: both;
  content: "";
}

.page-builder__row {
  width: 57.44680851%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 816px) {
  .page-builder__row {
    width: 74.46808511%;
    float: left;
    margin-right: 2.12765957%;
  }
}

@media only screen and (max-width: 608px) {
  .page-builder__row {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.page-builder__text, .person-entry__text {
  word-wrap: break-word;
}

@media only screen and (max-width: 608px) {
  .page-builder__text, .person-entry__text {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media only screen and (max-width: 608px) {
  .page-builder__title {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media only screen and (max-width: 608px) {
  .page-builder__title--big {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.page-builder__title--small {
  margin-bottom: 1.5rem !important;
  line-height: 1.5rem;
}

@media only screen and (max-width: 608px) {
  .page-builder__quote {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.page-builder__quote p {
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.1em;
  padding-left: 2rem;
}

.page-builder__quote p:before {
  content: "«";
}

.page-builder__quote p:after {
  content: "»";
}

@media only screen and (max-width: 608px) {
  .page-builder__quote p {
    font-size: 0.9rem;
    line-height: 1.35em;
    padding-left: 0;
  }
}

.page-builder__quote footer {
  margin-top: 10px;
  padding-left: 2rem;
}

.page-builder__quote footer:before {
  content: "— ";
}

@media only screen and (max-width: 608px) {
  .page-builder__quote footer {
    margin-top: 5px;
    padding-left: 0;
  }
}

.page-builder__visuals {
  width: 83.33333333%;
  float: left;
  margin-left: 8.33333333%;
}

@media only screen and (max-width: 816px) {
  .page-builder__visuals {
    width: 83.33333333%;
    float: left;
    margin-left: 8.33333333%;
  }
}

@media only screen and (max-width: 608px) {
  .page-builder__visuals {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.page-builder__visuals-container {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.page-builder__caption {
  width: 58.33333333%;
  float: left;
  margin-left: 8.33333333%;
  padding-top: 2rem;
  line-height: 1.34em;
  color: #506672;
}

@media only screen and (max-width: 816px) {
  .page-builder__caption {
    width: 75%;
    float: left;
    margin-left: 8.33333333%;
  }
}

@media only screen and (max-width: 608px) {
  .page-builder__caption {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media only screen and (max-width: 608px) {
  .page-builder__gallery {
    padding-bottom: 1rem;
    background: #f2f6f9;
  }
}

.page-builder__gallery__img {
  width: 100%;
  height: 40vw;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 608px) {
  .page-builder__gallery__img {
    height: 100vw;
  }
}

.page-builder__gallery__item {
  position: relative;
  width: 100%;
  padding: 0 90px;
}

@media only screen and (max-width: 608px) {
  .page-builder__gallery__item {
    padding: 0;
  }
}

.page-builder__gallery__caption {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.page-builder__gallery__caption__text {
  width: 60%;
  float: left;
  margin-left: -90px;
}

@media only screen and (max-width: 816px) {
  .page-builder__gallery__caption__text {
    width: 90%;
    float: left;
  }
}

@media only screen and (max-width: 608px) {
  .page-builder__gallery__caption__text {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0;
    height: 40px;
    overflow: hidden;
    transition: height 0.4s ease-in-out;
  }
}

.page-builder__gallery__caption__expand {
  display: none;
  text-decoration: underline;
}

@media only screen and (max-width: 608px) {
  .page-builder__gallery__caption__expand {
    display: inline-block;
  }
}

.page-builder__gallery__caption__expand:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  left: 8px;
  width: 12px;
  height: 6px;
  background-image: url("../images/down-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}

.page-builder__gallery__item.open .page-builder__gallery__caption__expand:after {
  transform: rotate(-180deg);
}

.page-builder__gallery__item.open .hide-when-open {
  display: none;
}

.flickity-viewport {
  transition: height 0.4s ease-in-out;
}

.page-builder__gallery__indicator {
  float: right;
  line-height: 1.34em;
  color: #506672;
}

@media only screen and (max-width: 608px) {
  .page-builder__gallery__indicator {
    padding-top: 0.5rem;
    padding-right: 0.75rem;
  }
}

.page-builder__gallery__arrow-container {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #DDE8EF;
  font-weight: bold;
  background: #fff;
}

@media only screen and (max-width: 608px) {
  .page-builder__gallery__arrow-container {
    display: none;
  }
}

.page-builder__gallery__arrow-container--prev {
  left: 0;
}

.page-builder__gallery__arrow-container--next {
  right: 0;
}

.page-builder__gallery__arrow-container span {
  color: #FF0000;
}

.page-builder__text-img__container {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 608px) {
  .page-builder__text-img__container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.page-builder__text-img__text {
  width: 57.44680851%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 608px) {
  .page-builder__text-img__text {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.page-builder__text-img__img-with-caption {
  width: 31.91489362%;
  float: right;
  margin-right: 0;
}

@media only screen and (max-width: 608px) {
  .page-builder__text-img__img-with-caption {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: block;
    padding-left: 8vw;
    padding-right: 8vw;
    margin-left: 0;
    margin-bottom: 3rem;
    clear: both;
  }
}

.page-builder__text-img__img-with-caption__img {
  width: 100%;
}

.page-builder__text-img__img-with-caption__caption {
  width: 100%;
  padding: 0;
  margin: 0;
}

.page-builder__video {
  position: relative;
  position: relative;
}

.page-builder__video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.page-builder__video > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.page-builder__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 608px) {
  .page-builder__list-wrap {
    padding-left: 0.75rem;
  }
}

.page-builder__list--ordered,
.page-builder__text ol,
.person-entry__text ol,
.page-builder__text-img__text ol {
  margin-left: 0;
  padding-left: 2em;
  counter-reset: li;
  list-style: none;
}

@media only screen and (max-width: 816px) {
  .page-builder__list--ordered,
  .page-builder__text ol,
  .person-entry__text ol,
  .page-builder__text-img__text ol {
    padding-left: 1em;
  }
}

@media only screen and (max-width: 608px) {
  .page-builder__list--ordered,
  .page-builder__text ol,
  .person-entry__text ol,
  .page-builder__text-img__text ol {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.page-builder__list--ordered > li:before,
.page-builder__text ol > li:before,
.person-entry__text ol > li:before,
.page-builder__text-img__text ol > li:before {
  width: 2em;
  margin-left: -2em;
  display: inline-block;
  content: counter(li) ".";
  counter-increment: li;
}

@media only screen and (max-width: 816px) {
  .page-builder__list--ordered > li:before,
  .page-builder__text ol > li:before,
  .person-entry__text ol > li:before,
  .page-builder__text-img__text ol > li:before {
    width: 1em;
    margin-left: -1em;
  }
}

.page-builder__list--unordered,
.page-builder__text ul,
.person-entry__text ul,
.page-builder__text-img__text ul {
  margin-left: 0;
  padding-left: 2em;
  list-style: none;
}

@media only screen and (max-width: 816px) {
  .page-builder__list--unordered,
  .page-builder__text ul,
  .person-entry__text ul,
  .page-builder__text-img__text ul {
    padding-left: 1em;
  }
}

@media only screen and (max-width: 608px) {
  .page-builder__list--unordered,
  .page-builder__text ul,
  .person-entry__text ul,
  .page-builder__text-img__text ul {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.page-builder__list--unordered > li:before,
.page-builder__text ul > li:before,
.person-entry__text ul > li:before,
.page-builder__text-img__text ul > li:before {
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  content: "–";
}

@media only screen and (max-width: 816px) {
  .page-builder__list--unordered > li:before,
  .page-builder__text ul > li:before,
  .person-entry__text ul > li:before,
  .page-builder__text-img__text ul > li:before {
    width: 1em;
    margin-left: -1em;
  }
}

.page-builder__cta-button {
  display: block;
  width: 50%;
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
  transition: background 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
}

@media only screen and (max-width: 90rem) {
  .page-builder__cta-button {
    width: 70%;
  }
}

@media only screen and (max-width: 816px) {
  .page-builder__cta-button {
    width: 80%;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 20rem) {
  .page-builder__cta-button {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 608px) {
  .page-builder__cta-button {
    width: auto;
    font-size: 0.75rem;
    font-family: "NimbusSanNov-Bol", Arial, sans-serif;
    text-transform: capitalize;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}

.no-touchevents .page-builder__cta-button:hover {
  background: #C80303;
}

.page-builder__candidates:before, .page-builder__candidates:after {
  content: " ";
  display: table;
}

.page-builder__candidates:after {
  clear: both;
}

@media only screen and (min-width: 816px) {
  .page-intro .page-lead {
    font-size: 1.6rem;
    line-height: 1.2em;
  }
}

.pagination {
  position: relative;
}

.pagination-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.pagination-list-item {
  position: relative;
  margin-right: 8px;
}

@media only screen and (max-width: 60rem) {
  .pagination-list-item {
    display: none;
  }
}

@media only screen and (max-width: 60rem) {
  .pagination-list-item.current {
    display: block;
  }
}

@media only screen and (max-width: 60rem) {
  .pagination-list-item.previous,
  .pagination-list-item.after {
    display: block;
  }
}

@media only screen and (max-width: 608px) {
  .pagination-list-item.previous,
  .pagination-list-item.after {
    display: none;
  }
}

.pagination-list-item--dots {
  display: block;
  width: 3rem;
  height: 3rem;
}

@media only screen and (max-width: 60rem) {
  .pagination-list-item--dots {
    display: none;
  }
}

.pagination-list-item--dots.first {
  border-left: 1px solid #DDE8EF;
}

.pagination-list-item--dots.last {
  border-right: 1px solid #DDE8EF;
}

.pagination-list-item .hover--scale-circle {
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: #DDE8EF !important;
}

@media only screen and (max-width: 608px) {
  .pagination-list-item .hover--scale-circle {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.pagination-arrow--left {
  position: absolute;
  left: 0;
}

.pagination-arrow--right {
  position: absolute;
  right: 0;
}

.no-touchevents .pagination-arrow:hover .circular-button, .no-touchevents .pagination-arrow:hover .page-builder__gallery__arrow-container {
  background: #C80303;
  transition: all 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
}

.person-list-item {
  width: 31.91489362%;
  float: left;
}

.person-list-item:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.person-list-item:nth-child(3n + 2) {
  margin-left: 34.04255319%;
  margin-right: -100%;
  clear: none;
}

.person-list-item:nth-child(3n + 3) {
  margin-left: 68.08510638%;
  margin-right: -100%;
  clear: none;
}

@media only screen and (max-width: 816px) {
  .person-list-item {
    width: 48.93617021%;
    float: left;
  }
  .person-list-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .person-list-item:nth-child(2n + 2) {
    margin-left: 51.06382979%;
    margin-right: -100%;
    clear: none;
  }
}

@media only screen and (max-width: 608px) {
  .person-list-item {
    width: 100%;
    float: left;
    clear: both !important;
  }
  .person-list-item:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
}

.person-list-item__image-container {
  position: relative;
  width: 46.66666667%;
  float: left;
  margin-right: 6.66666667%;
  position: relative;
  background: rgba(221, 232, 239, 0.5);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.person-list-item__image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.person-list-item__image-container > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.person-list-item__text {
  width: 73.33333333%;
  float: left;
  margin-right: 6.66666667%;
}

@media only screen and (max-width: 608px) {
  .person-list-item__text {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.person-list-item__heading {
  margin: 0;
  padding-top: 0;
  line-height: 1.5em;
}

.recommendation-section:before, .recommendation-section:after {
  content: " ";
  display: table;
}

.recommendation-section:after {
  clear: both;
}

.recommendation-section ul:before, .recommendation-section ul:after, .recommendation-section div:before, .recommendation-section div:after {
  content: " ";
  display: table;
}

.recommendation-section ul:after, .recommendation-section div:after {
  clear: both;
}

.recommendation-heading {
  clear: both;
}

@media only screen and (max-width: 608px) {
  .recommendation-heading {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    line-height: 1.2em;
  }
}

.recommendation-list-container {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #DDE8EF;
}

.section-label {
  position: relative;
  padding-left: 1rem;
  color: #506672;
}

.section-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #506672;
  border-radius: 100%;
}

.campaign-list-container {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #DDE8EF;
}

.campaign-list-item {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  min-height: 30rem;
  padding: 2rem;
  border: 1px solid #DDE8EF;
  border-top: none;
}

@media only screen and (max-width: 816px) {
  .campaign-list-item {
    min-height: 25rem;
  }
}

@media only screen and (max-width: 608px) {
  .campaign-list-item {
    min-height: 0;
    padding: 0.75rem;
  }
}

.campaign-list-item__heading {
  width: 82.9787234%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 816px) {
  .campaign-list-item__heading {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 608px) {
  .campaign-list-item__heading {
    margin-bottom: 1.5rem;
  }
}

.campaign-list-item__intro-text {
  width: 57.44680851%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 608px) {
  .campaign-list-item__intro-text {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.9rem;
  }
}

.campaign-list-item__img-container {
  width: 31.91489362%;
  float: right;
  margin-right: 0;
}

@media only screen and (max-width: 608px) {
  .campaign-list-item__img-container {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.campaign-list-item__img-container .portrait-img {
  height: 31.91489362%;
}

@media only screen and (max-width: 608px) {
  .campaign-list-item__img {
    margin-bottom: 0.9rem;
  }
}

.campaign-list-item__arrow {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}

@media only screen and (max-width: 608px) {
  .campaign-list-item__arrow {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 0.9rem;
  }
}

.site-footer {
  max-width: 69rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 90rem) {
  .site-footer {
    max-width: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .site-footer:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 816px) {
  .site-footer {
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .site-footer:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 608px) {
  .site-footer {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .site-footer:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.site-footer:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (max-width: 990px) {
  .site-footer {
    padding-bottom: 0;
  }
}

.site-footer input {
  border: none;
}

.site-footer__social-links-and-meta-navigation {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  color: #506672;
}

@media only screen and (max-width: 990px) {
  .site-footer__social-links-and-meta-navigation {
    margin-top: 0;
  }
}

@media only screen and (max-width: 375px) {
  .site-footer__social-links-and-meta-navigation {
    font-size: 0.6rem;
  }
}

.site-footer__meta-navigation {
  float: right;
}

.site-footer__meta-navigation li {
  display: inline-block;
  padding-right: 3em;
}

@media only screen and (max-width: 608px) {
  .site-footer__meta-navigation li {
    padding-right: 1em;
  }
}

.site-footer__meta-navigation li:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 990px) {
  .site-footer__meta-navigation {
    float: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.site-footer__newsletter__box {
  width: 25%;
  float: left;
}

@media only screen and (min-width: 816px) {
  .site-footer__newsletter__box:not(:nth-child(4n + 1)) {
    border-left: none;
  }
}

@media only screen and (min-width: 609px) and (max-width: 816px) {
  .site-footer__newsletter__box {
    width: 33.33333333%;
    float: left;
  }
  .site-footer__newsletter__box:first-child {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .site-footer__newsletter__box:not(:nth-child(-n + 2)) {
    border-left: none;
  }
  .site-footer__newsletter__box:not(:nth-child(-n + 1)) {
    border-top: none;
  }
}

@media only screen and (max-width: 608px) {
  .site-footer__newsletter__box {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-left: none;
    border-right: none;
  }
  .site-footer__newsletter__box:nth-child(n + 2) {
    border-top: none;
  }
}

.site-footer__newsletter__heading {
  position: relative;
  height: calc(4.4rem + (2 * 1px));
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
  color: #000;
}

@media only screen and (max-width: 816px) {
  .site-footer__newsletter__heading {
    height: calc(3.42rem + (2 * 1px));
  }
}

@media only screen and (max-width: 608px) {
  .site-footer__newsletter__heading {
    height: calc(2.97rem + (2 * 1px));
    border-top: none;
  }
}

.site-footer__newsletter__heading__inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  right: 1.5rem;
  transform: translateY(-50%);
}

@media only screen and (max-width: 816px) {
  .site-footer__newsletter__heading__inner {
    left: 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .site-footer__newsletter__heading__inner {
    left: 0.75rem;
  }
}

.site-footer__newsletter__submit {
  float: right;
  padding-top: 1rem;
  font-family: "NimbusSanNov-SemBol", Arial, sans-serif;
  cursor: pointer;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 608px) {
  .site-footer__newsletter__submit {
    padding-right: 0.75rem;
  }
}

.site-footer__newsletter__submit .circular-button, .site-footer__newsletter__submit .page-builder__gallery__arrow-container {
  transition: all 0.4s ease;
}

.site-footer__newsletter__submit:after {
  content: '';
  display: block;
  clear: both;
}

.no-touchevents .site-footer__newsletter__submit:hover {
  transform: translateX(15px);
}

.no-touchevents .site-footer__newsletter__submit:hover .circular-button, .no-touchevents .site-footer__newsletter__submit:hover .page-builder__gallery__arrow-container {
  transform: scale(1.1);
}

.site-footer__participate-button-container {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2.5rem;
}

.site-footer__participate-button {
  width: 48.93617021%;
  float: left;
  margin-right: 2.12765957%;
  font-family: "Replica-Bold", Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  transition: background 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
}

.site-footer__participate-button:nth-child(2n) {
  width: 48.93617021%;
  float: right;
  margin-right: 0;
}

@media only screen and (max-width: 816px) {
  .site-footer__participate-button {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .site-footer__participate-button {
    font-size: 0.75rem;
    font-family: "NimbusSanNov-Bol", Arial, sans-serif;
    text-transform: capitalize;
  }
}

@media only screen and (max-width: 20rem) {
  .site-footer__participate-button {
    font-size: 0.8rem;
  }
}

.no-touchevents .site-footer__participate-button:hover {
  background: #C80303;
}

.site-footer__social-links {
  float: left;
}

.site-footer__social-links li {
  display: inline-block;
  padding-right: 3em;
}

@media only screen and (max-width: 816px) {
  .site-footer__social-links li {
    padding-right: 2em;
  }
}

.site-footer__social-links li:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 990px) {
  .site-footer__social-links {
    float: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #DDE8EF;
  }
}

.site-footer__social-link-icon {
  vertical-align: text-bottom;
}

.site-footer__social-link-icon--twitter {
  position: relative;
  top: -1px;
  height: 0.75rem;
}

.site-footer__social-link-icon--instagram {
  position: relative;
  top: -2px;
}

.site-footer__social-link-caption {
  margin-left: 10px;
}

@media only screen and (max-width: 608px) {
  .site-footer__social-links li {
    padding-right: 1em;
  }
}

.site-header {
  max-width: 69rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (max-width: 90rem) {
  .site-header {
    max-width: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .site-header:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 816px) {
  .site-header {
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .site-header:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 608px) {
  .site-header {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .site-header:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.site-header:after {
  content: " ";
  display: block;
  clear: both;
}

.site-header__logo-main-nav-hamburger-wrap {
  position: relative;
  margin-top: 0.2rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 1177px) {
  .site-header__logo-main-nav-hamburger-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.site-header__fixed-mobile {
  position: relative;
  height: 5rem;
  background: #fff;
}

@media only screen and (max-width: 816px) {
  .site-header__fixed-mobile {
    height: 3.6rem;
  }
}

@media only screen and (max-width: 1177px) {
  .site-header__fixed-mobile {
    height: 3.15rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    margin-top: 0;
    padding-top: 0.75rem;
    z-index: 2;
    border-bottom: 1px solid #DDE8EF;
  }
}

.site-header.mobile-nav-active .site-header__fixed-mobile {
  border: none;
}

.site-header__section-title {
  position: absolute;
  top: 50%;
  left: 67px;
  transform: translateY(-50%);
  width: 400px;
  padding-left: 1.5rem;
}

@media only screen and (max-width: 1177px) {
  .site-header__section-title {
    width: 220px;
  }
}

@media only screen and (max-width: 816px) {
  .site-header__section-title {
    left: calc(45px + 1rem);
    padding-left: 0.5rem;
  }
}

@media only screen and (max-width: 608px) {
  .site-header__section-title {
    left: calc(32px + 0.75rem);
  }
}

.site-header__section-title__section-name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  padding-top: 0;
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
}

@media only screen and (max-width: 1177px) {
  .site-header__section-title__section-name {
    padding-top: 5px;
  }
}

.site-header__section-title__change-section {
  position: absolute;
  top: 50%;
  transform: translateY(0.4rem);
  padding-right: 18px;
  transition: all 0.5s ease;
  color: #4A4A4A;
}

@media only screen and (max-width: 1177px) {
  .site-header__section-title__change-section {
    display: none;
  }
}

.site-header__section-title__change-section:hover {
  opacity: 0.7;
  transform: translateY(0.5rem);
}

.site-header__section-title__change-section:hover:after {
  transform: rotate(-90deg);
  top: 40%;
}

.site-header__section-title__change-section:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background-image: url("../images/down-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}

.site-header.mobile-nav-active .site-header__section-title__change-section {
  display: block;
}

.site-logo {
  width: 100%;
}

.site-logo__wrap {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 67px;
  height: 67px;
}

@media only screen and (max-width: 1177px) {
  .site-logo__wrap {
    left: 1.5rem;
    max-width: 45px;
    max-height: 45px;
  }
}

@media only screen and (max-width: 816px) {
  .site-logo__wrap {
    left: 1rem;
    width: 45px;
    height: 45px;
  }
}

@media only screen and (max-width: 608px) {
  .site-logo__wrap {
    left: 0.75rem;
    width: 32px;
    height: 32px;
  }
}

.site-navigation {
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
}

.site-navigation--sub {
  margin: 0;
  font-size: 1.25rem;
}

@media only screen and (max-width: 1177px) {
  .site-navigation--sub {
    font-size: 0.9rem;
    margin-top: calc(-1 * 5rem);
    padding-top: 1rem;
  }
}

@media only screen and (max-width: 816px) {
  .site-navigation--sub {
    padding-top: 0.5rem;
    margin-top: calc(-1 * 3rem);
  }
}

@media only screen and (max-width: 608px) {
  .site-navigation--sub {
    padding-top: 0.5rem;
    margin-top: calc(-1 * 3rem);
  }
}

.site-navigation--main {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  text-align: right;
  max-width: calc(100% - 15rem);
}

@media only screen and (max-width: 1177px) {
  .site-navigation--main {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    opacity: 0;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 100vw;
    width: 100vw;
    padding-right: 0;
    background: #fff;
    text-align: left;
    z-index: 1;
    transition: opacity 0.3s 0.5s ease-in-out, padding 0s 0.7s, margin-top 0s 0.7s, transform 0s 0.7s;
  }
}

@media only screen and (max-width: 608px) {
  .site-navigation--main {
    max-width: 100vw;
    right: 0.75rem;
  }
}

.site-navigation--main ul {
  position: relative;
  padding-right: 20px;
  transform: translateX(0);
  transition: transform 0s 0.7s;
}

.mobile-safari .site-navigation--main ul {
  padding-bottom: 100px;
}

.site-navigation--sub__li {
  line-height: 2em;
}

.site-navigation__li {
  padding-right: 1.3rem;
  display: inline-block;
}

.site-navigation__li:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 1177px) {
  .site-navigation__li {
    padding-right: 0;
    display: block;
    line-height: 1.5rem;
  }
}

.site-navigation__li a {
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, padding-bottom 0.3s cubic-bezier(0.36, 0.52, 0.23, 0.93);
}

.site-navigation--sub__li a {
  border-width: 3px;
}

.current-page > a,
.current-subpage > a,
.no-touchevents .site-navigation__li a:hover {
  padding-bottom: 0px;
  border-color: #FF0000;
}

.site-navigation__li--search {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1177px) {
  .site-navigation__li--search {
    position: relative;
  }
}

@media only screen and (max-width: 1177px) {
  .site-navigation__li--search {
    display: inline-block;
  }
}

.site-navigation__li--search a {
  border: none;
}

.current-page__heading {
  display: none;
}

@media only screen and (max-width: 1177px) {
  .current-page__heading {
    display: block;
  }
}

.site-navigation--main.active {
  padding-top: 8.6rem;
}

@media only screen and (max-width: 816px) {
  .site-navigation--main.active {
    padding-top: 6.6rem;
  }
}

@media only screen and (max-width: 608px) {
  .site-navigation--main.active {
    padding-top: 6.15rem;
  }
}

@media only screen and (max-width: 1177px) {
  .site-navigation--main.active {
    transition: opacity 0.3s 0s, transform 0s 0s, padding 0s 0s, margin-top 0s 0s;
    opacity: 1;
    transform: translateY(0%);
  }
}

.site-navigation--main.active ul {
  transform: translateX(1.5rem) translateX(67px) translateX(0.5rem);
  transition: transform 0s 0s;
}

@media only screen and (max-width: 816px) {
  .site-navigation--main.active ul {
    transform: translateX(1rem) translateX(45px) translateX(0.5rem);
  }
}

@media only screen and (max-width: 608px) {
  .site-navigation--main.active ul {
    transform: translateX(0.75rem) translateX(32px) translateX(0.5rem);
  }
}

.site-navigation--main.active .site-navigation--main__li {
  opacity: 1;
}

@media only screen and (max-width: 1177px) {
  .site-navigation--main.active .site-navigation--main__li {
    animation: navigationIn 0.3s ease-in-out forwards;
  }
}

.site-navigation--main.active .site-navigation--main__li:nth-child(1) {
  animation-delay: 0s;
}

.site-navigation--main.active .site-navigation--main__li:nth-child(2) {
  animation-delay: 0.04s;
}

.site-navigation--main.active .site-navigation--main__li:nth-child(3) {
  animation-delay: 0.08s;
}

.site-navigation--main.active .site-navigation--main__li:nth-child(4) {
  animation-delay: 0.12s;
}

.site-navigation--main.active .site-navigation--main__li:nth-child(5) {
  animation-delay: 0.16s;
}

.site-navigation--main.active .site-navigation--main__li:nth-child(6) {
  animation-delay: 0.2s;
}

.site-navigation--main.active .site-navigation--main__li:nth-child(7) {
  animation-delay: 0.24s;
}

.site-navigation--main.active .site-navigation--main__li:nth-child(8) {
  animation-delay: 0.28s;
}

@media only screen and (max-width: 1177px) {
  .site-navigation--main__li {
    line-height: 2.7rem;
    animation: navigationOut 0.3s ease-in-out forwards;
  }
}

.site-navigation--main__li:nth-child(1) {
  animation-delay: 0s;
}

.site-navigation--main__li:nth-child(2) {
  animation-delay: 0.04s;
}

.site-navigation--main__li:nth-child(3) {
  animation-delay: 0.08s;
}

.site-navigation--main__li:nth-child(4) {
  animation-delay: 0.12s;
}

.site-navigation--main__li:nth-child(5) {
  animation-delay: 0.16s;
}

.site-navigation--main__li:nth-child(6) {
  animation-delay: 0.2s;
}

.site-navigation--main__li:nth-child(7) {
  animation-delay: 0.24s;
}

.site-navigation--main__li:nth-child(8) {
  animation-delay: 0.28s;
}

.search-icon-stroke {
  stroke: #000;
}

.site-navigation-search__hover-circle {
  top: -0.65rem;
  right: -0.65rem;
}

@media only screen and (max-width: 1177px) {
  .site-navigation-search__hover-circle {
    top: 0;
  }
}

.site-header__skiplinks {
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
}

.site-header__skiplink {
  position: absolute;
  top: -1000px;
  left: 0;
  z-index: 4;
}

.site-header__skiplink:focus {
  position: relative;
  top: auto;
}

.social-share-button {
  width: 31.91489362%;
  float: left;
  margin-right: 2.12765957%;
  height: 4.4rem;
  padding-left: 1.5rem;
  line-height: 4.4rem;
  text-align: left;
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
  color: #fff;
  transition: background 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
}

@media only screen and (min-width: 816px) {
  .social-share-button:nth-child(3n) {
    width: 31.91489362%;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 609px) and (max-width: 816px) {
  .social-share-button {
    width: 48.93617021%;
    float: left;
    margin-right: 2.12765957%;
    height: 3.42rem;
    padding-left: 1rem;
    line-height: 3.42rem;
  }
  .social-share-button:nth-child(2n) {
    width: 48.93617021%;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (max-width: 608px) {
  .social-share-button {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: 2.97rem;
    margin-bottom: 0.75rem;
    padding-left: 0.75rem;
    line-height: 2.97rem;
  }
}

.social-share-button__icon-container {
  display: inline-block;
  padding-right: 20px;
}

@media only screen and (max-width: 608px) {
  .social-share-button__icon-container {
    width: 45px;
  }
  .social-share-button__icon-container .social-share-button__icon {
    display: block;
    position: relative;
    top: 5px;
    margin: 0 auto;
  }
}

.social-share-button__icon {
  vertical-align: text-bottom;
}

.social-share-button--facebook {
  background: #39579A;
}

.no-touchevents .social-share-button--facebook:hover {
  background: #2b4273;
}

.social-share-button--twitter {
  background: #059FF5;
}

.no-touchevents .social-share-button--twitter:hover {
  background: #047dc3;
}

.text-entry__text {
  width: 66.66666667%;
  float: left;
  padding-right: 120px;
}

.text-entry__img {
  width: 33.33333333%;
  float: right;
  margin-right: 0;
}

@media only screen and (max-width: 608px) {
  .text-entry__text {
    float: none;
    padding-right: 0px;
  }
  .text-entry__img {
    float: none;
  }
}

.topic-box {
  height: calc((100vw - 1.5rem * 2) / 3);
  max-height: calc(69rem / 3);
  min-height: 0;
  border-color: #fff;
  overflow: hidden;
}

@media only screen and (min-width: 609px) and (max-width: 816px) {
  .topic-box {
    height: calc((100vw - 1rem * 2) / 2);
    max-height: none;
  }
}

@media only screen and (max-width: 608px) {
  .topic-box {
    height: 100vw;
    max-height: none;
  }
}

.topic-box__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(221, 232, 239, 0.5);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
}

.topic-box__heading {
  color: white;
}

@media only screen and (max-width: 608px) {
  .topic-box__section-label {
    min-height: 1.2rem;
  }
}

.topic-box__section-label .section-label {
  color: #fff;
}

.topic-boxes__container {
  border-color: #fff;
}

.no-touchevents .topic-box:hover .topic-box__background {
  transform: scale(1.05);
}

.voting-person__item {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.voting-person__heading__container {
  width: 66.66666667%;
  float: left;
  position: relative;
  height: 4.4rem;
  padding-left: 1rem;
  border: 2px solid #000;
  border-top: none;
}

@media only screen and (max-width: 608px) {
  .voting-person__heading__container {
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 2rem;
    border: none;
  }
}

.voting-person__names__container {
  position: relative;
  height: 4.4rem;
  width: 33.33333333%;
  float: right;
  margin-right: 0;
  margin-bottom: 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #DDE8EF;
  text-align: center;
}

@media only screen and (max-width: 608px) {
  .voting-person__names__container {
    position: relative;
    float: none;
    width: auto;
    height: auto;
    border: none;
    background: transparent;
    font-size: 0.9rem;
    font-family: "Replica-Bold", Arial, sans-serif;
    text-transform: uppercase;
    text-align: left;
  }
}

.voting-person__names {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 608px) {
  .voting-person__names {
    position: static;
    transform: none;
  }
}

.voting-person__heading {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 608px) {
  .voting-person__heading {
    float: none;
    position: relative;
    top: auto;
    transform: translateY(0);
    width: 100%;
    max-height: none;
  }
}

@media only screen and (max-width: 608px) {
  .voting-person__item {
    position: relative;
    padding: 0.75rem;
    border-bottom: 1px solid #DDE8EF;
  }
}

.voting-person__link {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #FF0000;
}

@media only screen and (max-width: 608px) {
  .voting-person__link {
    top: 0;
    right: 0;
    padding-right: 0.75rem;
    transform: translateY(0);
  }
}

.voting-recommendation__item {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.voting-recommendation__position__container {
  position: relative;
  height: 4.4rem;
  width: 23.07692308%;
  float: left;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (max-width: 608px) {
  .voting-recommendation__position__container {
    position: relative;
    float: left;
    height: 1.6rem;
    min-width: 70px;
    border: none;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}

@media only screen and (max-width: 608px) {
  .voting-recommendation__position {
    position: static;
    transform: none;
  }
}

.voting-recommendation__position__custom {
  font-family: "NimbusSanNov-Med", Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
}

.voting-recommendation__position--yes {
  background: #FF0000;
}

.voting-recommendation__position--no {
  background: #4A4A4A;
}

.voting-recommendation__position--none {
  background: #fff;
  color: #000;
}

.voting-recommendation__position--custom {
  background: #fff;
  color: #000;
  padding: 0 10px;
}

@media only screen and (max-width: 608px) {
  .voting-recommendation__position--custom {
    min-width: 240px;
    padding: 10px 10px;
    border: 2px solid #000;
    height: auto;
    line-height: 1.1em;
  }
}

.voting-recommendation__position--free {
  background: #4A4A4A;
  color: #fff;
}

@media only screen and (max-width: 608px) {
  .voting-recommendation__position--free {
    width: 200px;
  }
}

.voting-recommendation__heading__container {
  width: 76.92307692%;
  float: left;
  position: relative;
  height: 4.4rem;
  padding-left: 1rem;
  border: 2px solid #000;
  border-top: none;
}

@media only screen and (max-width: 608px) {
  .voting-recommendation__heading__container {
    position: static;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
    border: none;
  }
}

.voting-recommendation__heading {
  width: 57.44680851%;
  float: left;
  margin-right: 2.12765957%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 608px) {
  .voting-recommendation__heading {
    float: none;
    position: relative;
    top: auto;
    transform: translateY(0);
    width: 100%;
    max-height: none;
  }
}

.voting-recommendation__link {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #FF0000;
}

@media only screen and (max-width: 608px) {
  .voting-recommendation__link {
    right: 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .voting-recommendation__link {
    position: relative;
    float: right;
    top: auto;
    right: 0;
    padding-right: 0.75rem;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 608px) {
  .voting-recommendation__item {
    position: relative;
    padding: 0.75rem;
    border-bottom: 1px solid #DDE8EF;
  }
}

.votings-page .label-with-arrow__hover-circle {
  right: -0.8rem;
}

.votings-page .label-with-arrow__copy {
  display: inline-block;
  padding-right: 0;
  transition: all 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
}

.votings-page.no-touchevents .hover--trigger:hover .label-with-arrow__copy {
  padding-right: 20px;
}

.link-with-arrow {
  font-family: "NimbusSanNov-SemBol", Arial, sans-serif;
  color: #FF0000;
}

.link-with-arrow:visited {
  color: #FF0000;
}

.link-with-arrow__arrow {
  padding-left: 5px;
}

@media only screen and (max-width: 608px) {
  .link-with-arrow__arrow .arrow__triangle {
    top: 0px;
  }
}

@media only screen and (max-width: 608px) {
  .link-with-arrow__arrow .arrow__line {
    top: 3px;
  }
}

.label-with-arrow {
  position: relative;
  display: inline-block;
  font-family: "NimbusSanNov-SemBol", Arial, sans-serif;
  color: #FF0000;
}

.label-with-arrow:visited {
  color: #FF0000;
}

.label-with-arrow__arrow {
  display: inline-block;
  padding-left: 5px;
}

@media only screen and (max-width: 608px) {
  .label-with-arrow__arrow .arrow__triangle {
    top: 0px;
  }
}

@media only screen and (max-width: 608px) {
  .label-with-arrow__arrow .arrow__line {
    top: 3px;
  }
}

.label-with-arrow__copy {
  line-height: 2.25rem;
}

@media only screen and (max-width: 608px) {
  .label-with-arrow__copy {
    line-height: 1em;
  }
}

.label-with-arrow__hover-circle {
  top: 0;
  right: -40px;
}

@media only screen and (max-width: 608px) {
  .label-with-arrow__hover-circle {
    top: -0.4rem;
  }
}

.label-with-external-link {
  position: relative;
  display: inline-block;
  font-family: "NimbusSanNov-SemBol", Arial, sans-serif;
  color: #FF0000;
}

.label-with-external-link:visited {
  color: #FF0000;
}

.label-with-external-link__icon {
  display: inline-block;
  padding-left: 5px;
}

.label-with-external-link__copy {
  line-height: 2.25rem;
}

@media only screen and (max-width: 608px) {
  .label-with-external-link__copy {
    line-height: 1em;
  }
}

.position-paper .label-with-arrow {
  position: absolute;
  right: 0;
}

.position-paper .label-with-arrow__hover-circle {
  right: -0.8rem;
}

.position-paper .label-with-arrow__arrow {
  position: relative;
  top: -1px;
}

.position-paper.no-touchevents .hover--trigger:hover .label-with-arrow__copy {
  padding-right: 20px;
}

.donate-form-container {
  margin-left: -40px;
}

@media (max-width: 767px) {
  .donate-form-container {
    margin-left: 0;
  }
}

.article-page .page-builder__row {
  width: 57.44680851%;
  float: left;
  margin-right: 2.12765957%;
  margin-left: 25.53191489%;
}

@media only screen and (max-width: 816px) {
  .article-page .page-builder__row {
    width: 74.46808511%;
    float: left;
    margin-right: 2.12765957%;
    margin-left: 17.0212766%;
  }
}

@media only screen and (max-width: 608px) {
  .article-page .page-builder__row {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.article-page .page-builder__caption {
  width: 57.44680851%;
  float: left;
  margin-right: 2.12765957%;
  margin-left: 8.5106383%;
}

@media only screen and (max-width: 816px) {
  .article-page .page-builder__caption {
    width: 74.46808511%;
    float: left;
    margin-right: 2.12765957%;
    margin-left: 8.5106383%;
  }
}

@media only screen and (max-width: 608px) {
  .article-page .page-builder__caption {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.article-page .page-builder__gallery__item {
  width: 82.9787234%;
  float: left;
  margin-right: 2.12765957%;
  margin-left: 8.5106383%;
}

@media only screen and (max-width: 816px) {
  .article-page .page-builder__gallery__item {
    width: 82.9787234%;
    float: left;
    margin-right: 2.12765957%;
    margin-left: 8.5106383%;
  }
}

@media only screen and (max-width: 608px) {
  .article-page .page-builder__gallery__item {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.article-page .page-builder__gallery__item .page-builder__caption {
  width: 69.23076923%;
  float: left;
  margin-right: 2.56410256%;
  margin-left: 0;
}

@media only screen and (max-width: 816px) {
  .article-page .page-builder__gallery__item .page-builder__caption {
    width: 89.74358974%;
    float: left;
    margin-right: 2.56410256%;
  }
}

.article-page .page-builder__text-img__container {
  width: 57.44680851%;
  float: left;
  margin-right: 2.12765957%;
  margin-left: 25.53191489%;
}

@media only screen and (max-width: 816px) {
  .article-page .page-builder__text-img__container {
    width: 74.46808511%;
    float: left;
    margin-right: 2.12765957%;
    margin-left: 17.0212766%;
  }
}

@media only screen and (max-width: 608px) {
  .article-page .page-builder__text-img__container {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.article-page .page-builder__text-img__text {
  float: none;
  width: 100%;
}

.article-page .page-builder__text-img__img-with-caption__img {
  width: 90%;
  display: inline;
}

@media only screen and (max-width: 608px) {
  .article-page .page-builder__text-img__img-with-caption__img {
    width: 100%;
  }
}

.article-page .page-builder__text-img__img-with-caption__caption {
  width: 90%;
  padding: 0;
  margin: 0;
  display: inline;
}

.article-page .page-builder__text-img__img-with-caption {
  float: left;
  width: 57%;
  margin-left: -29.9%;
}

@media only screen and (max-width: 816px) {
  .article-page .page-builder__text-img__img-with-caption {
    margin-left: -11.8%;
  }
}

@media only screen and (max-width: 608px) {
  .article-page .page-builder__text-img__img-with-caption {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: block;
    padding-left: 8vw;
    padding-right: 8vw;
    margin-bottom: 3rem;
    margin-left: 0;
    clear: both;
  }
}

.article-page .list-item-container {
  width: 57.44680851%;
  float: left;
  margin-right: 2.12765957%;
  margin-left: 25.53191489%;
}

@media only screen and (max-width: 816px) {
  .article-page .list-item-container {
    width: 74.46808511%;
    float: left;
    margin-right: 2.12765957%;
    margin-left: 17.0212766%;
  }
}

@media only screen and (max-width: 608px) {
  .article-page .list-item-container {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.article-boxes__container:before, .article-boxes__container:after {
  content: " ";
  display: table;
}

.article-boxes__container:after {
  clear: both;
}

.candidate__name {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.consultations-page .label-with-arrow {
  position: absolute;
  right: 0;
}

.consultations-page .label-with-arrow__hover-circle {
  right: -0.8rem;
}

.consultations-page .label-with-arrow__arrow {
  position: relative;
  top: -1px;
}

.consultations-page.no-touchevents .hover--trigger:hover .label-with-arrow__copy {
  padding-right: 20px;
}

.contact__text {
  width: 57.44680851%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 608px) {
  .contact__text {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.error-page .error-text .text {
  max-width: 800px;
}

.event-entry__heading {
  width: 65.95744681%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 608px) {
  .event-entry__heading {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: 1rem;
  }
}

.event-entry__date-display {
  width: 31.91489362%;
  float: right;
  margin-right: 0;
  text-align: right;
  color: #FF0000;
}

@media only screen and (max-width: 608px) {
  .event-entry__date-display {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.event-entry__date-display__day {
  line-height: 0.7em;
  font-size: 20vw;
}

@media only screen and (max-width: 608px) {
  .event-entry__date-display__day {
    font-size: 5rem;
  }
}

.event-entry__detail {
  width: 65.95744681%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 608px) {
  .event-entry__detail {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.event-entry__detail__heading {
  display: inline-block;
  width: 8rem;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 1.5rem;
}

@media only screen and (max-width: 608px) {
  .event-entry__detail__heading {
    width: 4rem;
  }
}

.event-entry__detail__text {
  width: 57.44680851%;
  display: inline-block;
}

@media only screen and (max-width: 608px) {
  .event-entry__detail__text {
    width: calc(100vw - 5rem - 2 * 0.75rem);
  }
}

.event-entry__text {
  width: 65.95744681%;
  float: left;
  margin-right: 2.12765957%;
  display: inline-block;
}

@media only screen and (max-width: 608px) {
  .event-entry__text {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.event-entry__img {
  width: 82.9787234%;
  float: left;
  margin-right: 2.12765957%;
  margin-left: 8.5106383%;
  clear: both;
}

@media only screen and (max-width: 608px) {
  .event-entry__img {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.event-entry__calendar {
  clear: both;
  float: left;
  padding: 1.3rem 1.5rem;
  border: 1px solid #DDE8EF;
  text-align: left;
}

@media only screen and (max-width: 816px) {
  .event-entry__calendar {
    padding: 0.9rem 1rem;
  }
}

@media only screen and (max-width: 608px) {
  .event-entry__calendar {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    padding: 0.75rem;
    border-left: none;
    border-right: none;
  }
}

.event-entry__calendar__text {
  padding-right: 50px;
}

.event-entry__calendar__icon {
  padding-left: 4rem;
  position: relative;
  top: 0.25rem;
}

@media only screen and (max-width: 608px) {
  .event-entry__calendar__icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translate(0, -50%);
  }
}

.calendar__hover-circle {
  top: -0.78rem;
  right: -0.56rem;
}

@media only screen and (max-width: 608px) {
  .calendar__hover-circle {
    top: -0.58rem;
  }
}

.event-group-year {
  float: left;
  width: 100%;
}

.event-group-month:after {
  display: block;
  clear: both;
  margin-bottom: 3rem;
  content: "";
}

@media only screen and (max-width: 608px) {
  .events-page .list-filter__button {
    margin-bottom: 3rem;
    border-bottom: 1px solid #DDE8EF;
  }
}

@media only screen and (max-width: 608px) {
  .events-page .list-filters-container {
    margin-bottom: 3rem;
  }
}

.event-month-title {
  float: left;
  width: 100%;
}

.feature-box-container:before, .feature-box-container:after {
  content: " ";
  display: table;
}

.feature-box-container:after {
  clear: both;
}

.membership-link {
  width: 31.91489362%;
  float: left;
  margin-right: 2.12765957%;
  display: block;
  height: 4.4rem;
  margin-bottom: 5rem;
  clear: both;
  line-height: 4.4rem;
  color: #000;
}

@media only screen and (max-width: 816px) {
  .membership-link {
    width: 48.93617021%;
    float: left;
    margin-right: 2.12765957%;
    height: 3.42rem;
    line-height: 3.42rem;
  }
}

@media only screen and (max-width: 608px) {
  .membership-link {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: 2.97rem;
    margin-bottom: 0;
    margin-bottom: 3rem;
    border-top: 1px solid #DDE8EF !important;
    line-height: 2.97rem;
  }
}

.membership-link__arrow {
  color: #FF0000;
}

.organisationChart {
  max-width: 100%;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 608px) {
  .organisationChart {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.organisation-section__email,
.organisation-section__website,
.organisation-district__email,
.organisation-district__website {
  color: #506672;
  border-color: #506672;
}

.organisation-section__email:visited,
.organisation-section__website:visited,
.organisation-district__email:visited,
.organisation-district__website:visited {
  color: #506672;
}

.person-entry:before, .person-entry:after {
  content: " ";
  display: table;
}

.person-entry:after {
  clear: both;
}

.person-entry__img {
  width: 31.91489362%;
  float: right;
  margin-right: 0;
}

@media only screen and (max-width: 608px) {
  .person-entry__img {
    display: block;
    float: none;
    width: 50%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-left: 0;
    margin-bottom: 3rem;
  }
}

.person-entry__text {
  width: 65.95744681%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 608px) {
  .person-entry__text {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.press-contact-image-group__item {
  width: 31.91489362%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (min-width: 816px) {
  .press-contact-image-group__item:nth-child(3n) {
    width: 31.91489362%;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 609px) and (max-width: 816px) {
  .press-contact-image-group__item {
    width: 48.93617021%;
    float: left;
    margin-right: 2.12765957%;
  }
  .press-contact-image-group__item:nth-child(2n) {
    width: 48.93617021%;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (max-width: 608px) {
  .press-contact-image-group__item {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.press-contact-image-group__item__img {
  position: relative;
  width: 46.66666667%;
  float: left;
  margin-right: 6.66666667%;
  position: relative;
  background: rgba(221, 232, 239, 0.5);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.press-contact-image-group__item__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.press-contact-image-group__item__img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.press-contact-image-group__item__text {
  width: 73.33333333%;
  float: left;
  margin-right: 6.66666667%;
}

@media only screen and (max-width: 608px) {
  .press-contact-image-group__item__text {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.press-contact-image-group__item__heading {
  margin: 0;
  padding-top: 0;
}

.press-contact__text {
  width: 57.44680851%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 608px) {
  .press-contact__text {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.press-releases-page .label-with-arrow {
  position: absolute;
  right: 0;
}

.press-releases-page .label-with-arrow__hover-circle {
  right: -0.8rem;
}

.press-releases-page .label-with-arrow__arrow {
  position: relative;
  top: -1px;
}

.press-releases-page.no-touchevents .hover--trigger:hover .label-with-arrow__copy {
  padding-right: 20px;
}

.product-boxes__container:before, .product-boxes__container:after {
  content: " ";
  display: table;
}

.product-boxes__container:after {
  clear: both;
}

.shop-intro-text {
  max-width: 800px;
}

.shop-confirm-text {
  max-width: 800px;
}

.shop-order:before, .shop-order:after {
  content: " ";
  display: table;
}

.shop-order:after {
  clear: both;
}

.shop-form__input-box {
  clear: both;
}

.ordered-products-container {
  width: 48.93617021%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 816px) {
  .ordered-products-container {
    width: 57.44680851%;
    float: left;
    margin-right: 2.12765957%;
  }
}

@media only screen and (max-width: 608px) {
  .ordered-products-container {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.shipping-address-container,
.billing-address-and-checkbox-container {
  width: 31.91489362%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 816px) {
  .shipping-address-container,
  .billing-address-and-checkbox-container {
    width: 48.93617021%;
    float: left;
    margin-right: 2.12765957%;
  }
}

@media only screen and (max-width: 608px) {
  .shipping-address-container,
  .billing-address-and-checkbox-container {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.notes-container {
  width: 57.44680851%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 816px) {
  .notes-container {
    width: 74.46808511%;
    float: left;
    margin-right: 2.12765957%;
  }
}

@media only screen and (max-width: 608px) {
  .notes-container {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.product-order-row:before, .product-order-row:after {
  content: " ";
  display: table;
}

.product-order-row:after {
  clear: both;
}

.shop-form__input-box--quantity {
  width: 30.43478261%;
  float: left;
  margin-right: 4.34782609%;
  clear: none;
}

@media only screen and (max-width: 608px) {
  .shop-form__input-box--quantity {
    width: 33.33333333%;
    float: left;
    border: 1px solid #DDE8EF;
    margin-right: 0;
  }
}

.shop-form__input-box--quantity input {
  appereance: none;
}

.shop-form__input-box--name {
  width: 65.2173913%;
  float: right;
  margin-right: 0;
  clear: none;
}

@media only screen and (max-width: 608px) {
  .shop-form__input-box--name {
    width: 66.66666667%;
    float: right;
    margin-right: 0;
    border: 1px solid #DDE8EF;
    border-left: none;
  }
}

.shop-form__textarea {
  display: block;
  overflow: hidden;
  resize: none;
}

.shop-form__input-box.invalid,
.ordered-products-container.invalid .shop-form__input-box {
  border-color: #FF0000;
  border-width: 2px;
  background-image: url(../images/invalid-input-icon.svg);
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
}

.shop-form__input-box.invalid input::-webkit-input-placeholder,
.ordered-products-container.invalid .shop-form__input-box input::-webkit-input-placeholder {
  color: #FF0000;
}

.shop-form__input-box.invalid input:-moz-placeholder,
.ordered-products-container.invalid .shop-form__input-box input:-moz-placeholder {
  color: #FF0000;
}

.shop-form__input-box.invalid input::-moz-placeholder,
.ordered-products-container.invalid .shop-form__input-box input::-moz-placeholder {
  color: #FF0000;
}

.shop-form__input-box.invalid input:-ms-input-placeholder,
.ordered-products-container.invalid .shop-form__input-box input:-ms-input-placeholder {
  color: #FF0000;
}

@media only screen and (max-width: 816px) {
  .shop-form__input-box.invalid,
  .ordered-products-container.invalid .shop-form__input-box {
    background-position: right 1rem center;
  }
}

@media only screen and (max-width: 608px) {
  .shop-form__input-box.invalid,
  .ordered-products-container.invalid .shop-form__input-box {
    background-position: right 0.75rem center;
  }
}

.shop-form__input-box .validation-message {
  transform: translateY(-10px);
}

.validation-message {
  color: #FF0000;
}

.form-error {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-color: #FF0000;
  color: #FF0000;
}

.shop-form__submit {
  width: 23.40425532%;
  float: left;
  margin-right: 2.12765957%;
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
}

@media only screen and (max-width: 816px) {
  .shop-form__submit {
    width: 31.91489362%;
    float: left;
    margin-right: 2.12765957%;
  }
}

@media only screen and (max-width: 608px) {
  .shop-form__submit {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.shop-form__checkbox--use-same-address {
  opacity: 0;
}

.shop-form__checkbox--use-same-address:focus + label .circular-button, .shop-form__checkbox--use-same-address:focus + label .page-builder__gallery__arrow-container {
  border: 3px solid black;
}

.shop-form__input-label--use-same-address {
  display: block;
  cursor: pointer;
}

.shop-form__checkbox--use-same-address + label .circular-button, .shop-form__checkbox--use-same-address + label .page-builder__gallery__arrow-container {
  background: #fff;
  border: 2px solid #FF0000;
}

.shop-form__checkbox--use-same-address:checked + label .circular-button, .shop-form__checkbox--use-same-address:checked + label .page-builder__gallery__arrow-container {
  background: #FF0000;
}

.billing-address-container {
  display: none;
}

.shop-form__checkbox--use-same-address:not(:checked) ~ .billing-address-container {
  display: block;
}

.shop-form__add-lines {
  clear: both;
}

.shop-form__input-box input[type=number]::-webkit-inner-spin-button,
.shop-form__input-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.shop-confirm-message__button {
  width: 23.40425532%;
  float: left;
  margin-right: 2.12765957%;
}

@media only screen and (max-width: 816px) {
  .shop-confirm-message__button {
    width: 31.91489362%;
    float: left;
    margin-right: 2.12765957%;
  }
}

@media only screen and (max-width: 608px) {
  .shop-confirm-message__button {
    width: 48.93617021%;
    float: left;
    margin-right: 2.12765957%;
    height: 2.97rem;
    line-height: 2.97rem;
  }
  .shop-confirm-message__button:nth-child(2n) {
    width: 48.93617021%;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (max-width: 20rem) {
  .shop-confirm-message__button {
    font-size: 0.8rem;
  }
}

.shop-confirm-message__button:visited {
  color: #fff;
}

.sitemap-second-level__addon {
  color: #aaa;
}

@media only screen and (max-width: 608px) {
  .search-form {
    margin-left: 0.75rem;
  }
}

.search-form__input-box {
  float: left;
  width: 450px;
}

@media only screen and (max-width: 816px) {
  .search-form__input-box {
    width: 350px;
  }
}

@media only screen and (max-width: 608px) {
  .search-form__input-box {
    width: 65%;
  }
}

.search-form__submit {
  width: 160px;
  float: left;
  margin-left: 20px;
  font-family: "NimbusSanNov-Bol", Arial, sans-serif;
  transition: background 0.3s cubic-bezier(0.04, 0.32, 0, 0.72);
}

@media only screen and (max-width: 608px) {
  .search-form__submit {
    width: calc(35% - 10px);
    margin-left: 10px;
  }
}

.search-form__submit[disabled] {
  cursor: default;
  opacity: 0.5;
}

.search-results-container {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.search-result__title {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

@media only screen and (max-width: 608px) {
  .search-result__title {
    margin-left: 0.75rem;
  }
}

.search-result__block {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.voting-recommendation-ul {
  border-top: 2px solid #000;
}

.voting-recommendation-ul:before, .voting-recommendation-ul:after {
  content: " ";
  display: table;
}

.voting-recommendation-ul:after {
  clear: both;
}

@media only screen and (max-width: 608px) {
  .voting-recommendation-ul {
    border-top: 1px solid #DDE8EF;
  }
}

.voting-recommendation-ul:last-child {
  margin-bottom: 0;
}

.voting-submission:before, .voting-submission:after {
  content: " ";
  display: table;
}

.voting-submission:after {
  clear: both;
}

.topics-container:before, .topics-container:after {
  content: " ";
  display: table;
}

.topics-container:after {
  clear: both;
}

.sections-page-top {
  position: relative;
  color: #fff;
  background: #FF0000;
  height: 400px;
}

.sections-page-top:before, .sections-page-top:after {
  content: " ";
  display: table;
}

.sections-page-top:after {
  clear: both;
}

@media only screen and (max-width: 816px) {
  .sections-page-top {
    height: 300px;
  }
}

@media only screen and (max-width: 608px) {
  .sections-page-top {
    height: 200px;
  }
}

@media only screen and (max-width: 608px) {
  .sections-page-top {
    margin-bottom: 0;
  }
}

.sections-page-top__inner {
  max-width: 69rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 90rem) {
  .sections-page-top__inner {
    max-width: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sections-page-top__inner:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 816px) {
  .sections-page-top__inner {
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sections-page-top__inner:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 608px) {
  .sections-page-top__inner {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .sections-page-top__inner:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.sections-page-top__inner:after {
  content: " ";
  display: block;
  clear: both;
}

.sections-page-top__link-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("../images/section-close-icon-mobile.svg") center center no-repeat;
  background-size: 15px;
}

@media only screen and (max-width: 816px) {
  .sections-page-top__link-back {
    width: 15px;
    height: 15px;
  }
}

.sections-page-top__link-back__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 60%;
  transition: transform 0.15s cubic-bezier(0.41, 0.72, 0.45, 0.92);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media only screen and (max-width: 816px) {
  .sections-page-top__link-back__circle {
    display: none;
  }
}

.no-touchevents .sections-page-top__link-back:hover .sections-page-top__link-back__circle {
  transform: scale(1.2);
}

.sections-filter-search {
  margin-top: 136px;
}

@media only screen and (max-width: 816px) {
  .sections-filter-search {
    margin-top: 86px;
  }
}

@media only screen and (max-width: 608px) {
  .sections-filter-search {
    margin-top: 61px;
  }
}

.sections-filter-search__inner {
  position: relative;
  border-bottom: 1px solid #fff;
  width: 50%;
}

@media only screen and (max-width: 90rem) {
  .sections-filter-search__inner {
    width: 70%;
  }
}

@media only screen and (max-width: 816px) {
  .sections-filter-search__inner {
    width: 100%;
  }
}

.sections-filter-search__input {
  width: 100%;
  padding-right: 26px;
  border: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sections-filter-search__input:focus {
  outline: none;
}

.sections-filter-search__label {
  display: block;
}

@media only screen and (max-width: 608px) {
  .sections-filter-search__label {
    font-size: 0.75rem;
  }
}

.section-filter-search__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: url("../images/search-icon-input.svg") center center no-repeat;
  background-size: contain;
}

.sections-page-output {
  max-width: 69rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 90rem) {
  .sections-page-output {
    max-width: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sections-page-output:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 816px) {
  .sections-page-output {
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sections-page-output:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 608px) {
  .sections-page-output {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .sections-page-output:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.sections-page-output:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (max-width: 608px) {
  .sections-page-output .list-item-container:first-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 608px) {
  .sections-page-output .list-item-container:last-child {
    border-top: 0;
  }
}

.sections-page-output .section__link {
  position: relative;
  color: #506672;
  border-color: #506672;
}

.sections-page-output .section__link:visited {
  color: #506672;
}

.sections-page-output .section__link--external:after {
  content: '';
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url("../images/external-link.svg") center right no-repeat;
  background-size: contain;
}

.publications-page .label-with-arrow {
  position: absolute;
  right: 0;
}

.publications-page .label-with-arrow__hover-circle {
  right: -0.8rem;
}

.publications-page .label-with-arrow__arrow {
  position: relative;
  top: -1px;
}

.publications-page.no-touchevents .hover--trigger:hover .label-with-arrow__copy {
  padding-right: 20px;
}

.topic-page .list-item .label-with-arrow {
  position: absolute;
  right: 0;
}

.topic-page .list-item .label-with-arrow__hover-circle {
  right: -0.8rem;
}

.topic-page .list-item .label-with-arrow__arrow {
  position: relative;
  top: -1px;
}

.topic-page .list-item.no-touchevents .hover--trigger:hover .label-with-arrow__copy {
  padding-right: 20px;
}

@keyframes navigationIn {
  0% {
    opacity: 0;
    transform: translateX(-160px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes navigationOut {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(160px);
  }
}
