body, html {
  overflow-x: hidden;
  width: 100%;
  font-family: "basic-sans", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5 {
  font-family: "basic-sans", sans-serif;
  font-weight: 300;
}

.btn-primary {
  background: #000;
  border-color: #000;
  border-radius: 0px;
}
.btn-primary:hover, .btn-primary:active {
  background: #f29446;
  border-color: #f29446;
}

.col--nopad {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.col--nopad .row {
  margin-left: 0;
  margin-right: 0;
}

.col--nopad-right {
  padding-right: 0;
}
.col--nopad-right .row {
  margin-left: 0;
  margin-right: 0;
}

.page {
  padding-left: 10%;
  opacity: 0;
  transition: opacity 1.5s ease 1s;
  -webkit-transition: opacity 1.5s ease 1s;
  -moz-transition: opacity 1.5s ease 1s;
}
.page section {
  margin-top: -80px;
  padding-top: 80px;
}
@media (min-width: 1500px) {
  .page {
    padding-left: 150px;
  }
}
.page.loaded {
  opacity: 1;
}
@media (max-width: 767px) {
  .page {
    padding-left: 60px;
  }
}

.reach {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 10%;
}
@media (min-width: 1500px) {
  .reach {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .reach {
    width: 60px;
    height: 150% !important;
  }
}
.reach .reach__arm {
  background: #000;
  position: absolute;
  width: 60%;
  height: 100%;
  top: 100%;
  left: 20%;
  cursor: pointer;
  transition: top 1.5s ease 0s;
  -webkit-transition: top 1.5s ease 0s;
  -moz-transition: top 1.5s ease 0s;
}
@media (max-width: 767px) {
  .reach .reach__arm {
    height: 150% !important;
  }
}
.reach .reach__arm.loaded {
  top: 70px;
  transition: top 0.5s ease 0s;
  -webkit-transition: top 0.5s ease 0s;
  -moz-transition: top 0.5s ease 0s;
}
@media (max-width: 767px) {
  .reach .reach__arm.loaded {
    top: 50px;
  }
}
.reach .reach__arm.loading {
  top: 70px;
}
@media (max-width: 767px) {
  .reach .reach__arm.loading {
    top: 50px;
  }
}
.reach .reach__arm:hover, .reach .reach__arm.active {
  top: 50px;
}
.reach .reach__arm__logo {
  width: 119%;
  left: -19%;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  background-image: url("../img/elements/twu-logo-sidenav.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .reach .reach__arm__logo {
    left: -18.3%;
  }
}

@media (min-width: 768px) {
  p.four-columns {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
    column-rule-color: #ccc;
    /* Optional */
    column-rule-style: solid;
    /* Optional */
    column-rule-width: 1px;
    /* Optional */
    text-align: justify;
    /* Optional */
  }
}

@media (min-width: 768px) {
  p.three-columns {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
    column-rule-color: #ccc;
    /* Optional */
    column-rule-style: solid;
    /* Optional */
    column-rule-width: 1px;
    /* Optional */
    text-align: justify;
    /* Optional */
  }
}

@media (min-width: 768px) {
  p.two-columns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
  }
}

.hero {
  background: #7dc7b0;
  color: #fff;
  position: relative;
}
.hero--text {
  padding: 10vw;
}
.hero--text h1 {
  font-size: 1.2em;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero--text h1 {
    font-size: 4.5vw;
  }
}
.hero--video {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}
.hero--video video {
  width: 100%;
}

.work-grid {
  background: #4d4d4d;
  overflow: hidden;
}
.work-grid h2.work-grid__title {
  z-index: 10;
  color: #fff;
  font-size: 3.5em;
}
.work-grid .row {
  margin-left: 0;
  margin-right: 0;
}
.work-grid .work-grid__item {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.work-grid .work-grid__item__picture, .work-grid .work-grid__item__text {
  position: relative;
  height: 100%;
  width: 100%;
}
.work-grid .work-grid__item__picture img, .work-grid .work-grid__item__text img {
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
}
.work-grid .work-grid__item__picture.compat-object-fit, .work-grid .work-grid__item__text.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.work-grid .work-grid__item__picture.compat-object-fit img, .work-grid .work-grid__item__text.compat-object-fit img {
  opacity: 0;
}
.work-grid .work-grid__item__text {
  position: absolute;
  z-index: 50;
  top: 0;
  display: none;
}
.work-grid .work-grid__item--contact {
  background: #4d4d4d;
  padding: 2.5% 2.5% 0;
}
.work-grid .work-grid__item--contact h2, .work-grid .work-grid__item--contact p, .work-grid .work-grid__item--contact a {
  color: #fff;
}
.work-grid .work-grid__item--contact h2 {
  font-size: 3em;
  line-height: 0.9em;
  font-weight: bold;
  margin-bottom: 15px;
}
.work-grid .work-grid__item--contact .copyright {
  margin-top: 25px;
}
@media (min-width: 576px) {
  .work-grid .work-grid__item--contact p {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .work-grid .work-grid__item--contact p {
    font-size: 1.1em;
  }
}
@media (min-width: 1500px) {
  .work-grid .work-grid__item--contact p {
    font-size: 1.5vw;
  }
}

@media (max-width: 767px) {
  figcaption {
    padding: 10px;
  }
}
figcaption p {
  text-align: center;
  font-size: 1.3em;
  margin-top: 20%;
}
@media (max-width: 767px) {
  figcaption p {
    font-size: 1em;
  }
}
figcaption h2 {
  text-align: center;
  font-size: 3.5em;
  line-height: 0.9em;
}
@media (max-width: 767px) {
  figcaption h2 {
    font-size: 1.2em;
  }
}
@media (min-width: 1500px) {
  figcaption h2 {
    font-size: 4vw;
  }
}

.work-grid__item {
  background: #4d4d4d;
  padding: 0;
}
@media (max-width: 767px) {
  .work-grid__item {
    min-height: 150px;
  }
}
.work-grid__item img {
  width: 100%;
}
.work-grid__item--overhang {
  background: #e1701f;
}
.work-grid__item--overhang figcaption {
  background-color: #e1701f;
}
.work-grid__item--green {
  background: #9fad21;
}
.work-grid__item--green figcaption {
  background-color: #9fad21;
}
.work-grid__item--grey {
  background: #4d4d4d;
}
.work-grid__item--grey figcaption {
  background-color: #b2b2b2;
}
.work-grid__item--yellow {
  background: #eeaa03;
}
.work-grid__item--yellow figcaption {
  background-color: #eeaa03;
}
.work-grid__item--orange {
  background: #f5a804;
}
.work-grid__item--orange figcaption {
  background-color: #f5a804;
}
.work-grid__item--heather {
  background: #87a370;
}
.work-grid__item--heather figcaption {
  background-color: #87a370;
}
.work-grid__item--freeist {
  background: #8f4698;
}
.work-grid__item--freeist figcaption {
  background-color: #8f4698;
}
.work-grid__item--teaforia {
  background: #212932;
}
.work-grid__item--teaforia figcaption {
  background-color: #212932;
}
.work-grid__item--unilever {
  background: #13118e;
}
.work-grid__item--unilever figcaption {
  background-color: #13118e;
}
.work-grid__item--onelessbottle {
  background: #00b3e5;
}
.work-grid__item--onelessbottle figcaption {
  background-color: #00b3e5;
}
.work-grid__item--wildings {
  background: #faba00;
}
.work-grid__item--wildings figcaption {
  background-color: #faba00;
}
.work-grid__item--colmans {
  background: #e30613;
}
.work-grid__item--colmans figcaption {
  background-color: #e30613;
}
.work-grid__item--skips {
  background: #e30613;
}
.work-grid__item--skips figcaption {
  background-color: #e30613;
}
.work-grid__item--genesis {
  background: #b8985e;
}
.work-grid__item--genesis figcaption {
  background-color: #b8985e;
}
.work-grid__item--danone {
  background: #e88980;
}
.work-grid__item--danone figcaption {
  background-color: #e88980;
}
.work-grid__item--team {
  background: #d7d7d7;
}
.work-grid__item--team figcaption {
  background-color: #d7d7d7;
  color: #000;
}
.work-grid__item--team figcaption h2 {
  color: #000;
}
.work-grid__item--team figcaption p {
  color: #fff;
}

.case-studies__study .work-grid__item {
  height: 100%;
}
.case-studies__study .work-grid__item img {
  width: 100%;
}
@media (min-width: 960px) {
  .case-studies__study .work-grid__item img {
    margin-top: -20%;
  }
}
@media (max-width: 767px) {
  .case-studies__study .work-grid__item {
    height: 100%;
  }
}

.hover-title {
  font-weight: bold;
  font-size: 3.5em;
  line-height: 0.9em;
  color: #fff;
}
@media (max-width: 767px) {
  .hover-title {
    font-size: 2.5em;
    margin-left: -20px;
    top: -55px;
  }
}

.about-strip {
  position: relative;
  z-index: 10;
  color: #fff;
}
.about-strip .row,
.about-strip .container,
.about-strip .colpad {
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-strip .row,
.about-strip .container,
.about-strip .colpad {
    margin: 0 auto;
    padding: 0;
  }
}
.about-strip .col-md-8 {
  max-width: 800px;
}
.about-strip--what-we-do {
  background: #f29446;
}
.about-strip--what-we-dont-do {
  background: #26694f;
}
.about-strip--who-we-are {
  background: #f5a804;
}
.about-strip--who-we-are .about-strip__image {
  max-height: 450px;
}
.about-strip--what-we-offer {
  background: #9fad21;
}
.about-strip--strategy {
  background: #f5a804;
}
.about-strip--design {
  background: #26694f;
}
.about-strip--innovation {
  background: #9fad21;
}
.about-strip--branding {
  background: #eea217;
}
.about-strip--more {
  background: #f29446;
}
.about-strip--content p span.lead,
.about-strip--content h4 {
  color: rgba(0, 0, 0, 0.5);
}
.about-strip--content h2 {
  font-size: 3.5em;
  line-height: 0.9em;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about-strip--content h2 {
    font-size: 2.5em;
  }
}
.about-strip--content h3 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5em;
}
@media (min-width: 576px) {
  .about-strip--content p {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .about-strip--content p {
    font-size: 1.1em;
  }
}
@media (min-width: 1500px) {
  .about-strip--content p {
    font-size: 1.3em;
  }
}
@media (min-width: 576px) {
  .about-strip--content span.lead {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .about-strip--content span.lead {
    font-size: 1.4em;
  }
}
@media (min-width: 1500px) {
  .about-strip--content span.lead {
    font-size: 1.5em;
  }
}
@media (min-width: 576px) {
  .about-strip--content h4 {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .about-strip--content h4 {
    font-size: 1.6em;
  }
}
@media (min-width: 1500px) {
  .about-strip--content h4 {
    font-size: 1.7em;
  }
}
.about-strip--content .about-strip__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 767px) {
  .about-strip--content .about-strip__image {
    position: absolute;
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  .about-strip--content .about-strip__image {
    height: 400px;
  }
}
.about-strip--content .about-strip__image--left {
  padding-right: 0;
}
@media (max-width: 767px) {
  .about-strip--content .about-strip__image--left {
    padding-left: 0;
  }
}
.about-strip--content .about-strip__image--right {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 767px) {
  .about-strip--content .about-strip__image--right {
    padding-left: 5px;
  }
}
.about-strip--content .about-strip__image-container {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.about-strip--content .about-strip__text {
  padding: 0 2.5% 0 3%;
  max-width: 100%;
  margin-bottom: 30px;
}
.about-strip--content .about-strip__text .container {
  max-width: 100%;
}
.about-strip--background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0x);
}
@media (min-width: 1500px) {
  .about-strip--background {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .about-strip--background {
    background-attachment: scroll;
  }
}
.about-strip--image01 {
  background-image: url("../img/content/who-we-are.jpg");
}
.about-strip--image02 {
  background-image: url("../img/content/what-we-can-offer.jpg");
}
.about-strip--image03 {
  background-image: url("../img/content/birds.jpg");
}
.about-strip--image04 {
  background-image: url("../img/content/get-in-touch.jpg");
}
.about-strip--image05 {
  background-image: url("../img/content/what-our-clients-say.jpg");
}

.nav-open {
  position: absolute;
  background: #000;
  color: #fff;
  padding: 0.5rem 0;
  text-align: center;
  width: 70%;
  left: 15%;
  top: 0;
  z-index: 999;
  cursor: pointer;
}
.nav-open:hover {
  font-weight: bold;
}
.nav-open.active {
  font-family: "basic-sans", sans-serif;
}
@media (max-width: 767px) {
  .nav-open {
    width: 60px;
    left: 0;
  }
}

#site-header nav {
  margin-left: 2%;
  overflow: hidden;
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 998;
}
@media (max-width: 767px) {
  #site-header nav {
    height: 100% !important;
  }
}
#site-header nav.closed {
  pointer-events: none;
}
#site-header .main-nav {
  background: #000;
  margin-left: 0;
  position: fixed;
  white-space: nowrap;
  transition: all 2s ease 0s;
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  width: 98%;
  height: 40px;
}
#site-header .main-nav.closed {
  margin-left: -100%;
  overflow: hidden;
  height: 40px;
  pointer-events: none;
}
#site-header .main-nav ul {
  position: relative;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  height: 40px;
  overflow: hidden;
  display: flex;
  list-style: none;
}
#site-header .main-nav li {
  position: relative;
  white-space: nowrap;
  flex: 1 1 auto;
}
#site-header .main-nav li.social {
  padding-left: 15px;
}
#site-header .main-nav li.current a {
  font-family: "basic-sans", sans-serif;
}
#site-header .main-nav a {
  padding: 0.5rem 0.5rem;
  max-width: 140px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  color: #fff;
  cursor: pointer;
}
#site-header .main-nav a div {
  display: block;
  text-align: center;
  margin: 0 auto;
}
#site-header .main-nav a:hover, #site-header .main-nav a:focus {
  font-weight: bold;
}
#site-header .main-nav a.blank {
  pointer-events: none;
}
#site-header .main-nav a i {
  color: #fff;
}
#site-header .main-nav a .fa-lg {
  margin-right: 10px;
}
#site-header .main-nav li.social a {
  padding: 0.5rem 0;
  display: inline-block;
  cursor: pointer;
  width: auto;
  max-width: auto;
}
#site-header .main-nav li.social a:hover, #site-header .main-nav li.social a:focus {
  background: #000;
}
@media (max-width: 767px) {
  #site-header .main-nav {
    height: auto !important;
    margin-left: 50px;
    width: 100%;
    margin-top: 0;
    overflow: auto;
  }
  #site-header .main-nav.closed {
    margin-top: -200%;
    overflow: auto;
    height: auto !important;
    margin-left: 50px;
  }
  #site-header .main-nav ul {
    height: 100% !important;
    display: block;
    width: 100%;
    margin-left: -30px;
    padding-bottom: 50px;
  }
  #site-header .main-nav li {
    white-space: wrap;
    flex: normal;
    text-align: center;
  }
  #site-header .main-nav a {
    display: block;
    max-width: 100%;
    text-align: center;
  }
}
#site-header .main-nav .icon {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 1rem;
  fill: #999;
}
#site-header .main-nav.outlines * {
  outline: 1px solid rgba(255, 0, 0, 0.5);
}

