/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import "../shared_assets/css/fonts/licensed/all_en-2016-09-13.css";
@import "../shared_assets/css/fonts/fonts/all_en-020116.css";
@import "../shared_assets/css/fonts/fonts/all_cs.css";
@import "../shared_assets/css/fonts/fonts/all_jp.css";
@import "../shared_assets/css/fonts/fonts/all_ko.css";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/* @font-face {
	font-family: 'Font Name';
	src: url('../fonts/font-name.eot');
	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/font-name.woff') format('woff'),
				 url('../fonts/font-name.ttf') format('truetype'),
				 url('../fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
} */
/******************************************************************
Site Name: WGSN
Author: Vincent Pantano & Amelia Lewis
******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
.desktop-page-padding {
  padding: 60px 20px;
}
.tablet-page-padding {
  padding: 40px 20px;
}
.mobile-page-padding {
  padding: 30px 20px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
TEXT ALIGNMENT
*********************/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*********************
BORDER RADIUS
*********************/
/*********************
TRANSITION
*********************/
/*********************
TRANSFORM
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/************************
TEXT SELECTION
************************/
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*********************
	FONT SIZES
*********************/
h1,
h2 {
  line-height: 120%;
}
h3,
h4,
h5,
p,
li,
a,
.text-smaller,
small {
  line-height: 140%;
}
h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
p,
li,
code {
  font-size: 14px;
}
p > a {
  line-height: 100%;
}
a {
  font-size: inherit;
}
.text-smaller,
small {
  font-size: 10px;
}
body {
  background: white;
  color: black;
  font-size: 14px;
}
body p {
  margin: 0 0 0.5em;
  font-size: 14px;
}
body.no-body-scroll {
  overflow: hidden;
}
body.cs {
  font-family: "Noto Sans CS", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.jp {
  font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.ko {
  font-family: "Noto Sans KO", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.en {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.es {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.pt {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.ru {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#page-content-container {
  height: auto;
  width: 100%;
  max-width: 100%;
}
#page-content-container.no-min-height {
  min-height: 0;
}
.page-width,
#product-page-content #wgsn-futures-london-speakers {
  margin: 0 auto;
  max-width: 100%;
  width: 1200px;
}
hr {
  width: 100%;
  height: 1px;
  background: #e4e5e6;
  outline: none;
  border: none;
}
.embed-video-media-container {
  position: relative;
  width: 600px;
  height: 400px;
}
.embed-video-media-container.for-popup {
  display: none;
}
.embed-video-media-container .video-container,
.embed-video-media-container .image-container,
.embed-video-media-container .play-video-click-zone {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.embed-video-media-container .video-container iframe {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
.embed-video-media-container .image-container {
  background: transparent center center no-repeat;
  background-size: cover;
}
.embed-video-media-container .play-video-click-zone {
  background: black;
  background-size: 90px 90px;
  cursor: pointer;
}
.video-playback-popup-target-content {
  display: none;
}
.video-playback-popup-container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 100;
}
.video-playback-popup-container .video-playback-popup-cover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.video-playback-popup-container .video-playback-popup-content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  max-width: 1000px;
  max-height: 562px;
  background: black;
  z-index: 101;
}
.video-playback-popup-container .video-playback-popup-content .video-playback-popup-close-btn {
  position: absolute;
  top: -26px;
  right: 0;
  height: 16px;
  width: 16px;
  opacity: 0.5;
  background: url('../images/redesign/icons/video-playback-popup-close-btn.png') center center no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video-playback-popup-container .video-playback-popup-content > *:not(.video-playback-popup-close-btn) {
  display: block;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.wysiwyg-video-wrapper {
  position: relative;
  margin: 20px 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.wysiwyg-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  text-rendering: optimizelegibility;
  font-weight: bold;
  line-height: 120%;
  margin: 0 0 0.5em;
  color: inherit;
}
.cs h1,
.cs .h1,
.cs h2,
.cs .h2,
.cs h3,
.cs .h3 {
  font-family: "Noto Sans CS", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jp h1,
.jp .h1,
.jp h2,
.jp .h2,
.jp h3,
.jp .h3 {
  font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ko h1,
.ko .h1,
.ko h2,
.ko .h2,
.ko h3,
.ko .h3 {
  font-family: "Noto Sans KO", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 0.5em;
  color: inherit;
}
.cs h4,
.cs .h4,
.cs h5,
.cs .h5 {
  font-family: "Noto Sans CS", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jp h4,
.jp .h4,
.jp h5,
.jp .h5 {
  font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ko h4,
.ko .h4,
.ko h5,
.ko .h5 {
  font-family: "Noto Sans KO", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a,
a:visited {
  color: inherit;
  text-decoration: none;
  /* mobile tap color (this highlights links on iPhones/iPads, so it basically works like the :hover selector for mobile devices) */
}
a:focus,
a:visited:focus {
  outline: none;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.link-underline,
.wysiwyg-field a,
footer .col a,
#subcriber-thank-you-page .email-link,
.info-card p a,
#moma-page-content .image-overlay-text a {
  position: relative;
  font-size: 14px;
  display: inline-block;
  background-image: linear-gradient(to right, #0000dd 50%, rgba(0, 0, 221, 0.3) 0%);
  background-size: 200% 1px;
  background-repeat: no-repeat;
  background-position: 100% bottom;
  display: inline;
  padding-bottom: 1px;
  -webkit-transition: background-position 300ms ease-in-out;
  -moz-transition: background-position 300ms ease-in-out;
  -ms-transition: background-position 300ms ease-in-out;
  -o-transition: background-position 300ms ease-in-out;
  transition: background-position 300ms ease-in-out;
}
.link-underline:hover,
.wysiwyg-field a:hover,
footer .col a:hover,
#subcriber-thank-you-page .email-link:hover,
.info-card p a:hover,
#moma-page-content .image-overlay-text a:hover {
  background-position: 0% bottom;
}
.insight .link-underline,
.insight .wysiwyg-field a,
.insight footer .col a,
.insight #subcriber-thank-you-page .email-link,
.insight .info-card p a,
.insight #moma-page-content .image-overlay-text a {
  background-image: linear-gradient(to right, #7300a6 50%, rgba(115, 0, 166, 0.3) 0%);
}
.fashion .link-underline,
.fashion .wysiwyg-field a,
.fashion footer .col a,
.fashion #subcriber-thank-you-page .email-link,
.fashion .info-card p a,
.fashion #moma-page-content .image-overlay-text a {
  background-image: linear-gradient(to right, #fe484f 50%, rgba(254, 72, 79, 0.3) 0%);
}
.lifestyle-interiors .link-underline,
.lifestyle-interiors .wysiwyg-field a,
.lifestyle-interiors footer .col a,
.lifestyle-interiors #subcriber-thank-you-page .email-link,
.lifestyle-interiors .info-card p a,
.lifestyle-interiors #moma-page-content .image-overlay-text a {
  background-image: linear-gradient(to right, #ffc430 50%, rgba(255, 196, 48, 0.3) 0%);
}
.barometer .link-underline,
.barometer .wysiwyg-field a,
.barometer footer .col a,
.barometer #subcriber-thank-you-page .email-link,
.barometer .info-card p a,
.barometer #moma-page-content .image-overlay-text a {
  background-image: linear-gradient(to right, #04c2db 50%, rgba(4, 194, 219, 0.3) 0%);
}
.instock .link-underline,
.instock .wysiwyg-field a,
.instock footer .col a,
.instock #subcriber-thank-you-page .email-link,
.instock .info-card p a,
.instock #moma-page-content .image-overlay-text a {
  background-image: linear-gradient(to right, #178fff 50%, rgba(23, 143, 255, 0.3) 0%);
}
.styletrial .link-underline,
.styletrial .wysiwyg-field a,
.styletrial footer .col a,
.styletrial #subcriber-thank-you-page .email-link,
.styletrial .info-card p a,
.styletrial #moma-page-content .image-overlay-text a {
  background-image: linear-gradient(to right, #00b697 50%, rgba(0, 182, 151, 0.3) 0%);
}
.london .link-underline,
.london .wysiwyg-field a,
.london footer .col a,
.london #subcriber-thank-you-page .email-link,
.london .info-card p a,
.london #moma-page-content .image-overlay-text a {
  background-image: linear-gradient(to right, #ff1075 50%, rgba(255, 16, 117, 0.3) 0%);
}
.new-york .link-underline,
.new-york .wysiwyg-field a,
.new-york footer .col a,
.new-york #subcriber-thank-you-page .email-link,
.new-york .info-card p a,
.new-york #moma-page-content .image-overlay-text a {
  background-image: linear-gradient(to right, #f89226 50%, rgba(248, 146, 38, 0.3) 0%);
}
.dubai .link-underline,
.dubai .wysiwyg-field a,
.dubai footer .col a,
.dubai #subcriber-thank-you-page .email-link,
.dubai .info-card p a,
.dubai #moma-page-content .image-overlay-text a {
  background-image: linear-gradient(to right, #c4abb4 50%, rgba(196, 171, 180, 0.3) 0%);
}
.hong-kong .link-underline,
.hong-kong .wysiwyg-field a,
.hong-kong footer .col a,
.hong-kong #subcriber-thank-you-page .email-link,
.hong-kong .info-card p a,
.hong-kong #moma-page-content .image-overlay-text a {
  background-image: linear-gradient(to right, #f09ba3 50%, rgba(240, 155, 163, 0.3) 0%);
}
.sao-paulo .link-underline,
.sao-paulo .wysiwyg-field a,
.sao-paulo footer .col a,
.sao-paulo #subcriber-thank-you-page .email-link,
.sao-paulo .info-card p a,
.sao-paulo #moma-page-content .image-overlay-text a {
  background-image: linear-gradient(to right, #174a48 50%, rgba(23, 74, 72, 0.3) 0%);
}
.cape-town .link-underline,
.cape-town .wysiwyg-field a,
.cape-town footer .col a,
.cape-town #subcriber-thank-you-page .email-link,
.cape-town .info-card p a,
.cape-town #moma-page-content .image-overlay-text a {
  background-image: linear-gradient(to right, #0c61a1 50%, rgba(12, 97, 161, 0.3) 0%);
}
.melbourne .link-underline,
.melbourne .wysiwyg-field a,
.melbourne footer .col a,
.melbourne #subcriber-thank-you-page .email-link,
.melbourne .info-card p a,
.melbourne #moma-page-content .image-overlay-text a {
  background-image: linear-gradient(to right, #82812a 50%, rgba(130, 129, 42, 0.3) 0%);
}
#moma-page-content .image-overlay-text a {
  background-size: 200% 4px;
  background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0.8) 0%);
}
.ul-styled,
.wysiwyg-field ul {
  list-style-type: none;
  padding: 0 0 0 20px !important;
}
.ul-styled li,
.wysiwyg-field ul li {
  display: block;
  position: relative;
  margin: 0 0 0.5em;
}
.ul-styled li:before,
.wysiwyg-field ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 3px;
  left: -20px;
  top: 6px;
  background: rgba(0, 0, 221, 0.5);
}
.insight .ul-styled li:before,
.insight .wysiwyg-field ul li:before {
  background: rgba(115, 0, 166, 0.5);
}
.fashion .ul-styled li:before,
.fashion .wysiwyg-field ul li:before {
  background: rgba(254, 72, 79, 0.5);
}
.lifestyle-interiors .ul-styled li:before,
.lifestyle-interiors .wysiwyg-field ul li:before {
  background: rgba(255, 196, 48, 0.5);
}
.barometer .ul-styled li:before,
.barometer .wysiwyg-field ul li:before {
  background: rgba(4, 194, 219, 0.5);
}
.instock .ul-styled li:before,
.instock .wysiwyg-field ul li:before {
  background: rgba(23, 143, 255, 0.5);
}
.styletrial .ul-styled li:before,
.styletrial .wysiwyg-field ul li:before {
  background: rgba(0, 182, 151, 0.5);
}
.london .ul-styled li:before,
.london .wysiwyg-field ul li:before {
  background: rgba(255, 16, 117, 0.5);
}
.new-york .ul-styled li:before,
.new-york .wysiwyg-field ul li:before {
  background: rgba(248, 146, 38, 0.5);
}
.dubai .ul-styled li:before,
.dubai .wysiwyg-field ul li:before {
  background: rgba(196, 171, 180, 0.5);
}
.hong-kong .ul-styled li:before,
.hong-kong .wysiwyg-field ul li:before {
  background: rgba(240, 155, 163, 0.5);
}
.sao-paulo .ul-styled li:before,
.sao-paulo .wysiwyg-field ul li:before {
  background: rgba(23, 74, 72, 0.5);
}
.cape-town .ul-styled li:before,
.cape-town .wysiwyg-field ul li:before {
  background: rgba(12, 97, 161, 0.5);
}
.melbourne .ul-styled li:before,
.melbourne .wysiwyg-field ul li:before {
  background: rgba(130, 129, 42, 0.5);
}
#back-to-top-arrow {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  height: 80px;
  width: 100px;
  background: url("../images/redesign/icons/arrow-up-gray-back_to_top.png") center center no-repeat;
  background-size: 22px 12px;
  border-radius: 50% 0 0 0;
  z-index: 100;
  cursor: pointer;
}
#back-to-top-arrow:hover {
  opacity: 0.9 !important;
}
#touch-menu {
  display: none;
}
.owl-carousel {
  z-index: 0;
}
.page-carousel {
  position: relative;
}
.page-carousel .carousel-arrows {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
}
.page-carousel .carousel-arrows .arrow {
  position: absolute;
  top: 0;
  height: 500px;
  width: 150px;
  background: transparent center center no-repeat;
  background-size: 22px 42px;
  cursor: pointer;
}
.page-carousel .carousel-arrows .arrow.left {
  left: -150px;
  background-image: url("../images/redesign/icons/arrow-left-lightgray.png");
}
.page-carousel .carousel-arrows .arrow.right {
  right: -150px;
  background-image: url("../images/redesign/icons/arrow-right-lightgray.png");
}
.page-carousel .carousel {
  position: relative;
}
.page-carousel .carousel.single-page .owl-controls {
  display: none;
}
.page-carousel .carousel .owl-item {
  box-sizing: border-box;
  padding: 0 13px;
}
.page-carousel .carousel .owl-controls {
  text-align: center;
}
.page-carousel .carousel .owl-controls .owl-dots {
  display: inline-block;
}
.page-carousel .carousel .owl-controls .owl-dots .owl-dot {
  display: block;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 10px 8px;
  border: 1px solid #a7a9ac;
  border-radius: 50%;
  background: transparent;
}
.page-carousel .carousel .owl-controls .owl-dots .owl-dot.active {
  background: #a7a9ac;
}
.button {
  display: inline-block;
  height: 36px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  padding: 9px 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jp .button {
  padding: 8px 20px;
}
.ko .button {
  padding: 7px 20px;
}
.button.white {
  background: white;
  border: 1px solid #e4e5e6;
  color: black;
}
.button.white:hover {
  background: #f7f7f7;
}
.button.gray {
  background: #222;
  color: white;
}
.button.gray:hover {
  background: #2a2a2a;
}
.button.primary {
  background: #0000dd;
  color: white;
}
.button.primary:hover {
  background: #1111ff;
}
.insight .button.primary {
  background: #7300a6;
}
.insight .button.primary:hover {
  background: #9600d9;
}
.fashion .button.primary {
  background: #fe484f;
}
.fashion .button.primary:hover {
  background: #fe7b80;
}
.lifestyle-interiors .button.primary {
  background: #ffc430;
}
.lifestyle-interiors .button.primary:hover {
  background: #ffd363;
}
.instock .button.primary {
  background: #178fff;
}
.instock .button.primary:hover {
  background: #4aa8ff;
}
.barometer .button.primary {
  background: #04c2db;
}
.barometer .button.primary:hover {
  background: #17e0fb;
}
.styletrial .button.primary {
  background: #00b697;
}
.styletrial .button.primary:hover {
  background: #00e9c1;
}
.london .button.primary {
  background: #ff1075;
}
.london .button.primary:hover {
  background: #ff4392;
}
.new-york .button.primary {
  background: #f89226;
}
.new-york .button.primary:hover {
  background: #faab57;
}
.dubai .button.primary {
  background: #c4abb4;
}
.dubai .button.primary:hover {
  background: #d9c9cf;
}
.hong-kong .button.primary {
  background: #f09ba3;
}
.hong-kong .button.primary:hover {
  background: #f7c7cc;
}
.sao-paulo .button.primary {
  background: #174a48;
}
.sao-paulo .button.primary:hover {
  background: #23716e;
}
.cape-town .button.primary {
  background: #0c61a1;
}
.cape-town .button.primary:hover {
  background: #107ed0;
}
.melbourne .button.primary {
  background: #82812a;
}
.melbourne .button.primary:hover {
  background: #a9a736;
}
.button.black {
  background: black;
  color: white;
}
.button.black:hover {
  background: #333333;
}
.button a {
  display: block;
  color: white;
}
.button p {
  margin: 0;
}
#breadcrumbs {
  padding: 0 0 0 43px;
  color: #222;
  margin: 18px 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
#breadcrumbs a {
  color: #222;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
.pagination {
  margin: 40px 0 0 0;
}
.pagination ul {
  text-align: center;
  margin: 0;
}
.pagination ul li {
  display: inline-block;
  margin: 5px 10px;
}
.pagination ul li .page-link:hover {
  color: #0000dd;
}
.pagination ul li .active {
  color: #0000dd;
  font-weight: 700;
}
.form .mandatory_warning img {
  margin: 0 6px 0 0;
}
.form .checkbox label {
  margin: 0;
  padding: 0 0 0 8px;
  display: inline-block;
  vertical-align: top;
  width: 322px;
}
.form .center {
  text-align: center;
}
.form label {
  display: block;
  margin: 0 12px 10px 0;
  font-weight: 600;
  font-size: 14px;
}
.form label img {
  margin: 0 0 0 8px;
}
.form input:focus {
  outline: none;
}
.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=password],
.form select {
  width: 100%;
  height: 36px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #a7a9ac;
  box-shadow: none;
  padding: 10px 0;
  margin: 0 0 0.5em;
  font-size: 14px;
  border-radius: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
.form select:focus {
  border-color: #0000dd;
}
.form input[type=text].invalid,
.form input[type=tel].invalid,
.form input[type=email].invalid,
.form input[type=password].invalid,
.form select.invalid,
.form input[type=text].error,
.form input[type=tel].error,
.form input[type=email].error,
.form input[type=password].error,
.form select.error {
  color: #da1c24;
  border-color: #da1c24;
}
.form .req_img {
  display: none;
}
.form .required .req_img {
  display: inline;
}
input[type=checkbox] {
  overflow: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}
input[type=checkbox] + label {
  cursor: pointer;
}
input[type=checkbox] + label:before {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  float: left;
  margin-right: 8px;
  background: #fff center no-repeat;
  background-size: 9px 9px;
  border: 1px solid #a7a9ac;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
}
input[type=checkbox]:checked + label:before {
  background-image: url('../images/redesign/icons/check.png');
}
.error-message {
  width: 100%;
  float: left;
  color: #da1c24;
  display: none;
}
.error-message.displayError {
  display: block;
}
.demo_form_links {
  text-align: right;
}
.form .custom_input {
  display: inline-block;
}
#form-validation-text {
  color: #da1c24;
  margin: 30px 0 0 0;
}
#login-page-thankyou {
  display: none;
}
.footnote {
  font-size: 80%;
  color: #a7a9ac;
}
.ui-widget.ui-selectmenu-button {
  position: relative;
  height: 36px;
  width: 100% !important;
  margin: 0 0 0.5em;
  border: 1px solid #a7a9ac;
  border-radius: 0;
  background: transparent;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: black;
}
.ui-widget.ui-selectmenu-button .ui-icon {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  height: 6px;
  width: 12px;
  margin: auto;
  background: url('../images/redesign/icons/arrow-down-gray-load_more.png') center center no-repeat;
  background-size: 100% 100%;
  opacity: 0.7;
}
.ui-widget.ui-selectmenu-button .ui-selectmenu-text {
  height: 36px;
  padding: 0 36px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
}
.ui-widget.ui-selectmenu-button:focus {
  outline: none;
}
.ui-selectmenu-open .ui-menu {
  max-height: 200px;
  border: 1px solid #a7a9ac;
  background: white;
  box-sizing: border-box;
  margin-top: -1px;
}
.ui-selectmenu-open .ui-menu .ui-menu-item {
  position: relative;
  height: 24px;
  padding: 0 10px;
  margin: 0;
  border: 0;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-selectmenu-open .ui-menu .ui-menu-item.ui-state-disabled {
  color: #555;
}
.ui-selectmenu-open .ui-menu .ui-menu-item.ui-state-focus:not(.ui-state-disabled) {
  margin: 0;
  border: 0;
  background: #f2f2f2;
  font-weight: normal;
}
.load-more-btn {
  display: block;
  position: relative;
  border: 0;
  margin: 0 auto 40px;
  padding: 10px 0 36px;
  background: transparent;
  width: auto;
  outline: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.load-more-btn:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 30px;
  height: 12px;
  background: url("../images/redesign/icons/arrow-down-gray-load_more.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: transform 300ms ease-in-out;
  -moz-transition: transform 300ms ease-in-out;
  -ms-transition: transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}
.advisory .load-more-btn:after {
  background-image: url("../images/redesign/icons/arrow-down-lightgray.png");
}
.load-more-btn:hover:after {
  -webkit-transform: translate(-50%, 4px);
  -moz-transform: translate(-50%, 4px);
  -ms-transform: translate(-50%, 4px);
  -o-transform: translate(-50%, 4px);
  transform: translate(-50%, 4px);
}
.cookie-alert {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: auto;
  background: black;
  color: white;
  z-index: 101;
  box-sizing: border-box;
  -webkit-transition: all 300ms;
  min-height: 24px;
  text-align: left;
  transition: all 300ms;
  padding: 15px 20px;
  width: 100%;
}
.cookie-alert > p {
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  width: 100%;
}
.cookie-alert > p a.link-underline {
  background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0.3) 0%);
}
.cookie-alert > .btn-alert-close {
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  background: url('../images/redesign/icons/btn-close.png') no-repeat center / 100%;
  margin-left: auto;
}
.cookie-alert > .btn-alert-close:hover {
  opacity: 0.6;
}
.cookie-alert.hide {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
#password-notice {
  display: none;
}
.flexslider {
  border: none;
}
.header {
  position: relative;
  padding: 50px 0 54px;
  background: black;
}
.header.no-sub-nav {
  padding-bottom: 0;
}
.header:not(.no-sub-nav) #main-nav.scroll-down.sticky .movable-to-sub-nav-bar {
  top: 54px;
}
.header:not(.no-sub-nav) #main-nav.scroll-down.sticky .movable-to-sub-nav-bar.logo a:hover .logo-image.sub-nav-logo-image {
  opacity: 1 !important;
}
.header:not(.no-sub-nav) #main-nav.scroll-down.sticky .movable-to-sub-nav-bar.logo a .main-nav-logo-image {
  opacity: 0 !important;
}
.header:not(.no-sub-nav) #main-nav.scroll-down.sticky .movable-to-sub-nav-bar.logo a .sub-nav-logo-image {
  opacity: 0.5 !important;
}
.header:not(.no-sub-nav) #main-nav .movable-to-sub-nav-bar {
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.header #main-nav,
.header #sub-nav {
  position: absolute;
  left: auto;
  top: auto;
  width: 100%;
  z-index: 1;
}
.header #main-nav .wrap,
.header #sub-nav .wrap {
  padding: 60px 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.header #main-nav:not(.no-transition),
