/* Enough Vision — earlier page design + logo colors (no extra backgrounds) */
:root {
  --ev-primary: #B0D136;
  --ev-primary-dark: #9fc02c;
  --ev-teal: #186D64;
  --ev-dark: #111827;
  --ev-text: #667085;
  --ev-light: #fafafa;
  --ev-icon: #f0f0f0;
}

.ev-page,
.ev-page * { box-sizing: border-box; }
.ev-page {
  overflow-x: hidden;
  overflow-y: visible;
  color: var(--ev-text);
}
.ev-page a { color: var(--ev-teal); }
.ev-container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

html, body { overflow-x: hidden; margin: 0; padding: 0; }
.vc_row,
.vc_column_container,
.wpb_content_element {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.content .wf-container-main,
.content .wf-wrap,
#content,
#page .content,
#page .wf-wrap,
#page .wf-container-main,
.content-wrap,
.article-box {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
#main .content .wf-container,
#main .wf-container-main,
#main .wf-container,
.content .wf-container {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
}
.page-title,
#page .page-title,
.fancy-header,
#fancy-header,
.page-title-head,
.page-header {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}
#page #main > .wf-wrap,
#main > .wf-wrap {
  width: var(--the7-content-width, 1250px) !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--the7-header-left-padding, 50px) !important;
  padding-right: var(--the7-header-right-padding, 50px) !important;
  box-sizing: border-box;
}
#page #main,
#main {
  background: #fff;
  padding-top: 28px !important;
  padding-bottom: 36px !important;
}
.footer-overlap .page-inner {
  margin-bottom: 0 !important;
}
.footer-overlap #footer.footer,
.footer-overlap #footer {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
}
.ev-section {
  padding: 48px 0;
  position: relative;
  overflow: visible;
}
.ev-hero { padding: 12px 0 0; background: none; text-align: center; }

.ev-label {
  display: block;
  font-size: 16px !important;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--ev-primary);
  margin: 0 auto 12px !important;
  padding: 0 !important;
  text-align: center;
}
.ev-hero .ev-label,
.ev-heading .ev-label {
  font-size: 18px !important;
  letter-spacing: 1.8px;
  margin: 0 0 12px !important;
}
.ev-hero .ev-seo-img { display: none !important; }
.ev-related {
  margin: 36px 0 0;
  padding: 18px 0 0;
  max-width: none;
  width: 100%;
  text-align: center !important;
  border-top: 1px solid var(--ev-icon);
}
.ev-related p {
  font-size: 15px;
  line-height: 1.7;
  text-align: center !important;
  color: var(--ev-text);
  margin: 0 0 8px;
}
.ev-related a { color: var(--ev-teal); }

.ev-site-footer {
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  background: #0f524c;
  color: #d7e4e1;
  border-top: 4px solid #b0d136;
}
.ev-site-footer-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 48px var(--the7-header-left-padding, 50px) 40px var(--the7-header-right-padding, 50px);
  display: grid;
  grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(140px, 1fr));
  column-gap: 40px;
  row-gap: 32px;
  box-sizing: border-box;
  align-items: start;
  justify-content: space-between;
}
.ev-foot-brand {
  text-align: left;
}
.ev-foot-logo {
  display: inline-block;
  margin: 0 0 14px;
  line-height: 0;
}
.ev-foot-logo img {
  display: block;
  max-width: 220px;
  width: auto;
  height: auto;
  max-height: 56px;
  mix-blend-mode: lighten;
}
.ev-foot-name {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.ev-site-footer p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
  color: #d7e4e1;
}
.ev-site-footer h3 {
  margin: 0 0 14px !important;
  color: #b0d136 !important;
  font-size: 13px !important;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 800 !important;
}
.ev-site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ev-site-footer li {
  margin: 0;
  padding: 0;
  border: 0 !important;
}
.ev-site-footer li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none;
  padding: 8px 0;
  font-size: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ev-site-footer li:last-child a { border-bottom: 0; }
