* {
  box-sizing: border-box;
}

html {
  background: #f2f2f2;
}

body {
  opacity: 1;
  transition: 1s opacity;
  background: #fff;
}

body.fade-out {
  opacity: 0;
  transition: none;
}

body.scroll-lock {
  overflow: hidden !important;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  height: 80px;
  background: #fff;
  overflow: hidden;
  transition: top 0.2s ease-in-out;
}

header .logo {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 180px;
}


header nav {
  float: right;
  display: flex;
  padding: 26px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

header nav .wpml-ls-item-zh-hans {
  font-size: 12px;
}

header.nav-up {
  top: -80px;
}

header .wpml-ls ul {
  list-style: none;
  margin: 1px 30px 0 0 !important;
  text-align: center;
}

header .wpml-ls ul li {
  display: inline-block;
  margin: 0;
  position: relative;
}

header .wpml-ls ul li a {
  display: block;
  padding: 0 0 1px 0;
  margin: 0 15px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
  border-bottom: solid 1px #fff;
}

header .wpml-ls ul li a:hover {
  color: #000;
  border-bottom: solid 1px #808080;
}

header .wpml-ls ul li.wpml-ls-current-language a {
  color: #000;
  border-bottom: solid 1px #ff4600;
}

header .wpml-ls ul li:first-child:after {
  content: '|';
  position: absolute;
  top: 0;
  right: -4px;
  font-size: 14px;
  font-weight: bold;
}

.wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
  clear: none;
}

header .page-title {
  padding: 3px 45px 0 0;
  color: #000;
  text-transform: uppercase;
}

header .page-title a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease;
  border-bottom: solid 1px #fff;
}

header .page-title a:hover {
  border-bottom: solid 1px #ff4600;
}


header .page-title span {
  min-width: 105px;
  display: block;
}

#menu-trigger {
  padding: 5px 0 0 0;
}

#menu-trigger a {
  display: block;
  height: 16px;
  width: 20px;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease;
  background: url(../images/icon-nav-open.svg) 0 0 no-repeat;
}

#menu-holder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff4600;
  z-index: 100;
}

#menu-holder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff4600;
  z-index: 100;
}

#menu-holder a.close {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  height: 19px;
  width: 19px;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease;
  background: url(../images/icon-nav-close.svg) 0 0 no-repeat;
}

#menu-holder nav {
  position: absolute;
  top: 200px;
  right: 75px;
}

#menu-holder nav ul {
  text-align: right;
  list-style: none;
  margin: 0;
}

#menu-holder nav li {}

#menu-holder nav li:nth-child(4) {
  padding: 20px 0 0 0;
}

#menu-holder nav li a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.5s ease;
  margin: 20px 0 0 0;
  text-decoration: none;
  letter-spacing: 0.05em;
}

#menu-holder nav li:nth-child(1) a,
#menu-holder nav li:nth-child(2) a,
#menu-holder nav li:nth-child(3) a {
  font-family: 'Merriweather', serif;
  font-size: 68px;
  line-height: 68px;
  font-weight: 300;
  margin: 0 0 30px 0;
  text-transform: none;
  letter-spacing: normal;
}

#menu-holder nav li a:hover,
#menu-holder nav li.current_page_item a {
  color: #000;
}


footer {
  background: #ffffff;
}

footer .top {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-bottom: #b0ac99 1px solid;
}

footer .top .logo {
  position: absolute;
  left: 0;
  top: 142px;
  width: 180px;
}

footer .bottom {
  height: 75px;
}

footer p.signoff {
  font-family: 'agenda', Helvetica, Arial, sans-serif;
  font-weight: 300;
  float: left;
  font-size: 12px;
  line-height: 12px;
  padding: 40px 0 20px 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

footer ul#footer-socials {
  float: right;
  margin: 33px 0 0 0;
}

footer ul#footer-socials li {
  display: inline-block;
  padding: 0 9px;
}

footer ul#footer-socials li:last-child {
  padding: 0 0 0 9px;
}

footer ul#footer-socials li a {
  display: block;
  position: relative;
  text-indent: -9999px;
}

footer ul#footer-socials li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}

footer ul#footer-socials li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}



footer ul#footer-socials li a.twitter {
  height: 18px;
  width: 22px;
}

footer ul#footer-socials li a.twitter:before {
  background: url(../images/icon-twitter.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

footer ul#footer-socials li a.twitter:after {
  background: url(../images/icon-twitter.svg) 0 -21px no-repeat;
  background-size: 100% auto;
}

footer ul#footer-socials li a.wechat {
  height: 19px;
  width: 21px;
}

footer ul#footer-socials li a.wechat:before {
  background: url(../images/icon-wechat.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

footer ul#footer-socials li a.wechat:after {
  background: url(../images/icon-wechat.svg) 0 -21px no-repeat;
  background-size: 100% auto;
}

footer ul#footer-socials li a.linkedin {
  height: 18px;
  width: 19px;
}

footer ul#footer-socials li a.linkedin:before {
  background: url(../images/icon-linkedin.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

footer ul#footer-socials li a.linkedin:after {
  background: url(../images/icon-linkedin.svg) 0 -21px no-repeat;
  background-size: 100% auto;
}

footer ul#footer-socials li a.instagram {
  width: 18px;
  height: 18px;
}

footer ul#footer-socials li a.instagram:before {
  background: url(../images/icon-instagram.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

footer ul#footer-socials li a.instagram:after {
  background: url(../images/icon-instagram.svg) 0 -22px no-repeat;
  background-size: 100% auto;
}

footer ul#footer-socials li a:hover:before {
  opacity: 0;
}

footer ul#footer-socials li a:hover:after {
  opacity: 1;
}

#qr-code .qr-code-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%);
}

#qr-code .bg-click {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


#page {
  padding: 80px 0 0 0;
}


/* ROWS */

/* Hero Block */
.block-hero {
  position: relative;
  width: 100%;
  height: 1200px;
  background: #CACACA;
}

.block-hero .headline {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 95%;
}

.block-hero .headline h1 {
  color: #ffffff;
  text-align: center;
}

.block-hero .down-arrow {
  position: absolute;
  bottom: 65px;
  left: 50%;
  display: block;
  height: 44px;
  width: 26px;
  margin-left: -13px;
  transition: all 0.5s ease;
  background: url(../images/icon-down-arrow.svg) 0 0 no-repeat;
  cursor: pointer;
  z-index: 10;
}

.block-hero .video-content {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.block-hero .video-content video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}



/* Columns */
.col {
  position: absolute;
  float: left;
}

.col.right {
  float: right;
  right: 0;
}

.col-half {
  width: 585px;
  height: 100%;
}

.col-one-third {
  width: 410px;
  height: 100%;
  padding: 0 15px;
}

.col-one-quarter {
  width: 277px;
  margin-right: 30px;
  position: relative;
}

.col-two-third {
  width: 805px;
  height: 100%;
}

.col-one-quarter.right {
  margin-right: 0;
}

.col-one-third.right {
  width: 395px;
  padding: 0 0 0 15px;
}

.col-one-third.left {
  width: 395px;
  padding: 0 15px 0 0;
}

.col-two-third.right {
  padding: 0 0 0 15px;
}

.col-two-third.left {
  padding: 0 15px 0 0;
}



.col-content {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.col-content .block {
  position: relative;
  overflow: hidden;
}

.col-content .block.w-link a.overlink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  cursor: pointer;
}

.block .image {
  position: relative;
  transition: all 0.5s ease;
}

.col-content .block .image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.col-content .block .image a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.block.w-link:hover .image {
  opacity: 0.8;
}

.block .image a img {
  opacity: 1;
  transition: all 0.5s ease;
}

.block .image a:hover img {
  opacity: 0.8;
}

/* Block Animation */
/*.project-article[data-position] {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.03, 0.46, 0.31, 0.97);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition-duration: 1s;
}

.project-article[data-position="below-view"]{
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    transition-duration: 1s;
    opacity: 0;
}*/

.block[data-position] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.03, 0.46, 0.31, 0.97);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-duration: 1s
}

.block[data-position="below-view"] {
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  transition-duration: 1s;
  opacity: 0;
}


/* Rows */
.page-row {
  margin: 30px 0 0 0;
}

.page-row:first-child {
  margin: 0;
}

.secondary .page-row {
  margin: 0;
}

.page-row .row,
.our-firm-download .row,
.page-row.half-half.image.dynamic-row .row {
  height: 0;
  position: relative;
  padding-bottom: 52.5%;
  max-height: 630px;
}

.page-row.html5-video .row {
  /* 675 DEEP */
  padding-bottom: 56.25%;
  max-height: 675px;
}

.page-row.full-width-image.portfolio .row,
.blog-header .full-width-image .row {
  /* 700 DEEP */
  padding-bottom: 58.33%;
  max-height: 700px;
}

