@charset "UTF-8";
body {
  background-color: #fff;
  font: 16px/1.375 Roboto, sans-serif;
  margin: auto;
  overflow-x: hidden;
}

h1, h2, .tribe-events-list-separator-month, h3, h4, h5, h6 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
}

h3 {
  color: #d4af34;
}

p, blockquote, dl, ol, ul, pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #455f93;
  transition: color 0.3s;
}
a:hover {
  color: rgb(141.6875, 161.7291666667, 201.8125);
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  background-color: rgb(246, 246, 246);
  border: 0;
  box-shadow: 0 1px 1px 0 rgba(119, 119, 119, 0.2) inset;
  box-sizing: border-box;
  padding: 8px 5px 7px;
  min-width: 50%;
}

input[type=email] {
  background: url(../images/email-icon.svg) no-repeat right 5px center rgb(246, 246, 246);
  background-size: 21px;
  padding-right: 30px;
}

input[type=submit] {
  color: #455f93;
  background-color: rgb(246, 246, 246);
  border: 0;
  border-radius: 0;
  box-shadow: 0 -1px 1px 0 rgba(119, 119, 119, 0.2) inset;
  cursor: pointer;
  padding: 8px 16px;
}

select {
  background-color: rgb(246, 246, 246);
  border: 0;
  border-radius: 0;
  box-shadow: 0 -1px 1px 0 rgba(119, 119, 119, 0.2) inset;
  box-sizing: border-box;
  padding: 6px 2px;
}

