/* remove if flexslider is used on the any of the column */
#tableHeader th, #tableContent td {
    background: none;
    width: 50%;
}
#tableHeader table, #tableContent table {
		    width: 95%;
		}
#tableContent td {
    border: none;
    padding: 0;
    line-height: 2.6em;
}
#tableHeader {
    margin-bottom: 0.5em;
}
#tableHeader th {
    padding: 1em 0;
}
#tableHeader table {
    margin: 0;
}

/* Alumni page */
.alumniList {
    display: flex;
    flex-wrap: wrap;
}
.alumniGroup {
    min-width: 250px;
}
#mainContent .alumniGroup h2 {
    margin-bottom: 0.5em;
}
#mainContent .alum p.alumName {
    font-weight: bold;
    color: #4e2a84;
    margin-bottom: 0.2em;
}

/* Alumni page with tables */
.alumniList table {
    margin: 0 2em 2em 0;
}
.alumniList table th {
    padding: 0;
}
.alumniList table th h2 {
    margin-bottom: 0.5em;
}
.alumniList table td {
    background: none;
    padding: 0.8em 0 0 0;
    border-bottom: 0;
}

 #homepageContent .col1of2 ul li, #homepageContent .col2of2 ul li {
	/*#homepageContent .col3of3 ul li{
		 */
		 border-bottom: 1px solid #CCC;
		 display: block;
		 font-weight: 400;
		 line-height: 1.5em;
		 text-decoration: none;
		 width: 90%;
		 margin: 0;
		 padding: 5px 8px 5px 5px;
	}
	 #homepageContent ul.arrowPurple {
		 list-style-type: none;
		 margin: 0;
		 padding: 0;
	}
	 #homepageContent ul.arrowPurple li {
		 background: url(/renderfile/93c934908169773801da13c00f2398cd/images/sidebar-arrow-purple.gif) no-repeat scroll 7px 10px transparent;
		 background-repeat: no-repeat;
		 padding-left: 20px;
		 border-bottom: none;
	}
	/* Desktop Layout: 768px to a max of 999px. Inherits styles from: Mobile Layout and Tablet Layout. */
	 @media only screen and (max-width:767px) {
	     #tableHeader, #tableContent {
	         column-count: 1;
	     }
	     #tableHeader tr:last-of-type {
	         display: none;
	     }
	 }
	 @media only screen and (min-width:768px) {
		/* homepage center button right column */
		 a.center-button {
			 width: 180px;
			 height: 63px;
			 float: left;
			 background: url(/renderfile/849a435b8169775b7367cb55e20c3a4c/images/button-sprite.png) no-repeat scroll left top;
			 font-size: 0;
			 padding: 0;
			 text-indent: -9999px;
			 margin-bottom: 20px;
			 padding-bottom: 20px;
			 border-bottom: 1px solid #ccc;
		}
		 a.center-button:hover {
			 background-position: -182px top;
		}
		 #homepageContent .col1of2 {
			 width: 64.2678%;
			 margin-right: 1%;
		}
		 #homepageContent .col2of2 {
			 width: 31.08929%;
		}
		#tableHeader, #tableContent {
		    column-count: 2;
		}
		.hideThis > th > span {
		    display: block;
		    height: 0;
		    opacity: 0;
		}
	}
	 ul.profileLi > li {
		 line-height: 1em !important;
		 border-bottom: none !important;
		 border: none !important;
		 padding: .2em 0em .2em 0em !important;
	}
	 