article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  min-height: 100%;
  height: auto; }



body.gallery {
  overflow: hidden; }


ol, ul, li {
  list-style: none; }

a {
  -webkit-transition: .5s;
  transition: .5s;
  color: inherit;
  cursor: pointer;
  outline: none; }

a:hover {
  text-decoration: none; }



img {
  width: 100%; }

p:empty, a:empty {
  display: none !important; }

table {
  border-collapse: collapse;
  border-spacing: 0; }



input {
  webkit-appearance: none;
  border-radius: 0;
  border: none; }

input:focus, select:focus, textarea:focus {
  outline: none; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  width: 100%;
  clear: both;
  display: inline-block; }

.desktop {
  display: block; }

.mobile {
  display: none; }

.cf:before, .cf:after {
  content: '';
  display: block;
  clear: both; }

.min-full-height {
  min-height: 100vh; }

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

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

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

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

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

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

/* main styles */
#wrapper {
  width: 100%;
  margin: 0;
  height: auto;
  float: left;
  overflow: hidden;
  position: relative;
  transition: opacity 1s ease 0s;
  opacity: 0;
  padding: 0; }

#wrapper.active {
  opacity: 1;
  transition: opacity 1s ease .3s; }

#main-header {
  background: transparent;
  height: 70px;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  display: block;
  transition: top .5s ease 0s, background-color .5s ease 0s; }

#main-header.hide {
  top: -70px;
  transition: top .5s ease 0s; }

#main-header.show {
  top: 0px;
  transition: top .5s ease 0s; }






div#banner {
  float: left;
  width: 100%;
  position: relative; }
  div#banner img {
    float: left;
    width: 100%; }

#banner h1 {
  bottom: 42%;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 2vw;
  position: absolute;
  right: 12%;
  text-align: center;
  line-height: 165%; }

#banner h1 span {
  display: block;
  font-size: 1.8em;
  color: #F34F57;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase; }

section {
  float: left;
  width: 100%;
  position: relative; }

div#intro {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10%; }

div#break {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10%; }

#intro h1, #break h1, #featured h1 {
  color: #fff;
  font-size: 3.125em;
  float: left;
  width: 100%;
  margin: 0 0 20px; }

#intro h1 span, #break h1 span, #featured h1 span {
  background: #000;
  float: left;
  display: block;
  clear: left;
  padding: 5px 10px;
  margin: 0 0 10px; }

#intro p {
  float: left;
  width: 40%;
  clear: left; }

#break p {
  float: left;
  width: 50%;
  clear: left; }

#intro a {
  float: left;
  margin: 50px 0 0;
  clear: left; }

a.arrow {
  clear: both;
  display: block;
  float: left;
  font-size: 1.125em;
  font-family: 'Nunito', sans-serif;
  padding-right: 30px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden; }

#services a.arrow {
  float: right;
  margin: 20px;
  color: #fff; }

#services.white a.arrow {
  color: #1c1c1c; }

a.arrow span {
  border-bottom: 2px solid #F34F57;
  width: 100%;
  display: block;
  transition: .5s;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-40px); }

a.arrow:hover span {
  transform: translateX(-30px); }

a.arrow:before {
  content: "";
  border-bottom: 2px solid #F34F57;
  display: block;
  right: 11px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) rotate(-45deg);
  width: 11px;
  transition: .5s;
  transform-origin: right top; }

a.arrow:after {
  content: "";
  border-bottom: 2px solid #F34F57;
  right: 10px;
  top: 50%;
  display: block;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  width: 11px;
  transition: .5s;
  transform-origin: right bottom; }

a.arrow:hover:before, a.arrow:hover:after {
  right: 1px; }

div#branding {
  background: #41beac;
  box-sizing: border-box;
  float: left;
  padding: 8% 10% 8% 0;
  width: 95%;
  position: relative; }

#branding > img {
  float: left;
  width: 75%; }

#branding h1 {
  background: #000;
  color: #fff;
  font-size: 3.125em;
  position: absolute;
  top: -33px;
  right: 17%;
  padding: 0 10px;
  z-index: 10; }

div#branding {
  padding-right: 0; }

#branding div.brandContent {
  width: 40%;
  float: right;
  padding-right: 10%;
  box-sizing: border-box; }

#branding-img {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/servicesBrands.jpg);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat; }
  #branding-img img {
    display: none; }

#branding h2 {
  color: #000;
  font-size: 8.8vw;
  float: left;
  margin: 0;
  width: 100%;
  text-align: right;
  font-family: 'Nunito', sans-serif;
  line-height: 120%; }

#branding p {
  color: #000;
  font-size: 1.375em;
  float: left;
  padding: 0 0 0 20%;
  margin: 0 0 30px; }

#branding a {
  float: left;
  color: #fff;
  margin: 0 0 0 20%; }

div#digital {
  background: #9f9f9f;
  box-sizing: border-box;
  float: right;
  padding: 0;
  margin: 5% 0 5%;
  width: 95%;
  position: relative; }

#digital img {
  float: right;
  margin: 5% 0 0;
  width: 55%; }

#digital div.digitalContent {
  position: absolute;
  top: 24%;
  left: 18%;
  width: 40%; }

#digital h2 {
  color: #fff;
  font-size: 8.8vw;
  float: left;
  margin: 0;
  width: 100%;
  font-family: 'Nunito', sans-serif;
  line-height: 120%; }

#digital p {
  color: #000;
  font-size: 1.375em;
  float: left;
  padding: 0 35% 0 10px;
  margin: 0 0 30px; }

#digital a {
  float: left;
  color: #fff;
  margin: 0 0 0 10px; }

div#featured {
  float: left;
  margin: 0 10%; }

div#workRight {
  float: right;
  position: relative;
  width: 52%; }

div#workRight img.mac {
  float: right;
  width: 100%; }

div#workRight img.houseLogo {
  position: absolute;
  right: 0%;
  top: 53%;
  width: 22%;
  z-index: 4; }

div#workRight video {
  position: absolute;
  right: -49.7%;
  top: 25.7%;
  width: 114%;
  z-index: 2; }

#workRight .workDetails {
  border-top: 1px solid #000;
  padding: 8% 0 0;
  position: absolute;
  top: 20%;
  left: -30%;
  width: 30%; }

.workDetails p {
  font-size: 1em;
  float: left;
  width: 100%; }

.workDetails p em {
  color: #F34F57; }

.workDetails h2 {
  font-size: 1.875em;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin: 0 0 15px; }

.workDetails a {
  float: left;
  margin: 15px 0 0; }

div#workLeft {
  float: left;
  margin: -19% 0 0;
  position: relative;
  width: 51%;
  z-index: 2; }

div#workLeft img {
  float: left;
  width: 100%; }

#workLeft .workDetails {
  padding: 8% 0 0 8%;
  position: absolute;
  bottom: 10%;
  right: -50%;
  width: 42%; }

#workLeft .workDetails:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
  height: 1px;
  background: #000; }

#notePrev > h1 {
  background: #000;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  left: 10%;
  top: 22%;
  z-index: 2;
  font-size: 3em; }

div#blogPrev {
  background: #424041;
  float: left;
  padding: 5%;
  width: 100%;
  margin: 10% 0 0;
  position: relative;
  box-sizing: border-box; }

#blogPrev ul {
  display: none; }

#blogPrev div {
  background-size: cover !important;
  background-position: center top;
  background-color: #F34F57;
  display: inline-block;
  height: 35vh;
  margin: 0 1%;
  width: 23%;
  box-sizing: border-box;
  position: relative; }

#blogPrev div:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.2;
  transition: .5s;
  z-index: 1; }

#blogPrev div:hover:after {
  opacity: 0.8;
  background: #1c1c1c; }

#blogPrev div a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
  z-index: 2;
  overflow: hidden; }

#blogPrev div a i {
  display: none;
  color: #1c1c1c;
  font-size: 2.5em;
  float: left;
  margin: 0 0 20px;
  transition: .5s; }

#blogPrev div:hover a i {
  color: #fff; }

#blogPrev div.instagram1 a i.fa-instagram, #blogPrev div.news1 a i.fa-newspaper-o, #blogPrev div.interview1 a i.fa-newspaper-o, #blogPrev div.portfolio1 a i.fa-pencil-square-o {
  display: block; }

