.lity {
  z-index: 9999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.8);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .lity.lity-opened {
    opacity: 1; }
  .lity.lity-closed {
    opacity: 0; }
  .lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }
  .lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); }

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .lity-close::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .lity-close:active {
    top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 60vw; }
  @media screen and (max-width: 768px) {
    .lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
      max-width: 80vw; } }
  @media screen and (max-width: 480px) {
    .lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
      max-width: 90vw; } }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }
  .lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

.lity-hide {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("img/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 39px;
  height: 38px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 40%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 999; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "montserratblack";
    opacity: 1; }

.slick-prev {
  left: 0px;
  z-index: 1; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0px; }
  .slick-prev:before {
    content: '';
    display: block;
    background: url("img/mvmt-slider-leftarrow.png") no-repeat;
    width: 39px;
    height: 38px; }
    [dir="rtl"] .slick-prev:before {
      background: url("img/mvmt-slider-rightarrow.png") no-repeat; }

.slick-next {
  right: 0px;
  z-index: 1; }
  [dir="rtl"] .slick-next {
    left: 0px;
    right: auto; }
  .slick-next:before {
    content: '';
    display: block;
    background: url("img/mvmt-slider-rightarrow.png") no-repeat;
    width: 39px;
    height: 38px; }
    [dir="rtl"] .slick-next:before {
      background: url("img/mvmt-slider-leftarrow.png") no-repeat; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 100px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 86%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        content: "";
        display: block;
        line-height: 20px;
        text-align: center;
        background: white;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: 1px solid white;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%; }
    .slick-dots li.slick-active button:before {
      background: black;
      opacity: 1; }

#revealed {
  background: none; }
  #revealed .nav-open-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(14, 14, 14, 0.9); }

.page-header {
  height: 80vh !important;
  position: relative; }
  @media screen and (max-width: 768px) {
    .page-header {
      height: 70vh !important; } }
  .page-header:after {
    content: "";
    width: 30px;
    height: 63px;
    background: url(img/scroll-guy.png) no-repeat;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation-name: scrollguy;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-name: scrollguy;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    opacity: 1;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease; }
  .page-header.scrolled:after {
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease; }
@keyframes scrollguy {
  0% {
    bottom: 40px; }
  40% {
    bottom: 40px; }
  50% {
    bottom: 50px; }
  60% {
    bottom: 40px; } }
@-webkit-keyframes scrollguy {
  0% {
    bottom: 40px; }
  40% {
    bottom: 40px; }
  50% {
    bottom: 50px; }
  60% {
    bottom: 40px; } }
.margin-auto {
  margin: 0px auto; }

