.container {
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.test-mode .footer-callout, .test-mode .footer-locations {
  display: block;
}

.site-main:has(.has-post-thumbnail) .entry-breadcrumbs {
  padding-left: 0 !important;
}

.site-header {
  box-shadow: none;
}
.site-header-rafter {
  background-color: #E3F3FA;
  padding: 1rem 30px;
}
@media only screen and (max-width: 992px) {
  .site-header-rafter {
    padding: 1rem;
  }
}
.site-header-rafter .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.site-header-main {
  position: relative;
  background-color: white;
  z-index: 99;
  padding: 15px 30px;
}
.site-header-main .menu-toggle {
  position: absolute;
  top: 1.75rem;
  right: 1rem;
  background: transparent url(assets/images/icon-menu-button.svg) no-repeat center center;
  background-size: auto 30px;
  border: 0;
  font-size: 0;
  height: 50px;
  width: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .site-header-main .menu-toggle {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .site-header-main .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
}
.site-header-main .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .site-header-main .logo {
    padding: 0 15px;
  }
  .site-header-main .logo img {
    max-width: 100%;
  }
}
.site-header-main .logo-secondary {
  display: flex;
  align-items: center;
  order: 1;
}
.site-header-main .logo-secondary .logo-kinark:focus, .site-header-main .logo-secondary .logo-kinark:active, .site-header-main .logo-secondary .logo-kinark:hover {
  outline: none;
}
.site-header-main .logo-secondary .logo-kinark img {
  max-width: 180px;
}
@media only screen and (max-width: 992px) {
  .site-header-main .logo-secondary {
    display: none;
  }
}
.site-header-main .menu-rafter-container .dropdown-menu li {
  width: 100%;
  flex: 100%;
}
.site-header-main .menu-rafter-container .dropdown-menu li a {
  font-weight: normal;
}

.site-mobile-action {
  display: none;
}
.site-mobile-action ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
}
.site-mobile-action ul li {
  flex: 1;
  list-style: none;
}
.site-mobile-action ul li a {
  display: flex;
  justify-content: center;
  background-color: #9F1B5A;
  color: white;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 0;
  font-family: "VentiCF";
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
}
.site-mobile-action ul li a:hover, .site-mobile-action ul li a:focus, .site-mobile-action ul li a:active {
  background-color: #262362;
  color: white;
}
.site-mobile-action ul li:nth-child(even) a {
  background: #630d36;
}
.site-mobile-action ul li:nth-child(even) a:hover, .site-mobile-action ul li:nth-child(even) a:focus, .site-mobile-action ul li:nth-child(even) a:active {
  background-color: #262362;
  color: white;
}
@media only screen and (max-width: 992px) {
  .site-mobile-action {
    display: block;
  }
}

