/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/


@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}

/* vsm */
.active.bg-color1, .bg-color1 {
    background-color: #293C52; /*purple*/
}

/*body, h1, h2, h3, h4, h5, h6, .btn, .f-2 {
   font-family: Roboto, Open Sans, sans-serif;
}*/

body, h1, h2, h3, h4, h5, h6, .btn, .f-2 {
    font-family: 'Lato', 'Roboto', 'Open Sans', sans-serif;
}


.txt-color1 {
   color: #E1B41A; /* primary/gold */
}

.txt-color1:hover {
   color: #522C81;
}

.txt-color2 {
   color: #293C52; 
}

.txt-color2:hover {
   color: #E1B41A; 
}

.link-color1, a.link-color1 {
    color: #522C81;
}
.link-color2, a.link-color2 {
    color: #E1B41A;
}

p a, p a:hover, p a:focus {
   text-decoration: underline;
}

.bdr-color1 {
   border-color: #E1B41A; /* primary/gold */
}

.bdr-color2 {
   border-color: #293C52; /* purple */
}
/*
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .solid.btn-primary {
    border-color: #E1B41A;
    background-color: #E1B41A;
    color: #fff; 
}
*/

.btn.btn-primary {
   border-color: #E1B41A;
   color: #E1B41A;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
   color: #fff; 
   background-color: #E1B41A;
   border-color: #E1B41A;
/*   color: #fff;*/
}

.btn.solid.btn-primary {
    border-color: #E1B41A;
    background-color: #E1B41A;
    color: #fff; 
}
.btn.solid.btn-primary:hover, .btn.solid.btn-primary:active, .btn.solid.btn-primary:focus {
   border-color: #E1B41A;
   color: #E1B41A;
   background-color:transparent;
}

/*
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .solid.btn-secondary {
    border-color: #522C81;
    background-color: #522C81;
    color: #fff; 
}
*/
.btn.btn-secondary {
   border-color: #293C52;
   color: #293C52;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
   color: #fff; 
   border-color: #293C52; 
   background-color: #293C52;
   border-color: #293C52;
/*   color: #fff;*/
}

.btn.solid.btn-secondary {
    border-color: #293C52;
    background-color: #293C52;
    color: #fff; 
}
.btn.solid.btn-secondary:hover, .btn.solid.btn-secondary:active, .btn.solid.btn-secondary:focus {
   border-color: #293C52; 
   color: #293C52; 
   background-color:transparent;
/*   color: #fff;*/
}

.btn.btn-success {
   border-color: #449d44;
   color: #449d44;
}
.btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success:focus {
   color: #fff; 
   background-color: #449d44;
   border-color: #449d44;
}

.btn.solid.btn-success {
    border-color: #293C52;
    background-color: #293C52;
    color: #fff; 
}
.btn.solid.btn-success:hover, .btn.solid.btn-success:active, .btn.solid.btn-success:focus {
   border-color: #293C52;
   color: #293C52;
   background-color:transparent;
}


.btn-social {
   color: #293C52; 
}

.btn-social:hover, .btn-social:active, .btn-social:focus {
   border-color: #293C52;
   background-color: #293C52;
   color: #fff; 
}

/*
a.btn:active {
   color: #E1B41A;
}
*/

.btn.large {
   font-weight:300; /* was 700 */
}

.appstore-btn, .appstore-btn:active, .appstore-btn:focus, .appstore-btn:visited {
   background-color: #522C81;
   color: #fff;
   text-decoration:none !important;
}

.popup-content {
   max-width: 80%; /* was 600px */
}

#popup-content-terms .mfp-close {
   color: #000;
   top:0px;
   right:10px;
   font-size: 40px;
}
/* pacer progress (loader with percent counter) from rgen_min.css */
.pace .pace-progress:before, .pace .pace-progress {
   background: rgba(225,180,26, 0.8); /* primary/gold */
   /*background: rgba(82,44,129, 0.8); */ /* secondary */
}

.opp-preview-header {
   background-color: #522C81; /* purple*/
   color:#fff;
}

.opp-preview-header h2, .opp-preview-header h3, .opp-preview-header h4, .opp-preview-header h5,
.news-preview-header h2, .news-preview-header h3, .news-preview-header h4, .news-preview-header h5 {
   color:#fff;
}

