/*
Theme Name: WOW 2020
Author: WOW MKTG
Author URI: http://wowmktg.com/
Description: This is theme for the 2020 WOW MKTG website, designed and developed by WOW MKTG
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*Wordpress editor styles start*/
@import url("https://use.typekit.net/big3izr.css");
.text-yellow {
  color: #ffcc32 !important; }

.text-navy {
  color: #0a233c !important; }

.text-light-blue {
  color: #7da7d9 !important; }

.text-purple {
  color: #641243 !important; }

.text-red {
  color: #f04e58 !important; }

.text-darkred {
  color: #a00a0a !important; }

.text-teal {
  color: #22b2a3 !important; }

.text-orange {
  color: #faa74a !important; }

.text-black {
  color: black !important; }

.text-biege {
  color: #f5f4ee !important; }

.text-cream {
  color: #f0ede7 !important; }

.text-darkgrey {
  color: #1d1e19 !important; }

.text-green {
  color: #3a8759 !important; }

.text-darkgreen {
  color: #195a0a !important; }

.text-pink {
  color: #c074b0 !important; }

body{
  overflow-x: hidden;
}
body, h1, .gotham {
  font-family: "Gotham A", "Gotham B", Gotham, Helvetica, sans-serif; }

.didot {
  font-family: linotype-didot-headline, serif; }

h2, h3, h4, h5 {
  font-family: linotype-didot-headline, serif; }

h2 {
  font-size: 2.5em; }

h1, h2, h3, h4, h5 {
  text-transform: uppercase; }
  h1.title-accent, h2.title-accent, h3.title-accent, h4.title-accent, h5.title-accent {
    position: relative;
    margin-bottom: 60px;
    display: inline-block; }
    h1.title-accent.title-accent-white:before, h2.title-accent.title-accent-white:before, h3.title-accent.title-accent-white:before, h4.title-accent.title-accent-white:before, h5.title-accent.title-accent-white:before {
      background: #fff; }
  h1 + .title--description, h2 + .title--description, h3 + .title--description, h4 + .title--description, h5 + .title--description {
    display: inline-block;
    font-size: 1em;
    text-transform: uppercase;
    width: 43%;
    position: relative;
    left: 10px; }
    @media screen and (max-width: 640px) {
      h1 + .title--description, h2 + .title--description, h3 + .title--description, h4 + .title--description, h5 + .title--description {
        width: 90%;
        margin-bottom: 20px;
        left: 0px; } }
  h1.text-lg, h2.text-lg, h3.text-lg, h4.text-lg, h5.text-lg {
    font-size: 7em; }
    h1.text-lg span, h2.text-lg span, h3.text-lg span, h4.text-lg span, h5.text-lg span {
      position: relative;
      opacity: 0;
      top: .5em;
      bottom: -.5em; }
    h1.text-lg span:first-child, h2.text-lg span:first-child, h3.text-lg span:first-child, h4.text-lg span:first-child, h5.text-lg span:first-child {
      animation: slide-headline-up cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s 1s forwards; }
    h1.text-lg span:last-child, h2.text-lg span:last-child, h3.text-lg span:last-child, h4.text-lg span:last-child, h5.text-lg span:last-child {
      animation: slide-headline-up-2 cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.2s 1.2s forwards; }
    h1.text-lg + .title-description, h2.text-lg + .title-description, h3.text-lg + .title-description, h4.text-lg + .title-description, h5.text-lg + .title-description {
      display: block;
      position: relative;
      width: 55%;
      left: 15%;
      text-transform: uppercase;
      font-size: 1em;
      margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      h1.text-lg, h2.text-lg, h3.text-lg, h4.text-lg, h5.text-lg {
        font-size: 4.5em; } }
    @media screen and (max-width: 640px) {
      h1.text-lg, h2.text-lg, h3.text-lg, h4.text-lg, h5.text-lg {
        font-size: 3em; }
        h1.text-lg + .title-description, h2.text-lg + .title-description, h3.text-lg + .title-description, h4.text-lg + .title-description, h5.text-lg + .title-description {
          left: 5%;
          width: 80%; } }

@keyframes slide-headline-up {
  0% {
    top: .5em;
    opacity: 0; }
  100% {
    top: -.5em;
    opacity: 1; } }

@keyframes slide-headline-up-2 {
  0% {
    top: .5em;
    opacity: 0; }
  100% {
    top: -.65em;
    opacity: 1; } }

.btn {
  background: black;
  color: #fff;
  border-radius: 0px;
  font-size: .8em; }
  .btn:hover {
    color: #ffcc32; }
  .btn.btn-yellow {
    background: #ffcc32;
    color: #000; }
    .btn.btn-yellow:hover {
      background: white; }
  .btn.btn-green {
    background: #3a8759;
    color: #fff; }
    .btn.btn-green:hover {
      background: #69be8b;
      color: #000; }

body.blog .btn {
  background-color: #22b2a3; }
  body.blog .btn:hover {
    background-color: black;
    color: #fff; }

.dropdown-menu {
  padding: 0px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.8em;
  letter-spacing: 1px; }
  .dropdown-menu li:hover {
    background-color: #ffcc32;
    color: #fff; }
  .dropdown-menu li:first-of-type {
    padding: 3px 20px; }
    .dropdown-menu li:first-of-type:hover {
      background: transparent; }
  .dropdown-menu li:last-of-type {
    margin-bottom: 20px; }
  .dropdown-menu a {
    display: block;
    padding: 0 20px;
    color: #fff; }
    .dropdown-menu a:hover {
      text-decoration: none; }
  .dropdown-menu svg {
    width: 50%;
    height: auto;
    margin: 20px 0 20px 0; }
    .dropdown-menu svg path {
      fill: #ffcc32; }

body {
  cursor: none; }

a {
  cursor: none; }

.circle-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  display: block; }
  .circle-cursor--outer {
    width: 80px;
    height: 80px;
    border: 1px solid #ffcc32;
    z-index: 100001;
    opacity: 0.5;
    background: rgba(255, 204, 50, 0.2);
    transition: opacity .4s; }
    .circle-cursor--outer:before {
      content: " ";
      position: absolute;
      border: 1px solid rgba(10, 35, 60, 0.25);
      width: calc( 100% + 4px);
      height: calc( 100% + 4px);
      left: -2px;
      top: -2px;
      border-radius: 50%; }
  .circle-cursor--inner {
    width: 8px;
    height: 8px;
    left: -4px;
    top: -4px;
    z-index: 100000;
    background: #ffcc32;
    border: 1px solid rgba(10, 35, 60, 0.25);
    transition: opacity .4s; }
    .circle-cursor--inner:before {
      content: attr(data-before);
      display: block;
      padding: 3px 10px;
      text-align: center;
      font-size: .7em;
      position: absolute;
      right: 50%;
      width: 0px;
      height: 23px;
      overflow: hidden;
      top: 40px;
      background: black;
      color: white;
      text-transform: uppercase;
      letter-spacing: 1px;
      opacity: 0;
      transition: .5s all; }
    .circle-cursor--inner.hover {
      border: transparent; }
    .circle-cursor--inner.in:before {
      opacity: 1;
      width: 180px;
      top: 40px;
      right: calc( 50% - 90px); }

@media screen and (max-width: 800px) {
  body, a {
    cursor: default; }
  .circle-cursor {
    display: none; } }

body.services .circle-cursor--outer {
  border: 1px solid #f04e58;
  background: rgba(240, 78, 88, 0.2); }

body.services .circle-cursor--inner {
  background: #f04e58; }

body.work .circle-cursor--outer, body.single-case-study .circle-cursor--outer {
  border: 1px solid #faa74a;
  background: rgba(250, 167, 74, 0.2); }

body.work .circle-cursor--inner, body.single-case-study .circle-cursor--inner {
  background: #faa74a; }

body.about-us .circle-cursor--outer {
  border: 1px solid #7da7d9;
  background: rgba(125, 167, 217, 0.2); }

body.about-us .circle-cursor--inner {
  background: #7da7d9; }

body.news .circle-cursor--outer, body.blog .circle-cursor--outer {
  border: 1px solid #22b2a3;
  background: rgba(34, 178, 163, 0.2); }

body.news .circle-cursor--inner, body.blog .circle-cursor--inner {
  background: #22b2a3; }

body.contact-us .circle-cursor--outer {
  border: 1px solid #de4aa3;
  background: rgba(222, 74, 163, 0.2); }

body.contact-us .circle-cursor--inner {
  background: #de4aa3; }

body.careers .circle-cursor--outer {
  border: 1px solid #9ed5b4;
  background: rgba(158, 213, 180, 0.2); }

body.careers .circle-cursor--inner {
  background: #9ed5b4; }

body.wow-direct .circle-cursor--outer {
  border: 1px solid #f66767;
  background: rgba(246, 103, 103, 0.2); }

body.wow-direct .circle-cursor--inner {
  background: #f66767; }

.valign {
  display: flex;
  align-items: center;
  justify-content: center; }

.two-col {
  columns: 2; }

.rotate-90 {
  transform: rotate(90deg); }

.no-margin {
  margin: 0px !important; }

.no-padding {
  padding: 0px !important; }

@media screen and (max-width: 767px) {
  .paragraph-break {
    margin: 0px; } }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-top-40 {
  margin-top: 40px; }

.text-bold {
  font-weight: bold; }

.text-normal {
  text-transform: none !important; }

.text-spaced {
  letter-spacing: 2px; }

.text-small {
  font-size: 50%; }

.text-xsmall {
  font-size: 50%; }

.text-larger {
  font-size: 200%; }

.text-up-50 {
  display: block;
  position: relative;
  top: -.5em;
  margin-bottom: -.5em; }

.img-round {
  border-radius: 50%; }

.alert-teal {
  background: rgba(34, 178, 163, 0.6) !important;
  color: #fff;
  border-radius: 0px;
  border: none;
  font-size: .8em;
  margin-bottom: 40px;
  padding: 20px 15px; }

.stop-animation {
  animation-name: none !important;
  opacity: 1 !important; }

.open > .dropdown-menu {
  display: block; }

.breadcrumb {
  background: transparent; }
  .breadcrumb a {
    color: #22b2a3; }

.modal-backdrop {
  background: rgba(0, 0, 0, 0.9); }
  .modal-backdrop.show {
    opacity: 0.95; }

.modal {
  overflow-y: auto; }
  .modal .container {
    position: relative; }
    .modal .container .row {
      padding-top: 80px; }
  .modal .modalUI {
    position: absolute;
    top: 40px;
    z-index: 2; }
    .modal .modalUI.prevModal {
      left: 0px; }
    .modal .modalUI.nextModal {
      right: 0px; }
    @media screen and (max-width: 640px) {
      .modal .modalUI {
        top: -20px; } }
  .modal .close {
    top: 20px;
    position: absolute;
    right: 30px;
    z-index: 10; }
  .modal.modal-leader .close {
    width: 50px;
    left: calc( 50% - 25px);
    top: 0px;
    z-index: 11;
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-size: .9em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline; }
    .modal.modal-leader .close:hover:before, .modal.modal-leader .close:hover:after {
      background-color: #fff; }
  .modal .modal-full {
    width: 100%;
    max-width: none;
    margin: 0; }
  .modal .modal-dialog {
    color: #fff; }
    .modal .modal-dialog .modal-content {
      background: transparent;
      box-shadow: none;
      border: none;
      padding: 20px; }
      .modal .modal-dialog .modal-content h1 {
        margin-bottom: 5px; }
      .modal .modal-dialog .modal-content h4 {
        font-weight: bold;
        margin-bottom: 40px; }
      .modal .modal-dialog .modal-content .height-100-table {
        height: calc( 100vh - 130px); }
      .modal .modal-dialog .modal-content h2.title-accent {
        margin-bottom: 45px; }
      .modal .modal-dialog .modal-content .leader-bio {
        line-height: 1.6em;
        font-weight: 400; }

body {
  background: #050505; }

#the-body {
  position: relative;
  left: 0px;
  transition: all .6s;
  opacity: 1; }
  @media screen and (min-width: 768px) {
    #the-body.is-exiting {
      animation: slide-out cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s forwards !important; } }

@media screen and (min-width: 768px) {
  body:not(.home) #the-body {
    animation: slide-in cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.45s forwards; } }

@keyframes slide-out {
  0% {
    top: 0px; }
  100% {
    top: -200px;
    opacity: 0; } }

@keyframes slide-in {
  0% {
    top: 200px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }

section {
  padding: 10vh 0;
  background: white;
  position: relative;
  z-index: 2; }
  section.dark {
    background-color: #020202 !important;
    color: #fff; }
    section.dark .title-accent:before {
      background-color: #fff; }

#services {
  background: url(img/lines-1.svg) center center #fff;
  background-size: cover;
  background-attachment: fixed; }
  #services #services-carousel {
    width: 90%;
    padding: 0px 15px; }
    @media screen and (max-width: 640px) {
      #services #services-carousel {
        width: 100%; } }
  #services p {
    font-size: 1em; }
  #services .signoff {
    margin-top: 60px; }
  #services .services-see-more {
    background: rgba(10, 35, 60, 0.5);
    position: absolute;
    right: -22px;
    padding: 20px 20px 20px 80px;
    color: #fff;
    font-size: .9em;
    letter-spacing: 2px;
    height: 120px;
    top: 180px;
    transition: all .35s; }
    #services .services-see-more svg {
      display: block;
      margin: 30px 0 0px auto;
      position: relative;
      top: 0px;
      transition: all .35s; }
    #services .services-see-more:hover {
      background: #0a233c; }
      #services .services-see-more:hover svg {
        top: -7px; }
  #services .owl-dots {
    margin-top: 40px; }
  @media screen and (max-width: 640px) {
    #services {
      background-attachment: scroll; }
      #services .services-see-more {
        display: none; }
      #services .owl-dots {
        display: block; } }

.service {
  padding-right: 20px; }
  .service .service--number {
    display: none;
    font-family: linotype-didot, serif;
    color: #ffcc32; }
  .service .service--icon {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0px auto 50px auto; }
  .service h3 {
    font-family: "Gotham A", "Gotham B";
    font-weight: bold;
    font-size: 1em;
    color: #ffcc32; }
  .service p {
    min-height: 150px; }
  @media screen and (max-width: 640px) {
    .service {
      width: 100%;
      float: none; }
      .service p {
        min-height: 0px; } }

#featured-cases {
  padding: 0px; }
  #featured-cases .featured--title {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 0;
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 2; }
  #featured-cases .featured-case {
    min-height: 650px;
    padding-top: 100px;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden; }
    #featured-cases .featured-case:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: rgba(0, 0, 0, 0.2); }
    #featured-cases .featured-case .container {
      position: relative; }
    #featured-cases .featured-case a {
      text-decoration: none;
      color: #fff;
      transition: all .4s; }
      #featured-cases .featured-case a:hover {
        color: #ffcc32; }
    #featured-cases .featured-case .col-md-10 {
      padding-top: 30%; }
    #featured-cases .featured-case .featured-case--category {
      position: absolute;
      right: 0px;
      top: 10%; }
    #featured-cases .featured-case .featured-case--number {
      position: relative;
      display: inline-block;
      left: 0px;
      bottom: 20px;
      font-size: 14em;
      font-weight: bold;
      color: transparent;
      line-height: .8em;
      opacity: 0;
      -webkit-text-fill-color: transparent;
      /* Will override color (regardless of order) */
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: #ffcc32;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #featured-cases .featured-case .featured-case--client {
      position: relative;
      display: inline-block;
      bottom: 20px;
      opacity: 0; }
    #featured-cases .featured-case .featured-case--category, #featured-cases .featured-case .featured-case--client {
      text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.95); }
    @media screen and (max-width: 640px) {
      #featured-cases .featured-case {
        padding-top: 180px;
        min-height: 690px; }
        #featured-cases .featured-case .col-md-10 {
          padding-top: 300px; }
        #featured-cases .featured-case .featured-case--category {
          right: 15px; } }
  #featured-cases .owl-dots {
    background: black;
    margin-top: 0px;
    padding: 20px;
    border-bottom: 1px solid #444;
    display: none; }
    @media screen and (max-width: 640px) {
      #featured-cases .owl-dots {
        display: block; } }
  #featured-cases .owl-item.active .featured-case .featured-case--number {
    animation: slide-up-fade cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s 0.4s forwards; }
  #featured-cases .owl-item.active .featured-case .featured-case--client {
    animation: slide-up-fade cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s 0.8s forwards; }

@keyframes slide-up-fade {
  0% {
    bottom: -100px;
    opacity: 0; }
  100% {
    bottom: 20px;
    opacity: 1; } }
  #featured-cases .container {
    position: relative; }
  #featured-cases .featured-case-see-more {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: -80px;
    padding: 20px 20px 20px 80px;
    color: #fff;
    font-size: .9em;
    letter-spacing: 2px;
    height: 120px;
    transition: all .35s;
    z-index: 2;
    top: 300px; }
    #featured-cases .featured-case-see-more svg {
      display: block;
      position: relative;
      margin: 30px 0 0px auto;
      top: 0px;
      transition: all .35s; }
    #featured-cases .featured-case-see-more:hover {
      background: black; }
      #featured-cases .featured-case-see-more:hover svg {
        top: -7px; }
    @media screen and (max-width: 640px) {
      #featured-cases .featured-case-see-more {
        display: none; } }
  @media screen and (max-width: 640px) {
    #featured-cases h2 + .title--description {
      margin-bottom: 0px; } }

