/*!
Theme Name: asa_2023
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: asa_2023
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.

asa_2023 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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: block;
	width: 100%;
}

.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: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

/* 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 STYLES */
/* MAIN LAYOUT */
body {
	/*position: absolute;
	z-index: 0;*/
	/*background-color: #0E0E0E !important;*/ /*Rich Black */
	background-color: #555555 !important; /* gray */
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12pt;
	/*line-height: 120%;*/
}

@media only screen and (min-width: 641px) {
	/* DESKTOP SCREENS */
    #page {
		width: 90%;
		/*max-width: 1024px;*/
		min-width: 320px;
		/*padding: 1em 1.5em;*/
		margin-left: auto;
		margin-right: auto;
		background: white;	
	}
	
	#content {
		padding: 1rem 3rem;
			/*padding: 0 1.5em;*/
	}
}

@media only screen and (max-width: 1024px) {
	/* MOBILE & TABLET SCREENS */
    #page {
		width: 100%;
		/*max-width: 1024px;*/
		min-width: 320px;
		/*padding: 1em 1.5em;*/
		margin-left: auto;
		margin-right: auto;
		background: white;	
	}
	
	#content {
		width: 100%;
		padding: 1rem;
		margin-left: auto;
		margin-right: auto;
	}
}

h1, h2, h3, h4, h5, h6 {
	/*margin: 0;*/
	font-weight: 500;
	color: #0E0E0E; /* rich black */
}

h1 {
	margin: 0 0 .5rem 0;
	font-size: 2rem;
}

h2 {
	margin: 1rem 0 .5rem 0;
	font-size: 1.75rem;
}

h3 {
	margin: 1rem 0 .5rem 0;
	font-size: 1.5rem;
}

h4 {
	margin: 1rem 0 .5rem 0;
	font-size: 1.25rem;
}

h5 {
	margin: 1rem 0 .5rem 0;
	font-size: 1.125rem;
}

h6 {
	margin: 1rem 0 .5rem 0;
	font-size: 1rem;
}

p {
	margin-bottom: 15px;
	font-size: 1rem;
}

a {
	color: #baa83b; /* shaded yellow */
}

a:hover {
	color: #F3D627; /* Yellow */
}

ul {
	list-style-type: square;
	margin: 0 0 1rem .5rem;
}

ol { 
	margin: 0 0 1rem .5rem;
}

hr {
	background-color: #555555; /* gray */
	color: #555555; /* gray */
	height: .5px;
	border: .5px;
	margin: 1rem 0;
}

video {
  width: 100% !important;
  height: auto !important;
}

/* FONTS */
/*main, h1, main a {
	font-family: 'Montserrat', sans-serif;
}

header, footer, #secondary.widget-area {
	font-family: 'Oswald', sans-serif;
}*/

/* BUTTONS */
.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link, .wp-block-button__link, .wp-block-button__link:visited {
	color: #0E0E0E !important; /* rich black */
	background-color: #F3D627 !important; /* Yellow */
	font-weight: 600;
	border-radius: 9999px !important;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-align: center;
	text-decoration: none;
	word-break: break-word;
	box-sizing: border-box;
}

.pmpro_btn:hover, .wp-block-button__link:hover {
	text-decoration: none;
	color: #0E0E0E !important; /* rich black */
	background-color: #ffef94 !important; /* tinted yellow */
}

/* HEADER */	
#masthead {
	width: 100%;
	/*margin-bottom: 1em;*/
	/*background-color: #0E0E0E;*/ /*Rich Black */
	background: #0E0E0E url("https://theblackstudentadvocatenetwork.com/wp-content/uploads/2022/05/bsa-header-bg.jpg") top right no-repeat;
	/*color: #ffffff;*/
}