.ev-site-footer li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #b0d136;
  border-bottom: 2px solid #b0d136;
  transform: rotate(-45deg);
  flex: 0 0 auto;
  margin-top: -1px;
}
.ev-site-footer li a:hover { color: #b0d136 !important; }
.ev-site-footer li a:hover::before { border-color: #fff; }

.ev-site-footer-bar {
  border-top: 1px solid rgba(255,255,255,0.12);
  background: #0c403b;
}
.ev-site-footer-bar-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 20px var(--the7-header-left-padding, 50px) 28px var(--the7-header-right-padding, 50px);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px 32px;
  text-align: left;
}
.ev-site-footer-bar .footer-copyright,
.ev-site-footer-bar a {
  color: #d7e4e1;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.ev-site-footer-bar a { color: #fff; text-decoration: none; }
.ev-site-footer-bar a:hover { color: #b0d136; }
.ev-heart { color: #b0d136; padding: 0 4px; }
.ev-foot-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px 10px;
  text-align: right;
  margin-left: auto;
}
.ev-foot-sep { color: #d7e4e1; }

#page #footer.footer,
#footer.footer,
#footer {
  background: #0f524c !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
}
#page #footer.footer > .wf-wrap,
#footer.footer > .wf-wrap,
#footer .wf-wrap,
#footer .wf-container-footer,
#footer .wf-container {
  display: block !important;
  width: var(--the7-content-width, 1250px) !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  left: auto !important;
}
#footer .wf-container > .wf-cell,
#footer .widget,
#bottom-bar,
.mini-contacts.email,
#top-bar .mini-contacts.email {
  display: none !important;
}

@media (max-width: 992px) {
  .ev-site-footer-inner {
    grid-template-columns: 1fr 1fr;
    padding: 36px 24px 28px;
    column-gap: 28px;
  }
  .ev-site-footer-bar-inner {
    padding: 20px 24px 32px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .ev-site-footer-bar .footer-copyright,
  .ev-site-footer-bar a {
    text-align: center;
  }
  .ev-foot-legal { justify-content: center; text-align: center; margin-left: 0; }
}
@media (max-width: 640px) {
  .ev-site-footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.ev-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: none;
  width: 100%;
  margin: 0 0 10px;
  gap: 8px;
}
#page .ev-heading h2,
#main .ev-heading h2,
.ev-heading h2,
#page .ev-page h2,
#main .ev-page h2,
.ev-page h2 {
  font-size: 32px;
  line-height: 1.25;
  color: var(--ev-dark);
  margin: 0 auto 8px !important;
  padding: 0 !important;
  text-align: center;
  max-width: none;
}
#page .ev-heading h2,
#main .ev-heading h2,
.ev-page .ev-heading h2,
.ev-heading h2 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.ev-heading p {
  margin: 8px 0 0 !important;
}
.ev-heading + p,
.ev-heading + .ev-tabs,
.ev-heading + .ev-grid,
.ev-heading + .ev-mission,
.ev-heading + .ev-contact-ways,
.ev-heading + .ev-dashboard {
  margin-top: 24px !important;
}
.ev-page h2 + p,
.ev-container > h2 + p {
  margin-top: 8px !important;
}
.ev-page p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
.ev-grid + h2,
.ev-mission + h2,
.ev-callout + h2,
.ev-list + h2,
.ev-card + h2,
.ev-form-card + h2,
.ev-page p + h2 {
  margin-top: 32px !important;
}
.ev-heading h2,
.ev-heading p + h2,
.ev-page .ev-heading h2 {
  margin-top: 0 !important;
}
.ev-container > p,
.ev-container > .ev-callout {
  text-align: center;
}
.ev-container > .ev-list {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.ev-grid + .ev-callout,
.ev-list + .ev-callout,
.ev-container > .ev-callout {
  margin-top: 28px;
}
.ev-callout + .ev-final {
  margin-top: 40px;
}
.ev-section.ev-join {
  padding-top: 28px;
  padding-bottom: 20px;
}
.ev-callout + p,
.ev-container > h2 + .ev-list {
  margin-top: 10px;
}
.ev-heading p,
.ev-hero .lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ev-text);
  margin: 8px auto 0;
  max-width: none;
  text-align: center;
}
.ev-page p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--ev-text);
  margin: 0 auto 16px;
}
.ev-page h3 {
  font-size: 20px;
  color: var(--ev-dark);
  margin: 0 0 10px;
}

