@charset "UTF-8";
/*
Theme Name: Toyota 2020
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: toyota
Tags:
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

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

img {
  vertical-align: middle;
  max-width: 100%;
  position: relative;
  width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h1 {
  font-size: 67px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  font-size: 67px;
  font-weight: 200;
  line-height: 1.2;
  left: -0.07em;
}

@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}
.sub-heading {
  font-size: 28px;
  color: #FFF;
  font-weight: 200;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .sub-heading {
    font-size: 21px;
  }
}
.sub-heading a {
  color: #FFFFFF;
  font-weight: 300;
}

.sub-heading a:hover {
  text-decoration: underline;
}

@media (min-width: 767px) {
  .home .sub-heading {
    padding: 0 150px 0 0;
  }
}
a {
  color: #C00F23;
  text-decoration: none;
}

a:focus {
  outline: none;
}

ul {
  margin: 0;
  padding: 0 0 0 20px;
}

/* Overlay style */
.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(192, 15, 35, 0.97);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 4;
}

/* Menu Icon */
#overlay-open {
  width: 40px;
  height: 32px;
  overflow: hidden;
  border: none;
  background: url("img/menu-icon.svg") no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  opacity: 0.8;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 1;
}

#overlay-open:hover {
  opacity: 1;
}

/* Overlay closing cross */
.overlay #overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url("img/close-icon.svg") no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
  opacity: 0.8;
}

#overlay-close:hover {
  opacity: 1;
}

/* Menu style */
.overlay nav {
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 54px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .overlay nav {
    width: 80%;
  }
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
}

.overlay ul li a {
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  font-weight: 200;
  font-size: 51px;
  position: relative;
}

@media (max-width: 767px) {
  .overlay ul li a {
    font-size: 28px;
  }
}
.overlay ul li.active a {
  font-weight: 300;
}

.overlay ul li a:before {
  content: "";
  display: none;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  height: 1px;
  width: 2000px;
  top: 43px;
  right: 105%;
}

.overlay ul li:hover a:before {
  display: block;
}

@media (max-width: 767px) {
  .overlay ul li:hover a:before {
    display: none;
  }
}
/* Effects */
.overlay.open {
  opacity: 1;
  visibility: visible;
}

.button {
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  padding: 16px 51px;
}

