body {
  font-family: helvetica, arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  color: #666666; }

h1 {
  font-size: 3.5em;
  margin-bottom: 0;
  font-family: 'VAGRounded-Light', sans-serif;
  font-weight: normal;
  color: #1A1A1a; }

h2 {
  font-size: 2.7em;
  margin-bottom: 0;
  font-family: 'VAGRounded-Light', sans-serif;
  font-weight: normal;
  color: #1A1A1a; }

h3 {
  font-size: 2.2em;
  margin-bottom: 1em;
  font-family: 'VAGRounded-Light', sans-serif;
  font-weight: normal;
  color: #1A1A1a; }

h4 {
  font-size: 2em;
  margin-bottom: 1em;
  font-family: 'VAGRounded-Light', sans-serif;
  font-weight: normal; }

h5 {
  font-size: 1.5em;
  margin-bottom: 1em;
  font-family: 'VAGRounded-Light', sans-serif;
  font-weight: normal; }

@font-face {
  font-family: 'VAGRounded-Light';
  src: url("../assets/fonts/VAGRounded-Light.eot");
  src: url("../assets/fonts/VAGRounded-Light.eot#iefix") format("embedded-opentype"), url("../assets/fonts/VAGRounded-Light.woff") format("woff2"), url("../assets/fonts/VAGRounded-Light.woff") format("woff"), url("../assets/fonts/VAGRounded-Light.otf") format("opentype"), url("../assets/fonts/VAGRounded-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }

body {
  font-size: 14px;
  overflow-x: hidden;
  margin-top: 84px; }

a {
  text-decoration: none;
  color: #f2b632; }
  a:hover {
    color: #f2b632; }

input {
  max-width: 100%; }

.container {
  width: 86%;
  max-width: 720px; }

.home .container {
  max-width: 720px; }

@media (max-width: 400px) {
  .container {
    width: 100%; } }

.alignright {
  float: right;
  padding: 0 0 0.5em 1.2em; }

.alignleft {
  float: left;
  padding: 0 1.2em 0.5em 0; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2FFFFFF,endColorstr=#F2FFFFFF);
  zoom: 1; }

.down-arrow {
  height: 50px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../assets/images/down-arrow.png"); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .down-arrow {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../assets/images/down-arrow-2x.png");
      background-size: 38px 9px; } }

.section-title {
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 2.4em;
  margin-bottom: 0.6em; }

/********** Header **********/
#header {
  height: 84px;
  position: relative;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2); }
  #header .header-logo {
    display: inline-block;
    padding: 20px 0 0 20px; }
    #header .header-logo .logo-strap {
      width: 159px;
      height: 10px;
      vertical-align: top;
      margin-top: 46px;
      padding-left: 6px; }
  #header #nav {
    float: right;
    margin-top: 10px; }
    #header #nav .burger {
      display: none;
      width: 21px;
      height: 14px;
      padding: 25px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../assets/images/burger.png"); }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #header #nav .burger {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../assets/images/burger-2x.png");
          background-size: 21px 14px; } }
    #header #nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      padding-right: 40px; }
      #header #nav ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
        float: left; }
        #header #nav ul li a {
          display: block;
          color: #999999;
          padding: 16px 10px 14px;
          font-size: 1em;
          line-height: 30px;
          text-transform: uppercase;
          font-family: 'VAGRounded-Light', sans-serif;
          letter-spacing: 3px;
          transition: 1s; }
          #header #nav ul li a span {
            border-bottom: 2px solid white;
            display: block;
            transition: 0.3s; }
          #header #nav ul li a:hover {
            color: #1A1A1A; }
            #header #nav ul li a:hover span {
              border-bottom: 2px solid #1A1A1A; }
        #header #nav ul li.nav-item-social a {
          background-repeat: no-repeat;
          background-position: center;
          padding: 20px 10px; }
        #header #nav ul li.nav-item--twitter a {
          width: 17px;
          height: 14px;
          padding-top: 22px;
          margin-left: 10px;
          background-image: url("../assets/images/twitter-nav.png"); }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #header #nav ul li.nav-item--twitter a {
              /* on retina, use image that's scaled by 2 */
              background-image: url("../assets/images/twitter-nav-2x.png");
              background-size: 17px 14px; } }
        #header #nav ul li.nav-item--facebook a {
          width: 9px;
          height: 19px;
          background-image: url("../assets/images/facebook-nav.png"); }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #header #nav ul li.nav-item--facebook a {
              /* on retina, use image that's scaled by 2 */
              background-image: url("../assets/images/facebook-nav-2x.png");
              background-size: 9px 19px; } }
        #header #nav ul li.nav-item--instagram a {
          width: 20px;
          height: 20px;
          background-image: url("../assets/images/instagram-nav.png"); }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            #header #nav ul li.nav-item--instagram a {
              /* on retina, use image that's scaled by 2 */
              background-image: url("../assets/images/instagram-nav-2x.png");
              background-size: 20px 20px; } }

