﻿/* Load Fonts - March 20 2024 */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Bold on page heading levels - March 13 2021 */
h2, h3, h4, h5, h6 {
	font-weight: 600;
	}
/* Change heading fonts  - March 4 2024*/
h1, h2, h3, h4, h5, h6	{
	font-family: Figtree, Montserrat, Arial, sans-serif;
	}

/********** CDA Mar 4 2024 ***********/
h1	{ color: #085586; 	font-weight: 600;} 			/* EEdU blue */
.user_content h2 { font-size: 1.7em; 				/* Canvas default 1.8em */
		border-left: 7px solid #085586; padding-left: 1rem;	
		background-color: #f7f7f7; color: #373d3f;} /* EEdU blue on content page */
h3	{ margin-top: 0.5em;	} 			
h4	{ color: rebeccapurple;
	background-color: white; border-radius: 0 15px 0 0;	}	/* for dark screens */
h5, h6	{ color: #003180;	}

/**************** DESKTOP BROWSER ONLY *****************/
/*** Override Canvas Styles ***/
/* Prevent expanded links from printing - thanks James Jones Canvas Community */
@media print {  
      a:link:after, a:visited:after {  
        content: none;  
	   font-size: 90%
      }  
    }  

/* adjust the bottom margin space around Heading 3 - updated Mar 13 2021
.user_content .h3, 
.user_content h3, 
.mceContentBody h3,
.mceContentBody .h3 {
	margin-bottom: 6px;
	}

/* Improve threaded discussions - Canvas Community Ephraim Ross */
    .replies {  
     padding-left: 0px;  
     border-left: solid #f5f5f5 16px;  
    }  
      
    .discussion-read-state-btn {  
        top: 32px;  
    	left:-25px !important;
    }  
      
    div.entry-content {  
      padding-left:0px !important;  
    }  

/****** Discussion redesign - Jan 2024 ******/
/* Discussion page title to look like h1 */
.css-14fpfr2-text, .css-kuunbm-text	{
	font-weight: 700 !important;
	color: var(--ic-brand-primary);		/* EEdU Blue */
	font-size: 2rem !important;
	}

/* **** Sept 2024 **** */
[data-testid="discussion-root-entry-container"] [data-testid="notHighlighted"] > * > [class*="css-"][class*="-view--flex-flex"]:first-of-type > [class*="css-"][class*="-view-flexItem"]:first-of-type:has([class*="css-"][class*="-view-flexItem"]),
[data-testid="discussions-split-screen-view-content"] [data-testid="notHighlighted"] > [class*="css-"][class*="-view--flex-flex"]:first-of-type > [class*="css-"][class*="-view-flexItem"]:first-of-type:has([class*="css-"][class*="-view-flexItem"]) {
    border: 1px solid var(--ic-brand-button--secondary-bgd);	/* Cultivate purple */
    border-radius: .25rem;
    padding-top: .75rem;
    margin-bottom: 0.5rem;
}

[data-testid="post-separator"] {
	display: none;
}

/* Border for first reply post of a thread */
#content > div > div > div > div > span > div.css-pnbk90-view > div > div > div > span > span {
    border-color: darkcyan;
}

/* **** previously worked **** */
/* border on first reply in thread */
.css-8rac1c-view-flexItem {
	border-bottom-left-radius: 0.25rem;
	border-width: 0.0625rem;
	border-radius: 0.25rem;
	border-style: solid;
	border-color: darkcyan;
}

/* border on thread reply text */
.css-1hatz2-view-flexItem	{
	border-width: 0.0625rem;
	border-radius: 0.25rem;
	border-style: solid;
	border-color: darkorchid;
}

/* font size on thread reply text */
.css-138gh4t-view .user_content {
	font-size: 1rem;
}

/** Tablet Discussions rEdesigned **/
/* border on reply text only */
.css-1hcnpfq-view-flexItem {
	border: medium solid darkgoldenrod;
}

/*** For Mobile Discussions Redesigned ***/
/* discussion header and prompt space */
.css-16umzoa-view--block {
	padding: 0.5rem !important;
}

/* remove left and bottom padding around header, prompt, and all replies */
.css-3qn3vl-view--flex-flex {
	padding: 0 !important;
}

/* border on thread reply block */
.css-1wzf0w1-view--flex-flex {
	border-width: 0.15rem;
	border-style: solid;
	padding-left: 0.75rem;
	border-radius: 4px;
  	margin-bottom: 0.25rem;
	margin-left: 15px;
	border-color: var(--ic-brand-primary-lightened-15);
	position: relative;
}

/* remove mobile border around reply text for phone screens */
.css-1wzf0w1-view--flex-flex .css-1hcnpfq-view-flexItem {
	border: none;
}
/**** end Mobile Discussions Redesigned ****/

/* Assignment, Quiz, Rubrics, Syllabus and Wiki page titles - Mar 13 2021 */
h1 {
	color: #444 !important;
	font-weight: normal !important;
	font-size: 2.25em ; /* Canvas default is 2.5 */
	}

/* Announcement and Discusison page title - Mar 13 2021 */
.topic
h1.discussion-title {
	font-size: 2rem; /* Canvas default is 1.1875rem */
	line-height: 1.25; /* Other Heading line height is 1.5 */
	}

/**************** END DESKTOP BROWSER ONLY *****************/

/********* EarlyEdu Canvas-only *********/
/* no underline on links in Canvas style ic-Tables */
.ic-Table a {
	text-decoration: none;
}

/* Make any font bold fonts - Mar 13 2021 */
.be-bold {
	font-weight: bold;
	}

/* Call out box Mar 13 2021 */
.eedu-callout {
	margin: 40px auto 40px auto; 
	padding: 20px 20px 8px 20px; 
	background-color: #efefef; 
	border-top: solid 10px #5F259F;
	}
.eedu-callout-icon {
	display: block; 
	position: relative; 
	margin: -60px auto 10px; 
	max-width: 70px;
	}

.eedu-callout-heading {
	font-size: 1.2rem; 
	color: #333333; 
	line-height: 1.5em;
	font-weight: bold;
	}

/* Details - Mar 13 2021 */
.eedu-details {
	margin-bottom: 0.5em;
	}
.eedu-details-summary {
	cursor: pointer; 
	border-left: 8px solid #085586; 
	padding: 8px; 
	}
.eedu-details-body{
	padding: 0 30px;
	}

/* Table - Mar 13 2021 */
.eedu-table {
	border-top: 8px solid #085586; 
	border-collapse: collapse;
	}

/* Member Portal Flags - Jan 4 2023 */
.flagBlue, .flagGreen, .flagOrange, .flagBlend {
	padding: 5px;
	border-radius: 15px;
	color: #ffffff;
	font-size: 0.6875rem;
	min-width: 20px;
	line-height: 20px;
	vertical-align: text-bottom;
	text-align: center;
	box-sizing: border-box;
}
/* color contrast at least 4.5 */
.flagBlue { background-color: #085586;}
.flagGreen { background-color: #0b874b;} /* Canvas success green */
.flagOrange { background-color: #FC6E2C; color: #000000;}
.flagBlend {background-color: #E67A79; color: #000000;} /* Members blended */

/* responsive video March 20, 2024 */
.video-youtube {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/*********************************************************************/

/********** From lil birds ***********/
/*** Via Flexbox Grid (http://flexboxgrid.com/) ***/
.early-edu p,
.early-edu ul li,
.early-edu ol li {
	font-size: 1rem;
}
.early-ed-wrap {
		box-sizing: border-box;
		margin: 0 auto
}

.early-ed-page-section {
		padding-top: 3rem;
		margin-bottom: 3rem
}

.early-ed-box-row {
		margin-bottom: 1rem;
}

.early-ed-box-container {
		box-sizing: border-box;
		padding: .5rem
}

.early-ed-container,.early-ed-container-fluid {
		margin-right: auto;
		margin-left: auto
}

.early-ed-container-fluid {
/*
		padding-right: 2rem;
		padding-left: 2rem
*/
}

.early-ed-row {
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -.5rem;
		margin-left: -.5rem
}

.early-ed-row.reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
}

.early-ed-card-title {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.early-ed-card-subtitle {
	font-size: 1.1em;
}

.early-ed-col.early-ed-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
}

.early-ed-card-box-row {
	padding: 10px;
}

.early-ed-card-box-row:hover {
	background: rgba(0, 0, 0, 0.05);
}

.early-ed-col-xs,
.early-ed-col-xs-1,
.early-ed-col-xs-10,
.early-ed-col-xs-11,
.early-ed-col-xs-12,
.early-ed-col-xs-2,
.early-ed-col-xs-3,
.early-ed-col-xs-4,
.early-ed-col-xs-5,
.early-ed-col-xs-6,
.early-ed-col-xs-7,
.early-ed-col-xs-8,
.early-ed-col-xs-9,
.early-ed-col-xs-offset-0,
.early-ed-col-xs-offset-1,
.early-ed-col-xs-offset-10,
.early-ed-col-xs-offset-11,
.early-ed-col-xs-offset-12,
.early-ed-col-xs-offset-2,
.early-ed-col-xs-offset-3,
.early-ed-col-xs-offset-4,
.early-ed-col-xs-offset-5,
.early-ed-col-xs-offset-6,
.early-ed-col-xs-offset-7,
.early-ed-col-xs-offset-8,
.early-ed-col-xs-offset-9 {
box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: .5rem;
padding-left: .5rem
}

.early-ed-col-xs {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%
}

.early-ed-col-xs-1 {
-ms-flex-preferred-size: 8.33333333%;
flex-basis: 8.33333333%;
max-width: 8.33333333%
}

.early-ed-col-xs-2 {
-ms-flex-preferred-size: 16.66666667%;
flex-basis: 16.66666667%;
max-width: 16.66666667%
}

.early-ed-col-xs-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%
}

.early-ed-col-xs-4 {
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
max-width: 33.33333333%
}

.early-ed-col-xs-5 {
-ms-flex-preferred-size: 41.66666667%;
flex-basis: 41.66666667%;
max-width: 41.66666667%
}

.early-ed-col-xs-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%
}

.early-ed-col-xs-7 {
-ms-flex-preferred-size: 58.33333333%;
flex-basis: 58.33333333%;
max-width: 58.33333333%
}

.early-ed-col-xs-8 {
-ms-flex-preferred-size: 66.66666667%;
flex-basis: 66.66666667%;
max-width: 66.66666667%
}

.early-ed-col-xs-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%
}

.early-ed-col-xs-10 {
-ms-flex-preferred-size: 83.33333333%;
flex-basis: 83.33333333%;
max-width: 83.33333333%
}

.early-ed-col-xs-11 {
-ms-flex-preferred-size: 91.66666667%;
flex-basis: 91.66666667%;
max-width: 91.66666667%
}

.early-ed-col-xs-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%
}

.early-ed-col-xs-offset-0 {
margin-left: 0
}

.early-ed-col-xs-offset-1 {
margin-left: 8.33333333%
}

.early-ed-col-xs-offset-2 {
margin-left: 16.66666667%
}

.early-ed-col-xs-offset-3 {
margin-left: 25%
}

.early-ed-col-xs-offset-4 {
margin-left: 33.33333333%
}

.early-ed-col-xs-offset-5 {
margin-left: 41.66666667%
}

.early-ed-col-xs-offset-6 {
margin-left: 50%
}

.early-ed-col-xs-offset-7 {
margin-left: 58.33333333%
}

.early-ed-col-xs-offset-8 {
margin-left: 66.66666667%
}

.early-ed-col-xs-offset-9 {
margin-left: 75%
}

.early-ed-col-xs-offset-10 {
margin-left: 83.33333333%
}

.early-ed-col-xs-offset-11 {
margin-left: 91.66666667%
}

.early-ed-start-xs {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start
}

.early-ed-center-xs {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center
}

.early-ed-end-xs {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end
}

.early-ed-top-xs {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}

.early-ed-middle-xs {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}

.early-ed-bottom-xs {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end
}

.early-ed-around-xs {
-ms-flex-pack: distribute;
justify-content: space-around
}

.early-ed-between-xs {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}

.early-ed-first-xs {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}

.early-ed-last-xs {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}

@media only screen and (min-width: 48em) {
.early-ed-container {
		width:49rem
}

.early-ed-col-sm,
.early-ed-col-sm-1,
.early-ed-col-sm-10,
.early-ed-col-sm-11,
.early-ed-col-sm-12,
.early-ed-col-sm-2,
.early-ed-col-sm-3,
.early-ed-col-sm-4,
.early-ed-col-sm-5,
.early-ed-col-sm-6,
.early-ed-col-sm-7,
.early-ed-col-sm-8,
.early-ed-col-sm-9,
.early-ed-col-sm-offset-0,
.early-ed-col-sm-offset-1,
.early-ed-col-sm-offset-10,
.early-ed-col-sm-offset-11,
.early-ed-col-sm-offset-12,
.early-ed-col-sm-offset-2,
.early-ed-col-sm-offset-3,
.early-ed-col-sm-offset-4,
.early-ed-col-sm-offset-5,
.early-ed-col-sm-offset-6,
.early-ed-col-sm-offset-7,
.early-ed-col-sm-offset-8,
.early-ed-col-sm-offset-9 {
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: .5rem;
		padding-left: .5rem
}

.early-ed-col-sm {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%
}

.early-ed-col-sm-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%
}

.early-ed-col-sm-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%
}

.early-ed-col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
}