.news-preview-header {
   background-color: #B63343; /* red*/
   color:#fff;
}

table.filter-table th, table.filter-table td {
   text-align:center;
   width: 20%;
}

table.filter-table th {
   text-transform:uppercase;
   padding-bottom:20px;
}

.opp-preview-body table.filter-table td {
   color: #522C81;
}

.news-preview-body table.filter-table td {
   color: #B63343;
}

.opp-preview-body .appstore-btn, .opp-preview-body .appstore-btn:active, .opp-preview-body .appstore-btn:focus, .opp-preview-body .appstore-btn:visited,
.news-preview-body .appstore-btn, .news-preview-body .appstore-btn:active, .news-preview-body .appstore-btn:focus, .news-preview-body .appstore-btn:visited
{
   background-color:#5cb85c;
}


/* overrides .spinner in helper.css to change color from black to brand*/
/*
.spinner {
  border: 3px solid rgba(225,180,26, 0.15);
  border-top: 3px solid rgba(225,180,26, 0.5);
  border-bottom: 3px solid rgba(225,180,26, 0.5);
}

.dark.spinner-wrp .spinner {
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}
*/

#page { /* vsm remove to use percent loader - also restore pace.min.js script in index*/
   opacity: 1;
}

#l5-frontend-back-to-top {
    position: fixed;
/*    right: 40px; */ /* if aside-right */
    right: 20px;
    bottom: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 11988px;
    border-color: #293C52;
    background-color: #293C52;
    color: #fff;

    z-index: 9000;
}

.btn.solid.btn-secondary.btn-no-change:active, .btn.solid.btn-secondary.btn-no-change:hover, .btn.solid.btn-secondary.btn-no-change:focus {
   border-color: #293C52 !important;
   color: #fff !important;
   background-color: #293C52 !important;
}

.btn.solid.btn-success.btn-no-change:active, .btn.solid.btn-success.btn-no-change:hover, .btn.solid.btn-success.btn-no-change:focus {
   border-color: #339b42 !important;
   color: #fff !important;
   background-color: #339b42 !important;
}

/* Features/Benefits uses pill-like headers on smaller devices. Widen and better format */
@media (max-width: 991px) and (min-width: 200px) {
   .tbl-responsive td:before {
       font-size: 20px;
       color: #333;
       background-color: #F4F4F5;
       padding: 3px 10px;
       margin-bottom: 5px;
       text-align: left !important;
       width: 100%;
   }
   .tbl-responsive td {
      text-align: left !important;
   }
}
/*vsm*/
@media (max-width: 991px)
{
    .hidden-md-down
    {
        display: none !important;
    }
}

.fa-video:before {
  content: "\f03d";
}








