/*
Theme Name: LSF2026
Version: 2026.0
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: LSF2026
*/
ge
/* CSS RESET & WORDPRESS HOUSEKEEPING */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{appearance:none;border-radius:0}input[type="search"]{appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* Global */
body {
	font-family: "Montserrat", sans-serif;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: .83em;
}

h6 {
  font-size: .67em;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin: 2rem auto;
	display: block;
	font-weight: bold;
}

p {
	line-height: 1.5;
}

/* Header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	z-index: 100;
	transition: .2s;
}

body.logged-in .header {
	top: 32px;
}

.header.scroll {
	background: #00205b;
	box-shadow: 0 10px 30px rgba(0, 34, 97, 0.5);
}

.header-logo {
	width: 175px;
	height: 100px;
	transition: .2s;
}

.header-logo-alt {
	display: none;
}

.header.scroll .header-logo {
	display: none;
}

.header.scroll .header-logo-alt {
	display: inline;
	width: 175px;
	height: 100px;
	transition: .2s;
}

.navbar {
	font-family: "Montserrat", sans-serif;
	background-color: white;
	color: black;
	transition: .2s;
}

.header.scroll .navbar {
	background: #00205b;
}

.navbar-collapse {
	justify-content: right;
}

.nav-link {
	margin-right: 20px;
	margin-top: 10px;
	padding: 15px 8px;
    color: #00205b !important;
    font-weight: 500;
	transition: .2s;
}

.header.scroll .nav-link {
	color: white !important;
}

.dropdown.submenu:hover .dropdown-menu {
	display: block;
}

#header-rep {
	background: #00205b;
	color: white !important;
	border-radius: 5px;
	padding-left: 10px;
}

.header.scroll #header-rep {
	background: #bf0d3e;
}

#header-contact {
	background: #00205b;
	color: white !important;
	border-radius: 5px;
	padding-left: 10px;
}

.header.scroll #header-contact {
	background: #bf0d3e;
}

#search-icon {
	margin: 5px 0;
}

#search-icon-color {
	fill: #00205b !important;
	transition: .2s;
}

.header.scroll #search-icon-color {
	fill: #f8f8f8 !important;
}

#header-search-dropdown {
	left: unset;
	right: 0;
	width: 500px;
	padding: 10px;
	top: 30px;
}

#header-search-button {
	background: #00205b;
	color: white;
}

.autocomplete {
	display: none !important;
}


/* Footer */

#footer {
	clear: both;
	background: #00205b;
	color: white !important;
	text-align: center;
	margin-top: 10px;
}

#footer a {
	color: white !important;
	text-decoration: none;
}


/* Home Page */

#home-hero {
	position: relative;
	margin-top: 100px;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#home-hero-right {
	float: right;
	width: 60%;
	height: calc(100vh - 100px);
	align-content: center;
}

#home-video-container {
	display: block;
	float: left;
    width: calc(100% - 40px);
    height: 85%;
    margin: 0px auto;
    border-radius: 40px;
    overflow: hidden;
	box-shadow: 0 15px 30px rgba(0, 34, 97, 0.3);
}

#home-video-container video {
	position: relative;
	height: 100%;
}

#hero-video-desktop {
	display: inline-block;
}

#hero-video-mobile {
	display: none;
}

#home-hero-left {
	float: left;
	width: 40%;
	height: calc(100vh - 100px);
	align-content: center;
}

#home-hero-text {
	position: relative;
	margin: auto 40px;
	color: #00205b;
}

#home-hero-left h1 {
	font-size: 2.5rem;
    margin: auto;
    font-weight: bold;
}

#home-hero-left p {
	font-size: 1.25rem;
}

#hero-get-started {
	background: #00205b;
	color: white;
	border: solid 1px #00205b;
	margin: 25px 10px;
	transition: .2s;
}

#hero-get-started:hover {
	background: white;
	color: #00205b;
	border: solid 1px #00205b;
}

.get-started {
	background: #00205b !important;
	color: white !important;
	border: solid 1px #00205b !important;
	margin: 10px 0;
	transition: .2s;
}

.get-started:hover {
	background: white !important;
	color: #00205b !important;
	border: solid 1px #00205b !important;
}

#hero-see-our-work {
	background: white;
	color: #00205b;
	border: solid 1px #00205b;
	margin: 25px 10px;
	transition: .1s;
}

#hero-see-our-work:hover {
	background: #bf0d3e;
	color: white;
	border: solid 1px #bf0d3e;
}

