/* 
This is the section css for
WCU Action Plan 
*/

#actionPlan {
	float: left;
	display: block;
	margin: 0 auto;
	width: 100%;
}
#actionPlan img{
	width: 100%;
}

/* CARD SECTION */

#home-content .eventsSection h2{
	text-align: center;
}

#home-content .eventsSection {
	display: block;
	width: 100%;
	float: left;
	padding: 5% 6% 6%;
}

#home-content .eventsSection .grid4 {
	padding: 15px;
}
#home-content .eventsSection #cardSection .card h3 {
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: 25px;
    text-align: left;
    text-transform: uppercase;
    color: #441F49;
    padding: 0 15px;
}

#home-content .eventsSection #cardSection .card ul {
    padding: 0 15px 20px;
}


#home-content #cardSection {
	float: left;
	width: 100%;
}
#home-content #cardSection .grid3{
	padding: 10px;
}
#home-content #cardSection > .row-responsive{
	display: flex;
}
#home-content #cardSection .grid4{
	padding: 10px;
}



#home-content .card{
	border: 2px solid #eee;
	border-top: 7px solid #441F49;
	background-color: #fff;
	float: left;
	width: 100%;
	height: 100%;
}

#home-content .card img{
	display: block;
}
#home-content .card .slides{
	min-height: 300px;
}



@media only screen and (max-width: 768px) {
	#home-content #cardSection > .row-responsive {
		display: block;
	}
}

.pyramid-background{
	float: left;
	display: block;
	width: 100%;
	background-color: #382140;
}

.pyramid-background{
	padding: 2.5%;
}
.pyramid-background p{
	margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
	.pyramid-background{
		padding: 5%;
	}
}

#home-content .pyramid-background p, #home-content .pyramid-background h4, #home-content .pyramid-background a:visited, #home-content .pyramid-background a, #home-content .pyramid-background li, #home-content .pyramid-background ul{
	color: #fff;
}



@media only screen and (min-width:768px){
	.pyramid-background .grid5 {
		padding: 1.5% 4% 1.5% 8%;
	}
	.pyramid-background .grid7{
		padding-top: 3%;
	}
}


#home-content #actionPlan .pyPara2 {
	background-image: none; 
}

#home-content #actionPlan .pyPara2 {
	padding: 0;
}

#home-content #actionPlan .videoSection .wcuSplitBlockContainer .outerWCUSplitBlock{
	padding: 0px;

}

#home-content .headerGraphic {
	margin-top: 15px;
}

#home-content .headerGraphic .grid6:first-of-type {
    text-align: right;
    border-right: 4px solid #6e3061;
    padding-right: 27px;
    font-size: 1.4em;
}

@media only screen and (max-width: 768px) {
	#home-content .headerGraphic .grid6:first-of-type {
		text-align: center;
		font-size: .9em;
		border-left: none;
		margin-left: 0px;
	}
}

#home-content .headerGraphic .grid6:last-of-type img {
	width: 75%;
	
}

@media only screen and (max-width: 768px) {
	#home-content .headerGraphic .grid6:last-of-type {
		text-align: center;
	}
}

#home-content #actionPlan .centerContent {
	padding: 0 10% 5%;
	display: block;
	float: left;
	width: 100%;
}

#home-content #actionPlan .whatYouCanDo {
	display: block;
	width: 100%;
	float: left;
}

#home-content #actionPlan .whatYouCanDo h2 {
	text-align: center;
}

#actionPlan #visionAwesomeSplit .grid6:last-of-type {
	background-color: #382140;
	border-bottom: 7px solid white;
}

#actionPlan #whatYouCanDo .wcuSplitBlockContainer .innerWCUSplitBlock h3 {
	margin-bottom: 0px;
}

#actionPlan #whatYouCanDo .grid6 h4{
	margin-top: 0;
}

#actionPlan #visionAwesomeSplit .grid6 h4,
#actionPlan #visionAwesomeSplit .grid6 p,
#actionPlan #visionAwesomeSplit .grid6 li, 
#actionPlan #visionAwesomeSplit .grid6 ul, 
#actionPlan #visionAwesomeSplit .grid6 a:not(.btn), 
#actionPlan #visionAwesomeSplit .grid6 h5 {
	color: #fff;
}

#actionPlan #visionAwesomeSplit .grid6 h3 {
	color: #ffe800;
}
#actionPlan #visionAwesomeSplit p {
	margin-bottom: 0px;
}

#home-content #actionPlan .whatYouCanDo {
	display: block;
	width: 100%;
	float: left;
	padding: 5% 0;
}

#home-content #actionPlan .whatYouCanDo h4{
	margin: 0px;
}

/* TIMELINE */

#home-content #actionPlan .timeline h2{
	text-align: center;
}

.timeline {
	display: flex;
	flex-direction: column;
	width: 80%;
	margin: 5% 15%;
}

.timeline__event {
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	margin: 20px 0;
	border-radius: 8px;
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
		0 18px 36px -18px rgba(0, 0, 0, 0.3),
		0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline__event__title {
	font-size: 1.2rem;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 600;
	color: #6e3061;
	letter-spacing: 1.5px;
}

.timeline__event__content {
	padding: 20px;
}
.timeline__event__date {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 600;
	white-space: nowrap;
}


.timeline__event__icon {
	border-radius: 8px 0 0 8px;
	background: #ffe800;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 38%;
	font-size: 2rem;
	color: #6e3061;
	padding: 20px;
}
.timeline__event__date-1 {
	color: #6e3061;
	font-size: 1.5rem;
	font-weight: 600;
	white-space: nowrap;
}
.timeline__event__icon-2 {
	border-radius: 8px 0 0 8px;
	background: #6e3061;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 38%;
	font-size: 2rem;
	color: #6e3061;
	padding: 20px;
}

.timeline__event__icon-3 {
	border-radius: 8px 0 0 8px;
	background: #512d6d;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 38%;
	font-size: 2rem;
	color: #6e3061;
	padding: 20px;
}
.timeline__event__icon-4 {
	border-radius: 8px 0 0 8px;
	background: #382140;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 38%;
	font-size: 2rem;
	color: #6e3061;
	padding: 20px;
}

i {
	position: absolute;
	top: 50%;
	left:-65px;
	font-size: 2.5rem;
	transform: translateY(-50%);

}

.timeline__event__description {
	flex-basis: 60%;
}

.timeline__event:before {
	content: "";
	width: 5rem;
	height: 5rem;
	position: absolute;
	background: #ffe800;
	border-radius: 100%;
	left: -6rem;
	// right: 90%;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #d4a129;
}

.timeline__event:after {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 70%;
	// transform: translateY(-50%);
	left: -3.5rem;
	z-index: -1;


}

.timeline__event--type1:after{
	background: #382140;

}


.timeline__event--type2::before {
	background: #6e3061;
	border-color: #382140;
}
.timeline__event--type2:after{
	background: #382140;

}


.timeline__event--type3:before {
	background: #512d6d;
	border-color: #6e3061;
}
.timeline__event--type3:after{
	background: #382140;

}

.timeline__event--type4:before {
	background: #382140;
	border-color: #6e3061;
}
.timeline__event--type4:after{
	background: #382140;
}

.timeline__event--type5:before {
	background: #382140;
	border-color: #6e3061;
}



@media (max-width: 786px) {
	.timeline__event {
		flex-direction: column;
	}
	.timeline__event__icon {
		border-radius: 4px 4px 0 0;
	}
}
