/*!
Theme Name: Blue Jean
Theme URI: https://tinytvstudios.com
Author: tinytv
Author URI: https://tinytvstudios.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bluejean
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.
*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

:root {
	--color-bg: #fff;
	--color-fg: #000;
	--dark-blue: #053775;
	--dark-grey: #5E6167;
	--light-grey: #ccc;
	--dark-grey-hover: #2b2d31;
	--light-blue: #1a98d3;
	--white: #fff;
	--black: #000;
	--primary: #1a98d3;
	--secondary: #e65f26;
	--site-width: 1920px;
	--site-width-inner: 1300px;
	--body-margin: 20px;
	--header-footer-margin: 20px;
	--juniors: #d66838;
	--jump-start: #be4d4a;
	--junior-high: #26582a;
	--fresh-start: #4297d3;
	--senior-high: #163671;
	--reborne-rangers: #5f6167;
	
	--slide-height: 70vh;
	
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background-color: var(--color-bg);
	color: var(--color-fg);
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--black);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: var(--black);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Blue Jean
-------------------------------------------*/

.site {
	max-width: var(--site-width);
	margin: auto;
}

.site-header {
	display: block;
	width: 100%;
	padding: 10px 0px;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 9;
	left: 0;
}

.site-header-container {
	height: 75px;
	display: flex;
	max-width: var(--site-width);
	justify-content: space-between;
	align-items: center;
	padding: 10px var(--header-footer-margin) 10px var(--header-footer-margin);
	margin: auto;
}

.site-logo,
.site-logo a {
	display: contents;
}

.logo {
	max-height: 100%;
}

ul#header-menu li {
	padding: 10px;
	margin: auto;
}

ul#header-menu {
	display: inline-flex;
	margin: auto;
	padding: 0;
	list-style: none;
}

.site-navigation {
	width: 100%;
}

.site-navigation a,
.site-navigation a:visited {
	color: var(--dark-grey);
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto';
	font-weight: 500;
}

.site-navigation a:hover {
	text-underline-offset: 5px;
	color: var(--dark-grey-hover);
	font-weight: 600;
}

.sub-menu {
	position: absolute;
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
	background-color: #fff;
	padding-top: 8px;
	display: none;
	opacity: 0;
	display: block;
	/* box-shadow: 2px 2px 2px rgba(0, 0, 0, 10%); */
}

.menu-item-has-children:hover .sub-menu {
	opacity: 100%;
	padding: 5px;
	margin-left: -14px;
	background-color: rgba(255, 255, 255, 90%);
}

.sub-menu .menu-item a {
	font-weight: 300;
}

i.fa {
	font-size: 26px;
	padding: 5px;
	color: var(--dark-grey);
	cursor: pointer;
	margin-left: 8px;
}

.button,
.button:visited {
	border-radius: 25px;
	border: 2px solid var(--dark-blue);
	padding: 5px 10px;
	text-transform: uppercase;
	color: var(--dark-blue);
	background-color:  var(--white);
	font-family: 'Roboto';
	font-weight: 600;
	margin: 5px;
	text-decoration: none;
}

.button:hover {
	border: 2px solid var(--dark-blue);
	color: var(--white);
	background-color:  var(--dark-blue);
}

.flyout-container {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	opacity: 0;
	z-index: -1;
}

body.show {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.flyout-container.show {
	display: flex;
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
	z-index: 10;
}

.flyout-transparent {
	background-color: var(--light-blue);
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.flyout-menu {
	background-color: var(--white);
	width: 400px;
	padding: 15px;
}

.flyout-navigation {
	padding: 10px;
}

.flyout-navigation .menu-main-container {
	display: none;
}

.flyout-top {
	display: flex;
	padding-top: 18px;
	align-items: center;
	justify-content: space-between;
}

ul#flyout-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#flyout-menu li {
	margin-top: 15px;
}

#flyout-menu li.hr {
	border-top: 2px solid var(--dark-grey);
}

#flyout-menu li.hr a {
	display: none;
}

#flyout-menu li a {
	color: var(--dark-grey);
	text-decoration: none;
	font-family: 'Roboto';
	font-size: 18px;
	text-transform: uppercase;
}

#flyout-menu li a:hover {
	text-underline-offset: 5px;
	color: var(--dark-grey-hover);
	font-weight: 600;
}

.flyout-navigation ul.sub-menu {
	margin: 0;
	padding: 0 0 0 16px;
}

.footer-container {
	background-color: var(--dark-blue);
	padding: 20px;
	color: var(--white);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 35px;
	padding: 20px var(--header-footer-margin) 20px var(--header-footer-margin);
}

.footer-container ul {
	margin: 0;
	padding: 0;
}