.early-ed-col-sm-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
}

.early-ed-col-sm-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%
}

.early-ed-col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
}

.early-ed-col-sm-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%
}

.early-ed-col-sm-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%
}

.early-ed-col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
}

.early-ed-col-sm-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%
}

.early-ed-col-sm-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%
}

.early-ed-col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
}

.early-ed-col-sm-offset-0 {
		margin-left: 0
}

.early-ed-col-sm-offset-1 {
		margin-left: 8.33333333%
}

.early-ed-col-sm-offset-2 {
		margin-left: 16.66666667%
}

.early-ed-col-sm-offset-3 {
		margin-left: 25%
}

.early-ed-col-sm-offset-4 {
		margin-left: 33.33333333%
}

.early-ed-col-sm-offset-5 {
		margin-left: 41.66666667%
}

.early-ed-col-sm-offset-6 {
		margin-left: 50%
}

.early-ed-col-sm-offset-7 {
		margin-left: 58.33333333%
}

.early-ed-col-sm-offset-8 {
		margin-left: 66.66666667%
}

.early-ed-col-sm-offset-9 {
		margin-left: 75%
}

.early-ed-col-sm-offset-10 {
		margin-left: 83.33333333%
}

.early-ed-col-sm-offset-11 {
		margin-left: 91.66666667%
}

