/*
Theme Name: Hundredfold 2025
Theme URI: http://wearedreambox.com
Author: Dreambox
Author URI: http://wearedreambox.com
Description: Custom responsive WordPress theme.
Version: 1.0
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  font-style: italic;
}

video {
  max-width: 100%;
}

textarea {
  white-space: revert;
}

svg {
  max-width: 100%;
  max-height: 100%;
  fill: var(--wp--preset--color--tomato);
}

button svg {
  width: 100%;
  height: 100%;
}

svg,
path,
polygon {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

/* cream */
/* --wp--preset--color--cream: #edded1; */
/* blue */
/* --wp--preset--color--blue: #2529a3; */
/* teal */
/* --wp--preset--color--teal: #00626b; */
/* citrus */
/* --wp--preset--color--citrus: #fe8a00; */
/* tomato */
/* --wp--preset--color--tomato: #332d2c; */

/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/montserrat-v30-latin-regular.woff2") format("woff2");
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/montserrat-v30-latin-500.woff2") format("woff2");
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/montserrat-v30-latin-600.woff2") format("woff2");
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/montserrat-v30-latin-700.woff2") format("woff2");
}

/* roboto-flex-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/roboto-flex-v27-latin-regular.woff2") format("woff2");
}

:root {
  --body_font: "Roboto Flex", sans-serif;
  --body_font_size: 1.4rem;
  --headline_large: 3.5rem;
  --headline_xtra_large: 5rem;
  --headline_font: "Nunito Sans", sans-serif;
}

@media (max-width: 991px) {
  :root {
    --headline_xtra_large: 4rem;
  }
}

@media (max-width: 767px) {
  :root {
    --headline_large: 2.5rem;
    --headline_xtra_large: 3rem;
  }
}

html {
  overflow-y: scroll;
}

body {
  background-color: var(--wp--preset--color--cream);
  font-family: var(--body_font);
  font-size: var(--body_font_size);
  color: var(--wp--preset--color--eggplant);
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #ffffff;
  background-color: var(--wp--preset--color--blue);
}

::selection {
  color: #ffffff;
  background-color: var(--wp--preset--color--blue);
}

/* ===================== Wordpress ===================== */

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

/* ===================== A11y ===================== */

body :focus:not(:focus-visible) {
  outline-color: transparent;
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.screen-reader-shortcut {
  position: absolute;
  top: -1000em;
  left: 6px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  background-color: var(--wp--preset--color--tomato);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  border: none;
  font-size: 1em;
  color: #ffffff;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  outline: 1px solid var(--wp--preset--color--blue);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.screen-reader-shortcut:focus {
  top: 6px;
  display: block;
  z-index: 100000;
}

.adobe-download-text.hidden {
  display: none;
}

.adobe-download-text {
  margin: 20px 0;
  font-size: 0.9em;
  text-align: center;
}

.adobe-download-text a {
  color: #c01b15; /* red */
}

/* ===================== General ===================== */

main {
  overflow: hidden;
}

#primary {
  min-height: 500px;
}

.wp-block-image.margin_bottom {
  margin-bottom: 1.5rem;
}

.wp-block-image.max_container {
  max-width: calc(100% - 50px);
}

.wp-block-image.zindex_top {
  position: relative;
  z-index: 1000;
}

.wp-block-navigation__responsive-close:focus {
  outline: inherit !important;
}

.container,
.wp-block-video,
.dbc_block_container,
.site-content > .wp-block-columns,
.site-content > .wp-block-columns.equal_columns,
.wp-block-columns .wp-block-column:only-of-type,
figure.wp-block-table,
figure.wp-block-gallery {
  width: 1280px;
  margin: auto;
  max-width: calc(100% - 50px);
}

.contact-page .dbc_block_container {
  width: 1040px;
}

.wp-block-columns:has(.wp-block-column:only-of-type),
.wp-block-column .dbc_block_container {
  width: auto;
  max-width: 100%;
}

body .two_up_col {
  justify-content: space-between;
  align-items: flex-start;
}

body .two_up_col > div {
  flex: 0 1 50%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  body .is-layout-flex,
  .two_up_col {
    display: block !important;
  }
}

.container .container {
  width: auto;
  max-width: 100%;
}

.container.nopad {
  max-width: 100%;
  padding: 0;
}

.page_container {
  --page_pad: 100px;
  padding: var(--page_pad) 0;
}

a {
  background-color: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

a.nodec {
  border: none;
}

a:hover {
  border-color: transparent;
}

.cta,
input[type="submit"].gform_button,
button[type="submit"],
#rc-portal input[type="submit"] {
  max-width: 100%;
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0.75em 1em;
  background-color: transparent;
  border-radius: 8px;
  border: 2px solid var(--wp--preset--color--teal);
  box-shadow: 1px 1px 0 1px transparent;
  color: var(--wp--preset--color--teal);
  font-family: var(--body_font);
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.cta:hover,
input[type="submit"].gform_button:hover,
button[type="submit"]:hover,
#rc-portal input[type="submit"]:hover {
  transform: translate(-1px, -1px);
  border-color: var(--wp--preset--color--citrus);
  box-shadow: 1px 1px 0 1px var(--wp--preset--color--citrus);
}

.cta:active,
input[type="submit"].gform_button:active,
button[type="submit"]:active,
#rc-portal input[type="submit"]:active {
  transform: translate(1px, 1px);
  box-shadow: none;
}

.cta.is-style-var_two,
.cta.var_two {
  border-color: var(--wp--preset--color--cream);
  color: var(--wp--preset--color--cream);
}

.cta.is-style-var_two:hover,
.cta.var_two:hover {
  border-color: var(--wp--preset--color--citrus);
}

.cta.white_txt {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}

.cta.white_txt:hover {
  border-color: var(--wp--preset--color--citrus);
}

button.cta,
button[type="submit"] {
  overflow: visible;
}

.cta .sr-only {
  color: inherit;
}

.cta span:not(.sr-only) {
  position: relative;
  z-index: 10;
}

.title_case {
  letter-spacing: 0.1em;
  font-family: var(--body_font);
  text-transform: uppercase;
  font-size: 0.8rem;
}

.arrow_link .icon {
  font-size: 1.5rem;
}

.social_icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 30px;
  text-decoration: none;
}

/* menus */
.nav_menu li a,
.nav_menu li button {
  transition: all 0.3s ease-in-out;
}

svg {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.site-content strong,
.std_copy strong {
  font-weight: 800;
}

.std_copy em {
  font-style: italic;
}

.std_copy small {
  font-size: 0.8em;
}

.wp-block-column p {
  text-wrap: balance;
}

.wp-block-column p,
.std_copy p,
.std_copy li,
.std_copy table {
  margin-bottom: 1em;
  line-height: 1.5em;
}

.wp-block-column a:not(.cta):focus-visible,
.std_copy a:not(.cta):focus-visible,
.wp-block-column a:not(.cta):hover,
.std_copy a:not(.cta):hover {
  color: var(--wp--preset--color--blue);
}

.wp-block-column li,
.std_copy li {
  margin-bottom: 1em;
}

.std_copy ul ul {
  padding-top: 0.5em;
}

.title_font,
.title_style,
.heading_font,
.std_copy h1,
.std_copy h2,
.std_copy h3,
.std_copy h4,
.std_copy h5,
.std_copy h6,
.hdr,
.use_hdr h2,
.use_hdr h3,
.nav_menu li a,
.nav_menu li button,
blockquote,
.dropdown_wrap ul a,
#sp_menu .menu_h1,
.menu_section_title .section_name,
.menu_wrap .section_name,
.menu_wrap .menu_item .item_name,
.event-title--eyebrow,
.event-details__title,
.event-details__side-title,
.event-details__body h2.wp-block-heading,
.event-details__body h3.wp-block-heading,
.wp-block-column.column-form .gsection_title,
#rc-portal .sectionHeader,
.sectionHeaderLine.rc-section-line-color,
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
  font-family: var(--headline_font);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--wp--preset--color--teal);
}

.menu_select .title_style,
.menu_select .drop_content li a {
  color: var(--wp--preset--color--teal);
}

