h1 {
	font-size: 2.3em;
}

.about-boxes {
	/*background-image: url('/v3/frontend/img/tablet.png');*/
	/*background-size: cover;*/
}

.about-boxes .box {
	height: 100%;
	padding: 2em 1em;
	text-align: center;
}

.about-boxes .box h2 {
	font-size: 1.4em;
	text-transform: uppercase;
}

.about-boxes a {
	text-decoration: underline;
}

.about-boxes .box {
	background: rgba(0,0,0,0.1);
}

.about-boxes div[class*="col-"]:nth-child(even) .box {
	background: rgba(0,0,0,0.6);
	color: #fff;
}

.about-boxes div[class*="col-"]:nth-child(even) .box a {
	color: #fff;
}

.about-boxes div[class*="col-"]:nth-child(even) .box a:hover {
	color: #ED1941;
}

.about-bios img {
	margin-top: 1em;
}

.about-bios h3 {
	font-size: 1.3em;
	margin-top: 1em;
}

.about-bios h4 {
	font-size: 1em;
	font-weight: bold;
}

p.up-size {
	font-size: 1.4em;
}





.awards img {
	width: 60%;
	max-width: 230px;
}

.awards h2 {
	font-size: 2.2em;
	margin-bottom: 1.4em;
}

.award-logo-intellidex {
	margin-bottom: 2em; 
}

.awards-section {
	margin-bottom: 8em;
}

.structure-table {
	text-align: center;
}

.structure-table h1 {
	font-size: 2.5em;
	font-weight: normal;
}

.structure-table img {
	max-width: 200px;
}

.structure-table ul li:first-child img {
	max-width: 300px;
}

.structure-table ul li {
	padding-left: 2em;
}

.structure-table ul li:first-child {
	padding-left: 0em;
}


.structure-table h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0;
}

.structure-table ul {
	list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
/*.structure-table ul > li:before {
    display: block;
    position: absolute;
    content: '\2014';
    width: 1em;
    margin-left: -2em;
}*/

.structure-table ul li {
	margin-bottom: 3em;
}





@media screen and (min-width: 576px) {
	.award-logo-intellidex {
		margin-top: 3em;
	}

	
	.two-up {
		column-count: 2;
		column-gap: 3em;
	}
	


}



