
/*
Theme Name: Stern Center
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: sterncenter
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

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

/* stylelint-disable */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

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

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

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

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

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

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

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

fieldset {
	padding: .35em .75em .625em;
}

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

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden], template {
	display: none;
}

/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */
html {
	box-sizing: border-box;
}

*, *::before, *::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
	content: " ";
	display: table;
}

.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "open-sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
	transition: all .2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

a:focus, a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol, ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: rgba(0, 0, 0, .2);
	margin: 1.65em auto;
}

b, strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: "open-sans", sans-serif;
	font-weight: 700;
	line-height: 1.1;
	margin: 30px 0 20px;
	transition: ease-in-out .2s;
}

h1 strong {
	font-weight: 900;
}

h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: 700;
}

h1 {
	font-family: "open-sans", sans-serif;
	font-weight: 900;
	letter-spacing: -.15rem;
}

h2 {
	font-family: "freight-text-pro", serif;
	font-style: normal;
	font-weight: 400;
}

h2 strong, h2 b, h3 strong, h2 b {
	font-family: "open-sans", sans-serif;
	letter-spacing: -.025em;
}

h3 {
	font-family: "freight-text-pro", serif;
	font-style: normal;
	font-weight: 500;
}

.entry-content h4 {
	margin-top: 30px;
}

h6 {
	font-size: 16px;
}

/* MOBILE font sizes*/
h1 {
	font-size: 32px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.hero h1 {}

/* Stern special icon headlines - centered */
h2.special.has-text-align-center::before {
	content: "";
	width: 100px;
	height: 130px;
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/stern-icon-green.svg") no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 0;
}

h2.has-text-align-center {
	position: relative;
	padding-bottom: 75px;
}

h2.has-text-align-center::after {
	content: "";
	width: 100px;
	height: 4px;
	background: #3e9a98;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 25px;
}

.page-id-13567 h2.has-text-align-center::after {
	background: #913e80;
	bottom: 40px;
}

/* Stern special icon headlines - lefty */
h2.special::before {
	content: "";
	width: 100px;
	height: 130px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 0;
}

h2.special {
	position: relative;
	padding-bottom: 75px;
}

h2.special.has-text-align-left::after, h3.special.has-text-align-left::after {
	content: "";
	width: 100px;
	height: 4px;
	background: #3e9a98;
	position: absolute;
	left: 0;
	margin-left: 0;
	bottom: 25px;
}

/* Add purple icon to schools pages */
.parent-pageid-202 h2.special.has-text-align-center::before, .page-id-202 h2.special.has-text-align-center::before {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/stern-icon-purple.svg") no-repeat center center;
}

/* Add magenta icon to teachers pages */
.parent-pageid-201 h2.special.has-text-align-center::before, .page-id-201 h2.special.has-text-align-center::before {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/stern-icon-magenta.svg") no-repeat center center;
}

/* Single Program page styles 
------------------------------------------------------ */
body .single-program-page h3 {
	font-family: "open-sans", sans-serif;
	font-size: 36px;
	font-weight: 900;
	padding-top: 0;
	position: relative;
	margin-top: 0;
}

body .single-program-page h3 a {
	color: #333;
	text-decoration: none;
}

body .single-program-page h3 a:hover {
	color: #913e80;
	text-decoration: none;
}

body .single-program-page h3.special {
	padding-bottom: 20px;
	position: relative;
	margin-top: 0;
}

body .single-program-page h3.special::after {
	content: " ";
	width: 100px;
	height: 4px;
	background: #ab4896;
	position: absolute;
	left: 0;
	margin-left: 0;
	bottom: 0;
}

body .single-program-page p {
	font-size: 20px;
	margin-bottom: 15px;
}

/* Single course page modifications 
------------------------------------------------------ */
.course-graphic-container img {
	width: 100%;
}

.start-date {
	margin-bottom: 10px;
}

.single-course h2.has-text-align-left {
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 50px;
}

.single-course h2.has-text-align-left::after {
	content: " ";
	width: 100px;
	height: 6px;
	background: #ab4896;
	position: absolute;
	left: 0;
	margin-left: 0;
	bottom: 0;
}

/* Change h2 underline color based on section */
body.parent-pageid-202 h2.has-text-align-center::after, body.page-id-202 h2.has-text-align-center::after {
	background: #717dc8;
}

body.parent-pageid-202 .call-to-action h2.has-text-align-center::after, body.page-id-202 .call-to-action h2.has-text-align-center::after {
	background: rgba(255, 255, 255, .2);
}

body.single-course h2.has-text-align-center::after, body.parent-pageid-201 h2.has-text-align-center::after, body.page-id-201 h2.has-text-align-center::after {
	background: #ab4896;
}

body.single-course .course-cta h2.has-text-align-center::after {
	background: rgba(255, 255, 255, .3);
}

body.parent-pageid-201 .call-to-action h2.has-text-align-center::after, body.page-id-201 .call-to-action h2.has-text-align-center::after {
	background: rgba(255, 255, 255, .2);
}

h2.has-text-align-center.special {
	margin-top: 0;
	padding-top: 150px;
}

#course-buttons {
	padding: 4rem 0;
	text-align: center;
}

#course-buttons a {
	width: 90%;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}

#course-buttons .register-button a {
	background: #ab4896;
	color: #fff;
}

/* Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus, .gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */
input, select, textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}

input:focus, textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button {
	background-color: #000;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover, .button:focus, body .button:hover {
	background-color: #fff !important;
	border-width: 0;
	color: #333 !important;
}

.entry-content .button:focus, .entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled, .site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td, th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: .5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: .5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus, .screen-reader-shortcut:focus, .widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */
.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

/* Site Inner
--------------------------------------------- */
.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}

.single-our_team .site-inner {
	padding-top: 0;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar, .alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry, .archive-description, .author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child, .author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"], .search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-results .content-sidebar-wrap article.entry {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	padding: 0 30px 30px;
}

.search-results .content-sidebar-wrap article.entry h2.entry-title {
	font-family: "open-sans", sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
}

.search-results .entry-footer .entry-meta {
	border-top: 0px solid #eee;
	padding-top: 20px;
}

.search-results .type-course:before {
	color: #ab4896;
	content: "Course";
	font-size: 1rem;
	font-weight: 900;
	padding-top: 20px;
	text-transform: uppercase;
	position: relative;
}

.search-results .type-page:before {
	color: #ab4896;
	content: "Page";
	font-size: 1rem;
	font-weight: 900;
	padding-top: 20px;
	text-transform: uppercase;
	position: relative;
}

.search-results .type-post:before {
	color: #ab4896;
	content: "News & Resources";
	font-size: 1rem;
	font-weight: 900;
	padding-top: 20px;
	text-transform: uppercase;
	position: relative;
}

.search-results .type-our_team:before {
	color: #ab4896;
	content: "Our Team";
	font-size: 1rem;
	font-weight: 900;
	padding-top: 20px;
	text-transform: uppercase;
	position: relative;
}

body .is-form-style input.is-search-submit, body .is-search-icon {
	display: inline-block !important;
	color: #fff !important;
	background: #111;
	box-shadow: none !important;
	outline: 0;
	margin: -5px 0 0;
	font-size: 14px !important;
	border: 0;
	border-radius: 0;
	line-height: 1;
	height: 47px;
	width: 47px;
}

body .is-form-style .is-search-submit path {
	fill: #fff;
}

/* Search Results Template
--------------------------------------------- */

/* Titles
--------------------------------------------- */

/*
.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
*/
.entry-title {
	/* 	font-size: 30px; */
	margin-bottom: 10px;
}

.entry-title a, .sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus, .entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner, .single-course .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone, .alignnone {
	margin-bottom: 15px;
}

a.alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright, img.alignright, .wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption, .gallery-caption, .wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: .5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
	margin-bottom: 40px;
}

.widget p:last-child, .widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td, .widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* Block Overrides */
.pagination {
	margin-top: 30px;
}

.page-numbers {
	background: #eee;
	padding: 10px;
	margin: 5px !important;
	text-decoration: none;
}

body .gspbgrid_id-gsbp-322f464 .pagination {
	text-align: center;
	clear: both;
	margin: 30px 0 0;
}

body .page-numbers:hover, body .prev.page-numbers:hover, body .next.page-numbers:hover {
	background: #222 !important;
	color: #fff !important;
}

.prev.page-numbers, .next.page-numbers, .page-numbers.current {
	background: #1b7f81;
	color: #fff;
}

body .wp-block-buttons > .wp-block-button {
	display: inline-block;
	line-height: 1;
	margin: 10px 20px;
}

body .wp-block-embed.alignfull {
	margin-bottom: 0;
}

body .site-container .wp-block-pullquote p, .site-container .wp-block-quote p {
	font-family: "open-sans", sans-serif;
	font-size: 42px;
	font-style: italic;
	font-weight: 200;
	line-height: 1.4;
	margin-bottom: 42px;
}

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

/* Yoast Breadcrumbs */
.yoast-breadcrumbs {
	font-size: 14px;
	padding: 20px;
	text-align: center;
}

