@layer reset, defaults, nav, modules, blocks, overrides;
@layer reset {
  body:not(.wp-admin) *,
  body:not(.wp-admin) *:before,
  body:not(.wp-admin) *:after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
  }
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip !important;
  }
  body.wp-admin {
    line-height: 1.2 !important;
    padding-left: 0;
    padding-right: 0;
  }
  body.modal-open {
    overflow: visible !important;
  }
  body.open {
    position: fixed;
    overflow-y: hidden !important;
  }
}
@layer defaults {
  .cky-consent-container {
    font-family: var(--wp--preset--font-family--avenirnext) !important;
  }
  .cky-title,
  .cky-preference-header {
    text-transform: uppercase !important;
    font-weight: 700 !important;
  }
  .cky-btn,
  .cky-accordion-btn {
    text-transform: uppercase !important;
    letter-spacing: 2% !important;
    font-weight: 700 !important;
  }
  .linkHome {
    display: none;
  }
  .wp-block-site-logo.is-default-size img {
    max-width: 100px !important;
    width: 100%;
    margin: 1.5rem auto;
  }
  h1, h2, h3, h4, h5, h6, p, ol.wp-block-list, ul.wp-block-list {
    /*margin-bottom: 1.25rem !important;*/
    widows: 2;
  }
  h1.wp-block-site-title {
    margin-bottom: 0 !important;
  }
  li {
    margin-bottom: 0.75rem;
  }
  li:last-child {
    margin-bottom: 0 !important;
  }
  .has-headline-large-font-size,
  .has-headline-medium-font-size {
    line-height: 110% !important;
  }
  .has-headline-small-font-size {
    line-height: 115% !important;
  }
  .has-title-large-font-size,
  .has-title-medium-font-size,
  .has-title-small-font-size {
    line-height: 120% !important;
  }
  .has-sub-header-font-size {
    line-height: 140% !important;
  }
  .has-body-large-font-size,
  .has-body-medium-font-size,
  .has-default-font-size {
    line-height: 135% !important;
  }
  .has-body-small-font-size {
    line-height: 130% !important;
  }
  .has-data-large-font-size,
  .has-data-small-font-size {
    line-height: 120% !important;
  }
  strong {
    font-weight: 700;
  }
}
@layer nav {
  .glide li,
  #pageNav li,
  .caseStudyNav p {
    margin-bottom: 0 !important;
    margin-block-end: 0 !important;
  }
  .caseStudyNav ul.wp-block-navigation__container {
    flex-wrap: nowrap !important;
    max-width: 550px !important;
  }
  .caseStudyNav ul .wp-block-navigation-item {
    width: 33.333% !important;
  }
  ul#wp-admin-bar-root-default,
  ul.glide__slides {
    margin: 0 !important;
  }
  /*
  .current-menu-ancestor,
  .current-menu-item > a {
  	font-weight: bold;
  	color: var(--wp--preset--color--pink) !important;
  }
  .single-services li.servicesSubmenu > a {
  	font-weight: bold;
  	color: var(--wp--preset--color--pink) !important;
  }
  .single-services li.servicesSubmenu > button svg {
  	color: var(--wp--preset--color--pink) !important;
  }
  .page-template-services-page li.services button svg {
  	color: var(--wp--preset--color--pink) !important;
  }
  .current-menu-item button svg {
  	color: var(--wp--preset--color--pink) !important;
  }
  .current-menu-ancestor + button {
  	color: var(--wp--preset--color--pink) !important;
  }
  .wp-block-navigation-item:hover > a,
  .wp-block-navigation-item:hover > a + button {
  	color: var(--wp--preset--color--pink) !important;
  }
  */
  .current-menu-ancestor,
  .current-menu-item > a,
  .single-services li.servicesSubmenu > a,
  .single-services a.servicesMenu {
    text-decoration: underline !important;
    color: var(--wp--preset--color--white) !important;
    text-underline-offset: 0.2em;
    font-weight: 600;
  }
  .wp-block-navigation-item:hover > a {
    text-decoration: underline !important;
    text-underline-offset: 0.2em;
  }
  .page-template-services-page li.services button svg {
    color: var(--wp--preset--color--white) !important;
  }
  .page-template-services-page li.services > a.wp-block-navigation-item__content {
    font-weight: bold;
    color: var(--wp--preset--color--pink) !important;
  }
  .wp-block-navigation-submenu .current-menu-item > a {
    color: var(--wp--preset--color--pink) !important;
    font-weight: 600;
  }
  .wp-block-navigation .wp-block-navigation__submenu-icon {
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  .has-child.wp-block-navigation-item > a {
    padding-right: 0.25rem !important;
  }
  .wp-block-navigation-item > a {
    padding: 0.75rem;
    text-underline-offset: 0.2em;
  }
}
.mobileHeader {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.desktopHeader {
  display: block;
}

.serviceColumns .wp-block-column {
  padding: 2rem;
  transition: background 0.25s ease-in-out;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
}

.has-white-background-color .serviceColumns .wp-block-column:hover {
  background: var(--wp--preset--color--grey-20);
  transition: background 0.25s ease-in-out;
}

.has-grey-20-background-color .serviceColumns .wp-block-column:hover {
  background: var(--wp--preset--color--white);
  transition: background 0.25s ease-in-out;
}

.serviceColumns .wp-block-column:hover:empty {
  background: transparent !important;
}

.wp-block-button {
  font-weight: 600;
}

main .entry-content + .wp-block-group {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.editor-post-title {
  color: var(--wp--preset--color--white);
}

.block-editor-block-list__layout .wp-block.glide ul {
  display: flex;
  gap: 20px;
  overflow-x: auto;
}

.block-editor-block-list__layout .wp-block.glide.services ul li {
  flex-basis: 50% !important;
}

.block-editor-block-list__layout .wp-block.glide.span-1 ul li {
  flex-basis: 100%;
}

.block-editor-block-list__layout .wp-block.glide.span-2 ul li {
  flex-basis: 50%;
}

.block-editor-block-list__layout .wp-block.glide.span-3 ul li {
  flex-basis: 33.33%;
}

.block-editor-block-list__layout .wp-block.glide.span-4 ul li {
  flex-basis: 25%;
}

.block-editor-block-list__layout .wp-block.glide.span-5 ul li {
  flex-basis: 20%;
}

.block-editor-block-list__layout .wp-block.glide.services ul li {
  flex-basis: 50% !important;
}

.wp-block.glide.span-1 ul li {
  flex-basis: 100%;
}

.wp-block.glide.span-2 ul li {
  flex-basis: 50%;
}

.wp-block.glide.span-3 ul li {
  flex-basis: 33.33%;
}

.wp-block.glide.span-4 ul li {
  flex-basis: 25%;
}

.wp-block.glide.span-5 ul li {
  flex-basis: 20%;
}

.wp-block.glide.span-6 ul li {
  flex-basis: 16.6666666667%;
}

.wp-block.glide.span-7 ul li {
  flex-basis: 14.2857142857%;
}

.wp-block.glide.span-8 ul li {
  flex-basis: 12.5%;
}

.wp-block.glide.span-9 ul li {
  flex-basis: 11.1111111111%;
}

.wp-block.glide.span-10 ul li {
  flex-basis: 10%;
}

.staff-carousel .glide__slide {
  max-height: 400px !important;
}

.staff-carousel .glide__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.staff-carousel .glide__slide img.gray {
  filter: grayscale(1);
}

.static.span-2 ul.wp-block-post-template,
.static.span-3 ul.wp-block-post-template {
  display: flex;
  gap: 20px;
}

.static.span-2 ul.wp-block-post-template li {
  flex-basis: 50%;
}

.static.span-3 ul.wp-block-post-template li {
  flex-basis: 33.33%;
}

.wp-block-site-title {
  margin: 0 !important;
  padding: 20px 0 !important;
}

.wp-block-site-title a {
  display: block;
  background: url(../svg/logo-transmission-white-2.svg);
  width: 275px;
  height: 42px;
  background-size: cover;
  text-indent: -999rem;
  padding: 0.5rem;
}

.page-template-template-hubbub .wp-block-site-title,
.single-hubbub .wp-block-site-title {
  margin: 0 !important;
  padding: 10px 0 !important;
}

.page-template-template-hubbub .wp-block-site-title a,
.single-hubbub .wp-block-site-title a {
  display: block;
  background: url(../png/hubbub-logo.png);
  width: 275px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -999rem;
  padding: 0.5rem;
}

.page-template-template-hubbub .desktopHeader,
.single-hubbub .desktopHeader {
  min-height: 82px;
}

.alignfull {
  max-width: 100vw;
  width: 100vw;
  margin: 0 calc(50% - 50vw) !important;
}

.wp-admin .alignfull {
  max-width: 100vw;
  width: 100%;
  margin: 0 calc(50% - 50vw) !important;
}

.editor-styles-wrapper .alignfull {
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-site-blocks {
  padding: 0 !important;
}

kbd {
  font-family: var(--wp--preset--font-family--avenirnext);
}

main {
  padding: 0 !important;
  margin-bottom: 0 !important;
  scroll-snap-type: y mandatory;
}

main .wp-block-group {
  scroll-padding-top: 100px;
}

main > .wp-block-group:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

p mark {
  padding: 0.25rem 0.5rem;
  border-radius: 50px;
  font-weight: bold;
  font-size: var(--wp--preset--font-size--body-small);
}

p mark.has-pink-color {
  background: var(--wp--preset--color--pink) !important;
  color: var(--wp--preset--color--white) !important;
}

p mark.has-teal-color {
  background: var(--wp--preset--color--teal) !important;
  color: var(--wp--preset--color--black) !important;
}

.has-child > a {
  padding-right: 4px;
}

li.type-services .wp-block-group .tr-icon {
  max-width: 4rem;
}

.single-work .workLink > a {
  font-weight: bold;
  color: var(--wp--preset--color--pink) !important;
}

.single-work .workHeader .wp-block-post-excerpt a {
  display: none !important;
}

.wp-block-navigation-item.hubbub > a {
  border-bottom: 2px solid var(--wp--preset--color--pink) !important;
}

.wp-block-navigation-item a + button {
  transition: all 0.15s linear;
}

.wp-block-navigation-item:hover a + button {
  transform: rotate(-180deg) translateY(-2.5px);
}

.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
  padding: 0.5rem !important;
  min-width: 250px;
}

/*
.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
	left: -50% !important;
}
*/
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
  transform: rotate(90deg);
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item:hover .wp-block-navigation__submenu-icon svg {
  transform: rotate(-90deg);
}

.wp-block-navigation__submenu-container.servicesMenu.wp-block-navigation-submenu {
  min-width: 650px !important;
  left: -275px !important;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.wp-block-navigation__submenu-container.servicesMenu.wp-block-navigation-submenu li {
  flex-basis: 33.333% !important;
}

.wp-block-navigation__submenu-container.servicesMenu.wp-block-navigation-submenu li > a {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  padding: 0.75rem 1.5rem !important;
}

.single-hubbub .wp-block-navigation .wp-block-navigation-item.hubbub > a {
  text-decoration: underline !important;
  color: var(--wp--preset--color--pink) !important;
  text-underline-offset: 0.2em;
  font-weight: 600;
}

.single-hubbub .wp-block-navigation .wp-block-navigation-item.insights > a {
  text-decoration: underline !important;
  color: var(--wp--preset--color--white) !important;
  text-underline-offset: 0.2em;
  font-weight: 600;
}

.locationLoop .wp-block-post-template {
  display: flex !important;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.locationLoop .wp-block-post-template li {
  flex-basis: calc(20% - 1.2rem);
  padding: 1.5rem;
  color: var(--wp--preset--color--black) !important;
  background: var(--wp--preset--color--white) !important;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

.locationLoop .wp-block-post-template li p {
  margin: 0 0 1rem 0 !important;
}

.locationLoop .wp-block-post-template li h2 {
  margin: 0 0 1rem 0 !important;
}

.locationLoop .wp-block-post-template li p.has-body-large-font-size {
  font-weight: 600;
}

.locationLoop .wp-block-button a,
.wp-admin .locationLoop .wp-block-button .wp-block-button__link {
  background: var(--wp--preset--color--white) !important;
  text-transform: capitalize;
  color: var(--wp--preset--color--pink) !important;
  padding: 0;
}

.locationLoop .wp-block-button a:hover {
  transform: scale(1);
  padding: 0 !important;
}

.locationLoop .wp-block-button a:after {
  content: "";
  display: none;
}

.footerLocations .wp-block-post-template {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 1rem;
}

footer h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  cursor: pointer;
  font-size: var(--wp--preset--font-size--default);
}

.footerLocations h5:hover,
.footerLocations h5.active {
  text-decoration: underline !important;
  color: var(--wp--preset--color--white) !important;
  text-underline-offset: 0.2em;
}

.officeLocations .wp-block-media-text__content {
  padding: 1rem;
}

.officeLocations p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-block-end: 0 !important;
  padding: 0 !important;
}

.officeLocations .wp-block-media-text__content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 0;
}

.footerLocations .wp-block-post-template li {
  flex-basis: calc(50% - 1rem);
}

.footerLocations .wp-block-post-template li h6 {
  margin: 0;
}

.footerLocations .wp-block-post-template li h6 a {
  font-weight: normal;
}

.footerLocations .wp-block-post-template li p.active {
  text-decoration: underline !important;
  color: var(--wp--preset--color--white) !important;
  text-underline-offset: 0.2em;
  font-weight: 600;
}

footer nav {
  margin-top: 0 !important;
}

footer nav .wp-block-navigation {
  gap: 0 !important;
}

footer nav li,
footer nav a {
  display: block !important;
  width: 100% !important;
}

footer nav a {
  padding: 5px 0 !important;
}

@supports (text-stroke: 1px black) or (-webkit-text-stroke: 2px black) {
  h1 mark,
  h2 mark,
  h3 mark,
  h4 mark,
  h5 mark,
  h6 mark {
    -webkit-text-stroke: 1.5px #fff;
    /* text-stroke removed, use -webkit-text-stroke for cross-browser support */
    text-shadow: none !important;
  }
  h1 mark.has-inline-color,
  h2 mark.has-inline-color,
  h3 mark.has-inline-color,
  h4 mark.has-inline-color,
  h5 mark.has-inline-color,
  h6 mark.has-inline-color {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.5px var(--outline, currentColor);
    /* Use CSS variable --outline set in the style attribute */
  }
  h1 mark.has-black-color,
  h2 mark.has-black-color,
  h3 mark.has-black-color,
  h4 mark.has-black-color,
  h5 mark.has-black-color,
  h6 mark.has-black-color {
    -webkit-text-stroke: 1.5px #FFF;
  }
  h1 mark.has-teal-color,
  h2 mark.has-teal-color,
  h3 mark.has-teal-color,
  h4 mark.has-teal-color,
  h5 mark.has-teal-color,
  h6 mark.has-teal-color {
    color: var(--wp--preset--color--teal) !important;
  }
  h1 mark.has-pink-color,
  h2 mark.has-pink-color,
  h3 mark.has-pink-color,
  h4 mark.has-pink-color,
  h5 mark.has-pink-color,
  h6 mark.has-pink-color {
    color: var(--wp--preset--color--pink) !important;
  }
  h1 mark.has-purple-color,
  h2 mark.has-purple-color,
  h3 mark.has-purple-color,
  h4 mark.has-purple-color,
  h5 mark.has-purple-color,
  h6 mark.has-purple-color {
    color: var(--wp--preset--color--purple) !important;
  }
}
hr {
  width: 100%;
}

.wp-block-button .wp-block-button__link {
  transition: all 0.25s linear;
  position: relative;
}

.wp-block-button .wp-block-button__link:hover {
  transition: all 0.25s linear;
  /*background: var(--wp--preset--gradient--teal-to-pink);*/
  padding-right: 35px !important;
  transform: scale(1.05);
}

.wp-block-button .wp-block-button__link:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNC4wNzY2NiAxMy40ODY4TDUuMjU2NjYgMTQuNjY2OEwxMS45MjMzIDguMDAwMTZMNS4yNTY2NiAxLjMzMzVMNC4wNzY2NiAyLjUxMzVMOS41NjMzMyA4LjAwMDE2TDQuMDc2NjYgMTMuNDg2OFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==);
  opacity: 0;
  transition: all 0.25s linear;
}

.wp-block-media-text__content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--wp--preset--color--white) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-black-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-black-color:hover {
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--black) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-black-color:hover:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJibGFjayI+CiAgPHBhdGggZD0iTTQuMDc2NjYgMTMuNDg2OEw1LjI1NjY2IDE0LjY2NjhMMTEuOTIzMyA4LjAwMDE2TDUuMjU2NjYgMS4zMzM1TDQuMDc2NjYgMi41MTM1TDkuNTYzMzMgOC4wMDAxNkw0LjA3NjY2IDEzLjQ4NjhaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4=) !important;
}