#culture {
  background: url(img/lines-1.svg) center center #fff;
  background-size: cover;
  background-attachment: fixed; }
  #culture #culture-carousel .culture--item {
    padding: 25px 25% 25px 30px;
    color: #fff;
    position: relative;
    min-height: 360px; }
    #culture #culture-carousel .culture--item:before {
      content: " ";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: rgba(10, 35, 60, 0.5); }
    #culture #culture-carousel .culture--item * {
      position: relative; }
    #culture #culture-carousel .culture--item h3 {
      font-size: 3.5em; }
    #culture #culture-carousel .culture--item p {
      margin-bottom: 40px;
      font-size: 1em; }
    #culture #culture-carousel .culture--item a {
      position: absolute;
      bottom: 20px; }
    @media screen and (max-width: 640px) {
      #culture #culture-carousel .culture--item {
        padding: 25px;
        min-height: 420px; }
        #culture #culture-carousel .culture--item h3 {
          padding-right: 100px;
          font-size: 2.75em; } }
  #culture #culture-carousel .owl-nav {
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 3em;
    font-weight: 100;
    color: white; }
    #culture #culture-carousel .owl-nav button {
      outline: 0;
      padding: 0 2px !important; }
  #culture #culture-carousel .owl-dots {
    text-align: left;
    padding-top: 20px; }
    #culture #culture-carousel .owl-dots .owl-dot {
      margin-right: 10px; }
    @media screen and (max-width: 640px) {
      #culture #culture-carousel .owl-dots {
        text-align: center; } }
  #culture #culture-carousel.horizontal-dots .owl-dots {
    position: absolute;
    left: -50%;
    top: 0px;
    padding-top: 0px; }
    #culture #culture-carousel.horizontal-dots .owl-dots .owl-dot {
      background: 0 0;
      border: none;
      padding: 0;
      display: block;
      margin-bottom: 15px; }
      #culture #culture-carousel.horizontal-dots .owl-dots .owl-dot span {
        background: #ffcc32;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: block; }
      #culture #culture-carousel.horizontal-dots .owl-dots .owl-dot.active span {
        border: 2px solid #ffcc32;
        background: transparent; }
  @media screen and (max-width: 640px) {
    #culture {
      background-attachment: scroll; } }