/* Greenshift Content Toggle */
body .gs-tgl-show, body .gs-tgl-hide {
	font-weight: 700;
}

.free-resources-grid h2.gspb-dynamic-title-element {
	position: relative;
}

.free-resources-grid h2.gspb-dynamic-title-element::after {
	content: " ";
	width: 75px;
	height: 5px;
	background: #913e80;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Accessibility Plugin */
body #pojo-a11y-toolbar {
	top: auto !important;
	bottom: 0 !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
	bottom: 0;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
	left: 190px;
	bottom: 10px;
}

body #pojo-a11y-toolbar svg {
	width: 30px;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	border-radius: 0 0 0 10px;
}

/* MetaSlider Pro Styles*/
body .metaslider .caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(27, 128, 130, .9);
	color: white;
	opacity: 1;
	margin: 0;
	display: block;
	width: 100%;
	line-height: 1.4em;
	min-height: 135px;
}

/* Colorize caption on Meet Our Team Metaslider */

/* purple */
.page-id-202 .metaslider .caption-wrap, .parent-pageid-202 .metaslider .caption-wrap {
	background: rgba(112, 124, 199, .9);
}

/* magenta */
.page-id-201 .metaslider .caption-wrap, .parent-pageid-201 .metaslider .caption-wrap {
	background: rgba(171, 72, 149, .9);
}

body .metaslider h3 {
	font-family: "open-sans";
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0 0 5px 0;
	margin: 0;
}

body .metaslider p {
	margin: 0;
	padding: 0 0 5px;
}

body .metaslider .caption {
	padding: 15px 20px;
	word-wrap: break-word;
}

body .metaslider a, body .metaslider h3 a {
	color: #fff !important;
	font-weight: 700;
	outline: none;
	text-decoration: none;
}

body .metaslider a:hover, body .metaslider h3 a:hover {
	color: #000 !important;
	text-decoration: underline;
}

body .metaslider .flexslider .flex-direction-nav li a {
	width: 60px;
	height: 60px;
	border: 0;
	margin: -20px 0 0;
	box-shadow: none !important;
	display: block;
	background-color: transparent;
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/optimized/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/white-flexslider-arrows.png");
	background-repeat: no-repeat;
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-transition: all .3s ease;
	-moz-transition: opacity .25s ease-in-out;
	transition: all .3s ease;
}

body .metaslider .flexslider .flex-direction-nav li a.nitro-lazy {
	background-image: none !important;
}

body .metaslider-flex.ms-theme-default .flex-next:focus {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/optimized/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/white-flexslider-arrows.png") !important;
	height: 55px !important;
}

body .metaslider-flex.ms-theme-default .flex-next:focus.nitro-lazy {
	background-image: none !important;
}

body .metaslider-flex.ms-theme-default .flex-prev:focus {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/optimized/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/white-flexslider-arrows.png") no-repeat scroll left 0 transparent !important;
	height: 55px !important;
}

body .metaslider-flex.ms-theme-default .flex-prev:focus.nitro-lazy {
	background: none !important;
}

/* Kadence Tabs */
.kt-tabs-wrap {
	position: relative;
}

.home .kt-title-text {
	text-wrap: nowrap;
}

ul.kt-tabs-title-list.kb-tabs-list-columns {
	position: absolute;
	width: 100%;
	z-index: 9;
	bottom: 0;
}

/* Custom Query Posts */
body .ptam-block-post-grid .ptam-block-post-grid-title a {
	text-decoration: none;
}

body .ptam-block-post-grid .ptam-term-values, body .ptam-term-label {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

body .ptam-terms {
	margin: 20px 0;
}

/* Search and Filter - COURSE FORM */
.single-course-listing {
	background: rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 0;
	position: relative;
	display: flex;
	/* flex: 1; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	flex-direction: column;
	align-items: top;
	gap: 3%;
	padding: 2vw 0;
}

.single-course-listing p {
	margin-bottom: 15px;
}

#course-listings .wp-block-button a {
	color: #913e80;
	line-height: 1.2;
	padding: 15px 30px;
	text-align: center;
	border: 1px solid #913e80;
	margin: 15px 0 30px;
	width: 80%;
}

#course-listings .wp-block-button {
	text-align: center;
}

.single-course-content {
	width: 100%;
}

body .searchandfilter ul {
	padding-left: 0;
}

body .searchandfilter ul li {
	list-style: none;
	display: inline-block;
	padding: 10px 10px 10px 0;
	margin: 0;
}

.single-course-content h2 {
	margin: 0 0 20px;
	padding: 0;
	position: relative;
}

.single-course-content h2 a {
	color: #333 !important;
	font-size: 36px;
	position: relative;
	font-weight: 900 !important;
	font-style: normal;
	text-decoration: none;
	display: inline-block;
	line-height: inherit;
	padding: 0 0 20px;
	margin: 0 0 10px;
	word-break: keep-all;
}

.single-course-content h2 a:hover {
	color: #ab4896 !important;
}

.single-course-content h2::after {
	content: " ";
	background: #ab4896;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 75px;
	height: 4px;
}

body .searchandfilter h4 {
	color: #fff;
	margin: 0;
	padding: 5px 0 10px;
	font-size: 16px;
}

/* Search and Filter Pro - NEWS FORM */
#news-results {
	display: flex;
	flex-wrap: wrap;
}

body #search-filter-form-12219.searchandfilter h4 {
	color: #000;
}

.single-news-post {
	width: 100%;
	padding: 2%;
}

.single-news-post h2 {
	font-size: 1.6rem;
	font-weight: 900;
}

.single-news-post h2 a {
	color: #000;
	text-decoration: none;
}

.single-news-post h2 a:hover {
	color: #1b7f81;
}

#wpfront-scroll-top-container img {
	width: 40px !important;
	height: 40px !important;
}

/* Search and Filter Pro - Course Grid Layout */
#course-listings.course-grid-layout {
	align-content: flex-start;
	display: flex;
	flex-wrap: wrap;
}

#course-listings.course-grid-layout .single-course-listing {
	flex-direction: column;
	width: 32%;
	padding: 20px;
	/* background: #eee; */
	margin: 10px .5%;
	position: relative;
}

#course-listings.course-grid-layout .single-course-content h2 {
	line-height: 1.3;
	margin: 15px 0 20px;
	padding: 0;
	position: relative;
}

#course-listings.course-grid-layout .single-course-content h2 a {
	font-size: 24px;
	line-height: auto;
	display: block;
}

#course-listings.course-grid-layout .wp-block-button {
	width: 100%;
	position: absolute;
	bottom: 0;
}

/* Text Typing plugin */
h1 .typed-me {
	color: #fff;
	/* 	font-size: 64px; */
	font-weight: 500;
}

h1 .typed-me strong {
	font-weight: 900;
}

h1 .typed-me span {
	font-weight: 900;
}

body .typed-cursor {
	color: #fff;
}

/* Mega-menu Overrides */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	letter-spacing: -.025em;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	font-weight: 900 !important;
}

/* TEAL - Default coloring */
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-180 > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-323 > ul.mega-sub-menu {
	border-bottom: 10px solid #1b7f81;
}

#mega-sub-menu-16702 {
	border-bottom: 10px solid #1b7f81 !important;
}

.parent-pageid-179 .our-team-panel .ptam-block-post-grid-text {
	background: rgba(27, 127, 129, .9);
	font-size: 18px;
}

/* Recolor mega-menu -  */

/* magenta - for teachers 204 */
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-204 > a.mega-menu-link:hover, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor.mega-menu-item-204 > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item.mega-menu-item-204 > a.mega-menu-link, .single-course #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-204 > a.mega-menu-link {
	color: #ab4896;
}

/*
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-204 > ul.mega-sub-menu {
	border-bottom: 10px solid #ab4896;
}
*/
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item-204 > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	color: #ab4896;
}

/* purple - for schools - 203 */
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-203 > a.mega-menu-link:hover, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor.mega-menu-item-203 > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item.mega-menu-item-203 > a.mega-menu-link {
	color: #717dc8;
}

/*
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-203 > ul.mega-sub-menu {
	border-bottom: 10px solid #717dc8;
}
*/
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item-203 > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	color: #717dc8;
}

/*
#mega-menu-item-565 > a,
#mega-menu-item-564 > a,
#mega-menu-item-413 > a,
body .dashicons-arrow-right-alt2 a.mega-menu-link {
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #913E80 !important;
}
*/
#mega-menu-item-564 > a:hover, #mega-menu-item-413 > a:hover, mega-menu-item-565 > a:hover, body .dashicons-arrow-right-alt2 a.mega-menu-link:hover {
	color: #222;
}

/*
#mega-menu-item-204 > a.mega-menu-link {
	color: #913E80 !important;
}
*/

/*
#mega-menu-item-565 > a,
#mega-menu-item-203 > a.mega-menu-link {
	color: #717DC8 !important;
}
*/

/*
#mega-menu-item-204 a:hover {
	color: #913E80 !important;
}
#mega-menu-item-565 a:hover {
	color: #717DC8 !important;
}
*/

/* Custom Query Block */
body .ptam-block-post-grid .ptam-block-post-grid-image {
	margin: 0;
}

