.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .cf:after {
    clear: both; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  border: 2px solid black;
  border-radius: 15px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: black; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.9) url(../img/controls/arrow-left.png) no-repeat;
  background-image: url(../img/controls/arrow-left.svg), none;
  background-position: center;
  opacity: 0.5; }

.bx-wrapper .bx-next {
  right: 0px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.9) url(../img/controls/arrow-right.png) no-repeat;
  background-image: url(../img/controls/arrow-right.svg), none;
  background-position: center;
  opacity: 0.5; }

.bx-wrapper .bx-prev:hover {
  opacity: 1; }

.bx-wrapper .bx-next:hover {
  opacity: 1; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 300; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px; }

.fancybox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 8040;
  padding: 2px;
  background-position: 0px 0px;
  background: url(../img/controls/close.png) no-repeat;
  background-image: url(../img/controls/close.svg), none;
  border: none; }
  .fancybox-close:link, .fancybox-close:visited {
    border: none; }

a.fancybox-nav,
a.fancybox-nav:link {
  border: none; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 0px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.9) url(../img/controls/arrow-left.png) no-repeat;
  background-image: url(../img/controls/arrow-left.svg), none;
  background-position: center; }

.fancybox-next span {
  right: 0px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.9) url(../img/controls/arrow-right.png) no-repeat;
  background-image: url(../img/controls/arrow-right.svg), none;
  background-position: center; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.7); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/* FLEXBOX */
/* FLEXBOX COLUMN */
/* FLEXBOX ROW */
/* FLEXBOX WRAP */
/*  */
/* IF YOU WANT A FLEX ITEM TO STICK TO TOP, CENTER OR BOTTOM */
/* MULTIPLE COLUMN TEXT / CONTENT */
header {
  padding: 35px 0;
  height: auto;
  position: absolute;
  width: 100%;
  z-index: 500;
  background: white; }
  header .consulate-logo {
    display: block;
    width: 190px; }
  header .consulate-logo svg {
    display: block; }
  @media (max-width: 959px) {
    header {
      height: auto; } }
  @media (max-width: 759px) {
    header {
      padding: 10px 0; } }
  header .in {
    width: 1164px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    @media (min-width: 960px) and (max-width: 1163px) {
      header .in {
        width: 960px; } }
    @media (min-width: 760px) and (max-width: 959px) {
      header .in {
        width: 600px; } }
    @media (max-width: 759px) {
      header .in {
        width: 100%;
        padding: 0 10px;
        min-width: 300px; } }
    @media (min-width: 959px) {
      header .in {
        width: 86%; } }
  header svg {
    display: inline-block;
    width: 190px; }
    header svg path, header svg polygon {
      fill: #121212; }
  header #nav-open {
    display: block;
    width: 30px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 1501; }
    @media (max-width: 759px) {
      header #nav-open {
        right: 20px; } }

.big-page-wrap {
  padding-top: 145px; }
  @media (max-width: 759px) {
    .big-page-wrap {
      padding-top: 65px; } }

nav.main {
  position: fixed;
  text-align: center;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 5000;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }
  @media (max-width: 959px) {
    nav.main {
      display: block; } }
  nav.main .nav-content {
    width: 1164px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    @media (min-width: 960px) and (max-width: 1163px) {
      nav.main .nav-content {
        width: 960px; } }
    @media (min-width: 760px) and (max-width: 959px) {
      nav.main .nav-content {
        width: 600px; } }
    @media (max-width: 759px) {
      nav.main .nav-content {
        width: 100%;
        padding: 0 10px;
        min-width: 300px; } }
    @media (min-width: 959px) {
      nav.main .nav-content {
        width: 86%; } }
  nav.main .nav-links {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #252525;
    left: 0px;
    top: 0px;
    overflow: auto; }
    @media (max-width: 759px) {
      nav.main .nav-links {
        height: 100vh; } }
    nav.main .nav-links .m-nav-in {
      width: 1164px;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative; }
      @media (min-width: 960px) and (max-width: 1163px) {
        nav.main .nav-links .m-nav-in {
          width: 960px; } }
      @media (min-width: 760px) and (max-width: 959px) {
        nav.main .nav-links .m-nav-in {
          width: 600px; } }
      @media (max-width: 759px) {
        nav.main .nav-links .m-nav-in {
          width: 100%;
          padding: 0 10px;
          min-width: 300px; } }
      @media (min-width: 959px) {
        nav.main .nav-links .m-nav-in {
          width: 86%; } }
      nav.main .nav-links .m-nav-in #nav-close {
        top: 47px;
        right: 0;
        position: absolute;
        width: 30px;
        height: 26px; }
        @media (max-width: 759px) {
          nav.main .nav-links .m-nav-in #nav-close {
            top: -5px;
            right: 10px; } }
  nav.main .page-links {
    width: 100%; }
    @media (max-width: 759px) {
      nav.main .page-links {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
        margin: 0; }
        nav.main .page-links .menu-main-menu-container {
          margin-top: 60px; } }
    nav.main .page-links ul {
      width: auto;
      display: inline-block;
      border-bottom: 1px solid #676767;
      padding-top: 60px;
      padding-bottom: 20px;
      margin: 0;
      margin-bottom: 30px; }
      @media (max-width: 759px) {
        nav.main .page-links ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px 10%;
          width: 80%; } }
      nav.main .page-links ul li {
        display: inline-block;
        margin-right: 40px; }
        nav.main .page-links ul li:last-of-type {
          margin-right: 0; }
        nav.main .page-links ul li.current-menu-item:not(.hp-anchor) a {
          color: white; }
        @media (max-width: 759px) {
          nav.main .page-links ul li {
            display: block;
            margin: 0;
            border-bottom: 1px solid #676767;
            padding: 16px 0px 13px; }
            nav.main .page-links ul li:last-of-type {
              border-bottom: none; } }
    nav.main .page-links a {
      color: #676767;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: .05em;
      display: block; }
      @media (max-width: 759px) {
        nav.main .page-links a {
          font-size: 16px;
          letter-spacing: 4px; } }
      nav.main .page-links a:hover {
        color: white; }
    nav.main .page-links .social .contact-link {
      display: block;
      margin-bottom: 20px; }
    nav.main .page-links .social a {
      display: inline-block; }
    nav.main .page-links .social svg {
      width: 20px;
      height: 20px;
      margin: 0 10px; }
    @media (max-width: 759px) {
      nav.main .page-links .social {
        margin-top: 100px; }
        nav.main .page-links .social svg {
          width: 30px;
          height: 30px;
          margin: 0 10px; } }
    @media (max-height: 500px) {
      nav.main .page-links .social {
        margin-bottom: 40px; } }

.ios .big-page-wrap {
  position: relative;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; }

.nav-dimmer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 900; }

html.mobile.landscape nav.mobile .page-links ul {
  margin-top: 80px; }

.lines-button {
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* */ }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    -webkit-transition: 0;
    transition: 0; }

.lines {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: black;
  -webkit-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  position: absolute;
  top: 10px;
  right: 0px; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: black;
    -webkit-transition: all 3s ease 0s;
    transition: all 3s ease 0s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.25rem center;
    transform-origin: 0.25rem center; }
  .lines:before {
    top: 7px; }
  .lines:after {
    top: -7px; }

.lines-button.x2 {
  color: white; }
  .lines-button.x2 .lines {
    -webkit-transition: background .3s .5s ease;
    transition: background .3s .5s ease; }
    .lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      transition: top .3s .6s ease, -webkit-transform .3s ease;
      -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
      transition: top .3s .6s ease, transform .3s ease;
      transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease; }

.lines-button.x2.close {
  color: white; }
  .lines-button.x2.close .lines {
    -webkit-transition: background .3s 0s ease;
    transition: background .3s 0s ease;
    background: transparent; }
    .lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
      transition: all .3s ease, -webkit-transform .3s .5s ease;
      -webkit-transition: all .3s ease, -webkit-transform .3s .5s ease;
      transition: all .3s ease, transform .3s .5s ease;
      transition: all .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
      top: 0;
      background: white; }
    .lines-button.x2.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x2.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

