/*
Theme Name: BlankSlate - Child
Template: blankslate
Text Domain: blankslatechild
*/

body {
  font-family: "Montserrat", sans-serif;
  color:#292929;
  line-height: 1.75;
  font-size: 14px;
  font-weight: 400;
}

body p {
	margin: 0 0 24px 0;
	letter-spacing: .5px;
}

a, button, input[type=submit], ul, li, header, a[role=button] {
  transition: all 0.25s ease !important;
}

.site-logo a img.fl-photo-img {
	width:auto !important;
	transition: all 0.5s ease !important;
}

.nomar p {
	margin: 0 !important;
}

header {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 100;
	background-color:rgba(255, 255, 255, 0);
}

header.this-is-stuck {
	background-color:rgba(255, 255, 255, 0.98);
}

.z100 {
	position: relative;
	z-index: 100;
}

.z50 {
	position: relative;
	z-index: 50;
}

h1,
h1.fl-heading span {
	font-size: clamp(32px, 6vw, 68px);
}



h1 {
	line-height: 1;
}


h2,
h2.fl-heading span {
	font-size: clamp(26px, 6vw, 48px) !important;
}

h2 {
	line-height: 1em !important;
}

.fl-rich-text h2 {
	font-size: clamp(26px, 6vw, 48px) !important;
}



/* BOF: Headings, Paragraphs, etc. */
@media only screen and (min-width: 1260px)  {

}

@media only screen and (min-width: 992px)  {

}

@media only screen and (max-width: 991px)  {

}


/* EOF: Headings, Paragraphs, etc. */



@media only screen and (min-width: 1260px)  {
	.padding_left {
		padding-left: calc( (100% - 1260px)/2 );
	}
}

.menu_call a {
    background: #ffffff;
    color: #1A365D !important;
    border: 1px solid #1A365D;
    margin-left: 15px;
    border-radius: 25px;
}

.menu_call a:hover {
    background: #1A365D;
    color: #fff !important;
}

#full-screen-box .menu_call a {
	margin-left: 0px;
}


.topnav .fl-row-content .fl-col-group {
  width: 100%;
  justify-content: center;
}

main#content ul {
    list-style: disc;
}

.relative {
	position: relative;
}

.bottom_aligned {
	display: flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.bottom_aligned .fl-module:last-child {
	margin-top: auto !important;
}

/* Data Tables Styles */

    /* ── Table wrapper ── */
    .table-wrapper {
      max-width: 740px;
		margin: 0 auto;
    }

    .data-table {
      background: #ffffff;
      border-radius: 16px;
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
      overflow: hidden;
    }

    /* ── Table header row ── */
    .data-table__header {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      background: #0a2e4a;
    }

    .data-table__header-cell {
      padding: 16px 20px;
      font-family: 'Figtree', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #abfee4;
    }

    /* ── Table body rows ── */
    .data-table__row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      align-items: center;
      min-height: 58px;
      border-bottom: 1px solid #eef0f2;
    }

    .data-table__row:last-child {
      border-bottom: none;
    }

    .data-table__row--even {
      background: #f7f8fa;
    }

    .data-table__row--odd {
      background: #ffffff;
    }

    /* ── Table cells ── */
    .data-table__cell {
      padding: 16px 20px;
    }

    .data-table__cell--product {
      font-family: 'Figtree', sans-serif;
      font-size: 15px;
      font-weight: 600;
      color: #141414;
    }

    .data-table__cell--text {
      font-family: 'Lato', sans-serif;
      font-size: 14px;
      color: rgba(20, 20, 20, 0.7);
    }

    /* ── Status tags ── */
    .status-tag {
      display: inline-block;
      padding: 2px 10px;
      border-radius: 9999px;
      font-family: 'Figtree', sans-serif;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.6;
    }

    .status-tag--green {
      background: rgba(171, 254, 228, 0.5);
      color: #1a748a;
    }

    .status-tag--yellow {
      background: #fff4e5;
      color: #b27300;
    }

    .status-tag--grey {
      background: #eef0f2;
      color: rgba(20, 20, 20, 0.6);
    }

    /* ── 2-column variant ── */
    .data-table__header--2col {
      grid-template-columns: 1fr 1fr;
    }

    .data-table__row--2col {
      grid-template-columns: 1fr 1fr;
    }

    /* ── Mobile: stack on very small screens ── */
    @media (max-width: 540px) {
      .data-table__header {
        grid-template-columns: 1fr;
        display: none;
      }

      .data-table__row {
        grid-template-columns: 1fr;
        padding: 12px 0;
        gap: 4px;
      }

      .data-table__cell {
        padding: 4px 20px;
      }

      .data-table__cell::before {
        content: attr(data-label);
        display: block;
        font-family: 'Figtree', sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: rgba(20, 20, 20, 0.4);
        margin-bottom: 2px;
      }
    }

