/* ==========================================================================
   Get global options
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ==========================================================================
   Queries
   ========================================================================== */
/* ==========================================================================
   Outfit font
   ========================================================================== */
@font-face {
  font-family: "Outfit";
  src: url("/wp-content/themes/combined-benefits-group-2025/assets/font/outfit.woff2") format("woff2");
  font-weight: 100 900; /* Define the weight range */
  font-style: normal;
}
/* ==========================================================================
   Includes
   ========================================================================== */
.separate-containers .entry:not(.post) .featured-image {
  margin-top: 0;
}

body {
  font-size: 18px;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   All headings
   ========================================================================== */
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3 {
  margin-top: 50px;
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}

@media (max-width: 960px) {
  body.blog .site-main,
  body.archive .site-main {
    padding: 20px;
    margin: 0;
  }
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  z-index: 10;
}

video[poster] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-widgets-container.grid-container {
  padding: 70px 40px;
}
@media (max-width: 600px) {
  .footer-widgets-container.grid-container {
    padding: 25px;
  }
}

.mobile-header-navigation .site-logo.mobile-header-logo img {
  height: 35px !important;
}

.menu a[target=_blank]:after,
.sf-menu a[target=_blank]:after {
  content: "\f504";
  font-family: "dashicons";
  opacity: 0.5;
  margin-left: 2px;
  transform: translateY(1.5px);
  display: inline-block;
  line-height: 0;
  font-weight: normal;
}

@media (min-width: 600px) {
  .site-header .main-navigation .main-nav ul li.nav-button {
    margin-left: 20px;
  }
}
@media (min-width: 600px) {
  .site-header .main-navigation .main-nav ul li.nav-button a {
    background-color: var(--accent);
    border-radius: 3px;
    color: white;
    padding: 15px 20px !important;
    line-height: 1;
    transition: 0.3s all ease;
  }
  .site-header .main-navigation .main-nav ul li.nav-button a:hover {
    background-color: var(--accent-2);
    color: white;
  }
}
.site-header .main-navigation .main-nav ul ul {
  width: 250px;
}
.site-header .main-navigation .main-nav ul ul li a {
  padding: 15px 20px;
}

.sticky-enabled .main-navigation.is_stuck {
  z-index: 50 !important;
}

nav.has-sticky-branding.is_stuck img.is-logo-image {
  height: 45px !important;
}

.secondary-navigation.has-top-bar {
  padding-left: 20px !important;
  padding-right: 10px !important;
}

.prefooter iframe {
  margin-bottom: -9px;
}

@media (max-width: 960px) {
  div.top-bar {
    display: none;
  }
}
div.top-bar .inside-top-bar {
  justify-content: flex-end;
}
@media (max-width: 600px) {
  div.top-bar .inside-top-bar {
    justify-content: center;
  }
}
div.top-bar .inside-top-bar .widget {
  order: 0;
}
div.top-bar .inside-top-bar .widget:first-child {
  margin-left: 0 !important;
  margin-right: auto;
}
div.top-bar .inside-top-bar .widget:last-child {
  margin-right: 0 !important;
}
div.top-bar p {
  margin-bottom: 0;
}
div.top-bar a {
  text-decoration: none;
}
div.top-bar a:hover {
  text-decoration: none;
}

.widget h2,
.widget h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.widget a {
  text-decoration: none;
}

div[data-type="core/buttons"] .block-list-appender__toggle {
  opacity: 1 !important;
  transform: none !important;
}

/* ==========================================================================
   Generic
   ========================================================================== */
.btn, body #sb_instagram .sbi_follow_btn a, .wp-block-file .wp-block-file__button, .gform-button--width-full, .wp-block-button a.wp-block-button__link,
.wp-block-button div.wp-block-button__link, .read-more.button, .gform_footer input[type=submit], .gb-button-wrapper .gb-button {
  cursor: pointer;
  padding: 15px 30px !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 700;
  display: inline-block !important;
  position: static;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .btn, body #sb_instagram .sbi_follow_btn a, .wp-block-file .wp-block-file__button, .gform-button--width-full, .wp-block-button a.wp-block-button__link,
  .wp-block-button div.wp-block-button__link, .read-more.button, .gform_footer input[type=submit], .gb-button-wrapper .gb-button {
    display: block;
    width: 100%;
  }
}

/* ==========================================================================
   Core buttons
   ========================================================================== */
.wp-block-buttons {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .wp-block-buttons {
    margin-top: 20px;
  }
}
.wp-block-buttons:first-child {
  margin-top: 0;
}
.wp-block-buttons:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .wp-block-buttons .wp-block-button {
    display: block;
    width: 100%;
  }
}

