html {
  scroll-behavior: smooth;
}
html body {
  max-width: 100vw;
  overflow-x: hidden;
}
html body main {
  position: relative;
  top: 100px;
  padding: 0 !important;
  margin: 0;
}
html body main .wp-block-group {
  padding: 1.5rem;
}
@media screen and (min-width: 782px) {
  html body main .wp-block-group {
    padding: 2rem 1rem;
  }
}
html body main .wp-block-group .wp-block-group {
  padding: 0;
}
html body main .wp-block-group.alignfull {
  padding: 3rem 0;
}
@media screen and (min-width: 782px) {
  html body main .wp-block-group.alignfull {
    padding: 4rem 0;
  }
}
html body main .wp-block-group.alignfull .wp-block-group {
  padding: 0 1.5rem;
}
html body main .wp-block-group.alignfull .wp-block-group .wp-block-group {
  padding: 0;
}
html body main .wp-block-image {
  margin-bottom: 1.5rem;
}
html body.page-template-blue-background {
  background-color: #19355B;
}
html body.page-template-blue-background main {
  top: 0;
  color: #fff;
}
html body.home main {
  top: 0;
}
html body.page-template-patterned-background, html body.blog, html body.category {
  background-image: url(../images/pattern-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
html body.page-template-patterned-background main, html body.blog main, html body.category main {
  color: #fff;
}
html body.page-template-clouds-background {
  background-image: url(../images/clouds-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
html body.page-template-pink-background {
  background-image: url(../images/pink-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
html body.page-template-stq main {
  top: 0;
}
html body.page-template-stq .wp-block-group {
  margin-block-start: 0 !important;
}
html body.page-template-stq .wp-block-group:first-of-type {
  padding-top: 0;
  margin-bottom: 0;
}

:root :where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
}

.wp-block-cover {
  min-height: 80dvh;
}

.wp-block-media-text__media img {
  border-radius: 12px;
}

@media screen and (max-width: 781px) {
  .wp-block-columns.reverse-stack-on-mobile {
    flex-direction: column-reverse !important;
  }
}
header {
  position: absolute;
  display: flex;
  align-items: center;
  height: 90px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
header .wp-block-group {
  padding: 0 1.5rem;
  width: 100%;
}
header .wp-block-group .wp-block-group {
  padding: 0;
}
header .wp-block-button__link {
  margin-top: 0 !important;
  padding: 0.25rem 1.5rem !important;
}
header .white-logo {
  display: none;
}
header .dark-logo {
  display: block;
}
header .wp-block-navigation-overlay-close, header .wp-block-navigation__responsive-container-open {
  padding: 0 !important;
}
header .wp-block-navigation-overlay-close svg, header .wp-block-navigation__responsive-container-open svg {
  width: 42px;
  height: 30px;
}
header .wp-block-navigation__responsive-container-open:hover svg {
  filter: brightness(0) saturate(100%) invert(41%) sepia(28%) saturate(6300%) hue-rotate(331deg) brightness(104%) contrast(90%);
}
header .wp-block-navigation__overlay-container .wp-block-group {
  padding: 0 1.5rem !important;
}
header .wp-block-navigation__overlay-container .wp-block-group .wp-block-group {
  padding: 0 !important;
}
header .wp-block-navigation__overlay-container .wp-block-group .header {
  height: 90px;
  padding: 0 !important;
}
header .wp-block-navigation__overlay-container .wp-block-group .wp-block-navigation .wp-block-navigation-item {
  width: 100%;
}
header .wp-block-navigation__overlay-container .wp-block-group .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  padding: 1rem !important;
  width: 100% !important;
  border-bottom: 1px solid #19355b;
}
header .wp-block-navigation__overlay-container .wp-block-group .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:hover {
  color: #F24D59;
  text-decoration: none;
}
header .wp-block-navigation__overlay-container .wp-block-group .wp-block-navigation .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
  border-bottom: none;
}
header .wp-block-navigation__overlay-container .wp-block-group .wp-block-navigation .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  color: #F24D59;
}

.has-light-header header .white-logo, .blog header .white-logo, .category header .white-logo {
  display: block;
}
.has-light-header header .dark-logo, .blog header .dark-logo, .category header .dark-logo {
  display: none;
}
.has-light-header header .wp-block-button__link, .blog header .wp-block-button__link, .category header .wp-block-button__link {
  border-color: #fff !important;
  color: #fff !important;
}
.has-light-header header .wp-block-button__link:hover, .blog header .wp-block-button__link:hover, .category header .wp-block-button__link:hover {
  background-color: #fff !important;
  color: #19355B !important;
}
.has-light-header header .wp-block-navigation__responsive-container-open svg, .blog header .wp-block-navigation__responsive-container-open svg, .category header .wp-block-navigation__responsive-container-open svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7489%) hue-rotate(358deg) brightness(101%) contrast(100%);
}
.has-light-header header .wp-block-navigation__responsive-container-open:hover svg, .blog header .wp-block-navigation__responsive-container-open:hover svg, .category header .wp-block-navigation__responsive-container-open:hover svg {
  filter: brightness(0) saturate(100%) invert(41%) sepia(28%) saturate(6300%) hue-rotate(331deg) brightness(104%) contrast(90%);
}
.has-light-header header .wp-block-navigation__overlay-container .wp-block-button__link, .blog header .wp-block-navigation__overlay-container .wp-block-button__link, .category header .wp-block-navigation__overlay-container .wp-block-button__link {
  border-color: #19355B !important;
  color: #19355B !important;
}
.has-light-header header .wp-block-navigation__overlay-container .wp-block-button__link:hover, .blog header .wp-block-navigation__overlay-container .wp-block-button__link:hover, .category header .wp-block-navigation__overlay-container .wp-block-button__link:hover {
  background-color: #fff !important;
  color: #19355B !important;
}

.home header .white-logo {
  display: none;
}
.home header .dark-logo {
  display: none;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Mark Simonson - Proxima Nova Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Mark Simonson - Proxima Nova Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/proximanova_extrabold.otf) format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.wp-block-separator {
  margin-bottom: 1.5rem !important;
}

p {
  margin-bottom: 0.5rem !important;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  p {
    margin-bottom: 1rem !important;
  }
}

h1,
h2 {
  margin-bottom: 1rem !important;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  h1,
  h2 {
    margin-bottom: 2rem !important;
  }
}

h2 {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 4rem;
  }
}