.page-row.full-width-image.ratio .row,
.page-row.image-slider.ratio .row {
  /* 820 DEEP */
  padding-bottom: 68.33%;
  max-height: 820px;
}

.page-row.half-half.image .row {
  /* 840 DEEP */
  padding-bottom: 70%;
  max-height: 840px;
}

.page-row.question-block .row,
.page-row.text-row .row,
.page-row.text-image-row .row,
.page-row.half-text-half-image .row,
.project-articles .row,
.blog .page-row .row,
.blog-single .page-row .row,
.project-header-intro .row,
.page-row.media-row.blockquote .row {
  /* BLOCKS THAT DON'T NEED FIXED HEIGHT */
  height: auto;
  padding: 0;
  max-height: none;
}

.page-row.media-row.blockquote .row {
  min-height: 630px;
}


/*** DYNAMIC ROWS ***/

/** DYNAMIC 1/2 + 1/3 **/
.half-one-third .col-half {
  width: 687px;
}

.half-one-third .col-half .block {
  height: 100%;
}

.half-one-third .col-half .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.half-one-third .col-half .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  z-index: 10;
  padding: 20px;
}

.half-one-third .col-one-third .copy {
  height: 300px;
  margin: 30px 0 0 0;
  padding: 0 20px 20px 0;
}

.half-one-third.text-image .col-one-third .block {
  height: 100%;
}

.half-one-third.text-image .col-one-third .copy {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: auto;
  width: 100%;
  margin: 0;
  padding: 20px;
}

.half-one-third.text-image .col-one-third .copy blockquote p {
  margin: 0 0 30px 0;
  color: #808080;
}

/** DYNAMIC 1/3 + 2/3 **/
.dynamic-row.one-third-two-third .col-one-third .col-content .block {
  height: 300px;
  margin: 0 0 30px 0;
}

.dynamic-row.one-third-two-third .col-one-third .col-content .block:last-child {
  margin: 0;
}

.dynamic-row.one-third-two-third .col-one-third .col-content .block .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: 10;
  padding: 20px;
}

.dynamic-row.one-third-two-third .col-two-third .block {
  height: 470px;
}

.dynamic-row.one-third-two-third .col-two-third .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dynamic-row.one-third-two-third .col-two-third .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: 10;
  padding: 20px;
}

/** DYNAMIC 1/2 + 1/2 **/
.dynamic-row.half-half .col-half:first-child .block {
  position: absolute;
  bottom: 0;
}

.dynamic-row.half-half .col-half.right .image {
  /*margin:0 0 25px 0;*/
}

.dynamic-row.half-half.portfolio .col-half .block {
  height: 430px;
}

.dynamic-row.half-half.portfolio .col-half .block .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: 10;
  padding: 20px;
}




/*** BLOCK ROWS ***/

/** BLOCK 2x1/3 + 2x1/3 + 1/3 **/
.two3rd-two3rd-one3rd .col {
  position: relative;
  height: auto;
}

.block-row.two3rd-two3rd-one3rd .col-one-third .block {
  height: 300px;
}

.block-row.two3rd-two3rd-one3rd .col-one-third .block.long {
  height: 630px;
}

.block-row.two3rd-two3rd-one3rd .col-one-third .block:first-child {
  margin-bottom: 30px;
}

.block-row.two3rd-two3rd-one3rd .col-one-third .block.long:first-child {
  margin-bottom: 0;
}

.block-row.two3rd-two3rd-one3rd .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: 10;
  padding: 20px;
}

.block-row.two3rd-two3rd-one3rd .col-one-third .copy {
  width: 100%;
}


/** BLOCK 2/3 + 1/3 **/
.block-row.one-third-two-third .col-two-third .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: 10;
  padding: 20px;
}

.block-row.one-third-two-third .col-one-third .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 20px;
}

.block-row.one-third-two-third .col-one-third .copy.no-image {
  padding: 0;
}

.block-row.one-third-two-third .col-one-third .col-content .block {
  height: 300px;
  margin-bottom: 30px;
}

.block-row.one-third-two-third .col-one-third .col-content .block:last-child {
  margin-bottom: 0;
}


/** BLOCK 3x 2x1/3 **/
.block-row.three-two3rd .col-one-third {
  position: relative;
  height: auto;
}

.block-row.three-two3rd .col-one-third .block {
  margin-bottom: 30px;
}

.block-row.three-two3rd .col-one-third .block:last-child {
  margin-bottom: 0;
}

.block-row.three-two3rd .col-one-third .block .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 20px;
}

.portfolio-header {
  position: relative;
}

.portfolio-header .image {
  height: 700px;
}

.portfolio-header .copy-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 20px;
}

.portfolio-header .copy-over .copy {
  width: 50%;
}


/*our-people version*/
.page-row.people {
  /*max-height: 762px;*/
}

.page-row.people .row {
  position: relative;
  height: auto;
  padding: 0;
  max-height: 762px;

}

.our-people .block-row.three-two3rd .col-one-third .block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 20;
}

.our-people .block-row.three-two3rd .col-one-third .block .copy {
  position: relative;
  padding: 14px 0;
}

.our-people .block-row.three-two3rd .col-one-third .block:hover .copy {
  opacity: 1;
}

.our-people .block-row.three-two3rd .col-one-third .block .copy p.name {
  font-family: 'agenda', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: 300;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  padding: 0;
  margin-bottom: 4px;
  border-bottom: 1px solid #EE4D23;
  letter-spacing: 0.1em;
  transition: all 0.5s ease;
}

.our-people .block-row.three-two3rd .col-one-third .block:hover .copy p.name {
  color: #ff4600;
}

.our-people .block-row.three-two3rd .col-one-third .block .copy p.job-title {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  padding: 0;
}

.our-people .block-row.three-two3rd .col-one-third .block:hover .image {
  opacity: 0.5;
}





/*** MEDIA ROWS ***/

/** MEDIA Full Width Image **/
.full-width-image {}

.full-width-image .col-half {
  width: 600px;
}

.full-width-image .copy {
  margin: 20px;
}

.full-width-image.to-grid .col-half {
  position: absolute;
  top: 0;
  left: 0;
  width: 54.17%;
  max-width: 650px;
  height: 100%;
}

.full-width-image.to-grid a.overlink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  cursor: pointer;
}

.full-width-image.to-grid .row .image {
  /*height: 700px;*/
}

.full-width-image.to-grid.w-link .row .image {
  opacity: 1;
  transition: all 0.5s ease;
}

.full-width-image.to-grid.w-link .row:hover .image {
  opacity: 0.8;

}

/** MEDIA Two Thirds Image **/
.two-third-image .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  padding: 20px;
}

/** MEDIA Question Block **/
.question-block h3 {
  padding: 15px 0 68px 0;
}

.question-block a.read-more {
  display: inline-block;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  color: #717271;
  padding: 35px 0 0 0;
}

.question-block .col-content {
  padding: 60px 0;
}

.question-block .content-area {
  background: #fff;
  width: 65%;
  max-width: 615px;
  height: 100%;
  padding: 30px;
}

.question-block .content-area .copy {
  width: 90%;
}

/** MEDIA HTML5 Video **/
.html5-video video {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.html5-video .block {}

.html5-video .video-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.html5-video .playpause {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 100px;
  width: 100px;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  background: url(../images/icon-play-button.svg) 0 0 no-repeat;
  cursor: pointer;
}

.html5-video .playpause.go {
  opacity: 0;
}

.html5-video .caption.w-padding,
.image-slider .caption.w-padding {
  padding-bottom: 70px;
}

/** MEDIA Blockquote **/

.blockquote.orange {
  background: rgba(255, 70, 0, 0.95);
}

.blockquote .block {
  position: absolute;
  height: 100%;
  width: 100%;
}

.blockquote .block .content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 650px;
  transform: translate(-50%, -50%);
}

.blockquote .block .content blockquote p {
  color: #717271;
}

.blockquote .block .content {
  text-align: center;
}

.blockquote .block .content p.name {
  font-family: 'agenda', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  padding: 0;
  text-transform: uppercase;
}

.blockquote .block .content p.title {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  color: #ff4600;
  padding: 0;
}

.blockquote.orange .block .content blockquote p,
.blockquote.orange .block .content blockquote p:before,
.blockquote.orange .block .content blockquote p:after,
.blockquote.orange .block .content p.title {
  color: #fff;
}



/*** TEXT ROWS ***/

.text-row .col-one-third,
.col-two-third {
  height: 100%;
}

/** TEXT Full-Width **/
.full-width {
  padding: 100px 0 0 0;
  height: 700px;
}

.text-row.page-title {
  padding: 90px 0 190px;
}

/** TEXT Half Text Half Image **/
.our-firm .half-text-half-image {
  background: rgba(176, 172, 153, 0.2);
  margin: 0;
  padding: 25px 0;
}

.our-firm .half-text-half-image.start-half-half {
  padding: 100px 0 25px 0;
  margin-top: 25px;
}