.wp-block-button .wp-block-button__link:hover:after {
  opacity: 1;
  transition: all 0s linear;
}

.wp-block-table-of-contents ol {
  list-style: none;
  padding-left: 0;
}

.wp-block-table-of-contents ol ol {
  padding-left: 1rem;
}

.wp-block-columns {
  margin-bottom: 0 !important;
}

.grid-1 {
  flex-basis: calc(33.333% - 16px);
  grid-column: span 1;
}

.grid-2 {
  flex-basis: calc(66.666% - 12px);
  grid-column: span 2;
}

.grid-3 {
  flex-basis: 100%;
  grid-column: span 3;
}

.slider ul {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 !important;
  gap: 16px !important;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

.slider li {
  min-width: 300px;
  min-height: 460px;
}

.slider li .wp-block-cover {
  padding: 16px;
}

.wp-block-group.is-vertical.imgstack {
  gap: 40px;
}

.wp-block-media-text .wp-block-media-text__content {
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 32px;
}

.wp-block-post-title a {
  font-weight: bold;
  text-decoration: none;
}

.wp-block-post-terms a {
  background: #96D0D3;
  padding: 3px 8px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  transition: all 0.25s linear;
  display: inline-block;
}
.wp-block-post-terms a:hover {
  background: #DF2080;
  color: white;
}

.taxonomy-work_progress {
  margin-block-start: 0 !important;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 10px;
}

.wp-block-read-more {
  float: right;
  margin: 0;
  width: auto;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  margin-top: 1rem;
  align-self: end;
  font-weight: 700;
  text-decoration: none !important;
}

.search .wp-block-post-excerpt__more-text a {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  align-self: end;
  font-weight: 700;
}

.search .wp-block-post-excerpt__more-text a:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 8px;
  background: var(--wp--preset--color--white) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMy44MjE4NyAxMi42NDM3TDQuOTI4MTIgMTMuNzVMMTEuMTc4MSA3LjVMNC45MjgxMiAxLjI1TDMuODIxODcgMi4zNTYyNUw4Ljk2NTYyIDcuNUwzLjgyMTg3IDEyLjY0MzdaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}

.wp-block-read-more:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 8px;
  background: var(--wp--preset--color--white) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMy44MjE4NyAxMi42NDM3TDQuOTI4MTIgMTMuNzVMMTEuMTc4MSA3LjVMNC45MjgxMiAxLjI1TDMuODIxODcgMi4zNTYyNUw4Ljk2NTYyIDcuNUwzLjgyMTg3IDEyLjY0MzdaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}

.has-black-color .wp-block-read-more:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 8px;
  background: var(--wp--preset--color--black) url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0idy02IGgtNiIgYXJpYS1oaWRkZW49InRydWUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDxwYXRoIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtOSA1IDcgNy03IDciLz4KPC9zdmc+Cg==);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}

.wp-block-read-more:hover {
  transform: scale(1.1);
  transition: all 0.2s linear;
}

.wp-block-query li {
  margin: 0;
}

.wp-block-query .wp-block-group {
  padding: 0;
}

.wp-block-query .wp-block-cover__inner-container {
  height: 100%;
  min-height: 380px;
  width: 100% !important;
  padding: 1rem;
}

.wp-block-query .wp-block-group.is-vertical {
  height: 100%;
  min-height: 380px;
  justify-content: space-between;
}

.subServiceCarousel .wp-block-query .wp-block-group.is-vertical {
  min-height: auto;
}

.subServiceCarousel .wp-block-read-more {
  float: none;
  align-self: start;
}

.post-type-archive-services .wp-block-query .services .wp-block-group.is-vertical {
  height: 100%;
  min-height: 430px;
  justify-content: space-between;
}

.servicePage .wp-block-cover__inner-container .wp-block-post-excerpt__more-text {
  text-align: left;
}

.servicePage .wp-block-cover__inner-container .wp-block-post-excerpt__more-text a,
.servicePage .wp-block-cover__inner-container .wp-block-post-excerpt__more-text a:hover {
  background-color: var(--wp--preset--color--pink);
  border-radius: 0;
  border-color: var(--wp--preset--color--white);
  border-width: 0;
  border-style: solid;
  font-weight: bold;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  font-size: var(--wp--preset--font-size--default);
  text-transform: uppercase;
  position: relative;
}

.servicePage .wp-block-cover__inner-container .wp-block-post-excerpt__more-text a:hover {
  padding-right: 35px !important;
}

.servicePage .wp-block-cover__inner-container .wp-block-post-excerpt__more-text a:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNC4wNzY2NiAxMy40ODY4TDUuMjU2NjYgMTQuNjY2OEwxMS45MjMzIDguMDAwMTZMNS4yNTY2NiAxLjMzMzVMNC4wNzY2NiAyLjUxMzVMOS41NjMzMyA4LjAwMDE2TDQuMDc2NjYgMTMuNDg2OFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==);
  opacity: 0;
  transition: all 0.25s linear;
}

.servicePage .wp-block-cover__inner-container .wp-block-post-excerpt__more-text a:hover:after {
  opacity: 1;
}

.servicePage .wp-block-cover__inner-container .wp-block-group.is-vertical {
  min-height: 0;
}

.excerptColumns,
.excerptColumns .wp-block-column {
  min-height: 0;
}

.wp-block-cb-carousel .slick-next:before, .wp-block-cb-carousel .slick-prev:before {
  color: var(--wp--preset--color--white) !important;
}

.has-white-background-color .wp-block-cb-carousel .slick-next:before, .has-white-background-color .wp-block-cb-carousel .slick-prev:before {
  color: var(--wp--preset--color--black) !important;
}

.wp-block-cb-carousel .slick-prev:before {
  content: " ";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiIGZpbGw9IndoaXRlIj48cGF0aCBkPSJNNDAwLTgwIDAtNDgwbDQwMC00MDAgNzEgNzEtMzI5IDMyOSAzMjkgMzI5LTcxIDcxWiIvPjwvc3ZnPg==);
  width: 24px;
  height: 24px;
}

ol.has-background, ul.has-background {
  padding: 0 !important;
}

.has-white-background-color .wp-block-cb-carousel .slick-prev:before {
  content: " ";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiIGZpbGw9ImJsYWNrIj48cGF0aCBkPSJNNDAwLTgwIDAtNDgwbDQwMC00MDAgNzEgNzEtMzI5IDMyOSAzMjkgMzI5LTcxIDcxWiIvPjwvc3ZnPg==);
  width: 24px;
  height: 24px;
}

.wp-block-cb-carousel .slick-next:before {
  content: " ";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiIGZpbGw9IndoaXRlIj48cGF0aCBkPSJtMzIxLTgwLTcxLTcxIDMyOS0zMjktMzI5LTMyOSA3MS03MSA0MDAgNDAwTDMyMS04MFoiLz48L3N2Zz4=);
  width: 24px;
  height: 24px;
}

.has-white-background-color .wp-block-cb-carousel .slick-next:before {
  content: " ";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiIGZpbGw9ImJsYWNrIj48cGF0aCBkPSJtMzIxLTgwLTcxLTcxIDMyOS0zMjktMzI5LTMyOSA3MS03MSA0MDAgNDAwTDMyMS04MFoiLz48L3N2Zz4=);
  width: 24px;
  height: 24px;
}

.herovideo {
  padding-top: 0 !important;
}

.heroVideo h3[id] {
  padding-top: -120px !important;
}

#heroVideo h2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hubbub-query.wp-block-query .wp-block-post-template {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.wp-block-post-template {
  max-width: inherit !important;
}

.hubbub-query.wp-block-query .wp-block-post-template .wp-block-post {
  flex-basis: calc(25% - 15px);
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--wp--preset--color--grey-80);
}

.hubbub-query.wp-block-query .wp-block-post-template .wp-block-post figure {
  overflow: hidden;
  margin: -1rem -1rem 1rem -1rem;
  width: calc(100% + 2rem);
}

.hubbub-query.wp-block-query .wp-block-post-template .wp-block-post img {
  transform: scale(1);
  transition: all 0.25s linear;
}

.hubbub-query.wp-block-query .wp-block-post-template .wp-block-post:hover img {
  transform: scale(1.1);
  transition: all 0.25s linear;
}

.hubbub-query.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-title {
  margin-bottom: 1rem !important;
}

.hubbub-query.wp-block-query .wp-block-post-template .wp-block-post:nth-child(1) {
  background: var(--wp--preset--color--grey-40) !important;
}

.hubbub-query.wp-block-query .wp-block-post-template .wp-block-post:nth-child(1) a {
  color: var(--wp--preset--color--black) !important;
}

.hubbub-query.wp-block-query .wp-block-post-template .wp-block-post:nth-child(2n+2) {
  background: var(--wp--preset--color--teal) !important;
  color: var(--wp--preset--color--white) !important;
}

.hubbub-query.wp-block-query .wp-block-post-template .wp-block-post:nth-child(2n+2) a {
  color: var(--wp--preset--color--white) !important;
}

.hubbub-query.wp-block-query .wp-block-post-template .wp-block-post:nth-child(3n+3) {
  background: var(--wp--preset--color--white) !important;
}

.hubbub-query.wp-block-query .wp-block-post-template .wp-block-post:nth-child(4n+4) {
  background: var(--wp--preset--color--purple) !important;
  color: var(--wp--preset--color--white) !important;
}

.hubbub-query.wp-block-query .wp-block-post-template .wp-block-post:nth-child(5n+5) {
  background: var(--wp--preset--color--pink) !important;
  color: var(--wp--preset--color--white) !important;
}

.hubbub-query.wp-block-query .wp-block-post-template .wp-block-post:nth-child(4n+4) a,
.hubbub-query.wp-block-query .wp-block-post-template .wp-block-post:nth-child(5n+5) a {
  color: var(--wp--preset--color--white) !important;
}