#hero-learn-more {
	background: #00205b;
	color: white;
	border: solid 1px #00205b;
	margin: 25px 10px;
	transition: .2s;
}

#hero-learn-more:hover {
	background: white;
	color: #00205b;
	border: solid 1px #00205b;
}

#home-turnkey{
	float: left;
	width: 100%;
	background: #f8f8f8;
	margin: 50px auto 0 auto;
	padding: 50px;
}

#consultant-container {
	float: left;
	width: 100%;
	background: #f8f8f8;
	margin: 50px auto;
	padding: 50px;
}

#home-turnkey h2, #consultant-container h2 {
	font-size: 3rem;
	color: #00205b;
	font-weight: bolder;
}

#home-turnkey h3 {
	font-size: 1.75rem;
	font-weight: 500;
}

#home-turnkey-sticky {
	position: sticky;
	top: calc(50% - 110px);
}

 #consultant-sticky {
	position: sticky;
	top: calc(50% - 200px);
}

.process-step-card, .consultant-card {
	background: rgba(255, 255, 255, 0.7);
	padding: 30px;
	border-radius: 20px;
	display: block;
	margin: 0 auto 20px auto;
	box-shadow: 0 10px 30px rgba(0, 34, 97, 0.1);
	opacity: .3;
	transition: .2s;
}

.is-visible {
	opacity: 1 !important;
}

.consultant-card.is-visible {
    opacity: 1 !important;
    transition: opacity 0.5s ease;
}

.process-step-card h3, .consultant-card h3 {
	font-size: 1.75rem;
	font-weight: 700;
	color: #00205b;
}

.consultant-card h3 {
	font-size: 1.75rem;
	font-weight: 700;
	color: #00205b;
	margin: 0;
}

.consultant-card h4 {
	margin: 10px auto;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: bold;
}

.consultant-card a {
	color: inherit;
    text-decoration: none;
}

.step-number {
	font-size: 3rem;
    font-weight: 800;
	color: #bf0d3e;
}

#k12-spaces {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 30px;
 	scroll-margin-top: 150px;
	background: #F8F8F8;
	box-shadow: inset 0 0px 50px rgba(0, 34, 97, 0.1);
}

#k12-spaces h2 {
    text-align: center;
    color: #00205b;
    font-weight: bolder;
    font-size: 3rem;
}

#k12-spaces .row {
    justify-content: center;
}

.space-container {
	position: relative;
	width: 100%;
	height: 400px;
	border-radius: 15px;
	margin: 30px auto 0px auto;
	box-shadow: 0 10px 30px rgba(0, 34, 97, 0.3);
	overflow: hidden;
}

.space-container img {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	border-radius: 15px; 
	object-fit: cover;
}

.space-text {
	position: absolute; 
	width: 100%; 
	height: 150px; 
	border-radius: 15px; 
	bottom: -110px; 
	background: rgba(0, 13, 36, .8); 
	text-align: center; 
	color: white; 
	transition: .2s;
}

.space-container:hover > .space-text {
	bottom: 0;
}

.space-text h3 {
	margin: 10px auto 10px auto;
	text-transform: uppercase;
	height: 20px;
}

.space-text a {
	color: white; text-decoration: none;
}

.space-cta {
	padding: 10px;
	margin: 10px auto 0 auto;
	width: 95%;
	max-width: 200px;
	border-radius: 10px;
	background: white;
	color: #00205b;
	font-weight: bold;
}

#home-key-messages {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 auto;
	padding: 50px;
	text-align: center;
	background: white;
}

#home-key-messages h2 {
	font-size: 3em;
    color: #00205b;
    font-weight: bolder;
    max-width: 800px;
    margin: 1rem auto;
}

#home-key-messages h3 {
	font-size: 1.25rem;
	font-weight: bold;
	margin: 1rem;
	color: #00205b;
}

#home-key-messages-toptext {
	font-size: 1.25em;
	max-width: 800px;
	margin: 1rem auto 2rem auto;
}

.home-key-messages-messagetext {
	font-size: 1rem;
}

#home-testimonial {
	clear: both;
	float: left;
	width: 100%;
	padding: 50px;
	background: white;
	color: #00205b;
}

#home-testimonial h2 {
	font-size: 3rem;
	font-weight: 700;
}

#home-testimonial img {
	float: left;
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 34, 97, 0.3);
}

#home-testimonial blockquote {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #00205b;
	border-left: 5px solid #bf0d3e;
	padding-left: 20px;
	font-style: italic;
}

#home-testimonial .attribution {
	font-weight: bold;
	margin: 2em;
}

