/*
Table of Contents
1. Generic ----------------------------------------
01. Fonts -------------------------------------
02. Base --------------------------------------
03. Helpers -----------------------------------
2. Page Sections ----------------------------------
01. Wrapper -----------------------------------
02. Header ------------------------------------
03. Main Content ------------------------------
04. Footer ------------------------------------
*/
/* ==========================================================================
I. Generic
========================================================================== */
/* ------------------------------------------------------------
Fonts
------------------------------------------------------------ */
/*
font-family: 'Lato', sans-serif;
*/
/* ------------------------------------------------------------
Base
------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700&display=swap");
:root {
  --steadfast-slate: #003642;
  --light-steadfast-slate: #ebeff0;
  --generous-blue: #01a0cb;
  --supportive-sky: #e8f9ff;
  --light-blue: #ebf7fb;
  --service-orange: #e5740b;
  --light-orange: #fff6de;
  --Service-Orange-Shade: #fdf4eb;
  --fresh-green: #328633;
  --light-green: #eff5ef;
  --white-color: #ffffff;
  --black-color: #000000;
  --border-colors: #b8c3c5;
  --dark-red: #531a17;
}
html {
  color: #000000;
  font-size: 10px;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
::-ms-clear {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input,
select,
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
}
.elementor-widget-image .elementor-image > a img[src$=".svg"],
.elementor-widget-image .elementor-image figure > a img[src$=".svg"] {
  width: auto !important;
}
.elementor-widget-image a img[src$=".svg"] {
  width: auto !important;
}
body p,
.elementor-widget-container,
.elementor-image-box-description {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}
.elementor-text-editor p {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
}
.elementor a,
a {
  font-family: inherit;
  font-weight: inherit;
  text-decoration: underline;
  color: var(--fresh-green);
  font-size: inherit;
  transition: all 0.3s;
}
.elementor ol li > a:not(.elementor-button),
.elementor ul li > a:not(.elementor-button),
.elementor p a {
  font-weight: 700;
  text-decoration: underline;
}
.elementor ol li > a:not(.elementor-button):hover,
.elementor ul li > a:not(.elementor-button):hover,
.elementor a:hover,
a:hover {
  text-decoration: none;
  color: var(--fresh-green);
}
body a,
body p a {
  color: var(--fresh-green);
  text-decoration: underline;
  font-weight: 700;
}
body a,
body p a:hover {
  color: var(--fresh-green);
  text-decoration: none;
}
/* / =----------------------------UL/OL---------------------------- / */
.site-main ul:not([class]) {
  font-size: inherit;
  list-style: none;
}
.site-main ol {
  list-style: decimal outside;
  font-size: inherit;
  padding-left: 18px;
  margin-bottom: 24px;
}
body .site-main ul:not([class]) li,
body .site-main ul:not([class]) li ol li ul:not([class]) li {
  font-size: inherit;
  line-height: 25.6px;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  margin-bottom: 15.5px;
  padding-left: 26px;
  position: relative;
}
body .site-main ul:not([class]) li:last-child {
  margin-bottom: 0;
}
.site-main ol li,
.site-main ul:not([class]) li ol li {
  font-size: inherit;
  line-height: 1.43;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  margin-bottom: 9px;
  padding-left: 4px;
  position: relative;
}
.site-main ol ol,
.site-main ul:not([class]) ul:not([class]),
.site-main ol ul:not([class]),
.site-main ul:not([class]) ol {
  margin-bottom: 0;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.site-main
  ul:not([class]):not(.elementor-editor-element-settings):not(
    .elementor-select-preset-list
  ):not(.gform_fields) {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 26px;
}
.site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li:before,
.site-main ul:not([class]) li ol li ul:not([class]) li:after {
  content: "";
  display: inline-block;
  background-color: var(--steadfast-slate);
  position: absolute;
  left: 10px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.site-main ol li::marker,
.site-main ul:not([class]) li ol li::marker {
  font-weight: 600;
  color: var(--steadfast-slate);
}
.site-main ul:not([class]) ol li::before {
  display: none !important;
}
/* / =----------------------------UL/OL---------------------------- / */
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
body {
  margin: 0;
  padding: 0;
  color: var(--steadfast-slate);
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  background-color: var(--white-color);
}
.elementor-cta--skin-classic .elementor-cta__content-item {
  color: var(--steadfast-slate);
}
body .elementor-widget-heading h1.elementor-heading-title,
body h1,
body .h1,
body .elementor-widget-heading.h1 .elementor-heading-title,
h1.elementor-cta__title.elementor-cta__content-item {
  font-family: "Unna", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
body .elementor-widget-heading h2.elementor-heading-title,
body h2,
body .h2,
body .elementor-widget-heading.h2 .elementor-heading-title,
h2.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h2.elementor-image-box-title,
.elementor-posts .elementor-post__card h2.elementor-post__title,
.elementor-posts h2.elementor-post__title {
  font-family: "Unna", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}
body.mec-events-template-default.single .mec-events-meta-group h3,
body .elementor-widget-heading h3.elementor-heading-title,
body h3,
body .h3,
body .elementor-widget-heading.h3 .elementor-heading-title,
h3.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h3.elementor-image-box-title,
.elementor-posts .elementor-post__card h3.elementor-post__title,
.elementor-posts h3.elementor-post__title {
  font-family: "Unna", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
body .elementor-widget-heading h4.elementor-heading-title,
body h4,
body .h4,
body .elementor-widget-heading.h4 .elementor-heading-title,
h4.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h4.elementor-image-box-title,
.elementor-posts .elementor-post__card h4.elementor-post__title,
.elementor-posts h4.elementor-post__title {
  font-family: "Unna", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}
body .elementor-widget-heading h5.elementor-heading-title,
body h5,
body .h5,
body .elementor-widget-heading.h5 .elementor-heading-title,
h5.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h5.elementor-image-box-title,
.elementor-posts .elementor-post__card h5.elementor-post__title,
.elementor-posts h5.elementor-post__title {
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
body .elementor-widget-heading h6.elementor-heading-title,
body h6,
body .h6,
body .elementor-widget-heading.h6 .elementor-heading-title,
h6.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h6.elementor-image-box-title,
.elementor-posts .elementor-post__card h6.elementor-post__title,
.elementor-posts h6.elementor-post__title {
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
body .lead-text p,
body .lead-text.elementor-widget-text-editor,
body .lead-text.elementor-widget-text-editor p,
body .lead-text .elementor-widget-text-editor,
body .lead-text .elementor-widget-text-editor p,
.lead-text .elementor-cta__description.elementor-cta__content-item {
  font-size: 20px;
  line-height: 1.6;
}
/* ------------------------------------------------------------
Helpers
------------------------------------------------------------ */
.invisible {
  visibility: hidden !important;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
/* / --------Button style------------ / */
.mec-next-event-details .mec-next-occurrence ul li a,
body.mec-events-template-default.single .mec-frontbox.mec-public-download-details .button,
body.mec-events-template-default.single .mec-frontbox.mec-event-export-module .mec-export-details ul li .mec-events-button,
body.mec-events-template-default.single .mec-booking-button,
body .elementor-widget-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button [type="submit"]:not(.adminbar-button),
body .elementor-button,
body .elementor-widget-button .elementor-button,
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button button:not(.gm-control-active):focus,
body .elementor-widget-button button:not(.gm-control-active),
body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: var(--white-color);
  background-color: var(--generous-blue);
  font-size: 18px !important;
  line-height: 22px;
  padding: 10px 28px 10px;
  font-weight: 700 !important;
  border: 2px solid var(--generous-blue);
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  -webkit-appearance: none;
  transition: all 0.3s;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  max-width: 100%;
  /* text-transform: capitalize; */
}
.elementor-button:after,
[type="button"]:after {
  content: "";
  width: 120px;
  display: block;
  max-width: 100%;
}
body .elementor-widget-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button .elementor-button:hover,
body .elementor-button:hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button button:not(.gm-control-active):hover,
body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
  background-color: var(--white-color);
  color: var(--generous-blue);
  text-decoration: none;
  border-color: var(--generous-blue);
}
body .elementor-widget-button.orange-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.orange-button [type="submit"]:not(.adminbar-button),
body .orange-button .elementor-button,
body .elementor-widget-button.orange-button .elementor-button,
body .elementor-widget-button.orange-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.orange-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.orange-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.orange-button button:not(.gm-control-active):focus,
body .elementor-widget-button.orange-button button:not(.gm-control-active),
body .elementor-widget-button.orange-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.orange-button .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button.orange-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: var(--white-color);
  background-color: var(--service-orange);
  border: 2px solid var(--service-orange);
}
body .elementor-widget-button.orange-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.orange-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.orange-button .elementor-button:hover,
body .orange-button .elementor-button:hover,
body .elementor-widget-button.orange-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.orange-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.orange-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.orange-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.orange-button button:not(.gm-control-active):hover,
body .elementor-widget-button.orange-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.orange-button .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button.orange-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
  background-color: var(--white-color);
  color: var(--service-orange);
  text-decoration: none;
  border-color: var(--service-orange);
}
.mec-next-event-details .mec-next-occurrence ul li a,
body.mec-events-template-default.single .mec-frontbox.mec-public-download-details .button,
body.mec-events-template-default.single .mec-booking-button,
body .elementor-widget-button.green-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.green-button [type="submit"]:not(.adminbar-button),
body .green-button .elementor-button,
body .elementor-widget-button.green-button .elementor-button,
body .elementor-widget-button.green-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.green-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.green-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.green-button button:not(.gm-control-active):focus,
body .elementor-widget-button.green-button button:not(.gm-control-active),
body .elementor-widget-button.green-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.green-button .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button.green-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: var(--white-color);
  background-color: var(--fresh-green);
  border: 2px solid var(--fresh-green);
}
.mec-next-event-details .mec-next-occurrence ul li a:hover,
body.mec-events-template-default.single .mec-frontbox.mec-public-download-details .button:hover,
body.mec-events-template-default.single .mec-booking-button:hover,
body .elementor-widget-button.green-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.green-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.green-button .elementor-button:hover,
body .green-button .elementor-button:hover,
body .elementor-widget-button.green-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.green-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.green-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.green-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.green-button button:not(.gm-control-active):hover,
body .elementor-widget-button.green-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.green-button .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button.green-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
  background-color: var(--white-color) !important;
  color: var(--fresh-green);
  text-decoration: none;
  border-color: var(--fresh-green);
}
body .elementor-widget-button.dark-blue-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.dark-blue-button [type="submit"]:not(.adminbar-button),
body .dark-blue-button .elementor-button,
body .elementor-widget-button.dark-blue-button .elementor-button,
body .elementor-widget-button.dark-blue-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.dark-blue-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.dark-blue-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.dark-blue-button button:not(.gm-control-active):focus,
body .elementor-widget-button.dark-blue-button button:not(.gm-control-active),
body .elementor-widget-button.dark-blue-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.dark-blue-button .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button.dark-blue-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: var(--white-color);
  background-color: var(--steadfast-slate);
  border: 2px solid var(--steadfast-slate);
}
body .elementor-widget-button.dark-blue-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.dark-blue-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.dark-blue-button .elementor-button:hover,
body .dark-blue-button .elementor-button:hover,
body .elementor-widget-button.dark-blue-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.dark-blue-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.dark-blue-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.dark-blue-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.dark-blue-button button:not(.gm-control-active):hover,
body .elementor-widget-button.dark-blue-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.dark-blue-button .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button.dark-blue-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
  background-color: var(--white-color);
  color: var(--steadfast-slate);
  text-decoration: none;
  border-color: var(--steadfast-slate);
}
body .elementor-widget-button.dark-red-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.dark-red-button [type="submit"]:not(.adminbar-button),
body .dark-red-button .elementor-button,
body .elementor-widget-button.dark-red-button .elementor-button,
body .elementor-widget-button.dark-red-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.dark-red-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.dark-red-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.dark-red-button button:not(.gm-control-active):focus,
body .elementor-widget-button.dark-red-button button:not(.gm-control-active),
body .elementor-widget-button.dark-red-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.dark-red-button .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button.dark-red-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: var(--white-color);
  background-color: var(--dark-red);
  border: 2px solid var(--dark-red);
}
body .elementor-widget-button.dark-red-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.dark-red-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.dark-red-button .elementor-button:hover,
body .dark-red-button .elementor-button:hover,
body .elementor-widget-button.dark-red-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.dark-red-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.dark-red-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.dark-red-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.dark-red-button button:not(.gm-control-active):hover,
body .elementor-widget-button.dark-red-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.dark-red-button .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button.dark-red-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
  background-color: var(--white-color);
  color: var(--dark-red);
  text-decoration: none;
  border-color: var(--dark-red);
}
body .elementor-widget-button.dark-bg-btn [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.dark-bg-btn [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.dark-bg-btn .elementor-button:hover,
body .dark-bg-btn .elementor-button:hover,
body .elementor-widget-button.dark-bg-btn [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.dark-bg-btn [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.dark-bg-btn [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.dark-bg-btn button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.dark-bg-btn button:not(.gm-control-active):hover,
body .elementor-widget-button.dark-bg-btn .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.dark-bg-btn .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button.dark-bg-btn .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
  border-color: var(--white-color) !important;
}
body .elementor-widget-button.reverse-dark-red-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.reverse-dark-red-button [type="submit"]:not(.adminbar-button),
body .reverse-dark-red-button .elementor-button,
body .elementor-widget-button.reverse-dark-red-button .elementor-button,
body .elementor-widget-button.reverse-dark-red-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.reverse-dark-red-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.reverse-dark-red-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.reverse-dark-red-button button:not(.gm-control-active):focus,
body .elementor-widget-button.reverse-dark-red-button button:not(.gm-control-active),
body .elementor-widget-button.reverse-dark-red-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.reverse-dark-red-button .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button.reverse-dark-red-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: var(--dark-red);
  background-color: var(--white-color);
  border: 2px solid var(--dark-red);
}
body .elementor-widget-button.reverse-dark-red-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-dark-red-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.reverse-dark-red-button .elementor-button:hover,
body .reverse-dark-red-button .elementor-button:hover,
body .elementor-widget-button.reverse-dark-red-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.reverse-dark-red-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-dark-red-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.reverse-dark-red-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.reverse-dark-red-button button:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-dark-red-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.reverse-dark-red-button .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button.reverse-dark-red-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
  background-color: var(--dark-red);
  color: var(--white-color);
  text-decoration: none;
  border-color: var(--dark-red);
}
body .elementor-widget-button.reverse [type="button"]:not(.gm-control-active),
body .elementor-widget-button.reverse [type="submit"]:not(.adminbar-button),
body .reverse .elementor-button,
body .elementor-widget-button.reverse .elementor-button,
body .elementor-widget-button.reverse [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.reverse [type="button"]:not(.gm-control-active),
body .elementor-widget-button.reverse [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.reverse button:not(.gm-control-active):focus,
body .elementor-widget-button.reverse button:not(.gm-control-active),
body .elementor-widget-button.reverse .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.reverse .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button.reverse .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: var(--generous-blue);
  background-color: var(--white-color);
  border-color: var(--generous-blue);
}
body .elementor-widget-button.reverse [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.reverse [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.reverse .elementor-button:hover,
body .reverse .elementor-button:hover,
body .elementor-widget-button.reverse [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.reverse [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.reverse [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.reverse button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.reverse button:not(.gm-control-active):hover,
body .elementor-widget-button.reverse .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.reverse .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button.reverse .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
  background-color: var(--generous-blue);
  color: var(--white-color);
  text-decoration: none;
  border-color: var(--generous-blue);
}
body.mec-events-template-default.single .mec-frontbox.mec-event-export-module .mec-export-details ul li .mec-events-button,
body.elementor-widget-button.reverse-orange-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.reverse-orange-button [type="submit"]:not(.adminbar-button),
body .reverse-orange-button .elementor-button,
body .elementor-widget-button.reverse-orange-button .elementor-button,
body .elementor-widget-button.reverse-orange-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.reverse-orange-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.reverse-orange-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.reverse-orange-button button:not(.gm-control-active):focus,
body .elementor-widget-button.reverse-orange-button button:not(.gm-control-active),
body .elementor-widget-button.reverse-orange-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.reverse-orange-button .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button.reverse-orange-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: var(--service-orange);
  background-color: var(--white-color);
  border-color: var(--service-orange);
}
body.mec-events-template-default.single  .mec-frontbox.mec-event-export-module  .mec-export-details  ul  li  .mec-events-button:hover,
body .elementor-widget-button.reverse-orange-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-orange-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.reverse-orange-button .elementor-button:hover,
body .reverse-orange-button .elementor-button:hover,
body .elementor-widget-button.reverse-orange-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.reverse-orange-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-orange-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.reverse-orange-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.reverse-orange-button button:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-orange-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.reverse-orange-button .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button.reverse-orange-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
  background-color: var(--service-orange);
  color: var(--white-color);
  border-color: var(--service-orange);
}
body.elementor-widget-button.reverse-dark-bg-orange-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.reverse-dark-bg-orange-button [type="submit"]:not(.adminbar-button),
body .reverse-dark-bg-orange-button .elementor-button,
body .elementor-widget-button.reverse-dark-bg-orange-button .elementor-button,
body .elementor-widget-button.reverse-dark-bg-orange-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.reverse-dark-bg-orange-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.reverse-dark-bg-orange-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.reverse-dark-bg-orange-button button:not(.gm-control-active):focus,
body .elementor-widget-button.reverse-dark-bg-orange-button button:not(.gm-control-active),
body .elementor-widget-button.reverse-dark-bg-orange-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.reverse-dark-bg-orange-button .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button.reverse-dark-bg-orange-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: var(--service-orange);
  background-color: var(--white-color);
  border-color: var(--service-orange);
}
body .elementor-widget-button.reverse-dark-bg-orange-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-dark-bg-orange-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.reverse-dark-bg-orange-button .elementor-button:hover,
body .reverse-dark-bg-orange-button .elementor-button:hover,
body .elementor-widget-button.reverse-dark-bg-orange-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.reverse-dark-bg-orange-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-dark-bg-orange-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.reverse-dark-bg-orange-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.reverse-dark-bg-orange-button button:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-dark-bg-orange-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.reverse-dark-bg-orange-button .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button.reverse-dark-bg-orange-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
  background-color: var(--service-orange);
  color: var(--white-color);
  border-color: var(--white-color);
}
body.mec-events-template-default.single  .mec-frontbox.mec-event-export-module  .mec-export-details  ul  li:last-child  a.mec-events-button,
body .elementor-widget-button.reverse-green-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.reverse-green-button [type="submit"]:not(.adminbar-button),
body .reverse-green-button .elementor-button,
body .elementor-widget-button.reverse-green-button .elementor-button,
body .elementor-widget-button.reverse-green-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.reverse-green-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.reverse-green-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.reverse-green-button button:not(.gm-control-active):focus,
body .elementor-widget-button.reverse-green-button button:not(.gm-control-active),
body .elementor-widget-button.reverse-green-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.reverse-green-button .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button.reverse-green-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: var(--fresh-green);
  background-color: var(--white-color);
  border: 2px solid var(--fresh-green);
}
body.mec-events-template-default.single .mec-frontbox.mec-event-export-module .mec-export-details ul li:last-child a.mec-events-button:hover,
body .elementor-widget-button.reverse-green-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-green-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.reverse-green-button .elementor-button:hover,
body .reverse-green-button .elementor-button:hover,
body .elementor-widget-button.reverse-green-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.reverse-green-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-green-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.reverse-green-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.reverse-green-button button:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-green-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.reverse-green-button .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button.reverse-green-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
  background-color: var(--fresh-green);
  color: var(--white-color);
  text-decoration: none;
  border-color: var(--fresh-green);
}
body .elementor-widget-button.reverse-dark-blue-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.reverse-dark-blue-button [type="submit"]:not(.adminbar-button),
body .reverse-dark-blue-button .elementor-button,
body .elementor-widget-button.reverse-dark-blue-button .elementor-button,
body .elementor-widget-button.reverse-dark-blue-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.reverse-dark-blue-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.reverse-dark-blue-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.reverse-dark-blue-button button:not(.gm-control-active):focus,
body .elementor-widget-button.reverse-dark-blue-button button:not(.gm-control-active),
body .elementor-widget-button.reverse-dark-blue-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.reverse-dark-blue-button .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button.reverse-dark-blue-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: var(--steadfast-slate);
  background-color: var(--white-color);
  border-color: var(--steadfast-slate);
}
body .elementor-widget-button.reverse-dark-blue-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-dark-blue-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.reverse-dark-blue-button .elementor-button:hover,
body .reverse-dark-blue-button .elementor-button:hover,
body .elementor-widget-button.reverse-dark-blue-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.reverse-dark-blue-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-dark-blue-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.reverse-dark-blue-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.reverse-dark-blue-button button:not(.gm-control-active):hover,
body .elementor-widget-button.reverse-dark-blue-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.reverse-dark-blue-button .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button.reverse-dark-blue-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
  background-color: var(--steadfast-slate);
  color: var(--white-color);
  text-decoration: none;
  border-color: var(--steadfast-slate);
}
/*text Link*/
body .text-link [type="button"]:not(.gm-control-active),
body .text-link [type="submit"]:not(.adminbar-button),
body .text-link .elementor-button,
body .text-link .elementor-button:focus,
body .text-link [type="button"]:not(.gm-control-active):focus,
body .text-link [type="button"]:not(.gm-control-active),
body .text-link [type="submit"]:not(.adminbar-button):focus,
body .text-link button:not(.gm-control-active):focus,
body .text-link button:not(.gm-control-active),
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: #02a0ca;
  background-color: transparent;
  font-size: 20px !important;
  line-height: 1.6;
  padding: 0;
  font-weight: 700 !important;
  border: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  border-radius: 0;
  -webkit-appearance: none;
  transition: all 0.3s;
  box-sizing: border-box;
  font-family: "Open Sans", Sans-serif;
  text-transform: capitalize;
  max-width: 100%;
  letter-spacing: 0;
}
body .text-link .elementor-button span.last,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button span.last,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button span.last,
body .arrow-btn .elementor-button span.last {
  display: inline-block;
}
body .text-link .elementor-button span.last:after,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button span.last:after,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button span.last:after,
body .arrow-btn .elementor-button span.last::after {
  content: "";
  width: 12px !important;
  height: 18px;
  display: inline-block;
  background: url("../img/link-arrow.svg") center center no-repeat;
  background-size: contain;
  margin-bottom: -3px;
  margin-left: 10px;
  transition: all 0.3s;
  background-size: 10px;
}
body .arrow-btn .elementor-button span.last::after {
  margin-left: 8px;
}
body .arrow-btn .elementor-button span.last::after {
  background-image: url("../img/arrow-right.svg");
}
body .arrow-btn.dark-blue .elementor-button span.last::after {
  background-image: url("../img/arrow-right-light-gray.svg");
}
body .arrow-btn.dark-blue .elementor-button:hover span.last::after {
  background-image: url("../img/arrow-right.svg");
}
body .arrow-btn.light-gray .elementor-button:hover span.last::after {
  background-image: url("../img/arrow-right-light-gray.svg");
}
body .text-link [type="button"]:not(.gm-control-active):hover,
body .text-link [type="submit"]:not(.adminbar-button):hover,
body .text-link .elementor-button:hover,
body .text-link .elementor-button:focus:hover,
body .text-link [type="button"]:not(.gm-control-active):focus:hover,
body .text-link [type="button"]:not(.gm-control-active):hover,
body .text-link [type="submit"]:not(.adminbar-button):focus:hover,
body .text-link button:not(.gm-control-active):focus:hover,
body .text-link button:not(.gm-control-active):hover,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button:hover,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
  background-color: transparent;
  color: var(--generous-blue);
  text-decoration: underline;
  border: none;
}
body .text-link .elementor-button:after {
  display: none !important;
}
body .text-link .elementor-button:hover span.last:after,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button:hover span.last:after,
body .text-link.elementor-cta--skin-classic  .elementor-cta__button.elementor-button:hover  span.last:after {
  border-color: #3c904b #3c904b transparent transparent !important;
}
body .elementor-button span {
  color: inherit;
}
/* / ----------------------Button style---------------------- / */
.elementor-section.elementor-section-boxed  > .elementor-container .elementor-container {
  width: 100%;
}
/* ------------------------------------------------------------
Select Dropdown Custom Style
------------------------------------------------------------ */
/* gravity form select dropdowns */
.ginput_container_select .select {
  position: relative;
}
html body .events-archive-wrapper .mec-search-form.mec-totalcal-box .mec-date-search select,
.ginput_container_select .select select,
.gfield .clear-multi .ginput_container_date .select select,
.gfield .gfield_time_ampm .select select,
body select:not([class*="ui-datepicker"]) {
  width: 100%;
  height: 46px;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--border-colors);
  padding-left: 16px;
  padding-right: 16px;
  background: url("../img/fliter-drop-down.svg") no-repeat center right 14px / 16px;
  background-color: #ffffff;
  background-size: 18px;
  padding: 8px 40px 7px 16px !important;
  margin: 0 !important;
  color: var(--steadfast-slate, #003642);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
body .gform_wrapper li.gfield_error .clear-multi .ginput_container_date .select {
  border-color: #e75454;
}
.s-hidden {
  display: none;
}
.styledSelect {
  padding: 10px 35px 10px 15px;
  position: relative;
  height: 46px;
  z-index: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  border-radius: 5px !important;
  background-color: var(--white-color);
  font-family: "Open Sans";
  border: 1px solid var(--border-colors);
  box-shadow: none;
  font-size: 16px !important;
  line-height: 1.63;
  color: var(--steadfast-slate) !important;
  text-transform: none;
  letter-spacing: 0px;
  transition: all 0.3s;
  font-family: "Open Sans", sans-serif !important;
}
.styledSelect:focus {
  border: 1px solid var(--steadfast-slate);
}
body .gform_wrapper .gfield_required {
  color: rgb(71 71 72 / 40%);
  font-weight: 400 !important;
  margin-left: 2px;
  text-transform: lowercase;
  letter-spacing: -0.3px;
  display: none;
}
body .gform_wrapper .gfield_time_ampm select {
  width: 80px !important;
  padding-bottom: 17px !important;
  padding-top: 17px !important;
}
/* .styledSelect.active {
  box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
} */
.styledSelect:after {
  content: "";
  position: absolute;
  top: 49%;
  transform: translateY(calc(-50% + 1px));
  right: 14px;
  line-height: 1;
  width: 16px;
  height: 8px;
  background: url("../img/fliter-drop-down.svg") no-repeat center / 15px;
}
.styledSelect.active:after {
  /* background: url("../img/arrow-down-black.svg") no-repeat center; */
  transform: translateY(-50%) rotate(180deg);
}
body .options {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  left: 0;
  z-index: 9;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 270px !important;
  overflow-y: auto;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
/*scroll bar style*/
body .options::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  width: 6px;
  border-radius: 10px;
}
body .options::-webkit-scrollbar {
  width: 8px;
  background-color: var(--generous-blue);
  border-radius: 10px;
}
body .options::-webkit-scrollbar-thumb {
  background-color: var(--generous-blue);
  border: 2px solid #f5f5f5;
  border-radius: 10px;
}
/*scroll bar style end*/
.header-translator-wrapper .gtranslate_wrapper .gt_option a,
body .options li,
body form .options li {
  margin: 0;
  padding: 15px 20px 13.5px 20px;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0;
  color: #313536;
  text-transform: none;
  /* height: 40px; */
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}
body .options li:hover,
body form .options li:hover {
  background-color: #b8c3c540;
}
.options li::before {
  display: none !important;
}
.options li[rel=""] {
  display: none;
}
.options li.active {
  background-color: #b8c3c540;
  position: relative;
  cursor: default;
  pointer-events: none;
}
.styledSelect.noplaceholder .text-ellipses {
  color: rgba(71, 71, 71, 0.6);
}
/* ------------------------------------------------------------
End of Select Dropdown Custom Style
------------------------------------------------------------ */
/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */
/* html structure */
/* <label class="checkbox-container">One
  <input type="checkbox" checked="checked">
  <span class="checkmark"></span>
</label> */
/* end html structure */
/* Create a custom checkbox */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196f3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 11px;
  top: 6px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ------------------------------------------------------------
End of checkbox custom style
------------------------------------------------------------ */
/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */
/* html structure */
/* <label class="radio-container">One
  <input type="radio" checked="checked" name="radio">
  <span class="checkmark"></span>
</label> */
/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #2196f3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 7px;
  left: 7.5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
/* ------------------------------------------------------------
End of checkbox custom style
------------------------------------------------------------ */
/* ------------------------------------------------------------
gravity form style
------------------------------------------------------------ */
html body .gform_wrapper *:focus {
  outline: none;
}
html body .gform_wrapper div.validation_error html body .gform_wrapper form {
  border: 2px solid #666;
  padding: 0;
}
html body .gform_wrapper form ul.gform_fields li.gfield {
  margin-top: 0;
  margin-bottom: 25px !important;
  border: 0;
  background: none;
  vertical-align: top;
  /* letter-spacing: -0.14px; */
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
html body .gform_wrapper form ul.gform_fields li.gfield:last-child {
  margin-bottom: 0 !important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield.bottom-info {
  padding-top: 0px !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container {
  margin-top: 0 !important;
}
html body .gform_wrapper .top_label .gfield_label,
html body .gform_wrapper .gform_wrapper legend.gfield_label {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--steadfast-slate);
  line-height: 1.6;
  margin-bottom: 8px;
  letter-spacing: 0;
  margin-top: 0 !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"],
html body .gform_wrapper form ul.gform_fields li.gfield textarea {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 5px !important;
  background-color: var(--white-color);
  border: 1px solid var(--border-colors);
  box-shadow: none;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: var(--steadfast-slate) !important;
  width: 100% !important;
  padding: 11px 15px !important;
  transition: all 0.3s;
  height: 46px;
}
html body .gform_legacy_markup_wrapper {
  margin: 0;
  text-align: center;
}
html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield textarea::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect .text-ellipses {
  color: var(--steadfast-slate);
  opacity: 0.6;
}
html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect .text-ellipses {
  color: var(--steadfast-slate) !important;
  opacity: 1;
}
html body .styledSelect .text-ellipses {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield textarea:focus,
html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect.active {
  border: 1px solid var(--steadfast-slate);
}
html body .gform_wrapper form ul.gform_fields li.gfield textarea {
  height: 120px;
  resize: none;
  display: block;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 100px var(--white-color) inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: var(--steadfast-slate) !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect .text-ellipses.valueAdded {
  color: #1e2937 !important;
}
/* html body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 16px 15px;
	font-size: 18px;
	line-height: 1;
} */
/* html body .gform_wrapper form ul.gform_fields li.gfield.gfield_error:not(.top-text):not(.recaptcha-field) {
	margin-bottom: 15px !important;
} */
html body .gform_wrapper form ul.gform_fields li.gfield.recaptcha-field {
  padding-top: 10px !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container.ginput_recaptcha {
  margin-top: 0 !important;
}
html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  font-size: 12px;
  color: var(--dark-red);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-top: 5px;
  line-height: normal;
  letter-spacing: 0;
  padding-right: 7px;
  /* display: none; */
}
html body .gform_wrapper .validation_message {
  font-size: 10px;
  color: var(--dark-red);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-top: 5px;
}
html body .gform_wrapper li.gfield_error .gfield_required {
  color: var(--dark-red);
  text-transform: capitalize;
}
html body .gform_wrapper div.validation_error {
  border: 0;
  font-size: 20px;
  color: var(--dark-red);
  margin: 0;
  padding: 0;
  /* display: none; */
}
body .gform_legacy_markup_wrapper .gform_validation_errors > h2 {
  display: none;
}
body .gform_legacy_markup_wrapper .gform_validation_errors > ol li a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  pointer-events: none;
  color: var(--dark-red);
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error textarea,
html body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
html body .gform_wrapper .gform_wrapper li.gfield_error textarea,
.gfield_error .styledSelect {
  border: 1px solid var(--dark-red) !important;
}
/* -------------------------------------------------------
Radio and Checkbox Styling
---------------------------------------------------------- */
.gform_wrapper .top_label li ul.gfield_checkbox,
.gform_wrapper .top_label li ul.gfield_radio {
  display: flex;
  column-gap: 30px;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}
html body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
html body .gform_wrapper .gfield_radio li input[type="radio"]:checked + label {
  font-weight: 600;
}
html body .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
  margin-top: 0;
}
html body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
html body .gform_wrapper li.gfield_error ul.gfield_checkbox,
html body .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #000;
}
html body .gform_wrapper ul.gfield_radio li {
  display: block;
  position: relative;
  margin-bottom: 12px;
  /* cursor: pointer; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html body .gform_wrapper ul.gfield_radio li:before {
  display: none !important;
}
html body .gform_wrapper ul.gfield_radio li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
html body .gform_wrapper ul.gfield_radio li label {
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 2px;
}
html body .gform_wrapper ul.gfield_radio li label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--white-color);
  border: 1px solid var(--border-colors);
  transition: 0.3s all;
}
html body .gform_wrapper ul.gfield_radio li input ~ label:hover:before {
  background-color: var(--border-colors);
}
html body .gform_wrapper ul.gfield_radio li:hover input ~ label {
  font-weight: 600;
}
html body .gform_wrapper ul.gfield_radio li input:checked ~ label:before {
  background-color: var(--white-color);
  border-color: var(--steadfast-slate);
}
html body .gform_wrapper ul.gfield_radio li label:after {
  content: "";
  position: absolute;
  display: none;
}
html body .gform_wrapper ul.gfield_radio li input:checked ~ label:after {
  display: block;
}
html body .gform_wrapper ul.gfield_radio li label:after {
  top: 7px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--steadfast-slate);
}
html body .gform_wrapper ul.gfield_checkbox li {
  display: block;
  position: relative;
  margin-bottom: 12px;
  /* cursor: pointer; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html body .gform_wrapper ul.gfield_checkbox li:before {
  display: none !important;
}
html body .gform_wrapper ul.gfield_checkbox li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
html body .gform_wrapper ul.gfield_checkbox li label {
  padding-left: 28px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 0px;
}
html body .gform_wrapper ul.gfield_checkbox li label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: var(--white-color);
  border: 1px solid var(--border-colors);
  border-radius: 5px;
  transition: 0.3s all;
}
html body .gform_wrapper ul.gfield_checkbox li input ~ label:hover:before {
  background-color: var(--border-colors);
}
/* html body .gform_wrapper ul.gfield_checkbox li:hover input~label {
	font-weight: normal;
} */
html body .gform_wrapper ul.gfield_checkbox li input:checked ~ label:before {
  background-color: var(--steadfast-slate);
  border-color: var(--steadfast-slate);
}
html body .gform_wrapper ul.gfield_checkbox li label:after {
  content: "";
  position: absolute;
  display: none;
}
html body .gform_wrapper ul.gfield_checkbox li input:checked ~ label:after {
  display: block;
}
html body .gform_wrapper ul.gfield_checkbox li label:after {
  left: 6px;
  top: 3px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.elementor .gm-style img {
  max-width: none;
}
html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields {
  margin-bottom: 0 !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields input {
  margin-bottom: 20px !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields .ginput_container > span {
  margin-bottom: 0;
  padding-top: 0;
}
html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields .validation_message {
  margin-top: -20px;
  margin-bottom: 20px;
}
/* ------------------------------------------------------------
gravity form Button styling
------------------------------------------------------------ */
html body .gform_wrapper form .gform_footer {
  text-align: center;
  padding: 26px 0 0;
  margin: 0;
}
html body .gform_wrapper form .gform_footer input[type="submit"] {
  color: var(--white-color);
  background-color: var(--steadfast-slate);
  font-size: 18px !important;
  line-height: 1.2 !important;
  padding: 11px 24px 10px;
  font-weight: 700 !important;
  border: 2px solid var(--steadfast-slate);
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  -webkit-appearance: none;
  transition: all 0.3s;
  box-sizing: border-box;
  font-family: "Open Sans", Sans-serif;
  max-width: 182px;
  width: 100%;
  margin: 0;
}
html body .gform_wrapper form .gform_footer input[type="submit"]:hover {
  background-color: var(--white-color);
  color: var(--steadfast-slate);
  text-decoration: none;
  border: 2px solid var(--steadfast-slate);
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  padding: 0 !important;
  margin-bottom: 8px !important;
}
html body .gform_wrapper form .gform_footer input[type="submit"] + img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -30px);
}
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  max-width: 50%;
  margin-right: 0 !important;
}
/* ------------------------------------------------------------
End gravity form style
------------------------------------------------------------ */
.coming-soon-content {
  min-height: calc(100vh - 942px);
}
/* ---------------------------- code for cookies ---------------------------- */
#cookie-notice {
  background-color: rgb(0 160 204) !important;
  position: fixed;
  z-index: 11111;
}
#cookie-notice #cn-notice-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cookie-notice #cn-notice-text + #cn-accept-cookie,
#cn-notice-buttons {
  display: none !important;
}
#cookie-notice .cookie-notice-container {
  padding: 25px 50px;
  margin-left: auto;
  margin-right: auto;
}
#cookie-notice .cookies-message {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  max-width: 60%;
  margin: 0 1em 0 auto;
  font-size: 12px;
}
#cookie-notice .cookies-message a {
  color: #fff;
  text-decoration: underline;
}
#cookie-notice .cookies-message a:hover {
  text-decoration: none;
}
#cookie-notice .cookies-button-container {
  max-width: 40%;
  text-align: center;
  display: flex;
  align-content: space-between;
  margin: 0 auto;
  font-weight: bold;
}
#cookie-notice .cookies-button-container .cookies-button {
  border: 0;
  display: inline-block;
  color: #fff;
  margin: 0 4px;
  padding: 5px 10px;
  min-width: 110px;
  font-weight: 500;
  border-radius: 40px;
  text-align: center;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  line-height: 30px;
  color: var(--steadfast-slate);
}
#cookie-notice .cookies-button-container .cookies-button:hover {
  background-color: #fff;
  color: var(--steadfast-slate);
  opacity: 0.8;
}
.cn-close-icon:before,
.cn-close-icon:after {
  background-color: #fff;
}
.cookie-notice-container .cn-text-container {
  margin: 0;
}
/* -------------------------- end Base code -------------------------- */
footer .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item {
  max-width: max-content;
}
.footer-links .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item a {
  text-decoration: none;
}
.footer-links .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item a {
  text-decoration-color: var(--white-color) !important;
}
.footer-links .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item a:hover {
  text-decoration: underline;
}
.footer-social .elementor-social-icons-wrapper .elementor-grid-item {
  transition: 0.3s all;
}
.footer-social .elementor-social-icons-wrapper .elementor-grid-item:hover {
  opacity: 0.7;
}
.footer-links-rud .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item a {
  text-decoration-color: var(--white-color) !important;
}
.footer-links-rud .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item a:hover {
  text-decoration: none;
}
.footer-logo .elementor-widget-container {
  max-width: 270px;
}
.footer-social .elementor-widget-container .elementor-social-icons-wrapper span.elementor-grid-item {
  margin: 0 !important;
}
body.footer-mission-section-hidden .footer-mission-section {
  display: none !important;
}
/*Header*/
body [data-elementor-type="header"] {
  position: sticky;
  top: 0;
  z-index: 100;
}
body.admin-bar [data-elementor-type="header"] {
  top: 32px;
}
.header-super-main-wrapper {
  width: 100% !important;
}
.header-logo .elementor-widget-container {
  max-width: 322px;
}
.topbar-btns .elementor-button::after {
  width: 120px;
}
.topbar-btns .top-location-btn .elementor-button .elementor-button-icon svg {
  width: 15px;
  height: 20px;
  margin-top: -5px;
}
.topbar-btns .top-location-btn .elementor-button .elementor-button-icon svg path {
  fill: var(--white-color);
}
.topbar-btns .top-location-btn .elementor-button:hover .elementor-button-icon svg path {
  fill: var( --generous-blue);
}
/*G Translator*/
/* .header-translator-wrapper .gtranslate_wrapper{
  width: 110px;
}
.header-translator-wrapper .gtranslate_wrapper select{
  border: none;
  padding: 0 5px !important;
  font-size: 18px;
  font-weight: 600;
  color: var(--steadfast-slate);
  opacity: 1;
  line-height: 1.2;
}
.header-translator-wrapper .gtranslate_wrapper select option[value='']{
  display: none;
}
.header-translator-wrapper .gtranslate_wrapper::after{
  content: '';
  width: 1px;
  height: calc(100% - 25px);
  background: var(--steadfast-slate);
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
  opacity: 0.4;
}
.header-translator-wrapper .gtranslate_wrapper select option:checked {
  background-color: #EDF0F0 !important;
  color: #000000 !important;
}
*/
/* .header-translator-wrapper .gtranslate_wrapper{
  padding: 0;
  background: transparent;
}
.header-translator-wrapper .gtranslate_wrapper::after{
  content: '';
  width: 1px;
  height: calc(100% - 5px);
  background: var(--steadfast-slate);
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
  opacity: 0.4;
}
.header-translator-wrapper .gtranslate_wrapper .styledSelect{
  padding:0 37px 0 0;
  height: auto;
  background: transparent;
  border-radius: 0 !important;
  border: none !important;
}
.header-translator-wrapper .gtranslate_wrapper .styledSelect .text-ellipses{
  font-size: 18px;
  font-weight: 600;
  color: var(--steadfast-slate);
  opacity: 1;
  line-height: 1.2;
}
*/
.topbar-btns:has(.header-translator-wrapper .gt_selected > a.open ) ~ div{
  z-index: -1;
}
.header-translator-wrapper .gtranslate_wrapper .gt_switcher::after {
  content: "";
  width: 1px;
  height: calc(100% - 5px);
  background: var(--steadfast-slate);
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
  opacity: 0.4;
}
.header-translator-wrapper .gtranslate_wrapper .gt_switcher {
  max-width: 110px;
  width: max-content;
}
.header-translator-wrapper .gtranslate_wrapper .gt_switcher .gt_selected {
  background: transparent;
}
.header-translator-wrapper .gtranslate_wrapper .gt_selected a {
  background: transparent !important;
  border: none !important;
  font-weight: 600;
  line-height: 21.6px;
  color: var(--steadfast-slate) !important;
  outline-offset: -1px;
  width: 90% !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  margin-right: 31px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header-translator-wrapper .gtranslate_wrapper .gt_selected a::after {
  background: url("../img/fliter-drop-down.svg") no-repeat center / 15px !important;
  top: 2px;
  right: 14px !important;
}
.header-translator-wrapper .gtranslate_wrapper .gt_option a img, .header-translator-wrapper .gtranslate_wrapper .gt_selected a img {
  display: none;
}
.header-translator-wrapper .gtranslate_wrapper .gt_option {
  position: absolute !important;
  border: none !important;
  background: #edf0f0 !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05) !important;
  border-radius: 0px !important;
  width: 100% !important;
}
.header-translator-wrapper .gtranslate_wrapper .gt_option a {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0;
  color: #313536 !important;
  text-transform: none;
  cursor: pointer;
  font-family: "Open Sans", sans-serif !important;
  padding: 2px 5px !important;
  outline-offset: -1px;
}
.header-translator-wrapper .gtranslate_wrapper .gt_option a:hover {
  background: #e9e9e9 !important 
}
body .header-translator-wrapper .gtranslate_wrapper ul.options li {
  padding: 5px 10px;
}
.header-serach .elementor-search-form__toggle .e-font-icon-svg-container {
  width: 25px;
  height: 25px;
  background-image: url("../img/btn-search-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  font-size: 11px;
}
.header-serach .elementor-search-form__toggle .e-font-icon-svg-container svg {
  display: none;
}
.header-serach .elementor-search-form__toggle .e-font-icon-svg-container:hover {
  opacity: 0.7;
}
.header-menu .elementor-nav-menu--main > ul > li .sub-arrow {
  display: none;
}
.header-menu .elementor-nav-menu--main > ul > li > a {
  padding-bottom: 21px !important;
}
.header-menu .elementor-nav-menu--main > ul > li:hover > ul.sub-menu {
  display: block !important;
}
body.single-mec-events .header-menu .elementor-nav-menu--main > ul > li.active-event-nev > a::after, body.post-type-archive-mec-events .header-menu .elementor-nav-menu--main > ul > li.active-event-nev > a::after, .header-menu .elementor-nav-menu--main > ul > li.current-menu-parent > a::after, .header-menu .elementor-nav-menu--main > ul > li:hover > a.elementor-item::after {
  opacity: 1 !important;
}
.header-menu .elementor-nav-menu--main > ul > li.skyblue-menu > a.elementor-item::after {
  background-color: var(--generous-blue);
}
.header-menu .elementor-nav-menu--main > ul > li.orange-menu > a.elementor-item::after {
  background-color: var(--service-orange);
}
.header-menu .elementor-nav-menu--main > ul > li.green-menu > a.elementor-item::after {
  background-color: var(--fresh-green);
}
.header-menu .elementor-nav-menu--main > ul > li.blue-menu > a.elementor-item::after {
  background-color: var(--steadfast-slate);
}
.header-menu .elementor-nav-menu--main > ul > li > ul.sub-menu {
  width: max-content !important;
  min-width: 223px !important;
  max-width: 297px !important;
  border-top: 1px solid var(--border-colors);
  padding: 20px 30px 19px;
  left: -10px !important;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
}
.header-menu .elementor-nav-menu--main > ul > li:first-child > ul.sub-menu {
  margin-left: -20px !important;
}
.header-menu .elementor-nav-menu--main > ul > li > ul.sub-menu li a {
  line-height: 24px;
  white-space: unset;
  max-width: max-content;
}
.header-menu .elementor-nav-menu--main > ul > li > ul li > a {
  border-left: 0;
}
body.single-post .header-menu ul > li > ul li.current_page_parent > a,
body.single-mec-events .header-menu .elementor-nav-menu--main > ul > li.active-event-nev li.events-page-nav > a, 
body.post-type-archive-mec-events .header-menu .elementor-nav-menu--main > ul > li.active-event-nev li.events-page-nav > a, 
body.single-post .header-menu .elementor-nav-menu--main > ul > li > ul li.life-stories,
.header-menu .elementor-nav-menu--main > ul > li > ul li.current_page_item > a, 
.header-menu .elementor-nav-menu--main > ul > li > ul li.current-menu-item > a, 
.header-menu .elementor-nav-menu--main > ul > li > ul li a:hover {
  text-decoration: underline !important;
  text-decoration-color: var(--steadfast-slate) !important;
}
body.single-post .header-menu .elementor-nav-menu--main > ul > li.blog-parent > a::after {
  opacity: 1 !important;
}
body.single-post .header-menu ul > li > ul li.current_page_parent > a,
body.single-mec-events .header-menu .elementor-nav-menu--main > ul > li.active-event-nev li.events-page-nav > a, body.post-type-archive-mec-events .header-menu .elementor-nav-menu--main > ul > li.active-event-nev li.events-page-nav > a, body.single-post .header-menu .elementor-nav-menu--main > ul > li > ul li.life-stories > a, .header-menu .elementor-nav-menu--main > ul > li > ul li.current_page_item > a, .header-menu .elementor-nav-menu--main > ul > li > ul li.current-menu-item > a {
  font-weight: 700 !important;
}
.header-menu .elementor-nav-menu--main > ul > li > ul > li:hover > ul.sub-menu {
  display: block !important;
}
=======
.header-menu .elementor-nav-menu--main > ul > li > ul li.current-menu-item.none-active-item > a:not(:hover){
  text-decoration: none !important;
}
.header-menu .elementor-nav-menu--main > ul > li > ul li.current-menu-item.none-active-item > a{
  font-weight: 400 !important
}
.header-menu .elementor-nav-menu--main > ul > li > ul > li > ul.sub-menu {
  background-color: #f9f9f9;
  max-width: 200px !important;
  left: 100%;
  padding: 24px 0;
  width: 100%;
}
.header-menu .elementor-nav-menu--main > ul > li > ul > li > ul.sub-menu::before {
  content: "";
  width: 100%;
  height: 50px;
  top: -50px;
  background: rgba(255, 0, 0, 0);
  position: absolute;
  left: 0;
}
.header-menu .elementor-nav-menu--main > ul > li:nth-last-child(2) > ul.sub-menu > li > .sub-menu, .header-menu .elementor-nav-menu--main > ul > li:last-child > ul.sub-menu > li > .sub-menu {
  right: 100%;
  left: auto;
}
.header-serach .elementor-search-form__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #0e0d11e6;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.header-serach .elementor-search-form__container.elementor-search-form--full-screen {
  display: flex;
}
.header-menu .elementor-nav-menu--main > ul > li > ul.sub-menu li a:focus {
  background: var(--supportive-sky);
  outline-color: var(--steadfast-slate) !important;
}
/*Search popup*/
.search-post .facetwp-template article:not(:last-child) {
  border-bottom: 1px solid #4a4f4b47;
  margin-bottom: 23px;
  padding-bottom: 20px;
}
.header-serach .elementor-search-form__container .dialog-lightbox-close-button {
  color: white;
  border: 2px solid white;
  padding: 10px;
  border-radius: 50% !important;
  top: 30px;
  position: absolute;
  right: 15px;
  transition: 0.3s all;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-serach .elementor-search-form__container .dialog-lightbox-close-button:hover {
  color: var(--generous-blue);
  border: 2px solid var(--generous-blue);
}
.header-serach .elementor-search-form__container .dialog-lightbox-close-button svg{
  width: 25px;
  height: 20px;
}

/*search page*/
.search-post .facetwp-template article .elementor-post__title {
  margin-bottom: 5px;
  margin-top: 0;
}
.search-post .facetwp-template article .elementor-post__title a {
  color: var(--steadfast-slate);
  text-decoration: none;
}
.search-post .facetwp-template article .elementor-post__title a:hover {
  text-decoration: underline;
}
/*pagination*/
.facetwp-facet-pagination.empty {
  display: none !important;
}
.st_marys-hide-page-dk {
  display: none !important;
}
.elementor-shortcode .facetwp-facet {
  margin-bottom: 0 !important;
}
.elementor-pagination, .facetwp-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  gap: 15px;
  align-items: center;
}
.blog-pagers .facetwp-facet {
  margin-bottom: 0;
}
.page-numbers.current, .facetwp-pager .facetwp-page.active {
  background-color: var(--steadfast-slate);
  color: var(--white-color) !important;
  pointer-events: none;
}
.page-numbers:not(.dots):not(.current):hover, a.facetwp-page:not(.dots):not(.next):not(.prev):not(.active):hover {
  background-color: var(--steadfast-slate);
  color: var(--white-color) !important;
}
.page-numbers {
  margin: 0 !important;
}
.page-numbers, .facetwp-pager .facetwp-page {
  padding: 1px 5px;
  border-radius: 5px;
  font-weight: 500 !important;
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px !important;
  line-height: 46px;
  color: var(--steadfast-slate) !important;
  background-color: var(--supportive-sky);
  min-width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.page-numbers.dots, .facetwp-page.dots {
  padding: 0px 2px 6px 2px !important;
}
.facetwp-pager .facetwp-page.next, .facetwp-pager .facetwp-page.prev {
  color: transparent !important;
  position: relative;
  background-color: transparent;
  min-height: 30px;
  max-height: 35px;
}
.facetwp-pager .facetwp-page.next:after, .facetwp-pager .facetwp-page.prev:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url("../img/facet-pager-arrow.svg") center / 14px no-repeat;
  background-size: 97%;
}
.facetwp-pager .facetwp-page.prev {
  transform: rotate(180deg);
}
.facetwp-pager .facetwp-page.next:hover, .facetwp-pager .facetwp-page.prev:hover {
  opacity: 0.7;
}
.facetwp-template.facet-loading {
  opacity: 0.5;
  transition: 0.3s all;
}
.facet-loading-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #e8f9ff7a;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.facet-loading-wrapper .loader {
  width: 50px;
  height: 50px;
  background-image: url("../img/Spinner-1s-304px.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
/*Home Hero*/
.heading-shadow .elementor-widget-container .elementor-heading-title {
  text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.35);
}
.large-heading .elementor-widget-container h1.elementor-heading-title {
  font-size: 80px;
  line-height: 1;
}
/*home and Partner Angencies Resource tab section*/
.home-tab-main-wrapper > .elementor-widget-container {
  overflow: hidden;
}
.home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading > button {
  flex: 1;
}
.home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title[aria-selected="true"] {
  cursor: auto;
}
.home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title {
  color: var(--white-color);
}
.home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title[aria-selected="true"], .home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title:hover {
  background: var(--white-color) !important;
}
.home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#green-tab {
  background: var(--fresh-green);
}
.home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#green-tab[aria-selected="true"], .home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#green-tab:hover {
  color: var(--fresh-green);
}
.home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#skyblue-tab {
  background: var(--generous-blue);
}
.home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#skyblue-tab[aria-selected="true"], .home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#skyblue-tab:hover {
  color: var(--generous-blue);
}
.home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#orange-tab {
  background: var(--service-orange);
}
.home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#orange-tab[aria-selected="true"], .home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#orange-tab:hover {
  color: var(--service-orange);
}
.home-tab-main-wrapper .icon-box .elementor-icon-box-content .elementor-icon-box-title {
  margin-top: 5px;
}
.about-tab-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title:hover, .about-tab-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title[aria-selected="true"] {
  background-color:var(--light-green) !important;
}
.about-tab-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#orange-tab[aria-selected="true"], .about-tab-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#orange-tab:hover {
  background: var(--light-orange) !important;
}
.home-tab-main-wrapper .icon-box .elementor-icon-box-content .elementor-icon-box-description {
  margin-top: 9px;
  max-width: 350px;
}
.icon-box-container .icon-box .elementor-widget-container {
  display: flex;
}
.icon-box-container .icon-box .elementor-icon-box-title {
  margin-top: 0;
}
.icon-box-container .icon-box .elementor-icon-box-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.icon-box-container .icon-box .elementor-icon-box-icon .elementor-icon {
  width: 40px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-box-container .icon-box .elementor-icon-box-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.home-tab-main-wrapper .cta-text-link .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button {
  font-size: 16px !important;
}
/************** Most Common Code for color combination ************/
/*CTA Button, Icon-bg and icon color ==== cta-card*/
/*Green*/
.green-cta-color .elementor-cta .elementor-cta__image img, .icon-box-container.green-bg-icon .icon-box .elementor-cta .elementor-cta__image img, .green-bg-icon .icon-box .elementor-icon-box-icon svg {
  filter: brightness(0) saturate(100%) invert(42%) sepia(11%) saturate(2818%) hue-rotate(71deg) brightness(97%) contrast(80%);
}
.home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#green-tab:hover .e-n-tab-icon svg, .home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#green-tab[aria-selected="true"] .e-n-tab-icon svg path {
  fill: var(--fresh-green);
}
/*Sky Blue*/
.skyblue-cta-color .elementor-cta .elementor-cta__image img, .icon-box-container.skyblue-bg-icon .icon-box .elementor-cta .elementor-cta__image img, .skyblue-bg-icon .icon-box .elementor-icon-box-icon svg {
  filter: brightness(0) saturate(100%) invert(56%) sepia(98%) saturate(2751%) hue-rotate(157deg) brightness(99%) contrast(76%);
}
.home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#skyblue-tab[aria-selected="true"] .e-n-tab-icon svg path, .home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#skyblue-tab:hover .e-n-tab-icon svg path {
  fill: var(--generous-blue);
}
/*Orange*/
.orange-cta-color .elementor-cta .elementor-cta__image img, .icon-box-container.orange-bg-icon .icon-box .elementor-cta .elementor-cta__image img, .orange-bg-icon .icon-box .elementor-icon-box-icon svg {
  filter: brightness(0) saturate(100%) invert(59%) sepia(89%) saturate(3535%) hue-rotate(1deg) brightness(94%) contrast(93%);
}
.home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#orange-tab[aria-selected="true"] .e-n-tab-icon svg path, .home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title#orange-tab:hover .e-n-tab-icon svg path {
  fill: var(--service-orange);
}
/* body .img-left-cta .elementor-cta__content */
body .help-hand-cta .elementor-cta__content, body .cta-card .elementor-cta__content {
  flex-direction: column;
}
.img-left-cta a.elementor-cta, .help-hand-cta a.elementor-cta, .cta-card a.elementor-cta {
  text-decoration: none;
}
body .img-left-cta .elementor-cta, body .help-hand-cta .elementor-cta, body .cta-card .elementor-cta {
  height: 100%;
  width: 100%;
}
.img-left-cta .elementor-cta__content .cta-custom-wrapper .elementor-cta__button-wrapper, .help-hand-cta .elementor-cta .elementor-cta__button-wrapper, .cta-card .elementor-cta .elementor-cta__button-wrapper {
  margin-top: auto;
}
.cta-card .elementor-cta .elementor-cta__image {
  position: relative;
}
.cta-card .elementor-cta .elementor-cta__image::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ebf7fb;
  z-index: -1;
  border-radius: 50%;
}
.cta-text-link .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button, .cta-card .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button {
  border: none;
  padding: 0;
  font-family: "Open Sans";
  word-break: break-word;
  text-align: left;
  position: relative;
  line-height: 24px;
  font-size: 20px !important;
}
.small-text-link .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button{
  font-size: 16px !important; 
}
.cta-text-link.food-instudtry-cta .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button {
  font-size: 18px !important;
  line-height: 160%;
}
.cta-card.green-cta-color .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button {
  color: var(--fresh-green);
}
.cta-card.orange-cta-color .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button {
  color: var(--service-orange);
}
.food-instudtry-cta .cta-button-wrapper a, .cta-text-link .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button, .cta-card .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button {
  transition: background-size 0.5s ease;
  width: calc(100% + 1px);
  padding-bottom: 2px;
  background-image: linear-gradient( transparent calc(100% - 2px), currentcolor 2px );
  background-repeat: no-repeat;
  background-size: 0% 100%;
  max-width: max-content;
  border-radius: 0;
  display: inline;
}
.food-instudtry-cta .cta-button-wrapper a {
  text-decoration: none;
  font-weight: 700;
  color: var(--generous-blue) !important;
  font-size: 18px;
  line-height: 1.6;
  word-break: break-word;
  display: inline;
  text-align: center;
  margin: 0 auto;
}
.green-color.food-instudtry-cta .cta-button-wrapper a{
  color: var(--fresh-green) !important
}
.food-instudtry-cta .cta-button-wrapper a:last-child {
  display: block;
}
.food-instudtry-cta .cta-button-wrapper a:hover, .cta-text-link:hover .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button, .cta-card:hover .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button {
  background-size: 100% 100%;
}
.text-in-linkbth {
  display: block;
  color: var(--steadfast-slate) !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}