.site-header-rafter .rafter-navigation {
  margin-right: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .site-header-rafter .rafter-navigation {
    display: none;
  }
}
.site-header-rafter ul:not(.dropdown-menu) {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header-rafter ul:not(.dropdown-menu) li {
  padding-right: 1rem;
}
.site-header-rafter ul:not(.dropdown-menu) li:last-of-type {
  padding-right: 0;
}
.site-header-rafter ul:not(.dropdown-menu) li a {
  color: #262362;
  font-weight: 600;
  font-family: "VentiCF";
  font-size: 1.1rem;
  line-height: 150%;
}
.site-header-rafter ul:not(.dropdown-menu) li a.dropdown-toggle:after {
  color: #007ba6;
  content: "\f078";
  font-family: "Font Awesome 6 Free", sans-serif;
  border: none;
  vertical-align: 0;
  margin: 0;
  padding-left: 0.5rem;
  font-size: 1rem;
  line-height: 100%;
}
.site-header-rafter ul:not(.dropdown-menu) li a.dropdown-toggle[aria-expanded=true]:after {
  content: "\f077";
}
.site-header-rafter ul:not(.dropdown-menu) li a:focus, .site-header-rafter ul:not(.dropdown-menu) li a:active, .site-header-rafter ul:not(.dropdown-menu) li a:hover, .site-header-rafter ul:not(.dropdown-menu) li a .active {
  outline: none;
  color: #007ba6;
}
.site-header-rafter ul.dropdown-menu {
  background-color: #007ba6;
  border: none;
  top: 100% !important;
  padding: 1rem;
  margin-top: 1rem !important;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  inset: auto !important;
  transform: none !important;
}
.site-header-rafter ul.dropdown-menu li {
  padding: 0;
}
.site-header-rafter ul.dropdown-menu li a {
  color: white;
  padding: 0.5rem;
  border-bottom: 1px solid #E3F3FA;
  font-weight: 400;
}
.site-header-rafter ul.dropdown-menu li a:hover, .site-header-rafter ul.dropdown-menu li a:focus, .site-header-rafter ul.dropdown-menu li a:active, .site-header-rafter ul.dropdown-menu li a .active {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: white;
}
.site-header-rafter ul.dropdown-menu li:last-of-type a {
  border-bottom: none;
}
.site-header-rafter ul.dropdown-menu .dropdown-item.active, .site-header-rafter ul.dropdown-menu .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.site-header-rafter .site-contact a {
  font-family: "VentiCF";
  color: #262362;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
}
.site-header-rafter .site-contact a:hover, .site-header-rafter .site-contact a:focus, .site-header-rafter .site-contact a:active {
  color: #007ba6;
}
.site-header-rafter .language-switcher {
  align-self: center;
  margin: 0 1rem 0 1.5rem;
}
.site-header-rafter .language-switcher .gt_switcher {
  font-family: "VentiCF" !important;
  overflow: visible !important;
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  width: clamp(90px, 100%, 200px) !important;
}
.site-header-rafter .language-switcher .gt_switcher .gt_selected {
  background: transparent !important;
}
.site-header-rafter .language-switcher .gt_switcher .gt_selected a {
  color: #262362 !important;
  font-weight: bold;
  border: none !important;
  border-radius: 10px;
  padding: 0 30px 0 0 !important;
  width: auto !important;
}
.site-header-rafter .language-switcher .gt_switcher .gt_selected a:after {
  color: #007ba6;
  content: "\f078" !important;
  font-family: "Font Awesome 6 Free", sans-serif;
  border: none;
  vertical-align: 0;
  margin: 0;
  padding-left: 0.5rem;
  background: transparent !important;
  font-weight: bold;
}
.site-header-rafter .language-switcher .gt_switcher .gt_selected a.open:after {
  content: "\f077" !important;
  transform: none !important;
}
.site-header-rafter .language-switcher .gt_switcher .gt_selected a:hover, .site-header-rafter .language-switcher .gt_switcher .gt_selected a:focus, .site-header-rafter .language-switcher .gt_switcher .gt_selected a:active {
  border: none !important;
  outline: none !important;
  background: transparent !important;
}
.site-header-rafter .language-switcher .gt_switcher .gt_option {
  position: absolute !important;
  border: none !important;
  background: #007ba6 !important;
  top: calc(100% + 1.8rem);
  width: clamp(157px, 100%, 100%) !important;
  border-radius: 0 0 15px 15px;
  padding: 15px !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 992px) {
  .site-header-rafter .language-switcher .gt_switcher .gt_option {
    right: 0;
    left: auto;
  }
}
.site-header-rafter .language-switcher .gt_switcher .gt_option a {
  color: white;
  padding: 0.5rem;
  border-bottom: 1px solid #E3F3FA;
  font-weight: 400;
  line-height: 120%;
  font-family: "VentiCF";
}
.site-header-rafter .language-switcher .gt_switcher .gt_option a:hover, .site-header-rafter .language-switcher .gt_switcher .gt_option a:focus, .site-header-rafter .language-switcher .gt_switcher .gt_option a:active {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  outline: none !important;
}
.site-header-rafter .language-switcher .gt_switcher .gt_option:last-of-type a {
  border-bottom: none;
}
.site-header-rafter .language-switcher .gt_switcher img {
  display: none !important;
}
.site-header-rafter .site-social {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 992px) {
  .site-header-rafter .site-social {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .site-nav {
    height: 0;
    overflow: hidden;
  }
  .site-nav.open {
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .site-nav {
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }
}
.site-nav nav {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}
.site-nav nav .menu-rafter-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  order: 0;
}
.site-nav nav .menu-main-menu-container {
  order: 1;
}
@media only screen and (min-width: 992px) {
  .site-nav nav {
    position: static;
    display: flex;
    justify-content: flex-end;
    padding-top: 0;
  }
  .site-nav nav .menu-rafter-container {
    display: none;
  }
}
.site-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .site-nav .menu {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .site-nav .menu li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .site-nav .menu li:last-of-type {
    border: none;
  }
}
.site-nav .menu li a {
  color: #262362;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: "VentiCF";
  padding: 1rem;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .site-nav .menu li a {
    padding: 3rem 1rem;
  }
}
.site-nav .menu li a:hover, .site-nav .menu li a:focus, .site-nav .menu li a:active {
  color: #007ba6;
  border: none;
  outline: none;
}
.site-nav .menu li.btn {
  border: none;
}
@media only screen and (max-width: 992px) {
  .site-nav .menu li.btn {
    margin-top: 1rem;
    display: none;
  }
}
.site-nav .menu li.btn a {
  background-color: #9F1B5A;
  color: white;
  border-radius: 7px;
  padding: 0.5rem 1rem;
  transition: 0.2s background-color ease;
  width: 100%;
}
.site-nav .menu li.btn a:hover, .site-nav .menu li.btn a:focus, .site-nav .menu li.btn a:active {
  background-color: #7C023D;
}
.site-nav .menu li .dropdown-toggle:after {
  content: none;
}
@media only screen and (min-width: 992px) {
  .site-nav .menu .dropdown:hover > ul {
    display: flex !important;
  }
  .site-nav .menu .dropdown:hover > ul.depth_0 {
    top: 100% !important;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) !important;
    opacity: 1;
  }
  .site-nav .menu .depth_1 .dropdown:hover .dropdown-toggle {
    background-color: #E3F3FA;
  }
}
.site-nav .dropdown-menu {
  list-style: none;
  border-radius: 0 0 30px 30px;
  padding: 2rem;
  z-index: 99;
  border: none;
  border-top: 5px solid #8EC642;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.site-nav .dropdown-menu.depth_0 {
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-30px) !important;
  transition: 0.2s transform, 0.3s opacity;
  opacity: 0;
}
.site-nav .dropdown-menu.depth_0.show {
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) !important;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .site-nav .dropdown-menu {
    position: absolute;
    top: 100% !important;
    transform: translateY(0) !important;
    inset: unset !important;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
    width: 100vw;
    max-width: 500px;
  }
}
@media only screen and (max-width: 992px) {
  .site-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    display: none !important;
  }
  .site-nav .dropdown-menu.show {
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) !important;
    opacity: 1;
    display: flex !important;
    flex-wrap: wrap;
    max-width: 100% !important;
  }
}
.site-nav .dropdown-menu li {
  border: none;
}
@media only screen and (max-width: 992px) {
  .site-nav .dropdown-menu li {
    flex: 1;
  }
}
.site-nav .dropdown-menu li.nav-thumb {
  line-height: 120%;
  max-width: 120px;
  text-align: center;
}
.site-nav .dropdown-menu li.nav-thumb a {
  padding: 0;
  font-size: 1.2rem;
  text-align: center;
  line-height: 120%;
  width: 120px;
  padding: 0 !important;
}
.site-nav .dropdown-menu li.nav-thumb a img {
  border-radius: 15px;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  transition: 0.2s all;
}
.site-nav .dropdown-menu li.nav-thumb a:hover, .site-nav .dropdown-menu li.nav-thumb a:focus, .site-nav .dropdown-menu li.nav-thumb a:active {
  background-color: transparent;
  color: #262362;
}
.site-nav .dropdown-menu li.nav-thumb a:hover img, .site-nav .dropdown-menu li.nav-thumb a:focus img, .site-nav .dropdown-menu li.nav-thumb a:active img {
  opacity: 0.9;
}
.site-nav .dropdown-menu li.nav-thumb .dropdown-item.active {
  background-color: transparent !important;
  color: #262362;
}
.site-nav .dropdown-menu li a {
  display: block;
  padding: 0.25rem 0.5rem !important;
  line-height: 150%;
  color: black;
  white-space: normal;
}
.site-nav .dropdown-menu li a:hover, .site-nav .dropdown-menu li a:focus, .site-nav .dropdown-menu li a:active, .site-nav .dropdown-menu li a .active {
  background-color: #E3F3FA;
}
.site-nav .dropdown-menu li.nav-heading > a {
  pointer-events: none;
}
.site-nav .dropdown-menu .dropdown-menu {
  position: static !important;
  border-radius: 0;
  box-shadow: none;
  border-top: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
  border: none;
}
@media only screen and (max-width: 992px) {
  .site-nav .dropdown-menu .dropdown-menu {
    display: block !important;
  }
}
.site-nav .dropdown-menu .dropdown-menu li {
  flex-basis: 100%;
}
.site-nav .dropdown-menu .dropdown-menu li a {
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .site-nav .dropdown-menu .dropdown-menu .dropdown-toggle:after {
    content: "\f105";
    font-family: "Font Awesome 6 Free", sans-serif;
    color: #007ba6;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    border: none;
    font-weight: bold;
  }
}
.site-nav .dropdown-menu .dropdown-menu .dropdown-menu.depth_2 {
  display: none;
  padding-bottom: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .site-nav .dropdown-menu .dropdown-menu .dropdown-menu.depth_2 {
    position: absolute !important;
    left: 100% !important;
    top: 0 !important;
    padding: 15px;
    background-color: #E3F3FA;
    border-left: 2px solid #007ba6;
    max-width: 300px;
  }
}
.site-nav .dropdown-menu .dropdown-menu .dropdown-menu.depth_2.show {
  display: flex;
}
.site-nav .dropdown-menu .dropdown-menu .dropdown-menu.depth_2 li {
  position: relative;
}
.site-nav .dropdown-menu .dropdown-menu .dropdown-menu.depth_2 li a {
  font-size: 1rem;
  line-height: 120%;
}
.site-nav .dropdown-item.active,
.site-nav .dropdown-item:active {
  background-color: transparent;
}
.site-nav .site-social {
  justify-content: center;
  margin-top: 1rem;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .site-nav .site-social {
    display: none;
  }
}
.site-nav .site-social ul li {
  border: none;
  text-align: center;
  margin: 0;
}
.site-nav .site-social ul li a {
  padding: 0;
}