#blogPrev div h2 {
  float: left;
  width: 100%;
  font-size: 1.6em;
  color: #1c1c1c;
  margin: 0 0 15px;
  opacity: 0;
  transition: .5s;
  word-break: break-word; }

#blogPrev div p {
  float: left;
  width: 100%;
  font-size: 1.25em;
  color: #1c1c1c;
  font-family: 'Nunito', sans-serif;
  opacity: 0;
  transition: .5s; }

#blogPrev div:hover h2, #blogPrev div:hover p {
  opacity: 1;
  color: #fff; }

div#workFilter {
  width: 90%;
  margin: 150px 5% 0; }

#work-sectors {
  width: 90%;
  margin: 20px 5% 60px; }
  #work-sectors button {
    width: 100%;
    position: relative;
    background-color: transparent;
    border: none;
    padding: 10px 30px 10px 0;
    font-size: 1.2rem;
    font-family: 'Nunito', sans-serif;
    text-align: left; }
    #work-sectors button:focus {
      outline: none; }
    #work-sectors button div {
      display: inherit; }
    #work-sectors button span {
      width: 8px;
      height: 16px;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%) rotate(90deg);
      transform-origin: right;
      font-size: 0; }
      #work-sectors button span:before {
        content: '';
        border-bottom: 2px solid #F34F57;
        right: 0;
        display: block;
        top: 50%;
        position: absolute;
        transform: translateY(-50%) rotate(-45deg);
        width: 10px;
        transition: .5s;
        transform-origin: right top; }
      #work-sectors button span:after {
        content: '';
        border-bottom: 2px solid #F34F57;
        right: 0;
        top: 50%;
        display: block;
        position: absolute;
        transform: translateY(-50%) rotate(45deg);
        width: 11px;
        transition: .5s;
        transform-origin: right bottom; }
  #work-sectors a {
    color: #9f9f9f;
    display: inline-block;
    font-size: 1.2rem;
    font-family: 'Nunito', sans-serif;
    margin: 5px 20px 5px 0; }
    #work-sectors a:hover {
      color: #000; }

#workFilter a {
  color: #9f9f9f;
  display: inline-block;
  font-size: 2.6em;
  font-family: 'Nunito', sans-serif;
  margin: 20px 40px 20px 0; }

#workFilter a:hover, #workFilter.all a.workAll, #workFilter.brand a.workBrand, #workFilter.digital a.workDigital {
  color: #000; }

#interviewTop {
  margin: 150px 5% 5%;
  text-align: center; }
  #interviewTop h1 {
    font-size: 2rem; }

#interviewList hr {
  border: none;
  border-top: 1px solid #000;
  margin: 60px 0; }

#interviewList h2 {
  margin: 15px 0;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif; }

#interviewList h3 {
  margin: 15px 0;
  text-align: center;
  font-size: 1rem; }

#interviewList p {
  font-size: 0.9rem; }

#interviewList a {
  display: block; }
  #interviewList a div {
    max-width: 520px;
    margin: 20px auto 0; }

#interviewList .read-more {
  margin-top: 15px;
  text-decoration: underline;
  text-align: center;
  font-size: 0.8rem; }

div#workList {
  float: left;
  width: 92%;
  margin: 0 4% 5%; }

div#interviewList {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto; }

#interviewList.all > div {
  opacity: 1;
  margin: 0 1% 4%;
  width: 48%;
  transition: opacity .5s ease 1s, max-height .5s ease .5s, width .5s ease .5s, margin .5s ease 0s; }
  #interviewList.all > div:nth-of-type(odd) {
    clear: left; }

#workList div, #interviewList > div {
  float: left;
  width: 31.3%;
  height: auto;
  margin: 0;
  overflow: hidden;
  opacity: 1; }

#workList.all div {
  opacity: 1;
  max-height: 600px;
  margin: 0 1% 2%;
  width: 48%; }

#workList.brand div.branding1, #workList.digital div.website1 {
  opacity: 1;
  max-height: 600px;
  margin: 0 1% 2%;
  width: 31.3%; }

#workList div a, #workList div a img, #interviewList div a, #interviewList div a img {
  transition: .5s;
  backface-visibility: hidden; }

#workList div a:hover img, #interviewList div a:hover img {
  opacity: .8; }

#workList a.scroll, #interviewList a.scroll, #notebook-load-more button {
  display: table;
  margin: 30px auto;
  padding: 50px 0 0;
  font-size: 1.275em;
  clear: both; }

#workList a.scroll em, #interviewList a.scroll em, #notebook-load-more button em {
  width: 8px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  transform: rotate(-90deg);
  margin-left: 10px; }
  #workList a.scroll em:before, #workList a.scroll em:after, #interviewList a.scroll em:before, #interviewList a.scroll em:after, #notebook-load-more button em:before, #notebook-load-more button em:after {
    content: '';
    border-bottom: 2px solid #F34F57;
    right: 0; }
  #workList a.scroll em:before, #interviewList a.scroll em:before, #notebook-load-more button em:before {
    display: block;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(-45deg);
    width: 10px;
    transition: .5s;
    transform-origin: right top; }
  #workList a.scroll em:after, #interviewList a.scroll em:after, #notebook-load-more button em:after {
    top: 50%;
    display: block;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    width: 11px;
    transition: .5s;
    transform-origin: right bottom; }

div#workBanner {
  float: left;
  width: 100%;
  max-height: 100vh;
  overflow: hidden; }

div#workBanner img {
  float: left;
  width: 100%; }

div#workOverview {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10%; }

div.deliverables {
  float: left;
  width: 50%; }

div.deliverables h1 {
  color: #fff;
  padding: 0 10px;
  float: left;
  background: #000;
  font-size: 3.125em; }

.deliverables > ul {
  clear: left;
  float: left;
  margin: 40px 0 0 15%; }

.deliverables > ul li {
  clear: left;
  float: left;
  margin: 0 0 5px;
  position: relative; }

.deliverables > ul li:before {
  content: "/";
  color: #F34F57;
  padding: 0 10px 0 0; }

div.workIntro {
  float: left;
  width: 35%; }

div.workIntro p {
  font-family: 'Nunito', sans-serif; }

div.workIntro p:first-of-type {
  font-size: 1.5em;
  font-family: 'Nunito', sans-serif; }

div#workMain {
  margin: 0 1%;
  width: 98%; }
  div#workMain:after {
    content: '';
    display: block;
    clear: both; }

div#workMain img {
  margin: 0 0 1%;
  width: 100%; }

div#workMain img.half-img {
  float: left;
  width: 49.5%; }

div#workMain img.half-img.margin {
  margin-right: 1%; }

#workMain p {
  float: left;
  width: 35%;
  font-family: 'Nunito', sans-serif;
  margin: 7% 0 7% 2.5%; }

#workMain p:first-of-type {
  margin: 7% 0 7% 15%; }

#workMain video {
  float: left;
  margin: 0 0 1%;
  width: 100%; }

div#appNav {
  float: left;
  text-align: center;
  padding: 2.5% 0;
  width: 100%; }

#appNav span {
  border-bottom: 2px solid #F34F57;
  width: 60px;
  height: 50px;
  margin: 0 30px;
  position: relative;
  display: inline-block;
  transition: .5s; }

#appNav span:first-of-type:hover {
  width: 70px;
  margin: 0 30px 0 20px; }

#appNav span:last-of-type:hover {
  width: 70px;
  margin: 0 20px 0 30px; }

#appNav a {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  padding: 0 0 30px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  width: 100%;
  display: block;
  text-transform: uppercase; }

#appNav span:last-of-type a {
  font-size: 0;
  text-align: left; }

#appNav span:last-of-type a:after {
  font-size: 20px;
  content: "next";
  text-transform: uppercase; }

#appNav span:last-of-type:before {
  border-bottom: 2px solid #f34f57;
  bottom: -7px;
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  transform: rotate(-45deg);
  width: 15px; }

#appNav span:last-of-type:after {
  border-bottom: 2px solid #f34f57;
  bottom: 3px;
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  transform: rotate(45deg);
  width: 15px; }

#appNav span:first-of-type:before {
  border-bottom: 2px solid #f34f57;
  bottom: -7px;
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  transform: rotate(45deg);
  width: 15px; }

