/*
Theme Name: JEA
Version: 1.0.0
Description: This is a child theme of Beaver Builder
Author: Fierce Creative Agency	
Author URI: http://fiercecreative.agency/
template: bb-theme
*/

/*------------------------
* COLORS
* -----------------------
* purple #662D91
* ------------------------*/


/*---------------------------
* Typography
* -------------------------*/

/* Set Font across site - make sure to embed the Google Font code in the Head */
body {}

p {}

/* Header Style */

h1, h2, h3, h4, h5, h6 {}

h1 {
	font-weight:800;
}

h1 .purple{
	color:#662D91;
}

h1 .red{
	color:#CE0030;
}

h2 {
	color:#662D91;
	font-weight:800;
	margin-top:10px;
}

h3 {
	color:#CE0030;
	font-weight:600;
	margin-top:10px;
}

h4 {}
h5 {}
h6 {}

.small-caps-heading h3{
	text-transform:uppercase;
	font-size:20px;
	font-weight:400;
}


/* Link Style */
a:link {color:#CE0030;}
a:visited {color:#CE0030;}
a:hover {color:#CE0030;
text-decoration:underline;}
a:active {color:#CE0030;}


.fl-menu a{
	color:#662D91;
	font-size:18px;
}

a:link{
	color:#CE0030;
}
a:link:hover{
	text-decoration:underline;
}



/*---------------------------
* Page Headers
* -------------------------*/


#page-header .fl-row-content-wrap{
	background-image: linear-gradient(to right, #662D91, #331749);

		min-height:200px;
margin-bottom:40px;
  
}


#page-header h1 {
	color:#ffffff;

}

#page-header-nav{
		background-image: linear-gradient(to right, #662D91, #331749);
}


/*---------------------------
* Menu
* -------------------------*/

/* Top Bar Menu */

#top-bar .fl-row-content-wrap{
	padding:0;
}

#top-bar a{
	color:#ffffff;
	margin: 0px 20px 0px 20px;
	font-weight:700;
}

#top-bar .button{
	background:#662D91;
	padding:0px 15px 0px 15px;
}

/* Main Menu */

#mega-menu-wrap-header, #mega-menu-wrap-header #mega-menu-header, 
#mega-menu-wrap-header #mega-menu-header ul.mega-sub-menu, 
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item, 
#mega-menu-wrap-header #mega-menu-header li.mega-menu-row, 
#mega-menu-wrap-header #mega-menu-header li.mega-menu-column, 
#mega-menu-wrap-header #mega-menu-header a.mega-menu-link, 
#mega-menu-wrap-header #mega-menu-header span.mega-menu-badge{
	background:none;
	text-align:right;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link{
	font-weight:500;
	color:#662D91;
	font-size:18px;
	padding:0px;
	margin:0px 15px 0px 15px;
	
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link:focus{
	background:none;
	color:#662D91 !important;
	border-bottom:3px solid #662D91;
}

/* Main Menu - Submenu */
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	background:#662D91;
	text-align:left;
	color:#ffffff;
	font-size:16px;
}

/* Main Menu - Parent on Submenu Hover */
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
		color:#662D91;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu {
		box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.13);
	margin:-5px 0px 0px 15px;
	padding:7px;
	background:#662D91;
	max-width:200px;
}


#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	line-height:1.2 !important;
	padding-top:7px;
	padding-bottom:7px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
	background:#662D91;
	color:#ffffff;
	opacity:0.7;
	
}


/*---------------------------
* Buttons
* -------------------------*/


