html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.flex-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.flex-default > * {
  width: calc((100% / 1) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
@font-face {
  font-family: BranGBlack;
  src:
    url(../fonts/brandon-grotesque/webfont/BrandonGrotesque-Black.woff2)
      format("woff2"),
    url(../fonts/brandon-grotesque/webfont/BrandonGrotesque-Black.woff)
      format("woff");
  font-weight: 700;
}
@font-face {
  font-family: BranGRegular;
  src:
    url(../fonts/brandon-grotesque/webfont/BrandonGrotesque-Regular.woff2)
      format("woff2"),
    url(../fonts/brandon-grotesque/webfont/BrandonGrotesque-Regular.woff)
      format("woff");
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1.5;
}
html strong {
  font-weight: 900;
}
html *,
html ::after,
html ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin-top: 0;
}
body {
  overflow-x: hidden;
  margin: 0;
}
.h1,
h1 {
  margin-bottom: 30px;
}
.h2,
h2 {
  margin-bottom: 30px;
}
.h3,
h3 {
  margin-bottom: 30px;
}
.h4,
h4 {
  margin-bottom: 30px;
}
.h5,
h5 {
  margin-bottom: 30px;
}
blockquote,
ol,
p,
pre,
table,
ul {
  margin-bottom: 30px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}
sup {
  top: -0.5rem;
}
sub {
  bottom: -0.25rem;
}
.demo-transition.transition-opacity {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.demo-transition.transition-move::after {
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
@media screen and (prefers-reduced-motion: reduce) {
  *,
  ::after,
  ::before {
    -webkit-transition: unset !important;
    transition: unset !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.layout-container {
  position: relative;
}
.homepage .building-blocks,
.layout-contained,
.menu--footer {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.layout-contained--xlarge {
  max-width: 1170px;
}
.layout-contained--large {
  max-width: 1024px;
}
.layout-contained--medium {
  max-width: 768px;
}
.layout-contained--small {
  max-width: 640px;
}
.bg-primary {
  background: #202020;
}
.bg-primary--light {
  background: #464646;
}
.bg-primary--dark {
  background: #000;
}
.bg-secondary {
  background: #000;
}
.bg-secondary--light {
  background: #262626;
}
.bg-secondary--dark {
  background: #000;
}
.bg-tertiary {
  background: #849c25;
}
.bg-tertiary--light {
  background: #b3d13d;
}
.bg-tertiary--dark {
  background: #505e16;
}
.bg-white {
  background: #fff;
}
.bg-grey--lightest {
  background: #f6f6f6;
}
.bg-grey--lighter {
  background: #e8e8e8;
}
.bg-grey--light {
  background: #b0b0b0;
}
.bg-grey {
  background: #9b9b9b;
}
.bg-grey--dark {
  background: #828282;
}
.bg-grey--darker {
  background: #2c3643;
}
.bg-grey--darkest {
  background: #000;
}
.bg-black {
  background: #000;
}
.main {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 1rem;
  display: block;
}
@media (min-width: 480px) {
  .main {
    padding: 0 1rem;
  }
}
@media (min-width: 1224px) {
  .main {
    padding-right: calc(1rem + calc(-50vw + calc(1224px / 2)));
    padding-left: calc(1rem + calc(-50vw + calc(1224px / 2)));
  }
}
.pl-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.pl .sg-pattern-title,
.sg-main .sg-pattern-title {
  text-transform: none !important;
  color: #738ba3;
  font-size: 1.4rem !important;
}
.pl .sg-pattern-title a,
.sg-main .sg-pattern-title a {
  text-transform: uppercase !important;
  color: #1169ba !important;
  font-family: Calibre, serif;
  font-size: 2.2rem;
  font-weight: 500;
}
.pl .sg-subtype h2,
.sg-main .sg-subtype h2 {
  text-transform: uppercase;
  background-color: #2c3643;
  font-size: 3rem;
}
.pl .sg-subtype h2 a,
.sg-main .sg-subtype h2 a {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  padding: 1rem 1rem;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}
@media (min-width: 480px) {
  .pl .sg-subtype h2 a,
  .sg-main .sg-subtype h2 a {
    padding: 1rem 1rem;
  }
}
@media (min-width: 1224px) {
  .pl .sg-subtype h2 a,
  .sg-main .sg-subtype h2 a {
    padding-right: calc(1rem + calc(-50vw + calc(1224px / 2)));
    padding-left: calc(1rem + calc(-50vw + calc(1224px / 2)));
  }
}
.pl .sg-pattern > div,
.sg-main .sg-pattern > div {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 480px) {
  .pl .sg-pattern > div,
  .sg-main .sg-pattern > div {
    padding: 0 1rem;
  }
}
@media (min-width: 1224px) {
  .pl .sg-pattern > div,
  .sg-main .sg-pattern > div {
    padding-right: calc(1rem + calc(-50vw + calc(1224px / 2)));
    padding-left: calc(1rem + calc(-50vw + calc(1224px / 2)));
  }
}
.pl .sg-pattern-extra-info,
.sg-main .sg-pattern-extra-info {
  width: 100%;
}
.pl .sg-pattern-extra-code,
.sg-main .sg-pattern-extra-code {
  display: none;
}
.pl .visually-hidden,
.sg-main .visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.pl .sg-colors,
.sg-main .sg-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pl .sg-colors li,
.sg-main .sg-colors li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 180px;
  flex: 1 0 180px;
  margin: 0 0.5rem 1rem;
  -webkit-box-shadow: 1px 2px 5px #e8e8e8;
  box-shadow: 1px 2px 5px #e8e8e8;
}
.pl .sg-colors .sg-swatch,
.pl .sg-colors__sample,
.sg-main .sg-colors .sg-swatch,
.sg-main .sg-colors__sample {
  display: block;
  height: 100px;
  margin-bottom: 0.3em;
}
.pl .sg-colors .sg-info,
.sg-main .sg-colors .sg-info {
  padding: 0.4em;
}
.pl .sg-colors .sg-info span,
.sg-main .sg-colors .sg-info span {
  display: block;
}
.pl .sg-icons,
.sg-main .sg-icons {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 480px) {
  .pl .sg-icons,
  .sg-main .sg-icons {
    padding: 0 1rem;
  }
}
@media (min-width: 1224px) {
  .pl .sg-icons,
  .sg-main .sg-icons {
    padding-right: calc(1rem + calc(-50vw + calc(1224px / 2)));
    padding-left: calc(1rem + calc(-50vw + calc(1224px / 2)));
  }
}
.pl .sg-icons li,
.sg-main .sg-icons li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 0.5rem 1rem;
  padding: 0.5em;
  text-align: center;
  -webkit-box-shadow: 1px 2px 5px #e8e8e8;
  box-shadow: 1px 2px 5px #e8e8e8;
}
.pl .sg-icons .sg-info,
.sg-main .sg-icons .sg-info {
  padding: 0.4em;
}
.pl .sg-icons .sg-info:focus,
.pl .sg-icons .sg-info:hover,
.sg-main .sg-icons .sg-info:focus,
.sg-main .sg-icons .sg-info:hover {
  background: #9b9b9b;
}
.pl .sg-icons .sg-info svg,
.sg-main .sg-icons .sg-info svg {
  display: block;
  width: 2em;
  height: 100%;
  margin: auto;
}
.pl .sg-pattern-example,
.sg-main .sg-pattern-example {
  padding-bottom: 5px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.pl .sg-breakpoints,
.sg-main .sg-breakpoints {
  position: relative;
  overflow: hidden;
}
.pl .sg-breakpoints ul,
.sg-main .sg-breakpoints ul {
  margin: 0;
  padding: 0;
}
.pl .sg-breakpoints li,
.sg-main .sg-breakpoints li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pl .sg-breakpoints .device_widths,
.sg-main .sg-breakpoints .device_widths {
  padding-top: 20px;
}
.pl .sg-breakpoints .device_widths > li,
.sg-main .sg-breakpoints .device_widths > li {
  margin-bottom: 15px;
  padding-right: 15px;
  text-align: right;
  border-right: solid 3px #ccc;
  border-bottom: solid 3px #ccc;
}
.pl .sg-breakpoints .breakpoints > li,
.sg-main .sg-breakpoints .breakpoints > li {
  position: absolute;
  height: 100%;
  border-left: solid 3px #595959;
}
.pl .sg-breakpoints .breakpoints > li > .label,
.sg-main .sg-breakpoints .breakpoints > li > .label {
  display: block;
  padding: 3px;
  color: #fff;
  background: #595959;
}
.pl .sg-breakpoints .breakpoints > li:hover,
.sg-main .sg-breakpoints .breakpoints > li:hover {
  border-left-color: rgba(89, 89, 89, 0.3);
}
.pl .sg-breakpoints .breakpoints > li:hover > .label,
.sg-main .sg-breakpoints .breakpoints > li:hover > .label {
  opacity: 0;
}
.u-spacing-down {
  margin-bottom: 20px;
}
.u-spacing-up {
  margin-top: 20px;
}
.u-gap-down {
  margin-bottom: 5px;
}
.u-gap-up {
  margin-top: 5px;
}
.padding {
  padding: 20px;
}
.padding-horizontal {
  padding-right: 20px;
  padding-left: 20px;
}
.padding-vertical {
  padding-top: 20px;
  padding-bottom: 20px;
}
.margin-bottom {
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .margin-bottom {
    margin-bottom: 60px;
  }
}
.margin-top {
  margin-top: 30px;
}
@media (min-width: 640px) {
  .margin-top {
    margin-top: 60px;
  }
}
.padding-bottom {
  padding-bottom: 30px;
}
@media (min-width: 640px) {
  .padding-bottom {
    padding-bottom: 60px;
  }
}
.padding-top {
  padding-top: 30px;
}
@media (min-width: 640px) {
  .padding-top {
    padding-top: 60px;
  }
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-both {
  clear: both;
}
.u-center {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.u-center--h {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.u-center--v {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.local-base {
  font-size: 1rem;
}
@media (min-width: 640px) {
  .small-screen-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .small-screen-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .small-medium-screen-only {
    display: none;
  }
}
.large-screen-only {
  display: none;
}
@media (min-width: 768px) {
  .large-screen-only {
    display: block;
  }
}
.large-medium-screen-only {
  display: none;
}
@media (min-width: 640px) {
  .large-medium-screen-only {
    display: block;
  }
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  word-wrap: normal;
}
[hidden] {
  display: none !important;
}
.field__label {
  font-weight: 700;
}
.field--label-inline > .field__items,
.field--label-inline > .field__label {
  display: inline;
}
.field--label-inline .field__items,
.field--label-inline .field__label,
.field--label-inline > .field__item {
  display: inline;
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field__items,
[dir="rtl"] .field--label-inline .field__label {
  padding-right: 0;
  padding-left: 0.5em;
}
.field--label-inline .field__label::after {
  content: ":";
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #000;
  font-family: BranGBlack;
  font-weight: 700;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 45px;
}
@media screen and (min-width: 380px) {
  .h1,
  h1 {
    font-size: calc(45px + 32.5 * (100vw - 380px) / 1060);
  }
}
@media screen and (min-width: 1440px) {
  .h1,
  h1 {
    font-size: 77.5px;
  }
}
.h2,
h2 {
  font-size: 38.75px;
}
@media screen and (min-width: 380px) {
  .h2,
  h2 {
    font-size: calc(38.75px + 11.25 * (100vw - 380px) / 1060);
  }
}
@media screen and (min-width: 1440px) {
  .h2,
  h2 {
    font-size: 50px;
  }
}
.h3,
h3 {
  font-size: 30px;
}
@media screen and (min-width: 380px) {
  .h3,
  h3 {
    font-size: calc(30px + 7.5 * (100vw - 380px) / 1060);
  }
}
@media screen and (min-width: 1440px) {
  .h3,
  h3 {
    font-size: 37.5px;
  }
}
.h4,
h4 {
  font-size: 25px;
}
@media screen and (min-width: 380px) {
  .h4,
  h4 {
    font-size: calc(25px + 5 * (100vw - 380px) / 1060);
  }
}
@media screen and (min-width: 1440px) {
  .h4,
  h4 {
    font-size: 30px;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
@media screen and (min-width: 380px) {
  .h5,
  h5 {
    font-size: calc(1.25rem + 0 * (100vw - 380px) / 1060);
  }
}
@media screen and (min-width: 1440px) {
  .h5,
  h5 {
    font-size: 1.25rem;
  }
}
.h6,
h6 {
  font-size: 1.25rem;
}
@media screen and (min-width: 380px) {
  .h6,
  h6 {
    font-size: calc(1.25rem + 0 * (100vw - 380px) / 1060);
  }
}
@media screen and (min-width: 1440px) {
  .h6,
  h6 {
    font-size: 1.25rem;
  }
}
a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #202020;
  font-weight: 500;
}
a:focus,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 1px dotted;
}
.be-text--large {
  font-weight: 300;
}
.be-text--large {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .be-text--large {
    font-size: calc(20px + 20 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .be-text--large {
    font-size: 40px;
  }
}
.be-text--small {
  font-size: 17.5px;
}
@media screen and (min-width: 380px) {
  .be-text--small {
    font-size: calc(17.5px + 0 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .be-text--small {
    font-size: 17.5px;
  }
}
.be-text--regular {
  font-weight: 400;
}
.be-text--medium {
  font-weight: 500;
}
.be-text--xsmall {
  font-size: 15px;
}
@media screen and (min-width: 380px) {
  .be-text--xsmall {
    font-size: calc(15px + 0 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .be-text--xsmall {
    font-size: 15px;
  }
}
.be-text__section-label,
.event__info-label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: BranGRegular, "Source Sans Pro", Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.text-align-center {
  text-align: center;
}
.be-font--alternate {
  font-family: BranGBlack;
}
.be-font--regular {
  font-family: BranGRegular, "Source Sans Pro", Arial, Verdana, sans-serif;
}
.fieldgroup {
  margin: 0;
  border: 0;
}
.form-submit,
a.button,
button.button,
input.button,
input[type="submit"] {
  display: inline-block;
  padding: 0.8em 1.5em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid;
  border-color: #202020;
  background-color: #202020;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
  font-size: 25px;
  font-weight: 700;
}
.form-submit,
a.button,
button.button,
input.button,
input[type="submit"] {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .form-submit,
  a.button,
  button.button,
  input.button,
  input[type="submit"] {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .form-submit,
  a.button,
  button.button,
  input.button,
  input[type="submit"] {
    font-size: 25px;
  }
}
.form-submit:focus,
.form-submit:hover,
a.button:focus,
a.button:hover,
button.button:focus,
button.button:hover,
input.button:focus,
input.button:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  color: #000;
  border-color: #202020;
  background-color: #fff;
  background-image: none;
}
a.button {
  display: inline-block;
  padding: 0.8em 1.5em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid;
  border-color: #202020;
  background-color: #202020;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
  font-size: 25px;
  font-weight: 700;
}
a.button {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  a.button {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  a.button {
    font-size: 25px;
  }
}
a.button:focus,
a.button:hover {
  color: #000;
  border-color: #202020;
  background-color: #fff;
  background-image: none;
}
a.button--primary,
a.button--secondary {
  display: inline-block;
  padding: 0.8em 1.5em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #000;
  border: 2px solid;
  border-color: #000;
  background-color: #4fbc84;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
  font-size: 25px;
  font-weight: 700;
}
a.button--primary,
a.button--secondary {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  a.button--primary,
  a.button--secondary {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  a.button--primary,
  a.button--secondary {
    font-size: 25px;
  }
}
a.button--primary:focus,
a.button--primary:hover,
a.button--secondary:focus,
a.button--secondary:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
  background-image: none;
}
a.button--primary:hover,
a.button--secondary:hover {
  background-image: none;
}
a.button--tertiary {
  display: inline-block;
  padding: 0.8em 1.5em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #000;
  border: 2px solid;
  border-color: #849c25;
  background-color: #849c25;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
  font-size: 25px;
  font-weight: 700;
}
a.button--tertiary {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  a.button--tertiary {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  a.button--tertiary {
    font-size: 25px;
  }
}
a.button--tertiary:focus,
a.button--tertiary:hover {
  color: #fff;
  border-color: #849c25;
  background-color: #000;
  background-image: none;
}
a.button--full {
  display: block;
  width: 100%;
}
.form-type-checkbox {
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
  font-size: 18px;
}
.form-type-checkbox .form-checkbox {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  word-wrap: normal;
}
.form-type-checkbox label {
  display: block;
  height: 100%;
  padding: 0.5em 1em;
  -webkit-transition:
    0.3s background,
    0.3s color;
  transition:
    0.3s background,
    0.3s color;
  color: #000;
  border: 1px solid #000;
  background: 0 0;
}
.form-type-checkbox label:hover {
  text-decoration: underline;
  color: #000;
  background-color: #e8e8e8;
}
.form-type-checkbox .form-checkbox:checked ~ label {
  color: #fff;
  background: #000;
}
@media (min-width: 1024px) {
  .form-type-checkbox {
    margin-bottom: 10px;
  }
}
.form-type-select {
  position: relative;
}
.form-type-select::after {
  position: absolute;
  top: 2px;
  right: 1.5rem;
  content: "\25BE";
  pointer-events: none;
}
.form-select {
  width: 90%;
  max-width: 300px;
  padding: 0.5rem;
  border: 1px solid #9b9b9b;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-email,
.form-search,
.form-tel,
.form-text,
.form-textarea {
  display: inline-block;
  padding: 0.5rem 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  border: 1px solid;
  border-color: #202020;
  background-color: #fff;
}
.form-email,
.form-search,
.form-tel,
.form-text,
.form-textarea {
  font-size: 12px;
}
@media screen and (min-width: 380px) {
  .form-email,
  .form-search,
  .form-tel,
  .form-text,
  .form-textarea {
    font-size: calc(12px + 4 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .form-email,
  .form-search,
  .form-tel,
  .form-text,
  .form-textarea {
    font-size: 16px;
  }
}
.form-email:active,
.form-email:focus,
.form-email:hover,
.form-search:active,
.form-search:focus,
.form-search:hover,
.form-tel:active,
.form-tel:focus,
.form-tel:hover,
.form-text:active,
.form-text:focus,
.form-text:hover,
.form-textarea:active,
.form-textarea:focus,
.form-textarea:hover {
  outline: 0;
  -webkit-box-shadow: inset 0.5rem 0 0 0 #202020;
  box-shadow: inset 0.5rem 0 0 0 #202020;
}
.form-email::-webkit-input-placeholder,
.form-search::-webkit-input-placeholder,
.form-tel::-webkit-input-placeholder,
.form-text::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  color: #202020;
}
.form-email::-moz-placeholder,
.form-search::-moz-placeholder,
.form-tel::-moz-placeholder,
.form-text::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #202020;
}
.form-email:-ms-input-placeholder,
.form-search:-ms-input-placeholder,
.form-tel:-ms-input-placeholder,
.form-text:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #202020;
}
.form-email::-ms-input-placeholder,
.form-search::-ms-input-placeholder,
.form-tel::-ms-input-placeholder,
.form-text::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder {
  color: #202020;
}
.form-email::placeholder,
.form-search::placeholder,
.form-tel::placeholder,
.form-text::placeholder,
.form-textarea::placeholder {
  color: #202020;
}
html {
  color: #202020;
  font-family: BranGRegular, "Source Sans Pro", Arial, Verdana, sans-serif;
}
html {
  font-size: 1rem;
}
@media screen and (min-width: 380px) {
  html {
    font-size: calc(1rem + 0 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  html {
    font-size: 1rem;
  }
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
figure figcaption {
  padding: 20px;
}
.add-to-calendar__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #202020;
  border: 2px solid #202020;
  border-radius: 2rem;
  background-color: #fff;
  font-size: 1rem;
}
.add-to-calendar__trigger svg {
  position: relative;
  top: -1px;
  width: 1rem;
  height: auto;
  fill: #202020;
}
.add-to-calendar__trigger svg path {
  fill: #202020;
}
.add-to-calendar__trigger:focus,
.add-to-calendar__trigger:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.add-to-calendar__trigger:focus svg,
.add-to-calendar__trigger:hover svg {
  fill: #fff;
}
.add-to-calendar__trigger:focus svg path,
.add-to-calendar__trigger:hover svg path {
  fill: #fff;
}
.add-to-calendar__trigger-icon {
  margin-right: 0.5rem;
  line-height: 0;
}
.add-to-calendar__items {
  display: none;
  padding: 1rem;
}
.add-to-calendar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -3px;
  margin-bottom: 1rem;
  margin-left: -3px;
  line-height: 1;
}
.add-to-calendar__item > * {
  margin-right: 3px;
  margin-left: 3px;
}
.add-to-calendar a {
  text-decoration: none;
}
.add-to-calendar a:focus,
.add-to-calendar a:hover {
  text-decoration: underline;
}
.anrt-gdpr-floating-cookie {
  display: none;
}
.branding__logo {
  text-align: center;
}
.branding__logo svg {
  width: 8em;
  height: 100%;
}
.branding__logo svg path {
  -webkit-transition:
    fill 0.3s,
    stroke 0.3s;
  transition:
    fill 0.3s,
    stroke 0.3s;
}
@media (min-width: 1024px) {
  .branding__logo svg {
    width: 20em;
  }
}
.breadcrumb ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline-block;
  font-size: 0.75rem;
}
.breadcrumb li:not(:last-of-type)::after {
  margin: 0.15rem;
  content: "»";
  letter-spacing: -3px;
}
.breadcrumb li a {
  text-decoration: none;
  color: #202020;
}
.breadcrumb li a:focus,
.breadcrumb li a:hover {
  text-decoration: underline;
  color: #202020;
}
#sliding-popup {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #000;
  font-family: BranGRegular, "Source Sans Pro", Arial, Verdana, sans-serif;
}
.eu-cookie-compliance-content {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1170px;
  margin: auto;
}
.eu-cookie-compliance-content * {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.eu-cookie-compliance-content p {
  display: block;
  margin-bottom: 0.3em;
  font-size: 1rem;
  font-weight: 400;
}
.eu-cookie-compliance-buttons,
.eu-cookie-compliance-message {
  float: none;
  max-width: none;
}
.eu-cookie-compliance-more-button {
  margin-bottom: 1em;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  border: none;
  background: 0 0;
}
.eu-cookie-compliance-buttons button {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.eu-cookie-compliance-buttons .agree-button {
  display: inline-block;
  padding: 0.8em 1.5em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid;
  border-color: #202020;
  background-color: #202020;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
  font-size: 25px;
  font-weight: 700;
}
.eu-cookie-compliance-buttons .agree-button {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .eu-cookie-compliance-buttons .agree-button {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .eu-cookie-compliance-buttons .agree-button {
    font-size: 25px;
  }
}
.eu-cookie-compliance-buttons .agree-button:focus,
.eu-cookie-compliance-buttons .agree-button:hover {
  color: #000;
  border-color: #202020;
  background-color: #fff;
  background-image: none;
}
.eu-cookie-compliance-buttons .decline-button {
  display: inline-block;
  padding: 0.8em 1.5em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid;
  border-color: #000;
  background-color: #000;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
  font-size: 25px;
  font-weight: 700;
}
.eu-cookie-compliance-buttons .decline-button {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .eu-cookie-compliance-buttons .decline-button {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .eu-cookie-compliance-buttons .decline-button {
    font-size: 25px;
  }
}
.eu-cookie-compliance-buttons .decline-button:focus,
.eu-cookie-compliance-buttons .decline-button:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
  background-image: none;
}
.cta-block {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .cta-block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cta-block__text-top {
  display: inline-block;
  padding: 0.8em 1.5em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #000;
  border: 2px solid;
  border-color: #000;
  background-color: #4fbc84;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
  font-size: 25px;
  font-weight: 700;
  padding: 60px 20%;
  color: #000;
  border-bottom: 0;
  font-weight: 400;
}
.cta-block__text-top {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .cta-block__text-top {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .cta-block__text-top {
    font-size: 25px;
  }
}
.cta-block__text-top:focus,
.cta-block__text-top:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
  background-image: none;
}
@media (min-width: 768px) {
  .cta-block__text-top {
    padding: 50px 25%;
  }
}
.cta-block__text-bottom {
  display: inline-block;
  padding: 0.8em 1.5em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid;
  border-color: #000;
  background-color: #000;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
  font-size: 25px;
  font-weight: 700;
  margin: 5px;
  background-image: none;
}
.cta-block__text-bottom {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .cta-block__text-bottom {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .cta-block__text-bottom {
    font-size: 25px;
  }
}
.cta-block__text-bottom:focus,
.cta-block__text-bottom:hover {
  color: #000;
  border-color: #000;
  background-color: #4fbc84;
  background-image: none;
}
@media (min-width: 1024px) {
  .cta-block__text-bottom {
    margin: 0;
  }
}
.cta-block__link {
  text-decoration: none;
}
.cta-block__link .cta-block__text-bottom,
.cta-block__link .cta-block__text-top {
  display: block;
}
.cta-block__link .cta-block__text-bottom p:last-of-type,
.cta-block__link .cta-block__text-top p:last-of-type {
  margin-bottom: 0;
}
.cta-block__link:focus,
.cta-block__link:hover {
  text-decoration: none;
}
.cta-block__link:focus .cta-block__text-top,
.cta-block__link:hover .cta-block__text-top {
  color: #fff;
  border-color: #000;
  border-bottom: 0;
  background-color: #000;
  background-image: none;
}
.cta-block__link:focus .cta-block__text-bottom,
.cta-block__link:hover .cta-block__text-bottom {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.cta-block__link:focus .cta-block__text-bottom,
.cta-block__link:focus .cta-block__text-top,
.cta-block__link:hover .cta-block__text-bottom,
.cta-block__link:hover .cta-block__text-top {
  text-decoration: none;
}
.menu--footer {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.menu--footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu--footer a {
  display: block;
  margin-right: 0.25rem;
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}
.menu--footer a:focus,
.menu--footer a:hover {
  text-decoration: underline;
}
.menu--footer .menu-item {
  display: inline-block;
}
.menu--footer .menu-item:not(:first-of-type) a::before {
  display: inline-block;
  padding-right: 0.25rem;
  content: "|";
  color: #fff;
}
.main-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .main-navigation .menu {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: auto;
  }
}
.main-navigation .menu-item {
  width: 100%;
  margin: 0 0.5rem;
  padding: 0;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.main-navigation .menu-item {
  font-size: 25px;
}
@media screen and (min-width: 380px) {
  .main-navigation .menu-item {
    font-size: calc(25px + -9 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .main-navigation .menu-item {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .main-navigation .menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
    margin: 0 0.5rem;
    border-right: 1px solid #9b9b9b;
    font-weight: 500;
  }
}
.main-navigation .menu-item a {
  display: block;
  padding: 30px 0;
  text-decoration: none;
  border-bottom: 1px solid #9b9b9b;
}
.main-navigation .menu-item a:focus,
.main-navigation .menu-item a:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .main-navigation .menu-item a {
    padding: 0.625em 0.25em;
    border: 0;
  }
}
.messages {
  margin-bottom: 1.5rem;
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  background: no-repeat 10px 17px;
  overflow-wrap: break-word;
}
[dir="rtl"] .messages {
  padding-right: 35px;
  padding-left: 20px;
  text-align: right;
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
}
.messages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messages__item + .messages__item {
  margin-top: 0.769rem;
}
.messages--status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background-color: #f3faef;
  background-image: url(../images/messages/check.svg);
  -webkit-box-shadow: -8px 0 0 #77b259;
  box-shadow: -8px 0 0 #77b259;
}
[dir="rtl"] .messages--status {
  margin-left: 0;
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  -webkit-box-shadow: 8px 0 0 #77b259;
  box-shadow: 8px 0 0 #77b259;
}
.messages--warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  background-color: #fdf8ed;
  background-image: url(../images/messages/warning.svg);
  -webkit-box-shadow: -8px 0 0 #e09600;
  box-shadow: -8px 0 0 #e09600;
}
[dir="rtl"] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  -webkit-box-shadow: 8px 0 0 #e09600;
  box-shadow: 8px 0 0 #e09600;
}
.messages--error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  background-color: #fcf4f2;
  background-image: url(../images/messages/error.svg);
  -webkit-box-shadow: -8px 0 0 #e62600;
  box-shadow: -8px 0 0 #e62600;
}
[dir="rtl"] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  -webkit-box-shadow: 8px 0 0 #e62600;
  box-shadow: 8px 0 0 #e62600;
}
.messages--error p.error {
  color: #a51b00;
}
.block-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-search .form-type-search {
  width: 100%;
}
.block-search .form-search {
  width: 100%;
  max-width: 90vw;
  text-align: center;
  border: none;
  font-style: italic;
}
.block-search .form-search {
  font-size: 25px;
}
@media screen and (min-width: 380px) {
  .block-search .form-search {
    font-size: calc(25px + -9 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .block-search .form-search {
    font-size: 16px;
  }
}
@media (min-width: 500px) {
  .block-search .form-search {
    max-width: none;
  }
}
@supports (
    (-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)
  )
  or ((-moz-appearance: none) and (mask-type: alpha)) {
  .block-search .form-search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.block-search .form-actions {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  word-wrap: normal;
}
.social-sharing__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.social-sharing__menu-item {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.5rem;
  list-style: none;
  text-align: center;
  border-radius: 1rem;
  background-color: #2c3643;
}
.social-sharing__menu-item svg {
  width: 1.3rem;
  height: 1.3rem;
  padding-top: 0.3rem;
}
.social-sharing__menu-item path {
  fill: #fff;
}
.social-sharing__menu-item--facebook {
  background-color: #3b5998;
}
.social-sharing__menu-item--twitter {
  background-color: #55acee;
}
.social-sharing__menu-item--linkedin {
  background-color: #0e76a8;
}
.social-sharing__menu-item--email {
  background-color: #2c3643;
}
.social-sharing__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.user-forms form {
  max-width: 500px;
  margin: 60px auto;
  text-align: left;
}
.user-forms .page-title {
  width: 100%;
  margin: 2rem 0 3rem;
}
.user-forms form .form-item {
  max-width: 500px;
  margin-bottom: 2rem;
}
.user-forms form .form-item label {
  display: block;
  margin-bottom: 3px;
  font-weight: 700;
}
.user-forms form .form-item input {
  width: 100%;
  max-width: 100%;
  padding: 7px;
  color: #000;
  border: 2px solid #000;
  font-size: 1rem;
}
.user-forms form .form-item input:hover {
  padding: 5px 7px;
  border: 4px solid #000;
}
.user-forms form .form-item input:focus {
  padding: 5px 7px;
  border: 4px solid #000;
}
.user-forms .description {
  font-size: 0.75rem;
}
.user-forms .form-submit {
  padding: 7px 1.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000;
  border: 2px solid #000;
  border-radius: 4px;
  background: #fff;
  font-size: 1rem;
}
.user-forms .form-submit:focus,
.user-forms .form-submit:hover {
  color: #fff;
  background: #000;
}
.user-forms .back-to-site {
  max-width: 500px;
  margin: auto;
  text-align: right;
}
.user-forms .back-to-site a {
  color: #000;
}
.building-blocks > .building-block {
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .building-blocks > .building-block {
    margin-bottom: 60px;
  }
}
.accordion {
  margin: 1rem auto;
  border: solid #9b9b9b;
  border-width: 1px 0;
}
.accordion-item {
  margin-bottom: 30px;
  padding: 0 1rem 30px;
  border-bottom: 1px solid #9b9b9b;
}
.accordion-item:last-child {
  border-bottom: 0;
}
.accordion-item.js-accordion {
  margin-bottom: 0;
  padding-bottom: 0;
}
.accordion__trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 1.5rem 0;
  text-align: left;
  text-transform: uppercase;
  border: 0;
  border: none;
  outline: 0;
  font-size: 2.5rem;
}
.accordion__trigger-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  text-transform: uppercase;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
}
.accordion__trigger-button svg {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.1rem;
}
.accordion__trigger-button svg path {
  fill: #000;
}
.accordion__trigger-icon {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion__content {
  padding: 0;
}
.accordion__content p:last-of-type {
  margin-bottom: 0;
}
.accordion-item.js-accordion .accordion__content {
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion-item.is-active .accordion__trigger + .accordion__content {
  overflow: visible;
  height: auto;
  padding-bottom: 30px;
  opacity: 1;
}
.accordion__trigger-icon {
  position: absolute;
  right: 0;
}
.accordion__trigger-text {
  width: 100%;
  margin-right: auto;
  text-align: left;
  font-weight: 600;
}
.accordion__content .layout-contained {
  max-width: none;
}
.accordion__content .padding-horizontal {
  padding-right: 0;
  padding-left: 0;
}
.accordion__content .building-block {
  margin-bottom: 30px;
}
.accordion__content .building-block:last-child {
  margin-bottom: 0;
}
.block-reference .block > h2 {
  margin: 0 0 30px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #9b9b9b;
  font-size: 3rem;
  font-weight: 500;
}
@media (min-width: 1170px) {
  .block-reference .block > h2 {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.button-link a {
  display: inline-block;
  padding: 0.75rem 3rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
}
.button-link a:focus,
.button-link a:hover {
  text-decoration: underline;
  color: #000;
  background-color: #000;
}
.call-to-action {
  text-align: center;
}
.cards__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cards__list > * {
  width: calc((100% / 1) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 640px) {
  .cards__list > * {
    width: calc((100% / 1) - 2rem);
  }
}
@media (min-width: 768px) {
  .cards__list > * {
    width: calc((100% / 2) - 2rem);
  }
}
.card {
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .card {
    padding: 4rem 6rem 2rem;
  }
}
.card__title {
  margin: 0 0 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: inherit;
  font-size: 2.5rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .card__title {
    margin-bottom: 60px;
    font-size: 3.5rem;
  }
}
@media (min-width: 1170px) {
  .card__title {
    padding-right: 2em;
    font-size: 3.5rem;
  }
}
.card__text {
  padding: 30px 0;
  color: inherit;
  border-top: 1px solid #9b9b9b;
  font-size: 25px;
}
.card__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .card__text {
    min-height: 240px;
    margin-top: auto;
  }
}
.card__link {
  margin-top: auto;
}
.card__link a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
  font-size: 1.25rem;
  font-weight: 700;
}
.card__link a:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .card__link {
    margin-top: 30px;
  }
}
.card--light {
  color: #000;
}
.card--light .card__text {
  border-top-color: #9b9b9b;
}
.card--light:hover .card__title {
  opacity: 0.5;
}
.card--dark {
  color: #fff;
  background: #000;
}
.card--dark .card__text {
  border-top-color: #fff;
}
.card--dark:hover .card__title {
  opacity: 0.7;
}
.card--pink {
  color: #000;
  background: #ec008c;
}
.card--pink .card__text {
  border-top-color: #000;
}
.card--pink:hover .card__title {
  opacity: 0.7;
}
.card--blue {
  color: #000;
  background: #65c7c2;
}
.card--blue .card__text {
  border-top-color: #000;
}
.card--blue:hover .card__title {
  opacity: 0.7;
}
.card--yellow {
  color: #000;
  background: #fff273;
}
.card--yellow .card__text {
  border-top-color: #000;
}
.card--yellow:hover .card__title {
  opacity: 0.7;
}
.embed-external-url {
  text-align: center;
}
.file-upload {
  padding-top: 60px;
  padding-bottom: 60px;
}
.file-upload-file__type {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4rem;
  margin-right: 1rem;
  margin-left: auto;
  text-align: right;
  text-transform: uppercase;
  color: #849c25;
  font-size: 10px;
  font-weight: 700;
}
.file-upload-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  color: #2c3643;
  background: red;
  background-color: #fff;
}
.file-upload-file--audio .file-upload-file__type {
  color: #202020;
}
.file-upload-file--flash .file-upload-file__type {
  color: #000;
}
.file-upload-file--pdf .file-upload-file__type {
  color: #849c25;
}
.file-upload-file:focus,
.file-upload-file:hover {
  text-decoration: underline;
  color: #fff;
  background-color: #849c25;
}
.file-upload-file:focus .file-upload-file__type,
.file-upload-file:hover .file-upload-file__type {
  color: #fff;
}
.file-upload-file + .file-upload-file {
  margin-top: 30px;
}
.file-upload-file__download-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 100%;
  min-height: 4rem;
  background-color: #849c25;
}
.file-upload-file__download-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.file-upload-file__download-icon svg path {
  fill: #fff;
}
.file-upload-file--audio:focus,
.file-upload-file--audio:hover {
  background-color: #202020;
}
.file-upload-file--audio .file-upload-file__download-icon {
  background-color: #202020;
}
.file-upload-file--flash:focus,
.file-upload-file--flash:hover {
  background-color: #000;
}
.file-upload-file--flash .file-upload-file__download-icon {
  background-color: #000;
}
.file-upload-file--pdf:focus,
.file-upload-file--pdf:hover {
  background-color: #849c25;
}
.file-upload-file--pdf .file-upload-file__download-icon {
  background-color: #849c25;
}
.hero-media {
  position: relative;
}
.hero-media__image {
  line-height: 0;
}
.hero-media__image img {
  width: 100%;
}
.hero-media__image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.hero-media__hidden-item {
  display: none;
}
.hero-media__visible-item {
  display: block;
}
.hero-media__video .video-embed-field-responsive-video {
  position: relative;
}
.hero-media__video .video-embed-field-responsive-video::after {
  display: block;
  padding-bottom: 56.25%;
  content: "";
}
.hero-media__video .video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.hero-media__content {
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 5%;
  width: 90%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.hero-media__content > * {
  text-align: center;
}
@media (min-width: 768px) {
  .hero-media__content {
    left: 10%;
    max-width: 80%;
  }
}
@media (min-width: 1170px) {
  .hero-media__content {
    left: 17%;
    max-width: 66%;
  }
}
.hero-media__title {
  margin-bottom: 0;
}
.hero-media__intro {
  font-family:
    BranGRegular, "Source Sans Pro", Arial, Verdana, sans-serif !important;
  font-style: italic;
}
@-webkit-keyframes read_more {
  0% {
    top: 0;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
@keyframes read_more {
  0% {
    top: 0;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
.hero-media__more {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.hero-media__more .hero-media__more-item {
  display: block;
}
.hero-media__more svg {
  width: 1rem;
  height: 1rem;
}
.hero-media__more svg path {
  fill: #fff;
}
.hero-media__more:focus .hero-media__more-item--icon,
.hero-media__more:hover .hero-media__more-item--icon {
  position: relative;
  -webkit-animation-name: read_more;
  animation-name: read_more;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.iwt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.iwt__inner > * {
  width: calc((100% / 1) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 640px) {
  .iwt__inner > * {
    width: calc((100% / 2) - 2rem);
  }
}
@media (min-width: 640px) {
  .iwt__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 640px) {
  .left > .iwt__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .left > .iwt__inner .iwt__content {
    padding-left: 60px;
  }
}
@media (min-width: 640px) {
  .right > .iwt__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .right > .iwt__inner .iwt__content {
    padding-right: 60px;
  }
}
.iwt__content > * {
  margin-bottom: 30px;
}
.iwt__image img {
  width: 100%;
}
@media (min-width: 640px) {
  .iwt__image img {
    height: auto;
  }
}
.iwt__title {
  color: #202020;
}
.iwt__cta a {
  display: inline-block;
  padding: 0.8em 1.5em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid;
  border-color: #202020;
  background-color: #202020;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
  font-size: 25px;
  font-weight: 700;
}
.iwt__cta a {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .iwt__cta a {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .iwt__cta a {
    font-size: 25px;
  }
}
.iwt__cta a:focus,
.iwt__cta a:hover {
  color: #000;
  border-color: #202020;
  background-color: #fff;
  background-image: none;
}
.licta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #000;
}
.licta__content {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .licta__content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.licta__content > * {
  margin-bottom: 30px;
  text-align: center;
}
.licta__content > :last-child {
  margin-bottom: 0;
}
.licta__image {
  overflow: hidden;
  width: 100%;
}
.licta__image img {
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  .licta__image img {
    height: auto;
  }
}
.licta__title {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #000;
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  .licta__title {
    font-size: 5rem;
  }
}
.licta:hover .licta__title {
  opacity: 0.5;
}
.licta__text {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
}
.licta__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .licta__text {
    font-size: 2rem;
  }
}
.licta__cta a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
.licta__cta a:active,
.licta__cta a:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .licta__cta a {
    font-size: 1.5rem;
  }
}
.licta--has-image {
  border: none;
}
.licta--has-image .licta__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
}
.licta--has-image .licta__text {
  max-width: 700px;
}
.licta--has-image .licta__cta a,
.licta--has-image .licta__text,
.licta--has-image .licta__title {
  color: #fff;
}
.licta--has-image:hover .licta__title {
  opacity: 0.7;
}
.logo-group__wrapper {
  position: relative;
}
.logo-group__title {
  margin-bottom: 0;
  padding-bottom: 1rem;
  text-transform: none;
  color: #202020;
  border-bottom: 1px solid #9b9b9b;
  font-family: BranGRegular, "Source Sans Pro", Arial, Verdana, sans-serif;
}
.logo-group__title {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .logo-group__title {
    font-size: calc(20px + 10 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .logo-group__title {
    font-size: 30px;
  }
}
.logo-group__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.logo-group__items > * {
  width: calc((100% / 2) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 640px) {
  .logo-group__items > * {
    width: calc((100% / 3) - 2rem);
  }
}
@media (min-width: 1024px) {
  .logo-group__items > * {
    width: calc((100% / 6) - 2rem);
  }
}
@media (min-width: 500px) {
  .logo-group__items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.logo-group-item {
  -ms-flex-preferred-size: 168px;
  flex-basis: 168px;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .logo-group {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
  }
  .logo-group__title {
    padding-right: 50%;
  }
}
.pl .people-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .people-list__title {
    font-size: 4rem;
    font-weight: 500;
  }
  .people-list__title span {
    display: block;
  }
}
.people-list__persons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 0;
  border: 1px solid #9b9b9b;
  border-width: 1px 0;
}
.people-list__persons > * {
  width: calc(100% / 1);
}
@media (min-width: 640px) {
  .people-list__persons > * {
    width: calc(100% / 2);
  }
}
@media (min-width: 768px) {
  .people-list__persons > * {
    width: calc(100% / 2);
  }
}
@media (min-width: 1024px) {
  .people-list__persons > * {
    width: calc(100% / 3);
  }
}
.people-list__persons > * {
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .people-list__persons > * {
    border-left: 1px solid #b0b0b0;
  }
  .people-list__persons > :nth-child(2n + 1) {
    border-left-width: 0;
  }
}
@media (min-width: 1024px) {
  .people-list__persons > * {
    width: 33.333%;
    border-left: 1px solid #b0b0b0;
  }
  .people-list__persons > :nth-child(2n + 1) {
    border-left-width: 1px;
  }
  .people-list__persons > :nth-child(3n + 1) {
    border-left: 0;
  }
}
.person__link {
  text-decoration: none !important;
}
.person__name {
  font-size: 30px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .person__name span {
    display: block;
  }
}
@media (min-width: 768px) {
  .person__name {
    font-size: 2.5rem;
  }
}
.person__image {
  margin-bottom: 30px;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.person__job {
  font-size: 25px;
}
.person__email {
  display: block;
  text-decoration: none;
  font-size: 25px;
  font-weight: 400;
}
.person__email:active,
.person__email:hover {
  text-decoration: underline;
}
.person:hover .person__image {
  opacity: 0.75;
}
.quote__quote {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: BranGBlack;
  font-weight: 700;
}
.quote__quote {
  font-size: 30px;
}
@media screen and (min-width: 380px) {
  .quote__quote {
    font-size: calc(30px + 20 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .quote__quote {
    font-size: 50px;
  }
}
.quote__quote > :last-child {
  margin-bottom: 0;
}
.quote__author {
  margin-top: 20px;
  font-style: italic;
}
.related-content__title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.related-content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.related-content__items > * {
  width: calc((100% / 1) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 640px) {
  .related-content__items > * {
    width: calc((100% / 3) - 2rem);
  }
}
.related-content__items > * {
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .related-content__items > * {
    position: relative;
    margin-bottom: 0;
  }
  .related-content__items > :nth-of-type(-n + 2) {
    position: relative;
  }
  .related-content__items > :nth-of-type(-n + 2)::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -1rem;
    height: 100%;
    border-right: 1px solid #9b9b9b;
  }
}
.section-break hr {
  width: 75px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  border-radius: 3px;
  background: #202020;
}
.section-break.primary hr {
  background: #202020;
}
.section-break.secondary hr {
  background: #000;
}
.section-break.tertiary hr {
  background: #849c25;
}
.single-image {
  text-align: center;
}
.single-image figure {
  display: inline-block;
}
.single-image__caption {
  padding-right: 20px;
  padding-left: 20px;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
.text .h1 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
}
.tile {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  border-top: 0.5rem solid #202020;
  background-color: #e8e8e8;
}
a.tile {
  text-decoration: none;
}
a.tile:focus,
a.tile:hover {
  background-color: #202020;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#202020),
    to(black)
  );
  background-image: linear-gradient(#202020, #000);
}
.tile--has-image {
  padding: 0;
  padding-bottom: 30px;
  background-color: #fff;
}
@media (min-width: 640px) {
  .tile.tile--small {
    width: calc(33% - 2rem);
  }
}
@media (min-width: 640px) {
  .tile.tile--medium {
    width: calc(50% - 2rem);
  }
}
@media (min-width: 640px) {
  .tile.tile--large {
    width: calc(66% - 2rem);
  }
}
@media (min-width: 640px) {
  .tile.tile--full {
    width: calc(100% - 2rem);
  }
}
.tile--primary {
  border-top-color: #202020;
}
.tile--secondary {
  border-top-color: #000;
}
.tile--tertiary {
  border-top-color: #849c25;
}
.tile__text {
  color: #828282;
}
.tile__text p:last-of-type {
  margin-bottom: 0;
}
a.tile--primary:focus,
a.tile--primary:hover {
  color: #fff;
  background-color: #202020;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#202020),
    to(black)
  );
  background-image: linear-gradient(#202020, #000);
}
a.tile--primary:focus > *,
a.tile--primary:hover > * {
  color: #fff;
}
a.tile--secondary:focus,
a.tile--secondary:hover {
  color: #fff;
  background-color: #000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(black)
  );
  background-image: linear-gradient(#000, #000);
}
a.tile--secondary:focus > *,
a.tile--secondary:hover > * {
  color: #fff;
}
a.tile--secondary:focus .tile__text,
a.tile--secondary:hover .tile__text {
  color: #fff;
}
.tile__title {
  text-transform: uppercase;
  color: #2c3643;
}
a.tile--tertiary:focus,
a.tile--tertiary:hover {
  color: #000;
  background-color: #849c25;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#849c25),
    to(#505e16)
  );
  background-image: linear-gradient(#849c25, #505e16);
}
a.tile--tertiary:focus > *,
a.tile--tertiary:hover > * {
  color: #000;
}
a.tile--tertiary:focus .tile__text,
a.tile--tertiary:focus .tile__title,
a.tile--tertiary:hover .tile__text,
a.tile--tertiary:hover .tile__title {
  color: #fff;
}
.tile__image {
  margin-bottom: 30px;
}
.tile__image img {
  width: 100%;
  height: auto;
}
.tiled-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.tiled-layout > * {
  width: calc((100% / 1) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
.timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.timeline-item:nth-of-type(2n + 2) .timeline-item__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 640px) {
  .timeline-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 2rem);
    width: 100%;
  }
}
.timeline-item__image {
  padding-bottom: 30px;
  line-height: 1;
}
.timeline-item__image img {
  width: 100%;
}
@media (min-width: 640px) {
  .timeline-item__image {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(50% - 2rem);
  }
}
.timeline-item__texts {
  padding-bottom: 30px;
}
.timeline-item__texts p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .timeline-item__texts {
    width: calc(50% - 2rem);
  }
}
.timeline-item__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  border-left: 2px dashed #202020;
}
@media (min-width: 640px) {
  .timeline-item__bar--small-screens {
    display: none;
  }
}
.timeline-item__bar--large-screens {
  display: none;
}
@media (min-width: 640px) {
  .timeline-item__bar--large-screens {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: calc(0.5rem - 2px);
    margin-right: 2px;
    margin-left: 1rem;
  }
}
.timeline-item__bar::before {
  position: relative;
  top: 75px;
  left: calc(-0.5rem - 1px);
  width: 1rem;
  height: 1rem;
  content: "";
  border-radius: 1rem;
  background-color: #202020;
}
.timeline-item:last-of-type .timeline-item__bar,
.timeline-item:last-of-type .timeline-item__content,
.timeline-item:last-of-type .timeline-item__texts {
  padding-bottom: 0;
}
@media (min-width: 640px) {
  .timeline-item:last-of-type .timeline-item__image {
    padding-bottom: 0;
  }
}
.twocol-text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.twocol-text__content > * {
  width: calc((100% / 1) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 640px) {
  .twocol-text__content > * {
    width: calc((100% / 2) - 2rem);
  }
}
@media (min-width: 768px) {
  .twocol-text__content .twocol-text__text--second:first-child:last-child {
    margin-left: auto;
  }
}
.video {
  position: relative;
}
.video__item {
  margin: auto;
}
.video .video-embed-field-responsive-video {
  position: relative;
}
.video .video-embed-field-responsive-video::after {
  display: block;
  padding-bottom: 56.25%;
  content: "";
}
.video .video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.video__play-button {
  position: absolute;
  z-index: 40;
  width: 100%;
  height: 100%;
  border: 0;
  background: 0 0;
}
.video__play-button:hover {
  cursor: pointer;
}
.video__play-icon svg {
  width: 3rem;
  height: 3rem;
}
.video__preview {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 0;
}
.node__tags {
  text-transform: uppercase;
  font-weight: 500;
}
.node__tags .field__items,
.node__tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
}
.node__tags .field__item,
.node__tags li {
  display: inline-block;
  padding-right: 0.25em;
}
.node__tags .field__item:not(:last-of-type)::after,
.node__tags li:not(:last-of-type)::after {
  padding-left: 0.5em;
  content: ".";
}
.node__tags a {
  text-decoration: none;
}
.node__tags a:focus,
.node__tags a:hover {
  text-decoration: underline;
}
.full__title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: unset;
  hyphens: unset;
}
.full__hero {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.full__hero .full__hero-image {
  min-height: 300px;
  text-align: center;
  background-color: #9b9b9b;
}
.full__hero .full__hero-image img {
  width: 100%;
  vertical-align: top;
}
.full__hero .full__hero-content {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.full__hero .full__hero-content > * {
  max-width: 1024px;
  padding: 0 30px;
}
.full__hero .full__hero-content * {
  color: #fff;
}
.full__hero.has-link {
  position: relative;
}
.full__hero.has-link a {
  text-decoration: none;
}
.full__hero.has-link a:hover,
.full__hero.has-link a:hover > * {
  opacity: 0.7;
}
.full__hero.has-link a:focus,
.full__hero.has-link a:focus > * {
  outline: 1px dashed #fff;
}
.full__hero.has-link a::after {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1440px) {
  .full__hero {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.basic-page .full__title {
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 1em;
  text-align: center;
}
.basic-page .full__title::after {
  position: relative;
  right: 50%;
  left: 50%;
  width: 98vw;
  margin-right: -49vw;
  margin-left: -49vw;
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  bottom: 0;
  height: 100%;
  border-bottom: 1px solid #9b9b9b;
}
.compact {
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
}
@media (min-width: 640px) {
  .compact {
    margin-bottom: 60px;
  }
}
.compact a {
  text-decoration: none;
  color: #202020;
}
.compact a::after {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.compact .contextual-links a::after {
  display: none;
}
.compact a:focus {
  text-decoration: underline;
}
.compact.has-link:focus-within,
.compact.has-link:hover {
  cursor: pointer;
}
.compact.has-link:focus-within .node__title,
.compact.has-link:focus-within .node__title a,
.compact.has-link:hover .node__title,
.compact.has-link:hover .node__title a {
  color: rgba(32, 32, 32, 0.5);
}
.compact.has-link:focus-within .node__image,
.compact.has-link:hover .node__image {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.5;
}
.compact.has-link:focus-within .node__tags-content > .field__items,
.compact.has-link:hover .node__tags-content > .field__items {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.compact.has-link:focus-within {
  outline: 2px solid transparent;
}
.compact.has-link:focus-within a:focus {
  text-decoration: none;
}
.compact__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0.5rem;
  padding: 0;
  overflow-wrap: break-word;
}
@media (min-width: 640px) {
  .compact__title {
    margin-bottom: 1rem;
    padding: 10px 0;
  }
}
.compact__date {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .compact__date {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .compact__date {
    font-size: 25px;
  }
}
@media (min-width: 640px) {
  .compact__date {
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid #9b9b9b;
  }
}
.compact__image {
  overflow: hidden;
  margin-top: 1rem;
}
.compact__image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.teaser {
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
}
@media (min-width: 640px) {
  .teaser {
    margin-bottom: 60px;
  }
}
.teaser .node__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  padding: 10px 0;
  overflow-wrap: break-word;
}
@media (min-width: 640px) {
  .teaser .node__title {
    margin-bottom: 0.5em;
  }
}
.teaser .node__meta {
  margin-bottom: 16px;
  padding-top: 16px;
}
.teaser .node__meta {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .teaser .node__meta {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .teaser .node__meta {
    font-size: 25px;
  }
}
@media (min-width: 640px) {
  .teaser .node__meta {
    border-top: 1px solid #9b9b9b;
  }
}
.teaser .node__image {
  overflow: hidden;
}
.teaser .node__image .field--name-field-event-place {
  position: absolute;
  z-index: 1;
  right: 1rem;
  width: auto;
  margin-top: 1rem;
}
.teaser .node__image .field--name-field-event-place .field__item {
  padding: 0.25rem 1rem;
  text-transform: none;
  color: #fff;
  border-radius: 1rem;
  background-color: #000;
  font-size: 16px;
}
.teaser .node__image img {
  vertical-align: top;
}
.teaser .node__tags {
  position: relative;
  overflow: hidden;
  height: 3rem;
  font-weight: 400;
}
.teaser .node__tags .field__items,
.teaser .node__tags ul {
  display: table-cell;
  padding: 0.5em 0;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.teaser .node__tags .field__item {
  margin-left: 5px;
  padding: 0;
}
.teaser .node__tags .field__item::after {
  right: 0;
  bottom: 0;
  display: inline;
  padding-left: 5px;
  content: ".";
}
.teaser .node__tags-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  white-space: nowrap;
}
.teaser a {
  text-decoration: none;
  color: #202020;
}
.teaser a::after {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.teaser .contextual-links a::after {
  display: none;
}
.teaser a:focus {
  text-decoration: underline;
}
.teaser.has-link:focus-within,
.teaser.has-link:hover {
  cursor: pointer;
}
.teaser.has-link:focus-within .node__title,
.teaser.has-link:focus-within .node__title a,
.teaser.has-link:hover .node__title,
.teaser.has-link:hover .node__title a {
  color: rgba(32, 32, 32, 0.5);
}
.teaser.has-link:focus-within .node__image,
.teaser.has-link:hover .node__image {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.5;
}
.teaser.has-link:focus-within .node__tags-content > .field__items,
.teaser.has-link:hover .node__tags-content > .field__items {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.teaser.has-link:focus-within {
  outline: 2px solid transparent;
}
.teaser.has-link:focus-within a:focus {
  text-decoration: none;
}
.teaser--event {
  text-transform: uppercase;
}
.teaser--event .node__content {
  padding: 10px 0;
  font-weight: 700;
}
.teaser--event .node__tags {
  border: solid #9b9b9b;
  border-width: 1px 0;
}
@media (min-width: 640px) {
  .teaser--event,
  .teaser--news {
    border-top: 1px solid #9b9b9b;
  }
}
.event__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  margin: 0;
}
.event__main > * {
  width: calc((100% / 1) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .event__main > * {
    width: calc((100% / 2) - 2rem);
  }
}
@media (min-width: 768px) {
  .event__main {
    margin: 0;
    border-bottom: 1px solid #9b9b9b;
  }
  .event__main > * {
    width: 50%;
    margin: 0;
  }
  .event__main > :nth-child(2n-1) {
    border-right: 1px solid #9b9b9b;
  }
}
.event__image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.event__image figcaption {
  font-weight: 500;
}
.event__image figcaption {
  font-size: 10px;
}
@media screen and (min-width: 380px) {
  .event__image figcaption {
    font-size: calc(10px + 6 * (100vw - 380px) / 644);
  }
}
@media screen and (min-width: 1024px) {
  .event__image figcaption {
    font-size: 16px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .event__image {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .event__image {
    padding: 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .event__image figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .event__image figcaption {
    padding-top: 0;
    padding-left: 0;
  }
}
.event__header,
.event__sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.event__header .node__tags {
  margin-bottom: auto;
}
.event__performer {
  text-transform: uppercase;
}
.event__performer {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .event__performer {
    font-size: calc(20px + 10 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .event__performer {
    font-size: 30px;
  }
}
.event__info-item {
  margin-bottom: 30px;
}
.event__description {
  border-bottom: none;
}
.event__performances p:last-of-type {
  margin-bottom: 0;
}
.event__performances-item {
  margin-bottom: 30px;
}
.event__review .quote__quote {
  text-transform: none;
  font-family: BranGRegular, "Source Sans Pro", Arial, Verdana, sans-serif;
  font-size: 20px;
}
.event__buy-tickets {
  position: sticky;
  bottom: 0;
}
.event__buy-tickets .button {
  display: block;
}
.event .building-blocks {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .event .building-blocks {
    border-bottom: 1px solid #9b9b9b;
  }
}
.event__related-label {
  text-transform: uppercase;
  font-family: BranGRegular, "Source Sans Pro", Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.event .event__more-link {
  display: block;
}
@media (min-width: 768px) {
  .event__header,
  .event__image {
    border-bottom: 1px solid #9b9b9b;
  }
  .event__review {
    border-top: 1px solid #9b9b9b;
  }
}
.homepage .full__hero {
  margin-top: 10px;
}
@media screen and (min-width: 380px) {
  .homepage .full__hero {
    margin-top: calc(10px + 30 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .homepage .full__hero {
    margin-top: 40px;
  }
}
.homepage .full__hero-title * {
  font-size: 45px;
}
@media screen and (min-width: 380px) {
  .homepage .full__hero-title * {
    font-size: calc(45px + 32.5 * (100vw - 380px) / 1060);
  }
}
@media screen and (min-width: 1440px) {
  .homepage .full__hero-title * {
    font-size: 77.5px;
  }
}
.homepage .building-blocks {
  padding-right: 20px;
  padding-left: 20px;
}
.view-events.has-infinite-scroll .views-infinite-scroll-content-wrapper,
.view-events.no-infinite-scroll .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  margin: 0;
}
.view-events.has-infinite-scroll .views-infinite-scroll-content-wrapper > *,
.view-events.no-infinite-scroll .view-content > * {
  width: calc((100% / 1) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 640px) {
  .view-events.has-infinite-scroll .views-infinite-scroll-content-wrapper > *,
  .view-events.no-infinite-scroll .view-content > * {
    width: calc((100% / 2) - 2rem);
  }
}
@media (min-width: 768px) {
  .view-events.has-infinite-scroll .views-infinite-scroll-content-wrapper > *,
  .view-events.no-infinite-scroll .view-content > * {
    width: calc((100% / 3) - 2rem);
  }
}
@media (min-width: 640px) {
  .view-events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > :nth-of-type(odd),
  .view-events.no-infinite-scroll .view-content > :nth-of-type(odd) {
    position: relative;
  }
  .view-events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > :nth-of-type(odd)::after,
  .view-events.no-infinite-scroll .view-content > :nth-of-type(odd)::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -1rem;
    height: 100%;
    border-right: 1px solid #9b9b9b;
  }
}
@media (min-width: 768px) {
  .view-events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > :not(:nth-child(5n-1)):not(:nth-child(5n))
    .node__meta,
  .view-events.no-infinite-scroll
    .view-content
    > :not(:nth-child(5n-1)):not(:nth-child(5n))
    .node__meta {
    min-height: 90px;
  }
  .view-events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > :nth-child(5n),
  .view-events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > :nth-child(5n-1),
  .view-events.no-infinite-scroll .view-content > :nth-child(5n),
  .view-events.no-infinite-scroll .view-content > :nth-child(5n-1) {
    width: calc(50% - 2rem);
  }
  .view-events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > :nth-of-type(odd)::after,
  .view-events.no-infinite-scroll .view-content > :nth-of-type(odd)::after {
    display: none;
  }
  .view-events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > :nth-child(5n + 1),
  .view-events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > :nth-child(5n + 2),
  .view-events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > :nth-child(5n-1),
  .view-events.no-infinite-scroll .view-content > :nth-child(5n + 1),
  .view-events.no-infinite-scroll .view-content > :nth-child(5n + 2),
  .view-events.no-infinite-scroll .view-content > :nth-child(5n-1) {
    position: relative;
  }
  .view-events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > :nth-child(5n + 1)::after,
  .view-events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > :nth-child(5n + 2)::after,
  .view-events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > :nth-child(5n-1)::after,
  .view-events.no-infinite-scroll .view-content > :nth-child(5n + 1)::after,
  .view-events.no-infinite-scroll .view-content > :nth-child(5n + 2)::after,
  .view-events.no-infinite-scroll .view-content > :nth-child(5n-1)::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -1rem;
    height: 100%;
    border-right: 1px solid #9b9b9b;
  }
}
.view-events.has-infinite-scroll
  .views-infinite-scroll-content-wrapper
  .teaser:nth-child(-n + 2),
.view-events.no-infinite-scroll .view-content .teaser:nth-child(-n + 2) {
  border-top: 0;
}
@media (min-width: 768px) {
  .view-events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    .teaser:nth-child(-n + 3),
  .view-events.no-infinite-scroll .view-content .teaser:nth-child(-n + 3) {
    border-top: 0;
  }
}
.view-events .view-filters {
  position: relative;
  color: #000;
  background-color: #4fbc84;
  background-repeat: no-repeat;
  background-position-y: -200px;
  background-clip: border-box;
  background-size: cover;
}
.view-events .view-filters legend {
  padding-top: 20px;
  padding-bottom: 20px;
}
.view-events .view-filters .event-filters__title {
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: BranGRegular, "Source Sans Pro", Arial, Verdana, sans-serif;
  font-weight: 700;
}
.view-events .view-filters .event-filters__title {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .view-events .view-filters .event-filters__title {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .view-events .view-filters .event-filters__title {
    font-size: 25px;
  }
}
.view-events .view-filters .event-filters__title.js-event-filters__title {
  padding: 0;
}
.view-events .view-filters .js-filters-toggle {
  padding: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  background: 0 0;
  font-weight: 700;
}
.view-events .view-filters .js-filters-toggle span {
  margin: auto;
}
.view-events .view-filters .js-filters-toggle .js-icon-close {
  position: relative;
  width: 1em;
  height: 1em;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition:
    0.3s transform,
    0.3s -webkit-transform;
  fill: #000;
}
.view-events
  .view-filters
  .js-filters-toggle[aria-expanded="true"]
  .js-icon-close {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  opacity: 1;
}
.view-events .view-filters > form {
  overflow: hidden;
  height: 0;
}
.view-events .view-filters > form:focus-within {
  height: auto;
}
.view-events .view-filters > form > .form--inline {
  padding: 20px;
  background-color: #4fbc84;
  background-repeat: no-repeat;
  background-position-y: -240px;
  background-clip: border-box;
  background-size: cover;
}
.view-events .view-filters .form--inline::before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
}
.view-events .view-filters > form.js-events-filters {
  height: auto;
}
@media (min-width: 1024px) {
  .view-events .view-filters > form.js-events-filters {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
  }
}
.view-events .view-filters .form-item-datetime-min label,
.view-events .view-filters .form-item-datetime-max label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  word-wrap: normal;
}
.view-events .view-filters .fieldgroup {
  padding: 0;
}
.view-events .view-filters .form-checkboxes.fieldgroup .form-type-checkbox {
  text-transform: lowercase;
}
.view-events .view-filters .form-type-checkbox label,
.view-events .view-filters .form-type-checkbox label:focus,
.view-events .view-filters .form-type-checkbox label:hover {
  text-decoration: none;
}
.view-events .view-filters .form--inline > .form-item {
  float: none;
}
.view-events .view-filters .form--inline > .form-item .fieldset-legend,
.view-events .view-filters .form--inline > .form-item > label {
  text-transform: uppercase;
  font-weight: 700;
}
.view-events .view-filters .form--inline > .form-item .fieldset-legend,
.view-events .view-filters .form--inline > .form-item > label {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .view-events .view-filters .form--inline > .form-item .fieldset-legend,
  .view-events .view-filters .form--inline > .form-item > label {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .view-events .view-filters .form--inline > .form-item .fieldset-legend,
  .view-events .view-filters .form--inline > .form-item > label {
    font-size: 25px;
  }
}
.view-events .view-filters .form-checkboxes.fieldgroup {
  width: 100%;
}
.view-events .view-filters .form-checkboxes.fieldgroup > * {
  width: 100%;
}
@media (min-width: 768px) {
  .view-events .view-filters .form-checkboxes.fieldgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.25em;
    margin-left: -0.25em;
  }
  .view-events .view-filters .form-checkboxes.fieldgroup > * {
    width: calc(100% / 2 - 0.51em);
    margin-right: 0.25em;
    margin-left: 0.25em;
  }
}
@media (min-width: 1024px) {
  .view-events .view-filters .form-checkboxes.fieldgroup > * {
    width: calc(100% / 3 - 0.51em);
  }
}
.view-events .view-filters .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.view-events .view-filters .form-actions > * {
  width: calc((100% / 1) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 640px) {
  .view-events .view-filters .form-actions > * {
    width: calc((100% / 2) - 2rem);
  }
}
.view-events .view-filters .form-submit {
  display: inline-block;
  margin-top: 20px;
  padding: 0.5em 1.5em;
  background-color: #000;
  background-image: none;
}
.view-events .view-filters .form-submit:hover {
  color: #fff;
}
.view-events .view-filters .period_picker_box {
  width: 100% !important;
  height: auto !important;
  border: 0;
  background: 0 0;
}
.view-events .view-filters .period_picker_box table {
  width: 100%;
  margin-bottom: 0;
}
.view-events .view-filters .period_picker_first_letters_tr th {
  width: calc(100% / 7);
}
.view-events .view-filters .period_picker_month {
  display: none;
}
.view-events
  .view-filters
  .period_picker_days
  > table
  > tbody
  > tr:not(.period_picker_first_letters_tr)
  > td:not(.period_picker_month9),
.view-events
  .view-filters
  .period_picker_first_letters_tr
  .period_picker_first_letters_td:not(:first-child),
.view-events .view-filters .period_picker_month9 tr[data-week="35"],
.view-events .view-filters .period_picker_selector_week,
.view-events .view-filters .period_picker_selector_week_cap {
  display: none;
}
.view-events .view-filters .period_picker_month9 > table {
  border-spacing: 5px;
}
.view-events .view-filters .period_picker_first_letters_table {
  position: relative;
  margin: 0;
  background: rgba(255, 255, 255, 0.55);
}
.view-events .view-filters .period_picker_first_letters_table::after,
.view-events .view-filters .period_picker_first_letters_table::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 1.5rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.55);
}
.view-events .view-filters .period_picker_first_letters_table::before {
  left: -1.5rem;
}
.view-events .view-filters .period_picker_first_letters_table::after {
  right: -1.5rem;
}
.view-events .view-filters .period_picker_empty,
.view-events .view-filters .period_picker_gray_period {
  visibility: hidden;
}
.view-events .view-filters .period_picker_cell {
  position: relative;
  width: calc(100% / 7);
  text-align: center;
  color: #000;
  border: 1px solid #000;
}
.view-events .view-filters .period_picker_cell .day {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.view-events .view-filters .period_picker_cell .day::before {
  position: absolute;
  display: block;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  width: 1.7em;
  height: 1.6em;
  padding-top: 100%;
  border: 1px solid #000;
  border-radius: 1.5em;
}
.view-events .view-filters .period_picker_cell:hover {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .view-events .view-filters .period_picker_cell {
    padding: 0.5em 0;
    border: 1px solid #000;
  }
  .view-events .view-filters .period_picker_cell .day::before {
    display: none;
  }
}
.view-events .view-filters .period_picker_selected {
  z-index: 1;
  color: #000;
  border: 1px solid #fff;
}
.view-events .view-filters .period_picker_selected .day::before {
  background-color: #fff;
}
.view-events .view-filters .period_picker_selected.js-selected--end,
.view-events .view-filters .period_picker_selected.js-selected--start {
  color: #fff;
}
@media (min-width: 1024px) {
  .view-events .view-filters .period_picker_selected.js-selected--end,
  .view-events .view-filters .period_picker_selected.js-selected--start {
    background: #000;
  }
}
.view-events
  .view-filters
  .period_picker_selected.js-selected--end
  .day::before,
.view-events
  .view-filters
  .period_picker_selected.js-selected--start
  .day::before {
  color: #fff;
  background: #000;
}
@media (min-width: 1024px) {
  .view-events .view-filters .period_picker_selected {
    background: #fff;
  }
}
.view-events
  .view-filters
  .period_picker_selected
  ~ .period_picker_selected::before {
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  top: 0;
  left: -7px;
  width: calc(50% + 5px);
  height: calc(100%);
  background: #fff;
}
@media (min-width: 1024px) {
  .view-events
    .view-filters
    .period_picker_selected
    ~ .period_picker_selected::before {
    width: 7px;
  }
}
.view-events
  .view-filters
  .period_picker_selected:not(.js-selected--end):not(
    .js-selected-start--only
  ):not(:last-child)::after {
  position: absolute;
  display: block;
  content: "";
  z-index: -2;
  top: 0;
  right: -2px;
  width: calc(50% + 2px);
  height: 100%;
  background: #fff;
}
@media (min-width: 1024px) {
  .view-events
    .view-filters
    .period_picker_selected:not(.js-selected--end):not(
      .js-selected-start--only
    ):not(:last-child)::after {
    display: none;
  }
}
.view-events .view-filters .period_picker_work {
  font-size: 16px;
}
@media screen and (min-width: 380px) {
  .view-events .view-filters .period_picker_work {
    font-size: calc(16px + 2 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .view-events .view-filters .period_picker_work {
    font-size: 18px;
  }
}
.view-events
  .view-filters
  .period_picker_box.without_bottom_panel
  .period_picker_submit_dates {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  word-wrap: normal;
}
@media (min-width: 1024px) {
  .view-events .view-filters {
    width: 75%;
  }
}
.view-event-genres {
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .view-event-genres {
    margin-bottom: 60px;
  }
}
.view-event-genres .genres-listing__name {
  margin-right: 20px;
  padding-bottom: 0.5em;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
  text-transform: uppercase;
  font-family: BranGBlack;
  font-weight: 700;
}
.view-event-genres .genres-listing__name {
  font-size: 30px;
}
@media screen and (min-width: 380px) {
  .view-event-genres .genres-listing__name {
    font-size: calc(30px + 47.5 * (100vw - 380px) / 1060);
  }
}
@media screen and (min-width: 1440px) {
  .view-event-genres .genres-listing__name {
    font-size: 77.5px;
  }
}
.view-event-genres .genres-listing__name a {
  text-decoration: none;
  color: #202020;
}
.view-event-genres .genres-listing__name:nth-of-type(odd) a {
  color: #b0b0b0;
}
.view-event-genres .genres-listing__name a:focus,
.view-event-genres .genres-listing__name a:hover {
  color: #e8e8e8;
}
.view-news .view-header .full__title {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .view-news .view-header .full__title {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.view-news.has-infinite-scroll .views-infinite-scroll-content-wrapper,
.view-news.no-infinite-scroll .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  margin: 0;
}
.view-news.has-infinite-scroll .views-infinite-scroll-content-wrapper > *,
.view-news.no-infinite-scroll .view-content > * {
  width: calc((100% / 1) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 640px) {
  .view-news.has-infinite-scroll .views-infinite-scroll-content-wrapper > *,
  .view-news.no-infinite-scroll .view-content > * {
    width: calc((100% / 2) - 2rem);
  }
}
@media (min-width: 640px) {
  .view-news.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > :nth-of-type(odd),
  .view-news.no-infinite-scroll .view-content > :nth-of-type(odd) {
    position: relative;
  }
  .view-news.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > :nth-of-type(odd)::after,
  .view-news.no-infinite-scroll .view-content > :nth-of-type(odd)::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -1rem;
    height: 100%;
    border-right: 1px solid #9b9b9b;
  }
}
.view-search .view-filters {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  background-color: #000;
}
@media (min-width: 640px) {
  .view-search .view-filters {
    margin-bottom: 60px;
  }
}
.view-search .view-filters::before {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  top: 0;
  height: 100%;
  background-color: #000;
}
@media (min-width: 768px) {
  .view-search .view-filters {
    background-color: transparent;
  }
  .view-search .view-filters::before {
    display: none;
  }
}
.view-search .form-item-query {
  padding: 20px;
  position: relative;
  width: 100%;
}
.view-search .form-item-query label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  word-wrap: normal;
}
.view-search .form-item-query .form-text {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 30;
  max-width: 90vw;
  border: 0;
  background: 0 0;
}
.view-search .form-item-query .form-text {
  font-size: 25px;
}
@media screen and (min-width: 380px) {
  .view-search .form-item-query .form-text {
    font-size: calc(25px + 20 * (100vw - 380px) / 1060);
  }
}
@media screen and (min-width: 1440px) {
  .view-search .form-item-query .form-text {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .view-search .form-item-query::before {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
    position: absolute;
    display: block;
    content: "";
    z-index: 20;
    top: 0;
    height: 100%;
    background-color: #000;
  }
}
.view-search [data-drupal-selector="edit-type"].form-wrapper {
  width: 100%;
}
.view-search [data-drupal-selector="edit-type"].form-wrapper legend {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  word-wrap: normal;
}
@media (min-width: 768px) {
  .view-search
    [data-drupal-selector="edit-type"].form-wrapper
    .form-radios.fieldgroup {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.view-search .form-item-type {
  margin: 15px 6px;
}
.view-search .form-item-type .form-radio {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  word-wrap: normal;
}
.view-search .form-item-type .option {
  display: inline-block;
  padding: 0.8em 1.5em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid;
  border-color: #000;
  background-color: #000;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
  font-size: 25px;
  font-weight: 700;
  display: block;
  padding: 0.5em 20%;
}
.view-search .form-item-type .option {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .view-search .form-item-type .option {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .view-search .form-item-type .option {
    font-size: 25px;
  }
}
.view-search .form-item-type .option:focus,
.view-search .form-item-type .option:hover {
  color: #000;
  border-color: #000;
  background-color: #fff;
  background-image: none;
}
@media (min-width: 768px) {
  .view-search .form-item-type .option {
    display: inline-block;
    padding: 0.8em 1.5em;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #000;
    border: 2px solid;
    border-color: #000;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: cover;
    font-size: 25px;
    font-weight: 700;
    display: block;
    padding: 0.5em 20%;
  }
  .view-search .form-item-type .option {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 380px) {
  .view-search .form-item-type .option {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 768px) and (min-width: 1170px) {
  .view-search .form-item-type .option {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .view-search .form-item-type .option:focus,
  .view-search .form-item-type .option:hover {
    color: #fff;
    border-color: #fff;
    background-color: #000;
    background-image: none;
  }
}
.view-search .form-item-type .form-radio:checked ~ .option {
  display: inline-block;
  padding: 0.8em 1.5em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid;
  border-color: #202020;
  background-color: #202020;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
  font-size: 25px;
  font-weight: 700;
  display: block;
  padding: 0.5em 20%;
}
.view-search .form-item-type .form-radio:checked ~ .option {
  font-size: 20px;
}
@media screen and (min-width: 380px) {
  .view-search .form-item-type .form-radio:checked ~ .option {
    font-size: calc(20px + 5 * (100vw - 380px) / 790);
  }
}
@media screen and (min-width: 1170px) {
  .view-search .form-item-type .form-radio:checked ~ .option {
    font-size: 25px;
  }
}
.view-search .form-item-type .form-radio:checked ~ .option:focus,
.view-search .form-item-type .form-radio:checked ~ .option:hover {
  color: #fff;
  border-color: #202020;
  background-color: #202020;
  background-image: none;
}
.view-search .form-item-type .form-radio:checked:focus ~ .option,
.view-search .form-item-type .form-radio:focus ~ .option {
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media (min-width: 768px) {
  .view-search .form-item-type {
    min-width: calc(100% / 4 - 2rem);
  }
}
@media (min-width: 640px) {
  .view-search.filter--events .teaser:nth-child(-n + 2) {
    border-top: 0;
  }
  .view-search.filter--events .teaser:nth-child(odd) {
    position: relative;
  }
  .view-search.filter--events .teaser:nth-child(odd)::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -1rem;
    height: 100%;
    border-right: 1px solid #9b9b9b;
  }
}
@media (min-width: 768px) {
  .view-search.filter--events .teaser:nth-child(odd)::after {
    display: none;
  }
  .view-search.filter--events .teaser:nth-child(-n + 3) {
    border-top: 0;
  }
  .view-search.filter--events .teaser:nth-child(3n + 1),
  .view-search.filter--events .teaser:nth-child(3n + 2) {
    position: relative;
  }
  .view-search.filter--events .teaser:nth-child(3n + 1)::after,
  .view-search.filter--events .teaser:nth-child(3n + 2)::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -1rem;
    height: 100%;
    border-right: 1px solid #9b9b9b;
  }
  .view-search.filter--events .teaser .node__meta {
    min-height: 90px;
  }
}
.view-search.filter--events.has-infinite-scroll
  .views-infinite-scroll-content-wrapper,
.view-search.filter--events.no-infinite-scroll .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.view-search.filter--events.has-infinite-scroll
  .views-infinite-scroll-content-wrapper
  > *,
.view-search.filter--events.no-infinite-scroll .view-content > * {
  width: calc((100% / 1) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 640px) {
  .view-search.filter--events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > *,
  .view-search.filter--events.no-infinite-scroll .view-content > * {
    width: calc((100% / 2) - 2rem);
  }
}
@media (min-width: 768px) {
  .view-search.filter--events.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > *,
  .view-search.filter--events.no-infinite-scroll .view-content > * {
    width: calc((100% / 3) - 2rem);
  }
}
.view-search.filter--news.has-infinite-scroll
  .views-infinite-scroll-content-wrapper,
.view-search.filter--news.no-infinite-scroll .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.view-search.filter--news.has-infinite-scroll
  .views-infinite-scroll-content-wrapper
  > *,
.view-search.filter--news.no-infinite-scroll .view-content > * {
  width: calc((100% / 1) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 640px) {
  .view-search.filter--news.has-infinite-scroll
    .views-infinite-scroll-content-wrapper
    > *,
  .view-search.filter--news.no-infinite-scroll .view-content > * {
    width: calc((100% / 2) - 2rem);
  }
}
.pager {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.system-page__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .system-page__wrapper {
    margin-top: 60px;
    padding: 1.5rem;
  }
}
@media (min-width: 1170px) {
  .system-page__wrapper {
    margin-top: 90px;
    padding: 2rem;
  }
}
.news__title {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 640px) {
  .news__title {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .news__title {
    margin-top: 60px;
    margin-bottom: 90px;
  }
}
.news__hero {
  position: relative;
  margin-top: 30px;
}
.news__hero-title {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.news__hero-title .news__title {
  color: #fff;
}
@media (min-width: 768px) {
  .news__hero-title {
    bottom: 90px;
  }
}
.news__hero-image-caption {
  padding: 0 1vw;
  font-weight: 700;
}
.news__hero-video .video-embed-field-responsive-video {
  position: relative;
}
.news__hero-video .video-embed-field-responsive-video::after {
  display: block;
  padding-bottom: 56.25%;
  content: "";
}
.news__hero-video .video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.news__date {
  text-align: center;
}
.news .text {
  font-size: 30px;
}
.breadcrumbs {
  margin-bottom: 30px;
  padding: 0.5rem 0;
  -webkit-box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}
.content-minus-two {
  text-align: center;
  border: solid #9b9b9b;
  border-width: 1px 0 0;
  font-size: 20px;
}
.content-minus-two--inner .block {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 30px 20px;
  border-bottom: 1px solid #9b9b9b;
}
.content-minus-two--inner h2 {
  text-transform: uppercase;
  font-family: BranGRegular, "Source Sans Pro", Arial, Verdana, sans-serif;
  font-size: 25px;
  font-weight: 700;
}
.content-minus-two--inner p {
  margin-bottom: 10px;
}
.content-minus-two--inner a {
  text-decoration: none;
}
.content-minus-two--inner a:focus,
.content-minus-two--inner a:hover {
  text-decoration: underline;
}
.content-minus-two--inner input {
  text-align: center;
  border: solid #b0b0b0;
  border-width: 0 0 1px;
}
.content-minus-two--inner input:active,
.content-minus-two--inner input:focus,
.content-minus-two--inner input:hover {
  outline: 0;
  -webkit-box-shadow: inset 0.5rem 0 0 0 #202020;
  box-shadow: inset 0.5rem 0 0 0 #202020;
}
.content-minus-two--inner #mc_embed_signup div.mce_inline_error {
  margin-top: 5px;
  background-color: #000;
}
@media (min-width: 1024px) {
  .content-minus-two {
    border-width: 1px 0;
  }
  .content-minus-two--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-minus-two--inner > * {
    width: calc(33% - 2rem);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .content-minus-two--inner .block {
    position: relative;
    padding: 60px 20px 30px;
    border: 0;
  }
  .content-minus-two--inner .block:nth-child(-n + 2)::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -1rem;
    height: 100%;
    border-right: 1px solid #9b9b9b;
  }
}
.credits {
  padding-top: 30px;
}
.credits a {
  text-decoration: none;
}
.credits__inner {
  text-align: center;
}
@media (min-width: 768px) {
  .credits__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .footer-pre {
    display: none;
  }
}
body.js-header .footer-pre {
  display: none;
}
.footer {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  background: #202020;
}
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((160px + 4rem) * 10);
  margin-bottom: 0;
  padding: 3.75rem 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: marqueeS 18s linear infinite;
  animation: marqueeS 18s linear infinite;
  white-space: nowrap;
  will-change: transform;
}
.footer-list:hover {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
.footer-list::-webkit-scrollbar {
  display: none;
}
.footer-list[data-emergence="hidden"] {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.footer-list[data-emergence="visible"] {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@media (min-width: 1024px) {
  .footer-list {
    width: 200vw;
    -webkit-animation: marqueeL 18s linear infinite;
    animation: marqueeL 18s linear infinite;
  }
}
.footer-list img {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 160px;
  margin: 0 2rem;
}
.footer-list__item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 50%;
}
@media (min-width: 1024px) {
  .footer-list__item {
    width: 100vw;
  }
}
@-webkit-keyframes marqueeS {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes marqueeS {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes marqueeL {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
}
@keyframes marqueeL {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
}
.header {
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .header {
    padding-top: 2rem;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  padding: 0.25em 0 0;
  border: solid #9b9b9b;
  border-width: 1px 0;
}
.header__inner > * {
  width: calc((100% / 4) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
.header__inner > * {
  text-align: center;
}
@media (min-width: 1024px) {
  .header__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border: none;
  }
  .header__inner > * {
    width: auto;
  }
}
.header__branding {
  width: calc(50% - 2em);
  border: solid #9b9b9b;
  border-width: 0 1px;
}
@media (min-width: 1024px) {
  .header__branding {
    width: calc(100% - 6rem);
    margin-right: 0;
    margin-left: 3rem;
    border: none;
  }
}
.header__cart {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.header__cart a {
  display: inline-block;
}
.header__cart a:focus,
.header__cart a:hover {
  opacity: 0.5;
}
.header__cart a::after {
  bottom: 0;
}
@media (min-width: 1024px) {
  .header__cart {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 3rem;
    margin: 0;
    padding-bottom: 0.6rem;
  }
}
.header__cart-icon svg {
  width: 2em;
  height: 100%;
}
@media (min-width: 1024px) {
  .header__cart-icon svg {
    width: 2.6em;
  }
}
@media (min-width: 1024px) {
  .header__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    padding: 0.25em 0;
  }
  .header__content::before {
    position: relative;
    right: 50%;
    left: 50%;
    width: 98vw;
    margin-right: -49vw;
    margin-left: -49vw;
    position: absolute;
    display: block;
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
    border: solid #9b9b9b;
    border-width: 1px 0;
  }
}
.header__search {
  display: none;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .header__search {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
}
.header__menu-toggle {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: auto;
  margin-bottom: auto;
}
.header__menu-toggle .menu-toggle__button,
.header__menu-toggle .menu-toggle__link {
  margin: auto;
  padding: 0.5rem;
  border: none;
  background: 0 0;
}
.header__menu-toggle .icon-menu-toggle {
  top: 0;
  width: 1.8em;
  height: 1.8em;
}
.header__menu-toggle .svg-menu-toggle .line {
  height: 3px;
  -webkit-transition:
    opacity 0.2s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition:
    opacity 0.2s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    opacity 0.2s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    opacity 0.2s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(0) translateY(0) translateX(0);
  transform: rotate(0) translateY(0) translateX(0);
  -webkit-transform-origin: 1em 1em;
  transform-origin: 1em 1em;
  opacity: 1;
  stroke: #202020;
  stroke-width: 5px;
}
.header__menu-toggle .svg-menu-toggle .line-1 {
  -webkit-transform-origin: 0 2.5rem;
  transform-origin: 0 2.5rem;
}
.header__menu-toggle .svg-menu-toggle .line-3 {
  -webkit-transform-origin: 0 4rem;
  transform-origin: 0 4rem;
}
.header__menu-toggle .menu-toggle__button.open .line-1 {
  -webkit-transform: rotate(45deg) translateY(0) translateX(0);
  transform: rotate(45deg) translateY(0) translateX(0);
}
.header__menu-toggle .menu-toggle__button.open .line-2 {
  opacity: 0;
}
.header__menu-toggle .menu-toggle__button.open .line-3 {
  -webkit-transform: rotate(-45deg) translateY(0) translateX(0);
  transform: rotate(-45deg) translateY(0) translateX(0);
}
@media (min-width: 1024px) {
  .header__menu-toggle {
    display: none;
  }
}
.header__menu {
  display: none;
}
@media (min-width: 1024px) {
  .header__menu {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.header__off-canvas {
  position: absolute;
  z-index: 50;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
.header__off-canvas--is-off-canvas {
  width: 0;
  height: 0;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
}
.header__off-canvas--is-off-canvas > * {
  display: none;
}
.header__off-canvas--is-on-canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  background-color: #fff;
}
.header__off-canvas--is-on-canvas > * {
  display: block;
}
.header__off-canvas-menu-toggle {
  margin: 1rem 1rem 1rem auto;
}
.housekeeping__content > * {
  margin-bottom: 30px;
}
.housekeeping__content {
  text-align: center;
  font-weight: 300;
}
@media (min-width: 768px) {
  .housekeeping__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
  .housekeeping__content > * {
    width: calc((100% / 1) - 2rem);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .housekeeping__content > * {
    margin-bottom: 0;
  }
}
.housekeeping__content-first {
  color: #fff;
}
.housekeeping__content .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.housekeeping__content .menu > * {
  width: calc((100% / 1) - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
.housekeeping__content .menu-item {
  list-style-type: none;
}
.housekeeping__content .menu-item a {
  text-decoration: none;
  color: #fff;
}
.housekeeping__content .menu-item a:focus,
.housekeeping__content .menu-item a:hover {
  text-decoration: underline;
  color: #fff;
}
.layout-tabs {
  background: #000;
}
.layout-tabs ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
}
.layout-tabs li {
  margin: 0;
  list-style: none;
}
.layout-tabs li a {
  display: inline-block;
  padding: 0.66rem 1rem;
  text-decoration: none;
  color: #000;
  background-color: #d3d3d3;
  font-weight: 700;
}
.layout-tabs li a.is-active {
  color: #fff;
  background: green;
}
.layout-tabs li a:focus,
.layout-tabs li a:hover {
  text-decoration: underline;
  color: #000;
  background-color: #fff;
}