.options {
  text-align: center;
  padding: 2rem 0;
}
.options select {
  margin-right: 2rem;
}

@media (min-width: 1000px) {
  .main-nav a {
    max-width: 500px;
  }
  .main-nav .icon {
    width: 25px;
    height: 25px;
  }
}
.testimonials-grid {
  background: #f29446;
  margin-top: -1px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .testimonials-grid .row,
.testimonials-grid .container,
.testimonials-grid .container-fluid,
.testimonials-grid .colpad {
    margin: 0 auto;
    padding: 0;
  }
}
.testimonials-grid h4 {
  color: rgba(0, 0, 0, 0.5);
}
.testimonials-grid h2 {
  font-size: 3.5em;
  line-height: 0.9em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
.testimonials-grid h3 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5em;
}
.testimonials-grid .row {
  margin-left: 0;
  margin-right: 0;
}
.testimonials-grid .testimonials-grid__item {
  color: #fff;
  box-sizing: border-box;
  position: relative;
}
.testimonials-grid .testimonials-grid__item p {
  font-size: 1em;
}
.testimonials-grid .testimonials-grid__item .blockquote {
  padding-top: 90px;
  position: relative;
  margin-bottom: 50px;
}
.testimonials-grid .testimonials-grid__item .blockquote p {
  position: relative;
  z-index: 2;
}
.testimonials-grid .blockquote-footer {
  color: #fff;
}
.testimonials-grid .blockquote-footer cite {
  font-family: "basic-sans", sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
}
.testimonials-grid .blockquote-footer::before {
  content: "";
}
.testimonials-grid .testimonials-grid__item__quote {
  position: absolute;
  color: #d46731;
  font-family: "basic-sans", sans-serif;
  font-size: 7em;
  font-weight: bold;
  z-index: 1;
}
.testimonials-grid .testimonials-grid__item__quote--left {
  left: -10px;
  top: -20px;
}
.testimonials-grid .testimonials-grid__item__quote--right {
  bottom: -20px;
  margin-bottom: -30px;
  right: 10px;
}

