@font-face {
  font-family: "Font Awesome 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

:root {
  --light-sea-green: #2aa69d;
  --medium-sea-green: #5ab963;
  --white: white;
  --link-color: #35d2c7;
  --black: black;
  --dark-grey-2: #999;
  --seashell: #fff7f2;
  --dark-grey: #b3b3b3;
  --sea-green: #48944f;
  --bg-grey: #fafafa;
  --steel-blue: #3f70a2;
}

.w-embed-youtubevideo {
  background-image: url('../images/webflow-static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #222;
  background-color: #fff;
  font-family: Lora, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 2.667rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: .888rem;
  font-weight: 500;
  line-height: 1.6;
}

p {
  margin-bottom: 1rem;
}

a {
  color: var(--light-sea-green);
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lora, sans-serif;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #40494f;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: .888rem;
  line-height: 2;
}

figcaption {
  text-align: center;
  margin-top: 0;
  font-family: Lora, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.navigation {
  z-index: 1000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container {
  position: static;
}

.logo {
  justify-content: center;
  align-items: center;
  max-height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.logo.w--current {
  flex: 0 auto;
}

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

.nav-link {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.hamburger-icon {
  color: var(--white);
}

.menu-button {
  background-color: #0000;
  flex: 0 auto;
  font-family: "Font Awesome Solid 900", sans-serif;
  font-weight: 900;
}

.menu-button:hover {
  opacity: .7;
}

.article {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.ft-header {
  background-color: #00090f;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
}

.ft-header.ft-landing-header {
  background-image: linear-gradient(15deg, #10191f 35%, #10191f00), url('../images/ft-shapetravel-header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 100vh;
  padding-bottom: 10vh;
  position: fixed;
  inset: 0%;
}

.ft-header.color-fff {
  color: #fff;
}

.ft-header.color-35d2c7 {
  color: #35d2c7;
}

.ft-section-title {
  margin-top: 0;
}

.ft-section-title.invert, .invert {
  color: #fff;
}

.ft-header-content-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 36em;
  height: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.linework.invert {
  filter: invert();
}

.ft-img-arrow {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ft-series-header {
  background-color: #000;
  background-image: url('../images/ft-series-header2x.png');
  background-position: 66% 66%;
  background-repeat: no-repeat;
  background-size: 826px;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
  inset: 0%;
}

.ft-section-subhead {
  margin-top: 30px;
  font-size: 20px;
  line-height: 32px;
}

.ft-series-project-description {
  color: #ffffff80;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6em;
}

.ft-series-section {
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.ft-series-section.background-image {
  background-image: url('../images/cms/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.ft-series-section.background-image.background-image-1 {
  background-image: linear-gradient(#a82c2c80, #a82c2c80), url('../images/ft-series-headerbg-fliptofuelwebisodes.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.ft-series-section.background-image.background-image-2 {
  background-image: url('../images/ft-series-headerbg-loyaltyblog.jpg');
}

.ft-series-section.background-image.background-image-3 {
  background-image: url('../images/ft-series-headerbg-revparhacking.jpg');
}

.ft-series-project-info {
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  display: block;
  position: relative;
}

.ft-series-project-title {
  font-weight: 400;
}

.ft-footer-links {
  opacity: .7;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-weight: 400;
  display: inline-block;
}

.ft-footer-links:hover {
  box-shadow: inset 0 -2px 0 0 var(--link-color);
}

.ft-footer-links.w--current {
  line-height: 1.4;
}

.ft-footer-fordarkbg {
  clear: both;
  color: var(--white);
  background-color: #00090f;
  background-image: url('../images/cms/background-image.svg'), linear-gradient(#00090f, #00090f);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}

.ft-footer-fordarkbg.labs {
  background-image: url('../images/Footer_Texture_Labs_White.png'), linear-gradient(#00090f, #00090f);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.ft-series-column {
  border: 1px #000;
  flex: 1;
  overflow: hidden;
}

.ft-series-column._100vh {
  color: #fff;
  background-color: #0000004d;
  flex: none;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  overflow: visible;
}

.ft-footer-description {
  max-width: 48rem;
  font-family: Lato, sans-serif;
  font-size: .88rem;
  display: inline-block;
}

.ft-link {
  color: #35d2c7;
  padding-bottom: 5px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: inset 0 -2px #35d2c733;
}

.ft-link:hover {
  color: #35d2c7;
  text-decoration: none;
  box-shadow: inset 0 -2px #35d2c7;
}

.ft-link.ts-link {
  font-size: 1.2rem;
  display: inline-block;
}

.ft-link.ts-link:hover {
  text-decoration: none;
}

.ft-labs-index-linework {
  width: 600px;
  height: auto;
  position: absolute;
}

.ft-labs-index-linework.mbj {
  float: right;
  inset: 60px -8% 0% auto;
}

.ft-labs-index-linework.sxm {
  inset: 30px auto auto -12%;
}

.ft-labs-index-section {
  padding-top: 250px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.ft-labs-index-section.ft-labs-signup {
  background-color: #10191f;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.ft-btn {
  background-color: var(--link-color);
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.ft-form-block {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.ft-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.ft-form-feedback-success {
  background-color: #0000;
}

.ft-form-feedback-successtext {
  color: var(--medium-sea-green);
  font-weight: 700;
}

.ft-form-feedback-error {
  color: red;
  background-color: #d0021b4d;
}

.ft-form-input {
  min-height: 50px;
  margin-bottom: 0;
  display: inline-block;
}

.ft-modal {
  z-index: 99999;
  text-align: center;
  background-color: #332c4f;
  background-image: linear-gradient(#10191f, #332c4f);
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.close-button {
  background-color: #0000;
  flex: 0 auto;
  font-family: "Font Awesome Solid 900", sans-serif;
  font-weight: 900;
}

.close-button:hover {
  opacity: .7;
}

.modal-nav-container {
  order: -1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ft-modal-column-wrapper {
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  height: 500px;
  margin-top: 60px;
  display: flex;
}

.shapetravel-modal-links {
  color: #fff;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 300;
  display: flex;
}

.shapetravel-modal-links.thought-starters {
  background-color: #131336;
}

.shapetravel-modal-links.labs {
  background-color: #4485b4;
}

.ft-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.ft-container-lg {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.ft-container-lg.sxm-mosul {
  transform: skew(20deg);
}

.ft-footer-links-container {
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  font-size: .888rem;
}

.ft-header-bg-matte {
  background-image: linear-gradient(#000000a8, #000000a8);
  display: block;
  position: absolute;
  inset: 0%;
}

.ft-header-bg-matte.labs {
  background-image: linear-gradient(to top, #00090f 33%, #0000);
}

.ft-header-bg-matte.mbj, .ft-header-bg-matte.sxm {
  background-image: linear-gradient(15deg, #00090fbf 70%, #0000 85%);
}

.ft-header-bg-matte.thoughtstarters {
  background-image: none;
  background-image: linear-gradient(to right, var(--white), #0000);
}

.ft-header-bg-matte.thoughtstarters.ts-willseccombe-dmo, .ft-header-bg-matte.thoughtstarters.ts-willseccombe-dmo.darken {
  background-image: linear-gradient(30deg, #937054, #0000 65%), linear-gradient(#00000040, #00000040);
}

.ft-header-bg-matte.thoughtstarters.ts-willseccombe-storytellers {
  background-image: linear-gradient(10deg, #13484c, #0000 65%), linear-gradient(#00000026, #00000026);
}

.ft-header-bg-matte.thoughtstarters.ts-carmenportela-localguest {
  background-image: linear-gradient(30deg, #333c66, #0000 65%), linear-gradient(#333c6640, #333c6640);
}

.ft-header-bg-matte.thoughtstarters.ts-fogoisland {
  background-image: linear-gradient(30deg, #3f2d2a, #0000 65%), linear-gradient(#333c6626, #333c6626);
}

.ft-header-bg-matte.thoughtstarters.ts-guidosalvatori-miami, .ft-header-bg-matte.thoughtstarters.ts-mattcooper-caribbean {
  background-image: linear-gradient(10deg, #13484c, #0000 65%), linear-gradient(#00000026, #00000026);
}

.ft-header-bg-matte.thoughtstarters.ts-mattcooper-caribbean {
  background-image: linear-gradient(10deg, #300d17, #0000 65%), linear-gradient(#00000026, #00000026);
}

.ft-header-bg-matte.thoughtstarters.ts-hsmai-nonlinear {
  background-image: linear-gradient(30deg, #13254c, #0000 65%), linear-gradient(#00000040, #00000040);
}

.ft-header-bg-matte.thoughtstarters.ts-hsmai-nonlinear.darken {
  background-image: linear-gradient(30deg, #937054, #0000 65%), linear-gradient(#00000040, #00000040);
}

.ft-header-bg-matte.thoughtstarters.ts-andynguyen-hsmai {
  background-image: linear-gradient(10deg, #13254c, #0000 65%), linear-gradient(#00000040, #00000040);
}

.ft-header-bg-matte.thoughtstarters.ts-scottvanhartesvelt-gcommerce {
  background-image: linear-gradient(10deg, #3a310c, #0000 65%), linear-gradient(#00000040, #00000040);
}

.ft-header-bg-matte.thoughtstarters.ts-andrewladd-noblehouse {
  background-image: linear-gradient(10deg, #0c113a, #0000 65%), linear-gradient(#00000040, #00000040);
}

.ft-header-bg-matte.thoughtstarters.ts-gregthurik, .ft-header-bg-matte.thoughtstarters.ts-timwelsh-phrasing {
  background-image: linear-gradient(10deg, #3a310c, #0000 65%), linear-gradient(#00000026, #00000026);
}

.ft-header-bg-matte.thoughtstarters.ts-curator-jenbarnwell {
  background-image: linear-gradient(90deg, var(--black), #0000);
}

.ft-header-bg-matte.thoughtstarters.ts-jenbarnwell-curator {
  background-image: linear-gradient(10deg, #0c113a, #0000 65%), linear-gradient(#00000026, #00000026);
}

.nav-menu-2 {
  display: none;
}

.ft-header-splash-paragraph {
  max-width: 44rem;
  font-size: 1.333rem;
  line-height: 1.6;
}

.ft-header-splash-paragraph.mbj-sanovnik, .ft-header-splash-paragraph.sxm-mosul, .ft-header-splash-paragraph.sxm-crisiscases {
  text-shadow: none;
}

.ft-section {
  color: #222;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.ft-section.ft-article-section {
  background-color: var(--white);
}

.ft-section.alllabs-section {
  position: relative;
  overflow: hidden;
}

.ft-section.labresults {
  float: right;
  width: 66%;
}

.ft-section.sxm-crisiscases {
  overflow: hidden;
}

.ft-section.ts-shelf-section {
  background-color: var(--white);
  background-image: none;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.ft-section.ts-willseccombe-dmo, .ft-section.ts-willseccombe-storytellers, .ft-section.ts-carmenportela-localguest, .ft-section.ts-fogoisland, .ft-section.ts-guidosalvatori-miami, .ft-section.ts-mattcooper-caribbean, .ft-section.ts-hsmai-nonlinear {
  padding-top: 0;
}

.ft-section.ts-scottvanhartesvelt-gcommerce, .ft-section.ts-andrewladd-noblehouse, .ft-section.ts-gregthurik, .ft-section.ts-timwelsh-phrasing {
  padding-top: 0;
  position: relative;
}

.ft-header-splash-skip {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ft-header-logo-white {
  width: auto;
  max-height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tag-new {
  float: left;
  color: #000;
  background-color: #35d2c7;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  display: inline;
}

.destinationindex {
  margin-left: auto;
  margin-right: auto;
}

.destinationindex.update-section {
  margin-bottom: 60px;
}

.destinationindex.update-section.sxm {
  display: none;
}

.destinationindex.prologue-section {
  margin-bottom: 60px;
}

.destinationindex.splash-section {
  width: 100%;
  height: 100vh;
  min-height: 550px;
  position: relative;
}

.navbar {
  z-index: 1000;
  background-color: #0000;
  padding-right: 30px;
  position: absolute;
  left: 0;
  right: 0;
}

.navbar.thoughtstarters {
  background-image: linear-gradient(#00000080 25%, #0000);
  height: 100px;
  position: absolute;
  top: 0;
}

.ft-header-splash-heading {
  max-width: 48rem;
  margin-bottom: .5em;
}

.ft-header-splash-heading.mbj-sanovnik {
  color: #5ab963;
  text-transform: none;
  text-shadow: none;
}

.ft-header-splash-heading.sxm-mosul {
  max-width: 40rem;
  text-shadow: none;
}

.ft-header-splash-heading.sxm-crisiscases {
  text-shadow: none;
  position: relative;
}

.ft-header-heading {
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
}

.ft-header-heading.ft-minus-1 {
  font-size: 1.333rem;
}

.ft-header-heading.ft-minus-1.ft-results-section {
  color: var(--white);
  margin-top: -270px;
  margin-bottom: 2rem;
}

.ft-header-splash-linework {
  width: 80%;
  min-width: 600px;
  height: auto;
  margin-bottom: 1em;
  position: relative;
  inset: 15px auto auto -120px;
}

.ft-col-50 {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.ft-col-50.flex {
  display: flex;
}

.update-text {
  float: left;
  text-align: left;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  display: inline-block;
}

.ft-body {
  display: block;
  overflow: hidden;
}

.ft-body.labresults, .ft-body.sticky-overflowvisible {
  overflow: visible;
}

.ft-row {
  justify-content: center;
  margin-bottom: 1em;
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}

.ft-header-bg-image {
  background-image: url('../images/cms/background-image.svg'), linear-gradient(to right, #000000bf, #00000080 35%, #0000);
  background-position: 50%, 0 0;
  background-size: contain, auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ft-header-bg-image.mbj {
  background-image: url('../images/watercolor_labsindex_MBJ-8.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100vw;
  min-width: 800px;
  height: 100vh;
  min-height: 550px;
  position: fixed;
  inset: -75px -60px auto auto;
}

.ft-header-bg-image.labs {
  background-color: #14142f;
  background-image: url('../images/watercolor_header_labsindex.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ft-header-bg-image.sxm {
  background-image: url('../images/watercolor_labsindex_SXM-8.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100vw;
  min-width: 800px;
  height: 100vh;
  min-height: 550px;
  position: fixed;
  inset: -75px -120px auto auto;
}

.ft-header-bg-image.thoughtstarters {
  background-color: var(--white);
  background-image: none;
}

.ft-header-bg-image.ts-willseccombe-dmo {
  background-image: url('../images/lance-asper-mNDVSSmMt0Y-unsplash.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ft-header-bg-image.ts-willseccombe-storytellers {
  background-image: url('../images/img_article_TS_-WillSeccombeCommunityStorytellers.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ft-header-bg-image.ts-carmenportela-localguest {
  background-image: url('../images/img_article_TS_OldSanJuanPR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-header-bg-image.ts-fogoisland {
  background-image: url('../images/img_article_TS_FogoIslandInn.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-header-bg-image.ts-guidosalvatori-miami {
  background-image: url('../images/img_article_TS_GuidoSalvatoriMiami.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ft-header-bg-image.ts-mattcooper-caribbean {
  background-image: url('../images/img_article_TS_MattCooperCaribbean.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ft-header-bg-image.ts-andynguyen-hsmai {
  background-image: url('../images/img_article_TS_HSMAI_NonLinearJourney.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ft-header-bg-image.ts-scottvanhartesvelt-gcommerce {
  background-image: url('../images/img_article_TS_ScottvanHartesveltGCommerce.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ft-header-bg-image.ts-andrewladd-noblehouse {
  background-image: url('../images/img_article_TS_AndrewLaddNobleHouse.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ft-header-bg-image.ts-gregthurik {
  background-image: url('../images/img_article_TS_GregThurik_Landing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ft-header-bg-image.ts-timwelsh-phrasing {
  background-image: url('../images/img_article_TS_TimWelsh_Landing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ft-header-bg-image.ts-jenbarnwell-curator {
  background-image: url('../images/img_article_TS_JenBarnwell_Landing_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ft-header-bg-image.ts-timwelsh-phrasing2 {
  background-image: url('../images/img_article_TS_TimWelsh_Landing2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ft-header-bg.mbj, .ft-header-bg.sxm {
  background-color: #00090f;
  position: absolute;
  inset: 0%;
}

.ft-header-bg.thoughtstarters {
  display: block;
}

.ft-header-bg.ts-willseccombe-dmo, .ft-header-bg.ts-willseccombe-storytellers, .ft-header-bg.ts-hsmai-nonlinear, .ft-header-bg.ts-scottvanhartesvelt-gcommerce, .ft-header-bg.ts-andrewladd-noblehouse, .ft-header-bg.ts-gregthurik, .ft-header-bg.ts-timwelsh-phrasing, .ft-header-bg.ts-jenbarnwell-curator {
  background-color: #ffefec;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #fff;
  text-decoration: underline;
}

.ft-participant-title {
  text-align: left;
  align-self: center;
  font-size: .88rem;
  line-height: 1.6;
  display: inline-block;
}

.ft-profile-image {
  border-radius: 50%;
  flex: none;
  align-self: center;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.ft-profile-image.xs {
  width: 30px;
  height: 30px;
}

.ft-profile-image.footer {
  margin-bottom: 10px;
}

.ft-supertitle {
  text-transform: uppercase;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: .888rem;
}

.menu-button-2 {
  display: none;
}

.logo-block {
  flex-direction: column;
  max-height: none;
  margin-left: 30px;
  display: flex;
}

.ft-header-content {
  position: relative;
}

.ft-header-content.mbj {
  background-image: linear-gradient(to top, #00090fa8, #00090fa8 85%, #0000);
  padding-top: 90px;
  padding-bottom: 270px;
}

.ft-header-content.mbj-sanovnik {
  z-index: 1;
  background-color: #f3ea7ed9;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  max-width: 550px;
  padding: 2rem 2rem 1rem;
  position: absolute;
  bottom: 2rem;
  left: 50%;
}

.ft-header-content.mbj-everlane {
  position: absolute;
  inset: auto 0% 2rem;
}

.ft-header-content.labs-index {
  padding-top: 120px;
}

.ft-header-content.sxm-results {
  background-image: linear-gradient(to top, #86766cd9, #86766cd9 50%, #0000);
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.ft-header-content.mbj-results {
  background-image: linear-gradient(to top, #3784a1d9, #3784a1d9 50%, #0000);
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.ft-header-content.sxm-crisiscases {
  background-color: var(--white);
  width: 85%;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ft-header-content.sxm-mosul {
  transform-origin: 50% 0;
  background-color: #df4a34;
  width: 75%;
  margin-right: -2rem;
  padding: 1rem;
  position: absolute;
  inset: auto -3rem -2rem auto;
  transform: skew(-20deg);
}

.ft-header-content.thoughtstarters-index {
  padding-top: 180px;
  padding-bottom: 360px;
  position: relative;
}

.ft-header-content.mbj-localguest {
  position: absolute;
  inset: auto 0% 2rem;
}

.ft-header-content.thoughtstarters-index-redo {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.ft-header-content.ts-willseccombe-dmo, .ft-header-content.ts-willseccombe-storytellers, .ft-header-content.ts-carmenportela-localguest, .ft-header-content.ts-fogoisland, .ft-header-content.ts-guidosalvatori-miami, .ft-header-content.ts-mattcooper-caribbean, .ft-header-content.ts-hsmai-nonlinear, .ft-header-content.ts-scottvanhartesvelt-gcommerce, .ft-header-content.ts-andrewladd-noblehouse, .ft-header-content.ts-gregthurik, .ft-header-content.ts-timwelsh-phrasing, .ft-header-content.ts-jenbarnwell-curator {
  z-index: 2;
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
}

.ft-header-paragraph {
  max-width: 36em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

.ft-header-paragraph.labindex {
  max-width: none;
}

.ft-header-destinationindex {
  position: relative;
  overflow: hidden;
}

.ft-header-destinationindex.color-fff {
  color: #fff;
}

.ft-article-card {
  color: #222;
  height: 600px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  font-family: Lora, sans-serif;
  font-weight: 400;
  transition: box-shadow .2s;
  display: block;
  position: relative;
  box-shadow: 0 2px 5px #0000004d;
}

.ft-article-card:hover {
  text-decoration: none;
  box-shadow: 0 5px 10px #0000004d;
}

.ft-article-card.feature-card {
  max-height: 800px;
}

.ft-article-card.video {
  height: auto;
  margin-top: 0;
  margin-bottom: 2rem;
}

.ft-article-card.video:hover {
  box-shadow: 0 2px 5px #0000004d;
}

.ft-article-card-heading {
  margin-bottom: 1.5rem;
}

.ft-article-card-wrapper {
  max-width: 36em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ft-article-card-blurb {
  margin-bottom: 2rem;
}

.labsindex {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.labsindex.title-section {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

.together-we-re-shaping {
  font-size: 3.33333rem;
  line-height: 4.44444rem;
  position: relative;
}

.the-future-of-travel {
  letter-spacing: 1.25px;
  margin-left: .5rem;
  font-size: 3.88889rem;
  line-height: 2.22222rem;
  position: relative;
}

.here-s-what {
  font-size: 6rem;
  line-height: 5.72rem;
  position: relative;
}

.we-ve-learned {
  font-size: 5.111rem;
  line-height: 4.88888rem;
  position: relative;
}

.title-watercolor {
  opacity: .75;
  background-image: url('../images/watercolor_labstitle_swash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -20px;
}

.color-fff {
  color: #fff;
}

.bgcolor-00090f {
  background-color: #00090f;
}

.labsintro-highlight {
  color: #a9eaff;
  font-size: 1.2em;
}

.ft-section-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.ft-section-bg-image {
  background-image: url('../images/cms/background-image.svg');
  background-position: 0 20%;
  background-size: 125px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ft-section-bg-image.labs.mbj {
  background-image: url('../images/watercolor_labsindex_MBJ-8.png');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: 750px;
  transform: translate(-15%);
}

.ft-section-bg-image.labs.sxm {
  background-image: url('../images/watercolor_labsindex_SXM-8.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 750px;
  transform: translate(15%);
}

.ft-section-bg-image.thoughtstarters {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ft-section-bg-image.thoughtstarters.ts-4thoughtprovoking {
  background-image: url('../images/img_article_TS_4ThoughtProvokingMarketingTips.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.ft-section-bg-image.thoughtstarters.ts-guidetovisualcontent {
  background-image: url('../images/img_article_TS_GuideToVisualContent_Moved-8.png'), linear-gradient(to right, #f9d247 50%, #fff35a);
  background-position: 0 100%, 0 0;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
}

.ft-section-bg-matte {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ft-section-bg-matte.labs {
  background-image: linear-gradient(to right, #0000 50%, #000000bf 66%, #000);
}

.ft-section-bg-matte.labs.mbj {
  background-image: linear-gradient(to right, #0000 25%, #00090fbf 66%, #00090f);
}

.ft-section-bg-matte.labs.sxm {
  background-image: linear-gradient(270deg, #0000 50%, #00090fbf 66%, #00090f);
}

.ft-section-bg-matte.thoughtstarters {
  background-color: #0000;
  background-image: linear-gradient(to right, #0000 50%, #000000bf 66%, #000);
}

.ft-section-bg-matte.thoughtstarters.ts-4thoughtprovoking, .ft-section-bg-matte.thoughtstarters.ts-guidetovisualcontent {
  background-image: none;
}

.ft-labs-index-individual-wrapper {
  color: #fff;
  max-width: 450px;
  transition: transform .2s;
  position: relative;
}

.ft-labs-index-individual-wrapper:hover {
  text-decoration: none;
  transform: scale(1.02);
}

.ft-labs-index-individual-wrapper:focus {
  transform: scale(1.02);
}

.ft-labs-index-individual-wrapper.mbj {
  float: right;
  padding-top: 220px;
}

.ft-labs-index-individual-wrapper.sxm {
  padding-top: 300px;
}

.ft-individual-lab-section {
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.ft-header-splash-wrapper {
  width: 100%;
  margin-bottom: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.ft-article-bg-image {
  background-image: linear-gradient(to right, #000000bf, #00000080 35%, #0000), url('../images/cms/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ft-article-bg-image.mbj-everlane {
  transform-style: preserve-3d;
  background-image: url('../images/img_article_MBJ_Everlane.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.ft-article-bg-image.mbj-sanovnik {
  transform-style: preserve-3d;
  background-image: url('../images/img_article_MBJ_Sanovnik.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.ft-article-bg-image.mbj-results {
  background-image: url('../images/img_article_MBJ_LabResults.jpg');
  background-position: 72%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.ft-article-bg-image.sxm-results {
  background-image: url('../images/img_article_SXM_LabResults.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.ft-article-bg-image.sxm-mosul {
  background-image: url('../images/img_article_SXM_Mosul.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.ft-article-bg-image.sxm-crisiscases {
  background-image: url('../images/img_article_SXM_CrisisCases_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.ft-article-bg-image.mbj-localguest {
  background-image: url('../images/img_article_MBJ_PR.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.ft-article-bg-image.ts-willseccombe-dmo {
  background-image: url('../images/lance-asper-mNDVSSmMt0Y-unsplash.jpg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-willseccombe-storytellers {
  background-image: url('../images/img_article_TS_-WillSeccombeCommunityStorytellers.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-carmenportela-localguest {
  background-image: url('../images/img_article_TS_OldSanJuanPR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-fogoisland {
  background-image: url('../images/img_article_TS_FogoIslandInn2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-guidosalvatori-miami {
  background-image: url('../images/img_article_TS_GuidoSalvatoriMiami.jpg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-mattcooper-caribbean {
  background-image: url('../images/img_article_TS_MattCooperCaribbean.jpg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-hsmai-nonlinear {
  background-image: url('../images/img_og_TS_HSMAI_NonLinearJourney.jpg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-scottvanhartesvelt-gcommerce {
  background-image: url('../images/img_article_TS_ScottvanHartesveltGCommerce.jpg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-andrewladd-noblehouse {
  background-image: url('../images/img_article_TS_AndrewLaddNobleHouse.jpg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-gregthurik-landingpg {
  background-image: linear-gradient(90deg, #000000bf, #00000080 35%, #0000), url('../images/img_article_TS_GregThurik_Landing.jpg');
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-gregthurik-episode1 {
  background-image: linear-gradient(90deg, #000000bf, #00000080 35%, #0000), url('../images/img_article_TS_GregThurik_Ep1.jpg');
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-gregthurik-episode2 {
  background-image: linear-gradient(90deg, #000000bf, #00000080 35%, #0000), url('../images/img_article_TS_GregThurik_Ep2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-gregthurik-episode3 {
  background-image: linear-gradient(90deg, #000000bf, #00000080 35%, #0000), url('../images/img_article_TS_GregThurik_Ep3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-gregthurik-episode4 {
  background-image: linear-gradient(90deg, #000000bf, #00000080 35%, #0000), url('../images/img_article_TS_GregThurik_Ep4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-timwelsh-phrasing1 {
  background-image: url('../images/img_article_TS_TimWelsh_Landing.jpg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-curator-jenbarnwell {
  background-image: url('../images/img_article_TS_JenBarnwell_Landing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-jenbarnwell-curator {
  background-image: url('../images/img_article_TS_JenBarnwell_Landing_1.jpg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-image.ts-timwelsh-phrasing2 {
  background-image: url('../images/img_article_TS_TimWelsh_Landing2.jpg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.ft-article-bg-matte {
  background-image: linear-gradient(#000000a8, #000000a8);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.ft-article-bg-matte.mbj-everlane {
  background-image: linear-gradient(to top, #000, #00000080 25%, #0000);
}

.ft-article-bg-matte.mbj-sanovnik {
  background-image: linear-gradient(#000000a8, #00000026 25%, #0000);
}

.ft-article-bg-matte.mbj-results {
  background-image: linear-gradient(to top, #0000 70%, #00090f40 85%, #00090f80);
}

.ft-article-bg-matte.sxm-mosul {
  background-image: linear-gradient(175deg, #000, #00000080 15%, #0000 30%, #0000);
}

.ft-article-bg-matte.sxm-results {
  background-image: linear-gradient(to top, #0000 70%, #00090f40 85%, #00090f80);
}

.ft-article-bg-matte.sxm-crisiscases, .ft-article-bg-matte.mbj-localguest {
  background-image: linear-gradient(45deg, #000, #00000080 25%, #0000);
}

.article-quote {
  margin-bottom: .5rem;
  display: block;
}

.article-quote.mbj-everlane {
  color: #469386;
  font-family: Lora, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.article-quote.mbj-sanovnik {
  color: var(--medium-sea-green);
  font-family: Lora, sans-serif;
  font-size: 2.25rem;
  font-style: italic;
  line-height: 1.2;
}

.article-quote.mbj-results {
  color: var(--white);
  font-family: Lora, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.2;
}

.article-quote.sxm-results {
  color: #000;
  text-align: left;
  font-family: Lora, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.2;
}

.article-quote.sxm-crisiscases {
  font-family: Lora, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.4;
}

.article-quote.ts-willseccombe, .article-quote.ts-fogoisland {
  text-align: left;
  font-family: Bitter, serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
}

.article-quote-block {
  clear: both;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.article-quote-block.mbj-everlane {
  border-style: solid none;
  border-top-width: 1px;
  border-top-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-right-width: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.article-quote-block.mbj-sanovnik {
  background-color: #f3ea7e;
  border-left-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.article-quote-block.mbj-results {
  color: var(--white);
  background-image: url('../images/watercolor_labstitle_swash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 15px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
}

.article-quote-block.sxm-results {
  color: var(--white);
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.article-quote-block.sxm-crisiscases {
  color: #000;
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 15px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
}

.article-quote-block.sxm-crisiscases.quote1 {
  background-image: url('../images/img_article_SXM_Mosul_Line22x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 285px;
  background-attachment: scroll;
}

.article-quote-block.sxm-crisiscases.quote2 {
  background-image: url('../images/img_article_SXM_Mosul_Line32x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 206px;
}

.article-quote-block.ts-standardquote {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
}

.article-quote-block.ts-fogoisland {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
}

.ft-container-md {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.ft-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.img-screenshot {
  border-radius: 4px;
  box-shadow: 0 2px 4px #0000004d;
}

.divider {
  clear: both;
  background-color: var(--dark-grey-2);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.alignright {
  float: right;
  margin-left: 2rem;
}

.alignleft {
  float: left;
  width: auto;
  margin-right: 2rem;
}

.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-headshot {
  text-align: center;
  width: 33.333%;
  max-width: 300px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.img-caption {
  color: #000000b3;
  text-align: center;
  margin-top: .7rem;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: .8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.size-full {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.size-full.alignleft.offsetleft {
  margin-left: -60%;
}

.size-full.alignright.offsetright {
  margin-right: -60%;
}

.size-medium {
  width: 50%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.size-medium.mbj-sanovnik-image.banana {
  float: right;
  width: 60%;
  margin-top: 15%;
  margin-right: -10%;
  position: static;
  inset: 0% 0% auto auto;
  box-shadow: 0 10px 20px -10px #00000080;
}

.size-medium.mbj-sanovnik-image.farmer {
  float: right;
  margin-top: -15%;
  margin-right: 15%;
  position: static;
  box-shadow: 0 10px 20px #00000080;
}

.size-medium.alignleft.offsetleft {
  margin-left: -25%;
}

.size-medium.alignright.offsetright {
  margin-right: -25%;
}

.size-jumbo {
  width: 150%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: -25%;
}

.preformatted-text {
  background-color: #00000003;
  border: 1px solid #eaeaea;
  padding: .8em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.strikethrough {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.indented-text {
  padding-left: 20px;
}

.ft-author-footer-wrapper {
  align-items: stretch;
  display: flex;
}

.ft-author-info {
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: .66rem;
  font-weight: 700;
  display: block;
}

.ft-author-bio {
  flex: 1;
  align-self: center;
  font-size: .888rem;
  display: block;
}

.ft-ts-author-footer {
  border-top: 1px solid #999;
  padding-top: 30px;
}

.mbj-sanovnik-yellowbox {
  background-color: #f3ea7ed9;
  position: absolute;
}

.mbj-sanovnik-yellowbox.box3 {
  width: 300px;
  height: 300px;
  margin-top: -2rem;
  margin-right: -2rem;
  top: 0;
  right: 0;
}

.mbj-sanovnik-yellowbox.box2 {
  z-index: -1;
  float: right;
  width: 200px;
  height: 200px;
  position: relative;
}

.mbj-sanovnik-yellowbox.box1 {
  z-index: 0;
  float: left;
  width: 200px;
  height: 200px;
  margin-top: -50px;
  margin-left: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.size-small {
  width: 25%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.size-small.alignleft.offsetleft {
  margin-left: -12.5%;
}

.size-small.alignright.offsetright {
  margin-right: -12.5%;
}

.size-small.mbj-sanovnik-image.cooking {
  float: left;
  margin-top: -1rem;
  margin-left: 125px;
  margin-right: 2rem;
  position: relative;
  box-shadow: 0 10px 20px -10px #000;
}

.position-relative {
  position: relative;
}

.mbj-sanovnik-image {
  border: .75rem solid var(--white);
}

.progress-bar {
  z-index: 10000;
  background-color: var(--light-sea-green);
  transform-origin: 0%;
  width: 100%;
  height: 5px;
  position: fixed;
}

.size-large {
  width: 75%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.size-large.alignleft.offsetleft {
  margin-left: -37.5%;
}

.size-large.alignright.offsetright {
  margin-right: -37.5%;
}

.video {
  margin-top: 3em;
  margin-bottom: 3em;
  position: relative;
}

.ft-article-header {
  background-color: var(--black);
  width: 100%;
  height: 500px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.ft-article-header.mbj-sanovnik {
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
}

.ft-article-header.mbj-everlane {
  color: var(--white);
}

.ft-article-header.labresults {
  float: left;
  width: 33%;
  height: 100vh;
  color: var(--white);
  position: sticky;
  top: 0;
}

.ft-article-header.sxm-mosul, .ft-article-header.mbj-localguest {
  color: var(--white);
}

.ft-article-header.ts-willseccombe-dmo, .ft-article-header.ts-willseccombe-storytellers, .ft-article-header.ts-carmenportela-localguest, .ft-article-header.ts-fogoisland, .ft-article-header.ts-guidosalvatori-miami, .ft-article-header.ts-mattcooper-caribbean, .ft-article-header.ts-hsmai-nonlinear, .ft-article-header.ts-scottvanhartesvelt-gcommerce, .ft-article-header.ts-gregthurik, .ft-article-header.ts-timwelsh-phrasing {
  height: auto;
  display: block;
  overflow: hidden;
}

.img-logo {
  width: 33.333%;
  max-width: 250px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ft-article-card-image {
  background-image: url('../images/cms/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40%;
}

.ft-article-card-image.sxm-crisis {
  background-image: url('../images/img_article_SXM_CrisisCases_1.jpg');
  background-position: 50% 25%;
}

.ft-article-card-image.sxm-mosul {
  background-image: url('../images/img_article_SXM_Mosul.jpg');
}

.ft-article-card-image.mbj-everlane {
  background-image: url('../images/img_article_MBJ_Everlane_1.jpg');
}

.ft-article-card-image.mbj-sanovnik {
  background-image: url('../images/img_article_MBJ_Sanovnik.jpg');
}

.ft-article-card-image.feature-card {
  height: 50%;
}

.ft-article-card-image.feature-card.sxm-results {
  background-image: url('../images/img_article_SXM_LabResults_1.jpg');
}

.ft-article-card-image.feature-card.mbj-results {
  background-image: url('../images/img_article_MBJ_LabResults_1.jpg');
  background-position: 50% 75%;
}

.ft-article-card-image.feature-card.mbj-localguest {
  background-image: url('../images/img_article_MBJ_PR.jpg');
  background-position: 50% 25%;
}

.audio {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.audio.mbj-localguest, .audio.ts-hsmai-nonlinear {
  padding-bottom: 1.5rem;
  padding-right: 2rem;
}

.ft-participant {
  min-height: 6rem;
  margin-top: 1rem;
}

.ft-article-card-textlink {
  z-index: 1;
  color: var(--light-sea-green);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: 30px;
}

.ft-footer-fineprint {
  opacity: .7;
  margin-bottom: 0;
  font-size: .888rem;
  display: inline-block;
}

.ft-footer-forlightbg {
  clear: both;
  background-color: #10191f;
  background-image: url('../images/cms/background-image.svg'), linear-gradient(to bottom, var(--white), var(--white));
  color: #222;
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}

.ft-footer-forlightbg.thoughtstarters {
  background-image: url('../images/Footer_Texture_ThoughtStarters_Black.png'), linear-gradient(to bottom, var(--white), var(--white));
}

.ft-footer-forlightbg.labs {
  background-image: url('../images/Footer_Texture_Labs_Black.png'), linear-gradient(to bottom, var(--white), var(--white));
}

.color-222 {
  color: #222;
}

.ft-col-100 {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.ft-paragraph-link {
  width: auto;
  max-width: 35em;
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.sxm-results-quotedingbat {
  float: left;
  color: #d6a355;
  text-align: left;
  margin-top: 5px;
  font-size: 1rem;
  position: relative;
}

.sxm-mosul-orangebox {
  z-index: -1;
  transform-origin: 50% 0;
  background-color: #df4a34;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2rem;
  bottom: 0;
  right: -6rem;
  transform: skew(-20deg);
}

.text-span {
  margin-right: 2rem;
}

.sxm-crisiscases-lines {
  background-image: url('../images/cms/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
}

.sxm-crisiscases-lines.path1 {
  background-image: url('../images/img_article_SXM_Mosul_Path12x.png');
  background-size: 147px;
  width: 148px;
  height: 190px;
  margin-top: 50%;
  left: -40%;
}

.sxm-crisiscases-lines.path2 {
  background-image: url('../images/img_article_SXM_Mosul_Path22x.png');
  background-size: 188px;
  width: 188px;
  height: 245px;
  margin-top: -25%;
  right: -50%;
}

.sxm-crisiscases-lines.circle1 {
  background-image: url('../images/img_article_SXM_Mosul_Line12x.png');
  background-size: 344px;
  width: 344px;
  height: 74px;
  margin-top: -10px;
  margin-left: -50px;
}

.ft-article-card-gradient {
  background-image: linear-gradient(to top, var(--white) 10%, transparent 25%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.padding-top-120 {
  padding-top: 120px;
}

.ft-header-logo-tag {
  width: auto;
  max-width: none;
  max-height: 20px;
  margin-top: -10px;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.ft-header-content-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ft-header-content-wrapper.title-section {
  text-align: center;
  margin-bottom: 8rem;
  position: relative;
}

.ft-header-content-wrapper.ts-willseccombe-dmo {
  color: #fff;
  text-align: left;
  max-width: 750px;
  margin-left: 0;
  padding-top: 250px;
  padding-bottom: 120px;
  font-weight: 400;
}

.ft-header-content-wrapper.ts-willseccombe-dmo:hover {
  text-decoration: none;
}

.ft-header-content-wrapper.ts-willseccombe-dmo.ts-article-header {
  width: 100%;
  max-width: none;
}

.ft-header-content-wrapper.ts-willseccombe-storytellers {
  color: #fff;
  max-width: 720px;
  margin-left: 0;
  padding-top: 250px;
  padding-bottom: 120px;
  font-weight: 400;
}

.ft-header-content-wrapper.ts-willseccombe-storytellers:hover {
  text-decoration: none;
}

.ft-header-content-wrapper.ts-willseccombe-storytellers.ts-article-header {
  width: 100%;
  max-width: none;
}

.ft-header-content-wrapper.ts-carmenportela-localguest {
  color: #fff;
  margin-left: 0;
  padding-top: 250px;
  padding-bottom: 120px;
  font-weight: 400;
}

.ft-header-content-wrapper.ts-carmenportela-localguest:hover {
  text-decoration: none;
}

.ft-header-content-wrapper.ts-carmenportela-localguest.ts-article-header {
  width: 100%;
  max-width: none;
}

.ft-header-content-wrapper.ts-fogoisland {
  color: #fff;
  margin-left: 0;
  padding-top: 250px;
  padding-bottom: 120px;
  font-weight: 400;
}

.ft-header-content-wrapper.ts-fogoisland:hover {
  text-decoration: none;
}

.ft-header-content-wrapper.ts-fogoisland.ts-article-header {
  width: 100%;
  max-width: none;
}

.ft-header-content-wrapper.ts-guidosalvatori-miami {
  color: #fff;
  text-align: left;
  max-width: 750px;
  margin-left: 0;
  padding-top: 250px;
  padding-bottom: 120px;
  font-weight: 400;
}

.ft-header-content-wrapper.ts-guidosalvatori-miami:hover {
  text-decoration: none;
}

.ft-header-content-wrapper.ts-guidosalvatori-miami.ts-article-header {
  width: 100%;
  max-width: none;
}

.ft-header-content-wrapper.ts-mattcooper-caribbean {
  color: #fff;
  text-align: left;
  max-width: 750px;
  margin-left: 0;
  padding-top: 250px;
  padding-bottom: 120px;
  font-weight: 400;
}

.ft-header-content-wrapper.ts-mattcooper-caribbean:hover {
  text-decoration: none;
}

.ft-header-content-wrapper.ts-mattcooper-caribbean.ts-article-header {
  width: 100%;
  max-width: none;
}

.ft-header-content-wrapper.ts-scottvanhartesvelt-gcommerce {
  color: #fff;
  text-align: left;
  max-width: 750px;
  margin-left: 0;
  padding-top: 250px;
  padding-bottom: 120px;
  font-weight: 400;
}

.ft-header-content-wrapper.ts-scottvanhartesvelt-gcommerce:hover {
  text-decoration: none;
}

.ft-header-content-wrapper.ts-scottvanhartesvelt-gcommerce.ts-article-header {
  width: 100%;
  max-width: none;
}

.ft-header-content-wrapper.ts-andrewladd-noblehouse {
  color: #fff;
  text-align: left;
  max-width: 750px;
  margin-left: 0;
  padding-top: 250px;
  padding-bottom: 120px;
  font-weight: 400;
}

.ft-header-content-wrapper.ts-andrewladd-noblehouse:hover {
  text-decoration: none;
}

.ft-header-content-wrapper.ts-andrewladd-noblehouse.ts-article-header {
  width: 100%;
  max-width: none;
}

.ft-header-content-wrapper.ts-gregthurik {
  color: #fff;
  text-align: left;
  max-width: 750px;
  margin-left: 0;
  padding-top: 250px;
  padding-bottom: 120px;
  font-weight: 400;
}

.ft-header-content-wrapper.ts-gregthurik:hover {
  text-decoration: none;
}

.ft-header-content-wrapper.ts-gregthurik.ts-article-header {
  width: 100%;
  max-width: none;
}

.ft-header-content-wrapper.ts-jenbarnwell-curator {
  color: #fff;
  text-align: left;
  max-width: 750px;
  margin-left: 0;
  padding-top: 250px;
  padding-bottom: 120px;
  font-weight: 400;
}

.ft-header-content-wrapper.ts-jenbarnwell-curator:hover {
  text-decoration: none;
}

.ft-header-content-wrapper.ts-jenbarnwell-curator.ts-article-header {
  width: 100%;
  max-width: none;
}

.ft-header-content-wrapper.ts-timwelsh-phrasing {
  color: #fff;
  text-align: left;
  max-width: 750px;
  margin-left: 0;
  padding-top: 250px;
  padding-bottom: 120px;
  font-weight: 400;
}

.ft-header-content-wrapper.ts-timwelsh-phrasing:hover {
  text-decoration: none;
}

.ft-header-content-wrapper.ts-timwelsh-phrasing.ts-article-header {
  width: 100%;
  max-width: none;
}

.ft-header-content-wrapper.ts-curator-jenbarnwell {
  color: #fff;
  margin-left: 0;
  padding-top: 250px;
  padding-bottom: 120px;
  font-weight: 400;
}

.ft-header-content-wrapper.ts-curator-jenbarnwell:hover {
  text-decoration: none;
}

.ft-header-content-wrapper.ts-curator-jenbarnwell.ts-article-header {
  width: 100%;
  max-width: none;
}

.ft-header-content-wrapper.ts-twelsh-phrasing {
  color: #fff;
  text-align: left;
  max-width: 750px;
  margin-left: 0;
  padding-top: 250px;
  padding-bottom: 120px;
  font-weight: 400;
}

.ft-header-content-wrapper.ts-twelsh-phrasing:hover {
  text-decoration: none;
}

.ft-header-content-wrapper.ts-twelsh-phrasing.ts-article-header {
  width: 100%;
  max-width: none;
}

.the-community {
  font-size: 3.33333rem;
  line-height: 4.44444rem;
  position: relative;
}

.travel-s-status-quo {
  letter-spacing: 1.25px;
  font-size: 4.25rem;
  line-height: 4rem;
  position: relative;
}

.challenging {
  font-size: 6rem;
  line-height: 5rem;
  position: relative;
}

.ft-col-33 {
  float: left;
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.ts-header-articles-link {
  z-index: 1;
  border: 5px solid var(--white);
  border-radius: 4px;
  transition: all .2s;
  box-shadow: 0 0 25px #000000b3;
}

.ts-header-articles-link:hover {
  transform: scale(1.025);
  box-shadow: 5px 0 40px #00000080;
}

.ft-shelf-heading {
  margin-left: -99999px;
  position: absolute;
}

.ft-ts-article-header {
  width: 100%;
  color: var(--black);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
  display: block;
  position: relative;
}

.ft-ts-article-headercontent {
  position: relative;
}

.ts-featured-article-link {
  color: #fff;
  background-color: #222;
  border-radius: 5px;
  max-width: 650px;
  padding: 30px;
  transition: all .2s;
  position: relative;
}

.ts-featured-article-link:hover {
  text-decoration: none;
  transform: scale(1.0125);
  box-shadow: 0 5px 15px #00000080;
}

.ts-featured-article-link:focus {
  transform: scale(1.02);
}

.ts-featured-article-link.ts-4thoughtprovoking {
  float: left;
  background-color: #00816de6;
}

.ts-featured-article-link.ts-guidetovisualcontent {
  float: right;
  background-color: #a3a2a3e6;
}

.ts-shelf-articles-link {
  border: 5px solid var(--white);
  border-radius: 4px;
  flex: none;
  max-width: 300px;
  margin-bottom: 2rem;
  margin-left: 15px;
  margin-right: 15px;
  transition: all .2s;
  box-shadow: 0 0 8px #0000004d;
}

.ts-shelf-articles-link:hover {
  transform: scale(1.025);
  box-shadow: 0 10px 15px #00000026;
}

.ft-shelf-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 30px;
  position: relative;
}

.ft-ts-header-featured-article-wrapper {
  margin-top: 550px;
  position: absolute;
  inset: 0%;
}

.mbj-localguest-colorbox {
  z-index: -1;
  background-color: #c8b2e0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2rem;
  bottom: 0;
  right: -3rem;
}

.ft-shelf-heading-img {
  background-image: url('../images/cms/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.ft-shelf-heading-img.inspiration {
  background-image: url('../images/ft-thoughtstarters-title-Inspiration.png');
  width: 80%;
  height: 8rem;
  margin-top: -5rem;
  position: absolute;
}

.ft-shelf-heading-img.collaborations {
  background-image: url('../images/ft-thoughtstarters-title-Collaborations.png');
  width: 90%;
  height: 8rem;
  margin-top: -6rem;
  position: absolute;
}

.ft-shelf-heading-img.storytelling {
  background-image: url('../images/ft-thoughtstarters-title-Storytelling.png');
  width: 90%;
  height: 8rem;
  margin-top: -6rem;
  position: absolute;
}

.ft-author-header-wrapper, .collection-item {
  display: flex;
  align-items: center;
}

.byline {
  flex: none;
  padding-left: .1rem;
  padding-right: .1rem;
}

.byline.author {
  font-weight: 700;
}

.ft-author-name {
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.ft-author-email {
  font-size: 1.2rem;
}

.ft-ts-header-bg {
  margin-top: 1rem;
}

.ft-ts-article-bg-image {
  object-fit: cover;
  background-image: url('../images/cms/background-image.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 420px;
  position: relative;
}

.padding-top-30percent {
  padding-top: 30%;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-30 {
  padding-top: 30px;
}

.ft-ts-slider {
  height: 750px;
}

.ft-ts-slider-slide {
  color: #000;
}

.ft-ts-slider-slide.ts-carmenportela-localguest {
  background-image: linear-gradient(#c8b2e0, #c8b2e0);
}

.slider-icon {
  color: #ffffffb3;
  height: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  inset: 0%;
}

.slider-icon:hover {
  color: #fff;
}

.slider-icon.left {
  inset: 0% auto 0% 0%;
}

.slider-icon.right {
  inset: 0% 0% 0% auto;
}

.ft-timestamp {
  z-index: 9;
  color: #fff;
  text-align: right;
  background-image: linear-gradient(#f50, #ff2400);
  margin-top: 1rem;
  margin-bottom: .5rem;
  margin-right: 10px;
  padding: .25rem .5rem;
  font-family: Courier Prime, sans-serif;
  line-height: 1;
  display: inline-block;
  position: absolute;
  right: 100%;
}

.ft-timestamp.subhead {
  margin-top: .35rem;
}

.ft-ts-sidebar {
  background-image: linear-gradient(#fff7f280, #fff7f280);
  border: 5px solid #ffefec;
  flex-direction: column;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 15px;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.667rem;
}

.ts-highlight {
  background-image: none;
  margin-bottom: 10px;
  padding: 1rem .5rem 1rem 0;
  position: relative;
}

.ts-highlight-image {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/SoundWave.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 85px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.ft-header-bg-soundwave {
  z-index: 1;
  opacity: .75;
  background-image: url('../images/SoundWave.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 65%;
  height: 50%;
  display: block;
  position: absolute;
  inset: auto 0% -25%;
}

.sticky-audio {
  z-index: 10;
  max-width: 960px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: sticky;
  top: 0;
}

.sticky-audio.embed {
  margin-top: -70px;
}

.slide-nav {
  font-size: 10px;
}

.ft-dropcap {
  float: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: .5rem;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: .8;
  display: block;
}

.sticky-video {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: sticky;
  top: 0;
}

.sticky-video.embed {
  margin-top: -70px;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .nav-menu {
    background-color: var(--medium-sea-green);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

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

  .hamburger-icon {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--medium-sea-green);
  }

  .ft-series-section {
    flex-direction: column-reverse;
  }

  .close-button:active, .close-button.w--open {
    background-color: var(--medium-sea-green);
  }

  .ft-header-bg-matte.mbj, .ft-header-bg-matte.sxm {
    background-image: linear-gradient(70deg, #00090fbf 70%, #0000 85%);
  }

  .nav-menu-2 {
    background-color: #fff;
    width: 250px;
    margin-left: 50px;
    padding-top: 70px;
    box-shadow: 0 0 60px #0000004d;
  }

  .ft-header-splash-paragraph {
    font-size: 1.2rem;
  }

  .navbar {
    top: 0;
  }

  .ft-header-splash-heading {
    font-size: 2.25rem;
  }

  .ft-header-bg.mbj-sanovnik {
    width: 100%;
  }

  .nav-link-2 {
    color: #000;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
  }

  .nav-link-2:hover {
    color: #db2089;
  }

  .menu-button-2 {
    color: #fff;
    text-align: center;
    width: 45px;
    height: 45px;
    margin-top: 20px;
    padding: 8px 0 0;
    font-size: 26px;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .menu-button-2.close-version {
    background-image: url('../images/cancel.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    border-color: #ebebeb;
    position: absolute;
    top: 0;
    right: 30px;
  }

  .logo-block {
    margin-left: 15px;
  }

  .ft-header-content.mbj-sanovnik {
    width: 100%;
    display: block;
    left: 25%;
  }

  .ft-header-content.sxm-mosul {
    width: 100%;
  }

  .ft-header-content.thoughtstarters-index {
    padding-top: 150px;
    padding-bottom: 240px;
  }

  .ft-header-content.thoughtstarters-index-redo {
    inset: auto 0% 0%;
  }

  .ft-header-paragraph {
    margin-left: 0;
  }

  .ft-article-bg-image.ts-willseccombe-dmo, .ft-article-bg-image.ts-willseccombe-storytellers, .ft-article-bg-image.ts-guidosalvatori-miami, .ft-article-bg-image.ts-mattcooper-caribbean, .ft-article-bg-image.ts-hsmai-nonlinear, .ft-article-bg-image.ts-scottvanhartesvelt-gcommerce, .ft-article-bg-image.ts-andrewladd-noblehouse, .ft-article-bg-image.ts-gregthurik-landingpg, .ft-article-bg-image.ts-gregthurik-episode1, .ft-article-bg-image.ts-gregthurik-episode2, .ft-article-bg-image.ts-gregthurik-episode3, .ft-article-bg-image.ts-gregthurik-episode4, .ft-article-bg-image.ts-timwelsh-phrasing1, .ft-article-bg-image.ts-jenbarnwell-curator, .ft-article-bg-image.ts-timwelsh-phrasing2 {
    width: 100%;
  }

  .article-quote-block.sxm-crisiscases.quote1 {
    background-size: 270px;
  }

  .article-quote-block.sxm-crisiscases.quote2 {
    background-size: 190px;
  }

  .size-full.alignleft.offsetleft {
    margin-left: auto;
  }

  .size-full.alignright.offsetright {
    margin-right: auto;
  }

  .size-medium.alignleft.offsetleft {
    margin-left: -12.5%;
  }

  .size-medium.alignright.offsetright {
    margin-right: -12.5%;
  }

  .size-jumbo {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .size-small.mbj-sanovnik-image.cooking {
    margin-left: 75px;
  }

  .size-large.alignleft.offsetleft {
    margin-left: -15%;
  }

  .size-large.alignright.offsetright {
    margin-right: -15%;
  }

  .ft-article-card-gradient {
    background-image: linear-gradient(to top, var(--white) 10%, transparent 25%);
  }

  .ft-header-content-wrapper {
    max-width: 450px;
  }

  .ft-header-content-wrapper.title-section {
    margin-bottom: 4rem;
  }

  .ft-ts-header-featured-article-wrapper {
    margin-top: 500px;
  }

  .ft-timestamp {
    margin-left: -14%;
  }

  .h1 {
    font-size: 2.25rem;
  }

  .ft-header-bg-soundwave {
    width: 100%;
    height: 50%;
    inset: auto auto -28% 0%;
  }
}

@media screen and (max-width: 767px) {
  img {
    margin-bottom: 0;
  }

  .ft-series-column._100vh {
    width: 100%;
    min-height: 50vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .ft-link.ts-link {
    font-size: 1rem;
  }

  .ft-header-bg-matte.mbj, .ft-header-bg-matte.sxm {
    background-color: #00090f80;
    background-image: linear-gradient(50deg, #00090fbf 70%, #0000 85%);
  }

  .ft-header-bg-matte.thoughtstarters.ts-willseccombe-dmo {
    background-image: linear-gradient(to top, #937054, #0000 65%), linear-gradient(#00000040, #00000040);
  }

  .ft-header-bg-matte.thoughtstarters.ts-willseccombe-storytellers {
    background-image: linear-gradient(to top, #13484c, #0000 65%), linear-gradient(#00000026, #00000026);
  }

  .ft-header-bg-matte.thoughtstarters.ts-carmenportela-localguest {
    background-image: linear-gradient(to top, #333c66, #735894 15%, #0000 75%), linear-gradient(#333c6640, #333c6640);
  }

  .ft-header-bg-matte.thoughtstarters.ts-guidosalvatori-miami, .ft-header-bg-matte.thoughtstarters.ts-mattcooper-caribbean {
    background-image: linear-gradient(to top, #13484c, #0000 65%), linear-gradient(#00000026, #00000026);
  }

  .ft-header-bg-matte.thoughtstarters.ts-mattcooper-caribbean {
    background-image: linear-gradient(to top, #300d17, #0000 65%), linear-gradient(#00000026, #00000026);
  }

  .ft-header-bg-matte.thoughtstarters.ts-hsmai-nonlinear {
    background-image: linear-gradient(to top, #937054, #0000 65%), linear-gradient(#00000040, #00000040);
  }

  .ft-header-bg-matte.thoughtstarters.ts-andynguyen-hsmai, .ft-header-bg-matte.thoughtstarters.ts-scottvanhartesvelt-gcommerce, .ft-header-bg-matte.thoughtstarters.ts-scottvanhartesvelt-gcommerce, .ft-header-bg-matte.thoughtstarters.ts-andrewladd-noblehouse, .ft-header-bg-matte.thoughtstarters.ts-andrewladd-noblehouse, .ft-header-bg-matte.thoughtstarters.ts-gregthurik, .ft-header-bg-matte.thoughtstarters.ts-gregthurik, .ft-header-bg-matte.thoughtstarters.ts-timwelsh-phrasing, .ft-header-bg-matte.thoughtstarters.ts-timwelsh-phrasing, .ft-header-bg-matte.thoughtstarters.ts-jenbarnwell-curator, .ft-header-bg-matte.thoughtstarters.ts-jenbarnwell-curator {
    background-image: linear-gradient(to top, #13484c, #0000 65%), linear-gradient(#00000026, #00000026);
  }

  .ft-header-splash-paragraph {
    max-width: 95%;
  }

  .ft-section.alllabs-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ft-section.labresults {
    float: none;
    width: 100%;
  }

  .ft-section.ts-shelf-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .ft-section.ts-willseccombe-dmo, .ft-section.ts-willseccombe-storytellers, .ft-section.ts-carmenportela-localguest, .ft-section.ts-fogoisland, .ft-section.ts-guidosalvatori-miami, .ft-section.ts-mattcooper-caribbean, .ft-section.ts-hsmai-nonlinear, .ft-section.ts-scottvanhartesvelt-gcommerce, .ft-section.ts-andrewladd-noblehouse, .ft-section.ts-gregthurik, .ft-section.ts-timwelsh-phrasing {
    padding-bottom: 30px;
  }

  .ft-header-splash-skip {
    bottom: -40px;
  }

  .ft-header-splash-heading.sxm-mosul {
    max-width: 90%;
  }

  .ft-col-50 {
    flex: 1;
    width: 100%;
  }

  .ft-row {
    display: block;
  }

  .ft-header-bg-image.ts-willseccombe-dmo {
    background-position: 75% 0;
  }

  .ft-header-bg-image.ts-carmenportela-localguest, .ft-header-bg-image.ts-fogoisland {
    background-position: 50% 25%;
    background-size: cover;
    width: 100%;
  }

  .ft-header-bg-image.ts-guidosalvatori-miami, .ft-header-bg-image.ts-mattcooper-caribbean, .ft-header-bg-image.ts-andynguyen-hsmai, .ft-header-bg-image.ts-scottvanhartesvelt-gcommerce, .ft-header-bg-image.ts-andrewladd-noblehouse, .ft-header-bg-image.ts-gregthurik, .ft-header-bg-image.ts-timwelsh-phrasing, .ft-header-bg-image.ts-jenbarnwell-curator, .ft-header-bg-image.ts-timwelsh-phrasing2 {
    background-position: 25%;
  }

  .menu-button-2 {
    color: #000;
    border-color: #000;
  }

  .ft-header-content.mbj-sanovnik {
    max-width: none;
    display: block;
    bottom: 0;
    left: 0%;
  }

  .ft-header-content.labs-index {
    padding-top: 150px;
  }

  .ft-header-content.sxm-crisiscases {
    width: 100%;
  }

  .ft-header-content.thoughtstarters-index {
    padding-bottom: 180px;
  }

  .together-we-re-shaping {
    font-size: 2.666rem;
    line-height: 2.222rem;
  }

  .the-future-of-travel {
    font-size: 3.05rem;
  }

  .here-s-what {
    font-size: 4.75rem;
    line-height: 4.5rem;
  }

  .we-ve-learned {
    font-size: 4.05rem;
    line-height: 4rem;
  }

  .title-watercolor {
    height: 180px;
    bottom: -25px;
  }

  .ft-section-bg-image.labs.mbj {
    background-position: 100% 0;
    background-size: auto;
  }

  .ft-section-bg-image.labs.sxm {
    background-position: 0 0;
    background-size: auto;
  }

  .ft-section-bg-image.thoughtstarters.ts-4thoughtprovoking {
    background-position: 75%;
  }

  .ft-section-bg-image.thoughtstarters.ts-guidetovisualcontent {
    background-position: 50%, 0 0;
  }

  .ft-section-bg-matte.labs {
    background-color: #00090f80;
  }

  .ft-section-bg-matte.labs.mbj, .ft-section-bg-matte.labs.sxm, .ft-section-bg-matte.thoughtstarters.ts-guidetovisualcontent {
    background-image: none;
  }

  .ft-individual-lab-section {
    padding-bottom: 60px;
  }

  .ft-article-bg-image.mbj-everlane, .ft-article-bg-image.mbj-results, .ft-article-bg-image.sxm-results {
    background-position: 65%;
  }

  .ft-article-bg-image.sxm-mosul {
    background-position: 0%;
  }

  .ft-article-bg-image.sxm-crisiscases {
    background-position: 65%;
  }

  .ft-article-bg-image.mbj-localguest {
    background-position: 85% 0;
  }

  .ft-article-bg-image.ts-carmenportela-localguest, .ft-article-bg-image.ts-fogoisland, .ft-article-bg-image.ts-curator-jenbarnwell {
    width: 100%;
  }

  .article-quote.mbj-everlane, .article-quote.mbj-sanovnik {
    font-size: 2rem;
  }

  .article-quote.mbj-results, .article-quote.sxm-results, .article-quote.sxm-crisiscases {
    font-size: 1.6rem;
  }

  .article-quote.ts-willseccombe, .article-quote.ts-fogoisland {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .alignright {
    text-align: center;
    margin-left: 1rem;
  }

  .alignleft {
    text-align: center;
    margin-right: 1rem;
  }

  .size-medium.alignleft.offsetleft {
    margin-left: auto;
  }

  .size-medium.alignright.offsetright {
    margin-right: auto;
  }

  .mbj-sanovnik-yellowbox.box3 {
    width: 150px;
    height: 150px;
  }

  .mbj-sanovnik-yellowbox.box1 {
    width: 150px;
    height: 150px;
    margin-top: 25px;
  }

  .size-small {
    width: 40%;
  }

  .size-small.alignleft.offsetleft {
    margin-left: auto;
  }

  .size-small.alignright.offsetright {
    margin-right: auto;
  }

  .size-large {
    width: 100%;
  }

  .size-large.alignleft.offsetleft {
    margin-left: auto;
  }

  .size-large.alignright.offsetright {
    margin-right: auto;
  }

  .ft-article-header.labresults {
    float: none;
    width: 100%;
    height: 500px;
    position: relative;
  }

  .ft-col-100 {
    flex: 1;
    width: 100%;
  }

  .ft-header-content-wrapper.ts-willseccombe-dmo {
    width: 100%;
    max-width: none;
    padding-top: 180px;
    font-weight: 400;
  }

  .ft-header-content-wrapper.ts-willseccombe-dmo.ts-article-header {
    padding-bottom: 100px;
  }

  .ft-header-content-wrapper.ts-willseccombe-storytellers {
    width: 100%;
    max-width: none;
    padding-top: 180px;
    font-weight: 400;
  }

  .ft-header-content-wrapper.ts-willseccombe-storytellers.ts-article-header {
    padding-bottom: 100px;
  }

  .ft-header-content-wrapper.ts-carmenportela-localguest {
    width: 100%;
    max-width: none;
    padding-top: 180px;
    font-weight: 400;
  }

  .ft-header-content-wrapper.ts-carmenportela-localguest.ts-article-header {
    padding-bottom: 100px;
  }

  .ft-header-content-wrapper.ts-fogoisland {
    width: 100%;
    max-width: none;
    padding-top: 180px;
    font-weight: 400;
  }

  .ft-header-content-wrapper.ts-fogoisland.ts-article-header {
    padding-bottom: 60px;
  }

  .ft-header-content-wrapper.ts-guidosalvatori-miami {
    width: 100%;
    max-width: none;
    padding-top: 180px;
    font-weight: 400;
  }

  .ft-header-content-wrapper.ts-guidosalvatori-miami.ts-article-header {
    padding-bottom: 100px;
  }

  .ft-header-content-wrapper.ts-mattcooper-caribbean {
    width: 100%;
    max-width: none;
    padding-top: 180px;
    font-weight: 400;
  }

  .ft-header-content-wrapper.ts-mattcooper-caribbean.ts-article-header {
    padding-bottom: 100px;
  }

  .ft-header-content-wrapper.ts-scottvanhartesvelt-gcommerce {
    width: 100%;
    max-width: none;
    padding-top: 180px;
    font-weight: 400;
  }

  .ft-header-content-wrapper.ts-scottvanhartesvelt-gcommerce.ts-article-header {
    padding-bottom: 60px;
  }

  .ft-header-content-wrapper.ts-andrewladd-noblehouse {
    width: 100%;
    max-width: none;
    padding-top: 180px;
    font-weight: 400;
  }

  .ft-header-content-wrapper.ts-andrewladd-noblehouse.ts-article-header {
    padding-bottom: 60px;
  }

  .ft-header-content-wrapper.ts-gregthurik {
    width: 100%;
    max-width: none;
    padding-top: 180px;
    font-weight: 400;
  }

  .ft-header-content-wrapper.ts-gregthurik.ts-article-header {
    padding-bottom: 60px;
  }

  .ft-header-content-wrapper.ts-jenbarnwell-curator {
    width: 100%;
    max-width: none;
    padding-top: 180px;
    font-weight: 400;
  }

  .ft-header-content-wrapper.ts-jenbarnwell-curator.ts-article-header {
    padding-bottom: 100px;
  }

  .ft-header-content-wrapper.ts-timwelsh-phrasing {
    width: 100%;
    max-width: none;
    padding-top: 180px;
    font-weight: 400;
  }

  .ft-header-content-wrapper.ts-timwelsh-phrasing.ts-article-header {
    padding-bottom: 60px;
  }

  .ft-header-content-wrapper.ts-curator-jenbarnwell {
    width: 100%;
    max-width: none;
    padding-top: 180px;
    font-weight: 400;
  }

  .ft-header-content-wrapper.ts-curator-jenbarnwell.ts-article-header {
    padding-bottom: 60px;
  }

  .ft-header-content-wrapper.ts-twelsh-phrasing {
    width: 100%;
    max-width: none;
    padding-top: 180px;
    font-weight: 400;
  }

  .ft-header-content-wrapper.ts-twelsh-phrasing.ts-article-header {
    padding-bottom: 100px;
  }

  .the-community {
    font-size: 2.666rem;
    line-height: 2.222rem;
  }

  .travel-s-status-quo {
    font-size: 3.05rem;
  }

  .challenging {
    font-size: 4.75rem;
    line-height: 4.5rem;
  }

  .ft-col-33 {
    flex: 1;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ft-col-33.no-wrap {
    width: 33%;
  }

  .ft-ts-header-featured-article-wrapper {
    margin-top: 420px;
  }

  .ft-shelf-heading-img.inspiration {
    margin-top: -4rem;
  }

  .ft-ts-article-bg-image {
    height: 300px;
  }

  .ft-timestamp {
    float: none;
    margin-top: 0;
    margin-left: 0%;
    position: relative;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    background-image: linear-gradient(#20292fb3, #0000 75%);
  }

  .navigation-container {
    height: 60px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ft-series-header {
    padding-bottom: 5vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ft-series-section {
    flex: none;
  }

  .ft-series-section.background-image.background-image-1 {
    background-image: linear-gradient(#a82c2c80, #a82c2c80), url('../images/ft-series-headerbg-fliptofuelwebisodes.jpg');
    background-position: 0 0, 60%;
  }

  .ft-footer-fordarkbg {
    padding-left: 0;
    padding-right: 0;
  }

  .ft-series-column._100vh {
    padding: 5vw;
  }

  .ft-labs-index-linework {
    max-width: none;
  }

  .ft-labs-index-section {
    padding-top: 125px;
  }

  .ft-form-block {
    max-width: 100%;
  }

  .modal-nav-container {
    height: 60px;
  }

  .ft-container, .ft-container-lg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-2 {
    width: 80%;
  }

  .ft-header-splash-paragraph {
    font-size: 1rem;
  }

  .ft-section.alllabs-section, .ft-section.ts-shelf-section {
    overflow: hidden;
  }

  .ft-header-logo-white {
    max-height: 40px;
  }

  .destinationindex.splash-section {
    margin-top: 120px;
  }

  .navbar {
    padding-right: 20px;
  }

  .ft-header-splash-heading {
    font-size: 2rem;
  }

  .ft-header-splash-heading.mbj-sanovnik {
    text-shadow: none;
  }

  .ft-header-splash-heading.sxm-mosul {
    max-width: 14rem;
    margin-left: 1.5rem;
  }

  .nav-link-2.w--current {
    color: #db2089;
  }

  .ft-profile-image.footer {
    margin-bottom: 10px;
  }

  .menu-button-2 {
    width: 42px;
    height: 42px;
    margin-top: 16px;
    padding-top: 8px;
  }

  .menu-button-2.close-version {
    right: 20px;
  }

  .logo-block {
    margin-left: 10px;
  }

  .ft-header-content.sxm-mosul {
    margin-right: -3.5rem;
    right: -2rem;
  }

  .ft-header-content.thoughtstarters-index {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .ft-header-content.thoughtstarters-index-redo {
    padding-left: 0;
    padding-right: 0;
  }

  .together-we-re-shaping {
    font-size: 1.666rem;
    line-height: 1rem;
  }

  .the-future-of-travel {
    font-size: 1.888rem;
    line-height: 1rem;
  }

  .here-s-what {
    font-size: 3.1rem;
    line-height: 3rem;
  }

  .we-ve-learned {
    font-size: 2.666rem;
    line-height: 2.75rem;
  }

  .title-watercolor {
    background-position: 50% 85%;
  }

  .ft-section-bg-image.labs.mbj {
    transform: translate(0%);
  }

  .ft-section-bg-image.labs.sxm {
    background-position: 0 0;
    transform: translate(0%);
  }

  .ft-article-bg-image.sxm-mosul {
    background-position: 15%;
  }

  .ft-article-bg-image.mbj-localguest {
    background-position: 85% 0;
  }

  .ft-container-md, .ft-container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .alignright {
    margin-left: 1rem;
  }

  .alignleft {
    margin-right: 1rem;
  }

  .size-medium {
    width: 100%;
  }

  .size-medium.mbj-sanovnik-image.banana {
    margin-top: -15%;
    margin-left: auto;
  }

  .size-medium.mbj-sanovnik-image.farmer {
    margin-top: -85%;
  }

  .mbj-sanovnik-yellowbox.box1 {
    margin-left: -5%;
  }

  .size-small {
    width: 100%;
  }

  .size-small.mbj-sanovnik-image.cooking {
    margin-left: auto;
  }

  .ft-footer-forlightbg {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 1.888rem;
  }

  .ft-header-logo-tag {
    max-height: 15px;
  }

  .the-community {
    font-size: 1.666rem;
    line-height: 1rem;
  }

  .travel-s-status-quo {
    font-size: 1.888rem;
    line-height: 1rem;
  }

  .challenging {
    font-size: 3.1rem;
    line-height: 3rem;
  }

  .ft-ts-header-featured-article-wrapper {
    margin-top: 300px;
  }

  .slider-icon {
    height: 50px;
    font-size: 1.5rem;
  }

  .slider-icon.left, .slider-icon.right {
    display: none;
  }

  .h1 {
    font-size: 2.1rem;
  }

  .ts-highlight-image {
    width: 100%;
    height: 60px;
  }

  .sticky-audio, .sticky-video {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Font Awesome 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font Awesome Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}