.wp-block-post-excerpt__more-link {
  text-decoration: none;
}

.wp-block-cover .wp-block-post-excerpt__more-link {
  display: block;
}

.wp-block-cover .wp-block-post-excerpt__more-link:after {
  content: " ";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiIGZpbGw9IndoaXRlIj48cGF0aCBkPSJNNDAwLTgwIDAtNDgwbDQwMC00MDAgNzEgNzEtMzI5IDMyOSAzMjkgMzI5LTcxIDcxWiIvPjwvc3ZnPg==);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.padded-media .wp-block-media-text__content {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.wp-block-media-text__content .wp-block-button .wp-block-button__link:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNC4wNzY2NiAxMy40ODY4TDUuMjU2NjYgMTQuNjY2OEwxMS45MjMzIDguMDAwMTZMNS4yNTY2NiAxLjMzMzVMNC4wNzY2NiAyLjUxMzVMOS41NjMzMyA4LjAwMDE2TDQuMDc2NjYgMTMuNDg2OFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==);
}

#pageNav {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 auto !important;
  padding: 0;
  gap: 0;
  justify-content: center;
  -ms-overflow-style: none;
  align-items: center;
  white-space: nowrap;
}

#pagenav::-webkit-scrollbar {
  display: none;
}

.stickymenu {
  top: calc(82px + var(--wp-admin--admin-bar--position-offset, 82px));
  overflow-x: auto;
}

.stickycta {
  top: calc(145px + var(--wp-admin--admin-bar--position-offset, 145px));
}

#pageNav a {
  color: var(--wp--preset--color--white) !important;
  font-size: var(--wp--preset--font-size--body-small) !important;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px;
}

#pageNav li {
  width: auto;
  display: flex;
  flex-flow: column;
  align-content: center;
  border-right: 1px solid var(--wp--preset--color--grey-40) !important;
}

#pageNav li:last-child {
  color: var(--wp--preset--color--white) !important;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  display: block;
  border-right: 0 !important;
}

.hero-header {
  padding-top: 20vh !important;
}

.aspect-hero {
  aspect-ratio: 19/9;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

/*
.alignfull {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw !important;
	width: 100vw;
}
*/
#workVideo #videoContent {
  aspect-ratio: 16/9;
  width: 100%;
}

.pin-spacer .wp-block-columns {
  position: relative;
  top: -60px;
  width: 100%;
}

.herovideo {
  overflow: hidden;
  aspect-ratio: 16/9 !important;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.herovideo .wp-block-button {
  text-shadow: none;
}

.herovideo.workPage .wp-block-columns {
  margin-bottom: 125px !important;
}

.herovideo .wp-block-column {
  position: relative;
  height: 100% !important;
}

.herovideo .wp-block-column:nth-child(1) {
  position: relative;
  height: 100% !important;
  z-index: 20;
}

.wp-block-group.accordion {
  padding: 0;
}

details summary::-webkit-details-marker,
summary::marker {
  display: none !important;
  visibility: hidden;
  position: absolute;
  left: -999rem;
  width: 0;
  height: 0;
}

summary {
  list-style: none;
}

details p {
  margin: 0 !important;
}

/* sigh, Safari again */
summary::-webkit-details-marker {
  display: none;
}

details:not(.wp-block-transmission-toggle) {
  margin: 0 0 0.5rem 0;
  background: var(--wp--preset--color--grey-40) !important;
  position: relative;
}

details:not(.wp-block-transmission-toggle) summary {
  padding: 1rem;
  background: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--black) !important;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

details:not(.wp-block-transmission-toggle) summary:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACXSURBVHgB7dnRCYNAEEXRl1QynSSlpBRLSSlJJaaTuOKCXwoq41O5BwYW/NkLiygrAcBVRZm2TijJXXleGjYedZ0iM2AXBLgR4EaAGwFuBLgR4Hb6gNvMs9C2z+BHmWddf8p8td67zE8L9T8i/4NMO7VJjtAM+xHaqtF4BBol4TXqRoAbAW4EuBHgRoAbAVcW2uGKCQC8OnwYM9VFnOniAAAAAElFTkSuQmCC);
  background-size: 24px 24px;
}

details:not(.wp-block-transmission-toggle)[open] summary:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABHSURBVHgB7dKxDYAwEATBg0oojdLozHQC3wBIBAhjzUgbffLBJQAAAABfmG5uS7WmD1u156FWHZ3Urp6c83NDTwgAAADgPSfhjCehMT1IJQAAAABJRU5ErkJggg==);
  background-size: 24px 24px;
}

details p {
  padding: 1rem;
}

summary {
  list-style: none;
}

/* sigh, Safari again */
summary::-webkit-details-marker {
  display: none;
}

#videoContent {
  position: absolute;
  width: 100%;
  z-index: 0 !important;
  transform: scale(1.25);
  top: 10%;
}

.hbspt-form {
  margin: 0;
}

ul.hs-error-msgs {
  margin: 0.25rem 0 !important;
}

.hbspt-form form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hbspt-form input[type=text],
.hbspt-form input[type=email],
.hbspt-form input[type=tel],
.hbspt-form textarea,
.hbspt-form select {
  font-family: var(--wp--preset--font-family--avenirnext);
  width: 100%;
  padding: 0.5rem;
  font-size: var(--wp--preset--font-size--medium);
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin-top: 0.25rem;
}

::placeholder {
  font-family: var(--wp--preset--font-family--avenirnext);
  font-size: var(--wp--preset--font-size--default);
}

.hbspt-form .legal-consent-container {
  grid-column: 1/span 2;
}

.hs-form-field {
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.hs-recaptcha,
.hs-submit {
  grid-column: span 2/span 2;
}

.trm-form {
  margin: 0;
}

#thankyou.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--wp--preset--color--white);
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: var(--wp--preset--font-size--medium);
}

.contactForm {
  position: relative;
}

ul.hs-error-msgs {
  margin: 0.25rem 0 !important;
}

.trm-form {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.trm-form div {
  position: relative;
  padding-top: 0.75rem;
  flex-basis: calc(50% - 1rem);
}

.trm-form div label {
  position: absolute;
  top: 0;
  left: 0;
}

.trm-form input[type=text],
.trm-form input[type=email],
.trm-form input[type=tel],
.trm-form textarea,
.trm-form select {
  width: 100%;
  padding: 0.5rem;
  font-size: var(--wp--preset--font-size--medium);
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin-top: 0.25rem;
}

.trm-form select {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #000 !important;
  width: 100%;
  background: var(--wp--preset--color--white) url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0idy02IGgtNiIgYXJpYS1oaWRkZW49InRydWUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDxwYXRoIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtMTkgOS03IDctNy03Ii8+Cjwvc3ZnPgo=);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  font-size: var(--wp--preset--font-size--default);
}

.trm-form .legal-consent-container {
  grid-column: 1/span 2;
}

.hs-form-field {
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.trm-form div {
  position: relative;
}

.trm-form div input,
.trm-form div textarea {
  border-bottom: 1px solid #111 !important;
}

.trm-form div input:invalid,
.trm-form div textarea:invalid {
  border-color: var(--wp--preset--color--pink);
}

.website-url {
  position: absolute !important;
  left: -9999px;
}

.trm-legal,
.trm-submit {
  flex-basis: 100% !important;
}

.trm-legal label {
  display: flex;
  gap: 0.75rem;
  position: relative !important;
}

.trm-legal label span {
  font-size: var(--wp--preset--font-size--body-small);
}

.trm-legal input[type=checkbox] {
  transform: scale(1.3);
}

/*.hs-form-field label {
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	color: #a1a1a1;
}*/
.legal-consent-container label {
  position: relative;
  transition: all 0.25s linear;
}

.hbspt-form .legal-consent-container a {
  color: var(--wp--preset--color--white);
}

.hbspt-form input[type=submit] {
  padding: 0.75rem 1.25rem;
  border: 1px solid var(--wp--preset--color--pink);
  background: var(--wp--preset--color--pink) !important;
  font-size: var(--wp--preset--font-size--medium);
  text-transform: uppercase;
  font-weight: bold;
  color: var(--wp--preset--color--white) !important;
  cursor: pointer;
}

.trm-form input[type=submit] {
  padding: 0.75rem 1.25rem;
  border: 1px solid var(--wp--preset--color--pink);
  background: var(--wp--preset--color--pink) !important;
  font-size: var(--wp--preset--font-size--medium);
  text-transform: uppercase;
  font-weight: bold;
  color: var(--wp--preset--color--white) !important;
  cursor: pointer;
  font-family: var(--wp--preset--font-family--avenirnext);
  font-size: var(--wp--preset--font-size--default);
  letter-spacing: 2%;
}

.grecaptcha-badge {
  transform: scale(0.75);
  margin: 0 auto;
}

.hs-form-booleancheckbox p {
  margin: 0 !important;
}

.legal-consent-container .inputs-list {
  margin: 0 !important;
}

.hs-form-field:has(input:focus) label {
  top: 0;
  transform: translateY(-50%);
  transition: all 0.25s linear;
  left: 0;
  color: var(--wp--preset--color--white);
}

.hs-form-field:has(input:valid) label,
.hs-form-field:has(.invalid) label {
  top: 0;
  transform: translateY(-50%);
  transition: all 0.25s linear;
  left: 0;
  color: var(--wp--preset--color--white);
}

.hbspt-form input.invalid {
  border: 1px solid var(--wp--preset--color--pink) !important;
}

/*
.contactForm {
	min-height: 640px;
}
*/
.contactForm form {
  gap: 2rem;
}

.contactForm .hs-form-field {
  padding: 0 0 0.5rem 0;
}

.contactForm .hs-form-field:has(input:valid) label,
.contactForm .hs-form-field:has(.invalid) label,
.contactForm .hs-form-field:has(input:focus) label {
  color: var(--wp--preset--color--black);
}

.contactForm .hs-form-field input,
.contactForm .hs-form-field textarea,
.contactForm .hs-form-field select {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid;
  border-color: var(--wp--preset--color--grey-80) !important;
  padding: 0.5rem;
  font-size: var(--wp--preset--font-size--body);
}

.contactForm input[type=checkbox] {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--wp--preset--color--white);
  margin: 0;
  font: inherit;
  color: var(--wp--preset--color--purple);
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid var(--wp--preset--color--purple) !important;
  border-radius: 0;
  display: grid;
  place-content: center;
  margin-top: 0.25rem;
}

.contactForm input[type=checkbox]::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--wp--preset--color--purple);
}

.contactForm input[type=checkbox]:checked::before {
  transform: scale(1);
}

.contactForm .hs-form-field label {
  color: var(--wp--preset--color--black) !important;
  opacity: 0.7;
}

.contactForm .hs-form-field input:focus,
.contactForm .hs-form-field textarea:focus,
.contactForm .hs-form-field select:focus,
.contactForm .hbspt-form input.invalid {
  outline: none !important;
}

.contactForm select {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  width: 100%;
  background: var(--wp--preset--color--white) url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0idy02IGgtNiIgYXJpYS1oaWRkZW49InRydWUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDxwYXRoIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtMTkgOS03IDctNy03Ii8+Cjwvc3ZnPgo=);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

.contactForm a {
  color: var(--wp--preset--color--black) !important;
}

.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
}

.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.inputs-list li label {
  display: flex;
  gap: 1rem;
  position: relative;
  transform: translateY(0) !important;
}

.inputs-list li label p {
  margin: 0;
}

.inputs-list li label span {
  display: flex;
  gap: 1rem;
}

.contactForm .hs-form-field label.hs-error-msg {
  padding: 0.1rem 0.25rem;
  text-align: center;
  color: var(--wp--preset--color--white) !important;
  background: var(--wp--preset--color--pink) !important;
  font-size: var(--wp--preset--font-size--body-small) !important;
  border-radius: 3px;
}

footer {
  padding: 60px;
  border-top: 1px solid var(--wp--preset--color--grey-80);
  max-width: 100vw;
  width: 100vw;
  margin: 0 calc(50% - 50vw) !important;
}

footer .wp-block-media-text .wp-block-media-text__content {
  overflow: hidden;
  padding: 1rem;
}

.slick-track .wp-block-cb-slide .wp-block-columns {
  width: 100%;
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}

.hubbub-header .wp-block-cb-slide {
  padding-top: 100px;
  padding-bottom: 70px;
}

.bg-teal {
  background: var(--wp--preset--color--teal);
}

.glide .wp-block-post-excerpt {
  width: 100%;
}

.glide .wp-block-post-excerpt__more-text {
  text-align: right;
}

.glide.staffcarousel li.type-staff {
  cursor: help;
}

.arrowlink a,
.glide .wp-block-post-excerpt__more-text a,
.wp-block-cover__inner-container .wp-block-post-excerpt__more-text a {
  position: relative;
  display: inline-block;
  padding: 0.25rem 2.5rem 0.25rem 0;
  font-weight: bold;
  text-decoration: none !important;
  transform: scale(1);
  transition: all 0.25s linear;
}

.arrowlink a:after,
.glide .wp-block-post-excerpt__more-text a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #000 url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0idy02IGgtNiIgYXJpYS1oaWRkZW49InRydWUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDxwYXRoIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtOSA1IDcgNy03IDciLz4KPC9zdmc+Cg==);
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background 0.25s linear;
}