/* ==========================================================================
   GeneratePress buttons
   ========================================================================== */
/* ==========================================================================
   Gravity forms buttons
   ========================================================================== */
.gform_footer input[type=submit]:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

/* ==========================================================================
   Blog buttons
   ========================================================================== */
/* ==========================================================================
   Buttons
   ========================================================================== */
/* ==========================================================================
   Nav buttons
   ========================================================================== */
@media (min-width: 960px) {
  .nav-button > a {
    font-weight: bold;
    cursor: pointer;
    padding: 15px 25px !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 600;
    display: inline-block !important;
    position: static;
    border-radius: 3px;
    background-color: var(--accent);
    color: white;
  }
  .nav-button > a:hover {
    background-color: var(--accent-2);
    color: white;
  }
}

/* ==========================================================================
   Gforms buttons
   ========================================================================== */
.gform-button--width-full {
  cursor: pointer;
  padding: 20px 30px !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  position: static;
  border-radius: 30px !important;
  transition: all 0.3s ease-in-out;
  width: 100% !important;
  text-align: center;
}

.wp-block-file {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.wp-block-file a {
  order: 1;
  text-decoration: none;
}
.wp-block-file a:not(.wp-block-file__button) {
  color: var(--contrast);
  pointer-events: none;
}
.wp-block-file .wp-block-file__button {
  margin: 0 15px 0 0;
  order: 0;
  color: var(--white-color);
  background-color: var(--accent);
}
.wp-block-file .wp-block-file__button:hover {
  color: var(--white-color);
  background-color: var(--accent-2);
}

.wp-block-gallery {
  margin-bottom: 1.5em;
}
.wp-block-gallery:last-child {
  margin-bottom: 0;
}

h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading {
  margin-top: 50px;
}
h1.wp-block-heading:first-child,
h2.wp-block-heading:first-child,
h3.wp-block-heading:first-child {
  margin-top: 0;
}

.is-style-kicker + h1.wp-block-heading,
.is-style-kicker + h2.wp-block-heading,
.is-style-kicker + h3.wp-block-heading {
  margin-top: 0;
}

.wp-block-image.is-style-rounded img {
  border-radius: 3px;
}

ul.is-style-checkmark,
ol.is-style-checkmark {
  margin-left: 0;
  padding-left: 0;
}
ul.is-style-checkmark:last-child,
ol.is-style-checkmark:last-child {
  margin-bottom: 0;
}
ul.is-style-checkmark > li,
ol.is-style-checkmark > li {
  position: relative;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 8px;
  line-height: 1.4;
}
ul.is-style-checkmark > li:last-child,
ol.is-style-checkmark > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  ul.is-style-checkmark > li,
  ol.is-style-checkmark > li {
    padding-left: 30px;
  }
}
ul.is-style-checkmark > li:before,
ol.is-style-checkmark > li:before {
  content: "\f147";
  font-family: "dashicons";
  font-size: 1.5em;
  position: absolute;
  line-height: 1em;
  left: 0;
  top: 0;
  color: var(--accent);
}
ul.is-style-checkmark > li > ul,
ul.is-style-checkmark > li > ol,
ol.is-style-checkmark > li > ul,
ol.is-style-checkmark > li > ol {
  margin-top: 10px;
  margin-bottom: 15px;
}

.wp-block-social-links li.wp-social-link,
.widget ul.wp-block-social-links li.wp-social-link {
  margin-bottom: 0;
}
.wp-block-social-links li.wp-social-link a,
.widget ul.wp-block-social-links li.wp-social-link a {
  display: block;
}

.block-editor-block-list__block.wp-block-spacer {
  background-color: rgba(128, 128, 128, 0.1);
}

.facetwp-facet {
  margin-bottom: 0 !important;
}

/* ==========================================================================
   Padding on the frontend
   ========================================================================== */
