/* Theme colors */
/* Button colors */
/* Text link colors */
/* Text colors */
/* Helper colors */
/* Typography */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
  Dependency-free breakpoint mixin
  http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
*/
.cft-g {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cft-g > .cft-gi {
  width: 100%;
}
@media screen and (min-width: 798px) {
  .cft-g {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
  }
}

.cft-g.learn-more-grid {
  grid-template-columns: repeat(3, 1fr);
}
.cft-g.learn-more-grid > .cft-gi {
  align-self: center;
}
@media screen and (min-width: 798px) {
  .cft-g.learn-more-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .cft-g.learn-more-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (min-width: 798px) {
  #shannon-cohn .cft-grid {
    direction: rtl;
    grid-template-columns: 3fr 7fr;
  }
  #shannon-cohn .cft-grid > .grid-item {
    direction: ltr;
  }
}

#films-visual-links .cft-g {
  grid-gap: 50px;
}

.cft-grid {
  display: grid;
  grid-gap: 30px;
}

.cft-inline-grid {
  margin-left: -30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cft-inline-grid > .cft-gi {
  width: 100%;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input, textarea, select, a {
  outline: none;
}

sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}

.alignnone {
  margin: 0 auto 1em;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter, div.aligncenter {
  display: block;
  clear: both;
  margin: 0em auto 1em !important;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100% !important;
  height: auto;
  width: auto;
  display: block;
}

article img.wp-post-image {
  margin-bottom: 1em;
}

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

img.alignright {
  margin-left: 0 0 1em 1em;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

img#wpstats {
  display: block;
  margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}

.gallery a img {
  border: none;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body,
input,
textarea,
button,
select {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "proxima-nova", sans-serif;
  color: #000;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: inherit;
}

h1, .h1 {
  font-size: 30px;
  line-height: 38px;
  font-size: 3rem;
  line-height: 3.8rem;
}

h2, .h2 {
  font-size: 26px;
  line-height: 34px;
  font-size: 2.6rem;
  line-height: 3.4rem;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h4, .h4 {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 1.5em 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

blockquote {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #777;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #ebebeb;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 15px;
}
blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #777;
}
blockquote cite:before {
  content: "\2014 \0020";
}

hr {
  clear: both;
  border-top: solid #ebebeb;
  border-width: 1px 0 0;
  margin: 60px 0;
}
hr.hr-small {
  margin: 30px 0;
}
hr.hr-clear {
  border-top: 0 none;
}

.btn, .btn-secondary,
a.btn-secondary,
a.btn,
a.btn-secondary,
input[type="button"] {
  display: inline-block;
  width: 180px;
  padding: 10px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-family: "proxima-nova", sans-serif;
  -moz-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  border-radius: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #c20606;
}
.btn.small, .small.btn-secondary,
a.btn.small,
a.small.btn-secondary,
input[type="button"].small {
  padding: 4px 5px;
  font-size: 13px;
  line-height: 24px;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.btn.full, .full.btn-secondary,
a.btn.full,
a.full.btn-secondary,
input[type="button"].full {
  width: 100%;
}
.btn.orange, .orange.btn-secondary,
a.btn.orange,
a.orange.btn-secondary,
input[type="button"].orange {
  background: #fb800d;
}
.btn.orange:hover, .orange.btn-secondary:hover,
a.btn.orange:hover,
a.orange.btn-secondary:hover,
input[type="button"].orange:hover {
  background: #9f4e03;
}
.btn:hover, .btn-secondary:hover,
a.btn:hover,
a.btn-secondary:hover,
input[type="button"]:hover {
  background-color: #910404;
  color: #fff;
}
.btn:active, .btn-secondary:active,
a.btn:active,
a.btn-secondary:active,
input[type="button"]:active {
  background-color: #5f0303;
  color: #fff;
}
.btn[disabled], [disabled].btn-secondary, .btn.disabled, .disabled.btn-secondary,
a.btn[disabled],
a[disabled].btn-secondary,
a.btn.disabled,
a.disabled.btn-secondary,
input[type="button"][disabled],
input[type="button"].disabled {
  cursor: default;
  color: #ababab;
  background-color: #dfdfdf;
}

button.ghost, a.ghost {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
}
button.ghost:hover, a.ghost:hover {
  background: #fff;
  color: #000;
}

.btn-secondary,
a.btn-secondary {
  background-color: #424242;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  background-color: #292929;
  color: #fff;
}
.btn-secondary:active,
a.btn-secondary:active {
  background-color: #0f0f0f;
  color: #fff;
}

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
  border: 1px solid #ccc;
  padding: 5px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px;
  color: #000;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

select {
  padding: 0;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
}

label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

select {
  width: 220px;
}

input[type="checkbox"] {
  display: inline;
}

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
form.cft-form {
  max-width: 600px;
  margin: 0;
  padding: 25px 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7e4e5+0,c9d4d6+100 */
  background: #d7e4e5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d7e4e5 0%, #c9d4d6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d7e4e5 0%, #c9d4d6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d7e4e5 0%, #c9d4d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e4e5', endColorstr='#c9d4d6',GradientType=1 );
  /* IE6-9 */
}
form.cft-form p.form-message {
  display: none;
  padding: 5px;
  margin: 0 0 20px;
  clear: both;
}
form.cft-form p.form-message.error {
  background: #f4d7d7;
  color: #ab4545;
  border: 1px solid #ab4545;
}
form.cft-form p.form-message.success {
  background: #e6f9da;
  color: #519e20;
  border: 1px solid #519e20;
}
form.cft-form .req {
  color: #b90000;
}
form.cft-form input[type="text"].error, form.cft-form input[type="email"].error, form.cft-form textarea.error, form.cft-form select.error {
  background: #f4d7d7;
}
form.cft-form button[type="submit"].pulse {
  pointer-events: none;
  -webkit-animation: pulse .6s infinite ease-in-out;
  -o-animation: pulse .6s infinite ease-in-out;
  -ms-animation: pulse .6s infinite ease-in-out;
  -moz-animation: pulse .6s infinite ease-in-out;
  animation: pulse .6s infinite ease-in-out;
}
form.cft-form input, form.cft-form textarea {
  width: 100%;
  border: none;
  border-radius: 0;
}
form.cft-form .field-container {
  margin-bottom: 25px;
  position: relative;
}
form.cft-form .field-container label {
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
form.cft-form .field-container.active label {
  color: #fff;
  background: #000;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0 3px;
  top: -17px;
  left: 0;
}
form.cft-form textarea {
  min-height: 100px;
}

.nf-form-layout {
  padding: 30px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.nf-form-fields-required {
  display: none;
}

#nf-field-16-wrap {
  text-align: center;
}
#nf-field-16-wrap #nf-field-16 {
  display: inline-block;
  width: 180px;
  padding: 10px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-family: "proxima-nova", sans-serif;
  -moz-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  border-radius: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #c20606;
}
#nf-field-16-wrap #nf-field-16.small {
  padding: 4px 5px;
  font-size: 13px;
  line-height: 24px;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
#nf-field-16-wrap #nf-field-16.full {
  width: 100%;
}
#nf-field-16-wrap #nf-field-16.orange {
  background: #fb800d;
}
#nf-field-16-wrap #nf-field-16.orange:hover {
  background: #9f4e03;
}
#nf-field-16-wrap #nf-field-16:hover {
  background-color: #910404;
  color: #fff;
}
#nf-field-16-wrap #nf-field-16:active {
  background-color: #5f0303;
  color: #fff;
}
#nf-field-16-wrap #nf-field-16[disabled], #nf-field-16-wrap #nf-field-16.disabled {
  cursor: default;
  color: #ababab;
  background-color: #dfdfdf;
}

