a.button {
	background: #399fbe;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

a.button:hover {
	background: #00558c;
}

h4 {
	font-size: 1.325rem;
}

h4 a {
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

.node-publication .two-brick .row-2 {
	display: none;
}
		
.node-type-publication .field-name-field-formatted-subtitle p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.node-type-publication .field-name-field-document-date,
.node-type-publication .field-name-field-author {
	font-size: 15px;
}

.node-type-publication .field-name-field-author {
	color: #555;
	font-weight: 600;
}

.node-type-publication .field-name-field-author a {
	color: #00558c;
	font-weight: 600;
	text-decoration: none;
}

.node-type-publication .field-name-field-author a:first-of-type {
	margin-left: 5px;
}

.node-type-publication .field-name-body {
	max-width: 660px;
}

.stage-label {
	display: flex;
}

.stage .icon {
	  margin: .5rem 1.5rem 1rem 0;
}

.stage .icon img {
	width: 105px;
}

.node-type-publication .field-name-body #intro {
	margin: 20px 0 0;
}

.node-type-publication .field-name-body #intro p {
	font-size: 18px;
}

.node-type-publication .field-name-body #intro p a {
	color: #00558c;
	font-weight: 500;	
}

.node-type-publication .field-name-body #intro p a:hover {
	text-decoration: underline;
}

.node-type-publication .field-name-body #intro ul {
	margin-bottom: 20px;
}

.node-type-publication .field-name-body #intro li {
	font-size: 18px;
	margin: 0 0 5px 20px;
}

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

.page-node-type-publication .bs-region--bottom-left .kit-item p:last-of-type {
	margin: 0;
}

.node-type-publication .field-name-body .kit-item.multi p {
	margin: 0 0 10px;
}

.full-width-infographic .field-name-body .footnotes p {
	font-size: 15px;
}

.full-width-infographic .kit-item h4 {
	font-size: 18px;
    line-height: 120%;
    margin: 0 0 5px;
}

.full-width-infographic .kit-item h4 a {
	text-decoration: none;
}

.full-width-infographic .kit-item h4 a:hover {
	text-decoration: underline;
}

#infograph-wrapper {
	margin: 20px 0;
}
		
.stage {
	clear: both;
}
		
.stage .description {
	margin: 0 0 40px;
  width: 85%;	
}

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

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

.stage-steps {
	padding: 0 0 10px;
}

.stage-steps > .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;
}
		
.stage-steps > .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;
}

.stage-steps > .toggle.open:after {
	content: "\f068";
	font-size: 26px;
	top: 13px;
}
		
.steps-inner {
	background: #eee;
	margin: -15px 0 30px;
	padding: 15px 15px 10px;
}

.main-content .stage-steps ol {
	margin-bottom: .75rem;
	padding-left: 1.75rem;
}

.page-node-type-publication .bs-region--bottom-left .stage-steps .introduction p,
.page-node-type-publication .bs-region--bottom-left .stage-steps ol li {
	font-size: 18px;
	margin: 0 0 1rem;
}

.page-node-type-publication .bs-region--bottom-left .stage-steps ol li ul {
	margin-top: 1rem;
}

.page-node-type-publication .bs-region--bottom-left .stage-steps ol li:last-child {
	margin: 0;
}

.intro p {
	font-size: 17px;
}

.kit-item {
	background: #fff;
	border: 1px solid;
	border-radius: 6px;
    margin-bottom: 15px;
    padding: 15px 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;
}

.kit-item ul {
	margin: 0;
}

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

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

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

#infograph-footer {
	clear: both;
	margin-top: 40px;
}

/* --- COLORS --- */

/* USING THE TOOLKIT */

#using {
	float: left;
	margin: 30px 0 0;
	width: 100%;
}
	
#using .stage-steps > .toggle {
	background: #ebebeb;
	border: 1px dotted #808284;
}

#using .stage-steps .toggle,
#using .stage-steps .toggle:after {
	color: #444 !important;
}

#using .steps-inner {
	background: #f8f8f8;
	border: 1px dotted #808284;
	border-top: none;
	margin: -16px 0 30px;
}

#using .steps-inner p {
	font-size: 18px;
}

#using .steps-inner .tip {
	background: #d9eef4;
	padding: 15px;
}

#using .steps-inner p:last-of-type {
	margin: 0 0 10px;
}

#using .steps-inner a {
	color: #00558c;
	font-weight: 600;
}

.stage .description h3 span {
   display: block;
   font-family: "Work Sans";
   font-size: 20px;
   text-transform: uppercase;
}

/* STAGE 1 */



#stage-1 .description h3,
#stage-1 .toggle:after {
	color: #00558c;
}

#stage-1 .stage-steps > .toggle {
	background: #00558c;
}
		
#stage-1 .steps-inner {
	background: #e6eef4;
}

#stage-1 .kit-item {
	border-color: #c8d2dc;
}
		
/* STAGE 2 */
#stage-2 .description h3,
#stage-2 .toggle:after {
	color: #538549;
}
		
#stage-2 .stage-steps > .toggle {
	background: #538549;
}
		
#stage-2 .steps-inner {
	background: #eef3ed;
}

#stage-2 .kit-item {
	border-color: #c8d9c4;
}
		
#stage-2 .kit-item a {
	color: #538549;
}

/* STAGE 3 */

#stage-3 .description h3,
#stage-3 .stage-label h2,
#stage-3 .toggle:after {
	color: #d37b0d;
}
		
#stage-3 .stage-steps > .toggle {
	background: #d37b0d;
}
		
#stage-3 .steps-inner {
	background: #fbf3e6;
}

#stage-3 .kit-item {
	border-color: #f1c290;
}

#stage-3 .steps-inner a {
	color: #c26102;
}

/* STAGE 4 */

#stage-4 .description h3,
#stage-4 .stage-label h2,
#stage-4 .toggle:after {
	color: #399fbe;
}
		
#stage-4 .stage-steps > .toggle {
	background: #399fbe;
}
		
#stage-4 .steps-inner {
	background: #edf7fa;
}

#stage-4 .kit-item {
	border-color: #badce8;
}



@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-steps, 
	.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;
	}

	.stage-steps > .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%;
	}
}