/* HEADER - CART, LOGIN, SEARCH */
#header-search-login {
	width: 100%;
	padding: 1rem 1rem .5rem 1rem;
	font-family: 'Oswald', sans-serif;
	background: #F3D627; /* Yellow */
	/*border-top: 7px solid;
	border-top-color: rgb(213,188,58);
	border-top-color: linear-gradient(90deg, rgba(213,188,58,1) 0%, rgba(255,255,255,1) 50%, rgba(220,198,84,1) 63%, rgba(243,225,111,1) 77%, rgba(244,222,92,1) 100%);*/
	border-bottom: 7px solid;
	border-bottom-color: rgb(213,188,58);
	border-bottom-color: linear-gradient(90deg, rgba(213,188,58,1) 0%, rgba(255,255,255,1) 50%, rgba(220,198,84,1) 63%, rgba(243,225,111,1) 77%, rgba(244,222,92,1) 100%);
}

#header-search-login ul {
	text-align: right;
	margin: 0;
	padding: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 0;
}

#header-search-login .search-form {
	margin: 0;
	padding: 0;
}

#header-search-login li {
	display: inline-block;
	list-style-type: none;
	font-size: 1em;
	margin: 0 .5rem 0 0;
	padding: 0 0 0 .5rem;
	/*border-left: 1px solid #cadce0;*/ /* light teal gray */
}

#header-search-login li:first-child, #header-search-login li:last-child {
	/*border-left: none;*/
}

#header-search-login a {
	font-weight: 400;
	color: #0E0E0E; /* rich black */
}


@media only screen and (min-width: 641px) {
	/* DESKTOP SCREENS */
    #header-search-login li {
        display: inline-block;
    }
	
	#header-search-login img {
		float: left;
		margin-right: 10px;
	}

	img.header-icon {
		width: 30px;
		margin-right: .25rem;
	}
}

@media only screen and (max-width: 640px) {
	/* MOBILE & TABLET SCREENS */
    #header-search-login li {
      display: inline-block;
			margin-bottom: .5rem;
    }
	
	#header-search-login li:last-child {
      display: block;
    }
	
	.header-icon {
		display: none;
	}
	
	#header-search-login img {
		float: none;
		margin-right: 0;
	}

	img.header-icon {
		width: 30px;
		margin-right: 0;
	}
}

/* HEADER - BRANDING AND CONTACT INFO */
#header-logo-contact {
	width: 100%;
	padding: 1rem;
	color: #ffffff;
}

#header-logo {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header-logo img {
	width: 100%;
	height: 100%;
	/*min-width: 320px;*/
	/*max-width: 320px;*/
}

#header-action-buttons {
	width: 80%;
	text-align: center;
}

a.header-button {
	display: block;
	width: 100%;
	cursor: pointer;
	color: #0E0E0E !important; /*Rich Black */
	background-color: #F3D627; /* Yellow */
	padding: .5rem;
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: bold;
	border-top: 7px solid;
	border-bottom: 7px solid;
	border-top-color: rgb(213,188,58);
	border-top-color: linear-gradient(90deg, rgba(213,188,58,1) 0%, rgba(255,255,255,1) 50%, rgba(220,198,84,1) 63%, rgba(243,225,111,1) 77%, rgba(244,222,92,1) 100%);
	border-bottom-color: rgb(213,188,58);
	border-bottom-color: linear-gradient(90deg, rgba(213,188,58,1) 0%, rgba(255,255,255,1) 50%, rgba(220,198,84,1) 63%, rgba(243,225,111,1) 77%, rgba(244,222,92,1) 100%);
	/*border-top-color: rgb(213,188,58);
	border-top-color: linear-gradient(90deg, rgba(213,188,58,1) 0%, rgba(255,255,255,1) 50%, rgba(244,222,92,1) 100%);*/
	transition: all .5s;
}

a.header-button:hover {
	/*opacity: .75;*/
	background-color: #ffef94; /* tinted yellow */
	text-decoration: none;
}

#header-contact {
	/*width: 80%;*/
	text-align: center !important;
}

