@import "https://use.typekit.net/twv3jqj.css";.gap-0 {
    gap: 0 !important;
}.letter-spacing-2 {
    letter-spacing: var(--wp--custom--scale-2);
}.letter-spacing-4 {
    letter-spacing: var(--wp--custom--scale-4);
}.h-full {
    height: 100%;
}.w-full {
    width: 100%;
}.offset-bg {
    position: relative;
}.offset-bg > * {
        position: relative;
        z-index: 1;
    }.offset-bg::after {
        bottom: 0;
        content: "";
        display: block;
        height: calc(100% - 6rem);
        left: 0;
        margin: 0 calc(-1*var(--wp--custom--scale-8)) calc(-1*var(--wp--custom--scale-8)) calc(-1*var(--wp--custom--scale-8));
        position: absolute;
        right: 0;
        z-index: 0;
    }.offset-bg--pink::after {
            background-color: var(--wp--preset--color--pink);
        }.box-shadow {
    box-shadow: 0 10px 50px 0 rgb(0 0 0 / 7%);
}/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: theme("borderColor.DEFAULT", currentColor);
  /* 2 */
}::before,
::after {
  --tw-content: "";
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: theme("fontFamily.sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  /* 4 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*//* h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
} *//*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: theme("fontFamily.mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
  /* 1 */
  font-size: 1em;
  /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*//* blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
} *//*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role=button] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/*
Ensure the default browser behavior of the `hidden` attribute.
*/[hidden] {
  display: none;
}input:not([type=submit]):not([type=file]),
select,
textarea {
    background: var(--wp--preset--color--gray-lighter);
    padding: 8px;
}select {
    border-right: 8px solid var(--wp--preset--color--gray-lighter);
}input[type=submit],
input[type=reset],
input[type=button] {
    background-color: var(--wp--preset--color--pink);
    color: var(--wp--preset--color--white);
    cursor: pointer;
}input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
        background-color: var(--wp--preset--color--pink-dark) !important;
    }html,
body {
  overflow-x: hidden;
}.site-header + main,
main > .wp-block-post-content {
  margin-top: 0;
}.entry-content,
.is-root-container {
  padding: 0 1rem;
}main .entry-content > *:not(:first-child) {
  margin-top: var(--wp--custom--block-gap);
}.entry-content > * {
  max-width: 1140px;
  margin-left: auto !important;
  margin-right: auto !important;
}/* Added div selector for specificity override */div:where(.wp-block-group.has-background) {
  padding: 2rem;
}.entry-content > .alignwide {
  max-width: 1280px;
}.entry-content > .alignfull {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
  max-width: none;
  width: calc(100% + 2rem);
}.entry-content > .alignleft {
  float: left;
  margin-right: 2em;
}.entry-content > .alignright {
  float: right;
  margin-right: 2em;
}h1, h2, h3, h4, h5, h6 {
  color: var(--wp--preset--color--dark);
  line-height: 1.15em;
}.h1 {
  font-size: var(--wp--custom--text-6-xl);
}.h2 {
  font-size: var(--wp--custom--text-5-xl);
}.h3 {
  font-size: var(--wp--custom--text-3-xl);
}.h4 {
  font-size: var(--wp--custom--text-2-xl);
}.h5 {
  font-size: var(--wp--custom--text-xl);
}.h6 {
  font-size: var(--wp--custom--text-lg);
}h1.is-style-mega {
  font-size: calc(var(--wp--custom--h-1-font-size) * 1.5);
}h2.is-style-mega {
  font-size: calc(var(--wp--custom--h-2-font-size) * 1.5);
}h3.is-style-mega {
  font-size: calc(var(--wp--custom--h-3-font-size) * 1.5);
}h4.is-style-mega {
  font-size: calc(var(--wp--custom--h-4-font-size) * 1.5);
}h5.is-style-mega {
  font-size: calc(var(--wp--custom--h-5-font-size) * 1.5);
}h6.is-style-mega {
  font-size: calc(var(--wp--custom--h-6-font-size) * 1.5);
}@media ( max-width: 450px ) {
  body {
    --wp--custom--h-1-font-size: var(--wp--custom--text-4-xl) !important;
    --wp--custom--h-2-font-size: var(--wp--custom--text-3-xl) !important;
    --wp--custom--h-3-font-size: var(--wp--custom--text-2-xl) !important;
    --wp--custom--h-4-font-size: var(--wp--custom--text-xl) !important;
    --wp--custom--h-5-font-size: var(--wp--custom--text-lg) !important;
    --wp--custom--h-6-font-size: var(--wp--custom--text-base) !important;
  }
}.text-cols--5 {
  -moz-columns: 2;
      columns: 2;
}@media (min-width: 768px) {
  .text-cols--5 {
    -moz-columns: 3;
        columns: 3;
  }
}@media (min-width: 1024px) {
  .text-cols--5 {
    -moz-columns: 4;
        columns: 4;
  }
}@media (min-width: 1280px) {
  .text-cols--5 {
    -moz-columns: 5;
        columns: 5;
  }

  h1.is-style-mega {
    font-size: calc(var(--wp--custom--h-1-font-size) * 2.25);
  }
}body {
  color: var(--wp--preset--color--gray-mid);
  font-family: var(--wp--custom--primary-font-family);
}.announcement-bar-container {
	padding: var(--wp--custom--scale-2) var(--wp--custom--scale-8);
}.announcement-bar-container p {
		margin: 0;
	}.announcement-bar-container a {
		color: #fff;
		text-decoration: underline;
		transition: color 0.3s;
	}.announcement-bar-container a:hover {
			color: #eee;
		}.btn,
