/*
	Theme Name: LBL ESD
	Theme URI: https://www.lblesd.k12.or.us/
	Description: LBL ESD
	Version: 1.0.0
	Author: LBL ESD
	Author https://www.lblesd.k12.or.us/
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    RESET
\*------------------------------------*/
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
caption, th {
	text-align: left
}
ol, ul, li {
	list-style: none
}
q:before, q:after {
	content: ''
}
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {
	font-weight: bold
}
em {
	font-style: italic
}
a img {
	border: none
} /* Gets rid of IE's blue borders */
/*------------------------------------*\
    MAIN
\*------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
/* global box-sizing */
*, *::after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body {
	font-size: 1.125rem;
	font-family: "Montserrat", sans-serif;
	color: #111;
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
}
strong, b, strong *, b * {
	font-weight: bold !important;
}
em, em * {
	font-style: italic !important;
}
a, a:link {
	text-decoration: none;
	color: #315b97;
	transition: all .1s linear;
	word-wrap: break-word;
}
a:hover, a:focus {
	text-decoration: underline;
}
p {
	margin: 1.5rem 0;
	line-height: 1.6;
}
p:first-child, .elementor style + p {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0 !important;
}
img, iframe {
	max-width: 100%;
	vertical-align: bottom;
}
button {
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	transition: all .1s linear;
}
a:focus, button:focus, input:focus, textarea:focus, select:focus, [role="button"]:focus {
	outline: 2px dashed #24988a;
	outline-offset: 1px;
}
#skipnav a {
	padding: 6px 12px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: -50px;
	left: 0px;
	color: white;
	background-color: #b60000;
	-webkit-transition: top .1s ease-out, background .2s linear;
	transition: top .1s ease-out, background .2s linear;
	z-index: 100;
	border-radius: 3px;
	text-decoration: none;
	opacity: 0;
}
#skipnav a:focus {
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transition: top .1s ease-in, background .2s linear;
	transition: top .1s ease-in, background .2s linear;
	opacity: 1;
}
.entry-content, .post-preview-excerpt {
	word-wrap: break-word;
}
.entry-content ul li {
	margin-top: 8px;
	list-style-type: disc;
	line-height: 1.6;
}
.entry-content > ul > li:first-child, .entry-content > ol > li:first-child {
	margin-top: 0;
}
.entry-content ol li {
	margin-top: 8px;
	list-style-type: decimal;
	line-height: 1.6;
}
.entry-content ul ol li {
	list-style-type: decimal;
}
.entry-content ul ul li, .entry-content ol ul li {
	list-style-type: circle;
}
.entry-content ul ul ul li, .entry-content ol ul ul li {
	list-style-type: disc;
}
.entry-content ol, .entry-content ul {
	margin-left: 20px;
}
.entry-content figcaption.wp-element-caption {
	position: relative;
	background: none;
	color: inherit;
}
.entry-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: .6em;
  background-position: calc(100% - 16px) center;
  width: 100%;
  padding: 15px 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  max-width: 500px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/*------------------------------------*\
    CONTAINERS
\*------------------------------------*/

