/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* 36px */
/* 32px */
/* 24px */
/* 18px */
/* 12px */
/* 12px */
/* 18px */
/* 36px */
/* 48px */
@font-face {
  font-family: "Helvetica-Neue-Light";
  src: url("../fonts/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"), url("../fonts/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff");
}
@font-face {
  font-family: "Helvetica-Neue-Medium";
  src: url("../fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"), url("../fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff");
}
@font-face {
  font-family: "Helvetica-Neue-Roman";
  src: url("../fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("../fonts/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff");
}
@font-face {
  font-family: "Screamer-Bold";
  src: url("../fonts/FKScreamer-Bold.woff2") format("woff2"), url("../fonts/FKScreamer-Bold.woff") format("woff");
}
/* line 1, ../sass/utilities/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 16, ../sass/utilities/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 22, ../sass/utilities/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 27, ../sass/utilities/_normalize.scss */
[hidden] {
  display: none;
}

/* line 31, ../sass/utilities/_normalize.scss */
* {
  box-sizing: border-box;
}

/* line 35, ../sass/utilities/_normalize.scss */
html {
  font: 100% "Helvetica-Neue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 43, ../sass/utilities/_normalize.scss */
body {
  color: #000000;
  line-height: 1.25;
  background-color: #ffffff;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 52, ../sass/utilities/_normalize.scss */
a, a:focus, a:active, a:hover {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}

/* line 58, ../sass/utilities/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 62, ../sass/utilities/_normalize.scss */
b,
strong {
  font-family: "Helvetica-Neue-Roman", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
}

/* line 68, ../sass/utilities/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 72, ../sass/utilities/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 78, ../sass/utilities/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 83, ../sass/utilities/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 91, ../sass/utilities/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* line 95, ../sass/utilities/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 99, ../sass/utilities/_normalize.scss */
small {
  font-size: 80%;
}

/* line 103, ../sass/utilities/_normalize.scss */
i, em {
  font-style: italic;
}

/* line 107, ../sass/utilities/_normalize.scss */
img {
  border: 0;
  display: block;
}

/* line 112, ../sass/utilities/_normalize.scss */
a img {
  display: block;
}

/* line 116, ../sass/utilities/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 120, ../sass/utilities/_normalize.scss */
figure {
  margin: 0;
}

/* line 124, ../sass/utilities/_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 130, ../sass/utilities/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 135, ../sass/utilities/_normalize.scss */
form {
  margin: 0;
}

/* line 139, ../sass/utilities/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 150, ../sass/utilities/_normalize.scss */
button,
input {
  line-height: normal;
  outline: none;
  border-radius: 0;
}

/* line 157, ../sass/utilities/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 162, ../sass/utilities/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/* line 170, ../sass/utilities/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
  background-color: transparent;
}

/* line 176, ../sass/utilities/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* line 182, ../sass/utilities/_normalize.scss */
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 1 */
  box-sizing: content-box;
}

/* line 188, ../sass/utilities/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@-webkit-keyframes autofill {
  to {
    color: white;
    background: transparent;
  }
}
/* line 200, ../sass/utilities/_normalize.scss */
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  -webkit-box-shadow: 0 0 0 30px #000000 inset !important;
}

/* line 206, ../sass/utilities/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 212, ../sass/utilities/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* line 217, ../sass/utilities/_normalize.scss */
*::-webkit-input-placeholder {
  color: #A8A8A8;
}

/* line 218, ../sass/utilities/_normalize.scss */
*:-moz-placeholder {
  color: #A8A8A8;
}

/* line 219, ../sass/utilities/_normalize.scss */
*::-moz-placeholder {
  color: #A8A8A8;
}

/* line 220, ../sass/utilities/_normalize.scss */
*:-ms-input-placeholder {
  color: #A8A8A8;
}

/* line 222, ../sass/utilities/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../sass/molecules/_headlines.scss */
h1, h2, h3, h4, h5 {
  font-family: "Helvetica-Neue-Roman", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #000000;
  padding: 0;
  margin: 0 auto;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

/* line 26, ../sass/molecules/_headlines.scss */
h1 {
  font-size: 3.5rem;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 26, ../sass/molecules/_headlines.scss */
  h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 50em) {
  /* line 26, ../sass/molecules/_headlines.scss */
  h1 {
    font-size: 3.5rem;
  }
}

/* line 38, ../sass/molecules/_headlines.scss */
h2 {
  font-size: 2.5rem;
}

/* line 42, ../sass/molecules/_headlines.scss */
h3, h4, h5 {
  font-size: 1.125rem;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 42, ../sass/molecules/_headlines.scss */
  h3, h4, h5 {
    font-size: 1.125rem;
  }
}
@media (min-width: 50em) {
  /* line 42, ../sass/molecules/_headlines.scss */
  h3, h4, h5 {
    font-size: 1.125rem;
  }
}

/* line 54, ../sass/molecules/_headlines.scss */
h1.lead {
  color: #ffffff;
  font-family: "Screamer-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 26vw;
  line-height: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 63, ../sass/molecules/_headlines.scss */
h2.intro-lead {
  font-family: "Screamer-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18vw;
  line-height: 0.9;
}

/* line 69, ../sass/molecules/_headlines.scss */
h2.lead {
  font-family: "Screamer-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.5rem;
  line-height: 1.0;
  padding: 1rem;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 69, ../sass/molecules/_headlines.scss */
  h2.lead {
    font-size: 7vw;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 50em) {
  /* line 69, ../sass/molecules/_headlines.scss */
  h2.lead {
    font-size: 7vw;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* line 87, ../sass/molecules/_headlines.scss */
h1.article-h1 {
  font-family: "Screamer-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-top: 1rem;
  font-size: 3.5rem;
  letter-spacing: 0.025em;
  line-height: 1;
}

/* line 95, ../sass/molecules/_headlines.scss */
h2.item-h2 {
  font-family: "Screamer-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-top: 1rem;
  font-size: 2.5rem;
  letter-spacing: 0.025em;
  line-height: 1;
}

/* line 103, ../sass/molecules/_headlines.scss */
h2.intro-h2 {
  font-family: "Helvetica-Neue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: none;
  font-size: 1.5rem;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 103, ../sass/molecules/_headlines.scss */
  h2.intro-h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 50em) {
  /* line 103, ../sass/molecules/_headlines.scss */
  h2.intro-h2 {
    font-size: 2.5rem;
  }
}

/* line 117, ../sass/molecules/_headlines.scss */
h3.item-h3 {
  font-family: "Screamer-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-top: 1rem;
  font-size: 2.5rem;
  letter-spacing: 0.025em;
  line-height: 1;
}

/* line 125, ../sass/molecules/_headlines.scss */
h5.quote-h5 {
  font-family: "Helvetica-Neue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  width: 100%;
  display: inline-block;
  text-transform: none;
}

/* line 134, ../sass/molecules/_headlines.scss */
.partners-page h4,
.section-headline {
  font-size: 1.125rem;
  background-color: #3c0bdd;
  color: #ffffff;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 145, ../sass/molecules/_headlines.scss */
.program-page h3 {
  font-family: "Helvetica-Neue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: none;
}

/* line 157, ../sass/molecules/_headlines.scss */
.section-tickets .tickets__item h5 {
  background-color: #ff482a;
  color: #000000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000000;
}

/* line 171, ../sass/molecules/_headlines.scss */
.ticket-page .ticket-info h2 {
  font-family: "Screamer-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-top: 1rem;
  font-size: 2.5rem;
  letter-spacing: 0.025em;
  line-height: 1;
}

/* line 181, ../sass/molecules/_headlines.scss */
.partners-page h4,
.spacer-fix {
  margin-top: -1px;
}

/* line 187, ../sass/molecules/_headlines.scss */
.speaker-text h1.article-h1 {
  margin-bottom: 0;
}

/* line 1, ../sass/molecules/_forms.scss */
input {
  font-family: "Helvetica-Neue-Roman", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  color: #000000;
  padding: 1rem;
  border-bottom: 1px solid #3c0bdd;
  width: 100%;
  background: transparent;
  text-transform: uppercase;
}

/* line 13, ../sass/molecules/_forms.scss */
input.button {
  border: 0;
  font-size: 1.125rem;
  font-family: "Helvetica-Neue-Roman", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  background-color: #ffffff;
  padding: 1rem;
}

/* line 28, ../sass/molecules/_forms.scss */
input:focus {
  color: #000000;
}

/* line 32, ../sass/molecules/_forms.scss */
input.button:hover {
  background-color: #ff482a;
}

/* line 36, ../sass/molecules/_forms.scss */
.form-consent {
  display: none;
  padding: 1rem;
  font-size: 1.125rem;
  border-bottom: 1px solid #3c0bdd;
}
/* line 44, ../sass/molecules/_forms.scss */
.form-consent label {
  font-family: "Helvetica-Neue-Roman", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* line 47, ../sass/molecules/_forms.scss */
.tickbox {
  width: auto;
}

/* line 115, ../sass/molecules/_forms.scss */
.newsletter-form #mce-responses p.response {
  border-top: 1px solid #3c0bdd;
  width: 100%;
  padding: 1rem;
}

/* line 123, ../sass/molecules/_forms.scss */
*::-webkit-input-placeholder {
  color: #A8A8A8;
}

/* line 124, ../sass/molecules/_forms.scss */
*:-moz-placeholder {
  color: #A8A8A8;
}

/* line 125, ../sass/molecules/_forms.scss */
*::-moz-placeholder {
  color: #A8A8A8;
}

/* line 126, ../sass/molecules/_forms.scss */
*:-ms-input-placeholder {
  color: #A8A8A8;
}

/* line 128, ../sass/molecules/_forms.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #000000;
}

/* line 1, ../sass/molecules/_links.scss */
a {
  color: #000000;
  text-decoration: none;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
/* line 11, ../sass/molecules/_links.scss */
a:hover, a:focus {
  color: #ff482a;
}

/* line 27, ../sass/molecules/_links.scss */
a.hero-button {
  text-align: center;
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: "Helvetica-Neue-Roman", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/* line 38, ../sass/molecules/_links.scss */
a.hero-button:hover, a.hero-button:focus {
  color: #000000;
  background-color: #ff482a;
}

/* line 45, ../sass/molecules/_links.scss */
a.ticket-button {
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-family: "Screamer-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1;
  letter-spacing: 0.025em;
}
/* line 57, ../sass/molecules/_links.scss */
a.ticket-button:hover, a.ticket-button:focus {
  color: #000000;
}

/* line 63, ../sass/molecules/_links.scss */
a.a-black {
  color: #000000;
  text-transform: uppercase;
}
/* line 68, ../sass/molecules/_links.scss */
a.a-black:hover, a.a-black:focus {
  color: #ff482a;
}

/* line 75, ../sass/molecules/_links.scss */
.section-headline a {
  color: #ffffff;
}

/* line 78, ../sass/molecules/_links.scss */
.social-links {
  border-top: 1px solid #000000;
}
/* line 82, ../sass/molecules/_links.scss */
.social-links a {
  margin-left: 2rem;
  margin-right: 0;
}

/* line 88, ../sass/molecules/_links.scss */
a.no-href:hover {
  cursor: pointer;
}

@media (min-width: 50em) {
  /* line 96, ../sass/molecules/_links.scss */
  a.box-link:hover, a.box-link:focus {
    color: #000000;
    background-color: #ff482a;
  }
}

/* line 107, ../sass/molecules/_links.scss */
.toggle-overlay a {
  font-family: "Helvetica-Neue-Roman", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
}

/* line 1, ../sass/molecules/_lists.scss */
ul.box-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
/* line 12, ../sass/molecules/_lists.scss */
ul.box-nav li {
  font-size: 1.125rem;
  font-family: "Helvetica-Neue-Roman", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  width: 50%;
  height: 60px;
  border-bottom: 1px solid #3c0bdd;
  text-transform: uppercase;
}
@media (min-width: 50em) {
  /* line 12, ../sass/molecules/_lists.scss */
  ul.box-nav li {
    height: 60px;
    width: 25%;
    border-bottom: 0px !important;
  }
}
@media (min-width: 50em) {
  /* line 29, ../sass/molecules/_lists.scss */
  ul.box-nav li.highend {
    height: calc(25vw/2);
  }
}
/* line 35, ../sass/molecules/_lists.scss */
ul.box-nav li:nth-last-child(-n+2) {
  border-bottom: 0px !important;
}
/* line 39, ../sass/molecules/_lists.scss */
ul.box-nav li:not(:nth-child(2n)) {
  border-right: 1px solid #3c0bdd;
}
@media (min-width: 50em) {
  /* line 44, ../sass/molecules/_lists.scss */
  ul.box-nav li:not(:nth-child(4n)) {
    border-right: 1px solid #3c0bdd;
  }
}
@media (min-width: 50em) {
  /* line 1, ../sass/molecules/_lists.scss */
  ul.box-nav {
    flex-wrap: inherit;
  }
}

/* line 58, ../sass/molecules/_lists.scss */
.nav-header .nav-main ul.box-nav {
  flex-wrap: wrap;
}
/* line 62, ../sass/molecules/_lists.scss */
.nav-header .nav-main ul.box-nav li {
  border-right: 1px solid #3c0bdd;
  border-bottom: 1px solid #3c0bdd !important;
}
@media (min-width: 50em) {
  /* line 62, ../sass/molecules/_lists.scss */
  .nav-header .nav-main ul.box-nav li {
    width: 33.333333%;
  }
}
/* line 73, ../sass/molecules/_lists.scss */
.nav-header .nav-main ul.box-nav li:nth-child(3n+3) {
  border-right: 0px !important;
}
/* line 77, ../sass/molecules/_lists.scss */
.nav-header .nav-main ul.box-nav li:nth-last-child(-n+3) {
  border-bottom: 0px !important;
}

/* line 89, ../sass/molecules/_lists.scss */
.overlay-menu ul.nav-overlay li {
  font-family: "Helvetica-Neue-Roman", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 2.25rem;
  padding-top: 0.66667rem;
  padding-bottom: 0.66667rem;
  border-bottom: 1px solid #3c0bdd;
}

/* line 107, ../sass/molecules/_lists.scss */
footer ul.box-nav li {
  font-size: 0.75rem;
}

/* line 1, ../sass/molecules/_paragraphs.scss */
p, pre, blockquote, figcaption {
  font-family: "Helvetica-Neue-Roman", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0;
  padding-top: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 1, ../sass/molecules/_paragraphs.scss */
  p, pre, blockquote, figcaption {
    font-size: 1.125rem;
  }
}
@media (min-width: 50em) {
  /* line 1, ../sass/molecules/_paragraphs.scss */
  p, pre, blockquote, figcaption {
    font-size: 1.125rem;
  }
}

/* line 21, ../sass/molecules/_paragraphs.scss */
.section-tickets p:last-child {
  padding-bottom: 3rem;
}

/* line 29, ../sass/molecules/_paragraphs.scss */
.program-page .c8 .wp-block-column p:last-child {
  padding-bottom: 1rem;
}

/* line 37, ../sass/molecules/_paragraphs.scss */
.section-about p {
  padding-bottom: 1rem;
}

/* line 44, ../sass/molecules/_paragraphs.scss */
.section-press .c6 p.lead {
  font-family: "Helvetica-Neue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 44, ../sass/molecules/_paragraphs.scss */
  .section-press .c6 p.lead {
    font-size: 2.25rem;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 50em) {
  /* line 44, ../sass/molecules/_paragraphs.scss */
  .section-press .c6 p.lead {
    font-size: 2.25rem;
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

/* line 68, ../sass/molecules/_paragraphs.scss */
.section-contact p {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 73, ../sass/molecules/_paragraphs.scss */
.section-contact p:first-child {
  padding-top: 3rem;
}
/* line 74, ../sass/molecules/_paragraphs.scss */
.section-contact p:last-child {
  padding-bottom: 3rem;
}

/* line 81, ../sass/molecules/_paragraphs.scss */
.statement-content p,
.section-program p,
.section-news p {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}
/* line 86, ../sass/molecules/_paragraphs.scss */
.statement-content p.button,
.section-program p.button,
.section-news p.button {
  margin-top: auto;
}

@media (max-width: 37.5em) {
  /* line 95, ../sass/molecules/_paragraphs.scss */
  .section-program p.button {
    border-bottom: 1px solid #3c0bdd;
  }
}

/* line 104, ../sass/molecules/_paragraphs.scss */
.ticket-info p.button {
  margin-top: 2rem;
}

/* line 109, ../sass/molecules/_paragraphs.scss */
p.button {
  width: 100%;
  border-top: 1px solid #3c0bdd;
  padding: 0 !important;
}
/* line 115, ../sass/molecules/_paragraphs.scss */
p.button a {
  display: block;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem !important;
}
/* line 122, ../sass/molecules/_paragraphs.scss */
p.button a:hover, p.button a:focus {
  color: #000000;
  background-color: #ff482a;
}

/* line 130, ../sass/molecules/_paragraphs.scss */
p.item-small {
  font-size: 1.125rem;
  padding-top: 0.5rem;
}

/* line 140, ../sass/molecules/_paragraphs.scss */
.section-related .c6 p:last-child,
.section-related .c8 p:last-child,
.archive .c6 p:last-child,
.archive .c8 p:last-child,
.article-body .c6 p:last-child,
.article-body .c8 p:last-child {
  padding-bottom: 3rem;
}

/* line 152, ../sass/molecules/_paragraphs.scss */
.history-page .history_text p:last-child {
  padding-bottom: 1rem;
}
/* line 158, ../sass/molecules/_paragraphs.scss */
.history-page .history_gallery p {
  padding-bottom: 1rem;
}

/* line 164, ../sass/molecules/_paragraphs.scss */
.tease-post p:last-child {
  padding-bottom: 3rem;
}

/* line 169, ../sass/molecules/_paragraphs.scss */
.border-bottom {
  border-bottom: 1px solid #3c0bdd;
}

/* line 173, ../sass/molecules/_paragraphs.scss */
.default {
  padding-bottom: 0;
  padding-top: 1rem !important;
}

/* line 178, ../sass/molecules/_paragraphs.scss */
.no-space {
  padding-bottom: 0 !important;
}

/* line 184, ../sass/molecules/_paragraphs.scss */
footer p {
  padding: 1rem;
  font-size: 0.75rem;
}
/* line 189, ../sass/molecules/_paragraphs.scss */
footer .copyright p {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 195, ../sass/molecules/_paragraphs.scss */
.p-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 1, ../sass/organisms/_ticker.scss */
.ticker-wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  background-color: #3c0bdd;
  color: #ffffff;
  font-size: 1.125rem;
}

/* line 14, ../sass/organisms/_ticker.scss */
.ticker {
  display: inline-block;
  animation: marquee 90s linear infinite;
}

/* line 19, ../sass/organisms/_ticker.scss */
.item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 90s linear infinite;
}

/* line 25, ../sass/organisms/_ticker.scss */
.ticker-item {
  font-family: "Helvetica-Neue-Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-block;
  padding-left: 0.5rem;
  text-transform: uppercase;
  line-height: 0.9;
}

/* Transition */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}
/* line 1, ../sass/organisms/_intro.scss */
.section-opener-2 {
  background-color: #ff482a;
  text-align: center;
  padding-top: 0.5rem;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 1, ../sass/organisms/_intro.scss */
  .section-opener-2 {
    top: 120px;
    padding-top: 0;
  }
}
@media (min-width: 50em) {
  /* line 1, ../sass/organisms/_intro.scss */
  .section-opener-2 {
    top: 120px;
    padding-top: 0;
  }
}

/* line 18, ../sass/organisms/_intro.scss */
.sticky-element {
  position: sticky;
  position: -webkit-sticky;
  top: 60px;
  z-index: 1;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 18, ../sass/organisms/_intro.scss */
  .sticky-element {
    top: 120px;
  }
}
@media (min-width: 50em) {
  /* line 18, ../sass/organisms/_intro.scss */
  .sticky-element {
    top: 120px;
  }
}

@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 34, ../sass/organisms/_intro.scss */
  .cover-flow {
    height: 120vh;
  }
}
@media (min-width: 50em) {
  /* line 34, ../sass/organisms/_intro.scss */
  .cover-flow {
    height: 130vh;
  }
}

/* line 45, ../sass/organisms/_intro.scss */
.cover-elements {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 45, ../sass/organisms/_intro.scss */
  .cover-elements {
    height: 85vh;
  }
}
@media (min-width: 50em) {
  /* line 45, ../sass/organisms/_intro.scss */
  .cover-elements {
    height: 75vh;
  }
}
/* line 60, ../sass/organisms/_intro.scss */
.cover-elements .flow-element {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 60, ../sass/organisms/_intro.scss */
  .cover-elements .flow-element {
    width: 25%;
  }
}
@media (min-width: 50em) {
  /* line 60, ../sass/organisms/_intro.scss */
  .cover-elements .flow-element {
    width: 25%;
  }
}
/* line 77, ../sass/organisms/_intro.scss */
.cover-elements .flow-01 {
  z-index: 2;
}
@media (min-width: 50em) {
  /* line 77, ../sass/organisms/_intro.scss */
  .cover-elements .flow-01 {
    bottom: 0px;
  }
}
@media (max-width: 37.5em) {
  /* line 93, ../sass/organisms/_intro.scss */
  .cover-elements .flow-02 h2 {
    padding: 0;
  }
}
@media (min-width: 50em) {
  /* line 88, ../sass/organisms/_intro.scss */
  .cover-elements .flow-02 {
    bottom: 0px;
  }
}
/* line 101, ../sass/organisms/_intro.scss */
.cover-elements .flow-03 {
  z-index: 2;
}
@media (min-width: 50em) {
  /* line 101, ../sass/organisms/_intro.scss */
  .cover-elements .flow-03 {
    bottom: 0px;
  }
}

/* line 112, ../sass/organisms/_intro.scss */
.section-keyvisual {
  background-color: #ff482a;
}
/* line 116, ../sass/organisms/_intro.scss */
.section-keyvisual .video-item {
  overflow: hidden;
  display: flex;
}
/* line 121, ../sass/organisms/_intro.scss */
.section-keyvisual .video-item video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 50em) {
  /* line 121, ../sass/organisms/_intro.scss */
  .section-keyvisual .video-item video {
    width: 102%;
    height: auto;
  }
}

/* line 1, ../sass/organisms/_tabs.scss */
.tabs {
  overflow: hidden;
}
/* line 4, ../sass/organisms/_tabs.scss */
.tabs .is-active {
  background-color: #ff482a;
}

/* line 9, ../sass/organisms/_tabs.scss */
.tabs-content {
  display: none;
  width: 100%;
  border-right: none !important;
}

/* line 17, ../sass/organisms/_tabs.scss */
.program-page .wp-block-columns {
  border-right: none !important;
}
/* line 19, ../sass/organisms/_tabs.scss */
.program-page .wp-block-columns div:last-child {
  border-right: none !important;
}
/* line 24, ../sass/organisms/_tabs.scss */
.program-page .section {
  background-color: #ff482a;
  text-transform: uppercase;
  border-right: 0;
}
/* line 30, ../sass/organisms/_tabs.scss */
.program-page p.location {
  font-size: 1.125rem;
  margin-top: auto;
  text-transform: uppercase;
}

/* line 1, ../sass/organisms/_ticket.scss */
#twebshop {
  --tw-button-color: #ff482a !important;
  --tw-button-text-color: #000000 !important;
  --tw-button-price-color: #000000 !important;
  --tw-button-price-text-color: #000000 !important;
  --tw-box-color: #eee !important;
  --tw-box-text-color: #000000 !important;
  --tw-booking-color: #efefef !important;
  --tw-booking-text-color: #000000 !important;
}

/* line 1, ../sass/organisms/_footer.scss */
footer {
  background-color: #ffffff;
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: uppercase;
}
/* line 8, ../sass/organisms/_footer.scss */
footer .social-nav {
  width: 100%;
  position: relative;
}
/* line 13, ../sass/organisms/_footer.scss */
footer .footer-nav {
  width: 100%;
  position: relative;
}
/* line 18, ../sass/organisms/_footer.scss */
footer .footer-nav .footer-nav__items,
footer .footer-nav .footer-nav__supporters {
  width: 100%;
  margin-right: -1px;
  border-bottom: 1px solid #3c0bdd;
}
/* line 25, ../sass/organisms/_footer.scss */
footer .footer-nav .footer-nav__items li,
footer .footer-nav .footer-nav__supporters li {
  width: 50%;
}
@media (min-width: 50em) {
  /* line 18, ../sass/organisms/_footer.scss */
  footer .footer-nav .footer-nav__items,
  footer .footer-nav .footer-nav__supporters {
    width: 50%;
    border-bottom: 0px;
  }
}
/* line 35, ../sass/organisms/_footer.scss */
footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item {
  justify-content: left;
}
@media (max-width: 37.5em) {
  /* line 35, ../sass/organisms/_footer.scss */
  footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item {
    height: 100px;
  }
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 35, ../sass/organisms/_footer.scss */
  footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item {
    height: calc(25vw/2);
  }
}
@media (min-width: 50em) {
  /* line 35, ../sass/organisms/_footer.scss */
  footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item {
    height: calc(25vw/4);
  }
}
/* line 51, ../sass/organisms/_footer.scss */
footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item .supporter-desc {
  display: inline-block;
}
/* line 55, ../sass/organisms/_footer.scss */
footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item .supporter-desc p {
  width: 80%;
  text-align: left;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 55, ../sass/organisms/_footer.scss */
  footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item .supporter-desc p {
    width: 100%;
  }
}
@media (min-width: 50em) {
  /* line 55, ../sass/organisms/_footer.scss */
  footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item .supporter-desc p {
    width: 100%;
  }
}
/* line 72, ../sass/organisms/_footer.scss */
footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item .supporter-logo {
  position: absolute;
  right: 0;
  text-align: -webkit-right;
}
/* line 78, ../sass/organisms/_footer.scss */
footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item .supporter-logo .supporter-logo__beberlin_01 {
  height: auto;
  display: block;
  width: 157px;
  margin-right: 1rem;
}
@media (max-width: 37.5em) {
  /* line 78, ../sass/organisms/_footer.scss */
  footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item .supporter-logo .supporter-logo__beberlin_01 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
/* line 90, ../sass/organisms/_footer.scss */
footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item .supporter-logo .supporter-logo__beberlin_02 {
  height: auto;
  display: block;
  width: 132px;
  margin-right: 1rem;
}
@media (max-width: 37.5em) {
  /* line 90, ../sass/organisms/_footer.scss */
  footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item .supporter-logo .supporter-logo__beberlin_02 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
/* line 102, ../sass/organisms/_footer.scss */
footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item .supporter-logo .supporter-logo__visitberlin {
  height: auto;
  display: block;
  width: 100px;
  margin-right: 1rem;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 111, ../sass/organisms/_footer.scss */
  footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item .supporter-logo a {
    display: inline-block !important;
  }
}
@media (min-width: 50em) {
  /* line 117, ../sass/organisms/_footer.scss */
  footer .footer-nav .footer-nav__supporters .footer-nav__supporters__item .supporter-logo a {
    display: inline-block !important;
  }
}
/* line 123, ../sass/organisms/_footer.scss */
footer .footer-nav .footer-nav__supporters > :not(:nth-last-child(-n+1)) {
  border-bottom: 1px solid #3c0bdd;
}
@media (min-width: 50em) {
  /* line 33, ../sass/organisms/_footer.scss */
  footer .footer-nav .footer-nav__supporters {
    border-left: 1px solid #3c0bdd;
  }
}
@media (min-width: 50em) {
  /* line 13, ../sass/organisms/_footer.scss */
  footer .footer-nav {
    display: flex;
  }
}

@media (max-width: 37.5em) {
  /* line 3, ../sass/organisms/_header.scss */
  header .nav-header {
    position: fixed;
    border-bottom: 1px solid #000000;
    background-color: #ffffff;
    z-index: 10;
    top: 0;
    border-top: 0px !important;
  }
}
/* line 16, ../sass/organisms/_header.scss */
header .nav-header .logo-wrapper {
  border-right: 1px solid #000000;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  height: 60px;
}
/* line 24, ../sass/organisms/_header.scss */
header .nav-header .logo-wrapper .bq-logo {
  height: auto;
  max-width: 225px;
}
@media (min-width: 50em) {
  /* line 16, ../sass/organisms/_header.scss */
  header .nav-header .logo-wrapper {
    height: 120px;
    border-right: 0px;
  }
}
/* line 35, ../sass/organisms/_header.scss */
header .nav-header .claim {
  background-color: #ff482a;
}
/* line 39, ../sass/organisms/_header.scss */
header .nav-header .claim p {
  padding: 0;
  font-size: 0.6rem;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 39, ../sass/organisms/_header.scss */
  header .nav-header .claim p {
    font-size: 0.75rem;
  }
}
@media (min-width: 50em) {
  /* line 39, ../sass/organisms/_header.scss */
  header .nav-header .claim p {
    font-size: 0.75rem;
  }
}

/* external css: flickity.css, fullscreen.css */
/* line 3, ../sass/organisms/_carousel.scss */
.container {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 9, ../sass/organisms/_carousel.scss */
.carousel {
  width: 100%;
  margin-right: 0;
  padding: 0;
}

/* line 15, ../sass/organisms/_carousel.scss */
.carousel-cell {
  width: 100%;
  height: auto;
}

/* line 20, ../sass/organisms/_carousel.scss */
.carousel-cell-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* big previous & next buttons */
/* line 29, ../sass/organisms/_carousel.scss */
.flickity-prev-next-button {
  width: 100px;
  height: 100px;
}

/* need this because default z-index is only set to 1 ... */
/* line 35, ../sass/organisms/_carousel.scss */
.carousel.is-fullscreen {
  z-index: 9999999;
  background: #EEEEEE;
  height: 100%;
  width: 100%;
  margin: 0;
}

/* line 43, ../sass/organisms/_carousel.scss */
.carousel.is-fullscreen .carousel-cell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 51, ../sass/organisms/_carousel.scss */
.carousel.is-fullscreen .carousel-cell-image {
  max-height: 100%;
  max-width: 100%;
}

/* line 56, ../sass/organisms/_carousel.scss */
.flickity-page-dots {
  position: absolute;
  top: 16px;
  left: 12px;
  bottom: 0px !important;
  text-align: left !important;
  padding-left: 1rem;
  padding-bottom: 1rem;
  width: auto !important;
  height: 20px;
}
/* line 67, ../sass/organisms/_carousel.scss */
.flickity-page-dots .is-selected {
  background: #ff482a !important;
  z-index: 5000;
}

/* line 73, ../sass/organisms/_carousel.scss */
.dot {
  border-radius: 0% !important;
  margin-right: 0.33333rem !important;
  background: #000000 !important;
}

/* line 79, ../sass/organisms/_carousel.scss */
.flickity-button {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0) !important;
}

/* line 86, ../sass/organisms/_carousel.scss */
.carousel div {
  border-right: 0px !important;
}
/* line 88, ../sass/organisms/_carousel.scss */
.carousel .teaser-video {
  border-bottom: 1px solid #3c0bdd;
  position: relative;
}
/* line 93, ../sass/organisms/_carousel.scss */
.carousel .teaser-video .play-btn {
  display: inline-block;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0.9;
}
/* line 105, ../sass/organisms/_carousel.scss */
.carousel .teaser-video .play-btn:after {
  content: "";
  display: block;
  position: relative;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
}

/* line 130, ../sass/organisms/_carousel.scss */
.section-about .about-gallery .container .carousel {
  height: 100%;
}

/* line 146, ../sass/organisms/_carousel.scss */
.is-selected {
  z-index: 5000;
}

/* line 152, ../sass/organisms/_carousel.scss */
.archive-cell {
  width: 100%;
  background-color: #ffffff;
  border-right: none !important;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 152, ../sass/organisms/_carousel.scss */
  .archive-cell {
    height: 660px;
  }
}
@media (min-width: 50em) {
  /* line 152, ../sass/organisms/_carousel.scss */
  .archive-cell {
    height: 660px;
  }
}

/* line 168, ../sass/organisms/_carousel.scss */
.archive-nav {
  height: 240px;
  overflow-y: scroll;
}
/* line 173, ../sass/organisms/_carousel.scss */
.archive-nav .archive-cell {
  border-bottom: 1px solid #3c0bdd;
  display: block;
  cursor: pointer;
  height: auto;
  padding-bottom: 1rem;
}
/* line 180, ../sass/organisms/_carousel.scss */
.archive-nav .archive-cell:last-child {
  border-bottom: 0px !important;
}
/* line 185, ../sass/organisms/_carousel.scss */
.archive-nav .video-selected {
  background: #ff482a;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 168, ../sass/organisms/_carousel.scss */
  .archive-nav {
    height: 660px;
  }
}
@media (min-width: 50em) {
  /* line 168, ../sass/organisms/_carousel.scss */
  .archive-nav {
    height: 660px;
  }
}

/* line 198, ../sass/organisms/_carousel.scss */
.flickity-page-dots {
  position: relative !important;
}

@media (max-width: 37.5em) {
  /* line 205, ../sass/organisms/_carousel.scss */
  .speaker-gallery .flickity-prev-next-button {
    top: 20%;
  }
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 211, ../sass/organisms/_carousel.scss */
  .speaker-gallery .flickity-prev-next-button {
    top: 20%;
  }
}
@media (min-width: 50em) {
  /* line 217, ../sass/organisms/_carousel.scss */
  .speaker-gallery .flickity-prev-next-button.next {
    right: 51%;
  }
}

/* line 1, ../sass/organisms/_navigation.scss */
html.disable-scroll body {
  max-height: 100%;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  /* line 1, ../sass/organisms/_navigation.scss */
  html.disable-scroll body {
    position: fixed;
  }
}

/* line 17, ../sass/organisms/_navigation.scss */
.nav-main {
  display: none;
  width: 100%;
  background-color: #ffffff;
}
@media (min-width: 50em) {
  /* line 17, ../sass/organisms/_navigation.scss */
  .nav-main {
    display: block;
  }
}

/* line 28, ../sass/organisms/_navigation.scss */
.nav-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 3;
  border-bottom: 1px solid #3c0bdd;
  border-top: 0px !important;
}
/* line 38, ../sass/organisms/_navigation.scss */
.nav-header .hide-mobile {
  border-right: 0px !important;
}

@media (min-width: 50em) {
  /* line 42, ../sass/organisms/_navigation.scss */
  .nav-mobile {
    display: none;
  }
}

/* line 48, ../sass/organisms/_navigation.scss */
.toggle-overlay {
  width: 100%;
  text-transform: uppercase;
}

/* line 55, ../sass/organisms/_navigation.scss */
.overlay-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .30s, visibility .30s;
  overflow: auto;
  opacity: 0;
}
/* line 69, ../sass/organisms/_navigation.scss */
.overlay-wrapper .overlay-menu {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  transition: width .30s;
  opacity: 1;
  height: 100%;
}
/* line 80, ../sass/organisms/_navigation.scss */
.overlay-wrapper .overlay-menu .overlay-menu-header {
  background-color: #3c0bdd;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* line 87, ../sass/organisms/_navigation.scss */
.overlay-wrapper .overlay-menu .overlay-menu-header a {
  color: #ffffff;
}
/* line 91, ../sass/organisms/_navigation.scss */
.overlay-wrapper .overlay-menu .overlay-menu__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
/* line 98, ../sass/organisms/_navigation.scss */
.overlay-wrapper .overlay-menu .overlay-menu__footer .nav-social {
  border-top: 1px solid #3c0bdd;
}
/* line 102, ../sass/organisms/_navigation.scss */
.overlay-wrapper .overlay-menu .overlay-menu__footer .nav-social li {
  font-size: 0.75rem;
  height: 60px;
}
/* line 110, ../sass/organisms/_navigation.scss */
.overlay-wrapper.open {
  visibility: visible;
  width: 100%;
  opacity: 1;
}
/* line 112, ../sass/organisms/_navigation.scss */
.overlay-wrapper.open .overlay-menu {
  width: 100%;
}

/* line 1, ../sass/organisms/_grid.scss */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #3c0bdd;
}
@media (max-width: 37.5em) {
  /* line 11, ../sass/organisms/_grid.scss */
  .grid .c1 {
    width: 25%;
  }
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 11, ../sass/organisms/_grid.scss */
  .grid .c1 {
    width: 25%;
  }
}
@media (min-width: 50em) {
  /* line 11, ../sass/organisms/_grid.scss */
  .grid .c1 {
    width: 12.5%;
  }
}
@media (max-width: 37.5em) {
  /* line 25, ../sass/organisms/_grid.scss */
  .grid .c2 {
    width: 100%;
    border: 0px !important;
  }
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 25, ../sass/organisms/_grid.scss */
  .grid .c2 {
    width: 100%;
    border: 0px !important;
  }
}
@media (min-width: 50em) {
  /* line 25, ../sass/organisms/_grid.scss */
  .grid .c2 {
    width: 25%;
  }
}
@media (max-width: 37.5em) {
  /* line 41, ../sass/organisms/_grid.scss */
  .grid .c3 {
    width: 100%;
  }
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 41, ../sass/organisms/_grid.scss */
  .grid .c3 {
    width: 100%;
    border: 0px !important;
  }
}
@media (min-width: 50em) {
  /* line 41, ../sass/organisms/_grid.scss */
  .grid .c3 {
    width: 37.5%;
  }
}
@media (max-width: 37.5em) {
  /* line 57, ../sass/organisms/_grid.scss */
  .grid .c4 {
    width: 100%;
    border: 0px !important;
  }
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 57, ../sass/organisms/_grid.scss */
  .grid .c4 {
    width: 100%;
    border: 0px !important;
  }
}
@media (min-width: 50em) {
  /* line 57, ../sass/organisms/_grid.scss */
  .grid .c4 {
    width: 50%;
  }
}
@media (max-width: 37.5em) {
  /* line 73, ../sass/organisms/_grid.scss */
  .grid .c6 {
    width: 100%;
    border: 0px !important;
  }
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 73, ../sass/organisms/_grid.scss */
  .grid .c6 {
    width: 100%;
    border: 0px !important;
  }
}
@media (min-width: 50em) {
  /* line 73, ../sass/organisms/_grid.scss */
  .grid .c6 {
    width: 75%;
  }
}
/* line 89, ../sass/organisms/_grid.scss */
.grid .c8 {
  width: 100%;
  border: 0px !important;
}
@media (max-width: 37.5em) {
  /* line 96, ../sass/organisms/_grid.scss */
  .grid .show-mobile {
    border-right: 1px solid #3c0bdd;
  }
  /* line 99, ../sass/organisms/_grid.scss */
  .grid div:nth-child(6) {
    border-right: none;
  }
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 105, ../sass/organisms/_grid.scss */
  .grid .show-mobile {
    border-right: 1px solid #3c0bdd;
  }
  /* line 108, ../sass/organisms/_grid.scss */
  .grid div:nth-child(6) {
    border-right: none;
  }
}
@media (min-width: 50em) {
  /* line 115, ../sass/organisms/_grid.scss */
  .grid div:not(:last-child) {
    border-right: 1px solid #3c0bdd;
  }
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 120, ../sass/organisms/_grid.scss */
  .grid .hide-mobile {
    display: none;
  }
}
@media (max-width: 37.5em) {
  /* line 120, ../sass/organisms/_grid.scss */
  .grid .hide-mobile {
    display: none;
  }
}
@media (min-width: 50em) {
  /* line 131, ../sass/organisms/_grid.scss */
  .grid .hide-desktop {
    display: none;
  }
}

/* line 140, ../sass/organisms/_grid.scss */
.grid-spacer {
  height: calc(9vw + 3vh);
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 140, ../sass/organisms/_grid.scss */
  .grid-spacer {
    height: calc(9vw);
  }
}
@media (min-width: 50em) {
  /* line 140, ../sass/organisms/_grid.scss */
  .grid-spacer {
    height: calc(9vw);
  }
}

/* line 152, ../sass/organisms/_grid.scss */
.white {
  background-color: #ffffff;
}

/* line 153, ../sass/organisms/_grid.scss */
.green {
  background-color: #ff482a;
}

/* line 154, ../sass/organisms/_grid.scss */
.black {
  background-color: #000000;
}

/* line 156, ../sass/organisms/_grid.scss */
.transparent {
  background-color: transparent;
}

@media (max-width: 37.5em) {
  /* line 158, ../sass/organisms/_grid.scss */
  .grid-min-row {
    height: calc(9vw + 3vh - 1px);
  }
}

/* line 164, ../sass/organisms/_grid.scss */
.noborder {
  border-top: none !important;
}

/* line 165, ../sass/organisms/_grid.scss */
.noborder-bottom {
  border-bottom: none !important;
}

/* line 167, ../sass/organisms/_grid.scss */
.item-50 {
  border-top: 1px solid #3c0bdd;
  position: relative;
  width: 100%;
}
/* line 173, ../sass/organisms/_grid.scss */
.item-50:nth-child(even) {
  border-right: 0px !important;
}
@media (min-width: 50em) {
  /* line 167, ../sass/organisms/_grid.scss */
  .item-50 {
    width: 50%;
  }
  /* line 179, ../sass/organisms/_grid.scss */
  .item-50:nth-child(-n+3) {
    border-top: 0px;
  }
  /* line 180, ../sass/organisms/_grid.scss */
  .item-50:nth-child(n+3) {
    border-top: 1px solid #3c0bdd;
  }
}

/* line 186, ../sass/organisms/_grid.scss */
.item-25 {
  border-top: 1px solid #3c0bdd;
  position: relative;
  width: 100%;
}
/* line 192, ../sass/organisms/_grid.scss */
.item-25:nth-child(4n) {
  border-right: 0px !important;
}
@media (min-width: 50em) {
  /* line 186, ../sass/organisms/_grid.scss */
  .item-25 {
    width: 25%;
    border-top: 0px;
  }
  /* line 201, ../sass/organisms/_grid.scss */
  .item-25:nth-child(-n+4) {
    border-bottom: 1px solid #3c0bdd;
  }
}

@media (min-width: 50em) {
  /* line 213, ../sass/organisms/_grid.scss */
  .section-program .item-25 {
    border-bottom: 0px !important;
  }
}

@media (min-width: 50em) {
  /* line 223, ../sass/organisms/_grid.scss */
  .related-topics .item-25,
  .related-program .item-25 {
    border-bottom: 0px !important;
    border-right: 1px solid #3c0bdd;
  }
  /* line 227, ../sass/organisms/_grid.scss */
  .related-topics .item-25:nth-child(4),
  .related-program .item-25:nth-child(4) {
    border-right: none !important;
  }
}

@media (min-width: 50em) {
  /* line 235, ../sass/organisms/_grid.scss */
  .speakers-page .item-25 {
    border-bottom: 1px solid #3c0bdd;
    border-right: 1px solid #3c0bdd;
  }
}

/* line 248, ../sass/organisms/_grid.scss */
.section-opener .c8 div {
  border: 0px !important;
}

/* line 254, ../sass/organisms/_grid.scss */
.nav-header .c2 {
  width: 70%;
}
@media (min-width: 50em) {
  /* line 254, ../sass/organisms/_grid.scss */
  .nav-header .c2 {
    width: 25%;
  }
}
/* line 263, ../sass/organisms/_grid.scss */
.nav-header .c6 {
  width: 30%;
}
@media (min-width: 50em) {
  /* line 263, ../sass/organisms/_grid.scss */
  .nav-header .c6 {
    width: 75%;
  }
}

/* line 1, ../sass/organisms/_wrapper.scss */
.section-opener {
  background-color: #ff482a;
  overflow: hidden;
  text-align: center;
}

/* line 7, ../sass/organisms/_wrapper.scss */
.section-contact {
  text-align: center;
}
/* line 9, ../sass/organisms/_wrapper.scss */
.section-contact .c1, .section-contact .c6 {
  border-color: #ffffff !important;
}

/* line 12, ../sass/organisms/_wrapper.scss */
.section-intro {
  text-align: center;
}

/* line 20, ../sass/organisms/_wrapper.scss */
.section-videogallery .video-wrap,
.section-video .video-wrap,
.section-archive .video-wrap {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  border-right: 0px !important;
  border-bottom: 1px solid #3c0bdd;
  background-color: #000000;
}
/* line 29, ../sass/organisms/_wrapper.scss */
.section-videogallery .video-wrap iframe,
.section-video .video-wrap iframe,
.section-archive .video-wrap iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 40, ../sass/organisms/_wrapper.scss */
.section-videogallery .teaser-video-desc h2,
.section-video .teaser-video-desc h2,
.section-archive .teaser-video-desc h2 {
  background-color: #ff482a;
  padding-bottom: 1rem !important;
  border-bottom: 1px solid #3c0bdd;
}

/* line 51, ../sass/organisms/_wrapper.scss */
.section-videogallery .video-wrap {
  border: 0px !important;
}

@media (min-width: 50em) {
  /* line 64, ../sass/organisms/_wrapper.scss */
  .speaker-gallery .carousel .item-50:nth-child(odd) {
    border-right: 1px solid #3c0bdd !important;
  }
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 70, ../sass/organisms/_wrapper.scss */
  .speaker-gallery .carousel .item-50:nth-child(odd) {
    border-right: 1px solid #3c0bdd !important;
  }
}

/* line 80, ../sass/organisms/_wrapper.scss */
.section-statement .statement-image {
  border-right: 0px !important;
}
/* line 84, ../sass/organisms/_wrapper.scss */
.section-statement .statement-quote {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 92, ../sass/organisms/_wrapper.scss */
.section-program article:not(:last-of-type) {
  border-bottom: 1px solid #3c0bdd;
}

/* line 99, ../sass/organisms/_wrapper.scss */
.about-gallery,
.history_gallery {
  background-color: #ff482a;
}
/* line 104, ../sass/organisms/_wrapper.scss */
.about-gallery p,
.history_gallery p {
  border-top: 1px solid #3c0bdd;
  font-size: 0.75rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 37.5em) {
  /* line 99, ../sass/organisms/_wrapper.scss */
  .about-gallery,
  .history_gallery {
    border-top: 1px solid #3c0bdd !important;
  }
}

/* line 120, ../sass/organisms/_wrapper.scss */
.section-gallery .carousel {
  background-color: #ff482a;
}
/* line 124, ../sass/organisms/_wrapper.scss */
.section-gallery .carousel p {
  border-top: 1px solid #3c0bdd;
  font-size: 0.75rem;
  color: #000000;
  padding-bottom: 1rem !important;
  text-align: center;
}

/* line 138, ../sass/organisms/_wrapper.scss */
.social-nav {
  border-top: 1px solid #3c0bdd;
}

/* line 139, ../sass/organisms/_wrapper.scss */
.footer-nav {
  border-top: 1px solid #3c0bdd;
}

/* line 141, ../sass/organisms/_wrapper.scss */
.copyright {
  background-color: #3c0bdd;
  color: #ffffff;
}

/* line 146, ../sass/organisms/_wrapper.scss */
.cover {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - (60px * 2));
  margin-top: 60px;
}
@media (min-width: 50em) {
  /* line 146, ../sass/organisms/_wrapper.scss */
  .cover {
    height: calc(100vh - (60px * 2));
    margin-top: calc(60px * 2);
  }
}

/* line 164, ../sass/organisms/_wrapper.scss */
.half-width p {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 50em) {
  /* line 164, ../sass/organisms/_wrapper.scss */
  .half-width p {
    width: 80%;
  }
}

/* line 175, ../sass/organisms/_wrapper.scss */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 183, ../sass/organisms/_wrapper.scss */
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 198, ../sass/organisms/_wrapper.scss */
.flex-justify {
  flex-flow: row wrap;
  justify-content: flex-start;
}

/* line 203, ../sass/organisms/_wrapper.scss */
.flex-nowrap {
  flex-flow: column nowrap;
}

/* line 209, ../sass/organisms/_wrapper.scss */
.intro .intro__content {
  background-color: #ffffff;
  width: 100%;
}
/* line 214, ../sass/organisms/_wrapper.scss */
.intro .intro__image {
  width: 100%;
  background-color: #F8F8F8;
  background-position: center;
  background-size: cover;
}

/* line 224, ../sass/organisms/_wrapper.scss */
.archive-wrapper .content-intro {
  background-color: #ff482a;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 37.5em) {
  /* line 222, ../sass/organisms/_wrapper.scss */
  .archive-wrapper {
    margin-top: 60px;
  }
}
@media (min-width: 50em) {
  /* line 222, ../sass/organisms/_wrapper.scss */
  .archive-wrapper {
    margin-top: 120px;
  }
}

@media (max-width: 37.5em) {
  /* line 247, ../sass/organisms/_wrapper.scss */
  .article-body .top-align {
    margin-top: 119px;
  }
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 247, ../sass/organisms/_wrapper.scss */
  .article-body .top-align {
    margin-top: 120px;
  }
}
@media (min-width: 50em) {
  /* line 247, ../sass/organisms/_wrapper.scss */
  .article-body .top-align {
    margin-top: 120px;
  }
}

/* line 264, ../sass/organisms/_wrapper.scss */
.mayor-quote {
  border-top: 1px solid #3c0bdd;
  border-bottom: 1px solid #3c0bdd;
  background-color: #ff482a;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-right: 0px !important;
}

/* line 278, ../sass/organisms/_wrapper.scss */
.topic-single .topic-cover,
.topic-single .speaker-cover,
.speaker-single .topic-cover,
.speaker-single .speaker-cover {
  position: relative;
  background-color: #ff482a;
}
/* line 284, ../sass/organisms/_wrapper.scss */
.topic-single .topic-cover .topic-image,
.topic-single .topic-cover .speaker-image,
.topic-single .speaker-cover .topic-image,
.topic-single .speaker-cover .speaker-image,
.speaker-single .topic-cover .topic-image,
.speaker-single .topic-cover .speaker-image,
.speaker-single .speaker-cover .topic-image,
.speaker-single .speaker-cover .speaker-image {
  border-right: 0;
  border-bottom: 1px solid #3c0bdd;
}
/* line 290, ../sass/organisms/_wrapper.scss */
.topic-single .topic-cover .speaker-quote,
.topic-single .speaker-cover .speaker-quote,
.speaker-single .topic-cover .speaker-quote,
.speaker-single .speaker-cover .speaker-quote {
  position: absolute;
  bottom: 0;
  padding-bottom: 1rem;
  display: none;
}
@media (min-width: 50em) {
  /* line 290, ../sass/organisms/_wrapper.scss */
  .topic-single .topic-cover .speaker-quote,
  .topic-single .speaker-cover .speaker-quote,
  .speaker-single .topic-cover .speaker-quote,
  .speaker-single .speaker-cover .speaker-quote {
    display: block;
  }
}
/* line 304, ../sass/organisms/_wrapper.scss */
.topic-single .topic-text,
.topic-single .speaker-text,
.speaker-single .topic-text,
.speaker-single .speaker-text {
  padding-bottom: 1rem;
}

/* line 312, ../sass/organisms/_wrapper.scss */
.program-page .grid-spacer {
  width: 100%;
  border-bottom: 1px solid #3c0bdd;
  border-top: 0;
  border-right: 0px solid !important;
}
/* line 320, ../sass/organisms/_wrapper.scss */
.program-page h1, .program-page h2, .program-page h3 {
  font-family: "Helvetica-Neue-Roman", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300 !important;
  border-bottom: 1px solid #3c0bdd;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* line 328, ../sass/organisms/_wrapper.scss */
.program-page h2 {
  background-color: #ff482a;
  text-transform: none;
  font-size: 1.5rem;
  font-family: "Helvetica-Neue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 328, ../sass/organisms/_wrapper.scss */
  .program-page h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 50em) {
  /* line 328, ../sass/organisms/_wrapper.scss */
  .program-page h2 {
    font-size: 2.5rem;
  }
}
/* line 343, ../sass/organisms/_wrapper.scss */
.program-page h3 {
  background-color: #3c0bdd;
  color: #ffffff;
  text-transform: none;
  font-size: 1.125rem;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 343, ../sass/organisms/_wrapper.scss */
  .program-page h3 {
    font-size: 1.125rem;
  }
}
@media (min-width: 50em) {
  /* line 343, ../sass/organisms/_wrapper.scss */
  .program-page h3 {
    font-size: 1.125rem;
  }
}
/* line 359, ../sass/organisms/_wrapper.scss */
.program-page .wp-block-columns {
  gap: 0;
  width: 100%;
  border-right: 0;
  border-bottom: 1px solid #3c0bdd;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 368, ../sass/organisms/_wrapper.scss */
.program-page .wp-block-columns .wp-block-column {
  margin-left: 0;
}
/* line 372, ../sass/organisms/_wrapper.scss */
.program-page .wp-block-columns .wp-block-column .button {
  padding: 1rem !important;
}
/* line 374, ../sass/organisms/_wrapper.scss */
.program-page .wp-block-columns .wp-block-column p {
  padding-bottom: 0 !important;
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 374, ../sass/organisms/_wrapper.scss */
  .program-page .wp-block-columns .wp-block-column p {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 50em) {
  /* line 374, ../sass/organisms/_wrapper.scss */
  .program-page .wp-block-columns .wp-block-column p {
    padding-bottom: 1rem !important;
  }
}
/* line 386, ../sass/organisms/_wrapper.scss */
.program-page .wp-block-columns .wp-block-column:last-child p {
  padding-bottom: 1rem !important;
}
/* line 390, ../sass/organisms/_wrapper.scss */
.program-page .wp-block-columns:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
/* line 396, ../sass/organisms/_wrapper.scss */
.program-page .break {
  background-color: #000000;
  color: #ffffff;
  border-bottom: 1px solid #000000;
}
/* line 402, ../sass/organisms/_wrapper.scss */
.program-page .break div {
  border-right: 1px solid #000000;
}

/* line 412, ../sass/organisms/_wrapper.scss */
.ticket-page .ticket-info h2 {
  font-family: "Screamer-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-top: 1rem;
  font-size: 2.5rem;
}
/* line 418, ../sass/organisms/_wrapper.scss */
.ticket-page .ticket-info .wp-block-columns {
  border-right: 0;
  border-bottom: 1px solid #3c0bdd;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 425, ../sass/organisms/_wrapper.scss */
.ticket-page .ticket-info .wp-block-columns:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
/* line 435, ../sass/organisms/_wrapper.scss */
.ticket-page .ticket-widget {
  background-color: #efefef;
}
/* line 439, ../sass/organisms/_wrapper.scss */
.ticket-page .ticket-widget div {
  border-right: 0;
}
@media (max-width: 37.5em) {
  /* line 435, ../sass/organisms/_wrapper.scss */
  .ticket-page .ticket-widget {
    border-bottom: 1px solid #3c0bdd !important;
    order: -1;
    flex: 1 0 100%;
  }
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 435, ../sass/organisms/_wrapper.scss */
  .ticket-page .ticket-widget {
    border-bottom: 0px !important;
  }
}
@media (min-width: 50em) {
  /* line 435, ../sass/organisms/_wrapper.scss */
  .ticket-page .ticket-widget {
    border-bottom: 0px !important;
  }
}

/* line 459, ../sass/organisms/_wrapper.scss */
.partners-page .wp-block-image {
  margin-bottom: 0;
}
/* line 461, ../sass/organisms/_wrapper.scss */
.partners-page figure {
  border-right: 1px solid #3c0bdd;
  border-bottom: 1px solid #3c0bdd;
}
/* line 466, ../sass/organisms/_wrapper.scss */
.partners-page figure:nth-child(4n+5) {
  border-right: 0px;
}
/* line 470, ../sass/organisms/_wrapper.scss */
.partners-page figure figcaption {
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  border-top: 1px solid #3c0bdd;
}
@media (max-width: 37.5em) {
  /* line 461, ../sass/organisms/_wrapper.scss */
  .partners-page figure {
    width: 50%;
  }
  /* line 481, ../sass/organisms/_wrapper.scss */
  .partners-page figure:nth-child(odd) {
    border-right: 0;
  }
}
@media (max-width: 50em) and (min-width: 37.5em) {
  /* line 461, ../sass/organisms/_wrapper.scss */
  .partners-page figure {
    width: 50%;
  }
  /* line 488, ../sass/organisms/_wrapper.scss */
  .partners-page figure:nth-child(odd) {
    border-right: 0;
  }
}
@media (min-width: 50em) {
  /* line 461, ../sass/organisms/_wrapper.scss */
  .partners-page figure {
    width: 25%;
  }
}

/* line 502, ../sass/organisms/_wrapper.scss */
.error-page h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 1, ../sass/atoms/_images.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 9, ../sass/atoms/_images.scss */
.section-opener .c8 .image-01,
.section-opener .c8 .image-02 {
  width: 80%;
  position: absolute;
}
@media (min-width: 50em) {
  /* line 9, ../sass/atoms/_images.scss */
  .section-opener .c8 .image-01,
  .section-opener .c8 .image-02 {
    width: 60%;
  }
}

/* line 28, ../sass/atoms/_images.scss */
.statement-image img,
.related-speakers img,
.related-topics img,
.related-program img,
.tease-speakers img,
.ticket-info img {
  border-bottom: 1px solid #3c0bdd;
}

/* line 33, ../sass/atoms/_images.scss */
.wp-block-image {
  margin-bottom: 0 !important;
}

/* line 38, ../sass/atoms/_images.scss */
.section-program img {
  border-bottom: 1px solid #3c0bdd;
}

/* line 43, ../sass/atoms/_images.scss */
.image-border {
  border-bottom: 1px solid #3c0bdd;
}

/* manually added styles */

.speaker-quote {
    position: relative !important; 
    padding-top: 1rem;
}