p.industry-blurb {
	font-weight: bold;
	font-size: 2rem;
	line-height: 120%;
	margin-bottom: 1rem;
}

span.industry-big {
	font-size: 3rem;
}

span.industry-small {
	font-size: 1rem;
}

p.header-phone {
	border-top: 6px solid #F3D627; /* Yellow */
	/*border-bottom: 6px solid #F3D627;*/ /* Yellow */
	padding: .5rem 0;
}

span.call-small {
	font-size: 1.75rem;
}

span.call-big {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 120%;
}

span.call-big a {
	color: #F3D627; /* Yellow */
}

span.call-big a:hover {
	color: #ffef94; /* tinted yellow */
}

@media only screen and (max-width: 1024px) {
	/* MOBILE & TABLET SCREENS */
	header {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
    #header-logo {
		align: center;
		width: 100%;
		margin-bottom: 1rem;
	}
	
	#header-action-buttons {
		margin-bottom: 1rem;
		align: center;
	}
	
	#header-contact {
		margin-bottom: 1rem;
		align: center;
	}
}

/* HEADER - TOP NAVIGATION */
#header-nav .bg-light, #header-nav .bg-dark {
    background: #F3D627 !important; /* Yellow */
	border-top: 7px solid;
	border-top-color: rgb(213,188,58);
	border-top-color: linear-gradient(90deg, rgba(213,188,58,1) 0%, rgba(255,255,255,1) 50%, rgba(220,198,84,1) 63%, rgba(243,225,111,1) 77%, rgba(244,222,92,1) 100%);
	border-bottom: 7px solid;
	border-bottom-color: rgb(213,188,58);
	border-bottom-color: linear-gradient(90deg, rgba(213,188,58,1) 0%, rgba(255,255,255,1) 50%, rgba(220,198,84,1) 63%, rgba(243,225,111,1) 77%, rgba(244,222,92,1) 100%);
	/*border-top-color: rgb(213,188,58);
	border-top-color: linear-gradient(90deg, rgba(213,188,58,1) 0%, rgba(255,255,255,1) 50%, rgba(244,222,92,1) 100%);*/
}

#header-nav {
	font-family: 'Oswald', sans-serif;
	/*background: #F3D627;*/ /* Yellow */
	text-align: center; /* REQUIRED for all */
	-ms-text-justify: distribute-all-lines; /* IE ONLY (other browsers use :after) */
	text-justify: distribute-all-lines; /* IE ONLY (other browsers use :after) */
	font-size: 0; /* White-space fix */
}

/* Restore font-size for children */
#header-nav > * {
	font-size: 16px; 
}

#header-nav:after {
	content: ''; /* Ensure it displays */
	display: inline-block; /* Display on same line as columns */
	width: 100%; /* Ensure row's content is long enough to be justified */
	font-size: 0; /* Ensure (with line-height) does not take up visible space */
	line-height: 0; /* See font-size */
}

#header-nav a {
	display: inline-block; /* All major modern browsers */
	*display: inline; /* Browser hack for IE6/7 */
	zoom: 1; /* For IE 6/7 to display inline-block */
	vertical-align: top; /* Prevent staggering */
}

#header-nav a {
	font-weight: 400;
	/*font-size: 1.1em;*/
}

#header-nav ul {
	/*text-align: center;*/
	/*margin: 0;*/
}

#header-nav li:last-child {
	border-right: none;
}

#header-nav li {
	display: inline-block;
	text-align: center;
	margin: 0px;
    padding: .5rem 1rem;  
    cursor: pointer;     
    /*font-size: 1em;*/
	border-right: 1px solid #B3A01D; /* medium shaded yellow */
	transition: all .5s;
}

#header-nav li:hover {
	background-color: #ffef94; /* tinted yellow */
	/*background-color: #DCC324;*/ /* light shaded yellow */
}