.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited,
button, input[type=button], input[type=submit]{
	background:#662D91;

	font-weight:800;
	border-radius:5px;
	border:none !important;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.fl-builder-content a.fl-button:hover, 
.fl-builder-content a.fl-button:focus,
button:hover, input[type=button]:hover, input[type=submit]:hover{
	background:#441F62;
		border:none !important;

}

.fl-builder-content .white-btn a.fl-button,
.fl-builder-content .white-btn a.fl-button:visited{
	background:#ffffff;
	color:#662D91;
	font-weight:800;
	border-radius:5px;
	border:none;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.fl-builder-content .white-btn a.fl-button:hover, 
.fl-builder-content .white-btn a.fl-button:focus{
	background:#C7C7C7;

}

.fl-builder-content .red-btn a.fl-button,
.fl-builder-content .red-btn a.fl-button:visited,
.red-btn button, .red-btn button:visited{
	background:#CE0030;
	color:#fff;
	font-weight:800;
	border-radius:5px;
	border:none;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.fl-builder-content .red-btn a.fl-button:hover, 
.fl-builder-content .red-btn a.fl-button:focus,
.red-btn button:hover, .red-btn button:focus{
	background:#EA3D66;

}



/*---------------------------
* Homepage
* -------------------------*/

/* Upcoming Dates */

.upcoming-date{
	font-weight:700;
	color:#CE0030;
	font-size:18px;
		line-height:1.2;
		text-transform: uppercase;

}

.upcoming-date-title{
	font-size:20px;
	line-height:1.2;

}

.upcoming-date-link a{
	color:#1C191F;
	font-weight:600;
	font-size:18px;
	
}

.upcoming-date-col-1{
	display:inline-flex;
	max-width:25%;
	margin-right:10px;
}


.upcoming-date-col-2{
	display:inline-flex;
	flex-direction: column;
	max-width:75%;
	padding-top:20px;
}

.upcoming-date-col:nth-child(4),
.upcoming-date-col:nth-child(6){
	border-top:2px solid rgba(0,0,0,0.17);
}

/*---------------------------
* Accordion
* -------------------------*/

.fl-accordion .fl-accordion-item{
	border:none;
	background:#f5f5f5;
}

.fl-accordion-button-label {
	border:none;
	outline:none;

}

.fl-accordion-button-icon{
	color:#662D91;
	opacity:1;
	font-weight:800;
	font-size:32px;
}


/*---------------------------
* Membership
* -------------------------*/

.pricing-table table{
	width:100%;
	
}

.pricing-table h3{
		color:#1C191F;
	font-size:20px;
	margin-top:0;
}

.pricing-table li{
	font-size:16px;
}
.pricing-table tr{
	border-bottom:1px solid #1C191F;

}
.pricing-table tr:last-child{
	border:none;
}
.pricing-table td{
	 vertical-align: top;
padding:15px 0 15px 0;
}
.pricing-table p{
	font-size:16px;
}
.pricing-table td:nth-child(n){
	width:8%;
		font-size:22px;
	font-weight:800;
		color:#662D91;
}
.pricing-table td:nth-child(2){
	width:92%;
		color:#1C191F;
	font-size:16px;
	font-weight:400;
	text-align:left;

}

/*---------------------------
* Events
* -------------------------*/

/* Event Pages */

.single-events .fl-post-title{
	display:none;
}
#event-post-header .fl-row-content-wrap{
	min-height:600px;
}

#event-post-header .fl-module-content{
	margin:0 20px 0px 20px;
}


#event-post-header h1{
	color: #fff;
	padding-bottom:10px !important;
}

#event-post-header p{
	font-size:22px;
	margin-bottom:40px;
}






#event-feed .fl-col{
	min-height:450px;
}

#event-feed .fl-col-content{
	margin:10px;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.13);
}

#event-feed .fl-module{
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

#event-feed{
	color:#ffffff;
}

#event-feed h3{
	color:#ffffff;
	font-weight:700;
}


.single-events .container{
max-width:100% !important;
	width:auto !important;
}

.event-schedule .fl-accordion-button-label{
	color:#1C191F;
	text-transform: uppercase;
	vertical-align: middle;
	font-size:18px;
	
}
.event-schedule .fl-accordion-button-icon{
	font-size:22px;
}


.event-schedule table{
	text-align: left;
	 
}

.event-schedule table td{
	vertical-align: top;
	padding-bottom:20px;
	padding-top:20px;
}

.event-schedule table td:first-child{
	width:30%;
}

.event-schedule table td:nth-child(2){
		width:70%;
}

.event-schedule table td:nth-child(2) strong{
	color: #662D91;
}

.event-schedule .fl-accordion-content{
	padding:20px;		
	border-bottom: 3px solid #662D91;
}


.event-schedule table tr{
  border-bottom: 3px solid #EEEDE9;
	
}

.event-schedule table tr:last-child
{
   border-bottom: none;
}






/*---------------------------
* Digital Media Library
* -------------------------*/

#dml-small-feed .fl-post-feed-post{
	display: inline-flex;
	margin-bottom: 20px;
	border: none;
}

#dml-small-feed .fl-post-image{
	max-width:30%;
}

#dml-small-feed .fl-post-text {

	width: 100%;
	padding:0 10px 0 20px;

}

#dml-small-feed .fl-digital-media-library{
	background:rgb(255,255,255,.40);
	text-transform:uppercase;
	font-size:14px;
	padding:5px 10px 5px 10px;
	width:fit-content;
	margin-right:10px;
	margin-bottom:5px;
}


#dml-small-feed .fl-post-title{
		line-height: 1;
}

#dml-small-feed .fl-post-title a{
	font-size:16px;

}
/*---------------------------
* Red Gradient Callout
* -------------------------*/
.red-slant h2{
	color:#ffffff;
}

.red-slant .fl-col-content {
	padding:40px;
	margin:40px;
}

.red-slant .fl-module-content{
	color:#ffffff;
}

