/* CSS for Baby Sparks */

.tm-toolbar {
  background-image: url("/images/squiggle-nav.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;

  z-index: 5;
  position: absolute;
  top: 130px;
  width: 100%;
  background-color: #fff0;
  height: 40px;
}

.uk-logo img {
  position: relative;
  top: 22px;
  z-index: 10;
}

.uk-navbar-left {
  z-index: 3 !important;
}

.uk-navbar-right {
  z-index: 3 !important;
}

.resources-btn .uk-margin-xsmall-right {
  margin-right: 8px !important;
}

.uk-navbar-parent-icon {
  color: #ff6699;
}

.uk-navbar .uk-button {
  box-shadow: none;
}

/* hero */

.hero-image-row {
  margin-top: 90px !important;
}

.hero {
  background-image: url("hero-dots-left.svg"), url("hero-dots-right.svg");

  background-position:
    center top,
    center center;

  background-repeat: no-repeat, no-repeat;
  background-position:
    0% -11%,
    100% -7%;
  background-size: 238px, 250px;
}

.hero-grid-el img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 2px rgba(49, 27, 55, 0.28);
}

.hero .uk-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-grid-3 {
  position: relative !important;
  z-index: 2 !important;
}
.hero-grid-4 {
  position: relative !important;
  z-index: 0 !important;
}

.sub-hero-wave {
  position: relative;
  bottom: 90px;
  background-color: #ff0d0d00;
  z-index: 1000;
  margin-bottom: -150px;
}

.sub-hero-wave .uk-background-norepeat {
  height: 114px;
}

/* Dots */

.right-dots {
  background-image: url("right-dots.svg");

  background-position: center top;

  background-repeat: no-repeat;
  background-position: 94% 31%;
  background-size: 330px;
}

.left-dots {
  background-image: url("left-dots.svg");

  background-position: center top;

  background-repeat: no-repeat;
  background-position: 7% 45%;
  background-size: 275px;
}

.dots-up {
  background-position: 5% -16%;
}

.right-corner-dots {
  background-image: url("right-corner-dots.svg");

  background-position: center top;

  background-repeat: no-repeat;
  background-position: 89% 86%;
  background-size: 240px;
}

/* Intro */

.bg-image .uk-background-norepeat {
  border-radius: 30px;
}

/* About */

/* .pink-section.uk-heading-line > ::after {
  border-bottom: calc(2px + 0.04em) solid #df9cb3 !important;
}

.uk-heading-line > ::before {
  border-bottom: calc(2px + 0.04em) solid #df9cb3 !important;
} */

.pink-section .uk-heading-line > ::after,
.pink-section .uk-heading-line > ::before {
  border-bottom: calc(2px + 0.04em) solid #df9cb3;
}

/* Sections */

.light-blue-section {
  background-color: #cce4ff;
}

.green-section {
  background-color: #dee4b5;
}

.pink-section {
  background-color: #ffd9e6;
}

.bg-column-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.wave-section-width .uk-section {
  background-size: 110%;
  background-position: 05% 101%;
}
.mini-wave .uk-section {
  background-position: 50% 100%;
}
/* General */

.uk-list-disc {
  padding-left: 15px;
}

.uk-list-disc li {
  padding-left: 5px;
}

.fs-marquee img {
  background: none !important;
}

.testimonial-slider .uk-card-default {
  box-shadow: 0 5px 16px 0 rgba(3, 34, 68, 0.16);
}

.top-profile .uk-background-norepeat {
  padding-top: 90px;
}

.location-subhero {
  padding-bottom: 160px;
}

/* Buttons */

.pink-section .uk-button-default {
  background-color: #073569;
  color: #fff;
}

.pink-section .uk-button-default:hover {
  background-color: #073569c4;
  color: #fff;
}

.pink-section .uk-button-default:active {
  background-color: #073569;
  color: #fff;
}

/* Slider */

.colour-slider .pink {
  background-color: #fff3f7;
  border: 2px solid #db8ea9;
}