#header-nav li a {
	text-decoration: none;
	color: #0E0E0E; /* rich black */
}

ul.dropdown-menu {
	text-align: center;
	color: #0E0E0E; /* rich black */
    background-color: #ffef94; /* tinted yellow */
}

#header-nav.menu-item-has-children {
	/*padding-top: 1rem !important;*/
}

#header-nav .dropdown-menu li {
	display: block;
	border-right: none;
	border-bottom: 1px dotted #0E0E0E; /*Rich Black */
	transition: all .5s;
}

#header-nav .dropdown-menu li:last-child {
	border-bottom: none;
}

#header-nav .dropdown-menu li:first-child {
	border-top: none;
}

#header-nav .dropdown-menu li:hover, #header-nav .dropdown-item:hover, #header-nav .dropdown-item:active, #header-nav .dropdown-item:focus, #header-nav .active {
    color: #0E0E0E; /*Rich Black */
    text-decoration: none;
    background-color: #baa83b; /* shaded yellow */
}

.dropdown:hover .dropdown-menu {
    display: block;
}


/* STATISTICS/JUST THE FACTS */
#statistics-top table, img.just-the-facts-graphic, #just-the-facts-mobile {
	margin-bottom: 1rem;
}

#statistics { 
	width: 100%;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
    /*padding: 0rem 1rem;*/
    text-align: center;
}

table#just-the-facts {
    border: 2px solid #0E0E0E; /*Rich Black */
    width: 100%; 
}

#just-the-facts th {
    background-color: #afafaf; /* dark gray */
    font-weight: bold;
}

#just-the-facts th, #just-the-facts td {
    border: 1px solid #000000;
    text-align: center;
    padding: 5px;
}

#just-the-facts td {
    font-weight: 400;
}

#just-the-facts-mobile {
    display: block;
    border: 2px solid #0E0E0E; /*Rich Black */ 
}

#just-the-facts-mobile .col {
    border: 1px solid #0E0E0E; /*Rich Black */ 
}

@media only screen and (min-width: 641px) {
	/* DESKTOP SCREENS */
    #just-the-facts-mobile {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
	/* MOBILE & TABLET SCREENS */
    #just-the-facts {
        display: none;
    }
}

/* CONTENT */
main {
	padding: 1rem;
}

/* HOME PAGE */
.equality-block {
	width: 100%;
	/*max-height: 300px;*/
	background: #dacfc6;
	margin-top: 2rem;
}

.wp-block-media-text {
	-ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
}

.wp-block-media-text .wp-block-media-text__media {
	/*max-width: 196px;
	max-height: 300px;*/
}

.equality-block h3 {
	font-size: 2.5rem;
	margin: 0 0 15px 0;
	line-height: 110%;
}

.equality-block p {
	font-size: 2rem;
	margin: 0 0 15px 0;
	line-height: 120%;
}

h2.news-home {
	margin-top: 1rem;
	font-size: 4rem;
	font-weight: 500;
	background: #376c7f;
	color: white;
	padding-left: 15px;
}

.wp-block-group__inner-container {
	display: flex;
 	align-items:center;
}

.wp-block-group__inner-container li {
	clear: both;
	list-style-type: none;
	font-weight: normal;
	font-size: 1.5rem;
	margin-bottom: 25px;
	vertical-align: middle;
}

.wp-block-group__inner-container img {
	float: left;
	margin: 0 15px 25px 0;
	vertical-align: middle;
}

.facebook-feed-header {
	margin-top: 1rem;
}

/* BLOG */
ul.lcp_catlist {
	list-style-type: none;
	margin: 0;
}

.lcp_catlist li {
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

span.blog-date {
	padding: 0 10px;
}


/* SIDEBAR */
#sidebar {
	font-family: 'Oswald', sans-serif;
}

#sidebar li {
	list-style-type: none;
}

div.widget.thebl-widget {
	margin-top: 2rem;
}