.arrowlink.has-black-color a,
.arrowlink.has-black-color a:hover {
  color: var(--wp--preset--color--black) !important;
}

.jobMeta .arrowLink {
  text-align: right !important;
  padding-right: 0.5rem !important;
}

.wp-block-cover__inner-container .wp-block-post-excerpt__more-text a:hover {
  color: var(--wp--preset--color--white) !important;
}

.wp-block-cover__inner-container .wp-block-post-excerpt__more-text a:after {
  background: var(--wp--preset--color--white) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMy44MjE4NyAxMi42NDM3TDQuOTI4MTIgMTMuNzVMMTEuMTc4MSA3LjVMNC45MjgxMiAxLjI1TDMuODIxODcgMi4zNTYyNUw4Ljk2NTYyIDcuNUwzLjgyMTg3IDEyLjY0MzdaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4=);
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background 0.25s linear;
}

.arrowlink a:hover,
.glide .wp-block-post-excerpt__more-text a:hover,
.wp-block-cover__inner-container .wp-block-post-excerpt__more-text a:hover {
  color: #DF2080;
  padding: 0.25rem 2.75rem 0.25rem 0;
  transform: scale(1.05);
  transition: all 0.25s linear;
}

.arrowlink a:hover:after {
  background: #DF2080 url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0idy02IGgtNiIgYXJpYS1oaWRkZW49InRydWUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDxwYXRoIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtOSA1IDcgNy03IDciLz4KPC9zdmc+Cg==);
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background 0.25s linear;
}

.arrowlink {
  margin: 1rem 0 0 0;
}

.arrowlink.hollow,
.wp-block-cover__inner-container .wp-block-post-excerpt__more-text {
  text-align: right;
}

.arrowlink.hollow a {
  color: var(--wp--preset--color--black);
}

.wp-block-post-excerpt {
  width: 100%;
}

.has-black-background-color .glide .wp-block-post-excerpt__more-text a:hover,
.has-black-background-color .wp-block-cover__inner-container .wp-block-post-excerpt__more-text a:hover,
.has-charcoal-background-color .glide .wp-block-post-excerpt__more-text a:hover,
.has-charcoal-background-color .wp-block-cover__inner-container .wp-block-post-excerpt__more-text a:hover {
  color: var(--wp--preset--color--white);
}

.has-white-background-color .glide .wp-block-post-excerpt__more-text a:hover,
.has-white-background-color .wp-block-cover__inner-container .wp-block-post-excerpt__more-text a:hover {
  color: var(--wp--preset--color--black);
}

.arrowlink.hollow a:after,
.has-black-background-color .glide .wp-block-post-excerpt__more-text a:after,
.has-black-background-color .wp-block-cover__inner-container .wp-block-post-excerpt__more-text a:after,
.has-charcoal-background-color .glide .wp-block-post-excerpt__more-text a:after,
.has-charcoal-background-color .wp-block-cover__inner-container .wp-block-post-excerpt__more-text a:after {
  border: 1px solid var(--wp--preset--color--white);
  background: transparent url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0idy02IGgtNiIgYXJpYS1oaWRkZW49InRydWUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDxwYXRoIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtOSA1IDcgNy03IDciLz4KPC9zdmc+Cg==);
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background 0.25s linear;
}

.arrowlink.hollow a:hover:after,
.has-white-background-color.glide .wp-block-post-excerpt__more-text a:hover:after,
.has-white-background-color.wp-block-cover__inner-container .wp-block-post-excerpt__more-text a:hover:after {
  background: transparent url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0idy02IGgtNiIgYXJpYS1oaWRkZW49InRydWUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDxwYXRoIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtOSA1IDcgNy03IDciLz4KPC9zdmc+Cg==);
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background 0.25s linear;
}

.has-black-color .arrowlink.hollow a:after {
  border: 1px solid var(--wp--preset--color--black);
  background: transparent url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0idy02IGgtNiIgYXJpYS1oaWRkZW49InRydWUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDxwYXRoIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtOSA1IDcgNy03IDciLz4KPC9zdmc+Cg==);
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background 0.25s linear;
}

.caseStudyNav {
  overflow-x: auto;
  top: 82px;
  z-index: 201;
  box-shadow: 0 0 3px rgba(34, 34, 34, 0.5);
}

.caseStudyNav a {
  text-decoration: none;
  display: block;
  min-width: 155px;
}

.caseStudyNav a:hover {
  color: var(--wp--preset--color--pink);
}

#modalCover {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

#modal {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 2rem;
  background: var(--wp--preset--color--white);
  width: 100%;
  max-width: 850px;
  min-height: 250px;
  color: var(--wp--preset--color--black) !important;
  border: 1px solid var(--wp--preset--color--black);
}

#modal h1,
#modal h2,
#modal h3,
#modal h4,
#modal h5,
#modal h6,
#modal p,
#modal ul {
  margin: 0 0 1rem 0;
}

#modal h1,
#modal h2,
#modal h3,
#modal h4,
#modal h5,
#modal h6 {
  font-weight: bold;
}

#modal figure {
  margin: 0 0 1rem 0;
}

#modal figure.office {
  margin: 0 !important;
}

#modal a {
  color: var(--wp--preset--color--pink) !important;
  text-decoration: none;
}

#modal .wp-block-post-terms a {
  margin: 0 !important;
  color: var(--wp--preset--color--black) !important;
}

#modal .wp-block-columns {
  gap: 20px;
}

#modal #closeButton {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

#modal .wp-block-column .wp-block-group {
  align-items: center;
  margin-bottom: 1rem;
}

#modal .wp-block-column .wp-block-group p,
#modal .wp-block-column .wp-block-group a,
#modal .wp-block-column .wp-block-group figure {
  margin: 0;
}

#modal .wp-block-column .wp-block-group a {
  color: var(--wp--preset--color--black) !important;
}

#modal .wp-container-core-group-is-layout-3 {
  gap: 32px !important;
}

#modal .wp-container-core-group-is-layout-1,
#modal .wp-container-core-group-is-layout-2 {
  gap: 8px !important;
}

#modal .wp-block-post-terms a {
  pointer-events: none !important;
}

#modal .wp-block-column p:last-child {
  margin-bottom: 0 !important;
}

#modal img {
  min-width: 20px;
}

blockquote.wp-block-quote {
  border: 0 !important;
  margin: 0;
  padding: 0;
}

.workHeader .wp-block-columns .wp-block-column:first-child figure {
  width: auto;
  max-height: 100px;
}

.workHeader .wp-block-columns .wp-block-column:first-child figure img {
  width: auto;
  max-height: 100px;
}

.workHeader .wp-block-columns .wp-block-column:first-child .wp-block-post-excerpt__excerpt {
  font-size: var(--wp--preset--font-size--body-large) !important;
}

ul.staff_layout {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

ul.staff_layout li {
  max-width: 270px;
  min-width: 250px;
}

ul.staff_layout li img {
  width: 100%;
}

.carousel {
  overflow: hidden;
}

ul.staff_layout {
  display: flex;
}

ul.staff_layout li {
  flex: 0 0 100%;
  min-width: 0;
}

.wp-block-transmission-hubspot-blogs #blogs {
  display: flex;
  gap: 2rem;
}

.wp-block-transmission-hubspot-blogs #blogs .blog {
  padding: 1rem;
  flex-basis: 33.333%;
  width: calc(100% - 1.33rem);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.has-white-color.has-black-background-color .wp-block-transmission-hubspot-blogs #blogs .blog,
.has-white-color.has-charcoal-background-color .wp-block-transmission-hubspot-blogs #blogs .blog {
  background: var(--wp--preset--color--charcoal);
  color: var(--wp--preset--color--white);
}

.has-white-color.has-black-background-color .wp-block-transmission-hubspot-blogs #blogs .blog a,
.has-white-color.has-charcoal-background-color .wp-block-transmission-hubspot-blogs #blogs .blog a {
  text-decoration: none !important;
  color: var(--wp--preset--color--white);
}

.has-black-color.has-white-background-color .wp-block-transmission-hubspot-blogs #blogs .blog {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}

.has-black-color.has-white-background-color .wp-block-transmission-hubspot-blogs #blogs .blog a {
  text-decoration: none !important;
  color: var(--wp--preset--color--black) !important;
}

.blog a {
  text-decoration: none !important;
}

.has-black-background-color .arrowlink a,
.has-charcoal-background-color .arrowlink a {
  color: var(--wp--preset--color--white) !important;
}

.has-white-background-color .arrowlink a {
  color: var(--wp--preset--color--black) !important;
}

.wp-block-transmission-hubspot-blogs #blogs .blog figure {
  margin: -1rem -1rem 1rem -1rem;
  width: calc(100% + 2rem);
}

.wp-block-transmission-hubspot-blogs #blogs .blog figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1200/629;
}

.wp-block-transmission-hubspot-blogs #blogs .blog .blogMeta {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  justify-content: space-between;
  min-height: calc(200px - 1rem);
}

.wp-block-query.glide.services .wp-block-post {
  padding: 1.25rem;
}

.controlsContainer {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  margin-top: 1rem;
}

.work-carousel .controlsContainer {
  /*margin-top: -4.91rem;*/
  z-index: 20;
  position: relative;
  padding: 1rem;
  /*background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);*/
}

.awards li {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.wp-block-header-carousel .wp-block-columns {
  padding: 0 1rem;
}

.wp-block-header-carousel,
.wp-block-header-carousel .glide__track {
  max-width: 100vw;
  width: 100vw;
  margin: 0 calc(50% - 50vw) !important;
}

.wp-block-header-carousel path {
  color: var(--wp--preset--color--white);
}

.wp-block-header-carousel .glide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.wp-block-header-carousel .glide__arrow--left {
  left: 0;
}

.wp-block-header-carousel .glide__arrow--right {
  right: 0;
}

.glide__arrow path {
  color: var(--wp--preset--color--white) !important;
}

.has-white-background-color .glide__arrow path {
  color: var(--wp--preset--color--black) !important;
}

.wp-block-header-carousel .glide__bullets {
  position: absolute;
  bottom: 1.5rem;
  justify-content: center;
  width: 100%;
}

.wp-block-header-carousel .glide__bullets .glide__bullet {
  background-color: var(--wp--preset--color--black) !important;
}

.wp-block-header-carousel .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: var(--wp--preset--color--pink) !important;
}

.glide__arrows button {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
}

.glide__bullets {
  display: flex;
  gap: 12px;
}

.services .glide__bullets {
  display: flex;
  gap: 0;
}

.glide__bullet {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  width: 25px;
  height: 6px;
  background: var(--wp--preset--color--grey-80);
  cursor: pointer;
}

.services .glide__bullet {
  width: 30px;
}

.glide__bullet--active {
  background: var(--wp--preset--color--pink);
}

.has-black-background-color .glide__bullet--active {
  background: var(--wp--preset--color--pink);
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-white-color path {
  color: var(--wp--preset--color--white) !important;
}

.has-black-background-color + .has-black-background-color,
.has-charcoal-background-color + .has-charcoal-background-color {
  border-top: 1px solid var(--wp--preset--color--grey-80);
}

.mobileHide {
  position: relative;
  flex-grow: 1;
  justify-content: flex-end;
}

.wp-block-group.headerSearch {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  width: 100%;
  opacity: 0;
  background: var(--wp--preset--color--charcoal);
  padding: 5px !important;
  z-index: -25;
  transition: all 0.5s linear;
  visibility: hidden;
}

#searchIcon {
  display: none;
}

[type=search] {
  appearance: textfield;
}

[type=search]::-webkit-search-decoration,
[type=search]::-webkit-search-cancel-button {
  appearance: none;
}

.wp-block-group.headerSearch.show {
  opacity: 1;
  visibility: visible;
  padding: 5px !important;
  transition: all 0.5s linear;
  z-index: 25;
}

.wp-block-group.headerSearch form {
  margin: 0;
  width: 100%;
}

.wp-block-group.headerSearch figure {
  padding: 2px;
  border: 1px solid white;
  width: 42px;
  height: 42px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

.wp-block-search__input, .swp-input--search {
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid var(--wp--preset--color--black);
  padding: 1rem 2rem 1rem 1rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0idy02IGgtNiIgYXJpYS1oaWRkZW49InRydWUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDxwYXRoIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtMjEgMjEtMy41LTMuNU0xNyAxMGE3IDcgMCAxIDEtMTQgMCA3IDcgMCAwIDEgMTQgMFoiLz4KPC9zdmc+Cg==);
  background-position: 98% center;
  background-repeat: no-repeat;
}

.wp-block-group.headerSearch .wp-block-search__button {
  display: none;
}

.searchwp-live-search-results {
  border-radius: 0 !important;
}

.transmissionAjaxSearch a {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0.75rem;
  color: var(--wp--preset--color--black);
  text-decoration: none;
  justify-content: space-between;
  padding: 0.75rem;
  border-bottom: 1px solid var(--wp--preset--color--grey-40);
}

.transmissionAjaxSearch a:hover {
  background: var(--wp--preset--color--grey-40);
}

.searchMeta {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0.75rem;
}

.transmissionAjaxSearch img {
  width: 50px;
  height: 50px;
}

.searchTitle {
  font-weight: bold;
}

