body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;

  font-family: "NeueHaasGroteskDisp Std";
  font-weight: 500;
}

a {
  color: black;
}
html {
  font-size: 90%;
}

header::-webkit-scrollbar {
  width: 0 !important;
  display: none !important;
}

::-moz-selection {
  background-color: yellow;
  color: black;
}

::selection {
  background-color: yellow;
  color: black;
}

.ff-serif {
  font-family: "NeueHaasGroteskDisp Std";
}

.ff-serif-blk,
.h1 {
  /* font-family: "NeueHaasGroteskDisp Std Blk"; */
  font-family: "Shapiro";
}

.press-clipping img {
  height: 110%;
  width: 110%;
  object-fit: cover;
}

#parent {
  min-height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main {
  width: 100%;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#FOOTER {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* 
.bgc-w p, .bgc-w picture, .bgc-w figure, .bgc-w .fsA, .bgc-w .fsB, .bgc-w .fsC, .bgc-w .fsB-alt, .bgc-w .ff-mono, .bgc-w h1, .bgc-w .fsS, .bgc-w h2, .bgc-w h3 {
  background-color: black;
  color: black;
  transition: 0.4s ease-out color, 0.1s ease-out background-color;
}

.bgc-w.ACTIVATED p, .bgc-w.ACTIVATED picture, .bgc-w.ACTIVATED figure, .bgc-w.ACTIVATED .fsA, .bgc-w.ACTIVATED .fsB, .bgc-w.ACTIVATED .fsC, .bgc-w.ACTIVATED .fsB-alt, .bgc-w.ACTIVATED .ff-mono, .bgc-w.ACTIVATED h1, .bgc-w.ACTIVATED .fsS, .bgc-w.ACTIVATED h2, .bgc-w.ACTIVATED h3 {
  background-color: white;
  color: black;
}

.bgc-w img {opacity: 0;}

.bgc-b p, .bgc-b picture, .bgc-b figure, .bgc-b .fsA, .bgc-b .fsB, .bgc-b .fsC, .bgc-fsB-alt, .bgc-b .ff-mono, .bgc-b h1, .bgc-b .fsS, .bgc-b h2, .bgc-b h3 {
  background-color: white;
  color: white;
} */

.ff-mono,
pre {
  font-family: "Helvetica Monospaced";
  font-size: 0.8rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.ff-mono.font-med {
  font-size: 1rem;
}

.ff-mono.font-large {
  font-size: 1.256rem;
}

#logo {
  width: 10.875rem;
}

.logo-main {
  width: 30rem;
  margin-right: 3rem;
  text-align: center;
  background-color: white;
}
/* .main-nav {
  padding-right: 3rem;
} */
.logo-main img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

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

a {
  color: inherit;
  text-decoration: none;
}
.c-w {
  color: #fff;
}
.c-b {
  color: #000;
}
.bgc-w {
  background-color: #fff;
}
.bgc-b {
  background-color: #000;
}

.rounded {
  border-radius: 0.25rem;
}

.fsA.mb1 {
  margin-bottom: 1rem;
}

.fsS {
  font-size: 5.23em;
  line-height: 1;
  margin-bottom: 0;
}
.fsA,
h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
  line-height: 1;
  font-family: "Shapiro";
  /* font-family: "NeueHaasGroteskDisp Std Blk"; */
}
.fsA.no-margin,
h1.no-margin {
  margin-bottom: 0rem;
}

.footer-sm svg {
  height: 1rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.footer-logos a {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.footer-logos .vice-tv-white img {
  height: 1.8rem;
}

.footer-logos a:last-of-type {
  border-right: 0;
}
.footer-logos a:first-of-type img {
  padding-left: 0;
}
/* .footer-logos a:last-of-type img, */
/* .footer-logos a:first-of-type img  {
  height: 2.1rem;
} */

/* .footer-logos-main.footer-logos a:last-of-type img, */
/* .footer-logos-main.footer-logos a:first-of-type img  {
  height: 1.9rem;
} */
/* .footer-logos-main.footer-logos img {
  height: 1.24rem;
} */
.footer-logos img {
  width: auto;
  height: 1.34rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  /* margin-right: 1.75rem; */
  /* margin-left: 1.75rem; */
}
.footer-logos .ff-mono img {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.diversity-pp {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
}
.diversity-pp img {
  -o-object-fit: cover;
  object-fit: cover;
}

.ethnic-bar {
  width: 20rem;
}

.ethnic {
  width: 25rem;
}
.ethnic {
  margin-bottom: 1rem;
}

.iframe-container {
  height: 0;
  padding-bottom: 56.56%;
  position: relative;
  margin-bottom: 2rem;
}
.iframe-container iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.diversity-opener:hover h2,
.diversity-opener:hover p {
  opacity: 0.5;
}

.ethnic-bar .bar {
  height: 0.56rem;
  margin-bottom: 0.24rem;
  background-color: black;
  -webkit-animation: 0.2s ease-in-out loadinBar 1;
  animation: 0.2s ease-in-out loadinBar 1;
}

@-webkit-keyframes loadinBar {
  from {
    width: 0%;
  }
}

@keyframes loadinBar {
  from {
    width: 0%;
  }
}

.ethnic-val {
  width: 6rem;
}

.bar-label {
  bottom: -13px;
}
.bar-label,
.graph-label {
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

/* .SS.beg .prev {display: none} */
/* .SS.end .next {display: none} */

.SS.bgc-w .diversity-quote {
  background-color: black;
  color: white;
}
.SS.bgc-b .diversity-quote {
  background-color: white;
  color: black;
}

.diversity-nav h2 {
  opacity: 0.4;
}
.diversity-nav h2.selected {
  opacity: 1;
  border-bottom: 1px solid black;
}

.diversity-picture {
  padding-bottom: 42%;
}
.SS {
  margin-top: -2rem !important;
  margin-bottom: 2rem;
}

.diversity-quote.swiper-slide {
  height: auto !important;
}

.SS.bgc-w .diversity-link .tttext {
  background-color: white;
}
.SS.bgc-b .diversity-link .tttext {
  background-color: black;
}
.diversity-link .tttext {
  width: calc(100% - 3rem);
  -webkit-transform: translateX(2.5rem) translateY(-2.5rem);
  -ms-transform: translateX(2.5rem) translateY(-2.5rem);
  transform: translateX(2.5rem) translateY(-2.5rem);
}

.diversity-link-fig {
  padding-bottom: 56%;
}

.offset-header-text-black.right::after {
  left: unset;
  right: 0;
}
.featured-post-preview {
  margin-bottom: -8rem;
}

.siggg {
  -webkit-transform: translateX(-15%) translateY(4rem);
  -ms-transform: translateX(-15%) translateY(4rem);
  transform: translateX(-15%) translateY(4rem);
  margin-top: -6rem;
}

.siggg {
  opacity: 1;
  width: 70%;
}
.siggg.visible {
  opacity: 1;
}
.sigggg path {
  stroke-dashoffset: 0 !important;
}

[data-name] .content {
  width: calc(100% - 6rem);
  -webkit-transform: translateX(6rem);
  -ms-transform: translateX(6rem);
  transform: translateX(6rem);
  min-height: 100%;
}

[data-name] .close {
  background-color: rgba(0, 0, 0, 0.56);
  width: 6rem;
}

.layout-size-small {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
}

.article-diversity.article-text p,
.article-diversity.article-text h1,
.article-diversity.article-text h2,
.article-diversity.article-text h3,
.article-diversity.article-text h4 {
  padding-left: 0;
}

[data-name] .close {
  background-color: rgba(0, 0, 0, 0.56);
}
[data-name] {
  z-index: 9999;
}

@media (max-width: 1250px) {
  /* .footer-logos a:last-of-type img,
  .footer-logos a:first-of-type img  {
    height: 1.2rem;
  } */

  .logo-main {
    width: 20rem;
  }

  .footer-logos img {
    width: auto;
    height: 1.4rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    /* margin-right: 1.75rem; */
    /* margin-left: 1.75rem; */
  }
}

@media (max-width: 1000px) {
  .logo-main {
    margin-right: 1rem;
  }
  .main-nav {
    padding-right: 1rem;
  }
}

@media (max-width: 750px) {
  #page--homepage {
    overflow: visible;
    position: relative;
  }
  #page--homepage::after {
    z-index: -1;
    position: absolute;
    bottom: -40rem;
    left: 0;
    width: 100%;
    height: 40rem;
    background-color: black;
    content: " ";
  }

  .main-nav {
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .footer-desc {
    position: absolute;
    width: 2079px;
    /* transform: translate(-50%); */
    -webkit-animation: 15s linear mk infinite;
    animation: 10s linear mk infinite;
    top: 50%;
    left: 0;
    display: inline-block;
    overflow: visible;
  }

  .mobile-marquee-logos {
    display: inline-block;
  }
  @-webkit-keyframes mk {
    0% {
      -webkit-transform: translateX(-0%) translateY(-50%);
      transform: translateX(-0%) translateY(-50%);
    }
    to {
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
    }
  }
  @keyframes mk {
    0% {
      -webkit-transform: translateX(-0%) translateY(-50%);
      transform: translateX(-0%) translateY(-50%);
    }
    to {
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
    }
  }

  .footer-logos-regular {
    height: 6rem;
    position: relative;
    overflow: hidden;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    display: inline-block;
    width: 100%;
    /* width: 10000px; */
  }
}
@media (max-width: 680px) {
  .footer-desc {
    text-align: left;
    width: 2099px;
  }
}

.footer-sm a:hover,
.footer-logos a:hover {
  opacity: 0.4;
}

.fsB,
h2,
.fsB.font-override * {
  font-size: 1.876rem;
  line-height: 1;
  margin-bottom: 1rem;
  /* -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; */
}

/* a:hover {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
} */

a:hover img,
a:hover figure,
a:hover picture {
  /* -webkit-filter: opacity(1) !important;
          filter: opacity(1) !important; */
}

a:hover {
  opacity: 0.5;
}
a.a-img:hover {
  opacity: 1;
}

#map h1 {
  pointer-events: none;
}

.fsB.less-margin,
h2.less-margin {
  margin-bottom: 0.5rem;
}
.fsB.no-margin,
h2.no-margin {
  margin-bottom: 0;
}

.fsB-alt {
  font-size: 2.2rem;
  line-height: 1;
}

#interactive-map canvas {
  pointer-events: none;
}

.fsC,
h3 {
  font-size: 1.376rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.fsC.no-margin,
h3.no-margin {
  margin-bottom: 0;
}

#page--careers .offset-header-text-white {
  margin-bottom: -4rem;
}

.fsD,
p {
  font-size: 0.977rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.content li,
.text li {
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin-bottom: 1rem;
  list-style-type: disc;
}
.content ul,
.text ul {
  padding-left: 0rem;
}

p {
  margin-bottom: 1rem;
}
p.no-margin {
  margin-bottom: 0;
}

#page--homepage {
  background-color: #111;
}

#index-header-caption {
  max-width: 30rem;
}

