@charset "utf-8";
/* CSS Document */
/*
Blue: #203d5b
Yellow: #eda920
*/
#ptk {background: #203d5b;color: #FFF;}

.ptk-color {color: #203d5b;}
.ptk-color-link {color: #203d5b;text-decoration: underline;}

.list-side-nav-students a span:hover, .list-side-nav-students a span:focus{color:#FFF;background:#203d5b;}
.list-side-nav-students span.link-group-header:hover, .list-side-nav-students span.link-group-header:focus{background:#203d5b;}	

h2 {width: 80%;}
.name {font-size:1.125em;font-family: OpenSansBold;}

.column-two-first-50-ptk{width:49%;padding:0 1% 0 0;float:left;display:inline-block}
.column-two-second-50-ptk{width:49%;float:left;display:inline-block}
.column-two-first-50-ptk h3{padding-top:0;margin-top:0}
.column-two-second-50-ptk h3{padding-top:0;margin-top:0}

.column-two-first-officers {width: 58%;padding: 0 2% 0 0;float: left;display: inline-block;}
.column-two-second-officers {width: 40%;float: left;display: inline-block;}
.column-two-second-officers img {margin-top: 15px;}

.column-three-first-ptk{width:32.3%;float:left;display:inline-block;padding:0 1% 0 .5%}
.column-three-second-ptk{width:32.3%;float:left;display:inline-block;padding:0 1% 0 0}
.column-three-third-ptk{width:32.3%;float:left;display:inline-block;padding:0}
.column-three-first-ptk img{width:100%}
.column-three-second-ptk img{width:100%}
.column-three-third-ptk img{width:100%}

@media screen and (max-width:600px){
	.column-two-first-50-ptk{width:100%}
	.column-two-second-50-ptk{width:100%; padding-top: 35px;}
	.column-two-first-officers {width: 100%;}
	.column-two-second-officers {width: 100%;}
}

@media screen and (max-width:425px){.column-three-first-ptk{width:100%}
	.column-three-second-ptk{width:100%}
	.column-three-third-ptk{width:100%}
}