#sidebar-cku a {
	/*color: #D10000;*/
	text-decoration: none;
}

#sidebar-cku a:hover {
	/*color: red;*/
	text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
	/* MOBILE & TABLET SCREENS */
	#sidebar {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

/* WIDGETS */
.widget {
    margin: 0 0 1rem;
}

.widget li {
    margin-bottom: .25rem;
}

h3.widget-title {
	clear: both;
	/*text-align: center;*/
	font-size: 1.25rem;
	font-weight: 500;
	color: #0E0E0E; /* rich black */
	/*color: #baa83b;*/ /* shaded yellow */
	margin: 1.5rem 0 1rem 0;
}

.widget .widget-title, .widget .widgettitle {
	/*font-size: 1.1rem;
	padding: 0;*/
}

.textwidget {
	/*margin-bottom: 1rem;*/
}

#sidebar-search {
	/*background-color: #baa83b;*/ /* shaded yellow */
	/*padding: .5rem;*/
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget .widget-title, .site-footer .widget .widgettitle {
	border-bottom: 0;
	margin-bottom: .5rem;
}

.footer-widgets {
    padding-top: 1.5rem;
    border-bottom: none;
}

/* BANNER ADS */
.leaderboard {
	max-width: 728px;
	max-height: 90px;
}

#leaderboard-top {
	margin: 2rem 0 1rem 0;
	padding: 0;
}

#leaderboard-top img {
	/*margin: 0 0 25px 0;*/
}

#leaderboard-bottom {
	margin: 2rem 0 0 0;
	padding: 0;
}

#leaderboard-bottom img {
	/*margin-top: 25px;*/
}

.black-right-rail img {
	margin-bottom: 1rem;
}

.black-leaderboard-bottom {
	margin-top: 50px;
}

.inline-rectangle {
	clear: both;
	max-height: 999px;
	margin-bottom: 1rem;
	max-width: 300px;
	/*max-height: 250px;*/
}

/* DIRECTORY */
/* ACADP Directory plug-in */
a:hover.btn.btn-primary,button:hover.btn.btn-primary, input:hover.btn.btn-primary.pull-right.acadp-listing-form-submit-btn, input:hover#acadp-wc-checkout-submit-btn {
	/*background-color: red !important;
	color: white !important;*/
	color: #0E0E0E !important; /*Rich Black */
	background-color: #baa83b !important; /* shaded yellow */
	border-color: #F3D627 !important; /* Yellow */
	text-decoration: none !important;
}

.acadp .btn-primary {
    /*color: white !important;
    background-color: #d10000 !important;
    border-color: black !important;*/
	color: #0E0E0E !important; /*Rich Black */
	background-color: #baa83b !important; /* shaded yellow */
	border-color: #F3D627 !important; /* Yellow */
}

button.dismissButton {
	/*color: white !important;
    background-color: #d10000 !important;
    border-color: black !important;*/
	color: #0E0E0E !important; /*Rich Black */
	background-color: #baa83b !important; /* shaded yellow */
	border-color: #F3D627 !important; /* Yellow */
}

a.page-numbers {
	background-color: #AAAAAA !important;
}

span.page-numbers.current {
	background-color: #0c5631 !important;
}

span.page-numbers.dots {
	color: #AAAAAA !important;
}

span.label.label-primary {
	background-color: #0c5631 !important;
}

span.text-primary {
	color: #AAAAAA !important;
}

/* EVENTS CALENDAR */
/* Tribe plug-in */
.tribe-events-nav-pagination a:not(.button):not(.components-button) {
	padding: 10px;
}

#tribe-events-content a, .tribe-events-event-meta a {
	padding: 10px;
}

.tribe-events-single-section a {
	background: none;
}

#tribe-events-content a, .tribe-events-event-meta a {
	background: none;
	color: #D10000;
}

#tribe-events-content a:hover, .tribe-events-event-meta a:hover {
	text-decoration: underline;
	color: red;
}