.postType {
  font-size: var(--wp--preset--font-size--body-small);
  color: var(--wp--preset--color--pink);
  flex-basis: 50% !important;
  text-align: right;
}

.workQuery ul {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 2rem;
}

.workQuery ul li {
  flex-basis: calc(33.333% - 1.34rem) !important;
}

.workQuery ul li .wp-block-cover .wp-block-cover__inner-container {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  justify-content: space-between;
  padding: 20px !important;
}

.workQuery ul li .wp-block-cover .wp-block-cover__inner-container .wp-client-logo {
  margin: 0 !important;
}

.workQuery ul li .wp-block-cover .wp-block-cover__inner-container .wp-client-logo img {
  max-width: 120px;
  max-height: 80px;
}

.workQuery .wp-block-query-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.workQuery .wp-block-query-pagination a {
  display: block;
  font-weight: bold;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-color: var(--wp--preset--color--white);
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
}

.single-work .wp-client-logo img {
  max-width: 300px;
  margin-bottom: 2rem;
}

.workHeader .wp-block-separator {
  border-top-width: 1px !important;
  opacity: 0.7;
}

/*
.workQuery .wp-block-post-excerpt__excerpt {
	font-weight: bold;
}
*/
.spf_container {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  padding: 0;
}

.wp-block-navigation .wp-block-outermost-mega-menu__menu-container.menu-justified-center.menu-width-content {
  left: 50% !important;
  transform: translateX(-40%);
  position: absolute;
  top: 60px;
}

.wp-block-transmission-tr-mega-menu__menu-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 65px;
  width: 100vw;
  max-width: 100vw;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.25s ease;
  z-index: 20;
  background: var(--wp--preset--color--white);
}

.wp-block-transmission-tr-mega-menu {
  display: flex;
  align-items: center;
}

.wp-block-transmission-tr-mega-menu:hover .wp-block-transmission-tr-mega-menu__menu-container {
  visibility: visible;
  height: auto;
  transform: scaleY(1);
  transition: transform 0.25s linear;
}

.wp-block-transmission-tr-mega-menu__menu-container > .wp-block-group {
  opacity: 0;
  transition: opacity 0s linear;
  transition-delay: 0.25s;
}

.wp-block-transmission-tr-mega-menu:hover .wp-block-transmission-tr-mega-menu__menu-container > .wp-block-group {
  opacity: 1;
  transition: opacity 0.25s linear;
  transition-delay: 0.25s;
}

.wp-block-transmission-tr-mega-menu:hover .wp-block-navigation__submenu-icon {
  transform: rotate(-180deg);
}

.wp-block-navigation__submenu-container {
  border-top: 0 !important;
}

@media screen and (min-width: 1201px) {
  .wp-block-query .wp-block-cover {
    padding: 0 !important;
  }
  .wp-block-query .wp-block-cover .wp-block-group .wp-block-group {
    padding: 0 !important;
  }
  .header-nav-area {
    align-items: flex-end;
  }
}
.single-services .services {
  color: var(--wp--preset--color--pink) !important;
}

.single-services .services button svg {
  color: var(--wp--preset--color--pink) !important;
}

@media screen and (max-width: 1320px) {
  .wp-block-query .wp-block-cover {
    padding: 0 !important;
  }
  .has-global-padding :where(.has-global-padding:not(.wp-block-block)) {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .remove-mobile-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1026px) {
  .glide__slides .wp-block-post-excerpt__excerpt {
    display: block !important;
  }
  .wp-block-cover, .wp-block-cover-image {
    min-height: 430px !important;
  }
  .wp-block-query .wp-block-cover__inner-container,
  .wp-block-query .wp-block-group.is-vertical {
    min-height: 380px !important;
  }
  .wp-block-query .wp-block-cover__inner-container {
    padding: 1rem !important;
  }
}
@media screen and (max-width: 1025px) {
  body:not(.wp-admin) {
    padding-top: 66px;
    background: var(--wp--preset--color--charcoal);
    counter-reset: step;
  }
  html:not(.no-js) .aoswp-enabled [data-aos] {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
    transition-timing-function: unset !important;
    transition-duration: unset !important;
    transition-property: none !important;
  }
  #pageNav {
    gap: 0;
  }
  .wp-block-site-logo.is-default-size img {
    max-width: 100px !important;
    width: 100px !important;
    margin: 1.5rem auto;
  }
  .wp-block-group.headerSearch {
    left: 0;
  }
  .mobileHeader {
    display: block !important;
  }
  .desktopHeader {
    display: none;
  }
  .desktopLocations {
    display: none;
  }
  .wp-block-cover__inner-container > .wp-client-logo + .wp-block-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0.5rem !important;
  }
  section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .wp-block-site-title a {
    display: block;
    background: url(../svg/logo-transmission-white-2.svg);
    width: 190px;
    height: 30px;
    background-size: cover;
    text-indent: -999rem;
    padding: 0.5rem;
  }
  .wp-block-group.is-vertical.imgstack {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .glide__slides .wp-block-post-excerpt__excerpt {
    display: none !important;
  }
  .wp-block-cover, .wp-block-cover-image,
  .wp-block-query .wp-block-cover__inner-container,
  .wp-block-query .wp-block-group.is-vertical {
    min-height: auto !important;
    min-height: 250px !important;
  }
  .glide__slides .wp-block-cover,
  .glide__slides .wp-block-cover .wp-block-cover__inner-container,
  .glide__slides .wp-block-cover .wp-block-cover__inner-container .wp-block-group.is-vertical {
    min-height: 350px !important;
  }
  .wp-block-query .wp-block-cover__inner-container {
    padding: 0.5rem !important;
  }
  .current-menu-ancestor, .current-menu-item > a, .single-services li.servicesSubmenu > a {
    color: var(--wp--preset--color--pink) !important;
    text-underline-offset: 0.2em;
  }
  .wp-block-navigation__container li,
  .wp-block-navigation__container li a {
    width: 100%;
  }
  .wp-block-navigation__container > li {
    border-bottom: 2px solid var(--wp--preset--color--pink) !important;
    padding-bottom: 0.75rem !important;
  }
  .wp-block-navigation-item.hubbub > a {
    border-bottom: 0px !important;
  }
  .wp-block-navigation__responsive-container-content {
    padding-top: 4rem !important;
  }
  .wp-block-navigation__responsive-dialog {
    margin-top: 0 !important;
  }
  ul.serviceNav.centered {
    justify-content: start;
  }
  .wp-block-transmission-service-steps nav {
    min-height: 100px;
  }
  .linkHome {
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 200px;
    height: 31px;
  }
  .spf_container {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0;
  }
  .herovideo {
    overflow: hidden;
    aspect-ratio: auto !important;
    display: block;
    margin-top: 25px;
  }
  #videoContent {
    position: relative;
    width: 100%;
    z-index: 0 !important;
  }
  .herovideo .wp-block-column {
    overflow: hidden;
  }
  .hubbub-header .wp-block-cb-slide {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #pageNav a {
    padding: 5px;
    font-size: var(--wp--preset--font-size--body-small);
  }
  .locationLoop .wp-block-post-template {
    flex-flow: column !important;
    flex-wrap: nowrap !important;
  }
  .locationLoop .wp-block-post-template li {
    flex-basis: 100% !important;
  }
  .controlsContainer {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    margin-top: 1rem;
    gap: 0.5rem;
  }
  .controlsContainer .glide__arrows {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .controlsContainer .glide__arrows button svg {
    width: 48px;
    height: 48px;
  }
  .glide__bullets {
    display: flex;
    gap: 5px;
    width: 32px;
    justify-content: center;
  }
  .caseStudyNav {
    top: 65px;
  }
  .caseStudyNav .wp-block-group {
    gap: 20px !important;
  }
  .caseStudyNav p {
    font-size: var(--wp--preset--font-size--body-small) !important;
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .caseStudyNav a {
    min-width: auto !important;
  }
  .wp-block-transmission-timeline nav div a {
    font-size: var(--wp--preset--font-size--default);
  }
  .wp-block-header-carousel .wp-block-columns {
    padding: 1rem;
  }
  .hubbub-query.wp-block-query .wp-block-post-template .wp-block-post {
    flex-basis: 100%;
  }
  ul.serviceNav {
    gap: 50px;
  }
  ul.serviceNav li:after {
    width: 50px;
  }
  .wp-block-transmission-service-steps nav:before,
  .wp-block-transmission-service-steps nav:after {
    width: 25px;
  }
  .wp-block-transmission-hubspot-blogs #blogs {
    display: flex;
    flex-flow: column;
    gap: 2rem;
  }
  .wp-block-transmission-hubspot-blogs #blogs .blog {
    width: 100%;
  }
  .wp-block-transmission-hubspot-blogs #blogs .blog figure img {
    width: 100%;
    min-width: 100px;
    height: auto;
    aspect-ratio: 1200/629;
  }
  .mobileHide {
    display: none !important;
  }
  .workQuery ul li {
    flex-basis: 100% !important;
  }
  .hbspt-form form {
    display: flex;
    flex-flow: column;
    gap: 2rem;
  }
  .tabsNav {
    background: transparent;
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
  .tabsNav button {
    border: 1px solid var(--wp--preset--color--black);
    background: var(--wp--preset--color--white);
  }
  .stickymenu {
    top: calc(65px + var(--wp-admin--admin-bar--position-offset, 65px));
  }
  .wp-block-transmission-timeline {
    flex-flow: column;
    position: relative;
  }
  .wp-block-transmission-timeline nav {
    flex-basis: 100%;
  }
  .timelineButtons {
    flex-flow: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .serviceColumns .wp-block-column {
    padding: 1rem;
  }
}
@media screen and (max-width: 769px) {
  section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  footer .wp-block-column .wp-block-navigation {
    gap: 0 !important;
  }
  footer .wp-block-column .wp-block-navigation > a.wp-block-navigation-item__content {
    position: relative;
  }
  footer .wp-block-column .wp-block-navigation > a.wp-block-navigation-item__content:after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--wp--preset--color--white);
    border-bottom: 2px solid var(--wp--preset--color--white);
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: rotate(45deg) translateY(-90%);
  }
  footer .wp-block-column .wp-block-navigation__container {
    display: none;
  }
  footer .wp-block-column .wp-block-navigation__container .wp-block-navigation-item:first-child a strong {
    font-weight: normal;
  }
  footer .wp-block-column .wp-block-navigation__container.open {
    display: flex !important;
  }
  footer .wp-block-column .wp-block-navigation__container {
    width: 100%;
  }
  .wp-block-navigation__container > li {
    border-bottom: 0 !important;
  }
  .caseStudyNav ul.wp-block-navigation__container {
    font-size: var(--wp--preset--font-size--body-small) !important;
  }
}
@media (prefers-reduced-motion) {
  html:not(.no-js) .aoswp-enabled [data-aos] {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
    transition-timing-function: unset !important;
    transition-duration: unset !important;
    transition-property: none !important;
  }
  .wp-block-transmission-service-step,
  .wp-block-transmission-service-step.active,
  .serviceNav li a:before,
  .serviceNav li a.active:before {
    transition: all 0s linear;
  }
}
#transmission_dashboard_widget .inside p,
#transmission_dashboard_widget .inside ul li {
  font-size: 14px !important;
}

#transmission_dashboard_widget ul {
  list-style: square !important;
  margin: 0.75rem 0 !important;
  padding-left: 0.5rem !important;
}

#dashboard_right_now li.no-dash a:before {
  display: none !important;
  content: "" !important;
}

#dashboard_right_now li.no-dash:before {
  padding: 0 5px 0 0;
}

.header figure {
  position: relative;
}

@layer overrides {
  body:not(.wp-admin) {
    padding-top: 83px;
    background: var(--wp--preset--color--charcoal);
    counter-reset: step;
  }
  body:has(.herovideo) {
    padding-top: 0;
  }
  #wpadminbar ul, ul#wpadminbar {
    margin-bottom: 0 !important;
  }
  #adminmenu li.wp-menu-separator {
    margin: 6px 0;
  }
  .wp-admin .is-root-container {
    overflow-x: hidden;
  }
  .wp-admin .button-remove {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--wp--preset--color--pink);
    border-radius: 0;
    color: var(--wp--preset--color--white);
    border-width: 0;
    border-style: solid;
    font-weight: bold;
    padding: 4px 7px;
    line-height: 15px;
    font-size: 16px;
    cursor: pointer;
  }
  .edit-post-visual-editor h1[id], .edit-post-visual-editor h2[id], .edit-post-visual-editor h3[id], .edit-post-visual-editor h4[id], .edit-post-visual-editor h5[id], .edit-post-visual-editor h6[id] {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title {
    color: var(--wp--preset--color--white);
    font-size: var(--wp--preset--font-size--title-medium);
  }
  .wp-block-transmission-timeline .timelines h3[id] {
    padding-top: 80px !important;
    margin-top: -80px !important;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
  }
}
@media screen and (min-width: 1440px) {
  footer .wp-block-column .wp-block-navigation > a.wp-block-navigation-item__content {
    display: none !important;
  }
}
.overflowY {
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  min-height: calc(100vh - 64px);
  background: var(--wp--preset--color--white);
  position: fixed;
  width: 100%;
  top: 64px;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.overflowY.open {
  opacity: 1;
  visibility: visible;
  display: block;
}

#mobileMegaMenu {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  min-height: calc(100dvh - 64px);
  position: relative;
}