.food-instudtry-cta .cta-button-wrapper {
  padding-top: 31px;
  margin-top: auto;
}
.food-instudtry-cta .elementor-cta__description {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/*Home Counter*/
.home-counter .elementor-counter .elementor-counter-title {
  margin-top: 9px;
}
.home-tab-gallery-image .gallery-size-full .gallery-item:not(.swiper-slide) {
  max-width: max-content !important;
  width: 100% !important;
}
.home-tab-gallery-image .gallery-size-full {
  flex-wrap: nowrap;
  display: flex;
  gap: 30px;
  justify-content: center;
}
.home-tab-gallery-image .gallery-item .gallery-icon {
  height: 116px;
  display: flex;
}
.home-tab-gallery-image .gallery-item .gallery-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.home-tab-gallery-slider figure.swiper-slide .gallery-icon {
  height: 116px;
  display: flex;
  max-width: 100%;
}
.home-tab-gallery-slider figure.swiper-slide .gallery-icon img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.home-tab-gallery-slider .swiper-pagination {
  display: none;
}
.home-tab-gallery-slider .home-tab-slider.active-pagination .swiper-pagination {
  display: block;
  position: absolute;
  bottom: -30px;
}
.home-tab-gallery-slider .home-tab-slider.active-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--steadfast-slate);
  transition: 0.3s all;
  margin: 0 4px;
}
.tab-slider-wrapper .elementor-widget-container {
  overflow: hidden;
}
.tab-cta-container-wrapper .img-left-cta {
  height: 100%;
}
/*Drive Change in Arizona*/
.cta-program-card-container, .cta-static-card-container {
  width: calc(100% + 30px) !important;
  margin: 0 -15px -30px !important;
  flex-wrap: wrap !important;
}
.cta-program-card-container .slider-cta, .cta-static-card-container .slider-cta {
  width: calc(33.33% - 30px) !important;
  margin: 0 15px 30px !important;
}
body .cta-static-card-container .slider-cta.text-link .elementor-cta__button .last::after {
  display: none !important;
}
.programSwiper.swiper-initialized .swiper-slide {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px !important;
  overflow: hidden;
  height: auto;
}
/*if you want to use this slider for inner pagers with different border-radius then use special class="program-partner-container"*/
.programSwiper.swiper-initialized .cta-program-slider-container.program-partner-container .swiper-slide {
  border-radius: 10px !important;
}
body .cta-program-slider-container.program-partner-container .swiper-slide .elementor-cta__button-wrapper a.elementor-cta__button {
  text-transform: unset !important;
}
.programSwiper.swiper-initialized .swiper-slide .elementor-widget-container {
  border-radius: 0px;
  box-shadow: none;
}
.programSwiper.swiper-initialized {
  overflow: visible;
}
.slider-cta .elementor-cta__content, .slider-cta .elementor-cta {
  height: 100%;
}
.slider-cta .elementor-cta__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 29px !important;
  flex-wrap: nowrap;
}
.cta-static-card-container .slider-cta .elementor-cta__content {
  padding-bottom: 30px !important;
  border: 1px solid #b8c3c5;
  border-radius: 10px;
  border-top: 0;
}
.cta-static-card-container .slider-cta .elementor-cta__content .elementor-cta__image {
  width: calc(100% + 2px);
  left: 0;
}
.cta-static-card-container .slider-cta .elementor-cta__content, .cta-static-card-container .slider-cta .elementor-cta {
  overflow: unset;
}
.slider-cta .elementor-cta .elementor-cta__content .elementor-cta__image {
  min-height: 230px;
  position: relative;
  padding-bottom: 62%;
  margin-bottom: 31px;
  overflow: hidden;
}
.slider-cta .elementor-cta .elementor-cta__content .elementor-cta__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
  object-position: top;
  left: 0;
  top: 0;
}
.slider-cta .elementor-cta .elementor-cta__content:hover .elementor-cta__image img {
  transform: scale(1.1);
}
.slider-cta a.elementor-cta {
  text-decoration: none;
}
.slider-cta a.elementor-cta .elementor-cta__content .elementor-cta__title:hover {
  text-decoration: underline;
}
.slider-cta .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper, .slider-cta .elementor-cta .elementor-cta__content .elementor-cta__title, .slider-cta .elementor-cta .elementor-cta__content .elementor-cta__description {
  padding-right: 30px;
  padding-left: 30px;
}
.slider-cta .elementor-cta .elementor-cta__content .elementor-cta__title {
  max-width: max-content;
}
.slider-cta .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper {
  margin-top: auto;
}
.slider-cta.text-link .elementor-cta__content .elementor-button {
  color: var(--fresh-green) !important;
}
.slider-cta.text-link .elementor-cta__content .elementor-button span.last::after {
  filter: brightness(0) saturate(100%) invert(42%) sepia(11%) saturate(2818%) hue-rotate(71deg) brightness(97%) contrast(80%);
}
.blue-text-link.text-link .elementor-cta__content .elementor-button,
.program-partner-container .slider-cta.text-link .elementor-cta__content .elementor-button {
  color: var(--steadfast-slate) !important;
}
.blue-text-link.text-link .elementor-cta__content .elementor-button span.last::after,
.program-partner-container .slider-cta.text-link .elementor-cta__content .elementor-button span.last::after {
  filter: brightness(0) saturate(100%) invert(16%) sepia(75%) saturate(580%) hue-rotate(144deg) brightness(95%) contrast(102%);
}
.sky-blue-text-link.text-link .elementor-cta__content .elementor-button{
  color: var(--generous-blue) !important;
}
.sky-blue-text-link.text-link .elementor-cta__content .elementor-button span.last::after {
  filter: brightness(0) saturate(100%) invert(50%) sepia(60%) saturate(4474%) hue-rotate(163deg) brightness(97%) contrast(99%);
}
.slider-cta .elementor-cta:not(a) .elementor-cta__content .elementor-cta__title a, .slider-cta .elementor-cta:not(a) .elementor-cta__content .elementor-cta__image {
  cursor: pointer;
}
.slider-cta .elementor-cta:not(a) .elementor-cta__content .elementor-cta__title a {
  color: var(--steadfast-slate);
  text-decoration: none;
}
.slider-cta .elementor-cta:not(a) .elementor-cta__content .elementor-cta__title a:hover {
  text-decoration: underline;
}
/* Program Slider Pagination */
.cta-slider-main-wrapper .program-card-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -20px;
  max-width: 800px;
  left: 50%;
  transform: translatex(-50%);
}
/*home help CTA*/
.help-hand-cta-wrapper {
  width: calc(100% + 30px) !important;
  margin: 0 -15px -30px !important;
}
.help-hand-cta-wrapper .help-hand-cta {
  width: calc(33.33% - 30px) !important;
  margin: 0 15px 30px !important;
}
.help-hand-cta-wrapper .help-hand-cta .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button {
  text-align: center;
}
.help-hand-cta .elementor-cta__content .elementor-icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
/*Get Involved CTA*/
.involved-cta-wrapper {
  width: calc(100% + 30px) !important;
  margin: 0 -15px -30px !important;
}
.involved-cta-wrapper .img-left-cta {
  width: calc(50% - 30px) !important;
  margin: 0 15px 30px !important;
}
.icon-box-container .cta-card.icon-box .elementor-cta__content {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 45px;
}
.icon-box-container .cta-card.icon-box .elementor-cta__content {
  column-gap: 30px;
}
.involved-cta-wrapper .img-left-cta .elementor-cta__content .elementor-cta__title {
  margin-top: 0;
}
.icon-box-container .cta-card.icon-box .elementor-cta__content .elementor-cta__title {
  margin-top: 5px;
}
.icon-box-container .cta-card.icon-box .elementor-cta__content .elementor-cta__description {
  max-width: 350px;
}
.icon-box-container .cta-card.icon-box .elementor-cta__content .elementor-cta__image {
  position: relative;
  margin: 0;
  grid-row: span 4;
  display: flex;
  justify-content: center;
  top: 20px;
}
.img-left-cta .elementor-cta__content .elementor-icon-wrapper .elementor-icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.involved-cta-wrapper .img-left-cta, .icon-box-container .icon-box {
  transition: 0.3s all;
  border-radius: 10px;
}
.icon-box-container .icon-box:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
}
.img-left-cta .elementor-cta__content {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 29px;
  height: 100%;
}
body .help-hand-cta .elementor-cta{
  flex-direction: row;
}
/*Transform Dollars into Meals icon Box*/
.transfer-doller-icon-wrapper .img-left-cta .elementor-cta__content {
  column-gap: 24px;
}
.transfer-doller-icon-wrapper .img-left-cta .cta-custom-wrapper {
  padding-top: 6px;
}
/* End Transform Dollars into Meals icon Box*/
.img-left-cta .elementor-cta__content .elementor-icon-wrapper {
  max-width: 70px;
  width: 100%;
  margin: 0;
}
body.elementor-editor-active .cta-text-link .elementor-cta .elementor-cta__content {
  flex-direction: column;
}
.img-left-cta .elementor-cta__content .cta-custom-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tab-cta-container-wrapper .img-left-cta .elementor-cta__content {
  column-gap: 14px;
}
.tab-cta-container-wrapper .img-left-cta .elementor-cta__content .cta-custom-wrapper .elementor-cta__description {
  max-width: 350px;
  width: 100%;
}
.tab-cta-container-wrapper .img-left-cta .elementor-cta__content .cta-custom-wrapper {
  padding-top: 5px;
}
.icon-box-container .icon-box .elementor-cta .elementor-cta__image img {
  max-width: 39px;
  height: 32px;
  width: 100%;
  object-position: center;
  object-fit: contain;
}
/*Circle Text with Background color*/
.circle-text-wrapper .circle-text-heading {
  max-width: 180px !important;
  width: 100%;
  background-color: #ebf3eb;
  border-radius: 100px;
}
.circle-text-wrapper .circle-text-heading .elementor-widget-container .elementor-heading-title span {
  display: inline-block;
}
.circle-text-wrapper.green-circle-bg .circle-text-heading {
  background-color: #ebf3eb;
}
.circle-text-wrapper.skyblue-circle-bg .circle-text-heading {
  background-color: #ebf7fb;
}
.circle-text-wrapper.orange-circle-bg .circle-text-heading {
  background-color: #fdf4eb;
}
.circle-text-wrapper .circle-text-heading a{
  text-decoration: none;
}
.circle-text-wrapper .circle-text-heading a:after{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px;
}
.circle-text-wrapper .circle-text-heading:hover a, 
.circle-text-wrapper .circle-text-heading:hover a span{
  text-decoration: underline;
}
.facetwp-template[data-name="search_page"] .search-noresults ul li{
  text-transform: lowercase;
}
.facetwp-template[data-name="search_page"] .search-noresults ul li:first-letter {
  text-transform: uppercase;
}
/*main slider*/
.main-slider-wrapper .swiper-wrapper .swiper-slide {
  height: auto;
}
.main-slider-wrapper .main-slider.swiper, .main-slider-wrapper .swiper-wrapper {
  overflow: visible;
}
.main-slider-wrapper .swiper-slide .slide-inner {
  width: 100%;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.main-slider-wrapper .slide-inner .slide-img-container {
  width: 100%;
}
.main-slider-wrapper .slide-inner .slide-img-container .img-wrapper {
  width: 100%;
  max-height: 677px;
  position: relative;
  padding-bottom: 55.2%;
  display: block;
  overflow: hidden;
  background: var(--supportive-sky) url("../img/st-mary-food-bank.svg") center center/ 60% no-repeat;
}
.main-slider-wrapper .slide-inner .slide-img-container .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: top;
  transition: 0.3s all;
}
.main-slider-wrapper .slide-inner:hover .img-wrapper img {
  transform: scale(1.1);
}
.main-slider-wrapper .slide-inner .slide-content-wrapper {
  padding: 41px 70px 38px;
  border: 1px solid var(--border-colors);
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 30px 30px;
  border-top: transparent;
}
.main-slider-wrapper .slide-inner .slide-content-wrapper .elementor-button {
  color: var(--steadfast-slate) !important;
}
/*Primary Blue Filter for svg*/
.main-slider-wrapper .slide-inner .slide-content-wrapper .elementor-button span.last::after {
  filter: brightness(0) saturate(100%) invert(16%) sepia(75%) saturate(580%) hue-rotate(144deg) brightness(95%) contrast(102%);
}
.main-slider-wrapper .slide-inner .title {
  margin-bottom: 17px;
  margin-top: 0;
}
.main-slider-wrapper .slide-inner .title a {
  text-decoration: none;
  color: var(--steadfast-slate);
}
.main-slider-wrapper .slide-inner .title a:hover {
  text-decoration: underline;
}
.main-slider-wrapper .slide-inner .description {
  margin-bottom: 30px;
}
.main-slider-wrapper .slide-inner .button-wrapper {
  margin-top: auto;
  bottom: 0;
}
.carusel-bg::before {
  width: 584px;
  height: 100%;
  left: -107px;
  top: calc(50% - 31px);
  transform: translatey(-50%);
}
.main-slider-wrapper .main-slider:not(.swiper-initialized) .swiper-wrapper {
  column-gap: 30px;
}
.main-slider-wrapper .main-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  max-width: 669px !important;
  width: 100%;
}
/* Mian Slider Control*/
.slider-control {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 31px auto 0;
}
.cta-slider-main-wrapper .slider-control {
  margin: 0px auto 0;
}
.slider-control .swiper-button-prev::after, .slider-control .swiper-button-next::after {
  display: none !important;
}
.testimonial-wrapper .slider-control .elementor-swiper-button svg {
  display: none !important;
}
.testimonial-wrapper .slider-control .elementor-swiper-button-prev {
  order: 1;
}
.testimonial-wrapper .slider-control .swiper-pagination {
  order: 2;
}
.testimonial-wrapper .slider-control .elementor-swiper-button-next {
  order: 3;
}
.slider-control .swiper-button-prev, .slider-control .swiper-button-next, .testimonial-wrapper .slider-control .elementor-swiper-button-prev, .testimonial-wrapper .slider-control .elementor-swiper-button-next {
  position: static;
  width: 48px;
  height: 30px;
  background: url("../img/slider-arrow.svg") no-repeat center;
  background-size: contain;
  margin: 0;
  transition: 0.3s all;
  transform: unset;
}
.slider-control .swiper-button-prev, .testimonial-wrapper .slider-control .elementor-swiper-button-prev {
  transform: scalex(-1);
}
.slider-control .swiper-pagination, .testimonial-wrapper .slider-control .swiper-pagination {
  position: static;
  max-width: max-content;
  width: 100%;
  padding: 0 38px 0 38px;
  align-items: center;
  display: flex;
  gap: 22px;
}
.testimonial-wrapper .slider-control .swiper-pagination-bullet, .slider-control .swiper-pagination-bullet {
  background: var(--steadfast-slate);
  width: 30px;
  height: 30px;
  opacity: 0.4 !important;
  transition: 0.3s all;
  margin: 0 !important;
}
.testimonial-wrapper .slider-control .swiper-pagination-bullet.swiper-pagination-bullet-active, .slider-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
  pointer-events: none;
}
.slider-control .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover, .testimonial-wrapper .slider-control .elementor-swiper-button:not(.swiper-button-disabled):hover, .slider-control .swiper-button-prev:not(.swiper-button-disabled):hover, .slider-control .swiper-button-next:not(.swiper-button-disabled):hover {
  opacity: 0.7 !important;
}
/*Whole Page Hero Section*/
.hero-content-container .e-con-inner {
  margin-left: 0;
}
.many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
  text-align: left;
  justify-content: space-between;
  border-radius: 30px 0px 0px 30px;
  border: 1px solid rgba(184, 195, 197, 0);
  border-right: 0;
  box-sizing: border-box;
}
.many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
  text-align: left;
  transition: 0.3s all;
}
.many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
  position: relative;
}
.many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title::before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: var(--steadfast-slate);
  position: absolute;
  left: 0;
  top: -2px;
  opacity: 0.4;
}
.many-way-tab .tab-icon .elementor-icon-box-wrapper .elementor-icon-box-title {
  margin-top: 0;
}
/*zigzag Section*/
.zigzag-content-wrapper .lead-text .elementor-widget-container p:not(:last-child) {
  margin-bottom: 32px;
}
/*Signup Form Styling*/
.signup-form .gform_wrapper form {
  display: flex;
  width: 100%;
}
.signup-form .gform_wrapper form .gform-body {
  max-width: calc(100% - 206px);
  width: 100%;
}
.signup-form .gf_browser_chrome {
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column-reverse;
}
.signup-form .gform_wrapper form .gform-body ul li.gfield {
  margin: 0 !important;
}
.signup-form .gform_wrapper form .gform-body ul li.gfield .ginput_container input:focus, .signup-form .gform_wrapper form .gform-body ul li.gfield .ginput_container input {
  border-radius: 30px 0 0 30px !important;
  border-right: none;
  padding: 5px 29px !important;
  height: 50px;
}
html body .signup-form .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not( [type="button"] ):not([type="image"]):not([type="file"]) {
  border-right: 0 !important;
}
.signup-form .gform_wrapper form .gform-body ul li.gfield_error .ginput_container input {
  border-right: 0 !important;
}
.signup-form .gform_wrapper form .gform_footer {
  width: 206px;
  padding: 0;
}
.signup-form .gform_wrapper form .gform_footer input[type="submit"] {
  margin: 0;
  border-radius: 0px 30px 30px 0px;
  height: 50px;
  max-width: 100%;
}
.signup-form .gf_browser_chrome .gform_validation_errors li {
  text-align: left;
  padding-left: 32px;
  padding-top: 10px;
}
html body .signup-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}
html body .signup-form .gform_wrapper form ul.gform_fields li.gfield.gfield_error:not(.top-text):not(.recaptcha-field) {
  margin: 0 !important;
}
/*FAQ Section*/
.accordion-wrapper .e-n-accordion .e-n-accordion-item-title-icon, .accordion-wrapper .e-n-accordion .e-n-accordion-item-title {
  transition: 0.3s all;
}
.accordion-wrapper .e-n-accordion .e-n-accordion-item-title-icon:hover {
  opacity: 0.7;
}
.accordion-wrapper .e-n-accordion .e-n-accordion-item-title-icon, .accordion-wrapper .e-n-accordion .e-n-accordion-item-title-icon span {
  max-height: 15px;
  width: 26px;
}
.accordion-wrapper .e-n-accordion .e-n-accordion-item-title-icon span {
  position: relative;
  top: -3px;
}
/* .accordion-wrapper .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-header{
  max-width: calc(100% - 45px);
}
*/
.accordion-wrapper .e-n-accordion-item .accordion-content-wrapper a {
  text-decoration: none;
  color: var(--fresh-green);
  text-decoration-color: var(--fresh-green);
}
.accordion-wrapper .e-n-accordion-item .accordion-content-wrapper a:hover {
  text-decoration: underline;
}
.accordion-wrapper.sky-link .accordion-content-wrapper a{
  color: var(--generous-blue);
  text-decoration-color: var(--generous-blue);
}
.accordion-wrapper .e-n-accordion .e-n-accordion-item-title-icon {
  margin-left: auto;
  margin-top: -4px;
}
/* .accordion-wrapper .e-n-accordion .e-n-accordion-item-title-icon{
  align-self: flex-start;
  top: 8px;
}
*/
.accordion-content-wrapper .elementor-widget-text-editor a:not(.elementor-button) {
  word-break: break-word;
}
.hero-bar .elementor-widget-text-editor a:hover, .hero-bar .elementor-widget-text-editor a {
  color: white;
  word-break: break-word;
}
.text-larger-space .elementor-widget-container p:not(:last-child) {
  margin-bottom: 33px;
}
/*counter card corner section*/
.apply-card-wrapper .apply-card-container:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: inherit;
  width: 32px;
  height: 32px;
  z-index: 1;
  border: 1px solid #b8c3c5;
  border-left: 0;
  border-bottom: 0;
}
.apply-card-wrapper .apply-card-container .heading {
  max-width: max-content;
  aspect-ratio: 1;
}
.apply-card-wrapper .apply-card-container .heading .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.apply-card-wrapper .apply-card-container .heading .elementor-widget-container .elementor-heading-title {
  max-width: max-content;
}
html body .dot-list .elementor-widget-container ul li a, .apply-card-container .elementor-widget-text-editor a {
  color: var(--fresh-green);
  text-decoration: none;
  font-weight: 700;
}
html body .dot-list .elementor-widget-container ul li a:hover, .apply-card-container .elementor-widget-text-editor a:hover {
  text-decoration: underline;
  color: var(--fresh-green);
}
/*News POsts*/
.staff-posts-wrapper, .news-posts-container {
  display: flex;
  flex-wrap: wrap !important;
  width: calc(100% + 30px) !important;
  margin: 0 -15px -30px;
}
.staff-posts-wrapper .staff-post-container, .news-posts-container .post-container {
  width: calc(33.33% - 30px) !important;
  margin: 0 15px 30px;
}
.staff-posts-wrapper {
  margin: 0 -15px -70px;
}
.staff-posts-wrapper .staff-post-container {
  margin: 0 15px 70px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  height: auto;
}
.staff-posts-wrapper .staff-post-container .post-inner, .post-container .post-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 30px;
}
.staff-main-wrapper .swiper.staff-slider {
  overflow: visible;
}
.staff-post-container .post-inner .featured-image-container, .post-container .post-inner .featured-image-container {
  width: 100%;
}
.staff-post-container .post-inner .featured-image-container .featured-image-container, .post-container .post-inner .featured-image-container .featured-image-container {
  width: 100%;
  position: relative;
  padding-bottom: 55%;
  display: block;
  overflow: hidden;
  min-height: 230px;
  background: var(--light-green) url("../img/st-mary-food-bank.svg") center center/ 60% no-repeat;
}
.staff-post-container .post-inner .featured-image-container .featured-image-container img, .post-container .post-inner .featured-image-container .featured-image-container img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: top;
  transition: 0.3s all;
}
.staff-post-container .post-inner .featured-image-container .featured-image-container {
  padding-bottom: 94.2%;
  min-height: 350px;
}
.post-container .post-inner:hover .featured-image-container .featured-image-container img {
  transform: scale(1.2);
}
.staff-post-container .post-inner:hover .featured-image-container .featured-image-container img {
  transform: scale(1.1);
}
.staff-post-container .post-inner .content-container, .post-container .post-inner .content-container {
  padding: 18px 20px 20px;
  background-color: #e8f9ff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.staff-post-container .post-inner .content-container {
  background-color: var(--white-color);
  padding: 30px 30px 25px;
}
.post-container .post-inner .content-container .post-meta ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
body:not(.archive) .post-container .post-inner .content-container .post-meta ul {
  margin-bottom: 0 !important;
}
.post-container .post-inner .content-container .post-meta ul li::before {
  display: none !important;
}
.post-container .post-inner .content-container .post-meta ul li {
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
}
.post-container .post-inner .content-container .post-meta ul li::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -1px;
  top: 4px;
}
.post-container .post-inner .content-container .post-meta ul li span, .post-container .post-inner .content-container .post-meta ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 19.88px;
  color: var(--steadfast-slat);
  opacity: 0.7;
}
.post-container .post-inner .content-container .post-meta ul li.post-date {
  pointer-events: none;
}
.post-container .post-inner .content-container .post-meta ul li a:hover {
  text-decoration: underline;
}
.post-container .post-inner .content-container .post-meta ul li.post-author::after {
  background: url("../img/author-icon.svg") no-repeat center center/contain;
}
.post-container .post-inner .content-container .post-meta ul li.post-date::after {
  background: url("../img/post-date.svg") no-repeat center center/contain;
}
.staff-post-container .post-inner .content-container .title, .post-container .post-inner .content-container .title {
  margin-bottom: 41px;
  margin-top: 0;
}
.staff-post-container .post-inner .content-container .title {
  margin-bottom: 9px;
}
.staff-post-container .post-inner .content-container .designation {
  margin-bottom: 28px;
  margin-top: 0;
  text-align: left;
}
.staff-post-container .post-inner .content-container .designation p {
  font-size: 20px;
  line-height: 1.6;
}
.staff-post-container .post-inner .content-container .staff-detail {
  display: none;
}
.staff-post-container .post-inner .content-container .title, .post-container .post-inner .content-container .title a {
  color: var(--steadfast-slat);
  text-decoration: none;
  cursor: pointer;
  max-width: max-content;
}
.staff-post-container .post-inner .content-container .title:hover, .post-container .post-inner .content-container .title a:hover {
  text-decoration: underline;
}
.post-container .post-inner .content-container .elementor-cta__button:focus, .staff-post-container .post-inner .content-container .elementor-cta__button, .post-container .post-inner .content-container .elementor-cta__button {
  color: var(--steadfast-slat);
  margin-top: auto;
  margin-left: 0;
}
.staff-post-container .post-inner .content-container .elementor-cta__button {
  color: var(--service-orange);
}
.staff-post-container .post-inner .content-container .elementor-cta__button span.last::after {
  filter: brightness(0) saturate(100%) invert(56%) sepia(63%) saturate(3955%) hue-rotate(2deg) brightness(96%) contrast(92%);
}
.post-container .post-inner .content-container .elementor-cta__button span.last::after {
  filter: brightness(0) saturate(100%) invert(16%) sepia(75%) saturate(580%) hue-rotate(144deg) brightness(95%) contrast(102%);
}
.stamrys-filters-wrapper .news-filter .facetwp-input-wrap, .stamrys-filters-wrapper .news-filter .fs-wrap {
  width: 100%;
  height: 100%;
}
.stamrys-filters-wrapper .news-filter .fs-wrap .fs-label-wrap {
  cursor: pointer;
}
.stamrys-filters-wrapper .news-filter .facetwp-input-wrap .facetwp-search, .stamrys-filters-wrapper .news-filter .fs-wrap .fs-label-wrap {
  height: 46px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: var(--white-color);
  width: 100%;
  border: 1px solid var(--border-colors);
}
.stamrys-filters-wrapper .news-filter .fs-wrap .fs-label-wrap .fs-arrow {
  border: none;
  background: url("../img/fliter-drop-down.svg") no-repeat center;
  background-size: 24px;
  width: 20px;
  height: 9px;
  right: 11px;
  background-size: 17px;
}
.stamrys-filters-wrapper .news-filter .facetwp-input-wrap .facetwp-search, .stamrys-filters-wrapper .news-filter .fs-wrap .fs-label-wrap .fs-label {
  width: 100%;
  padding: 0 14px !important;
  color: var(--steadfast-slate);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.stamrys-filters-wrapper .news-filter .facetwp-input-wrap .facetwp-search {
  padding-right: 48px !important;
}
.stamrys-filters-wrapper .news-filter .facetwp-input-wrap .facetwp-search::placeholder {
  opacity: 0.6;
  color: var(--steadfast-slate);
}
.stamrys-filters-wrapper .news-filter .fs-wrap .fs-label-wrap .fs-label {
  max-width: calc(100% - 30px);
}
.stamrys-filters-wrapper .news-filter .facetwp-facet .facetwp-icon {
  opacity: 1;
}
.events-archive-wrapper .mec-search-form .mec-text-input-search .mec-sl-magnifier, .stamrys-filters-wrapper .news-filter .facetwp-facet .facetwp-icon::before {
  background: url("../img/btn-search-icon.svg") no-repeat center / 24px;
  width: 25px;
  height: 25px;
  top: 49%;
  transform: translateY(-50%);
  position: relative;
  right: 15px;
  transition: 0.3s all;
}
.stamrys-filters-wrapper .news-filter .facetwp-facet .facetwp-icon.f-loading::before {
  animation: none;
}
.stamrys-filters-wrapper .news-filter .facetwp-facet .facetwp-icon:hover::before {
  opacity: 0.7;
}
.stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown {
  margin-top: 2px;
  border-radius: 5px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  border: none;
  z-index: 1;
}
body .facetwp-facet input.facetwp-search, body .facetwp-facet input.facetwp-location {
  min-width: auto;
}
/* .stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-no-results{
  display: none 
}
*/
.stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options {
  max-height: 270px;
  border-radius: 5px;
}
.mobile-meun-wrapper .mobile-nav::-webkit-scrollbar-track,
.stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  width: 6px;
  border-radius: 10px;
}
.mobile-meun-wrapper .mobile-nav::-webkit-scrollbar,
.stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options::-webkit-scrollbar {
  width: 8px;
  background-color: var(--generous-blue);
  border-radius: 10px;
}
.mobile-meun-wrapper .mobile-nav::-webkit-scrollbar-thumb,
.stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options::-webkit-scrollbar-thumb {
  background-color: var(--generous-blue);
  border: 2px solid #f5f5f5;
  border-radius: 10px;
}
.stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option-all, .stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option {
  padding: 15px 20px 13.5px 50px;
  height: 100%;
  position: relative;
  opacity: 1;
}
.county-filter-wrapper.stamrys-filters-wrapper .news-filter .fs-wrap .fs-dropdown .fs-options .fs-option:first-child, .county-filter-wrapper.stamrys-filters-wrapper .news-filter .fs-wrap .fs-dropdown .fs-options .fs-checkbox {
  display: none;
}
.county-filter-wrapper.stamrys-filters-wrapper .news-filter .fs-wrap .fs-dropdown .fs-options .fs-option {
  padding: 15px 20px 13.5px 20px;
}
.stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option.disabled {
  opacity: 0.5;
}
.stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option.disabled:hover {
  background-color: transparent !important;
}
.stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option-all .fs-option-label, .stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option .fs-option-label {
  color: #313536;
  font-size: 16px;
  line-height: 160%;
}
.stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option-all .fs-checkbox, .stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option .fs-checkbox {
  left: 15px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
.stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option-all .fs-checkbox i, .stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option .fs-checkbox i {
  border-radius: 4px;
  border: 1px solid var(--border-colors);
  width: 20px;
  height: 20px;
  margin: 0;
  left: 50%;
  top: calc(50% - -1px);
  transform: translate(-50%, -50%);
  position: absolute;
}
.stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option-all.selected .fs-option-label, .stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option.selected .fs-option-label {
  color: var(--white-color);
}
.fs-wrap.multiple .fs-option-all.selected .fs-checkbox i, .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background: var(--white-color) url("../img/selected-filter-icon.svg") no-repeat center / 14px !important;
  border-color: var(--white-color) !important;
}
.stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option-all.selected, .stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option.selected {
  background-color: var(--generous-blue);
}
.stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option-all:not(.selected):hover, .stamrys-filters-wrapper .news-filter.news-filter-dropdown .fs-dropdown .fs-options .fs-option:not(.selected):hover {
  background: #b8c3c540;
}
.stamrys-filters-wrapper .news-filter .facetwp-facet-reset_facet .facetwp-reset {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: 0.3s all;
  display: inline-block;
  margin-top: 4px;
  font-size: 15px;
}
.stamrys-filters-wrapper .news-filter .facetwp-facet-reset_facet .facetwp-reset:hover {
  opacity: 0.7;
}
.stamrys-filters-wrapper .news-filter .facetwp-facet-reset_facet .facetwp-reset::before {
  content: "";
  margin-right: 5px;
  width: 11px;
  height: 11px;
  background: url("../img/reset-facetwp.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.news-filter.news-filter-Search .facetwp-facet-reset_facet, .news-filter.news-filter-dropdown .facetwp-facet-reset_facet {
  position: absolute;
}
.news-posts-container .search-noresults {
  width: calc(100% - 30px) !important;
  margin: 0 20px -30px;
}
/*News Single */
.news-featured-wrapper .featured-image {
  min-height: 250px;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
  background: var(--light-blue) url("../img/st-mary-food-bank.svg") center center/ 60% no-repeat;
  border-radius: 30px;
}
.news-featured-wrapper {
  width: 100%;
  height: 100%;
}
.news-featured-wrapper .featured-image img {
  position: absolute;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}
.news-serach .elementor-search-form__container input {
  border: 1px solid #b8c3c5;
  border-radius: 30px 0 0 30px;
  border-right: 0;
  padding: 2px 30px !important;
}
.news-serach .elementor-search-form__container input::placeholder {
  opacity: 0.6;
}
.blog-serach-wrapper .blog-search-form button,
.news-serach .elementor-search-form__container .elementor-search-form__submit {
  border-radius: 0 30px 30px 0;
  transition: 0.3s all;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .news-serach.search-page .elementor-search-form__container input{
  border-radius: 5px 0 0 5px;
  padding: 2px 30px 2px 15px !important;
}
html body .news-serach.search-page .elementor-search-form__container .elementor-search-form__submit{
  border-radius: 0 5px 5px 0
}
.news-serach .elementor-search-form__container .elementor-search-form__submit:hover {
  opacity: 0.7;
}
.news-serach .elementor-search-form__container .elementor-search-form__submit .e-font-icon-svg-container {
  width: 20px;
  height: 20px;
  background: url("../img/news-search-icon.svg") center center/ 18px no-repeat;
}
.news-serach .elementor-search-form__container .elementor-search-form__submit .e-font-icon-svg-container svg {
  display: none !important;
}
/*Recent News*/
.recent-post-wrapper .recent-post {
  display: flex;
}
.recent-post-wrapper .recent-post:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.recent-post-wrapper .recent-post .post-img {
  width: 100px;
  height: 100%;
}
.recent-post-wrapper .recent-post .post-img .img-wrapper {
  border-radius: 10px;
  width: 100px;
  height: 78px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: var(--light-blue) url("../img/st-mary-food-bank.svg") center center/ 60% no-repeat;
}
.recent-post-wrapper .recent-post .post-img .img-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient( 0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100% ) !important;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
.recent-post-wrapper .recent-post .post-img .img-wrapper:hover::after {
  opacity: 0.5;
  visibility: visible;
}
.recent-post-wrapper .recent-post .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.recent-post-wrapper .post-content {
  width: calc(100% - 100px);
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -5px;
}
.recent-post-wrapper .post-content .post-title a {
  color: var(--white-color);
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}
.recent-post-wrapper .post-content .category:hover, .recent-post-wrapper .post-content .post-title a:hover {
  text-decoration: underline;
}
.recent-post-wrapper .post-content .post-title {
  margin-top: 0;
  margin-bottom: 4px;
}
.recent-post-wrapper .post-content .category {
  text-decoration: none;
  color: var(--supportive-sky);
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.new-single-cta .elementor-cta .elementor-cta__bg-wrapper .elementor-cta__bg-overlay {
  background: linear-gradient( 0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100% ) !important;
}
.new-single-cta a {
  text-decoration: none !important;
}
.single-aside-button .elementor-button {
  width: 100%;
  max-width: 415px !important;
}
.news-single-date ul li.elementor-icon-list-item {
  opacity: 0.6;
}
.news-single-date ul li.elementor-icon-list-item:not(:first-child) {
  position: relative;
}
.news-single-date ul li.elementor-icon-list-item:last-child {
  padding-right: 15px;
}
.news-single-date ul li.elementor-icon-list-item:not(:first-child)::before {
  content: "";
  width: 1px;
  height: calc(100% - 5px);
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translatey(-50%);
  background: rgba(0, 54, 66, 0.3);
}
.news-single-date ul li.elementor-icon-list-item a {
  text-decoration: none;
}
.news-single-date ul li.elementor-icon-list-item a:hover {
  text-decoration: underline;
}
.recent-post-wrapper .post-content .category .post-info-wrapper ul {
  padding: 0;
  list-style: none;
  display: flex;
}
.post-info-wrapper ul li span, .post-info-wrapper ul li a {
  color: var(--fresh-green);
  text-align: right;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none !important;
  text-transform: capitalize;
}
.post-info-wrapper ul li.post-time span {
  color: var(--service-orange);
  pointer-events: none;
}
.post-info-wrapper ul li a:hover {
  text-decoration: underline !important;
  color: var(--fresh-green) !important;
}
.post-info-wrapper ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.post-info-wrapper ul li:not(:last-child) {
  margin-right: 30px;
}
.post-info-wrapper ul li:not(:first-child) {
  position: relative;
}
.post-info-wrapper ul li:not(:first-child)::before {
  position: absolute;
  content: "";
  left: -16px;
  top: calc(50% - 2px);
  transform: translatey(-50%);
  width: 1px;
  height: calc(100% - 7px);
  background: #003642;
  opacity: 0.3;
}
.post-single-content a:not(.elementor-button) {
  font-weight: 700;
  word-break: break-word;
}
.post-single-content a:not(.elementor-button):hover {
  text-decoration: none !important;
}
.post-single-content a.elementor-button {
  text-decoration: none !important;
}
.post-single-content h1, .post-single-content h2, .post-single-content h3, .post-single-content h4, .post-single-content h5, .post-single-content h6 {
  margin-top: 0;
  margin-bottom: 16px !important;
  color: var(--steadfast-slate) !important;
}
.post-single-content h1 {
  font-size: 34px;
}
.post-single-content h2 {
  font-size: 32px;
}
.post-single-content h3 {
  font-size: 30px;
}
.post-single-content ol, .post-single-content ul, .post-single-content p:not(:last-child) {
  margin-bottom: 32px;
  margin-top: 0;
}
.post-single-content p > a img {
  margin-bottom: 0;
}
.post-single-content p a:not(.elementor-button) {
  color: var(--fresh-green) !important;
  word-break: break-word;
}
.post-single-content p {
  font-size: 20px;
  line-height: 1.6;
}
.post-single-content p a:not(.elementor-button):hover {
  text-decoration: underline;
}
.post-single-content img {
 /* width: 100%;
  */
 /*object-fit: cover;
  */
  border-radius: 30px;
 /* object-position: top;
  */
  margin-bottom: 20px;
}
/* .full-width-img img, .post-single-content img.full-width-img{
  aspect-ratio: unset;
}
*/
.post-single-content iframe {
  border-radius: 30px;
  height: auto;
  aspect-ratio: 16 / 9;
}
.post-single-content figure.alignright img, .post-single-content figure.alignleft img {
  margin-bottom: 15px !important;
}
.post-single-content h1 + p img, .post-single-content h2 + p img, .post-single-content h3 + p img, .post-single-content h4 + p img, .post-single-content h5 + p img, .post-single-content h6 + p img {
  margin-top: 20px !important;
}
.post-single-content blockquote {
  background: #01a0cb;
  margin: 0;
  padding: 25px 30px 29px 30px;
  margin-bottom: 32px;
  color: white;
  position: relative;
  border-radius: 30px;
}
.post-single-content blockquote *:first-child:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(a) {
  padding-top: 40px;
}
.news-single-date ul > li:not(:last-child) {
  margin-right: 31px !important;
}
.post-single-content blockquote h1, .post-single-content blockquote h2, .post-single-content blockquote h3, .post-single-content blockquote h4, .post-single-content blockquote h5, .post-single-content blockquote h6 {
  margin-bottom: 13px !important;
  width: calc(100% - 50px);
  color: var(--white-color) !important;
}
.post-single-content blockquote::after {
  content: "";
  width: 40px;
  height: 25px;
  position: absolute;
  background: url("../img/block-qoute-icon.svg") center center no-repeat;
  right: 25px;
  top: 25px;
}
.post-single-content ol li, .post-single-content ul li {
  font-size: 20px;
  line-height: 32px;
}
.post-single-content ul li:not(:last-child) {
  margin-bottom: 8px !important;
}
.post-single-content ol li:not(:last-child) {
  margin-bottom: 0px;
}
.post-single-content ul {
  padding-left: 31px;
  list-style: none;
}
.post-single-content ul li {
  position: relative;
}
body.mec-events-template-default.single .mec-data-fields-tooltip-box .mec-event-data-field-items .mec-event-data-field-item ul li::after, .post-single-content ul li::after {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  left: -19px;
  top: 14px;
  background: currentColor;
  border-radius: 50%;
}
.post-single-content ol {
  padding-left: 30px;
}
.single-social-share .elementor-grid .elementor-grid-item {
  margin: 0;
}
.single-social-share .elementor-grid .elementor-grid-item .elementor-share-btn__icon {
  width: 30px;
  height: 30px;
  border-radius: 0 !important;
  transition: 0.3s all;
}
.single-social-share .elementor-grid .elementor-grid-item .elementor-share-btn__icon:hover {
  opacity: 0.7;
}
.single-social-share .elementor-grid .elementor-grid-item .elementor-share-btn svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.single-social-share .elementor-grid .elementor-grid-item .elementor-share-btn {
  height: auto;
}
.single-social-share .elementor-grid .elementor-grid-item .elementor-share-btn_twitter .elementor-share-btn__icon {
  background: url("../img/x-twitter-social-share.svg") center center no-repeat;
  position: relative;
  top: 2px;
}
.single-social-share .elementor-grid .elementor-grid-item .elementor-share-btn_twitter .elementor-share-btn__icon .e-fab-twitter {
  display: none;
}
/* .recent-blog-posts .recent-post .category, .recent-blog-posts ul li a{
  pointer-events: none;
}
*/
/**Accordion*/
.post-accordions-wrapper {
  margin-bottom: 24px;
}
.post-accordions-wrapper .wp-block-group__inner-container .wp-block-details .accordion-content-wrapper .elementor-button, .wp-block-button__link {
  background: var(--generous-blue);
  color: var(--white-color) !important;
  text-decoration: none !important;
  border: 2px solid var(--generous-blue);
}
.post-accordions-wrapper .wp-block-group__inner-container .wp-block-details .accordion-content-wrapper .elementor-button a {
  color: var(--white-color) !important;
  text-decoration: none !important;
}
.post-accordions-wrapper .wp-block-group__inner-container .wp-block-details .accordion-content-wrapper .elementor-button:hover a {
  color: var(--generous-blue) !important;
}
.post-accordions-wrapper .wp-block-group__inner-container .wp-block-details .accordion-content-wrapper .elementor-button:hover, .wp-block-button__link:hover {
  background: var(--white-color);
  color: var(--generous-blue) !important;
}
.post-accordions-wrapper .wp-block-group__inner-container .wp-block-details summary {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: var(--border-colors);
  padding: 20px 40px 20px 0;
  display: flex;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
}
.post-accordions-wrapper .wp-block-group__inner-container .wp-block-details summary::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/accordion-arrow.svg") no-repeat center;
  background-size: 20px;
  position: absolute;
  right: 0px;
  top: 27px;
  transition: 0.3s all;
}
.post-accordions-wrapper .wp-block-group__inner-container .wp-block-details summary::after:hover {
  opacity: 0.7;
}
.post-accordions-wrapper .wp-block-group__inner-container .wp-block-details[open] summary::after {
  transform: scale(-1);
}
.post-accordions-wrapper .wp-block-group__inner-container .wp-block-details p {
  font-size: 16px;
  line-height: 1.6;
}
.post-accordions-wrapper .wp-block-group__inner-container .wp-block-details .accordion-content-wrapper {
  padding: 20px 30px;
  border-bottom: 1px solid var(--border-colors);
  background: var(--light-green);
}
/*Image with text card within the blog post*/
.blog-cta-cards-wrapper .blog-cta-card-container .wp-block-group__inner-container .wp-block-image {
  max-width: 100%;
  width: 100%;
  border: 1px solid #dbdbdb94;
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
  border-radius: 10px;
}
.blog-cta-cards-wrapper .blog-cta-card-container .wp-block-group__inner-container .wp-block-image img {
  max-width: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-cta-cards-wrapper > .wp-block-group__inner-container {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog-cta-cards-wrapper .blog-cta-card-container {
  width: 100%;
  border: 1px solid var(--border-colors);
  padding: 15px;
  border-radius: 10px;
}
/*Image with text card within the blog post end*/
.post-single-content p.content-multiple-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
/* .post-single-content p.content-multiple-images img{
  border-radius: 10px;
  max-width: calc(100% - 10px);
  margin: 0 !important;
}
*/
/*Serices gallery Slider*/
.service-gallery-slider-wrapper .gallery-item.swiper-slide {
  height: auto;
}
.service-gallery-slider-wrapper .gallery-item .gallery-icon {
  min-height: 300px;
  position: relative;
  padding-bottom: 100%;
  display: block;
}
.service-gallery-slider-wrapper .gallery-item .gallery-icon img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.service-gallery-slider-wrapper .slider-control {
  margin: 32px auto 0;
}
body.elementor-editor-active .service-gallery-slider-wrapper .gallery {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
body.elementor-editor-active .service-gallery-slider-wrapper .gallery .gallery-item {
  max-width: 370px;
  width: 100%;
}
.service-gallery-slider-wrapper .elementor-image-gallery:not(.swiper-initialized) .gallery {
  column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
}
.service-gallery-slider-wrapper .elementor-image-gallery:not(.swiper-initialized) .gallery .gallery-item {
  max-width: 370px !important;
  width: 100%;
}
.tab-inner-text-editor p {
  margin-bottom: 10px;
}
.tab-inner-text-editor a:not(.elementor-button) {
  color: var(--fresh-green);
  text-decoration: none;
}
.tab-inner-text-editor a:not(.elementor-button):hover {
  text-decoration: underline;
  color: var(--fresh-green);
}
/*Partner Resource hub Section*/
.partner-resource-hub-container {
  max-width: var(--content-width);
}
.img-left-cta .elementor-cta .elementor-cta__description a {
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
  display: inline-block;
}
.img-left-cta .elementor-cta .elementor-cta__description a:hover {
  text-decoration: underline;
}
.img-left-cta.orange-link .elementor-cta .elementor-cta__description a {
  color: var(--service-orange);
}
.img-left-cta.dark-red-link .elementor-cta .elementor-cta__description a {
  color: var(--dark-red);
}
.img-left-cta.dark-red-link .elementor-cta .elementor-icon svg {
  filter: brightness(0) saturate(100%) invert(9%) sepia(34%) saturate(4790%) hue-rotate(346deg) brightness(91%) contrast(90%);
}
.part-agency-table-list {
  height: 100%;
}
.no-underlin-text-editor p a {
  text-decoration: none !important;
}
.no-underlin-text-editor p a:hover {
  text-decoration: underline !important;
}
html body .green-list-dot .elementor-widget-container ul li::before {
  background: var(--fresh-green) !important;
}
.apply-card-container .lead-text, html body .dot-list .elementor-widget-container ul li {
  word-break: break-word;
}
html body .dot-list .elementor-widget-container ul li {
  break-inside: avoid-column;
}
html body .orange-list-dot .elementor-widget-container ul li::before {
  background: var(--service-orange) !important;
}
.community-wrapper .community-button-wrapper {
  margin-top: auto;
}
.lead-text.orange-list-dot p:not(:last-child) {
  margin-bottom: 20px;
}
.lead-text.orange-list-dot ul {
  margin-left: -10px !important;
}
html body .lead-text.orange-list-dot ul li {
  margin-bottom: 21.5px;
  padding-left: 28px;
}
.partner-file-list ul.elementor-icon-list-items li.elementor-icon-list-item a:hover {
  text-decoration: underline;
}
.partner-file-list ul.elementor-icon-list-items li a {
  max-width: max-content;
  text-decoration-color: var(--steadfast-slate) !important;
}
.partner-file-list ul.elementor-icon-list-items {
  gap: 30px;
}
.partner-file-list ul.elementor-icon-list-items li {
  width: calc(50% - 15px);
}
.partner-file-list.partner-file-list ul.elementor-icon-list-items {
  justify-content: space-between;
  gap: 30px 20px;
}
.partner-file-list.reports-pdfs ul.elementor-icon-list-items li {
  width: calc(33.33% - 20px);
}
.partner-file-list.policy-list ul.elementor-icon-list-items li {
  width: 100%;
}
.partner-file-list ul.elementor-icon-list-items li .elementor-icon-list-icon {
  min-width: 26px;
  max-width: 26px;
  height: 34px;
  padding: 0 !important;
}
.partner-file-list ul.elementor-icon-list-items li .elementor-icon-list-icon svg {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
.partner-file-list ul.elementor-icon-list-items li .elementor-icon-list-text {
  padding-left: 15px;
}
.partner-file-list ul.elementor-icon-list-items li .elementor-icon-list-icon svg path {
  fill: inherit;
}
.partner-file-list.full-width ul.elementor-icon-list-items li{
  width: 100% !important;
}
/* .partner-file-list ul.elementor-icon-list-items li:last-child{
  flex: 1;
}
*/
.about-tab-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title .e-n-tab-icon svg path, .program-resource-tab .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title .e-n-tab-icon svg path {
  fill: white;
}
.news-featured-wrapper .featured-image img[src=""] {
  display: none;
}
/*About Page*/
.read-more-button .elementor-button:hover .elementor-button-icon svg path {
  stroke: var(--fresh-green);
}
.read-more-button.show-less-content .elementor-button .elementor-button-icon {
  transform: scale(-1);
}
.read-more-button .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
.read-more-button .elementor-button .elementor-button-icon {
  max-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading-divder .elementor-heading-title {
  position: relative;
}
.heading-divder .elementor-heading-title::after {
  content: "";
  width: 60px;
  height: 6px;
  background: #e5740b;
  position: absolute;
  left: 0;
  bottom: -21px;
  border-radius: 3px;
}
.heading-divder.centered_align .elementor-heading-title::after{
  left: 50%;
  transform: translateX(-50%);
}
.read-more-button .elementor-button.show-less-content .elementor-button-content-wrapper .elementor-button-icon{
    transform: scale(-1) !important
}
/*Testimonial Slider*/
.testimonial-wrapper .elementor-main-swiper {
  padding: 0 !important;
}
.testimonial-wrapper .elementor-main-swiper {
  margin: 0;
  width: 100%;
}
.testimonial-wrapper .elementor-testimonial {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.testimonial-wrapper .elementor-testimonial .elementor-testimonial__footer {
  max-width: calc(100% - 100px);
  margin: 0 auto 16px !important;
}
.testimonial-wrapper .elementor-testimonial * {
  text-align: center;
}
.testimonial-wrapper .swiper-slide {
  position: relative;
}
.testimonial-wrapper .swiper-slide::after {
  width: 62.9px;
  height: 43.69px;
  content: "";
  position: absolute;
  top: 41px;
  right: 41px;
  background: url("../img/testimonial-testi-icon.svg") center center/ contain no-repeat;
}
.about-tab-wrapper .director-text-area ul.elementor-icon-list-items li a {
  text-decoration-color: var(--steadfast-slate) !important;
  text-decoration: none;
  max-width: max-content;
  font-weight: normal;
}
.about-tab-wrapper .director-text-area ul.elementor-icon-list-items li a:hover {
  text-decoration: underline;
}
.testimonial-wrapper .elementor-main-swiper {
  border-radius: 30px;
}
.testimonial-wrapper .slider-control {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  margin: 40px auto 0;
}
/* About page Read-more Read Less */
.read--ml-main-wrapper .img-with-text-main-container {
  display: inline-block;
}
.read--ml-main-wrapper .img-with-text-wrapper h2 {
  margin-top: 1px;
  margin-bottom: 18px;
}
.read--ml-main-wrapper .hide-paragraph-section p, .read--ml-main-wrapper .img-with-text-wrapper p {
  margin-bottom: 32px;
}
.read--ml-main-wrapper img {
  max-width: 42.8%;
  float: right;
  margin-left: 70px;
  margin-bottom: 24px;
  border-radius: 30px;
  overflow: hidden;
  min-height: 270px;
  max-height: 412px;
  height: 100%;
}
/*Popup*/
.staff-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
}
.staff-popup-wrapper.active-staff-popup {
  opacity: 1;
  visibility: visible;
}
body.stop-scrlling {
  overflow-y: hidden;
}
.staff-popup-wrapper .popup-detail-container {
  border-radius: 30px;
  background: var(--white-color);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  max-width: 898px;
  padding-bottom: 40px;
  padding-top: 40px;
  display: flex;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  height: auto;
  max-height: 100%;
}
.staff-popup-wrapper .popup-detail-container .detail-wrapper {
  padding: 31px 70px 30px;
  overflow-y: auto;
  height: auto;
  max-height: max-content;
  scrollbar-width: thin;
  scrollbar-color: var(--generous-blue) #f5f5f5;
}
body.mec-events-template-default.single .lity-wrap .lity-container .mec-speaker-info::-webkit-scrollbar-track {
  background-color: #f5f5f5 !important;
  width: 6px !important;
  border-radius: 10px !important;
}
body.mec-events-template-default.single .lity-wrap .lity-container .mec-speaker-info::-webkit-scrollbar {
  width: 8px !important;
  background-color: var(--generous-blue)!important;
  border-radius: 10px;
}
body.mec-events-template-default.single .lity-wrap .lity-container .mec-speaker-info::-webkit-scrollbar-thumb {
  background-color: var(--generous-blue);
  border: 2px solid #f5f5f5;
  border-radius: 10px;
}
body.mec-events-template-default.single .lity-wrap .lity-container .lity-close, .staff-popup-wrapper .popup-detail-container .popup-clos-btn {
  background: var(--steadfast-slate) url("../img/poup-close-icon.svg") center center/ 20px no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.3s all;
  cursor: pointer;
}
body.mec-events-template-default.single .lity-wrap .lity-container .lity-close:hover, .staff-popup-wrapper .popup-detail-container .popup-clos-btn:hover {
  opacity: 0.7;
}
.staff-popup-wrapper .show-bio-detail p:first-child, .staff-popup-wrapper .show-bio-detail {
  display: inline;
}
.staff-popup-wrapper .show-bio-detail ol, .staff-popup-wrapper .show-bio-detail ul, .staff-popup-wrapper .show-bio-detail p:not(:first-child) {
  margin-top: 32px;
  margin-bottom: 0;
}
.staff-popup-wrapper .popup-detail-container span {
  font-weight: 700;
  display: inline;
}
.staff-popup-wrapper .show-bio-detail p {
  word-break: break-word;
}
.staff-popup-wrapper .show-bio-detail a {
  text-decoration: none;
  color: var(--fresh-green);
  text-decoration-color: var(--fresh-green) !important;
  word-break: break-word;
  font-weight: 700;
}
.staff-popup-wrapper .show-bio-detail a:hover {
  text-decoration: underline;
  color: var(--fresh-green) !important;
}
/*Event Archive*/
/* body.post-type-archive-mec-events .mec-container{
  width: 100% !important;
  max-width: 100%;
  padding: 0 
}
body.post-type-archive-mec-events .mec-container > h1{
  display: none 
}
*/
/*Children Feeding*/
.cf-main-wrapper {
  display: flex;
  flex-direction: column;
}
.cf-main-wrapper .cf-all-locations {
  text-align: center;
  margin-bottom: 24px;
  order: -1;
}
.cf-location-blocks-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.cf-location-blocks-row .cf-category-name .cate-title {
  margin-top: 0;
  color: var(--steadfast-slate);
}
.cf-location-blocks-row .cf-location-title {
  margin: 0 0 18px;
  color: var(--steadfast-slate);
}
.cf-location-blocks-row:not(:last-child) {
  margin-bottom: 60px;
}
.cf-location-blocks-row .cf-location-grid-wrapper {
  display: flex;
  width: calc(100% + 30px);
  margin: 32px -15px -30px;
  flex-wrap: wrap;
}
.cf-location-blocks-row .cf-location-grid-wrapper .cf-location-grid-item-wrapper {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  background: var(--light-blue);
  border-radius: 10px;
  padding: 34px 30px 29px;
}
.cf-location-grid-item-wrapper ul {
  padding: 0;
  list-style: none;
}
.cf-location-grid-item-wrapper ul li {
  padding-left: 33px;
  position: relative;
}
.cf-location-grid-item-wrapper ul li::before {
  content: "";
  width: 23px;
  height: 26px;
  position: absolute;
  left: 0px;
  top: -2px;
}
.cf-location-grid-item-wrapper ul li.cf-address::before {
  background: url("../img/feeding-location.svg") no-repeat center / 16px;
}
.cf-location-grid-item-wrapper ul li.cf-date-day::before {
  background: url("../img/feeding-calender.svg") no-repeat center / 19px;
}
.cf-location-grid-item-wrapper ul li.cf-food-time::before {
  background: url("../img/feeding-clock.svg") no-repeat center / 19px;
}
.cf-location-grid-item-wrapper ul li.cf-phone::before {
  background: url("../img/feeding-phone.svg") no-repeat center / 19px;
}
/* .cf-location-grid-item-wrapper ul li a:hover, */
.cf-location-grid-item-wrapper ul li a {
  color: var(--steadfast-slate) !important;
  max-width: max-content;
  font-weight: 400 !important;
}
.cf-location-grid-item-wrapper ul li:not(:last-child) {
  margin-bottom: 16px;
}
.cf-location-grid-item-wrapper ul li > span {
  display: inline-block;
  width: 100%;
}
.cf-location-grid-item-wrapper ul li > span > span {
  white-space: nowrap;
}
/*heading Divider*/
.cf-category-name {
  width: 100%;
}
.cf-category-name .cate-title {
  width: 100%;
  position: relative;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.cf-category-name .cate-title::after {
  content: "";
  height: 2px;
  background: var(--border-colors);
  display: inline-block;
  flex: 1;
  margin-left: 24px;
  opacity: 0.6;
  min-width: 5%;
  width: 100%;
}
body .no-location-wrapper {
  text-align: center;
  background-color: #eff5ef;
  border-radius: 20px;
  padding: 68px 20px 70px;
}
body .no-location-wrapper .content {
  margin-top: 16px;
}
body .no-location-wrapper h3 {
  margin: 0;
}
body .no-location-wrapper .content p {
  font-weight: 700;
}
/*Plain text*/
.plain-text .elementor-widget-container p:not(:last-child) {
  margin-bottom: 17px;
}
.plain-text-container .plain-text:last-child .elementor-widget-container {
  margin-bottom: 0px !important;
}
.contact-block-text .elementor-widget-container p a {
  text-decoration: none;
  font-weight: inherit;
  color: currentcolor;
}
.contact-block-text .elementor-widget-container p a:hover {
  text-decoration: underline;
}
.block-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-top: 7px;
}
html body .two-col-form .elementor-widget-container .gform-body ul.gform_fields > li:not(.wd-100) {
  width: calc(50% - 10px);
}
.two-col-form form .gform-body ul:not(.gfield_radio):not(.gfield_checkbox):not(.options) {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  justify-content: space-between;
}
/* .two-col-form form .gform-body .options{
  min-height: 270px !important;
  height: 100% !important;
}
*/
/* Spanish Language */
html[lang="es"] .topbar-btns .elementor-button-wrapper .elementor-button {
  font-size: 15px !important;
  padding: 8px 15px 8px 15px;
}
html[lang="es"] .header-menu .elementor-nav-menu--main > ul > li:not(:first-child) > a {
  margin-inline-end: 10px;
  margin-inline-start: 10px;
}
html[lang="es"] .header-menu .elementor-nav-menu--main > ul > li:first-child > a {
  margin-inline-end: 10px;
}
html[lang="es"] .circle-text-wrapper.green-circle-bg .circle-text-heading .elementor-heading-title {
  font-size: 14px !important;
}
.green-color-link a:not(.elementor-button) {
  color: var(--fresh-green);
}
.sky-color-link a:not(.elementor-button) {
  color: var(--generous-blue) !important;
}
.contact-location-wrapper a:not(.elementor-button) {
  word-break: break-all;
}
.contact-location-wrapper a:not(.elementor-button) {
  color: var(--generous-blue);
  font-weight: 600;
}
/*Hunger Heros CTA Slider*/
.logo-cta-section .slider-cta .elementor-cta .elementor-cta__content .elementor-cta__image img {
  object-fit: contain;
}
.logo-cta-section .slider-cta .elementor-cta .elementor-cta__content .elementor-cta__image {
  border-bottom: 1px solid #b8c3c569;
  background: var(--white-color);
}
/*Ada Fixing*/
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  background-color: #fff;
  color: #333;
  font-size: 14px;
}
a.skip-main:focus, a.skip-main:active {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.single-social-share .elementor-widget-container,
.elementor-widget-social-icons .elementor-widget-container {
  font-size: 11px !important;
}
.single-social-share .elementor-widget-container .elementor-grid-item .elementor-share-btn{
  border-radius: 0;
  font-size: 11px;
}
/* .elementor-content-item, .pointer-event-none .event-none .elementor-cta,
.elementor-cta__description, */
.elementor-cta__content-item.elementor-icon-wrapper,
.text-in-linkbth, .description-event-none .elementor-cta .elementor-cta__description,
.img-left-cta .elementor-cta__content .elementor-icon-wrapper, .swiper-button-prev.swiper-button-disabled, .slider-cta .elementor-cta .elementor-cta__content .elementor-cta__description {
  pointer-events: none !important;
}
.mec-googlemap-details .gm-style-iw-t > div[role="dialog"] button:focus-visible,
.events-archive-wrapper .mec-text-input-search input:focus-visible,
.events-archive-wrapper .mec-search-form #mec_sf_month_30304:focus-visible,
.events-archive-wrapper .mec-search-form #mec_sf_year_30304:focus-visible,
.post-container .post-inner .featured-image-container:focus-visible .featured-image-container,
.post-container .post-inner .featured-image-container:focus-visible .featured-image-container img,
.cookie-notice-container #cn-close-notice:focus-visible, 
.staff-post-container .featured-image-container:focus-visible .featured-image-container img, 
form .gform_footer input[type="submit"]:focus-visible, 
.main-slider-wrapper .swiper-slide .slide-img-container:focus-visible .img-wrapper img, .elementor-cta .elementor-content-item.elementor-cta__image a:focus-visible img, 
.help-hand-cta a.elementor-cta:focus-visible .elementor-cta__content, .img-left-cta a.elementor-cta:focus-visible .elementor-cta__content {
  outline: 2px solid #101010 !important;
  outline-offset: -2px;
}
.swiper-notification {
  opacity: 0;
  visibility: hidden;
}
.elementor-cta__content, .elementor-cta{
  border-radius: inherit;
}
.lead-text a{
  word-break: break-word !important;
}
.stamrys-filters-wrapper .facetwp-icon,
.cta-role-none .elementor-cta{
  pointer-events: none
}
.location-card-wrapper > .elementor-element:last-child{
  margin-bottom: 0 !important
}
.pointer-event-auto-cta .elementor-cta .elementor-cta__description{
  pointer-events: auto
}
.pointer-event-auto-cta .elementor-cta .elementor-cta__description a{
  font-weight: 700;
  color: #378736
}
.dialog-widget .dialog-close-button{
  padding: 10px !important;
  border-radius: 5px !important;
  transition: 0.3s all !important
}
.dialog-widget-content .dialog-message{
  overflow: unset !important
}
.dialog-widget-content .dialog-message .elementor-location-popup{
  overflow: auto !important;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  border-radius: 5px;
}
.dialog-widget-content .dialog-message.dialog-lightbox-message{
  max-height: calc(100dvh - 60px);
  max-width: calc(100vw - 60px);
}
.popup-image img{
  min-height: 260px !important;
  object-fit: cover;
}
html body .popup-wrapper .two-col-form .elementor-widget-container .gform-body ul.gform_fields > li:not(.wd-100){
  margin-bottom: 12px !important
}
.dialog-widget{
  z-index: 1000000 !important;
}
.skill-center-info .elementor-widget-container a{
    font-weight: 700;
    display: inline-block
}
.wtg-icons-wrapper .wtg-icon .elementor-icon{
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.wtg-icons-wrapper .wtg-icon .elementor-icon svg{
  max-width: 75px;
  max-height: 67px;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}
.wtg-icons-wrapper a.wtg-icon-container{
  text-decoration: none !important;
}
.wtg-icons-wrapper a.wtg-icon-container:hover .title{
  text-decoration: underline;
  text-decoration-color: var(--steadfast-slate) !important
}
.wtg-icons-wrapper a.wtg-icon-container:hover .elementor-icon svg{
  scale: 1.08
}
.text-paragraph a{
  word-break: break-word;
  display: inline-block !important
}
.blog-serach-wrapper .blog-search-form input{
  position: relative;
  border-color: #B8C3C5;
  padding: 0 10px;
  height: 50px;
  padding-right: 70px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 25.6px;
  color: #003642;
  padding-left: 28px;
}
.blog-serach-wrapper .blog-search-form input::placeholder{
  color: #003642;
  opacity: 0.6;
}
.blog-serach-wrapper .blog-search-form button{
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 50px 50px 0px;
  background-color: #003642;
  border-color: #003642;
  border-left: 0;
  height: 100%;
  max-width: 59px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  border: 2px solid #003642;
}
.blog-serach-wrapper .blog-search-form button:hover{
  opacity: 0.8;
}
.blog-serach-wrapper .blog-search-form button i{
  color: white;
  font-size: 20px;
  background: url("../img/news-search-icon.svg") center center/ 18px no-repeat;
  width: 20px;
  height: 20px;
}
.blog-serach-wrapper .blog-search-form button i::before{
  display: none
}
.counter-main-wrapper .elementor-counter .elementor-counter-title{
  text-align: center;
}
.search-page .elementor-search-form .elementor-search-form__submit:focus{
  color: white !important;
}
.cta-static-card-container.food-fun-cards .elementor-cta .elementor-cta__content{
  border: none
}
a[href^="fax"]:not(.elementor-button),
a[href^="tel"]:not(.elementor-button) {
  display: inline-block !important;
}
.video-wrapper .elementor-wrapper{
  overflow: hidden;
  border-radius: 30px !important
}

/* Cookiebot style */
/* CPRA Plugin Popup Styling Code */
body #CybotCookiebotDialogHeader{
	padding:0;
  display: none;
}
.CybotCookiebotDialogContentWrapper .CybotCookiebotDialogBodyBottomWrapper,
.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1em;
  text-align: center;
  flex-direction: row;
}
.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonLabel {
  width: auto;
  padding: 0;
  margin: 0 !important;
}
.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonLabel strong  {
  padding: 0 !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotDialogBodyLevelButtonSliderWrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-shrink: 0;
  position: relative;
  width: 57px;
}
.CybotCookiebotDialogContentWrapper div#CybotCookiebotDialogNav .CybotCookiebotDialogNavItems .CybotCookiebotDialogNavItem {
  padding: 0 !important;
}

.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type), 
.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton, 
.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type) {
  width: 100%;
}


.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type), 
.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type) {
  margin-bottom: 0.5rem !important;
  margin-right: 0 !important
}
.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
  flex-direction: column;
}

