@charset "UTF-8";
/*
Theme Name: SDoL Micro
Theme URI: https://sdolconsolidation.kinsta.cloud/themes/sdol_micro/
Author: iComm Interactive
Author URI: https://icomminteractive.com/
Description: The theme for the School District of Lancaster consolidation website based on the 2019 primary site theme.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}

html {
	font-family: 'Lato', sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 0 0 1em;
	max-width:100%;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

.wp-caption img {
	margin-bottom:0.25em;
}

.wp-caption-text {
	font-size:0.875rem;
	line-height:1.25rem;
	font-style:italic;
}

audio,
video {
	display: inline-block;
}

.videoContainer {
	position:relative;
	margin:0 auto;
	padding-bottom: 56.25%;
	/*height: 0;*/
	max-width:100%;
	height:auto;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed,
.videoContainer video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	max-width:100%;
	height:auto;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	-webkit-appearance:none;
	-moz-appearance: none;
	max-width: 100%;
	border-radius: 0;
	border: solid 1px #ccc;
	background: url("/wp-content/themes/sdol_twentynineteen/ui/select-down.png") right 4px no-repeat;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: none;
	/*outline-offset: -2px;*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: block;
	margin:0 auto 0.5em
}

.alignright {
	display: block;
	margin:0 auto 0.5em
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0.5em;
}

.page-width	{
	position:relative;
	max-width:1280px;
	margin:0 4%;
	padding:0;
}

.center, .align-center {
	text-align:center;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

@media screen and ( min-width: 730px ) {
.page-width	{
	margin:0 2%;
}
}

@media screen and ( min-width: 600px ) {
.alignleft {
	display: inline;
	float: left;
	margin:0 3% 0.5em 0;
	max-width: 47%;
}

.alignright {
	display: inline;
	float: right;
	margin:0 0 0.5em 3%;
	max-width: 47%;
}
}

@media screen and ( min-width: 1330px ) {
.page-width	{
	margin:0 auto;
}
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}


/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #111;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color:#000;
}

h1 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 2rem;
    padding-bottom:0.3125em;
}

h2 {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight:800;
	line-height:2.25rem;
	margin:0;
	padding:0 0 0.25em 0;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight:600;
	line-height:1.625rem;
	margin:0;
	padding:0 0 0.5em 0;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height:1.625rem;
	font-weight:300;
	margin:0;
	padding:0 0 0.25em 0;
}

h5, h6, .eyebrow-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight:800;
	line-height:1.5rem;
	margin:0;
	padding:0 0 0.25em 0;
}

.eyebrow-text {
	padding-bottom: 0.375em;
}

h5, .eyebrow-text {
	font-weight:400;
}

p {
	margin: 0 0 1.25em;
	padding: 0;
}

#content p, #content li {
	line-height:24px;
	line-height:1.5rem;
}

#content p a, #content li a {
	text-decoration:underline;
    color: #ba0c2f;
}

#content p a:hover, #content li a:hover {
    color: #111;
}

#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a,
#content h5 a,
#content h6 a {
	text-decoration:none;
}

@media screen and (min-width: 660px) {
h1 {
	font-size:42px;
	font-size: 2.625rem;
	line-height:2.75rem;
}

h2 {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 2.5rem;
}

h3 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.875rem;
}

h4 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.875rem;
}

h5, .eyebrow-text {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.5rem;
}

h6 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.75rem;
}
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}


/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	padding: 0 0 1.5em 2.5em;
	overflow: hidden;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	padding-bottom: 0;
	padding-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #aaa;
	outline: 0;
}


/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #111;
}

#page {
	position: relative;
	word-wrap: break-word;
}


/*--------------------------------------------------------------
SITE ALERTS
--------------------------------------------------------------*/
.site-alert {
	display: block;
	padding: 0.75em 1.5em;
	text-align: center;
}

.site-alert a {
	display: block;
}

.site-alert a:hover {
	color: #ba0c2f;
}

.site-alert h3 {
	font-size: 1.125rem;
    text-transform: uppercase;
    padding-bottom: 0;
	color: #ba0c2f;
}

.site-alert .alert-text {
	font-size: 0.9375rem;
	line-height: 1.125rem;
	margin-bottom: 0;
}




/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
	background:#ba0c2f;
	min-height: 152px;
	z-index:999;
}

html.responsive-menu-pro-open .site-header {
	z-index: 999;
}

@media screen and (min-width: 550px) {
	.site-header {
		background-color: #fff;
		min-height: 112px;
	}
}

/* Logo */
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 184px;
	height: 72px;
	background-color: #ba0c2f;
}

.logo a {
    position: relative;
	display: block;
    height: 50px;
    margin-top: 11px;
    overflow: hidden;
}

.logo img {
	display: block;
    max-width: 156px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
    top: -30px;
}

@media screen and (min-width: 550px) {
	.logo {
		top:-40px;
		width: 228px;
		height: 112px;
	}
	.logo a {
    	height: 100%;
    	margin-top: 0;
	}
	.logo img {
    	top: 15px;
	}
}

/* Tagline */
.sdol-tagline {
	position: absolute;
    max-width: 320px;
    left: calc(228px + .75em);
    top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 680px) {
	.sdol-tagline {
		max-width: 36%;
	}
}
@media screen and (max-width: 549px) {
	.sdol-tagline {
    	max-width: none;
    	left: 0;
    	top: auto;
		bottom: -42px;
		background-color: #fff;
		width: 100%;
		padding: 6px 14px;
		transform: none;
	}
	.sdol-tagline img {
		display: block;
		max-height: 28px;
	}
}

/* Google Translate */
.google-translate {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 40px;
	z-index: 1000;
}

.google-translate .translate-container {
	display: block;
	position: absolute;
}

.google-translate .switcher .selected {
	background: none;
}

.google-translate .switcher .selected a {
	border: 0;
	color: #fff;
}

.google-translate .switcher .selected a:hover {
	background: none;
}

@media screen and (min-width: 550px) {
.google-translate {
	left: 228px;
}
}

/* Language Bar */
.language-bar {
	position: relative;
	background-color: #464646;
	height: 40px;
	padding-right: 1em;
	padding-left: 120px;
	overflow-x: auto;
	overflow-y: hidden;
	-moz-overflow-style: none;
	-ms-overflow-style: none;
	white-space: nowrap;
	z-index: 98;
}

.language-bar::-webkit-scrollbar { 
	width: 0 !important;
	height: 0;
}

.language-navigation {
	display: inline-block;
	vertical-align: middle;
}

.language-navigation ul {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	list-style: none;
	padding: 0;
}

.language-navigation ul li {
	display: inline-block;
	padding: 0.938em 1.375em 0.75em;
	color: #fff;
	font-size: 0.875rem;
}

.language-navigation ul li a {
	color: #fff;
}

@media screen and (min-width: 550px) {
	.language-bar {
		margin-left: 228px;
	}
}

/* Site Branding */
.site-branding {
	position: relative;
}
@media screen and (min-width: 550px) {
	.site-branding {
		padding-right: 1em;	
	}
}
@media screen and (min-width: 1180px) {
	.site-branding {
		min-height: 72px;
	}
}

.nav-wrapper {
	display: flex;
	align-items: center;
	float: right;
}

/* New Header Search */
.site-header-search {
	
}
.site-header-search button {
	padding: 5px;
    background: none;
    border: 0;
}
.site-header-search button:hover {
	background: none;
}
.site-header-search svg {
	fill: #fff;
	width: 28px;
}
.site-header-search button:hover svg {
	fill: #fff;
}

@media screen and (min-width: 550px) {
	.site-header-search svg {
		fill: #ba0c2f;
	}
	.site-header-search button:hover svg {
		fill: #111;
	}
}


/* =========== Main Nav ============ */
.main-navigation {
	display: none;
}

@media screen and (min-width: 1181px) {
.main-navigation {
	display: inline-block;
	vertical-align: middle;
	padding-right: 1em;
}

.main-navigation ul {
	list-style: none;
	padding: 0;
}

.main-navigation ul li {
	display: inline-block;
}

/*.main-navigation ul li a {
	display: block;
	position: relative;
	padding: 1.75em 1em;
}*/

.main-navigation ul li.hover {
	color: #fff;
	background-color: #ba0c2f;
	cursor: pointer;
}

.main-navigation ul li.hover > a {
	color: #fff;
}

.main-menu > li.current-menu-item > a,
.main-menu > li.current_page_parent > a {
	color:#ba0c2f;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-parent > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-page-ancestor > a.mega-menu-link {
	color:#ba0c2f;
}

/*.main-menu > li.current-menu-item > a:after,
.main-menu > li.current_page_parent > a:after,*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-parent > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-page-ancestor > a.mega-menu-link:after {
	display: block;
    position: absolute;
    width: calc(100% - 32px);
    height: 2px;
    background-color: #b2092b;
    content: '';
    bottom: 18px;
}

/*.main-navigation ul li.hover > a:after,*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > a.mega-menu-link:after {
	display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #b2092b;
    content: '';
    bottom: -10px;
    left: 0;
    z-index: 1000;
    -webkit-clip-path: polygon(100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(100% 50%, 50% 100%, 0% 50%);
}
}

@supports (-ms-ime-align: auto) {
  /* Microsoft EdgeV13&14 CSS styles go here */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > a.mega-menu-link:after {
	display: none;
}
}
@supports (-ms-accelerator: true) {
  /* Microsoft EdgeV13 CSS styles go here */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > a.mega-menu-link:after {
	display: none;
}
}
	
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 & IE11 CSS styles go here */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > a.mega-menu-link:after {
	display: none;
}
}