.site-social ul {
  list-style: none;
  display: flex;
  margin: 0;
}
.site-social ul li {
  margin: 0 0 0 0.5rem;
  padding: 0 !important;
}
.site-social ul li a {
  font-size: 0 !important;
  color: #007ba6;
  padding-left: 15px;
}
.site-social ul li a:before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Brands", sans-serif;
  font-size: 1.3rem;
  line-height: 100%;
  color: #007ba6;
  transition: 0.2s all;
  font-weight: 400;
}
.site-social ul li a:hover:before, .site-social ul li a:focus:before, .site-social ul li a:active:before {
  transform: scale(1.1);
}
.site-social ul li.fb a:before {
  content: "\f09a";
}
.site-social ul li.li a:before {
  content: "\f0e1";
}
.site-social ul li.ig a:before {
  content: "\f16d";
}
.site-social ul li.newsletter a:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free", sans-serif;
}

@media only screen and (max-width: 992px) {
  .btn-search {
    position: absolute;
    top: 1.3rem;
    left: 0;
    font-size: 2rem !important;
  }
}

.site-search {
  position: relative;
  max-height: 0;
  overflow: hidden;
  background: #007ba6;
  z-index: 99;
  padding: 0 5rem 0 1rem;
  transition: 0.3s all;
  opacity: 0;
}
.site-search.open {
  max-height: 85px;
  opacity: 1;
  padding: 1rem 5rem 1rem 1rem;
}
.site-search form {
  display: flex;
  align-items: center;
}
.site-search form label {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .site-search form label {
    padding-right: 20px;
  }
}
.site-search form input {
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 2px solid #E3F3FA;
  border-radius: 0;
  color: white;
}
.site-search form input:focus {
  box-shadow: none;
}
.site-search form input::-moz-placeholder {
  color: white;
}
.site-search form input::placeholder {
  color: white;
}
.site-search .close-button {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  border-radius: 100%;
  border: none;
  padding: 0.2rem;
  height: 2.5rem;
  width: 2.5rem;
}

.site-notice {
  position: fixed;
  z-index: 99;
  bottom: 0;
  right: 0;
  max-width: 700px;
  color: white;
  padding: 20px 80px 20px 40px;
  border-radius: 25px 0 0 0;
  font-size: 1.4rem;
  line-height: 120%;
  font-weight: 300;
  font-family: "VentiCF";
  background-color: #007ba6;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateX(800px);
  transition: 1s all;
}
.site-notice.open {
  transform: translateX(0);
  opacity: 1;
}
.site-notice a {
  color: white;
  text-decoration: none;
  transition: 0.2s all;
  border-bottom: 0 solid transparent;
}
.site-notice a:hover, .site-notice a:focus, .site-notice a:active {
  border-bottom: 2px solid #007ba6;
  outline: none;
}
.site-notice .close {
  position: absolute;
  top: 20px;
  right: 10px;
}
.site-notice strong {
  font-weight: 600;
}

