@charset "UTF-8";
/*
Theme Name: McCullough Creative 3.0
Theme URI: https://www.shootforthemoon.com
Version: 1.0
Description: Custom Beaver Builder Child Theme for Sandtoken.
Author: Sandtoken
Author URI: https://www.sandtoken.com
template: bb-theme
*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@font-face {
  font-family: "Univers LT Std";
  src: url("/wp-content/themes/bb-theme-child/sass/fonts/UniversLTStd.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers LT Std";
  src: url("/wp-content/themes/bb-theme-child/sass/fonts/UniversLTStd-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers LT Std";
  src: url("/wp-content/themes/bb-theme-child/sass/fonts/UniversLTStd-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --var-primary: #0278AD;
  --var-primary-hover: #033656;
  --var-primary-light: #1784B4;
  --var-yellow: #F8C818;
  --var-secondary: var(--var-yellow);
  --var-secondary-hover: #d9af15;
  --var-yellow-hover: #d9af15;
  --var-gray: #EDEDED;
  --var-font-gray: #81878B;
  --var-font-gray-light: #A6A4A4;
  --var-font-gray-dark: #404040;
  --var-section-title-font-size: 46px;
  --var-section-title-font-size-tablet: 30px;
  --var-section-title-font-size-mobile: 24px;
  --var-section-paragraph-font-size: 25px;
  --var-section-paragraph-font-size-tablet: 20px;
  --var-section-paragraph-font-size-mobile: 18px;
  --var-section-paragraph-font-size-mobile-small: 16px;
  --var-big-font-size: 150px;
  --var-big-font-size-tablet: 102px;
  --var-big-font-size-mobile: 72px;
  --var-page-hero-tagline-font-size: 92px;
  --var-page-hero-tagline-font-size-tablet: 64px;
  --var-page-hero-tagline-font-size-mobile: 35px;
  --var-pre-tagline-font-size: 62px;
  --var-pre-tagline-font-size-tablet: 42px;
  --var-pre-tagline-font-size-mobile: 24px;
  --var-left-align-padding: calc(5vw + 56px);
}
@media screen and (max-width: 1024px) {
  :root {
    --var-left-align-padding: 5vw;
  }
}

.paragraph-size {
  font-size: var(--var-section-paragraph-font-size);
}
@media (max-width: 1440px) {
  .paragraph-size {
    --var-section-paragraph-font-size: var(--var-section-paragraph-font-size-tablet);
  }
}
@media (max-width: 1024px) {
  .paragraph-size {
    --var-section-paragraph-font-size: var(--var-section-paragraph-font-size-mobile);
  }
}
@media (max-width: 768px) {
  .paragraph-size {
    --var-section-paragraph-font-size: var(--var-section-paragraph-font-size-mobile-small);
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .paragraph-size {
    --var-section-paragraph-font-size: 12px;
  }
}

.title-size {
  font-size: var(--var-section-title-font-size);
}
@media (max-width: 1440px) {
  .title-size {
    --var-section-title-font-size: var(--var-section-title-font-size-tablet);
  }
}
@media (max-width: 1024px) {
  .title-size {
    --var-section-title-font-size: var(--var-section-title-font-size-mobile);
  }
}

.pre-tagline-size {
  font-size: var(--var-pre-tagline-font-size);
}
@media (max-width: 1440px) {
  .pre-tagline-size {
    --var-pre-tagline-font-size: var(--var-pre-tagline-font-size-tablet);
  }
}
@media (max-width: 1024px) {
  .pre-tagline-size {
    --var-pre-tagline-font-size: var(--var-pre-tagline-font-size-mobile);
  }
}

header.fl-page-header {
  position: fixed !important;
  min-width: 100%;
  top: 0;
  z-index: 100;
  background: transparent;
  transition: transform 0.3s ease-in;
  transition-delay: 0.3s;
  transform: translateY(0);
}
header.fl-page-header .fl-page-header-container {
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
}
header.fl-page-header.fl-page-nav-right {
  text-align: left;
}
header.fl-page-header.fl-page-nav-right .fl-page-header-container {
  padding-left: 0;
  padding-right: 0;
}

#main-header.fl-page-header-primary .fl-page-nav-wrap {
  background: transparent;
  border: 0;
}

body.hidden-header header.fl-page-header {
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
  transition-delay: 0.3s;
}

#main-header.fl-page-nav-right .fl-page-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
}
#main-header.fl-page-nav-right .fl-page-header-row .fl-page-header-logo-col {
  flex: 1;
}

#breadcrumb a,
#breadcrumb .current {
  font-size: 12px;
  margin-right: 15px;
  font-weight: 600;
}
#breadcrumb .current {
  color: #0278AD;
  text-transform: uppercase;
}
#breadcrumb a {
  color: #81878B;
  text-decoration: none;
}

.menu-slideout-toggle {
  cursor: pointer;
  font-size: 32px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 831px) {
  .menu-slideout-toggle:hover {
    opacity: 1;
  }
  .menu-slideout-toggle:hover.is-active {
    opacity: 1;
  }
  .menu-slideout-toggle:hover .hamburger-inner, .menu-slideout-toggle:hover.is-active .hamburger-inner {
    background: #F8C818;
  }
  .menu-slideout-toggle:hover .hamburger-inner:before, .menu-slideout-toggle:hover .hamburger-inner:after, .menu-slideout-toggle:hover.is-active .hamburger-inner:before, .menu-slideout-toggle:hover.is-active .hamburger-inner:after {
    background: #F8C818;
  }
}
@media screen and (max-width: 830px) {
  .menu-slideout-toggle:hover {
    opacity: 1;
  }
  .menu-slideout-toggle:hover.is-active {
    opacity: 1;
  }
  .menu-slideout-toggle.clicked .hamburger-inner, .menu-slideout-toggle.clicked.is-active .hamburger-inner {
    background: #F8C818;
  }
  .menu-slideout-toggle.clicked .hamburger-inner:before, .menu-slideout-toggle.clicked .hamburger-inner:after, .menu-slideout-toggle.clicked.is-active .hamburger-inner:before, .menu-slideout-toggle.clicked.is-active .hamburger-inner:after {
    background: #F8C818;
  }
}
.menu-slideout-toggle .hamburger-inner, .menu-slideout-toggle.is-active .hamburger-inner {
  background: white;
}
.menu-slideout-toggle .hamburger-inner:before, .menu-slideout-toggle .hamburger-inner:after, .menu-slideout-toggle.is-active .hamburger-inner:before, .menu-slideout-toggle.is-active .hamburger-inner:after {
  background: white;
}

#menu-slideout {
  position: fixed;
  height: 100vh;
  width: 100vw;
  right: 0;
  top: -150vh;
  background-color: #0278AD;
  transition: top 0.25s ease-in;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 830px) {
  #menu-slideout {
    padding: 120px 30px 0 30px;
    justify-content: flex-start;
  }
}
#menu-slideout.open {
  transition: top 0.25s ease-in;
  top: 0;
}
#menu-slideout .links {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 10vw;
  width: 100%;
  gap: 1vw;
}
#menu-slideout .links.expanded .area .area-header {
  opacity: 0.4;
}
#menu-slideout .links .area {
  position: relative;
}
#menu-slideout .links .area .area-header {
  display: block;
  color: white;
  font-size: 7vw;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 830px) {
  #menu-slideout .links .area .area-header {
    font-size: 19vw;
  }
}
#menu-slideout .links .area .area-header:hover {
  color: #F8C818;
}
#menu-slideout .links .area .area-header:after {
  content: "";
  -webkit-mask-image: url("images/chevron-right.svg");
          mask-image: url("images/chevron-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  width: 2.5vw;
  height: 2.5vw;
  transition: transform 0.3s ease;
  background-color: white;
  transform: translateY(-52%) translateX(20px);
}
@media screen and (max-width: 830px) {
  #menu-slideout .links .area .area-header:after {
    transform: translateY(-52%) translateX(4px);
    width: 9vw;
    height: 9vw;
  }
}
#menu-slideout .links .area.expanded .area-header {
  opacity: 1;
}
#menu-slideout .links .area.expanded .area-header:after {
  transform: translateY(-52%) translateX(11vw) rotate(-180deg);
}
@media screen and (max-width: 830px) {
  #menu-slideout .links .area.expanded .area-header:after {
    transform: translateY(-52%) translateX(11vw) rotate(90deg);
  }
}
#menu-slideout .links .area.expanded .area-menu-items {
  opacity: 1;
  max-height: 500px;
  transition: left 0.5s ease, top 0.5s ease, opacity 0.5s ease;
  left: 50%;
  z-index: 10;
  gap: 20px;
}
#menu-slideout .links .area.expanded .area-menu-items a {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 830px) {
  #menu-slideout .links .area.expanded .area-menu-items {
    transition: all 0.3s ease;
    top: 0;
    opacity: 1;
  }
}
#menu-slideout .links .area .area-menu-items {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 830px) {
  #menu-slideout .links .area .area-menu-items {
    position: absolute;
    top: 35%;
    left: 0;
    transition: left 0.5s ease;
  }
}
#menu-slideout .links .area .area-menu-items a {
  color: white;
  font-size: 36px;
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
#menu-slideout .links .area .area-menu-items a:hover {
  color: #F8C818;
}
#menu-slideout .links .area .area-menu-items a:nth-child(1) {
  transition-delay: 0.1s;
}
#menu-slideout .links .area .area-menu-items a:nth-child(2) {
  transition-delay: 0.2s;
}
#menu-slideout .links .area .area-menu-items a:nth-child(3) {
  transition-delay: 0.3s;
}
#menu-slideout .links .area .area-menu-items a:nth-child(4) {
  transition-delay: 0.4s;
}
#menu-slideout .links .area .area-menu-items a:nth-child(5) {
  transition-delay: 0.5s;
}
#menu-slideout .links .area .area-menu-items a:nth-child(6) {
  transition-delay: 0.6s;
}
#menu-slideout .links .area .area-menu-items a:nth-child(7) {
  transition-delay: 0.7s;
}
#menu-slideout .links .area .area-menu-items a:nth-child(8) {
  transition-delay: 0.8s;
}
#menu-slideout .links .area .area-menu-items a:nth-child(9) {
  transition-delay: 0.9s;
}
#menu-slideout .links .area .area-menu-items a:nth-child(10) {
  transition-delay: 1s;
}
#menu-slideout .links .area .area-menu-items *:not(:hover) a {
  opacity: 0.4;
}
#menu-slideout .links .area .area-menu-items:hover a {
  opacity: 1;
}
#menu-slideout .links .area:last-child a.area-header {
  text-decoration: none;
}
#menu-slideout .links .area:last-child a.area-header:after {
  display: none;
}
@media screen and (max-width: 830px) {
  #menu-slideout .links {
    padding: 0 4vw;
  }
  #menu-slideout .links .area .area-header {
    padding-left: 0;
  }
  #menu-slideout .links .area .area-menu-items {
    margin-left: 25px;
  }
  #menu-slideout .links .area .area-menu-items a {
    font-size: 18px;
  }
}
#menu-slideout .menu-social-links {
  display: flex;
  flex-direction: row;
  padding: 0 0 0 10vw;
  width: 100%;
  gap: 2vw;
}
#menu-slideout .menu-social-links a {
  font-size: 32px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
#menu-slideout .menu-social-links a > * {
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: white;
}
#menu-slideout .menu-social-links a:hover > * {
  background-color: #F8C818;
}
#menu-slideout .menu-social-links a .aa {
  -webkit-mask-image: url("images/social-facebook.svg");
          mask-image: url("images/social-facebook.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
#menu-slideout .menu-social-links a .bb {
  -webkit-mask-image: url("images/social-instagram.svg");
          mask-image: url("images/social-instagram.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
#menu-slideout .menu-social-links a .cc {
  -webkit-mask-image: url("images/social-linkedin.svg");
          mask-image: url("images/social-linkedin.svg");
}
@media screen and (max-width: 830px) {
  #menu-slideout .menu-social-links {
    padding: 20px;
    padding-left: 4vw;
    justify-content: center;
  }
  #menu-slideout .menu-social-links a {
    font-size: 20px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 830px) {
  #main-header .fl-page-header-container {
    padding: 0;
  }
  #main-header .fl-page-header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 150px;
    text-align: left;
  }
}
#home-hero-row .hero-inner {
  padding: clamp(160px, 10vw, 240px) 0 0 var(--var-left-align-padding);
  max-width: 1345px;
}
@media screen and (max-width: 1024px) {
  #home-hero-row .hero-inner {
    padding: clamp(160px, 10vw, 240px) 0 0 5vw;
    max-width: 100%;
  }
}
#home-hero-row > .fl-row-content-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 150vh;
  background-image: url("images/MC-Moon-transparent2.png");
  background-size: 90%;
  background-position: top center;
  background-repeat: no-repeat;
  position: fixed;
  top: -15vw;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  #home-hero-row > .fl-row-content-wrap:before {
    background-size: 90vh;
  }
}
#home-hero-row > .fl-row-content-wrap > .fl-row-content {
  position: relative;
  z-index: 2;
}

.dots div, #timeline .slick-dots li button:before {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  margin-bottom: 8px;
  border: 1px solid white;
  cursor: pointer;
  content: " ";
  opacity: 1;
  background: transparent;
  transition: all 0.4s ease-in;
  position: relative;
  top: 0;
  transform-origin: center;
}

.dots div.active {
  height: 24px;
  transition: all 0.4s ease-in;
  background: white;
}

#timeline .slick-dots li.slick-active button:before {
  background: white;
}

.home-page-content > * {
  z-index: 1;
  position: relative;
}

#beer-me-details .fl-row-content-wrap {
  padding: 0 !important;
}
#beer-me-details .dots {
  position: fixed;
  z-index: 1;
  top: 50%;
  transform: translateY(-100%);
  left: 2%;
  display: none;
}
@media screen and (max-height: 860px) {
  #beer-me-details .dots {
    display: none !important;
  }
}
#beer-me-details .menu-logo {
  -webkit-mask-size: 90%;
          mask-size: 90%;
  -webkit-mask-position: center 25%;
          mask-position: center 25%;
  transform: none;
}
#beer-me-details .scroll-to-top {
  position: fixed;
  z-index: 1;
  top: 215px;
  right: 40px;
  height: 14px;
  width: 22px;
  display: none;
  background: url("images/chevron-up.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-height: 860px) {
  #beer-me-details .scroll-to-top {
    display: none !important;
  }
}
#beer-me-details .timeline-card {
  background: #1A1A1A;
  color: white;
  padding: 140px 50px 200px;
  position: relative;
}
@media screen and (min-width: 769px) and (min-height: 860px) {
  #beer-me-details .timeline-card {
    position: sticky;
    position: -webkit-sticky;
    display: block;
    top: 0;
  }
}
#beer-me-details .timeline-card .timeline-card-wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
#beer-me-details .timeline-card.head {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #beer-me-details .timeline-card.head {
    padding-top: 360px;
  }
}
#beer-me-details .timeline-card.head .left, #beer-me-details .timeline-card.head .right {
  z-index: 1;
}
#beer-me-details .timeline-card.head .left {
  font-size: 8vw;
  letter-spacing: 1px;
  flex: 1;
  line-height: 1.05;
  font-weight: 600;
}
#beer-me-details .timeline-card.head .right {
  font-size: 1.35vw;
  flex: 1;
}
#beer-me-details .timeline-card.head .right p {
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  #beer-me-details .timeline-card.head .right p {
    max-width: 100%;
  }
}
#beer-me-details .timeline-card.head .right p.bold {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1280px) {
  #beer-me-details .timeline-card.head .right {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #beer-me-details .timeline-card.head {
    padding-top: 10vh;
  }
  #beer-me-details .timeline-card.head .timeline-card-wrapper {
    flex-direction: column;
  }
  #beer-me-details .timeline-card.head .left {
    font-size: 10vw;
    text-align: left;
  }
  #beer-me-details .timeline-card.head .right {
    font-size: 16px;
    max-width: 100%;
    text-align: left;
  }
}
#beer-me-details .timeline-card .top {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#beer-me-details .timeline-card .year {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 70px;
  margin-right: 120px;
  width: 200px;
  text-align: right;
}
#beer-me-details .timeline-card .year:after {
  position: absolute;
  width: 2px;
  background: white;
  top: 0;
  bottom: 0;
  content: " ";
  margin-left: 50px;
}
#beer-me-details .timeline-card .story {
  width: 50%;
}
#beer-me-details .timeline-card .story:before {
  content: " ";
  transform: translateX(-79px);
  font-weight: bold;
  position: absolute;
  top: 250px;
  font-size: 20px;
  background: #1A1A1A;
  line-height: 14px;
  z-index: 1;
  height: 20px;
  width: 20px;
  display: inline-block;
  border: 2px solid white;
  border-radius: 100px;
}
#beer-me-details .timeline-card .title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}
#beer-me-details .timeline-card .description {
  font-weight: 500;
  font-size: 24px;
}
#beer-me-details .timeline-card .photo {
  height: 500px;
  width: 95%;
  margin: 40px auto 0 auto;
  background-size: cover;
  background-position: center;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#beer-me-details .timeline-card .photo .timeline-icon-playhead {
  height: 80px;
  width: 80px;
}
#beer-me-details .timeline-card.start .story:before, #beer-me-details .timeline-card.start .year:after {
  top: 135px;
}
#beer-me-details .timeline-card.start .dots {
  top: 75px;
}
#beer-me-details .timeline-card.black {
  background: #1A1A1A;
}
#beer-me-details .timeline-card.black .story:before {
  background: #1A1A1A;
}
#beer-me-details .timeline-card.yellow {
  background: #F8C818;
}
#beer-me-details .timeline-card.yellow .story:before {
  background: #F8C818;
}
#beer-me-details .timeline-card.blue {
  background: #0278AD;
}
#beer-me-details .timeline-card.blue .story:before {
  background: #0278AD;
}
#beer-me-details .half {
  padding-bottom: 460px;
}

.timeline-container-wrapper {
  position: relative;
}
.timeline-container-wrapper .dots-pagination {
  position: absolute;
  top: 260px;
  z-index: 1;
}

.bx-wrapper .bx-pager {
  padding-top: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #0278AD;
  background: white;
  height: 15px;
  width: 15px;
  border-radius: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0278AD;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover:not(.active) {
  background: white;
}

.chevron.nav-to-first-section {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .hero .plus-icon {
    display: block;
    margin-top: 5px;
  }
  #beer-me-details .dots, #beer-me-details .scroll-to-top {
    display: none !important;
  }
  #beer-me-details .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  #beer-me-details .slick-arrow {
    background-color: transparent;
    height: 45px;
    width: 75px;
    top: 47%;
    border-radius: 0;
    background-image: none;
    -webkit-mask-image: url("images/chevron-right.svg");
            mask-image: url("images/chevron-right.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: white;
  }
  #beer-me-details .slick-arrow.slick-next {
    right: calc(50% - 160px);
  }
  #beer-me-details .slick-arrow.slick-next:before {
    content: " ";
  }
  #beer-me-details .slick-arrow.slick-prev {
    left: calc(50% - 160px);
    transform: rotate(180deg) translate(0, 50%);
    z-index: 1;
  }
  #beer-me-details .slick-arrow.slick-prev:before {
    content: " ";
  }
  #beer-me-details .slick-dots {
    bottom: 35px;
  }
  #beer-me-details .slick-dots li button:before {
    color: white;
  }
  #beer-me-details .timeline-card, #beer-me-details .timeline-card.start {
    height: 775px;
    padding: 300px 25px 200px;
  }
  #beer-me-details .timeline-card .top, #beer-me-details .timeline-card.start .top {
    flex-direction: column;
    margin-top: 20px;
  }
  #beer-me-details .timeline-card .top .year:after, #beer-me-details .timeline-card .top .story:before, #beer-me-details .timeline-card.start .top .year:after, #beer-me-details .timeline-card.start .top .story:before {
    display: none;
  }
  #beer-me-details .timeline-card .top .title, #beer-me-details .timeline-card.start .top .title {
    font-size: 24px;
  }
  #beer-me-details .timeline-card .top .description, #beer-me-details .timeline-card.start .top .description {
    font-size: 16px;
  }
  #beer-me-details .timeline-card .top .year, #beer-me-details .timeline-card.start .top .year {
    margin: 0 auto;
    width: auto;
  }
  #beer-me-details .timeline-card .top .story, #beer-me-details .timeline-card.start .top .story {
    width: 100%;
    text-align: center;
  }
  #beer-me-details .timeline-card .photo, #beer-me-details .timeline-card.start .photo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 300px;
    margin: 0;
    width: 100%;
  }
  #beer-me-details .half {
    padding-bottom: 75px;
  }
}
@keyframes wave {
  from {
    transform: translateX(-25%);
  }
  to {
    transform: translateX(0%);
  }
}
.rocket.panel {
  height: 213px;
  background-color: white;
  margin-bottom: 50px;
  overflow: hidden;
  position: sticky;
}
.rocket.panel .wave {
  position: relative;
  overflow-x: hidden;
  height: 285px;
  overflow-y: hidden;
  transform: translateY(165px);
}
@media screen and (max-width: 100px) {
  .rocket.panel .wave {
    transform: translateY(25px);
  }
}
@media screen and (max-width: 768px) {
  .rocket.panel .wave {
    display: none;
  }
}
.rocket.panel .wave img {
  animation: wave 1s infinite linear;
  width: 1600px;
  max-width: none;
}
.rocket.panel .mask {
  background-image: url("images/MC_RocketFuel-Footer-Blue.png");
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  background-position: center center;
  background-size: contain;
}
footer.dark .rocket.panel .mask {
  background-image: url("images/MC_RocketFuel-Footer-Black.png");
}

#contact {
  background-color: #0278AD;
  color: white;
  z-index: 9;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  clear: both;
}
footer.dark #contact {
  background-color: black;
}
#contact h2 {
  font-weight: bold;
  color: white;
  text-align: center;
  font-family: "Univers LT Std";
  margin-bottom: 15px;
}
#contact .contact-form {
  width: 910px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#contact .contact-form .form-fields {
  padding-top: 80px;
}
#contact .contact-form .form-fields #frm_field_72_container {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  position: relative;
  left: 7px;
}
#contact .contact-form input,
#contact .contact-form select,
#contact .contact-form textarea {
  border-radius: 0px;
  height: 55px;
  padding-left: 15px;
  color: #81878B;
  box-shadow: none;
  border: none;
  font-weight: 600;
  font-size: 14px;
  border: none;
  font-family: "Univers LT Std";
  vertical-align: bottom;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#contact .contact-form input:focus,
#contact .contact-form select:focus,
#contact .contact-form textarea:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
#contact .contact-form select {
  padding: 10px 35px 10px 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact .contact-form select option[value=INTEREST] {
  display: none;
}
#contact .contact-form label div {
  position: relative;
}
#contact .contact-form label div:before {
  content: "";
  right: 0px;
  top: 0px;
  width: 20px;
  height: 40px;
  background: white;
  position: absolute;
  pointer-events: none;
  display: block;
}
#contact .contact-form label div:after {
  content: "";
  right: 4px;
  top: 25px;
  position: absolute;
  pointer-events: none;
  height: 8px;
  width: 16px;
  background: no-repeat url("/wp-content/themes/mcculloughcreative2018/images/arrow-down-black.PNG");
}
#contact .contact-form textarea {
  height: 122px;
  padding: 10px 15px;
}
#contact .contact-form h3 {
  float: left;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: white;
}
#contact .contact-form h4 {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
}
#contact .contact-form section {
  float: left;
  width: 33.33%;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  background-color: #0278AD;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#contact .contact-form section.address, #contact .contact-form section.phoneEmail {
  padding-left: 25px;
}
#contact .contact-form section.email-and-interest, #contact .contact-form section.comment-section {
  padding-left: 12px;
}
@media screen and (max-width: 600px) {
  #contact .contact-form section.email-and-interest, #contact .contact-form section.comment-section {
    padding-left: 0;
  }
}
#contact .contact-form .frm_error {
  position: absolute;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  color: #b94a48;
  margin-top: 1px;
  padding: 0px 5px;
  font-family: "Univers LT Std";
  z-index: 1;
}
#contact .contact-form .frm_ajax_loading {
  display: none;
}

.form-area .frm_forms.with_frm_style,
.email-and-submit .frm_forms.with_frm_style {
  max-width: none;
  position: relative;
}
.form-area .frm_forms.with_frm_style .form-field,
.email-and-submit .frm_forms.with_frm_style .form-field {
  margin-bottom: 12px;
}
.form-area .frm_forms.with_frm_style .form-field:last-child,
.email-and-submit .frm_forms.with_frm_style .form-field:last-child {
  margin-bottom: 0;
}
.form-area .frm_forms.with_frm_style .submit-button-container,
.email-and-submit .frm_forms.with_frm_style .submit-button-container {
  clear: both;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.form-area .frm_forms.with_frm_style .submit-button-container .mc-button,
.email-and-submit .frm_forms.with_frm_style .submit-button-container .mc-button {
  border-radius: 0;
  padding: 0;
  width: 293px;
  height: 55px;
  font-size: 16px;
  display: block;
  background-color: #F8C818;
  color: black;
}
footer.dark .form-area .frm_forms.with_frm_style .submit-button-container .mc-button,
footer.dark .email-and-submit .frm_forms.with_frm_style .submit-button-container .mc-button {
  background-color: #F8C818;
  color: black;
}
footer.dark .form-area .frm_forms.with_frm_style .submit-button-container .mc-button:hover,
footer.dark .email-and-submit .frm_forms.with_frm_style .submit-button-container .mc-button:hover {
  background-color: #d9af15;
}

@media screen and (max-width: 1000px) {
  #contact .contact-form {
    width: 95%;
  }
  .rocket.panel {
    height: 146px;
    width: 630px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 25px;
  }
  .rocket.panel .wave {
    height: 190px;
  }
}
@media screen and (max-width: 768px) {
  .rocket.panel {
    width: 420px;
    height: 97px;
  }
  .rocket.panel .wave {
    height: 120px;
  }
}
@media screen and (max-width: 440px) {
  .rocket.panel {
    width: 100%;
    aspect-ratio: 15/3.5;
    height: auto;
  }
  .rocket.panel .wave {
    height: 88px;
  }
  #contact .contact-form h2 {
    font-size: 25px;
    margin-top: 0;
  }
}
footer.footer {
  clear: both;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  align-items: center;
  background-color: black;
  width: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
footer.footer.light {
  background-color: #0278AD;
  color: white;
}
footer.footer.light .copyright {
  color: white;
}
@media screen and (max-width: 930px) {
  footer.footer {
    flex-direction: column;
    padding: 20px;
    gap: 1rem;
  }
  footer.footer .address-phone {
    order: 1;
  }
  footer.footer .links {
    order: 2;
  }
  footer.footer .copyright {
    order: 3;
  }
}
footer.footer hr {
  width: 100%;
  margin-bottom: 0px;
}
footer.footer section.address-phone {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 22px;
  gap: 1rem;
}
footer.footer section.address-phone a {
  color: white;
  text-decoration: none;
  text-transform: none;
}
footer.footer section.address-phone .careers {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: white;
}
footer.footer section.address-phone .careers span {
  color: #F8C818;
  background: no-repeat url("images/rocket.svg");
  height: 36px;
  width: 36px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 1rem;
}
footer.footer section.links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer section.links a {
  width: 32px;
  height: 24px;
  text-decoration: none;
  position: relative;
  margin: 15px 10px 20px;
}
footer.footer section.copyright {
  text-align: center;
  float: none;
  margin: 0 auto;
  width: 100%;
  text-transform: none;
  color: white;
  font-size: 16px;
  padding: 0 1rem;
}
@media screen and (max-width: 740px) {
  footer.footer {
    height: auto;
  }
  footer.footer .no-mobile {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  footer.footer {
    text-align: left;
  }
  footer.footer .form-area section {
    width: 100%;
    margin-bottom: 12px;
  }
  footer.footer .form-area section.commentAndSubmit, footer.footer .form-area section.links {
    padding-left: 0;
  }
}

.slider-cards {
  position: relative;
  width: 80%;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .slider-cards {
    width: 100%;
  }
}
.slider-cards .arrows {
  position: absolute;
  top: 45%;
  width: 100%;
}
.slider-cards .arrow {
  z-index: 1;
  width: 99px;
  height: 97px;
  background: #F8C818;
  background-image: url("images/chevron-thin-black.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out;
}
.slider-cards .arrow.prev-arrow {
  transform: rotate(180deg) translateX(100%);
  left: 0;
}
.slider-cards .arrow.next-arrow {
  transform: translateX(100%);
  right: 0;
}
.slider-cards .arrow.slick-disabled {
  visibility: hidden;
}
.slider-cards .arrow:hover {
  background-color: #d9af15;
}
@media screen and (max-width: 900px) {
  .slider-cards .arrow {
    width: 49px;
    height: 47px;
    background-size: 20%;
  }
}
.slider-cards .cards {
  display: flex;
}
.slider-cards .cards .slick-track {
  display: flex;
}
.slider-cards .cards .card {
  background: black;
  flex-shrink: 0;
  width: 445px;
  margin-right: 10px;
  margin-left: 10px;
  height: auto;
  align-items: stretch;
  padding: 300px 30px 20px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .slider-cards .cards .card {
    width: 100%;
  }
}
.slider-cards .cards .card .image {
  top: 70px;
  position: absolute;
  height: 190px;
  width: 190px;
  background-size: 90%;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
}
.slider-cards .cards .card .number {
  color: white;
  border: 3px solid #F8C818;
  display: inline-block;
  border-radius: 30px;
  font-size: 36px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 49px;
}
.slider-cards .cards .card .title {
  color: #F8C818;
  font-size: 18px;
  display: inline-block;
  margin-left: 5px;
  text-transform: uppercase;
}
.slider-cards .cards .card .desc {
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}

.slider-testimonials {
  position: relative;
  margin: 0 auto;
}
.slider-testimonials .short-quote, .slider-testimonials .quote {
  font-style: italic;
  color: black;
  font-size: 30px;
  line-height: 47px;
}
.slider-testimonials .quote {
  margin-bottom: 30px;
}
.slider-testimonials .full-quote {
  display: none;
}
.slider-testimonials .name p {
  color: black;
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
}
.slider-testimonials .read-more-btn {
  color: #0278AD;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  cursor: pointer;
  display: block;
  margin-top: 8px;
}
.slider-testimonials .slick-dots li button {
  background: white;
  border-radius: 20px;
  border: 1px solid #0278AD;
  height: 15px;
  width: 15px;
}
.slider-testimonials .slick-dots li button:before {
  content: "";
}
.slider-testimonials .slick-dots li button:focus {
  top: 0;
}
.slider-testimonials .slick-dots li.slick-active button {
  background: #0278AD;
}
.slider-testimonials .mc-button {
  display: block;
  margin: 40px auto 60px;
}
.slider-testimonials .mc-button:hover {
  text-decoration: none;
}

#capabilities-grid, #capabilities-categories-grid, #games-grid {
  display: flex;
  flex-wrap: wrap;
}
#capabilities-grid.two-columns .item, #capabilities-categories-grid.two-columns .item, #games-grid.two-columns .item {
  flex-basis: 50%;
}
#capabilities-grid .item, #capabilities-grid .project, #capabilities-categories-grid .item, #capabilities-categories-grid .project, #games-grid .item, #games-grid .project {
  height: 33vh;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 0 25px;
  text-decoration: none;
  flex-basis: 33.33%;
}
#capabilities-grid .item .img, #capabilities-grid .project .img, #capabilities-categories-grid .item .img, #capabilities-categories-grid .project .img, #games-grid .item .img, #games-grid .project .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
#capabilities-grid .item .overlay, #capabilities-grid .project .overlay, #capabilities-categories-grid .item .overlay, #capabilities-categories-grid .project .overlay, #games-grid .item .overlay, #games-grid .project .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in;
}
#capabilities-grid .item .overlay .heading, #capabilities-grid .project .overlay .heading, #capabilities-categories-grid .item .overlay .heading, #capabilities-categories-grid .project .overlay .heading, #games-grid .item .overlay .heading, #games-grid .project .overlay .heading {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
#capabilities-grid .item .heading, #capabilities-grid .project .heading, #capabilities-categories-grid .item .heading, #capabilities-categories-grid .project .heading, #games-grid .item .heading, #games-grid .project .heading {
  color: white;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
}
#capabilities-grid .item .labels .heading, #capabilities-grid .project .labels .heading, #capabilities-categories-grid .item .labels .heading, #capabilities-categories-grid .project .labels .heading, #games-grid .item .labels .heading, #games-grid .project .labels .heading {
  border-bottom: solid 2px white;
}
@media screen and (max-width: 768px) {
  #capabilities-grid.two-columns .item, #capabilities-grid .item, #capabilities-categories-grid.two-columns .item, #capabilities-categories-grid .item, #games-grid.two-columns .item, #games-grid .item {
    width: 100%;
    flex-basis: 100%;
  }
}
#capabilities-grid.capabilities-gallery-slider .item, #capabilities-categories-grid.capabilities-gallery-slider .item, #games-grid.capabilities-gallery-slider .item {
  flex-basis: 100%;
  height: 40vh;
}

#capabilities-categories-grid .item .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.55);
}
#capabilities-categories-grid .item:hover .overlay {
  background: transparent;
}
#capabilities-categories-grid .heading {
  text-align: center;
}

#capabilities-grid .item .overlay, #client-profile-rows .item .overlay, #case-studies-rows .item .overlay, #games-grid .item .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
}
#capabilities-grid .item .overlay, #client-profile-rows .item .overlay, #case-studies-rows .item .overlay, #games-grid .item .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}
#capabilities-grid .item .labels, #client-profile-rows .item .labels, #case-studies-rows .item .labels, #games-grid .item .labels {
  z-index: 1;
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 35%;
  transition: opacity 0.4s ease-in-out;
}
#capabilities-grid .item .labels .heading, #client-profile-rows .item .labels .heading, #case-studies-rows .item .labels .heading, #games-grid .item .labels .heading {
  padding-bottom: 5px;
  margin-bottom: 8px;
}
#capabilities-grid .item .labels .sub-heading, #client-profile-rows .item .labels .sub-heading, #case-studies-rows .item .labels .sub-heading, #games-grid .item .labels .sub-heading {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

#capabilities-grid {
  overflow: hidden;
}
#capabilities-grid .item:hover .overlay {
  background: rgba(0, 0, 0, 0.55);
}
#capabilities-grid .item:hover .overlay .heading {
  opacity: 1;
}

#capabilities-grid-container, #games-grid-container {
  position: relative;
}

#client-profile-rows .item, #case-studies-rows .item {
  width: 100%;
  height: 65vh;
  display: block;
  position: relative;
  overflow: hidden;
}
#client-profile-rows .item .img, #case-studies-rows .item .img {
  top: -150px;
  bottom: -150px;
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#client-profile-rows .item .overlay, #case-studies-rows .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#client-profile-rows .item .labels, #case-studies-rows .item .labels {
  left: 15%;
  bottom: 10%;
  right: 25%;
}
#client-profile-rows .item .labels .heading, #case-studies-rows .item .labels .heading {
  border: 0;
  color: white;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
  max-width: 500px;
  line-height: 1;
  margin-top: 12px;
}
#client-profile-rows .item .labels .sub-heading, #case-studies-rows .item .labels .sub-heading {
  font-size: 18px;
}
#client-profile-rows .item .mc-button, #case-studies-rows .item .mc-button {
  float: right;
  color: white;
  background: transparent;
  border: 2px solid white;
  padding: 10px 50px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
#client-profile-rows .item .mc-button:hover, #case-studies-rows .item .mc-button:hover {
  background: #F8C818;
  border-color: #F8C818;
}
#client-profile-rows .item .sub-heading, #client-profile-rows .item .heading, #case-studies-rows .item .sub-heading, #case-studies-rows .item .heading {
  float: left;
  width: 70%;
}
@media screen and (max-width: 768px) {
  #client-profile-rows .item .mc-button, #case-studies-rows .item .mc-button {
    transition: none;
  }
  #client-profile-rows .item .labels .sub-heading, #client-profile-rows .item .labels .heading, #case-studies-rows .item .labels .sub-heading, #case-studies-rows .item .labels .heading {
    width: 100%;
  }
  #client-profile-rows .item .labels .sub-heading, #case-studies-rows .item .labels .sub-heading {
    font-size: 14px;
  }
  #client-profile-rows .item .labels .heading, #case-studies-rows .item .labels .heading {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  #client-profile-rows .item .labels .mc-button, #case-studies-rows .item .labels .mc-button {
    margin: 0;
    width: 105px;
    float: none;
    padding: 5px 25px;
  }
}
#client-profile-rows + .mc-button, #case-studies-rows + .mc-button {
  margin: 70px auto 40px;
}

#capabilities-filter-links {
  background: #0278AD;
  padding: 145px 10% 40px;
}
#capabilities-filter-links .the-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto;
}
#capabilities-filter-links .link {
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 35px;
  cursor: pointer;
  position: relative;
}
#capabilities-filter-links .link span {
  font-weight: 600;
  font-size: 17px;
  line-height: 50px;
  color: white;
  white-space: nowrap;
}
#capabilities-filter-links .link.active:after {
  position: absolute;
  content: " ";
  top: 7px;
  height: 2px;
  background: #F8C818;
  left: 2px;
  right: 2px;
}
@media screen and (max-width: 768px) {
  #capabilities-filter-links {
    padding: 80px 20px 10%;
  }
  #capabilities-filter-links .the-links {
    flex-direction: column;
  }
  #capabilities-filter-links .link {
    margin: 0 auto;
  }
  #capabilities-filter-links .link span {
    line-height: 42px;
  }
}

#count_up_container ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  list-style: none;
  align-content: center;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
}
#count_up_container ul li {
  width: 25%;
  padding: 0 2%;
  height: 150px;
  flex-basis: 240px;
  flex-shrink: 0;
}

.count_up .value-and-plus {
  font-size: 87px;
  color: black;
  white-space: nowrap;
  text-align: center;
  line-height: 100px;
}
.count_up .value-and-plus .plus {
  color: #0278AD;
  margin-left: -20px;
}
.count_up .divider {
  height: 1px;
  width: 70%;
  background: #0278AD;
  margin: 0 auto 10px;
}
.count_up .label {
  clear: both;
  text-align: center;
  color: black;
  font-style: italic;
  font-size: 15px;
}

.venn_graphic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.venn_graphic .circle {
  height: 312px;
  width: 312px;
  border-radius: 312px;
  background: rgb(251, 184, 34);
  color: white;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.venn_graphic .circle span {
  width: 140px;
  text-align: center;
  opacity: 1;
  text-transform: uppercase;
}
.venn_graphic .left {
  mix-blend-mode: multiply;
}
.venn_graphic .right {
  background: rgba(0, 101, 161, 0.7);
  mix-blend-mode: multiply;
  z-index: 2;
}
.venn_graphic .center {
  position: absolute;
  z-index: 2;
  background: transparent;
}
@media screen and (max-width: 1080px) {
  .venn_graphic .circle {
    height: 190px;
    width: 190px;
    font-size: 14px;
  }
  .venn_graphic .circle span {
    max-width: 60%;
  }
}
@media screen and (max-width: 530px) {
  .venn_graphic .circle {
    height: 140px;
    width: 140px;
    font-size: 11px;
  }
}

article.bigvideo {
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: rgba(52, 61, 75, 0.3);
  background-position: center center;
  background-size: cover;
  padding-top: 56%;
  min-height: 60vh;
}
article.bigvideo h1 {
  color: white;
  font-size: 79px;
  text-align: center;
}
article.bigvideo section {
  position: absolute;
  width: 75%;
  display: inline-block;
  left: 0;
  right: 0px;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
article.bigvideo section.floating {
  padding: 0;
  margin: 15%;
  width: 70%;
  left: 0px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  article.bigvideo section.floating {
    width: 90%;
    margin: 5%;
    padding-left: 0;
    padding-right: 0;
  }
}
article.bigvideo section.floating a {
  color: #F8C818;
  text-decoration: none;
}
article.bigvideo section.floating .chevron {
  position: relative;
  margin-top: 20px;
}
article.bigvideo video {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 105%;
}
@media screen and (max-width: 1008px) {
  article.bigvideo h1 {
    font-size: 48px;
  }
  article.bigvideo section.floating {
    margin-top: 32%;
  }
}

#benefits-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
#benefits-section h2, #benefits-section h1 {
  color: white;
}
#benefits-section h1 {
  margin-top: 30px;
}
#benefits-section h1 span {
  font-weight: 400;
}
#benefits-section h2 {
  margin-top: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
#benefits-section .benefits {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1008px) {
  #benefits-section .benefits {
    flex-wrap: wrap;
  }
}
#benefits-section .benefits .benefit {
  min-width: 200px;
  width: 31%;
  margin-right: 1%;
}
#benefits-section .benefits .title {
  color: #F8C818;
  font-weight: bold;
  margin-bottom: 20px;
}
#benefits-section .benefits .desc {
  color: white;
  font-weight: 500;
}
#benefits-section .benefits .desc ul {
  padding-left: 0;
  font-size: 16px;
  list-style: none;
  line-height: 26px;
}
#benefits-section .benefits .desc ul li:before {
  content: "– ";
}
#benefits-section .img {
  height: 100px;
  width: 100px;
  margin-bottom: 30px;
  margin-top: 40px;
  margin-left: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#benefits-section .line {
  height: 2px;
  background: #F8C818;
  z-index: 2;
  margin: 20px 0 60px;
}

#careers-slider p {
  margin: 0;
}
#careers-slider > .fl-row-content-wrap {
  padding: 0;
}

#slider-on-photo {
  padding: 4vw 8vw;
  position: relative;
  background-color: white;
}
#slider-on-photo .dots-pagination {
  position: absolute;
}
#slider-on-photo .cards {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #slider-on-photo .cards {
    background-color: #EDEDED;
  }
}
#slider-on-photo .card {
  min-height: 600px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #slider-on-photo .card {
    flex-direction: column;
  }
}
#slider-on-photo .card > div {
  flex-basis: 50%;
}
#slider-on-photo .card .card-image {
  overflow: hidden;
}
#slider-on-photo .card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#slider-on-photo .card .heading {
  background-color: #EDEDED;
  color: black;
  padding: 80px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#slider-on-photo .card .heading .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
#slider-on-photo .card .heading .desc {
  margin-bottom: 30px;
  opacity: 0.9;
  font-size: clamp(16px, 2vw, 22px);
}
#slider-on-photo .mobile-arrows {
  display: none;
}
@media screen and (max-width: 768px) {
  #slider-on-photo .mobile-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-57%);
  }
}
#slider-on-photo .mobile-arrows .arrow {
  z-index: 1;
  width: 64px;
  height: 64px;
  background: black;
  -webkit-mask-image: url("images/chevron-right.svg");
          mask-image: url("images/chevron-right.svg");
  -webkit-mask-size: 36px;
          mask-size: 36px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
#slider-on-photo .mobile-arrows .arrow.prev-arrow {
  transform: translateX(-150%) rotate(180deg);
}
#slider-on-photo .mobile-arrows .arrow.next-arrow {
  transform: translateX(150%);
}
#slider-on-photo .arrows {
  position: relative;
  transform: translateY(-350px);
  margin: 0 auto;
}
#slider-on-photo .arrows .prev-arrow {
  left: -60px;
}
#slider-on-photo .arrows .next-arrow {
  right: -60px;
}
@media screen and (max-width: 768px) {
  #slider-on-photo .arrows {
    display: none;
  }
}
#slider-on-photo .arrows .arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 64px;
  height: 64px;
  background: black;
  -webkit-mask-image: url("images/chevron-right.svg");
          mask-image: url("images/chevron-right.svg");
  -webkit-mask-size: 52px;
          mask-size: 52px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
#slider-on-photo .arrows .arrow.prev-arrow {
  transform: rotate(180deg);
}
#slider-on-photo .arrows .arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#slider-on-photo .arrows .arrow:hover {
  background-color: #d9af15;
}
@media screen and (max-width: 768px) {
  #slider-on-photo {
    padding: 0;
    background-color: #EDEDED;
  }
  #slider-on-photo .card {
    text-align: center;
  }
  #slider-on-photo .card .card-image img {
    height: 300px;
  }
  #slider-on-photo .card .heading {
    padding: 10px;
    text-align: center;
    justify-content: center;
  }
  #slider-on-photo .card .heading .title {
    font-size: 36px;
    margin-bottom: 15px;
    display: inline-block;
    margin: 40px auto;
    max-width: 240px;
    line-height: 1;
  }
  #slider-on-photo .arrow {
    width: 36px;
    height: 36px;
    mask-size: 18px;
    -webkit-mask-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .dots-pagination {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 270px;
    left: 0;
    right: 0;
    --dot-color: white;
  }
}
@media screen and (min-width: 768px) {
  .dots-pagination {
    position: fixed;
    top: 12vw;
    left: calc(50% + 40px);
    z-index: 1;
    --dot-color: black;
  }
}

.slider-dot {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px;
}
.slider-dot li button {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid var(--dot-color);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  padding: 0;
  color: transparent;
}
.slider-dot li.slick-active button {
  background: var(--dot-color);
  width: 28px;
  transition: all 0.4s ease-in-out;
}

.wp-playlist-current-item {
  display: none;
}

#bennies-btn {
  margin: 40px auto 0;
  color: black;
  width: 180px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  height: 50px;
}

#testimonials-container p {
  margin: 0;
}

#testimonials {
  margin-bottom: 0;
}
#testimonials .slide {
  position: relative;
  height: 600px;
}
#testimonials .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}
#testimonials .overlay-block {
  position: absolute;
  top: 0;
  right: 120px;
  bottom: 0;
  width: 500px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  z-index: 2;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#testimonials .quote {
  text-align: center;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
#testimonials .name {
  text-align: center;
  margin-bottom: 30px;
}
#testimonials .name:before {
  content: "— ";
}
#testimonials .mc-button {
  border: 1px solid white;
  color: white;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 32px;
  display: inline-block;
  width: auto;
}
#testimonials .mc-button:hover {
  background: #F8C818;
  border: 1px solid #F8C818;
}
#testimonials .read-more {
  color: white;
  font-weight: 600;
  border-bottom: 2px solid #F8C818;
  line-height: 24px;
}
#testimonials .slick-dots {
  bottom: 35px;
  right: 120px;
  width: 500px;
}
#testimonials .slick-dots li {
  width: 15px;
}
#testimonials .slick-dots li button {
  height: 15px;
  width: 15px;
}
#testimonials .slick-dots li button:before {
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 9px;
  margin-bottom: 8px;
  border: 1px solid #C9C8C8;
  cursor: pointer;
  content: " ";
  opacity: 1;
  background: transparent;
}
#testimonials .slick-dots li.slick-active button:before {
  background: #C9C8C8;
}
#testimonials .slick-arrow {
  top: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  width: 85px;
  height: 80px;
  border-radius: 0;
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: 26px;
  background-image: url("images/chevron-right-black.png");
}
#testimonials .slick-arrow.slick-next {
  right: 0;
}
#testimonials .slick-arrow.slick-next:before {
  content: " ";
}
#testimonials .slick-arrow.slick-prev {
  transform: rotate(180deg) translate(0, 50%);
  z-index: 1;
  left: 0;
}
#testimonials .slick-arrow.slick-prev:before {
  content: " ";
}
@media screen and (max-width: 768px) {
  #testimonials .overlay-block {
    right: 0;
    left: 0;
    width: auto;
  }
  #testimonials .quote {
    font-style: normal;
    font-size: 15px;
    font-weight: 300;
  }
  #testimonials .read-more {
    font-weight: 500;
  }
  #testimonials .name {
    font-size: 15px;
  }
  #testimonials .mc-button {
    border: 2px solid #F8C52A;
    padding: 5px 10px;
    width: auto;
    font-size: 14px;
  }
  #testimonials .mc-button:hover {
    border: 2px solid #F8C52A;
  }
  #testimonials .slick-dots {
    right: 0;
    left: 0;
    width: auto;
  }
  #testimonials .slick-arrow {
    width: 65px;
    height: 60px;
    background-size: 18%;
  }
}
@media screen and (max-width: 370px) {
  #testimonials .overlay-block {
    padding: 100px 50px;
  }
  #testimonials .mc-button {
    font-size: 12px;
  }
  #testimonials .slick-arrow {
    width: 45px;
    height: 40px;
    background-position: center;
  }
}

#games-topics {
  padding: 0 7% 50px;
}
#games-topics .topics {
  color: black;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0;
}
#games-topics .label {
  font-weight: 700;
}
#games-topics hr {
  border-bottom: 1px solid #B1B1B1;
  max-width: 990px;
}
#games-topics ul {
  padding-left: 0;
  display: inline-block;
  font-weight: normal;
  margin: 0;
}
#games-topics ul span:last-child {
  display: none;
}
#games-topics ul li {
  text-transform: uppercase;
  display: inline-block;
  font-size: 19px;
  margin-bottom: 8px;
  font-weight: normal;
}
#games-topics ul li a {
  color: rgb(0, 0, 0);
  pointer-events: none !important;
}
#games-topics ul li:before {
  content: "";
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #games-topics .topics {
    flex-direction: column;
  }
  #games-topics ul {
    text-align: center;
    margin-top: 20px;
  }
  #games-topics ul li, #games-topics ul span {
    font-size: 16px;
  }
  #games-topics .label {
    text-align: center;
    font-size: 20px;
  }
}

#games-grid-header {
  background: #1A1A1A;
  padding: 40px 0;
  z-index: 1;
  position: relative;
}
#games-grid-header h1 {
  color: white;
  text-align: center;
}

#games-grid .item .overlay {
  background: rgba(0, 0, 0, 0.3);
}
#games-grid .item:hover .overlay {
  background: none;
}
#games-grid .item.active .img, #games-grid .item.active:hover .img {
  filter: blur(3px);
}
#games-grid .item.active .overlay, #games-grid .item.active:hover .overlay {
  background: rgba(0, 0, 0, 0.65);
}
#games-grid .item .labels {
  left: 50px;
  bottom: 40px;
  right: 25%;
}
#games-grid .item .labels .heading {
  border: 0;
  font-size: 32px;
  line-height: 34px;
}

#pricing-info {
  background: #EFEFEF;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
#pricing-info h1 {
  margin: 0 40px 0 0;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  #pricing-info {
    height: 150px;
  }
  #pricing-info h1 {
    margin: 0 20px 0 0;
    font-size: 20px;
  }
  #pricing-info .mc-button {
    font-size: 16px;
    padding: 10px;
  }
}

.slick-arrow {
  height: 60px;
  width: 65px;
  top: 15%;
  border-radius: 0;
  background-size: 18%;
  background-repeat: no-repeat;
  background-position: 55%;
  background-image: url("images/chevron-right-black.png");
  z-index: 1;
}
.slick-arrow.slick-next {
  right: -20px;
}
.slick-arrow.slick-next:before {
  content: " ";
}
.slick-arrow.slick-prev {
  background-image: url("images/chevron-right-black.png");
  transform: rotate(180deg) translate(0, 50%);
  z-index: 1;
  left: -20px;
}
.slick-arrow.slick-prev:before {
  content: " ";
}
.slick-arrow:hover {
  background-color: #CCCCCC;
  background-size: 18%;
  background-repeat: no-repeat;
  background-position: 55%;
  background-image: url("images/chevron-right-black.png");
}

#capabilities-grid-row .fl-col-group {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #capabilities-grid-row .fl-col-group {
    flex-direction: column-reverse;
  }
}

#capabilities-gallery {
  margin-bottom: 60px;
  position: relative;
}
@media all and (max-width: 800px) {
  #capabilities-gallery .slick-list {
    max-width: calc(100vw - 80px);
  }
}
#capabilities-gallery #capabilities-grid {
  overflow: visible;
}
#capabilities-gallery #capabilities-grid .slick-prev, #capabilities-gallery #capabilities-grid .slick-next {
  top: auto;
  left: auto;
  right: 0;
  bottom: -50px;
}
#capabilities-gallery #capabilities-grid .slick-prev {
  right: 38px;
}
#capabilities-gallery #capabilities-grid .slick-arrow {
  height: 30px;
  width: 35px;
}
#capabilities-gallery #capabilities-grid .slick-dots {
  bottom: -32px;
}
#capabilities-gallery #capabilities-grid .slick-dots li button:before {
  display: block;
  height: 15px;
  width: 15px;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #C9C8C8;
  cursor: pointer;
  content: " ";
  opacity: 1;
}
#capabilities-gallery #capabilities-grid .slick-dots li.slick-active button:before {
  background: #C9C8C8;
}
@media screen and (max-width: 768px) {
  #capabilities-gallery #capabilities-grid.capabilities-gallery-slider .item {
    flex-basis: 100%;
    height: 30vh;
  }
  #capabilities-gallery #capabilities-grid .item .labels {
    right: 15px;
  }
}

.single-case_studies .fl-page-content > .container {
  background: white;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .single-case_studies .fl-page-content > .container {
    max-width: 100%;
    width: 100%;
  }
}
.single-case_studies .fl-page-content > .container .row {
  margin: 0;
}
.single-case_studies .entry-header {
  padding: 50px;
}

.cap-title {
  position: relative;
  width: 100%;
  height: 60vh;
}
.cap-title ~ .container {
  position: relative;
  z-index: 2;
}
.cap-title .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center top;
  background-size: cover;
}
.cap-title .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.cap-title .titles {
  position: absolute;
  bottom: 50px;
}
.cap-title h5,
.cap-title h1 {
  position: relative;
  color: white;
  justify-self: flex-end;
  z-index: 1;
  text-transform: uppercase;
  max-width: 675px;
}
.cap-title h1 {
  margin-top: 0;
}

.view-work.mc-button {
  width: auto;
  max-width: 330px;
  margin: 0 auto;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .cap-title .titles {
    padding-left: 20px;
    padding-right: 40px;
  }
  h1 {
    font-size: 20px;
    margin-top: 5px;
  }
  h5 {
    font-size: 15px;
    line-height: 17px;
  }
  .view-work.mc-button {
    width: 90%;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 50px;
  }
}
@media screen and (max-width: 370px) {
  .view-work.mc-button {
    font-size: 15px;
    width: 100%;
  }
}
#capabilities-detail {
  margin-top: 0px;
}
#capabilities-detail p,
#capabilities-detail li {
  color: black;
  font-weight: 500;
}
#capabilities-detail .fl-row {
  clear: both;
}
#capabilities-detail hr {
  border-bottom: 1px solid #b1b1b1;
}

.fl-content-slider .bx-wrapper {
  box-sizing: border-box;
}

.fl-content-slider-navigation {
  margin-top: 0;
}
.fl-content-slider-navigation .slider-prev,
.fl-content-slider-navigation .slider-next {
  height: 67px;
  width: 30px;
  background-image: url("images/chevron-thin-black.png");
  background-repeat: no-repeat;
  background-position: center;
  top: -33px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fl-content-slider-navigation .slider-prev,
  .fl-content-slider-navigation .slider-next {
    top: -25px;
    height: 50px;
    width: 50px;
  }
}
.fl-content-slider-navigation .slider-prev .fl-content-slider-svg-container,
.fl-content-slider-navigation .slider-next .fl-content-slider-svg-container {
  display: none;
}
.fl-content-slider-navigation .slider-prev {
  left: -40px;
  transform: rotate(180deg);
}
.fl-content-slider-navigation .slider-next {
  right: -40px;
}

.photo-text-side-by-side .fl-col {
  min-height: 360px;
}
@media screen and (max-width: 768px) {
  .photo-text-side-by-side .fl-col {
    margin-bottom: 10px;
  }
}

.photo-left {
  padding-right: 6px;
}

.photo-right {
  padding-left: 6px;
}

.text-right {
  margin-left: -12px;
}

.museum-membership .fl-col-group-nested .fl-module-content {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .museum-membership .fl-col-group-nested .fl-col:not(:last-child) {
    border-right: 1px solid rgb(160, 160, 160);
  }
}
@media screen and (max-width: 1024px) {
  .museum-membership .fl-col-group-nested .fl-col:not(:last-child) {
    border: none;
  }
  .museum-membership .fl-col-group-nested .fl-col:not(:last-child)::after {
    display: block;
    width: 100px;
    height: 2px;
    margin: 3rem auto;
    background-color: rgb(160, 160, 160);
  }
  .museum-membership .fl-col-group-nested .fl-col {
    width: 100%;
  }
}
.museum-membership img {
  height: 120px !important;
  width: auto !important;
}

#work-grid-filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: white;
  position: relative;
  z-index: 2;
  background-color: #0278AD;
  width: 100%;
  padding: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  gap: 3vw;
}
#work-grid-filters .filters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  text-transform: uppercase;
}
#work-grid-filters .filters-list > * {
  color: white;
  padding: 6px 0 0 0;
  display: inline-block;
  font-weight: 600;
}
#work-grid-filters .filters-list > *.filter-delimiter:last-child {
  display: none;
  font-weight: 400;
}
#work-grid-filters .filter {
  cursor: pointer;
  text-decoration: none;
  border-top: 3px solid transparent;
}
#work-grid-filters .filter:hover,
#work-grid-filters .filter.active {
  border-top: 3px solid #F8C818;
}

.see-the-work h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}

.see-the-work-button {
  position: fixed;
  z-index: 1;
  bottom: 10%;
  left: 6.6%;
}

#work-grid-container {
  padding: 80px 40px 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  position: relative;
  z-index: 4;
}

#work-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #work-grid {
    padding: 0 1.5rem;
  }
}
#work-grid .item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3/1; /* Ultra-wide screen aspect ratio */
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
#work-grid .item:hover .overlay {
  opacity: 0.9;
}
#work-grid .item:hover .view-button {
  opacity: 1;
  transform: translateY(0);
}
#work-grid .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
#work-grid .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  z-index: 2;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
#work-grid .item .labels {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 70%;
  z-index: 3;
  color: #fff;
}
#work-grid .item .labels .heading {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 5px;
  font-weight: bold;
  max-width: 60%;
  line-height: 1;
}
#work-grid .item .labels .sub-heading {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 60%;
  line-height: 1;
  margin-bottom: 10px;
}
#work-grid .item .view-button {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 3;
  padding: 11px 70px 5px 70px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
