/*!
Theme Name: RMCTC
Theme URI: http://rmctc.org/
Author: ITW24-25
Author URI: http://rmctc.org
Description: Custom Wordpress Theme for RMCTC.
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: rmctc
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.

RMCTC is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

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

/* 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.
 */

 /* Incorporate font that is in the logo */

 @font-face{
	font-family: 'square721bt';
	src: url('SQR721B.TTF');
	font-weight: normal;
	font-style: normal;
 }

 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


 /* End incorporate font that is in the logo */




html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body{
	margin: 0;
	overflow-x: hidden;
}

/**
 * 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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
--------------------------------------------- */
body {
	background: #fff;
}

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: #ccc #bbb #aaa;
}

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: #aaa #bbb #bbb;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 66px;
	left: -999em;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	min-width: 300px;
	background: rgba(111, 102, 110, 0.7);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	min-height: 53vh;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: 100%;
}


.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	/*position: relative;*/
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.menu-primary-menu-container{
	width: 75%;
	display: flex;
	justify-content: flex-end;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-item a{
	font-family: "Roboto", sans-serif;
}
.dropdown-item{
	font-size: 1.2vw;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}
@media screen and (max-width: 1125px){
	#primary-menu li a{
		font-size: 1.4vw !important;
	}
}

@media screen and (max-width: 992px){
	.menu-primary-menu-container{
		display: none;
	}
	#hamburger-menu{
		display: flex;
		margin-right: 4%;
	}
	.main-navigation{
		justify-content: space-between;
	}
	.custom-logo{
		margin-left: 15%;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	width: 250px;
	transition: all 0.5s ease-in-out;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Custom CSS */

.home-hero-container{
	position: relative;
	width: 100%;
	margin-top: -125px;
	display: flex;
	flex-direction: column;
	height: 80vh;
	justify-content: center;
	padding-top: 225px;
	padding-bottom: 225px;
	overflow:hidden;
}

.home-hero-h1{
	position: absolute;
	left: -100%;
	top: 20vh;
	font-size: 2vw;
	transition: all 1s ease-in-out;
}
.home-hero-h2{
	position: absolute;
	top: 30vh;
	right: -100%;
	font-size: 1.8vw;
	transition: all 1.2s ease-in-out;
}
.home-hero-h3{
	margin: 0;
	padding: 0;
}
.home-hero-cta{
	text-decoration: none;
	color: white;
	background: #f0c073;
	position: absolute;
	width: auto !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5vw;
	padding: 15px 35px 15px 35px;
	transition: bottom 1.6s ease-in-out, color .7s ease-in-out, background .7s ease-in-out;
	left: 25%;
	bottom: -100%;
	font-weight: bold;
}
.home-hero-cta:hover{
	background: rgb(111,102,99);
	color: #f0c073;
}
.home-important-info-container{
	width: 95%;
	margin: 0 auto;
}
nav{
	position: relative;
	z-index: 100000;
}
.menu-item{
	font-size: 22px;
}

/* Start menu underline on hover */
#primary-menu li {
	/*position: relative;*/

}

#primary-menu li a {
	display: flex;
	padding: 10px 20px;
	position: relative;
	text-decoration: none;
	width: 100%;
}

  
#primary-menu li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 0;
	background-color: white;
	transition: width .3s ease-in-out, left .3s ease-in-out;
	transform: translateX(-50%);
}
.navbar{
	height: 105px;
	transition: height 0.5s ease-in-out;
}
.make-navbar-fixed{
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	height: 75px !important;
	width: 100% !important;
	background: rgba(111, 102, 110, 0.7) !important;
}
.dropdown-menu li a::before{
	height: 0px !important;
}
  
#primary-menu li a:hover::before {
	width: 100%;
}
/* End menu underline on hover */

.menu-item a{
	color: white;
}
.menu-item a:hover{
	color: white;
}
.navbar-expand-lg .navbar-nav{
	justify-content: flex-end;
	width: 100%;
}

