/****************************************************************
 PROJECT: Lambda Asset Check Product System
 CLIENT: Lambda Technologies
 SYSTEM: MLK Product Framework
 FILE: lambda-asset-check.css
****************************************************************/

/*** RESPONSIVE LAC ACTION TABLE CSS ***/
/* LAC Action Table How it works step 1 */
.lac-action-table {
  width: 100%;
  border-top: 1px solid #ececec;
  margin: 22px 0;
  font-size: 14px;
}

.lac-action-row {
  display: grid;
  grid-template-columns: 1.4fr .6fr 1.2fr;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid #ececec;
  align-items: center;
}

.lac-action-head {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #7e7e7e;
  font-weight: 700;
}

.lac-action-row span:first-child {
  font-weight: 700;
  color: #1C2528;
}

/* Make LAC Action Table Mobile Friendly */
@media (max-width: 549px) {
  .lac-action-row {
    grid-template-columns: 1fr !important;
    gap: 4px;
    padding: 16px 0;
  }

  .lac-action-head {
    display: none;
  }

  .lac-action-row span:nth-child(1)::before {
    content: "Response: ";
    font-weight: 700;
    color: #7e7e7e;
  }

  .lac-action-row span:nth-child(2)::before {
    content: "Score: ";
    font-weight: 700;
    color: #7e7e7e;
  }

  .lac-action-row span:nth-child(3)::before {
    content: "Action: ";
    font-weight: 700;
    color: #7e7e7e;
  }
}

/*** LAC HOW IT WORKS STICKY IMAGE PROPERTIES ***/
/* LAC Sticky Image CSS */
.lac-sticky-image, .lac-sticky-image .col-inner {
	position: sticky;
	top: 85px;
	align-self: flex-start;
	z-index: 2;
}

/* No LAC Sticky on Mobile */
@media (max-width: 849px) {
  .lac-sticky-image,
  .lac-sticky-image .col-inner {
    position: static;
    top: auto;
  }
}

/* LAMBDA ASSET CHECK CUSTOM HEADER DESKTOP + MOBILE */
/* Hide default header only on LAC page */
.page-id-74 #header,
.page-id-74 .header-wrapper,
.page-id-74 .header-main,
.page-id-74 #masthead {
  display: none !important;
}

/* LAC custom header - default large state */
.page-id-74 .lac-page-nav {
  position: sticky;
  top: 0px;
  z-index: 9999;
  width: 100%;
  background: #ffffff;
  box-shadow: none;
}

.page-id-74 .lac-page-nav-inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 97px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  transition: all .35s ease;
}


/* Logo link */
.page-id-74 .lac-logo-link {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
  border: none;
}

/* Logo image - large state */
.page-id-74 .lac-logo-link img {
  height: 79px !important; /* 97px header minus 9px top/bottom padding */
  width: auto;
  max-width: 200px;
  display: block;
  transition: all .35s ease;
}

/* Menu container */
.page-id-74 .lac-menu-links {
	display: flex;
	align-items: right;
	justify-content: flex-end;
	flex-wrap: nowrap;
	margin-left: auto;
	gap: 0;
}

/* Reliable spacing between links */
.page-id-74 .lac-menu-links > a + a {
  margin-left: 24px;
}


/* Menu links */
.page-id-74 .lac-menu-links a {
  font-family: "Inter Tight", sans-serif;
  font-size: .85em;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .01em;
  color: #7e7e7e;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: none;
  white-space: nowrap;
  transition: color .25s ease, background-color .25s ease;
}

/* Normal link hover + active underlne blue*/
.page-id-74 .lac-menu-links a:hover,
.page-id-74 .lac-menu-links a.active {
  color: #1c2528;
}

/* Buttons: Request Demo + Sign In */
.page-id-74 .lac-menu-links .lac-demo-link,
.page-id-74 .lac-menu-links .lac-signin-link {
  padding: 10px 16px;
  border-radius: 3px;
  border-bottom: none;
  font-weight: 600;
}

/* Primary button Request Demo*/
.page-id-74 .lac-menu-links .lac-demo-link {
  background: #1f4796;
  color: #fff;
}