/* Variable font styles for supporting browsers */
@supports (font-variation-settings: normal) {
  .title_font,
  .title_style,
  .heading_font,
  .std_copy h1,
  .std_copy h2,
  .std_copy h3,
  .std_copy h4,
  .std_copy h5,
  .std_copy h6,
  .hdr,
  .use_hdr h2,
  .use_hdr h3,
  .nav_menu li a,
  .nav_menu li button,
  blockquote,
  .dropdown_wrap ul a,
  #sp_menu .menu_h1,
  .menu_section_title .section_name,
  .menu_wrap .section_name,
  .menu_wrap .menu_item .item_name,
  .event-title--eyebrow,
  .event-details__title,
  .event-details__side-title,
  .event-details__body h2.wp-block-heading,
  .event-details__body h3.wp-block-heading,
  .wp-block-column.column-form .gsection_title,
  #rc-portal .sectionHeader,
  .sectionHeaderLine.rc-section-line-color,
  .site-content h1,
  .site-content h2,
  .site-content h3,
  .site-content h4,
  .site-content h5,
  .site-content h6 {
    font-optical-sizing: auto;
    font-weight: 644;
    font-variation-settings: "wdth" 113, "YTLC" 500;
  }
}

.std_copy h1,
.site-content h1 {
  font-size: 3em;
  line-height: 1.2;
  margin: 1em 0 0.3em;
}

.std_copy h2,
.std_copy h3,
.std_copy h4,
.std_copy h5,
.std_copy h6,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.std_copy ol,
.std_copy ul {
  margin: 0 0 1.5em;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1em;
}
.std_copy ol {
  list-style-type: decimal;
}

.std_copy .lg_txt {
  margin-bottom: 1em;
  font-size: 1.5em;
}

.std_copy ul ul,
.std_copy ol ul,
.std_copy ol ol,
.std_copy ul ol {
  margin-top: 10px;
  margin-left: 15px;
  list-style-type: circle;
  list-style-position: outside;
}

.std_copy ol ol,
.std_copy ul ol {
  list-style-type: decimal;
}