/* Our Team Panel */
.our-team-panel .ptam-block-post-grid-text {
	background: rgba(27, 127, 129, .95);
	color: #fff;
	min-height: 95px;
	padding: 4% 4% 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	font-size: 1rem;
	line-height: 1.4;
}

.our-team-panel .ptam-block-post-grid .ptam-block-post-grid-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 28px;
	line-height: 1.2;
	clear: none;
}

.our-team-panel .ptam-block-post-grid-title {
	font-family: "open-sans", sans-serif;
	font-size: 18px !important;
	font-weight: 700;
	text-decoration: none;
}

.our-team-panel .ptam-post-grid-items article {
	position: relative;
}

.our-team-panel .ptam-post-grid-items article img {
	max-width: none;
	width: 100%;
}

.our-team-panel .entry-content .ptam-block-post-grid-title a {
	text-decoration: none;
}

/* FAQS */
body .qe-faq-toggle .qe-toggle-content {
	background-color: #f8f8f8;
	padding: 5px 20px 20px 40px;
	margin: -10px 0 0;
	border: 1px solid #ddd;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	display: none;
}

body .entry-content .qe-faq-toggle {
	margin-bottom: 0;
}

body .qe-faq-toggle .qe-toggle-title {
	background-color: #fff;
	border: 1px solid #ddd;
	/* 	margin: -3px; */
	height: auto;
	cursor: pointer;
	transition: all .2s;
	padding: 30px 20px 30px 40px;
	position: relative;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

body .qe-faq-toggle .qe-toggle-title h4 {
	line-height: 1.4;
}

body .qe-faqs-filters-container li a {
	text-decoration: none;
}

body .qe-faqs-filters-container li a:hover {
	font-weight: inherit;
	border-bottom: 1px solid;
}

body .qe-faq-toggle .qe-toggle-title i.fa {
	position: absolute;
	top: 31px;
	left: 10px;
}

body .qe-faq-toggle.active .qe-toggle-title, body .qe-faq-toggle .qe-toggle-title:hover {
	background-color: #f8f8f8;
}

body #is-popup-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #4c4c4c;
	background: rgba(27, 127, 129, .91);
	z-index: 999999;
}

body .is-form-style input.is-search-input {
	color: #333;
	padding: 5px 12px;
	margin: 0;
	outline: 0 !important;
	font-size: 20px !important;
	height: 46px;
	min-height: 0;
	line-height: 1;
	border-radius: 0;
	border: solid 1px #ccc !important;
	font-family: inherit;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

body .is-search-icon {
	font-size: 20px !important;
	line-height: 38px;
}

/* Strong Testimonials */
.stern-testimonial.strong-view.wpmtst-simple .wpmtst-testimonial {
	margin: 1em auto;
	font-size: 1.75rem;
}

.stern-testimonial .wpmtst-testimonial-field.testimonial-field.testimonial-name {
	font-size: 1.4rem;
	font-weight: 700;
	padding-top: 2rem;
}

.stern-testimonial.strong-view.wpmtst-simple .wpmtst-testimonial-inner {
	text-align: center;
}

.stern-testimonial .wpmtst-testimonial-content.testimonial-content {
	font-style: italic;
}

/* Teacher Testimonial Panel (magenta) */
.teacher-testimonials p, .teacher-testimonials .wpmtst-testimonial-field.testimonial-field.testimonial-name {
	color: #fff;
}

.learners-families-testimonials p, .learners-families-testimomials .wpmtst-testimonial-field.testimonial-field.testimonial-name {
	color: #333;
}

/* Testimonial Quotation Header */
h2.testimonial-header.has-text-align-center {
	font-family: "open-sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .025rem;
	color: #1b7f81;
	font-size: 1.2rem;
	padding-bottom: 20px;
	padding-top: 120px;
}

h2.testimonial-header.has-text-align-center::before {
	content: "";
	width: 150px;
	height: 150px;
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/optimized/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/testimonial-quote.svg") no-repeat center center/contain;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 20px;
}

h2.testimonial-header.has-text-align-center::after {
	display: none;
}

/* Testimonial Panel Styles */
.dark-testimonial, .dark-testimonial h2.testimonial-header.has-text-align-center {
	color: #fff;
}

/* MailChimp Signup form */
#mc_embed_signup_scroll label {
	display: none;
}

#mc_embed_signup_scroll input {
	display: inline-block;
	width: 75%;
}

#mc_embed_signup_scroll input#mc-embedded-subscribe {
	width: 23%;
	padding: 15px;
}

/* Advanced web backgrounds */
body .wp-block-nk-awb {
	padding: 0;
}

/* adjust full height when admin signed in */
html body.admin-bar .nk-awb-fullheight {
	min-height: calc(100vh - 150px);
}

/* adjust full height when admin NOT signed in */
html body .nk-awb-fullheight {
	min-height: calc(100vh - 118px);
}

/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus, .gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "";
	font-family: dashicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "";
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
	transition: ease-in-out .3s;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a, .site-title a:focus, .site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description, .wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	background: teal;
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(255, 255, 255, 0);
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
	color: #fff;
}

.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Utility Nav Menu
--------------------------------------------- */
.loading-message + #frame-one764559557 {
	display: none;
}

.no-border {
	border: 0 !important;
}

.utility-nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	width: 100%;
}

#menu-utility-nav {
	text-align: right;
	display: none;
}

#menu-utility-nav a {
	color: #242e35;
	font-size: 16px;
	font-weight: 700;
	padding: 3px 6px;
	text-decoration: none;
}

#menu-utility-nav .nav-highlight a {
	text-transform: uppercase;
	color: #1b7f81;
}

#menu-utility-nav .nav-highlight a:hover {
	color: #242e35;
}

/* Color the Ways to Give button in header */

/* magenta */
.page-id-201 #menu-utility-nav .nav-highlight a, .parent-pageid-201 #menu-utility-nav .nav-highlight a, .single-course #menu-utility-nav .nav-highlight a {
	text-transform: uppercase;
	color: #ab4896;
}

/* purple */
.page-id-202 #menu-utility-nav .nav-highlight a, .parent-pageid-202 #menu-utility-nav .nav-highlight a {
	text-transform: uppercase;
	color: #707cc7;
}

#menu-utility-nav a:hover, #menu-utility-nav .current-page-item > a {
	color: #1b7f81;
}

#menu-utility-nav li {
	display: inline-block;
}

.widget-area.header-widget-area {
	width: calc(100% - 300px);
	padding: 0;
	z-index: 9;
}

/* color search icon purple */
.page-id-202 #menu-utility-nav .is-menu path.search-icon-path, .parent-pageid-202 #menu-utility-nav .is-menu path.search-icon-path {
	fill: #717dc8;
}

/* color search icon magenta */
.page-id-201 #menu-utility-nav .is-menu path.search-icon-path, .parent-pageid-201 #menu-utility-nav .is-menu path.search-icon-path, .single-course #menu-utility-nav .is-menu path.search-icon-path {
	fill: #ab4896;
}

/* Header Menu
--------------------------------------------- */
.nav-primary {
	clear: left;
	margin-left: auto;
	padding-bottom: 0;
	padding-top: 15px;
	width: 100%;
	text-align: right;
}

.nav-primary .sub-menu {
	text-align: left;
}

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */
.entry {
	margin-bottom: 40px;
}

.entry-content ol, .entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
	margin-bottom: 12px;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content .footer-panel ul > li {
	list-style-type: none;
}

.entry-content .footer-panel ol, .entry-content .footer-panel ul {
	margin-bottom: 20px;
	padding-left: 0;
}