.red-slant{
	background-image: linear-gradient(to left, #AE151A, #570B0D);
	margin-right:-200px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

/*---------------------------
* Footer
* -------------------------*/

#jea-footer{
	color:#ffffff;
}

#jea-footer a{
	color:#ffffff;
	text-decoration:underline;
}

#menu-footer a{
	padding:5px 0 5px 0px;
}






#dml-archive-feed .fl-post-grid-post{
	background: none;
	border: none;
		box-shadow: 0px 5px 5px #00000010;
		border-left: 2px solid #f5f5f5;
	border-top:2px solid  #f5f5f5;
	border-bottom:2px solid #f5f5f5;
	border-right:2px solid #f5f5f5;
}
#dml-archive-feed .fl-post-text{
	padding:20px;
	
}

#dml-archive-feed .fl-digital-media-library{
	background:#f5f5f5;
	text-transform:uppercase;
	font-size:14px;
	padding:5px 10px 5px 10px;
	width:fit-content;
	margin-right:10px;
	margin-bottom:5px;

}
#dml-archive-feed .fl-digital-media-library a{
	color: #000;
}


#dml-archive-feed .fl-post-title a{
		color:#1C191F;
	font-size:16px;


}

#dml-archive-feed .fl-post-title {
		line-height:1;
}
.dm-related-posts .fl-row-content-wrap{
	background-size:40%;
}

#dml-archive-feed hr{

 border: 2px solid #CE0030;
    width: 50px;
    margin: 10px 0px 10px 0px;}

.jea-related-news-feed .fl-post-grid-post{
	background: none;
	border: none;
}

.jea-related-news-feed .fl-post-grid-title a{
	color:#1C191F;
	font-weight:500;
}

.jea-related-news-feed .fl-post-grid-more{
	font-weight:700;
	font-size:16px;
}

.jea-related-news-feed .fl-post-grid-more a:visited{
	color:#CE0030;
}

.default-cat{
background:rgb(255,255,255,.40);
	max-width:fit-content;
	padding:5px;
	text-transform: uppercase;
	margin:0px 20px 0 20px;
}


.jea-related-dm-feed .fl-post-grid-post{
	background: none;
	border: none;
}

.jea-related-dm-feed .fl-post-title a{
	color:#FFFFFF;
	font-weight:500;
}

.jea-related-dm-feed .fl-post-more-link a{
	color:#FFFFFF;
	font-weight:600;
}
.jea-related-dm-feed .fl-post-category{
	background:rgb(255,255,255,.40);
	max-width:fit-content;
	padding:5px;
	color:#ffffff;
	margin-bottom:10px;
	text-transform: uppercase;
	
}


.fl-separator{
	border-top-color:#000000 !important;
}
.pp-content-grid-post-text{
width:200px;	
}
.jea-member-name{
	font-size:18px;
	margin:0;
	padding-top:10px;
}

.jea-member-title{
	font-size:14px;
	margin:0;
}



.jea-member-headshot img{
	width:90%;
	height:300px;
	object-fit:cover;
}

.jea-people-feed .fl-post-column{
	padding:10px 0px 0px 0px;

}
.jea-people-feed  h4{
font-style: italic;
}

.jea-people-feed  h5{
	line-height:1.2;
	
}
.read-bio a{
	text-transform:uppercase;
	color:#662D91;
	font-weight:600;
}
.read-bio a:hover{
	text-decoration:none;
	color:#CE0030;
}

.read-bio .fa-circle-info{
	color:#662D91;
	font-size:17px;
	margin-top:5px;
	margin-left:5px;
}


.jea-people-feed .fl-post-grid-post{
border:none;
}
hr.read-more{
	margin:5px 0px 5px 0px;
	border:1px solid #000;

}


.read-more{
	width:50px;
}



.jea-member-contact-details .pp-modal.layout-standard, #modal-rz3g7c6vf4wa .pp-modal.layout-standard{
	width:400px;
	padding:20px;
	
}

.pp-modal-content .jea-member-name {
	font-size:22px;
}
.pp-modal-content .jea-member-title{
	font-size:18px;
	margin-bottom:20px;
}
.main-contact{
	text-transform:uppercase;
	font-weight:600;
	color:#662D91;

}

.contact-phone a, .contact-email a, .contact-address{
	font-size:16px;
}
.contact-phone a, .contact-email a{
	color:#662D91;
}