h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.wp-block-button__link.has-textdarkblue-background-color {
  font-weight: 800;
}
.wp-block-button__link.has-textdarkblue-background-color:hover {
  background: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--textdarkblue);
}

.wp-block-post-terms {
  align-content: center;
  margin-bottom: 1rem !important;
}

.home main {
  padding-top: 0;
}
.home h1.experience-engineer-font {
  font-size: clamp(3.2rem, 5.05vw + 1.99rem, 5.625rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home h1.experience-engineer-font {
    text-align: left;
  }
}
.home .supporting-visitor-header,
.home .connected-commerce-header-font {
  position: relative;
}
.home .great-tech {
  max-width: 743px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home .great-tech {
    margin-top: 3rem;
  }
}
.home {
  /* --- Ticketing Layout --- */
}
.home .ticketing-first-image {
  min-height: 582px;
}
.home .ticketing-second-image {
  min-height: 291px;
}
.home .ticketing-third-image {
  min-height: 258px;
}
.home .ticketing-bottom-row {
  min-height: 290px;
}
.home .ticketing-column-group-one,
.home .column-one-supporting-visitor {
  padding-top: 1.5rem;
}
.home .ticketing-column-group-one {
  padding-inline: 1rem;
}
.home {
  /* --- Visitor Experiences Section --- */
}
.home .visitor-experiences-border {
  position: relative;
}
.home .visitor-experiences-border p {
  margin-bottom: 0;
  padding-top: 1rem;
}
.home .visitor-experiences-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-1 * var(--wp--style--root--padding-left, 24px));
  right: calc(-1 * var(--wp--style--root--padding-right, 24px));
  border-top: 1px solid #ffffff;
}
.home .smaller-font {
  max-width: 70%;
}
.home .supporting-visitors-section,
.home .one-platform-section {
  padding-block: 4rem;
}
@media screen and (max-width: 782px) {
  .home .supporting-visitors-section,
  .home .one-platform-section {
    padding-inline: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .home .supporting-visitors-section,
  .home .one-platform-section {
    padding-block: 4rem;
    padding-inline: 1.5rem;
  }
}
.home .man-with-clouds-cover {
  padding-bottom: 3rem;
}
@media screen and (max-width: 782px) {
  .home .man-with-clouds-cover {
    padding-bottom: 4rem;
  }
}
.home > .attractions-logo,
.home > .man-with-clouds-cover,
.home > .connected-commerce-banner,
.home .entry-content > .attractions-logo,
.home .entry-content > .man-with-clouds-cover,
.home .entry-content > .connected-commerce-banner {
  margin-block-start: 0;
}

/* --- Global Elements & Typography --- */
.heading-text h1 {
  font-weight: 800;
}

.frontpage-cover-button {
  z-index: 20;
}

.clouds-homepage {
  transform: translateY(clamp(-170px, -93.5px - 8.69vw, -93.5px));
  z-index: 15;
  position: relative;
}
.clouds-homepage img {
  position: absolute;
}

.wp-block-media-text__media img {
  border-radius: 12px;
}

/* --- Interactive Elements --- */
.homepage-button-blue-on-hover a:hover,
.homepage-button-blue-on-hover-mobile-only-button a:hover {
  background: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--textdarkblue);
}

