/* Migrated from WordPress Additional CSS. Keep this file readable and load it
 * after larc.css so site-specific overrides remain easy to maintain.
 */

.mega-translation-modal {
	min-width: 58.8px !important;
}

.custom-logo-link img {
	width: 310px;
	height: auto;
}

.hub-section.top-hero .fl-row-content-wrap {
	background-image: url('https://losangelesrstg.wpengine.com/wp-content/uploads/2026/01/home-bg.webp');
	background-size: cover;
}

.hero-heading.fade-in-custom-animation {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.75s ease-out 0.5s forwards;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.lazyloading {
	background: #f5f5f5;
}

.k-12-map-list {
	display: inline-block;
	padding-bottom: 0;
	border-bottom: 3px solid #fecf66;
}

.search-main-container {
	background: linear-gradient(-80deg, #fecf66, #89c4ee);
	padding: 30px 30px 60px;
}

.search-form {
	display: block;
	max-width: 1280px;
	margin: 0 auto;
	background: transparent;
}

.search-row {
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.search-form .search-row {
	margin: 0;
}

.search-col {
	display: flex;
}

.search-col.search-col-1 {
	flex: 0 1 65%;
}

.search-col.search-col-2 {
	flex: 0 1 20%;
	justify-content: center;
	margin-top: 15px;
}

.search-col.search-col-3 {
	flex: 0 1 100%;
}

.search-col.search-col-2 .first-h3 {
	margin: 0;
}

.form-container .form-label {
	display: block;
	margin: 15px 0 30px;
	font-family: "Spartan", sans-serif;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.search-row .search-input {
	height: 60px;
	padding-top: 0;
	padding-left: 0;
	font-family: "Spartan", sans-serif;
	font-size: 23px;
	font-weight: 600;
	color: #000 !important;
	background: transparent !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 4px solid #000 !important;
	border-left: none !important;
}

.search-input::placeholder {
	color: #000 !important;
}

.search-input:focus {
	box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px #fed77e inset !important;
}

.search-btn {
	height: 60px;
	background: linear-gradient(0deg, #fecf66, 40%, #89c4ee);
	border: 4px solid #000;
	border-radius: 0;
}

.search-btn i {
	color: #000;
	-webkit-text-stroke: 1.5px;
}

.search-h3 {
	margin: 60px 0 50px;
	padding-top: 50px;
	font-family: "Spartan", sans-serif;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #ffffff57;
}

.first-h3 {
	padding-top: 0;
	border: none;
}

.search-h4 {
	margin-bottom: 20px;
	font-family: "Spartan", sans-serif;
	font-weight: 800;
}

.search-h6 {
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: "Spartan", sans-serif;
	font-weight: 800;
	font-style: italic;
	text-align: center;
}

.search-list {
	display: block;
	max-width: 1280px;
	margin: 20px auto;
	padding-left: 0 !important;
	list-style: none;
}

.search-list .list-infos {
	width: 100%;
	margin-top: 10px;
}

.search-list .list-info {
	flex: 0 1 350px;
	max-width: 350px;
	font-size: 17px;
	font-weight: 500;
}

.search-list .phone-list {
	width: 300px;
	max-width: 300px;
}

.nearby-list,
.other-list {
	margin-top: 60px;
	margin-bottom: 60px;
}

.search-list p {
	margin-bottom: 10px;
}

.search-list li {
	display: flex;
	gap: 25px;
	align-items: flex-start;
	padding: 35px;
	background: #fff;
}

.all-listing li:hover {
	cursor: pointer;
}

.list-info {
	display: flex;
	gap: 10px;
	align-items: baseline;
	font-family: "Spartan", sans-serif;
}

.list-container {
	display: flex;
	gap: 20px;
}

.search-list li .list-container {
	width: 100%;
}

.list-info i {
	min-width: 20px;
	color: #b9b9b9;
	text-align: center;
}

.list-info a {
	color: #000 !important;
	word-break: break-word;
	overflow-wrap: break-word;
}

.list-info p {
	margin-bottom: 0;
}

.search-list li img {
	height: 74px;
}

.list-bottom {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
}

.list-bottom div {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.list-bottom p {
	margin-bottom: 0;
}

.list-bottom p span {
	font-weight: 700;
}

.radius-row {
	justify-content: flex-end;
}

.radius-label {
	padding-right: 10px;
	font-style: italic;
	text-align: right;
}

.radius-select {
	display: none;
	max-width: 90px;
	font-family: "Spartan", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	appearance: none;
	background: #000;
	background-image: url("https://devlosangelesr.wpengine.com/wp-content/uploads/2023/02/angle-down.png");
	background-repeat: no-repeat;
	background-position: right 1rem top 50%;
	background-size: 1.5rem auto;
	border: none;
}

.radius-select option {
	font-family: "Spartan", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.radius-select:focus {
	color: #fff;
	box-shadow: none;
}

.search-form .search-row.select-row {
	margin: 10px 0;
}

select[editable] > button {
	stroke: #fff !important;
}

.search-list .pagination {
	display: flex;
	gap: 5px;
	justify-content: center;
	margin: 0;
}

.search-list .pagination a {
	min-width: 50px;
}

.search-row .dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 90px;
	padding: 10px 15px;
	font-family: "Spartan", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #000;
	background-image: url("https://devlosangelesr.wpengine.com/wp-content/uploads/2023/02/angle-down.png");
	background-repeat: no-repeat;
	background-position: right 1rem top 50%;
	background-size: 14px auto;
}

.search-row .dropdown-content {
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 1;
	display: none;
	min-width: 90px;
	padding: 0 15px;
	color: #fff;
	background-color: #000;
	box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
}

.search-row .dropdown p {
	margin: 0;
	padding: 2px 0;
}

.search-row .dropdown p:hover,
.search-row .dropdown:hover {
	cursor: pointer;
}

.form-container {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 30px 30px;
}

#datafetch {
	position: absolute;
	top: 128px;
	left: 50%;
	z-index: 111;
	width: calc(100% - 60px);
	max-width: 1220px;
	margin: 0 auto;
	background: #fff;
	transform: translateX(-50%);
}

#datafetch ul {
	margin: 0;
	padding: 10px 0;
	font-family: "Spartan", sans-serif;
	font-size: 18px;
	font-weight: 500;
	list-style: none;
}

#datafetch ul li {
	margin: 0;
	padding: 5px 15px;
}

#datafetch ul li:hover {
	cursor: pointer;
	background: #eee;
}

.autocomplete-suggestions {
	padding-top: 5px;
}

ul.ui-autocomplete {
	padding: 10px;
	font-family: "Spartan", sans-serif;
	font-size: 17px;
	color: #000;
}

ul.ui-autocomplete .ui-state-active {
	color: #000;
	background: #eee;
	border: 1px solid #eee;
}

@media only screen and (max-width: 1280px) {
	#datafetch {
		width: calc(100% - 59px);
	}
}

@media screen and (max-width: 992px) {
	.search-list .list-info {
		font-size: 16px !important;
	}

	.search-list li {
		margin-bottom: 20px !important;
	}

	.k-12-map-list .fl-module-content.fl-node-content {
		margin-bottom: 0;
	}

	.news-category-box .k12-projects-grid-post-column {
		width: 50%;
	}
}

@media only screen and (max-width: 820px) {
	.search-input {
		font-size: 20px !important;
	}

	.radius-label {
		font-size: 18px !important;
	}

	.search-list li {
		padding: 25px !important;
	}

	.search-list li,
	.list-container {
		flex-direction: column;
		gap: 15px !important;
	}

	.search-h4 {
		font-size: 18px;
	}

	.search-h3 {
		margin-bottom: 40px !important;
	}

	.nearby-list {
		margin-top: 50px !important;
	}

	.search-input::-webkit-input-placeholder {
		position: relative;
		top: -7px;
		white-space: pre-line;
	}

	#datafetch {
		bottom: 40px !important;
	}

	.search-list .list-info {
		flex: auto !important;
		max-width: 100% !important;
	}

	.search-row {
		flex-direction: column;
	}
}