.contact-email:before{
	content:'\f0e0';
	font-weight:900;
	font-family:'Font Awesome 5 Free';
	margin-right:5px;
	color:#662D91;}

.contact-phone:before{
	content:'\f095';
	font-weight:900;
	font-family:'Font Awesome 5 Free';
	margin-right:5px;
	color:#662D91;}

.small-accordian .fl-accordion-button-label {
	color:#1C191F;
	font-weight:600;

	
}

.small-accordian .fl-accordion-button-icon{
	font-size:16px;

}



/*---------------------------
* Interior Red Page Nav
* -------------------------*/


.interior-nav{
	background-image: linear-gradient(to right, #AE151A, #570B0D);
	max-width:fit-content;
	float:right;
	padding:10px 20px 10px 20px;
}
.interior-nav a{
	color:#ffffff;
	font-weight:600;
	font-size:16px;
}




.fl-accordion-button-label:focus, .fl-accordion-button-label:active, .fl-accordion-button-icon:focus, .fl-accordion-button-icon:active{
	outline-style:none !important;
}


.gform_required_legend{
	display:none;
}




/*---------------------------
* Forms
* -------------------------*/
.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label{
	font-weight:400;
}




#page-header-small .fl-row-content-wrap {
    background-color:#1c191f;
    min-height: 200px;
		border-bottom:10px solid #ce0030;
}
#page-header-small a, #page-header-small h1 {
	color: #fff;
}

.upcoming-deadlines-feed .deadline-date{
		color:#CE0030;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:0;
	font-size:18px;
}

.upcoming-deadlines-feed .fl-post-text{
	padding:0;
}

.upcoming-deadlines-feed .fl-post-feed-post{
	border:none;
}
.upcoming-date-col{
width:100%; 
}


.upcoming-deadlines h3{
	color:#662D91;
	font-weight:400;
}

.upcoming-deadlines p strong{
	color:#CE0030;
	text-transform:uppercase;
}
.polygon-callout .red-gradient{
	 background: linear-gradient(45deg, #570B0D, #AE151A);
	min-height:400px;
}

.red-gradient p{
	padding-bottom:20px;
}

.red-gradient .fl-module-content{
padding-left:15%;
	padding-right:25%;
	margin:auto;
}
.red-gradient{
	  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 99 !important;
	margin-right:-15%;
}

.fl-photo-caption-below{
	color:rgb(0,0,0,0.5);
	font-size:12px;
	line-height:1.2;
	text-align:left;
	font-style:italic;
}
.curriculum-tags{
	color: #ffffff;
	
}

.fl-curriculum-tag:before{
	content:'\f02b';
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	margin-right:10px;
	opacity:.7;
}


.curriculum-details .fl-col-content{
	padding:20px 10px 20px 10px;
}

.curriculum-details h2{

	color:#1C191F;
}

.curriculum-details a {
	color:#1C191F;
	text-decoration: underline;
}

.curriculum-details a:hover{
	font-weight:700;
}

.related-curriculum-feed .fl-post-grid-post{
	background: none;
	border:none;
}

.related-curriculum-feed .fl-post-title a{
	color:#1C191F;
	font-weight:600;
	
}

.related-curriculum-feed .fl-post-excerpt{
	font-size:16px;
}

.related-curriculum-feed .fl-post-more-link a{
	font-weight:700;
	font-size:16px;
	color:#1C191F;}
.related-curriculum-feed .fl-post-column{
	padding:10px;
}

.curriculum-post h2{
	font-size: 24px;
}

.curriculum-post h3{
	font-size: 20px;
		color:#1C191F;
}

.curriculum-post  a{
		color:#1C191F;
	text-decoration: underline;
}

.curriculum-post  a:hover{
	font-weight:normal;
	opacity:0.6;
}
.curriculum-post ul{
padding-inline-start:20px !important;
	
}
.curriculum-post li{
	margin:5px 0px 5px 0px;;
}

.dm-filters ul{
		padding-inline-start:0px !important;
}
.dm-filters {
	background: #f5f5f5;
	
}
.dm-filters .sf-label-checkbox{
	font-weight:400;
}
.dm-filters h4{
	font-weight:800;
}

.dm-filters .sf-field-search ::placeholder {
  color: #000;
		font-weight:400;
}

.dm-features .pp-post-tile-post .pp-post-tile-text{
	margin-bottom:20px;
	
	}
.pp-post-tile-category{
	margin-bottom:10px;
	background: rgb(255, 255, 255, .23);
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    width: fit-content;
	text-shadow:none !important;
    margin-right: 10px;

}
.pp-post-tile-title{
	line-height:1.2;

}

.membership-levels .fl-accordion-button-icon{
	font-size:20px !important;
}

.membership-levels .fl-accordion-button-label strong{
	color:#662d91;
}

.membership-levels .fl-accordion-button-label {
	color:#1c191f;
	
	font-size:18px;
}

.membership-levels .fl-accordion-content{
	background: #ffffff;
	padding-top:20px;
}

#jea-nav{
	z-index:99 !important;
}

.curriculum-all-cat h3{
	color:#fff;
	line-height:1;
	font-size:18px;
	margin-bottom:0;
}

.curriculum-all-cat a{
	color: #ffffff;
	
	
}
.curriculum-all-cat .fl-module{
	 background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7)); /* The least supported option. */

}
#recent-curriculum-feed .fl-post-text{
	padding:30px;
}
#recent-curriculum-feed .fl-post-title{
	font-size: 18px;
	line-height:1.2;
	padding-top:5px;
	font-weight:600;
}

