/* Globals */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0 auto;
  padding: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../wf/icomoon.eot");
  src: url("../wf/icomoon.eot?#iefix") format("embedded-opentype"), url("../wf/icomoon-RD.ttf") format("truetype"), url("../wf/icomoon.woff") format("woff"), url("../wf/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*="icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-yelp:before {
  content: "\e600"; }

.icon-facebook:before {
  content: "\e601"; }

.icon-twitter:before {
  content: "\e602"; }

.icon-instagram:before {
  content: "\e603"; }

.icon-phone:before {
  content: "\e604"; }

.icon-envelop:before {
  content: "\e605"; }

.icon-feed:before {
  content: "\e606"; }

@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url("../fonts/AvenirLTStd-Black.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url("../fonts/AvenirLTStd-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

/* @media all and (min-width: 38.75em) {
  .two-col {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px; }
} */
html {
  background: #fff; }
  html.four04, html.thanks {
    background-image: url("/wp-content/uploads/2017/10/404.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
    html.four04 body, html.thanks body {
      background: transparent; }
    html.four04:after, html.thanks:after {
      background: rgba(45, 45, 45, 0.8);
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    html.four04 section, html.thanks section {
      padding-top: 200px; }
  html.thanks {
    background-image: none; }

body {
  background: white; }

[role="main"] {
  padding-top: 0px; }

.text-push {
  text-align: right; }

.push {
  float: right; }

.caps {
  text-transform: uppercase; }

.stack {
  clear: both;
  display: block;
  line-height: 1.6;
  font-family: "AvenirLTStd-Medium", clean, sans-serif; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.alt-text {
  color: black; }

article.top-space {
  padding-top: 25px; }
  @media all and (min-width: 38.75em) {
    article.top-space {
      padding-top: 80px; } }

.blue-section {
  background-color: #E6700B;
  padding-bottom: 80px; }
  .blue-section h1 {
    color: black;
    margin-bottom: 80px; }
  .blue-section p {
    color: white; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #E6700B; }
  a:hover, a:focus, a:active {
    color: #232324; }
  a.alt, a.btn.alt2 {
    color: black;
    padding: 12px 25px; }
    a.alt:hover, a.btn.alt2:hover, a.alt:focus, a.btn.alt2:focus, a.alt:active, a.btn.alt2:active {
      color: white; }

.ir {
  font-size: 0;
  color: transparent;
  display: block;
  background-repeat: no-repeat;
  background-position: left top; }

a.btn,
button.btn {
  color: #fff;
  padding: 12px 38px 10px;
  font-family: 'futura-pt',sans-serif;
  font-weight: 700;
  min-width: 270px;
	border-radius: 22px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #E6700B; }
  @media all and (min-width: 26.25em) {
    a.btn,
    button.btn {
      min-width: 300px; } }
  a.btn:after,
  button.btn:after {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 10px;
    min-width: 400px;
    /* background: url("/wp-content/uploads/2017/10/teal-line-pattern.png") repeat-x 0 bottom; */
		}
  a.btn:hover, a.btn:focus, a.btn:active,
  button.btn:hover,
  button.btn:focus,
  button.btn:active {
    background: #232324; }
    a.btn:hover:after, a.btn:focus:after, a.btn:active:after,
    button.btn:hover:after,
    button.btn:focus:after,
    button.btn:active:after {
      -webkit-transform: translate(0, -5px);
      -moz-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
      -o-transform: translate(0, -5px);
      transform: translate(0, -5px);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background-position: -100% bottom; }
  a.btn.alt, a.btn.alt2,
  button.btn.alt,
  button.btn.alt2 {
    background: black;
    overflow: visible;
    border-radius: 0;
    color: white;
    min-width: 240px;
    margin-left: 20px; }
    a.btn.alt:before, a.btn.alt2:before,
    button.btn.alt:before,
    button.btn.alt2:before {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: '';
      position: absolute;
      min-width: 200px;
      height: 50px;
      width: 100%;
      left: 0;
      -webkit-transform: translate(-18px, -48%);
      -moz-transform: translate(-18px, -48%);
      -ms-transform: translate(-18px, -48%);
      -o-transform: translate(-18px, -48%);
      transform: translate(-18px, -48%);
      background: transparent;
      border: 5px solid black; }
    a.btn.alt:after, a.btn.alt2:after,
    button.btn.alt:after,
    button.btn.alt2:after {
      display: none; }
    a.btn.alt:hover, a.btn.alt2:hover, a.btn.alt:focus, a.btn.alt2:focus, a.btn.alt:active, a.btn.alt2:active,
    button.btn.alt:hover,
    button.btn.alt2:hover,
    button.btn.alt:focus,
    button.btn.alt2:focus,
    button.btn.alt:active,
    button.btn.alt2:active {
      color: #E6700B;
      background: white;
      border: 5px solid white; }
      a.btn.alt:hover:before, a.btn.alt2:hover:before, a.btn.alt:focus:before, a.btn.alt2:focus:before, a.btn.alt:active:before, a.btn.alt2:active:before,
      button.btn.alt:hover:before,
      button.btn.alt2:hover:before,
      button.btn.alt:focus:before,
      button.btn.alt2:focus:before,
      button.btn.alt:active:before,
      button.btn.alt2:active:before {
        -webkit-transform: translate(8px, -1%);
        -moz-transform: translate(8px, -1%);
        -ms-transform: translate(8px, -1%);
        -o-transform: translate(8px, -1%);
        transform: translate(8px, -1%);
        background: transparent;
        border: 5px solid white; }
  a.btn.alt2:hover, a.btn.alt2:focus, a.btn.alt2:active,
  button.btn.alt2:hover,
  button.btn.alt2:focus,
  button.btn.alt2:active {
    color: white;
    background: #E6700B;
    border: 5px solid #E6700B; }
    a.btn.alt2:hover:before, a.btn.alt2:focus:before, a.btn.alt2:active:before,
    button.btn.alt2:hover:before,
    button.btn.alt2:focus:before,
    button.btn.alt2:active:before {
      border: 5px solid #E6700B; }
  a.btn.alt3, a.btn.alt4,
  button.btn.alt3,
  button.btn.alt4 {
    border-color: #E6700B;
    background: #E6700B;
    color: white;
    max-width: 130px; }
    @media all and (min-width: 26.25em) {
      a.btn.alt3, a.btn.alt4,
      button.btn.alt3,
      button.btn.alt4 {
        min-width: 130px; } }
    a.btn.alt3:after, a.btn.alt4:after,
    button.btn.alt3:after,
    button.btn.alt4:after {
      display: none; }
    a.btn.alt3:hover, a.btn.alt4:hover, a.btn.alt3:active, a.btn.alt4:active, a.btn.alt3:focus, a.btn.alt4:focus,
    button.btn.alt3:hover,
    button.btn.alt4:hover,
    button.btn.alt3:active,
    button.btn.alt4:active,
    button.btn.alt3:focus,
    button.btn.alt4:focus {
      background: #232324;
      color: #fff; }
  a.btn.alt4,
  button.btn.alt4 {
    padding-top: 0;
    padding-bottom: 0; }

.reverse {
  color: white; }
  .reverse:hover, .reverse:focus, .reverse:active {
    color: white; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  img.contain-media {
    width: 100%; }
  img.img-right {
    float: right; }

figure, .img-wrap {
  margin-top: 0;
  margin-bottom: 20px;
  position: relative; }
  figure.left-half, .img-wrap.left-half {
    width: 50%;
    float: left;
    padding-right: 15px; }
    figure.left-half img, .img-wrap.left-half img {
      width: 100%; }
  figure.right-half, .img-wrap.right-half {
    width: 50%;
    float: right;
    padding-left: 15px; }
    figure.right-half img, .img-wrap.right-half img {
      width: 100%; }

video, canvas {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto; }

.video-img-wrap {
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: none; }
  @media all and (min-width: 51.25em) {
    .video-img-wrap {
      display: block; } }
  .video-img-wrap video {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    top: 0;
    padding-bottom: 100%;
    opacity: 0; }
    .video-img-wrap video.show {
      opacity: 1; }

.header-bg {
  display: none; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-top: 40px; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.white-pattern {
  position: relative;
	color:#232324;
	}
  .white-pattern:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    display: block;
    /* background: url("/wp-content/uploads/2017/10/white-line-pattern.png") repeat-x -200% top; */
		}
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .white-pattern:after {
        /* background-image: url("/wp-content/uploads/2017/10/white-line-pattern@2x.png"); */
        background-size: 79px 63px; } }
    @media all and (min-width: 38.75em) {
      .white-pattern:after {
        top: -20px;
        height: 20px; } }
  .white-pattern.white-pattern-bottom:after {
    top: auto;
    bottom: -5px;
    background-position: 0 bottom; }

.black-pattern {
  position: relative;
  overflow: hidden; }
  .black-pattern:before {
    content: '';
    position: absolute;
    top: -53px;
    left: 0;
    height: 63px;
    width: 100%;
    display: block;
    background: url("/wp-content/uploads/2017/10/black-line-pattern.png") repeat-x -200% bottom; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .black-pattern:before {
        background-image: url("/wp-content/uploads/2017/10/black-line-pattern@2x.png");
        background-size: 79px 63px; } }
  .black-pattern:after {
    content: '';
    position: absolute;
    bottom: -53px;
    left: 0;
    height: 63px;
    width: 100%;
    display: block;
    background: url("/wp-content/uploads/2017/10/black-line-pattern.png") repeat-x -200% bottom; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .black-pattern:after {
        background-image: url("/wp-content/uploads/2017/10/black-line-pattern@2x.png");
        background-size: 79px 63px; } }

.left-inward-arrows, .left-outward-arrows {
  position: relative; }
  @media all and (min-width: 38.75em) {
    .left-inward-arrows:before, .left-outward-arrows:before, .left-inward-arrows:after, .left-outward-arrows:after {
      font-size: 20px;
      font-size: 1.25rem;
      position: absolute;
      z-index: 2;
      content: '\25B6';
      -webkit-transform: translate(0, -90%);
      -moz-transform: translate(0, -90%);
      -ms-transform: translate(0, -90%);
      -o-transform: translate(0, -90%);
      transform: translate(0, -90%);
      top: 0;
      left: -40px;
      color: #E6700B; }
    .left-inward-arrows:after, .left-outward-arrows:after {
      left: -70px; } }

.right-inward-arrows, .right-outward-arrows, .alt-button-container, [role="contentinfo"] .footer-talk-box p a {
  position: relative; }
  @media all and (min-width: 38.75em) {
    .right-inward-arrows:before, .right-outward-arrows:before, .alt-button-container:before, [role="contentinfo"] .footer-talk-box p a:before, .right-inward-arrows:after, .right-outward-arrows:after, .alt-button-container:after, [role="contentinfo"] .footer-talk-box p a:after {
      font-size: 20px;
      font-size: 1.25rem;
      position: absolute;
      z-index: 2;
      content: '\25C0';
      -webkit-transform: translate(0, -90%);
      -moz-transform: translate(0, -90%);
      -ms-transform: translate(0, -90%);
      -o-transform: translate(0, -90%);
      transform: translate(0, -90%);
      top: 0;
      right: -40px;
      color: #E6700B; }
    .right-inward-arrows:after, .right-outward-arrows:after, .alt-button-container:after, [role="contentinfo"] .footer-talk-box p a:after {
      right: -70px; } }

@media all and (min-width: 38.75em) {
  .left-outward-arrows:before, .left-outward-arrows:after {
    content: '\25C0';
    -webkit-transform: translate(0, -90%);
    -moz-transform: translate(0, -90%);
    -ms-transform: translate(0, -90%);
    -o-transform: translate(0, -90%);
    transform: translate(0, -90%); }
  .left-outward-arrows:after {
    left: -70px; } }

@media all and (min-width: 38.75em) {
  .right-outward-arrows:before, .right-outward-arrows:after {
    content: '\25B6';
    -webkit-transform: translate(0, -90%);
    -moz-transform: translate(0, -90%);
    -ms-transform: translate(0, -90%);
    -o-transform: translate(0, -90%);
    transform: translate(0, -90%); } }

.alt-button-container {
  max-width: 380px;
  margin-top: 80px;
  margin-bottom: 40px; }
  .alt-button-container:before, .alt-button-container:after {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  .alt-button-container:before {
    right: 0; }
  .alt-button-container:after {
    right: -30px; }

.color-3 {
  background-color: #E6700B; }

.ready-to-build {
  padding: 0;
  margin: 40px 0; }
  @media all and (min-width: 60em) {
    .ready-to-build {
      margin: 80px 0; } }
  .ready-to-build h1 {
    position: relative;
    z-index: 2;
    margin: 6px 25px; }
    .ready-to-build h1 a {
      position: relative;
      z-index: 2;
      margin-left: 80px;
      display: block; }
      @media all and (min-width: 26.25em) {
        .ready-to-build h1 a {
          display: inline-block; } }
      .ready-to-build h1 a:before, .ready-to-build h1 a:after {
        font-size: 20px;
        font-size: 1.25rem;
        position: absolute;
        content: '\25B6';
        -webkit-transform: translate(0, 100%);
        -moz-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%);
        top: 0;
        left: -30px;
        color: white; }
        @media all and (min-width: 26.25em) {
          .ready-to-build h1 a:before, .ready-to-build h1 a:after {
            -webkit-transform: translate(0, 130%);
            -moz-transform: translate(0, 130%);
            -ms-transform: translate(0, 130%);
            -o-transform: translate(0, 130%);
            transform: translate(0, 130%); } }
      .ready-to-build h1 a:after {
        left: -60px; }
    @media all and (min-width: 60em) {
      .ready-to-build h1:before {
        content: '';
        position: absolute;
        min-width: 200px;
        height: 110px;
        width: 76%;
        left: 0;
        -webkit-transform: translate(-25px, -24%);
        -moz-transform: translate(-25px, -24%);
        -ms-transform: translate(-25px, -24%);
        -o-transform: translate(-25px, -24%);
        transform: translate(-25px, -24%);
        background: transparent;
        border: 5px solid #E6700B;
        z-index: 0; } }

.sub-hero {
  padding: 25px 0;
  background-color: white;
  position: relative;
  z-index: 3; }
  .sub-hero h2 {
    color: #E6700B;
    font-weight: 500; }
  @media all and (min-width: 51.25em) {
    .sub-hero {
      padding: 75px 0; } }

section {
  position: relative;
  z-index: 2; }

.work-features {
  background: white;
  position: relative;
  z-index: 2;
  overflow: hidden; }

article.work-feature {
  padding: 0;
  margin-bottom: 50px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media all and (min-width: 38.75em) {
    article.work-feature {
      padding: 40px 0;
      margin-bottom: 20px;
      overflow: hidden; }
      article.work-feature p {
        min-height: 92px; } }
  article.work-feature .feature-info {
    position: relative;
    height: 170px; }
    @media all and (min-width: 38.75em) {
      article.work-feature .feature-info {
        height: auto; } }
    article.work-feature .feature-info > * {
      z-index: 2;
      position: relative; }
    article.work-feature .feature-info:before {
      background: rgba(255, 97, 29, .9);
      content: '';
      display: block;
      width: 1000px;
      height: 1000px;
      position: absolute;
      top: -400px;
      right: -60px;
      -webkit-transform: rotate(22.5deg) rotateX(0) rotateY(0);
      -moz-transform: rotate(22.5deg) rotateX(0) rotateY(0);
      -ms-transform: rotate(22.5deg) rotateX(0) rotateY(0);
      -o-transform: rotate(22.5deg) rotateX(0) rotateY(0);
      transform: rotate(22.5deg) rotateX(0) rotateY(0); }
    article.work-feature .feature-info .btn, article.work-feature .feature-info p, article.work-feature .feature-info:before {
      display: none; }
      @media all and (min-width: 38.75em) {
        article.work-feature .feature-info .btn, article.work-feature .feature-info p, article.work-feature .feature-info:before {
          display: inline-block; } }
    article.work-feature .feature-info h2 {
      position: absolute;
      bottom: -40px;
      margin-bottom: 0;
      display: block;
      width: 100%; }
      article.work-feature .feature-info h2 a {
        background: rgba(255, 97, 29, .9);
        display: block;
        padding: 10px;
        border: 5px solid white; }
      @media all and (min-width: 38.75em) {
        article.work-feature .feature-info h2 {
          position: relative;
          bottom: auto;
          margin-bottom: 20px; }
          article.work-feature .feature-info h2 a {
            background: transparent;
            padding: 0px;
            border: none; } }
  article.work-feature:nth-of-type(even) > .flex > [class*="flex"] {
    float: right; }
  article.work-feature:nth-of-type(even) .feature-info:before {
    top: -300px;
    left: -60px;
    right: auto; }

.who-we-are {
  padding: 20px 0; }
  @media all and (min-width: 60em) {
    .who-we-are {
      background: url("/wp-content/uploads/2017/10/who-we-are-image.jpg") no-repeat right top;
      padding: 80px 0; } }

.default-hero {
  padding: 90px 0 10px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden; }
  .default-hero:after {
    background: rgba(35, 35, 35, 0.95);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media all and (min-width: 26.25em) {
    .default-hero {
      padding: 90px 0 10px; } }
  @media all and (min-width: 31.25em) {
    .default-hero {
      padding: 90px 0 10px; } }
  @media all and (min-width: 38.75em) {
    .default-hero {
      padding: 90px 0 10px; } }
  @media all and (min-width: 51.25em) {
    .default-hero {
      padding: 100px 0 10px; } }
  @media all and (min-width: 60em) {
    .default-hero {
      padding: 120px 0 50px; } }
  @media all and (min-width: 64.0625em) {
    .default-hero {
      padding: 160px 0 60px;
      background-attachment: fixed;
      background-size: 140% auto; } }
  @media all and (min-width: 76.5em) {
    .default-hero {
      background-size: 130% auto; } }
  @media all and (min-width: 87.5em) {
    .default-hero {
      background-size: 100% auto; } }
/*
.logbook-page .default-hero:after {
  display: none; }
*/

.contact-page .default-hero,
.default-hero {
  background-image: url("/wp-content/uploads/2017/10/contact-background.jpg");}

.capabilities-page .default-hero {
  background-image: url("/wp-content/uploads/2017/10/capabilities2-background.jpg"); }

.work-page .default-hero {
  background-image: url("/wp-content/uploads/2017/10/hulk-backgrounds.jpg"); }

.studio-page .default-hero {
  background-image: url("/wp-content/themes/sls2017/assets/images/background-studio.jpg"); }

.default-hero.sll-careers-page {
  background-image: url("/wp-content/uploads/2025/07/Cliffside.png"); }

.work-grid {
  display: block; }
  .work-grid ul {
    *zoom: 1;
    margin: 0;
    padding: 5px;
    list-style-type: none; }
    .work-grid ul:after {
      content: "";
      display: table;
      clear: both; }
    .work-grid ul li {
      margin: 0;
      float: left;
      padding: 5px; }
      @media all and (min-width: 51.25em) {
        .work-grid ul li {} }
      .work-grid ul li a {
        *zoom: 1;
        position: relative;
        display: block;
        padding: 0;
        overflow: hidden; }
        .work-grid ul li a:after {
          content: "";
          display: table;
          clear: both; }
        .work-grid ul li a .overlay, body.mobile .work-grid ul li a:hover .overlay {
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: translate(130%, 30%);
          -moz-transform: translate(130%, 30%);
          -ms-transform: translate(130%, 30%);
          -o-transform: translate(130%, 30%);
          transform: translate(130%, 30%);
          width: 100%;
          height: 100%;
          padding: 10px;
          display: block; }
          .work-grid ul li a .overlay:before {
            background: rgba(255, 97, 29, .9);
            content: '';
            display: block;
            width: 1500px;
            height: 1500px;
            position: absolute;
            top: 0;
            left: -250px;
            -webkit-transform: rotate(22.5deg) rotateX(0) rotateY(0);
            -moz-transform: rotate(22.5deg) rotateX(0) rotateY(0);
            -ms-transform: rotate(22.5deg) rotateX(0) rotateY(0);
            -o-transform: rotate(22.5deg) rotateX(0) rotateY(0);
            transform: rotate(22.5deg) rotateX(0) rotateY(0); }
          .work-grid ul li a .overlay .overlay-inner {
            display: inline-block;
            position: absolute;
            width: 80%;
            top: 50%;
            left: 50%; 
			margin:0 auto !important;
			transform:translate(-50%,-50%);
			}
			@media (max-width:960px) {
				.work-grid ul li a .overlay .overlay-inner {width:100%; padding-top:10px; position:relative; top:auto; left:auto; transform:translate(0,0);}
			}
            .work-grid ul li a .overlay .overlay-inner h2 {
              position: relative;
              z-index: 4;
              display: block;
              text-align: center;
              color: white;
              line-height: 1;
              font-size: 21px;
              font-size: 1.3125rem; }
              @media all and (min-width: 64.0625em) {
                .work-grid ul li a .overlay .overlay-inner h2 {
                  font-size: 36px;
                  font-size: 2.25rem; } }
            .work-grid ul li a .overlay .overlay-inner p {
              display: block;
              text-align: center;
              color: white;
              position: relative;
              z-index: 4;
              margin-bottom: 0;
              font-size: 14px;
              font-size: 0.875rem; }
              @media all and (min-width: 64.0625em) {
                .work-grid ul li a .overlay .overlay-inner p {
                  font-size: 18px;
                  font-size: 1.125rem; } }
        .work-grid ul li a:hover .overlay {
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0); }
        .work-grid ul li a img {
          width: 100%;
          display: block;
          vertical-align: bottom; }
  .work-grid.show {
    display: block; }

#title-masking {
  margin: 0;
  padding: 0;
  display: block;
  height: 100px;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  
  .swiper-slide {height: 600px !important;
  
  background-repeat: no-repeat !important;
    background-size: cover!important;
    background-position: center !important;
}
#title-masking-svg #svg-title-text {
  text-transform: uppercase; }

ul.filters {
  display: block;
  text-align: center;
  margin: 40px; }
  ul.filters li {
    display: inline-block;
    text-align: center;
    margin: 0 12px; }
    ul.filters li a {
      display: inline-block;
      text-align: center; 
	  cursor: pointer;}
	  
ul.filters li a.select {color: #000; border-bottom: 2px solid #000;}	  

.logbook-page {
  background-image: url("/wp-content/uploads/2017/10/logbook-background.jpg");
  background-color: #89bfc8;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-attachment: fixed; }
  .logbook-page .logbook-main-section:after {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 500px;
    bottom: 0;
    border-bottom: 200px solid white;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, transparent, white);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, transparent, white);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, transparent, white);
    /* IE10 */
    background-image: -o-linear-gradient(top, transparent, white);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, transparent, white); }

.logbook-main-section {
  min-height: 1000px;
  padding-top: 20px;
	background: #f7f7f7;
	}
  .logbook-main-section .logbook-article {
    background-color: white;
		color:#232324;
    padding: 80px 40px;
    position: relative;
    z-index: 3;
    margin-bottom: 140px; }
    @media all and (min-width: 51.25em) {
      .logbook-main-section .logbook-article {
        padding: 80px; } }
    .logbook-main-section .logbook-article:last-of-type {
      margin-bottom: 0; }
    .logbook-main-section .logbook-article h1 {
      color: black;
      margin-top: 20px; }
    .logbook-main-section .logbook-article h2, .logbook-main-section .logbook-article h3 {
      color: #E6700B;
      font-weight: 500; }
    .logbook-main-section .logbook-article .date {
      width: 125px;
      height: 130px;
      /* border: 5px solid black; */
      /* background: white url("/wp-content/uploads/2017/10/teal-line-pattern.png") 0 bottom; */
      position: absolute;
      top: -70px;
      left: 50%;
      margin-left: -70px;
      padding-top: 23px;
      font-family: 'UniSans-Regular', Arial, Helvetica, sans-serif; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .logbook-main-section .logbook-article .date {
          /*background-image: url("/wp-content/uploads/2017/10/teal-line-pattern@2x.png");*/
          background-size: 79px 63px; } }
      .logbook-main-section .logbook-article .date:after {
        content: '';
        background: white;
        border: 5px solid black;
        width: 90px;
        height: 90px;
        display: block;
        position: absolute;
        top: 14px;
        left: 14px;
        z-index: 2; }
      .logbook-main-section .logbook-article .date .date-day {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        display: block;
        position: relative;
        z-index: 3; }
      .logbook-main-section .logbook-article .date .date-month {
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        display: block;
        position: relative;
        z-index: 3; }

.studio-grid {
  list-style-type: none;
  padding-bottom: 80px;
  *zoom: 1;
  display: none; }
  .studio-grid:after {
    content: "";
    display: table;
    clear: both; }
  .studio-grid li {
    width: 50%;
    float: left;
    padding: 10px; }
	.studio-grid li:nth-child(2n+1) {clear:left;}
	.studio-grid li:nth-child(3n+1) {clear:initial;}
	.studio-grid li:nth-child(4n+1) {clear:left;}
    @media all and (min-width: 38.75em) {
      .studio-grid li {
        width: 33.3%; }
			.studio-grid li:nth-child(2n+1) {clear:initial;}
			.studio-grid li:nth-child(3n+1) {clear:left;}
			.studio-grid li:nth-child(4n+1) {clear:initial;}
				}
    @media all and (min-width: 51.25em) {
      .studio-grid li {
        width: 25%; }
			.studio-grid li:nth-child(2n+1) {clear:initial;}
			.studio-grid li:nth-child(3n+1) {clear:initial;}
			.studio-grid li:nth-child(4n+1) {clear:left;}
			}
    .studio-grid li a {
      display: block; }
      .studio-grid li a .studio-name-title {
        background: white;
        position: relative;
        z-index: 2;
        padding-top: 10px; }
        .studio-grid li a .studio-name-title .name, .studio-grid li a .studio-name-title .title {
          display: block;
          text-align: center; }
        .studio-grid li a .studio-name-title .title {
          color: black;
          height: 24px; }
      .studio-grid li a img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block;
        width: 100%; }
  .studio-grid.show {
    display: block; }

.shop-map-section h1 {
  margin-bottom: 20px; }
  @media all and (min-width: 51.25em) {
    .shop-map-section h1 {
      margin-bottom: 80px; } }
.shop-map-section #shop-map {
  padding-bottom: 60%; }
  .shop-map-section #shop-map #shop-map-svg {
    position: absolute !important;
    top: 94px; }
    @media all and (min-width: 26.25em) {
      .shop-map-section #shop-map #shop-map-svg {
        top: 80px; }
			#shop-map-svg	{max-width:88%;}
			}
		@media all and (max-width: 450px) {
			#shop-map-svg	{max-width:87%;}
			h1 {letter-spacing:5px}
		}
    .shop-map-section #shop-map #shop-map-svg .popup-readmore {
      font-family: "AvenirLTStd-Medium", clean, sans-serif !important;
      font-size: 17px !important; }
      .shop-map-section #shop-map #shop-map-svg .popup-readmore:hover {
        cursor: pointer; }
    .shop-map-section #shop-map #shop-map-svg .popup-title {
      font-family: "proxima-soft", clean, sans-serif !important;
      font-size: 20px !important; }

.values-section {
	color:#232324;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media all and (min-width: 51.25em) {
    .values-section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .values-section h3 {
    color: #E6700B; }

.capabilities-grid a {
  position: relative; }
  .capabilities-grid a img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  .capabilities-grid a h2 {
    margin-bottom: 50px;
    height: 39px; }
    @media all and (min-width: 51.25em) {
      .capabilities-grid a h2 {
        min-height: 48px; } }
  .capabilities-grid a:hover img {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px); }

.related-projects {
  z-index: 2; }

.spark-idea {
  background: #E6700B;
  margin-top: 50px;
  *zoom: 1; }
  .spark-idea:after {
    content: "";
    display: table;
    clear: both; }
  .spark-idea h3 {
    text-align: center;
    font-weight: 600;
    margin-top: 20px; }
  .spark-idea .overlay-btn {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    float: none; }
		.spark-idea .overlay-btn .btn {margin-top:8px;}
  @media all and (min-width: 51.25em) {
    .spark-idea {
      overflow: hidden;
      height: 56px; }
      .spark-idea:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 55%;
        margin-bottom: -50px;
        height: 60px;
        background: white;
        width: 1000px; }
      .spark-idea h3 {
        position: absolute;
        margin-left: 20%;
        margin-top: 0;
        top: 20px; }
      .spark-idea .overlay-btn {
        float: right;
        padding-left: 20px;
        margin-top: -5px; } }
      @media all and (min-width: 51.25em) and (min-width: 38.75em) {
        .spark-idea .overlay-btn.left-inward-arrows:before, .spark-idea .overlay-btn.left-outward-arrows:before, .spark-idea .overlay-btn.left-inward-arrows:after, .spark-idea .overlay-btn.left-outward-arrows:after {
          font-size: 20px;
          font-size: 1.25rem;
          position: absolute;
          z-index: 2;
          content: '\25B6';
          -webkit-transform: translate(0, -90%);
          -moz-transform: translate(0, -90%);
          -ms-transform: translate(0, -90%);
          -o-transform: translate(0, -90%);
          transform: translate(0, -90%);
          top: 42px;
          left: -10px;
          color: #E6700B; }
        .spark-idea .overlay-btn.left-inward-arrows:after, .spark-idea .overlay-btn.left-outward-arrows:after {
          left: -40px; } }

.flex {
  *zoom: 1;
  position: relative;
  clear: both;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  display: block;
  max-width: 1020px;
  max-width: 63.75rem;
  margin: 0 auto; }
  .flex:after {
    content: "";
    display: table;
    clear: both; }
  .flex .g1-flex1 {
    float: left;
    width: 25%;
    padding: 0 10px;
    padding: 0 0.625rem; }
    .flex .g1-flex1.push {
      float: right; }
  .flex .g1-flex2 {
    float: left;
    width: 50%;
    padding: 0 10px;
    padding: 0 0.625rem; }
    .flex .g1-flex2.push {
      float: right; }
  .flex .g1-flex3 {
    width: 75%;
    padding: 0 10px;
    padding: 0 0.625rem; }
    .flex .g1-flex3.push {
      float: right; }
  .flex .g1-flex4 {
    float: left;
    width: 100%;
    padding: 0 10px;
    padding: 0 0.625rem; }
    .flex .g1-flex4.push {
      float: right; }
  .flex .g1-hide, .flex .g2-hide {
    display: none; }
  .flex .g1-show {
    display: block; }
  .flex .flex-nested:first-child, .flex .flex-nested.g1-flex4:last-child {
    padding-left: 0; }
  @media all and (min-width: 38.75em) {
    .flex .g2-flex1 {
      float: left;
      width: 12.5%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g2-flex1.push {
        float: right; }
    .flex .g2-flex2 {
      float: left;
      width: 25%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g2-flex2.push {
        float: right; }
    .flex .g2-flex3 {
      float: left;
      width: 37.5%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g2-flex3.push {
        float: right; }
    .flex .g2-flex4 {
      float: left;
      width: 50%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g2-flex4.push {
        float: right; }
    .flex .g2-flex5 {
      float: left;
      width: 62.5%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g2-flex5.push {
        float: right; }
    .flex .g2-flex6 {
      float: left;
      width: 75%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g2-flex6.push {
        float: right; }
    .flex .g2-flex7 {
      float: left;
      width: 87.5%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g2-flex7.push {
        float: right; }
    .flex .g2-flex8 {
      width: 100%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g2-flex8.push {
        float: right; }
    .flex .g2-show {
      display: block; }
    .flex .g2-hide {
      display: none; }
    .flex .flex-nested:last-child {
      padding-right: 0; }
    .flex .flex-nested.g1-flex4:last-child {
      padding-left: 10px;
      padding-left: 0.625rem; }
    .flex .flex-nested.g1-flex4:first-child {
      padding-left: 0; } }
  @media all and (min-width: 51.25em) {
    .flex .g3-flex1 {
      float: left;
      width: 8.33333%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g3-flex1.push {
        float: right; }
    .flex .g3-flex2 {
      float: left;
      width: 16.66667%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g3-flex2.push {
        float: right; }
    .flex .g3-flex3 {
      float: left;
      width: 25%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g3-flex3.push {
        float: right; }
    .flex .g3-flex4 {
      float: left;
      width: 33.33333%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g3-flex4.push {
        float: right; }
    .flex .g3-flex5 {
      float: left;
      width: 41.66667%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g3-flex5.push {
        float: right; }
    .flex .g3-flex6 {
      float: left;
      width: 50%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g3-flex6.push {
        float: right; }
    .flex .g3-flex7 {
      float: left;
      width: 58.33333%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g3-flex7.push {
        float: right; }
    .flex .g3-flex8 {
      float: left;
      width: 66.66667%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g3-flex8.push {
        float: right; }
    .flex .g3-flex9 {
      float: left;
      width: 75%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g3-flex9.push {
        float: right; }
    .flex .g3-flex10 {
      float: left;
      width: 83.33333%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g3-flex10.push {
        float: right; }
    .flex .g3-flex11 {
      float: left;
      width: 91.66667%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g3-flex11.push {
        float: right; }
    .flex .g3-flex12 {
      width: 100%;
      padding: 0 10px;
      padding: 0 0.625rem; }
      .flex .g3-flex12.push {
        float: right; }
    .flex .g3-show {
      display: block; }
    .flex .g3-hide {
      display: none; }
    .flex .g3-offset1 {
      margin-left: 8.4%; }
    .flex .g3-offset2 {
      margin-left: 16.8%; }
    .flex .g3-offset3 {
      margin-left: 24.2%; } }

html {
  font-size: 83%; }

body {
  font-family: "AvenirLTStd-Medium", clean, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #fff; }

strong {
  font-weight: 900; }

em {
  font-style: italic; }

.center {
  text-align: center; }

.alpha {
  font-size: 38px;
  font-size: 2.375rem; }

.beta {
  font-size: 28px;
  font-size: 1.75rem; }

.gamma {
  font-size: 20px;
  font-size: 1.25rem; }

.delta {
  font-size: 16px;
  font-size: 1rem; }

.epsilon {
  font-size: 12px;
  font-size: 0.75rem; }

.zeta {
  font-size: 11px;
  font-size: 0.6875rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'UniSans-Regular', Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  font-weight: 400; }
  h1.extra-top-space, h2.extra-top-space, h3.extra-top-space, h4.extra-top-space, h5.extra-top-space, h6.extra-top-space {
    margin-top: 80px; }

h1 {
  color: #E6700B;
  font-weight: 500;
  line-height: 1; }
  h1 .stack {
    margin-top: 10px; }
  h1.alt {
    font-weight: 400;
    color: black;
    margin: 50px 0 70px; }

h2 {
  color: black;
  letter-spacing: -0.5px; }
  h2.alt {
    color: #E6700B; }

a h2 {
  color: #E6700B; }

h3 {
  color: black; }

h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: black;
  font-weight: 500; }

.delta.alt, a.delta.btn.alt2,
button.delta.btn.alt2 {
  margin-bottom: 3px;
  font-weight: 900; }

p, ul {
  font-size: 17px;
  font-size: 1.0625rem; }
  p.small, ul.small {
    font-size: 12px;
    font-size: 0.75rem; }
    p.small.white, ul.small.white {
      color: #fff; }
    p.small.push, ul.small.push {
      float: right; }
  p.large, ul.large {
    font-size: 18px;
    font-size: 1.125rem; }

ul.horz-list {
  *zoom: 1;
  font-weight: 400;
  list-style-type: none; }
  ul.horz-list:after {
    content: "";
    display: table;
    clear: both; }
  ul.horz-list li {
    float: left; }
  ul.horz-list li a {
    display: block;
    float: left; }
ul li.push {
  float: right;
  margin-right: 0; }
ul.horz-buttons, ul.prev-next-buttons {
  *zoom: 1;
  list-style-type: none;
  text-align: center;
  overflow: hidden;
  padding-top: 20px; }
  ul.horz-buttons:after, ul.prev-next-buttons:after {
    content: "";
    display: table;
    clear: both; }
  ul.horz-buttons li, ul.prev-next-buttons li {
    display: inline;
    text-align: center; }
    @media all and (min-width: 51.25em) {
      ul.horz-buttons li, ul.prev-next-buttons li {
        margin: 0 25px;
        overflow: visible; } }
    ul.horz-buttons li:first-child a, ul.prev-next-buttons li:first-child a {
      margin-bottom: 10px; }
      @media all and (min-width: 38.75em) {
        ul.horz-buttons li:first-child a, ul.prev-next-buttons li:first-child a {
          margin-bottom: 0; } }
ul.prev-next-buttons {
  margin-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 51.25em) {
    ul.prev-next-buttons li {
      height:44px;
      margin: 0 10px;
      overflow: visible; } }
  ul.prev-next-buttons li:first-child a {
    margin-bottom: 0px; }
    @media all and (min-width: 38.75em) {
      ul.prev-next-buttons li:first-child a {
        margin-bottom: 0; } }

[role="main"] p, [role="main"] ul, [role="main"] dl {
  line-height: 2em;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  [role="main"] p.alt, [role="main"] ul.alt, [role="main"] dl.alt {
    font-weight: 400;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
[role="main"] li {
  margin-bottom: 18px;
  margin-bottom: 1.125rem; }
[role="main"] ul.bullets {
  margin-left: 50px;
  padding-right: 20px;
  list-style-type: disc;
  margin-top: 0;
  padding-right: 0; }
  [role="main"] ul.bullets li {
    margin-bottom: 4px; }
  [role="main"] ul.bullets.three-cols {
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 30px;
    -moz-column-count: 3;
    -moz-column-gap: 5px;
    -webkit-column-count: 3;
    -webkit-column-gap: 5px; }
    [role="main"] ul.bullets.three-cols li {
      font-size: 17px;
      font-size: 1.0625rem;
      margin-left: 0;
      padding: 2px 5px 2px 0; }
[role="main"] p.intro {
  color: #f05f40;
  line-height: 1.35;
  font-family: "proxima-soft", clean, sans-serif;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px; }
[role="main"] p.alt2 {
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
[role="main"] p.more-link {
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "proxima-soft", clean, sans-serif; }
[role="main"] p strong {
  font-family: "AvenirLTStd-Black", clean, sans-serif; }

blockquote, blockquote p {
  font-style: italic;
  color: #777777; }

@media all and (min-width: 38.75em) {
  html {
    font-size: 94%; }

  .alpha {
    font-size: 46px;
    font-size: 2.875rem; }

  .beta {
    font-size: 36px;
    font-size: 2.25rem; }

  .gamma {
    font-size: 21px;
    font-size: 1.3125rem; }

  .delta {
    font-size: 17px;
    font-size: 1.0625rem; }

  .epsilon {
    font-size: 12px;
    font-size: 0.75rem; }

  .zeta {
    font-size: 11px;
    font-size: 0.6875rem; } }
@media all and (min-width: 51.25em) {
  html {
    font-size: 100%; }

  .alpha {
    font-size: 50px;
    font-size: 3.125rem; }

  .beta {
    font-size: 40px;
    font-size: 2.5rem; }

  .gamma {
    font-size: 22px;
    font-size: 1.375rem; }

  .delta {
    font-size: 18px;
    font-size: 1.125rem; }

  .epsilon {
    font-size: 13px;
    font-size: 0.8125rem; }

  .zeta {
    font-size: 11px;
    font-size: 0.6875rem; } }
.site-title {
  -webkit-transition: all 0.2 ease-in-out;
  -moz-transition: all 0.2 ease-in-out;
  -o-transition: all 0.2 ease-in-out;
  transition: all 0.2 ease-in-out;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url("/wp-content/uploads/2017/10/logo.png");
  background-position: center center;
  width: 110px;
  height: 47px;
  background-size: 110px 47px; }
  @media all and (min-width: 51.25em) {
    .site-title {
      margin-top: 40px;
      margin-bottom: 40px;
      width: 220px;
      height: 93px;
      background-size: 220px 93px; } }

[role="banner"] {
  position: absolute;
  width: 100%;
  z-index: 3;
  *zoom: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  [role="banner"]:after {
    content: "";
    display: table;
    clear: both; }
  [role="banner"].show {
    background-color: rgba(0, 0, 0, 0.3); }
    [role="banner"].show [role="navigation"] {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 1; }
      [role="banner"].show [role="navigation"] ul {
        right: 0; }
  @media all and (min-width: 64.0625em) {
    [role="banner"] {
      position: fixed;
      background-color: transparent;
      z-index: 10;
      top: 0; } }
  [role="banner"] h1 {
    margin-bottom: 0; }
  [role="banner"].slim {
    background-color: rgba(0, 0, 0, 0.8); }
    [role="banner"].slim .site-title {
      margin-top: 15px;
      margin-bottom: 15px;
      width: 110px;
      height: 47px;
      background-size: 110px 47px; }
    [role="banner"].slim [role="navigation"] ul {
      margin-top: 0; }

#hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  padding-bottom: 70%;
  background-color: black;
  width: 100%; }
  @media all and (min-width: 26.25em) {
    #hero {
      padding-bottom: 68%; } }
  @media all and (min-width: 64.0625em) {
    #hero {
      padding-bottom: 64%; } }
  @media all and (min-width: 76.5em) {
    #hero {
      min-height: 800px;
      padding-bottom: 0; } }
  #hero #hulk-svg {
    position: absolute !important;
    vertical-align: middle;
    display: inline-block;
    left: 20px !important;
    top: 20px !important;
    z-index: 1;
    width: 100%; }
    @media all and (min-width: 31.25em) {
      #hero #hulk-svg {
        left: 0px !important; } }
    @media all and (min-width: 64.0625em) {
      #hero #hulk-svg {
        top: 0px !important;
        position: fixed !important;
        max-height: 802px !important; } }

.lead-in-text {
  text-align: right;
  text-transform: uppercase;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
  font-family: "proxima-soft", clean, sans-serif;
  font-size: 50px; }
  .lead-in-text .cta-color {
    font-weight: 700; }

.menu-button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  z-index: 11;
  top: 35px;
  right: 20px;
  width: 30px;
  height: 20px;
  border-top: 4px solid white;
  border-bottom: 4px solid white; }
  @media all and (min-width: 31.25em) {
    .menu-button {
      top: 33px; } }
  @media all and (min-width: 51.25em) {
    .menu-button {
      display: none; } }
  .menu-button:hover {
    cursor: pointer; }
  .menu-button:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 30px;
    height: 4px;
    background: white; }
  .menu-button:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 30px;
    height: 4px;
    background: white; }
  .menu-button.active {
    border: none;
    -webkit-transform: rotate(360deg) rotateX(0deg) rotateY(0deg);
    -moz-transform: rotate(360deg) rotateX(0deg) rotateY(0deg);
    -ms-transform: rotate(360deg) rotateX(0deg) rotateY(0deg);
    -o-transform: rotate(360deg) rotateX(0deg) rotateY(0deg);
    transform: rotate(360deg) rotateX(0deg) rotateY(0deg); }
    .menu-button.active:before {
      -webkit-transform: rotate(45deg) rotateX(0deg) rotateY(0deg);
      -moz-transform: rotate(45deg) rotateX(0deg) rotateY(0deg);
      -ms-transform: rotate(45deg) rotateX(0deg) rotateY(0deg);
      -o-transform: rotate(45deg) rotateX(0deg) rotateY(0deg);
      transform: rotate(45deg) rotateX(0deg) rotateY(0deg); }
    .menu-button.active:after {
      -webkit-transform: rotate(-45deg) rotateX(0deg) rotateY(0deg);
      -moz-transform: rotate(-45deg) rotateX(0deg) rotateY(0deg);
      -ms-transform: rotate(-45deg) rotateX(0deg) rotateY(0deg);
      -o-transform: rotate(-45deg) rotateX(0deg) rotateY(0deg);
      transform: rotate(-45deg) rotateX(0deg) rotateY(0deg); }

[role="navigation"] {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  position: absolute;
  display: block;
  z-index: 2;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.8)));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
  /* IE10 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
  /* Opera 11.10+ */
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
  top: 95px;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  opacity: 0; }
  @media all and (min-width: 51.25em) {
    [role="navigation"] {
      position: relative;
      top: 0;
      background: transparent;
      padding: 0;
      opacity: 1;
      padding: 30px 10px 20px; } }
  [role="navigation"] ul {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    list-style-type: none;
    width: 100%;
    right: -100%;
    text-align: center; }
    [role="navigation"] ul li {
      display: inline-block;
      width: 32%; }
    @media all and (min-width: 51.25em) {
      [role="navigation"] ul {
        display: inline-block;
        margin-top: 50px;
        float: right;
        position: relative;
        right: auto;
        width: auto; }
        [role="navigation"] ul li {
          display: inline-block;
          width: auto;
          float: none; } }
    [role="navigation"] ul li a {
      font-family: "proxima-soft", clean, sans-serif;
      text-transform: uppercase;
      font-weight: 500;
      display: block;
      color: white;
      padding: 10px 0;
      margin: 0 3px 6px;
      text-align: center;
      border: 2px solid #E6700B;
      background: rgba(0, 0, 0, 0.9);
      font-size: 17px;
      font-size: 1.0625rem;
      position: relative;
      overflow: hidden; }
      @media all and (min-width: 51.25em) {
        [role="navigation"] ul li a {
          margin: 0;
          text-align: left;
          border: none;
          background: transparent; }
          [role="navigation"] ul li a:after {
            -webkit-transition: all 0.7s ease-in-out;
            -moz-transition: all 0.7s ease-in-out;
            -o-transition: all 0.7s ease-in-out;
            transition: all 0.7s ease-in-out;
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            height: 5px;
            width: 200px;
            background: url("/wp-content/uploads/2017/10/teal-line-pattern.png") repeat-x 0 bottom; } }
      [role="navigation"] ul li a:hover, [role="navigation"] ul li a:focus, [role="navigation"] ul li a:active, [role="navigation"] ul li a.current {
        color: #E6700B; }
        [role="navigation"] ul li a:hover:after, [role="navigation"] ul li a:focus:after, [role="navigation"] ul li a:active:after, [role="navigation"] ul li a.current:after {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          -webkit-transform: translate(0, -5px);
          -moz-transform: translate(0, -5px);
          -ms-transform: translate(0, -5px);
          -o-transform: translate(0, -5px);
          transform: translate(0, -5px);
          background-position: -100% bottom; }
      @media all and (min-width: 51.25em) {
        [role="navigation"] ul li a {
          padding: 30px 0 20px;
          margin-left: 35px;
          width: auto;
          float: none; } }

[role="contentinfo"] {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: "proxima-soft", clean, sans-serif;
  font-weight: 500;
  background-color: white; }
  [role="contentinfo"] .footer-inner-top {
    background-color: black;
    overflow: hidden;
    position: relative; }
    @media all and (min-width: 76.5em) {
      [role="contentinfo"] .footer-inner-top:before {
        content: '';
        position: absolute;
        top: 0;
        left: -39px;
        height: 200px;
        width: 79px;
        display: block;
        background: url("/wp-content/uploads/2017/10/white-line-pattern@2x.png") repeat-y left top;
        background-size: 79px 63px; } }
  [role="contentinfo"] .footer-logo {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: black;
    background-image: url("/wp-content/uploads/2017/10/logo.png");
    background-position: center center;
    width: 90px;
    height: 42px;
    background-size: 100%; }
    @media all and (min-width: 31.25em) {
      [role="contentinfo"] .footer-logo {
        width: 78px;
        height: 62px;
        margin-top: 40px;
        margin-bottom: 40px; } }
    @media all and (min-width: 51.25em) {
      [role="contentinfo"] .footer-logo {
        width: 146px;
        height: 62px;
        background-size: 146px 62px; } }
  [role="contentinfo"] .footer-nav, [role="contentinfo"] h1 {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center; }
    @media all and (min-width: 31.25em) {
      [role="contentinfo"] .footer-nav, [role="contentinfo"] h1 {
        float: left;
        width: auto;
        display: inline-block; } }
  [role="contentinfo"] h1 a {
    margin: 0 auto; }
  [role="contentinfo"] .footer-nav {
    padding-bottom: 20px; }
    [role="contentinfo"] .footer-nav ul {
      text-align: center;
      display: inline-block; }
    @media all and (min-width: 31.25em) {
      [role="contentinfo"] .footer-nav {
        padding-top: 63px;
        padding-left: 2px; } }
    @media all and (min-width: 38.75em) {
      [role="contentinfo"] .footer-nav {
        padding-left: 20px; } }
    [role="contentinfo"] .footer-nav li {
      display: inline-block;
      text-align: center; }
      [role="contentinfo"] .footer-nav li a {
        display: block;
        text-transform: uppercase;
        color: white;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 2px 10px 10px; }
        [role="contentinfo"] .footer-nav li a:hover, [role="contentinfo"] .footer-nav li a:focus, [role="contentinfo"] .footer-nav li a:active {
          color: #E6700B; }
  [role="contentinfo"] .footer-talk-box-wrap {
    width: 100%;
    clear: both;
    background: white url("/wp-content/uploads/2017/10/teal-line-pattern@2x.png") left top;
    background-size: 79px 63px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      [role="contentinfo"] .footer-talk-box-wrap {
        background-image: url("/wp-content/uploads/2017/10/teal-line-pattern@2x.png");
        background-size: 79px 63px; } }
    @media all and (min-width: 60em) {
      [role="contentinfo"] .footer-talk-box-wrap {
        width: auto;
        clear: none;
        background: none;
        padding: 0; } }
    @media all and (min-width: 64.0625em) {
      [role="contentinfo"] .footer-talk-box-wrap {
        padding-left: 0; } }
  [role="contentinfo"] .footer-talk-box {
    position: relative;
    padding: 20px 0;
    margin-bottom: 1%; }
    [role="contentinfo"] .footer-talk-box p {
      position: relative;
      z-index: 2;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "proxima-soft", clean, sans-serif;
      background: white;
      border: 5px solid black;
      padding: 20px;
      max-width: 326px;
      margin: 0 auto;
      text-align: center; }
      [role="contentinfo"] .footer-talk-box p a {
        font-size: 21px;
        font-size: 1.3125rem;
        display: block;
        color: black;
        padding-top: 7px; }
        [role="contentinfo"] .footer-talk-box p a:after {
          right: 130px;
          -webkit-transform: translate(0, 40%);
          -moz-transform: translate(0, 40%);
          -ms-transform: translate(0, 40%);
          -o-transform: translate(0, 40%);
          transform: translate(0, 40%); }
        [role="contentinfo"] .footer-talk-box p a:before {
          right: 100px;
          -webkit-transform: translate(0, 40%);
          -moz-transform: translate(0, 40%);
          -ms-transform: translate(0, 40%);
          -o-transform: translate(0, 40%);
          transform: translate(0, 40%); }
      @media all and (min-width: 38.75em) {
        [role="contentinfo"] .footer-talk-box p {
          text-align: left; } }
      @media all and (min-width: 60em) {
        [role="contentinfo"] .footer-talk-box p {
          margin-top: 25px;
          margin-left: 20px;
          border: none;
          padding: 0; }
          [role="contentinfo"] .footer-talk-box p:after {
            content: '';
            z-index: 1;
            position: absolute;
            display: block;
            bottom: -60px;
            left: -60px;
            width: 700px;
            height: 5px;
            border-bottom: 5px solid black; } }
    @media all and (min-width: 51.25em) {
      [role="contentinfo"] .footer-talk-box {
        margin-bottom: 0; } }
    @media all and (min-width: 60em) {
      [role="contentinfo"] .footer-talk-box {
        padding: 20px; }
        [role="contentinfo"] .footer-talk-box:after {
          content: '';
          z-index: 1;
          position: absolute;
          display: block;
          top: 20px;
          left: 20px;
          width: 173%;
          height: 90px;
          background-color: white;
          border: 5px solid black; }
        [role="contentinfo"] .footer-talk-box:before {
          background: white url("/wp-content/uploads/2017/10/teal-line-pattern@2x.png") left top;
          content: '';
          z-index: 1;
          top: 0px;
          left: 0px;
          position: absolute;
          display: block;
          width: 1000px;
          height: 142px;
          background-size: 79px 63px; } }
  [role="contentinfo"] .copyright {
    text-align: center; }
    [role="contentinfo"] .copyright p {
      color: #E6700B;
      font-size: 13px;
      font-size: 0.8125rem;
      clear: both; }
      [role="contentinfo"] .copyright p span.sep {
        font-size: 24px;
        font-weight: 900;
        margin: 0 5px;
        vertical-align: middle;
        position: relative;
        top: -2px;
        display: inline-block; }
    @media all and (min-width: 31.25em) {
      [role="contentinfo"] .copyright {
        position: relative; } }
    [role="contentinfo"] .copyright a {
      color: #E6700B; }
      [role="contentinfo"] .copyright a:hover {
        color: #007d92; }

form.lets-talk-form {
  margin-top: 40px;
  margin-bottom: 40px; }
  form.lets-talk-form #email-box {
    display: none; }
  form.lets-talk-form .errors {
    color: red; }
  form.lets-talk-form p, form.lets-talk-form input, form.lets-talk-form textarea {
    line-height: 2.4;
    font-family: 'UniSans-Regular', Arial, Helvetica, sans-serif; }
  form.lets-talk-form input, form.lets-talk-form textarea {
    font-weight: 900;
    line-height: 1.8;
    bottom: 5px;
    position: relative; }
  form.lets-talk-form .input-wrap {
    position: relative;
    display: inline; }
  form.lets-talk-form label {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    opacity: 0;
    display: block;
    top: -27px;
    left: 20px;
    z-index: 2;
    background: black;
    padding: 0 5px;
    color: white;
    line-height: 1.6; }
    form.lets-talk-form label:after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 50%;
      margin-left: -3px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid black; }
    form.lets-talk-form label.show {
      -webkit-transform: translate(0, -10px);
      -moz-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
      -o-transform: translate(0, -10px);
      transform: translate(0, -10px);
      opacity: 1; }

textarea, input {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: none;
  border: 5px solid #E6700B;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 12px;
  margin: 0 12px 0 8px;
  color: black;
  max-width: 94%; }
  @media all and (min-width: 38.75em) {
    textarea, input {
      min-width: 320px;
      max-width: 820px; } }
  textarea.extended, input.extended {
    min-width: 94%; }
    @media all and (min-width: 38.75em) {
      textarea.extended, input.extended {
        min-width: 500px; } }
  textarea.short, input.short {
    min-width: 50px;
    max-width: 90px; }
  textarea.bigbox, input.bigbox {
    min-width: 100%;
    min-height: 200px;
    margin-left: 0; }
  textarea:focus, textarea:active, input:focus, input:active {
    outline: 0;
    border-color: rgba(0, 169, 197, 0.1); }

.placeholder {
  color: #939394; }

button.btn {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
  button.btn:hover {
    cursor: pointer; }
	
.work-section .news .right .content h2 {
	padding-bottom: 0;
}
	
.work-section .news .right .content p {
	font-size: 1.3em;
    color: white;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'UniSans-Regular', Arial, Helvetica, sans-serif;
}

@media (max-width:1393px) {
	.swiper-slide {height:400px !important;}
}
	
@media (max-width:860px) {
	.swiper-slide {height:400px !important;}
}

@media (max-width:640px) {
	.swiper-slide {height:320px !important;}
}