.ev-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
  margin-bottom: 4px;
}
.ev-btn,
.ev-btn-primary,
.ev-btn-secondary,
.ev-btn-third,
.ev-btn-teal,
.ev-btn-ghost,
.ev-btn-light {
  padding: 12px 26px;
  border-radius: 14px;
  text-decoration: none !important;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 0;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  transform: none !important;
}
.ev-btn:hover,
.ev-btn:focus,
.ev-btn-primary:hover,
.ev-btn-primary:focus,
.ev-btn-secondary:hover,
.ev-btn-ghost:hover,
.ev-btn-light:hover,
.ev-btn-teal:hover,
.ev-btn-third:hover {
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}
.ev-btn-primary {
  background: var(--ev-primary);
  color: var(--ev-dark) !important;
}
.ev-btn-primary:hover { background: var(--ev-primary-dark); }
.ev-btn-secondary,
.ev-btn-ghost,
.ev-btn-light {
  background: #f5f5f5;
  color: var(--ev-dark) !important;
}
.ev-btn-secondary:hover,
.ev-btn-ghost:hover,
.ev-btn-light:hover { background: #ececec; }
.ev-btn-teal,
.ev-btn-third {
  background: var(--ev-light);
  color: var(--ev-teal) !important;
}
.ev-btn-teal:hover,
.ev-btn-third:hover { background: #f0f0f0; }

.ev-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: none;
  width: 100%;
  margin: 0;
}
.ev-hero .ev-dashboard {
  margin-top: 24px;
}
.ev-hero + .ev-section {
  padding-top: 40px;
}
#page .ev-hero h1,
#main .ev-hero h1,
.ev-hero h1,
.ev-page h1 {
  font-size: 36px;
  line-height: 1.25;
  color: var(--ev-dark);
  margin: 0 auto 16px !important;
  padding: 0 !important;
  letter-spacing: -0.3px;
  text-align: center;
  max-width: none;
}
.ev-hero .lead,
.ev-hero p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ev-text);
  margin: 0 auto 8px;
  max-width: none;
  text-align: center;
}
.ev-card h3,
.ev-widget h3,
.ev-form-card h3 {
  text-align: left !important;
}
.ev-form-card h3 {
  text-align: center !important;
}
.ev-widget h3 { text-align: center !important; }
.ev-mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 16px 0 0;
  text-align: left;
}
.ev-mission .ev-card h3 {
  color: var(--ev-teal);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
.ev-legal .ev-section h2,
.ev-legal .ev-section h3,
.ev-legal-block h2,
.ev-legal-block h3 {
  text-align: left !important;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
.ev-legal .ev-section p,
.ev-legal-block p,
.ev-legal-nav,
.ev-legal .ev-container > p,
.ev-legal .ev-container > .ev-callout {
  text-align: left;
}
.ev-legal-block { margin: 0 0 26px; }
.ev-legal-block h2 { margin-top: 4px; margin-bottom: 10px; }
.ev-legal-block h3 { font-size: 18px; margin: 16px 0 8px; }
.ev-legal ul,
.ev-legal ol {
  margin: 0 0 14px 1.2em;
  padding: 0;
}
.ev-legal li {
  margin: 0 0 8px;
  line-height: 1.7;
  color: var(--ev-dark);
}
.ev-legal-nav {
  margin: 0 0 18px;
  font-size: 15px !important;
}
.ev-trust,
.ev-supporting {
  display: block;
  font-weight: 600;
  margin-top: 18px !important;
  margin-bottom: 0 !important;
  color: var(--ev-teal);
  text-align: center;
}

.ev-dashboard,
#page .ev-dashboard,
.ev-grid,
#page .ev-grid,
.ev-mission,
#page .ev-mission,
.ev-split,
#page .ev-split {
  display: grid !important;
  gap: 24px !important;
  row-gap: 24px !important;
  column-gap: 24px !important;
  grid-gap: 24px !important;
  align-items: stretch !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.ev-dashboard {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ev-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ev-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ev-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ev-dashboard > *,
.ev-grid > *,
.ev-mission > *,
.ev-split > * {
  float: none !important;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}

.ev-card,
.ev-widget,
.ev-intro-card,
.ev-platform-card,
.ev-why-card,
.ev-form-card {
  padding: 24px 20px;
  border-radius: 24px;
  background: #fff;
  transition: background 0.2s ease;
  border: 1px solid #ececec;
  box-shadow: none;
}
.ev-card,
.ev-widget,
.ev-intro-card,
.ev-platform-card,
.ev-why-card {
  height: auto;
  min-height: 100%;
}
.ev-form-card {
  height: auto;
  width: 100%;
}
.ev-card:hover,
.ev-widget:hover,
.ev-intro-card:hover,
.ev-platform-card:hover,
.ev-why-card:hover {
  transform: none;
  background: #f5f5f5;
}
a.ev-widget {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit;
  box-shadow: none !important;
  cursor: pointer;
}
a.ev-widget h3,
a.ev-widget p {
  text-decoration: none !important;
}
a.ev-widget:hover,
a.ev-widget:focus {
  text-decoration: none !important;
  color: inherit;
}
a.ev-widget:hover h3 {
  color: var(--ev-teal);
}
.ev-widget { text-align: center; padding: 22px 18px; }
.ev-kicker,
.ev-widget-icon,
.ev-intro-icon,
.ev-platform-icon,
.ev-why-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  background: var(--ev-icon);
  color: var(--ev-teal);
  margin: 0 auto 16px;
}
.ev-platform-icon { margin: 0 0 18px; }
.ev-kicker.lime { color: var(--ev-teal); background: var(--ev-icon); }
.ev-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  background: #e8f0ee;
  color: var(--ev-teal);
}
.ev-card-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}
.ev-icon-cards .ev-card,
.ev-icon-cards .ev-card h3,
.ev-icon-cards .ev-card p {
  text-align: center !important;
}

