/*
Theme Name: IP Theme Condensed
Author: Ironpaper
Description: Custom WP theme
Version: 1.0
*/
:root {
  --site-gutter: 30px;
  --Nav-Animation: all 200ms ease-in-out;
  --Link-Animation: padding 200ms ease-in-out, color 200ms ease-in-out, background-color 200ms ease-in-out;
}

@media only screen and (max-width: 767px) {
  :root {
    --site-gutter: 25px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

body .grecaptcha-badge {
  display: none !important;
}

html.nav-open, html.nav-open body {margin: 0; height: 100%; overflow: hidden}

pre {
  background-color: #1d1f21;
  color: #f0c674 !important;
  padding: 30px;
  margin: 15px;
  border-radius: 8px;
  word-break: break-all;
  word-wrap: break-word;
  overflow: auto;
  position: relative;
}

* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: auto !important;
  font-family: Outfit;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--Text);
}

body .modal-content {
  background: unset;
  border: 0px;
}

body .modal-dialog {
  margin: 0 auto;
  max-width: 75vw;
  width: 100%;
}

body .modal #unifiedModalCaption * {
  color: white;
}

body .modal.show {
  background: rgba(0,0,0,0.5);
  z-index: 1000000;
}

body .modal {
  --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
}

body .anchor-link {
  top: -100px;
  position: absolute;
}

body .modal button.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
  background-size: cover;
  height: 2em;
  position: absolute;
  right: 5%;
  top: 20%;
  width: 2em;
}

body .divider,
body hr {
  background: var(--theme-text-color);
  border-top: 0;
  height: 1px;
  opacity: 1;
}

body .modal img {
  max-height: 65vh;
}

body a:not(.btn) {
  color: inherit;
  transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
}