.early-ed-start-sm {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start
}

.early-ed-center-sm {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
}

.early-ed-end-sm {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end
}

.early-ed-top-sm {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
}

.early-ed-middle-sm {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
}

.early-ed-bottom-sm {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
}

.early-ed-around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around
}

.early-ed-between-sm {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
}

.early-ed-first-sm {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
}

.early-ed-last-sm {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
}
}

@media only screen and (min-width: 64em) {
.early-ed-container {
		width:65rem
}

.early-ed-col-md,
.early-ed-col-md-1,
.early-ed-col-md-10,
.early-ed-col-md-11,
.early-ed-col-md-12,
.early-ed-col-md-2,
.early-ed-col-md-3,
.early-ed-col-md-4,
.early-ed-col-md-5,
.early-ed-col-md-6,
.early-ed-col-md-7,
.early-ed-col-md-8,
.early-ed-col-md-9,
.early-ed-col-md-offset-0,
.early-ed-col-md-offset-1,
.early-ed-col-md-offset-10,
.early-ed-col-md-offset-11,
.early-ed-col-md-offset-12,
.early-ed-col-md-offset-2,
.early-ed-col-md-offset-3,
.early-ed-col-md-offset-4,
.early-ed-col-md-offset-5,
.early-ed-col-md-offset-6,
.early-ed-col-md-offset-7,
.early-ed-col-md-offset-8,
.early-ed-col-md-offset-9 {
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: .5rem;
		padding-left: .5rem
}

.early-ed-col-md {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%
}

.early-ed-col-md-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%
}