header.banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: black;
  z-index: 1000;
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
}
header.banner:after {
  color: #fff;
}
@media screen and (min-width: 798px) {
  header.banner.transparent {
    background: transparent;
  }
}
header.banner a.brand {
  display: block;
  padding: 10px 0;
  text-align: center;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
header.banner a.brand img {
  width: 150px;
  margin: auto;
}
header.banner .menu-toggle {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 100;
}
header.banner .menu-toggle .bars {
  display: inline-block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 5px;
  opacity: 1;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
header.banner .menu-toggle .bars:before, header.banner .menu-toggle .bars:after {
  display: inline-block;
  position: absolute;
  content: "";
  background: #fff;
  width: 30px;
  height: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
header.banner .menu-toggle .bars:before {
  transform-origin: top left;
  top: -10px;
}
header.banner .menu-toggle .bars:after {
  transform-origin: bottom left;
  bottom: -10px;
}
header.banner .menu-toggle.closer .bars {
  background: rgba(255, 255, 255, 0);
}
header.banner .menu-toggle.closer .bars:before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.banner .menu-toggle.closer .bars:after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.banner nav.nav-primary {
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  padding: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #000;
}
header.banner nav.nav-primary.visible {
  right: 0;
}
header.banner nav.nav-primary ul {
  margin-top: 59px;
  margin-bottom: 30px;
}
header.banner nav.nav-primary ul li {
  display: block;
  margin-bottom: 15px;
}
header.banner nav.nav-primary ul li a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
header.banner nav.nav-primary ul li a:hover {
  color: #f28a2b;
}
@media screen and (min-width: 1100px) {
  header.banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
  }
  header.banner a.brand {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1000;
  }
  header.banner a.brand img {
    width: 160px;
  }
  header.banner .menu-toggle {
    display: none;
  }
  header.banner nav.nav-primary {
    border-left: none;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    background: transparent;
  }
  header.banner nav.nav-primary ul {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
  }
  header.banner nav.nav-primary ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) and (min-width: 1400px) {
  header.banner nav.nav-primary ul li {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1100px) {
  header.banner nav.nav-primary ul li:last-of-type {
    margin-right: 0;
  }
  header.banner nav.nav-primary ul li a {
    font-size: 16px;
    color: #fff;
  }
}
@media screen and (min-width: 1100px) and (min-width: 1400px) {
  header.banner nav.nav-primary ul li a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  header.banner nav.nav-primary .btn, header.banner nav.nav-primary .btn-secondary {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 30px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 40px;
    text-transform: uppercase;
  }
}

#wpadminbar {
  opacity: .3;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transform: translateZ(0);
  position: absolute;
  pointer-events: none;
}
#wpadminbar ul li {
  pointer-events: all;
}

#wp-admin-bar-top-secondary {
  display: none;
}