.std_copy a:not(.cta) {
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.std_copy a:not(.cta):hover {
  border-color: currentColor;
}

.store_hours {
  display: block;
  line-height: 1.5;
}

.store_hours small {
  display: block;
}

@media (max-width: 500px) {
  .store_hours {
    font-size: 1rem;
  }

  .store_hours span {
    display: block;
  }
}

/* ===================== Forms ===================== */

input,
select {
  color: inherit;
  padding: 10px 12px;
  /* appearance: none;
  -webkit-appearance: none; */
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #919191;
  font-family: inherit;
  font-size: 1em;
  line-height: normal;
  text-transform: inherit;
  box-sizing: border-box;
}

textarea:focus:not(:focus-visible),
input:focus:not(:focus-visible) {
  outline: none;
  border-color: var(--wp--preset--color--citrus);
}

input,
select,
textarea {
  border-radius: 0;
  font-family: var(--body_font);
  width: 100%;
  transition: border-color 0.3s ease-in-out;
}

textarea {
  border: 0;
  border-bottom: 2px solid #919191;
}

input[type="checkbox"] {
  width: 1.5em;
  height: 1.5em;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  flex-shrink: 0;
}

input[type="radio"] {
  width: auto;
  appearance: radio;
  -webkit-appearance: radio;
}

input.ed_button,
select.ed_button {
  width: auto;
}

textarea {
  padding: 0.5em 1em;
  font-size: 1rem;
  line-height: normal;
}

button {
  overflow: hidden;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

/* select {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+IC5zdDB7ZmlsbDojYzgxMDJlO30gPC9zdHlsZT4gPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI3LjUsMTYgMCwwIDE1LDAgIi8+IDwvc3ZnPg==");
} */

/* ===================== Gravity Forms ===================== */

.gform_wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.gform_required_legend {
  text-align: right;
  padding: 0.5em 0;
  font-size: 14px;
}

.gform_validation_errors {
  text-align: center;
}

.gform_validation_container {
  display: none;
}

.gfield {
  text-align: left;
  margin-top: 30px;
  flex: 0 0 100%;
}

.gfield--width-half {
  flex: 0 0 48%;
}

.gfield--width-third {
  flex: 0 0 30%;
}

.gfield.align_center {
  display: flex;
  align-items: center;
}

.form_style a {
  text-decoration: underline;
}

.form_style label > .required_asterisk,
.gfield_label > .gfield_required {
  margin-left: 0.5em;
  font-family: var(--body_font);
  font-size: 0.6em;
  color: var(--wp--preset--color--tomato);
  font-style: normal;
}

.gfield_radio {
  display: inline-flex;
}

.gfield_radio .gchoice {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0.4em;
}

.gfield_radio .gchoice input {
  margin-bottom: 0.5em;
}

.gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
}

.gfield_radio .gchoice label,
.gfield_checkbox .gchoice label {
  margin-bottom: 0;
  margin-left: 1em;
  font-family: var(--body_font);
  font-size: 1rem;
  color: #000;
  font-style: normal;
  text-transform: uppercase;
}

.ginput_container_date {
  position: relative;
}

.gform_footer {
  margin-top: 50px;
}

.gform_footer input[type="submit"] {
  cursor: pointer;
}

.gform_footer.submitting input[type="submit"] {
  opacity: 0.5;
  pointer-events: none;
}

.prg-form_wrapper.gravity-theme .gsection {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .gform_fields {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gfield.inline {
    display: flex;
    flex-wrap: wrap;
  }

  .gfield.inline .validation_message {
    width: 100%;
  }

  .gfield.inline .gfield_description {
    margin-left: 1em;
    width: 80%;
  }
}

.form_style label,
.gfield label,
.gfield legend {
  display: inline-flex;
  color: var(--wp--preset--color--tomato);
  line-height: 1.2;
}

.form_style .form-group,
.form_style .checkbox {
  margin-top: 30px;
}

.form_style .checkbox input {
  margin-right: 1em;
}

.form_style .checkbox label {
  display: flex;
  align-items: flex-start;
  font-family: var(--body_font);
  font-size: 1rem;
  color: #000000;
  font-weight: normal;
  font-style: normal;
}

.gfield.hide_label label,
.gfield.hide_legend legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.gform_title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.gform_hidden {
  display: none;
}

.gform_wrapper.gravity-theme .validation_error {
  margin-block-end: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 14px !important;
}

.gform_confirmation_message {
  line-height: 1.3;
  text-align: center;
  padding: 40px 0;
  font-size: 25px;
}

.form_submitted .hide_on_submit {
  display: none;
}

/* calendar icon */
.ui-datepicker-trigger {
  position: absolute;
  top: 0.65em;
  right: 1em;
  width: 1em;
  height: 1em;
  font-size: 1.05em;
}

.gfield_visibility_hidden {
  display: none;
}

.signup_form {
  width: 815px;
  margin-bottom: 100px;
}

.signup_form button[type="submit"] {
  margin-top: 30px;
}

.signup_checkbox label {
  font-size: 1rem;
}

.signup_checkbox {
  margin-top: 30px;
}

/* ===================== Slider General ===================== */

.slick-arrow {
  position: absolute;
  top: calc(50% + 20px);
  z-index: 10;
  width: 1em;
  height: 1em;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
}

.slick-arrow:hover {
  top: calc(50% + 19px);
  box-shadow: 1px 1px 0 1px var(--wp--preset--color--citrus);
}

.slick-arrow:active {
  top: calc(50% + 20px);
  box-shadow: none;
}

.slick-arrow.slick-disabled {
  opacity: 0.4;
}

.slick-arrow .slider_arrow polyline {
  transition: stroke 0.3s ease-in-out;
  stroke: var(--wp--preset--color--blue);
  fill: transparent;
}

.slick-arrow .slider_arrow circle {
  transition: all 0.3s ease-in-out;
  stroke: var(--wp--preset--color--blue);
  fill: transparent;
}

.slick-arrow:hover .slider_arrow circle {
  stroke: var(--wp--preset--color--citrus);
}

.resp_slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.resp_slider.show {
  opacity: 1;
}

.slider_wrap {
  position: relative;
  background-color: var(--wp--preset--color--teal);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.arrows_compact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.arrows_compact .slick-arrow {
  position: static;
  -webkit-transform: none;
  transform: none;
}

.slick-slide {
  position: relative;
}

.lt_arrow {
  left: -1.2em;
}

.rt_arrow {
  right: -1.2em;
}

.slick-dots {
  display: flex;
  bottom: 25px;
  left: 50%;
  justify-content: center;
  width: auto;

  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.slick-dots > div {
  flex: 0 0 auto;
}

.slick-dots button {
  width: 1em;
  height: 1em;
  margin: 0 0.3em;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 100%;
  font-size: 1.8rem;
  text-indent: -9999em;
}

.slick-dots .slick-active button {
  opacity: 1;
}

@media (max-width: 767px) {
  .slick-dots button {
    font-size: 1.2rem;
  }
}

.ctrl_btn,
.slider_btn {
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0.7rem;
}

.play_pause {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBmaWxsPSIjRkZGIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIHBvaW50cz0iMiwwLjcgMiwxMS4zIDEwLDYgIi8+Cjwvc3ZnPgo=");
}

.play_pause.pause {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUuNiIgaGVpZ2h0PSIyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNS42IDI2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNS42IDI2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjQiPiA8bGluZSB4MT0iMiIgeTE9IjAiIHgyPSIyIiB5Mj0iMjYiLz4gPGxpbmUgeDE9IjEzLjYiIHkxPSIwIiB4Mj0iMTMuNiIgeTI9IjI2Ii8+IDwvc3ZnPg==");
}

/* ===================== Effects Animation ===================== */

.parallax {
  position: relative;
  overflow: hidden;
}

.p_img {
  /* --y_adjust: 0; */
  position: absolute;
  top: 0;
  right: 2%;
  z-index: -1;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
  .hero_image_newsletter {
    right: 0;
  }
}

.bknd_img_pigeon {
  right: auto;
  left: 2%;
}

.parallax .p_img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.parallax .p_img.img_show {
  opacity: 1;
}

.addanim {
  transition: all 0.5s ease-in-out;
}

.simplefadein {
  opacity: 0;
}

.borderfadein {
  border-color: transparent;
}

.main_nav_fadein,
.fadeinview {
  opacity: 0;
  transform: translateY(50px);
}

.shiftfromright {
  opacity: 0;
  transform: translateX(50px);
}

.shiftfrombelow {
  opacity: 0;
  transform: translateY(50px);
}

.staggershift .shifttarget {
  opacity: 0;
  transform: translateX(50px);
}

.opacityinview {
  opacity: 0;
}

.oh {
  overflow: hidden;
}

.scaleonhover img {
  transition: transform 0.5s ease-in-out;
}

.scaleonhover:hover img {
  transform: scale(1.04);
}

/* ===================== Social ===================== */

.social_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.social_row a {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  border: none;
  font-size: 2.3rem;
  color: var(--wp--preset--color--cream);
	text-decoration: none;
}

.social_row a svg {
  width: 100%;
  height: 100%;
  fill: var(--wp--preset--color--cream);
}

.social_row a svg * {
  transition: fill 0.3s ease-in-out;
}

.social_row a:hover svg * {
  fill: var(--wp--preset--color--citrus);
}

/* ===================== Social Newsletter ===================== */

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

.social_icon a {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  border: none;
  font-size: 2.3rem;
  color: var(--wp--preset--color--teal);
	text-decoration: none;
}

.social-icon a svg {
  width: 40px;
  height: 40px;
  display: inline-block;
  transition: fill 0.3s ease;
  fill: var(--wp--preset--color--teal);
}

.social_icon a svg * {
  transition: fill 0.3s ease-in-out;
}

.social-icon a:hover {
  text-decoration: none !important;
}

.social-icon:hover svg {
  fill: var(--wp--preset--color--citrus);
}

/* ===================== Lazy ===================== */

.lazy {
  background-image: none !important;
}

/* ===================== Styles ===================== */

.show_more {
  margin-top: 45px;
  text-align: center;
}

.show_more button {
  padding: 0.7em 1em;
  font-family: var(--body_font);
  font-size: 0.87rem;
  color: var(--wp--preset--color--tomato);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.3s, background-color 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .show_more {
    margin-top: 0;
  }

  .show_more button {
    font-size: 1.2rem;
  }
}

.gradient_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(images/backgrounds/gradient_overlay.png);
  background-repeat: repeat-x;
  background-position: center top;
}

blockquote {
  font-size: 2.5rem;
  line-height: 1.2;
  text-transform: none;
}

blockquote cite {
  font-style: normal;
  font-size: 1rem;
  margin-top: 1.5rem;
}

.heading_image img,
.header_icon {
  font-size: 1rem;
}

.icon {
  width: 1em;
  height: 1em;
  font-size: 2rem;
}

.pipe_links a {
  position: relative;
  padding: 0 0 0.2em;
  margin: 0 1em;
}

.pipe_links a + a::before,
.pipe_links span + span a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1em;
  z-index: 1;
  width: 2px;
  height: 1em;
  font-size: 1em;
  background-color: currentColor;
}

/* ===================== Utilities ===================== */

body .wp-block-columns.is-layout-flex {
  align-items: flex-start;
}

body .wp-block-columns.equal_columns {
  justify-content: center;
  width: 975px;
  max-width: 100%;
  margin: auto;
  gap: 28px;
}

body .wp-block-columns.equal_columns .wp-block-column {
  flex: 1 1 0;
}

@media (max-width: 767px) {
  body .wp-block-columns.equal_columns .wp-block-column {
    margin-bottom: 30px;
  }

  .wp-block-column.contained_img img {
    max-width: calc(100% - 30px);
  }

  .mobile_hide.wp-block-spacer {
    display: none;
  }

  .spacer_mobile_10.wp-block-spacer {
    height: 10px !important;
  }

  .spacer_mobile_20.wp-block-spacer {
    height: 20px !important;
  }

  .spacer_mobile_30.wp-block-spacer {
    height: 30px !important;
  }

  .spacer_mobile_75.wp-block-spacer {
    height: 75px !important;
  }
}

.dropdown_wrap {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.dropdown_wrap > button {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 1em 2em;
  -webkit-appearance: none;
  background-color: #ffffff;
  cursor: pointer;
  min-height: 68px;
}

.dropdown_wrap > button svg {
  width: auto;
  height: auto;
  transform: scale(0.7);
}

.dropdown_wrap > button polygon {
  transition: fill 0.3s ease-in-out;
}

.dropdown_wrap > button:hover polygon {
  fill: #ffffff;
}

.dropdown_wrap ul,
.dropdown_wrap .drop_content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
  background-color: var(--wp--preset--color--cream);
  border: 2px solid var(--wp--preset--color--blue);
  list-style: none;
}

.dropdown_wrap ul a,
.dropdown_wrap div button {
  width: 100%;
  padding: 1.135em calc(1.5em - 4px);
  border: none;
  text-decoration: none;
  font-size: 1.3rem;
}

.dropdown_wrap ul a {
  padding: 0.9em calc(1.5em - 8px) 0.6em;
  display: inline-flex;
  align-items: center;
}

@media (min-width: 1201px) {
  .flx_lrg_desk {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .mobile_only {
    display: none !important;
  }

  .desk_grid {
    display: grid;
    grid-auto-flow: column;
  }

  .flx_desk {
    display: flex;
    justify-content: space-between;
  }

  /* shortcode */
  .flx_columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .flx_columns > * {
    flex: 0 0 48%;
  }
}

@media (min-width: 1001px) {
  .flx_tablet {
    display: flex;
    justify-content: space-between;
  }

  .flx_tablet.cent {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .desktop_only {
    display: none !important;
  }

  .flx_col_rev {
    flex-direction: column-reverse;
    display: flex;
  }
}

.flx {
  display: flex;
}

.flx_spb {
  justify-content: space-between;
}

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

.flx_half {
  flex: 0 0 50%;
}

.flx_ac {
  align-items: center;
}

.just_start {
  justify-content: flex-start;
}

.al_end {
  align-items: flex-end;
}

.no_dec {
  text-decoration: none;
}

.upp {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase !important;
}

.lh {
  line-height: 1.3;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.upp {
  text-transform: uppercase;
}

.upp_bold {
  text-transform: uppercase;
  font-weight: 500;
}

.white {
  color: #ffffff;
}

.sml_print {
  font-size: 0.8em;
}

.menu_container {
  width: 750px;
}

.plus_toggle rect {
  fill: #0d4d8c;
}

.plus_toggle line {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 2px;
}

.reveal .plus_toggle rect {
  fill: #c8202f;
}

.reveal .plus_toggle .vert_line {
  display: none;
}

/* ===================== Loader ===================== */

.loader.hide {
  display: none;
}

.loader {
  position: absolute;
  top: 12%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin: 100px auto;
  border-radius: 50%;
  font-size: 1.3em;
  color: var(--wp--preset--color--blue);
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;

  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em,
      -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
      -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
      -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em,
      -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0,
      -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0,
      -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0,
      -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0,
      -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em,
      -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
      -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
      -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em,
      -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0,
      -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0,
      -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0,
      -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0,
      -2em -2em 0 0.2em;
  }
}

.radar_circles circle {
  transform-origin: center;
}

.radar_circles .circ_1 {
  animation: 2s linear infinite circ_outward;
}

.radar_circles .circ_2 {
  animation: 2s linear infinite circ_outward;
  animation-delay: 1s;
}

.radar_circles .circ_3 {
  animation: 2s linear infinite circ_outward;
  animation-delay: 2s;
}

@keyframes circ_outward {
  from {
    r: 1;
    opacity: 1;
  }
  to {
    r: 10;
    opacity: 0;
  }
}

/* ===================== Mobile Menu ===================== */

.toggle_icon {
  width: 1.6em;
  height: 2em;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
  font-size: 1.1rem;
}

.toggle_icon svg {
  opacity: 0;
  transition-delay: 0.25s;
  transition: opacity 1s ease-in-out;
}

.toggle_icon svg.reveal {
  opacity: 1;
}

#toggle_menu .hamburger {
  fill: #ffffff;
}

#toggle_menu .hamburger line {
  stroke-dasharray: 40;
}

#toggle_menu .dismiss line {
  stroke-dasharray: 63;
  stroke-dashoffset: 63;
}

#mobile_menu {
  background-image: url(images/backgrounds/menu_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  height: 100svh;
  opacity: 0;
  pointer-events: none;
  background-color: var(--wp--preset--color--teal);
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}

#mobile_logo {
  position: static;
  z-index: 100;
  opacity: 0;
}