.entry-content ol ul > li, .entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol, .entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories, .entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "—";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 20px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child, .footer-widgets .widget:last-child {
	margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* Stride Customizations
---------------------------------------------------------------------------- */
.read-more-toggle-button {
	margin-bottom: 30px;
}

/* Hero logo image for non-course */
.wp-block-image.hero-logo {
	display: none;
	max-width: 200px;
}

.logo-column {
	display: none;
}

.quote-box {
	margin-left: 0%;
}

.quote-box .quote-box-image {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
}

/* The Stern Difference panel */
.the-stern-difference.wp-block-columns {
	gap: 0;
}

.the-stern-difference h3 {
	text-transform: uppercase;
	font-family: open-sans;
	font-weight: 700;
	font-size: 1.4rem;
}

.the-stern-difference.wp-block-columns .wp-block-column {
	border-right: 1px dotted #999;
	padding: 3% 3% 6%;
}

.the-stern-difference.wp-block-columns .wp-block-column:last-child {
	border-right: 0;
}

/* Text Effect Test */
h1.animated-hero-headline {
	color: #fff;
	font-weight: 400;
}

h1.animated-hero-headline strong {
	font-weigth: 800;
}

.last-hero-headline {
	font-size: 95% !important;
}

.gspb_row__content .gspb_meta_value p {
	padding: 0 0 5px;
}

.dropping-texts {
	display: inline-block;
	width: 180px;
	text-align: left;
	height: 36px;
	vertical-align: -2px;
}

.dropping-texts > div {
	font-size: 0px;
	opacity: 0;
	margin-left: -30px;
	position: absolute;
}

/*  animation: name duration timing-function delay iteration-count direction fill-mode play-state; */
.dropping-texts > div:nth-child(1) {
	animation: roll 5s ease-in-out 1 1s;
}

.dropping-texts > div:nth-child(2) {
	animation: roll 5s ease-in-out 1 6s;
}

.dropping-texts > div:nth-child(3) {
	animation: roll 5s ease-in-out 1 11s;
}

.dropping-texts > div:nth-child(4) {
	animation: rolllast 8s ease-in-out 1 16s forwards;
}

@keyframes roll {
	0% {
		font-size: inherit;
		opacity: 0;
	}
	
	20% {
		opacity: 1;
	}
	
	80% {
		font-size: inherit;
		opacity: 1;
	}
	
	100% {
		font-size: inherit;
		opacity: 0;
	}
}

@keyframes rolllast {
	0% {
		font-size: inherit;
		opacity: 0;
	}
	
	20% {
		opacity: 1;
	}
	
	80% {
		font-size: inherit;
		opacity: 1;
	}
	
	100% {
		font-size: inherit;
		opacity: 1;
	}
}

/* new looping animation */
.fading-texts {
	display: inline-block;
	width: 180px;
	text-align: left;
	height: 36px;
	vertical-align: -2px;
}

.fading-texts > div {
	font-size: 0px;
	opacity: 0;
	margin-left: -30px;
	position: absolute;
}

/*  animation: name duration timing-function delay iteration-count direction fill-mode play-state; */
.fading-texts > div:nth-child(1) {
	animation: textfade1 22.31s ease-in-out infinite;
}

.fading-texts > div:nth-child(2) {
	animation: textfade2 22.31s ease-in-out infinite;
}

.fading-texts > div:nth-child(3) {
	animation: textfade3 22.31s ease-in-out infinite;
}

.fading-texts > div:nth-child(4) {
	animation: textfade4 22.31s ease-in-out infinite;
}

@keyframes textfade1 {
	0% {
		font-size: inherit;
		opacity: 0;
	}
	
	10% {
		font-size: inherit;
		opacity: 1;
	}
	
	20% {
		font-size: inherit;
		opacity: 0;
	}
	
	30% {
		font-size: inherit;
		opacity: 0;
	}
	
	40% {
		font-size: inherit;
		opacity: 0;
	}
	
	50% {
		font-size: inherit;
		opacity: 0;
	}
	
	60% {
		font-size: inherit;
		opacity: 0;
	}
	
	70% {
		font-size: inherit;
		opacity: 0;
	}
	
	80% {
		font-size: inherit;
		opacity: 0;
	}
	
	90% {
		font-size: inherit;
		opacity: 0;
	}
	
	100% {
		font-size: inherit;
		opacity: 0;
	}
}

@keyframes textfade2 {
	0% {
		font-size: inherit;
		opacity: 0;
	}
	
	10% {
		font-size: inherit;
		opacity: 0;
	}
	
	20% {
		font-size: inherit;
		opacity: 0;
	}
	
	30% {
		font-size: inherit;
		opacity: 1;
	}
	
	40% {
		font-size: inherit;
		opacity: 0;
	}
	
	50% {
		font-size: inherit;
		opacity: 0;
	}
	
	60% {
		font-size: inherit;
		opacity: 0;
	}
	
	70% {
		font-size: inherit;
		opacity: 0;
	}
	
	80% {
		font-size: inherit;
		opacity: 0;
	}
	
	90% {
		font-size: inherit;
		opacity: 0;
	}
	
	100% {
		font-size: inherit;
		opacity: 0;
	}
}

@keyframes textfade3 {
	0% {
		font-size: inherit;
		opacity: 0;
	}
	
	10% {
		font-size: inherit;
		opacity: 0;
	}
	
	20% {
		font-size: inherit;
		opacity: 0;
	}
	
	30% {
		font-size: inherit;
		opacity: 0;
	}
	
	40% {
		font-size: inherit;
		opacity: 0;
	}
	
	50% {
		font-size: inherit;
		opacity: 1;
	}
	
	60% {
		font-size: inherit;
		opacity: 0;
	}
	
	70% {
		font-size: inherit;
		opacity: 0;
	}
	
	80% {
		font-size: inherit;
		opacity: 0;
	}
	
	90% {
		font-size: inherit;
		opacity: 0;
	}
	
	100% {
		font-size: inherit;
		opacity: 0;
	}
}

@keyframes textfade4 {
	0% {
		font-size: inherit;
		opacity: 0;
	}
	
	10% {
		font-size: inherit;
		opacity: 0;
	}
	
	20% {
		font-size: inherit;
		opacity: 0;
	}
	
	30% {
		font-size: inherit;
		opacity: 0;
	}
	
	40% {
		font-size: inherit;
		opacity: 0;
	}
	
	50% {
		font-size: inherit;
		opacity: 1;
	}
	
	60% {
		font-size: inherit;
		opacity: 0;
	}
	
	70% {
		font-size: inherit;
		opacity: 0;
	}
	
	80% {
		font-size: inherit;
		opacity: 0;
	}
	
	90% {
		font-size: inherit;
		opacity: 0;
	}
	
	100% {
		font-size: inherit;
		opacity: 0;
	}
}

@keyframes textfade4 {
	0% {
		font-size: inherit;
		opacity: 0;
	}
	
	10% {
		font-size: inherit;
		opacity: 0;
	}
	
	20% {
		font-size: inherit;
		opacity: 0;
	}
	
	30% {
		font-size: inherit;
		opacity: 0;
	}
	
	40% {
		font-size: inherit;
		opacity: 0;
	}
	
	50% {
		font-size: inherit;
		opacity: 0;
	}
	
	60% {
		font-size: inherit;
		opacity: 0;
	}
	
	70% {
		font-size: inherit;
		opacity: 1;
	}
	
	80% {
		font-size: inherit;
		opacity: 1;
	}
	
	90% {
		font-size: inherit;
		opacity: 1;
	}
	
	100% {
		font-size: inherit;
		opacity: 0;
	}
}

/* Search and Filter course feed */
.course-details-footer {
	font-weight: 700;
}

.course-row {
	padding: 10px 10px 10px 50px;
	margin-bottom: 5px;
	background-size: 42px;
	background-position: left top;
	background-repeat: no-repeat;
}

.course-row p {
	margin: 0 0 6px;
	font-weight: 700;
}

.course-row.time-container {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/time-icon.svg");
}

.course-row.time-container.nitro-lazy {
	background-image: none !important;
}

.course-row.course-category-format {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/course-listing-icon.svg");
}

.course-row.course-category-format.nitro-lazy {
	background-image: none !important;
}

.course-row.course-status {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/course-listing-icon.svg");
}

.course-row.course-status.nitro-lazy {
	background-image: none !important;
}

.course-row.instructor {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/instructor-icon.svg");
}

.course-row.instructor.nitro-lazy {
	background-image: none !important;
}

.course-row.date-range {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/date-icon.svg");
}

.course-row.date-range.nitro-lazy {
	background-image: none !important;
}

/* Custom Course Catalog Styles */
#search-filter-results-16317 > h2.course-category-heading {
	padding: .75rem 1rem;
	color: #fff;
	letter-spacing: 0;
	margin: 2rem 0 1rem;
	font-family: "open-sans", sans-serif;
	font-weight: 900;
	text-align: center;
}

#search-filter-results-16317 > h2.course-category-heading:nth-of-type(3n+1) {
	background-color: #913e80;
}

#search-filter-results-16317 > h2.course-category-heading:nth-of-type(3n+2) {
	background-color: #3d9a98;
}

#search-filter-results-16317 > h2.course-category-heading:nth-of-type(3n+3) {
	background-color: #717dc8;
}

/* Change color of underline */
#search-filter-results-16317 .course-grid-layout.course-catalog-layout:nth-of-type(3n) .course-heading:after {
	background: #717dc8;
}

#search-filter-results-16317 .course-grid-layout.course-catalog-layout:nth-of-type(3n+1) .course-heading:after {
	background: #913e80;
}

#search-filter-results-16317 .course-grid-layout.course-catalog-layout:nth-of-type(3n+2) .course-heading:after {
	background: #3d9a98;
}

#search-filter-results-16317 .course-grid-layout.course-catalog-layout:nth-of-type(3n+2) .course-heading:after {
	background: #3d9a98;
}

/* Change color of headings */
#search-filter-results-16317 .course-grid-layout.course-catalog-layout:nth-of-type(3n) .course-heading a {
	color: #717dc8 !important;
}

#search-filter-results-16317 .course-grid-layout.course-catalog-layout:nth-of-type(3n+1) .course-heading a {
	color: #913e80 !important;
}

#search-filter-results-16317 .course-grid-layout.course-catalog-layout:nth-of-type(3n+2) .course-heading a {
	color: #3d9a98 !important;
}

#search-filter-results-16317 .course-grid-layout.course-catalog-layout:nth-of-type(3n+2) .course-heading a {
	color: #3d9a98 !important;
}

#search-filter-results-16317 .course-grid-layout.course-catalog-layout .course-heading a:hover {
	color: #222 !important;
}