metric-highlight { 
	margin-top: 50px; 
}

.metric-number { 
	font-size: 4rem; 
	font-weight: 800; 
	color: #00205b;
}

.metric-label { 
	font-size: 1.1rem; 
	font-weight: 600; 
}

#home-why {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 40px 0;
}

#home-why img {
	position: absolute;
	width: 100vw;
	z-index: -100;
	height: 100%;
	object-fit: cover;
}

#home-why h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 50pt;
	color: white;
	text-shadow: 5px 5px 5px black;
	margin: 40px;
}

#home-why p {
	font-family: "Montserrat", sans-serif;
	font-size: 20pt;
	color: white;
	text-shadow: 3px 3px 3px black;
	margin: 40px;
}

/* Generic Page Styles */

#page-hero {
	float: left;
	clear: both; 
	width: 100%;
	margin: 0 auto;
	padding-top: 163px;
}

#page-hero-left {
	float: right;
	width: 50%;
}

#page-hero-left img {
	float: left;
	width: 800px;
	height: 530px;
	margin: 40px auto;
	border-radius: 40px;
	object-fit: cover;
	box-shadow: 0 10px 30px rgba(0, 34, 97, 0.5);
}

#page-hero-left video {
		float: left;
	width: 800px;
	height: 530px;
	margin: 40px auto;
	border-radius: 40px;
	object-fit: cover;
	box-shadow: 0 10px 30px rgba(0, 34, 97, 0.5);
}

#page-hero-right {
	float: right;
	position: relative;
	width: 50%;
}

#page-hero-text-bg {
	float: left;
	position: relative;
	width: 100%;
	max-width: 720px;
	height: 300px;
	background: rgba(248, 248, 248, 0.9);
	border-radius: 40px;
	top: 150px;
	color: #00205b;
	text-align: center;
	align-content: center;
	box-shadow: 0 10px 30px rgba(0, 34, 97, 0.1);
}

#page-hero-text-bg h1 {
	font-size: 2rem;
	font-weight: bold;
    padding: 0 15px
}

#page-hero-text-bg p {
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#page-content {
	float: left;
	clear: both;
	width: 100%;
    padding: 0;
	padding-bottom: 50px;
}

#page-content .container p {
	margin: 2rem auto;
}

.blog-page .container p {
	font-size: 1.25rem;
	color: black;
}

.blog-page .container img {
	margin: 20px auto;
	border-radius: 10px;
}

#page-content-no-hero {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 163px;
}

/* Exec & Team Styles - Note: Some styles above with the Process Cards */
#exec-container {
	display: block;
	width: 100%;
	text-align: center;
}

#exec-container h3 {
	margin: 1rem 0 0 0;
	font-size: 1.5rem;
	font-weight: 600;
}

#exec-container h4 {
	margin: 10px 0 40px 0;
	font-size: 1.2rem;
	font-weight: 600;
}

.exec-headshot {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    object-fit: cover;
    background: #f8f8f8;
    box-shadow: 0 0 10px grey;
	border-radius: 50%;
}

#find-my-rep {
	scroll-margin-top: 170px;
}

.consultant-headshot {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    object-fit: cover;
    background: #f8f8f8;
    box-shadow: 0 0 10px grey;
	border-radius: 50%;
}

.consultant-bio p {
	margin-top: 20px;
}

#district-search-container {
	position: relative;
}

#district-search {
	float: left;
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	background: white;
}

#district-search:focus {
	outline: none;
	border-color: #00205b;
	box-shadow: 0 0 0 3px rgba(0, 32, 91, 0.1);
}

#district-suggestions {
	float: left;
	width: 100%;
	position: relative;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #e0e0e0;
	border-top: none;
	border-radius: 0 0 8px 8px;
	max-height: 250px;
	overflow-y: auto;
	z-index: 1000;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	margin-top: -8px;
}

.district-suggestion-item {
	padding: 12px 15px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	border-bottom: 1px solid #f0f0f0;
	font-size: 0.95rem;
}

.district-suggestion-item:last-child {
	border-bottom: none;
}

.district-suggestion-item:hover:not(.no-matches) {
	background-color: #f8f8f8;
	color: #00205b;
}

.district-suggestion-item.no-matches {
	cursor: default;
	color: #999;
	font-style: italic;
}

#clear-filter {
	transition: opacity 0.3s ease, background-color 0.2s ease, color 0.2s ease;
}

#clear-filter:hover {
	background: #00205b !important;
	color: white !important;
}