/* Secondary button Sign In */
.page-id-74 .lac-menu-links .lac-signin-link {
  background: #f3f3f3;
  color: #1c2528;
}

/* Button hover Blue*/
.page-id-74 .lac-menu-links .lac-demo-link:hover,
.page-id-74 .lac-menu-links .lac-demo-link.active {
	box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
	color: #fff;
	opacity: 1;
	border-bottom: none;
}
/* Button hover Lt Gray*/
.page-id-74 .lac-menu-links .lac-signin-link:hover,
.page-id-74 .lac-menu-links .lac-signin-link.active {
  background: #e6e6e6;
  color: #1c2528;
  border-bottom: none;
}

/* Shrunk sticky state */
.page-id-74 .lac-page-nav.is-stuck {
  background: rgba(255, 255, 255, 0.9);
	border-bottom: none;
	box-shadow: 1px 1px 10px rgba(0,0,0,.08);
}

.page-id-74 .lac-page-nav.is-stuck .lac-page-nav-inner {
	min-height: 70px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Logo shrink state */
.page-id-74 .lac-page-nav.is-stuck .lac-logo-link img {
  height: 48px !important;
}

/* Anchor scroll offset */
html {
  scroll-behavior: smooth;
}

#overview,
#how-it-works,
#features,
#contact {
  scroll-margin-top: 100px;
}

/* Hide LAC Mobile Menu Icon on Desktop */
.page-id-74 .lac-menu-toggle {
	display: none;
}

/* Mobile Header LAC*/
@media (max-width: 768px) {
  .page-id-74 .lac-page-nav {
    padding: 0;
    overflow: visible;
  }	
  .page-id-74 .lac-page-nav-inner {
    min-height: 70px;
    padding: 0 18px;
    gap: 0;
    justify-content: center;
    position: relative;
  }

  .page-id-74 .lac-logo-link img {
    height: 50px !important;
    max-width: 135px;
  }
	
 .page-id-74 button.lac-menu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;

    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    color: #7e7e7e;
    letter-spacing: 0 !important;

    transition: color .2s ease;
}

.page-id-74 button.lac-menu-toggle:hover,
.page-id-74 .lac-page-nav.menu-open button.lac-menu-toggle {
    color: #1c2528;
}
	
  .page-id-74 .lac-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #1c2528;
    border-radius: 2px;
  }

  .page-id-74 .lac-menu-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    padding: 18px 22px 24px;
    box-shadow: 0 12px 28px rgba(0,0,0,.12);
    z-index: 9999;
  }

  .page-id-74 .lac-page-nav.menu-open .lac-menu-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
	  font-weight: 400;
	  color: #7e7e7e;
  }

  .page-id-74 .lac-menu-links > a + a {
    margin-left: 0;
  }

  .page-id-74 .lac-menu-links a {
    font-size: 15px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0,0,0,.07);
    text-align: left;
  }

  .page-id-74 .lac-menu-links .lac-demo-link,
  .page-id-74 .lac-menu-links .lac-signin-link {
    margin-top: 12px;
    padding: 13px 16px;
    text-align: center;
    border-bottom: none;
  }
}

/** LAMBDA ASSET CHECK CUSTOM FOOTER BLOCK **/
/* LAC Footer Help Dropdown */
.lac-footer-help {
  position: relative;
  max-width: 240px;
}

/* questions or help text line before dropdown */
.lac-footer-help p {
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
	font-weight: 600;
}
.lac-footer-help p {
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
}

 .lac-help-toggle {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 3px;
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lac-help-menu {
  display: none;
  margin-top: 8px;
  padding: 10px 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 3px;
  background: #111c22;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  overflow: hidden;
}

.lac-help-menu.is-open {
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.lac-help-menu a {
  display: block;
  padding: 12px 18px;
  color: #fff;
  text-decoration: none;
}

.lac-help-menu a:hover {
  background: rgba(255,255,255,.08);
}

/* Override global site button styling only for LAC footer help toggle */
.lac-help-toggle {
  text-transform: none !important;
}

/* LAC footer menu links styling */
 .lac-footer span.ux-menu-link__text {
  font-size: .9em;
  line-height: 1.3;
}