#news {
  background: url(img/lines-1.svg) center center #fff;
  background-size: cover;
  background-attachment: fixed;
  color: #000; }
  #news hr {
    border-top: 1px solid rgba(0, 0, 0, 0.8);
    margin-bottom: 40px; }
  #news #news-articles {
    position: relative; }
    #news #news-articles:before {
      content: " ";
      position: absolute;
      width: 1px;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      left: 50%;
      top: 0px; }
    #news #news-articles .col-md-6:first-child {
      padding-right: 60px; }
    #news #news-articles .col-md-6:last-child {
      padding-left: 60px; }
    #news #news-articles a {
      text-decoration: none; }
    @media screen and (max-width: 640px) {
      #news #news-articles .col-md-6:first-child {
        padding-right: 15px; }
      #news #news-articles .col-md-6:last-child {
        padding-left: 15px; }
      #news #news-articles:before {
        display: none; } }
  @media screen and (max-width: 640px) {
    #news {
      background-attachment: scroll; }
      #news a.float-right {
        display: block;
        width: 100%;
        text-align: center; } }

.news-box {
  padding: 20px;
  position: relative;
  color: #fff;
  height: 300px;
  margin-bottom: 20px;
  text-decoration: none; }
  .news-box:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all .5s; }
  .news-box * {
    position: relative; }
  .news-box .inner {
    position: absolute;
    width: calc( 100% - 40px);
    bottom: 0px; }
  .news-box.large {
    height: 520px;
    margin-bottom: 0px; }
  .news-box:hover:before {
    background: rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 640px) {
    .news-box {
      margin-bottom: 20px !important;
      height: 450px; } }

body.single-post h2.text-lg {
  font-size: 5em;
  line-height: 1.5em; }
  @media screen and (max-width: 767px) {
    body.single-post h2.text-lg {
      font-size: 2.5em; } }

body.single-post a {
  color: #22b2a3; }

#other-cases {
  background: #111;
  padding: 0px;
  color: #fff;
  height: 20vw;
  min-height: 300px;
  text-align: center; }
  #other-cases .case-block {
    padding: 11.5vw 40px 0 0; }
  #other-cases .col-md-8 .row {
    position: relative; }
  #other-cases .other-cases-ui {
    position: absolute;
    bottom: 20px;
    font-size: 3em;
    color: white;
    z-index: 2; }
    #other-cases .other-cases-ui.other-cases-ui-prev {
      left: 20px; }
    #other-cases .other-cases-ui.other-cases-ui-next {
      right: 35px; }
  #other-cases .case {
    position: relative;
    text-align: center;
    min-height: 245px; }
    #other-cases .case:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      bottom: 0px;
      background: rgba(0, 0, 0, 0.5);
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s; }
    #other-cases .case p {
      width: 100%;
      position: absolute;
      bottom: 0;
      opacity: 0;
      font-size: 1em;
      padding: 20px 80px;
      margin-bottom: 0px;
      transition: all .5s; }
      #other-cases .case p:before {
        content: " ";
        position: absolute;
        width: 100%;
        height: 0%;
        left: 0px;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.5);
        transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s; }
      #other-cases .case p span {
        position: relative; }
    #other-cases .case:hover p {
      opacity: 1; }
      #other-cases .case:hover p:before {
        height: 100%; }
    #other-cases .case:hover:before {
      opacity: 0; }
  @media screen and (max-width: 640px) {
    #other-cases {
      height: auto; }
      #other-cases .case-block {
        padding: 40px; }
      #other-cases .case {
        height: 320px; }
        #other-cases .case:before {
          height: 35%; }
        #other-cases .case p {
          opacity: 1; } }
  #other-cases .owl-stage-outer {
    height: 100%; }
    #other-cases .owl-stage-outer .owl-stage {
      height: 100%; }
      #other-cases .owl-stage-outer .owl-stage .owl-item {
        height: 100%; }
        #other-cases .owl-stage-outer .owl-stage .owl-item.active {
          left: -1px; }

#partners {
  background: url(img/lines-1.svg) center center #000;
  background-size: cover;
  background-attachment: fixed;
  text-align: center; }
  #partners #the-partners .col-6 {
    display: table;
    height: 140px; }
    #partners #the-partners .col-6 .logo-align {
      padding: 10px;
      display: table-cell;
      vertical-align: middle; }
      #partners #the-partners .col-6 .logo-align svg {
        fill: #fff !important;
        max-height: 50px;
        margin: 0 auto; }
      #partners #the-partners .col-6 .logo-align img {
        max-height: 100px;
        max-width: 200px;
        margin: 0 auto;
        padding: 8px; }
        #partners #the-partners .col-6 .logo-align img.svg {
          fill: #fff; }
      @media screen and (max-width: 767px) {
        #partners #the-partners .col-6 .logo-align {
          padding: 5px; }
          #partners #the-partners .col-6 .logo-align img {
            max-width: 90px; } }
    @media screen and (max-width: 767px) {
      #partners #the-partners .col-6 {
        padding: 0px 5px;
        height: 90px; } }
  @media screen and (max-width: 1024px) {
    #partners #the-partners {
      height: auto; } }
  @media screen and (max-width: 640px) {
    #partners {
      background-attachment: scroll; } }

#partners-title {
  padding: 7.5vh 0; }
  #partners-title h2.text-lg {
    color: #ffcc32; }
  #partners-title .title-accent {
    font-size: 1.8em;
    padding-left: 60px;
    margin-bottom: 0px; }
    #partners-title .title-accent:before {
      display: none; }
  #partners-title .title--description {
    width: 60%;
    line-height: 1.75em; }
    @media screen and (max-width: 640px) {
      #partners-title .title--description {
        width: 90%;
        margin: 20px 0 0 0; } }

/*********************************************************************************

Servives Page

**********************************************************************************/
#services-hero, #work-hero, #about-hero, #news-hero, #contact-hero, #internship-hero, .hero {
  background: url(img/bg-services.jpg) center center #020202;
  background-size: cover;
  color: #fff;
  padding-top: 30vh;
  position: relative; }
  #services-hero:before, #work-hero:before, #about-hero:before, #news-hero:before, #contact-hero:before, #internship-hero:before, .hero:before {
    content: " ";
    position: absolute;
    width: 25%;
    height: 0%;
    right: 0px;
    top: 0px;
    background: rgba(240, 78, 88, 0.4);
    animation: slide-down-overlay cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.2s 1.2s forwards; }
  #services-hero .container, #work-hero .container, #about-hero .container, #news-hero .container, #contact-hero .container, #internship-hero .container, .hero .container {
    position: relative; }
  #services-hero h2, #work-hero h2, #about-hero h2, #news-hero h2, #contact-hero h2, #internship-hero h2, .hero h2 {
    text-transform: initial; }
  @media screen and (max-width: 640px) {
    #services-hero:before, #work-hero:before, #about-hero:before, #news-hero:before, #contact-hero:before, #internship-hero:before, .hero:before {
      width: 33%; } }

@keyframes slide-down-overlay {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }

@media screen and (max-width: 640px) {
  #services-hero {
    background-position: 80% center; } }

#the-services {
  background: url(img/lines-1.svg) center center #fff;
  background-size: cover;
  background-attachment: fixed; }
  #the-services .service {
    margin-bottom: 40px; }
    #the-services .service .service--number, #the-services .service h3 {
      color: #f04e58; }
  @media screen and (max-width: 767px) {
    #the-services {
      background-attachment: scroll; } }

body.services #other-cases {
  background: #f04e58; }

/*********************************************************************************

Work Page

**********************************************************************************/
#work-hero {
  background: url(img/bg-work.jpg) center center;
  background-size: cover; }
  #work-hero:before {
    background: rgba(250, 167, 74, 0.4); }
  @media screen and (max-width: 640px) {
    #work-hero {
      background-position: 50% 100%;
      background-size: auto 120%; } }

body.work #featured-cases .featured-case:before {
  background: transparent; }

body.work #featured-cases .featured-case .featured-case--category {
  top: auto;
  right: auto;
  left: 100%;
  width: 300px;
  bottom: 190px;
  text-align: right; }