/* --- Component: Man With Clouds --- */
.man-with-clouds {
  position: relative;
  display: block;
  z-index: 10;
  object-fit: contain;
}
@media (min-width: 769px) {
  .man-with-clouds {
    width: 155%;
    max-width: none;
    margin-left: -15%;
    transform: translateY(clamp(-200px, -16vh, -100px));
  }
  .man-with-clouds img {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .man-with-clouds {
    overflow: visible;
    width: 80%;
    max-width: none;
  }
  .man-with-clouds img {
    position: relative;
  }
}
@media (max-width: 390px) {
  .man-with-clouds {
    width: 110%;
    margin-left: -17.5%;
  }
}

/* --- Layout Modifiers & Media Queries --- */
@media (min-width: 769px) {
  .group-homepage-bottom-text,
  .great-tech-group-container {
    z-index: 11;
  }
}
@media (max-width: 768px) {
  .group-homepage-bottom-text,
  .great-tech-group-container {
    top: -50px;
    z-index: 11;
  }
}

@media (min-width: 769px) {
  .wp-block-columns.man-with-clouds-columns {
    gap: 10rem;
  }
}
@media (max-width: 768px) {
  .wp-block-columns.man-with-clouds-columns {
    flex-direction: column-reverse;
  }
  .wp-block-columns.man-with-clouds-columns .man-with-clouds-text h1.homepage-header {
    text-align: center;
    padding-inline: 2rem;
  }
}

@media (min-width: 769px) {
  .homepage-button-blue-on-hover-container-mobile-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .homepage-button-blue-on-hover-container {
    display: none;
  }
}

@media (max-width: 768px) {
  .great-tech {
    padding-inline: 0.5rem;
  }
}

@media (max-width: 768px) {
  .great-tech-paragraph {
    position: relative;
  }
}

@media (max-width: 768px) {
  .spacer-on-mobile-bottom {
    max-height: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .spacer-on-mobile {
    display: none;
  }
}

/* --- Tablet Specific Overrides --- */
@media (min-width: 768px) and (max-width: 1024px) {
  .three-col-tablet.wp-block-columns {
    flex-wrap: nowrap;
    display: flex;
    padding-inline: 1rem;
  }
  .three-col-tablet.wp-block-columns > .wp-block-column {
    flex-basis: calc(33.333% - 16px);
    flex-grow: 0;
    flex-shrink: 0;
    width: auto;
  }
}
.connected-commerce-banner .wp-block-cover .wp-block-group {
  padding: 0 !important;
}

.site-footer-container .wp-block-group a {
  text-align: center;
}
.site-footer-container .wp-block-group .wp-block-social-links {
  padding-bottom: 2rem;
}

.footer-text-opacity {
  opacity: 40% !important;
}

.logo-image-footer img {
  padding-bottom: 2rem;
}

p.footer-extra-small-text {
  font-size: 16px !important;
  padding-bottom: 2rem;
}

.footer-heading {
  padding-top: 5rem;
}

.stay-connected-paragraph {
  max-width: 825px !important;
}

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

@media screen and (max-width: 768px) {
  p.stay-connected-paragraph {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
body.single-post main {
  padding: 0;
}
body.single-post main .entry-content {
  margin-block-start: 0;
}
body.single-post main .wp-block-group {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1rem;
}
body.single-post main .wp-block-group:has(> .wp-block-separator) {
  margin-bottom: 1.25rem;
}
body.single-post main .wp-block-group:has(> .wp-block-separator) > .wp-block-separator {
  margin-top: 0;
  margin-bottom: 0;
}
body.single-post main .wp-block-group:has(> .wp-block-separator):first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  body.single-post main .wp-block-group {
    padding-bottom: revert;
  }
}
body.single-post main .wp-block-post-content ul li::marker,
body.single-post main .wp-block-post-content ol li::marker {
  color: var(--wp--preset--color--buttonred);
}
body.single-post main .wp-block-post-content {
  padding-left: 1rem;
  padding-right: 1rem;
}
body.single-post main .wp-block-post-content ul,
body.single-post main .wp-block-post-content ol,
body.single-post main .wp-block-post-content p u a,
body.single-post main .wp-block-post-content li a {
  display: block;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  body.single-post main .wp-block-post-content {
    padding-left: revert;
    padding-right: revert;
  }
  body.single-post main .wp-block-post-content ul,
  body.single-post main .wp-block-post-content ol,
  body.single-post main .wp-block-post-content p u a,
  body.single-post main .wp-block-post-content li a {
    display: revert;
    word-break: revert;
    overflow-wrap: revert;
  }
}
body.single-post main figure.wp-block-image {
  padding-bottom: 0.5rem;
}
body.single-post main .skip-the-queue-footer-container {
  min-height: 570px;
}
body.single-post main .wp-image-498 {
  padding-top: 6rem;
  padding-bottom: 1.2rem;
  margin: 3rem;
  max-width: 85%;
}
@media (min-width: 768px) {
  body.single-post main .wp-image-498 {
    max-width: revert;
  }
}
body.single-post main .author-name-and-date {
  padding-bottom: 1rem;
}
body.single-post main .wp-block-list li {
  margin-bottom: 0.2rem;
}
body.single-post main .wp-block-list li:last-of-type {
  margin-bottom: 1rem;
}
body.single-post main h2 {
  font-size: 2.5rem;
}
body.single-post main p.has-para-large-font-size {
  font-size: 1.5rem;
}
body.single-post main .is-podcast-footer-paragraph {
  max-width: 90%;
}
body.single-post main .wp-block-spacer:last-of-type {
  height: 85px;
}
@media (min-width: 768px) {
  body.single-post main h2 {
    font-size: 4rem;
  }
  body.single-post main p.has-para-large-font-size {
    font-size: revert;
  }
  body.single-post main .is-podcast-footer-paragraph {
    max-width: revert;
  }
  body.single-post main .wp-block-spacer:last-of-type {
    height: revert;
  }
}

.taxonomy-category {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 93%;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.8rem !important;
  margin-bottom: 1rem !important;
  letter-spacing: 0.1em;
}
.taxonomy-category a {
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .taxonomy-category {
    font-size: 1rem !important;
  }
}

.taxonomy-category-blog {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  padding-top: 13px;
  font-size: 0.85rem;
  width: 95px;
  height: 34px;
  letter-spacing: 0.1em;
}
.taxonomy-category-blog a {
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .taxonomy-category-blog {
    font-size: 1.1rem;
    width: 110px;
    height: 40px;
  }
}

.taxonomy-category-single-page-button {
  margin: 0.5rem 0;
}

.author-name-blog-post:after {
  content: "|";
  display: inline-block;
  width: 1px;
  height: 1px;
  margin-left: 0.5rem;
  background-color: #19355b;
}
@media (min-width: 768px) {
  .author-name-blog-post:after {
    margin-left: 1.5rem;
  }
}

.wp-container-core-group-is-layout-c369a02f {
  max-height: 89px;
}

.single-post .skip-the-queue-footer-container {
  padding: 3rem 0 !important;
}
.single-post .skip-the-queue-footer-container .wp-block-image, .single-post .skip-the-queue-footer-container img {
  max-width: 420px;
  width: 100%;
  margin-bottom: 1rem;
}
.single-post .wp-block-group.alignfull {
  padding: 1.5rem 0;
}
.single-post .wp-block-social-links {
  justify-content: center;
}

/* spacing on form columns */
@media screen and (max-width: 782px) {
  .column-text {
    margin: 2rem !important;
  }
}

.form-container {
  margin-left: 2rem !important;
}
@media screen and (max-width: 782px) {
  .form-container {
    margin-left: 0 !important;
  }
}

/* SUPPORT PAGE */
.extra-margin-on-columns {
  margin-top: 5rem !important;
}

.talk-text-column {
  padding-left: 4%;
}

@media screen and (max-width: 782px) {
  .support-text {
    text-align: center !important;
  }
}

.support-container {
  padding-top: 5%;
}

.support-image {
  position: relative;
  max-width: none !important;
  margin-left: -80% !important;
  transform: translateY(clamp(-80px, -16vh, -50px)) !important;
}
.support-image img {
  position: absolute;
}

@media screen and (min-width: 1020px) {
  .support-container {
    margin-left: 2rem !important;
  }
}
@media (max-width: 782px) {
  .support-image {
    position: relative;
    max-height: clamp(35dvh, 17.38px + 54.55vw, 60dvh) !important;
    max-width: none !important;
    display: block;
    overflow: visible !important;
    object-fit: contain;
    margin-left: -50vw !important;
  }
  .support-image img {
    position: relative;
  }
  /* ~600px breakpoint: mid-point transition */
}
@media (max-width: 782px) and (max-width: 600px) {
  .support-image {
    max-height: 52dvh !important;
    margin-left: -60% !important;
  }
}
@media (max-width: 782px) {
  /* ~480px breakpoint */
}
@media (max-width: 782px) and (max-width: 480px) {
  .support-image {
    max-height: 45dvh !important;
    margin-left: -70% !important;
  }
}
@media (max-width: 782px) {
  /* 390px and under */
}
@media (max-width: 782px) and (max-width: 390px) {
  .support-image {
    max-height: 30dvh !important;
    margin-left: -80% !important;
  }
}
@media (max-width: 782px) {
  .wp-block-columns.support-man-columns {
    flex-direction: column-reverse !important;
  }
  .wp-block-columns.support-man-columns .talk-text-column h1.homepage-header,
  .wp-block-columns.support-man-columns .talk-text-column p {
    padding: 0 2rem;
  }
}
form label {
  color: black;
}
form input, form textarea {
  background-color: transparent !important;
}
form textarea {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
form button {
  background-color: var(--wp--preset--color--buttonred) !important;
  color: var(--wp--preset--color--white) !important;
  border-radius: 50px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}
