:root {
  --black: #000000;
  --white: #ffffff;
  --off_black: #0b0b0b;
  --grey: #a7a7a7;
  --dark_grey: #909090;
  --blue: #4d73ff;
  --navy: #2b4089;
  --lilac: #9bb1ff;
}

html {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}

body {
  color: var(--white);

  background: var(--off_black);
  overflow-x: hidden;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2.75rem;
  margin-bottom: 3rem;
}

body.home h2 {
  font-size: 4rem;
  margin: 0;
}

h3 {
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}

.lge-text {
  font-size: 1.5rem;
}

.site-content :not(article) strong,
.site-content .white-bg strong,
#footer strong {
  color: var(--blue);

  font-size: 1.25rem;
  text-transform: uppercase;
  /* margin-bottom: 2rem;
    display: block; */
}

.site-content .white-strong strong {
  color: var(--white);
}

section {
  /* overflow: hidden; */
  width: 100%;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
    /* background: #2B4089; */
  }
}
@media (max-width: 992px) {
  .site-content strong,
  .site-content .white-bg strong,
  #footer strong {
    font-size: 0.875rem;
  }
  body.home h2 {
    font-size: 1.75rem;
  }
  .lge-text {
    font-size: 1.125rem;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  h3 {
    font-size: 1.45rem;
  }
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.site-content a.cta {
  background: var(--blue);
  color: var(--white);

  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 20px 10px 40px;
  border-radius: 5px;
  letter-spacing: 1px;
  position: relative;
  margin-top: 4rem;
  display: inline-block;
  transition: 0.5s;
}

.site-content a.cta::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: var(--white);
  position: absolute;
  top: 16px;
  left: 14px;
  transition: 0.5s;
}

.site-content a.cta:hover {
  color: var(--blue);
  background: var(--white);
  padding: 10px 40px 10px 20px;
  text-decoration: none;
  transition: 0.5s;
}

.site-content a.cta:hover::before {
  background-color: var(--blue);
  left: calc(100% - 26px);
  /* right:12px; */
  transition: 0.5s;
}

.scrolling-cards a.cta {
  margin-top: 1.75rem;
}

.site-content .scrolling-cards a.cta {
  background: var(--white);
  color: var(--black);
}

.site-content .scrolling-cards a.cta::before {
  background-color: var(--black);
}

.site-content .scrolling-cards .white-card a.cta {
  background: var(--black);
  color: var(--white);
}

.site-content .scrolling-cards .white-card a.cta::before {
  background-color: var(--white);
}

.site-content #home-culture a.cta:hover {
  background: var(--blue);
  color: var(--white);
}

.site-content #home-culture a.cta:hover::before,
.site-content .white-bg a.cta:hover::before {
  background-color: var(--white);
}

.site-content #home-culture a.cta,
.site-content #mobile-culture-slide-2.white-bg a.cta {
  background: var(--blue);
  color: var(--white);
}

.site-content .white-bg a.cta,
.site-content .white-bg a.cta:hover {
  background: var(--black);
  color: var(--white);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.navbar {
  position: absolute;
  left: 15px;
  top: 30px;
}
.navbar-brand {
  width: 136px;
}
.time-ticker {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--white);
  text-transform: uppercase;
  z-index: 20;
  width: 170px;
  height: 80px;
  /*clip-path: inset( -100vw 0 -100vw -100vw round 10vw);*/
  clip-path: inset(0px 0px 0px -100vw round 0px 10px 10px 0px);
}
body.page-template-template-diversity .time-ticker,
body.page-template-template-locations .time-ticker {
  color: var(--off_black);
}
body:not(.page-template-template-home) .time-ticker .uk {
  background: transparent;
}
body:not(.page-template-template-home) .time-ticker-zones {
  display: none !important;
}
.time-ticker:hover {
  cursor: pointer;
}
.time-ticker .uk {
  padding: 15px;
  border-radius: 10px;
  background: var(--off_black);
  width: 170px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.time-ticker-zones {
  position: absolute;
  top: 0;
  left: calc(100% - 170px);
  border-radius: 10px 0 0 10px;
  color: var(--white);
  text-transform: uppercase;
  background: var(--off_black);
  z-index: 10;
  height: 80px;
  display: flex;
}
.time-ticker-zones div {
  width: 170px;
  display: inline-block;
  padding: 15px;
}
.time-ticker strong,
.time-ticker-zones strong {
  display: block;
}

@media (max-width: 992px) {
  .navbar,
  .time-ticker {
    position: relative;
    left: auto;
    right: auto;
  }
  .navbar-brand {
    margin: 0 auto;
  }
  .time-ticker {
    text-align: center;
  }
  .time-ticker {
    display: none;
  }
  body.home .time-ticker {
    display: block;
  }
}
/*--------------------------------------------------------------
# Fixed Navigation
--------------------------------------------------------------*/
#main-nav {
  position: fixed;
  bottom: 30px;
  z-index: 10;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
}
#main-nav.collapse:not(.show) {
  /* display: block; */
}
#main-nav li {
  padding: 10px 10px 10px 0px;
  color: var(--grey);
  background: var(--off_black);
}
#main-nav li:first-child {
  padding-left: 10px;
}
#main-nav li.menu-link {
  background: var(--blue);
  color: var(--off_black);
  border-radius: 10px;
  position: absolute;
  left: 10px;
  /*width: 19%;*/
  z-index: 20;
}
#main-nav li:nth-child(2) {
  border-radius: 10px 0px 0px 10px;
  padding-left: 10px;
}
#main-nav li:last-child {
  border-radius: 0px 10px 10px 0px;
}
#main-nav li:last-child a {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#main-nav li a {
  border-radius: 10px;
  color: var(--grey);
  border: 1px solid var(--grey);
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: uppercase;
  position: relative;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 1rem 2rem;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  bottom: 100px;
  top: auto;
  border-radius: 10px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
}
#main-nav li.menu-link a {
  border: 1px solid var(--blue);
  text-align: center;
  color: var(--white);
}
#main-nav li.menu-link li a {
  border: 0;
  text-align: left;
  padding: 0;
  text-wrap: wrap;
  text-transform: none;
  color: var(--white);
}
#main-nav li.menu-link li li a {
  font-family: "gilroy-regular";
}
#main-nav li.menu-link li li a:before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.35rem;
  width: 0.35rem;
  margin-right: 0.35rem;
  background-color: var(--white);
  margin-bottom: 2px;
}
#main-nav li.menu-link li a:hover {
  text-decoration: underline;
}
.dropdown-toggle::after {
  display: none;
}
.menu-fixed-menu {
  padding-left: 136px;
}
#main-nav li.menu-link.show {
  transition: width 0.5s ease;
  width: 97%;
}
#main-nav li ul li {
  float: left;
  /* width: 33%; */
  background: transparent;
}
#main-nav li ul li .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  border: 0;
  float: left;
  padding: 5px 0 0 0;
  min-width: auto;
  background: none;
}
#main-nav li li:nth-child(2),
#main-nav li li:nth-child(1) {
  padding-left: 0;
}
#main-nav li ul li .dropdown-menu li {
  display: block;
  padding: 5px 0;
  width: 100%;
  margin-left: 0;
}
#main-nav li ul li.col-1 {
  float: left;
  width: 32%;
  max-width: 100%;
}
#main-nav li ul li.col-2 {
  float: left;
  width: 44%;
  max-width: 100%;
}
#main-nav li ul li.col-3 {
  float: right;
  width: 22%;
  max-width: 100%;
}
.navbar-expand-xl .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
#main-nav li.about-menu a,
#main-nav li.work-menu a,
#main-nav li.contact-menu a {
  padding: 8px 2.75rem 8px 3.25rem;
  transition: 0.5s;
}
#main-nav li.about-menu a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--white);
  position: absolute;
  top: 14px;
  left: 15%;
  transition: 0.5s;
}
#main-nav li.work-menu a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: var(--white);
  position: absolute;
  top: 14px;
  left: 15%;
  transition: 0.5s;
}
#main-nav li.contact-menu a::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid var(--white);
  border-left: 7px solid transparent;
  position: absolute;
  top: 1px;
  left: 11%;
  transition: 0.5s;
}
#main-nav li.about-menu a:hover,
#main-nav li.work-menu a:hover,
#main-nav li.contact-menu a:hover {
  color: var(--off_black);
  background: var(--white);
  padding: 8px 3.25rem 8px 2.75rem;
  transition: 0.5s;
  border: 1px solid var(--white);
}

#main-nav li.about-menu a:hover::before,
#main-nav li.work-menu a:hover::before,
#main-nav li.contact-menu a:hover::before {
  background-color: var(--off_black);
  left: 78%;
  transition: 0.5s;
}
#main-nav li.contact-menu a:hover::before {
  border-bottom: 12px solid var(--off_black);
  background: transparent;
}

#main-nav > .navbar-nav > .menu-item.current-menu-item a {
  color: var(--off_black);
  background: var(--white);
  padding: 8px 3.25rem 8px 2.75rem;
  transition: 0.5s;
  border: 1px solid var(--white);
}
#main-nav > .navbar-nav > .menu-item.current-menu-item a::before {
  background-color: var(--off_black);
  left: 78%;
  transition: 0.5s;
}
#main-nav > .navbar-nav > .menu-item.current-menu-item a::before {
  border-bottom: 12px solid var(--off_black);
  background: transparent;
}

@media (max-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    bottom: 100px;
    width: 160%;
  }
  #main-nav li ul li .dropdown-menu li {
    padding: 3px 0;
  }
  .menu-fixed-menu {
    padding-left: 0;
  }
  #main-nav li.menu-link {
    position: relative;
    left: auto;
    /* padding: 0; */
    width: auto;
  }
  #main-nav li.menu-link.show {
    width: 100%;
  }
  #main-nav li ul li.col-1,
  #main-nav li ul li.col-2,
  #main-nav li ul li.col-3 {
    float: left;
    width: 100%;
  }
  #main-nav li.menu-link li a {
    border-bottom: 1px solid var(--white);
    padding-bottom: 5px;
    border-radius: 0;
  }
  #main-nav li.menu-link li li a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  #main-nav li:last-child {
    border-radius: 10px;
    margin-left: 10px;
    padding: 10px;
  }
  #main-nav li.col-3 {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #main-nav {
    bottom: 15px;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    width: 130%;
  }

  /*#main-nav .navbar-nav > li:first-child {
            padding: 0 !important;
        }
        #main-nav .navbar-nav > li:first-child a {
            padding: 0.2rem 2rem !important;
        }
        #main-nav .navbar-nav > li:last-child {
            padding: 0 !important;
        }*/
}

@media (max-width: 992px) {
  header.site-header .navbar #main-nav {
    padding: 0;
    background-color: transparent;
  }
  header.site-header .navbar #main-nav .navbar-nav {
    width: auto;
    display: flex;
    justify-content: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 10px;
  }
  header.site-header .navbar #main-nav .navbar-nav > .menu-item > a {
    align-items: center;
    display: inline-flex;
    color: var(--white);
  }
  header.site-header .navbar #main-nav .navbar-nav > .menu-item:first-child {
    padding: 0 !important;
    background: transparent;
  }
  header.site-header
    .navbar
    #main-nav
    .navbar-nav
    > .menu-item:first-child
    > a {
    padding: 12px 40px;
    z-index: 1010;
    position: relative;
    background: var(--blue);
  }
  header.site-header .navbar #main-nav .navbar-nav > .menu-item:last-child {
    display: none;
    padding: 0;
    background: transparent;
    position: relative;
    z-index: 20;
    padding: 0px !important;
  }
  header.site-header .navbar #main-nav .navbar-nav > .menu-item .dropdown-menu {
    bottom: 70px;
    width: 100%;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  header.site-header
    .navbar
    #main-nav
    .navbar-nav
    > .menu-item:first-child
    > a:after {
    content: "";
    opacity: 0;
    display: block;
    height: 2px;
    width: 19px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
  }
  header.site-header.active .navbar #main-nav .navbar-nav {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  header.site-header .navbar #main-nav .navbar-nav {
    width: calc(500px - 80px);
  }
  header.site-header .navbar #main-nav .navbar-nav > .menu-item:last-child {
    display: inline-flex;
  }
  header.site-header .navbar #main-nav .navbar-nav > .menu-item:first-child {
    width: 100%;
  }
  header.site-header
    .navbar
    #main-nav
    .navbar-nav
    > .menu-item:first-child
    > a {
    padding: 12px 25px;
    width: 100%;
    position: relative;
  }
  header.site-header .navbar #main-nav .navbar-nav > .menu-item:last-child > a {
    align-items: center;
    display: inline-flex;
    color: var(--white);
    background-color: var(--black);
  }
  header.site-header
    .navbar
    #main-nav
    .navbar-nav
    > .menu-item:first-child
    > a:after {
    opacity: 1;
  }
  header.site-header
    .navbar
    #main-nav
    .navbar-nav
    > .menu-item:last-child
    ul
    li
    a {
    border-radius: 10px;
    color: var(--white);
    border: 1px solid var(--white);
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
    position: relative;
  }
  header.site-header
    .navbar
    #main-nav
    .navbar-nav
    > .menu-item:last-child
    ul
    li:first-child {
    margin-left: 0;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
@media (max-width: 575px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    padding: 20px 20px 10px 20px;
  }
  header.site-header .navbar #main-nav .navbar-nav {
    width: calc(100vw - 59px);
  }
  header.site-header .navbar #main-nav .navbar-nav .menu-item {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  #home-ticker .col-12 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #home-ticker .col-12 h1 {
    padding-top: 0px !important;
    padding-bottom: 80px !important;
  }
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
#masthead .container {
  max-width: none;
}