body.work #featured-cases .featured-case .featured-case--number {
  -webkit-text-stroke-color: #faa74a; }

body.work #featured-cases .featured-case .featured-case--number, body.work #featured-cases .featured-case .featured-case--client {
  opacity: 1; }

body.work #partners-title h2.text-lg {
  color: #faa74a; }

/*********************************************************************************

About Us Page

**********************************************************************************/
#about-hero {
  background: url(img/bg-about.jpg) center center;
  background-size: cover; }
  #about-hero:before {
    background: rgba(125, 167, 217, 0.4); }

#passion {
  color: #fff;
  padding: 0;
  position: relative; }
  #passion .see-it {
    position: absolute;
    top: 45%;
    left: calc( 50% - 150px);
    width: 300px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 15px;
    text-align: center; }
  #passion .passion-projects {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    text-align: right;
    bottom: 120px;
    color: #fff; }
  #passion .container {
    position: relative; }
  #passion .video {
    margin-top: 40px;
    border: 1px solid #7da7d9; }
  #passion .signoff {
    position: absolute;
    bottom: 350px;
    right: -400px;
    width: 400px;
    text-align: right;
    transform-origin: left top; }
  #passion h2 span:first-child {
    position: relative;
    left: -2.75em; }
    @media screen and (max-width: 640px) {
      #passion h2 span:first-child {
        left: 0px; } }
  @media screen and (max-width: 640px) {
    #passion {
      background: black;
      padding: 50px 0; }
      #passion .passion-projects {
        bottom: 0px; } }

body.about-us #culture h2.text-lg, body.about-us #leadership h2.text-lg {
  color: #7da7d9;
  margin-bottom: 40px; }

#leadership #leadership-carousel .leader {
  text-align: center;
  padding: 0px 15px; }
  #leadership #leadership-carousel .leader a {
    text-decoration: none; }
  #leadership #leadership-carousel .leader .leader--profile {
    overflow: hidden;
    min-height: 450px;
    position: relative;
    margin-bottom: 10px; }
    #leadership #leadership-carousel .leader .leader--profile:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      background-size: cover;
      transition: all .5s;
      filter: grayscale(1); }
    #leadership #leadership-carousel .leader .leader--profile .initial {
      position: absolute;
      top: 10px;
      left: 5px;
      font-size: 18em;
      line-height: 1em;
      font-family: linotype-didot-headline, serif;
      color: rgba(125, 167, 217, 0.5);
      transition: all .5s; }
  #leadership #leadership-carousel .leader:hover .leader--profile:before {
    filter: grayscale(0); }
  #leadership #leadership-carousel .leader:hover .leader--profile .initial {
    opacity: 0; }

#leadership #leadership-carousel .owl-item:nth-child(odd) .leader .leader--profile .initial {
  top: auto;
  bottom: 0px; }

#the-ship {
  background: url(img/lines-1.svg) center center #000;
  background-size: cover;
  color: #fff; }
  @media screen and (max-width: 767px) {
    #the-ship {
      text-align: center; }
      #the-ship h2 {
        transform-origin: center; } }

#the-fish {
  background: #f0ede7;
  padding-bottom: 350px; }
  #the-fish .fish-icon {
    position: relative;
    top: -1.5em;
    left: 1.5em; }
  #the-fish .container {
    position: relative; }
    #the-fish .container blockquote {
      font-family: linotype-didot-headline, serif;
      font-weight: bold;
      font-size: 1.4em;
      line-height: 1.4em;
      text-align: right; }
    #the-fish .container .row {
      position: relative;
      z-index: 1; }
    #the-fish .container #fish-video {
      position: absolute;
      width: calc( 100% - 30px);
      z-index: 1;
      top: 200px; }
      #the-fish .container #fish-video:before {
        -moz-box-shadow: inset 0 0 15em 5em #f0ede7;
        -webkit-box-shadow: inset 0 0 15em 5em #f0ede7;
        box-shadow: inset 0 0 15em 5em #f0ede7;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        content: ""; }
      @media screen and (max-width: 767px) {
        #the-fish .container #fish-video {
          top: 500px; }
          #the-fish .container #fish-video:before {
            -moz-box-shadow: inset 0 0 5em 1em #f0ede7;
            -webkit-box-shadow: inset 0 0 5em 1em #f0ede7;
            box-shadow: inset 0 0 5em 1em #f0ede7; } }
    #the-fish .container video {
      position: relative;
      width: calc( 100% - 30px);
      filter: grayscale(1); }
  @media screen and (max-width: 767px) {
    #the-fish {
      padding-bottom: 250px;
      text-align: center; }
      #the-fish .container video {
        left: 15px; }
      #the-fish .fish-icon {
        left: 0px; }
      #the-fish h2 {
        transform-origin: center; } }

/*********************************************************************************

News Page

**********************************************************************************/
#news-hero {
  background: url(img/bg-news.jpg) center center;
  background-size: cover;
  padding-top: 35vh; }
  #news-hero:before {
    background: rgba(34, 178, 163, 0.4); }
  #news-hero h2 {
    position: relative;
    top: 65px; }
    @media screen and (max-width: 640px) {
      #news-hero h2 {
        top: 35px; } }

#news-container {
  background: url(img/lines-1.svg) center center #fff;
  background-size: cover;
  padding: 40px 0; }
  #news-container #news-grid a {
    text-decoration: none; }
  #news-container #news-grid .col-md-12 .news-box .inner {
    padding-right: 20vw; }
    @media screen and (max-width: 768px) {
      #news-container #news-grid .col-md-12 .news-box .inner {
        padding-right: 0px; } }
  #news-container #news-grid .featured .news-box:before, #news-container #news-grid .side .news-box:before {
    display: none; }
  #news-container #news-grid .featured .news-box .inner, #news-container #news-grid .side .news-box .inner {
    padding-top: 20px; }
    #news-container #news-grid .featured .news-box .inner:before, #news-container #news-grid .side .news-box .inner:before {
      content: " ";
      position: absolute;
      left: -20px;
      top: 0px;
      width: calc( 100% + 40px);
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      transition: all .5s; }
  #news-container #news-grid .featured:hover .inner:before, #news-container #news-grid .side:hover .inner:before {
    background: rgba(0, 0, 0, 0.1); }
  #news-container #news-grid .side .news-box h3 {
    font-size: 1.2em;
    font-weight: bold; }

#single-hero {
  height: 80vh;
  position: relative;
  background: #444;
  min-height: 600px; }
  #single-hero .caption {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: .7em;
    padding: 10px 0; }
  @media screen and (max-width: 767px) {
    #single-hero {
      height: 100px; } }

#single-content {
  background: url(img/lines-1.svg) center center #fff;
  padding: 40px 0; }
  #single-content h2 {
    line-height: .9em;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  #single-content h3 {
    font-style: italic;
    line-height: 1em;
    margin-top: 30px; }
    #single-content h3 sup {
      position: relative;
      top: -.25em; }
  #single-content .col-md-12 {
    font-size: .9em;
    line-height: 1.8em; }
    #single-content .col-md-12 .intro {
      line-height: 1.4em;
      font-size: 1.5em; }
    #single-content .col-md-12 .bring-up {
      position: relative;
      top: -110px;
      margin-bottom: -110px; }
      @media screen and (max-width: 991px) {
        #single-content .col-md-12 .bring-up {
          top: -90px;
          margin-bottom: -90px; } }
      @media screen and (max-width: 767px) {
        #single-content .col-md-12 .bring-up {
          top: 0px;
          margin-bottom: 0px; } }

/*********************************************************************************

Contact Us Page

**********************************************************************************/
#contact-hero {
  background: url(img/bg-contact.jpg) 65% center; }
  #contact-hero h2 span:first-of-type {
    left: 57px; }
    @media screen and (max-width: 640px) {
      #contact-hero h2 span:first-of-type {
        left: 37px; } }
  #contact-hero h2 + span {
    top: -190px;
    margin-bottom: -50px; }
    @media screen and (max-width: 640px) {
      #contact-hero h2 + span {
        top: -100px; } }
  #contact-hero:before {
    background: rgba(100, 18, 67, 0.4); }