.colour-slider .uk-text-meta {
  padding-left: 15px;
  padding-right: 15px;
  width: max-content;
  border-radius: 100px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.colour-slider .pink .uk-text-meta {
  color: #b8466d;
  background-color: #ffd9e6;
}

.colour-slider .green {
  background-color: #f4f6e6;
  border: 2px solid #aaae70;
}

.colour-slider .blue {
  background-color: #f1f8ff;
  border: 2px solid #8caccf;
}

.colour-slider .blue .uk-text-meta {
  color: #073569;
  background-color: #cce4ff;
}

.colour-slider .orange {
  background-color: #ffebe1;
  border: 2px solid #c19069;
}

.colour-slider .orange .uk-text-meta {
  color: #694007;
  background-color: #ffc9ad;
}

.uk-tile-default {
  box-shadow: 0 0 15px 2px #07356917;
  border-radius: 5px;
}

/* testimonials */

.testimonial-slider .uk-text-small {
  color: #45688f;
}

/* cta */

.cta {
  background-image: url("white-cta.svg"), url("cta-img.jpg") !important;
  background-position:
    center top,
    center center !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position:
    25% -1%,
    0% 0% !important;
  background-size:
    110% auto,
    cover !important;
}

.mini-wave .uk-background-norepeat {
  padding-bottom: 60px;
}

.form-mini-wave .uk-background-norepeat {
  padding-bottom: 100px;
}

/* Search bar */

#findtool .uk-button {
  float: right;
}

#findtool {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 20px;
}

#findclass {
  padding: 16px 25px 16px 25px;
  border-radius: 50px;

  background: #fff;
  border: 1px solid #0735694d;
}

.sparksform .uk-select:not([multiple]):not([size]),
select:not([class*="uk-"]):not([multiple]):not([size]) {
  /* Hides the default browser arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /*  custom arrow styles */
  background-image: url("down-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 93% 50% !important;
  background-size: 12px 12px !important;
}

#findtool select {
  width: 325px;
}

/* .uk-select:not([multiple]):not([size]) option,
select:not([class*="uk-"]):not([multiple]):not([size]) option {
  color: red !important;
}

.uk-select:not([multiple]):not([size]),
select:not([class*="uk-"]):not([multiple]):not([size]) {
  background-image: url("down-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 98% 50% !important;
  background-size: 10px 10px !important;
  margin-right: 10px;
} */

/* Form */

.ba-form-submit-btn {
  margin-top: 15px;
  font-weight: 600 !important;
}

.sparkscontactform
  .ba-form-acceptance-field
  label.ba-form-checkbox
  input[type="checkbox"]:checked
  + span,
.ba-form-field-item
  .ba-form-checkbox-wrapper
  input[type="checkbox"]:checked
  + span {
  border: 2px solid rgb(7, 53, 105) !important;
}

.ba-form-acceptance-field .ba-field-container,
.ba-form-field-item .ba-form-checkbox-wrapper .ba-checkbox-wrapper {
  padding-left: 40px !important;
}

.ba-form-acceptance-field .ba-form-acceptance-html p a:hover {
  opacity: 70%;
}

.ba-form-acceptance-field .ba-form-acceptance-html p a {
  color: #073569 !important;
}

.ba-form-acceptance-field .ba-form-acceptance-html p {
  color: #073569 !important;
}

@media only screen and (max-width: 768px) {
  .sparkscontactform .ba-form-page {
    padding: 0px !important;
  }
}

.sparkscontactform
  .ba-form-acceptance-field
  label.ba-form-checkbox
  > span:hover {
  /* border: 2px solid rgb(83, 164, 189) !important; */
}

.ba-form-acceptance-field label.ba-form-checkbox > span {
  background: rgb(255, 255, 255) !important;
  /* border: 1px solid #1b1b1b9d; */
}

.ba-form-acceptance-field
  label.ba-form-checkbox
  input[type="checkbox"]:checked
  + span::before {
  color: #073569 !important;
}
.ba-form-checkbox > input:nth-child(1) {
  box-shadow: 0px 0px 15px #f9bcd183;
}

.ba-input-wrapper .ba-field-container {
  box-shadow: 0px 0px 15px #f9bcd100 !important;
  border-radius: 5px;
}