main {
  background-color: #fff;
}

.ofc {
  -o-object-fit: cover;
  object-fit: cover;
}

ul,
li {
  color: inherit;
  list-style-type: none;
}

#page--homepage nav,
#page--homepage .main-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#page--homepage .main-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* align-items: center; */
  text-align: center;
}

#page--homepage .main-nav {
  line-height: 1;
}

.sub-menu {
  display: none;
}
li:hover .sub-menu {
  display: block;
}

.menu-item a {
  position: relative;
  z-index: 3;
}
.menu-item {
  position: relative;
  z-index: 3;
}

nav a {
  -webkit-transition: 0.3s ease-in-out opacity;
  -o-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity;
}

#page--homepage .sub-menu li a {
  padding: 0.85rem 0;
}

.single-header {
  height: 25rem;
  width: 100%;
  background-color: black;
}

#page--homepage .sub-menu {
  position: absolute;
  top: 4.5rem;
  /* left: 50%; transform: translateX(-50%); */
  left: 0;
  text-align: left;
  width: 400%;
}

.bt-w {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#page--homepage .menu-item {
  width: 25%;
}
/* #page--homepage .menu-item:hover {
  width: 35%; */
/* } */
#page--homepage .menu-item:nth-child(1) {
  text-align: left;
  width: 20%;
}
#page--homepage .menu-item:nth-child(4) {
  text-align: right;
  width: 20%;
}

#page--homepage .main-nav:hover a:not(:hover) {
  opacity: 0.3;
}

#page--homepage nav {
  color: #fff;
}

#footer-logos {
  width: 25rem;
}

#footer-nav-content {
  max-width: 100rem;
}

.bt-grey {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.bb-grey {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.bb-white {
  border-bottom: 1px solid white;
}
.bb-blk {
  border-bottom: 1px solid black;
}

.bb1 {
  border-bottom: 1px solid;
}
.mb0-5 {
  margin-bottom: 0.5rem;
}
.logo-small {
  width: 7rem;
}

.f-i {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.HEADER {
  padding: 1rem 2rem;
  padding-top: 1.25rem;
}

.alternate-header {
  /* padding-left: 0rem; */
  /* padding-right: 2rem; */
}

.section-3-content {
  height: 31rem;
}

.content-3-img {
  height: 100%;
}

.alternate-header .sub-menu {
  position: absolute;
  top: 2rem;
  left: -2rem;
  color: white;
  background-color: #000;
  z-index: 2;
  line-height: 1.4;
  width: 22rem;
  padding: 0rem 0rem;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

.alternate-header li {
  display: inline-block;
  /* padding-right: 1rem; */
  /* padding-left: 1rem; */
}

.alternate-header .sub-menu li {
  padding-left: 2rem;
  padding-right: 2rem;
}

.alternate-header li {
  position: relative;
}
.main-parent-link {
  padding-right: 0.55rem;
}
.alternate-header li a {
  padding-right: 0.55rem;
}
.nav-link-w-arrows {
  position: relative;
}
.nav-link-w-arrows::after {
  content: " ";
  height: 0.7em;
  width: 0.7em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.56rem;
  background-position: center;
  background-size: contain;
  filter: invert(1);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAeCAYAAACv1gdQAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADoSURBVHgB7dXBDYIwFMbxV1PusgGjqIuBIziBozCCI8AGHOAGpL4vgQQ90b68gpF/0vDg9EtLUqJ/rGmarOu6JxZm2lOMqtq2dViYQ4AnUso5d17MWZIkpS9QDcc9li+hQLX4SIv5aKVHrNIBlHYApR1AaT8PNDxcrLUl7ShjTN33/VXz+gpuuuryXeLm7PR0tF3m+wPvXDUMw93QRvHPj0fBK19+B2wcx1uapvUmuDUwvEfHrYWhqDgfGIqG84WhKLgQGFLHhcKQKk4CQ2o4KQxpXl8FCWBIc+c+rkRfGNLcudc8hMDQG18Ossztb+PZAAAAAElFTkSuQmCC");
}

.alternate-header .sub-menu a:hover {
  opacity: 1;
}
.alternate-header .sub-menu a::after {
  opacity: 0;
}

.alternate-header .sub-menu a:hover::after {
  opacity: 1;
}

.alternate-header .menu-item:hover a.main-parent-link::after {
  opacity: 0;
}
.alternate-header .menu-item a.main-parent-link:hover::after {
  opacity: 1;
}
.alternate-header .menu-item:hover a.main-parent-link {
  opacity: 0.5;
}

.alternate-header {
  -webkit-transition: 0.3s ease-out background-color;
  -o-transition: 0.3s ease-out background-color;
  transition: 0.3s ease-out background-color;
}
.alternate-header a {
  -webkit-transition: 0.3s ease-out opacity;
  -o-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
}

#contact-info {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

#contact-info p[style*="padding-left: 40px"] {
  padding-left: 20px !important;
}

[class*="template-press-subpage"] nav .sub-menu a.selected-link::before {
  background-color: black;
}

nav a {
  position: relative;
}
/* nav .sub-menu a.selected-link::before {
  position: absolute;
  content: " ";
  top: 35%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  border-radius: 50%;
  left: -1.5rem;
  height: 15px;
  width: 15px;
  background-color: #fff;
  -webkit-transition: 0.3s ease-out background-color;
  -o-transition: 0.3s ease-out background-color;
  transition: 0.3s ease-out background-color;
} */

/* .scrolled nav .sub-menu a.selected-link::before {
  background-color: black;
} */

/* p {-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto} */

.mw10 {
  max-width: 10rem;
}
.mw15 {
  max-width: 15rem;
}
.mw20 {
  max-width: 20rem;
}
.mw30 {
  max-width: 30rem;
}
.mw40 {
  max-width: 40rem;
}
.mw50 {
  max-width: 50rem;
}
.mw55 {
  max-width: 55rem;
}
.mw60 {
  max-width: 60rem;
}
.mw70 {
  max-width: 70rem;
}
.mw75 {
  max-width: 75rem;
}
.mw85 {
  max-width: 850px;
}

.mla {
  margin-left: auto;
}
.mra {
  margin-right: auto;
}

.content ul {
  margin-bottom: 2rem;
  line-height: 1.3;
}

.media-asset-logo {
  right: -4.5rem;
  bottom: -7rem;
  width: 35rem;
}

.assets .c3 {
  width: calc(25% - 0.5rem);
}

#asset-groups {
  margin-bottom: -1px;
}

.box-popping-up {
  -webkit-transform: translateY(-4.8rem);
  -ms-transform: translateY(-4.8rem);
  transform: translateY(-4.8rem);
}
.box-popping-up-small {
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  transform: translateY(-2rem);
}

[hidden][style="display: none !important;"] {
  display: block !important;
}

.arrrrrr {
  position: absolute;
  top: 15rem;
  cursor: pointer;
}

.arrrrrr.next {
  right: 1rem;
}
.arrrrrr.prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -3rem;
}
.sections-nav-item {
  opacity: 0.5;
  -webkit-transition: 0.3s ease-out opacity;
  -o-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
}
.sections-nav-item.active {
  opacity: 1;
}

.box-popping-up h1 {
  margin-top: -0.5rem;
}

.partner-ss-slide h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8rem;
}

.partner-ss-slide pre {
  text-transform: uppercase;
}

.partner-ss-slide h2 {
  margin-top: 0;
  font-size: 2.5rem;
  margin-bottom: 0;
}

.partner-ss-slide p {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}

.content
  h1
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after,
.content
  h2
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after,
.content
  h3
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after {
  content: "\00a0 ";
  padding-right: 1em;
  display: inline;
  background-image: url("../assets/images/Arrow.png");
  background-size: 70%;
  background-position: center center;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.content
  p
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after,
.content
  li
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after,
#press-clippings .press-content .title p::after {
  content: "\00a0 ";
  padding-right: 1em;
  display: inline;
  background-image: url("../assets/images/small-arrow.png");
  background-size: 100%;
  background-position: center center;
  -webkit-filter: invert(0);
  filter: invert(0);
}