@media (max-width: 419px) {
  .button {
    padding: 16px 0;
    width: 100%;
    font-size: 12px;
  }
}
.button:hover,
.button:focus {
  opacity: 0.8;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.red-button {
  background: #C00F23;
  color: #FFFFFF;
}

.red-button:hover {
  background: rgba(192, 15, 35, 0.8);
}

.white-button {
  background: #FFFFFF;
  color: #C00F23 !important;
  text-decoration: none !important;
}

.white-button:hover {
  background: rgba(255, 255, 255, 0.8);
}

.button {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-font-smoothing: antialiased;
  transform: scale(1);
}

/*
 * Pills
 * A simple, responsive, and tiny CSS grid for humans who don't like memorising all those cryptic codes like col-*-6 or something.
 * https://github.com/rohitkrai03/pills
 * Copyright 2015, Rohit Rai
 */
html,
body {
  margin: 0;
  padding: 0;
}

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

.row {
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  *zoom: 1;
}

.row::before,
.row::after {
  content: "";
  display: table;
  line-height: 0;
}

.row::after {
  clear: both;
}

.row .row {
  max-width: 100%;
  min-width: 100%;
}

.row .column,
.row .columns {
  float: left;
  padding: 0 20px;
  width: 100%;
}

.row .column:first-of-type,
.row .columns:first-of-type {
  padding-left: 40px;
}

.row .column:last-of-type,
.row .columns:last-of-type {
  padding-right: 40px;
}

.column img,
.columns img {
  max-width: 100%;
}

.column .column:first-of-type,
.column .columns:first-of-type,
.columns .column:first-of-type,
.columns .columns:first-of-type {
  padding-left: 0;
}

.column .column:last-of-type,
.column .columns:last-of-type,
.columns .column:last-of-type,
.columns .columns:last-of-type {
  padding-right: 0;
}

.column .row:first-of-type > .column,
.column .row:first-of-type > .columns,
.columns .row:first-of-type > .column,
.columns .row:first-of-type > .columns {
  padding-top: 0;
}

.column .row:last-of-type > .column,
.column .row:last-of-type > .columns,
.columns .row:last-of-type > .column,
.columns .row:last-of-type > .columns {
  padding-bottom: 0;
}

.column.no-padding,
.columns.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.column.one,
.columns.one {
  width: 8.33333%;
}

.column.two,
.columns.two {
  width: 16.66667%;
}

.column.three,
.columns.three {
  width: 25%;
}

.column.four,
.columns.four {
  width: 33.33333%;
}

.column.five,
.columns.five {
  width: 41.66667%;
}

.column.six,
.columns.six {
  width: 50%;
}

.column.seven,
.columns.seven {
  width: 58.33333%;
}

.column.eight,
.columns.eight {
  width: 66.66667%;
}

.column.nine,
.columns.nine {
  width: 75%;
}

.column.ten,
.columns.ten {
  width: 83.33333%;
}

.column.eleven,
.columns.eleven {
  width: 91.66667%;
}

.column.twelve,
.columns.twelve {
  width: 100%;
}

.column.whole,
.column.w-1-1,
.columns.whole,
.columns.w-1-1 {
  width: 100%;
}

.column.half,
.column.w-1-2,
.columns.half,
.columns.w-1-2 {
  width: 50%;
}

.column.one-third,
.column.w-1-3,
.columns.one-third,
.columns.w-1-3 {
  width: 33.33333%;
}

.column.two-thirds,
.column.w-2-3,
.columns.two-thirds,
.columns.w-2-3 {
  width: 66.66667%;
}

.column.one-quarter,
.column.one-fourth,
.column.w-1-4,
.columns.one-quarter,
.columns.one-fourth,
.columns.w-1-4 {
  width: 25%;
}

.column.three-quarters,
.column.three-fourths,
.column.w-3-4,
.columns.three-quarters,
.columns.three-fourths,
.columns.w-3-4 {
  width: 75%;
}

.column.one-fifth,
.column.w-1-5,
.columns.one-fifth,
.columns.w-1-5 {
  width: 20%;
}

.column.two-fifths,
.column.w-2-5,
.columns.two-fifths,
.columns.w-2-5 {
  width: 40%;
}

.column.three-fifths,
.column.w-3-5,
.columns.three-fifths,
.columns.w-3-5 {
  width: 60%;
}

.column.four-fifths,
.column.w-4-5,
.columns.four-fifths,
.columns.w-4-5 {
  width: 80%;
}

.offset.by-one {
  margin-left: 8.33333%;
}

.offset.by-two {
  margin-left: 16.66667%;
}

.offset.by-three {
  margin-left: 25%;
}

.offset.by-four {
  margin-left: 33.33333%;
}

.offset.by-five {
  margin-left: 41.66667%;
}

.offset.by-six {
  margin-left: 50%;
}

.offset.by-seven {
  margin-left: 58.33333%;
}

.offset.by-eight {
  margin-left: 66.66667%;
}

.offset.by-nine {
  margin-left: 75%;
}

.offset.by-ten {
  margin-left: 83.33333%;
}

.offset.by-eleven {
  margin-left: 91.66667%;
}

.offset.by-half {
  margin-left: 50%;
}

.offset.by-one-third {
  margin-left: 33.33333%;
}

.offset.by-two-thirds {
  margin-left: 66.66667%;
}

.offset.by-one-quarter,
.offset.by-one-fourth {
  margin-left: 25%;
}

.offset.by-three-quarters,
.offset.by-three-fourths {
  margin-left: 75%;
}

.offset.by-one-fifth {
  margin-left: 20%;
}

.offset.by-two-fifths {
  margin-left: 40%;
}

.offset.by-three-fifths {
  margin-left: 60%;
}

.offset.by-four-fifths {
  margin-left: 80%;
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.pull-left {
  float: left;
}

.only-on-mobiles {
  display: none !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .row:not(.no-stacking-on-mobiles) > .column,
.row:not(.no-stacking-on-mobiles) > .columns {
    padding-left: 20px;
    padding-right: 20px;
    width: 100% !important;
  }

  .column .row .column,
.column .row .columns,
.columns .row .column,
.columns .row .columns {
    padding-left: 0px;
    padding-right: 0px;
  }

  .center-on-mobiles {
    text-align: center !important;
  }

  .hide-on-mobiles {
    display: none !important;
  }

  .only-on-mobiles {
    display: block !important;
  }
}
@media screen and (min-width: 1180px) {
  .wide .row,
.row .wide {
    margin: 0 auto;
    max-width: 1180px;
  }
}
@media screen and (min-width: 1366px) {
  .wider .row,
.row .wider {
    margin: 0 auto;
    max-width: 1366px;
  }
}
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}
/*! Lity - v2.2.0 - 2016-10-08
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  top: 20px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 55px;
  font-family: Arial, Baskerville, monospace;
  line-height: 55px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 55px;
  font-family: Arial, Baskerville, monospace;
  line-height: 55px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none;
}

.navigation ul {
  margin: 0;
  padding: 20px 0 0 0;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #C00F23;
  border-radius: 3px;
  cursor: pointer;
  padding: 6px 12px;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #C00F23;
  opacity: 0.8;
}

.global-header {
  background: #FFF;
  position: relative;
}

.logo:after {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  height: 100%;
  width: 2000px;
  top: 0;
  left: 100%;
}

/*.hero:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("img/hero-overlay.png");
  z-index: 0; }*/
.logo {
  background: #FFFFFF;
  padding: 30px 30px 30px 0;
  display: inline-block;
  position: relative;
}

.logo:before {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  height: 100%;
  width: 2000px;
  top: 0;
  right: 100%;
}

.logo img {
  width: 130px;
}

@media (max-width: 767px) {
  .logo img {
    width: 130px;
  }
}
.hero-content h1 {
  margin: 0 0 30px 0;
  color: #FFF;
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 38px;
  }
}
.hero-content {
  padding: 100px 0 80px 0;
}