#mainmegamenu {
  left: -100%;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 0;
  transition: left 0.25s linear, opacity 0.5s linear;
  width: 100% !important;
}

.mobileMegaMenu {
  padding: 0 !important;
}

#mainmegamenu.active {
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  height: auto;
  transition: left 0.25s linear, opacity 0.5s linear;
}

#mobileMegaMenu p {
  margin: 0.5rem 0 0 0;
}

.megaButton.wp-block-button a,
.megaButton.wp-block-button a:hover {
  transform: scale(1);
  text-align: left;
  position: relative;
  padding: 0;
}

.megaButton.wp-block-button a:after {
  content: "";
  position: absolute;
  opacity: 1;
  width: 32px;
  height: 32px;
  right: 0 !important;
  background: #000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAAAVklEQVRIDWNgGAWjIfD///89QHwaiMVoEhpAg48AMQhcBmLqWwIyFGo4kBq1hEAsDkRwHSHgJgYmQgroKk/TIBo1HGdcAoOG5kUFbQs7nF4blRgyIQAAJjrPG/gXfAQAAAAASUVORK5CYII=) !important;
  color: #fff;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.subMegaMenu {
  right: -100%;
  position: absolute;
  top: 24px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 0;
  transition: right 0.25s linear, opacity 0.5s linear;
  width: 100% !important;
}

.subMegaMenu.active {
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  height: auto;
  transition: right 0.25s linear, opacity 0.5s linear;
}

.backMegaMenu {
  padding-right: 24px !important;
}

.backMegaMenu.wp-block-button .wp-block-button__link {
  width: 32px;
  height: 32px;
  padding: 0 !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAAAbklEQVRIDWNgGAWjIYAtBP7//y8GxKeBeA82eYrEoIZfBtIgcIQiw9A1Aw0EuRxmOIgWQ1dDNn/UcJxBBwyaI0AMAmSFORNOk+klAXQ57VIOzBOjlsBCgigaLbioW1TAXAC1hDaFHcySUXrohAAAgbXPG793or4AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center;
}

.backMegaMenu.wp-block-button .wp-block-button__link:hover {
  transform: scale(1) !important;
}

.backMegaMenu a:after {
  content: "" !important;
  background: transparent !important;
}

.wp-block-button__link.has-pink-color:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAAAyElEQVRIDWNgGAXDPgQYCfnwnmLDHqZ/DPx/WBi8Ve42vCKkHl2eCV0AC5/jPyODCcs/hr13lBvEsMjjFSJowT8mhiBGRoYr//8z6JBjCcEgAjkP5HKQ4SBLQJb9YWJwJja4iLKAEkuItoBcSwjGAchgGAAFCyh4YHECTF3rYHK4aJIswGUIPnGSLECPbFAKw2c4SI7oOEA3nNiURJQF5BpOlA8oMRxkAcE4AKUUcjIYyHAQIGgBUM0Pxv8MZ4gNc7Cpo8TICgEAE/ZuFqmKIcAAAAAASUVORK5CYII=);
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background 0.25s linear;
}

.mobileMegaMenu {
  min-height: 450px;
  overflow-y: auto;
}

.mobileMegaMenu > div {
  padding-top: 24px !important;
}

#mobileInsights .blog figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1200/629;
}

#mobileInsights .blog .blogMeta {
  color: var(--wp--preset--color--black);
}

.mobileMegaMenu .wp-block-group .wp-block-buttons {
  margin-bottom: 1rem;
}