#main-contact {
  background: url(img/lines-1.svg) center center #000;
  background-size: cover; }
  #main-contact .col-md-12 {
    background: rgba(20, 20, 20, 0.6); }
    #main-contact .col-md-12 .gform_wrapper input[type=text], #main-contact .col-md-12 .gform_wrapper input[type=tel], #main-contact .col-md-12 .gform_wrapper input[type=email], #main-contact .col-md-12 .gform_wrapper select, #main-contact .col-md-12 .gform_wrapper textarea {
      -webkit-appearance: none;
      background: transparent;
      border: none;
      border-bottom: 1px solid #641243;
      color: #fff;
      border-radius: 0px; }
      #main-contact .col-md-12 .gform_wrapper input[type=text]::placeholder, #main-contact .col-md-12 .gform_wrapper input[type=tel]::placeholder, #main-contact .col-md-12 .gform_wrapper input[type=email]::placeholder, #main-contact .col-md-12 .gform_wrapper select::placeholder, #main-contact .col-md-12 .gform_wrapper textarea::placeholder {
        text-transform: uppercase;
        font-size: .8em;
        color: #fff; }
    #main-contact .col-md-12 .gform_wrapper select {
      background: url(img/arrow-down.svg) calc( 100% - 15px) center;
      background-repeat: no-repeat; }
    #main-contact .col-md-12 .gform_wrapper textarea {
      height: 145px; }
    #main-contact .col-md-12 .gform_wrapper label {
      display: none; }
    #main-contact .col-md-12 .gform_wrapper input[type=file] {
      color: #fff; }
    #main-contact .col-md-12 .gform_wrapper div.validation_error {
      border: 0px !important;
      margin-bottom: 0px !important;
      color: #fff !important;
      padding: 3px 0 !important;
      display: none; }
    #main-contact .col-md-12 .gform_wrapper li.gfield.gfield_error, #main-contact .col-md-12 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
      border: 0px !important;
      padding: 0px !important;
      background: transparent !important; }
    #main-contact .col-md-12 .gform_wrapper .gfield_error .gfield_label {
      color: #ffb3bb !important; }
    #main-contact .col-md-12 .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #main-contact .col-md-12 .gform_wrapper li.gfield_error textarea, #main-contact .col-md-12 .gform_wrapper.gf_browser_chrome .gfield_error input[type=email], #main-contact .col-md-12 .gform_wrapper.gf_browser_chrome .gfield_error input[type=number], #main-contact .col-md-12 .gform_wrapper.gf_browser_chrome .gfield_error input[type=password], #main-contact .col-md-12 .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel], #main-contact .col-md-12 .gform_wrapper.gf_browser_chrome .gfield_error input[type=text], #main-contact .col-md-12 .gform_wrapper.gf_browser_chrome .gfield_error input[type=url], #main-contact .col-md-12 .gform_wrapper.gf_browser_chrome .gfield_error select, #main-contact .col-md-12 .gform_wrapper.gf_browser_chrome .gfield_error textarea, #main-contact .col-md-12 .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
      background: #ffb3bb !important; }
    #main-contact .col-md-12 .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, #main-contact .col-md-12 .gform_wrapper li.gfield_error ul.gfield_checkbox, #main-contact .col-md-12 .gform_wrapper li.gfield_error ul.gfield_radio {
      color: #fff !important; }
    #main-contact .col-md-12 .gform_wrapper .validation_message {
      color: #fff; }

/*********************************************************************************

Careers Page

**********************************************************************************/
#careers-hero {
  background: url(img/bg-careers.jpg) 65% center;
  background-size: cover; }
  #careers-hero:before {
    background: rgba(58, 135, 89, 0.4); }

.careers #culture h2 {
  color: #3a8759; }

#apply {
  background: #000;
  color: #fff;
  position: relative; }
  #apply:before {
    content: " ";
    position: absolute;
    background: #f1eee9;
    height: 35%;
    width: 100%;
    bottom: 0px;
    left: 0px; }
  #apply h2 {
    color: #3a8759;
    margin-bottom: 0px; }
  #apply h3 {
    margin-top: 0px;
    text-transform: capitalize;
    font-size: 2.6em; }
  #apply #positions-available {
    margin-top: 80px; }
    #apply #positions-available .position {
      background: #fff;
      color: #000;
      padding: 20px; }
    @media screen and (max-width: 767px) {
      #apply #positions-available {
        margin-top: 40px; } }

/*********************************************************************************

WOW Direct

**********************************************************************************/
#direct-hero {
  background: url(img/bg-direct.jpg) 65% center;
  background-size: cover; }
  #direct-hero:before {
    background: rgba(160, 10, 10, 0.4); }

#rapid {
  background: url(img/lines-1.svg) center center #fff;
  background-size: cover;
  background-attachment: fixed; }

#data-driven {
  background: url(img/lines-1.svg) center center #1d1e19;
  background-size: cover;
  background-attachment: fixed;
  color: #fff; }
  #data-driven img {
    max-width: 300px; }

.owl-theme .owl-dots .owl-dot {
  background: 0 0;
  border: none;
  padding: 0; }
  .owl-theme .owl-dots .owl-dot span {
    background: #ffcc32;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block; }
  .owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid #ffcc32;
    background: transparent; }

header {
  position: fixed;
  width: 100%;
  color: #fff;
  padding: 40px 0;
  z-index: 13; }
  header #header-logo {
    display: inline-block;
    position: relative;
    top: 15px;
    width: 200px;
    overflow: hidden;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    animation: slide-down-logo cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.75s 1s forwards; }
    header #header-logo svg {
      max-width: 200px;
      height: auto; }
    header #header-logo.out {
      width: 0px; }
  header .nav--box {
    background: rgba(0, 0, 0, 0.75);
    padding: 20px 40px;
    width: 300px;
    position: absolute;
    right: 0px;
    opacity: 0;
    transition: all .4s;
    animation: slide-down-nav-box cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.75s 1.6s forwards; }
    header .nav--box .nav--logo svg {
      max-width: 60px;
      height: auto; }
    header .nav--box .nav--logo .logo-mark-fill {
      fill: #ffcc32; }
    header .nav--box .nav--logo, header .nav--box .nav--menu {
      display: inline-block; }
    header .nav--box .nav--menu {
      position: absolute;
      top: 30px;
      right: 0px;
      padding-right: 30px;
      z-index: 6;
      height: 30px;
      overflow: hidden; }
      header .nav--box .nav--menu:focus, header .nav--box .nav--menu:active {
        outline: none; }
      @media screen and (max-width: 767px) {
        header .nav--box .nav--menu {
          font-size: 2em;
          color: transparent;
          top: -10px;
          text-shadow: none; } }
      header .nav--box .nav--menu #nav-button svg .menu-line-1, header .nav--box .nav--menu #nav-button svg .menu-line-2 {
        transition: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transform-origin: center; }
      header .nav--box .nav--menu #nav-button svg .menu-line-3 {
        transition: all 0.55s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transform-origin: center; }
      header .nav--box .nav--menu #nav-button:hover svg .menu-line-1 {
        transform: scaleX(3); }
      header .nav--box .nav--menu #nav-button:hover svg .menu-line-3 {
        transform: scaleX(0.5) translateX(38px); }
      header .nav--box .nav--menu #nav-button.active svg .menu-line-1 {
        transform: rotate(-22deg) translate(-10px, 13px); }
      header .nav--box .nav--menu #nav-button.active svg .menu-line-2 {
        opacity: 0; }
      header .nav--box .nav--menu #nav-button.active svg .menu-line-3 {
        transform: rotate(25deg) translate(-6px, 0px); }
  @media screen and (max-width: 640px) {
    header {
      padding: 0; }
      header .col-md-3 {
        display: none; }
      header .nav--box {
        width: 150px;
        height: 80px; }
        header .nav--box .nav--logo {
          display: none; }
        header .nav--box .nav--menu {
          top: 30px; } }

@keyframes slide-down-logo {
  0% {
    opacity: 0;
    top: -50px; }
  100% {
    opacity: 1;
    top: 15px; } }

@keyframes slide-down-nav-box {
  0% {
    opacity: 0;
    top: -50px; }
  100% {
    opacity: 1;
    top: 0px; } }

#full-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 12;
  left: -100vw;
  overflow: hidden;
  transition: all .45s;
  -webkit-transition: all .45s; }
  #full-menu:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    transition: all .45s ease-in; }
  #full-menu #main-menu {
    display: block;
    padding-top: 100px;
    width: 100%;
    text-align: right;
    list-style-type: none;
    margin: 0;
    font-size: 4.5em;
    line-height: 1.25em;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff; }
    #full-menu #main-menu li {
      position: relative;
      transition: all 1s;
      opacity: 0;
      right: -50px;
      padding: 0; }
      #full-menu #main-menu li a {
        text-decoration: none; }
    @media screen and (max-height: 800px) {
      #full-menu #main-menu {
        font-size: 3.25em;
        line-height: 1.25em; } }
    @media screen and (max-width: 640px) {
      #full-menu #main-menu {
        font-size: 2.25em;
        line-height: 2em;
        padding-top: 0px;
        padding-left: 0px;
        text-align: center; } }
  #full-menu .container {
    position: relative; }
  #full-menu.in {
    left: 0px; }
    #full-menu.in:before {
      height: 100%; }
    #full-menu.in .container #main-menu li:nth-child(1) {
      animation: slideIn-1 .75s forwards; }
    #full-menu.in .container #main-menu li:nth-child(2) {
      animation: slideIn-1 .75s .12s forwards; }
    #full-menu.in .container #main-menu li:nth-child(3) {
      animation: slideIn-1 .75s .24s forwards; }
    #full-menu.in .container #main-menu li:nth-child(4) {
      animation: slideIn-1 .75s .36s forwards; }
    #full-menu.in .container #main-menu li:nth-child(5) {
      animation: slideIn-1 .75s .48s forwards; }
    #full-menu.in .container #main-menu li:nth-child(6) {
      animation: slideIn-1 .75s .60s forwards; }
    #full-menu.in .container #main-menu li:nth-child(7) {
      animation: slideIn-1 .75s .72s forwards; }
    #full-menu.in .container #main-menu li:nth-child(8) {
      animation: slideIn-1 .75s .84s forwards; }

@keyframes slideIn-1 {
  0% {
    opacity: 0;
    right: -50px; }
  100% {
    opacity: 1;
    right: 0px; } }