table {
  border-collapse: collapse;
  line-height: 1.25;
  margin-bottom: 1rem;
  overflow-x: scroll;
  max-width: 100%;
}
table th, table td {
  border: 1px solid rgba(193, 193, 193, 0.5);
  text-align: center;
  padding: 0.5em;
}
table th:first-child, table td:first-child {
  text-align: left;
}
table th {
  font-weight: 500;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (max-width: 767px) {
  table {
    font-size: 0.875em;
    display: block;
  }
}

hr {
  background: rgba(193, 193, 193, 0.5);
  border: 0;
  margin: 0 0 1rem;
  height: 1px;
}

iframe {
  max-width: 100%;
}
iframe[src*="vimeo.com"], iframe[src*="youtube.com"] {
  max-height: 56.25vw;
}

::-moz-placeholder {
  color: rgba(71, 71, 71, 0.7);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(71, 71, 71, 0.7);
}

::-webkit-input-placeholder {
  color: rgba(71, 71, 71, 0.7);
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  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-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

img, video {
  width: auto;
  max-width: 100%;
  height: auto;
}

.u-clearfix::before, .u-clearfix::after {
  content: "";
  display: table;
}
.u-clearfix::after {
  clear: both;
}

.u-grid {
  border-collapse: collapse;
  border-style: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.u-grid .u-grid-cell {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.u-grid .u-grid-cell.var--middle {
  vertical-align: middle;
}

.site-max-container {
  margin: auto;
  padding-right: 12px;
  padding-left: 12px;
  max-width: 1024px;
}

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

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

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

.announcement h1, .announcement h2, .announcement .tribe-events-list-separator-month, .announcement h3, .announcement h4, .announcement h5, .announcement h6 {
  font-weight: 300;
  line-height: 1.125;
}
.announcement h4, .announcement h5, .announcement h6 {
  margin-bottom: 0.5rem;
}

.attachment-7ks {
  width: auto !important;
}
.attachment-7ks > .u-grid-cell:first-child {
  padding-right: 1rem;
}

.archive-title {
  color: #1187b4;
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
  font-size: 37px;
  font-weight: 300;
  line-height: 1;
}

article.news,
article.post,
.search-results article {
  margin-bottom: 30px;
}
article.news + article.news,
article.news + article.post,
article.news + .search-results article,
article.post + article.news,
article.post + article.post,
article.post + .search-results article,
.search-results article + article.news,
.search-results article + article.post,
.search-results article + .search-results article {
  margin-top: 50px;
}

.banner-4sj {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 901px) {
  .banner-4sj {
    font-size: 20px;
  }
}
.banner-4sj h1, .banner-4sj h2, .banner-4sj .tribe-events-list-separator-month, .banner-4sj h3, .banner-4sj p {
  margin-bottom: 0;
}
.banner-4sj h1, .banner-4sj h2, .banner-4sj .tribe-events-list-separator-month, .banner-4sj h3 {
  font-weight: 100;
}
.banner-4sj.var--main {
  margin-bottom: 0.8em;
}
.banner-4sj.var--main h1, .banner-4sj.var--main h2, .banner-4sj.var--main .tribe-events-list-separator-month, .banner-4sj.var--main h3, .banner-4sj.var--main p {
  margin-bottom: 4px;
}
.banner-4sj.var--main h1 {
  font-size: 1.5em;
}
.banner-4sj.var--main h2, .banner-4sj.var--main .tribe-events-list-separator-month {
  color: #75b443;
  font-size: 1.35em;
  font-style: italic;
}
.banner-4sj.var--main h3 {
  font-size: 1.05em;
}
.banner-4sj.var--main p {
  font-size: 0.7em;
}
.banner-4sj.var--mobile {
  color: #fff;
  background: #000;
  font-size: 8.5px;
  line-height: 19px;
  margin: 12px -12px 0;
  padding: 11px 12px;
}
@media (min-width: 361px) {
  .banner-4sj.var--mobile {
    font-size: 10px;
  }
}
.banner-4sj.var--mobile h1 {
  font-size: 1.5em;
}
.banner-4sj.var--mobile h2, .banner-4sj.var--mobile .tribe-events-list-separator-month {
  font-size: 1.4em;
}
.banner-4sj.var--mobile h3 {
  font-size: 1.3em;
}
.banner-4sj.var--mobile b, .banner-4sj.var--mobile strong {
  font-weight: normal;
}

.button-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: -12px;
}
.button-links > a {
  color: #fff;
  background: no-repeat #777;
  background-size: cover;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  font-weight: bold;
  font-size: 26px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.15;
  text-transform: lowercase;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 1 1 22%;
  margin: 0 12px 24px;
  max-width: calc(50% - 24px);
  height: 120px;
}
@media (max-width: 768px) {
  .button-links > a {
    font-size: 18px;
    flex-basis: 20%;
    height: 84px;
  }
}
@media (max-width: 570px) {
  .button-links > a {
    flex-basis: 42%;
  }
}
.button-links > a::after {
  background: #17294c;
  content: "";
  transition: opacity 0.3s;
  opacity: 0.55;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.button-links > a:hover::after {
  opacity: 0.65;
}
.button-links > a .label {
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 0 1em;
  z-index: 1;
}
.button-links > a .label::after {
  content: " ›";
}

.callout-quom7 {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 11px;
  line-height: 15px;
  transition: 0.2s;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 5.625em);
  opacity: 0;
  margin-bottom: 8px;
  padding: 0.75em;
  width: 11.5em;
  visibility: hidden;
  z-index: 1;
}
.callout-quom7::after {
  border-color: white transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0;
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
}

:hover > .callout-quom7 {
  opacity: 1;
  transition-delay: 0.1s;
  visibility: visible;
  z-index: 4;
}

.cds-credit-t3d {
  font-variant: small-caps;
  text-transform: lowercase;
  color: #777;
  background: url(../images/cds-logo-mark.png) no-repeat;
  background-size: contain;
  font-size: 17px;
  padding: 0 0 2px 27px;
}

.cds-credit-sentence-9sh {
  color: #324a78;
  font-family: "Cormorant Garamond";
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.181818182;
  text-align: center;
  margin: 20px 0 30px;
}

a.cta-button-link {
  color: #fff;
  background: #75b443;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33333;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 11px 20px;
  transition: 0.3s;
}
a.cta-button-link:hover {
  background: #5a9928;
}
a.cta-button-link + a.cta-button-link {
  margin-left: 0.5rem;
}
a.cta-button-link.var--Black {
  background-color: #000;
}
a.cta-button-link.var--Black:hover {
  background-color: #363636;
}
a.cta-button-link.var--Blue {
  background-color: #1187b4;
}
a.cta-button-link.var--Blue:hover {
  background-color: #00709c;
}
a.cta-button-link.var--Violet {
  background-color: #b72d8a;
}
a.cta-button-link.var--Violet:hover {
  background-color: #9d0373;
}
a.cta-button-link.var--Yellow {
  background-color: #d4af34;
}
a.cta-button-link.var--Yellow:hover {
  background-color: #b78d00;
}
a.cta-button-link.var--small {
  font-size: 14px;
  padding: 5px 12px;
}

.colophon {
  color: #777;
  font-size: 11px;
}
.colophon a {
  color: inherit;
  text-decoration: none;
}

.dh-social-profiles a {
  display: inline-block;
}
.dh-social-profiles .label {
  display: none;
}

.duke-gift-button {
  text-decoration: none;
  display: inline-block;
  margin-right: 1rem;
  position: relative;
}
.duke-gift-button .closer.state--active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.duke-gift-button .trigger {
  cursor: pointer;
  position: relative;
}
.duke-gift-button .trigger.state--active {
  color: transparent;
  background-color: #90b977;
  transition: none;
  text-shadow: 0 0 1px #fff;
}
.duke-gift-button .popover {
  background: #fff;
  border: 1px solid #aace97;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.25;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  padding: 0.66666rem;
  transition: 0.2s;
  width: 252px;
  z-index: 3;
}
.duke-gift-button .popover.state--hidden {
  transform: rotate(1deg) translateY(7px);
  transform-origin: bottom left;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.duke-gift-button .popover::before {
  border-color: #aace97 transparent transparent transparent;
  border-style: solid;
  border-width: 22px 22px 0 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  width: 0;
  height: 0;
}
.duke-gift-button .popover::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 21px;
  width: 0;
  height: 0;
}
.duke-gift-button .options {
  margin: 0.75em;
}
.duke-gift-button input[type=radio] {
  margin-right: 0.25em;
}
.duke-gift-button p {
  margin-bottom: 0.5em;
}
.duke-gift-button .small {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  margin-bottom: 0;
}

.footer-widgets {
  font-size: 12px;
}
.footer-widgets h2, .footer-widgets .tribe-events-list-separator-month {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.25em;
}
.footer-widgets input[type=email],
.footer-widgets input[type=number],
.footer-widgets input[type=password],
.footer-widgets input[type=search],
.footer-widgets input[type=tel],
.footer-widgets input[type=text],
.footer-widgets input[type=url],
.footer-widgets textarea {
  width: 100%;
}

.menu-toggle-hfg3 {
  font-variant: small-caps;
  text-transform: lowercase;
  color: #000;
  border: 1px solid rgba(119, 119, 119, 0.4);
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 4px 0 5px;
  min-width: 110px;
}
.menu-toggle-hfg3 img {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.film-category-be9 {
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 4px;
  padding: 2px 6px;
}
.film-category-be9.var--parent {
  color: rgba(0, 0, 0, 0.7);
  font-variant: small-caps;
  text-transform: lowercase;
}
.film-category-be9.var--child {
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

.films-filter-bar-z4t {
  display: flex;
  flex-wrap: wrap;
  margin: 24px -12px;
}

.film-showings-4xk {
  font-size: 16px;
  margin: 24px 0 2rem;
}
.film-showings-4xk .u-grid-cell:nth-child(2) {
  padding-top: 0.125rem;
}
@media (max-width: 768px) {
  .film-showings-4xk .u-grid-cell {
    display: block;
  }
  .film-showings-4xk .u-grid-cell:nth-child(2) {
    text-align: left;
    margin: 1rem 0;
    padding-top: 0;
  }
}
.film-showings-4xk h4 {
  color: #777;
  font-weight: 400;
  margin-bottom: 1rem;
}
.film-showings-4xk .showing + .showing {
  margin-top: 1rem;
}
.film-showings-4xk .datetime {
  font-weight: 400;
  line-height: 1.25;
  display: block;
}
.film-showings-4xk .time {
  font-variant: small-caps;
  text-transform: lowercase;
  color: #474747;
  letter-spacing: 1px;
}

.filter-x3b {
  margin: 0 12px;
  flex: 1 1 90px;
}
.filter-x3b label {
  font-variant: small-caps;
  text-transform: lowercase;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 7px;
}
.filter-x3b label > .deemph-ia7 {
  font-weight: 300;
}
.filter-x3b select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
  color: #354671;
  padding: 4px 24px 3px 8px;
  width: 100%;
}
.filter-x3b select::-ms-expand {
  display: none;
}
.filter-x3b option:default {
  color: green;
}
.filter-x3b.var--keyword {
  font-size: 14px;
  flex-basis: 220px;
}
.filter-x3b.var--keyword input[type=text] {
  padding: 5px 5px 4px;
  width: 100%;
}
.filter-x3b.var--reset {
  text-align: center;
  align-self: flex-end;
  margin-left: 0;
  flex-basis: 0;
}
.filter-x3b.var--reset > input {
  color: #1187b4;
  background: url(../images/reset.svg) no-repeat left #f6f6f6;
  background-size: 14px;
  box-shadow: 0 -1px 1px 0 rgba(119, 119, 119, 0.2) inset;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 6px 8px 6px 18px;
  transition: 0.3s;
}
.filter-x3b.var--reset > input[disabled] {
  color: #5e5e5e;
  background-color: transparent;
  box-shadow: 0 0 1px 0 rgba(119, 119, 119, 0.7) inset;
  cursor: default;
  opacity: 0.5;
}
@media (max-width: 570px) {
  .filter-x3b {
    flex-basis: 33%;
    margin-bottom: 0.5em;
  }
  .filter-x3b input {
    font-size: 16px;
  }
}

.film-meta-awards-4ew {
  text-align: center;
}
.film-meta-awards-4ew > .award {
  color: #666;
  background: url(../images/laurel--left.svg) no-repeat left, url(../images/laurel--right.svg) no-repeat right;
  background-size: auto 32px;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  margin: 0 0.5em;
  padding: 0 20px;
  vertical-align: middle;
  max-width: 8em;
  min-height: 32px;
}

.film-tile-7nr {
  margin: 8px;
  position: relative;
  flex: 0 1 100%;
}
@media (min-width: 680px) {
  .film-tile-7nr {
    flex-basis: calc(50% - 16px);
  }
}
@media (min-width: 900px) {
  .film-tile-7nr {
    flex-basis: calc(33.333333% - 16px);
  }
}
.search-results .film-tile-7nr {
  display: inline-block;
  margin: 0 8px 30px;
  vertical-align: top;
}
@media (min-width: 680px) {
  .search-results .film-tile-7nr {
    max-width: calc(50% - 32px);
  }
}
@media (min-width: 900px) {
  .search-results .film-tile-7nr {
    max-width: calc(33% - 32px);
  }
}
.archive-list-3vp.var--search-results .film-tile-7nr {
  animation: 1s fade-in;
}
.film-tile-7nr::after {
  outline: 1px solid rgba(193, 193, 193, 0.5);
  outline-offset: -1px;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.film-tile-7nr .w7q {
  background: center;
  background-size: cover;
  outline: 1px solid transparent;
  outline-offset: -1px;
  transition: outline 0.3s;
  position: relative;
  display: block;
  height: 193px;
}
.film-tile-7nr .w7q:hover {
  outline-color: #324a78;
  z-index: 3;
}
.film-tile-7nr .text {
  background: linear-gradient(4deg, #000, transparent 80%) no-repeat bottom;
  background-size: 100%;
  box-sizing: border-box;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 11px 8px;
  width: 100%;
}
.film-tile-7nr .title {
  color: #fff;
  font-size: 18px;
  line-height: 1.111111111;
}
.film-tile-7nr .director {
  color: #d1d1d1;
  font-size: 13px;
  line-height: 15px;
}
.film-tile-7nr .excerpt {
  color: #474747;
  background: #fff;
  font-size: 11px;
  padding: 8px 10px 11px;
}
.film-tile-7nr .excerpt p {
  display: inline;
}
.film-tile-7nr .more-link {
  font-variant: small-caps;
  text-transform: lowercase;
  color: #1187b4;
  font-weight: 500;
}
.film-tile-7nr .more-link:hover {
  color: #455f93;
}

.film-single .page-title, .film-single .single-tribe_events .tribe-events-single-event-title, .single-tribe_events .film-single .tribe-events-single-event-title, .film-single h2.tribe-events-page-title, .film-single .tribe-events-page-title.tribe-events-list-separator-month {
  font-size: 40px;
  line-height: 1.05;
  padding: 7px 0 6px;
}
.film-single .split {
  display: flex;
}
.film-single .details {
  border-top: 1px solid rgba(193, 193, 193, 0.5);
  font-size: 14px;
  flex-shrink: 0;
  flex-basis: 280px;
  margin: 55px 0 24px 20px;
}
@media (max-width: 768px) {
  .film-single .details {
    flex-basis: 200px;
  }
}
.film-single .details .row {
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
  padding: 5px 0;
}
.film-single .details h4 {
  font-variant: small-caps;
  text-transform: lowercase;
  color: #666;
  font-weight: 300;
  margin-bottom: 0;
}
.film-single .details p {
  margin-bottom: 0;
}
.film-single .details p.var--profile a {
  display: inline-block;
  margin-right: 0.675em;
}
.film-single .details p.var--profile a::before {
  content: "\f0ac";
  font-family: "FontAwesome";
  text-align: center;
  margin-right: 0.2em;
  display: inline-block;
  width: 1em;
}
.film-single .details p.var--profile a[href*="facebook.com"]::before {
  content: "\f09a";
}
.film-single .details p.var--profile a[href*="instagram.com"]::before {
  content: "\f16d";
}
.film-single .details p.var--profile a[href*="snapchat.com"]::before {
  content: "\f2ac";
}
.film-single .details p.var--profile a[href*="twitter.com"]::before {
  content: "\f099";
}
.film-single .details p.var--website {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 280px;
}
.film-single img {
  outline: 1px solid rgba(193, 193, 193, 0.5);
  outline-offset: -1px;
  width: 100%;
}
.film-single .content {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 570px) {
  .film-single .page-title, .film-single .single-tribe_events .tribe-events-single-event-title, .single-tribe_events .film-single .tribe-events-single-event-title, .film-single h2.tribe-events-page-title, .film-single .tribe-events-page-title.tribe-events-list-separator-month {
    display: block;
  }
  .film-single .split {
    display: block;
  }
  .film-single .details {
    margin-left: 0;
  }
  .film-single .film-title {
    display: none;
  }
}

.post-type-archive-video .site-main-column .archive-list-3vp,
.tax-video_category .site-main-column .archive-list-3vp {
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-video .site-main-column .archive-list-3vp .type-video,
.tax-video_category .site-main-column .archive-list-3vp .type-video {
  flex: 0 1 calc(50% - 1rem);
}
.post-type-archive-video .site-main-column .archive-list-3vp .type-video:nth-child(odd),
.tax-video_category .site-main-column .archive-list-3vp .type-video:nth-child(odd) {
  padding-right: 1rem;
}
.post-type-archive-video .site-main-column .archive-list-3vp .type-video:nth-child(even),
.tax-video_category .site-main-column .archive-list-3vp .type-video:nth-child(even) {
  padding-left: 1rem;
}
.post-type-archive-video .site-main-column .archive-list-3vp .type-video h3,
.tax-video_category .site-main-column .archive-list-3vp .type-video h3 {
  font-size: 17px;
  font-weight: 500;
  border-bottom-style: none;
  margin: 0;
  padding: 1rem 0 3rem;
}
.post-type-archive-video .site-main-column .archive-list-3vp .type-video h3 a,
.tax-video_category .site-main-column .archive-list-3vp .type-video h3 a {
  color: #333;
  text-decoration: none;
}
.post-type-archive-video .site-main-column .archive-list-3vp .type-video .image-embed-container,
.tax-video_category .site-main-column .archive-list-3vp .type-video .image-embed-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: auto;
}
.post-type-archive-video .site-main-column .archive-list-3vp .type-video .image-embed-container a::before,
.tax-video_category .site-main-column .archive-list-3vp .type-video .image-embed-container a::before {
  content: "";
  background: rgba(0, 0, 0, 0.5) url("../images/play.svg") no-repeat center;
  background-size: 48px auto;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  transition: opacity 0.3s ease;
}
.post-type-archive-video .site-main-column .archive-list-3vp .type-video .image-embed-container a:hover::before,
.tax-video_category .site-main-column .archive-list-3vp .type-video .image-embed-container a:hover::before {
  opacity: 1;
  transition: opacity 0.15s ease;
}
.post-type-archive-video .site-main-column .archive-list-3vp .type-video .image-embed-container img,
.tax-video_category .site-main-column .archive-list-3vp .type-video .image-embed-container img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
}
.post-type-archive-video .site-main-column .archive-list-3vp .type-video .image-embed-container img.youtube-video,
.tax-video_category .site-main-column .archive-list-3vp .type-video .image-embed-container img.youtube-video {
  top: -39px;
}

.single-video .type-video .embed-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: auto;
}
.single-video .type-video .embed-container iframe,
.single-video .type-video .embed-container object,
.single-video .type-video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.first-team-column {
  background: #f9f9f9;
  border-top-width: 3px;
  border-bottom-width: 0;
  width: 10%;
}
.first-team-column.var--bronze {
  border-top-color: #cd7f32;
  border-bottom-color: #cd7f32;
}
.first-team-column.var--silver {
  border-top-color: silver;
  border-bottom-color: silver;
}
.first-team-column.var--gold {
  border-top-color: gold;
  border-bottom-color: gold;
}
.first-team-column.var--platinum {
  border-top-color: #e2e2e9;
  border-bottom-color: #e2e2e9;
}
.first-team-column.var--diamond {
  border-top-color: #f38be7;
  border-bottom-color: #f38be7;
}
tr:last-child .first-team-column {
  border-top-width: 0;
  border-bottom-width: 3px;
}

.header-3un {
  font-variant: small-caps;
  text-transform: lowercase;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.archive-list-3vp.var--film {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  margin-bottom: 24px;
}
.archive-list-3vp.var--film.state--loading {
  opacity: 0.5;
}
.archive-list-3vp.var--film .results-footer {
  color: #919191;
  clear: both;
  text-align: center;
  flex-grow: 1;
  flex-basis: 100%;
  margin: 16px 0 8px;
}
.archive-list-3vp.var--film .results-footer .load-more {
  font-variant: small-caps;
  text-transform: lowercase;
  color: #5e5e5e;
  background: hsl(0, 0%, 90%);
  border: 1px solid rgba(193, 193, 193, 0.5);
  cursor: pointer;
  display: inline-block;
  padding: 4px 9px;
}

.grid-calendar-9ge {
  border: 1px solid #d9d9d9;
  border-width: 0 0 1px 1px;
  font-size: 14px;
  display: flex;
}
.grid-calendar-9ge .column-container {
  background-color: hsl(0, 0%, 97%);
  flex-grow: 1;
  display: flex;
}
@media (max-width: 680px) {
  .grid-calendar-9ge .column-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.grid-calendar-9ge .column {
  background: repeating-linear-gradient(to bottom, #d9d9d9, #d9d9d9 1px, transparent 1px, transparent 50px);
  border-right: 1px solid #d9d9d9;
  text-align: center;
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
}
.grid-calendar-9ge .column.hours {
  line-height: 50px;
  text-align: right;
  padding: 0 4px;
  flex-grow: 0;
  min-width: 2.5em;
}
.grid-calendar-9ge .column.events {
  min-width: 5.25em;
}
.grid-calendar-9ge .column h3 {
  color: inherit;
  background: #fff;
  font-size: 15px;
  line-height: 1;
  margin-top: 1px;
  padding: 17px 0;
  height: 1em;
}
.grid-calendar-9ge .column h3 a {
  color: inherit;
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
  text-decoration: none;
}
.grid-calendar-9ge .column > div {
  height: 50px;
}
.grid-calendar-9ge .column .event {
  background: #c0c0c0;
  box-shadow: 0 -1px 0 #f7f7f7;
  box-sizing: border-box;
  line-height: 1.27;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px 6px 7px;
  width: 100%;
  height: auto;
}
.grid-calendar-9ge .column .event:hover {
  overflow: visible;
  z-index: 2;
}
.grid-calendar-9ge .column .event:hover::after {
  background: linear-gradient(to bottom, #f7f7f7, rgba(247, 247, 247, 0));
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
}
.grid-calendar-9ge .column .event.var--overflowing .time {
  font-size: 11px;
  margin-bottom: 5px;
}
.grid-calendar-9ge .column .event.var--overflowing .title {
  font-size: 11.5px;
}
.grid-calendar-9ge .column .event a {
  color: #000;
  text-decoration: none;
  word-wrap: normal;
}
.grid-calendar-9ge .column .event .time {
  color: rgba(0, 0, 0, 0.75);
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
}
.grid-calendar-9ge .column .event .additional-info {
  color: rgba(0, 0, 0, 0.88);
  font-size: 11px;
  line-height: 12px;
}
.grid-calendar-9ge .column .event .additional-info.var--above {
  margin-bottom: 5px;
}
.grid-calendar-9ge .column .event .additional-info.var--below {
  margin-top: 5px;
}
.grid-calendar-9ge .column .event .additional-info p {
  margin: 0;
}
.grid-calendar-9ge .column .event .title {
  font-size: 13px;
  position: relative;
}
@media (max-width: 570px) {
  .grid-calendar-9ge .column .event .title {
    font-size: 11px;
  }
}
.grid-calendar-9ge .column .event .title + .title::before {
  background: rgba(51, 51, 51, 0.2);
  content: "";
  display: block;
  margin: 4px auto;
  width: 3em;
  height: 1px;
}
.grid-calendar-9ge .column .event .excerpt {
  left: calc(50% - 110px);
  width: 220px;
}
@media (max-width: 570px) {
  .grid-calendar-9ge .column .event {
    line-height: 1.181818182;
  }
}

.grid-calendar-legend-qw7 {
  font-size: 12px;
  display: flex;
  margin: 20px auto;
  width: 80%;
}
.grid-calendar-legend-qw7 > .film-cat {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-basis: 20%;
  flex-grow: 1;
  margin-right: 1px;
  padding: 3px;
}
.grid-calendar-legend-qw7 > .film-cat:last-child {
  margin-right: 0;
}
@media (max-width: 570px) {
  .grid-calendar-legend-qw7 {
    width: auto;
  }
}

.grid-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.grid-cell {
  border: 1px solid #e0e0e0;
  border-top-width: 3px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 1rem 1rem 0;
  position: relative;
}
@media (min-width: 751px) {
  .grid-cell {
    width: calc(50% - 10px);
  }
  .var--3-columns .grid-cell {
    width: calc(33.3333333333% - 10px);
  }
  .grid-cell:last-child, .var--2-columns .grid-cell:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.grid-cell .heading {
  margin-bottom: 0.5rem;
}
.grid-cell .heading-detail {
  color: #324a78;
  font-weight: normal;
}
.grid-cell .status-message {
  color: maroon;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
}
.grid-cell .status-message:not(:empty)::before {
  content: "– ";
  margin-left: 0.25em;
}
.grid-cell .detail-text {
  font-size: 0.875em;
}

.header-buttons-e9bu {
  text-align: right;
  padding-left: 10px;
}
.header-buttons-e9bu > a + a {
  margin-top: 14px;
}

.homepage-content-area-cd3 {
  padding: 24px 0 12px;
}
.homepage-content-area-cd3 + .homepage-content-area-cd3 {
  border-top: 1px solid rgba(193, 193, 193, 0.3);
}

.page-title, .single-tribe_events .tribe-events-single-event-title, h2.tribe-events-page-title, .tribe-events-page-title.tribe-events-list-separator-month {
  color: #1187b4;
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
  font-size: 44px;
  font-weight: 300;
  line-height: 1.25;
}

.jump-list {
  padding-left: 0;
}
.jump-list:not(:empty)::before {
  color: #1187b4;
  content: "Jump to…";
  display: block;
  margin-bottom: 0.25rem;
}
.jump-list li {
  list-style: none;
  background: url(../images/jump-list-arrow.svg) no-repeat left 0.5em;
  background-size: 0.25em;
  padding-left: 0.5em;
}
.jump-list a {
  text-decoration: none;
}
@media (max-width: 679px) {
  .jump-list {
    font-size: 14px;
    display: flex;
    align-items: baseline;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .jump-list li {
    margin-left: 0.75em;
  }
}
@media (min-width: 680px) {
  .jump-list {
    background: #fff;
    margin: 0 0 1.5rem;
    padding-left: 1.5rem;
    float: right;
    max-width: 200px;
  }
  .jump-list:not(:empty)::before {
    font-size: 1.17em;
  }
  .jump-list li {
    margin-bottom: 0.5rem;
  }
}

.l-3vf {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.l-3vf .left {
  flex: 2 1 auto;
}
.l-3vf .right {
  flex: 0 1 auto;
  order: 1;
}
@media (max-width: 570px) {
  .l-3vf {
    display: block;
  }
  .l-3vf .right {
    margin-bottom: 30px;
  }
}

.l-n4z {
  display: flex;
}
.l-n4z > div:first-child {
  flex: 0 0 140px;
}
.l-n4z > div:last-child {
  flex: 1 1;
  margin-bottom: 1rem;
}
@media (max-width: 570px) {
  .l-n4z {
    display: block;
  }
}

.lml-icon {
  position: absolute;
  padding-top: 3px;
  right: 3px;
  bottom: 3px;
}
.lml-icon .icon {
  background: url(../images/lml.svg) no-repeat center;
  background-origin: content-box;
  background-size: 20px;
  width: 20px;
  height: 11px;
}

.main-header-v3rn {
  position: relative;
  z-index: 0;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 19px;
  z-index: auto;
}
.main-header-v3rn::before {
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.main-header-v3rn .u-grid-cell {
  vertical-align: middle;
}
.main-header-v3rn .u-grid-cell:first-child {
  border-right: 1px solid #353535;
  padding-right: 25px;
  width: 150px;
}
.main-header-v3rn .u-grid-cell:last-child {
  padding: 0 25px;
}
@media (max-width: 900px) {
  .main-header-v3rn .u-grid-cell:first-child {
    padding-right: 15px;
    width: 120px;
  }
  .main-header-v3rn .u-grid-cell:last-child {
    padding: 0 15px;
  }
}
@media (max-width: 570px) {
  .main-header-v3rn {
    display: none;
  }
}

.main-nav-links-z9hd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: -1%;
  padding-left: 0;
}
.main-nav-links-z9hd > li {
  display: inline-block;
  margin: 0 1%;
}
.main-nav-links-z9hd > li a:hover {
  color: #d4af34;
}
.main-nav-links-z9hd > li > a {
  font-variant: small-caps;
  text-transform: lowercase;
  color: inherit;
  font-size: 21px;
  line-height: 24px;
}
.main-nav-links-z9hd .sub-menu {
  background: #000;
  font-size: 15px;
  line-height: 1.25;
  list-style: none;
  margin-left: -10px;
  padding: 8px 0;
  position: absolute;
  width: 12em;
  transition: opacity 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.main-nav-links-z9hd > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.main-nav-links-z9hd .sub-menu a {
  color: #fff;
  display: block;
  padding: 8px 10px;
}
@media (max-width: 768px) {
  .main-nav-links-z9hd {
    margin-left: -1%;
  }
  .main-nav-links-z9hd li {
    margin: 0 1%;
  }
  .main-nav-links-z9hd a {
    font-size: 18px;
  }
}

.menu-item a.state--active {
  color: rgba(128, 128, 128, 0.8) !important;
  transition: 0.5s;
  opacity: 0.55;
}

.mobile-header-e3wc {
  display: none;
  padding-top: 12px;
}
.mobile-header-e3wc .u-grid-cell:first-child {
  width: 120px;
}
@media (max-width: 570px) {
  .mobile-header-e3wc {
    display: block;
  }
}

.more-link-qr4 {
  color: #1187b4;
  font-variant: small-caps;
  text-transform: lowercase;
}

.mobile-nav-fb7 {
  color: #fff;
  background: #000;
  overflow: hidden;
  position: absolute;
  transition: 0.5s;
  visibility: hidden;
}
.mobile-nav-fb7.state--hidden {
  position: static;
  height: 0 !important;
}
.mobile-nav-fb7.state--active {
  position: static;
  visibility: visible;
}
.mobile-nav-fb7 ul {
  border-top: 1px solid rgba(193, 193, 193, 0.25);
  font-size: 21px;
  margin-bottom: 0;
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
}
.mobile-nav-fb7 ul + ul {
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.mobile-nav-fb7 .social-profile-links-wzw9 {
  background: #fff;
  text-align: center;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
.mobile-nav-fb7 .social-profile-links-wzw9 li {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.mobile-nav-fb7 li {
  list-style: none;
  flex: 1 1 50%;
}
.mobile-nav-fb7 li.search {
  display: none;
}
.mobile-nav-fb7 a {
  font-variant: small-caps;
  text-transform: lowercase;
  color: inherit;
  line-height: 1.142857;
  display: block;
  padding: 12px;
}

nav.pagination .nav-links {
  font-size: 14px;
  text-align: center;
  margin-bottom: 32px;
}
nav.pagination .nav-links .page-numbers {
  color: #919191;
  border: 1px solid transparent;
  line-height: 1;
  display: inline-block;
  padding: 6px;
  min-width: 1em;
  height: 1em;
}
nav.pagination .nav-links a.page-numbers:hover {
  background: hsl(0, 0%, 90%);
}
nav.pagination .nav-links .page-numbers.current {
  background: #fff;
  border-color: hsl(0, 0%, 80%);
}
nav.pagination .nav-links .next {
  margin-left: 0.3em;
}
nav.pagination .nav-links .prev {
  margin-right: 0.3em;
}

.post-meta-k7d {
  color: #777;
  font-size: 14px;
  margin-bottom: 20px;
}

.post-tags-b4k {
  text-align: right;
}
.post-tags-b4k a {
  font-variant: small-caps;
  text-transform: lowercase;
  color: #75b443;
  background-color: rgba(117, 180, 67, 0.15);
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  padding: 0 4px;
  margin: 0 2px;
  transition-property: background-color;
}
.post-tags-b4k a:hover {
  background-color: rgba(117, 180, 67, 0.3);
}

.search-results .site-main-column > article {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.search-results-header {
  margin-bottom: 24px;
}
.search-results-header form {
  margin: 24px 0 24px;
}

.secondary-header-4wrr {
  position: relative;
  z-index: 0;
}
.secondary-header-4wrr::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.secondary-header-4wrr .u-flex {
  border-top: 1px solid #eee;
  display: flex;
  margin-top: 30px;
  padding-top: 24px;
}
.secondary-header-4wrr .u-flex-cell {
  flex: 0 1 auto;
}
.secondary-header-4wrr .u-flex-cell:first-child {
  flex: 2 1 auto;
}

.secondary-nav-links-7ndv {
  text-align: right;
  margin-bottom: 0;
  padding-left: 0;
}
.secondary-nav-links-7ndv li {
  display: inline-block;
  margin-left: 18px;
}
.secondary-nav-links-7ndv a {
  font-variant: small-caps;
  text-transform: lowercase;
  color: #000;
  background: no-repeat left;
  background-size: 14px;
  font-size: 17px;
  line-height: 1.2;
  padding-left: 18px;
  padding-bottom: 2px;
}
.secondary-nav-links-7ndv a:hover {
  color: #455f93;
}
.secondary-nav-links-7ndv li.about a {
  background-image: url(../images/about-icon.svg);
}
.secondary-nav-links-7ndv li.contact a {
  background-image: url(../images/contact-icon.svg);
  padding-left: 19px;
}
.secondary-nav-links-7ndv li.search a {
  background-image: url(../images/search-icon.svg);
  background-size: 15px;
  will-change: opacity;
}

.section-header {
  color: #324a78;
  background: url(../images/section-header-bg.svg) no-repeat;
  background-position: left calc(50% + 2px);
  background-size: 100% 7px;
  font-size: 32px;
  line-height: 1.375;
  margin-top: 2rem;
}
.section-header span {
  background: #fff;
  display: inline-block;
  padding-right: 0.25em;
}

.site-content {
  position: relative;
  margin-top: 24px;
}
.site-content h1 b,
.site-content h1 strong,
.site-content h2 b,
.site-content .tribe-events-list-separator-month b,
.site-content h2 strong,
.site-content .tribe-events-list-separator-month strong,
.site-content h3 b,
.site-content h3 strong {
  font-weight: inherit;
}
.site-content h2, .site-content .tribe-events-list-separator-month, .site-content h3 {
  margin-bottom: 0.5rem;
}
.site-content a {
  word-wrap: break-word;
}
.site-content blockquote {
  color: #474747;
  font: italic 28px/1.375 "Cormorant Garamond", serif;
  margin: 30px;
}
.site-content blockquote b,
.site-content blockquote strong {
  font-weight: normal;
}
.site-content blockquote p:last-child:not(:first-child) {
  color: #5e5e5e;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
}

.site-description {
  font-variant: small-caps;
  text-transform: lowercase;
  color: #919191;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
@media (max-width: 680px) {
  .site-description {
    display: none !important;
  }
}

.site-footer {
  border-top: 1px solid rgba(193, 193, 193, 0.3);
  font-size: 14px;
  padding-top: 24px;
  padding-bottom: 36px;
}

.site-header {
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
}

body.home .site-header {
  border-bottom: 0;
}

.site-logo {
  display: block;
  width: 100%;
}
.site-logo img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .site-main-column {
    overflow-x: scroll;
  }
}
.site-sidebar {
  margin-right: 20px;
}
.site-sidebar:empty {
  display: none;
}
.site-sidebar .widget {
  font-size: 15px;
  line-height: 1;
  margin: 18px 0 30px;
  min-width: 140px;
}
.site-sidebar a {
  color: #919191;
  text-decoration: none;
}
.site-sidebar a:hover {
  color: #455f93;
}
.site-sidebar .current-cat > a,
.site-sidebar .current_page_item > a,
.site-sidebar .current-menu-item > a {
  color: #455f93;
}
.site-sidebar h2, .site-sidebar .tribe-events-list-separator-month {
  font-variant: small-caps;
  text-transform: lowercase;
  color: #1187b4;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 7px;
}
.site-sidebar ul {
  border-top: 1px solid rgba(193, 193, 193, 0.5);
  padding-left: 0;
}
.site-sidebar li {
  list-style: none;
}
.site-sidebar li a {
  font-variant: small-caps;
  text-transform: lowercase;
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
  display: block;
  padding: 13px 4px;
}
.site-sidebar input[type=email],
.site-sidebar input[type=number],
.site-sidebar input[type=password],
.site-sidebar input[type=search],
.site-sidebar input[type=tel],
.site-sidebar input[type=text],
.site-sidebar input[type=url],
.site-sidebar textarea {
  width: 100%;
}
@media (max-width: 570px) {
  .site-sidebar {
    margin-right: 0;
  }
  .site-sidebar ul {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .site-sidebar li {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .site-sidebar li a {
    padding: 10px;
  }
}

.site-search {
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.site-search form {
  background: #fff;
  transition: 0.5s;
  pointer-events: none;
  padding: 0 12px 12px;
  position: absolute;
  top: -51px;
  right: 0;
  width: 26%;
}
.site-search.state--active form {
  pointer-events: auto;
  top: 50px;
}
.site-search input {
  width: 100%;
}
.site-search input:focus {
  outline: 0;
}
.site-search .submit {
  display: none;
}
@media (max-width: 570px) {
  .site-search {
    height: 0;
    overflow: hidden;
  }
  .site-search form {
    padding: 12px;
    pointer-events: auto;
    position: static;
    width: auto;
  }
  .site-search.state--active {
    border-bottom: 1px solid rgba(193, 193, 193, 0.5);
    height: 3.625em;
  }
}

.site-sitemap {
  font-size: 12px;
  line-height: 15px;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .site-sitemap {
    flex-wrap: wrap;
  }
}
.site-sitemap > li {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 8px;
}
@media (min-width: 769px) {
  .site-sitemap > li {
    max-width: 18em;
  }
}
@media (max-width: 768px) {
  .site-sitemap > li {
    flex-basis: 25%;
  }
}
@media (max-width: 570px) {
  .site-sitemap > li {
    flex-basis: 50%;
  }
}
.site-sitemap > li > a {
  font-variant: small-caps;
  text-transform: lowercase;
  color: #000;
  font-size: 16px;
}
.site-sitemap ul {
  padding-left: 0;
}
.site-sitemap li {
  list-style: none;
}
.site-sitemap .children,
.site-sitemap .sub-menu {
  margin-top: 7px;
}
.site-sitemap .children li,
.site-sitemap .sub-menu li {
  margin-bottom: 7px;
}

.slider-slide-7jx {
  background-position: center;
  background-size: cover;
}
.slider-slide-7jx .site-max-container {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 420px;
}
.slider-slide-7jx .caption {
  background: rgba(32, 32, 32, 0.9);
  color: #fff;
  font-size: 21px;
  position: relative;
  padding: 15px 19px;
  max-width: 480px;
}
.slider-slide-7jx .caption.var--right {
  margin-left: auto;
}
.slider-slide-7jx .caption.var--center {
  margin-right: auto;
  margin-left: auto;
}
.slider-slide-7jx .caption.var--left {
  margin-right: auto;
}
.slider-slide-7jx .caption::after {
  border-color: rgba(27, 27, 27, 0.9) transparent transparent transparent;
  border-style: solid;
  border-width: 38px 20px 0 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
}
.slider-slide-7jx .caption h1, .slider-slide-7jx .caption h2, .slider-slide-7jx .caption .tribe-events-list-separator-month, .slider-slide-7jx .caption h3, .slider-slide-7jx .caption h4, .slider-slide-7jx .caption h5, .slider-slide-7jx .caption h6, .slider-slide-7jx .caption p {
  font-size: 1em;
  font-weight: 300;
  margin: 4px 0;
}
.slider-slide-7jx .caption h1 {
  font-size: 2.5em;
}
.slider-slide-7jx .caption a {
  color: inherit;
}
.slider-slide-7jx .caption a:last-of-type::after {
  content: " ›";
  font-weight: 700;
}
.slider-slide-7jx img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
@media (max-width: 570px) {
  .slider-slide-7jx {
    padding-bottom: 32px;
  }
  .slider-slide-7jx .site-max-container {
    padding: 12px;
    min-height: 280px;
  }
  .slider-slide-7jx .caption {
    font-size: 17px;
    width: 100%;
    max-width: none;
  }
  .slider-slide-7jx img {
    position: static;
  }
}

.hero-container {
  position: relative;
  z-index: 1;
  min-height: 70vh;
}
.hero-container .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 6vh;
  left: 50%;
  z-index: 3;
  width: 100%;
  max-width: 980px;
  transform: translate(-50%, 0);
}
.hero-container .hero-ctas .hero-cta {
  flex: 1 1 auto;
  padding: 12px;
}
.hero-container .hero-ctas .hero-cta a {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(212, 175, 52, 0.65);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 10px 4px rgba(0, 0, 0, 0.25);
  padding: 32px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: background-color 0.3s ease;
}
.hero-container .hero-ctas .hero-cta a:hover {
  background-color: rgba(183, 141, 0, 0.9);
  transition: background-color 0.3s ease;
}
.hero-container .hero-ctas .hero-cta a span {
  padding: 0 8px;
}
.hero-container .hero-ctas .hero-cta a .hero-cta-icon img {
  vertical-align: bottom;
  width: 48px;
  height: auto;
}
.hero-container .hero-ctas .hero-cta.color-green a {
  background-color: rgba(117, 180, 67, 0.65);
}
.hero-container .hero-ctas .hero-cta.color-green a:hover {
  background-color: rgba(90, 153, 40, 0.9);
}
.hero-container .hero-ctas .hero-cta.color-blue a {
  background-color: rgba(17, 135, 180, 0.65);
}
.hero-container .hero-ctas .hero-cta.color-blue a:hover {
  background-color: rgba(0, 112, 156, 0.9);
}
.hero-container .hero-ctas .hero-cta.color-violet a {
  background-color: rgba(183, 45, 138, 0.65);
}
.hero-container .hero-ctas .hero-cta.color-violet a:hover {
  background-color: rgba(157, 3, 115, 0.9);
}
.hero-container .hero-ctas .hero-cta.color-black a {
  background-color: rgba(0, 0, 0, 0.65);
}
.hero-container .hero-ctas .hero-cta.color-black a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.hero-container .hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-container .hero-image.position-top img {
  -o-object-position: center top;
     object-position: center top;
}
.hero-container .hero-image.position-bottom img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.home .button-links > a {
  text-transform: unset;
  align-items: flex-end;
  box-shadow: none;
  height: 260px;
  transition: all 0.3s ease;
  flex: 0 1 calc(33.3333333333% - 24px);
}
@media (max-width: 680px) {
  .home .button-links > a {
    flex: 0 1 100%;
    width: 100%;
    max-width: unset;
  }
}
.home .button-links > a::after {
  background: linear-gradient(45deg, black 10%, rgba(0, 0, 0, 0) 80%);
  opacity: 0.25;
}
.home .button-links > a:hover::after {
  opacity: 0.8;
}
.home .button-links > a:hover .label::after {
  width: 18px;
  transition: width 0.3s ease;
}
.home .button-links > a .label {
  margin: 0;
  margin: 2rem 1rem;
  padding: 0;
}
.home .button-links > a .label::after {
  text-align: right;
  display: inline-block;
  width: 10px;
  transition: width 0.3s ease;
}

.social-profile-links-wzw9 {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 4px;
  vertical-align: middle;
}
.social-profile-links-wzw9 li {
  display: block;
  float: left;
}
.social-profile-links-wzw9 a {
  background: no-repeat center;
  background-size: contain;
  box-sizing: border-box;
  direction: ltr;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
}
.social-profile-links-wzw9 li + li a {
  margin-left: 19px;
}
.social-profile-links-wzw9 a[href*=facebook] {
  background-image: url(../images/facebook-icon.png);
  width: 9px;
}
.social-profile-links-wzw9 a[href*=flickr] {
  background-image: url(../images/flickr-icon.png);
  width: 18px;
}
.social-profile-links-wzw9 a[href*=twitter] {
  background-image: url(../images/twitter-icon.png);
  width: 22px;
}
.social-profile-links-wzw9 a[href*=instagram] {
  background-image: url(../images/instagram-icon.png);
  width: 18px;
}
.social-profile-links-wzw9 a[href*=vimeo] {
  background-image: url(../images/vimeo-icon.png);
  margin-left: 17px;
  width: 21px;
}

.sponsors-header-9hz {
  color: #75b443;
  background: repeating-linear-gradient(to bottom, rgba(117, 180, 67, 0.4), rgba(117, 180, 67, 0.4) 1px, transparent 1px, transparent 3px) left 60% no-repeat;
  background-size: 100% 7px;
  font-family: "Cormorant Garamond";
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
.sponsors-header-9hz .yb7 {
  background: #fff;
  padding: 0 0.125em;
}
@media (min-width: 570px) {
  .sponsors-header-9hz .yb7 {
    padding: 0 1em;
  }
}

.sponsor-logos-t99 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: -40px;
  margin-left: -40px;
  margin-bottom: 10px;
}

.sponsor-logo-mu4 {
  margin: 18px 40px;
}
.sponsor-logo-mu4 img {
  transition: filter 0.3s;
  filter: grayscale(100%);
  max-width: 246px;
  max-height: 74px;
}
.sponsor-logo-mu4.var--narrow img {
  max-height: 100px;
}
.sponsor-logo-mu4:hover img {
  filter: none;
}

.ticket-status-3wx {
  text-align: center;
  padding-right: 10px;
}
.ticket-status-3wx .badge {
  font-variant: small-caps;
  text-transform: lowercase;
  border: 1px solid currentColor;
  transition-property: all;
  display: inline-block;
  padding: 4px 9px;
}
.ticket-status-3wx .badge.var--for-sale {
  color: #75b443;
  background-color: rgba(117, 180, 67, 0.15);
  border-color: rgba(117, 180, 67, 0.5);
}
.ticket-status-3wx .badge.var--for-sale:hover {
  color: #fff;
  background-color: #75b443;
  border-color: #75b443;
}
.ticket-status-3wx .badge.var--maybe {
  color: #d4af34;
}
.ticket-status-3wx .badge.var--sold-out {
  color: #919191;
}

.time-span-ja7 {
  margin: 0 0.08em;
}

.update-cards-9o7 {
  margin-right: -12px;
  margin-left: -12px;
}

.update-card-xj9 {
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: 12px;
}
.update-card-xj9.var--full {
  float: left;
  width: calc(33.3333333333% - 24px);
}
@media (max-width: 680px) {
  .update-card-xj9.var--full {
    width: auto;
  }
}
.update-card-xj9 .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 180px;
}
.update-card-xj9 .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.update-card-xj9 .content {
  padding: 16px 8px 0 0;
}
.update-card-xj9 .content p {
  margin-bottom: 8px;
}
.update-card-xj9 h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.update-card-xj9 h3 a {
  color: #1187b4;
}
.update-card-xj9 .more-link {
  color: #1187b4;
  font-variant: small-caps;
  text-transform: lowercase;
}
.update-card-xj9 h3 a:hover,
.update-card-xj9 .more-link:hover {
  color: #455f93;
}
.update-card-xj9 .u-grid-cell:last-child {
  width: 66%;
}
.update-card-xj9 .post-tags-b4k {
  max-height: 1.4em;
  overflow: hidden;
}
.update-card-xj9 .u-grid {
  font-size: 16px;
}

.updates-grid {
  margin-bottom: 20px;
}
.updates-grid > .u-grid-cell:first-child {
  width: 38.0859375%;
}
.updates-grid > .u-grid-cell:nth-child(2) {
  padding-left: 24px;
}
@media (max-width: 680px) {
  .updates-grid > .u-grid-cell:first-child {
    width: 50%;
  }
}
@media (max-width: 570px) {
  .updates-grid {
    width: auto;
  }
  .updates-grid > .u-grid-cell:first-child,
  .updates-grid > .u-grid-cell:nth-child(2) {
    display: block;
    padding: 0;
    width: auto;
  }
}

.venue-shortcuts {
  -moz-columns: 2;
       columns: 2;
  padding-left: 0;
}
.venue-shortcuts li {
  list-style: none;
  background: url(../images/jump-list-arrow.svg) no-repeat left 0.5em;
  background-size: 0.25em;
  padding-left: 0.5em;
}
.venue-shortcuts a {
  text-decoration: none;
}

.wp-post-image {
  margin-bottom: 1rem;
}

.wpcf7-form .wpcf7-form-control-wrap > * {
  width: 100%;
}

.site-footer a,
.site-header a,
.home a {
  text-decoration: none;
}

.aligncenter,
.alignleft,
.alignright {
  margin-bottom: 0.75em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 1.25em;
}

.alignright {
  float: right;
  margin-left: 1.25em;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  margin-bottom: 20px;
}
.comment-navigation::before, .comment-navigation::after,
.posts-navigation::before,
.posts-navigation::after,
.post-navigation::before,
.post-navigation::after {
  content: "";
  display: table;
}
.comment-navigation::after,
.posts-navigation::after,
.post-navigation::after {
  clear: both;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.gallery-item {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 10px;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 620px) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

.screen-reader-text {
  direction: ltr;
  text-indent: -9999px;
  height: 0;
  margin: 0;
}

.wp-caption {
  width: auto !important;
}

.wp-caption-text {
  font-size: 87.5%;
  margin: 0.25em;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-video,
.wp-video-shortcode {
  margin-bottom: 1rem;
  width: auto !important;
  max-width: 100%;
}

@keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.accordion {
  margin: 30px 0;
}
.accordion .accordion-title {
  color: #455f93;
  background: url(../images/toggle-closed.svg) no-repeat 12px center #f7f7f7;
  background-size: auto 13px;
  border: 1px solid rgba(193, 193, 193, 0.5);
  cursor: pointer;
  padding: 8px 28px;
}
.accordion .accordion-title.open {
  background-image: url(../images/toggle-opened.svg);
  background-position: 9px center;
  background-size: 13px;
  border-bottom: 0;
  margin-bottom: 0;
}
.accordion .accordion-title:hover, .accordion .accordion-title.open {
  color: rgb(28.2708333333, 38.9236111111, 60.2291666667);
}
.accordion .accordion-content {
  border: 1px solid rgba(193, 193, 193, 0.5);
  padding: 0 15px;
}

.chosen-container-single .chosen-single {
  background: #f6f6f6;
  border-color: rgba(193, 193, 193, 0.4);
  box-shadow: 0 -1px 1px rgba(119, 119, 119, 0.1) inset;
}

.chosen-container-active .chosen-single {
  border-color: #aaa;
}

.chosen-container .chosen-results li.highlighted {
  background: #00709c;
}

#tribe-events-bar {
  float: left;
  margin-top: 24px;
  margin-right: 20px;
  width: 140px;
  min-width: 0;
}
@media (max-width: 570px) {
  #tribe-events-bar {
    width: 100%;
  }
}

#tribe-bar-form {
  background: none;
  margin-top: 17px;
}

#tribe-bar-form input[type=text] {
  background-color: #f6f6f6;
  border: 0;
  box-shadow: 0 1px 1px 0 rgba(119, 119, 119, 0.2) inset;
  box-sizing: border-box;
  padding: 8px 5px 7px;
  min-width: 50%;
}
#tribe-bar-form input[type=text]:focus {
  outline: none;
}

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: none;
}

#tribe-events-content {
  margin-top: 24px;
  padding-bottom: 24px;
}
#tribe-events-content.tribe-events-list {
  float: left;
  width: calc(100% - 160px);
}
@media (max-width: 570px) {
  #tribe-events-content.tribe-events-list {
    float: none;
    width: 100%;
  }
}

#tribe-bar-collapse-toggle {
  background: none;
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
  font-weight: 500;
  margin-bottom: 20px;
  padding: 0 0 10px;
}

#tribe-bar-form label {
  font-weight: 500;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  color: #455f93;
  background-color: #f6f6f6;
  border: 0;
  border-radius: 0;
  box-shadow: 0 -1px 1px 0 rgba(119, 119, 119, 0.2) inset;
  cursor: pointer;
  padding: 8px 16px;
}

.tribe-bar-date-filter,
.tribe-bar-search-filter,
.tribe-bar-submit {
  padding: 0 0 20px;
}

h2.tribe-events-page-title, .tribe-events-page-title.tribe-events-list-separator-month {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

.single-tribe_events .tribe-events-single-event-title {
  margin-bottom: 1rem;
}

.single-tribe_events .tribe-events-event-meta {
  border: 0;
}

.tribe-events-list-separator-month {
  text-align: left;
  margin: 0;
  padding: 0;
}
.tribe-events-list-separator-month::after {
  content: none;
}
.tribe-events-list-separator-month span {
  padding: 0;
}

.tribe-events-schedule {
  margin: 0;
}

.tribe-events-schedule h2, .tribe-events-schedule .tribe-events-list-separator-month {
  font-weight: 500;
}

.events-list #tribe-events-footer {
  margin: 0;
  padding: 0;
}

.tribe-events-list .tribe-events-event-image {
  max-width: 30%;
}
.tribe-events-list .tribe-events-event-image + div.tribe-events-content {
  padding: 0;
  max-width: 67%;
}

.swiper-container {
  width: 100%;
}

.swiper-pagination-bullets {
  mix-blend-mode: difference;
}

.swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #999;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.swiper-pagination-bullet-active {
  background-color: #999;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.ui-tabs {
  padding: 0;
}
.ui-tabs .ui-tabs-nav {
  font-size: 18px;
  margin: 20px 0;
  padding: 0;
}
@media (max-width: 570px) {
  .ui-tabs .ui-tabs-nav {
    font-size: 14px;
  }
}
.ui-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border-radius: 30px;
  margin-right: 0.333333333em;
  padding: 0.111111111em 0.277777778em;
}
.ui-tabs .ui-tabs-nav li:last-child {
  margin-right: 0;
}
.ui-tabs .ui-tabs-nav li:hover {
  background: hsl(0, 0%, 90%);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: hsl(0, 0%, 75%);
  font-weight: bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: rgba(0, 0, 0, 0.66);
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  outline: 0;
  padding: 0.5em 0.75em;
}
.ui-tabs .ui-tabs-panel {
  padding: 0;
}

#wpfront-notification-bar div.wpfront-close {
  border-radius: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  top: 0;
  right: 0;
  padding: 0;
  width: 2em;
  height: 2em;
}
#wpfront-notification-bar td {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
#wpfront-notification-bar a.wpfront-button {
  border-radius: 0;
  box-shadow: none;
  font-weight: 500;
  text-shadow: none;
}

.content-top-widgets {
  margin: 0 auto;
  padding: 1.5rem 1rem;
  max-width: 1200px;
}
@media (min-width: 1201px) {
  .content-top-widgets {
    padding-right: 0;
    padding-left: 0;
  }
}

.sponsor-section {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.sponsor-section:last-child {
  border-bottom-style: none;
}
.sponsor-section .sponsor-headline {
  text-align: center;
  padding: 0.5rem 0;
}
@media (min-width: 769px) {
  .sponsor-section .sponsor-headline {
    text-align: left;
  }
}
.sponsor-section .sponsor-columns {
  display: grid;
  align-items: center;
  grid-template-columns: 100%;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .sponsor-section .sponsor-columns.columns-2 {
    grid-template-columns: repeat(2, 46%);
  }
}
@media (min-width: 769px) {
  .sponsor-section .sponsor-columns.columns-2 .sponsor-logo {
    text-align: left;
  }
}
.sponsor-section .sponsor-columns.columns-2 .sponsor-logo img {
  max-width: 100%;
}
@media (min-width: 769px) {
  .sponsor-section .sponsor-columns.columns-3 {
    grid-template-columns: repeat(3, 29%);
    grid-column-gap: 6.5%;
  }
}
@media (min-width: 769px) {
  .sponsor-section .sponsor-columns.columns-4 {
    grid-template-columns: repeat(4, 22%);
    grid-column-gap: 4%;
  }
}
.sponsor-section .sponsor-logo {
  text-align: center;
  padding-bottom: 3rem;
}
.sponsor-section .sponsor-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
}
@media (min-width: 769px) {
  .sponsor-section .sponsor-logo img {
    max-width: 165px;
  }
}
@media (min-width: 901px) {
  .sponsor-section .sponsor-logo img {
    max-width: 185px;
  }
}

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