.ev-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  text-align: left !important;
  width: 100%;
  display: block;
}
.ev-list li {
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 8px !important;
  float: none !important;
  text-align: left !important;
  color: var(--ev-dark);
  font-weight: 600;
  line-height: 1.6;
  padding: 0;
}
.ev-list li:before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ev-icon);
  font-size: 11px;
  color: var(--ev-primary-dark);
  flex-shrink: 0;
}

.ev-callout {
  padding: 22px 28px;
  border-radius: 24px;
  background: var(--ev-light);
  color: var(--ev-dark);
  font-weight: 700;
  border: 0;
  text-align: center;
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.ev-card.teal-edge {
  border-left: 4px solid var(--ev-teal);
}
.ev-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--ev-teal);
  font-weight: 700;
  text-decoration: none;
}
.ev-card-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}
.ev-card-link:hover { color: var(--ev-primary-dark); }
.ev-contact-ways {
  margin-top: 8px;
}
.ev-card .ev-kicker {
  margin: 0 auto 16px !important;
}
.ev-card {
  text-align: left !important;
}
.ev-card p {
  text-align: left !important;
}
.ev-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: start; }
.ev-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ev-chip {
  background: var(--ev-light);
  color: var(--ev-teal);
  padding: 8px 12px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
}

.ev-final { text-align: center; max-width: none; width: 100%; margin: 0; padding-top: 0; }
.ev-final h2 { font-size: 32px; line-height: 1.25; color: var(--ev-dark); margin: 8px auto 12px; }