@media (min-width: 600px) and (max-width: 960px) {
  :where(.entry-content > .gb-container) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1260px) {
  :where(.entry-content > .gb-container) {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* ==========================================================================
   Padding in the editor AND on the frontend
   ========================================================================== */
:where(.entry-content > .gb-container),
:where(.gb-is-root-block > .gb-container),
:where(.gb-root-block-generateblocks-container > .gb-container),
:where(.block-library-block__reusable-block-container > .gb-container) {
  padding: 60px 25px;
}
@media (min-width: 600px) and (max-width: 960px) {
  :where(.entry-content > .gb-container),
  :where(.gb-is-root-block > .gb-container),
  :where(.gb-root-block-generateblocks-container > .gb-container),
  :where(.block-library-block__reusable-block-container > .gb-container) {
    padding: 45px 25px;
  }
}
@media (max-width: 600px) {
  :where(.entry-content > .gb-container),
  :where(.gb-is-root-block > .gb-container),
  :where(.gb-root-block-generateblocks-container > .gb-container),
  :where(.block-library-block__reusable-block-container > .gb-container) {
    padding: 25px;
  }
}

/* ==========================================================================
   Default to left alignment when we set it on the block
   ========================================================================== */
@media (max-width: 600px) {
  .entry-content > .gb-container,
  .prefooter > .gb-container {
    text-align: left;
  }
}

/* ==========================================================================
   Positioning
   ========================================================================== */
.gb-container > .gb-container {
  position: relative;
}

/* ==========================================================================
   Dotted line on containers
   ========================================================================== */
.gb-inside-container .block-editor-inner-blocks,
.block-editor-block-list__block.gb-container > .gb-container {
  outline: 1px dashed rgba(128, 128, 128, 0.4);
}

.gform_wrapper .gform_heading {
  margin-bottom: 15px;
}
.gform_wrapper .gform_heading h2 {
  margin-bottom: 10px;
  line-height: 1;
}
.gform_wrapper .gform-body input[type=text],
.gform_wrapper .gform-body input[type=email],
.gform_wrapper .gform-body input[type=tel],
.gform_wrapper .gform-body textarea {
  background-color: var(--base) !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  box-shadow: none;
}
.gform_wrapper .gform-body textarea {
  max-height: 70px;
}
.gform_wrapper .gform-body .gform-field-label {
  margin-top: 2px;
}

body .gform-theme--foundation .gform_fields {
  row-gap: 15px;
}

body .gform-theme--framework .gfield_list_group_item::before,
body .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
}

.gfield_required {
  color: var(--accent) !important;
  font-weight: 600 !important;
}

.is-style-kicker {
  color: var(--accent);
}

body #sb_instagram {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
body #sb_instagram .sbi_follow_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: auto;
  transform: translateY(50%) translateX(-50%);
  text-transform: uppercase;
  z-index: 50;
  margin: 0 !important;
}
body #sb_instagram .sbi_follow_btn a {
  background: var(--accent) !important;
  box-shadow: none !important;
  color: white !important;
  margin: 0 !important;
}
body #sb_instagram .sbi_follow_btn a:hover {
  background: var(--accent-2) !important;
  box-shadow: none !important;
}
body #sb_instagram #sbi_images {
  margin: 0 !important;
  padding: 0 !important;
}
body #sb_instagram #sbi_images .sbi_item {
  position: relative;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
}
body #sb_instagram #sbi_images .sbi_item:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 100px;
  color: white;
  z-index: 20;
  opacity: 0;
  transition: 0.6s all ease;
  pointer-events: none;
}
body #sb_instagram #sbi_images .sbi_item:after {
  opacity: 0;
  content: "";
  background-color: var(--accent);
  position: absolute;
  inset: 0;
  transition: 0.3s all ease;
  pointer-events: none;
  z-index: 10;
}
body #sb_instagram #sbi_images .sbi_item:hover:after {
  opacity: 0.85;
}
body #sb_instagram #sbi_images .sbi_item:hover:before {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}