.mobile_show #mobile_logo svg {
  fill: var(--wp--preset--color--blue);
}

.mobile_show #mobile_logo {
  opacity: 1;
}

#mobile_menu.display {
  display: flex;
}

#mobile_menu.show {
  opacity: 1;
  pointer-events: auto;
  min-height: 800px;
}

#mobile_menu .top_mobile {
  display: grid;
  grid-template-columns: 1fr;
}

#mobile_menu .primary_menu a {
  display: inline-block;
  padding: 0.98em 0;
  border: none;
  font-size: 1.4rem;
  color: var(--wp--preset--color--cream);
  text-decoration: none;
}

#mobile_menu .primary_menu .sub-menu a {
  font-weight: 700;
  font-size: 0.875rem;
  font-family: var(--body_font);
}

#mobile_menu .prime_menu {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

#mobile_menu .social_row {
  margin-top: 0.6em;
}

#mobile_menu .social_row a svg {
  fill: var(--wp--preset--color--cream);
}

#mobile_menu .primary_menu .social_row a:hover svg {
  fill: var(--wp--preset--color--citrus);
}

#mobile_menu .primary_menu a:hover {
  color: var(--wp--preset--color--citrus);
}

/* ===================== Header ===================== */

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;

  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
  transition: all 0.3s ease-in-out;

  background-color: transparent;
  color: var(--wp--preset--color--cream);
}

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

header.mobile_show {
  z-index: 50;
}

header .main_nav {
  padding: 15px 0 20px;
  transition: background-position-y 0.3s ease-in-out, padding 0.3s ease-in-out;
}

#primary_nav {
  font-size: 1.6rem;
  transition: padding 0.3s ease-in-out;
  border-bottom: 1px solid var(--wp--preset--color--cream);
  position: relative;
  z-index: 100;
}

.top_nav_grid {
  display: grid;
  /* width: 1337px; */
  width: auto;
  padding: 16px 40px;
  grid-auto-flow: column;
  grid-template-columns: 300px 1fr 300px;
  justify-items: center;
  align-items: center;
}

@media (min-width: 768px) {
  .top_nav_grid {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media (max-width: 900px) {
  .top_nav_grid {
    grid-template-columns: 1fr 1.5fr 1fr;
  }
}

@media (max-width: 767px) {
  .top_nav_grid .toggle_btns {
    align-self: center;
  }
}

@media (max-width: 700px) {
  .top_nav_grid {
    grid-template-columns: 1fr 3fr 1fr;
  }
}

.stick:not(.mobile_show) .top_nav_grid {
  padding: 15px;
}

.top_nav_grid .toggle_btns {
  justify-self: flex-start;
}

.top_nav_grid .toggle_btns button {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

.top_nav_grid .toggle_btns svg {
  grid-area: 1 / 1 / 1 / 1;
}

header .logo_svg {
  height: 56px;
  width: auto;
}

header.stick:not(.mobile_show) .logo_svg {
  height: 40px;
}

#primary_nav #main_logo {
  display: flex;
  align-self: center;
  justify-items: center;
}

#primary_nav #main_logo svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}

#primary_nav #main_logo .sr-only {
  color: #ffffff;
}

#primary_nav #main_logo svg path {
  transition: none;
}

.mobile_show #primary_nav #main_logo svg {
  fill: var(--wp--preset--color--blue);
}

.mobile_show #primary_nav .res_cta {
  opacity: 0;
  visibility: hidden;
}

#primary_nav .res_cta {
  justify-self: flex-end;
  color: var(--wp--preset--color--cream);
  border-color: var(--wp--preset--color--cream);
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}

#primary_nav .res_cta:hover {
  border-color: var(--wp--preset--color--citrus);
}

#primary_nav .nav_links {
  display: flex;
  justify-content: space-between;
  width: 71%;
  font-size: 1rem;
}

.stick #primary_nav .res_cta {
  align-self: center;
  padding: 0.5em 1em;
}

#primary_nav .primary_menu {
  flex: 1 1 auto;
  margin: 0 5%;
}

#primary_nav .primary_menu > li > a:not(.cta) {
  display: inline-block;
  padding: 0 0 0.2em;
  font-size: 1.3em;
  color: white;
  font-weight: 100;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease-in-out;
}

#primary_nav .primary_menu > li.current-menu-item > a,
#primary_nav .primary_menu > li > a:not(.cta):hover {
  border-color: currentColor;
}

/* ===================== Footer ===================== */

footer {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--eggplant);
  position: relative;
  z-index: 1;
}

footer .lower_section .container {
  width: 1280px;
}

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

.foot_section {
  padding: 50px 0;
}

.foot_section p {
  margin-bottom: 2em;
}

#footer_banner {
  gap: 80px;
  grid-template-columns: 1fr 1fr;
  padding: 80px 0;
}

#footer_banner h2,
#footer_banner h3,
#footer_banner h4 {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--wp--preset--color--cream);
}

#footer_loc_info {
  container-type: inline-size;
  container-name: footer_info;
}

#footer_loc_info .mt-40 {
  margin-top: 1.667em;
}

#footer_loc_info p {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  #footer_loc_info p {
    margin-bottom: 1em;
  }

  #footer_loc_info .cta {
    margin: 1em 0 3em;
  }
}

footer .std_copy p,
footer .std_copy a {
  line-height: 1.5;
}

footer .social_row {
  justify-content: flex-end;
  align-items: flex-start;
}

footer .mobile .social_row {
  justify-content: flex-start;
  margin-bottom: 35px;
}

footer .std_copy a:not(.cta):hover {
  color: var(--wp--preset--color--citrus);
}

.foot_bottom .use_hdr strong {
  font-family: var(--body_font);
  font-weight: bold;
  text-transform: uppercase;
}

#footer_gift_card .foot_gc_img {
  width: 166px;
}

#footer_gift_card .gc_copy {
  margin-top: 1em;
}

@media (min-width: 1201px) {
  .foot_bottom .contact,
  .foot_top #gift_card {
    padding-left: 65px;
  }
}

@media (max-width: 1200px) {
  .foot_top .container,
  .foot_bottom .container {
    padding: 0 20px;
  }

  .foot_top #join_mailing {
    justify-content: flex-start;
    padding: 0;
  }

  .foot_top #join_mailing .cta {
    width: auto;
    margin-bottom: 50px;
  }

  .foot_bottom .logo_half {
    justify-content: flex-start;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .foot_top .container {
    padding: 0;
  }

  .foot_bottom .contact {
    font-size: 1rem;
  }

  .foot_bottom .social_row a {
    width: 3rem;
    height: 3rem;
  }

  .foot_bottom .logo_half img {
    max-width: 240px;
  }

  .foot_top #join_mailing .cta {
    width: 100%;
    padding: 1.4em 1em;
    font-size: 1rem;
  }
}

