/*
Theme Name: Sprout.CC
Theme URI:
*/

@font-face {
    font-family: 'DINEngschriftLT-Alternate';
    src: url('inc/fonts/2DC9C2_0_0.eot');
    src: url('inc/fonts/2DC9C2_0_0.eot?#iefix') format('embedded-opentype'), url('inc/fonts/2DC9C2_0_0.woff2') format('woff2'), url('inc/fonts/2DC9C2_0_0.woff') format('woff'), url('inc/fonts/2DC9C2_0_0.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'DINMittelschriftLT-Alternate';
    src: url('inc/fonts/2DC9C2_1_0.eot');
    src: url('inc/fonts/2DC9C2_1_0.eot?#iefix') format('embedded-opentype'), url('inc/fonts/2DC9C2_1_0.woff2') format('woff2'), url('inc/fonts/2DC9C2_1_0.woff') format('woff'), url('inc/fonts/2DC9C2_1_0.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'DINMittelschrift';
    src: url('inc/fonts/2DC9C2_2_0.eot');
    src: url('inc/fonts/2DC9C2_2_0.eot?#iefix') format('embedded-opentype'), url('inc/fonts/2DC9C2_2_0.woff2') format('woff2'), url('inc/fonts/2DC9C2_2_0.woff') format('woff'), url('inc/fonts/2DC9C2_2_0.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'DINEngschriftLT';
    src: url('inc/fonts/2DC9C2_3_0.eot');
    src: url('inc/fonts/2DC9C2_3_0.eot?#iefix') format('embedded-opentype'), url('inc/fonts/2DC9C2_3_0.woff2') format('woff2'), url('inc/fonts/2DC9C2_3_0.woff') format('woff'), url('inc/fonts/2DC9C2_3_0.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'DINNeuzeitGroteskLT-Light';
    src: url('inc/fonts/2DC9C2_4_0.eot');
    src: url('inc/fonts/2DC9C2_4_0.eot?#iefix') format('embedded-opentype'), url('inc/fonts/2DC9C2_4_0.woff2') format('woff2'), url('inc/fonts/2DC9C2_4_0.woff') format('woff'), url('inc/fonts/2DC9C2_4_0.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'DINNeuzeitGroteskLT-BoldCond';
    src: url('inc/fonts/2DC9C2_5_0.eot');
    src: url('inc/fonts/2DC9C2_5_0.eot?#iefix') format('embedded-opentype'), url('inc/fonts/2DC9C2_5_0.woff2') format('woff2'), url('inc/fonts/2DC9C2_5_0.woff') format('woff'), url('inc/fonts/2DC9C2_5_0.ttf') format('truetype');
    font-display: swap;
}

.font_light_45 {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font_light_46 {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font_bold {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 700;
  font-style: normal;
}


/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

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

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* GRID */

.home .block {
  float: none;
}

/* https://css-tricks.com/inheriti1ng-box-sizing-probably-slightly-better-best-practice */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    outline: none;
}

/* build ur base */
/*a {
    color: #929292;
    text-decoration: none;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

a:hover {
    color: #00AEE4;
}*/

img {
    width: 100%;
    vertical-align: bottom;
}

ul {
    list-style-type: none;
}

em {
    font-style: italic;
}

html {
    font-size: 1vw;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    /*text-rendering: optimizeLegibility !important;*/
    -webkit-font-smoothing: antialiased !important;
}

/*html a {
    font-size: 1.85rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}*/

html, body {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'DINMittelschrift';
    color: #929292;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.alignleft {
    float: left;
    width: auto;
}

.alignright {
    float: right;
    width: auto;
}

/*p {
    padding-bottom: .9125rem;
    line-height: 2.4rem;
}*/

/* fun */
.container {
    margin: 0 auto;
    width: 100%
}

.innerContainer {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}

.contactRow.innerContainer {
    width: 100%;
}

article {
    color: #929292;
    padding-top: 5rem;
}

.spacer20 {
    height: 1.85rem;
    width: 100%;
}

.spacer50 {
    height: 4.625rem;
    width: 100%;
}

.lazyload, .lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 800ms;
    -moz-transition: opacity 800ms;
    -ms-transition: opacity 800ms;
    -o-transition: opacity 800ms;
    transition: opacity 800ms;
}

header {
    background-color: rgba(255, 255, 255, .8);
    height: 5rem;
    line-height: 5rem;
    width: 100%;
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -ms-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-easing-function: ease, cubic-bezier(.2, 0, .2, 1);
    -moz-transition-easing-function: ease, cubic-bezier(.2, 0, .2, 1);
    -ms-transition-easing-function: ease, cubic-bezier(.2, 0, .2, 1);
    -o-transition-easing-function: ease, cubic-bezier(.2, 0, .2, 1);
    /*transition-easing-function: ease, cubic-bezier(.2, 0, .2, 1);*/
}

.hoverToHide {
    opacity: 1;
}

/*.hoverToHide:hover {
    opacity: 1;
}*/

#lockup {
    float: left;
}

#lockup a {
    position: relative;
    /*width: 5rem;
    height: 5rem;*/
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#lockup img {
    position: absolute;
    top: 0;
    left: 0;
    /*min-height: 5rem;
    min-width: 5rem;*/
    z-index: 5000;
}
/* nav and lists */

/* postNav */

#primaryNav li {
    /*float: left;*/
    letter-spacing: .2rem;
  /*  padding: 0 1.3875rem 0 0; */
}

.navOpen #primaryNav li {
    float: none;
    letter-spacing: .2rem;
    padding: 0 1.3875rem 0 0;
    line-height: 6.475rem;
}

.navOpen #primaryNav li:last-of-type {
    padding-right: 0;
}

#mobileTrigger {
    display: none;
    position: absolute;
    right: 0.925rem;
    top: 0;
    line-height: 5.55rem;
    font-family: 'DINMittelschrift';
    color: #000;
    font-weight: 900;
    font-size: 1.65rem;
    text-align: center;
    cursor: pointer;
}

#primaryNav a {
    color: #fff;
    font-size: 3rem;
    /*font-family: 'DINEngschriftLT';*/
    letter-spacing: .01rem;
    /*text-transform: uppercase;*/
    text-transform: none;
    line-height: 5.4rem;
    display: block;
}

#primaryNav a:hover {
    color: #ccc;
}
#primaryNav li {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
}

#primaryNav li:after {
    color: #fff;
}

/* grid nav */
.gridFilters {
    margin-top: 5.55rem;
    padding: 1.85rem 3.7rem;
}

.gridFilters li {
    padding: 0;
    position: relative;
}

.gridFilters li:after {
    content: "|";
    margin: 0 1.42rem;
    height: 1.25rem;
    overflow: hidden;
    display: inline-block;
    background-color: #929292;
    width: 2px;
    position: absolute;
    right: 0;
    top: .1rem;
}

.gridFilters li a {
    font-family: 'DINEngschriftLT';
    letter-spacing: .01rem;
    font-size: 1.85rem;
    padding-right: 2.6vw;
}

.active_filter {
    color: #00AEE4 !important;
}

/* horizontal list defaults */
.horizontalList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.horizontalList li {
    /*display: inline-block;*/
    padding: 0;
    text-transform: uppercase;
    float: left;
    margin-right: -4px;
    position: relative;
}

.horizontalList li:first-of-type {
    padding-left: 0;
}

.horizontalList li:last-of-type:after {
    content: none !important;
}

/* article nav */
#articleNav a {
    font-size: 1.11rem;
}

#articleNav li:after {
    content: "|";
    margin: 0 0.9rem;
    height: 0.9rem;
    overflow: hidden;
    display: inline-block;
    background-color: #929292;
    width: 1px;
}

.headlineSlideshow1 {
    padding-top: 5rem;
}

.headlineSlide {
    width: 100%;
}

.headlineSlideContentWrap {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.headlineSlideSubtitle h1 p {
  /*font-size: 44px;*/
  color: #fff;
  /*line-height: 58px;*/
}
@media screen and (max-width: 1023px) {
  .mobileVidPoster {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px ) {
  .headlineSlideTitle h1, .headlineSlideSubtitle h1 {
    /*font-size: 34px;*/
    color: #fff;
    /*line-height: 47px;*/
  }
}
@media screen and (max-width: 639px ) {
  .headlineSlideContentWrap {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    padding: 0 24px;
  }
  .headlineSlideTitle h1, .headlineSlideSubtitle h1 {
    /*font-size: 26px;*/
    color: #fff;
    /*line-height: 36px;*/
    text-align: center;
  }
}
.headlineButton {
    width: 100%;
    text-align: center;
    margin-top: 1.85rem;
    line-height: 58px;
}

div[id*="headline_slide-"] {
    width: 100%;
    background-position: center center;
    background-repeat: none;
    background-size: cover;
}

section[class*="headlineVideo"] {
    height: 90vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}

section[class*="headlineVideo"] .headlineSlideSubtitle {
    /*text-transform: none !important;
    width: 50%;
    margin: 0 auto;*/
    position: relative;
}

.hlVideo {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}
.hlVideo {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -100;
}

.mobileVidPoster {
    display: none;
}

section[class*="headlineVideo"] {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 1023px) {
  /*.home section[class*="headlineVideo"] {
    text-align: center;
  }*/
}
video[poster]{
  object-fit: inherit;
}
.headlineSlideContentWrap {
  text-align: left;
}
.headerFont1 p {
    font-family: 'Arial';
    font-size: 3rem;
    line-height: 3.5rem;
    text-transform: none;
    text-shadow: none;
    letter-spacing: 0px;
    color: #fff;
}
section[class*="headlineVideo"] .headlineSlideSubtitle {
  /*margin-left: 0px;
  margin-right: 0px;
  padding: 0 4.625rem;*/
  position: relative;
}
.subheadFont1 p {
  font-size: 1em;
}
/*.video_link  {
  position: absolute;
  left: 4.625rem;
  bottom: 40px;
}*/
.video_link a, .project_link a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.video_link a i {
  font-size: 32px;
}
.project_link {
  margin-top: 36px;
}
.project_link .link_item {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .video_link a {
    text-decoration: underline;
    display: inline-block;
  }
}
@media screen and (max-width: 639px) {
  .video_link {
    position: relative;
    left: 0px;
    text-align: center;
    bottom: auto;
    padding-top: 30px;
  }
}


/* careers block */

/* services block */
.servicesBlock {
    padding: 6.475rem 0;
}

.servicesBlock .liveTextContent {
    margin-bottom: 2.775rem;
}

.servicesColWrap {
    margin-top: 2rem;
}

.servicesColumn {
    width: 20%;
    float: left;
    padding: 0 0.925rem 0 0.925rem;
    border-right: 1px solid #eee;
}

.servicesColumn:last-of-type {
    border-right: none;
}

.servicesColumn span {
    display: block;
    width: 100%;
    text-align: center;
    color: #009fd3 !important;
    padding-bottom: 0.4625rem;
}

/* clients block */
.clientsBlock, .servicesBlock {
    margin-bottom: 4.625rem !important;
}

.clientsLogos {
    margin-top: 3rem;
}

.clientsSlide {
    padding: 0 0 6.0125rem 0;
    width: 92% !important;
    margin: 0 auto;
    padding: 0 4%;
}

.clientsSlide .liveTextContent {
    padding-bottom: 1.85rem;
}

.clientsGridItem {
    width: 20%;
    padding: 0.925rem 2.3125rem;
    float: left;
}

.clientsGridItem a {
    display: block;
    position: relative;
}

.clientsGridItem img {
    opacity: .35;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    width: 75%;
}

.clientsGridItem {
    float: left;
    width: 20%;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}

.clientsGridItem:nth-of-type(-n+5) {
    border-top: none;
}

.clientsGridItem:nth-of-type(5n + 5), .clientsGridItem:last-of-type {
    border-right: 1px solid transparent;
}

.hoverOpacity:hover {
    opacity: .7;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: inherit;
}

.clientsBlock .cycle-prev, .clientsBlock .cycle-next {
    width: 9%;
}

.articlePressEntryCarousel img, .articlePressEntry img, .pressEntry img, .relatedPress img {
    opacity: .35;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.articlePressEntryCarousel img:hover, .articlePressEntry img:hover, .relatedPress img:hover {
    opacity: .7;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: inherit;
}

/* awards page */

/* studio block */
.studioBlock {
    position: relative;
}

.studioBlock .blockLead {
    color: #fff;
    padding: 0;
    position: absolute;
    top: 2.775rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.studioBlockTop {
    padding: 0.28rem 0;
}

.studioBlockBottom {
    padding: 0.28rem 0
}

.studioBlockBottom img {
    float: left;
    width: 50%;
}

.studioBlockBottom img:first-of-type {
    padding-right: 0.28rem;
}

.studioBlockBottom img:last-of-type {
    padding-left: 0.28rem;
}

/* articles */
#articleContent span {
    font-size: 1.85rem;
    display: block;
    letter-spacing: .01rem;
    font-family: 'DINEngschriftLT';
}

#articleTop {
    margin: 6.0125rem 0 0.925rem 0;
    float: left;
    width: 100%;
}

#articleTopLeft {
    width: 60%;
    float: left;
    line-height: 3rem;
}

#articleTopRight {
    width: 40%;
    float: left;
    text-align: right;
}

#articleTopRight a {
    padding: 0.925rem 0.925rem 0.725rem 0.925rem;
    color: #fff;
    background-color: #929292;
    display: inline-block;
    letter-spacing: .05rem;
    text-align: center;
}

#articleDescription {
    margin: 0 0 1.85rem 0;
    padding-top: 1.85rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #929292;
    font-size: 1rem;
    letter-spacing: .025rem;
    line-height: 1.5rem;
    float: left;
}

#articleSummary {
    margin-bottom: .45rem;
}

#articleDescription a, #articleSummary a {
    text-decoration: underline;
}

#articleDescMore {
    display: none;
    margin-top: .45rem;
    padding-bottom: 1.85rem;
    font-size: 1.85rem;
}

.readMoreTrigger {
    text-decoration: none !important;
    font-size: 1.5rem;
    display: block;
    padding: 0 0 1.5rem 0;
    color: #00AEE4 !important;
    font-family: 'DINEngschriftLT';
    letter-spacing: .01rem;
}

#articleDisciplines {
    float: left;
    width: 100%;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #ccc;
}

#articleDisciplines span {
    font-size: 1.85rem;
}

#articleBottom {
    width: 100%;
    float: left;
    padding: 0 0 3rem 0;
}

#articleMeta {
    width: 65%;
    float: left;
    padding-top: 1.85rem;
}

.authorDate {
    text-transform: uppercase
}

#articleShare {
    width: 35%;
    float: left;
    padding: 1.85rem 0 0 2.3rem;
    border-left: 1px solid #ccc;
}

#articleShare span {
    padding-bottom: .45rem;
}

/* cycle */
div[class*="cycle-slideshow"] {
    position: relative;
}

.cycle-slide {
    width: 100%;
}

/*.cycle-slide{opacity:1 !important}*/
/* prev / next links */
.cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    opacity: .6;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    width: 7%;
}

.cycle-prev {
    left: 0;
    background: url('inc/img/OldSlider_Arrows-Left.svg') 50% 50% no-repeat;
    background-size: 2.775rem 2.775rem;
}

.cycle-next {
    right: 0;
    background: url('inc/img/OldSlider_Arrows-Right.svg') 50% 50% no-repeat;
    background-size: 2.775rem 2.775rem;
    /*-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);*/
}

div[class*="cyclecarousel-prev"], div[class*="cyclecarousel-next"] {
    position: absolute;
    top: 0;
    opacity: .6;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    width: 8%;
    cursor: pointer;
}

div[class*="cyclecarousel-prev"] {
    left: 0;
    background: url('inc/img/OldSlider_Arrows-Left.svg') 20% 50% no-repeat;
    background-size: 2.775rem 2.775rem;
}

div[class*="cyclecarousel-next"] {
    right: 0;
    background: url('inc/img/OldSlider_Arrows-Right.svg') 20% 50% no-repeat;
    background-size: 2.775rem 2.775rem;
    /*-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);*/
}

.cycle-slideshow_related .cyclecarousel-prev_related {
    left: 0;
    background: url('inc/img/OldSlider_Arrows-Left.svg') 20% 50% no-repeat;
    background-size: 2.775rem 2.775rem;
}

.cycle-slideshow_related .cyclecarousel-next_related {
    right: 0;
    background: url('inc/img/OldSlider_Arrows-Right.svg') 20% 50% no-repeat;
    background-size: 2.775rem 2.775rem;
}

.cycle-prev, .cycle-next {
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.cycle-prev:hover, .cycle-next:hover, .cyclecarousel-prev:hover, .cyclecarousel-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}

.cycle-slideshow_press {
    overflow: hidden;
    margin: 0 auto;
    display: block !important;
    opacity: 1 !important;
}

.cycle-carousel-wrap {
    width: 100%;
}

.disabled {
    opacity: 0 !important;
}

/* pager */
.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 0.925rem;
    overflow: hidden;
}

.clientsBlock .cycle-pager {
    position: relative;
    bottom: initial;
    margin-top: 4.625rem;
}

.cycle-pager span {
    width: 1.295rem;
    height: 1.295rem;
    margin: 0.185rem;
    border: 1px solid #eee;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    text-indent: -9999px;
}

.cycle-pager span.cycle-pager-active { /*  background-color: rgba(255,255,255,.5);*/
    background-color: #eee;
}

.cycle-pager > * {
    cursor: pointer;
}

/* postSlideshow */
/*.postSlideshow {
    padding: 0.28rem 0;
}*/

.postSlideshow figure {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* fullWidth fullBleed */
.fullWidth {
    padding: 0.28rem 0;
}

/* halfHeight */
.halfHeight {
    padding: 0.28rem 0;
}

/* threeUps */
.threeUp {
    padding: 0.28rem 0;
    overflow: hidden;
}

.threeUpLeft {
    width: 50%;
    float: left;
    padding-right: 0.28rem;
}

.threeUpHeightCalc .quarterImage:first-of-type {
    margin-bottom: 0.56rem;
}

.threeUpHeightCalc .quarterImage {
    overflow: hidden;
}

.threeUpRight {
    width: 50%;
    float: left;
    padding-left: 0.28rem;
}

/* twpUps */
.twoUp {
    padding: 0.28rem 0;
    overflow: hidden;
}

.twoUp .quarterImage {
    width: 50%;
    float: left;
    overflow: hidden;
}

.twoUp .quarterImage:first-of-type {
    padding-right: 0.28rem
}

.twoUp .quarterImage:last-of-type {
    padding-left: 0.28rem
}

/* figure figcaption hover stuff */
figure {
    position: relative;
    overflow: hidden;
}

figcaption, .videoLocalCaption {
    position: relative;
    /*color: #5d5d5d;*/
    font-size: 16px;
    font-style: italic;
    padding: 18px 0;
    letter-spacing: 0.4px;
    position: absolute;
    bottom: 0;
    left: 0;
    /*padding: 1.3875rem 1.85rem 1.25rem 1.85rem;*/
    padding: 1.5rem;
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    color: #fff;
    /*text-transform: uppercase;*/
    letter-spacing: .075rem;
    /*font-size: 1.85rem;
    line-height: 2rem;*/
    opacity: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

@media screen and (max-width: 1023px) {
  figcaption, .videoLocalCaption {
    padding: 2rem;
  }
}

/* testimonial */
.testimonial {
    width: 100%;
}

.testimonialTitle {
    font-family: 'DINEngschriftLT';
    font-size: 1.625rem;
    letter-spacing: .025rem;
    padding-bottom: 9.25rem;
    text-align: center;
}

.testimonialContent {
    font-size: 1rem;
    letter-spacing: .025rem;
    line-height: 1.5rem;
    padding-bottom: 5.55rem;
}

.testimonialAttribute {
    font-family: 'DINEngschriftLT';
    font-size: 1.2rem;
    letter-spacing: .085rem;
    padding-bottom: 9.25rem;
    text-align: center;
}

/* contact */
.contactMap {
    position: relative;
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 4.625rem;
}

.mapLink {
    position: absolute;
    width: 100%;
    bottom: 1.85rem;
    text-align: center;
}

.mapLink a {
    padding: .9125rem .9125rem .6rem .9125rem;
    color: #fff;
    background-color: #00aee4;
    display: inline-block;
    margin: 0;
    font-size: 1.85rem;
    letter-spacing: .085rem;
}

/* end contact */

/* hire/pitch */
.hirePitch {
    text-transform: uppercase;
    text-align: center;
    padding: 1.85rem 0;
}

.hirePitchContent {
    letter-spacing: .01rem;
    padding-bottom: 1.85rem;
    line-height: 3rem;
    width: 50%;
    font-family: 'DINEngschriftLT';
    font-size: 1.625rem;
    font-size: 2.85rem
}

.hirePitchCTAs {
    text-align: center;
}

.hirePitchCTAs a {
    padding: 0.925rem 0.925rem 0.725rem 0.925rem;
    color: #fff;
    background-color: #00aee4;
    display: inline-block;
    margin-top: 0.28rem;
    letter-spacing: .085rem;
}

/* grid hover stuff */
.gridHover {
    position: relative !important;
    cursor: pointer;
}

.gridHover figcaption {
    position: absolute;
    top: .28rem;
    left: .28rem;
    width: calc(100% - .56rem);
    height: calc(100% - .56rem);
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    color: #fff;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gridHover li:after {
    content: "|";
    margin: 0 0.9rem;
    height: 0.9rem;
    overflow: hidden;
    display: inline-block;
    background-color: #ffffff;
    width: 2px;
}

.gridHover:hover figcaption {
    opacity: 1;
}

.gridHover li {
    font-size: 1.45rem;
    line-height: 2.2rem;
}

.gridHover .verticalCenter {
    padding: 0;
}

.articlePressEntryCarousel.gridHover figcaption {
    left: 0;
    top: 0;
    width: calc(100% - 6px);
    height: 100%;
}

.verticalCenter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 4.625rem;
    text-align: center;
}

.verticalCenter li {
    float: none;
}

.gridTitle {
    line-height: 2.8rem;
    display: block !important;
    color: #fff !important;
    padding-bottom: .7rem !important;
    white-space: normal !important;
}

.pageAnchor {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'DINEngschriftLT';
    font-size: 1.4rem;
    letter-spacing: .085rem;
    line-height: 4.625rem;
    text-transform: uppercase;
}

/* article press */
#articlePress {
    margin: 3rem 0;
    float: left;
    width: 100%;
}

#articlePress span {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.articlePressEntry, .projectGridItem {
    width: 33.3333333333%;
    float: left;
    padding: 0.28rem;
}

.articlePressEntryMeta {
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: .035rem;
    padding: 1.3875rem 1.85rem 0.925rem 1.85rem;
    width: 100%;
}

.articlePressEntryTitle {
    font-size: 1.2rem;
    padding: 0 5.55rem 0.925rem 1.85rem;
    min-height: 4.625rem;
    white-space: pre-wrap;
}

.articlePressEntryMore {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .055rem;
    padding-left: 1.85rem
}

.articlePressEntryMore a {
    color: #00AEE4;
}

.articlePressEntryCarousel {
    width: auto;
    height: auto;
    padding: 1.85rem;
}

/* work grids */
.disciplineEntry:nth-child(3n+1) {
    width: 100%;
    float: left;
    padding: 0.28rem;
}

.disciplineEntry:nth-child(3n+2), .disciplineEntry:nth-child(3n+3) {
    width: 50%;
    float: left;
    padding: 0.28rem;
}

/* article related */
#articleRelated {
    margin-bottom: 4.625rem;
}

#articleRelated span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'DINEngschriftLT';
    font-size: 2.85rem;
    letter-spacing: .085rem;
    padding-bottom: 0.925rem;
    text-transform: uppercase;
}

#articleRelated figcaption {
    text-align: center;
}

#articleRelated .horizontalList li {
    float: none !important;
    color: #fff !important;
    display: inline-block !important;
    padding-bottom: 0 !important;
}

#articleRelated .horizontalList {
    white-space: normal;
}

/* contact section */
#connect {
    width: 100%;
    margin-top: 0.28rem;
    padding: 0;
    float: left;
}

/* newsletter */
.newsletterSignup {
    margin: 0 2% 2.775rem 2%;
}

label[for="mce-EMAIL"] {
    height: 2.775rem;
    line-height: 2.775rem;
}

.mc4wp-form .mc4wp-form-fields p {
    padding: 0;
}

.mc4wp-form .mc4wp-alert p {
    padding-top: .9125rem;
}

.mc4wp-form .mc4wp-form-fields .input{
    width: 50%;
    border: none;
    background-color: #eee;
    height: 3.7rem;
    border: none;
    color: #929292;
    font-family: 'DINMittelschrift';
    font-size: 1.25rem;
    float: left;
    padding-left: .9125rem;
    line-height: 4rem;
}