ul#footer-menu li {
	padding: 10px;
}

ul#social-menu li {
	padding: 10px 5px;
}

ul#footer-menu,
ul#social-menu {
	list-style: none;
	display: inline-flex;
}

ul#footer-menu a,
ul#social-menu a {
	color: var(--white);
	text-decoration: none;
}

ul#footer-menu a:hover,
ul#social-menu a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.site-info {
	padding: 5px;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	padding: 0px var(--header-footer-margin) 30px var(--header-footer-margin);
}

i.fa-brands {
	font-size: 25px;
}

.footer-social i.fa-brands:hover {
	color: var(--white);
}

h1 {
	font-family: impact;
	color: var(--dark-blue);
	font-size: 60px;
	line-height: 65px;
}

p {
	font-family: 'Roboto';
	font-size: 20px;
}

.big-hero {
	min-height: 800px;
	background-size: cover;
	background-position: center center;
}

.full {
	height: 600px;
	display: flex;
	align-items: end;
}

.full h1 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	padding: 40px;
	font-size: 100px;
	line-height: 105px;
}

.hero-stitching {
	border: #fff 5px dashed;
	width: 600px;
	height: 100vh;
	position: absolute;
	top: 800px;
	overlay: hidden;
	left: -30px;
}

.big-hero-sub {
	display: flex;
}

.big-hero-inner {
	display: flex;
	margin: auto;
	max-width: var(--site-width-inner);
}

.big-hero-inner.reverse {
	flex-direction: row-reverse;
	min-height: 280px;
}

.big-hero-logo {
	position: absolute;
	z-index: 8;
	top: 675px;
	padding: 0px 20px;
	width: 450px;
}

.big-hero-logo.reverse {
	top: 625px;
	padding: 0px 20px;
	width: 450px;
}

.big-hero-logo-text {
	color: var(--white);
	font-family: impact;
	position: absolute;
	z-index: 10;
	top: 0px;
	text-align: center;
	margin: auto;
	justify-content: center;
	display: flex;
	align-items: center;
	height: 95%;
	font-size: 80px;
	line-height: 80px;
	padding: 30px 70px 30px 50px;
}

.big-hero-text {
	padding: 20px 20px 0px 20px;
	margin-left: 450px;
}

.big-hero-text.reverse {
	padding: 20px 20px 0px 20px;
	margin-left: 25px;
	margin-right: 450px;
}