.our-firm .half-text-half-image.end-half-half {
  padding: 25px 0 100px 0;
}

.half-text-half-image .col-half {
  height: 430px;
  position: relative;
}

.half-text-half-image .copy {
  padding: 0 72px;
  text-align: center;
}

.half-text-half-image .block.middle {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.half-text-half-image .block.bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}


/** TEXT 2/3 **/
.text-row.two-thirds {
  padding: 70px 0;
}

.text-row.two-thirds .col {
  position: relative;
}

/** TEXT 1/3 1/3 1/3 including Image **/
.text-row.three-one,
.text-row.four-one {
  padding: 70px 0 70px 0;
}

.text-image-row {
  padding: 0 0 70px 0;
}

.text-image-row.top-padding {
  padding: 70px 0 70px 0;
}

.text-row.three-one .col-one-third,
.text-image-row .col-one-third {
  height: auto;
  position: relative;
}

.text-image-row .image {
  margin: 0 15px 30px 15px;
}

.text-image-row .copy {
  padding: 0 30px;
  text-align: center;
}

.text-image-row .copy p.sh2 {
  padding-bottom: 5px;
}



.careers-intern .content {
  width: 700px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}

.single-block .content {
  padding: 70px 0;
}

.no-padding .content {
  padding: 0;
}

.single-block .portfolio-intro {
  padding: 70px 0;
}



/* Page Specific */

/** Our Firm **/

.our-firm-download {
  height: 100%;
  padding: 0;

}

.our-firm-download .container,
.our-firm-download .container .row {
  position: relative;
  height: 100%;
}

.our-firm-download h3 {
  padding: 0 0 30px 0;
}

.our-firm-download .content {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}


/** Overlay **/

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 110;
  overflow: scroll;
}

.overlay .container,
.overlay .container .row {
  position: relative;
  height: 100%;
}

.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.overlay a.close {
  position: absolute;
  top: 30px;
  left: auto;
  right: 0;
  display: block;
  height: 19px;
  width: 19px;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease;
  background: url(../images/icon-overlay-close.svg) 0 0 no-repeat;
  z-index: 20;
}

.overlay .overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  transform: translate(-50%, -50%);
  z-index: 10;

}

.overlay.profile p.job-title {
  font-family: 'Merriweather', serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #ff4600;
  margin: 0;
  padding: 10px 0 50px 0;
  font-style: italic;
}



/** Our Projects / Portfolio **/

.our-projects .intro {
  padding: 80px 0 180px 0;
}

.project-articles {}

.project-articles ul {
  list-style: none;
}

.project-articles .filters ul {
  text-align: center;
  margin: 100px 0 50px 0;
}

.project-articles .filters ul li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 20px;
}

.project-articles .filters ul li:first-child {
  margin: 0;
}

.project-articles .filters ul li a {
  display: block;
  font-family: 'agenda', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.5s ease;
  text-transform: uppercase;
  color: #808080;
  border-bottom: 1px solid #fff;
}

.project-articles .filters ul li a.selected {
  color: #000;
  border-bottom: 1px solid #ff4600;
}

.project-articles .filters ul li a:hover {
  border-bottom: 1px solid #808080;
}

.project-articles .filters ul li:before {
  position: absolute;
  top: -2px;
  left: -15px;
  font-weight: 300;
  content: '|';
  font-size: 20px;
}

.project-articles .filters ul li:first-child:before {
  content: '';
}

.project-article {
  overflow: hidden;
  float: left;
  margin: 0 0 30px 0;
}

.project-article.two-third {
  width: 790px;
  height: 630px;
}

.project-article.two-third .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: 10;
  padding: 20px;
}

.project-article.one-third {
  width: 380px;
  height: 630px;
}

.project-article.one-third.half {
  width: 380px;
  height: 300px;
}

.project-article.one-third .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 20px;
}

.project-article .block {
  position: relative;
}

.project-article a.overlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 20;
}




.page-row.pr1.portfolio-header {
  margin: 0;
}

.page-row.project-header {
  margin: 0;
}

.page-row.project-header .image {
  height: 700px;
  background: #CACACA;
}

.page-row.portfolio-header .copy {
  padding: 20px 20px 20px 0;
}

.project-header-intro {
  padding: 70px 0;
}

.project-heading p.sh2 {
  padding-bottom: 35px;
}

.project-heading {
  padding-bottom: 120px;
}

.project-header-intro .project-text {
  float: left;
  width: 790px;
}

.project-header-intro .project-sidebar {
  float: right;
  width: 300px;
}

.project-header-intro .project-sidebar ul {
  list-style: none;
  margin: 5px 0 0 0;
}

.project-details ul li {
  position: relative;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  padding-right: 25px;
  margin-bottom: 7px;
}

.project-details ul li strong {
  font-family: 'agenda', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #717271;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.project-header-intro .project-sidebar p.ornament {
  margin: 20px 0 15px 0;
}

.project-specifics li p {
  color: #ff4600;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}


.project-specifics ul li {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
}

.read-more-button {
  margin-top: 35px;
}

.blog .text-row p strong,
.our-projects .text-row p strong {
  font-weight: inherit;
  color: #000;
}

.portfolio-footer {
  background: rgba(176, 172, 153, 0.2);
  padding: 100px 0;
  margin-top: 30px;
}

.portfolio-footer .title h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  padding-bottom: 55px;
}

.portfolio-footer h3 a:hover {
  color: #717271 !important;
}

.portfolio-footer .col-half {
  position: relative;
  height: auto;
}

.portfolio-footer .col-half .copy {
  padding: 20px 0;
}

.portfolio-footer .col-half .copy h1 {
  font-size: 42px;
  line-height: 54px;
}

#read-more-content {
  display: none;
}


/** Blog **/

.blog-search {
  padding: 90px 0 30px 0;
}

form#search-form-blog {
  position: relative;
  width: 995px;
  margin: 0 auto;
}

form#search-form-blog input[type="text"] {
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 42px;
  line-height: 60px;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  padding: 0 0 5px 15px;
}

form#search-form-blog input[type="submit"] {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 28px;
  height: 28px;
  background: url(../images/icon-search.svg) 0 0 no-repeat;
  border: none;
  border-radius: 0;
  color: #fff;
  outline: 0;
  text-indent: -9999px;
  transform: translateY(-50%);
}

#blog-cats {
  position: relative;
  width: 995px;
  margin: 0 auto;
  list-style: none;
  padding: 30px 15px;
  text-align: center;
}

#blog-cats li {
  display: inline-block;
  margin: 10px;
}

#blog-cats li a {
  display: block;
  font-family: 'agenda', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  text-decoration: none;
  border-bottom: 1px solid #ff4600;
  transition: all 0.5s ease;
  text-transform: uppercase;
}

#blog-cats li a:hover,
#blog-cats li a.active {
  color: #ff4600;
}


.blog-articles ul.large {
  list-style: none;
}

.blog-articles ul.large li.blog-article {
  width: 955px;
  margin: 15px auto;
}

.blog-articles ul.large li.blog-article .copy {
  padding: 20px 0 100px 0;
  max-width: 790px;
  margin: 0 auto;
}

.blog-articles ul.large li.blog-article .copy p.excerpt {
  padding: 0 100px;
  text-align: center;
}

.blog-articles ul.main-list {
  list-style: none;
  margin: 0 30px;
}

.blog-articles ul.main-list li.blog-article {
  float: left;
  width: 360px;
}

.blog-articles ul.main-list li.blog-article .image {
  width: 360px;
  height: 240px;
  overflow: hidden;
}

.blog-articles ul.main-list li.blog-article .copy {
  padding: 20px 20px 100px 20px;
}

.blog-articles ul li.blog-article .image {
  position: relative;
}

.blog-articles ul li.blog-article .image a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}

.blog-articles ul li.blog-article .image a:hover {
  background: rgba(255, 255, 255, 0.20)
}

.blog-articles ul li.blog-article .copy p.title,
.blog-footer .col-one-third .copy p.title {
  text-align: center;
  padding: 0 0 10px 0;
}

.blog-articles ul li.blog-article .copy p {
  text-align: center;
}

.blog-articles ul li.blog-article .copy p.title a,
.blog-footer .col-one-third .copy p.title a {
  font-family: 'agenda', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  border: none;
  transition: all 0.5s ease;
  letter-spacing: 0.05em;
}

.blog-articles ul li.blog-article .copy p.title a:hover {
  color: #EE4D23;
}

.blog-footer .col-one-third .copy p.title a:hover {
  color: #717271 !important;
}

.blog-articles ul li.blog-article .copy p.style4,
.blog-footer .col-one-third .copy p.style4 {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color: #ff4600;
  padding: 0 0 10px 0;
}

.blog-articles ul li.blog-article .copy p.excerpt a.read-more-less:before,
.blog-articles ul li.blog-article .copy p.excerpt a.read-more-less:after,
.blog-footer .col-one-third .copy p.excerpt a.read-more-less:before,
.blog-footer .col-one-third .copy p.excerpt a.read-more-less:after {
  top: -5px;
}