/* Sub Menu Dropdowns - First Tier */
.main-menu ul.sub-menu {
	display:none;
	position: absolute;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 112px;
    text-align: left;
    z-index: 999;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
}

.main-menu li:hover ul.sub-menu {
	display:block;
}


/* Mobile Menu */
.mobile-menu {
	position: relative;
    width: 40px;
    height: 34px;
    margin: .75em 0.063em;
    font-size: 1.5rem;
}

.admin-bar .rmp-container, .admin-bar .rmp_menu_trigger {
	margin-top: 0!important;
}

@media screen and (min-width: 500px) {
	#rmp_menu_trigger-113 .responsive-menu-pro-inner, #rmp_menu_trigger-113 .responsive-menu-pro-inner::before, #rmp_menu_trigger-113 .responsive-menu-pro-inner::after {
		background-color: #ba0c2f;
	}
	#rmp_menu_trigger-113:not(.is-active):hover .responsive-menu-pro-inner, #rmp_menu_trigger-113:not(.is-active):hover .responsive-menu-pro-inner::before, #rmp_menu_trigger-113:not(.is-active):hover .responsive-menu-pro-inner::after {
		background-color: #111;
	}
	#rmp_menu_trigger-113.is-active .responsive-menu-pro-inner, #rmp_menu_trigger-113.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-113.is-active .responsive-menu-pro-inner::after {
		background-color: #111;
	}
}

@media screen and (min-width: 1181px) {
	.mobile-menu {
		display: none;
	}
}


/* Header Image / Search Region */
.header-image-region {
	position: relative;
	text-align: center;
    background-size: cover;
	background-color: #666;
}

.header-image-region .header-mobile-image {
	display: block;
}

.header-image-region.desktop-image {
	min-height: 150px;
}

.show-min-header {
	min-height: 65px;
}

.header-image-region .bottom-gray-gradient,
.header-image-region .top-gray-gradient {
	height: 140px;
}

.header-image-region .bottom-gray-gradient {
	display: none;
}

.header-image-region .search-tagline-wrapper {
    position: absolute;
    left: 50%;
    top: 1em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
}

.header-image-region .search-tagline {
	width: 100%;
    max-width: 250px;
    margin-top: .75em;
    margin-bottom: -1em;
}

@media screen and (max-width: 699px) {
.header-image-region.desktop-image {
	background: none !important;
}
}

@media screen and (min-width: 600px) {
.show-min-header {
	min-height: 150px;
}

.header-image-region .search-tagline-wrapper {
    top: 2em;
}
.header-image-region .search-tagline {
    max-width: 372px;
    margin-top: 1em;
}
}

@media screen and (min-width: 700px) {
.header-image-region.desktop-image {
	min-height: 400px;
}

.header-image-region.tall-image {
	height: 630px;
}

.header-image-region .header-mobile-image {
	display: none;
}

.header-image-region .top-gray-gradient  {
	display: none;
}

.header-image-region .bottom-gray-gradient {
	display: block;
}

.header-image-region .search-tagline-wrapper {
	top: auto;
	bottom: 2em;
    width: 50%;
}
}

/*@media screen and (min-width: 1025px) {
.show-min-header {
	min-height: 262px;
}

.header-image-region.tall-image {
	height: 742px;
}

button#responsive-menu-pro-button {
	position: fixed !important;
}

body.admin-bar button#responsive-menu-pro-button {
	top: 92px;
}*/



/*--------------------------------------------------------------
Content Region
--------------------------------------------------------------*/
.site-content {
	/*position: relative;*/
	padding: 0 0 0 0;
	background-color:#fff;
	z-index: 9;
}

.site-content .content-area {
	position: relative;
}

/*@media screen and (min-width: 700px) {
.site-content {
	min-height:300px;
}
}*/

.entry-content p a {
	text-decoration:underline;
}

/* Post Navigation */
.post-navigation {
	text-align:center;
}

.post-nav-item {
	position:relative;
	display: inline-block;
    width: 34px;
    height: 34px;
    margin: 1em 5px;
	text-align: center;
    vertical-align: middle;
    background: #f1b434;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: background 0.2s ease;
	transition:background 0.2s ease-in-out;
}

.post-nav-item:hover {
	background-color:#58585a;
}

.post-nav-item a {
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.post-nav-item .fa:before {
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	color:#fff;
	font-size: 1.5rem;
}

@media screen and (min-width: 680px) {
.narrow-column {
	width:70%;
	margin:0 auto;
}
}


/*--------------------------------------------------------------
PAGE HEADER REGION
--------------------------------------------------------------*/
/* Bread Crumbs */
.breadcrumbs {
    background-color: #f4f0f1;
    padding: 0.375em 0;
}

#content #breadcrumbs {
    font-size: 0.8125rem;
    color: #252525;
}

#content #breadcrumbs a {
    color: #666;
    text-decoration: none;
    padding: 0 0.25em;
}

#content #breadcrumbs a:hover {
    color: #111;
}

#breadcrumbs .breadcrumb_last {
    padding-left: 0.25em;
}


/* Page / Entry Header */
.page-header, .entry-header {
	position: relative;
	padding-top:2em;
	padding-bottom:2em;
}

.entry-header svg,
.entry-header .author,
.entry-header .updated {
	display: none;
}

.entry-header .entry-date {
	font-size: 0.875rem;
}

.entry-header .sharethis-inline-share-buttons {
	margin-top: -1em;
	margin-bottom: 1em;
}

.page-subnav {
    position: relative;
    background-color: #ba0c2f;
    margin: -2em 0 1em;
    z-index: 998;
}

.page-subnav:after {
    display: none;
}

.page-subnav h2 {
    position: relative;
    font-size: 1.5rem;
	line-height: 1.625rem;
    color: #fff;
    font-weight: 800;
    background-color: #8e050b;
    padding: 0.625em 1em;
}

.page-subnav h2 .fal {
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.page-subnav ul {
    display: none;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 1em 1.5em 1.5em;
}

#content .page-subnav ul li {
    padding: 0.5em 0;
}

#content .page-subnav ul li a {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    /*padding: 0.25em 0;*/
}

#content .page-subnav ul li.current_page_item a,
#content .page-subnav ul li a:hover {
    border-bottom: solid 2px #fff;
}

.has-subnav {
    margin: 0;
}

.has-subnav .left-container {
    margin: 0 4%;
}


@media screen and (min-width: 700px) {
.page-subnav {
    float: right;
    width: 28%;
    margin-top: -2.5em;
	margin-bottom: -3em;
    text-align: center;
}

.page-subnav .subnav-shadow {
	position: absolute;
    left: 0;
    bottom: -28px;
    width: 100%;
	height: 28px;
    background-image: url("/wp-content/themes/sdol_twentynineteen/ui/subnav-shadow.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
    
.page-subnav h2 .fal {
    display: none;
}
    
.page-subnav.has-breadcrumbs {
    margin-top: -5em;
}
    
.page-subnav ul {
    display: block !important;
}

.page-subnav:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #ba0c2f;
    content: '';
    bottom: -10px;
    left: 0;
    z-index: 1000;
    -webkit-clip-path: polygon(100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(100% 50%, 50% 100%, 0% 50%);
}
    
.has-subnav {
    margin: 0 4%;
}

.has-subnav .left-container {
    margin: 0;
}
    
.left-container {
    float: left;
    width: 68%;
}

.page-subnav ul.no-menu {
	padding-bottom: .5em;
}
}

@media screen and (min-width: 730px) {
.has-subnav {
    margin: 0 2%;
}
}

@media screen and (min-width: 800px) {
.page-subnav {
    width: 24%;
}

.left-container {
    float: left;
    width: 72%;
}
}

@media screen and (min-width: 1200px) {
.page-subnav {
    width: 18%;
}

.left-container {
    float: left;
    width: 78%;
}
}

@media screen and (min-width: 1250px) {
.has-subnav {
    margin: 0 auto;
}
}



/*--------------------------------------------------------------
PAGE REGIONS
--------------------------------------------------------------*/
.region, .standard-content {
	position:relative;
	padding:1.5em 0;
}

.region.block-width {
	padding-left: 3%;
	padding-right: 3%;
	margin-top: 3em;
	margin-bottom: 3em;
}

.region-button {
	padding-bottom:1em;
	clear:both;
}

.column-as-image-content .region-button {
	/*text-align: left;*/
}

/* Overlays */
.gray-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
}

.white-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.8);
}