#page-wrapper {
	background: #fff;
}
.container {
	max-width: 1580px;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
}
.container.header {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
}
#header {
	position: relative;
	z-index: 3;
}
.elementor-element.e-con-boxed {
	padding: 0 40px;
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/

#header-top {
	background: #315b97;
 font-size: .825rem;
	position: relative;
}
#top-nav > ul, .translate > ul {
	display: flex;
}
#top-nav ul li, .translate ul li {
	list-style: none;
}
#top-nav .menu-title, .translate .menu-title {
	font-family: "Roboto Slab", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	color: #24988a !important;
}
.translate > ul > li > a, #top-nav > ul > li > a {
	height: 44px;
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.translate > ul > li > button {
	height: 44px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	background: none;
	color: #fff;
	border: none;
}
.translate > ul > li > a:hover, .translate > ul > li > a:focus, #top-nav > ul > li > a:hover, #top-nav > ul > li > a:focus, .translate > ul > li:hover > a, #top-nav > ul > li:hover > a, .translate > ul > li:focus-within > a, #top-nav > ul > li:focus-within > a, .translate > ul > li > button:hover, .translate > ul > li > button:focus {
 background: rgba(0,0,0,0.15);
}
#top-nav ul li.menu-item-has-children, .translate ul li.menu-item-has-children {
	position: relative;
}
#top-nav ul li.menu-item-has-children > a, .translate ul li.menu-item-has-children > a {
	padding-right: 28px;
	position: relative;
}
#top-nav ul li.menu-item-has-children > a::after, .translate ul li.menu-item-has-children > a::after {
	content: '\f078';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	position: absolute;
	right: 10px;
 font-size: .75rem;
}
#top-nav > ul > li.menu-item-has-children > ul, .translate > ul > li.menu-item-has-children > ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 260px;
	background: #fff;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	padding: 20px;
	z-index: 4;
	overflow-y: auto;
	box-shadow: 0 15px 25px rgba(0,0,0,.05);
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.no-js #top-nav > ul > li.menu-item-has-children:hover > ul, .no-js .translate > ul > li.menu-item-has-children:hover > ul, .no-js #top-nav > ul > li.menu-item-has-children:focus-within > ul, .no-js .translate > ul > li.menu-item-has-children:focus-within > ul, #top-nav > ul > li.menu-item-has-children.active > ul, .translate > ul > li.menu-item-has-children.active > ul {
 visibility: visible;
 opacity: 1;
 transform: translateY(0px);
}
#top-nav ul li.menu-item-has-children > ul li:not(:first-child), .translate ul li.menu-item-has-children > ul li:not(:first-child) {
	margin-top: 15px;
}
#top-nav ul li.menu-item-has-children > ul a, .translate ul li.menu-item-has-children > ul a {
	color: #315b97;
	display: block;
}
#top-nav a, .translate a {
	font-weight: 500;
	color: #fff;
}
#top-nav a i, .translate a i, .translate button i {
	padding-right: 6px;
}
#header-main {
	height: 100px;
	display: flex;
	background: #fff;
	box-shadow: 0 15px 25px rgba(0,0,0,.05);
	transition: box-shadow 0.3s ease-in-out;
}
.no-shadow {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
	;
}
#header-main.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transition: all 0.3s ease-in-out;
}
#page-wrapper.fixed-header {
	margin-top: 100px;
}
.logo {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}
.logo img {
	width: 150px;
	height: auto;
}
.main-nav-wrap {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
#main-nav > ul {
	display: flex;
	height: 100%;
	gap: 20px;
}
#main-nav > ul li {
	list-style: none;
}
#main-nav > ul > li {
	width: 25%;
}
#main-nav > ul > li > a {
	display: flex;
	gap: 10px;
	font-weight: bold;
	align-items: center;
	height: 100%;
	width: 210px;
	font-size: 1rem;
}
.translate > ul > li > a:hover, .translate > ul > li > a:focus, #top-nav > ul > li > a:hover, #top-nav > ul > li > a:focus, #main-nav > ul > li > a:hover, #main-nav > ul > li > a:focus, a.helpdesk:hover, a.helpdesk:focus, #mobile-nav > ul > li > a:hover, #mobile-nav > ul > li > a:focus, #mobile-nav > ul > li > a:hover > .icon, #mobile-nav > ul > li > a:focus > .icon, .footer-social li a:hover, .footer-social li a:focus, .mobile-social li a:hover, .mobile-social li a:focus {
	text-decoration: none;
}
#main-nav > ul > li > a > .icon {
	color: #25A8E0;
}
#main-nav > ul > li > a .icon {
	font-size: 2.4rem;
}
#main-nav > ul > li > a > span {
	position: relative;
}
#main-nav > ul > li > a > span::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #24988a;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: color .1s, transform .2s ease-out;
}
#main-nav > ul > li > a:hover > span::before, #main-nav > ul > li > a:focus > span:before, #main-nav > ul > li:hover > a > span::before, #main-nav > ul > li:focus-within > a > span::before, #main-nav > ul > li > a.active > span::before {
 transform-origin: left top;
 transform: scale(1, 1);
}
#main-nav > ul > li > ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.no-js #main-nav > ul > li:hover > ul, .no-js #main-nav > ul > li:focus-within > ul, #main-nav > ul > li.menu-item-has-children > ul.sub-menu.active {
 visibility: visible;
 opacity: 1;
 transform: translateY(0px);
}
#main-nav > ul > li > ul.sub-menu.full-width {
	position: absolute;
	background: #284b7e;
	width: calc(100% - 80px);
	left: 40px;
	padding: 20px 20px 0 20px;
	display: flex;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	z-index: 3;
	box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
	overflow-y: auto;
	max-height: 900px;
	flex-wrap: wrap;
}
#main-nav > ul > li > ul.sub-menu.full-width.three-column > li {
	width: 33.33%;
}
#main-nav > ul > li > ul.sub-menu.full-width.four-column > li {
	width: 25%;
}
#main-nav > ul > li > ul.sub-menu.full-width.five-column > li {
	width: 20%;
}
#main-nav > ul > li > ul.sub-menu.full-width.three-column.wide-1 > li:not(:first-child) {
	width: 25%;
}
#main-nav > ul > li > ul.sub-menu.full-width.three-column.wide-1 > li:first-child {
	width: 50%;
}
#main-nav > ul > li > ul.sub-menu.full-width.three-column.wide-1 > li:first-child > ul > li {
	float: left;
	width: 50%;
}
#main-nav > ul > li > ul.sub-menu.full-width.three-column.wide-1 > li:first-child > ul > li:nth-child(odd) {
	padding-right: 20px;
}
#main-nav > ul > li > ul.sub-menu.full-width.three-column.wide-1 > li:first-child > ul > li:nth-child(even) {
	padding-left: 20px;
}
#main-nav > ul > li > ul.sub-menu a {
	color: #fff;
}
#main-nav > ul > li > ul.sub-menu.full-width > li {
	padding: 20px 20px 0 20px;
}
#main-nav > ul > li > ul.sub-menu.full-width ul.sub-menu li {
	margin-top: 20px;
}
#main-nav ul.sub-menu > li:last-child {
	padding-bottom: 40px;
}
.sub-menu-title > a {
	font-family: "Roboto Slab", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: #f7f39b !important;
}
.sub-menu-title > a:hover, .sub-menu-title > a:focus {
	text-decoration: none !important;
}
#main-nav > ul > li > ul.sub-menu.full-width.four-column > li.client-menu-links, #main-nav > ul > li > ul.sub-menu > li.sped-menu-links {
	width: 100% !important;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 20px 40px 20px;
}
li.sped-menu-links {
    width: 100% !important;
    display: flex;
    justify-content: flex-start !important;
	padding: 0 20px 20px 20px !important;
}
#main-nav>ul>li>ul.sub-menu>li.sped-menu-links>ul {
    display: flex;
    gap: 1rem;
}
#main-nav > ul > li > ul.sub-menu.full-width.four-column > li.client-menu-links > a, li.sped-menu-links > a {
	display: none;
}
#main-nav > ul > li > ul.sub-menu.full-width.four-column > li.client-menu-links > ul {
	display: flex;
	gap: 1rem;
}
#main-nav > ul > li > ul.sub-menu.full-width.four-column > li.client-menu-links > ul li {
	padding: 0;
}
li.menu-btn {
	margin: 0 !important;
	padding: 0 !important;
}
li.menu-btn a {
	font-size: 1rem;
	font-weight: 700;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #fff;
	border-radius: 9999px 9999px 9999px 9999px;
	padding: 12px 24px;
	display: flex;
	align-items: center;
	gap: 10px;
}
#main-nav > ul > li > ul.sub-menu li.menu-btn a:hover, #main-nav > ul > li > ul.sub-menu li.menu-btn a:focus {
	text-decoration: none;
	background: #fff;
	color: #315B97;
}
#main-nav .social-links a i {
	margin-right: 10px;
	width: 25px;
}
#main-nav li.sped-menu {
    width: 100% !important;
    margin-bottom: 20px;
}
#main-nav li.sped-menu > ul {
    column-count: 4;
    gap: 40px;
	margin-top: 20px;
}
#main-nav li.sped-menu > ul > li:first-child {
    margin-top: 0 !important;
}
#main-nav li.sped-menu > ul > li {
    break-inside: avoid;
}
#main-nav li.sped-menu ~ li {
    width: 25% !important;
}
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?4kvdqw');
	src: url('fonts/icomoon.eot?4kvdqw#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?4kvdqw') format('truetype'), url('fonts/icomoon.woff?4kvdqw') format('woff'), url('fonts/icomoon.svg?4kvdqw#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
 speak: never;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.icon-helpdesk_menu:before {
	content: "\e904";
}
.icon-community_menu:before {
	content: "\e900";
}
.icon-district_menu:before {
	content: "\e901";
}
.icon-educator_menu:before {
	content: "\e902";
}
.icon-services_menu:before {
	content: "\e903";
}
.helpdesk-link {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}
a.helpdesk {
	display: flex;
	align-items: center;
	font-weight: bold;
	text-align: center;
	background: #315b97;
	color: #fff;
	border-radius: 9999px;
	padding: 8px 14px;
 font-size: .7rem;
	gap: 10px;
	border: 2px solid #315b97;
}
a.helpdesk:hover, a.helpdesk:focus {
	background: #fff;
	color: #315b97;
}
a.helpdesk .icon {
	font-size: 1.2rem;
}
a.helpdesk span {
	font-weight: bold;
 font-size: .55rem;
}
a.helpdesk div:nth-child(2) {
	display: flex;
	flex-direction: column;
}
.menu-toggle {
	font-size: 1.65rem;
	display: none;
	background: none;
	border: none;
	color: #315b97;
	align-items: center;
	gap: 8px;
}
.menu-toggle span {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 500;
}
.menu-toggle:hover, .menu-toggle:focus {
	color: #24988a;
}
.hover-overlay {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s .2s, opacity .2s linear;
}
.hover-overlay.active {
	transition: opacity .2s linear;
	opacity: 1;
	visibility: visible;
}
.header-alert {
	background: #b60000;
	padding: 10px 6%;
	color: #fff;
	text-align: center;
	border-bottom: 3px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .25rem 1rem;
	flex-wrap: wrap;
}
.header-alert a {
	color: #f7f39b;
	font-weight: 500;
	line-height: 1.6;
}
.header-notice a {
	font-weight: 500;
	line-height: 1.6;
	color: #faf39a;
}
.header-notice {
	background: transparent;
	background-image: linear-gradient(90deg,#315b97 0%,#00715d 100%);
	padding: 10px 6%;
	color: #fff;
	text-align: center;
	border-bottom: 3px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
}
.header-alert span {
	font-size: .75rem;
	font-weight: 500;
	display: inline-block;
}
/*------------------------------------*\
    MOBILE NAV
\*------------------------------------*/

.mobile-nav-wrap {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: #315b97;
	color: #fff;
	height: 100%;
	width: 100%;
	z-index: 99;
	overflow-y: auto;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	transition: transform .2s ease;
}
.mobile-nav-wrap.active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.mobile-nav-content {
	padding: 40px 6% 60px 6%;
}
.mobile-nav-header {
	display: flex;
	justify-content: space-between;
	position: sticky;
	top: 0;
	height: 78px;
	padding: 0 6%;
	background: #284b7e;
	align-items: center;
	width: 100%;
	z-index: 2;
}
.mobile-nav-logo {
	flex-shrink: 0;
	display: flex;
}
.mobile-nav-logo img {
	width: 140px;
}
.menu-close {
	font-size: 1.65rem;
	background: none;
	border: none;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 8px;
}
.menu-close span {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 500;
}
.mobile-nav-wrap a {
	color: #fff;
}
.mobile-nav-wrap a:hover, .mobile-nav-wrap a:focus {
	text-decoration: underline;
}
#mobile-nav > ul > li {
	list-style: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#mobile-nav > ul > li > a {
	display: flex;
	gap: 20px;
	font-weight: bold;
	align-items: center;
	font-size: 1.4rem;
	padding: 20px 0;
}
#mobile-nav > ul > li > a:hover, #mobile-nav > ul > li > a:focus, #mobile-nav > ul > li > a:hover > .icon, #mobile-nav > ul > li > a:focus > .icon {
	color: #f7f39b;
}
#mobile-nav > ul > li > a > .icon {
	font-size: 2rem;
	color: #fff;
	width: 2rem;
	text-align: center;
	transition: all .1s linear;
}
#mobile-nav > ul > li > a > .icon-community_menu {
	font-size: 1.6rem;
}
#mobile-nav > ul > li > ul.sub-menu {
	display: none;
	margin-bottom: 40px;
	margin-left: 20px;
}
#mobile-nav > ul > li.menu-item-has-children > a {
	position: relative;
	padding-right: 35px;
}
#mobile-nav > ul > li.menu-item-has-children > a::after {
	content: '\2b';
	font-family: "Font Awesome 6 Free";
	position: absolute;
	right: 0;
}
#mobile-nav > ul > li.menu-item-has-children > a.active::after {
	content: '\f068';
}
#mobile-nav ul.sub-menu li {
	list-style: none;
	margin-top: 20px
}
#mobile-nav ul.sub-menu li.sub-menu-title:not(:first-child) {
	margin-top: 40px
}
#mobile-nav > ul > li > ul.sub-menu > li.client-menu-links > a {
	display: none;
}
#mobile-nav > ul > li > ul.sub-menu > li.client-menu-links ul.sub-menu, #mobile-nav > ul > li > ul.sub-menu > li.sped-menu-links ul.sub-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#mobile-nav li.sped-menu-links {
	padding: 5px 0 0 0 !important;
}
#mobile-nav li.menu-btn a:hover, #mobile-nav li.menu-btn a:focus {
	background: #fff;
	color: #315b97;
	text-decoration: none;
}
#mobile-search {
	position: relative;
	width: 100%;
	margin-top: 60px;
}
#mobile-search input {
	border: none;
	background: #fff;
	line-height: 50px;
	padding: 0 50px 0 15px;
	width: 100%;
	font-size: inherit;
	font-family: inherit;
	border-radius: 7px;
}
#mobile-search button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	color: #000;
	height: 50px;
	width: 50px;
	text-align: center;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