.header #sub-nav:not(.no-transition) {
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.header #main-nav.fixed,
.header #sub-nav.fixed {
  position: fixed;
}
.header #main-nav .logo,
.header #sub-nav .logo {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 20px;
}
.header #main-nav .logo a,
.header #sub-nav .logo a {
  display: block;
}
.header #main-nav .logo a svg,
.header #sub-nav .logo a svg {
  height: auto;
  width: 94px;
  fill: white;
  float: left;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.home .header #main-nav .logo a svg,
.home .header #sub-nav .logo a svg {
  opacity: 1;
}
.header #main-nav .logo a:hover svg,
.header #sub-nav .logo a:hover svg {
  opacity: 1;
}
.header #main-nav .menu,
.header #sub-nav .menu {
  margin-top: 26px;
  margin-bottom: 18px;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  zoom: 1;
}
.header #main-nav .menu:before,
.header #sub-nav .menu:before,
.header #main-nav .menu:after,
.header #sub-nav .menu:after {
  content: "";
  display: table;
}
.header #main-nav .menu:after,
.header #sub-nav .menu:after {
  clear: both;
}
.cs .header #main-nav .menu,
.cs .header #sub-nav .menu,
.jp .header #main-nav .menu,
.jp .header #sub-nav .menu,
.ko .header #main-nav .menu,
.ko .header #sub-nav .menu {
  margin-top: 26px;
}
.header #main-nav .menu > .menu-item,
.header #sub-nav .menu > .menu-item {
  margin-right: 20px;
  margin-bottom: 10px;
}
.header #main-nav .menu .menu-item,
.header #sub-nav .menu .menu-item {
  position: relative;
  float: left;
}
.header #main-nav .menu .menu-item a,
.header #sub-nav .menu .menu-item a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 100%;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.header #main-nav .menu .menu-item a[href],
.header #sub-nav .menu .menu-item a[href] {
  cursor: pointer;
}
.header #main-nav {
  top: 0;
  height: 68px;
  background: black;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
.header #main-nav.hidden-sub-menus {
  /* Force language dropdown to hide when nav hides */
}
.header #main-nav.hidden-sub-menus .menu {
  overflow: hidden;
}
.header #main-nav.hidden-sub-menus #the-language-menu {
  display: none !important;
}
.header #main-nav .wrap.page-width {
  height: 100%;
}
.header #main-nav .wrap.page-width .left {
  float: left;
}
.header #main-nav .wrap.page-width .left > * {
  float: left;
}
.header #main-nav .wrap.page-width .left #touch-menu-button {
  display: none;
}
.jp .header #main-nav .wrap.page-width .left .menu .menu-item {
  margin-right: 17px;
}
.header #main-nav .wrap.page-width .left .menu .menu-item.current-menu-item > a,
.header #main-nav .wrap.page-width .left .menu .menu-item.current-menu-parent > a {
  color: white;
}
.header #main-nav .wrap.page-width .left .menu .menu-item.current-menu-item > a:after,
.header #main-nav .wrap.page-width .left .menu .menu-item.current-menu-parent > a:after {
  opacity: 1;
  background: white;
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.header #main-nav .wrap.page-width .left .menu .menu-item a:hover {
  color: white;
}
.header #main-nav .wrap.page-width .left .menu > .menu-item {
  padding-bottom: 13px;
}
.header #main-nav .wrap.page-width .left .menu > .menu-item a {
  color: #a7a9ac;
}
.jp .header #main-nav .wrap.page-width .left .menu > .menu-item > a {
  font-size: 13px;
}
.header #main-nav .wrap.page-width .left .menu > .menu-item > a:after {
  content: "";
  height: 2px;
  background: #a7a9ac;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translate(0, 0) scale(0, 1);
  -moz-transform: translate(0, 0) scale(0, 1);
  -ms-transform: translate(0, 0) scale(0, 1);
  -o-transform: translate(0, 0) scale(0, 1);
  transform: translate(0, 0) scale(0, 1);
}
.header #main-nav .wrap.page-width .left .menu > .menu-item:hover a {
  color: white;
}
.header #main-nav .wrap.page-width .left .menu > .menu-item:hover a:after {
  opacity: 1;
  background: white;
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.header #main-nav .wrap.page-width .left .menu > .menu-item > .sub-menu {
  opacity: 0;
  position: absolute;
  top: 32px;
  left: -20px;
  height: 0;
  width: 0;
  padding: 18px 0 10px;
  overflow: hidden;
  pointer-events: none;
  background: black;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
.header #main-nav .wrap.page-width .left .menu > .menu-item > .sub-menu .menu-item {
  width: 100%;
  height: auto;
}
.header #main-nav .wrap.page-width .left .menu > .menu-item > .sub-menu .menu-item a {
  display: inline-block;
  width: 100%;
  border: 0;
  padding: 8px 20px;
  white-space: nowrap;
  color: #a7a9ac;
}
.header #main-nav .wrap.page-width .left .menu > .menu-item > .sub-menu .menu-item:hover a {
  color: white;
}
.header #main-nav .wrap.page-width .left .menu > .menu-item > .sub-menu .sub-menu {
  display: none;
}
.header #main-nav .wrap.page-width .left .menu > .menu-item:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.header #main-nav .wrap.page-width .left .menu > .menu-item:hover > .sub-menu,
.header #main-nav .wrap.page-width .left .menu > .menu-item.hover > .sub-menu {
  height: auto;
  width: auto;
}
.header #main-nav .wrap.page-width .right {
  float: right;
}
.header #main-nav .wrap.page-width .right > * {
  float: right;
}
.header #main-nav .wrap.page-width .right .button {
  margin: 16px 0 0 10px;
}
.cs .header #main-nav .wrap.page-width .right .button,
.jp .header #main-nav .wrap.page-width .right .button,
.ko .header #main-nav .wrap.page-width .right .button {
  margin: 16px 0 0 10px;
}
.header #main-nav .wrap.page-width .right .language-drop-down {
  color: #a7a9ac;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 28px;
}
.cs .header #main-nav .wrap.page-width .right .language-drop-down {
  margin-top: 17px;
}
.jp .header #main-nav .wrap.page-width .right .language-drop-down,
.ko .header #main-nav .wrap.page-width .right .language-drop-down {
  margin-top: 24px;
}
.header #main-nav .wrap.page-width .right .language-drop-down #language-selector {
  background: url('../images/redesign/icons/arrow-gray-down.png') right -3px no-repeat;
  background-size: 16px 18px;
  padding: 0 20px 18px 0;
  margin-right: 2px;
}
.cs .header #main-nav .wrap.page-width .right .language-drop-down #language-selector,
.jp .header #main-nav .wrap.page-width .right .language-drop-down #language-selector,
.ko .header #main-nav .wrap.page-width .right .language-drop-down #language-selector {
  background-position: right 0;
}
.header #main-nav .wrap.page-width .right .language-drop-down #language-selector.expanded {
  background-image: url('../images/redesign/icons/arrow-gray-up.png');
}
.header #main-nav .wrap.page-width .right .language-drop-down #the-language-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: -20px;
  padding: 10px 0;
  min-width: 135px;
  z-index: 1;
  background: black;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.header #main-nav .wrap.page-width .right .language-drop-down #the-language-menu.open {
  display: block;
}
.header #main-nav .wrap.page-width .right .language-drop-down #the-language-menu ul {
  margin: 0;
}
.header #main-nav .wrap.page-width .right .language-drop-down #the-language-menu ul li {
  display: block;
}
.header #main-nav .wrap.page-width .right .language-drop-down #the-language-menu ul li a {
  color: #a7a9ac;
  padding: 8px 20px;
  display: block;
  line-height: 100%;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.header #main-nav .wrap.page-width .right .language-drop-down #the-language-menu ul li a.active,