#search-filter-results-16317 .course-category-heading {
	background: #ab4896;
	font-size: 1.6rem;
	border-radius: 3px;
	color: #fff;
	padding: 10px 20px;
	gap: 30px;
}

.course-grid-layout.course-catalog-layout .single-course-listing {
	background: rgba(255, 255, 255, .5);
	border-radius: 10px;
	transition: ease-in-out .2s;
	width: 30%;
	padding: 2%;
	position: relative;
	margin: 1.5%;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.single-course-listing .course-link-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99;
}

.course-grid-layout.course-catalog-layout .single-course-listing:hover {
	transform: scale(1.05);
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.course-grid-layout.course-catalog-layout {
	display: flex;
	flex-wrap: wrap;
}

.course-grid-layout .course-row.course-overview-blurb {
	padding: 0;
	font-size: 1rem;
}

.course-grid-layout.course-catalog-layout .single-course-content h2 a {
	color: #333 !important;
	font-size: 1.25rem;
	position: relative;
	font-weight: 900 !important;
	font-style: normal;
	text-decoration: none;
	display: inline-block;
	line-height: inherit;
	padding: 0 0 20px;
	margin: 0 0 10px;
	word-break: keep-all;
}

.catalog-style .course-row {
	font-size: 1rem !important;
	padding: 2px 10px 3px 40px;
	line-height: 1.35;
	margin-bottom: 5px;
	background-size: 30px;
	background-position: left top;
	background-repeat: no-repeat;
}

.course-row.course-overview-blurb {
	padding: 10px;
	font-size: 1rem;
}

#course-listings.course-grid-layout .catalog-style h2 a {
	font-size: 1.2rem;
}

/* Seaarch and filter course grid page */
.course-grid .course-row p {
	margin: 0 0 6px;
	font-weight: 400;
}

.expand-toggle {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}

/* Our Team Pages */
.single-our-team-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 30px 4%;
}

/*
.single-our-team-column {
	width: 62%;
}
.single-our-team-column.featured-image-column {
	width: 34%;
}
*/
.single-our-team-container h1 {
	font-size: 36px;
	margin: 0 0 20px 0;
	padding: 0;
}

/* Courses */
.course-content {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-top: 4vw;
}

.course-main-content {
	width: 100%;
}

.course-details {
	width: 100%;
	padding: 0;
}

#expandable {
	position: relative;
	margin-bottom: 30px;
	transition: ease-in-out .2s;
	overflow: hidden;
	height: 550px;
}

.expandable-button-container {
	text-align: center;
}

.course-long-description-container {
	position: relative;
}

.course-long-description-container:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
}

.course-subhead {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}

.course-details h4 {
	text-transform: uppercase;
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 15px;
}

.course-detail {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	/* 	background: url('images/calendar-icon.svg') no-repeat 10px 10px; */
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 50px;
	padding: 29px 10px 15px 80px;
}

.course-detail p {
	margin-bottom: 10px;
}

.date-container.course-detail {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/date-icon.svg");
}

.date-container.course-detail.nitro-lazy {
	background-image: none !important;
}

.time-container.course-detail {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/time-icon.svg");
}

.time-container.course-detail.nitro-lazy {
	background-image: none !important;
}

.course-numbers-container.course-detail {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/course-listing-icon.svg");
}

.course-numbers-container.course-detail.nitro-lazy {
	background-image: none !important;
}

.course-instructor-container.course-detail {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/instructor-icon.svg");
}

.course-instructor-container.course-detail.nitro-lazy {
	background-image: none !important;
}

.location-container.course-detail {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/location-icon.svg");
}

.location-container.course-detail.nitro-lazy {
	background-image: none !important;
}

.cost-container.course-detail {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/cost-icon.svg");
}

.cost-container.course-detail.nitro-lazy {
	background-image: none !important;
}

.audience-container.course-detail {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/audience-icon.svg");
}

.audience-container.course-detail.nitro-lazy {
	background-image: none !important;
}

.grade-level-container.course-detail {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/grade-level-icon.svg");
}

.grade-level-container.course-detail.nitro-lazy {
	background-image: none !important;
}

.graduate-credit-container.course-detail {
	background-image: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/graduate-credit-icon.svg");
}

.graduate-credit-container.course-detail.nitro-lazy {
	background-image: none !important;
}

/* Meet the Instructor ACF Block */
.instructor {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

body.single-course .instructor-name a {
	text-decoration: none;
	color: #333;
}

body.single-course .instructor-name a:hover {
	text-decoration: underline;
	color: #ab4896;
}

.instructor-column {
	margin: 0 2%;
}

.instructor-column.instructor-column-1 {
	width: 100%;
}

.instructor-column.instructor-column-2 {
	width: 100%;
}

/* Footer Panel (non-widgets) */
.footer-panel {
	font-size: 1rem;
}

.footer-panel h5 {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .025rem;
	margin-bottom: 5px;
}

.footer-panel ul {
	list-style-type: none;
}

.footer-panel p {
	margin-bottom: 8px;
}

.footer-panel a {
	text-decoration: none;
}

.footer-panel a:hover {
	color: #000 !important;
}

/* hero area */
.hero h1 {
	/* 	font-size: 3rem; */
	max-width: 820px;
}

.home .hero h1 {
	max-width: none;
}

.hero p.uppercase {
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: .05rem;
	font-size: 1.3rem;
}

/* rounded corner backgrounds */
.white-top-right {
	background: #fff;
	border-radius: 0 100px 0 0;
	padding: 8% 8% 3% 8%;
	position: relative;
}

/* adds white to left of left column */
.white-top-right::before {
	content: " ";
	height: 100%;
	background: #fff;
	left: -900px;
	position: absolute;
	bottom: 0;
	width: 900px;
}

.white-top-right:after {
	content: " ";
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/white-bottom-left-inside-corner-100.svg") no-repeat left bottom/contain;
	width: 200px;
	height: 200px;
	max-width: 20%;
	position: absolute;
	left: 100%;
	bottom: 0;
}

/* Green INSIDE corners */
.green-top-left {
	background-color: #1b7f81 !important;
	border-radius: 100px 0 0 0;
	padding: 8% 8% 0 8%;
	position: relative;
}

.green-top-right {
	background: #1b7f81;
	border-radius: 0 100px 0 0;
	padding: 8% 8% 3% 8%;
	position: relative;
}

/*
.green-top-right {
	background-color: #1B7F81 !important;
	border-radius: 0 100px 0 0;
	padding: 8% 8% 0 8%;
	position: relative;
}
*/

/* adds green to left of left column */
.green-top-right:after {
	content: " ";
	height: 100%;
	background: #1b7f81;
	left: -900px;
	position: absolute;
	bottom: 0;
	width: 900px;
}

.green-top-left:before {
	content: " ";
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/green-bottom-right-inside-corner.svg") no-repeat left bottom/contain;
	width: 200px;
	height: 200px;
	max-width: 20%;
	position: absolute;
	right: 100%;
	bottom: 0;
}

/* adds green to right of right column */
.green-top-left:after {
	content: " ";
	height: 100%;
	background: #1b7f81;
	right: -900px;
	position: absolute;
	bottom: 0;
	width: 900px;
}

.parent-pageid-179 .brand-color-bottom-left::before, .green-bottom-left::before {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/green-bottom-left-inside-corner.svg") no-repeat left bottom/contain;
	bottom: 0;
	content: " ";
	height: 400px;
	left: 0;
	max-width: 20%;
	position: absolute;
	width: 400px;
	z-index: 99999;
}

/*
.green-top-right::before {
	content: " ";
	background: url('images/green-top-right-inside-corner.svg') no-repeat left bottom / contain;
	width: 400px;
	height: 400px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99999;
}
*/
.green-top-right::before {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/green-corner-bottom-right-outside.svg") no-repeat left bottom/contain;
	bottom: 0;
	content: " ";
	height: 400px;
	position: absolute;
	left: 100%;
	/* 	transform: rotate(180deg); */
	width: 400px;
	z-index: 99999;
}

.site-header .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: end;
	max-width: 1600px;
	margin: 0 auto;
	padding: 5px 0 0;
}

/* Change header logo color */
body.overlay-light img.custom-logo {
	filter: brightness(0) invert(1);
}

body .wp-block-columns {
	margin-bottom: 0;
}

/* Adds padding to columns with a background color - may need to adjust */
body .padded-columns .wp-block-column.has-background {
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 3% 3% 90px 3%;
}

body .padded-columns.no-buttons .wp-block-column.has-background {
	padding-bottom: 3%;
}

body .site-container .wp-block-button .wp-block-button__link {
	background: rgba(0, 0, 0, 0);
	border-radius: 0;
	border-width: 0;
	color: #1b7f81;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	text-transform: uppercase;
	letter-spacing: .025rem;
	margin-right: -15px;
	margin-left: -15px;
	font-family: "open-sans";
}

html body .site-container .wp-block-button .wp-block-button__link:hover {
	color: #fff !important;
	background: #000 !important;
}

body .site-container .has-theme-primary-background-color .wp-block-button .wp-block-button__link {
	color: #fff;
}

.link-bar {
	min-height: 85px;
}