.early-ed-col-md-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%
}

.early-ed-col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
}

.early-ed-col-md-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
}

.early-ed-col-md-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%
}

.early-ed-col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
}

.early-ed-col-md-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%
}

.early-ed-col-md-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%
}

.early-ed-col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
}

.early-ed-col-md-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%
}

.early-ed-col-md-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%
}

.early-ed-col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
}

.early-ed-col-md-offset-0 {
		margin-left: 0
}

.early-ed-col-md-offset-1 {
		margin-left: 8.33333333%
}

.early-ed-col-md-offset-2 {
		margin-left: 16.66666667%
}

.early-ed-col-md-offset-3 {
		margin-left: 25%
}

.early-ed-col-md-offset-4 {
		margin-left: 33.33333333%
}

.early-ed-col-md-offset-5 {
		margin-left: 41.66666667%
}

.early-ed-col-md-offset-6 {
		margin-left: 50%
}

.early-ed-col-md-offset-7 {
		margin-left: 58.33333333%
}

.early-ed-col-md-offset-8 {
		margin-left: 66.66666667%
}

.early-ed-col-md-offset-9 {
		margin-left: 75%
}

.early-ed-col-md-offset-10 {
		margin-left: 83.33333333%
}

.early-ed-col-md-offset-11 {
		margin-left: 91.66666667%
}