#recent-curriculum-feed .fl-post-grid-post{
	border-top:0;
	border-bottom:0;
	border-left:0;
	border-right:0;
	background: #f5f5f5;
}

#recent-curriculum-feed .fl-post-title a{
	color:#1c191f;
}

#recent-curriculum-feed .fl-curriculum-library {
	color:#fff;
	padding-bottom:5px;
	text-transform: uppercase;
}

#recent-curriculum-feed .design{
	background: #CE5F00;
		padding:5px;
}

#recent-curriculum-feed .editing{
	background: #00CEAE;
		padding:5px;
}

#recent-curriculum-feed .law-ethics{
	background: #CE0030;
		padding:5px;
}

#recent-curriculum-feed .leadership-and-team-building{
	background: #3ABC53;
		padding:5px;
}

#recent-curriculum-feed .multimedia-broadcast{
	background: #006FCE;
		padding:5px;
}
#recent-curriculum-feed .marketing-engagement{
	background: #662D91;
		padding:5px;
}
#recent-curriculum-feed .photojournalism{
	background: #2095B9;
		padding:5px;
}

#recent-curriculum-feed .news-gathering{
	background: #184674;
		padding:5px;
}
#recent-curriculum-feed .news-literacy{
	background: #EDED44;
		padding:5px;
	color: #000 !important;
}

#recent-curriculum-feed .web{
	background: #D94EB9;
		padding:5px;

}
#recent-curriculum-feed .writing{
	background: #7965E8;
		padding:5px;

}

#recent-curriculum-feed .weekly-lesson{
	background: #C78E0D;
		padding:5px;

}

.fl-post-tag{
	padding-top:5px;
	font-size:13px !important;
}


#pressrights-archive-feed .fl-post-title{
	font-size: 18px;
	line-height:1.2;
	padding-top:5px;
	font-weight:600;
}

#pressrights-archive-feed .fl-post-title a{
	color:#1c191f;
}

#pressrights-archive-feed .fl-post-grid-post{
	border-top:0;
	border-bottom:0;
	border-left:0;
	border-right:0;
	background: #f5f5f5;
}


#pressrights-archive-feed .fl-post-category{
		margin-bottom:10px;
	background: rgb(0, 0, 0, .1);
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    width: fit-content;
	text-shadow:none !important;
    margin-right: 10px;
}

.curriculum-filters ul{
		padding-inline-start:0px !important;
}
.curriculum-filters {

    background-image: linear-gradient(130deg, #331749 50%, #662D91);
color:#fff;
		


	
	
}
.curriculum-filters .sf-label-checkbox{
	font-weight:400 !important;
}
.curriculum-filters h4{
	font-weight:800;
	color:#fff;

	padding-bottom:5px;
}

.curriculum-filters .sf-field-search::placeholder {
  color: #000;
		font-weight:400;
}

.curriculum-filters .searchandfilter select.sf-input-select{
		font-weight:400;
	color:#000;


}

.curriculum-filters .pp-post-tile-post .pp-post-tile-text{
	margin-bottom:20px;
	
	}


.curriculum-filters input[type=text]{
	width:240px;
	font-weight:400;
	border-radius:0px;
}

.fl-curriculum-tag .weekly-lesson{
	background: none !important;
}
.weekly-lesson h2{
	margin-top:-10px;
	padding-top:0px;
	color:#000;
}

.weekly-lesson p{
	margin-bottom:0px;

	
}
.weekly-lesson-text{
font-size:20px;
text-transform:uppercase;
	font-weight:700;
	color:#662d91;
}

.weekly-lesson .fl-post-text  {
	color:#fff !important;
}
.weekly-lesson-more{
		padding-top:6px;
}
.weekly-lesson-more a{
	color: #000;
	font-weight:600;

}


/* Event Page */

#header-feature-event .fl-row-content-wrap{

		min-height:640px;
		margin-bottom:40px;
  
}


#header-feature-event .fl-post-grid-post{
	background: none;
	border:none;
}

.featured-event-tag{
	text-transform: uppercase;
	font-size:18px;
}

#header-feature-event .fl-post-title{
	font-size:36px;
	font-weight:900;
	margin-bottom:10px;
}

#header-feature-event .fl-post-title a:hover{
text-decoration:none;
}
#header-feature-event, 
#header-feature-event a {
	color: #fff;
}

#header-feature-event .event-details{
	font-size:18px;
}

.fl-post-column .event-background {
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;

}

#event-page-feed .event-post-overlay{
		padding:20px;
	
  height: 400px;

	display:flex;
	align-items: flex-end;
		}
