/**
 * @license
 * MyFonts Webfont Build ID 3283448, 2016-09-14T23:30:57-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed fonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: NeueHaasUnicaPro-Regular by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-haas-unica/regular/
 * Copyright: Copyright &#x00A9; 2015 Monotype Imaging Inc.  All rights reserved.
 * Licensed pageviews: 250,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3283448
 * 
 * © 2016 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */

@import url("//hello.myfonts.net/count/3219f8");
@font-face {
  font-family: 'NeueHaasUnicaPro-Regular';
  src: url('../fonts/3219F8_0_0.eot');
  src: url('../fonts/3219F8_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/3219F8_0_0.woff2') format('woff2'), url('../fonts/3219F8_0_0.woff') format('woff'), url('../fonts/3219F8_0_0.ttf') format('truetype');
}


/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {}

html {
  box-sizing: border-box;
}

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

html,
body {
  font-family: NeueHaasUnicaPro-Regular;
  color: black;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  font-size: 0;
}

a {
  color: black;
  text-decoration: none;
  transition: color 250ms;
}

.slick-track,
.slick-list {
  width: 100%;
  height: 100%;
}

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

.slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: local;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header {
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 18px;
  padding-bottom: 24px;
  font-size: 0;
  z-index: 1000;
  transition: top 250ms ease-in-out;
  background-color: white;
}

.page-home .header {
  background-color: transparent;
}

.nav-up {
  top: -136px;
}

h1 {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  position: relative;
  top: -6px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*    min-width: 300px;*/
  padding: 0 12px;
}

h1 img {
  width: 100%;
  max-width: 270px;
  display: none;
}

.logo {
  width: 100%;
  max-width: 270px;
  height: 27px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  font-size: 0;
}

.logo-black {
  background-image: url(../img/isa_black.svg);
}

.logo-white {
  background-image: url(../img/isa_white.svg);
}

.page-home .down .logo {
  background-image: url(../img/isa_black.svg);
}

nav {
  display: inline-block;
  width: 33.33%;
  padding: 0 12px;
  vertical-align: top;
}

.mainnav ul,
.mainnav li {
  list-style: none;
  font-size: 26px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}

.subnav {
  display: inline-block;
  width: 16.67%;
  padding: 0 12px;
  vertical-align: top;
}

.subnav ul,
.subnav li {
  list-style: none;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.contact {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  width: 25%;
  padding: 0 12px;
  vertical-align: top;
}

.header a {
  color: white;
  text-decoration: none;
}

.header a:hover {
  color: #ff005a;
}

.header p {
  margin: 0;
}

.projects-wrapper {
  padding: 0;
  padding-bottom: 30px;
}

.projects-wrapper-trans {
  padding-bottom: 100vh;
}

.project-bumper {
  padding: 13px 18px 30px 18px;
}

#hanging {
  height: 1px;
}

.project {
  height: 100px;
  overflow: hidden;
  transition: all 500ms;
  transition-timing-function: ease-in-out;
  position: relative;
}

.project-ppage {
  padding-top: 12px;
  padding-bottom: 24px;
}

.tags {
  color: #BFBFBF;
}

.column {
  display: inline-block;
  vertical-align: top;
}

.project-image {
  width: 25%;
  padding: 0 12px;
}