@media screen and (max-width: 768px) {
	.nearby-list,
	.other-list {
		margin-top: 30px !important;
		margin-bottom: 50px !important;
	}

	.search-h3 {
		margin: 20px 0 !important;
	}

	.news-category-box .k12-projects-grid-post-column {
		width: 100%;
	}

	.blog-header-box .fl-col-content.fl-node-content .fl-module {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.new-map-iframe {
		height: 320px !important;
	}
}

@media only screen and (max-width: 540px) {
	.search-list .list-info {
		font-size: 15px !important;
	}

	.list-bottom div {
		width: 15px !important;
		min-width: 15px;
		height: 15px !important;
	}

	.search-row .search-input {
		font-size: 18px !important;
	}

	.autocomplete-suggestion {
		font-size: 16px !important;
	}

	.search-input::-webkit-input-placeholder {
		position: relative;
		top: -7px;
		white-space: pre-line;
	}

	.search-h3 {
		margin-bottom: 35px !important;
		font-size: 1.3em;
	}

	.search-form .form-label {
		font-size: 18px !important;
	}
}

body header .mega-menu-link[href="#translation"] {
	min-width: 0 !important;
}

body header .mega-menu-link[href="#translation"] svg {
	width: 26.5px !important;
}

@media only screen and (min-width: 1000px) {
	#mega-menu-primary #mega-menu-item-5543 > ul.mega-sub-menu {
		margin-top: 50px !important;
	}
}