.home #header #nav ul li.nav-item--Home a {
  color: #1A1A1A; }

.home #header #nav ul li.nav-item--Home a span {
  border-bottom: 2px solid #1A1A1A; }

.page-template-who-we-are #header #nav ul li.nav-item--Who a {
  color: #1A1A1A; }

.page-template-who-we-are #header #nav ul li.nav-item--Who a span {
  border-bottom: 2px solid #1A1A1A; }

.page-template-productions #header #nav ul li.nav-item--Productions a {
  color: #1A1A1A; }

.page-template-productions #header #nav ul li.nav-item--Productions a span {
  border-bottom: 2px solid #1A1A1A; }

.page-template-news #header #nav ul li.nav-item--News a {
  color: #1A1A1A; }

.page-template-news #header #nav ul li.nav-item--News a span {
  border-bottom: 2px solid #1A1A1A; }

/********** Search **********/
#search {
  position: relative;
  border: 1px solid #d1d1d1;
  overflow: hidden;
  height: 38px;
  margin: 1em 0; }
  #search input[type="text"] {
    float: left;
    border-radius: 0;
    border: none;
    margin: 0;
    width: 100%;
    padding: 6px;
    padding-right: 48px;
    box-sizing: border-box; }
  #search input[type="submit"] {
    text-indent: -9999px;
    background: url("../assets/images/search.svg") no-repeat center;
    border: none;
    padding: 16px 19px;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 38px;
    position: absolute;
    border-left: 1px solid #d2d2d2;
    border-radius: 0; }