@media (min-width: 601px) {
  .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
    flex-direction: column-reverse;
  }
}

.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  border-width: 3px;
}
.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  font-weight: 400;
  letter-spacing: 0 !important;
  transition: 0.3s all;
  opacity: 1 !important
}
.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background: #328633;
  border-color: #328633;
  color: #fff;
}
.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover,
.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  background: #328633;
  border-color: #328633;
}
.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
  color: #fff;
}
/* End CPRA Plugin Popup Styling Code */

/*Form Recaptcha styling*/
html body .gform_wrapper form ul.gform_fields li.gfield:has(.ginput_recaptcha[data-size="invisible"]){
  margin-block-end: 0 !important;
  z-index: 1;
  position: fixed;
  right: 0
}
.img-left-cta .elementor-cta__content{
	height: 100%
}
body .help-hand-cta .elementor-cta{
  flex-direction: row;
}
/*Form Recaptcha styling end*/

/* /Hero Stylinh/ */
.home-hero-slider .swiper-pagination span{
  transition: 0.3s all
}
.home-hero-slider .swiper-pagination span.swiper-pagination-bullet-active{
  pointer-events: none
}
.hero-controls-wrapper{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  width: 100%;
  z-index: 1;
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 60px
}
.hero-controls-wrapper .swiper-pagination,
.hero-controls-wrapper .elementor-swiper-button{
  position: static;
  transform: unset;
}
.hero-controls-wrapper .elementor-swiper-button.elementor-swiper-button-next{
  order: 1
}
.hero-controls-wrapper .elementor-swiper-button{
  cursor: pointer;
  transition: 0.3s all
}
.hero-controls-wrapper .swiper-pagination{
  position: static !important;
  max-width: max-content;
  padding: 0 38px 0 38px;
  display: flex;
  gap: 22px;
  transform: unset !important;
}
.hero-controls-wrapper .elementor-swiper-button:hover{
  opacity: 0.7 !important
}