.btn-outline-navy-v2 {
    width: 200px;
    height: 37px;
    background-color: #FFFFFF;
    color: #293C52;
    border: 3px solid #293C52;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 31px; /* 37px height - padding */
    padding: 0 20px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.btn-outline-navy-v2:hover {
    background-color: #f4f5f5;
    color: #293C52;
    text-decoration: none;
}


.btn-solid-navy-v2 {
    width: 200px;
    height: 37px;
    background-color: #293C52;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 37px;
    padding: 0 20px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.btn-solid-navy-v2 i {
    margin-right: 6px;
}

.btn-solid-navy-v2:hover {
    background-color: #1f2f3f;
    color: #FFFFFF;
    text-decoration: none;
}


.nav-link-v2 {
    font-size: 18px;
    font-weight: 500;
    color: #2D3345;
    margin: 0 10px;
    text-decoration: none;
    display: inline-block;
    transition: color 0.2s ease-in-out;
}

.nav-link-v2:hover {
    color: #1a1e2a;
    text-decoration: none;
}

/* Temporary utility class for Figma alignment */
.lato-font {
    font-family: 'Lato', sans-serif;
}

.fs18 {
    font-size: 18px;
}

.fs36 {
    font-size: 36px;
}

.fw400 {
    font-weight: 400;
}

.fw600 {
    font-weight: 600;
}

.txt-color1 {
    color: #293C52;
}


/* Finalized intro styles */
.l5-intro-subtitle {
    font-family: 'Alegreya', sans-serif;
    font-size: 32px;
    color: #293C52;
    font-weight: 400;
    margin-bottom: 0px;
}

.l5-intro-title {
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    color: #293C52;
    font-weight: 400;
/*    line-height: 1.4;*/
    max-width: 1000px;
}



.btn-primary-gold {
  background-color: #E1B41A;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-weight: 400;
  padding: 20px 40px;
  border-radius: 6px;
  display: inline-block;
  border: none;
  text-align: center;
}

.intro-divider {
    height: 136px;
    border: 3px solid;
    border-image: linear-gradient(to right, #293C52, #E1B41A) 1;
    background-color: #293C52;
}




.l5-video-highlight-section {
  padding: 60px 125px;
  background-color: #293C52;
  color: #fff;
}

.l5-video-highlight-wrapper {
  padding: 60px 0px;
  background-image: linear-gradient(rgba(64, 92, 129, 0.83), rgba(64, 92, 129, 0.83)), url('/l5static/frontend/custom/images/skyline-bg.png'); 
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.l5-video-highlight-left {
  padding-left: 60px;
  padding-right: 30px;
}

.l5-video-highlight-text {
  max-width: 400px;
}

.l5-video-highlight-heading {
  font-family: 'Alegreya', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #ffffff;
}
/*
.l5-video-highlight-right {
  position: relative;
  text-align: center;
}

.l5-video-embed {
  position: relative;
  max-width: 600px;
  margin: auto;
}

.l5-video-embed img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.l5-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.l5-play-btn:hover {
  background-color: rgba(0,0,0,0.8);
}*/




.l5-benefits-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.l5-benefit-item {
  display: flex;
/*  background: #fffbee;*/
  margin-bottom: 20px;
  border-radius: 5px;
  
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.l5-benefit-index {
    font-family: 'Alegraya';
    font-size: 6em;
    color: #E1B41A;
    font-weight: bold;
    margin-right: 20px;
    line-height: 1.2;
    background-color: #fff;
    min-width: 115px;
}

.l5-benefit-content {
    background: #fffbee;
    width: 100%
}

.l5-benefit-content h3 {
    font-size: 2.0em;
    font-weight: bold;
    margin-bottom: 8px;
    color: #293C52;
    font-weight: 400
}

.l5-benefit-content p {
    font-size: 1.1em;
    margin: 0;
    font-family: Alegraya;
}

.l5-recent-jobs-box {
  background-color: #293C52;
  color: white;
  padding: 20px;
  border-radius: 6px;
  width: 100%;
}

.l5-recent-jobs-box h4 {
  background: #E1B41A;
  color: #fff;
  padding: 10px;
  font-size: 1.2em;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}

.l5-job-card {
  background: rgba(255,255,255,0.1);
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: white;
}

.l5-job-card img {
  max-width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.l5-job-card .job-title {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 5px;
}

.l5-job-card .job-meta,
.l5-job-card .job-date {
  font-size: 0.9em;
}




.l5-benefits-flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Left Column: Benefits */
#elevate-career {
  flex: 0 1 60%;
}

/* Right Column: Recent Closed Jobs */
#activity-feed {
  flex: 0 1 38%;
}

/* Optional: Prevent them from stacking on wide screens */
@media (max-width: 991px) {
  .l5-benefits-flex {
    flex-direction: column;
  }

  #elevate-career,
  #activity-feed {
    flex: 1 1 100%;
  }
}


/*#activity-feed-content {
  max-height: 800px;
  overflow-y: auto;
}*/



.pricing-section {
  background-color: #f9f9f9;
}

.pricing-top-text {
    
  display: flex;
  position: relative;
  
  margin-bottom: 0px;
  align-items: flex-start;
  
/*  padding: 60px 125px;*/
  background-image: linear-gradient(rgba(64, 92, 129, 0.83), rgba(64, 92, 129, 0.83)), url('/l5static/frontend/custom/images/pricing-top-text-bg-image.png'); 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  
}


.pricing-top-text {
  display: flex;
  position: relative;
  background-color: #405C81; /* or whatever your background is */
}

.pricing-block {
  padding: 0 20px;
  position: relative;
}

.pricing-block:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 10px;
  height: calc(100% - 40px);
  background-color: white;
  border-radius: 2px;
}



.yellow-heading {
    color: #E1B41A;
    font-weight: 400;
    font-size: 28px;
    font-family: Alegraya;
    padding-top: 20px;
    padding-left: 20px;
}

.pricing-desc {
  font-size: 15px;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  line-height: 1.5em;
}

.price-card {
  border: 2px solid #293C52;
  border-radius: 10px;
  padding: 30px;
  min-height: 600px;
}

.dark-card {
  background-color: #293C52;
  color: #ffffff;
}



.light-card {
  background-color: #FEF9EC;
  color: #000;
}

.price-highlight {
  font-size: 38px;
  color: #E1B41A;
  font-weight: bold;
}

.price-unit {
  font-size: 20px;
  color: inherit;
  font-weight: 400;
}

.price-total {
  font-size: 16px;
  font-weight: bold;
  color: inherit;
  margin-top: 5px;
}

.trial-note {
  font-size: 14px;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 15px;
}

.feature-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin-bottom: 25px;
}

.feature-list li {
  margin-bottom: 10px;
}

.feature-list .dimmed {
  color: #ccc;
}

.yellow-check {
  color: #E1B41A;
  margin-right: 5px;
}

.btn-trial {
  background-color: #E1B41A;
  color: #000;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}







/* === TEAM SECTION === */

.team-section {
  background-color: #293C52;
  padding: 25px 0;
  color: #fff;
}

.team-title {
  color: #E1B41A;
  margin-bottom: 40px;
}

.team-content {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  background-color: #FFFFFF;
}

.team-box {
  background-color: #293C52;
/*  border-radius: 8px;*/
/*  padding: 20px;*/
/*  display: flex;*/
  flex: 1 1 48%;
/*  gap: 20px;*/
  min-width: 300px;
}

.team-image {
  justify-self: center;
}

.team-image img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 12px solid #293C52;
  object-fit: cover;
}


.team-bg-image {
  background-image: linear-gradient(rgba(255, 255, 255, 0.83), rgba(64, 92, 129, 0.83)), url('/l5static/frontend/custom/images/the-team-bg-image.png'); 
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}


.team-intro{
   justify-content: center;
   display: grid;
}

.team-info {
  flex: 1;
  padding: 20px;
}

.team-name {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-self: center;
}

.team-role {
  font-size: 14px;
  color: #E1B41A;
  margin-bottom: 10px;
  justify-self: center;
}

.team-bio {
    font-size: 20px;
    line-height: 1.5;
    color: #ddd;
    font-weight: 400
}

.linkedin-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  vertical-align: middle;
}

