#infograph-wrapper h2 {
	font-size: 23px;
	margin: 15px 0;
}

#components h3 {
	font-size: 20px;
	margin: 10px 0 15px;
}

#infograph-wrapper {
	display: table;
	margin: 20px auto 0;
	width: 100%;
}

.icon {
	float: left;
    font-size: 64px;
    margin: 10px 2% 0 0;
	text-align: center;
    width: 15%;
}

#components {
	margin-bottom: 40px;
}

#components .description {
	float: left;
    width: 83%;
}
	
#components .component {
	border-bottom: 1px solid #ccc;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 25px;
}

#component-1 h3,
#component-1 .icon {
	color: #538549;
}

#component-1 a:first-of-type {
	color: #538549;	
	font-weight: 600;
	text-decoration: underline;
}

#component-2 h3,
#component-2 .icon {
	color: #00558c;
}

#component-3 h3,
#component-3 .icon {
	color: #d57800;
}

#component-3 h3 {
	max-width: 510px;
}

.stage {
	clear: both;
}
		
.stage .description {
	margin: 0 0 40px;
}

.stage .description h3 {
	font-size: 23px;
	font-weight: 700;
	line-height: 110%;
	margin: 15px 0;
}

.stage .description h3 span {
    border: 2px solid;	
    border-radius: 23px;
    display: inline-block;
	float: left;
    margin: -10px 10px 0 0;
    padding: 8px;
}

.stage .description h3 span i {
	font-size: 22px;
}

.stage .description p {
	font-size: 17px;
}

/* Litza changed stage-steps to stage */
.stage {
	padding: 0 0 10px;
}

/* Litza changed stage-steps to stage */
.stage > .toggle {
	background: #999;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	margin: -20px 0 15px;
	padding: 12px 25px 12px 20px;
	position: relative;
}
		
/* Litza changed stage-steps to stage */
.stage > .toggle:after {
	background: none;
	color: #fff !important;
	content: "\2b";
	font-family: "Font Awesome 6 Pro";
	font-size: 26px;
	font-weight: 900;
	right: 14px;
	position: absolute;
	top: 12px;
}

/* Litza changed stage-steps to stage */
.stage > .toggle.open:after {
	content: "\f068";
	font-size: 26px;
	top: 13px;
}
	
/* Litza changed stage-steps to stage */
.stage#step-1 {
	display: inline-block;
	margin-top: 25px;
	width: 100%;
}

.steps-inner {
	background: #eee;
	margin: -15px 0 30px;
	padding: 15px 15px 10px;
}

.kit-item {
	background: #fff;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 20px;
}

.kit-item h3 {
	font-size: 18px;
	margin: 0 0 5px;
}

.full-width-infographic .field-name-body .kit-item p:first-child {
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 15px;
}

.page-node-type-publication .bs-region--bottom-left .kit-item p {
	font-size: 17px;
}

.kit-item ul {
	margin: 0;
}

.kit-item ul li {
	font-size: 17px;
	margin: 0 0 7px;
}

.kit-item a {
	color: #00558c;
	font-weight: 700;
	text-decoration: underline;
}

.kit-item a:hover {
	color: #002b49;
}

.kit-item p:last-of-type {
	margin-bottom: 10px;
}

#infograph-footer {
	border-top: 1px solid #ccc;
	clear: both;
	padding-top: 10px;
}

#infograph-footer h3, 
#infograph-footer p {
	font-size: 15px;	
}

#step-1 .kit-item h3 {
	margin-bottom: 15px;
}

#step-1 img {
	border: 1px solid #ccc;
}

#step-1 .kit-item a.button {
	background: #fff;
	border: 2px solid #538549;
	border-radius: 6px;
	color: #538549 !important;
	font-size: 16px;
	margin: 0;
	padding: 8px 16px;
	text-decoration: none;
}

#step-1 .kit-item a.button:hover {
	background: #538549;
	color: #fff !important;
}

#step-2 .checklist {
	background:url("/sites/default/files/img/nwow_bg_note.png") no-repeat;
    background-size: cover;
    background-position: -1px 0;	
	margin-top: 25px;
	padding: 20px;
}
 
#step-2 .kit-item .checklist ul li {
	color: #232323;
	font-size: 16px;
	list-style: none;
    margin-bottom: 20px;	
    text-indent: -23px;
}

#step-3 .checklist {
	margin-bottom: 20px;
}

#step-3 .checklist p {
	margin-left: 30px;
}

#step-3 .checklist i { 
	color: #d57800;
	font-size: 20px;
	margin: 0 10px 0 -30px;
}

/* Litza changed stage-steps to stage */
.stage#step-3 {
	padding-bottom: 0;
}

.checklist input[type="checkbox"] {
	margin-right: 7px;
}

.kit-item .checklist h3 {
	color: #00558c;
	margin: 0 0 15px;
}


/* --- COLORS --- */
		
/* STAGE 1 */

#step-1 h4,
#step-1 .toggle {
	background: #538549;
	color: #fff;
}
		
#step-1 .steps-inner {
	background: #ECF2EA;
}

#step-1 h3,
#step-1 h5 {
	color: #538549;
}
	
#step-1 h4 {
	display: block;
	font-size: 17px;
	font-weight: 700;
	padding: 5px 8px;
}

#step-1 h5 {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.pros-cons {
	margin: 10px 5px 0;
}

/* STAGE 2 */
#step-2 .description h3,
#step-2 .toggle:after {
	color: #538549;
}
		
#step-2 .toggle {
	background: #00558c;
}
		
#step-2 .steps-inner {
	background: #E4F2F6;
}

		
/* STAGE 3 */

#step-3 .description h3,
#step-3 .stage-label h2,
#step-3 .toggle:after {
	color: #399fbe;
}
		
#step-3 .toggle {
	background: #d57800;
}
		
#step-3 .steps-inner {
	background: #FCECE0;
}




@media only screen and (max-width: 768px) {
	.full-width-infographic .stage h2 {
		font-size: 18px;
	}

	.timeline {
		font-size: 15px;
	}
}

@media only screen and (max-width: 700px) {

	.full-width-infographic .stage h2 {
		font-size: 20px;
	}

	.timeline {
		font-size: 16px;
	}

	#intro, #conclusion {
		margin-bottom: 10px;
	}

	#infograph-wrapper {
	    border-left: 2px dotted #7a7a7a;
		margin-top: 0;
	}

	.stage-label {
		margin: 0 0 40px 25px;
		width: 100%;
	}

	.challenge-opportunity, 
	.stage, /* Litza changed stage-steps to stage */
	.challenge-heading {
		border-left: none;
		float: left;
		width: 95%;
	}
	
	.opportunity-heading {
		display: none;
	}
	
	.full-width-infographic .mobile-opportunity-heading {
		display: block;
	}

	.mobile-opportunity-heading h3:before {
		left: -28px;
	}
	
	#stage-1 .stage-label {
		border-left: 2px solid #fff;
		margin: 0 0 0 -2px;
    	padding: 0 0 40px 25px;
	}

	/* Litza changed stage-steps to stage */
	.stage > .toggle {
		line-height: 120%;
	}
	
	.quotes {
		margin: 10px 0;
	}
}

@media only screen and (max-width: 580px) {
	.challenge-opportunity {
		padding-bottom: 30px;
	}

	#stage-4 h2 {
		margin: 0;
	}

	#stage-4 .challenge-opportunity {
		padding-bottom: 15px;
	}

	.staff-steps,
	.student-steps,
	.challenge,
	.opportunity {
		float: left;
		width: 100%;
	}
}

		
		
