:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

.path-events .side-bar .bef-exposed-form,
.path-news .side-bar .bef-exposed-form {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  background: #333333;
}
.path-events .side-bar .bef-exposed-form .form--inline,
.path-news .side-bar .bef-exposed-form .form--inline {
  position: relative;
}
.path-events .side-bar .bef-exposed-form .form-item,
.path-news .side-bar .bef-exposed-form .form-item {
  float: none;
}
.path-events .side-bar .bef-exposed-form .form-type-textfield label,
.path-news .side-bar .bef-exposed-form .form-type-textfield label {
  display: none;
}
.path-events .side-bar .bef-exposed-form .form-type-textfield input:-ms-input-placeholder,
.path-news .side-bar .bef-exposed-form .form-type-textfield input:-ms-input-placeholder {
  color: #ccc;
}
.path-events .side-bar .bef-exposed-form .form-type-textfield input:-moz-placeholder,
.path-news .side-bar .bef-exposed-form .form-type-textfield input:-moz-placeholder {
  color: #ccc;
}
.path-events .side-bar .bef-exposed-form .form-type-textfield input::-moz-placeholder,
.path-news .side-bar .bef-exposed-form .form-type-textfield input::-moz-placeholder {
  color: #ccc;
}
.path-events .side-bar .bef-exposed-form .form-type-textfield input::-webkit-input-placeholder,
.path-news .side-bar .bef-exposed-form .form-type-textfield input::-webkit-input-placeholder {
  color: #ccc;
}
.path-events .side-bar .bef-exposed-form .form-type-textfield input::placeholder,
.path-news .side-bar .bef-exposed-form .form-type-textfield input::placeholder {
  color: #ccc;
}
.path-events .side-bar .bef-exposed-form .form-type-textfield input,
.path-news .side-bar .bef-exposed-form .form-type-textfield input {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 60px 8px 30px;
  padding: 0.5rem 3.75rem 0.5rem 1.875rem;
  background: #444444;
  border: 0;
  color: #ccc;
  font-weight: 300;
  margin: 0;
  width: 100%;
}
.path-events .side-bar .bef-exposed-form .form-actions,
.path-news .side-bar .bef-exposed-form .form-actions {
  right: 30px;
  right: 1.875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.path-events .side-bar .bef-exposed-form .form-actions input,
.path-news .side-bar .bef-exposed-form .form-actions input {
  height: 14px;
  height: 0.875rem;
  width: 14px;
  width: 0.875rem;
  font-size: 0;
  background: url("../../images/icons/search.png") no-repeat center;
  background-size: 14px auto;
}
.path-events .side-bar,
.path-news .side-bar {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  background-clip: content-box;
  background-color: #373737;
}
.path-events .side-bar .bef-exposed-form,
.path-news .side-bar .bef-exposed-form {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  background: #333333;
}
.path-events .side-bar .bef-exposed-form .form--inline,
.path-news .side-bar .bef-exposed-form .form--inline {
  position: relative;
}
.path-events .side-bar .bef-exposed-form .form-item,
.path-news .side-bar .bef-exposed-form .form-item {
  float: none;
}
.path-events .side-bar .bef-exposed-form .form-type-textfield label,
.path-news .side-bar .bef-exposed-form .form-type-textfield label {
  display: none;
}
.path-events .side-bar .bef-exposed-form .form-type-textfield input,
.path-news .side-bar .bef-exposed-form .form-type-textfield input {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 60px 8px 30px;
  padding: 0.5rem 3.75rem 0.5rem 1.875rem;
  background: #444444;
  border: 0;
  color: #ccc;
  font-weight: 300;
  margin: 0;
  width: 100%;
}
.path-events .side-bar .bef-exposed-form .form-actions,
.path-news .side-bar .bef-exposed-form .form-actions {
  right: 30px;
  right: 1.875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.path-events .side-bar .bef-exposed-form .form-actions input,
.path-news .side-bar .bef-exposed-form .form-actions input {
  height: 14px;
  height: 0.875rem;
  width: 14px;
  width: 0.875rem;
  font-size: 0;
  background: url("../../images/icons/search.png") no-repeat center;
  background-size: 14px auto;
}
.path-events .side-bar .block-facet--checkbox h2,
.path-events .side-bar .block-facet--links h2,
.path-news .side-bar .block-facet--checkbox h2,
.path-news .side-bar .block-facet--links h2 {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 30px 9px;
  padding: 0.625rem 1.875rem 0.5625rem;
  background: #444444;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.path-events .side-bar .block-facet--checkbox .facet-item,
.path-events .side-bar .block-facet--links .facet-item,
.path-news .side-bar .block-facet--checkbox .facet-item,
.path-news .side-bar .block-facet--links .facet-item {
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  line-height: 1;
  list-style: none;
}
.path-events .side-bar .block-facet--checkbox .facet-item label span,
.path-events .side-bar .block-facet--checkbox .facet-item > a,
.path-events .side-bar .block-facet--links .facet-item label span,
.path-events .side-bar .block-facet--links .facet-item > a,
.path-news .side-bar .block-facet--checkbox .facet-item label span,
.path-news .side-bar .block-facet--checkbox .facet-item > a,
.path-news .side-bar .block-facet--links .facet-item label span,
.path-news .side-bar .block-facet--links .facet-item > a {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #fff;
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.path-events .side-bar .block-facet--checkbox .back,
.path-news .side-bar .block-facet--checkbox .back {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.path-events .side-bar .block-facet--checkbox .back svg,
.path-news .side-bar .block-facet--checkbox .back svg {
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
  top: -2px;
}
.path-events .side-bar .block-facet--checkbox .facet-item label span,
.path-news .side-bar .block-facet--checkbox .facet-item label span {
  cursor: pointer;
  text-transform: none;
}
.path-events .side-bar .block-facet--checkbox input[type=checkbox],
.path-news .side-bar .block-facet--checkbox input[type=checkbox] {
  display: none;
}
.path-events .side-bar .block-facet--checkbox input[type=checkbox]:checked + label span,
.path-news .side-bar .block-facet--checkbox input[type=checkbox]:checked + label span {
  padding-right: 30px;
  padding-right: 1.875rem;
  color: #E25303;
  font-weight: 500;
}
.path-events .pager,
.path-news .pager {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
.path-events .pager .pager__items,
.path-news .pager .pager__items {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}
.path-events .pager .pager__items .pager__item--first,
.path-events .pager .pager__items .pager__item--last,
.path-news .pager .pager__items .pager__item--first,
.path-news .pager .pager__items .pager__item--last {
  display: none;
}
.path-events .pager .pager__items .line,
.path-news .pager .pager__items .line {
  background: #fff;
  flex: 1 0 auto;
  height: 1px;
}
.path-events .pager .pager__items .line.first,
.path-news .pager .pager__items .line.first {
  margin-left: 48px;
  margin-left: 3rem;
  margin-right: 40px;
  margin-right: 2.5rem;
}
.path-events .pager .pager__items .line.last,
.path-news .pager .pager__items .line.last {
  margin-left: 40px;
  margin-left: 2.5rem;
  margin-right: 40px;
  margin-right: 2.5rem;
}
.path-events .pager .pager__items li,
.path-news .pager .pager__items li {
  align-items: center;
  display: flex;
  flex-basis: 0;
}
.path-events .pager .pager__items .number,
.path-news .pager .pager__items .number {
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.path-events .pager .pager__items .number a,
.path-news .pager .pager__items .number a {
  height: 34px;
  height: 2.125rem;
  width: 34px;
  width: 2.125rem;
  align-items: center;
  background: #222222;
  color: #fff;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.path-events .pager .pager__items .number.is-active a,
.path-news .pager .pager__items .number.is-active a {
  background: #E25303;
}
@media (max-width: 767.98px) {
  .path-events .pager .pager__items .line.first,
  .path-events .pager .pager__items .line.last,
  .path-news .pager .pager__items .line.first,
  .path-news .pager .pager__items .line.last {
    margin-left: 15px;
    margin-left: 0.9375rem;
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
}
.path-events .main-content,
.path-news .main-content {
  background: #333333;
}
.path-events .view-events .views-row:last-child .node--type-events-teaser:after,
.path-events .view-events .views-row:last-child .node--type-news-teaser:after,
.path-events .view-news .views-row:last-child .node--type-events-teaser:after,
.path-events .view-news .views-row:last-child .node--type-news-teaser:after,
.path-news .view-events .views-row:last-child .node--type-events-teaser:after,
.path-news .view-events .views-row:last-child .node--type-news-teaser:after,
.path-news .view-news .views-row:last-child .node--type-events-teaser:after,
.path-news .view-news .views-row:last-child .node--type-news-teaser:after {
  display: none;
}
.path-events .view-events .view-content,
.path-events .view-news .view-content,
.path-news .view-events .view-content,
.path-news .view-news .view-content {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

/*# sourceMappingURL=news.css.map */
