.span-6, .span-12 {
	width:100%;
}

@media (min-width: 992px) {
	#secondary .container {
		display:flex;
	}
	.span-12 {
		width:50%;
	}
	.span-6 {
		width:25%;
	}
}

#secondary .widget {
    background: rgba(255, 255, 255, 0.75);
    padding: 20px;
    margin: 15px;
}
#secondary .widget h3 {
    border-bottom: 3px solid #f37021;
}
#secondary .widget h3 a {
    color: #00529B;
}
.section-name {
    position: absolute;
    top: 4px;
    left: 60px;
    font-family: 'Palatino Linotype';
    font-weight: 600;
    font-size: 20px;
}