@media (max-width: 450px) {
  .foot_bottom .contact {
    font-size: 0.8rem;
  }
}

footer .nav_menu a {
  border-bottom: 1px solid transparent;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

footer .nav_menu a:hover {
  border-color: currentColor;
}

footer .nav_pipes ul {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  line-height: 2;
}

footer .nav_pipes.w_wrap ul {
  margin: 0 -0.7em;
}

footer .nav_pipes.w_wrap ul::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -0.7em;
  z-index: 10;
  width: 1em;
  height: 100%;
  background-color: #fff;
  font-size: 1rem;
  content: "";
}

#prg img {
  width: 100%;
  max-width: 115px;
}

#prg .flx_desk {
  gap: 20px;
}

#prg.nav_pipes.w_wrap ul::before {
  background-color: #ffffff;
}

footer .nav_pipes ul::before {
  background-color: #ffffff;
}

footer .nav_pipes li {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 0.7em;
}

footer .nav_pipes li + li::before {
  display: inline-block;
  position: absolute;
  top: 49%;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 35%;
  background-color: currentColor;
  content: "";

  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

footer .copyright {
  line-height: 2;
}

footer .copyright .crtext {
  margin-left: 0.2em;
}

@media (max-width: 767px) {
  #delaware_north .inner {
    align-items: flex-start;
  }

  footer .foot_logo {
    margin-bottom: 10px;
  }
}

.lower_section {
  padding: 40px 0;
  background-color: #ffffff;
  border-bottom: 1px solid var(--wp--preset--color--citrus);
}

.lower_section:last-child {
  border-bottom: none;
}

.lower_section .prg_logo {
  order: 2;
  width: 100%;
  max-width: 180px;
}

@media screen and (min-width: 768px) {
  .lower_section .prg_logo {
    display: flex;
    justify-content: center;
  }
}

.lower_section .nav_font,
.lower_section .nav_menu a {
  color: var(--wp--preset--color--eggplant);
  font-family: "Montserrat", sans-serif;
  font-size: 0.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.lower_section .nav_menu a:hover {
  color: var(--wp--preset--color--copy-color);
}

#dbc_logo {
  text-align: center;
  padding: 60px 0 20px;
  background-color: #fff;
}

#dbc_logo a {
  color: #000000;
}

#dbc_logo .icon {
  width: 25px;
  fill: #888888;
  fill-opacity: 0.5;
}

/* ===================== General Page ===================== */

#primary.fourohfour {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 100px 0;
}

#primary.fourohfour .page-content {
  width: 95%;
}

#primary.fourohfour .page-content p {
  text-wrap: balance;
}

#primary.fourohfour h1 {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1em;
}

.wp-block-heading em {
  font-style: italic;
}

@media (min-width: 768px) {
  .first_br_mobile.wp-block-heading br:first-of-type,
  .show_br_mobile.wp-block-heading br {
    display: none;
  }
}

@media (max-width: 767px) {
  .wp-block-heading.has-large-font-size {
    margin-bottom: 0.5em;
  }

  .hide_br_mobile.wp-block-heading br {
    display: none;
  }
}

.title_style {
  line-height: 1.2;
}

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

.content p {
  margin-bottom: 1em;
}

@media (max-width: 420px) {
  .title_style {
    font-size: 0.82em;
  }
}

@media (max-width: 768px) {
  h1.title_style,
  h2.title_style,
  h2.title_style,
  .dbc_copy .inner h2,
  .dbc_copy .inner h3 {
    font-size: 2.1rem;
  }

  .dbc_copy .inner h3 {
    font-size: 1.15rem;
  }
}

@media screen {
  .print_only {
    display: none;
  }
}

@media print {
  .print_hide {
    display: none;
  }

  header,
  footer {
    display: none;
  }
}

/* dark header exceptions */
.error404 header,
.header_dark header:not(.stick),
.page-template-tpl_legal header {
  background-color: var(--wp--preset--color--teal);
}

/* ===================== Legal Pages ================== */

.page-template-tpl_legal .site-content {
  margin-top: 200px;
  margin-bottom: 7rem;
}

.page-template-tpl_legal .site-content li,
.page-template-tpl_legal .site-content p {
  line-height: 1.3;
  margin-bottom: 1em;
}

.page-template-tpl_legal .legal_page a {
  text-decoration: underline;
  border-bottom: none;
}

.page-template-tpl_legal .legal_page h1 {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.page-template-tpl_legal .legal_page h2,
.page-template-tpl_legal .legal_page h3,
.page-template-tpl_legal .legal_page h4 {
  margin: 2em 0;
  max-width: 100%;
}

.page-template-tpl_legal .legal_page h2 {
  font-size: 1.3em;
}

.page-template-tpl_legal .legal_page h3 {
  font-size: 1.15em;
}

.page-template-tpl_legal .site-content .fadeinview,
.page-template-tpl_legal .site-content .main_nav_fadein,
.page-template-tpl_legal .site-content .shiftfromright,
.page-template-tpl_legal .site-content .shiftfrombelow,
.page-template-tpl_legal .site-content .staggershift .shifttarget,
.page-template-tpl_legal .site-content .opacityinview {
  opacity: 1;
  transform: none;
}

.page-template-tpl_legal figure.wp-block-table {
  position: relative;
  height: fit-content;
  max-height: 70vh;
  overflow: auto;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .page-template-tpl_legal figure.wp-block-table {
    font-size: 0.9rem;
  }
}

.page-template-tpl_legal .wp-block-table {
  max-width: 100%;
  border: 1px solid #000;
}

.page-template-tpl_legal .wp-block-table thead {
  position: sticky;
  top: -1px;
  margin-top: 1px;
  background-color: #ffffff;
}

.page-template-tpl_legal .wp-block-table table {
  min-width: 600px;
  margin-bottom: 0;
  border-collapse: separate;
}

.page-template-tpl_legal .wp-block-table table th {
  border-bottom: 2px solid #000;
  border-right: 1px solid #000;
}

.page-template-tpl_legal .wp-block-table table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.page-template-tpl_legal .wp-block-table table tbody tr:last-child td {
  border-bottom: none;
}

.page-template-tpl_legal .wp-block-table table td,
.page-template-tpl_legal .wp-block-table table th {
  padding: 15px;
}

.page-template-tpl_legal .wp-block-table table tr:nth-child(even) {
  background: #f2f2f2;
}

.page-template-tpl_legal .wp-block-table::-webkit-scrollbar {
  width: 15px;
}

.page-template-tpl_legal .wp-block-table::-webkit-scrollbar-thumb {
  background-color: var(--wp--preset--color--primary);
}

/* ===================== Menu ===================== */

.offline_menu {
  text-align: center;
  font-size: 2rem;
  margin: 4em 0;
}

#sp_menu {
  position: relative;
  background-position: center top;
  background-size: 100% auto;
  --menu_space: 30px;
}

#sp_menu .menu_section:focus-visible {
  outline: 1px solid #000;
}

#sp_menu .menu_h1 {
  margin: 1em 0;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  #sp_menu .menu_h1 {
    margin: 0.5em 0;
  }
}

#sp_menu .menu_section:nth-child(odd) {
  position: relative;
  margin-bottom: 50px;
  border: 2px solid var(--wp--preset--color--teal);
  border-radius: 20px;
}

#sp_menu .menu_section:nth-child(odd):nth-last-child(2) {
  margin-bottom: 116px;
}

@media (max-width: 767px) {
  .menu_section .container {
    max-width: calc(100% - 28px);
  }
}

.menu_wrap {
  padding: 200px 0 50px;
}

.menu_wrap .menu_header h1 {
  font-weight: 300;
  font-size: 3.5rem;
}

.menu_wrap .menu_section:nth-child(2) {
  margin-top: 87px;
}

#sp_menu .menu_desc {
  margin-top: 100px;
  text-align: center;
}

#sp_menu.nodrop .menu_desc {
  margin-top: 28px;
}

@media (max-width: 767px) {
  #sp_menu .menu_desc {
    margin-top: 70px;
  }

  #sp_menu.nodrop .menu_desc {
    margin-top: 57px;
  }
}

.menu_wrap.has_desc .menu_section:nth-child(2) {
  margin-top: 37px;
}