#home-masthead {
  height: 100vh;
  width: 100vw;
  /*overflow: hidden;*/
}

#home-masthead strong {
  color: var(--white);
  font-size: 1rem;
}

#home-masthead .video-circle {
  position: relative;
  height: 105vh;
  z-index: 20;
}
#home-masthead .video-circle img {
  margin-left: -50%;
  position: absolute;
  left: 0;
  right: 0;
  width: 200%;
  max-width: max-content;
}
.controls-wrapper {
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 30;
}
.video-controls {
  width: 222px;
  height: 222px;
  position: absolute;
  top: calc(50% - 111px);
  left: calc(50% - 111px);
}
.masthead__image,
video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  margin: 0;
}

.play-reel,
.play-btn {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 30;
}

.play-btn {
  position: absolute;
  cursor: pointer;
  z-index: 40;
}

.video-ref1,
.video-ref2 {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 30;
  text-transform: uppercase;
}
.site-content .video-ref1 strong,
.site-content .video-ref2 strong {
  margin-bottom: 0;
}
.video-ref2 {
  left: auto;
  right: 15px;
}

#home-ticker h1 {
  font-size: 43.75rem;
  text-wrap: nowrap;
  white-space: nowrap;
}

img.introduction-cube-img {
  position: absolute;
  top: -55%;
  right: -12%;
  width: 900px;
  mix-blend-mode: difference;
}

.introduction-cube {
  margin-top: 10rem;
}

section#home-what-we-do {
  margin-top: 5rem;
}

.scrolling-cards {
  height: 1000px;
}

.scrolling-cards .col-11 div {
  padding: 2.75rem;
  border: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
}
/* 
.scrolling-cards .col-11 .card-002 {
    top: 120px;

}

.scrolling-cards .col-11 .card-003 {
    top: 240px;

}

.scrolling-cards .col-11 .card-004 {
    top: 360px;

}

.scrolling-cards .col-11 .card-005 {
    top: 480px;

} */

.site-content .scrolling-cards h3 {
  font-size: 2.75rem;
  margin-bottom: 1.75rem;
  line-height: 2.9rem;
}
.site-content .scrolling-cards p {
  margin-bottom: 0;
}
.site-content .scrolling-cards a.cta {
  margin-top: 2rem;
  padding: 4px 20px 4px 40px;
}
.site-content .scrolling-cards a.cta::before {
  top: 10px;
}
.site-content .scrolling-cards a.cta:hover {
  padding: 4px 40px 4px 20px;
}

.site-content .scrolling-cards .card-003 a.cta {
  color: var(--navy);
}
.site-content .scrolling-cards .card-003 a.cta::before {
  background-color: var(--navy);
}

#home-what-we-do > .container:first-child .mb-5,
#home-what-we-do > .container:first-child .mb-5 h2 {
  margin-bottom: 0 !important;
}
.scrolling-cards-container {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrolling-cards-container .scrolling-cards {
  position: relative;
  width: 100%;
  padding-top: 100px;
  margin: 0 auto;
}
.scrolling-cards-container .scrolling-cards .scrolling-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.scrolling-cards-container .scrolling-cards .scrolling-card.card-002 {
  margin-top: 120px;
}
.scrolling-cards-container .scrolling-cards .scrolling-card.card-003 {
  margin-top: 240px;
}
.scrolling-cards-container .scrolling-cards .scrolling-card.card-004 {
  margin-top: 360px;
}
.scrolling-cards-container .scrolling-cards .scrolling-card.card-005 {
  margin-top: 480px;
}

@media screen and (max-height: 850px) and (min-width: 992px) {
  .scrolling-cards-container .scrolling-cards {
    padding-top: 150px !important;
  }
  .scrolling-cards-container .scrolling-cards .col-11 div {
    padding: 2.5rem;
  }
  .scrolling-cards-container .scrolling-cards h3 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 2.5rem;
  }
  .scrolling-cards-container .scrolling-cards a.cta {
    margin-top: 1.75rem;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-002 {
    margin-top: 110px;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-003 {
    margin-top: 220px;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-004 {
    margin-top: 330px;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-005 {
    margin-top: 440px;
  }
}

@media screen and (max-height: 800px) and (min-width: 992px) {
  .scrolling-cards-container .scrolling-cards {
    padding-top: 200px !important;
  }
  .scrolling-cards-container .scrolling-cards .col-11 div {
    padding: 2rem;
  }
  .scrolling-cards-container .scrolling-cards h3 {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
    line-height: 2.25rem;
  }
  .scrolling-cards-container .scrolling-cards a.cta {
    margin-top: 1.5rem;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-002 {
    margin-top: 90px;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-003 {
    margin-top: 180px;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-004 {
    margin-top: 270px;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-005 {
    margin-top: 360px;
  }
}
@media screen and (max-height: 700px) and (min-width: 992px) {
  .scrolling-cards-container .scrolling-cards {
    padding-top: 250px !important;
  }
  .scrolling-cards-container .scrolling-cards .col-11 div {
    padding: 1.5rem;
  }
  .scrolling-cards-container .scrolling-cards h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 2rem;
  }
  .scrolling-cards-container .scrolling-cards a.cta {
    margin-top: 1.25rem;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-002 {
    margin-top: 80px;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-003 {
    margin-top: 160px;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-004 {
    margin-top: 240px;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-005 {
    margin-top: 320px;
  }
}

@media screen and (max-width: 991px) {
  .scrolling-cards-container .scrolling-cards {
    padding-top: 280px;
  }
}
@media screen and (max-width: 600px) {
  .scrolling-cards-container .scrolling-cards {
    padding-top: 50px;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-002 {
    margin-top: 0;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-003 {
    margin-top: 0;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-004 {
    margin-top: 0;
  }
  .scrolling-cards-container .scrolling-cards .scrolling-card.card-005 {
    margin-top: 0;
  }
  .site-content .scrolling-cards h3 {
    min-height: 2em;
  }
}

section#home-culture .culture-slide,
section#home-culture .updates-slide {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

section#home-culture .scroll-container,
section#home-culture .updates-scroll-container {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  background: var(--white);
}

section#home-culture .culture-slide-1 {
  background: var(--off_black);
}

.site-content .culture-slide strong,
.site-content .culture-slide h2,
.site-content .culture-slide p,
.site-content .white-bg h2,
.site-content .white-bg p {
  color: var(--off_black);
}

.site-content .culture-slide-1 strong,
.site-content .culture-slide-1 h2,
.site-content .culture-slide-1 p {
  color: var(--white);
}

section#home-culture .culture-slide-1-img {
  width: 180%;
}

section#home-culture .culture-slide-3 {
  background: var(--off_black);
}

section#home-culture .culture-slide-3 strong {
  color: var(--blue);
}

section#home-culture .culture-slide-3 h2 {
  color: var(--white);
}

section#home-culture .crafting-future {
  position: absolute;
  z-index: 10;
}

section#home-culture .culture-articles .culture-slide-2-img {
  position: absolute;
  width: 45em;
  height: 45em;
  top: calc(50% - 20em);
  left: calc(50% - 20.5em);
  z-index: 20;
}

.culture-articles .draggable-card.card {
  min-width: 32%;
}
@media (max-width: 992px) {
  #home-masthead .video-circle {
    height: 100vh;
  }
  #home-masthead .video-circle img {
    margin-left: -100%;
    width: 300%;
  }
  .time-ticker {
    top: 30px;
  }
  #home-ticker h1 {
    font-size: 6.125rem;
  }
  .introduction-cube img:not(.introduction-cube-img) {
    width: 150%;
  }
  img.introduction-cube-img {
    width: 80%;
  }
  section#home-what-we-do {
    margin-top: 4rem;
  }
  .scrolling-cards {
    height: 1300px;
  }
  section#home-culture .culture-slide,
  section#home-culture .updates-slide {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .site-content .scrolling-cards .col-11 div {
    padding: 24px 18px;
  }
  .site-content .scrolling-cards h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.8rem;
    padding-right: 60px;
    position: relative;
  }
  .site-content .scrolling-cards h3 span {
    position: absolute;
    right: 0;
    top: 0;
  }

  .site-content .scrolling-cards .card-001,
  .site-content .scrolling-cards .card-002,
  .site-content .scrolling-cards .card-003,
  .site-content .scrolling-cards .card-004,
  .site-content .scrolling-cards .card-005 {
    background-size: cover;
    background-position: -20%;
  }
}

@media screen and (max-width: 575px) {
  .scrolling-cards {
    height: 800px;
  }
  .scrolling-cards .col-11 .card-002 {
    top: 100px;
  }
  .scrolling-cards .col-11 .card-003 {
    top: 200px;
  }
  .scrolling-cards .col-11 .card-004 {
    top: 300px;
  }
  .scrolling-cards .col-11 .card-005 {
    top: 400px;
  }
}

/*--------------------------------------------------------------
# Main Masthead
--------------------------------------------------------------*/
#main-masthead .heading,
#next-masthead .heading {
  width: 60%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 30;
  text-align: center;
}

#main-masthead .heading p,
#next-masthead .heading p {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

#main-masthead .half-circle,
#next-masthead .half-circle {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#main-masthead .half-circle img,
#next-masthead .half-circle img {
  width: 100vw;
  height: 100vh;
}
img.work-masthead {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/*--------------------------------------------------------------
# Work
--------------------------------------------------------------*/
.work-video-circle {
  position: relative;
  height: 100vh;
  width: 100vw;
  z-index: 20;
}

/* .work-video-circle img {
    width: 574%;
    margin: -295% -237%;
} */

.work-video-circle {
  position: relative;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
}
.work-video-circle img {
  position: absolute;
  left: 50%;
  bottom: 0;
  /* bottom: -100px; */
  transform: translate(-50%, 0);
  /* width: 575%; */
}

.work-video-circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  height: 1000px;
  background: #0b0b0b;
}

.work-video-circle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  height: 1000px;
  background: #0b0b0b;
}

.scrolling-strip {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  border-top: solid 1px var(--dark_grey);
  height: 880px;
}

.scrolling-strip a {
  color: var(--white);
}

.scrolling-strip a:hover {
  text-decoration: none;
}

#work-culture {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: var(--white);
}

#work-culture .culture-img {
  margin-left: -150%;
}

.collapse-title {
  width: 33.3335%;
  /* background: var(--lilac); */
}