html[lang="en-us"] {
  margin-top: 0 !important;
}

#wpadminbar:focus, #wpadminbar:hover {
  opacity: 1 !important;
}

@media screen and (min-width: 50.125em) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}
.content-text ul, .content-text ol {
  padding-left: 45px;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  margin-bottom: 1.5em;
}
.content-text > *:last-child {
  margin-bottom: 0;
}
.content-text h2 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 30px;
  font-size: 2.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 798px) {
  .content-text h2 {
    font-size: 36px;
    line-height: 40px;
    font-size: 3.6rem;
    line-height: 4rem;
    margin-bottom: 50px;
  }
}
.content-text h3 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 26px;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 798px) {
  .content-text h3 {
    font-size: 32px;
    line-height: 36px;
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}
.content-text a {
  font-weight: bold;
  color: #ee4354;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.content-text a:hover {
  color: #ba1122;
}
.content-text p {
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
}

a:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}
body[data-headerSize="frontpage"] {
  padding-top: 100vh;
}
body[data-headerSize="header-lg"] {
  padding-top: 87vh;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1400px;
}
.container.thin {
  max-width: 900px;
}
.container.md {
  max-width: 1200px;
}
.container .container {
  padding: 0;
}

.site-section {
  padding: 30px 0;
  background: #fff;
  position: relative;
}
.site-section .site-section-header {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-family: clarendon-urw, serif !important;
}
@media screen and (min-width: 798px) {
  .site-section .site-section-header {
    font-size: 30px;
    line-height: 36px;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.site-section.collapse-top {
  padding-top: 0;
}
.site-section.collapse-bottom {
  padding-bottom: 0;
}
.site-section.collapse {
  padding: 0;
}
@media screen and (min-width: 798px) {
  .site-section.semitransparent {
    background: rgba(255, 255, 255, 0.9);
  }
}
.site-section.dark {
  background: #2b2b2b;
  color: #fff;
}
.site-section.dark .site-section-header {
  color: #fff;
}
@media screen and (min-width: 798px) {
  .site-section {
    padding: 70px 0;
  }
  .site-section .site-section-header {
    left: 0;
    bottom: 50px;
    margin-bottom: 70px;
    font-size: 36px;
    line-height: 40px;
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .site-section.xl {
    padding: 120px 0;
  }
}

#hero {
  height: 87vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#hero.frontpage-hero {
  height: 100vh;
}
#hero.videobg {
  overflow: hidden;
}
#hero.videobg video#bgvid {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}
#hero .container {
  height: 100%;
}
#hero:after {
  content: "";
  background: rgba(194, 111, 62, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#hero .film-banner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  color: #fff;
  text-align: center;
  top: 60px;
  left: 30px;
  right: 30px;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: bold;
  font-family: clarendon-urw, serif;
  letter-spacing: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 80px;
}
#hero .film-banner.visible {
  opacity: 1;
  visibility: visible;
}
#hero .executive-producers {
  font-family: clarendon-urw, serif;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