#secondary-nav {
	margin-top: 60px;
}
#secondary-nav > ul > li > ul {
	margin-left: 20px;
	margin-bottom: 40px;
	display: none;
}
#secondary-nav li {
	list-style: none;
}
#secondary-nav > ul > li > ul > li {
	margin-top: 20px;
}
#secondary-nav > ul > li {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#secondary-nav > ul > li:first-child {
	margin-top: 0;
}
#secondary-nav li a i {
	width: 30px;
}
#secondary-nav > ul > li > a {
	font-weight: bold;
	padding: 20px 0;
	display: block;
}
#secondary-nav > ul > li > a:hover, #secondary-nav > ul > li > a:focus {
	text-decoration: none !important;
	color: #f7f39b;
}
#secondary-nav > ul > li.menu-item-has-children > a {
	position: relative;
	padding-right: 35px;
}
#secondary-nav > ul > li.menu-item-has-children > a::after {
	content: '\2b';
	font-family: "Font Awesome 6 Free";
	position: absolute;
	right: 0;
}
#secondary-nav > ul > li.menu-item-has-children > a.active::after {
	content: '\f068';
}
.translate-mobile {
	margin-top: 60px;
}
.translate-mobile span {
	font-size: 1.25rem;
	font-weight: bold;
}
.translate-mobile li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
	margin-top: 20px;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/

#footer {
	background: #315b97;
	color: #fff;
	position: relative;
}
#footer-main {
	padding: 6.25rem 0;
}
.footer-widgets-wrap {
	display: flex;
	margin: -22px;
}
.footer-widget {
	padding: 22px;
}
.footer-widget:nth-child(1) {
	width: 30%;
}
.footer-widget {
	width: 23.33%;
}
.footer-logo {
	margin-bottom: 2rem;
}
.footer-logo a {
	display: inline-block;
}
.footer-logo img {
	width: 180px;
	height: auto;
}
.footer-social {
	display: flex;
	gap: 8px;
	margin-top: 2rem;
}
.mobile-social {
	display: flex;
	gap: 8px;
	margin-top: 60px;
}
.footer-social li, .footer-menu li, .footer-contact li, .mobile-social li {
	list-style: none;
}
.footer-social li a, .mobile-social li a {
	color: #fff;
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: rgba(0,0,0,0.15);
}
.footer-social li a:hover, .footer-social li a:focus, .mobile-social li a:hover, .mobile-social li a:focus {
	background: #fff;
	color: #284b7e;
}
.footer-menu li {
	margin-top: 1rem;
}
.footer-widget h3 {
	margin-bottom: 1.5rem;
	font-family: "Roboto Slab", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
}
.footer-menu li a, .footer-contact li a {
	color: #fff;
	line-height: 1.3;
}
.footer-contact li {
	padding-left: 30px;
	margin-top: 1rem;
	position: relative;
}
.footer-contact li::before {
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	line-height: normal;
	left: 0;
	position: absolute;
	top: 3px;
}
.footer-contact li.address::before {
	content: "\f3c5";
}
.footer-contact li.phone::before {
	content: "\f095";
}
.footer-contact li.email::before {
	content: "\f0e0";
}
.footer-notice {
 font-size: .825rem;
	margin-top: 60px;
}
.footer-notice p {
	margin-top: 1rem;
	line-height: 1.4;
}
.footer-notice a {
	color: #fff;
	text-decoration: underline;
}
.legal {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.legal a {
	padding: 6px 14px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 9999px;
	text-decoration: none;
}
.legal a:hover, .legal a:focus {
	background: rgba(0,0,0,0.15);
}
#footer-copyright {
	padding: 2rem 0;
 font-size: .825rem;
}
#footer-copyright > .container {
	position: relative;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}