.navbar-toggler{
	border: none !important;
}

#primary-menu{
	display: flex;
	justify-content: space-between;
	width: 100%;	
}

.overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(128,128,128,.5);
}

.entry-title{
	display: none;
}

.hero-content{
	z-index: 1001;
}

.home-hero-text-container h1{
	font-size: 4vw;
	color: white;
	/*font-family: "Avenir Next", "Avenir", sans-serif;*/
	font-family: square721bt;
	font-weight: 600;
}
.home-hero-text-container p{
	text-align: left;
	color: white;
	/*font-family: "Avenir Next", "Avenir", sans-serif;*/
	font-family: square721bt;
	width: 80%;
	margin: 0 auto;
	font-weight: 600;
}

.home-hero-youtube-video iframe{
	width: 80%;
	margin: 0 auto;
}
.programs_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 100%;
	padding-top: 50px;
	background: #f0c073;
	padding-bottom: 50px;
}

.programs_container h1{
	color: white;
	font-size: 100px;
	padding-bottom: 50px;
	font-family: square721bt;
}
@media screen and (max-width: 912px){
	.programs_container h1{
		text-align: center;
		font-size: 10vw;
	}
}
.programs_inner{
	display: flex;
	width: 95%;
	flex-wrap: wrap;
	margin: 0 auto;
}

.programs_cta{
	display: flex;
	flex: 0 0 calc(33.33% - 10px);
	margin: 5px;
	box-sizing: border-box;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	width: 33%;
}
.programs_cta_image{
	transition: all .8s ease-out;
}
.programs_cta:hover .programs_cta_image{
	scale: 1.2;
}

.programs_cta h3{
	color: white;
	text-align: center;
	font-size: 30px;
}

.programs_cta a{
	background: #6f6663;
	color: white;
	text-decoration: none;
	font-size: 25px;
	width: 50%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all 0.3s ease;
}

.programs_cta a:hover{
	color: #6f6663;
	background: #f0c073;
}