body a:not(.btn) {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

body a:not(.btn):hover {
  color: inherit;
  font-weight: 400;
}

body b,
body strong {
  font-weight: 700;
}

body:not(.single-tribe_events):not(.post-type-archive-tribe_events):not(.home) .flex-content[index="1"]:not(.digital-exhibit) {
  padding-top: 200px;
}

.main-body.tribe_events {
  padding-top: 50px;
}

.post-type-archive-tribe_events {
  background-color: var(--Cream);
}

body p:last-child {
  margin-bottom: 0;
}

.flex {
  display: flex;
}

.column,
.col {
  flex-direction: column;
}

.row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.divider.vertical {
  height: 100%;
  min-height: 300px;
  width: 2px !important;
  padding: 0px !important;
}

/* Theming */

[data-theme="forest"] {
  --theme-bg-color: var(--Forest);
  --theme-h1-color: var(--White);
  --theme-container-color: var(--Light-Green);
  --theme-text-color: var(--White);
  --theme-eyebrow-color: var(--White);
  --theme-border-color: var(--Green);
  --theme-btn-primary-background: var(--Light-Green);
  --theme-btn-primary-color: var(--Forest);
  --theme-btn-primary-bg-hover: #011110;
  --theme-btn-primary-bg-hover-color: var(--White);
  --theme-btn-secondary-bg: var(--White);
  --theme-btn-secondary-color: var(--Forest);
  --theme-btn-secondary-bg-hover: var(--Green);
  --theme-btn-secondary-bg-color-hover: var(--White);
  --theme-btn-secondary-border-color: var(--White);
  --theme-btn-secondary-border-hover: var(--Green);
}

[data-theme="green"] {
  --theme-bg-color: var(--Light-Green);
  --theme-text-color: var(--Forest);
  --theme-eyebrow-color: var(--Forest);
  --theme-border-color: var(--Forest);
  --theme-btn-primary-background: var(--Forest);
  --theme-btn-primary-color: var(--White);
  --theme-btn-primary-bg-hover: #011110;
  --theme-btn-primary-bg-hover-color: var(--White);
  --theme-btn-secondary-bg: var(--White);
  --theme-btn-secondary-color: var(--Forest);
  --theme-btn-secondary-bg-hover: var(--Green);
  --theme-btn-secondary-bg-color-hover: var(--White);
  --theme-btn-secondary-border-color: var(--White);
  --theme-btn-secondary-border-hover: var(--Green);
}

[data-theme="light"] {
  --theme-bg-color: var(--Light);
  --theme-container-color: var(--White);
  --theme-text-color: var(--Navy);
  --theme-eyebrow-color: var(--Text);
  --theme-border-color: var(--Navy);
  --theme-btn-primary-background: var(--Navy);
  --theme-btn-primary-color: var(--White);
  --theme-btn-primary-bg-hover: #65BDE9;
  --theme-btn-primary-bg-hover-color: var(--Navy);
  --theme-btn-secondary-bg: transparent;
  --theme-btn-secondary-color: var(--Navy);
  --theme-btn-secondary-bg-hover: var(--Navy);
  --theme-btn-secondary-border-color: var(--Navy);
  --theme-btn-secondary-border-hover: var(--Navy);
}

[data-theme="maroon"] {
  --theme-bg-color: var(--Maroon);
  --theme-h1-color: #ffc822;
  --theme-container-color: var(--Crab-Apple-Red);
  --theme-title-color: var(--Maroon);
  --theme-fleet-title: var(--White);
  --theme-text-color: var(--White);
  --theme-eyebrow-color: var(--Rose-Pink);
  --theme-fleet-eyebrow-color: var(--Light);
  --theme-border-color: var(--Crab-Apple-Red);
  --theme-btn-primary-background: var(--White);
  --theme-btn-primary-color: var(--Text);
  --theme-btn-primary-bg-hover: var(--Red);
  --theme-btn-primary-bg-hover-color: var(--White);
  --theme-btn-secondary-bg: var(--White);
  --theme-btn-secondary-color: var(--Maroon);
  --theme-btn-secondary-bg-hover: var(--Red);
  --theme-btn-secondary-border-color: var(--White);
  --theme-btn-secondary-border-hover: var(--Green);
  --social-hover: #FF9FA4;
}

[data-theme="mint"] {
  --theme-bg-color: #ddffef;
  --theme-h1-color: var(--Forest);
  --theme-title-color: var(--Forest);
  --theme-fleet-title: var(--White);
  --theme-text-color: var(--Forest);
  --theme-eyebrow-color: var(--Forest);
  --theme-fleet-eyebrow-color: var(--Forest);
  --theme-border-color: #70e2c4;
}

[data-theme="navy"] {
  --theme-gradient-bg: linear-gradient(0deg, rgba(12, 43, 64, 0.85) 0%, rgba(12, 43, 64, 0.85) 100%), linear-gradient(185deg, rgba(0, 0, 0, 0.1) 7.58%, #0c2b40 42.27%);
  --theme-bg-color: var(--Navy);
  --theme-h1-color: #ffc822;
  --theme-title-color: var(--Light);
  --theme-fleet-title: var(--White);
  --theme-title-hover: #ffc822;
  --theme-container-color: var(--Light);
  --theme-text-color: var(--White);
  --theme-eyebrow-color: var(--Light);
  --theme-fleet-eyebrow-color: var(--Light);
  --theme-border-color: var(--Light);
  --theme-btn-primary-background: var(--Light);
  --theme-btn-primary-color: var(--Text);
  --theme-btn-primary-bg-hover: #8cc9e6;
  --theme-btn-primary-bg-hover-color: var(--Text);
  --theme-btn-secondary-bg: transparent;
  --theme-btn-secondary-color: var(--White);
  --theme-btn-secondary-bg-hover: #8cc9e6;
  --theme-btn-secondary-border-color: var(--White);
  --theme-btn-secondary-border-hover: #8cc9e6;
  --social-hover: #65BDE9;
}

[data-theme="cream-forest"] {
  --theme-bg-color: var(--Cream);
  --theme-h1-color: var(--Forest);
  --theme-title-color: var(--Green);
  --theme-fleet-title: var(--Forest);
  --theme-title-bg: var(--Green);
  --theme-text-color: var(--Text);
  --theme-eyebrow-color: var(--Green);
  --theme-fleet-eyebrow-color: var(--Green);
  --theme-border-color: var(--Forest);
  --theme-btn-primary-background: var(--Forest);
  --theme-btn-primary-color: var(--White);
  --theme-btn-primary-bg-hover: #011110;
  --theme-btn-primary-bg-hover-color: var(--White);
  --theme-btn-secondary-bg: transparent;
  --theme-btn-secondary-color: var(--Text);
  --theme-btn-secondary-bg-hover: var(--Text);
  --theme-btn-secondary-bg-color-hover: var(--White);
  --theme-btn-secondary-border-color: var(--Text);
  --theme-btn-secondary-border-hover: var(--Text);
}

[data-theme="cream-navy"] {
  --theme-bg-color: var(--Cream);
  --theme-h1-color: var(--Navy);
  --theme-title-color: var(--Navy);
  --theme-fleet-title: var(--Navy);
  --theme-text-color: var(--Text);
  --theme-eyebrow-color: var(--Navy);
  --theme-fleet-eyebrow-color: var(--Navy);
  --theme-border-color: var(--Navy);
  --theme-btn-primary-background: var(--Navy);
  --theme-btn-primary-color: var(--White);
  --theme-btn-primary-bg-hover: var(--Light);
  --theme-btn-primary-bg-hover-color: var(--Navy);
  --theme-btn-secondary-bg: transparent;
  --theme-btn-secondary-color: var(--Text);
  --theme-btn-secondary-bg-hover: var(--Text);
  --theme-btn-secondary-bg-color-hover: var(--Light);
  --theme-btn-secondary-border-color: var(--Text);
  --theme-btn-secondary-border-hover: var(--Text);
}

[data-theme="white"] {
  --theme-bg-color: var(--White);
  --theme-h1-color: var(--Text);
  --theme-title-color: var(--Text);
  --theme-title-bg: var(--White);
  --theme-title-hover: var(--Red);
  --theme-text-color: var(--Text);
  --theme-eyebrow-color: var(--Red);
  --theme-border-color: var(--Red);
  --theme-btn-primary-background: var(--Red);
  --theme-btn-primary-color: var(--White);
  --theme-btn-primary-bg-hover: #ff9fa4;
  --theme-btn-primary-bg-hover-color: var(--Text);
  --theme-btn-secondary-bg: transparent;
  --theme-btn-secondary-color: var(--Maroon);
  --theme-btn-secondary-bg-hover: var(--Maroon);
  --theme-btn-secondary-bg-color-hover: var(--White);
  --theme-btn-secondary-border-color: var(--Maroon);
  --theme-btn-secondary-border-hover: var(--Maroon);
}

[data-theme="white-maroon"] {
  --theme-bg-color: var(--White);
  --theme-h1-color: var(--Maroon);
  --theme-title-color: var(--Maroon);
  --theme-fleet-title: var(--Maroon);
  --theme-title-bg: var(--Maroon);
  --theme-text-color: var(--Text);
  --theme-eyebrow-color: var(--Red);
  --theme-fleet-eyebrow-color: var(--Red);
  --theme-border-color: var(--Crab-Apple-Red);
  --theme-btn-primary-background: var(--Red);
  --theme-btn-primary-color: var(--White);
  --theme-btn-primary-bg-hover: var(--Red);
  --theme-btn-primary-bg-hover-color: var(--White);
  --theme-btn-secondary-bg: transparent;
  --theme-btn-secondary-color: var(--Text);
  --theme-btn-secondary-bg-hover: var(--Text);
  --theme-btn-secondary-bg-color-hover: var(--White);
  --theme-btn-secondary-border-color: var(--Text);
  --theme-btn-secondary-border-hover: var(--Text);
}

[data-theme="yellow"] {
  --theme-bg-color: var(--Butter-Yellow);
  --theme-text-color: var(--Text);
  --theme-title-color: #5e490b;
  --theme-title-bg: var(--Gold);
  --theme-eyebrow-color: var(--Dark-Gold);
  --theme-border-color: var(--Gold);
  --theme-btn-primary-background: var(--Gold);
  --theme-btn-primary-color: var(--Text);
  --theme-btn-primary-bg-hover: var(--Dark-Gold);
  --theme-btn-primary-bg-hover-color: var(--White);
  --theme-btn-secondary-bg: transparent;
  --theme-btn-secondary-color: var(--Text);
  --theme-btn-secondary-bg-hover: var(--Text);
  --theme-btn-secondary-bg-color-hover: var(--White);
  --theme-btn-secondary-border-color: var(--Text);
  --theme-btn-secondary-border-hover: var(--Text);
}

.themed {
  background-color: var(--theme-bg-color);
  color: var(--theme-text-color) !important;
}

.themed .btn.primary {
  background-color: var(--theme-btn-primary-background);
  color: var(--theme-btn-primary-color);
}

.themed .btn.primary:is(:hover, :focus) {
  background-color: var(--theme-btn-primary-bg-hover);
  color: var(--theme-btn-primary-bg-hover-color);
}

.themed .btn.secondary {
  background-color: var(--theme-btn-secondary-bg);
  border-color: var(--theme-btn-secondary-border-color);
  color: var(--theme-btn-secondary-color);
}

.themed .btn.secondary:is(:hover, :focus) {
  background-color: var(--theme-btn-secondary-bg-hover);
  border-color: var(--theme-btn-secondary-border-hover);
  color: var(--theme-btn-secondary-bg-color-hover);
}

.themed .themed-container {
  background-color: var(--theme-container-color);
}

.themed .eyebrow {
  color: var(--theme-eyebrow-color, inherit);
}

.themed blockquote,
.themed .accent-border img {
  border-color: var(--theme-border-color);
}

.accent-border img {
  border-width: 10px;
  border-style: solid;
}

/* Border Overrides */
body .accent-border.border-crab-apple-red img {
  border-color: var(--Crab-Apple-Red);
}

body .accent-border.border-cream img {
  border-color: var(--Cream);
}

body .accent-border.border-dark-gold img {
  border-color: var(--Dark-Gold);
}

body .accent-border.border-forest img {
  border-color: var(--Forest);
}

body .accent-border.border-green img {
  border-color: var(--Green);
}

body .accent-border.border-gold img {
  border-color: var(--Gold);
}

body .accent-border.border-maroon img {
  border-color: var(--Maroon);
}

body .accent-border.border-mid-blue img {
  border-color: var(--Mid-Blue);
}

body .accent-border.border-mint img {
  border-color: var(--Mint);
}

body .accent-border.border-navy img {
  border-color: var(--Navy);
}

body .accent-border.border-red img {
  border-color: var(--Red);
}

body :is(.accent-border.border-sky-blue, .accent-border.border-light) img {
  border-color: var(--Light);
}

body .accent-border.border-yellow img {
  border-color: var(--Yellow);
}

body .accent-border.border-white img {
  border-color: var(--White);
}

body .divider.vertical.border-yellow img {
  border-color: var(--Yellow);
}

/* Hover Overrides */
body a:hover .hover-green {
  color: var(--Green) !important;
}

body a:hover .hover-maroon {
  color: var(--Maroon) !important;
}

body a:hover .hover-mint {
  color: var(--Mint) !important;
}

body a:hover .hover-red {
  color: var(--Red) !important;
}

body a:hover .hover-sky {
  color: var(--Sky) !important;
}

body a:hover .hover-text {
  color: var(--Text) !important;
}

body a:hover .hover-yellow {
  color: var(--Yellow) !important;
}

h1,
.h1,
.tribe-common h1,
.tribe-common .h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  text-transform: uppercase;
}

h2,
.h2,
h2.tribe-events-related-events-title,
.tribe-common h2,
.tribe-common .h2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
}