.section-5-img img {
  -webkit-transform: scale(1.2) translateX(10%);
  -ms-transform: scale(1.2) translateX(10%);
  transform: scale(1.2) translateX(10%);
}

.intro-section-4-img {
  -webkit-transform: scale(1.4) translateX(-10%);
  -ms-transform: scale(1.4) translateX(-10%);
  transform: scale(1.4) translateX(-10%);
}

.ads-img-1 img {
  -webkit-transform: scale(1.4) translateX(-5%) translateY(10%);
  -ms-transform: scale(1.4) translateX(-5%) translateY(10%);
  transform: scale(1.4) translateX(-5%) translateY(10%);
}

.ads-img-2 img {
  -webkit-transform: scale(1.2) translateY(-10%) translateX(10%);
  -ms-transform: scale(1.2) translateY(-10%) translateX(10%);
  transform: scale(1.2) translateY(-10%) translateX(10%);
}

#marquee {
  margin-top: -1rem;
}

.content.bgc-b
  h1
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after,
.content.bgc-b
  h2
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after,
.content.bgc-b
  h3
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after,
.bgc-b
  .content
  h1
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after,
.bgc-b
  .content
  h2
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after,
.bgc-b
  .content
  h3
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.content.bgc-b
  p
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after,
.content.bgc-b
  li
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after,
.bgc-b
  .content
  p
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after,
.bgc-b
  .content
  li
  a:not([href*="company.vice.com"]):not([href^="#"]):not([href^="/"]):after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

#article-featured,
.article-featured {
  width: 100%;
  height: 50vh;
}
#partner-featured {
  width: 100%;
  height: calc(100vh - 22rem);
}

#article-title h1 {
  max-width: 115rem;
}

#article-content {
  margin-top: -4rem;
}

#article-content h1,
#article-content h2,
#article-content h3,
#article-content h4,
#article-content p {
  margin-bottom: 1rem;
}

#article-content blockquote {
  margin-bottom: 2rem;
}

blockquote {
  max-width: 86rem;
  padding-left: 4rem;
}

.article-text p,
.article-text h1,
.article-text h2,
.article-text h3,
.article-text h4 {
  padding-left: 6rem;
  max-width: 60rem;
}

.article-text h2,
.article-text h3,
.article-text h1 {
  /*padding-bottom: 2rem;*/
  padding-top: 2rem;
}

.article-text p,
.article-text li {
  font-size: 1.35rem;
  line-height: 1.56;
  opacity: 0.9;
  letter-spacing: 0.035em;
}

.article-image.size-regular picture {
  padding-left: 6rem;
  max-width: 60rem;
}

#map-interactive {
  margin-top: -22rem;
}

.article-image.size-large {
  max-width: 100%;
}
.article-image.size-large picture {
  width: 100%;
}

.business-nav-content {
  position: relative;
  opacity: 0.5;
  -webkit-transition: 0.3s ease-out opacity;
  -o-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
}
.business-nav-content.selected {
  opacity: 1;
}

.business-nav-content.autoplaying.selected::after,
.autoplaying-stopped .business-nav-content.selected::after {
  content: " ";
  border-bottom: 2px solid black;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-animation: 10s aboutFillIn linear infinite;
  animation: 10s aboutFillIn linear infinite;
}

.autoplaying-stopped .business-nav-content.selected::after {
  width: 100%;
  -webkit-animation: 0.2s aboutFillInWithoutAutoplaying linear 1;
  animation: 0.2s aboutFillInWithoutAutoplaying linear 1;
}

/* .logo-main {
  width: 26%;
} */
.logo-main img {
  width: 20rem;
}

.alternate-header .fsB {
  font-size: 1.68rem;
}
.alternate-header .HEADER {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.alternate-header .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* [class*="template-press-subpage"] .alternate-header {
  background-color: #fff;
  color: #000;
} */
/* [class*="template-press-subpage"] .alternate-header .sub-menu {
  background-color: rgba(255, 255, 255, 1);
} */

/* [class*="template-job-board"] .alternate-header {
  background-color: #fff;
  color: #000;
}
[class*="template-job-board"] .alternate-header .sub-menu {
  background-color: rgba(255, 255, 255, 1);
}
[class*="template-job-board"] .alternate-header .selected-link::before {
  background-color: black;
} */

/* [class*='template-partner'] .alternate-header .logo-black {display: block}
[class*='template-partner'] .alternate-header .logo-white {display: none}
[class*='template-partner'] .alternate-header {background-color: #fff; color: #000;}
[class*='template-partner'] .alternate-header .sub-menu {background-color: rgba(255,255,255,1)} */

/* [class="bgc-w template-"] .alternate-header .logo-black {
  display: none;
}
[class="bgc-w template-"] .alternate-header .logo-white {
  display: block;
}
[class="bgc-w template-"] .alternate-header {
  background-color: #000;
  color: #fff;
}
[class="bgc-w template-"] .alternate-header .sub-menu {
  background-color: rgba(0, 0, 0, 0);
} */

.alternate-header .logo-white,
.alternate-header.scrolled .logo-black {
  display: block;
}
.alternate-header.scrolled .logo-white {
  display: none;
}

/*.alternate-header.scrolled {
  background-color: #fff;
  color: #000;
}
*/
.logo-main {
  z-index: 10;
  position: relative;
}
.alternate-header .sub-menu {
  /* background-color: black; */
  padding-top: 1rem;
  width: 20rem;
}
.alternate-header.scrolled .sub-menu {
  /* background-color: rgba(255, 255, 255, 1); */
}

.alternate-header .menu-item-parent a {
  position: relative;
  z-index: 3;
}
.alternate-header {
  color: #fff;
}

@-webkit-keyframes aboutFillInWithoutAutoplaying {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes aboutFillInWithoutAutoplaying {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes aboutFillIn {
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  95% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

@keyframes aboutFillIn {
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  95% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

.box-popping-up .narrow-content {
  max-width: 65rem;
}

#marquee {
  /* width: 608rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: 45s move infinite linear;
  animation: 45s move infinite linear;
  /* height: 10rem; */
  /* overflow: hidden; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  will-change: transform;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(-0%);
    transform: translateX(-0%);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.marquee-el {
  width: 32rem;
  /* margin-right: 6rem; */
  /* margin-left: 6rem; */
  padding-right: 8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* white-space: normal */
}

.marquee-el .fsB {
  width: 24rem;
}

.marquee-el span {
  width: 20rem;
}

/* .business-img {height: 2.4rem;} */
/* .business-img img {height: 100%; width: auto} */

.business-img {
  height: 5rem;
  width: 8.5rem;
}
.business-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

.alternative-vice-links div img {
  width: 100px;
  margin-bottom: 1rem;
}
.alternative-vice-links div:nth-child(2) img {
  width: 115px;
}

#FOOTER {
  position: relative;
}
.homepage-logo {
  width: 100%;
  text-align: center;
  margin: auto;
  max-width: 14rem;
}
@media (min-width: 1700px) {
  .homepage-logo {
    max-width: 19rem;
  }
}
.updated-logo.white {
  filter: invert(1);
}
.footer-logo {
  width: 100%;
  max-width: 5rem;
  position: absolute;
  bottom: 6rem;
  right: 1rem;
}
@media (max-width: 1250px) {
  .footer-logo {
    bottom: 8rem;
  }
  .attribution {
    display: none;
  }
}

.main-logo img {
  animation: 20s linear rotate infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.mw-homepage-landing {
  max-width: 75rem;
}
.mw-homepage {
  max-width: 75rem;
}

.homepage-intro.mw70 {
  max-width: 60rem;
}
@media (min-width: 1500px) {
  .mw-homepage {
    max-width: 100rem;
  }
  .homepage-intro.mw70 {
    max-width: 70rem;
  }
}
.mw-main {
  max-width: 1400px;
}
.mxa {
  margin-left: auto;
  margin-right: auto;
}

#timeline-range::before {
  opacity: 0;
  -webkit-transition: 0.3s ease-out opacity;
  -o-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
}
#timeline-range.active::before {
  opacity: 1;
}

.leader figure {
  height: 0;
  padding-bottom: 100%;
}

.leader {
  height: 7rem;
  padding-right: 1rem;
}

#contact-cta {
  margin-top: -8rem;
}

.article-preview-link figure {
  width: 12.5rem;
}
.article-preview-link section {
  width: calc(100% - 12.5rem);
}

#map-interactive {
  width: 100%;
  /* height: 60vw */
  height: 110vh;
  /* transform: translateY(-10vw); */
}

.timeline-slide {
  height: 0;
  padding-bottom: 60%;
}

.ofc-c {
  -o-object-fit: contain;
  object-fit: contain;
}

.timeline-slide img {
}
/* #map {margin-bottom: -10vw} */

#contact-cta .content {
  max-width: 30rem;
  margin-left: auto;
}

/* 
Articles app
*/

.preview-text-large::after,
.offset-header-text-white::after {
  content: " ";
  width: calc(100vw - 1.5rem);
  position: absolute;
  height: 100%;
  top: -5rem;
  z-index: 1;
  left: 4rem;
  background-color: white;
}

.offset-header-text-partners::after {
  content: " ";
  width: 100vw;
  right: 2rem;
  top: 0;
  background-color: white;
  height: 100%;
  position: absolute;

  background-color: white;
}

.offset-header-text-black::after {
  content: " ";
  width: calc(100vw - 1.5rem);
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  background-color: black;
}

.offset-header-text-black.right::after {
  left: unset;
  right: 0;
}
.featured-post-preview {
  margin-bottom: -8rem;
}