.menu_wrap .menu_section {
  padding: 40px;
  margin-top: var(--menu_space);
}

.menu_wrap .menu_footnote {
  margin-top: 60px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .menu_wrap .menu_footnote {
    margin-top: 10px;
  }
}

.menu_wrap .section_heading {
  padding-bottom: 20px;
  margin-bottom: var(--menu_space);
}

.menu_wrap .section_heading::after {
  font-size: 4.5em;
}

.menu_wrap .section_heading .desc {
  line-height: 1.5;
  margin: 1em 0 1.5em;
  text-align: center;
}

.menu_section_title .section_name,
.menu_wrap .section_name {
  position: relative;
  padding-bottom: 1em;
  font-size: 1.25rem;
  text-align: center;
}

.menu_wrap .section_name {
  max-width: calc(100% - 30px);
  margin: auto;
}

.menu_section_title .section_name {
  margin-bottom: 1em;
}

.menu_section_title .section_name::after,
.menu_wrap .section_name::after {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  width: 10px;
  height: 2px;
  background-color: var(--wp--preset--color--teal);
  font-size: 1rem;
  content: "";

  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .menu_wrap .menu_items {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .menu_wrap .section_heading {
    padding-bottom: 0;
  }
}

.menu_wrap .item_col {
  flex: 0 0 50%;
}

.menu_wrap .item_col:nth-child(even) {
  position: relative;
}

@media (min-width: 768px) {
  .menu_wrap .item_col:nth-child(even)::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 2px;
    height: 95%;
    background-color: var(--wp--preset--color--citrus);
    content: "";
    transition: background-color 0.3s ease-in-out;
  }

  .menu_wrap .borderfadein .item_col:nth-child(even)::before {
    background-color: transparent;
  }
}

.menu_wrap .menu_item {
  overflow: hidden;
  padding: 0 50px;
  margin-bottom: var(--menu_space);
  page-break-inside: avoid;
}

@media (max-width: 767px) {
  .menu_wrap .menu_item {
    padding: 0 15px;
  }
}

.menu_wrap .menu_item .item_name {
  margin-bottom: 0.25em;
  line-height: 1.2;
  text-align: center;
}

.menu_wrap .menu_item .price {
  display: inline-block;
  font-style: normal;
  text-transform: lowercase;
}

.menu_wrap .menu_item .additions {
  margin-top: 1em;
  line-height: 1.5;
}

.menu_wrap .menu_item .attributes,
.menu_wrap .menu_item .price {
  margin-left: 0.5em;
}

.menu_wrap .menu_item .desc {
  line-height: 1.5;
  text-wrap: balance;
}

.menu_wrap .menu_item .price_choices {
  display: none;
}

.menu_wrap .menu_item .additions {
  text-align: center;
}

#sp_menu .dropdown_wrap a.current_menu,
#sp_menu .dropdown_wrap a:hover {
  background-color: #d5c8bc;
}

#sp_menu .dropdown_wrap .drop_content {
  left: 8px;
  width: calc(100% - 16px);
  border-top-width: 0;
  border-color: var(--wp--preset--color--teal);
}

@media (max-width: 767px) {
  #sp_menu {
    padding-top: 0px;
  }

  #sp_menu > .containr > .container {
    width: 100%;
    max-width: 100%;
  }

  .menu_wrap .menu_header h1 {
    font-size: 2.5rem;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .menu_wrap .menu_section:nth-child(2) {
    margin-top: 50px;
  }

  .menu_wrap .menu_section:nth-child(2) .shiftfrombelow,
  .menu_wrap .menu_section:nth-child(2) .shifttarget {
    opacity: 1;
    transform: none;
  }

  .menu_wrap .menu_section {
    margin-top: 0px;
    padding: 40px 0;
  }

  .menu_wrap .menu_item .item_name {
    font-size: 1.3rem;
    margin-bottom: 0px;
  }

  .menu_wrap .menu_item .copy + .price {
    margin-left: 0.5em;
  }
}

.menu_select {
  margin: 40px 0;
}

.menu_select > button {
  position: relative;
  width: 100%;
  min-height: 0;
  overflow: visible;
  padding: 0;
  background-color: transparent;
  border: 2px solid var(--wp--preset--color--teal);
  border-radius: 10px;
  overflow: hidden;
}

.menu_select > button,
.menu_select .drop_content {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

@media (max-width: 500px) {
  .menu_select > button,
  .menu_select .drop_content {
    font-size: 1rem;
  }
}

.menu_select .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.menu_select .curr_menu {
  font-size: 1em;
  display: flex;
  align-items: center;
  padding: 0.85em 1.5em 0.68em;
  line-height: 1;
}

.menu_select.dropdown_wrap ul a {
  font-size: 1em;
  padding: 0.85em calc(1.5em - 6px) 0.68em;
}

.menu_select .dropname {
  display: flex;
  align-items: center;
  padding: 0.75em 3em 0.75em 1em;
  background-color: var(--wp--preset--color--teal);
  color: var(--wp--preset--color--cream);
  background-image: url(images/icons/down_chevron.svg);
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1.5em;
  font-family: var(--body_font);
  font-size: 0.7693em;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .menu_select:hover .dropname {
    background-color: var(--wp--preset--color--teal);
  }
}

.menu_select.active .dropname {
  background-image: url(images/icons/up_chevron.svg);
}

.menu_nav_container {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 20px 0 0;
  background-color: var(--wp--preset--color--cream);
}

.sticky .menu_nav_container {
  position: fixed;
  top: 131px;
}

.menu_nav_container .nav_scroll {
  position: relative;
  top: -4px;
  z-index: 10;
  flex: 0 0 auto;
  width: 3em;
  height: 2em;
  overflow: hidden;
  padding: 0;
  -webkit-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  font-size: 0.7rem;
  cursor: pointer;

  transition: opacity 0.3s ease-in-out;
}

.menu_nav_container .nav_scroll.disable {
  opacity: 0;
  pointer-events: none;
}

.menu_nav_container #left_scroll {
  background-image: url(images/icons/left_chevron.svg);
}

.menu_nav_container #right_scroll {
  background-image: url(images/icons/right_chevron.svg);
}

.menu_nav_container > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu_nav_container .menu_select {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .menu_nav_container .menu_select {
    min-width: 537px;
  }
}

.menu_nav_container .category_nav_wrap {
  max-width: 100%;
}

.category_nav_wrap {
  display: flex;
  position: relative;
  flex: 1 1 auto;
  align-items: center;
  --line_thickness: 6px;
}

.category_nav_wrap::before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 150vw;
  height: var(--line_thickness);
  background-color: var(--wp--preset--color--teal);
  font-size: 1rem;
  content: "";

  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.category_nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 17px;
}

@media (max-width: 767px) {
  .category_nav {
    padding-right: 200px;
  }

  .menu_nav_container .nav_scroll {
    top: -15px;
  }
}

