@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,400;0,500;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

@font-face {
  font-family: "tobias_triallight";
  src: url('/themes/custom/digitas/assets/fonts/tobiastrial-light-webfont.eot');
  src: url('/themes/custom/digitas/assets/fonts/tobiastrial-light-webfont.eot?#iefix') format('embedded-opentype'),
    url("/themes/custom/digitas/assets/fonts/tobiastrial-light-webfont.woff2") format("woff2"),
    url("/themes/custom/digitas/assets/fonts/tobiastrial-light-webfont.woff") format("woff"),
    url("/themes/custom/digitas/assets/fonts/tobiastrial-light-webfont.ttf") format("truetype"),
    url("/themes/custom/digitas/assets/fonts/tobiastrial-light-webfont.svg#tobias_triallight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --dus-primary-font: "tobias_triallight";
  --dus-secondary-font: "DM Mono", monospace;
  --dus-body-font: "DM Sans", sans-serif;
  --font-reglar: 400;
  --font-nomral: normal;
  --color-ivory: #f8f7f2;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-red: #ee1b1b;
}

body {
  font-family: var(--dus-body-font);
  font-style: var(--font-nomral);
}

.font-secondary {
  font-family: var(--dus-secondary-font)!important;
}

.text-uppercase {
  text-transform: uppercase;
}

.m-paragraph,
.paragraph-large,
.subheading-small,
.paragraph-big,
.title-small,
.eyebrow {
  font-family: var(--dus-body-font);
  letter-spacing: initial;
}

.title-big,
.UsOffices__ItemTitle,
.AllOffices__TabLabel,
.AllOffices__Title,
.SliderNotched__Slide,
.ArchivesJob__Cities .title-small,
.HomeNews__Title,
.ShuffleGallery__Title,
.ModulePlace__Title {
  font-family: var(--dus-primary-font) !important;
}

.HomeNews__Card .eyebrow,
span.tracking-tighter,
.Chip__Label {
  font-family: var(--dus-secondary-font);
}

.LetsConnect .Author__Title,
.LetsConnect .Button,
.UsOffices .eyebrow,
.ArchivesProject__FiltersToggler span,
.CardEntity__Tags,
.Hero__Content .eyebrow,
.job-city-items .cap-small,
.ArchivesJob__ActiveFilters .cap-title-small-italic {
  font-family: var(--dus-secondary-font);
}

.IntroCase.CaseModule .eyebrow,
.BetterConnections__TagPane .cap-title-small-italic,
.CardEntity__Eyebrow {
  font-family: var(--dus-body-font);
  font-style: initial;
}

/**
  Better connects component
  Hide slider for now
*/
.SliderNotched--BetterConnections {
  display: none !important;
}

.HomeNews__BannersContainer {
  display: none;
}

.HeroHome__Title {
  max-width: 10em;
}

[x-appear\:title] .Line {
  padding: calc((1 - var(--line-height, 1))* .5em + 0.15em) 0.25rem;
}

@media (min-width: 1024px) {
  .InsightContent__Body {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .paragraph-large {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 400;
  }

  .IntroCase__Insight .paragraph-large,
  .IntroCase__Idea .paragraph-large {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.bg-primary.half-bg {
  background: linear-gradient(180deg, var(--primary-color) 50%, #fff 50%);
}

.bg-muted.half-bg {
  background: linear-gradient(180deg, rgba(241, 241, 241, var(--tw-bg-opacity)) 50%, #fff 50%)
}

.bg-none.half-bg {
  background: linear-gradient(180deg, transparent 50%, #fff 50%);
}

/* container 2024 */
:root {
  --container-margin-2024: 2rem;
}

@media (min-width:1024px) {
  :root {
    --container-margin-2024: 4rem;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}

.container-2024 {
  grid-column-gap: var(--container-gutter-width);
  display: grid;
  grid-template-columns: repeat(var(--container-nb-columns), minmax(0, 1fr));
  padding-left: var(--container-margin-2024);
  padding-right: var(--container-margin-2024);
  width: 100%;
}

.container-2024>:not([class*=col-]) {
  grid-column: 1/-1;
  width: 100%
}

/* container 2024 */

.ModuleVideo .MagneticCursor {
  --cursor-x: calc(var(--parent-width)/1.8);
  --cursor-y: calc(var(--parent-width)*0.5625/1.8);
}

.HeroVideoImage.CaseModule {
  padding-bottom: 0;
  padding-top: 0
}

.HeroVideoImage.CaseModule video {
  padding-bottom: 0;
  padding-top: 0;
  border-radius: 0px;
  margin-bottom: -35px;
}

.btn-round {
  padding: 6px 15px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 14px;
  font-family: var(--dus-secondary-font);
  border: 1px solid transparent;
}

.btn-round:hover,
.btn-round.bg-black.text-white:hover  {
  background-color: var(--color-white);
  color: var(--color-black);
  animation: none;
  border: 1px solid var(--color-black);
}

.copyright::after {
  filter: invert(100%)
}

.bg-rotate .copyright::after,
.global-office-list .AllOffices__Tab[aria-selected=true] .AllOffices__TabLabel {
  filter: invert(0%)
}

.ArchivesProject__Column:last-of-type {
  margin-top: unset;
}

.min-h-screen {
  min-height: 100vh;
}

.bg-gray {
  background: #302E27;
}

.coh-container.py-2.Accordions__Item:first-child {
  border-top: 1px solid rgb(90, 91, 94);
}

.grid-rows-\[0fr\] {
  grid-template-rows: 0fr;
}

.grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.opacity-100 {
  opacity: 1;
}

@keyframes colorrotate {

  0%,
  100% {
    background-color: #EE1B1B;
  }

  16.5% {
    background-color: #FF7A11;
  }

  33% {
    background-color: #FFE100;
  }

  49.5% {
    background-color: #7CDD00;
  }

  66% {
    background-color: #00C3FF;
  }

  82.5% {
    background-color: #B134FF;
  }
}

.bg-rotate,
.global-office-list .AllOffices__Tab[aria-selected=true] .AllOffices__TabLabel {
  background-color: red;
  position: relative;
  animation-name: colorrotate;
  animation-duration: 60s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;

}

.h-auto {
  height: auto;
}

.bg-white {
  background: var(--color-white);
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity))
}

.w-auto {
  width: auto;
}

.featured-content-box::before {
  content: "\00a0 ";
  background-image: -webkit-radial-gradient(56px 7%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 55px, black 0px, white 0px);
  height: 60px;
  width: 60px;
  position: absolute;
  top: -60px;
  left: 0px;
}

.featured-content-box::after {
  content: "\00a0 ";
  background-image: -webkit-radial-gradient(56px 7%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 55px, black 0px, white 0px);
  height: 60px;
  width: 60px;
  position: absolute;
  bottom: 0px;
  right: -60px;
}

/* temp header styles */
.upper-row,
.upper-row>div {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upper-row {
  overflow: hidden;
  /* Hide overflowing content */
}

.bg-ivory {
  background-color: var(--color-ivory);
  color: var(--color-black);
}

.divider-bar {
  height: 10px;
  margin-bottom: 5%;
}

.Filter__Term {
  position: relative;
  padding-right: 0;
  display: inline-flex;
}

/* Career Oppertunities Styles */
.ArchivesJob__Heading .Line__Wrapper,
.ArchivesJob__Heading .Line {
  text-align: center;
}

.Filter__Terms {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

@media (max-width: 575.98px) {
  .fw-title-container .btn-round {
    font-size: 12px;
  }

  .Button__Inner__New {
    padding: 6px 28px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 9.7px;
    max-width: 300px;
  }

  .featured-content-box::before {
    display: none;
  }

  .featured-content-box::after {
    display: none;
  }

  .AppMenu__contact-seach .contact-us-btn {
    display: none;
  }

  .RelatedEntities__Slides {
    flex-direction: column;
  }
}

.rotating-border,
.rotating-border-bottom {
  border-top: 8px solid red;
  animation: colorrotate 60s ease infinite;
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}

.overflow-x-auto {
  overflow-x: auto;
}

.justify-start {
  justify-content: flex-start;
}

.Filter__Term__Input:checked {
  display: none;
}

.Filter__Term__Label {
  padding-left: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: var(--dus-secondary-font);
  font-weight: 400;
  padding: 6px 15px;
}


.no-touch .Filter__Term__Label:hover {
  background: #E3E1D5;
}


.no-touch .Filter__Term__Input:checked+.Filter__Term__Label:hover,
.no-touch .Filter__Term__Input:focus-visible+.Filter__Term__Label:hover {
  background: var(--color-white);
}


@media (max-width: 575.98px) {
  .Filter__Term__Label {
    font-size: 16px;
    line-height: 24px;
  }
}

.Filter__Term__Input:checked+.Filter__Term__Label,
.Filter__Term__Input:focus-visible+.Filter__Term__Label {
  color: #000000;
  background: #E3E1D5;
  border-radius: 15px;
}

.Filter__Term__Input,
.Filter__Term__Label {
  border: 1px solid #E3E1D5;
  border-radius: 15px;
}

.ArchivesJob__Tab[aria-selected=true] .ArchivesJob__TabLabel {
  background-image: unset;
  animation: colorrotate 60s ease infinite;
}

.ArchivesJob__TabLabel {
  font-size: 88px;
  line-height: 98px;
  font-weight: 300;
}

.no-touch .Filter__Term__Label:hover {
  color: #000000;
}

.gap-x-0 {
  column-gap: 0;
}

.Filter__Term__Label:after {
  display: none;
}

.text-red {
  color: var(--color-red);
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.copyright:after {
  margin-left: 3px;
  top: unset;
  vertical-align: super;
  bottom: 6px;
}

@media only screen and (min-width: 1246px) and (max-width: 1355px) {

  .AppMenu__contact-seach .contact-us-btn {
    pointer-events: auto;
  }

  .AppMenu__unicorn-logo img {
    width: auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .Button__Inner__New {
    font-size: 17px;
    line-height: 30px;
    padding-left: unset;
    padding-right: unset;
  }

  .copyright:after {
    margin-left: 3px;
    top: unset;
    vertical-align: super;
    bottom: 8px;
  }
}

.custom-focus-visible:focus-visible {
  outline-width: 0;
}

.bg-muted .text-primary-contrast,
.bg-global .text-primary-contrast {
  color: var(--color-black);
}

.bg-black .text-primary-contrast {
  color: var(--color-white);
}