h3,
.h3,
.tribe-common h3,
.tribe-common .h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

h4,
.h4,
.tribe-common h4,
.tribe-common .h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

h5,
.h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

h6,
.h6 {
  font-size: 1.125em;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.eyebrow {
  color: var(--Text);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

p, li, ol, ul {
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

body :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 36px;
}

body .text-block :is(h1, h2, h3, h4, h5, h6),
body .text-block :is(h1, h2, h3, h4, h5, h6) * {
  max-width: 850px;
}

body .text-block :is(p, li, ol, ul, span, div) {
  max-width: 700px;
}

.leading,
.leading * {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.large,
.large * {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
blockquote {
  border-left: 10px solid var(--Navy);
  margin: 20px 0;
  padding: 20px 0 20px 20px;
}

.container *:last-child {
  margin-bottom: 0;
}

blockquote *:last-child {
  margin-bottom: 0;
}

section.page-not-found {
  padding: 260px 0 200px;
  text-align: center;
}

body .container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 var(--site-gutter);
}

body > header .container {
  max-width: 1512px;
}

@media (min-width: 576px) {
  body .container {
    max-width: 1312px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

/*Responsive Videos*/
iframe[src*="youtu.be"],
iframe[src*="youtube"],
iframe[src*="vimeo"],
video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.custom-video-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom-video-popup .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 45px;
  cursor: pointer;
}
.custom-video-popup .close svg {
  color: #fff;
}
.custom-video-popup .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.custom-video-popup .inner .embed {
  height: calc(100% - 60px);
}
.custom-video-popup .inner .embed iframe,
.custom-video-popup .inner .embed video {
  width: 100%;
  height: 100%;
}

/*Flex Settings*/
section.flex-content,
section.flex-content .container {
  position: relative;
}
section.flex-content .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.flex-content img.bg {
  object-fit: cover;
  object-position: center;
}

.default-template {
  padding: 120px 0;
  min-height: 50vh;
}

.default-template .main-title {
  margin: 0 0 50px;
}

body > header {
  display: block;
  width: 100%;
  position: fixed;
  background: black;
  z-index: 99999;
}

header .logo {
  flex: none;
}

body > header.light {
  background: rgba(255, 255, 255, 0.99);
}

body > header .inner {
  align-items: center;
  column-gap: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

body > header .inner .navs {
  display: flex;
  align-items: center;
}

body > header .inner .navs.has-buttons {
  column-gap: 30px;
  width: 100%;
}

body > header .inner .navs .button-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

body > header .inner .navs .button-nav .mobile {
  display: none;
}

body > header .inner .navs .button-nav li:last-of-type {
  padding-right: 0;
}

body > header .inner .main-nav {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: row;
  height: 102px;
  list-style-type: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

body > header .inner .main-nav li {
  position: unset;
}

body > header .inner .main-nav > li {
  position: unset;
}

body > header .inner .main-nav > li > .menu-item {
  align-items: center;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  max-width: none;
  padding: 15px 10px;
  text-align: left;
  text-decoration: none;
  width: auto;
}

body > header .inner .main-nav > li > .menu-item * {
  font-size: 14px;
}

body > header .inner .main-nav > li > .menu-item strong {
  display: block;
  font-size: 18px;
}

body > header .inner .main-nav > li > .menu-item * {
  line-height: 120%;
  margin: 0;
}

body > header.light .inner .main-nav > li > a {
  color: #1f1f1f;
}

header .second-level .btn-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

header .second-level .content-list {
  display: flex;
  column-gap: 36px;
  flex-wrap: nowrap;
}

header .menu-text-block .menu-title {
  margin-bottom: 26px;
  width: 100%;
}

header .menu-text-block .menu-title * {
  color: #0c2b40;
  font-size: 32px;
  font-style: normal;
  line-height: 120%;
  max-width: 250px;
  text-transform: uppercase;
}

header .menu-text-block .menu-title strong {
  font-weight: 700;
}

header .second-level .menu-image {
  align-self: flex-start;
  height: auto !important;
  object-fit: contain;
  width: 100%;
}

header .second-level ul {
  column-gap: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
  max-height: 300px;
  padding-left: 18px;
  row-gap: 30px;
}

header .second-level ul li a {
  color: var(--Navy);
  padding: 10px 0;
  width: 100%;
  -webkit-transition: var(--Link-Animation);
  -moz-transition: var(--Link-Animation);
  -ms-transition: var(--Link-Animation);
  -o-transition: var(--Link-Animation);
  transition: var(--Link-Animation);
}

header .second-level ul li.open a {
  background: var(--Navy);
  color: white;
  font-weight: 700;
  padding: 10px;
}

header .second-level ul li a {
  text-decoration: none;
}

body > header .inner .main-nav .second-level > .container > ul,
body > header .inner .main-nav .second-level > .two-col ul {
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
}

body > header .inner .main-nav .second-level > .container > ul {
  transform: none !important;
  transition: none !important;
  opacity: 1 !important;
  margin-top: 0 !important;
}

body > header .inner .main-nav > li.dropdown.open .second-level {
  background-color: var(--Light);
  opacity: 1;
  pointer-events: all;
}

body > header .inner .main-nav .second-level > .container > ul,
body > header .inner .main-nav .second-level > .two-col ul {
  padding: 30px 20px;
  margin: 0;
  list-style: none;
  background: var(--Light);
  width: 100%;
}

body > header .inner .main-nav .second-level > ul > li.dropdown {
  margin-right: -20px;
}

body > header .inner .main-nav .second-level > ul > li > a,
body > header .inner .main-nav .second-level > .two-col ul > li > a {
  display: block;
  font-size: 1em;
  font-weight: 600;
  line-height: 120%;
  color: var(--Navy);
  text-decoration: none;
  padding: 10px;
  white-space: nowrap;
  min-width: 190px;
  position: relative;
}

body > header .inner .main-nav .second-level > ul > li > a.icon,
body > header .inner .main-nav .second-level > .two-col ul > li > a.icon {
  padding-left: 47px;
  padding-right: 8px;
}

body > header .inner .main-nav .second-level > ul > li > a img,
body > header .inner .main-nav .second-level > .two-col ul > li > a img {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  object-fit: scale-down;
  object-position: center;
}

body > header .inner .main-nav .second-level > .two-col {
  display: flex;
  overflow: hidden;
}

body > header .inner .main-nav .second-level > .two-col .left {
  padding-right: 20px;
}

body > header .inner .main-nav .third-level {
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  pointer-events: none;
  padding: 30px 0 30px 20px;
  background: #3e4e55;
  min-height: calc(100% + 30px);
}

body > header .mobile-nav-toggle {
  display: none;
}

@media only screen and (min-width: 1006px) {
  /* Make keyboard/click-opened panels visible (same as :hover) */
  body > header .inner .main-nav > li.open .second-level {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    transition:
      opacity 300ms ease,
      transform 300ms ease,
      visibility 0ms linear 0ms;
  }

  body > header .inner .main-nav .third-level > ul > li > a {
    border-color: var(--White);
  }

  body > header .inner .main-nav > li > .menu-item {
    border: none;
    background: transparent;
    /* max-width: 135px; */
    -webkit-transition: var(--Nav-Animation);
    -moz-transition: var(--Nav-Animation);
    -ms-transition: var(--Nav-Animation);
    -o-transition: var(--Nav-Animation);
    transition: var(--Nav-Animation);
  }

  body > header .inner .main-nav > li.open > .menu-item {
    background: var(--Light);
    color: var(--Navy);
  }

  body > header .inner .main-nav .second-level {
    border-bottom: 2px solid var(--Navy);
    position: absolute;
    visibility: hidden;
    padding: 40px 0;
    pointer-events: none;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%) translateY(0);
  }

  body > header .inner .main-nav > li.dropdown:hover .second-level {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition:
      opacity 300ms ease,
      visibility 0ms linear 0ms; /* show instantly */
  }

  header .menu-text-block {
    flex: 0 1 280px;
  }

  header .menu-text-block p {
    color: #0c2b40;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 268px;
    margin-bottom: 26px;
  }

  body > header .inner .main-nav .second-level > ul > li > a,
  body > header .inner .main-nav .second-level > .two-col ul > li > a {
    -webkit-transition: var(--Nav-Animation);
    -moz-transition: var(--Nav-Animation);
    -ms-transition: var(--Nav-Animation);
    -o-transition: var(--Nav-Animation);
    transition: var(--Nav-Animation);
  }

  body > header .inner .main-nav .second-level > ul > li.open > .menu-item,
  body > header .inner .main-nav .second-level > .two-col ul > li.open > a {
    background: var(--Navy);
    color: white;
  }
}

body > header.light .mobile-nav-toggle {
  background-color: var(--Text);
}

body > header .animate {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

body > header .top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  padding-top: 10px;
}

body > header .top-menu a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease-out;
}

body > header .top-menu a:hover {
  color: white;
}

body > header .top-menu a:not(:first-child):before {
  content: "";
  background-color: var(--dark-red);
  display: inline-block;
  height: 15px;
  left: -10px;
  position: absolute;
  top: 5px;
  width: 2px;
}

/* Visible focus for keyboard users */
.menu-item:focus-visible,
.main-nav a:focus-visible,
.button-nav a:focus-visible,
#navToggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -2px;
  border-radius: 0px;
}

/* Panels closed by default, using [hidden] (prevents Tab from entering) */
.second-level[hidden] { display: none !important; }

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px; height: 1px; overflow: hidden;
}
.skip-link:focus {
  left: 10px; top: 10px; width: auto; height: auto; z-index: 100000;
  padding: 10px 14px; background: #fff; color: #000;
  box-shadow: 0 0 0 2px #000;
}

/* Respect reduced motion for hover/GSAP reveal */
@media (prefers-reduced-motion: reduce) {
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}


/* Footer */
footer.main {
  background-color: var(--Navy);
  color: white;
  padding: 100px 0 50px;
}

footer .blue-box {
  background-color: var(--Light);
  color: var(--Navy);
  padding: 40px 30px;
  min-width: 300px;
}

footer.main a {
  color: white;
}

footer .top {
  display: flex;
  justify-content: space-between;
  padding: 0 0 40px;
  margin: 0 0 100px;
}

footer .btn-container {
  gap: 10px;
  margin-top: 60px;
}

footer .logo {
  flex: none;
  max-width: 245px;
  margin: 0;
}

footer .addresses {
  display: flex;
}

footer .addresses.mobile {
  display: none;
}

footer .addresses .address {
  padding: 0 16px;
}

footer .footer-nav .nav-col p.title {
  color: var(--Light);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  margin: 0 0 20px 0;
}

footer .addresses .address .text {
  line-height: 150%;
  margin: 0;
}

footer .social-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0 -10px 22px;
  padding: 0;
}

footer .social-list a {
  display: block;
  min-width: 24px;
}

footer .social-list a svg {
  display: block;
  margin: 0 auto;
}

footer .social-list a svg path {
  transition: fill 0.2s ease-out;
}

footer .social-list a:hover svg path {
  fill: #65BDE9;
}

footer .social-list li {
  padding: 0 10px;
}

footer .footer-nav {
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 60px;
}

footer .footer-nav .nav-col {
  display: flex;
  flex-direction: column;
  flex: 0 1 30%;
  padding: 0;
}

footer .footer-nav .nav-col p {
  margin: 0;
}

footer .footer-nav .nav-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -20px;
  padding: 0;
}