.facetwp-template[data-name=client] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
}
.facetwp-template[data-name=client] .type-clients {
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  position: relative;
  padding-bottom: 57px;
}
.facetwp-template[data-name=client] .type-clients .logo-wrap {
  position: relative;
  flex: 1;
  width: 100%;
  height: 0;
  padding-top: 35%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.facetwp-template[data-name=client] .type-clients .logo-wrap .logo {
  position: absolute;
  inset: 25px 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.facetwp-template[data-name=client] .type-clients .content {
  text-align: center;
  padding: 15px;
}
.facetwp-template[data-name=client] .type-clients .content h3 {
  margin-bottom: 0;
}
.facetwp-template[data-name=client] .type-clients .buttons {
  display: flex;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.facetwp-template[data-name=client] .type-clients .buttons .btn, .facetwp-template[data-name=client] .type-clients .buttons .gb-button-wrapper .gb-button, .gb-button-wrapper .facetwp-template[data-name=client] .type-clients .buttons .gb-button, .facetwp-template[data-name=client] .type-clients .buttons .gform_footer input[type=submit], .gform_footer .facetwp-template[data-name=client] .type-clients .buttons input[type=submit], .facetwp-template[data-name=client] .type-clients .buttons .read-more.button, .facetwp-template[data-name=client] .type-clients .buttons .wp-block-button a.wp-block-button__link, .wp-block-button .facetwp-template[data-name=client] .type-clients .buttons a.wp-block-button__link,
.facetwp-template[data-name=client] .type-clients .buttons .wp-block-button div.wp-block-button__link,
.wp-block-button .facetwp-template[data-name=client] .type-clients .buttons div.wp-block-button__link, .facetwp-template[data-name=client] .type-clients .buttons .gform-button--width-full, .facetwp-template[data-name=client] .type-clients .buttons .wp-block-file .wp-block-file__button, .wp-block-file .facetwp-template[data-name=client] .type-clients .buttons .wp-block-file__button, .facetwp-template[data-name=client] .type-clients .buttons body #sb_instagram .sbi_follow_btn a, body #sb_instagram .sbi_follow_btn .facetwp-template[data-name=client] .type-clients .buttons a {
  width: 100%;
  flex: 1;
  border-radius: 0 !important;
  color: white;
}
.facetwp-template[data-name=client] .type-clients .buttons .btn.btn-view-client, .facetwp-template[data-name=client] .type-clients .buttons .gb-button-wrapper .btn-view-client.gb-button, .gb-button-wrapper .facetwp-template[data-name=client] .type-clients .buttons .btn-view-client.gb-button, .facetwp-template[data-name=client] .type-clients .buttons .gform_footer input.btn-view-client[type=submit], .gform_footer .facetwp-template[data-name=client] .type-clients .buttons input.btn-view-client[type=submit], .facetwp-template[data-name=client] .type-clients .buttons .btn-view-client.read-more.button, .facetwp-template[data-name=client] .type-clients .buttons .wp-block-button a.btn-view-client.wp-block-button__link, .wp-block-button .facetwp-template[data-name=client] .type-clients .buttons a.btn-view-client.wp-block-button__link,
.facetwp-template[data-name=client] .type-clients .buttons .wp-block-button div.btn-view-client.wp-block-button__link,
.wp-block-button .facetwp-template[data-name=client] .type-clients .buttons div.btn-view-client.wp-block-button__link, .facetwp-template[data-name=client] .type-clients .buttons .btn-view-client.gform-button--width-full, .facetwp-template[data-name=client] .type-clients .buttons .wp-block-file .btn-view-client.wp-block-file__button, .wp-block-file .facetwp-template[data-name=client] .type-clients .buttons .btn-view-client.wp-block-file__button, .facetwp-template[data-name=client] .type-clients .buttons body #sb_instagram .sbi_follow_btn a.btn-view-client, body #sb_instagram .sbi_follow_btn .facetwp-template[data-name=client] .type-clients .buttons a.btn-view-client {
  background-color: var(--accent-2);
}
.facetwp-template[data-name=client] .type-clients .buttons .btn.btn-view-client:hover, .facetwp-template[data-name=client] .type-clients .buttons .gb-button-wrapper .btn-view-client.gb-button:hover, .gb-button-wrapper .facetwp-template[data-name=client] .type-clients .buttons .btn-view-client.gb-button:hover, .facetwp-template[data-name=client] .type-clients .buttons .gform_footer input.btn-view-client[type=submit]:hover, .gform_footer .facetwp-template[data-name=client] .type-clients .buttons input.btn-view-client[type=submit]:hover, .facetwp-template[data-name=client] .type-clients .buttons .btn-view-client.read-more.button:hover, .facetwp-template[data-name=client] .type-clients .buttons .wp-block-button a.btn-view-client.wp-block-button__link:hover, .wp-block-button .facetwp-template[data-name=client] .type-clients .buttons a.btn-view-client.wp-block-button__link:hover,
.facetwp-template[data-name=client] .type-clients .buttons .wp-block-button div.btn-view-client.wp-block-button__link:hover,
.wp-block-button .facetwp-template[data-name=client] .type-clients .buttons div.btn-view-client.wp-block-button__link:hover, .facetwp-template[data-name=client] .type-clients .buttons .btn-view-client.gform-button--width-full:hover, .facetwp-template[data-name=client] .type-clients .buttons .wp-block-file .btn-view-client.wp-block-file__button:hover, .wp-block-file .facetwp-template[data-name=client] .type-clients .buttons .btn-view-client.wp-block-file__button:hover, .facetwp-template[data-name=client] .type-clients .buttons body #sb_instagram .sbi_follow_btn a.btn-view-client:hover, body #sb_instagram .sbi_follow_btn .facetwp-template[data-name=client] .type-clients .buttons a.btn-view-client:hover {
  background-color: black !important;
}
.facetwp-template[data-name=client] .type-clients .buttons .btn.btn-edit-client, .facetwp-template[data-name=client] .type-clients .buttons .gb-button-wrapper .btn-edit-client.gb-button, .gb-button-wrapper .facetwp-template[data-name=client] .type-clients .buttons .btn-edit-client.gb-button, .facetwp-template[data-name=client] .type-clients .buttons .gform_footer input.btn-edit-client[type=submit], .gform_footer .facetwp-template[data-name=client] .type-clients .buttons input.btn-edit-client[type=submit], .facetwp-template[data-name=client] .type-clients .buttons .btn-edit-client.read-more.button, .facetwp-template[data-name=client] .type-clients .buttons .wp-block-button a.btn-edit-client.wp-block-button__link, .wp-block-button .facetwp-template[data-name=client] .type-clients .buttons a.btn-edit-client.wp-block-button__link,
.facetwp-template[data-name=client] .type-clients .buttons .wp-block-button div.btn-edit-client.wp-block-button__link,
.wp-block-button .facetwp-template[data-name=client] .type-clients .buttons div.btn-edit-client.wp-block-button__link, .facetwp-template[data-name=client] .type-clients .buttons .btn-edit-client.gform-button--width-full, .facetwp-template[data-name=client] .type-clients .buttons .wp-block-file .btn-edit-client.wp-block-file__button, .wp-block-file .facetwp-template[data-name=client] .type-clients .buttons .btn-edit-client.wp-block-file__button, .facetwp-template[data-name=client] .type-clients .buttons body #sb_instagram .sbi_follow_btn a.btn-edit-client, body #sb_instagram .sbi_follow_btn .facetwp-template[data-name=client] .type-clients .buttons a.btn-edit-client {
  background-color: var(--accent);
}
.facetwp-template[data-name=client] .type-clients .buttons .btn.btn-edit-client:hover, .facetwp-template[data-name=client] .type-clients .buttons .gb-button-wrapper .btn-edit-client.gb-button:hover, .gb-button-wrapper .facetwp-template[data-name=client] .type-clients .buttons .btn-edit-client.gb-button:hover, .facetwp-template[data-name=client] .type-clients .buttons .gform_footer input.btn-edit-client[type=submit]:hover, .gform_footer .facetwp-template[data-name=client] .type-clients .buttons input.btn-edit-client[type=submit]:hover, .facetwp-template[data-name=client] .type-clients .buttons .btn-edit-client.read-more.button:hover, .facetwp-template[data-name=client] .type-clients .buttons .wp-block-button a.btn-edit-client.wp-block-button__link:hover, .wp-block-button .facetwp-template[data-name=client] .type-clients .buttons a.btn-edit-client.wp-block-button__link:hover,
.facetwp-template[data-name=client] .type-clients .buttons .wp-block-button div.btn-edit-client.wp-block-button__link:hover,
.wp-block-button .facetwp-template[data-name=client] .type-clients .buttons div.btn-edit-client.wp-block-button__link:hover, .facetwp-template[data-name=client] .type-clients .buttons .btn-edit-client.gform-button--width-full:hover, .facetwp-template[data-name=client] .type-clients .buttons .wp-block-file .btn-edit-client.wp-block-file__button:hover, .wp-block-file .facetwp-template[data-name=client] .type-clients .buttons .btn-edit-client.wp-block-file__button:hover, .facetwp-template[data-name=client] .type-clients .buttons body #sb_instagram .sbi_follow_btn a.btn-edit-client:hover, body #sb_instagram .sbi_follow_btn .facetwp-template[data-name=client] .type-clients .buttons a.btn-edit-client:hover {
  background-color: black !important;
}