.mc4wp-form .mc4wp-form-fields .submit {
    background-color: rgba(0, 173, 227, 0.9);
    color: #fff;
    display: inline-block;
    height: 3.7rem;
    border: none;
    border-radius: none;
    font-family: 'DINEngschriftLT';
    font-size: 1.85rem;
    letter-spacing: .05rem;
    color: #fff;
    text-transform: uppercase;
    margin-left: 1.85rem;
    line-height: 4rem;
    padding: 0 .9125rem 0 .9125rem !important;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

/* front page blocks */
.block {
    float: left;
    width: 100%;
}

.vh100 {
    height: 100vh;
}

div[class^="liveTextBlock"] {
    text-transform: uppercase;
    text-align: center;
    /* uncomment for snapping
    position: relative;
     top: 50%;
     -webkit-transform: translateY(-50%);
         -ms-transform: translateY(-50%);
             transform: translateY(-50%);
             */
}

section[class^="liveTextBlock"] {
    position: relative;
    background-repeat: no-repeat;
}

.liveTextWithBg {
    padding: 0;
    width: 100%;
    position: relative;
}

.liveTextWithBg .bodyFont1 {
    color: #ffffff;
}

.liveTextCenter {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*   padding: 0 50px; */
}

.liveTextBg {
    position: absolute;
    top: 0;
}

.liveText p {
    padding-bottom: 1.85rem;
}

.liveTextContact {
    padding-top: .9125rem;
    border-top: 1px solid #ccc;
}

.projectsBlock {
    position: relative;
}

.projectsBlock figcaption {
    /*position: absolute;*/
    top: 0.28rem;
    left: 0.28rem;
    width: calc(100% - 0.56rem);
    height: calc(100% - 0.56rem);
}

.projectsBlock .cycle-prev, .projectsBlock .cycle-next, .projectsBlock .cycle-pager {
    display: none;
}

.contactRow {
    padding-top: 3.7rem;
}

.contactColumn {
    width: 29.3333333333%;
    float: left;
    margin: 0 2%;
}

.contactBlock {
    width: 100%;
    float: left;
    padding-bottom: 2.3rem;
    padding-right: 1.85rem;
    font-family: 'DINEngschriftLT';
    font-size: 1.85rem;
    letter-spacing: .01rem;
    text-transform: uppercase;
    line-height: 2.2rem;
}

.contactBlock a {
    font-size: 1.85rem;
}

.contactRow span {
    display: block;
    width: 100%;
    padding-bottom: .9125rem;
    line-height: 2.55rem;
}

/* latest section */
#latestSection {
    padding: 0.28rem 0;
    margin-bottom: 2.775rem;
}

.latestLead {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'DINEngschriftLT';
    font-size: 1.625rem;
    letter-spacing: .025rem;
    padding: 4.625rem 0 4.625rem 0;
    text-transform: uppercase;
}

#latestBlock {
    overflow: hidden;
    position: relative;
}

#latestRunner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.85rem;
    background-image: url('inc/img/colBottom.png');
    background-repeat: repeat-x;
}

.latestColumn {
    width: 29.3333333333%;
    float: left;
    margin: 0 2%;
}

#latestBlock span.header {
    display: block;
    width: 100%;
    font-family: 'DINEngschriftLT';
    font-size: 2.85rem;
    letter-spacing: .025rem;
    padding-bottom: 0.4625rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.4625rem;
    text-transform: uppercase;
}

.latestEntry {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
}

.latestImage {
    width: 40%;
    float: left;
    padding: 0.4625rem 0.925rem 0.4625rem 0;
}

.latestDetails {
    width: 60%;
    float: left;
}

.latestEntryMeta {
    text-transform: uppercase;
    font-family: 'DINEngschriftLT';
    font-size: 1.2rem;
    letter-spacing: .01rem;
    padding: 0.925rem 0 0.4625rem 0;
    color: #929292;
}

.latestEntryTitle {
    font-size: 1.85rem;
    padding: 0 0.925rem 0 0;
    white-space: pre-wrap;
    letter-spacing: .01rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-family: 'DINEngschriftLT';
}

.latestEntryMore {
    padding: 0.28rem 0 1.12rem 0;
}

.latestEntryMore a {
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: .025rem;
    color: #00AEE4;
    font-family: 'DINEngschriftLT';
}

/* social links */
#socialLinks {
    max-width: 20rem;
    padding: 0;
    list-style-type: none;
}

#socialLinks li {
    width: 3.55rem;
    height: 3.55rem;
    float: left;
    margin-right: 0.925rem;
    margin-bottom: 0.925rem;
    padding-top: .5rem;
    list-style-type: none;
}

#articleShare a {
    margin-right: 0.4625rem;
    height: 3.55rem;
    width: 3.55rem;
    background-size: contain;
    display: inline-block;
    text-indent: -9999px;
}

.tw {
    background: url('inc/img/twitter.png') no-repeat;
}

.linkedIn {
    background: url('inc/img/linkedin.png') no-repeat;
}

.pn {
    background: url('inc/img/pinterest.png') no-repeat;
}

.fb {
    background: url('inc/img/facebook.png') no-repeat;
}

/* video wrapper */
.videoWrapper {
    position: relative;
    padding-bottom: 54.25%; /* 16:9 */
    padding-top: 2.3125rem;
    height: 0;
}

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

.html5VideoWrapper {
    position: relative;
    padding-bottom: 54.25%; /* 16:9 */
    height: 0;
}

.html5VideoWrapper video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -100;
    background-size: cover;
}

.videoLocal {
    overflow: hidden;
    position: relative;
}

.videoLocal video {
    width: 101%;
    margin-left: -0.5%;
}

/* footer */

/* animation bits */

.slideDownAnimationWrap {
    position: relative;
}

.slideDownAnimationTriggerWrap {
    width: 100%;
    height: 100%;
}

.slideDownAnimationTrigger {
    position: absolute;
    cursor: pointer;
}

.slideDownAnimation {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1.2s;
    -moz-transition: max-height 1.2s;
    transition: max-height 1.2s;
}

.slideDownAnimationActive {
    max-height: 1000px;
    -webkit-transition: max-height 1.2s;
    -moz-transition: max-height 1.2s;
    transition: max-height 1.2s;
}

/* end animation bits */

@media (max-width: 768px) {

    #mobileTrigger.activeTrigger {
        text-indent: -9999px;
        background: url('inc/img/close.png') no-repeat;
        width: 6rem;
        height: 6rem;
        background-size: cover;
        margin-top: 1.7rem;
    }

    #mobileTrigger {
        display: block;
        font-size: 5rem;
        right: 2rem;
        line-height: 10rem;
    }

    header {
        height: auto;
        /*line-height: 9rem;*/
    }

    #lockup a {
        width: 9rem;
        height: 9rem;
    }

    #primaryNav.navOpen {
        display: block;
    }

    #primaryNav {
        float: none;
        padding-right: 0;
        height: 100vh;
        width: 100%;
        background-color: rgba(0, 0, 0, .7);
        padding-top: 10vh;
        display: none;
    }

    #primaryNav li {
        float: none;
        padding: 0;
        width: 100%;
    }

    #primaryNav a {
        color: #ffffff;
        font-size: 16rem;
        line-height: 16rem;
        text-align: center;
    }

    .blockLead {
        font-size: 9.85rem !important;
    }

    /*.bodyFont1 {
        font-size: 4.85rem;
        line-height: 6.4rem;
        text-align: center;
    }*/

    p {
        line-height: 6.4rem;
    }

    .careersBlock, .liveTextPadding {
        padding-top: 16.475rem !important;
        padding-bottom: 16.475rem !important;
    }

    .headerFont1 {
        font-size: 12rem;
    }

    .subheadFont1 {
        font-size: 3.5rem;
    }

    .articlePressEntry, .projectGridItem {
        width: 100%;
    }

    .headerFont2 {
        font-size: 12rem;
    }

    .gridHover li {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }

    .gridTitle {
        line-height: 12rem;
    }

    .gridHover li:after {
        margin: 0 2.4rem;
        height: 2.5rem;
    }

    .gridHover figcaption {
        opacity: 1;
    }

    .projectsBlock figure {
        float: none;
        width: 100%;
        /*position: absolute !important;*/
    }

    .projectsBlock figure figcaption {
        padding: 20px 40px;
    }

    .projectsBlock .cycle-prev, .projectsBlock .cycle-next {
        display: none;
    }

    .clientsGridItem {
        width: 33.3%;
        border-top: 1px solid #eee;
        padding: 10px;
    }

    .clientsGridItem:nth-of-type(-n+5) {
        border-top: 1px solid #eee;
    }

    .clientsGridItem:nth-of-type(-n+3) {
        border-top: none;
    }

    .clientsGridItem:nth-of-type(5n + 5), .clientsGridItem:last-of-type {
        border-right: 1px solid #eee;
    }

    .clientsGridItem:nth-of-type(3n + 3), .clientsGridItem:last-of-type {
        border-right: 1px solid transparent;
    }

    .cycle-prev {
        left: 1rem;
    }

    .cycle-next {
        right: 1rem;
    }

    .cycle-prev, .cycle-next {
        background-size: 6.775rem 6.775rem;
    }

    .cycle-pager span {
        width: 3.295rem;
        height: 3.295rem;
        margin: 0 .45rem 2rem .45rem;
    }

    .hide768 {
        display: none;
    }

    .liveTextWithBg {
        color: #929292 !important;
        text-align: center;
    }

    .liveTextWithBg .liveTextCenter {
        position: relative;
        top: 0%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        padding: 0 1.85rem;
    }

    .liveTextWithBg .bodyFont1 {
        color: #929292;
    }

    #latestBlock {
        height: auto !important;
    }

    .latestColumn {
        width: 100%;
        margin: 0;
        padding: 4.85rem;
    }

    #latestBlock span.header {
        font-size: 7.85rem;
    }

    .latestEntryMeta {
        font-size: 3.6rem;
        padding: 0.925rem 0 0.8625rem 0;
    }

    .latestEntryTitle {
        font-size: 4.85rem;
        line-height: 5rem;
    }

    .latestEntryMore a {
        font-size: 3.2rem;
    }

    .latestImage {
        padding: 0.4625rem 2.925rem 0.4625rem 0;
    }

    .latestDetails {
        padding-top: 1.925rem;
    }

    /*html a {
        font-size: 4.85rem;
    }*/

    .latestEntry {
        padding-top: 1.5rem;
    }

    .latestEntryMore {
        padding: 2.28rem 0;
    }

    .mapLink a {
        padding: 2.9125rem 2.9125rem 1.75rem 2.9125rem;
        font-size: 5.85rem;
    }

    .contactColumn {
        width: 100%;
    }

    .contactRow .headerFont2 {
        font-size: 7rem;
        line-height: 7rem;
    }

    .contactBlock {
        font-size: 4.85rem;
        line-height: 5.2rem;
        padding-bottom: 6.3rem;
    }

    .contactBlock a {
        font-size: 4.85rem;
    }

    #socialLinks {
        max-width: none;
    }

    #socialLinks li {
        width: 8.55rem;
        height: 8.55rem;
    }

    .mc4wp-form .mc4wp-form-fields .input {
        width: 70%;
        height: 7.7rem;
        font-size: 3.25rem;
        line-height: 7rem;
    }

    .mc4wp-form .mc4wp-form-fields .submit {
        height: 7.7rem;
        font-size: 3.85rem;
        line-height: 4rem;
        padding: 1rem 2.9125rem 0 2.9125rem !important;
    }

    .mc4wp-form .mc4wp-alert {
        font-size: 3.85rem;
        line-height: 4rem;
    }

    #footerNav {
        display: none;
    }

    /*section[class*="headlineVideo"] .headlineSlideSubtitle {
        width: 80%;
    }*/

    .buttonStyle1 {
        font-size: 3.3rem;
        padding: 1.925rem 1.925rem 1.225rem 1.925rem;
        margin-top: 0.56rem;
    }

    /*.headlineSlideSubtitle {
        width: 80%;
        margin-left: 0px;
        font-size: 3.85rem;
        line-height: 5.4rem;
    }*/

    footer {
        height: 25rem;
    }

    #back-to-top {
        max-width: none;
        width: 100%;
        left: 0;
        font-size: 8rem;
        line-height: 8rem;
        text-align: center;
        padding-top: 4rem;
    }

    #back-to-top span {
        height: 4.5rem;
        width: 5.3875rem;
    }

    #copyright {
        float: none;
        padding-right: 0;
        width: 100%;
        font-size: 5rem;
        text-align: center;
        position: absolute;
        bottom: 2rem;
    }

    .gridFilters {
        margin-top: 12rem;
        padding: 1.85rem 3.7rem;
        text-align: center;
        line-height: 6rem;
    }

    .gridFilters li:after {
        /*margin: 0 3.22rem;*/
        height: 4.9rem;
    }

    .gridFilters li a {
        font-size: 6.85rem;
    }

    .disciplineEntry {
        width: 100% !important;
    }

    #articleNav li:after {
        margin: 0 1.9rem;
        height: 2.6rem;
    }

    #articleDescMore {
        font-size: 4.85rem;
        margin-top: 4.85rem;
        padding-bottom: 4.85rem;
        text-align: center;
    }

    #articleSummary {
        margin-bottom: 4.45rem;
    }

    /*.readMoreTrigger {
        font-size: 5.5rem;
        padding: 0 0 2.5rem 0;
        text-align: center;
    }*/

    .liveTextContact {
        padding-top: 2.9125rem;
    }

    .bodyFont1 ul {
        margin-bottom: 1.85rem;
        line-height: 6.4rem;
    }

    .bodyFont1 li {
        padding: 1rem 0;
    }

    .jobTitle {
        margin-bottom: 1.45rem;
        font-size: 5.5rem !important;
        margin-top: 3rem;
    }

    .liveTextBlock #socialLinks {
        text-align: center;
    }

    .liveTextBlock #socialLinks li {
        float: none;
        display: inline-block;
    }

    .job {
        margin-bottom: 5rem;
    }

    article {
        padding-top: 9rem;
    }

    #articleTopLeft {
        width: 100%;
        line-height: 15rem;
        text-align: center;
    }

    #articleTopRight {
        width: 100%;
        text-align: center;
        margin-bottom: 3rem;
    }

    #articleTopRight a {
        padding: 2.925rem 3.925rem 2.225rem 3.925rem;
    }

    #articleDescription {
        margin: 0 0 4.85rem 0;
        padding-bottom: 3rem;
        padding-top: 4.85rem;
    }

    #articleDisciplines span {
        font-size: 5.5rem;
    }

    #articleNav a {
        font-size: 4rem;
        line-height: 8rem;
    }

    #articleMeta {
        width: 100%;
        padding-top: 4rem;
    }

    #articleContent span {
        font-size: 5.6rem;
    }

    .smallFont1 {
        font-size: 4rem;
        line-height: 8rem;
    }

    #articleShare {
        width: 100%;
        padding: 2.85rem 0 5rem 0;
        border-left: none;
    }

    #articleShare span {
        padding-bottom: 1.45rem;
    }

    #articleShare a {
        margin-right: 2.4625rem;
        height: 8.55rem;
        width: 8.55rem;
    }

    /*figcaption, .videoLocalCaption {
        font-size: 5rem;
        line-height: 6rem;
    }*/

    .threeUpLeft {
        width: 100%;
        padding-bottom: .38rem;
    }

    .threeUpRight {
        width: 100%;
        padding: 0.28rem 0;
    }

    .twoUp .quarterImage {
        width: 100%;
        padding: .28rem 0 !important;
    }

    .articlePressEntryCarousel {
        padding: 0;
    }

    .cycle-slideshow_press .cyclecarousel-prev, .cycle-slideshow_press .cyclecarousel-next {
        display: none;
    }

    .hoverSlideBlock {
        display: none;
    }

    #articleRelated span {
        font-size: 12rem;
        line-height: 12rem;
    }

    .hirePitchContent {
        padding-bottom: 2rem;
        width: 80%;
        font-size: 9.85rem;
        line-height: 10rem;
    }

    .hirePitchCTAs a {
        padding: 2.925rem 2.925rem 2.225rem 2.925rem;
    }

    .hirePitchCTAs a:first-of-type {
        margin-right: 2rem;
    }

}

@media screen and (max-width: 639px) {
  #lockup a {
      width: 12rem;
      height: 12rem;
  }
}
.uppercase {
    text-transform: uppercase;
}

.module_text  {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.module_text .outsideBox {
    margin: 0.28rem 0;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
}

@media (min-width: 769px) {
    .module_text .full .blockLead, .module_text .full .innerContainer {
        width: 100%;
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .module_text .outsideBox.half-left {
        margin-left: 0;
        margin-right: 0.28rem;
    }

    .module_text .outsideBox.half-right {
        margin-right: 0;
        margin-left: 0.28rem;
    }

    .module_text .outsideBox.full {
        margin-left: 0;
        margin-right: 0;
    }
}
.module_text .outsideBox img {
    opacity: 0;
}

.module_text .outsideBox.half-height {
    min-height: 28.125rem;
}

.module_text .outsideBox.full-height {
    min-height: 56.25rem;
}

.module_text .outsideBox.the-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;

    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
}

.module_text .mtf_title {
    color: #4d4d4d;
    font-family: 'DINEngschriftLT';
    font-size: 2.85rem;
    letter-spacing: .01rem;
    padding: 0 0 1.85rem 0;
    text-transform: uppercase;
    cursor: default;
}

.module_text .content {
    width: 100%;
}

.module_text .mtf_subtitle {
    padding-top: 1rem;
    color: #4d4d4d;
}

.module_text .mtf_body {
    padding-top: 1rem;
}

.module_text .headlineButton {
    text-align: inherit;
    width: 80%;
    padding-top: 2rem;
}

.module_text .blockLead {
    text-align: inherit;
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
}

@media (max-width: 768px) {

    .module_text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .module_text .content {
        top: 0 !important;
        transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
    }

    .module_text .outsideBox {
        margin: 0.28rem 0;
        flex: 1 1 auto;
    }

    .module_text .half-left.move-on-mobile {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .module_text .half-right.move-on-mobile {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .module_text .half-left, .module_text .half-right {
        width: 100%;
    }

    .module_text .outsideBox.hide-on-mobile {
        display: none;
    }

    .left {
        text-align: center;
    }

    .right {
        text-align: center;
    }

    .center {
        text-align: center;
    }
}

/*** PROJECT EMAIL CAPTURE ***/

#articleTopRight form.mc4wp-form-4696 .mc4wp-form-fields input {
  width: 70% !important;
  background-color: transparent !important;
  border: 1px solid #cccccc !important;
  font-family: 'DINEngschriftLT' !important;
  color: #929292 !important;
  line-height: 3rem;
  font-size: 1.45rem;
  padding-left: 1rem;
}
#articleTopRight form.mc4wp-form-4696 placeholder {
  color: #a6a6a6;
}
#articleTopRight form.mc4wp-form-4696 .mc4wp-form-fields input::-webkit-input-placeholder {
  color: #a6a6a6;
}
#articleTopRight form.mc4wp-form-4696 .mc4wp-form-fields input:-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
#articleTopRight form.mc4wp-form-4696 .mc4wp-form-fields input:-ms-input-placeholder {
  color: #a6a6a6;
}
#articleTopRight form.mc4wp-form-4696 .mc4wp-form-fields input::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
@media screen and (max-width: 479px) {
	#articleTopRight form.mc4wp-form-4696 .mc4wp-form-fields input {
		font-size: 4.5rem;
		line-height: 7rem;
	}
}
@media screen and (min-width: 480px) and (max-width: 567px) {
	#articleTopRight form.mc4wp-form-4696 .mc4wp-form-fields input {
		font-size: 3.75rem;
		line-height: 6rem;
	}
}
@media screen and (min-width: 568px) and (max-width: 639px) {
	#articleTopRight form.mc4wp-form-4696 .mc4wp-form-fields input {
		font-size: 3.5rem;
		line-height: 6rem;
	}
}
@media screen and (min-width: 640px) and (max-width: 720px) {
	#articleTopRight form.mc4wp-form-4696 .mc4wp-form-fields input {
		font-size: 3rem;
		line-height: 6rem;
	}
}
@media screen and (min-width: 721px) and (max-width: 768px) {
	#articleTopRight form.mc4wp-form-4696 .mc4wp-form-fields input {
		font-size: 2.8rem;
		line-height: 5.5rem;
	}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
	#articleTopRight form.mc4wp-form-4696 .mc4wp-form-fields input {
		font-size: 1.75rem;
		line-height: 2.5rem;
		width: 80% !important;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
	#articleTopRight form.mc4wp-form-4696 .mc4wp-form-fields input {
		font-size: 1.75rem;
		line-height: 2.5rem;
		width: 80% !important;
	}
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
	#articleTopRight form.mc4wp-form-4696 .mc4wp-form-fields input {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}

/*** INSTAGRAM WIDGET ***/

#latestSection {
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 0rem;
  }
#latestSection #latestBlock .latestColumn {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  }
#latestSection #latestBlock .latestColumn span.header {
  display: none;
  }
#sb_instagram #sbi_images {
  text-align: left;
  }
#sb_instagram #sbi_images .sbi_item {
  -webkit-box-shadow: 0 8px 15px -8px #888888;
  -moz-box-shadow: 0 8px 15px -8px #888888;
  box-shadow: 0 8px 15px -8px #888888;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    margin-bottom: 18px !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 639px) {
  #latestSection #latestBlock .latestColumn {
    padding: 2rem;
    }
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 47.5%;
    margin: 6px !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 769px) {
  #latestSection #latestBlock .latestColumn {
    padding: 2rem;
    }
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 31.1%;
    margin: 6px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  #latestSection #latestBlock .latestColumn {
    padding: 2rem;
    }
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 31.5%;
    margin: 6px !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 891px) and (orientation: landscape) {
  #latestSection #latestBlock .latestColumn {
    padding: 1rem;
    }
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 31.5%;
    margin: 6px !important;
    }
}

@media screen and (min-width: 892px) and (max-width: 1366px) and (orientation: landscape) {
  #latestSection #latestBlock .latestColumn {
    padding: 1rem;
    }
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 15.3%;
    margin: 6px !important;
  }
}

@media screen and (min-width: 1367px) {
  #latestSection {
    padding: 56px 110px 46px;
  }
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 15.5%;
    margin: 6px !important;
  }
}

/*** SINGLE PROJECT FOOTER ***/

.single-projects #postNav #backToArchive img {
  vertical-align: top;
}

/*** FOOTER ***/

@media screen and (max-width: 568px) {
  footer #connect {
    padding: 20px;
  }
  footer .contactBlock, footer .contactBlock a {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
  .contactColumn:nth-of-type(1), .contactColumn:nth-of-type(3) {
     width: 100%;
  }
  .contactColumn:nth-of-type(3) {
     padding-left: 74px;
  }
  .contactColumn:nth-of-type(2) {
     display: none;
  }
  footer .contactColumn .contact_inner_column:nth-child(2) {
    width: 50%;
  }
  footer .contactColumn .contact_inner_column:nth-child(3) {
    width: 33%;
  }
  footer span.headerFont2 {
    font-size: 5rem !important;
    line-height: 5rem !important;
  }
  footer form.mc4wp-form-3807 .mc4wp-form-fields input {
    font-size: 4rem;
    height: 9rem;
    line-height: 9rem;
  }
  ul#socialLinks {
    padding-top: 24px;
    padding-bottom: 15px;
    margin: 0px;
    text-align: left;
  }
  ul#socialLinks li {
    margin-right: 5rem;
    font-size: 3.6rem;
  }
  #copyright {
    float: left;
    padding-right: 0;
    width: 100%;
    font-size: 3.1rem;
    text-align: left;
    position: absolute;
    bottom: 2rem;
  }
}

@media screen and (min-width: 569px) and (max-width: 865px) {
  footer #connect {
    padding: 20px;
  }
  footer .contactBlock, footer .contactBlock a {
    font-size: 3.1rem;
    line-height: 3.1rem;
  }
  .contactColumn:nth-of-type(1), .contactColumn:nth-of-type(3) {
     width: 100%;
  }
  .contactColumn:nth-of-type(3) {
     padding-left: 86px;
  }
  .contactColumn:nth-of-type(2) {
     display: none;
  }
  footer .contactColumn .contact_inner_column:nth-child(2) {
    width: 50%;
  }
  footer .contactColumn .contact_inner_column:nth-child(3) {
    width: 33%;
  }
  footer .contactColumn:nth-of-type(3) .contactBlock {
    width: 82%;
  }
  footer span.headerFont2 {
    font-size: 4rem !important;
    line-height: 4rem !important;
  }
  footer form.mc4wp-form-3807 .mc4wp-form-fields input {
    width: 100%;
    font-size: 3rem;
    height: 7rem;
    line-height: 7rem;
  }
  ul#socialLinks {
    width: 100%;
    max-width: 100%;
    padding-bottom: 15px;
    margin: 0px;
    text-align: left;
  }
  ul#socialLinks li {
    margin-right: 2rem;
    font-size: 3.6rem;
  }
  #copyright {
    float: left;
    padding-right: 0;
    width: 100%;
    font-size: 2.4rem;
    text-align: left;
    position: absolute;
    bottom: 2rem;
  }
}