/********** ROLLUP **********/
.rollup .rollup-image {
  width: 100%;
  position: relative; }
  .rollup .rollup-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .rollup .rollup-image > .ratio-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .rollup .rollup-image .ratio-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(https://eustonfilms.tv/wp-default/wp-content/themes/default/vendor/backgroundsize.min.htc); }

.rollup .rollup-content {
  margin: 10px 0; }
  .rollup .rollup-content h3 {
    font-size: 2em;
    margin: 0; }
  .rollup .rollup-content p {
    color: #333; }

/********** MASTHEAD **********/
.masthead {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .masthead:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 30%; }
  .masthead > .ratio-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .masthead .ratio-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(https://eustonfilms.tv/wp-default/wp-content/themes/default/vendor/backgroundsize.min.htc); }
  .masthead .readmore-container {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 10; }
    .masthead .readmore-container .readmore {
      font-family: 'VAGRounded-Light', sans-serif;
      bottom: 30px;
      display: inline-block;
      color: white;
      text-transform: uppercase;
      letter-spacing: 3px;
      border: 1px solid white;
      padding: 8px 10px 4px;
      border-radius: 6px;
      background-color: transparent;
      background-color: rgba(26, 26, 26, 0.4);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#661A1A1A,endColorstr=#661A1A1A);
      zoom: 1; }
  .masthead.masthead--video {
    background-color: black; }
    .masthead.masthead--video .item {
      position: absolute;
      top: -5%;
      left: -5%;
      width: 110%;
      height: 110%; }
      .masthead.masthead--video .item video {
        max-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        min-height: 50%;
        min-width: 50%; }
  .masthead .masthead-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    background-size: cover;
    background-position: center;
    background-image: url("https://eustonfilms.tv/wp-content/themes/euston/assets/images/play.svg");
    opacity: 0.6;
    cursor: pointer; }
  .masthead .masthead-video {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    background: black; }
    .masthead .masthead-video .mejs-mediaelement {
      text-align: center; }
    .masthead .masthead-video .mejs-container {
      max-height: 100%;
      background: none; }
    .masthead .masthead-video video {
      width: 100% !important;
      height: 100% !important;
      max-width: 100% !important;
      max-height: 100% !important; }
    .masthead .masthead-video .mejs-control,
    .masthead .masthead-video .mejs-controls,
    .masthead .masthead-video .mejs-overlay-button,
    .masthead .masthead-video .mejs-layers {
      display: none !important; }
  .masthead .masthead-video-controls {
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 100; }
  .masthead .masthead-video-controls a {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(https://eustonfilms.tv/wp-default/wp-content/themes/default/vendor/backgroundsize.min.htc);
    background-image: url("https://eustonfilms.tv/wp-content/themes/euston/assets/images/close.svg");
    width: 30px;
    height: 30px;
    text-indent: 1000px;
    cursor: pointer; }
  .masthead .masthead-hype, .masthead .masthead-hype > div {
    width: 100% !important;
    height: 100% !important; }
  .masthead .production-header {
    width: 320px;
    max-width: 100%;
    position: absolute;
    right: 10%;
    top: 10%;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
    zoom: 1;
    z-index: 10; }
    .masthead .production-header .to-productions {
      display: block;
      background: white;
      color: #999;
      text-transform: uppercase;
      padding: 2px 20px;
      letter-spacing: 2px;
      font-family: 'VAGRounded-Light', sans-serif; }
    .masthead .production-header .rollup-content {
      padding: 20px 20px 0; }
      .masthead .production-header .rollup-content .title {
        font-family: 'VAGRounded-Light', sans-serif;
        text-transform: uppercase;
        letter-spacing: 10px;
        font-size: 2.4em;
        margin-bottom: 0.6em; }
      .masthead .production-header .rollup-content p {
        margin-bottom: 0; }
      .masthead .production-header .rollup-content img {
        width: 100%;
        padding: 5px 0 10px; }

.home .masthead .masthead-video .mejs-mediaelement {
  top: 0; }

.home .masthead .masthead-video .mejs-container {
  max-height: 100%;
  background: none; }

.home .masthead .masthead-video video {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100% !important;
  height: auto !important;
  max-height: initial !important; }

.masthead-carousel {
  position: relative; }
  .masthead-carousel .owl-nav div {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    margin-top: -19px;
    width: 20px;
    height: 38px;
    text-indent: -99999px;
    z-index: 200; }
  .masthead-carousel .owl-nav .owl-prev {
    left: 20px;
    background-image: url("../assets/images/left-arrow_white.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .masthead-carousel .owl-nav .owl-prev {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../assets/images/left-arrow_white-2x.png");
        background-size: 20px 38px; } }
  .masthead-carousel .owl-nav .owl-next {
    right: 20px;
    background-image: url("../assets/images/right-arrow_white.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .masthead-carousel .owl-nav .owl-next {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../assets/images/right-arrow_white-2x.png");
        background-size: 20px 38px; } }
  .masthead-carousel .owl-nav .disabled {
    display: none; }

/********** ARTICLE **********/
.article-body {
  margin-top: 30px; }

.container--article {
  margin: 3em auto; }

.article-content .article-body {
  width: 86%;
  max-width: 960px;
  margin: 0 auto; }
  .article-content .article-body.article-body-narrow_centered .article-body-maincontent {
    float: none;
    margin: 0 auto; }
  .article-content .article-body.article-body-image_slider .image-slider {
    position: relative;
    margin: 40px 0; }
    .article-content .article-body.article-body-image_slider .image-slider .owl-nav {
      position: absolute;
      right: -60px;
      bottom: 0;
      height: 160px;
      background: #ccc;
      width: 60px; }
      .article-content .article-body.article-body-image_slider .image-slider .owl-nav div {
        background: #ccc url(../assets/images/icon-hero-arrow.png);
        background-repeat: no-repeat;
        -webkit-transition: background-color 150ms ease-out;
        transition: background-color 150ms ease-out;
        height: 50%;
        width: 60px;
        z-index: 10;
        text-indent: -9999px;
        cursor: pointer;
        display: inline-block;
        position: absolute; }
      .article-content .article-body.article-body-image_slider .image-slider .owl-nav .owl-prev {
        background-position: 0px -10px;
        bottom: 0; }
        .article-content .article-body.article-body-image_slider .image-slider .owl-nav .owl-prev:hover {
          background-color: #1A1A1A; }
      .article-content .article-body.article-body-image_slider .image-slider .owl-nav .owl-next {
        background-position: 0 -108px;
        top: 0;
        border-bottom: 1px solid white; }
        .article-content .article-body.article-body-image_slider .image-slider .owl-nav .owl-next:hover {
          background-color: #1A1A1A; }
    .article-content .article-body.article-body-image_slider .image-slider .image {
      height: 240px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -ms-behavior: url(https://eustonfilms.tv/wp-default/wp-content/themes/default/vendor/backgroundsize.min.htc); }

.bg-colour {
  padding: 50px 0 25px 0; }
  .bg-colour.bg-colour--light-grey-bg {
    background-color: #b5b5b7; }
  .bg-colour.bg-colour--dark-grey-bg {
    background-color: #677077;
    color: white; }
  .bg-colour.bg-colour--yellow-bg {
    background-color: #f2b632;
    color: white; }
  .bg-colour.bg-colour--blue-bg {
    background-color: #252839;
    color: white; }

.section-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(https://eustonfilms.tv/wp-default/wp-content/themes/default/vendor/backgroundsize.min.htc); }

/********** SIBLING NAV **********/
.article-sibling {
  box-sizing: border-box;
  position: fixed;
  top: 25%;
  padding: 10px;
  z-index: 1000;
  background: #333;
  width: 250px;
  transition: 0.3s; }
  .article-sibling .article-sibling-tab {
    position: absolute;
    top: 0;
    width: 30px;
    height: 40px;
    background: #eee;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
  .article-sibling.article-sibling--before {
    left: -250px; }
    .article-sibling.article-sibling--before:hover {
      left: 0; }
    .article-sibling.article-sibling--before .article-sibling-tab {
      right: -30px;
      background-image: url("https://eustonfilms.tv/wp-content/themes/euston/assets/images/chevron-left.svg"); }
  .article-sibling.article-sibling--after {
    right: -250px; }
    .article-sibling.article-sibling--after:hover {
      right: 0; }
    .article-sibling.article-sibling--after .article-sibling-tab {
      left: -30px;
      background-image: url("https://eustonfilms.tv/wp-content/themes/euston/assets/images/chevron-right.svg"); }
  .article-sibling .article-sibling-content a {
    color: white; }
  .article-sibling .article-sibling-content h3 {
    font-size: 2.2rem;
    letter-spacing: 1px;
    margin: 0.5em 0; }
  .article-sibling .article-sibling-content p:last-child {
    margin-bottom: 0;
    color: white; }

#footer {
  margin: 40px 0;
  text-align: center;
  color: #999; }
  #footer .divide {
    width: 241px;
    height: 27px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../assets/images/divider.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      #footer .divide {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../assets/images/divider-2x.png");
        background-size: 241px 27px; } }
  #footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    #footer ul li {
      display: inline-block; }
      #footer ul li a {
        display: block;
        color: #999;
        padding: 25px 10px 10px;
        text-transform: uppercase;
        font-size: 0.8em; }
  #footer .footer-logo {
    width: 163px;
    height: 40px;
    display: block;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../assets/images/fm-logo.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      #footer .footer-logo {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../assets/images/fm-logo-2x.png");
        background-size: 163px 40px; } }

.page-template-who-we-are .section-title {
  margin-top: 50px; }

.page-template-who-we-are .sectors .sector .sector-details {
  text-indent: -99999px;
  border-top: 1px solid #999999;
  margin-top: 80px; }
  .page-template-who-we-are .sectors .sector .sector-details .sector-icon {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -50px;
    border: 10px solid white;
    background-color: white; }

.page-template-who-we-are .sectors .sector .our-team {
  margin: 0 -40px 0 -40px; }
  .page-template-who-we-are .sectors .sector .our-team .our-team-person {
    display: block;
    padding: 10px 40px;
    text-align: center; }
    .page-template-who-we-are .sectors .sector .our-team .our-team-person .our-team-person--image {
      width: 100%;
      max-width: 200px;
      margin: 0 auto 12px;
      position: relative; }
      .page-template-who-we-are .sectors .sector .our-team .our-team-person .our-team-person--image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .page-template-who-we-are .sectors .sector .our-team .our-team-person .our-team-person--image > .ratio-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .page-template-who-we-are .sectors .sector .our-team .our-team-person .our-team-person--image .ratio-container {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -ms-behavior: url(https://eustonfilms.tv/wp-default/wp-content/themes/default/vendor/backgroundsize.min.htc); }
    .page-template-who-we-are .sectors .sector .our-team .our-team-person h4 {
      color: #1A1A1A;
      text-transform: uppercase;
      letter-spacing: 4px;
      font-size: 1.2em; }
    .page-template-who-we-are .sectors .sector .our-team .our-team-person .job-title {
      color: #999;
      padding: 0 40px; }
    .page-template-who-we-are .sectors .sector .our-team .our-team-person .more-popup {
      font-family: 'VAGRounded-Light', sans-serif;
      display: inline-block;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 3px;
      border: 2px solid #999;
      padding: 4px 15px 2px;
      border-radius: 6px;
      font-size: 0.9em;
      zoom: 1; }

.page-template-who-we-are .our-team-popup {
  display: none;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 50%;
  margin-left: -360px;
  width: 720px;
  max-width: 100%;
  z-index: 100; }
  .page-template-who-we-are .our-team-popup .our-team-content {
    padding: 20px;
    background: white; }
  .page-template-who-we-are .our-team-popup .close {
    font-family: 'VAGRounded-Light', sans-serif;
    display: block;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 2px solid #999;
    padding: 4px 15px 2px;
    border-radius: 4px;
    font-size: 0.9em;
    zoom: 1;
    text-align: center;
    width: 60px;
    margin: 0 auto 20px; }
  .page-template-who-we-are .our-team-popup .our-team-main-image {
    width: 100%;
    margin-bottom: 12px;
    position: relative; }
    .page-template-who-we-are .our-team-popup .our-team-main-image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 50%; }
    .page-template-who-we-are .our-team-popup .our-team-main-image > .ratio-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .page-template-who-we-are .our-team-popup .our-team-main-image .ratio-container {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -ms-behavior: url(https://eustonfilms.tv/wp-default/wp-content/themes/default/vendor/backgroundsize.min.htc); }
  .page-template-who-we-are .our-team-popup h3 {
    letter-spacing: 4px;
    color: #1A1A1A;
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 10px; }
  .page-template-who-we-are .our-team-popup h4 {
    color: #999;
    font-size: 1.3em;
    font-family: helvetica, arial, sans-serif; }
  .page-template-who-we-are .our-team-popup p {
    color: #999; }

.page-template-productions .container {
  max-width: 720px; }

.page-template-productions .productions {
  position: relative; }
  .page-template-productions .productions .production-rollup {
    text-align: center;
    display: block; }
    .page-template-productions .productions .production-rollup:hover .ratio-container {
      transform: scale3d(1.1, 1.1, 1.1); }
    .page-template-productions .productions .production-rollup .production-rollup--image {
      width: 100%;
      overflow: hidden;
      margin-bottom: 12px;
      position: relative; }
      .page-template-productions .productions .production-rollup .production-rollup--image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .page-template-productions .productions .production-rollup .production-rollup--image > .ratio-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .page-template-productions .productions .production-rollup .production-rollup--image .ratio-container {
        transition: 0.3s;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -ms-behavior: url(https://eustonfilms.tv/wp-default/wp-content/themes/default/vendor/backgroundsize.min.htc); }
    .page-template-productions .productions .production-rollup .production-rollup--title {
      text-transform: uppercase;
      letter-spacing: 4px;
      font-size: 1.2em;
      margin-bottom: 0.4em;
      color: #1A1A1A; }
    .page-template-productions .productions .production-rollup .read-more {
      font-family: 'VAGRounded-Light', sans-serif;
      display: inline-block;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 3px;
      border: 2px solid #999;
      padding: 4px 15px 2px;
      border-radius: 6px;
      font-size: 0.9em;
      zoom: 1; }
  .page-template-productions .productions .owl-nav div {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    margin-top: -50px;
    width: 20px;
    height: 38px;
    text-indent: -99999px; }
  .page-template-productions .productions .owl-nav .owl-prev {
    left: -50px;
    background-image: url("../assets/images/left-arrow_black.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .page-template-productions .productions .owl-nav .owl-prev {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../assets/images/left-arrow_black-2x.png");
        background-size: 20px 38px; } }
  .page-template-productions .productions .owl-nav .owl-next {
    right: -50px;
    background-image: url("../assets/images/right-arrow_black.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .page-template-productions .productions .owl-nav .owl-next {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../assets/images/right-arrow_black-2x.png");
        background-size: 20px 38px; } }

.page-template-productions .page-divide {
  background: #1A1A1A;
  padding: 20px 0;
  margin: 40px 0; }
  .page-template-productions .page-divide .divide-title {
    font-size: 1.4em;
    text-transform: uppercase;
    color: white;
    letter-spacing: 4px; }
  .page-template-productions .page-divide p {
    color: #999; }
  .page-template-productions .page-divide .logos img {
    padding-right: 40px;
    float: left;
    height: 45px;
    margin-bottom: 10px; }

.page-child .article-header {
  margin-top: 40px;
  overflow: hidden; }
  .page-child .article-header .section-title {
    float: left; }
  .page-child .article-header .social-share {
    float: right;
    text-align: right; }
    .page-child .article-header .social-share .social-share-icons {
      float: right;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .page-child .article-header .social-share .social-share-icons li {
        color: #666;
        float: left;
        display: inline-block;
        margin: 0;
        vertical-align: middle; }
        .page-child .article-header .social-share .social-share-icons li a {
          display: block;
          height: 20px; }
        .page-child .article-header .social-share .social-share-icons li.nav-item-social a {
          background-repeat: no-repeat;
          background-position: center;
          padding: 0 10px; }
        .page-child .article-header .social-share .social-share-icons li.nav-item--twitter a {
          width: 17px;
          height: 14px;
          margin-left: 10px;
          background-image: url("../assets/images/twitter-nav.png"); }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            .page-child .article-header .social-share .social-share-icons li.nav-item--twitter a {
              /* on retina, use image that's scaled by 2 */
              background-image: url("../assets/images/twitter-nav-2x.png");
              background-size: 17px 14px; } }
        .page-child .article-header .social-share .social-share-icons li.nav-item--facebook a {
          width: 9px;
          height: 19px;
          background-image: url("../assets/images/facebook-nav.png"); }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            .page-child .article-header .social-share .social-share-icons li.nav-item--facebook a {
              /* on retina, use image that's scaled by 2 */
              background-image: url("../assets/images/facebook-nav-2x.png");
              background-size: 9px 19px; } }
        .page-child .article-header .social-share .social-share-icons li.nav-item--instagram a {
          width: 20px;
          height: 20px;
          background-image: url("../assets/images/instagram-nav.png"); }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            .page-child .article-header .social-share .social-share-icons li.nav-item--instagram a {
              /* on retina, use image that's scaled by 2 */
              background-image: url("../assets/images/instagram-nav-2x.png");
              background-size: 20px 20px; } }
    .page-child .article-header .social-share .channels {
      float: right;
      margin: 0;
      padding: 0 10px;
      list-style-type: none; }
      .page-child .article-header .social-share .channels li {
        margin: 0;
        padding: 0;
        float: left;
        display: inline-block;
        padding-left: 10px; }
        .page-child .article-header .social-share .channels li:first-child {
          padding-left: 0; }
        .page-child .article-header .social-share .channels li img {
          height: 20px; }

.page-child .section {
  margin-bottom: 40px; }
  .page-child .section.section--quote {
    padding: 40px 0;
    background: #eee; }
    .page-child .section.section--quote .quote-image {
      float: left;
      margin-right: 20px;
      width: 200px;
      max-width: 100%; }
    .page-child .section.section--quote .quote-content {
      font-size: 22px; }
      .page-child .section.section--quote .quote-content .quote-caption {
        font-size: 14px;
        color: #999;
        margin-top: 40px; }
  .page-child .section.section--gallery .gallery-container {
    width: 100%;
    overflow: hidden; }
    .page-child .section.section--gallery .gallery-container .gallery-item {
      width: 33.33%;
      float: left;
      position: relative; }
      .page-child .section.section--gallery .gallery-container .gallery-item:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      .page-child .section.section--gallery .gallery-container .gallery-item > .ratio-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .page-child .section.section--gallery .gallery-container .gallery-item .ratio-container {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -ms-behavior: url(https://eustonfilms.tv/wp-default/wp-content/themes/default/vendor/backgroundsize.min.htc); }
      .page-child .section.section--gallery .gallery-container .gallery-item:first-child {
        width: 66.65%; }

.page-template-news h1.title {
  height: 150px;
  line-height: 150px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px; }

.news-article .news-title {
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  margin-bottom: 30px; }

.news-article .masthead {
  margin-bottom: 40px;
  position: relative; }
  .news-article .masthead:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%; }
  .news-article .masthead > .ratio-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.news-article .article-content {
  height: 66px;
  overflow: hidden;
  position: relative; }
  .news-article .article-content .article-content-shadow {
    -webkit-box-shadow: inset 0px -15px 10px 0px #fff;
    -moz-box-shadow: inset 0px -15px 10px 0px #fff;
    box-shadow: inset 0px -15px 10px 0px #fff;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.news-article .news-header {
  overflow: hidden;
  margin-bottom: 20px; }
  .news-article .news-header .date {
    float: left;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 4px 0;
    font-weight: bold; }
  .news-article .news-header .social-share-icons {
    float: right;
    list-style-type: none; }
    .news-article .news-header .social-share-icons li {
      color: #666;
      display: inline-block;
      margin: 0;
      padding: 0;
      vertical-align: middle; }
      .news-article .news-header .social-share-icons li a {
        display: block; }
      .news-article .news-header .social-share-icons li.nav-item-social a {
        background-repeat: no-repeat;
        background-position: center;
        padding: 0 10px; }
      .news-article .news-header .social-share-icons li.nav-item--twitter a {
        width: 18px;
        height: 20px;
        margin-left: 10px;
        background-image: url("../assets/images/share-twitter-logo.png"); }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .news-article .news-header .social-share-icons li.nav-item--twitter a {
            /* on retina, use image that's scaled by 2 */
            background-image: url("../assets/images/share-twitter-logo-2x.png");
            background-size: 18px 15px; } }
      .news-article .news-header .social-share-icons li.nav-item--facebook a {
        width: 10px;
        height: 20px;
        background-image: url("../assets/images/share-facebook-logo.png"); }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .news-article .news-header .social-share-icons li.nav-item--facebook a {
            /* on retina, use image that's scaled by 2 */
            background-image: url("../assets/images/share-facebook-logo-2x.png");
            background-size: 10px 20px; } }

.news-article .reveal {
  text-align: center;
  padding: 40px 0; }
  .news-article .reveal .read-more {
    font-family: 'VAGRounded-Light', sans-serif;
    display: inline-block;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 2px solid #999;
    padding: 4px 15px 2px;
    border-radius: 6px;
    font-size: 0.9em;
    zoom: 1;
    margin-bottom: 40px; }
  .news-article .reveal .divide {
    width: 241px;
    height: 27px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../assets/images/divider.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .news-article .reveal .divide {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../assets/images/divider-2x.png");
        background-size: 241px 27px; } }

.page-template-contact .location {
  text-align: center;
  margin-bottom: 45px;
  margin: 0 auto 45px;
  float: none; }
  .page-template-contact .location img {
    max-width: 100%;
    height: auto; }
  .page-template-contact .location h3 {
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: 4px;
    margin: 5px 0 10px;
    color: #1A1A1A; }
  .page-template-contact .location p {
    color: #666;
    margin-bottom: 10px; }
  .page-template-contact .location a {
    font-family: 'VAGRounded-Light', sans-serif;
    display: inline-block;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 2px solid #999;
    padding: 4px 15px 2px;
    border-radius: 6px;
    font-size: 0.9em;
    zoom: 1; }

.page-template-contact .section-title {
  text-align: center; }

.social-feed-container {
  background: #e5e5e5;
  margin: 0 0 40px 0;
  padding: 20px 0 80px;
  position: relative; }
  .social-feed-container .container {
    max-width: 550px;
    position: static; }
  .social-feed-container .twitter-icon {
    width: 32px;
    height: 26px;
    margin: 10px auto 28px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../assets/images/news-twitter-logo.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-feed-container .twitter-icon {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../assets/images/news-twitter-logo-2x.png");
        background-size: 32px 26px; } }
  .social-feed-container .social-feed-item .social-feed-image {
    width: 40%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box; }
    .social-feed-container .social-feed-item .social-feed-image img {
      width: auto;
      max-height: 150px;
      max-width: 100%;
      margin: 0 auto; }
  .social-feed-container .social-feed-item .social-content {
    float: left;
    width: 60%; }
    .social-feed-container .social-feed-item .social-content .social-avatar {
      width: 40px;
      margin-bottom: 10px; }
      .social-feed-container .social-feed-item .social-content .social-avatar img {
        border-radius: 50%; }
    .social-feed-container .social-feed-item .social-content .social-full-name {
      color: #1A1A1A;
      font-weight: bold; }
    .social-feed-container .social-feed-item .social-content .social-tweet-container {
      color: #666;
      font-size: 15px;
      font-family: 'VAGRounded-Light', sans-serif; }
      .social-feed-container .social-feed-item .social-content .social-tweet-container a {
        color: #1A1A1A;
        font-weight: bold; }
    .social-feed-container .social-feed-item .social-content.social-content--full {
      width: 100%; }
  .social-feed-container .owl-nav div {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    margin-top: -19px;
    width: 20px;
    height: 38px;
    text-indent: -99999px; }
  .social-feed-container .owl-nav .owl-prev {
    left: -140px;
    background-image: url("../assets/images/left-arrow_white.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-feed-container .owl-nav .owl-prev {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../assets/images/left-arrow_white-2x.png");
        background-size: 20px 38px; } }
  .social-feed-container .owl-nav .owl-next {
    right: -140px;
    background-image: url("../assets/images/right-arrow_white.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-feed-container .owl-nav .owl-next {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../assets/images/right-arrow_white-2x.png");
        background-size: 20px 38px; } }
  .social-feed-container .owl-dots {
    position: absolute;
    bottom: -55px;
    text-align: center;
    width: 100%; }
    .social-feed-container .owl-dots .owl-dot {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: white;
      margin: 5px;
      display: inline-block; }
      .social-feed-container .owl-dots .owl-dot.active {
        background: #666; }

.single-post .news-article {
  padding-top: 40px; }
  .single-post .news-article .article-content {
    height: auto !important; }
  .single-post .news-article .masthead {
    position: relative; }
    .single-post .news-article .masthead:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 60%; }
    .single-post .news-article .masthead > .ratio-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.page-template-news #footer .divide {
  display: none; }

.static-content {
  padding-top: 40px; }
  .static-content .news-title {
    margin-bottom: 24px; }

.loader {
  display: none;
  background-image: url("../assets/images/spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  margin: 30px auto; }

.load-more {
  font-family: 'VAGRounded-Light', sans-serif;
  display: inline-block;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 2px solid #999;
  padding: 4px 15px 2px;
  border-radius: 6px;
  font-size: 0.9em;
  zoom: 1;
  margin: 30px; }
  .load-more:hover {
    color: #999; }

/********** UTILITIES **********/
.u-text-right {
  text-align: right; }

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

body {
  color: #333; }

@media (max-width: 1110px) {
  #header #nav .burger {
    display: block; }
  #header #nav ul {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    padding: 0;
    background: white;
    text-align: center; }
    #header #nav ul li {
      display: block;
      text-align: center;
      float: none; }
      #header #nav ul li a {
        line-height: 10px; }
        #header #nav ul li a span {
          display: none; }
      #header #nav ul li.nav-item-social {
        width: auto;
        display: inline-block; }
        #header #nav ul li.nav-item-social a {
          margin: 0; } }

@media (max-width: 860px) {
  .social-feed-container .owl-nav {
    display: none; } }

@media (max-width: 800px) {
  .page-template-who-we-are .our-team-popup {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    left: 0;
    padding: 20px; } }

@media (max-width: 770px) {
  .page-template-who-we-are .sectors .sector .our-team .our-team-person {
    padding: 10px; }
  .page-template-who-we-are .sectors .sector .our-team {
    margin: 0; }
  .page-template-productions .productions .owl-nav .owl-prev {
    left: -30px; }
  .page-template-productions .productions .owl-nav .owl-next {
    right: -30px; } }

@media (max-width: 550px) {
  #header .header-logo {
    padding: 10px; }
    #header .header-logo .logo-icon {
      width: 120px; }
    #header .header-logo .logo-strap {
      margin-top: 30px; }
  .social-feed-container .social-feed-item .social-feed-image {
    width: 100%;
    padding-right: 0; }
    .social-feed-container .social-feed-item .social-feed-image img {
      max-width: 100%;
      max-height: 100%;
      margin-bottom: 10px;
      display: none; }
  .social-feed-container .social-feed-item .social-content {
    width: 100%; }
  .home .masthead {
    position: relative; }
    .home .masthead:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .home .masthead > .ratio-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .masthead .production-header {
    bottom: 0;
    top: initial;
    width: 100%;
    left: 0;
    right: 0; }
  .page-child .article-header .social-share {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 20px; }
  .page-child .article-header .social-share .channels {
    float: left;
    padding: 0; }
  .masthead .production-header .rollup-content img {
    width: 70%;
    margin: 0 auto;
    display: block; }
  .page-child .section.section--quote {
    text-align: center; }
  .page-child .section.section--quote .quote-content {
    font-size: 17px;
    width: 100%; }
  .page-child .section.section--quote .quote-image {
    float: none;
    margin: 0 auto 20px;
    display: block; }
  .page-child .section.section--quote .quote-content .quote-caption {
    margin-top: 12px; }
  .page-child .section.section--gallery .gallery-container .gallery-item {
    width: 100%; }
  .page-child .section.section--gallery .gallery-container .gallery-item:first-child {
    width: 100%; }
  .page-template-productions .page-divide .logos img {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 10px 0; } }

@media (max-width: 460px) {
  .page-template-productions .productions {
    width: 80%;
    margin: 0 auto; }
  #header #nav .burger {
    padding: 25px 18px; } }

@media (max-width: 365px) {
  #masthead {
    position: relative; }
    #masthead:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 80%; }
    #masthead > .ratio-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  body {
    margin-top: 75px; }
  #header {
    height: 75px; }
    #header #nav ul {
      top: 75px; }
    #header .header-logo .logo-icon {
      width: 100px; }
    #header .header-logo .logo-strap {
      width: 130px;
      height: auto; } }

@media (max-width: 318px) {
  #header .logo-strap {
    display: none; } }