a.tribe-events-ical.tribe-events-button, a:hover.tribe-events-ical.tribe-events-button {
	color: white;
}

#tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
    color: white;
}

/* Modern Events plug-in 
 * See customizer under
 * M.E. Calendar/Settings/Custom CSS */
section#main-content.mec-container {
  width: 100%;
}

div.mec-fes-form {
  background-color: #eefbf5; /* mint green */
}

div#mceu_26-body, button#mec_fes_content-tmce {
  background-color: #bdf3d8; /* light green */
}

div.mec-meta-box-fields {
	border-color: #0c5631 !important; /* dark green */
}

form#mec_fes_form h4 {
  color: white;
	background-color: #0c5631; /* dark green */
}

a.mec-fes-form-back-to, button.mec-fes-sub-button, button#insert-media-button, button#mec_add_hourly_schedule_day_button, input#mec_featured_image_file {
	/*background: #D10000 !important;
	color: white !important;*/
	color: #0E0E0E !important; /*Rich Black */
	background-color: #baa83b !important; /* shaded yellow */
	font-weight: bold;
}

a:hover.mec-fes-form-back-to, button:hover.mec-fes-sub-button, button:hover#insert-media-button, button:hover#mec_add_hourly_schedule_day_button, input:hover#mec_featured_image_file {
	/*background: red !important;
	color: white !important;
	border-color: red !important;*/
	text-decoration: none !important;
	color: #0E0E0E !important; /*Rich Black */
	background-color: #ffef94 !important; /* tinted yellow */
	border-color: #F3D627 !important; /* Yellow */
}

#mec_reg_form_fields input[type=checkbox]:checked, #mec_reg_form_fields input[type=radio]:checked, .mec-fes-form .mec-form-row input[type=checkbox]:checked, .mec-fes-form .mec-form-row input[type=radio]:checked {
	background: #ffef94 !important; /* tinted yellow */
	border-color: #F3D627 !important; /* Yellow */
}

a.thickbox.button.super-duper-content-open {
	border-color: #baa83b !important; /* shaded yellow */
}

button#mec_fes_content-tmce {
	color: #baa83b !important; /* shaded yellow */
}

.mec-fes-form.mec-tooltip.dashicons-before:before, .dashicons-calendar-alt:before {
	color: #baa83b !important; /* shaded yellow */
}

a.mec-has-event-a {
	/*background-color: #D10000  !important;*/ /* dark red */
	color: black !important;
}

a:hover.mec-has-event-a, a:focus.mec-has-event-a, a:active.mec-has-event-a {
	/*background-color: red  !important;*/
	color: white !important;
	/*text-decoration: none !important;*/
}

i:hover.mec-sl-share, i:focus.mec-sl-share, i:active.mec-sl-share {
	color: white;
}

/* MEMBERS */
.fa-th-list:before, .fa-th:before {
	color: white;
}

div.alert.alert-info {
	background-color: #0c5631; /* dark green */
	border-color: green;
}

/* WOOCOMMEERCE */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	/*float: left;*/
	width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	/*float: right;*/
	width: 100%;
}

.woocommerce .col-1 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.woocommerce .col-2 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	color: #0E0E0E !important; /* rich black */
	background-color: #F3D627 !important; /* Yellow */
	font-weight: 600;
	border-radius: 9999px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-align: center;
	text-decoration: none;
	word-break: break-word;
	box-sizing: border-box;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	text-decoration: none;
	color: #0E0E0E !important; /* rich black */
	background-color: #ffef94 !important; /* tinted yellow */
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
	color: red !important;
}

.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0;
	border: 6px solid #F3D627; /* Yellow */
}

/* CONTACT US */
input#nf-field-4 {
	background-color: #baa83b; /* shaded yellow */
}

input:hover#nf-field-4 {
	background-color: #ffef94; /* tinted yellow */
	color: #0E0E0E; /*Rich Black */
}