.bottom-gray-gradient {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+11,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 11%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 11%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.top-gray-gradient {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+89 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 89%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 89%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 89%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/* Colors */
.red { color: #ba0c2f; }
.purple { color: #702082; }
.teal { color: #3ccbda; }
.blue { color: #00a6de; }
.dark-blue { color: #1d4289; }
.gold { color: #ffbf3f; }
.light-gold { color: #fdd792; }
.white { color: #fff; }
.black { color: #111; }

.red-bkgd { background-color: #ba0c2f; }
.purple-bkgd  { background-color: #702082; }
.teal-bkgd  { background-color: #3ccbda; }
.blue-bkgd  { background-color: #00a6de; }
.dark-blue-bkgd  { background-color: #1d4289; }
.gold-bkgd  { background-color: #ffbf3f; }
.light-gray-bkgd { background-color: #f3f3f3; }
.light-gold-bkgd { background-color: #fdd792; }
.white-bkgd { background-color: #fff; }
.black-bkgd { background-color: #111; }
.light-purple-bkgd  { background-color: #ebd9ef; }
.light-teal-bkgd  { background-color: #a8e2e8; }
.light-blue-bkgd  { background-color: #9fe3fa; }

.region-header-container {
	padding-bottom:1em;
}

.column-as-image-content .region-header {
	text-align: left;
}

.region.image {
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}

.region.pattern-bkgd {
	background-repeat: repeat;
}

/* Region Content Color Switch */
.region-content.light,
.region-content.light h2,
.region-content.light h3,
.region-content.light h4,
.region-content.light h5,
.region-content.light h6,
.region-content.light .news-inner h2{
	color:#fff;
}

.region-content.light a,
.region-content.light h2 a,
.region-content.light h3 a,
.region-content.light h4 a,
.region-content.light h5 a,
.region-content.light h6 a,
#content .region-content.light p a {
	color:#fdd792;
}

.region-content.light a:hover,
.region-content.light h2 a:hover,
.region-content.light h3 a:hover,
.region-content.light h4 a:hover,
.region-content.light h5 a:hover,
.region-content.light h6 a:hover,
#content .region-content.light p a:hover {
	color:#fff;
}

.region-content.dark {
	color:#111;
}

.region-header h1 {
	margin-bottom:0.25em;
}

.region-intro-text {
	padding-bottom:1em;
}

.region-header h2.region-subhead {
	font-size:1.5rem;
	line-height:1.75rem;
}

.region-header h3.region-subhead {
	font-size:1.375rem;
	line-height:1.5rem;
}

.region-header h4.region-subhead {
	font-size:1.25rem;
	line-height:1.375rem;
	font-weight:400;
}

.region-header p {
	font-size:1.125rem;
	font-weight: 600;
	line-height:1.75rem;
	margin-bottom: 0;
}

.column-as-image-content .region-header p {
	padding: 0;
}


@media only screen and (min-width : 660px) {
.region-header h2.region-subhead {
	font-size:1.75rem;
	line-height:2rem;
}

.region-header h3.region-subhead {
	font-size:1.5rem;
	line-height:1.75rem;
}

.region-header h4.region-subhead {
	font-size:1.375rem;
	line-height:1.5rem;
}
}

@media only screen and (min-width : 700px) {
.region, .standard-content {
	padding:2em 0;
}

.region-header p {
	padding-left:5%;
	padding-right:5%;
}

.column-as-image-content .region-header p {
	padding: 0;
}
}

@media only screen and (min-width : 1000px) {
.region, .standard-content {
	padding:2.5em 0;
}

.region-header p {
	padding-left:10%;
	padding-right:10%;
}

.column-as-image-content .region-header p {
	padding: 0;
}
}

.standard-content {
	padding-top:0;
}

/* Column Image */
.region.column-as-image {
	padding: 0;
}

.region.column-as-image .column-image {
	position: relative;
	background-size: cover;
	background-position: center center;
}

.region.column-as-image .column-image .wp-caption-text {
	position: absolute;
    bottom: 0;
    left: 4%;
    width: 92%;
	color: #fff;
}

@media only screen and (min-width : 700px) {
.region.column-as-image .column-image {
	position: absolute;
	top: 0;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.region.column-as-image .column-image img {
	display: none;
}
}

/* Region Header Alternate Button for Left / Right 1-column config */
.one-column.left-header .alternate-button,
.one-column.right-header .alternate-button {
	display: none;
}

/* Region Tab */
.region-tab {
	position: absolute;
	bottom: -19px;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 10;
}

.region-tab .tab-triangle {
	width: 40px;
	height: 20px;
	margin: 0 auto;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	-moz-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@supports (-ms-ime-align: auto) {
  /* Microsoft EdgeV13&14 CSS styles go here */
.region-tab .tab-triangle {
	display: none;
}
}
@supports (-ms-accelerator: true) {
  /* Microsoft EdgeV13 CSS styles go here */
.region-tab .tab-triangle {
	display: none;
}
}
	
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 & IE11 CSS styles go here */
.region-tab .tab-triangle {
	display: none;
}
}

/* ==================  Text Columns ================== */
@media only screen and (min-width : 600px) {
/* Four Column */
.text-column.four-column .column {
	width:47%;
	margin-right: 3%;
	float:left;
}

.text-column.four-column .column:nth-child(2n+2) {
	float: right;
	margin-right: 0;
}

.text-column.four-column .column:nth-child(2n+3) {
	clear: both;
}
}

@media only screen and (min-width : 700px) {
/* 2 column format - 50/50 */
.text-column.two-column .column {
	width:47%;
	float:left;
}
.text-column.two-column .column-two,
.text-column.two-column .column:nth-child(2n+2) {
	float:right;
}

.text-column.two-column .column:nth-child(2n+3) {
	clear: both;
}

.left-container .text-column.two-column .column {
	width:auto;
	float:none;
}
.left-container .text-column.two-column .column-two {
	float:none;
}

/* 2 column format - 30/70 */
.text-column.two-column .thirty-seventy .column-one {
	width:37%;
}
.text-column.two-column .thirty-seventy .column-two {
	width:57%;
}

/* 2 column format - 70/30 */
.text-column.two-column .seventy-thirty .column-one {
	width:57%;
}
.text-column.two-column .seventy-thirty .column-two {
	width:37%;
}

/* ===== Column as Image Configs - 2 Column Only ======= */
/* 50/50 */
.region.column-as-image .fifty-fifty.image-left .column-as-image-content {
	width: 46%;
	margin-left: 54%;
}
.region.column-as-image .fifty-fifty.image-left .column-image {
	left: 0;
	width: 50%;
}
.region.column-as-image .fifty-fifty.image-right .column-as-image-content {
	width: 46%;
}
.region.column-as-image .fifty-fifty.image-right .column-image {
	right: 0;
	width: 50%;
}

/* 70/30 */
.region.column-as-image .seventy-thirty.image-left .column-as-image-content {
	width: 30%;
	margin-left: 70%;
}
.region.column-as-image .seventy-thirty.image-left .column-image {
	left: 0;
	width: 66%;
}
.region.column-as-image .seventy-thirty.image-right .column-as-image-content {
	width: 30%;
}
.region.column-as-image .seventy-thirty.image-right .column-image {
	right: 0;
	width: 66%;
}

/* 30/70 */
.region.column-as-image .thirty-seventy.image-left .column-as-image-content {
	width: 66%;
	margin-left: 34%;
}
.region.column-as-image .thirty-seventy.image-left .column-image {
	left: 0;
	width: 30%;
}
.region.column-as-image .thirty-seventy.image-right .column-as-image-content {
	width: 66%;
}
.region.column-as-image .thirty-seventy.image-right .column-image {
	right: 0;
	width: 30%;
}

/* ===== Region Header Configs - 1 Column Only ======= */
/* Right and Left Configs */
.one-column.left-header .region-button,
.one-column.right-header .region-button {
	display: none;
}

.one-column.left-header .alternate-button,
.one-column.right-header .alternate-button {
	display: block;
	padding-top: 0.75em;
}

.one-column.left-header .region-header,
.one-column.right-header .region-content {
	float: left;
}

.one-column.right-header .region-header,
.one-column.left-header .region-content {
	float: right;
}

/* Column Widths */
.one-column.fifty-fifty .region-header,
.one-column.fifty-fifty .region-content {
	width: 48%;
}

.one-column.seventy-thirty .region-header,
.one-column.thirty-seventy .region-content {
	width: 66%;
}

.one-column.thirty-seventy .region-header,
.one-column.seventy-thirty .region-content {
	width: 30%;
}
}

@media only screen and (min-width : 800px) {
.left-container .text-column.two-column .column {
	width:47%;
	float:left;
}
.left-container .text-column.two-column .column-two {
	float:right;
}

/* 3 column format */
.text-column.three-column .column {
	width:30.6666%;
	float:left;
}

.text-column.three-column .column-two,
.text-column.three-column .column:nth-child(3n+2) {
	margin-left:4%;
}

.text-column.three-column .column-three,
.text-column.three-column .column:nth-child(3n+3) {
	float:right;
}

.text-column.three-column .column:nth-child(3n+4) {
	clear: both;
}

/* 2 column format - 30/70 */
.text-column.two-column .thirty-seventy .column-one {
	width:27%;
}
.text-column.two-column .thirty-seventy .column-two {
	width:67%;
}

/* 2 column format - 70/30 */
.text-column.two-column .seventy-thirty .column-one {
	width:67%;
}
.text-column.two-column .seventy-thirty .column-two {
	width:27%;
}
}

@media only screen and (min-width : 1100px) {
/* Four Column */
.text-column.four-column .column {
	width:22.75%;
}

.text-column.four-column .column:nth-child(2n+2) {
	float: left;
	margin-right: 3%;
}

.text-column.four-column .column:nth-child(2n+3) {
	clear: none;
}

.text-column.four-column .column:nth-child(4n+4) {
	float: right;
	margin-right:0;
}

.text-column.four-column .column:nth-child(4n+5) {
	clear: both;
}
}


/* ==================  Promotion Banner ================== */
.promotion-banner {
	padding-top: 6em;
	padding-bottom: 6em;
}


/* ==================  Promotion Blocks ================== */
.promotion-blocks {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: solid 2px #fff;
}

.promotion-blocks .promotion-block {
	position: relative;
	background-size: cover;
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	border-top: solid 2px #fff;
}

.promotion-blocks .promotion-block .background-image {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-size: cover;
	background-blend-mode: multiply;
}

.promotion-blocks .promotion-block .gray-overlay {
	opacity: 0.2;
}

.promotion-blocks .block-eyebrow {
	position: relative;
    padding: .75em 1.375em;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
}

.promotion-blocks .promotion-block-inner {
	position: relative;
	padding: 1em 2em;
}

.promotion-blocks .promotion-tagline img {
	max-width: 200px;
}

.promotion-blocks .promotion-block-inner h2 {
	font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.75rem;
	padding-bottom: 1em;
}

.promotion-blocks .promotion-block-inner .button-link {
	padding-bottom: 1em;
}

.promotion-blocks .promotion-block-inner .button-link a {
	text-transform: uppercase;
    border-bottom: solid 1px;
    padding-bottom: 0.25em;
}

.promotion-blocks .promotion-block-inner .button-link a:hover {
    border-bottom: 0;
}


@media only screen and (min-width : 600px) {
.promotion-blocks.two-blocks .promotion-block,
.promotion-blocks.four-blocks .promotion-block {
	float: left;
	width: 50%;
	border-left: solid 2px #fff;
}

.promotion-blocks.two-blocks .promotion-block:first-child,
.promotion-blocks.four-blocks .promotion-block:first-child,
.promotion-blocks.two-blocks .promotion-block:nth-child(2n+3),
.promotion-blocks.four-blocks .promotion-block:nth-child(2n+3) {
	clear: both;
	border-left: 0;
}

.promotion-blocks.three-blocks .promotion-block {
	float: left;
	width: 50%;
	border-left: solid 2px #fff;
}

.promotion-blocks.three-blocks .promotion-block:first-child,
.promotion-blocks.three-blocks .promotion-block:nth-child(2n+3) {
	clear: both;
	border-left: 0;
}
}

@media only screen and (min-width : 750px) {
.promotion-blocks.three-blocks .promotion-block {
	width: 33.33333%;
}

.promotion-blocks.three-blocks .promotion-block:nth-child(2n+3) {
	clear: none;
	border-left: solid 2px #fff;
}

.promotion-blocks.three-blocks .promotion-block:nth-child(3n+4) {
	clear: both;
	border-left: 0;
}
}

@media only screen and (min-width : 1000px) {
.promotion-blocks.four-blocks .promotion-block {
	width: 25%;
}

.promotion-blocks.four-blocks .promotion-block:nth-child(2n+3) {
	clear: none;
	border-left: solid 2px #fff;
}

.promotion-blocks.four-blocks .promotion-block:nth-child(4n+5) {
	clear: both;
	border-left: 0;
}

.promotion-blocks .promotion-block-inner h2 {
    font-size: 2.25rem;
    line-height: 2.125rem;
}
}

@supports (-ms-ime-align: auto) {
  /* Microsoft EdgeV13&14 CSS styles go here */
.promotion-block .gray-overlay {
	opacity: 0.8!important;
}
}
@supports (-ms-accelerator: true) {
  /* Microsoft EdgeV13 CSS styles go here */
.promotion-block .gray-overlay {
	opacity: 0.8!important;
}
}
	
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 & IE11 CSS styles go here */
.promotion-block .gray-overlay {
	opacity: 0.8!important;
}
}

/* ==================  News Archives ================== */
.news-archives {
	padding-top: 1em;
}

.news-archives .entry-header {
	padding: 0;
}

.news-archives .entry-header h2 {
	font-size: 1.75rem;
	line-height: 2rem;
	font-weight: 400;
}

.news-archives .column {
	margin-bottom: 1.5em;
}

.news-filter-label {
	margin-right: 0.5em;
}


/* ==================  Insert Accordion ================== */
.insert-faqs {
	text-align:center;
}

#content .faq-listings {
	font-family: inherit;
	font-size: inherit;
	text-align: left;
}

.faq-listings .faq-question {
	font-size: 1.125rem;
	line-height: 1.25rem;
	color: #111;
	padding:1em 4em 1em 1em;
	background: none;
	background-color:#f1f1f1;
	border-radius: 0;
	border: 0;
}
.insert-faqs.light-gray-bkgd .faq-listings .faq-question,
.insert-faqs.light-gold-bkgd .faq-listings .faq-question {
	background-color: #fff;
}

.faq-listings .faq-question:hover {
	background-color: #eee;
}

.faq-listings .faq-question .fal,
.faq-listings .faq-question svg {
	position: absolute;
    right: .5em;
    top: 50%;
    font-size: 1.5rem;
    color: #ba0c2f;
	width: 32px;
	text-align: center;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq-listings .faq-question svg {
	fill: #ba0c2f;
}
.faq-listings .faq-question svg.active {
	display: none;
}

.faq-listings .faq-question.ui-state-active .fal:before {
	content: "\f00d";
}

.faq-listings .faq-question.ui-state-active svg {
	display: none;
}

.faq-listings .faq-question.ui-state-active svg.active {
	display: block;
}

.faq-listings .faq-answer a {
	border-bottom: solid 1px #111;
	color: #111;
}

.faq-listings .faq-item {
	border: 0;
	border-radius: 0;
}

.faq-listings.ui-accordion .ui-accordion-content {
	padding: 1em 1em;
}

.faq-button {
	margin-top: 1em;
}

.faq-button.hide {
	display: none;
}


@media only screen and (min-width:680px) {
	.faq-listings .faq-question {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.faq-listings .faq-question .fal,
	.faq-listings .faq-question svg {
    	font-size: 1.75rem;
	}
}


/* ================== Tab Boxes ================== */
.region.tab-boxes {
	padding-bottom: 0;
}

.tabs {
	border: 0;
	font-size: inherit;
	font-family: 'Lato', sans-serif;
	color: #111;
	background: none;
    border-radius: 0;
    padding: 0;
}

.ui-widget.ui-widget-content {
	border: 0;
}

.tabs.vertical {
	margin-bottom: 1.5em;
}

.tabs .ui-tabs-nav {
	border-radius: 0;
    color: #111;
    background: none;
    border: 0;
    padding: 0;
	line-height: 100%;
	text-align: center;
	margin-bottom: 0;
}

#content .ui-tabs .ui-tabs-nav li {
	display: block;
	border-radius: 0;
	border-color: #111;
	background: none;
	font-weight: 600;
	line-height: 1.25rem;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	padding: .75em 1.25em;
	white-space: normal;
}

#content .tabs .ui-tabs-tab a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	padding: 0.6125em 1em;
}

#content .ui-tabs .ui-tabs-nav li.ui-tabs-active,
#content .ui-tabs .ui-tabs-nav li:hover {
	background-color: #f1f1f1;
	/*border-color: #f1f1f1;*/
}

.tabs .ui-tabs-panel {
	padding:2em 0;
}

.tabs.vertical .ui-tabs-panel {
	padding:2em;
}

.tabs .ui-tabs-panel a {
	color: #111;
	border-bottom: solid 1px #111;
}

.tabs .ui-tabs-panel a:hover {
	color: #ccc;
	border-color: #ccc;
}

@media only screen and (min-width:680px) {
/* Vertical Tabs */
.tabs.vertical {
	max-width: 1240px;
	width: 94%;
	margin: 0 auto;
	border: solid 1px #111;
}

.vertical-tabs {
	float: left;
	width: 30%;
	margin: 0;
}

#content .ui-tabs .vertical-tabs .ui-tabs-nav li {
    display: block;
    width: 100%;
    float: none;
	border-left: 0;
	border-right: 0;
	border: 0;
	border-bottom: solid 1px #111 !important;
}

.tabs .vertical-tabs .ui-tabs-tab a {
	display: block;
	float: none;
}

.vertical-tab-panel {
	float: right;
	width: 70%;
}

.vertical-tab-panel .page-width {
	max-width: none;
}

.vertical-tab-panel .narrow-column {
	width:94%;
}
}

@media only screen and (min-width:700px) {
.tabs.vertical {
	margin-bottom: 2em;
}
}

@media only screen and (min-width:760px) {
.tabs .ui-tabs-nav {
	margin-bottom: -4px;
}

#content .ui-tabs .ui-tabs-nav li {
	display: inline-block;
	width: 19%;
	float: none;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	white-space: normal;
	padding: 0;
}
#content .ui-tabs .vertical-tabs .ui-tabs-nav li {
	border-radius: 0;
}

#content .ui-tabs .ui-tabs-nav li.ui-tabs-active,
#content .ui-tabs .ui-tabs-nav li:hover {
	border-color: #f1f1f1;
}

#content .tabs.vertical .ui-tabs .ui-tabs-nav li.ui-tabs-active,
#content .tabs.vertical .ui-tabs .ui-tabs-nav li:hover {
	border-color: #111;
}
}

@media only screen and (min-width:850px) {
.vertical-tabs {
	width: 25%;
}

.vertical-tab-panel {
	width: 75%;
}
}

@media only screen and (min-width:1000px) {
.tabs.vertical {
	margin-bottom: 2.5em;
}
}


/* ==================  Image Slideshow ================== */
.image-slideshow {
	padding:0;	
}

.slideshow-wrapper {
	position:relative;
    height: 100%;
	margin:0 auto;
}
	
.swiper-container {
	width: 100%;
	z-index:1;
}

.swiper-wrapper {
	position:relative;
}

.swiper-slide {
	background-size:cover !important;
	height:500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	max-height: 100%;
}

.swiper-button-next, .swiper-button-prev {
	top:40%;
}

.swiper-pagination {
	bottom: 1em;
	width: 100%;
}

.swiper-pagination-bullet {
    background-color: #FFF;
    opacity: 1;
    width: 14px;
    height: 14px;
    border: solid 2px #fff;
    margin-left: 5px;
    margin-right: 5px;
}

.swiper-pagination-bullet-active {
    background: none;
}

.swiper-button-next, .swiper-button-prev {
	top:50%;
}

.swiper-slide.mobile-center-center {background-position: center center;}
.swiper-slide.mobile-center-top {background-position: center top;}
.swiper-slide.mobile-center-bottom {background-position: center bottom;}
.swiper-slide.mobile-left-center {background-position: left center;}
.swiper-slide.mobile-left-top {background-position: left top;}
.swiper-slide.mobile-left-bottom {background-position: left bottom;}
.swiper-slide.mobile-right-center {background-position: right center;}
.swiper-slide.mobile-right-top {background-position: right top;}
.swiper-slide.mobile-right-bottom {background-position: right bottom;}

@media only screen and (min-width : 800px) {
.swiper-slide.desktop-center-center {background-position: center center;}
.swiper-slide.desktop-center-top {background-position: center top;}
.swiper-slide.desktop-center-bottom {background-position: center bottom;}
}

@media only screen and (min-width : 1000px) {
.swiper-slide {
	height:600px;
}
}

@media only screen and (min-width : 1250px) {
.swiper-slide {
	height:700px;
}
}

@media only screen and (min-width : 1400px) {
.swiper-slide {
	height:750px;
}
}


/* ================== Insert Resources ================== */
.insert-resources .column h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.5rem;
}

.insert-resources ul.resource-items {
	list-style: none;
	padding: 1em 0 2em 0;
}

.insert-resources ul.resource-items .resource-item {
	position: relative;
	background-color: #fff;
	margin-bottom: 0.375em;
	padding: 0.75em 1.5em;
}

.insert-resources .resource-item-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 0;
	padding-right: 4em;
}

.insert-resources .resource-item-description {
	margin-bottom: 0;
	padding-right: 4em;
}

.insert-resources .resource-link {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#content .insert-resources .resource-link a {
	position: relative;
    text-decoration: none;
    display: block;
    font-size: 1.5rem;
    padding: 0.5em 1.5em 0.5em 1em;
    color: #999;
}

#content .insert-resources .resource-link a:before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

#content .insert-resources .resource-link a:hover {
	color: #ba0c2f;
}

@media only screen and (min-width : 700px) {
.insert-resources ul.resource-items {
	padding-bottom: 0;
}
}


/* ==================  Video Embed ================== */
.video-embed {
	background-size: cover;
	background-position: center center;
}

.video-embed .region-content .column {
	padding-bottom: 1em;
}

.video-embed .region-button {
	padding-top: 0.5em;
}

@media only screen and (min-width : 800px) {
	.video-embed .text-column.two-column .thirty-seventy .column-one {
		float: left;
	}
}


/* ==================  Media Gallery ================== */
.media-gallery .column {
	padding-bottom: 1.25em;
}

.media-gallery .videoContainer {
	margin-bottom: .325em;
}

.media-gallery .column .gallery-thumb {
	display: block;
	position: relative;
	background-color: #111;
}

.media-gallery .column .gallery-thumb .fal {
	display: none;
	position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	font-size: 3rem;
	color: #fff;
	z-index: 99;
}

.media-gallery .column .gallery-thumb:hover .fal {
	display: block;
}

.media-gallery .column.gallery-video .gallery-thumb .fal {
	display: block;
}

.media-gallery .column img {
	position: relative;
	display: block;
	margin-bottom: 0.325em;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.media-gallery .column.gallery-video .gallery-thumb img {
	opacity: 0.8;
}

.media-gallery .column .gallery-thumb:hover img {
	opacity: 0.5;
}

#content .media-gallery .column p {
	margin-bottom: 0;
	font-size: .875rem;
	font-style: italic;
	line-height: 1.125rem;
}

#cboxWrapper #st-3 {
	position: absolute;
	text-align: left;
	clear: both;
}

/* 3 column format overrides */
@media only screen and (min-width : 600px) {
.media-gallery .text-column.three-column .column {
	width:47%;
	float:left;
	margin-right: 3%;
}

.media-gallery .text-column.three-column .column:nth-child(2n+2) {
	margin-right:0;
	float: right;
}

.media-gallery .text-column.three-column .column:nth-child(2n+3) {
	clear: both;
}
}

@media only screen and (min-width : 800px) {
.media-gallery .text-column.three-column .column:nth-child(3n+2) {
	margin-left: 0;
}

.media-gallery .text-column.three-column .column:nth-child(3n+4) {
	clear: none;
}
}

@media only screen and (min-width : 900px) {
.media-gallery .text-column.three-column .column {
	width:31.33333%;
}

.media-gallery .text-column.three-column .column:nth-child(2n+2) {
	margin-right:3%;
	float: left;
}

.media-gallery .text-column.three-column .column:nth-child(2n+3) {
	clear: none;
}

.media-gallery .text-column.three-column .column:nth-child(3n+3) {
	margin-right:0;
	float: right;
}

.media-gallery .text-column.three-column .column:nth-child(3n+4) {
	clear: both;
}
}



/*--------------------------------------------------------------
PASSWORD PROTECTED PAGES
--------------------------------------------------------------*/
form.post-password-form {
	text-align:center;
}

form.post-password-form label {
	display:block;
	font-size:0;
}

form.post-password-form input[type=submit] {
	margin-top:0.75em !important;
}




/*--------------------------------------------------------------
SEARCH
--------------------------------------------------------------*/
.taxonomy-description {
	text-align:center;
}

h1 .search-query {
	font-weight: 400;
}

body.search #content .search-form,
body.error404 #content .search-form {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	padding-bottom:3em;
}

body.search #content .search-field,
body.error404 #content .search-field {
	display:block;
	background-color:#eaeaea;
	border:0;
	padding:10px;
	width:100%;
}

body.search #content article {
	padding:1.5em;
	margin-bottom: 1em;
	background-color: #eee;
}

body.search #content article .entry-header {
	background:none;
	padding:0;
}

body.search #content article h2 {
	padding-bottom:0.25em;
	font-size:1.75rem;
	line-height:2rem;
}

/*body.search #content article h2 a {
	color:#000;
}*/

body.search #content article p {
	/*margin-bottom:0;*/
}

body.search #content article p a:not(.btn) {
	text-decoration:underline;
}

.read-more {
	margin-top:0.25em;
}

.read-more a {
	text-decoration:underline;
}

body.search #content article .link-more {
	display:none;
	text-decoration:underline;
}

.navigation.pagination {
	padding:1.5em 0;
	clear: both;
}

.text-columns .pagination {
	display: flex;
	align-items: center;
}
.page-numbers {
	display: inline-block;
	position: relative;
	padding:0 0.25em;
}
.page-numbers svg {
	height: 22px;
}

.nav-links svg {
	display:none;
}

.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
    padding: 0.5em 1em;
    font-size: 0.875rem;
}

@media screen and (min-width: 750px) {
	body.search #content .search-field,
	body.error404 #content .search-field {
		max-width:50%;
	}
}


/*--------------------------------------------------------------
SITEMAP
--------------------------------------------------------------*/
.wsp-container ul {
	list-style:none;
	padding:0;
}

.wsp-container h2 {
	padding-bottom:0.25em;
}

.wsp-container ul li {
	padding:0.5em 1em;
}

.wsp-container a:hover {
	text-decoration:underline;
}

.wsp-container.wsp-portfolio-archive + .wsp-container {
	margin-left: 2em;
}



/*--------------------------------------------------------------
FORM FIELD OVERRIDES
--------------------------------------------------------------*/
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #999;
	font-family: 'Lato', sans-serif;
}