.sbi-critical-notice {
  display: none !important;
}

@media only screen and (max-width: 992px) {
  .block--home-slides .slide {
    background-position: right center;
  }
}

.footer-locations {
  padding: 80px 15px 200px;
  text-align: center;
  background: url("/wp-content/uploads/2023/11/kinark-locations-bg.png") repeat-x bottom center rgb(227, 242, 249);
  background-size: 1920px auto;
}
.footer-locations h2 {
  font-weight: bold;
}
.footer-locations .addresses {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-locations .addresses .address {
  text-align: center;
  font-size: 1.1rem;
  justify-self: center;
  font-style: normal;
  padding: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .footer-locations .addresses .address {
    width: 30%;
  }
}
.footer-locations .addresses .address h4 {
  color: #262362;
  font-size: 1.5rem;
  font-weight: bold;
}
.footer-locations .addresses .address a {
  display: block;
  color: currentcolor;
  margin-top: 10px;
}

.footer-callout {
  text-align: center;
  padding: 25px 15px 50px;
}
.footer-callout h3 {
  font-weight: 900;
  font-size: 2.2rem;
}

.menu--footer-social a:before {
  padding: 0 15px;
}

.page-template-page-fw-notitle .entry-content {
  padding: 0;
}
.page-template-page-fw-notitle .entry-content > *:not(.container) {
  max-width: none;
}

.page-wave {
  padding: 100px 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="2522.788" height="242.035" viewBox="0 0 2522.788 242.035"><path d="M-450.606,263.035V62.959c21.5,0,31.443-7.941,44.037-18C-392.5,33.73-376.551,21-345.485,21S-298.468,33.73-284.4,44.963c12.595,10.055,22.542,18,44.037,18s31.44-7.941,44.033-17.994C-182.257,33.73-166.31,21-135.244,21S-88.231,33.73-74.162,44.965C-61.568,55.018-51.62,62.959-30.13,62.959S1.31,55.018,13.9,44.965C27.973,33.73,43.922,21,74.987,21S122,33.732,136.07,44.965c12.593,10.053,22.541,17.994,44.032,17.994s31.439-7.941,44.033-17.994C238.2,33.73,254.152,21,285.219,21S332.23,33.73,346.3,44.965c12.594,10.053,22.54,17.994,44.031,17.994s31.44-7.941,44.032-17.994C448.432,33.73,464.379,21,495.444,21s47.012,12.731,61.083,23.965c12.592,10.053,22.54,17.994,44.031,17.994S632,55.018,644.59,44.965C658.661,33.73,674.608,21,705.673,21s47.012,12.731,61.083,23.965c12.594,10.053,22.54,17.994,44.032,17.994V263.035Zm-1261.394,0V62.959c21.5,0,31.443-7.941,44.037-18C-1653.892,33.73-1637.945,21-1606.879,21s47.017,12.731,61.087,23.963c12.595,10.055,22.542,18,44.037,18s31.44-7.941,44.033-17.994C-1443.651,33.73-1427.7,21-1396.637,21s47.011,12.731,61.081,23.965c12.594,10.053,22.541,17.994,44.032,17.994s31.441-7.941,44.034-17.994C-1233.421,33.73-1217.472,21-1186.407,21s47.013,12.732,61.083,23.965c12.594,10.053,22.54,17.994,44.031,17.994s31.439-7.941,44.033-17.994C-1023.189,33.73-1007.242,21-976.175,21S-929.165,33.73-915.1,44.965c12.594,10.053,22.54,17.994,44.031,17.994s31.441-7.941,44.032-17.994C-812.962,33.73-797.015,21-765.95,21s47.012,12.731,61.083,23.965c12.592,10.053,22.539,17.994,44.03,17.994S-629.4,55.018-616.8,44.965C-602.734,33.73-586.786,21-555.721,21s47.012,12.731,61.083,23.965c12.594,10.053,22.54,17.994,44.032,17.994V263.035Z" transform="translate(1712 -21)" fill="%23fff"/></svg>');
  background-color: #E3F3FA;
  background-repeat: repeat-x;
  background-position: center bottom -190px;
}

.service-directory-filter h1 {
  font-weight: bold;
  color: #262362;
}
.service-directory-filter form > .row > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .service-directory-filter form > .row > div {
    margin-bottom: 15px;
  }
}
.service-directory-filter form .form-row {
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .service-directory-filter form .form-row {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .service-directory-filter form .form-row > div {
    margin-bottom: 10px;
  }
}
.service-directory-filter form .form-row:last-of-type {
  margin-bottom: 0;
}
.service-directory-filter form label, .service-directory-filter form input:not(input[type=submit], input[type=reset]), .service-directory-filter form select {
  display: flex;
  width: 100%;
  background-color: white;
  border-radius: 15px;
  border-color: rgba(0, 123, 166, 0.4);
  transition: 0.3s all ease;
}
.service-directory-filter form label:focus, .service-directory-filter form label:active, .service-directory-filter form input:not(input[type=submit], input[type=reset]):focus, .service-directory-filter form input:not(input[type=submit], input[type=reset]):active, .service-directory-filter form select:focus, .service-directory-filter form select:active {
  border-color: rgba(0, 123, 166, 0.8);
  outline: none;
  box-shadow: 2px 0 15px rgba(0, 123, 166, 0.1);
}
.service-directory-filter form input[type=search] {
  font-size: 1.2rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path style="fill:%23262362" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6 .1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px;
}
.service-directory-filter form input[type=submit], .service-directory-filter form button[type=reset] {
  background-color: #8EC642;
  font-weight: bold;
  color: white;
  border: none;
  width: 100%;
  font-size: 1.2rem;
  border-radius: 15px;
  height: 52px;
}
@media only screen and (max-width: 992px) {
  .service-directory-filter form input[type=submit], .service-directory-filter form button[type=reset] {
    margin-bottom: 10px !important;
  }
}
.service-directory-filter form input[type=submit]:hover, .service-directory-filter form input[type=submit]:focus, .service-directory-filter form input[type=submit]:active, .service-directory-filter form button[type=reset]:hover, .service-directory-filter form button[type=reset]:focus, .service-directory-filter form button[type=reset]:active {
  background-color: #9F1B5A;
  color: white;
}
.service-directory-filter form input[type=submit]:last-of-type, .service-directory-filter form button[type=reset]:last-of-type {
  margin-bottom: 0;
}
.service-directory-filter form button[type=reset] {
  background-color: #007ba6;
}
.service-directory-filter form button[type=reset]:hover, .service-directory-filter form button[type=reset]:focus, .service-directory-filter form button[type=reset]:active {
  background-color: white;
  color: #262362;
}
.service-directory-filter form button[type=reset]:after {
  content: "\f2ea";
  font-family: "Font Awesome 6 Free", sans-serif;
  padding-left: 15px;
}
.service-directory-entries {
  padding: 60px 0;
}
.service-directory-entries .entries {
  gap: 30px;
  padding: 20px;
}
.service-directory-entries .entries > div {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .service-directory-entries .entries > div {
    width: 48%;
  }
}
.service-directory-entries .entries > hr {
  background: #007ba6;
  height: 1px;
  width: 100%;
  margin: 20px 0 40px;
  border: none;
}
.service-directory-entries .entries .entry {
  margin-bottom: 20px;
}
.service-directory-entries .entries .entry h2 {
  position: relative;
  font-weight: bold;
  color: #262362;
}
.service-directory-entries .entries .entry h2 a {
  text-decoration: none;
  color: currentColor;
}
.service-directory-entries .entries .entry h2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 5px;
  background-color: #8EC642;
}
.service-directory .not-found h2 {
  color: #262362;
  font-size: 3rem;
  font-weight: bold;
}
.service-directory .not-found p {
  font-size: 1.25rem;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0 !important;
}
.pagination li a, .pagination li span {
  background-color: transparent;
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
}
.pagination li a.current, .pagination li span.current {
  background: #007ba6;
  color: white;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  background: #9F1B5A;
  text-decoration: none;
  color: white;
}
.pagination li:last-child a, .pagination li:last-child span {
  margin: 0;
}

