@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/

.noMarginBottom {
    margin-bottom:0px !important;
}

.IMGmarginLeft10 img {
    margin-left: 10px !important;
}

.IMGmarginLeft20 img {
    margin-left: 20px !important;
}

.IMGmarginRight10 img {
    margin-right: 10px !important;
}

.IMGmarginRight20 img {
    margin-right: 20px !important;
}

/*********************
FONTS
*********************/

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/basicsansnarrow-black-webfont.woff2') format('woff2'),
         url('../fonts/basicsansnarrow-black-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/basicsansnarrow-blackit-webfont.woff2') format('woff2'),
         url('../fonts/basicsansnarrow-blackit-webfont.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/basicsansnarrow-bold-webfont.woff2') format('woff2'),
         url('../fonts/basicsansnarrow-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/basicsansnarrow-boldit-webfont.woff2') format('woff2'),
         url('../fonts/basicsansnarrow-boldit-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/basicsansnarrow-regular-webfont.woff2') format('woff2'),
         url('../fonts/basicsansnarrow-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/basicsansnarrow-regularit-webfont.woff2') format('woff2'),
         url('../fonts/basicsansnarrow-regularit-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/basicsansnarrow-semibold-webfont.woff2') format('woff2'),
         url('../fonts/basicsansnarrow-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/basicsansnarrow-semiboldit-webfont.woff2') format('woff2'),
         url('../fonts/basicsansnarrow-semiboldit-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

html {
  scroll-behavior: smooth;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6
 {
  font-family: 'Basic Sans', sans-serif;
  color: #17323F;
}

body {
  background: #F9F9F4;
  font-size: 16px;
}

.column, .columns {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

@media print, screen and (min-width: 40em) {
  body {
    font-size: 20px;
  }
    
    .wp-block-media-text__media img {
        max-width:100% !important;
    }
    
}

hr {
  border-color: #17323f;
  border-width: 2px;
  width: 25%;
  margin-left: 0;
}

/*********************
LINK STYLES
*********************/

.categoryBlock {
    position: relative;
    text-align:center;
    padding:10px;
    line-height:20px;
    width: fit-content;
    font-size:14px;
    z-index: 10;
} 

.categoryBlock strong {
    font-size:22px;
}


.categoryBlock.catBuilder {
    background:#ffcd3c;
    color:#252525;
}

.categoryBlock.resortMarketing {
    background:#DF3B05;
    color:#fff;
}

.categoryBlock.resortMarketing a {
    color:#ffcd3c !important;
}

.category-aec-marketing .article-header__image, .category-resort-marketing .article-header__image { 
    margin-top:-56px;
}


.blueCTAblog {
 margin-top:20px !important;
    background-image: url(https://jib.ca/wp-content/uploads/2025/07/blog-footer-CTA-blue.jpg);
    background-size: cover;
    border-style:solid;
    border-color: white;
    border: 5px inset #fff;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.11); 
box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.11);
}

.blueCTAblog .headerPcta {
    font-size:1.25em;
}

.blueCTAblog a {
    color:#fff !important;
    text-decoration:underline;
}

.blueCTAblog a:hover {
    background-color: rgba(235, 40, 62, 0.5) !important;
}


.resortCTAblog {
 margin-top:20px !important;
    background-image: url(https://jib.ca/wp-content/uploads/2025/09/blog-footer-CTA-resort2.jpg);
    background-size: cover;
    border-style:solid;
    border-color: white;
    border: 5px inset #fff;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.11); 
box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.11);
}

.resortCTAblog .headerPcta {
    font-size:1.25em;
}

.resortCTAblog a {
    color:#fff !important;
    text-decoration:underline;
}

.resortCTAblog a:hover {
    background-color: rgba(235, 40, 62, 0.5) !important;
}




a,
a:link,
a:active,
a:focus,
a:visited {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  color: #EB283E;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a i {
  -webkit-transition: transform .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a i.mdi-arrow-right,
a i.mdi-arrow-left {
  -moz-transform: translateX(0) translateY(2px);
  -webkit-transform: translateX(0) translateY(2px);
  -o-transform: translateX(0) translateY(2px);
  -ms-transform: translateX(0) translateY(2px);
  transform: translateX(0) translateY(2px);
}

a:hover {
  color:#D02434;
}

a:hover i {
  -moz-transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -o-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.crew-item__content a:hover i {
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

a:hover i.mdi-arrow-right,
a:hover i.mdi-arrow-left {
  -moz-transform: translateX(2px) translateY(2px);
  -webkit-transform: translateX(2px) translateY(2px);
  -o-transform: translateX(2px) translateY(2px);
  -ms-transform: translateX(2px) translateY(2px);
  transform: translateX(2px) translateY(2px);
}

a:hover i.mdi-arrow-up {
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* Link Color Variants */

/* Red - Base */

.link--red,
.link--red:link,
.link--red:active,
.link--red:focus,
.link--red:visited,
.off-canvas .link--red,
.off-canvas .link--red:link,
.off-canvas .link--red:active,
.off-canvas .link--red:focus,
.off-canvas .link--red:visited {
  color: #EB283E;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0 2px 10px;
}

.link--red:before {
  content: '';
  -webkit-border-radius: 1px;
  border-radius: 1px;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: -101%;
  background: #EB283E;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
}

.link--red:hover:before {
  left: 0;
}

.link--red:hover,
.link--red:hover i {
  color: #D02434;
}

/* Navy */

.link--navy,
.link--navy:link,
.link--navy:active,
.link--navy:focus,
.link--navy:visited {
  color: #17323F;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0 2px 10px;
}

.link--navy:before {
  content: '';
  -webkit-border-radius: 1px;
  border-radius: 1px;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: -101%;
  background: #61777D;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
}

.link--navy:hover:before {
  left: 0;
}

.link--navy:hover,
.link--navy:hover i {
  color:#61777D;
}

/* White */

.link--white,
.link--white:link,
.link--white:active,
.link--white:focus,
.link--white:visited,
.block-item .link--white,
.block-item .link--white:link,
.block-item .link--white:active,
.block-item .link--white:focus,
.block-item .link--white:visited {
  color: #F9F9F4;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0 2px 10px;
  text-decoration: none;
}

.off-canvas .link--white,
.off-canvas .link--white:link,
.off-canvas .link--white:active,
.off-canvas .link--white:focus,
.off-canvas .link--white:visited {
  padding: 0 2px 10px;
}

.link--white:before {
  content: '';
  -webkit-border-radius: 1px;
  border-radius: 1px;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: -101%;
  background: #54B8A7;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
}

.link--white:hover:before,
.off-canvas--work__item:hover .off-canvas--work__link:before {
  left: 0;
}

.link--white:hover,
.block-item .link--white:hover,
.off-canvas--work__item:hover .off-canvas--work__link {
  color: #54B8A7;
}

/* Teal */

.link--teal,
.link--teal:link,
.link--teal:active,
.link--teal:focus,
.link--teal:visited {
  color: #54B8A7;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0 2px 10px;
}

.link--teal:before {
  content: '';
  -webkit-border-radius: 1px;
  border-radius: 1px;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: -101%;
  background: #54B8A7;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
}

.link--teal:hover:before,
.home--services__block:hover .link--teal:before {
  left: 0;
}

.link--teal:hover,
.link--teal:hover i,
.home--services__block:hover .link--teal,
.home--services__block:hover .link--teal i {
  color:#5cd8c7;
}

/* No Border */

.link--noborder:before {
  display: none !important;
}

/* Big Links */

.link--big {
  font-size: 1.65em;
  font-weight: 700;
}

.link--big.link--noborder {
  padding: 0;
  margin-bottom: -.75rem;
}
/* Social Links */

.link--twitter,
.link--twitter:link,
.link--twitter:hover,
.crew-item .link--twitter:hover,
.link--twitter:active,
.link--twitter:focus,
.link--twitter:visited {
  color: #1da1f2;
}

.link--facebook,
.link--facebook:link,
.link--facebook:hover,
.crew-item .link--facebook:hover,
.link--facebook:active,
.link--facebook:focus,
.link--facebook:visited {
  color: #1877f2;
}

.link--instagram,
.link--instagram:link,
.link--instagram:hover,
.crew-item .link--instagram:hover,
.link--instagram:active,
.link--instagram:focus,
.link--instagram:visited {
  color: #c32aa3;
}

.link--youtube,
.link--youtube:link,
.link--youtube:hover,
.crew-item .link--youtube:hover,
.link--youtube:active,
.link--youtube:focus,
.link--youtube:visited {
  color: #cd201f;
}

.link--website,
.link--website:link,
.link--website:hover,
.crew-item .link--website:hover,
.link--website:active,
.link--website:focus,
.link--website:visited {
  color: #61777D;
}
/*********************
TYPOGRAPHY
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

.tagline {
  text-align: center;
  margin: 0 3.5rem 2.5rem;
  font-size: 1.25em;
  line-height: 1.25;
  margin-top: 2rem;
  font-weight: 700;
}

.tagline span.red {
  color: #EB283E;
}

@media print, screen and (min-width: 40em) {
  .tagline {
    margin: 0 0 3.5rem 0;
  }
}

h2,
.single-title,
.page-title {
  color: #EB283E;
  font-size: 2em;
  line-height: 1;
  font-weight: 700;
  padding: 1rem 0;
  margin-bottom: .75rem;
}





.single-case-study h2 {
  padding-top: 0;
}

h2.h2--red {
  color: #EB283E !important;
}

h2.h2--navy {
  color: #17323F !important;
}

h3 {
  font-size: 1em;
  font-weight: 700;
  padding: 0 0 1rem 0;
}

blockquote {
  padding: 2rem 0 2rem -2rem;
  margin: 2.5rem -10% 3rem -10%;
  border-left: none;
}

blockquote p:before {
  content:'“';
  display: inline;
}
blockquote p:after {
  content:'”';
  display: inline;
}

blockquote, blockquote p {
  color: #17323F;
  font-size: 1.25em;
  line-height: 1.25;
  font-weight: 600;
}

/*********************
HEADER STYLES
*********************/

.header {
  width: calc(75px + 2rem);
  left: 50%;
  margin-left: calc(-37.5px - 1rem);
  height: 7rem;
  height: calc(66px + 7rem);
  padding: 3.5rem 1rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10;
}

.off-canvas .header {
  width: 100vw;
  left:0;
  z-index: 11;
  margin-left: 0;
}

@media print, screen and (max-width: 39.5em) {
  .off-canvas .header {
    height: 3rem;
    height: calc(66px + 3rem);
    padding: 2rem 1rem;
  }
}

.off-canvas--contact .header {
  position: absolute;
  height: 5rem;
  height: calc(66px + 5rem);
}

.off-canvas--contact .off-canvas--container {
  padding-top: 2.5rem;
}

.header--fixed {
    z-index: 10;
    padding: 0 1rem 2rem;
    height: 6rem;
    height: calc(50px + 7rem);
    position: fixed;
    top: 0;
}

.header ul.off-canvas-list li {
  list-style: none; }


  @media print, screen and (min-width: 40em) {
    .off-canvas--contact .header {
      position: relative;
    }
    .off-canvas--contact .off-canvas--container {
      padding-top: 0;
    }
    .header {
      width: calc(100px + 2rem);
      margin-left: calc(-50px - 1rem);
    }
    .header--fixed {
        padding: 3.5rem 1rem 2rem;
        height: calc(66px + 5.5rem);
    }
  }

/*********************
NAVIGATION STYLES
*********************/

.blog-readmore {
    padding-top:40px;
 max-width: 75rem;
margin-right: auto;
margin-left: auto;
    text-align:center;
}

.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0;
  }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

.logo--container {
  position: relative;
  width: 75px;
  height: 50px;
  overflow: hidden;
}

.logo--tab {
  position: absolute;
  top: -150%;
  left: 50%;
  width: 90px;
  height: calc(50px + 2rem);
  margin-left: -45px;
  background: #EB283E;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.logo--tab:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -15px;
  left: 0;
  border-style: solid;
  border-width: 15px 45px 0 45px;
  border-color: #EB283E transparent transparent transparent;
}

.logo--tab.is-visible {
  top: 0;
}
.logo--container::after {
  content: 'Menu';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color:#17323F;
  font-weight: 700;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.logo--container.logo--white::after {
  color: #F9F9F4;
}

.logo--container::after {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.logo--container::after {
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.logo--container:hover::after {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.logo {
  width: 75px;
  height: 50px;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.logo {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.logo--container:hover .logo {
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.off-canvas__logo--container::after {
  content: '';
}

.off-canvas__logo--container:hover .logo {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.logo polygon,
.logo path,
.logo circle,
.logo rect,
.logo line {
  fill: #17323F;
}

.off-canvas__logo polygon,
.off-canvas__logo path,
.off-canvas__logo circle,
.off-canvas__logo rect,
.off-canvas__logo line,
.off-canvas__close polygon,
.off-canvas__close path,
.off-canvas__close circle,
.off-canvas__close rect,
.off-canvas__close line,
.logo--white polygon,
.logo--white path,
.logo--white circle,
.logo--white rect,
.logo--white line {
  fill: #F9F9F4;
}

.off-canvas--contact .off-canvas__close polygon,
.off-canvas--contact .off-canvas__close path,
.off-canvas--contact .off-canvas__close circle,
.off-canvas--contact .off-canvas__close rect,
.off-canvas--contact .off-canvas__close line {
  fill: #17323F;
}

.off-canvas {
  background: #17323F;
  z-index: 11;
  border-bottom: 10px solid #54B8A7;
  -webkit-transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-bottom: 2rem;
}

.position-top {
  height: 100vh;
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
  /* overflow-x: hidden; */

}

.position-top.is-transition-push:after {
  box-shadow: none !important;
}

.off-canvas__close--container {
  position: absolute;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.off-canvas__close {
  width: 25px;
  height: 25px;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.off-canvas__close:hover {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.off-canvas p,
.off-canvas h1,
.off-canvas h2,
.off-canvas h3,
.off-canvas h4,
.off-canvas h5,
.off-canvas h6,
.off-canvas a {
  color: #F9F9F4;
}

#menu-main-menu {
  margin-bottom: 1rem;
}

#menu-main-menu li {
  font-size: 2em;
}

.off-canvas a:link,
.off-canvas a:active,
.off-canvas a:visited,
.off-canvas a:focus {
  padding: 0;
  line-height: 1.5;
  color: #F9F9F4;
  font-weight: 700;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.off-canvas--contact a:link,
.off-canvas--contact a:active,
.off-canvas--contact a:visited,
.off-canvas--contact a:focus {
  padding: 0;
  line-height: 1.5;
  color: #17323F;
  font-weight: 700;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.off-canvas a:hover {
  color:#54B8A7;
}

.off-canvas--contact a:hover {
  color:#61777D;
}

.off-canvas .footer__nav ul li:before {
  color: #F9F9F4;
}

.off-canvas .footer__nav ul {
  text-align: left;
  margin-top: 1.5rem;
}

#menu-main-menu .active>a {
  background: transparent;
}

@media print, screen and (min-width: 40em) {
  .off-canvas {
    padding-bottom: 0;
  }

  .logo--container {
    width: 100px;
    height: 66px;
  }

  .logo--tab {
    width: 120px;
    height: calc(66px + 3rem);
    margin-left: -60px;
  }

  .logo--tab:after {
    bottom: -20px;
    border-style: solid;
    border-width: 20px 60px 0 60px;
    border-color: #EB283E transparent transparent transparent;
  }

  .logo--container::after {
    -moz-transform: translateY(66px);
    -webkit-transform: translateY(66px);
    -o-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px);
  }

  .logo {
    width: 100px;
    height: 66px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .logo--container:hover .logo {
    -moz-transform: translateY(-66px);
    -webkit-transform: translateY(-66px);
    -o-transform: translateY(-66px);
    -ms-transform: translateY(-66px);
    transform: translateY(-66px);
  }

  .off-canvas__close--container {
    height: 66px;
    padding-right: .625rem;
    padding-left: .625rem;
  }
}


/* Map */

.map--container {
  position: relative;
}

.map {
 height: 220px;
 width: 100%;
 background: #17323F;
}
.map--container {
  width: 100%;
  height: 200px;
  margin: 2rem 0;
  overflow:hidden;
}

.map--link:link,
.map--link:active,
.map--link:visited,
.map--link:focus,
.off-canvas--contact .map--link:link,
.off-canvas--contact .map--link:active,
.off-canvas--contact .map--link:visited,
.off-canvas--contact .map--link:focus
 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(249,249,244,.9);
  font-size: .9em;
  padding: .25rem .75rem;
  font-weight: 500;
  color: #17323F;
}

.off-canvas .map--link:hover {
    color: #61777D;
}

@media print, screen and (min-width: 40em) {
  .map {
    height: 25vh;
  }
  .map--container {
    margin: 0 0 2rem 0;
    height: 20vh;
  }
}

/* Off Canvas Work */

.off-canvas--work {
  margin-left: 0;
}

.off-canvas--work__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.off-canvas--work__title,
.off-canvas--work__copy
.off-canvas--work__link {
  color:#F9F9F4;
  display: block;
  line-height: 1;
}

.off-canvas--work__title {
  font-size: 1.25em;
  margin-bottom: .5rem;
}

.off-canvas--work__item:hover .off-canvas--work__title {
  color: #54B8A7;
}

.off-canvas--buildbetter {
  background: #17323F url('../images/stripes-yellow.jpg') top right repeat;
  border: 2px solid #ffcd3c;
  position: relative !important;
  padding: 2rem 1rem 1.5rem !important;
  z-index: 2;
  margin: 1rem 1rem 5rem 1rem;
}

@media print, screen and (min-width: 40em) {
  .off-canvas--buildbetter {
    margin: 0;
  }
}
@media print, screen and (max-width: 39.5em) {
  .off-canvas--buildbetter .off-canvas--work__title {
    margin: 0 !important;
    font-size: 1.65em !important;
  }
    .off-canvas--buildbetter .off-canvas--work__link {
    margin: 0;
    font-size: 1.15em !important;
  }
}

.off-canvas--buildbetter::before {
  content: '';
  position: absolute;
  top: .75rem;
  left: .75rem;
  width: 90%;
  height: 90%;
  width: calc( 100% - 1.5rem );
  height: calc( 100% - 1.5rem );
  background: #17323F;
  z-index: -1;
}

.off-canvas--buildbetter::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  width: calc( 100% - 5rem );
  background: #17323F;
  z-index: -1;
}

.off-canvas--buildbetter:hover {
  color: #fff !important;
}

.off-canvas--buildbetter:hover::before,
.off-canvas--buildbetter:hover::after {
  border: none !important;
}


.off-canvas--buildbetter .off-canvas--work__title {
  color: #ffcd3c;
  margin-bottom: 1rem;
}

.off-canvas--buildbetter .off-canvas--work__copy {
  font-weight: 500;
  font-size: .9em;
}

.off-canvas--buildbetter:hover .off-canvas--work__title {
  color: #ffcd3c;
}

.off-canvas .off-canvas--work__link,
.off-canvas .off-canvas--work__link:link,
.off-canvas .off-canvas--work__link:active,
.off-canvas .off-canvas--work__link:focus,
.off-canvas .off-canvas--work__link:visited {
  font-size: .9em;
  font-weight: 400;
  margin-bottom: -10px;
  display: inline-block;
  padding: 0 0 10px !important;
}

.off-canvas .off-canvas--buildbetter .off-canvas--work__link,
.off-canvas .off-canvas--buildbetter .off-canvas--work__link:link,
.off-canvas .off-canvas--buildbetter .off-canvas--work__link:active,
.off-canvas .off-canvas--buildbetter .off-canvas--work__link:focus,
.off-canvas .off-canvas--buildbetter .off-canvas--work__link:visited {
  margin-top: 1rem;
}

.off-canvas .off-canvas--buildbetter .off-canvas--work__link:hover,
.off-canvas .off-canvas--buildbetter:hover .off-canvas--work__link{
  color: #ffcd3c !important;
}

.off-canvas .off-canvas--buildbetter .link--white::before {
  background: #ffcd3c !important;
}

.off-canvas--work__image-container {
  overflow: hidden;
  display: block;
  padding: 0;
  position: relative;
}

.off-canvas--work__image {
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.off-canvas--work__item:hover .off-canvas--work__image {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.off-canvas--work__watermark,
.work-item__watermark {
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.off-canvas--work__watermark img,
.work-item .work-item__watermark img {
  width: 40%;
  display: block;
  height: auto;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.off-canvas--work__item--5199 .off-canvas--work__watermark img,
.off-canvas--work__item--5429 .off-canvas--work__watermark img,
.case-study-5199 .work-item__watermark img,
.case-study-5429 .work-item__watermark img {
  width: 25%;
}

.off-canvas--work__item--5436 .off-canvas--work__watermark img,
.case-study-5436 .work-item__watermark img {
  width: 50%;
}

.off-canvas--work__item:hover .off-canvas--work__watermark img,
.work-item:hover .work-item__watermark img {
  opacity: .75;
  -moz-transform: scale(.95);
  -webkit-transform: scale(.95);
  -o-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
}
/*********************
SLIDER
*********************/

.home-slider__slide {
  position: relative;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* body:not(.pace-done) .home-slider__slide {
  opacity: 0;
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); } */

.home-slider__slide.flex-active-slide {
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/* body.pace-done .home-slider__slide {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
} */


.home-slider__image {
  height: 100%;
  width: auto;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-slider__slide:hover .home-slider__image {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.home-slider__meta {
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
}

.home-slider__title {
  font-size: 2em;
  margin: 0 3rem;
  line-height: 1;
  font-weight: 700;
  color: #F9F9F4;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-slider__title:before {
  content: '';
  -webkit-border-radius: 1px;
  border-radius: 1px;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: -100%;
  background: #F9F9F4;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
}

.home-slider__link:hover .home-slider__title:before {
  left: 0;
}

.home-slider__tags {
  display: block; /* was off by default */
}

.home-slider__tags,
.home-slider__tags a {
  color:#F9F9F4;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-slider__link:hover .home-slider__title,
.home-slider__tags a:hover {
  opacity: .8;
}

.flexslider .slides img.home-slider__watermark {
  width: 15rem;
  height: auto;
  position: absolute;
  bottom: 3rem;
  right: 2.5rem;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: none;
}

.flexslider .slides img.home-slider__watermark {
  mix-blend-mode: soft-light;
}

.flexslider .slides .home-slider__slide-5199 img.home-slider__watermark,
.flexslider .slides .home-slider__slide-5429 img.home-slider__watermark {
  width: 12rem;
}

.flexslider .slides .home-slider__slide:hover img.home-slider__watermark {
  opacity: 0;
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

@media print, screen and (min-width: 40em) {
  .home-slider__tags {
    display: block;
  }

  .home-slider__title {
    margin: 0;
  }

  .flexslider .slides img.home-slider__watermark {
    display: block;
  }
}
/*********************
WAVES ANIMATION
*********************/

.waves {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  z-index: 0;
}

.home .waves,
.single .waves {
  background: #F4F4F4;
}

.single-case-study .waves {
  background: #F9F9F4;
}

.waves:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5%;
  width: 100%;
  background: #17323F;
}

@media print, screen and (min-width: 40em) {
  .waves {
    height: 320px;
  }
}

@media print, screen and (min-width: 46em) {
  .waves {
    height: 320px;
  }
}

@media print, screen and (min-width: 68em) {
  .waves {
    height: 480px;
  }
}

.waves__item {
  position: absolute;
  top:0;
  left: 0;
  max-width: 200% !important;
}

.waves__wave--back,
.waves__wave--mid,
.waves__wave--front {
  width: 120%;
}


@-moz-keyframes waveBackAnim {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-5%); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes waveBackAnim {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-5%); }
  100% {
    transform: translateX(0); } }
@keyframes waveBackAnim {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-5%); }
  100% {
    transform: translateX(0); } }

@-moz-keyframes waveMidAnim {
  0% {
    transform: translateX(-5%); }
  50% {
    transform: translateX(0); }
  100% {
    transform: translateX(-5%); } }
@-webkit-keyframes waveMidAnim {
  0% {
    transform: translateX(-5%); }
  50% {
    transform: translateX(0); }
  100% {
    transform: translateX(-5%); } }
@keyframes waveMidAnim {
  0% {
    transform: translateX(-5%); }
  50% {
    transform: translateX(0); }
  100% {
    transform: translateX(-5%); } }

@-moz-keyframes waveFrontAnim {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-5%); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes waveFrontAnim {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-5%); }
  100% {
    transform: translateX(0); } }
@keyframes waveFrontAnim {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-5%); }
  100% {
    transform: translateX(0); } }

@-moz-keyframes doodAnim {
  0% {
    transform: translateX(-20%); }
  50% {
    transform: translateX(0); }
  100% {
    transform: translateX(-20%); } }
@-webkit-keyframes doodAnim {
  0% {
    transform: translateX(-20%); }
  50% {
    transform: translateX(0); }
  100% {
    transform: translateX(-20%); } }
@keyframes doodAnim {
  0% {
    transform: translateX(-20%); }
  50% {
    transform: translateX(0); }
  100% {
    transform: translateX(-20%); } }

@-moz-keyframes whaleAnim {
  from {
  transform: rotate(0deg)
             translateX(120%)
             translateY(55%)
             rotate(0deg);
}
to {
  transform: rotate(360deg)
             translateX(120%)
             translateY(55%)
             rotate(-360deg);
} }
@-webkit-keyframes whaleAnim {
  from {
  transform: rotate(0deg)
             translateX(120%)
             translateY(55%)
             rotate(0deg);
}
to {
  transform: rotate(360deg)
             translateX(120%)
             translateY(55%)
             rotate(-360deg);
} }
@keyframes whaleAnim {
  from {
  transform: rotate(0deg)
             translateX(120%)
             translateY(55%)
             rotate(0deg);
}
to {
  transform: rotate(360deg)
             translateX(120%)
             translateY(55%)
             rotate(-360deg);
} }

.waves__wave--back {
  -moz-animation: waveBackAnim 8s infinite ease-in-out;
  -webkit-animation: waveBackAnim 8s infinite ease-in-out;
  animation: waveBackAnim 8s infinite ease-in-out;
  top: 20%;
}

.waves__wave--mid {
  -moz-animation: waveMidAnim 8s infinite ease-in-out;
  -webkit-animation: waveMidAnim 8s infinite ease-in-out;
  animation: waveMidAnim 8s infinite ease-in-out;
  top: 20%;
  z-index: 8;
}

.waves__wave--front {
  -moz-animation: waveFrontAnim 8s infinite ease-in-out;
  -webkit-animation: waveFrontAnim 8s infinite ease-in-out;
  animation: waveFrontAnim 8s infinite ease-in-out;
  top: 35%;
  z-index: 9;
}

.waves__dood {
  -moz-animation: doodAnim 8s infinite ease-in-out;
  -webkit-animation: doodAnim 8s infinite ease-in-out;
  animation: doodAnim 8s infinite ease-in-out;
  left: 25%;
  top: 52%;
  width: 12%;
}

.waves__whale {
  -moz-animation: whaleAnim 10s infinite ease-in-out;
  -webkit-animation: whaleAnim 10s infinite ease-in-out;
  animation: whaleAnim 10s infinite ease-in-out;
  -moz-animation-direction: reverse;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  left: 80%;
  top: 100%;
  width: 20%;
}
/*********************
POSTS & CONTENT STYLES
*********************/

.categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.categories li a {
  background: #f4f4f4;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .02), 0 4px 4px 0 rgba(0, 0, 0, .02), 0 8px 8px 0 rgba(0, 0, 0, .02);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .02), 0 4px 4px 0 rgba(0, 0, 0, .02), 0 8px 8px 0 rgba(0, 0, 0, .02);
  padding: .5rem 1rem;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categories li a:hover {
  background: #EB283E;
  color: #f4f4f4;
}

#content #inner-content {
  padding: 0; }

#content {
  margin-top: 5rem;
  margin-top: calc(50px + 2.5rem);
}

body.single-case-study #content {
  margin-top: 0;
}

@media print, screen and (min-width: 40em) {
  #content {
    margin-top: 6rem;
    margin-top: calc(66px + 5.5rem);
  }
}

/* Intro */

.intro {
  background: #F4F4F4;
  padding: 6rem 0 6rem;
  padding: calc(50px + 5rem) 0 2rem;
  margin-bottom: calc(-50px - .5rem);
}

/* body:not(.pace-done) .intro {
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.pace-done .intro {
  opacity: 1;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
} */

.intro__image {
  margin: 0 5%;
  width: 90%;
}


@media print, screen and (min-width: 40em) {
  .intro {
    padding: 11rem 0 6rem;
    padding: calc(66px + 10rem) 0 4rem;
    margin-bottom: calc(-66px - .5rem);
  }
}

/* Byline */

.single__author {
  padding: 5rem 1rem;
  margin: 3.5rem 0 0;
  background: #F4F4F4;
}
.single__author-img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 0 3rem 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
}
  .single__author-img img {
    width: 100%;
  }

.single__author-name,
.single__author-desc {
  margin: 0;
  padding: 0;
}

.single__author-name {
  color: #54b8a7;
}

.single__author-position {
  font-size: .9em;
  font-weight: 600;
}

.single__author-social a {
  display:inline-block;
  margin-left: .5rem;
}

.single__author-social a:hover i {
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.single__date,
.single__tags {
  margin-top: -1rem;
  padding-bottom: 1.75rem;
  margin-bottom: 1.75rem;
  border-bottom: 2px solid #EFEFEF;
  display: block;
  font-size: .9em;
  color: #61777D;
}

@media print, screen and (min-width: 40em) {
  .single__author {
    padding-bottom: 0;
  }
  .single__author-meta {
    margin-left: 2rem;
  }
}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.entry-content h2 {
  color:#17323F;
  font-size: 1.5em;
  line-height: 1.25;
}

.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 3.5rem auto;
}

.article-header {
  position: relative;
}

.entry-content img,
.article-header img {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  z-index: 9;
  position: relative;
}

.entry-content img.size-full,
.entry-content img.size-large {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
}

.entry-content.row img.size-full,
.entry-content.row img.size-large,
.entry-content .row img.size-full,
.entry-content .row img.size-large,
.article-header img.attachment-full {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 2.5rem 0;
}

.entry-content.row.img-resize img.size-full,
.entry-content.row.img-resize img.size-large,
.entry-content .row.img-resize img.size-full,
.entry-content .row.img-resize img.size-large {
  max-width: 100%;
  width: 100%;
  margin: .625rem 0;
}

.page-id-16 .entry-content.row img.size-full,
.page-id-16 .entry-content.row img.size-large,
.page-id-16 .entry-content .row img.size-full,
.page-id-16 .entry-content .row img.size-large {
  margin: 0;
}

body.single-case-study .article-header__image {
  max-height: 38.5rem;
  overflow: hidden;
  margin: 0 !important;
}
body.single-case-study .article-header img.attachment-full {
  margin: 0 !important;
  width: 100%;
}

.entry-content img.size-medium,
.entry-content img.size-small {
  margin: 1rem 2.5rem !important;
}

.entry-content .alignleft,
.entry-content img.alignleft,
.entry-content .alignright,
.entry-content img.alignright {
  margin: 1rem auto !important;
  display: block;
}


@media print, screen and (min-width: 40em) {

  .entry-content.row img.size-full,
  .entry-content.row img.size-large,
  .entry-content .row img.size-full,
  .entry-content .row img.size-large,
  .article-header img.attachment-full {
    max-width: 120%;
    width: 120%;
    margin: 2.5rem -10%;
  }

  .entry-content.row.img-resize img.size-full,
  .entry-content.row.img-resize img.size-large,
  .entry-content .row.img-resize img.size-full,
  .entry-content .row.img-resize img.size-large {
    max-width: 100%;
    width: 100%;
    margin: .9375rem 0;
  }

  .entry-content img.alignleft {
    margin: 1rem 2.5rem 1rem -10% !important;
    float: left;
  }

  .entry-content img.alignright {
    margin: 1rem -10% 1rem 2.5rem !important;
    float: right;
  }

  .entry-content .alignleft,
  .entry-content img.alignleft,
  .entry-content .alignright,
  .entry-content img.alignright {
    display: inline;
  }
}

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 120%;
  width: 120% !important;
  background: #F4F4F4;
  margin: 3.5rem -10%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  position: relative;
}
  .wp-caption img.size-full,
  .wp-caption img.size-large {
    max-width: 100% !important;
    margin: 0 !important;
    width: 100% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .wp-caption p.wp-caption-text {
    font-size: .9em;
    padding: 1rem 0;
    text-align: center; }


/* Add to Any box */

.sticky-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  pointer-events: none;
}

.sticky {
  width: 100% !important;
  max-width: 100% !important;
  z-index: 0 !important;
}

.addtoany_shortcode {
  margin-left: -10%;
  width: calc(32px + 2rem);
  pointer-events: all;
}

.addtoany-mobile--container .addtoany_shortcode {
  margin-left: 0;
}

.addtoany-mobile--container {
  float: left;
  width: auto;
  margin-right: 1rem;
}

.addtoany_shortcode a:link,
.addtoany_shortcode a:active,
.addtoany_shortcode a:focus,
.addtoany_shortcode a:visited,
.addtoany_shortcode a:hover {
  background: #F9F9F4;
  border: 2px solid #EFEFEF !important;
  margin-top: -2px;
  padding: 1rem;
  height: calc(2rem + 24px);
}

.addtoany_shortcode a img {
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

.addtoany_shortcode a:hover img {
  opacity: .5 !important;
}

.a2a_button_email {
  margin-bottom: 2.5rem;
}

.addtoany_shortcode:before {
    content: 'Share';
    color: #dfdfdf;
    text-transform: uppercase;
    width: 90%;
    text-align: center;
    font-size: .75em;
    display: block;
    font-weight: 700;
}

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

.type-post ul,
.type-case-study ul,
.type-page ul,
.stylized-list {
  list-style-type: none;
}

.type-post ul,
.type-case-study ul,
.type-page ul,
.stylized-list,
.type-post ol,
.type-case-study ol,
.type-page ol {
  margin: 1rem 0;
}

.type-post li,
.type-case-study li,
.type-page li,
.stylized-list li {
  margin: .5rem 0;
}

.type-post ul li:before,
.type-case-study ul li:before,
.type-page ul li:before,
.stylized-list li:before {
  content: "\fa02";
  font-family: "Material Design Icons";
  padding: 0 .5rem 0 0;
  display: inline-block;
  -moz-transform: translateY(.1rem);
  -webkit-transform: translateY(.1rem);
  -o-transform: translateY(.1rem);
  -ms-transform: translateY(.1rem);
  transform: translateY(.1rem);
}

/* Block Grid */

.block-grid {
  margin-bottom: 3.5rem;
}
.block-grid:after {
  content: '';
  display: block;
  clear: both;
}
.block-item {
  width: 100%;
  margin: .3rem 0;
	float: left;
  background: #17323F;
	padding: 1.5rem;
	box-sizing: border-box;
  position: relative;
}

.block-item:before {
  content: '';
  position: absolute;
  top: .75rem;
  left: .75rem;
  width: 90%;
  height: 90%;
  width: calc( 100% - 1.5rem );
  height: calc( 100% - 1.5rem );
  background: #17323F;
  z-index: -1;
}

.block-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  width: calc( 100% - 5rem );
  background: #17323F;
  z-index: -1;
}

.block-item--full {
  width: 100%;
  margin: .3rem 0;
}
.block-item--small {
  width: 100%;
}
.block-item--large {
  width: 100%;
}
h2.block-item__title {
  color: #54B8A7;
  font-size: 2em;
  line-height: 1.25;
  font-weight: 700;
  padding: 1rem 0;
  margin-bottom: .75rem;
}
.block-item p {
  color: #F9F9F4;
}
.block-item a,
.block-item a:link,
.block-item a:active,
.block-item a:focus,
.block-item a:visited {
  color: #54B8A7;
  position: relative;
  text-decoration: underline;
}

.block-item__title a,
.block-item__title a:link,
.block-item__title a:active,
.block-item__title a:focus,
.block-item__title a:visited {
  text-decoration: none;
}

.block-item a:hover,
.block-item a:hover i {
  color:#5cd8c7;
}

.block-item__logo {
  margin: 0 0 1rem !important;
  width: 20rem;
}
@media print, screen and (min-width: 40em) {
  .block-item {
    background: #17323F url('../images/stripes.jpg') top right repeat;
  }
}
@media print, screen and (min-width: 64em) {
  .block-item {
    width: 48%;
    margin: 1%;
    padding: 3.5rem;
  }

  .block-item--full {
    width: 98%;
    margin: 1%;
  }
  .block-item--small {
    width: 38%;
  }
  .block-item--large {
    width: 58%;
  }
}

/* Our Work Grid */


.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.work-grid {
  margin-bottom: 5rem;
}

.work-category {
  width: 100%;
  float: left;
  border-top: 3px solid #F4F4F4;
  margin-top: 2rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

#identity .work-category {
  margin-top: 0;
}

#identity .back-to-top {
  display: none;
}

.back-to-top {
  display: block;
  padding: 1rem 0 !important;
}
.work-item {
  padding: 6px;
  position: relative;
}

.work-item__img {
  position: relative;
  overflow: hidden;
}

.work-item__img .wp-post-image {
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.work-item:hover .work-item__img .wp-post-image {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media print, screen and (min-width: 40em) {
  .medium-4.work-small {
    height: 24rem;
  }

  .medium-4.work-medium {
    height: 27rem;
  }

  .medium-4.work-big {
    height: 33rem;
  }

  .medium-4.work-xbig {
    height: 36em;
  }

  .medium-8.work-small {
    height: 32rem;
  }

  .medium-8.work-medium {
    height: 38rem;
  }

  .medium-8.work-big {
    height: 54rem;
  }

  .medium-8.work-xbig {
    height: 72rem;
  }

  .work-item.audio.work-small,
  .work-item.audio.work-medium,
  .work-item.audio.work-big,
  .work-item.audio.work-xbig {
    height: 10rem;
  }

}

.work-sizer {
  width: 32%;
}

.work-gutter { width: 2%; }


.work-item a ~ a img {
  display: none;
}

.work-item img {
  width: 100%;
}


.work-item img,
.work-item .responsive-embed {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
}

.work-item.apps img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.work-item.identity img {
  background: #F4F4F4;
  padding: 1rem 3rem;
}

h2.work-item__title {
  color:#17323F;
  font-size: 1.5em;
  line-height: 1.25;
  margin: 0;
  padding: 1rem 0 0;
}

.work-item__tag {
  color: #EB283E;
}

.work-item__caption {
  color: #17323F;
  font-size: .75em;
  font-weight: 500;
}

.work-select {
  text-align: center;
  margin: 0 0 3rem;
}

.work-select__btn,
.work-select__btn:link,
.work-select__btn:active,
.work-select__btn:visited {
  font-family: 'Basic Sans', sans-serif;
  font-weight: 700;
  color:#ACB7B8;
  font-size: 1.5em;
  line-height: 1;
  margin: 0 .25rem;
  cursor: pointer;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.work-select__btn.is-checked,
a.work-select__btn:hover {
  color: #EB283E;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  background: #17323F !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #EB283E !important;
}

.wp-video-shortcode .mejs-controls {
  display: none !important;
}

.local-video {
  position: relative;
}

.local-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* The Crew Grid */

.crew-grid {
  margin-bottom: 1rem;
  max-width: 67.5rem;
}

.crew-item {
  height: 25rem;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  background-size: cover !important;
}

.crew-item__hover {
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  z-index: 2;
  opacity:0;
  height: 100%;
  height: 100%;
}

.crew-item__hover>div {
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
}

.crew-item:hover .crew-item__hover {
  opacity: 1;
}

.crew-item__position,
.crew-item__hover p {
  color: #17323F;
}

.crew-item__content {
  margin: 0 0 2rem 0;
  background: #F9F9F4;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  border-top: 2px solid rgba(0,0,0,.02);
  padding: 2.5rem;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}


.crew-item__title {
  font-size: 1.15em;
  color: #54B8A7;
  padding: 0;
  margin-bottom: 0;
}

.crew-item__content p {
  color: #17323F;
}

.crew-item__position {
  display: inline-block;
  padding-bottom: 0;
  font-weight: 600;
  font-size: .9em;
}

.crew-item__title a:first-child {
  margin-left: .5rem;
}

.crew-item .link--twitter,
.crew-item .link--instagram,
.crew-item .link--website {
  font-size: .75em;
  color: #F9F9F4;
}

.crew-item .link--twitter:hover i,
.crew-item .link--instagram:hover i,
.crew-item .link--website:hover i {
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

@media print, screen and (min-width: 40em) {
  .crew-grid {
    margin-bottom: 5rem;
  }
}

/* Case Studies */

.case-study--header {
  height: 90%;
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 9;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.case-study--logo {
  width: 10rem;
  height: auto;
  margin-bottom: 2rem;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


.case-study--header__title {
  font-weight: 700;
  color: #F9F9F4;
}

.tags {
  background: #17323F;
  padding: 1.5em 0;
}

.tags h3,
.tags span {
  color: #F9F9F4;
  padding: 0;
  margin: 0;
  font-weight: 500;
}

.tags h3 {
  font-weight: 600;
}

.tags span {
  font-size: .9em;
}

.case-study--content {
  margin: 5rem 0 0;
}

.grey-block {
  background: #F4F4F4;
  padding: 5rem 0;
  margin: 5rem 0;
}

.next-case-study {
  position: relative;
  width: 100vw;
  height: 18rem;
  margin-top: 1rem;
  overflow: hidden;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.next-case-study__image {
  width: auto;
  height: 100%;
  max-width: 1000%;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

.next-case-study:hover .next-case-study__image {
  -moz-transform: translateY(0) scale(1.02);
  -webkit-transform: translateY(0) scale(1.02);
  -o-transform: translateY(0) scale(1.02);
  -ms-transform: translateY(0) scale(1.02);
  transform: translateY(0) scale(1.02);
}

.next-case-study__meta {
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
}

.next-case-study__title {
  font-size: 2em;
  line-height: 1;
  font-weight: 700;
  color: #F9F9F4;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.next-case-study__title:before {
  content: '';
  -webkit-border-radius: 1px;
  border-radius: 1px;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: -100%;
  background: #F9F9F4;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
}

.next-case-study__title:hover:before {
  left: 0;
}

.next-case-study__desc {
  color:#F9F9F4;
  opacity: .8;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.next-case-study__title:hover {
  opacity: .8;
}

@media print, screen and (min-width: 64em) {
  .grey-block {
    padding: 5rem 0;
    margin: 5rem 0;
  }

  .next-case-study {
    height: 32rem;
  }
  .next-case-study__image {
    width: 100%;
    height: auto;
    -moz-transform: translateY(-15%) scale(1);
    -webkit-transform: translateY(-15%) scale(1);
    -o-transform: translateY(-15%) scale(1);
    -ms-transform: translateY(-15%) scale(1);
    transform: translateY(-15%) scale(1);
  }

  .next-case-study:hover .next-case-study__image {
    -moz-transform: translateY(-15%) scale(1.02);
    -webkit-transform: translateY(-15%) scale(1.02);
    -o-transform: translateY(-15%) scale(1.02);
    -ms-transform: translateY(-15%) scale(1.02);
    transform: translateY(-15%) scale(1.02);
  }
  .next-case-study__meta {
    padding-bottom: 4rem;
  }
}
/*********************
CONTACT FORM STYLES
*********************/

.off-canvas--contact {
  width: 100vw;
  height: 100vh;
  background: #F9F9F4;
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
  border-top: 10px solid #17323F;
  border-bottom: none;
  padding-bottom: 5rem;
}

@media print, screen and (max-width: 39.5em) {
  .off-canvas--contact .column.end {
    margin-top: 2rem;
  }
  .off-canvas--contact .wpcf7-form .column {
    padding: 0;
  }
}

.off-canvas--contact h1,
.off-canvas--contact h2,
.off-canvas--contact h3,
.off-canvas--contact h4,
.off-canvas--contact h5,
.off-canvas--contact h6,
.off-canvas--contact p,
.off-canvas--contact a {
  color: #17323F;
}

.off-canvas--contact h1,
.off-canvas--contact h2,
.off-canvas--contact h3,
.off-canvas--contact h4,
.off-canvas--contact h5,
.off-canvas--contact h6 {
  text-align: center;
}


[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  border: 1px solid #EFEFEF;
  padding: 1rem;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #17323F;
  font-size: 1em;
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
  border: 1px solid #DFDFDF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

[type=submit] {
  outline: none;
}

[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
textarea::placeholder {
  color: #61777D;
}

.wpcf7-not-valid {
  border: 1px solid #EB283E;
}

.wpcf7 .link--red {
  margin: 0 .9375rem;
}

.wpcf7-submit {
  background: transparent;
  border: none;
  color: #EB283E;
}

.link--red:hover .wpcf7-submit {
  color: #D02434;
}

.ajax-loader {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -32px;
  background-image: url('../images/belowdeck.jpg');
}

/* CF7 Messages */

.wpcf7 .wpcf7-response-output {
  clear: both;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
}

.wpcf7 .wpcf7-response-output:before {
  color: #F9F9F4;
  position: absolute;
  right: 1rem;

}

.wpcf7 .wpcf7-validation-errors {
  border: none;
  background-color: #54B8A7;
  color: #F9F9F4;
}

.wpcf7 .wpcf7-validation-errors:before {
  content: '\f1cd';
  font-family: "FontAwesome";
}

.wpcf7 .wpcf7-mail-sent-ok {
  border: none;
  background-color: #4CAF50;
  color: #F9F9F4;
  margin: 0 auto;
}

.wpcf7 .wpcf7-mail-sent-ok:before {
  content: '\f601';
  font-family: "Material Design Icons";
}

.wpcf7 .wpcf7-mail-sent-ng {
  border: none;
  background-color: #EB283E;
  color: #F9F9F4;
}

.wpcf7 span.wpcf7-not-valid-tip {
  border: none;
  padding: 0 0 1rem 0;
  color: #EB283E;
}

.wpcf7 span.wpcf7-not-valid-tip:before {
  content: '\f028';
  font-family: "Material Design Icons";
  color: #EB283E;
  margin: 0 .5rem 0 1rem;
}

@media print, screen and (min-width: 40em) {
  .off-canvas--contact {
    padding-bottom: 0;
  }
  .wpcf7 .wpcf7-response-output {
    clear: both;
    margin: 0;
    padding: 1rem 3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}


/*********************
ARCHIVE STYLES
*********************/

@media print, screen and (min-width: 40em) {

  .archive-post__content {
    -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .archive-post {
    margin: 1rem 0;
  }

  .archive-post:hover .archive-post__content {
    background: #F4F4F4;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  }
}

@media print, screen and (min-width: 64em) {
  .archive-post__thumbnail {
    display: block;
    overflow: hidden;
    max-height: 245px;
  }
}

.archive-post__content {
  padding: 2.5rem;
}

/*********************
PAGE NAVI STYLES
*********************/
.pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin:   1.5rem 0;
  border-top: 2px solid #EFEFEF;
}

.pagination a,
.pagination button,
.pagination li,
.pagination .current {
  padding: 0;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pagination li {
  margin: 1rem .5rem;
  font-size: 1em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 2em !important;
  width: 2em !important;
  line-height: 2em;
  text-align: center;
  display: block;
}

.pagination .current {
  background: #EB283E;
}

.pagination a {
  color: #17323F;
}

.pagination li:hover {
  background: #EFEFEF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
}

.pagination .current:hover {
  background: #EB283E;
}

.pagination a:hover {
  color: #17323F;
  background: transparent;
}

.pagination a i,
.pagination a:hover i {
  -moz-transform: translateX(0) translateY(0) !important;
  -webkit-transform: translateX(0) translateY(0) !important;
  -o-transform: translateX(0) translateY(0) !important;
  -ms-transform: translateX(0) translateY(0) !important;
  transform: translateX(0) translateY(0) !important;
}

@media print, screen and (min-width: 40em) {
  .pagination {
    margin: 2rem 0 3.5rem;
    border-top: 0;
  }
  .pagination li {
      font-size: .8em;
  }
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/* Aside - Blog */

.aside-blog {
  padding: 5rem 0 0;
  text-align: center;
  background: #F4F4F4;
}

.aside-blog--related {
  padding: 0 0 5rem 0;
  margin-top: 3.5rem;
  background: #F9F9F4;
}

.aside-blog > .row > div:last-child {
  float:left;
}

@media print, screen and (min-width: 40em) {

  .aside-blog__post .aside-blog__content,
  .aside-blog__podcast .aside-blog__content {
    -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .aside-blog > .row > .aside-blog__post {
    margin-top: 0;
  }

  .aside-blog > .row > .aside-blog__post ~ .aside-blog__post,
  .aside-blog--related > .row > .crp_related > .aside-blog__post {
    margin-top: 1rem;
  }

  .aside-blog > .row > .aside-blog__post .aside-blog__content {
    background: #F9F9F4;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  }


  .aside-blog > .row > .aside-blog__post ~ .aside-blog__post .aside-blog__content,
  .aside-blog--related > .row > .crp_related > .aside-blog__post .aside-blog__content {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .aside-blog > .row > .aside-blog__post:hover .aside-blog__content,
  .aside-blog > .row > .aside-blog__podcast:hover .aside-blog__content {
    background: #F9F9F4;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  }

  .aside-blog--related > .row > .crp_related > .aside-blog__post:hover .aside-blog__content {
    background: #F4F4F4;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  }


  .aside-blog__podcast {
    margin-top: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .aside-blog__thumbnail,
  .crp_featured {
    display: block;
    overflow: hidden;
    max-height: 245px;
  }
}

.aside-blog__content {
  padding: 2.5rem;
}

.podcast__content {
  text-align: left;
}

.podcast__h3 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.crp_title {
  font-size: 1em;
  font-weight: 700;
  padding: 0 0 1rem 0;
  color: #17323F;
  display: block;
}

/* Aside - Below Deck */

.belowdeck {
  padding: 5rem 0 5rem;
  background: url('../images/belowdeck.jpg') center center no-repeat;
  background-size: cover;
  -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  text-align: center;
}

.belowdeck:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: -moz-linear-gradient(top, rgba(23,50,63,1) 0%, rgba(23,50,63,0) 100%);
  background: -webkit-linear-gradient(top, rgba(23,50,63,1) 0%,rgba(23,50,63,0) 100%);
  background: linear-gradient(to bottom, rgba(23,50,63,1) 0%,rgba(23,50,63,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17323f', endColorstr='#0017323f',GradientType=0 );
}

.belowdeck:hover {
  background-size: cover;
}

.belowdeck__h2,
.belowdeck__content {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

.belowdeck__h2 {
  color:#54B8A7;
}

.belowdeck__filesize {
   font-size: .35em;
   display: none;
   font-weight: 600;
   margin-top: 2.5rem;
}

.belowdeck__content {
  color: #F9F9F4;
}

.belowdeck__link {
  margin-top: 2rem;
}

@media print, screen and (min-width: 64em) {
  .belowdeck {
    padding: 10rem 0 10rem;
  }
  .belowdeck {
    text-align: left;
  }
  .single-case-study .belowdeck {
    padding: 10rem 0 16rem;
  }

  .belowdeck__filesize {
     display: block;
  }
}
@media print, screen and (min-width: 75em) {
  .belowdeck {
    background-size: 145%;
  }
  .belowdeck:hover {
    background-size: 155%;
  }
}

/* Aside - Get in touch */

.getintouch {
  text-align: center;
  position: relative;
}

.getintouch__captain {
  display: none;
}

.getintouch--top .column {
  background: #F9F9F4;
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: relative;
}

.getintouch--bottom a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.getintouch--bottom .column {
  padding-bottom: 2.5rem;
}

.getintouch--bottom p {
  position: relative;
  text-align: center;
  line-height: 1.25;
}

.single-case-study .getintouch .column {
  padding: 5rem 0 4rem;
}

.getintouch__h2,
.getintouch__content {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 .9375rem;
  padding: 0;
}

.getintouch__h2 {
  color:#EB283E;
}

.getintouch__content {
  color: #17323F;
}

.getintouch__link {
  margin-top: 2rem;
}

@media print, screen and (min-width: 40em) {
  .getintouch--top .column {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .getintouch__h2,
  .getintouch__content {
    font-size: 2em;
  }
}

@media print, screen and (min-width: 64em) {
  .single-case-study .getintouch .column {
    padding: 10rem 0 0;
  }
  .getintouch .column {
    margin-top: -4rem;
  }
}

@media print, screen and (min-width: 75em) {
  .getintouch__captain {
    display: block;
    position: absolute;
    left: 1.5rem;
    bottom: -10%;
    height: 65%;
  }

  .single-case-study .getintouch__captain {
    display: none;
  }
}

/*********************
HOMEPAGE STYLES
*********************/

.home--services {
  background: #17323F url('../images/home-services.png') 50% 50% no-repeat;
  background-size: cover;
  padding: 3rem 0;
  margin-top: 5rem;
  text-align: center;
}

.home--services__block {
  padding: 1.875rem;
}

.home--services__wood {
  background: url('../images/wood-bg.png') 0 0 no-repeat;
  background-size: cover;
}

.home--services__title,
.home--services__block-title {
  color: #54B8A7;
  line-height: 1;
  font-weight: 700;
}

.home--services__block-title {
  font-size: 1.5em;
  padding: 1rem 0;
}

.home--services__content {
  color: #F9F9F4;
}

.home--services__block-title,
.home--services__img {
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media print, screen and (min-width: 40em) {
  .home--big-idea {
    padding-bottom: 5rem;
  }


  .home--services {
    padding: 4rem 0;
    margin-top: 0;
  }

  .home--services__block {
    padding: 3.5rem;
  }

  .home--services__block-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%) translateX(-50%) scale(.5);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(.5);
    -o-transform: translateY(-50%) translateX(-50%) scale(.5);
    -ms-transform: translateY(-50%) translateX(-50%) scale(.5);
    transform: translateY(-50%) translateX(-50%) scale(.5);
    opacity: 0;
  }

  .home--services__block:hover .home--services__block-title {
    -moz-transform: translateY(-50%) translateX(-50%) scale(1);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -o-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
  }

  .home--services__block:hover .home--services__img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0;
  }
}
/*********************
SERVICES PAGE STYLES
*********************/

.services-map--container {
  position: relative;
  display: none;
}

.services-mobile {
  display: block;
  margin-bottom: 5rem;
}

.services-mobile ul li {
    font-size: 1.5em;
    font-weight: 700;
    color: #54B8A7;
    list-style: none;
    text-align: center;
    line-height: 1.25;
}

.services-mobile ul li:before {
  content: '';
  padding: 0;
}

@media only screen and (min-width: 64em) {
  .services-map--container {
    display: block;
    z-index: -1;
    margin-bottom: -15rem;
  }
  .services-mobile {
    display: none;
  }
}

.services-map {
  width: 130% !important;
  max-width: 130% !important;
  margin: 0 -15% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.services-map--label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: #17323F;
  padding: .5em 1rem;
  color: #f9f9f4;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
  height: 2em;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 4px 4px 0 rgba(0,0,0,.02), 0 8px 8px 0 rgba(0,0,0,.02);
  opacity: .95;
}

[data-aos^=fade][data-aos^=fade].services-map--label.aos-animate {
  opacity: .95;
}

@media only screen and (min-width: 64em) {
  .services-map--label {
    font-size: 1.35em;
  }
}

span.services-map--label:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 1em 1em;
  border-color: transparent transparent transparent #17323F;
  right: -1em;
  position: absolute;
  top: 0;
}

span.services-map--label__left:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 1em 1em 0;
  border-color: transparent #17323F transparent transparent;
  left: -1em;
  position: absolute;
  top: 0;
}

/*********************
WHY JIB PAGE STYLES
*********************/

@media only screen and (min-width: 64em) {
  .lighthouse {
    background-image: url('../images/lighthouse.png');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 50%;
  }
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  text-align: center;
  padding: 2rem 0;
  border-bottom: 10px solid #17323F;
}

.single-case-study .footer {
  margin-top: -10rem;
  padding-top: 6rem;
}

.footer__nav ul {
  text-align: center;
}
.footer__nav ul li {
display: inline-block;
}
.footer__nav ul li a,
.footer__nav ul li:before,
.off-canvas--contact .footer__nav ul li a,
.off-canvas--contact .footer__nav ul li:before {
  color: #61777D;
  padding: 0;
  width: 3rem;
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.off-canvas .footer__nav ul li a,
.off-canvas .footer__nav ul li:before,
.off-canvas--contact .footer__nav ul li a,
.off-canvas--contact .footer__nav ul li:before {
  width: 2rem;
}

@media only screen and (min-width: 40em) {
  .single-case-study .footer__nav ul {
    text-align: center;
  }
  .single-case-study .footer__nav ul li a,
  .single-case-study .footer__nav ul li:before {
    color: #F9F9F4;
  }
  .single-case-study .off-canvas .footer__nav ul {
    text-align: left;
  }
}

.footer__facebook,
.footer__twitter,
.footer__instagram,
.footer__linkedin {
  position: relative;
  font-size: 1.25em;
}

.footer__facebook a,
.footer__twitter a,
.footer__instagram a,
.footer__linkedin a {
  text-indent: -9999px;
}

.footer__facebook:before,
.footer__twitter:before,
.footer__instagram:before,
.footer__linkedin:before {
  color: #61777D;
  display: inline-block;
  font: normal normal normal 1.25em/1 'Material Design Icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer__facebook:hover:before,
.off-canvas .footer__facebook:hover:before {
  color: #1877f2 !important;
}

.footer__twitter:hover:before,
.off-canvas .footer__twitter:hover:before {
  color: #1da1f2 !important;
}

.footer__instagram:hover:before,
.off-canvas .footer__instagram:hover:before {
  color: #c32aa3 !important;
}

.footer__linkedin:hover:before,
.off-canvas .footer__linkedin:hover:before {
  color: #007bb5 !important;
}

.footer__facebook:before {
  content: "\f20d";
}
.footer__twitter:before {
  content: "\f544";
}
.footer__instagram:before {
  content: "\f2fe";
}
.footer__linkedin:before {
  content: "\f33b";
}

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

  /* Pace */
  /* .pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%; }

  .pace-inactive {
    display: none; }

  .pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px; }

  body:not(.pace-done) div.off-canvas-wrapper,
  body:not(.pace-done) .header--fixed {
    opacity: 0;
  }

  @keyframes pulse {
    from {
      transform: scale3d(1, 1, 1);
    }

    50% {
      transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
      transform: scale3d(1, 1, 1);
    }
  }

  .pace-loader {
    position: fixed;
    top: 2.5rem;
    left: 50%;
    margin-left: -37.5px;
    -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
  }

    @media only screen and (min-width: 40em) {
    .pace-loader {
      top: 3.5rem;
      margin-left: -50px;
    }
  }

  body.pace-done .pace-loader {
    opacity: 0;
    display: none;
  }

  body.pace-done div.off-canvas-wrapper,
  body.pace-done .header--fixed {
    opacity: 1;
    -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  body.pace-done .header--fixed {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  body.pace-done .pace-logo {
    display: none; } */


/* Modaal */

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-container {
  background: #F4F4F4;
}
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 3rem;
  top: 3rem;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 2rem;
  height: 2rem;
  background: rgba(0,0,0,.5);
  padding: 2rem;
  border-radius: 100%;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  @media only screen and (min-width: 40em) {
    .modaal-close {
      background: transparent;
      padding: 0;
    }
  }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
     }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 1rem;
    left: 50%;
    width: 1px;
    height: 2rem;
    background: #fff;
    -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

  .page-id-82 .modaal-content-container {
    padding: 0;
  }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 1px;
    height: 25px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -9px 0 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 9px 0 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px; }
  .modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px; }
  .modaal-gallery-prev:before {
    margin: 9px 0 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-gallery-prev:after {
    margin: -9px 0 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }


.wp-block-gallery img {
    margin:0;
}


@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (min-width: 1018px) {
  .minHeightDeskTop {
    height: 390px; } }



@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } 

    .wp-block-media-text__content {
        padding:0 !important;
    }
    
    ol {
        margin-left:10px !important;
    }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
      -ms-transform: scale(0.25);
          transform: scale(0.25); }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

.modaal--hidden {
  display: none;
}

/* Google Recaptcha */

.grecaptcha-badge {
  display: none !important;
}


/* Landing Page styles */

.noShadow, .noShadow img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.page-template-landing .intro {
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-blend-mode: multiply;
    box-shadow: inset 0 0 0 50vw rgba(23,50,63,0.7);
}

.page-template-landing .page-title {
  color:  #ffffff;
 text-align: center;
  font-size: 4.5em;
  line-height: 1;
  font-weight: 700;
  padding: 1rem 0;
  margin-bottom: .75rem;
  text-transform:uppercase;
}

.page-template-landing h2 {
    font-size:2.5em;
}

.page-template-landing .clientLogos img, .page-template-landing .workGallery img {
    margin:0px;
}

.page-template-landing h2 em {
    font-style:normal;
    color:orange;
}

.page-template-landing .wp-block-cover {
    min-height:200px;
}

.page-template-landing .wp-block-cover h2, .page-template-landing .wp-block-cover p {
    color:#fff;
}

.page-template-landing .landingServiceList p, .page-template-landing .landingServiceList h2 {
  text-shadow: 3px 3px 2px rgba(3, 39, 103, 1);
}

.page-template-landing .landingServiceList {
    
    border-left:10px solid orange;
    
}


.page-template-landing .wp-block-cover img {
    z-index:-20 !important;
}

.page-template-landing .intro p {
    color:#fff;
}

.page-template-landing .extraPadding {
    padding:4em;
}

.page-template-landing a {
    color:#17323f;
}

.fancy {
    color:orange;
    /*text-decoration:underline;
    text-decoration-style: wavy;
    text-decoration-color: #21ff21; */
}

.page-template-landing .getintouch .column {
    margin-top:0px;
    padding-top:4rem;
}


@media screen and (max-width: 700px) {
.wp-block-quote {
    max-width:90% !important;
    margin:0 auto;
}
}

@media screen and (max-width: 900px) {

    .smallerGap1 {
        gap:1em;
    }
    
    .noBottomMargin {
        margin-bottom:0px !important;
        padding-bottom:0px !important;
    }
    
    
    .leftJustifyMobile {
        text-align:left;
    }
    
    .centerJustifyMobile {
        text-align:center;
    }
    
    .page-template-landing .wp-block-media-text .wp-block-media-text__content {
        padding:0px;
    }
    
    .hideOnMobile {
        display:none;
    }
    
.page-template-landing .page-title {
font-size: 3.5em;
    }
    
}

.padding20px {
    padding:20px;
}


.video-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.video-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.noShadow {
      -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.post-template-default ul, post-template-default ol {
    padding-left:25px;
}


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

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

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

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet.

Remember to add things that won't make sense to print at
the bottom. Things like nav, ads, and forms shouldbe set
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