#hero .executive-producers span {
  display: block;
}
#hero .hero-caption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  text-align: center;
  z-index: 1;
}
#hero .hero-caption span, #hero .hero-caption h2, #hero .hero-caption h3, #hero .hero-caption ul, #hero .hero-caption p {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#hero .hero-caption span.visible, #hero .hero-caption h2.visible, #hero .hero-caption h3.visible, #hero .hero-caption ul.visible, #hero .hero-caption p.visible {
  opacity: 1;
  visibility: visible;
}
#hero .hero-caption h2, #hero .hero-caption h3, #hero .hero-caption p {
  color: #fff;
}
#hero .hero-caption h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 798px) {
  #hero .hero-caption h2 {
    font-size: 60px;
    line-height: 64px;
    font-size: 6rem;
    line-height: 6.4rem;
  }
}
#hero .hero-caption h3 {
  margin-bottom: 0;
}
@media screen and (min-width: 798px) {
  #hero .hero-caption h3 {
    font-size: 26px;
    line-height: 30px;
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
#hero .hero-caption ul {
  margin-top: 30px;
  text-align: center;
}
#hero .hero-caption ul li {
  display: block;
  margin-bottom: 15px;
}
#hero .hero-caption ul li:last-of-type {
  margin-bottom: 0;
}
#hero .hero-caption.caption-centered {
  text-align: center;
  left: 30px;
  right: 30px;
  top: 50%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 798px) {
  #hero {
    position: fixed;
  }
  #hero .hero-caption {
    bottom: 60px;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #hero .hero-caption h2 {
    margin-bottom: 30px;
    font-size: 70px;
    line-height: 74px;
    font-size: 7rem;
    line-height: 7.4rem;
  }
  #hero .hero-caption h3 {
    font-size: 36px;
    line-height: 40px;
    font-size: 3.6rem;
    line-height: 4rem;
  }
  #hero .hero-caption ul {
    margin-top: 0;
  }
  #hero .hero-caption ul li {
    display: inline-block;
    margin-right: 40px;
  }
  #hero .hero-caption ul li:last-of-type {
    margin-right: 0;
  }
  #hero .hero-caption.caption-centered h2, #hero .hero-caption.caption-centered h3 {
    max-width: 800px;
  }
  #hero .hero-caption.caption-centered h2 {
    margin: auto;
  }
  #hero .hero-caption.caption-centered h3 {
    margin: 30px auto auto auto;
  }
  #hero .film-banner {
    margin-top: 160px;
  }
}

.page-header {
  position: relative;
  height: 300px;
}
.page-header:after {
  content: "";
  background: rgba(194, 111, 62, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-header .page-title-wrap {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.page-header .page-title {
  position: relative;
  text-align: center;
  font-size: 50px;
  line-height: 54px;
  font-size: 5rem;
  line-height: 5.4rem;
  color: #fff;
  z-index: 1;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .page-header {
    height: 400px;
  }
  .page-header .page-title {
    font-size: 70px;
    line-height: 78px;
    font-size: 7rem;
    line-height: 7.8rem;
  }
}

.single-post .page-header .page-title, .blog .page-header .page-title {
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 750px) {
  .single-post .page-header .page-title, .blog .page-header .page-title {
    font-size: 50px;
    line-height: 54px;
    font-size: 5rem;
    line-height: 5.4rem;
  }
}
.single-post .page-header .post-date, .blog .page-header .post-date {
  text-align: center;
  color: #fff;
}

.single-post .page-header:after {
  background: #EC3C4F;
}

.page-content {
  position: relative;
  z-index: 10;
}

.visual-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.visual-link.landscape {
  padding-bottom: 69.5%;
}
.visual-link.portrait {
  padding-bottom: 120%;
}
.visual-link .visual-link-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
}
.visual-link.caption-below {
  margin-bottom: 15px;
}
.visual-link .visual-link-caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
}
.visual-link .visual-link-caption:after {
  position: absolute;
  z-index: -1;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  bottom: 0;
  left: 0;
  right: 0;
  top: -20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.visual-link:hover .visual-link-image {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.visual-link:hover .visual-link-caption:after {
  top: -40px;
}

.visual-link[href="#below-the-belt-film"] .visual-link-image {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.visual-link[href="#below-the-belt-film"]:hover .visual-link-image {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.visual-link-caption {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 32px;
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 600;
}
@media screen and (min-width: 700px) {
  .visual-link-caption {
    font-size: 32px;
    line-height: 40px;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

ul#social-media-links li {
  display: inline-block;
}
ul#social-media-links li a i {
  color: #fff;
}

footer#site-footer {
  background: #000;
  position: relative;
}
footer#site-footer a.brand {
  display: block;
  padding: 30px 0;
}
footer#site-footer a.brand img {
  margin: auto;
  width: 150px;
}
footer#site-footer .footer-links #social-media-links {
  padding-bottom: 30px;
  text-align: center;
}
footer#site-footer .footer-links #social-media-links li {
  margin-right: 20px;
}
footer#site-footer .footer-links #social-media-links li:last-of-type {
  margin-right: 0;
}
footer#site-footer .footer-links #social-media-links li a {
  font-size: 21px;
  line-height: 24px;
  font-size: 2.1rem;
  line-height: 2.4rem;
}
footer#site-footer .footer-links #social-media-links li a i {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 798px) {
  footer#site-footer a.brand, footer#site-footer #social-media-links {
    display: inline-block;
    vertical-align: middle;
  }
  footer#site-footer a.brand {
    padding: 20px 0;
  }
  footer#site-footer .footer-links {
    position: absolute;
    top: 50%;
    right: 30px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  footer#site-footer .footer-links #social-media-links {
    padding-bottom: 0;
    display: block;
    text-align: right;
  }
  footer#site-footer .footer-links p {
    padding-bottom: 0;
  }
}