footer .footer-nav .nav-list li {
  flex: 0 0 100%;
  padding: 16px 20px 0;
}

footer .footer-nav .nav-list li:first-child {
  padding-top: 0;
}

footer .footer-nav .nav-list.two-col li {
  flex: 0 0 50%;
}

footer .footer-nav .nav-list li a {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: white;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

footer .bottom-menu {
  justify-content: space-between;
}

footer .footer-nav .nav-list li a:hover {
  text-decoration: underline;
}

footer.bottom {
  padding: 24px 0;
}

footer .bottom-nav {
  align-items: center;
  display: flex;
  flex: 1 1 50%;
  list-style: none;
  gap: 0px;
  margin: 0 -16px;
  padding: 0;
}

footer .bottom-nav.right {
  justify-content: flex-end;
}

footer .bottom-nav li {
  color: var(--Light);
  font-size: 14px;
  padding: 0 16px;
}

footer .bottom-nav li span,
footer .bottom-nav li a {
  display: inline;
  font-size: 14px;
  text-decoration: none;
  color: var(--Light);
}

footer .bottom-nav li a:hover {
  text-decoration: underline;
}

footer .bottom-nav li.website-by a {
  color: var(--Light);
  text-decoration: underline;
}

footer .embed form {
  display: flex;
  flex-wrap: wrap;
  max-width: 376px;
}

footer .embed form * {
  box-sizing: border-box;
  max-width: 100%;
}

footer .embed form input {
  min-height: 48px;
}

footer .embed form .hs_email label {
  display: none;
}

footer .embed form .hs_email {
  order: 1;
  flex: 1;
  overflow: hidden;
}

footer .embed form .hs-submit {
  order: 2;
}

footer .embed form .hs_agree_to_privacy_policy__new_ {
  order: 3;
  flex: 0 0 100%;
}

footer .embed form .hs_error_rollup {
  order: 4;
  font-size: 0.875em;
  color: red;
}

footer .embed form .hs_agree_to_privacy_policy__new_ .hs-error-msgs {
  display: none;
}

footer .embed form .hs_email .input,
footer .embed form .hs_email input {
  height: 100%;
}

footer .embed form .hs_email input {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  border: none;
  background: var(--White, #fff);
  padding: 10px 20px;
}

footer .embed form .hs-submit .actions,
footer .embed form .hs-submit input {
  height: 100%;
}

footer .embed form .hs-submit input {
  font-weight: 600;
  border: none;
  background: var(--Accent-1);
  padding: 0 25px;
}

footer .embed form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .embed form .inputs-list li {
  padding: 10px 0 0;
}

footer .embed form .inputs-list li label {
  display: flex;
  align-items: flex-start;
}

footer .embed form .inputs-list li label > span {
  display: block;
  font-size: 0.875em;
}

footer .embed form .inputs-list li label input {
  margin: 4px 8px 0 0;
}

.video-img {
  display: block;
  position: relative;
  overflow: hidden;
}

.video-img:after {
  content: "";
  left: 50%;
  top: 50%;
  background-color: #fff;
  position: absolute;
  opacity: 1;
  width: 99px;
  height: 104px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='99' height='104' viewBox='0 0 99 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_3464_1947)'%3E%3Cpath d='M70 39.3397C76.6667 43.1887 76.6667 52.8113 70 56.6603L40 73.9808C33.3334 77.8298 25 73.0185 25 65.3205L25 30.6795C25 22.9815 33.3333 18.1702 40 22.0192L70 39.3397Z' fill='%236FE4FF'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_3464_1947' x='1' y='0.664551' width='98' height='102.671' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='12'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.34 0'/%3E%3CfeBlend mode='multiply' in2='BackgroundImageFix' result='effect1_dropShadow_3464_1947'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3464_1947' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='99' height='104' viewBox='0 0 99 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_3464_1947)'%3E%3Cpath d='M70 39.3397C76.6667 43.1887 76.6667 52.8113 70 56.6603L40 73.9808C33.3334 77.8298 25 73.0185 25 65.3205L25 30.6795C25 22.9815 33.3333 18.1702 40 22.0192L70 39.3397Z' fill='%236FE4FF'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_3464_1947' x='1' y='0.664551' width='98' height='102.671' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='12'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.34 0'/%3E%3CfeBlend mode='multiply' in2='BackgroundImageFix' result='effect1_dropShadow_3464_1947'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3464_1947' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transform: translate(-50%, -50%);
}

.video-img img {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.video-img:hover img {
  transform: scale(1.1);
}

.animate-in-view {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.animate-in-view[animated="1"] {
  top: 0;
  opacity: 1;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}

.slider-container[count="1"] .slick-dots {
  display: none;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 13px 0 0;
}

.dark .slick-dots li {
  border-color: var(--Neutral);
}

.slick-dots li.slick-active {
  background-color: #000;
}

.dark .slick-dots li.slick-active {
  background-color: var(--Neutral);
}

.slick-dots li:last-of-type {
  margin-right: 0;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  opacity: 0;
}

.custom-loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.5);
}

.custom-loading-overlay .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.custom-loading-overlay h3 {
  font-size: 48px;
  margin: 30px 0 0;
  padding: 0;
}

.filters {
  display: flex;
  align-items: center;
}

.filters span {
  display: block;
  font-weight: 600;
  margin: 0 56px 0 0;
}

.filters select {
  margin-right: 8px;
}

.filters .input[type="text"] {
  margin-right: 8px;
}

.filters > *:last-child {
  margin-right: 0;
}

.filters .search-field {
  position: relative;
}

.filters .search-field span {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1;
  margin: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7812 13.8438C16.0625 14.1562 16.0625 14.625 15.75 14.9062L14.875 15.7812C14.5938 16.0938 14.125 16.0938 13.8125 15.7812L10.7188 12.6875C10.5625 12.5312 10.5 12.3438 10.5 12.1562V11.625C9.375 12.5 8 13 6.5 13C2.90625 13 0 10.0938 0 6.5C0 2.9375 2.90625 0 6.5 0C10.0625 0 13 2.9375 13 6.5C13 8.03125 12.4688 9.40625 11.625 10.5H12.125C12.3125 10.5 12.5 10.5938 12.6562 10.7188L15.7812 13.8438ZM6.5 10.5C8.6875 10.5 10.5 8.71875 10.5 6.5C10.5 4.3125 8.6875 2.5 6.5 2.5C4.28125 2.5 2.5 4.3125 2.5 6.5C2.5 8.71875 4.28125 10.5 6.5 10.5Z' fill='black'/%3E%3C/svg%3E%0A");
}

.lwd-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lwd-pagination img {
  height: 15px;
}

.lwd-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  line-height: 1;
  text-decoration: none;
  color: var(--Darkest);
}