.big-hero-text h1 {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

.highlight-medium-container {
	display: flex;
	padding: 22px 0px 0px 0px;
	column-gap: 20px;
}

.highlight-buttons {
	display: block;
	padding: 22px 0px 0px 0px;
	margin-left: -5px;
}

.highlight-large,
.highlight-medium {
	background-size: cover;
	background-position: center center;
	padding: 20px;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.highlight-medium {
	width: 50%;
}

.highlight-large h2,
.highlight-medium h2 {
	font-family: impact;
	color: var(--white);
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-size: 60px;
	font-weight: 100;
	line-height: 65px;
}

.button.button-primary {
	border: 0;
	color: var(--primary);
	background-color: var(--white);
	display: table;
	padding: 7px 22px 5px 22px;
}

.button.button-primary:hover {
	color: var(--white);
	background-color: var(--primary);
}

.button.button-secondary {
	border: 0;
	color: var(--secondary);
	background-color: var(--white);
	display: table;
	padding: 7px 22px 5px 22px;
}

.button.button-secondary:hover {
	color: var(--white);
	background-color: var(--secondary);
}

.blue-jean-column-text h2 {
	font-family: impact;
	font-size: 40px;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.blue-jean-column-text h3 {
	margin: 0;
	padding: 0;
	font-style: italic;
}

.juniors h2 {
	color: var(--juniors);
}

.button.button-juniors {
	border-color: var(--juniors);
	color: var(--juniors);
}

.button.button-juniors:hover {
	border-color: unset;
	background-color: var(--juniors);
	color: var(--white);
}

.jump-start h2 {
	color: var(--jump-start);
}

.button.button-jump-start {
	border-color: var(--jump-start);
	color: var(--jump-start);
}

.button.button-jump-start:hover {
	border-color: unset;
	background-color: var(--jump-start);
	color: var(--white);
}

.junior-high h2 {
	color: var(--junior-high);
}

.button.button-junior-high {
	border-color: var(--junior-high);
	color: var(--junior-high);
}

.button.button-junior-high:hover {
	border-color: unset;
	background-color: var(--junior-high);
	color: var(--white);
}

.fresh-start h2 {
	color: var(--fresh-start);
}

.button.button-fresh-start {
	border-color: var(--fresh-start);
	color: var(--fresh-start);
}

.button.button-fresh-start:hover {
	border-color: unset;
	background-color: var(--fresh-start);
	color: var(--white);
}

.senior-high h2 {
	color: var(--senior-high);
}

.button.button-senior-high {
	border-color: var(--senior-high);
	color: var(--senior-high);
}

.button.button-senior-high:hover {
	border-color: unset;
	background-color: var(--senior-high);
	color: var(--white);
}

.reborne-rangers h2 {
	color: var(--reborne-rangers);
}

.button.button-reborne-rangers {
	border-color: var(--reborne-rangers);
	color: var(--reborne-rangers);
}

.button.button-reborne-rangers:hover {
	border-color: unset;
	background-color: var(--reborne-rangers);
	color: var(--white);
}

.highlight-secondary-buttons {
	display: flex;
	padding-top: 20px;
	column-gap: 20px;
}

.highlight-secondary-button {
	background-size: cover;
	min-height: 100px;
	width: 100%;
	background-position: center center;
}

.highlight-secondary-button:hover {
	background-color: var(--light-blue) !important;
	background-blend-mode: lighten;
}

.highlight-secondary-button {
	padding: 20px;
	align-items: center;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}

.highlight-secondary-button h4 {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: var(--white);
	font-family: 'Roboto';
	font-size: 20px;
}

a.highlight-secondary-button img {
	max-height: 16px;
}

.blue-jean-column {
	display: flex;
	margin-top: 20px;
}

.blue-jean-column:nth-child(odd) {
	flex-direction: row-reverse;
}

.no-margin {
	margin: 0px !important;
}

.blue-jean-column-graphic,
.blue-jean-column-text {
	width: 50%;
	padding: 80px;
	background-size: cover;
	background-position: center center;
}

.blue-jean-column .button {
	margin-left: 0px;
}

h3 {
	margin: auto;
	padding: 50px;
	font-weight: 400;
	font-size: 20px;
}

.mini-nav {
	background-color: var(--dark-blue);
	color: var(--white);
	padding: 20px 35px;
	display: flex;
	font-size: 18px;
	margin-bottom: 20px;
}

.mini-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

.mini-nav li {
	padding: 10px;
}

.mini-nav a {
	color: var(--white);
	text-decoration: none;
}

.mini-nav a:hover {
	text-decoration: underline;
}

.accordion {
	background-color: unset;
	color: var(--dark-grey);
	cursor: pointer;
	padding: 18px 0px;
	font-size: 20px;
	width: 100%;
	text-align: left;
	border-radius: 0;
	border: none;
	outline: none;
	border-bottom: 1px solid var(--black);
	font-weight: 600;
}

.active {
	border-bottom: 0px;
}

.accordion:hover {
	border-bottom1: 0px solid var(--black);
}

.panel {
	padding: 0px 0px 18px 0px;
	background-color: unset;
	display: none;
	overflow: hidden;
	font-size: 18px;
	border-bottom: 1px solid var(--black);
}

.panel p {
	padding: 0;
	margin: 0;
	color: var(--dark-grey);
}

.accordion:after {
	content: '\02795';
	font-size: 14px;
	color: var(--black);
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}

.active:after {
	content: "\2796";
}

.mobile {
	display: none;
}

/* SLIDER WRAPPER */
.slider {
width: 100%;
display: grid;
position: relative;
background: unset;
margin-top: 20px;
}


/* TRACK uses scroll‑snap so this works with touch/trackpads and without JS */
.slider__track {
display: flex;
gap: 0; /* no gaps between slides */
width: 100%;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
}


/* Hide the scrollbar while retaining scrollability */
.slider__track::-webkit-scrollbar { display: none; }
.slider__track { scrollbar-width: none; }


/* Each slide occupies full viewport width */
.slide {
position: relative;
flex: 0 0 100%;
width: 100%;
height: var(--slide-height);
scroll-snap-align: start; /* snap to left edge */
overflow: hidden;
isolation: isolate;
}


.slide > img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover; /* fill without distortion */
object-position: center; /* tweak per image if needed */
display: block;
}

/* Prev/Next controls: sticky hit‑areas that stay centered vertically */
.slider__controls {
position: sticky;
top: 0;
display: grid;
grid-template-columns: 1fr 1fr;
height: var(--slide-height);
pointer-events: none; /* let clicks pass except on links */
margin-top: calc(-1 * var(--slide-height)); /* pull over the track */
z-index: 2;
padding: 20px;
}


.slider__controls a {
pointer-events: auto;
display: flex;
align-items: center;
text-decoration: none;
color: white;
font: 600 120px/1 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
opacity: .25;
}

.slider__dots {
	margin: auto;
	padding: 10px;
}

.slider__dots a  {
	text-decoration: none;
	color: var(--dark-grey);
	font-size: 60px;
	margin: 0;
	padding: 0;
	line-height: 40px;
}

.prices-dates-container {
	background-color: var(--light-blue);
	color: var(--white);
	padding: 50px;
	display: flex;
}

.prices-dates-inner {
	margin: auto;
}

.prices-dates-form-input {
	padding: 10px 0px;
}

.prices-dates-form {
	width: 100%;
	display: flex;
}

.prices-dates-container label {
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
}

.prices-dates-form-input select {
	padding: 5px;
	font-size: 20px;
}

.prices-dates-container h2 {
	margin: 0;
	font-family: impact;
	text-transform: uppercase;
	font-size: 40px;
}

.faq-container {
	padding: 50px;
}

.faq-container h2 {
	margin: 0;
	font-family: impact;
	text-transform: uppercase;
	font-size: 40px;
}

.camp-program-container {
	display: flex;
	width: 100%;
	gap: 10px;
	text-align: center;
}

.camp-program-box {
	padding: 20px 10px;
	justify-items: center;
	background-color: var(--white);
	cursor: pointer;
}

.camp-program-box p {
	margin: 0;
}

p.camp-program-box-name {
	font-weight: 600;
}

p.camp-program-box-price {
	font-style: italic;
}

p.camp-program-box-speaker {
	font-size: 18px;
}

@media only screen and (max-width: 820px) {
	:root {
		--site-width: 100%;
		--site-width-inner: 80%;
		--body-margin: 0px;
		--slide-height: 30vh;
	}
	
	.mobile {
		display: block;
	}
	
	.site,
	.site-header {
		max-width: 100%;
		margin: 0;
		width: 100%;
	}
	
	.site-header .site-navigation {
		width: unset;
	}
	
	.site-header .menu-main-container,
	.site-header .search-button {
		display: none;
	}
	
	.flyout-navigation .menu-main-container {
		display: block;
	}
	
	.site-header-space {
		width: 100%;
	}
	
	.flyout-navigation ul#header-menu {
		display: block;
	}
	
	.menu-item-has-children:hover .sub-menu {
		opacity: 0%;
	}
	
	.big-hero {
		min-height: 725px;
	}
	
	.full h1 {
		font-size: 88px;
		line-height: 86px;
		padding-bottom: 125px;
	}
	
	.big-hero-logo.reverse {
		width: 375px;
	}
	
	.big-hero-inner {
		display: flex;
		justify-content: center;
	}
	
	.big-hero-logo.home {
		top: 600px;
	}
	
	.big-hero-logo {
		top: 370px;
		margin: auto;
		width: 370px;
	}
	
	.big-hero-logo-text {
		font-size: 80px;
		line-height: 80px;
		padding: 30px 70px 30px 50px;
	}
	
	.big-hero-text.reverse {
		margin-right: 0px;
		margin-top: 250px;
	}
	
	.highlight-medium-container,
	.highlight-secondary-buttons {
		display: block;
	}
	
	.highlight-medium {
		width: 100%;
		margin-top: 20px;
	}
	
	.highlight-secondary-buttons {
		padding: 0px;
	}
	
	.highlight-medium-container,
	.highlight-secondary-button {
		margin-top: 20px;
	}
	
	.blue-jean-column {
		display: block;
		margin-top: 20px;
	}
	
	.blue-jean-column:first {
		margin-top: 0px;
	}
	
	.blue-jean-column:nth-child(even) {
		flex-direction: unset;
	}
	
	.blue-jean-column-graphic,
	.blue-jean-column-text {
		width: 100%;
	}
	
	.blue-jean-column-graphic {
		min-height: 400px;
	}
	
	h3 {
		padding: 50px 0px;
	}
	
	.big-hero-text {
		margin-left: 0px;
		margin-top: 230px;
	}
	
	ul#footer-menu {
		display: block;
	}
	
	ul#footer-menu li {
		padding: 0px;
	}
}

.juniors {
	color: var(--juniors);
}

.jump-start {
	color: var(--jump-start);
}

.junior-high {
	color: var(--junior-high);
}

.fresh-start {
	color: var(--fresh-start);
}

.senior-high {
	color: var(--senior-high);
}

.reborne-rangers {
	color: var(--reborne-rangers);
}

.juniors-bg {
	background-color: var(--juniors);
}

.jump-start-bg {
	background-color: var(--jump-start);
}

.junior-high-bg {
	background-color: var(--junior-high);
}

.fresh-start-bg {
	background-color: var(--fresh-start);
}

.senior-high-bg {
	background-color: var(--senior-high);
}

.reborne-rangers-bg {
	background-color: var(--reborne-rangers);
}