/* RATE MY K-12 TEACHERS */
.directorist-search-contents {
	background-color: #cadce0;
	padding: 1rem;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.directorist-search-form-wrap.directorist-with-search-border .directorist-search-form-top {
	padding: 1em;
}

.directorist-search-top__title {
	color: #000000;
	font-size: 2rem;
	text-align: left;
}

.directorist-search-contents .directorist-search-form-top .directorist-search-form-action .directorist-btn.directorist-btn-lg {
	background-color: #D10000 !important;
	color: white !important;
	font-weight: 600;
	transition: all .5s;
}

.directorist-search-contents .directorist-search-form-top .directorist-search-form-action .directorist-btn.directorist-btn-lg:hover {
	background-color: red !important;
}

/* FOOTER */
footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

footer#sig {
	font-family: 'Oswald', sans-serif;
	background-color: #0E0E0E; /*Rich Black */
	border-top: 6px solid #F3D627; /* Yellow */
	color: #FFFFFF;
	margin-top: 1rem;
	padding: 1.5rem 1rem 1rem 1rem;
	font-size: 1rem;
}

#footer-nav {
	line-height: 200%;
}

footer#sig a {
	color: #F3D627; /* Yellow */
}

footer#sig a:hover {
	color: #ffef94; /* tinted yellow */
}

#footer-social-media {
	margin-top: 1.5rem;
}

#footer-social-media a {
	font-weight: 400;
}

@media only screen and (min-width: 641px) {
	/* DESKTOP SCREENS */
    #footer-nav ul {
		margin: 0;
		font-weight: 400;
	}

	#footer-nav li {
		display: inline-block;
		margin: 0px;
		padding: 0 1rem;
		border-right: 1px solid white;
		cursor: pointer;     
		font-size: 1rem;
	}
	
	#footer-nav li:last-child {
		border-right: none;
	}
	
	#footer-social-media ul {
		  text-align: center;
		  margin: 0;
		  padding: 0;
		  margin-block-start: 0;
		  margin-block-end: 0;
		  margin-inline-start: 0;
		  margin-inline-end: 0;
		  padding-inline-start: 0;
	}

	#footer-social-media li {
		list-style-type: none;
		display: inline-block;
		vertical-align: middle;
		font-size: 1rem;
		margin: 0 .5rem 0 0;
	}
	
	#footer-social-media img {
		float: left;
		margin-right: .5rem;
	}

	img.footer-social-icon {
		width: 30px;
		margin-right: .5rem;
	}
}

@media only screen and (max-width: 1024px) {
	/* MOBILE & TABLET SCREENS */
	#footer-nav ul {
		margin: 0;
		padding: 0;
		font-weight: 400;
	}

	#footer-nav li {
		display: list-item;
		list-style-type: none;
		margin: 0 0 1rem 0;
		padding: 0;
		border-right: none;
		cursor: pointer;     
		font-size: 1rem;
	}
	
	#footer-social-media ul {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	#footer-social-media li {
		display: list-item;
		list-style-type: none;
		font-size: 1rem;
		margin: 0 0 1rem 0;
		padding: 0;
	}
	
	#footer-social-media img {
		float: none;
		margin-right: 0;
	}
	
	img.footer-social-icon {
		width: 30px;
		margin-right: 0;
	}
}

#siteseal {
	margin-top: 1.5rem;
}

#footer-legalities {
	margin-top: 1.5rem;
	text-align: center;
}

#footer-copyright {
	margin-top: 1rem;
	font-size: .85rem;
}

/* WP RESPONSIVE MENU */
img.bar_logo {
	width: 100%;
	min-width: 320px;
	height: auto;
}

/* CLASSES */
.textRed {
	color: red;
}

.textYellow {
	color: #F3D627; /* Yellow */
}

.clearBoth {
	clear: both;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