.no-results {
  text-align: center;
}

/* Blog Single */

#page.blog-single .blog-row.text {
  padding: 70px 0 70px 0;
}

#page.blog-single .blog-row .row {
  width: 790px;
}

#page.blog-single .blog-row .row .col,
#page.blog-single .blog-footer .row .col {
  position: relative;
}

#page.blog-single h2 {
  padding: 75px 0 125px;
}

#page.blog-single .blog-details {
  padding: 0 0 60px 0;
}

#page.blog-single .blog-details ul,
.blog-row.tagged ul {
  margin: 0;
}

#page.blog-single .blog-details ul li,
.blog-row.tagged ul li {
  position: relative;
  font-family: 'agenda', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 25px 0 0;
  text-transform: uppercase;
}

#page.blog-single .blog-details ul li:after {
  position: absolute;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  top: 3px;
  right: 6px;
  content: '|';
  color: #ff4600;
  font-size: 18px;
}

#page.blog-single .blog-details ul li:last-child:after {
  content: '';
}

#page.blog-single .blog-details ul li.by {
  color: #000;
}

#blog-share {
  position: absolute;
  width: 100px;
  top: 100px;
  right: 30px;
}

#blog-share.fixed {
  position: fixed;
  top: 100px;
}

.with-sticky.block[data-position="in-view"] {
  transform: none;
}

#blog-share .inner {
  float: right;
  width: 60px;
  text-align: center;
}

#blog-share .inner p {
  font-size: 18px;
  font-family: 'agenda', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

#blog-share .addtoany_list {
  display: inline-block;
  width: 24px;
}

#blog-share .addtoany_list a {
  display: block;
  position: relative;
  width: 21px;
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
}





#blog-share .addtoany_list a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}

#blog-share .addtoany_list a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}

#blog-share .addtoany_list a.a2a_button_wechat {
  height: 19px;
  width: 21px;
}

#blog-share .addtoany_list a.a2a_button_wechat:before {
  background: url(../images/icon-wechat.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

#blog-share .addtoany_list a.a2a_button_wechat:after {
  background: url(../images/icon-wechat.svg) 0 -21px no-repeat;
  background-size: 100% auto;
}

#blog-share .addtoany_list a.a2a_button_twitter {
  height: 18px;
  width: 21px;
}

#blog-share .addtoany_list a.a2a_button_twitter:before {
  background: url(../images/icon-twitter.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

#blog-share .addtoany_list a.a2a_button_twitter:after {
  background: url(../images/icon-twitter.svg) 0 -20px no-repeat;
  background-size: 100% auto;
}

#blog-share .addtoany_list a.a2a_button_linkedin {
  height: 18px;
  width: 19px;
}

#blog-share .addtoany_list a.a2a_button_linkedin:before {
  background: url(../images/icon-linkedin.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

#blog-share .addtoany_list a.a2a_button_linkedin:after {
  background: url(../images/icon-linkedin.svg) 0 -21px no-repeat;
  background-size: 100% auto;
}

#blog-share .addtoany_list a.a2a_button_email {
  width: 18px;
  height: 18px;
}

#blog-share .addtoany_list a.a2a_button_email:before {
  background: url(../images/icon-email.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

#blog-share .addtoany_list a.a2a_button_email:after {
  background: url(../images/icon-email.svg) 0 -26px no-repeat;
  background-size: 100% auto;
}

#blog-share .addtoany_list a:hover:before {
  opacity: 0;
}

#blog-share .addtoany_list a:hover:after {
  opacity: 1;
}


#blog-share .addtoany_list a img {
  display: none;
  transition: all 0.5s ease;
}

#blog-share .addtoany_list a:hover img {
  opacity: 1;
  fill: #000;
}

.a2a_button_linkedin img,
.a2a_button_twitter img,
.a2a_button_email img {
  width: 90%;
}

.blog-intro {
  padding-bottom: 60px;
}

.blog-row .caption {
  padding-bottom: 70px;
}

.blog-row .caption.no-padding {
  padding-bottom: 0;
}

.blog-row.tagged {
  padding-top: 70px;
}

.blog-row:last-child .caption {
  padding-bottom: 0;
}

.blog-row.tagged p {
  font-family: 'agenda', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #717271;
  padding: 0;
}

.blog-row.tagged ul {
  padding-bottom: 90px;
}

.blog-row.tagged ul li {
  text-transform: uppercase;
}

.blog-row.tagged ul li a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #ff4600;
  transition: all 0.5s ease;
  cursor: pointer;
}

.blog-row.tagged ul li a:hover {
  color: #ff4600 !important;
}

.blog-footer {
  background: rgba(176, 172, 153, 0.2);
  padding: 100px 0 100px 0;
}

.blog-footer .title h3 {
  padding-bottom: 50px;

}

.blog-footer .col-one-third {
  height: auto;
}

.blog-footer .col-one-third .copy {
  padding: 20px 30px;
}

.blog-footer .col-one-third .copy p.excerpt {
  text-align: center;
}

.blog-footer p a.read-more-less:after,
.our-firm .half-text-half-image p a.read-more-less:after {
  background: url(../images/icon-arrow-right-body-blog.svg) 0 0 no-repeat;
}


/** Careers **/

#page.careers .block-hero .headline h1 {
  font-weight: 700;
  font-style: italic;
}

#page.careers .careers-intern h3 {
  padding-bottom: 80px;
}

#page.careers .careers-intern p a.download {
  margin-top: 80px;
}

.page-row.careers .block .copy {
  background: rgba(176, 172, 153, 0.20)
}

.page-row.careers .block.w-link .overlay-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  cursor: pointer;
}

.page-row.careers .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  padding: 20px;
}

.page-row.careers p.location,
.career.overlay p.location {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  color: #ff4600;
  font-size: 17px;
  line-height: 32px;
  padding: 0 0 35px 0;
  font-style: italic;
}

.page-row.careers .copy p.title,
.career.overlay p.title {
  font-family: 'agenda', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 32px;
  line-height: 40px;
  padding: 0 0 35px 0;
  font-style: normal;
  letter-spacing: 0.05em;
  transition: all ease 0.5s;
}

.page-row.careers .block.w-link:hover p.title {
  color: #717271;
}

.page-row.careers .copy p {
  font-style: italic;
}

/*.page-row.careers p a.read-more-less:before {
	top: -5px;
}
.page-row.careers p a.read-more-less:after {
	top: -5px;
    background: url(../images/icon-arrow-right-body-blog.svg) 0 0 no-repeat;
}*/
.page-row.careers p a.read-more-less:after {
  background: url(../images/icon-arrow-right-body-blog.svg) 0 0 no-repeat;
}

.page-row.careers p a.read-more-less.solo:before {
  right: -15px;
}

.page-row.careers p a.read-more-less.solo:after {
  right: 0;
}

.overlay .copy {
  text-align: center;
}

.career.overlay p.location {
  padding: 0 0 35px 0;
}

.career.overlay h2 {
  padding: 0 0 30px 0;
}

/*.career.overlay p.arrow{
	display: inline-block;
	width: 40px;
	height: 10px;
	background: url(../images/icon-fancy-arrow-right.svg) center center no-repeat;
	padding: 40px 0;
}*/
.career.overlay .cta p {
  color: #000;
  padding: 0;
}

.career.overlay .cta p strong {
  font-family: 'agenda', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #ff4600;
  font-size: 18px;
  letter-spacing: 1px;
}


.our-people p.sh2 {
  padding-bottom: 0;
}


/** Contact **/


#page.contact .text-row.page-title {
  padding: 90px 0 20px;
}

#page.contact p.phone {
  padding: 15px 0 25px 0;
}




/* Animations */
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;

  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;

  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}



#holding-page {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ff4600;
}

#holding-page .twelve.columns {
  position: relative;
}

#holding-page .logo {
  position: absolute;
  top: -23px;
  left: 0;
  width: 80px;
}

#holding-page .page-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

#holding-page .page-content h1 {
  font-size: 46px;
  line-height: 52px;
  color: #fff;
  padding: 0 0 20px 0;
}

#holding-page .page-content h1.cn {
  font-family: 'agenda', Helvetica, Arial, sans-serif;
}

#holding-page .page-content p.sh2 {
  text-transform: none;
}

#holding-page .page-content .holding-text {
  padding-bottom: 80px;
}

#holding-page .page-content a.link {
  color: #fff;
  border-bottom: #fff solid 1px;
  text-transform: uppercase;
}

#holding-page .page-content a.link:hover {
  color: #000 !important;
  border-bottom-color: #000;
}




/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 75px;
  height: 150px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a.flex-next {
  background: url('../images/icon-slider-right.svg') 0 0 no-repeat;
  right: 30px;
}

.flex-direction-nav a.flex-prev {
  background: url('../images/icon-slider-left.svg') 0 0 no-repeat;
  left: 30px;
}