.ba-field-container textarea {
  box-shadow: 0px 0px 15px #0735694b !important;
}

.ba-field-container input {
  box-shadow: 0px 0px 15px #0735694b !important;
}

.pink-section .ba-field-container textarea {
  box-shadow: 0px 0px 15px #07356900 !important;
}

.pink-section .ba-field-container input {
  box-shadow: 0px 0px 15px #07356900 !important;
}

.contact-page-form .ba-input-wrapper .ba-field-container {
  box-shadow: 0px 0px 10px #07356900 !important;
  border-radius: 5px;
}

.contact-page-form .ba-form-acceptance-field .ba-field-container {
  box-shadow: none !important;
}

.contact-page-form .ba-form-checkbox > input:nth-child(1) {
  box-shadow: 0px 0px 15px #073569 !important;
}

.ba-field-container:has(.ba-form-checkbox) {
  box-shadow: 0px 0px 15px #ffffff00;
}

/* SiteMap */

.sitemap h1 {
  font-size: 35px;
}

.treeview span {
  color: #706e71 !important;
}

a.hover {
  text-decoration: none !important;
}

.treeview a {
  color: #706e71 !important;
}

.treeview .hover {
  color: rgba(112, 110, 113, 0.5) !important;
  text-decoration: none !important;
}

.treeview a.selected {
  background-color: transparent !important;
  text-decoration: none !important;
}

.treeview a.selected {
  font-size: 16px !important;
}

/* footer */
@media (min-width: 1600px) {
  .footer-col-2 {
    width: 280px;
  }

  .footer-col-3 {
    width: 280px;
  }
}

.footer a {
  color: #073569 !important;
  transition: all 0.2s ease-in-out;
}

.footer a:hover {
  color: #073569ac !important;
}

.footer .uk-link {
  color: #073569 !important;
  transition: all 0.2s ease-in-out;
}

.footer .uk-link:hover {
  color: #073569ac !important;
}

/* CookieYes */

body .cky-revisit-bottom-left {
  background-color: #073569 !important;
}

.cky-btn-accept {
  background: #c6cb5c !important;
  border: 2px solid #c6cb5c !important;
  color: #073569 !important;
  border-radius: 50px !important;
}

.cky-btn-reject {
  border: 2px solid #c6cb5c !important;
  color: #1f2a44 !important;
  background: #fff !important;
  border-radius: 50px !important;
}

.cky-btn-customize {
  border: 2px solid #c6cb5c !important;
  color: #1f2a44 !important;
  border-radius: 50px !important;
}

.cky-btn-preferences {
  color: #1f2a44 !important;
  background: #fff !important;
  border: 2px solid #c6cb5c !important;
  border-radius: 50px !important;
}

