/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 900;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
p {
  margin: 0;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
div:focus {
  outline: none;
}
button,
.btn {
  outline: none;
}
.container,
.container-f {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 40.125em) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 71.9375em) {
  .container {
    max-width: 1440px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 48.125em) {
  .main {
    margin: auto;
    max-width: 1200px;
  }
  .page-template-support .main {
    max-width: 1440px;
  }
}
.bg,
.bg-cover,
.bg-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.gform_wrapper form {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gform_wrapper .gform_body {
  width: auto !important;
}
.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.gform_wrapper .gfield_label {
  font-family: "Basis Grotesque Pro Black";
  font-size: 13px !important;
  text-transform: uppercase;
}
.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  border: 1px solid #ccc;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 39px !important;
  padding: 0 10px !important;
  width: 100%;
}
.registration-code
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  min-width: 290px;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
  background: transparent;
  border: 2px solid #91c84e;
  color: #000;
  font-weight: bold;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: background 0.15s ease-in;
  width: 100%;
}
.gform_wrapper .gform_footer input.button:after,
.gform_wrapper .gform_footer input[type="submit"]:after,
.gform_wrapper .gform_page_footer input.button:after,
.gform_wrapper .gform_page_footer input[type="submit"]:after {
  top: 11px;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
}
.gform_wrapper .form__sign-up {
  -ms-flex-direction: column;
  flex-direction: column;
}
.gform_wrapper .form__sign-up .gform_body {
  width: 100% !important;
}
.gform_wrapper .form__sign-up .gform_body ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 30.125em) {
  .gform_wrapper .form__sign-up .gform_body ul {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.gform_wrapper .form__sign-up .gform_body li:nth-child(2n + 1) {
  padding-right: 0 !important;
}
@media (min-width: 30.125em) {
  .gform_wrapper .form__sign-up .gform_body li:nth-child(2n + 1) {
    padding-right: 30px !important;
  }
}
.gform_wrapper .form__sign-up .gform_body li {
  padding-right: 0 !important;
  width: 100%;
}
@media (min-width: 30.125em) {
  .gform_wrapper .form__sign-up .gform_body li {
    width: 50%;
  }
}
.gform_wrapper .form__sign-up .gform_footer {
  margin: 20px 0 0 !important;
  width: 100% !important;
}
@media (min-width: 48.125em) {
  .gform_wrapper .form__sign-up .gform_footer {
    margin: 35px 0 0 !important;
  }
}
.gform_validation_error form {
  -ms-flex-align: center;
  align-items: center;
}
.gform_validation_error .validation_error {
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.gform_validation_error .gform_body,
.gform_validation_error .gform_footer {
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.gform_validation_error .button {
  margin-top: 16px;
}
.gform_validation_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  margin-bottom: 20px !important;
}
.page__welcome .gform_wrapper div.validation_error {
  font-size: 0.9em;
}
.gform_wrapper.gform_validation_error .top_label input.medium,
.gform_wrapper.gform_validation_error .top_label select.medium {
  width: 100% !important;
}
@media only screen and (max-width: 641px) {
  .gform_wrapper form {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gform_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
      [type="button"]
    ):not([type="image"]):not([type="file"]) {
    line-height: 1 !important;
    margin: 0 !important;
  }
  .gform_footer input.button,
  .gform_footer input[type="submit"],
  .gform_page_footer input.button,
  .gform_page_footer input[type="submit"] {
    line-height: 1 !important;
    margin: 25px 0 0 !important;
  }
}
@font-face {
  font-family: "Font Independent";
  src: url("../fonts/fi/Font-Independent.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fi/Font-Independent.woff") format("woff"),
    url("../fonts/fi/Font-Independent.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Independent Caps";
  src: url("../fonts/fi-caps/Font-Independent-Caps.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fi-caps/Font-Independent-Caps.woff") format("woff"),
    url("../fonts/fi-caps/Font-Independent-Caps.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Independent Caps Italic";
  src: url("../fonts/fi-caps-italic/Font-Independent-Caps-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fi-caps-italic/Font-Independent-Caps-Italic.woff")
      format("woff"),
    url("../fonts/fi-caps-italic/Font-Independent-Caps-Italic.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Independent Italic";
  src: url("../fonts/fi-italic/Font-Independent-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fi-italic/Font-Independent-Italic.woff") format("woff"),
    url("../fonts/fi-italic/Font-Independent-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("../fonts/basis/basis_grotesque_regular-web.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/basis/basis_grotesque_regular-web.woff") format("woff"),
    url("../fonts/basis/basis_grotesque_regular-web.ttf") format("truetype"),
    url("../fonts/basis/basis_grotesque_regular-web.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Basis Grotesque Pro Bold";
  src: url("../fonts/basis-bold/basis_grotesque_bold-web.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/basis-bold/basis_grotesque_bold-web.woff") format("woff"),
    url("../fonts/basis-bold/basis_grotesque_bold-web.ttf") format("truetype"),
    url("../fonts/basis-bold/basis_grotesque_bold-web.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Basis Grotesque Pro Black";
  src: url("../fonts/basis-black/basis_grotesque_black-web.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/basis-black/basis_grotesque_black-web.woff") format("woff"),
    url("../fonts/basis-black/basis_grotesque_black-web.ttf") format("truetype"),
    url("../fonts/basis-black/basis_grotesque_black-web.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "League Gothic";
  src: url("../fonts/league-gothic/LeagueGothic-Regular.eot");
  src: url("../fonts/league-gothic/LeagueGothic-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/league-gothic/LeagueGothic-Regular.woff") format("woff"),
    url("../fonts/league-gothic/LeagueGothic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/site-icons/fontello.eot?45706537");
  src: url("../fonts/site-icons/fontello.eot?45706537#iefix")
      format("embedded-opentype"),
    url("../fonts/site-icons/fontello.woff?45706537") format("woff"),
    url("../fonts/site-icons/fontello.ttf?45706537") format("truetype"),
    url("../fonts/site-icons/fontello.svg?45706537#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e800";
}
.icon-twitter:before {
  content: "\e801";
}
.icon-twitter {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
}
.icon-twitter::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../img/twitter-black.svg) center center no-repeat transparent;
}
.icon-instagram:before {
  content: "\e802";
}
.icon-youtube:before {
  content: "\e803";
}
.icon-search:before {
  content: "\e804";
}
.icon-mail:before {
  content: "\e805";
}
.icon-mailing_list:before {
  content: "\e805";
}
.icon-down-dir:before {
  content: "\e806";
}
.icon-mail-alt:before {
  content: "\e807";
}
.icon-angle-right:before {
  content: "\e808";
}
.icon-angle-left:before {
  content: "\e809";
}
.icon-comment:before {
  content: "\e80a";
}
.icon-location:before {
  content: "\e80b";
  width: auto;
  margin-right: 3px;
}
h1,
.h1,
.heading-border--h1,
.section-heading {
  font-weight: normal;
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 40.125em) {
  h1,
  .h1,
  .heading-border--h1,
  .section-heading {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (min-width: 48.125em) {
  h1,
  .h1,
  .heading-border--h1,
  .section-heading {
    font-size: 64px;
    font-size: 6.4rem;
  }
}
h2,
.h2 {
  font-weight: normal;
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
  font-size: 39px;
  font-size: 3.9rem;
}
h3,
.h3,
.full-width-cta__tagline {
  font-weight: normal;
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 48.125em) {
  h3,
  .h3,
  .full-width-cta__tagline {
    font-size: 30px;
    font-size: 3rem;
  }
}
h4,
.h4 {
  font-weight: normal;
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
h5,
.h5 {
  font-weight: normal;
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
h6,
.h6 {
  font-weight: normal;
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Basis Grotesque Pro", helvetica, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
.tt-regular {
  font-family: "Font Independent";
}
.donate-button {
  font-weight: normal;
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.16;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media (min-width: 40.125em) {
  .donate-button {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.nav-primary,
.nav-primary-support,
.nav-primary-normal {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Basis Grotesque Pro Bold", helvetica, arial, sans-serif;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 64.0625em) {
  .nav-primary,
  .nav-primary-support,
  .nav-primary-normal {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16.51px;
  }
}
.nav-primary-menu {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Basis Grotesque Pro Bold", helvetica, arial, sans-serif;
  line-height: 18.86px;
  font-weight: 400;
  text-transform: uppercase;
}
.nav-primary {
  text-transform: uppercase;
}
.nav-primary-support {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.title-nav {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Basis Grotesque Pro Bold", helvetica, arial, sans-serif;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 64.0625em) {
  .title-nav {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23.58px;
  }
}
.header-submenu__title {
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.header-submenu__card-title {
  line-height: 1.3rem;
  text-transform: uppercase;
}
@media (min-width: 48.125em) {
  .header-submenu__card-title {
    line-height: 1.3;
  }
}
.header-submenu__item-link {
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}
@media (min-width: 64.0625em) {
  .header-submenu__item-link {
    font-family: "Basis Grotesque Pro Bold", helvetica, arial, sans-serif;
    line-height: 1;
  }
}
.header-submenu__sub-item-link {
  line-height: 25px;
}
@media (min-width: 64.0625em) {
  .header-submenu__sub-item-link {
    line-height: 1;
  }
}
.is-button .header-submenu__sub-item-link {
  line-height: 1;
}
.uppercase {
  text-transform: uppercase;
}
.title-1,
.page-template-support .support-heading {
  font-size: 30px;
  font-size: 3rem;
  font-family: "League Gothic", helvetica, arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 64.0625em) {
  .title-1,
  .page-template-support .support-heading {
    font-size: 80px;
    font-size: 8rem;
  }
}
.title-2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "League Gothic", helvetica, arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 64.0625em) {
  .title-2 {
    font-size: 50px;
    font-size: 5rem;
  }
}
.title-3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "League Gothic", helvetica, arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 64.0625em) {
  .title-3 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
  }
}
.text-date,
.header-submenu__card-date .ind-event__date {
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 48.125em) {
  .text-date,
  .header-submenu__card-date .ind-event__date {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.p1 {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Basis Grotesque Pro", helvetica, arial, sans-serif;
  line-height: 11.79px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
@media (min-width: 64.0625em) {
  .p1 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14.15px;
  }
}
.nav-title,
.header-menu__item-link-title {
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
  font-size: 1.3rem;
  line-height: 15px;
  font-weight: 400;
}
@media (min-width: 48.125em) {
  .nav-title,
  .header-menu__item-link-title {
    font-family: "Basis Grotesque Pro Bold", helvetica, arial, sans-serif;
  }
}
.nav-secondary-title,
.secondary-nav a {
  font-family: "Basis Grotesque Pro Bold", helvetica, arial, sans-serif;
  font-size: 1.3rem;
  line-height: 15.33px;
  font-weight: 400;
}
@media (min-width: 48.125em) {
  .nav-secondary-title,
  .secondary-nav a {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 12.97px;
  }
}
.pagination--list {
  text-align: center;
}
.pagination--list .page-numbers {
  font-family: "Font Independent Caps";
  font-size: 30px;
  letter-spacing: 0;
  line-height: 43px;
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 4px 9px;
  color: #000;
  border: 1px solid transparent;
}
.pagination--list .page-numbers.current {
  border: 1px solid #f24c31;
  color: #f24c31;
  height: 47px;
  width: 44px;
  margin-right: 5px;
}
.pagination--list .page-numbers.next {
  padding-left: 0;
}
.pagination--list .page-numbers.prev {
  padding-right: 13px;
}
.pagination--list .page-numbers:hover {
  color: #f24c31;
}
.icon.one {
  padding-right: 19px;
}
.icon:before {
  display: block;
  width: 14px;
  top: 0;
  left: 0;
}
.icon-arrow-left:before {
  content: url(../../assets/img/arrow-left.svg);
}
.icon-arrow-right:before {
  content: url(../../assets/img/arrow-right.svg);
  margin-left: 14px;
}
.pagination--list__green .page-numbers.current {
  border: 1px solid #91c84e;
  color: #91c84e;
}
.pagination--list__green .page-numbers:hover {
  color: #91c84e;
}
.pagination--list__green .icon-arrow-left:before {
  content: url(../../assets/img/arrow-left-green.svg);
}
.pagination--list__green .icon-arrow-right:before {
  content: url(../../assets/img/arrow-right-green.svg);
}
.header {
  transition: background-color 0.25s ease-in;
  position: relative;
  z-index: 20;
  overflow: visible;
}
.header ul {
  list-style: none;
}
.header.visible {
  width: 100vw;
}
.header__container,
.header-submenu__container {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 48em) {
  .header__container,
  .header-submenu__container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 90em) {
  .header__container,
  .header-submenu__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-height: 68px;
}
@media (min-width: 64.0625em) {
  .header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 160px;
  }
}
.header__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 64.0625em) {
  .header__row {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
}
.header__nav-secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  border-top: 0.5px solid #fff;
}
@media (min-width: 64.0625em) {
  .header__nav-secondary {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-bottom: 34px;
    padding: 0;
    border: none;
  }
}
.secondary-nav {
  list-style: none;
}
@media (min-width: 64.0625em) {
  .secondary-nav {
    display: -ms-flexbox;
    display: flex;
  }
}
.secondary-nav .menu-item {
  padding: 10px 0;
}
@media (min-width: 64.0625em) {
  .secondary-nav .menu-item {
    padding: 0 0 0 25px;
  }
}
.secondary-nav .menu-item:last-child {
  padding-bottom: 0;
}
.secondary-nav a {
  transition: opacity 0.15s ease-in;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.secondary-nav a:hover {
  opacity: 0.8;
}
.secondary-nav a:focus {
  outline: 1px solid #2041ce !important;
}
.header__social-nav {
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  list-style: none;
}
@media (min-width: 64.0625em) {
  .header__social-nav {
    margin: 0 0 0 35px;
  }
}
@media (min-width: 90.125em) {
  .header__social-nav {
    margin-left: 25px;
  }
}
.header__social-nav-item {
  margin-left: 15px;
}
.header__social-nav-item:first-child {
  margin-left: 0;
}
.header__social-nav-link {
  transition: opacity 0.15s ease-in;
}
.header__social-nav-link:hover {
  opacity: 0.8;
}
.header__social-nav-link:focus {
  outline: 1px solid #2041ce !important;
}
.header__social-nav-link span {
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
}
.header__social-nav-link .icon-twitter {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
}
.header__social-nav-link .icon-twitter::before {
  content: "";
  position: absolute;
  top: 3px;
  width: 14px;
  height: 14px;
  background: url(../img/twitter.svg) center center no-repeat transparent;
}
@media (min-width: 64.0625em) {
  .header__primary-nav-outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 20px;
  }
}
@media (min-width: 64.0625em) {
  .header__primary-nav-outer .menu {
    display: -ms-flexbox;
    display: flex;
  }
}
.header__logo-outer {
  display: -ms-flexbox;
  display: flex;
  font-size: inherit;
}
@media (min-width: 48.125em) {
  .header__logo-outer {
    max-width: 325px;
  }
}
.logo {
  display: inline-block;
  height: 40px;
}
.logo img {
  width: auto;
  height: 100%;
}
@media (min-width: 64.0625em) {
  .logo img {
    padding-bottom: 7px;
  }
}
.logo:focus {
  outline: 1px solid #2041ce !important;
}
@media (min-width: 64.0625em) {
  .logo {
    height: 80px;
  }
}
@media (min-width: 80.125em) {
  .logo {
    height: 96px;
  }
}
.header__search-outer {
  transition: width 0.5s cubic-bezier(0.45, 0.01, 0.49, 0.95);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 90px;
  width: 0;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
}
.header__search-outer .icon-search {
  transition: opacity 0.15s ease-in;
  margin: 0;
  padding: 0 10px 0 0;
}
.no-touch .header__search-outer .icon-search:hover {
  opacity: 0.8;
}
.header.visible .header__search-outer {
  right: 60px;
}
.header__search-outer.open {
  width: calc(100% - 90px);
  opacity: 1;
  visibility: visible;
}
.header.visible .header__search-outer.open {
  width: calc(100% - 60px);
}
@media (min-width: 64.0625em) {
  .header__search-outer {
    width: 40px;
    top: auto;
    right: 25px;
    bottom: 0;
    margin-top: 6px;
    padding: 0 0 35px;
    z-index: 2;
    text-align: right;
    transform: none;
  }
  .header__search-outer .icon-search {
    padding: 0;
  }
  .header__search-outer.open {
    width: calc(100% - 400px);
  }
  .header__search-outer.open .icon-search {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
  }
  .header__search-outer.open .icon-search:before,
  .header__search-outer.open .icon-search:after {
    content: "";
    margin: 0;
    display: block;
    width: 20px;
    height: 0;
    border-top: 4px solid #fff;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
  }
  .header__search-outer.open .icon-search:before {
    transform: rotate(45deg);
  }
  .header__search-outer.open .icon-search:after {
    transform: rotate(-45deg);
  }
}
.search-input-outer {
  display: block;
  width: auto;
  overflow: hidden;
}
.search-input {
  border: 0;
  background: #fff;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  width: 100%;
}
.search-submit {
  display: none;
}
.header-search__button {
  transform: translateZ(0);
  position: relative;
  margin: 0 15px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  cursor: pointer;
}
.header-search__button::before {
  width: 15px;
  height: 18px;
}
@media (min-width: 64.0625em) {
  .header-search__button {
    position: absolute;
    bottom: 35px;
    right: 0;
    margin: 0;
    font-size: 15px;
  }
  .open .header-search__button {
    top: 5px;
  }
}
.header-search__button:focus {
  outline: 1px solid #2041ce !important;
}
.header__nav .header-search__button {
  display: none;
}
@media (min-width: 64.0625em) {
  .header__nav .header-search__button {
    position: static;
    display: block;
    margin: 0;
  }
}
.header__menu-toggle {
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
@media (min-width: 64.0625em) {
  .header__menu-toggle {
    display: none;
  }
}
.header__menu-toggle svg {
  display: none;
  pointer-events: none;
}
.header.visible .header__menu-toggle svg {
  display: block;
}
.header__menu-toggle-text {
  pointer-events: none;
}
.header.visible .header__menu-toggle-text {
  display: none;
}
.site-type--film-independent .header,
.site-type--film-independent .header__nav,
.site-type--film-independent .header__back-main-menu,
.site-type--film-independent .header-submenu {
  background: #f24c31;
}
.site-type--spirit-awards .header,
.site-type--spirit-awards .header__nav,
.site-type--spirit-awards .header__back-main-menu,
.site-type--spirit-awards .header-submenu {
  background: #4866e3;
}
.site-type--programs .header,
.site-type--programs .header__nav,
.site-type--programs .header__back-main-menu,
.site-type--programs .header-submenu {
  background: #91c84e;
}
.site-type--presents .header,
.site-type--lacma .header,
.site-type--presents .header__nav,
.site-type--lacma .header__nav,
.site-type--presents .header__back-main-menu,
.site-type--lacma .header__back-main-menu,
.site-type--presents .header-submenu,
.site-type--lacma .header-submenu {
  background: #a446aa;
}
.site-type--la-film-festival .header,
.site-type--la-film-festival .header__nav,
.site-type--la-film-festival .header__back-main-menu,
.site-type--la-film-festival .header-submenu {
  background: #f8af2a;
}
.header-submenu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 64.0625em) {
  .header-submenu__list {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 58px;
    border-top: 1px solid #fff;
  }
}
@media (min-width: 64.0625em) {
  .header-submenu__menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 834px;
  }
}
.header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: fixed;
  top: 68px;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0 20px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(-100%);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 40.125em) {
  .header__nav {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 64.0625em) {
  .header__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: static;
    width: auto;
    height: 100%;
    padding: 40px 0 37px;
    transform: none;
    overflow: visible;
    background: transparent !important;
  }
}
.header.visible .header__nav {
  height: calc(100vh - 68px);
  transform: translateX(0);
  padding-top: 7px;
}
.header-menu__item {
  margin: 20px 0 10px;
  border-top: 0.5px solid #fff;
}
@media (min-width: 64.0625em) {
  .header-menu__item {
    margin: 0;
    padding-right: 38px;
    border: none;
  }
}
.header-menu__item:first-child {
  margin: 0 0 10px;
}
@media (min-width: 64.0625em) {
  .header-menu__item:first-child {
    margin: 0;
  }
}
.header-menu__item:not(.header-menu__item--has-children) {
  margin: 0 0 10px;
}
.header-menu__item-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  color: #fff;
}
@media (min-width: 64.0625em) {
  .header-menu__item-link {
    position: relative;
    padding: 0;
    color: #000;
  }
  .header-menu__item-link::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120%;
    height: 38px;
    z-index: 9;
    transform: translateX(-50%);
  }
  .header-menu__item-link::after {
    position: absolute;
    bottom: -37px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    z-index: 9;
  }
}
@media (min-width: 64.0625em) {
  .header-menu__item.visible .header-menu__item-link {
    color: #fff;
  }
  .header-menu__item.visible .header-menu__item-link::before,
  .header-menu__item.visible .header-menu__item-link::after {
    content: "";
  }
}
.header-menu__item-link:focus {
  outline: 1px solid #2041ce !important;
}
.current-menu-item a {
  color: #fff;
}
.header-menu__item-link-title br {
  display: none;
}
@media (min-width: 64.0625em) {
  .header-menu__item-link-title br {
    display: block;
  }
}
.header-menu__item-expand {
  position: absolute;
  top: 10px;
  right: 0;
  height: 80%;
  padding: 0 0 0 30px;
}
@media (min-width: 64.0625em) {
  .header-menu__item-expand {
    display: none;
  }
}
.header-submenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0 0 40px;
  transform: translateX(-100%);
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
  z-index: 9;
}
@media (min-width: 64.0625em) {
  .header-submenu {
    transition: max-height 0.8s cubic-bezier(0.45, 0.01, 0.49, 0.95),
      background-color 0.25s ease-in;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 99.25vw;
    height: auto;
    max-height: 0;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    overflow: hidden;
  }
}
.header-menu__item.visible .header-submenu {
  transform: translateX(0);
}
@media (min-width: 64.0625em) {
  .header-menu__item.visible .header-submenu {
    width: 100vw;
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
  }
}
.header__support {
  transition: background-color 0.15s linear, border-color 0.15s linear;
  display: block;
  width: 100%;
  margin: 30px 0;
  padding: 12px 20px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-align: center;
}
@media (min-width: 64.0625em) {
  .header__support {
    width: auto;
    min-width: 130px;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 40px;
    padding: 11px 20px;
  }
}
@media (min-width: 90.125em) {
  .header__support {
    margin-left: 25px;
  }
}
.header__support:hover {
  border-color: #fff;
  background-color: transparent;
}
.header__support:focus {
  outline: 1px solid #2041ce !important;
}
.header__support--desktop {
  display: none;
}
@media (min-width: 64.0625em) {
  .header__support--desktop {
    display: block;
  }
}
@media (min-width: 64.0625em) {
  .header__support--mobile {
    display: none;
  }
}
.header__back-main-menu {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  height: 100%;
  padding: 0;
  border: none;
  color: #fff;
}
@media (min-width: 64.0625em) {
  .header__back-main-menu {
    display: none;
  }
}
.header--show-sub-menu .header__back-main-menu {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 64.0625em) {
  .header--show-sub-menu .header__back-main-menu {
    display: none;
  }
}
.header__back-main-menu svg {
  margin-right: 7px;
  transform: translateY(-1px);
}
.header-submenu__title {
  margin-bottom: 35px;
  padding-top: 10px;
  border-top: 0.5px solid #fff;
  color: #000;
}
@media (min-width: 64.0625em) {
  .header-submenu__title {
    display: none;
  }
}
.header-submenu__title br {
  display: none;
}
.header-submenu__card-image {
  padding-bottom: calc(100% * 166 / 295);
  filter: grayscale(100%);
}
.header-submenu__card {
  transition: opacity 0.15s ease-in;
  color: #fff;
}
.header-submenu__card:hover {
  opacity: 0.8;
}
.header-submenu__card-image-wrapper {
  position: relative;
}
.header-submenu__card-date {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.header-submenu__card-date .ind-event__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  height: 100%;
  max-width: none;
  padding: 15px 20px;
  border-right: 2px solid transparent;
}
@media (min-width: 64.0625em) {
  .header-submenu__card-date .ind-event__date {
    padding: 15px 28px;
  }
}
.header-submenu__card-title {
  margin-top: 13px;
}
@media (min-width: 64.0625em) {
  .header-submenu__card-title {
    margin-top: 15px;
  }
}
.header-submenu__card:focus .header-submenu__card-title {
  outline: 1px solid #2041ce !important;
}
.header-submenu__card-time {
  margin-top: 10px;
}
@media (min-width: 64.0625em) {
  .header-submenu__item:not(.header-submenu__item--is-card) {
    width: 195px;
    margin-bottom: 30px;
  }
}
.header-submenu__item--is-card {
  margin-bottom: 30px;
}
@media (min-width: 64.0625em) {
  .header-submenu__item--is-card {
    width: 364px;
    margin: 0 0 0 20px;
  }
  .header-submenu__item--is-card:first-child {
    margin: 0;
  }
}
@media (min-width: 64.0625em) {
  .header-submenu__cards {
    display: -ms-flexbox;
    display: flex;
    margin-right: 53px;
  }
}
.header-submenu__sub-item-link {
  display: block;
  color: #fff;
  transition: opacity 0.2s linear;
}
.header-submenu__sub-item-link:hover {
  opacity: 0.8;
}
.header-submenu__sub-item-link:focus {
  outline: 1px solid #2041ce !important;
}
.is-button .header-submenu__sub-item-link {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 10px;
  padding: 11px;
  border: 0.5px solid #fff;
  text-transform: uppercase;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.is-button .header-submenu__sub-item-link::after {
  display: inline-block;
  line-height: 1;
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  transition: border-left-color 0.2s linear, transform 0.2s linear;
}
@media (min-width: 64.0625em) {
  .is-button .header-submenu__sub-item-link::after {
    margin-left: 8px;
  }
}
.is-button .header-submenu__sub-item-link:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}
.is-button .header-submenu__sub-item-link:hover::after {
  transform: translateX(3px);
  border-left-color: #000;
}
@media (min-width: 64.0625em) {
  .header-submenu__item.is-hidden-desktop .is-button {
    display: none;
  }
}
.header-submenu__item.is-hidden-mobile .is-button {
  display: none;
}
@media (min-width: 64.0625em) {
  .header-submenu__item.is-hidden-mobile .is-button {
    display: block;
  }
}
.header-submenu__item-link {
  transition: opacity 0.15s ease-in;
  display: block;
  color: #000;
}
@media (min-width: 64.0625em) {
  .header-submenu__item-link {
    margin-bottom: 10px;
  }
}
.header-submenu__item-link:hover {
  opacity: 0.8;
}
.header-submenu__item-link.is-hidden {
  display: none;
}
.header-submenu__sub-wrapper {
  margin: 0 0 20px;
}
@media (min-width: 64.0625em) {
  .header-submenu__sub-wrapper {
    margin: 0;
  }
}
.header-submenu__sub-item {
  margin-top: 0;
}
@media (min-width: 64.0625em) {
  .header-submenu__sub-item {
    margin-top: 10px;
  }
}
.header-submenu__sub-item:first-child {
  margin-top: 0;
}
.hidden-mobile {
  display: none;
}
@media (min-width: 64.0625em) {
  .hidden-mobile {
    display: block;
  }
}
@media (min-width: 64.0625em) {
  .hidden-desktop {
    display: none;
  }
}
.footer {
  background: #000;
  clear: both;
  color: #fff;
  padding: 20px 0;
  overflow: hidden;
}
@media (min-width: 40.125em) {
  .footer {
    padding: 25px 0;
  }
}
.footer a {
  color: #fff;
  transition: opacity 0.15s ease-in;
}
.no-touch .footer a:hover {
  opacity: 0.8;
}
.footer .container__rel {
  position: relative;
}
.footer ul {
  list-style: none;
}
.footer .cols-content {
  padding: 0 20px 20px 95px;
}
@media (min-width: 40.125em) {
  .footer .cols-content {
    padding: 0 20px 20px 153px;
    text-align: justify;
    font-size: 0.05px;
  }
  .footer .cols-content > * {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer .cols-content:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
  }
  @-moz-document url-prefix() {
    .footer .cols-content {
      font-size: 0;
    }
  }
}
.footer .footer__col {
  width: 100%;
  padding: 0 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  display: none;
}
@media (min-width: 30.125em) {
  .footer .footer__col {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 0 20px 20px 0;
  }
}
@media (min-width: 40.125em) {
  .footer .footer__col {
    width: 33.3%;
    padding: 0 20px 20px 0;
  }
}
@media (min-width: 64.0625em) {
  .footer .footer__col {
    width: 20%;
  }
}
.footer .footer__col-outer .footer__col {
  display: block;
}
@media (min-width: 40.125em) {
  .footer .footer__col-outer {
    width: 66.6%;
  }
  .footer .footer__col-outer .footer__col {
    width: 50%;
    float: left;
  }
}
@media (min-width: 64.0625em) {
  .footer .footer__col-outer {
    width: 20%;
  }
  .footer .footer__col-outer .footer__col {
    width: 100%;
    float: none;
  }
}
.footer .footer__meta {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer__meta a {
  text-decoration: underline;
}
.footer__col a {
  text-decoration: none;
}
.footer__logo {
  float: left;
  display: block;
  background: url(../img/logo-footer.png) center center no-repeat transparent;
  background-size: cover;
  width: 75px;
  height: 120px;
  text-indent: -9999em;
}
@media (min-width: 40.125em) {
  .footer__logo {
    width: 113px;
    height: 180px;
  }
}
.footer__social {
  font-size: 18px;
  font-size: 1.8rem;
}
.footer__social li {
  display: inline-block;
  margin-right: 0.5em;
}
.footer__social li .icon-twitter {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
}
.footer__social li .icon-twitter::before {
  content: "";
  position: absolute;
  top: 1px;
  width: 14px;
  height: 14px;
  background: url(../img/twitter.svg) center center no-repeat transparent;
}
.col__main h6 {
  color: #f24c31;
}
.footer--has-spacing-bottom {
  padding-bottom: 70px;
}
@media (min-width: 40.125em) {
  .footer--has-spacing-bottom {
    padding-bottom: 90px;
  }
}
@media (min-width: 64.0625em) {
  .footer--has-spacing-bottom {
    padding-bottom: 25px;
  }
}
.main h1 {
  font-family: "Font Independent Caps", helvetica, arial, sans-serif;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.05;
}
.main img,
.main figure {
  display: block;
  max-width: 100%;
  height: auto;
}
.main figure {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media (min-width: 40.125em) {
  .main figure {
    margin-bottom: 15px;
  }
}
@media (min-width: 48.125em) {
  .main figure {
    margin-bottom: 20px;
  }
}
.main iframe {
  max-width: 100%;
}
.main .rte__video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.main .rte__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main .read-more {
  display: inline-block;
  padding-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
}
.main .read-more:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #f24c31;
  position: relative;
  top: 1px;
  left: 5px;
  transition: left 0.15s ease-in, border 0.15s ease-in;
}
.main .read-more:hover:after {
  left: 10px;
}
.col__left {
  position: relative;
}
.page__main {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 40.125em) {
  .page__main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 48.125em) {
  .page__main {
    padding-bottom: 55px;
  }
}
.page__main img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.page__main .hero {
  margin-bottom: 20px;
}
.page__content {
  line-height: 1.5;
}
.page__content .col {
  margin-bottom: 20px;
}
.page__content .col__left .icon-email-alt {
  float: right;
}
@media (min-width: 48.125em) {
  .page__content {
    text-align: justify;
    font-size: 0.05px;
  }
  .page__content > * {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .page__content:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
  }
  @-moz-document url-prefix() {
    .page__content {
      font-size: 0;
    }
  }
  .page__content .col__left {
    width: 37%;
  }
  .page__content .col__right {
    width: 58%;
  }
}
.rte .heading-text {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  font-family: "Basis Grotesque Pro", helvetica, arial, sans-serif;
  margin-bottom: 20px;
}
.rte p {
  margin-bottom: 20px;
}
.rte p b,
.rte p strong {
  font-weight: normal;
  font-family: "Basis Grotesque Pro Bold", helvetica, arial, sans-serif;
}
.rte a {
  display: inline-block;
  text-decoration: underline;
  transition: color 0.1s ease-in;
}
.rte ul,
.rte ol {
  margin: 0 0 0.75em 1em;
}
.rte blockquote {
  font-size: 18px;
  font-size: 1.8rem;
  border-left: 4px solid #9b9b9b;
  padding-left: 20px;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-weight: normal;
}
.intro-text {
  line-height: 1.4;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media (min-width: 48.125em) {
  .intro-text {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.heading-border {
  border-top: 1px solid #f24c31;
  margin: 0 0 0.5em;
  padding-top: 0.25em;
}
h3.heading-border {
  margin: 0 0 0.5em;
  padding-top: 0.25em;
  font-size: 18px;
  font-size: 1.8rem;
  border-top: 1px solid transparent;
  text-transform: uppercase;
}
h4.heading-border {
  font-family: "Font Independent Caps", helvetica, arial, sans-serif;
  margin: 0 0 0.3em;
  padding-top: 5px;
  line-height: 1;
  font-size: 64px;
  font-size: 6.4rem;
  border-top: 1px solid transparent;
  text-transform: uppercase;
  width: 100%;
}
.page .rte .heading-border:first-child {
  margin-top: 10px;
}
.page__about .heading-border {
  margin-bottom: 10px;
}
.page__about .heading-border--h1 {
  border-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 48.125em) {
  .page__about .heading-border--h1 {
    margin-bottom: 25px;
  }
}
.page__about .full-width-cta {
  margin-bottom: 20px;
}
@media (min-width: 48.125em) {
  .page__about .full-width-cta {
    margin-bottom: 40px;
  }
}
@media (min-width: 48.125em) {
  .page__about .col__left,
  .page__about .col__right {
    width: 49%;
  }
}
.page__2-up {
  margin-bottom: 10px;
}
@media (min-width: 48.125em) {
  .page__full-width .col__left,
  .page__full-width .col__right {
    width: 100%;
    display: block;
  }
  .page__full-width .col__right {
    text-align: justify;
    font-size: 0.05px;
  }
  .page__full-width .col__right > * {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .page__full-width .col__right:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
  }
  @-moz-document url-prefix() {
    .page__full-width .col__right {
      font-size: 0;
    }
  }
  .page__full-width .col__right .rte {
    display: inline-block;
    width: 49%;
  }
  .page__full-width .col__right .rte:last-child {
    width: 49%;
  }
}
.search-results .s-query {
  color: #f24c31;
}
.post-list {
  margin-bottom: 40px;
}
.post-list-view {
  padding: 40px 0;
  border-bottom: 1px solid #9b9b9b;
  line-height: 1.5;
}
.post-list-view h3 {
  font-family: "Font Independent", arial, helvetica, sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}
.post-list-view h3 a {
  text-decoration: none;
  color: #000;
}
.post-list-view .the-excerpt {
  margin-bottom: 1em;
}
.post-list-view a {
  color: #f24c31;
  transition: color 0.15s ease-in;
}
.post-list-view a:hover {
  color: #d82a0e;
}
.load-posts a {
  text-align: center;
  border: 1px solid #f24c31;
  font-family: "Font Independent Caps", helvetica, arial, sans-serif;
  vertical-align: middle;
  font-size: 40px;
  font-size: 4rem;
  display: block;
  text-decoration: none;
  line-height: 1;
  padding: 25px 10px 10px;
  color: #000;
}
@media (min-width: 40.125em) {
  .load-posts a {
    font-size: 64px;
    font-size: 6.4rem;
    padding: 55px 40px 40px;
  }
}
@media (min-width: 48.125em) {
  .load-posts a {
    border-width: 2px;
  }
}
.no-touch .load-posts a:hover .down-arrow {
  top: 10px;
}
.down-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #f24c31;
  vertical-align: middle;
  position: relative;
  top: 0;
  transition: top 0.15s ease-in;
}
@media (min-width: 40.125em) {
  .down-arrow {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #f24c31;
  }
}
.sponsors-block {
  margin-bottom: 40px;
}
@media (min-width: 40.125em) {
  .sponsors-block {
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.sponsors-block h5 {
  font-family: "Basis Grotesque Pro Bold", helvetica, arial, sans-serif;
  margin-bottom: 10px;
}
.sponsors-block .sponsor {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 40.125em) {
  .sponsors-block .sponsor {
    width: 48%;
  }
}
.rte--sponsor h5 {
  font-family: "Basis Grotesque Pro Bold", helvetica, arial, sans-serif;
  margin-bottom: 10px;
}
.rte--sponsor img,
.rte--sponsor p img {
  display: inline-block;
  margin: 0 1em 1em 0;
  vertical-align: middle;
}
[data-site] .rte--sponsor .sponsor-link a,
[data-site] .rte--sponsor a .sponsor-link {
  font-family: "Basis Grotesque Pro Bold", helvetica, arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
.accordion,
#accordion {
  overflow: hidden;
}
.accordion h3,
#accordion h3 {
  cursor: pointer;
  position: relative;
}
.accordion h3 img,
#accordion h3 img {
  width: 100%;
}
.accordion h3:after,
#accordion h3:after {
  content: "";
  transition: all 0.15s ease-in;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid #f24c31;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}
@media (min-width: 40.125em) {
  .accordion h3:after,
  #accordion h3:after {
    right: 20px;
    margin-top: -3px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 8px;
  }
}
.accordion h3:hover:after,
#accordion h3:hover:after {
  margin-top: 0;
}
.accordion h3.open:after,
#accordion h3.open:after {
  margin-top: -4px;
  transform: rotate(180deg);
}
.accordion h3.open:hover:after,
#accordion h3.open:hover:after {
  margin-top: -8px;
}
.accordion .collapse,
#accordion .collapse {
  transition: max-height 0.15s ease-in;
  max-height: 0;
  overflow: hidden;
}
.accordion .collapse.visible,
#accordion .collapse.visible {
  max-height: 2000px;
}
.adrotate-col.display-desktop {
  display: none;
}
@media (min-width: 48.125em) {
  .adrotate-col.display-desktop {
    display: block;
  }
}
@media (min-width: 48.125em) {
  .adrotate-col.display-mobile {
    display: none;
  }
}
[data-site="site-type--film-independent"] .rte .heading-text {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"] .rte .heading-text {
  color: #4866e3;
}
[data-site="site-type--presents"] .rte .heading-text,
[data-site="site-type--lacma"] .rte .heading-text {
  color: #a446aa;
}
[data-site="site-type--programs"] .rte .heading-text {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"] .rte .heading-text {
  color: #f8af2a;
}
[data-site="site-type--film-independent"] .rte .intro-text {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"] .rte .intro-text {
  color: #4866e3;
}
[data-site="site-type--presents"] .rte .intro-text,
[data-site="site-type--lacma"] .rte .intro-text {
  color: #a446aa;
}
[data-site="site-type--programs"] .rte .intro-text {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"] .rte .intro-text {
  color: #f8af2a;
}
[data-site="site-type--film-independent"] .rte a {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"] .rte a {
  color: #4866e3;
}
[data-site="site-type--presents"] .rte a,
[data-site="site-type--lacma"] .rte a {
  color: #a446aa;
}
[data-site="site-type--programs"] .rte a {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"] .rte a {
  color: #f8af2a;
}
[data-site="site-type--film-independent"] .donate-button__close {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"] .donate-button__close {
  color: #4866e3;
}
[data-site="site-type--presents"] .donate-button__close,
[data-site="site-type--lacma"] .donate-button__close {
  color: #a446aa;
}
[data-site="site-type--programs"] .donate-button__close {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"] .donate-button__close {
  color: #f8af2a;
}
[data-site="site-type--film-independent"] .rte blockquote {
  border-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .rte blockquote {
  border-color: #4866e3;
}
[data-site="site-type--presents"] .rte blockquote,
[data-site="site-type--lacma"] .rte blockquote {
  border-color: #a446aa;
}
[data-site="site-type--programs"] .rte blockquote {
  border-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .rte blockquote {
  border-color: #f8af2a;
}
[data-site="site-type--film-independent"] .rte a:not(.read-more):hover {
  color: #d82a0e;
}
[data-site="site-type--spirit-awards"] .rte a:not(.read-more):hover {
  color: #2041ce;
}
[data-site="site-type--presents"] .rte a:not(.read-more):hover,
[data-site="site-type--lacma"] .rte a:not(.read-more):hover {
  color: #7a347f;
}
[data-site="site-type--programs"] .rte a:not(.read-more):hover {
  color: #72a533;
}
[data-site="site-type--la-film-festival"] .rte a:not(.read-more):hover {
  color: #de9207;
}
[data-site="site-type--film-independent"] .rte a.read-more:hover {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"] .rte a.read-more:hover {
  color: #4866e3;
}
[data-site="site-type--presents"] .rte a.read-more:hover,
[data-site="site-type--lacma"] .rte a.read-more:hover {
  color: #a446aa;
}
[data-site="site-type--programs"] .rte a.read-more:hover {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"] .rte a.read-more:hover {
  color: #f8af2a;
}
[data-site="site-type--film-independent"] .rte p a:hover {
  color: #d82a0e;
}
[data-site="site-type--spirit-awards"] .rte p a:hover {
  color: #2041ce;
}
[data-site="site-type--presents"] .rte p a:hover,
[data-site="site-type--lacma"] .rte p a:hover {
  color: #7a347f;
}
[data-site="site-type--programs"] .rte p a:hover {
  color: #72a533;
}
[data-site="site-type--la-film-festival"] .rte p a:hover {
  color: #de9207;
}
[data-site="site-type--film-independent"] .rte .read-more:after {
  border-left-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .rte .read-more:after {
  border-left-color: #4866e3;
}
[data-site="site-type--presents"] .rte .read-more:after,
[data-site="site-type--lacma"] .rte .read-more:after {
  border-left-color: #a446aa;
}
[data-site="site-type--programs"] .rte .read-more:after {
  border-left-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .rte .read-more:after {
  border-left-color: #f8af2a;
}
[data-site="site-type--film-independent"] h3.heading-border {
  border-color: #f24c31;
}
[data-site="site-type--spirit-awards"] h3.heading-border {
  border-color: #4866e3;
}
[data-site="site-type--presents"] h3.heading-border,
[data-site="site-type--lacma"] h3.heading-border {
  border-color: #a446aa;
}
[data-site="site-type--programs"] h3.heading-border {
  border-color: #91c84e;
}
[data-site="site-type--la-film-festival"] h3.heading-border {
  border-color: #f8af2a;
}
[data-site="site-type--film-independent"] h3.heading-border {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"] h3.heading-border {
  color: #4866e3;
}
[data-site="site-type--presents"] h3.heading-border,
[data-site="site-type--lacma"] h3.heading-border {
  color: #a446aa;
}
[data-site="site-type--programs"] h3.heading-border {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"] h3.heading-border {
  color: #f8af2a;
}
[data-site="site-type--film-independent"] h4.heading-border {
  border-color: #f24c31;
}
[data-site="site-type--spirit-awards"] h4.heading-border {
  border-color: #4866e3;
}
[data-site="site-type--presents"] h4.heading-border,
[data-site="site-type--lacma"] h4.heading-border {
  border-color: #a446aa;
}
[data-site="site-type--programs"] h4.heading-border {
  border-color: #91c84e;
}
[data-site="site-type--la-film-festival"] h4.heading-border {
  border-color: #f8af2a;
}
[data-site="site-type--film-independent"] .accordion h3:after {
  border-top-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .accordion h3:after {
  border-top-color: #4866e3;
}
[data-site="site-type--presents"] .accordion h3:after,
[data-site="site-type--lacma"] .accordion h3:after {
  border-top-color: #a446aa;
}
[data-site="site-type--programs"] .accordion h3:after {
  border-top-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .accordion h3:after {
  border-top-color: #f8af2a;
}
[data-site="site-type--film-independent"] #accordion h3:after {
  border-top-color: #f24c31;
}
[data-site="site-type--spirit-awards"] #accordion h3:after {
  border-top-color: #4866e3;
}
[data-site="site-type--presents"] #accordion h3:after,
[data-site="site-type--lacma"] #accordion h3:after {
  border-top-color: #a446aa;
}
[data-site="site-type--programs"] #accordion h3:after {
  border-top-color: #91c84e;
}
[data-site="site-type--la-film-festival"] #accordion h3:after {
  border-top-color: #f8af2a;
}
[data-site="site-type--film-independent"] .accordion h3:hover:after {
  border-top-color: #d82a0e;
}
[data-site="site-type--spirit-awards"] .accordion h3:hover:after {
  border-top-color: #2041ce;
}
[data-site="site-type--presents"] .accordion h3:hover:after,
[data-site="site-type--lacma"] .accordion h3:hover:after {
  border-top-color: #7a347f;
}
[data-site="site-type--programs"] .accordion h3:hover:after {
  border-top-color: #72a533;
}
[data-site="site-type--la-film-festival"] .accordion h3:hover:after {
  border-top-color: #de9207;
}
[data-site="site-type--film-independent"] #accordion h3:hover:after {
  border-top-color: #d82a0e;
}
[data-site="site-type--spirit-awards"] #accordion h3:hover:after {
  border-top-color: #2041ce;
}
[data-site="site-type--presents"] #accordion h3:hover:after,
[data-site="site-type--lacma"] #accordion h3:hover:after {
  border-top-color: #7a347f;
}
[data-site="site-type--programs"] #accordion h3:hover:after {
  border-top-color: #72a533;
}
[data-site="site-type--la-film-festival"] #accordion h3:hover:after {
  border-top-color: #de9207;
}
[data-site] .related-type--film-independent a:hover,
[data-site] .rte .related-type--film-independent a:hover {
  color: #f24c31;
}
[data-site] .related-type--film-independent .site-type-label a:hover,
[data-site] .related-type--film-independent .meta a:hover,
[data-site] .rte .related-type--film-independent .site-type-label a:hover,
[data-site] .rte .related-type--film-independent .meta a:hover {
  color: #d82a0e;
}
[data-site] .related-type--spirit-awards a:hover,
[data-site] .rte .related-type--spirit-awards a:hover {
  color: #4866e3;
}
[data-site] .related-type--spirit-awards .site-type-label a:hover,
[data-site] .related-type--spirit-awards .meta a:hover,
[data-site] .rte .related-type--spirit-awards .site-type-label a:hover,
[data-site] .rte .related-type--spirit-awards .meta a:hover {
  color: #2041ce;
}
[data-site] .related-type--la-film-festival a:hover,
[data-site] .rte .related-type--la-film-festival a:hover {
  color: #f8af2a;
}
[data-site] .related-type--la-film-festival .site-type-label a:hover,
[data-site] .related-type--la-film-festival .meta a:hover,
[data-site] .rte .related-type--la-film-festival .site-type-label a:hover,
[data-site] .rte .related-type--la-film-festival .meta a:hover {
  color: #de9207;
}
[data-site] .related-type--presents a:hover,
[data-site] .related-type--lacma a:hover,
[data-site] .rte .related-type--presents a:hover,
[data-site] .rte .related-type--lacma a:hover {
  color: #a446aa;
}
[data-site] .related-type--presents .site-type-label a:hover,
[data-site] .related-type--presents .meta a:hover,
[data-site] .related-type--lacma .site-type-label a:hover,
[data-site] .related-type--lacma .meta a:hover,
[data-site] .rte .related-type--presents .site-type-label a:hover,
[data-site] .rte .related-type--presents .meta a:hover,
[data-site] .rte .related-type--lacma .site-type-label a:hover,
[data-site] .rte .related-type--lacma .meta a:hover {
  color: #7a347f;
}
[data-site] .related-type--programs a:hover,
[data-site] .rte .related-type--programs a:hover {
  color: #91c84e;
}
[data-site] .related-type--programs .site-type-label a:hover,
[data-site] .related-type--programs .meta a:hover,
[data-site] .rte .related-type--programs .site-type-label a:hover,
[data-site] .rte .related-type--programs .meta a:hover {
  color: #72a533;
}
.hero.img-outer {
  visibility: hidden;
}
.js .hero.img-outer {
  visibility: visible;
}
.no-touch .hero.img-outer {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 0.25s ease-in, transform 0.5s ease-out;
}
.no-touch .hero.img-outer.triggered {
  opacity: 1;
  transform: translate(0, 0);
}
.page__content .col {
  visibility: hidden;
}
.js .page__content .col {
  visibility: visible;
}
.no-touch .page__content .col {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 0.25s ease-in, transform 0.5s ease-out;
}
.no-touch .page__content .col.triggered {
  opacity: 1;
  transform: translate(0, 0);
}
.password-form {
  margin-top: 60px;
}
@media (min-width: 48.125em) {
  .password-form {
    margin-top: 75px;
    min-width: 700px;
  }
}
@media (min-width: 48.125em) {
  .password-form__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.password-form__input {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  padding: 19px 25px;
  border: 1px solid #f24c31;
}
@media (min-width: 48.125em) {
  .password-form__input {
    -ms-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%;
    max-width: 66.66667%;
    padding: 21.5px 25px;
  }
}
.password-form__button {
  display: block;
  min-width: 100%;
  background: #f24c31;
  margin-top: 10px;
  color: #fff !important;
}
@media (min-width: 48.125em) {
  .password-form__button {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    min-width: 200px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 0;
    border-left: none;
  }
}
.password-form__link {
  display: block;
  text-align: center;
  margin-top: 64px;
  color: #f24c31;
}
@media (min-width: 40.125em) {
  .password-form__link {
    margin-top: 35px;
  }
}
.donate-button__wrapper {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 19;
  text-align: center;
}
@media (min-width: 40.125em) {
  .donate-button__wrapper {
    right: 40px;
    bottom: 20px;
  }
}
.donate-button__wrapper.is-hidden {
  display: none;
}
.donate-button {
  display: block;
}
@media (min-width: 40.125em) {
  .donate-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 180px;
    height: 50px;
  }
}
.donate-button__close {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: -10px;
  right: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: none;
  background-color: #000;
  border-radius: 50%;
}
@media (min-width: 64.0625em) {
  .donate-button__close {
    width: 30px;
    height: 30px;
  }
}
.btn,
.button {
  display: inline-block;
  border: 1px solid #f24c31;
  padding: 10px 40px 10px 30px;
  text-align: center;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  color: #f24c31;
  transition: background 0.15s ease-in;
}
@media (min-width: 40.125em) {
  .btn,
  .button {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (min-width: 48.125em) {
  .btn,
  .button {
    border-width: 2px;
  }
}
.btn:after,
.button:after {
  position: absolute;
  top: 11px;
  right: 25px;
  display: inline-block;
  line-height: 1;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #f24c31;
  transition: all 0.15s ease-in;
}
@media (min-width: 40.125em) {
  .btn:after,
  .button:after {
    top: 11px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 6px;
  }
}
.no-touch .btn:hover:after,
.no-touch .button:hover:after {
  right: 20px;
}
.btn-outer,
.rte p .btn-outer {
  padding: 10px 30px;
  font-family: "Basis Grotesque Pro Bold", helvetica, arial, sans-serif;
  background: #f24c31;
  color: #fff;
  text-decoration: none;
  transition: background 0.15s ease-in;
}
.btn-outer b,
.btn-outer strong,
.rte p .btn-outer b,
.rte p .btn-outer strong {
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
}
.btn-outer a,
.btn-outer:hover,
.btn-outer:hover a,
a:hover .btn-outer,
.rte p .btn-outer a,
.rte p .btn-outer:hover,
.rte p .btn-outer:hover a,
a:hover .rte p .btn-outer {
  color: #fff;
  text-decoration: none;
}
.btn-outer:after,
.rte p .btn-outer:after {
  display: none;
}
.btn__download {
  background-color: #f24c31;
  color: #fff !important;
  text-decoration: none;
}
.btn__download::after {
  content: url(../../assets/img/download_icon.svg);
  height: 9px;
  width: 9px;
  position: absolute;
  top: 13px;
  right: 20px;
  display: inline-block;
  line-height: 1;
  border: none;
}
.btn__download:hover {
  background-color: transparent !important;
  color: #f24c31 !important;
}
.btn__download:hover::after {
  content: url(../../assets/img/download_icon_main_colour.svg);
}
.btn__download.reverse {
  background-color: transparent;
  color: #f24c31 !important;
  text-decoration: none;
}
.btn__download.reverse::after {
  content: url(../../assets/img/download_icon_main_colour.svg);
}
.btn__download.reverse:hover {
  background-color: #f24c31 !important;
  color: #fff !important;
}
.btn__download.reverse:hover::after {
  content: url(../../assets/img/download_icon.svg);
}
[data-site="site-type--film-independent"] .btn {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"] .btn {
  color: #4866e3;
}
[data-site="site-type--presents"] .btn,
[data-site="site-type--lacma"] .btn {
  color: #a446aa;
}
[data-site="site-type--programs"] .btn {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"] .btn {
  color: #f8af2a;
}
[data-site="site-type--film-independent"] .btn {
  border-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .btn {
  border-color: #4866e3;
}
[data-site="site-type--presents"] .btn,
[data-site="site-type--lacma"] .btn {
  border-color: #a446aa;
}
[data-site="site-type--programs"] .btn {
  border-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .btn {
  border-color: #f8af2a;
}
[data-site="site-type--film-independent"] .btn:hover {
  background: #f24c31;
}
[data-site="site-type--spirit-awards"] .btn:hover {
  background: #4866e3;
}
[data-site="site-type--presents"] .btn:hover,
[data-site="site-type--lacma"] .btn:hover {
  background: #a446aa;
}
[data-site="site-type--programs"] .btn:hover {
  background: #91c84e;
}
[data-site="site-type--la-film-festival"] .btn:hover {
  background: #f8af2a;
}
[data-site="site-type--film-independent"] .btn:after {
  border-left-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .btn:after {
  border-left-color: #4866e3;
}
[data-site="site-type--presents"] .btn:after,
[data-site="site-type--lacma"] .btn:after {
  border-left-color: #a446aa;
}
[data-site="site-type--programs"] .btn:after {
  border-left-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .btn:after {
  border-left-color: #f8af2a;
}
[data-site="site-type--film-independent"] .btn-outer {
  background: #f24c31;
}
[data-site="site-type--spirit-awards"] .btn-outer {
  background: #4866e3;
}
[data-site="site-type--presents"] .btn-outer,
[data-site="site-type--lacma"] .btn-outer {
  background: #a446aa;
}
[data-site="site-type--programs"] .btn-outer {
  background: #91c84e;
}
[data-site="site-type--la-film-festival"] .btn-outer {
  background: #f8af2a;
}
[data-site="site-type--film-independent"] .button {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"] .button {
  color: #4866e3;
}
[data-site="site-type--presents"] .button,
[data-site="site-type--lacma"] .button {
  color: #a446aa;
}
[data-site="site-type--programs"] .button {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"] .button {
  color: #f8af2a;
}
[data-site="site-type--film-independent"] .button {
  border-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .button {
  border-color: #4866e3;
}
[data-site="site-type--presents"] .button,
[data-site="site-type--lacma"] .button {
  border-color: #a446aa;
}
[data-site="site-type--programs"] .button {
  border-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .button {
  border-color: #f8af2a;
}
[data-site="site-type--film-independent"] .button:hover {
  background: #f24c31;
}
[data-site="site-type--spirit-awards"] .button:hover {
  background: #4866e3;
}
[data-site="site-type--presents"] .button:hover,
[data-site="site-type--lacma"] .button:hover {
  background: #a446aa;
}
[data-site="site-type--programs"] .button:hover {
  background: #91c84e;
}
[data-site="site-type--la-film-festival"] .button:hover {
  background: #f8af2a;
}
[data-site="site-type--film-independent"] .button:after {
  border-left-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .button:after {
  border-left-color: #4866e3;
}
[data-site="site-type--presents"] .button:after,
[data-site="site-type--lacma"] .button:after {
  border-left-color: #a446aa;
}
[data-site="site-type--programs"] .button:after {
  border-left-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .button:after {
  border-left-color: #f8af2a;
}
[data-site="site-type--film-independent"] .rte p .btn-outer {
  background: #f24c31;
}
[data-site="site-type--spirit-awards"] .rte p .btn-outer {
  background: #4866e3;
}
[data-site="site-type--presents"] .rte p .btn-outer,
[data-site="site-type--lacma"] .rte p .btn-outer {
  background: #a446aa;
}
[data-site="site-type--programs"] .rte p .btn-outer {
  background: #91c84e;
}
[data-site="site-type--la-film-festival"] .rte p .btn-outer {
  background: #f8af2a;
}
[data-site="site-type--film-independent"] .btn-outer:hover {
  background: #d82a0e;
}
[data-site="site-type--spirit-awards"] .btn-outer:hover {
  background: #2041ce;
}
[data-site="site-type--presents"] .btn-outer:hover,
[data-site="site-type--lacma"] .btn-outer:hover {
  background: #7a347f;
}
[data-site="site-type--programs"] .btn-outer:hover {
  background: #72a533;
}
[data-site="site-type--la-film-festival"] .btn-outer:hover {
  background: #de9207;
}
[data-site="site-type--film-independent"] .rte p .btn-outer:hover {
  background: #d82a0e;
}
[data-site="site-type--spirit-awards"] .rte p .btn-outer:hover {
  background: #2041ce;
}
[data-site="site-type--presents"] .rte p .btn-outer:hover,
[data-site="site-type--lacma"] .rte p .btn-outer:hover {
  background: #7a347f;
}
[data-site="site-type--programs"] .rte p .btn-outer:hover {
  background: #72a533;
}
[data-site="site-type--la-film-festival"] .rte p .btn-outer:hover {
  background: #de9207;
}
.breadcrumb_sticky .breadcrumb-wrapper {
  height: 107px;
}
.breadcrumb {
  background-color: #fff;
  padding-top: 22px;
}
.single-press_release .breadcrumb .grid-item:first-child {
  padding-bottom: 16px;
}
.breadcrumb a {
  text-decoration: none;
  color: #000;
}
.breadcrumb .col {
  display: inline-block;
}
.breadcrumb .social-links {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 40.125em) {
  .breadcrumb .social-links {
    margin-top: 0;
    text-align: right;
  }
}
.breadcrumb .social-links li {
  display: inline-block;
  margin-right: 5px;
}
.breadcrumb_sticky .breadcrumb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  z-index: 100;
}
.breadcrumb_sticky .breadcrumb .heading-border {
  padding-top: 5px;
}
.page__content.individual-profile .img-outer {
  position: relative;
  margin-bottom: 20px;
  background: #f0f0f0;
}
.page__content.individual-profile .profile-header {
  position: relative;
}
.page__content.individual-profile .rte a {
  text-decoration: none;
}
.page__content.individual-profile h1 {
  margin: 0 40px 0 0;
  line-height: 0.9155;
}
.page__content.individual-profile .email-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #f24c31;
  font-size: 24px;
  font-size: 2.4rem;
}
.page__content.individual-profile .col__left {
  font-size: 16px;
  font-size: 1.6rem;
}
.page__content.individual-profile .col__left img {
  width: 100%;
}
.page__content.individual-profile .last-name {
  color: #f24c31;
}
@media (min-width: 48.125em) {
  .page__content.individual-profile {
    text-align: justify;
    font-size: 0.05px;
  }
  .page__content.individual-profile > * {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .page__content.individual-profile:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
  }
  @-moz-document url-prefix() {
    .page__content.individual-profile {
      font-size: 0;
    }
  }
  .page__content.individual-profile .col__left {
    width: 36.36%;
  }
  .page__content.individual-profile .col__right {
    width: 60%;
  }
}
[data-site="site-type--film-independent"]
  .page__content.individual-profile
  .last-name {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"]
  .page__content.individual-profile
  .last-name {
  color: #4866e3;
}
[data-site="site-type--presents"] .page__content.individual-profile .last-name,
[data-site="site-type--lacma"] .page__content.individual-profile .last-name {
  color: #a446aa;
}
[data-site="site-type--programs"] .page__content.individual-profile .last-name {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"]
  .page__content.individual-profile
  .last-name {
  color: #f8af2a;
}
.single-post .main h1 {
  font-family: "Font Independent", helvetica, arial, sans-serif;
}
.single-post .page__main {
  padding-top: 0;
}
.single-post .hero-outer {
  background-color: #f0f0f0;
  width: 100%;
}
.single-post .container.main {
  padding: 0;
}
.single-post .col__left,
.single-post .col__right {
  padding: 0 20px;
}
.single-post .col__left {
  border-top: 4px solid #f24c31;
  padding-top: 15px;
  position: relative;
  z-index: 2;
}
@media (min-width: 48.125em) {
  .single-post .col__left {
    width: 65.83%;
    background: #fff;
    margin-top: -140px;
    padding: 20px 25px;
  }
  .single-post .col__left.normal-align {
    border-top: 0;
    margin-top: 0;
  }
  .single-post .col__right {
    width: 29.3%;
    padding: 50px 25px 0 0;
  }
}
@media (min-width: 71.9375em) {
  .single-post .col__left {
    padding: 20px 50px;
  }
  .single-post .col__right {
    padding: 50px 50px 0 0;
  }
}
.ind-blog__header {
  margin-bottom: 30px;
}
.ind-blog__header h1 {
  font-family: "Font Independent", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  padding-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 40.125em) {
  .ind-blog__header h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}
.ind-blog__header h1 a {
  color: #000;
}
.ind-blog__header .meta__share {
  margin-left: 20px;
}
.meta,
.meta__tags {
  line-height: 1.75;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
}
.meta {
  font-family: "Basis Grotesque Pro Black", helvetica, sans-serif;
}
.meta a {
  text-transform: uppercase;
  text-decoration: none;
  color: #f24c31;
  transition: color 0.15s ease-in;
}
.meta .site-type-label {
  color: #f24c31;
}
.meta span {
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
}
.meta.meta--byline {
  color: #9b9b9b;
  text-transform: none;
  font-family: "Basis Grotesque Pro", helvetica, sans-serif;
}
.meta.meta--byline a {
  font-family: "Basis Grotesque Pro Black", helvetica, sans-serif;
}
.meta__share a,
[data-site] .meta .meta__share a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  display: inline-block;
  margin: 0 6px;
}
.meta__tags,
[data-site] .meta.meta__tags {
  color: #9b9b9b;
}
.meta__tags a,
[data-site] .meta.meta__tags a {
  color: #9b9b9b;
}
.meta__tags span,
[data-site] .meta.meta__tags span {
  color: #000;
}
.ind-blog__footer {
  padding-top: 25px;
}
#disqus_thread {
  display: none;
}
[data-site="site-type--film-independent"] .ind-blog .col__left {
  border-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .ind-blog .col__left {
  border-color: #4866e3;
}
[data-site="site-type--presents"] .ind-blog .col__left,
[data-site="site-type--lacma"] .ind-blog .col__left {
  border-color: #a446aa;
}
[data-site="site-type--programs"] .ind-blog .col__left {
  border-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .ind-blog .col__left {
  border-color: #f8af2a;
}
[data-site="site-type--film-independent"] .meta a {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"] .meta a {
  color: #4866e3;
}
[data-site="site-type--presents"] .meta a,
[data-site="site-type--lacma"] .meta a {
  color: #a446aa;
}
[data-site="site-type--programs"] .meta a {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"] .meta a {
  color: #f8af2a;
}
[data-site="site-type--film-independent"] .meta .site-type-label {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"] .meta .site-type-label {
  color: #4866e3;
}
[data-site="site-type--presents"] .meta .site-type-label,
[data-site="site-type--lacma"] .meta .site-type-label {
  color: #a446aa;
}
[data-site="site-type--programs"] .meta .site-type-label {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"] .meta .site-type-label {
  color: #f8af2a;
}
[data-site="site-type--film-independent"] .ind-blog .col__left .meta a:hover {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"] .ind-blog .col__left .meta a:hover {
  color: #4866e3;
}
[data-site="site-type--presents"] .ind-blog .col__left .meta a:hover,
[data-site="site-type--lacma"] .ind-blog .col__left .meta a:hover {
  color: #a446aa;
}
[data-site="site-type--programs"] .ind-blog .col__left .meta a:hover {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"] .ind-blog .col__left .meta a:hover {
  color: #f8af2a;
}
[data-site="site-type--film-independent"]
  .ind-blog
  .col__left
  .meta
  a[rel="author"]:hover {
  color: #d82a0e;
}
[data-site="site-type--spirit-awards"]
  .ind-blog
  .col__left
  .meta
  a[rel="author"]:hover {
  color: #2041ce;
}
[data-site="site-type--presents"]
  .ind-blog
  .col__left
  .meta
  a[rel="author"]:hover,
[data-site="site-type--lacma"]
  .ind-blog
  .col__left
  .meta
  a[rel="author"]:hover {
  color: #7a347f;
}
[data-site="site-type--programs"]
  .ind-blog
  .col__left
  .meta
  a[rel="author"]:hover {
  color: #72a533;
}
[data-site="site-type--la-film-festival"]
  .ind-blog
  .col__left
  .meta
  a[rel="author"]:hover {
  color: #de9207;
}
[data-site="site-type--film-independent"]
  .ind-blog__header
  .meta
  .site-type-label
  a:hover {
  color: #d82a0e;
}
[data-site="site-type--spirit-awards"]
  .ind-blog__header
  .meta
  .site-type-label
  a:hover {
  color: #2041ce;
}
[data-site="site-type--presents"]
  .ind-blog__header
  .meta
  .site-type-label
  a:hover,
[data-site="site-type--lacma"]
  .ind-blog__header
  .meta
  .site-type-label
  a:hover {
  color: #7a347f;
}
[data-site="site-type--programs"]
  .ind-blog__header
  .meta
  .site-type-label
  a:hover {
  color: #72a533;
}
[data-site="site-type--la-film-festival"]
  .ind-blog__header
  .meta
  .site-type-label
  a:hover {
  color: #de9207;
}
@media (min-width: 48.125em) {
  .single-event .main {
    padding-top: 30px;
  }
}
.single-event .main h1 {
  font-family: "Font Independent", helvetica, arial, sans-serif;
}
.single-event .page__main {
  padding-top: 0;
}
.single-event .col__left,
.single-event .col__right {
  padding: 0 20px;
}
.single-event .col__left {
  position: relative;
  z-index: 2;
}
@media (min-width: 48.125em) {
  .single-event .col__left {
    width: 65.83%;
    background: #fff;
    padding: 0 25px;
  }
  .single-event .col__left.normal-align {
    border-top: 0;
    margin-top: 0;
  }
  .single-event .col__right {
    width: 29.3%;
    padding: 0 25px 0 0;
  }
}
@media (min-width: 71.9375em) {
  .single-event .col__left {
    padding: 0 50px;
  }
  .single-event .col__right {
    padding: 0 50px 0 0;
  }
}
.ind-event__hero {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 48.125em) {
  .ind-event__hero {
    margin-bottom: 40px;
  }
}
.ind-event__header h1 {
  padding-top: 10px;
  margin: 0;
}
.ind-event__header--mobile {
  padding: 20px;
}
@media (min-width: 48.125em) {
  .ind-event__header--mobile {
    display: none;
  }
}
.ind-event__header--desktop {
  display: none;
  margin-bottom: 10px;
}
@media (min-width: 48.125em) {
  .ind-event__header--desktop {
    display: block;
  }
}
.ind-event__details {
  padding: 20px;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 48.125em) {
  .ind-event__details {
    text-align: left;
    width: 85%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 54.375em) {
  .ind-event__details {
    width: 78%;
  }
}
@media (min-width: 64.0625em) {
  .ind-event__details {
    width: 62.72%;
    text-align: right;
  }
}
@media (min-width: 80.125em) {
  .ind-event__details {
    width: 57.72%;
    text-align: right;
  }
}
.ind-event__details .heading {
  color: #000;
}
.ind-event__details .ind-event__info {
  text-align: left;
  float: left;
  width: calc(100% - 55px);
  max-width: 205px;
}
@media (min-width: 40.125em) {
  .ind-event__details .ind-event__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    float: left;
    max-width: 100%;
  }
}
@media (min-width: 48.125em) {
  .ind-event__details .ind-event__info {
    margin-bottom: 20px;
  }
}
.ind-event__details .col {
  padding-left: 20px;
}
@media (min-width: 40.125em) {
  .ind-event__details .col {
    display: inline-block;
    vertical-align: top;
    width: 205px;
  }
}
@media (min-width: 48.125em) {
  .ind-event__details .col {
    padding-left: 30px;
  }
}
@media (min-width: 64.0625em) {
  .ind-event__details .col {
    display: inline-block;
  }
}
.ind-event__details .btn {
  clear: both;
  display: block;
  background: #fff;
  border: none;
  transition: color 0.15s ease-in;
}
@media (min-width: 40.125em) {
  .ind-event__details .btn {
    float: right;
    display: inline-block;
  }
}
@media (min-width: 64.0625em) {
  .ind-event__details .btn {
    float: none;
    display: inline-block;
  }
}
.ind-event__details .btn:hover {
  background: #fff !important;
}
.ind-event__details .btn--cta-disabled {
  width: 100%;
  padding: 10px 40px;
}
@media (min-width: 40.125em) {
  .ind-event__details .btn--cta-disabled {
    width: auto;
  }
}
.ind-event__details .btn--cta-disabled::after {
  content: none;
}
.ind-event__details h5.clearfix {
  clear: both;
  display: block;
}
.ind-event__date {
  float: left;
  text-align: left;
  font-family: "Font Independent Caps", arial, helvetica, sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  max-width: 25%;
}
.ind-event__date span {
  display: inline-block;
  line-height: 0.9155;
  white-space: nowrap;
}
.ind-event__date .heading {
  transition: color 0.15s ease-in;
}
@media (min-width: 48.125em) {
  .ind-event__date {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (min-width: 64.0625em) {
  .ind-event__date {
    font-size: 64px;
    font-size: 6.4rem;
  }
}
.ind-event__meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.ind-event__meta .icon-location {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
.ind-event__meta span {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 40.125em) {
  .ind-event__inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ind-event__meta-info {
  width: 100%;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (min-width: 40.125em) {
  .ind-event__meta-info {
    width: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 80.125em) {
  .ind-event__meta-info {
    width: 75%;
  }
}
.ind-event__buttons {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 40.125em) {
  .ind-event__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 40.125em) {
  .ind-event__buttons h5.clearfix {
    display: inline-block;
    padding: 10px;
  }
}
.ind-event__buttons .btn--cta-video {
  margin-bottom: 20px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.ind-event__buttons .btn--cta-video::after {
  border-left-color: #fff;
}
@media (min-width: 40.125em) {
  .ind-event__buttons .btn--cta-video {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.ind-event__buttons--passed {
  display: inline-block;
}
@media (min-width: 40.125em) {
  .ind-event__buttons--passed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }
}
[data-site="site-type--film-independent"] .ind-event__details {
  background: #f24c31;
}
[data-site="site-type--spirit-awards"] .ind-event__details {
  background: #4866e3;
}
[data-site="site-type--presents"] .ind-event__details,
[data-site="site-type--lacma"] .ind-event__details {
  background: #a446aa;
}
[data-site="site-type--programs"] .ind-event__details {
  background: #91c84e;
}
[data-site="site-type--la-film-festival"] .ind-event__details {
  background: #f8af2a;
}
[data-site="site-type--film-independent"] .ind-event__details .btn:hover {
  color: #d82a0e;
}
[data-site="site-type--spirit-awards"] .ind-event__details .btn:hover {
  color: #2041ce;
}
[data-site="site-type--presents"] .ind-event__details .btn:hover,
[data-site="site-type--lacma"] .ind-event__details .btn:hover {
  color: #7a347f;
}
[data-site="site-type--programs"] .ind-event__details .btn:hover {
  color: #72a533;
}
[data-site="site-type--la-film-festival"] .ind-event__details .btn:hover {
  color: #de9207;
}
[data-site="site-type--film-independent"] .ind-event__details .btn:hover:after {
  border-left-color: #d82a0e;
}
[data-site="site-type--spirit-awards"] .ind-event__details .btn:hover:after {
  border-left-color: #2041ce;
}
[data-site="site-type--presents"] .ind-event__details .btn:hover:after,
[data-site="site-type--lacma"] .ind-event__details .btn:hover:after {
  border-left-color: #7a347f;
}
[data-site="site-type--programs"] .ind-event__details .btn:hover:after {
  border-left-color: #72a533;
}
[data-site="site-type--la-film-festival"] .ind-event__details .btn:hover:after {
  border-left-color: #de9207;
}
.page__industry-connect .button {
  color: #000;
  background: #fff;
}
.page__industry-connect .button:active,
.page__industry-connect .button:hover {
  color: #fff;
}
.page__industry-connect .button:active:after,
.page__industry-connect .button:hover:after {
  border-left-color: #fff;
}
.page__industry-connect .button:after {
  border-left-color: #000;
}
@media (min-width: 48.125em) {
  .page__sign-up .col__left {
    width: 57%;
  }
}
@media (min-width: 48.125em) {
  .page__sign-up .col__right {
    width: 39%;
  }
}
.page__sign-up .custom-fields {
  background: #91c84e;
  color: #fff;
  padding: 35px;
}
.page__sign-up .custom-fields__module:nth-child(n + 2) {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 35px 0 0;
  padding: 35px 0 0;
}
.page__sign-up h4 {
  color: #000;
  font-size: 18px;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
.page__sign-up a {
  color: #fff;
}
.page__sign-up a:active,
.page__sign-up a:focus,
.page__sign-up a:hover {
  text-decoration: underline;
}
@media (min-width: 48.125em) {
  .page__welcome .col__left {
    padding-right: 5%;
    width: 59%;
  }
}
@media (min-width: 48.125em) {
  .page__welcome .col__right {
    width: 34%;
  }
}
.page__welcome h4 {
  font-size: 18px;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.page__welcome .hosts {
  background: #fff;
  border: 1px solid #f5f5f5;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
.page__welcome .hosts li.active a {
  border-left: 6px solid #91c84e;
  color: #91c84e;
}
.page__welcome .hosts a {
  color: #000;
  border-left: 6px solid #fff;
  display: block;
  font-weight: bold;
  line-height: 1;
  padding: 12px 20px;
  position: relative;
  text-decoration: none;
  transition: 0.5s all ease-out;
}
@media (min-width: 48.125em) {
  .page__welcome .hosts {
    margin: 0;
    max-width: 320px;
  }
}
.time-slot {
  background: #f5f5f5;
  border-radius: 10px;
  display: block;
  padding: 20px;
  margin-bottom: 10px;
}
.time-slot .time-slot__host {
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.host__wrap {
  position: relative;
}
.host__image {
  margin-bottom: 1em;
}
.host__image img {
  border-radius: 100%;
  height: 80px;
  width: 80px;
}
@media (min-width: 48.125em) {
  .host__image {
    float: right;
    margin-bottom: 0;
  }
  .host__image img {
    height: 135px;
    width: 135px;
  }
}
@media (min-width: 64.0625em) {
  .host__image {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.host__content {
  margin: 0 0 70px;
  padding-left: 0;
}
@media (min-width: 48.125em) {
  .host__content {
    padding-left: 35px;
  }
}
@media (min-width: 64.0625em) {
  .host__content {
    padding-left: 165px;
  }
}
.host__wrap:last-child .host__content {
  margin: 0;
}
.host__name {
  font-family: "Font Independent Caps";
  text-transform: uppercase;
}
.page__welcome .host__title {
  color: #91c84e;
  font-size: 20px;
  text-transform: none;
}
.host__bio {
  margin-bottom: 2em;
}
.host__date-title {
  font-family: "Basis Grotesque Pro Black";
  font-size: 13px;
  text-transform: uppercase;
}
.ginput_container_select {
  position: relative;
}
.ginput_container_select:before {
  position: absolute;
  top: 11px;
  right: 20px;
  display: inline-block;
  line-height: 1;
  content: url(../../assets/img/arrow.svg);
}
.host__date-form select {
  background: transparent;
  border: 1px solid #ccc;
  color: #828282;
  cursor: pointer;
  margin-bottom: 1em;
  padding: 0 20px !important;
  position: relative;
  min-height: 39px;
  min-width: 315px;
}
@media (min-width: 40.125em) {
  .host__date-form select {
    margin-bottom: 0;
  }
}
.gform_ajax_spinner {
  display: none !important;
}
.registered-error {
  color: #f24c31;
  width: 50%;
  padding: 1em 0;
}
.host__time-error {
  color: #f24c31;
  padding: 0;
}
.host__confirmation {
  color: #91c84e;
  font-weight: bold;
}
.host__booked {
  color: #f24c31;
  font-weight: bold;
}
.hide {
  display: none;
}
.individual-press-release {
  padding-top: 23px;
}
.individual-press-release .page__content .container {
  display: block;
  padding: 0;
}
@media (min-width: 48.125em) {
  .individual-press-release .page__content .container {
    width: 638px;
  }
}
.individual-press-release .press-release-header {
  padding-top: 12px;
}
.individual-press-release .press-release-content {
  padding-top: 12px;
}
.individual-press-release .press-release-content a {
  color: #f24c31;
}
@media (min-width: 48.125em) {
  .individual-press-release h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 55px;
  }
}
.individual-press-release .cta-button {
  padding-top: 24px;
}
.page-template-landing-team .grid-group-member {
  display: block;
}
.page-template-landing-team .grid-group-member .img-outer {
  width: 100%;
  padding-top: 100%;
}
.grid-group .heading-border {
  padding-bottom: 10px;
}
.grid-group__outer {
  margin-bottom: 20px;
}
.grid-group__outer a {
  text-decoration: none;
}
@media (min-width: 30.125em) {
  .grid-group__outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 25px;
  }
  .grid-group__outer > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
.grid-group-member {
  margin-bottom: 10px;
}
.grid-group-member > a {
  width: 100%;
  display: block;
}
.page__main--nominees .grid-group-member {
  -ms-flex-direction: column;
  flex-direction: column;
}
.grid-group-member .team-member-header {
  line-height: 1.5;
  position: relative;
  color: #666;
}
.grid-group-member .team-member-name {
  display: block;
  padding-right: 50px;
  color: #f24c31;
}
.grid-group-member .email-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.grid-group-member .img-outer {
  margin-bottom: 10px;
}
.grid-group-member .img-outer.grayscale {
  filter: grayscale(100%);
}
.grid-group-member img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.page__main--nominees .grid-group-member h3 {
  margin-bottom: 0;
}
.grid-group-member .grid-group-member__tag {
  margin-bottom: 0;
  word-break: break-word;
}
.grid-group-member p {
  margin: 0;
}
.grid-group-member.gap {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
}
@media (min-width: 30.125em) {
  .grid-group-member {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (min-width: 48.125em) {
  .grid-group-member {
    width: 23.63%;
    margin-bottom: 25px;
  }
}
.grid-group-member {
  visibility: hidden;
}
.js .grid-group-member {
  visibility: visible;
}
.no-touch .grid-group-member {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 0.25s ease-in, transform 0.5s ease-out;
}
.no-touch .grid-group-member.triggered {
  opacity: 1;
  transform: translate(0, 0);
}
.grid-group-member h3 {
  font-family: "Font Independent Caps", arial, helvetica, sans-serif;
  color: #000;
}
.grid-group-member .bg-cover {
  position: relative;
}
.grid-group-member__winner {
  font-size: 2.4rem;
  font-family: "Font Independent Caps", arial, helvetica, sans-serif;
  background: #4866e3;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  padding-top: 10px;
  text-align: right;
  padding-right: 10px;
  line-height: 1em;
}
.page__main--nominees-list .img-outer {
  width: 100%;
  padding-top: 100%;
}
.page-template-landing-site .col__left {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 40.125em) {
  .page-template-landing-site .col__left {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 48.125em) {
  .page-template-landing-site .col__left {
    margin-top: -140px;
  }
}
@media (min-width: 71.9375em) {
  .page-template-landing-site .col__left {
    padding-left: 0;
    padding-right: 50px;
  }
}
.page-template-landing-site .single-post {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 71.9375em) {
  .page-template-landing-site .single-post {
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.page-template-landing-site .cta-outer {
  margin-bottom: 20px;
}
@media (min-width: 48.125em) {
  .page-template-landing-site .cta-outer {
    margin-bottom: 30px;
  }
}
.page-template-landing-site .single-post .page__main {
  padding-bottom: 0;
  position: relative;
}
.page-template-landing-site .main {
  margin-bottom: 25px;
}
@media (min-width: 48.125em) {
  .page-template-landing-site .main {
    max-width: 1200px;
  }
}
@media (min-width: 68.8125em) {
  .page-template-landing-site .main {
    margin-bottom: 50px;
  }
}
.page-template-landing-site .main__site-landing {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}
@media (min-width: 68.8125em) {
  .page-template-landing-site .main__site-landing {
    max-width: 1200px;
  }
}
.heading-border--h1 {
  font-family: "Font Independent Caps", helvetica, sans-serif;
  border-top: 1px solid transparent;
}
@media (min-width: 48.125em) {
  .heading-border--h1 {
    border-width: 2px;
  }
}
.heading-border--h1 p {
  line-height: 0.9155;
}
[data-site="site-type--film-independent"] .heading-border--h1 {
  border-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .heading-border--h1 {
  border-color: #4866e3;
}
[data-site="site-type--presents"] .heading-border--h1,
[data-site="site-type--lacma"] .heading-border--h1 {
  border-color: #a446aa;
}
[data-site="site-type--programs"] .heading-border--h1 {
  border-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .heading-border--h1 {
  border-color: #f8af2a;
}
.grid-group.container .heading-border,
#PostList .heading-border {
  display: none;
}
@media (min-width: 40.125em) {
  .grid-group.container .heading-border,
  #PostList .heading-border {
    display: block;
  }
}
.grid-group.container .img-with-border,
#PostList .img-with-border {
  width: 100vw;
  margin-left: -20px;
  margin-right: -edge-gutter-mobile;
}
@media (min-width: 30.125em) {
  .grid-group.container .img-with-border,
  #PostList .img-with-border {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 48.125em) {
  .grid-three-up .grid-group-member {
    width: 31.81%;
  }
}
.page-template-landing-site .single-post .hero-outer {
  filter: grayscale(100%);
}
.hero-outer {
  visibility: hidden;
}
.js .hero-outer {
  visibility: visible;
}
.no-touch .hero-outer {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 0.25s ease-in, transform 0.5s ease-out;
}
.no-touch .hero-outer.triggered {
  opacity: 1;
  transform: translate(0, 0);
}
.page__main--posts .grid-group-member {
  margin-bottom: 25px;
}
@media (min-width: 48.125em) {
  .page__main--posts .grid-group-member {
    margin-bottom: 2.29%;
  }
  @-moz-document url-prefix() {
    .page__main--posts .grid-group-member {
      margin-bottom: 25px;
    }
  }
}
.page__main--posts .single-post .excerpt {
  display: none;
}
.page__main--posts .single-post .col__left {
  padding-left: 0;
  padding-bottom: 0;
  position: relative;
}
.page__main--posts .single-post .page__main {
  padding-bottom: 0;
}
@media (min-width: 40.125em) {
  .page__main--posts .single-post .page__main {
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 25px;
  }
}
.page__main--posts .single-post .hero-outer {
  filter: grayscale(100%);
}
@media (max-width: 40.125em) {
  .page__main--posts .single-post .img-with-border {
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.full-width-cta {
  text-align: left;
  line-height: 0.9;
}
@media (min-width: 40.125em) {
  .full-width-cta {
    text-align: center;
  }
}
.full-width-cta a {
  display: block;
  color: #fff;
  background: #000;
  padding: 15px 20px 8px;
}
@media (min-width: 40.125em) {
  .full-width-cta a {
    padding: 25px 35px 18px;
  }
}
@media (min-width: 48.125em) {
  .full-width-cta a {
    padding: 40px 60px 33px;
  }
}
.full-width-cta a:hover .icon-arrow:before {
  left: 10px;
}
@media (min-width: 40.125em) {
  .full-width-cta a:hover .icon-arrow:before {
    left: 20px;
  }
}
.full-width-cta__heading,
.full-width-cta__tagline {
  display: block;
  font-family: "Font Independent Caps", arial, helvetica, sans-serif;
}
[data-site] .full-width-cta__heading {
  font-size: 30px;
  font-size: 3rem;
  line-height: 0.9155;
}
@media (min-width: 40.125em) {
  [data-site] .full-width-cta__heading {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (min-width: 48.125em) {
  [data-site] .full-width-cta__heading {
    font-size: 64px;
    font-size: 6.4rem;
  }
}
.icon-arrow {
  font-style: normal;
  display: inline;
  position: relative;
}
.icon-arrow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #f24c31;
  position: absolute;
  top: 2px;
  left: 5px;
  transition: left 0.15s cubic-bezier(0.36, 0.04, 0.64, 0.99);
}
@media (min-width: 40.125em) {
  .icon-arrow:before {
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 16px;
    top: 1px;
  }
}
@media (min-width: 48.125em) {
  .icon-arrow:before {
    border-top-width: 25px;
    border-bottom-width: 25px;
    border-left-width: 25px;
    top: 2px;
  }
}
.full-width-cta--alt a {
  display: block;
  background: #fff;
  color: #000;
  border: 1px solid #f24c31;
}
@media (min-width: 48.125em) {
  .full-width-cta--alt a {
    border-width: 2px;
  }
}
@media (min-width: 48.125em) {
  .cta-outer .full-width-cta {
    margin-top: 30px;
  }
}
.page-template-landing-site .full-width-cta--alt {
  margin: 20px 0;
}
@media (min-width: 40.125em) {
  .page-template-landing-site .full-width-cta--alt {
    margin: 25px 0;
  }
}
@media (min-width: 48.125em) {
  .page-template-landing-site .full-width-cta--alt {
    margin: 30px 0 0;
  }
}
@media (-ms-high-contrast: none),
  (-ms-high-contrast: active),
  (-moz-windows-theme) {
  .icon-arrow:before {
    top: 5px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 40.125em),
  (-ms-high-contrast: active) and (min-width: 40.125em),
  (-moz-windows-theme) and (min-width: 40.125em) {
  .icon-arrow:before {
    top: 6px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 48.125em),
  (-ms-high-contrast: active) and (min-width: 48.125em),
  (-moz-windows-theme) and (min-width: 48.125em) {
  .icon-arrow:before {
    top: 10px;
  }
}
[data-site="site-type--film-independent"] .theme-color {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"] .theme-color {
  color: #4866e3;
}
[data-site="site-type--presents"] .theme-color,
[data-site="site-type--lacma"] .theme-color {
  color: #a446aa;
}
[data-site="site-type--programs"] .theme-color {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"] .theme-color {
  color: #f8af2a;
}
[data-site="site-type--film-independent"] .icon-arrow:before {
  border-left-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .icon-arrow:before {
  border-left-color: #4866e3;
}
[data-site="site-type--presents"] .icon-arrow:before,
[data-site="site-type--lacma"] .icon-arrow:before {
  border-left-color: #a446aa;
}
[data-site="site-type--programs"] .icon-arrow:before {
  border-left-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .icon-arrow:before {
  border-left-color: #f8af2a;
}
[data-site="site-type--film-independent"] .full-width-cta--alt a {
  border-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .full-width-cta--alt a {
  border-color: #4866e3;
}
[data-site="site-type--presents"] .full-width-cta--alt a,
[data-site="site-type--lacma"] .full-width-cta--alt a {
  border-color: #a446aa;
}
[data-site="site-type--programs"] .full-width-cta--alt a {
  border-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .full-width-cta--alt a {
  border-color: #f8af2a;
}
.full-width-cta {
  visibility: hidden;
}
.js .full-width-cta {
  visibility: visible;
}
.no-touch .full-width-cta {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 0.25s ease-in, transform 0.5s ease-out;
}
.no-touch .full-width-cta.triggered {
  opacity: 1;
  transform: translate(0, 0);
}
.slideshow {
  position: relative;
  display: block;
  margin-bottom: 20px;
  opacity: 0;
  transition: opacity 0.15s ease-in;
}
.slideshow.slick-initialized {
  opacity: 1;
}
@media (min-width: 48.125em) {
  .slideshow {
    margin-bottom: 30px;
  }
}
.slide {
  position: relative;
}
.slide .img-outer {
  width: 100%;
  height: 0;
  padding-top: 100%;
}
@media (min-width: 30.125em) {
  .slide .img-outer {
    padding-top: 50.83%;
  }
}
.slide .img-outer img {
  display: none;
}
.slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 48.125em) {
  .slide .overlay {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
  }
}
.slide.grayscale .img-outer {
  filter: grayscale(100%);
}
.slide__content-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 25px 0;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.21, 0.04, 0.68, 0.98) 0.25s,
    opacity 0.5s ease-in 0.25s;
  transform: translate(-100px, 0);
}
@media (min-width: 40.125em) {
  .slide__content-container {
    padding: 40px 0;
  }
}
.slide-active .slide__content-container {
  transform: translate(0, 0);
  opacity: 1;
}
.slide__content h2 {
  font-family: "Font Independent Caps", helvetica, arial, sans-serif;
  line-height: 0.9155;
}
.slide__content .tagline {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media (min-width: 40.125em) {
  .slide__content .tagline {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.slide__content .btn {
  color: #fff;
}
.slide__content .btn:after {
  border-left-color: #fff;
}
.carousel-prev,
.carousel-next {
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  margin: -12px 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  text-indent: -9999em;
  transform: rotate(45deg);
  cursor: pointer;
  visibility: hidden;
}
@media (min-width: 30.125em) {
  .carousel-prev,
  .carousel-next {
    visibility: visible;
  }
}
.no-touch .carousel-prev:hover:before,
.no-touch .carousel-next:hover:before {
  opacity: 1;
}
.carousel-prev {
  border-right: none;
  border-top: none;
  left: 20px;
}
@media (min-width: 40.125em) {
  .carousel-prev {
    left: 25px;
  }
}
@media (min-width: 71.9375em) {
  .carousel-prev {
    left: 50px;
  }
}
.carousel-prev:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-top: 16px solid transparent;
  border-left: 16px solid #f24c31;
  opacity: 0;
  transition: opacity 0.15s ease-in;
}
.carousel-prev:after {
  content: "";
  display: block;
  width: 1px;
  height: 23px;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: -3px;
  left: 7px;
  transform: rotate(-45deg);
}
.carousel-next {
  border-left: none;
  border-bottom: none;
  right: 20px;
}
@media (min-width: 40.125em) {
  .carousel-next {
    right: 25px;
  }
}
@media (min-width: 71.9375em) {
  .carousel-next {
    right: 50px;
  }
}
.carousel-next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #f24c31;
  opacity: 0;
  transition: opacity 0.15s ease-in;
}
.carousel-next:after {
  content: "";
  display: block;
  width: 1px;
  height: 23px;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: -4px;
  left: 8px;
  transform: rotate(-45deg);
}
.touch .carousel-prev,
.touch .carousel-next {
  display: none !important;
}
.slick-dots {
  position: absolute;
  bottom: 33px;
  right: 20px;
  list-style: none;
}
@media (min-width: 40.125em) {
  .slick-dots {
    right: 25px;
    bottom: 48px;
  }
}
@media (min-width: 71.9375em) {
  .slick-dots {
    right: 50px;
  }
}
.slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-indent: -9999em;
  -webkit-appearance: none;
  font-size: 0;
  transform: translate3d(0, 0, 0);
  transition: background 0.15s ease-in;
}
.slick-dots li {
  display: inline-block;
  border: 1px solid #fff;
  margin-left: 10px;
}
.slick-dots li.slick-active {
  border-color: #f24c31;
}
.slick-dots li.slick-active button {
  background: #f24c31;
}
[data-site="site-type--film-independent"] .slick-dots li.slick-active {
  border-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .slick-dots li.slick-active {
  border-color: #4866e3;
}
[data-site="site-type--presents"] .slick-dots li.slick-active,
[data-site="site-type--lacma"] .slick-dots li.slick-active {
  border-color: #a446aa;
}
[data-site="site-type--programs"] .slick-dots li.slick-active {
  border-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .slick-dots li.slick-active {
  border-color: #f8af2a;
}
[data-site="site-type--film-independent"] .slick-dots li.slick-active button {
  background: #f24c31;
}
[data-site="site-type--spirit-awards"] .slick-dots li.slick-active button {
  background: #4866e3;
}
[data-site="site-type--presents"] .slick-dots li.slick-active button,
[data-site="site-type--lacma"] .slick-dots li.slick-active button {
  background: #a446aa;
}
[data-site="site-type--programs"] .slick-dots li.slick-active button {
  background: #91c84e;
}
[data-site="site-type--la-film-festival"] .slick-dots li.slick-active button {
  background: #f8af2a;
}
[data-site="site-type--film-independent"] .slick-dots button:hover {
  background: #d82a0e;
}
[data-site="site-type--spirit-awards"] .slick-dots button:hover {
  background: #2041ce;
}
[data-site="site-type--presents"] .slick-dots button:hover,
[data-site="site-type--lacma"] .slick-dots button:hover {
  background: #7a347f;
}
[data-site="site-type--programs"] .slick-dots button:hover {
  background: #72a533;
}
[data-site="site-type--la-film-festival"] .slick-dots button:hover {
  background: #de9207;
}
[data-site="site-type--film-independent"] .carousel-prev:before {
  border-left-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .carousel-prev:before {
  border-left-color: #4866e3;
}
[data-site="site-type--presents"] .carousel-prev:before,
[data-site="site-type--lacma"] .carousel-prev:before {
  border-left-color: #a446aa;
}
[data-site="site-type--programs"] .carousel-prev:before {
  border-left-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .carousel-prev:before {
  border-left-color: #f8af2a;
}
[data-site="site-type--film-independent"] .carousel-next:before {
  border-right-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .carousel-next:before {
  border-right-color: #4866e3;
}
[data-site="site-type--presents"] .carousel-next:before,
[data-site="site-type--lacma"] .carousel-next:before {
  border-right-color: #a446aa;
}
[data-site="site-type--programs"] .carousel-next:before {
  border-right-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .carousel-next:before {
  border-right-color: #f8af2a;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  overflow: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.event-block-outer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.event-block-outer.gap {
  height: 0;
  min-height: 0 !important;
  overflow: hidden;
  margin: 0 !important;
}
.event-block {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #fff;
}
@media (min-width: 30.125em) {
  .event-block {
    overflow: hidden;
  }
}
.event-block h3 {
  font-family: "Font Independent", helvetica, arial, sans-serif;
  line-height: 1.05;
  margin-bottom: 10px;
}
.event-block a {
  color: #fff;
}
.event-block .event-block--heading .ind-event__date {
  width: auto;
  min-width: 30%;
  max-width: 50%;
  border-right: 1px solid transparent;
  transition: border 0.15s ease-in;
}
@media (min-width: 48.125em) {
  .event-block .event-block--heading .ind-event__date {
    border-width: 2px;
  }
}
.event-block .site-type-label,
.event-block .site-type-label a {
  transition: color 0.15s ease-in;
}
.event-block .meta {
  line-height: 1.25;
  margin-bottom: 10px;
}
.event-block .ind-event__meta {
  display: none;
}
.event-block.event-block--grid {
  color: #000;
}
.event-block.event-block--grid a {
  color: #000;
  transition: color 0.15s ease-in;
}
.event-block.event-block--grid .event-block--heading {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
  width: 100vw;
  height: 56.25vw;
}
@media (min-width: 30.125em) {
  .event-block.event-block--grid .event-block--heading {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    height: auto;
  }
}
.event-block.event-block--grid .ind-event__date {
  padding-bottom: 50px;
  color: #fff;
}
.event-block.event-block--grid .event-block__details {
  background: transparent !important;
}
.event-block.event-block--grid .heading {
  transition: color 0.15s ease-in;
}
.event-block--heading {
  background: #0d0d0d;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.event-block--heading .bg,
.event-block--heading .bg-cover,
.event-block--heading .bg-contain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: grayscale(100%);
  opacity: 0.5;
}
.event-block--heading .ind-event__date,
.event-block--heading .event-block__details {
  padding: 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 40.125em) {
  .event-block--heading .ind-event__date,
  .event-block--heading .event-block__details {
    padding: 20px 25px;
  }
}
.event-block--heading .event-block__details {
  width: 70%;
  transition: background 0.15s ease-in;
}
.event-block--heading .ind-event__date {
  width: 30%;
  font-size: 38px;
  font-size: 3.8rem;
}
[data-site] .event-block .read-more {
  color: #fff;
}
[data-site] .event-block .read-more:after {
  border-left: 6px solid #fff;
}
.event-block .event-block--featured-date {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 30%;
  max-width: 50%;
  position: relative;
  z-index: 2;
}
.event-block .event-block--featured-date .ind-event__date {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 40.125em) {
  .event-block .event-block--featured-date {
    width: 50%;
    min-width: auto;
    max-width: auto;
    min-height: 430px;
  }
}
.events-block.events-block--site-landing {
  margin-bottom: 20px;
}
@-moz-document url-prefix() {
  .events-block.events-block--site-landing {
    transform: translate3d(0, 0, 0);
  }
}
.events-block.events-block--site-landing .event-block {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 48.125em) {
  .events-block.events-block--site-landing {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.events-block.events-block--site-landing .ind-event__tickets {
  display: none;
}
.events-block.events-block--site-landing .event-block--excerpt {
  display: none;
  line-height: 1.4;
}
@media (min-width: 40.125em) {
  .events-block.events-block--site-landing > .event-block-outer {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .events-block.events-block--site-landing
    > .event-block-outer
    .event-block--heading,
  .events-block.events-block--site-landing > .event-block-outer .event-block {
    display: -ms-flexbox;
    display: flex;
  }
  .events-block.events-block--site-landing
    > .event-block-outer
    .event-block__details,
  .events-block.events-block--site-landing
    > .event-block-outer
    .ind-event__date {
    display: block;
    padding: 25px;
    width: 50%;
    max-width: 50%;
  }
  .events-block.events-block--site-landing
    > .event-block-outer
    .event-block__details
    .ind-event__meta
    span,
  .events-block.events-block--site-landing
    > .event-block-outer
    .event-block__details
    .site-type-label,
  .events-block.events-block--site-landing
    > .event-block-outer
    .event-block__details
    .site-type-label
    a {
    color: #000;
  }
  .events-block.events-block--site-landing
    > .event-block-outer
    .ind-event__date {
    border: 0 !important;
    font-size: 64px;
    font-size: 6.4rem;
    min-height: 430px;
  }
  .events-block.events-block--site-landing
    > .event-block-outer
    .ind-event__meta,
  .events-block.events-block--site-landing
    > .event-block-outer
    .ind-event__tickets,
  .events-block.events-block--site-landing
    > .event-block-outer
    .event-block--excerpt {
    display: block;
  }
}
@media (min-width: 48.125em) {
  .events-block.events-block--site-landing > .event-block-outer {
    width: 66%;
  }
}
@media (min-width: 71.9375em) {
  .events-block.events-block--site-landing
    > .event-block-outer
    .ind-event__date,
  .events-block.events-block--site-landing
    > .event-block-outer
    .event-block__details {
    padding: 20px 25px;
  }
}
@media (min-width: 40.125em) {
  .events-block.events-block--site-landing .events-block--column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .events-block.events-block--site-landing
    .events-block--column
    .event-block-outer {
    width: 50%;
    min-height: 28.125vw;
  }
}
@media (min-width: 48.125em) {
  .events-block.events-block--site-landing .events-block--column {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 34%;
  }
  .events-block.events-block--site-landing
    .events-block--column
    .event-block-outer {
    width: 100%;
    min-height: 0;
  }
}
@media (min-width: 48.125em) {
  .events-block.events-block--site-landing
    .events-block--column
    .event-block
    .ind-event__meta {
    display: block;
    opacity: 0;
    transition: opacity 0.15s ease-in;
  }
  .events-block.events-block--site-landing
    .events-block--column
    .event-block
    .ind-event__meta.ind-event__tickets {
    display: none;
  }
  .events-block.events-block--site-landing
    .events-block--column
    .event-block
    .ind-event__meta
    span {
    color: #000 !important;
  }
  .events-block.events-block--site-landing
    .events-block--column
    .event-block
    .ind-event__date {
    padding: 10px;
  }
}
@media (min-width: 71.9375em) {
  .events-block.events-block--site-landing
    .events-block--column
    .event-block
    .ind-event__date {
    padding: 20px;
  }
  .events-block.events-block--site-landing
    .events-block--column
    .event-block
    .event-block__details {
    padding: 20px 50px 20px 20px;
  }
}
@media (min-width: 48.125em) {
  .events-block.events-block--site-landing
    .events-block--column
    .event-block:hover
    .ind-event__meta {
    opacity: 1;
  }
  .events-block.events-block--site-landing
    .events-block--column
    .event-block:hover
    .site-type-label,
  .events-block.events-block--site-landing
    .events-block--column
    .event-block:hover
    .site-type-label
    a {
    color: #000;
  }
}
.events-block.events-block--site-landing.events-block--single
  > .event-block-outer {
  width: 100%;
}
.home .events-block.events-block--events-landing,
.home .events-block.events-block--single {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 48em) {
  .home .events-block.events-block--events-landing,
  .home .events-block.events-block--single {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 90em) {
  .home .events-block.events-block--events-landing,
  .home .events-block.events-block--single {
    padding-right: 0;
    padding-left: 0;
  }
}
.events-block.events-block--events-landing .event-block {
  margin-bottom: 20px;
  overflow: visible;
}
.events-block.events-block--events-landing .ind-event__date {
  color: #fff;
}
.events-block.events-block--events-landing
  .event-block--featured
  .ind-event__date {
  border: 0;
}
@media (max-width: 40.125em) {
  .events-block.events-block--events-landing .event-block-outer:first-child {
    display: none;
  }
}
@media (min-width: 40.125em) {
  .events-block.events-block--events-landing .event-block-outer:nth-child(2) {
    display: none;
  }
}
@media (min-width: 40.125em) {
  .events-block.events-block--events-landing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .events-block.events-block--events-landing .event-block-outer:first-child {
    width: 100%;
  }
  .events-block.events-block--events-landing
    .event-block-outer:first-child
    .ind-event__date {
    width: 50%;
    font-size: 64px;
    font-size: 6.4rem;
  }
  .events-block.events-block--events-landing
    .event-block-outer:first-child
    .event-block__details {
    width: 50%;
  }
  .events-block.events-block--events-landing
    .event-block-outer:first-child
    .ind-event__meta {
    display: block;
  }
  .events-block.events-block--events-landing
    .event-block-outer:first-child
    .event-block__details
    .ind-event__meta
    span,
  .events-block.events-block--events-landing
    .event-block-outer:first-child
    .event-block__details
    .site-type-label,
  .events-block.events-block--events-landing
    .event-block-outer:first-child
    .event-block__details
    .site-type-label
    a {
    color: #000;
  }
  .events-block.events-block--events-landing .event-block-outer {
    width: 49.2%;
  }
}
@media (min-width: 48.125em) {
  .events-block.events-block--events-landing .event-block-outer {
    width: 31.81%;
    margin-bottom: 2.29%;
  }
  .events-block.events-block--events-landing .event-block-outer:first-child {
    width: 65.9%;
    margin-bottom: 1.14%;
  }
  .events-block.events-block--events-landing
    .event-block-outer:first-child
    .ind-event__date {
    width: 48.2%;
    font-size: 64px;
    font-size: 6.4rem;
  }
  .events-block.events-block--events-landing
    .event-block-outer:first-child
    .event-block__details {
    width: 51.8%;
  }
  .events-block.events-block--events-landing
    .event-block-outer:first-child
    .ind-event__meta {
    display: block;
  }
}
.events-block.events-block--events-landing.events-block--single
  > .event-block-outer {
  width: 100%;
}
.no-touch .event-block__details h3 a {
  transition: opacity 0.15s ease-in;
}
.no-touch .event-block__details .site-type-label a {
  transition: color 0.15s ease-in;
}
.page-template-landing-events .cta-outer .full-width-cta {
  margin: 5px auto;
}
@media (min-width: 48.125em) {
  .page-template-landing-events .cta-outer .full-width-cta {
    margin: 0 auto;
  }
}
@media (min-width: 48.125em) {
  .page-template-landing-events .page__main {
    padding-bottom: 40px;
  }
}
.annual-events {
  margin-bottom: 20px;
}
@media (min-width: 40.125em) {
  .annual-events {
    margin-bottom: 40px;
  }
}
@media (min-width: 48.125em) {
  .annual-events {
    margin-bottom: 50px;
  }
}
.annual-events h3 {
  margin-bottom: 25px;
}
.annual-events a {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
}
@media (min-width: 40.125em) {
  .annual-events a {
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 48.125em) {
  .annual-events a {
    margin-bottom: 25px;
  }
}
.annual-events a,
.annual-events img {
  position: relative;
  display: block;
  width: 100vw;
  overflow: hidden;
}
@media (min-width: 40.125em) {
  .annual-events a,
  .annual-events img {
    width: 100%;
  }
}
.annual-events a.hover:hover .img-primary {
  opacity: 0;
}
.annual-events .img-primary {
  z-index: 2;
  opacity: 1;
  transition: opacity 0.15s ease-in;
}
.annual-events .img-hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
[data-site] .event-block--film-independent .heading {
  color: #f24c31;
}
[data-site] .event-block--spirit-awards .heading {
  color: #4866e3;
}
[data-site] .event-block--la-film-festival .heading {
  color: #f8af2a;
}
[data-site] .event-block--lacma .heading {
  color: #a446aa;
}
[data-site] .event-block--programs .heading {
  color: #91c84e;
}
[data-site] .event-block--presents .heading {
  color: #a446aa;
}
[data-site] .event-block--film-independent .ind-event__meta span {
  color: #f24c31;
}
[data-site] .event-block--spirit-awards .ind-event__meta span {
  color: #4866e3;
}
[data-site] .event-block--la-film-festival .ind-event__meta span {
  color: #f8af2a;
}
[data-site] .event-block--lacma .ind-event__meta span {
  color: #a446aa;
}
[data-site] .event-block--programs .ind-event__meta span {
  color: #91c84e;
}
[data-site] .event-block--presents .ind-event__meta span {
  color: #a446aa;
}
[data-site] .event-block--film-independent .site-type-label {
  color: #f24c31;
}
[data-site] .event-block--spirit-awards .site-type-label {
  color: #4866e3;
}
[data-site] .event-block--la-film-festival .site-type-label {
  color: #f8af2a;
}
[data-site] .event-block--lacma .site-type-label {
  color: #a446aa;
}
[data-site] .event-block--programs .site-type-label {
  color: #91c84e;
}
[data-site] .event-block--presents .site-type-label {
  color: #a446aa;
}
[data-site] .event-block--film-independent .site-type-label a {
  color: #f24c31;
}
[data-site] .event-block--spirit-awards .site-type-label a {
  color: #4866e3;
}
[data-site] .event-block--la-film-festival .site-type-label a {
  color: #f8af2a;
}
[data-site] .event-block--lacma .site-type-label a {
  color: #a446aa;
}
[data-site] .event-block--programs .site-type-label a {
  color: #91c84e;
}
[data-site] .event-block--presents .site-type-label a {
  color: #a446aa;
}
[data-site] .event-block--film-independent.event-block--grid a:hover {
  color: #f24c31;
}
[data-site] .event-block--spirit-awards.event-block--grid a:hover {
  color: #4866e3;
}
[data-site] .event-block--la-film-festival.event-block--grid a:hover {
  color: #f8af2a;
}
[data-site] .event-block--lacma.event-block--grid a:hover {
  color: #a446aa;
}
[data-site] .event-block--programs.event-block--grid a:hover {
  color: #91c84e;
}
[data-site] .event-block--presents.event-block--grid a:hover {
  color: #a446aa;
}
[data-site] .event-block--film-independent .site-type-label a:hover {
  color: #d82a0e;
}
[data-site] .event-block--spirit-awards .site-type-label a:hover {
  color: #2041ce;
}
[data-site] .event-block--la-film-festival .site-type-label a:hover {
  color: #de9207;
}
[data-site] .event-block--lacma .site-type-label a:hover {
  color: #7a347f;
}
[data-site] .event-block--programs .site-type-label a:hover {
  color: #72a533;
}
[data-site] .event-block--presents .site-type-label a:hover {
  color: #7a347f;
}
[data-site] .event-block--film-independent .ind-event__date {
  border-color: #f24c31;
}
[data-site] .event-block--spirit-awards .ind-event__date {
  border-color: #4866e3;
}
[data-site] .event-block--la-film-festival .ind-event__date {
  border-color: #f8af2a;
}
[data-site] .event-block--lacma .ind-event__date {
  border-color: #a446aa;
}
[data-site] .event-block--programs .ind-event__date {
  border-color: #91c84e;
}
[data-site] .event-block--presents .ind-event__date {
  border-color: #a446aa;
}
@media (min-width: 48.125em) {
  [data-site] .event-block--film-independent:hover .event-block__details {
    background: #f24c31;
  }
  [data-site] .event-block--spirit-awards:hover .event-block__details {
    background: #4866e3;
  }
  [data-site] .event-block--la-film-festival:hover .event-block__details {
    background: #f8af2a;
  }
  [data-site] .event-block--lacma:hover .event-block__details {
    background: #a446aa;
  }
  [data-site] .event-block--programs:hover .event-block__details {
    background: #91c84e;
  }
  [data-site] .event-block--presents:hover .event-block__details {
    background: #a446aa;
  }
}
.event-block--film-independent.event-block--grid
  .event-block--heading:hover
  .heading {
  color: #d82a0e;
}
.event-block--spirit-awards.event-block--grid
  .event-block--heading:hover
  .heading {
  color: #2041ce;
}
.event-block--la-film-festival.event-block--grid
  .event-block--heading:hover
  .heading {
  color: #de9207;
}
.event-block--lacma.event-block--grid .event-block--heading:hover .heading {
  color: #7a347f;
}
.event-block--programs.event-block--grid .event-block--heading:hover .heading {
  color: #72a533;
}
.event-block--presents.event-block--grid .event-block--heading:hover .heading {
  color: #7a347f;
}
[data-site]
  .event-block--film-independent.event-block--grid
  .event-block--heading:hover
  .ind-event__date {
  border-color: #d82a0e;
}
[data-site]
  .event-block--spirit-awards.event-block--grid
  .event-block--heading:hover
  .ind-event__date {
  border-color: #2041ce;
}
[data-site]
  .event-block--la-film-festival.event-block--grid
  .event-block--heading:hover
  .ind-event__date {
  border-color: #de9207;
}
[data-site]
  .event-block--lacma.event-block--grid
  .event-block--heading:hover
  .ind-event__date {
  border-color: #7a347f;
}
[data-site]
  .event-block--programs.event-block--grid
  .event-block--heading:hover
  .ind-event__date {
  border-color: #72a533;
}
[data-site]
  .event-block--presents.event-block--grid
  .event-block--heading:hover
  .ind-event__date {
  border-color: #7a347f;
}
@media (min-width: 40.125em) {
  [data-site]
    .event-block--film-independent.event-block--featured
    .event-block__details {
    background: #f24c31;
  }
  [data-site]
    .event-block--spirit-awards.event-block--featured
    .event-block__details {
    background: #4866e3;
  }
  [data-site]
    .event-block--la-film-festival.event-block--featured
    .event-block__details {
    background: #f8af2a;
  }
  [data-site] .event-block--lacma.event-block--featured .event-block__details {
    background: #a446aa;
  }
  [data-site]
    .event-block--programs.event-block--featured
    .event-block__details {
    background: #91c84e;
  }
  [data-site]
    .event-block--presents.event-block--featured
    .event-block__details {
    background: #a446aa;
  }
  [data-site]
    .event-block--film-independent
    .event-block--featured-date:hover
    .heading {
    color: #d82a0e;
  }
  [data-site]
    .event-block--spirit-awards
    .event-block--featured-date:hover
    .heading {
    color: #2041ce;
  }
  [data-site]
    .event-block--la-film-festival
    .event-block--featured-date:hover
    .heading {
    color: #de9207;
  }
  [data-site] .event-block--lacma .event-block--featured-date:hover .heading {
    color: #7a347f;
  }
  [data-site]
    .event-block--programs
    .event-block--featured-date:hover
    .heading {
    color: #72a533;
  }
  [data-site]
    .event-block--presents
    .event-block--featured-date:hover
    .heading {
    color: #7a347f;
  }
  [data-site]
    .event-block--film-independent.event-block--featured.hovered
    .event-block__details {
    background: #d82a0e;
  }
  [data-site]
    .event-block--spirit-awards.event-block--featured.hovered
    .event-block__details {
    background: #2041ce;
  }
  [data-site]
    .event-block--la-film-festival.event-block--featured.hovered
    .event-block__details {
    background: #de9207;
  }
  [data-site]
    .event-block--lacma.event-block--featured.hovered
    .event-block__details {
    background: #7a347f;
  }
  [data-site]
    .event-block--programs.event-block--featured.hovered
    .event-block__details {
    background: #72a533;
  }
  [data-site]
    .event-block--presents.event-block--featured.hovered
    .event-block__details {
    background: #7a347f;
  }
  [data-site]
    .event-block--film-independent.event-block--featured.hovered
    .event-block--heading
    .heading {
    color: #d82a0e;
  }
  [data-site]
    .event-block--spirit-awards.event-block--featured.hovered
    .event-block--heading
    .heading {
    color: #2041ce;
  }
  [data-site]
    .event-block--la-film-festival.event-block--featured.hovered
    .event-block--heading
    .heading {
    color: #de9207;
  }
  [data-site]
    .event-block--lacma.event-block--featured.hovered
    .event-block--heading
    .heading {
    color: #7a347f;
  }
  [data-site]
    .event-block--programs.event-block--featured.hovered
    .event-block--heading
    .heading {
    color: #72a533;
  }
  [data-site]
    .event-block--presents.event-block--featured.hovered
    .event-block--heading
    .heading {
    color: #7a347f;
  }
}
.event-block-outer {
  visibility: hidden;
}
.js .event-block-outer {
  visibility: visible;
}
.no-touch .event-block-outer {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 0.25s ease-in, transform 0.5s ease-out;
}
.no-touch .event-block-outer.triggered {
  opacity: 1;
  transform: translate(0, 0);
}
.related-post {
  padding-bottom: 10px;
  width: 100%;
}
@media (min-width: 40.125em) {
  .related-post {
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.related-post h3 {
  font-family: "Font Independent", arial, helvetica, sans-serif;
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 3rem;
}
.related-post h3 a {
  color: #000;
  text-decoration: none;
}
.related-post .img-outer {
  filter: grayscale(100%);
  margin-bottom: 0;
  width: 100%;
  padding-top: 56.6%;
}
.related-post .img-with-border {
  margin-bottom: 10px;
}
.related-post .img-with-border:hover:before {
  width: 12px;
  background: #d82a0e;
}
[data-site] .related-post h3 a {
  color: #000;
  transition: color 0.15s ease-in;
}
.img-with-border {
  display: block;
  position: relative;
}
.img-with-border:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 4px;
  background: #f24c31;
  transition: all 0.15s ease-in;
}
[data-site] .related-type--film-independent .site-type-label {
  color: #f24c31;
}
[data-site] .related-type--spirit-awards .site-type-label {
  color: #4866e3;
}
[data-site] .related-type--la-film-festival .site-type-label {
  color: #f8af2a;
}
[data-site] .related-type--lacma .site-type-label {
  color: #a446aa;
}
[data-site] .related-type--programs .site-type-label {
  color: #91c84e;
}
[data-site] .related-type--presents .site-type-label {
  color: #a446aa;
}
[data-site] .related-type--film-independent a {
  color: #f24c31;
}
[data-site] .related-type--spirit-awards a {
  color: #4866e3;
}
[data-site] .related-type--la-film-festival a {
  color: #f8af2a;
}
[data-site] .related-type--lacma a {
  color: #a446aa;
}
[data-site] .related-type--programs a {
  color: #91c84e;
}
[data-site] .related-type--presents a {
  color: #a446aa;
}
[data-site] .related-type--film-independent.meta a:hover {
  color: #d82a0e;
}
[data-site] .related-type--spirit-awards.meta a:hover {
  color: #2041ce;
}
[data-site] .related-type--la-film-festival.meta a:hover {
  color: #de9207;
}
[data-site] .related-type--lacma.meta a:hover {
  color: #7a347f;
}
[data-site] .related-type--programs.meta a:hover {
  color: #72a533;
}
[data-site] .related-type--presents.meta a:hover {
  color: #7a347f;
}
[data-site] .related-type--film-independent h3 a:hover {
  color: #f24c31;
}
[data-site] .related-type--spirit-awards h3 a:hover {
  color: #4866e3;
}
[data-site] .related-type--la-film-festival h3 a:hover {
  color: #f8af2a;
}
[data-site] .related-type--lacma h3 a:hover {
  color: #a446aa;
}
[data-site] .related-type--programs h3 a:hover {
  color: #91c84e;
}
[data-site] .related-type--presents h3 a:hover {
  color: #a446aa;
}
[data-site] .related-type--film-independent .img-with-border:before {
  background: #f24c31;
}
[data-site] .related-type--spirit-awards .img-with-border:before {
  background: #4866e3;
}
[data-site] .related-type--la-film-festival .img-with-border:before {
  background: #f8af2a;
}
[data-site] .related-type--lacma .img-with-border:before {
  background: #a446aa;
}
[data-site] .related-type--programs .img-with-border:before {
  background: #91c84e;
}
[data-site] .related-type--presents .img-with-border:before {
  background: #a446aa;
}
.post-filter {
  border-top: 1px solid #f24c31;
  margin-bottom: 25px;
}
@media (min-width: 48.125em) {
  .post-filter {
    margin-bottom: 40px;
  }
}
.post-filter .filter--icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid #f24c31;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 7px;
  right: 0;
}
.post-filter .label {
  transition: color 0.15s ease-in;
  position: relative;
  text-transform: uppercase;
  font-family: "Basis Grotesque Pro Black", helvetica, arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #f24c31;
  display: block;
  padding: 2px 0 0;
  vertical-align: top;
  cursor: pointer;
}
.post-filter .label.visible .filter--icon {
  width: 16px;
  height: 16px;
  border: 0;
  top: 4px;
}
.post-filter .label.visible .filter--icon:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  border-top: 2px solid #f24c31;
  transform: rotate(-45deg);
}
.post-filter .label.visible .filter--icon:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  border-top: 2px solid #f24c31;
  transform: rotate(45deg);
}
@media (min-width: 48.125em) {
  .post-filter .label {
    padding: 2px 0 10px;
    display: inline-block;
    margin-right: 25px;
    cursor: default;
  }
}
.post-filter ul {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  transition: max-height 0.15s ease-in;
}
.post-filter ul.visible {
  max-height: 500px;
}
.post-filter li {
  display: block;
  margin: 5px 0;
}
.post-filter .filter-la-film-festival {
  display: none;
}
.post-filter a {
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Basis Grotesque Pro Bold", helvetica, arial, sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 5px 50% 5px 0;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
}
@media (min-width: 48.125em) {
  .post-filter .filter--icon {
    display: none;
  }
  .post-filter ul {
    overflow: visible;
    max-height: 100%;
    transition: none;
    display: inline-block;
  }
  .post-filter li {
    display: inline-block;
    padding-right: 20px;
    margin: 0;
  }
  .post-filter a {
    padding: 3px 0 0 0;
    border-top: 3px solid transparent;
    position: relative;
    top: -2px;
  }
  .post-filter .filter-film-independent {
    max-width: 8em;
  }
  .post-filter .filter-film-independent a:hover {
    color: #f24c31;
  }
  .post-filter .filter-la-film-festival {
    max-width: 6em;
  }
  .post-filter .filter-la-film-festival a:hover {
    color: #f8af2a;
  }
  .post-filter .filter-programs {
    max-width: 10em;
  }
  .post-filter .filter-programs a:hover {
    color: #91c84e;
  }
  .post-filter .filter-spirit-awards {
    max-width: 95px;
  }
  .post-filter .filter-spirit-awards a:hover {
    color: #4866e3;
  }
  .post-filter .filter-presents,
  .post-filter .filter-lacma {
    max-width: 10em;
  }
  .post-filter .filter-presents a:hover,
  .post-filter .filter-lacma a:hover {
    color: #a446aa;
  }
  .post-filter .filter-all {
    max-width: 90px;
  }
  .post-filter .filter-all a:hover {
    color: #f24c31;
  }
}
[data-site="site-type--film-independent"] .post-filter {
  border-top-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .post-filter {
  border-top-color: #4866e3;
}
[data-site="site-type--presents"] .post-filter,
[data-site="site-type--lacma"] .post-filter {
  border-top-color: #a446aa;
}
[data-site="site-type--programs"] .post-filter {
  border-top-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .post-filter {
  border-top-color: #f8af2a;
}
[data-site="site-type--film-independent"] .post-filter .label {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"] .post-filter .label {
  color: #4866e3;
}
[data-site="site-type--presents"] .post-filter .label,
[data-site="site-type--lacma"] .post-filter .label {
  color: #a446aa;
}
[data-site="site-type--programs"] .post-filter .label {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"] .post-filter .label {
  color: #f8af2a;
}
[data-site="site-type--film-independent"] .post-filter .active a {
  color: #f24c31;
}
[data-site="site-type--spirit-awards"] .post-filter .active a {
  color: #4866e3;
}
[data-site="site-type--presents"] .post-filter .active a,
[data-site="site-type--lacma"] .post-filter .active a {
  color: #a446aa;
}
[data-site="site-type--programs"] .post-filter .active a {
  color: #91c84e;
}
[data-site="site-type--la-film-festival"] .post-filter .active a {
  color: #f8af2a;
}
[data-site="site-type--film-independent"] .post-filter .active a {
  border-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .post-filter .active a {
  border-color: #4866e3;
}
[data-site="site-type--presents"] .post-filter .active a,
[data-site="site-type--lacma"] .post-filter .active a {
  border-color: #a446aa;
}
[data-site="site-type--programs"] .post-filter .active a {
  border-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .post-filter .active a {
  border-color: #f8af2a;
}
[data-site="site-type--film-independent"] .post-filter .active a:hover {
  border-top-color: #d82a0e;
}
[data-site="site-type--spirit-awards"] .post-filter .active a:hover {
  border-top-color: #2041ce;
}
[data-site="site-type--presents"] .post-filter .active a:hover,
[data-site="site-type--lacma"] .post-filter .active a:hover {
  border-top-color: #7a347f;
}
[data-site="site-type--programs"] .post-filter .active a:hover {
  border-top-color: #72a533;
}
[data-site="site-type--la-film-festival"] .post-filter .active a:hover {
  border-top-color: #de9207;
}
[data-site="site-type--film-independent"] .post-filter .filter--icon {
  border-top-color: #f24c31;
}
[data-site="site-type--spirit-awards"] .post-filter .filter--icon {
  border-top-color: #4866e3;
}
[data-site="site-type--presents"] .post-filter .filter--icon,
[data-site="site-type--lacma"] .post-filter .filter--icon {
  border-top-color: #a446aa;
}
[data-site="site-type--programs"] .post-filter .filter--icon {
  border-top-color: #91c84e;
}
[data-site="site-type--la-film-festival"] .post-filter .filter--icon {
  border-top-color: #f8af2a;
}
[data-site="site-type--film-independent"]
  .post-filter
  .visible
  .filter--icon:before {
  border-color: #f24c31;
}
[data-site="site-type--spirit-awards"]
  .post-filter
  .visible
  .filter--icon:before {
  border-color: #4866e3;
}
[data-site="site-type--presents"] .post-filter .visible .filter--icon:before,
[data-site="site-type--lacma"] .post-filter .visible .filter--icon:before {
  border-color: #a446aa;
}
[data-site="site-type--programs"] .post-filter .visible .filter--icon:before {
  border-color: #91c84e;
}
[data-site="site-type--la-film-festival"]
  .post-filter
  .visible
  .filter--icon:before {
  border-color: #f8af2a;
}
[data-site="site-type--film-independent"]
  .post-filter
  .visible
  .filter--icon:after {
  border-color: #f24c31;
}
[data-site="site-type--spirit-awards"]
  .post-filter
  .visible
  .filter--icon:after {
  border-color: #4866e3;
}
[data-site="site-type--presents"] .post-filter .visible .filter--icon:after,
[data-site="site-type--lacma"] .post-filter .visible .filter--icon:after {
  border-color: #a446aa;
}
[data-site="site-type--programs"] .post-filter .visible .filter--icon:after {
  border-color: #91c84e;
}
[data-site="site-type--la-film-festival"]
  .post-filter
  .visible
  .filter--icon:after {
  border-color: #f8af2a;
}
.main .post-hover-filter-film-independent {
  border-top-color: #f24c31;
}
.main .post-hover-filter-spirit-awards {
  border-top-color: #4866e3;
}
.main .post-hover-filter-la-film-festival {
  border-top-color: #f8af2a;
}
.main .post-hover-filter-lacma {
  border-top-color: #a446aa;
}
.main .post-hover-filter-programs {
  border-top-color: #91c84e;
}
.main .post-hover-filter-presents {
  border-top-color: #a446aa;
}
.main .post-hover-filter-film-independent .label {
  color: #f24c31;
}
.main .post-hover-filter-spirit-awards .label {
  color: #4866e3;
}
.main .post-hover-filter-la-film-festival .label {
  color: #f8af2a;
}
.main .post-hover-filter-lacma .label {
  color: #a446aa;
}
.main .post-hover-filter-programs .label {
  color: #91c84e;
}
.main .post-hover-filter-presents .label {
  color: #a446aa;
}
.main .post-hover-filter-film-independent .active a {
  border-top-color: #f24c31;
}
.main .post-hover-filter-spirit-awards .active a {
  border-top-color: #4866e3;
}
.main .post-hover-filter-la-film-festival .active a {
  border-top-color: #f8af2a;
}
.main .post-hover-filter-lacma .active a {
  border-top-color: #a446aa;
}
.main .post-hover-filter-programs .active a {
  border-top-color: #91c84e;
}
.main .post-hover-filter-presents .active a {
  border-top-color: #a446aa;
}
@media (min-width: 48.125em) {
  [data-site] .post-filter .active a {
    color: #000;
  }
}
.single-post .hero-outer {
  width: 100%;
  padding-top: 56.25%;
}
.single-event .hero-outer {
  width: 100%;
}
@media (min-width: 48.125em) {
  .single-event .hero-outer {
    padding-top: 56.25%;
  }
}
.single-event .img-outer--mobile {
  display: block;
}
@media (min-width: 48.125em) {
  .single-event .img-outer--mobile {
    display: none;
  }
}
.grayscale .hero-outer,
.grayscale .img-outer--mobile {
  filter: grayscale(100%);
}
.adrotate {
  margin-bottom: 20px;
}
@media (min-width: 48.125em) {
  .adrotate {
    margin-bottom: 30px;
  }
}
.adrotate a {
  display: inline-block;
}
.adrotate.adrotate--leaderboard {
  width: 100%;
  text-align: center;
}
.adrotate.adrotate--leaderboard a {
  max-width: 728px;
}
.adrotate-col {
  width: 100%;
  display: block;
  text-align: center;
}
.adrotate-col a {
  max-width: 300px;
}
@media (min-width: 48.125em) {
  .adrotate-col {
    width: 31.81%;
  }
}
.col__left .adrotate-col,
.col__right .adrotate-col {
  width: 100%;
}
.col__left .adrotate-col {
  padding-top: 25px;
}
.grid-group__with-ads {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.grid-group__with-ads .grid-group-member {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 30.125em) {
  .grid-group__with-ads .grid-group-member {
    width: 48.25%;
  }
}
@media (min-width: 48.125em) {
  .grid-group__with-ads {
    width: 65.9%;
  }
}
.individual-profile .adrotate-col {
  margin: 20px 0 0;
}
.single-event .adrotate--leaderboard {
  margin: 20px 0 0;
}
@media (min-width: 48.125em) {
  .single-event .adrotate--leaderboard {
    margin: 0 0 30px;
  }
}
.single-post .adrotate--leaderboard {
  margin-top: 20px;
}
@media (min-width: 48.125em) {
  .single-post .adrotate--leaderboard {
    margin-top: 30px;
  }
}
.featured-post .ind-blog__header {
  margin-bottom: 20px;
}
.featured-post .ind-blog__header h1 {
  margin-bottom: 10px;
}
.featured-post .ind-blog__header a {
  transition: color 0.15s ease-in;
}
@media (max-width: 40.125em) {
  .featured-post .col__left {
    border-top: 0;
  }
  .featured-post .rte,
  .featured-post .meta__share {
    display: none;
  }
}
.featured-post:hover .img-with-border:before {
  width: 12px;
}
@media (min-width: 40.125em) {
  .featured-post .img-with-border:before {
    display: none;
  }
}
[data-site] [data-site="site-type--film-independent"] .img-with-border:before {
  background: #f24c31;
}
[data-site] [data-site="site-type--spirit-awards"] .img-with-border:before {
  background: #4866e3;
}
[data-site] [data-site="site-type--presents"] .img-with-border:before,
[data-site] [data-site="site-type--lacma"] .img-with-border:before {
  background: #a446aa;
}
[data-site] [data-site="site-type--programs"] .img-with-border:before {
  background: #91c84e;
}
[data-site] [data-site="site-type--la-film-festival"] .img-with-border:before {
  background: #f8af2a;
}
[data-site]
  [data-site="site-type--film-independent"]
  .featured-post:hover
  .img-with-border:before {
  background: #d82a0e;
}
[data-site]
  [data-site="site-type--spirit-awards"]
  .featured-post:hover
  .img-with-border:before {
  background: #2041ce;
}
[data-site]
  [data-site="site-type--presents"]
  .featured-post:hover
  .img-with-border:before,
[data-site]
  [data-site="site-type--lacma"]
  .featured-post:hover
  .img-with-border:before {
  background: #7a347f;
}
[data-site]
  [data-site="site-type--programs"]
  .featured-post:hover
  .img-with-border:before {
  background: #72a533;
}
[data-site]
  [data-site="site-type--la-film-festival"]
  .featured-post:hover
  .img-with-border:before {
  background: #de9207;
}
[data-site]
  [data-site="site-type--film-independent"]
  .ind-blog__header
  h1
  a:hover {
  color: #f24c31;
}
[data-site]
  [data-site="site-type--spirit-awards"]
  .ind-blog__header
  h1
  a:hover {
  color: #4866e3;
}
[data-site] [data-site="site-type--presents"] .ind-blog__header h1 a:hover,
[data-site] [data-site="site-type--lacma"] .ind-blog__header h1 a:hover {
  color: #a446aa;
}
[data-site] [data-site="site-type--programs"] .ind-blog__header h1 a:hover {
  color: #91c84e;
}
[data-site]
  [data-site="site-type--la-film-festival"]
  .ind-blog__header
  h1
  a:hover {
  color: #f8af2a;
}
.event-cta {
  color: #fff;
  background: #000;
  padding: 13px 0 9px;
  font-family: "Font Independent Caps", arial, helvetica, sans-serif;
  line-height: 1em;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 40.125em) {
  .event-cta {
    padding: 12px 0 3px;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (min-width: 48.125em) {
  .event-cta {
    padding: 18px 0 5px;
    font-size: 64px;
    font-size: 6.4rem;
  }
}
.event-cta span {
  display: inline-block;
}
.windows .event-cta {
  padding: 10px 0;
}
@media (min-width: 40.125em) {
  .windows .event-cta {
    padding: 9px 0;
  }
}
@media (min-width: 48.125em) {
  .windows .event-cta {
    padding: 12px 0;
  }
}
.event-cta__container {
  max-width: 1200px;
}
.fancybox-skin {
  background: transparent !important;
}
.popup__content {
  position: relative;
  overflow: hidden;
}
.popup__content:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup__image {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.popup__link {
  display: block;
  position: relative;
  z-index: 2;
}
main {
  padding: 1rem;
}
.tab-list {
  background: #fff;
  border: 2px solid #91c84e;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
.tab-item {
  float: left;
  display: inline-block;
  width: 50%;
}
.tab-item[data-tab-active] {
  background: #91c84e;
}
.tab-item[data-tab-active] .tab-link {
  color: #fff;
}
.tab-link {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 1rem 2rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.tab-panel {
  background: #fff;
  clear: both;
  float: left;
  padding: 1em 0 0;
}
@media (min-width: 48.125em) {
  .tab-panel .col__left {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    width: 35%;
  }
}
.tab-panel .col__right {
  padding-bottom: 2em;
}
@media (min-width: 48.125em) {
  .tab-panel .col__right {
    display: inline-block;
    padding-bottom: 0;
    vertical-align: top;
    width: 64%;
  }
}
@media (min-width: 48.125em) {
  .tab-panel {
    padding: 3em 0 0;
  }
}
.tab-panel h2 {
  margin-top: 0;
}
.tab-panel[aria-hidden="true"] {
  display: none;
}
.tab-link[data-tab-active]:after {
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #91c84e;
}
.page-template-landing-press .hero-content {
  padding-top: 34px;
}
.page-template-landing-press .hero-content .intro-text {
  margin-bottom: 10px;
}
.page-template-landing-press .grid-group-member {
  display: block;
  position: relative;
}
@media (max-width: 48.125em) {
  .page-template-landing-press .grid-group-member {
    margin-bottom: 10%;
  }
}
@media (max-width: 30.125em) {
  .page-template-landing-press .grid-group-member {
    margin-bottom: 18%;
  }
}
.page-template-landing-press .grid-group-member .img-outer {
  width: 100%;
  padding-top: 66.6%;
  margin-bottom: 20px;
}
.press h3.heading-border,
.press .cta-title,
.press .content-title,
.press .section-title,
.breadcrumb h3.heading-border,
.breadcrumb .cta-title,
.breadcrumb .content-title,
.breadcrumb .section-title {
  font-family: "Font Independent", helvetica, arial, sans-serif;
  color: #000;
  text-transform: none;
}
@media (min-width: 48.125em) {
  .press h3.heading-border,
  .press .cta-title,
  .press .content-title,
  .press .section-title,
  .breadcrumb h3.heading-border,
  .breadcrumb .cta-title,
  .breadcrumb .content-title,
  .breadcrumb .section-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.press .cta-title,
.breadcrumb .cta-title {
  line-height: 33px;
}
.press .content-title,
.breadcrumb .content-title {
  padding-top: 15px;
  line-height: 33px;
}
.press .heading-border,
.breadcrumb .heading-border {
  border-top: 1px solid #f24c31;
  margin: 0 0 0.3em;
  padding-top: 34px;
}
.press-heading {
  padding-bottom: 6px;
}
.section {
  padding-top: 18px;
  padding-bottom: 18px;
}
.section-heading {
  font-family: "Font Independent Caps", helvetica, arial, sans-serif;
  margin-bottom: 8px;
}
.section-title {
  padding-bottom: 25px;
  padding-top: 10px;
}
.section-description {
  line-height: 26px;
}
@media (min-width: 40.125em) {
  .hero-content .section-description {
    width: 71.2%;
    margin-bottom: 5.14%;
  }
}
@media (min-width: 40.125em) {
  .section-description {
    width: 58%;
    margin-bottom: 1.14%;
  }
}
.section-description a {
  text-decoration: none;
}
.section-description a::after {
  display: block;
  content: "";
  border-bottom: 1px solid #f24c31;
  margin-top: -2px;
}
.grid-two-up {
  padding-top: 12px;
}
.content-type.meta {
  line-height: 0;
}
.content-type.meta .site-type-label {
  color: #000;
}
.content {
  padding-right: 10px;
}
.content .content-description {
  line-height: 23px;
  padding-top: 8px;
  padding-bottom: 22px;
}
.logo_laurels .cta-button {
  position: absolute;
  bottom: 0;
  display: block;
  transform: translateY(38px);
}
.cta-button .button {
  background-color: #f24c31;
  color: #fff;
}
.cta-button .button::after {
  border-left-color: #fff;
  top: 13px;
}
.cta-button .button:hover {
  color: #f24c31;
  background-color: transparent;
}
.cta-button .button:hover::after {
  border-left-color: #f24c31;
}
.call_to_action .cta-button {
  padding-top: 16px;
}
@media (min-width: 48.125em) {
  .grid-two-up .grid-group-member {
    width: 48.25%;
  }
}
.page-template-landing-press-releases .grid-item,
.page-template-landing-press-materials .grid-item,
.single-press_release .grid-item {
  padding-top: 1%;
  padding-bottom: 26px;
}
.page-template-landing-press-releases .grid-item:not(:first-child),
.page-template-landing-press-materials .grid-item:not(:first-child),
.single-press_release .grid-item:not(:first-child) {
  padding-top: 56px;
}
.page-template-landing-press-releases .grid-item:not(:last-child),
.page-template-landing-press-materials .grid-item:not(:last-child),
.single-press_release .grid-item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 35px;
}
@media (min-width: 48.125em) {
  .page-template-landing-press-releases .grid-item,
  .page-template-landing-press-materials .grid-item,
  .single-press_release .grid-item {
    padding-top: 5px;
  }
}
.page-template-landing-press-releases .grid-item .col__left,
.page-template-landing-press-materials .grid-item .col__left,
.single-press_release .grid-item .col__left {
  width: 100% !important;
}
@media (min-width: 40.125em) {
  .page-template-landing-press-releases .grid-item .col__left,
  .page-template-landing-press-materials .grid-item .col__left,
  .single-press_release .grid-item .col__left {
    width: 49% !important;
  }
}
.page-template-landing-press-releases .grid-item .col__right,
.page-template-landing-press-materials .grid-item .col__right,
.single-press_release .grid-item .col__right {
  width: 100% !important;
}
@media (min-width: 40.125em) {
  .page-template-landing-press-releases .grid-item .col__right,
  .page-template-landing-press-materials .grid-item .col__right,
  .single-press_release .grid-item .col__right {
    width: 48% !important;
  }
}
.page-template-landing-press-releases .grid-item .img,
.page-template-landing-press-materials .grid-item .img,
.single-press_release .grid-item .img {
  width: 100%;
  padding-top: 67.72%;
}
.page-template-landing-press-releases .grid-item span,
.page-template-landing-press-materials .grid-item span,
.single-press_release .grid-item span {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
}
.page-template-landing-press-releases .grid-item .category-thumbnail img,
.page-template-landing-press-materials .grid-item .category-thumbnail img,
.single-press_release .grid-item .category-thumbnail img {
  height: 86px;
}
.item-title {
  font-family: FontIndependentCaps;
  font-size: 39px;
  line-height: 43px;
  padding-top: 8px;
}
.item-meta-list {
  padding: 15px 0 25px;
}
.item-year--press-releases {
  margin-top: 5px;
}
.page-template-landing-press-releases .breadcrumb .heading-border {
  padding-top: 15px;
}
@media (min-width: 48.125em) {
  .page-template-landing-press-releases .breadcrumb .heading-border {
    padding-top: 8px;
  }
}
.page-template-landing-press-releases .breadcrumb .grid-item {
  padding-bottom: 16px;
}
.press-landing-header {
  margin-bottom: 24px;
}
.press-landing-header .press-heading {
  margin-bottom: 0;
}
@media (min-width: 40.125em) {
  .press-landing-header .section-description {
    width: 58%;
    margin-bottom: 1.14%;
  }
}
.filter .heading-border {
  margin: 0 0 0.8em;
}
.filter .meta {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
}
input[type="submit"] {
  height: 42px;
}
.form .grid-item {
  padding-top: 14px;
}
@media (min-width: 48.125em) {
  .form .col__left {
    float: left;
  }
}
@media (min-width: 48.125em) {
  .form .col__right {
    text-align: right;
  }
}
.form .item {
  display: block;
  width: 100%;
}
@media (min-width: 48.125em) {
  .form .item {
    width: 49.5%;
  }
}
@media (max-width: 48.125em) {
  .form .item {
    margin-bottom: 20px;
  }
}
.form .item .meta {
  margin-bottom: 4px;
}
.form select {
  width: 100%;
  height: 42px;
  display: block;
  background: url(../../assets/img/down-arrow.png) transparent no-repeat 95%
    center;
  border: 1px solid #e8e8e8;
  padding-left: 13px;
  padding-right: 25px;
  text-transform: capitalize;
  -o-white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -moz-appearance: none;
}
@media (min-width: 48.125em) {
  .form select {
    max-width: 256px;
  }
}
@media (min-width: 48.125em) {
  .form .cta-button {
    padding-top: 30px;
  }
}
.talent__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.talent__card {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 48.125em) {
  .talent__card {
    width: 33.333%;
  }
}
.talent__card-inner {
  position: relative;
  display: block;
}
.talent__card-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.talent__card-inner:hover:before {
  visibility: visible;
  opacity: 1;
}
.talent-search__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.talent-search__form-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 40.125em) {
  .talent-search__form-inner {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.talent-search__form-col {
  padding: 10px 0;
}
@media (min-width: 40.125em) {
  .talent-search__form-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px;
  }
}
.talent-search__form-text,
.talent-search__form-select {
  width: 100%;
  height: 34px;
  border: 1px solid #e8e8e8;
  text-indent: 10px;
}
.talent-search__form-label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}
.talent-search__form-select {
  -webkit-appearance: menulist-button;
}
.talent-search__form-button {
  width: 100%;
  height: 34px;
  text-align: center;
  background-color: #91c84e;
  border: 0;
  color: #fff;
}
.talent-results {
  margin-top: 20px;
}
.talent-search {
  margin-bottom: 15px;
}
.talent-search__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.talent-results__header-count {
  display: block;
  margin-top: 5px;
}
.talent-results__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}
.talent-results__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.talent-results__item-image {
  width: 90px;
}
@media (min-width: 40.125em) {
  .talent-results__item-image {
    width: 150px;
  }
}
.talent-results__item-detail {
  width: calc(100% - 90px);
  padding-left: 15px;
}
@media (min-width: 40.125em) {
  .talent-results__item-detail {
    width: calc(100% - 150px);
    padding-left: 30px;
  }
}
.talent-results__item-description {
  margin-top: 5px;
}
.talent-results__item-position {
  margin-top: 5px;
  list-style-type: none;
}
.talent-results__item-position li {
  padding: 2px 0;
}
.talent-results__item-title {
  color: #000;
}
.talent-content {
  padding-bottom: 30px;
}
.talent-detail__avatar {
  margin-top: 20px;
}
.talent-detail__position {
  list-style-type: none;
}
.talent-detail__position li {
  margin-top: 15px;
}
.talent-detail__position-title {
  display: block;
  margin-bottom: 5px;
}
.talent-content__description a {
  color: #91c84e;
  transition: color 0.15s ease-in;
}
.talent-content__description a:hover {
  color: #72a533;
}
@media (min-width: 40.125em) {
  .talent-detail__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.talent-detail__profile {
  margin-bottom: 30px;
}
@media (min-width: 40.125em) {
  .talent-detail__profile {
    width: 250px;
  }
}
@media (min-width: 80.125em) {
  .talent-detail__profile {
    width: 300px;
  }
}
@media (min-width: 40.125em) {
  .talent-detail__info {
    width: calc(100% - 250px);
    padding-left: 40px;
  }
}
@media (min-width: 80.125em) {
  .talent-detail__info {
    width: calc(100% - 300px);
  }
}
.talent-detail__description,
.talent-detail__project,
.talent-detail__log-line {
  margin-top: 20px;
}
.talent-detail__description p {
  padding-bottom: 10px;
}
@media (min-width: 80.125em) {
  .talent-detail__description p {
    padding-bottom: 22px;
  }
}
.talent-detail__project-label {
  margin-bottom: 10px;
}
.talent-detail__log-line-text {
  margin-top: 15px;
  padding-left: 15px;
  border-left: 5px solid #f0f0f0;
}
.talent-detail__social {
  margin-top: 20px;
}
.talent-detail__social-link {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.post-share--talent {
  margin-top: 10px;
}
.post-share--talent a {
  margin-left: 0;
  margin-right: 10px;
}
.page-template-support .page__main {
  padding-bottom: 20px;
}
@media (min-width: 64em) {
  .page-template-support .page__main {
    padding-bottom: 80px;
  }
}
@media (min-width: 90em) {
  .page-template-support .support-heading {
    margin: 16px 0 27px;
  }
}
@media (min-width: 64em) {
  .support-list__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
    row-gap: 35px;
  }
}
.support-list__item {
  position: relative;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f24c31;
}
.support-list__item::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: calc(100% * 140 / 295);
}
@media (min-width: 64em) {
  .support-list__item::before {
    padding-bottom: calc(100% * 222 / 420);
  }
}
.support-list__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #f24c31;
  transition: width ease 0.15s;
}
.support-list__item.support-list__item--has-image {
  border: none;
  background-color: #0d0d0d;
}
.support-list__item.support-list__item--is-half.support-list__item--has-image:hover
  .support-list__item-content {
  background-color: #d82a0e;
}
.support-list__item:not(.support-list__item--is-half):hover::after {
  width: 12px;
}
.support-list__item.support-list__item--is-half::after {
  content: none;
}
@media (min-width: 64em) {
  .support-list__item {
    margin-bottom: 0;
  }
}
.support-list__item .support-list__item-image {
  filter: grayscale(100%);
  opacity: 0.5;
}
.support-list__item-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 17px;
  transition: background-color ease 0.15s;
}
@media (min-width: 90em) {
  .support-list__item-content {
    padding: 20px 30px;
  }
}
.support-list__item--is-half.support-list__item--has-image
  .support-list__item-content {
  left: 35%;
  background-color: #f24c31;
}
@media (min-width: 64em) {
  .support-list__item--is-half.support-list__item--has-image
    .support-list__item-content {
    left: 48%;
  }
}
.support-list__item-image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.support-list__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support-list__item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 282px;
}
.support-list__item--has-image .support-list__item-title {
  color: #fff;
}
.support-list__item-title-link {
  margin-right: 20px;
  color: #000;
}
@media (min-width: 64em) {
  .support-list__item-title-link {
    margin-right: 0;
  }
}
.support-list__item--has-image .support-list__item-title-link {
  color: #fff;
}
.support-list__item--is-half.support-list__item--has-image
  .support-list__item-title-link {
  margin-right: 0;
}
.support-list__item-description {
  max-width: 240px;
  color: #000;
}
@media (min-width: 64em) {
  .support-list__item-description {
    max-width: 266px;
  }
}
.support-list__item--has-image .support-list__item-description {
  color: #fff;
}
.support-list__item-title-arrow {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #f24c31;
}
@media (min-width: 64em) {
  .support-list__item-title-arrow {
    display: none;
  }
}
.support-list__item--has-image .support-list__item-title-arrow {
  border-left-color: #fff;
}
.support-list__item--is-half.support-list__item--has-image
  .support-list__item-title-arrow {
  display: none;
}
.form-project-filter {
  padding: 20px 0;
  border-top: 1px solid #91c84e;
}
.form-project-filter .form__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}
.form-project-filter .form__item select,
.form__item input {
  display: block;
  width: 100%;
  height: 42px;
  border: 1px solid #e8e8e8;
  padding-left: 13px;
  padding-right: 25px;
  text-transform: capitalize;
  -o-white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -moz-appearance: none;
}
.form-project-filter .form__item {
  width: 100%;
}
@media (min-width: 48.125em) {
  .form-project-filter .form__item {
    width: calc(33.33% - 80px);
  }
}
.form-project-filter .form__item select {
  background: url(../../assets/img/down-arrow.png) transparent no-repeat 95%
    center;
}
.form-project-filter .form__item label,
.form__title {
  font-size: 1.6rem;
  text-transform: none;
}
.form-project-filter .form__title {
  margin-bottom: 10px;
}
.form-project-filter .form__submit {
  width: 180px;
}
.form-project-filter .form__submit .button {
  width: 100%;
  height: 42px;
  color: #fff;
  background: #91c84e;
}
.form-project-filter .form__submit .button:hover {
  color: #91c84e;
  background: transparent;
}
.form-project-filter .form__submit .button:after {
  display: none;
}
.page__list-sponsored-projects h3.heading-border {
  display: block;
}

/*# sourceMappingURL=../../assets/css/main.min.css.map */