footer {
  background-color: #1c1c1c;
  padding: 50px 0px 30px;
  clear: both;
  *zoom: 1;
  position: relative;
  z-index: 99; }
  @media (max-width: 759px) {
    footer {
      padding: 40px 0px 30px; } }
  footer:before, footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  footer:after {
    clear: both; }
  footer .footer-content {
    width: 1164px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 960px) and (max-width: 1163px) {
      footer .footer-content {
        width: 960px; } }
    @media (min-width: 760px) and (max-width: 959px) {
      footer .footer-content {
        width: 600px; } }
    @media (max-width: 759px) {
      footer .footer-content {
        width: 100%;
        padding: 0 10px;
        min-width: 300px; } }
    @media (min-width: 959px) {
      footer .footer-content {
        width: 86%; } }
  footer .footer-text, footer .footer-social {
    width: 50%;
    float: left;
    color: #4b4b4b;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 759px) {
      footer .footer-text, footer .footer-social {
        width: 100%;
        float: none;
        padding: 0 20px; } }
  footer .footer-text {
    text-align: left; }
    footer .footer-text .footer-logo {
      display: inline-block;
      width: 190px; }
      footer .footer-text .footer-logo path, footer .footer-text .footer-logo polygon {
        fill: #fff; }
    @media (max-width: 759px) {
      footer .footer-text {
        width: 270px; } }
    footer .footer-text p {
      line-height: 18px;
      font-size: 12px; }
      footer .footer-text p .light {
        color: #ccc;
        text-transform: uppercase; }
      footer .footer-text p .smaller {
        font-size: 12px; }
      footer .footer-text p .small {
        font-size: 8px; }
      footer .footer-text p .tel-fax a {
        color: #4b4b4b !important;
        text-decoration: none !important; }
    @media (max-width: 759px) {
      footer .footer-text p {
        font-size: 12px;
        line-height: 20px; }
        footer .footer-text p .small {
          font-size: 10px; } }
  footer .footer-social {
    text-align: right; }
    footer .footer-social a {
      display: inline;
      text-decoration: none; }
    footer .footer-social svg {
      width: 25px;
      height: 27px;
      margin-left: 15px; }
    footer .footer-social p.copy {
      margin-top: 67px;
      font-size: 12px;
      line-height: 12px; }
    @media (max-width: 759px) {
      footer .footer-social {
        text-align: left;
        margin-top: 40px; }
        footer .footer-social svg {
          margin: 0 15px 0 0; }
        footer .footer-social p.copy {
          margin: 10px 0 0 0;
          font-size: 10px; } }

.wysiwyg h1 {
  font-size: 3em; }

.wysiwyg h2 {
  font-size: 2em; }

.wysiwyg h3 {
  font-size: 1.7em; }

.wysiwyg h4 {
  font-size: 1.3em; }

.wysiwyg strong {
  font-weight: bold; }

.wysiwyg em {
  font-style: italic; }

.wysiwyg del {
  -webkit-text-decoration: strikethrou;
          text-decoration: strikethrou; }

.wysiwyg img.alignleft {
  float: left; }

.wysiwyg img.alignright {
  float: right; }

.hp-section,
.featured {
  width: 1164px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 960px) and (max-width: 1163px) {
    .hp-section,
    .featured {
      width: 960px; } }
  @media (min-width: 760px) and (max-width: 959px) {
    .hp-section,
    .featured {
      width: 600px; } }
  @media (max-width: 759px) {
    .hp-section,
    .featured {
      width: 100%;
      padding: 0 10px;
      min-width: 300px; } }
  @media (min-width: 959px) {
    .hp-section,
    .featured {
      width: 86%; } }
  .hp-section .section-title,
  .featured .section-title {
    text-align: center;
    margin-bottom: 70px;
    font-family: FFBauWebProBold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    min-width: 120px;
    margin-bottom: 50px; }

.featured {
  width: 100%; }
  @media (max-width: 959px) {
    .featured {
      width: 86%; } }
  @media (min-width: 760px) and (max-width: 959px) {
    .featured {
      width: 600px; } }
  @media (max-width: 759px) {
    .featured {
      width: 100%;
      padding: 0 10px;
      min-width: 300px; }
      .featured .section-title {
        display: none; } }

.featured-roster-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-bottom: 50px; }
  .featured .featured-roster-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (max-width: 959px) {
    .featured-roster-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.featured-item {
  z-index: 1;
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.33% - 2rem);
          flex: 0 1 calc(33.33% - 2rem);
  margin-bottom: 3rem; }
  .featured-item:after {
    padding-bottom: 0; }
  .featured-item:nth-of-type(n) .content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 959px) {
      .featured-item:nth-of-type(n) .content {
        background-image: none !important;
        position: static;
        padding: 0;
        height: auto; } }
  .featured-item:nth-of-type(n) .mobile-content {
    display: none; }
    @media (max-width: 959px) {
      .featured-item:nth-of-type(n) .mobile-content {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden;
        height: 0;
        padding-top: 56.25%;
        position: relative;
        display: block;
        width: 100%; } }
  .featured-item.can-animate .client-roster,
  .featured-item.can-animate .director {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
  .featured-item .content-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
    padding: 1rem;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
    @media (max-width: 959px) {
      .featured-item .content-opacity {
        position: static;
        text-align: left;
        opacity: 1;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 3rem; } }
    @media (max-width: 759px) {
      .featured-item .content-opacity {
        padding: 2rem; } }
  .featured-item:hover .content-opacity,
  .featured-item:hover .client-roster,
  .featured-item:hover .director {
    opacity: 1; }
  .featured-item:hover .content-opacity {
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5); }
    @media (max-width: 959px) {
      .featured-item:hover .content-opacity {
        background-color: transparent; } }
  .featured-item .client-roster {
    font-family: FFBauWebProBold;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: center; }
    .featured-item .client-roster .client {
      line-height: 1.2; }
    @media (max-width: 959px) {
      .featured-item .client-roster {
        letter-spacing: 6px;
        text-align: left; } }
  .featured-item .roster-member {
    margin-left: 2px;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: FFBauWebPro;
    letter-spacing: 1px; }
    @media (max-width: 959px) {
      .featured-item .roster-member {
        letter-spacing: 1px;
        margin-top: 5px;
        margin-left: 0px; } }
  .featured-item .client-roster,
  .featured-item .director {
    opacity: 0;
    z-index: 3;
    color: black; }
    @media (max-width: 959px) {
      .featured-item .client-roster,
      .featured-item .director {
        position: static;
        opacity: 1; } }
  .featured-item .director {
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 1px; }
  @media (max-width: 959px) {
    .featured-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      width: 100%; } }

.video-details {
  display: none; }