@media screen and (min-width: 866px) and (max-width: 1024px) {
  .contactColumn:nth-of-type(3) {
     padding-left: 0rem;
  }
  footer .contactColumn .contact_inner_column:nth-child(1) {
    width: 10%;
  }
  footer .contactColumn .contact_inner_column:nth-child(2) {
    padding-left: 20px;
    width: 55%;
  }
  footer .contactColumn .contact_inner_column:nth-child(3) {
    width: 33%;
  }
  footer .contactColumn:nth-of-type(3) .contactBlock {
    width: 100%;
  }
  footer span.headerFont2 {
    font-size: 2.2rem !important;
    line-height: 2.2rem !important;
  }
  footer .contactBlock, footer .contactBlock a {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  footer form.mc4wp-form-3807 .mc4wp-form-fields input {
    line-height: 3.7rem;
    font-size: 1.6rem;
  }
  ul#socialLinks {
    padding-top: 15px;
  }
  ul#socialLinks li {
    margin-right: 2rem;
  }
  ul#socialLinks li a {
    font-size: 22px;
  }
  #copyright {
    float: left;
    padding-right: 0;
    width: 100%;
    font-size: 1.4rem;
    text-align: left;
    position: absolute;
    bottom: 5rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1419px) {
  .contactColumn:nth-of-type(3) {
     padding-left: 0rem;
  }
  footer .contactColumn .contact_inner_column:nth-child(1) {
    width: 12%;
  }
  footer .contactColumn .contact_inner_column:nth-child(2) {
    padding-left: 20px;
    width: 56%;
  }
  footer .contactColumn .contact_inner_column:nth-child(3) {
    width: 30%;
  }
  footer .contactColumn:nth-of-type(3) .contactBlock {
    width: 82%;
  }
  footer .contactBlock, footer .contactBlock a {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  footer span.headerFont2 {
    font-size: 1.9rem !important;
    line-height: 1.9rem !important;
  }
  footer form.mc4wp-form-3807 .mc4wp-form-fields input {
    line-height: 3.7rem;
    font-size: 1.6rem;
  }
  ul#socialLinks {
    padding-top: 30px;
  }
  ul#socialLinks li {
    margin-right: 1.1rem;
  }
  ul#socialLinks li a {
    font-size: 22px;
  }
  #copyright {
    float: left;
    padding-right: 0;
    width: 100%;
    font-size: 1.2rem;
    text-align: left;
    position: absolute;
    bottom: 5.5rem;
  }
}
@media screen and (min-width: 1420px) and (max-width: 1472px) {
  ul#socialLinks li {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 375px) {
  .contactColumn:nth-of-type(3) {
     padding-left: 19%;
  }
}
@media screen and (min-width: 376px) and (max-width: 480px) {
  .contactColumn:nth-of-type(3) {
     padding-left: 18%;
  }
}
@media screen and (min-width: 481px) and (max-width: 667px) {
  .contactColumn:nth-of-type(3) {
     padding-left: 16.25%;
  }
}
@media screen and (min-width: 668px) and (max-width: 767px) {
  .contactColumn:nth-of-type(3) {
     padding-left: 15.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 866px) {
  .contactColumn:nth-of-type(3) {
     padding-left: 15.5%;
  }
}
@media screen and (min-width: 1601px) {
   footer .contactColumn .contact_inner_column:nth-child(1) {
    width: 12%;
  }
  footer .contactColumn .contact_inner_column:nth-child(2) {
    padding-left: 30px;
    width: 46%;
  }
  footer .contactColumn .contact_inner_column:nth-child(3) {
    width: 40%;
  }
}

/* New theme CSS */

/* HTML */

/* Fonts & Typography */
a {
  text-decoration: none;
}
p {
  font-size: 16px;
}
p a {
  text-decoration: underline;
}
a:hover, p a:hover {
  opacity: .75;
}
.hype_link a:hover {
  opacity: 1;
}
body {
  -moz-osx-font-smoothing: auto;
}
body, h1, h2, h3, h4, h5, h6 {
  color: #272727;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1, h1 p, h2, h2 p, h3, h3 p, h4, h4 p, h5, h5 p, h6, h6 p {
  padding-bottom: 0px;
  color: inherit;
}
h1, h1 p, .project_slider_home .desc p  {
  font-size: 43px;
  line-height: 57px;
  letter-spacing: 0.5px;
}
@media screen and ( max-width: 639px ) {
  h1, h1 p, .project_slider_home .desc p {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 400px) {
  h1, h1 p, .quote_block h1, .quote_block h1 p, .project_slider_home .desc p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.3px;
  }
}
@media screen and ( min-width: 640px ) and (max-width: 1023px) {
  h1, h1 p, .project_slider_home .desc p {
    font-size:34px;
    line-height: 47px;
    letter-spacing: 0.4px;
  }
}
@media screen and ( max-height: 412px ) and ( max-width: 812px) and ( orientation: landscape ) {
  h1, h1 p, .project_slider_home .desc p {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.3px;
  }
}

h2, h2 p, .larger_text p, .larger_text ul li, .larger_text ul li a, .larger_text ol li, .larger_text ol li a, .awardsContentItemSummary, .larger_text.content ul li a {
  font-size: 27px;
  line-height: 45px;
  letter-spacing: 0.5px;
}
@media screen and ( max-width: 1023px ) {
  .larger_text p:last-of-type {
    padding-bottom: 0px;
  }
}
@media screen and ( max-width: 639px ) {
  h2, h2 p, .larger_text p, .larger_text ul li, .larger_text ul li a, .awardsContentItemSummary, .larger_text.content ul li a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
}
@media screen and ( min-width: 640px ) and (max-width: 1023px) {
  h2, h2 p, .larger_text p, .awardsContentItemSummary, .content.larger_text ul li, .larger_text.content ul li a {
    font-size:23px;
    line-height: 37px;
    letter-spacing: 0.3px;
  }
}

h3, h3 p {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and ( max-width: 639px ) {
  h3, h3 p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.8px;
  }
}

h4, h4 p, .footer_center_block .content p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.4px;
}
@media screen and ( max-width: 639px ) {
  h4, h4 p,  .footer_center_block .content p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
}

h5 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
}

h6, h6 p, h6 a {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and ( max-width: 639px ) {
  h6 {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 2px;
  }
}
@media screen and ( min-width: 640px ) and (max-width: 1023px) {
  h6 {
    font-size:13px;
    line-height: 22px;
    letter-spacing: 2px;
  }
}

strong {
  font-weight: 700;
}

a, a:hover, a:focus, a:active {
  color: #272727;
}
ul li a {
  text-decoration: underline;
}
.slogan.font_light_46 p {
  font-size: 13px;
}

/* LAYOUT & GRID */

.hide-js {
  display: none;
}
.inner_container {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 639px) {
  .grid-container, .grid-container nav .grid-container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100%;
  }
  footer .grid-container.fblocks, .grid-container.left_right_content_blocks {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 1920px) {
  .grid-container {
    max-width: 1680px;
  }
}

.home .block {
  float: none;
}


/************************ ELEMENTS **************************/

a[href^="tel"] {
  color: inherit;
  text-decoration: none !important;
}
.fancybox-slide--iframe .fancybox-content {
  background: transparent;
}
iframe {
  max-width: 100%;
}
.fancybox-toolbar {
  z-index: 0;
}
a.download_trigger {
  padding-left: 20px;
  margin: 0px;
  text-align: left !important;
}

/************************ HEADER **************************/

header {
  background: transparent;
  height: 86px;
  line-height: normal;
}

body:not(.single-blog-entry):not(.single-projects):not(.single-case_studies) header.transparent + .main_content_wrapper  {
  margin-top: -86px;
}

header + .main_content_wrapper .grid-container.first_container {
  padding-top: 86px;
}

.single-projects header .main_content_wrapper {
  padding-top: 86px;
}
body.single-case_studies header.transparent + .main_content_wrapper {
  margin-top: 0px;
}
.single-case_studies header.transparent + .main_content_wrapper .grid-container.first_container.image_with_title {
  padding-top: 0px;
}

.single-projects header.transparent + .main_content_wrapper, .single-projects header.transparent + .main_content_wrapper .grid-container.slogan_block:first-child {
  padding-top: 0px;
}

.page-process header + .main_content_wrapper .grid-container.first_container {
 padding-top: 86px;
 margin-top: 86px;
}

#lockup {
  height: 50px;
  width: 50px;
  top: 35px !important;
  position: relative !important;
}
#lockup a {
  height: 50px;
  width: 50px;
}
#lockup a:hover, a.overlay-nav-menu-toggle:hover {
  opacity: 1;
}
.midnightInner {
  overflow: hidden !important;
}

.mobile_menu_logo {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

.home header {
  background-color: transparent;
}
#lockup .menu_open, .mobile_menu_logo {
  display: none;
}

/************************ NAVIGATION **************************/
.noscroll {
  overflow: hidden;
}

.overlay-nav-menu-toggle {
  position: relative;
  z-index: 5000;
  color: #ffffff;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: 25px;
}

.overlay-nav-menu-toggle:hover {
  color: #ffffff;
  cursor: pointer;
}