.early-ed-start-md {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start
}

.early-ed-center-md {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
}

.early-ed-end-md {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end
}

.early-ed-top-md {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
}

.early-ed-middle-md {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
}

.early-ed-bottom-md {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
}

.early-ed-around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around
}

.early-ed-between-md {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
}

.early-ed-first-md {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
}

.early-ed-last-md {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
}
}

@media only screen and (min-width: 75em) {
.early-ed-container {
		width:76rem
}

.early-ed-col-lg,
.early-ed-col-lg-1,
.early-ed-col-lg-10,
.early-ed-col-lg-11,
.early-ed-col-lg-12,
.early-ed-col-lg-2,
.early-ed-col-lg-3,
.early-ed-col-lg-4,
.early-ed-col-lg-5,
.early-ed-col-lg-6,
.early-ed-col-lg-7,
.early-ed-col-lg-8,
.early-ed-col-lg-9,
.early-ed-col-lg-offset-0,
.early-ed-col-lg-offset-1,
.early-ed-col-lg-offset-10,
.early-ed-col-lg-offset-11,
.early-ed-col-lg-offset-12,
.early-ed-col-lg-offset-2,
.early-ed-col-lg-offset-3,
.early-ed-col-lg-offset-4,
.early-ed-col-lg-offset-5,
.early-ed-col-lg-offset-6,
.early-ed-col-lg-offset-7,
.early-ed-col-lg-offset-8,
.early-ed-col-lg-offset-9 {
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: .5rem;
		padding-left: .5rem
}

.early-ed-col-lg {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%
}

.early-ed-col-lg-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%
}

.early-ed-col-lg-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%
}

.early-ed-col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
}

.early-ed-col-lg-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
}

.early-ed-col-lg-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%
}

.early-ed-col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
}

.early-ed-col-lg-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%
}

.early-ed-col-lg-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%
}

.early-ed-col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
}

.early-ed-col-lg-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%
}

.early-ed-col-lg-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%
}

.early-ed-col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
}

.early-ed-col-lg-offset-0 {
		margin-left: 0
}

.early-ed-col-lg-offset-1 {
		margin-left: 8.33333333%
}

.early-ed-col-lg-offset-2 {
		margin-left: 16.66666667%
}

.early-ed-col-lg-offset-3 {
		margin-left: 25%
}

.early-ed-col-lg-offset-4 {
		margin-left: 33.33333333%
}

.early-ed-col-lg-offset-5 {
		margin-left: 41.66666667%
}

.early-ed-col-lg-offset-6 {
		margin-left: 50%
}

.early-ed-col-lg-offset-7 {
		margin-left: 58.33333333%
}

.early-ed-col-lg-offset-8 {
		margin-left: 66.66666667%
}

.early-ed-col-lg-offset-9 {
		margin-left: 75%
}

.early-ed-col-lg-offset-10 {
		margin-left: 83.33333333%
}

.early-ed-col-lg-offset-11 {
		margin-left: 91.66666667%
}

.early-ed-start-lg {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start
}

.early-ed-center-lg {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
}

.early-ed-end-lg {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end
}

.early-ed-top-lg {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
}

.early-ed-middle-lg {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
}

.early-ed-bottom-lg {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
}

.early-ed-around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around
}

.early-ed-between-lg {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
}