/* 
 larger articles
*/
#articles-feed .post-preview:nth-of-type(11n + 1),
#articles-feed .post-preview:nth-of-type(11n + 2),
.post-preview:nth-of-type(11n + 3),
.post-preview:nth-of-type(11n + 4),
.post-preview:nth-of-type(11n + 8),
.post-preview:nth-of-type(11n + 9),
.post-preview:nth-of-type(11n + 10),
.post-preview:nth-of-type(11n + 11) {
  width: 50%;
}

#articles-feed .post-preview:nth-of-type(11n + 1),
#articles-feed .post-preview:nth-of-type(11n + 2),
#articles-feed .post-preview:nth-of-type(11n + 8),
#articles-feed .post-preview:nth-of-type(11n + 9) {
  margin-bottom: -4rem;
  margin-top: 4rem;
}

#articles-feed .post-preview:nth-of-type(11n + 1),
#articles-feed .post-preview:nth-of-type(11n + 3),
#articles-feed .post-preview:nth-of-type(11n + 8),
#articles-feed .post-preview:nth-of-type(11n + 10) {
  padding-left: 4rem;
}
#articles-feed .post-preview:nth-of-type(11n + 2),
#articles-feed .post-preview:nth-of-type(11n + 4),
#articles-feed .post-preview:nth-of-type(11n + 9),
#articles-feed .post-preview:nth-of-type(11n + 11) {
  padding-right: 4rem;
}

#articles-feed .post-preview:nth-of-type(11n + 1) figure,
#articles-feed .post-preview:nth-of-type(11n + 2) figure,
.post-preview:nth-of-type(11n + 3) figure,
.post-preview:nth-of-type(11n + 4) figure,
.post-preview:nth-of-type(11n + 8) figure,
.post-preview:nth-of-type(11n + 9) figure,
.post-preview:nth-of-type(11n + 10) figure,
.post-preview:nth-of-type(11n + 11) figure {
  height: 0;
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}

#businesses {
  height: 54rem;
  overflow: hidden;
}

#articles-feed .post-preview:nth-of-type(11n + 1) img,
#articles-feed .post-preview:nth-of-type(11n + 2) img,
.post-preview:nth-of-type(11n + 3) img,
.post-preview:nth-of-type(11n + 4) img,
.post-preview:nth-of-type(11n + 8) img,
.post-preview:nth-of-type(11n + 9) img,
.post-preview:nth-of-type(11n + 10) img,
.post-preview:nth-of-type(11n + 11) img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.careers-two-up-image {
  min-height: 30rem;
  height: 40vw;
}

#articles-feed .post-preview:nth-of-type(11n + 1) .preview-text,
#articles-feed .post-preview:nth-of-type(11n + 2) .preview-text,
.post-preview:nth-of-type(11n + 3) .preview-text,
.post-preview:nth-of-type(11n + 4) .preview-text,
.post-preview:nth-of-type(11n + 8) .preview-text,
.post-preview:nth-of-type(11n + 9) .preview-text,
.post-preview:nth-of-type(11n + 10) .preview-text,
.post-preview:nth-of-type(11n + 11) .preview-text {
  width: calc(100% - 2rem);
  margin-left: 2rem;
  -webkit-transform: translateY(-4rem);
  -ms-transform: translateY(-4rem);
  transform: translateY(-4rem);
  background-color: #fff;
}

/* 
 small articles
*/
#articles-feed .post-preview:nth-of-type(11n + 5),
#articles-feed .post-preview:nth-of-type(11n + 6),
#articles-feed .post-preview:nth-of-type(11n + 7) {
  /* border-top: 1px solid rgba(0,0,0,0.15); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 2rem;
  position: relative;
}
#articles-feed .post-preview:nth-of-type(11n + 5)::before,
#articles-feed .post-preview:nth-of-type(11n + 6)::before,
#articles-feed .post-preview:nth-of-type(11n + 7)::before,
#articles-feed .post-preview:nth-of-type(11n + 7)::after {
  content: " ";
  width: calc(100vw - 1.5rem);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

#articles-feed .post-preview:nth-of-type(11n + 7)::after {
  top: unset;
  bottom: 0;
}

#articles-feed .post-preview:nth-of-type(11n + 5) figure,
#articles-feed .post-preview:nth-of-type(11n + 6) figure,
#articles-feed .post-preview:nth-of-type(11n + 7) figure {
  width: 12.5rem;
  height: auto;
  padding-bottom: 0;
}

#articles-feed .post-preview:nth-of-type(11n + 5) img,
#articles-feed .post-preview:nth-of-type(11n + 6) img,
#articles-feed .post-preview:nth-of-type(11n + 7) img {
  height: auto;
  width: 100%;
  position: relative;
}

#articles-feed .post-preview:nth-of-type(11n + 5) .preview-text,
#articles-feed .post-preview:nth-of-type(11n + 6) .preview-text,
#articles-feed .post-preview:nth-of-type(11n + 7) .preview-text {
  width: calc(100% - 12.5rem);
  padding: 0;
  padding-left: 1rem;
}

.intro-section-2 figure {
  width: 100vw;
  max-height: 45rem;
  height: 40vw;
}

a.no-hover:hover {
  opacity: 1;
}

.stats-w-white::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 0;
  top: 0;
  background-color: white;
}

.on-paper-w-white::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100vw;
  right: 0;
  top: 0;
  background-color: white;
}

.intro-section-2 {
  margin-top: -10rem;
}
.intro-section-5 {
  margin-top: -5rem;
}
/* #ads {margin-top: -9rem} */

.intro-section-5 .title {
  -webkit-transform: translateY(-0rem);
  -ms-transform: translateY(-0rem);
  transform: translateY(-0rem);
}

.ads-tagline-left::after {
  content: " ";
  width: 100vw;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
}

.content-video .title,
.press-clipping .title {
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  transform: translateY(-2rem);
  width: calc(100% - 2rem);
  margin-left: 2rem;
}

.ul-activated li {
  list-style-type: initial;
  margin-left: 1.5rem;
  margin-bottom: 0;
}

.int-row figure {
  width: calc(50% + 3rem);
}

.int-row:nth-of-type(2n) figure {
  margin-left: auto;
}
.int-row:nth-of-type(2n) .text {
  -webkit-transform: translateX(3rem);
  -ms-transform: translateX(3rem);
  transform: translateX(3rem);
}

.int-row:nth-of-type(2n + 1) .text {
  left: unset;
  right: 0;
  -webkit-transform: translateX(-3rem);
  -ms-transform: translateX(-3rem);
  transform: translateX(-3rem);
}

.press-search-form input {
  width: 20rem;
  border-radius: 0.2rem;
  border: 1px solid rgba(0, 0, 0, 1);
  padding: 0.85rem 0.75rem;
  padding-right: 3rem;
}

.press-clipping {
  margin-bottom: -2rem;
}
.press-clipping figure {
  height: 0;
  padding-bottom: 56%;
}
.press-release .release-title {
  width: 80%;
}
.press-release:last-of-type {
  /* border-bottom: 1px solid rgba(0,0,0,0.15); */
}

.press-release::before,
.press-release:last-of-type::after,
.job-board-post::before,
.job-board-post:last-of-type::after {
  content: " ";
  width: calc(100vw - 1.5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.press-release::before {
  top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.press-release:last-of-type::after {
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.b-blk {
  border: 1px solid black;
}

.job-board-post::before {
  top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.job-board-post:last-of-type::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.tracker-point {
  height: 20px;
  pointer-events: none;
  border-right: 1px solid #616161;
}
.tracker-point:last-child {
  opacity: 0;
}
#timeline-range {
  cursor: move;
}

.timeline-arrow svg {
  width: 1rem;
}
#timeline-move-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-logo-vice {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.award {
  border: 3px solid white;
}
.award figure {
  width: 6em;
  margin-right: 0.5rem;
}

.award .title {
  width: calc(100% - 7rem);
}
.award .title span {
  font-size: 0.9rem;
  vertical-align: top;
  padding-left: 0.25rem;
}

.award-extended::after {
  content: " ";
  width: calc(100% - 2rem);
  bottom: 0;
  left: 0;
  position: absolute;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.career-cta {
  bottom: 4rem;
}

.loc img {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  top: 50%;
  z-index: -99;
  left: 50%;
  -webkit-transform: translate(-90%, -60%);
  -ms-transform: translate(-90%, -60%);
  transform: translate(-90%, -60%);
}

.loc img.active {
  /* opacity: 1; */
}

/* .loc:hover img {z-index: -2} */
/* .loc:hover p {color: #fff; z-index: 10; position: relative; cursor: default} */
/* .loc:hover ~ .loc {
  opacity: 0.4
} */

.terms-header {
  width: 10rem;
  top: 8rem;
  left: 4rem;
}

.asset-icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  left: 2rem;
  /* transition: 0.2s ease-in-out transform; */
  -webkit-transform-origin: 10% 0%;
  -ms-transform-origin: 10% 0%;
  transform-origin: 10% 0%;
}
.asset-icon svg {
  width: 0.5rem;
}

.asset-group.selected .asset-icon {
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}

.loc img {
  opacity: 0;
}

.bbbb {
  text-decoration: underline;
}
.text a,
.content a {
  border-bottom: 1px solid;
}

/* .locations:hover  > .loc:not(:hover) {
  opacity: 0.3
} */

.terms-header a {
  opacity: 0.3;
}
.terms-header a.selected {
  opacity: 1;
}

.hover-parent:hover > .hover-child:not(:hover) {
  opacity: 0.3;
}

.filter-option.selected {
  background-color: black;
  color: white;
}
.filter-option {
  color: black;
  background-color: white;
  -webkit-transition: 0.3s ease-out opacity, 0.3s ease-out background-color,
    0.3s ease-out color;
  -o-transition: 0.3s ease-out opacity, 0.3s ease-out background-color,
    0.3s ease-out color;
  transition: 0.3s ease-out opacity, 0.3s ease-out background-color,
    0.3s ease-out color;
}
.filter-option:hover {
  opacity: 0.8;
}

.filter-loading-true {
  opacity: 0.4;
  pointer-events: none;
}

.filter {
  -webkit-transition: 0.3s ease-out opacity;
  -o-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
}

.asset-categories {
  display: none;
}

.filter-option {
  padding: 0.5rem 0.6rem !important;
  margin-right: 0.5rem !important;
}

.asset-group.selected .asset-categories {
  display: block;
}

#video-popup {
  background-color: rgbA(0, 0, 0, 0.98);
}
#video-popup video {
  width: 80vmin;
}

#video-popup {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out opacity, 0.3s ease-out visibility;
  -o-transition: 0.3s ease-out opacity, 0.3s ease-out visibility;
  transition: 0.3s ease-out opacity, 0.3s ease-out visibility;
}
#video-popup.selected {
  opacity: 1;
  visibility: visible;
  z-index: 9000000;
  /* display: block; */
}