/* Specific Sections */
#superfooter {
  position: relative;
  z-index: 2;
}

#newsletter-signup {
  text-align: center;
}
#newsletter-signup p {
  font-size: 18px;
  line-height: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
#newsletter-signup #mc-embedded-subscribe-form {
  position: relative;
  margin: auto;
}
#newsletter-signup #mc-embedded-subscribe-form input {
  margin: auto;
  width: 100%;
  padding: 15px;
  background: #494949;
  color: #979797;
  border: none;
}
#newsletter-signup #mc-embedded-subscribe-form button#mc-embedded-subscribe {
  position: relative;
  width: 100%;
  margin-top: 10px;
  border-radius: 0;
  right: 0;
  top: 0;
  bottom: 0;
  letter-spacing: 0;
  background: #494949;
  color: #979797;
  border: solid 1px #979797;
}
@media screen and (min-width: 798px) {
  #newsletter-signup .site-section-header {
    margin-bottom: 30px;
  }
  #newsletter-signup #mc-embedded-subscribe-form button#mc-embedded-subscribe {
    width: 150px;
    position: absolute;
    margin-top: 0;
  }
}

#connect-with-us {
  padding: 60px 0;
  text-align: center;
}
#connect-with-us .site-section-header, #connect-with-us h4, #connect-with-us #social-media-links {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (min-width: 798px) {
  #connect-with-us .site-section-header, #connect-with-us h4, #connect-with-us #social-media-links {
    opacity: 0;
  }
}
#connect-with-us .site-section-header.visible, #connect-with-us h4.visible, #connect-with-us #social-media-links.visible {
  opacity: 1;
}
#connect-with-us #social-media-links {
  margin-bottom: 10px;
}
#connect-with-us #social-media-links li {
  margin-right: 15px;
  border: solid 1px #fff;
  border-radius: 50%;
}
#connect-with-us #social-media-links li:last-of-type {
  margin-right: 0;
}
#connect-with-us #social-media-links li a {
  position: relative;
  display: block;
  padding: 15px;
}
#connect-with-us #social-media-links li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#connect-with-us p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
#connect-with-us p a {
  color: #fff;
  font-weight: bold;
}
#connect-with-us p a:hover {
  color: #f28a2b;
}
@media screen and (min-width: 798px) {
  #connect-with-us {
    padding: 150px 0;
  }
  #connect-with-us .site-section-header {
    margin-bottom: 70px;
  }
  #connect-with-us h4 {
    font-size: 32px;
    line-height: 39px;
    font-size: 3.2rem;
    line-height: 3.9rem;
    margin-bottom: 30px;
  }
  #connect-with-us #social-media-links {
    margin-bottom: 30px;
  }
  #connect-with-us #social-media-links li {
    margin-right: 30px;
  }
  #connect-with-us #social-media-links li a {
    padding: 40px;
  }
  #connect-with-us #social-media-links li a i {
    font-size: 30px;
    line-height: 30px;
    font-size: 3rem;
    line-height: 3rem;
  }
  #connect-with-us p {
    font-size: 26px;
    line-height: 30px;
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