/* Eyebrow Styles */

p.eyebrow {
    background-color: rgba(171,254,228,.15);
    display:inline-block;
    padding:6px 18px;
    border-radius:120px;
    color:#ABFEE4;
    text-transform: uppercase;
    font-weight:500;
    letter-spacing: 2px;
}

/* Apply to a specific class */
.pointer {
  cursor: pointer;
}

.drop .fl-has-submenu-container a::after {
  content: url('https://businessfinanc.wpenginepowered.com/wp-content/uploads/2026/04/drop-icon.svg'); /* Link to your icon file */
  margin-left: 6px;
  vertical-align: middle;
}


/*Post Thumbnail Styling*/

.uabb-post-wrapper, 
.uabb-post-wrapper .uabb-post-thumbnail, 
.uabb-post-wrapper > div .uabb-post-thumbnail img {
	-webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
	
}

.uabb-post-wrapper .uabb-post-thumbnail {
    aspect-ratio: 3/2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
    position: relative;
	top:0;
}

.uabb-post-wrapper > div .uabb-post-thumbnail img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    scale: 1.0;
}

.uabb-post-wrapper:hover > div .uabb-post-thumbnail img {
    scale: 1.1;
}





/* APPLICATION STUFF */

.when_started_holder {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
  padding-top: 44px;
  position: relative;
}

.when_started_holder .when_started > label {
  position:absolute;
  top:10px;
}

.when_started_holder .when_started:first-child {
  width: 65%;
}

.when_started_holder .when_started:last-child {
  width: 35%;
}

.dateofbirth_holder {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 12px;
    padding-top: 44px;
    position: relative;
}

.dateofbirth_holder .dateofbirth > label {
  position:absolute;
  top:10px;
}

.dateofbirth_holder .dateofbirth {
  width: 33%;
}

svg.swirly {
  width: 200px;
  height: 200px;
  margin: 50px;
  display: inline-block;
}

#L6 rect[fill="#fff"] {
  fill: #00f5d4;
}
#L6 rect[fill="none"] {
  stroke: #00f5d4;
}


/* PRE APPROVED */
#pre_approved {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: RGB(0,2,116, .95);
    justify-content: center;
    align-items: center;
    margin: 0;
    flex-direction: column;
    padding: 20px;
    color: #ffffff !important;
}

#pre_approved p,
#pre_approved h3 {
    color: #fff !important;
    text-align: center;
}

.animated_loading {
  background-image:url(/wp-content/uploads/2025/09/new_loading.svg);
  background-position:center;
  background-size: contain;
  width:100%;
  /* max-width:420px; */
  max-width: 250px;
  position:relative;
  margin:0 auto;
  display:block;
  aspect-ratio: 1 / 1;
}

.animated_loading_inner {
    background-image: url(/wp-content/uploads/2026/04/b-icon-1.svg) !important;
    background-position: center;
    /* background-size: 50px; */
    background-size: 17%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-repeat: no-repeat;
}


/* FINDING OFFERS */
#finding_offers_two {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: RGB(0,2,116, .95);
    justify-content: center;
    align-items: center;
    margin: 0;
    flex-direction: column;
    padding: 20px;
    color: #ffffff !important;
}


#finding_offers_two h3 {
    color: #ffffff !important;
    text-align: center;
    font-size: 26px;
}


body .with_frm_style .frm_checkbox input[type=checkbox] {
    width: 28px !important;
    height: 28px !important;
    padding: 0 !important;
}

body .with_frm_style .frm_checkbox input[type=checkbox]:before {
    background-size: 16px !important;
}

form input[type=checkbox] {
    -webkit-appearance: none !important;
}

.hideme,
.a_hidden,
span.frm_required {
    display: none !important;
}

/* /application/application-start/ */
#frm_form_7_container .frm_message h3 {
  line-height: 1.15;
    margin-bottom: 10px;
}

@media(max-width: 768px) {
  #frm_form_7_container .frm_message h3 {
        font-size: 26px;
        line-height: 1.2 !important;
    }
}



select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  padding-right: 2.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23555' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}


.less_mar {
    margin-bottom: 10px !important;
}

.with_frm_style .frm_prev_page {
    /* width: 23% !important; */
    display:none;
}
