.field--name-field-primary-image {
display: none;
}

h2 i {
font-size: 130%;
}

.figure {
margin: 1.5rem 0 3rem;
}

.page-node-type-publication .bs-region--bottom-left .figure .source {
font-size: 14px;
}

#asap-model {
margin: 2.5rem 0;
}

#asap-model .components {
display: flex;
margin-bottom: 2rem;
}

#asap-model h3 {
font-size: 18px;
font-weight: 700;
}

#asap-model h4 {
font-size: 17px;
font-weight: 700;
}

#asap-model #requirements h4 {
max-width: 200px;
}

#asap-model i {
float: left;
font-size: 36px;
    margin-right: 8px;
}

#asap-model #support {
border: 2px solid #e7c5d7;
margin-right: 3px;
padding:  1rem 1.5rem;
width: 50%;
}

#support .icon, 
#support h4 {
color: #97014e;
}

#requirements .icon, 
#requirements h4 {
color: #399fbe;
}

div.icon {
	float: left;
	font-size: 30px;
	margin: 0 10px 0 0;
}

#asap-model #requirements {
border: 2px solid #b4dce8;
margin-left: 3px;
padding:  1rem  1.5rem;
width: 50%;
}

#asap-model ul {
    margin: 1rem 0 0;
    padding: 0 0 0 1.75rem;
}

#asap-model ul li {
font-size: 17px;
line-height: 1.2;
}

.outcomes {
margin-bottom: 2rem;
}

.outcomes .header {
background: #538549;
color: #fff;
display: block;
font-size: 18px;
font-weight: 700;
margin-bottom: 6px;
padding: 8px;
text-align: center;
}

#annual-earnings.outcomes .header {
background: #97014e;
}

.outcomes .components {
display: flex;
}

.outcomes .components div {
font-size: 18px;
font-weight: 700;
padding: 2rem;
text-align: center;
text-transform: uppercase;
width: 50%;
}

.outcomes span {
display: block;
line-height: 1;
}

#graduation-rates span {
font-size: 72px;
}

#annual-earnings span {
font-size: 66px;
}

.program-group {
margin-right: 3px;
}

#graduation-rates .program-group {
background: #f0f5ef;
color: #538549;
}

#annual-earnings .program-group {
background: #ecd1df;
color: #97014e;
}

.control-group {
background: #f0f0f0;
color: #999;
margin-left: 3px;
}

.control-group span {
font-weight: 500;
}

@media (max-width: 991px) {

.outcomes .components, 
#asap-model .components {
display: block;
}

#asap-model #requirements, 
#asap-model #support,
.outcomes .components div {
margin-bottom: 6px;
width: 100%;
}

}