.film-section {
  position: relative;
  background: #000;
  height: 100vh;
}
.film-section .film-section-background-wrap, .film-section .film-section-background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.film-section .film-content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.film-section .film-content-wrap .buttons {
  list-style-type: none;
  text-align: center;
}
.film-section .film-content-wrap .buttons li {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.film-section .film-content-wrap .buttons li:last-of-type {
  margin-bottom: 0;
}
.film-section .film-content-wrap .film-logo {
  margin: auto auto 30px auto;
}
.film-section .film-content-wrap .film-caption {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.film-section .film-content-wrap .film-caption h2 {
  font-size: 30px;
  line-height: 38px;
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.film-section .film-content-wrap .film-caption p {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 34px;
  font-size: 2.8rem;
  line-height: 3.4rem;
}
.film-section .film-content-wrap .film-caption .quotes span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
  font-style: italic;
  margin-bottom: 10px;
}
.film-section .film-content-wrap .film-caption .quotes span .quote-source {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 798px) {
  .film-section .film-content-wrap .film-logo {
    width: 350px;
  }
  .film-section .film-content-wrap .film-caption {
    font-size: 36px;
    line-height: 40px;
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .film-section .film-content-wrap .buttons li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 30px;
  }
  .film-section .film-content-wrap .buttons li:last-of-type {
    margin-right: 0;
  }
}

#endowhat-film .film-caption p {
  margin-bottom: 25px;
}
#endowhat-film .film-caption h2 {
  font-family: clarendon-urw, serif !important;
  font-weight: 500;
  font-size: 60px;
  line-height: 64px;
  font-size: 6rem;
  line-height: 6.4rem;
}
@media screen and (min-width: 798px) {
  #endowhat-film .film-caption h2 {
    font-size: 70px;
    line-height: 74px;
    font-size: 7rem;
    line-height: 7.4rem;
  }
}

@media screen and (min-width: 798px) {
  #endowhat .film-logo {
    width: 300px;
  }
}
@media screen and (min-width: 798px) {
  #endowhat {
    padding: 160px 0;
  }
  #endowhat .film-logo {
    margin-bottom: 50px;
  }
  #endowhat .film-caption {
    margin-bottom: 65px;
  }
}

#shannon-cohn h2 {
  font-family: clarendon-urw, serif !important;
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  font-size: 4rem;
  line-height: 4.4rem;
}
#shannon-cohn .btn.orange, #shannon-cohn .orange.btn-secondary {
  width: auto;
}
@media screen and (min-width: 798px) {
  #shannon-cohn {
    padding: 0;
  }
  #shannon-cohn h2 {
    font-size: 55px;
    line-height: 60px;
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #shannon-cohn h2 {
    font-size: 60px;
    line-height: 64px;
    font-size: 6rem;
    line-height: 6.4rem;
  }
}

/* Specific Pages */
#frontpage #introduction h3, #frontpage #introduction .site-section-header {
  text-align: center;
}

.intro .site-section-header {
  margin-bottom: 30px;
}
@media screen and (min-width: 798px) {
  .intro.bold-content h3:not(.learn-more-header) {
    font-size: 35px;
    line-height: 39px;
  }
}
.intro.bold-content p {
  font-weight: 700;
  text-align: center;
  font-size: 21px !important;
  line-height: 28px !important;
}

.bkg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
}
@media screen and (min-width: 798px) {
  .bkg-img {
    transform: scale(1);
  }
}

.sidebar-page-layout-grid {
  display: grid;
  grid-gap: 50px;
}
@media screen and (min-width: 750px) {
  .sidebar-page-layout-grid {
    grid-template-columns: 2fr 1fr;
  }
}
.sidebar-page-layout-grid h3 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 39px;
  font-size: 3.6rem;
  line-height: 3.9rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 50px;
}
.sidebar-page-layout-grid p {
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
}

.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
}
.overlay.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: click;
}

.close-popup-bkg {
  height: 80px;
  top: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  position: fixed;
  z-index: 998;
}

.close-popup {
  font-size: 30px;
  position: fixed;
  top: 20px;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 999;
  color: #000000;
  display: block;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
}
.close-popup:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
}

.post-image {
  margin: 0 auto 30px;
}

.entry-title a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #EC3C4F;
}
.entry-title a:visited {
  color: #EC3C4F;
}
.entry-title:hover a {
  color: #b11122;
}

article.post {
  position: relative;
  margin-bottom: 60px;
}
article.post:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  height: 1px;
  width: 200px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 798px) {
  article.post {
    margin-bottom: 0;
  }
  article.post:after {
    display: none;
  }
}