:-moz-placeholder {
	color: #999;
	font-family: 'Lato', sans-serif;
}

::-moz-placeholder {
	color: #999;
	font-family: 'Lato', sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #999;
	font-family: 'Lato', sans-serif;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=number],
form textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=number],
form select {
	border:solid 1px #999;
	background-color:#f1f1f1;
	padding:0.5em 1em;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.insert-form .gform_wrapper .gsection {
	border:0;
	margin-bottom:0;
	padding-bottom:0;
}

.insert-form.light-gray-bkgd form input[type=text],
.insert-form.light-gray-bkgd form input[type=email],
.insert-form.light-gray-bkgd form input[type=password],
.insert-form.light-gray-bkgd form input[type=number], 
.insert-form.light-gray-bkgd form textarea,
.insert-form.light-gold-bkgd form input[type=text],
.insert-form.light-gold-bkgd form input[type=email],
.insert-form.light-gold-bkgd form input[type=password],
.insert-form.light-gold-bkgd form input[type=number], 
.insert-form.light-gold-bkgd form textarea {
	background-color: #fff;
}

.insert-form .gform_wrapper h2.gsection_title {
	font-weight:400;
}

.insert-form  .region-header {
	text-align: center;
}

/* Custom Search Styles */
.search-form .search-field {
	background: none;
	border: 0;
	border-bottom: solid 1px;
    font-size: 1.125rem;
    padding-bottom: 0.25em;
}

/* Header Image Region Search Field */
.header-image-region  .search-field {
    border-bottom-color: #fff;
}

.header-image-region .search-form ::-webkit-input-placeholder {
	color: #FFF;
}

.header-image-region .search-form :-moz-placeholder {
	color: #FFF;
}

.header-image-region .search-form ::-moz-placeholder {
	color: #FFF;
}

.header-image-region .search-form :-ms-input-placeholder {
	color: #FFF;
}

.header-image-region .search-form {
    position: relative;
}

.header-image-region .search-form .search-field {
    width: 100%;
    color: #fff;
}

.header-image-region .search-button-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.header-image-region .search-submit {
    background: none;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 30px;
    height: 30px;
	font-size: 0;
}

.header-image-region .search-submit:hover {
    background: none;
}

.header-image-region .fas {
    font-size: 1.375rem;
    color: #fff;
}

@media screen and (min-width: 600px) {
	.header-image-region .fas {
    	font-size: 1.75rem;
	}
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	background-color: #ebebeb;
	z-index: 10;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ======= Footer Top / Widgets Area ====== */
.footer-top {
	text-align: center;
}

.footer-top .widget {
	display: inline-block;
	max-width: 178px;
}

.footer-top .wp-block-image {
	margin-bottom: 0;
}


/* ======= Footer Site Info Region ====== */
.site-info {
	display: flex;
	align-items: center;
	padding:1em 0;
}

@media screen and (max-width: 599px) {
	.site-info {
		flex-direction: column;
	}
}

/* Footer Address / Social */
.footer-address-social {
	padding-top:0.375em;
	padding-bottom:0.375em;
	padding-left: 1em;
	width: calc(100% - 178px);
	text-align: right;
}

@media screen and (max-width: 599px) {
	.footer-address-social {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
}

.footer-address p {
	text-transform: uppercase;
    font-size: 0.8125rem;
    line-height: 1.25rem;
}

/* Social Nav */
.social-navigation {
	
}

.social-navigation .svg-icon {
	display: none;
}

.social-navigation ul {
	list-style: none;
}

.social-navigation li {
	position: relative;
	display: inline-block;
	padding:0 0.25em;
	font-size: 1.325em;
	margin-right: 0;
	margin-left: .625em;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.social-navigation a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.social-navigation li:hover,
.social-navigation li:focus {
	color: #be2334;
}

@media screen and (max-width: 599px) {
	.social-navigation li {
		margin-right: .3125em;
		margin-left: .3125em;
	}
}

/* Footer Nav */
.footer-navigation {
	text-align: center;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

.footer-menu li {
	
}

.footer-menu li a {
	display:block;
	font-size:1rem;
	font-weight:400;
	line-height:100%;
	padding:0.375em 0;
	color:#be2334;
}

.footer-menu li a:hover {
	color:#111;
}

@media screen and (min-width: 500px) {
.footer-navigation {
	float: left;
	width: 50%;
	padding: 0;
}
}

@media screen and (min-width: 1020px) {
.footer-navigation {
	width: 25%;
	text-align: left;
}
}

/* Elements Nav */
.elements-navigation {
	clear: both;
	padding-top: 1em;
}

.elements-menu li,
.mega-sub-menu .menu-elements-menu-container ul li {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.elements-menu li:hover,
.mega-sub-menu .menu-elements-menu-container ul li:hover {
	background-color: #FFBF3F;
}

.elements-menu li a,
.mega-sub-menu .menu-elements-menu-container ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.625rem;
	line-height: 1.625rem;
	text-transform: uppercase;
	padding: 1.5em .25em 1.25em;
	z-index: 10;
}

.mega-sub-menu .menu-elements-menu-container ul li a {
	font-size: 1.25rem;
	padding: 1em .25em;
}

.elements-menu li a:after,
.mega-sub-menu .menu-elements-menu-container ul li a:after {
	position: relative;
	display: block;
    content: 'More';
    font-size: 1rem;
   /* line-height: 1.625rem;*/
    border-bottom: solid 1px #fff;
    width: 50px;
	height: 27px;
    margin: 0 auto;
}

.mega-sub-menu .menu-elements-menu-container ul li a:after {
    font-size: .75rem;
    line-height: 1.25rem;
    width: 40px;
}

@media screen and (min-width: 500px) {
.elements-menu li {
	width: 25%;
}
.elements-menu li:hover {
	margin-top: -0.5em;
}
}

@media screen and (min-width: 1020px) {
.elements-navigation {
	float: left;
	width: 50%;
	clear: none;
	padding-top: 0;
}
}

/* Adjusted for Mobile Menu */
#responsive-menu-pro-container ul {
	overflow: visible;
}

#responsive-menu-pro-container .elements-navigation {
	float: none;
	width: 100%;
	clear: both;
	padding-top: 0;
}

#responsive-menu-pro-container .mobile-tagline {
    max-width: 180px;
    margin-bottom: .25em;
}

#responsive-menu-pro-container .elements-menu li {
	width: 50%;
}

#responsive-menu-pro-container .elements-menu li a {
	padding: 1.5em .25em 1.25em;
	font-size: 1.5rem;
}