.lwd-pagination li.active a {
  font-weight: 600;
  color: var(--Text);
  pointer-events: none;
}

.post-listings .row {
  margin: 0 -28px;
}

.post-listings .row > div {
  padding: 0 28px;
}

.post-listings .tile {
  padding-top: 30px;
  height: 100%;
}

.post-listings .tile .inner {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--Taupe);
  background-color: #fff;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.post-listings .tile .inner:hover {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.17);
}

.post-listings .tile .inner .img img {
  width: 100%;
  aspect-ratio: 1.652892561983471;
  object-fit: cover;
}

.post-listings .tile .inner .text {
  display: flex;
  flex-direction: column;
  padding: 32px;
}

.post-listings .tile .inner .text .category {
  color: var(--Text);
  margin: 0 0 8px;
}

.post-listings .tile .inner .text h4 {
  color: var(--Text);
  margin: 0 0 8px;
}

.post-listings .tile .inner .text .excerpt {
  color: var(--Text);
}

.post-listings .tile .inner .text .top {
  padding-bottom: 48px;
}

.post-listings .tile .inner .text .top > *:last-child {
  margin-bottom: 0;
}

.post-listings.archive {
  padding: 80px 0;
}

.post-listings.archive .tile {
  padding-top: 80px;
}

.post-listings.archive .no-results-text,
.post-listings.archive .lwd-pagination {
  margin-top: 80px;
}