footer {
  font-size: .8em;
  padding: 50px 0 75px 0;
  background: black;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  footer .row:first-of-type {
    margin-bottom: 40px; }
  footer .col-md-6:last-of-type {
    text-align: right; }
    @media screen and (max-width: 767px) {
      footer .col-md-6:last-of-type {
        text-align: center;
        margin-top: 20px; } }
  footer #social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    background: #1d1e19;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    margin-right: 7px; }
  footer #footer-contact-form {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 40px 0;
    top: 100%;
    background: black;
    transition: all .75s; }
    footer #footer-contact-form.in {
      top: 0px; }
    footer #footer-contact-form .gform_wrapper div.validation_error {
      border: 0px !important;
      margin-bottom: 0px !important;
      color: #fff !important;
      padding: 3px 0 !important;
      display: none; }
    footer #footer-contact-form .gform_wrapper li.gfield.gfield_error, footer #footer-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
      border: 0px !important;
      padding: 0px !important;
      background: transparent !important; }
    footer #footer-contact-form .gform_wrapper .gfield_error .gfield_label {
      color: #ffb3bb !important; }
    footer #footer-contact-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), footer #footer-contact-form .gform_wrapper li.gfield_error textarea, footer #footer-contact-form .gform_wrapper.gf_browser_chrome .gfield_error input[type=email], footer #footer-contact-form .gform_wrapper.gf_browser_chrome .gfield_error input[type=number], footer #footer-contact-form .gform_wrapper.gf_browser_chrome .gfield_error input[type=password], footer #footer-contact-form .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel], footer #footer-contact-form .gform_wrapper.gf_browser_chrome .gfield_error input[type=text], footer #footer-contact-form .gform_wrapper.gf_browser_chrome .gfield_error input[type=url], footer #footer-contact-form .gform_wrapper.gf_browser_chrome .gfield_error select, footer #footer-contact-form .gform_wrapper.gf_browser_chrome .gfield_error textarea, footer #footer-contact-form .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
      background: #ffb3bb !important; }
    footer #footer-contact-form .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, footer #footer-contact-form .gform_wrapper li.gfield_error ul.gfield_checkbox, footer #footer-contact-form .gform_wrapper li.gfield_error ul.gfield_radio {
      color: #fff !important; }
    footer #footer-contact-form .gform_wrapper .validation_message {
      display: none; }
    footer #footer-contact-form .gform_wrapper label {
      display: none; }
    footer #footer-contact-form .gform_wrapper input[type="text"], footer #footer-contact-form .gform_wrapper input[type="email"], footer #footer-contact-form .gform_wrapper input[type="phone"], footer #footer-contact-form .gform_wrapper select, footer #footer-contact-form .gform_wrapper textarea {
      background: #333333;
      border: none;
      padding: 10px 12px;
      text-transform: uppercase;
      border-radius: 0px;
      color: #fff;
      -webkit-appearance: none; }
    footer #footer-contact-form .gform_wrapper textarea {
      height: 50px; }
    footer #footer-contact-form .gform_wrapper select {
      background: url(img/arrow-down.svg) calc( 100% - 15px) center #333333;
      background-repeat: no-repeat; }
    footer #footer-contact-form .gform_wrapper .gform_footer {
      position: absolute;
      right: -65px;
      bottom: 10px;
      width: auto; }
    footer #footer-contact-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, footer #footer-contact-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, footer #footer-contact-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
      padding-top: 0px !important; }
  footer #footer-logo svg {
    max-width: 175px;
    height: auto; }
  @media screen and (max-width: 640px) {
    footer #footer-logo {
      text-align: center; } }
  footer #footer-icon svg, footer #footer-form-icon svg {
    max-width: 60px;
    height: auto; }
    footer #footer-icon svg .logo-mark-fill, footer #footer-form-icon svg .logo-mark-fill {
      fill: #ffcc32; }
  @media screen and (max-width: 640px) {
    footer #footer-icon, footer #footer-form-icon {
      text-align: center;
      margin-top: 30px; } }
  footer #footer-close-icon {
    font-size: 3em;
    font-weight: 100; }
  footer .footer-nav {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    footer .footer-nav li {
      text-transform: uppercase;
      font-size: 1.2em; }
      footer .footer-nav li a {
        color: #ffcc32; }
  footer #footer-contact, footer #footer-directions {
    display: block;
    background: rgba(20, 20, 20, 0.75);
    padding: 60px 40px 30px 40px;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #fff;
    right: 0px;
    transition: all .35s; }
    footer #footer-contact svg, footer #footer-directions svg {
      position: relative;
      top: -1em;
      right: 0px;
      transition: all .35s; }
    @media screen and (max-width: 640px) {
      footer #footer-contact, footer #footer-directions {
        margin-top: 40px; } }
    footer #footer-contact:hover, footer #footer-directions:hover {
      text-decoration: none;
      background: rgba(50, 50, 50, 0.9); }
      footer #footer-contact:hover svg, footer #footer-directions:hover svg {
        right: -10px; }
  @media screen and (max-width: 640px) {
    footer {
      text-align: center; } }

.copyright {
  color: #aaa;
  font-size: .9em;
  text-align: center;
  padding-top: 40px; }

@media screen and (max-width: 640px) {
  body.home section:not(#home-hero), body.home footer {
    display: block; } }

body.home #culture-videos {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100vh;
  position: absolute;
  color: #fff;
  top: -100vh;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.65s;
  z-index: 99; }
  @media screen and (max-width: 640px) {
    body.home #culture-videos a {
      display: block;
      margin-bottom: 20px; }
    body.home #culture-videos img {
      max-width: 250px; }
    body.home #culture-videos h4 {
      font-size: 1.2em; } }
  body.home #culture-videos .container {
    position: relative; }
  body.home #culture-videos .assist--icon {
    height: 100px;
    margin-bottom: 40px; }
    body.home #culture-videos .assist--icon svg {
      max-height: 100px;
      transition: all .5s; }
      body.home #culture-videos .assist--icon svg .icon-fill, body.home #culture-videos .assist--icon svg .icon-stroke {
        transition: all .5s; }
  body.home #culture-videos .col-md-4 {
    position: relative;
    opacity: 0;
    bottom: -50px;
    transition: all 1s; }
    body.home #culture-videos .col-md-4 span {
      transition: all .5s; }
    body.home #culture-videos .col-md-4:hover span {
      color: #7da7d9; }
    body.home #culture-videos .col-md-4:hover svg {
      transform: scale(1.1); }
      body.home #culture-videos .col-md-4:hover svg#icon-who-is-wow .icon-fill {
        fill: #7da7d9; }
      body.home #culture-videos .col-md-4:hover svg#icon-who-is-wow .icon-stroke {
        stroke: #7da7d9; }
      body.home #culture-videos .col-md-4:hover svg#icon-show-work .icon-fill {
        fill: #7da7d9; }
      body.home #culture-videos .col-md-4:hover svg#icon-show-work .icon-stroke {
        stroke: #7da7d9; }
      body.home #culture-videos .col-md-4:hover svg#icon-just-looking .icon-fill {
        fill: #7da7d9; }
      body.home #culture-videos .col-md-4:hover svg#icon-just-looking .icon-stroke {
        stroke: #7da7d9; }
  body.home #culture-videos .col-md-4:nth-child(1) .assist--icon svg {
    max-height: 65px;
    position: relative;
    top: 20px; }
  body.home #culture-videos h4 {
    font-family: 'Gotham A', 'Gotham B', sans-serif;
    margin-bottom: 40px; }
  body.home #culture-videos p {
    margin-bottom: 50px;
    font-size: 1.35em;
    font-weight: 100; }
    @media screen and (max-width: 640px) {
      body.home #culture-videos p {
        font-size: 1em; } }
  body.home #culture-videos .scroll {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 50px; }
    @media screen and (max-width: 640px) {
      body.home #culture-videos .scroll {
        font-size: 0.9em;
        width: 90%; } }
  body.home #culture-videos.in {
    top: 0px; }
    body.home #culture-videos.in .col-md-4:nth-child(1) {
      animation: slide-up-assist 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s forwards; }
    body.home #culture-videos.in .col-md-4:nth-child(2) {
      animation: slide-up-assist 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards; }
    body.home #culture-videos.in .col-md-4:nth-child(3) {
      animation: slide-up-assist 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.75s forwards; }