button:not(.unstyled),
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  text-align: center;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
}.btn--pink {
  background-color: var(--wp--preset--color--pink);
  color: var(--wp--preset--color--white);
}.btn--pink:hover {
    background-color: var(--wp--preset--color--pink-dark);
  }.btn--white {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--pink);
}.btn--white:hover {
    background-color: var(--wp--preset--color--gray-light);
  }.wp-block-button .has-background {
    border-color: transparent;
  }.wp-block-button__link {
    transition: all 300ms ease-in-out;
  }.wp-block-button__link.has-pink-background-color:hover {
      background-color: var(--wp--preset--color--pink-dark) !important;
    }.wp-block-button__link.has-dark-background-color:hover {
      background-color: var(--wp--preset--color--gray-dark) !important;
    }.wp-block-button__link.has-white-background-color:hover {
      background-color: var(--wp--preset--color--gray-light) !important;
    }.wp-block-button__link.has-gray-dark-background-color:hover {
      background-color: var(--wp--preset--color--gray-light) !important;
    }.wp-block-button__link.has-gray-light-background-color:hover {
      background-color: var(--wp--preset--color--gray-dark) !important;
    }.wp-block-button.is-style-outline .has-white-color:hover,
    .wp-block-button.is-style-outline > .wp-block-button__link.has-white-color:not(.has-background):hover {
      background: var(--wp--preset--color--white);
      color: var(--wp--preset--color--pink) !important;
    }.wp-block-button.is-style-outline .has-pink-color:hover,
    .wp-block-button.is-style-outline > .wp-block-button__link.has-pink-color:not(.has-background):hover {
      background: var(--wp--preset--color--pink);
      color: var(--wp--preset--color--white) !important;
    }.wp-block-button.is-style-outline .has-dark-color:hover,
    .wp-block-button.is-style-outline > .wp-block-button__link.has-dark-color:not(.has-background):hover {
      background: var(--wp--preset--color--dark);
      color: var(--wp--preset--color--white) !important;
    }.wp-block-button.is-style-outline .has-gray-dark-color:hover,
    .wp-block-button.is-style-outline > .wp-block-button__link.has-gray-dark-color:not(.has-background):hover {
      background: var(--wp--preset--color--gray-dark);
      color: var(--wp--preset--color--white) !important;
    }.wp-block-button.is-style-outline .has-gray-light-color:hover,
    .wp-block-button.is-style-outline > .wp-block-button__link.has-gray-light-color:not(.has-background):hover {
      background: var(--wp--preset--color--gray-light);
      color: var(--wp--preset--color--dark) !important;
    }.wp-block-button.is-style-arrow-cta .wp-block-button__link {
      display: flex;
      align-items: center;
      border: none;
      background-color: transparent;
      padding: 0px;
    }.wp-block-button.is-style-arrow-cta .wp-block-button__link::after {
        margin-left: 0.333em;
        display: inline-block;
        height: 1em;
        width: 1em;
        background: currentColor;
        content: "";
        -webkit-mask: url("/wp-content/themes/dlfny/assets/images/arrow-narrow-right.svg");
        mask: url("/wp-content/themes/dlfny/assets/images/arrow-narrow-right.svg");
        -webkit-mask-size: cover;
        mask-size: cover;
        transition: transform 300ms ease-in-out;
      }.wp-block-button.is-style-arrow-cta .wp-block-button__link:hover::after {
          transform: translateX(25%);
        }.wp-block-button.is-style-icon .wp-block-button__link {
      line-height: 1;
      padding: calc(1.28rem - 0.5px) 1.28rem;
    }.site .wp-block-button.is-style-outline > .wp-block-button__link,
    .site .wp-block-button .wp-block-button__link.is-style-outline {
      border-width: 1px;
      padding: var(--wp--custom--scale-4) var(--wp--custom--scale-10);
    }.entry-content > .wp-block-columns.is-style-columns--interactive {
    -moz-column-gap: 0;
         column-gap: 0;
}.wp-block-columns.is-style-columns--interactive {
    gap: 0;
    padding-bottom: var(--wp--custom--scale-16);
    padding-top: var(--wp--custom--scale-16);
}.wp-block-columns.is-style-columns--interactive .wp-block-column {
        background: var(--wp--preset--color--white);
        border-top: 2px solid var(--wp--preset--color--white);
        box-shadow: 0 10px 90px rgb(70 78 85 / 10%);
        padding: var(--wp--custom--scale-16) var(--wp--custom--scale-8);
        position: relative;
        transition: all 300ms ease-in-out;
    }.wp-block-columns.is-style-columns--interactive .wp-block-column:hover {
            border-top: 2px solid var(--wp--preset--color--pink);
            margin-bottom: calc(-1* var(--wp--custom--scale-8));
            margin-top: calc(-1* var(--wp--custom--scale-8));
            padding-bottom: var(--wp--custom--scale-24);
            padding-top: var(--wp--custom--scale-24);
        }.wp-block-columns.is-style-columns--interactive .wp-block-column :last-child:where(.wp-block-buttons) {
            margin-top: auto;
        }.entry-content > .wp-block-columns {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
}@media screen and (min-width: 1024px) {
    .entry-content > .wp-block-columns {
        -moz-column-gap: 5rem;
             column-gap: 5rem;
    }
}.featured-posts {
    position: relative;
  }.featured-posts::after {
    background-image: linear-gradient(-50deg, var(--wp--preset--color--orange) 0, var(--wp--preset--color--pink) 100%);
    bottom: 0;
    content: "";
    display: block;
    height: calc(100% - 6rem);
    left: 0;
    position: absolute;
    right: 0;
  }.featured-posts .slick-track {
    display: flex;
  }.featured-posts__arrows {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
  }.featured-posts__slider {
    margin-top: -1rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 2;
  }.featured-post {
    height: inherit !important;
    margin: 0 1rem;
    padding: 1rem 0;
  }.featured-post__inner {
    box-shadow: 0 0 1rem rgba(17, 17, 17, 0.08);
    display: flex !important;
    flex-direction: column;
    height: 100%;
  }.featured-post__content {
    background-color: var(--wp--preset--color--white);
    flex-grow: 1;
    padding: 2rem;
  }.prefooter {
    margin-top: var(--wp--custom--block-gap);
  }.prefooter__inner {
    margin: 0 auto;
    max-width: 1280px;
  }.prefooter__cta {
    border-top: 1px solid #ffffff;
    padding: 5rem 2rem;
    width: 100%;
  }.prefooter .wp-block-buttons {
    display: flex;
    gap: var(--wp--style--block-gap, 0.5em);
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }@media (min-width: 1024px) {
    .prefooter__inner {
      display: flex;
    }
    .prefooter__cta {
      border-top: none;
      width: 50%;
    }
  }.site-footer {
    background-color: var(--wp--preset--color--dark);
    color: var(--wp--preset--color--gray-light);
    padding: 3rem 2rem;
    width: 100%;
  }.site-footer__inner {
    margin: 0 auto;
    max-width: 1280px;
  }.site-footer__info {
    margin-bottom: 2rem;
  }.site-footer__nav .menu {
    display: grid;
    gap: 2rem;
    grid-auto-rows: minmax(min-content, max-content);
  }.site-footer__nav .menu-item:not(.menu-item-has-children) {
    margin-top: 0.5rem;
  }.site-footer__nav .menu-item-has-children > a {
    font-weight: bold;
  }.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }.site-footer a {
    color: var(--wp--preset--color--gray-light);
    transition: color 0.3s;
  }.site-footer a:hover {
    color: #ff4500;
  }.site-subfooter {
    border-top: 1px solid var(--wp--preset--color--gray-light);
    margin-top: 0 !important;
    padding: 1rem;
  }.site-subfooter a {
    color: var(--wp--preset--color--gray-light);
  }.site-footer__copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    line-height: 20px;
    margin: 2rem auto 0;
    max-width: 1280px;
    padding-top: 2rem;
    text-align: center;
  }.site-footer__copyright p {
    margin-bottom: 0;
  }.site-footer__copyright small {
    display: block;
    font-size: inherit;
    line-height: inherit;
  }@media (min-width: 480px) {
    .site-footer__inner {
      display: flex;
      justify-content: space-between;
    }
    .site-footer__info {
      margin-bottom: 0;
      margin-right: 2rem;
    }
  }@media (min-width: 768px) {
    .site-footer__info {
      margin-right: 25%;
      width: 25%;
    }
    .site-footer__nav .menu {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 0 !important;
    }
  
    .site-subfooter {
      display: flex;
      justify-content: space-between;
    }
    .site-subfooter p {
      margin-top: 0 !important;
    }
    .site-footer__copyright {
      align-items: center;
      display: flex;
      justify-content: space-between;
    }
  }@media (min-width: 1024px) {
    .site-footer__info {
      margin-right: 20%;
      width: 20%;
    }
    .site-footer__nav .menu {
      grid-template-columns: repeat(3, 1fr);
    }
  }@media (min-width: 1280px) {
    .site-footer__info {
      margin-right: 14.2857142857%;
      width: 14.2857142857%;
    }
    .site-footer__nav {
      width: 85.7142857143%;
    }
    .site-footer__nav .menu {
      grid-template-columns: repeat(6, 1fr);
    }
  }.grid-listings {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }.grid-listing {
    transition: all ease-in-out 300ms;
  }.grid-listing:hover {
    color: var(--wp--preset--color--pink);
  }.grid-listing--upcoming {
    background-color: var(--wp--preset--color--pink);
    color: var(--wp--preset--color--white);
  }.grid-listing:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  }.grid-listing a {
    color: inherit;
    transition: all ease-in-out 300ms;
  }.grid-listing__image {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }.grid-listing__image-wrap {
    height: 0;
    overflow: hidden;
    padding-top: 66%;
    position: relative;
  }.grid-listing__content {
    padding: 2rem;
  }.grid-listing__date {
    margin-bottom: 1rem;
  }.grid-listing__name {
    font-size: var(--wp--custom--h-3-font-size);
    margin-bottom: 1rem;
  }@media (min-width: 768px) {
    .grid-listings {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}@media (min-width: 1024px) {
    .grid-listings {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}.logo-link {
  background: url("/wp-content/themes/dlfny/assets/images/dlfny-logo.png") no-repeat;
  background-size: contain;
  display: block;
  height: var(--wp--custom--scale-8);
  width: 156px;
}.site-header {
  background-color: var(--wp--preset--color--white);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: var(--wp--custom--scale-4) var(--wp--custom--scale-8);
  position: relative;
  z-index: 9999;
}.menu-drawer {
  position: fixed;
  bottom: 0px;
  left: -100%;
  top: 0px;
  width: 20rem;
  overflow-y: auto;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  z-index: 9999;
}.menu-drawer.active {
    left: 0;
  }.menu-drawer__inner {
    position: absolute;
    z-index: 10;
    min-height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 1.5rem;
  }.menu-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
  }.menu-drawer__bg {
    position: fixed;
    bottom: 0px;
    left: -100%;
    top: 0px;
    z-index: 0;
    width: 100%;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    background: rgba(0, 0, 0, 0.8);
  }.menu-drawer__bg.active {
      left: 0px;
      opacity: 1;
      z-index: 9998;
    }.menu-open {
  vertical-align: bottom;
}.header-btn {
  margin-top: var(--wp--custom-scale-4);
  width: 100%;
}@media (min-width: 1280px) {
  .logo-link {
    order: 1;
  }

  .header-nav {
    flex-grow: 1;
    order: 2;
  }

  .menu-open {
    display: none;
  }

  .menu-drawer {
    overflow: visible;
    position: static;
    width: auto;
  }
  
    .menu-drawer__header {
      display: none;
    }
  
    .menu-drawer__inner {
      align-items: center;
      display: flex;
      justify-content: flex-end;
      padding: 0 0 0 var(--wp--custom-scale-8);
      position: static;
      width: auto;
    }

  .header-btn {
    margin: 0 0 0 var(--wp--custom--scale-8);
    width: auto;
  }
}.icon {
    height: 1.5rem;
    width: 1.5rem;
  }.wp-block-image.aligncenter {
    width: 100%;
  }.wp-block-image img {
    margin: 0 auto;
  }.modal {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: var(--wp--preset--color--dark);
    display: none;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
  }.modal.active {
    display: flex;
  }.modal__content {
    background: #fff;
    max-width: 480px;
    padding: 50px 30px;
  }.modal .wpcf7-form-control-wrap {
    padding: 8px;
  }.modal .wpcf7-not-valid-tip {
    color: var(--wp--preset--color--pink);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
  }.modal .wpcf7 form p {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -8px;
  }.modal .wpcf7 span.wpcf7-form-control-wrap {
    font: inherit;
    color: var(--c-dark);
    flex: 1 0 25%;
    display: block;
    padding: 8px;
  }.modal .wpcf7 textarea {
    resize: none;
    height: 100px;
  }.modal .wpcf7 textarea,
  .modal .wpcf7 input[type=date],
  .modal .wpcf7 select,
  .modal .wpcf7 input:not([type=submit]) {
    padding: 16px 18px;
    border: none;
    width: 100%;
    font: inherit;
    max-width: 100%;
    box-shadow: none;
    border: 2px solid transparent;
    background-color: #f3f5f6;
    color: #71777a;
    font-family: var(--t-secondary-font-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    transition: all 0.3s;
  }.modal .wpcf7 textarea::-moz-placeholder, .modal .wpcf7 input[type=date]::-moz-placeholder, .modal .wpcf7 select::-moz-placeholder, .modal .wpcf7 input:not([type=submit])::-moz-placeholder {
    color: #71777a;
    opacity: 1;
  }.modal .wpcf7 textarea::placeholder,
  .modal .wpcf7 input[type=date]::placeholder,
  .modal .wpcf7 select::placeholder,
  .modal .wpcf7 input:not([type=submit])::placeholder {
    color: #71777a;
    opacity: 1;
  }.modal .wpcf7 textarea:focus, .modal .wpcf7 textarea:active,
  .modal .wpcf7 input[type=date]:focus,
  .modal .wpcf7 input[type=date]:active,
  .modal .wpcf7 select:focus,
  .modal .wpcf7 select:active,
  .modal .wpcf7 input:not([type=submit]):focus,
  .modal .wpcf7 input:not([type=submit]):active {
    border: 2px solid var(--c-active);
    transition: all 0.3s;
  }.modal .wpcf7 select option {
    font: inherit;
    color: inherit;
  }.modal .wpcf7 input[type=date] {
    max-height: calc(1.2em + 36px);
    height: calc(1.2em + 36px);
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    border-radius: 0;
    color: rgba(var(--ca-dark), 0.7);
  }.modal .wpcf7 input[type=date].selected {
    color: inherit;
  }.modal .wpcf7 select {
    max-height: calc(1.2em + 36px);
    height: calc(1.2em + 36px);
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23dddddd'><polygon points='0,0 100,0 50,50'/></svg>");
    background-size: 12px;
    background-position: calc(100% - 17px) 55%;
    background-repeat: no-repeat;
    border: none;
    outline: none !important;
    border-radius: 0;
    color: rgba(var(--ca-dark), 0.55);
  }.modal .wpcf7 select.selected {
    color: inherit;
  }.modal .wpcf7 .select {
    position: relative;
  }.modal .wpcf7 .select-hidden {
    display: none;
  }.modal .wpcf7 .select .error-select {
    color: var(--c-active);
    font-family: var(--t-secondary-font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
    width: 100%;
  }.modal .wpcf7 .select-styled {
    width: 100%;
    background-color: #f3f5f6;
    position: relative;
    cursor: pointer;
    padding: 15px 20px;
    text-align: left;
    color: #71777a;
    letter-spacing: normal;
    font-family: var(--t-secondary-font-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    border: 2px solid transparent;
  }.modal .wpcf7 .select-styled:focus, .modal .wpcf7 .select-styled:active {
    outline: none;
    border: 2px solid var(--c-active);
  }.modal .wpcf7 .select-styled.active {
    border: 2px solid var(--c-active);
  }.modal .wpcf7 .select-styled[data-choosen] {
    color: #7b878f;
  }.modal .wpcf7 .select-styled::before {
    content: "3";
    position: absolute;
    font-family: "ElegantIcons";
    font-size: 28px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
  }.modal .wpcf7 .select-styled.active::before {
    transition: all 0.3s ease-out;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    z-index: 12;
  }.modal .wpcf7 .select-options {
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    margin-top: 0;
    list-style: none;
    padding-left: 0;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 3;
    display: none;
    overflow: hidden;
    max-height: 350px;
    overflow-y: auto;
  }.modal .wpcf7 .select-options li {
    color: #71777a;
    font-size: 15px;
    font-family: var(--t-secondary-font-family);
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    letter-spacing: 0.1px;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    padding: 10px 22px;
  }.modal .wpcf7 .select-options li::after {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0;
    left: -30%;
    background-color: transparent;
    z-index: -1;
    transition: all 0.3s ease-out;
  }.modal .wpcf7 .select-options li:hover, .modal .wpcf7 .select-options li:focus, .modal .wpcf7 .select-options li:active {
    color: var(--c-light);
    outline: none;
    transition: all 0.3s ease-out;
  }.modal .wpcf7 .select-options li:hover::after, .modal .wpcf7 .select-options li:focus::after, .modal .wpcf7 .select-options li:active::after {
    background-color: var(--c-active);
    transition: all 0.3s ease-out;
  }.modal .wpcf7 .select-label {
    font-size: 18px;
    margin-bottom: 1px;
  }.modal .wpcf7 .select + .wpcf7-not-valid-tip {
    display: none;
  }.modal .wpcf7 input::-moz-placeholder {
    opacity: 0.7;
  }.modal .wpcf7 input::placeholder {
    opacity: 0.7;
  }.modal .wpcf7 textarea::-moz-placeholder {
    opacity: 0.7;
  }.modal .wpcf7 textarea::placeholder {
    opacity: 0.7;
  }.modal .wpcf7 .textarea-wrap,
  .modal .wpcf7 .submit-wrap {
    flex: 0 0 100%;
  }.modal .wpcf7 .submit-wrap {
    padding: 7px;
    margin-bottom: 10px;
  }.modal .wpcf7 .ajax-loader {
    display: none;
  }.modal .wpcf7 div.wpcf7-validation-errors,
  .modal .wpcf7 div.wpcf7-acceptance-missing {
    color: var(--c-active);
    border-color: var(--c-active);
  }.modal .wpcf7 .wpcf7-response-output {
    border-color: var(--wp--preset--color--pink) !important;
    color: var(--wp--preset--color--pink);
    margin: 25px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }.modal .wpcf7 input[type=submit] {
    background-color: var(--wp--preset--color--pink);
    color: var(--wp--preset--color--white);
    padding: 1rem 2.5rem;
    width: calc(100% - 16px);
    display: block;
    margin: 10px auto 0px;
    text-align: center;
  }.modal .wpcf7 .input-file-wrapper {
    position: relative;
    padding: 16px 18px;
    border: none;
    font: inherit;
    max-width: 100%;
    box-shadow: none;
    border: 2px solid transparent;
    background-color: #f3f5f6;
    cursor: pointer;
    color: #71777a;
    font-family: var(--t-secondary-font-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }.modal .wpcf7 .input-file-wrapper::-moz-placeholder {
    color: #71777a;
    opacity: 1;
  }.modal .wpcf7 .input-file-wrapper::placeholder {
    color: #71777a;
    opacity: 1;
  }.modal .wpcf7 .input-file-wrapper:focus, .modal .wpcf7 .input-file-wrapper:active {
    border: 2px solid var(--c-active);
    transition: all 0.3s;
  }.modal .wpcf7 .input-file-wrapper .input-file-name {
    color: var(--c-grey);
    font-family: var(--t-secondary-font-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
  }.modal .wpcf7 .input-file-wrapper .input-file-label {
    color: var(--c-active);
    font-family: var(--t-primary-font-family);
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
  }.modal .wpcf7 .input-file-wrapper .wpcf7-form-control-wrap {
    position: absolute;
    bottom: -30px;
    right: -10px;
  }.modal .wpcf7 .input-file-wrapper input[type=file] {
    opacity: 0;
    position: absolute;
    padding: 0;
    z-index: -1;
  }.modal__title {
    color: var(--wp--preset--color--dark);
    margin-top: 0;
    text-align: center;
  }.modal__close {
    cursor: pointer;
    font-size: var(--wp--font-size--text-xs);
    text-align: center;
  }.main-menu .menu {
    display: flex;
    gap: 0;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }.main-menu .menu a {
    color: var(--wp--preset--color--dark);
  }.main-menu .menu > .menu-item {
    border-bottom: 1px solid var(--wp--preset--color--gray-light);
    padding: var(--wp--custom--scale-4) 0;
    width: 100%;
  }.main-menu .menu > .menu-item:first-child {
    border-bottom: 1px solid var(--wp--preset--color--gray-light);
  }.main-menu .menu .menu-item-has-children {
    display: block;
  }.main-menu .menu .menu-item-has-children > a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }.main-menu .menu .menu-item-has-children > a::after {
    content: "\f078";
    display: inline-block;
    font: var(--fa-font-solid);
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    text-rendering: auto;
    transform: rotate(270deg);
  }.main-menu .menu .menu-item-has-children > a.active::after {
    transform: rotate(0);
  }.main-menu .sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }.main-menu .sub-menu li {
    padding: 0.5rem 0.75rem 0.5rem 0;
  }.main-menu .sub-menu li:first-child {
    padding-top: 1rem;
  }.main-menu .sub-menu.active {
    display: block;
  }@media (min-width: 1280px) {
    .main-menu {
      flex-grow: 1;
    }
    .main-menu .menu {
      flex-direction: row;
      gap: 2rem;
      justify-content: flex-end;
    }
    .main-menu .menu a:hover {
      color: var(--wp--preset--color--pink);
    }
    .main-menu .menu > .menu-item {
      border-bottom: none;
      padding: 1rem 0;
      width: auto;
    }
    .main-menu .menu > .menu-item:first-child {
      border-bottom: none;
    }
    .main-menu .menu .menu-item-has-children {
      display: block;
      position: relative;
    }
    .main-menu .menu .menu-item-has-children:hover .sub-menu {
      display: block;
      left: 0;
      opacity: 1;
      transition: opacity 150ms ease-in-out, left 0s 0s;
    }
    .main-menu .menu .menu-item-has-children > a {
      align-items: center;
      display: flex;
      justify-content: space-between;
      width: 100%;
    }
    .main-menu .menu .menu-item-has-children > a::after {
      content: "\f078";
      display: inline-block;
      font: var(--fa-font-solid);
      -webkit-font-smoothing: antialiased;
      font-size: 0.625rem;
      font-weight: 900;
      padding-left: 0.5rem;
      text-rendering: auto;
      transform: rotate(0deg);
    }
    .main-menu .sub-menu {
      background: #ffffff;
      border: 1px solid var(--wp--preset--color--gray-light);
      box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.06);
      display: block;
      left: -5000px;
      opacity: 0;
      padding: 1.5rem;
      position: absolute;
      transition: opacity 150ms ease-in-out, left 0s 150ms;
      top: 99%;
      width: 16rem;
    }
    .main-menu .sub-menu li {
      padding: 0 0 1rem 0;
    }
    .main-menu .sub-menu li:first-child {
      padding-top: 0rem;
    }
    .main-menu .sub-menu li:last-child {
      padding-bottom: 0rem;
    }
    .main-menu .sub-menu:after {
      content: "";
      position: absolute;
      width: 15px;
      height: 15px;
      left: 30px;
      transform: rotate(45deg);
      top: -8px;
      background-color: #ffffff;
      border-style: solid;
      border-width: 1px;
      border-color: var(--wp--preset--color--gray-light) transparent transparent var(--wp--preset--color--gray-light);
    }
  }.entry-content > .wp-block-cover:first-child {
  padding-top:6rem;padding-right:2rem;padding-bottom:6rem;padding-left:2rem;min-height:60vh;
}.entry-content > .wp-block-cover:first-child h1, .entry-content > .wp-block-cover:first-child h2, .entry-content > .wp-block-cover:first-child h3, .entry-content > .wp-block-cover:first-child h4, .entry-content > .wp-block-cover:first-child h5, .entry-content > .wp-block-cover:first-child h6, .entry-content > .wp-block-cover:first-child p {
  text-shadow: 0 0 30px #000;
}.wp-block-cover > .post-date {
  margin-top: -12px;
}.wp-block-acf-preheading__wrap {
    display: flex;
    margin-bottom: 1rem;
    width: 100%;
  }.wp-block-acf-preheading__wrap + h1,
  .wp-block-acf-preheading__wrap + h2,
  .wp-block-acf-preheading__wrap + h3,
  .wp-block-acf-preheading__wrap + h4,
  .wp-block-acf-preheading__wrap + h5,
  .wp-block-acf-preheading__wrap + h6 {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }.wp-block-acf-preheading:not(.block-editor-block-list__block) {
    -webkit-clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
            clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 0.25rem 1.5rem;
    text-transform: uppercase;
  }.wp-block-acf-preheading.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }.wp-block-acf-preheading.alignleft {
    float: none;
    margin-right: auto;
  }.wp-block-acf-preheading.alignright {
    float: none;
    margin-left: auto;
  }.block-editor-block-list__block.wp-block-acf-preheading {
    background: transparent !important;
  }.searchandfilter ul {
    padding: 0;
  }.searchandfilter > ul {
    display: grid !important;
    gap: 2rem;
    row-gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }.searchandfilter input,
  .searchandfilter label,
  .searchandfilter select {
    width: 100%;
  }.searchandfilter label {
  }@media (min-width: 768px) {
    .searchandfilter > ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}.wp-block-acf-team-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }.wp-block-acf-team-grid__item {
    background-color: var(--wp--custom--color-gray-lighter);
    padding: 2rem;
  }body .wp-block-acf-team-grid__item .is-layout-flow > * + * {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }.wp-block-acf-team-grid figure {
    height: 0;
    margin: -2rem -2rem 0 -2rem;
    overflow: hidden;
    padding-top: calc(100% + 4rem);
    position: relative;
  }.wp-block-acf-team-grid figure img {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }.wp-block-acf-team-grid h1:first-child,
  .wp-block-acf-team-grid h2:first-child,
  .wp-block-acf-team-grid h3:first-child,
  .wp-block-acf-team-grid h4:first-child,
  .wp-block-acf-team-grid h5:first-child,
  .wp-block-acf-team-grid h6:first-child {
    font-size: var(--wp--preset--font-size--text-2-xl);
    line-height: 1.15em;
    margin: 2rem 0 0.5rem 0;
  }.wp-block-acf-team-grid h1,
  .wp-block-acf-team-grid h2,
  .wp-block-acf-team-grid h3,
  .wp-block-acf-team-grid h4,
  .wp-block-acf-team-grid h5,
  .wp-block-acf-team-grid h6 {
    font-size: var(--wp--preset--font-size--text-lg);
    line-height: 1.15em;
    margin: 0;
  }.wp-block-acf-team-grid p {
    margin-top: 1rem;
  }@media (min-width: 768px) {
    .wp-block-acf-team-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
    }
  }@media (min-width: 1024px) {
    .wp-block-acf-team-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }.testimonials {
  color: var(--wp--preset--color--dark);
}.testimonials .slick-track {
    display: flex;
  }.testimonials__arrows {
    display: flex;
    justify-content: flex-end;
    padding-right: 2rem;
    position: relative;
    z-index: 2;
  }.testimonials__slider {
    padding-bottom: 2rem;
    position: relative;
    z-index: 2;
  }.testimonial {
    display: flex !important;
    flex-direction: column;
    height: inherit !important;
    margin: 0 1rem;
  }.testimonial__content {
    background-color: var(--wp--preset--color--white);
    border-left: 4px solid var(--wp--preset--color--pink);
    flex-grow: 1;
    font-size: var(--wp--custom--h-4-font-size);
    font-weight: bold;
    padding: 3rem;
    position: relative;
    box-shadow: 0 0 2rem rgba(17, 17, 17, 0.08);
    margin-bottom: 2rem;
    margin-top: 2rem;
  }.testimonial__content::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid var(--wp--preset--color--white);
    position: absolute;
    bottom: -17px;
    left: 30px;
  }.testimonial__meta {
    display: flex;
    align-items: center;
  }.testimonial__image {
    border-radius: 100px;
    height: 60px;
    margin-right: 1rem;
    overflow: hidden;
    width: 60px;
  }.testimonial__image img {
    height: auto;
    width: 100%;
  }.testimonial__name {
    font-size: var(--wp--custom--h-5-font-size);
    font-weight: bold;
  }@media (min-width: 1280px) {
    .testimonials {
      position: relative;
    }
    .testimonials::after {
      bottom: 0;
      color: var(--wp--preset--color--gray-light);
      content: "Member Experience";
      display: block;
      font-size: 164px;
      font-weight: 700;
      left: 1rem;
      line-height: 0.6;
      max-width: 1280px;
      opacity: 0.2;
      position: absolute;
      text-transform: uppercase;
      z-index: 1;
    }
    .testimonials__slider {
      padding-bottom: 4rem;
    }
  
    .testimonial {
      margin: 0 3rem;
    }
  }.wp-block-acf-three-col-highlight-center__col {
  background: #ffffff;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
  padding: 2rem;
  width: 100%;
}.wp-block-acf-three-col-highlight-center__col figure {
  height: 0;
  margin: -2rem -2rem 0 -2rem;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}.wp-block-acf-three-col-highlight-center__col figure img {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}@media (min-width: 1024px) {
  .wp-block-acf-three-col-highlight-center {
    display: flex;
    padding: 2rem 0;
  }

  .wp-block-acf-three-col-highlight-center__col {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  
  .wp-block-acf-three-col-highlight-center__col:nth-child(2) {
    margin-bottom: -2rem;
    margin-top: -2rem;
    padding: 4rem 2rem;
    z-index: 2;
  }

  .wp-block-acf-three-col-highlight-center__col:nth-child(2) figure {
    margin: -4rem -2rem 0 -2rem;
    padding-bottom: 2rem;
  }
}.upcoming-recent-event__details {
      background: var(--wp--preset--color--dark);
      color: var(--wp-preset--color--white);
      padding: 2rem;
    }@media (min-width: 1024px) {
    .upcoming-recent-event {
      font-size: 0;
    }
  
      .upcoming-recent-event__image-wrap {
        display: inline-block;
        font-size: 1rem;
        margin-right: -5%;
        position: relative;
        width: 55%;
        z-index: 2;
      }
  
      .upcoming-recent-event__details {
        display: inline-block;
        font-size: 1rem;
        margin-left: -5%;
        padding: 3rem 3rem 3rem calc(10% + 3rem);
        position: relative;
        width: 55%;
        z-index: 1;
      }
  }/* @import "sections/_sections"; */.tribe-events-view--month .tribe_events_cat-dlfny:not(.tribe-events-calendar-month__multiday-event) {
    background: var(--wp--custom--color-magenta-dark);
    padding: 0.5rem !important;
  }.tribe-events-view--month .tribe_events_cat-dlfny:not(.tribe-events-calendar-month__multiday-event) h3,
  .tribe-events-view--month .tribe_events_cat-dlfny:not(.tribe-events-calendar-month__multiday-event) a,
  .tribe-events-view--month .tribe_events_cat-dlfny:not(.tribe-events-calendar-month__multiday-event) .tribe-events-calendar-month__calendar-event-datetime {
    color: var(--wp--preset--color--white) !important;
  }.tribe-events-view--month .tribe_events_cat-other:not(.tribe-events-calendar-month__multiday-event) {
    background: var(--wp--preset--color--orange);
    padding: 0.5rem !important;
  }.tribe-events-view--month .tribe_events_cat-other:not(.tribe-events-calendar-month__multiday-event) h3,
  .tribe-events-view--month .tribe_events_cat-other:not(.tribe-events-calendar-month__multiday-event) a,
  .tribe-events-view--month .tribe_events_cat-other:not(.tribe-events-calendar-month__multiday-event) .tribe-events-calendar-month__calendar-event-datetime {
    color: var(--wp--preset--color--white) !important;
  }.tribe-events-view--month .tribe-events-calendar-month__multiday-event.tribe_events_cat-other .tribe-events-calendar-month__multiday-event-bar {
    background: var(--wp--preset--color--orange);
  }.tribe-events-view--month .tribe-events-calendar-month__multiday-event.tribe_events_cat-other .tribe-events-calendar-month__multiday-event-bar h3,
  .tribe-events-view--month .tribe-events-calendar-month__multiday-event.tribe_events_cat-other .tribe-events-calendar-month__multiday-event-bar a,
  .tribe-events-view--month .tribe-events-calendar-month__multiday-event.tribe_events_cat-other .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__calendar-event-datetime {
    color: var(--wp--preset--color--white) !important;
  }.tribe-events-view--month .tribe-events-calendar-month__multiday-event.tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: transparent;
  }.tribe-events-view--month .next-prev-block {
    display: none;
  }.categories_tabs {
    display: flex;
    gap: 1rem;
  }.categories_select {
    font-weight: bold;
    padding: 0.5rem;
  }.categories_select.dlfny {
    color: var(--wp--custom--color-magenta-dark) !important;
  }.categories_select.other {
    color: var(--wp--preset--color--orange) !important;
  }.categories_select.all {
    color: var(--wp--preset--color--pink) !important;
  }#tribe-events-pg-template {
    max-width: none !important;
    padding: 0 !important;
  }.contact__links > .wp-block-button {
		min-width: calc(50% - 12px);
	}.contact__links .wp-block-button__link {
		text-align: left;
	}.contact-icon-mail,