.overlay-nav-menu-toggle hr.grip {
  border: none;
  height: 2px;
  background-color: #fff;
  width: 40px;
}
.overlay-nav-menu-toggle hr.grip:first-of-type {
  margin-bottom: 8px;
}
.overlay-nav-menu-toggle hr.grip:last-of-type {
  margin-top: 0px;
}
.overlay-nav-menu-toggle hr.grip.white {
  background-color: #fff;
}
hr.video_bar, hr.blog_bar, hr.project_bar, hr.link_bar {
  width: 27px;
  border: none;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

hr.link_bar_black {
  width: 27px;
  border: none;
  height: 2px;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.overlay-nav-menu-toggle hr.grip:first-of-type {
  transition: all 0.3s ease-in-out;
}
.overlay-nav-menu-toggle hr.grip:last-of-type {
  transition: all 0.3s ease-in-out;
}

.overlay-nav-menu {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  display: none;
  list-style: none;
  background: #000000;
  background-size: cover;
  text-align: center;
  transition: all 1s ease;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.overlay-nav-menu .grid-y.grid-frame {
  height: 100vh;
}
.overlay-nav-menu .menu_col_left li a {
  font-weight: bold;
}
.overlay-nav-menu .menu_col_right li a {
  font-weight: normal;
}
.overlay-nav-menu li {
  font-size: 1.5rem;
}
.overlay-nav-menu li a {
  display: block;
  color: #fefefe;
  font-size: 43px;
  line-height: 100px;
  text-decoration: none;
  text-align: left;
}
.overlay-nav-menu li img.new_badge {
  display: inline;
  height: 34px !important;
  width: auto !important;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 4px;
}
.overlay-nav-menu a span:hover {
  color: #0a0a0a;
}
.overlay-nav-menu.is-open {
  top: 0;
  display:block;
}
.overlay-nav-menu.is-open ~ .overlay-nav-menu-toggle .menu_hamburger {
  height: inherit;
  width: inherit;
}

.overlay-nav-menu.is-open ~ .overlay-nav-menu-toggle .menu_hamburger hr.grip {
  background-color: #ffffff !important;
}

.overlay-nav-menu ~ .overlay-nav-menu-toggle:hover .menu_hamburger  hr.grip:first-of-type, .overlay-nav-menu.is-open ~ .overlay-nav-menu-toggle .menu_hamburger  hr.grip:first-of-type {
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
  position: relative;
}

.overlay-nav-menu ~ .overlay-nav-menu-toggle:hover .menu_hamburger hr.grip:last-of-type, .overlay-nav-menu.is-open ~ .overlay-nav-menu-toggle .menu_hamburger hr.grip:last-of-type {
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
  position: relative;
}

.overlay-nav-menu ~ .overlay-nav-menu-toggle .menu_hamburger {
  margin-top: 25px;
}

.overlay-nav-menu.is-open ~ .overlay-nav-menu-toggle .menu_hamburger hr.grip:first-of-type {
  margin: 0px;
-webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
.overlay-nav-menu.is-open ~ .overlay-nav-menu-toggle .menu_hamburger hr.grip:last-of-type {
  margin: 0px;
  margin-top: -1px;
  -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);

}

.scrollhide_nav.hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.main_menu {
  margin-top: 0px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.main_menu li {
  text-align: left;
  line-height: 0px;
}
.main_menu li a {
  display: inline-block;
}
.main_menu li a span:hover {
  color: #ccc;
  white-space: nowrap;
}
.additional_menu_content {
  text-align: left;
  height: 100%;
  padding-bottom: 60px;
}
.additional_menu_content p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding-bottom: 0px;
  color: #dfdfdf;
}
.additional_menu_content p:first-of-type {
  color: #fff;
  font-weight: 700;
}
.additional_menu_content a, .additional_menu_content .email {
  font-size: 16px;
  color: #dfdfdf;
}
header .additional_menu_content a, header .additional_menu_content .email,
header .additional_menu_content .title {
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  .main_menu li {
    text-align: center;
  }
  .additional_menu_content.align-bottom {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .overlay-nav-menu li a {
    font-size: 34px;
    line-height: 79px;
    text-align: center;
  }

  .overlay-nav-menu ~ .overlay-nav-menu-toggle:hover .menu_hamburger  hr.grip:first-of-type {
    transition: all 0s ease-in-out;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

  .overlay-nav-menu ~ .overlay-nav-menu-toggle:hover .menu_hamburger hr.grip:last-of-type {
    transition: all 0s ease-in-out;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

  .overlay-nav-menu.is-open ~ .overlay-nav-menu-toggle:hover .menu_hamburger hr.grip:first-of-type {
    margin: 0px;
  -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
  }
  .overlay-nav-menu.is-open ~ .overlay-nav-menu-toggle:hover .menu_hamburger hr.grip:last-of-type {
    margin: 0px;
    margin-top: -1px;
    -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  }
  header .header_right_block {
    padding-bottom: 36px;
  }

}
@media screen and (min-width: 640px) and (max-width: 1023px ) {
  .main_menu {
    margin-top: 0px;
    padding-top: 84px;
    padding-bottom: 96px;
    top: 0px;
    transform: translateY(0%);
  }
  .additional_menu_content {
    padding-top: 30px;
  }
  a.mobile_white_menu, a.mobile_white, a.mobile_black {
    display: block !important;
  }
  a.menu_open_logo, a.white_logo, a.black_logo {
    display: none !important;
  }
}
@media screen and (max-width: 639px ) {
  .overlay-nav-menu li a {
    font-size: 26px;
    line-height: 54px;
    text-align: center;
  }
  .main_menu {
    margin-top: 86px;
    padding-top: 36px;
    padding-bottom: 72px;
    top: 0px;
    transform: translateY(0%);
  }
  .overlay-nav-menu li img.new_badge {
    height: 24px !important;
    margin-top: -10px;
  }
  .additional_menu_content {
    padding-top: 0px;
  }
  a.mobile_white_menu, a.mobile_white, a.mobile_black {
    display: block !important;
  }
  a.menu_open_logo, a.white_logo, a.black_logo {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  a.mobile_white_menu, a.mobile_white, a.mobile_black {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .overlay-nav-menu, .overlay-nav-menu.is-open {
    height: 100vh;
    overflow: hidden;
  }
  .additional_menu_content {
    padding-bottom: 104px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .overlay-nav-menu, .overlay-nav-menu.is-open {
    height: 100vh;
    overflow: hidden;
    padding-bottom: 0px;
  }
  .additional_menu_content {
    padding-bottom: 104px;
  }
}

@media screen and (max-height: 812px) and (max-width: 414px) and (orientation: portrait ) {
  .overlay-nav-menu.is-open {
    height: 100vh;
    overflow: scroll;
    overscroll-behavior: contain;
    padding-bottom: 60px;
  }
  .overlay-nav-menu.is-open .grid-y.grid-frame {
    height: 100%;
  }
}

@media screen and (max-height: 414px) and (max-width: 823px) and (orientation: landscape ) {
  .overlay-nav-menu.is-open {
    height: 100vh;
    overflow: scroll;
    overscroll-behavior: contain;
    padding-bottom: 60px;
  }
  .overlay-nav-menu.is-open .grid-y.grid-frame {
    height: 100%;
  }
  .mobileVidPoster {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }
}

/************************ MODULES **************************/

.slogan {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 1px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.slogan .slogan {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 639px) {
  .slogan {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .slogan {
    padding-top: 72px;
    padding-bottom: 96px;
  }
}

/* Background Colors */

/* Headings */
.headlineSlideSubtitle h1 {
  color: #dfdfdf;
}

/* Single Full Width Video Text */

.home .headlineSlideContentWrap {
  width: inherit;
}

.single_full_width_video_text video {
  max-width: 100%;
  object-fit: cover;
}

.single_full_width_video_text .overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba( 0, 0,0, .6);
  height: 100%;
  width: 100%;
}

.single_full_width_video_text.careers_aspot .headlineSlideContentWrap {
  padding-top: 60px;
}
.single_full_width_video_text .section_arrow {
  float: right;
}
.single_full_width_video_text .section_arrow.right {
  float: right;
}
.single_full_width_video_text .section_arrow.left {
  text-align: left;
  float: left;
}
.single_full_width_video_text .section_arrow.center {
  float: none;
  text-align: center;
}

.single_full_width_video_text .grid-y .cell.small-2 .grid-container {
  height: 100%;
}
.single_full_width_video_text .grid-y .cell.small-2 .grid-container .header_footer {
  height: inherit;
}
.single_full_width_video_text .header_footer {
  padding-bottom: 60px;
}

.video_link a, .project_link a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.video_link a i {
  font-size: 32px;
}
.project_link {
  margin-top: 36px;
}
.project_link .link_item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .video_link a {
    text-decoration: underline;
    display: inline-block;
  }
}
@media screen and (max-width: 639px) {
  .video_link {
    position: relative;
    left: 0px;
    text-align: center;
    bottom: auto;
    padding-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .mobileVidPoster {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px ) {
  .headlineSlideTitle h1, .headlineSlideSubtitle h1 {
    font-size: 34px;
    color: #fff;
    line-height: 47px;
  }
}
@media screen and (max-width: 639px ) {
  .headlineSlideContentWrap {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    padding: 0px;
  }
  .headlineSlideTitle h1, .headlineSlideSubtitle h1 {
    font-size: 26px;
    color: #fff;
    line-height: 36px;
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .single_full_width_video_text .aspot_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .single_full_width_video_text .video_link a {
    color: #ffffff;
  }
}
@media screen and (max-width: 639px) {
  .single_full_width_video_text .header_footer {
    padding-bottom: 36px;
    text-align: center;
  }
  .home .single_full_width_video_text .section_arrow {
    float: none;
  }
  .home .single_full_width_video_text .section_arrow.right,
  .home .single_full_width_video_text .section_arrow.center {
    display: inline-block;
  }
  .single_full_width_video_text .headlineSlideContentWrap {
    width: 100%;
  }
}

/* Single Text Block */

.single_text_block_1 {
  padding-bottom: 120px;
}

.single_text_block_2 {
  padding-bottom: 180px;
}

@media screen and (max-width: 639px) {
  .single_text_block_1, .single_text_block_2, div[class^="single_text_block_"] .main_text_content, div[class*=" single_text_block_"] .main_text_content {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  div[class^="single_text_block_"] .main_text_content h1.single_text_heading, div[class*=" single_text_block_"] .main_text_content h1.single_text_heading {
    padding-bottom: 24px;
  }
  .single_text_block_1.visual, .single_text_block_2.visual, div[class^="single_text_block_"].visual .main_text_content, div[class*=" single_text_block_"].visual .main_text_content {
    padding-top: 0px !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .single_text_block_1, .single_text_block_2, div[class^="single_text_block_"] .main_text_content, div[class*=" single_text_block_"] .main_text_content {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .single_text_block_1.visual, .single_text_block_2.visual, div[class^="single_text_block_"].visual .main_text_content, div[class*=" single_text_block_"].visual .main_text_content {
    padding-top: 0px !important;
  }
  div[class^="single_text_block_"] .main_text_content h1.single_text_heading, div[class*=" single_text_block_"] .main_text_content h1.single_text_heading {
    padding-bottom: 24px;
  }
  .page-work div[class^="single_text_block_"].first_container .main_text_content, .page-work div[class*=" single_text_block_"].first_container .main_text_content {
    padding-top: 60px !important;
  }
  .page-work div[class^="single_text_block_"].first_container .main_text_content h1.single_text_heading, .page-work div[class*=" single_text_block_"].first_container .main_text_content h1.single_text_heading {
    padding-bottom: 0px;
  }
}

/* Double Text Block */

.double_text_block {
  padding-bottom: 120px;
}
.double_text_block .phase {
  text-transform: uppercase;
}
.double_text_block .main_text_content h2 p:not(:last-of-type), div[class^="double_text_block_"] .main_text_content h2 p:not(:last-of-type), div[class*=" double_text_block_"] .main_text_content h2 p:not(:last-of-type) {
  padding-bottom: 36px;
}

@media screen and (max-width: 639px) {
  .double_text_block .main_text_content, div[class^="double_text_block_"] .main_text_content, div[class*=" double_text_block_"] .main_text_content {
    padding-top: 0px !important;
    padding-bottom: 60px !important;
  }
  .double_text_block.latest_title .main_text_content, div[class^="double_text_block_"].latest_title .main_text_content, div[class*=" double_text_block_"].latest_title .main_text_content {
    padding-bottom: 30px !important;
  }
  .double_text_block .main_text_content h1.heading, div[class^="double_text_block_"] .main_text_content h1.heading, div[class*=" double_text_block_"] .main_text_content h1.heading {
    padding-bottom: 24px;
  }
  div[class^="single_text_block_"].latest_title .main_text_content h1.single_text_heading, div[class*=" single_text_block_"].latest_title .main_text_content h1.single_text_heading, div[class^="single_text_block_"].work_title .main_text_content h1.single_text_heading, div[class*=" single_text_block_"].work_title .main_text_content h1.single_text_heading {
    padding-bottom: 0px;
  }
  .double_text_block .phase, div[class^="double_text_block_"] .phase, div[class*=" double_text_block_"] .phase {
    padding-top: 6px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .double_text_block, div[class^="double_text_block_"], div[class*=" double_text_block_"] {
      padding-top: 72px !important;
      padding-bottom: 96px !important;
  }
  .double_text_block .main_text_content h1.heading, div[class^="double_text_block_"] .main_text_content h1.heading, div[class*=" double_text_block_"] .main_text_content h1.heading {
    padding-bottom: 24px;
  }
  .double_text_block .main_text_content h2 p:not(:last-of-type), div[class^="double_text_block_"] .main_text_content h2 p:not(:last-of-type), div[class*=" double_text_block_"] .main_text_content h2 p:not(:last-of-type) {
    padding-bottom: 24px;
  }
  div[class^="double_text_block_"] .phase, div[class*=" double_text_block_"] .phase {
    padding-bottom: 36px;
  }
}

/* Blog Text Block */

/* Center Text Block */

body:not(.single-positions) .center_text_block h1 {
  padding-bottom: 36px;
}
body:not(.single-positions) .center_text_block .center_text_content p:not(:last-of-type) {
  padding-bottom: 36px;
}
body:not(.single-positions) .center_text_block h1 p {
  padding-bottom: 0px;
}
.center_text_block ul li, .larger_text ul li, .blog_text_block ul li {
  list-style-type: none;
  list-style-position: inside;
  text-indent: -30px;
  padding-left: 30px;
  font-size: 27px;
  line-height: 45px;
  letter-spacing: 0.5px;
}
.blog_text_block ul li:not(:last-of-type), .blog_text_block ol li:not(:last-of-type) {
  padding-bottom: 36px;
}
.center_text_block ul li:before, .larger_text ul li:before, .blog_text_block ul li:before {
  content:'•';
  font-size:30px;
  vertical-align: middle;
  padding-right: 24px;
}
.blog_text_block ol {
  list-style: numbers;
}
.blog_text_block ol li {
  padding-left: 24px;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  body:not(.single-positions) .center_text_block {
    padding-bottom: 96px !important;
  }
  body:not(.single-positions) .center_text_block h1.single_text-heading {
    padding-bottom: 24px;
  }
  body:not(.single-positions) .center_text_block .center_text_content p:not(:last-of-type) {
    padding-bottom: 24px;
  }
  .center_text_block ul li:before, .blog_text_block ul li:before, .larger_text ol li, .larger_text ol li:before {
    padding-right: 16px;
  }
  .center_text_block ul li, .blog_text_block ul li, .larger_text ol li {
    text-indent: -24px;
    padding-left: 24px;
  }
  .center_text_block ul li, .larger_text ul li, .blog_text_block ul li, .larger_text ol li {
    font-size:23px;
    line-height: 37px;
    letter-spacing: 0.3px;
  }
}


@media screen and (max-width: 639px) {
  body:not(.single-positions) .center_text_block {
    padding-bottom: 60px !important;
  }
  body:not(.single-positions) .center_text_block .center_text_content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  body:not(.single-positions) .center_text_block h1.single_text_heading {
    padding-bottom: 24px;
  }
  .center_text_block ul li:before, .blog_text_block ul li:before {
    padding-right: 16px;
  }
  .center_text_block ul li, .blog_text_block ul li, .larger_text ol li {
    text-indent: -24px;
    padding-left: 24px;
  }
  .center_text_block ul li, .larger_text ul li, .blog_text_block ul li, .larger_text ol li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
  .blog_text_block ul li:not(:last-of-type), .blog_text_block ol li:not(:last-of-type) {
    padding-bottom: 24px;
  }
}

/* Quote Block */

.quote_block {
  padding-top: 120px;
  padding-bottom: 180px;
}
.quote_block h1 {
  text-align: center;
}
.quote_block h1 p {
  font-size: 32px;
  line-height: 46px;
}
.quote_block .quote_name {
  padding-top: 36px;
}
.quote_block .quote_title {
  font-weight: 700;
}
.quote_block .quote_name, .quote_block .quote_title {
  text-align: center;
}
.single-case_studies .quote_block {
  padding-top: 0px;
  padding-bottom: 156px;
}
.single-case_studies .quote_block .quote {
  padding-top: 40px;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .quote_block h1, .quote_block h1 p {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 639px) {
  .quote_block {
    padding-bottom: 96px;
  }
  .quote_block h1, .quote_block h1 p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.3px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .quote_block {
    padding-bottom: 156px;
  }
}

/*  Single Image Block */

.single_image, .two_image, .three_image, .video, .video_embed {
  position: relative;
}
.single_image_block .image_wrapper {
  height: 100%;
}
.single_image_block .video_embed {
  width: 100%;
}
.single_image_block .play_button {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single_image_block .video a {
  display: block;
  height: inherit;
  position: relative;
}
.single_image_block .video a:hover {
  opacity: 1;
}
.single_image_block .video a .fa-stack {
  height: 96px;
  width: 96px;
  line-height: 96px;
}
.single_image_block .video a i.fa-circle {
  font-size: 96px;
}
.single_image_block .video a i.fa-play {
  font-size: 24px;
}
.single-projects .single_image_block + .two_image_block,
.single-projects .single_image_block + .three_images_masonry_block {
  padding-top: .9375rem;
}
.single-projects .single_image_block + .related_posts {
  margin-top: 96px;
}

@media screen and ( max-width: 639px ) {
  .single_image_block .video a .fa-stack {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .single_image_block .video a i.fa-circle {
    font-size: 60px;
  }
  .single_image_block .video a i.fa-play {
    font-size: 15px;
  }
  .single-projects .single_image_block + .related_posts {
    margin-top: 60px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .single-projects .single_image_block + .related_posts {
    margin-top: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .single_image_block .image_wrapper .cell, .three_images_masonry_block .image_gallery .cell:last-of-type {
    padding-bottom: 0px;
  }
  .single_image_block .image_wrapper .cell, .three_images_masonry_block.large_top .image_gallery .cell:nth-last-of-type(-n+2) {
    padding-bottom: 0px;
  }
}

/* Text Grid Block */

.page-careers .text_grid_block .image_wrapper svg path {
  fill: #fff;
}
.text_grid_block .main_content h1, 
.text_grid_block .main_content h1 p {
  font-size: 36px;
  line-height: 50px;
}
.text_grid_block .image_wrapper {
  width: auto;
  height: 35px;
  margin-bottom: 36px;
  text-align: center;
}
.text_grid_block .image_wrapper svg {
  display: inline-block;
  max-height: 100%;
}

@media screen and (max-width: 639px) {
  .text_grid_block .main_content, div[class^="text_grid_block"] .main_content, div[class*=" text_grid_block"] .main_content {
    padding-top: 0px !important;
    padding-bottom: 72px !important;
  }
  .text_grid_block .image_wrapper {
    text-align: left;
    padding-left: 6px;
  }
  .text_grid_block .service_text {
    padding-left: 24px;
  }
  .text_grid_block .service_text .content p {
    text-align: left;
  }
  .text_grid_block .main_content h1, .text_grid_block .main_content h1 p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 400px) {
  .text_grid_block .main_content h1, .text_grid_block .main_content h1 p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .text_grid_block .main_content {
    padding-bottom: 96px !important;
  }
  .text_grid_block .image_wrapper {
    margin-bottom: 0px;
  }
  .text_grid_block .main_content h1, .text_grid_block .main_content h1 p {
    font-size: 26px;
    line-height: 36px;
  }
}

/* Text with Sidebar */

div[class^="text_with_sidebar_"] .main_text_content .icon, div[class*=" text_with_sidebar_"] .main_text_content  .icon {
  width: 30px;
  height: auto;
}
.text_with_sidebar .main_text_content h1.heading, div[class^="text_with_sidebar_"] .main_text_content h1.heading, div[class*=" text_with_sidebar_"] .main_text_content h1.heading {
  padding-bottom: 48px;
}
.text_with_sidebar .main_text_content p, div[class^="text_with_sidebar_"] .main_text_content p:not(:last-of-type), div[class*=" text_with_sidebar_"] .main_text_content p:not(:last-of-type) {
  padding-bottom: 36px;
}
.text_with_sidebar .main_text_content p:last-of-type, div[class^="text_with_sidebar_"] .main_text_content p:last-of-type, div[class*=" text_with_sidebar_"] .main_text_content p:last-of-type {
  padding-bottom: 0px;
}
.text_with_sidebar .main_content, div[class^="text_with_sidebar_"] .main_content, div[class*=" text_with_sidebar_"] .main_content {
  padding-bottom: 48px;
}
.text_with_sidebar h4 {
  line-height: 30px;
  letter-spacing: 1px;
}
.text_with_sidebar .text_sidebar, div[class^="text_with_sidebar_"] .text_sidebar, div[class*=" text_with_sidebar_"] .text_sidebar {
  padding-left: 36px;
  border-left: 1px solid #dfdfdf;
}
.text_with_sidebar .left_sidebar .text_sidebar, div[class^="text_with_sidebar_"] .left_sidebar .text_sidebar, div[class*=" text_with_sidebar_"] .left_sidebar .text_sidebar {
  padding-left: 0px;
}
.text_with_sidebar .text_sidebar .sidebar_list_item, div[class^="text_with_sidebar_"] .text_sidebar .sidebar_list_item, div[class*=" text_with_sidebar_"] .text_sidebar .sidebar_list_item {
  padding-bottom: 32px;
}
.text_with_sidebar.icon_list .text_sidebar .sidebar_list_item, div[class^="text_with_sidebar_"].icon_list .text_sidebar .sidebar_list_item, div[class*=" text_with_sidebar_"].icon_list .text_sidebar .sidebar_list_item {
  padding-bottom: 36px;
}
.text_with_sidebar .left_sidebar .text_sidebar, div[class^="text_with_sidebar_"] .text_sidebar, div[class*=" text_with_sidebar_"] .left_sidebar .text_sidebar {
  border-left: none;
}
.text_with_sidebar .link_item, div[class^="text_with_sidebar_"] .link_item, div[class*=" text_with_sidebar_"] .link_item {
  text-align: left;
}
h4.sidebar_title {
  padding-bottom: 24px;
}
.text_with_sidebar .text_sidebar .text_col, div[class^="text_with_sidebar_"] .text_sidebar .text_col, div[class*=" text_with_sidebar_"] .text_sidebar .text_col {
  padding-left: 12px;
}

.single-case_studies .text_with_sidebar .text_sidebar .text_col, .single-case_studies div[class^="text_with_sidebar_"] .text_sidebar .text_col, .single-case_studies div[class*=" text_with_sidebar_"] .text_sidebar .text_col {
  padding-left: 0px;
}

@media screen and (max-width: 1023px) {
  .text_with_sidebar .text_sidebar, div[class^="text_with_sidebar_"] .text_sidebar, div[class*=" text_with_sidebar_"] .text_sidebar {
    padding-left: 0px;
    border-left: none;
    border-top: 1px solid #dfdfdf;
    padding-top: 24px;
  }
  .text_with_sidebar .main_text_content h1.heading, div[class^="text_with_sidebar_"] .main_text_content h1.heading, div[class*=" text_with_sidebar_"] .main_text_content h1.heading {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 639px) {
  .text_with_sidebar, div[class^="text_with_sidebar_"] .main_text_content, div[class*=" text_with_sidebar_"] .main_text_content {
    padding-top: 0px !important;
    padding-bottom: 72px !important;
  }
  .text_with_sidebar .main_text_content h1.heading, div[class^="text_with_sidebar_"] .main_text_content h1.heading, div[class*=" text_with_sidebar_"] .main_text_content h1.heading, .text_with_sidebar .main_text_content p, div[class^="text_with_sidebar_"] .main_text_content p, div[class*=" text_with_sidebar_"] .main_text_content p {
    padding-bottom: 24px;
  }
  .text_with_sidebar .text_sidebar {
    padding-left: 0px;
    border-left: none;
    padding-top: 24px;
    border-top: 1px solid #d6d6d6;
  }
  .text_with_sidebar {
    padding-bottom: 60px;
  }
  div[class^="text_with_sidebar_"] .main_text_content .icon, div[class*=" text_with_sidebar_"] .main_text_content  .icon {
    padding-right: 3px;
  }
  .text_with_sidebar .text_sidebar .sidebar_list_item, div[class^="text_with_sidebar_"] .text_sidebar .sidebar_list_item, div[class*=" text_with_sidebar_"] .text_sidebar .sidebar_list_item {
    padding-bottom: 16px;
  }
  .text_with_sidebar .text_sidebar .sidebar_list_item:nth-last-of-type(-n+2), div[class^="text_with_sidebar_"] .text_sidebar .sidebar_list_item:nth-last-of-type(-n+2), div[class*=" text_with_sidebar_"] .text_sidebar .sidebar_list_item:nth-last-of-type(-n+2) {
    padding-bottom: 0px;
  }
  .text_with_sidebar.icon_list .main_text_content, div[class^="text_with_sidebar_"].icon_list .main_text_content, div[class*=" text_with_sidebar_"].icon_list .main_text_content {
    padding-bottom: 66px !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .text_with_sidebar .main_text_content, div[class^="text_with_sidebar_"] .main_text_content, div[class*=" text_with_sidebar_"] .main_text_content {
    padding-top: 0px !important;
    padding-bottom: 96px !important;
  }
   .text_with_sidebar .main_content, div[class^="text_with_sidebar_"] .main_content, div[class*=" text_with_sidebar_"] .main_content {
    padding-bottom: 60px;
  }
  .text_with_sidebar .main_text_content h1.title, div[class^="text_with_sidebar_"] .main_text_content h1.title, div[class*=" text_with_sidebar_"] .main_text_content h1.title {
    padding-bottom: 48px;
  }
  .text_with_sidebar .text_sidebar, div[class^="text_with_sidebar_"] .text_sidebar, div[class*=" text_with_sidebar_"] .text_sidebar {
    padding-left: 0px;
    border-left: none;
    padding-top: 36px;
    border-top: 1px solid #d6d6d6;
  }
  .text_with_sidebar {
    padding-bottom: 96px;
  }
  .text_with_sidebar .text_sidebar .sidebar_list_item, div[class^="text_with_sidebar_"] .text_sidebar .sidebar_list_item, div[class*=" text_with_sidebar_"] .text_sidebar .sidebar_list_item {
    padding-bottom: 18px;
  }
  .text_with_sidebar.icon_list .main_text_content, div[class^="text_with_sidebar_"].icon_list .main_text_content, div[class*=" text_with_sidebar_"].icon_list .main_text_content {
    padding-bottom: 80px !important;
  }
}

/* Text with Grid */


/* Text with Positions */
.text_with_positions .position_item {
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid #dfdfdf;
  display: block;
}

.text_with_positions a, .text_with_positions a:hover {
  color: #272727;
}

.text_with_positions .position_item h2 {
  float: left;
}

.text_with_positions .position_item:hover h2 {
  text-decoration: underline;
}

.text_with_positions .position_item:last-of-type {
  border-bottom: 1px solid #dfdfdf;
}
.text_with_positions .position_item .entry_arrow {
  display: none;
}
.text_with_positions .position_item:hover .entry_arrow {
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .text_with_positions .main_text_content, div[class^="text_with_positions"] .main_text_content, div[class*=" text_with_positions"] .main_text_content {
    padding-top: 0px !important;
    padding-bottom: 96px !important;
  }
  .text_with_positions .twp_large_text {
    padding-bottom: 48px;
  }
  .text_with_positions .position_item {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .text_with_positions .position_item .entry_arrow {
    display: inline-block;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
.text_with_positions .main_text_content, div[class^="text_with_positions"] .main_text_content, div[class*=" text_with_positions"] .main_text_content {
    padding-top: 0px !important;
    padding-bottom: 120px !important;
  }
  .text_with_positions .position_item .entry_arrow {
    display: inline-block;
  }
}

/* Image with Title */

.image_with_title {
  text-align: center;
  height: 100vh;
}
.image_with_title .section_arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}
.iwt_embed .iwt_header_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.image_with_title.iwt_video {
  position: relative;
}
.image_with_title.iwt_video:before {
  content: '';
  position: absolute;
  height: inherit;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 639px) {
  .image_with_title .section_arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
  }
}

/* Two Image Block */

/* Three Image Masonry Block */
.tall_image img, .tall_img img, .two_up_images img, .tall_image .img_wrap img, .tall_img .img_wrap img {
  height: 100%;
  object-fit: cover;
}
.img_wrap {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .three_images_masonry_block + .three_images_masonry_block {
    padding-top: .9375rem;
  }
}

/* Four Image Block */
.four_images_masonry_block {
  padding-bottom: 120px;
}
.four_images_masonry_block .grid-y, .four_images_masonry_block img {
  height: 100%;
}
.four_images_masonry_block img {
  object-fit: cover;
}

/* Five Image Gallery */

.five_images_block_margin {
  padding-bottom: 120px;
}
.five_images_block_margin img {
  height: 100%;
  width: 100%;
}
.five_images_block_margin .five_images_second_row {
  margin-top: 1.875rem;
}

@media screen and (max-width: 639px) {
  .four_images_masonry_block {
    padding-bottom: 48px;
  }
  .five_images_block_margin {
    padding-bottom: 60px;
  }
  .five_images_block_margin .small-order-2 {
    padding-right: 1.875rem;
  }
  .five_images_block_margin .small-order-3 {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .four_images_masonry_block {
    padding-bottom: 96px;
  }
  .five_images_block_margin .five_images_second_row {
    margin-top: .9375rem;
  }
  .five_images_block_margin .small-order-2 {
    padding-right: 1.40625rem;
  }
  .five_images_block_margin .small-order-3 {
    padding-left: 1.40625rem;
  }
  .five_images_block_margin .small-order-2, .five_images_block_margin .small-order-3, .five_images_block_margin .small-order-4, .five_images_block_margin .small-order-5 {
    padding-top: 1.875rem;
  }
  .five_images_block_margin {
    padding-bottom: 96px;
  }
}

/* Staging Slider */
.stage_slider_block .slick-slide.slick-current + .slick-slide:hover {
  cursor: pointer;
}
.stage_slider_block .slick-slide.slick-current + .slick-slide .ss_image_wrapper:after {
  opacity: 0;
}
.stage_slider_block .slick-slide.slick-current + .slick-slide:hover .ss_image_wrapper:after {
 opacity: 1;
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 background-color: rgba( 255, 255, 255, .5);
 height: 100%;
 width: 100%;
 animation: overlayFadeIn .35s ease-in;
}

.grid-container.full.stage_slider_block {
  padding-left: 4.625rem;
}
.stage_slider_block {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.slider_arrows {
  position: relative;
  padding-top: 130px;
  padding-bottom: 36px
}
.slider_vert_arrows {
  float: right;
}
.slider_arrows i.fal, .slider_vert_arrows i.fal {
  color: inherit;
  opacity: 1;
  font-size: 30px;
}
.slider_arrows i.fal:hover, .slider_vert_arrows i.fal:hover,
.slider_arrows .prev_btn:hover, .slider_arrows .next_btn:hover,
.slider_vert_arrows .prev_btn:hover, .slider_vert_arrows .next_btn:hover {
  opacity: 0.5;
  cursor: pointer;
}

/*.slider_arrows .next_btn i.fal, .slider_vert_arrows .next_btn i.fal {
  opacity: 1;
}*/
.slider_arrows .prev_btn, .slider_arrows .next_btn, .slider_vert_arrows .prev_btn, .slider_vert_arrows .next_btn {
  display: inline-block;
}
.slider_arrows .prev_btn, .slider_vert_arrows .prev_btn {
  margin-right: 8px;
}
.slider_arrows .slick-prev, .slider_arrows .slick-next {
  top: -30px;
}
.slider_arrows .slick-prev {
  left: 0px;
}
.slider_vert_arrows .slick-prev, .slider_vert_arrows .slick-next {
  top: 0px;
}
.slider_vert_arrows .slick-prev {
  right: 0px;
}
.img_slider_arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
.img_slider_arrows .prev_btn {
  position: absolute;
  left: -60px;
}
.img_slider_arrows .next_btn {
  position: absolute;
  right: -60px;
}
.img_slider_arrows i.fal {
  color: #ffffff;
  opacity: 0.5;
}
.img_slider_arrows i.fal:hover {
  opacity: 1;
}
.image_grid_slider .slick-list {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.background_000000 .slider_arrows i.fal, .background_000000 .slider_vert_arrows i.fal {
  color: #ffffff;
}
.curr_vert, .total_vert {
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.8px;
}
.total_vert {
  color: #dfdfdf;
}

.slick-slider {
  max-width: 100%;
  overflow: hidden;
}
.slick-slide {
  margin-right: 32px;
  position: relative;
}
.slick-list {
  padding-left: 0px !important;
}
.award_block .slick-list {
  padding-top: 24px !important;
  margin-bottom: -10px !important;
}
/*.stage_slider_block .slider_padding {
  padding-left: 4.625rem
}*/

@media screen and (max-width: 639px) {
  .stage_slider_block .slick-slide.slick-current + .slick-slide:hover .ss_image_wrapper:after {
    content: none;
  }
  .slick-slide {
    margin-right: 18px
  }
  .stage_slider_block .slider_padding {
    padding-right: 0px;
    padding-left: 24px;
  }
  .slider_arrows {
    padding-bottom: 25px !important;
  }
  .image_grid_slider {
    padding-top: 20px;
  }
  .img_slider_arrows .prev_btn {
    position: absolute;
    left: -10px;
    font-size: 14px;
  }
  .img_slider_arrows .next_btn {
    position: absolute;
    right: -10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .slider_arrows {
    padding-bottom: 24px !important;
  }
  .slick-slide {
    margin-right: 20px
  }
  .stage_slider_block .slick-slide.slick-current + .slick-slide:hover .ss_image_wrapper:after {
    content: none;
  }
  .img_slider_arrows .prev_btn {
    position: absolute;
    left: 0px;
    font-size: 14px;
  }
  .img_slider_arrows .next_btn {
    position: absolute;
    right: 0px;
    font-size: 14px;
  }
}
@media screen and (min-width: 640px) and (max-width: 680px) {
  .award_block .slick-list h2.award_title, .award_block .slick-list h2.award_desc {
    font-size: 20px;
  }
}

/* Team */

.team_block .grid-margin-x.large-up-4 > .cell:nth-child(1) {
    margin-left: 0px;
}
.team_block .grid-margin-x.large-up-4 > .cell:last-of-type {
    margin-right: 0px;
}
.team_block .name {
  padding-top: 30px;
  padding-left: 12px;
  padding-right: 12px;
}
.team_block .title {
  padding-bottom: 96px;
  padding-left: 12px;
  padding-right: 12px;
}
.team_block .grid-padding-x.medium-up-3 > .cell:nth-last-child(-n+3) .title {
    padding-bottom: 0px;
}
@media screen and (max-width: 639px) {
  .team_block .grid-margin-x.large-up-4 > .cell:nth-child(2n+1) {
      margin-left: 0px;
  }
  .team_block .name {
    padding-top: 15px;
  }
  .team_block .title {
    padding-bottom: 60px;
  }
  .team_block .grid-margin-x.small-up-2 > .cell:nth-last-child(-n+2) .title {
      padding-bottom: 0px;
  }
  .cell.person_block:nth-of-type(odd) {
    padding-right: 1.875rem;
  }
  .cell.person_block:nth-of-type(even) {
    padding-left: 1.875rem;
  }
  .team_block .grid-padding-x.medium-up-3 > .cell:nth-last-child(-n+3) .title {
    padding-bottom: 60px;
  }
  .team_block .grid-padding-x.medium-up-3 > .cell:nth-last-child(-n+1) .title {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .team_block .grid-margin-x.medium-up-3 > .cell:nth-child(3n+1) {
      margin-left: 0px;
  }
  .team_block .name {
    padding-top: 25px;
  }
  .team_block .grid-margin-x.small-up-2 > .cell:nth-last-child(-n+3) .title {
      padding-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .team_block .grid-margin-x.large-up-4 > .cell:nth-child(4n+1) {
      margin-left: 0px;
  }
  .team_block .grid-margin-x.large-up-4 > .cell:nth-last-child(-n+4) .title {
      padding-bottom: 0px;
  }
}

/* Link Block */

.single_link_block {
  padding-top: 204px;
  padding-bottom: 204px;
  text-align: center;
}
.single_link_block_heading  {
  padding-top: 204px;
  padding-bottom: 204px;
  text-align: center;
}
.single_link_block_heading .subheading {
  padding-top: 18px;
}
.link_item {
  text-align: center;
}
.single_link_block_heading .link_item {
  padding-top: 60px;
}
.single_link_block_heading.case_study_link .link_item,
.single_link_block_heading.project_link .link_item {
  padding-top: 50px;
}
.link_item a {
  color: #272727;
  display: inline-block;
}
.link_item .text_link a, .text_link a {
  color: #272727;
  text-decoration: underline;
}

@media screen and (max-width: 639px) {
  .single_link_block, .single_link_block_heading, .single_text_block_1, .single_text_block_2, div[class^="single_link_block"] .main_text_content, div[class*=" single_link_block"] .main_text_content  {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
    text-align: center;
  }
  .single_link_block_heading .link_item,
  .single_link_block_heading.case_study_link .link_item, .single_link_block_heading.project_link .link_item {
    padding-top: 36px;
  }
  .single_link_block_heading .subheading {
    padding-top: 12px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .single_link_block, .single_link_block_heading, div[class^="single_link_block"], div[class*=" single_link_block"]  {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
    text-align: center;
  }
  .single_link_block_heading .link_item, .single_link_block_heading.case_study_link .link_item, .single_link_block_heading.project_link .link_item {
    padding-top: 36px;
  }
  .single_link_block_heading .subheading {
    padding-top: 12px;
  }
}

/* Awards */
.award_block_content {
  padding-top: 40px;
  padding-bottom: 120px;
}
.award_block .sprout_vert_slide:hover h2.award_desc {
  text-decoration: underline;
}
.award_block .vert_slider .slick-slide .sprout_vert_slide .cell:first-child {
  padding-top: 48px;
  padding-bottom: 48px;
}
.award_block .vert_slider .slick-slide .sprout_vert_slide .cell.slide_line {
  border-bottom: 1px solid #5d5d5d;
}
.award_block .vert_slider .slick-slide:first-child .sprout_vert_slide .cell:first-child {
  padding-top: 0px;
  padding-bottom: 48px;
}
.sprout_vert_slide .award_desc {
  float: left;
}
.sprout_vert_slide .award_arrow {
  display: none;
  float: right;
  padding-right: 12px;
}
.sprout_vert_slide .award_arrow i {
  color: #fff;
  font-size: 26px;
}
.award_block .slick-slide:hover .award_arrow {
  display: inline-block;
}
.award_block .slick-slide {
  margin-right: 0px;
}
@media screen and (max-width: 639px) {
  .award_block {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .award_block_content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .award_block h2.award_title {
    line-height: 28px;
  }
  .award_block .vert_slider .slick-slide .sprout_vert_slide .cell:nth-child(1) {
    padding-top: 24px;
    padding-bottom: 0px;
  }
  .award_block .vert_slider .slick-slide .sprout_vert_slide .cell:nth-child(2) {
    padding-top: 0px;
    padding-bottom: 24px;
  }
  .award_block .vert_slider .slick-slide .sprout_vert_slide .cell .cell {
    padding-top: 0px;
  }
  .award_block .vert_slider .slick-slide .sprout_vert_slide .cell.slide_line {
    border-bottom: none;
  }
  .award_block .vert_slider .slick-slide .sprout_vert_slide .cell.slide_line:nth-of-type(2) {
    border-bottom: 1px solid #5d5d5d;
  }
  .sprout_vert_slide .award_arrow {
    padding-right: 6px;
    display: inline-block;
  }

  .sprout_vert_slide .award_desc {
    padding-bottom: 6px;
  }
  .award_nav {
    padding-top: 24px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .award_block {
    padding-top: 0px;
    padding-bottom: 72px;
  }
  .award_block_content {
    padding-bottom: 0px;
  }
  .award_block .vert_slider .slick-slide .sprout_vert_slide .cell:first-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .sprout_vert_slide .award_arrow {
    padding-right: 6px;
    display: inline-block;
  }
  .award_block .slogan {
    padding-bottom: 36px;
  }
  .award_nav {
    padding-top: 46px;
  }
}

/* Single Position */
.single-positions .position_title {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.single-positions .center_text_content:nth-of-type(2) h1, .single-positions .center_text_content:nth-of-type(2) h1 p, .single-positions .center_text_content p {
  font-size: 27px;
  line-height: 45px;
  letter-spacing: 0.5px;
}
 .single-positions .center_text_content h2 {
   font-weight: 700;
 }
 .single-positions .center_text_content .single_text_subheading {
   padding-bottom: 24px;
 }
.single-positions .center_text_content p {
  padding-bottom: 36px;
}
.single-positions .center_text_content .single_text_heading h1,
.single-positions .center_text_content .single_text_heading h2,
.single-positions .center_text_content .single_text_subheading h1,
.single-positions .center_text_content .single_text_subheading h2 {
  text-align: center;
}
.single-positions .center_text_content .single_text_heading p, .single-positions .center_text_content p:last-of-type {
  padding-bottom: 0px;
}
.single-positions .center_text_content:nth-of-type(1) h1 {
  text-align: center;
  padding-bottom: 60px;
}
.single-positions .center_text_content:nth-of-type(2) h1 {
  text-align: center;
  padding-bottom: 24px;
}
.single-positions .center_text_content:nth-of-type(2) h1, .single-positions .center_text_content:nth-of-type(2) h1 p, .single-positions .center_text_content p {
  font-size: 27px;
  line-height: 45px;
  letter-spacing: 0.5px;
}

.single-positions .center_text_block + .center_text_block {
  padding-top: 0px;
}


@media screen and ( max-width: 639px ) {
  .single-positions .center_text_content p, .single-positions .center_text_content ul li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
  .single-positions .position_title {
    padding-bottom: 36px !important;
  }
  .single-positions div[class^="center_text_block "], div[class*=" center_text_block"] {
    padding-bottom: 0px !important;
  }
  .single-positions .center_text_content:nth-of-type(2) h1, .single-positions .center_text_content:nth-of-type(2) h1 p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
  .single-positions .center_text_content:nth-of-type(1) h1 {
    padding-bottom: 36px;
  }
  .single-positions .center_text_block + .center_text_block {
    padding-top: 60px;
  }
}
@media screen and ( min-width: 640px ) and (max-width: 1023px) {
  .single-positions .center_text_content p, .single-positions .center_text_content ul li {
      font-size:23px;
      line-height: 37px;
      letter-spacing: 0.3px;
  }
  .single-positions .position_title {
    padding-bottom: 48px !important;
  }
 
  .single-positions .center_text_content:nth-of-type(2) h1, .single-positions .center_text_content:nth-of-type(2) h1 p {
    font-size:23px;
    line-height: 37px;
    letter-spacing: 0.3px;
  }
  .single-positions .center_text_content:nth-of-type(1) h1 {
    padding-bottom: 48px;
  }
  .single-positions .center_text_block + .center_text_block {
    padding-top: 0px;
  }
}

/* Single Case Studies */

.single-case_studies h3.mini_heading {
  padding-bottom: 24px;
}
.single-case_studies .award_block {
  padding-top: 0px;
}
.image_with_title .section_arrow.left {
  left: 72px;
}
.image_with_title .section_arrow.right {
  left: auto;
  right: 72px;
}
.single-case_studies .center_text_block.case_study_center_text .center_text_content {
  padding-top: 40px;
}
.single-case_studies .div[class^="single_text_block_"] h2.single_text_subheading p:not(:last-of-type), .single-case_studies div[class*=" single_text_block_"] h2.single_text_subheading p:not(:last-of-type) {
  padding-bottom: 36px;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .single-case_studies h3.mini_heading {
    padding-bottom: 24px;
  }
  .single-case_studies .div[class^="single_text_block_"] h2.single_text_subheading p:not(:last-of-type), .single-case_studies div[class*=" single_text_block_"] h2.single_text_subheading p:not(:last-of-type) {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 639px) {
  .single-case_studies .div[class^="single_text_block_"] h2.single_text_subheading p:not(:last-of-type), .single-case_studies div[class*=" single_text_block_"] h2.single_text_subheading p:not(:last-of-type) {
    padding-bottom: 24px;
  }
}

/* CONTACT */

/* Contact Block */
.contact_block {
  padding-top: 96px;
  padding-bottom: 200px;
}
.contact_block .left_right_content_blocks p:first-of-type {
  font-weight: 700;
}
.contact_block .left_block_large .text_link,
.contact_block .left_block_large .hype_link {
  padding-top: 36px;
}
.contact_block .left_block .content p {
  padding-bottom: 0px;
  line-height: 30px;
}
.contact_block .left_block:not(:last-of-type) {
  padding-bottom: 20px;
}
.contact_block .right_block .content:not(:last-of-type),
.contact_block .right_block:not(:last-of-type) {
  padding-bottom: 24px;
}
.contact_block .right_block .title {
  font-weight: 700;
  line-height: 30px;
}
.contact_block .right_block p {
  line-height: 30px;
}
.contact_block .right_block h4 a {
  color: #272727;
  font-weight: normal;
}
.page-contact footer {
  height: auto;
  padding: 70px 0;
}
.ftact footer .grid-x.footer_blocks {
  display: none;
}
@media screen and (max-width: 1023px) {
  .contact_block .left_right_content_blocks {
    padding-top: 96px;
  }
  .contact_block .left_block_large {
    text-align: center;
  }
  .contact_block .right_block {
    text-align: right;
  }
  .contact_block .left_block_large .link_hype {
    padding-bottom: 96px;
  }
  #talkblack_hype_container {
    margin: auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .contact_block {
    padding-bottom: 156px;
  }
}

@media screen and (max-width: 639px) {
  .contact_block {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .contact_block .right_block .content:not(:last-of-type),
  .contact_block .right_block:not(:last-of-type) {
    padding-bottom: 30px;
  }
}

/* Project Slider Home */

.project_imgnav_link {
  padding-top: 36px;
}
.project_imgnav_link .link_item {
  text-align: left;
}
 .project_slider_home {
  height: auto !important;
}
 .project_slider_home .stage_content_wrapper,
 .project_slider_home .stage_content_mobile {
  background: #000;
  display: block;
  height: 100%;
  font-family: 'neue-haas-grotesk-display', sans-serif;
}
 .project_slider_home .stage_content {
  padding: 72px 50px 30px 63.65px;
  height: inherit;
}
.project_slider_home .services_list {
  color: #ffffff;
  padding-top: 30px;
  font-size: 16px;
}
 .project_slider_home .stage_content_mobile h1,
 .project_slider_home .stage_content_mobile h2,
 .project_slider_home .stage_content_mobile a,
 .project_slider_home .stage_content_mobile p {
  color: #fff;
}
 .project_slider_home .stage_content_mobile .slogan_mobile {
  padding-bottom: 12px;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.5px;
}
 .project_slider_home .stage_content .slogan_meta,
 .project_slider_home .stage_content .counter {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
 .project_slider_home .stage_content .counter {
  float: right;
  padding-bottom: 100px;
}
@media screen and (min-width: 1800px) {
   .project_slider_home .stage_content {
    padding: 100px;
  }
   .project_slider_home .stage_content .counter {
    float: right;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1920px) {
  .project_slider_home {
    margin-top: 60px;
  }
}
@media screen and (min-width: 2000px) {
   .project_slider_home .stage_content .counter {
    float: right;
    padding-bottom: 200px;
  }
}
 .project_slider_home .stage_content .stage_item {
  height: inherit;
  display: none;
}
.project_slider_home .stage_content .stage_item .name {
  color: #fff;
}
 .project_slider_home .stage_content .stage_item .desc {
  color: #fff;
}
 .project_slider_home .stage_content_mobile {
  padding: 0px 24px 36px 24px;
}
 .project_slider_home .stage_content_mobile h4 {
  color: #fff;
}
 .project_slider_home .stage_content_mobile h3 p {
  color: #fff;
}

.stage_item {
  left: 0px !important;
}
 .project_slider_home .projectGridItem {
  width: 100%;
  padding: 0px;
}

@media screen and (max-width: 1023px) {
  .project_slider_home .stage_content_mobile .slogan_mobile {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .project_slider_home .mobile_projects .project_item:not(:first-of-type) .slogan_mobile {
    display: none;
  }
  .project_slider_home .mobile_projects .project_item:not(:first-of-type) .stage_content_mobile {
    padding-top: 108px;
  }
}


@media screen and (min-width: 1024px) {
 .project_slider_home .slider_nav {
   height: 100%;
  }
  .project_slider_home .slider_nav .cell {
   height: 100%;
  }
  .project_slider_home .slider_nav .cell .projectGridItem,
  .project_slider_home .slider_navsecond .cell .projectGridItem {
   height: 100%;
  }
 .project_slider_home .slider_nav .cell .projectGridItem img,
 .project_slider_home .slider_navsecond .cell .projectGridItem img {
   height: 100%;
   object-fit: cover;
   transform: scale(1);
   animation: smoothScaleRevert .5s ease-in-out;
  }
  .project_slider_home .slider_nav .cell .projectGridItem:not(.nov):hover img,
  .project_slider_home .slider_navsecond .cell .projectGridItem:not(.nov):hover img {
    transform: scale(1.1);
    animation: smoothScale .5s ease-in-out;
  }
}
.project_slider_home .projectGridItem:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba( 0, 0, 0, 0.5);
}
 .project_slider_home .slider_navsecond .projectGridItem:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba( 0, 0, 0, 0.5);
}
 .project_slider_home .slider_navsecond .slick-slide[data-slick-index="0"],
 .project_slider_home .slider_navsecond .slick-slide[data-slick-index="1"] {
  display: none;
}
 .project_slider_home .slider_nav .projectGridItem.nov:after,
 .project_slider_home .slider_navsecond .projectGridItem.nov:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba( 0, 0, 0, 0);
}

@media screen and ( min-width: 1024px ) and ( max-width: 1199px ) {
  .project_slider_home .slider_nav .cell .projectGridItem.nov img,
  .project_slider_home .slider_navsecond .cell .projectGridItem.nov img {
    transform: scale(1.1);
    animation: smoothScale .5s ease-in-out;
  }
}

@media screen and (max-width: 639px) {
  .project_slider_home .stage_content_mobile .slogan_mobile {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .project_slider_home .mobile_projects .project_item:not(:first-of-type) .slogan_mobile {
    display: none;
  }
  .project_slider_home .mobile_projects .project_item:not(:first-of-type) .stage_content_mobile {
    padding-top: 96px;
  }
  .project_slider_home .projectGridItem:after {
   content: '';
   position: absolute;
   top: 0px;
   left: 0px;
   height: 100%;
   width: 100%;
   background-color: rgba( 0, 0, 0, 0);
 }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .project_slider_home .stage_content_mobile h2 {
    padding-bottom: 12px;
  }
  .project_slider_home .projectGridItem:after {
   content: '';
   position: absolute;
   top: 0px;
   left: 0px;
   height: 100%;
   width: 100%;
   background-color: rgba( 0, 0, 0, 0);
 }
}
.project_slider_home .overlay {
  padding: 30px;
}
.project_slider_home .overlay .disc.font_light_45 {
  display: none;
  color: #272727;
  font-weight: 600;
  font-size: 18px;
}
.project_slider_home a:hover .overlay .disc.font_light_45,
.project_slider_home .overlay:hover .disc.font_light_45 {
  display: block;
}

.logos_grid {
  background: #000;
  padding-bottom: 170px;
  margin-bottom: 0px;
}
.logos_grid .slogan {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.6px;
}
.logos_grid .slick-slide {
  margin-right: 0px;
}
.logos_grid .clientsLogos {
  padding-top: 24px;
  margin-top: 0px;
}
.logos_grid .clientsLogos {
  padding-top: 0px;
  text-align: center;
}
.logos_grid .clientsLogos .cell {
  display: inline-block;
}
.logos_grid .clientsGridItem {
    padding: 40px 20px;
    float: none;
}

.logos_grid .clientsGridItem a {
    display: block;
    position: relative;
}

.logos_grid .clientsGridItem img {
    opacity: .6;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.logos_grid .clientsGridItem svg {
  fill-opacity: .6;
  -webkit-transition: fill-opacity 300ms;
  -moz-transition: fill-opacity 300ms;
  -ms-transition: fill-opacity 300ms;
  -o-transition: fill-opacity 300ms;
  transition: fill-opacity 300ms;
  width: 75%;
}

.logos_grid .clientsGridItem img:hover {
    opacity: 1;
}

.logos_grid .clientsGridItem a:hover,
.logos_grid .clientsGridItem a:hover svg{
  fill-opacity: 1;
  opacity: 1;
}

.logos_grid .clientsGridItem {
    float: none;
    border-right: none;
    border-top: none;
}

.logos_grid .clientsGridItem:nth-of-type(-n+5) {
    border-top: none;
}

.logos_grid .clientsGridItem:nth-of-type(5n+5), .clientsGridItem:last-of-type {
    border-right: none;
}

@media screen and ( max-width: 1199px ) {
  .logos_grid .clientsGridItem {
      padding: 0 20px 30px;
  }
}
@media screen and ( max-width: 639px ) {
  .logos_grid {
    padding-bottom: 96px;
  }
  .logos_grid .clientsGridItem {
      padding: 20px 10px 40px;
  }
  .logos_grid .slick-slide {
    margin-right: 0px;
  }
}
@media screen and ( max-width: 639px) and ( orientation:landscape ) {
  .logos_grid .clientsGridItem {
    padding: 20px 40px 40px;
  }
}
@media screen and (min-width: 1500px) {
  .logos_grid .clientsGridItem {
      padding: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .logos_grid .clientsGridItem {
      padding: 60px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .logos_grid {
    padding-bottom: 96px;
  }
}

/* Services Grid */
.services_grid .grid_nolines .clientsGridItem {
  border: none !important;
}

.services_grid h2 {
  padding-bottom: 200px;
}
@media screen and (max-width: 1199px ) {
  .services_grid h2 {
    padding-bottom: 50px;
  }
}
.services_grid h1, .services_grid h1 p {
  text-align: center;
}
.services_grid .three_tgrid .clientsGridItem {
    float: none;
    text-align: center;
    padding: 72px 30px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #5d5d5d;
    border-right: 1px solid #5d5d5d;
}
.services_grid .four_tgrid .clientsGridItem {
  float: none;
  text-align: center;
  padding: 72px 30px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.services_grid .four_tgrid .clientsGridItem:nth-child(4n+4),
.services_grid .three_tgrid .clientsGridItem:nth-child(3n+3) {
  border-right: none;
}
/*.services_grid .clientsGridItem:nth-of-type(5),
.services_grid .clientsGridItem:nth-of-type(6),
.services_grid .clientsGridItem:nth-of-type(7),
.services_grid .clientsGridItem:nth-of-type(8) {
    border-bottom: none;
}*/
.services_grid .clientsGridItem img {
  width: auto;
  height: 38px;
  margin-bottom: 36px;
  filter: none;
  opacity: 1;
}
.services_grid .sp_services li {
  font-size: 16px;
  line-height: 30px;
}
.services_grid .sp_services li h4 {
  color: #5d5d5d !important;
}
.services_grid .sp_services_title {
  color: #000;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.services_grid .clientsGridItem .content p {
  line-height: 30px;
  letter-spacing: 0.75px;
}
.services_grid .three_tgrid .clientsGridItem:nth-last-child(-n+3) {
  border-bottom: none;
}
.services_grid .four_tgrid .clientsGridItem:nth-last-child(-n+4) {
  border-bottom: none;
}

@media screen and (min-width: 1024px) and (max-width: 1199px ){
  .services_grid .clientsGridItem {
    padding: 30px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  /*.page-careers .services_grid .clientsGridItem:nth-of-type(odd),
  .page-careers .services_grid .clientsGridItem:nth-of-type(even),
  .services_grid .three_tgrid .clientsGridItem:nth-of-type(odd),
  .services_grid .three_tgrid .clientsGridItem:nth-of-type(even) {
    border-bottom: 1px solid #5d5d5d;
  }
  .page-careers .services_grid .clientsGridItem:nth-of-type(odd),
  .services_grid .three_tgrid .clientsGridItem:nth-of-type(odd) {
      border-left: none !important;
      border-right: 1px solid #5d5d5d;
  }
  .services_grid .clientsGridItem:nth-of-type(even) {
      border-right: none;
      border-left: none;
  }
  .services_grid .clientsGridItem:nth-last-child(2),
  .services_grid .clientsGridItem:last-of-type {
      border-bottom: none;
  }
  .services_grid .clientsGridItem {
    padding: 72px 30px;
  }*/
  .services_grid .sp_services_title {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .text_grid_block .image_wrapper {
    height: 39px;
  }
  /*.services_grid .three_tgrid .clientsGridItem:nth-last-child(-n+3) {
    border-bottom: 1px solid #5d5d5d;
  }
  .services_grid .three_tgrid .clientsGridItem:nth-last-child(-n+2) {
    border-bottom: none !important;
  }
  .home .services_grid .clientsGridItem:nth-of-type(odd),
  .home .services_grid .clientsGridItem:nth-of-type(even),
  .services_grid .four_tgrid .clientsGridItem:nth-of-type(odd),
  .services_grid .four_tgrid .clientsGridItem:nth-of-type(even) {
      border-bottom: 1px solid #dfdfdf;
  }
  .home .services_grid .clientsGridItem:nth-of-type(odd),
  .services_grid .four_tgrid .clientsGridItem:nth-of-type(odd),
  .services_grid .three_tgrid .clientsGridItem:nth-child(4n-4) {
      border-left: none !important;
      border-right: 1px solid #dfdfdf;
  }*/
  .services_grid .three_tgrid .clientsGridItem:nth-child(3n+3) {
    border-right: 1px solid #5d5d5d;
  }
  .services_grid .four_tgrid .clientsGridItem:nth-of-type(odd),
  .services_grid .three_tgrid .clientsGridItem:nth-of-type(odd) {
    border-left: none;
  }
  .services_grid .four_tgrid .clientsGridItem:nth-of-type(even),
  .services_grid .three_tgrid .clientsGridItem:nth-of-type(even)  {
    border-right: none;
  }
  .services_grid .four_tgrid .clientsGridItem:nth-last-child(-n+4) {
    border-bottom: 1px solid #dfdfdf;
  }
  .services_grid .three_tgrid .clientsGridItem:nth-last-child(-n+3) {
    border-bottom: 1px solid #5d5d5d;
  }
  .services_grid .four_tgrid .clientsGridItem:nth-last-child(-n+2),
  .services_grid .three_tgrid .clientsGridItem:nth-last-child(-n+2) {
    border-bottom: none;
  }
 /*.home .services_grid .clientsGridItem:nth-last-child(2),
  .home .services_grid .clientsGridItem:last-of-type,
  .services_grid .four_tgrid .clientsGridItem:nth-last-child(2),
  .services_grid .four_tgrid .clientsGridItem:last-of-type {
      border-bottom: none;
  }*/
  .text_grid_block.who_we_are .main_content {
    padding-top: 0px !important;
  }
  .services_grid .slogan {
    padding-top: 72px !important;
    padding-bottom: 96px !important;
  }
}
@media screen and (max-width: 639px) {
  .services_grid h1, .services_grid h1 p {
    text-align: left;
  }
  .services_grid .three_tgrid .clientsGridItem {
    padding: 48px 0px;
    border: none;
    border-bottom: 1px solid #5d5d5d;
    border-left: none;
    border-right: none;
  }
  /*.services_grid .clientsGridItem:first-of-type {
    padding: 0 0 48px 0;
    border: none;
  }*/
  .services_grid .four_tgrid .clientsGridItem {
    padding: 48px 0px;
    border: none;
    border-bottom: 1px solid #dfdfdf;
  }
  .services_grid .four_tgrid .clientsGridItem:nth-last-child(-n+4) {
    border-bottom: 1px solid #dfdfdf;
  }
  .services_grid .three_tgrid .clientsGridItem:nth-last-child(-n+3) {
    border-bottom: 1px solid #5d5d5d;
  }
 /* .services_grid .clientsGridItem:not(:first-of-type) {
    padding: 48px 0px;
    border: none;
  }
  .page-careers .services_grid .clientsGridItem:nth-of-type(4),
  .page-careers .services_grid .clientsGridItem:nth-last-child(2),
  .page-careers .services_grid .clientsGridItem:last-of-type {
      border-bottom: 1px solid #5d5d5d;
  }*/
  .services_grid .clientsGridItem .sp_services,
  .services_grid .clientsGridItem .sp_services_title,
  .services_grid .clientsGridItem .sp_services li {
    text-align: left;
  }
  .services_grid .sp_services_title {
    padding-bottom: 12px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .services_grid .sp_services li h4 {
    font-size: 16px;
    letter-spacing: 0.2px;
  }
  .services_grid .clientsGridItem {
    border-left: none;
  }
}

.services_grid.blk_bckgrd .three_tgrid .clientsGridItem,
.services_grid.blk_bckgrd .four_tgrid .clientsGridItem {
  border-color: #5d5d5d;
}

 .link_block .link_item {
   padding: 100px 0;
   text-align: center;
 }
 .link_block .link_item a {
   color: #000;
   text-transform: uppercase;
   letter-spacing: 2px;
   font-size: 16px;
 }
.insta {
  padding-top: 150px;
  padding-bottom: 150px;
  overflow-x: hidden;
}
.insta h2.section_title p {
  font-size: 44px;
  line-height: 52px;
  color: #000;
}
.insta .insta_account {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.insta .insta_account:hover {
  text-decoration: underline;
}
.insta .insta_feed {
  padding-right: 0rem;
}
.insta .insta_wrapper {
  display: block;
  background: linear-gradient( to right, transparent 18%, #f1f1f1 0) no-repeat;
  padding: 72px 0;
}
#sb_instagram {
  padding-bottom: 0px !important;
}
#sb_instagram #sbi_images {
  float: right;
  padding-right: 0px !important;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.insta #sb_instagram a.sbi_photo {
  border: 1px solid #dfdfdf;
}
.insta .medium_image_adjust {
  display: none;
}
.insta #sbi_images p {
  text-align: right;
}

@media screen and (max-width: 1023px ) {
  #sb_instagram {
    padding: 0px !important;
    margin-left: 0px;
  }
  .insta .insta_text {
    padding-left: 20px;
  }
  .insta h2.section_title p {
    font-size: 26px;
    line-height: 36px;
  }
  .insta .medium_image_adjust {
    display: block;
    padding-right: 0px;
  }
  #sb_instagram .sbi_item {
    float: right;
  }
}
@media screen and (min-width: 640px ) and (max-width: 1023px) {
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    padding: 0px !important;
  }
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item.larger_img {
    width: 250px !important;
  }
  #sb_instagram.sbi_col_3 .sbi_item.larger_img, #sbi_images .medium_image_adjust {
    float: right !important;
  }
  #sb_instagram .sbi_item .sbi_photo {
    height: 250px !important;
  }
  #sb_instagram.sbi_col_3 #sbi_images .smaller_img .sbi_item {
    width: 160px !important;
    float: right;
  }
  #sb_instagram .smaller_img .sbi_item .sbi_photo {
    height: 160px !important;
  }
  .insta .insta_wrapper {
    display: block;
    background: linear-gradient( to right, transparent 30%, #f1f1f1 0) no-repeat;
    padding: 26px 0;
  }
}
@media screen and ( min-width: 640px) and (max-width: 767px) {
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item.larger_img {
    width: 200px !important;
  }
  #sb_instagram .sbi_item .sbi_photo {
    height: 200px !important;
  }
  .insta .insta_wrapper {
    padding: 20px 0;
  }
}

@media screen and (max-width: 639px ) {
  .insta {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  #sb_instagram {
    padding: 0px !important;
  }
  #sb_instagram #sbi_images .sbi_item:nth-of-type(2),
  #sb_instagram #sbi_images .sbi_item:nth-of-type(3) {
    display: none;
  }
  .insta .insta_text {
    padding-left: 20px;
  }
  .insta h2.section_title p {
    font-size: 26px;
    line-height: 36px;
  }
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    padding: 0px !important;
  }
  .insta .insta_wrapper {
    display: block;
    background: linear-gradient( to right, transparent 50%, #f1f1f1 0) no-repeat;
    padding: 0px;
  }
}
@media screen and (max-width: 400px) {
  .insta .insta_account a {
    font-size: 16px;
  }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: 100%;
  }
}

/********** HOME **********/
.featured_blog_posts .slogan, .services_grid .slogan {
  font-size: 13px;
  color: #000;
  padding: 80px 0;
  letter-spacing: 0.6px;
}
.bpost {
  display: block;
}
a.bpost:first-child .bpost_line {
  padding: 16px 0px 36px;
}
.bpost_line {
  padding: 36px 0px;
  border-bottom: 1px solid #dfdfdf;
}
.bpost_line .cell:not(.blog_list_content) {
  padding-left: 0px;
}
.bpost_line .cell.blog_list_content {
  padding-right: 0px;
}
.bpost:first-of-type {
  padding-top: 0px;
}
.bpost h2 {
  color: #000;
  float: left;
}
.bpost .post_term {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 44px;
}
.bpost .blog_arrow, .position_item .entry_arrow {
  display: none;
  float: right;
  padding-right: 12px;
}
.bpost .blog_arrow i, .position_item .entry_arrow i {
  color: #000;
  font-size: 26px;
}
.bpost:hover h2 {
  text-decoration: underline;
}
.bpost:hover .blog_arrow {
  display: inline-block;
}
.bpost .bp_img_wrapper {
  position: relative;
  display: block;
  height: inherit;
}
.bpost .bp_img_wrapper:after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba( 255, 255, 255, .5);
  height: 100%;
  width: 100%;
}
.bpost:hover .bp_img_wrapper:after {
  opacity: 1;
  animation: overlayFadeIn .35s ease-in;
}

.featured_blog_posts .view_all_posts {
  padding: 46px 0 0;
}
.featured_blog_posts .view_all_posts a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.featured_blog_posts .link_item {
    text-align: left;
}
@media screen and (max-width: 768px) {
  .bpost h2 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 300;
    color: #000;
  }
  .bpost .post_term {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
  }
}
@media screen and (max-width: 639px) {
  .bpost:hover .bp_img_wrapper:after {
    display: none;
  }
  .featured_blog_posts .slogan, .services_grid .slogan {
    padding: 60px 0;
  }
  .logos_grid .slogan {
    padding: 60px 0 40px;
  }
  a.bpost:first-child .bpost_line {
    padding-top: 0px;
  }
  .bpost h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
  }
  .bpost .blog_list_content {
    padding-left: 18px;
  }
  .bpost .post_term {
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
  }
  .bpost .blog_arrow, .position_item .entry_arrow {
    padding-right: 6px;
  }
  .bpost .blog_arrow, .bpost:hover .blog_arrow {
    display: none !important;
  }
  .single_link_block.our_process, div[class^="single_link_block"].our_process, div[class*=" single_link_block"].our_process {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .bpost:hover .bp_img_wrapper:after {
    display: none;
  }
  .bpost .blog_list_content {
    padding-left: 20px;
  }
  .single_link_block.our_process, div[class^="single_link_block"].our_process, div[class*=" single_link_block"].our_process {
    padding: 96px 0 !important;
  }
  .logos_grid .slogan {
    padding-top: 72px !important;
    padding-bottom: 66px !important;
  }
  .logos_grid .clientsLogos {
    padding-top: 0px;
  }
  .featured_blog_posts .slogan {
    padding-top: 72px;
  }
  .insta {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .featured_blog_posts .view_all_posts {
    padding-bottom: 0px;
  }
  .bpost .blog_arrow, .bpost:hover .blog_arrow {
    display: none !important;
  }
}

/* Blog Entry Posts */

.blog_header {
  padding-top: 60px;
  padding-bottom: 96px;
}

.single-blog-entry .post_author, .single-blog-entry .post_meta,
.single-blog-entry .cat_social, .single-blog-entry .cat_social div:not(.social) a  {
  font-size: 16px;
  letter-spacing: 0.4px;
}
.single-blog-entry .post_author .author + .photo_credits {
  padding-top: 18px;
}

.single-blog-entry h1.title {
  padding-top: 60px;
}

.single-blog-entry .featured_image + .grid-container, .single-projects .featured_image + .grid-container {
  padding-top: 120px;
}
.single-projects .project_summary + .grid-container:not(.related_posts) {
  padding-top: 190px;
}
.single-blog-entry .blog_footer_link_block + .related_posts {
  margin-top: 0px;
}

@media screen and (min-width: 1024px) {
  .single-projects .three_images_masonry_block + .single_image_block,
  .single-projects .single_image_block + .single_image_block,
  .single-case_studies .three_images_masonry_block + .single_image_block,
  .single-case_studies .single_image_block + .single_image_block {
    padding-top: .9375rem;
  }
}
.single-blog-entry .blog_text_block + .single_image_block {
  padding-top: 68px;
}

.single-blog-entry .blog_text_block + .quote_block {
  padding: 156px 0;
}
.single-blog-entry .blog_text_block + .stage_slider_block {
  padding: 96px 0;
}
.single-blog-entry .single_image_block + .single_image_block {
  padding-top: 18px;
}
.single-blog-entry .blog_text_block + .blog_text_block {
  padding-top: 36px;
}
.single-blog-entry .single_image_block + .blog_text_block {
  padding-top: 82px;
}
.single-blog-entry h2, .single-blog-entry h4 {
  font-weight: 700;
}

.single-blog-entry .quote_block h2 {
  font-weight: normal;
  padding-bottom: 36px;
}
.single-blog-entry .quote_block h3 {
  text-transform: none;
  padding-bottom: 12px;
  letter-spacing: 0.4px;
}

.single-blog-entry .stage_slider_block .stage_slider {
  padding-bottom: 0px !important;
}

.single-blog-entry .blog_summary {
  padding-bottom: 96px;
}
.single-blog-entry .blog_text p:not(:last-of-type)
.single-blog-entry .blog_summary ul, .single-blog-entry .blog_content ul, .single-blog-entry .blog_text ul, .single-blog-entry .blog_content ol, .single-blog-entry .blog_text ol {
  padding: 60px 96px 82px 96px;
}
.single-blog-entry .blog_summary p:not(:last-of-type), .single-blog-entry .blog_content p:not(:last-of-type), .single-blog-entry .blog_text p:not(:last-of-type) {
  padding-bottom: 36px;
}
.single-blog-entry .blog_content p + ul, .single-blog-entry .blog_content ol + p {
  padding-top: 36px;
}
.grid-container.related_posts {
  background: #f4f4f4;
  padding-top: 96px;
  padding-bottom: 156px;
  margin-top: 156px;
}
.single-projects .grid-container.related_posts {
  padding-bottom: 120px;
}
.single-blog-entry h2 {
  padding-bottom: 48px;
}

.single-blog-entry .quote_name h2 {
  padding-bottom: 12px;
}
.related_posts h1.heading {
  padding-bottom: 60px;
}
.related_posts h2 {
  padding-bottom: 0px;
}
.related_posts .term, .latest_posts .term, .project_posts .term {
  padding: 24px 0px 6px;
}
.post_footer {
  padding-top: 120px;
}
.post_footer .post_author {
  padding-bottom: 36px;
  border-bottom: 1px solid #dfdfdf;
}
.post_footer .cat_social {
  padding-top: 24px;
}
.post_footer .cat_social .social_link {
  display: inline;
}
.post_footer .cat_social a:last-of-type span:not(.cat),
.post_footer .cat_social .social_link:last-of-type span:not(.cat) {
  display: none;
}
.post_footer .cat_social a span.cat {
  text-decoration: underline;
}
.post_footer .cat_social .social {
  text-align: right;
}
.post_footer .cat_social .social a {
  text-decoration: none;
  padding-right: 24px;
}
.post_footer .cat_social .social a:hover {
  color: #5d5d5d;
}
.post_footer .cat_social .social a:last-child {
  padding-right: 0px;
}
.button_wrap a {
  text-align: center;
}
.blog_footer_link_block {
  padding: 204px 0;
  text-align: center;
}
.blog_footer_link_block .link_item a {
  padding-top: 60px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.related_posts .related_block h2 {
  font-weight: normal;
}
.single-blog-entry .footer_right_block h4 {
  font-weight: normal;
}

@media screen and (max-width: 639px) {
  .blog_header {
    padding-top: 60px;
    padding-bottom: 36px;
  }
  .blog_header h1 {
    padding-bottom: 12px;
  }
  .single-blog-entry .blog_text p:not(:last-of-type)
  .single-blog-entry .blog_summary ul, .single-blog-entry .blog_content ul, .single-blog-entry .blog_text ul, .single-blog-entry .blog_text ol, .single-blog-entry .blog_content ol {
    padding: 0px;
  }
  .single-blog-entry .featured_image + .grid-container,
  .single-projects .featured_image + .grid-container,
  .single-projects .project_summary + .grid-container {
    padding-top: 60px;
  }
  .single-projects .featured_image + div[class^="text_with_sidebar_"], .single-projects .featured_image + div[class*=" text_with_sidebar_"] {
    padding-top: 0px;
  }
  .single-blog-entry .blog_text p:not(:last-of-type)
  .single-blog-entry .blog_summary ul, .single-blog-entry .blog_content ul, .single-blog-entry .blog_text ul {
    padding: 60px 0;
  }
  .single-blog-entry .blog_text ol, .single-blog-entry .blog_content ol {
    padding: 24px 0 24px 24px;
  }
  .single-blog-entry .blog_text_block + .single_image_block {
    padding-top: 60px;
  }
  .grid-container.related_posts {
    margin-top: 96px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .related_posts h1.heading {
    padding-bottom: 36px;
    text-align: center;
  }
  .related_posts .related_block {
    padding-bottom: 1.875rem;
  }
  .blog_footer_link_block {
    padding: 96px 0;
  }
  .single-blog-entry .post_author, .single-blog-entry .post_meta,
  .single-blog-entry .cat_social, .single-blog-entry .cat_social div:not(.social) a {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
  .single-blog-entry .blog_content p + ul, .single-blog-entry .blog_content ol + p {
    padding-top: 24px;
  }
  .single-blog-entry .single_image_block + .blog_text_block {
    padding-top: 60px;
  }
  .single-blog-entry .blog_text_block + .quote_block {
    padding: 96px 0;
  }
  .single-blog-entry .blog_text_block + .stage_slider_block {
    padding: 60px 0;
  }
  .single-blog-entry .stage_slider_block .stage_slider {
    padding-bottom: 0px !important;
  }
  .single-blog-entry h2 {
    padding-bottom: 36px;
  }
  .single-blog-entry h4 {
    padding-bottom: 12px;
  }
  .post_footer {
    padding-top: 60px;
  }
  .post_footer .cat_social .social {
    text-align: left;
    padding-top: 26px;
  }
  .blog_footer_link_block .link_item a {
    padding-top: 36px;
  }
  .related_posts .term, .latest_posts .term {
    padding: 12px 0px 6px;
  }
  .single-blog-entry .related_posts h2 {
    padding-bottom: 0px;
  }
  .single-blog-entry .related_posts .related_block:not(:last-of-type) {
    padding-bottom: 48px;
  }
  .single-blog-entry .larger_text ol li {
    text-indent: 0px;
  }
  .vimeo_iframe, .video_local_section, .single_full_width_image, .two_up_images, .three_up_images_1_2, .three_up_images_2_1, .postSlideshow {
    padding-bottom: 1.875rem;
  }
  .two_up_images .cell:nth-of-type(1), .two_image_block .cell:nth-of-type(1) {
    padding-bottom: 1.875rem;
  }
  .two_up_images .cell:nth-of-type(2), .two_image_block .cell:nth-of-type(2) {
    padding-top: 1.875rem;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .blog_header h1 {
    padding-bottom: 12px;
  }
  .single-blog-entry .blog_text p:not(:last-of-type)
  .single-blog-entry .blog_summary ul, .single-blog-entry .blog_content ul, .single-blog-entry .blog_text ul, .single-blog-entry .blog_text ol, .single-blog-entry .blog_content ol {
    padding: 0px;
  }
  .single-blog-entry .featured_image + .grid-container,
  .single-projects .project_summary + .grid-container {
    padding-top: 72px;
  }
  .single-blog-entry .blog_text p:not(:last-of-type)
  .single-blog-entry .blog_summary ul, .single-blog-entry .blog_content ul, .single-blog-entry .blog_text ul, .single-blog-entry .blog_text ol, .single-blog-entry .blog_content ol {
    padding: 42px 0 58px;
  }
   .single-blog-entry .blog_text ol, .single-blog-entry .blog_content ol {
     padding:  36px 0 36px 24px;
   }
   .single-blog-entry .larger_text ol li {
     text-indent: 0px;
   }
  .single-blog-entry .blog_content p + ul, .single-blog-entry .blog_content ol + p {
    padding-top: 36px;
  }
  .single-blog-entry .blog_text_block + .single_image_block {
    padding-top: 58px;
  }
  .post_footer {
    padding-top: 72px;
  }
  .grid-container.related_posts {
    padding-top: 72px;
    padding-bottom: 96px;
    margin-top: 120px;
  }
  .blog_footer_link_block .link_item a {
    padding-top: 36px;
  }
  .related_posts h1.heading {
    padding-bottom: 60px;
    text-align: center;
  }
  .blog_footer_link_block {
    padding: 156px 0;
  }
  .single-blog-entry .single_image_block + .blog_text_block {
    padding-top: 60px;
  }
  .single-blog-entry .blog_text_block + .quote_block {
    padding: 120px 0;
  }
  .single-blog-entry .blog_text_block + .stage_slider_block {
    padding: 72px 0;
  }
  .single-blog-entry .stage_slider_block .stage_slider {
    padding-bottom: 0px !important;
  }
  .single-blog-entry .quote_name h2 {
    padding-bottom: 6px;
  }
  .single-projects .featured_image + .grid-container {
    padding-top: 60px;
  }
}

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

@media screen and (min-width: 640px) and (max-width: 1023px) {
}

/************************ LATEST POSTS PAGE ***************/
.blog_filter, .project_filter {
  padding-bottom: 40px;
}
.blog_filter .menu li:first-child a {
  padding-left: 0px;
}
.blog_filter .term_item a, .project_filter .project_term a {
  text-transform: uppercase;
  color: #939393;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
}
.blog_filter .term_item a:hover {
  color: #272727;
}
.project_filter .project_term a:hover {
  color: #272727;
}
.term_item a.black, .project_term a.black {
  color: #272727;
  text-decoration: underline;
}
.latest_posts h2, .project_posts h2 {
  line-height: auto;
}
.latest_posts .post_block h2 {
  height: 120px;
  padding-bottom: 48px;
}
.latest_posts .post_block:nth-last-of-type(-n+2) h2 {
  padding-bottom: 0px;
}
.latest_posts .post_block:hover h2,
.related_posts .related_block:hover h2 {
  text-decoration: underline;
}
.latest_posts .post_block .bp_img_wrapper,
.related_posts .related_block .bp_img_wrapper {
  position: relative;
  display: block;
  height: inherit;
}
.latest_posts .post_block .bp_img_wrapper {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.latest_posts .post_block a .bp_img_wrapper:after,
.related_posts .related_block a .bp_img_wrapper:after  {
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba( 255, 255, 255, .5);
  height: 100%;
  width: 100%;
}
.latest_posts .post_block a:hover .bp_img_wrapper:after,
.related_posts .related_block a:hover .bp_img_wrapper:after {
  opacity: 1;
  animation: overlayFadeIn .35s ease-in;
}
.pagination_block {
  display: none;
}
.cell.load_more_link  {
  padding: 156px 0;
}
.cell.pload_more_link  {
  padding: 156px 0;
}
.project_posts {
  margin-bottom: 96px;
}

@media screen and (max-width: 639px) {
  .blog_filter, .project_filter {
    padding-top: 30px;
  }
  .cell.load_more_link {
    padding: 96px 0;
  }
  .latest_posts .post_block h2 {
    height: auto; 
    padding-bottom: 48px;
  }
  .latest_posts .post_block:nth-last-of-type(-n+2) h2 {
    padding-bottom: 0px;
  }
  .latest_posts .post_block:nth-last-of-type(-n+1) h2 {
    padding-bottom: 48px;
  }
  .latest_posts .post_block:nth-last-of-type(-n+2), .project_posts .project_post_block:nth-last-of-type(-n+2) {
    padding-bottom: 0px;
  }
   .latest_posts .post_block:nth-last-of-type(-n+2) h2 {
     padding-bottom: 48px;
   }
  .blog_filter .term_item a, .project_filter .project_term a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .blog_filter, .project_filter {
    overflow: scroll;
  }
  .project_filter .menu.align-center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cell.small-12.small_scroll {
    width: auto;
    overflow-x: scroll;
  }
  .post_block h5.term, .project_post_block h5.term {
    font-size: 13px;
    padding-bottom: 0px;
  }
  .single-blog-entry .quote_name h2 {
    padding-bottom: 9px;
  }
  .project_posts {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .cell.load_more_link {
    padding: 120px 0;
  }
  .latest_posts .post_block h2 {
    height: 150px;
    padding-bottom: 72px;
  }
  .latest_posts .post_block:nth-last-of-type(-n+2) h2 {
    padding-bottom: 0px;
  }
  .latest_posts .post_block:nth-last-of-type(-n+2), .project_posts .project_post_block:nth-last-of-type(-n+2), .latest_posts .post_block:nth-last-of-type(-n+2) h2 {
    padding-bottom: 0px;
  }
  .post_block h5.term, .project_post_block h5.term {
    font-size: 13px;
    padding-bottom: 0px;
  }
  .project_filter .project_term a {
    padding-top: 24px;
  }
  .page-latest div[class^="single_text_block_"].first_container .main_text_content, .page-latest div[class*=" single_text_block_"].first_container .main_text_content {
    padding-top: 60px !important;
  }
  .page-latest div[class^="single_text_block_"].first_container .main_text_content h1.single_text_heading, .page-latest div[class*=" single_text_block_"].first_container .main_text_content h1.single_text_heading {
    padding-bottom: 0px;
  }
  .work_filter {
    overflow: scroll;
  }
  .project_filter .menu.align-center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .project_posts {
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .latest_posts .post_block h2 {
    height: 180px;
    padding-bottom: 72px;
  }
}

/* Single Project Post */

.project_header {
  background: #000;
}
.project_header h1 {
  color: #fff;
  padding: 60px 0 96px;
}

.project_posts, .project_posts a {
  color: #fff;
}
.project_slider {
  padding-top: 96px;
}
.single-projects .project_summary {
  padding-top: 120px;
}
.single-projects .modular_text h1.mbt_title {
  padding-bottom: 24px;
}
.single-projects .read_more_link .rml_less_link, .single-projects .read_more_link_new .rml_less_link, .single-projects .read_more_content {
  display: none;
}
.read_more_link .text_link h3, .read_more_link_new .text_link h3 {
  text-decoration: underline;
}
.single-projects .read_more_link_new {
  display: block;
  padding-top: 48px;
}
.single-projects .read_more_link .rml_less_link {
  padding-top: 48px;
}
body:not(.single-projects) .read_more_link, body:not(.single-projects) .read_more_link_new {
  display: none;
}
#postNav {
  padding-top: 60px;
  padding-bottom: 60px;
}
#postNav h3 {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 2px;
  vertical-align: middle;
}
#postNav #previousArticle h3 {
  padding-left: 12px;
}
#postNav #nextArticle {
  text-align: right;
}
#postNav #nextArticle h3 {
  padding-right: 12px;
}
#postNav #backToArchive {
  text-align: center;
}
#postNav #backToArchive a {
  display: inline-block;
  width: 32px;
}
#postNav i.fal.fa-chevron-circle-right, #postNav i.fal.fa-chevron-circle-left, #postNav i.fas.fa-th-large {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}
#postNav #backToArchive img {
  height: 26px;
}
.postSlideshow + #postNav {
  padding-top: 96px;
}
.single-projects div[class*=" text_with_sidebar_"] .main_content {
  padding-bottom: 0px;
}
.single-project .project_summary p:first-of-type,
.single-case_studies .project_summary p:first-of-type {
  padding-top: 90px;
}

@media screen and ( max-width: 639px ) {
  .single-projects .grid-container.related_posts {
    padding: 60px 0;
  }
  .project_slider {
    padding: 60px 0;
  }
  .related_block:last-of-type {
    padding-top: 1.875rem;
    padding-bottom: 0px;
  }
  .project_header h1 {
    padding: 60px 0 36px;
  }
  .single_hh_image + .postSlideshow {
    padding-top: 1.875rem;
  }
  #postNav.grid-container {
    padding: 30px 18px;
  }
  #postNav #previousArticle h3 {
    padding-left: 6px;
  }
  #postNav #nextArticle h3 {
    padding-right: 6px;
  }
  #postNav h3 {
    letter-spacing: 0px;
  }
  .postSlideshow + #postNav {
    padding-top: 60px;
  }
  .single-projects #postNav #backToArchive img {
    height: 24px;
  }
  .single-project .project_summary p:first-of-type,
  .single-case_studies .project_summary p:first-of-type {
    padding-top: 60px;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .single-projects .related_posts {
    margin-top: 96px;
  }
  .project_slider {
    padding: 72px 0;
  }
  #postNav {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .postSlideshow + #postNav {
    padding-top: 72px;
  }
  .single-project .project_summary p:first-of-type,
  .single-case_studies .project_summary p:first-of-type {
    padding-top: 72px;
  }
}
@media screen and ( max-width: 479px ) {
  #postNav h3 {
    display: none;
  }
}

/************************ FOOTER **************************/

footer {
  background: #000;
  height: auto;
  padding: 156px 0 60px;
  margin-top: 0rem;
}
footer a, footer a:focus {
  color: #d3d3d3;
  text-decoration: none;
}
footer a:hover {
  color: #d3d3d3;
  opacity: 0.75;
}
footer p {
  color: #ffffff;
}
footer p a {
  text-decoration: underline;
}
footer p a:hover {
  color: #c9c9c9;
}
footer .footer_blocks {
  padding-bottom: 80px;
}
footer .footer_right_block {
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px ) {
  footer {
    height: auto;
    padding-top: 100px;
  }
  footer .footer_blocks {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 639px ) and (max-width: 1023px) {
  footer .footer_blocks {
    padding-bottom: 96px;
  }
  footer {
    padding-top: 96px;
    padding-bottom: 48px;
  }
  footer .copyright {
    padding-bottom: 0px;
  }
}
footer .large_text h1 p {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}
footer .form_bar {
  padding-top: 40px;
}
footer .form_bar a {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  color: #fff;
  margin-right: 6px;
  width: 27px;
}
footer .copyright {
  font-size: 13px;
  letter-spacing: 0.6px;
  color: #939393;
}
@media screen and (max-width: 1023px ) {
  footer .large_text h1 p, footer .form_bar {
    text-align: center;
  }
  footer .copyright {
    padding: 48px 0;
  }
  footer .ec {
    margin: auto;
    padding: 24px 0 48px;
  }
  footer .footer_left_block {
    padding-bottom: 96px;
  }
  footer .large_text {
    padding: 0px;
  }
}

footer .footer_center_block {
  font-size: 16px;
}
footer .footer_center_block p, header .header_right_block p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding-bottom: 0px;
}
footer .footer_center_block .content p img.new_badge_footer {
  display: inline;
  height: 30px !important;
  width: auto !important;
  vertical-align: top;
  margin-top: -10px;
  margin-left: 4px;
}
footer .footer_center_block p:first-of-type, header .header_right_block p {
  color: #fff;
  font-weight: 700;
}
footer .footer_right_block, header .header_right_block {
  font-size: 16px;
  font-family: 'neue-haas-grotesk-display', sans-serif;
}
header .header_right_block {
  margin-bottom: 0px;
}
footer .footer_right_block .title, header .header_right_block .title {
  font-weight: 700;
  color: #fff;
}
footer .footer_right_block .email, header .header_right_block .email {
  font-weight: 400;
}
footer .footer_right_block:last-of-type p, footer .footer_right_block:last-of-type p a {
  color: #ffffff;
}
footer .footer_right_block:last-of-type p a:hover {
  color: #c9c9c9;
}
footer .email_capture .mc4wp-form-fields {
  border-bottom: 1px solid #808080;
  padding-bottom: 15px;
}
footer .email_capture .connected {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
}
footer .email_capture .mc4wp-form-fields p {
  width: auto;
  display: inline;
}
footer .email_capture input[type="email"] {
  border: none;
  background: transparent;
  color: #ffffff;
  margin-left: -10px;
  font-size: 16px;
}
input:invalid {
    box-shadow: none;
}
footer .email_capture input[type="email"]:focus {
  border: none;
}
footer .email_capture input[type="submit"] {
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  background: transparent;
  color: #fff;
  display: inline;
  border: none;
  float: right;
}
footer .footer_social {
  float: right;
}
footer .footer_social a {
  margin-right: 32px;
  font-size: 18px;
  line-height: 30px;
  color: #939393;
}
footer .footer_social a:hover {
  color: #ffffff;
}
#mc4wp-form-1 input:-webkit-input-placeholder, #mc4wp-form-1 input::-webkit-input-placeholder, #mc4wp-form-1 input::-moz-placeholder,
#mc4wp-form-1 input:-ms-input-placeholder, #mc4wp-form-1 input:-moz-placeholder, #mc4wp-form-1 ::placeholder, ::placeholder {
  color: #c9c9c9 !important;
}
@media screen and (max-width: 1023px) {
  footer .footer_right_block, header .header_right_block {
    text-align: right;
  }
  footer .copyright {
    text-align: center;
  }
  footer .footer_social {
    float:none;
    text-align: center;
  }
}

footer {
  color: #d3d3d3;
}
footer .large_text h1, footer .large_text h1 p {
  color: #939393;
}
footer .connected {
  color: #fff;
}
footer .footer_link {
  padding-top: 36px;
}
footer .footer_link a {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  #talkwhite_hype_container {
    margin: auto;
  }
  footer .footer_link .text_link {
    text-align: center;
  }
}

@media screen and (max-width: 639px) {
  footer {
    padding-top: 96px;
    padding-bottom: 48px;
  }
  footer .footer_center_block .content p img.new_badge_footer {
    height: 24px !important;
    margin-top: 0px;
  }
  footer .copyright {
    padding-bottom: 0px;
  }
  footer .email_capture input[type="email"] {
    margin-left: 12px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  footer .email_capture input[type="email"] {
    margin-left: -12px;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  footer .email_capture input[type="email"] {
    margin-left: 6px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1050px) {
  footer .email_capture input[type="email"] {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1051px) and (max-width: 1198px) {
  footer .email_capture input[type="email"] {
    margin-left: -6px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1249px) {
  footer .email_capture input[type="email"] {
    margin-left: 12px;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1299px) {
  footer .email_capture input[type="email"] {
    margin-left: 8px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1440px) {
  footer .email_capture input[type="email"] {
    margin-left: 0px;
  }
}

.mc4wp-form-8931 label {
  text-transform: uppercase;
  font-weight: bold;
}
.mc4wp-form-8931 input {
  height: 60px;
  font-size: 24px;
  padding: 8px 8px 10px 8px;
  margin-bottom: 24px;
  background-image: none !important;
  width: 100%;
  border: 1px solid #cccccc;
}
.mc4wp-form-8931 input[type="submit"] {
  background: #000000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  width: 150px;
  padding: 10px 15px;
  font-size: 16px;
  display: inline-block;
  border: none;
}
.mc4wp-form-8931 a.no_thanks {
  font-size: 16px;
  display: inline-block;
  padding-left: 30px;
}
.mc4wp-form-8931 a.no_thanks:hover {
  text-decoration: underline;
}
#boxzilla-8928 {
  width: 600px;
}
.post_meta .link_item a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 2px;
  text-align: left;
  padding-top: 24px;
}
@media screen and ( max-width: 639px ) {
  #boxzilla-8928 {
    width: 360px;
  }
  .mc4wp-form-8931 input {
    height: 40px;
    font-size: 18px;
  }
}
@media screen and ( max-width: 740px ) and (orientation: landscape) {
  .mc4wp-form-8931 input {
    height: 40px;
    font-size: 18px;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 767px ) {
  #boxzilla-8928 {
    width: 500px;
  }
}

.mc4wp-form-8931 .download_info {
  text-align: center;
}
.mc4wp-form-8931 .download_info h1 {
  font-weight: bold;
  margin-bottom: 20px;
}
.dtr {
  display: none;
}

/*********************** HYPE ******************************/
#arrowanimation_hype_container,
#linkhoveranimation_hype_container {
  width: 350px !important;
  height: 250px !important;
}
#arrowanimation_hype_container .HYPE_scene,
#linkhoveranimation_hype_container .HYPE_scene,
#linkhoveranimation_hype_container-1 .HYPE_scene,
#linkhoveranimation_hype_container-2 .HYPE_scene,
#linkhoveranimation_hype_container-3 .HYPE_scene,
#eyewhite_hype_container .HYPE_scene, #eyewhite_hype_container-1 .HYPE_scene, #eyeblack_hype_container .HYPE_scene, #eyeblack_hype_container-1 .HYPE_scene, #scrolldownwhite_hype_container .HYPE_scene, #scrolldownwhite_hype_container-1 .HYPE_scene,
#talkwhite_hype_container .HYPE_scene, #goblack_hype_container-1 .HYPE_scene,
#eyewhite_hype_container-2 .HYPE_scene, #eyewhite_hype_container-3 .HYPE_scene, #eyewhite_hype_container-4 .HYPE_scene, #eyewhite_hype_container-4 .HYPE_scene, #eyewhite_hype_container-5 .HYPE_scene, #eyewhite_hype_container-6 .HYPE_scene,
#gowhite_hype_container .HYPE_scene, #goblack_hype_container .HYPE_scene, #download_eyeblack_hype_container .HYPE_scene {
  background-color: transparent !important;
}
#arrowanimation_hype_container .HYPE_scene .HYPE_element {
  border-color: rgba( 255, 255, 255, 0.5) !important;
}
#arrowanimation_hype_container .HYPE_scene .HYPE_element svg path,
#scrolldownwhite_hype_container .HYPE_scene .HYPE_element svg path {
  opacity: 0.5 !important;
}
#scrolldownwhite_hype_container .HYPE_scene .HYPE_element {
  border-color: rgba( 255, 255, 255, 0.5) !important;
}
#scrolldownwhite_hype_container .HYPE_scene .HYPE_element:hover svg path {
  opacity: 1 !important;
}
#scrolldownwhite_hype_container .HYPE_scene .HYPE_element:hover, .section_arrow:hover #scrolldownwhite_hype_container .HYPE_scene .HYPE_element {
  border-color: rgba( 255, 255, 255, 1) !important;
}
.HYPE_scene, .HYPE_element {
  font-family: 'neue-haas-grotesk-display', sans-serif !important;
}
.single-blog-entry #download_eyeblack_hype_container {
  margin: 0px !important;
  margin-top: 16px !important;
}
.single-blog-entry .post_meta .link_item a {
  display: block;
}

/** Super custom **/

/* Careers Page */

/* .page-careers .single_full_width_video_text .aspot_content {
  padding-top: 86px;
} */

/* .page-careers .single_full_width_video_text .headlineSlideContentWrap {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  padding-top: 60px;
} */

@media screen and (max-width: 639px) {
  .home .single_link_block .link_item {
    text-align: left;
    padding-top: 48px !important;
    padding-bottom: 96px !important;
  }
  .page-careers .headlineSlideTitle h1, .page-careers .headlineSlideSubtitle h1 {
    text-align: center;
  }
  /* .page-careers .single_full_width_video_text .section_arrow.center {
    float: left;
    text-align: left;
  } */
  .twp_large_text {
    padding-bottom: 48px;
  }
  .page-careers .text_grid_block .service_text .content h4, .page-careers .text_grid_block .service_text .content h4 p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
  .single-case_studies .outcome .image_gallery, .single-case_studies .outcome.two_image_block .two_image_block, .single-case_studies .outcome .stage_slider, .single-case_studies .outcome .three_images_masonry_block, .single-case_studies .outcome .single_full_width_image, .single-case_studies .outcome .two_up_images, .single-case_studies .outcome .three_up_images_2_1, .single-case_studies .outcome .three_up_images_1_2, .single-case_studies .outcome .single_image_block,
  .single-case_studies .outcome .center_text_block  {
    padding-bottom: 60px !important;
  }
}

.page-careers .services_grid .clientsGridItem .content p {
  color: #c9c9c9;
}
/*.page-careers .services_grid .clientsGridItem {
    border-bottom: 1px solid #5d5d5d;
    border-left: 1px solid #5d5d5d;
}
.page-careers .services_grid .clientsGridItem:nth-of-type(3n+1) {
  border-left: none;
}*/

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .page-careers .slogan {
    padding-top: 72px !important;
    padding-bottom: 96px !important;
  }
  .twp_large_text {
    padding-bottom: 48px;
  }
  /*.single_full_width_video_text.careers_aspot .headlineSlideContentWrap {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }*/
  /* .single_full_width_video_text.careers_aspot .section_arrow.center {
    float: left;
    text-align: left;
  } */
  .page-careers .slider_arrows {
    padding-bottom: 24px !important;
  }
  .page-careers .text_grid_block .service_text .content h4, .page-careers .text_grid_block .service_text .content h4 p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
  .page-careers .text_grid_block .main_content {
    padding-top: 0px !important;
    padding-bottom: 96px !important;
  }
  .page-careers .double_text_block.life_outside, .page-careers div[class^="double_text_block_"].life_outside, .page-careers div[class*=" double_text_block_"].life_outside  {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .page-careers .double_text_block.life_outside .main_text_content, .page-careers div[class^="double_text_block_"].life_outside .main_text_content, .page-careers div[class*=" double_text_block_"].life_outside .main_text_content {
    padding-top: 0px !important;
    padding-bottom: 96px !important;
  }
  .single-case_studies .outcome .image_gallery, .single-case_studies .outcome.two_image_block .two_image_block, .single-case_studies .outcome .stage_slider, .single-case_studies .outcome .three_images_masonry_block, .single-case_studies .outcome .single_full_width_image, .single-case_studies .outcome .two_up_images, .single-case_studies .outcome .three_up_images_2_1, .single-case_studies .outcome .three_up_images_1_2, .single-case_studies .outcome .single_image_block,
  .single-case_studies .outcome .center_text_block  {
    padding-bottom: 72px !important;
  }
}

/* Process Page */

@media screen and (max-width: 639px) {
  .page-process div[class^="single_text_block_"].first_container .main_text_content h1.single_text_heading, .page-process div[class*=" single_text_block_"].first_container .main_text_content h1.single_text_heading {
    padding-bottom: 0px;
  }
  .page-process .double_text_block h1.heading, .page-process div[class^="double_text_block_"] h1.heading, .page-process div[class*=" double_text_block_"] h1.heading {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .page-process .slogan {
    padding-top: 72px !important;
    padding-bottom: 96px !important;
  }
  .page-process .double_text_block, .page-process div[class^="double_text_block_"], .page-process div[class*=" double_text_block_"] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .page-process .double_text_block h1.heading, .page-process div[class^="double_text_block_"] h1.heading, .page-process div[class*=" double_text_block_"] h1.heading {
    padding-bottom: 6px;
  }
  .page-process .double_text_block .main_text_content, .page-process div[class^="double_text_block_"] .main_text_content, .page-process div[class*=" double_text_block_"] .main_text_content {
      padding-top: 0px !important;
      padding-bottom: 96px !important;
  }
  .page-process div[class^="single_text_block_"].first_container .main_text_content, .page-process div[class*=" single_text_block_"].first_container .main_text_content {
    padding-top: 60px !important;
  }
  .page-process div[class^="double_text_block_"] .main_text_content h2 p, .page-process div[class*=" double_text_block_"] .main_text_content h2 p {
    padding-bottom: 0px;
  }
  .page-process .slider_arrows {
    padding-bottom: 24px !important;
  }
  .page-process .div[class^="single_text_block_"] .main_text_content, .page-process div[class*=" single_text_block_"] .main_text_content {
    padding-bottom: 156px !important;
  }
}


/* Custom Classes */

.single_link_block.more_sprout {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 639px) {
  .single_link_block.more_sprout {
    padding-top: 48px !important;
    padding-bottom: 96px !important;
  }
  .single_link_block.more_sprout .link_item {
    text-align: left;
  }
  .single_full_width_video_text.careers_aspot .headlineSlideContentWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }
  .home .single_full_width_video_text .headlineSlideContentWrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .single_link_block.more_sprout {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

body:not(.single-positions) .center_text_block.case_study_center_text {
  padding-top: 0px !important;
  padding-bottom: 106px !important;
}
.daily_boston h4.sidebar_title {
  padding-bottom: 0px;
}
div[class^="text_with_sidebar_"].daily_boston .main_content, div[class*=" text_with_sidebar_"].daily_boston .main_content {
  padding-bottom: 0px;
}
div[class^="text_with_sidebar_"].perks .sidebar_list_item, div[class*=" text_with_sidebar_"].perks .sidebar_list_item {
  padding-bottom: 12px;
}
div[class^="text_with_sidebar_"].daily_boston .sidebar_list_item .large-margin-collapse > .medium-12, div[class*=" text_with_sidebar_"].daily_boston .sidebar_list_item .large-margin-collapse > .medium-12 {
  width: 66.66667%;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .single_text_block.text_padding_top_none .main_text_content, div[class^="single_text_block_"].text_padding_top_none .main_text_content, div[class*=" single_text_block_"].text_padding_top_none .main_text_content, .double_text_block.text_padding_top_none .main_text_content, div[class^="double_text_block_"].text_padding_top_none .main_text_content, div[class*=" double_text_block_"].text_padding_top_none .main_text_content {
    padding-top: 0px !important;
  }
  .double_text_block.challenge_getaway .main_text_content, div[class^="double_text_block_"].challenge_getaway .main_text_content, div[class*=" double_text_block_"].challenge_getaway .main_text_content {
    padding-bottom: 96px !important;
  }
  body:not(.single-positions) .center_text_block.case_study_center_text {
    padding-bottom: 60px !important;
  }
  .team_slider .main_text_content {
    padding-bottom: 0px !important;
  }
  .double_text_block.team_slider, div[class^="double_text_block_"].team_slider, div[class*=" double_text_block_"].team_slider {
    padding-bottom: 96px !important;
  }
  .single_link_block.team_title, .single_link_block_heading.team_title, div[class^="single_link_block"].team_title, div[class*=" single_link_block"].team_title {
    padding: 96px 0 !important;
  }
  .single_link_block.team_join_link, .single_link_block_heading.team_join_link, div[class^="single_link_block"].team_join_link, div[class*=" single_link_block"].team_join_link {
    padding: 120px 0 !important;
  }
  .boston_made.double_text_block .main_text_content, div[class^="double_text_block_"].boston_made .main_text_content, div[class*=" double_text_block_"].boston_made .main_text_content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .boston_made.double_text_block, div[class^="double_text_block_"].boston_made, div[class*=" double_text_block_"].boston_made {
    padding-top: 0px !important;
    padding-bottom: 72px !important;
  }
  div[class^="text_with_sidebar_"].daily_boston .main_text_content, div[class*=" text_with_sidebar_"].daily_boston .main_text_content {
    padding-bottom: 0px !important;
  }
  div[class^="text_with_sidebar_"].daily_boston .main_text_content, div[class*=" text_with_sidebar_"].daily_boston .main_text_content {
    padding-bottom: 0px !important;
  }
  div[class^="text_with_sidebar_"].daily_boston, div[class*=" text_with_sidebar_"].daily_boston {
    padding-bottom: 120px !important;
  }
  .page_about div[class^="single_text_block_"].first_container .main_text_content, .page-about div[class*=" single_text_block_"].first_container .main_text_content {
    padding-top: 60px !important;
    padding-bottom: 156px !important;
  }
  .page_about div[class^="single_text_block_"].first_container .main_text_content h1, .page-about div[class*=" single_text_block_"].first_container h1 {
    padding-bottom: 0px;
  }
  .double_text_block.team_slider, div[class^="double_text_block_"].team_slider, div[class*=" double_text_block_"].team_slider, .double_text_block.team_slider .main_text_content, div[class^="double_text_block_"].team_slider .main_text_content, div[class*=" double_text_block_"].team_slider .main_text_content {
    padding-top: 0px !important;
  }
  h4.sidebar_title {
    padding-bottom: 36px;
  }
  .text_with_sidebar.case_study_center_text .main_text_content, div[class^="text_with_sidebar_"].case_study_center_text .main_text_content, div[class*=" text_with_sidebar_"].case_study_center_text .main_text_content {
    padding-top: 0px !important;
    padding-bottom: 120px !important;
  }
  .single-case_studies .double_text_block.text_padding_top_none, .single-case_studies div[class^="double_text_block_"].text_padding_top_none, .single-case_studies div[class*=" double_text_block_"].text_padding_top_none {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  div[class^="text_with_sidebar_"].daily_boston .main_content, div[class*=" text_with_sidebar_"].daily_boston .main_content {
    padding-bottom: 60px !important;
  }
  body.single-case_studies .center_text_block.case_study_center_text {
    padding-bottom: 96px !important;
  }
  .single-case_studies .single_text_block.minimalist, .single-case_studies div[class^="single_text_block_"].minimalist, .single-case_studies div[class*=" single_text_block_"].minimalist {
    padding-top: 0px !important;
    padding-bottom: 96px !important;
  }
  .single-case_studies .single_text_block.minimalist .main_text_content, .single-case_studies div[class^="single_text_block_"].minimalist .main_text_content, .single-case_studies div[class*=" single_text_block_"].minimalist .main_text_content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .outcome .image_wrapper {
    padding-bottom: 72px !important;
  }
  .single-case_studies .quote_block {
    padding-top: 0px;
    padding-bottom: 123px;
  }
  .single-case_studies .award_block_content {
    padding-top: 0px;
  }
  .single-case_studies .center_text_block.case_study_center_text .center_text_content {
    padding-top: 0px;
  }
  div[class^="text_with_sidebar_"].daily_boston .sidebar_list_item .large-margin-collapse > .medium-12, div[class*=" text_with_sidebar_"].daily_boston .sidebar_list_item .large-margin-collapse > .medium-12 {
    width: 100%;
  }
  div[class^="text_with_sidebar_"].daily_boston .sidebar_list_item.small-6, div[class*=" text_with_sidebar_"].daily_boston .sidebar_list_item.small-6 {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .single_link_block.team_join_link, .single_link_block_heading.team_join_link, div[class^="single_link_block"].team_join_link, div[class*=" single_link_block"].team_join_link {
    padding: 60px 0 !important;
  }
  .single_link_block.team_title, .single_link_block_heading.team_title, div[class^="single_link_block"].team_title, div[class*=" single_link_block"].team_title {
    padding: 60px 0 !important;
  }
  div[class^="text_with_sidebar_"].perks .main_text_content, div[class*=" text_with_sidebar_"].perks .main_text_content {
    padding-bottom: 0px !important;
  }
  div[class^="text_with_sidebar_"].perks, div[class*=" text_with_sidebar_"].perks {
    padding-bottom: 60px !important;
  }
  .page_about div[class^="single_text_block_"].first_container .main_text_content h1, .page-about div[class*=" single_text_block_"].first_container h1 {
    padding-bottom: 0px;
  }
  .text_with_sidebar.case_study_center_text .main_text_content, div[class^="text_with_sidebar_"].case_study_center_text .main_text_content, div[class*=" text_with_sidebar_"].case_study_center_text .main_text_content {
    padding-top: 0px !important;
    padding-bottom: 96px !important;
  }
  .boston_made.double_text_block .main_text_content, div[class^="double_text_block_"].boston_made .main_text_content, div[class*=" double_text_block_"].boston_made .main_text_content, div[class^="text_with_sidebar_"].daily_boston .main_content, div[class*=" text_with_sidebar_"].daily_boston .main_content {
    padding-bottom: 48px !important;
  }
  body:not(.single-positions) .center_text_block.case_study_center_text {
    padding-bottom: 60px !important;
  }
  .single-case_studies .single_text_block.minimalist .main_text_content, .single-case_studies div[class^="single_text_block_"].minimalist .main_text_content, .single-case_studies div[class*=" single_text_block_"].minimalist .main_text_content {
    padding-top: 0px !important;
  }
  .outcome .image_wrapper {
    padding-bottom: 60px !important;
  }
  .single-case_studies .three_images_masonry_block .image_gallery .cell:not(:last-of-type) {
    padding-bottom: 1.875rem;
  }
  .single-case_studies .quote_block {
    padding-top: 0px;
    padding-bottom: 96px;
  }
  .single-case_studies .three_images_masonry_block {
    padding-bottom: .9375rem;
  }
  div[class^="text_with_sidebar_"].daily_boston .sidebar_list_item .large-margin-collapse > .medium-12, div[class*=" text_with_sidebar_"].daily_boston .sidebar_list_item .large-margin-collapse > .medium-12 {
    width: 100%;
  }
  div[class^="text_with_sidebar_"].daily_boston .sidebar_list_item.small-6, div[class*=" text_with_sidebar_"].daily_boston .sidebar_list_item.small-6 {
    width: 100%;
  }
}

/* Work Filter */

.stage_slider_block.work_slider {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.related_block a, .project_post_block a {
  display: block;
  position: relative;
}
.related_block a:hover, .project_post_block a:hover, .post_block a:hover {
  opacity: 1
}
.project_overlay {
  opacity: 0;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  color: #ffffff;
  padding-left: 20px;
}
.related_block:hover .project_overlay, .project_post_block:hover .project_overlay {
  opacity: 1;
  animation: overlayFadeIn 0.35s ease-in;
}
.related_block:hover .project_overlay img {
  opacity: 1;
}
.project_overlay h1 {
  color: #ffffff;
  padding-top: 36px;
}
.related_posts .project_overlay h5.term, .project_post_block .project_overlay h5.term {
  padding: 0 0 36px;
}
.project_overlay .grid-container, .project_overlay .grid-container .grid-x {
  height: 100%;
}
.case_study_btn {
  background: #000;
  color: #f4f4f4;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  width: 125px;
  height: 30px;
  border-radius: 1000px;
  position: absolute;
  top: 24px;
  left: 24px;
  font-weight: 700;
  text-align: center;
  padding: 10px 12px;
  z-index: 20;
}
.work_slider .slick-slide {
  position: relative;
}
.work_slider .cs_slide_content {
  opacity: 0;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 75%;
  z-index: 10;
}

.work_slider .term_list {
  padding-top: 36px;
}
.work_slider .stage_slider .slick-slide.slick-current .cs_slide_content_wrapper:after {
  content: '';
  opacity: 0;
  animation: overlayFadeOut .35s ease-in;
}
.work_slider .stage_slider .slick-slide.slick-current:hover .cs_slide_content, 
.work_slider .stage_slider .slick-slide.slick-current.sp_hover .cs_slide_content {
  opacity: 1;
  animation: overlayFadeIn .35s ease-in;
}
.work_slider .stage_slider .slick-slide:hover .cs_slide_content {
  z-index: 5;
}
.work_slider .stage_slider .slick-slide.slick-current:hover .cs_slide_content_wrapper:after, 
.work_slider .stage_slider .slick-slide.slick-current.sp_hover .cs_slide_content_wrapper:after {
  opacity: 1;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba( 0,0,0, 0.6);
  top: 0;
  left: 0;
  color: #ffffff;
  animation: overlayFadeIn .35s ease-in;
}
.work_slider .stage_slider .slick-slide.slick-current a:hover {
  opacity: 1;
}

@media screen and (max-width: 639px) {
  .single-projects .first_container .main_text_content {
    padding-top: 60px !important;
    padding-bottom: 36px !important;
  }
  div[class*=" text_with_sidebar_"].project_left_sidebar .text_sidebar {
    border-top: none !important;
    padding-top: 60px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 36px;
  }
  div[class*=" text_with_sidebar_"].icon_list .text_sidebar {
    padding-bottom: 24px;
  }

  div[class*=" text_with_sidebar_"].project_left_sidebar .main_content {
    padding: 36px 0;
  }
  div[class*=" text_with_sidebar_"].project_left_sidebar .main_text_content {
    padding-bottom: 60px;
  }
  .single-projects .stage_slider_block {
    padding: 60px 0 !important;
  }
  .single-projects .stage_slider {
    padding-bottom: 0px !important;
  }
  .single-projects .single_image_block .image_wrapper {
    padding-bottom: 0px !important;
  }
  .single-projects .single_image_block {
    padding-top: 1.875rem;
  }
  .page-work .cell.project_post_block:not(:last-of-type) {
    padding-bottom: 1.875rem;
  }
  .project_post_block:hover img {
    opacity: 1;
  }
  .work_slider .stage_slider {
    padding-bottom: 90px !important;
  }
  .case_study_btn {
    font-size: 9px;
    top: 12px;
    left: 12px;
    padding: 8px 18px;
    width: auto;
    height: auto;
  }
  .work_filter .link_item a {
    color: #000;
  }
  .cell.pload_more_link {
    padding: 96px 0;
  }
  .stage_slider_block.work_slider .slider_arrows {
    padding-top: 24px;
  }
  .related_block .project_overlay, .project_post_block .project_overlay {
    padding: 20px;
  }
  .related_block .project_overlay h1, .project_post_block .project_overlay h1 {
    padding-top: 0px;
  }
  .project_overlay .grid-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .work_slider .cs_slide_content {
    width: 90%;
  }
  .work_slider .cs_slide_content h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .work_slider .term_list {
    display: none;
  }
  .project_post_block .project_overlay h5.term {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .single-projects .first_container .main_text_content {
    padding-top: 60px !important;
    padding-bottom: 96px !important;
  }
  .project_left_sidebar {
    padding-top: 72px;
  }
  div[class*=" text_with_sidebar_"].project_left_sidebar .text_sidebar {
    padding-top: 0px;
    border-top: none !important;
    padding-bottom: 0px;
    border-bottom: 1px solid #dfdfdf;
  }
  .project_left_sidebar .main_content {
    padding-top: 60px !important;
    padding-bottom: 36px !important;
  }
  .single-projects .image_wrapper {
    padding-bottom: 0px !important;
  }
  .single-projects .stage_slider {
    padding-bottom: 72px !important;
  }
  .single-projects .grid-container.related_posts {
    padding-top: 72px !important;
    padding-bottom: 96px !important;
  }
  .page-new-work .work_slider .stage_slider {
    padding-bottom: 120px !important;
  }
  .work_filter .link_item a {
    color: #000;
  }
  .cell.pload_more_link {
    padding: 120px 0;
  }
  .related_block .project_overlay, .project_post_block .project_overlay {
    padding: 20px;
  }
  .related_block .project_overlay h1, .project_post_block .project_overlay h1 {
    padding-top: 0px;
  }
  .project_overlay .grid-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .project_post_block .project_overlay h1 {
    line-height: 40px;
  }
  .project_post_block .project_overlay h5.term {
    padding-bottom: 0px;
  }
}

/**************** ADJUST HOVER MOBILE/TABLET ****************/
@media screen and (max-width: 1199px) {
  .text_with_positions .position_item:hover h2 {
    text-decoration: none;
  }
  .text_with_positions .position_item:hover .entry_arrow,
  .text_with_positions .position_item:hover .entry_arrow,
  .bpost:hover .blog_arrow {
    display: inline-block;
  }
  .slider_arrows i.fal:hover, .slider_vert_arrows i.fal:hover {
    opacity: 1;
  }
  .main_menu li a span:hover {
    color: #ffffff;
  }
  .award_block .sprout_vert_slide:hover h2.award_desc {
    text-decoration: underline;
  }
  .award_block .slick-slide:hover .award_arrow {
    display: inline-block;
  }
  .project_slider_home .slick-slide:not(.slick-current):hover .projectGridItem:after,  .project_slider_home .projectGridItem:hover:after,  .project_slider_home .slider_navsecond .slick-slide:hover .projectGridItem:after,  .project_slider_home .projectGridItem:hover:after,  .project_slider_home .slider_nav .projectGridItem.nov:hover:after,
  .project_slider_home .slider_navsecond .projectGridItem.nov:hover:after  {
   content: '';
 }
 .logos_grid .clientsGridItem img:hover {
     opacity: 0.6;
 }
 .bpost:hover .bp_img_wrapper:after,
 .related_post .bp_img_wrapper:after {
   display: none;
 }
 .post_footer .cat_social .social a:hover {
   color: inherit;
 }
 .blog_filter .term_item a:hover {
   color: inherit;
   opacity: 1
 }
 .project_filter .project_term a:hover {
   color: inherit;
   opacity: 1;
 }
 .latest_posts .post_block:hover h2 {
   text-decoration: none;
 }
 .latest_posts .post_block a:hover .bp_img_wrapper:after,
 .related_posts .related_block a:hover .bp_img_wrapper:after {
   display: none;
 }
 footer .footer_right_block:last-of-type p a:hover {
   color: inherit;
 }
 footer .footer_social a:hover {
   color: inherit;
 }
 .related_block:hover .project_overlay {
   display: none;
 }
}

/************* 404 **************/
.error_404 {
  text-align: center;
}
.error404 header + .main_content_wrapper .grid-container.first_container {
  padding-top: 0px;
}
.error_404 .grid-x {
  height: inherit;
}
.error_404 h1 {
  padding-bottom: 48px;
}
.error_404 .link_item {
  padding-top: 36px;
}

@media screen and (max-width: 639px) {
  .error_404 h1 {
    padding-bottom: 36px;
  }
  .error_404 .link_item {
    padding-top: 24px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
}

/************* PREVIOUS BLOG POSTS **************/


/************* PREVIOUS PROJECTS **************/

.single-projects .project_lt_single h2 {
  text-align: center;
}


@keyframes overlayFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes overlayFadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes smoothScale {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}
@keyframes smoothScaleRevert {
    from { transform: scale(1.1); }
    to { transform: scale(1); }
}


/********** OTHER ADJUSTMENTS ************/

.img_wrap, .tall_img, .tall_image, .two_image, .small_img, .project_img_wrapper {
  position: relative;
}
.img_wrap figcaption {
  opacity: 0;
}

figure:hover figcaption, /*figure:focus figcaption,*/ .videoLocal:hover .videoLocalCaption, /*.videoLocal:focus */ .videoLocalCaption, .single_image:hover figcaption, .single_image:focus figcaption, .two_image:hover figcaption, /*.two_image:focus figcaption,*/ .three_image:hover figcaption, /*.three_image:focus figcaption,*/ 
.sprout_slide:hover figcaption, /*.sprout_slide:focus figcaption,*/
.video:hover figcaption, /*.video:focus figcaption, */ .project_overlay.sp_hover, .work_slider .stage_slider .slick-slide.slick-current.sp_hover .cs_slide_content, .single_full_width_image .img_wrap:hover figcaption, .two_up_images .img_wrap:hover figcaption, .three_up_images_2_1 .tall_img:hover figcaption,
.three_up_images_2_1 .small_img:hover figcaption, .three_up_images_1_2 .tall_img:hover figcaption, .three_up_images_1_2 .small_img:hover figcaption, figcaption.c_hover, .img_wrap figcaption.c_hover {
    opacity: 1;
    bottom: 0;
    /*animation: overlayFadeIn .35s ease-in;*/
}
.videoLocalCaption, .grid_block .ig {
  position: relative;
}
div[class*="image_text_double_block_"] .main_text_content {
  padding-bottom: 96px;
}
div[class*="image_text_double_block_"] .image_right .cell.larger_text {
  padding-right: 1.875rem;
}
div[class*="image_text_double_block_"] .image_left  .cell.larger_text {
  padding-left: 1.875rem;
}
div[class*="image_text_double_block_"] .image_right h1,
div[class*="image_text_double_block_"] .image_left h1,
div[class*="image_text_double_block_"] .text_double_image h1 {
  padding-top: 0px;
  padding-bottom: 24px;
}
div[class*="image_text_double_block_"] .single_image_text h1 {
  padding-top: 32px;
  padding-bottom: 24px;
}
div[class*="image_text_double_block_"] .larger_text p:not(.last-child) {
  padding-bottom: 36px;
}
div[class*="image_text_double_block_"] .larger_text p:last-child,
div[class*="image_text_double_block_"] .larger_text p:last-of-type {
  padding-bottom: 0px;
}
div[class*="image_text_double_block_"] .larger_text p.subheading {
  font-size: 30px;
  line-height: 43px;
  padding-bottom: 32px;
}
div[class*="image_text_double_block_"] .double_images {
  padding-top: 36px;
}
.blog_text_block + div[class*="image_text_double_block_"],
.blog_summary + div[class*="image_text_double_block_"] {
  padding-top: 96px;
}
@media screen and ( max-width: 690px ) {
  div[class*="image_text_double_block_"] .main_text_content {
    padding-bottom: 60px !important;
  }
  div[class*="image_text_double_block_"] .image_right .cell.larger_text {
    padding-left: .9375rem;
  }
  div[class*="image_text_double_block_"] .image_left  .cell.larger_text {
    padding-right: .9375rem;
  }
  div[class*="image_text_double_block_"] .single_image_text h1,
  div[class*="image_text_double_block_"] .image_right h1,
  div[class*="image_text_double_block_"] .image_left h1 {
    padding-top: 24px;
  }
  div[class*="image_text_double_block_"] .double_images:nth-of-type(1) {
    padding-top: 36px;
  }
  div[class*="image_text_double_block_"] .double_images:nth-of-type(2) {
    padding-top: 18px;
  }
  div[class*="image_text_double_block_"] .larger_text p.subheading {
    font-size: 17px;
    line-height: 30px;
    padding-bottom: 18px;
  }
  div[class*="image_text_double_block_"] .larger_text p {
    padding-bottom: 24px;
  }
  .blog_text_block + div[class*="image_text_double_block_"],
  .blog_summary + div[class*="image_text_double_block_"] {
    padding-top: 60px;
  }
}
@media screen and ( min-width: 691px ) and ( max-width: 767px ) {
  div[class*="image_text_double_block_"] .main_text_content {
    padding-bottom: 72px !important;
  }
  div[class*="image_text_double_block_"] .image_right .cell.larger_text {
    padding-left: 0rem;
  }
  div[class*="image_text_double_block_"] .image_left  .cell.larger_text {
    padding-right: 0rem;
  }
  div[class*="image_text_double_block_"] .single_image_text h1,
  div[class*="image_text_double_block_"] .image_right h1,
  div[class*="image_text_double_block_"] .image_left h1 {
    padding-top: 24px;
  }
  div[class*="image_text_double_block_"] .double_images {
    padding-top: 36px;
  }
  div[class*="image_text_double_block_"] .larger_text p.subheading {
    font-size: 22px;
    line-height: 35px;
    padding-bottom: 24px;
  }
  div[class*="image_text_double_block_"] .larger_text p {
    padding-bottom: 24px;
  }
  .blog_text_block + div[class*="image_text_double_block_"],
  .blog_summary + div[class*="image_text_double_block_"] {
    padding-top: 72px;
  }
}
@media screen and ( min-width: 768px ) and ( max-width: 1023px ) {
  div[class*="image_text_double_block_"] .main_text_content {
    padding-bottom: 72px !important;
  }
  div[class*="image_text_double_block_"] .image_right .cell.larger_text {
    padding-left: 0rem;
  }
  div[class*="image_text_double_block_"] .image_left  .cell.larger_text {
    padding-right: 0rem;
  }
  div[class*="image_text_double_block_"] .single_image_text h1,
  div[class*="image_text_double_block_"] .image_right h1,
  div[class*="image_text_double_block_"] .image_left h1 {
    padding-top: 24px;
  }
  div[class*="image_text_double_block_"] .double_images {
    padding-top: 36px;
  }
  div[class*="image_text_double_block_"] .larger_text p.subheading {
    font-size: 24px;
    line-height: 37px;
    padding-bottom: 24px;
  }
  .blog_text_block + div[class*="image_text_double_block_"],
  .blog_summary + div[class*="image_text_double_block_"] {
    padding-top: 72px;
  }
}


/********** EXISTING PROJECT ADJUSTMENTS ***********/

.exist.single-projects .module_text .outsideBox.full-height {
  padding-top: 120px;
  min-height: 120px;
}
.exist.single-projects .module_text .outsideBox.full-height .liveTextPadding {
  padding-top: 0px !important;
  padding-bottom: 96px !important;
}
.exist.single-projects .related_posts {
  margin-top: 96px;
}
.exist.single-projects .single_link_block_heading + .related_posts {
  margin-top: 0px;
}


@media screen and (max-width: 639px) {
  .exist.single-projects .module_text .outsideBox.full-height {
    padding-top: 96px;
    min-height: 96px;
  }
  .exist.single-projects .project_summary + .grid-container:not(.related_posts) {
    padding-top: 60px;
  }
  .exist.single-projects .related_posts {
    margin-top: 60px;
  }
  .exist.single-projects .module_text .outsideBox.full-height .liveTextPadding {
    padding-bottom: 60px !important;
  }
  .exist.single-projects .three_up_images_1_2 .small_img:nth-of-type(1)  {
    padding-bottom: 1.875rem;
  }
  .exist.single-projects .three_up_images_1_2 .small_img:nth-of-type(2) {
    padding-top: 1.875rem;
    padding-bottom: .9375rem;
  }
  .exist.single-projects .three_up_images_2_1 .small_img:nth-of-type(1)  {
    padding-bottom: 1.875rem;
  }
  .exist.single-projects .three_up_images_2_1 .small_img:nth-of-type(2) {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .exist.single-projects .three_up_images_2_1 .tall_img {
    padding-top: 1.875rem;
  }
  .exist.single-projects .project_summary + .related_posts {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .cycle-prev, .cycle-next {
      width: 30px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .single-projects .module_text .outsideBox.full-height {
    padding-top: 60px;
    min-height: 60px;
  }
  .exist.single-projects .project_summary + .grid-container:not(.related_posts) {
    padding-top: 72px;
  }
  .exist.single-projects .related_posts {
    margin-top: 72px;
  }
  .exist.single-projects .read_more_link {
    padding-top: 24px;
  }
  .exist.single-projects .module_text .outsideBox.full-height .liveTextPadding {
    padding-bottom: 72px !important;
  }
  .exist.single-projects .project_summary + .related_posts {
    margin-top: 7px;
  }
}

/********** EXISTING BLOG ENTRY ADJUSTMENTS ***********/
.exist.single-blog-entry .content ul, .exist.single-blog-entry .content ol {
    padding: 60px 96px 82px 96px;
}
.exist.blog-entry-whats-up-boston-winter-2018 .content ul {
  padding-bottom: 36px;
}
.exist.blog-entry-whats-up-boston-summer-2018 .content ul,
.exist.blog-entry-whats-up-boston-fall-2018 .content ul,
.exist.blog-entry-whats-up-boston-spring-2018 .content ul,
.exist.blog-entry-whats-up-boston-winter-2019 .content ul {
  padding-bottom: 0px;
}
.exist.single-blog-entry .content ul li:not(:last-of-type),
.exist.single-blog-entry .content ol li:not(:last-of-type) {
  padding-bottom: 36px;
}
.exist.single-blog-entry .blog_summary {
  padding-bottom: 36px;
}
.exist.single-blog-entry .blog_summary + .postSlideshow {
  padding-top: 84px;
}
.exist.single-blog-entry .blog_summary + .post_footer, 
.exist.single-blog-entry .blog_summary + .vimeo_iframe {
  padding-top: 60px;
}
.exist.single-blog-entry.blog-entry-3809 .blog_summary + .post_footer,
.exist.single-blog-entry.blog-entry-sprout-featured-in-how-magazine .blog_summary + .post_footer {
  padding-top: 96px;
}
.exist.single-blog-entry.blog-entry-announcing-sprout-labs .blog_summary + .post_footer {
  padding-top: 96px;
}
.exist.single-blog-entry .blog_content + .grid-container {
  padding-top: 96px;
}
.exist.single-blog-entry.blog-entry-see-you-at-ces-2019 .blog_summary + .post_footer, 
.exist.single-blog-entry.blog-entry-sprout-has-moved .blog_summary + .post_footer {
  padding-top: 60px;
}
.exist.single-blog-entry .single_full-width_image + .module_text {
  padding-top: 120px;
}
.exist.single-blog-entry .blog_summary + .single_full_width_image,
.exist.single-blog-entry .blog_summary + .two_up_images {
  padding-top: 60px;
}
.exist.single-blog-entry .blog_content + .single_full_width_image {
  padding-top: 96px;
}
.exist.single-blog-entry .single_full_width_image + .module_text .liveTextPadding {
  padding: 0px;
}
.exist.single-blog-entry .single_full_width_image + .module_text,
.exist.single-blog-entry .single_full_width_image +  .module_text + .grid-container {
  padding-top: 96px;
}
.exist.single-blog-entry .module_text .outsideBox.half-height {
  min-height: auto;
}
.exist.single-blog-entry .awardsContentItem:not(:last-of-type) {
  padding-bottom: 60px;
}
.exist.single-blog-entry .awardsContentItem h2 {
  padding-bottom: 0px;
}
.exist.single-blog-entry .featured_image + .grid-container {
  padding-top: 120px;
}
.exist.single-blog-entry .project_lt_single .innerContainer {
  width: 100%;
}
.exist.single-blog-entry .module_text .outsideBox.full-height {
  min-height: auto;
}

@media screen and (max-width: 639px) {
  .exist.single-blog-entry .content ul, .exist.single-blog-entry .content ol {
      padding: 60px 0px;
  }
  .exist.single-blog-entry .featured_image + .grid-container {
    padding-top: 60px;
  }
  .exist.single-blog-entry .blog_summary + .postSlideshow {
    padding-top: 24px;
  }
  .exist.single-blog-entry .blog_content + .grid-container,
  .exist.single-blog-entry.blog-entry-3809 .blog_summary + .post_footer,
  .exist.single-blog-entry .blog_summary + .vimeo_iframe {
    padding-top: 60px;
  }
  .exist.blog-entry-whats-up-boston-winter-2018 .content ul {
    padding-bottom: 36px;
  }
  .exist.blog-entry-whats-up-boston-summer-2018 .content ul,
  .exist.blog-entry-whats-up-boston-fall-2018 .content ul,
  .exist.blog-entry-whats-up-boston-spring-2018 .content ul,
  .exist.blog-entry-whats-up-boston-winter-2019 .content ul {
    padding-bottom: 0px;
  }
  .exist.single-blog-entry.blog-entry-see-you-at-ces-2019 .blog_summary + .post_footer, .exist.single-blog-entry.blog-entry-sprout-has-moved .blog_summary + .post_footer, .exist.single-blog-entry .blog_summary + .post_footer {
    padding-top: 48px;
  }
  .exist.single-blog-entry .single_full-width_image + .module_text {
    padding-top: 60px;
  }
  .exist.single-blog-entry .blog_summary + .single_full_width_image,
  .exist.single-blog-entry .blog_summary + .two_up_images,
  .exist.single-blog-entry .blog_content + .single_full_width_image {
    padding-top: 48px;
  }
  .exist.single-blog-entry .awardsContentItem {
    padding-bottom: 60px;
  }
  .exist.blog-entry-wrapping-up-ces-2019 .postSlideshow + .postSlideshow + .postSlideshow + .postSlideshow {
    margin-top: -.9375rem;
  }
  .exist.single-blog-entry .three_up_images_2_1 .small_img:nth-of-type(1)  {
    padding-bottom: 1.875rem;
  }
  .exist.single-blog-entry .three_up_images_2_1 .small_img:nth-of-type(2) {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .exist.single-blog-entry .three_up_images_2_1 .tall_img {
    padding-top: 1.875rem;
  }
  .exist.single-blog-entry .content ul li:not(:last-of-type),
  .exist.single-blog-entry .content ol li:not(:last-of-type) {
    padding-bottom: 24px;
  }
  .exist.blog-entry-sproutsgiving-2018 .content p + p {
    padding-bottom: 0px;
  }
  .exist.blog-entry-sproutsgiving-2018 .content p + ul {
    padding-top: 24px;
  }
  .exist.single-blog-entry .single_full_width_image + .module_text,
  .exist.single-blog-entry .single_full_width_image +  .module_text + .grid-container {
    padding-top: 60px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .exist.single-blog-entry .content ul, .exist.single-blog-entry .content ol {
      padding: 24px 0px 60px;
  }
  .exist.blog-entry-whats-up-boston-winter-2018 .content ul {
    padding-bottom: 36px;
  }
  .exist.blog-entry-whats-up-boston-summer-2018 .content ul,
  .exist.blog-entry-whats-up-boston-fall-2018 .content ul,
  .exist.blog-entry-whats-up-boston-spring-2018 .content ul,
  .exist.blog-entry-whats-up-boston-winter-2019 .content ul {
    padding-bottom: 0px;
  }
  .exist.single-blog-entry.blog-entry-see-you-at-ces-2019 .blog_summary + .post_footer, .exist.single-blog-entry.blog-entry-sprout-has-moved .blog_summary + .post_footer, .exist.single-blog-entry .blog_summary + .post_footer {
    padding-top: 60px;
  }
  .exist.single-blog-entry .single_full-width_image + .module_text {
    padding-top: 72px;
  }
  .exist.single-blog-entry .blog_content + .grid-container,
  .exist.single-blog-entry.blog-entry-3809 .blog_summary + .post_footer,
  .exist.single-blog-entry .blog_summary + .vimeo_iframe {
    padding-top: 72px;
  }
  .exist.single-blog-entry .blog_summary + .single_full_width_image,
  .exist.single-blog-entry .blog_summary + .two_up_images,
  .exist.single-blog-entry .blog_content + .single_full_width_image {
    padding-top: 60px;
  }
  .exist.single-blog-entry .featured_image + .grid-container, .exist.single-projects .featured_image + .grid-container {
    padding-top: 72px;
  }
  .exist.single-blog-entry .blog_summary + .postSlideshow {
    padding-top: 36px;
  }
  .exist.blog-entry-wrapping-up-ces-2019 .postSlideshow + .postSlideshow + .postSlideshow + .postSlideshow {
    margin-top: -.9375rem;
  }
  .exist.single-blog-entry .single_full_width_image + .module_text,
  .exist.single-blog-entry .single_full_width_image + .module_text + .grid-container  {
    padding-top: 72px;
  }
}

/*** FOR LIVE SITE FIXES ***/
p.new_link_text {
  padding-top: 36px;
}


/* Instagram on home page */
@media screen and (min-width: 640px) and (max-width: 680px) {
   #sb_instagram #sbi_images .sbi_item.larger_img {
     margin-right: 18px !important;
   }
}
@media screen and (min-width: 681px) and (max-width: 700px) {
   #sb_instagram #sbi_images .sbi_item.larger_img {
     margin-right: 8px !important;
   }
}
@media screen and (min-width: 701px) and (max-width: 720px) {
   #sb_instagram #sbi_images .sbi_item.larger_img {
     margin-right: 4px !important;
   }
}
@media screen and (min-width: 820px) and (max-width: 840px) {
   #sb_instagram #sbi_images .sbi_item.larger_img {
     margin-right: 28px !important;
   }
}
@media screen and (min-width: 841px) and (max-width: 860px) {
   #sb_instagram #sbi_images .sbi_item.larger_img {
     margin-right: 22px !important;
   }
}
@media screen and (min-width: 861px) and (max-width: 900px) {
   #sb_instagram #sbi_images .sbi_item.larger_img {
     margin-right: 10px !important;
   }
}

/* GRAVITY FORMS STYLING */
.page-contact-form .slogan {
  padding-top: 0px;
  padding-bottom: 0px;
}
.page-contact-form h1,
.page-id-10113 h1  {
  font-weight: bold;
}
@media screen and ( max-width:1023px ) {
  .page-contact-form .slogan {
    padding-top: 30px;
  }
  .page-contact-form div[class*=" text_with_positions"] .main_text_content {
    padding-bottom: 0px !important;
  }
  .page-contact-form div[class*="double_text_block_"],
  .page-contact-form div[class*="double_text_block_"] .main_text_content {
    padding-top: 0px !important;
  }
  .page-contact-form h1:last-of-type,
  .page-id-10113 h1:last-of-type {
    padding-bottom: 40px;
  }
}
.page-contact-form h2.gform_title,
h2.gform_title {
  display: none;
}
.gfield_checkbox {
  column-count: 2;
}
th.gpnf-field-1,
.gpnf-nested-entries th,
.gpnf-add-entry {
  font-size: 16px !important;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.gpnf-add-entry {
  text-decoration: underline;
  text-transform: uppercase;
}
.gpnf-add-entry:hover {
  cursor: pointer;
}
.page-contact-form .grid-container.text_with_positions,
.page-contact-form [class*='double_text_block_'],
.page-id-10113 .grid-container.text_with_positions,
.page-id-10113 [class*='double_text_block_'],
.page-contact .grid-container.text_with_positions,
.page-contact [class*='double_text_block_'] {
  max-width: 70rem;
}
@media screen and ( max-width: 1023px ) {
  .page-contact-form .grid-container.text_with_positions,
  .page-contact-form [class*='double_text_block_'],
  .page-id-10113 .grid-container.text_with_positions,
  .page-id-10113 [class*='double_text_block_'],
  .page-contact .grid-container.text_with_positions,
  .page-contact [class*='double_text_block_'] {
    max-width: 100%;
  }
}
@media screen and ( min-width: 1024px ) and ( max-width: 1399px ) {
  .page-contact-form .grid-container.text_with_positions,
  .page-contact-form [class*='double_text_block_'],
  .page-id-10113 .grid-container.text_with_positions,
  .page-id-10113 [class*='double_text_block_'],
  .page-contact .grid-container.text_with_positions,
  .page-contact [class*='double_text_block_'] {
    max-width: 80rem;
  }
}
.gpnf-modal-header {
  background-color: #f4f4f4 !important;
  color: #272727 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.gpnf-no-entries td {
  font-size: 16px;
}
.gfield textarea.large {
  border: 1px solid #d5d5d5;
}
#gform_submit_button_1 {
  background: #ffffff !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  padding: 12px 24px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
  color: #272727 !important;
}
#gform_submit_button_1:hover {
  cursor: pointer !important;
}
@media screen and ( max-width: 639px ) {
  .gpnf-modal .gpnf-modal-header {
    height: 10px;
    line-height: 10px;
    padding-top: 4px 10p;
  }
  .gform_footer {
    width: 100%;
  }
  #gform_submit_button_1 {
    float: none !important;
  }
}
.gform_footer {
  float: right;
}
.gfield-choice-input {
  accent-color: #272727 !important;
  margin: 10px !important;
}
.gform_required_legend {
  display: none;
}
.gfield_required { 
  color: #272727 !important;
}
.gform_wrapper.gravity-theme .gfield_label,
.tingle-modal-box__footer .gpnf-btn-cancel-mobile {
  letter-spacing: 1px !important;
  font-size: 18px !important;
}
.gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 18px !important;
}
#field_1_17 {
  padding-top: 30px;
  padding-bottom: 20px;
}
.gpnf-nested-entries .gpnf-field,
.gpnf-nested-entries .gpnf-row-actions li button {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ginput_container_text input, .ginput_container_email input, .ginput_container_textarea textarea, .ginput_container_select select,
.nice-select .option {
  font-family: 'neue-haas-grotesk-display', sans-serif !important;
  font-size: 18px !important;
  letter-spacing: 1px !important;
}
.tingle-modal {
  z-index: 100001 !important;
}
.tingle-modal-box .gpnf-btn-cancel, .tingle-modal-box .gpnf-btn-submit {
  padding: 0.5rem 1rem !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
}
.nice-select {
  height: 60px !important;
  line-height: 60px !important;
  width: 100% !important;
  border-radius: 0px !important;
  background-color: #f4f4f4 !important;
  border: 1px solid #D1D5DB !important;
  font-size: 18px !important;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f4f4f4 !important;
}
.nice-select .list {
  width: 100% !important;
  font-size: 18px !important;
  border-radius: 0px !important;
  margin-top: 1px !important;
}
.nice-select .option {
  min-height: 60px !important;
  line-height: 60px !important;
  border-bottom: 1px solid #D1D5DB !important;
}
@media screen and ( max-width: 639px ) {
  .ginput_container_text input, .ginput_container_email input, .ginput_container_textarea textarea, .ginput_container_select select,
  .nice-select .option {
    font-size: 16px !important;
  }
  .gform_wrapper.gravity-theme .gfield_label,
  .tingle-modal-box__footer .gpnf-btn-cancel-mobile,
  .tingle-modal-box .gpnf-btn-cancel, 
  .tingle-modal-box .gpnf-btn-submit {
    font-size: 16px !important;
   }
   .gform_wrapper.gravity-theme .gfield_checkbox label {
    font-size: 14px !important;
   }
  .tingle-modal-box__footer .gpnf-btn-cancel-mobile {
    text-transform: uppercase;
    font-weight: bold;
   }
   .ginput_container_checkbox {
    margin-top: 10px;
   }
  .icheckbox_square {
    margin-top: -8px;
   }
   .tingle-modal-box .gpnf-btn-cancel, .tingle-modal-box .gpnf-btn-submit {
    padding: 1rem !important;
   }
  .nice-select {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
  }
  .nice-select .list {
    font-size: 18px !important;
  }
  .nice-select .option {
    min-height: 40px !important;
    line-height: 40px !important;
    border-bottom: 1px solid #D1D5DB !important;
  }
}
.nice-select .option:last-child {
  border-bottom: none !important;
}
.nice-select:before {
  content: '';
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border: 1px solid #D1D5DB;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}
.nice-select:after {
  right: 24px;
  height: 8px;
  width: 8px;
  border-bottom: 1px solid #272727;
  border-right: 1px solid #272727;
}
.gchoice {
  padding-bottom: 10px;
}
.icheckbox_square {
  background-position: -24px 0;
}
.icheckbox_square + label {
  margin-left: 10px;
}
.nice-select .option.selected {
  font-weight: normal;
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .icheckbox_square {
    margin-top: -4px;
   }
}
.testimonial_slider.slick-slider {
  overflow: visible;
}
.testimonial_slider .quote p {
  letter-spacing: 2px;
}
.testimonial_slider .slick-dots {
  bottom: -65px;
}
.testimonial_slider .slick-dots li button::before {
  color: #ffffff;
  opacity: 0.75;
  font-size: 12px;
}
.testimonial_slider .slick-dots li.slick-active button::before {
  color: #ffffff;
  opacity: 1;
}
.testimonial_slider .slick-prev::before, 
.testimonial_slider .slick-next::before {
  font-size: 36px;
}
.testimonial_slider .slick-prev::before {
  content: '\f053';
  font-family: 'Font Awesome 5 Pro';
}
.testimonial_slider .slick-next::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Pro';
}
.testimonial_slider .slick-prev {
  left: -100px;
}
.testimonial_slider .slick-next {
  right: -100px;
}
@media screen and ( max-width: 639px ) {
  .testimonial_slider .slick-prev {
    left: -40px;
  }
  .testimonial_slider .slick-next {
    right: -40px;
  }
  .testimonial_slider .slick-prev::before, 
  .testimonial_slider .slick-next::before {
    font-size: 24px;
  }
}
@media screen and ( min-width: 768px ) and ( max-width: 1023px ) {
  .testimonial_slider .slick-prev {
    left: -80px;
  }
  .testimonial_slider .slick-next {
    right: -80px;
  }
}