#work-grid .item .view-button:hover {
  background: rgba(255, 255, 255, 0.2);
}
#work-grid .no-results {
  text-align: center;
  padding: 50px 0;
}

@media (max-width: 1024px) {
  #work-grid-container {
    padding: 10px;
  }
  #work-grid {
    padding: 0;
    gap: 10px;
  }
  #work-grid .item {
    aspect-ratio: 16/9;
  }
  #work-grid .item .labels {
    bottom: 20px;
    left: 20px;
  }
  #work-grid .item .labels .heading {
    font-size: 20px;
    max-width: 90%;
  }
  #work-grid .item .labels .sub-heading {
    font-size: 14px;
    max-width: 90%;
  }
  #work-grid .item .view-button {
    bottom: 20px;
    right: 20px;
    padding: 6px 15px;
    font-size: 12px;
  }
}
.page-id-23 header.main ~ .fl-page-content {
  transform: none;
}

#primary.blog #main {
  color: #404040;
}
#primary.blog #main a {
  text-decoration: none;
}
#primary.blog #main > article.posts > header {
  padding: 150px 15% 50px 15%;
  background-color: #0278AD;
  text-align: left;
  position: relative;
  text-transform: uppercase;
}
#primary.blog #main > article.posts > header a {
  color: white;
  font-size: 16px;
  position: relative;
}
#primary.blog #main > article.posts > header a.active:after {
  position: absolute;
  content: " ";
  top: -7px;
  height: 2px;
  background: #F8C818;
  left: 2px;
  right: 2px;
}
@media screen and (max-width: 768px) {
  #primary.blog #main > article.posts > header {
    padding-bottom: 10px;
    padding-top: 90px;
  }
  #primary.blog #main > article.posts > header a {
    display: inline-block;
    margin: 0 auto 13px;
    font-size: 13px;
  }
  #primary.blog #main > article.posts > header a.active:after {
    top: -4px;
  }
}
#primary.blog #main > article.posts > article {
  padding-top: 40%;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0;
}
#primary.blog #main > article.posts > article:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.8) 90%);
  z-index: 2;
}
#primary.blog #main > article.posts > article .copy {
  position: absolute;
  bottom: 10%;
  left: 20%;
  width: 60%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#primary.blog #main > article.posts > article .copy h2 {
  font-size: clamp(24px, 3vw, 50px);
  line-height: 0.9;
  text-align: left;
  width: calc(100% - 100px);
  max-width: 800px;
  font-weight: bold;
  margin-bottom: 0;
}
#primary.blog #main > article.posts > article .copy h2 a {
  color: white;
}
#primary.blog #main > article.posts > article .copy h2 a:hover {
  color: white;
}
@media screen and (max-width: 768px) {
  #primary.blog #main > article.posts > article .copy {
    bottom: 5%;
    left: 10%;
    width: 80%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #primary.blog #main > article.posts > article .copy h2 {
    width: 100%;
    font-size: clamp(30px, 10vw, 50px);
    margin-bottom: 1.5rem;
  }
}
#primary.blog #main > article.social {
  padding: 40px 10%;
  background: #44464d;
}
#primary.blog #main > article.social .paging-navigation {
  padding-bottom: 40px;
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}
#primary.blog #main > article.social .feeds {
  clear: both;
}
#primary.blog #main > article.social .feed {
  width: 30%;
  min-width: 320px;
  margin: 0 1%;
  min-height: 300px;
  background: #333;
  display: inline-block;
  vertical-align: top;
  max-height: 501px;
  overflow: hidden;
  position: relative;
}
#primary.blog #main > article.social .feed a {
  color: white;
}
#primary.blog #main > article.social .feed:first-of-type {
  margin-left: 0;
}
#primary.blog #main > article.social .feed > div {
  overflow: scroll;
  max-height: 500px;
}
#primary.blog #main > article.social .feed > div #sb_instagram {
  margin: 75px 0 0 0;
}
#primary.blog #main > article.social .feed > div #sb_instagram .sb_instagram_header {
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(30, 30, 30, 0.9);
  padding: 10px !important;
}
#primary.blog #main > article.post {
  background-color: white;
}
#primary.blog #main > article.post .fl-rich-text img,
#primary.blog #main > article.post .fl-photo img {
  width: 100%;
}
#primary.blog #main > article.post > article > section {
  text-align: left;
  color: white;
  position: relative;
}
#primary.blog #main > article.post > article > section a {
  color: white;
}
#primary.blog #main > article.post > article > section:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}
#primary.blog #main > article.post > article > div {
  text-align: left;
}
#primary.blog #main > article.post > article > div .entry-meta > * {
  display: inline-block;
  vertical-align: bottom;
}
#primary.blog #main > article.post > article > div .entry-meta > img {
  width: 120px;
}
#primary.blog #main > article.post > article > div .entry-meta > section {
  margin-left: 20px;
}
#primary.blog #main > article.post > article > div .entry-meta > section p {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.2;
}
#primary.blog #main > article.post > article > div .entry-meta > section p.name {
  font-size: 1.6em;
}
#primary.blog #main > article.post > article > div .entry-meta > div {
  margin-top: 20px;
  display: block;
}
#primary.blog #main > article.post > article > div .entry-meta > div p {
  margin-bottom: 0;
  font-size: 1.125em;
  text-transform: uppercase;
}
#primary.blog #main > article.post > article > div .entry-meta > div .tags {
  color: #0f73ac;
}
#primary.blog #main > article.post > article > div .entry-meta > div .tags a {
  color: #0f73ac;
}
#primary.blog #main > article.post > article > div .entry-meta > div .tags:last-of-type a:after {
  content: "";
}
#primary.blog #main > article.post > article > footer {
  padding: 40px 0;
}