.expand-work {
  position: absolute;
  left: 38%;
  /* background: var(--navy); */
}
#location-carousels.work .card {
  border-top: 1px solid var(--white);
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
}
#location-carousels.work .card:last-child {
  border-bottom: 1px solid var(--white);
}
#location-carousels.work .card-header {
  border-bottom: none;
  background: var(--off_black);
  border-radius: 0;
}
#location-carousels.work .card-body {
  background: var(--off_black);
}
#location-carousels.work h5 {
  color: var(--off_black);
}
#location-carousels.work h5 .btn-link {
  font-size: 1.75rem;
  color: var(--white);

  width: 100%;
  text-align: left;
}
#location-carousels.work h5 .btn-link:hover {
  text-decoration: none;
}
#location-carousels.work .btn-link.collapsed {
  background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/08/plus-white.svg);
  background-size: 20px;
  background-position: right 5px center;
  background-repeat: no-repeat;
}

#location-carousels.work .btn-link {
  background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/08/cross-white.svg);
  background-size: 30px;
  background-position: right center;
  background-repeat: no-repeat;
}
#location-carousels.work .carousel-indicators {
  bottom: 0;
}
@media (max-width: 1200px) {
  .work-video-circle img {
    width: 600%;
    margin: -288% -250%;
  }
}
@media (max-width: 992px) {
  .work-video-circle img {
    width: 800%;
    margin: -355% -348%;
  }
}
@media (max-width: 767px) {
  .work-video-circle img {
    width: 1000%;
    margin: -440% -448%;
  }
}
/*--------------------------------------------------------------
# Draggable Cards
--------------------------------------------------------------*/
.draggable-card.card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  min-width: 32%;
  max-width: 200px;
  /* margin-right: 2%; */
}
.draggable-card.card .card-wrap {
  margin-right: 30px;
}

.draggable-card .card-label,
.carousel-item .card-label {
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  background: var(--white);
  padding: 10px 20px !important;
  position: absolute;
  font-family: "gilroy-semibold";
  text-transform: uppercase;
  color: var(--off_black);
}

.draggable-card:hover .card-label {
  background: var(--blue);
  color: var(--white);
}

.work-drag-controls,
.home-drag-controls {
  z-index: 100;
  position: absolute;
  top: 35%;
  left: 26.5%;
}

.home-drag-controls {
  top: 35%;
  left: 28.5%;
}

.draggable-wrapper a,
.carousel-item a {
  color: var(--white);
}

.culture-slide .draggable-wrapper a {
  color: var(--off_black);
}

.draggable-wrapper a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about-masthead .heading {
  width: 70%;
  /* height: 222px; */
  position: absolute;
  top: 46%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 30;
  text-align: center;
}

.about-video-circle {
  position: relative;
  height: 100vh;
  width: 100vw;
  z-index: 20;
}

.about-video-circle img {
  width: 600%;
  margin: -290% -250%;
}

#about-introduction h2 {
  font-size: 4rem;
}

#awards h2,
#about-team h2,
.careers-benefits h2 {
  border-bottom: solid 1px var(--dark_grey);
  padding-bottom: 3rem;
}

#about-map .container:before,
#about-map .row:before,
#about-map .col-12:before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 5px;
  background: var(--blue);
  left: 15px;
  top: 0px;
  position: absolute;
}

#about-map .container:after,
#about-map .col-12:after,
#about-map .row:after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 5px;
  background: var(--blue);
  right: 15px;
  bottom: 0px;
  position: absolute;
}

#about-map .row:before,
#about-map .row:after {
  background: var(--lilac);
}

#about-map .col-12:before,
#about-map .col-12:after {
  background: var(--white);
  left: 0;
  width: 100%;
  z-index: 10;
}

#about-map .col-12:before {
  top: 0px;
}

#about-team h3 {
  margin-bottom: 1rem;
}

#about-team p {
  font-size: 1.25rem;
}

.reveal-image {
  overflow: hidden;
  position: relative;
}
.reveal-image .cover {
  position: absolute;
  z-index: 20;
  background: var(--lilac);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-area h2 {
  font-size: 4rem;
}

.site-content .map-area a.cta {
  margin-top: 1rem;
}

.map-info {
  position: absolute;
  z-index: 20;
}
/*.team-intro{*/
/*    max-height: 0!important;*/
/*}*/
@media (max-width: 1200px) {
  #about-introduction,
  #solutions-mobile-header,
  #the-stream-mobile-header,
  #papers-mobile-header {
    margin-top: 8rem;
  }
}
@media (max-width: 992px) {
  #awards h2,
  #about-team h2,
  .careers-benefits h2 {
    padding-bottom: 2rem;
  }
  #about-introduction h2 {
    font-size: 2rem;
  }
  .map-area h2 {
    font-size: 2rem;
  }
  .about-video-circle img {
    width: 1100%;
    margin: -490% -497%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#black-masthead {
  margin-top: 12rem;
}

#black-masthead .intro {
  font-size: 1.5rem;
}

#contact-faqs h5 .btn-link {
  color: var(--dark_grey);
  font-size: 2rem;
}

#contact-faqs h5 .btn-link:hover,
#contact-faqs h5 .btn-link:focus {
  text-decoration: none;
}
#contact-faqs .card-header {
  border-bottom: 0 !important;
  border-top: solid 2px var(--dark_grey);
  border-radius: 0;
  transition: border-color 0.2s ease-in-out;
}
#contact-faqs .card:first-child .card-header {
  border-top: 0 !important;
}
#contact-faqs .card,
#location-carousels .card-header {
  background: transparent;
}

#contact-faqs .card:first-child .card-header {
  border-top: none;
}

#contact-faqs .card-header > #contact-faqs .btn-link[aria-expanded="true"] {
  border-top: solid 2px var(--white);
}

#contact-faqs h5 .btn-link[aria-expanded="true"] {
  color: var(--white);
}

@media screen and (max-width: 991px) {
  #contact-faqs .card-header h5 button:after {
    display: none !important;
  }
}

#contact-faqs .card-header h5 button {
  width: 100%;
  text-align: left !important;
  padding-right: 50px !important;
  position: relative;
}
#contact-faqs .card-header h5 button:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/faq-plus.svg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}

#contact-faqs h5 .btn-link[aria-expanded="true"]:after {
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}
#contact-faqs .card-body {
  font-size: 1.5rem;
}

#contact-faqs .card:hover h5 .btn-link {
  color: var(--white);
}
#contact-faqs .card:hover h5 .btn-link:after {
  opacity: 1;
}

#contact-faqs .card:hover + .card .card-header,
#contact-faqs .card:hover .card-header {
  border-color: var(--white);
}

#main-masthead.contact-confirmation img.top-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#main-masthead.contact-confirmation .heading {
  text-align: left;
  width: 35%;
  left: 30%;
}

#main-masthead.contact-confirmation .heading p {
  font-family: "gilroy-semibold";
  font-size: 1.25rem;
  text-transform: none;
  margin-top: 2rem;
}

#main-masthead.contact-confirmation .cta {
  margin-top: 1rem;
}

.contact-half-circle {
  position: relative;
  height: 100vh;
  width: 100vw;
  z-index: 20;
}

.contact-half-circle img {
  width: 310%;
  margin: -130% -145%;
}

body.page-template-template-contact-confirmation .navbar-brand img,
body.page-template-template-diversity .navbar-brand img,
body.page-template-template-solutions .navbar-brand img,
body.page-template-template-locations .navbar-brand img {
  filter: invert(1);
}
@media (max-width: 992px) {
  #black-masthead {
    margin-top: 8rem;
  }
  body.page-template-template-solutions .navbar-brand img {
    filter: invert(0);
  }
  #contact-faqs h5 .btn-link {
    font-size: 1.625rem;
  }
  #contact-faqs #accordion .btn-link {
    background: url("https://www.allisonworldwide.com/wp-content/uploads/2023/08/thin-cross-white.svg");
    background-size: 30px;
    background-position: right top 11px;
    background-repeat: no-repeat;
  }
  #contact-faqs #accordion .btn-link.collapsed {
    background: url("https://www.allisonworldwide.com/wp-content/uploads/2023/08/thin-plus-white.svg");
    background-size: 20px;
    background-position: right 5px top 15px;
    background-repeat: no-repeat;
  }
  #contact-faqs .card:first-child .card-header {
    border-top: solid 2px var(--dark_grey);
  }
  #main-masthead.contact-confirmation .heading {
    width: 100%;
    left: 0;
    position: relative;
    right: auto;
    transform: none;
    top: auto;
    margin-top: 8rem;
  }
  body.page-template-template-contact-confirmation .navbar-brand img {
    filter: none;
  }
}

/*--------------------------------------------------------------
# Awards Dragger
--------------------------------------------------------------*/
#awards {
  margin-top: 10rem;
}

.draggable-wrapper {
  /* height: 200px; */
  width: 100%;
  display: flex;
  overflow: hidden;
  /* margin-left: -150px; */
}

#awards .card {
  display: flex;
  flex-shrink: 0;
  /* align-items: center; */
  /* height: 100%; */
  width: 40%;

  background: transparent;
  padding-right: 30px;
}
#awards .card .card-wrap {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

#awards .card h5 {
  font-family: "gilroy-semibold";
  font-size: 2.2rem;
}
#awards .card h5 span {
  float: right;
}
.card-inner {
  background: green;
}

#awards .card:nth-child(1n + 1) .card-wrap {
  background: var(--blue);
}

#awards .card:nth-child(2n + 2) .card-wrap {
  background: var(--navy);
}

#awards .card:nth-child(3n + 3) .card-wrap {
  color: var(--black);
}

#awards .card:nth-child(3n + 3) .card-wrap {
  background: var(--white);
}

#awards .card:nth-child(4n + 4) .card-wrap {
  background: var(--black);
  border: solid 1px var(--white);
}

#awards #carouselAwards .card:nth-child(1n + 1) {
  background: var(--blue);
}

#awards .card .card-header {
  width: 100%;
  background-color: transparent;
  border-bottom: solid 1px var(--white);
}

#awards .card:nth-child(3n + 3) .card-header {
  border-bottom: solid 1px var(--black);
}

#awards .card .card-body ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.awards-drag-controls,
.work-drag-controls {
  z-index: 100;
  position: absolute;
  width: 132px;
  height: 86px;
  top: 50%;
  left: -200px;
  margin: -66px 0 0 -68px;
  pointer-events: none;
}
@media (max-width: 1200px) {
  #awards .card h5 span {
    display: none;
  }
}
@media (max-width: 992px) {
  #awards {
    margin-top: 4rem;
  }
  #awards .card {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/
.bg-white {
  color: var(--black);
}

#ticker h2 {
  font-size: 12.5rem;
  text-wrap: nowrap;
  white-space: nowrap;
}

#articles h2 {
  font-size: 4rem;
}

/*#careers-video .video-controls {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*}*/

#careers-video video {
  width: 100%;
  height: auto;
  position: relative;
}

#testimonials blockquote {
  font-family: "gilroy-semibold";
  font-size: 2.25rem;
}

#testimonials .above-echo {
  position: relative;
  z-index: 30;
}

.img-box {
  position: absolute;
  width: 320px;
  height: 420px;
  transform: translate(-50%, -50%);
  transform: rotate(10deg);
  overflow: hidden;
  top: -100%;
  left: -90%;
  z-index: 20;
}

.img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  #work-culture .culture-img {
    margin: -10% 0 0 15%;
  }
}
@media (max-width: 992px) {
  #articles h2 {
    font-size: 1.75rem;
  }
  #ticker h2 {
    font-size: 6.125rem;
  }
  #testimonials blockquote {
    font-size: 1.75rem;
  }
  #black-masthead .intro {
    font-size: 1.125rem;
  }
  #work-culture {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  #careers-image img {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Locations
--------------------------------------------------------------*/
.scrolling-strip.locations {
  height: 700px;
}

.location-dots {
  position: absolute;
}

.dot {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /* display: none; */
}
.dot .tooltip img {
  height: 48px;
}