@media (min-width: 768px) {
  .category_nav_wrap::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(-1 * var(--line_thickness));
    right: 0;
    z-index: 1;
    width: 100px;
    pointer-events: none;
    height: 100%;
    font-size: 1rem;

    background: -moz-linear-gradient(
      left,
      rgba(237, 222, 209, 0) 0%,
      rgba(237, 222, 209, 0.88) 88%,
      rgba(237, 222, 209, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(237, 222, 209, 0) 0%,
      rgba(237, 222, 209, 0.88) 88%,
      rgba(237, 222, 209, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(237, 222, 209, 0) 0%,
      rgba(237, 222, 209, 0.88) 88%,
      rgba(237, 222, 209, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

.category_nav li {
  flex: 0 0 auto;
}

.category_nav .cat_nav_item {
  color: var(--wp--preset--color--eggplant);
  display: inline-block;
  padding: 0 1em 1em;
  border-bottom: var(--line_thickness) solid transparent;
  border-color: transparent;
  text-decoration: none;
  font-size: 1.25rem;
}

.category_nav .cat_nav_item:hover,
.category_nav .cat_nav_item.active {
  border-color: var(--wp--preset--color--citrus);
}

@media (max-width: 767px) {
  .menu_nav_container {
    padding-bottom: 0;
    padding-top: 50px;
  }

  .menu_nav_container > .container {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .category_nav {
    /* overflow-x: auto; */
    padding-bottom: 20px;
  }

  .category_nav_wrap::before {
    bottom: 20px;
  }

  .category_nav_wrap {
    margin: 20px 0 0;
  }

  .category_nav li {
    margin: 0 10px;
  }

  .menu_nav_container .menu_select {
    margin: 0 25px;
  }

  .menu_nav_container .menu_select + .category_nav_wrap {
    margin-left: 0;
  }
}

/* ===================== Modal ===================== */

.pup_dismiss {
  width: 1em;
  height: 1em;
  overflow: hidden;
  padding: 0;
  -webkit-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 100%;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTcuNiIgaGVpZ2h0PSI1Ny42IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU3LjYgNTcuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTcuNiA1Ny42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZmlsbD0iI2ZmZiI+IDxwb2x5Z29uIHBvaW50cz0iNDMuMiwxNy4yIDQwLjQsMTQuNCAyOC44LDI2IDE3LjIsMTQuNCAxNC40LDE3LjIgMjYsMjguOCAxNC40LDQwLjQgMTcuMiw0My4yIDI4LjgsMzEuNiA0MC40LDQzLjIgNDMuMiw0MC40IDMxLjYsMjguOCAiLz4gPC9zdmc+");
}

#popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s ease-in-out;
}

#popup_wrap {
  position: absolute;
  top: 120px;
  left: 50%;
  z-index: 1;
  width: 500px;
  max-width: 90%;
  background-color: #fff;
  box-shadow: 0px 10px 15px -10px rgb(0 0 0 / 66%);
  font-size: 0.8rem;
  transform: translateX(-50%);
}

#popup.display {
  display: block;
}

#popup.fade {
  opacity: 1;
}

#popup_wrap #popup_dismiss {
  position: absolute;
  top: -1em;
  right: 0;
  z-index: 1;
  margin-top: 0;
  font-size: 2rem;
}

#popup_wrap #popup_header {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1em;
  font-weight: bold;
}

#popup_overlay {
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 70;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  #popup_wrap {
    top: 200px;
  }
}

/* ===================== Order Modal ===================== */

.order_links_modal #popup_content {
  padding: 20px;
}

.order_links_modal #popup_content h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .order_links_modal #popup_content h2 {
    padding: 0 1em;
  }
}

.order_links_modal .modal_image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.order_links_modal .order_link {
  width: 100%;
  padding: 1em;
  border: 1px solid var(--wp--preset--color--blue);
  background-image: url(images/icons/icon-external-link.svg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  margin-bottom: 1em;
  background-size: 16px;
  background-position: right 1em center;
}

.order_links_modal .order_link a {
  display: flex;
  align-items: center;
  border: none;
  font-size: 1rem;
  text-decoration: none;
}

.order_links_modal .order_link .service_logo {
  margin-right: 1em;
  width: 1em;
  height: 1em;
  font-size: 2rem;
}

.order_links_modal .inner {
  overflow: hidden;
}

@media (min-width: 768px) {
  #popup_wrap {
    width: auto;
  }

  .order_links_modal #popup_content {
    flex: 0 0 auto;
  }

  #popup_wrap {
    width: auto;
  }

  .order_links_modal .order_links {
    max-height: 358px;
    padding-right: 20px;
    margin-right: -20px;
    overflow-y: auto;
  }

  .order_links_modal .inner {
    display: flex;
    width: 632px;
    height: 500px;
  }

  .order_links_modal .modal_image {
    order: 2;
    height: 100%;
    flex: 1 1 auto;
  }

  .order_links_modal .order_links {
    scrollbar-color: var(--wp--preset--color--blue) #fff;
  }

  .order_links_modal .order_links::-webkit-scrollbar-track {
    background-color: #fff;
  }

  .order_links_modal .order_links::-webkit-scrollbar {
    width: 10px;
    background-color: var(--wp--preset--color--blue);
  }

  .order_links_modal .order_links::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: var(--wp--preset--color--blue);
  }
}

/* Maps */

.map_wrap {
  position: relative;
}

.map_controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

.map_controls button {
  position: relative;
  width: 1em;
  height: 1em;
  overflow: hidden;
  padding: 0;
  -webkit-appearance: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  border: none;
  font-size: 2.5rem;
  color: #000000;
  line-height: 1;
  outline-color: #000;
  cursor: pointer;
}

.map_zoom_in {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLXBsdXMiIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iIzAwMDAwMCIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICA8cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz4KICA8bGluZSB4MT0iMTIiIHkxPSI1IiB4Mj0iMTIiIHkyPSIxOSIgLz4KICA8bGluZSB4MT0iNSIgeTE9IjEyIiB4Mj0iMTkiIHkyPSIxMiIgLz4KPC9zdmc+Cg==");
}

.map_zoom_out {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLW1pbnVzIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiMwMDAwMDAiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgPHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+CiAgPGxpbmUgeDE9IjUiIHkxPSIxMiIgeDI9IjE5IiB5Mj0iMTIiIC8+Cjwvc3ZnPgo=");
}

/* @media (max-width: 767px){ */
/* 	.map_wrap { */
/* 		margin-bottom: 40px !important; */
/* 	} */
/* } */

/* ===================== Datepicker ===================== */

input.datepicker {
  background-size: 1em;
  background-position: right 1em center;
  background-repeat: no-repeat;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) {
  background: #fff;
  border: 1px solid #d0d1d3;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.0405344);
  color: #607382;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  padding: 18px 15px;
  width: auto;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) table,