.early-ed-first-lg {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
}

.early-ed-last-lg {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
}
}

.early-ed-layout {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
	font-size: 1.3rem;
}

.early-ed-main-content {
    width: 75%;
}

@media (min-width: 992px) {
	.early-ed-float-left {
		float: left;
		padding-right: 1em;
	}

	.early-ed-float-right {
		float: right;
		padding-left: 1em;
	}
}


/* Better img loading: http://daverupert.com/2015/12/intrinsic-placeholders-with-picture/ */

.early-ed-intrinsic {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
}

.early-ed-intrinsic-item {
  padding-bottom: 57.143%;
}

.early-ed-intrinsic-square-item {
  padding-bottom: 100%;
}

.early-ed-intrinsic-img {
/*
	position: absolute;
	top: 0;
	left: 0;
*/
	width: 100%;
	height: 100%;
}

/* Cropping an image via CSS: http://www.squareonemd.co.uk/how-to-crop-an-image-with-a-css-class/ */

.early-ed-section-image-crop {
	width: 100%;
	position: relative;
}

.early-ed-section-image-crop img {
	width: 100%;
}

p.early-ed-section-list-section {
	font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

p.early-ed-section-list-number {
	font-weight: bold;
	font-size: 4em !important;
	text-align: center;
}

.early-ed-section-description-right {
	text-align: right;
}

.early-edu-reading h4 {
    text-transform: uppercase;
		font-size: 1em;
    font-weight: 700;
}
.early-edu-reading dt {
	float: left;
	clear: left;
	padding-right: 10px;
	padding-right: 10px;
}

.early-edu-reading-icon {
	width: 100%;
}

@media only screen and (max-width: 48em) {
	.early-edu-reading-icon {
		display: none;
	}
}

/*
@media only screen and (min-width: 48em) {

}
*/
.early-edu-reading dt {
    font-weight: bold;
		font-size: 0.8rem;
    color: #333;
    text-transform: uppercase;
		line-height: 1.4rem;
}
.early-edu-reading dt,
.early-edu-reading dd {
	padding-bottom: 12px;
}

/* Reduce header height - updated Mar 13 2021 */
.early-ed-lesson-header {
	padding: 20px 100px;
	background: #4b2e83;
	color: #fff;
}
.early-ed-lesson-header h2 {
	color: #fff;
	}

.early-ed-lesson-content {
	padding-top: 50px;
}

.early-ed-simple-divider {
	display: block;
	width: 61%;
	height: 1px;
	margin: 30px auto;
	background-color: rgba(75, 46, 131, .2);
}

/* https://css-tricks.com/snippets/css/simple-and-nice-blockquote-styling/ */
.early-ed-blockquote,
.early-ed-assignment {
  background: #f9f9f9;
  border-left: 10px solid #4b2e83;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.early-ed-blockquote:before {
  color: #4b2e83;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.early-ed-blockquote p {
  display: inline;
}

.early-ed-reading,
.early-ed-canvas-assignment {
	border-left: 10px solid red;
}

.early-ed-discussion {
	border-left: 10px solid blue;
}

.early-ed-reflection,
.early-ed-portfolio {
	border-left: 10px solid green;
}

.early-ed-discussion-question,
.early-ed-big-font {
	font-size: 2em;
}

.early-ed-coaching-companion {
	border-left: 10px solid orange;
}

.early-ed-housekeeping {
	border-left: 10px solid #e7d516;
}


.early-ed-alt-option {
	font-size: 0.9em;
}

.early-ed-cc-embed {
	position: relative;
	height: 0;
	min-height: 460px;
	padding-bottom: 56.25%;
}

.early-ed-iframe,
.early-ed-h5p-iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

.early-ed-h5p-iframe {
	bottom: 0;
	overflow-y: hidden;
}

iframe.h5p-iframe {
	height: 100vh !important;
}

.early-ed-lesson-footer {
	border-top: 3px solid rgba(75, 46, 131, .2);;
}


/* Timeline by Krishna Babu from: https://codepen.io/krishnab/pen/OPwqbW*/
.early-ed-hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.early-ed-hexa:before{
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.early-ed-hexa:after{
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.early-ed-timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.early-ed-timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 5;
}

.early-ed-timeline li {
  padding: 2em 0;
}

.early-ed-timeline .early-ed-hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background: #00c4f3;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.early-ed-timeline .early-ed-hexa:before {
  border-bottom: 4px solid #00c4f3;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.early-ed-timeline .early-ed-hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #00c4f3;
  bottom: -4px;
}

.early-ed-direction-l,
.early-ed-direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.early-ed-flag-wrapper {
  text-align: center;
  position: relative;
}

.early-ed-flag {
  position: relative;
  display: inline;
  background: rgb(255,255,255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.early-ed-direction-l .early-ed-flag:after,
.early-ed-direction-r .early-ed-flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.early-ed-direction-l .early-ed-flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.early-ed-direction-r .early-ed-flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.tearly-ed-ime-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.early-ed-direction-l .early-ed-time-wrapper {
  float: none;
}

.early-ed-direction-r .early-ed-time-wrapper {
  float: none;
}

.early-ed-time {
  background: #00c4f3;
  display: inline-block;
  padding: 8px;
}

.early-ed-desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(254,254,254);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  z-index: 15;
}

.early-ed-direction-l .early-ed-desc,
.early-ed-direction-r .early-ed-desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media(min-width: 768px){
  .early-ed-timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .early-ed-timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .early-ed-timeline .early-ed-hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .early-ed-timeline .early-ed-direction-l .early-ed-hexa {
    left: auto;
    right: -28px;
  }

  .early-ed-direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .early-ed-direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .early-ed-flag-wrapper {
    display: inline-block;
  }

  .early-ed-flag {
    font-size: 18px;
  }

  .early-ed-direction-l .early-ed-flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
  }

  .early-ed-direction-r .early-ed-flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
  }

  .early-ed-time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .early-ed-direction-l .early-ed-time-wrapper {
    float: left;
  }

  .early-ed-direction-r .early-ed-time-wrapper {
    float: right;
  }

  .early-ed-time {
    padding: 5px 10px;
  }

  .early-ed-direction-r .early-ed-desc {
    margin: 1em 0 0 0.75em;
  }
}