.dot.atlanta {
  top: 32.25%;
  left: 15.75%;
}
.dot.boston {
  top: 25%;
  left: 22.5%;
}
.dot.chicago {
  top: 23.5%;
  left: 19.5%;
}
.dot.dallas {
  top: 34%;
  left: 13%;
}
.dot.los-angeles {
  top: 34%;
  left: 6.5%;
}
.dot.san-diego {
  top: 35.5%;
  left: 7.5%;
}
.dot.phoenix {
  top: 35.5%;
  left: 10%;
}
.dot.portland {
  top: 25%;
  left: 6%;
}
.dot.seattle {
  top: 23%;
  left: 7%;
}
.dot.frisco {
  top: 29%;
  left: 6.25%;
}
.dot.new-york {
  top: 28%;
  left: 20.25%;
}
.dot.washington {
  top: 29%;
  left: 18.75%;
}
.dot.london {
  top: 19%;
  left: 44.5%;
}
.dot.paris {
  top: 22%;
  left: 45%;
}
.dot.lyon {
  top: 24%;
  left: 46%;
}
.dot.munich {
  top: 20.5%;
  left: 47.5%;
}
.dot.mumbai {
  top: 43%;
  left: 68.75%;
}
.dot.new-delhi {
  top: 34%;
  left: 70.25%;
}
.dot.singapore {
  top: 55%;
  left: 79%;
}
.dot.sydney {
  top: 83%;
  left: 93.25%;
}
.dot.tokyo {
  top: 31%;
  left: 88.75%;
}
.dot.shanghai {
  top: 35.5%;
  left: 84.25%;
}
.dot.seoul {
  top: 29.5%;
  left: 84.25%;
}
.dot.hong-kong {
  top: 41.25%;
  left: 80.5%;
}
.dot.chengdu {
  top: 35.25%;
  left: 77%;
}
.dot.beijing {
  top: 28.25%;
  left: 81.25%;
}
.dot.bangkok {
  top: 47.25%;
  left: 77.5%;
}

.dot.chile {
  left: 21.5%;
  top: 80%;
}
.dot.brazil {
  left: 29%;
  top: 74%;
}
.dot.costarica {
  left: 15.7%;
  top: 49.9%;
}
.dot.mexico {
  left: 11.25%;
  top: 42.5%;
}
.dot.ecuador {
  left: 17.1%;
  top: 59%;
}
.dot.panama {
  left: 17.9%;
  top: 51.4%;
}
.dot.elsalvador {
  left: 14%;
  top: 47.3%;
}
.dot.guatemala {
  left: 13.2%;
  top: 46%;
}
.dot.honduras {
  left: 14.1%;
  top: 45.2%;
}
.dot.nicaragua {
  left: 14.9%;
  top: 48.5%;
}
.dot.dominican {
  left: 20.8%;
  top: 42.7%;
}
.dot.libya {
  left: 48.8%;
  top: 33.9%;
}
.dot.ghana {
  left: 44.3%;
  top: 52%;
}
.dot.kenya {
  left: 57%;
  top: 57.5%;
}
.dot.nigeria {
  left: 46.7%;
  top: 50.4%;
}
.dot.southafrica {
  left: 50.3%;
  top: 81.3%;
}
.dot.tianjin {
  left: 82%;
  top: 30%;
}
.dot.dubai {
  left: 62.9%;
  top: 38.4%;
}
.dot.saudiarabia {
  left: 59.9%;
  top: 38.4%;
}
.dot.lebanon {
  left: 56.2%;
  top: 32%;
}
.dot.kuwait {
  left: 59.9%;
  top: 35.3%;
}
.dot.qatar {
  left: 61.3%;
  top: 40%;
}
.dot.jordan {
  left: 57%;
  top: 34%;
}
.dot.oman {
  left: 63.7%;
  top: 40%;
}

h6 {
  margin-bottom: 1rem;
}

.tooltip {
  text-align: center;
  visibility: hidden;
  z-index: 1;
  opacity: 0.4;
  width: 200px;
  height: 135px;
  padding: 10px 20px 30px 20px;
  background: var(--off_black);
  color: var(--white);
  position: absolute;
  top: -145px;
  left: -90px;
  border-radius: 8px;
  /* transform: translateY(29px); */
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}

.tooltip h6 {
  margin: 0.25rem 0;
}

.tooltip,
.tooltip a {
  text-transform: uppercase;
  color: var(--white);
}

.tooltip a {
  font-size: 0.75rem;
  line-height: 1.45;
  display: block;
}

.tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: var(--off_black) transparent transparent transparent;
  position: absolute;
  left: 85px;
  top: 100%;
}

.dot:hover .tooltip {
  visibility: visible;
  /* transform: translateY(-30px); */
  opacity: 1;
  transition: 0.2s linear;
  /* animation: odsoky 1s ease-in-out infinite  alternate; */
}

body.page-template-template-locations h3,
body.page-template-template-locations .card-text,
body.page-template-template-locations .time-ticker,
body.page-template-template-diversity .time-ticker {
  color: var(--off_black);
}
body.page-template-template-locations #footer h3 {
  color: var(--white);
}
body.page-template-template-locations .carousel-indicators li {
  background: var(--off_black);
}
/* For mobile */
#mobile-image img {
  width: 100%;
}
#location-carousels .card {
  border-top: 1px solid var(--off_black);
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
}
#location-carousels .card:last-child {
  border-bottom: 1px solid var(--off_black);
}
#location-carousels .card-header {
  border-bottom: none;
}
#location-carousels h5 .btn-link {
  font-size: 1.75rem;
  color: var(--off_black);

  width: 100%;
  text-align: left;
}
#location-carousels h5 .btn-link:hover {
  text-decoration: none;
}
#location-carousels .btn-link.collapsed {
  background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/08/plus-black.svg);
  background-size: 20px;
  background-position: right 5px center;
  background-repeat: no-repeat;
}

#location-carousels .btn-link {
  background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/08/cross-black.svg);
  background-size: 30px;
  background-position: right center;
  background-repeat: no-repeat;
}
body.page-template-template-locations .carousel-item .card-label {
  position: relative;
  right: auto;
}
body.page-template-template-locations #articles .carousel-item .card-label {
  position: absolute;
  right: 20px;
}
body.page-template-template-locations .draggable-card:hover .card-label {
  background: var(--white);
  color: var(--off_black);
}
#mobile-culture-slide-2 {
  background: var(--white);
}
#mobile-culture-slide-2 .culture-slide-2-img {
  width: 120%;
  transform: rotate(45deg);
  margin-left: -20%;
  margin-top: 30%;
}
/*--------------------------------------------------------------
# Terms
--------------------------------------------------------------*/
#terms-content h2 {
  margin-top: 4rem;
}

/*--------------------------------------------------------------
# Terms
--------------------------------------------------------------*/
#four-zero-four-masthead {
  width: 100vw;
  height: 100vh;
}

#four-zero-four-masthead .heading {
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 20;
  width: 70%;
}

#four-zero-four-masthead .images {
  position: absolute;
  z-index: 10;
}

#four-zero-four-masthead .images img {
  width: 33%;
}

@media (max-width: 992px) {
  #four-zero-four-masthead .heading {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Knowledge Hub
--------------------------------------------------------------*/
#stream .scrolling-strip,
#papers .scrolling-strip {
  height: 950px;
}

#stream .collapse-title,
#papers .collapse-title {
  min-height: 755px;
}

#stream .collapse-title a,
#papers .collapse-title a {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
}

#stream .collapse-title a:after,
#papers .collapse-title a:after {
  position: absolute;
  top: 4px;
  right: -25px;
  content: "";
  background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/07/article-arrow.svg)
    center no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
}

#stream .card-body strong,
#papers .card-body strong {
  color: var(--white);
  font-size: 1rem;
  margin-right: 15px;
}
.line-top {
  border-top: solid 1px var(--dark_grey);
}
#stream-carousel .collapse-title a,
#papers-carousel .collapse-title a {
  color: var(--white);
  margin-top: 2rem;
  display: block;
}
#stream-carousel strong,
#papers-carousel strong {
  color: var(--white);
}
/*--------------------------------------------------------------
# The Stream
--------------------------------------------------------------*/
.right-half-circle {
  position: relative;
  height: 100vh;
  width: 100vw;
  z-index: 20;
}
.right-half-circle img {
  width: 300%;
  margin: -127% -59%;
}
#main-masthead.the-stream img.top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 35%;
}

#main-masthead.the-stream .heading {
  text-align: left;
  width: 30%;
  left: 0;
}

#main-masthead.the-stream .heading p {
  font-family: "gilroy-semibold";
  font-size: 1.25rem;
  text-transform: none;
  margin-top: 2rem;
}

#main-masthead.contact-confirmation .cta {
  margin-top: 1rem;
}

article strong {
}

#main-masthead.the-stream .contact-half-circle img {
  width: 190%;
  margin: -42% -94%;
}

.border-bottom {
  border-bottom: solid 1px var(--dark_grey) !important;
}

.search-form .form-control {
  background: transparent;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.search-form .form-control:focus {
  /* border: none; */
  box-shadow: none;
}

.search-label {
  align-items: end;
  justify-content: end;
}

#stream-search .nav-tabs .nav-item.show .nav-link,
#stream-search .nav-tabs .nav-link.active,
#stream-search .nav-tabs .nav-link {
  background: none;
  border: 0;
  padding: 0.8rem 1rem 0 1rem;
  color: var(--white);
}

#stream-search .nav-tabs .nav-link.active {
  font-family: "gilroy-semibold";
}

/*--------------------------------------------------------------
# Search Results
--------------------------------------------------------------*/
.search-results h1 {
  margin: 2rem 0;
}

body.search-no-results .search-label {
  justify-content: start;
  padding-left: 0;
}

body.search-no-results .search-row {
  width: 40%;
  margin-top: 2rem;
}

body.search-no-results .search-row .col-4 {
  max-width: max-content;
}
@media (max-width: 1200px) {
  .search-row label::after {
    content: "";
    width: 22px;
    height: 21px;
    background: url("https://www.allisonworldwide.com/wp-content/uploads/2023/08/mag-glass.svg")
      center no-repeat;
    background-size: 22px;
    position: absolute;
    right: -10px;
    top: 12px;
  }
  .search-row label input {
    border: 0;
  }
}
/*--------------------------------------------------------------
# Individual Post
--------------------------------------------------------------*/
.ind-post h1 {
  margin: 2rem 0;
}

#stream-landing a,
.entry-footer a,
.nav-links a,
#search-results a {
  color: var(--white);
}

#stream-landing a:hover,
#search-results a:hover {
  text-decoration: none;
}

#stream-landing .post.opacity {
  opacity: 0.3;
  transition: 0.5s ease;
}

.thumbnail {
  min-height: 478px;
  background-size: cover;
  background-position: center;
  transition: 0.5s ease;
  transition: 0.5s ease;
}

#stream-landing .the-author {
  font-family: "gilroy-semibold";
}

#article-content figure {
  margin: 7rem 0 6rem 0;
}

@media screen and (max-width: 575px) {
  .thumbnail {
    min-height: 300px;
  }
}
/*--------------------------------------------------------------
# Diversity
--------------------------------------------------------------*/
body.single.single-post,
body.page-template-template-diversity,
body.page-template-template-locations,
body.page-template-template-case-study.white {
  background: var(--white);
  color: var(--black);
  transition: 1s;
}

body.single.single-post .wp-block-image img {
  height: auto;
  max-width: none;
  width: 100%;
}

body.single.single-post #stream-landing a,
body.single.single-post .entry-footer a,
body.single.single-post .nav-links a,
body.single.single-post #search-results a {
  color: var(--off_black);
}

body.single.single-post .navbar-brand img {
  filter: invert(1);
}
body.single.single-post .card-text,
body.single.single-post .time-ticker,
body.single.single-post .card-body *,
body.single.single-post .carousel-item * {
  color: var(--off_black) !important;
}

body.page-template-template-diversity.black {
  background: var(--off_black);
  color: var(--white);
  transition: 1s;
}

img.diversity-cube-img {
  position: absolute;
  top: -60%;
  left: -30%;
  width: 900px;
  mix-blend-mode: difference;
}

.diversity-cube {
  margin-top: 10rem;
}

#diversity-cards .accordion {
  border-radius: 15px;
  overflow: hidden;
  border-color: var(--off-black);
}

body.page-template-template-diversity.black #diversity-cards .accordion {
  border-color: var(--white);
}

.blue-shadow {
  position: relative;
}

.blue-shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 300px var(--blue);
  box-shadow: 0 0 300px var(--blue);
  top: 10%;
  left: 15%;
  width: 70%;
  height: 80%;
}

.accordion.width {
  border: 1px solid var(--white);
  display: flex;
  height: 500px !important;
}