.mega-menu li.mega-menu-item li.menu-item.menu-item-has-children > a {
	padding-right: 20px;
	padding-left: 40px;
}

#mega-menu-primary ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .mega-menu-column {
	z-index: 1;
}

#mega-menu-primary ul.mega-sub-menu .mega-menu-row ul.mega-sub-menu .mega-menu-column.mega_nav_menu {
	z-index: 2;
}

.mega-menu .mega-menu-item li.menu-item-has-children.open-menu > a::before {
	position: absolute;
	top: 50%;
	left: 7px;
	padding-right: 5px;
	font-family: "dashicons";
	font-weight: 100;
	content: "\f158";
	transform: translateY(-50%);
}

.mega-menu li.mega-menu-item li.menu-item a:hover,
.mega-menu li.mega-menu-item li.menu-item a:focus {
	color: #fecf66;
}

.mega-menu ul.sub-menu li.menu-item a:hover,
.mega-menu ul.sub-menu li.menu-item a:focus {
	color: #000 !important;
	opacity: .75;
	translate: 7px 0;
}

.mega-menu a.tribe-events-widget-events-list__event-title-link:hover,
.mega-menu a.tribe-events-widget-events-list__event-title-link:focus {
	color: #000 !important;
	opacity: .7;
}

.mega-menu .mega-menu-item .sub-menu li.menu-item-has-children.open-menu > a::before {
	display: block;
	transform: translateY(-50%) rotate(0deg);
}

.mega-menu .mega-menu-item .sub-menu li.menu-item-has-children.open-menu > a {
	padding-left: 10px;
}

.mega-menu h2.tribe-events-widget-events-list__header-title {
	font-family: "Spartan", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
}

.mega-menu a.tribe-events-widget-events-list__event-datetime-recurring-link {
	display: none;
}

.mega-menu .tribe-events-widget .tribe-events-widget-events-list__event-row--featured .tribe-events-widget-events-list__event-date-tag-datetime::after {
	background-color: #000;
}

.mega-menu span.tribe-events-widget-events-list__event-date-tag-month {
	font-family: "Spartan", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

.mega-menu span.tribe-events-widget-events-list__event-date-tag-daynum {
	font-family: "Spartan", sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #000;
}

.mega-menu .tribe-events-widget-events-list__event-datetime-wrapper {
	font-family: "Titillium Web", sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #000 !important;
}

.mega-menu a.tribe-events-widget-events-list__event-title-link {
	padding: 0;
	font-family: "Spartan", sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #000 !important;
}

.mega-menu a.tribe-events-widget-events-list__event-title-link:hover,
.mega-menu a.tribe-events-widget-events-list__event-title-link:focus {
	border: none !important;
}

.mega-menu .tribe-events-widget .tribe-events-widget-events-list__event-row {
	margin-bottom: 25px;
}

.mega-menu ul.wp-block-latest-posts li {
	margin-bottom: 20px;
}

.mega-menu .wp-block-latest-posts__featured-image {
	display: grid;
}

.mega-menu ul.wp-block-latest-posts li a {
	margin-top: 15px;
	padding: 0;
	font-family: "Spartan", sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #000;
}

.mega-menu .wp-block-latest-posts__featured-image a {
	display: grid;
	margin: 0 !important;
}

.mega-menu li.mega-menu-item li.menu-item a {
	text-transform: uppercase;
}

.mega-menu li.mega-menu-item li.menu-item .sub-menu a {
	text-transform: none;
}

.mega-menu .mega-menu-item li.menu-item-has-children > a::before {
	position: absolute;
	top: 50%;
	left: 7px;
	padding-right: 5px;
	font-family: "dashicons";
	font-weight: 100;
	content: "\f158";
	transform: translateY(-50%) rotate(45deg);
	transition: all .2s ease-in-out;
}

.news-layout .fl-post-column .fl-post-grid-text {
	padding: 20px 0 0;
}

.news-layout .fl-post-column .fl-post-grid-image a::after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	border: 30px solid;
	border-width: 30px;
	border-image-slice: 1;
	border-image-source: linear-gradient(-40deg, rgb(254 207 102 / 70%) 40%, rgb(137 196 238 / 70%));
	content: "";
}

.spartan-title .fl-heading {
	font-family: "Spartan", sans-serif !important;
}

.news-layout .fl-post-grid-image {
	position: relative;
	padding-top: 100%;
}