body.clients-template-default .client-benefits {
  padding: 60px 25px;
  background-color: var(--base);
}
@media (max-width: 600px) {
  body.clients-template-default .client-benefits {
    padding: 25px;
  }
}
body.clients-template-default .client-benefits .client-benefits__header {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 600px) {
  body.clients-template-default .client-benefits .client-benefits__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
body.clients-template-default .client-benefits .client-benefits__header .client-benefits__header-buttons {
  display: flex;
  flex-flow: column;
  text-align: center;
}
body.clients-template-default .client-benefits .client-benefits__header .client-benefits__header-buttons .btn-download {
  background-color: var(--accent);
  color: white;
  margin-bottom: 5px;
}
body.clients-template-default .client-benefits .client-benefits__header .client-benefits__header-buttons .link {
  color: var(--contrast-2);
}

.client-benefits__inner {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px; /* Adjust as needed */
  /* Or use ::before for more styling options */
}
@media (max-width: 960px) {
  .client-benefits__inner {
    grid-template-columns: 1fr;
  }
}
.client-benefits__inner details {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  position: relative;
  transition: height 0.3s ease; /* Smooth transition */
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.client-benefits__inner details h4 {
  margin-top: 30px;
}
.client-benefits__inner details h4:first-child {
  margin-top: 0;
}
.client-benefits__inner summary {
  padding: 25px;
  background-color: white;
  cursor: pointer;
  list-style: none !important; /* Removes the default marker */
  border-radius: 5px;
}
.client-benefits__inner summary h3 {
  color: var(--accent) !important;
}
.client-benefits__inner summary::-webkit-details-marker {
  display: none !important;
}
.client-benefits__inner summary::marker {
  content: "" !important; /* Remove the default marker */
}
.client-benefits__inner summary::before {
  content: "\f345";
  font-family: "dashicons";
  position: absolute;
  right: 25px;
  transition: 0.3s transform ease;
  color: var(--accent);
}
.client-benefits__inner .the-details {
  padding: 25px;
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 100;
}
.client-benefits__inner details[open] summary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.client-benefits__inner details[open] > summary::before {
  transform: rotate(90deg);
}

.benefit-links {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.benefit-links li {
  margin-bottom: 5px;
}

.benefit-docs {
  margin-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
}
.benefit-docs li div.doc-thumb {
  height: 0;
  padding-top: 120%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
}
.benefit-docs li div.doc-thumb a.overlay {
  background-color: rgba(17, 109, 68, 0.8509803922);
  position: absolute;
  inset: 0;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
  opacity: 0;
  transition: 0.3s all ease;
  border-radius: 3px;
}
.benefit-docs li:hover div.doc-thumb a.overlay {
  opacity: 1;
}

.partner-wrap {
  padding: 25px;
  border-radius: 10px;
  background-color: var(--base);
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: center;
}
@media (max-width: 600px) {
  .partner-wrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.partner-wrap :last-child {
  margin-bottom: 0;
}
.partner-wrap ul.partner-details {
  margin-left: 0;
  padding-left: 0;
}
.partner-wrap ul.partner-details li {
  list-style: none;
}
.partner-wrap ul.partner-details li strong {
  color: var(--contrast);
}
.partner-wrap :last-child {
  margin-bottom: 0;
}
.partner-wrap .partner-logo {
  height: 0;
  padding-top: 55%;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background-color: white;
}
.partner-wrap .partner-logo .featured-image {
  background-size: contain;
  position: absolute;
  inset: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
}

body.clients-template-default .client-enrollment {
  padding: 60px 25px;
  background-color: white;
}
@media (max-width: 600px) {
  body.clients-template-default .client-enrollment {
    padding: 25px;
  }
}
body.clients-template-default .client-enrollment .client-enrollment__inner {
  display: grid;
  gap: 40px;
  margin-top: 40px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media (max-width: 600px) {
  body.clients-template-default .client-enrollment .client-enrollment__inner {
    margin-top: 25px;
    gap: 25px;
  }
}

body.clients-template-default .client-footer {
  background-color: white;
  padding: 60px 25px;
  text-align: center;
}

body.clients-template-default .client-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: var(--base);
}
@media (max-width: 960px) {
  body.clients-template-default .client-form {
    grid-template-columns: 1fr;
    background-color: var(--accent-2);
  }
}
body.clients-template-default .client-form .background-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
}
body.clients-template-default .client-form .background-image .overlay {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 50%, var(--base) 95%);
}
body.clients-template-default .client-form .form {
  margin: 40px 0;
  overflow: visible;
  position: relative;
  z-index: 5;
}
@media (max-width: 960px) {
  body.clients-template-default .client-form .form {
    padding: 25px;
    margin: 0;
  }
}
body.clients-template-default .client-form .form .form-inner-wrap {
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 30px;
  border-radius: 10px;
}
@media (min-width: 960px) {
  body.clients-template-default .client-form .form .form-inner-wrap {
    max-width: 600px;
  }
}

body.clients-template-default .grid-container {
  display: block;
}
body.clients-template-default .grid-container .site-content {
  display: block;
}
body.clients-template-default a {
  color: var(--contrast-2);
}
body.clients-template-default a:hover {
  color: var(--accent);
}
body.clients-template-default .wrapper {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body.clients-template-default h1,
body.clients-template-default h2,
body.clients-template-default h3 {
  color: var(--contrast);
}

body.clients-template-default .client-header {
  padding: 40px 25px;
  background-color: var(--accent);
  color: white;
}
body.clients-template-default .client-header h1 {
  color: white;
}
@media (max-width: 600px) {
  body.clients-template-default .client-header {
    text-align: center;
    padding: 25px;
  }
}
body.clients-template-default .client-header .client-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (max-width: 600px) {
  body.clients-template-default .client-header .client-header__inner {
    flex-direction: column;
    align-items: center;
  }
}
body.clients-template-default .client-header .btn.btn-enrollment, body.clients-template-default .client-header .gb-button-wrapper .btn-enrollment.gb-button, .gb-button-wrapper body.clients-template-default .client-header .btn-enrollment.gb-button, body.clients-template-default .client-header .gform_footer input.btn-enrollment[type=submit], .gform_footer body.clients-template-default .client-header input.btn-enrollment[type=submit], body.clients-template-default .client-header .btn-enrollment.read-more.button, body.clients-template-default .client-header .wp-block-button a.btn-enrollment.wp-block-button__link, .wp-block-button body.clients-template-default .client-header a.btn-enrollment.wp-block-button__link,
body.clients-template-default .client-header .wp-block-button div.btn-enrollment.wp-block-button__link,
.wp-block-button body.clients-template-default .client-header div.btn-enrollment.wp-block-button__link, body.clients-template-default .client-header .btn-enrollment.gform-button--width-full, body.clients-template-default .client-header .wp-block-file .btn-enrollment.wp-block-file__button, .wp-block-file body.clients-template-default .client-header .btn-enrollment.wp-block-file__button, body.clients-template-default .client-header #sb_instagram .sbi_follow_btn a.btn-enrollment, body.clients-template-default #sb_instagram .sbi_follow_btn .client-header a.btn-enrollment {
  color: var(--accent);
  text-decoration: none;
  display: inline-block;
  background-color: white;
}
body.clients-template-default .client-header .kicker {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}

body.clients-template-default .client-preheader {
  padding: 15px 25px;
  background-color: white;
}
body.clients-template-default .client-preheader .client-preheader__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (max-width: 600px) {
  body.clients-template-default .client-preheader .client-preheader__inner {
    flex-direction: column;
    align-items: center;
  }
}
body.clients-template-default .client-preheader .client-preheader__logo img {
  max-height: 80px;
  width: auto;
  margin-bottom: -6px;
}
@media (max-width: 600px) {
  body.clients-template-default .client-preheader .client-preheader__logo img {
    max-height: 40px;
  }
}
body.clients-template-default .client-preheader .backtolink {
  color: var(--contrast);
  text-decoration: none;
  display: inline-block;
}
body.clients-template-default .client-preheader .backtolink:before {
  content: "\f340";
  font-family: "dashicons";
  margin-right: 5px;
  font-size: 0.8em;
}