#diversity-cards .accordion.width .card {
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  min-width: min-content;
  border-radius: 0;
  border-right: 1px solid var(--white);
  border-top: 0;
  border-left-color: transparent;
}

#diversity-cards .accordion.width .card:last-child {
  border-right: 0;
}

#diversity-cards .accordion.width .card .card-header {
  cursor: pointer;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  border: 0;
}

#diversity-cards .accordion.width .card .card-header.collapsed {
  background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/08/plus.svg);
  background-size: 16px;
  background-position: bottom 30px center;
  background-repeat: no-repeat;
}

#diversity-cards .accordion.width .card.white .card-header.collapsed {
  background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/08/plus-black.svg);
  background-size: 16px;
  background-position: bottom 30px center;
  background-repeat: no-repeat;
}

#diversity-cards .accordion.width .card .card-header {
  background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/08/cross-white.svg);
  background-size: 24px;
  background-position: bottom 25px center;
  background-repeat: no-repeat;
}

#diversity-cards .accordion.width .card.white .card-header {
  background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/08/cross-black.svg);
  background-size: 24px;
  background-position: bottom 25px center;
  background-repeat: no-repeat;
}

.accordion.width .card .card-header:not(.collapsed) {
  pointer-events: none;
}

#diversity-cards .collapsing.width {
  transition: width 0.35s ease;
  height: auto;
  width: 0;
}

#diversity-cards .card-body {
  background: var(--off_black);
  color: var(--white);
  height: 100%;
  font-size: 1.25rem;
}

#diversity-cards .card:not(.white) .card-header {
  color: var(--white);
}

#diversity-cards .card .card-header {
  color: var(--off_black);
}

#diversity-cards .card.blue,
#overview .card.blue {
  background: var(--blue);
}

#diversity-cards .card.black,
#overview .card.black {
  background: var(--off_black);
}

#diversity-cards .card.navy,
#overview .card.navy {
  background: var(--navy);
}

#diversity-cards .card.white {
  background: var(--white);
}

#diversity-cards .card-body {
  padding: 50px;
  display: flex;
  align-items: center;
}
#diversity-cards .accordion.width {
  height: 460px !important;
}
#diversity-cards .accordion.width .card-body-wrap {
  width: 100%;
}
#diversity-cards .card-body h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.5px;
  margin-bottom: 50px;
  padding-right: 90px;
}
#diversity-cards .card-body p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.5px;
  padding-right: 180px;
}

@media (max-width: 1200px) {
  img.diversity-cube-img {
    width: 500px;
  }
}
@media (max-width: 992px) {
  #diversity-cards .accordion .card .card-header {
    transform: rotate(0deg);
    writing-mode: unset;
    font-size: 1.25rem;
  }
  #diversity-cards .accordion .card .card-header.collapsed {
    background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/08/plus.svg);
    background-size: 16px;
    background-position: right 15px center;
    background-repeat: no-repeat;
  }

  #diversity-cards .accordion .card.white .card-header.collapsed {
    background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/08/plus-black.svg);
    background-size: 16px;
    background-position: right 15px center;
    background-repeat: no-repeat;
  }

  #diversity-cards .accordion .card .card-header {
    background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/08/cross-white.svg);
    background-size: 24px;
    background-position: right 15px center;
    background-repeat: no-repeat;
  }

  #diversity-cards .accordion .card.white .card-header {
    background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/08/cross-black.svg);
    background-size: 24px;
    background-position: right 15px center;
    background-repeat: no-repeat;
  }
  .blue-shadow:after {
    height: 85%;
  }
  #diversity-cards .card-body {
    display: block;
    padding: 30px 20px;
  }

  #diversity-cards .accordion.width .card-body-wrap {
    width: 100%;
  }
  #diversity-cards .card-body h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  #diversity-cards .card-body p {
    padding-right: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
  }
  #diversity-cards .card-body h3 {
    font-size: 24px;
  }
  #diversity-cards .card-body ul {
    padding-left: 20px;
  }

  #diversity-cards .card-body p,
  #diversity-cards .card-body ul li {
    padding-right: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
  }
  #diversity-cards .card-body p {
    margin-bottom: 20px;
  }
  #diversity-cards .accordion .card .card-header {
    font-size: 20px;
    line-height: 24px;
    padding: 20px 40px 20px 24px !important;
  }
}
/*--------------------------------------------------------------
# Solutions
--------------------------------------------------------------*/
.solutions-half-circle {
  position: relative;
  height: 100vh;
  width: 100vw;
  z-index: 20;
}
.solutions-half-circle img {
  width: 300%;
  margin: -127% -143%;
}
#solution-cards {
  overflow: hidden;
}
#solution-cards .card {
  border: 3px solid var(--white);
  border-radius: 2rem;
  position: absolute;
  background-size: contain !important;
  min-height: 600px;
}

#solution-cards .card-header {
  background: none;
  border: 0;
}

#solution-cards .card h3 {
  margin: 2rem 0 1rem 0;
  font-size: 2rem;
}

.card-body {
}
#solution-cards .card .card-body p {
  margin-top: 0;
  margin-bottom: 3rem;
}

#solution-cards .card .card-body ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

@media screen and (max-width: 1199px) {
  #solution-cards .card .card-body ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
#solution-cards .card .card-body ul li {
  padding-right: 20px;
}

#solution-cards .card-wrapper {
  min-height: 700px;
  /* overflow: hidden;
    padding-top: 9rem; */
}

#solution-cards .card-1 {
  z-index: 50;
  top: 0;
}

#solution-cards .card-2 {
  z-index: 40;
}

#solution-cards .card-3 {
  z-index: 30;
}
#solution-cards .card-4 {
  z-index: 20;
}
#solution-cards .card-5 {
  z-index: 10;
}
#solution-cards .card.black {
  background: var(--off_black)
    url("https://www.allisonworldwide.com/wp-content/uploads/2023/08/circle-on-black.svg")
    center right no-repeat;
}
#solution-cards .card.blue {
  background: var(--blue)
    url("https://www.allisonworldwide.com/wp-content/uploads/2023/08/square.svg")
    center right no-repeat;
}
#solution-cards .card.navy {
  background: var(--navy)
    url("https://www.allisonworldwide.com/wp-content/uploads/2023/08/circle-on-black.svg")
    center right no-repeat;
}

#solution-cards .card.black {
  background: var(--off_black)
    url("https://www.allisonworldwide.com/wp-content/uploads/2023/08/circle-2.svg")
    center right no-repeat;
}
#solution-cards .card.blue {
  background: var(--blue)
    url("https://www.allisonworldwide.com/wp-content/uploads/2023/08/square-1.svg")
    center right no-repeat;
}
#solution-cards .card.navy {
  background: var(--navy)
    url("https://www.allisonworldwide.com/wp-content/uploads/2023/08/circle-2.svg")
    center right no-repeat;
}

#solutions span {
  display: none;
}

#solutions span.active {
  display: block;
}

#solutions {
  height: 600px;
}

#solutions .solutions-points li {
  list-style: none;
  font-size: 2.75rem;
  padding: 0.4rem 0;
  opacity: 0.4;
  cursor: pointer;
}

#solutions .solutions-images {
  position: absolute;
  left: 60%;
}

#solutions .solutions-images .image-1 {
  position: absolute;
  z-index: 50;
}

#solutions .solutions-images .image-2 {
  position: absolute;
  z-index: 40;
}

#solutions .solutions-images .image-3 {
  position: absolute;
  z-index: 30;
}

#solutions .solutions-images .image-4 {
  position: absolute;
  z-index: 20;
}

#solutions .solutions-images .image-5 {
  position: absolute;
  z-index: 10;
}

#solutions .solutions-points {
  position: absolute;
  z-index: 60;
}

#solutions .solutions-images li img {
  opacity: 0;
}

#solutions .solutions-images li {
  transform: rotate(10deg);
  transition: 0.5s;
  list-style: none;
}
#solutionsCarousel .carousel-item {
  border: 1px solid var(--white);
  border-radius: 5px;
  height: 253px;
  padding: 25% 2rem 0 2rem;
  text-align: center;
}
#solutionsCarousel .carousel-item.black {
  background: var(--off_black)
    url("https://www.allisonworldwide.com/wp-content/uploads/2023/08/circle-on-black.svg")
    center right no-repeat;
  background-size: 100%;
}
#solutionsCarousel .carousel-item.blue {
  background: var(--blue)
    url("https://www.allisonworldwide.com/wp-content/uploads/2023/08/square.svg")
    center right no-repeat;
  background-size: 100%;
}
#solutionsCarousel .carousel-item.navy {
  background: var(--navy)
    url("https://www.allisonworldwide.com/wp-content/uploads/2023/08/circle-on-black.svg")
    center right no-repeat;
  background-size: 100%;
}
/*--------------------------------------------------------------
# Case Studies
--------------------------------------------------------------*/
body.page-template-template-case-study {
  transition: 1s;
}
.tags {
  text-transform: uppercase;
  font-family: "gilroy-semibold";
}
#video1 video,
#video2 video {
  position: relative;
  width: 100%;
  height: auto;
}
#overview .big-figures strong {
  font-size: 4rem;
  color: var(--white);
  margin-top: 1rem;
  display: block;
}
.white #overview .big-figures strong {
  color: var(--off_black);
}
#overview .big-figures p {
  margin-bottom: 0;
}
#overview .card {
  width: 80%;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid var(--white);
  padding: 2rem;
}
#overview .card strong {
  color: var(--white);
  font-size: 5.25rem;
  margin-bottom: -1rem;
}
#overview .card p {
  color: var(--white);
}
#case-study-awards .ind-award {
  font-size: 2rem;
  border-bottom: 2px solid var(--white);
}
.white #case-study-awards .ind-award {
  border-bottom: 2px solid var(--off_black);
}
#case-study-awards .ind-award:last-child {
  border-bottom: none;
}
#case-study-images img {
  width: 100%;
}
.next-case-study .half-circle {
  background-position: bottom;
}
.next-case-study .half-circle img {
  transform: rotate(180deg);
}
.next-case-study a h1,
.next-case-study a p {
  color: var(--white);
  pointer-events: none;
}
#next-masthead {
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}
body.page-template-template-case-study #main-masthead .half-circle img {
  opacity: 0;
}
.case-study-image-row {
  overflow-x: hidden;
}
.case-study-image-row img {
  margin: 0 0.75rem;
}
.case-study-image-row.row-1 {
  margin-left: -200px;
}
.case-study-image-row.row-2 {
  margin-left: -400px;
}
.carousel-indicators {
  bottom: -30px;
}
.carousel-indicators li {
  width: 6px;
  height: 6px;
  border: none;
}
.white .carousel-indicators li {
  background: var(--off_black);
}
#case-study-image-strip img {
  width: 100%;
}
#case-study-image-strip .carousel-indicators,
#carouselAwards .carousel-indicators,
#solutionsCarousel .carousel-indicators,
#imagesCarousel .carousel-indicators,
body.blog .carousel-indicators,
body.single .carousel-indicators,
#stream-landing .carousel-indicators {
  bottom: -60px;
}
body.page-template-template-case-study #footer,
body.error404 #footer {
  display: none;
}
@media (max-width: 992px) {
  #case-study-awards .ind-award {
    font-size: 1.25rem;
  }
  #four-zero-four-masthead .images img {
    width: 32%;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: var(--off_black);
  color: var(--white);
}

.footer-form,
.footer-content strong,
.footer-content h3,
.footer-content p:last-child,
.footer-content .footer-emails {
  opacity: 0;
}

#footer h3 {
  font-size: 4rem;
  margin-bottom: 4rem;
}

#footer a {
  color: var(--white);
}

#footer .footer-emails {
  font-size: 1.5rem;
}

#footer .footer-emails a {
  text-decoration: underline;
}

#footer .footer-image {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  overflow: hidden;
}
#footer .footer-image img {
  width: 110%;
  max-width: none;
  transform: translate(-50%, 100%);
  left: 50%;
  position: relative;
  /* position: absolute;left: 0;right: 0;top: 0; */
}
#footer figure {
  margin-bottom: 0;
}