.news-layout .fl-post-grid-image img.wp-post-image,
.news-layout .fl-post-grid-image img.size-gb-block-post-grid-square {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.news-layout .fl-post-grid-text {
	display: flex;
	flex-direction: column;
}

.news-layout .fl-post-grid-text .fl-post-grid-meta {
	order: 1;
	padding-bottom: 10px;
}

.news-layout .fl-post-grid-text .fl-post-grid-title {
	order: 2;
	font-family: "Spartan", sans-serif !important;
}

.news-layout .fl-post-grid-text .fl-post-grid-meta-terms {
	order: 3;
}

.news-layout .fl-post-grid-text .fl-post-grid-meta-terms .fl-post-grid-terms,
.news-layout .fl-post-grid-text .fl-post-grid-meta-terms .fl-post-grid-terms a {
	font-weight: 700;
	color: #fecf66 !important;
	text-transform: uppercase;
}

.news-layout .fl-post-grid-text .fl-post-grid-meta-terms .fl-post-grid-terms::before {
	margin-right: 5px;
	font-family: var(--fa-style-family, "Font Awesome 6 Pro");
	font-weight: var(--fa-style, 900);
	content: "\f02b";
}

.blog-header-box .fl-col-content.fl-node-content {
	display: flex;
	flex-wrap: wrap;
}

.blog-header-box .fl-col-content.fl-node-content .fl-module.fl-module-rich-text {
	width: 100%;
}

.blog-header-box .fl-col-content.fl-node-content .fl-module {
	width: 50%;
}

.news-category-box .k12-projects-grid-post-column {
	width: 25%;
}

.news-category-box .post-title {
	font-family: "Spartan", sans-serif;
	font-size: 28px;
	font-weight: 800;
	line-height: 37px;
	letter-spacing: 0.1px;
	text-transform: uppercase;
}

.news-category-box .post-counts {
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	line-height: 24px;
	color: #707070;
}

.archive.category .page-titles {
	text-align: left;
}

.news-layout .fl-post-grid-text .fl-post-grid-meta-terms .fl-post-grid-terms .fl-sep-term {
	display: none;
}

.news-layout .fl-post-grid-text .fl-post-grid-meta-terms .fl-post-grid-terms a {
	padding-right: 20px;
}

.news-layout .fl-post-grid-text .fl-post-grid-meta-terms .fl-post-grid-terms a[href$="/news/"] {
	display: none;
}

.breadcrumbs {
	margin-bottom: 30px;
	font-family: "Spartan", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 1px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

.breadcrumbs a {
	color: #fecf66;
	outline: none;
}

.breadcrumbs i {
	padding: 0 10px;
}

.breadcrumbs span {
	color: #89c4ee;
}

.sidebar-title {
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.categories-box .category-item i {
	padding-right: 5px;
	vertical-align: middle;
}

.categories-box .category-item {
	font-size: 20px;
}

.fl-accordion-button-label {
	outline: none !important;
}

.tribe-events-single-event-description h2,
.tribe-events-single-event-description h3,
.tribe-events-single-event-description h4 {
	margin-top: 2.5rem;
	margin-bottom: .5rem;
	font-weight: 900;
	line-height: 1;
}

.tribe-events-single-event-description h3 {
	font-size: 2rem;
}

.tribe-events-single-event-description a {
	font-size: 1rem;
	font-weight: 700;
}

.tribe-events-single-event-description a:hover {
	opacity: .75;
}

.larc-announcement-bar {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	padding: 1rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: #000;
	text-align: center;
	background-color: #fed165;
}

.larc-announcement-bar span.fa-regular {
	opacity: .5;
}

.larc-announcement-bar a {
	color: #000;
	text-decoration: underline;
	transition: all .2s ease-in-out;
}

.larc-announcement-bar a:hover {
	opacity: .5;
}

.larc-event-list-widget .tribe-events-widget-events-list__event-title {
	line-height: 1.1;
}

.larc-event-list-widget .tribe-events-widget-events-list__event-title a {
	font-family: "League Spartan", "Spartan", sans-serif;
	font-size: 1.25rem !important;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}

.larc-event-list-widget .tribe-events-widget-events-list__event-title a:hover {
	opacity: .75;
}

.larc-event-list-widget .tribe-events-widget-events-list__event-datetime-wrapper,
.larc-event-list-widget .tribe-events-widget-events-list__event-datetime-wrapper time {
	font-family: "Titillium Web", sans-serif;
	font-size: .75rem;
}

.larc-event-list-widget .tribe-common .tribe-common-h2 {
	font-family: "Titillium Web", sans-serif;
}

.larc-event-list-widget .tribe-events-widget-events-list__event-row {
	padding: 0 0 1rem;
	border-bottom: 2px solid rgb(255 255 255 / 20%);
}

.larc-event-list-widget .tribe-events-widget-events-list__view-more {
	text-align: center;
}

.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link::before {
	margin: 0;
}