#gform_42 .gform_fields .gfield {
  margin-bottom: 20px;
}
#gform_42 .gform_fields .gfield label, #gform_42 .gform_fields .gfield legend {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  display: none;
  text-align: left;
}
#gform_42 .gform_fields .gfield_required {
  color: pink;
  font-size: 0.9rem;
  margin-left: 5px;
}
#gform_42 .gform_fields .ginput_container {
  display: flex;
  gap: 20px;
}
#gform_42 .gform_fields .ginput_container > * {
  flex: 1 50%;
}

.aba-service {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E3F3FA;
}
@media only screen and (max-width: 992px) {
  .aba-service {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.aba-service:last-of-type {
  border-bottom: none;
}
.aba-service ul {
  list-style: none;
  margin-top: 0;
}
.aba-service ul li {
  border-bottom: 1px solid #E3F3FA;
  font-weight: bold;
  padding: 15px;
  margin: 0 !important;
}
.aba-service ul li:only-child, .aba-service ul li:first-child {
  border-top: 1px solid #E3F3FA;
}
.aba-service .hours {
  border-top: 1px solid #E3F3FA;
  padding: 15px 0;
  gap: 15px 0;
}

.kinark-overlay-1, .kinark-overlay-2, .kinark-overlay-3 {
  position: relative;
}
.kinark-overlay-1:before, .kinark-overlay-2:before, .kinark-overlay-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.kinark-overlay-1:before {
  background-image: url("assets/images/frame1@2x.png");
}
.kinark-overlay-2:before {
  background-image: url("assets/images/frame2@2x.png");
}
.kinark-overlay-3:before {
  background-image: url("assets/images/frame3@2x.png");
}

.post-password-form {
  padding-bottom: 30px;
}
.post-password-form label {
  font-weight: bold;
  font-size: 1.2rem;
}
.post-password-form input[type=submit] {
  background-color: #8EC642;
  color: white;
  padding: 13px 30px;
  border: none;
}

.align-center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.align-left {
  margin-right: auto;
  text-align: left;
}

.align-right {
  margin-left: auto;
  text-align: right;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 15px;
}
.button-group li {
  padding: 0;
  margin: 0 !important;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .button-group li {
    width: 100%;
  }
}
.button-group li a {
  display: inline-block;
  background-color: #E3F3FA;
  color: #007ba6;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .button-group li a {
    width: 100%;
  }
}
.button-group li a:hover, .button-group li a:focus, .button-group li a:active {
  background-color: #007ba6;
  color: white;
}

.has-purple-background-color {
  color: white !important;
  background: #9F1B5A !important;
}
.has-purple-background-color:hover, .has-purple-background-color:focus, .has-purple-background-color:active {
  background-color: #731441 !important;
}

.button-lg {
  font-size: 1.25rem;
}

/* Dynamics Forms Modifications by spark */
#primary:has(.marketingForm) h2 {
  font-size: 36px;
}
@media only screen and (max-width: 992px) {
  #primary:has(.marketingForm) h2 {
    font-size: 26px;
  }
}
#primary:has(.marketingForm) .marketingForm div[data-layout] {
  max-width: 100% !important;
}
#primary:has(.marketingForm) .marketingForm .columnContainer {
  width: 100% !important;
}
#primary:has(.marketingForm) .marketingForm div[data-editorblocktype] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#primary:has(.marketingForm) .marketingForm div[data-editorblocktype] p {
  font-family: "Lato", sans-serif;
}
#primary:has(.marketingForm) .wrap-section {
  padding: 0 !important;
}
#primary:has(.marketingForm) .phoneFormFieldBlock label, #primary:has(.marketingForm) .phoneFormFieldBlock label *, #primary:has(.marketingForm) .textFormFieldBlock label, #primary:has(.marketingForm) .dateTimeFormFieldBlock label, #primary:has(.marketingForm) .lookupFormFieldBlock label, #primary:has(.marketingForm) .twoOptionFormFieldBlock label.block-label, #primary:has(.marketingForm) .optionSetFormFieldBlock label.block-label, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock label.block-label, #primary:has(.marketingForm) div[data-editorblocktype=Captcha] label[id^=wlspispHipInstructionContainer], #primary:has(.marketingForm) .textFormFieldBlock label *, #primary:has(.marketingForm) .dateTimeFormFieldBlock label *, #primary:has(.marketingForm) .lookupFormFieldBlock label *, #primary:has(.marketingForm) .twoOptionFormFieldBlock label.block-label *, #primary:has(.marketingForm) .optionSetFormFieldBlock label.block-label *, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock label.block-label *, #primary:has(.marketingForm) .consentBlock label p {
  font-family: "Lato", sans-serif;
}
#primary:has(.marketingForm) .textFormFieldBlock, #primary:has(.marketingForm) .dateTimeFormFieldBlock, #primary:has(.marketingForm) .twoOptionFormFieldBlock, #primary:has(.marketingForm) .optionSetFormFieldBlock, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock, #primary:has(.marketingForm) .lookupFormFieldBlock, #primary:has(.marketingForm) .phoneFormFieldBlock {
  gap: 10px;
  padding-left: 0;
  padding-right: 0;
}
#primary:has(.marketingForm) .textFormFieldBlock label, #primary:has(.marketingForm) .dateTimeFormFieldBlock label, #primary:has(.marketingForm) .twoOptionFormFieldBlock label, #primary:has(.marketingForm) .optionSetFormFieldBlock label, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock label, #primary:has(.marketingForm) .lookupFormFieldBlock label, #primary:has(.marketingForm) .phoneFormFieldBlock label {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
#primary:has(.marketingForm) .textFormFieldBlock label, #primary:has(.marketingForm) .textFormFieldBlock label span, #primary:has(.marketingForm) .dateTimeFormFieldBlock label, #primary:has(.marketingForm) .dateTimeFormFieldBlock label span, #primary:has(.marketingForm) .twoOptionFormFieldBlock label, #primary:has(.marketingForm) .twoOptionFormFieldBlock label span, #primary:has(.marketingForm) .optionSetFormFieldBlock label, #primary:has(.marketingForm) .optionSetFormFieldBlock label span, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock label, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock label span, #primary:has(.marketingForm) .lookupFormFieldBlock label, #primary:has(.marketingForm) .lookupFormFieldBlock label span, #primary:has(.marketingForm) .phoneFormFieldBlock label, #primary:has(.marketingForm) .phoneFormFieldBlock label span {
  font-size: 1rem !important;
}
#primary:has(.marketingForm) .textFormFieldBlock input, #primary:has(.marketingForm) .textFormFieldBlock select, #primary:has(.marketingForm) .textFormFieldBlock textarea, #primary:has(.marketingForm) .textFormFieldBlock .phoneCountryCodeLabel, #primary:has(.marketingForm) .dateTimeFormFieldBlock input, #primary:has(.marketingForm) .dateTimeFormFieldBlock select, #primary:has(.marketingForm) .dateTimeFormFieldBlock textarea, #primary:has(.marketingForm) .dateTimeFormFieldBlock .phoneCountryCodeLabel, #primary:has(.marketingForm) .twoOptionFormFieldBlock input, #primary:has(.marketingForm) .twoOptionFormFieldBlock select, #primary:has(.marketingForm) .twoOptionFormFieldBlock textarea, #primary:has(.marketingForm) .twoOptionFormFieldBlock .phoneCountryCodeLabel, #primary:has(.marketingForm) .optionSetFormFieldBlock input, #primary:has(.marketingForm) .optionSetFormFieldBlock select, #primary:has(.marketingForm) .optionSetFormFieldBlock textarea, #primary:has(.marketingForm) .optionSetFormFieldBlock .phoneCountryCodeLabel, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock input, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock select, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock textarea, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock .phoneCountryCodeLabel, #primary:has(.marketingForm) .lookupFormFieldBlock input, #primary:has(.marketingForm) .lookupFormFieldBlock select, #primary:has(.marketingForm) .lookupFormFieldBlock textarea, #primary:has(.marketingForm) .lookupFormFieldBlock .phoneCountryCodeLabel, #primary:has(.marketingForm) .phoneFormFieldBlock input, #primary:has(.marketingForm) .phoneFormFieldBlock select, #primary:has(.marketingForm) .phoneFormFieldBlock textarea, #primary:has(.marketingForm) .phoneFormFieldBlock .phoneCountryCodeLabel {
  font-family: "Lato", sans-serif;
  background: #E3F3FA;
  border: 1px solid rgba(0, 123, 166, 0.2);
  padding: 15px;
  font-size: 1rem;
}
#primary:has(.marketingForm) .textFormFieldBlock input:focus, #primary:has(.marketingForm) .textFormFieldBlock input:active, #primary:has(.marketingForm) .textFormFieldBlock select:focus, #primary:has(.marketingForm) .textFormFieldBlock select:active, #primary:has(.marketingForm) .textFormFieldBlock textarea:focus, #primary:has(.marketingForm) .textFormFieldBlock textarea:active, #primary:has(.marketingForm) .textFormFieldBlock .phoneCountryCodeLabel:focus, #primary:has(.marketingForm) .textFormFieldBlock .phoneCountryCodeLabel:active, #primary:has(.marketingForm) .dateTimeFormFieldBlock input:focus, #primary:has(.marketingForm) .dateTimeFormFieldBlock input:active, #primary:has(.marketingForm) .dateTimeFormFieldBlock select:focus, #primary:has(.marketingForm) .dateTimeFormFieldBlock select:active, #primary:has(.marketingForm) .dateTimeFormFieldBlock textarea:focus, #primary:has(.marketingForm) .dateTimeFormFieldBlock textarea:active, #primary:has(.marketingForm) .dateTimeFormFieldBlock .phoneCountryCodeLabel:focus, #primary:has(.marketingForm) .dateTimeFormFieldBlock .phoneCountryCodeLabel:active, #primary:has(.marketingForm) .twoOptionFormFieldBlock input:focus, #primary:has(.marketingForm) .twoOptionFormFieldBlock input:active, #primary:has(.marketingForm) .twoOptionFormFieldBlock select:focus, #primary:has(.marketingForm) .twoOptionFormFieldBlock select:active, #primary:has(.marketingForm) .twoOptionFormFieldBlock textarea:focus, #primary:has(.marketingForm) .twoOptionFormFieldBlock textarea:active, #primary:has(.marketingForm) .twoOptionFormFieldBlock .phoneCountryCodeLabel:focus, #primary:has(.marketingForm) .twoOptionFormFieldBlock .phoneCountryCodeLabel:active, #primary:has(.marketingForm) .optionSetFormFieldBlock input:focus, #primary:has(.marketingForm) .optionSetFormFieldBlock input:active, #primary:has(.marketingForm) .optionSetFormFieldBlock select:focus, #primary:has(.marketingForm) .optionSetFormFieldBlock select:active, #primary:has(.marketingForm) .optionSetFormFieldBlock textarea:focus, #primary:has(.marketingForm) .optionSetFormFieldBlock textarea:active, #primary:has(.marketingForm) .optionSetFormFieldBlock .phoneCountryCodeLabel:focus, #primary:has(.marketingForm) .optionSetFormFieldBlock .phoneCountryCodeLabel:active, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock input:focus, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock input:active, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock select:focus, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock select:active, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock textarea:focus, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock textarea:active, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock .phoneCountryCodeLabel:focus, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock .phoneCountryCodeLabel:active, #primary:has(.marketingForm) .lookupFormFieldBlock input:focus, #primary:has(.marketingForm) .lookupFormFieldBlock input:active, #primary:has(.marketingForm) .lookupFormFieldBlock select:focus, #primary:has(.marketingForm) .lookupFormFieldBlock select:active, #primary:has(.marketingForm) .lookupFormFieldBlock textarea:focus, #primary:has(.marketingForm) .lookupFormFieldBlock textarea:active, #primary:has(.marketingForm) .lookupFormFieldBlock .phoneCountryCodeLabel:focus, #primary:has(.marketingForm) .lookupFormFieldBlock .phoneCountryCodeLabel:active, #primary:has(.marketingForm) .phoneFormFieldBlock input:focus, #primary:has(.marketingForm) .phoneFormFieldBlock input:active, #primary:has(.marketingForm) .phoneFormFieldBlock select:focus, #primary:has(.marketingForm) .phoneFormFieldBlock select:active, #primary:has(.marketingForm) .phoneFormFieldBlock textarea:focus, #primary:has(.marketingForm) .phoneFormFieldBlock textarea:active, #primary:has(.marketingForm) .phoneFormFieldBlock .phoneCountryCodeLabel:focus, #primary:has(.marketingForm) .phoneFormFieldBlock .phoneCountryCodeLabel:active {
  box-shadow: 0 5px 20px rgba(0, 123, 166, 0.1);
}
#primary:has(.marketingForm) .textFormFieldBlock input::-moz-placeholder, #primary:has(.marketingForm) .textFormFieldBlock select::-moz-placeholder, #primary:has(.marketingForm) .textFormFieldBlock textarea::-moz-placeholder, #primary:has(.marketingForm) .textFormFieldBlock .phoneCountryCodeLabel::-moz-placeholder, #primary:has(.marketingForm) .dateTimeFormFieldBlock input::-moz-placeholder, #primary:has(.marketingForm) .dateTimeFormFieldBlock select::-moz-placeholder, #primary:has(.marketingForm) .dateTimeFormFieldBlock textarea::-moz-placeholder, #primary:has(.marketingForm) .dateTimeFormFieldBlock .phoneCountryCodeLabel::-moz-placeholder, #primary:has(.marketingForm) .twoOptionFormFieldBlock input::-moz-placeholder, #primary:has(.marketingForm) .twoOptionFormFieldBlock select::-moz-placeholder, #primary:has(.marketingForm) .twoOptionFormFieldBlock textarea::-moz-placeholder, #primary:has(.marketingForm) .twoOptionFormFieldBlock .phoneCountryCodeLabel::-moz-placeholder, #primary:has(.marketingForm) .optionSetFormFieldBlock input::-moz-placeholder, #primary:has(.marketingForm) .optionSetFormFieldBlock select::-moz-placeholder, #primary:has(.marketingForm) .optionSetFormFieldBlock textarea::-moz-placeholder, #primary:has(.marketingForm) .optionSetFormFieldBlock .phoneCountryCodeLabel::-moz-placeholder, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock input::-moz-placeholder, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock select::-moz-placeholder, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock textarea::-moz-placeholder, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock .phoneCountryCodeLabel::-moz-placeholder, #primary:has(.marketingForm) .lookupFormFieldBlock input::-moz-placeholder, #primary:has(.marketingForm) .lookupFormFieldBlock select::-moz-placeholder, #primary:has(.marketingForm) .lookupFormFieldBlock textarea::-moz-placeholder, #primary:has(.marketingForm) .lookupFormFieldBlock .phoneCountryCodeLabel::-moz-placeholder, #primary:has(.marketingForm) .phoneFormFieldBlock input::-moz-placeholder, #primary:has(.marketingForm) .phoneFormFieldBlock select::-moz-placeholder, #primary:has(.marketingForm) .phoneFormFieldBlock textarea::-moz-placeholder, #primary:has(.marketingForm) .phoneFormFieldBlock .phoneCountryCodeLabel::-moz-placeholder {
  color: rgba(0, 123, 166, 0.5);
}
#primary:has(.marketingForm) .textFormFieldBlock input::placeholder, #primary:has(.marketingForm) .textFormFieldBlock select::placeholder, #primary:has(.marketingForm) .textFormFieldBlock textarea::placeholder, #primary:has(.marketingForm) .textFormFieldBlock .phoneCountryCodeLabel::placeholder, #primary:has(.marketingForm) .dateTimeFormFieldBlock input::placeholder, #primary:has(.marketingForm) .dateTimeFormFieldBlock select::placeholder, #primary:has(.marketingForm) .dateTimeFormFieldBlock textarea::placeholder, #primary:has(.marketingForm) .dateTimeFormFieldBlock .phoneCountryCodeLabel::placeholder, #primary:has(.marketingForm) .twoOptionFormFieldBlock input::placeholder, #primary:has(.marketingForm) .twoOptionFormFieldBlock select::placeholder, #primary:has(.marketingForm) .twoOptionFormFieldBlock textarea::placeholder, #primary:has(.marketingForm) .twoOptionFormFieldBlock .phoneCountryCodeLabel::placeholder, #primary:has(.marketingForm) .optionSetFormFieldBlock input::placeholder, #primary:has(.marketingForm) .optionSetFormFieldBlock select::placeholder, #primary:has(.marketingForm) .optionSetFormFieldBlock textarea::placeholder, #primary:has(.marketingForm) .optionSetFormFieldBlock .phoneCountryCodeLabel::placeholder, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock input::placeholder, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock select::placeholder, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock textarea::placeholder, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock .phoneCountryCodeLabel::placeholder, #primary:has(.marketingForm) .lookupFormFieldBlock input::placeholder, #primary:has(.marketingForm) .lookupFormFieldBlock select::placeholder, #primary:has(.marketingForm) .lookupFormFieldBlock textarea::placeholder, #primary:has(.marketingForm) .lookupFormFieldBlock .phoneCountryCodeLabel::placeholder, #primary:has(.marketingForm) .phoneFormFieldBlock input::placeholder, #primary:has(.marketingForm) .phoneFormFieldBlock select::placeholder, #primary:has(.marketingForm) .phoneFormFieldBlock textarea::placeholder, #primary:has(.marketingForm) .phoneFormFieldBlock .phoneCountryCodeLabel::placeholder {
  color: rgba(0, 123, 166, 0.5);
}
#primary:has(.marketingForm) .phoneFormFieldBlock .phoneCountryCode {
  border: 1px solid rgba(0, 123, 166, 0.2);
}
#primary:has(.marketingForm) .phoneFormFieldBlock .phoneCountryCode input, #primary:has(.marketingForm) .phoneFormFieldBlock .phoneCountryCode .phoneCountryCodeLabel {
  border: none !important;
}
#primary:has(.marketingForm) .phoneFormFieldBlock .phoneCountryCode .phoneCountryCodeLabel {
  border-right: 1px solid rgba(0, 123, 166, 0.2) !important;
}
#primary:has(.marketingForm) .optionSetFormFieldBlock select {
  padding: 0 30px 0 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px;
}
#primary:has(.marketingForm) .optionSetFormFieldBlock select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
}
#primary:has(.marketingForm) .twoOptionFormFieldBlock div.radiobuttons div input, #primary:has(.marketingForm) .twoOptionFormFieldBlock div.twooption_checkbox div input, #primary:has(.marketingForm) .optionSetFormFieldBlock div.radiobuttons div input, #primary:has(.marketingForm) .multiOptionSetFormFieldBlock fieldset > div > input[type=checkbox], #primary:has(.marketingForm) .eventSession > div > input[type=checkbox], #primary:has(.marketingForm) .eventSession > div > input[type=radio], #primary:has(.marketingForm) .consentBlock div input {
  accent-color: #007ba6;
}
#primary:has(.marketingForm) div[data-editorblocktype=Captcha] {
  padding: 20px 0;
  max-width: 507px;
  margin: 0 auto;
}
#primary:has(.marketingForm) div[data-editorblocktype=Captcha] input {
  font-family: "Lato", sans-serif;
  background: #E3F3FA;
  border: 1px solid rgba(0, 123, 166, 0.2);
  padding: 15px;
  font-size: 1.2rem;
}
#primary:has(.marketingForm) div[data-editorblocktype=Captcha] input:focus, #primary:has(.marketingForm) div[data-editorblocktype=Captcha] input:active {
  box-shadow: 0 5px 20px rgba(0, 123, 166, 0.1);
}
#primary:has(.marketingForm) div[data-editorblocktype=Captcha] input::-moz-placeholder {
  color: rgba(0, 123, 166, 0.5);
}
#primary:has(.marketingForm) div[data-editorblocktype=Captcha] input::placeholder {
  color: rgba(0, 123, 166, 0.5);
}
#primary:has(.marketingForm) div[data-editorblocktype=SubmitButton] {
  padding: 0;
  text-align: left;
}
#primary:has(.marketingForm) .multiOptionSetFormFieldBlock fieldset {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 15px;
  margin-top: 0;
}
#primary:has(.marketingForm) .multiOptionSetFormFieldBlock fieldset div {
  flex: 1 30%;
}
@media only screen and (max-width: 992px) {
  #primary:has(.marketingForm) .multiOptionSetFormFieldBlock fieldset div {
    flex: 1 100%;
  }
}
/*# sourceMappingURL=styles-spark.css.map */