.ev-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; justify-content: center; }
.ev-tab {
  border: 0;
  background: var(--ev-light);
  color: var(--ev-dark);
  border-radius: 14px;
  padding: 9px 14px;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
}
.ev-tab.active,
.ev-tab:hover {
  background: var(--ev-primary);
  color: var(--ev-dark);
}
.ev-panel { display: none; }
.ev-panel.active { display: block; }

.fluentform .ff-el-form-control,
.fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform input[type="number"],
.fluentform select,
.fluentform textarea {
  border: 1px solid #eee !important;
  border-radius: 14px !important;
  min-height: 48px;
  background: #fff !important;
}
.fluentform .ff-el-group:has(.ff-btn-submit),
.fluentform .ff-el-group:has(button[type="submit"]),
.fluentform .ff-text-left:has(.ff-btn-submit),
.fluentform .ff-text-right:has(.ff-btn-submit) {
  text-align: center !important;
}
.fluentform .ff-btn-submit,
.fluentform button[type="submit"] {
  background: var(--ev-primary) !important;
  color: var(--ev-dark) !important;
  border: 0 !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}
#page .dt-btn,
#page .dt-btn:hover,
#page input[type="submit"],
#page button[type="submit"],
.wa__btn_popup,
.wa__btn_popup:hover,
.wa__popup_chat_box .wa__btn_popup {
  box-shadow: none !important;
  filter: none !important;
}
body .wa__btn_popup,
body .wa__popup_chat_box {
  right: 20px !important;
}

#site-logo img,
.branding img,
.logo-default img {
  max-height: 52px;
  width: auto;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 1200px) {
  .ev-dashboard,
  .ev-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .ev-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px) {
  .ev-split,
  .ev-grid-2,
  .ev-grid-3,
  .ev-grid-4,
  .ev-dashboard,
  .ev-mission { grid-template-columns: 1fr; }
  .ev-hero h1, .ev-page h1 { font-size: 30px; }
  .ev-heading h2, .ev-final h2, .ev-page h2 { font-size: 26px; }
}
@media (max-width: 778px) {
  #page #main > .wf-wrap,
  #main > .wf-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 768px) {
  .ev-section { padding: 32px 0; }
  #page #main,
  #main {
    padding-top: 24px !important;
    padding-bottom: 40px !important;
  }
  .ev-heading h2, .ev-final h2, .ev-page h2 { font-size: 24px; }
  .ev-hero h1, .ev-page h1 { font-size: 26px; letter-spacing: 0; }
  .ev-hero .lead, .ev-heading p { font-size: 16px; }
  .ev-label { font-size: 14px !important; }
  .ev-hero .ev-label { font-size: 15px !important; }
  .ev-buttons { flex-direction: column; }
  .ev-buttons .ev-btn,
  .ev-btn-primary,
  .ev-btn-secondary,
  .ev-btn-third,
  .ev-btn-teal,
  .ev-btn-ghost,
  .ev-btn-light { width: 100%; }
}

@media (min-width: 992px) {
  .masthead:not(.side-header) .main-nav,
  #page .masthead:not(.side-header) .main-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    white-space: nowrap;
  }
  .masthead:not(.side-header) .main-nav > li {
    float: none !important;
    display: inline-flex;
    white-space: nowrap;
  }
  .masthead:not(.side-header) .main-nav > li > a {
    padding: 8px 9px !important;
    font-size: 13px !important;
    letter-spacing: 0.04em;
  }
}

.fluentform a[href*="fluentform"],
.fluentform a[href*="fluentforms.com"],
.fluentform .ff-custom_html:has(a[href*="fluentform"]),
.fluentform .ff-el-group:has(> a[href*="fluentform"]),
.fluentform .ff-el-group:has(a[href*="wordpress.org/plugins/fluentform"]) {
  display: none !important;
}