.header #main-nav .wrap.page-width .right .language-drop-down #the-language-menu ul li a:hover {
  color: white;
}
.header #main-nav .wrap.page-width .right .kakao-link {
  display: block;
  margin: 10px 20px;
  width: 30px;
  height: 30px;
  background: url("../images/redesign/icons/kakao-sprite.png") no-repeat;
  background-size: 60px 30px;
  background-position: 0px 0px;
}
.header #main-nav .wrap.page-width .right .kakao-link:hover {
  background-position: -30px 0px;
}
.header .top-carousel {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  color: white;
}
.header .top-carousel .carousel {
  width: 100%;
  height: 440px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.header .top-carousel .carousel .header-carousel-item {
  position: relative;
  height: 440px;
  overflow: hidden;
}
.header .top-carousel .carousel .header-carousel-item .background,
.header .top-carousel .carousel .header-carousel-item .content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.header .top-carousel .carousel .header-carousel-item .background {
  overflow: hidden;
  background: transparent center center no-repeat;
  background-size: cover;
}
.header .top-carousel .carousel .header-carousel-item .background img {
  display: none;
}
.header .top-carousel .carousel .header-carousel-item .content {
  position: relative;
}
.header .top-carousel .carousel .header-carousel-item .content .page-width {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 60px 20px;
}
.header .top-carousel .carousel .header-carousel-item .content .page-width .title {
  font-size: 100px;
  line-height: 110%;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.home-2 .header .top-carousel .carousel .header-carousel-item .content .page-width .title {
  font-weight: 700;
}
.fashion .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
.lifestyle-interiors .header .top-carousel .carousel .header-carousel-item .content .page-width .title {
  font-weight: 700;
}
.instock .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
.insight .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
.styletrial .header .top-carousel .carousel .header-carousel-item .content .page-width .title {
  font-weight: 500;
}
.london .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
.new-york .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
.dubai .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
.hong-kong .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
.sao-paulo .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
.cape-town .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
.melbourne .header .top-carousel .carousel .header-carousel-item .content .page-width .title {
  font-size: 94px;
}
.header .top-carousel .carousel .header-carousel-item .content .page-width .sub-title {
  font-size: 20px;
}
.header .top-carousel .carousel .header-carousel-item .content .page-width .button {
  margin-top: 20px;
  float: left;
  display: flex;
  align-items: center;
}
.header .top-carousel .carousel .header-carousel-item .content .page-width .button.video {
  background: white;
  color: black;
  height: auto;
  padding: 9px 20px 9px 9px;
}
.header .top-carousel .carousel .header-carousel-item .content .page-width .button.video:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url('../images/icon-video.svg');
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.header .top-carousel .carousel .owl-controls {
  position: relative;
  width: 100%;
  height: 0;
}
.header .top-carousel .carousel .owl-controls .owl-dots {
  display: block;
  margin-top: -40px;
  text-align: center;
}
.header .top-carousel .carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  height: 11px;
  width: 11px;
  margin: 10px 10px;
  border: 1px solid white;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 1px white;
}
.header .top-carousel .carousel .owl-controls .owl-dots .owl-dot.active {
  border-color: transparent;
  background: white;
  box-shadow: none;
}
.header .top-carousel .arrow {
  position: absolute;
  bottom: 12%;
  top: 0;
  margin: auto;
  height: 80px;
  width: 60px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3) center center no-repeat;
  background-size: 36%;
  cursor: pointer;
  z-index: 1;
}
.header .top-carousel .arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.header .top-carousel .arrow.left {
  background-image: url(../images/redesign/icons/arrow-left-white.png);
  left: 20px;
  background-position: 17px;
}
.header .top-carousel .arrow.right {
  background-image: url(../images/redesign/icons/arrow-right-white.png);
  right: 20px;
  background-position: 21px;
}
.header #sub-nav {
  background: white;
  overflow: hidden;
  min-height: 74px;
  padding-top: 4px;
  border-bottom: 1px solid #e4e5e6;
}
.header #sub-nav .scroll-indicator-container {
  position: absolute;
  left: 0;
  top: 0;
  background: #e4e5e6;
  width: 100%;
  height: 4px;
}
.header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: #0000dd;
  height: 100%;
  width: 0;
}
.insight .header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: #7300a6;
}
.fashion .header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: #fe484f;
}
.lifestyle-interiors .header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: #ffc430;
}
.barometer .header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: #04c2db;
}
.instock .header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: #178fff;
}
.styletrial .header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: #00b697;
}
.london .header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: #ff1075;
}
.new-york .header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: #f89226;
}
.dubai .header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: #c4abb4;
}
.hong-kong .header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: #f09ba3;
}
.sao-paulo .header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: #174a48;
}
.cape-town .header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: #0c61a1;
}
.melbourne .header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: #82812a;
}
.advisory .header #sub-nav .scroll-indicator-container .scroll-indicator {
  background: black;
}
.header #sub-nav .wrap .logo {
  position: absolute;
}
.header #sub-nav .wrap .logo a {
  display: block;
  overflow: hidden;
}
.header #sub-nav .wrap .logo a svg {
  fill: black;
  opacity: 1;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header #sub-nav .wrap .menu {
  display: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header #sub-nav .wrap .menu.show {
  display: inline-block;
}
.header #sub-nav .wrap .menu .menu-item a {
  white-space: nowrap;
}
.advisory .header #sub-nav .wrap .menu .menu-item a {
  color: #555;
}
.header #sub-nav .wrap .menu .menu-item > a:after {
  content: "";
  height: 2px;
  background: #a7a9ac;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translate(0, 0) scale(0, 1);
  -moz-transform: translate(0, 0) scale(0, 1);
  -ms-transform: translate(0, 0) scale(0, 1);
  -o-transform: translate(0, 0) scale(0, 1);
  transform: translate(0, 0) scale(0, 1);
}
.header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  opacity: 1;
  background: #0000dd;
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.insight .header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.insight .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  background: #7300a6;
}
.fashion .header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.fashion .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  background: #fe484f;
}
.lifestyle-interiors .header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.lifestyle-interiors .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  background: #ffc430;
}
.instock .header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.instock .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  background: #178fff;
}
.barometer .header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.barometer .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  background: #04c2db;
}
.styletrial .header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.styletrial .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  background: #00b697;
}
.london .header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.london .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  background: #ff1075;
}
.new-york .header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.new-york .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  background: #f89226;
}
.dubai .header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.dubai .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  background: #c4abb4;
}
.hong-kong .header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.hong-kong .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  background: #f09ba3;
}
.sao-paulo .header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.sao-paulo .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  background: #174a48;
}
.cape-town .header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.cape-town .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  background: #0c61a1;
}
.melbourne .header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.melbourne .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  background: #82812a;
}
.advisory .header #sub-nav .wrap .menu .menu-item.current-menu-item > a:after,
.advisory .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a:after {
  background: black;
}
.header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.header #sub-nav .wrap .menu .menu-item a:hover {
  color: #0000dd;
}
.insight .header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.insight .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.insight .header #sub-nav .wrap .menu .menu-item a:hover {
  color: #7300a6;
}
.fashion .header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.fashion .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.fashion .header #sub-nav .wrap .menu .menu-item a:hover {
  color: #fe484f;
}
.lifestyle-interiors .header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.lifestyle-interiors .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.lifestyle-interiors .header #sub-nav .wrap .menu .menu-item a:hover {
  color: #ffc430;
}
.instock .header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.instock .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.instock .header #sub-nav .wrap .menu .menu-item a:hover {
  color: #178fff;
}
.barometer .header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.barometer .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.barometer .header #sub-nav .wrap .menu .menu-item a:hover {
  color: #04c2db;
}
.styletrial .header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.styletrial .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.styletrial .header #sub-nav .wrap .menu .menu-item a:hover {
  color: #00b697;
}
.london .header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.london .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.london .header #sub-nav .wrap .menu .menu-item a:hover {
  color: #ff1075;
}
.new-york .header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.new-york .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.new-york .header #sub-nav .wrap .menu .menu-item a:hover {
  color: #f89226;
}
.dubai .header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.dubai .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.dubai .header #sub-nav .wrap .menu .menu-item a:hover {
  color: #c4abb4;
}
.hong-kong .header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.hong-kong .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.hong-kong .header #sub-nav .wrap .menu .menu-item a:hover {
  color: #f09ba3;
}
.sao-paulo .header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.sao-paulo .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.sao-paulo .header #sub-nav .wrap .menu .menu-item a:hover {
  color: #174a48;
}
.cape-town .header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.cape-town .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.cape-town .header #sub-nav .wrap .menu .menu-item a:hover {
  color: #0c61a1;
}
.melbourne .header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.melbourne .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.melbourne .header #sub-nav .wrap .menu .menu-item a:hover {
  color: #82812a;
}
.advisory .header #sub-nav .wrap .menu .menu-item.current-menu-item > a,
.advisory .header #sub-nav .wrap .menu .menu-item.current-menu-parent > a,
.advisory .header #sub-nav .wrap .menu .menu-item a:hover {
  color: black;
}
.header #sub-nav .wrap .menu .menu-item .sub-menu {
  display: none;
}
.header #sub-nav.sticky {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header #sub-nav.sticky.scroll-down .wrap .logo a svg {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header #sub-nav.sticky.scroll-down .wrap .menu {
  -webkit-transform: translate(125px, 0);
  -moz-transform: translate(125px, 0);
  -ms-transform: translate(125px, 0);
  -o-transform: translate(125px, 0);
  transform: translate(125px, 0);
}
a[href*="industries"] + .sub-menu {
  display: none !important;
}
@media only screen and (max-width: 1400px) {
  .header .top-carousel .arrow {
    display: none !important;
  }
}
@media only screen and (min-height: 800px) {
  .header .top-carousel .carousel {
    height: 540px;
  }
  .header .top-carousel .carousel .header-carousel-item {
    height: 540px;
  }
  .header .top-carousel .carousel .header-carousel-item .content .page-width .title {
    font-size: 120px;
  }
}
.before-footer {
  border-top: 1px solid #e4e5e6;
}
.before-footer .wrap {
  padding: 60px 0;
}
.before-footer .wrap .wrap-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 20px 0;
}
.before-footer .wrap .wrap-table .inner-wrap {
  display: table-cell;
  vertical-align: top;
  position: relative;
  border: 1px solid #e4e5e6;
}
.before-footer .wrap .wrap-table .inner-wrap:first-child {
  padding-right: 0;
}
.before-footer .wrap .wrap-table .inner-wrap:last-child {
  padding: 0;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter,
.before-footer .wrap .wrap-table .inner-wrap .follow-us {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 30px;
  background: white center center no-repeat / cover;
  border: none;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter .title,
.before-footer .wrap .wrap-table .inner-wrap .follow-us .title {
  font-weight: 600;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter {
  padding-bottom: 25px;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form {
  margin: 20px 0 0;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form > * {
  float: left;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form .wrapperInput {
  display: block;
  width: calc(100% - 118px - 15px);
  margin-right: 15px;
  position: relative;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form .wrapperInput .email {
  border: 0;
  border-radius: 0;
  height: 36px;
  width: 100%;
  padding: 2px 0 0;
  background: transparent;
  border-bottom: 1px solid #a7a9ac;
  font-size: 14px;
  outline: none;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form .wrapperInput > .errorEmailBlock {
  background: white;
  border-bottom: 1px solid #da1c24;
  color: #da1c24;
  display: table;
  table-layout: fixed;
  left: 0;
  font-size: 14px;
  height: 36px;
  padding: 2px 0 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form .wrapperInput > .errorEmailBlock.hidden {
  display: none;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form .wrapperInput > .errorEmailBlock > .error-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form .check-boxes {
  margin-top: 15px;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form .check-boxes .check-box-container {
  float: left;
  margin: 0 10px 5px 0;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form .check-boxes .check-box-container input[type=checkbox] {
  float: left;
  margin-right: 2px;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form .check-boxes .check-box-container input[type=checkbox].errorCheckbox + label:before {
  border-color: #da1c24;
}
.before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form .check-boxes .check-box-container label {
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
}
.before-footer .wrap .wrap-table .inner-wrap .follow-us {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  float: none;
  width: auto;
  height: 100%;
}
.before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper .table-cell-wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper .table-cell-wrapper .social-media-container {
  min-height: 30px;
  margin: 10px 0 20px;
}
.before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper .table-cell-wrapper .social-media-container .social-icon {
  display: inline-block;
  height: 18px;
  width: 22px;
  margin: 10px 15px;
  background: no-repeat center top / 100% auto;
}
.before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper .table-cell-wrapper .social-media-container .social-icon:hover {
  background-position: center bottom;
}
.before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper .table-cell-wrapper .wgsn-insider-link {
  display: block;
  margin-top: 10px;
}
.before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper .table-cell-wrapper .wgsn-insider-link .wgsn-insider-link-wrapper {
  display: inline-block;
  margin: 0 auto;
}
.before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper .table-cell-wrapper .wgsn-insider-link .wgsn-insider-link-wrapper > * {
  float: left;
}
.before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper .table-cell-wrapper .wgsn-insider-link .wgsn-insider-link-wrapper svg {
  height: 16px;
  width: 62px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper .table-cell-wrapper .wgsn-insider-link .wgsn-insider-link-wrapper span {
  font-size: 20px;
  margin-left: 6px;
  font-weight: 600;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper .table-cell-wrapper .wgsn-insider-link .wgsn-insider-link-wrapper:hover svg {
  fill: #0000dd;
}
.before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper .table-cell-wrapper .wgsn-insider-link .wgsn-insider-link-wrapper:hover span {
  color: #0000dd;
}
.before-footer.single-col .wrap .inner-wrap {
  width: 100%;
}
.before-footer.single-col .wrap .inner-wrap:first-child {
  padding: 0 0 20px 0;
}
.before-footer.single-col .wrap .inner-wrap:last-child {
  padding: 20px 0 0 0;
}
.footer {
  background: black;
  color: #a7a9ac;
  overflow: hidden;
}
.footer .wrap {
  padding: 60px 20px;
}
.footer .logo {
  width: 93px;
}
.footer .logo svg {
  height: auto;
  width: 115px;
  fill: white;
}
.footer .menu-container {
  margin-top: 15px;
}
.footer .menu-container .menu {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
}
.footer .menu-container .menu > .menu-item:not(:last-child) {
  padding-right: 20px;
}
.footer .menu-container .menu .menu-item {
  position: relative;
  float: left;
}
.footer .menu-container .menu .menu-item a {
  display: inline-block;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  color: white;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.footer .menu-container .menu .menu-item a:hover {
  color: #a7a9ac;
}
.footer .menu-container .menu .menu-item.product-62081 a:hover {
  color: #9d4dc1;
}
.footer .menu-container .menu .menu-item.product-26326 a:hover {
  color: #fe484f;
}
.footer .menu-container .menu .menu-item.product-26411 a:hover {
  color: #ffc430;
}
.footer .menu-container .menu .menu-item.product-77861 a:hover {
  color: #04c2db;
}
.footer .menu-container .menu .menu-item.product-26416 a:hover {
  color: #178fff;
}
.footer .menu-container .menu .menu-item.product-26421 a:hover {
  color: #00b697;
}
.footer .content-container {
  margin: 30px auto 0;
  text-align: left;
}
.footer .content-container .col {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 28%;
  padding-right: 40px;
  margin: 0 0 30px;
}
.footer .content-container .footer-section-title {
  color: white;
  font-weight: 700;
  font-size: 16px;
}
.footer .content-container .menu .menu-item {
  margin: 0 0 0.5em;
}
.footer .content-container .menu .menu-item:last-child {
  margin: 0;
}
.footer .content-container .menu a {
  display: none;
}
.footer .content-container .menu a[href] {
  display: inline;
}
.footer .content-container .menu a.contact-info {
  display: inline-block;
}
.footer .content-container .link-underline,
.footer .content-container .col a {
  background-image: linear-gradient(to right, #a7a9ac 50%, rgba(167, 169, 172, 0.3) 0%);
}
.footer .company-info p {
  font-size: 10px;
  color: #555;
}
.footer .cs-license {
  vertical-align: bottom;
  margin-top: 20px;
  font-size: 10px;
  color: #555;
}
.footer .cs-license .cs-license-image {
  display: inline-block;
  height: 45px;
  width: 45px;
  margin-bottom: -2px;
  margin-left: 2px;
  background: url("../images/redesign/icons/chinese-licence.png") center center no-repeat;
  background-size: contain;
}
.footer #footer-go-to ul {
  margin-bottom: 0.5em;
}
#home-page-content {
  padding: 60px 20px;
}
#home-page-content .home-page-description {
  margin-bottom: 60px;
}
#home-page-content .home-page-description h1 {
  width: 100%;
  max-width: 800px;
}
#home-page-content .home-page-description p {
  width: 100%;
  max-width: 800px;
  font-size: 16px;
  line-height: 150%;
}
#home-page-content #futures .info .buttons a.primary {
  display: none;
}
.info-card {
  margin: 0 auto 40px;
  display: table;
  table-layout: fixed;
  width: 100%;
  background: white;
  border: 1px solid #e4e5e6;
  min-height: 400px;
  height: 1px;
}
.info-card:last-of-type {
  margin: 0 auto;
}
.info-card > * {
  display: table-cell;
  overflow: hidden;
  height: 100%;
  width: 50%;
}
.info-card .media {
  background: transparent center top no-repeat;
  background-size: cover;
  position: relative;
}
.info-card .info {
  padding: 40px 40px 30px;
  text-align: left;
  vertical-align: top;
}
.info-card .info .title {
  text-align: left;
  margin: 0 0 0.1em;
}
.info-card .info .description {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
.cs .info-card .info .description {
  font-family: "Noto Sans CS", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jp .info-card .info .description {
  font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ko .info-card .info .description {
  font-family: "Noto Sans KO", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.info-card .info .logo img {
  height: 20px;
  float: left;
  margin-bottom: 8px;
}
.info-card .info ul,
.info-card .info .desc-list {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.info-card .info ul li p,
.info-card .info .desc-list li p {
  margin: 0;
}
.info-card .info .buttons {
  margin-top: 20px;
}
.info-card .info .buttons .button {
  float: left;
  margin: 0 10px 10px 0;
}
#futures .info-card .info .buttons .button.yellow {
  display: none;
}
#product-page-content {
  width: 100%;
  margin: 0 auto;
}
#product-page-content #subscriber-features {
  padding: 60px 20px;
}
#product-page-content #subscriber-features .product-description {
  max-width: 800px;
  margin-bottom: 60px;
}
.cs #product-page-content #subscriber-features .product-description {
  max-width: 700px;
}
#product-page-content #subscriber-features .product-description p {
  font-size: 16px;
  line-height: 150%;
}
#product-page-content #our-experts .expert-card {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  width: calc((100% - 13px) / 4);
}
#product-page-content #our-experts .expert-card:nth-child(4n+1) {
  padding-left: 0;
}
#product-page-content #our-experts .expert-card:nth-child(4n) {
  padding-right: 0;
}
.insight #product-page-content #our-experts .expert-card .job-title {
  color: #7300a6;
}
.fashion #product-page-content #our-experts .expert-card .job-title {
  color: #fe484f;
}
.lifestyle-interiors #product-page-content #our-experts .expert-card .job-title {
  color: #ffc430;
}
.barometer #product-page-content #our-experts .expert-card .job-title {
  color: #04c2db;
}
.instock #product-page-content #our-experts .expert-card .job-title {
  color: #178fff;
}
.styletrial #product-page-content #our-experts .expert-card .job-title {
  color: #00b697;
}
body.single-product.advisory #product-page-content {
  background: black;
  color: white;
}
body.single-product.advisory .info-card {
  border: none;
  background: #f2f2f2;
  color: black;
}
body.single-product.advisory .expert-card .job-title,
body.single-product.advisory .expert-card .description {
  color: #e4e5e6;
}
body.single-product.advisory .load-more-btn {
  color: white;
}
body.single-product.advisory.en .info-card .title,
body.single-product.advisory.es .info-card .title,
body.single-product.advisory.pt .info-card .title,
body.single-product.advisory.en .product-description .title,
body.single-product.advisory.es .product-description .title,
body.single-product.advisory.pt .product-description .title,
body.single-product.advisory.en #our-experts .title,
body.single-product.advisory.es #our-experts .title,
body.single-product.advisory.pt #our-experts .title {
  font-family: "DM Sans", "Georgia", Cambria, Times New Roman, Times, serif;
}
body.single-product.advisory.en .product-description .title,
body.single-product.advisory.es .product-description .title,
body.single-product.advisory.pt .product-description .title {
  text-transform: uppercase;
}
#about-us-page-content > .page-width > *:not(:last-child) {
  margin-right: 7%;
}
#about-us-page-content #about-us-intro {
  padding: 60px 20px;
}
#about-us-page-content #about-us-intro .description {
  max-width: 800px;
}
#about-us-page-content #our-services {
  padding: 60px 20px;
  padding-top: 0 !important;
}
#about-us-page-content #our-services .services-intro {
  margin-bottom: 40px;
}
#about-us-page-content #our-services .services-intro .description {
  max-width: 800px;
}
#about-us-page-content #our-services .info-card .info .description {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0 20px;
}
#about-us-page-content #our-services .info-card .info .buttons {
  margin-top: 0;
}
#about-us-page-content .subscription,
#about-us-page-content .consultancy {
  float: left;
  width: 44.5%;
}
#about-us-page-content .subscription .description.top-offset,
#about-us-page-content .consultancy .description.top-offset {
  margin-top: 50px;
}
#about-us-page-content .subscription .description.additional-info,
#about-us-page-content .consultancy .description.additional-info {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e4e5e6;
  font-style: italic;
  color: #a7a9ac;
}
#about-us-page-content .subscription .services .service,
#about-us-page-content .consultancy .services .service {
  padding: 30px 0;
  border-bottom: 1px solid #e4e5e6;
}
#about-us-page-content .subscription .services .service:last-child,
#about-us-page-content .consultancy .services .service:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#about-us-page-content .subscription .services .service .description,
#about-us-page-content .consultancy .services .service .description {
  margin-bottom: 20px;
}
#about-us-page-content .subscription .get-in-touch-btn,
#about-us-page-content .consultancy .get-in-touch-btn {
  margin-top: 10px;
}
#about-us-page-content .wide-panel {
  position: relative;
  padding: 40px 0;
  background: black center center no-repeat;
  background-size: cover;
  color: white;
}
#about-us-page-content .wide-panel .content {
  position: relative;
  padding: 60px 20px;
}
#about-us-page-content .wide-panel .content h2,
#about-us-page-content .wide-panel .content p {
  width: 100%;
  max-width: 800px;
}
#about-us-page-content .wide-panel .content .get-in-touch-btn {
  margin-top: 30px;
}
.expert-card {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.expert-card:nth-child(4n+1) {
  clear: both;
}
.expert-card .image-container {
  height: 338px;
  background-color: #444;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.expert-card .info {
  margin: 20px 0 0;
}
.expert-card .info .name {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 0.25em;
}
.expert-card .info .job-title {
  font-size: 10px;
  color: #0000dd;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 1em;
}
.london .expert-card .info .job-title {
  color: #ff1075;
}
.new-york .expert-card .info .job-title {
  color: #f89226;
}
.dubai .expert-card .info .job-title {
  color: #c4abb4;
}
.hong-kong .expert-card .info .job-title {
  color: #f09ba3;
}
.sao-paulo .expert-card .info .job-title {
  color: #174a48;
}
.cape-town .expert-card .info .job-title {
  color: #0c61a1;
}
.melbourne .expert-card .info .job-title {
  color: #82812a;
}
.expert-card .info .description {
  attr: none;
}
.page-template-tpl_redesign_futures_city .expert-card .image-container {
  height: 180px;
}
.expert-card.has-video .image-container:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.london .expert-card.has-video .image-container:after {
  background-color: #ff1075;
}
.new-york .expert-card.has-video .image-container:after {
  background-color: #f89226;
}
.dubai .expert-card.has-video .image-container:after {
  background-color: #c4abb4;
}
.hong-kong .expert-card.has-video .image-container:after {
  background-color: #f09ba3;
}
.sao-paulo .expert-card.has-video .image-container:after {
  background-color: #174a48;
}
.cape-town .expert-card.has-video .image-container:after {
  background-color: #0c61a1;
}
.melbourne .expert-card.has-video .image-container:after {
  background-color: #82812a;
}
.expert-card.has-video .image-container:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 21px;
  right: 21px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid white;
  z-index: 10;
}
.our-experts {
  padding: 60px 20px;
}
.our-experts.executive-management {
  padding-top: 0;
}
.our-experts .experts-page {
  zoom: 1;
}
.our-experts .experts-page:before,
.our-experts .experts-page:after {
  content: "";
  display: table;
}
.our-experts .experts-page:after {
  clear: both;
}
.our-experts.page-carousel .carousel {
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.our-experts.page-carousel .people-info {
  overflow: hidden;
}
.our-experts.page-carousel .experts-page .expert-card {
  width: 100%;
  padding: 0;
}
.agenda-item-card {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.agenda-item-card:nth-child(4n+1) {
  clear: both;
}
.agenda-item-card .image-container {
  height: 338px;
  background-color: #444;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.agenda-item-card .info {
  margin: 20px 0 0;
}
.agenda-item-card .info .times {
  margin-bottom: 0.2em;
}
.agenda-item-card .info .title {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 0.5em;
}
.agenda-item-card .info .speakers-list p {
  font-size: 10px;
  color: #0000dd;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.5em;
}
.london .agenda-item-card .info .speakers-list p {
  color: #ff1075;
}
.new-york .agenda-item-card .info .speakers-list p {
  color: #f89226;
}
.dubai .agenda-item-card .info .speakers-list p {
  color: #c4abb4;
}
.hong-kong .agenda-item-card .info .speakers-list p {
  color: #f09ba3;
}
.sao-paulo .agenda-item-card .info .speakers-list p {
  color: #174a48;
}
.cape-town .agenda-item-card .info .speakers-list p {
  color: #0c61a1;
}
.melbourne .agenda-item-card .info .speakers-list p {
  color: #82812a;
}
.agenda-item-card .info .description {
  attr: none;
}
.agenda-item-card .info .description ul {
  list-style: disc;
  padding-left: 15px;
  margin: 0.5em 0;
}
.page-template-tpl_redesign_futures_city .agenda-item-card .image-container {
  height: 180px;
}
.agenda-item-card.has-video .image-container:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.london .agenda-item-card.has-video .image-container:after {
  background-color: #ff1075;
}
.new-york .agenda-item-card.has-video .image-container:after {
  background-color: #f89226;
}
.dubai .agenda-item-card.has-video .image-container:after {
  background-color: #c4abb4;
}
.hong-kong .agenda-item-card.has-video .image-container:after {
  background-color: #f09ba3;
}
.sao-paulo .agenda-item-card.has-video .image-container:after {
  background-color: #174a48;
}
.cape-town .agenda-item-card.has-video .image-container:after {
  background-color: #0c61a1;
}
.melbourne .agenda-item-card.has-video .image-container:after {
  background-color: #82812a;
}
.agenda-item-card.has-video .image-container:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 21px;
  right: 21px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid white;
  z-index: 10;
}
.agenda-items {
  padding: 20px 0;
}
.agenda-items .agenda-items-page {
  zoom: 1;
}
.agenda-items .agenda-items-page:before,
.agenda-items .agenda-items-page:after {
  content: "";
  display: table;
}
.agenda-items .agenda-items-page:after {
  clear: both;
}
.agenda-items.page-carousel .carousel {
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.agenda-items.page-carousel .agenda-items-page .agenda-item-card {
  width: 100%;
  padding: 0;
}
#wgsn-users-content .page-width {
  padding: 60px 20px;
}
#wgsn-users-content #who-uses-wgsn .users-menu {
  margin: -10px 0 30px;
}
#wgsn-users-content #who-uses-wgsn .users-menu .menu {
  display: inline-block;
  margin: 0;
}
#wgsn-users-content #who-uses-wgsn .users-menu .menu .menu-item {
  float: left;
}
#wgsn-users-content #who-uses-wgsn .users-menu .menu .menu-item:not(:last-child):after {
  content: "|";
  float: right;
  margin: 0 10px;
  padding-top: 5px;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #a7a9ac;
}
#wgsn-users-content #who-uses-wgsn .users-menu .menu .menu-item a {
  display: inline-block;
  padding-top: 3px;
  border-top: 2px solid transparent;
  color: #555;
}
#wgsn-users-content #who-uses-wgsn .users-menu .menu .menu-item a:hover {
  color: black;
}
#wgsn-users-content #who-uses-wgsn .users-menu .menu .menu-item.current-menu-item a {
  border-color: #0000dd;
  color: black;
}
#wgsn-users-content #our-clients {
  background: rgba(242, 242, 242, 0.5);
  overflow: hidden;
}
#wgsn-users-content #our-clients .carousel-container {
  position: relative;
}
#wgsn-users-content #our-clients .carousel-container .carousel {
  margin-top: 30px;
  overflow: hidden;
}
#wgsn-users-content #our-clients .carousel-container .carousel.owl-carousel {
  z-index: 0;
}
#wgsn-users-content #our-clients .carousel-container .carousel .clients-carousel-item .client {
  float: left;
  width: calc((100% - 101px) / 6);
  height: 128px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: white center center no-repeat;
  background-size: contain;
  border: 1px solid #e4e5e6;
}
#wgsn-users-content #our-clients .carousel-container .carousel .clients-carousel-item .client:nth-child(6n) {
  margin-right: 0;
}
#wgsn-users-content #our-clients .carousel-container .carousel .clients-carousel-item .client.empty {
  background: transparent;
}
#wgsn-users-content #our-clients .carousel-container .carousel .owl-controls {
  text-align: center;
  margin-top: 28px;
}
#wgsn-users-content #our-clients .carousel-container .carousel .owl-controls .owl-dots {
  display: inline-block;
}
#wgsn-users-content #our-clients .carousel-container .carousel .owl-controls .owl-dots .owl-dot {
  display: block;
  float: left;
  height: 11px;
  width: 11px;
  margin: 0 10px;
  border: 1px solid #9d9d9d;
  border-radius: 50%;
  background: transparent;
  background-clip: content-box;
  box-shadow: 0 0 1px #9d9d9d;
}
#wgsn-users-content #our-clients .carousel-container .carousel .owl-controls .owl-dots .owl-dot.active {
  border-color: transparent;
  background: #9d9d9d;
  box-shadow: none;
}
#wgsn-users-content #our-clients .carousel-container .arrow {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 11.5%;
  height: auto;
  background: transparent center 120px no-repeat;
  background-size: 22px 42px;
  cursor: pointer;
}
#wgsn-users-content #our-clients .carousel-container .arrow.left {
  left: -11.5%;
  background-image: url("../images/redesign/icons/arrow-left-lightgray.png");
}
#wgsn-users-content #our-clients .carousel-container .arrow.right {
  right: -11.5%;
  background-image: url("../images/redesign/icons/arrow-right-lightgray.png");
}
#wgsn-users-content #case-studies .pdfs {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
}
#wgsn-users-content #case-studies .pdfs .pdf {
  flex-basis: calc((100% - 40px) / 3);
  vertical-align: top;
  position: relative;
  padding: 0 20px 20px;
  margin: 20px 20px 0 0;
  border: 1px solid #e4e5e6;
  text-align: left;
}
#wgsn-users-content #case-studies .pdfs .pdf:nth-of-type(3n) {
  margin-right: 0;
}
#wgsn-users-content #case-studies .pdfs .pdf .media {
  height: 130px;
  background: white center center no-repeat;
  background-size: contain;
}
#wgsn-users-content #case-studies .pdfs .pdf .info {
  margin: 0 0 20px;
}
#wgsn-users-content #case-studies .pdfs .pdf .info .client-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0.5em;
}
#wgsn-users-content #case-studies .pdfs .pdf .download-btn {
  float: left;
}
#industries-page-content #industries-intro,
#industries-page-content #industries-list .page-width {
  padding: 60px 20px;
}
#industries-page-content #industries-intro .intro-description {
  font-size: 16px;
  max-width: 800px;
  margin: 0 0 40px;
}
#industries-page-content #industries-list {
  background: rgba(242, 242, 242, 0.5);
}
#industries-page-content #industries-list .industry-list {
  list-style: none;
  overflow: auto;
}
#industries-page-content #industries-list .industry-list li {
  width: calc((100% - 60px) / 4);
  margin: 0 0 20px;
  float: left;
  height: 160px;
  overflow: hidden;
  position: relative;
}
#industries-page-content #industries-list .industry-list li:not(:nth-of-type(4n)) {
  margin-right: 20px;
}
#industries-page-content #industries-list .industry-list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
  transform: translate(0, 0) scale(1);
  transition: all 600ms;
}
#industries-page-content #industries-list .industry-list li span {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 18px;
  color: white;
  font-weight: 600;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