@media all and (min-width: 1400px) and (max-width: 1600px) {
  .logo-section img {
    width: 185px;
  }

  .logo-section .uk-position-absolute {
    top: 117px;
  }

  .uk-navbar-nav > li > a {
    font-size: 15px;
    padding: 0 15px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1399px) {
  #module-135 {
    display: none;
  }

  .hero {
    background-position:
      -1% -16%,
      100% -7%;
    background-size: 175px, 175px;
  }

  .left-dots {
    background-position: -10% 82%;
  }

  .right-corner-dots {
    background-position: 105% 86%;
    background-size: 200px;
  }

  .uk-navbar-nav > li > a {
    font-size: 15px;
    padding: 0 15px;
  }

  .uk-section-medium-top {
    padding-top: 70px;
  }
  .uk-section-medium-bottom {
    padding-top: 70px;
  }
  .uk-section-large-bottom {
    padding-bottom: 110px;
  }

  .uk-section-large-top {
    padding-top: 110px;
  }

  .wave-section-width .uk-section {
    background-position: 05% 100.5%;
  }

  .mini-wave .uk-section {
    background-position: 50% 100%;
  }

  .bg-column-padding {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .tm-header {
    display: none;
  }

  .tm-toolbar {
    display: block;
  }

  .tm-header-mobile {
    display: block !important;
  }

  .footer-col-2 {
    width: 172px;
    padding-left: 70px;
  }

  .footer-col-3 {
    width: 200px;
    padding-left: 55px;
  }

  .footer-col-4 {
    width: 220px;
  }

  .sub-hero .uk-background-norepeat {
    padding-bottom: 120px;
  }

  .location-subhero {
    padding-top: 100px !important;
  }
}
/*small desktop*/
@media all and (min-width: 960px) and (max-width: 1199px) {
  .uk-section-medium-top {
    padding-top: 70px;
  }
  .uk-section-medium-bottom {
    padding-top: 70px;
  }
  .uk-section-large-bottom {
    padding-bottom: 110px;
  }

  .uk-section-large-top {
    padding-top: 110px;
  }

  .wave-section-width .uk-section {
    background-position: 05% 100.5%;
  }

  .mini-wave .uk-section {
    background-position: 50% 100%;
  }

  .bg-column-padding {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  #module-135 {
    display: none;
  }

  .uk-h2 {
    font-size: 37px;
  }

  .tm-toolbar {
    display: block !important;
  }

  .uk-section-medium-top {
    padding-top: 70px;
  }

  .uk-section-medium-bottom {
    padding-top: 70px;
  }

  .uk-section-large-bottom {
    padding-bottom: 110px;
  }

  .uk-section-large-top {
    padding-top: 110px;
  }

  .bg-image-large {
    height: 700px;
  }

  .remove-dots-large {
    background-size: 0px;
  }

  .location-subhero {
    padding-top: 100px;
  }

  .location-subhero {
    padding-bottom: 100px !important;
  }
}

/*ipad*/
@media all and (min-width: 640px) and (max-width: 959px) {
  .left-dots {
    background-size: 0px;
  }

  .right-corner-dots {
    background-size: 0px;
  }

  .right-dots {
    background-size: 0px;
  }

  .hero {
    background-size: 0px;
  }

  .bg-column-padding {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .bg-image .uk-background-norepeat {
    height: 400px;
  }

  .wave-section-width .uk-section {
    background-position: 05% 100.25%;
  }

  .mini-wave .uk-background-norepeat {
    background-size: 0px;
  }

  .uk-h4 {
    font-size: 25px;
  }
  .tm-toolbar {
    display: block !important;
  }

  /* .uk-section-medium-top {
    padding-top: 70px;
  }
  .uk-section-medium-bottom {
    padding-top: 70px;
  } */
  .uk-section-large-bottom {
    padding-bottom: 100px;
  }

  .uk-section-large-top {
    padding-top: 100px;
  }

  .sub-hero .uk-background-norepeat {
    padding-bottom: 60px;
  }

  .location-subhero {
    padding-top: 100px !important;
  }

  .uk-h2 {
    font-size: 33px;
  }
}

/*mobile*/
@media (max-width: 639px) {
  .left-dots {
    background-size: 0px;
  }

  .right-corner-dots {
    background-size: 0px;
  }

  .right-dots {
    background-size: 0px;
  }

  .hero {
    background-size: 0px;
  }

  .bg-column-padding {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .bg-image .uk-background-norepeat {
    height: 400px;
  }

  .mini-wave .uk-background-norepeat {
    background-size: 0px;
  }

  .hero .uk-background-norepeat {
    background-size: 0px;
  }

  .uk-h1 {
    font-size: 35px;
  }
  .uk-text-lead {
    font-size: 18px;
  }

  .about-section {
    padding-top: 70px;
  }

  .uk-button {
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bg-image .uk-background-norepeat {
    height: 250px;
  }

  .wave-section-width .uk-section {
    background-size: 0px;
  }

  .uk-h4 {
    font-size: 25px;
  }
  .tm-toolbar {
    display: block !important;
  }

  .hero-image-row {
    margin-top: 40px !important;
  }

  .sub-hero .uk-background-norepeat {
    padding-bottom: 60px;
    padding-top: 100px;
  }

  /* .sub-hero-plain {
    padding-bottom: 100px;
    padding-top: 100px;
  } */

  .sub-hero-wave {
    margin-bottom: -120px;
  }

  .location-subhero {
    padding-top: 120px !important;
  }

  .uk-h2 {
    font-size: 26px;
  }
}