body .hero .link-bar .wp-block-button a.wp-block-button__link {
	font-size: 18px;
	font-weight: bold;
	margin-left: 0;
	margin-right: 0px;
	text-decoration: none;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

body .genesis-nav-menu .current-menu-item > a {
	border-bottom: 8px solid #1b7f81;
	color: #1b7f81;
}

/* Change link color to PURPLE based on FOR SCHOOLS section
-------------------------------------------------------- */

/* BUTTONS */
body.parent-pageid-202 .site-container .wp-block-button.is-style-outline .wp-block-button__link, body.parent-pageid-202 .site-container .wp-block-button .wp-block-button__link {
	border-color: #717dc8;
	color: #717dc8;
}

body.parent-pageid-202 .site-container .call-to-action .wp-block-button .wp-block-button__link, body.parent-pageid-202 .site-container .white-button .wp-block-button .wp-block-button__link {
	color: #717dc8;
}

body.page-id-202 .subscribe-banner {
	background-color: #5769ba !important;
}

/* menu colors - purple */
body.page-id-202 .site-container .wp-block-button .wp-block-button__link, body.page-id-202 #menu-item-203 a, #menu-item-203 a:hover {
	color: #717dc8;
}

body.page-id-202 .genesis-nav-menu .current-menu-item > a {
	border-bottom: 8px solid #717dc8;
	color: #717dc8;
}

/* Subscribe banner */
body.parent-pageid-202 .subscribe-banner, body.page-id-202 .subscribe-banner {
	background-color: #5769ba !important;
}

/* Change Our Team overlay color to Purple */
body.parent-pageid-202 .our-team-panel .ptam-block-post-grid-text, body.page-id-202 .our-team-panel .ptam-block-post-grid-text {
	background: rgba(112, 124, 199, .9);
}

body.parent-pageid-202 a, body.page-id-202 a, body.parent-pageid-202 .footer-panel a, body.page-id-202 .footer-panel a {
	color: #5769ba;
}

body.single-course a, body.parent-pageid-201 a, body.page-id-201 a, body.parent-pageid-201 .footer-panel a, body.page-id-201 .footer-panel a {
	color: #913e80;
}

body.parent-pageid-202 .footer-panel a:hover, body.page-id-202 .footer-panel a:hover, body.parent-pageid-201 .footer-panel a:hover, body.page-id-201 .footer-panel a:hover {
	color: #000;
}

/* Change link color to MAGENTA based on section
-------------------------------------------------------- */

/* menu links */
body.page-id-201 .genesis-nav-menu .current-menu-item > a {
	border-bottom: 8px solid #ab4896;
	color: #ab4896;
}

body.single-course .site-container .wp-block-button .wp-block-button__link, body.page-id-201 .site-container .wp-block-button .wp-block-button__link, body.single-our_team a, body.single-our_team .site-container .wp-block-button .wp-block-button__link, body.page-id-201 #menu-item-204 > a, #menu-item-204 a:hover {
	color: #ab4896;
}

/* Subscribe banner */
body.parent-pageid-201 .subscribe-banner, body.page-id-201 .subscribe-banner {
	background-color: #913e80 !important;
}

/* Change Our Team overlay color to Magenta*/
body.parent-pageid-201 .our-team-panel .ptam-block-post-grid-text, body.page-id-201 .our-team-panel .ptam-block-post-grid-text {
	background: rgba(171, 72, 150, .9);
}

body .site-container .wp-block-button .wp-block-button__link:hover {
	background: #111;
	color: #fff;
	box-shadow: none;
}

body .site-container .wp-block-button .wp-block-button__link::after {
	content: " »";
}

body .site-container .wp-block-button.no-arrow .wp-block-button__link::after {
	content: " ";
}

/* Call to Action / White Button */
body .site-container .call-to-action .wp-block-button .wp-block-button__link, body .site-container .white-button .wp-block-button .wp-block-button__link {
	background: #fff;
	padding: 15px 40px;
}

body .site-container .call-to-action .wp-block-button .wp-block-button__link:hover, body .site-container .white-button .wp-block-button .wp-block-button__link:hover {
	color: #fff;
	background: #222;
	padding: 15px 40px;
}

/* Column Special Styles */

/* Align columns bottom */
.wp-block-columns.align-buttons .wp-block-column {
	position: relative;
}

.wp-block-columns.align-buttons .wpblock-column .wp-block-buttons {
	position: absolute;
	bottom: 20px;
}

.align-buttons .wp-block-buttons {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}

/* Stride Utility Styles
---------------------------------------------------------------------------- */
.hide-on-mobile {
	display: none !important;
}

.circle-number {
	border: 1px solid #ccc;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	border-radius: 100px;
	font-size: 2rem;
	font-weight: 200;
	line-height: 80px;
	color: #1b7f81;
	background: #fff;
	/* background: #fff; */
	box-shadow: 0 0 0 15px #fff;
}

.purple-curved-line .circle-number {
	background: #e0e4ff;
	box-shadow: 0 0 0 15px #e0e4ff;
	color: #717dc8;
}

.curved-line {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/curved-line-3-point.svg") no-repeat center center/contain;
	background-size: 75%;
	padding-bottom: 60px;
	padding-top: 40px;
}

.column-vert-lines.wp-block-columns .wp-block-column {
	border-right: 0px solid rgba(0, 0, 0, .1);
	padding: 0 3% 0 0;
}

.column-vert-lines.no-lines.wp-block-columns .wp-block-column {
	border-right: 0;
}

.column-vert-lines.wp-block-columns .wp-container-15.wp-block-column {
	border-right: 0 !important;
}

/* box-shadow */
.box-shadow {
	box-shadow: 0 -100px 200px rgba(0, 0, 0, .05);
}

/* no-bullets */
.entry-content .no-bullets ul > li {
	list-style-type: none;
}

/* big-button*/
body .site-container .big-button .wp-block-button .wp-block-button__link {
	padding: 20px 30px;
}

.uppercase {
	font-family: "open-sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .025rem;
	color: inherit;
	font-size: 1.2rem;
}

.uppercase strong {
	font-weight: 700;
}

.eyebrow-headline {
	font-family: "open-sans", sans-serif;
	font-size: 18px !important;
	font-weight: 700;
	text-transform: uppercase;
}

.full-height {
	height: calc(100vh - 70px);
}