#responsive-menu-pro-container .elements-menu li a:after {
	margin: 0 auto;
}

@media screen and (min-width: 550px) {
#responsive-menu-pro-container .elements-menu li a {
	font-size: 1.625rem;
}
}

@media screen and (min-width: 760px) {
#responsive-menu-pro-container .elements-menu li {
	width: 25%;
}
}

/* ======= Footer Bottom Bar ====== */
.footer-bottom {
	padding:1.25em 0;
	background-color: #111;
}

.bottom-bar-navigation {
	text-align: center;
	padding-top: 0.75em;
}

.bottom-bar-navigation ul li {
	display: inline-block;
	padding:0.25em 0.75em; 
}

.bottom-bar-navigation ul li a {
	display:block;
	font-size:0.8125rem;
	font-weight:700;
	padding:0.125em 0.75em;
	color:#fff;
}

.bottom-bar-navigation ul li a:hover {
	color: #ccc;
}

@media screen and (min-width: 700px) {
	.bottom-bar-navigation {
		float: right;
		text-align: left;
		padding-top: 0;
	}
	.bottom-bar-navigation ul li {
		padding: 0 0 0 1.5em; 
	}
	.bottom-bar-navigation ul li a {
		padding-right: 0;
	}
}


/* Copyright */
.copyright {
	font-size:0.8125rem;
	line-height:1.3rem;
	color: #fff;
	margin: 0;
	text-align: center;
}

