* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
}

body, input, button, select, textarea {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Foundry Sterling W01 Lt';
  color: #666;
}

h1, h2, h3 {
  color: #333;
}

h1 {
  font-family: 'Foundry Sterling W01 Demi';
}

p, li {
  font-family: 'Foundry Sterling W01 Bk';
}

a {
  color: #ff6317;
}

a:hover, a:focus {
  color: #ee137e;
  outline: none !important;
}

ul {
  margin-left: 18px;
}

ul.list-unstyled, ul.list-inline, ul.slick-dots {
  margin-left: 0;
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (min-width: 768px) {
  body, input, button, select, textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width:1200px) {
  .container {
    width: 1230px;
  }
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 0;
}

img {
  max-width: 100%;
}

/* Introduction */
.intro {
  position: relative;
}

.intro .hero {
  height: 285px;
  background-size: cover !important;
  -ms-behavior: url(/sites/all/themes/sequelstudio/assets/css/backgroundsize.min.htc);
}

.intro-content {
  padding-bottom: 3rem;
  text-align: center;
  font-family: 'Foundry Sterling W01 Lt';
}

.intro-content p {
  font-size: 4rem;
  line-height: 4.6rem;
  color: #444;
  text-align: left;
  margin-top: 2rem;
  padding: 0 2.5rem;
}

@media only screen and (min-width: 768px) {
  .intro .hero {
    height: 780px;
  }

  .intro-content {
    background: url('../images/opaque-white-65-bg.png') repeat 0 0;
    position: absolute;
    width: 100%;
    bottom: 65px;
    padding-bottom: 6.5rem;
  }

  .intro-content p {
    background: url('../images/q.png') no-repeat 0 50%;
    font-size: 5rem;
    line-height: 5.5rem;
    text-align: left;
    margin-top: 3.2rem;
    padding: 0 5rem 0 15rem;
  }

  .promo .intro-content {
    background: url('../images/q.png') no-repeat 0 20%;
  }

  .promo .intro-content p {
    background: none;
  }

}

@media only screen and (min-width: 1200px) {
  .intro-content p {
    font-size: 5.8rem;
    line-height: 6.4rem;
    padding: 0 15rem;
  }
}

/* Jump Links bar */
.jump-links {
  background-color: #333;
  padding: 1rem 0;
  font-family: 'Foundry Sterling W01 Bd';
}

.jump-links.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.jump-links ul {
  margin: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.jump-links li {
  display: table-cell;
  padding: .2rem 0;
  border-left: 1px solid #888;
  text-align: center;
}

.jump-links li:first-child {
  padding-left: 0;
  border-left: none;
}

.jump-links li:last-child {
  padding-right: 0;
}

.jump-links li a {
  color: #fff;
  font-size: 1.7rem;
  text-decoration: none;
}

.jump-links li a.active, .jump-links li a:hover, .jump-links li a:focus  {
  color: #ee137e;
}

@media only screen and (min-width: 1200px) {
  .jump-links li a {
    font-size: 1.8rem;
  }
}

/* Section content globals */
h1.tab-title {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  color: #fff;
  font-family: 'Foundry Sterling W01 Demi';
  font-size: 2rem;
  background-color: #ed0677;
  padding: .5rem 2rem .8rem;
}

.intro-content p {
  font-family: 'Foundry Sterling W01 Lt';
}

.section-title {
  font-family: 'Foundry Sterling W01 Demi';
  font-size: 2.6rem;
  border-bottom: 5px solid #eee;
  padding-bottom: 1.2rem;
  margin: 0;
}

@media only screen and (min-width: 768px){
  h1.tab-title {
    font-size: 1.8rem;
  }

  .section-title {
    font-size: 2.2rem;
  }
}

.top-group-wrap.sticky-padding {
  padding-top: 60px;
}

/* Who we are */
.who-we-are {
  margin-top: 10px;
}

.who-we-are h2 {
  font-size: 3.4rem;
  margin-top: 30px;
}

.who-we-are h2:nth-of-type(1) {
  color: #fdb140
}

.who-we-are h2:nth-of-type(2) {
  color: #f15a22
}

.who-we-are h2:nth-of-type(3) {
  color: #ed0677
}

.who-we-are h2:nth-of-type(4) {
  color: #a31a63
}

.who-we-are h2:nth-of-type(5) {
  color: #ee137e
}

.who-we-are p {
  font-size: 2rem;
  color: #787878;
}

@media only screen and (max-width: 767px) {
  .who-we-are.culture {
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 768px) {
  .who-we-are {
    width: 93.7%;
    margin-top: 75px;
  }

  .who-we-are h2 {
    font-size: 5rem;
    margin-top: 25px;
  }

  .who-we-are p {
    font-size: 1.8rem;
  }
}

/* What we do */
.what-we-do {
  background: url('../images/opaque-grey-70-bg.png') repeat 0 0;
  margin: 45px -25px 0;
  padding: 3.5rem 4rem;
}

.what-we-do h1 {
  border-bottom: none;
  margin-bottom: 12px;
}

.what-we-do h2 {
  font-family: 'Foundry Sterling W01 Demi';
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 5px;
}

.what-we-do h2:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: '\f111';
  color: #ed0677;
  font-size: .6rem;
  margin: 0 10px 0 -15px;
}

.what-we-do p {
  line-height: 28px;
  margin-bottom: 12px;
}

.what-we-do .content-container {
  margin-bottom: 30px;
}

.what-we-do .collapsed, .details .collapsed, .work-summary .collapsed {
  display: none;
}

.what-we-do .collapsed {
  padding-left: 1.5rem;
}

.what-we-do .collapsed p:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: '\f111';
  color: #999;
  font-size: .6rem;
  margin: 0 10px 0 -15px;
}

.what-we-do .more-click {
  font-family: 'Foundry Sterling W01 Bd';
  color: #666;
  text-decoration: none;
}

.what-we-do .more-click:after, .content-2up .more-click:after {
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: '\f067';
  color: #ff6316;
  font-size: 1.3rem;
  margin-left: 1rem;
}

.what-we-do .more-click.expanded:after, .content-2up .more-click.expanded:after {
  content: '\f068';
}

.what-we-do .fa-angle-right {
  color: #999;
  font-size: 2.5rem;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

@media only screen and (min-width: 768px) {
  .what-we-do {
    float: right;
    margin-right: 0;
    padding: 2.5rem 3rem 2.5rem 4rem;
    margin-top: 70px;
  }

  .what-we-do h2 {
    font-size: 1.8rem;
  }

  .what-we-do p {
    line-height: 22px;
  }

  .what-we-do .content-container {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .what-we-do {
    width: 80.6%;
  }
}

/* Testimonials */
.testimonials {
  background-color: #333;
  padding-bottom: 8rem;
  text-align: center;
  color: #fff;
}

.testimonials.culture {
  padding-bottom: 4rem;
  background-repeat: no-repeat;
  margin-top: 0;
  background-size: cover !important;
  background-position: 40% 0;
}

.testimonials div .inner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonials blockquote {
  font-family: 'Foundry Sterling W01 Lt';
  font-size: 4rem;
  line-height: 4.6rem;
  padding: 0;
  border-left: none;
  margin: 45px 0 35px;
}

.testimonials .author {
  font-family: 'Foundry Sterling W01 Demi';
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.testimonials .project-link {
  display: inline-block;
  border: 1px solid #fff;
  font-family: 'Foundry Sterling W01 Demi';
  font-size: 2.2rem;
  padding: .7rem 2.2rem;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}

.std-slider div {
  outline: none;
}

.std-slider.flexslider {
  border: none;
  margin: 0;
  border-radius: 0;
}

.std-slider.slick-slider {
  margin-bottom: -1px;  
}

.std-slider.slick-slider .slick-slide {
  flex-direction: column;
}

.std-slider .flex-control-nav, .slick-dots {
  position: relative;
  bottom: -45px;
}

.slick-dots {
  list-style-type: none;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.slick-dots li button {
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
}

.team-member-spotlight .std-slider .flex-control-nav, .testimonials.culture .std-slider .flex-control-nav {
  bottom: -20px;
}

.std-slider .flex-control-paging li a, .slick-dots li a {
  width: 15px;
  height: 15px;
  background: #787878;
  border: 2px solid #fff;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}

.std-slider .flex-control-paging li a.flex-active, .clients .flex-control-paging li a.flex-active, .slick-dots li.slick-active a {
  background: #ed0677;
}

.std-slider.full-width .flex-control-nav, .std-slider.full-width .slick-dots {
  position: absolute;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .std-slider.full-width .flex-control-nav li, .std-slider.full-width .slick-dots li {
    margin: 0 11px;
  }
}

@media only screen and (min-width: 768px) {
  .testimonials {
    margin-top: 60px;
  }

  .testimonials.culture {
    background-position: 0 0;
  }

  .testimonials .project-link {
    font-size: 1.8rem;
  }

  .std-slider .flex-control-nav {
    bottom: -60px;
  }

  .testimonials.culture .std-slider .flex-control-nav {
    bottom: -15px;
  }
}

@media only screen and (min-width: 992px) {
  .testimonials blockquote {
    font-size: 5.8rem;
    line-height: 6.2rem;
  }
}

/* Our team */
.our-team {
  padding-top: 5rem;
}

.profile {
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
}

.profile .image {
  margin: 0 -25px 28px;
}

.profile .image img {
  width: 100%;
  max-width: none;
}

.profile .details h2 {
  font-family: 'Foundry Sterling W01 Demi';
  font-size: 2.2rem;
  margin-top: 0;
}

.profile .details h2 span {
  color: #787878;
}

.profile .details ul {
  color: #aaaaaa;
  margin-left: 15px;
}

.profile .details li {
  padding: 0 0 10px 5px;
}

.profile .details li span {
  color: #666;
}

.profile .details .linkedin {
  color: #ff6317;
  font-family: 'Foundry Sterling W01 Bd';
  text-decoration: none;
  font-size: 2.2rem;
}

.profile .details .linkedin:focus, .profile .details .linkedin:hover {
  color: #ee137e;
}

@media only screen and (min-width: 768px) {
  .our-team {
    padding-top: 7.5rem;
  }

  .profile {
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .our-team .row:last-child .profile {
    border-bottom: none;
    padding-bottom: 0;
  }

  .profile .image {
    display: table-cell;
    padding: 0 25px 0 0;
    vertical-align: top;
    width: 280px;
    margin-right: 0;
    margin-left: 0;
  }

  .profile .details {
    display: table-cell;
    padding-right: 15px;
    vertical-align: top;
  }

  .profile .details h2 {
    font-size: 1.8rem;
    margin-top: 0;
  }

  .profile .details .linkedin {
    font-size: 100%;
  }

  .profile .details .linkedin:after {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #ff6317;
    margin-left: 10px;
    font-size: 2.3rem;
    vertical-align: middle;
  }

  .profile .details .linkedin:hover:after, .profile .details .linkedin:focus:after {
    color: #ee137e;
  }
}

/* Listing sections (i.e. recognition, clients, etc.) */
.listing-section {
  padding-top: 3rem;
}

.listing-section ul {
  margin-bottom: 0;
}

.recognition .col-sm-3:first-child ul, .clients ul {
  padding-top: 3rem;
}

.listing-section li {
  padding-bottom: .8rem;
}

.clients {
  padding-bottom: 3rem;
}

.clients .flexslider {
  margin-bottom: 0;
}

.clients .flex-control-nav {
  position: static;
}

.clients .flex-control-paging li a, .team-member-spotlight .flex-control-paging li a {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #b3b3b3;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .clients-slider .row:after {
    display: inline;
  }
}

@media only screen and (min-width: 768px) {
  .listing-section {
    padding-top: 5.5rem;
  }

  .listing-section ul {
    padding-top: 3rem;
  }

  .clients {
    padding-bottom: 7rem;
  }

  .clients .col-sm-3 {
    display: block;
  }
}

/* floating nav */
.floating-nav {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #f8f8f8;
  padding: 1.5rem 0;
  z-index: 1000;
}

.floating-nav .logo-container {
  padding: 0 1rem;
}

.floating-nav .logo-container img {
  width: 174px;
}

.floating-nav .navbar-toggle {
  margin: 0;
  padding: .2rem 0;
}

.floating-nav .navbar-toggle .icon-bar {
  background-color: #ff6418;
  width: 28px;
  height: 6px;
}

.floating-nav #navbar-collapse {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0 0 63px;
  width: 100%;
  height: 92%;
  background-color: #333;
  text-align: center;
  padding: 1rem 0;
}

.floating-nav li a {
  display: block;
  font-size: 2.8rem;
  color: #fff;
  font-family: 'Foundry Sterling W01 Demi';
  padding: 2rem 16%;
  text-decoration: none;
}

.floating-nav li a.client-login {
  color: #ff6418;
}

.floating-nav li a:hover, .floating-nav li a:focus, .floating-nav li a:active {
  background-color: #ff6418;
  outline: red;
}

.floating-nav li a.client-login:hover, .floating-nav li a.client-login:focus, .floating-nav li a.client-login:active {
  color: #fff;
}

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

    .floating-nav li a {
       padding: 1rem 16%;
       font-size: 2.2rem;
    }
}

@media only screen and (max-width: 767px) {
  .floating-nav .row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .floating-nav .nav-links {
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .floating-nav {
    padding: 3.2rem 0;
  }

  .floating-nav .logo-container img {
    width: 140px;
  }

  .floating-nav #navbar-collapse {
    display: block !important;
    position: static;
    margin: 0;
    background-color: transparent;
    text-align: left;
    padding: 0;
  }

  .floating-nav .nav-links {
    text-align: right;
  }

  .floating-nav li {
    display: inline-block;
    vertical-align: middle;
  }

  .floating-nav li a {
    font-size: 1.7rem;
    color: #787878;
    font-family: 'Foundry Sterling W01 Demi';
    margin: 0 0 0 /*1rem*/1.6rem;
    padding: 0;
  }

  .floating-nav li a.client-login {
    color: #787878;
    font-family: 'Foundry Sterling W01 Lt';
  }

  .floating-nav li a.client-login .icon {
    display: inline-block;
    background: url('../images/login-icon.png') no-repeat 0 50%;
    margin: -3px 10px 0 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
  }

  .floating-nav li a:hover, .floating-nav li a:focus, .floating-nav li a:active, .floating-nav li a.client-login:hover, .floating-nav li a.client-login:focus, .floating-nav li a.client-login:active {
    color: #333;
    background-color: transparent;
  }
}

@media only screen and (min-width: 980px) {
  .floating-nav #navbar-collapse {
    padding: 0 0 0 5rem;
  }

  .floating-nav li a.client-login {
    margin-left: 2.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .floating-nav li a {
    margin: 0 0 0 3.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .floating-nav li a {
    margin: 0 3.5rem;
  }

  .floating-nav li a.client-login {
    margin-left: 5rem;
  }
}

/* News & Views */
.news-views {
  background-color: #af9e8f;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
}

.news-views .single-tile-list .tile .details .collapsed a {
  color: #ff6317;
  text-decoration: none;
  font-family: 'Foundry Sterling W01 Demi';
}

.news-views .single-tile-list .tile .details .collapsed a:hover {
  color: #ee137e;
  text-decoration: none;
}

.filter-bar {
  background-color: #fff;
  opacity: .95;
  filter: alpha(opacity=95);
  text-align: center;
  position: relative;
}

.filter-option {
  text-align: left;
  margin-top: 34px;
  margin-bottom: 34px;
}

.work-landing .filter-option {
  margin-top: 55px;
  margin-bottom: 10px;
}

.work-landing .filter-option form {
  margin-top: 5px;
}

.filter-option label {
  display: block;
  text-transform: uppercase;
  font-family: 'Foundry Sterling W01 Bd';
  font-weight: normal;
  font-size: 1.5rem;
  color: #666;
  margin-right: 10px;
}

/*.filter-option */.selector-arrow {
  position: relative;
  display: inline-block;
  width: 100%;
}

/*.filter-option */.selector-arrow:after {
  position: absolute;
  top: 1px;
  right: 1px;
  display: inline-block;
  background: #fff;
  font-family: 'FontAwesome';
  content: '\f0d7';
  color: #ff6317;
  pointer-events: none;
  margin-left: -28px;
  width: 21px;
  line-height: 36px;
  font-size: 2.2rem;
}

/*.filter-option*/ select {
  font-family: 'Foundry Sterling W01 Demi';
  color: #ff6317;
  padding: 0 .5rem;
  border: 1px solid #d2d2d2;
  width: 101%;
  /*line-height: 22px;*/
  height: 38px;
}

/*.filter-option*/ select option {
  padding: .5rem 1rem;
}

@media only screen and (-webkit-min-device-pixel-ratio:0) {
  /*.filter-option*/ .selector-arrow:after {
    line-height: 30px;
    top: 4px;
  }

  /*.filter-option*/ select {
    padding: .5rem 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .news-views {
    background-image: none !important;
    background-color: transparent;
  }
}

@media only screen and (min-width: 600px) {
  .filter-option label {
    display: inline-block;
  }

  .filter-option .selector-arrow, .filter-options select {
    width: 284px;
  }
}

.filter-bar .social-links-container {
  position: absolute;
  right: 15px;
}

.filter-bar .project-social-links {
  margin-top: 1rem;
}

.single-tile-list .tile {
  margin: 0 -25px 6rem;
  background-color: #fff;
  position: relative;
}

.single-tile-list .tile::before {
  border-top: 5px solid #ed0677;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*
.single-tile-list .tile.featured {
  margin-bottom: 12rem;
}

.single-tile-list .tile.featured::after {
  background: #ffffff;
  bottom: -6rem;
  content: '';
  height: 2px;
  position: absolute;
  width: 100%;
}
*/

.single-tile-list .tile.clone {
  display: none;
}

.single-tile-list .tile .image img {
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 2;
}

.single-tile-list .tile .image .related {
  margin: 0 0 15px 25px;
  display: none;
}

.single-tile-list .tile.featured .image .related {
  display: block;
}

.single-tile-list .tile.featured .details .collapsed {
  display: block;
}

.single-tile-list .tile .image .related h3 {
  color: #666;
  font-family: "Foundry Sterling W01 Bd";
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: uppercase;
}

.single-tile-list .tile .image .related .list-unstyled li {
  margin-bottom: 6px;
}

.single-tile-list .tile .image .related li a {
  color: #787878;
  font-family: "Foundry Sterling W01 Demi";
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.single-tile-list .tile .image .related .social-share li a {
  color: #ff6316;
  font-size: 1.8rem;
}

.single-tile-list .tile .details {
  padding: 15px 25px 45px;
}

.single-tile-list .tile .details .type {
  font-size: 1.8rem;
  color: #ed0677;
  font-family: 'Foundry Sterling W01 Demi';
  text-transform: uppercase;
}

.single-tile-list .tile .details h1 {
  font-size: 3.4rem;
  margin: 20px 0 13px;
  font-family: 'Foundry Sterling W01 Bk';
}

.single-tile-list .tile .author {
  font-size: 1.8rem;
  color: #787878;
  font-family: 'Foundry Sterling W01 Demi';
  margin-bottom: 20px;
  text-transform: uppercase;
}

.single-tile-list .tile p {
  margin-bottom: 18px;
}

.single-tile-list .tile .more-click {
  display: block;
  position: absolute;
  left: 25px;
  bottom: 0;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  background-color: #ff6316;
  text-align: center;
  width: 38px;
  height: 38px;
  text-decoration: none;
  outline: none;
}

.single-tile-list .tile .more-click.expanded {
  font-size: 5rem;
  line-height: 0.55;
}

@media only screen and (min-width: 768px) {
  .single-tile-list {
    padding-top: 6rem;
  }

  .news-views .single-tile-list {
    background: url('../images/gradient-bg.png') repeat-x 0 100%;
  }

  .single-tile-list .tile {
    margin-right: 0;
    margin-left: 0;
  }

  .single-tile-list .tile .image {
    display: table-cell;
    width: 250px;
    margin: 0;
  }

  .single-tile-list .tile .details {
    display: table-cell;
    width: auto;
    padding: 8px 50px 0 25px;
    vertical-align: top;
  }

  .single-tile-list .tile .details .type {
    font-size: 1.5rem;
  }

  .single-tile-list .tile .details h1 {
    font-size: 4rem;
  }

  .single-tile-list .tile .author {
    font-size: 1.5rem;
  }

  .single-tile-list .tile .details .collapsed {
    margin-bottom: 100px;
  }

  .single-tile-list .tile .more-click {
    left: auto;
    right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .single-tile-list .tile .image {
    width: 280px;
  }
}

/* Paging */
.paging {
  border-top: 2px solid #ddd;
  padding: 15px 0 95px;
}

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

  .paging a.archive-link {
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'Foundry Sterling W01 Bd';
    font-size: 2.2rem;
    background-color: #ff6316;
    padding: .5rem 0;
    text-decoration: none;
    margin-top: 15px;
  }
}

.paging a {
  color: #ff6317;
  font-family: 'Foundry Sterling W01 Bd';
  text-decoration: none;
}

.paging a.active, .paging a:focus, .paging a:hover {
  color: #ee137e;
}

.paging .fa {
  font-size: 2.3rem;
  vertical-align: top;
  margin-left: 3px;
}

/* Culture Intro */
.culture-intro {
  background-color: #333;
  text-align: center;
  position: relative;
}

.culture-intro .tab-title {
  position: absolute;
  z-index: 100;
  width: 144px;
  left: 0;
  right: 0;
  margin-top: 13px;
}

@media only screen and (max-width: 768px) {
  .culture-intro .tab-title {
    margin-top: 21px;
  }
}
.culture-intro .flexslider {
  background: transparent;
  border: none;
  margin: 0;
  margin: 0 -25px;
}

.instagram-slider .flex-control-nav {
  display: table;
  bottom: -21px;
}

.instagram-slider .flex-control-nav li {
  display: table-cell;
  margin: 0;
}

.instagram-slider .flex-control-paging li a {
  display: block;
  background-color: #ccc;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 14px;
}

.instagram-slider .flex-control-paging li a.flex-active {
  background-color: #ed0677;
}

.follow-link {
  position: absolute;
  right: 25px;
  bottom: 18px;
}

.follow-link a {
  color: #ff6316;
}

.follow-link .fa {
  font-size: 3rem;
}

@media only screen and (min-width: 768px) {
  .culture-intro .tab-title {
    margin-top: 0;
  }

  .culture-intro .slide {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }

  .follow-link {
    position: static;
    color: #fff;
    line-height: 100px;
    font-family: 'Foundry Sterling W01 Bd';
  }

  .follow-link .fa {
    font-size: 2.4rem;
    margin-right: 15px;
    vertical-align: middle;
  }

  .follow-link a {
    color: #fff;
    text-decoration: none;
  }
}

.follow-link a {
  font-family: 'Foundry Sterling W01 Demi';
}

/* Spotify widget */
.spotify {
  background-color: #92278f;
  padding: 3rem 1rem 4rem;
  color: #fff;
  text-align: center;
  margin: 60px -25px 0;
}

.spotify h1 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 22px;
}

.spotify span {
  display: inline-block;
  border-bottom: 1px solid #d465d1;
  padding: 0 1rem .7rem;
  font-family: 'Foundry Sterling W01 Demi';
  font-weight: normal;
}

.spotify h1:before {
  font-family: 'FontAwesome';
  content: '\f001';
  margin-right: 15px;
  font-weight: normal;
  font-size: 3rem;
}

.spotify .song-title {
  font-size: 3.4rem;
  margin: 40px 0 5px;
  font-family: 'Foundry Sterling W01 Bk';
}

.spotify .song-author {
  font-family: 'Foundry Sterling W01 Bd';
}

@media only screen and (min-width: 768px) {
  .spotify {
    float: right;
    position: relative;
    top: -48px;
    margin: 0 -10px 0 0;
    padding: 1.8rem 1rem;
  }

  .spotify span {
    width: 75%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .spotify h1, .spotify h1:before {
    font-size: 1.8rem;
  }

  .spotify .song-title {
    font-size: 3rem;
    margin: 10px 0 5px;
  }
}

@media only screen and (min-width: 1024px) {
  .spotify span {
    width: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .spotify {
    width: 75%;
  }
}

/* Team Member Spotlight */
.team-member-spotlight {
  background: url('../images/opaque-grey-70-bg.png') repeat 0 0;
  padding: 3.5rem 2.5rem;
  margin: 0 -25px;
}

@media only screen and (max-width: 768px) {
  .team-member-spotlight {
    padding-bottom: 4.5rem;
  }
}

.team-member-spotlight .image {
  margin: 0 1rem;
}

.team-member-spotlight .image img {
  border-radius: 50%;
  margin: auto;
}

.team-member-spotlight .info {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

.team-member-spotlight .info h1 {
  font-family: 'Foundry Sterling W01 Demi';
  font-size: 2.6rem;
  margin-bottom: 2px;
  margin-top: 22px;
}

.team-member-spotlight .title {
  color: #666;
  font-size: 2.6rem;
}

.team-member-spotlight .list-unstyled {
  margin-top: 25px;
}

.team-member-spotlight .list-unstyled li {
  padding: .8rem 0 0 1.5rem;
  color: #666;
}

.team-member-spotlight .list-unstyled li h2 {
  font-size: 2rem;
  font-family: 'Foundry Sterling W01 Demi';
  margin: 0;
  color: #666;
}

.team-member-spotlight .list-unstyled li h2:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: '\f111';
  color: #ed0677;
  font-size: .5rem;
  margin: 0 10px 0 -15px;
}

@media only screen and (min-width: 768px) {
  .team-member-spotlight {
    float: right;
    width: 100%;
    padding: 3rem 2.5rem;
    margin: 0 -10px 0 0;
  }

  .team-member-spotlight .image img {
    border-radius: 120px;
  }

  .team-member-spotlight .info h1 {
    font-size: 2.2rem;
  }

  .team-member-spotlight .title {
    font-size: 1.8rem;
  }

  .team-member-spotlight .list-unstyled {
    margin-top: 15px;
  }

  .team-member-spotlight .list-unstyled li h2 {
    font-size: 1.6rem;
  }

  .team-member-spotlight .slick-dots {
    bottom: -15px;
  }
}

@media only screen and (min-width: 1200px) {
  .team-member-spotlight {
    width: 75%;
  }
}

/* Infographic */
.infographic {
  background-color: #000;
  padding: 5rem 0;
}

@media only screen and (min-width: 768px) {
  .infographic {
    margin-top: 40px;
    padding: 9rem 0;
  }
}

/* Contact Hero */
.intro.contact {
  text-align: center;
}

.intro.contact .hero {
  height: 285px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .intro.contact .hero {
    height: 290px;
  }
}

/* Contact page */
.contact-us .what-we-do .content-container {
  margin-bottom: 0;
}

.contact-us .what-we-do .content-container h2 a:hover {
  text-decoration: none;
}


.contact-form {
  padding-top: 2rem;
}

.contact-form h1, .join-our-team h1 {
  font-family: 'Foundry Sterling W01 Lt';
  font-size: 4rem;
  margin: 0 0 15px;
}

.contact-form p, .join-our-team p {
  font-size: 2.2rem;
  margin: 0 35px 15px 0;
  line-height: 28px;
}

.contact-us .button {
  display: inline-block;
  width: 100%;
  background-color: #ff6317;
  color: #fff;
  border: none;
  padding: .5rem 2rem;
  font-family: 'Foundry Sterling W01 Bd';
  text-align: center;
  text-decoration: none;
}

.contact-details {
  margin-bottom: 60px;
}

.contact-details p {
  font-size: 100%;
  line-height: 22px;
  margin: 5px 0 8px;
}

.contact-form h3 {
  font-family: 'Foundry Sterling W01 Demi';
  font-size: 2.4rem;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form label {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 22px 0 8px;
}

.contact-form .selector-arrow {
  width: 100%;
}

.contact-form input {
  border: 1px solid #d2d2d2;
  padding: .8rem 1rem;
}

.contact-form input[type=text] {
  width: 100%;
}

.contact-form textarea {
  border: 1px solid #d2d2d2;
  width: 100%;
  height: 379px;
  padding: .3rem 1rem;
}

.join-our-team .container {
  margin-top: 5.5rem;
  padding-bottom: 9rem;
}

.join-our-team h1 {
  border-top: 5px solid #eee;
  padding-top: 1rem;
}

.join-our-team h2 {
  font-size: 2.6rem;
  margin: 0 0 5px;
  font-family: 'Foundry Sterling W01 Demi';
}

.position-listing {
  background-color: #eee;
  padding: 3.2rem 2.5rem;
  color: #666;
  margin: 40px -25px 5rem;
}

.position-listing p {
  font-size: 2rem;
  line-height: 28px;
}

.position-listing h3 {
  font-size: 2rem;
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: 'Foundry Sterling W01 Demi';
}

.position-listing h3.list-title {
  margin-left: 15px;
}

.position-listing ul {
  margin-top: 10px;
  padding-left: 15px;
}

.position-listing li {
  margin-bottom: 15px;
}

.position-listing li:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: '\f111';
  color: #999;
  font-size: .6rem;
  margin: 0 10px 0 -14px;
}

.join-our-team .button {
  margin: 15px 0;
}

::-webkit-input-placeholder {
  color: #fff
}

:-moz-placeholder { /* Firefox 18- */
  color: #fff
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #fff
}

:-ms-input-placeholder {
  color: #fff
}

@media only screen and (max-width: 767px) {
  .contact-us .what-we-do h2 {
    color: #ff6316
  }

  .contact-us .what-we-do .content-container {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px){
  .contact-us .button {
    width: auto;
    text-transform: uppercase;
  }

  .contact-details {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .contact-form {
    padding-top: 5.7rem;
  }

  .contact-form h1, .join-our-team h1 {
    font-size: 5rem;
  }

  .contact-form h3 {
    font-size: 1.8rem;
    margin-bottom: 13px;
  }

  .contact-form .form-group {
    margin-bottom: 15px;
  }

  .contact-form .selector-arrow {
    width: 430px;
  }

  .contact-form input {
    padding: .5rem 1rem;
  }

  .contact-form input[type=text] {
    width: 280px;
    margin-right: 20px;
  }

  .contact-form textarea {
    height: 257px;
    margin-top: 15px;
  }

  .contact-form .button {
    float: right;
    width: auto;
  }

  .join-our-team .container {
    margin-top: 9.5rem;
  }

  .join-our-team h1 {
    padding-top: 3.7rem;
  }

  .join-our-team h2 {
    font-size: 2.2rem;
  }

  .position-listing {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .position-listing p {
    font-size: 1.6rem;
    line-height: 22px;
  }

  .position-listing h3 {
    font-size: 1.8rem;
  }

  .position-listing h3.list-title {
    margin-left: 0;
  }

  .position-listing ul {
    padding-left: 0;
  }

  .position-listing li {
    margin-bottom: 8px;
  }

  ::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
  }

  :-moz-placeholder { /* Firefox 18- */
    color: #666;
    opacity: 1;
  }

  ::-moz-placeholder {  /* Firefox 19+ */
    color: #666;
    opacity: 1;
  }

  :-ms-input-placeholder {
    color: #666;
    opacity: 1;
  }
}

/* Projects Carousel */
.project-content {
  padding: 1rem 0 6rem;
  color: #787878;
}

.project-content h1 {
  font-size: 2.6rem;
  font-family: 'Foundry Sterling W01 Bd';
  color: #ed0677;
}

.project-content p {
  font-size: 4rem;
  line-height: 4.6rem;
  font-family: 'Foundry Sterling W01 Bk';
}

.project-content .show-summary-click {
  display: block;
  background-color: #ff6316;
  width: 44px;
  height: 44px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  text-decoration: none;
  margin-top: 30px;
}

.project-social-links {
  margin: 0;
  padding: 0 0 6rem 0;
}

.project-social-links .fa {
  background-color: #fcbe37;
  border-radius: 25px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  margin-right: 20px;
}

.project-services h2 {
  font-size: 1.8rem;
  font-family: 'Foundry Sterling W01 Bd';
  text-transform: uppercase;
  margin-top: 0;
}

.project-services li {
  margin-bottom: 13px;
  font-size: 2rem;
  color: #787878;
}

@media only screen and (min-width: 768px) {
  .project-info .summary {
    background: url('../images/q.png') no-repeat 0 50%;
    min-height: 126px;
  }

  .project-content {
    padding: 2rem 0 .5rem;
  }

  .project-content .inner-cont {
    padding: 0 8rem;
  }

  .project-content h1 {
    font-size: 2.2rem;
    margin: 5px 0 0;
  }

  .project-content p {
    font-size: 4.8rem;
    line-height: 5.2rem;
  }

  .project-social-links {
    padding: 0;
  }

  .project-social-links .fa {
    border-radius: 20px;
    width: 28px;
    line-height: 28px;
    font-size: 1.7rem;
    margin-right: 0;
  }

  .project-services {
    margin: 2rem 0 0 0;
  }

  .project-services h2 {
    display: inline;
    font-size: 1.5rem;
  }

  .project-services li {
    font-size: 1.6rem;
  }

  .project-services li:after {
    content: '|';
    margin-left: 15px;
    color: #ccc;
  }

  .project-services li:last-child:after, .project-services li.heading:after {
    content: '';
  }

  .project-info .links {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }

  .project-info .links a {
    display: block;
    background-color: #c1c1c1;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: left;
    position: absolute;
    right: 0;
    overflow: hidden;
  }

  .project-info .links a:hover {
    display: block;
    background-color: #ff6317;
    width: 160px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    white-space: nowrap;
  }

  .project-info .links .next {
    top: 9px;
  }

  .project-info .links .previous {
    top: 68px;
  }

  .project-info .links .up {
    top: 143px;
  }

  .project-info .links a .fa {
    position: absolute;
    font-size: 40px;
    top: 4px;
    color: #fff;
    left: 17px;
  }

  .project-info .links a.up .fa {
    left: 13px;
  }

  .project-info .links a span {
    font-family: 'Foundry Sterling W01 Md';
    font-size: 15px;
    font-weight: normal;
    display: none;
    position: absolute;
    top: 13px;
    left: 45px;
  }
  .project-info .links a:hover span {
    display: inline;
  }


}

@media only screen and (min-width: 920px) {
  .project-content .inner-cont {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .project-content .inner-cont {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .project-content p {
    padding-right: 5rem;
  }
}

@media only screen and (min-width: 1500px) {
  .project-content .inner-cont {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Carousel panel with bg color */
.std-slider.with-bg-color {
  background-color: #039ed4;
  text-align: center;
}

.std-slider.with-bg-color img {
  display: inline-block;
  width: auto;
  padding: 4rem 2rem;
}

@media only screen and (min-width: 768px) {
  .std-slider.with-bg-color {
    padding-left: 0;
    padding-right: 0;
  }
  .std-slider.with-bg-color img {
    display: inline-block;
    width: auto;
    padding: 8rem 4rem;
  }
}

/* Content 2-up container */
.content-2up .column.image {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover/*100%*/;
  min-height: 270px;
}

@media only screen and (min-width: 600px) {
  .content-2up .column.image {
    min-height: 386px;
  }
}

@media only screen and (min-width: 768px) {
  .content-2up {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .content-2up .column {
    display: table-cell;
    vertical-align: top;
  }

  .content-2up .column.image {
    background-repeat: no-repeat;
    /*background-position: 25% 25%;*/
    width: 49%;
    min-height: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .content-2up .column.image {
    /*background-position: 0 0;*/
  }
}

/* Summary text */
.work-summary {
  display: none;
  color: #444;
  position: relative;
  padding-bottom: 6rem;
}

.work-summary h1 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin: 0 0 20px;
  font-family: 'Foundry Sterling W01 Demi';
}

.work-summary p {
  margin-bottom: 15px;
}

.work-summary .more-click {
  color: #666;
  font-family: 'Foundry Sterling W01 Demi';
  text-decoration: none;
}

.work-summary .download-pdf,
.work-summary .download-pdf:hover {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  color: #fff;
  font-family: 'Foundry Sterling W01 Demi';
  font-size: 2rem;
  background-color: #ed0677;
  padding: .5rem 2rem .8rem;
  float: right;
  font-size: 1.8rem;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .work-summary {
    background: none !important;
  }

  .work-summary .collapsed {
    display: block;
  }
}

@media only screen and (min-width: 768px){
  .work-summary {
    margin-top: 0;
  }

  .work-summary {
    display: block !important;
  }

  .work-summary img {
    position: absolute;
    top: 1px;
    right: 0;
    width: 45%;
  }

  .work-summary .content-container {
    padding-top: 6rem;
    max-width: 400px;
  }

  .work-summary h1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .work-summary .content-container {
    max-width: 440px;
  }
}

@media only screen and (min-width: 1200px) {
  .work-summary {
    margin-top: 0;
    overflow: hidden;
  }

  /*.work-summary img {
    width: auto;
    height: 100%;
  }*/

  .work-summary .content-container {
    padding-top: 6rem;
  }
}

/* Video panel */
.video {
  padding: 4.5rem 2.5rem;
  text-align: center;
}

.video .inner-container, .video-container {
  max-width: 1200px;
  margin: auto;
}

.work-landing .video-container,
.home .video-container  {
  max-width: 100%;
}

.video .inner-container iframe {
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 768px) {
  .video {
    padding: 9rem 2.5rem;
  }
}

/* Work detail quote panel */
.content-2up .quote {
  padding: 6rem 2.5rem;
}

.content-2up .quote .inner {
  max-width: 588px;
}

.content-2up .quote blockquote {
  border-left: none;
  border-top: 4px solid #ed0677;
  font-size: 4rem;
  line-height: 4.6rem;
  color: #787878;
  padding-top: 1rem;
  font-weight: normal;
  position: relative;
  font-family: 'Foundry Sterling W01 Lt';
}

.content-2up .quote blockquote span {
  position: absolute;
  left: 0;
}

.content-2up .quote .author {
  padding-left: 1.5rem;
  font-size: 1.8rem;
  color: #787878;
}

.content-2up .quote .author  {
  font-family: 'Foundry Sterling W01 Bk';
}
.content-2up .quote .author span {
  font-family: 'Foundry Sterling W01 Demi';
}

@media only screen and (min-width: 768px) {
  .content-2up .quote blockquote {
    padding-top: 3rem;
    padding-left: 1.5rem;
  }

  .content-2up .quote .author {
    margin-top: 3.5rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1500px) {
  .content-2up .quote {
    padding-right: 15rem;
  }
}

/* Content 3-up */
.content-3up {
  padding: 5rem 0 9rem;
}

.content-3up h1 {
  margin-bottom: 40px;
  font-size: 2.2rem;
}

.content-3up a {
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
}

.content-3up h2 {
  font-size: 2rem;
  font-family: 'Foundry Sterling W01 Demi';
  color: #787878;
}

@media only screen and (min-width: 768px) {
  .content-3up a {
    margin-bottom: 0;
  }

  .content-3up h2 {
    font-size: 100%;
  }
}

/* Home */
.grid-group .tile {
  margin-bottom: 20px;
  position: relative;
}

.grid-group .tile img {
  width: 100%;
  max-width: none;
  height: 100%;
}

.grid-group .tile a {
  font-family: 'Foundry Sterling W01 Demi';
  color: #ff6317;
  font-size: 2.2rem;
  text-decoration: none;
}

.grid-group .tile.text a:after, .who-we-are a:after  {
  font-family: 'FontAwesome';
  content: '\f105';
  color: #ff6317;
  margin-left: 10px;
  font-size: 2.3rem;
  position: relative;
  top: 1px;
}

.grid-group .tile a:focus, .grid-group .tile a:hover, .grid-group .tile a:focus:after, .grid-group .tile a:hover:after {
  color: #ee137e;
}

.tile-intro .who-we-are {
  margin: 0 0 45px;
}

.tile-intro .title {
  text-align: center;
  margin-bottom: 20px;
}

.tile-intro h2 {
  font-size: 4.0rem;
  margin-top: 12px;
}

.tile-intro a {
  display: block;
  margin-top: 20px;
}

.tile.text, .tile .text {
  padding-bottom: 2.5rem;
}

.tile.text h1, .tile .text h1 {
  border-top: 5px solid #ed0677;
  font-size: 2.2rem;
  color: #ed0677;
  margin: 0 0 15px;
  padding-top: 10px;
}

.tile.text p, .tile .text p {
  font-size: 3.4rem;
  line-height: 4.0rem;
  color: #333;
  font-family: 'Foundry Sterling W01 Bk';
}

.tile.text .author, .tile .text .author {
  font-family: 'Foundry Sterling W01 Lt';
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 1;
}

.tile-overlay {
  /*display: none;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff6317;
  opacity: 0;
  padding: 1rem 2rem;
  /* Fade out */
  transition: opacity;
  transition-timing-function: ease-out;
  transition-duration: 250ms;

  -ms-transition: opacity;
  -ms-transition-timing-function: ease-out;
  -ms-transition-duration: 250ms;

  -moz-transition: opacity;
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;

  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
}

.grid-group .tile-overlay a, .grid-item .tile-overlay a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: 'Foundry Sterling W01 Demi';
}

.grid-group .tile .tile-overlay a:focus, .grid-group .tile .tile-overlay a:hover, .grid-item .tile-overlay a:focus, .grid-item .tile-overlay a:hover {
  color: #fff;
  text-decoration: none;
}

.grid-item .tile .tile-overlay a:after, .grid-group .tile .grid-item > a:after {
  content: '';
}

.tile-overlay .name {
  font-size: 1.8rem;
  line-height: 6rem;
}

.tile-overlay .subhead {
  font-family: 'Foundry Sterling W01 Lt';
  font-size: 2.5rem;
  line-height: 3rem;
}

.home .testimonials {
  min-height: 400px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

@media only screen and (min-width: 480px) {
  .tile-overlay {
    padding: 1.5rem 3rem;
  }

  .tile-overlay .subhead {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .grid {
    padding-top: 6rem;
  }

  .grid-group {
    margin: 0 -24px 0 0;
  }

  .grid-group .tile, .grid-group .col {
    float: left;
    margin: 0 24px 24px 0;
  }

  .col .tile {
    float: none;
    margin: 0;
  }

  .tile.tile-intro {
    width: 38%;
  }

  .tile-intro h2 {
    font-size: 2.8rem;
    margin-top: 14px;
    line-height: 0.75;
  }

  .tile-intro a {
    margin-top: 14px;
  }

  .col.sm, .tile.sm, .tile .sm {
    /*width: 282px;*/
    width: 22%;
  }

  .col.med, .tile.med, .tile .med, .tile.tile6 {
    /*width: 434px;*/
    width: 33.6%;
  }

  .tile.tile2, .tile.tile3, .tile.tile7, .tile.tile8, .tile.tile9, .tile.tile11 {
    height: 164px;
  }

  .tile.tile4, .tile.tile6, .tile.tile7, .tile.tile9 {
    float: right;
  }

  .col.lg, .tile.lg, .tile .lg {
    /*width: 740px;*/
    width: 59.9%;
  }

  tile.tile1 {
  	width: 55.5%;
  }

  .tile.tile3 {
    width: 34.6%;
  }

  .tile.tile5 {
    height: 463px;
    overflow: hidden;
  }

  .tile.tile6 {
    min-height: 168px;
    padding-bottom: 0;
  }

  .tile.tile10 {
    min-height: 200px;
    padding-bottom: 0;
  }

  .tile.tile5 img {
    width: 125%;
    margin-left: -13%;
  }

  .grid-group .tile a {
    font-size: 1.6rem;
    line-height: 1;
    font-family: 'Foundry Sterling W01 Demi';
  }

  .tile-intro .who-we-are {
    margin: 0;
    width: 100%;
  }

  .tile-intro .title {
    text-align: left;
    margin-bottom: 0;
  }

  .tile-intro h1 {
    font-size: 2.2rem;
    color: #787878;
    background-color: transparent;
    padding: 0;
  }

  .tile.text h1, .tile .text h1 {
    font-size: 1.8rem;
  }

  .tile.text p, .tile .text p {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .tile-overlay {
    padding: 1.5rem;
  }

  .tile.lg.tall .tile-overlay, .tile .lg.tall .tile-overlay, .grid-item.width3.height2 .tile-overlay {
    padding: 1.5rem 3rem;
  }

  .tile-overlay .name {
    font-size: 1.6rem;
    line-height: normal;
    margin-bottom: 10px;
  }

  .tile-overlay .name:after {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #fff;
    margin-left: 10px;
    font-size: 2.5rem;
    position: relative;
    top: 1px;
  }

  .tile-overlay .subhead {
    font-size: 1.8rem;
    line-height: normal;
  }

  .tile.lg.tall .tile-overlay .subhead, .tile .lg.tall .tile-overlay .subhead, .grid-item.width3.height2 .tile-overlay .subhead {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .tile-intro h2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .tile-intro a {
    margin-top: 20px;
  }

  .tile.tile2, .tile.tile3, .tile.tile7, .tile.tile8, .tile.tile9, .tile.tile11 {
    height: 206px;
  }

  .tile.tile5 {
    height: 590px;
    overflow: hidden;
  }

  .tile.tile3 {
    width: 34.8%;
  }

  .tile.tile10 {
    min-height: 266px;
  }

  .tile.tile5 img {
    width: 100%;
    margin-left: 0;
  }

  .col.sm {
    float: left;
  }

  .tile.text h1, .tile .text h1 {
    font-size: 2.2rem;
  }

  .tile.text p, .tile .text p {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}

@media only screen and (min-width: 1024px) {
  .col.sm, .tile.sm, .tile .sm {
    width: 23.7%;
  }

  .col.med, .tile.med, .tile .med, .tile.tile-intro, .tile.tile6 {
    /*width: 434px;*/
    width: 34.4%;
  }

  .col.lg, .tile.lg, .tile .lg {
    width: 60.6%;
  }

  .tile-overlay .name {
    font-size: 1.8rem;
  }

  .tile-overlay .subhead {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .col.med, .tile.med, .tile .med, .tile.tile-intro, .tile.tile6 {
    /*width: 434px;*/
    width: 35.1%;
  }

  .col.lg, .tile.lg, .tile .lg {
    width: 60.9%;
  }

  .tile.tile2, .tile.tile3, .tile.tile7, .tile.tile8, .tile.tile9, .tile.tile11 {
    height: 282px;
  }

  tile.tile1 {
  	width: 55.5%;
  }

  .tile.tile5 {
    height: 658px;
  }

  .tile.tile10 {
    min-height: 330px;
  }

  .tile.tile13, .tile.tile14 {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .tile.tile13 img {
    margin-top: 0;
  }

  .tile-intro .who-we-are {
    margin: 15px 0 0;
  }

  .tile-intro h2 {
    font-size: 4.8rem;
  }

  .tile-intro a {
    margin-top: 20px;
  }

  .tile.text p, .tile .text p {
    font-size: 4rem;
    line-height: 4.6rem;
  }

  .tile-overlay {
    padding: 3.5rem 3rem 1rem;
  }

  .tile.lg.tall .tile-overlay, .tile .lg.tall .tile-overlay, .grid-item.width3.height2 .tile-overlay {
    padding: 8rem 4.2rem 2rem;
  }

  .tile-overlay .name {
    line-height: 6rem;
    margin-bottom: 0;
  }

  .tile.lg .tile-overlay .name, .tile .lg .tile-overlay .name, .grid-item.width3.height2 .tile-overlay .name {
    font-size: 2.2rem;
  }

  .tile-overlay .subhead {
    font-size: 3.6rem;
    line-height: 3.8rem;
  }

  .tile.lg.tall .tile-overlay .subhead, .tile .lg.tall .tile-overlay .subhead, .grid-item.width3.height2 .tile-overlay .subhead {
    font-size: 6.8rem;
    line-height: 7.2rem;
  }

  .tile:hover .tile-overlay, .grid-item:hover .tile-overlay {
    opacity: .97;

    /* Fade in */
    transition: opacity;
    transition-timing-function: ease-out;
    transition-duration: 250ms;

    -ms-transition:opacity;
    ms-transition-timing-function: ease-out;
    ms-transition-duration: 250ms;

    -moz-transition:opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;

    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
  }
}

/* Work landing grid (isotope) */
.isotope-grid {
  height: 100%;
  margin-bottom: 100px;
}

.isotope-grid:after {
  content: '';
  display: block;
  clear: both;
}

.isotope-grid .grid-item {
  width: 100%;
}

.isotope-grid .grid-item img {
  width: 100%;
  max-width: none;
}

.isotope-grid .grid-item.height2 { height: auto; }

@media only screen and (min-width: 768px) {
  .isotope-grid .grid-item {
    float: left;
    width: 22.8%;
  }

  .isotope-grid .grid-item.width2 { width: 35%; }
  .isotope-grid .grid-item.width3 { width: 59.5%; }
  .isotope-grid .grid-item.width4 { width: 100%; }
}

@media only screen and (min-width: 1200px) {
  .isotope-grid .grid-item {
    width: /*282px*/23.5%;
    /*height: 282px;*/
  }

  .isotope-grid .grid-item.width2 { width: /*435px*/36.25%; }
  .isotope-grid .grid-item.width3 { width: /*741px*/61.75%; }
  .isotope-grid .grid-item.width4 { width: /*1200px*/100%; }
  .isotope-grid .grid-item.height2 { height: 620px; }
}

/* Footer */
footer {
  background: #333;
  color: #ccc;
  padding: 45px 10px 100px;
  font-size: 2.2rem;
}

footer .logo-container img {
  width: 131px;
}

footer .fa {
  font-size: 3rem;
  margin-right: 35px;
}

.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4 {
  padding: 0 15px;
}

footer h2, footer h3 {
  color: #fff;
}

footer h2 {
  font-size: 3.4rem;
  padding-bottom: .8rem;
}

footer h3, .contact-details h3 {
  font-size: 2.4rem;
  margin-top: 40px;
  font-family: 'Foundry Sterling W01 Demi';
}

footer a, footer .email-list, .contact-details a, .contact-details .email-list {
  color: #ff6317;
  text-decoration: none;
  font-family: 'Foundry Sterling W01 Demi';
}

footer a:focus, footer a:hover, .contact-details a:focus, .contact-details a:hover {
  color: #ee137e;
  text-decoration: none;
}

footer section p {
  margin-bottom: 0;
}

footer li, .contact-details li {
  margin-bottom: 18px;
  word-wrap: break-word;
}

footer .copyright {
  padding-top: 2.5rem;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  footer {
    font-size: 1.6rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 140px;
  }

  footer .social a {
    color: #ccc;
  }

  footer .fa {
    font-size: 2.3rem;
    margin-right: 7px;
  }

  footer h2 {
    font-size: 2.8rem;
    padding-bottom: 0;
    margin-top: 15px;
  }

  footer h3, .contact-details h3 {
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4 {
    float: left;
  }

  .footer-col-1 {
    width: 30.25%
  }

  .footer-col-2 {
    width: 19.83%;
  }

  .footer-col-3 {
    width: 25.3%;
  }

  .footer-col-4 {
    width: 19%;
  }

  footer .phone-num, footer .email-list {
    color: #ccc;
  }

  .contact-details .phone-num, .contact-details .email-list {
    color: #666;
  }

  footer section p a:after, .contact-details p a:after {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #ff6317;
    margin-left: 10px;
    font-size: 2.5rem;
    vertical-align: middle;
  }

  footer p a:hover:after, footer p a:focus:after, .contact-details p a:hover:after, .contact-details p a:focus:after {
    color: #ee137e;
    text-decoration: none;
  }

  footer li, .contact-details li {
    margin-bottom: 10px;
  }

  footer .copyright {
    padding-top: 6rem;
    font-size: 1.4rem;
  }
}

.promo {
  padding-bottom: 6rem;
}

.promo .intro-content {
  bottom: auto;
  padding: 0 0 3em 0;
  position: static;
}

.promo-author {
  font-family: 'Foundry Sterling W01 Demi';
  padding: 0 15rem;
  text-align: left;
}

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

  .promo-author {
    padding: 0 2.5rem;
  }

}

.promo-hero-image {
  background: #eeeeee;
  background-size: cover;
  height: 285px;
  margin: 0 0 3em 0;
}

@media only screen and (min-width: 768px) {

  .promo-hero-image {
    height: 450px;
  }

}

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

  .promo-hero-image {
    background-position: center;
  }

}

.promo-introduction p {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 20px;
}

.promo-body blockquote {
  border-left: #ee137e solid 12px;
  font-family: 'Foundry Sterling W01 Bk';
  font-size: 34px;
  line-height: normal;
  margin: 20px 0;
  padding: 0 0 0 24px;
}

.promo-body h2 {
  font-family: 'Foundry Sterling W01 Bd';
  font-size: 21px;
  margin: 30px 0 20px 0;
}

.promo-body p {
  margin-bottom: 20px;
}

.promo-callout h2 {
  font-family: 'Foundry Sterling W01 Bd';
  font-size: 21px;
  margin: 30px 0 20px 0;
}

.promo-callout ul {
  border-left: #ee137e solid 12px;
  margin: 0;
}

.promo-callout ul li {
  font-family: 'Foundry Sterling W01 Bd';
  margin: 20px 0 0 33px;
}

.promo-the-right-q {
  background: #eeeeee;
  margin-top: 3rem;
}

@media only screen and (min-width: 768px) {

  .promo-the-right-q {
    margin: 0;
  }

}

.promo-the-right-q h3 {
  background: #ee137e;
  color: #ffffff;
  font-family: 'Foundry Sterling W01 Bd';
  font-size: 24px;
  margin: 0;
  padding: 30px;
}

.promo-the-right-q ul {
  list-style: none;
  margin: 0;
  padding: 30px;
}

.promo-the-right-q ul li {
  margin: 0;
  padding: 0 0 0 15px;
  position: relative;
}

.promo-the-right-q ul li::before {
  color: #ee137e;
  content: '•';
  font-size: 30px;
  line-height: 0;
  left: -6px;
  position: absolute;
  top: 8px;
}

.promo-the-right-q ul li + li {
  border-top: #cccccc solid 1px;
  margin-top: 15px;
  padding-top: 15px;
}

.promo-the-right-q ul li + li::before {
  top: 22px;
}

.promo .container {
  position: relative;
}

.promo-related-work {
  margin-top: 3rem;
}

@media only screen and (min-width: 768px) {

  .promo-related-work {
    bottom: 0;
    position: absolute;
    right: 0;
  }

}

.promo-related-work h3 {
  border-top: #ee137e solid 6px;
  color: #ee137e;
  font-family: 'Foundry Sterling W01 Bd';
  font-size: inherit;
  margin: 0;
  padding: 12px 0 0 0;
  text-transform: uppercase;
}

.promo-related-work ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.promo-related-work ul li {
  background: #eeeeee;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.promo-related-work ul li + li {
  margin-top: 20px;
}

.promo-related-work-title {
  font-family: 'Foundry Sterling W01 Bd';
  margin: 20px;
}

.promo-related-work-more {
  margin: 20px;
}

.promo-related-work-more a {
  font-size: 1.6rem;
  line-height: 1;
  font-family: 'Foundry Sterling W01 Demi';
}

.promo-related-work-more a:hover,
.promo-related-work-more a:hover:after {
  color: #ee137e;
  text-decoration: none;
}

.promo-related-work-more a:after {
  font-family: 'FontAwesome';
  content: '\f105';
  color: #ff6317;
  margin-left: 10px;
  font-size: 2.3rem;
  position: relative;
  top: 1px;
}

.share-popup {
  display: none;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 1;
}

.share-popup-active {
  display: block;
}

.page-utility {
  position: relative;
  font-size: 27px;
  border-bottom: 6px solid #eee;
  margin: 0 0 27px 0;
}

.page-utility .list-inline > li {
  padding-right: 10px;
  padding-left: 10px;
}

.newsletter {
  background: #ff6317;
  padding: 20px 0 100px 0;
}

.newsletter h2 {
  color: #fff;
  font-size: 5.8rem;
  line-height: 6.4rem;
  margin: 0;
}

.newsletter p {
  color: #fff;
  font-size: 2.25rem;
  margin: 10px 0;
  line-height: 4rem;
  margin-bottom: 20px;
}

.newsletter .form-container {
  position: relative;
}

.newsletter .form-container form {
  padding-left: 15px;
}

.newsletter .form-container form label {
  color: #fff;
  font-weight: normal;
  font-size: 1.8rem;
}

.newsletter .form-container form input {
  border: none;
  font-weight: normal;
  font-size: 1.8rem;
  padding: 3px;
  min-width: 280px;
  margin: 20px;
}

.newsletter .form-container form button {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 2px 20px;
  font-weight: normal;
  font-size: 1.8rem;
}

.newsletter .form-container form .ctct-form-errorMessage {
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
}

.newsletter .form-container #success_message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 20px;
  background: #ff6317;
  color: #fff;
  text-align: center;
  font-size: 2.25rem;
  z-index: 1;
}

.node-work-135 .img-responsive {
  width: 100%;
}

.node-work-135 .work-summary .img-responsive {
  width: auto;
  max-width: 100%;
  right: 10%;
}

.node-work-135 strong {
  font-family: "Foundry Sterling W01 Bd";
  font-weight: 300;
}
.node-work-135 .slick-dots li a {
  border: 1px solid #fff;
}

.node-work-135 .slick-dots .slick-active a {
  border: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
  .node-work-135 .std-slider.full-width .flex-control-nav {
    bottom: -20px;
  }
}

@media only screen and (max-width: 1256px){
  .node-work-135 .work-summary .img-responsive {
    width: 35%;
  }
}

.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.team-member-spotlight .slick-track .slick-slide {
  display: block;
}

@media only screen and (max-width: 768px) {
  .container .std-slider.slick-slider {
    margin-left: -25px;
    margin-right: -25px;
  }

  .container .std-slider.slick-slider .slick-slide {
    padding-left: 25px;
    padding-right: 25px;
  }

  .std-slider.slick-slider .slick-slide blockquote {
    font-size: 3.4rem;
    line-height: 1.42;
  }
}

/* PE Landing page */