#footer .footer-socials {
  margin-bottom: 7rem;
  margin-top: 24px;
}
#footer .footer-socials .social__list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#footer .footer-socials .social__list .social__list-item {
  list-style: none;
}
#footer .footer-socials .social__list .social__list-item + .social__list-item {
  padding-left: 15px;
}
#footer .footer-socials .social__list .social__list-item a {
  display: block;
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .footer-socials .social__list .social__list-item.twitter a {
  background-image: url(images/ico-twitter.svg);
}
#footer .footer-socials .social__list .social__list-item.tiktok a {
  background-image: url(images/ico-tiktok.svg);
}
#footer .footer-socials .social__list .social__list-item.instagram a {
  background-image: url(images/ico-instagram.svg);
}
#footer .footer-socials .social__list .social__list-item.linkedin a {
  background-image: url(images/ico-linkedin.svg);
}

@media (max-width: 992px) {
  #footer h3 {
    font-size: 1.75rem;
  }
  #footer .footer-emails {
    font-size: 1.125rem;
    margin-bottom: 4rem;
  }
  #footer .terms {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Hubspot Forms
--------------------------------------------------------------*/

.hbspt-form {
}
.hbspt-form form {
}
.hbspt-form form .field {
  position: relative;
  margin-bottom: 20px;
}
.hbspt-form form .field label {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px 10px 42px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  min-height: 40px;
  pointer-events: none;
}
.hbspt-form form .field label:before {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  z-index: 2;
}
/* .hbspt-form form .field label:after {
    content: '';
    display: block;
    background-color: #0B0B0B;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 1px;
    width: 40px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
} */
.hbspt-form form .field .input {
  min-height: 40px;
}
.hbspt-form form .field .input input,
.hbspt-form form .field .input textarea {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  width: 100%;
  height: 40px;
  padding: 10px 20px 10px 42px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.hbspt-form form .field .inputs-list {
  margin-bottom: 0;
}
.hbspt-form form .field .inputs-list li {
  list-style: none;
}
.hbspt-form form .field .inputs-list li label {
  color: #4d73ff;
}

.hbspt-form form .field.focus .input input,
.hbspt-form form .field.focus .input textarea {
  border-radius: 5px;
  border: 0;
  border-bottom: 1px solid #561030;
  background: #4d73ff;
  color: #000;
}
.hbspt-form form .field.notempty > label,
.hbspt-form form .field.focus > label,
.hbspt-form form .field.error > label {
  color: transparent;
}
.hbspt-form form .field.focus > label:before {
  border: 1px solid #000;
}
.hbspt-form form .field.focus .inputs-list {
  opacity: 0;
}
.hbspt-form form .field.error:not(.focus) .input input,
.hbspt-form form .field.error:not(.focus) .input textarea {
  color: transparent;
}

/*
.hbspt-form form .field.focus label:after {
    background-color: #4D73FF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
} */

/* select */
.hbspt-form form .field .input select {
  display: none !important;
}
.hbspt-form form .field .input .select2 {
  display: block;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.hbspt-form form .field .input .select2 .select2-selection {
  outline: none;
  width: 100%;
  min-height: 40px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid #fff !important;
  background: transparent;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  height: 40px;
}
.hbspt-form
  form
  .field
  .input
  .select2
  .select2-selection
  .select2-selection__rendered {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 10px 20px 10px 42px;
}
.hbspt-form
  form
  .field
  .input
  select.is-placeholder
  + .select2
  .select2-selection
  .select2-selection__rendered {
  opacity: 0;
}
.hbspt-form
  form
  .field
  .input
  .select2
  .select2-selection
  .select2-selection__arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/dropdown-plus.svg);
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}
.hbspt-form
  form
  .field
  .input
  .select2
  .select2-selection
  .select2-selection__arrow
  b {
  display: none !important;
}
.hbspt-form form .field.hs-fieldtype-select.focus .select2 {
  border-radius: 5px;
  border: 0;
  border-bottom: 1px solid #561030;
  background: #4d73ff;
}
.hbspt-form
  form
  .field.hs-fieldtype-select.focus
  .select2.select2-container--below {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.hbspt-form
  form
  .field.hs-fieldtype-select.focus
  .select2.select2-container--above {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.hbspt-form
  form
  .field.hs-fieldtype-select.focus
  .input
  .select2
  .select2-selection
  .select2-selection__rendered
  .select2-selection__placeholder {
  color: #000;
}
.hbspt-form
  form
  .field.hs-fieldtype-select.focus
  .input
  select.is-placeholder
  + .select2
  .select2-selection
  .select2-selection__rendered {
  opacity: 1;
}
.hbspt-form
  form
  .field.hs-fieldtype-select.focus
  .input
  .select2
  .select2-selection
  .select2-selection__rendered {
  color: #000;
}
/* select dropdown */
.select2-container .select2-dropdown {
  background-color: transparent;
  border: 1px solid #4d73ff;
  border-radius: 5px;
  overflow: hidden;
}
.select2-container.select2-container--open .select2-dropdown--below {
  transform: translateY(-1px);
}
body.admin-bar
  .select2-container.select2-container--open
  .select2-dropdown--below {
  transform: translateY(31px);
}
body.admin-bar
  .select2-container.select2-container--open
  .select2-dropdown--above {
  transform: translateY(32px);
}
.select2-container.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container .select2-results__options {
  max-height: 136px !important;
}
.select2-container .select2-results__options .select2-results__option {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  padding: 8px 42px;
  color: #fff;
  background-color: #19213e;
}
.select2-container
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted {
  color: #0b0b0b;
  background: #4d73ff;
}

/* checkbox */
.hbspt-form form .field.hs-fieldtype-checkbox label:before {
  top: 20px;
}
.hbspt-form form .field.hs-fieldtype-checkbox .input {
  height: auto;
}
.hbspt-form form .field.hs-fieldtype-checkbox .input .inputs-list {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}
.hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox {
  width: 50%;
}
.hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label {
  position: relative;
  font-size: 14px;
  height: auto;
  padding: 3px 10px 3px 20px;
  line-height: 20px;
  color: #fff;
  text-transform: initial;
  pointer-events: all;
  transition: 0.5s;
  min-height: auto !important;
}
.hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label:before {
  display: none;
}
.hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label
  span {
  pointer-events: none;
}
.hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label
  span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  left: 0;
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #fff;
  transition: 0.5s;
}
.hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label
  input {
  display: none;
}
.hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label
  input:checked
  + span:before {
  background-color: #4d73ff;
}
.hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label:hover {
  color: #4d73ff;
}

/* checkbox */

.hbspt-form form .legal-consent-container .hs-richtext {
  margin-bottom: 0 !important;
}
.hbspt-form form .legal-consent-container .hs-richtext p {
  position: relative;
  font-size: 14px;
  height: auto;
  padding: 3px 10px 3px 20px;
  line-height: 20px;
  color: #fff;
  text-transform: initial;
  pointer-events: all;
  transition: 0.5s;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .hs-error-msgs {
  margin-top: 10px;
  padding-left: 20px;
}
.hbspt-form
  form
  .legal-consent-container
  .hs-dependent-field
  .hs-error-msgs
  label.hs-error-msg.hs-main-font-element {
  position: relative;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px 10px 0;
  margin-bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  height: 40px;
  pointer-events: none;
}
.hbspt-form
  form
  .legal-consent-container
  .hs-dependent-field
  .hs-error-msgs
  label.hs-error-msg.hs-main-font-element:before {
  display: none;
}
.hbspt-form form .legal-consent-container .hs-dependent-field > div {
  margin-bottom: 0;
}
.hbspt-form form .legal-consent-container .hs-dependent-field .input {
  height: auto;
}
.hbspt-form
  form
  .legal-consent-container
  .hs-dependent-field
  .input
  .inputs-list {
  display: flex;
  flex-wrap: wrap;
}
.hbspt-form
  form
  .legal-consent-container
  .hs-dependent-field
  .input
  .inputs-list
  .hs-form-booleancheckbox {
  width: 100%;
}
.hbspt-form
  form
  .legal-consent-container
  .hs-dependent-field
  .input
  .inputs-list
  .hs-form-booleancheckbox
  label {
  position: relative;
  font-size: 14px;
  height: auto;
  padding: 3px 10px 3px 20px;
  line-height: 20px;
  color: #fff;
  text-transform: initial;
  pointer-events: all;
  transition: 0.5s;
}
.hbspt-form
  form
  .legal-consent-container
  .hs-dependent-field
  .input
  .inputs-list
  .hs-form-booleancheckbox
  label:before {
  display: none;
}
.hbspt-form
  form
  .legal-consent-container
  .hs-dependent-field
  .input
  .inputs-list
  .hs-form-booleancheckbox
  label
  > span {
  pointer-events: none;
}
.hbspt-form
  form
  .legal-consent-container
  .hs-dependent-field
  .input
  .inputs-list
  .hs-form-booleancheckbox
  label
  > span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  left: 0;
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #fff;
  transition: 0.5s;
}
.hbspt-form
  form
  .legal-consent-container
  .hs-dependent-field
  .input
  .inputs-list
  .hs-form-booleancheckbox
  label
  input {
  display: none;
}
.hbspt-form
  form
  .legal-consent-container
  .hs-dependent-field
  .input
  .inputs-list
  .hs-form-booleancheckbox
  label
  input:checked
  + span:before {
  background-color: #4d73ff;
}
.hbspt-form
  form
  .legal-consent-container
  .hs-dependent-field
  .input
  .inputs-list
  .hs-form-booleancheckbox
  label:hover {
  color: #4d73ff;
}

/* errors */
.hbspt-form form .hs_error_rollup {
  margin-bottom: 0;
  margin: 0 !important;
}
.hbspt-form form .hs_error_rollup ul {
  padding: 0;
  margin: 0 !important;
}
.hbspt-form form .hs_error_rollup li {
  list-style: none;
}
.hbspt-form form .hs_error_rollup li label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4d73ff;
  margin-bottom: 0 !important;
  padding-left: 42px;
}

/* submit */
.hbspt-form form .hs_submit.hs-submit {
  margin-top: 37px;
  display: flex;
  justify-content: flex-end;
}
.hbspt-form form .hs_submit.hs-submit .actions {
  position: relative;
  display: inline-flex;
}
.hbspt-form form .hs_submit.hs-submit .actions input.hs-button.primary {
  background: var(--blue);
  color: #0b0b0b;
  font-family: "gilroy-semibold";
  font-size: 1rem;
  text-transform: uppercase;
  padding: 8px 35px 8px 55px;
  border-radius: 5px;
  letter-spacing: 1px;
  display: inline-block;
  transition: 0.5s;
  border: 0;
}
.hbspt-form form .hs_submit.hs-submit .actions::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #0b0b0b;
  position: absolute;
  top: 14px;
  left: 20%;
  transition: 0.5s;
  pointer-events: none;
}
.hbspt-form form .hs_submit.hs-submit .actions:hover input.hs-button.primary {
  color: var(--blue);
  background: var(--white);
  padding: 8px 55px 8px 35px;
  text-decoration: none;
  transition: 0.5s;
}
.hbspt-form form .hs_submit.hs-submit .actions:hover::before {
  background-color: #0b0b0b;
  left: calc(80% - 12px);
  transition: 0.5s;
}

@media screen and (max-width: 991px) {
  .hbspt-form
    form
    .field.hs-fieldtype-checkbox
    .input
    .inputs-list
    .hs-form-checkbox {
    width: 100%;
  }
  .hbspt-form
    form
    .legal-consent-container
    .hs-dependent-field
    .input
    .inputs-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    width: 100%;
  }
  .hbspt-form
    form
    .legal-consent-container
    .hs-dependent-field
    .input
    .inputs-list
    .hs-form-booleancheckbox
    label {
    width: 100%;
  }
  .hbspt-form form .legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0;
    display: inline;
    white-space: initial;
  }
  .hbspt-form
    form
    .legal-consent-container
    .hs-dependent-field
    .input
    .inputs-list
    .hs-form-booleancheckbox
    label
    > span {
    display: block;
    margin-left: 10px;
  }
}

/* Hubspot forms - Posts & Case study pages */
.single-post .site-content .hbspt-form form .field .input input,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field
  .input
  input,
.single-post .site-content .hbspt-form form .field .input textarea,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field
  .input
  textarea {
  color: #000;
  border-bottom: 1px solid #000;
}