.read-more-link {
  color: #EC3C4F;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
}
.read-more-link i, .read-more-link svg {
  position: absolute;
  top: 50%;
  right: -10px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.read-more-link:hover {
  color: #b11122;
}
.read-more-link:hover i, .read-more-link:hover svg {
  right: -20px;
}

.cft-pagination {
  margin: 30px 0 0;
}
.cft-pagination ul {
  list-style-type: none;
  text-align: center;
}
.cft-pagination ul li {
  display: inline-block;
  padding: 15px;
  background: #EC3C4F;
  position: relative;
  border: solid 1px #EC3C4F;
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cft-pagination ul li:last-of-type {
  margin-right: 0;
}
.cft-pagination ul li a {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
}
.cft-pagination ul li:hover {
  background: #fff;
}
.cft-pagination ul li:hover a {
  color: #EC3C4F;
}
.cft-pagination ul li.active {
  background: #fff;
}
.cft-pagination ul li.active a {
  color: #EC3C4F;
}

.claredon {
  font-family: clarendon-urw, serif;
  font-weight: 300 !important;
}

@media screen and (min-width: 798px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

body.blog .post-image {
  margin-bottom: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
body.blog .entry-title {
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #EC3C4F;
  font-weight: bold;
  margin-bottom: 0;
}
body.blog time {
  text-transform: uppercase;
  color: #777;
  font-size: 18px;
  line-height: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

#the-deep-dive .btn, #the-deep-dive .btn-secondary {
  display: block;
  margin: 30px auto 0;
  font-weight: bold;
}
@media screen and (min-width: 798px) {
  #the-deep-dive .btn, #the-deep-dive .btn-secondary {
    margin: 60px auto 0;
  }
}
#the-deep-dive #blog-links a:hover .entry-title {
  color: #b11122;
}
#the-deep-dive #blog-links img {
  margin: 0 auto 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#the-deep-dive #blog-links .entry-title {
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #EC3C4F;
  font-weight: bold;
  margin-bottom: 0;
}
#the-deep-dive #blog-links time {
  text-transform: uppercase;
  color: #777;
  font-size: 18px;
  line-height: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.video-grid {
  grid-template-columns: 1fr 1fr;
}

.below-the-belt-title {
  max-width: 400px;
  margin: auto;
  text-align: center;
}
.below-the-belt-title h2 {
  font-family: clarendon-urw, serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-size: 5rem;
  line-height: 5.6rem;
  margin-bottom: 10px !important;
  letter-spacing: 15px;
}
.below-the-belt-title h2:nth-of-type(2) {
  font-size: 54px !important;
  line-height: 58px !important;
}
.hero-caption .below-the-belt-title h2 {
  letter-spacing: 10px;
}
@media screen and (min-width: 798px) {
  .below-the-belt-title h2 {
    font-size: 70px;
    line-height: 74px;
    font-size: 7rem;
    line-height: 7.4rem;
  }
  .below-the-belt-title h2:nth-of-type(2) {
    font-size: 60px !important;
    line-height: 64px !important;
  }
}

#who-we-are .content-feed {
  background: #FFDBC8;
}
@media screen and (min-width: 798px) {
  #who-we-are .content-feed .content-feed-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
#who-we-are .team-roster section {
  margin-bottom: 30px;
}
#who-we-are .team-roster section:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 798px) {
  #who-we-are .team-roster section {
    margin-bottom: 60px;
  }
}
#who-we-are .team-roster .site-section-header {
  margin-bottom: 50px;
}
#who-we-are .team-roster .member-image {
  margin: 0 auto 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#who-we-are .team-roster .member-name {
  color: #EC3C4F;
  font-weight: bold;
  font-size: 29px;
  line-height: 33px;
  font-size: 2.9rem;
  line-height: 3.3rem;
  margin-bottom: 5px;
  text-align: center;
}
#who-we-are .team-roster .member-title {
  font-size: 24px;
  line-height: 29px;
  font-size: 2.4rem;
  line-height: 2.9rem;
  text-align: center;
  margin-bottom: 0;
}
#who-we-are .team-roster .roster-grid {
  padding-bottom: 30px;
  border-bottom: solid 1px #121212;
}
@media screen and (min-width: 798px) {
  #who-we-are .team-roster .roster-grid {
    padding-bottom: 60px;
    grid-gap: 110px;
    grid-template-columns: repeat(3, 1fr);
  }
}
#who-we-are .roster-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  overflow-y: auto;
  background: #EC3C4F;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#who-we-are .roster-overlay.visible {
  opacity: 0.95;
  visibility: visible;
}
#who-we-are .roster-overlay .roster-overlay-content-wrapper {
  position: absolute;
  top: 80px;
  left: 30px;
  right: 30px;
  color: #fff;
}
#who-we-are .roster-overlay .roster-overlay-content-wrapper .roster-overlay-name {
  font-size: 29px;
  line-height: 33px;
  font-size: 2.9rem;
  line-height: 3.3rem;
  font-weight: bold;
}
#who-we-are .roster-overlay .roster-overlay-content-wrapper .roster-overlay-title {
  font-size: 24px;
  line-height: 29px;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-bottom: 30px;
}
#who-we-are .roster-overlay .roster-overlay-content-wrapper .roster-overlay-bio {
  font-size: 18px;
  line-height: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