.load-more-container {
  background: black;
  width: 100%;
  padding: 30px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.load-more-container #loading-indicator {
  color: #F8C818;
}
.load-more-container #loading-indicator svg {
  height: 48px;
  width: 48px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.load-more-container:hover {
  background: #333;
  transition: all 0.5s ease-in-out;
}
.load-more-container #load-more-btn {
  display: block;
  text-align: center;
  font-size: 48px;
  cursor: pointer;
  color: white;
  font-weight: bold;
}
.load-more-container #load-more-btn:after {
  content: " ";
  -webkit-mask-image: url(images/chevron-right.svg);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(images/chevron-right.svg);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 48px;
  height: 48px;
  display: inline-block;
  background-color: #F8C818;
  transform: rotate(90deg);
  margin-left: 20px;
  position: relative;
  top: 6px;
}

@media screen and (max-width: 1024px) {
  #primary.blog #main > article.posts > header > span {
    font-weight: bold;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #primary.blog #main > article.posts > header {
    font-size: 12px;
  }
}
@media screen and (max-width: 580px) {
  #primary.blog #main > article.posts > header {
    text-align: center;
  }
  #primary.blog #main > article.posts > header > span {
    width: auto;
    margin-bottom: 20px;
  }
  #primary.blog #main > article.posts > header a#filter-menu {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #primary.blog #main > article.posts > article {
    padding: 40px;
    min-height: 550px;
  }
  #primary.blog #main > article.posts > article .copy {
    position: absolute;
    left: 10%;
    width: 80%;
  }
}
@media screen and (max-width: 568px) {
  #primary.blog #main > article.posts > article {
    font-size: 12px;
  }
  #primary.blog #main > article.posts > article .copy .entry-content > a {
    padding: 15px 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #primary.blog #main > article.post time.published {
    clear: both;
    display: block;
  }
  #primary.blog #main > article.post > article {
    padding-top: 69px;
  }
  #primary.blog #main > article.post > article > div {
    margin: 15px;
  }
  #primary.blog #main > article.post > article > section {
    font-size: 14px;
    min-height: 480px;
    overflow: hidden;
  }
  #primary.blog #main > article.post > article > section > div:not(.the-thumbnail) {
    bottom: 10%;
  }
  #primary.blog #main > article.post > article > section > img {
    width: 360%;
    max-width: 360%;
    position: relative;
    left: -100%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  #primary.blog #main > article.post > article > section {
    min-height: 300px;
  }
  #primary.blog #main > article.post > article > section .the-thumbnail {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 480px) {
  #primary.blog #main > article.post > article > div .entry-header .entry-meta {
    text-align: center;
  }
  #primary.blog #main > article.post > article > div .entry-header .entry-meta section {
    margin: 20px 0 0 0;
    display: block;
  }
}
.nav-links {
  text-align: center;
}