#appNav span:first-of-type:after {
  border-bottom: 2px solid #f34f57;
  bottom: 3px;
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  transform: rotate(-45deg);
  width: 15px; }

div#services {
  background: #1c1c1c;
  color: #fff;
  float: left;
  margin: 0px 0 0;
  width: 100%;
  height: calc(100vh - 70px);
  transition: .5s; }

div#services.white {
  background: #fff; }

div.serviceTop {
  float: left;
  margin: 5% 5% 2.5%;
  width: 100%; }

div.serviceTop a {
  float: left;
  font-size: 3.125em;
  color: #9f9f9f;
  margin: 0 2% 0 0;
  font-family: 'Fjalla One', sans-serif; }

.brand div.serviceTop a.showBrand {
  color: #fff; }

.brand.white div.serviceTop a.showBrand {
  color: #1c1c1c; }

.digital div.serviceTop a.showDigital {
  color: #fff; }

.digital.white div.serviceTop a.showDigital {
  color: #1c1c1c; }

div#serviceSwap {
  float: left;
  margin: 0 20% 5%;
  width: 60%;
  border-top: 1px solid #fff;
  padding: 2.5% 0 0;
  transition: .5s; }

.white div#serviceSwap {
  border-top: 1px solid #1c1c1c; }

div#serviceNav {
  float: left;
  width: 40%; }

div#serviceContent {
  float: left;
  position: relative;
  width: 60%;
  margin: 0;
  font-family: 'Nunito', sans-serif;
  border-bottom: 1px solid #fff;
  padding: 0 0 2.5%;
  height: 50vh;
  transition: .5s; }

.white div#serviceContent {
  border-bottom: 1px solid #1c1c1c; }

div#serviceContent p {
  color: #fff;
  position: absolute;
  top: 0;
  left: 5%;
  width: 100%;
  font-size: 1.2vw;
  pointer-events: none;
  opacity: 0;
  transition: all .5s ease 0s; }

.white div#serviceContent p {
  color: #1c1c1c; }

div#serviceContent p.show, .brand div#serviceContent.brandDefault p:first-of-type {
  left: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all .5s ease .5s; }

#serviceNav a {
  display: none;
  font-size: 1vw;
  font-family: 'Fjalla One', sans-serif;
  height: 30px;
  line-height: 30px;
  color: #9f9f9f;
  opacity: 0;
  margin: 0;
  transition: all .5s ease 0s; }

.brand #serviceNav a.brandA {
  opacity: 1;
  margin: 0 0 15px -50px;
  display: block;
  transition: opacity .5s ease .5s, margin .5s ease .5s, color .5s ease 0s, font-size .5s ease 0s; }

.digital #serviceNav a.digitalA {
  opacity: 1;
  margin: 0 0 15px -50px;
  display: block;
  transition: opacity .5s ease .5s, margin .5s ease .5s, color .5s ease 0s, font-size .5s ease 0s; }

#serviceNav.brandDefault a:first-of-type, #serviceNav a.active {
  color: #fff;
  font-size: 1.8vw; }

.white #serviceNav.brandDefault a:first-of-type, .white #serviceNav a.active {
  color: #1c1c1c;
  font-size: 1.8vw; }

#serviceNav a em {
  color:  rgba(140,198,62,1);
  display: inline-block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 1vw; }

#banner.about h1 {
  bottom: 20%;
  color: #1c1c1c;
  font-family: 'Nunito', sans-serif;
  font-size: 9vw;
  line-height: 100%;
  position: absolute;
  left: 10%;
  right: auto;
  text-align: center;
  z-index: 2; }

div#notebookWrap {
  float: left;
  margin: 5%;
  width: 90%; }
  div#notebookWrap .pagination {
    display: none; }
  div#notebookWrap.filtering > div.left > div, div#notebookWrap.filtering > div.right > div {
    transition: opacity 0.5s;
    transition-delay: 0s !important; }

div#notebookWrap > div.left {
  float: left;
  width: 50%; }

div#notebookWrap > div.left > div:nth-child(even) {
  display: none; }

div#notebookWrap > div.left > div {
  float: right;
  clear: right;
  margin: 0 1% 2% 0;
  box-sizing: border-box;
  min-width: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #F34F57;
  opacity: 1;
  transition: opacity 2s; }
  div#notebookWrap > div.left > div a {
    min-height: 40vh;
    padding: 20px; }

div#notebookWrap > div.left > div:nth-child(3n + 3) {
  width: 80%; }
  div#notebookWrap > div.left > div:nth-child(3n + 3) a {
    min-height: 50vh; }

div#notebookWrap > div.left > div:nth-child(4n + 1) {
  width: 50%; }
  div#notebookWrap > div.left > div:nth-child(4n + 1) a {
    min-height: 40vh; }

#notebookWrap > div.left > div:nth-child(6n + 1) {
  width: 100%; }
  #notebookWrap > div.left > div:nth-child(6n + 1) a {
    min-height: 35vh; }

div#notebookWrap > div.right {
  float: left;
  width: 50%; }

div#notebookWrap > div.right > div:nth-child(odd) {
  display: none; }

div#notebookWrap > div.right > div {
  float: left;
  clear: left;
  margin: 0 0 2% 1%;
  box-sizing: border-box;
  min-width: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #F34F57;
  opacity: 1;
  transition: opacity 2s; }
  div#notebookWrap > div.right > div a {
    min-height: 40vh;
    padding: 20px; }

div#notebookWrap > div.right > div:nth-child(5n + 2) {
  width: 70%; }
  div#notebookWrap > div.right > div:nth-child(5n + 2) a {
    min-height: 55vh; }

div#notebookWrap > div.right > div:nth-child(4n + 4) {
  width: 100%; }
  div#notebookWrap > div.right > div:nth-child(4n + 4) a {
    min-height: 42vh; }

div#notebookWrap > div.right > div:nth-child(6n + 6) {
  width: 50%; }
  div#notebookWrap > div.right > div:nth-child(6n + 6) a {
    min-height: 36vh; }

div#notebookWrap > div > div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .5s;
  z-index: 1;
  background: #1c1c1c; }

div#notebookWrap > div > div:hover:after {
  opacity: .8; }

div#notebookWrap > div > div i {
  font-size: 2.5em;
  margin: 0 0 2%;
  color: #1C1C1C;
  display: none;
  transition: .5s; }

#notebookWrap > div > div:hover i {
  color: #fff; }

div#notebookWrap > div > div.instagram1 i.fa-instagram, div#notebookWrap > div > div.portfolio1 i.fa-pencil-square-o, div#notebookWrap > div > div.news1 i.fa-newspaper-o, div#notebookWrap > div > div.interview1 i.fa-newspaper-o {
  display: block; }

#notebookWrap div div a {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2; }

#notebookWrap div div a h2 {
  width: 100%;
  max-width: 500px;
  color: #1c1c1c;
  font-size: 2em;
  margin: 0 0 3%;
  padding: 0;
  opacity: 0;
  transition: .5s;
  word-break: break-word; }

#notebookWrap div div a p {
  width: 80%;
  color: #1c1c1c;
  font-size: 1.25em;
  font-family: 'Nunito', sans-serif;
  padding: 0 20% 0 0;
  opacity: 0;
  transition: .5s; }

#notebookWrap div div:hover h2, #notebookWrap div div:hover p {
  opacity: 1;
  color: #fff; }

footer#contact {
  background: #F34F57;
  box-sizing: border-box;
  float: left;
  padding: 10%;
  width: 100%;
  color: #fff; }

div#footContact {
  float: left;
  width: 25%;
  margin: 0 10% 0 0; }

div#footForm {
  float: left;
  width: 40%; }

div#footFind {
  float: left;
  width: 15%;
  margin: 0 0 0 10%; }

div#footFind svg {
  fill: #fff;
  float: left;
  width: 80%;
  margin: 40px 0 0; }

footer h2 {
  font-size: 1.56em;
  margin: 0 0 40px; }

footer div#footForm h2 {
  margin: 0; }

footer h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1em;
  margin: 0 0 5px; }

footer h3.margin {
  margin: 50px 0 0; }

footer p, footer p a {
  font-size: 1.05em;
  margin: 0 0 20px;
  font-family: 'Nunito', sans-serif; }

footer i.fa {
  font-size: 1.2em;
  padding: 0 10px 0 0; }

footer p.social {
  margin: 40px 0; }