.hero-controls-wrapper .swiper-pagination .swiper-pagination-bullet{
  margin: 0;
}
.hero-controls-wrapper .swiper-pagination,
.hero-controls-wrapper .elementor-swiper-button{
  opacity: 0
}
.home-hero-slider:has(.hero-controls-wrapper) .swiper-pagination,
.home-hero-slider:has(.hero-controls-wrapper) .elementor-swiper-button{
  opacity: 1 !important
}
.hero-slider-wrapper .e-n-carousel{
  padding-bottom: 0 !important
}

.slide-img-wrapper .elementor-widget-container{
  overflow: hidden !important
}
/* #703963 -- SMFB | Build Food Resourcing Page -- Direct */
body .text-link-big.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  font-size: 32px !important;
  color: #003642 !important;
}
body .text-link-big.elementor-cta--skin-classic .elementor-cta__button.elementor-button .last:after {
  display: none !important;
}
body .counter-list{
  counter-reset: mycounter;
}
.site-main .counter-list ol, .site-main .counter-list ul:not([class]) li ol{
  list-style: none;
  padding: 0;
}
.site-main .counter-list ol li, .site-main .counter-list ul:not([class]) li ol li{
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 16px;
  font-size: 18px;
}
.site-main .counter-list ol li:last-child{
  margin-bottom: 0
}
.site-main .counter-list  ol::before, .site-main .counter-list ul:not([class]) li ol::before {
  content: "";
}
.site-main .counter-list  ol li::before, .site-main .counter-list ul:not([class]) li ol li::before{
  content: "";
  counter-increment: mycounter;
  content: counter(mycounter);
  background: var(--fresh-green);
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-right: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  border-radius: 10px;
  color: var(--white-color);
  font-family: "Unna", serif !important;
}