@media screen and (min-width: 700px) {
.copyright {
	float: left;
	white-space: nowrap;
	text-align: left;
}
}


/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
.btn,
#content a.btn,
button, 
input[type="button"], 
input[type="submit"] {
	position:relative;
	-webkit-appearance: none;
	-moz-appearance:none;
	display:inline-block;
	font-weight:700;
	font-size: 0.875rem;
	line-height:100%;
	cursor:pointer;
	padding:0.8125em 1.625em 0.75em;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
	color:#fff;
	background:#ba0c2f;
	border: 1px solid #ba0c2f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.btn:hover, 
#content a.btn:hover, 
button:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
	color:#ba0c2f;
	background:#fff;
}

.white-btn,
#content a.white-btn {
	color:#ba0c2f;
	background-color: #fff;
	border-color:#fff;
}

.white-btn:hover,
#content a.white-btn:hover{
	color: #fff;
	background-color:#ba0c2f;
}

.transparent-btn,
#content .transparent-btn,
#content a.transparent-btn {
	background: none;
	border-color:#fff;
}

.transparent-btn:hover,
#content .transparent-btn:hover,
#content a.transparent-btn:hover {
	color: #ba0c2f;
	background-color:#fff;
}

/* GRAVITY FORMS OVERRIDES */
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit] {
	font-size: 0.875rem !important;
	font-weight: 700!important;
	width: auto !important;
	line-height: 100% !important;
	background-color: #ba0c2f!important;
	border-radius: 0!important;
	text-transform: uppercase!important;
}