footer p.social i.fa {
  font-size: 1.4em;
  padding: 0 20px 0 0; }

footer form {
  float: left;
  width: 100%;
  margin: 20px 0 0; }

footer form input, footer form textarea {
  border: none;
  float: left;
  width: 100%;
  margin: 0 0 10px;
  background: transparent;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: 'Nunito', sans-serif;
  font-size: 1.1em;
  text-align: left; }

footer form input.submit {
  width: auto;
  cursor: pointer;
  position: relative;
  padding: 10px 0 20px;
  transition: .5s; }

footer form input.submit:hover {
  padding: 10px 10px 20px 0; }

footer form span {
  float: left;
  position: relative; }

footer form span:before {
  border-bottom: 1px solid #fff;
  bottom: 15px;
  content: "";
  display: block;
  right: -2px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  transition: .5s; }

footer form span:after {
  border-bottom: 1px solid #fff;
  bottom: 5px;
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  transform: rotate(-45deg);
  width: 14px;
  transition: .5s; }

footer form > div {
  float: left;
  margin: 20px 0;
  width: 100%; }

div#messageBox {
  bottom: 20px;
  color: #E78F0A;
  display: none;
  font-size: 1.2em;
  padding: 20px 40px;
  position: fixed;
  right: 20px;
  text-transform: uppercase;
  z-index: 1000;
  font-weight: 700; }

div#thanks {
  float: left;
  width: 100%;
  padding: 10%;
  box-sizing: border-box; }

#thanks h1 {
  font-size: 3.125em;
  margin: 0 0 20px; }

#social-media-feed-wrap {
  max-width: 1600px;
  margin: 120px auto;
  padding: 0 15px; }

#social-media-feed {
  opacity: 0;
  transition: opacity 1s;
  text-align: left;
  color: #fff;
  font-size: 1.2rem; }
  #social-media-feed.show {
    opacity: 1; }
  #social-media-feed img {
    width: 100%; }

.social-media-post {
  width: 100%;
  margin-bottom: 15px; }

.social-media-post-inner {
  padding: 15px; }

.social-media-post-body {
  word-break: break-word; }
  .social-media-post-body p:last-of-type {
    margin-bottom: 0; }
  .social-media-post-body a {
    text-decoration: none; }
  .social-media-post-body .hashtag {
    font-size: 1.2em; }

.social-media-post-image-bg {
  position: relative; }
  .social-media-post-image-bg img {
    display: block; }
  .social-media-post-image-bg .social-media-post-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .social-media-post-image-bg .social-media-link {
    font-weight: bold; }

.twitter-post .social-media-post-inner {
  background-color: #1da1f2; }

.instagram-post .social-media-post-inner {
  opacity: 0;
  transition: opacity 0.5s; }
  .instagram-post .social-media-post-inner:hover {
    opacity: 1; }

.social-media-link {
  text-decoration: none; }

.icon .social-media-link {
  display: none; }

.icon .icon-twitter, .icon .icon-instagram {
  width: 35px;
  margin-bottom: 0.25em;
  font-size: 3rem;
  text-align: center; }

.social-media-post-text {
  position: relative;
  padding-left: 50px; }
  .social-media-post-text .icon {
    position: absolute;
    top: 0;
    left: 0; }

.u-hiddenVisually {
  display: none; }

.social-media-view {
  display: inline-block;
  margin-top: 1em; }

.center {
  margin-left: auto;
  margin-right: auto; }

.container {
  max-width: 1600px; }

.container-padding {
  padding-left: 20px;
  padding-right: 20px; }

#interview {
  margin-top: 70px; }
  #interview .container {
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }

#interview-header {
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.6rem; }
  #interview-header h1 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1em; }
  #interview-header h2 {
    font-size: 0.5em; }

#interview-header-top {
  position: relative;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-size: 0.4em; }

#prev-interview, #next-interview {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none; }
  #prev-interview a, #next-interview a {
    pointer-events: auto; }
    #prev-interview a > div, #next-interview a > div {
      width: auto;
      padding: 0 1em;
      transition: transform 0.5s 0.5s;
      display: inline-block;
      font-size: 0.7em;
      line-height: 1.8; }
    #prev-interview a:hover > div, #next-interview a:hover > div {
      transition: transform 0.5s;
      transform: translateX(0); }
    #prev-interview a:hover .interview-nav-link-text, #next-interview a:hover .interview-nav-link-text {
      opacity: 1;
      transition: opacity 0.5s 0.5s; }

#prev-interview {
  left: 0;
  padding-right: 5em; }
  #prev-interview a > div {
    transform: translateX(100%);
    float: right; }

#next-interview {
  right: 0;
  padding-left: 5em; }
  #next-interview a > div {
    transform: translateX(-100%);
    float: left; }

.interview-nav-link {
  height: 100%;
  display: block; }
  .interview-nav-link:hover .interview-nav-link-inner {
    width: 100%; }
  .interview-nav-link .left-arrow, .interview-nav-link .right-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
    .interview-nav-link .left-arrow:before, .interview-nav-link .right-arrow:before {
      background-color: #000; }
    .interview-nav-link .left-arrow:after, .interview-nav-link .right-arrow:after {
      border-color: #000; }
  .interview-nav-link .left-arrow {
    right: 100%; }
  .interview-nav-link .right-arrow {
    left: 100%; }

.left-arrow, .right-arrow {
  width: 40px;
  position: relative;
  display: block;
  margin: 30px 0 10px;
  transition: width 1s; }
  .left-arrow:before, .right-arrow:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #F34F57;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .left-arrow:after, .right-arrow:after {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 50%; }

.left-arrow:after {
  left: 1px;
  transform: translateY(-50%) rotate(-45deg);
  border-top: 1px solid #F34F57;
  border-left: 1px solid #F34F57; }

.right-arrow:after {
  right: 1px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #F34F57;
  border-right: 1px solid #F34F57; }

.interview-nav-link-inner {
  height: 100%;
  pointer-events: none; }

.interview-nav-link-text {
  font-family: 'Nunito', sans-serif;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s; }

#interview-featured-image {
  width: 100%;
  max-width: 1120px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

#interview-content {
  margin-bottom: 60px; }

#interview-content p {
  clear: both; }

#interview-content .white-text {
  color: #000; }

#interview-container-inner > p:first-of-type::first-letter {
  float: left;
  margin-right: 0.25em;
  font-size: 3.2em;
  font-weight: bold;
  line-height: 0.6; }

#interview-container-inner a {
  font-weight: bold; }

blockquote {
  max-width: 350px;
  padding-right: 60px;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.5rem; }
  blockquote:before, blockquote:after {
    content: '';
    width: 2em;
    border-top: 1px solid;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }

figure {
  width: 100%;
  float: none;
  margin-bottom: 30px; }
  figure img {
    width: 100%;
    display: block;
    margin-bottom: 1em; }

figcaption p {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 100; }

figcaption strong {
  font-family: 'Nunito', sans-serif;
  font-weight: bold; }

.question, .answer {
  max-width: 700px;
  min-height: 3.2em;
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
  clear: left; }
  .question:before, .answer:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 2.8em;
    font-weight: bold;
    line-height: 0.9; }

.question {
  margin-top: 45px; }
  .question:before {
    content: 'Q.'; }
  .question p {
    font-weight: bold; }

.answer {
  margin-bottom: 45px; }
  .answer:before {
    content: 'A.'; }

.full-image {
  width: 100%;
  float: none;
  position: relative;
  margin-bottom: 30px; }
  .full-image figcaption {
    padding: 0 20px; }

.white-text {
  color: #fff; }

#share {
  margin-top: 60px;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  font-size: 1rem; }
  #share a {
    margin-left: 0.5em; }
    #share a:empty {
      display: inline !important; }

#notebook-load-more {
  text-align: center; }
  #notebook-load-more button {
    display: inline-block;
    background: none;
    padding: 20px;
    border: none;
    font-family: 'Nunito', sans-serif;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s; }
    #notebook-load-more button:focus {
      outline: none; }
    #notebook-load-more button em {
      width: 16px; }
      #notebook-load-more button em:before {
        transform-origin: left bottom; }
      #notebook-load-more button em:after {
        transform-origin: left top; }
  #notebook-load-more.hide button {
    opacity: 0;
    pointer-events: none; }