#footer-copyright > .container::before {
	content: "";
	height: 1px;
	width: calc(100% - 80px);
	background: rgba(255,255,255,0.2);
	position: absolute;
	top: -2rem;
	left: 40px;
}
#footer-copyright ul {
	display: flex;
	gap: 20px;
}
#footer-copyright ul li {
	list-style: none;
}
#footer-copyright ul li a {
	color: #fff;
}
@media only screen and (max-width: 1400px) {
.helpdesk-link {
	display: none;
}
}
@media only screen and (max-width: 1200px) {
#main-nav > ul > li > a {
	width: 190px;
 font-size: .825rem;
}
#main-nav > ul > li > a .icon {
	font-size: 2rem;
}
}
@media only screen and (min-width: 1121px) {
.mobile-nav-wrap {
	display: none;
}
}
@media only screen and (max-width: 1120px) {
.container.header {
	align-items: center;
}
#header-top, .main-nav-wrap, .hover-overlay {
	display: none;
}
#header-main {
	height: 78px;
}
#page-wrapper.fixed-header {
	margin-top: 78px;
}
.logo img {
	width: 120px;
}
.menu-toggle {
	display: flex;
}
.mobile-nav-header {
	height: 58px;
}
.mobile-nav-logo img {
	width: 100px;
}
.footer-widgets-wrap {
	flex-wrap: wrap;
}
.footer-widget:nth-child(1), .footer-widget {
	width: 50%;
}
}
@media only screen and (max-width: 781px) {
#footer-main {
	padding: 5rem 0;
}
}
@media only screen and (max-width: 760px) {
.container {
	padding: 0 30px;
}
.elementor-element.e-con-boxed {
	padding: 0 30px;
}
#header-main {
	height: 58px;
}
#page-wrapper.fixed-header {
	margin-top: 58px;
}
.logo img {
	width: 80px;
}
#footer-copyright > .container {
	flex-direction: column;
	align-items: center;
}
#footer-copyright > .container::before {
	width: calc(100% - 60px);
	left: 30px;
}
}
@media only screen and (max-width: 640px) {
.footer-widgets-wrap {
	margin: -22px 0;
}
.footer-widget {
	padding: 22px 0;
}
.footer-widget:nth-child(1), .footer-widget {
	width: 100%;
}
}
@media only screen and (max-width: 520px) {
.container {
	padding: 0 20px;
}
.elementor-element.e-con-boxed {
	padding: 0 20px;
}
#mobile-nav > ul > li > a {
	font-size: 1.25rem;
}
#footer-copyright > .container::before {
	width: calc(100% - 40px);
	left: 20px;
}
}
/*------------------------------------*\
    MAIN SEARCH
\*------------------------------------*/
#main-search {
	background: #fff;
	height: 100%;
	position: fixed;
	right: -720px;
	z-index: 99;
	max-width: 720px;
	width: 85%;
	top: 0;
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	transition: transform .2s ease;
	box-shadow: 0px 6px 16px -8px rgba(0,0,0,.2);
	overflow-x: hidden;
	box-shadow: 0 15px 25px rgba(0,0,0,.05);
	visibility: hidden;
}
#main-search.active {
	-ms-transform: translateX(-720px) !important;
	transform: translateX(-720px) !important;
}
.main-search-header {
	padding: 0 30px;
	margin-bottom: 30px;
	height: 58px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
}
.main-search-body {
	padding: 0 30px 30px 30px;
	position: relative;
}
.main-search-ph {
	height: calc(100vh - 276px);
	min-height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	padding: 30px;
	text-align: center;
}
.main-search-ph svg {
	height: 160px;
	width: auto;
	flex-shrink: 0;
}
.main-search-ph svg path {
	fill: #ccc;
}
.main-search-ph span {
	font-size: 1.5rem;
	color: #ccc;
}
#main-search #searchform {
	margin-top: 1rem;
	position: relative;
}
#qsearch {
	width: 100%;
	border: none;
	background: #fff;
}
#main-search input[type="search"] {
	border: 1px solid #ccc;
	background: #fafafa;
	padding: 15px 72px 15px 18px;
	width: 100%;
	font-size: inherit;
	font-family: inherit;
	transition: all .1s linear;
	box-sizing: border-box;
	border-radius: 5px;
}
#main-search input[type="search"]:focus {
	background: #fff;
}
#searchform button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	color: #000;
	height: 54px;
	width: 54px;
	text-align: center;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.search-close {
	font-size: 1.65rem;
	background: none;
	border: none;
	color: #315b97;
	display: flex;
	align-items: center;
	gap: 8px;
}
.search-close span {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 500;
}
.search-close:hover, .search-close:focus {
	color: #24988a;
}
#main-search h2 {
	font-size: 1.5rem;
}
.main-search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 98;
	overflow: hidden;
	background: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s .2s, opacity .2s linear;
}
.main-search-overlay.active {
	transition: opacity .2s linear;
	opacity: 1;
	visibility: visible;
}
.ajax-search-results .results-list {
	padding: 0 30px 30px 30px;
}
.ajax-search-results .results-list .search-img a {
	display: block;
}
.ajax-search-results .results-list .search-item-type, .post-preview-content .search-item-type {
	color: #999999;
	font-size: 1rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
}
.post-preview-content .search-item-type {
	margin-top: 1em;
}
.search-item:not(:first-child) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #cccccc;
}
.ajax-search-results .results-list .search-item {
	display: flex;
	line-height: 1.6;
}
.ajax-search-results .results-list .search-item.no-img {
	flex-direction: column;
	align-items: flex-start;
}
.search-img {
	margin-right: 15px;
	flex-shrink: 0;
}
.search-img a {
	border-radius: 7px;
}
.search-img img {
	width: 100px;
	min-width: 100px;
	border-radius: 7px;
}
.search-content a, .search-item.no-img a {
 margin-bottom: .5rem;
	display: inline-block;
}
.search-excerpt {
	margin-bottom: 1rem;
	font-size: 1rem;
	width: 100%;
	word-break: break-word;
}
h3.search-title {
	font-size: 1.25rem;
	margin-bottom: 0;
}
#main-search .loading {
	display: none;
	position: absolute;
	top: -17px;
	right: 17px;
	align-items: center;
 font-size: .875rem;
}
#main-search .loading svg {
	height: 60px;
	width: 60px;
}
#main-search .no-results {
	font-weight: 500;
}
#main-search .see-all-results {
	margin-top: 30px;
	text-align: center;
}
#main-search .see-all-results a {
	font-size: 1rem;
	font-weight: 700;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #315b97;
	border-radius: 9999px 9999px 9999px 9999px;
	padding: 20px 30px 20px 30px;
}
#main-search .see-all-results a:hover, #main-search .see-all-results a:focus {
	text-decoration: none;
	background: #315b97;
	color: #fff;
}
/*------------------------------------*\
    PAGE STRUCTURE
\*------------------------------------*/

#main-content.standard {
	margin-bottom: 6.25rem;
}
.page-header {
	padding: 6.25rem 0;
}
.page-header:not(.bg) {
	padding: 5rem 0;
}
.page-header.bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 6.25rem;
	min-height: 500px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.page-header.bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.breadcrumbs {
 font-size: .825rem;
	margin-bottom: 1.25rem;
}
.page-title {
	font-weight: 500;
	font-size: 4rem;
	line-height: 1.2;
	position: relative;
	padding-bottom: 1rem;
	font-family: "Roboto Slab";
}
.page-header.bg .page-title {
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, .25);
}
p.subtitle {
	font-size: 1.5rem;
	line-height: 1.4;
	color: #2a4d81;
	font-weight: 500;
	margin-top: 1rem;
	position: relative;
}
.page-header.bg p.subtitle {
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, .25);
}
.page-title::after {
	content: "";
	width: 80px;
	height: 2px;
	position: absolute;
	background: #2a4d81;
	bottom: 0;
	left: 0;
}
.page-header.bg .page-title::after {
	background: #f9f39b;
}
.two-col::after {
	display: table;
	content: '';
	clear: both;
}
.content-col {
	float: left;
 width: calc(100% - (350px + 3rem));
}
.sidebar-col {
	float: right;
	width: 350px;
}
.sidebar-group {
	padding: 30px;
	background: #f9f9f9;
	border-radius: 15px;
}
.sidebar-col .widget_block:not(:first-child) {
	margin-top: 1.5rem;
}
@media only screen and (max-width: 1120px) {
.page-title {
	font-size: 3rem;
}
p.subtitle {
	font-size: 1.25rem;
}
.content-col {
	width: 100%;
}
.sidebar-col {
	float: left;
	width: 100%;
	margin-top: 3rem;
}
}
@media only screen and (max-width: 781px) {
.page-header {
	padding: 5rem 0;
}
.page-header.bg, #main-content.standard {
	margin-bottom: 5rem;
}
}
@media only screen and (max-width: 720px) {
.page-header.bg {
	min-height: 400px;
}
}
/*------------------------------------*\
	HOME PAGE
\*------------------------------------*/