#timeline-range {
  position: relative;
}
#timeline-range::before,
#timeline-range::after {
  content: " ";
  left: 0;
  position: absolute;
  top: 0px;
  height: 20px;
  border-left: 2px solid white;
}
#timeline-range::after {
  border-color: #616161;
}

.engagement-blk-item {
  width: 100%;
  max-width: 25rem;
  text-align: center;
}

.timeline-date-beg,
.timeline-date-end {
  -webkit-transition: 0.3s ease-out opacity;
  -o-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
}
.timeline-date-beg.hidden,
.timeline-date-end.hidden {
  opacity: 0;
}

.tracker-date {
  -webkit-transition: 0.3s ease-out opacity;
  -o-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
}
/* .tracker-date.hidden {opacity: 0} */

#timeline-range::after {
  left: unset;
  right: -3px;
}

input[type="range"] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  -moz-appearance: none;
  appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  /* background: red;  */
  /* Otherwise white in Chrome */
  /* padding:2rem; */
}

iframe {
  width: 100%;
}

.figure-x-exp {
  min-height: 30rem;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}

input[type="range"]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-webkit-range-progress,
input[type="range"]::-moz-range-progres {
  width: 50%;
  background-color: red;
  z-index: 4;
  position: relative;
  height: 1px;
}

/* .range-tracker */

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  background: rgba(255, 255, 255, 0);
  height: 40px;
}

.range-tracker {
  width: 100%;
  top: 10px;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

.range-tracker-fg {
  height: 2px;
  background: #616161;
}
.range-tracker-bg {
  height: 2px;
  background: #fff;
  width: 0%;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  background: white;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 8.4px;
  background: white;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  margin-top: 0px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* a:hover {opacity:0.5} */

.timeline-year {
  opacity: 0.5;
}
.timeline-year.selected {
  opacity: 1;
}

.tl-tracker {
  height: 2rem;
  width: 50%;
  -webkit-transition: 0.2s ease-out width;
  -o-transition: 0.2s ease-out width;
  transition: 0.2s ease-out width;
}

#tl-content {
  margin-top: -20px;
}

.timeline-group:first-child {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

#page--about .offset-header-text-white {
  margin-bottom: -2rem;
}

/* [data-direction='right']  .timeline-group.selected {
          transform: translateX(10rem);
} */
[data-direction="right"] .timeline-group.selected {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: 0.4s ease-out right;
  animation: 0.4s ease-out right;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
[data-direction="left"] .timeline-group.selected {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: 0.4s ease-out left;
  animation: 0.4s ease-out left;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

[data-direction="right"] .timeline-group {
  -webkit-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  transform: translateX(-100vw);
}
[data-direction="left"] .timeline-group {
  -webkit-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  transform: translateX(100vw);
}

@-webkit-keyframes right {
  from {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes right {
  from {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes left {
  from {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes left {
  from {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* [data-direction='left']  .timeline-group.selected {
  transform: translateX(-10rem);
} */

#page--homepage {
  height: calc(100vh + 2rem);
}

.homepage-landing-text {
  max-width: 920px;
  width: 100%;
}
#partner-landing {
  padding-bottom: 24%;
}

.mapboxgl-popup-content,
.mapboxgl-popup {
  z-index: 10;
}

.timeline-group {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* display: none; */
  /* -webkit-transform: translateX(-10rem);
      -ms-transform: translateX(-10rem);
          transform: translateX(-10rem); */
  /* -webkit-transition: 0.7s ease-out opacity, 0.4s ease-out transform;
  -o-transition: 0.7s ease-out opacity, 0.4s ease-out transform;
  transition: 0.7s ease-out opacity, 0.4s ease-out transform; */
  -webkit-transition: 0.7s ease-out opacity;
  -o-transition: 0.7s ease-out opacity;
  transition: 0.7s ease-out opacity;
}

.zoom-ctrl {
  height: 2.5rem;
  width: 2.5rem;
}
.zoom-ctrl:first-child {
  border-bottom: 1px solid white;
}
.zoom-ctrl:last-child {
  border-top: 1px solid white;
}

.map-zoom-control {
}

.map-zoom-control-parent,
#contact-cta {
  pointer-events: none;
}
.map-zoom-control,
#contact-cta .text {
  pointer-events: auto;
}

.timeline-group.selected {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 2;
}
.mapboxgl-popup-tip {
  opacity: 0;
}
#map-interactive .mapboxgl-popup-content {
  background-color: black;
  border-radius: 0;
  color: white;
  padding: 0.8rem;
  /* width: 14rem; */
}

#map-interactive .mapboxgl-popup-content button {
  display: none;
}

.ss-arrow {
  z-index: 99;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.ss-arrow img {
  width: 1.4rem;
}
.ss-arrow.next {
  right: 0rem;
}
.ss-arrow.prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slideshow .prev {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-out opacity, 0.4s ease-out visibility;
  -o-transition: 0.4s ease-out opacity, 0.4s ease-out visibility;
  transition: 0.4s ease-out opacity, 0.4s ease-out visibility;
}
.slideshow.not-index .prev {
  opacity: 1;
  visibility: visible;
}

.business-content-item {
  display: none;
}
.selected.business-content-item {
  display: block;
}

.job-board-post .role {
  width: 45%;
}

.job-board-post .department,
.job-board-post .city,
.job-board-post .division {
  width: 15%;
}

.job-post.content p {
  padding-left: 2rem;
}
.job-post.content ul {
  padding-left: 2rem;
}

.job-content::before,
.job-content::after {
  width: calc(100vw - 1rem);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: " ";
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.job-content::after {
  top: unset;
  bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.job-content .roles {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.input {
  margin-bottom: 2rem;
}

.input input,
.input textarea {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1rem;
  width: 100%;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s ease-out border;
  -o-transition: 0.3s ease-out border;
  transition: 0.3s ease-out border;
}
.file-container {
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.file-upload {
  padding-bottom: 4.7rem;
  width: calc(33% - 1rem);
}
.file-upload.input input {
  border: 0px;
}
.file-upload .fsC {
  border-bottom: 1px solid white;
}

#page--submitted .text {
  margin-bottom: 3.5rem;
}

.input label {
  margin-bottom: 1rem;
}

.input span {
  color: red;
}
.input.error input,
.input.error textarea {
  border: 1px solid red;
}

.input.c6 {
  width: calc(50% - 0.5rem);
}

.input input:focus,
.input textarea:focus {
  border: 1px solid #fff;
  outline: none;
}

.file-upload.input {
  margin-bottom: 0;
}
#form {
  padding-bottom: 6rem;
}

#page--submitted img {
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}

.map-zoom-control-parent {
  bottom: 5rem;
}
.alternate-header {
  z-index: 998;
}

#map {
  position: relative;
}
#map::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  pointer-events: none;
  background: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(white),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}

.lizzy img,
.lizzy video {
  opacity: 0;
  -webkit-transition: 0.3s ease-out opacity;
  -o-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
}

.lizzy.loaded,
.lizzy.loaded img,
.lizzy.loaded video {
  opacity: 1;
}

#page--homepage.VIDEO .hp-pictures,
#page--homepage.PICTURES video {
  display: none;
}
#page--homepage.VIDEO video,
#page--homepage.PICTURES .hp-pictures {
  display: block;
}

.bgc-loader {
  background-image: url("https://www.e-flux.com//elements/bg-4.gif?");
  background-size: 50px;
  background-repeat: repeat;
}

/* .post-preview img,  .featured-post-preview img{transition: 0.8s ease-in-out transform;} */
/* .post-preview:hover img, .featured-post-preview:hover img { */
/* transform: scale(1.04); */
/* } */

.alternate-header .sub-menu li {
  width: 100%;
}

.alternate-header {
  background-color: black;
}

/* #page--homepage a[href*='#']{display: none} */

#page--homepage .HEADER {
  padding-top: 0.5rem;
}

/* [class*="template-articles"] { */
/* }
[class*="template-articles"] .alternate-header .sub-menu,
[class*="template-media"] .alternate-header .sub-menu {
  background-color: black;
}
[class*="template-articles"] .alternate-header.scrolled .sub-menu,
[class*="template-media"] .alternate-header.scrolled .sub-menu {
  background-color: white;
} */

.tagline {
  width: 60rem;
}

body[class*="template-homepage"] .alternate-header li.hide-on-homepage {
  display: none;
}
body[class*="template-homepage"] .alternate-header li.show-on-homepage {
  display: inline-block;
}
.alternate-header li.show-on-homepage {
  display: none;
}

.alternate-header .show-on-homepage .main-parent-link::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#brands {
  padding-bottom: 15rem;
  padding-top: 10rem;
}

#companies {
  padding-top: 10rem;
}