.location-grid {
  position: relative;
  z-index: 10;
}
@media (min-width: 767px) {
  .location-grid {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .location-grid .row,
.location-grid .container,
.location-grid .container-fluid,
.location-grid .colpad {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 576px) {
  .location-grid p {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .location-grid p {
    font-size: 1.1em;
  }
}
@media (min-width: 1500px) {
  .location-grid p {
    font-size: 1.3em;
  }
}
.location-grid h2 {
  font-size: 3.5em;
  line-height: 0.9em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
.location-grid .col-md-4 {
  min-height: 600px;
}
@media (max-width: 767px) {
  .location-grid .col-md-4 {
    min-height: 400px;
    height: 100%;
  }
}
.location-grid .location-grid__info {
  background: #4d4d4d;
  padding: 2% 2% 2%;
  color: #fff;
}
@media (max-width: 767px) {
  .location-grid .location-grid__info {
    padding: 30px 20px 80px 20px;
  }
}
.location-grid .location-grid__info a {
  color: #fff;
}
.location-grid .location-grid__info p.copyright {
  position: absolute;
  bottom: 0;
}
.location-grid .location-grid__london {
  background-size: cover;
  background-repeat: none;
  cursor: pointer;
  background-position: center;
  background-image: url("/img/content/TWU_TileImagery_Home_Gloucester.jpg");
}
.location-grid .location-grid__map {
  padding: 0;
}
.location-grid .location-grid__map #map {
  position: absolute;
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.location-grid .location-grid__map #map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.location-grid .location-grid__glasgow {
  background-size: cover;
  background-repeat: none;
  cursor: pointer;
  background-position: center;
  background-image: url("../img/elements/twu-location-glasgow__photo.jpg");
  transition: all 0.5s ease-in-out;
}
.location-grid .location-grid__glasgow:hover {
  background-image: url("../img/elements/twu-location-glasgow__map.jpg");
}

.wudies .case-studies__study .row {
  margin-left: 0;
  margin-right: 0;
}
.wudies .case-studies__study .case-studies__study__text {
  padding: 50px;
}
.wudies .case-studies__study .case-studies__study__text p {
  max-width: 500px;
}
.wudies .case-studies__study .case-studies__study__image {
  overflow: hidden;
  width: 100%;
  height: 400px;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 1500px) {
  .wudies .case-studies__study .case-studies__study__image {
    height: 600px;
  }
}
.wudies .case-studies__study .case-studies__study__image .case-studies__study__image__content {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s;
  background-position: center;
}
.wudies .case-studies__study .case-studies__study__image .case-studies__study__image__content span {
  color: white;
  /* Good thing we set a fallback color! */
  font-family: sans-serif;
  padding: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all 0.5s;
  opacity: 0;
  font-family: "basic-sans", sans-serif;
  font-weight: 300;
  font-size: 1.5em;
}
.wudies .case-studies__study .case-studies__study__image .case-studies__study__image__content::before {
  content: "";
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  left: 0;
}
.wudies .case-studies__study .case-studies__study__image:hover .case-studies__study__image__content span {
  opacity: 1;
}
.wudies .case-studies__study .case-studies__study__image:hover .case-studies__study__image__content::before {
  opacity: 1;
}
.wudies .case-studies__study .case-studies__study__image:focus .case-studies__study__image__content span {
  opacity: 1;
}
.wudies .case-studies__study .case-studies__study__image:focus .case-studies__study__image__content::before {
  opacity: 1;
}
.wudies .case-studies__study--overhang .case-studies__study__image__content {
  background-image: url("../img/content/overhang-bottle-hero--square.jpg");
}
.wudies .case-studies__study--overhang .case-studies__study__image__content::before {
  background-color: rgba(225, 112, 31, 0.75);
}
.wudies .case-studies__study--heather .case-studies__study__image__content {
  background-image: url("../img/content/heather-hero--square.jpg");
}
.wudies .case-studies__study--heather .case-studies__study__image__content::before {
  background-color: rgba(135, 164, 112, 0.75);
}
.wudies .case-studies__study--freeist .case-studies__study__image__content {
  background-image: url("../img/content/freeist-hero--square.jpg");
}
.wudies .case-studies__study--freeist .case-studies__study__image__content::before {
  background-color: rgba(143, 70, 152, 0.75);
}
.wudies .case-studies__study--teaforia .case-studies__study__image__content {
  background-image: url("../img/content/teaforia-hero--square.jpg");
}
.wudies .case-studies__study--teaforia .case-studies__study__image__content::before {
  background-color: rgba(0, 0, 0, 0.75);
}

.case-studies-grid {
  position: relative;
  z-index: 10;
}
.case-studies-grid .row {
  margin-left: 0;
  marign-right: 0;
}
.case-studies-grid .case-studies-grid__item {
  overflow: hidden;
  width: 100%;
  height: 450px;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 1500px) {
  .case-studies-grid .case-studies-grid__item {
    height: 600px;
  }
}
.case-studies-grid .case-studies-grid__item--overhang .case-studies-grid__item__image {
  background-image: url("../img/content/overhang-bottle-hero--square.jpg");
}
.case-studies-grid .case-studies-grid__item--overhang .case-studies-grid__item__image::before {
  background-color: rgba(225, 112, 31, 0.75);
}
.case-studies-grid .case-studies-grid__item--heather .case-studies-grid__item__image {
  background-image: url("../img/content/heather-hero--square.jpg");
}
.case-studies-grid .case-studies-grid__item--heather .case-studies-grid__item__image::before {
  background-color: rgba(135, 164, 112, 0.75);
}
.case-studies-grid .case-studies-grid__item--freeist .case-studies-grid__item__image {
  background-image: url("../img/content/freeist-hero--square.jpg");
}
.case-studies-grid .case-studies-grid__item--freeist .case-studies-grid__item__image::before {
  background-color: rgba(143, 70, 152, 0.75);
}
.case-studies-grid .case-studies-grid__item--teaforia .case-studies-grid__item__image {
  background-image: url("../img/content/teaforia-hero--square.jpg");
}
.case-studies-grid .case-studies-grid__item--teaforia .case-studies-grid__item__image::before {
  background-color: rgba(0, 0, 0, 0.75);
}
.case-studies-grid .case-studies-grid__item--genesis .case-studies-grid__item__image {
  background-image: url("../img/content/genesis-hero--square.jpg");
}
.case-studies-grid .case-studies-grid__item--genesis .case-studies-grid__item__image::before {
  background-color: rgba(184, 152, 94, 0.75);
}
.case-studies-grid .case-studies-grid__item--unilever .case-studies-grid__item__image {
  background-image: url("../img/content/unilever-hero--square.jpg");
}
.case-studies-grid .case-studies-grid__item--unilever .case-studies-grid__item__image::before {
  background-color: rgba(19, 17, 142, 0.75);
}
.case-studies-grid .case-studies-grid__item .case-studies-grid__item__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s;
  background-position: center;
}
.case-studies-grid .case-studies-grid__item .case-studies-grid__item__image span {
  color: white;
  /* Good thing we set a fallback color! */
  font-family: sans-serif;
  padding: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all 0.5s;
  opacity: 0;
  font-family: "basic-sans", sans-serif;
  font-weight: 300;
  font-size: 1.5em;
}
.case-studies-grid .case-studies-grid__item .case-studies-grid__item__image::before {
  content: "";
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  left: 0;
}
.case-studies-grid .case-studies-grid__item:hover .case-studies-grid__item__image span {
  opacity: 1;
}
.case-studies-grid .case-studies-grid__item:hover .case-studies-grid__item__image::before {
  opacity: 1;
}
.case-studies-grid .case-studies-grid__item:focus .case-studies-grid__item__image span {
  opacity: 1;
}
.case-studies-grid .case-studies-grid__item:focus .case-studies-grid__item__image::before {
  opacity: 1;
}

#our-work {
  position: relative;
  z-index: 100;
  margin-top: -10px;
  padding-top: 0;
}

@media (min-width: 576px) {
  #case-study-page .section--heading h2 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  #case-study-page .section--heading h2 {
    font-size: 1.9em;
  }
}
@media (min-width: 1500px) {
  #case-study-page .section--heading h2 {
    font-size: 2.1em;
  }
}
@media (min-width: 576px) {
  #case-study-page .section--heading p {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  #case-study-page .section--heading p {
    font-size: 1.1em;
  }
}
@media (min-width: 1500px) {
  #case-study-page .section--heading p {
    font-size: 1.3em;
  }
}
#case-study-page .section--heading__text {
  margin: 0 auto;
  max-width: 500px;
}
#case-study-page .case-study__floating-el {
  position: absolute;
  z-index: 10;
  left: 15%;
  color: #fff;
  pointer-events: none;
  font-family: "basic-sans", sans-serif;
  font-size: 2em;
}
#case-study-page .case-study__floating-el--right {
  left: auto;
  right: 10%;
}
#case-study-page .case-study__logo {
  width: 100%;
  height: 100%;
  max-width: 700px;
}
#case-study-page .case-study__logo img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  #case-study-page .case-study__logo {
    padding: 30px 0 30px;
  }
}
#case-study-page .section--parallax {
  z-index: 5 !important;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0x);
}
@media (max-width: 767px) {
  #case-study-page .section--parallax {
    background-attachment: scroll;
    background-position: center center;
    height: 100%;
    min-height: 300px;
  }
}
#case-study-page .parallax-window {
  min-height: 400px;
}
@media (max-width: 767px) {
  #case-study-page .section--heading__text {
    padding-top: 50px;
  }
}
#case-study-page .section--video {
  position: relative;
}
#case-study-page .section--video__fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: -100 !important;
}
#case-study-page .section--video__fullscreen__video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 767px) {
  #case-study-page .section--video__fullscreen__video {
    margin-left: -50%;
    min-width: auto;
  }
}
#case-study-page.case-study--overhang .section--overhang--01 {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767px) {
  #case-study-page.case-study--overhang .section--overhang--01 {
    padding-left: 0;
  }
}
#case-study-page.case-study--overhang .section--overhang--01 h2 {
  font-weight: bold;
}
#case-study-page.case-study--marmite .section--marmite--01 {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767px) {
  #case-study-page.case-study--marmite .section--marmite--01 {
    padding-left: 0;
  }
}
#case-study-page.case-study--marmite .section--marmite--01 h2 {
  font-weight: bold;
}
#case-study-page.case-study--heather .section--heather--01 {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767px) {
  #case-study-page.case-study--heather .section--heather--01 {
    padding-left: 0;
  }
}
#case-study-page.case-study--heather .section--heather--01 h2 {
  font-weight: bold;
}
#case-study-page.case-study--teaforia .section--teaforia--01 {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767px) {
  #case-study-page.case-study--teaforia .section--teaforia--01 {
    padding-left: 0;
  }
}
#case-study-page.case-study--teaforia .section--teaforia--01 h2 {
  font-weight: bold;
}
#case-study-page.case-study--raincity .section--raincity--01 {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767px) {
  #case-study-page.case-study--raincity .section--raincity--01 {
    padding-left: 0;
  }
}
#case-study-page.case-study--raincity .section--raincity--01 h2 {
  font-weight: bold;
}
#case-study-page.case-study--lostcoast .section--lostcoast--01 {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767px) {
  #case-study-page.case-study--lostcoast .section--lostcoast--01 {
    padding-left: 0;
  }
}
#case-study-page.case-study--lostcoast .section--lostcoast--01 h2 {
  font-weight: bold;
}
#case-study-page.case-study--colmans .section--colmans--01 {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767px) {
  #case-study-page.case-study--colmans .section--colmans--01 {
    padding-left: 0;
  }
}
#case-study-page.case-study--colmans .section--colmans--01 h2 {
  font-weight: bold;
}
#case-study-page.case-study--wildings .section--wildings--01 {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767px) {
  #case-study-page.case-study--wildings .section--wildings--01 {
    padding-left: 0;
  }
}
#case-study-page.case-study--wildings .section--wildings--01 h2 {
  font-weight: bold;
}
#case-study-page.case-study--wildings .section--wildings--01 h2 {
  font-weight: bold;
  color: #fff;
}
#case-study-page.case-study--wildings .section--wildings--01 p {
  color: #fff;
}

