/*
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-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-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-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-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-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_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;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {

}
/* nav and lists */

/* postNav */
/*#postNav {
    height: 5.25rem;
    line-height: 5.25rem;
    position: relative;
    margin: 1.85rem 0;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 5rem;
}

#previousArticle {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    padding-left: 4.625rem;
    background: url('inc/img/slide_arrow.png') 7% 47% no-repeat;
    background-size: 2.775rem 2.775rem;
}

#previousArticle a {
    color: #e7e7e7;
    display: block;
}

#nextArticle a {
    color: #e7e7e7;
    display: block;
}

#nextArticle {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding-right: 4.625rem;
    background: url('inc/img/slide_arrow-right.png') 90% 45% no-repeat;
    background-size: 2.775rem 2.775rem;
}

#backToArchive {
    width: 7.215rem;
    margin: 0 auto;
    display: inline-block;
}*/

/* primary nav */
#primaryNav {
    /*float: right;
    padding-right: 1rem;*/
}

#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;
}

/* menu highlighting */
/*.page-studio .menu-Studio {
    color: #00AEE4 !important;
}

.single-projects .menu-Work, .post-type-archive-projects .menu-Work {
    color: #00AEE4 !important;
}

.single-blog-entry .menu-Blog, .post-type-archive-blog-entry .menu-Blog {
    color: #00AEE4 !important;
}

.page-awards a[class*="menu-Award"] {
    color: #00AEE4 !important;
}*/

/* 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 {
}

#articleNav li:after {
    content: "|";
    margin: 0 0.9rem;
    height: 0.9rem;
    overflow: hidden;
    display: inline-block;
    background-color: #929292;
    width: 1px;
}

/*.headerFont1 {
    font-family: 'DINEngschriftLT';
    font-size: 5rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    letter-spacing: .01rem;
    color: #fff;
}

.subheadFont1 {
    font-family: 'DINMittelschrift';
    font-size: 1.5rem;
    letter-spacing: .075rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    color: #fff;
}

.buttonStyle1 {
    font-size: 1.2rem;
    letter-spacing: .05rem;
    padding: 0.925rem 0.925rem 0.625rem 0.925rem;
    color: #fff;
    display: inline-block;
    margin-top: 0.28rem;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    background-color: rgba(0, 173, 227, 0.95);
}

.buttonStyle1:hover {
    background-color: rgba(255, 255, 255, 95);
    color: #111;
}

.headerFont2 {
    font-size: 3rem;
    letter-spacing: .025rem;
    font-family: 'DINEngschriftLT';
    text-transform: uppercase;
    color: #929292;
}

.bodyFont1 {
    font-family: 'DINMittelschrift';
    color: #929292;
    font-size: 1.85rem;
    letter-spacing: .01rem;
    line-height: 2.4rem;
}

.bodyFont1 ul {
    padding-left: 9.25rem;
    margin-bottom: 1.85rem;
    line-height: 2.4rem;
}

.bodyFont1 li {
    list-style-type: disc;
}

.bodyFont2 {
    font-family: 'DINMittelschrift';
    color: #929292;
    font-size: 1.65rem;
    letter-spacing: .025rem;
    line-height: 2.2rem;
}

.smallFont1 {
    font-family: 'DINMittelschrift';
    color: #929292;
    font-size: 1.11rem;
    letter-spacing: .025rem;
    line-height: 2.2rem;
}

.listFont1 {
    font-size: 1.45rem;
    letter-spacing: .01rem;
    font-family: 'DINEngschriftLT';
    text-transform: uppercase;
    color: #929292;
    line-height: 1.85rem;
}

.home #wrap {
    margin-top: 5rem;
}

.home.block {
    float: left;
    overflow: hidden;
}

#snappishWrap {
    float: left;
}

.blockLead {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'DINEngschriftLT';
    font-size: 2.85rem;
    letter-spacing: .01rem;
    padding: 2.75rem 0 1.85rem 0;
    text-transform: uppercase;
    cursor: default;
}
*/
.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%);
}

.headlineSlideTitle h1 {
    /*font-size: 44px;*/
    /*margin-bottom: .75rem;*/
    /*padding: 0 4.625rem;*/
    /*line-height: 58px;*/
}

.headlineSlideSubtitle h1 {
  /*font-size: 44px;
  color: #fff;
  line-height: 58px;*/
}

.headlineSlideTitle h1 p {
    /*font-size: 44px;*/
    /*margin-bottom: .75rem;*/
    /*line-height: 58px;*/
}

.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 */
/*.careersBlock, .liveTextPadding {
    padding-top: 3.475rem !important;
    padding-bottom: 3.475rem !important;
}

.job {
    border-bottom: 1px solid #eee;
    padding-bottom: .45rem;
    margin-bottom: 2rem;
}

.jobTitle {
    margin-bottom: 0.45rem;
}*/

/* 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 */
/*.awardsRepeater:first-of-type .blockLead {
    padding: 0rem 0 1.85rem 0;
}

.awardsReadmore {
    display: none;
}

.awardsReadMoreTrigger {
    text-align: center;
    padding: 2rem 0 3rem 0 !important;
    font-size: 2rem !important;
}

.awardsContentItem {
    margin-bottom: .9125rem;
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: .9215rem;
}

.awardsContentItemLeft {
    width: 30%;
    float: left;
}

.awardsContentItemRight {
    width: 70%;
    float: left;
    padding-left: 5%;
    padding-top: 2%;
    font-family: 'DINEngschriftLT';
}

.awardsContentItemRight p {
    font-size: 1.65rem;
}

.awardsContentItemSummary {
    font-size: 1.65rem;
    line-height: 2.2rem;
    padding: 1rem 0;
}

.awardsContentItemTitle {
    font-size: 1.85rem;
    letter-spacing: .01rem;
    text-transform: uppercase;
}

.awardsContentItemReadMore {
    display: none;
}*/