@media (max-width: 767px) {
  .hero-content {
    padding: 30px 0;
  }
}
.hero-content .button {
  margin: 50px 0 0 0;
}

/* @media (max-width: 767px) {
  .home .hero { background: none;}
} */
.content-section {
  padding: 200px 0 150px 0;
}

@media (max-width: 767px) {
  .content-section {
    padding: 50px 0 50px 0;
  }
}
.signpost p {
  font-size: 21px;
  color: #888B8D;
  margin: 0 0 50px 0;
  font-weight: 100;
}

@media (max-width: 767px) {
  .signpost p {
    margin: 0 0 25px 0;
  }
}
.content-section-red {
  background: #C00F23;
  color: #FFFFFF;
}

.content-section-red p {
  color: #FFFFFF;
}

.content-section-red .line-right:after,
.content-section-red .line-left:after {
  background: rgba(255, 255, 255, 0.6);
}

.content-section-red a {
  color: #FFFFFF;
  text-decoration: underline;
}

.content-section-grey {
  background: #efefef;
}

.content-section-grey .line-right:after,
.content-section-grey .line-left:after {
  background: rgba(255, 255, 255, 0.6);
}

.content-section.competition {
  background: url("img/competition-bg-forklift.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content-section.competition h2,
.content-section.competition p {
  color: #FFF;
}

.content-section.competition .jumbo-text {
  color: rgba(255, 255, 255, 0.1);
}

.content-section.competition .line-left:after {
  background: rgba(255, 255, 255, 0.2);
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  margin: 0 0 10px 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vid-thumbnail img {
  width: 215px;
  box-shadow: 0 0 30px black;
  margin: 20px 20px 0 0;
}

.vid-thumbnail img:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.jumbo-text-wrap {
  position: relative;
}

.jumbo-text-wrap.title-only .line-right,
.jumbo-text-wrap.title-only .line-left {
  margin: 0 0 110px 0;
}

@media (max-width: 767px) {
  .jumbo-text-wrap.title-only .line-right,
.jumbo-text-wrap.title-only .line-left {
    margin: 0 0 50px 0;
  }
}
.jumbo-text {
  font-size: 213px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(194, 191, 189, 0.1);
  position: absolute;
  top: -170px;
  left: -120px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .jumbo-text {
    display: none;
  }
}
.line-right,
.line-left {
  position: relative;
  display: inline-block;
  margin: 0 0 40px 0;
}

@media (max-width: 767px) {
  .line-right,
.line-left {
    margin: 0 0 10px 0;
  }
}
.line-right span,
.line-left span {
  font-weight: 300;
}

.line-right:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 1px;
  width: 2000px;
  top: 43px;
  left: 105%;
}

@media (max-width: 767px) {
  .line-right:after {
    display: none;
  }
}
.line-left:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 1px;
  width: 2000px;
  top: 43px;
  right: 105%;
}

@media (max-width: 767px) {
  .line-left:after {
    display: none;
  }
}
.footer-logo,
.footer-content {
  padding: 60px 0;
}

.footer-logo p,
.footer-content p {
  margin-top: 0;
}

@media (max-width: 767px) {
  .footer-logo p,
.footer-content p {
    margin-top: 20px;
  }
}
.footer-logo {
  position: relative;
}

@media (max-width: 1279px) {
  .footer-logo {
    display: none;
  }
}
.footer-logo img {
  width: 70%;
  top: 110px;
}

.footer-content {
  padding: 60px 0 !important;
  position: relative;
  background: #C00F23;
  color: #FFFFFF;
  z-index: 1;
}

@media (max-width: 1279px) {
  .footer-content {
    padding: 60px 40px !important;
    width: 100% !important;
  }
}
.footer-content a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-content ul {
  margin: 0;
  padding: 0;
}

.footer-content ul li {
  list-style-type: none;
}

.footer-content ul li i {
  font-size: 11px;
  opacity: 0.7;
}

.footer-content ul li a:hover i {
  opacity: 1;
}

.footer-content p.copyright {
  margin: 30px 0 0 0;
  font-size: 12px;
}

.footer-content p.copyright a {
  margin: 0 5px 0 0;
}

.footer-content:after {
  content: "";
  display: block;
  background: #C00F23;
  position: absolute;
  height: 100%;
  width: 2000px;
  top: 0;
  left: 0%;
  z-index: -10;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-logo:before {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  height: 100%;
  width: 2000px;
  top: 0;
  right: 0;
  border-top: 1px solid #efefef;
}

@media (max-width: 769px) {
  .offset.by-one,
.offset.by-two,
.offset.by-three,
.offset.by-four,
.offset.by-five,
.offset.by-six,
.offset.by-seven,
.offset.by-eight,
.offset.by-nine,
.offset.by-ten,
.offset.by-eleven,
.offset.by-twelve {
    margin-left: 0 !important;
  }
}
.scroll-down {
  display: block;
  width: 100px;
  height: 50px;
  text-transform: uppercase;
  margin: 0 auto;
  color: #333333;
  font-size: 12px;
  background: url(img/scroll-icon.svg) no-repeat center top;
  background-size: 20px;
  padding: 30px 0 0 0;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 767px) {
  .scroll-down {
    display: none;
  }
}
.timeline {
  position: relative;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .timeline {
    display: none;
  }
}
.timeline li {
  list-style-type: none;
  display: block;
  padding: 40px 0;
  overflow: hidden;
  clear: both;
}

.timeline li span {
  display: inline-block;
  float: left;
  width: 44%;
}

.timeline li span:first-of-type {
  color: #888B8D;
  font-weight: 400;
  text-align: right;
}

.timeline li span:nth-of-type(2) {
  height: 24px;
  display: block;
  background: url(img/timeline-icon.svg) no-repeat center top;
  width: 12%;
}

.timeline li span:last-of-type {
  color: #C00F23;
  font-weight: 800;
}

.timeline:after {
  content: "";
  display: block;
  border-left: 1px solid #C00F23;
  height: 211%;
  position: absolute;
  top: -200px;
  left: 50%;
  z-index: -1;
}

.forklift-img {
  position: relative;
  top: 20px;
}

@media (max-width: 767px) {
  .forklift-img img {
    top: -50px;
  }
}
.forklift-img:after {
  background: url(img/forklift-bg.png) no-repeat center top;
  content: "";
  width: 500px;
  height: 500px;
  display: block;
  position: absolute;
  bottom: -90px;
  left: -200px;
  z-index: -10;
}

@media (max-width: 767px) {
  .forklift-img:after {
    display: none;
  }
}
.page-template-page-voice-of-design .hero {
  background: url("img/voice-of-design-hero.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF !important;
}

@media (min-width: 767px) {
  .sidebar {
    padding: 94px 0 0 0;
  }
}
.designer-list {
  padding: 0 40px !important;
}

@media (max-width: 767px) {
  .designer-list {
    margin: 0 0 50px 0;
    padding: 0 20px !important;
  }
}
.designer-list h3 {
  margin: 0;
  color: #C00F23;
}

.designer-list p {
  margin: 0 0 1.5em 0;
}

.designer-list img {
  margin: 0 0 1.5em 0;
}

.designer-list ul {
  margin: 0;
  padding: 0;
}

.designer-list ul li {
  list-style-type: none;
  margin: 0 0 25px 0;
  font-size: 16px;
}

.designer-list ul li ul {
  padding: 0 0 0 20px;
}

.designer-list ul li li {
  list-style-type: circle;
  margin: 0;
}

.designer-list:last-of-type {
  margin: 0;
}

.designer-list:last-of-type li:last-of-type {
  margin: 0;
}

.page-template-page-design-awards .hero {
  background: url("img/design-awards-hero.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF !important;
}

.page-template-page-design-history .hero {
  background: url("img/history-hero.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF !important;
}

.page-id-10 .hero {
  background: url("img/blog-hero.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* Article */
.page-id-292 .hero {
  background: url("img/tomas-hero-bg.jpg") no-repeat center top;
  background-size: cover;
}

.page-id-361 .hero {
  background: url("img/magnus-hero-bg.jpg") no-repeat center 35px;
  background-size: cover;
}

.page-id-652 .hero {
  background: url("img/italian-hero.jpg") no-repeat center 35px;
  background-size: cover;
}

.page-id-440 .hero {
  background: url("img/viljami-hero-bg.jpg") no-repeat center 35px;
  background-size: cover;
}

.page-id-469 .hero {
  background: url("img/gregory-hero-bg.jpg") no-repeat center 35px;
  background-size: cover;
}

.page-id-564 .hero {
  background: url("img/finalmile-hero-bg.jpg") no-repeat center 35px;
  background-size: cover;
}

.page-template-page-article-interview .hero-content {
  padding: 30px 0 50px;
}

@media (min-width: 767px) {
  .page-template-page-article-interview .hero-content {
    padding: 100px 0 0 0;
  }
}
.article.content-section {
  padding: 0 0 100px;
}

.article .entry-meta {
  text-align: left;
  margin: 60px 0 40px;
  position: relative;
}

.article .entry-meta p {
  text-transform: uppercase;
}

.article .a2a_kit {
  margin-left: -4px;
}

@media (min-width: 767px) {
  .article .a2a_kit {
    position: absolute;
    right: -4px;
    top: 0;
  }
}
.article p.intro {
  font-size: 20px;
}

.article h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 160px 0 0;
}

.article hr {
  height: 1px;
  border: none;
  color: #999FA3;
  background-color: #999FA3;
  margin: 40px 0;
}

.article h3 {
  text-transform: uppercase;
  margin-top: 40px;
}

.article blockquote {
  color: #C00F23;
  margin: 40px auto;
  padding: 20px 0;
  position: relative;
  font-size: 1.17em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}

.article blockquote:before {
  content: "";
  display: block;
  position: absolute;
  background: #C00F23;
  height: 1px;
  width: 50%;
  top: 0;
  left: 25%;
}

.article blockquote:after {
  content: "";
  display: block;
  position: absolute;
  background: #C00F23;
  height: 1px;
  width: 50%;
  bottom: 0;
  left: 25%;
}

.article figure {
  width: 100% !important;
  margin: 40px 0;
}

.article figure.alignleft {
  width: 100vw !important;
  margin-left: -20px;
}

@media (min-width: 767px) {
  .article figure.alignleft {
    margin-left: calc(-50vw + 50%);
  }
}
.article figure img {
  margin-bottom: 10px;
}

.article figcaption {
  font-size: 12px;
  color: #666F76;
  text-align: center;
}

.article .factbox {
  border: 1px solid #999FA3;
  background: #F9F9F9;
  padding: 20px 20px 10px;
  margin-top: 40px;
}

@media (min-width: 767px) {
  .article .factbox {
    padding: 40px 40px 30px;
    float: left;
  }

  .article .factbox .col {
    width: 50%;
    padding-right: 20px;
    float: left;
  }

  .article .factbox .awards {
    width: 100%;
    float: left;
    border-top: 1px solid #C00F23;
    margin: 20px 0 0;
    padding-top: 30px;
  }
}
.article .factbox h3 {
  margin-top: 0;
  font-style: 20px;
}

.article .factbox .highlight {
  background: #eee;
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 0 -10px 0 -10px;
  width: 100%;
}

.article .awards .award {
  line-height: 20px;
  background: url("img/IF-82.png") no-repeat left center;
  background-size: 80px 80px;
  padding: 30px 0 30px 90px;
}

.article .awards .award.if2017 {
  background: url("img/IF-design-2017.png") no-repeat left center;
  background-size: 80px 80px;
}

.article .awards .award.svenskform {
  background: url("img/swedish.png") no-repeat left center;
  background-size: 80px 80px;
}

.article .awards .award.german {
  background: url("img/german-design.png") no-repeat left center;
  background-size: 80px 80px;
}

.article .awards .award.reddot {
  background: url("img/reddot.png") no-repeat left center;
  background-size: 80px 80px;
}

.page-template-page-meet-our-designers .hero {
  background: url("img/voice-of-design-hero.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF !important;
}

.page-template-page-meet-our-designers .content-section {
  padding: 100px 0;
}

/* New Voice of design */
.page-template-page-voice-of-design-new .hero {
  background: url("img/design-stories-hero.jpg") no-repeat center right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF !important;
  background-position-y: 80px;
}

.page-template-page-voice-of-design-new .content-section.voice-of-design {
  padding: 50px 0;
}

@media (min-width: 767px) {
  .page-template-page-voice-of-design-new .content-section.voice-of-design {
    padding: 100px 0;
  }
}
.page-template-page-voice-of-design-new .hero-content {
  padding: 100px 0 80px 0;
}

.articleLink {
  background: #F9F9F9;
  display: block;
  margin: 0 0 20px;
  transition: transform 0.2s ease;
}

.articleLink:after {
  content: "";
  display: table;
  clear: both;
}

.articleLink:hover {
  transform: translateX(-5px);
}

.articleLink img {
  margin: 0;
}

.articleLink .linkContent {
  padding: 20px;
  display: block;
}

@media (min-width: 767px) {
  .articleLink img {
    float: left;
    width: 25%;
  }

  .articleLink .linkContent {
    float: left;
    width: 75%;
  }

  .articleLink.even img {
    float: right;
  }
}
.articleLink span.label {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.articleLink span.headline {
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Red section for interview */
.red-section {
  padding: 50px 0 30px 0;
  margin: 40px 0 50px;
  color: white;
  position: relative;
}

.red-section h3 {
  margin-top: 0;
}

.red-section:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  background: url("img/historical-1982-BT1350E.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
  margin-left: calc(-50vw + 50%);
}

.home .hero {
  background-color: #bfbfbf;
}

.home-links-container {
  margin: -60px auto 0;
  padding-bottom: 40px;
}

.home-links {
  appearance: none;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  padding: 16px 51px;
  width: 100%;
  margin: 20px 0 0;
}

@media (min-width: 767px) {
  .home-links {
    width: 40%;
  }

  .home-links.blog {
    margin-left: 20px;
  }
}
.home-links:hover {
  background: #fff;
  color: #333;
}

/*# sourceMappingURL=main.css.map */
.hero--blog {
  background-image: url("img/blog-hero.jpg");
}

.entry-title {
  margin: 0;
  color: #000;
}

.entry-meta {
  font-size: 12px;
  margin: 0;
}

.entry-content img {
  width: 100%;
  height: auto;
}

.excerpt {
  font-size: 13px;
}

.post-wrapper .six {
  width: 100%;
  padding: 0;
}

.post-wrapper {
  margin: 0 0 30px 0;
  border-radius: 6px;
  box-shadow: 4px 4px 6px 2px #CCCCCC;
  overflow: hidden;
}

.post-excerpt {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .columns.post-excerpt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .post-wrapper .six {
    width: 50%;
    padding: 0 0 0 30px;
  }

  .excerpt {
    font-size: 16px;
  }
}
.single .content-section {
  padding-top: 0;
}

.single .content-section h2 {
  text-align: center;
  margin-bottom: 0;
}

.single .entry-meta {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

.single .attachment-post-thumbnail {
  height: auto;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: 33% !important;
  border: none !important;
  margin: 0 !important;
  padding: 10px !important;
  height: auto !important;
}

.yarpp-thumbnails-horizontal a:first-of-type {
  margin-left: -10px !important;
}

.yarpp-thumbnails-horizontal a:last-of-type {
  margin-right: -10px !important;
}

.yarpp-thumbnail > img,
.yarpp-thumbnail-default {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  margin: 3px 0 0 0 !important;
}

.yarpp-related h3 {
  text-align: center !important;
  font-weight: 200 !important;
  font-size: 40px !important;
  margin: 50px 0 10px 0 !important;
}

.addtoany_share_save_container {
  text-align: center;
}

.addtoany_header {
  text-align: center !important;
  font-weight: 200 !important;
  font-size: 40px !important;
  margin: 50px 0 10px 0 !important;
}

.yarpp-related a {
  text-decoration: none;
  font-weight: bold;
  width: 33%;
  float: left;
  padding: 5px;
}

.size-large.wp-post-image {
  width: 100%;
  height: auto;
}

.filters {
  margin-bottom: 2em;
}

@media (min-width: 769px) {
  .filters ul {
    display: inline-flex;
    flex-direction: row;
    list-style: none;
  }

  .filters ul li:after {
    content: "|";
    margin-left: 2em;
  }

  .filters ul li:last-child:after {
    content: "";
  }

  .filters ul li {
    margin-right: 2em;
  }
}
:root .navigation ul {
  display: flex;
  justify-content: center;
}
:root .navigation ul li a {
  display: block;
  background: none;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
:root .navigation ul li.active a {
  border: 1px solid #c92235;
}
:root .navigation ul li:not(.big) a {
  width: 2em;
  height: 2em;
}

.articleLink:hover {
  transform: translateX(5px);
}
@media only screen and (max-width: 768px) {
  .articleLink {
    padding: 1em;
  }
  .articleLink img {
    max-height: 30vh;
    width: auto;
    flex-shrink: 0;
    display: block;
    margin: auto;
  }
  .articleLink .linkContent {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .articleLink {
    display: flex;
  }
  .articleLink img {
    width: 12em;
    flex-shrink: 0;
    align-self: center;
  }
  .articleLink.even img {
    order: 1;
  }
}

.carousel {
  width: 100%;
  min-height: calc(100vh - 108px);
  display: flex;
  color: #fff;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.carousel__item {
  width: 100%;
  flex-shrink: 0;
  transition: transform 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 50% 50%/cover;
  padding-bottom: 8em;
}
.carousel__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/dot.svg") 50% 50%/50px 50px;
  pointer-events: none;
}
.carousel__body {
  padding: 4em;
  max-width: 50em;
}
@media only screen and (max-width: 768px) {
  .carousel__body {
    padding: 1em;
  }
}
.carousel h2 {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.carousel__interface {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4em;
  pointer-events: none;
}
.carousel__interface > * {
  pointer-events: all;
}
.carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel__control {
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.2s;
  cursor: pointer;
  margin: 2em 0.5em;
  padding: 0;
}
.carousel__control--active {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .carousel__control {
    margin: 1em 0.5em;
  }
}
.carousel__down {
  padding: 0;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url("img/down.svg") 50% 50%/cover;
  transition: transform 0.2s;
}
.carousel__down:hover {
  transform: translateY(2px);
}

h1 {
  text-transform: none;
  color: inherit;
}

h2 {
  font-size: 52px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-v-center {
  align-self: center;
}

.flex-row {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .flex-row {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .flex-row {
    flex-direction: row;
  }
}

.flex-column {
  flex: 1 0 40%;
}

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

.line-left::after {
  height: 2px;
  background-color: #000;
}

.button {
  padding: 0.7em 2em;
  min-width: 10em;
  text-transform: none;
}

.ghost-button {
  color: #fff;
  border: 2px solid;
  border-radius: 3px;
  transition: opacity 0.2s;
}
.ghost-button--black {
  color: #000;
}
.ghost-button:hover {
  opacity: 0.5;
}

.margin-top-text {
  margin-top: 0.3em;
}

.margin-top-small {
  margin-top: 1em;
}

.margin-top {
  margin-top: 2em;
}

.margin-top-big {
  margin-top: 3em;
}

.margin-top-bigger {
  margin-top: 6em;
}

.margin-right-text {
  margin-right: 0.3em;
}

.margin-right-small {
  margin-right: 1em;
}

.margin-right {
  margin-right: 2em;
}

.margin-right-big {
  margin-right: 3em;
}

.margin-right-bigger {
  margin-right: 6em;
}

.margin-bottom-text {
  margin-bottom: 0.3em;
}

.margin-bottom-small {
  margin-bottom: 1em;
}

.margin-bottom {
  margin-bottom: 2em;
}

.margin-bottom-big {
  margin-bottom: 3em;
}

.margin-bottom-bigger {
  margin-bottom: 6em;
}

.margin-left-text {
  margin-left: 0.3em;
}

.margin-left-small {
  margin-left: 1em;
}

.margin-left {
  margin-left: 2em;
}

.margin-left-big {
  margin-left: 3em;
}

.margin-left-bigger {
  margin-left: 6em;
}

.no-margin-top {
  margin-top: 0 !important;
}

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

.content-section-gray {
  background: url("img/dot.svg") #a5adbb center center/50px 50px repeat;
}

.footer-content, .footer-content::after {
  color: inherit;
  background: #fff;
}
.footer-content a {
  color: #c92235;
  font-weight: bold;
}

.footer-logo img {
  top: 70px;
}
.footer-logo::before {
  display: none;
}

footer {
  border-top: 1px solid #ddd;
}

:root .juicer-feed {
  overflow: visible;
}
:root .juicer-feed .feed-item {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
:root .juicer-feed--frontpage .j-paginate {
  display: none !important;
}
:root .juicer-feed .j-stacker {
  display: flex;
}
:root .juicer-feed .j-stacker > .j-stack {
  display: block !important;
}
:root .juicer-feed .j-image {
  order: 2;
  margin-top: auto;
  box-sizing: content-box;
}
:root .juicer-feed .j-image img {
  margin-bottom: 0;
}
:root .juicer-feed .j-poster {
  flex-shrink: 0;
  padding: 0 1em;
}
:root .juicer-feed .j-text {
  display: flex;
  flex-direction: column;
  padding: 1em;
}
:root .juicer-feed .j-meta {
  margin-top: auto;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
}
.card-grid__item {
  padding-bottom: 100%;
  background: 50% 50%/cover;
  position: relative;
  perspective: 1000px;
  overflow: hidden;
  width: calc(100% / 3);
  padding-bottom: calc(100% / 3);
}
@media (max-width: 1100px) {
  .card-grid__item {
    width: calc(100% / 2);
    padding-bottom: calc(100% / 2);
  }
}
@media (max-width: 768px) {
  .card-grid__item {
    width: calc(100% / 1);
    padding-bottom: calc(100% / 1);
  }
}
.card-grid__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(100%);
  backface-visibility: hidden;
  transition: transform 0.5s ease-in-out;
  transform-origin: right top;
}
.card-grid__content h3 {
  font-size: 2em;
}
.card-grid__content--title {
  color: #fff;
  background: transparent;
  transform: translateY(0);
}
.card-grid__item:hover .card-grid__content {
  transform: translateY(0);
}
.card-grid__item:hover .card-grid__content--title {
  transform: translateY(-100%);
}
@media only screen and (max-width: 768px) {
  .card-grid__item .card-grid__content {
    transform: translateY(0);
  }
  .card-grid__item .card-grid__content--title {
    transform: translateY(-100%);
  }
}

#overlay-open {
  top: 22px;
}

.hero {
  background: url("img/home-background.jpg") no-repeat center center/cover;
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center !important;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/dot.svg") 50% 50%/50px 50px;
  pointer-events: none;
}

.page-template-page-voice-of-design-new .hero {
  background: url("img/design-stories-hero.jpg") no-repeat 50% 50%/cover;
}

@media (max-width: 769px) {
  .hero-content {
    padding: 1em;
  }
}
@media (min-width: 769px) {
  .hero {
    padding: 100px 1em 80px;
  }
}
.page-template-page-voice-of-design-new .hero-content {
  padding: 100px 1em 80px;
}

.blog .hero,
.archive .hero,
.single .hero {
  background: url("img/blog-hero-bg.jpg") no-repeat center top;
  background-size: cover;
}

.hero-content h1 {
  font-weight: bold;
  font-size: 52px;
}
.hero-content .sub-heading {
  font-size: inherit;
}
@media only screen and (min-width: 769px) {
  .hero-content {
    max-width: 50em;
  }
}

.overlay {
  overflow-y: auto;
}

.logo {
  padding: 20px 30px 20px 0;
}
.logo img {
  width: 100px;
}

.tabs {
  display: flex;
  justify-content: stretch;
  height: 2.5em;
  position: relative;
  top: -2.5em;
  font-weight: bold;
}
.tabs__item {
  flex-grow: 1000;
  height: 100%;
  color: #fff;
  padding: 0.45em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  cursor: pointer;
  border: none;
  background: transparent;
  transition: background-color 0.2s, color 0.2s;
}
.tabs__item--active {
  background-color: #fff;
  color: #000;
}

.tab-content {
  display: flex;
  width: 100%;
}
.tab-content__item {
  width: 100%;
  flex-shrink: 0;
  height: 100%;
  transition: transform 1s ease-in-out;
  overflow: hidden;
}

.videos-container {
  margin: 100px 0 -50px;
  display: flex;
  flex-wrap: wrap;
}

.vid-thumbnail {
  padding: 1em;
  width: calc(100% / 3);
  display: flex;
  align-items: center;
}
.vid-thumbnail img {
  box-shadow: none;
  width: 100%;
  border-radius: 0.3em;
}

.bottom-video iframe {
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .videos-container {
    flex-direction: column;
  }

  .vid-thumbnail {
    max-height: 30vh;
    width: auto;
    margin: 0.5em auto;
  }
  .vid-thumbnail img {
    margin: 0;
  }
}

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