.project-image img {
  width: 100%;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: url(#greyscale);
  filter: gray;
  filter: grayscale(100%);
  transition: all 250ms;
}

.project:hover .project-image img {
  -webkit-filter: none;
  filter: none;
}

.project:hover {}

.project-title {
  width: 33.33%;
  font-size: 36px;
  line-height: 36px;
  padding: 0 12px;
}

.smalltxt {
  font-size: 18px;
  line-height: 18px;
}

.meta,
.location {
  width: 16.66%;
  padding: 0 12px;
  padding-top: 14px;
}

.year {
  width: 8.33%;
  padding: 0 12px;
  padding-top: 14px;
}

.godown {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -42px;
  width: 84px;
  height: 43px;
  z-index: 2000;
  background-image: url(../img/downarrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 250ms;
}

.slide:hover .godown {
  opacity: 1;
}

.page-news {
  background-color: #ff005a;
}

.page-news .current {
  color: black;
}

.page-news .header {
  background-color: #ff005a;
}

.page-about .header,
.about-sub .header {
  background-color: black;
}

.page-news .header a:hover {
  color: black;
}

.page-about,
.about-sub {
  background-color: black;
}

.page-about .current,
.about-sub .current {
  color: #ff005a;
}

.page-about .header a:hover,
.about-sub .header a:hover {
  color: #ff005a;
}

.news-wrapper {
  padding: 18px;
  padding-top: 150px;
  color: white;
}

.section-wrapper {
  padding: 18px;
  padding-top: 150px;
  color: white;
}

.news-entry {
  padding: 0 12px 30px 12px;
  display: inline-block;
  width: 25%;
  vertical-align: top;
  color: white;
}

.news-entry img {
  width: 100%;
  margin-bottom: 18px;
}

.about-left {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

h2 {
  margin: 0;
  padding: 18px 0;
  padding-top: 0;
  font-size: 26px;
  line-height: 27px;
  font-weight: normal;
}

.bios-holder h2 {
  padding-top: 18px;
}

.bios-holder h2:first-child {
  padding-top: 0;
}

.news-content,
.list {
  font-size: 15px;
  line-height: 18px;
}

.list a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
  transition: all 250ms;
}

.list a:hover {
  color: #ff005a;
  border-bottom: 1px solid transparent;
}

.designcredit {
  padding-top: 36px;
  padding-bottom: 18px;
}

p {
  padding: 0;
  margin: 0;
}

.news-content p {
  padding-bottom: 18px;
}

.image-area {
  padding: 0 12px;
}

.image-area img {
  width: 100%;
  margin-bottom: 18px;
}

.client-list {
  display: inline-block;
  vertical-align: top;
  width: 66.66%;
  padding: 0 12px;
}

.twocol {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 24px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 24px;
  /* Firefox */
  column-gap: 24px;
}

.staff-list {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 12px;
}

.page-projects .header,
.projects-sub .header {
  color: black;
}

.page-projects .current,
.projects-sub .current {
  color: #ff005a !important;
}

.page-projects .header a,
.projects-sub .header a {
  color: black;
}

.page-projects .header a:hover,
.projects-sub .header a:hover {
  color: #ff005a;
}

.projects-page-wrap {
  padding-top: 150px;
}

.pi-img,
.pi-text {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  padding-bottom: 24px;
}

.pi-img {
  width: 75%;
}

.pp-horiz {
  width: 100%;
}

.pp-vert {
  height: 600px;
}

.pi-text,
.pp-meta {
  color: black;
  font-size: 18px;
  line-height: 21px;
}

.pp-meta {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 12px;
}

.pp-related {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}

.related-header {
  font-size: 36px;
  line-height: 36px;
  padding: 0 12px;
  padding-bottom: 24px;
}

.pi-text {
  width: 25%;
}

.pi-text p,
.pp-meta p {
  padding-bottom: 21px;
}

h3 {
  font-size: 18px;
  line-height: 21px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  padding-left: 24px;
}

.closebtn {
  position: fixed;
  top: 50%;
  width: 30px;
  height: 36px;
  margin-top: -18px;
  right: 0;
  z-index: 2000;
  background-image: url(../img/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}

.closebtn-inner {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 36px;
  margin-top: -18px;
  right: 0;
  z-index: 2000;
  background-image: url(../img/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  display: none;
  cursor: pointer;
}

.closemask {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 20000;
  cursor: pointer;
  display: none;
}

.cm-top {
  top: 0;
  height: 31px;
}

.cm-bottom {
  bottom: 0;
  height: 30px;
}

.related-block {
  width: 33.33%;
  padding: 0 12px;
  padding-bottom: 24px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 21px;
}

.related-block img {
  width: 100%;
  margin-bottom: 9px;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: url(#greyscale);
  filter: gray;
  filter: grayscale(100%);
  transition: all 250ms;
}

.related-block:hover img {
  -webkit-filter: none;
  filter: none;
}

.list li,
.list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list li {
  position: relative;
  left: 24px;
  padding-right: 24px;
  text-indent: -24px;
}

.post-entry {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 48px;
}

.post-entry a {
  color: white;
}

.post-year {
  font-size: 26px;
  line-height: 27px;
  padding-bottom: 9px;
  border-bottom: 1px solid white;
}

.year-marker {
  margin-left: 12px;
}

.last {
  margin-right: 12px;
}

.post-content-area {
  padding: 0 12px;
  padding-top: 9px;
}

.post-content p {
  font-size: 15px;
  line-height: 18px;
  text-indent: 24px;
}

.post-content p:first-child {
  text-indent: 0;
}

.post-image img {
  width: 100%;
  margin-bottom: 6px;
}

.category a:hover {
  color: #ff005a;
}

.tags a {
  color: #BFBFBF;
}

.tags a:hover {
  color: #ff005a;
}

.border-wrapper {
  padding: 0 12px;
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  z-index: 900;
}

.border {
  border-top: 1px solid #000;
}

.project-outer:first-child .border {
  /*  border-top: none;*/
}

.news-content a,
.post-content a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
  transition: all 250ms;
}

.news-content a:hover {
  color: black;
  border: none;
}

.post-content a:hover {
  color: #ff005a;
  border-bottom: 1px solid transparent;
}

.catlink,
.taglink {
  transition: color 250ms;
  cursor: pointer;
}

.taglink:hover,
.catlink:hover {
  color: #ff005a;
}

.open {
  cursor: default;
}

.open-project .content {
  overflow: auto;
}

.noscroll {
  overflow: hidden;
}

.stage {
  display: none;
  font-size: 0;
  padding: 0 18px;
}

.page-home .down {
  background-color: white;
  color: black;
}

.page-home .down a {
  color: black;
}

.page-home .down a:hover {
  color: #ff005a;
}

strong {
  font-size: 18px;
  line-height: 21px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  padding-left: 24px;
  display: block;
}

.pp-meta br {
  display: none;
}
.mobile-image, .mobile-meta, .header-mobile, .menu-spacer, .piimg-mobile, .mobile-clsl .contact-widemob {
  display: none;
}

.mobile-clsl {
    display: none;
}



@media only screen and (max-width: 900px) {
  .header, .slideshow, .project-image, .smalltxt {
    display: none;
  }

  .project-title, .meta, .location {
    width: 100%;
  }

  .project {
    height: 120px;
    background-color: white;
  }

  .project-title {
    font-size: 30px;
    line-height: 30px;
  }

  .mobile-image, .mobile-meta {
    display: block;
    padding: 0 12px;
  }

  .mobile-meta {
    padding-top: 8px;
    font-size: 22px;
    line-height: 25px;
  }

  .loc-year {
    padding-bottom: 12px;
  }

  .mobile-image img {
  width: 100%;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: url(#greyscale);
  filter: gray;
  filter: grayscale(100%);
  transition: all 250ms;
}

.open .mobile-image img {
  -webkit-filter: none;
  filter: none;
}

.category, .tags {
  display: inline;
}

/*
.projects-wrapper a:first-child .project {
  margin-top: 200px;
}
*/


  .border-wrapper {
    padding: 0;
    left:0;
    right:0;
  }

  .header-mobile {
    display: block;
    position: fixed;
    padding: 18px;
    top:0;
    left:0;
    right:0;
    padding-bottom: 36px;
  }

  h1 {
    display: block;
    width: 100%;
    padding: 0 12px;
    position: static;
    background: transparent;
    padding-bottom: 15px;
}

.logo {
    width: 100%;
    max-width: 270px;
    height: auto;
    background: transparent;
    font-size: 30px;
    line-height: 30px;
}

nav {
  width: 100%;
}

.contact {

    font-size: 22px;
    line-height: 25px;
    width: 100%;
}
.mainnav {
  padding-bottom: 15px;
}

.mainnav ul, .mainnav li {
  font-size: 30px;
    line-height: 30px;
}

.menu-spacer {
  display: block;
  height: 108px;
  position: relative;
  transition: height 500ms;
}

.popunder {
  z-index: -1;
}

.pi-row {
  font-size: 0;
  padding: 0;
}

.pi-img, .pi-text {
    width: 100%;
    padding: 8px 12px;
}

.pi-text {
  padding: 0 12px;
}

.pi-text p, .pp-meta p {
  padding: 8px 0;
}

.pi-text, .pp-meta {
font-size: 22px;
    line-height: 25px;
}

h3 {
font-size: 22px;
    line-height: 25px;
}

strong {
font-size: 22px;
    line-height: 25px;
}

.pp-meta {
  width: 100%;
  padding-top: 8px;
}

.stage {
  padding-bottom: 28px;
}

.pp-vert {
  height: auto;
  width: 100%;
}

.related-header {
    font-size: 30px;
    line-height: 30px;
    padding: 12px 12px;
    padding-top: 20px;
    padding-bottom: 8px;
}

.related-block {
    width: 100%;
    padding: 8px 12px;
font-size: 22px;
    line-height: 25px;
}

.pp-related {
  width: 100%;
}

.related-block img {
  display: none;
}

.related-inner {
  border-bottom: 1px solid black;
}

.piimg-desktop {
  display: none;
}
.piimg-mobile {
  display: block;
}
.project-bumper {
    padding: 13px 18px 8px 18px;
}

.news-entry {
    width: 100%;
}

.about-left, .client-list, .staff-list {
    width: 100%;
}

.twocol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.mob-sub li {
  padding-left: 24px;
}

.page-home .current {
    color: #ff005a !important;
}

.page-about .header-mobile a,  .page-about .header-mobile, .about-sub .header-mobile a, .about-sub .header-mobile {
  color: white;
}
.page-about .current, .about-sub .current {
    color: #ff005a !important;
}

.page-about .section-wrapper, .about-sub .section-wrapper {
  background-color: black;
  position: relative;
  border-top: 1px solid white;
}

.post-entry {
    width: 100%;
    padding: 0;
}
.post-year {
  display: none;
}
.year-marker {
  display: block;
}

.post-year {
    font-size: 26px;
    line-height: 27px;
    padding-bottom: 9px;
    border:none;
}

.page-news .header-mobile a, .page-news .header-mobile {
  color: white;
}

.page-news .header-mobile .current {
  color: black;
}

.news-wrapper {
  background-color: #ff005a;
  position: relative;
  border-top: 1px solid white;
  padding-top: 18px;
}

h2 {
  font-size: 30px;
  line-height: 30px;
}


.news-content, .list {
    font-size: 22px;
    line-height: 25px;
}

.page-about .news-wrapper {
  background-color: black;
}

.image-area img {
  display: none;
}
.image-area img:first-child {
  display: block;
}
.cl-dt, .sl-dt {
  display: none;
}

.mobile-clsl {
  display: block;
}

.staff-list {
  padding-top: 48px;
}

.section-wrapper {
  padding-top: 0;
  min-height: 800px;
}

.post-year {
      font-size: 30px;
    line-height: 30px;
    padding-bottom: 0;
    padding-top: 18px;
}
.post-content-area {
  padding-bottom: 9px;
}

.blankzone {
  display: none;
}

.post-content p {
    font-size: 22px;
    line-height: 25px;
    text-indent: 30px;
}

 .contact-widemob{
  float: right;
  width: 50%;
  }

  .mainnav, h1 {
    width: 50%;
    float: left;
  }
  .contact-smmb {
    display: none;
  }

  .projects-page-wrap {
    padding-top: 0;
    min-height: 400px;
    background-color: white;
    position: relative;
}



.pi-row:first-child .piimg-mobile {
  display: none;
}


}

.open-project .content {
    overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}




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

  .contact-smmb {
    display: block;
  }
  .contact-widemob {
    display: none;
  }
    .mainnav, h1 {
    width: 100%;
    float: none;
  }
}






/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}