/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* STUFF FOR SINGLE LINE FORM */

.singlelineform .hs-form-field,
.singlelineform .hs-submit{
  float: left;
/*   margin-right: 20px; */
/*   width: calc(50% - 20px); */
/*    width: 40%; */
}

.singlelineform .hs-button {
   border-radius: 0px;
/*     transform: translateY(7px); */
  height: 58px;
  top: 7px;
}

.formcenter {
  display:flex;
  justify-content:center;
  text-align: center;
}

.formcenter .hs-form-field {
width: 350px;
}

.singlelineform .hs-button:hover {
  border-radius: 0px;
  height: 58px;
  transform: scale(1.0) !important;
/*   transform: translateY(-7px) !important; */
}

/* EOF STUFF FOR SINGLE LINE FORM */
/* STUFF FOR BLOG LAYOUT */
/* EOF STUFF FOR BLOG LAYOUT */

h4 {
  padding-top: 1em;
}

.Navbar__button !important {
  padding: 10px 20px;
  font-size: 0.55rem;
  width: auto;
  height: auto;
}

button2, .button2, .button_cta2 a {
  background-color: #ff9136;
  border: #ff9136;
  border-radius: 30px;
  color: #ffffff;
  padding: 10px 25px;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
}

button2:hover, button2:focus, button2:active, .button2:hover, .button2:focus, .button2:active, .button_cta2 a:hover, .button_cta2 a:focus, .button_cta2 a:active {
  background-color: #ffffff;
  border: 2px dashed #ff9136 !important;
  color: #ff9136;
  text-decoration: none;
  transform: scale(1.03);
}

.bk {
  list-style: none;
  padding-left: 0;
  line-height: 180%;
}
.bk li {
  position: relative;
  padding-left: 56px;
}

.bk li:before {
/*   content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('https://21152702.fs1.hubspotusercontent-na1.net/hubfs/21152702/bk_icon_list_sq.png');
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%); */
}

@media (max-width: 1000px) {
  .bk li:before {
/*    top: 20%;  */
  }
  .bk {
  line-height: 140%;
}
}

.bk-li1 {
  position: absolute;
  background-image: url('https://21152702.fs1.hubspotusercontent-na1.net/hubfs/21152702/icon-email.png');
  background-size: 50px;
  background-position: top left;
  background-repeat: no-repeat;
  top: 0;
  padding-bottom: 10px;
}
.bk-li2 {
  position: absolute;
  background-image: url('https://21152702.fs1.hubspotusercontent-na1.net/hubfs/21152702/icon-cloud.png');
  background-size: 50px;
  background-position: top left;
  background-repeat: no-repeat;
  top: 0;
  padding-bottom: 10px;
}
.bk-li3 {
  position: absolute;
  background-image: url('https://21152702.fs1.hubspotusercontent-na1.net/hubfs/21152702/icon-desktop.png');
  background-size: 50px;
  background-position: top left;
  background-repeat: no-repeat;
  top: 0;
  padding-bottom: 10px;
}
.bk-li4 {
  position: absolute;
  background-image: url('https://21152702.fs1.hubspotusercontent-na1.net/hubfs/21152702/icon-b2b-system.png');
  background-size: 50px;
  background-position: top left;
  background-repeat: no-repeat;
  top: 0;
  padding-bottom: 10px;
}

.kl-footer {
 background-image: url('https://21152702.fs1.hubspotusercontent-na1.net/hubfs/21152702/bk_background_dk_blue.jpg') !important; 
}

img {
  padding-bottom: 0 !important;
  margin-bottom: -8px !important;
}

/* button, .button {
  background-color: rgba(154, 36, 124, 1.0);
  border: px solid ;
  border-radius: 50px;
  color: #FFFFFF;
  padding: 15px 25px;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
} */

/* SLIDER THING */
/* SLIDER THING */
/* SLIDER THING */

.slider-container {
    width: 60%;
    margin: 0 auto;
    padding: 40px;
}

.bkslider {
    --thumb-color: #BE2C8F;
    --label-color: #FF9136;
    --bar-color: #3F1334;
    --tick-color: #9A247C;
    --thumb-width: 40px; /* thumb is circle, if you change this you also need to change thumbHalfWidth in js */
    --bar-height: 22px;
    --label-offset: calc(var(--thumb-width) + 10px);
/*     border: 1px solid #fff; */
}

.bkslider .input-area {
    position: relative;
    height: var(--bar-height);
}

/*https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/*/
/* start with a reset to get all browsers on same page */
.bkslider input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    background: transparent; /* Otherwise white in Chrome */
    margin: 0;
}

.bkslider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.bkslider input[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

/* chrome thumb styles */
.bkslider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: var(--thumb-width);
    height: var(--thumb-width);
    border-radius: 50%;
    background-color: var(--thumb-color);
    cursor: pointer;
    margin-top: calc((var(--thumb-width) - var(--bar-height)) / -2);
}

/* firefox thumb styles / duplicated because you can't comma-separate stuff that only a single browser */
.bkslider input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    width: var(--thumb-width);
    height: var(--thumb-width);
    border-radius: 50%;
    background-color: var(--thumb-color);
    opacity: 1%;
    cursor: pointer;
}

/* chrome slider bar styles */
.bkslider input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background-color: var(--bar-color);
    height: var(--bar-height);
    width: 100%;
    cursor: pointer;
    border-radius: calc(var(--bar-height) / 2);
}

/* firefox slider bar styles */
.bkslider input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    background-color: var(--bar-color);
    height: var(--bar-height);
    width: 100%;
    cursor: pointer;
    border-radius: calc(var(--bar-height) / 2);
}

/* both browsers again */
.bkslider .ticks {
    position: absolute;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    left: calc(var(--thumb-width) / 2);
    right: calc(var(--thumb-width) / 2);
    top: 7px;
    bottom: 7px;
}

.bkslider .tick {
    height: 100%;
    width: 1px;
    background-color: var(--tick-color);
}

.bkslider .thumb-cover {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: var(--thumb-width);
    pointer-events: none;
}

/* firefox only tweaks, sizing tweaks may be necessary if changing height of things */
@-moz-document url-prefix() {
    .bkslider .thumb-cover,
    .bkslider .ticks {
        margin-top: -8px;
    }

    .bkslider .ticks {
        top: 8px;
        bottom: auto;
        height: calc(var(--bar-height) * .6);
    }
}

.bkslider .thumb-cover__shape {
    width: var(--thumb-width);
    height: var(--thumb-width);
    border-radius: 50%;
    background-color: var(--thumb-color);
}

.bkslider .thumb-cover__arrow {
    content: '';
    position: absolute;
    justify-content: center;
    background-color: var(--label-color);
    width: 10px;
    height: 10px;
    border: 0;
    top: var(--label-offset);
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}

.bkslider .thumb-cover__text {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: var(--label-color);
    position: absolute;
    left: auto;
    width: 80px;
    padding: 5px 8px;
    border-radius: 5px;
    top: calc(var(--label-offset) + 5px);
}

.kl-footer__menu a {
  text-decoration: underline;
}

.kl-footer__legal a {
  text-decoration: underline;
}

.welcomeheader {
  font-size: 70px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.2em;
}

@media (max-width: 1000px) {
  .welcomeheader {
  font-size: 40px;
}
}

.welcomeheader-white {
  font-size: 80px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1em;
}

@media (max-width: 1000px) {
  .welcomeheader-white {
  font-size: 48px;
}
}

.kl-faq__header h3 {
  font-size: 26px !important;
  line-height: 29px;
}