.hp-section {
  padding-top: 150px;
  position: relative;
  text-align: center;
  margin-top: -140px; }
  .hp-section:last-of-type {
    margin-bottom: 100px; }
  .hp-section .section-title {
    text-align: center;
    margin-bottom: 70px;
    font-family: FFBauWebProBold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    min-width: 120px; }
  @media (max-width: 959px) {
    .hp-section .section-title {
      -webkit-transform: none;
      transform: none;
      position: static;
      text-align: center;
      margin-bottom: 50px; } }
  .hp-section:nth-last-child .featured-roster-wrapper {
    margin-bottom: 100px; }
  .hp-section.cabiria h2.section-title {
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
    width: 190px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/Cabiria_Logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

.roster-item {
  position: relative;
  width: 48%;
  margin: 0 .8% 2%;
  display: inline-block;
  float: left;
  float: none; }
  .roster-item:after {
    content: "";
    display: block;
    padding-bottom: 82%; }
  .roster-item .content {
    position: absolute;
    width: 100%;
    height: 100%; }
  .roster-item .mobile-content {
    display: none; }
  .roster-item .roster-image {
    position: relative;
    width: 82%;
    margin: 0 .8% 2%;
    display: inline-block;
    float: left;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    z-index: -1; }
    .roster-item .roster-image:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .roster-item .roster-image .content {
      position: absolute;
      width: 100%;
      height: 100%; }
    .roster-item .roster-image .mobile-content {
      display: none; }
  .roster-item .content {
    text-align: right;
    z-index: 1; }
    .roster-item .content .roster-member-name-wrapper {
      position: absolute;
      top: 70px;
      width: 100%;
      text-align: right; }
      @media (max-width: 959px) {
        .roster-item .content .roster-member-name-wrapper {
          top: -30px;
          padding: 0 30px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; } }
    .roster-item .content h2 {
      font-family: FFBauWebProBold;
      display: inline-block;
      width: 100%;
      color: black;
      font-size: 32px;
      line-height: 36px;
      letter-spacing: 7px;
      text-transform: uppercase; }
      .roster-item .content h2 span {
        display: block; }
      @media (max-width: 959px) {
        .roster-item .content h2 span {
          display: inline; } }
      @media (max-width: 759px) {
        .roster-item .content h2 {
          width: 220px; } }
    .roster-item .content h3 {
      margin-left: 2px;
      font-size: 13px;
      line-height: 16px;
      text-transform: uppercase;
      font-family: FFBauWebPro;
      letter-spacing: 1px;
      font-size: 14px;
      margin-top: 5px;
      color: black; }
    .roster-item .content .see-work {
      color: black;
      padding: 10px 10px 8px;
      min-width: 140px;
      display: inline-block;
      font-size: 12px;
      text-decoration: none;
      text-align: center;
      border: 1px solid black;
      text-shadow: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-transform: uppercase;
      letter-spacing: 1px;
      box-shadow: none !important;
      border-radius: 0;
      background-color: transparent;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      position: absolute;
      bottom: 50px; }
      .roster-item .content .see-work:hover {
        background-color: #111111;
        color: white; }
    .roster-item .content h2,
    .roster-item .content .see-work {
      right: 0; }
  .roster-item .roster-catalogue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 82%;
    height: 100%;
    left: 0px; }
    .roster-item .roster-catalogue .roster-image-catalogue {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
      text-align: center;
      width: 100%; }
      .roster-item .roster-catalogue .roster-image-catalogue h3 {
        font-family: FFBauWebProBold;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 7px;
        text-transform: uppercase;
        color: #000; }
      .roster-item .roster-catalogue .roster-image-catalogue .button {
        color: black;
        padding: 10px 10px 8px;
        min-width: 140px;
        display: inline-block;
        font-size: 12px;
        text-decoration: none;
        text-align: center;
        border: 1px solid black;
        text-shadow: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        box-shadow: none !important;
        border-radius: 0;
        background-color: transparent;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        margin-top: 20px;
        width: 120px; }
        .roster-item .roster-catalogue .roster-image-catalogue .button:hover {
          background-color: #111111;
          color: white; }
      @media (max-width: 959px) {
        .roster-item .roster-catalogue .roster-image-catalogue h3 {
          font-size: 26px; } }
    @media (max-width: 959px) {
      .roster-item .roster-catalogue {
        padding: 50px 0 0; }
        .roster-item .roster-catalogue:after {
          padding-bottom: 0 !important; } }
  .roster-item:nth-child(odd) .roster-image {
    float: right; }
  .roster-item:nth-child(odd) .roster-catalogue {
    right: 0;
    left: unset; }
  .roster-item:nth-child(odd) .roster-member-name-wrapper {
    text-align: left; }
  .roster-item:nth-child(odd) h2,
  .roster-item:nth-child(odd) .see-work {
    left: 0;
    right: auto; }
  @media (max-width: 959px) {
    .roster-item {
      position: relative;
      width: 100%;
      margin: 0 .8% 2%;
      display: inline-block;
      float: left;
      margin: 0 auto 80px;
      float: none; }
      .roster-item:after {
        content: "";
        display: block;
        padding-bottom: 0%; }
      .roster-item .content {
        position: absolute;
        width: 100%;
        height: 100%; }
      .roster-item .mobile-content {
        display: none; }
      .roster-item:after {
        padding-bottom: 0; }
      .roster-item .content {
        position: absolute;
        width: 100%;
        height: inherit; }
        .roster-item .content h2 {
          top: -35px;
          right: 20px; }
        .roster-item .content .see-work {
          display: none; }
      .roster-item .roster-image {
        position: relative;
        width: 100%;
        margin: 0 .8% 2%;
        display: inline-block;
        float: left;
        margin: 0 auto 2%;
        float: none; }
        .roster-item .roster-image:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
        .roster-item .roster-image .content {
          position: absolute;
          width: 100%;
          height: 100%; }
        .roster-item .roster-image .mobile-content {
          display: none; }
      .roster-item .roster-catalogue {
        width: 100%; }
      .roster-item:nth-child(odd) .roster-image {
        float: none; }
      .roster-item:nth-child(odd) h2 {
        left: 30px; } }
  @media (max-width: 759px) {
    .roster-item {
      margin-bottom: 80px; }
      .roster-item .content h2 {
        top: -23px;
        right: 12px;
        font-size: 26px;
        line-height: 28px;
        letter-spacing: 4px; }
      .roster-item:nth-child(odd) h2 {
        left: 20px; } }

.rosty.odd .roster-item:last-of-type .roster-image {
  float: none;
  position: absolute;
  top: 0;
  left: 9%; }
  @media (max-width: 959px) {
    .rosty.odd .roster-item:last-of-type .roster-image {
      float: none;
      position: relative;
      top: auto;
      left: auto; } }

.mini-editor-nav {
  position: fixed;
  height: 50px;
  padding: 15px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 500;
  background: white; }
  @media (min-width: 959px) {
    .mini-editor-nav {
      width: 100%; } }
  @media (max-width: 959px) {
    .mini-editor-nav {
      padding: 10px 0px; } }
  .mini-editor-nav .mini-editor-nav-content {
    width: 1164px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    text-align: left; }
    @media (min-width: 960px) and (max-width: 1163px) {
      .mini-editor-nav .mini-editor-nav-content {
        width: 960px; } }
    @media (min-width: 760px) and (max-width: 959px) {
      .mini-editor-nav .mini-editor-nav-content {
        width: 600px; } }
    @media (max-width: 759px) {
      .mini-editor-nav .mini-editor-nav-content {
        width: 100%;
        padding: 0 10px;
        min-width: 300px; } }
    @media (min-width: 959px) {
      .mini-editor-nav .mini-editor-nav-content {
        width: 86%; } }
    .mini-editor-nav .mini-editor-nav-content div {
      display: inline-block;
      margin-right: 10px;
      text-transform: uppercase;
      font-size: 12px; }
      .mini-editor-nav .mini-editor-nav-content div.mini-nav-category {
        letter-spacing: 1px; }
      .mini-editor-nav .mini-editor-nav-content div.mini-nav-editor-title {
        letter-spacing: 2px;
        font-family: FFBauWebProBold;
        font-size: 14px; }
      @media (max-width: 959px) {
        .mini-editor-nav .mini-editor-nav-content div {
          display: block;
          font-size: 10px;
          margin: 0 auto;
          float: left; }
          .mini-editor-nav .mini-editor-nav-content div.mini-nav-category {
            margin-left: 0px; }
          .mini-editor-nav .mini-editor-nav-content div.mini-nav-editor-title {
            clear: both; } }
    .mini-editor-nav .mini-editor-nav-content .mini-nav-share-reel, .mini-editor-nav .mini-editor-nav-content .mini-nav-read-bio {
      float: right;
      text-decoration: none;
      padding-bottom: 2px;
      border-bottom: 1px solid black;
      font-size: 12px;
      text-transform: uppercase;
      color: black; }
      @media (max-width: 959px) {
        .mini-editor-nav .mini-editor-nav-content .mini-nav-share-reel, .mini-editor-nav .mini-editor-nav-content .mini-nav-read-bio {
          display: none; } }
    .mini-editor-nav .mini-editor-nav-content .mini-nav-read-bio {
      margin-right: 30px; }
    .mini-editor-nav .mini-editor-nav-content .mini-nav-share-reel-image {
      display: none;
      width: 24px;
      background-image: url("../img/controls/sub-nav-share.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      height: 24px; }
      @media (max-width: 959px) {
        .mini-editor-nav .mini-editor-nav-content .mini-nav-share-reel-image {
          display: block;
          float: right;
          margin-top: -12px; } }

.scrolled {
  top: 0px; }

.roster-filter {
  width: 1164px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  height: 30px; }
  @media (min-width: 960px) and (max-width: 1163px) {
    .roster-filter {
      width: 960px; } }
  @media (min-width: 760px) and (max-width: 959px) {
    .roster-filter {
      width: 600px; } }
  @media (max-width: 759px) {
    .roster-filter {
      width: 100%;
      padding: 0 10px;
      min-width: 300px; } }
  @media (min-width: 959px) {
    .roster-filter {
      width: 86%; } }
  .roster-filter a {
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid black;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 20px;
    color: black;
    letter-spacing: 0.5px; }
    .roster-filter a.list-thumbs {
      border-bottom: none; }
      .roster-filter a.list-thumbs svg {
        width: 27px;
        margin-left: 5px;
        vertical-align: middle; }
        .roster-filter a.list-thumbs svg .st0 {
          fill: #FFFFFF;
          stroke: #000000;
          stroke-miterlimit: 10; }
      .roster-filter a.list-thumbs .ind-l {
        margin-left: 5px; }
      .roster-filter a.list-thumbs .inactive svg .st0 {
        stroke: #ccc; }
      @media (max-width: 959px) {
        .roster-filter a.list-thumbs {
          display: none; } }
  @media (max-width: 959px) {
    .roster-filter {
      padding-bottom: 70px !important; }
      .roster-filter a {
        margin-left: 0px;
        margin-top: 10px; }
      .roster-filter .read-bio {
        float: left; }
      .roster-filter .share-reel {
        float: right; }
      .roster-filter .list-thumbs {
        float: left; }
      .roster-filter .website-link {
        float: right;
        margin-right: 12px; } }

.work-title {
  color: #000;
  z-index: 400;
  top: -17px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 8px;
  font-family: FFBauWebProBold; }
  @media (max-width: 959px) {
    .work-title {
      left: 1%;
      top: -18px;
      font-size: 26px;
      line-height: 30px;
      letter-spacing: 4px; } }

.roster-category {
  color: #000;
  left: 71px;
  z-index: 400;
  top: -44px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
  letter-spacing: 1px; }
  @media (max-width: 959px) {
    .roster-category {
      left: 1%;
      top: -36px; } }

.work-items {
  width: 1164px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  *zoom: 1;
  padding-bottom: 50px;
  position: relative; }
  @media (min-width: 960px) and (max-width: 1163px) {
    .work-items {
      width: 960px; } }
  @media (min-width: 760px) and (max-width: 959px) {
    .work-items {
      width: 600px; } }
  @media (max-width: 759px) {
    .work-items {
      width: 100%;
      padding: 0 10px;
      min-width: 300px; } }
  @media (min-width: 959px) {
    .work-items {
      width: 86%; } }
  @media (min-width: 959px) {
    .work-items.list {
      width: 100%;
      margin: 0;
      padding: 0; } }
  .work-items:before, .work-items:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .work-items:after {
    clear: both; }

.title-category-wrapper {
  width: 1164px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  bottom: -16px;
  z-index: 400; }
  @media (min-width: 960px) and (max-width: 1163px) {
    .title-category-wrapper {
      width: 960px; } }
  @media (min-width: 760px) and (max-width: 959px) {
    .title-category-wrapper {
      width: 600px; } }
  @media (max-width: 759px) {
    .title-category-wrapper {
      width: 100%;
      padding: 0 10px;
      min-width: 300px; } }
  @media (min-width: 959px) {
    .title-category-wrapper {
      width: 86%; } }

.work-items-wrapper {
  position: relative;
  *zoom: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .work-items-wrapper:before, .work-items-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .work-items-wrapper:after {
    clear: both; }
  @media (max-width: 959px) {
    .work-items-wrapper {
      margin: 0 -1%; } }

.work-items.thumbs .work-items-wrapper, .work-items.catalogue .work-items-wrapper {
  margin: 0 -1%; }

.page-dim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
  display: none; }

.contact-heading, .contact-staff {
  width: 960px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 960px) and (max-width: 1163px) {
    .contact-heading, .contact-staff {
      width: 960px; } }
  @media (min-width: 760px) and (max-width: 959px) {
    .contact-heading, .contact-staff {
      width: 600px; } }
  @media (max-width: 759px) {
    .contact-heading, .contact-staff {
      width: 100%;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      min-width: 300px; } }

.contact-heading {
  padding: 80px 0px; }
  .contact-heading h1 {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 6px;
    font-family: FFBauWebProBold;
    margin-bottom: 70px;
    color: #111111; }
  .contact-heading .contact-address {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    color: #111111;
    letter-spacing: 1px; }
  .contact-heading .small-number {
    font-size: 10px; }
  .contact-heading .tel-fax {
    font-size: 12px;
    color: #b3b3b3;
    display: inline-block;
    text-transform: uppercase; }
    .contact-heading .tel-fax span {
      color: #111111; }
    .contact-heading .tel-fax a {
      color: #111111 !important;
      text-decoration: none !important; }
  @media (max-width: 959px) {
    .contact-heading h1 {
      font-size: 36px;
      margin-bottom: 110px; }
    .contact-heading .contact-address {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 40px;
      letter-spacing: 1px; }
    .contact-heading .small-number {
      font-size: 15px; }
    .contact-heading .tel-fax {
      font-size: 18px;
      color: #b3b3b3 !important;
      text-decoration: none !important;
      display: block; }
      .contact-heading .tel-fax span {
        color: #111111; } }
  @media (max-width: 399px) {
    .contact-heading .contact-address {
      font-size: 17px; } }

.contact-staff {
  padding-bottom: 120px;
  *zoom: 1;
  color: black; }
  .contact-staff:before, .contact-staff:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .contact-staff:after {
    clear: both; }
  .contact-staff .contact-column {
    width: 33.334%;
    float: left; }
  .contact-staff h2 {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
    font-family: FFBauWebProBold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .contact-staff .contact-column:nth-of-type(1) .subtitle:nth-of-type(2) {
    padding-top: 35px; }
    @media (max-width: 759px) {
      .contact-staff .contact-column:nth-of-type(1) .subtitle:nth-of-type(2) {
        padding-top: 20px; } }
  .contact-staff .contact-column .subtitle:nth-of-type(2) {
    padding-top: 20px;
    height: 70px; }
  .contact-staff h4 {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px; }
  .contact-staff a {
    color: #b3b3b3;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 1px; }
    .contact-staff a.lefty {
      margin-bottom: 5px; }
  .contact-staff p {
    font-size: 12px;
    line-height: 12px; }
  @media (max-width: 959px) {
    .contact-staff .contact-column {
      padding-top: 60px;
      width: 100%;
      float: none; }
    .contact-staff .subtitle {
      font-size: 20px;
      line-height: 24px;
      height: inherit;
      margin-bottom: 25px;
      font-family: FFBauWebProBold; }
    .contact-staff .contact-column .subtitle:nth-of-type(2) {
      padding-top: 60px;
      height: 84px; }
    .contact-staff .name {
      font-size: 18px;
      line-height: 18px; }
    .contact-staff a {
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 40px; } }
  @media (max-width: 399px) {
    .contact-staff .subtitle {
      font-size: 18px; } }

.catalogue-title-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 400; }
  .catalogue-title-wrapper .work-title {
    text-align: left;
    width: 1164px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 50px; }
    @media (min-width: 960px) and (max-width: 1163px) {
      .catalogue-title-wrapper .work-title {
        width: 960px; } }
    @media (min-width: 760px) and (max-width: 959px) {
      .catalogue-title-wrapper .work-title {
        width: 600px; } }
    @media (max-width: 759px) {
      .catalogue-title-wrapper .work-title {
        width: 100%;
        padding: 0 10px;
        min-width: 300px; } }
    @media (min-width: 959px) {
      .catalogue-title-wrapper .work-title {
        width: 86%; } }

.catalogue {
  margin-top: -16px; }
  .catalogue .work-item {
    position: relative;
    width: 14.667%;
    margin: 0 .8% 2%;
    display: inline-block;
    float: left; }
    .catalogue .work-item:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .catalogue .work-item .content {
      position: absolute;
      width: 100%;
      height: 100%; }
    .catalogue .work-item .mobile-content {
      display: none; }
    .catalogue .work-item .thumb-client {
      left: -10px;
      z-index: 400; }
    @media (min-width: 960px) and (max-width: 1163px) {
      .catalogue .work-item {
        max-height: 150px; } }
    @media (max-width: 959px) {
      .catalogue .work-item {
        position: relative;
        width: 31.334%;
        margin: 0 .8% 2%;
        display: inline-block;
        float: left; }
        .catalogue .work-item:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
        .catalogue .work-item .content {
          position: absolute;
          width: 100%;
          height: 100%; }
        .catalogue .work-item .mobile-content {
          display: none; }
        .catalogue .work-item .client {
          bottom: -12px;
          left: 10px;
          line-height: 22px; } }
    .catalogue .work-item:hover {
      z-index: 100; }
  .catalogue .thumb-client-mobile-content {
    display: none; }
  .catalogue .ornament {
    width: 100%;
    text-align: center;
    padding: 50px 0px 30px; }
    .catalogue .ornament img, .catalogue .ornament div {
      margin: 0 auto; }
    .catalogue .ornament .ornament-svg {
      width: 168px;
      height: 50px;
      background-position: center;
      background-size: contain;
      background: url("../img/consulate_ornament.svg"); }
  @media (max-width: 759px) {
    .catalogue .work-items-wrapper {
      width: 115% !important;
      margin-left: -7% !important; }
    .catalogue .work-title {
      top: -17px;
      left: 3%; }
    .catalogue .work-item {
      position: relative;
      width: 44%;
      margin: 0 .8% 2%;
      display: inline-block;
      float: left;
      margin: 0 3% 6%; }
      .catalogue .work-item:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .catalogue .work-item .content {
        position: absolute;
        width: 100%;
        height: 100%; }
      .catalogue .work-item .mobile-content {
        display: none; } }
  @media (max-width: 959px) {
    .catalogue .work-items-wrapper {
      width: 102%;
      margin: 0 -1%; }
    .catalogue .work-item {
      position: relative;
      width: 98%;
      margin: 0 .8% 2%;
      display: inline-block;
      float: left;
      display: inline;
      margin: 0 1% 2%;
      background-position: center;
      background-size: cover; }
      .catalogue .work-item:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .catalogue .work-item .content {
        position: absolute;
        width: 100%;
        height: 100%; }
      .catalogue .work-item .mobile-content {
        display: none; }
      .catalogue .work-item .work-image {
        position: relative;
        width: 100%;
        margin: 0 .8% 2%;
        display: inline-block;
        float: left;
        margin: 0 auto; }
        .catalogue .work-item .work-image:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
        .catalogue .work-item .work-image .content {
          position: absolute;
          width: 100%;
          height: 100%; }
        .catalogue .work-item .work-image .mobile-content {
          display: none; }
      .catalogue .work-item .vid-launch .content-opacity {
        opacity: 0 !important; }
      .catalogue .work-item .thumb-client {
        display: none; }
      .catalogue .work-item:after {
        padding-bottom: 0; }
    .catalogue .thumb-client-mobile-content {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      text-align: center;
      padding: 20px 30px;
      min-height: 140px;
      width: 100%;
      font-size: 26px;
      line-height: 28px;
      left: 20px;
      color: #000;
      opacity: 1 !important;
      text-align: left;
      clear: both; }
      .catalogue .thumb-client-mobile-content .thumb-client-mobile {
        font-family: FFBauWebProBold;
        font-size: 24px;
        letter-spacing: 4px;
        text-transform: uppercase;
        z-index: 310;
        display: block; }
      .catalogue .thumb-client-mobile-content .thumb-client-mobile-director, .catalogue .thumb-client-mobile-content .thumb-client-mobile-editor {
        margin-left: 2px;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
        font-family: FFBauWebPro;
        letter-spacing: 1px;
        display: block; }
      .catalogue .thumb-client-mobile-content .thumb-client-mobile-director {
        position: absolute;
        bottom: 5px !important;
        left: 30px !important; } }

.vid-lightbox-cloak {
  display: none;
  z-index: 5000; }

.video-lightbox {
  background-color: black;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 600;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .video-lightbox .video-content {
    position: relative;
    width: 60%;
    max-width: 1200px;
    margin: 0;
    float: none;
    background: #000; }
    @media (max-width: 959px) {
      .video-lightbox .video-content {
        width: 80%; } }
    @media (max-width: 959px) {
      .video-lightbox .video-content {
        width: 96%; } }
    @media (max-width: 759px) {
      .video-lightbox .video-content {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        width: auto;
        overflow: auto;
        max-height: 100%;
        background: transparent; }
        .video-lightbox .video-content .video {
          background: white;
          position: relative;
          width: 100%;
          margin: 0 .8% 2%;
          display: inline-block;
          float: left;
          position: relative;
          margin: 0;
          float: none;
          margin-top: 54px;
          display: block; }
          .video-lightbox .video-content .video:after {
            content: "";
            display: block;
            padding-bottom: 56%; }
          .video-lightbox .video-content .video .content {
            position: absolute;
            width: 100%;
            height: 100%; }
          .video-lightbox .video-content .video .mobile-content {
            display: none; }
          .video-lightbox .video-content .video .thevid {
            position: absolute;
            width: 100%;
            height: 100%;
            display: block; } }
  .video-lightbox .video {
    /*
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		*/ }
    .video-lightbox .video .thevid {
      width: 100%;
      display: block; }
  .video-lightbox .vid-info {
    *zoom: 1;
    background-color: white;
    height: 49px;
    padding: 12px 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .video-lightbox .vid-info:before, .video-lightbox .vid-info:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .video-lightbox .vid-info:after {
      clear: both; }
    @media (max-width: 759px) {
      .video-lightbox .vid-info {
        height: auto; } }
    @media (min-width: 1401px) {
      .video-lightbox .vid-info {
        padding: 12px 100px; } }
    @media (min-width: 960px) and (max-width: 1163px) {
      .video-lightbox .vid-info {
        padding: 12px 20px; } }
    @media (max-width: 759px) {
      .video-lightbox .vid-info {
        padding: 20px;
        background: white; } }
    .video-lightbox .vid-info > div {
      float: left;
      width: 25%;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 10px;
      text-transform: uppercase;
      color: black;
      vertical-align: top;
      margin-bottom: 10px; }
      @media (max-width: 759px) {
        .video-lightbox .vid-info > div {
          width: 50%;
          margin-bottom: 10px; } }
      .video-lightbox .vid-info > div span {
        color: #b3b3b3; }
    .video-lightbox .vid-info .popup-editor-link {
      color: #6cace4;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out;
      display: inline-block;
      vertical-align: middle; }
      .video-lightbox .vid-info .popup-editor-link:hover {
        -webkit-transform: scale(1.12);
                transform: scale(1.12); }
    .video-lightbox .vid-info .editor {
      display: block; }
  .video-lightbox .close-vid {
    width: 21px;
    height: 21px;
    position: absolute;
    right: -30px;
    top: 0px;
    background-image: url("../img/controls/close-white.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 759px) {
      .video-lightbox .close-vid {
        width: 16px;
        height: 16px;
        position: absolute;
        right: 20px;
        top: 20px;
        background-image: url("../img/controls/close-black.svg");
        background-size: contain;
        background-position: center;
        border: none;
        padding: 0px;
        background-repeat: no-repeat;
        z-index: 10;
        background-image: url("../img/controls/close-white.svg");
        right: 0px; } }
  .video-lightbox .view-work-link,
  .video-lightbox .share-vid-lb {
    color: white;
    position: absolute;
    bottom: -30px;
    right: 0px;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid white;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (max-width: 759px) {
      .video-lightbox .view-work-link,
      .video-lightbox .share-vid-lb {
        display: inline-block;
        margin: 15px auto;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        text-align: center; } }
  .video-lightbox .view-work-link {
    right: auto;
    left: 0;
    display: none; }
    @media (max-width: 759px) {
      .video-lightbox .view-work-link {
        left: auto; } }
    .video-lightbox .view-work-link.show {
      display: inline-block; }
  @media (max-width: 759px) {
    .video-lightbox .share-vid-lb {
      float: right; } }

.single-roster .view-work-link.show, .single-roster .view-work-link.hide {
  display: none; }

@media (min-width: 760px) {
  body.home .video-lightbox .video-content {
    width: 80%;
    max-width: 100%;
    background: transparent; }
    body.home .video-lightbox .video-content:after {
      content: '';
      padding-bottom: calc(56.25% + 49px);
      display: block; }
    body.home .video-lightbox .video-content .vid-things {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    body.home .video-lightbox .video-content .video {
      height: calc(100% - 49px);
      background: black; }
      body.home .video-lightbox .video-content .video .thevid {
        height: 100%;
        background: black; }
    body.home .video-lightbox .video-content .share-vid-lb,
    body.home .video-lightbox .video-content .view-work-link,
    body.home .video-lightbox .video-content .vid-info {
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in;
      transition: opacity 0.5s ease-in; }
    body.home .video-lightbox .video-content:hover .share-vid-lb,
    body.home .video-lightbox .video-content:hover .view-work-link,
    body.home .video-lightbox .video-content:hover .vid-info {
      opacity: 1; } }

@media (min-aspect-ratio: 2 / 1) {
  body.home .video-lightbox .video-content {
    width: 60%; } }

.work-item {
  -webkit-transition: none;
  transition: none;
  position: relative;
  width: 23%;
  margin: 0 .8% 2%;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1; }
  .work-item:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .work-item .content {
    position: absolute;
    width: 100%;
    height: 100%; }
  .work-item .mobile-content {
    display: none; }
  .work-item .play-button-wrapper {
    display: none; }
  .work-item .work-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center; }
  .work-item .thumb-client {
    opacity: 0;
    position: absolute;
    font-family: FFBauWebProBold;
    bottom: -16px;
    letter-spacing: 4px;
    left: 20px;
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px; }
  .work-item .vid-launch {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 300;
    background-size: cover;
    background-position: center;
    /*.thumb-client {
			opacity:0;
			position:absolute;
			@include fontBold;
			bottom:-16px;
			letter-spacing: 4px;
			left:20px;
			//@include transition(all 0.15s ease-out 0s);
			color:black;
			text-transform: uppercase;
			font-size: 20px;
			line-height: 26px;
		}*/ }
    .work-item .vid-launch .content-opacity {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0; }
    .work-item .vid-launch:hover .content-opacity {
      background-color: white;
      opacity: .4; }
    .work-item .vid-launch:hover .thumb-client {
      opacity: 1; }
  .work-item .work-image {
    width: 100%;
    height: 100%; }
  .work-item .work-content {
    display: none; }
    .work-item .work-content .title {
      display: none; }
    .work-item .work-content .client {
      font-family: FFBauWebProBold; }
    .work-item .work-content .director {
      display: none; }
    .work-item .work-content .share-link {
      display: none; }
  @media (max-width: 959px) {
    .work-item {
      position: relative;
      width: 48%;
      margin: 0 .8% 2%;
      display: inline-block;
      float: left; }
      .work-item:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .work-item .content {
        position: absolute;
        width: 100%;
        height: 100%; }
      .work-item .mobile-content {
        display: none; } }
  .work-item .video-details {
    display: none; }

@media (min-width: 959px) {
  .work-item.list {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -moz-perspective: 1000;
    -ms-transform: translateZ(0);
    -ms-backface-visibility: hidden;
    -ms-perspective: 1000;
    -o-transform: translateZ(0);
    -o-backface-visibility: hidden;
    -o-perspective: 1000;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    position: relative;
    width: 100%;
    margin: 0 .8% 2%;
    display: inline-block;
    float: left;
    margin: 0;
    text-decoration: none;
    margin-bottom: 0;
    overflow: hidden;
    /*&.active,
		&:hover {
			background:rgba(37, 37, 37, 1);
			//color:white;
			.play-button-wrapper {
				opacity: 1;
			}				
			.work-content {
				color:white;
				border-color:#252525;
				.client {
					color:white;
				}
				.share-link span {
					border-color:white;
				}
			}
			&:last-child {
				.work-content {
					border-color:#252525;
				}
			}			
		}*/ }
    .work-item.list:after {
      content: "";
      display: block;
      padding-bottom: 56%; }
    .work-item.list .content {
      position: absolute;
      width: 100%;
      height: 100%; }
    .work-item.list .mobile-content {
      display: none; }
    .work-item.list .content-opacity {
      display: none; }
    .work-item.list:after {
      padding-bottom: 0; }
    .work-item.list .work-image {
      position: relative;
      width: 66%;
      margin: 0 .8% 2%;
      display: inline-block;
      float: left;
      display: inline;
      margin: 0 auto;
      background-position: center;
      background-size: cover;
      max-width: none;
      max-height: none; }
      .work-item.list .work-image:after {
        content: "";
        display: block;
        padding-bottom: 50%; }
      .work-item.list .work-image .content {
        position: absolute;
        width: 100%;
        height: 100%; }
      .work-item.list .work-image .mobile-content {
        display: none; }
      .work-item.list .work-image .play-button-wrapper {
        z-index: 10000;
        display: block;
        opacity: 0;
        -webkit-transition: all 0.35s ease-out 0.1s;
        transition: all 0.35s ease-out 0.1s; }
      .work-item.list .work-image .thevid,
      .work-item.list .work-image .vid-container {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      .work-item.list .work-image .vid-launch {
        z-index: 1000; }
        .work-item.list .work-image .vid-launch .thumb-client {
          display: none; }
        .work-item.list .work-image .vid-launch .content-opacity {
          display: none; }
      .work-item.list .work-image .vid-container .thevid,
      .work-item.list .work-image .vid-container iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .work-item.list .work-content {
      opacity: 1;
      width: 34%;
      height: 100%;
      position: absolute;
      right: 0;
      display: inline;
      margin: 0 auto;
      text-align: center;
      color: black;
      text-transform: uppercase;
      border-top: 1px solid #252525;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 12px;
      line-height: 16px;
      padding: 50px 60px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column; } }
    @media (min-width: 959px) and (min-width: 960px) and (max-width: 1163px) {
      .work-item.list .work-content {
        padding: 50px 20px; } }

@media (min-width: 959px) {
      .work-item.list .work-content > div.black-content-box {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 100%;
        top: 0px;
        background: #252525;
        z-index: 10;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-transform: translateZ(0);
        -moz-backface-visibility: hidden;
        -moz-perspective: 1000;
        -ms-transform: translateZ(0);
        -ms-backface-visibility: hidden;
        -ms-perspective: 1000;
        -o-transform: translateZ(0);
        -o-backface-visibility: hidden;
        -o-perspective: 1000;
        transform: translateZ(0);
        backface-visibility: hidden;
        perspective: 1000; }
      .work-item.list .work-content .title {
        margin-bottom: 40px;
        height: 23%;
        margin: 0 10%;
        display: block;
        z-index: 11; }
      .work-item.list .work-content .client {
        font-family: FFBauWebProBold;
        letter-spacing: 6px;
        font-size: 22px;
        line-height: 26px;
        height: 60%;
        padding-bottom: 10px;
        position: relative;
        bottom: auto;
        opacity: 1;
        z-index: 11; }
      .work-item.list .work-content .director {
        display: block;
        height: 23%;
        padding-bottom: 10px;
        z-index: 11; }
        .work-item.list .work-content .director span {
          display: block; }
      .work-item.list .work-content .agency {
        display: block;
        height: 21%;
        padding-bottom: 10px;
        z-index: 11; }
      .work-item.list .work-content .share-link {
        height: 7%;
        text-decoration: none;
        display: block;
        cursor: pointer;
        z-index: 11; }
        .work-item.list .work-content .share-link span {
          border-bottom: 1px solid black;
          padding-bottom: 3px; }
    .work-item.list:last-child .work-content {
      border-bottom: 1px solid #ccc; }
    .work-item.list .video-details {
      display: none; }
    .work-item.list.active {
      z-index: 401; }
    .work-item.list.active .play-button-wrapper, .work-item.list:hover .play-button-wrapper {
      opacity: 1; }
    .work-item.list.active .work-content, .work-item.list:hover .work-content {
      color: white; }
      .work-item.list.active .work-content .black-content-box, .work-item.list:hover .work-content .black-content-box {
        right: 0; }
      .work-item.list.active .work-content .client, .work-item.list:hover .work-content .client {
        color: white; }
      .work-item.list.active .work-content .share-link span, .work-item.list:hover .work-content .share-link span {
        border-color: white; }
    .work-item.list.active:last-child .work-content, .work-item.list:hover:last-child .work-content {
      border-color: #252525; } }

@media (max-width: 959px) {
  .roster-data
.work-item,
  .work-item.list {
    width: 98%;
    height: inherit;
    text-decoration: none;
    margin-bottom: 0; } }
  @media (max-width: 959px) and (max-width: 759px) {
    .roster-data
.work-item,
    .work-item.list {
      margin-left: -10%;
      width: 118%; } }
  @media (max-width: 959px) and (max-width: 399px) {
    .roster-data
.work-item,
    .work-item.list {
      width: 120%; } }

@media (max-width: 959px) {
    .roster-data
.work-item .content-opacity,
    .work-item.list .content-opacity {
      display: none; }
    .roster-data
.work-item:after,
    .work-item.list:after {
      padding-bottom: 0; }
    .roster-data
.work-item .work-image,
    .work-item.list .work-image {
      position: relative;
      width: 100%;
      margin: 0 .8% 2%;
      display: inline-block;
      float: left;
      display: inline;
      margin: 0 auto;
      background-position: center;
      background-size: cover;
      max-width: none;
      max-height: none; }
      .roster-data
.work-item .work-image:after,
      .work-item.list .work-image:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .roster-data
.work-item .work-image .content,
      .work-item.list .work-image .content {
        position: absolute;
        width: 100%;
        height: 100%; }
      .roster-data
.work-item .work-image .mobile-content,
      .work-item.list .work-image .mobile-content {
        display: none; }
      .roster-data
.work-item .work-image .play-button-wrapper,
      .work-item.list .work-image .play-button-wrapper {
        z-index: 10000;
        display: block;
        opacity: 0;
        -webkit-transition: all 0.35s ease-out 0.1s;
        transition: all 0.35s ease-out 0.1s; }
      .roster-data
.work-item .work-image .vid-container,
      .work-item.list .work-image .vid-container {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      .roster-data
.work-item .work-image .vid-launch,
      .work-item.list .work-image .vid-launch {
        z-index: 1000; }
        .roster-data
.work-item .work-image .vid-launch .thumb-client,
        .work-item.list .work-image .vid-launch .thumb-client {
          display: none; }
        .roster-data
.work-item .work-image .vid-launch .content-opacity,
        .work-item.list .work-image .vid-launch .content-opacity {
          display: none; }
      .roster-data
.work-item .work-image .vid-container iframe,
      .work-item.list .work-image .vid-container iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .roster-data
.work-item .work-content,
    .work-item.list .work-content {
      opacity: 1;
      width: 100%;
      float: left;
      display: inline;
      margin: 0 auto;
      text-align: center;
      color: black;
      text-transform: uppercase;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 12px;
      line-height: 16px;
      padding: 40px 30px;
      height: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column; } }
    @media (max-width: 959px) and (max-width: 759px) {
      .roster-data
.work-item .work-content,
      .work-item.list .work-content {
        height: 280px;
        padding: 40px 30px 50px 38px; } }
    @media (max-width: 959px) and (max-width: 399px) {
      .roster-data
.work-item .work-content,
      .work-item.list .work-content {
        padding: 40px 30px; } }

@media (max-width: 959px) {
      .roster-data
.work-item .work-content .black-content-box,
      .work-item.list .work-content .black-content-box {
        display: none; }
      .roster-data
.work-item .work-content .title,
      .work-item.list .work-content .title {
        margin-bottom: 40px;
        height: 25%;
        margin: 0 10%;
        display: block; }
      .roster-data
.work-item .work-content .client,
      .work-item.list .work-content .client {
        font-family: FFBauWebProBold;
        letter-spacing: 6px;
        font-size: 22px;
        line-height: 26px;
        height: inherit;
        min-height: 60%;
        position: relative;
        bottom: auto;
        opacity: 1;
        padding: 10px 0px; }
      .roster-data
.work-item .work-content .director,
      .work-item.list .work-content .director {
        display: block;
        height: 25%;
        padding-bottom: 10px; }
        .roster-data
.work-item .work-content .director span,
        .work-item.list .work-content .director span {
          display: inline; }
      .roster-data
.work-item .work-content .agency,
      .work-item.list .work-content .agency {
        display: block;
        height: 21%;
        padding-bottom: 10px;
        z-index: 11; }
      .roster-data
.work-item .work-content .share-link,
      .work-item.list .work-content .share-link {
        height: 10%;
        font-size: 10px;
        text-decoration: none;
        display: block;
        cursor: pointer; }
        .roster-data
.work-item .work-content .share-link span,
        .work-item.list .work-content .share-link span {
          border-bottom: 1px solid black;
          padding-bottom: 3px; }
    .roster-data
.work-item .video-details,
    .work-item.list .video-details {
      display: none; }
    .roster-data
.work-item.active, .roster-data
.work-item:hover,
    .work-item.list.active,
    .work-item.list:hover {
      background: #252525; }
      .roster-data
.work-item.active .work-content, .roster-data
.work-item:hover .work-content,
      .work-item.list.active .work-content,
      .work-item.list:hover .work-content {
        color: white; }
        .roster-data
.work-item.active .work-content .client, .roster-data
.work-item:hover .work-content .client,
        .work-item.list.active .work-content .client,
        .work-item.list:hover .work-content .client {
          color: white; }
        .roster-data
.work-item.active .work-content .share-link span, .roster-data
.work-item:hover .work-content .share-link span,
        .work-item.list.active .work-content .share-link span,
        .work-item.list:hover .work-content .share-link span {
          border-color: white; }
    .roster-data
.work-item:hover .play-button-wrapper,
    .work-item.list:hover .play-button-wrapper {
      opacity: 1; }
    .roster-data
.work-item.active .play-button-wrapper, .roster-data
.work-item.active:hover .play-button-wrapper,
    .work-item.list.active .play-button-wrapper,
    .work-item.list.active:hover .play-button-wrapper {
      opacity: 0; } }

@media (max-width: 959px) {
  .roster-data
.work-item.active, .roster-data
.work-item:hover,
  .work-item.list.active,
  .work-item.list:hover {
    background: white;
    color: black; }
    .roster-data
.work-item.active .work-content, .roster-data
.work-item:hover .work-content,
    .work-item.list.active .work-content,
    .work-item.list:hover .work-content {
      color: black; }
      .roster-data
.work-item.active .work-content .client, .roster-data
.work-item:hover .work-content .client,
      .work-item.list.active .work-content .client,
      .work-item.list:hover .work-content .client {
        color: black; }
      .roster-data
.work-item.active .work-content .share-link span, .roster-data
.work-item:hover .work-content .share-link span,
      .work-item.list.active .work-content .share-link span,
      .work-item.list:hover .work-content .share-link span {
        border-color: black; }
  .roster-data
.work-item:hover .play-button-wrapper,
  .work-item.list:hover .play-button-wrapper {
    opacity: 0; }
  .roster-data
.work-item.active .play-button-wrapper, .roster-data
.work-item.active:hover .play-button-wrapper,
  .work-item.list.active .play-button-wrapper,
  .work-item.list.active:hover .play-button-wrapper {
    opacity: 0; } }

.share-dialog-cloak {
  z-index: 6000; }

.bio-cloak, .share-dialog-cloak {
  display: none; }

.bio-overlay, .share-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .bio-overlay .close-wrap, .share-overlay .close-wrap {
    height: 0px;
    background: transparent;
    width: 60%;
    position: relative;
    overflow: visible; }
    @media (min-width: 960px) and (max-width: 1163px) {
      .bio-overlay .close-wrap, .share-overlay .close-wrap {
        width: 80%; } }
    @media (max-width: 959px) {
      .bio-overlay .close-wrap, .share-overlay .close-wrap {
        width: 80%; } }
    @media (max-width: 759px) {
      .bio-overlay .close-wrap, .share-overlay .close-wrap {
        position: static;
        width: auto; } }
  .bio-overlay .close-bio, .share-overlay .close-bio {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 0px;
    top: 20;
    background-image: url("../img/controls/close-white.svg");
    background-size: contain;
    background-position: center;
    border: none;
    padding: 0px;
    background-repeat: no-repeat;
    z-index: 10;
    right: 0px;
    top: -30px;
    text-decoration: none; }
    @media (max-width: 759px) {
      .bio-overlay .close-bio, .share-overlay .close-bio {
        right: 20px;
        top: 20px;
        background-image: url("../img/controls/close-black.svg"); } }
    @media (max-width: 759px) {
      .bio-overlay .close-bio, .share-overlay .close-bio {
        top: 30px;
        right: 30px; } }
  .bio-overlay .bio-overlay-content, .share-overlay .bio-overlay-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 60%;
    float: none;
    background: #fff;
    min-height: 300px;
    max-height: 80%;
    overflow: auto;
    padding: 70px 80px;
    background: white; }
    .bio-overlay .bio-overlay-content .modal-in, .share-overlay .bio-overlay-content .modal-in {
      /*
		margin: 40px 0;
		padding:70px 80px;
		background:white;
		@include breakpoint(break){
			padding:50px;
		}
		@include breakpoint(small){
			margin:0;
			padding:30px;
		}
		*/ }
    @media (min-width: 760px) and (max-width: 959px) {
      .bio-overlay .bio-overlay-content, .share-overlay .bio-overlay-content {
        width: 80%; } }
    @media (max-width: 759px) {
      .bio-overlay .bio-overlay-content, .share-overlay .bio-overlay-content {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        width: auto;
        overflow: auto;
        max-height: none;
        min-height: 0; } }
    @media (min-width: 960px) and (max-width: 1163px) {
      .bio-overlay .bio-overlay-content, .share-overlay .bio-overlay-content {
        width: 80%; } }
    @media (max-width: 959px) {
      .bio-overlay .bio-overlay-content, .share-overlay .bio-overlay-content {
        padding: 50px; } }
    @media (max-width: 759px) {
      .bio-overlay .bio-overlay-content, .share-overlay .bio-overlay-content {
        margin: 0;
        padding: 30px; } }
    .bio-overlay .bio-overlay-content h2, .share-overlay .bio-overlay-content h2 {
      text-transform: uppercase;
      font-size: 22px;
      line-height: 24px;
      margin-bottom: 25px;
      font-family: FFBauWebProBold;
      letter-spacing: 8px;
      color: #000; }
    .bio-overlay .bio-overlay-content .bio, .share-overlay .bio-overlay-content .bio {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 40px;
      -moz-column-gap: 40px;
      column-gap: 40px;
      line-height: 24px;
      font-size: 16px;
      letter-spacing: 1px; }
    .bio-overlay .bio-overlay-content a, .share-overlay .bio-overlay-content a {
      text-decoration: none;
      padding-bottom: 4px;
      border-bottom: 1px solid black;
      font-size: 12px;
      text-transform: uppercase;
      color: black; }
    @media (min-width: 960px) and (max-width: 1163px) {
      .bio-overlay .bio-overlay-content .bio, .share-overlay .bio-overlay-content .bio {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
        min-height: initial; } }
    @media (max-width: 959px) {
      .bio-overlay .bio-overlay-content h2, .share-overlay .bio-overlay-content h2 {
        letter-spacing: 4px;
        margin-bottom: 20px; }
        .bio-overlay .bio-overlay-content h2 span, .share-overlay .bio-overlay-content h2 span {
          display: block; }
      .bio-overlay .bio-overlay-content .bio, .share-overlay .bio-overlay-content .bio {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
        min-height: initial; } }
  .bio-overlay .share-overlay-content, .share-overlay .share-overlay-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 60%;
    float: none;
    background: #fff;
    width: 500px; }
    .bio-overlay .share-overlay-content .modal-in, .share-overlay .share-overlay-content .modal-in {
      /*
		margin: 40px 0;
		padding:70px 80px;
		background:white;
		@include breakpoint(break){
			padding:50px;
		}
		@include breakpoint(small){
			margin:0;
			padding:30px;
		}
		*/ }
    @media (min-width: 760px) and (max-width: 959px) {
      .bio-overlay .share-overlay-content, .share-overlay .share-overlay-content {
        width: 80%; } }
    @media (max-width: 759px) {
      .bio-overlay .share-overlay-content, .share-overlay .share-overlay-content {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        width: auto;
        overflow: auto;
        max-height: none;
        min-height: 0; } }
    .bio-overlay .share-overlay-content .modal-in, .share-overlay .share-overlay-content .modal-in {
      padding: 50px 80px 80px; }
    @media (max-width: 759px) {
      .bio-overlay .share-overlay-content, .share-overlay .share-overlay-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /* Safari */
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 10px; } }
    @media (max-width: 759px) {
      .bio-overlay .share-overlay-content .modal-in, .share-overlay .share-overlay-content .modal-in {
        padding: 40px 30px;
        text-align: center;
        margin-bottom: 10px;
        width: 100%;
        height: auto; }
        .bio-overlay .share-overlay-content .modal-in form, .share-overlay .share-overlay-content .modal-in form {
          margin-bottom: 20px; } }
    .bio-overlay .share-overlay-content h2, .share-overlay .share-overlay-content h2 {
      text-transform: uppercase;
      font-size: 22px;
      margin-bottom: 25px;
      font-family: FFBauWebProBold;
      letter-spacing: 8px;
      text-align: center; }
    .bio-overlay .share-overlay-content form input[type="email"],
    .bio-overlay .share-overlay-content form input[type="text"], .share-overlay .share-overlay-content form input[type="email"],
    .share-overlay .share-overlay-content form input[type="text"] {
      display: block;
      border: none;
      padding: 10px 15px 4px;
      height: 48px;
      margin-top: 20px;
      border: 0;
      outline: none; }
    .bio-overlay .share-overlay-content form .form-error, .share-overlay .share-overlay-content form .form-error {
      color: #c92d2a;
      font-size: 10px;
      line-height: 14px;
      line-height: 1.2em;
      text-align: center;
      margin-top: 7px;
      display: none; }
    .bio-overlay .share-overlay-content form textarea, .share-overlay .share-overlay-content form textarea {
      resize: none;
      padding: 10px 5px 0px;
      margin: 60px 0px;
      line-height: 14px;
      border: 0;
      outline: none; }
      @media (max-width: 759px) {
        .bio-overlay .share-overlay-content form textarea, .share-overlay .share-overlay-content form textarea {
          margin-bottom: 10px; } }
    .bio-overlay .share-overlay-content form input[type="email"],
    .bio-overlay .share-overlay-content form textarea, .bio-overlay .share-overlay-content form input[type="text"], .share-overlay .share-overlay-content form input[type="email"],
    .share-overlay .share-overlay-content form textarea, .share-overlay .share-overlay-content form input[type="text"] {
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      border-bottom: 1px solid #111111;
      border-radius: 0px;
      font-size: 12px;
      color: #111111;
      width: 100%; }
      .bio-overlay .share-overlay-content form input[type="email"] ::-webkit-input-placeholder,
      .bio-overlay .share-overlay-content form textarea ::-webkit-input-placeholder, .bio-overlay .share-overlay-content form input[type="text"] ::-webkit-input-placeholder, .share-overlay .share-overlay-content form input[type="email"] ::-webkit-input-placeholder,
      .share-overlay .share-overlay-content form textarea ::-webkit-input-placeholder, .share-overlay .share-overlay-content form input[type="text"] ::-webkit-input-placeholder {
        color: #111111;
        opacity: 1 !important;
        /* for chrome */ }
      .bio-overlay .share-overlay-content form input[type="email"] :-moz-placeholder,
      .bio-overlay .share-overlay-content form textarea :-moz-placeholder, .bio-overlay .share-overlay-content form input[type="text"] :-moz-placeholder, .share-overlay .share-overlay-content form input[type="email"] :-moz-placeholder,
      .share-overlay .share-overlay-content form textarea :-moz-placeholder, .share-overlay .share-overlay-content form input[type="text"] :-moz-placeholder {
        /* Firefox 18- */
        color: #111111; }
      .bio-overlay .share-overlay-content form input[type="email"] ::-moz-placeholder,
      .bio-overlay .share-overlay-content form textarea ::-moz-placeholder, .bio-overlay .share-overlay-content form input[type="text"] ::-moz-placeholder, .share-overlay .share-overlay-content form input[type="email"] ::-moz-placeholder,
      .share-overlay .share-overlay-content form textarea ::-moz-placeholder, .share-overlay .share-overlay-content form input[type="text"] ::-moz-placeholder {
        /* Firefox 19+ */
        color: #111111; }
      .bio-overlay .share-overlay-content form input[type="email"] :-ms-input-placeholder,
      .bio-overlay .share-overlay-content form textarea :-ms-input-placeholder, .bio-overlay .share-overlay-content form input[type="text"] :-ms-input-placeholder, .share-overlay .share-overlay-content form input[type="email"] :-ms-input-placeholder,
      .share-overlay .share-overlay-content form textarea :-ms-input-placeholder, .share-overlay .share-overlay-content form input[type="text"] :-ms-input-placeholder {
        color: #111111; }
    .bio-overlay .share-overlay-content form button, .share-overlay .share-overlay-content form button {
      float: right;
      color: black;
      padding: 10px 10px 8px;
      min-width: 140px;
      display: inline-block;
      font-size: 12px;
      text-decoration: none;
      text-align: center;
      border: 1px solid black;
      text-shadow: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-transform: uppercase;
      letter-spacing: 1px;
      box-shadow: none !important;
      border-radius: 0;
      background-color: transparent;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      .bio-overlay .share-overlay-content form button:hover, .share-overlay .share-overlay-content form button:hover {
        background-color: #111111;
        color: white; }
      @media (max-width: 759px) {
        .bio-overlay .share-overlay-content form button, .share-overlay .share-overlay-content form button {
          float: none;
          display: inline-block; } }
    .bio-overlay .share-overlay-content form .share-reel-social, .share-overlay .share-overlay-content form .share-reel-social {
      margin-top: 11px;
      float: left; }
      .bio-overlay .share-overlay-content form .share-reel-social .insta, .share-overlay .share-overlay-content form .share-reel-social .insta {
        display: none; }
      .bio-overlay .share-overlay-content form .share-reel-social a, .share-overlay .share-overlay-content form .share-reel-social a {
        text-decoration: none; }
      .bio-overlay .share-overlay-content form .share-reel-social svg, .share-overlay .share-overlay-content form .share-reel-social svg {
        width: 20px;
        height: 21px;
        margin: 0 5px; }
        .bio-overlay .share-overlay-content form .share-reel-social svg .st0, .share-overlay .share-overlay-content form .share-reel-social svg .st0 {
          fill: #1c1c1c !important; }
        .bio-overlay .share-overlay-content form .share-reel-social svg .st1, .share-overlay .share-overlay-content form .share-reel-social svg .st1 {
          fill: #fff !important; }
      @media (max-width: 759px) {
        .bio-overlay .share-overlay-content form .share-reel-social, .share-overlay .share-overlay-content form .share-reel-social {
          float: none;
          margin: 10px 0px 20px; } }
    .bio-overlay .share-overlay-content .close-share, .share-overlay .share-overlay-content .close-share {
      width: 16px;
      height: 16px;
      position: absolute;
      right: 20px;
      top: 20px;
      background-image: url("../img/controls/close-black.svg");
      background-size: contain;
      background-position: center;
      border: none;
      padding: 0px;
      background-repeat: no-repeat;
      z-index: 10; }

.mobile .bio-overlay .bio-overlay-content {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; }

.play-button-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  text-align: center;
  pointer-events: none; }

.video-play-button {
  width: 140px;
  background: #222;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  z-index: 400;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  height: inherit;
  overflow: auto;
  color: white; }
  .video-play-button span {
    display: inline-block;
    float: left;
    height: 33px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .video-play-button span.play-button {
      border-left: 1px solid white;
      padding-top: 4px;
      background-image: url(../img/controls/play-button-white.png);
      background-position: center center;
      background-repeat: no-repeat; }
      .video-play-button span.play-button img {
        display: none; }
    .video-play-button span.play {
      padding-top: 9px;
      font-size: 14px; }

.mobile-scrollup {
  display: none; }

@media (max-width: 759px) {
  .scrollup-trigger {
    width: 0px;
    height: 0px;
    background: transparent;
    position: absolute;
    top: 52px;
    left: 0; }
  .scrollup-logo {
    width: 190px;
    position: absolute;
    left: 15px;
    top: 5px; }
  .mobile-scrollup {
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 50px;
    opacity: 0;
    pointer-events: none;
    display: block; }
    .mobile-scrollup.in-play {
      pointer-events: auto;
      opacity: 1; }
    .mobile-scrollup .lines-button {
      width: 28px;
      height: 20px;
      position: absolute;
      right: 15px;
      top: 15px;
      -webkit-transition: .3s;
      transition: .3s;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      /* */ }
      .mobile-scrollup .lines-button:hover {
        opacity: 1; }
      .mobile-scrollup .lines-button:active {
        -webkit-transition: 0;
        transition: 0; }
    .mobile-scrollup .lines {
      display: inline-block;
      width: 28px;
      height: 2px;
      background: black;
      -webkit-transition: all 3s ease 0s;
      transition: all 3s ease 0s;
      position: absolute;
      top: 10px;
      right: 0px; }
      .mobile-scrollup .lines:before, .mobile-scrollup .lines:after {
        display: inline-block;
        width: 28px;
        height: 2px;
        background: black;
        -webkit-transition: all 3s ease 0s;
        transition: all 3s ease 0s;
        position: absolute;
        left: 0;
        content: '';
        -webkit-transform-origin: 0.25rem center;
        transform-origin: 0.25rem center; }
      .mobile-scrollup .lines:before {
        top: 7px; }
      .mobile-scrollup .lines:after {
        top: -7px; }
    .mobile-scrollup .lines-button.x2 {
      color: white; }
      .mobile-scrollup .lines-button.x2 .lines {
        -webkit-transition: background .3s .5s ease;
        transition: background .3s .5s ease; }
        .mobile-scrollup .lines-button.x2 .lines:before, .mobile-scrollup .lines-button.x2 .lines:after {
          -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          transition: top .3s .6s ease, -webkit-transform .3s ease;
          -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
          transition: top .3s .6s ease, transform .3s ease;
          transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease; }
    .mobile-scrollup .lines-button.x2.close {
      color: white; }
      .mobile-scrollup .lines-button.x2.close .lines {
        -webkit-transition: background .3s 0s ease;
        transition: background .3s 0s ease;
        background: transparent; }
        .mobile-scrollup .lines-button.x2.close .lines:before, .mobile-scrollup .lines-button.x2.close .lines:after {
          transition: all .3s ease, -webkit-transform .3s .5s ease;
          -webkit-transition: all .3s ease, -webkit-transform .3s .5s ease;
          transition: all .3s ease, transform .3s .5s ease;
          transition: all .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
          top: 0;
          background: white; }
        .mobile-scrollup .lines-button.x2.close .lines:before {
          -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg); }
        .mobile-scrollup .lines-button.x2.close .lines:after {
          -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg); } }

body, html {
  margin: 0;
  padding: 0;
  font-family: FFBauWebPro; }

body {
  overflow-x: hidden; }

a, a:focus, a:active, a:hover {
  outline: 0; }

a {
  outline: 0;
  /*
  @include transition(opacity 0.2s ease-out);	
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility:    hidden;
		-ms-backface-visibility:     hidden;
		-o-backface-visibility:     hidden;
		backface-visibility:     hidden; 
    */ }

p, li {
  font-size: 16px;
  line-height: 22px; }

h1, h2, h3, h4, h5 {
  margin: 0; }

.xx {
  width: 1164px;
  margin: 0 auto; }
  @media (min-width: 960px) and (max-width: 1163px) {
    .xx {
      width: 960px; } }
  @media (min-width: 760px) and (max-width: 959px) {
    .xx {
      width: 600px; } }
  @media (max-width: 759px) {
    .xx {
      width: 100%;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      min-width: 300px; } }

.error-404 {
  text-align: center;
  height: 80vh; }
  .error-404 h1 {
    font-size: 180px;
    color: #666;
    line-height: 1.2em;
    padding: 150px 0 20px; }
  .error-404 p {
    max-width: 600px;
    margin: 0 auto;
    color: #666;
    font-size: 20px;
    line-height: 1.05;
    border-top: 3px solid #666;
    padding: 50px;
    margin-bottom: 100px; }

.burger {
  position: absolute;
  top: 8px;
  left: 7px;
  width: 24px; }
  .burger > div {
    width: 100%;
    height: 5px;
    background: white;
    border-radius: 3px; }
    .burger > div.line2 {
      margin: 2px 0; }

body {
  min-height: 100vh;
  /**
  * Making the <body> element behave like a flexbox container:
  */
  /* Ye Olde Flexbox for Webkit */
  display: -webkit-box;
  /* Tweener flexbox */
  display: -ms-flexbox;
  /* Prefixed "new flexbox" */
  /* unprefixed standard "new flexbox" version */
  display: flex;
  /**
  * Making the things inside <body> line up vertically
  */
  /* Your grandparents flexbox for Webkit */
  -webkit-box-orient: vertical;
  /* Prefixed new syntax: */
  /* Same syntax for weird IE tweener */
  -ms-flex-direction: column;
  /* unprefixed new syntax */
  flex-direction: column;
  padding: 0;
  margin: 0; }

textarea:focus, input:focus, button:focus {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-modify: read-write-plaintext-only;
  outline: 0; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

.consulate {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: calc(100vh - 220px); }
  @media (max-width: 759px) {
    .consulate {
      padding: 1rem 1rem 2rem;
      overflow: hidden; } }

.thevid {
  background: black; }

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