.consultant-card {
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.consultant-page {
	padding-top: 151px !important;
}

.consultant-page h1, .consultant-page h3 {
	text-align: center;
}

.consultant-page a {
	color: inherit;
	text-decoration: none;
}

#consultant-page-headshot {
	width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 10px auto;
    display: block;
    box-shadow: 0 15px 30px rgba(0, 34, 97, 0.3);
}

/* Archive & Search */
.blog-archive-image {
    float: left;
    width: 100%;
    height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: bold;
	transition: .2s;
	border-radius: 20px;
}

.blog-archive-image:hover {
	box-shadow: 0 0 20px grey;
}

.blog-archive-text-wrapper {
    display: flex;
	height: 100%;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.blog-archive-title {
	text-align: left;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
	color: #00205b;
}

.blog-archive-title a {
	color: inherit;
	text-decoration: none;
}

#archive-h1 {
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00205b;
}


/* Responsive View Rules */

@media screen and (max-width: 1430px) {
	.consultant-headshot {
    	width: 150px;
    	height: 150px;
	}
}

@media screen and (max-width: 1200px) {

	.nav-link {
		font-size: .9rem;
	}
}

@media screen and (max-width: 1120px) {
	.navbar-nav {
		margin-top: 20px;
	}
	
	#header-rep {
		margin-bottom: 5px;
	}
	
	#header-search-dropdown {
		width: 100%;
	}
	
	#home-hero {
		margin-top: 163px;
	}
	
	#home-hero-right {
		width: 100%;
		height: 350px;
	}
	
	#home-video-container {
		float: none;
		display: block;
		height: 100%;
		width: 95%;
		max-width: 600px;
	}
	
	#home-video-container video {
		width: 110%;
		height: auto;
	}
	
	#home-hero-left {
		width: 100%;
		height: auto;
	}
	
	#home-hero-text {
		margin-top: 50px;
	}
	
	#home-key-messages h2, #k12-spaces h2 {
		font-size: 2rem;
	}
	
	#page-hero-left {
		width: 100%;
	}
	
	#page-hero-left img, #page-hero-left video {
		width: 100%;
		height: auto;
		margin: 0px auto 30px auto;
	}
	
	#page-hero-right {
		width: 100%;
	}
	
	#page-hero-text-bg {
		top: 0;
		margin-top: 20px;
		height: auto;
		background: none;
		color: #00205b;
		box-shadow: none;
	}
	
	#page-hero-text-bg h1 {
		margin: 0 auto 2em auto;
	}
	
	#turnkey-hero video {
		top: 0;
	}
	#consultant-container {
		text-align: center;
	}
	
	#consultant-container h2 {
		margin: 10px auto;
	}
	
	#consultant-partner {
		font-size: 2rem !important;
	}
	
	.consultant-card {
		margin: 20px auto;
	}
	
	#district-search-container {
		margin: 20px auto 30px auto;
		max-width: 100%;
	}
	
	#district-suggestions {
		max-height: 200px;
	}

}

@media screen and (max-width: 1095px) {
	.space-text {
		height: 190px;
		bottom: -130px;
	}
	
	.space-text h3 {
		height: 40px;
	}
}

@media screen and (max-width: 990px) {
	.nav-link {
		font-size: 1rem;
	}
}

@media screen and (max-width: 900px) {
	#turnkey-hero video {
		width: auto;
		height: 100%;
	}
	
	#hero-video-desktop {
		display: none;
	}

	#hero-video-mobile {
		display: inline-block;
	}
}
@media screen and (max-width: 770px) {
	#turnkey-hero h1 {
		font-size: 3rem;
	}
}
@media screen and (max-width: 700px) {
	#home-hero {
		min-height: 0px;
		height: auto;
		text-align: center;
	}
	
	#home-hero-right {
		height: 300px;
	}
	
	#home-video-container {
		max-width: 450px;
	}
	
	#home-video-container video {
		width: auto;
		height: 110%;
	}
	
	#home-hero-text {
		top: 0;
		padding: 30px 0;
		margin-top: 10px;
	}
	
	#home-hero-left p {
		font-size: 20px;
	}
	
	#home-hero-left h1 {
		font-size: 2rem;
	}

	#home-hero-left h1 span {
		font-size: 1.25rem;
	}

	#home-why {
		clear: both;
	}
	
	#home-why h2 {
		font-size: 30pt;
	}

	#home-why p {
		font-size: 18pt;
	}
}
@media (max-width: 575px) {
	.space-text {
		height: 170px;
	}
}

@media (max-width: 445px) {
	#hero-get-started, #hero-see-our-work {
		margin: 10px;
	}
}