.brand-links {
  padding: 8%;
}

.brand-link figure {
  margin: auto;
}

.brand-link,
.company-link {
  z-index: 2;
  position: relative;
}

[data-openpopup] {
  cursor: pointer;
  -webkit-transition: 0.3s ease-out opacity;
  -o-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
}
[data-openpopup].not-hovering {
  opacity: 0.5;
}

[data-popup] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out visibility, 0.3s ease-out opacity;
  -o-transition: 0.3s ease-out visibility, 0.3s ease-out opacity;
  transition: 0.3s ease-out visibility, 0.3s ease-out opacity;
}

[data-popup].active {
  opacity: 1;
  visibility: visible;
}

[data-closepopup] {
  position: absolute;
  top: 0;
  left: 0;
  height: 4rem;
  width: 4rem;
  cursor: pointer;
  background-size: 40%;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJBSURBVHgB3drtcRNBEIThLiJQCO0MTESEABkwmTkEMkAhEALoCpqyZUu+j5ndHr9V+3dn7/m3dwdsi+jfCUU9Xtavy/qOvi1nX57hEckJ5/e/9Q39WnB0/lSkaxytL+jTV7w+fwrSLZxOSMsZb53/ENJ7OB2Q7uEcQlqL44y0BmcX0lYcR6QtOJuQ9uI4Ie3BWYV0FMcB6QjOXaQsnJlIGTg3kZ4SN5+BlImj9fR8wHI/+VEwZARSBc5i8erO1hFpGI7qhDQcR3VAmoajnJGm4yhHJBsc5YRkh6MckGxx1Ewkexw1A6kNjuJlnZF/6LeQKnDOGPBlhqhHaoujiDqk9jiKqEH6EDiK8EaaiqMITyQLHEV4IVnhKMIDyRJHEXORrHEUMQepBY4ixiK1wlHEGKSWOIqoRWqNo4gapCE4n1DfCTWvF6r2HVr2J+3rVfK/4aiqcVojjcJpiTQapxXSLJwWSLNxrJFccCyR3HCskFxxLJAqcM7Iv5ZMQarCIWrubkORKnEU0RRpBI4imiGNxFFEDdJnJDcDRxHmSDNxFGGK5ICjCDMkJxxFmCA54ihiMpIzjiJqkB5mDM7GqT7rw+iBRF3EIKSqQUR9RDHSCX1xFC/rJ/Kf4f93t0jemBgfkYsU1wMiYdNZOIrIQYpbAwJ9cRRxDCneGxDoi6OIfUixcv9NSG44itiGFNhYoC+OItYhBXYW6IujiPtIgYMF+uIo4m2kQFKBvjiKeIkUSC7Q/59A4i9SoKj2v7xh4zP8AZzA6pm5LdytAAAAAElFTkSuQmCC");
}
#companies [data-closepopup] {
  -webkit-filter: invert(1);
  filter: invert(1);
}

#brands [data-popup] {
  background-color: white;
}

#brands [data-popup] img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#brands [data-popup] img.fi {
  -webkit-filter: invert(0);
  filter: invert(0);
}

#companies [data-popup] {
  background-color: black;
  color: white;
}

[data-popup] p {
  max-width: 500px;
  padding: 0 2rem;
  margin: auto;
  margin-bottom: 1rem;
}
[data-popup] figure {
  max-width: 200px;
  width: 50%;
  margin: auto;
  margin-bottom: 2rem;
}

[data-popup] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  text-align: center;
}

.brand-section,
.company-section {
  padding: 0.56rem;
}

.brand-link.brand-main[data-openpopup="i-D"] figure {
  width: 20%;
}

figure svg {
  width: 100%;
}
.brand-link.brand-main figure {
  width: 50%;
  padding-bottom: 30%;
}

.brand-link[data-openpopup="Vice News"] {
  width: 100%;
}

.brand-link[data-openpopup="Motherboard - Tech by VICE"] figure {
  width: 83%;
}

.brand-link[data-openpopup="Garage"] figure,
.brand-link[data-openpopup="i-D"] figure {
  padding-bottom: 50%;
}

.brand-link[data-openpopup="Vice News"] figure {
  padding-bottom: 30%;
  width: 45%;
}
.brand-link[data-openpopup="Noisey - Music by VICE"] figure {
  width: 65%;
}

.brand-link.brand-main[data-openpopup="Refinery 29"] figure {
  padding-bottom: 57%;
}

.brand-link figure,
.company-link figure {
  margin: auto;
  height: 0;
  position: relative;
  width: 80%;
  padding-bottom: 50%;
}
.company-link figure {
  width: 50%;
}

.company-link figure {
  padding-bottom: 140%;
}

.brand-link figure img,
.company-link figure img {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.company-section:last-of-type .company-link figure {
  width: 58%;
}

.diversity-intro {
  -webkit-transform: translateY(-10rem);
  -ms-transform: translateY(-10rem);
  transform: translateY(-10rem);
  margin-bottom: -14rem;
  padding-bottom: 0;
}

.homepage-intro {
  -webkit-transform: translateY(-8rem);
  -ms-transform: translateY(-8rem);
  transform: translateY(-8rem);
  margin-bottom: -15rem;
  padding-bottom: 0;
}

@media (min-width: 1500px) {
  .mw85 {
    max-width: 1100px;
  }

  h1,
  .fsA {
    font-size: 5.1rem;
  }
  .fsD,
  p {
    font-size: 1.2rem;
  }
  .content li {
    font-size: 1.2rem;
  }
  .box-popping-up {
    -webkit-transform: translateY(-5.8rem);
    -ms-transform: translateY(-5.8rem);
    transform: translateY(-5.8rem);
  }

  .ads-main-text {
    max-width: 70rem;
  }

  .tagline {
    width: 60%;
  }
  .tagline .fsS {
    font-size: 5.5vw;
  }

  .preview-text-large::after,
  .offset-header-text-white::after {
    top: -6rem;
  }

  #page--homepage .sub-menu {
    top: 6rem;
  }
}

@media (max-width: 900px) {
  html {
    font-size: 79%;
  }
  .mw85 {
    max-width: 850px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 71%;
  }

  .engagement-blk-item {
    max-width: 100%;
  }

  #partner-featured {
    height: calc(100vh - 48rem);
  }
}