#industries-page-content #industries-list .industry-list li:hover a {
  transform: translate(0, 0) scale(1.05);
}
#industry-page-content #industry-about,
#industry-page-content #industry-help,
#industry-page-content #industry-market .page-width,
#industry-page-content #industry-features,
#industry-page-content #industry-blog .page-width,
#industry-page-content #industry-experts {
  padding: 60px 20px;
}
#industry-page-content #industry-about .about-description {
  font-size: 16px;
  max-width: 800px;
  margin: 0 0 40px;
}
#industry-page-content #industry-about .report {
  position: relative;
  height: 120px;
  overflow: auto;
}
#industry-page-content #industry-about .report .report-image {
  width: 120px;
  height: 120px;
  background: #a7a9ac no-repeat center;
  background-size: cover;
  float: left;
  margin: 0 20px 0 0;
}
#industry-page-content #industry-about .report .report-text {
  position: relative;
  height: 100%;
  max-width: 600px;
  width: calc(100% - 140px);
  float: left;
}
#industry-page-content #industry-about .report .report-text .button {
  position: absolute;
  bottom: 0;
}
#industry-page-content #industry-help .help-description {
  margin: 0 0 20px;
}
#industry-page-content #industry-market {
  background: rgba(242, 242, 242, 0.5);
}
#industry-page-content #industry-market .client-list {
  overflow: auto;
}
#industry-page-content #industry-market .client-list .client-item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 112px) / 6);
}
#industry-page-content #industry-market .client-list .client-item .client-image {
  width: 100%;
  height: 128px;
  background: white center center no-repeat;
  background-size: contain;
  border: 1px solid #e4e5e6;
  margin: 0 0 10px;
}
#industry-page-content #industry-market .client-list .client-item:not(:nth-child(6n)) {
  margin-right: 20px;
}
#industry-page-content #industry-market .client-list .client-item:nth-child(n+7) {
  margin-top: 20px;
}
#industry-page-content #industry-market .client-list .client-item.empty {
  background: transparent;
}
#industry-page-content #industry-features .features-description {
  margin: 0 0 20px;
}
#industry-page-content #industry-blog {
  background: rgba(242, 242, 242, 0.5);
}
#industry-page-content #industry-blog .blog-posts {
  overflow: auto;
}
#industry-page-content #industry-blog .blog-post {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 95px) / 5);
}
#industry-page-content #industry-blog .blog-post:not(:last-child) {
  margin-right: 20px;
}
#industry-page-content #industry-blog .blog-post a {
  display: block;
}
#industry-page-content #industry-blog .blog-post .thumbnail {
  width: 100%;
  height: 140px;
  background: no-repeat center;
  background-size: cover;
  margin: 0 0 15px;
}
#industry-page-content #industry-blog .blog-post .title {
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 221, 0.2) 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: inline;
  margin-top: 0;
  padding-bottom: 2px;
  -webkit-transition: background-size 300ms ease-in-out;
  -moz-transition: background-size 300ms ease-in-out;
  -ms-transition: background-size 300ms ease-in-out;
  -o-transition: background-size 300ms ease-in-out;
  transition: background-size 300ms ease-in-out;
}
#industry-page-content #industry-blog .blog-post .info {
  color: #a7a9ac;
  font-size: 12px;
  margin: 0.5em 0 0;
}
#industry-page-content #industry-blog .blog-post:hover .title {
  background-size: 100% 100%;
}
#industry-page-content #our-experts .expert-card {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  width: calc((100% - 13px) / 4);
}
#industry-page-content #our-experts .expert-card:nth-child(4n+1) {
  padding-left: 0;
}
#industry-page-content #our-experts .expert-card:nth-child(4n) {
  padding-right: 0;
}
#events-page-content {
  padding: 60px 20px;
}
#events-page-content .events-container .event {
  margin-bottom: 40px;
  height: 380px;
  overflow: hidden;
  background: white;
  width: 100%;
  border: 1px solid #e4e5e6;
}
#events-page-content .events-container .event:last-child {
  margin-bottom: 0;
}
#events-page-content .events-container .event > * {
  display: table-cell;
}
#events-page-content .events-container .event .image-side {
  width: 50%;
  height: 100%;
  display: block;
  float: left;
  background: transparent center no-repeat;
  background-size: cover;
}
#events-page-content .events-container .event .info-side {
  width: 50%;
  height: 100%;
  display: block;
  float: left;
  padding: 40px 40px 30px;
}
#events-page-content .events-container .event .info-side .location {
  text-transform: uppercase;
  color: #0000dd;
  font-size: 12px;
  font-weight: 600;
}
#events-page-content .events-container .event .info-side .date {
  color: #a7a9ac;
}
#events-page-content .events-container .event .info-side .register-btn {
  margin: 20px 0 0;
}
#events-page-content .events-container .no-events-message-container {
  margin: 80px 0;
  text-align: center;
}
#events-page-content #load-more-events-wrapper {
  display: none;
}
body.futures-summit h1,
body.page-template-tpl_redesign_futures_city h1,
body.page-template-tpl_redesign_futures_city_archive h1,
body.futures-summit h2,
body.page-template-tpl_redesign_futures_city h2,
body.page-template-tpl_redesign_futures_city_archive h2,
body.futures-summit h3,
body.page-template-tpl_redesign_futures_city h3,
body.page-template-tpl_redesign_futures_city_archive h3,
body.futures-summit h4,
body.page-template-tpl_redesign_futures_city h4,
body.page-template-tpl_redesign_futures_city_archive h4,
body.futures-summit strong,
body.page-template-tpl_redesign_futures_city strong,
body.page-template-tpl_redesign_futures_city_archive strong,
body.futures-summit b,
body.page-template-tpl_redesign_futures_city b,
body.page-template-tpl_redesign_futures_city_archive b {
  font-weight: 600;
}
#futures-summit-page-header {
  padding: 60px 20px;
  padding-bottom: 0;
}
#futures-summit-page-header .map-intro-text {
  font-size: 16px;
  max-width: 800px;
  margin: 0 0 40px;
}
#futures-summit-page-content #futures-about {
  padding: 60px 20px;
}
#futures-summit-page-content #futures-about .about-copy {
  max-width: 800px;
  margin: 0 0 20px;
  font-size: 16px;
}
#futures-summit-page-content #futures-about .about-video iframe {
  width: 100%;
  height: 480px;
}
#futures-summit-page-content #futures-partnership {
  background: rgba(242, 242, 242, 0.5);
}
#futures-summit-page-content #futures-partnership .page-width {
  padding: 60px 20px;
}
#futures-summit-page-content #futures-partnership .page-width .partnership-copy {
  max-width: 800px;
  margin: 0 0 20px;
}
#futures-summit-page-content #futures-partnership .page-width .partnership-form {
  max-width: 600px;
  margin: 40px auto 0 0;
}
#futures-summit-page-content #futures-partnership .page-width .partnership-form .form-row {
  margin: 0 0 20px;
}
#futures-summit-page-content #futures-summit-partners {
  padding: 60px 20px;
}
#futures-summit-page-content #futures-summit-partners .client-list {
  overflow: auto;
}
#futures-summit-page-content #futures-summit-partners .client-list .client-item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 112px) / 6);
}
#futures-summit-page-content #futures-summit-partners .client-list .client-item .client-image {
  width: 100%;
  height: 128px;
  background: white center center no-repeat;
  background-size: contain;
  border: 1px solid #e4e5e6;
  margin: 0 0 10px;
}
#futures-summit-page-content #futures-summit-partners .client-list .client-item:not(:nth-child(6n)) {
  margin-right: 20px;
}
#futures-summit-page-content #futures-summit-partners .client-list .client-item:nth-child(n+7) {
  margin-top: 20px;
}
#futures-summit-page-content #futures-summit-partners .client-list .client-item.empty {
  background: transparent;
}
#futures-map {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0 60px;
}
#futures-map * {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#futures-map .map {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
}
#futures-map .city {
  position: absolute;
  overflow: visible;
}
#futures-map .city .city-dot {
  float: left;
  position: relative;
  margin: 0 8px 0 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 6px solid #fe484f;
  background: white;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