.show-all #notebook-show-all {
  color: #000; }

.show-instagram #notebook-show-instagram {
  color: #000; }

.show-news #notebook-show-news {
  color: #000; }

.show-interviews #notebook-show-interviews {
  color: #000; }

.show-work #notebook-show-work {
  color: #000; }

#form-confirmation {
  padding: 0 20px;
  margin-top: 120px;
  margin-bottom: 90px; }
  #form-confirmation h1 {
    margin-bottom: 2em;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1; }
    #form-confirmation h1 strong {
      display: block;
      font-family: 'Nunito', sans-serif;
      text-transform: uppercase;
      font-size: 3em; }
  #form-confirmation > div {
    max-width: 1070px; }
  #form-confirmation p {
    padding: 0 0.25em;
    color: white;
    font-size: 1.5rem;
    line-height: 1.6em; }
    #form-confirmation p span {
      background-color: #000;
      padding: 0.1em 0;
      box-shadow: 0.25em 0 0 #000, -0.25em 0 0 #000;
      -webkit-box-decoration-break: clone;
      -ms-box-decoration-break: clone;
      -o-box-decoration-break: clone;
      box-decoration-break: clone; }

#our-experience {
  margin-top: 120px; }
  #our-experience h1 {
    padding: 0 20px;
    margin-bottom: 0.5em;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1; }

#our-experience-text {
  padding: 0 20px;
  margin-bottom: 60px; }
  #our-experience-text .arrow-link {
    margin-top: 30px; }

#our-experience-logos {
  font-size: 0;
  letter-spacing: 0; }
  #our-experience-logos li {
    width: 33.3333%;
    padding: 15px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
  #our-experience-logos img {
    width: auto;
    max-width: 100%;
    max-height: 90px;
    display: inline-block; }

.arrow-link {
  width: 100%;
  max-width: 180px;
  border-top: 1px solid #000;
  padding-top: 30px;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1; }
  .arrow-link:hover .right-arrow {
    width: 60px; }

#thank-you-links {
  margin-bottom: 30px; }
  #thank-you-links > div:nth-of-type(odd) .thank-you-link-arrow {
    padding-left: 20px; }
    #thank-you-links > div:nth-of-type(odd) .thank-you-link-arrow a {
      float: right;
      padding-right: 20px; }
  #thank-you-links > div:nth-of-type(even) .thank-you-link-arrow {
    padding-right: 20px; }
    #thank-you-links > div:nth-of-type(even) .thank-you-link-arrow a {
      padding-left: 20px; }

.thank-you-link {
  margin-top: -30px;
  font-size: 0;
  letter-spacing: 0; }
  .thank-you-link > div {
    display: inline-block;
    vertical-align: middle; }

.thank-you-link-arrow {
  width: 48%;
  padding: 60px 0; }

.thank-you-link-image {
  width: 52%;
  overflow: hidden; }
  .thank-you-link-image img {
    width: 180%;
    position: relative;
    left: -40%; }

.g-recaptcha iframe {
  transform-origin: left;
  transform: scale(0.95); }

#page {
  margin-top: 70px;
  margin-bottom: 120px; }
  #page .container {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px; }
  #page h1 {
    margin-bottom: 1em;
    font-size: 3rem;
    text-align: center; }
  #page h2 {
    margin-bottom: 1em;
    font-size: 1.5rem; }

#footer-bottom {
  width: 100%;
  clear: both;
  margin-top: 60px;
  float: left; }

#interview-footer {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center; }
  #interview-footer > div {
    display: block;
    position: relative;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 1rem;
    letter-spacing: 0.05em; }
  #interview-footer h2 {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    margin-bottom: 0;
    font-family: 'brandon_grotesquelight';
    text-transform: uppercase;
    font-size: 0.8rem; }

.interview-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 20px 20px 60px; }

#interview-share a, #interview-links a {
  display: inline-block !important;
  padding: 15px 5px 5px; }
  #interview-share a:after, #interview-links a:after {
    content: '';
    width: 0;
    height: 1px;
    display: block;
    margin: 10px auto 0;
    background-color: #000;
    opacity: 0;
    transition: width 0s 0.25s, opacity 0.25s;
    backface-visibility: hidden; }
  #interview-share a:hover:after, #interview-links a:hover:after {
    width: 100%;
    opacity: 1;
    transition: width 0.25s, opacity 0.25s; }

#interview-share a {
  font-size: 1rem; }

#interview-project a {
  width: 100%;
  height: 100%;
  display: block; }

#interview-project img {
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 80px; }

#interview-links a {
  font-size: 0.8rem; }

#work-sector-list {
  height: 0;
  opacity: 0;
  transition: height 0.5s 0.5s, opacity 0.5s; }
  #work-sector-list.show {
    opacity: 1;
    transition: height 0.5s, opacity 0.5s 0.5s; }
  #work-sector-list #all-sectors {
    color: #000; }
  #work-sector-list.property #all-sectors, #work-sector-list.professionalservices #all-sectors, #work-sector-list.retail #all-sectors, #work-sector-list.fitnesswellbeing #all-sectors, #work-sector-list.beauty #all-sectors, #work-sector-list.fooddrinklifestyle #all-sectors, #work-sector-list.travel #all-sectors, #work-sector-list.education #all-sectors {
    color: #9f9f9f; }
  #work-sector-list.property .property {
    color: #000; }
  #work-sector-list.professionalservices .professionalservices {
    color: #000; }
  #work-sector-list.retail .retail {
    color: #000; }
  #work-sector-list.fitnesswellbeing .fitnesswellbeing {
    color: #000; }
  #work-sector-list.beauty .beauty {
    color: #000; }
  #work-sector-list.fooddrinklifestyle .fooddrinklifestyle {
    color: #000; }
  #work-sector-list.travel .travel {
    color: #000; }
  #work-sector-list.education .education {
    color: #000; }

.workListItem {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s, visibility 0.5s; }

#workList.digital .website0 {
  width: 0;
  visibility: hidden;
  opacity: 0; }

#workList.brand .branding0 {
  visibility: hidden;
  width: 0;
  opacity: 0; }

#workList.property .workListItem {
  display: none; }

#workList.property .property {
  display: block; }

#workList.professionalservices .workListItem {
  display: none; }

#workList.professionalservices .professionalservices {
  display: block; }

#workList.retail .workListItem {
  display: none; }

#workList.retail .retail {
  display: block; }

#workList.fitnesswellbeing .workListItem {
  display: none; }

#workList.fitnesswellbeing .fitnesswellbeing {
  display: block; }

#workList.beauty .workListItem {
  display: none; }

#workList.beauty .beauty {
  display: block; }

#workList.fooddrinklifestyle .workListItem {
  display: none; }

#workList.fooddrinklifestyle .fooddrinklifestyle {
  display: block; }

#workList.travel .workListItem {
  display: none; }

#workList.travel .travel {
  display: block; }

#workList.education .workListItem {
  display: none; }

#workList.education .education {
  display: block; }

#website-link-image {
  position: relative;
  display: block;
  clear: both; }
  #website-link-image img {
    display: block; }

#website-link-image-text {
  width: 90% !important;
  margin-top: 0 !important;
  text-align: right;
  font-family: "carraralight" !important; }
  #website-link-image-text span {
    color: #F34F57; }
  #website-link-image-text.dark {
    color: #000; }

#work-banner {
  position: relative;
  background-position: center;
  background-size: cover; }

#work-banner-logo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 90px 20px;
  text-align: center;
  transform: translateY(-50%); }
  #work-banner-logo.stretch-image {
    padding-left: 0;
    padding-right: 0; }
    #work-banner-logo.stretch-image img {
      width: 100%; }
  #work-banner-logo img {
    width: auto;
    max-width: 100%;
    display: inline-block; }

/*************** non hd desktop Styles *****************/
@media screen and (max-width: 1700px) {
  body {
    font-size: 14px; } }

/*************** smaller display Styles *****************/
@media screen and (min-width: 1280px) and (max-width: 1490px) {
  body {
    font-size: 14px; } }