.no-margin {
	margin: 0 !important;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.gradient, .teal-gradient, .brand-color-gradient-light {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,3e9a98+100&0+0,0.2+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(62, 154, 152, .2) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(62, 154, 152, .2) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(62, 154, 152, .2) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#333e9a98", GradientType=0);
}

.gradient-down, .teal-gradient-down, .brand-color-gradient-light-down {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3e9a98+0,ffffff+100&0.2+0,0+100 */
	background: -moz-linear-gradient(top, rgba(62, 154, 152, .2) 0%, rgba(255, 255, 255, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(62, 154, 152, .2) 0%, rgba(255, 255, 255, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(62, 154, 152, .2) 0%, rgba(255, 255, 255, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333e9a98", endColorstr="#00ffffff", GradientType=0);
}

.purple-gradient, .page-id-202 .brand-color-gradient-light, .purple-gradient-light {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,717dc8+100&0+0,0.2+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(113, 125, 200, .2) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(113, 125, 200, .2) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(113, 125, 200, .2) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#33717dc8", GradientType=0);
}

.magenta-gradient, .page-id-201 .brand-color-gradient-light, .magenta-gradient-light {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ab4896+100&0+0,0.2+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(171, 72, 150, .2) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(171, 72, 150, .2) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(171, 72, 150, .2) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#33ab4896", GradientType=0);
}

/* Mobile styles for Containers with rounded corners - desktop styles @ +767 */
.round-corner-top {
	border-radius: 50px 50px 0 0;
}

.round-corner-bottom {
	border-radius: 0 0 50px 50px;
}

.round-corner-bottom-left {
	border-bottom-left-radius: 50px;
}

.round-corner-bottom-right {
	border-bottom-right-radius: 50px;
}

.round-corner-top-right {
	border-top-right-radius: 50px;
}

.round-corner-top-left {
	border-top-left-radius: 50px;
}

.round-corner-bottom-left {
	border-bottom-left-radius: 50px;
}

.round-corner-bottom-left-100 {
	border-radius: 0 0 0 50px;
}

/* containers with colored corners */

/* --------------------- GREEN Corners --------------------- */
.green-corner-top::before {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/green-corner.svg") no-repeat left bottom/contain;
	content: " ";
	height: 200px;
	max-width: 20%;
	position: absolute;
	width: 200px;
	z-index: 999;
}

.green-corner-bottom::after {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/green-corner.svg") no-repeat left bottom/contain;
	content: " ";
	height: 200px;
	max-width: 20%;
	position: absolute;
	width: 200px;
	z-index: 999;
}

.green-corner-top.top-left::before {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/green-corner-top-left.svg") no-repeat left top/contain;
	left: 0;
	top: 0;
}

.green-corner-top.top-right::before {
	right: 0;
	top: 0;
	transform: scale(-1, -1);
}

.green-corner-bottom.bottom-right::after {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/green-corner-bottom-right.svg") no-repeat left bottom/contain;
	right: 0;
	bottom: 0;
}

.green-corner-bottom.bottom-left::after, .brand-color-corner-bottom.bottom-left::after {
	left: 0;
	bottom: 0;
}

/* --------------------- LT GREEN Corners --------------------- */
.lt-green-corner-top::before {
	content: " ";
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/lt-green-corner.svg") no-repeat left bottom/contain;
	width: 200px;
	height: 200px;
	position: absolute;
	z-index: 999;
}

.lt-green-corner-bottom::after {
	content: " ";
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/lt-green-corner.svg") no-repeat left bottom/contain;
	width: 200px;
	max-width: 20%;
	height: 200px;
	position: absolute;
	z-index: 999;
}

.lt-green-corner-top.top-left::before {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/lt-green-corner-top-left.svg") no-repeat left bottom/contain;
	left: 0;
	top: 0;
}

.lt-green-corner-top.top-right::before {
	right: 0;
	top: 0;
	transform: scale(-1, -1);
}

.lt-green-corner-bottom.bottom-right::after {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/lt-green-corner-bottom-right.svg") no-repeat left bottom/contain;
	right: 0;
	bottom: 0;
}

.lt-green-corner-bottom.bottom-left::after {
	left: 0;
	bottom: 0;
}

/* --------------------- MAGENTA Corners --------------------- */
.magenta-corner-top::before {
	content: " ";
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/magenta-corner.svg") no-repeat left bottom/contain;
	width: 200px;
	max-width: 20%;
	height: 200px;
	position: absolute;
	z-index: 999;
}

.magenta-corner-bottom::after {
	content: " ";
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/magenta-corner.svg") no-repeat left bottom/contain;
	width: 200px;
	max-width: 20%;
	height: 200px;
	position: absolute;
	z-index: 999;
}

.magenta-corner-top.top-left::before {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/magenta-corner-top-left.svg") no-repeat left top/contain;
	max-width: 20%;
	left: 0;
	top: 0;
}

.magenta-corner-top.top-right::before {
	max-width: 20%;
	right: 0;
	top: 0;
	transform: scale(-1, -1);
}

.magenta-corner-bottom.bottom-right::after {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/magenta-corner-bottom-right.svg") no-repeat left bottom/contain;
	right: 0;
	max-width: 20%;
	bottom: 0;
}

.magenta-corner-bottom.bottom-left::after {
	left: 0;
	bottom: 0;
	max-width: 20%;
}

/* --------------------- PURPLE Corners --------------------- */
.purple-corner-top::before {
	content: " ";
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/purple-corner.svg") no-repeat left bottom/contain;
	width: 200px;
	max-width: 20%;
	height: 200px;
	position: absolute;
	z-index: 999;
}

.purple-corner-bottom::after {
	content: " ";
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/purple-corner.svg") no-repeat left bottom/contain;
	width: 200px;
	max-width: 20%;
	height: 200px;
	position: absolute;
	z-index: 999;
}

.purple-corner-top.top-left::before {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/purple-corner-top-left.svg") no-repeat left top/contain;
	max-width: 20%;
	left: 0;
	top: 0;
}

.purple-corner-top.top-right::before {
	right: 0;
	max-width: 20%;
	top: 0;
	transform: scale(-1, -1);
}

.purple-corner-bottom.bottom-right::after {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/purple-corner-bottom-right.svg") no-repeat left bottom/contain;
	max-width: 20%;
	right: 0;
	bottom: 0;
}

.purple-corner-bottom.bottom-left::after {
	max-width: 20%;
	left: 0;
	bottom: 0;
}

/* --------------------- LT PURPLE Corners --------------------- */
.lt-purple-corner-top::before {
	content: " ";
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/lt-purple-corner.svg") no-repeat left bottom/contain;
	max-width: 20%;
	width: 200px;
	height: 200px;
	position: absolute;
	z-index: 999;
}

.lt-purple-corner-bottom::after {
	content: " ";
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/lt-purple-corner.svg") no-repeat left bottom/contain;
	max-width: 20%;
	width: 200px;
	height: 200px;
	position: absolute;
	z-index: 999;
}

.lt-purple-corner-top.top-left::before {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/lt-purple-corner-top-left.svg") no-repeat left top/contain;
	max-width: 20%;
	left: 0;
	top: 0;
}

.lt-purple-corner-top.top-right::before {
	max-width: 20%;
	right: 0;
	top: 0;
	transform: scale(-1, -1);
}

.lt-purple-corner-bottom.bottom-right::after {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/lt-purple-corner-bottom-right.svg") no-repeat left bottom/contain;
	max-width: 20%;
	right: 0;
	bottom: 0;
}

.page-id-202 .brand-color-corner-bottom::after, .parent-pageid-202 .brand-color-corner-bottom::after, .lt-purple-corner-bottom.bottom-left::after {
	max-width: 20%;
	left: 0;
	bottom: 0;
}

/* default brand color corner */
.brand-color-corner-bottom::after {
	content: " ";
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/green-corner.svg") no-repeat left bottom/contain;
	max-width: 20%;
	width: 200px;
	height: 200px;
	position: absolute;
	z-index: 999;
}

/* purple brand color corner*/
.parent-pageid-202 .brand-color-corner-bottom::after, .page-id-202 .brand-color-corner-bottom::after {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/purple-corner.svg") no-repeat left bottom/contain;
}

/* purple brand color corner*/
.parent-pageid-201 .brand-color-corner-bottom::after, .page-id-201 .brand-color-corner-bottom::after {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/magenta-corner.svg") no-repeat left bottom/contain;
}

/* lt-green brand color corner*/
.parent-pageid-179 .brand-color-corner-bottom::after, .page-id-179 .brand-color-corner-bottom::after {
	background: url("https://sterncenter.org/nitropack_static/qyegEpEKcRzqxuZVMpAtBLxybOQPaUFO/assets/images/source/rev-b3d4c0f/sterncenter.org/wp-content/themes/sterncenter/images/lt-green-corner.svg") no-repeat left bottom/contain;
}

/* Mission Panel */
.mission-panel .wp-block-column {
	flex-grow: 1;
	min-width: 0;
	background: #fff;
	padding: 4%;
	position: relative;
	margin: 2%;
}

.mission-panel .wp-block-column p a {
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 10% 7% 10%;
	width: 100%;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
	table {
		table-layout: auto;
		word-break: normal;
	}
}

@media (max-width: 767px) {
	body .astm-search-menu.is-menu.popup.menu-item, body .astm-search-menu.is-menu.popup.menu-item::after {
		display: none;
	}
	
	body .course-grid-layout.course-catalog-layout .single-course-listing {
		width: 47%;
		padding: 4%;
		margin: 1.5%;
	}
	
	.mobile-column-reverse {
		flex-direction: column-reverse;
	}
	
	body {
		font-size: 16px;
	}
	
	/* moves caption below Our Team photos on mobile slider */
	body .metaslider .caption-wrap {
		position: relative;
	}
	
	#course-listings.course-grid-layout .single-course-listing {
		width: 46%;
	}
	
	body .big-number {
		font-size: 68px !important;
	}
	
	.stern-testimonial.strong-view.wpmtst-simple .wpmtst-testimonial {
		font-size: 1rem;
	}
	
	.round-corner-top-right {
		border-top-right-radius: 50px;
	}
	
	.round-corner-bottom-left {
		border-bottom-left-radius: 50px;
	}
	
	.green-top-left {
		border-radius: 50px 0 0 0;
	}
	
	.white-top-right {
		border-radius: 0 50px 0 0;
	}
	
	body .site-container .wp-block-button .wp-block-button__link {
		margin-right: 15px;
		margin-left: 15px;
	}
	
	.wp-custom-logo .title-area {
		padding-right: 45px;
	}
	
	.site-header {
		padding: 0;
	}
	
	.wp-block-buttons > .wp-block-button {
		display: block;
		text-align: center;
	}
	
	body .ptam-block-post-grid div[class*="columns"].is-grid {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 560px) {
	body .course-grid-layout.course-catalog-layout .single-course-listing {
		width: 97%;
		padding: 6%;
		margin: 1.5%;
	}
	
	#course-listings.course-grid-layout .single-course-listing {
		width: 100%;
	}
}

@media only screen and (min-width: 767px) {
	.column-vert-lines.wp-block-columns .wp-block-column {
		border-right: 1px solid rgba(0, 0, 0, .1);
	}
	
	/* Containers with rounded corners */
	.round-corner-top {
		border-radius: 200px 200px 0 0;
	}
	
	.round-corner-bottom {
		border-radius: 0 0 200px 200px;
	}
	
	.round-corner-bottom-left {
		border-bottom-left-radius: 200px;
	}
	
	.round-corner-bottom-right {
		border-bottom-right-radius: 200px;
	}
	
	.round-corner-top-right {
		border-top-right-radius: 200px;
	}
	
	.round-corner-top-left {
		border-top-left-radius: 200px;
	}
	
	.round-corner-bottom-left {
		border-bottom-left-radius: 200px;
	}
	
	.round-corner-bottom-left-100 {
		border-radius: 0 0 0 100px;
	}
	
	.hide-on-mobile {
		display: block !important;
	}
	
	.hide-on-mobile.is-layout-flex {
		display: flex !important;
	}
	
	.single-news-post {
		width: 50%;
		padding: 2%;
	}
	
	.offset-left {
		margin-left: -100px;
	}
	
	.offset-right {
		margin-right: -100px;
	}
	
	/* Our Team tablets and up */
	
	/* Our Team Pages */
	.single-our-team-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 30px 4%;
	}
	
	.single-our-team-column {
		width: 62%;
	}
	
	.single-our-team-column.featured-image-column {
		width: 34%;
	}
	
	/* TABLET font sizes */
	h1 {
		font-size: 52px;
	}
	
	h2 {
		font-size: 38px;
	}
	
	h3 {
		font-size: 26px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	h5 {
		font-size: 16px;
	}
	
	h6 {
		font-size: 14px;
	}
	
	.instructor-column.instructor-column-1 {
		width: 36%;
	}
	
	.instructor-column.instructor-column-2 {
		width: 56%;
	}
}

@media only screen and (min-width: 1280px) {
	.single-news-post {
		width: 33%;
		padding: 2%;
	}
	
	/* DESKTOP font sizes */
	h1 {
		font-size: 64px;
	}
	
	h2 {
		font-size: 42px;
	}
	
	h3 {
		font-size: 28px;
	}
	
	h4 {
		font-size: 20px;
	}
	
	h5 {
		font-size: 18px;
	}
	
	h6 {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1600px) {}

@media (min-width:768px) and (max-width:960px) {
	.ptam-block-post-grid div[class*="columns"].is-grid {
		grid-template-columns: 1fr 1fr;
	}
}

#menu-utility-nav {
	display: none;
}

.widget-area.header-widget-area {
	padding: 0;
}

body .astm-search-menu.is-menu.popup.menu-item {
	position: relative;
	right: 0;
	top: 0;
	padding: 20px;
}

body .astm-search-menu.is-menu.popup.menu-item:after {
	content: " Search";
	position: relative;
	display: inline-block;
	float: none;
	padding: 15px 5px 0px;
	color: #000;
}

@media only screen and (min-width: 960px) {
	/* Ivory Search */
	body .astm-search-menu.is-menu.popup.menu-item {
		position: absolute;
		right: 0;
		top: 0;
		padding: 20px;
	}
	
	/* Hero logo for non-course page (manual) */
	.wp-block-image.hero-logo {
		display: block;
		background: #fff;
		border-radius: 100%;
		padding: 10%;
		margin: -150px 0 -300px;
		max-width: 400px;
		width: 400px;
		height: 400px;
		z-index: 999;
		overflow: hidden;
		position: relative;
	}
	
	.logo-column {
		display: block;
	}
	
	.quote-box {
		margin-left: 8%;
	}
	
	.quote-box .quote-box-image {
		margin-left: -8rem;
		margin-top: 8rem;
		margin-right: 4rem;
	}
	
	.course-main-content {
		width: 55%;
	}
	
	.course-details {
		width: 45%;
		padding: 0 2%;
	}
	
	.single-course-listing {
		flex-direction: row;
	}
	
	#menu-utility-nav {
		display: block;
		transition: ease-in-out .3s;
	}
	
	.shrink #menu-utility-nav {
		display: none;
	}
	
	.shrink .widget-area.header-widget-area {
		padding: 0;
	}
	
	.wp-custom-logo .site-container .shrink .title-area {
		max-width: 240px !important;
	}
	
	.course-graphic-container {
		border-radius: 999px;
		margin: -250px auto 0;
		overflow: hidden;
		padding: 6%;
		background: #fff;
		width: 100%;
		display: inline-block;
	}
	
	/* Site Header
	--------------------------------------------- */
	.site-header {
		background: rgba(255, 255, 255, 1);
		box-shadow: 0 0 60px rgba(0, 0, 0, .3);
		position: sticky;
		top: 0;
		z-index: 9999;
		width: 100%;
		transition: ease-in-out .3s;
	}
	
	/* Alt header options */
	body.overlay-light .site-header, body.overlay-dark .site-header {
		background: rgba(0, 0, 0, 0);
		position: absolute;
	}
	
	.hero h1 {
		max-width: 820px;
	}
	
	/* Genesis Menu
	--------------------------------------------- */
	.genesis-nav-menu .menu-item {
		display: inline-block;
	}
	
	li.menu-item-has-children {
		position: relative;
	}
	
	li.menu-item-has-children:after {
		color: rgba(0, 0, 0, .3);
		content: " ▼";
		font-size: 10px;
		position: absolute;
		right: 10px;
		top: 40%;
	}
	
	.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	
	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}
	
	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.genesis-nav-menu > .menu-highlight > a:focus, .genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}
	
	.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
		font-weight: 400;
		width: 250px;
	}
	
	.genesis-nav-menu .sub-menu {
		background: teal;
		border-top: 0 solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}
	
	.genesis-nav-menu .sub-menu a {
		border: 0 solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.genesis-nav-menu .sub-menu a:hover {
		color: #000;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}
	
	/* Responsive Menu
	--------------------------------------------- */
	.js .nav-primary {
		display: block;
		padding-top: 0;
	}
	
	.menu-toggle, .sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
	
	/* Header Menu
	--------------------------------------------- */
	.nav-primary {
		width: auto;
	}
	
	.nav-primary .genesis-nav-menu li > a {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu > li > a {
		margin-left: 0;
		margin-right: 0;
		font-weight: 600;
	}
	
	.nav-primary .genesis-nav-menu > .menu-item > a {
		font-weight: 900;
		letter-spacing: -.025rem;
	}
	
	body .genesis-nav-menu .current-menu-item > a {
		border-bottom: 8px solid #1b7f81;
		color: #1b7f81;
	}
	
	body.overlay-light .nav-primary .genesis-nav-menu a {
		color: #fff;
	}
	
	body.overlay-light .nav-primary .genesis-nav-menu a:hover {
		color: #b3cc63;
	}
	
	/* Site-Inner
	--------------------------------------------- */
	.site-inner {
		max-width: 1140px;
	}
	
	.single-course .site-inner {
		max-width: 1160px;
		padding: 0 6%;
	}
	
	.single-post .site-inner {
		max-width: 1060px;
	}
	
	.single-post .singular-image.entry-image {
		margin-bottom: 4%;
	}
	
	/* Content
	--------------------------------------------- */
	.content {
		float: left;
		width: 100%;
	}
	
	.sidebar-content .content {
		float: right;
	}
	
	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Sidebar
	--------------------------------------------- */
	.sidebar {
		float: right;
		width: 30%;
	}
	
	.sidebar-content .sidebar {
		float: left;
	}
	
	/* Author Box
	--------------------------------------------- */
	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}
	
	/* After Entry
	--------------------------------------------- */
	.after-entry {
		padding: 40px 60px;
	}
	
	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	/* Column Classes
	--------------------------------------------- */
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
		float: left;
		margin-left: 2.5641025641026%;
	}
	
	.one-half, .three-sixths, .two-fourths {
		width: 48.717948717949%;
	}
	
	.one-third, .two-sixths {
		width: 31.623931623932%;
	}
	
	.four-sixths, .two-thirds {
		width: 65.811965811966%;
	}
	
	.one-fourth {
		width: 23.076923076923%;
	}
	
	.three-fourths {
		width: 74.358974358974%;
	}
	
	.one-sixth {
		width: 14.529914529915%;
	}
	
	.five-sixths {
		width: 82.905982905983%;
	}
	
	.first {
		clear: both;
		margin-left: 0;
	}
	
	/* Entry Misc.
	--------------------------------------------- */
	.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
		margin-bottom: 60px;
	}
	
	/* Footer Widgets
	--------------------------------------------- */
	.footer-widgets .wrap {
		max-width: 1260px;
		padding: 0 2%;
	}
	
	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}
}

/*
@media only screen and (min-width: 1200px) {
	body .metaslider .flexslider:focus-within a.flex-next,
	body .metaslider .flexslider:hover a.flex-next {
		opacity: 1;
		right: -50px;
	}
	body .metaslider .flexslider:focus-within a.flex-prev,
	body .metaslider .flexslider:hover a.flex-prev {
		opacity: 1;
		left: -50px;
	}
}
*/

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
	*, *::before, *::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]::after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	
	a[href^="javascript:"]::after, a[href^="#"]::after, .site-title > a::after {
		content: "";
	}
	
	thead {
		display: table-header-group;
	}
	
	img, tr {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	@page {
		margin: 2cm .5cm;
	}
	
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	.content, .content-sidebar {
		width: 100%;
	}
	
	button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
		display: none !important;
	}
	
	.title-area {
		text-align: center;
		width: 100%;
	}
	
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	
	.site-inner {
		padding-top: 0;
		position: relative;
	}
	
	.author-box {
		margin-bottom: 0;
	}
	
	h1, h2, h3, h4, h5, h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	
	blockquote, pre, table {
		page-break-inside: avoid;
	}
	
	dl, ol, ul {
		page-break-before: avoid;
	}
}