#futures-map .city .city-dot:after {
  content: "";
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: absolute;
  top: -6px;
  left: -6px;
  border: 1px solid #fe484f;
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  z-index: 10;
}
#futures-map .city .city-name {
  float: left;
  line-height: 30px;
  font-size: 24px;
  font-weight: 600;
}
#futures-map .city#new-york {
  top: 28%;
  left: 29%;
}
#futures-map .city#sao-paulo {
  top: 70%;
  left: 36%;
}
#futures-map .city#london {
  top: 19%;
  right: 49.5%;
}
#futures-map .city#cape-town {
  top: 75%;
  left: 55%;
}
#futures-map .city#dubai {
  top: 37%;
  left: 64%;
}
#futures-map .city#dubai .city-name {
  color: white;
  margin: -24px 0 0 -10px;
}
#futures-map .city#hong-kong {
  top: 39%;
  left: 81%;
}
#futures-map .city#melbourne {
  top: 77%;
  right: 8.55%;
}
#futures-map .city#melbourne .city-name {
  margin: 18px -12px 0 0;
}
#futures-map .city:hover .city-dot {
  -webkit-transform: translate(0, 0) scale(1.15);
  -moz-transform: translate(0, 0) scale(1.15);
  -ms-transform: translate(0, 0) scale(1.15);
  -o-transform: translate(0, 0) scale(1.15);
  transform: translate(0, 0) scale(1.15);
}
#futures-map .city:hover .city-dot:after {
  -webkit-transform: translate(0, 0) scale(1.6);
  -moz-transform: translate(0, 0) scale(1.6);
  -ms-transform: translate(0, 0) scale(1.6);
  -o-transform: translate(0, 0) scale(1.6);
  transform: translate(0, 0) scale(1.6);
  opacity: 0;
}
#futures-map .city:hover .city-name {
  -webkit-transform: translate(4px, 0);
  -moz-transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  -o-transform: translate(4px, 0);
  transform: translate(4px, 0);
}
#futures-map .city#london .city-dot,
#futures-map .city#melbourne .city-dot {
  float: right;
  margin: 0 0 0 8px;
}
#futures-map .city#london:hover .city-name,
#futures-map .city#melbourne:hover .city-name {
  -webkit-transform: translate(-4px, 0);
  -moz-transform: translate(-4px, 0);
  -ms-transform: translate(-4px, 0);
  -o-transform: translate(-4px, 0);
  transform: translate(-4px, 0);
}
#futures-city-page-content {
  overflow-x: hidden;
}
#futures-city-page-content #futures-city-about,
#futures-city-page-content #futures-city-tickets .page-width,
#futures-city-page-content #futures-city-agenda,
#futures-city-page-content #futures-city-past-events .page-width,
#futures-city-page-content #futures-city-more-info .page-width {
  padding: 60px 20px;
}
#futures-city-page-content .button {
  margin: 0 10px 0 0;
}
#futures-city-page-content #futures-city-about {
  position: relative;
}
#futures-city-page-content #futures-city-about .about-copy {
  max-width: 50%;
  margin-bottom: 40px;
}
#futures-city-page-content #futures-city-about .venue-details {
  max-width: 50%;
}
#futures-city-page-content #futures-city-about .venue-details a:not(.button) {
  font-size: 20px;
  font-weight: 600;
}
#futures-city-page-content #futures-city-about .venue-details .venue-address {
  margin: 0 0 20px;
}
#futures-city-page-content #futures-city-about .highlight-phrases {
  position: absolute;
  top: 108px;
  right: 20px;
  max-width: 46%;
}
#futures-city-page-content #futures-city-about .highlight-phrases ul {
  text-align: right;
  position: relative;
}
#futures-city-page-content #futures-city-about .highlight-phrases ul:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 180px);
  right: -1000px;
}
.london #futures-city-page-content #futures-city-about .highlight-phrases ul:after {
  background: rgba(239, 226, 58, 0.1);
}
.new-york #futures-city-page-content #futures-city-about .highlight-phrases ul:after {
  background: rgba(34, 160, 195, 0.1);
}
.dubai #futures-city-page-content #futures-city-about .highlight-phrases ul:after {
  background: rgba(240, 155, 163, 0.1);
}
.hong-kong #futures-city-page-content #futures-city-about .highlight-phrases ul:after {
  background: rgba(207, 201, 43, 0.1);
}
.sao-paulo #futures-city-page-content #futures-city-about .highlight-phrases ul:after {
  background: rgba(240, 155, 163, 0.1);
}
.cape-town #futures-city-page-content #futures-city-about .highlight-phrases ul:after {
  background: rgba(43, 159, 193, 0.1);
}
.melbourne #futures-city-page-content #futures-city-about .highlight-phrases ul:after {
  background: rgba(248, 146, 38, 0.1);
}
#futures-city-page-content #futures-city-about .highlight-phrases ul li {
  font-family: "DM Sans", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 40px;
}
.london #futures-city-page-content #futures-city-about .highlight-phrases ul li {
  color: #ff1075;
}
.new-york #futures-city-page-content #futures-city-about .highlight-phrases ul li {
  color: #f89226;
}
.dubai #futures-city-page-content #futures-city-about .highlight-phrases ul li {
  color: #c4abb4;
}
.hong-kong #futures-city-page-content #futures-city-about .highlight-phrases ul li {
  color: #f09ba3;
}
.sao-paulo #futures-city-page-content #futures-city-about .highlight-phrases ul li {
  color: #174a48;
}
.cape-town #futures-city-page-content #futures-city-about .highlight-phrases ul li {
  color: #0c61a1;
}
.melbourne #futures-city-page-content #futures-city-about .highlight-phrases ul li {
  color: #82812a;
}
#futures-city-page-content #futures-city-partners {
  background: rgba(242, 242, 242, 0.5);
}
#futures-city-page-content #futures-city-partners .page-width {
  padding: 60px 20px;
}
#futures-city-page-content #futures-city-partners .client-list {
  overflow: auto;
}
#futures-city-page-content #futures-city-partners .client-list .client-item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 119px) / 6);
}
#futures-city-page-content #futures-city-partners .client-list .client-item .client-image {
  width: 100%;
  height: 128px;
  background: white center center no-repeat;
  background-size: contain;
  border: 1px solid #e4e5e6;
  margin: 0 0 10px;
}
#futures-city-page-content #futures-city-partners .client-list .client-item:not(:nth-child(6n)) {
  margin-right: 20px;
}
#futures-city-page-content #futures-city-partners .client-list .client-item:nth-child(n+7) {
  margin-top: 20px;
}
#futures-city-page-content #futures-city-partners .client-list .client-item.empty {
  background: transparent;
}
.london #futures-city-page-content #futures-city-tickets {
  background-color: #ff1075;
}
.new-york #futures-city-page-content #futures-city-tickets {
  background-color: #f89226;
}
.dubai #futures-city-page-content #futures-city-tickets {
  background-color: #c4abb4;
}
.hong-kong #futures-city-page-content #futures-city-tickets {
  background-color: #f09ba3;
}
.sao-paulo #futures-city-page-content #futures-city-tickets {
  background-color: #174a48;
}
.cape-town #futures-city-page-content #futures-city-tickets {
  background-color: #0c61a1;
}
.melbourne #futures-city-page-content #futures-city-tickets {
  background-color: #82812a;
}
#futures-city-page-content #futures-city-tickets h2,
#futures-city-page-content #futures-city-tickets .powered-by-eb {
  color: white !important;
}
#futures-city-page-content #futures-city-tickets iframe {
  max-width: 800px;
}
#futures-city-page-content #futures-city-agenda {
  position: relative;
}
#futures-city-page-content #futures-city-agenda .agenda-text {
  max-width: 800px;
}
#futures-city-page-content #futures-city-agenda .agenda-text .agenda-intro {
  margin-bottom: 20px;
}
#futures-city-page-content #futures-city-agenda .agenda-text .agenda-information {
  margin: 30px 0;
}
#futures-city-page-content #futures-city-agenda .agenda-image {
  position: absolute;
  top: 60px;
  right: 20px;
  bottom: 60px;
  width: 300px;
  background: no-repeat center;
  background-size: cover;
}
#futures-city-page-content #futures-city-speakers .carousel {
  margin-bottom: 20px;
}
#futures-city-page-content #futures-city-past-events {
  background: rgba(242, 242, 242, 0.5);
}
#futures-city-page-content #futures-city-past-events .past-event {
  border: 1px solid #e4e5e6;
  background: white;
  overflow: auto;
}
#futures-city-page-content #futures-city-past-events .past-event:not(:last-of-type) {
  margin: 0 0 40px;
}
#futures-city-page-content #futures-city-past-events .past-event .image-side {
  width: 50%;
  float: left;
  height: 380px;
  background: no-repeat center;
  background-size: cover;
}
#futures-city-page-content #futures-city-past-events .past-event .info-side {
  width: 50%;
  float: left;
  padding: 40px 40px 30px;
}
#futures-city-page-content #futures-city-past-events .past-event .info-side .past-event-title {
  margin: 0;
}
#futures-city-page-content #futures-city-past-events .past-event .info-side .past-event-description {
  margin: 0 0 20px;
}
#futures-city-page-content #futures-city-more-info {
  color: white;
}
.london #futures-city-page-content #futures-city-more-info {
  background-color: #ff1075;
}
.new-york #futures-city-page-content #futures-city-more-info {
  background-color: #f89226;
}
.dubai #futures-city-page-content #futures-city-more-info {
  background-color: #c4abb4;
}
.hong-kong #futures-city-page-content #futures-city-more-info {
  background-color: #f09ba3;
}
.sao-paulo #futures-city-page-content #futures-city-more-info {
  background-color: #174a48;
}
.cape-town #futures-city-page-content #futures-city-more-info {
  background-color: #0c61a1;
}
.melbourne #futures-city-page-content #futures-city-more-info {
  background-color: #82812a;
}
#futures-city-page-content #futures-city-more-info a {
  font-size: inherit;
  background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0.6) 0%);
}
#futures-city-archive-about,
#futures-city-archive-whitepaper .page-width {
  padding: 60px 20px;
}
#futures-city-archive-about .archive-about-title {
  margin: 0;
}
#futures-city-archive-about .archive-about-description {
  max-width: 800px;
  margin: 0 0 20px;
}
#futures-city-archive-about .archive-about-video iframe {
  width: 100%;
  height: 480px;
  margin-top: 40px;
}
#futures-city-archive-whitepaper {
  background: rgba(242, 242, 242, 0.5);
}
#futures-city-archive-whitepaper .whitepaper-intro {
  max-width: 800px;
}
#press-page-content {
  overflow: hidden;
}
#press-page-content .page-carousel .carousel {
  width: calc(100% + 20px);
  margin: 0 -10px;
}
#press-page-content .page-carousel .carousel .owl-stage {
  display: table;
  table-layout: fixed;
}
#press-page-content .page-carousel .carousel .owl-stage .owl-item {
  display: table-cell;
  vertical-align: top;
  float: none;
}
#press-page-content .page-carousel .carousel .press-card {
  width: 100%;
}
#press-page-content .page-carousel .carousel .press-card .image-container {
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  background: white center no-repeat;
  background-size: cover;
}
#press-page-content .page-carousel .carousel .press-card .info .date {
  color: #a7a9ac;
}
#press-page-content .page-carousel .carousel .press-card .info .title-container {
  margin: 0 0 0.5em;
}
#press-page-content .page-carousel .carousel .press-card .info .title {
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 221, 0.2) 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: inline;
  margin-top: 0;
  padding-bottom: 2px;
  -webkit-transition: background-size 300ms ease-in-out;
  -moz-transition: background-size 300ms ease-in-out;
  -ms-transition: background-size 300ms ease-in-out;
  -o-transition: background-size 300ms ease-in-out;
  transition: background-size 300ms ease-in-out;
}
#press-page-content .page-carousel .carousel .press-card:hover .title {
  background-size: 100% 100%;
}
#press-page-content #in-the-media .page-width,
#press-page-content #press-releases .page-width,
#press-page-content #press-enquiries {
  padding: 60px 20px;
}
#press-page-content #in-the-media .page-width .section-title-row,
#press-page-content #press-releases .page-width .section-title-row,
#press-page-content #press-enquiries .section-title-row {
  overflow: auto;
}
#press-page-content #in-the-media .page-width .section-title-row .title,
#press-page-content #press-releases .page-width .section-title-row .title,
#press-page-content #press-enquiries .section-title-row .title {
  float: left;
}
#press-page-content #in-the-media .page-width .section-title-row .view-all-link,
#press-page-content #press-releases .page-width .section-title-row .view-all-link,
#press-page-content #press-enquiries .section-title-row .view-all-link {
  float: right;
  line-height: 100%;
  margin-top: 12px;
}
#press-page-content #press-releases {
  background: rgba(242, 242, 242, 0.5);
}
#press-page-content #press-releases h1 {
  display: none;
}
#press-page-content #press-enquiries .regional-contacts {
  margin-bottom: 60px;
}
#press-page-content #press-enquiries .regional-contact .contacts {
  margin: 0;
  padding: 0;
  list-style: none;
}
#press-page-content #press-enquiries .regional-contact .contacts .contact {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  border: 1px solid #e4e5e6;
  margin: 0 10px 20px;
  width: calc((100% - 50px) / 3);
}
#press-page-content #press-enquiries .regional-contact .contacts .contact:nth-child(3n + 1) {
  margin-left: 0;
}
#press-page-content #press-enquiries .regional-contact .contacts .contact:nth-child(3n) {
  margin-right: 0;
}
#press-page-content #press-enquiries .regional-contact .contacts .contact .field:not(:last-child) {
  margin: 0 0 0.5em;
}
#press-page-content #press-enquiries .regional-contact .contacts .contact .email a {
  text-transform: lowercase;
}
#press-page-content #press-enquiries .buttons-container {
  margin: 20px 0 0;
}
#press-page-content #press-enquiries .buttons-container .button {
  margin: 0 10px 0 0;
  display: inline-block;
}
#press-archive-page-content {
  overflow: hidden;
  padding: 60px 20px;
}
#press-archive-page-content .press-archive-list .archive-items-container .archive-item {
  position: relative;
  min-height: 1px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 0 40px;
  width: calc((100% - 12px) / 4);
}
#press-archive-page-content .press-archive-list .archive-items-container .archive-item:nth-child(4n+1) {
  padding-left: 0;
}
#press-archive-page-content .press-archive-list .archive-items-container .archive-item:nth-child(4n) {
  padding-right: 0;
}
#press-archive-page-content .press-archive-list .archive-items-container .archive-item .press-card {
  width: 100%;
}
#press-archive-page-content .press-archive-list .archive-items-container .archive-item .press-card .image-container {
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  background: white center top no-repeat;
  background-size: cover;
}
#press-archive-page-content .press-archive-list .archive-items-container .archive-item .press-card .info .date {
  color: #a7a9ac;
}
#press-archive-page-content .press-archive-list .archive-items-container .archive-item .press-card .info .title-container {
  margin: 0 0 0.5em;
}
#press-archive-page-content .press-archive-list .archive-items-container .archive-item .press-card .info .title {
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 221, 0.2) 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: inline;
  margin-top: 0;
  padding-bottom: 2px;
  -webkit-transition: background-size 300ms ease-in-out;
  -moz-transition: background-size 300ms ease-in-out;
  -ms-transition: background-size 300ms ease-in-out;
  -o-transition: background-size 300ms ease-in-out;
  transition: background-size 300ms ease-in-out;
}
#press-archive-page-content .press-archive-list .archive-items-container .archive-item .press-card:hover .title {
  background-size: 100% 100%;
}
body.page-template-tpl_redesign_press_archive-php .header {
  padding: 50px 0 0;
}
body.page-template-tpl_redesign_press_archive-php #sub-nav {
  display: none;
}
#press-item-page-content {
  padding: 60px 20px;
}
#press-item-page-content > * {
  float: left;
}
#press-item-page-content .info-col {
  width: 35%;
  padding-right: 40px;
}
#press-item-page-content .info-col .go-back {
  display: inline-block;
  margin: 0 0 20px;
  line-height: 100%;
  display: none;
}
#press-item-page-content .info-col .go-back:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 12px;
  margin-right: 8px;
  background: url('../images/redesign/icons/arrow-left-black-small.png') center center no-repeat;
  background-size: contain;
}
#press-item-page-content .info-col .title {
  font-size: 30px;
  line-height: 130%;
}
#press-item-page-content .info-col .date {
  color: #a7a9ac;
}
#press-item-page-content .info-col .image-container {
  margin-top: 30px;
}
#press-item-page-content .info-col .image-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#press-item-page-content .full-text-col {
  width: 65%;
}
#press-item-page-content .full-text-col p {
  margin: 0 0 1em;
}
#press-item-page-content .full-text-col b {
  font-weight: 600;
}
#contact-us-container .page-width {
  padding: 60px 20px;
}
#contact-us-container > .page-width {
  padding-bottom: 0 !important;
}
#contact-us-container .row:nth-of-type(odd) {
  background: rgba(242, 242, 242, 0.5);
}
#contact-us-container #address-america .page-width {
  padding-top: 0 !important;
}
#contact-us-container .city-card {
  display: inline-block;
  vertical-align: top;
  background: white;
  border: 1px solid #e4e5e6;
  margin: 0 10px 20px;
  width: calc((100% - 50px) / 3);
}
#contact-us-container .city-card:nth-child(3n + 1) {
  margin-left: 0;
}
#contact-us-container .city-card:nth-child(3n) {
  margin-right: 0;
}
#contact-us-container .city-card img {
  width: 100%;
}
#contact-us-container .city-card .image {
  width: 100%;
  height: 240px;
  background: #555 no-repeat center top;
  background-size: cover;
}
#contact-us-container .city-card .info {
  height: 311px;
  padding: 20px;
}
#contact-us-container .city-card .addresses {
  margin: 0 0 20px;
}
#contact-us-container .city-card .addresses p:first-child {
  margin-bottom: 0;
}
#contact-us-container .city-card h5 {
  margin-top: 20px;
}
#login-form-container {
  margin: 0 auto;
  width: 100%;
  max-width: 520px;
  min-height: calc(100vh - 550px);
  padding: 60px 20px;
}
#login-form-container .log-in-wrapper {
  border: 1px solid #e4e5e6;
  padding: 30px;
}
#login-form-container .log-in-wrapper #login-form {
  margin: 0 auto;
  overflow: hidden;
}
#login-form-container .log-in-wrapper #login-form #the-fields {
  margin-bottom: 70px;
}
#login-form-container .log-in-wrapper #login-form #the-fields .input-row {
  position: relative;
  margin: 0 0 20px;
  zoom: 1;
}
#login-form-container .log-in-wrapper #login-form #the-fields .input-row:before,
#login-form-container .log-in-wrapper #login-form #the-fields .input-row:after {
  content: "";
  display: table;
}
#login-form-container .log-in-wrapper #login-form #the-fields .input-row:after {
  clear: both;
}
#login-form-container .log-in-wrapper #login-form #the-fields .remember-me {
  display: inline-block;
  float: left;
}
#login-form-container .log-in-wrapper #login-form #the-fields .remember-me input[type=checkbox] + label:before {
  box-shadow: none;
  border: 1px solid #a7a9ac;
  height: 16px;
  width: 16px;
  background-position: 3px 3px;
  background-repeat: no-repeat;
}
#login-form-container .log-in-wrapper #login-form #the-fields .remember-me label {
  font-size: 14px;
  margin: 0;
  display: inline-block;
  line-height: 18px;
}
#login-form-container .log-in-wrapper #login-form #the-fields .forgot-pass {
  float: right;
  display: inline-block;
  text-align: right;
}
#login-form-container .log-in-wrapper #login-form .form_links {
  margin-top: 30px;
}
#login-form-container .log-in-wrapper #login-form .form_links .button {
  width: 100%;
  background: #0000dd;
  color: white;
}
#login-form-container .log-in-wrapper #login-form .sso_link {
  margin-top: 30px;
  display: inline-block;
  text-align: left;
}
#reset-password-page-content {
  margin: 0 auto;
  width: 100%;
  max-width: 520px;
  min-height: calc(100vh - 550px);
  padding: 60px 20px;
}
#reset-password-page-content #forgot-pw-container {
  border: 1px solid #e4e5e6;
  padding: 30px;
}
#reset-password-page-content #forgot-pw-container #forgot-pw-form {
  margin-top: 30px;
}
#reset-password-page-content #forgot-pw-container #forgot-pw-form .field_row:not(:last-child) {
  margin: 0 0 20px;
}
#reset-password-page-content #forgot-pw-container #forgot-pw-form .field_row:last-child {
  padding-top: 20px;
  border-top: 1px solid #e4e5e6;
}
#reset-password-page-content #forgot-pw-container #forgot-pw-form #action-buttons {
  overflow: auto;
}
#reset-password-page-content #forgot-pw-container #forgot-pw-form #action-buttons #back-to-login-button {
  float: left;
  display: inline-block;
  margin-top: 8px;
}
#reset-password-page-content #forgot-pw-container #forgot-pw-form #action-buttons #forgot-submit-button {
  float: right;
  display: inline-block;
}
#reset-password-page-content #thank-you-container {
  margin: 0 auto;
  width: 100%;
  max-width: 520px;
  padding: 60px 20px;
}
#get-demo-page,
#subscriber-get-demo-page {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  padding: 60px 20px;
}
#get-demo-page h1,
#subscriber-get-demo-page h1 {
  margin: 0 0 0.25em;
}
#get-demo-page .subheadingText,
#subscriber-get-demo-page .subheadingText {
  line-height: 140%;
  margin: 0 0 0.5em;
  font-size: 18px;
}
#get-demo-page #demo-form-container + .subheadingText,
#subscriber-get-demo-page #demo-form-container + .subheadingText {
  font-size: 12px;
  font-style: italic;
  color: #a7a9ac;
}
#get-demo-page #demo-form-container,
#subscriber-get-demo-page #demo-form-container {
  margin-top: 40px;
}
#get-demo-page .demo-form,
#subscriber-get-demo-page .demo-form {
  width: 100%;
}
#get-demo-page .demo-form .form-row,
#subscriber-get-demo-page .demo-form .form-row {
  width: 100%;
}
#get-demo-page .demo-form .form-row .input-row,
#subscriber-get-demo-page .demo-form .form-row .input-row {
  position: relative;
  margin: 0 0 20px;
  zoom: 1;
}
#get-demo-page .demo-form .form-row .input-row:before,
#subscriber-get-demo-page .demo-form .form-row .input-row:before,
#get-demo-page .demo-form .form-row .input-row:after,
#subscriber-get-demo-page .demo-form .form-row .input-row:after {
  content: "";
  display: table;
}
#get-demo-page .demo-form .form-row .input-row:after,
#subscriber-get-demo-page .demo-form .form-row .input-row:after {
  clear: both;
}
#get-demo-page .demo-form .form-row .input-row select,
#subscriber-get-demo-page .demo-form .form-row .input-row select {
  border: 0;
  float: left;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
#get-demo-page .demo-form .form-row .input-row select option,
#subscriber-get-demo-page .demo-form .form-row .input-row select option {
  padding: 5px 0 5px 20px;
}
#get-demo-page .demo-form .text-field-products,
#subscriber-get-demo-page .demo-form .text-field-products {
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
}
#get-demo-page .demo-form .select-products,
#subscriber-get-demo-page .demo-form .select-products {
  margin: 10px auto 20px;
}
#get-demo-page .demo-form .select-products .products-line,
#subscriber-get-demo-page .demo-form .select-products .products-line {
  width: 100%;
}
#get-demo-page .demo-form .select-products .blockProduct,
#subscriber-get-demo-page .demo-form .select-products .blockProduct {
  border: 1px solid #a7a9ac;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#get-demo-page .demo-form .select-products .blockProduct input[type=checkbox],