@media(min-width: 992px){
  .early-ed-timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .early-ed-direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .early-ed-direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}

/* Table styles from: http://codepen.io/gmb/pen/xVGYZw */

.early-ed-table table {
  width: 100%;
  min-width: 300px;
  margin-bottom: 2.4rem;
  color: #000;
  overflow: hidden;
}

.early-ed-table table tr:nth-child(even) {
  background:#eee;
}

.early-ed-table table th {
  font-size: 1.3rem;
}

.early-ed-table table th,
.early-ed-table table td {
  margin: .5rem 2rem;
  text-align: left;
	border-bottom: 1px solid #000;
  vertical-align: top;
}

.early-ed-table table td {
  display: block;
  font-size: 90%;
}

.early-ed-table table td:first-child {
  padding-top: 1rem;
}

.early-ed-table table td:last-child {
  padding-bottom: 1rem;
}

.early-ed-table table td:before {
  content: attr(data-th) ':\00a0';
  font-weight: bold;
  min-width: 8rem;
  display: inline-block;
}

.early-ed-table table td:before {
  min-width: 0;
}

@media (min-width: 600px) {
  .early-ed-table table td:before {
    display: none;
  }
  .early-ed-table table th,
  .early-ed-table table td {
    display: table-cell;
  }
}

/* Reply Buttons */

.early-edu-discussion-button {
	background: #6d6e71;
	cursor: pointer;
	color: #FFF;
}

.early-edu-discussion-button:hover {
	background: #085586;
	color: #FFF;
}

/* Accordion */

#early-edu-accordion {
	font-size: 1em !important;
}

#early-edu-accordion .ui-accordion.ui-accordion--mini .ui-accordion-header a {
	font-size: 1.3rem !important;
  padding: .3em;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.8 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	html.with-featherlight {
		/* disable global scrolling when featherlights are visible */
		overflow: hidden;
	}

	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	/* don't show these though */
	.featherlight script.featherlight-inner,
	.featherlight link.featherlight-inner,
	.featherlight style.featherlight-inner {
		display: none;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
		border: none;
		padding: 0;
	}

	/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
	.featherlight .featherlight-close-icon::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}

	.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}