.post-navigation {
  text-align: center;
}

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

.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.entry-content {
  margin: 1.5em 0 0;
  color: #404040;
}
.entry-content b {
  font-weight: 800;
}
.entry-content h1 {
  font-size: 40px;
  font-family: "Univers LT Std";
  text-transform: none;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.entry-content h1:after {
  content: "......................... ......................... ......................... .........................";
  display: block;
  width: 200px;
  line-height: 7px;
  font-size: 18px;
  margin: 40px auto;
  letter-spacing: 3px;
  font-weight: 700;
  color: #EDEDED;
}
.entry-content h1 span {
  font-size: 22px;
}
.entry-content h1.left {
  text-align: left;
  max-width: 500px;
}
.entry-content h1.no-dots:after {
  display: none;
}
@media screen and (max-width: 640px) {
  .entry-content h1 {
    font-size: 30px;
  }
  .entry-content h1 span {
    font-size: 18px;
  }
}

.post.type-post .entry-content-container {
  padding-top: 4.5rem;
}
.post.type-post .entry-content-container .fl-row-fixed-width {
  max-width: calc(790px + 3rem);
  padding: 0 1.5rem;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.author-info-module {
  display: flex;
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto 4.5rem auto;
  padding: 1.5rem;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 1125px) {
  .author-info-module {
    padding: 1.5rem;
  }
}

.author-info-avatar {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.author-info-meta {
  display: flex;
  flex-direction: column;
}

.author-info-name {
  font-weight: 700;
  font-size: 37px;
  color: var(--var-text, #222);
  margin: 0;
}

.author-info-title {
  font-size: 30px;
  margin: 0;
}

.author-info-date {
  font-size: 0.95rem;
  margin: 0.25rem 0 0 0;
}

.author-info-categories {
  font-size: 0.95rem;
  margin-top: 0.25rem;
}

@media (max-width: 1200px) {
  .author-info-module {
    left: 0;
  }
}
@media (max-width: 600px) {
  .author-info-module {
    gap: 1rem;
  }
  .author-info-avatar {
    width: 56px;
    height: 56px;
  }
  .author-info-meta {
    gap: 0.15rem;
  }
  .author-info-title {
    font-size: 20px;
  }
  .author-info-name {
    font-size: 20px;
  }
}
.the-thumbnail {
  aspect-ratio: 16/6;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  width: 100%;
  background-size: cover;
}

.entry-header {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  z-index: 3;
  max-width: 1125px;
  transform: translateX(-50%);
}
.entry-header .entry-header-content {
  max-width: calc(768px + 3rem);
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.entry-header .client-name {
  font-size: clamp(14px, 1.8vw, 24px);
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 600;
}
.entry-header h2 {
  font-size: clamp(34px, 3vw, 3em);
  line-height: 1.1;
  font-weight: bold;
  margin: 0;
}
.entry-header p {
  font-size: clamp(16px, 1.5vw, 25px);
}

.related-posts-carousel {
  background-color: black;
  padding: 60px 0;
}
.related-posts-carousel .carousel-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
  margin-bottom: 2rem;
  color: white;
}
.related-posts-carousel .carousel-header .carousel-title {
  font-size: clamp(24px, 4vw, 4.5rem);
  font-weight: 700;
  color: white;
  margin: 0;
}
.related-posts-carousel .carousel-header .carousel-nav {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.related-posts-carousel .carousel-header .carousel-nav:hover {
  opacity: 0.7;
}
.related-posts-carousel .carousel-header .carousel-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.related-posts-carousel .carousel-header .carousel-nav .chevron-icon {
  width: 52px;
  height: 52px;
  background-color: #F8C818;
  -webkit-mask-image: url("images/chevron-right.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("images/chevron-right.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.related-posts-carousel .carousel-header .carousel-nav.carousel-prev .chevron-icon {
  transform: rotate(180deg);
}
.related-posts-carousel .carousel-container {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 4rem);
}
.related-posts-carousel .carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 1rem;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: grab;
}
.related-posts-carousel .carousel-track.dragging {
  cursor: grabbing;
  transition: none;
}
.related-posts-carousel .carousel-slide {
  flex: 0 0 70%;
  background-size: cover;
  background-position: center 30%;
  aspect-ratio: 16/6;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(0.9);
  opacity: 0.6;
}
.related-posts-carousel .carousel-slide .carousel-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .related-posts-carousel .carousel-slide {
    flex: 0 0 75vw;
    aspect-ratio: 4/3;
    min-height: 0;
  }
}
@media screen and (max-width: 568px) {
  .related-posts-carousel .carousel-slide {
    flex: 0 0 60%;
    aspect-ratio: unset;
    min-height: 140px;
    width: 100px;
  }
}
.related-posts-carousel .carousel-slide.active {
  transform: scale(1);
  opacity: 1;
}
.related-posts-carousel .carousel-slide .carousel-slide-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .related-posts-carousel .carousel-slide .carousel-slide-title {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
.related-posts-carousel .carousel-slide .carousel-slide-title-container {
  line-height: 1;
}
@media screen and (max-width: 568px) {
  .related-posts-carousel .carousel-slide .carousel-slide-title-container {
    width: 90%;
  }
}
.related-posts-carousel .carousel-slide .carousel-slide-link {
  color: white;
  text-decoration: none;
  padding: 3vw;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-weight: 600;
  font-size: clamp(16px, 3vw, 45px);
  line-height: 1.1;
  z-index: 3;
}
@media screen and (max-width: 568px) {
  .related-posts-carousel .carousel-slide .carousel-slide-link {
    font-size: 16px;
    padding: 1rem;
  }
}
.related-posts-carousel .carousel-slide .carousel-slide-client-name-text {
  font-size: clamp(12px, 2vw, 24px);
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 568px) {
  .related-posts-carousel .carousel-slide .carousel-slide-client-name-text {
    font-size: 12px;
    padding-bottom: 0.25rem;
  }
}
.related-posts-carousel .carousel-slide .carousel-slide-view {
  z-index: 3;
}
@media screen and (max-width: 568px) {
  .related-posts-carousel .carousel-slide .carousel-slide-view {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .related-posts-carousel .carousel-header {
    gap: 1rem;
  }
  .related-posts-carousel .carousel-header .carousel-title {
    font-size: clamp(20px, 3vw, 2rem);
  }
  .related-posts-carousel .carousel-header .carousel-nav .chevron-icon {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .no-mobile {
    display: none;
  }
}

.nobr {
  white-space: nowrap;
}

.white-outline-button {
  text-align: center;
  display: inline-block;
  background: transparent;
  color: white;
  padding: 12px 0px 6px 0px;
  border: 2px solid white;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
  max-width: 160px;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
.white-outline-button:hover, .white-outline-button:focus, .white-outline-button:active {
  background: white;
  color: black;
  transition: all 0.3s ease;
  text-decoration: none;
}

.yellow-outline-button {
  text-align: center;
  display: inline-block;
  background: transparent;
  color: white;
  padding: 12px 0px 6px 0px;
  border: 2px solid white;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
  max-width: 160px;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #F8C818;
}
.yellow-outline-button:hover, .yellow-outline-button:focus, .yellow-outline-button:active {
  background: white;
  color: black;
  transition: all 0.3s ease;
  text-decoration: none;
}
.yellow-outline-button:hover, .yellow-outline-button:focus, .yellow-outline-button:active {
  background: #F8C818;
  color: black;
  transition: all 0.3s ease;
  text-decoration: none;
}

.yellow-solid-button {
  text-align: center;
  display: inline-block;
  background: transparent;
  color: white;
  padding: 12px 0px 6px 0px;
  border: 2px solid white;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
  max-width: 160px;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  background: #F8C818;
  color: black;
  border: 2px solid #F8C818;
}
.yellow-solid-button:hover, .yellow-solid-button:focus, .yellow-solid-button:active {
  background: white;
  color: black;
  transition: all 0.3s ease;
  text-decoration: none;
}
.yellow-solid-button:hover, .yellow-solid-button:focus, .yellow-solid-button:active {
  background: #d9af15;
  border: 2px solid #d9af15;
}
.yellow-solid-button.read-more {
  min-width: 200px;
}
.yellow-solid-button.read-more::before {
  content: "Read More";
}
@media screen and (min-width: 768px) {
  .yellow-solid-button.read-more {
    text-align: center;
    display: inline-block;
    background: transparent;
    color: white;
    padding: 12px 0px 6px 0px;
    border: 2px solid white;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
    max-width: 160px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
  }
  .yellow-solid-button.read-more:hover, .yellow-solid-button.read-more:focus, .yellow-solid-button.read-more:active {
    background: white;
    color: black;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .yellow-solid-button.read-more::before {
    content: "View";
  }
}

.services-menu-container-wrapper {
  position: relative;
  z-index: 1;
  background-color: white;
}
@media (min-width: 768px) {
  .services-menu-container-wrapper {
    position: sticky;
    top: 0;
  }
}

.services-menu-container .mobile-only {
  display: none;
}
.services-menu-container .section-trigger {
  height: 70vh;
  width: 100%;
}
.services-menu-container .section-trigger[data-index="0"] {
  height: 30vh;
}
.services-menu-container .section-trigger:last-child {
  height: 30vh;
}

.services-menu-container-inner {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.services-menu-headers-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.services-menu-headers-title {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
  color: black;
}
@media (max-width: 1600px) {
  .services-menu-headers-title {
    font-size: clamp(34px, 6vw, 60px);
  }
}

.services-menu-headers {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 70%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .services-menu-headers {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
.services-menu-headers div {
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  border-top: 3px solid transparent;
  padding-top: 10px;
  position: relative;
}
.services-menu-headers div.active {
  color: #0278AD;
  border-top: 3px solid #F8C818;
}
.services-menu-headers div.active:after {
  content: " ";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #fff;
  bottom: -35px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .services-menu-headers div {
    font-size: 18px;
  }
}

.horizontal-menu {
  top: 270px;
  display: flex;
  width: 100%;
  aspect-ratio: 6/2;
  transition: all 0.3s ease;
  padding: 0 5%;
  margin-bottom: 100px;
  background-color: white;
  gap: 4px;
}
@media (max-width: 1600px) {
  .horizontal-menu {
    padding: 0 20px;
  }
}

.services-menu-item {
  flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-menu-item-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.services-menu-item:first-child {
  margin-left: 0;
}

.services-menu-item:last-child {
  margin-right: 0;
}

.services-menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  transition: background-color 0.4s ease;
  z-index: 1;
}

.services-menu-item:hover::before,
.services-menu-item.active::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.services-menu-item.active {
  flex: 4;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.services-menu-item.active .services-menu-item-content {
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
}

.services-menu-item:not(.active) {
  flex: 0.8;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.services-menu-item:not(.active) .services-menu-item-content {
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

.services-menu-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  color: white;
  z-index: 2;
  text-align: center;
  right: 0;
  width: 725px;
}
@media (max-width: 1200px) {
  .services-menu-item-content {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .services-menu-item-content {
    width: 300px;
  }
}

.services-menu-item-link {
  text-align: center;
  display: inline-block;
  background: transparent;
  color: white;
  padding: 12px 0px 6px 0px;
  border: 2px solid white;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
  max-width: 160px;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #F8C818;
  margin-top: 3rem;
  width: 237px;
  max-width: none;
}
.services-menu-item-link:hover, .services-menu-item-link:focus, .services-menu-item-link:active {
  background: white;
  color: black;
  transition: all 0.3s ease;
  text-decoration: none;
}
.services-menu-item-link:hover, .services-menu-item-link:focus, .services-menu-item-link:active {
  background: #F8C818;
  color: black;
  transition: all 0.3s ease;
  text-decoration: none;
}

.services-menu-item p {
  font-size: 36px;
  margin-bottom: 3vw;
  font-weight: bold;
}
.services-menu-item h3 {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.95;
  margin-bottom: 3vw;
  transition: font-size 0.4s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: white;
}
@media (max-width: 1600px) {
  .services-menu-item h3 {
    font-size: 50px;
  }
}
.services-menu-item h3.less-margin {
  margin-bottom: 10px;
}

.services-menu-item .description {
  opacity: 0;
  transition: opacity 0.4s ease;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

.services-menu-item.active .description {
  opacity: 1;
}

@media (max-width: 768px) {
  .services-menu-item {
    margin: 0 8px;
  }
  .services-menu-item h3 {
    font-size: 1.2rem;
  }
  .services-menu-item.active h3 {
    font-size: 1.6rem;
  }
  .services-menu-item .description {
    font-size: 0.9rem;
    max-width: 200px;
  }
}
/* Responsive styles for tablet and mobile */
@media (max-width: 991px) {
  .services-menu-container {
    position: static;
    height: auto;
  }
  .services-menu-container-inner {
    position: relative;
    padding: 80px 20px 40px 20px;
    display: block;
  }
  .horizontal-menu {
    display: flex;
    flex-direction: column;
    overflow: visible;
    transform: none;
    height: auto;
    aspect-ratio: unset;
    gap: 20px;
  }
  .services-menu-item {
    width: 100%;
    flex-shrink: 0;
    opacity: 1;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 300px;
  }
  .services-menu-item .services-menu-item-video {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .services-menu-item .services-menu-item-content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .services-menu-item .services-menu-item-content .services-menu-item-link {
    display: none;
  }
  .services-menu-item .services-menu-item-content a {
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 25px;
  }
  .services-menu-item .services-menu-item-content .mobile-only {
    display: block;
  }
  .services-menu-item .services-menu-item-content .desktop-only {
    display: none;
  }
  .services-menu-headers-container {
    margin-bottom: 30px;
  }
  .services-menu-headers {
    display: none;
  }
  .section-trigger {
    display: none;
  }
}
.video-contain {
  height: 500vh;
  display: flex;
  background: black;
  justify-content: space-between;
  flex-direction: column;
}
.video-contain .video-contain-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("https://shootforthemoon.s3.amazonaws.com/2025/rocket-launch/plus.png");
  background-size: 200%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  padding: 0 6%;
  transition: background-size 0.1s ease-out, opacity 0.1s ease-out;
}
.video-contain .video-contain-inner img {
  width: 100%;
}
.video-contain .video-contain-inner .video-contain-top {
  width: 75%;
  margin-bottom: 2%;
  transform: translateY(-100%);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}
.video-contain .video-contain-inner .video-contain-bottom {
  transform: translateY(100%);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}
.video-contain footer.dark #contact {
  padding-top: 30vh;
  background-color: transparent;
  background-image: linear-gradient(to bottom, transparent 0%, black 20%);
}

#rocket-launch-video {
  background: black;
  z-index: 1;
}

@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    transform: translate3d(-50%, -8px, 0);
  }
}
.chevron {
  animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  position: relative;
  z-index: 2;
  height: 30px;
  width: 40px;
  margin: 0 auto;
  background: url("images/MC_Chevron-Gray.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 768px) {
  .chevron {
    width: 25px;
  }
}

.subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3% 0;
  text-align: center;
  background-color: #f2f2f2;
  position: relative;
  z-index: 2;
}
.subscribe .subscribe-default {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
}
.subscribe .subscribe-success {
  display: none;
}
.subscribe .subscribe-success .social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2vw;
}
.subscribe .subscribe-success .social-links a {
  font-size: 32px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.subscribe h1 {
  font-size: 60px;
  margin: 10px auto;
  font-weight: bold;
  color: black;
  text-align: center;
}
@media (max-width: 768px) {
  .subscribe h1 {
    font-size: 8vw;
  }
}
.subscribe h2 {
  color: black;
  text-align: center;
  font-size: 40px;
}
@media (max-width: 768px) {
  .subscribe h2 {
    font-size: 6vw;
  }
}
.subscribe p {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  color: black;
}
@media (max-width: 768px) {
  .subscribe p {
    font-size: 3.5vw;
  }
}
.subscribe .email-and-submit {
  width: 600px;
}
@media (max-width: 768px) {
  .subscribe .email-and-submit {
    width: 100%;
  }
}
.subscribe .email-and-submit .frm_first_inline {
  border-radius: 0;
  line-height: 33px;
}
@media (min-width: 768px) {
  .subscribe .email-and-submit .mc-button {
    width: 220px !important;
  }
}
.subscribe .email-and-submit .frm_fields_container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  --font: "Univers LT Std", sans-serif;
  --field-pad: 13px 20px 8px 20px;
  --field-font-size: 22px;
}
.subscribe .email-and-submit .frm_fields_container .form-field {
  flex: 1;
}
.subscribe .email-and-submit .frm_fields_container .frm_first_inline {
  flex: 2;
}
@media (max-width: 768px) {
  .subscribe .email-and-submit .frm_fields_container {
    flex-direction: column;
  }
  .subscribe .email-and-submit .frm_fields_container .form-field {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .subscribe .email-and-submit .frm_fields_container .frm_first_inline {
    flex: 1;
    width: 100%;
    margin-bottom: 40px;
  }
}

html {
  overflow-y: auto;
}

body {
  font-size: 19px;
  background: white;
}

*, body {
  font-family: "Univers LT Std", sans-serif;
}
*:focus, body:focus {
  outline: none;
}

p {
  margin: 0;
}

.semi-bold, .semi-bold * {
  font-weight: 600;
}

.bold, .bold * {
  font-weight: 700;
}

.extra-bold, .extra-bold * {
  font-weight: 900;
}

.margin.r-10 {
  margin-right: 10;
}
.margin.r-20 {
  margin-right: 20;
}
.margin.r-30 {
  margin-right: 30;
}
.margin.r-40 {
  margin-right: 40;
}
.margin.l-10 {
  margin-left: 10;
}
.margin.l-20 {
  margin-left: 20;
}
.margin.l-30 {
  margin-left: 30;
}
.margin.l-40 {
  margin-left: 40;
}

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.width-70 {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .width-100-sm {
    width: 100%;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Univers LT Std";
}

h1 {
  font-weight: bold;
  color: black;
  line-height: 1;
  text-align: left;
}

h2 {
  color: black;
  font-size: 36px;
  font-weight: 700;
}

h3 {
  font-style: italic;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
}

h4 {
  color: black;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
}

h5 {
  font-size: 14px;
  color: black;
  font-weight: 600;
  margin: 0;
}
h5 ~ ul {
  color: black;
  list-style: none;
  padding-left: 10px;
}
h5 ~ ul li span, h5 ~ ul li:before {
  font-weight: 600;
}
h5 ~ ul li:before {
  content: "– ";
  font-size: 12px;
}

h6 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

br.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  br.mobile {
    display: block;
  }
}

.fl-row-full-width {
  clear: both;
}

.fl-rich-text {
  font-size: 19px;
}

#case-studies-detail {
  margin-top: 20px;
}
#case-studies-detail .fl-rich-text {
  font-size: 16px;
}

.sticky-top {
  position: sticky;
  top: 0;
}

a {
  color: #0278AD;
}
a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.fb {
  background-image: url("images/fb.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.fb.black {
  background-image: url("images/fb-black.svg");
}

.twitter {
  background-image: url("images/twitter.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.instagram {
  background-image: url("images/instagram.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.instagram.black {
  background-image: url("images/instagram-black.svg");
}

.linked-in {
  background-image: url("images/linked-in.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.linked-in.black {
  background-image: url("images/linked-in-black.svg");
}

.vimeo {
  background-image: url("images/vimeo.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.mc-button {
  cursor: pointer;
  background: #0278AD;
  padding: 16px 32px;
  color: white;
  font-weight: bold;
  font-size: var(--var-section-paragraph-font-size);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  transition: background-color 0.4s ease-in-out;
  border-radius: 0;
  border: 0;
}
.mc-button:hover {
  color: white;
  background: #033656;
  text-decoration: none;
  border: 0;
}
.mc-button:focus, .mc-button:active {
  color: white;
  text-decoration: none;
  background: #033656;
  border: 0;
}
.mc-button.secondary, .mc-button.yellow {
  background: #F8C818;
  color: black;
}
.mc-button.secondary:hover, .mc-button.yellow:hover {
  background: #d9af15;
}
.mc-button.secondary:focus, .mc-button.secondary:active, .mc-button.yellow:focus, .mc-button.yellow:active {
  background: #d9af15;
}
.mc-button .expand-icon {
  background-image: url("images/contact-us-chevron.png");
  width: 24px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.mc-button.expanded .expand-icon {
  background-image: url("images/contact-us-dash.png");
}
.mc-button#expand-contact-us-btn {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .mc-button {
    transition: none;
  }
}

.hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(52, 61, 75, 0.4);
}

.yellow-sub-title {
  color: #F8C818;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  font-size: 19px;
  text-align: center;
  font-weight: 600;
}

.play-button {
  height: 80px;
  width: 80px;
  margin: 20px auto 25px auto;
  background: url("images/play-button.png");
  background-size: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.fl-page {
  padding-top: 0 !important;
}

.page-id-27 {
  background: #0278AD;
}
.page-id-27 .fl-page-content {
  display: none;
}

.fl-page-content .fl-accordion-item {
  border: 0;
}
.fl-page-content .fl-accordion-item .fl-accordion-button {
  background: #F8C818;
  height: 70px;
  line-height: 70px;
  padding: 0 50px;
  padding-top: 6px;
  font-weight: bold;
  font-size: 22px;
}
.fl-page-content .fl-accordion-item .fl-accordion-button-label {
  color: black !important;
}
@media screen and (max-width: 640px) {
  .fl-page-content .fl-accordion-item .fl-accordion-button {
    font-size: 15px;
    line-height: 18px;
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
  }
}
.fl-page-content .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon {
  opacity: 1;
}
.fl-page-content .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon-right {
  position: relative;
  top: -7px;
}
.fl-page-content .fl-accordion-item .fl-accordion-button .fl-accordion-button-label {
  vertical-align: middle;
}
.fl-page-content .fl-accordion-item .fl-accordion-content {
  padding: 30px 50px 80px;
}
@media screen and (max-width: 640px) {
  .fl-page-content .fl-accordion-item .fl-accordion-content {
    padding: 30px 15px 40px;
  }
}
.fl-page-content .fl-accordion-item .fa-plus:before, .fl-page-content .fl-accordion-item .fa-minus:before {
  content: " ";
  -webkit-mask-image: url("images/chevron-right.svg");
          mask-image: url("images/chevron-right.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transform: rotate(90deg) translateX(12px);
  height: 43px;
  width: 44px;
  background-size: 100%;
  background-repeat: no-repeat;
  float: right;
  background-color: black;
}
.fl-page-content .fl-accordion-item .fa-minus:before {
  transform: rotate(-90deg) translateX(-12px);
}

#sb_instagram {
  display: inline-block;
  margin: 0 30px 0 0;
}

.social-media {
  max-width: 840px;
  margin: 0 auto;
}

body.single-preview .entry-header {
  text-align: center;
  background-color: #0278AD;
  padding: 100px 0;
  margin-top: -100px;
  padding-top: 200px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
body.single-preview .entry-header * {
  color: white;
  z-index: 1;
  position: relative;
}
body.single-preview .entry-header .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.video_content .floating {
  padding: 4em 2em;
  left: 0px;
  text-align: center;
}
.video_content .floating h2 {
  font-weight: 600;
}

.fl-post {
  margin-bottom: 0 !important;
}

.fl-post-header {
  display: none;
}

#case-studies-detail ul, #capabilities-detail ul {
  list-style: none;
  padding-left: 10px;
}
#case-studies-detail ul li, #capabilities-detail ul li {
  color: black;
  font-weight: bold;
}
#case-studies-detail ul li:before, #capabilities-detail ul li:before {
  content: "–";
  padding-right: 4px;
}
#case-studies-detail #count_up_container ul li:before, #capabilities-detail #count_up_container ul li:before {
  content: "";
  padding-right: 0;
}
#case-studies-detail .services-provided-header, #capabilities-detail .services-provided-header {
  font-size: 38px;
}
#case-studies-detail ul.services-provided, #capabilities-detail ul.services-provided {
  padding-left: 0;
  display: inline-block;
  font-weight: normal;
}
#case-studies-detail ul.services-provided li, #capabilities-detail ul.services-provided li {
  padding: 0 8px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 19px;
  font-weight: normal;
  line-height: 32px;
}
#case-studies-detail ul.services-provided li a, #capabilities-detail ul.services-provided li a {
  color: rgb(0, 0, 0);
  pointer-events: none !important;
  white-space: nowrap;
}
#case-studies-detail ul.services-provided li:before, #capabilities-detail ul.services-provided li:before {
  content: "";
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #case-studies-detail .services-provided-header, #capabilities-detail .services-provided-header {
    font-size: 22px;
  }
  #case-studies-detail ul.services-provided span, #case-studies-detail ul.services-provided li, #capabilities-detail ul.services-provided span, #capabilities-detail ul.services-provided li {
    font-size: 16px;
  }
  #case-studies-detail ul.services-provided span a, #case-studies-detail ul.services-provided li a, #capabilities-detail ul.services-provided span a, #capabilities-detail ul.services-provided li a {
    white-space: normal;
  }
}

.text-separator {
  color: #F8C818;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .text-separator {
    margin: 0 10px;
  }
}

.slick-dots button:active, .slick-dots button:focus {
  top: 0;
}

.full-width-video .arve-wrapper {
  max-width: 100% !important;
}

div[class*=photo-].photo-1 .fl-photo-content:after {
  content: "1";
}
div[class*=photo-].photo-2 .fl-photo-content:after {
  content: "2";
}
div[class*=photo-].photo-3 .fl-photo-content:after {
  content: "3";
}
div[class*=photo-].photo-4 .fl-photo-content:after {
  content: "4";
}
div[class*=photo-].photo-5 .fl-photo-content:after {
  content: "5";
}
div[class*=photo-].photo-6 .fl-photo-content:after {
  content: "6";
}
div[class*=photo-].photo-7 .fl-photo-content:after {
  content: "7";
}
div[class*=photo-].photo-8 .fl-photo-content:after {
  content: "8";
}
div[class*=photo-].photo-9 .fl-photo-content:after {
  content: "9";
}
div[class*=photo-].photo-10 .fl-photo-content:after {
  content: "10";
}
div[class*=photo-].photo-11 .fl-photo-content:after {
  content: "11";
}
div[class*=photo-].photo-12 .fl-photo-content:after {
  content: "12";
}
div[class*=photo-].photo-13 .fl-photo-content:after {
  content: "13";
}
div[class*=photo-].photo-14 .fl-photo-content:after {
  content: "14";
}
div[class*=photo-].photo-15 .fl-photo-content:after {
  content: "15";
}
div[class*=photo-].photo-16 .fl-photo-content:after {
  content: "16";
}
div[class*=photo-].photo-17 .fl-photo-content:after {
  content: "17";
}
div[class*=photo-].photo-18 .fl-photo-content:after {
  content: "18";
}
div[class*=photo-].photo-19 .fl-photo-content:after {
  content: "19";
}
div[class*=photo-].photo-20 .fl-photo-content:after {
  content: "20";
}
div[class*=photo-] .fl-photo-content:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
}

.menu-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("images/M-Mark_Logo.svg");
          mask-image: url("images/M-Mark_Logo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right center;
          mask-position: right center;
  background-color: #1784B4;
  transform: scale(1.2) translateX(-5%);
  z-index: 0;
}
@media screen and (max-width: 830px) {
  .menu-logo {
    -webkit-mask-position: center center;
            mask-position: center center;
    transform: scale(2);
  }
}

/*# sourceMappingURL=style.css.map */