.flexslider:hover .flex-direction-nav a {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: rgba(255, 70, 0, 1);
}


#page.error-page {
  min-height: calc(100vh - 275px);
}

.error-content {
  padding: 100px 0 0 0;
}


.mobile-image-right {
  display: none;
}

.onlyMobile {
  display: none;
}

.onlyIpad {
  display: none;
}

.notDesktop {
  display: none;
}


@media only screen and (max-width: 1299px) {
  #holding-page .container {
    padding: 0 25px;
  }
}

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

  .half-one-third .col-half {
    max-width: 687px;
    width: 57.25%;
  }

  .col-one-third {
    max-width: 415px;
    width: 33.33%;
    height: 100%;
    padding: 0 10px;
  }

  .col-one-third.left {
    max-width: 395px;
    width: 33.33%;
    height: 100%;
    padding: 0 20px 0 0;
  }

  .col-one-third.right {
    max-width: 395px;
    width: 33.33%;
    height: 100%;
    padding: 0 0 0 20px;
  }

  .col-two-third {
    width: 67.08%;
    max-width: 805px;
    height: 100%;
  }

  .dynamic-row.one-third-two-third .col-one-third .col-content .block {
    height: 50%;
    margin: 0;
    position: absolute;
    bottom: 0;
  }

  .dynamic-row.one-third-two-third .col-one-third .col-content .block:last-child {
    height: 0;
    padding-bottom: 78.95%
  }

  .dynamic-row.one-third-two-third .col-two-third .block {
    height: auto;
  }

  .dynamic-row.one-third-two-third .col-two-third .image {
    position: relative;
  }

  .col-half {
    max-width: 585px;
    width: 50%;
  }

  .col-half.left {
    padding-right: 15px;
  }

  .col-half.right {
    padding-left: 15px;
  }

  .col-one-quarter {
    width: 25.58%;
    margin: 0;
    padding-right: 30px;
  }

  .col-one-quarter.right {
    width: 23.08%;
    margin: 0;
    padding-right: 0;
  }

  .dynamic-row.half-half.portfolio .col-half .block {
    height: auto
  }

  .question-block .question-block .col-content {
    width: 51.25%;
    max-width: 615px;
    height: 100%;
  }


  .project-article.one-third,
  .project-article.one-third.half,
  .project-article.grid-sizer {
    width: calc((100% - 60px) / 3);
    height: auto;
  }

  .project-article.two-third {
    width: calc((100% - 60px) * (2 / 3) + 30px);
    height: auto;
  }

  .two3rd-two3rd-one3rd .col-one-third,
  .block-row.one-third-two-third .col-one-third .col-content .block {
    height: auto;
  }

  .block-row.two3rd-two3rd-one3rd .col-one-third .block,
  .block-row.two3rd-two3rd-one3rd .col-one-third .block.long {
    height: 100%;
  }

  .block-row.two3rd-two3rd-one3rd .col-one-third .block.long .image img,
  .col-two-third .image img,
  .col-half .image img {
    max-width: 102%;
  }

  .page-row .row,
  .our-firm-download .row {
    overflow: hidden;
  }

  .blog-articles ul.large li.blog-article,
  form#search-form-blog,
  #blog-cats {
    max-width: 955px;
    width: 65.1%;
  }

  .blog-articles ul.main-list li.blog-article {
    width: 31%;
  }

  .blog-articles ul.main-list li.blog-article .image {
    width: auto;
    height: auto;
  }

  #page.blog-single .blog-row .row {
    width: 65.83%;
  }

  #blog-share {
    width: 95%;
    top: 70px;
  }

  #page.blog-single .blog-row.half-half .row .col {
    width: 50%;
  }

  #page.blog-single .blog-row.half-half .row .col:first-child {
    padding-right: 15px;
  }

  #page.blog-single .blog-row.half-half .row .col:last-child {
    padding-left: 15px;
  }

  .project-header-intro .project-text {
    width: 60%;
    max-width: 790px;
  }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  #menu-holder .container,
  #menu-holder .row,
  #menu-holder .twelve.columns {
    height: 100%;
  }

  #menu-holder nav {
    top: 50%;
    transform: translateY(-50%);
  }
}


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

  .onlyIpad,
  .notDesktop {
    display: block;
  }

  .onlyDesktop {
    display: none;
  }

  #menu-holder nav li a {
    font-size: 23px;
    line-height: 38px;
    letter-spacing: 0.06em
  }

  #menu-holder nav li:nth-child(1) a,
  #menu-holder nav li:nth-child(2) a,
  #menu-holder nav li:nth-child(3) a {
    font-size: 55px;
    line-height: 67px;
    margin: 0 0 10px 0;
    letter-spacing: normal;
  }

  #menu-holder nav li:nth-child(4) {
    padding: 40px 0 0 0;
  }

  /*#menu-holder a.close {top: 25px; right: 35px;}*/
  #menu-holder nav {
    top: 240px;
    right: 90px;
  }

  footer .top {
    height: 145px;
  }

  footer .top .logo {
    top: 84px;
  }

  h1 {
    font-size: 55px;
    line-height: 65px;
    padding: 0 0 15px 0;
  }

  h2 {
    font-size: 48px;
    line-height: 58px;
    padding: 10px 0;
  }

  h3,
  .portfolio-footer .col-half .copy h1 {
    font-size: 32px;
    line-height: 40px;
    padding: 8px 0;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.07em;
  }

  h4:last-child {
    padding-bottom: 0;
  }

  p {
    font-size: 15px;
    line-height: 25px;
  }

  p.sh2 {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 2px 0;
  }

  p.style2 {
    font-size: 18px;
    line-height: 28px;
  }

  p.style3 {
    font-size: 24px;
    line-height: 34px;
  }

  p.style4 {
    font-size: 13px;
    line-height: 23px;
  }

  p a.read-more {
    font-size: 15px;
    line-height: 18px;
    padding: 0;
  }

  p a.read-more-less {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
  }

  p a.read-more-less:before {
    top: 7px;
    right: -28px;
    width: 21px;
    height: 15px;
  }

  p a.read-more-less:after {
    top: 7px;
    right: -20px;
    width: 14px;
    height: 10px;
  }

  .page-row.careers p a.read-more-less.solo:before {
    right: -10px;
  }


  p.white a.download {
    background-size: auto 67px;
    padding: 88px 0 0 0;
  }

  p a.download {
    background-size: auto 67px;
    padding: 88px 0 0 0;
  }

  p.ornament {
    height: 7px;
    width: 20px;
  }

  .html5-video .playpause {
    border-radius: 50px;
  }

  .question-block .col-content {
    padding: 40px 0;
  }

  .question-block .content-area .copy {
    width: 90%;
  }

  .question-block .content-area {
    padding: 20px;
  }

  .question-block h3 {
    padding: 15px 0 40px 0;
  }

  .question-block a.read-more {
    padding: 5px 0 0 0;
    font-size: 15px;
    line-height: 18px;
  }

  .half-one-third .col-one-third .copy {
    height: auto;
    margin: 20px 0 0 0;
    padding: 0 20px 20px 0;
  }

  .block-row.one-third-two-third .col-two-third .copy {
    width: 90%;
  }

  .text-row.page-title {
    padding: 44px 0 67px;
  }

  .text-image-row .image {
    margin: 0 0 15px 0;
  }

  .html5-video .playpause {
    height: 58px;
    width: 58px;
  }

  .caption p {
    font-size: 15px;
    line-height: 19px;
  }

  .text-row.three-one,
  .text-image-row,
  .text-row.four-one {
    padding: 55px 0 50px 0;
  }

  .text-image-row .copy {
    padding: 0;
  }

  .half-text-half-image .copy {
    padding: 0 20px;
  }

  .half-text-half-image .col-half {
    height: 300px;
  }

  .our-firm .half-text-half-image.start-half-half {
    padding: 75px 0 0 0;
  }

  .our-firm .half-text-half-image {
    padding: 0;
  }

  .our-firm .half-text-half-image.end-half-half {
    padding: 0 0 75px 0;
  }

  .our-projects .intro {
    padding: 55px 0 90px 0;
  }

  .project-articles .filters ul li a {
    font-size: 16px;
    line-height: 20px;
  }

  .project-articles .filters ul {
    margin: 75px 0 40px 0;
  }

  .page-row.four-one .row {
    width: 66.66%;
  }

  .col-one-quarter {
    width: 50%;
    margin: 0;
    padding-right: 0;
  }

  .col-one-quarter.right {
    width: 50%;
    margin: 0;
    padding-right: 0;
  }

  .col-one-quarter:nth-child(1),
  .col-one-quarter:nth-child(2) {
    margin-bottom: 80px;
  }

  .portfolio-header .copy-over .copy {
    width: 60%;
  }

  .portfolio-header .image,
  .page-row.project-header .image {
    position: relative;
    height: 400px;
  }

  .our-people .block-row.three-two3rd .col-one-third .block .copy p.name {
    font-size: 16px;
    line-height: 19px;
  }

  .our-people .block-row.three-two3rd .col-one-third .block .copy p.job-title {
    font-size: 13px;
    line-height: 24px;
  }

  .careers-intern .content {
    width: 60%;
    padding: 55px 0 70px 0;
  }

  .page-row.careers .content {
    padding: 15px;
  }

  .page-row.careers p.location,
  .career.overlay p.location {
    font-size: 15px;
    line-height: 23px;
    padding: 0 0 20px 0;
    letter-spacing: 0.06em;
  }

  .page-row.careers .copy p.title,
  .career.overlay p.title {
    font-size: 23px;
    line-height: 28px;
    padding: 0 0 25px 0;
  }

  .page-row.careers .copy p {
    font-size: 13px;
    line-height: 16px;
  }

  #page.careers .careers-intern h3 {
    padding-bottom: 50px;
  }

  #page.careers .careers-intern p a.download {
    margin-top: 35px;
  }

  .career.overlay p.location {
    padding-bottom: 10px;
  }

  .career.overlay h2 {
    padding: 0 0 60px 0;
  }

  .project-article.two-third .copy,
  .project-article.one-third .copy {
    padding: 14px;
  }

  form#search-form-blog input[type="text"] {
    font-size: 28px;
    line-height: 28px;
    padding-left: 10px;
  }

  .blog-search {
    padding: 75px 0 30px 0;
  }

  #blog-cats {
    padding: 20px 15px;
  }

  .blog-articles ul.main-list li.blog-article {
    width: 30%;
  }

  .blog-articles ul li.blog-article .copy p.title a,
  .blog-footer .col-one-third .copy p.title a {
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.06em;
  }

  .blog-articles ul.large li.blog-article .copy p.excerpt {
    padding: 0 30px;
  }

  .blog-articles ul.large li.blog-article .copy {
    padding: 20px 0 85px 0;
  }

  form#search-form-blog input[type="submit"] {
    right: 10px;
    width: 20px;
    height: 20px;
  }

  #page.blog-single h2 {
    padding: 65px 0 100px;
  }

  #page.blog-single .blog-details {
    padding: 0 0 40px 0;
  }

  .blog-intro {
    padding-bottom: 40px;
  }

  #page.blog-single .blog-row .row {
    width: 72.92%;
  }

  #page.blog-single .blog-row.text {
    padding: 40px 0 40px 0;
  }

  .blog-row .col-two-third {
    width: 100%;
  }

  .blog-row.tagged ul {
    padding-bottom: 70px;
  }

  .project-header-intro {
    padding: 45px 0;
  }

  .project-heading p.sh2 {
    padding-bottom: 25px;
  }

  .project-header-intro .project-sidebar {
    float: left;
    width: 300px;
    padding-bottom: 40px;
  }

  .project-heading {
    padding-bottom: 90px;
  }

  .project-header-intro .project-sidebar p.arrow {
    margin: 15px 0 15px 0;
  }

  p.arrow {
    width: 25px;
  }

  .project-specifics ul li {
    font-size: 15px;
    margin: 0;
  }

  .project-header-intro .project-text {
    max-width: 790px;
    width: 100%;
  }

  .project-articles .filters ul li a:hover {
    border-bottom: 1px solid #ff4600;
  }

  .flex-control-nav {
    bottom: 20px;
  }

  .flex-direction-nav a {
    width: 50px;
    height: 100px;
  }

  .flex-direction-nav a.flex-next {
    right: 20px;
  }

  .flex-direction-nav a.flex-prev {
    left: 20px;
  }

  .media-row.blockquote {
    margin-bottom: 20px;
  }

  blockquote p {
    font-size: 24px;
    line-height: 34px;
    padding: 20px 0 20px 0;
    margin-bottom: 60px;
  }

  .block-row.two3rd-two3rd-one3rd .col-one-third .block.long .image img,
  .col-two-third .image img {
    max-width: 103%;
  }

  .text-row.two-thirds {
    padding: 33px 0 37px 0;
  }

  .portfolio-footer {
    padding: 60px 0 47px 0;
  }

  .portfolio-footer .title h4 {
    padding-bottom: 20px;
  }

  .blog-articles ul.large li.blog-article,
  form#search-form-blog,
  #blog-cats {
    width: 75%;
  }

  .blog-footer {
    background: rgba(176, 172, 153, 0.2);
    padding: 61px 0 50px 0;
  }

  .flex-direction-nav a {
    opacity: 1;
  }

}

