@charset "UTF-8";
header {
    background-position: center top;
    /* [disabled]background-image: url(../images/banners/books.jpg); */
}
main h2, main h3 {
    float: none;
    color: #222222;
    text-align: left;
    padding-left: 0px;
}
main h2.aciHeader {
    background-image: url(../images/ACI_Generic.gif);
    text-indent: -4000px;
    display: block;
    height: 48px;
    width: 520px;
    float: right;
    background-repeat: no-repeat;
    background-position: 25px 0%;
}
main h3 {
	font-size: 1em;
}
.education ul {
	list-style-type: none;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 0;
	margin-top: 0px;
	margin-right: 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #222;
}
#headshot {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#cttLogo  {
    /* [disabled]float: right; */
    margin-left: 68px;
}
/* CSS Document */

.education {
	width: 350px;
	float: left;
}
.certifications {
    width: 520px;
    float: right;
    column-count: 2;
    height: 175px;
}
.certifications ul {
    margin-left: 0px;
}
.certificationsImages {
    width: 500px;
    float: right;
}
.certThumb   {
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
}
#aciLogo {
    margin-left: 125px;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width:975px){
#container section {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
main h2.aciHeader {
    float: left;
}
#cttLogo {
    margin-left: 0px;
    position: relative;
    left: 400px;
    top: -150px;
    margin-bottom: -120px;
}
}

@media screen and (max-width:600px){
#cttLogo {
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 10px;
    margin-top: -10px;
}
}

@media screen and (max-width:400px){
#cttLogo {
	height: auto;
	width: 159px;
}
}