/*************** tablet Landscape Styles *****************/
@media screen and (min-width: 900px) and (max-width: 1280px) {
  body {
    font-size: 14px; }
  div#banner img {
    /*max-width: 200%;
    width: 130%;
    margin: 0 0 0 -10%;*/
    width: 100%;
    margin: 0; }
  div#intro, div#break {
    padding: 10% 5%;
    width: 100%; }
  #intro h1, #break h1, #featured h1 {
    font-size: 3em; }
  #branding h1 {
    right: 10%; }
  #branding > img {
    width: 80%; }
  #digital img {
    margin: 10% 0 0;
    width: 65%; }
  #digital div.digitalContent {
    left: 7%;
    top: 9%; }
  div#featured {
    margin: 0 5%; }
  #workRight .workDetails {
    padding: 5% 0 0;
    top: 12%;
    width: 30%; }
  div#workLeft {
    margin: -15% 0 0;
    width: 55%;
    z-index: 2; }
  #workLeft .workDetails {
    bottom: 8%;
    padding: 6% 0 0 8%; }
  div#blogPrev {
    width: 100%;
    padding: 7% 5% 5%;
    white-space: nowrap;
    overflow-x: scroll; }
  #blogPrev div {
    width: 38%;
    height: 45vh;
    display: inline-block;
    white-space: normal; }
  #notePrev > h1 {
    left: 7%;
    top: 14%; }
  #blogPrev div a i {
    margin: 0 0 10px; }
  #blogPrev div h2 {
    font-size: 1.5em;
    margin: 0 0 10px; }
  footer#contact {
    padding: 10% 5%; }
  div#workFilter {
    margin: 100px 5% 0; }
  div#workOverview {
    padding: 10% 5%; }
  div.deliverables {
    width: 55%; }
  #intro p {
    width: 50%; }
  div#notebookWrap > div.left > div:nth-child(3n + 3) {
    width: 90%; }
    div#notebookWrap > div.left > div:nth-child(3n + 3) a {
      min-height: 50vh; }
  div#notebookWrap > div.left > div:nth-child(4n + 1) {
    width: 60%; }
    div#notebookWrap > div.left > div:nth-child(4n + 1) a {
      min-height: 40vh; }
  #notebookWrap > div.left > div:nth-child(6n + 1) {
    width: 100%; }
    #notebookWrap > div.left > div:nth-child(6n + 1) a {
      min-height: 35vh; }
  div#notebookWrap > div.right > div:nth-child(5n + 2) {
    width: 80%; }
    div#notebookWrap > div.right > div:nth-child(5n + 2) a {
      min-height: 55vh; }
  div#notebookWrap > div.right > div:nth-child(4n + 4) {
    width: 100%; }
    div#notebookWrap > div.right > div:nth-child(4n + 4) a {
      min-height: 42vh; }
  div#notebookWrap > div.right > div:nth-child(6n + 6) {
    width: 60%; }
    div#notebookWrap > div.right > div:nth-child(6n + 6) a {
      min-height: 36vh; }
  #notebookWrap div div a {
    pointer-events: none; }
  #notebookWrap div div:hover a {
    pointer-events: auto; }
  #notebookWrap div div a h2 {
    width: 100%;
    font-size: 1.8em;
    padding: 0; }
  #notebookWrap div div a p {
    width: 100%;
    font-size: 1.125em;
    padding: 0; }
  div#appNav {
    padding: 2.5% 0 4%; }
  #appNav span {
    height: 30px; }
  #appNav a {
    height: 20px;
    padding: 0 0 20px;
    font-size: 16px; }
  #appNav span:last-of-type a::after {
    font-size: 16px; } }

/*************** tablet portrait Styles *****************/
@media screen and (min-width: 600px) and (max-width: 900px) {
  body {
    font-size: 14px; }
  div#banner img {
    /*max-width: 200%;
    width: 130%;
    margin: 0 0 0 -10%;*/
    width: 100%;
    margin: 0; }
  div#intro, div#break {
    padding: 10% 5%;
    width: 100%; }
  #intro h1, #break h1, #featured h1 {
    font-size: 2.3em; }
  #branding h1 {
    right: 10%; }
  #branding > img {
    margin: 4% 0 4% -8%;
    width: 100%; }
  #digital img {
    margin: 10% -46% 0 0;
    width: 110%; }
  #digital div.digitalContent {
    left: 7%;
    top: 9%; }
  div#featured {
    margin: 0 5%;
    width: 90%; }
    div#featured a.arrow {
      float: right;
      margin: -75px 5% 50px; }
  div#workRight {
    width: 70%; }
  #workRight .workDetails {
    padding: 5% 0 0;
    top: 12%;
    width: 30%; }
  div#workLeft {
    margin: 3% 0 5%;
    width: 70%;
    z-index: 2; }
  #workLeft .workDetails {
    bottom: 8%;
    padding: 6% 0 0 8%; }
  div#blogPrev {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    padding: 8% 5% 6%; }
  #notePrev > h1 {
    left: 7%;
    top: 10%; }
  #blogPrev div {
    width: 42%;
    height: 27vh;
    display: inline-block;
    white-space: normal; }
  #blogPrev div a i {
    margin: 0 0 10px; }
  #blogPrev div h2 {
    font-size: 1.5em;
    margin: 0 0 10px; }
  footer#contact {
    padding: 10% 5%; }
  div#workFilter {
    margin: 100px 5% 0; }
  div#workOverview {
    padding: 10% 5%; }
  div.deliverables {
    width: 100%; }
  div.deliverables h1 {
    max-width: 46%; }
  .deliverables > ul {
    clear: none;
    float: right;
    width: 48%;
    margin: 0 0 40px 0; }
  div.workIntro {
    width: 100%;
    -moz-columns: 2 300px;
    -webkit-columns: 2 300px;
    columns: 2 300px;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em; }
  #workMain p:first-of-type {
    margin: 7% 0 7% 5%;
    width: 42.5%; }
  #workMain p {
    margin: 7% 0 7% 5%;
    width: 42.5%; }
  #intro p {
    width: 50%; }
  div#notebookWrap {
    margin: 15% 5% 5%; }
  div#notebookWrap > div.left > div:nth-child(3n + 3) {
    width: 90%; }
    div#notebookWrap > div.left > div:nth-child(3n + 3) a {
      min-height: 40vh; }
  div#notebookWrap > div.left > div:nth-child(4n + 1) {
    width: 80%; }
    div#notebookWrap > div.left > div:nth-child(4n + 1) a {
      min-height: 30vh; }
  #notebookWrap > div.left > div:nth-child(6n + 1) {
    width: 100%; }
    #notebookWrap > div.left > div:nth-child(6n + 1) a {
      min-height: 35vh; }
  div#notebookWrap > div.right > div:nth-child(5n + 2) {
    width: 90%; }
    div#notebookWrap > div.right > div:nth-child(5n + 2) a {
      min-height: 45vh; }
  div#notebookWrap > div.right > div:nth-child(4n + 4) {
    width: 100%; }
    div#notebookWrap > div.right > div:nth-child(4n + 4) a {
      min-height: 36vh; }
  div#notebookWrap > div.right > div:nth-child(6n + 6) {
    width: 80%; }
    div#notebookWrap > div.right > div:nth-child(6n + 6) a {
      min-height: 26vh; }
  #notebookWrap div div a h2 {
    width: 100%;
    font-size: 1.8em;
    padding: 0; }
  #notebookWrap div div a {
    pointer-events: none; }
  #notebookWrap div div:hover a {
    pointer-events: auto; }
  #notebookWrap div div a p {
    width: 100%;
    font-size: 1.125em;
    padding: 0; }
  div#serviceSwap {
    margin: 0 5% 5%;
    width: 90%; }
  div#serviceContent {
    width: 50%; }
  div#serviceNav {
    width: 50%; }
  .brand #serviceNav a.brandA, .digital #serviceNav a.digitalA {
    margin: 0 0 15px; }
  #serviceNav a {
    font-size: 2vw; }
  #serviceNav a em {
    font-size: 2.5vw;
    width: 45px; }
  #serviceNav.brandDefault a:first-of-type, #serviceNav a.active {
    font-size: 3vw; }
  .white #serviceNav.brandDefault a:first-of-type, .white #serviceNav a.active {
    font-size: 3vw; }
  div#serviceContent p {
    font-size: 3vw; }
  div#appNav {
    padding: 2.5% 0 4%; }
  #appNav span {
    height: 30px; }
  #appNav a {
    height: 20px;
    padding: 0 0 20px;
    font-size: 16px; }
  #appNav span:last-of-type a::after {
    font-size: 16px; } }