.gform_wrapper .gform_footer {
	/*margin-top: 0 !important;*/
}

.gform_wrapper label {
	/*font-size: 0.875rem !important;*/
}

/* Hide Menu Items */
.hidenav {
	display: none;
}


/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
/* Blog Landing */
.blog-post {
	padding-top: 1em;
	padding-bottom: 2em;
}

.blog-post img {
	margin-bottom: .75em;
}

.blog-post .entry-header {
	padding: 0;
}

.blog-post .entry-header .entry-date {
	display: block;
	margin-bottom: 0.5em;
}

.blog-post .entry-header h2 {
	font-size: 1.5rem;
	line-height: 1.75rem;
}

.blog-archive-listings {
	margin-top: 2.5em;
	padding: 2em 2em 1em;
}

.blog-archive-listings .year-group {
	float: left;
	width: 50%;
}

.blog-archive-listings .year-group:nth-child(2n+3) {
	clear: both;
}

.blog-archive-listings h3 {
	padding-bottom: 0.25em;
}

.blog-archive-listings ul {
	padding: 0 0 1.5em;
	list-style: none;
}

@media screen and (min-width: 460px) {
.blog-archive-listings .year-group {
	width: 33.33333%;
}

.blog-archive-listings .year-group:nth-child(2n+3) {
	clear: none;
}

.blog-archive-listings .year-group:nth-child(3n+4) {
	clear: both;
}
}

@media screen and (min-width: 580px) {
.blog-archive-listings .year-group {
	width: 25%;
}

.blog-archive-listings .year-group:nth-child(3n+4) {
	clear: none;
}

.blog-archive-listings .year-group:nth-child(4n+5) {
	clear: both;
}
}

@media screen and (min-width: 760px) {
.blog-archive-listings .year-group {
	width: 20%;
}

.blog-archive-listings .year-group:nth-child(4n+5) {
	clear: none;
}

.blog-archive-listings .year-group:nth-child(5n+6) {
	clear: both;
}
}

/* Blog Single */
.blog-single .entry-header {
	padding-bottom: 1em;
}

.blog-single .entry-header .posted-on .published.updated {
	display: inline;
}

.blog-single .entry-header .posted-on,
.blog-single .entry-header .comment-count {
	font-size: 0.875rem;
}

.blog-single .entry-header .comment-count a:before {
	content: '/';
	padding: 0 0.5em;
	color: #666;
}

.blog-single #st-1 {
	text-align: left;
	margin-bottom: 1em;
}

.blog-single .entry-footer .byline,
.blog-single .entry-footer .posted-on,
.blog-single .entry-footer .edit-link {
	display: none;
}

.blog-single .entry-footer .svg-icon {
	fill:#666;
	margin-right: 0.25em;
	vertical-align: bottom;
}

.blog-single .entry-footer .cat-links,
.blog-single .entry-footer .tags-links {
	padding-right: 1em;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
## Blog Comments
--------------------------------------------------------------*/
#comments {
	padding-bottom: 1em;
}

#comments h2.comments-title {
	text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
	line-height: 1.5rem;
    text-transform: uppercase;
    border-top: solid 1px #ccc;
    padding-top: 1em;
}

#comments h3.comment-reply-title {
	padding-bottom: 0;
}

#comments h3.comment-reply-title a {
	font-weight: 400;
    font-size: 0.875rem;
    color: #ba0c2f;
    text-decoration: underline;
}

#comments .comment-form label {
	display: block;
	padding-bottom: 0.25em;
}

#comments .comment-form textarea {
	width: 100%;
}

#comments ol {
	list-style:none;
	padding: 0;
}

.entry-header .entry-meta .discussion-avatar-list {
	display: none;
}


.comments-area .comments-title-wrap .discussion-meta {
	background-color: #eee;
	padding: 1em 1em 0;
}

.comments-area .comments-title-wrap .discussion-meta-info > svg {
	vertical-align: middle;
	margin-right: 0.5em;
}

#comments .comment-list {
	background-color: #eee;
	padding: 0 1em 1em;
	margin-bottom: 1.5em;
}

#comments .comment-list .comment {
	padding-left: 2em;
}

#comments .comment-list .comment .post-author-badge {
	display: none;
}
 
#comments .children {
	padding-top: 2em;
}

#comments #respond .comment-form-url {
	display: none;
}

#comments #respond .comment-form-author input,
#comments #respond .comment-form-email input {
	width: 100%;
}

#comments #respond .comment-form-cookies-consent label {
	display: inline;
	margin-left: 1em;
}

@media screen and (min-width: 600px) {
#comments #respond .comment-form-author,
#comments #respond .comment-form-email {
	float: left;
	width: 48%;
}
#comments #respond .comment-form-email {
	float: right;
}

#comments #respond .comment-form-cookies-consent {
	clear: both;
}
}


/* Blog Nav */
.blog-navigation .nav-links .meta-nav {
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #666;
}

@media screen and (min-width: 550px) {
.blog-navigation .nav-links .nav-next,
.blog-navigation .nav-links .nav-previous {
	width: 48%;
}
	
.blog-navigation .nav-links .nav-next {
	float: right;
	text-align: right;
}

.blog-navigation .nav-links .nav-previous {
	float: left;
	text-align: left;
}
}


/* ====================== SUPERINTENDENT SECTION - ADDED SEPT 2022 ====================== */
/* Super Page Header */
.super-header .entry-header {
	padding: 0;
	text-align: left;
}

.super-header .entry-header .super-header-block {
	padding: 1.5em;
}

.super-header .entry-header .super-header-block .entry-title {
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 1.1;
}

.super-header .entry-header .super-header-block p {
	line-height: 1.6;
}

@media screen and (min-width: 700px) {
	.header-image-region.super-header {
		height: 50vh;
	}
	
	.super-header .entry-header {
		position: absolute;
		left: 5%;
		bottom: -3em;
		width: 65%;
		z-index: 99;
	}
	
	.super-header .entry-header .super-header-block {
		padding: 2em;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	.super-header .entry-header .super-header-block .entry-title {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 1024px) {
	.header-image-region.super-header {
		height: 62vh;
	}
	.super-header .entry-header {
		width: 55%;
	}
}

@media screen and (min-width: 1280px) {
	.header-image-region.super-header {
		height: 74vh;
	}
	.super-header .entry-header {
		width: 40%;
	}
	.super-header .entry-header .super-header-block .entry-title {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1500px) {
	.super-header .entry-header {
		width: 36%;
	}
	.super-header .entry-header .super-header-block {
		padding: 3em;
	}
	.super-header .entry-header .super-header-block .entry-title {
		font-size: 3.5rem;
	}
	.super-header .entry-header .super-header-block p {
		font-size: 1.125rem;
		line-height: 1.8;
	}
}

/* ======= Super Page Content ======== */
.super-content .page-width {
	max-width: 1600px;
}

.super-content .insert-form.page-width,
.insert-form.page-width {
	margin-bottom: 3em;
}

/* Stats Region */
@media screen and (min-width: 700px) {
	.stats-region .region-header {
		text-align: left;
	}
}

.stats-region .stat-listing {
	position: relative;
	text-align: center;
	padding: 1em 2em 2em;
}

.stats-region .stat-listing:before {
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	content: '';
	width: calc(100% - 40px);
	height: 3px;
	background-color: #dadada;
}

.stats-region .stat-listing:nth-child(1):before {
	display: none;
}

#content .stats-region .stat-listing .big-stat-title {
	font-size: 90px;
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: -.06em;
	margin: 0;
}
#content .stats-region .stat-listing .big-stat-title.large-font {
	font-size: 65px;
}
#content .stats-region .stat-listing .big-stat-title.medium-font {
	font-size: 55px;
}
#content .stats-region .stat-listing .big-stat-title.small-font {
	font-size: 44px;
}