body.home #home-hero {
  height: 100vh;
  min-height: 680px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  background: url(img/hero-bg.jpg) center center #000;
  background-size: cover; }
  body.home #home-hero:after {
    content: " ";
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: fade-background 1s ease-in .75s forwards; }
  @media screen and (max-width: 640px) {
    body.home #home-hero {
      height: 85vh;
      min-height: 400px; } }
  body.home #home-hero .col-md-12 {
    opacity: 0;
    animation: fade-in .5s ease-in 4s forwards; }
  body.home #home-hero #home-video {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%; }
    body.home #home-hero #home-video:after {
      content: " ";
      position: absolute;
      background: black;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      animation: fade-background 1s ease-in 1s forwards; }
    body.home #home-hero #home-video video {
      width: 100vw;
      height: 56.25vw;
      /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
      min-height: 100vh;
      min-width: 177.77vh;
      /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 767px) {
        body.home #home-hero #home-video video {
          height: 100%; } }
      @media all and (-ms-high-contrast: none) {
        body.home #home-hero #home-video video {
          height: auto; } }
  body.home #home-hero .container {
    position: relative;
    height: 100%;
    z-index: 2; }
  body.home #home-hero svg {
    position: relative; }
  body.home #home-hero h1 {
    color: #fff;
    font-size: 7em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; }
  body.home #home-hero h4 {
    padding: 0 0 20px 0;
    color: #fff;
    font-weight: 100;
    text-align: center;
    display: inline-block;
    font-size: 1.2em;
    position: relative;
    opacity: 0;
    animation: slide-up-assist 1.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) 6.5s forwards; }
  body.home #home-hero #in-their-own-words {
    position: absolute;
    bottom: 0px;
    left: calc( 25% - 15px);
    opacity: 0;
    margin: 0 15px;
    width: calc( 50% - 30px);
    font-size: 1.25em;
    font-weight: 100;
    background: rgba(0, 0, 0, 0.75);
    padding: 30px 40px;
    letter-spacing: .4px;
    color: #fff;
    text-align: center;
    padding-right: 200px;
    transition: all .4s;
    animation: slide-up-assist .8s ease-out 6s forwards; }
    body.home #home-hero #in-their-own-words:before {
      content: " ";
      position: absolute;
      top: 0px;
      right: 0px;
      width: 200px;
      height: 100%;
      background: url(img/arrow-right.svg) center center #ffcc32;
      background-repeat: no-repeat; }
    @media screen and (max-width: 640px) {
      body.home #home-hero #in-their-own-words {
        padding-right: 100px;
        font-size: 1em;
        width: calc( 100% - 30px);
        left: 0px; }
        body.home #home-hero #in-their-own-words:before {
          width: 75px;
          background-size: 75%; } }

body.home #other-cases .other-cases-ui {
  display: none; }

@keyframes slide-up-assist {
  0% {
    opacity: 0;
    bottom: -100px; }
  100% {
    opacity: 1;
    bottom: 0px; } }

@keyframes slide-down-assist {
  0% {
    opacity: 1;
    bottom: 0px; }
  100% {
    opacity: 0;
    bottom: -100px; } }

@keyframes zoom-bg {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.125); } }

@keyframes fade-background {
  0% {
    opacity: 1; }
  100% {
    opacity: .35; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/******************************************************************************************

WELCOME HOME

******************************************************************************************/
.text--line {
  font-size: 7em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.text-copy {
  fill: rgba(255, 255, 255, 0);
  stroke: white;
  stroke-dasharray: 5% 20%;
  stroke-width: 2px;
  animation: stroke-offset 2.75s forwards 3.75s, trap_fill ease-in 4.5s 3.75s forwards; }
  .text-copy:nth-child(1) {
    stroke: white;
    stroke-dashoffset: 5%; }
  .text-copy:nth-child(2) {
    stroke: white;
    stroke-dashoffset: 10%; }
  .text-copy:nth-child(3) {
    stroke: white;
    stroke-dashoffset: 15%; }
  .text-copy:nth-child(4) {
    stroke: white;
    stroke-dashoffset: 20%; }
  .text-copy:nth-child(5) {
    stroke: white;
    stroke-dashoffset: 25%; }

@keyframes stroke-offset {
  0% {
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 62.5%; } }

@keyframes trap_fill {
  0% {
    fill: rgba(255, 255, 255, 0); }
  50% {
    fill: rgba(255, 255, 255, 0); }
  100% {
    fill: rgba(255, 255, 255, 0.8); } }

body.home #header-logo {
  animation: slide-down-logo cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.75s 4.6s forwards; }

body.home .nav--box {
  animation: slide-down-nav-box cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.75s 5.1s forwards; }

@media screen and (max-width: 767px) {
  body.the-ship h1 {
    margin-top: 40px; } }

body.the-ship header #logo-mark svg path {
  fill: #fff; }

body.the-ship header #menu-btn:before {
  background: white;
  box-shadow: 0 0.35em 0 0 white, 0 0.7em 0 0 white; }

body.the-ship header #menu-btn:hover:before {
  top: 0.25em;
  box-shadow: 0 0.65em 0 0 white, 0 1.3em 0 0 white !important; }

body.the-ship header.in #logo-mark svg path {
  fill: #000; }

body.the-ship header.in #logo-mark svg path#wow-part {
  fill: url(#gold); }

body.the-ship header.in #menu-btn:before {
  background: black;
  box-shadow: 0 0.35em 0 0 black, 0 0.7em 0 0 black; }

body.the-ship header.in #menu-btn:hover:before {
  top: 0.25em;
  box-shadow: 0 0.65em 0 0 black, 0 1.3em 0 0 black !important; }

body.the-ship h1 {
  margin-bottom: 40px; }

body.the-ship #this-season, body.the-ship #internship-form {
  background: url(img/lines-1.svg) center center #fff;
  background-size: cover;
  background-attachment: fixed; }
  body.the-ship #this-season .col-md-4, body.the-ship #internship-form .col-md-4 {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    padding-bottom: 60px; }
    body.the-ship #this-season .col-md-4 img, body.the-ship #internship-form .col-md-4 img {
      margin-bottom: 20px; }
    body.the-ship #this-season .col-md-4 h4, body.the-ship #internship-form .col-md-4 h4 {
      margin-bottom: 0px;
      font-size: 1em; }
    body.the-ship #this-season .col-md-4 h2, body.the-ship #internship-form .col-md-4 h2 {
      margin-top: 10px;
      font-size: 1.5em; }
    body.the-ship #this-season .col-md-4 a, body.the-ship #internship-form .col-md-4 a {
      outline: 0; }
    body.the-ship #this-season .col-md-4:hover, body.the-ship #internship-form .col-md-4:hover {
      transform: scale(1.1); }

body.the-ship #internship-form {
  background: url(img/lines-1.svg) center center #141414;
  background-size: cover;
  background-attachment: fixed;
  color: #fff; }

body.the-ship .modal .close {
  left: inherit;
  top: 15px; }

body.the-ship .modal h1 {
  font-size: 2em; }

#internship-hero {
  background: url("img/wow_hero_the-ship.jpg") center 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #000;
  text-align: center;
  height: 75vh;
  min-height: 0px; }
  @media screen and (max-width: 767px) {
    #internship-hero {
      height: 50vh;
      background-attachment: scroll; } }
  #internship-hero #home-fish img {
    width: 300px; }

#this-season {
  padding: 5% 0;
  height: auto; }

#internship-info {
  background: url(img/lines-1.svg) center center #000;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 5% 0;
  height: auto;
  min-height: 0px;
  text-align: center; }
  #internship-info h1 {
    margin-bottom: 40px; }
  #internship-info p {
    font-size: .9em; }
  #internship-info ul {
    list-style-position: inside;
    padding: 0px 0px 32px 0; }
  #internship-info label {
    display: block !important; }
  #internship-info .gfield_radio label, #internship-info .gfield_checkbox label {
    display: inline-block !important;
    margin-left: 15px;
    font-weight: 100; }
  #internship-info input[type=text], #internship-info input[type=phone], #internship-info input[type=file], #internship-info .ginput_container_fileupload, #internship-info select, #internship-info textarea {
    color: #111; }
  #internship-info .gform_fields .ginput_container_fileupload {
    background: transparent !important;
    padding: 0px !important;
    color: #fff !important; }
    #internship-info .gform_fields .ginput_container_fileupload .gform_drop_area {
      color: #fff; }
    #internship-info .gform_fields .ginput_container_fileupload input[type=button] {
      color: #000; }
  #internship-info .gform_wrapper li.gfield.gfield_error, #internship-info .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent; }
  #internship-info .gform_wrapper .gfield_error .gfield_label {
    color: red; }
  #internship-info .gform_wrapper div.validation_error {
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    color: red; }
  #internship-info .gform_wrapper .validation_message {
    color: red; }
  #internship-info .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, #internship-info .gform_wrapper li.gfield_error ul.gfield_checkbox, #internship-info .gform_wrapper li.gfield_error ul.gfield_radio {
    color: red; }

#internship-form {
  height: auto;
  min-height: 0px;
  padding: 5% 0;
  background-color: #22b2a3;
  color: #1d1e19; }
  #internship-form h1 {
    text-align: center; }
  #internship-form label {
    display: none; }
  #internship-form #field_2_2, #internship-form #field_2_4, #internship-form #field_2_5, #internship-form #field_2_6 {
    float: left;
    clear: none;
    width: 50%;
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      #internship-form #field_2_2, #internship-form #field_2_4, #internship-form #field_2_5, #internship-form #field_2_6 {
        float: none;
        width: 100%;
        margin-bottom: 0px; } }
  #internship-form #field_2_5 label, #internship-form #field_2_6 label {
    display: block !important; }
  #internship-form #field_2_5 input, #internship-form #field_2_6 input {
    width: 100%; }

#vote-now {
  height: auto;
  min-height: 0;
  padding: 5% 0;
  background: #f0ede7; }

.height-100-percent-table {
  height: 100%;
  display: table;
  width: 100%; }
  .height-100-percent-table .aligner {
    display: table-cell;
    vertical-align: middle; }