.single-post .site-content .hbspt-form form .field label,
.page-template-template-case-study .site-content .hbspt-form form .field label {
  color: #000;
}

.single-post .site-content .hbspt-form form .field .inputs-list li label,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field
  .inputs-list
  li
  label {
  color: #4d73ff;
}

.single-post .site-content .hbspt-form form .field.focus .input input,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field.focus
  .input
  input,
.single-post .site-content .hbspt-form form .field.focus .input textarea,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field.focus
  .input
  textarea {
  color: #fff;
  border-bottom: transparent;
}

.single-post .site-content .hbspt-form form .field.focus label,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field.focus
  label {
  color: #fff;
}

.single-post
  .site-content
  .hbspt-form
  form
  .field.focus
  label:not(.hs-error-msg),
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field.focus
  label:not(.hs-error-msg),
.single-post
  .site-content
  .hbspt-form
  form
  .field.notempty
  label:not(.hs-error-msg),
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field.notempty
  label:not(.hs-error-msg),
.single-post
  .site-content
  .hbspt-form
  form
  .field.notempty.focus
  label:not(.hs-error-msg),
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field.notempty.focus
  label:not(.hs-error-msg) {
  color: transparent;
}

.single-post .site-content .hbspt-form form .hs-error-msg.hs-main-font-element,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .hs-error-msg.hs-main-font-element {
  background: #fff;
  border-bottom: 1px solid #000;
}

.single-post .site-content .hbspt-form form .field label:before,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field
  label:before {
  background-color: #fff;
  border: 1px solid #000;
}

.single-post .site-content .hbspt-form form .field .input .select2,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field
  .input
  .select2 {
  border-bottom: 1px solid #000;
}

.single-post
  .site-content
  .hbspt-form
  form
  .field.hs-fieldtype-select.focus
  .input
  .select2
  .select2-selection
  .select2-selection__rendered
  .select2-selection__placeholder,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field.hs-fieldtype-select.focus
  .input
  .select2
  .select2-selection
  .select2-selection__rendered
  .select2-selection__placeholder {
  color: #fff;
}

.single-post.contentForm
  .select2-container
  .select2-results__options
  .select2-results__option,
.page-template-template-case-study
  .select2-container
  .select2-results__options
  .select2-results__option {
  background-color: #d9e1ff;
  color: #000;
}

.single-post
  .site-content
  .hbspt-form
  form
  .field
  .input
  .select2
  .select2-selection
  .select2-selection__rendered,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field
  .input
  .select2
  .select2-selection
  .select2-selection__rendered {
  color: #000;
}

.single-post
  .site-content
  .hbspt-form
  form
  .field.hs-fieldtype-select.focus
  .input
  .select2
  .select2-selection
  .select2-selection__rendered,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field.hs-fieldtype-select.focus
  .input
  .select2
  .select2-selection
  .select2-selection__rendered,
.single-post.contentForm
  .select2-container
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted,
.page-template-template-case-study
  .select2-container
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted {
  color: #fff;
  background-color: #4d73ff;
}

.single-post
  .site-content
  .hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label {
  color: #000;
}

.single-post
  .site-content
  .hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label:hover,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label:hover {
  color: #4d73ff;
}

.single-post
  .site-content
  .hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label
  span:before,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label
  span:before {
  background-color: #000;
  border-color: #000;
}

.single-post
  .site-content
  .hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label
  input:checked
  + span:before,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .field.hs-fieldtype-checkbox
  .input
  .inputs-list
  .hs-form-checkbox
  label
  input:checked
  + span:before {
  background-color: #4d73ff;
}

.single-post
  .site-content
  .hbspt-form
  form
  .hs_submit.hs-submit
  .actions:hover
  input.hs-button.primary,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .hs_submit.hs-submit
  .actions:hover
  input.hs-button.primary,
.single-post
  .site-content
  .hbspt-form
  form
  .hs_submit.hs-submit
  .actions
  input.hs-button.primary,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .hs_submit.hs-submit
  .actions
  input.hs-button.primary {
  color: #fff;
}

.single-post
  .site-content
  .hbspt-form
  form
  .hs_submit.hs-submit
  .actions:hover::before,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .hs_submit.hs-submit
  .actions:hover::before,
.single-post
  .site-content
  .hbspt-form
  form
  .hs_submit.hs-submit
  .actions::before,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .hs_submit.hs-submit
  .actions::before {
  background-color: #fff;
}

.single-post
  .site-content
  .hbspt-form
  form
  .hs_submit.hs-submit
  .actions:hover
  input.hs-button.primary,
.page-template-template-case-study
  .site-content
  .hbspt-form
  form
  .hs_submit.hs-submit
  .actions:hover
  input.hs-button.primary {
  color: #fff;
  background-color: #4d73ff;
}

/* Case Study Tweaks */
body.page-template-template-case-study #main-masthead .work-video-circle {
  scale: 1.2;
}
body.page-template-template-case-study #main-masthead .work-video-circle img {
  opacity: 0;
}
body.page-template-template-case-study #main-masthead .heading {
  opacity: 0;
  transform: translate(50%, -800px);
}
body.page-template-template-case-study .navbar-brand {
  opacity: 0;
}
body.page-template-template-case-study .time-ticker {
  opacity: 0;
}

@media screen and (max-width: 992px) {
  .video-controls {
    top: calc(50% - 80px);
  }
}

@media screen and (max-width: 575px) {
  .carousel-item .card-label {
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    padding: 0 0 20px 0 !important;
  }
  .carousel-item .card-label h4 {
    font-size: 24px;
  }
  .carousel-item .card-label p {
    font-size: 12px;
  }
  body.page-template-template-locations #articles .carousel-item .card-label {
    position: absolute;
    right: 5px;
    left: 5px;
    bottom: 5px;
    padding: 0 10px !important;
  }
}

@media screen and (max-width: 992px) {
  #diversity-cards .accordion .card .card-header {
    background: none !important;
    position: relative;
  }
  #diversity-cards .accordion .card .card-header:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/08/cross-white.svg);
    background-size: 24px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  #diversity-cards .accordion .card.white .card-header:after {
    background: url(https://www.allisonworldwide.com/wp-content/uploads/2023/08/cross-black.svg);
  }

  #diversity-cards .accordion .card .card-header.collapsed {
    background: none !important;
  }

  #diversity-cards .accordion .card .card-header.collapsed:after {
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 991px) {
  .site-content a.cta:hover {
    padding: 10px 20px 10px 40px !important;
  }
  .site-content a.cta:hover::before {
    left: 14px !important;
  }
  .site-content .scrolling-cards a.cta:hover {
    padding: 4px 20px 4px 40px !important;
  }

  .hbspt-form form .hs_submit.hs-submit .actions input.hs-button.primary {
    padding: 8px 20px 8px 40px;
  }
  .hbspt-form form .hs_submit.hs-submit .actions:hover input.hs-button.primary {
    padding: 8px 20px 8px 40px !important;
  }

  .hbspt-form form .hs_submit.hs-submit .actions::before,
  .hbspt-form form .hs_submit.hs-submit .actions:hover::before {
    left: 15%;
  }
}

@media screen and (max-width: 767px) {
  .hbspt-form form .field label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 992px) {
  body.home .time-ticker {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  body.single.single-post #content .container-fluid {
    width: 95%;
  }
}

@media screen and (max-width: 575px) {
  .carousel-item .card-label {
    position: absolute;
    right: 5px;
    left: 5px;
    bottom: 5px;
    padding: 0 10px !important;
  }

  body.page-template-template-locations .carousel-item .card-label {
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    padding: 0 0 20px 0 !important;
  }
}

@media (max-width: 992px) {
  .blue-shadow:after {
    height: calc(100% - 100px);
    top: 50px;
  }

  body.page-template-template-case-study #overview .card {
    width: calc(100% - 30px) !important;
    padding: 30px !important;
  }
  body.page-template-template-case-study #overview .card strong {
    font-size: 4.75rem !important;
  }
}

#next-masthead .work-video-circle {
  transform: translate(-50%, 0%);
}
#next-masthead .work-video-circle img {
  margin: 0;
  top: 0;
  bottom: auto;
  transform: translate(-50%, 0%);
}

#next-masthead .heading {
  padding-top: 100px;
}
#main-masthead .heading {
  padding-bottom: 100px;
}

.work-video-circle:after {
  background: #0b0b0b;
}
.white .work-video-circle:after {
  background: #ffffff;
}
.white .work-video-circle:before {
  background: #ffffff;
}

#next-masthead .work-video-circle:after {
  display: none;
}

.work-video-circle .circle-white {
  opacity: 0 !important;
}
.white .work-video-circle .circle-dark {
  opacity: 0 !important;
}
.white .work-video-circle .circle-white {
  opacity: 1 !important;
}

@media screen and (min-width: 1921px) {
  .work-video-circle img {
    width: 2600px;
    margin: 0;
  }
}
@media screen and (max-width: 1920px) {
  .work-video-circle img {
    width: 2400px;
    margin: 0;
  }
}
@media screen and (max-width: 1600px) {
  .work-video-circle img {
    width: 2000px;
    margin: 0;
  }
}
@media screen and (max-width: 1440px) {
  .work-video-circle img {
    width: 2000px;
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .work-video-circle img {
    width: 2000px;
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .work-video-circle img {
    width: 2000px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .work-video-circle img {
    width: 1500px;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .work-video-circle img {
    width: 1100px;
    margin: 0;
  }

  #next-masthead,
  #next-masthead .work-video-circle,
  #next-masthead img.work-masthead {
    height: 500px;
    min-height: 500px;
  }
}

.testimonials_carousel.owl-carousel {
  width: 100%;
}
.testimonials_carousel.owl-carousel .owl-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
.testimonials_carousel.owl-carousel .owl-dots.disabled {
  display: none;
}
.testimonials_carousel.owl-carousel .owl-dots .owl-dot {
  padding: 3px !important;
  outline: none;
}
.testimonials_carousel.owl-carousel .owl-dots .owl-dot span {
  background-color: #fff;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  width: 6px;
  height: 6px;
  display: block;
}
.testimonials_carousel.owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

.white .testimonials_carousel.owl-carousel .owl-dots .owl-dot span {
  background: var(--off_black);
}

/* 


.expand-work {
    position: absolute;
    left: 0%;
}
.drag-wrapper {
    height: 20%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.drag-wrapper .card {
    background:transparent;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80%;
    width: 30%;
    margin: 0;
    padding: 0;
    padding-right:2%;
    position: relative;
    flex-shrink: 0;
    color: black;
    font-size: 21px;
    cursor: pointer;
}
.drag-wrapper .card  .card-wrap {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.drag-wrapper .card.active .box-wrap {
    color: white;
    border: 2px solid white;
}
  
*/

.stream__filter {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.stream__filter .search-form {
  display: inline-flex;
}
.stream__filter .search-form .search-label {
  width: auto !important;
  max-width: none !important;
}
.stream__filter .search-form .col-11 {
  width: 240px !important;
  max-width: 240px !important;
}

.categories__filter {
  display: inline-flex;
}
.categories__filter .filter--categories-toggle {
  color: #fff;
  font-family: "gilroy-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-flex;
  position: relative;
  z-index: 101;
  padding: 0 15px 0 35px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.categories__filter .filter--categories-toggle:after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/filter-triangle.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  left: 15px;
  bottom: 5px;
  transition: all 0.3s ease;
}
.categories__filter .filter--categories {
  padding: 70px 30px 14px 30px;
  margin: 0;
  position: absolute;
  border-radius: 5px;
  border: 1px solid rgba(167, 167, 167, 0.5);
  z-index: -1;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(73, 73, 73, 0.28) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  -moz-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(5px) !important;
  transition: all 0.3s ease;
}
.categories__filter .filter--categories .filter--categories-list {
  padding: 0;
  margin: 0;
}
.categories__filter
  .filter--categories
  .filter--categories-list
  .filter--category {
  padding: 10px 0 !important;
  list-style: none;
  color: #fff;
  font-family: "gilroy-semibold";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.5px;
  text-align: left;
  cursor: pointer;
}

.categories__filter.active .filter--categories-toggle {
  padding: 0 35px 0 15px;
}
.categories__filter.active .filter--categories-toggle:after {
  left: calc(100% - 30px);
  right: 15px;
  bottom: 5px;
  transform: rotate(180deg);
}
.categories__filter.active .filter--categories {
  z-index: 100;
  opacity: 1;
}

.stream-carousel.owl-carousel {
  width: 100%;
}
.stream-carousel.owl-carousel .owl-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
.stream-carousel.owl-carousel .owl-dots .owl-dot {
  padding: 3px !important;
  outline: none;
}
.stream-carousel.owl-carousel .owl-dots .owl-dot span {
  background-color: #fff;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  width: 6px;
  height: 6px;
  display: block;
}
.stream-carousel.owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

.white .stream-carousel.owl-carousel .owl-dots .owl-dot span {
  background: var(--off_black);
}

@media screen and (max-width: 1199px) {
  #stream-search .border-bottom h2 {
    margin-bottom: 0;
  }
  .stream__filter .search-form {
    display: none !important;
  }
  #stream-search .col-6.search-form .search-row .col-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .search-row label::after {
    right: 0px;
  }

  /* .categories__filter .filter--categories-toggle {
        padding: 0 0 0 35px;
    }
    .categories__filter.active .filter--categories-toggle {
        padding: 0 0 0 15px;
    }
    .categories__filter.active .filter--categories-toggle:after {
        left: calc(100% + 5px);
    } */

  .stream__filter {
    padding-top: 20px;
    width: 50%;
  }
  .categories__filter {
    display: inline-flex;
    width: 100%;
  }
  .categories__filter .filter--categories-toggle {
    margin: 0 0 0 auto;
  }

  .categories__filter .filter--categories {
    padding: 50px 20px 14px 20px;
  }
  .categories__filter
    .filter--categories
    .filter--categories-list
    .filter--category {
    padding: 5px 0 !important;
    font-family: "gilroy-regular";
    font-size: 21px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .stream__filter {
    padding-top: 20px;
    width: 100%;
  }
  .categories__filter .filter--categories {
    padding: 50px 20px 14px 20px;
  }
  .categories__filter .filter--categories-toggle {
    padding: 0 0 0 35px;
  }
}

@media screen and (max-width: 991px) {
  .stream-carousel .owl-item .post {
    max-width: 100%;
  }

  .stream-carousel.owl-carousel.owl-loaded {
    display: block;
    width: auto !important;
    margin-right: auto;
    margin-left: auto;
  }
}

#black-masthead.search-results .search-form .form-control {
  background: transparent;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;

  font-size: 4rem;
  padding: 0;
  color: #495057;
}
#black-masthead.search-results
  .search-form
  .form-control::-webkit-input-placeholder {
  color: #495057;
}
#black-masthead.search-results .search-form .form-control::-moz-placeholder {
  color: #495057;
}
#black-masthead.search-results
  .search-form
  .form-control:-ms-input-placeholder {
  color: #495057;
}
#black-masthead.search-results .search-form .form-control:-moz-placeholder {
  color: #495057;
}
@media (max-width: 992px) {
  #black-masthead.search-results .search-form .form-control {
    font-size: 2rem;
  }
}