.single .flex-content.featured-posts {
  padding-bottom: 138px;
}

.single.banner {
  padding: 96px 0;
  background: linear-gradient(180deg, #f7f7f8 15.29%, rgba(247, 247, 248, 0) 100%);
}

.single.banner.alt {
  padding: 60px 0;
  background: none;
}

.single.banner img {
  border-radius: 10px;
}

.single.banner.alt img {
  margin: 15px 0 0;
}

.single.banner .eyebrow {
  margin: 0 0 8px;
}

.single.banner h1 {
  color: var(--Text);
  font-size: 4.125em;
}

.single.post {
  padding: 27px 0 40px;
}

.single.post .row {
  margin: 0 -40px;
}

.single.post .row > div {
  padding: 0 40px;
}

.single.post .tags {
  display: block;
  border-top: 1px solid #000;
  padding: 40px 0 0;
  margin: 80px 0 0;
}

.single.post .tags small {
  font-size: 0.875em;
  font-style: normal;
  line-height: 120%; /* 16.8px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.single.post .tags ul {
  display: flex;
  margin: 0 -8px;
  padding: 0;
  list-style: none;
}

.single.post .tags ul li {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 150%;
  color: #0c4a6c;
  border-radius: 4px;
  border: 1px solid #0c4a6c;
  padding: 8px;
  margin: 8px 8px 0;
}

.single.post .share-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #4c4d51;
  padding: 40px 0 0;
}

.single.post .share-links.alt {
  margin: 30px 0 0;
  padding: 30px 0 0;
}

.single.post .share-links span {
  display: block;
  flex: 0 0 100%;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.single.post .share-links a {
  display: block;
  margin: 0 20px 0 0;
}

.single.post .form-embed {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.08);
  padding: 50px;
  margin: 60px 0 0;
}

.single.post .form-embed#gated-form {
  margin: 0 0 30px;
}

.single.post .form-embed .form-title {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 48px;
}

.form-gated-content {
  height: 0;
  overflow: hidden;
}

.form-gated-content.open {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.form-gated-content.opened {
  height: auto;
}

.archive-hero {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.archive-hero .row {
  margin: 0 -27px;
}

.archive-hero .row > div {
  padding: 0 27px;
}

.archive-hero .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 2px);
  height: 100%;
  object-fit: cover;
}

.archive-hero .container {
  position: relative;
}

.archive-hero .eyebrow {
  margin: 0 0 24px;
}

.archive-hero.dark .eyebrow {
  color: #fff;
}

.archive-hero h1 {
  margin: 0 0 52px;
}

.archive-hero .feratured-posts-row {
  padding-top: 50px;
}

.archive-hero.dark h1 {
  color: #fff;
}

.archive-hero .featured-post img {
  border-radius: 15px;
  margin: 0 0 56px;
}

.archive-hero .featured-post .text p {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 8px;
}

.archive-hero.dark .featured-post .text p {
  color: #fff;
}

.archive-hero .featured-post .text .title {
  color: var(--Text);
  margin: 0 0 32px;
}

.archive-hero.dark .featured-post .text .title {
  color: #fff;
}

.archive-hero .popular-posts .eyebrow {
  margin: 0;
}

.archive-hero .popular-posts li {
  padding: 40px 0 0;
}

.archive-hero .popular-posts li a {
  display: block;
  text-decoration: none;
}

.archive-hero .popular-posts li .title {
  color: var(--Text);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 150%;
  margin: 0 0 8px;
}

.archive-hero.dark .popular-posts li .title {
  color: #fff;
}

.archive-hero .popular-posts li .excerpt {
  color: var(--Text);
  margin: 0 0 8px;
}

.archive-hero.dark .popular-posts li .excerpt {
  color: #fff;
}

.podcast-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -16px;
  padding: 0;
}

.single.banner .podcast-links {
  margin-top: 52px;
}

.podcast-links li {
  padding: 0 16px;
}

.form-embed .hs-form fieldset {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  width: 100%;
  max-width: unset;
}

.form-embed .hs-form fieldset > * {
  flex-shrink: 0;
  flex: auto;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.form-embed .hs-form .hs-richtext {
  margin-top: 1rem;
}

.form-embed .hs-form label {
  font-size: 0.875em;
  line-height: 150%;
  margin-bottom: 4px;
}

.form-embed .hs-form .hs-fieldtype-booleancheckbox label {
  font-size: 1em;
}

.form-embed .hs-form .hs-form-field {
  margin-bottom: 1rem;
}

.form-embed .hs-form .hs-input[type="text"],
.form-embed .hs-form .hs-input[type="email"],
.form-embed .hs-form .hs-input[type="tel"],
.form-embed .hs-form textarea.hs-input {
  display: block;
  width: 100% !important;
  padding: 8px 16px;
  font-weight: 600;
  line-height: 150%;
  color: var(--Text);
  border-radius: 5px;
  background: #d1eff8;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-embed .hs-form textarea.hs-input {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.form-embed .hs-form select.hs-input {
  display: block;
  width: 100% !important;
  padding: 8px 2.25rem 8px 16px !important;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--Text);
  background: #d1eff8;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: none;
  border-radius: 5px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-embed .hs-form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-embed .hs-form .inputs-list label {
  display: flex;
  margin: 0;
}

.form-embed .hs-form input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  border-radius: 0.25em;
  margin-right: 0.5em;
}

.form-embed .hs-form .actions {
  margin-top: 1rem;
}

.form-embed .hs-form .hs_agree_to_privacy_policy__new_ {
  margin: 48px 0;
}

.flex-content .container > .text {
  width: 100%;
}

body #mc_embed_signup form {
  padding: 0px;
}

body #mc_embed_signup form .mc-field-group {
  width: 100%;
}

body #mc_embed_signup .mc-field-group.input-group ul li {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

body #mc_embed_signup .mc-field-group ul li label {
  margin-left: 10px;
}

body #mc-embedded-subscribe {
  margin-top: 20px !important;
}