#who-we-are .roster-overlay .roster-overlay-content-wrapper .roster-overlay-closer {
  position: absolute;
  top: 0;
  right: 0;
}
#who-we-are .roster-overlay .roster-overlay-content-wrapper .roster-overlay-closer i, #who-we-are .roster-overlay .roster-overlay-content-wrapper .roster-overlay-closer svg {
  font-size: 29px;
  line-height: 33px;
  font-size: 2.9rem;
  line-height: 3.3rem;
}
@media screen and (min-width: 798px) {
  #who-we-are .roster-overlay .roster-overlay-content-wrapper {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#who-we-are .partner-logos-grid {
  grid-template-columns: repeat(3, 1fr);
}
#who-we-are .partner-logos-grid .grid-item {
  justify-self: center;
  align-self: center;
}
@media screen and (min-width: 798px) {
  #who-we-are .partner-logos-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 110px;
  }
}

.expander {
  position: relative;
  margin-top: 30px;
}
.expander:after {
  position: absolute;
  content: "";
  background: #dedede;
  left: 0;
  right: 0;
  height: 1px;
  bottom: -15px;
}
@media screen and (min-width: 800px) {
  .expander {
    margin-top: 50px;
  }
  .expander:after {
    bottom: -25px;
  }
}

.expander-title {
  position: relative;
  font-weight: bold;
  padding-right: 15px;
}
.expander-title i, .expander-title svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f28a2b;
}
.expander-title.open i, .expander-title.open svg {
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.expander-content {
  display: none;
}

@media screen and (min-width: 798px) {
  .split-page-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1100px) {
  .split-page-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.quote-section {
  background: #EC3C4F;
  text-align: center;
  color: #fff;
  padding: 70px 0;
}
@media screen and (min-width: 798px) {
  .quote-section {
    padding: 140px 0;
  }
}
.quote-section .site-section-header {
  margin-bottom: 30px;
}
@media screen and (min-width: 798px) {
  .quote-section .site-section-header {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 38px;
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
}
.quote-section .quote-source {
  font-style: italic;
  margin-bottom: 0;
  font-family: clarendon-urw, serif !important;
}
@media screen and (min-width: 798px) {
  .quote-section .quote-source {
    font-size: 26px;
    line-height: 30px;
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

#action .content-text {
  margin: 30px 0;
}
@media screen and (min-width: 798px) {
  #action .content-text {
    margin: 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  #action .content-text {
    margin: 70px 0;
  }
}

.more-work {
  background-color: #faedde;
}

.learn-more-header {
  text-align: center;
  margin: 0 0 45px;
  font-family: clarendon-urw, serif !important;
  font-weight: 500;
}
@media screen and (min-width: 798px) {
  .learn-more-header {
    font-size: 30px;
    line-height: 36px;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

.image-links-grid {
  margin-top: 30px;
}
.image-links-grid .cft-gi:not(:last-of-type) {
  padding-bottom: 30px;
}
@media screen and (min-width: 798px) {
  .image-links-grid .cft-gi {
    width: 33.3333%;
  }
  .image-links-grid .cft-gi:not(:last-of-type) {
    padding-bottom: 0;
  }
}

.nomaxwidth {
  max-width: none !important;
}

img.smallthumb {
  width: 130px;
}

body.page-template-template-films {
  padding-top: 100vh;
}

.page-template-template-films #hero {
  height: 100vh;
}

.quotes-grid {
  display: none;
}
@media screen and (min-width: 798px) {
  .quotes-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    margin-bottom: 50px;
  }
}
.quotes-grid .quote {
  position: relative;
}
.quotes-grid blockquote {
  color: #fff;
  border: none;
  margin: 0;
  padding: 0;
}
.quotes-grid cite img {
  margin: auto;
}

.frontpage-buttons-grid {
  margin-top: 50px;
}
.frontpage-buttons-grid .btn, .frontpage-buttons-grid .btn-secondary {
  width: 250px;
}
@media screen and (min-width: 900px) {
  .frontpage-buttons-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 50px;
  }
}

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