#event-page-feed .fl-post-grid-post{
	border:none;
}
#event-page-feed .event-post-overlay:hover{
	background-color: rgb(255,255,255,0.3)
	
}
 
#event-page-feed .event-title a, #event-page-feed .event-title  {
	color: #ffffff !important;
	font-size: 24px;
	line-height:1.1;
	
}
#event-page-feed h2{
	margin:0px !important;
}
#event-page-feed .event-title a:hover{
	text-decoration:none;
}

#event-page-feed .event-date, .event-location{
	color: #fff;
	font-size:16px;
	line-height:1.1;
	padding:0;

}
#event-page-feed  p {
	margin:5px 0px 5px 0px;
}

.column-click-post:hover {
  cursor: pointer;
}

.purple-tab::before {
width: 100%;
height:3em;
background: #662D91;
display:inline-block;
content: "";
position:relative;
	left:-100%;
	top:70px;
	margin-top:-70px;
}


.purple-tab-2::before {
width: 100%;
height:3em;
background: #662D91;
display:inline-block;
content: "";
position:relative;
	left:-100%;
	top:80px;
		margin-top:-80px;
}


/* Event Post Page */


/* Donation Page */

.donate-box .pp-infobox-title-prefix{
	
	font-weight:700;
	text-transform: uppercase;
	font-size:23px;
	
}

.donate-box a{ 
	text-decoration: none !important;
}


blockquote{
	color:#000000;
	font-weight:500;
	font-style:italic;
	border-left: 5px solid #662d91;
}
blockquote a, blockquote strong{
	font-weight:600;
}
blockquote footer{
	color:#000000;
	font-style:normal;
	font-weight:500;
	text-transform:uppercase;
}


.course-list table,
.state-list table{
    width: 100%;
    border-collapse:collapse;
}

.course-list th,
.state-list th{
	color:#662d91;
text-transform:uppercase;
}

.course-list td{
    width: 50%;
    text-align: left;
   line-height:1.7;padding-right:40px;
	padding-top:5px;
		padding-bottom:5px;
  vertical-align:top;
	border-top: 1px solid #000000;

}

.state-list td:first-child{
	  width: 14%;
    text-align: left;
 padding-right:0px;
	font-weight:600;
		color:#CE0030;

}

.state-list td:last-child a{
	text-decoration: underline;
	font-size:14px;
		color:#662d91;
}
.state-list td:last-child a:hover{
	color:#CE0030;
}

.state-list td{
	padding-right:40px;
	padding-top:15px;
		padding-bottom:15px;
  vertical-align:top;
	border-top: 1px solid #000000;
}

#page-header .fl-row-content-wrap .student-award-icon{
	 background-image: url("/wp-content/uploads/2024/05/student-awards-white.png") !important;
	background-size: 100%;

}

#page-header .fl-row-content-wrap .student-award-icon{
	
	background-size: 100%;

}

#student-award-icon h1{
	color: #fff;
}

#student-award-icon.fl-row{
	background-image: linear-gradient(to right, #662D91, #331749);
	background-repeat:no-repeat;
		min-height:200px;

	
  
}
/* Donation Page 
#student-award-icon .fl-row-content-wrap{
		background-image: url("http://staging.jea.org/wp-content/uploads/2024/05/student-award_reversed.png");
	background-repeat:no-repeat;
	background-size:100px;
}
#student-award-icon .fl-row-content-wrap img{
	  opacity: 0.6 !important;
}
*/


.award-post-jump-links, .award-post-jump-links a{
	color: #ffffff;
	font-weight:700;
	padding-left:20px;
	padding-right:20px;
}

#awards-feed .fl-post-grid-post{

	border-left: 2px solid #f5f5f5;
	border-top:5px solid #662d91;
	border-bottom:2px solid #f5f5f5;
	border-right:2px solid #f5f5f5;
	box-shadow: 0px 5px 5px #00000010;
	padding: 20px 5px 20px 5px;


}


#awards-feed .fl-post-title a{
	color:#662d91;
	font-size:20px;
}

#awards-feed .award-deadline{
	font-weight:600;
	margin-bottom:5px;
	text-transform: uppercase;
	font-size:15px;
	color:#ce0030;
}

#awards-feed .fl-post-more-link a{
	color:#000000;
	text-decoration: underline;
	font-weight:600;

}

#awards-feed .fl-post-more-link{
	margin-top:5px;
}
#awards-feed .fl-post-text{
	padding:0 20px 0 20px;
	
}

hr.short-hr {
    border: 2px solid #CE0030;
    width: 50px;
    margin: 10px 0px 10px 0px;
}
	
	

	/* Contests Page */