/* Responsive */
@media (max-width: 768px) {
  .team-content {
    flex-direction: column;
  }

  .team-box {
    flex: 1 1 100%;
  }
}









/* ADVISORY BOARD */

.advisory-title {
  background-color: #293C52; 
  color: #E1B41A;            
  padding: 20px 40px;        
  border-radius: 6px; 
  margin-bottom: 0px;
}

.advisory-bg-image {
    background-image: linear-gradient(rgba(255, 251, 238, 0.8), rgba(64, 92, 129, 0.8)), url(/l5static/frontend/custom/images/advisory-board-bg-image.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
}


/* FOOTER */

.section-divider-wrapper {
  position: relative;
  margin: 25px 0;
}

.footer-gradient-hr {
  height: 0;
  border: none;
  border-top: 10px solid;
  border-image: linear-gradient(to right, #293C52, #E1B41A) 1;
  background-color: #293C52;
}

.divider-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E1B41A;
  padding: 10px 80px;
  border-radius: 6px;
  z-index: 1;
}

.contact-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.5rem;
  display: inline-block;
}

.landing-container-width{
    width: 95%;
}



@media (max-width: 600px) {
  .divider-button {
    padding: 8px 20px;
    font-size: 0.95rem;
  }

  .contact-btn {
    font-size: 1rem;
  }
}



.footer-contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 20px 35px;
  text-align: center;
}

.footer-contact-box {
  flex: 1 1 250px;
  max-width: 300px;
}

.footer-icon {
  width: 100px;
  margin-bottom: 15px;
  justify-self: center;
}

.footer-contact-heading {
  font-size: 20px;
  font-weight: 600;
  color: #293C52;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-contact-box p {
  margin: 0;
  color: #293C52;
  font-size: 16px;
  line-height: 1.5em;
}

.footer-contact-box a {
  color: #293C52;
  text-decoration: underline;
  font-size: 16px;
}

.footer-social-icons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.footer-social-icons img {
  height: 32px;
  width: 32px;
}