.resource-card-ctas .elementor-cta{
  height: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
}
.resource-card-ctas .elementor-cta__bg-wrapper{
  min-height: 230px;
  height: 100%;
  max-height: 230px
}
.resource-card-ctas .elementor-cta__content{
  border-radius: 0;
  flex: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.resource-card-ctas .elementor-cta__content .elementor-cta__button-wrapper{
  margin-top: auto;
}

.image-gallery-slider .swiper-slide{
  height: auto;
  border-radius: 30px
}
.image-gallery-slider .swiper-slide .swiper-slide-inner{
  height: 100%;
  width: 100%;
  max-height: 400px;
  min-height: 220px;
}
.image-gallery-slider .swiper-slide .swiper-slide-inner img{
  height: 100%;
  width: 100%;    
  object-fit: cover;
  object-fit: center;
}
.image-gallery-slider .swiper-pagination{
  margin-top: 24px !important;
  position: static
}
@media only screen and (max-width: 1450px) {
  .header-menu .elementor-nav-menu--main > ul > li:last-child > ul.sub-menu {
    left: auto !important;
    right: -70px;
  }
  .header-menu .elementor-nav-menu--main > ul > li:nth-last-child(3) > ul.sub-menu > li > .sub-menu {
    right: 100%;
    left: auto;
 }
  html[lang="es"] .header-menu .elementor-nav-menu--main > ul > li > a {
    font-size: 14px !important;
 }
  html body .header-menu .elementor-nav-menu--main > ul > li > ul.sub-menu li a.elementor-sub-item {
    font-size: 14px !important;
    line-height: 1.6;
 }
}
@media only screen and (max-width: 1350px) {
  html body header .header-serach div.elementor-widget-container {
    margin-left: 20px !important;
  }
  .header-menu .elementor-nav-menu--main > ul > li:last-child > ul.sub-menu {
    left: auto !important;
    right: -50px;
  }
  .header-menu .elementor-nav-menu--main > ul > li:nth-last-child(2) > ul.sub-menu {
    left: auto !important;
    right: -30px;
  }
  .topbar-btns .elementor-button::after {
    display: none;
  }
  .large-heading .elementor-widget-container h1.elementor-heading-title {
    font-size: 70px;
  }
  .carusel-bg::before {
    left: -10px;
  }
  html body .signup-form .gform_wrapper form .gform_footer input[type="submit"] {
    padding: 8px 20px 8px;
    height: 50px;
  }
  .signup-form .gform_wrapper form .gform_footer {
    width: 113px;
  }
  .signup-form .gform_wrapper form .gform-body {
    max-width: calc(100% - 113px);
  }
  html[lang="es"] .signup-form .gform_wrapper form .gform_footer {
    width: 140px;
  }
  html[lang="es"] .signup-form .gform_wrapper form .gform-body {
    max-width: calc(100% - 140px);
  }
  .video-wrapper .elementor-wrapper{
    border-radius: 20px !important
}
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .circle-text-heading .elementor-widget-container {
    padding: 25px 10px !important;
  }
  .circle-text-heading .elementor-widget-container .elementor-heading-title {
    font-size: 15px;
  }
  .circle-text-wrapper .circle-text-heading {
    max-width: 150px !important;
  }
  html body .circle-text-wrapper {
    column-gap: 18px;
 }
}
@media only screen and (max-width: 1200px) {
  .wtg-icons-wrapper:not(.wd-50) .wtg-icon-container img{
    width: 100% !important;
  }
}
@media only screen and (max-width: 1100px) {
  .community-wrapper .community-button-wrapper .elementor-button {
    width: 100%;
  }
  .community-wrapper .community-button-wrapper .elementor-widget-button, .community-wrapper .community-button-wrapper .elementor-button-wrapper {
    max-width: 240px !important;
    width: 100%;
  }
  html[lang="es"] .community-wrapper .community-button-wrapper .elementor-widget-button, html[lang="es"] .community-wrapper .community-button-wrapper .elementor-button-wrapper {
    max-width: 350px !important;
  }
}
@media only screen and (max-width: 1025px) {
  body.mobile-menu-open {
    overflow: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .full-width-button{
    min-width: 335px !important;
    justify-content: flex-end;
    display: flex;
  }
}
@media only screen and (min-width: 950px) {
 /*Image with text card within the blog post*/
  .blog-cta-cards-wrapper .blog-cta-card-container {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 767px) and (max-width: 950px) {
  .post-single-content img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .food-recource-cta.help-hand-cta-wrapper .help-hand-cta{
    width: calc(50% - 30px) !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .elementor-widget-heading h1.elementor-heading-title,
  body h1,
  body .h1,
  body .elementor-widget-heading.h1 .elementor-heading-title,
  h1.elementor-cta__title.elementor-cta__content-item {
    font-size: 52px;
  }
  body .elementor-widget-heading h2.elementor-heading-title,
  body h2,
  body .h2,
  body .elementor-widget-heading.h2 .elementor-heading-title,
  h2.elementor-cta__title.elementor-cta__content-item,
  body .elementor-image-box-content h2.elementor-image-box-title,
  .elementor-posts .elementor-post__card h2.elementor-post__title,
  .elementor-posts h2.elementor-post__title {
    font-size: 36px;
  }
  body.mec-events-template-default.single .mec-events-meta-group h3,
  body .elementor-widget-heading h3.elementor-heading-title,
  body h3,
  body .h3,
  body .elementor-widget-heading.h3 .elementor-heading-title,
  h3.elementor-cta__title.elementor-cta__content-item,
  body .elementor-image-box-content h3.elementor-image-box-title,
  .elementor-posts .elementor-post__card h3.elementor-post__title,
  .elementor-posts h3.elementor-post__title {
    font-size: 27px;
  }
  body .elementor-widget-heading h4.elementor-heading-title,
  body h4,
  body .h4,
  body .elementor-widget-heading.h4 .elementor-heading-title,
  h4.elementor-cta__title.elementor-cta__content-item,
  body .elementor-image-box-content h4.elementor-image-box-title,
  .elementor-posts .elementor-post__card h4.elementor-post__title,
  .elementor-posts h4.elementor-post__title {
    font-size: 22px;
  }
  body .elementor-widget-heading h5.elementor-heading-title,
  body h5,
  body .h5,
  body .elementor-widget-heading.h5 .elementor-heading-title,
  h5.elementor-cta__title.elementor-cta__content-item,
  body .elementor-image-box-content h5.elementor-image-box-title,
  .elementor-posts .elementor-post__card h5.elementor-post__title,
  .elementor-posts h5.elementor-post__title {
    font-size: 19px;
  }
  body .elementor-widget-heading h6.elementor-heading-title,
  body h6,
  body .h6,
  body .elementor-widget-heading.h6 .elementor-heading-title,
  h6.elementor-cta__title.elementor-cta__content-item,
  body .elementor-image-box-content h6.elementor-image-box-title,
  .elementor-posts .elementor-post__card h6.elementor-post__title,
  .elementor-posts h6.elementor-post__title {
    font-size: 17px;
  }
  body .lead-text p,
  body .lead-text.elementor-widget-text-editor,
  body .lead-text.elementor-widget-text-editor p,
  body .lead-text .elementor-widget-text-editor,
  body .lead-text .elementor-widget-text-editor p,
  .lead-text .elementor-cta__description.elementor-cta__content-item {
    font-size: 18px;
  }
  /*text Link*/
  body .text-link [type="button"]:not(.gm-control-active),
  body .text-link [type="submit"]:not(.adminbar-button),
  body .text-link .elementor-button,
  body .text-link .elementor-button:focus,
  body .text-link [type="button"]:not(.gm-control-active):focus,
  body .text-link [type="button"]:not(.gm-control-active),
  body .text-link [type="submit"]:not(.adminbar-button):focus,
  body .text-link button:not(.gm-control-active):focus,
  body .text-link button:not(.gm-control-active),
  body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button,
  body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
    font-size: 16px !important;
  }
  body .text-link .elementor-button span.last:after,
  body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button span.last:after,
  body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button  span.last:after,
  body .arrow-btn .elementor-button span.last::after {
    width: 9px !important;
    height: 15px;
    margin-bottom: -2px;
    margin-left: 9px;
    background-size: 8px;
  }
  /* -------------------------- end Base code -------------------------- */
  html body header .header-serach div.elementor-widget-container {
    margin-left: 14px !important;
  }
  header{
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.10)) !important;
  }
  .header-translator-wrapper .gtranslate_wrapper .gt_selected a, .header-translator-wrapper .gtranslate_wrapper .gt_option a {
    text-transform: uppercase;
  }
  .header-translator-wrapper .gtranslate_wrapper .gt_switcher::after {
    height: 100%;
    right: 0;
  }
  .header-translator-wrapper .gtranslate_wrapper .gt_selected a::after {
    background-size: 11px !important;
    top: 1px;
    right: 13px !important;
   }
  .header-translator-wrapper .gtranslate_wrapper .styledSelect {
    padding: 0 31px 0 0;
  }
  .header-translator-wrapper .gtranslate_wrapper .styledSelect::after {
    background-size: 12px;
    right: 12px;
  }
  body .header-translator-wrapper.mobile-translator .gtranslate_wrapper select {
    background-size: 14px;
    text-transform: uppercase;
  }
  .header-translator-wrapper.mobile-translator .gtranslate_wrapper .gt_option a{
    padding: 3px 5px 0 !important;
  }
  /*search*/
  .header-serach .elementor-search-form__container {
    padding: 20px 50px !important;
    width: 100%;
    height: 100dvh;
   }
   .header-serach .elementor-search-form__container .dialog-lightbox-close-button{
    width: 40px;
    height: 40px;
   }
  .header-logo .elementor-widget-container {
    max-width: 177px;
  }
  .header-main-wrapper .top-mobile-btns-wrapper > div {
    flex: 1;
  }
  .top-mobile-btns-wrapper .elementor-element {
    flex: 1;
  }
  .top-mobile-btns-wrapper .elementor-element a {
    width: 100%;
  }
  header .header-super-main-wrapper {
    width: 100% !important;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  .mobile-toggle-btn .elementor-icon {
    position: relative;
    top: 4px;
    cursor: pointer;
  }
  body.mobile-menu-open .mobile-toggle-btn .elementor-icon {
    background: url("../img/mobile-menu-close.svg") no-repeat center center;
    transition: none;
    background-size: 20px;
  }
  body.mobile-menu-open .mobile-toggle-btn .elementor-icon svg {
    visibility: hidden;
  }
  .mobile-meun-wrapper {
    display: none;
  }
  .mobile-meun-wrapper {
    position: fixed;
    top: 51px;
    z-index: 99;
    height: 100vh;
  }
  .mobile-meun-wrapper .mobile-nav {
    overflow: auto;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: var(--generous-blue) #f5f5f5;
  }
  .mobile-meun-wrapper .mobile-nav ul {
    list-style: none;
  }
  .mobile-meun-wrapper .mobile-nav ul li > ul.sub-menu {
    display: none;
  }
  .mobile-meun-wrapper .mobile-nav ul.menu {
    padding: 0 30px 30px 30px;
  }
  .mobile-meun-wrapper .mobile-nav ul.menu > li:not(:last-child) {
    border-bottom: 1px solid rgb(0 54 66 / 60%);
  }
  .mobile-meun-wrapper .mobile-nav ul > li {
    position: relative;
  }
  .mobile-meun-wrapper .mobile-nav ul.menu > li > a {
    color: var(--steadfast-slate);
    font-weight: 600;
    line-height: 19.2px;
    text-decoration: none;
    display: block;
    padding: 20px 0;
  }
  .mobile-meun-wrapper .mobile-nav ul > li > a:hover {
    text-decoration: underline;
  }
  .open-child-submenu-arrow, .open-submenu-arrow {
    width: 40px;
    height: 30px;
    position: absolute;
    background: url("../img/dark-mobile-dropdown-icon.svg") center no-repeat;
    background-size: auto;
    right: -11px;
    top: 13px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0.6;
  }
  .open-child-submenu-arrow {
    top: 0;
  }
  .mobile-meun-wrapper .mobile-nav ul > li > ul > li > ul {
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid var(--generous-blue);
    border-bottom: 1px solid var(--generous-blue);
  }
  .mobile-meun-wrapper .mobile-nav ul > li > ul > li.is-active .open-child-submenu-arrow, .mobile-meun-wrapper .mobile-nav ul.menu > li.is-active .open-submenu-arrow {
    transform: scaley(-1);
    opacity: 1;
  }
  .mobile-meun-wrapper .mobile-nav ul.menu > li > ul {
    background-color: var(--supportive-sky);
    padding: 29px 20px 31px;
    border-top: 1px solid var(--generous-blue);
  }
  .mobile-meun-wrapper .mobile-nav ul.menu > li > ul > li a {
    color: var(--steadfast-slate);
    text-decoration: none;
    font-weight: 400;
  }
  .mobile-meun-wrapper .mobile-nav ul > li > ul > li:not(:last-child) {
    margin-bottom: 14px;
  }
  .mobile-meun-wrapper .mobile-nav ul.menu > li > ul > li a:hover {
    text-decoration: underline;
  }
  body.single-post .mobile-meun-wrapper ul > li.blog-parent > ul > li.current_page_parent > a,
  body.single-post .mobile-meun-wrapper ul > li.blog-parent > a, 
  body.single-post .mobile-meun-wrapper ul > li.life-stories > a, 
  body.post-type-archive-mec-events .mobile-meun-wrapper ul.menu > li.active-event-nev > a, 
  body.post-type-archive-mec-events .mobile-meun-wrapper ul.menu > li.active-event-nev ul > li.events-page-nav > a, 
  body.single-mec-events .mobile-meun-wrapper ul.menu > li.active-event-nev > a, 
  body.single-mec-events .mobile-meun-wrapper ul.menu > li.active-event-nev > ul > li.events-page-nav > a, 
  .mobile-meun-wrapper .mobile-nav ul.menu > li > ul > li.current-menu-item a, 
  .mobile-meun-wrapper .mobile-nav ul.menu > li > ul > li:not(.none-active-item).current-menu-item a, 
  .mobile-meun-wrapper .mobile-nav ul.menu > li.current_page_parent > a, 
  .mobile-meun-wrapper .mobile-nav ul.menu > li.current_page_item > a {
    text-decoration: underline !important;
    font-weight: 700;
  }
  body.admin-bar [data-elementor-type="header"] .mobile-meun-wrapper {
    top: 80px !important;
    padding-top: 74px !important;
  }
  .mobile-meun-wrapper .mobile-nav ul.menu > li.menu-item-has-children > a {
    max-width: calc(100% - 30px);
  }
 /*Get Involved CTA*/
  .involved-cta-wrapper {
    width: calc(100% + 20px) !important;
    margin: 0 -10px -20px !important;
  }
  .involved-cta-wrapper .img-left-cta {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .cta-card .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button {
    font-size: 16px !important;
    line-height: 19.2px !important;
    letter-spacing: -0.32px;
  }
  .circle-text-wrapper .circle-text-heading {
    max-width: 160px !important;
 }
  html[lang="es"] .circle-text-wrapper .circle-text-heading {
    max-width: 160px !important;
 }
 /* Program Slider Pagination */
  .cta-slider-main-wrapper .program-card-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }
  .slider-cta .elementor-cta .elementor-cta__content .elementor-cta__image {
      padding-bottom: 40%;
 }
 /*Program Card Slider*/
  .cta-slider-main-wrapper .program-card-pagination {
    bottom: 0;
 }
 /*Main Slider*/
  .main-slider-wrapper .slide-inner .slide-img-container .img-wrapper {
    padding-bottom: 56%;
 }
  .main-slider-wrapper .slide-inner .slide-content-wrapper {
    padding: 32px;
 }
  .slider-control .swiper-pagination, .testimonial-wrapper .slider-control .swiper-pagination {
    padding: 0 15px;
    gap: 10px;
  }
  .testimonial-wrapper .slider-control .swiper-pagination .swiper-pagination-bullet, .slider-control .swiper-pagination .swiper-pagination-bullet {
    width: 20px;  
    height: 20px;
  }
  .help-hand-cta-wrapper.two-card-cta .help-hand-cta {
    width: calc(50% - 30px) !important;
  }
  .food-instudtry-cta .cta-button-wrapper a, .text-in-linkbth, .cta-text-link .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button {
    font-size: 16px !important;
    line-height: 25.6px !important;
  }
  .cta-text-link.food-instudtry-cta .elementor-widget-container .elementor-cta .elementor-cta__button-wrapper .elementor-cta__button {
    font-size: 16px !important;
    line-height: 25.6px !important;
  }
 /*News Posts*/
  .staff-posts-wrapper .staff-post-container, .news-posts-container .post-container {
    width: calc(50% - 30px) !important;
  }
  .staff-posts-wrapper {
    margin: 0 -15px -30px;
  }
  .staff-posts-wrapper .staff-post-container {
    margin: 0 15px 30px;
  }
   /*Drive Change in Arizona*/
  .cta-static-card-container .slider-cta {
    width: calc(50% - 30px) !important;
  }
  .testimonial-wrapper .swiper-slide::after {
    width: 45px;
    height: 28px;
    top: 20px;
    right: 18px;
  }
  .testimonial-wrapper .swiper-slide {
    padding: 40px 60px !important;
  }
  .read--ml-main-wrapper img {
    margin-left: 30px;
    margin-bottom: 24px;
  }
  .hero-controls-wrapper .swiper-pagination{
    padding: 0 15px;
    gap: 10px
  }
}
@media only screen and (min-width: 768px) {
  .icon-box-container .icon-box {
    height: 100%;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading {
    justify-content: flex-start;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title:not([aria-selected="true"]) .e-n-tab-title-text {
    opacity: 0.8;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-title-text {
    opacity: 1;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title:first-child::before {
    display: none;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] + .e-n-tab-title::before, .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]::before {
    opacity: 0;
    visibility: hidden;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon {
    display: none;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    border-left-color: var(--border-colors);
    border-top-color: var(--border-colors);
    border-bottom-color: var(--border-colors);
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]::after {
    content: "";
    width: 3px;
    height: calc(100% + 1px);
    background-color: inherit;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 1;
    box-sizing: border-box;
    border-top: 1px solid var(--border-colors);
  }
  .staff-posts-wrapper {
    transform: translate(0) !important;
  }
  .staff-posts-wrapper {
    justify-content: center;
  }
  .staff-slider .slider-control {
    display: none;
  }
  .cta-slider-main-wrapper .programSwiper {
    flex-direction: column !important;
  }
  .contact-map-wrapper .elementor-widget-html iframe,
  .contact-map-wrapper .elementor-widget-html,
  .contact-map-wrapper .e-con-inner,
  .contact-map-wrapper{
    height: 100% !important;
  }
}
@media only screen and (max-width: 782px) {
  html #wpadminbar {
    position: fixed !important;
  }
  body.admin-bar [data-elementor-type="header"] {
    top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  body .elementor-widget-heading h1.elementor-heading-title,
  body h1,
  body .h1,
  body .elementor-widget-heading.h1 .elementor-heading-title,
  h1.elementor-cta__title.elementor-cta__content-item {
    font-size: 40px;
    line-height: 1.2;
  }
  body .elementor-widget-heading h2.elementor-heading-title,
  body h2,
  body .h2,
  body .elementor-widget-heading.h2 .elementor-heading-title,
  h2.elementor-cta__title.elementor-cta__content-item,
  body .elementor-image-box-content h2.elementor-image-box-title,
  .elementor-posts .elementor-post__card h2.elementor-post__title,
  .elementor-posts h2.elementor-post__title {
    font-size: 32px;
  }
  body .elementor-widget-heading h3.elementor-heading-title,
  body h3,
  body .h3,
  body .elementor-widget-heading.h3 .elementor-heading-title,
  h3.elementor-cta__title.elementor-cta__content-item,
  body .elementor-image-box-content h3.elementor-image-box-title,
  .elementor-posts .elementor-post__card h3.elementor-post__title,
  .elementor-posts h3.elementor-post__title {
    font-size: 24px;
    line-height: 1.45;
  }
  body .elementor-widget-heading h4.elementor-heading-title,
  body h4,
  body .h4,
  body .elementor-widget-heading.h4 .elementor-heading-title,
  h4.elementor-cta__title.elementor-cta__content-item,
  body .elementor-image-box-content h4.elementor-image-box-title,
  .elementor-posts .elementor-post__card h4.elementor-post__title,
  .elementor-posts h4.elementor-post__title {
    font-size: 20px;
    line-height: 1.45;
  }
  body .elementor-widget-heading h5.elementor-heading-title,
  body h5,
  body .h5,
  body .elementor-widget-heading.h5 .elementor-heading-title,
  h5.elementor-cta__title.elementor-cta__content-item,
  body .elementor-image-box-content h5.elementor-image-box-title,
  .elementor-posts .elementor-post__card h5.elementor-post__title,
  .elementor-posts h5.elementor-post__title {
    font-size: 18px;
  }
  body .elementor-widget-heading h6.elementor-heading-title,
  body h6,
  body .h6,
  body .elementor-widget-heading.h6 .elementor-heading-title,
  h6.elementor-cta__title.elementor-cta__content-item,
  body .elementor-image-box-content h6.elementor-image-box-title,
  .elementor-posts .elementor-post__card h6.elementor-post__title,
  .elementor-posts h6.elementor-post__title {
    font-size: 16px;
  }
  body .lead-text p,
  body .lead-text.elementor-widget-text-editor,
  body .lead-text.elementor-widget-text-editor p,
  body .lead-text .elementor-widget-text-editor,
  body .lead-text .elementor-widget-text-editor p,
  .lead-text .elementor-cta__description.elementor-cta__content-item {
    font-size: 16px;
  }
  .elementor-button:after,
  [type="button"]:after {
    width: 170px;
  }
  /* .hero-down-arrow .elementor-icon{
        border: 5px solid #dbe9ee;
    }
    .yellow-bg-divider .hero-down-arrow .elementor-icon{
        border-color: #f3e2a7;
    } */
  html body .gform_wrapper ul.gfield_checkbox li label {
    /* padding-left: 36px; */
    /* font-size: 16px;
		line-height: 22px;
		margin-top: 3px; */
  }
  /* ---------------------------- code for cookies ---------------------------- */
  #cookie-notice .cookie-notice-container {
    padding: 25px 40px;
  }
  #cookie-notice .cookies-message {
    width: 100%;
    max-width: 100%;
    display: block;
    padding-bottom: 25px;
    margin: 0 auto;
  }
  #cookie-notice .cookies-button-container {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #cookie-notice #cn-notice-text {
    display: block;
  }
  /* -------------------------- end code for cookies -------------------------- */
  html body .gform_wrapper ul.gfield_checkbox li label {
    font-size: 14px;
    padding-left: 22px;
  }
  html body .gform_wrapper ul.gfield_checkbox li label:before {
    height: 16px;
    width: 16px;
    top: 2px;
  }
  html body .gform_wrapper ul.gfield_checkbox li label:after {
    left: 5px;
    top: 4px;
    width: 6px;
    height: 9px;
  }
  html body .gform_wrapper ul.gfield_radio li label {
    font-size: 14px;
    padding-left: 17px;
  }
  html body .gform_wrapper ul.gfield_radio li label:before {
    top: 2px;
    height: 16px;
    width: 16px;
  }
  html body .gform_wrapper ul.gfield_radio li label:after {
    top: 6px;
    width: 8px;
    height: 8px;
  }
  /* -------------------------- end Base code -------------------------- */
  .search-post .facetwp-template article:not(:last-child) {
    margin-bottom: 18px;
    padding-bottom: 15px;
  }
  .header-serach .elementor-search-form__container {
    padding: 150px 20px 20px !important;
    align-items: flex-start !important;
  }
  footer .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item {
    margin: 0 auto;
  }
  .large-heading .elementor-widget-container h1.elementor-heading-title {
    font-size: 40px;
  }
 /*home tab Section*/
  .icon-box-container .icon-box .elementor-icon-box-icon .elementor-icon {
    width: 22px;
    height: 18px;
  }
  .icon-box-container .icon-box .elementor-icon-box-icon {
    width: 40px;
    height: 40px;
    margin-left: 0 !important;
  }
  .icon-box-container .icon-box .elementor-widget-container .elementor-icon-box-wrapper {
    width: 100%;
    display: flex;
  }
  .icon-box-container .icon-box .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content {
    max-width: calc(100% - 55px);
  }
  .home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title {
    justify-content: space-between;
  }
  .home-tab-main-wrapper.program-resource-tab .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title[aria-selected="true"] {
    padding: 25px 34px 16px !important;
  }
  .help-hand-cta-wrapper {
    width: calc(100% + 20px) !important;
    margin: 0 -10px -20px !important;
  }
  .help-hand-cta-wrapper .help-hand-cta {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .help-hand-cta-wrapper .help-hand-cta:last-child {
    width: calc(100% - 20px) !important;
  }
  .help-hand-cta-wrapper.two-card-cta {
    width: 100% !important;
    margin: 0 0px -20px !important;
  }
  .help-hand-cta-wrapper.two-card-cta .help-hand-cta {
    width: 100% !important;
    margin: 0 0px 20px !important;
  }
  /*Get Involved CTA*/
  .involved-cta-wrapper {
    width: 100% !important;
    margin: 0 -0px -8px !important;
  }
  .involved-cta-wrapper .img-left-cta {
    width: 100% !important;
    margin: 0 0px 8px !important;
  }
  .img-left-cta:not(.icon-70-wd) .elementor-cta__content .elementor-icon-wrapper {
    max-width: 40px;
  }
  .img-left-cta:not(.icon-70-wd) .elementor-cta__content .elementor-icon-wrapper .elementor-icon {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }
  .img-left-cta .elementor-cta__content {
    column-gap: 15px;
  }
  .tab-cta-container-wrapper .img-left-cta .elementor-cta__content {
    column-gap: 17px;
  }
  .tab-cta-container-wrapper .img-left-cta .elementor-cta__content .cta-custom-wrapper {
    padding-top: 0;
  }
  .tab-cta-container-wrapper .img-left-cta .elementor-cta__content .cta-custom-wrapper .elementor-cta__title {
    margin-top: -1px;
  }
  /*Program Slider*/
  .cta-slider-main-wrapper .program-card-pagination {
    bottom: 0;
  }
  .slider-cta .elementor-cta .elementor-cta__content .elementor-cta__image {
    padding-bottom: 50%;
  }
  /*Main Slider*/
  .testimonial-wrapper .slider-control .elementor-swiper-button, .slider-control .swiper-button-prev, .slider-control .swiper-button-next {
    display: none;
  }
  .slider-control .swiper-pagination, .testimonial-wrapper .slider-control .swiper-pagination {
    padding: 0px;
  }
  .slider-control .swiper-pagination .swiper-pagination-bullet, .testimonial-wrapper .slider-control .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .main-slider-wrapper {
    padding-left: 0px;
  }
  .main-slider-wrapper .slide-inner .slide-content-wrapper {
    padding: 30px 28px 25px;
  }
  .main-slider-wrapper .slide-inner .title {
    margin-bottom: 9px;
  }
  .main-slider-wrapper .slide-inner .description {
    margin-bottom: 25px;
  }
  .main-slider-wrapper .slider-control {
    margin: 26px auto 0;
  }
  .carusel-bg::before {
    left: 34px;
    width: 486px;
    height: 100%;
    top: calc(50% - 15px);
    transform: translatey(-50%);
  }
  .home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title .e-n-tab-title-text {
    text-align: left;
  }
  .home-tab-main-wrapper .elementor-widget-container .e-n-tabs-heading button.e-n-tab-title .e-n-tab-icon {
    position: relative;
    right: 3px;
    top: 0;
  }
  .slider-cta .elementor-cta .elementor-cta__content .elementor-cta__image {
    margin-bottom: 30px;
  }
  .slider-cta .elementor-cta__content {
    padding-bottom: 29px !important;
  }
  .service-gallery-slider-wrapper .slider-control {
    margin: 25px auto 0;
  }
  /*home tab icon box*/
  .icon-box-container .cta-card .elementor-cta .elementor-cta__image::before {
    width: 43px;
    height: 43px;
  }
  .icon-box-container .icon-box .elementor-cta .elementor-cta__image img {
    max-width: 25px;
    height: 20px;
  }
  .icon-box-container .cta-card.icon-box .elementor-cta__content .elementor-cta__image {
    top: 11px;
  }
  .icon-box-container .cta-card.icon-box .elementor-cta__content {
    grid-template-columns: 25px 1fr;
  }
  .icon-box-container .cta-card.icon-box .elementor-cta__content {
    column-gap: 24px;
  }
  .icon-box-container .cta-card.icon-box .elementor-cta__content .elementor-cta__title {
    margin-top: 0;
  }
  .help-hand-cta-wrapper .help-hand-cta .elementor-cta .elementor-cta__image {
    margin-bottom: 35px;
  }
  .zigzag-content-wrapper .lead-text .elementor-widget-container p:not(:last-child) {
    margin-bottom: 27px;
  }
  .tab-cta-container-wrapper .img-left-cta .elementor-cta__content .cta-custom-wrapper .elementor-cta__description {
    max-width: 100%;
  }
  /*vertical tab Section*/
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
    border-radius: 30px 30px 0px 0px;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
    border: 1px solid rgba(255, 0, 0, 0);
    border-bottom: 0;
    transition: 0.3s opacity;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title:not([aria-selected="true"]):hover {
    opacity: 0.8;
    background-color: transparent !important;
 }  
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    border-top-color: var(--border-colors) !important;
    border-right-color: var(--border-colors) !important;
    border-left-color: var(--border-colors) !important;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    padding: 21px 20px 20px !important;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title::before {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title:last-child:not([aria-selected="true"])::before {
    display: none;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title.hide-active::before {
    opacity: 0;
    visibility: hidden;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]::before {
    width: calc(100% - 40px);
    bottom: 4px;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon {
    align-self: flex-start;
    position: relative;
    top: 8px;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-icon {
    top: 10px;
  }
  .circle-text-wrapper .circle-text-heading {
    max-width: 100% !important;
  }
  .home-tab-main-wrapper > .elementor-widget-container {
    box-shadow: none !important;
  }
  /*Transform Dollars into Meals icon Box*/
  .transfer-doller-icon-wrapper .img-left-cta .elementor-cta__content {
    column-gap: 24px;
   }
  .transfer-doller-icon-wrapper .img-left-cta .cta-custom-wrapper {
    padding-top: 0;
  }
  .many-way-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title:last-child:not([aria-selected="true"]) {
    padding-bottom: 0;
  }
  .zigzag-image-wrapper .elementor-widget-container {
    overflow: hidden;
    min-height: 270px;
    max-height: 460px;
    height: 60vw !important;
  }
  .zigzag-image-wrapper .elementor-widget-container img {
    height: 100% !important;
  }
  .zigzag-image-wrapper.zigzag-large-img .elementor-widget-container {
    max-height: 600px;
    height: 98.5vw !important;
  }
  .text-larger-space .elementor-widget-container p:not(:last-child) {
    margin-bottom: 28px;
  }
  /* End Transform Dollars into Meals icon Box*/
  .apply-card-wrapper .apply-card-container:not(:last-child)::after {
    right: auto;
    top: auto;
    bottom: -16px;
    transform: translatex(-50%) rotate(135deg);
    left: 50%;
  }
  /*News Post*/
  .staff-posts-wrapper, .news-posts-container {
    width: 100% !important;
    margin: 0 0 -30px;
  }
  .staff-posts-wrapper .staff-post-container, .news-posts-container .post-container {
    width: 100% !important;
    margin: 0 0 30px;
  }
  .staff-post-container .post-inner .content-container .designation p {
    font-size: 16px;
  }
  .staff-posts-wrapper {
    flex-wrap: nowrap !important;
  }
  .staff-posts-wrapper .staff-post-container .post-inner, .staff-posts-wrapper .staff-post-container {
    border-radius: 10px;
  }
  .staff-post-container .post-inner .content-container {
    padding: 21px 20px 20px;
  }
  .staff-post-container .post-inner .content-container .designation {
    margin-bottom: 16px;
  }
  .staff-slider .slider-control {
    margin: 23px auto 0;
  }
  .staff-post-container .post-inner .featured-image-container .featured-image-container {
    padding-bottom: 64.2%;
  }
  .post-container .post-inner .content-container {
    padding: 17.5px 20px 20px;
  }
  .post-container .post-inner .content-container .post-meta ul li {
    margin-bottom: 8px;
  }
  .post-container .post-inner .content-container .title {
    margin-bottom: 23px;
  }
  .news-filter.news-filter-Search .facetwp-facet-reset_facet, .news-filter.news-filter-dropdown .facetwp-facet-reset_facet {
    right: 0;
  }
  body .about-staff-main-containers-wrapper .e-con.e-flex{
    flex-wrap: unset !important
  }
 /**Accordion*/
  .post-accordions-wrapper .wp-block-group__inner-container .wp-block-details summary {
    font-size: 18px;
    line-height: 28.8px;
  }
 /*pagination*/
  .page-numbers, .facetwp-pager .facetwp-page {
    min-width: 40px;
    min-height: 40px;
    padding: 0px 5px;
    font-size: 20px !important;
    line-height: 36px;
 }
  .facetwp-pager .facetwp-page.next:after, .facetwp-pager .facetwp-page.prev:after {
    background-size: 82%;
    left: -2px;
  }
  .st_marys-hide-page-mb {
    display: none !important;
  }
  .facetwp-pager .facetwp-page.next, .facetwp-pager .facetwp-page.prev {
    min-width: 30px;
  }
  .elementor-pagination, .facetwp-pager {
    gap: 10px;
    margin-top: 22px;
  }
  .featured-img-wrapper {
    flex-wrap: nowrap !important;
  }
  .accordion-wrapper .e-n-accordion .e-n-accordion-item-title-icon, .accordion-wrapper .e-n-accordion .e-n-accordion-item-title-icon span {
    top: 2px;
    width: 20px;
    position: relative;
    align-self: flex-start;
  }
  .news-posts-container .search-noresults {
    width: 100% !important;
    margin: 0 0px 30px;
  }
  /*news-single*/
  .recent-post-wrapper .post-content .post-title a, .post-single-content ol li, .post-single-content ul li, .post-single-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .post-single-content blockquote, .post-single-content ol, .post-single-content ul, .post-single-content p:not(:last-child) {
    margin-bottom: 24px;
  }
  .post-info-wrapper ul li a {
    font-size: 14px;
  }
  .post-info-wrapper ul li:not(:last-child) {
    margin-right: 17px;
  }
  .post-info-wrapper ul li:not(:first-child)::before {
    left: -10px;
    top: 50%;
  }
  .news-featured-wrapper .featured-image {
    height: 60vw;
    min-height: 250px;
    padding: 0;
  }
  .post-single-content h1, .post-single-content h2, .post-single-content h3, .post-single-content h4, .post-single-content h5, .post-single-content h6 {
    margin-bottom: 10px !important;
  }
  .post-single-content ol, .post-single-content ul {
    padding-left: 24px;
  }
  .post-single-content ol {
    margin-top: -3px;
  }
  .post-single-content h1 {
    font-size: 22px;
  }
  .post-single-content h2 {
    font-size: 21px;
  }
  .post-single-content h3, .post-single-content h4 {
    font-size: 20px !important;
    line-height: 1.45em;
  }
  .post-single-content blockquote h1, .post-single-content blockquote h2, .post-single-content blockquote h3, .post-single-content blockquote h4, .post-single-content blockquote h5, .post-single-content blockquote h6 {
    margin-bottom: 10px !important;
    font-size: 24px !important;
  }
  .news-single-date ul > li[itemprop="author"] {
    display: none;
 }
  .post-single-content blockquote::after {
    right: 30px;
 }
 .post-single-content ul li::after {
    width: 4px;
    height: 4px;
    left: -14px;
    top: 10px;
 }
 /*Drive Change in Arizona*/
  .cta-static-card-container {
    width: 100% !important;
    margin: 0 0 -20px !important;
  }
  .cta-static-card-container .slider-cta {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
 /*Accordion*/
  .accordion-wrapper .e-n-accordion-item-title {
    column-gap: 40px;
  }
  .many-way-tab .custom-width-button .elementor-button::after {
    width: 220px;
  }
  .tb-partner-heading-container {
    display: contents;
  }
  .tb-partner-heading-container .order-1 {
    order: 1;
  }
  .tb-partner-heading-container .order-2 {
    order: 2;
  }
  .tb-partner-heading-container .order-2.heading {
    margin-top: 20px;
  }
  .program-partner-container .slider-cta .elementor-cta .elementor-cta__content .elementor-cta__image {
    margin-bottom: 15px;
  }
  .program-partner-container .slider-cta .elementor-cta__content {
    padding-bottom: 11px !important;
  }
  .program-partner-container .slider-cta .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper, .program-partner-container .slider-cta .elementor-cta .elementor-cta__content .elementor-cta__description, .program-partner-container .slider-cta .elementor-cta .elementor-cta__content .elementor-cta__title {
    padding-right: 15px;
    padding-left: 15px;
  }
  html body .lead-text.orange-list-dot ul li {
    margin-bottom: 15.5px;
  }
  .lead-text.orange-list-dot p:not(:last-child) {
    margin-bottom: 16px;
  }
  .partner-file-list ul.elementor-icon-list-items li {
    width: 100%;
 }
  .partner-file-list ul.elementor-icon-list-items {
    row-gap: 24px;
    column-gap: 0;
 }
  .partner-file-list ul.elementor-icon-list-items li .elementor-icon-list-icon {
    min-width: 21px;
    max-width: 21px;
    height: 28px;
 }
  .heading-divder .elementor-heading-title::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
  }
  .testimonial-wrapper .slider-control {
    margin: 24px auto 0;
 }
  .testimonial-wrapper .swiper-slide {
    padding: 40px 20px !important;
 }
 /*About Us Tab Section*/
 .about-tab-wrapper .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    position: relative;
 }
 .about-tab-wrapper .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]::after {
    content: "";
    position: absolute;
    bottom: 2px;
    width: calc(100% - 40px);
    height: 1px;
    background: var(--steadfast-slate);
    opacity: 0.4;
    left: 50%;
    transform: translatex(-50%);
    z-index: 1;
 }
 .read--ml-main-wrapper img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    min-height: 200px;
    max-height: 350px;
    height: 72vw;
    margin-left: 0;
 }
 .read--ml-main-wrapper .img-with-text-wrapper h2 {
    margin-bottom: 9px;
 }
 .read--ml-main-wrapper .img-with-text-wrapper p {
    margin-bottom: 28px;
 }
  .staff-popup-wrapper .popup-detail-container .detail-wrapper {
    padding: 5px 20px;
 }
  .staff-popup-wrapper .popup-detail-container {
    font-size: 16px;
 }
  .show-bio-detail p:not(:first-child) {
    margin-top: 24px;
 }
  .food-instudtry-cta .cta-button-wrapper {
    padding-top: 26px;
 }
  body.mec-events-template-default.single .lity-wrap .lity-container .lity-close, .staff-popup-wrapper .popup-detail-container .popup-clos-btn {
    background-size: 13px;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
 }
 .staff-popup-wrapper .show-bio-detail ol, .staff-popup-wrapper .show-bio-detail ul, .staff-popup-wrapper .show-bio-detail p:not(:first-child) {
    margin-top: 24px;
 }
 /*Children Feeding*/
  .cf-main-wrapper .cf-all-locations {
    margin-bottom: 20px;
 }
  .cf-category-name .cate-title::after {
    margin-top: -2px;
 }
  .cf-category-name .cate-title {
    margin-top: 0;
 }
  .cf-location-blocks-row .cf-location-grid-wrapper {
    width: 100%;
    margin: 20px 0 -20px;
 }
  .cf-location-blocks-row .cf-location-grid-wrapper .cf-location-grid-item-wrapper {
    width: 100%;
    margin: 0 0 20px;
    padding: 19px 20px 21px;
 }
  .cf-location-blocks-row:not(:last-child) {
    margin-bottom: 30px;
 }
  .cf-location-blocks-row .cf-category-name .cate-title::after {
    min-width: 10%;
 }
  .cf-location-grid-item-wrapper ul li:not(:last-child) {
    margin-bottom: 15.5px;
 }
  .accordion-wrapper .e-n-accordion .e-n-accordion-item-title-icon {
    margin-top: 0px;
 }
  .cf-location-blocks-row .cf-location-title {
    margin: 0 0 17px;
 }
  body .no-location-wrapper {
    padding: 29px 30px 31px;
 }
  body .no-location-wrapper .content {
    margin-top: 8px;
 }
  html body .elementor-element.security-zigzag .e-con.e-flex {
    flex-wrap: nowrap !important;
 }
 .wtg-icons-wrapper .wtg-icon-container{
    width: 50% I !important;
  }
  .wtg-icons-wrapper .wtg-icon .elementor-icon{
      width: 80px;
      height: 80px;
  }
  .wtg-icons-wrapper .wtg-icon .elementor-icon svg{
    max-width: 45px;
    max-height: 40px;
  } 
  .credit-status-table .e-con-inner{
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    }
    .tb-partner-main-container.credit-table{
      min-width: 767px;
      margin: 0 auto
    }
    .hero-controls-wrapper .elementor-swiper-button{
      display: none;
    }
    .hero-controls-wrapper{
      bottom: 40px;
    }
    .site-main .counter-list ol li::before, .site-main .counter-list ul:not([class]) li ol li::before{
      min-width: 38px;
      min-height: 38px;
      max-width: 38px;
      max-height: 38px;
      font-size: 24px;
      line-height: 24px;
      margin-right: 10px;
    }
    .resource-card-ctas .elementor-cta__bg-wrapper{
      min-height: 230px;
      height: 50vw;
      max-height: 450px
    }
    .image-gallery-slider .swiper-slide .swiper-slide-inner{
      height: 60vw
    }
}
@media screen and (min-width: 601px) {
  body #CybotCookiebotDialog[data-template=popup] {
    max-width: 340px;
    top: 50%;
    left: auto;
    right: 20px;
    transform: translatey(-50%);
  }
}
@media only screen and (max-width: 640px) {
  body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
  body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .carusel-bg::before {
    height: 465px;
    background-size: contain;
    top: calc(50% - -5px);
 }
 /*News Posts*/
  .post-single-content figure.alignright, .post-single-content figure.alignleft {
    width: 100% !important;
    margin-left: 0 !important;
 }
  .post-single-content img {
    width: 100%;
 }
  html[lang="es"] .top-mobile-btns-wrapper .top-btn a.elementor-button {
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 8px 2px !important;
 }

}
@media only screen and (max-width: 580px) {
  .help-hand-cta-wrapper {
    width: 100% !important;
    margin: 0 0px -20px !important;
 }
  .help-hand-cta-wrapper .help-hand-cta {
    width: 100% !important;
    margin: 0 0px 20px !important;
 }
  .help-hand-cta-wrapper .help-hand-cta:last-child {
    width: 100% !important;
 }
 /*contact us form*/
  .two-col-form form .gform-body ul:not(.gfield_radio):not(.gfield_checkbox):not(.options) {
    column-gap: 0px;
 }
  html body .two-col-form .elementor-widget-container .gform-body ul.gform_fields > li:not(.wd-100) {
    width: 100%;
 }
  .partner-file-list.reports-pdfs ul.elementor-icon-list-items li {
    width: calc(50% - 20px);
 }
 .full-width > .elementor-element{
  width: 100%;
}
 .wtg-icons-wrapper .wtg-icon-container{
    width: 100% !important;
  }
}
@media only screen and (max-width: 470px) {
  .circle-text-wrapper .circle-text-heading .elementor-widget-container .elementor-heading-title span {
    display: block;
 }
  .circle-text-wrapper .circle-text-heading {
    max-width: 100px !important;
 }
  html body .block-time-container-wrapper {
    flex-direction: column !important;
    gap: 10px;
 }
  html body .block-time-container-wrapper .block-time-container {
    border: none !important;
    width: 100%;
 }
 .resource-card-full-width > .elementor-element{
    width: 100%;
  }
 
  .wtg-icons-wrapper > .elementor-element{
    width: 100%;
  }
}
@media only screen and (max-width: 370px) {
  html[lang="es"] .top-mobile-btns-wrapper .top-btn a.elementor-button {
    font-size: 11px !important;
 }
  .header-logo img {
    max-width: 150px !important;
 }
  .header-translator-wrapper .gtranslate_wrapper .gt_selected a::after {
    right: 6px !important;
 }
  .header-translator-wrapper .gtranslate_wrapper .gt_selected a {
    margin-right: 19px !important;
 }
  .top-mobile-btns-wrapper .top-btn a.elementor-button {
    font-size: 14px !important;
    line-height: 16px !important;
 }
  .icon-box-container .icon-box .elementor-widget-container .elementor-icon-box-wrapper {
    flex-direction: column;
 }
  .icon-box-container .icon-box .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content {
    max-width: 100%;
 }
  .circle-text-wrapper {
    justify-content: center !important;
 }
  html body .circle-text-wrapper {
    column-gap: 10px;
 }
  .circle-text-wrapper .circle-text-heading .elementor-heading-title {
    font-size: 12px !important;
    line-height: 1.6 !important;
 }
  .header-translator-wrapper .gtranslate_wrapper .styledSelect .text-ellipses {
    font-size: 14px;
 }
  .header-translator-wrapper .gtranslate_wrapper .styledSelect {
    padding: 0 22px 0 0;
 }
  .header-translator-wrapper .gtranslate_wrapper .styledSelect::after {
    background-size: 10px;
    right: 5px;
    top: 13px;
 }
  html body header .header-serach div.elementor-widget-container {
    margin-left: 8px !important;
 }
  body .mobile-toggle-btn .elementor-widget-container {
    margin: 0px 0px 0px 10px !important;
 }
  .partner-file-list.reports-pdfs ul.elementor-icon-list-items li {
    width: 100%;
 }
  html[lang="es"] .circle-text-wrapper.green-circle-bg .circle-text-heading .elementor-heading-title {
    font-size: 12px !important;
 }
}
/* Post cards reuseable component in news post */
/* blog-cta-cards-wrapper used for the parent wrapper for card witin the post */
/* blog-cta-card-container used for the child card wrapper */
/* Creative fundraising ideas for your friends, your company and your kids. Connect with us at corporategiving@firstfoodbank.org, or share your own fundraising idea HERE. */
/* Old color variables 
Fresh Green  #328633
Light Green  #EFF5EF
Generous Blue #01A0CB
Supportive Sky  #E8F9FF
Light Blue #EBF7FB
 */