.float-none {
  float: none; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.width-60 {
  width: 60%; }

.width-50 {
  width: 50%; }

.width-20 {
  width: 20%; }

h2 {
  margin-bottom: 25px !important; }

h5 {
  font-size: 18.6px !important; }

h6 {
  font-size: 18px; }

p {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 600 !important; }
  @media screen and (max-width: 480px) {
    p {
      font-size: 16px !important;
      line-height: 24px !important; } }

.uppercase {
  text-transform: uppercase; }

.is-bold {
  font-family: "montserratbold", sans-serif !important; }

.is-not-bold {
  font-family: "montserrathairline", sans-serif !important; }

@media screen and (max-width: 1200px) {
  .navigation {
    margin: 20px; } }
@media screen and (max-width: 768px) {
  .navigation {
    margin: 0px;
    margin-top: 0px; } }
.navigation .left-logo {
  position: fixed;
  left: 40px;
  top: 50px; }
  @media screen and (max-width: 1200px) {
    .navigation .left-logo {
      top: 30px; } }
  @media screen and (max-width: 768px) {
    .navigation .left-logo {
      top: 20px;
      left: 5%; } }
  .navigation .left-logo img {
    height: 30px; }
  .navigation .left-logo.logo-black {
    display: none; }
.navigation .c-hamburger.is-active span::before {
  background-color: #0E0E0E; }
.navigation .c-hamburger.is-active span::after {
  background-color: #0E0E0E; }
@media screen and (max-width: 768px) {
  .navigation .c-hamburger.is-active ~ .left-logo {
    display: none; } }

.reveal-nav {
  right: 0;
  left: unset;
  height: 100%;
  width: 100%;
  transition: all 0.5s !important; }
  .reveal-nav.open {
    opacity: 1;
    visibility: visible;
    width: 100%; }
    .reveal-nav.open nav {
      width: 460px; }
      @media screen and (max-width: 768px) {
        .reveal-nav.open nav {
          width: 100%; } }
  .reveal-nav .footer-nav * {
    color: #0E0E0E; }
  .reveal-nav .footer-nav {
    position: absolute;
    bottom: 50px;
    right: 50px;
    margin: 0px;
    padding: 0px; }
    .reveal-nav .footer-nav a {
      margin-left: 20px; }
  .reveal-nav nav {
    margin: 0px;
    background: white;
    height: 100vh;
    width: 0px;
    float: right;
    transition: all 0.3s !important;
    position: relative; }
    .reveal-nav nav .storytellers-header {
      text-transform: uppercase;
      font-size: 0.69em;
      position: absolute;
      top: 0px;
      left: 0px;
      top: 58px;
      left: 20px;
      color: #0E0E0E; }
      @media screen and (max-width: 768px) {
        .reveal-nav nav .storytellers-header {
          top: 28px; } }
      .reveal-nav nav .storytellers-header span {
        color: #0E0E0E;
        font-family: "montserratbold", sans-serif !important; }
    .reveal-nav nav ul {
      padding: 0px 20px; }
    .reveal-nav nav li {
      padding: 0px 0px; }
      .reveal-nav nav li a {
        color: #0E0E0E;
        font-family: "montserratbold", sans-serif !important;
        font-size: 22px !important;
        padding: 8px 28px;
        margin: 0px 0px;
        border-bottom: 1px solid white;
        transition: all 0.3s ease; }
        @media screen and (max-width: 1940px) {
          .reveal-nav nav li a {
            padding: 17px 28px; } }
        @media screen and (max-width: 768px) {
          .reveal-nav nav li a {
            padding: 4px 0px; } }
        .reveal-nav nav li a:hover, .reveal-nav nav li a:focus {
          color: #505050 !important; }
      .reveal-nav nav li.is-review {
        margin-top: 50px;
        border-top: 2px solid #0E0E0E; }
        @media screen and (max-width: 480px) {
          .reveal-nav nav li.is-review {
            margin-top: 30px; } }
        .reveal-nav nav li.is-review a {
          color: #0E0E0E; }
      .reveal-nav nav li .sub-menu {
        margin: -8px 0 30px 0; }
        @media screen and (max-width: 768px) {
          .reveal-nav nav li .sub-menu {
            margin: 0px 0 30px 0; } }
        @media screen and (max-width: 480px) {
          .reveal-nav nav li .sub-menu {
            margin: 0px 0 20px 0; } }
        .reveal-nav nav li .sub-menu a {
          font-size: 0.9em !important;
          padding: 10px 30px 10px 0px;
          margin: 0px;
          font-family: "montserrathairline", sans-serif !important;
          font-weight: bold;
          text-transform: none !important;
          position: relative; }
          @media screen and (max-width: 768px) {
            .reveal-nav nav li .sub-menu a {
              padding: 2px 0px 2px 0px; } }
          .reveal-nav nav li .sub-menu a:after {
            content: "";
            position: absolute;
            top: 17px;
            right: 10px;
            width: 12px;
            height: 4px;
            background: #0E0E0E; }
            @media screen and (max-width: 768px) {
              .reveal-nav nav li .sub-menu a:after {
                top: 10px;
                right: -18px; } }
      .reveal-nav nav li.current_page_item {
        color: #505050 !important;
        border-bottom: 1px solid #505050; }
    .reveal-nav nav .menu-menu-container {
      padding: 120px 0px 0px 0px; }
      @media screen and (max-width: 768px) {
        .reveal-nav nav .menu-menu-container {
          padding: 80px 0px 0px 0px; } }

.image-is-full-width {
  height: auto; }
  .image-is-full-width p img {
    width: 100%;
    height: auto; }

.loader {
  height: 100vh;
  background-color: #000;
  position: absolute;
  z-index: 999999;
  top: 0px !important;
  left: 0px !important; }

.preloader {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999;
  background: #fff;
  background-image: url(img/fort-logo-tm-black.png);
  background-size: 576px 128px;
  background-repeat: no-repeat;
  background-position: center 40%; }
  @media screen and (max-width: 768px) {
    .preloader {
      background-size: 240px 53px; } }

.home-bg-vd video {
  width: auto;
  height: 120vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

footer {
  border-top: 2px solid white;
  margin-top: 30px; }
  footer .footer-container {
    padding: 70px 0px 70px 0px;
    position: relative;
    width: 83.33333%;
    margin: 0px auto; }
    @media screen and (max-width: 1200px) {
      footer .footer-container {
        width: 90%; } }
    footer .footer-container .footer-logo {
      float: left;
      max-width: 247px;
      margin: 0px; }
      @media screen and (max-width: 580px) {
        footer .footer-container .footer-logo {
          float: none;
          clear: both;
          text-align: center;
          margin: 0px auto; } }
    footer .footer-container .storytellers-footer {
      text-transform: uppercase;
      font-size: 0.69em;
      padding-top: 22px;
      text-align: center;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (max-width: 1120px) {
        footer .footer-container .storytellers-footer {
          padding-top: 0px;
          left: 0px;
          top: 140px;
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); } }
      @media screen and (max-width: 768px) {
        footer .footer-container .storytellers-footer {
          top: 125px; } }
      @media screen and (max-width: 580px) {
        footer .footer-container .storytellers-footer {
          left: 50%;
          top: 135px;
          bottom: initial;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
      footer .footer-container .storytellers-footer span {
        font-family: "montserratbold", sans-serif !important; }
    footer .footer-container .footer-menu {
      float: right;
      padding-top: 18px; }
      @media screen and (max-width: 768px) {
        footer .footer-container .footer-menu {
          padding-top: 11px; } }
      @media screen and (max-width: 580px) {
        footer .footer-container .footer-menu {
          padding-top: 100px;
          padding-left: 0px;
          float: none;
          display: inline-block;
          clear: both;
          text-align: center; } }
      footer .footer-container .footer-menu li {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        display: inline-block; }
        footer .footer-container .footer-menu li a {
          text-transform: uppercase;
          font-size: 0.85em;
          padding: 0px 8px;
          display: block; }
          footer .footer-container .footer-menu li a:last-child {
            padding-right: 0px; }
          @media screen and (max-width: 580px) {
            footer .footer-container .footer-menu li a {
              padding-bottom: 6px; } }
    footer .footer-container .copy {
      float: right;
      text-align: right;
      text-transform: uppercase; }
      @media screen and (max-width: 580px) {
        footer .footer-container .copy {
          float: none;
          text-align: center;
          padding-top: 40px; } }
      footer .footer-container .copy p {
        font-size: 0.8em !important; }

.btn-4 {
  background: rgba(14, 14, 14, 0.8);
  border: 1px solid rgba(14, 14, 14, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 480px) {
    .btn-4 {
      padding: 16px 30px; } }
  .btn-4:hover {
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: #0e0e0e; }

@media screen and (max-width: 480px) {
  .contact-form {
    width: 90% !important;
    margin: 0px auto !important; } }
.contact-form input, .contact-form textarea {
  font-weight: bold;
  font-size: 1.1em; }

.the-about-page * {
  box-sizing: border-box; }

.bg-about-sec-new h2{
  font-size: 1.8vw !important;
}

.the-about-page .section-title-header4 {
  font-size: 28px;
  text-transform: uppercase; }
.the-about-page .about-brand-purpose {
  width: 83.33333% !important; }
  @media screen and (max-width: 768px) {
    .the-about-page .about-brand-purpose {
      width: 90% !important; } }
.the-about-page .fort-story {
  padding: 180px 0px;
  width: 83.33333% !important;
  margin: 0px auto; }
  @media screen and (max-width: 768px) {
    .the-about-page .fort-story {
      width: 90% !important;
      padding: 100px 0px; } }
  .the-about-page .fort-story .btnn {
    margin: 20px 0px 0px 0px !important; }
  .the-about-page .fort-story .story-head {
    margin: 0px; }
  .the-about-page .fort-story h1 {
    font-size: 5vw;
    line-height: 1em;
    padding-top: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .the-about-page .fort-story h1 {
        font-size: 2em; } }
.the-about-page .page-section {
  padding: 0px; }
.the-about-page .leadership-container {
  padding: 120px 0px !important;
  width: 83.33333%;
  margin: 0px auto; }
  @media screen and (max-width: 768px) {
    .the-about-page .leadership-container {
      width: 90%; } }
  .the-about-page .leadership-container .section-title-header4 {
    padding-bottom: 30px; }
  .the-about-page .leadership-container .leader-items {
    margin: 0px !important;
    padding: 0px !important; }
    .the-about-page .leadership-container .leader-items .leader-item {
      width: 18%;
      padding: 0 1%;
      margin: 0 1%;
      float: left;
      height: auto; }
      @media screen and (max-width: 768px) {
        .the-about-page .leadership-container .leader-items .leader-item {
          width: 46%;
          height: 420px;
          padding: 0 2%;
          margin: 0 2%; } }
      @media screen and (max-width: 480px) {
        .the-about-page .leadership-container .leader-items .leader-item {
          width: 70%;
          margin: 0 15%;
          height: 400px; } }
      @media screen and (max-width: 420px) {
        .the-about-page .leadership-container .leader-items .leader-item {
          height: 370px; } }
      @media screen and (max-width: 380px) {
        .the-about-page .leadership-container .leader-items .leader-item {
          height: 330px; } }
      .the-about-page .leadership-container .leader-items .leader-item h4 {
        font-size: 1em; }
      .the-about-page .leadership-container .leader-items .leader-item h5 {
        font-size: 0.9em !important;
        letter-spacing: 2px; }
      .the-about-page .leadership-container .leader-items .leader-item img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #0E0E0E; }
      .the-about-page .leadership-container .leader-items .leader-item.is-exec img {
        border: 2px solid #f5f5f5; }
      @media screen and (max-width: 768px) {
        .the-about-page .leadership-container .leader-items .leader-item:last-child {
          margin: 0px 25%; } }
      @media screen and (max-width: 480px) {
        .the-about-page .leadership-container .leader-items .leader-item:last-child {
          margin: 0px 15%; } }

.fulscrn {
  background: rgba(14, 14, 14, 0.7); }
  .fulscrn iframe {
    margin: 3% 5%;
    width: 90%;
    height: 90%; }
  .fulscrn .close-button {
    top: 20px;
    right: 27px; }
    @media screen and (max-width: 768px) {
      .fulscrn .close-button {
        background: url(img/close-b.png) no-repeat;
        background-size: contain; } }

.leader-bio-holdr ::-webkit-scrollbar {
  width: 0.7em;
  height: 0.7em; }
.leader-bio-holdr ::-webkit-scrollbar-thumb {
  background: black; }
.leader-bio-holdr ::-webkit-scrollbar-track {
  background: white; }
.leader-bio-holdr body {
  scrollbar-face-color: black;
  scrollbar-track-color: black; }
.leader-bio-holdr .closer {
  top: 20px;
  right: 20px; }
  @media screen and (max-width: 768px) {
    .leader-bio-holdr .closer {
      background: url(img/close.png) no-repeat;
      background-size: contain; } }
.leader-bio-holdr .leader-bio * {
  color: #F1F1F1 !important; }
.leader-bio-holdr .leader-bio {
  max-height: 70vh;
  max-width: 100%;
  overflow-y: auto;
  background: rgba(14, 14, 14, 0.8); }
  @media screen and (max-width: 480px) {
    .leader-bio-holdr .leader-bio {
      padding: 40px 20px !important; } }
  .leader-bio-holdr .leader-bio h2 {
    text-align: left; }
  .leader-bio-holdr .leader-bio h2 span {
    display: inline !important;
    font-size: 18px !important; }
    @media screen and (max-width: 768px) {
      .leader-bio-holdr .leader-bio h2 span {
        display: block !important;
        float: none;
        clear: both; } }
  .leader-bio-holdr .leader-bio .bio-text {
    text-align: left;
    font-size: 16px !important;
    line-height: 24px !important; }
    .leader-bio-holdr .leader-bio .bio-text.three-columns {
      -webkit-columns: 3;
      -moz-columns: 3;
      columns: 3;
      -webkit-column-gap: 2em;
      -moz-column-gap: 2em;
      column-gap: 2em; }
      @media screen and (max-width: 1024px) {
        .leader-bio-holdr .leader-bio .bio-text.three-columns {
          -webkit-columns: 2;
          -moz-columns: 2;
          columns: 2; } }
      @media screen and (max-width: 768px) {
        .leader-bio-holdr .leader-bio .bio-text.three-columns {
          -webkit-columns: 1;
          -moz-columns: 1;
          columns: 1; } }
  @media screen and (max-width: 768px) {
    .leader-bio-holdr .leader-bio {
      max-height: 100vh; } }

@media screen and (max-width: 1940px) {
  .leader-item {
    height: 700px; } }
@media screen and (max-width: 1600px) {
  .leader-item {
    height: 600px; } }
@media screen and (max-width: 1480px) {
  .leader-item {
    height: 580px; } }
@media screen and (max-width: 1280px) {
  .leader-item {
    height: 540px; } }
@media screen and (max-width: 1024px) {
  .leader-item {
    height: 330px; } }
@media screen and (max-width: 768px) {
  .leader-item {
    height: auto; } }

.network-section {
  padding-top: 0px;
  text-align: center; }
  .network-section img {
    padding: 60px 0px;
    max-width: 100%; }

.about-brand-purpose h3 {
  font-size: 40px; }
  @media screen and (max-width: 768px) {
    .about-brand-purpose h3 {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    .about-brand-purpose h3 {
      font-size: 26px; } }

.bg-about-sec-new {
  background: url("img/newservices.jpg") no-repeat;
  width: 100%;
  height: 500px;
  padding-top: 40px !important; }
  @media screen and (max-width: 1024px) {
    .bg-about-sec-new {
      height: auto;
      padding-bottom: 50px !important; } }
  .bg-about-sec-new .width-50.float-right {
    padding-top: 6px;
    padding-left: 20px; }
  @media screen and (max-width: 1024px) {
    .bg-about-sec-new .width-50 {
      width: 100% !important;
      clear: both !important;
      float: none !important; }
      .bg-about-sec-new .width-50.float-right {
        padding-left: 0px;
        padding-top: 40px; } }
  @media screen and (max-width: 768px) {
    .bg-about-sec-new .col-10-12 {
      padding-left: 0px;
      padding-right: 0px;
      width: 90% !important;
      margin: 0px auto; }
      .bg-about-sec-new .col-10-12 h2 {
        font-size: 3.6vw !important; } }

.services-section {
  background: url("img/services-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding-top: 40px !important;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .services-section {
      height: auto; }
      .services-section .services {
        padding-bottom: 100px; } }
  .services-section .story-head {
    text-align: center;
    margin: 0px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    z-index: 4;
    text-align: center; }
  .services-section h1 {
    font-size: 3em;
    text-align: center;
    padding-top: 180px; }
    @media screen and (max-width: 1024px) {
      .services-section h1 {
        padding-top: 120px; } }
    @media screen and (max-width: 768px) {
      .services-section h1 {
        font-size: 2.4em; } }
    @media screen and (max-width: 480px) {
      .services-section h1 {
        font-size: 2.2em; } }
  .services-section .production-hovered, .services-section .creative-hovered {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9); }
    @media screen and (max-width: 1024px) {
      .services-section .production-hovered, .services-section .creative-hovered {
        opacity: 1;
        width: 100% !important;
        clear: both !important;
        float: none !important;
        position: initial;
        height: auto;
        background: none; } }
    .services-section .production-hovered p, .services-section .creative-hovered p {
      text-align: center;
      width: 400px;
      padding-top: 160px;
      margin: 0px auto;
      font-size: 1.5em !important;
      line-height: 1.5em !important; }
      @media screen and (max-width: 1024px) {
        .services-section .production-hovered p, .services-section .creative-hovered p {
          width: 90%;
          padding-top: 20px; } }
      @media screen and (max-width: 768px) {
        .services-section .production-hovered p, .services-section .creative-hovered p {
          font-size: 1.2em !important;
          line-height: 1.2em !important;
          width: 80%; } }
  .services-section .production-hovered {
    left: 0px; }
  .services-section .creative-hovered {
    right: 0px; }
  .services-section .production, .services-section .creative {
    position: absolute;
    top: 0px;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .services-section .production, .services-section .creative {
        width: 100% !important;
        clear: both !important;
        float: none !important;
        position: initial;
        height: auto; } }
    .services-section .production:hover, .services-section .creative:hover {
      background: rgba(0, 0, 0, 0.7);
      cursor: pointer; }
      @media screen and (max-width: 1024px) {
        .services-section .production:hover, .services-section .creative:hover {
          background: none; } }
  .services-section .production {
    right: 0px; }
  .services-section .production:hover ~ .creative h1 {
    opacity: 0.2; }
    @media screen and (max-width: 1024px) {
      .services-section .production:hover ~ .creative h1 {
        opacity: 1; } }
  .services-section .creative {
    left: 0px; }
  .services-section .creative:hover ~ .production h1 {
    opacity: 0.2; }
    @media screen and (max-width: 1024px) {
      .services-section .creative:hover ~ .production h1 {
        opacity: 1; } }
  .services-section .production:hover ~ .production-hovered {
    opacity: 1;
    z-index: 3; }
  .services-section .creative:hover ~ .creative-hovered {
    opacity: 1;
    z-index: 3; }

.video-section {
  width: 100%;
  height: 100vh; }
  .video-section.directors iframe {
    width: 100%;
    height: 110vh; }
  .video-section iframe {
    width: 100%;
    height: 100%; }

.prosperity-section, .juniorboard-section {
  width: 83.33333%;
  margin: 0px auto;
  padding: 120px 0px; }
  @media screen and (max-width: 768px) {
    .prosperity-section, .juniorboard-section {
      width: 90%; } }
  .prosperity-section img, .juniorboard-section img {
    max-width: 100%; }
  .prosperity-section h1, .juniorboard-section h1 {
    padding-top: 80px;
    padding-bottom: 30px;
    font-size: 4.3vw;
    line-height: 1em; }
  @media screen and (max-width: 1200px) {
    .prosperity-section .width-50.float-left, .juniorboard-section .width-50.float-left {
      padding-right: 40px; } }
  @media screen and (max-width: 1024px) {
    .prosperity-section .width-50, .juniorboard-section .width-50 {
      width: 100% !important;
      clear: both !important;
      float: none !important; } }
  @media screen and (max-width: 1024px) {
    .prosperity-section .width-50, .juniorboard-section .width-50 {
      width: 100% !important;
      clear: both !important;
      float: none !important; }
      .prosperity-section .width-50.float-left, .juniorboard-section .width-50.float-left {
        text-align: center;
        padding-right: 0px; }
      .prosperity-section .width-50.float-right, .juniorboard-section .width-50.float-right {
        margin-top: 40px; }
      .prosperity-section .width-50 h1 br, .juniorboard-section .width-50 h1 br {
        display: none; } }

.juniorboard-section h1 {
  padding-top: 0px;
  padding-bottom: 30px;
  font-size: 4.3vw; }

.holdthefort-section {
  background: #0E0E0E;
  width: 100%;
  height: 480px; }
  @media screen and (max-width: 1024px) {
    .holdthefort-section {
      height: auto; } }
  @media screen and (max-width: 768px) {
    .holdthefort-section {
      background-size: cover; } }
  .holdthefort-section .holdthefort {
    width: 83.33333%;
    margin: 0px auto;
    padding: 120px 0px; }
  .holdthefort-section img {
    max-width: 100%; }
  .holdthefort-section h1 {
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 3.4em; }
    @media screen and (max-width: 1024px) {
      .holdthefort-section h1 {
        padding-top: 0px; } }
  @media screen and (max-width: 1200px) {
    .holdthefort-section .width-50.float-left {
      padding-right: 40px; } }
  @media screen and (max-width: 1024px) {
    .holdthefort-section .width-50 {
      width: 100% !important;
      clear: both !important;
      float: none !important; }
      .holdthefort-section .width-50.float-left {
        text-align: center;
        padding-right: 0px; }
      .holdthefort-section .width-50.float-right {
        margin-top: 60px; } }

.movement.page-sep {
  margin-bottom: 100px; }
.movement h1 {
  color: #fff;
  font-size: 3vw;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 3.6vw;
  word-break: break-all;
  display: inline-block;
  font-family: "montserratblack", sans-serif;
  padding-left: 50px; }
.movement h3 {
  font-size: 2.2vw;
  font-family: "montserratlight", sans-serif;
  padding-left: 50px; }
.movement h4 {
  font-size: 1.8vw;
  font-family: "montserratlight", sans-serif;
  padding-left: 50px; }
.movement p {
  width: 30vw;
  padding-left: 50px; }
  @media screen and (max-width: 1600px) {
    .movement p {
      width: 50vw; } }
  @media screen and (max-width: 1280px) {
    .movement p {
      width: 80vw; } }
.movement .line {
  width: 15vw;
  height: 2px;
  background: white;
  margin: 40px 0px; }
  @media screen and (max-width: 1600px) {
    .movement .line {
      width: 25vw; } }
  @media screen and (max-width: 1280px) {
    .movement .line {
      width: 40vw; } }
.movement .left-pane {
  padding-top: 200px; }
.movement .movement-slider {
  padding: 0px 60px 0px 60px; }
  .movement .movement-slider .slick-slide {
    background: #DADADA; }
    .movement .movement-slider .slick-slide img {
      width: auto;
      max-width: 100%;
      height: 100%;
      margin: 0px auto; }
      @media screen and (max-width: 1380px) {
        .movement .movement-slider .slick-slide img {
          width: 100%;
          height: auto; } }
  .movement .movement-slider .slick-dots {
    bottom: -40px; }

.movement-videos.page-sep {
  margin-bottom: 100px; }
.movement-videos .movement-video-slider {
  padding: 0px 100px 0px 100px; }
  .movement-videos .movement-video-slider .slick-dots {
    bottom: -20px; }
  @media screen and (max-width: 1600px) {
    .movement-videos .movement-video-slider .slick-slide {
      height: 820px; } }
  @media screen and (max-width: 1480px) {
    .movement-videos .movement-video-slider .slick-slide {
      height: 760px; } }
  @media screen and (max-width: 1380px) {
    .movement-videos .movement-video-slider .slick-slide {
      height: 700px; } }
  @media screen and (max-width: 1024px) {
    .movement-videos .movement-video-slider .slick-slide {
      height: 640px; } }
  .movement-videos .movement-video-slider .slick-slide img {
    width: 100%; }
  .movement-videos .movement-video-slider .slick-slide p {
    text-align: center;
    padding: 20px; }

.contact-details {
  padding: 80px !important; }
  .contact-details h3 {
    font-size: 1.4em; }
  @media screen and (max-width: 1200px) {
    .contact-details .col-1-5 {
      width: 50%;
      margin-bottom: 20px; } }
  @media screen and (max-width: 1200px) {
    .contact-details .col-1-5:nth-child(5) {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .contact-details .col-1-5 {
      width: 100%; } }
  .contact-details .col-1-1 {
    text-align: center;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .contact-details .col-1-1 {
        margin-bottom: 20px;
        margin-top: 0px; } }
    .contact-details .col-1-1:before {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      background: white;
      margin: 20px auto; }

.page-template-blog {
  background-color: #fff; }
  .page-template-blog .left-logo.logo-black {
    display: block; }
  .page-template-blog .left-logo.logo-white {
    display: none; }
  .page-template-blog .c-hamburger span {
    background-color: #000; }
    .page-template-blog .c-hamburger span:before {
      background-color: #000; }
    .page-template-blog .c-hamburger span:after {
      background-color: #000; }
  .page-template-blog .c-hamburger.is-active span {
    background-color: #FFF; }
    .page-template-blog .c-hamburger.is-active span::before {
      background-color: #0E0E0E; }
    .page-template-blog .c-hamburger.is-active span::after {
      background-color: #0E0E0E; }
  .page-template-blog .black {
    color: #101010; }
  .page-template-blog .page-header {
    height: 40vh !important; }
    .page-template-blog .page-header .page-head {
      display: flex;
      justify-content: center;
      align-content: center;
      flex-wrap: wrap;
      width: 50%;
      height: 70%;
      padding: 40px 40px 40px 40px; }
      .page-template-blog .page-header .page-head h1 {
        text-align: center;
        justify-self: center;
        align-self: center; }
      .page-template-blog .page-header .page-head p {
        font-weight: bold;
        flex: 0 0 100%;
        text-align: center; }
  .page-template-blog .post-link {
    margin: 0px 1% 30px 1%;
    padding: 0;
    float: left;
    width: 48%;
    height: 50vh;
    display: block; }
    @media screen and (max-width: 1600px) {
      .page-template-blog .post-link {
        height: 55vh; } }
    @media screen and (max-width: 1024px) {
      .page-template-blog .post-link {
        width: 100%;
        float: none;
        clear: both;
        margin: 0px 0 30px 0;
        height: auto; } }
    .page-template-blog .post-link .blog-info {
      margin-top: 20px; }
      .page-template-blog .post-link .blog-info h1 {
        color: #0E0E0E;
        font-family: "montserratbold", sans-serif;
        font-size: 1.25em; }
      .page-template-blog .post-link .blog-info h3 {
        color: #0E0E0E;
        margin-top: 6px;
        font-weight: bold; }
        .page-template-blog .post-link .blog-info h3 span {
          color: #0E0E0E; }
    .page-template-blog .post-link .blog-image-overlay {
      position: relative;
      width: 100%;
      height: 40vh;
      top: 0px;
      left: 0px;
      overflow: hidden;
      z-index: 3; }
      @media screen and (max-width: 768px) {
        .page-template-blog .post-link .blog-image-overlay {
          height: 300px; } }
      @media screen and (max-width: 480px) {
        .page-template-blog .post-link .blog-image-overlay {
          height: 260px; } }
      @media screen and (max-width: 400px) {
        .page-template-blog .post-link .blog-image-overlay {
          height: 220px; } }
      @media screen and (max-width: 380px) {
        .page-template-blog .post-link .blog-image-overlay {
          height: 200px; } }
      .page-template-blog .post-link .blog-image-overlay .image-overlay {
        width: 100%;
        position: absolute;
        height: 100%;
        z-index: 2;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.025);
        transition: all 0.3s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease; }
      .page-template-blog .post-link .blog-image-overlay img {
        position: absolute;
        top: 0px;
        left: 0px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        z-index: 1; }
        @media screen and (max-width: 1024px) {
          .page-template-blog .post-link .blog-image-overlay img {
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
        @media screen and (max-width: 768px) {
          .page-template-blog .post-link .blog-image-overlay img {
            top: 0px;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0); } }
      .page-template-blog .post-link .blog-image-overlay:hover .image-overlay {
        background: rgba(0, 0, 0, 0.1); }
      .page-template-blog .post-link .blog-image-overlay:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2); }
  .page-template-blog .archived-posts {
    margin-top: -120px; }
    .page-template-blog .archived-posts .archive-main-title {
      color: #0E0E0E;
      font-size: 3.4vw;
      padding-left: 20px;
      text-transform: uppercase;
      font-family: "montserratbold", sans-serif;
      margin-bottom: 50px; }
      @media screen and (max-width: 1200px) {
        .page-template-blog .archived-posts .archive-main-title {
          font-size: 3em; } }
      @media screen and (max-width: 1024px) {
        .page-template-blog .archived-posts .archive-main-title {
          padding-left: 0px;
          font-size: 2.4em;
          margin-bottom: 30px; } }
      @media screen and (max-width: 480px) {
        .page-template-blog .archived-posts .archive-main-title {
          font-size: 1.8em;
          margin-bottom: 20px; } }
      @media screen and (max-width: 400px) {
        .page-template-blog .archived-posts .archive-main-title {
          font-size: 1.5em; } }
    .page-template-blog .archived-posts .post-link {
      height: 120px;
      border-bottom: 1px solid #E1E1E1;
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      margin-bottom: 0px;
      padding-top: 34px;
      padding-bottom: 34px;
      padding-left: 20px;
      float: left;
      display: inline-block;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease; }
      @media screen and (max-width: 1024px) {
        .page-template-blog .archived-posts .post-link {
          height: auto;
          padding-left: 0px; } }
      .page-template-blog .archived-posts .post-link:nth-child(1), .page-template-blog .archived-posts .post-link:nth-child(2) {
        border-top: 1px solid #fff; }
        .page-template-blog .archived-posts .post-link:nth-child(1):hover, .page-template-blog .archived-posts .post-link:nth-child(2):hover {
          border-top: 1px solid #E1E1E1; }
      .page-template-blog .archived-posts .post-link:hover {
        background: rgba(0, 0, 0, 0.05);
        border-right: 1px solid #E1E1E1;
        border-left: 1px solid #E1E1E1; }
      .page-template-blog .archived-posts .post-link .blog-info {
        margin-top: 0px; }
      .page-template-blog .archived-posts .post-link h1 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 94%; }
        @media screen and (max-width: 1024px) {
          .page-template-blog .archived-posts .post-link h1 {
            overflow: visible;
            max-width: 100%;
            text-overflow: initial;
            white-space: initial; } }
  .page-template-blog .series-holder {
    width: 60vw;
    height: 140px;
    background: url("img/series-bg.png") no-repeat;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    align-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }
    @media screen and (max-width: 1024px) {
      .page-template-blog .series-holder {
        width: 80vw; } }
    @media screen and (max-width: 768px) {
      .page-template-blog .series-holder {
        width: 90vw; } }
    .page-template-blog .series-holder .button {
      width: 100%; }
      .page-template-blog .series-holder .button .primary {
        width: 70%;
        margin: 44px auto 0px auto;
        text-align: center;
        padding: 12px 0px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.3em;
        background: rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease; }
        @media screen and (max-width: 400px) {
          .page-template-blog .series-holder .button .primary {
            width: 90%; } }
    .page-template-blog .series-holder:hover {
      cursor: pointer; }
      .page-template-blog .series-holder:hover .button .primary {
        background: rgba(0, 0, 0, 0.5); }
    .page-template-blog .series-holder h1 {
      padding-left: 50px;
      padding-bottom: 30px;
      border-bottom: 1px solid #fff;
      color: #fff;
      font-size: 4vw;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 3.6vw;
      display: inline-block;
      font-family: "montserratblack", sans-serif; }
  .page-template-blog .sub-holder-text {
    padding: 10px 20px;
    width: 60vw;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 80px; }
    @media screen and (max-width: 1024px) {
      .page-template-blog .sub-holder-text {
        width: 80vw; } }
    @media screen and (max-width: 768px) {
      .page-template-blog .sub-holder-text {
        width: 90vw; } }

.single-post * {
  box-sizing: border-box; }

.single-post {
  background: white; }
  @media screen and (max-width: 1600px) {
    .single-post .single-page-content {
      width: 83.33333%; } }
  @media screen and (max-width: 1200px) {
    .single-post .single-page-content {
      width: 90%; } }
  @media screen and (max-width: 1200px) {
    .single-post .single-page-bg {
      padding: 0px; } }
  .single-post .review-back {
    position: absolute;
    top: 49px;
    right: 120px; }
    @media screen and (max-width: 1200px) {
      .single-post .review-back {
        top: 39px; } }
    @media screen and (max-width: 768px) {
      .single-post .review-back {
        top: 20px;
        right: 80px; } }
    @media screen and (max-width: 480px) {
      .single-post .review-back {
        top: 70px;
        right: 20px;
        width: 160px; }
        .single-post .review-back img {
          width: 100%; } }
  @media screen and (max-width: 1024px) {
    .single-post .post-title {
      padding-top: 0px; } }
  @media screen and (max-width: 768px) {
    .single-post .post-title {
      width: 100% !important;
      float: none !important;
      clear: both;
      padding-top: 40px; } }
  .single-post .post-title h3 {
    padding: 20px 0px;
    border-bottom: 2px solid #0E0E0E; }
  .single-post .post-title .post-meta {
    border-bottom: 0px;
    margin: 10px 0 10px !important; }
  .single-post .post-title .author-avatar {
    text-transform: uppercase;
    font-size: 0.8em !important;
    font-weight: "montserrathairline", sans-serif !important; }
  .single-post .post-entry {
    font-family: "montserrathairline", sans-serif !important;
    position: relative; }
  .single-post .post-sharing * {
    background: #3E3E3E; }
  .single-post .post-sharing {
    background: #3E3E3E;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: -30px; }
    .single-post .post-sharing .post-sharing-inner {
      width: calc(70vw - 120px);
      margin: 0px auto; }
      @media screen and (max-width: 1600px) {
        .single-post .post-sharing .post-sharing-inner {
          width: calc(83.33333% - 120px); } }
      @media screen and (max-width: 1200px) {
        .single-post .post-sharing .post-sharing-inner {
          width: 90%; } }
    .single-post .post-sharing .share-text {
      float: left;
      text-align: left;
      color: #F2F2F2;
      padding-top: 2px; }
    .single-post .post-sharing .share-items {
      float: right;
      text-align: right;
      padding-top: 3px; }
      .single-post .post-sharing .share-items a {
        float: left;
        margin-left: 20px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .single-post .post-sharing .share-items a:hover {
          opacity: 0.7; }
        .single-post .post-sharing .share-items a img {
          padding: 0px;
          height: 22px; }
  .single-post .post-img {
    width: 40%;
    height: 400px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .single-post .post-img {
        margin: 0px auto;
        width: auto;
        overflow: visible; } }
    .single-post .post-img .the-image-circle {
      width: 360px;
      height: 360px;
      border: 10px solid #0E0E0E;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      margin: 0px auto; }
      @media screen and (max-width: 1200px) {
        .single-post .post-img .the-image-circle {
          width: 300px;
          height: 300px; } }
      @media screen and (max-width: 1024px) {
        .single-post .post-img .the-image-circle {
          width: 240px;
          height: 240px; } }
      @media screen and (max-width: 768px) {
        .single-post .post-img .the-image-circle {
          width: 300px;
          height: 300px; } }
    .single-post .post-img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .single-post .left-logo.logo-black {
    display: block; }
  .single-post .left-logo.logo-white {
    display: none; }
  .single-post .c-hamburger span {
    background-color: #0E0E0E; }
    .single-post .c-hamburger span::before {
      background-color: #0E0E0E; }
    .single-post .c-hamburger span::after {
      background-color: #0E0E0E; }
  .single-post .c-hamburger.is-active span {
    background-color: #FFF; }
    .single-post .c-hamburger.is-active span::before {
      background-color: #0E0E0E; }
    .single-post .c-hamburger.is-active span::after {
      background-color: #0E0E0E; }

.all-work-item {
  margin: 0.5%;
  width: 49% !important; }
  @media screen and (max-width: 768px) {
    .all-work-item {
      width: 100% !important;
      margin: 0%;
      margin-bottom: 10px; } }

.all-work-title {
  display: inline-block;
  float: left; }
  @media screen and (max-width: 768px) {
    .all-work-title {
      float: none;
      display: block; } }

.is-archive-page {
  padding-top: 100px; }

.no-work-yet {
  text-align: center; }

.page-template-template-portfolio .page-header {
  position: relative;
  margin: 0;
  height: 70vh;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: -moz-linear-gradient(top, transparent 0%, #0e0e0e 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #0e0e0e 100%);
  background: linear-gradient(to bottom, transparent 0%, #0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0e0e0e',GradientType=0 ); }
  .page-template-template-portfolio .page-header video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: 100%;
    z-index: -1000;
    overflow: hidden;
    background-size: cover; }

.the-dropdown {
  float: right;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .the-dropdown {
      float: none;
      display: block;
      margin-bottom: 20px;
      height: 60px; } }
  .the-dropdown .the-dropdown-inner {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 220px; }
    @media screen and (max-width: 768px) {
      .the-dropdown .the-dropdown-inner {
        float: right;
        margin-right: 60px; } }
    @media screen and (max-width: 480px) {
      .the-dropdown .the-dropdown-inner {
        width: calc(100% - 60px); } }
  .the-dropdown .dropdown-label {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 0.9em; }
    @media screen and (max-width: 480px) {
      .the-dropdown .dropdown-label {
        margin-bottom: 5px; } }
  .the-dropdown .arrow-open {
    width: 60px;
    height: 42px;
    display: inline-block;
    background: url(img/arrow-open.png) no-repeat center center;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 768px) {
      .the-dropdown .arrow-open {
        float: right; } }
    .the-dropdown .arrow-open:hover {
      cursor: pointer; }
    .the-dropdown .arrow-open.closed {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .the-dropdown .arrow-open.opened {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .the-dropdown .dropdown-content {
    overflow: hidden;
    height: 42px;
    min-height: 42px;
    padding: 0px 4px 4px 4px;
    width: 220px;
    background: #878787;
    display: inline-block;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2; }
    @media screen and (max-width: 480px) {
      .the-dropdown .dropdown-content {
        width: 100%; } }
    .the-dropdown .dropdown-content.expanded {
      height: auto; }
    .the-dropdown .dropdown-content.collapsed {
      height: 42px; }
    .the-dropdown .dropdown-content .currently-selected {
      font-family: "montserratbold", sans-serif;
      text-transform: uppercase;
      padding: 10px 8px;
      width: 196px;
      font-size: 1.1em; }
      @media screen and (max-width: 480px) {
        .the-dropdown .dropdown-content .currently-selected {
          width: calc(100% - 16px); } }
    .the-dropdown .dropdown-content a, .the-dropdown .dropdown-content .normal-link {
      width: 196px;
      display: block;
      float: none;
      clear: both;
      padding: 10px 8px;
      color: #0E0E0E;
      font-weight: bold;
      border-bottom: 2px solid #878787;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media screen and (max-width: 480px) {
        .the-dropdown .dropdown-content a, .the-dropdown .dropdown-content .normal-link {
          width: calc(100% - 16px); } }
      .the-dropdown .dropdown-content a:hover, .the-dropdown .dropdown-content .normal-link:hover {
        border-bottom: 2px solid #0E0E0E; }
    .the-dropdown .dropdown-content .normal-link:hover {
      border-bottom: 2px solid #878787; }

.tax-portfolio_cats .cat-header {
  width: 83.33333%;
  height: auto;
  display: block;
  margin: 50px auto 70px auto; }
  @media screen and (max-width: 1200px) {
    .tax-portfolio_cats .cat-header {
      width: 90%; } }
  @media screen and (max-width: 768px) {
    .tax-portfolio_cats .cat-header {
      width: 100%; } }
.tax-portfolio_cats .cat-head {
  width: 100%;
  position: relative; }
  .tax-portfolio_cats .cat-head .width-50 * {
    box-sizing: border-box; }
  .tax-portfolio_cats .cat-head .width-50.float-left {
    width: 20%;
    padding-right: 5%; }
    .tax-portfolio_cats .cat-head .width-50.float-left img {
      width: 100%;
      height: auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    @media screen and (max-width: 768px) {
      .tax-portfolio_cats .cat-head .width-50.float-left {
        width: 50%;
        float: none;
        margin: 0px auto 60px auto;
        padding: 0px; } }
    @media screen and (max-width: 480px) {
      .tax-portfolio_cats .cat-head .width-50.float-left {
        width: 70%; } }
    @media screen and (max-width: 420px) {
      .tax-portfolio_cats .cat-head .width-50.float-left {
        width: 80%; } }
  .tax-portfolio_cats .cat-head .width-50.float-right {
    width: 75%;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .tax-portfolio_cats .cat-head .width-50.float-right {
        position: initial;
        top: 0px;
        width: 100%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    .tax-portfolio_cats .cat-head .width-50.float-right h3 {
      text-align: left;
      position: relative;
      padding-bottom: 10px;
      font-family: "montserratbold", sans-serif;
      font-size: 1.3vw; }
      @media screen and (max-width: 1200px) {
        .tax-portfolio_cats .cat-head .width-50.float-right h3 {
          font-size: 1.8em; } }
      @media screen and (max-width: 480px) {
        .tax-portfolio_cats .cat-head .width-50.float-right h3 {
          font-size: 1.3em; } }
      .tax-portfolio_cats .cat-head .width-50.float-right h3:after {
        content: "";
        position: absolute;
        bottom: -7px;
        width: 50%;
        left: 0px;
        height: 2px;
        background: #505050; }
    .tax-portfolio_cats .cat-head .width-50.float-right p {
      text-align: left;
      padding-top: 8px; }

.page-template-template-directors .page-header .button a {
  padding: 12px 18px; }
.page-template-template-directors .slick-next, .page-template-template-directors .slick-prev {
  width: 24px;
  height: 24px;
  top: 66%; }
  .page-template-template-directors .slick-next:before, .page-template-template-directors .slick-prev:before {
    width: 24px !important;
    height: 24px !important;
    background-size: 24px 24px; }
.page-template-template-directors .slick-next {
  right: 0; }
.page-template-template-directors .slick-prev {
  left: 0; }
.page-template-template-directors .director-nav {
  padding: 120px 0px !important;
  width: 83.33333%;
  margin: 0px auto; }
  @media screen and (max-width: 768px) {
    .page-template-template-directors .director-nav {
      padding: 0px 0px 80px 0px !important;
      width: 90%; }
      .page-template-template-directors .director-nav .slick-list {
        padding: 0px !important; } }
  .page-template-template-directors .director-nav .director-item {
    width: 18%;
    padding: 0 1%;
    margin: 0 1%;
    float: left;
    height: auto;
    outline: none; }
    @media screen and (max-width: 480px) {
      .page-template-template-directors .director-nav .director-item {
        padding: 6px;
        margin: 6px; } }
    .page-template-template-directors .director-nav .director-item img {
      width: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #0E0E0E;
      opacity: 0.9;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .page-template-template-directors .director-nav .director-item:hover {
      cursor: pointer; }
      .page-template-template-directors .director-nav .director-item:hover img {
        border: 2px solid #f2f2f2;
        opacity: 1; }
    .page-template-template-directors .director-nav .director-item.slick-current img {
      border: 2px solid #f2f2f2; }
.page-template-template-directors .director-bio {
  width: 60%;
  margin: 0px auto;
  outline: 0px;
  height: 400px; }
  @media screen and (max-width: 768px) {
    .page-template-template-directors .director-bio {
      width: 90%;
      height: 340px; } }
  .page-template-template-directors .director-bio .director-title {
    outline: 0px;
    position: relative;
    height: 400px; }
    @media screen and (max-width: 768px) {
      .page-template-template-directors .director-bio .director-title {
        height: 340px; } }
  .page-template-template-directors .director-bio h1 {
    font-size: 3.4em;
    text-transform: uppercase;
    font-family: "montserratbold", sans-serif;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2; }
    @media screen and (max-width: 768px) {
      .page-template-template-directors .director-bio h1 {
        font-size: 2em; } }
    @media screen and (max-width: 480px) {
      .page-template-template-directors .director-bio h1 {
        font-size: 1.3em; } }
  .page-template-template-directors .director-bio p {
    line-height: 1.6em !important; }
    @media screen and (max-width: 768px) {
      .page-template-template-directors .director-bio p {
        font-size: 1em !important;
        line-height: 1.4em !important; } }
    @media screen and (max-width: 480px) {
      .page-template-template-directors .director-bio p {
        font-size: 0.9em !important;
        line-height: 1.3em !important; } }
  .page-template-template-directors .director-bio .button a {
    position: absolute;
    bottom: 50px;
    left: 0px;
    font-family: "montserratbold", sans-serif;
    font-size: 1.4em;
    color: #f2f2f2;
    display: block;
    width: 100%;
    padding: 20px;
    background: #777777;
    border: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .page-template-template-directors .director-bio .button a {
        padding: 10px;
        font-size: 1.2em; } }
    .page-template-template-directors .director-bio .button a:hover {
      background: #979797; }
.page-template-template-directors .page-header {
  position: relative;
  margin: 0;
  height: 70vh;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: -moz-linear-gradient(top, transparent 0%, #0e0e0e 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #0e0e0e 100%);
  background: linear-gradient(to bottom, transparent 0%, #0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0e0e0e',GradientType=0 ); }
  .page-template-template-directors .page-header video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: -1000;
    margin-top: -200px;
    overflow: hidden;
    background-size: cover; }

.services-section{
  background-color: rgba(0,0,0,0.5) !important;
}

.production-hovered{
  position: initial !important;
  opacity: 1 !important;
  width: 100% !important;
  background: transparent !important;
  height: auto !important;
}

.production-hovered p{
  padding-top: 30px !important;
}

.services-section .production{
  position: initial !important;
  background: rgba(0,0,0,0) !important;
  height: auto !important;
}

.services-section .production h1{
  padding-top: 40px !important
}

.services-section .production:hover{
  background: rgba(0,0,0,0) !important;
}

@media screen and (max-width: 480px){
  .contact-details{
    padding: 40px !important;
  }
}
/*# sourceMappingURL=newfort2019.css.map */