.main-slider {
	position: relative;
	min-height: 820px;
	overflow: hidden;
	background-image: url(//alsea.k12.or.us/wp-content/themes/alsea/img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
}
.main-slider .slick-list, .main-slider .slick-track {
	height: 100%;
}
.main-slider-item {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	padding: 160px 40px 160px 40px;
	min-height: 820px;
}
.main-slider .swiper-slide {
	height: auto;
	display: flex;
	align-items: center;
}
.main-slider-item:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}
.slide-overlay {
	max-width: 1500px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 1;
}
.main-slider-control {
	position: absolute;
	bottom: 160px;
	right: max(0px, calc(50% - 750px));
	display: flex;
	flex-direction: row;
	z-index: 1;
	gap: 8px;
}
.main-slider-control button {
	border-radius: 50%;
	height: 60px;
	width: 60px;
	line-height: 1;
	border: 2px solid #fff;
	background: 0 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-slider-control button:hover, .main-slider-control button:focus {
	background: #fff;
	color: #315B97;
}
.slider-subtitle-top {
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding: 4px 16px;
	margin-bottom: 1rem;
	color: #fff;
	font-size: 1rem;
	opacity: 0;
	transform: translateY(30px);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease-in;
	transition-delay: 1500ms;
}
.swiper-slide-active .slider-subtitle-top {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 1400ms;
}
.slider-subtitle-top::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #4e93c5;
	transform: skewX(-10deg);
	z-index: -1;
	border-radius: 3px;
}
.slide-title {
	max-width: 900px;
	font-family: "Roboto Slab";
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.1;
	opacity: 0;
	transform: translateY(-30px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease-in;
	transition-delay: 1500ms;
}
.swiper-slide-active .slide-title {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 500ms;
}
.slide-content {
	margin-top: 2rem;
	max-width: 900px;
	opacity: 0;
	transform: translateX(100px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease-in;
	transition-delay: 1500ms;
}
.slide-overlay .arrow-btn {
	max-width: 900px;
}
.swiper-slide-active .slide-content {
	opacity: 1;
	transform: translateX(0px);
	transition-delay: 700ms;
}
.slide-overlay .arrow-btn {
	margin-top: 2rem;
	opacity: 0;
	transform: translateY(30px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease-in;
	transition-delay: 1500ms;
}
.swiper-slide-active .slide-overlay .arrow-btn {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 900ms;
}
a.slider-btn {
	font-family: "Montserrat", Sans-serif;
	font-size: 1rem;
	font-weight: 700;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #61CE7000;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #FFFFFF;
	border-radius: 9999px 9999px 9999px 9999px;
	padding: 20px 30px 20px 30px;
}
a.slider-btn:hover, a.slider-btn:focus {
	background: #fff;
	color: #315B97;
}
 @media only screen and (max-width: 1580px) {
.main-slider-control {
	margin-right: 40px;
	right: 0;
}
}
@media only screen and (max-width: 1120px) {
.slide-title {
	font-size: 3rem;
}
}
@media only screen and (max-width: 760px) {
.slide-title {
	font-size: 2.5rem;
}
.main-slider-item {
	padding: 160px 30px 160px 30px;
}
.main-slider-control {
	bottom: 80px;
	margin: 0;
	right: 30px;
}
}
@media only screen and (max-width: 520px) {
.main-slider {
	height: 100%;
	background: #111;
	min-height: auto;
}
.slide-bg {
	padding-top: 21%;
	padding-bottom: 21%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 200px;
}
.slide-bg::before {
	background: none;
}
.main-slider-item {
	padding: 100px 20px 180px 20px;
}
.main-slider-control {
	right: 20px;
}
}
.testimonials-wrap {
	background: rgba(0, 0, 0, 0.125);
	border-radius: 15px;
	overflow: hidden;
	color: #fff;
}
.testimonials-wrap .swiper-wrapper {
	align-items: center;
}
.client-testimonial {
	padding: 30px 30px 60px 30px;
}
.testimonial-image {
	height: 80px;
	width: 80px;
	background-size: 70px;
	background-position: center center;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0 auto 1rem auto;
}
h3.testimonial-title {
	text-align: center;
}
.testimonial-quote {
	margin-top: 1rem;
	text-align: center;
}
.testimonial-name {
	margin-top: 1rem;
	font-weight: bold;
	text-align: center;
}
.testimonial-name i {
	margin-right: 10px;
}
span.job-title {
	font-weight: normal;
	font-size: 1rem;
}
.testimonials-wrap .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 20px !important;
}
.testimonials-wrap .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	background: #fff;
}
.testimonial-control {
	position: absolute;
	top: 25px;
	right: 25px;
	display: flex;
	gap: 10px;
	z-index: 1;
}
.testimonial-control button {
	background: none;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 14px;
}
.testimonial-control button:hover, .testimonial-control button:focus {
	background: #fff;
	color: #000;
}
.status-icon {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.status-icon i {
	color: #00bc00;
}
@media (max-width: 1024px) {
.testimonial-subtitle::after {
	left: calc(50% - 20px) !important;
}
.status-code {
	position: relative !important;
}
}
.post-preview-image {
	padding: 28%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	min-height: 200px;
	border-radius: 8px;
	overflow: hidden;
}
.posts-wrap .preview-img-overlay {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	left: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .4);
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	text-align: center;
}
.posts-wrap .preview-img-overlay i {
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	font-size: 28px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	opacity: 1;
	visibility: visible;
	-moz-transition: all 0.1s ease-in 0s;
	-webkit-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}
.posts-wrap .post-preview-image:hover .preview-img-overlay {
	opacity: 1;
}
.post-preview-content h3 {
	font-size: 1.4rem;
	line-height: 1.4;
}
.post-preview-date {
	margin-top: 1rem;
	font-weight: bold;
	font-size: 1rem;
	display: flex;
	align-items: center;
	gap: 6px;
}
.post-preview-date > span {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.post-preview-date > span > span:first-child {
	display: flex;
	align-items: center;
	gap: 6px;
}
span.sticky {
	padding: 4px 12px;
	display: inline-flex;
	align-items: center;
	background: #333;
	color: #fff;
	border-radius: 9999px;
 font-size: .75rem;
	font-weight: bold;
	gap: 8px;
}
.post-preview-excerpt {
	margin-top: 1rem;
	line-height: 1.6;
	hyphens: none;
}
.elementor-widget-icon-box a:after {
	content: "";
	display: block !IMPORTANT;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.icon-box-custom-hover {
	border-radius: 8px;
	-moz-transition: all 0.1s ease-in 0s;
	-webkit-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}
.icon-box-custom-hover:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
	background: #fff;
}
/*------------------------------------*\
	POST PAGE
\*------------------------------------*/

.post-meta {
	margin-bottom: 3rem;
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}
.post-date {
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}
p.tags {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
p.tags a {
	border-radius: 9999px;
	padding: 6px 20px;
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	font-weight: 500;
	font-size: 1rem;
}
p.tags a:hover, p.tags a:focus {
	background: #ffffff;
	border: 1px solid #315b97;
	text-decoration: none;
}
.social-sharing {
	position: relative;
}
.social-sharing button {
	background: none;
	border: none;
	font-weight: bold;
	display: flex;
	gap: 8px;
	align-items: center;
	color: #24988a;
}
.social-sharing button:hover, .social-sharing button:focus {
	color: #000;
}
.social-sharing ul {
	display: flex;
    flex-direction: column;
    gap: 1px;
	padding: 2px;
	background: #000;
	border-radius: 7px;
	position: absolute;
	width: 160px;
	top: calc(100% + 8px);
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.social-sharing ul.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.social-sharing li a {
	display: flex;
	color: #fff;
	padding: 8px 14px;
	gap: 8px;
	align-items: center;
	font-size: .875rem;
	font-weight: bold;
}
.social-sharing li:first-child a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.social-sharing li:last-child a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.social-sharing li a.facebook {
	background: #3b5998;
}
.social-sharing li a.twitter {
	background: #000;
}
.social-sharing li a.email {
	background: #008000;
}
.social-sharing li a:hover, .social-sharing li a:focus {
	color: #000;
	background: #fff;
	text-decoration: none;
}
.social-sharing li a i {
	width: 16px;
	text-align: center;
}
#speakButton {
	background: #f5f5f5;
	color: #111111;
	padding: 6px 18px;
	border: 1px solid #aaa;
	border-radius: 9999px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 3rem;
	font-size: .875rem;
}
#speakButton:hover, #speakButton:focus {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
/*------------------------------------*\
	CUSTOM HTML / ADA BUTTONS
\*------------------------------------*/
.ada-btn {
    font-family: "Montserrat", Sans-serif;
    font-size: 1rem;
    font-weight: 700;
    fill: #315b97;
    color: #315b97;
    background-color: #61CE7000;
    border-style: solid;
    border-width: 2px;
    border-color: #315b97;
    border-radius: 9999px;
    padding: 20px 30px;
}
.ada-btn:hover, .ada-btn:focus {
    color: #fff;
    background-color: #315b97;
    border-color: #315b97
}
/*------------------------------------*\
	INFO SLIDER
\*------------------------------------*/

.info-slider {
	display: flex;
}
.info-slider .swiper-wrapper {
	align-items: stretch;
}
.info-slider .swiper-slide {
	height: auto;
}
.info-slider .swiper-pagination {
	flex-direction: row !important;
	justify-content: center;
	gap: 8px;
	position: relative;
	margin-top: 2rem;
}
.info-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	background: #fff;
	height: 10px;
	width: 10px;
}
.info-slider-control {
	position: absolute !important;
	top: 25px;
	right: 25px;
	display: flex;
	gap: 10px;
	z-index: 2;
}
.info-slider-control button {
	background: none;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 14px;
}
.info-slider-control button:hover, .info-slider-control button:focus {
	background: #fff;
	color: #000;
}
/*------------------------------------*\
	BOARD PAGE
\*------------------------------------*/

.board-photo img {
	filter: grayscale(100%);
}
.board-photo > .elementor-widget-container {
	max-width: 450px;
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative;
}
.board-photo > .elementor-widget-container:hover img {
	filter: grayscale(0%);
}
.board-popup {
	display: none;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
 padding: .88888889rem;
	align-items: center;
	justify-content: center;
	position: fixed;
	background: rgba(0, 0, 0, 0.85);
}
.board-popup.active {
	display: flex;
	opacity: 1;
	visibility: visible;
}
.board-popup > .elementor {
	display: none;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	min-height: 100px;
	max-height: 100%;
	max-width: 1500px;
	overflow: auto;
	position: relative;
}
.board-popup.active > .elementor.active {
	display: flex;
	opacity: 1;
	visibility: visible;
}
button.board-popup-close {
	position: absolute;
	top: 30px;
	right: 30px;
	background: #000;
	color: #fff;
	border: none;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	z-index: 1;
	font-size: 15px;
}
button.board-popup-close:hover, button.board-popup-close:focus {
	background: #f00;
	color: #fff;
}
.document-list ul {
	margin-left: 0;
}
.document-list ul li {
	list-style: none;
	margin-top: 0;
}
.document-list ul li:first-child {
	padding-top: 0;
	border: none;
}
.document-list ul li:last-child {
	padding-bottom: 0;
}
.document-list ul li {
	list-style: none;
	padding: 15px 0;
	border-top: 1px solid #ddd;
}
.board-zone-key {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
}
.board-zone-key .board-zone {
	display: flex;
	align-items: center;
	gap: 10px;
}
.board-zone-key .zone-number {
	font-weight: bold;
}
.board-zone-key .zone-color {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
@media (max-width: 767px) {
.popup-photo {
	background-size: 415px !important;
}
.document-list ul li:not(:empty):not(:has(*)) {
 display: none;
}
.document-list ul li:first-child:not(:empty):not(:has(*)) + li {
 border: none;
 padding-top: 0;
}
.document-list ul li:last-child:not(:empty):not(:has(*)) {
 padding-bottom: -15px;
}
}
/*------------------------------------*\
	TABBED MENU
\*------------------------------------*/

.tabbed-menu {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.tabbed-menu li {
	list-style: none;
	display: flex;
}
.tabbed-menu li a {
	font-weight: bold;
	text-align: center;
	padding: 12px 24px;
	border: 2px solid #315b97;
	border-radius: 9999px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
}
.tabbed-menu li a i {
	font-size: 1.6rem;
	color: #25A8E0;
}
.tabbed-menu li a:hover, .tabbed-menu li a:focus, .tabbed-menu li a.active {
	background: #315b97;
	color: #fff;
	text-decoration: none !important;
}
.tabbed-menu li a:hover i, .tabbed-menu li a:focus i, .tabbed-menu li a.active i {
	color: #fff;
}
body:not(.elementor-editor-active) .hide-section {
	display: none !important;
}
@media only screen and (max-width: 760px) {
.tabbed-menu {
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.tabbed-menu li {
	flex-shrink: 0;
}
.overflow-gradient::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50px; /* Adjust the width of the gradient */
	height: 100%;
	background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	pointer-events: none; /* Allows clicking through the overlay */
	z-index: 1; /* Ensures the overlay is above the content */
}
}
/*------------------------------------*\
	ARCHIVES
\*------------------------------------*/

.posts-wrap {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
}
.posts-wrap.home {
	display: flex;
}
@media (max-width: 1024px) {
.posts-wrap {
	grid-template-columns: repeat(2, 1fr);
}
.posts-wrap.home {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.posts-wrap.home > .post {
	width: calc(50% - 1rem);
}
}
@media only screen and (max-width: 760px) {
.posts-wrap, .posts-wrap.home {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 3rem;
}
.posts-wrap.home > .post {
	width: 100%;
}
}
.posts-wrap > .post, .posts-wrap > .page {
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
	min-width: 0;
	position: relative;
}
/*------------------------------------*\
    PAGENAVI
\*------------------------------------*/
.pagenavi {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
	margin-top: 4rem;
	font-weight: bold;
	font-size: 1rem;
}
span.page-numbers {
	padding: 6px 12px;
	background: #F5F5F5;
	border-radius: 7px;
	border: 2px solid #F5F5F5;
}
a.page-numbers {
	padding: 6px 12px;
	background: #315b97;
	border: 2px solid #315b97;
	color: #fff;
	border-radius: 7px;
}
a.page-numbers:hover, a.page-numbers:focus {
	background: #fff;
	color: #315b97;
	text-decoration: none;
}
a.next.page-numbers i {
	margin-left: 6px;
}
a.prev.page-numbers i {
	margin-right: 6px;
}
.pagenavi .nav-links {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}
/*------------------------------------*\
    CUSTOM ELEMENTOR ITEMS
\*------------------------------------*/

.elementor a:not(.elementor-button):hover, .elementor a:not(.elementor-button):focus {
	text-decoration: underline
}
.arrow-btn a:hover, .arrow-btn a:focus {
	text-decoration: none !important;
}
.arrow-btn a, input.arrow-btn {
	position: relative;
	display: inline-flex;
}
.arrow-btn a::after {
	content: '\f178';
	font-family: "Font Awesome 6 Free";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/*We are seeting aerrow to 15px from right side and to hide opacity 0*/
	right: calc(0% + 15px);
	opacity: 0;
	transition: .1s;
}
.arrow-btn a:hover, .arrow-btn a:focus {
	padding-right: 60px !important;
}
.arrow-btn a:hover::after, .arrow-btn a:focus::after {
	right: 30px;
	opacity: 1;
}
.white-file-icon-hover a:hover i, .white-file-icon-hover a:focus i {
	color: #fff;
}
.section-subtitle-top {
	position: relative;
	padding-bottom: 10px;
}
.section-subtitle-top::after {
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	background: #2a4d81;
	bottom: 0;
	left: 0;
}
.section-subtitle-top.white::after {
	background: #fff;
}
.section-subtitle-top.center::after {
	left: calc(50% - 20px);
}
.column-fw-boxed {
	max-width: 750px;
}
.elementor-counter-title {
	text-align: center;
}
.elementor-element.bg-stay-fixed::before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
}
.elementor-custom-embed-play {
	position: relative;
}
.img-height-100 img {
	max-height: 100px;
	width: auto;
}
span.elementor-button-text {
	display: flex;
	align-items: center;
}
.elementor-icon {
	vertical-align: bottom;
}
.elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
	animation: ripple 1s ease-out;
	opacity: 0;
}
@keyframes ripple {
from {
	opacity: .5;
	transform: scale(0);
}
to {
	opacity: 0;
	transform: scale(3);
}
}
.icon-left.all .elementor-icon-box-icon {
	margin-inline: inherit !important;
}
@media (max-width: 1024px) {
.section-subtitle-top.center.mobile-left::after {
	left: 0;
}
.icon-left .elementor-icon-box-icon {
	margin-inline: inherit !important;
}
}
.flex-align-items-center .elementor-icon-box-wrapper {
	align-items: center;
}

/*------------------------------------*\
	WP-BLOCK CUSTOM STYLES
\*------------------------------------*/

.entry-content *:last-child {
	margin-bottom: 0;
}
.entry-content > [class^="wp-block"]:not(.wp-block-list, .wp-block-heading) {
	margin: 1.5rem 0;
}
.wp-block-columns {
	margin: 1.5rem 0;
}
.wp-block-columns:first-child {
	margin-top: 0;
}
@media (max-width: 781px) {
.wp-block-columns .wp-block-column:not(:first-child) .wp-block-heading:first-child {
  margin-top: 1.5rem;
}
}
/*.wp-block-column > .wp-block-heading {
	margin-top: 1.5rem;
}*/
.wp-block-heading:first-child, .wp-block-image:first-child {
	margin-top: 0;
}
.wp-block-columns:not(:first-child) > .wp-block-column > .wp-block-heading:first-child {
	margin-top: 1.5rem;
}
.page-template-template-sidebar-tabs .sidebar-content {
	padding-top: 100px;
}
.wp-block-group:not(:first-child) {
	margin: 1.5rem 0;
}
.wp-block-group.active {
	margin-top: 0;
	margin-bottom: 0;
}
.wp-block-quote {
	font-size: 1rem;
}


/* Remove top margin for paragraphs immediately following aligned images */
.wp-block-image:has(.alignleft), .wp-block-image:has(.alignright), .wp-block-image:has(.aligncenter) {
 margin-bottom: 0;
}
.wp-block-image:has(.alignleft) + p, .wp-block-image:has(.alignright) + p, .wp-block-image:has(.aligncenter) + p {
 margin-top: 0;
}
.wp-block-image .alignright {
	float: right;
 margin: .5rem 0 1rem 1rem;
}
.wp-block-image .alignleft {
	float: left;
 margin: .5rem 1rem 1rem 0;
}
.entry-content .wp-block-gallery {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.entry-content .wp-block-gallery:first-child {
	margin-top: 0 !important;
}
.entry-content .wp-block-gallery:last-child {
	margin-bottom: 0 !important;
}
.white-btn a {
	border-color: #fff !important;
}
.white-btn a:focus, .white-btn a:hover {
	background: #fff !important;
	color: #315B97 !important;
}
 .wp-block-image:not(.wp-block-gallery .wp-block-image) :where(figcaption), figcaption.wp-element-caption:not(.wp-block-gallery .wp-block-image figcaption) {
 margin-top: 1rem;
 font-size: .75rem;
 line-height: 1.4;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg, #000000b3, #0000004d 60%, #0000);
	padding: 10px 8px 10px 8px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
	text-decoration: underline;
}
.single .entry-content .alignfull {
	width: calc(100vw - var(--scrollbar-width));
 margin-left: calc(50% - (50vw - var(--scrollbar-width) / 2));
 margin-right: calc(50% - (50vw - var(--scrollbar-width) / 2));
	max-width: calc(calc(100vw - 1px) - var(--scrollbar-width));
}
.single .entry-content .alignwide {
	margin-left: -200px !important;
	margin-right: -200px !important;
	max-width: 1300px;
}
.entry-content .wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
    border-left-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
@media only screen and (max-width: 1520px) {
.single .entry-content .alignwide {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
}
@media (max-width: 1120px) {
.page-template-template-sidebar-tabs .sidebar-content {
	padding-top: 0;
}
}
@media (max-width: 960px) {
.help-desk-columns {
	flex-direction: column-reverse;
	gap: 3rem;
}
}
@media (max-width: 781px) {
:where(.wp-block-columns.is-layout-flex) {
 gap: 1.5rem;
}
.wp-block-column:empty {
	display: none;
}
}
@media (max-width: 640px) {
.wp-block-image .alignright, .wp-block-image .alignleft {
	float: none;
	margin: 1.5rem auto;
}
}
.wp-block-file__embed {
	display: block;
}
/*------------------------------------*\
    FILE ICONS
\*------------------------------------*/

i.fa-file-pdf {
	color: #A80004;
	position: relative;
	width: inherit;
	padding-right: 4px;
	width: auto;
}
i.fa-file-powerpoint {
	color: #ffbbbb;
	position: relative;
	width: inherit;
	padding-right: 4px;
	width: auto;
}
i.fa-file-word {
	color: #0033CC;
	position: relative;
	width: inherit;
	padding-right: 4px;
	width: auto;
}
i.fa-file-excel {
	color: #006633;
	position: relative;
	width: inherit;
	padding-right: 4px;
	width: auto;
}
#main-nav i.fa-file-pdf, #mobile-nav i.fa-file-pdf {
	color: #fff;
}
#main-nav i.fa-file-powerpoint, #mobile-nav i.fa-file-powerpoint {
	color: #fff;
}
#main-nav i.fa-file-word, #mobile-nav i.fa-file-word {
	color: #fff;
}
#main-nav i.fa-file-excel, #mobile-nav i.fa-file-excel {
	color: #fff;
}
.image-link > i {
	display: none;
}
/*------------------------------------*\
    HEADINGS
\*------------------------------------*/

.entry-content h1, .elementor-widget-text-editor h1, .entry-content h2, .elementor-widget-text-editor h2, .entry-content h3, .elementor-widget-text-editor h3, .entry-content h4, .elementor-widget-text-editor h4, .entry-content h5, .elementor-widget-text-editor h5, .entry-content h6, .elementor-widget-text-editor h6 {
	margin-bottom: 1.5rem;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	color: #315B97;
	font-family: "Roboto Slab", Sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 3rem;
}
.entry-content h1 {
	font-size: 2.5rem;
}
.entry-content h2 {
	font-size: 2rem;
}
.entry-content h3 {
	font-size: 1.5rem;
}
.entry-content h4 {
	font-size: 1.4rem;
}
.entry-content h5 {
	font-size: 1.3rem;
}
.entry-content h6 {
	font-size: 1.25rem;
}
.sidebar-col .entry-content h1 {
	font-size: 2.2rem;
}
.sidebar-col .entry-content h2 {
	font-size: 1.7rem;
}
/*------------------------------------*\
    CONTACT FORM 7
\*------------------------------------*/

.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form select, .wpcf7-form textarea {
	width: 100%;
	padding: 15px 18px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	background: #fff;
}
.entry-content .wpcf7-form input[type="text"], .entry-content .wpcf7-form input[type="tel"], .entry-content .wpcf7-form input[type="email"], .entry-content .wpcf7-form select, .entry-content .wpcf7-form textarea {
	width: 100%;
	padding: 15px 18px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fcfcfc;
}
.entry-content .wpcf7-form label {
	margin-bottom: 4px;
	display: inline-block;
	font-weight: 500;
}
.wpcf7-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-size: .6em;
	background-position: calc(100% - 16px) center;
}
.form-grid > p {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}
.wpcf7-submit.arrow-btn {
	font-size: 1rem;
	font-weight: 700;
	fill: #315B97;
	color: #315B97;
	background-color: #61CE7000;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #315B97;
	border-radius: 9999px 9999px 9999px 9999px;
	padding: 20px 30px 20px 30px;
	transition: all .1s linear;
}
.wpcf7-submit.arrow-btn:hover, .wpcf7-submit.arrow-btn:focus {
	color: #ffffff;
	background-color: #315B97;
}
.wpcf7-form .submit-flex > p {
	display: flex;
	align-items: center;
}
.wpcf7-form > div:first-child + p {
	margin-top: 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2rem 0 0 0;
	padding: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #eeadad;
	border-radius: 5px;
	padding: 20px;
	background: #fff1f1;
	color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border-color: #46b450;
    border-radius: 5px;
    padding: 20px;
    background: #f4fff5;
    color: #317d38;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	padding: 2px 18px;
	background: #fff1f1;
	border-radius: 5px;
	border: 1px solid #eeadad;
	display: inline-block;
	margin-top: 8px;
}
.submit-flex > p {
	margin: 0 !important;
}
.consultation-form label {
	font-weight: 500;
}
.wpcf7-form .consultation-form input[type="text"], .wpcf7-form .consultation-form input[type="tel"], .wpcf7-form .consultation-form input[type="email"], .wpcf7-form  .consultation-form select, .wpcf7-form .consultation-form textarea {
	width: 100%;
	padding: 15px 18px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fafafa;
}
@media (max-width: 767px) {
.form-grid > p {
	grid-template-columns: repeat(1, 1fr);
}
}
.ntm-post-wrap {
	color: #fff;
}
.ntm-post-wrap .post-inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 4rem;
	align-items: center;
}
.ntm-post-wrap .post-preview-content {
	width: 65%;
}
.ntm-post-wrap .post-preview-excerpt {
	margin-top: 1.5rem;
}
.ntm-post-wrap .post-preview-content h2 {
	color: #FFFFFF;
	font-family: "Roboto Slab", Sans-serif;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 1.5rem;
}
.ntm-post-wrap .post-img {
	width: 35%;
}
.ntm-post-wrap .post-preview-image {
	border-radius: 15px;
	padding: 35%;
}
.ntm-post-wrap .preview-img-overlay {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	left: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .4);
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	text-align: center;
}
.ntm-post-wrap .preview-img-overlay i {
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	font-size: 28px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	opacity: 1;
	visibility: visible;
	-moz-transition: all 0.1s ease-in 0s;
	-webkit-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}