#content .stats-region .stat-listing .big-stat-text {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

/* Form Overrides */
.insert-form .form-container.align-btn-center .gform_footer {
	justify-content: center;
}

.insert-form .form-container.align-btn-right .gform_footer {
	justify-content: flex-end;
}

.insert-form.rounded-border {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

/* Super Updates */
.accordion-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 1.5em;
	padding-bottom: 1em;
}

.accordion-container .set,
.accordion-container .set-featured {
	position: relative;
 	width: 100%;
	height: auto;
 	background-color: #fff;
	margin-bottom: 0.5em;
}

.accordion-container .set > h3,
.accordion-container .set-featured > h3 {
	display: block;
	font-size: 1rem;
	padding: 10px 25px;
	text-decoration: none;
	color: #ba0c2f;
	font-weight: 700;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
}

.accordion-container .set > h3 i {
	float: right;
	margin-top: 2px;
	font-size: 1.5rem;
	font-weight: 400;
}

.accordion-container .set > h3.active {
	background-color:#fff;
	color: #111;
}

.accordion-container .set .content,
.accordion-container .set-featured .content-featured {
	display:none;
	background-color: #fff;
	padding: 0 25px 10px 25px;
}

.accordion-container .set-featured .content-featured {
	display: block;
}

.accordion-container .set-featured h3 i {
	display: none;
}

/* Timeline Region */
h2.timeline-cat-headline {
	 padding: 0.5em 2em;
    background-color: #ba0c2f;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    -webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.timeline-grouping {
	position: relative;
	padding-top: 2em;
}

.timeline-group {
	position: relative;
	/*float: left;
	width: 50%;
	padding-right: 60px;*/
	padding-bottom: 3em;
	/*margin-top: 100px;*/
	clear: both;
}

.timeline-group:before {
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ccc;
}

.timeline-group:after {
	display: block;
	position: absolute;
	top: 7px;
	right: -6px;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ba0c2f;
	outline: solid 2px #ccc;
	border: solid 2px #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.timeline-group .timeline-date {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-size: 14px;
}

.timeline-group .timeline-date > span {
	background-color: #fff;
	padding-right: 1em;
}

.timeline-group .timeline-image {
	float: right;
	max-width: 35%;
	margin-left: 2em;
	margin-bottom: 2em;
}

.timeline-group .timeline-content > h2 {
	display: inline;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 400;
}

.timeline-group .timeline-content > p {
	margin-top: 0.5em;
}

@media screen and (min-width: 500px) {
	ul.super-event-listings li {
		display: flex;
	}
	ul.super-event-listings li .super-event-date-time {
		padding-right: 2em;
	}
}

@media screen and (min-width: 768px) {
	.accordion-container .set {
		/*float: left;*/
 		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
	}
	.accordion-container .set-featured {
 		width: calc(100% - 2%);
		margin-left: auto;
		margin-right: auto;
	}
	.accordion-container .set > h3,
	.accordion-container .set-featured > h3 {
		font-size: 1.125rem;
	}
	h2.timeline-cat-headline {
    	font-size: 22px;
	}
	.timeline-group .timeline-content > h2 {
		font-size:26px;
	}
}

@media screen and (min-width: 830px) {
	.stats-region .stat-listing {
		float: left;
		width: 50%;
	}
	.stats-region .stat-listing:nth-child(odd) {
		clear: both;
	}
	.stats-region .stat-listing:after {
		display: block;
		position: absolute;
		top: 20px;
		left: 0;
		content: '';
		width: 3px;
		height: calc(100% - 40px);
		background-color: #dadada;
	}
	.stats-region .stat-listing:nth-child(odd):after {
		display: none;
	}
	.stats-region .stat-listing:nth-child(2):before {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.timeline-grouping:before {
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		content: '';
		width: 2px;
		height: 100%;
		background-color: #ccc;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.timeline-group {
		float: left;
		width: 50%;
		padding-right: 60px;
		margin-top: 100px;
		clear: none;
	}
	.timeline-group:nth-child(even) {
		float: right;
		padding-right: 0;
		padding-left: 60px;
	}
	.timeline-group:nth-child(odd) {
		clear: left;
	}
	.timeline-group:nth-child(even):before {
		width: 70px;
	}
	.timeline-group:nth-child(even):after {
		left: -6px;
		right: auto;
	}
	.timeline-group:first-child {
		margin-top: 0;
	}
	.timeline-group:nth-child(even) .timeline-date > span {
		padding-right: 0;
		padding-left: 1em;
		margin-left: -1em;
	}
	.timeline-group .timeline-image {
		max-width: 45%;
		margin-bottom: 0;
	}
	.timeline-group .timeline-date {
		font-size: 16px;
	}
}

@media screen and (min-width: 1100px) {
	#content .stats-region .stat-listing .big-stat-title {
		font-size: 130px;
	}
	#content .stats-region .stat-listing .big-stat-title.large-font {
		font-size: 90px;
	}
	#content .stats-region .stat-listing .big-stat-title.medium-font {
		font-size: 78px;
	}
	#content .stats-region .stat-listing .big-stat-title.small-font {
		font-size: 60px;
	}
	#content .stats-region .stat-listing .big-stat-text {
		font-size: 26px;
	}
}

@media screen and (min-width: 1250px) {
	.super-content .region-header h2 {
		font-size: 3rem;
		line-height: 1.1;
	}
	.super-content .page-width {
		margin: 0 2%;
	}
	.super-content .insert-form.page-width,
	.insert-form.page-width {
		margin-bottom: 3em;
	}
	.stats-region {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}
	h2.timeline-cat-headline {
    	font-size: 26px;
	}
	.timeline-group .timeline-content > h2 {
		font-size:32px;
	}
}

@media screen and (min-width: 1670px) {
	.super-content .page-width {
		margin: 0 auto;
	}
	.super-content .insert-form.page-width,
	.insert-form.page-width {
		margin-bottom: 3em;
	}
}


/*--------------------------------------------------------------
Attendance Stats Page Region
--------------------------------------------------------------*/
	.attendance-stats-region {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
	.attendance-stats-region .banner-inner {
		align-items: center;
	}
	.attendance-stats-region h2.banner-headline {
		font-size:2.25rem;
		font-weight: 300;
		line-height: 1.4;
	}
	.attendance-stats-region .banner-stats-content {
		text-align: left;
	}
	.attendance-stats-region .attendance-stats {
		padding-top: 1em;
	}
	.attendance-stats-region .attendance-stat {
		text-align: center;
		font-size: 4.5rem;
		line-height: 1.2;
		color: #fff;
		padding: 20px;
	}
	.attendance-stats-region .stat-label {
		font-size: 1rem;
		font-weight: 700;
		text-transform: uppercase;
	}
	.attendance-stats-region .banner-text {
		display: flex;
	}
	.attendance-stats-region .banner-icon {
		min-width: 120px;
		margin-left: 20px;
	}
	@media screen and (min-width: 600px) {
		.attendance-stats-region .banner-icon {
			min-width: 160px;
		}
	}
	@media screen and (min-width: 768px) {
		.attendance-stats-region h2.banner-headline {
			font-size:3rem;
		}
		.attendance-stats-region .attendance-stats {
			display: flex;
			justify-content: center;
		}
	}
	@media screen and (min-width: 1024px) {
		.attendance-stats-region {
			padding-top: 2.5em;
			padding-bottom: 2.5em;
		}
		.attendance-stats-region .banner-inner {
			display: flex;
		}
		.attendance-stats-region .banner-stats-content {
			width: 50%;
		}
		.attendance-stats-region .attendance-stats {
			display: block;
			width: 50%;
			padding-left: 1em;
		}
		.attendance-stats-region .attendance-stat {
			font-size: 6rem;
		}
		.attendance-stats-region .stat-label {
			font-size: 1.25rem;
		}
	}


/*--------------------------------------------------------------
Recent Updates Page Region
--------------------------------------------------------------*/
.recent-update-listings {
	
}
.recent-update-listing {
	display: flex;
	align-items: flex-start;
	padding-bottom: 1em;
}
.recent-update-listing .recent-update-excerpt {
	padding: 0 2em;
}
.recent-update-listing time {
	font-weight: 700;
	padding: 0.5em 1em;
	margin-bottom: .5em;
	background-color: #ba0c2f;
}
.recent-update-listing h2 {
	font-size: 1.375rem;
	line-height: 1.4;
	font-weight: 700;
}
.recent-update-listing h2 a {
	border-bottom: solid 2px;
}
.recent-update-listings.white .recent-update-listing a {
	color: #fff;
}
.recent-update-listings.white .recent-update-listing a:hover,
.recent-update-listings.white .recent-update-listing a:focus {
	opacity: .7;
}

@media screen and (max-width: 500px) {
	.recent-update-listing {
		flex-direction: column;
	}
}


/*--------------------------------------------------------------
Clearfix
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