lottie-player.lottie-icon {
  width: 100%;
  height: auto;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .container:not(.p-0) {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.row {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1rem;
  grid-template-columns: 1fr;
}
.row.align-center {
  align-items: center;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  grid-column-end: span 1;
}

@media screen and (min-width: 768px) {
  .row {
    grid-template-columns: repeat(12, 1fr);
  }
  .col-1 {
    grid-column-end: span 1;
  }
  .col-2 {
    grid-column-end: span 2;
  }
  .col-3 {
    grid-column-end: span 3;
  }
  .col-4 {
    grid-column-end: span 4;
  }
  .col-5 {
    grid-column-end: span 5;
  }
  .col-6 {
    grid-column-end: span 6;
  }
  .col-7 {
    grid-column-end: span 7;
  }
  .col-8 {
    grid-column-end: span 8;
  }
  .col-9 {
    grid-column-end: span 9;
  }
  .col-10 {
    grid-column-end: span 10;
  }
  .col-11 {
    grid-column-end: span 11;
  }
  .col-12 {
    grid-column-end: span 12;
  }
  .col-md-1 {
    grid-column-end: span 1;
  }
  .col-md-2 {
    grid-column-end: span 2;
  }
  .col-md-3 {
    grid-column-end: span 3;
  }
  .col-md-4 {
    grid-column-end: span 4;
  }
  .col-md-5 {
    grid-column-end: span 5;
  }
  .col-md-6 {
    grid-column-end: span 6;
  }
  .col-md-7 {
    grid-column-end: span 7;
  }
  .col-md-8 {
    grid-column-end: span 8;
  }
  .col-md-9 {
    grid-column-end: span 9;
  }
  .col-md-10 {
    grid-column-end: span 10;
  }
  .col-md-11 {
    grid-column-end: span 11;
  }
  .col-md-12 {
    grid-column-end: span 12;
  }
  .offset-1 {
    grid-column-start: 2;
  }
  .offset-2 {
    grid-column-start: 3;
  }
  .offset-3 {
    grid-column-start: 4;
  }
  .offset-4 {
    grid-column-start: 5;
  }
  .offset-5 {
    grid-column-start: 6;
  }
  .offset-6 {
    grid-column-start: 7;
  }
  .offset-7 {
    grid-column-start: 8;
  }
  .offset-8 {
    grid-column-start: 9;
  }
  .offset-9 {
    grid-column-start: 10;
  }
  .offset-10 {
    grid-column-start: 11;
  }
  .offset-11 {
    grid-column-start: 12;
  }
  .offset-md-1 {
    grid-column-start: 2;
  }
  .offset-md-2 {
    grid-column-start: 3;
  }
  .offset-md-3 {
    grid-column-start: 4;
  }
  .offset-md-4 {
    grid-column-start: 5;
  }
  .offset-md-5 {
    grid-column-start: 6;
  }
  .offset-md-6 {
    grid-column-start: 7;
  }
  .offset-md-7 {
    grid-column-start: 8;
  }
  .offset-md-8 {
    grid-column-start: 9;
  }
  .offset-md-9 {
    grid-column-start: 10;
  }
  .offset-md-10 {
    grid-column-start: 11;
  }
  .offset-md-11 {
    grid-column-start: 12;
  }
}
@media screen and (min-width: 1100px) {
  .row {
    grid-template-columns: repeat(12, 1fr);
  }
  .col-1 {
    grid-column-end: span 1;
  }
  .col-2 {
    grid-column-end: span 2;
  }
  .col-3 {
    grid-column-end: span 3;
  }
  .col-4 {
    grid-column-end: span 4;
  }
  .col-5 {
    grid-column-end: span 5;
  }
  .col-6 {
    grid-column-end: span 6;
  }
  .col-7 {
    grid-column-end: span 7;
  }
  .col-8 {
    grid-column-end: span 8;
  }
  .col-9 {
    grid-column-end: span 9;
  }
  .col-10 {
    grid-column-end: span 10;
  }
  .col-11 {
    grid-column-end: span 11;
  }
  .col-12 {
    grid-column-end: span 12;
  }
  .col-lg-1 {
    grid-column-end: span 1;
  }
  .col-lg-2 {
    grid-column-end: span 2;
  }
  .col-lg-3 {
    grid-column-end: span 3;
  }
  .col-lg-4 {
    grid-column-end: span 4;
  }
  .col-lg-5 {
    grid-column-end: span 5;
  }
  .col-lg-6 {
    grid-column-end: span 6;
  }
  .col-lg-7 {
    grid-column-end: span 7;
  }
  .col-lg-8 {
    grid-column-end: span 8;
  }
  .col-lg-9 {
    grid-column-end: span 9;
  }
  .col-lg-10 {
    grid-column-end: span 10;
  }
  .col-lg-11 {
    grid-column-end: span 11;
  }
  .col-lg-12 {
    grid-column-end: span 12;
  }
  .offset-1 {
    grid-column-start: 2;
  }
  .offset-2 {
    grid-column-start: 3;
  }
  .offset-3 {
    grid-column-start: 4;
  }
  .offset-4 {
    grid-column-start: 5;
  }
  .offset-5 {
    grid-column-start: 6;
  }
  .offset-6 {
    grid-column-start: 7;
  }
  .offset-7 {
    grid-column-start: 8;
  }
  .offset-8 {
    grid-column-start: 9;
  }
  .offset-9 {
    grid-column-start: 10;
  }
  .offset-10 {
    grid-column-start: 11;
  }
  .offset-11 {
    grid-column-start: 12;
  }
  .offset-lg-1 {
    grid-column-start: 2;
  }
  .offset-lg-2 {
    grid-column-start: 3;
  }
  .offset-lg-3 {
    grid-column-start: 4;
  }
  .offset-lg-4 {
    grid-column-start: 5;
  }
  .offset-lg-5 {
    grid-column-start: 6;
  }
  .offset-lg-6 {
    grid-column-start: 7;
  }
  .offset-lg-7 {
    grid-column-start: 8;
  }
  .offset-lg-8 {
    grid-column-start: 9;
  }
  .offset-lg-9 {
    grid-column-start: 10;
  }
  .offset-lg-10 {
    grid-column-start: 11;
  }
  .offset-lg-11 {
    grid-column-start: 12;
  }
}
.debug {
  border: 1px solid red;
}
.responsive-img {
  width: 100%;
  height: auto;
}

section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-t-small {
  padding-top: 30px !important;
}
@media screen and (min-width: 768px) {
  .p-t-small {
    padding-top: 100px !important;
  }
}

.p-b-small {
  padding-bottom: 60px !important;
}
@media screen and (min-width: 1100px) {
  .p-b-small {
    padding-bottom: 100px !important;
  }
}

.p-b-0, section.p-b-0 {
  padding-bottom: 0 !important;
}

.p-t-0, section.p-t-0 {
  padding-top: 0 !important;
}

.m-b-0, section.m-b-0 {
  margin-bottom: 0 !important;
}

.m-t-0, section.m-t-0 {
  margin-top: 0 !important;
}

@media screen and (min-width: 1100px) {
  .sticky {
    position: sticky;
    top: 100px;
  }
}

@media (max-width: 1100px) {
  .sticky-all {
    position: sticky;
    top: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .sticky-all .wp-block-template-part {
    position: sticky;
    top: 120px;
  }
}

.entry-content.has-global-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

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

@media (max-width: 1100px) {
  main {
    padding-top: 30px !important;
  }
}

.wp-block-accordion-panel {
  margin-top: 0;
  padding-top: 10px !important;
}

section.insights-listings {
  max-width: 100vw;
  width: 100%;
  background: white;
}
@media (max-width: 1024px) {
  section.insights-listings {
    margin: 0 !important;
  }
}
@media (min-width: 1024px) {
  section.insights-listings {
    background: white;
  }
}
section.insights-listings .container {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
section.insights-listings .container .cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  section.insights-listings .container .cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  section.insights-listings .container .cols {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
section.insights-listings__featured {
  margin: 0 !important;
  padding: 0 0 80px 0 !important;
  border-top: none !important;
}
section.insights-listings__featured h3 {
  color: white;
}
section.insights-listings__featured .read-more {
  color: white !important;
}
section.insights-listings__featured .read-more svg path {
  fill: white !important;
}
section.insights-listings .alm-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
section.insights-listings .alm-btn-wrap .alm-load-more-btn {
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  transition: all 0.25s linear;
}
section.insights-listings .alm-btn-wrap .alm-load-more-btn:hover {
  transform: scale(1.05);
}

.insights-listing {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  color: black;
  font-size: 1.4rem;
  height: 100%;
}
.insights-listing:not(.--featured) {
  background: white;
}
.insights-listing a {
  text-decoration: none;
  position: relative;
}
.insights-listing__external-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #96D0D3;
  padding: 5px 10px;
  font-size: 0.7rem;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  color: black;
}
.insights-listing__img {
  overflow: hidden;
  display: block;
  position: relative;
  height: 300px;
  max-width: 100%;
}
.insights-listing__img img {
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
  object-fit: cover;
  object-position: center center;
}
.insights-listing__img:hover img {
  scale: 1.02;
  transition: all 0.5s ease;
}
.insights-listing h2 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .insights-listing h2 {
    font-size: 1.8rem;
  }
}
.insights-listing h3 {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .insights-listing h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .insights-listing__content {
    padding-inline: 20px;
  }
}
.insights-listing .read-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.25s linear;
}
.insights-listing .read-more span {
  transition: all 0.25s linear;
}
.insights-listing .read-more img {
  width: 32px !important;
  height: 32px !important;
}
.insights-listing .read-more:hover {
  transform: scale(1.05);
}
.insights-listing .read-more:hover span {
  transform: translateX(-5px);
}
.insights-listing__footer {
  display: flex;
  align-items: center;
  padding: 20px 0 0 0;
  margin-top: auto;
}
.insights-listing__categories {
  display: flex;
  align-items: center;
  gap: 5px;
}
.insights-listing .category-tag {
  background: #96D0D3;
  padding: 3px 8px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  transition: all ease 0.3s;
}
.insights-listing .category-tag:hover {
  background: #DF2080;
  color: white;
}

/* White background container for simple listings */
.container .row .insights-listing .read-more {
  color: black;
}
.container .row .insights-listing .read-more img {
  background: black;
  transition: all ease 0.3s;
}
.container .row .insights-listing .read-more svg path {
  fill: black;
}
.container .row .insights-listing .read-more:hover img {
  background: var(--wp--preset--color--pink);
}

.alm-load-more-btn.done {
  display: none;
}

/* Mobile: Custom dropdown */
@media (max-width: 1100px) {
  .insights-filters-wrap {
    display: block;
    margin-bottom: 3rem;
    position: relative;
    overflow: visible;
  }
  .insights-filters-wrap .insights-filters-dropdown {
    position: relative;
    width: 100%;
  }
  .insights-filters-wrap .insights-filters-dropdown .insights-filters-toggle {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid black;
    background: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: background-color 150ms ease, border-color 150ms ease;
  }
  .insights-filters-wrap .insights-filters-dropdown .insights-filters-toggle:hover, .insights-filters-wrap .insights-filters-dropdown .insights-filters-toggle:focus {
    background-color: #96D0D3;
    outline: none;
  }
  .insights-filters-wrap .insights-filters-dropdown .insights-filters-toggle .insights-filters-label {
    flex: 1;
    text-align: left;
  }
  .insights-filters-wrap .insights-filters-dropdown .insights-filters-toggle .insights-filters-icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
  }
  .insights-filters-wrap .insights-filters-dropdown .insights-filters-toggle[aria-expanded=true] .insights-filters-icon {
    transform: rotate(180deg);
  }
  .insights-filters-wrap .insights-filters-dropdown .insights-filters-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid black;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    margin-top: -1px;
  }
  .insights-filters-wrap .insights-filters-dropdown .insights-filters-menu .insights-filters-item {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 150ms ease, color 150ms ease;
    cursor: pointer;
  }
  .insights-filters-wrap .insights-filters-dropdown .insights-filters-menu .insights-filters-item:last-child {
    border-bottom: none;
  }
  .insights-filters-wrap .insights-filters-dropdown .insights-filters-menu .insights-filters-item:hover, .insights-filters-wrap .insights-filters-dropdown .insights-filters-menu .insights-filters-item:focus {
    background-color: #96D0D3;
    outline: none;
  }
  .insights-filters-wrap .insights-filters {
    display: none;
  }
  .insights-filters-wrap .next-filters-btn {
    display: none;
  }
  .insights-filters-wrap .back-filters-btn {
    display: none;
  }
}
/* Desktop: Horizontal scroll filters */
@media (min-width: 1101px) {
  .insights-filters-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
  }
  .insights-filters-wrap .insights-filters-dropdown {
    display: none;
  }
  .insights-filters-wrap .insights-filters-select {
    display: none;
  }
  .insights-filters-wrap .insights-filters {
    /* Reserve space for the button at the right (button width + gap)
       Adjust 64px if you change the button size or gap */
    flex: 0 1 calc(100% - 100px);
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 0;
    overflow-x: scroll;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: rgba(0, 0, 0, 0.25) transparent; /* Firefox */
    scrollbar-gutter: stable both-edges;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-bottom: 14px;
    position: relative;
  }
  .insights-filters-wrap .insights-filters::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 14px;
    width: 60px;
    background: linear-gradient(to right, transparent, white);
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .insights-filters-wrap .insights-filters.back-visible::after {
    opacity: 0;
  }
  .insights-filters-wrap .insights-filters a {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid black;
    padding: 10px 20px;
    display: block;
    height: 42px;
    transition: background 150ms ease, color 150ms ease;
  }
  .insights-filters-wrap .insights-filters a.active {
    background: #96D0D3;
  }
  .insights-filters-wrap .insights-filters a:hover, .insights-filters-wrap .insights-filters a:focus {
    background: #96D0D3;
    outline: none;
  }
  .insights-filters-wrap .insights-filters a span {
    display: block;
    white-space: nowrap;
  }
  .insights-filters-wrap .insights-filters {
    /* show and style scrollbar */
  }
  .insights-filters-wrap .insights-filters::-webkit-scrollbar {
    height: 8px;
  }
  .insights-filters-wrap .insights-filters::-webkit-scrollbar-track {
    background: transparent;
  }
  .insights-filters-wrap .insights-filters::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 999px;
  }
  .insights-filters-wrap .insights-filters::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.28);
  }
  .insights-filters-wrap .next-filters-btn {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid black;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 0;
    cursor: pointer;
    text-transform: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 0.3s ease, border-color 0.3s ease, opacity 0.3s ease, color 0.3s ease;
  }
  .insights-filters-wrap .next-filters-btn.inactive {
    background: #f0f0f0;
    border-color: #ccc;
    color: #999;
    cursor: not-allowed;
    opacity: 0.5;
  }
  .insights-filters-wrap .back-filters-btn {
    right: 50px;
    transform: translateX(100px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
  }
  .insights-filters-wrap .back-filters-btn.visible {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
}
.post-content .entry-content a:not(.wp-element-button):not(.wp-block-button__link), .post-type-post .wp-block .entry-content a:not(.wp-element-button):not(.wp-block-button__link) {
  color: #DF2080;
}
.post-content .entry-content h2, .post-type-post .wp-block .entry-content h2 {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  scroll-margin-top: 110px;
  font-size: var(--wp--preset--font-size--title-medium);
}
.post-content .entry-content h2:first-child, .post-type-post .wp-block .entry-content h2:first-child {
  margin-top: 0 !important;
}
.post-content .entry-content h3, .post-type-post .wp-block .entry-content h3 {
  font-size: var(--wp--preset--font-size--title-small);
}
.post-content .entry-content h4, .post-type-post .wp-block .entry-content h4 {
  font-size: var(--wp--preset--font-size--body-large);
}
.post-content .entry-content blockquote, .post-type-post .wp-block .entry-content blockquote {
  margin-block: 40px;
}
.post-content .entry-content p, .post-type-post .wp-block .entry-content p {
  line-height: 135%;
  font-size: var(--wp--preset--font-size--body-medium);
}
.post-content .entry-content h2, .post-content .entry-content h3, .post-content .entry-content h4, .post-content .entry-content h5, .post-type-post .wp-block .entry-content h2, .post-type-post .wp-block .entry-content h3, .post-type-post .wp-block .entry-content h4, .post-type-post .wp-block .entry-content h5 {
  font-weight: 800;
}
.post-content .wp-block-embed, .post-type-post .wp-block .wp-block-embed {
  max-height: 550px;
}
.post-content iframe, .post-type-post .wp-block iframe {
  max-height: 550px;
}
.post-content hr, .post-type-post .wp-block hr {
  margin: 20px 0;
}

.wp-admin .wp-block {
  padding-inline: 40px;
}

@media screen and (min-width: 1100px) {
  .post-sidebar {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}
.post-sidebar .post-author {
  background: white;
  padding: 20px;
  color: black;
  margin-bottom: 40px;
  font-size: 18px;
}
.post-sidebar .post-author img {
  width: 84px;
  height: 84px;
  border-radius: 1px;
  filter: grayscale(100%);
}
.post-sidebar .post-author .author-name {
  margin: 0;
}
.post-sidebar .post-author .author-job-title {
  margin-top: 0;
}
.post-sidebar .post-author .author-bio {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 10px !important;
}
.post-sidebar .related-posts {
  display: grid;
  gap: 20px;
  padding: 20px;
}
.post-sidebar .related-post {
  display: flex;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  font-variant: all-small-caps;
  width: 100%;
}
.post-sidebar .related-post__thumb {
  margin-right: 20px;
  position: relative;
}
.post-sidebar .related-post__thumb img {
  width: 120px;
  height: 120px;
}
.post-sidebar .related-post:hover {
  text-decoration: underline;
}
.post-sidebar .related-post__external {
  background: #96D0D3;
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 5px 7px 7px;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-post .wp-block-template-part {
  margin-block-start: 0;
}

.toc {
  background: white;
  color: black;
  font-size: 16px;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .toc {
    padding: 30px;
    max-height: calc(100vh - 140px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
}
.toc__container {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .toc__container {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
  }
}
.toc__progress {
  display: none;
}
@media screen and (min-width: 1100px) {
  .toc__progress {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: rgba(230, 11, 127, 0.2);
    border-radius: 2px;
  }
  .toc__progress-indicator {
    width: 4px;
    height: 0;
    background: #E60B7F;
    border-radius: 2px;
    transition: height 0.25s ease-out;
  }
}
.toc a {
  color: black;
}
.toc__title {
  margin-top: 0;
  cursor: pointer;
  position: relative;
  padding: 20px 0;
}
@media (max-width: 1100px) {
  .toc__title {
    padding-bottom: 0;
  }
  .toc__title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
  }
}
@media screen and (min-width: 1100px) {
  .toc__title {
    cursor: default;
  }
}
.toc__nav {
  position: relative;
  transition: max-height 0.3s ease;
  direction: rtl;
}
.toc__nav::-webkit-scrollbar {
  width: 8px;
}
.toc__nav::-webkit-scrollbar-track {
  background: transparent;
}
.toc__nav::-webkit-scrollbar-thumb {
  background: #FF1493;
  border-radius: 4px;
}
.toc__nav::-webkit-scrollbar-thumb:hover {
  background: #FF69B4;
}
.toc__nav {
  scrollbar-width: thin;
  scrollbar-color: #FF1493 transparent;
}
@media screen and (min-width: 1100px) {
  .toc__nav {
    overflow-y: auto;
    padding-right: 12px;
    flex: 1;
    min-height: 0;
  }
  .toc__nav::-webkit-scrollbar {
    display: none;
  }
  .toc__nav {
    scrollbar-width: none;
  }
}
@media (max-width: 1100px) {
  .toc__nav {
    max-height: 0;
    overflow: hidden;
    padding-right: 20px;
  }
}
.toc__nav li {
  direction: ltr;
  padding: 0 10px 20px 20px;
}
.toc__nav li:last-child {
  padding-bottom: 0;
}
.toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1100px) {
  .toc .toc__nav {
    transition: all ease 0.3s;
    opacity: 0;
  }
}
@media (max-width: 1100px) {
  .toc.is-open .toc__nav {
    max-height: 400px;
    overflow-y: auto;
    margin-top: 30px;
    opacity: 1;
  }
  .toc.is-open .toc__scrollbar {
    display: block;
  }
  .toc.is-open .toc__scrollbar-thumb {
    display: block;
  }
  .toc.is-open .toc__title::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toc__item {
  margin-bottom: 10px;
}
.toc__item--level-3 {
  padding-left: 20px;
}
.toc__link {
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.toc__link:hover {
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .toc__link.is-active {
    color: #DF2080;
    font-weight: 700;
  }
  .toc__link.is-active::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 100%;
    background: #DF2080;
    border-radius: 2px;
  }
}

.custom-blockquote {
  margin: 0;
  padding: 0 2rem;
  border-left: 4px solid currentColor;
  border-left: 5px solid currentColor;
}
.custom-blockquote p {
  margin: 0 0 1rem 0;
  font-size: 18px !important;
  font-style: normal;
}
@media screen and (min-width: 1100px) {
  .custom-blockquote p {
    font-size: 24px !important;
  }
}
.custom-blockquote p:last-of-type:not(.tr-blockquote-author):not(.tr-blockquote-author-title) {
  margin-bottom: 0;
}
.custom-blockquote .tr-blockquote-author-container {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.custom-blockquote .tr-blockquote-author-container .tr-blockquote-author {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 12px !important;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.25px;
}
.custom-blockquote .tr-blockquote-author-container .tr-blockquote-author:before, .custom-blockquote .tr-blockquote-author-container .tr-blockquote-author:after {
  display: none;
}
.custom-blockquote .tr-blockquote-author-source {
  font-size: 14px;
  margin-top: 5px;
}
.custom-blockquote .tr-blockquote-author-source a {
  color: white !important;
}
.post-hero-content {
  padding-bottom: 20px;
}
.post-hero__label {
  text-transform: uppercase;
  color: transparent !important;
  text-shadow: none;
  margin-bottom: 20px;
  display: block;
  /* Desktop/title-small */
  -webkit-text-stroke-width: 1.6px;
  -webkit-text-stroke-color: var(--Primary-White, #FFF);
  font-family: "Avenir Next";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
@media (min-width: 1100px) {
  .post-hero__title {
    padding-right: 60px;
  }
}
.post-hero__intro {
  font-size: var(--wp--preset--font-size--body-large);
  line-height: 140%;
  margin-top: 20px;
}
@media (min-width: 1100px) {
  .post-hero__intro {
    padding-right: 60px;
  }
}
.post-hero h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--headline-small) !important;
  font-family: var(--wp--preset--font-family--avenirnext);
  line-height: 110% !important;
  margin: 0;
}
.post-hero .post-hero__categories {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  display: flex;
  gap: 15px;
}
.post-hero .post-hero__categories a {
  background: #96D0D3;
  padding: 3px 8px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  transition: all 0.25s linear;
}
.post-hero .post-hero__categories a:hover {
  background: #DF2080;
  color: white;
}

.outline {
  color: transparent !important;
  -webkit-text-stroke: 1.5px #FFF;
  text-shadow: none;
}
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--wp--preset--color--charcoal);
  z-index: 30;
  display: flex;
}
@media (max-width: 1100px) {
  .site-header {
    height: 70px;
    overflow: auto;
  }
}
@media screen and (min-width: 1100px) {
  .site-header {
    height: 100px;
    align-items: center;
  }
}
.site-header-logo {
  display: block;
  width: 130px;
}
.site-header-logo img {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 1100px) {
  .site-header-logo {
    width: 240px;
  }
}
.site-header .container:not(.--sub) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1100px) {
  .site-header-nav-wrapper {
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 100;
    height: calc(100dvh - 70px);
    max-height: calc(100dvh - 70px);
    width: 100vw;
    background: white;
    transform: translateX(100%);
    transition: all ease 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 60px;
  }
  body.nav-open .site-header-nav-wrapper {
    transform: translateX(0);
  }
  .site-header-nav-wrapper:has(.header-nav__sub.is-active) {
    overflow-y: hidden;
  }
}
@media screen and (min-width: 1100px) {
  .site-header-nav-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
.site-header__cta-button {
  padding: 10px 20px;
  background-color: var(--wp--preset--color--pink);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-variant: all-small-caps;
  position: relative;
  transition: all 0.25s linear;
  display: inline-block;
}
@media (max-width: 1100px) {
  .site-header__cta-button {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .site-header__cta-button {
    margin-left: 40px;
  }
}
.site-header__cta-button:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNC4wNzY2NiAxMy40ODY4TDUuMjU2NjYgMTQuNjY2OEwxMS45MjMzIDguMDAwMTZMNS4yNTY2NiAxLjMzMzVMNC4wNzY2NiAyLjUxMzVMOS41NjMzMyA4LjAwMDE2TDQuMDc2NjYgMTMuNDg2OFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==);
  opacity: 0;
  transition: all 0.25s linear;
}
.site-header__cta-button:hover {
  padding-right: 35px !important;
  transform: scale(1.05);
  color: white !important;
}
.site-header__cta-button:hover:after {
  opacity: 1;
  transition: all 0s linear;
}

.header-nav li {
  margin: 0;
}
@media (max-width: 1100px) {
  .header-nav {
    width: 100%;
    padding-top: 30px;
  }
  .header-nav ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1100px) {
  .header-nav {
    gap: 30px;
    overflow: auto;
  }
  .header-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
  }
}
.header-nav a {
  text-decoration: none;
  transition: all ease 0.2s;
}
.header-nav a:hover {
  color: var(--wp--preset--color--pink);
}
.header-nav a svg {
  rotate: 90deg;
  transition: all ease 0.2s;
}
@media (max-width: 1100px) {
  .header-nav__parent.type--sub-nav {
    justify-content: space-between;
  }
  .header-nav__parent.type--link a {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header-nav__parent {
    padding-block: 10px;
  }
}
.header-nav__parent-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .header-nav__parent-header {
    font-weight: 700;
    font-size: 24px;
  }
  .header-nav__parent-header a {
    color: var(--wp--preset--color--charcoal);
  }
}
@media screen and (min-width: 1100px) {
  .header-nav__parent-header {
    color: white;
    padding: 0 15px;
  }
  .header-nav__parent-header a {
    color: white;
  }
}
.header-nav__parent-intro {
  color: var(--wp--preset--color--charcoal);
  margin-top: 5px;
  max-width: calc(100% - 50px);
}
@media screen and (min-width: 1100px) {
  .header-nav__parent-intro {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .header-nav__parent:hover .header-nav__parent-header a {
    color: var(--wp--preset--color--pink);
  }
  .header-nav__parent:hover .header-nav__parent-header a svg {
    rotate: -90deg;
  }
  .header-nav__parent:hover .header-nav__parent-header a svg path {
    fill: var(--wp--preset--color--pink);
  }
}
.header-nav__parent:has(> .header-nav__sub) svg path {
  fill: white;
}
@media (max-width: 1100px) {
  .header-nav__parent:has(> .header-nav__sub) .header-nav__parent-link a {
    pointer-events: none;
  }
}
@media screen and (min-width: 1100px) {
  .header-nav__parent:has(> .header-nav__sub):hover > .header-nav__sub {
    display: flex;
    transform: translateY(0);
  }
}
.header-nav__parent .insights-listing__external-tag svg {
  rotate: none;
}
.header-nav__parent .insights-listing__external-tag svg path {
  fill: var(--wp--preset--color--charcoal);
}
.header-nav__parent-link {
  position: relative;
}
@media (max-width: 1100px) {
  .header-nav__parent-link {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1100px) {
  .header-nav__parent-link {
    height: 100px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1100px) {
  .header-nav__parent .sub-nav-trigger {
    display: none !important;
  }
}
.header-nav__sub-header p {
  max-width: 70%;
}
.header-nav .outline,
.header-nav span.outline,
.header-nav .outline * {
  color: transparent !important;
  -webkit-text-stroke: 2px var(--wp--preset--color--charcoal);
  text-shadow: none;
  display: inline-flex;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1100px) {
  .header-nav .outline,
  .header-nav span.outline,
  .header-nav .outline * {
    -webkit-text-stroke: 1.2px var(--wp--preset--color--charcoal);
  }
}
.header-nav .--charcoal-bg .outline,
.header-nav .--charcoal-bg span.outline,
.header-nav .--charcoal-bg .outline * {
  -webkit-text-stroke: 2px white;
}
@media (max-width: 1100px) {
  .header-nav .--charcoal-bg .outline,
  .header-nav .--charcoal-bg span.outline,
  .header-nav .--charcoal-bg .outline * {
    -webkit-text-stroke: 1.2px white;
  }
}
.header-nav__sub {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  background: white;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.header-nav__sub p {
  color: var(--wp--preset--color--charcoal);
}
@media (max-width: 1100px) {
  .header-nav__sub {
    transform: translateX(100%);
    transition: all ease 0.3s;
    z-index: 100;
    height: 100dvh;
    min-height: 100dvh;
    padding: 30px 0 150px;
  }
  .header-nav__sub.is-active {
    transform: translateX(0);
  }
}
.header-nav__sub .container {
  width: 100%;
}
.header-nav__sub.--charcoal-bg {
  background-color: var(--wp--preset--color--charcoal);
  color: white;
}
.header-nav__sub.--charcoal-bg .header-nav__insights-link {
  color: white;
  border: 1px solid white;
  padding: 5px 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid white;
  padding: 10px 20px;
  display: block;
  height: 42px;
  transition: all 150ms ease, color 150ms ease;
}
.header-nav__sub.--charcoal-bg .header-nav__insights-link.--view-all {
  position: relative;
  transition: all 0.25s linear;
  display: inline-flex;
  align-items: center;
}
.header-nav__sub.--charcoal-bg .header-nav__insights-link.--view-all:after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNC4wNzY2NiAxMy40ODY4TDUuMjU2NjYgMTQuNjY2OEwxMS45MjMzIDguMDAwMTZMNS4yNTY2NiAxLjMzMzVMNC4wNzY2NiAyLjUxMzVMOS41NjMzMyA4LjAwMDE2TDQuMDc2NjYgMTMuNDg2OFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==);
}
@media (max-width: 1100px) {
  .header-nav__sub.--charcoal-bg .header-nav__insights-link.--view-all {
    margin-top: 30px;
  }
}
.header-nav__sub.--charcoal-bg .header-nav__insights-link:hover {
  background: var(--wp--preset--color--pink);
  color: white;
  border-color: var(--wp--preset--color--pink);
}
.header-nav__sub.--charcoal-bg .outline {
  color: white;
  -webkit-text-stroke-color: white !important;
}
@media screen and (min-width: 1100px) {
  .header-nav__sub {
    margin-right: 20px;
    top: 100px;
    padding: 80px 30px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    display: none;
    flex-direction: column;
    gap: 15px;
    left: 0;
    color: black;
    transition: all ease 0.3s;
    overflow: scroll;
    max-height: 100svh;
  }
  .header-nav__sub a {
    color: var(--wp--preset--color--charcoal);
  }
}
.header-nav__view-all {
  padding: 5px 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--wp--preset--color--pink);
  padding: 10px 20px;
  display: inline-block;
  color: var(--wp--preset--color--pink) !important;
}
.header-nav__view-all:hover {
  background: var(--wp--preset--color--pink);
  color: white !important;
}
@media (max-width: 1100px) {
  .header-nav__view-all {
    display: inline-block;
    margin-top: 24px;
  }
}
.header-nav__insights-links-wrapper {
  display: flex;
  gap: 20px;
}
.header-nav__insights-header, .header-nav__sub-header {
  margin-bottom: 40px;
}
.header-nav__insights-header h2, .header-nav__sub-header h2 {
  margin: 0;
}
@media screen and (min-width: 1100px) {
  .header-nav__insights-header, .header-nav__sub-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.header-nav__insights-links {
  display: flex;
  gap: 15px;
}
@media (max-width: 1100px) {
  .header-nav .sub-title {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .header-nav .sub-title:not(.--auto) {
    width: 80%;
    max-width: 800px;
  }
  .header-nav .sub-title p {
    font-size: 20px;
    line-height: 135%;
  }
}
.header-nav .sub-title h2 {
  color: #000;
  /* Desktop/headline-small */
  -webkit-text-stroke-width: 1.6px;
  -webkit-text-stroke-color: var(--Primary-Black, #000);
  font-family: "AvenirNext";
  font-size: 32px;
  font-weight: 700;
  line-height: 115%; /* 50.6px */
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 1100px) {
  .header-nav .sub-title h2 {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1100px) {
  .header-nav .sub-title h2 {
    font-size: 44px;
  }
}
.header-nav .sub-link {
  display: flex;
  flex-direction: column;
}
.header-nav .sub-link__title {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  transition: all ease 0.2s;
  color: var(--wp--preset--color--charcoal);
}
@media screen and (min-width: 1100px) {
  .header-nav .sub-link__title {
    font-size: 28px;
  }
}
.header-nav .sub-link__chevron {
  transition: all ease 0.2s;
  background: var(--wp--preset--color--charcoal);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav .sub-link__chevron svg {
  rotate: none;
}
.header-nav .sub-link__chevron svg path {
  fill: white;
}
.header-nav .sub-link__description {
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .header-nav .sub-link__description {
    font-size: 16px;
    max-width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1100px) {
  .header-nav .sub-link:hover .sub-link__title {
    color: var(--wp--preset--color--pink);
  }
  .header-nav .sub-link:hover .sub-link__chevron {
    background: var(--wp--preset--color--pink);
  }
  .header-nav .sub-link:hover .sub-link__chevron svg path {
    fill: white !important;
  }
}
@media screen and (min-width: 1100px) {
  .header-nav .sub-grid {
    display: grid;
    min-height: 100%;
  }
  .header-nav .sub-grid--2 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 30px;
  }
  .header-nav .sub-grid--3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
  .header-nav .sub-grid--4 {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 60px;
    row-gap: 30px;
  }
}
.header-nav .sub-grid-group a {
  margin-top: 10px;
}
.header-nav .sub-grid-group__links {
  margin-block: 30px;
}
.header-nav .sub-grid-group__links a {
  color: var(--wp--preset--color--charcoal);
}
.header-nav .sub-grid-group__links a:hover {
  color: var(--wp--preset--color--pink);
  text-decoration: underline;
}
.header-nav .sub-grid-group__icon {
  max-width: 60px;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .header-nav .sub-grid-group__icon {
    display: none;
  }
}
@media (max-width: 1100px) {
  .header-nav .sub-grid-item {
    margin-bottom: 20px;
  }
}
.header-nav .insights-listing a, .header-nav .insights-listing a.read-more {
  color: white !important;
  font-weight: 700;
}
.header-nav .insights-listing a img, .header-nav .insights-listing a.read-more img {
  background: none !important;
}
.header-nav .insights-listing a:hover img, .header-nav .insights-listing a.read-more:hover img {
  background: var(--wp--preset--color--pink) !important;
  border-color: var(--wp--preset--color--pink) !important;
}
.header-nav .insights-listing a:not(.read-more) {
  display: block;
  font-weight: 600;
  margin-top: 20px;
}
.header-nav .insights-listing__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1100px) {
  .nav-toggle {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    padding: 8px 6px;
    transform: translateX(5px);
  }
  .nav-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    background: white;
    transition: all ease 0.3s;
  }
  .nav-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle.is-active span:first-child {
    transform: translateY(11px) rotate(45deg);
  }
  .nav-toggle.is-active span:last-child {
    transform: translateY(-11px) rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}

@media (max-width: 1100px) {
  .desktop-chevron {
    display: none;
  }
}

.sub-title-wrapper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .sub-title-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
}

.sub-nav-back {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: var(--wp--preset--color--pink);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-nav-back svg {
  rotate: 180deg;
}
@media screen and (min-width: 1100px) {
  .sub-nav-back {
    display: none;
  }
}

@media (max-width: 1100px) {
  .header-nav__insights-links {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .d-none-lg {
    display: none !important;
  }
}
/*# sourceMappingURL=transmission.css.map */
