@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-size: 0.625em; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

* {
  font-family: "lato", sans-serif;
  box-sizing: border-box; }

body {
  font-family: "lato", sans-serif; }

.holder {
  width: 100%;
  max-width: 1040px;
  padding: 0 2em;
  margin: 0 auto; }
  @media (max-width: 800px) {
    .holder {
      padding: 0 1em; } }

.styled-intro {
  display: block;
  width: 100%; }
  .styled-intro h1,
  .styled-intro h2,
  .styled-intro h3 {
    color: #414142;
    font-size: 4.8em !important;
    line-height: 1.25em !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    text-align: center !important; }
    @media (max-width: 767px) {
      .styled-intro h1,
      .styled-intro h2,
      .styled-intro h3 {
        font-size: 3em !important; } }
    .styled-intro h1 strong,
    .styled-intro h2 strong,
    .styled-intro h3 strong {
      font-weight: 700 !important;
      color: #df7d09 !important; }
  .styled-intro p {
    color: #414142 !important;
    max-width: 100% !important; }
    @media (max-width: 768px) {
      .styled-intro p {
        max-width: 90% !important; } }
  .styled-intro--white * {
    color: white !important; }
  .styled-intro--white p {
    color: white !important; }

.full-screen div.center header.styled-intro p a {
  color: #414142; }

.breadcrumbs {
  position: fixed;
  top: 50%;
  bottom: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 0;
  margin: 0;
  right: 0;
  z-index: 90; }
  @media (max-width: 768px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs li {
    display: inline-block;
    padding-right: 12px;
    margin-right: 12px;
    cursor: pointer; }
    .breadcrumbs li:last-child {
      padding: 0; }
    .breadcrumbs li span {
      height: 12px;
      width: 12px;
      display: block;
      border-width: 1px;
      border-style: solid;
      border-radius: 12px;
      margin-top: -7px;
      margin-left: -12px;
      border-color: #df7d09; }
      .breadcrumbs li span:hover {
        background: #df7d09; }
    .breadcrumbs li.active span {
      background-color: #df7d09; }

body.page-hotels .breadcrumbs li {
  border-color: #b0ad88; }
  body.page-hotels .breadcrumbs li span {
    border-color: #b0ad88; }
    body.page-hotels .breadcrumbs li span:hover {
      background: #b0ad88; }

body.page-living .breadcrumbs li {
  border-color: #ebb369; }
  body.page-living .breadcrumbs li span {
    border-color: #ebb369; }
    body.page-living .breadcrumbs li span:hover {
      background: #ebb369; }

body.page-workplace .breadcrumbs li {
  border-color: #8881ad; }
  body.page-workplace .breadcrumbs li span {
    border-color: #8881ad; }
    body.page-workplace .breadcrumbs li span:hover {
      background: #8881ad; }

body.page-leisure .breadcrumbs li {
  border-color: #6caeb7; }
  body.page-leisure .breadcrumbs li span {
    border-color: #6caeb7; }
    body.page-leisure .breadcrumbs li span:hover {
      background: #6caeb7; }

header.main-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  z-index: 2147483647; }
  header.main-menu.white-bg nav > div > ul > li > a {
    color: #000; }
    @media (max-width: 768px) {
      header.main-menu.white-bg nav > div > ul > li > a {
        color: white; } }
  header.main-menu.white-bg .dark-logo {
    display: block; }
  header.main-menu.white-bg .white-logo {
    display: none; }
  header.main-menu.white-bg .navicon {
    color: #414142;
    border-color: #414142; }
  header.main-menu.white-bg .navicon {
    color: black; }
  header.main-menu.scrolling {
    background: #414142; }
    header.main-menu.scrolling .dark-logo {
      display: block; }
    header.main-menu.scrolling .white-logo {
      display: none; }
    header.main-menu.scrolling .navicon {
      color: black; }
      header.main-menu.scrolling .menu > li > a {
        color: #FFFFFF; }
    @media (min-width: 769px) {
      header.main-menu.scrolling .menu > li > a {
        color: #FFFFFF; } }
  header.main-menu .dark-logo {
    display: none; }
  header.main-menu nav {
    display: flex;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em; }
    @media (min-width: 769px) {
      header.main-menu nav {
        padding-bottom: 2em;
        align-items: flex-end; } }
    header.main-menu nav .menu-main-navigation-container {
      flex-grow: 1;
      width: 65%;
      text-align: right; }
      @media (max-width: 1010px) {
        header.main-menu nav .menu-main-navigation-container {
          width: 70%; } }
      @media (max-width: 940px) {
        header.main-menu nav .menu-main-navigation-container {
          width: 80%; } }
      @media (max-width: 768px) {
        header.main-menu nav .menu-main-navigation-container {
          text-align: left;
          display: none;
          position: fixed;
          top: 0px;
          width: 100%;
          min-height: 100vh;
          left: 0;
          transition: 0.2s all ease;
          background: #383c3e;
          z-index: 2147483647;
          text-align: center;
          padding-top: 25px;
          align-items: center;
          justify-content: center; }
          header.main-menu nav .menu-main-navigation-container.active {
            display: flex; } }
    header.main-menu nav #menu-main-navigation {
      display: flex;
      flex-direction: column; }
      @media (max-width: 768px) {
        header.main-menu nav #menu-main-navigation {
          flex: 1 0 auto;
          padding: 0 25px; } }
      @media (min-width: 769px) {
        header.main-menu nav #menu-main-navigation {
          flex-direction: row;
          justify-content: flex-end;
          margin-bottom: -5px; }
          header.main-menu nav #menu-main-navigation > li > a {
            padding-bottom: 5px;
            border-bottom: 1px solid transparent; } }
      header.main-menu nav #menu-main-navigation > li a:after {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -2px;
        z-index: 100; }
        @media (max-width: 768px) {
          header.main-menu nav #menu-main-navigation > li a:after {
            bottom: -4px; } }
    @media (min-width: 768px) {
      header.main-menu nav ul li {
        margin: 0 2em;
        flex: 0 0 auto;
        position: relative; } }
    @media (max-width: 826px) {
      header.main-menu nav ul li {
        margin: 0 0; } }
    header.main-menu nav ul li.mobileActive > a {
      color: #df7d09; }
    header.main-menu nav ul li.mobileActive ~ li a {
      color: #697073; }
    header.main-menu nav ul li a {
      position: relative;
      top: 0;
      opacity: 1;
      transition: all 0.25s linear;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 1.6em;
      padding: 0 0 0.25em;
      color: #fff;
      background: none;
      font-weight: 300;
      display: block; }
      @media (max-width: 825px) {
        header.main-menu nav ul li a {
          padding: 0 0.5em; } }
      @media (max-width: 768px) {
        header.main-menu nav ul li a {
          font-weight: 400;
          position: relative;
          display: inline-block;
          border-bottom: 1px solid transparent;
          padding: 1em 0;
          font-size: 2em; }
          header.main-menu nav ul li a:hover {
            color: #df7d09 !important; } }
      @media (max-width: 405px) {
        header.main-menu nav ul li a {
          font-size: 1.75em; } }
    header.main-menu nav ul li:first-of-type {
      padding-left: 0;
      margin-left: 0; }
    header.main-menu nav ul li:last-of-type {
      padding-right: 0;
      margin-right: 0; }
    header.main-menu nav ul li ul {
      display: none;
      position: absolute;
      padding-top: 1rem;
      width: 100%;
      left: 0;
      text-align: left;
      min-width: 325px;
      margin-top: -1px;
      z-index: 999; }
      @media (max-width: 768px) {
        header.main-menu nav ul li ul {
          text-align: center; } }
      header.main-menu nav ul li ul li {
        display: block;
        background: none;
        border: none !important;
        text-decoration: none !important;
        margin: 0 !important;
        background: rgba(65, 65, 66, 0.85); }
        @media (max-width: 768px) {
          header.main-menu nav ul li ul li {
            display: block;
            background: transparent; } }
        header.main-menu nav ul li ul li a {
          display: inline-block;
          padding: .75em 1em;
          font-size: 1.6em;
          color: rgba(255, 255, 255, 0.75);
          transition: all .2s ease;
          border-left: 2px solid transparent;
          text-decoration: none !important;
          text-shadow: none !important; }
          @media (min-width: 769px) {
            header.main-menu nav ul li ul li a:hover {
              border-left: 2px solid #df7d09;
              color: #fff !important; } }
          @media (max-width: 768px) {
            header.main-menu nav ul li ul li a {
              border-left: none;
              color: #fff;
              font-size: 2em; } }
          @media (max-width: 405px) {
            header.main-menu nav ul li ul li a {
              font-size: 1.6em; } }
        header.main-menu nav ul li ul li.current_page_item a {
          color: #fff !important;
          border-left: 2px solid #df7d09; }
      @media (max-width: 768px) {
        header.main-menu nav ul li ul {
          width: 100%;
          position: static;
          padding-top: 0; }
          header.main-menu nav ul li ul a {
            display: inline-block;
            color: rgba(255, 255, 255, 0.7); } }
    @media (min-width: 769px) {
      header.main-menu nav ul li:hover ul {
        display: block; } }
    header.main-menu nav figure.logo {
      display: block;
      flex: 0 0 200px; }
      header.main-menu nav figure.logo img {
        position: relative;
        top: 0.5em;
        max-width: 200px; }
    header.main-menu nav .navicon {
      display: none; }
      @media (max-width: 768px) {
        header.main-menu nav .navicon {
          display: block;
          flex-grow: 1;
          color: white;
          text-decoration: none;
          font-size: 2em;
          font-weight: 400;
          text-align: right; }
          header.main-menu nav .navicon span {
            margin-right: 0.25em;
            width: 45px;
            display: inline-block;
            height: 30px;
            padding: 5px 0;
            position: relative;
            background: url("../fonts/navicon.svg") no-repeat 0 0/contain; } }
  header.main-menu .closeicon {
    display: none; }
    @media (max-width: 768px) {
      header.main-menu .closeicon {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        background: url("../images/close.png") no-repeat 50% 50%/contain;
        z-index: 9999999999; } }

@media (max-width: 768px) {
  body.menuOpen {
    overflow: hidden; }
    body.menuOpen .closeicon {
      display: block; } }

@media (min-width: 769px) {
  header.main-menu ul#menu-main-navigation > li:hover > a,
  header.main-menu ul#menu-main-navigation > li.current-menu-parent > a,
  header.main-menu ul#menu-main-navigation > li.current-menu-item > a {
    border-bottom: 1px solid #df7d09; }
    header.main-menu ul#menu-main-navigation > li:hover > a:after,
    header.main-menu ul#menu-main-navigation > li.current-menu-parent > a:after,
    header.main-menu ul#menu-main-navigation > li.current-menu-item > a:after {
      border-bottom: 1px solid #df7d09; } }

@media (max-width: 768px) {
  header.main-menu ul#menu-main-navigation li.current-menu-item a {
    color: #df7d09 !important; } }

body:not('.home') > header + .full-screen {
  margin-top: 50px; }

.full-screen {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8em 0;
  background-color: #fff;
  overflow: hidden; }
  @media (min-height: 600px) {
    .full-screen {
      min-height: 100vh !important; } }
  @media (max-height: 600px) {
    .full-screen {
      min-height: 580px !important; } }
  .full-screen-video-overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    content: "";
    z-index: 1; }
  .full-screen--no-pad {
    padding: 0; }
  @media (max-width: 768px) {
    .full-screen.stacks {
      height: 60vh; } }
  @media (max-width: 768px) {
    .full-screen {
      height: auto;
      min-height: 450px; } }
  .full-screen.half-screen {
    min-height: 50vh !important;
    height: auto;
    padding: 0; }
    @media (max-width: 768px) {
      .full-screen.half-screen {
        height: auto;
        overflow: hidden; } }
    .full-screen.half-screen header {
      padding: 2rem 0; }
  @media (max-width: 767px) {
    .full-screen.latest-articles {
      min-height: 0;
      padding: 3rem 0; } }
  .full-screen .scroll-down {
    position: fixed;
    bottom: 30px;
    right: 15px;
    height: 35px;
    width: 50px;
    display: block;
    cursor: pointer;
    z-index: 30; }
    @media (max-width: 768px) {
      .full-screen .scroll-down {
        display: none; } }
    .full-screen .scroll-down.white {
      background: transparent url("../images/scroll-down-orange.png") no-repeat center bottom; }
    .full-screen .scroll-down.black {
      background: transparent url("../images/scroll-down-orange.png") no-repeat center bottom; }
  .full-screen div.center {
    display: table;
    height: 100%;
    text-align: center; }
    .full-screen div.center header {
      display: table-cell;
      vertical-align: middle;
      height: 100%; }
      .full-screen div.center header img {
        margin-bottom: 2em;
        max-width: 100%;
        height: auto; }
      .full-screen div.center header .quote-heading, .full-screen div.center header p {
        max-width: 760px;
        margin: 0 auto;
        color: #fff;
        font-weight: 300;
        line-height: 1.4em;
        margin-bottom: 1.5em;
        font-size: 2.3em; }
        @media (max-width: 700px) {
          .full-screen div.center header .quote-heading, .full-screen div.center header p {
            font-size: 2em; } }
        .full-screen div.center header .quote-heading a, .full-screen div.center header p a {
          color: #BBBDBF;
          text-decoration: none; }
      .full-screen div.center header .quote-heading {
        font-size: 3.2em;
        font-weight: 400;
        text-transform: uppercase;
        width: 100%;
        max-width: 100%;
        letter-spacing: 1px; }
        .full-screen div.center header .quote-heading strong {
          font-weight: 600;
          display: block;
          font-size: 1.4em; }
      .full-screen div.center header > a {
        text-decoration: none;
        margin: 0 .25em; }

body.single-casestudies .full-screen div.center header h1 strong {
  display: inline; }

body.page-template-home .get-in-touch {
  height: 670px !important;
  min-height: 670px !important; }

.fullvideo {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
  height: 110%; }

.half-width {
  height: 100%;
  width: 49.5%;
  padding: 8em 0;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  overflow-y: scroll; }
  @media (max-width: 768px) {
    .half-width {
      width: 100%;
      display: block;
      padding: 4em 0;
      overflow: visible;
      height: auto;
      min-height: 400px;
      display: flex;
      align-items: center; } }
  @media (max-width: 768px) {
    .half-width .holder {
      padding: 4em 0; } }

.full-screen .half-width {
  padding: 0; }

.home-hero {
  background: url("../images/home-bg.jpg") no-repeat center;
  background-size: cover;
  max-height: 100vh; }
  @media (max-width: 768px) {
    .home-hero {
      min-height: 100vh;
      height: 100vh; } }
  .home-hero .owl-controls {
    display: none; }
  .home-hero .quote-body {
    font-size: 1.4em; }
    .home-hero .quote-body h1 {
      font-size: 6rem; }
    .home-hero .quote-body h2 {
      font-size: 5rem; }
    .home-hero .quote-body h3 {
      font-size: 4rem; }
    .home-hero .quote-body h4 {
      font-size: 60px;
      line-height: 65px;
      font-weight: 300; }
    .home-hero .quote-body h5 {
      font-size: 2.5rem;
      font-weight: 600; }
    .home-hero .quote-body h6 {
      font-size: 1rem; }
    .home-hero .quote-body p {
      font-size: 1rem; }
    .home-hero .quote-body * {
      line-height: 1.1em;
      color: #fff; }
    @media (max-width: 768px) {
      .home-hero .quote-body h1 {
        font-size: 4rem; }
      .home-hero .quote-body h2 {
        font-size: 3.5rem; }
      .home-hero .quote-body h3 {
        font-size: 3rem; }
      .home-hero .quote-body h4 {
        font-size: 48px;
        line-height: 58px;
        font-weight: 300; }
      .home-hero .quote-body h5 {
        font-size: 30px;
        line-height: 36px;
        font-weight: 600; }
      .home-hero .quote-body h6 {
        font-size: 1.5rem; } }
    @media (max-width: 360) {
      .home-hero .quote-body h4 {
        font-size: 30px; } }
  .home-hero .menu-homepage-footer-menu-container {
    position: fixed;
    bottom: 2em;
    left: 0;
    display: block;
    width: 100%; }
    .home-hero .menu-homepage-footer-menu-container ul {
      width: 60%;
      margin: 0 auto;
      display: table; }
      @media (max-width: 500px) {
        .home-hero .menu-homepage-footer-menu-container ul {
          width: 95%; } }
      .home-hero .menu-homepage-footer-menu-container ul li {
        display: table-cell;
        text-align: center; }
        .home-hero .menu-homepage-footer-menu-container ul li a {
          text-transform: uppercase;
          position: relative;
          text-decoration: none;
          font-size: 1.4em;
          padding: 0 0em;
          color: #fff;
          font-weight: 400;
          text-align: center; }
          .home-hero .menu-homepage-footer-menu-container ul li a:hover {
            border-bottom: 1px solid #fff; }
            .home-hero .menu-homepage-footer-menu-container ul li a:hover:after {
              display: block; }
          .home-hero .menu-homepage-footer-menu-container ul li a:after {
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 100%;
            height: 1px;
            content: "";
            background: #fff;
            display: none; }
        .home-hero .menu-homepage-footer-menu-container ul li:first-of-type {
          padding-left: 0; }
        .home-hero .menu-homepage-footer-menu-container ul li:last-of-type {
          padding-right: 0; }
  .home-hero .home-footer {
    text-transform: uppercase;
    position: absolute;
    bottom: 1.4em;
    width: 100%;
    text-decoration: none;
    font-size: 1.6em;
    line-height: 1.5em;
    padding: 0;
    color: #fff;
    font-weight: 300;
    text-align: center;
    display: block;
    z-index: 10; }
    @media (max-width: 768px) {
      .home-hero .home-footer {
        width: 235px;
        left: 50%;
        margin-left: -117.5px; } }
  .home-hero .center {
    position: relative;
    z-index: 10; }
  .home-hero .fullscreen-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .home-hero .fullscreen-slider .owl-item {
      max-height: 100vh; }
      .home-hero .fullscreen-slider .owl-item .bgImage {
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }

.get-in-touch {
  max-height: 670px !important; }
  @media (max-width: 768px) {
    .get-in-touch {
      max-height: 760px !important;
      height: 760px !important;
      min-height: 760px !important; } }

.page-template-contact .get-in-touch {
  max-height: 100% !important; }
  @media (max-width: 768px) {
    .page-template-contact .get-in-touch {
      max-height: 100% !important;
      height: 100vh !important;
      min-height: 760px !important; } }

#input_1_6 {
  margin-top: 25px; }

.contact-form {
  background-color: #f1f1f1;
  min-height: 600px; }
  .contact-form form {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative; }
    .contact-form form label {
      display: none; }
    .contact-form form ul li {
      display: inline-block;
      width: 48%;
      margin-right: 3%;
      margin-bottom: 20px;
      position: relative; }
      @media (max-width: 600px) {
        .contact-form form ul li {
          width: 100%;
          margin-right: 0; } }
      .contact-form form ul li:nth-of-type(2n) {
        margin-right: 0; }
      .contact-form form ul li:last-of-type {
        width: 100%;
        margin-right: 0;
        display: block;
        margin-bottom: 0; }
    .contact-form form .validation_message {
      position: absolute;
      right: 10px;
      top: 5px;
      background: url("../images/error.png") no-repeat 0 0;
      width: 20px;
      height: 20px;
      background-size: contain;
      text-indent: -9999px; }
    .contact-form form input {
      border: none;
      background: transparent;
      padding: 0.75em 1em;
      font-size: 1.6em;
      font-weight: 400;
      display: block;
      width: 100%;
      box-shadow: none;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 0;
      box-shadow: none; }
    .contact-form form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
      text-transform: uppercase; }
    .contact-form form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      text-transform: uppercase; }
    .contact-form form :-ms-input-placeholder {
      /* IE 10+ */
      color: #fff;
      text-transform: uppercase; }
    .contact-form form :-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      text-transform: uppercase; }
    .contact-form form textarea {
      box-shadow: none;
      border: none;
      background: transparent;
      padding: 0.5em 0.75em;
      color: #fff;
      font-weight: 400;
      font-size: 1.6em;
      box-shadow: none;
      display: block;
      width: 100%;
      height: 185px;
      border: 1px solid #fff; }
    .contact-form form .ginput_container_checkbox {
      margin-top: .5rem;
      text-align: center; }
    .contact-form form .gform_footer {
      text-decoration: none;
      display: block; }
      .contact-form form .gform_footer #gform_ajax_spinner_1 {
        bottom: 5px;
        right: 5px;
        position: absolute; }
      .contact-form form .gform_footer input {
        outline: none;
        width: 185px;
        padding: 0;
        color: #fff;
        height: 45px;
        margin: 60px auto 0;
        background: #df7d09;
        box-shadow: none;
        border-radius: none;
        border: none;
        border-radius: 0;
        -webkit-appearance: none; }
        @media (max-width: 768px) {
          .contact-form form .gform_footer input {
            margin: 70px auto 0; } }
        .contact-form form .gform_footer input:hover {
          color: #fff !important;
          background: #ae6207; }
    .contact-form form .validation_error {
      display: none; }

.site-footer, .contact-hero__details {
  background: #414142;
  padding: 2rem 0;
  text-align: center; }
  @media (max-width: 600px) {
    .site-footer .hold > a, .contact-hero__details .hold > a {
      display: block; } }
  .site-footer a, .contact-hero__details a {
    color: #fff;
    font-size: 2.3em;
    text-decoration: none;
    margin: 0 .5rem;
    font-weight: 300;
    line-height: 1.3; }
    @media (max-width: 600px) {
      .site-footer a, .contact-hero__details a {
        line-height: 1.8; } }
    .site-footer a:hover, .contact-hero__details a:hover {
      color: #df7d09; }
    .site-footer a i, .contact-hero__details a i {
      color: #df7d09 !important; }
  .site-footer span, .contact-hero__details span {
    color: #df7d09;
    font-size: 2em; }
    @media (max-width: 600px) {
      .site-footer span, .contact-hero__details span {
        display: none; } }
  .site-footer__social {
    margin: 1rem 0 2rem; }
  .site-footer .menu, .contact-hero__details .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .site-footer .menu li, .contact-hero__details .menu li {
      text-align: left; }
      .site-footer .menu li:last-of-type a, .contact-hero__details .menu li:last-of-type a {
        border-right: 0; }
    .site-footer .menu a, .contact-hero__details .menu a {
      font-size: 1.2em;
      border-right: 1px solid #df7d09;
      padding: 0 .5em;
      text-transform: uppercase;
      margin: 0;
      display: inline-block !important; }
  .site-footer--white {
    background: #414142; }
    .site-footer--white a {
      color: #FFFFFF; }

.our-work-hero {
  background-color: white; }
  @media (max-width: 600px) {
    .our-work-hero {
      padding-top: 7.5rem; } }
  .our-work-hero p {
    color: #414142 !important;
    max-width: 755px !important;
    font-size: 23px !important;
    font-weight: 300 !important;
    line-height: 32px !important; }
    @media (max-width: 600px) {
      .our-work-hero p {
        font-size: 20px !important;
        line-height: 28px !important; } }
  .our-work-hero h1 {
    margin-bottom: 0.75em !important;
    font-size: 3rem;
    text-transform: uppercase;
    color: #414142;
    font-weight: 300; }
    @media (max-width: 767px) {
      .our-work-hero h1 {
        font-size: 30px !important;
        line-height: 36px !important; } }
    .our-work-hero h1 * {
      font-size: 1em !important;
      line-height: 1.25em !important;
      display: inline !important;
      color: #414142 !important;
      width: auto; }
    @media (max-width: 600px) {
      .our-work-hero h1 p {
        font-size: 30px !important;
        line-height: 36px !important; } }
    .our-work-hero h1 strong {
      font-weight: 700;
      color: #df7d09 !important; }

.our-work-testimonials {
  background-color: rgba(64, 64, 65, 0.8);
  background: url("../images/l-c-bg.jpg") no-repeat 0 50%;
  background-size: cover;
  position: relative;
  padding-top: 40vh;
  height: 100vh;
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .our-work-testimonials:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.75);
    z-index: 1;
    top: 0;
    left: 0; }
  .our-work-testimonials .owl-nav {
    display: none !important; }
  .our-work-testimonials .with-controls .owl-nav {
    display: block !important;
    text-align: center;
    bottom: -80px; }
  @media (max-width: 650px) {
    .our-work-testimonials {
      height: auto;
      padding-top: 75px; } }
  @media (max-height: 800px) {
    .our-work-testimonials {
      height: auto; } }
  .our-work-testimonials div.holder, .our-work-testimonials header {
    display: block !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5; }
  .our-work-testimonials h2 {
    margin-bottom: 0.5em !important;
    font-size: 3rem;
    text-transform: uppercase;
    color: white;
    font-weight: 400; }
    @media (max-width: 767px) {
      .our-work-testimonials h2 {
        font-size: 2rem; } }
    .our-work-testimonials h2 * {
      font-size: 1em !important;
      display: inline !important;
      color: white;
      width: auto; }
    .our-work-testimonials h2 strong {
      font-weight: bold;
      color: #df7d09; }
  .our-work-testimonials .testimonials {
    max-width: 55%;
    margin: 0 auto; }
    .our-work-testimonials .testimonials .owl-stage {
      padding-top: 2em; }
    @media (max-width: 768px) {
      .our-work-testimonials .testimonials {
        max-width: 90%; } }
    .our-work-testimonials .testimonials blockquote {
      color: white;
      font-size: 2em;
      line-height: 1.4em;
      margin-bottom: 2em;
      position: relative;
      quotes: "“" "”";
      padding-left: 55px;
      font-weight: 300;
      padding-right: 55px; }
      @media (max-width: 600px) {
        .our-work-testimonials .testimonials blockquote {
          padding-right: 30px;
          padding-left: 30px; } }
      .our-work-testimonials .testimonials blockquote:before, .our-work-testimonials .testimonials blockquote:after {
        display: block;
        position: absolute;
        color: #df7d09;
        font-weight: 500;
        font-size: 7.5em;
        font-family: Arial, sans-serif; }
        @media (max-width: 600px) {
          .our-work-testimonials .testimonials blockquote:before, .our-work-testimonials .testimonials blockquote:after {
            font-size: 4rem; } }
      .our-work-testimonials .testimonials blockquote:before {
        content: open-quote;
        position: absolute;
        top: -25px;
        left: 0;
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV"; }
      .our-work-testimonials .testimonials blockquote:after {
        content: close-quote;
        position: absolute;
        top: 35px;
        right: 0; }
    .our-work-testimonials .testimonials cite {
      display: block;
      color: white;
      font-size: 1.6em;
      line-height: 1.5em;
      font-weight: 700; }
      .our-work-testimonials .testimonials cite:last-of-type {
        font-weight: 400; }

.page-hotels .our-work-testimonials {
  background-image: url("../images/hotels.jpg"); }
  .page-hotels .our-work-testimonials:after {
    background: rgba(30, 30, 30, 0.5); }

.page-hotels .our-work-testimonials .testimonials blockquote:after, .page-hotels .our-work-testimonials .testimonials blockquote:before {
  color: #b0ad88; }

.page-leisure .our-work-testimonials {
  background-image: url("../images/leisure.jpg"); }

.page-leisure .our-work-testimonials .testimonials blockquote:after, .page-leisure .our-work-testimonials .testimonials blockquote:before {
  color: #6caeb7; }

.page-living .our-work-testimonials {
  background-image: url("../images/living.jpg"); }

.page-living .our-work-testimonials .testimonials blockquote:after, .page-living .our-work-testimonials .testimonials blockquote:before {
  color: #ebb369; }

.page-workplace .our-work-testimonials {
  background-image: url("../images/workplace.jpg"); }

.page-workplace .our-work-testimonials .testimonials blockquote:after, .page-workplace .our-work-testimonials .testimonials blockquote:before {
  color: #8881ad; }

.owl-pagination span {
  background: white !important;
  opacity: 1 !important; }

.our-work-clients {
  background-color: white; }
  .our-work-clients img:first-child {
    margin-bottom: 2.5em !important;
    margin-top: 7.5vh; }
  .our-work-clients p {
    color: #babcbe !important;
    max-width: 650px !important;
    font-size: 1.6em !important; }
  .our-work-clients .logos {
    width: 90%;
    margin: 2.5em auto 0;
    text-align: center;
    vertical-align: middle; }
    .our-work-clients .logos figure {
      width: 33%;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 600px) {
        .our-work-clients .logos figure {
          width: 100%; } }
      .our-work-clients .logos figure img {
        max-width: 70% !important;
        max-height: 65px; }

.case-studies {
  background-color: white;
  cursor: pointer;
  min-height: 350px;
  display: flex;
  flex-direction: row; }
  @media (max-width: 767px) {
    .case-studies {
      flex-direction: column; } }
  .case-studies.ignore {
    border-bottom: 5px solid #df7d09; }
  .case-studies.intro {
    background: #414142;
    cursor: default; }
    @media (max-width: 767px) {
      .case-studies.intro {
        padding-top: 4rem; } }
    .case-studies.intro p {
      color: white !important;
      margin-top: 2em !important;
      max-width: 800px !important; }
  .case-studies header img {
    margin-top: 5%;
    max-width: 375px;
    width: 90%; }
    @media (max-width: 768px) {
      .case-studies header img {
        width: 75%;
        margin-top: 5em; } }
  .case-studies figure {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    flex-grow: 1; }
    .case-studies figure:last-child {
      margin-left: -3px; }
    @media (max-width: 768px) {
      .case-studies figure {
        width: 100%;
        margin-left: 0; } }
    @media (max-width: 767px) {
      .case-studies figure.text {
        order: 2; } }
    .case-studies figure.text > div {
      width: 100%;
      height: 100%;
      max-height: 100%;
      background-color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 769px) {
    .case-studies .half-width {
      overflow: hidden; } }
  .case-studies h3 {
    text-transform: uppercase;
    font-size: 4.8em;
    color: #414142 !important;
    margin: 0 auto 1em;
    font-weight: 300;
    max-width: 95%; }
    @media (max-width: 767px) {
      .case-studies h3 {
        font-size: 2.8em; } }
  .case-studies p {
    color: #414142 !important;
    width: 75%;
    margin: 0 auto 1em; }
  .case-studies a {
    background: #df7d09;
    border: 1px solid #df7d09;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0.75em 1.5rem;
    display: block;
    max-width: 250px;
    margin: 1em auto 0;
    text-align: center;
    color: #fff !important;
    transition: all 0.25s ease;
    display: inline-block; }
    .case-studies a:hover {
      background: #fff;
      color: #414142 !important; }

.post-template-default .case-studies {
  cursor: default; }
  .post-template-default .case-studies.ignore {
    border-bottom: none; }

.meet-the-team {
  background: white; }
  @media (max-width: 1400px) {
    .meet-the-team .half-width {
      width: 39.5%; } }
  @media (max-width: 1400px) {
    .meet-the-team .half-width:last-of-type {
      width: 60%; } }
  @media (max-width: 768px) {
    .meet-the-team .half-width:last-of-type {
      width: 100%; } }
  @media (max-width: 768px) {
    .meet-the-team .half-width {
      width: 100%; } }
  .meet-the-team header h1 {
    color: #414142 !important;
    font-size: 3em !important;
    margin-bottom: 0 !important;
    min-height: 50px; }
    .meet-the-team header h1 p, .meet-the-team header h1 strong {
      line-height: 1em !important;
      color: #414142 !important;
      font-size: 1em !important;
      line-height: 1em !important;
      margin: 0;
      padding: 0;
      height: 0; }
    .meet-the-team header h1 p {
      line-height: 1.1em !important; }
  .meet-the-team header img {
    width: 100%;
    max-width: 194px; }
  .meet-the-team header p {
    color: #babcbe !important;
    max-width: 400px !important; }

.meet-the-team.case-study header img {
  margin: 2.5em 0 4em !important;
  border: none !important;
  text-decoration: none !important; }

.meet-the-team.case-study .half-width:first-child > div, .meet-the-team.case-study .half-width:first-child > div > header {
  display: block; }

.meet-the-team.case-study .half-width:first-child > div > header {
  height: 100vh;
  padding: 7.5vh 0 0; }

.meet-the-team.case-study .testimonials {
  margin: 0 auto;
  padding-top: 2em; }
  @media (max-width: 768px) {
    .meet-the-team.case-study .testimonials {
      max-width: 90%; } }
  .meet-the-team.case-study .testimonials blockquote {
    color: #414142;
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 2em;
    position: relative;
    quotes: "“" "”";
    padding-left: 40px;
    padding-right: 40px; }
    .meet-the-team.case-study .testimonials blockquote:before, .meet-the-team.case-study .testimonials blockquote:after {
      display: block;
      position: absolute;
      color: #B1AE89;
      font-weight: 500;
      font-size: 7.5em;
      font-family: Arial, sans-serif; }
    .meet-the-team.case-study .testimonials blockquote:before {
      content: open-quote;
      position: absolute;
      top: -25px;
      left: 0;
      -moz-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      -webkit-transform: scaleY(-1);
      transform: scaleY(-1);
      filter: FlipV;
      -ms-filter: "FlipV"; }
    .meet-the-team.case-study .testimonials blockquote:after {
      content: close-quote;
      position: absolute;
      top: 35px;
      right: 0; }
  .meet-the-team.case-study .testimonials cite {
    display: block;
    color: #414142;
    font-size: 1.8em;
    line-height: 1.6em; }

.team-members {
  background-color: white;
  text-align: left;
  vertical-align: top !important; }
  .team-members .member {
    display: inline-block;
    width: 33.3%;
    height: 50%;
    border: 1px solid white;
    margin: 0;
    max-height: 300px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .team-members .member.photos {
      width: 50%;
      max-height: 350px; }
      @media (max-width: 769px) {
        .team-members .member.photos {
          min-height: 350px; } }
      @media (max-width: 600px) {
        .team-members .member.photos {
          width: 100%;
          display: block; } }
    @media (min-width: 1050px) {
      .team-members .member {
        max-height: 400px; } }
    @media (max-width: 950px) {
      .team-members .member {
        width: 49.5%;
        max-height: 350px; } }
    @media (max-width: 400px) {
      .team-members .member {
        width: 100%; } }
    .team-members .member.hover_effect > div {
      opacity: 1; }
    .team-members .member > div {
      transition: opacity 0.25s ease;
      opacity: 0;
      height: 100%;
      width: 100%;
      padding: 0;
      margin: 0;
      vertical-align: top;
      overflow: hidden;
      display: table; }
      .team-members .member > div:hover {
        opacity: 1; }
      .team-members .member > div div {
        background: rgba(0, 0, 0, 0.6);
        overflow: hidden;
        height: 100%;
        display: table-cell;
        vertical-align: middle; }
    .team-members .member h4 {
      color: white;
      text-align: center;
      text-transform: uppercase;
      font-size: 1.4em;
      margin: 1em 0 0.25em;
      padding-left: 1em;
      padding-right: 1em;
      font-weight: bold; }
    .team-members .member h5 {
      color: #babcbe;
      text-align: center;
      font-size: 1.4em;
      margin: 0.5em 0 1em;
      padding-left: 1em;
      padding-right: 1em;
      font-weight: 400; }
    .team-members .member p {
      padding-left: 1em;
      padding-right: 1em;
      text-align: left;
      color: white !important;
      font-size: 1.4em !important;
      font-weight: 400; }

.about-troy-hero {
  position: relative;
  background: url("../images/Troy-HQ.jpg") no-repeat 50%;
  background-size: cover;
  background-color: rgba(64, 64, 65, 0.8);
  min-height: 660px; }
  .about-troy-hero header {
    z-index: 5;
    position: relative; }
  .about-troy-hero div.center header p {
    max-width: 500px; }
  .about-troy-hero:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1; }
  .about-troy-hero img {
    max-width: 250px;
    margin-bottom: 6em !important; }

.about-synergy-guarantee {
  background-color: #414142;
  min-height: 680px; }
  @media (max-width: 767px) {
    .about-synergy-guarantee.desktoponly {
      height: 0;
      min-height: 0 !important;
      overflow: hidden;
      padding: 0; } }
  .about-synergy-guarantee img {
    max-width: 300px;
    margin-bottom: 4em; }
  .about-synergy-guarantee h1, .about-synergy-guarantee h2 {
    max-width: 780px;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 767px) {
      .about-synergy-guarantee h1, .about-synergy-guarantee h2 {
        max-width: 90%;
        line-height: 1.4; } }
    .about-synergy-guarantee h1 *, .about-synergy-guarantee h2 * {
      font-weigt: 300 !important;
      font-size: 3rem !important;
      line-height: 3.8rem !important;
      color: white !important;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .about-synergy-guarantee h1 *, .about-synergy-guarantee h2 * {
          font-size: 30px !important;
          line-height: 36px !important; } }
    .about-synergy-guarantee h1 p, .about-synergy-guarantee h2 p {
      font-weight: 300 !important;
      width: 100% !important;
      max-width: 100% !important; }
    .about-synergy-guarantee h1 strong, .about-synergy-guarantee h2 strong {
      font-weight: 700 !important;
      color: #df7d09 !important; }
  .about-synergy-guarantee nav {
    margin-left: auto;
    margin-right: auto;
    width: 90%; }
    .about-synergy-guarantee nav ul {
      display: flex;
      justify-content: space-between; }
    @media (max-width: 650px) {
      .about-synergy-guarantee nav {
        width: 100%; } }
    .about-synergy-guarantee nav li {
      display: inline-block;
      text-align: center;
      padding: 1em 0;
      font-size: 2.3em;
      text-transform: uppercase;
      color: white;
      font-weight: 400; }
      @media (max-width: 767px) {
        .about-synergy-guarantee nav li {
          padding: 2em 1em 1em;
          font-size: 1.2em; } }
      @media (max-width: 650px) {
        .about-synergy-guarantee nav li {
          padding: 0;
          width: 49%;
          font-size: 1.1em; } }
      .about-synergy-guarantee nav li.active, .about-synergy-guarantee nav li:hover {
        color: #df7d09;
        cursor: pointer; }
        .about-synergy-guarantee nav li.active span, .about-synergy-guarantee nav li:hover span {
          border-color: #df7d09; }
        .about-synergy-guarantee nav li.active svg, .about-synergy-guarantee nav li.active path, .about-synergy-guarantee nav li:hover svg, .about-synergy-guarantee nav li:hover path {
          fill: #df7d09; }
      .about-synergy-guarantee nav li span {
        width: 75px;
        height: 75px;
        display: block;
        border-radius: 50%;
        border: 1px solid white;
        margin: 0 auto 1.25em;
        background-repeat: no-repeat;
        background-position: center;
        transition: background 0.1s ease;
        background-size: 40px; }
        @media (max-width: 767px) {
          .about-synergy-guarantee nav li span {
            width: 60px;
            height: 60px;
            border-radius: 60px;
            background-size: 60%; } }
        @media (max-width: 650px) {
          .about-synergy-guarantee nav li span {
            width: 80px;
            height: 80px;
            border-radius: 80px;
            background-size: 60%; } }
        .about-synergy-guarantee nav li span:hover, .about-synergy-guarantee nav li span.active {
          cursor: pointer; }
      @media (max-width: 650px) {
        .about-synergy-guarantee nav li.straight_talk {
          margin-bottom: 1.5rem; } }
      .about-synergy-guarantee nav li.straight_talk span {
        background-image: url("../images/straight-talk_off.png"); }
      .about-synergy-guarantee nav li.straight_talk:hover span, .about-synergy-guarantee nav li.straight_talk.active span {
        background-image: url("../images/straight-talk_on.png"); }
      @media (max-width: 650px) {
        .about-synergy-guarantee nav li.directors {
          margin-bottom: 1.5rem; } }
      .about-synergy-guarantee nav li.directors span {
        background-image: url("../images/directors_off.png"); }
      .about-synergy-guarantee nav li.directors:hover span, .about-synergy-guarantee nav li.directors.active span {
        background-image: url("../images/directors_on.png"); }
      .about-synergy-guarantee nav li.clarity span {
        background-image: url("../images/clarity_off.png"); }
      .about-synergy-guarantee nav li.clarity:hover span, .about-synergy-guarantee nav li.clarity.active span {
        background-image: url("../images/clarity_on.png"); }
      .about-synergy-guarantee nav li.imagination span {
        background-image: url("../images/imagination_off.png"); }
      .about-synergy-guarantee nav li.imagination:hover span, .about-synergy-guarantee nav li.imagination.active span {
        background-image: url("../images/imagination_on.png"); }
      .about-synergy-guarantee nav li.approach span {
        background-image: url("../images/approach.png");
        background-size: 50%; }
      .about-synergy-guarantee nav li.approach:hover span, .about-synergy-guarantee nav li.approach.active span {
        background-image: url("../images/approach_on.png"); }
      .about-synergy-guarantee nav li.brief span {
        background-image: url("../images/brief.png");
        background-size: 50%; }
      .about-synergy-guarantee nav li.brief:hover span, .about-synergy-guarantee nav li.brief.active span {
        background-image: url("../images/brief_on.png"); }
      .about-synergy-guarantee nav li.result span {
        background-image: url("../images/result.png");
        background-size: 50%; }
      .about-synergy-guarantee nav li.result:hover span, .about-synergy-guarantee nav li.result.active span {
        background-image: url("../images/result_on.png"); }
  .about-synergy-guarantee .content article {
    transition: opacity 1s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
    .about-synergy-guarantee .content article.active {
      height: auto;
      visibility: visible;
      opacity: 1; }
    .about-synergy-guarantee .content article p {
      font-weight: 300 !important;
      padding-top: 1em;
      max-width: 800px !important;
      font-size: 2.3em !important; }
      .about-synergy-guarantee .content article p strong {
        font-weight: bold !important; }
    @media (max-width: 767px) {
      .about-synergy-guarantee .content article {
        margin-top: 2em; }
        .about-synergy-guarantee .content article p {
          font-size: 20px !important; } }

.mobileCarousel {
  display: none; }
  @media (max-width: 767px) {
    .mobileCarousel {
      display: flex;
      justify-content: center;
      align-items: center; } }
  .mobileCarousel .iconSlider {
    position: relative;
    text-align: center;
    font-size: 1.8em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
    .mobileCarousel .iconSlider .owl-nav {
      position: absolute;
      top: 25px;
      justify-content: space-between;
      width: 100%;
      padding: 0 10px;
      left: 0;
      margin-left: 0; }
      .mobileCarousel .iconSlider .owl-nav .owl-prev, .mobileCarousel .iconSlider .owl-nav .owl-next {
        text-align: left;
        width: 35px;
        height: 35px;
        background: url("../images/back-w.png") no-repeat 0 0/contain;
        display: inline-block;
        font-size: 0; }
        @media (max-width: 767px) {
          .mobileCarousel .iconSlider .owl-nav .owl-prev, .mobileCarousel .iconSlider .owl-nav .owl-next {
            width: 48px;
            height: 48px; } }
      .mobileCarousel .iconSlider .owl-nav .owl-prev {
        display: none !important;
        float: left; }
      .mobileCarousel .iconSlider .owl-nav .owl-next {
        float: right;
        background: url("../images/next-w.png") no-repeat 100% 0/contain;
        animation: pulse 1s infinite;
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
    .mobileCarousel .iconSlider p {
      font-size: 18px;
      color: #fff;
      font-weight: 300;
      margin: 1em;
      line-height: 1.4;
      text-transform: none; }
      .mobileCarousel .iconSlider p strong {
        font-weight: 700; }
    .mobileCarousel .iconSlider li {
      font-size: 18px;
      font-weight: 400;
      color: #df7d09; }
      .mobileCarousel .iconSlider li > span {
        width: 72px;
        display: block;
        height: 72px;
        border: 1px solid #df7d09;
        border-radius: 36px;
        background: transparent;
        border-color: #df7d09;
        background-size: 40px;
        background-repeat: no-repeat;
        background-position: 50%;
        margin: 20px auto; }
      .mobileCarousel .iconSlider li.straight_talk > span {
        background-image: url("../images/straight-talk_on.png"); }
      .mobileCarousel .iconSlider li.directors > span {
        background-image: url("../images/directors_on.png"); }
      .mobileCarousel .iconSlider li.clarity > span {
        background-image: url("../images/clarity_on.png"); }
      .mobileCarousel .iconSlider li.imagination > span {
        background-image: url("../images/imagination_on.png"); }
      .mobileCarousel .iconSlider li.approach > span {
        background-image: url("../images/approach_on.png"); }
      .mobileCarousel .iconSlider li.brief > span {
        background-image: url("../images/brief_on.png"); }
      .mobileCarousel .iconSlider li.result > span {
        background-image: url("../images/result_on.png"); }

@-webkit-keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1.5); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1.5); } }

.about-troy-timeline {
  height: auto;
  min-height: auto; }
  @media (max-width: 700px) {
    .about-troy-timeline {
      padding: 4em 0; } }
  .about-troy-timeline h2 {
    font-size: 4.8em;
    text-transform: uppercase;
    font-weight: 300; }
    @media (max-width: 700px) {
      .about-troy-timeline h2 {
        font-size: 3em; } }
    .about-troy-timeline h2 strong {
      font-weight: 700;
      color: #df7d09; }
  .about-troy-timeline img {
    max-width: 250px; }
  .about-troy-timeline ol {
    max-width: 980px;
    margin: 10em auto 0; }
    @media (max-width: 700px) {
      .about-troy-timeline ol {
        padding-left: 0em;
        overflow: hidden;
        padding-top: 5em;
        margin-top: 5em; } }
    .about-troy-timeline ol li {
      display: block;
      width: 50%;
      position: relative;
      min-height: 150px; }
      @media (max-width: 700px) {
        .about-troy-timeline ol li {
          width: 90%;
          margin-left: 50px !important;
          padding-left: 0px !important;
          border-left: 1px solid #df7d09 !important;
          margin-bottom: 35px; } }
      .about-troy-timeline ol li:last-of-type {
        border-left: none !important; }
      .about-troy-timeline ol li figure {
        position: absolute;
        top: -37.5px;
        width: 75px;
        height: 75px;
        display: block;
        border-radius: 75px;
        border: 1px solid #df7d09;
        margin: 0 0 2em;
        background: white;
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center;
        z-index: 2; }
        @media (max-width: 700px) {
          .about-troy-timeline ol li figure {
            left: -37.5px !important; } }
      .about-troy-timeline ol li div + img {
        position: absolute;
        top: -50%;
        max-width: 35%;
        height: 150px;
        z-index: 2; }
        @media (max-width: 700px) {
          .about-troy-timeline ol li div + img {
            display: none; } }
      .about-troy-timeline ol li hr {
        width: 100px;
        position: absolute;
        top: 0;
        z-index: 1;
        height: 1px;
        border: 0;
        border-top: 1px solid #df7d09; }
        @media (max-width: 700px) {
          .about-troy-timeline ol li hr {
            display: none; } }
      .about-troy-timeline ol li:nth-child(odd) {
        margin-left: 50%;
        padding-left: 115px;
        border-left: 1px solid #df7d09; }
        @media (max-width: 700px) {
          .about-troy-timeline ol li:nth-child(odd) {
            margin-left: 0;
            width: 90%;
            border-left: none; } }
        .about-troy-timeline ol li:nth-child(odd), .about-troy-timeline ol li:nth-child(odd) * {
          text-align: left; }
        .about-troy-timeline ol li:nth-child(odd) figure {
          left: -37.5px; }
          @media (max-width: 700px) {
            .about-troy-timeline ol li:nth-child(odd) figure {
              left: 0; } }
        .about-troy-timeline ol li:nth-child(odd) img {
          left: -275px; }
        .about-troy-timeline ol li:nth-child(odd) hr {
          left: -125px; }
      .about-troy-timeline ol li:nth-child(even) {
        padding-right: 75px;
        border-right: 1px solid #df7d09; }
        @media (max-width: 700px) {
          .about-troy-timeline ol li:nth-child(even) {
            padding-right: 0;
            padding-left: 115px; } }
        .about-troy-timeline ol li:nth-child(even), .about-troy-timeline ol li:nth-child(even) * {
          text-align: right; }
          @media (max-width: 700px) {
            .about-troy-timeline ol li:nth-child(even), .about-troy-timeline ol li:nth-child(even) * {
              text-align: left; } }
        .about-troy-timeline ol li:nth-child(even) figure {
          right: -37.5px; }
          @media (max-width: 700px) {
            .about-troy-timeline ol li:nth-child(even) figure {
              left: 0;
              right: auto; } }
        .about-troy-timeline ol li:nth-child(even) img {
          right: -275px; }
        .about-troy-timeline ol li:nth-child(even) hr {
          right: -125px; }
        @media (max-width: 700px) {
          .about-troy-timeline ol li:nth-child(even) {
            padding-right: 0;
            margin-left: 0%;
            padding-left: 115px;
            border-right: none;
            border-left: none; } }
      .about-troy-timeline ol li:last-child {
        border: none; }
      .about-troy-timeline ol li div {
        vertical-align: middle;
        padding: 0;
        position: relative;
        top: -40px; }
        @media (max-width: 700px) {
          .about-troy-timeline ol li div {
            padding-left: 60px !important;
            width: 90%;
            top: -40px; } }
        .about-troy-timeline ol li div h5 {
          font-size: 2.3em;
          text-transform: uppercase;
          font-weight: 700;
          margin: 0 0 0.5em;
          line-height: 1.4em;
          color: #414142; }
          @media (max-width: 700px) {
            .about-troy-timeline ol li div h5 {
              margin: 0; } }
          @media (max-width: 600px) {
            .about-troy-timeline ol li div h5 {
              font-size: 2em; } }
        .about-troy-timeline ol li div p {
          color: #414142 !important;
          font-size: 2.3em !important;
          font-weight: 300 !important;
          margin: 0 !important;
          padding: 0 !important;
          max-width: 100% !important; }
          @media (max-width: 600px) {
            .about-troy-timeline ol li div p {
              line-height: 1.5em !important;
              font-size: 2em !important; } }
      .about-troy-timeline ol li.living figure {
        border-color: #ebb369;
        background-image: url("../images/living.png"); }
      .about-troy-timeline ol li.living h5, .about-troy-timeline ol li.living p {
        color: #ebb369 !important; }
      .about-troy-timeline ol li.living hr {
        border-color: #ebb369; }
        @media (max-width: 700px) {
          .about-troy-timeline ol li.living hr {
            display: none; } }
      .about-troy-timeline ol li.leisure figure {
        border-color: #6caeb7;
        background-image: url("../images/leisure.png"); }
      .about-troy-timeline ol li.leisure h5, .about-troy-timeline ol li.leisure p {
        color: #6caeb7 !important; }
      .about-troy-timeline ol li.leisure hr {
        border-color: #6caeb7; }
      .about-troy-timeline ol li.workplace figure {
        border-color: #8881ad;
        background-image: url("../images/workplace.png"); }
      .about-troy-timeline ol li.workplace h5, .about-troy-timeline ol li.workplace p {
        color: #8881ad !important; }
      .about-troy-timeline ol li.workplace hr {
        border-color: #8881ad; }
      .about-troy-timeline ol li.hotels figure {
        border-color: #b0ad88;
        background-image: url("../images/hotels.png"); }
      .about-troy-timeline ol li.hotels h5, .about-troy-timeline ol li.hotels p {
        color: #b0ad88 !important; }
      .about-troy-timeline ol li.hotels hr {
        border-color: #b0ad88; }
      .about-troy-timeline ol li.award figure {
        background-image: url("../images/award.png"); }
      .about-troy-timeline ol li.balloon figure {
        background-image: url("../images/balloon.png"); }
      .about-troy-timeline ol li.celebration figure {
        background-image: url("../images/celebration.png"); }
      .about-troy-timeline ol li.hotels figure {
        background-image: url("../images/hotels.png"); }
      .about-troy-timeline ol li.leisure figure {
        background-image: url("../images/leisure.png"); }
      .about-troy-timeline ol li.living figure {
        background-image: url("../images/living.png"); }
      .about-troy-timeline ol li.office figure {
        background-image: url("../images/office.png"); }
      .about-troy-timeline ol li.premises figure {
        background-image: url("../images/premises.png"); }
      .about-troy-timeline ol li.workplace figure {
        background-image: url("../images/workplace.png"); }

.awards {
  background-color: #BABABA;
  min-height: 660px; }
  .awards header {
    z-index: 5;
    position: relative; }
  .awards .logos .logo {
    display: inline-block;
    width: 20%;
    text-align: center;
    margin-right: 2.5%;
    padding: 5em 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 75px; }
  .awards div.center header p {
    max-width: 500px; }

.get-in-touch {
  background-color: #414142 !important;
  min-height: 660px; }
  .get-in-touch .contact-form {
    background-color: #414142 !important; }
  .get-in-touch img:first-child {
    margin-bottom: 7.5em !important; }
  .get-in-touch p {
    max-width: 550px !important;
    font-size: 1.6em !important;
    font-weight: 400 !important; }
  .get-in-touch h2 {
    font-size: 3.2em;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5rem; }
    .get-in-touch h2 strong {
      font-weight: bold; }
  .get-in-touch input,
  .get-in-touch textarea {
    color: #fff !important; }

.gform_confirmation_message {
  margin: 0 auto;
  color: #404040;
  line-height: 1.4em;
  margin-bottom: 1.5em;
  font-size: 1rem; }

.gform_body {
  position: relative; }

li#field_1_6 {
  width: 100%;
  position: absolute;
  bottom: -55px;
  left: 0; }
  @media (max-width: 768px) {
    li#field_1_6 {
      bottom: -62.5px; } }
  li#field_1_6 input#choice_1_6_1 {
    display: inline;
    width: auto; }
  li#field_1_6 label#label_1_6_1 {
    display: inline;
    color: #fff;
    font-size: 1.1em; }
  li#field_1_6 a {
    color: #df7d09; }

.contact-hero__details span {
  color: #df7d09 !important; }

.contact-hero__details div {
  margin-top: 1.5em; }

.contact-hero__details a:hover, .contact-hero__details a:hover i {
  color: #df7d09 !important; }

.full-screen.clients {
  background-color: #404041; }
  .full-screen.clients h1 {
    margin-bottom: .75em; }
  .full-screen.clients p {
    max-width: 860px !important; }
  @media (max-width: 600px) {
    .full-screen.clients {
      padding-top: 7.5rem;
      padding-left: 1rem;
      padding-right: 1rem; } }

.full-screen.client-logos {
  height: auto; }
  .full-screen.client-logos .logos figure {
    display: inline-block;
    width: 33%;
    text-align: center;
    margin-right: 0;
    padding: 1em .5em;
    vertical-align: middle; }
    @media (max-width: 768px) {
      .full-screen.client-logos .logos figure {
        width: 45.5%;
        margin-right: 4.5%;
        padding: 3em 1em; } }
    @media (max-width: 420px) {
      .full-screen.client-logos .logos figure {
        width: 90%;
        margin: 0 auto;
        padding: 0em; } }
    .full-screen.client-logos .logos figure img {
      width: 100%;
      max-width: 90%;
      transition: all .2s ease;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
      .full-screen.client-logos .logos figure img:hover {
        -webkit-filter: grayscale(0%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(0%); }
    @media (min-width: 769px) {
      .full-screen.client-logos .logos figure:nth-of-type(3n) {
        margin-right: 0; } }
    @media (max-width: 768px) {
      .full-screen.client-logos .logos figure:nth-of-type(2n) {
        margin-right: 0; } }

.case-study-hero {
  background: url("../images/home-bg.jpg") no-repeat center;
  background-size: cover;
  max-height: 100vh;
  position: relative;
  height: 100vh; }
  @media (max-width: 768px) {
    .case-study-hero {
      min-height: 100vh;
      height: 100vh; } }
  @media (max-width: 767px) {
    .case-study-hero.post--casestudies {
      height: 50vh;
      min-height: 300px;
      display: block !important; }
    .case-study-hero .fullscreen-slider {
      height: auto !important;
      overflow: hidden; } }
  .case-study-hero header {
    display: flex;
    height: 95%;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0rem;
    left: 10%;
    width: 80%;
    padding: 3rem 3rem 0rem;
    z-index: 999; }
    @media (max-width: 767px) {
      .case-study-hero header {
        left: 0;
        width: 100%; } }
    @media (max-width: 767px) {
      .case-study-hero header.post-type--casestudies {
        top: 50vh;
        height: 50vh;
        background: #fff;
        display: block !important;
        padding: 2rem 1rem; }
        .case-study-hero header.post-type--casestudies h1 {
          color: #414142;
          text-shadow: none; } }
  @media (max-width: 767px) and (max-height: 600px) {
    .case-study-hero header.post-type--casestudies {
      top: 315px; } }
    .case-study-hero header h1 {
      font-size: 6em;
      color: white;
      font-weight: 300;
      line-height: 1em;
      text-transform: uppercase;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
      @media (max-width: 767px) {
        .case-study-hero header h1 {
          font-size: 3em;
          margin-bottom: 1em;
          line-height: 1.25em; } }
    .case-study-hero header.post-type--post .post_date {
      border-right: 1px solid white;
      padding: .5rem 1.5rem .5rem 0;
      margin-right: 2rem;
      width: auto;
      float: left; }
      @media (max-width: 767px) {
        .case-study-hero header.post-type--post .post_date {
          float: none;
          margin-bottom: 1rem;
          border-right: none;
          border-bottom: 1px solid white;
          padding-right: 0;
          padding-bottom: 1rem;
          display: inline-block; } }
      .case-study-hero header.post-type--post .post_date * {
        color: white;
        display: block;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
        .case-study-hero header.post-type--post .post_date *:first-child {
          font-weight: 700;
          font-size: 2rem;
          margin-bottom: .25rem; }
        .case-study-hero header.post-type--post .post_date *:last-child {
          font-size: .9rem;
          text-transform: uppercase; }
    .case-study-hero header.post-type--post h1 {
      color: white;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
    .case-study-hero header .meta {
      margin: 0;
      font-size: 1.6em;
      line-height: 1.6;
      position: absolute;
      bottom: 2em;
      font-weight: 400; }
      @media (max-width: 767px) {
        .case-study-hero header .meta {
          display: block;
          position: static; } }
      .case-study-hero header .meta__item, .case-study-hero header .meta__icon {
        display: inline-block;
        margin-right: 2rem;
        color: white;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .case-study-hero header .meta__item, .case-study-hero header .meta__icon {
            color: #414142; } }
      .case-study-hero header .meta__item {
        margin-bottom: 1.5em;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
        @media (max-width: 767px) {
          .case-study-hero header .meta__item {
            text-shadow: none; } }
      .case-study-hero header .meta__icon {
        margin-right: .5rem;
        position: relative;
        top: 4px; }
        @media (max-width: 768px) {
          .case-study-hero header .meta__icon--desktop {
            display: none; } }
        @media (min-width: 769px) {
          .case-study-hero header .meta__icon--mobile {
            display: none; } }
  .case-study-hero .fullscreen-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .case-study-hero .fullscreen-slider:before, .case-study-hero .fullscreen-slider:after {
      z-index: 9;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 125px;
      content: "";
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.68) 0%, transparent 100%);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.68) 0%, transparent 100%);
      background: linear-gradient(rgba(0, 0, 0, 0.68) 0%, transparent 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); }
    .case-study-hero .fullscreen-slider:after {
      transform: rotate(180deg);
      top: auto;
      bottom: 0; }

.case-study-hero .owl-item, .our-work-testimonials .owl-item {
  max-height: 100vh; }
  .case-study-hero .owl-item .bgImage, .our-work-testimonials .owl-item .bgImage {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 767px) {
      .case-study-hero .owl-item .bgImage, .our-work-testimonials .owl-item .bgImage {
        height: 50vh;
        min-height: 320px; } }

.owl-dots {
  display: none !important;
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
  z-index: 998; }

.owl-nav {
  position: absolute;
  bottom: 0;
  padding: 0 3rem 1rem;
  width: 80%;
  left: 50%;
  margin-left: -40%;
  text-align: left;
  z-index: 5099; }
  @media (max-width: 767px) {
    .owl-nav {
      text-align: center;
      bottom: 10px; } }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 50px;
    vertical-align: middle;
    height: 50px;
    background: #df7d09;
    margin: 0 10px;
    color: #fff;
    display: inline-block;
    text-indent: -9999px;
    background: url("../images/next.png") no-repeat 50%/contain; }
  .owl-nav .owl-prev {
    margin-left: 0;
    background: url("../images/back.png") no-repeat 50%/contain; }
  .owl-nav .slidecounter {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6em;
    margin: 0 .5em;
    color: #fff; }

.case-study-text {
  padding: 2rem;
  height: 65vh; }
  @media (max-width: 767px) {
    .case-study-text {
      height: auto;
      min-height: 65vh; } }
  .case-study-text h1,
  .case-study-text h2,
  .case-study-text h3,
  .case-study-text h4,
  .case-study-text h5 {
    color: #414142;
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase; }
    .case-study-text h1 strong,
    .case-study-text h2 strong,
    .case-study-text h3 strong,
    .case-study-text h4 strong,
    .case-study-text h5 strong {
      font-weight: bold; }
    @media (max-width: 600px) {
      .case-study-text h1,
      .case-study-text h2,
      .case-study-text h3,
      .case-study-text h4,
      .case-study-text h5 {
        font-size: 2rem; } }
    .case-study-text h1.orange,
    .case-study-text h2.orange,
    .case-study-text h3.orange,
    .case-study-text h4.orange,
    .case-study-text h5.orange {
      color: #df7d09 !important; }
  .case-study-text h2 {
    font-size: 4.8em;
    margin: 2.5rem 0;
    line-height: 1.25;
    font-weight: 300; }
    @media (max-width: 600px) {
      .case-study-text h2 {
        font-size: 3em; } }
  .case-study-text h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0; }
    @media (max-width: 600px) {
      .case-study-text h3 {
        font-size: 1.2rem; } }
  .case-study-text h4,
  .case-study-text h5 {
    font-size: 1.2rem;
    margin: 1.2rem 0; }
    @media (max-width: 600px) {
      .case-study-text h4,
      .case-study-text h5 {
        font-size: 1rem; } }
  .case-study-text p {
    color: #414142 !important;
    max-width: 100% !important;
    line-height: 1.6; }
    @media (max-width: 768px) {
      .case-study-text p {
        max-width: 90%; } }

.post-template-default .case-study-text {
  height: auto;
  padding: 5rem 2rem; }
  .post-template-default .case-study-text h2 {
    color: #df7d09;
    font-weight: 300; }

.tags {
  margin: 2em 0; }
  .tags > span {
    display: inline-block;
    padding: 1em 1.5em;
    font-size: 1.5em;
    background: #F3F3F3;
    margin-right: .5em; }

.case-study-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 60vh; }

.case-study-testimonial {
  display: table-cell;
  vertical-align: middle;
  background: #414142;
  padding: 3rem 3rem 3rem 5rem; }
  @media (max-width: 950px) {
    .case-study-testimonial {
      padding: 2rem; } }
  .case-study-testimonial blockquote {
    color: white;
    font-size: 3em;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 1em;
    position: relative;
    quotes: "“" "”";
    text-align: left;
    padding: 0 0 0 2.5rem;
    max-width: 560px; }
    @media (max-width: 768px) {
      .case-study-testimonial blockquote {
        font-size: 2.2em; } }
    
  .case-study-testimonial cite {
    text-align: left;
    padding-left: 3rem;
    display: block;
    color: white;
    font-size: 1.6em;
    line-height: 1.65em;
    font-weight: 300; }
    .case-study-testimonial cite:first-of-type {
      font-weight: 700; }

.case-study__shareblock {
  position: relative; }
  .case-study__shareblock .actionbuttons {
    text-align: center;
    width: 100%;
    margin-top: 3.5rem; }
    .case-study__shareblock .actionbuttons a, .case-study__shareblock .actionbuttons button {
      background: #df7d09;
      border: 1px solid #df7d09;
      font-size: 1.6em;
      text-transform: uppercase;
      font-weight: 400;
      padding: 0.75em 1em;
      display: inline-block;
      margin: 1em .5em 0;
      text-align: center;
      text-decoration: none;
      color: #fff !important;
      transition: all 0.25s ease; }
      .case-study__shareblock .actionbuttons a:hover, .case-study__shareblock .actionbuttons button:hover {
        background: #fff;
        color: #414142 !important; }

.case-study__videos .holder--flex {
  display: flex;
  flex-wrap: wrap; }

.case-study__videos .video {
  flex: 1 0 50%;
  height: 50vh;
  position: relative;
  transition: all 1s ease;
  background-size: cover; }
  @media (max-width: 500px) {
    .case-study__videos .video {
      flex: 1 1 100%; } }
  .case-study__videos .video .player {
    display: none; }
  .case-study__videos .video__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    opacity: 0;
    transition: all .25s ease; }
    .case-study__videos .video__overlay:hover {
      opacity: 1;
      background: rgba(255, 255, 255, 0.75); }
    .case-study__videos .video__overlay div {
      text-align: center;
      color: #414142; }
      .case-study__videos .video__overlay div h3 {
        font-size: 4.8em;
        line-height: 1.25;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: .5em; }
        @media (max-width: 900px) {
          .case-study__videos .video__overlay div h3 {
            font-size: 2.8em; } }
      .case-study__videos .video__overlay div p {
        max-width: 565px;
        font-size: 2.3em;
        line-height: 1.4;
        margin-bottom: 1em;
        font-weight: 300; }
        @media (max-width: 900px) {
          .case-study__videos .video__overlay div p {
            font-size: 1.6em; } }

.button {
  background: #df7d09;
  border: 1px solid #df7d09;
  font-size: 1.4em;
  text-transform: uppercase;
  padding: 0.75em 1em;
  display: inline-block;
  margin: 1em .5em 0;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  transition: all 0.25s ease;
  line-height: 1; }
  .button--wider {
    width: 50%;
    max-width: 215px; }
  .button:hover {
    background: #fff;
    color: #414142 !important;
    cursor: pointer; }

.video-frame {
  display: none; }

.lightbox {
  background-color: rgba(0, 0, 0, 0.85);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 9999;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }
  .lightbox-container {
    position: relative;
    max-width: 960px;
    margin: 0% auto;
    display: block;
    padding: 0 0%;
    height: auto;
    z-index: 10;
    top: 50%;
    transform: translate(0, -50%); }
  .lightbox-content {
    box-shadow: 0 1px 6px fade(black, 70%); }
  .lightbox-close {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    display: block;
    border: none;
    color: white;
    top: -26px;
    right: 3%;
    font-weight: 400; }

.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

.latest-articles {
  background: #414142; }
  .latest-articles--header {
    max-width: 65%;
    margin: 0 auto;
    text-align: center;
    font-size: 4.8em;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase; }
    .latest-articles--header strong {
      font-weight: 700 !important;
      color: #df7d09; }
    @media (max-width: 767px) {
      .latest-articles--header {
        max-width: 90%;
        font-size: 3em; } }
  .latest-articles .center > header .content p {
    max-width: 600px;
    color: #BBBDBF;
    font-size: 1.4em; }
  .latest-articles__items {
    display: flex;
    padding-top: 0;
    padding-bottom: 0; }
    @media (max-width: 800px) {
      .latest-articles__items {
        display: block; } }
  .latest-articles__item {
    height: 100%;
    position: relative;
    flex: 1 0 33%;
    background-size: cover;
    background-position: 75% 50%; }
    .latest-articles__item:after {
      content: "";
      background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      background: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
      position: absolute;
      width: 100%;
      height: 50%;
      bottom: -1px; }
      @media (max-width: 800px) {
        .latest-articles__item:after {
          height: 100%; } }
    .latest-articles__item__details {
      position: absolute;
      width: 100%;
      padding: 0 2.5em 7.5em;
      bottom: 0;
      left: 0;
      z-index: 2;
      text-align: center; }
      @media (max-width: 800px) {
        .latest-articles__item__details {
          position: relative;
          padding: 5em 2em; } }
    .latest-articles__item__title {
      font-size: 4em;
      color: #fff;
      line-height: 1.2em;
      text-transform: uppercase;
      margin-bottom: 1em;
      font-weight: 300; }
      @media (max-width: 1200px) {
        .latest-articles__item__title {
          font-size: 3em; } }
      .latest-articles__item__title strong {
        font-weight: 700; }
    .latest-articles__item__date {
      text-transform: uppercase;
      font-size: 1.6em;
      color: #fff;
      font-weight: 400; }
    .latest-articles__item a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 15; }

.contact-hero {
  background-color: #414142;
  min-height: 660px; }

.contact-form h2 {
  margin-bottom: 2em; }

.contact-map {
  max-height: 450px; }
  .contact-map h2 {
    margin-bottom: 2rem; }
  .contact-map p:first-of-type a {
    text-decoration: underline !important; }
  .contact-map a.map {
    display: inline-block;
    width: 100px;
    padding: 60px 10px 20px;
    font-size: 1.4em;
    color: #404041;
    text-decoration: none; }
    .contact-map a.map.hq {
      background: url("../images/hq-t.png") no-repeat 50% 0;
      background-size: 50%; }
      .contact-map a.map.hq.active {
        background: url("../images/hq.png") no-repeat 50% 0;
        background-size: 50%; }
    .contact-map a.map.london {
      background: url("../images/london-t.png") no-repeat 50% 0;
      background-size: 50%; }
      .contact-map a.map.london.active, .contact-map a.map.london:hover {
        background: url("../images/london.png") no-repeat 50% 0;
        background-size: 50%; }
  .contact-map #london {
    display: none; }

#map {
  margin-top: 5rem;
  width: 100%;
  height: 350px; }

div.social-icons img {
  max-width: 25px !important;
  height: auto;
  max-height: 21px;
  margin: 0 10px; }

div.address {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  position: absolute;
  height: auto;
  margin-top: 20px;
  left: 20px;
  max-height: 300px;
  z-index: 2147483647;
  width: 25%;
  max-width: 300px;
  min-width: 150px;
  color: white;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2em; }
  @media (max-width: 600px) {
    div.address {
      width: 100%; } }
  div.address.london {
    display: none; }
  div.address p:first-of-type {
    margin: 10px 0; }

.news-hero div.center {
  display: block;
  padding-top: 15vh; }
  .news-hero div.center header {
    display: block;
    text-align: center;
    height: auto; }
    .news-hero div.center header p {
      color: #BBBDBF;
      font-size: 1.4em;
      margin: 3em auto 4em; }

.news-tweets .fetch-tweets-item {
  background: #BBBDBF;
  padding: 1.5em;
  margin-right: 2em;
  min-height: 15em;
  text-align: left; }
  .news-tweets .fetch-tweets-item p {
    font-size: 1.3em;
    line-height: 1.6em;
    color: #fff;
    font-weight: 400;
    margin: 1em 0 0; }
  .news-tweets .fetch-tweets-item a {
    font-weight: 400;
    text-decoration: none;
    color: #404041; }
    .news-tweets .fetch-tweets-item a:hover {
      text-decoration: underline; }

.news-tweets h4 {
  display: block;
  text-align: left;
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 0.5em;
  color: #404041; }
  .news-tweets h4 span {
    float: right; }
    .news-tweets h4 span a {
      color: #fff;
      text-decoration: none; }

.news-tweets .owl-theme .owl-controls {
  text-align: left; }
  .news-tweets .owl-theme .owl-controls .disabled {
    display: none; }
  .news-tweets .owl-theme .owl-controls .owl-next {
    float: right; }

.fetch-tweets-footer a {
  font-weight: bold !important; }

.pagination {
  width: 100%;
  display: flex;
  padding: 2rem 0 5rem; }
  @media (max-width: 767px) {
    .pagination {
      display: block;
      padding: 2rem 1rem 3rem; } }
  .pagination .prev,
  .pagination .next {
    flex-grow: 1;
    width: 50%;
    padding: .5rem 1rem;
    border-right: 1px solid #414142; }
    @media (max-width: 767px) {
      .pagination .prev,
      .pagination .next {
        display: block;
        padding: 2rem 0;
        border-right: none;
        border-bottom: 1px solid #414142;
        width: 100%; } }
    .pagination .prev:last-child,
    .pagination .next:last-child {
      border: none; }
    .pagination .prev p > a,
    .pagination .next p > a {
      color: #babcbe;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1.6em; }
  .pagination .next {
    text-align: right; }
  .pagination h5 {
    color: #414142;
    font-size: 2.2em;
    margin-top: .5rem;
    font-weight: 400; }
    .pagination h5 a {
      color: #414142;
      text-decoration: none; }

.content-page {
  padding-top: 2rem; }
  .content-page header h1 {
    text-align: center;
    font-size: 2.1rem; }
  .content-page h1, .content-page h2, .content-page h3 {
    margin-bottom: 1em !important;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #404041;
    font-weight: 400;
    margin-top: 1em; }
  .content-page h2 {
    font-size: 2.2rem; }
  .content-page h3 {
    font-size: 2rem; }
  .content-page p {
    color: #404041 !important;
    font-size: 1.6em !important;
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.8em; }
    .content-page p strong {
      font-weight: 700; }
  .content-page ul li {
    list-style: disc;
    color: #404041 !important;
    font-size: 1.6em !important;
    font-weight: 400;
    line-height: 1.8em;
    list-style-position: inside; }
  .content-page a {
    color: #df7d09; }

.single-post .case-study-hero header {
  justify-content: flex-end; }

.button-hold {
  text-align: center; }

.js-buttons-to-show {
  text-align: center;
  margin-top: 2rem;
  display: none; }

.half-screen.case-studies {
  align-items: stretch; }

.case-studies figure {
  height: auto !important; }

.latest-articles__item {
  height: 100vh !important; }

.our-work-testimonials {
  padding: 5em 0 !important;
  height: auto;
  min-height: 100vh; }
  .our-work-testimonials .center.holder {
    height: auto !important; }

.half-screen.case-studies.intro {
  align-items: center !important; }