@media only screen and (max-width: 767px) {
  .onlyMobile {
    display: block;
  }

  .onlyIpad {
    display: none;
  }

  header {
    height: 54px;
  }

  header .logo {
    top: 17px;
    left: 0;
    width: 141px;
  }

  header nav {
    padding: 13px 0 0 0;
  }

  #menu-trigger {
    padding: 7px 0 0 0;
  }

  #menu-trigger a {
    height: 17px;
    width: 18px;
  }

  header ul#lang-switch {
    margin: 0 13px 0 0;
  }

  header ul#lang-switch li a {
    font-size: 11px;
    line-height: 11px;
    margin: 0 9px;
  }

  header ul#lang-switch li:first-child:after {
    font-size: 13px;
    top: -5px;
  }

  header .page-title {
    display: none;
  }

  header.nav-up {
    top: 0;
  }

  #menu-holder nav li a {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px 0;
    letter-spacing: 0.07em
  }

  #menu-holder nav li:nth-child(1) a,
  #menu-holder nav li:nth-child(2) a,
  #menu-holder nav li:nth-child(3) a {
    font-size: 31px;
    line-height: 51px;
    margin: 0;
    letter-spacing: normal;
  }

  #menu-holder a.close {
    top: 20px;
    right: 0;
  }

  #menu-holder nav {
    top: 70px;
    right: 25px;
  }


  footer .top {
    height: 150px;
  }

  footer .top .logo {
    left: 0;
    top: 105px;
    width: 141px;
  }

  footer ul#footer-socials {
    float: none;
    margin: 20px 0 0 0;
    text-align: center;
  }

  footer p.signoff {
    font-size: 11px;
    line-height: 14px;
    padding: 0 0 0 0;
    text-align: center;
    float: none;
    letter-spacing: 0.08em;
  }

  #page {
    padding: 54px 0 0 0;
  }

  h1 {
    font-size: 34px;
    line-height: 41px;
    padding: 0 0 15px 0;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3,
  .portfolio-footer .col-half .copy h1 {
    font-size: 22px;
    line-height: 30px;
  }

  h4 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.05em;
  }

  h4:last-child {
    padding-bottom: 0;
    letter-spacing: 0.08em;
  }

  p {
    font-size: 14px;
    line-height: 23px;
    padding: 0 0 10px 0;
  }

  p.style2 {
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 5px 0;
  }

  p.style3 {
    font-size: 20px;
    line-height: 30px;
  }

  p.style4 {
    font-size: 11px;
    line-height: 14px;
  }

  p.sh1 {
    font-size: 19px;
    line-height: 30px;
    padding: 0 0 5px 0;
  }

  p.sh2 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 5px 0;
  }

  .copy p.sh2:first-child {
    margin-top: -2px;
  }

  .client-story p.sh2 span.white,
  .client-story h3.white,
  .client-story h3 span.white {
    color: #000 !important;
  }

  .client-story h3 {
    padding: 0;
  }

  .caption p {
    font-size: 12px;
    line-height: 16px;
    padding: 15px 0 0 0;
  }

  p a.read-more-less {
    font-size: 13px;
    line-height: 18px;
    padding: 0;
  }

  p a.arrow:after {
    height: 7px;
    width: 22px;
  }


  p a.agenda {
    font-size: 14px;
    line-height: 16px;
  }

  p a.download,
  p.white a.download {
    background-size: auto 54px;
    padding: 65px 0 0 0;
  }

  p.arrow {
    height: 7px;
    width: 24px;
  }

  p.ornament {
    height: 8px;
    width: 24px;
    margin: 25px 0 30px;
  }

  .page-row {
    margin: 25px 0 0 0;
  }

  .page-row .row {
    height: auto !important;
    padding-bottom: 0 !important;
    max-height: inherit !important;
  }

  .col {
    position: relative;
  }

  .col-half {
    width: 100% !important;
    height: auto;
    position: relative;
    padding: 0 !important;
  }

  .col-two-third {
    width: 100% !important;
    height: auto;
    padding: 0 !important;
    max-width: 790px;
  }

  /*.col-two-third.right {margin-top: 25px;} removed for homepage bottom row */
  .col-two-third.right.one-three-empty,
  .one-third-two-third .col.right.one-three-empty {
    margin: 0;
  }

  /*.col-one-third {width: 100% !important; height: auto; padding: 0 0 20px 0!important; max-width: 380px!important;}*/
  .col-one-third {
    width: 100% !important;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 380px !important;
  }

  .half-one-third .col-half .block {
    height: auto;
  }

  .half-one-third .col-half {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .half-one-third .col-half .image {
    position: relative;
  }

  .half-one-third .col-one-third .copy {
    height: auto;
    margin: 20px 0 0 0;
    padding: 0 20px 20px 0;
  }

  .half-one-third.text-image .col-one-third .copy {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    height: auto;
  }

  .two-third-image .client-story .copy,
  .half-one-third .col-half .client-story .copy,
  .block-row.one-third-two-third .col-two-third .client-story .copy {
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .block-hero .video-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-attachment: scroll;
  }

  .col-content {
    position: relative;
    height: auto;
  }

  .dynamic-row.one-third-two-third .col-two-third .block,
  .full-width-image.to-grid .row .image {
    height: auto;
  }

  .full-width-image.to-grid .col-half,
  .dynamic-row.one-third-two-third .col-two-third .image {
    position: relative;
    width: 100%;
    height: auto;
  }

  .dynamic-row.one-third-two-third .col-one-third .col-content .block,
  .dynamic-row.one-third-two-third .col-one-third .col-content .block:last-child {
    height: auto;
    margin: 0 0 25px 0;
    padding: 0;
    position: relative;
  }

  .block.empty {
    margin: 0;
    display: none;
  }

  .full-width-image .copy {
    margin: 20px 0;
  }

  .dynamic-row.half-half .col-half:first-child .block {
    position: relative;
    margin-bottom: 25px;
  }

  .dynamic-row.half-half.portfolio .col-half .block {
    height: auto;
    margin-bottom: 25px;
  }

  .dynamic-row.half-half.portfolio .col-half.right .block {
    margin: 0;
  }

  .block-row.two3rd-two3rd-one3rd .col-one-third .block {
    margin-bottom: 25px;
    height: auto;
  }

  .block-row.two3rd-two3rd-one3rd .col-one-third .block.long {
    margin-bottom: 25px;
    height: auto;
  }

  .block-row.two3rd-two3rd-one3rd .col-one-third .block:first-child,
  .block-row.two3rd-two3rd-one3rd .col-one-third .block.long:first-child {
    margin-bottom: 25px;
  }

  .dynamic-row.half-half .col-half.right .image {
    margin: 0;
  }

  .dynamic-row.one-third-two-third .col-two-third .copy,
  .dynamic-row.one-third-two-third .col-one-third .col-content .block .copy,
  .half-one-third .col-half .copy {
    padding: 13px;
  }

  .image.half-half .col-half.right {
    margin-top: 25px;
  }

  .image.half-half .col-half.right.left-empty {
    margin-top: 0;
  }

  .dynamic-row.image.half-half .col-half.right {
    margin-top: 0;
  }

  .portfolio-header {}

  .portfolio-header .image,
  .project-header {
    position: relative;
    height: 280px;
  }

  .portfolio-header .copy-over {
    position: relative;
    padding: 0;
    width: 100%;
  }

  .portfolio-header .copy-over .copy {
    width: 100%;
    padding-bottom: 0;
  }

  .portfolio-header .copy h3.white {
    color: #000000 !important;
  }

  .portfolio-footer .col-half.right {
    margin-top: 25px;
  }

  .image-slider .caption {
    padding-left: 25px;
    padding-right: 25px;
  }

  .html5-video .caption.w-padding,
  .image-slider .caption.w-padding {
    padding-bottom: 50px;
  }

  .our-firm .html5-video.to-grid .container {
    padding: 0;
  }

  .our-firm .html5-video.to-grid .container .caption {
    padding: 0 25px;
  }

  .our-firm .page-row.html5-video .row {
    padding-bottom: 70% !important;
  }

  .our-firm .page-row.html5-video video {
    object-fit: cover;
  }

  .our-firm .text-row.three-one,
  .text-image-row,
  .text-row.four-one {
    padding: 25px 0 50px 0;
  }

  .text-row.page-title,
  .our-projects .intro {
    padding: 50px 0 50px;
  }

  .question-block .col-content {
    padding: 25px 0;
  }

  .question-block .content-area {
    width: 100%;
    padding: 15px;
  }

  .question-block h3 {
    padding: 0 0 45px 0;
  }

  .question-block a.read-more {
    font-size: 13px;
    line-height: 15px;
  }

  .page-row.html5-video .row {
    padding-bottom: 56.25% !important;
  }

  .html5-video .playpause {
    height: 50px;
    width: 50px;
  }

  .text-row.three-one,
  .text-image-row,
  .text-row.four-one {
    padding: 75px 0 50px 0;
  }

  .text-row.two-thirds {
    padding: 25px 0 25px 0;
  }

  .text-image-row .image {
    margin: 0 0 20px 0;
  }

  .text-image-row .copy {
    padding: 0 15px;
  }

  .text-image-row .col-one-third {
    margin: 0 auto 35px auto;
    float: none;
  }

  .text-image-row .col-one-third.right {
    margin-bottom: 0;
    float: none;
  }

  .our-firm .half-text-half-image.start-half-half {
    padding: 75px 0 0 0;
  }

  .our-firm .half-text-half-image {
    padding: 25px 0;
  }

  .our-firm .half-text-half-image.end-half-half {
    padding: 0 0 75px 0;
  }

  .half-text-half-image .col-half.content-image.right {
    display: none;
  }

  .half-text-half-image .col-half {
    height: auto;
    float: left;
  }

  .half-text-half-image .block.middle {
    position: relative;
    top: 0;
    transform: translateY(0);
  }

  .half-text-half-image .copy {
    padding: 20px 0 10px 0;
  }

  .half-text-half-image .block.bottom {
    position: relative;
  }

  .mobile-image-right {
    display: block;
  }

  .one-third-two-third .col.right {
    margin-top: 25px;
  }

  .one-third-two-third .col-one-third.right.empty {
    margin: 0;
  }

  .block-row.one-third-two-third .col-one-third .col-content .block {
    height: auto;
    margin-bottom: 25px;
  }

  .block-row.one-third-two-third .col-one-third .col-content .block.below-empty {
    margin-bottom: 0;
  }

  .page-row .row {
    height: auto;
    padding-bottom: 0;
  }

  .our-firm-download .row {
    height: 265px !important;
  }

  .our-firm-download h3 {
    padding: 0 0 15px 0;
  }

  .project-articles .filters ul {
    float: none;
    text-align: center;
    margin: 25px 0;
  }

  .project-articles .filters ul li a {
    font-size: 14px;
    line-height: 18px;
  }

  .project-articles .filters ul li:before {
    top: -2px;
    left: -12px;
    font-size: 12px;
  }

  .project-article.one-third .copy {
    padding: 13px;
  }

  .project-article {
    width: 100% !important;
    height: auto !important;
  }

  .project-article.feature-story .copy {
    position: relative;
    padding: 20px 0 0 0;
    width: 100%;
  }

  .project-article.feature-story .copy .white,
  .project-article.feature-story .copy span {
    color: #000 !important;
  }

  .project-article.feature-story .copy h3 {
    padding-bottom: 0;
  }

  .page-row.project-header .image {
    height: 280px;
  }

  .project-header-intro {
    padding: 25px 0;
  }

  .project-heading p.sh2 {
    padding-bottom: 20px;
  }

  .project-heading {
    padding-bottom: 33px;
  }

  .project-header-intro .project-text {
    float: right;
    width: 100%;
  }

  .project-header-intro .project-sidebar {
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }

  .project-details ul li {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 0;
  }

  .project-details ul li strong {
    font-size: 12px;
    line-height: 15px;
  }

  .project-specifics ul li {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 3px;
  }

  .project-header-intro .project-sidebar p.arrow {
    margin: 15px 0 10px 0;
  }

  .image-slider .container {
    padding: 0;
  }

  .flexslider {
    height: auto;
  }

  .flex-direction-nav a {
    width: 20px;
    height: 40px;
  }

  .flex-direction-nav a.flex-next {
    right: 25px;
  }

  .flex-direction-nav a.flex-prev {
    left: 25px;
  }

  .flex-control-nav {
    bottom: 10px;
  }

  .flex-control-paging li a {
    width: 7px;
    height: 7px;
  }

  .block[data-position="below-view"] {
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    transition-duration: 1s;
    opacity: 0;
  }

  .blockquote .block {
    height: auto;
    position: relative;
  }

  .blockquote .block .content {
    padding: 50px 25px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0);
  }

  blockquote {
    margin: 0;
  }

  blockquote p {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0 30px 0;
  }

  blockquote p:before,
  blockquote p:after {
    font-size: 22px;
  }

  .portfolio-footer {
    padding: 50px 0 10px 0;
  }

  .portfolio-footer .title h4 {
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 25px;
  }

  .page-row.people {
    max-height: none;
  }

  .our-people .block-row.three-two3rd .col-one-third .block {
    margin-bottom: 50px;
  }

  .our-people .block-row.three-two3rd .col-one-third .block .copy {
    position: relative;
    opacity: 1;
    padding: 6px 0 0 0;
  }

  .block-row.three-two3rd .col-one-third .block {
    margin-bottom: 0;
    height: auto;
  }

  .our-people .block-row.three-two3rd .col-one-third .block .copy p.name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-bottom: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .our-people .block-row.three-two3rd .col-one-third .block .copy p.job-title {
    font-size: 11px;
    line-height: 18px;
  }

  .our-people .page-row {
    margin: 0;
  }

  .our-people p.sh2.white {
    color: #ff4600 !important;
  }

  .our-people p.white {
    color: #717271 !important;
  }

  .our-people .dynamic-row.one-third-two-third .col-one-third .col-content .block:last-child,
  .dynamic-row.one-third-two-third .col-two-third .block {
    margin-bottom: 0;
  }

  .our-people .dynamic-row.half-half.portfolio .col-half .block .copy {
    padding: 20px 0 50px 0;
  }

  .our-people .dynamic-row.half-half.portfolio .col-half.right .block .copy {
    padding: 20px 0 0 0;
  }

  .overlay.profile p.job-title {
    font-size: 13px;
    line-height: 21px;
    padding: 0 0 50px 0;
  }

  .our-people .dynamic-row.one-third-two-third .col-one-third .col-content .block .copy,
  .our-people .dynamic-row.one-third-two-third .col-two-third .copy {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0;
  }

  .our-people .dynamic-row.one-third-two-third .col-one-third .col-content .block:last-child {
    height: auto;
  }

  .our-people .dynamic-row.half-half.portfolio .col-half .block {
    height: auto;
  }

  .our-people .dynamic-row.half-half.portfolio .col-half .block .copy {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0;
  }

  .our-people .dynamic-row.half-half .col-half:first-child .block {
    position: relative;
    bottom: 0;
  }

  .our-people .dynamic-row.half-half .col-half.right .image {
    margin: 0;
  }

  .overlay {
    background: rgba(255, 255, 255, 1);
  }

  .overlay .overlay-inner {
    width: calc(100% - 50px);
    position: relative;
    top: 50px;
    left: 0;
    transform: translate(0, 0);
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .overlay a.close {
    top: 20px;
    position: fixed;
    right: 25px;
  }

  .blog-search {
    padding: 50px 0 0 0;
  }

  form#search-form-blog {
    width: 100%;
  }

  form#search-form-blog input[type="text"] {
    font-size: 22px;
    line-height: 22px;
    padding: 0 0 5px 5px;
  }

  form#search-form-blog input[type="submit"] {
    right: 0;
    width: 18px;
    height: 18px;
  }

  .search-close {
    right: 15px;
    width: 18px;
    height: 18px;
  }

  #blog-cats {
    padding: 20px 15px 0 15px;
  }

  #blog-cats li a {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
  }

  #blog-cats li {
    margin: 5px 10px;
  }

  .blog-articles .container {
    padding: 0;
  }

  .blog-articles ul.large li.blog-article {
    width: 100%;
  }

  .blog-articles ul.main-list {
    padding: 0 25px;
  }

  .blog-articles ul.large li.blog-article .copy {
    padding: 20px 25px 50px 25px;
    max-width: none;
  }

  .blog-articles ul.large li.blog-article .copy p.excerpt {
    padding: 0;
  }

  .blog-articles ul li.blog-article .copy p.title a,
  .blog-footer .col-one-third .copy p.title a {
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.07em;
  }

  .blog-articles ul li.blog-article .copy p.style4,
  .blog-footer .col-one-third .copy p.style4 {
    font-size: 11px;
    line-height: 18px;
  }

  .blog-articles ul.main-list li.blog-article {
    width: 100%;
  }

  .blog-articles ul.main-list li.blog-article .image {
    width: 100%;
    height: auto;
  }

  .blog-articles ul.main-list li.blog-article .copy {
    padding: 20px 0 50px 0;
  }

  .blog-articles ul.main-list li.blog-article:last-child .copy {
    padding-bottom: 0;
  }

  .addtoany_list {
    display: none;
  }

  .blog-header .full-width-image {
    height: 220px;
  }

  #page.blog-single .blog-row .row {
    width: 100%;
  }

  #page.blog-single h2 {
    padding: 50px 0 65px;
  }

  #page.blog-single .blog-details ul li,
  .blog-row.tagged ul li {
    font-size: 12px;
    line-height: 18px;
  }

  #page.blog-single .blog-details ul li {
    padding: 0;
    margin: 0;
  }

  #page.blog-single .blog-details ul li:after {
    content: '';
  }

  #page.blog-single .blog-details ul li {
    width: 100%;
  }

  #page.blog-single .blog-details ul li:last-child {
    font-style: italic;
    font-family: 'Merriweather', serif;
    text-transform: none;
    letter-spacing: 0;
  }

  #page.blog-single .blog-details {
    padding: 0 0 30px 0;
  }

  .blog-intro {
    padding-bottom: 25px;
  }

  #blog-share {
    display: none;
  }


  #page.blog-single .blog-row.text {
    padding: 25px 0 25px 0;
  }

  .blog-row .caption {
    padding-bottom: 25px;
  }

  .blog-row.tagged {
    padding-top: 50px;
  }

  .blog-row.tagged ul {
    padding-bottom: 50px;
  }

  .blog-footer {
    padding: 25px 0 5px 0;
  }

  .blog-footer .title h3 {
    padding-bottom: 20px;
  }

  .careers-intern .content {
    width: 100%;
    padding: 70px 25px;
  }

  .pr1.careers-intern .content p.style2 {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
  }

  .careers.block-row.two3rd-two3rd-one3rd .col-one-third .block {
    margin-bottom: 25px;
  }

  .careers.block-row.two3rd-two3rd-one3rd .col-one-third .block.long {
    height: auto;
  }

  .page-row.careers p.location,
  .career.overlay p.location {
    font-size: 13px;
    line-height: 21px;
    padding: 0 0 25px 0;
    letter-spacing: 0.07em;
  }

  .page-row.careers .copy p.title,
  .career.overlay p.title {
    font-size: 22px;
    line-height: 34px;
  }

  .career.overlay .cta p strong {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.07em;
  }

  .careers .page-row {
    margin: 0;
  }

  #page.careers .careers-intern h3 {
    font-size: 31px;
    line-height: 42px;
    padding-bottom: 40px;
  }

  #page.careers .careers-intern p a.download {
    margin-top: 50px;
  }

  #page.careers .half-half .block {
    margin-top: 25px;
  }

  #page.careers .half-half .col-half.right .block {
    margin-top: 0;
  }

  #page.careers .col-one-third {
    padding: 0 !important;
  }

  #page.contact .text-row.page-title {
    padding: 50px 0 0 0;
  }

  #page.contact .text-row.four-one {
    padding: 0 0 25px 0;
    margin: 0;
  }

  #page.contact .text-row.three-one .col.right {
    float: left;
  }

  #page.contact .text-row.three-one .col {
    margin-bottom: 25px;
  }

  #page.contact .text-row.three-one .col:last-child {
    margin-bottom: 0;
  }

  .page-row.four-one .row {
    width: 100%;
  }

  .col-one-quarter {
    width: 100%;
    margin: 25px 0;
    padding-right: 0;
  }

  .col-one-quarter.right {
    width: 100%;
    margin: 25px 0;
    padding-right: 0;
    float: left;
  }

  .col-one-quarter:nth-child(1),
  .col-one-quarter:nth-child(2) {
    margin-bottom: 25px;
  }

  #page.contact p.phone {
    padding: 15px 0 20px 0;
  }

  #page.contact .block-row.two3rd-two3rd-one3rd .col-one-third .block.long {
    margin-bottom: 0;
  }

  .flex-direction-nav a {
    opacity: 1;
  }

  #page.contact .block-row .col-one-third {
    padding: 0 !important;
  }

  #holding-page .page-content {
    position: relative;
    transform: translateY(0);
    top: 100px;
  }

  #holding-page .page-content h1 {
    font-size: 32px;
    line-height: 40px;
  }

  #holding-page .page-content .holding-text {
    padding-bottom: 40px;
  }

  .block-row.two3rd-two3rd-one3rd .col-one-third .block.long .image img,
  .col-two-third .image img {
    max-width: 100%;
  }

  .page-row.media-row.blockquote .row {
    min-height: inherit;
  }

}

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

  #page.blog-single .blog-row.half-half .row .col:first-child,
  #page.blog-single .blog-row.half-half .row .col:last-child {
    padding: 0;
  }

  .blog-row.half-half .col.right {
    margin-top: 25px;
    padding: 0;
  }

  #page.blog-single .blog-row.half-half .row .col {
    width: 100%;
  }

}

@media only screen and (max-width: 320px) {
  #page.careers .careers-intern p a.download {
    border-bottom: none;
  }
}