.image-float {
  width: 50%;
  position: absolute;
  top: -100%;
  right: 10%;
}
.image-float img {
  width: 100%;
}
.image-float--bottom {
  top: auto;
  bottom: -35%;
}
.image-float--left {
  right: auto;
  left: 10%;
}

@media (min-width: 767px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .dtop {
    display: none;
  }
}
.blog-header {
  color: #fff;
  background: #4d4d4d;
}

.blog-header {
  min-height: 500px;
}
.blog-header .row {
  min-height: 500px;
}
.blog-header__image {
  height: 100%;
  width: 100%;
  background-size: cover;
}
.blog-header__image img {
  opacity: 0;
  height: 1px;
  width: 1px;
}
@media (max-width: 767px) {
  .blog-header__image {
    height: 350px;
  }
}
.blog-header h1.display-2,
.blog-header h1.display-3,
.blog-header h1.display-4 {
  font-weight: bold;
}
@media (max-width: 767px) {
  .blog-header h1.display-2,
.blog-header h1.display-3,
.blog-header h1.display-4 {
    font-size: 3rem;
  }
}
.blog-header .breadcrumb {
  background: none;
  padding: 0 0 0 5px;
}
.blog-header .breadcrumb li {
  color: rgba(255, 255, 255, 0.8);
}
.blog-header .breadcrumb li:before {
  color: rgba(255, 255, 255, 0.8);
}
.blog-header .breadcrumb a {
  color: #fff;
}