.ntm-post-wrap .post-preview-image:hover .preview-img-overlay {
	opacity: 1;
}
.arrow-btn.white-btn {
	margin-top: 1.5rem;
}
.ntm-post-wrap a.loop-preview-button {
	font-size: 1rem;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #61CE7000;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #315B97;
	border-radius: 9999px 9999px 9999px 9999px;
	padding: 20px 30px 20px 30px;
	transition: all .1s linear;
	position: relative;
	display: inline-flex;
	align-items: center;
}
.spotlight-prefix {
	color: #f4e58d;
}
 @media (max-width: 1024px) {
.ntm-post-wrap .post-inner {
	flex-direction: column;
	gap: 2rem;
}
.ntm-post-wrap .post-img, .ntm-post-wrap .post-preview-content {
	width: 100%;
}
}
ul.sitemap {
	margin-left: 0;
}
ul.sitemap li {
	list-style: none !important;
	border-top: 1px solid #ddd;
	padding-top: 14px;
	padding-bottom: 14px;
	margin: 0;
}
ul.sitemap li ul.children {
	padding-top: 14px;
	margin-bottom: -14px !important;
}
ul.sitemap > li:last-child {
	padding-bottom: 0;
}
ul.sitemap > li:first-child {
	padding-top: 0;
	border-top: none;
}
.policySearch {
    margin-top: 40px;
	position: relative;
}
.policySearch::after {
    content: '\f002';
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    position: absolute;
    top: 1rem;
    left: 18px;
    color: #777;
    font-size: 1.4rem;
}
#policySearchResults {
	display: none;
    background: #fff;
    padding: 15px 18px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}
#policySearchResults.active {
	display: block;
}
#policySearchResults ul {
	margin-left: 0;
}
#policySearchResults li {
    list-style: none;
}
#policySearchResults li:not(:first-child) {
    margin-top: 15px;
}
#policySearchInput {
    width: 100%;
    padding: 15px 18px 15px 54px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fcfcfc;
}
body:not(.elementor-editor-active) .policySearch.hide-section {
    display: block !important;
}
.meeting-link {
    margin-top: 1.5rem;
}
.meeting-link .arrow-btn {
	font-size: 1rem;
	font-weight: 700;
	fill: #315B97;
	color: #315B97;
	background: #61CE7000;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #315B97;
	border-radius: 9999px 9999px 9999px 9999px;
	padding: 20px 30px 20px 30px;
	transition: all .1s linear;
}
.meeting-link .arrow-btn:hover, .meeting-link .arrow-btn:focus {
	color: #ffffff;
	background: #315B97;
}

.ad-banner a {
	overflow: hidden;
	border-radius: 7px;
	vertical-align: bottom;
}