.contact-icon-pin {
	padding-left: 36px;
	position: relative;
}.contact-icon-mail::before, .contact-icon-pin::before {
		background-size: 28px 28px;
		content: " ";
		display: block;
		height: 28px;
		left: 0;
		margin-top: -14px;
		position: absolute;
		top: 50%;
		width: 28px;
	}.contact-icon-mail::before {
	background-image: url("../images/icon-mail.png");
}.contact-icon-pin::before {
	background-image: url("../images/icon-pin.png");
}.manufacturers-listings__letter {
        margin-bottom: var(--wp--custom--scale-8);
    }.manufacturers-listings__letter > h2 {
            padding: var(--wp--custom--scale-4);
        }.manufacturers-listings__heading {
        display: flex;
        flex-grow: 1;
        padding: var(--wp--custom--scale-2) var(--wp--custom--scale-4);
    }.manufacturers-listings__heading > div {
            flex-basis: 50%;
        }.manufacturers-listing {
    display: flex;
    flex-grow: 1;
    padding: var(--wp--custom--scale-2) var(--wp--custom--scale-4);
}.manufacturers-listing:nth-child(odd) {
        background-color: var(--wp--preset--color--gray-lighter);
    }.manufacturers-listing > div {
        flex-basis: 50%;
    }.manufacturers-listing a {
        color: var(--wp--preset--color--pink);
    }.manufacturers-listing__rep a {
            align-items: center;
            display: flex;
            gap: var(--wp--custom--scale-4);
        }.single-post .post-content {
        margin: 0 auto;
        max-width: 900px;
        padding: 5rem 1rem;
    }.single-event__banner-caption {
    bottom: 0;
    color: var(--c-light);
    font-size: 14px;
    font-style: italic;
    max-width: 100%;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    text-align: right;
    text-shadow: 0 0 15px #000;
    width: 100%;
    z-index: 3;
  }.single-event__details {
    margin-top: 2rem;
  }.single-event__details .tribe-events-meta-group {
    background: url("/wp-content/themes/dlfny/assets/images/event_details.jpg") no-repeat;
    background-size: cover;
    color: var(--wp--preset--color--white);
    padding: 2rem;
    width: 100%;
  }.single-event__details .tribe-events-meta-group .tribe-events-single-section-title {
    color: var(--wp--preset--color--white);
    font-size: var(--wp--custom--h-4-font-size);
    text-transform: none;
  }.single-event__details dt {
    font-weight: bold;
  }.single-event__details dd {
    margin: 0 0 1rem 0;
  }.single-event__additional-info-table {
    align-items: baseline;
    display: grid;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
    grid-auto-columns: minmax(min-content, max-content);
    grid-template-areas: "a a";
    row-gap: 1.5rem;
  }.single-event__additional-info-table h4,
  .single-event__additional-info-table p {
    margin: 0;
  }.single-event .map-wrapper {
    height: 500px;
  }.single-event .map-wrapper .event-map {
    height: 100%;
  }.single-event__gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
  }.single-event__gallery-item-link {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0.5rem;
  }.single-event__gallery-item {
    padding-top: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: center;
    background-size: cover;
    text-align: right;
    position: relative;
  }.single-event__prev-next {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem auto 0 auto;
    max-width: 1140px;
    padding: 0 1rem;
  }@media (min-width: 768px) {
    .single-event__gallery-item-link {
      flex-basis: 50%;
      max-width: 50%;
    }
    .single-event__prev-next {
      flex-direction: row;
      justify-content: space-between;
    }
}@media (min-width: 1024px) {
    .single-event__details {
      margin-top: 0;
    }
    .single-event__gallery-item-link {
      flex-basis: 25%;
      max-width: 25%;
    }
    .single-event__content-wrap {
      display: flex;
      gap: 2rem;
    }
    .single-event__content {
      width: 66.6666666667%;
    }
    .single-event__details {
      width: 33.3333333333%;
    }
}/* @import "vendors/_vendors"; */