/* 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;
}

.readMoreTrigger:hover { /*color: #00AEE4;*/
}

#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;
}

#articleMeta span {
}

.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;
}

/* 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 */

/*
footer {
    background-color: rgba(0, 0, 0, .5);
    height: 5rem;
    line-height: 5.5rem;
    width: 100%;
    overflow: hidden;
    z-index: 1000;
    position: relative;
    margin-top: 2.25rem;
    text-transform: uppercase;
    font-size: 1.85rem;
    font-family: 'DINEngschriftLT';
    letter-spacing: .025rem;
    text-transform: uppercase;
}

footer a {
    font-size: 1.85rem;
}

#footerNav {
    float: left;
    padding-left: 1.85rem;
    position: absolute;
    left: 0;
    z-index: 100;
}

#footerNav li {
    float: left;
    padding: 0 1.3875rem 0 0;
}

#footerNav a {
    color: #fff;
}

#footerNav a:hover {
    color: #00AEE4;
}

#footerNav li:after {
    color: #fff;
}

#back-to-top {
    width: 100%;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 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;
    text-align: center;
}

#back-to-top:hover {
    color: #00AEE4;
}

#back-to-top span {
    background: url('inc/img/backtotopcaret.png') no-repeat;
    display: inline-block;
    height: 1.5rem;
    width: 2.3875rem;
    background-size: contain;
}

#copyright {
    float: right;
    color: #fff;
    padding-right: 1.85rem;
}*/

/* 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;
    }

    /*.awardsRepeater {
        margin-top: 5rem;
    }

    .awardsContentItem {
        margin-bottom: 5rem;
        padding-bottom: 0rem;
        margin-top: 2rem;
        text-align: center;
    }

    .awardsContentItemLeft {
        width: 100%;
    }

    .awardsContentItemRight {
        width: 100%;
        padding-left: 0;
        padding-top: 5rem;
    }

    .awardsContentItemTitle, .awardsContentItemTitle a {
        font-size: 6.85rem !important;
    }

    .awardsContentItemSummary {
        font-size: 4.6rem;
        line-height: 4.6rem;
        padding: 2rem 0 4rem 0;
    }

    .awardsContentItemRight p {
        font-size: 4.6rem;
    }

    .awardsReadMoreTrigger {
        text-align: center;
        padding: 2rem 0 7rem 0 !important;
        font-size: 8rem !important;
    }*/

    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;
    }

    /*#postNav {
        margin: 8.85rem 0;
    }*/

    /*#previousArticle, #nextArticle {
        background-size: 5.775rem 5.775rem;
    }

    #nextArticle {
        padding-right: 10.625rem;
    }

    #previousArticle {
        padding-left: 10.625rem;
    }

    #previousArticle a, #nextArticle a {
        font-size: 3.5rem;
        line-height: 6rem;
    }*/

}

@media 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 ***/

/*footer #connect {
  padding: 0 80px;
}
.contactColumn {
  margin: 0 0;
}
.contactColumn:nth-of-type(1) {
  width: 55%;
  float: left;
}
.contactColumn:nth-of-type(2) {
  width: 12%;
  float: left;
}
.contactColumn:nth-of-type(3) {
  width: 32%;
  float: left;
  padding-left: 110px;
}
footer .contactColumn .contactBlock {
  text-transform: none;
  padding-right: 0;
  vertical-align: top;
}
footer .contactColumn:nth-of-type(3) .contactBlock {
  width: 90%;
}
footer .contactBlock, footer .contactBlock a {
  font-size: 1.25rem;
}
footer .contactColumn .contact_inner_column {
  display: inline-block;
  vertical-align: top;
}
footer .contactColumn .contact_inner_column:nth-child(1) {
  width: 12%;
}
footer .contactColumn .contact_inner_column:nth-child(2) {
  padding-left: 20px;
  width: 45%;
}
footer .contactColumn .contact_inner_column:nth-child(3) {
  width: 38%;
}
footer, footer span.headerFont2, footer a {
  color: #ffffff;
}
footer span.headerFont2 {
  font-size: 26px;
  text-transform: uppercase;
}

footer form.mc4wp-form-3807 .mc4wp-form-fields input {
  width: 100% !important;
  background-color: transparent !important;
  border: 3px solid #888888 !important;
  font-family: inherit !important;
  color: #ffffff !important;
  line-height: 3.7rem;
}

footer form.mc4wp-form-3807 .mc4wp-form-fields input::-webkit-input-placeholder {
  color: #ffffff;
}
footer form.mc4wp-form-3807 .mc4wp-form-fields input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer form.mc4wp-form-3807 .mc4wp-form-fields input:-ms-input-placeholder {
  color: #ffffff;
}
footer form.mc4wp-form-3807 .mc4wp-form-fields input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

ul#socialLinks {
  width: 100%;
  max-width: 100%;
  padding-top: 15px;
  text-align: center;
  margin: 0 auto;
}
ul#socialLinks li {
  margin-right: 0.3rem;
  margin-bottom: 1rem;
  display: inline-block;
}
ul#socialLinks li:last-child {
  margin-right: 0rem;
}
ul#socialLinks li a {
  color: #ffffff;
  font-size: 24px;
}
ul#socialLinks li a:hover {
  color: #00AEE4 !important;
}
#copyright {
  float: left;
  font-size: 16px;
  bottom: 2.4rem;
}*/]

@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%;
  }
}
