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

* {
  background: transparent !important;
  color: #000 !important; /* Black prints faster: h5bp.com/s */
  box-shadow: none !important;
  text-shadow: none !important;
}

body {
    font: 12px / 1.4 "Georgia", Serif;
}

a,
a:visited {
    text-decoration: none !important;
}

a[href]:after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
}

.filteredThumbLink a[href]:after,
.blogItemThumb a[href]:after,
.authorDetails a[href]:after,
.tagged a[href]:after{
  content: '';
}

/*
abbr[title]:after {
    content: " (" attr(title) ")";
}
*/

/*
 * Don't show links for images, or javascript/internal links
 */

.ir a:after,
a[href^="javascript:"]:after,
a[href^="mailto:"]:after,
a[href^="#"]:after {
    content: "";
}

pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group; /* h5bp.com/t */
}

tr,
img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
    width: auto;
    height: auto;
}

@page {
    margin: 3cm, 0.5cm;
}

h1{
  line-height: 1em;
  color: #000;
  font-family: "Helvetica", Arial;
}

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

h2,
h3 {
    page-break-after: avoid;
}

h2{
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2em;
    margin: 10px 0px 10px 0px;
    font-family: "Helvetica", Arial;
    color: #000;
}
h2 a{
    color: #000;
    text-decoration: none;
}

h3{
  font-size: 1em;
  margin: 18px 0px 0px 0px;
  font-family: "Georgia", Serif;
  font-weight: normal;
  color: #000;
}

/** Author's styles **/

#printLogo{
    display: block;
    margin: 50px 0px 50px 0px;
}

#logo a{
    display: none;
}

#navigation,
#subnav,
#workFilters,
#projectSocial,
#projectCallAction,
.mobileHide,
#caseHeader,
.node-blog .lastBlock,
#job-form,
#singleContainer,
#backToCareers,
#jobEmail,
#jobPrint,
#messages,
#workFilters,
#desktopFilters,
#searchBar,
#subscribe-form-wrap,
#searchIcon,
.sectionLink,
#contactMap,
.hero_arrow{
    display: none;
}

/* Home */
#slider .heroImage,
#slider .heroImage img,
#sliderCover, .swipe{
  position: relative;
  width: 80%;
  height: auto !important;
}
.heroImage video,
#homeContentLeft #thinBarWhite,
#homeContentLeft img{
  display: none;
}
#slider .heroImage[style*="opacity: 1"]{
  display: block;
}
#slider .heroImage[style*="opacity: 0"]{
  display: none;
}



#manyBlockedContent{
  height: auto !important;
}
#manyBlockedContent .firstBlock{
  font-size: 1.2em;
}
.blockedContent{
  float: none;
  width: auto;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dfdfdf;
}
.blockedContent img{
  width: 25%;
  height: auto;
}

.authorDetails{
  font-size: 0.9em;
  padding: 5px 0 0 0;
  margin: 14px 0 22px;
}
#longTitleCase{
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  margin: 5px 0 18px 0;
  color: #000;
  line-height: 1.2em;
}
#projectIntro{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
  line-height: 1.2em;
  margin: 12px 0 15px 0;
}
#projectBody{
    height: auto !important;
    display: block !important;
}
#caseMobileHeader:after,
.thinBar:after{
    content: '—';
    font-size: 3em;
    color: #000;
}
#caseMobileHeader{
    margin: 0px 0px 10px 0px;
}
.printHide{
  display: none;
}

#textBoxLand{
  float: left;
  width: 60%;
  padding: 0px 12px 0px 0px;
}
#caseImagery{
  float: right;
  width: 38%;
}

.contactLocationBox{
  width: auto;
  float: none;
  margin: 0px 0px 20px 0px;
}

/*Work landing*/
#thumbAreaLand{
  height: auto !important;
}
.filteredThumbLink{
  position: relative !important;
  width: 22%;
  float: left;
  margin: 0 2% 6% 0;
  left: 0 !important;
  top: 0 !important;
  min-height: 280px;
  /*
  width: 100%;
  float: none;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  */
}
.introBlock{
  width: 100% !important;
  min-height: auto;
}
.filteredThumbLink img{
  width: 100%;
  /*
  width: 25%;
  */
}
#titleBoxIntro{
  font-size: 1.2em;
  font-style: italic;
}
#thumbAreaLand .introBlock h2{
  font-size: 1.2em;
}
.thumbInfo{
  font-family: "Helvetica", Arial, sans-serif;
}
.thumbOverlayTitle{
  font-weight: bold;
  margin: 0 0 6px 0;
}

/* Contact page */
.page-contact .blockedContent{
  float: left;
  width: 45%;
}
.page-contact .column_2 .lastBlock{
  width: 45%;
  margin: 0 0 0 4%
}
.page-contact .thinBar{
  margin: 12px 0;
}

#footer{
    margin: 50px 0 0 0;
    clear: both;
}