@import url("https://fonts.googleapis.com/css?family=Nunito:400,700|Playfair+Display:400,700");
* {
  box-sizing: border-box; }

.brand-1 {
  color: #ef2756; }

html {
  font-size: 1em;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Nunito',sans-serif;
  background: #11161f;
  color: white; }

h1, h2, h3 {
  font-family: 'Playfair Display', serif; }

h1, .h1 {
  font-weight: normal;
  font-size: 4.8em;
  letter-spacing: -0.02em;
  margin-bottom: 1rem; }

h2, .h2 {
  font-size: 1.9em; }

h3, .h3 {
  font-size: 1.2em;
  font-weight: normal; }

p {
  color: #bababa;
  line-height: 1.62; }

a {
  color: white; }

.tagline {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em; }

.container {
  margin: 0 auto;
  width: 95%;
  max-width: 1100px; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.site_head {
  padding: 2em 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.site_logo {
  max-width: 15%; }

.site_footer {
  padding: 2em 0; }

.banner h1 {
  line-height: 1; }

.banner .banner_inner {
  padding-top: 14vh;
  padding-bottom: 4em;
  height: 75vh; }

.banner--wwf .banner_inner {
  background: url(../img/elephant.png) 66% 50% no-repeat;
  background-size: auto 90%;
  margin-top: 2em; }

.banner--wwf .banner_text {
  max-width: 33%; }

.banner--rt .banner_inner {
  background: url(../img/holiday.jpg) top center no-repeat;
  background-size: auto 90%; }

.banner--rt .banner_text {
  max-width: 33%; }

.banner--home .banner_inner {
  margin-top: 5vh;
  background: url(../img/dan.jpg) no-repeat bottom right;
  background-size: contain; }


.banner--plusnet .banner_inner {
  background: url(../img/plusnet-banner.jpg) top center no-repeat;
  background-size: auto 90%; }

.social_nav {
  float: right;
  display: block;
  padding-top: 1em; }
  .social_nav a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    color: #b9b9b9;
    display: inline-block;
    font-size: 0.8em; }
    .social_nav a + a:before {
      content: "/";
      padding: 0 0.5em; }
    .social_nav a strong {
      color: white; }

.grid .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1em;
  max-height: 0;
  overflow: hidden; }

.grid .row.is_active {
  max-height: 9999px;
  overflow: visible; }
  .grid .row.is_active .grid_group {
    transition: opacity 0.5s ease-in 0.2s;
    opacity: 1; }
    .grid .row.is_active .grid_group:nth-child(2) {
      transition-delay: 0.4s; }

.grid_group {
  width: 67%;
  opacity: 0; }
  .grid_group--tall {
    width: 33%; }
    .grid_group--tall .grid_item {
      height: calc(100% - 1em); }
  .grid_group:last-child .grid_item {
    margin-left: 0; }

.grid_item {
  position: relative;
  background: white;
  margin: 0 1em 1em 1em;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: bottom right; }
  .grid_item:before {
    position: relative;
    content: '';
    display: block;
    padding-top: 40%;
    width: 100%; }
  .grid_item p {
    color: white; }
  .grid_item h2 {
    margin-bottom: 0;
    line-height: 1.2; }
  .grid_item--wwf {
    background-image: url(../img/wwf.jpg); }
  .grid_item--rt {
    background-image: url(../img/responsible-travel.jpg);
    background-position: 50% 50%; }
  .grid_item--jlr {
    background-image: url(../img/jlr.jpg);
    background-position: top left; }
  .grid_item--chatsworth {
    background-image: url(../img/chatsworth.jpg);
    background-position: top left; }
  .grid_item--pl {
    background-image: url(../img/pl.jpg);
    background-position: top center; }
  .grid_item--mccain {
    background-image: url(../img/mccain.jpg);
    background-position: top center; }
  .grid_item--bae {
    background-image: url(../img/bae.jpg);
    background-position: top center; }
  .grid_item--ee {
    background-image: url(../img/ee.jpg);
    background-position: 50% 50%; }
  .grid_item--cin {
    background-image: url(../img/cin.jpg);
    background-size: auto 100%;
    background-color: #cb254b; }

.grid_item--plusnet {
    background-image: url(../img/plusnet.jpg);
    background-size: auto 100%;
    background-color: #87005f; }

  .grid_item .logo {
    position: absolute;
    width: 4em;
    height: 4em;
    background: white; }
    .grid_item .logo--tl {
      top: -0.5em;
      left: -0.5em; }
    .grid_item .logo--tr {
      top: -0.5em;
      right: -0.5em; }
    .grid_item .logo--br {
      bottom: -0.5em;
      right: -0.5em; }
    .grid_item .logo--bl {
      bottom: -0.5em;
      left: -0.5em; }

.show-more {
  display: inline-block;
  text-decoration: underline;
  margin: 1em auto;
  color: white;
  border: none;
  font-size: 1em;
  width: 100%;
  background: none; }

.grid_item_inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2.5em 2em 1em 2em; }

.dt-br {
  display: block; }

.btn {
  display: inline-block;
  border-radius: 2px;
  background: white;
  cursor: pointer;
  color: #0f161f;
  text-decoration: none;
  padding: 0.8em 1.2em;
  font-size: 0.8em;
  text-transform: uppercase;
  border: none; }


ol li{margin-bottom:1em; }
.case_row {
  padding-top: 5em;
  padding-bottom: 2em; }
  .case_row:after {
    content: "";
    display: table;
    clear: both; }
  .case_row h2 {
    font-weight: normal;
    line-height: 1;
    margin-top: 0; }
  .case_row .col {
    float: left;
    display: block; }
    .case_row .col--primary {
      width: 33%;
      margin-right: 7%; }
    .case_row .col--secondary {
      margin-right: 0;
      width: 60%; }

.case_row .col--center{width: 500px; margin: 0 auto; max-width: 60%; float: none;}

  .case_row--invert .col--primary {
    margin-left: 7%;
    float: right;
    margin-right: 0; }

.case_image {
  border: 1px solid white;
  padding: 1em;
  border-radius: 3px; }
.case_row img{ max-width:100%; height:auto; }
.case_row .center{margin: 0 auto; display: block;} 
.testimonial {
  background: white;
  padding: 4em;
  margin-top: 4em;
  text-align: center;
  color: #0f161f; }
  .testimonial .container {
    padding: 0 10%; }
  .testimonial p {
    color: #0f161f; }

.white_bg{
    color: #0f161f;   background: white; padding-top: 4em; padding-bottom: 4em;}

.white_bg *{  color: #0f161f; }

@media screen and (max-width: 1100px) {
  html {
    font-size: 1em; } }

@media screen and (max-width: 1000px) {
  html {
    font-size: 0.9em; }
  .case_row .col--primary {
    width: 43%; }
  .case_row .col--secondary {
    width: 50%; } }

@media screen and (max-width: 850px) {
  html {
    font-size: 0.8em; }
  .case_row .col--primary {
    width: 53%; }
  .case_row .col--secondary {
    width: 40%; } }

@media screen and (max-width: 767px) {
  .grid .row {
    display: block; }
  .grid_group {
    width: 100%;
    display: block; }
  .grid_item {
    height: auto; }
  .grid_group:last-child .grid_item {
    margin-left: 1em; }
  .case_row {
    padding: 2em 5%; }
    .case_row .col--primary {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      float: left;
      margin-bottom: 1em; }



      .case_row .col--center {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      max-width: 100%;
      float: left;
      margin-bottom: 1em; }
    .case_row .col--secondary {
      width: 100%; }
  .banner--wwf .banner_inner, .banner--rt .banner_inner {
    background-position: top right;
    padding: 30vh 5% 5% 5%;
    background-size: auto 30vh;
    background-position: top center;
    height: auto; }
  .banner--wwf .banner_text, .banner--rt .banner_text {
    max-width: none; } }

@media screen and (max-width: 500px) {
  .grid_item {
    position: relative; }
    .grid_item:before {
      position: relative;
      content: '';
      display: block;
      padding-top: 85%;
      width: 100%; }
  h1 {
    font-size: 3em; }
  .testimonial .container {
    padding: 0; } }