#subscriber-get-demo-page .demo-form .select-products .blockProduct input[type=checkbox],
#get-demo-page .demo-form .select-products .blockProduct input[type=radio],
#subscriber-get-demo-page .demo-form .select-products .blockProduct input[type=radio] {
  display: none;
}
#get-demo-page .demo-form .select-products .selectedProduct,
#subscriber-get-demo-page .demo-form .select-products .selectedProduct {
  border-color: #a7a9ac;
  background: #a7a9ac;
  color: white;
}
#get-demo-page .demo-form #select-products-message,
#subscriber-get-demo-page .demo-form #select-products-message,
#get-demo-page .demo-form #select-budget-message,
#subscriber-get-demo-page .demo-form #select-budget-message {
  width: 100%;
}
#get-demo-page .demo-form #select-products-message .error-message,
#subscriber-get-demo-page .demo-form #select-products-message .error-message,
#get-demo-page .demo-form #select-budget-message .error-message,
#subscriber-get-demo-page .demo-form #select-budget-message .error-message {
  color: #da1c24;
  display: none;
}
#get-demo-page .demo-form #select-products-message .error-message.displayError,
#subscriber-get-demo-page .demo-form #select-products-message .error-message.displayError,
#get-demo-page .demo-form #select-budget-message .error-message.displayError,
#subscriber-get-demo-page .demo-form #select-budget-message .error-message.displayError {
  display: block;
}
#get-demo-page .demo-form .sumbit-row,
#subscriber-get-demo-page .demo-form .sumbit-row {
  margin: 30px auto 50px;
}
#get-demo-page .demo-form .sumbit-row #demo-submit-button,
#subscriber-get-demo-page .demo-form .sumbit-row #demo-submit-button {
  background: #0000dd;
  color: white;
}
.page-template-subscriber_demo_form-php #get-demo-page .demo-form .sumbit-row #demo-cancel,
.page-template-subscriber_demo_form-php #subscriber-get-demo-page .demo-form .sumbit-row #demo-cancel {
  display: block;
  float: left;
  margin-top: 10px;
  border-bottom: 1px solid #b1b1b1;
  color: #2d2d2d;
  line-height: 1.3em;
  font-size: 15px;
}
.page-template-subscriber_demo_form-php #get-demo-page .demo-form .sumbit-row #demo-cancel:hover,
.page-template-subscriber_demo_form-php #subscriber-get-demo-page .demo-form .sumbit-row #demo-cancel:hover {
  border-bottom: 1px solid #2d2d2d;
}
#thank-you-page,
#subscriber-thank-you-page {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  min-height: 600px;
  padding: 60px 20px;
}
#thank-you-page .subheadingText p,
#subscriber-thank-you-page .subheadingText p {
  font-size: 16px;
}
.page-template-subscriber_demo_form-php #header,
.page-template-subscriber_demo_form-php #back-to-top-arrow,
.page-template-subscriber_demo_form-php .footer,
.page-template-subscriber_demo_form-php #cookiemsg {
  display: none !important;
}
#page-not-found-container {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  padding: 60px 20px;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
#page-not-found-container h1 {
  margin-bottom: 0;
}
#page-not-found-container #go-home-button {
  margin-top: 60px;
}
#cookie-policy-container {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  padding: 60px 20px;
}
#cookie-policy-container p b,
#cookie-policy-container p strong {
  font-weight: 600;
}
#moma-page-content {
  padding-top: 60px;
}
#moma-page-content .page-width {
  padding: 0 20px;
}
#moma-page-content .info-card:last-of-type {
  margin: 0 auto 40px;
}
#moma-page-content .info-card .title {
  margin: 0 0 0.5em;
}
#moma-page-content .info-card .description p {
  margin: 0 0 1.2em;
  font-weight: normal;
}
#moma-page-content .info-card .image-credit {
  font-size: 10px;
  color: #a7a9ac;
}
#moma-page-content #futures .media .image-overlay-text {
  text-align: right;
  padding: 0;
}
#moma-page-content #futures .media .image-overlay-text * {
  margin: 0 20px 0 0;
  position: relative;
  top: 70px;
  font-size: 40px;
  font-weight: 900;
  font-family: "DM Sans", "Georgia", Cambria, Times New Roman, Times, serif;
  color: white;
}
#moma-page-content #blog {
  background: rgba(242, 242, 242, 0.5);
}
#moma-page-content #blog .page-width {
  padding: 60px 20px;
}
#moma-page-content #blog .blog-posts {
  overflow: auto;
}
#moma-page-content #blog .blog-post {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 95px) / 5);
}
#moma-page-content #blog .blog-post:not(:last-child) {
  margin-right: 20px;
}
#moma-page-content #blog .blog-post a {
  display: block;
}
#moma-page-content #blog .blog-post .thumbnail {
  width: 100%;
  height: 140px;
  background: no-repeat center;
  background-size: cover;
  margin: 0 0 15px;
}
#moma-page-content #blog .blog-post .title {
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 221, 0.2) 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: inline;
  margin-top: 0;
  padding-bottom: 2px;
  -webkit-transition: background-size 300ms ease-in-out;
  -moz-transition: background-size 300ms ease-in-out;
  -ms-transition: background-size 300ms ease-in-out;
  -o-transition: background-size 300ms ease-in-out;
  transition: background-size 300ms ease-in-out;
}
#moma-page-content #blog .blog-post .info {
  color: #a7a9ac;
  font-size: 12px;
  margin: 0.5em 0 0;
}
#moma-page-content #blog .blog-post:hover .title {
  background-size: 100% 100%;
}
body.moma-partnership #header-top-carousel .sub-title span {
  border-bottom: 2px solid white;
}
body.moma-partnership #header-top-carousel .paragraph {
  position: absolute;
  bottom: 0;
  font-size: 10px;
}
.header #main-nav .wrap.page-width .left .menu > .menu-item.menu-item-85351:hover > .sub-menu,
.header #main-nav .wrap.page-width .left .menu > .menu-item.menu-item-86176:hover > .sub-menu,
.header #main-nav .wrap.page-width .left .menu > .menu-item.menu-item-86181:hover > .sub-menu,
.header #main-nav .wrap.page-width .left .menu > .menu-item.menu-item-86396:hover > .sub-menu,
.header #main-nav .wrap.page-width .left .menu > .menu-item.menu-item-86251:hover > .sub-menu,
.header #main-nav .wrap.page-width .left .menu > .menu-item.menu-item-86341:hover > .sub-menu,
.header #main-nav .wrap.page-width .left .menu > .menu-item.menu-item-86346:hover > .sub-menu {
  opacity: 0;
}
.advisory #header-top-carousel .sub-title {
  font-size: 28px;
}
body.advisory:not(.jp):not(.cs):not(.ko) .caslon {
  font-family: "DM Sans", "Georgia", Cambria, Times New Roman, Times, serif;
}
body.advisory:not(.jp):not(.cs):not(.ko) #sub-nav {
  font-family: "DM Sans", "Georgia", Cambria, Times New Roman, Times, serif;
}
body.advisory:not(.jp):not(.cs):not(.ko) #header-top-carousel .sub-title {
  font-family: "DM Sans", "Georgia", Cambria, Times New Roman, Times, serif;
}
#advisory-page-content .inverted {
  background: black;
  color: white;
}
#advisory-page-content section {
  padding: 60px 20px;
}
#advisory-page-content section .section-title {
  font-size: 62px;
  font-weight: 500;
}
#advisory-page-content section .two-col {
  display: flex;
}
#advisory-page-content section .two-col .left-col {
  flex-basis: 46%;
}
#advisory-page-content section .two-col .left-col .image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
#advisory-page-content section .two-col .right-col {
  flex-basis: 54%;
  padding: 0 0 0 80px;
}
#advisory-page-content #what-is-mindset .two-col {
  margin-bottom: 20px;
}
#advisory-page-content #what-is-mindset .blurb-title.first-title {
  font-size: 42px;
  font-weight: normal;
  text-transform: uppercase;
}
#advisory-page-content #what-is-mindset .blurb-description.first-description {
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
#advisory-page-content #what-is-mindset .blurb-title.second-title {
  font-size: 30px;
  font-weight: normal;
}
#advisory-page-content #what-is-mindset .button {
  margin-right: 10px;
}
#advisory-page-content #why-are-we-different .blurb-title {
  font-weight: normal;
  margin-bottom: 20px;
}
#advisory-page-content #why-are-we-different .blurb-description {
  margin-bottom: 20px;
}
#advisory-page-content #why-are-we-different .button {
  margin-right: 10px;
}
#advisory-page-content #what-we-deliver .we-deliver-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#advisory-page-content #what-we-deliver .we-deliver-items .we-deliver-item {
  flex-basis: calc(33% - 10px);
  margin-bottom: 60px;
}
#advisory-page-content #what-we-deliver .we-deliver-items .we-deliver-item .we-deliver-image {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#advisory-page-content #what-we-deliver .we-deliver-items .we-deliver-item .blurb-title {
  font-weight: normal;
  margin-bottom: 20px;
}
#advisory-page-content #what-we-deliver .button {
  margin-right: 10px;
}
#advisory-page-content #questions-we-help-answer .section-description {
  font-size: 24px;
}
#advisory-page-content #questions-we-help-answer .blurb-number {
  font-size: 54px;
  margin-bottom: 5px;
  line-height: 1em;
}
#advisory-page-content #questions-we-help-answer .blurb-title {
  font-weight: normal;
  margin-bottom: 16px;
  font-size: 22px;
}
#advisory-page-content #questions-we-help-answer .blurb-description {
  margin-bottom: 30px;
}
#advisory-page-content #questions-we-help-answer .button {
  margin-right: 10px;
}
#advisory-page-content #how-we-work .blurb-number {
  font-size: 54px;
  margin-bottom: 5px;
  line-height: 1em;
}
#advisory-page-content #how-we-work .blurb-title {
  font-size: 22px;
  font-weight: 500;
}
#advisory-page-content #how-we-work .blurb-description {
  margin-bottom: 15px;
}
#advisory-page-content #who-we-are {
  padding-bottom: 0;
}
#advisory-page-content #who-we-are .section-subtitle {
  font-size: 42px;
  font-weight: normal;
  text-transform: uppercase;
}
#advisory-page-content #who-we-are .section-description {
  font-size: 24px;
}
#advisory-page-content #who-we-are .two-col {
  margin-bottom: 0;
}
#advisory-page-content #our-experts {
  padding-bottom: 0;
}
#advisory-page-content .who-we-are-button-container {
  padding: 60px 20px;
  padding-top: 0;
}
#advisory-page-content #our-experts .title {
  display: none;
}
#advisory-page-content #our-experts .expert-card {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  width: calc((100% - 13px) / 4);
}
#advisory-page-content #our-experts .expert-card:nth-child(4n+1) {
  padding-left: 0;
}
#advisory-page-content #our-experts .expert-card:nth-child(4n) {
  padding-right: 0;
}
#advisory-page-content #our-experts .expert-card .job-title,
#advisory-page-content #our-experts .expert-card .description {
  color: #e4e5e6;
}
#advisory-page-content #our-experts .load-more-btn {
  color: white;
}
#advisory-page-content #global-outreach .section-description {
  font-size: 24px;
  line-height: 1.2em;
}
#advisory-page-content #global-outreach .map-container {
  position: relative;
  margin-bottom: 20px;
}
#advisory-page-content #global-outreach .map-container .map {
  width: 100%;
}
#advisory-page-content #global-outreach .map-container .city-label {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  #advisory-page-content #global-outreach .map-container .city-label {
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  #advisory-page-content #global-outreach .map-container .city-label {
    font-size: 10px;
  }
}
@media only screen and (max-width: 736px) {
  #advisory-page-content #global-outreach .map-container .city-label {
    font-size: 9px;
  }
}
@media only screen and (max-width: 660px) {
  #advisory-page-content #global-outreach .map-container .city-label {
    font-size: 8px;
  }
}
@media only screen and (max-width: 560px) {
  #advisory-page-content #global-outreach .map-container .city-label {
    font-size: 7px;
  }
}
@media only screen and (max-width: 420px) {
  #advisory-page-content #global-outreach .map-container .city-label {
    font-size: 6px;
  }
}
#advisory-page-content #global-outreach .map-container .city-label.barcelona {
  top: 32.5%;
  left: 50%;
}
#advisory-page-content #global-outreach .map-container .city-label.cape-town {
  top: 85.5%;
  left: 53%;
}
#advisory-page-content #global-outreach .map-container .city-label.cologne {
  top: 21.5%;
  left: 51.5%;
  color: white;
}
#advisory-page-content #global-outreach .map-container .city-label.hong-kong {
  top: 44%;
  left: 82.5%;
}
#advisory-page-content #global-outreach .map-container .city-label.istanbul {
  top: 30.5%;
  left: 58%;
  color: white;
}
#advisory-page-content #global-outreach .map-container .city-label.london {
  top: 20.5%;
  left: 41.8%;
}
#advisory-page-content #global-outreach .map-container .city-label.los-angeles {
  top: 37%;
  left: 9%;
}
#advisory-page-content #global-outreach .map-container .city-label.melbourne {
  top: 87.5%;
  left: 82.5%;
}
#advisory-page-content #global-outreach .map-container .city-label.new-york {
  top: 31%;
  left: 30.5%;
}
#advisory-page-content #global-outreach .map-container .city-label.paris {
  top: 24%;
  left: 45%;
}
#advisory-page-content #global-outreach .map-container .city-label.sao-paulo {
  top: 78%;
  left: 37.5%;
}
#advisory-page-content #global-outreach .map-container .city-label.shanghai {
  top: 38%;
  left: 84%;
}
#advisory-page-content #global-outreach .map-container .city-label.singapore {
  top: 62%;
  left: 71%;
}
#advisory-page-content #global-outreach .map-container .city-label.verona {
  top: 25%;
  left: 53%;
  color: white;
}
#advisory-page-content #mindset-white-papers .blog-posts {
  overflow: auto;
  margin-bottom: 20px;
}
#advisory-page-content #mindset-white-papers .blog-post {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 95px) / 5);
  text-align: center;
}
#advisory-page-content #mindset-white-papers .blog-post:not(:last-child) {
  margin-right: 20px;
}
#advisory-page-content #mindset-white-papers .blog-post a {
  display: block;
}
#advisory-page-content #mindset-white-papers .blog-post .thumbnail {
  width: 100%;
  height: 140px;
  background: no-repeat center;
  background-size: cover;
  margin: 0 0 15px;
}
#advisory-page-content #mindset-white-papers .blog-post .title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
}
#advisory-page-content #mindset-white-papers .blog-post .info {
  color: #a7a9ac;
  font-size: 12px;
  margin: 0.5em 0 0;
}
@media only screen and (max-width: 1200px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
  }
  html,
  body {
    height: 100%;
    background: white;
  }
  body.touch-menu-open {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  body.touch-menu-open #touch-menu {
    display: block;
  }
  body.touch-menu-open #touch-menu #touch-menu-container {
    transform: scale(1);
  }
  body.touch-menu-open #container {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: white;
  }
  .video-playback-popup-container .video-playback-popup-content {
    width: 70%;
    height: 40%;
    min-width: 660px;
    min-height: 400px;
  }
  .page-carousel .carousel-arrows .arrow {
    width: 50px;
    background-size: 14px 26px;
  }
  .page-carousel .carousel-arrows .arrow.left {
    left: -50px;
  }
  .page-carousel .carousel-arrows .arrow.right {
    right: -50px;
  }
  #back-to-top-arrow {
    display: none !important;
  }
  .header {
    padding-bottom: 0;
  }
  .header #main-nav {
    position: fixed;
    top: 0 !important;
  }
  .header #main-nav .wrap.page-width {
    padding: 40px 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header #main-nav .wrap.page-width .left #touch-menu-button {
    display: block;
    position: relative;
    width: 22px;
    height: 26px;
    margin-top: 20px;
    margin-bottom: 12px;
    margin-right: 16px;
    cursor: pointer;
  }
  .header #main-nav .wrap.page-width .left #touch-menu-button.close .bar {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .header #main-nav .wrap.page-width .left #touch-menu-button.close .bar.bar-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1);
    -moz-transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1);
    -ms-transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1);
    -o-transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1);
    transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1);
  }
  .header #main-nav .wrap.page-width .left #touch-menu-button.close .bar.bar-2 {
    -webkit-transform: translate3d(0, 0, 0) rotate(0) scale(0, 1);
    -moz-transform: translate3d(0, 0, 0) rotate(0) scale(0, 1);
    -ms-transform: translate3d(0, 0, 0) rotate(0) scale(0, 1);
    -o-transform: translate3d(0, 0, 0) rotate(0) scale(0, 1);
    transform: translate3d(0, 0, 0) rotate(0) scale(0, 1);
  }
  .header #main-nav .wrap.page-width .left #touch-menu-button.close .bar.bar-3 {
    -webkit-transform: translate3d(0, 1px, 0) rotate(-45deg) scale(1, 1);
    -moz-transform: translate3d(0, 1px, 0) rotate(-45deg) scale(1, 1);
    -ms-transform: translate3d(0, 1px, 0) rotate(-45deg) scale(1, 1);
    -o-transform: translate3d(0, 1px, 0) rotate(-45deg) scale(1, 1);
    transform: translate3d(0, 1px, 0) rotate(-45deg) scale(1, 1);
  }
  .header #main-nav .wrap.page-width .left #touch-menu-button .bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: white;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1, 1);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg) scale(1, 1);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg) scale(1, 1);
    -o-transform: translate3d(0, 0, 0) rotate(0deg) scale(1, 1);
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1, 1);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .header #main-nav .wrap.page-width .left #touch-menu-button .bar.bar-1 {
    top: 5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
  .header #main-nav .wrap.page-width .left #touch-menu-button .bar.bar-2 {
    top: 12px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  .header #main-nav .wrap.page-width .left #touch-menu-button .bar.bar-3 {
    bottom: 5px;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .header #main-nav .wrap.page-width .left .logo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .header #main-nav .wrap.page-width .left .logo a .logo-image {
    opacity: 1;
  }
  .header #main-nav .wrap.page-width .left .logo a .logo-image.sub-nav-logo-image {
    display: none;
  }
  .header #main-nav .wrap.page-width .left .logo a .wgsn-logo {
    opacity: 1;
  }
  .header #main-nav .wrap.page-width .left .menu-top-navigation-container,
  .header #main-nav .wrap.page-width .left .menu {
    display: none;
  }
  .header .top-carousel .carousel {
    height: 460px;
  }
  .header .top-carousel .carousel .header-carousel-item {
    height: 460px;
  }
  .header .top-carousel .carousel .header-carousel-item .content .page-width {
    padding: 40px 20px;
  }
  .header .top-carousel .carousel .header-carousel-item .content .page-width .title {
    font-size: 80px;
  }
  .london .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
  .new-york .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
  .dubai .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
  .hong-kong .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
  .sao-paulo .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
  .cape-town .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
  .melbourne .header .top-carousel .carousel .header-carousel-item .content .page-width .title {
    font-size: 70px;
  }
  .header #sub-nav {
    display: none;
  }
  #touch-menu #touch-menu-cover,
  #touch-menu #touch-menu-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100%;
  }
  #touch-menu #touch-menu-cover {
    bottom: 0;
    right: 0;
    z-index: 999999;
  }
  #touch-menu #touch-menu-container {
    background: black;
    overflow: auto;
    transition: all 600ms;
    padding-top: 20px;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
  #touch-menu #touch-menu-container ul {
    display: block;
    width: 100%;
    margin: 0;
    zoom: 1;
  }
  #touch-menu #touch-menu-container ul:before,
  #touch-menu #touch-menu-container ul:after {
    content: "";
    display: table;
  }
  #touch-menu #touch-menu-container ul:after {
    clear: both;
  }
  #touch-menu #touch-menu-container ul li {
    display: block;
    float: left;
    width: 100%;
  }
  #touch-menu #touch-menu-container ul li a,
  #touch-menu #touch-menu-container ul li .link {
    display: block;
    padding: 10px 18px;
    width: 100%;
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
    color: #a7a9ac;
    cursor: default;
    margin-top: -1px;
    border-left: 3px solid transparent;
  }
  #touch-menu #touch-menu-container ul li a[href],
  #touch-menu #touch-menu-container ul li .link[href] {
    cursor: pointer;
  }
  #touch-menu #touch-menu-container ul li > a.active,
  #touch-menu #touch-menu-container ul li.current-menu-item > a,
  #touch-menu #touch-menu-container ul li:not(:first-child).current-menu-parent > a {
    border-left-color: white;
    color: white;
  }
  #touch-menu #touch-menu-container .main-nav-menu {
    padding-bottom: 30px;
  }
  #touch-menu #touch-menu-container .main-nav-menu ul.menu > li ul.sub-menu {
    display: none;
  }
  #touch-menu #touch-menu-container .main-nav-menu ul.menu > li:first-child ul.sub-menu {
    display: block;
  }
  body.en #touch-menu #touch-menu-container .main-nav-menu ul.menu > .menu-item-78451 ul.sub-menu {
    display: block;
  }
  #touch-menu #touch-menu-container .main-nav-menu ul ul {
    padding-left: 15px;
  }
  #touch-menu #touch-menu-container .main-nav-menu ul ul li:last-child {
    margin-bottom: none;
  }
  #touch-menu #touch-menu-container .touch-language-selector .language-selector {
    display: none;
  }
  #touch-menu #touch-menu-container .touch-language-selector li .link {
    display: none;
  }
  #touch-menu #touch-menu-container .touch-language-selector a.active {
    border-left-color: transparent;
    color: white;
  }
  .before-footer .wrap {
    padding: 40px 20px;
  }
  .before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form {
    width: 100%;
    margin-top: 0;
  }
  .before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form .wrapperInput {
    width: 100%;
    margin: 0;
  }
  .before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form .submit-btn {
    width: 100%;
    margin-top: 10px;
  }
  .before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form .check-boxes {
    width: 100%;
    margin-top: 10px;
  }
  .before-footer .wrap .wrap-table .inner-wrap .newsletter .newsletter-form .check-boxes .check-box-container label {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 0;
  }
  .before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper .table-cell-wrapper .text {
    padding: 0 5px;
    font-size: 14px;
  }
  .before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper .table-cell-wrapper .social-media-container {
    height: auto;
  }
  .footer {
    height: auto;
  }
  .footer .wrap {
    padding: 40px 20px;
  }
  .footer .content-container .col {
    width: calc(50% - 20px);
    max-width: none;
    padding: 0;
    margin: 0 10px 30px;
  }
  .footer .content-container .col#footer-go-to,
  .footer .content-container .col#footer-get-wgsn {
    display: none;
  }
  .footer .content-container .col#footer-give-us-a-call {
    margin-left: 0;
  }
  .footer .content-container .col#footer-legal {
    margin-right: 0;
  }
  #home-page-content {
    padding: 40px 20px;
  }
  #home-page-content .home-page-description {
    margin-bottom: 40px;
  }
  .info-card {
    margin: 20px 0;
  }
  .info-card .info .buttons {
    margin-top: 30px;
  }
  #product-page-content #subscriber-features {
    padding: 40px 20px;
  }
  #product-page-content #subscriber-features .product-description {
    margin-bottom: 40px;
  }
  #product-page-content #our-experts .expert-card {
    width: calc((100% - 9px) / 3);
  }
  #product-page-content #our-experts .expert-card:nth-child(4n+1) {
    padding-left: 10px;
  }
  #product-page-content #our-experts .expert-card:nth-child(4n) {
    padding-right: 10px;
  }
  #product-page-content #our-experts .expert-card:nth-child(3n+1) {
    padding-left: 0;
  }
  #product-page-content #our-experts .expert-card:nth-child(3n) {
    padding-right: 0;
  }
  .page-template-tpl_redesign_about_us #header-top-carousel .background {
    background-position-x: 85%;
  }
  #about-us-page-content #about-us-intro {
    padding: 40px 20px;
  }
  #about-us-page-content #our-services {
    padding: 40px 20px;
  }
  #about-us-page-content .wide-panel .content {
    padding: 40px 20px;
  }
  .our-experts {
    padding: 40px 20px;
  }
  .our-experts .experts-page .expert-card {
    width: 33%;
    margin-bottom: 40px;
  }
  .our-experts .experts-page .expert-card:nth-child(3n+1) {
    clear: both;
  }
  .our-experts .experts-page .expert-card:nth-child(4n+1) {
    clear: none;
  }
  .our-experts.page-carousel {
    padding: 40px 20px;
  }
  .our-experts.page-carousel .experts-page .expert-card {
    margin-bottom: 0;
  }
  .agenda-items .agenda-items-page .agenda-item-card {
    width: 33%;
    margin-bottom: 40px;
  }
  .agenda-items .agenda-items-page .agenda-item-card:nth-child(3n+1) {
    clear: both;
  }
  .agenda-items .agenda-items-page .agenda-item-card:nth-child(4n+1) {
    clear: none;
  }
  .agenda-items.page-carousel .agenda-items-page .agenda-item-card {
    margin-bottom: 0;
  }
  #wgsn-users-content .page-width {
    padding: 40px 20px;
  }
  #wgsn-users-content #who-uses-wgsn .users-menu {
    display: none;
  }
  #wgsn-users-content #our-clients > .page-width > .title,
  #wgsn-users-content #our-clients > .page-width > .description {
    max-width: none;
  }
  #wgsn-users-content #our-clients .carousel-container .carousel .clients-carousel-item .client {
    width: calc((100% - 60px) / 4);
  }
  #wgsn-users-content #our-clients .carousel-container .carousel .clients-carousel-item .client:nth-child(6n) {
    margin-right: 20px;
  }
  #wgsn-users-content #our-clients .carousel-container .carousel .clients-carousel-item .client:nth-child(4n) {
    margin-right: 0;
  }
  #wgsn-users-content #our-clients .carousel-container .arrow {
    width: 12%;
    background-position: center 180px;
  }
  #wgsn-users-content #our-clients .carousel-container .arrow.left {
    left: -12%;
  }
  #wgsn-users-content #our-clients .carousel-container .arrow.right {
    right: -12%;
  }
  #wgsn-users-content #case-studies .pdfs .pdf {
    flex-basis: calc((100% - 20px) / 2);
    margin-top: 20px;
  }
  #wgsn-users-content #case-studies .pdfs .pdf:nth-of-type(3n) {
    margin-right: 20px;
  }
  #wgsn-users-content #case-studies .pdfs .pdf:nth-of-type(2n) {
    margin-right: 0;
  }
  #wgsn-users-content #case-studies .pdfs .pdf:nth-of-type(2n - 1) {
    margin-left: 0;
  }
  #wgsn-users-content #case-studies .pdfs .pdf:nth-of-type(2n) {
    margin-right: 0;
  }
  #wgsn-users-content #case-studies .pdfs .pdf .media {
    height: 200px;
  }
  #industries-page-content #industries-intro,
  #industries-page-content #industries-list .page-width {
    padding: 40px 20px;
  }
  #industries-page-content #industries-list .industry-list li {
    width: calc((100% - 40px) / 3);
  }
  #industries-page-content #industries-list .industry-list li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  #industries-page-content #industries-list .industry-list li:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
  #industry-page-content #industry-about,
  #industry-page-content #industry-help,
  #industry-page-content #industry-market .page-width,
  #industry-page-content #industry-features,
  #industry-page-content #industry-blog .page-width,
  #industry-page-content #industry-experts {
    padding: 40px 20px;
  }
  #industry-page-content #industry-about .report {
    height: auto;
  }
  #industry-page-content #industry-about .report .report-text {
    position: relative;
    height: 100%;
    max-width: 600px;
    width: calc(100% - 140px);
    float: left;
  }
  #industry-page-content #industry-about .report .report-text .button {
    position: static;
    bottom: auto;
    margin: 10px auto 0 0;
  }
  #industry-page-content #industry-market .client-list .client-item {
    width: calc((100% - 72px) / 4);
  }
  #industry-page-content #industry-market .client-list .client-item:not(:nth-child(6n)) {
    margin-right: 0;
  }
  #industry-page-content #industry-market .client-list .client-item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  #industry-page-content #industry-market .client-list .client-item:nth-child(n+7) {
    margin-top: 0;
  }
  #industry-page-content #industry-market .client-list .client-item:nth-child(n+5) {
    margin-top: 20px;
  }
  #industry-page-content #industry-blog .blog-post {
    width: calc((100% - 48px) / 3);
  }
  #industry-page-content #industry-blog .blog-post:not(:last-child) {
    margin-right: 0;
  }
  #industry-page-content #industry-blog .blog-post:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
  #industry-page-content #industry-blog .blog-post:nth-of-type(-n+3) {
    margin-bottom: 20px;
  }
  #industry-page-content #industry-blog .blog-post .thumbnail {
    height: 180px;
  }
  #industry-page-content #our-experts .expert-card {
    width: calc((100% - 9px) / 3);
  }
  #industry-page-content #our-experts .expert-card:nth-child(4n+1) {
    padding-left: 10px;
  }
  #industry-page-content #our-experts .expert-card:nth-child(4n) {
    padding-right: 10px;
  }
  #industry-page-content #our-experts .expert-card:nth-child(3n+1) {
    padding-left: 0;
  }
  #industry-page-content #our-experts .expert-card:nth-child(3n) {
    padding-right: 0;
  }
  #events-page-content {
    padding: 40px 20px;
  }
  #events-page-content .events-container .event {
    height: 360px;
  }
  #futures-summit-page-header {
    padding: 40px 20px;
    padding-bottom: 0;
  }
  #futures-summit-page-content #futures-about {
    padding: 40px 20px;
  }
  #futures-summit-page-content #futures-about .about-video iframe {
    height: 420px;
  }
  #futures-summit-page-content #futures-partnership .page-width {
    padding: 40px 20px;
  }
  #futures-summit-page-content #futures-summit-partners {
    padding: 40px 20px;
  }
  #futures-summit-page-content #futures-summit-partners .client-list .client-item {
    width: calc((100% - 72px) / 4);
  }
  #futures-summit-page-content #futures-summit-partners .client-list .client-item:not(:nth-child(6n)) {
    margin-right: 0;
  }
  #futures-summit-page-content #futures-summit-partners .client-list .client-item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  #futures-summit-page-content #futures-summit-partners .client-list .client-item:nth-child(n+7) {
    margin-top: 0;
  }
  #futures-summit-page-content #futures-summit-partners .client-list .client-item:nth-child(n+5) {
    margin-top: 20px;
  }
  #futures-map .city#new-york {
    top: 26%;
    left: 28%;
  }
  #futures-map .city#sao-paulo {
    top: 65%;
    left: 35%;
  }
  #futures-map .city#london {
    top: 18%;
    right: 49.5%;
  }
  #futures-map .city#cape-town {
    top: 70.25%;
    left: 55%;
  }
  #futures-map .city#dubai {
    top: 34%;
    left: 64%;
  }
  #futures-map .city#hong-kong {
    top: 35%;
    left: 81%;
  }
  #futures-map .city#melbourne {
    top: 73.55%;
    right: 8.55%;
  }
  #futures-city-page-content #futures-city-about,
  #futures-city-page-content #futures-city-tickets .page-width,
  #futures-city-page-content #futures-city-agenda,
  #futures-city-page-content #futures-city-past-events .page-width,
  #futures-city-page-content #futures-city-other-cities .page-width {
    padding: 40px 20px;
  }
  #futures-city-page-content #futures-city-about .highlight-phrases {
    top: 88px;
  }
  #futures-city-page-content #futures-city-about .highlight-phrases ul:after {
    left: calc(100% - 100px);
  }
  #futures-city-page-content #futures-city-about .highlight-phrases ul li {
    font-size: 30px;
  }
  #futures-city-page-content #futures-city-partners .page-width {
    padding: 40px 20px;
  }
  #futures-city-page-content #futures-city-partners .client-list .client-item {
    width: calc((100% - 72px) / 4);
  }
  #futures-city-page-content #futures-city-partners .client-list .client-item:not(:nth-child(6n)) {
    margin-right: 0;
  }
  #futures-city-page-content #futures-city-partners .client-list .client-item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  #futures-city-page-content #futures-city-partners .client-list .client-item:nth-child(n+7) {
    margin-top: 0;
  }
  #futures-city-page-content #futures-city-partners .client-list .client-item:nth-child(n+5) {
    margin-top: 20px;
  }
  #futures-city-archive-about,
  #futures-city-archive-whitepaper .page-width {
    padding: 40px 20px;
  }
  #futures-city-archive-about .archive-about-video iframe {
    height: 420px;
  }
  #press-page-content #in-the-media .page-width,
  #press-page-content #press-releases .page-width,
  #press-page-content #press-enquiries {
    padding: 40px 20px;
  }
  #press-page-content #in-the-media .page-width .section-title-row .view-all-link,
  #press-page-content #press-releases .page-width .section-title-row .view-all-link,
  #press-page-content #press-enquiries .section-title-row .view-all-link {
    margin-top: 8px;
  }
  #press-page-content #press-enquiries .regional-contacts {
    margin-bottom: 40px;
  }
  #press-page-content #press-enquiries .regional-contact .contacts .contact {
    width: calc((100% - 25px) / 2);
  }
  #press-page-content #press-enquiries .regional-contact .contacts .contact:nth-child(3n + 1) {
    margin-left: 10px;
  }
  #press-page-content #press-enquiries .regional-contact .contacts .contact:nth-child(3n) {
    margin-right: 10px;
  }
  #press-page-content #press-enquiries .regional-contact .contacts .contact:nth-child(2n + 1) {
    margin-left: 0;
  }
  #press-page-content #press-enquiries .regional-contact .contacts .contact:nth-child(2n) {
    margin-right: 0;
  }
  #press-archive-page-content {
    padding: 40px 20px;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item {
    width: calc((100% - 8px) / 3);
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item:nth-child(4n+1) {
    padding-left: 10px;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item:nth-child(4n) {
    padding-right: 10px;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item:nth-child(3n+1) {
    padding-left: 0;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item:nth-child(3n) {
    padding-right: 0;
  }
  #press-item-page-content {
    padding: 40px 20px;
  }
  #press-item-page-content .info-col {
    width: 100%;
    padding-right: 0;
  }
  #press-item-page-content .info-col .title {
    font-size: 24px;
  }
  #press-item-page-content .info-col .image-container {
    margin: 20px 0;
  }
  #press-item-page-content .info-col .image-container img {
    width: auto;
    max-height: 400px;
  }
  #press-item-page-content .full-text-col {
    width: 100%;
  }
  #contact-us-container .page-width {
    padding: 40px 20px;
  }
  #contact-us-container .city-card {
    width: calc((100% - 25px) / 2);
  }
  #contact-us-container .city-card:nth-child(3n + 1) {
    margin-left: 10px;
  }
  #contact-us-container .city-card:nth-child(3n) {
    margin-right: 10px;
  }
  #contact-us-container .city-card:nth-child(2n + 1) {
    margin-left: 0;
  }
  #contact-us-container .city-card:nth-child(2n) {
    margin-right: 0;
  }
  #login-form-container {
    padding: 40px 20px;
  }
  #get-demo-page,
  #thank-you-page,
  #subscriber-thank-you-page {
    padding: 40px 20px;
  }
  #reset-password-page-content {
    padding: 40px 20px;
  }
  #page-not-found-container {
    padding: 40px 20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #cookie-policy-container {
    padding: 40px 20px;
  }
  #moma-page-content #blog .blog-post {
    width: calc((100% - 48px) / 3);
  }
  #moma-page-content #blog .blog-post:not(:last-child) {
    margin-right: 0;
  }
  #moma-page-content #blog .blog-post:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
  #moma-page-content #blog .blog-post:nth-of-type(-n+3) {
    margin-bottom: 20px;
  }
  #moma-page-content #blog .blog-post .thumbnail {
    height: 180px;
  }
  #advisory-page-content #questions-we-help-answer .section-title br {
    display: none;
  }
  #advisory-page-content #our-experts .expert-card {
    width: calc((100% - 9px) / 3);
  }
  #advisory-page-content #our-experts .expert-card:nth-child(4n+1) {
    padding-left: 10px;
  }
  #advisory-page-content #our-experts .expert-card:nth-child(4n) {
    padding-right: 10px;
  }
  #advisory-page-content #our-experts .expert-card:nth-child(3n+1) {
    padding-left: 0;
  }
  #advisory-page-content #our-experts .expert-card:nth-child(3n) {
    padding-right: 0;
  }
  #advisory-page-content #mindset-white-papers .blog-post {
    width: calc((100% - 48px) / 3);
  }
  #advisory-page-content #mindset-white-papers .blog-post:not(:last-child) {
    margin-right: 0;
  }
  #advisory-page-content #mindset-white-papers .blog-post:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
  #advisory-page-content #mindset-white-papers .blog-post:nth-of-type(-n+3) {
    margin-bottom: 20px;
  }
  #advisory-page-content #mindset-white-papers .blog-post .thumbnail {
    height: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .info-card .info .buttons .btn {
    text-align: center;
    width: 100%;
  }
  #product-page-content #our-experts .expert-card {
    width: calc((100% - 4px) / 2);
  }
  #product-page-content #our-experts .expert-card:nth-child(3n+1) {
    padding-left: 10px;
  }
  #product-page-content #our-experts .expert-card:nth-child(3n) {
    padding-right: 10px;
  }
  #product-page-content #our-experts .expert-card:nth-child(2n+1) {
    padding-left: 0;
  }
  #product-page-content #our-experts .expert-card:nth-child(2n) {
    padding-right: 0;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item {
    width: calc((100% - 4px) / 2);
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item:nth-child(3n+1) {
    padding-left: 10px;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item:nth-child(3n) {
    padding-right: 10px;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item:nth-child(2n+1) {
    padding-left: 0;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item:nth-child(2n) {
    padding-right: 0;
  }
  #futures-summit-page-header {
    padding: 40px 20px;
    padding-bottom: 0;
  }
  #futures-summit-page-content #futures-about {
    padding: 40px 20px;
  }
  #futures-summit-page-content #futures-about .about-video iframe {
    height: 380px;
  }
  #futures-summit-page-content #futures-partnership .page-width {
    padding: 40px 20px;
  }
  #futures-map .city .city-name {
    font-size: 20px;
  }
  #futures-map .city#new-york {
    top: 26%;
    left: 28%;
  }
  #futures-map .city#sao-paulo {
    top: 65%;
    left: 35%;
  }
  #futures-map .city#london {
    top: 18%;
    right: 49.5%;
  }
  #futures-map .city#cape-town {
    top: 69%;
    left: 55%;
  }
  #futures-map .city#dubai {
    top: 34%;
    left: 64%;
  }
  #futures-map .city#dubai .city-name {
    margin: -18px 0 0 -10px;
    color: white;
  }
  #futures-map .city#hong-kong {
    top: 35%;
    left: 81%;
  }
  #futures-map .city#melbourne {
    top: 70.55%;
    right: 8.55%;
  }
  #moma-page-content #futures .media .image-overlay-text * {
    font-size: 38px;
  }
  #advisory-page-content #our-experts .expert-card {
    width: calc((100% - 4px) / 2);
  }
  #advisory-page-content #our-experts .expert-card:nth-child(3n+1) {
    padding-left: 10px;
  }
  #advisory-page-content #our-experts .expert-card:nth-child(3n) {
    padding-right: 10px;
  }
  #advisory-page-content #our-experts .expert-card:nth-child(2n+1) {
    padding-left: 0;
  }
  #advisory-page-content #our-experts .expert-card:nth-child(2n) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 736px) {
  .video-playback-popup-container .video-playback-popup-content {
    top: 50px;
    width: 96%;
    height: 90%;
    min-width: 330px;
    min-height: 220px;
    max-height: 280px;
    max-width: 600px;
  }
  .page-carousel .carousel-arrows {
    display: none;
  }
  .page-carousel .carousel .owl-item {
    padding: 0;
  }
  .page-carousel .carousel .owl-controls {
    display: none;
  }
  .page-carousel .carousel .owl-controls .owl-dots {
    margin-top: 0;
    text-align: center;
  }
  .page-carousel .carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    margin-top: 10px;
  }
  .header #main-nav .wrap.page-width {
    padding: 30px 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header #main-nav .wrap.page-width .right #language-drop-down,
  .header #main-nav .wrap.page-width .right .get-a-demo-btn {
    display: none;
  }
  .header #main-nav .wrap.page-width .right .kakao-link {
    margin-right: 0;
  }
  .header .top-carousel .carousel {
    height: 380px;
  }
  .header .top-carousel .carousel .header-carousel-item {
    height: 380px;
  }
  .header .top-carousel .carousel .header-carousel-item .content .page-width {
    padding: 30px 20px;
  }
  .header .top-carousel .carousel .header-carousel-item .content .page-width .title {
    font-size: 60px;
  }
  .london .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
  .new-york .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
  .dubai .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
  .hong-kong .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
  .sao-paulo .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
  .cape-town .header .top-carousel .carousel .header-carousel-item .content .page-width .title,
  .melbourne .header .top-carousel .carousel .header-carousel-item .content .page-width .title {
    font-size: 50px;
  }
  .header .top-carousel .carousel .header-carousel-item .content .page-width .sub-title {
    font-size: 16px;
  }
  .before-footer .wrap {
    padding: 30px 20px;
  }
  .before-footer .wrap .wrap-table {
    display: block;
  }
  .before-footer .wrap .wrap-table .inner-wrap {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .before-footer .wrap .wrap-table .inner-wrap:first-child,
  .before-footer .wrap .wrap-table .inner-wrap:last-child {
    padding: 0;
  }
  .before-footer .wrap .wrap-table .inner-wrap:last-child {
    margin-bottom: 0;
  }
  .before-footer .wrap .wrap-table .inner-wrap .newsletter,
  .before-footer .wrap .wrap-table .inner-wrap .follow-us {
    height: auto;
  }
  .before-footer .wrap .wrap-table .inner-wrap .follow-us {
    position: static;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
    float: none;
    height: auto !important;
    padding: 30px;
  }
  .before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper {
    display: block;
    height: auto;
  }
  .before-footer .wrap .wrap-table .inner-wrap .follow-us .table-wrapper .table-cell-wrapper {
    display: block;
    height: auto;
  }
  .footer {
    padding-top: 10px;
  }
  .footer .wrap {
    padding: 30px 20px;
  }
  .footer .menu-container {
    display: none;
  }
  .footer .content-container .col {
    width: 100%;
    margin: 0 0 30px;
  }
  #home-page-content {
    padding: 30px 20px;
    padding-left: 0;
    padding-right: 0;
  }
  #home-page-content .home-page-description {
    padding-right: 20px;
    padding-left: 20px;
  }
  .info-card {
    min-height: 0;
    margin: 0 0 30px;
    position: relative;
    padding-top: 280px;
    border-width: 0 0 1px 0;
  }
  .info-card > * {
    width: 100%;
  }
  .info-card:last-child {
    margin-bottom: 0;
  }
  .info-card .media {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 280px;
  }
  .info-card .info {
    padding: 20px;
  }
  .info-card .buttons .button {
    width: 100%;
    margin: 0 0 10px !important;
  }
  #product-page-content #subscriber-features {
    padding: 30px 20px;
    padding-left: 0;
    padding-right: 0;
  }
  #product-page-content #subscriber-features .product-description {
    margin-bottom: 30px;
    padding: 10px 20px;
  }
  #product-page-content #our-experts .wrap {
    margin: 0;
  }
  #product-page-content #our-experts .expert-card {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  #product-page-content #our-experts .expert-card:nth-child(3n+1),
  #product-page-content #our-experts .expert-card:nth-child(2n+1) {
    padding-left: 20px;
  }
  #product-page-content #our-experts .expert-card:nth-child(3n),
  #product-page-content #our-experts .expert-card:nth-child(2n) {
    padding-right: 20px;
  }
  body.single-product.advisory #product-page-content #our-experts .expert-card {
    padding: 0;
    background: transparent;
    border: none;
  }
  .page-template-tpl_redesign_about_us #header-top-carousel .background {
    background-position-x: 70%;
  }
  #about-us-page-content #about-us-intro {
    padding: 30px 20px;
  }
  #about-us-page-content #our-services {
    padding: 0 0 40px;
  }
  #about-us-page-content #our-services .services-intro {
    padding: 30px 20px;
    padding-top: 0;
    margin-bottom: 0;
  }
  #about-us-page-content #people-info .peoples-list,
  #about-us-page-content #careers .peoples-list {
    margin-bottom: 0;
  }
  #about-us-page-content #people-info .trends-experts,
  #about-us-page-content #careers .trends-experts {
    padding-bottom: 0;
  }
  #about-us-page-content .wide-panel .content {
    padding: 30px 20px;
  }
  #people-info .peoples-list {
    margin-bottom: 40px;
  }
  .our-experts .experts-page .expert-card {
    width: 100%;
    margin-bottom: 40px;
    background: white;
    border: 1px solid #e4e5e6;
    padding: 20px;
  }
  .our-experts .experts-page .expert-card .image-container {
    float: left;
    width: 80px;
    height: 140px;
  }
  .our-experts .experts-page .expert-card .info {
    margin: 0;
    padding-left: 100px;
  }
  .our-experts.page-carousel .experts-page .expert-card {
    margin-bottom: 0;
    padding: 20px;
  }
  .agenda-items.page-carousel .agenda-items-page .agenda-item-card {
    margin-bottom: 0;
    padding: 10px;
  }
  #wgsn-users-content .page-width {
    padding: 30px 20px;
  }
  #wgsn-users-content #who-uses-wgsn {
    padding-left: 0;
    padding-right: 0;
  }
  #wgsn-users-content #who-uses-wgsn > .title {
    padding: 0 20px;
  }
  #wgsn-users-content #our-clients .carousel-container .carousel .clients-carousel-item .client {
    width: calc((100% - 40px) / 3);
    height: 100px;
  }
  #wgsn-users-content #our-clients .carousel-container .carousel .clients-carousel-item .client:nth-child(4n) {
    margin-right: 20px;
  }
  #wgsn-users-content #our-clients .carousel-container .carousel .clients-carousel-item .client:nth-child(3n) {
    margin-right: 0;
  }
  #wgsn-users-content #our-clients .carousel-container .arrow {
    background-position: center 235px;
  }
  #wgsn-users-content #our-clients .carousel-container .arrow.left {
    left: -10%;
  }
  #wgsn-users-content #our-clients .carousel-container .arrow.right {
    right: -10%;
  }
  #wgsn-users-content #our-clients .button {
    width: 100%;
    margin: 0 !important;
  }
  #wgsn-users-content #case-studies .pdfs .pdf {
    flex-basis: 100%;
    margin: 20px 0 0 !important;
  }
  #wgsn-users-content #case-studies .pdfs .pdf .download-btn {
    float: none;
    width: 100%;
  }
  #industries-page-content #industries-intro,
  #industries-page-content #industries-list .page-width {
    padding: 30px 20px;
  }
  #industries-page-content #industries-list .industry-list li {
    width: 100%;
    margin-right: 20px;
  }
  #industry-page-content #industry-about,
  #industry-page-content #industry-help,
  #industry-page-content #industry-market .page-width,
  #industry-page-content #industry-features,
  #industry-page-content #industry-blog .page-width,
  #industry-page-content #industry-experts {
    padding: 30px 20px;
  }
  #industry-page-content #industry-about .report .report-image {
    float: right;
    margin: 0 0 0 20px;
  }
  #industry-page-content #industry-market .client-list .client-item {
    width: calc((100% - 48px) / 3);
  }
  #industry-page-content #industry-market .client-list .client-item .client-image {
    height: 100px;
  }
  #industry-page-content #industry-market .client-list .client-item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #industry-page-content #industry-market .client-list .client-item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  #industry-page-content #industry-market .client-list .client-item:nth-child(n+5) {
    margin-top: 0;
  }
  #industry-page-content #industry-market .client-list .client-item:nth-child(n+4) {
    margin-top: 20px;
  }
  #industry-page-content #industry-blog .blog-post {
    width: 100%;
    margin-bottom: 20px;
  }
  #industry-page-content #industry-blog .blog-post:not(:last-child),
  #industry-page-content #industry-blog .blog-post:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  #industry-page-content #industry-blog .blog-post:last-of-type {
    margin-bottom: 0;
  }
  #industry-page-content #industry-blog .blog-post .thumbnail {
    height: 180px;
  }
  #industry-page-content #our-experts .wrap {
    margin: 0;
  }
  #industry-page-content #our-experts .expert-card {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  #industry-page-content #our-experts .expert-card:nth-child(3n+1),
  #industry-page-content #our-experts .expert-card:nth-child(2n+1) {
    padding-left: 20px;
  }
  #industry-page-content #our-experts .expert-card:nth-child(3n),
  #industry-page-content #our-experts .expert-card:nth-child(2n) {
    padding-right: 20px;
  }
  #events-page-content {
    padding: 30px 20px;
    padding-left: 0;
    padding-right: 0;
  }
  #events-page-content .events-list-heading {
    padding: 0 20px;
  }
  #events-page-content .events-container .event {
    display: block;
    height: auto;
    margin: 0 0 20px 0;
    border-width: 0 0 1px 0;
  }
  #events-page-content .events-container .event .image-side,
  #events-page-content .events-container .event .info-side {
    display: block;
    width: 100%;
    height: auto;
  }
  #events-page-content .events-container .event .image-side {
    height: 300px;
  }
  #events-page-content .events-container .event .info-side {
    padding: 20px;
  }
  #events-page-content .events-container .event .info-side .button {
    width: 100%;
  }
  #events-page-content .events-container .no-events-message-container {
    padding: 30px 20px;
  }
  #events-page-content #load-more-events-wrapper {
    display: block;
    padding: 40px 0 0;
    text-align: center;
    width: 100%;
  }
  #events-page-content .pagination {
    display: none;
  }
  #futures-summit-page-header {
    padding: 30px 20px;
    padding-bottom: 0;
  }
  #futures-summit-page-content .button {
    display: block;
    margin: 0;
  }
  #futures-summit-page-content .button:not(:last-child) {
    margin-bottom: 10px;
  }
  #futures-summit-page-content #futures-about {
    padding: 30px 20px;
  }
  #futures-summit-page-content #futures-about .about-video iframe {
    height: 280px;
  }
  #futures-summit-page-content #futures-partnership .page-width {
    padding: 30px 20px;
  }
  #futures-summit-page-content #futures-summit-partners {
    padding: 30px 20px;
  }
  #futures-summit-page-content #futures-summit-partners .client-list .client-item {
    width: calc((100% - 24px) / 2);
  }
  #futures-summit-page-content #futures-summit-partners .client-list .client-item .client-image {
    height: 100px;
  }
  #futures-summit-page-content #futures-summit-partners .client-list .client-item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #futures-summit-page-content #futures-summit-partners .client-list .client-item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  #futures-summit-page-content #futures-summit-partners .client-list .client-item:nth-child(n+5) {
    margin-top: 0;
  }
  #futures-summit-page-content #futures-summit-partners .client-list .client-item:nth-child(n+3) {
    margin-top: 20px;
  }
  #futures-map {
    padding: 30px 20px;
    padding-top: 0px;
  }
  #futures-map .map {
    display: none;
  }
  #futures-map .city {
    position: static;
    display: block;
    overflow: auto;
    margin: 0 0 10px;
  }
  #futures-map .city .city-dot {
    float: left !important;
    margin: 0 8px 0 0 !important;
    transform: translate(0, 0) scale(1);
  }
  #futures-map .city .city-dot:after {
    display: none;
  }
  #futures-map .city .city-name {
    float: left;
    line-height: 20px;
    font-weight: 600;
    font-size: 18px;
    color: black !important;
    margin: 6px 0 0 0 !important;
  }
  #futures-map .city:hover .city-dot {
    transform: translate(0, 0) scale(1);
  }
  #futures-map .city:hover .city-dot circle {
    stroke-width: 6px;
  }
  #futures-map .city:hover .city-name {
    transform: translate(0, 0) !important;
  }
  #futures-city-page-content #futures-city-about,
  #futures-city-page-content #futures-city-tickets .page-width,
  #futures-city-page-content #futures-city-agenda,
  #futures-city-page-content #futures-city-past-events .page-width,
  #futures-city-page-content #futures-city-other-cities .page-width {
    padding: 30px 20px;
  }
  #futures-city-page-content .button {
    display: block;
    margin: 0;
  }
  #futures-city-page-content .button:not(:last-child) {
    margin-bottom: 10px;
  }
  #futures-city-page-content #futures-city-about .about-copy {
    max-width: 100%;
  }
  #futures-city-page-content #futures-city-about .venue-details {
    max-width: 100%;
  }
  #futures-city-page-content #futures-city-about .highlight-phrases {
    position: static;
    max-width: 100%;
    margin: 0 0 40px;
  }
  #futures-city-page-content #futures-city-about .highlight-phrases ul {
    text-align: left;
  }
  #futures-city-page-content #futures-city-about .highlight-phrases ul:after {
    left: 100px;
  }
  #futures-city-page-content #futures-city-about .highlight-phrases ul li {
    font-size: 24px;
  }
  #futures-city-page-content #futures-city-partners .page-width {
    padding: 30px 20px;
  }
  #futures-city-page-content #futures-city-partners .client-list .client-item {
    width: calc((100% - 24px) / 2);
  }
  #futures-city-page-content #futures-city-partners .client-list .client-item .client-image {
    height: 100px;
  }
  #futures-city-page-content #futures-city-partners .client-list .client-item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #futures-city-page-content #futures-city-partners .client-list .client-item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  #futures-city-page-content #futures-city-partners .client-list .client-item:nth-child(n+5) {
    margin-top: 0;
  }
  #futures-city-page-content #futures-city-partners .client-list .client-item:nth-child(n+3) {
    margin-top: 20px;
  }
  #futures-city-page-content #futures-city-tickets iframe {
    max-width: 100%;
  }
  #futures-city-page-content #futures-city-agenda .agenda-text {
    max-width: 100%;
  }
  #futures-city-page-content #futures-city-agenda .agenda-image {
    display: none;
  }
  #futures-city-page-content #futures-city-past-events .past-event:not(:last-of-type) {
    margin: 0 0 20px;
  }
  #futures-city-page-content #futures-city-past-events .past-event .image-side {
    width: 100%;
    float: none;
    height: 280px;
  }
  #futures-city-page-content #futures-city-past-events .past-event .info-side {
    width: 100%;
    float: none;
    padding: 20px;
  }
  #futures-city-page-content #futures-city-past-events .past-event .info-side .button {
    width: 100%;
  }
  #futures-city-archive-about,
  #futures-city-archive-whitepaper .page-width {
    padding: 30px 20px;
  }
  #futures-city-archive-about .archive-about-video iframe {
    height: 280px;
    margin-top: 20px;
  }
  #press-page-content .page-carousel .carousel .owl-stage-outer {
    overflow: visible;
  }
  #press-page-content .page-carousel .carousel .owl-stage-outer .owl-stage .owl-item {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    background-clip: padding-box;
  }
  #press-page-content .page-carousel .carousel .press-card {
    background: white;
    border: 1px solid #e4e5e6;
  }
  #press-page-content .page-carousel .carousel .press-card .image-container {
    height: 240px;
    background-position: center top;
  }
  #press-page-content .page-carousel .carousel .press-card .info {
    padding: 0 20px 10px;
  }
  #press-page-content .page-carousel .carousel .press-card:hover .title {
    background-size: 0 100%;
  }
  #press-page-content .page-carousel .carousel .press-card:active .title {
    background-size: 100% 100%;
  }
  #press-page-content #in-the-media .page-width,
  #press-page-content #press-releases .page-width,
  #press-page-content #press-enquiries {
    padding: 30px 20px;
  }
  #press-page-content #in-the-media .page-width .section-title-row,
  #press-page-content #press-releases .page-width .section-title-row,
  #press-page-content #press-enquiries .section-title-row {
    margin: 0 0 20px;
  }
  #press-page-content #in-the-media .page-width .section-title-row .title,
  #press-page-content #press-releases .page-width .section-title-row .title,
  #press-page-content #press-enquiries .section-title-row .title {
    float: none;
  }
  #press-page-content #in-the-media .page-width .section-title-row .view-all-link,
  #press-page-content #press-releases .page-width .section-title-row .view-all-link,
  #press-page-content #press-enquiries .section-title-row .view-all-link {
    margin-top: 0;
    float: none;
    display: inline-block;
  }
  #press-page-content #in-the-media,
  #press-page-content #press-releases {
    overflow: hidden;
  }
  #press-page-content #press-enquiries .regional-contacts {
    margin-bottom: 30px;
  }
  #press-page-content #press-enquiries .regional-contact .contacts .contact {
    width: 100%;
    margin: 0 0 20px;
  }
  #press-page-content #press-enquiries .regional-contact .contacts .contact:nth-child(3n + 1),
  #press-page-content #press-enquiries .regional-contact .contacts .contact:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
  }
  #press-page-content #press-enquiries .buttons-container .button {
    margin: 0 0 10px;
    display: block;
  }
  #press-archive-page-content {
    padding: 30px 20px;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item {
    width: 100%;
    padding: 0;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item:nth-child(3n+1) {
    padding-left: 0;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item:nth-child(3n) {
    padding-right: 0;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item .press-card {
    width: 100%;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item .press-card .image-container {
    height: 240px;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item:hover .title {
    background-size: 0 100%;
  }
  #press-archive-page-content .press-archive-list .archive-items-container .archive-item:active .title {
    background-size: 100% 100%;
  }
  #press-item-page-content {
    padding: 30px 20px;
  }
  #contact-us-container .page-width {
    padding: 30px 20px;
  }
  #contact-us-container .city-card {
    width: 100%;
    margin: 0 0 20px;
    height: auto;
  }
  #contact-us-container .city-card:nth-child(3n + 1),
  #contact-us-container .city-card:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
  }
  #login-form-container {
    padding: 30px 20px;
  }
  #get-demo-page,
  #thank-you-page,
  #subscriber-thank-you-page {
    padding: 30px 20px;
  }
  #get-demo-page .subheadingText,
  #thank-you-page .subheadingText,
  #subscriber-thank-you-page .subheadingText,
  #get-demo-page .subheadingText p,
  #thank-you-page .subheadingText p,
  #subscriber-thank-you-page .subheadingText p {
    font-size: 14px;
  }
  #get-demo-page #select-terms-message .error-message.displayError {
    padding-bottom: 30px;
  }
  #reset-password-page-content {
    padding: 30px 20px;
  }
  #page-not-found-container {
    padding: 30px 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #page-not-found-container #go-home-button {
    margin-top: 20px;
    width: 100%;
  }
  #cookie-policy-container {
    padding: 30px 20px;
  }
  #moma-page-content .page-width {
    padding: 0;
  }
  #moma-page-content #blog .blog-post {
    width: 100%;
    margin-bottom: 20px;
  }
  #moma-page-content #blog .blog-post:not(:last-child),
  #moma-page-content #blog .blog-post:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  #moma-page-content #blog .blog-post:last-of-type {
    margin-bottom: 0;
  }
  #moma-page-content #blog .blog-post .thumbnail {
    height: 180px;
  }
  #advisory-page-content section {
    padding: 30px 20px;
  }
  #advisory-page-content section .section-title {
    font-size: 42px;
  }
  #advisory-page-content section .two-col {
    flex-direction: column;
  }
  #advisory-page-content section .two-col .left-col .image {
    height: 220px;
    background-size: cover;
    margin-bottom: 20px;
  }
  #advisory-page-content section .two-col .right-col {
    padding: 0;
  }
  #advisory-page-content .button {
    margin: 10px 0;
    display: block;
  }
  #advisory-page-content #what-is-mindset .two-col {
    margin-bottom: 0;
  }
  #advisory-page-content #what-is-mindset .blurb-title.first-title {
    font-size: 26px;
  }
  #advisory-page-content #what-is-mindset .blurb-description.second-description {
    margin-bottom: 20px;
  }
  #advisory-page-content #what-we-deliver .we-deliver-items {
    flex-direction: column;
  }
  #advisory-page-content #what-we-deliver .we-deliver-items .we-deliver-item {
    margin-bottom: 30px;
  }
  #advisory-page-content #what-we-deliver .we-deliver-items .we-deliver-item .blurb-title {
    margin-bottom: 5px;
  }
  #advisory-page-content #questions-we-help-answer .blurb-number,
  #advisory-page-content #how-we-work .blurb-number {
    display: inline-block;
    margin-right: 10px;
    font-size: 32px;
  }
  #advisory-page-content #questions-we-help-answer .blurb-title,
  #advisory-page-content #how-we-work .blurb-title {
    display: inline;
  }
  #advisory-page-content #how-we-work .right-col {
    margin-bottom: 15px;
  }
  #advisory-page-content #who-we-are .section-subtitle {
    font-size: 26px;
  }
  #advisory-page-content .who-we-are-button-container {
    padding: 30px 20px;
    padding-top: 0;
  }
  #advisory-page-content #our-experts .wrap {
    margin: 0;
  }
  #advisory-page-content #our-experts .expert-card {
    width: 100%;
    padding: 0 !important;
    background: transparent;
    border: none;
    margin-bottom: 20px;
  }
  #advisory-page-content #our-experts .expert-card:nth-child(3n+1),
  #advisory-page-content #our-experts .expert-card:nth-child(2n+1) {
    padding-left: 20px;
  }
  #advisory-page-content #our-experts .expert-card:nth-child(3n),
  #advisory-page-content #our-experts .expert-card:nth-child(2n) {
    padding-right: 20px;
  }
  #advisory-page-content #mindset-white-papers .blog-post {
    width: 100%;
    margin-bottom: 20px;
  }
  #advisory-page-content #mindset-white-papers .blog-post:not(:last-child),
  #advisory-page-content #mindset-white-papers .blog-post:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  #advisory-page-content #mindset-white-papers .blog-post:last-of-type {
    margin-bottom: 0;
  }
  #advisory-page-content #mindset-white-papers .blog-post .thumbnail {
    height: 180px;
  }
}
@media only screen and (max-width: 380px) {
  .info-card .info ul + ul {
    margin-top: -12px;
  }
}