/***************** Mobile Portrait Styles *****************/
@media screen and (max-width: 600px) {
  body {
    font-size: 12px; }
  .desktop {
    display: none; }
  .mobile {
    display: block; }
  div#banner img {
    /*margin: 0 0 0 -39%;
    max-width: 220%;
    padding: 0 0 100px;
    width: 220%;*/
    width: 200%;
    margin: 0 -50%; }
  #banner h1 {
    bottom: 40px;
    color: #1c1c1c;
    font-size: 5vw;
    right: 0;
    width: 100%; }
  div#intro, div#break {
    padding: 10% 5% 15%;
    width: 100%; }
  #intro h1, #break h1, #featured h1 {
    font-size: 2.3em; }
  #intro p {
    width: 94%;
    margin: 0 3%; }
  #intro a {
    margin: 30px 0 30px 3%; }
  div#branding {
    box-sizing: border-box;
    float: left;
    padding: 80% 0 2%;
    position: relative;
    width: 95%; }
  #branding h1 {
    font-size: 2.3em;
    right: 10%;
    top: -20px; }
  #branding h2 {
    margin: 0 0 0 5%;
    text-align: left;
    width: 90%; }
  #branding p {
    font-size: 1.3em;
    margin: 0 0 30px;
    padding: 0 5%; }
  #branding > img {
    margin: 4% 0;
    width: 100%; }
  #branding-img {
    width: 100%;
    position: relative; }
  #branding-img img {
    display: block; }
  #branding div.brandContent {
    position: absolute;
    right: 0;
    top: 9%;
    width: 100%; }
  #branding a {
    margin: 0 0 0 5%; }
  #digital img {
    margin: 100% -46% 0 0;
    width: 135%; }
  #digital div.digitalContent {
    left: 6%;
    top: 5%;
    width: 88%; }
  #digital p {
    font-size: 1.3em;
    margin: 0 0 30px;
    padding: 0; }
  #break p {
    margin: 0 3% 10%;
    width: 96%; }
  div#featured {
    margin: 0 5%;
    width: 90%; }
    div#featured a.arrow {
      float: right;
      margin: -75px 5% 50px; }
  div#workRight {
    width: 100%;
    margin: 3% 0 15%; }
  #workRight .workDetails {
    float: left;
    left: auto;
    margin: 0 5% 10%;
    padding: 5% 0 0;
    position: relative;
    top: auto;
    width: 90%; }
  .workDetails a {
    float: right;
    margin: -50px 0 0; }
  div#workRight video {
    position: absolute;
    right: -49.7%;
    top: 47.7%;
    width: 114%;
    z-index: 2; }
  div#workRight img.houseLogo {
    right: 0;
    top: 67%;
    width: 30%; }
  div#workLeft {
    margin: 3% 0 15%;
    width: 100%;
    z-index: 2; }
  #workLeft .workDetails {
    bottom: auto;
    float: left;
    margin: 5%;
    padding: 6% 0 0;
    position: relative;
    right: auto;
    width: 90%; }
  #workLeft .workDetails::before {
    width: 100%; }
  div#blogPrev {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    padding: 12% 5% 8%; }
  #notePrev > h1 {
    left: 5%;
    top: 5%;
    font-size: 2.3em; }
  #blogPrev div {
    display: inline-block;
    height: 40vh;
    margin: 0 5% 0 0;
    white-space: normal;
    width: 80%; }
  #blogPrev div a i {
    margin: 0 0 10px; }
  #blogPrev div h2 {
    font-size: 1.5em;
    margin: 0 0 10px; }
  footer#contact {
    padding: 10% 5%; }
  div#footContact {
    margin: 0 0 10%;
    width: 100%; }
  div#footForm {
    float: left;
    margin: 0 0 10%;
    overflow: hidden;
    width: 100%; }
  footer#contact form > div {
    float: left;
    margin: 20px 0;
    width: 100%; }
  div#footFind {
    float: left;
    margin: 0;
    width: 60%; }
  div#workFilter {
    margin: 100px 5% 0; }
  #workFilter a {
    font-size: 2.6em;
    margin: 20px 20px 20px 0; }
  #workList.all div, #interviewList.all div {
    width: 98%; }
  #workList.brand div.branding1, #workList.digital div.website1, #interviewList.brand div.branding1, #interviewList.digital div.website1 {
    width: 48%; }
  div#workOverview {
    padding: 10% 5%; }
  div.deliverables {
    width: 100%; }
  div.deliverables h1 {
    max-width: 100%; }
  .deliverables > ul {
    clear: both;
    float: left;
    width: 48%;
    margin: 20px 0 40px 0; }
  div.workIntro {
    width: 100%;
    -moz-columns: 2 300px;
    -webkit-columns: 2 300px;
    columns: 2 300px;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em; }
  #workMain p:first-of-type {
    margin: 5% 5% 0;
    width: 90%; }
  #workMain p {
    margin: 5%;
    width: 90%; }
  div#appNav {
    padding: 8% 0; }
  #appNav a, #appNav span:last-of-type a::after {
    font-size: 16px; }
  #appNav span {
    height: 30px; }
  div#notebookWrap {
    margin: 20% 5% 5%; }
  div#notebookWrap > div.left {
    width: 100%; }
  div#notebookWrap > div.left > div:nth-child(2n) {
    display: block; }
  div#notebookWrap > div.right {
    display: none; }
  div#notebookWrap > div.left > div:nth-child(3n + 3) {
    width: 100%; }
    div#notebookWrap > div.left > div:nth-child(3n + 3) a {
      min-height: 40vh; }
  div#notebookWrap > div.left > div:nth-child(4n + 1) {
    width: 100%; }
    div#notebookWrap > div.left > div:nth-child(4n + 1) a {
      min-height: 30vh; }
  #notebookWrap > div.left > div:nth-child(6n + 1) {
    width: 100%; }
    #notebookWrap > div.left > div:nth-child(6n + 1) a {
      min-height: 35vh; }
  div#notebookWrap > div.left > div {
    width: 100%; }
    div#notebookWrap > div.left > div a {
      min-height: 40vh; }
  #notebookWrap div div a h2 {
    width: 100%;
    font-size: 1.8em;
    padding: 0; }
  #notebookWrap div div a {
    pointer-events: none; }
  #notebookWrap div div:hover a {
    pointer-events: auto; }
  #notebookWrap div div a p {
    width: 100%;
    font-size: 1.125em;
    padding: 0; }
  div.serviceTop a {
    font-size: 2.5em;
    margin: 0 4% 0 0; }
  div#serviceSwap {
    margin: 0 5% 5%;
    width: 90%; }
  div#serviceContent {
    width: 45%;
    height: 56vh; }
  div#serviceNav {
    width: 55%; }
  .brand #serviceNav a.brandA, .digital #serviceNav a.digitalA {
    margin: 0 0 5px; }
  #serviceNav a {
    font-size: 3.5vw; }
  #serviceNav a em {
    display: none; }
  #serviceNav.brandDefault a:first-of-type, #serviceNav a.active {
    font-size: 3.5vw; }
  .white #serviceNav.brandDefault a:first-of-type, .white #serviceNav a.active {
    font-size: 3.5vw; }
  div#serviceContent p {
    font-size: 3.5vw; }
  div#banner.about img {
    margin: 0 0 0 -39%;
    max-width: 150%;
    padding: 0;
    width: 150%; }
  #banner.about h1 {
    bottom: 11%;
    font-size: 13vw;
    left: 5%;
    text-align: left; }
	
	div#serviceContent {
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  font-family: 'Nunito', sans-serif;
  text-align:justify;
  border-bottom: 1px solid #fff;
  padding: 0 0 2.5%;
  height: 50vh;
  transition: .5s; }
	 }

/*************** Mobile Landscape Styles *****************/
@media screen and (max-width: 640px) and (max-height: 400px) {
  body {
    font-size: 10px; } }

/***************** little mobile phone Styles *****************/
@media screen and (max-width: 320px) and (max-height: 480px) {
  body {
    font-size: 12px; }
  div#banner img {
    margin: 0 0 0 -43%;
    max-width: 250%;
    width: 250%;
    padding: 0 0 100px; }
  footer#contact form > div {
    float: left;
    margin: 20px 0 20px -5px;
    width: 100%; } }