.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th,
.gform-theme-datepicker:not(.gform-legacy-datepicker) thead,
.gform-theme-datepicker:not(.gform-legacy-datepicker) tr {
  background: 0 0;
  border: 0;
  margin: 0;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th {
  padding: 5px;
  text-shadow: none;
  text-transform: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
  border: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 5px;
  padding: 0;
  position: relative;
  width: 100%;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
  align-items: center;
  background: 0 0;
  border: 0;
  color: #607382;
  cursor: pointer;
  display: flex;
  font-family: gform-icons-theme !important;
  font-size: 24px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  speak: never;
  top: -2px;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:hover {
  color: #2f4054;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next .ui-icon,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  display: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before {
  border: 0;
  height: auto;
  position: static;
  transform: none;
  width: auto;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  border-radius: 100%;
}

/* .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before { */
/*     content: "" */
/* } */

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
  right: 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  border-radius: 100%;
}

/* .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before { */
/*     content: ""; */
/* } */

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
  background-color: transparent;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 14px 24px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  color: #585e6a;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  min-height: 0;
  padding: 0 22px 0 0;
  -webkit-appearance: none;
  width: auto;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month {
  margin-right: 20px;
  -moz-text-align-last: right;
  text-align-last: right;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar span {
  font-weight: 400;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
  align-items: center;
  color: #2f4054;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
  font-size: 13px;
  height: 50px;
  width: 50px;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 100%;
  box-shadow: none;
  color: #2f4054;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  text-decoration: none;
  width: 40px;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover {
  background: 0 0;
  border-color: #607382;
  outline: 0;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:active {
  background: #f2f3f5;
  border-color: #607382;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  .ui-datepicker-current-day
  .ui-state-default {
  background: #607382;
  border-color: #607382;
  box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
  color: #fff;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  .ui-datepicker-current-day
  .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  .ui-datepicker-current-day
  .ui-state-default:hover {
  border-color: #607382;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled {
  background: 0 0;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  align-items: center;
  background: #f2f3f5;
  border: 1px solid rgba(32, 32, 46, 0.079);
  border-radius: 100%;
  box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
  color: #686e77;
  cursor: text;
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  width: 40px;
}

.sitemap h2 {
  font-size: 2rem;
  margin-bottom: 1em;
}

.map_block .list_wrap ul {
  flex: 0 0 50%;
}

.sitemap ul {
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .map_block .list_wrap {
    display: flex;
  }
}

@media (max-width: 767px) {
  .sitemap .list_wrap {
    margin-bottom: 2em;
  }

  .sitemap ul {
    margin-bottom: 0;
  }
}

/* video */
.video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-image: url(images/icons/video_play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1em;
  height: 1em;
  font-size: 8rem;

  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .video_play {
    font-size: 19vw;
  }
}

.wp-block-video {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

.wp-block-video.hasthumb .poster_btn {
  position: relative;
}

.wp-block-video.hasthumb .poster_btn,
.wp-block-video.hasthumb video {
  transition: opacity 0.3s ease-in-out;
  grid-area: 1 / 1 / 1 / 1;
}

.wp-block-video.hasthumb video {
  opacity: 0;
  display: none;
}

.wp-block-video.hasthumb.show video {
  display: inline-block;
}

.wp-block-video.hasthumb.show .poster_btn {
  opacity: 0;
}

.wp-block-video.hasthumb.show.finish video {
  opacity: 1;
}

.wp-block-video.hasthumb.show.finish .poster_btn {
  display: none;
}

/* Events */
/* .page-template-tpl_event .site-content {
    margin-top: 200px;
} */
.single-event main {
  overflow: visible;
}
.event_page {
  margin-bottom: 3rem;
}
.sticky-header-spacer {
  height: 200px;
}
.event-title--eyebrow {
  font-size: 1.5rem;
  color: var(--wp--preset--color--tomato);
  background-image: linear-gradient(var(--wp--preset--color--blue), var(--wp--preset--color--blue));
  background-repeat: no-repeat;
  background-size: 35px 2px;
  background-position: bottom center;
  padding-bottom: 0.75em;
  margin-bottom: 1em;
}
.event-details__title {
  font-size: 4rem;
  text-transform: none;
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  .event-details {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
  }
}
.event-details__side {
  position: relative;
  margin-bottom: 1.5em;
}
.event-details__side-inner {
  background-color: var(--wp--preset--color--blue);
  padding: 2em;
  display: flex;
  flex-direction: column;
  /*     align-items: center; */
  gap: 1.4rem;
  position: sticky;
  top: 80px;
}
.event-details__side-title {
  font-size: 2rem !important;
}
.event-details__side select {
  background-image: none;
  -webkit-appearance: none;
  appearance: auto !important;
}
.event-details__body h2,
.event-details__body h3 {
  max-width: unset;
}

.event-details__body h2.wp-block-heading {
  font-size: 2rem;
}
.event-details__body h3.wp-block-heading {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

.event-details__image-wrap {
  margin-bottom: 1.5em;
}
.event-details__price-group {
  border-left: 2px solid var(--wp--preset--color--tomato);
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}

.event-details__price-group p:last-child {
  margin-bottom: 0;
}
.event-details__date,
.event-details__price {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 7px;
  align-items: center;
}
.event-details__date svg,
.event-details__price svg {
  justify-self: center;
  margin-right: 7px;
}
.event-details__party-size {
  display: flex;
  flex-direction: column;
  margin-top: 0.8rem;
}

.event-details__party-size .party-size_label {
  font-size: 0.6em !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.event-details__party-size #party-size_button {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.event-details__party-size #party-size_button span {
  pointer-events: none;
}
.d-none {
  display: none;
}
@media (min-width: 768px) {
  .d-lg-block {
    display: block;
  }
}
@media (min-width: 767px) {
  .d-lg-none {
    display: none;
  }
}

/* Navigation */
.nav_menu .sub-menu {
  transition: max-height 0.25s ease;
  max-height: 0;
  overflow: hidden;
}

.menu-item-has-children.active > .sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  transition: max-height 0.25s ease;
}

.menu-item {
  transition: transform 0.3s ease-out;
}

.prime_menu {
  height: 80vh;
  min-height: 400px;
  max-height: 800px;
}

.nav_menu {
  height: 100%;
  overflow-y: auto;
  padding: 20px 0;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}

.gform_wrapper.gravity-theme .gfield--type-section + .gfield {
  margin-top: 0;
}

.wp-block-column.column-form {
  padding: clamp(1.5625rem, 0.1042rem + 3.0382vw, 3.75rem);
  border-radius: 30px;
  border: 2px solid var(--wp--preset--color--teal);
}

.wp-block-column.column-form .gform_wrapper {
  margin-bottom: 0;
}

.wp-block-column.column-form .gsection_title {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .wp-block-column.column-form {
    margin-bottom: 50px;
  }
}

/* hundredfold-delawarenorth */

/* rc form */
#rc-portal,
#rc-portal *:not(select):not(option) {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  vertical-align: baseline;
  display: block;
}
#rc-portal :where(select, option) {
  background-color: transparent;
}
#rc-portal {
  position: relative;
  width: 100%;
  max-width: 100% !important;
  font-family: var(--body_font) !important;
  font-size: inherit !important;
}
.catering-inquiry-form-embed__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
#rc-portal .rc-fieldset {
  border: none;
}
#rc-portal .rc-legend,
#rc-portal .rc-footnote {
  display: none;
}
#rc-portal .oneOfTwoColumns,
#rc-portal .rc-label-input-pair {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  width: 100%;
}
#rc-portal .oneOfTwoColumns {
  gap: 1rem;
}
@media (min-width: 575px) {
  #rc-portal .oneOfTwoColumns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
}
#rc-portal .rc-label-input-pair:has(input[type="checkbox"]) {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
}
#rc-portal .rc-label-input-pair:has(input[type="checkbox"]) .rc-label-column {
  order: 2;
  flex-shrink: 0;
}
#rc-portal .rc-label-input-pair:has(input[type="checkbox"]) .rc-input-column {
  order: 1;
  flex-shrink: 1;
}
#rc-portal .rc-fieldset .detailsDiv ~ .detailsDiv .rc-label-input-pair:first-child {
  grid-column: 1 / -1;
}
#rc-portal .rc-fieldset .detailsDiv ~ .detailsDiv .rc-label-input-pair:has(textarea) {
  grid-column: 1 / -1;
}
.rc-button-group {
  padding-top: 30px !important;
}
#rc-portal .rc-input-column :where(input, textarea, select):not([type="checkbox"]) {
  font-family: inherit;
  border-bottom: 1px solid var(--wp--preset--color--tomato);
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}
#rc-portal .rc-input-column :where(input, textarea):not([type="checkbox"]) {
  padding-top: 9px;
  padding-bottom: 9px;
}
#rc-portal .rc-input-column :where(input, textarea, select):not([type="checkbox"]):focus {
  outline: 2px solid var(--wp--preset--color--blue);
}
#rc-portal .sectionHeader {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 30px;
}
#rc-portal .rc-label-input-pair {
  position: relative;
}
#rc-portal .rc-label-input-pair .rc-input-column,
#rc-portal .rc-label-input-pair .rc-label-column,
#rc-portal .rc-label-input-pair .rc-button-group {
  width: 100%;
}
#rc-portal .rc-label-input-pair .rc-input-column a,
#rc-portal .rc-label-input-pair .rc-label-column a,
#rc-portal .rc-label-input-pair .rc-button-group a {
  display: none;
}
#rc-portal .rc-label-input-pair label {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 600;
}
.rc-label-input-pair {
  position: relative;
}
.rc-label-input-pair label {
  font-size: 1rem;
}
.rc-label-input-pair.has-content label {
  top: -0.6rem;
  left: 0.5rem;
  font-size: 0.75rem;
  color: #000;
}
.rc-label-input-pair .rc-input {
  padding: 1.25rem 0 0.5rem;
  font-size: 1rem;
  box-sizing: border-box;
}
.sectionHeaderLine.rc-section-line-color {
  padding-top: 20px !important;
  margin-top: 20px !important;
  font-size: 1.25rem;
  width: 100% !important;
}
#rc-portal .rc-label-input-pair .rc-label-column .infoIcon {
  display: none;
}
#rc-portal .errorBox {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  max-height: inherit;
  font-size: 0.875rem;
  line-height: 1.25;
  color: red;
  border: 2px solid red;
}
#rc-portal .errorBox[hidden] {
  display: none;
}
#rc-portal span.dataError {
  color: red;
  font-size: 0.875rem;
  line-height: 1.25;
}
#rc-portal p {
  text-wrap: auto;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.contact-page .dbc_card_full .dbc_copy .card_title,
.contact-page .dbc_card_full .dbc_copy .wp-block-heading {
  margin-bottom: 8px;
}
.contact-page .dbc_card_full .dbc_copy em {
  display: inline-block;
  line-height: 1.2;
}
.contact-page .dbc_card_full .dbc_copy .cta_group {
  margin-top: 1em;
}
.contact-page .dbc_card_full .dbc_copy .addanim + .tl .cta_group {
  margin-top: 0;
}
.rc-submit-buttons {
  margin-top: 1em !important;
}
.rc-submit-buttons .rc-button {
  color: var(--wp--preset--color--blue) !important;
  font-weight: bold !important;
}
.rc-submit-buttons .rc-button:hover {
  color: var(--wp--preset--color--citrus) !important;
}

/* fixes */
.has-x-large-font-size {
  line-height: 1 !important;
}