.nsmc-details .fl-accordion-button a{
    color: #1c191f ;
 
}
.nsmc-details .fl-accordion .fl-accordion-item{
	background:none;
}

.nsmc-details .fl-accordion-button-icon{
	   font-size: 16px;
}

.nsmc-contests .pp-accordion-item .pp-accordion-button-icon:before{
	font-size:20px !important;
	color:#662d91;
}


.nsmc-contests .pp-accordion-button {
	color:#1c191f;
	font-size:16px;
	font-weight:600;
	background:#f5f5f5;
}

.nsmc-contests .fl-accordion-content{
	background: #ffffff;
	padding-top:20px;
}

.nsmc-contests .pp-accordion-content h3{
	font-size:22px !important;
	margin-top:30px;
}
#pp-accord-d62gty1zef8r-1 .pp-accordion-button {
	background: #662d91;
	color:#ffffff;
}
#pp-accord-d62gty1zef8r-1.pp-accordion-item .pp-accordion-button-icon:before {
	color:#ffffff !important;
}
.curriculum-slider .swiper-slide, .event-slider .swiper-slide{
box-shadow: 0px 5px 5px #00000021;}

/* Past Winners Page */

.past-winners .pp-accordion-item .pp-accordion-button-icon:before{
	font-size:20px !important;
	color:#662d91;
}


.past-winners  .pp-accordion-button {
	color:#1c191f;
	font-size:16px;
	font-weight:600;
	background:#f5f5f5;
}

.past-winners .fl-accordion-content{
	background: #ffffff;
	padding-top:20px;
}

.past-winners  strong{
	font-size:18px;
	color:#662d91;
}
.past-winners hr{
  border: 1px solid #f5f5f5;
    width: 100%;
    margin: 5px 0px 15px 0px;
}


/* Outreach Academy Application Embed */

.sg-title, .sg-instructions, .sg-header{
	display: none;
}
.sg-question{
	border-bottom:none !important;
	margin:none !important;
}
.sg-content{
	padding:0 !important;
}
.sg-question label, .sg-question-title, .sg-wrapper{
	font-family:"Work Sans", sans-serif;
	font-weight:600;
	font-size:16px;
}

.sg-question-set .sg-type-radio .sg-question-options li label, .sg-question-set .sg-type-checkbox .sg-question-options li label{

	padding-right:0 !important;
}

.benefit-icons .fl-icon{
	vertical-align:top;
}


.jea-stat strong{
	color:#662d91;
	font-size:32px;
}




#news-feed  .fl-post-grid-post{

	border-left: 2px solid #f5f5f5;
	border-top:2px solid  #f5f5f5;
	border-bottom:2px solid #f5f5f5;
	border-right:2px solid #f5f5f5;
	box-shadow: 0px 5px 5px #00000010;



}


#news-feed .fl-post-title a{
	color:#000000;
	font-size:18px;

}
#news-feed .fl-post-title{
		line-height:1;
}

#news-feed hr{
	  border: 2px solid #CE0030;
    width: 50px;
    margin: 10px 0px 10px 0px;}

#news-feed .fl-post-text{
	padding:20px;

	
}


/* Job Posting */
#job-posts thead th{
	background: #f5f5f5;
}


#job-posts .pp-table-header-text {
	color:#662D91;
	font-weight:800;
	text-transform:none;
	font-size:16px;

}

#job-posts td:first-child{
	font-weight:600;
	line-height:1.3;
	font-size:15px;
}
#job-posts td{
	line-height:1.2;
	font-size:15px;

}
#job-posts tbody tr td{
	vertical-align:top;
	padding:10px;

}

#job-posts .pp-table-row:first-child{
		border-top:none;
}

#job-posts .pp-table-row{
		border-top:2px solid #f5f5f5;
}

#minutes th{
	color:#662D91;
	font-weight:800;
	text-transform:none;
	font-size:16px;
		background: #f5f5f5;
	padding:10px;
}
#minutes td{
	padding:10px;
border-top:2px solid #f5f5f5;
		vertical-align:top;
}

.purple-accordian .fl-accordion-button {
	background: #662d91 !important;

}

.purple-accordian .fl-accordion-button-label, .purple-accordian .fl-accordion-button-icon{
		color:#ffffff;
	font-weight:700;
}


/* Event Workshops Feed */



.event-workshops-feed .fl-post-grid-post{
  
	border: 2px solid #f5f5f5
	
}

.event-workshops-feed .fl-post-text{
	padding-top:0px;
}
.event-workshops-feed .fl-post-title{
	display:inline;
	color:#662d91;
	font-size:20px;
	line-height:1.2;

	
}

.workshop-date, .workshop-pricing {
	margin-top:2px;
	margin-bottom:2px;
	font-weight:400;
	font-size:16px;

}

.workshop-date strong, .workshop-pricing strong{
		font-weight:600;

	
	
}