.blog-entries {
  background: #333;
  overflow: hidden;
}

.blog-entry-empty {
  text-align: center;
  padding: 45px 0;
  background: #fff;
}

.blog-entry {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.blog-entry.loaded {
  opacity: 1;
}
.blog-entry__text {
  position: absolute;
  left: 0;
  z-index: 2;
  display: none;
  text-align: center;
  color: #fff;
  background: #333;
  width: 100%;
  height: 100%;
}
.blog-entry__text h2 a:hover {
  text-decoration: none;
}
.blog-entry__text.text-shown {
  display: block !important;
}
.blog-entry__text__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.blog-entry__text__wrapper h2.display-4 {
  font-size: 3.5vw;
}
@media (max-width: 767px) {
  .blog-entry__text__wrapper h2.display-4 {
    font-size: 2.5rem;
  }
}
.blog-entry__text a {
  color: #fff;
}
.blog-entry__picture {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.blog-entry__picture img {
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
}
.blog-entry__picture.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.blog-entry__picture.compat-object-fit img {
  opacity: 0;
}
.blog-entry.section-title a:hover {
  text-decoration: none;
}
.blog-entry.section-title .blog-entry__text__wrapper {
  text-align: left;
  background: #b42929;
  align-items: flex-start;
  justify-content: center;
}
.blog-entry.section-title .blog-entry__text__wrapper a {
  font-weight: bold;
}
.blog-entry.section-title .blog-entry__text__wrapper h2 {
  font-size: 3.5em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}

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

.blog-share {
  text-align: center;
  padding: 100px 0;
  background: #4d4d4d;
  color: #fff;
}
.blog-share__list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.blog-share__list__item {
  margin-right: 30px;
}
.blog-share__list__item:last-child {
  margin-right: 0;
}

.blog-content__columns .col-md-6 > *:not(.block-img) {
  padding: 0 15px;
}
.blog-content__columns .col-md-6 > *:not(.block-img):first-child {
  margin-top: 30px;
}
.blog-content__columns .col-md-6 > *:not(.block-img):last-child {
  margin-bottom: 30px;
}
.blog-content__columns img {
  width: 100%;
  height: calc(50vw - 150px);
  object-fit: cover;
}
@media (max-width: 767px) {
  .blog-content__columns img {
    height: 350px;
  }
}
.blog-content__columns .block-img {
  margin: 0 !important;
  padding: 0 !important;
}
.blog-content__columns .block-img img {
  margin: 0 !important;
  padding: 0 !important;
}
.blog-content__full img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
}
@media (max-width: 767px) {
  .blog-content__full img {
    height: 350px;
  }
}
.blog-content__full .col-12 > *:not(.block-img) {
  padding: 0 15px;
}
.blog-content__full .col-12 > *:not(.block-img):first-child {
  margin-top: 30px;
}
.blog-content__full .col-12 > *:not(.block-img):last-child {
  margin-bottom: 30px;
}
.blog-content__full .block-img {
  margin: 0 !important;
  padding: 0 !important;
}
.blog-content__full .block-img img {
  margin: 0 !important;
  padding: 0 !important;
}

/*# sourceMappingURL=styles.css.map */