/* Partners Logos */

.partner__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -50px;
  margin-right: -50px;
}
.partner__logos .partner__logos-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 50px;
  opacity: 0.4;
  transition: 0.5s;
  max-width: 20%;
}
.partner__logos .partner__logos-logo img {
  max-width: 100%;
  max-height: 125px;
}
.partner__logos .partner__logos-logo:hover {
  opacity: 1;
}

body.home .partner__logos .partner__logos-logo img {
  max-width: 100%;
  max-height: 50px;
}

@media screen and (max-width: 767px) {
  .partner__logos {
    justify-content: space-between;
    margin-left: -25px;
    margin-right: -25px;
  }
  .partner__logos .partner__logos-logo {
    padding: 10px 25px;
    width: 33.3335%;
    max-width: 33.3335%;
  }
  .partner__logos .partner__logos-logo img {
    max-height: 75px;
    max-width: 100%;
  }
  body.home .partner__logos .partner__logos-logo img {
    max-height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .partner__logos {
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
  }
  .partner__logos .partner__logos-logo {
    padding: 10px;
    width: 33.3335%;
    max-width: 33.3335%;
  }
  .partner__logos .partner__logos-logo img {
    max-height: 60px;
    max-width: 100%;
  }
  body.home .partner__logos .partner__logos-logo img {
    max-height: 50px;
  }

  .page-template-template-work .partner__logos .partner__logos-logo {
    padding: 10px;
    width: 50%;
    max-width: 50%;
  }
}

.announcement__banner {
  background: #aee2ff;
  backdrop-filter: blur(5px);
  text-align: center;
  padding: 12px 50px;
  border-radius: 8px;
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  z-index: 1000;
  transform: translateY(-100%);
  transition: all 0.75s ease;
}
.announcement__banner .announcement__banner-body {
  padding-left: 90px;
}
.announcement__banner .announcement__banner-body p {
  color: #0c0c0c;
  font-size: 18px;

  font-weight: 400;
  line-height: 32px;
  padding: 0;
  margin: 0;
}
.announcement__banner .announcement__banner-body p strong {
}
.announcement__banner .announcement__banner-body p a {
  color: #0c0c0c;
  text-decoration-line: underline;
}
.announcement__banner .announcement__banner-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 15px;
  bottom: 15px;
  width: 30px;
  background-image: url(images/announcement-close.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.announcement__banner + .site-header .navbar,
.announcement__banner + .site-header .time-ticker {
  transition: top 0.75s ease;
}
body.announcement-show .announcement__banner + .site-header .navbar,
body.announcement-show .announcement__banner + .site-header .time-ticker {
  top: 94px;
}

body.announcement-show .announcement__banner {
  transform: translateY(0);
  margin-top: 22px;
}
body.announcement-show.admin-bar .announcement__banner {
  margin-top: 54px;
}

@media screen and (max-width: 1100px) {
  .announcement__banner .announcement__banner-body {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .announcement__banner {
    padding: 12px 30px;
    border-radius: 0px;
    left: 0;
    right: 0;
    margin-top: 0;
  }
  .announcement__banner .announcement__banner-body p {
    font-size: 14px;
    line-height: 18px;
  }
  body.announcement-show .announcement__banner {
    margin-top: 0;
  }
  body.announcement-show.admin-bar .announcement__banner {
    margin-top: 32px;
  }
  body.announcement-show .announcement__banner + .site-header .navbar,
  body.announcement-show .announcement__banner + .site-header .time-ticker {
    top: 90px;
  }
}
@media screen and (max-width: 782px) {
  body.announcement-show .announcement__banner + .site-header .navbar,
  body.announcement-show .announcement__banner + .site-header .time-ticker {
    top: 80px;
  }
  .announcement__banner {
    padding: 12px 25px;
  }
  .announcement__banner .announcement__banner-close {
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    /* height: 30px; */
  }
  body.announcement-show.admin-bar .announcement__banner {
    margin-top: 46px;
  }
  body.announcement-show.admin-bar .announcement__banner + .site-header .navbar,
  body.announcement-show.admin-bar
    .announcement__banner
    + .site-header
    .time-ticker {
    top: 90px;
  }
}

.play-reel img {
  display: none;
  max-width: max-content;
}

.play-reel .play-reel-en {
  display: block;
}

#play-btn span {
  display: none;
}
#play-btn .play-en {
  display: inline;
}

.video-ref2 strong {
  display: none;
}
.video-ref2 .scroll-en {
  display: inline;
}

.work-drag-controls img,
.awards-drag-controls img {
  display: none;
}
.work-drag-controls .drag-en,
.awards-drag-controls .drag-en {
  display: block;
}
html[lang="de-DE"] .work-drag-controls img,
html[lang="de-DE"] .awards-drag-controls img {
  display: none;
}
html[lang="de-DE"] .work-drag-controls .drag-de,
html[lang="de-DE"] .awards-drag-controls .drag-de {
  display: block;
}

html[lang="de-DE"] .play-reel img {
  display: none;
}
html[lang="de-DE"] .play-reel .play-reel-de {
  display: block;
}

html[lang="de-DE"] #play-btn span {
  display: none;
}
html[lang="de-DE"] #play-btn .play-de {
  display: inline;
}

html[lang="de-DE"] .video-ref2 strong {
  display: none;
}
html[lang="de-DE"] .video-ref2 .scroll-de {
  display: inline;
}

.translatable span {
  display: none;
}
.translatable .en {
  display: inline;
}

html[lang="de-DE"] .translatable span {
  display: none;
}
html[lang="de-DE"] .translatable .de {
  display: inline;
}

html[lang="de-DE"] #awards .card h5 {
  font-size: 2rem;
}

/* Mobile menu toggle */

@media screen and (max-width: 992px) {
  header.site-header
    .navbar
    #main-nav
    .navbar-nav
    .menu-item.pll-parent-menu-item {
    position: relative;
  }
  header.site-header
    .navbar
    #main-nav
    .navbar-nav
    .menu-item.pll-parent-menu-item
    .dropdown-menu {
    position: absolute;
    width: auto;
    padding: 10px 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    transform: translate(0, 0);
    border: 1px solid #d9d9d9;
    border-radius: 10px !important;
  }
  header.site-header
    .navbar
    #main-nav
    .navbar-nav
    .menu-item.pll-parent-menu-item
    .dropdown-menu
    li {
    padding: 0;
    margin: 0;
    border-radius: 0px;
    border: 0;
    display: block;
    width: 100%;
  }
  header.site-header
    .navbar
    #main-nav
    .navbar-nav
    .menu-item.pll-parent-menu-item
    .dropdown-menu
    li
    + li {
    margin-left: 0px;
    margin-top: 5px;
    padding: 0;
    width: 100%;
    padding: 1px;
  }
  header.site-header
    .navbar
    #main-nav
    .navbar-nav
    .menu-item.pll-parent-menu-item
    .dropdown-menu
    li
    a {
    border-radius: 0;
    color: var(--white);
    border: 0 solid var(--white);
    padding: 0 !important;
    text-transform: uppercase;
    position: relative;
    display: block !important;
    text-align: center;
  }
  header.site-header
    .navbar
    #main-nav
    .navbar-nav
    .menu-item.pll-parent-menu-item
    .dropdown-menu
    li.current_page_item
    a {
    color: #4d73ff;
  }
  header.site-header
    .navbar
    #main-nav
    .navbar-nav
    .menu-item.pll-parent-menu-item.show
    .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  header.site-header
    .navbar
    #main-nav
    .navbar-nav
    .menu-item.pll-parent-menu-item
    .dropdown-menu
    li.current_page_item {
    order: 100;
  }
}

body.page-template-template-careers
  #awards
  .card:nth-child(3n + 3)
  .card-header {
  border-bottom: solid 1px var(--white);
}

@media screen and (max-width: 992px) {
  #diversity-cards .card.blue:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

#mute-btn {
  display: block;
  border-radius: 10px;
  background: rgba(3, 3, 3, 0.46);
  backdrop-filter: blur(10px);
  position: absolute;
  width: 72px;
  height: 72px;
  bottom: 40px;
  right: 40px;
  padding: 10px;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: visible;
}
#mute-btn span {
  display: block;
  padding: 7px 12px;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../image/ico-sound-on.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#mute-btn.muted span {
  background-color: #4d73ff;
  background-image: url(../image/ico-sound-off.svg);
}

@media screen and (max-width: 992px) {
  #mute-btn {
    display: none !important;
  }
}

#home-masthead .video-circle {
  overflow: hidden;
}
#home-masthead .video-circle img.video-circle-img {
  opacity: 1;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 46%;
  left: 50%;
  right: auto;
  width: 250%;
  height: 330% !important;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 992px) {
  #home-masthead .video-circle img.video-circle-img {
    opacity: 1;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 54%;
    left: 50%;
    right: auto;
    width: 2150px;
    height: auto !important;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  #home-masthead .video-circle img.video-circle-img {
    width: 1730px;
  }
}

.page-template-template-home .partner__logos .partner__logos-logo {
  padding: 20px 50px;
}
@media screen and (max-width: 480px) {
  .page-template-template-home .partner__logos {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .page-template-template-home .partner__logos .partner__logos-logo {
    padding: 20px;
  }
}