.workshop-registration {
	font-weight:600;
	
	color:#ce0030;
	text-transform:uppercase;
	margin-top:2px;
	margin-bottom:2px;
}

.event-workshops-feed .workshop-website a{
	font-weight:700;
	font-size:16px;
	color:#ce0030;
}
.event-workshops-feed  hr{
	border: 2px solid #662d91;
    width: 50px;
    margin: 10px 0px 10px 0px;
}

.fl-node-v5xnt7iez0yb .uabb-form-field input[type=search]{
	padding:13px;
}

.news-filter .searchandfilter input[type="radio"]{
    display: none;
	
}

.news-filter .searchandfilter ul li {
    display: inline-flex;
    margin-left: 10px;
    margin-right: 10px;
	align-items: flex-start;}

.news-filter .searchandfilter li[data-sf-field-input-type=radio] label {
	padding: 7px 14px 7px 14px;}

.news-filter .sf-level-0 {
	background: #f5f5f5;
	
}
.news-filter .sf-level-0:hover {
	background: #ce0030;
		color: #fff;
}

.news-filter .sf-option-active{
	background: #662d91;
	color: #fff;
}

.news-filter  .searchandfilter ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
	padding-inline-start: 0px;}



	@media screen and (max-width: 600px) {
	
	
.news-filter .searchandfilter ul li {
    width:100%;
		margin:0 !important;}

	
}

#news-feed .fl-news-category{
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
}



.number-list .custom-character0, 
.number-list .custom-character1,
.number-list .custom-character2,
.number-list .custom-character3,
.number-list .custom-character4 {
	color:#662d91 !important;
	font-weight:700;
	font-size:40px !important;
	width:fit-content !important;
	height:auto !important;
	line-height:1 !important;
	
	
}


.fl-node-85rtbsld6jy4 .fl-module-content{
margin:0;
}

.fl-node-85rtbsld6jy4 .fl-accordion-content{
	background: none;
	font-size:16px;
	font-weight:400;
	color:#000;
}

.fl-builder-content-9448 .fl-accordion-item{
	border:none !important;
	margin-bottom:0px !important;;
}

.fl-builder-content-9448.fl-builder-module-template{
	padding:0px;
}

.fl-node-85rtbsld6jy4 .fl-accordion-button-icon-left{
	opacity:1 !important;
}

.fl-node-85rtbsld6jy4 h3{
	margin-top:0;
}
#dml-archive-feed .fl-post-category {
	margin-top:5px;
}
#dml-archive-feed .fl-post-category a{
    background: #f5f5f5;
	
    text-transform: uppercase;
    font-size: 14px;
	color: #000 !important;
    padding: 5px 10px 5px 10px;
    width: fit-content;
    margin-right: 10px;
	margin-bottom: 10px;
white-space:nowrap;}

#dml-archive-feed .fl-post-title{
	margin-top:10px;
}


.search-results .fl-post-feed-title a{
	font-weight:800;

}

.search-results .fl-post-feed-header{
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}
.search-results .fl-post-feed-content{
	margin-bottom:20px; 
}

.contests-feed-col .fl-post-grid-post{
	background: #f5f5f5;
	border:none;
	min-height:150px;
	    align-items: center;
	display:inline-flex;
	padding:20px;text-align:center !important;
}

.contests-feed-col .fl-post-grid-title a
{
	color: #000;
	font-weight:600;
	font-size:18px;
	line-height:1;
	
}

.contests-feed-col .fl-post-grid-title{
	text-align:center !important;

}

.contests-feed-col .fl-post-grid-more{
	font-weight:600;
	
}

@media screen and (max-width: 600px) {
	#mega-menu-wrap-header .mega-menu-toggle{
		background:none;
	
	}
	
	.mega-toggle-label-closed{
		color: #000;
		font-size:20px;
		font-weight:600;
		
	}
	#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-1:after{
		display:none;
	}
	
	#mega-menu-wrap-header .mega-menu-toggle + #mega-menu-header{
		background:#f5f5f5;
		padding-top:20px;
		padding-left:10px;
	}
	
	.mega-menu-item-9587 a{
	font-weight:800 !important;
		text-transform:uppercase !important;
		font-size:22px !important;
	}
	
	#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link:focus{
		border:none;
		font-weight:800;
	}
}




@media screen and (max-width: 600px) {
	
	#page-header h1{
		text-align:center !important;
	}
	
}



@media screen and (max-width: 600px) {
	
	#header-feature-event .fl-row-content-wrap{
		min-height:350px;
		
		
	}
	#header-feature-event, #header-feature-event a{
		line-height:1.1;
	}
	.event-details{
		padding-bottom:10px !important;
		line-height:1.2;
	}


	#event-post-header .fl-row-content-wrap{
	min-height:300px;
	}