.site-footer{
	background: #6f6663;
	width: 100%;
	height: auto;
	margin-top: -24px;
	margin-bottom: -24px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-container{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.footer-section{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer-section-inner{
	text-align: left;
}

.copyright-text{
	text-align: center;
	margin-top: 50px;
	color: white;
	font-weight: 500;
	font-size: 15px;
}

.programs-page-hero{
	position: relative;
	width: 100%;
	margin-top: -125px;
	display: flex;
	flex-direction: column;
	height: 60vh;
	justify-content: flex-end;
	align-items: flex-end;
}
@media screen and (max-width: 767px){
	.programs-page-hero{
		background-position: center !important;
	}
}
.sub-page-hero{
	position: relative;
	width: 100%;
	margin-top: -125px;
	display: flex;
	flex-direction: column;
	height: 60vh;
	justify-content: center;
}

.sub-page-content-area{
	min-height: 200px;
	background: white;
	width: 100%;
}
.sub-page-content-inner{
	width: 95%;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0 auto;
}

.programs-cluster-graphic{
	width: 35%;

}

.programs-page-title{
	text-align: center;
	color: white;
	font-size: 5vw;
}

.programs-page-content{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.programs-buttons{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 55.4%;
}

.programs-buttons a{
	text-decoration: none;
	background: #f0c073;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	/*margin-bottom: 20px;*/
	text-align: center;
	font-size: 25px;
	transition: all 0.3s ease;
}

.programs-buttons a:hover{
	background: #6f666e;
	color: #f0c073;
}
.programs-buttons a.active{
	background: #6f666e;
	color: #f0c073;
}
.career-pathways{
	width: 100%;
	background: #f0c073;
	color: white;
	/*margin-top: 30px;*/
	text-align: center;
}
.programs-buttons h4{
	margin-top: 30px;
	font-size: 30px;
}
.career-pathways ul{
	margin-left: 17%;
	padding-top: 15px;
}
.career-pathways ul li{
	text-align: left;
	width: 78%;
	font-size: 18px;
}

.programs-content-area{
	text-align: center;
}

.programs-content-image{
	width: 100%;
	margin: 0 auto;
}

.programs-content-image img{
	width: 100%;
}

.programs-main-text{
	width: 80%;
	margin: 0 auto;
	font-size: 20px;
}

.programs-main-text h2{
	margin-top: 35px;
}

.side-mobile-nav{
	display: none;
}

.side-primary-menu{
	display: flex;
	flex-direction: column;
}

.cluster-page-program-links{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.cluster-page-program-links ul{
	list-style: none;
	column-count: 2;
	margin: 0;
	padding: 0;
}

.cluster-page-program-links ul li{
	list-style: none;
	margin-bottom: 25px;
}

.cluster-page-program-links ul li a{
	text-decoration: none;
	color: black;
	background: #f0c073;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 300px;
	text-align: center;
	transition: all 0.3s ease;
}

.cluster-page-program-links a:hover{
	background: #6f666e;
	color: white;
}

.cluster-page-program-links p{
	text-align: center;
}

.cluster-page-program-image{
	padding-top: 50px;
	padding-bottom: 50px;
}

#google_translate_element{
	position: fixed;
	top: 80%;
	right: 5px;
	text-align: center;
	z-index: 9999;
}

.programs-syllabus{
	display: none;
}
.dropdown-menu{
	background: #6f666e !important;
	border-radius: 0px !important;
}

.dropdown-menu a:hover{
	background: #f0c073 !important;
	color: black !important;
}

/*.fix-long-menu{
	height: 90vh;
	overflow-y: scroll;
}*/
.sub-menu{
	display: none;
}
#primary-menu{
	list-style: none;
}
.submenu-icon {
  margin-left: 6px;
  font-size: 0.50em;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submenu-icon-level-3{	
  margin-left: auto;
  font-size: 0.50em;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}



#instructor-container{
	display: none;
}

#student-certifications-container{
	display: none;
}
#certifications-container{
	display: none;
}

.admins-and-support-staff-container{
	display: none;
	text-align: center;
}

.admins-and-support-staff-container p{
	font-weight: bold;
}

.nurse-info{
	display: none;
}

.student-services-staff{
	display: none;
}

.support-staff{
	display: none;
}

.teachers{
	display: none;
}

.childline_text a{
	background: none;
	font-size: 16px;
	color: blue;
	text-decoration: underline;
}

.childline_text p a:hover{
	background: none;
	color: #6f666e;
}

.footer-section-inner h3{
	color: white;
}

.footer-section-inner a{
	color: white;
}

.footer-section-inner i{
	font-size: 30px;
}

.footer-section-inner .social-icons{
	display: flex;
	justify-content: space-between;
}

.contact-info-buttons{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-info-buttons a{
	text-decoration: none;
	background: #f0c073;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 80%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 25px;
	transition: all 0.3s ease;
}

.contact-info-buttons a:hover{
	background: #6f666e;
	color: #f0c073;

}

aside{
	width: 100%;
}

.employment-hero{
	position: relative;
	top: -100px;
	left: 0;
	width: 100%;
	height: 75vh;
	margin-bottom: 0px;
}
.job-listing-container{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 25px;
	margin-top: -50px;
}

/* Alert Box Start */
.custom-alert-box-container{
	position: fixed;
	background: rgba(0,0,0,.5);
	width: 100vw;
	height: 100vh;
	z-index: 3000000;
	top: 0;
	left: 0;
}
.alert-box{
	width: 100vw;
	height: 100vh;
	display: flex;
}
.alert-box-inner{
	position: absolute;
	width: 50vw;
	height: 50vh;
	background: white;
	top: -100%;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.7s ease-in-out;
}
.alert-box-title-bar{
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*border-bottom: 1px solid #e9ecef*/
}
.alert-close-button{
	position: absolute;
	display: flex;
	margin: 0 auto;
	justify-content: flex-end;
	right: 15px;
	align-items: center;
	font-family: verdana;
	font-size: 20px;
}
.alert-close-button:hover{
	cursor: pointer;
}
.alert-box-text{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.alert-box-text-inner{
	width: auto;
	height: auto;
}
.alert-box-slide-in{
	top: 50%;
	transform: translate(-50%, -50%);
}
.hide-alert-box{
	display: none !important;
}
/* Alert Box End */



/* Employment Start */


.job-card {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.job-card h3 {
    margin-top: 0;
}

.employment-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 200000;
}

.employment-modal {
    background: #fff;
    padding: 30px;
    max-width: 90vw;
	margin: 0 auto;
	height: 80vh;
    position: relative;
	overflow: scroll;
	z-index: 2000000;
}

.employment-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}



/* Employment End

/* Job Applications Start */
/*.job-application-container{
	width: 100%;
	position: relative;
}
.teacher-application-container{
	width: 80%;
	margin: 0 auto;
}
/*
.teacher-application-container h1{
	width: 100%;
	text-align: center;
}
.teacher-application-container h3{
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.teacher-application-container p{
	display: flex;
	gap: 20px;
	align-items: center;
}
.teacher-application-container span{
	font-weight: bold;
}
.teacher-application-container input{
	flex: 1;
	font-size: 18px;
	padding: 5px;
}*/




/* Main Container */
.job-application-container {
    display: flex;
    justify-content: center;
    padding: 20px;
	margin-bottom: 50px;
	margin-top: -100px;
}

.teacher-application-container {
    background: #ffffff;
    border-radius: 10px;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 40px;
}

/* Headings */
.teacher-application-container h1,
.teacher-application-container h2,
.teacher-application-container h3 {
    text-align: center;
    margin-top: 0;
}

.teacher-application-container h1 {
    font-size: 26px;
}

.teacher-application-container h2 {
    font-size: 22px;
    margin-top: 30px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

.teacher-application-container h3 {
    font-weight: normal;
    color: black;
    margin-bottom: 30px;
}

/* Form and Inputs */
.teacher-application-container form {
    display: flex;
    flex-direction: column;
}

.teacher-application-container label {
    margin-top: 15px;
    font-weight: bold;
}

.teacher-application-container input[type="text"],
.teacher-application-container input[type="email"],
.teacher-application-container input[type="date"],
.teacher-application-container input[type="file"],
.teacher-application-container select,
.teacher-application-container textarea {
    padding: 10px;
    margin-top: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}

.teacher-application-container textarea {
    resize: vertical;
}

/* Checkbox labels inline */
.teacher-application-container input[type="checkbox"] {
    margin-right: 10px;
}
.teacher-application-container label input[type="checkbox"] {
    margin-right: 5px;
    font-weight: normal;
}

/* Section Blocks */
.teacher-application-container .certification-block,
.teacher-application-container .edu-block,
.teacher-application-container .job-block,
.teacher-application-container .ref-block,
.teacher-application-container  {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px;
    border: 1px solid #ddd;
}
.student-teaching-block{
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px;
    border: 1px solid #ddd;	
}
/* Horizontal Rule Styling */
.teacher-application-container hr {
    margin: 40px 0;
    border: none;
    border-top: 1px solid #ddd;
}

/* Submit Button */
.teacher-application-container button[type="submit"] {
    margin-top: 30px;
    padding: 15px;
    background-color: #f0c073;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
	font-size: 25px;
	/*font-family: square721bt;*/
}

.teacher-application-container button[type="submit"]:hover {
    background-color: rgb(111,102,99);
}

/* Responsive Layout */
@media (max-width: 600px) {
    .teacher-application-container {
        padding: 20px;
    }
    .teacher-application-container h1, h2, h3 {
        font-size: 20px;
    }
}





/* Support Application Start */

.support-staff-application-container {
    background: #ffffff;
    border-radius: 10px;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 40px;
	margin: 0 auto;
	margin-bottom: 125px;
	margin-top: 0px;
}

/* Headings */
.support-staff-application-container h1,
.support-staff-application-container h2,
.support-staff-application-container h3 {
    text-align: center;
    margin-top: 0;
}

.support-staff-application-container h1 {
    font-size: 26px;
}

.support-staff-application-container h2 {
    font-size: 22px;
    margin-top: 30px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

.support-staff-application-container h3 {
    font-weight: normal;
    color: black;
    margin-bottom: 30px;
}

/* Form and Inputs */
.support-staff-application-container form {
    display: flex;
    flex-direction: column;
}

.support-staff-application-container label {
    margin-top: 15px;
    font-weight: bold;
}

.support-staff-application-container input[type="text"],
.support-staff-application-container input[type="email"],
.support-staff-application-container input[type="date"],
.support-staff-application-container input[type="file"],
.support-staff-application-container select,
.support-staff-application-container textarea {
    padding: 10px;
    margin-top: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}

.support-staff-application-container textarea {
    resize: vertical;
}

/* Checkbox labels inline */
.support-staff-application-container input[type="checkbox"] {
    margin-right: 10px;
}
.support-staff-application-container label input[type="checkbox"] {
    margin-right: 5px;
    font-weight: normal;
}

/* Section Blocks */
.support-staff-application-container .certification-block,
.support-staff-application-container .edu-block,
.support-staff-application-container .job-block,
.support-staff-application-container .ref-block,
.support-staff-application-container {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.support-staff-application-container .education-block{
	margin-top: 20px;
	background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.support-staff-application-container .work-experience-block{
	margin-top: 20px;
	background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.support-staff-application-container .work-related-references-block{
	margin-top: 20px;
	background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.support-staff-application-container .general-background-block{
	margin-top: 20px;
    padding: 20px;
}
.student-teaching-block {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px;
    border: 1px solid #ddd;	
}

/* Horizontal Rule Styling */
.support-staff-application-container hr {
    margin: 40px 0;
    border: none;
    border-top: 1px solid #ddd;
}

/* Submit Button */
.support-staff-application-container button[type="submit"] {
    margin-top: 30px;
    padding: 15px;
    background-color: #f0c073;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    font-size: 25px;
    /*font-family: square721bt;*/
}

.support-staff-application-container button[type="submit"]:hover {
    background-color: rgb(111,102,99);
}

/* Responsive Layout */
@media (max-width: 600px) {
    .support-staff-application-container {
        padding: 20px;
    }
    .support-staff-application-container h1, h2, h3 {
        font-size: 20px;
    }
}


/* Support Application End */














/* Job Applications End */

/* Directions Page Start */
.directions-page-container{
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.directions-page-inner{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.directions-page-inner form{
	padding: 0;
	margin: 0;
}
.directions-page-inner label{
	font-size: 1.2rem;
}
.directions-page-inner input[type="text"]{
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 16px;
}
.directions-page-inner button{
	width: 100%;
	background: #f0c073;
	color: white;
	font-size: 1.2rem;
	border-radius: 6px;
	font-weight: bold;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	transition: all 0.3s ease-in-out;
}
.directions-page-inner button:hover{
	background: rgb(111,102,99);
	color: #f0c073;
}
/* Directions Page End */









@media (max-width: 768px){
	.programs_cta{
		flex: 0 0 100%;
		height: 400px !important;
	}
}


.policies-container{
	width: 90%;
	margin: 0 auto;
	padding: 50px;
	padding-bottom: 75px;
}
.policies-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.policies-left{
	width: 48%;
	font-size: 1.5vw;
}
.policies-right{
	width: 48%;
}
@media (max-width: 768px){
	.policies-container{
	}
	.policies-inner{
		flex-wrap: wrap;
		width: 100%;
	}
	.policies-left{
		width: 100%;
	}
	.policies-right{
		width: 100%;
		margin-bottom: 20px;
	}
}

.staff-resources-container{
	width: 90%;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 75px;
}
/* End Custom CSS */


/* Custom Scrollbar CSS */

/* Width of the scrollbar */
::-webkit-scrollbar {
	width: 12px;
}
  
/* Track (background) */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
  
/* Handle (thumb) */
::-webkit-scrollbar-thumb {
	background: #6f6663;
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #6f6663;
}


/* Applies to Firefox only */
.scrollable {
	scrollbar-width: thin;           /* auto | thin | none */
	scrollbar-color: #6f6663 #f1f1f1;   /* thumb color, track color */
}
  
  
  /* End Custom Scrollbar CSS */













  

  /* === SUBMENU ALIGNMENT & RESPONSIVE EDGE FIX === */

/* Keep third-level menus top-aligned */
.main-navigation ul ul ul {
  top: 0;
  left: -999em;
  position: absolute;
  width: 400px;
}

/* Flip 3rd-level menus left if in last 2 items */
.main-navigation > ul > li:nth-last-child(-n+2) ul ul {
  left: auto;
  right: 100%;
}

/* Flip 2nd-level menus left if in last 2 items */
.main-navigation > ul > li:nth-last-child(-n+2) ul {
  left: auto;
  right: 0;
}

/* Prevent overflow: Ensure dropdowns stay within viewport */
.main-navigation ul ul {
  min-width: 250px;
  max-width: 300px;
  overflow-wrap: break-word;
  z-index: 99999;
  position: absolute;
  background: rgba(111, 102, 110, 0.7);
  display: flex;
  flex-direction: column;
}

/* Display third-level submenus on hover */
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  top: 0;
  left: 100%;
}

/* === END SUBMENU FIXES === */

/* Blog Start */
.blog-container{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	font-family: "Roboto", sans-serif;
	padding-top: 50px;
	padding-bottom: 50px;
}
.blog-inner-container{
	display: flex;
	justify-content: space-evenly;
	width: 80%;
	margin: 0 auto;
}
.blog-inner-container article{
	border: 1px solid black;
	padding: 25px;
}
.news-small-image{
	width: 200px;
}
/* Blog End */

/* Programs Page Revamp Start */
.programs-page-container{
	width: 80%;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.programs-page-left{
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.programs-page-right{
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}
.programs-buttons h3{
	font-size: 30px;
}
@media screen and (max-width: 767px){
	.programs-page-container{
		flex-direction: column;
	}
	.programs-page-left{
		width: 100%;
	}
	.programs-page-right{
		width: 100%;
		margin-top: 25px;
	}
	.programs-buttons{
		width: 100%;
	}
	#instructor-container{
		width: 100%;
		margin-top: 25px;
	}
}
/* Programs Page Revamp End */

/* Student Services Start */

.menu-student-services-container{
	z-index: 1 !important;
}
#menu-student-services{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-student-services li{
	position: relative;
	padding: 15px;
	background: #f0c073;
	text-align: center;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#menu-student-services li:hover{
	background: rgb(111, 102, 110);
	color: #f0c073 !important;
}

#menu-student-services a{
	position: absolute;
	color: white;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 5px;
	padding-right: 5px;
}

.ss-hero{
	position: relative;
	width: 100%;
	margin-top: -125px;
	display: flex;
	flex-direction: column;
	height: 70vh;
	justify-content: center;
}
.ss-container{
	width: 100%;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}
.ss-row{
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.ss-sidebar{
	width: 25%;
	padding-bottom: 25px;
}
.ss-content{
	width: 65%;
}


.ss-content > div{
	display: none;
}

.ss-menu a.active{
	background: rgb(111, 102, 110);
	color: #f0c073 !important;
}

.ss-display{
	display: block !important;
}
/* Student Services End */



/* Adult Education Page Starts */
.adult-education-container{
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
	display: flex;
	gap: 25px;
}
.adult-ed-side-menu{
	width: 45%;
}
.adult-ed-side-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #f0c073;
}
.adult-ed-side-menu ul li{
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	height: 65px;
	font-size: 22px;
	font-family: "Roboto", sans-serif;
}
.adult-ed-side-menu ul li.active{
	background: rgb(111, 102, 110);
	color: #f0c073 !important;
}
.adult-ed-side-menu ul li:hover{
	cursor: pointer;
	background: rgb(111,102,99);
}
.adult-education-container .programs_container{
	background: none;
}

.adult-education-container h1{
	color: black;
	font-family: "Roboto", sans-serif;
	font-size: 45px;
	margin-top: -60px;
}

.get-certified-content{
	display: none;
}

.train-my-workforce-content{
	display: none;
}

.signup-now-content{
	display: none;
}
.hide-adult-ed-section{
	display: none;
}
/* Adult Education Page Ends */






.hamburger-menu{
	display: none;
	position: absolute;
	right: 0px;
	color: white;
	font-size: 40px;
	z-index: 1000;
	height: 40px;
	flex-direction: column;
	align-items: space-evenly;
	justify-content: space-evenly;
	transition: all 0.3s ease-in-out;
}

.hamburger-menu-bar-1{
	width:30px;
	height:4px;
	background:white;
	transition: all 0.3s ease-in-out;
}
.hamburger-menu-bar-2{
	width:30px;
	height:4px;
	background:white;
	transition: all 0.3s ease-in-out;
}
.hamburger-menu-bar-3{
	width:30px;
	height:4px;
	background:white;
	transition: all 0.3s ease-in-out;
}

.hamburger-menu:hover{
	cursor: pointer;
}
.close-hamburger-menu{
	display: none;
}






.app-style-menu{
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: darkgray;
	z-index: 2147483647;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}


/* Home Social Media Start */

.home-social-container{
	display: flex;
	padding-top: 25px;
	padding-bottom: 25px;
	gap: 15px;
	width: 95%;
	margin: 0 auto;
}
.home-social{
	width: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
}



@media screen and (max-width: 1097px){
	.home-social-container{
		flex-direction: column;
	}
	.home-social{
		width: 100%;
	}
}


/* Home Social Media End */




.secondary-menu{
	position: fixed;
	top: 0px;
	right: -100%;
	width: 100%;
	height: 100vh;
	background: rgb(111, 102, 110, 0.7);
	color: white;
	transition: all 0.3s ease;
	overflow: scroll;
}

#secondary-menu{
	display: flex;
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
}

#secondary-menu li{
	padding-right: 35px;
}
#secondary-menu li ul li{
	padding-right: 0px;
}
#secondary-menu li ul li a{
	width: 100%;
	padding: 5px;
}
#secondary-menu .dropdown-menu{
	display: flex;
	flex-direction: column;
}

.mobile-accordion{
	max-width: 800px;
	width: 80%;
	margin: auto;
	overflow: hidden;
	margin-top: 100px;
}
.mobile-accordion h3{
	background: none;
	padding: 0;
	margin: 0;
	padding: 5px;
}
.mobile-accordion-header{
	background: none;
	color: white;
	padding: 15px;
	margin: 0;
	cursor: pointer;
	display: flex;
}
.mobile-accordion-header::after{
	content: "+";
	font-size: 25px;
	font-family: verdana;
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin-left: auto;
}
.mobile-accordion-content{
	display: none;
	padding: 15px;
	background: none;
	color: white;
}
.mobile-nav-submenu{
	display: block !important;
}
.mobile-nav-submenu li{
	font-size: 25px;
	padding: 5px;
}
.program-buttons{
	font-size: 25px;
	padding: 5px;
}
.mobile-accordion a{
	height: 100%;
	background: none;
	text-decoration: none;
	color: white;
}