.close {
  display: block;
  width: 48px;
  height: 90px;
  position: relative;
  right: 20px;
  top: 20px;
  opacity: 1;
  cursor: pointer; }
  .close:before, .close:after {
    width: 32px;
    height: 3px;
    border-radius: 2px;
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -16px;
    display: block;
    background-color: #fff;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s; }
  .close:after {
    transform: rotate(-135deg); }
  .close.spin:hover:before {
    transform: rotate(135deg); }
  .close.spin:hover:after {
    transform: rotate(45deg); }
  .close.white:before, .close.white:after {
    background-color: #fff; }
  .close:hover {
    opacity: 1; }
    .close:hover:before, .close:hover:after {
      background-color: white;
      width: 48px;
      margin-left: -24px; }

#internship-hero {
  padding: 0; }
  #internship-hero:before {
    background: rgba(34, 178, 163, 0.4); }

body.single-case_study h2 {
  font-size: 5em; }
  @media screen and (max-width: 767px) {
    body.single-case_study h2 {
      font-size: 2.5em; } }

@media screen and (max-width: 767px) {
  body.single-case_study .title-description-block {
    margin-bottom: 30px; } }

#case-study-hero {
  height: 640px;
  background: #000;
  position: relative;
  color: #fff;
  padding-top: 0px; }
  #case-study-hero:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0px;
    left: 0px; }
  #case-study-hero .vimeo-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden; }
  #case-study-hero .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #case-study-hero .name {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 40px; }

#case-challenge {
  background: url(img/lines-1.svg) center center #fff;
  background-size: cover; }
  #case-challenge .case--number {
    font-size: 14em;
    font-weight: bold;
    color: transparent;
    line-height: .8em;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #faa74a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 640px) {
    #case-challenge {
      background-attachment: scroll; } }

#case-large-slider {
  background: #444;
  height: 600px;
  padding: 0; }
  #case-large-slider #case-large-carousel {
    height: 100%; }
    #case-large-slider #case-large-carousel .slide {
      height: 100%; }
    #case-large-slider #case-large-carousel .owl-stage-outer, #case-large-slider #case-large-carousel .owl-stage, #case-large-slider #case-large-carousel .owl-item {
      height: 100%; }
  #case-large-slider #case-large-carousel--nav {
    position: relative; }
    #case-large-slider #case-large-carousel--nav .carousel-ui {
      position: absolute;
      bottom: 20px;
      font-size: 3em;
      color: white;
      z-index: 2; }
      #case-large-slider #case-large-carousel--nav .carousel-ui.prev {
        left: 20px; }
      #case-large-slider #case-large-carousel--nav .carousel-ui.next {
        right: 20px; }

#case-solution {
  background: url(img/lines-1.svg) center center #fff;
  background-size: cover;
  background-attachment: fixed; }
  #case-solution h2 {
    position: relative;
    top: 20px; }
  @media screen and (max-width: 640px) {
    #case-solution {
      background-attachment: scroll; } }

#case-grid-gallery {
  background: url(img/lines-1.svg) center center #000;
  background-size: cover;
  background-attachment: fixed;
  padding: 0; }
  @media screen and (max-width: 640px) {
    #case-grid-gallery {
      background: url(img/lines-1.svg) center center #fff; } }
  #case-grid-gallery #grid-gallery {
    padding-left: 10px;
    padding-right: 10px;
    background: url(img/lines-1.svg) center center #fff;
    background-size: cover;
    background-attachment: fixed; }
    @media screen and (max-width: 640px) {
      #case-grid-gallery #grid-gallery {
        padding: 0; } }
    #case-grid-gallery #grid-gallery .col-md-8, #case-grid-gallery #grid-gallery .col-md-4 {
      height: 600px; }
    #case-grid-gallery #grid-gallery .col-md-8 {
      padding-right: 10px; }
      #case-grid-gallery #grid-gallery .col-md-8 #grid-gallery-carousel {
        height: 100%; }
        #case-grid-gallery #grid-gallery .col-md-8 #grid-gallery-carousel .slide {
          height: 100%; }
        #case-grid-gallery #grid-gallery .col-md-8 #grid-gallery-carousel .slide-video-vertical {
          position: relative;
          background: #e7e7e7; }
          #case-grid-gallery #grid-gallery .col-md-8 #grid-gallery-carousel .slide-video-vertical video {
            height: 80%;
            width: auto; }
        #case-grid-gallery #grid-gallery .col-md-8 #grid-gallery-carousel .slide-video-cover {
          position: relative;
          overflow: hidden; }
          #case-grid-gallery #grid-gallery .col-md-8 #grid-gallery-carousel .slide-video-cover video {
            width: calc( 100% + 4px);
            left: -2px;
            height: 100%;
            object-fit: cover;
            object-position: center;
            position: absolute; }
        #case-grid-gallery #grid-gallery .col-md-8 #grid-gallery-carousel .owl-stage-outer, #case-grid-gallery #grid-gallery .col-md-8 #grid-gallery-carousel .owl-stage, #case-grid-gallery #grid-gallery .col-md-8 #grid-gallery-carousel .owl-item {
          height: 100%; }
      #case-grid-gallery #grid-gallery .col-md-8 .grid-gallery-ui {
        position: absolute;
        bottom: 20px;
        font-size: 3em;
        color: white;
        z-index: 2; }
        #case-grid-gallery #grid-gallery .col-md-8 .grid-gallery-ui.grid-gallery-ui-prev {
          left: 20px; }
        #case-grid-gallery #grid-gallery .col-md-8 .grid-gallery-ui.grid-gallery-ui-next {
          right: 35px; }
    #case-grid-gallery #grid-gallery .col-md-4 .top-half {
      height: calc( 50% - 10px);
      margin-bottom: 10px;
      background: black;
      padding: 30px;
      color: white;
      position: relative; }
      #case-grid-gallery #grid-gallery .col-md-4 .top-half .aligner {
        position: absolute;
        width: 75%;
        bottom: 20px; }
      #case-grid-gallery #grid-gallery .col-md-4 .top-half p {
        font-size: 1em; }
    #case-grid-gallery #grid-gallery .col-md-4 .bottom-half {
      height: 50%;
      background: orange; }
  @media screen and (max-width: 640px) {
    #case-grid-gallery #grid-gallery .col-md-8 {
      padding-right: 0px;
      padding-bottom: 12px;
      height: 300px; } }

#case-results {
  background: url(img/lines-1.svg) center center #fff;
  background-size: cover;
  background-attachment: fixed; }
  #case-results .result {
    display: block;
    margin: 0 20px 20px 20px;
    padding: 10px 0;
    background: #faa74a;
    color: #fff;
    text-align: center;
    font-size: 4.25em; }
  #case-results .result-title {
    text-transform: uppercase; }
  @media screen and (max-width: 640px) {
    #case-results {
      background-attachment: scroll; } }

.simple-play {
  position: relative; }

.simple-play:before {
  content: " ";
  position: absolute;
  top: calc( 50% - 40px);
  left: calc( 50% - 40px);
  width: 80px;
  height: 80px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: all .5s; }

.simple-play:after {
  content: " ";
  position: absolute;
  top: calc( 50% - 25px);
  left: calc( 50% - 15px);
  width: 30px;
  height: 30px;
  z-index: 1;
  border: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #000;
  transition: all .5s; }

.simple-play.hide:before, .simple-play.hide:after {
  opacity: 0; }

body {
  position: relative; }

a.outline {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .75s;
  -webkit-transition: all .75s; }
  a.outline:hover {
    color: #ffffff; }
  a.outline.outline-yellow:hover {
    color: #ffcc32;
    -webkit-text-stroke-color: #ffcc32; }
  a.outline.outline-navy:hover {
    color: #0a233c;
    -webkit-text-stroke-color: #0a233c; }
  a.outline.outline-light-blue:hover {
    color: #7da7d9;
    -webkit-text-stroke-color: #7da7d9; }
  a.outline.outline-purple:hover {
    color: #641243;
    -webkit-text-stroke-color: #641243; }
  a.outline.outline-red:hover {
    color: #f04e58;
    -webkit-text-stroke-color: #f04e58; }
  a.outline.outline-darkred:hover {
    color: #a00a0a;
    -webkit-text-stroke-color: #a00a0a; }
  a.outline.outline-teal:hover {
    color: #22b2a3;
    -webkit-text-stroke-color: #22b2a3; }
  a.outline.outline-orange:hover {
    color: #faa74a;
    -webkit-text-stroke-color: #faa74a; }
  a.outline.outline-black:hover {
    color: black;
    -webkit-text-stroke-color: black; }
  a.outline.outline-biege:hover {
    color: #f5f4ee;
    -webkit-text-stroke-color: #f5f4ee; }
  a.outline.outline-cream:hover {
    color: #f0ede7;
    -webkit-text-stroke-color: #f0ede7; }
  a.outline.outline-darkgrey:hover {
    color: #1d1e19;
    -webkit-text-stroke-color: #1d1e19; }
  a.outline.outline-green:hover {
    color: #3a8759;
    -webkit-text-stroke-color: #3a8759; }
  a.outline.outline-darkgreen:hover {
    color: #195a0a;
    -webkit-text-stroke-color: #195a0a; }
  a.outline.outline-pink:hover {
    color: #c074b0;
    -webkit-text-stroke-color: #c074b0; }

#fish-loader {
  position: fixed;
  top: calc( 50% - 75px);
  left: calc( 50% - 100px);
  width: 200px;
  height: 150px; }
  #fish-loader svg {
    max-width: 100%;
    height: auto; }
    #fish-loader svg path {
      fill: rgba(255, 204, 50, 0.5) !important; }