@media screen and (min-width: 768px) {
  #social-media-feed-wrap {
    padding: 0 8px; }
  .social-media-post {
    width: 50%;
    padding: 0 7px; }
  .small-post .social-media-post-inner {
    width: 66.6666%; }
  .small-post.left .social-media-post-inner {
    float: right; }
  .small-post .social-media-post-image-bg .social-media-post-inner {
    width: 100%; }
  .small-post .social-media-post-text {
    padding-left: 0; }
    .small-post .social-media-post-text .icon {
      margin-bottom: 0.25em;
      position: relative; }
  .social-media-post-image-bg {
    float: left; }
    .social-media-post-image-bg img {
      float: left; }
    .social-media-post-image-bg .social-media-post-inner {
      padding: 60px 15px; }
  .left .social-media-post-image-bg {
    float: right; }
    .left .social-media-post-image-bg img {
      float: right; }
  #social-page #page-inner {
    padding-top: 60px; }
  #social-page h1 {
    font-size: 3rem !important; }
  .container-padding {
    padding-left: 40px;
    padding-right: 40px; }
  #interview .container {
    padding-left: 30px;
    padding-right: 30px; }
  #interview-header {
    padding-top: 60px;
    margin-bottom: 60px;
    font-size: 2.2rem; }
  #interview-featured-image {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px; }
  #interview-content .white-text {
    color: #fff; }
  blockquote {
    font-size: 2rem; }
  figure {
    width: 50%;
    float: left; }
    figure.left {
      padding-right: 2px; }
    figure.right {
      padding-left: 2px; }
  .full-image {
    margin-bottom: 60px; }
    .full-image figcaption {
      position: absolute;
      top: 50%;
      left: 0;
      padding: 0 30px;
      transform: translateY(-50%); }
  .question, .answer {
    margin-bottom: 30px;
    padding-left: 70px; }
  .question {
    margin-top: 60px; }
  .answer {
    margin-bottom: 60px; }
  #our-experience {
    padding: 0 5%;
    margin-bottom: 60px; }
    #our-experience h1 {
      padding: 0;
      font-size: 4rem; }
  #our-experience-text {
    width: 50%;
    padding: 0; }
  #our-experience-logos li {
    width: 25%; }
  #form-confirmation {
    max-width: 620px;
    padding: 0 5%; }
    #form-confirmation h1 {
      font-size: 1.2rem; }
      #form-confirmation h1 strong {
        font-size: 4.2em; }
  .thank-you-link-arrow {
    width: 49%; }
  .thank-you-link-image {
    width: 51%; }
    .thank-you-link-image img {
      width: 100%;
      left: 0; }
  .g-recaptcha iframe {
    transform: scale(1); }
  #interview-footer {
    padding-left: 30px;
    padding-right: 30px; }
  #interview-footer {
    font-size: 0;
    letter-spacing: 0; }
    #interview-footer > div {
      width: 33.3333%;
      display: inline-block;
      border-left: none; }
      #interview-footer > div:first-of-type {
        border-left: 1px solid #000; }
    #interview-footer h2 {
      bottom: 0; }
  .interview-inner {
    padding: 20px 20px 40px; }
  #interview-share a {
    padding: 20px 10px 10px;
    font-size: 1.4rem; }
  #interview-links a {
    font-size: 0.9rem; }
  #work-sectors-toggle {
    display: none; }
  #work-sector-list {
    height: auto !important;
    opacity: 1; }
    #work-sector-list li {
      display: inline-block; }
  #website-link-image-text {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    padding: 20px;
    color: #fff;
    font-size: 1rem; }
	div#serviceContent {
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  font-family: 'Nunito', sans-serif;
  text-align:justify;
  border-bottom: 1px solid #fff;
  padding: 0 0 2.5%;
  height: 40vh;
  transition: .5s; }
	 }
	 @media screen and (min-width: 992px) {
	 div#serviceContent {
  float: left;
  position: relative;
  width: 60%;
  margin: 0;
  font-family: 'Nunito', sans-serif;
  text-align:justify;
  border-bottom: 1px solid #fff;
  padding: 0 0 2.5%;
  height: 40vh;
  transition: .5s; }
	 }

@media screen and (min-width: 1024px) {
  .social-media-post-inner {
    padding: 30px; }
  .social-media-post-image-bg .social-media-post-inner {
    padding: 100px 30px; }
  .social-media-post-text {
    padding-left: 70px; }
  .container-padding {
    padding-left: 60px;
    padding-right: 60px; }
  #interview-header {
    font-size: 3rem; }
    #interview-header h1 {
      margin-top: 0.5em; }
  #interview-featured-image {
    padding-left: 60px;
    padding-right: 60px; }
  #interview .container {
    padding-left: 60px;
    padding-right: 60px; }
  #interview-content {
    margin-bottom: 120px; }
  .question, .answer {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    padding-left: 0; }
    .question:before, .question:after, .answer:before, .answer:after {
      width: 70px;
      transform: translateX(-100%); }
  .question {
    margin-top: 90px; }
  .answer {
    margin-bottom: 90px; }
  blockquote {
    max-width: 400px;
    font-size: 2.5rem; }
  .full-image {
    margin-top: 120px;
    margin-bottom: 90px; }
  #our-experience h1 {
    font-size: 6rem; }
  #our-experience-text {
    width: 25%;
    float: left; }
    #our-experience-text .arrow-link {
      margin-top: 60px;
      padding-top: 60px; }
  #our-experience-logos {
    width: 75%;
    float: right;
    padding-left: 60px; }
  #form-confirmation {
    max-width: 820px;
    margin-top: 180px;
    margin-bottom: 180px; }
    #form-confirmation h1 {
      font-size: 1.5rem; }
    #form-confirmation p {
      font-size: 2rem; }
  #thank-you-links {
    margin-bottom: 60px; }
    #thank-you-links > div:nth-of-type(odd) .thank-you-link-arrow a {
      padding-right: 60px; }
    #thank-you-links > div:nth-of-type(even) .thank-you-link-arrow a {
      padding-left: 60px; }
    #thank-you-links .arrow-link {
      padding-top: 45px; }
  .thank-you-link {
    margin-top: -60px; }
  .thank-you-link-arrow .arrow-link {
    max-width: 240px;
    font-size: 1.5rem;
    line-height: 1.2; }
  #page .container {
    padding-left: 60px;
    padding-right: 60px; }
  #interview-footer {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 90px;
    margin-bottom: 90px; } }

@media screen and (min-width: 1440px) {
  #social-media-feed-wrap, .social-media-post {
    padding: 0 15px; }
  .social-media-post {
    margin-bottom: 30px; }
  .small-post .social-media-post-inner {
    width: 50%; }
  .social-media-post-image-bg .social-media-post-inner {
    padding: 160px 30px; }
  #interview-header {
    font-size: 3.8rem; }
    #interview-header h2 {
      font-size: 0.4em; }
  .full-image {
    margin-top: 200px;
    margin-bottom: 120px;
    padding: 0 90px; }
    .full-image figcaption {
      left: 150px; }
  blockquote {
    max-width: 450px;
    font-size: 2.8rem; }
  #our-experience {
    padding: 0 10%;
    margin-top: 180px; }
    #our-experience h1 {
      font-size: 8rem; }
  #our-experience-text {
    padding-right: 60px; }
  #our-experience-logos li {
    width: 16.6666%;
    margin-bottom: 60px; }
  #form-confirmation {
    max-width: 960px;
    margin-top: 220px;
    margin-bottom: 220px; }
    #form-confirmation h1 {
      font-size: 2rem; }
    #form-confirmation p {
      font-size: 2.2rem; }
  .thank-you-link-arrow .arrow-link {
    max-width: 300px;
    font-size: 2rem;
    line-height: 1.2; }
  #interview-footer {
    margin-top: 120px;
    margin-bottom: 120px; }
  #interview-footer {
    padding-left: 180px;
    padding-right: 180px; }
  .interview-inner {
    padding: 30px 30px 50px; }
  #interview-share a {
    font-size: 1.6rem; }
  #interview-project img {
    max-width: 200px;
    max-height: 100px; } }

@media screen and (min-width: 1600px) {
  #interview-footer {
    padding-left: 240px;
    padding-right: 240px; } }