@media (max-width: 680px) {
  html {
    font-size: 67%;
  }

  #footer-nav {
    padding-bottom: 7rem;
  }

  #partner-featured {
    height: calc(100vh - 20rem);
  }

  .alternative-vice-links div img {
    width: 70px;
    margin-bottom: 1rem;
  }
  .alternative-vice-links div:nth-child(2) img {
    width: 84px;
  }
  .alternative-vice-links.mw20 {
    max-width: unset;
    width: 80%;
    margin: auto;
    padding-top: 2rem;
  }
  /* 
  body[class*="template-homepage"] .logo-main {
    display: none;
    
  } */

  .CLOSE {
    filter: invert(1);
  }

  .partner-ss-slide h1 {
    font-size: 2rem;
  }

  .homepage-landing-text {
    max-width: 420px;
    width: 100%;
    padding: 2rem;
  }

  .logo-main {
    position: fixed;
    width: 28rem;
    -webkit-filter: invert(1);
    filter: invert(1);
    background-color: unset;
  }

  .fsA,
  h1 {
    font-size: 2.6rem;
  }

  .partner-ss-slide h2 {
    font-size: 1.6rem;
  }

  .fsB {
    font-size: 1.6rem;
  }
  .fsC {
    font-size: 1.4rem;
  }

  .fsD,
  p {
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    line-height: 1.3;
  }

  .content li {
    font-size: 1.1rem;
  }

  blockquote,
  .article-text p,
  .article-text p,
  .article-text h1,
  .article-text h2,
  .article-text h3,
  .article-text h4,
  .article-image.size-regular picture {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .embedded-black-gradient-mobile::before {
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    position: absolute;
    content: " ";
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 1))
    );
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  }

  .assets .c3 {
    width: calc(50% - 0.5rem);
  }

  #contact-info {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .country {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .country-listings {
    height: 0;
  }

  [data-country].selected .country-listings {
    padding-top: 1rem;
    height: auto;
  }

  .intro-section-2,
  .intro-section-5,
  #ads {
    margin-top: 0;
  }

  .section-5-img {
    margin-top: -4rem;
  }

  .section-5-img img {
    -webkit-transform: translateX(4rem);
    -ms-transform: translateX(4rem);
    transform: translateX(4rem);
  }
  .int-row figure {
    /* width: calc(100%); */
  }

  .intro-section-2-stats section:first-of-type {
    display: none;
  }

  .intro-section-2-stats .fsB {
    font-size: 1.4rem;
  }
  .intro-section-2-stats .fsS {
    font-size: 2.6rem;
  }

  .fsS {
    font-size: 3rem;
  }

  .int-row:nth-of-type(2n + 1) .text,
  .int-row:nth-of-type(2n) .text {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  #article-featured,
  .article-featured {
    height: 40rem;
    position: relative;
  }

  .press-release .release-title {
    width: 100%;
  }

  .page--job-board .ff-mono.mb1,
  .ff-mono.mb1 {
    margin-bottom: 0.5rem;
  }

  .business-nav-content:nth-child(1),
  .business-nav-content:nth-child(2),
  .business-nav-content:nth-child(3) {
    width: 33.33%;
  }
  .business-nav-content:nth-child(4),
  .business-nav-content:nth-child(5) {
    width: 50%;
  }

  .business-nav-content {
    border: 0;
  }

  .business-nav-content:nth-child(1),
  .business-nav-content:nth-child(2),
  .business-nav-content:nth-child(4) {
    border-right: 1px solid black;
  }

  .business-nav-content:nth-child(4),
  #businesses-nav section.business-nav-content:nth-child(5) {
    border-top: 1px solid black;
  }

  #businesses-nav {
    border: 1px solid black;
  }

  .business-content-item {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 899999999999;
    background-color: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
  }

  /* .ss-arrow {display: none} */
  .close-content svg {
    width: 1.5rem;
  }

  .mapboxgl-map {
    position: absolute !important;
  }
  #map-interactive {
    opacity: 0.5;
    pointer-events: none;
  }

  #map {
    height: 30rem;
    overflow: visible;
    margin-bottom: 10rem;
  }

  .map-cta {
    bottom: -8rem;
  }

  .press-search-form input {
    width: 100%;
  }

  #articles-feed .post-preview:nth-of-type(11n + 1),
  #articles-feed .post-preview:nth-of-type(11n + 3),
  #articles-feed .post-preview:nth-of-type(11n + 8),
  #articles-feed .post-preview:nth-of-type(11n + 10) {
    padding-left: 0;
  }
  #articles-feed .post-preview:nth-of-type(11n + 2),
  #articles-feed .post-preview:nth-of-type(11n + 4),
  #articles-feed .post-preview:nth-of-type(11n + 9),
  #articles-feed .post-preview:nth-of-type(11n + 11) {
    padding-right: 0;
  }
  #articles-feed .post-preview:nth-of-type(11n + 5),
  #articles-feed .post-preview:nth-of-type(11n + 6),
  #articles-feed .post-preview:nth-of-type(11n + 7) {
    padding: 2rem;
  }

  .job-content .notes-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .job-content .roles {
    border-right: 0;
  }

  #page--homepage nav,
  #page--homepage .main-nav {
    padding-right: 0;
  }

  .alternate-header li a::after {
    display: none;
  }

  #page--homepage nav ul .menu-item:nth-child(n) {
    width: 100%;
    text-align: center;
  }

  li:hover .sub-menu {
    display: none;
  }

  .menu-item a {
    /* pointer-events: none; */
    display: inline-block;
    position: relative;
  }

  /* .menu-item a::after, .menu-item::after {
    position: absolute;
    height: 2rem;
    width: 2rem;
    right: -2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: ' ';
    background-image: url('../assets/images/mobile-arrow.png');
    background-position: center;
    background-size: 50%;
  } */
  /* 
  .alternate-header .menu-item a::after, .alternate-header .menu-item::after {
    -webkit-filter: invert(1);
            filter: invert(1);
  } */

  .logo-small {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 1.25rem;
  }

  .alternate-header {
    width: 100%;
    z-index: 998;
    height: 5rem;
    background-color: rgba(0, 0, 0, 0);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow: hidden;
  }

  .alternate-header::-webkit-scrollbar {
    width: 0 !important;
    display: none !important;
  }

  .fsB-alt {
    font-size: 1.8rem;
    margin-bottom: 0.25rem;
  }

  #open-header .CLOSE {
    padding: 0.45rem 1rem;
  }

  .partners-slideshow {
    -webkit-transform: translateX(-2rem);
    -ms-transform: translateX(-2rem);
    transform: translateX(-2rem);
    width: calc(100% + 2rem);
  }

  .partners-slideshow .swiper-slide:not(.swiper-slide-active) .slideshow-text {
    opacity: 0;
  }
  .partners-slideshow .swiper-slide:not(.swiper-slide-active) .slideshow-image {
    opacity: 0.6;
  }

  .partners-slideshow .swiper-slide:not(.swiper-slide-active) .slideshow-text,
  .partners-slideshow .swiper-slide:not(.swiper-slide-active) .slideshow-image {
    -webkit-transition: 0.3s ease-out opacity;
    -o-transition: 0.3s ease-out opacity;
    transition: 0.3s ease-out opacity;
  }
  .arrrrrr {
    display: none;
  }

  #open-header {
    mix-blend-mode: difference;
    z-index: 999;
    top: 0.4rem;
  }

  .business-nav-content {
    opacity: 1;
  }

  /* .business-img {height: unset; text-align: center;} */
  /* .business-img img {height: auto; width: 100%; padding: 1rem;} */
  .business-img img {
    -o-object-position: center center;
    object-position: center center;
  }

  .business-img {
    height: 6rem;
    width: 8rem;
  }

  .business-nav-content:nth-child(4) img,
  #businesses-nav section.business-nav-content:nth-child(5) img {
    width: 100%;
  }

  #leaders {
    /* height: 40rem; */
    /* overflow: hidden; */
  }

  .open-leaders.hidden {
    display: none;
  }
  #leaders.active {
    height: auto;
  }

  .open-leaders::before {
    position: absolute;
    top: -200%;
    height: 200%;
    width: 100%;
    content: " ";
    left: 0;
    background: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(white),
      to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  }

  #marquee {
    margin-top: -2rem;
  }

  .alternate-header .sub-menu {
    background-color: rgba(0, 0, 0, 0);
    width: auto;
  }

  .menu-item {
    margin-bottom: 1rem;
  }

  #page--homepage .sub-menu {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #open-header .CLOSE {
    display: none;
  }
  #open-header.activated .CLOSE {
    display: block;
  }
  #open-header.activated .OPEN {
    display: none;
  }

  .menu-item a {
    line-height: 1;
  }

  .selected .alternate-header .secondary-nav {
    display: block;
    padding-bottom: 0;
    /* margin-bottom: -2rem */
  }
  .alternate-header nav,
  .alternate-header .secondary-nav {
    display: none;
  }

  .alternate-header nav {
    -ms-flex-item-align: end;
    align-self: flex-end;
    /* margin-bottom: 2rem; */
  }

  .selected .alternate-header nav,
  .selected .alternate-header .main-nav {
    display: block;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; */
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .alternate-header .fsC {
    font-size: 2.4rem;
  }

  .alternate-header li {
    width: 100%;
    text-align: left;
  }
  .alternate-header .sub-menu {
    position: relative;
    width: 100%;
    padding: 1rem;
    top: 0;
    left: 0;
  }

  .logo-small {
    width: 10rem;
  }

  #open-header svg {
    width: 4rem;
  }

  .HEADER.fsA,
  .HEADER.fsB,
  .HEADER .fsA,
  .HEADER .fsB {
    font-size: 2rem;
  }

  .menu-item .sub-menu li {
    padding: 0rem 0;
  }

  .menu-item .sub-menu {
    padding-top: 1rem;
  }

  .selected .alternate-header.active nav {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .selected .alternate-header .secondary-nav.hidden {
    display: none;
  }

  .menu-item::after {
    display: none;
  }

  .menu-item:last-child a {
    pointer-events: all;
  }
  .menu-item:last-child a::after {
    display: none;
  }

  .menu-item.selected a {
    pointer-events: all;
    position: static;
  }
  .menu-item.selected a::after {
    display: none;
  }
  .menu-item.hidden {
    display: none;
  }

  .menu-item.selected .sub-menu {
    display: block;
  }

  .menu-item {
    cursor: pointer;
    padding-left: 2rem;
    position: relative;
  }
  .menu-item.selected::after {
    display: block;
    z-index: 999;
    right: unset;
    left: 0rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    z-index: 99999;
  }

  .footer-logos-header {
    display: none;
  }
  .selected .alternate-header .footer-logos-header {
    display: block;
  }

  .main-nav:hover a:not(:hover) {
    opacity: 1;
  }

  .business-nav-content.autoplaying.selected::after {
    -webkit-animation: none;
    animation: none;
    display: none;
  }

  .terms-header {
    width: 100%;
    top: 0rem;
    left: 0rem;
  }

  .country-svg {
    right: 2rem;
    top: 2.25rem;
  }
  .country-svg svg {
    width: 1.5rem;
  }
  .country.selected .country-svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .content ul {
    padding-left: 2rem;
  }

  .footer-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  #contact-cta {
    margin-top: 0rem;
  }

  #page--homepage .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .box-popping-up {
    -webkit-transform: translateY(-5rem);
    -ms-transform: translateY(-5rem);
    transform: translateY(-5rem);
  }

  #page--homepage .main-nav:hover a:not(:hover) {
    opacity: 1;
  }

  .alternate-header .sub-menu {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .timeline-slide {
    /* padding-bottom: 100%; */
  }

  .article-text p,
  .article-text li {
    font-size: 1.56rem;
    line-height: 1.7;
  }
  #article-content h1,
  #article-content h2,
  #article-content h3,
  #article-content h4,
  #article-content p {
    margin-bottom: 2.5rem;
  }

  .article-text h1 {
    font-size: 3rem;
  }
  .article-text h2 {
    font-size: 2.6rem;
  }
  .article-text h3 {
    font-size: 2.1rem;
  }

  .logo-main {
    text-align: center;
    left: 0;
    top: 1.4rem;
    width: 100%;
  }

  .alternate-header .logo-white,
  .alternate-header.scrolled .logo-black {
    display: none;
  }
  /* .alternate-header.scrolled .logo-white {display: none} */
  .alternate-header .logo-white {
    display: block !important;
  }

  .alternate-header {
    /* mix-blend-mode: difference; */
  }

  [class*="template-homepage"] .alternate-header,
  .selected .alternate-header {
    mix-blend-mode: unset;
  }

  .alternate-header a {
    color: #000;
  }
  .alternate-header.scrolled {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
  }
  /* .alternate-header.scrolled.selected {background-color: rgba(255,255,255,0.38); color: #000} */
  /* .alternate-header.scrolled.selected {background-color: rgba(255,255,255,0.58); color: #000} */
  /* .alternate-header.scrolled.selected {background-color: rgba(255,255,255,0.9); color: #000} */
  .alternate-header .sub-menu {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 1rem;
    width: 100%;
  }
  .alternate-header.scrolled .sub-menu {
    background-color: rgba(0, 0, 0, 0);
  }

  .alternate-header .menu-item-parent a {
    position: relative;
    z-index: 3;
  }
  .alternate-header {
    color: #fff;
  }

  /* [class*='template-homepage'] #open-header {display: none} */

  .selected .alternate-header .f-i {
    /* filter: invert(0) */
  }

  /* .business-content-item.selected {display: none;} */

  #articles-feed .post-preview:nth-of-type(11n + 1),
  #articles-feed .post-preview:nth-of-type(11n + 2),
  .post-preview:nth-of-type(11n + 3),
  .post-preview:nth-of-type(11n + 4),
  .post-preview:nth-of-type(11n + 8),
  .post-preview:nth-of-type(11n + 9),
  .post-preview:nth-of-type(11n + 10),
  .post-preview:nth-of-type(11n + 11) {
    width: 100%;
  }

  #open-header.activated {
    mix-blend-mode: unset;
  }
  #open-header.activated path {
    fill: black;
  }

  .footer-border {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .int-row img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .int-row figure {
    width: 33.333%;
  }

  .int-row:nth-of-type(2n + 1) .text {
    margin-left: auto;
  }
  .int-row:nth-of-type(2n) figure {
    right: 0;
    left: unset;
  }

  .timeline-group:first-child {
    position: absolute;
  }
  .timeline-group.selected {
    position: relative;
  }
  .preview-text-large .ml4 {
    margin-left: 2rem;
  }

  #articles-feed .fsB-alt {
    font-size: 2rem;
    font-family: "NeueHaasGroteskDisp Std Blk";
  }

  [class*="template-homepage"] .logo-main {
    /* text-align: left; */
  }
  [class*="template-homepage"] .alternate-header .logo-white {
    display: block;
    /* padding: 0.25rem 1rem; */
    width: 9rem;
    margin-left: auto;
    margin-right: auto;
  }

  [class*="template-homepage"] .alternate-header .logo-white img {
    width: 100%;
  }
  [class*="template-homepage"] .alternate-header .logo-black {
    display: none !important;
  }
  /* [class*='template-homepage'] .logo-main {
    top: 1rem
  } */

  [class*="template-homepage"] #open-header {
    mix-blend-mode: unset;
  }

  .tagline {
    left: unset;
    width: 100%;
    padding-right: 4rem;
  }
  .tagline .fsS {
    font-size: 4rem;
  }

  .business-nav-content.autoplaying.selected::after,
  .autoplaying-stopped .business-nav-content.selected::after {
    border-bottom: 0;
  }

  .footer-logos img {
    height: 1.34rem;
  }

  .scrolled nav .sub-menu a.selected-link::before {
    background-color: black !important;
  }

  nav .sub-menu a.selected-link::before {
    height: 10px;
    width: 10px;
    left: -1rem;
    top: 20%;
  }

  #page--homepage .sub-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #map-interactive {
    height: 50rem;
    margin-top: 0;
  }

  #map::after {
    height: 38%;
  }

  .section-3-content {
    height: 18rem;
  }

  .content-3-img {
    height: 100%;
  }

  .timeline-arrow {
    top: 15rem !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  #timeline-move-next {
    right: -0.5rem;
  }
  #timeline-move-prev {
    left: -0.5rem;
  }

  /* .menu-item:not(.selected) {transition: 0.3s ease-out opacity;}
  .menu-item:not(.selected):hover {
    opacity: 0.3;
  } */

  .alternate-header .footer-logos-header {
    display: none;
  }

  .selected .alternate-header .footer-logos-header {
    display: block;
  }

  .preview-text-large::after,
  .offset-header-text-white::after {
    display: none;
  }

  /* [class*="template-articles"] .alternate-header.scrolled .sub-menu,
  [class*="template-media"] .alternate-header.scrolled .sub-menu {
    background-color: rgba(0, 0, 0, 0);
  } */

  .alternate-header {
    padding: 0;
  }

  .HEADER {
    padding-top: 2rem;
  }

  .alternate-header .sub-menu {
    display: block !important;
    padding: 1.5rem;
    padding-left: 0rem;
    padding-bottom: 0rem;
  }

  .menu-item-parent .main-parent-link,
  .header-subtitle {
    padding-left: 0;
  }

  .menu-item {
    padding: 1rem;
    padding-left: 2rem;
    margin-bottom: 0rem;
    border-top: 1px solid black;
  }

  .menu-item-parent .main-parent-link,
  .header-subtitle {
    /* font-size: 1.1rem;
    padding-left: 0rem;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-family: "NeueHaasGroteskDisp Std"; */
  }

  .sub-menu li {
    display: block;
    line-height: 1.45;
  }

  body[class*="template-homepage"] .alternate-header li.hide-on-homepage {
    display: block;
  }

  .secondary-nav {
    border-top: 1px solid black;
  }
  .footer-logos-header {
    border-top: 1px solid white;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .alternate-header .logo-black {
    display: none !important;
  }
  .selected .alternate-header .logo-black {
    display: block !important;
  }
  .selected .alternate-header .logo-white {
    display: none !important;
  }

  .alternate-header {
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
  }

  #businesses {
    height: unset;
  }

  .leader {
    height: unset;
    padding-right: 1rem;
  }

  #mobile-map img {
    -webkit-transform: scale(0.98, 0.98) translateY(-10%);
    -ms-transform: scale(0.98, 0.98) translateY(-10%);
    transform: scale(0.98, 0.98) translateY(-10%);
  }

  .featured-post-preview img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .fetured-post-preview figure.article-featured {
    height: 0;
    position: relative;
    padding-bottom: 56%;
  }

  .footer-desc {
    font-size: 1.4rem;
  }

  .figure-x-exp {
    min-height: unset;
  }

  .featured-post-preview.article-feed-0 figure {
    height: 0;
    padding-bottom: 56%;
  }

  .selected .HEADER {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .int-row .lizzy {
    padding-bottom: unset !important;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }

  .cta-careers {
    max-width: unset;
  }

  .selected .alternate-header {
    /* height: 100vh; */
    height: calc(var(--vh, 1vh) * 100);

    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    /* mix-blend-mode: normal !important; */
  }

  /* .selected .alternate-header.scrolled {
    background-color: rgba(255, 255, 255, 0.7);
  } */

  [class*="template-homepage"] .logo-main-mobile {
    mix-blend-mode: unset;
  }

  [class*="template-homepage"].selected .logo-main-mobile {
    mix-blend-mode: difference;
  }

  body[class*="template-homepage"] .alternate-header li.show-on-homepage {
    display: none;
  }

  .logo-main-mobile {
    mix-blend-mode: difference;
    z-index: 99999;
    width: 12rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .logo-main {
    margin-right: 0;
  }

  .logo-main-mobile img {
    width: 100%;
  }
  .logo-main-mobile .logo-white {
    z-index: 99999999;
    display: block !important;
  }

  .alternate-header {
    width: 4rem;
  }
  .selected .alternate-header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .footer-logos-regular.footer-logos img {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .footer-logos img {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-logos a:last-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }
  /* .footer-logos a:last-of-type img, */
  /* .footer-logos a:first-of-type img  {
    height: 2rem;
  } */
  .footer-logos img {
    height: 1.24rem;
  }
  .footer-logos img {
    width: auto;
    height: 1.6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-desc {
    width: 2099px;
    /* animation: none; */
  }

  .offset-header-text-trueblack::after {
    display: none;
  }

  .divvv.box-popping-up {
    background-color: white;
  }

  .diversity-nav {
    padding: 0.5rem 0;
  }

  .diversity-intro,
  .homepage-intro.mw70 {
    max-width: calc(100% - 6rem);
  }

  .siggg {
    -webkit-transform: translateX(0%) translateY(6rem);
    -ms-transform: translateX(0%) translateY(6rem);
    transform: translateX(0%) translateY(6rem);
    margin-top: -10rem;
    width: 80%;
  }

  .layout-size-small {
    width: 100%;
  }

  [data-name] .content {
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  [data-name] .close svg {
    padding: 2rem 3rem;
  }
  [data-name] .close {
    background: none;
    width: 8rem;
    top: 0;
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem);
    right: 0;
    left: unset;
    z-index: 99;
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}

@media (max-width: 700px) {
  .diversity-pp {
    height: 4rem;
    width: 4rem;
  }
  .div-content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .brand-link[data-openpopup="Garage"] figure,
  .brand-link[data-openpopup="i-D"] figure {
    padding-bottom: 100%;
  }
}

@media (max-width: 680px) {
  .bar-label,
  .graph-label {
    font-size: 1rem;
  }
}
