div.societiesMentorsTbl th {
    text-align: center; 
    vertical-align: middle;    
}

div.societiesMentorsTbl td {
    font-size: .85em;
}

span.collegeDay {
    font-weight: bold;
}

.societiesMentorsTbl.table-responsive td::before {
    width: 25% !important;
}

.societiesMentorsTbl.table-responsive td[data-content="Class"] {
    text-align: left !important;
    color: #54585a;
    line-height: 1.2em;
    font-weight: bold;
}

/* start - current-students/student-outcomes/news - style */

div#newsListing div.newsItem {
    max-width: 350px;    
}

/* end - current-students/student-outcomes/news - style */

/* start - about/contact us directory - style */
div.contact_filter label {
   width: 60%;
    display: block;
    margin: 0 auto; 
}

@media only screen and (max-width:900px) {
	div.contact_filter label {
        width: 100%;
    }
}

.feature-box.contactFb {
    height: 100%;
    padding-top: 1.5em;
}

.feature-box.contactFb ul.contactInfo li {
    background: none;
}
/* end - about/contat us directory - style */

/* start - awome profiles - style */
    div#profile-group div.profile div.profile-photo {
        max-width: 160px;
        text-align: center;
    }
    
    div#profile-group div.profile div.profile-desc > h3:first-child {
        margin-top: 0;
    }
/* end - awome profiles - style */

/* start - ecmh-sites - style */

.resetRow {
    margin-right: -15px;
    margin-left: -15px;
}

.ecmhProfile {
    text-align: center;
}

/* end - ecmh-sites - style */

 main.standard-page section {
	 margin-bottom: 1.5em !important;
}

/* Student Organizations Style */

div.college-officers > div.profileImg {
    max-width: 200px;
}

div.college-officers > div.row {
    border-bottom: 1px solid #ccc;
    padding: 2em 0em;
}

div.societiesRow > div.mentors {
    margin-bottom: 2em;
}

div.societiesRow > div.mentors > img {
    width: 100px;
}

/* End - Student Organizations Style */




ul.horizontal-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    margin: 0;
    padding: 0;
}

ul.horizontal-list:after {
  content: "";
  display: table;
  clear: both;
}

ul.horizontal-list > li {
    list-style: none;
    padding: 0 0 .5em 1.5em;
    background: none;
    margin-top: .6em;
    display: inline-block;
    width: 100%;
}

/* Career Developemnt Timeline Page */
#flow {
	 width: 100%;
}
 #flow #header {
	 width: 100%;
	 float: left;
	 background: #ccc;
}
 #flow #header div {
	 display: block;
	 float: left;
	 width: 19%;
	 height: 50px;
	 border-left: 1px solid #fff;
	 text-align: center;
	 height: 30px;
	 background-color: #ccc;
	 color: #fff;
	 padding-top: 15px;
}
 #flow #header div:first-child {
	 padding-right: 7px;
}
 #flow .row {
	 width: 100%;
	 float: left;
	 margin: 0 0 20px;
	 border-top: 2px solid #ebebeb;
}
 #flow .row .timelineItem {
	 background: #938fc3;
}
 #flow .row .label {
	 position: relative;
	 text-align: right;
	 height: 38px;
	 padding-right: 7px;
	 color: #6d6e71;
}
 #flow .row .label .timelineItem {
	 background: none;
}
 #flow .row .label, #flow .row .phase {
	 display: block;
	 float: left;
	 width: 19%;
	 height: 50px;
	 border-left: 1px solid #fff;
}
 #flow .row .tip {
	 display: none;
	 position: absolute;
	 width: 150px;
	 padding: 10px;
	 margin-left: 80px;
	 background: #fff;
	 border: 1px solid #ccc;
	 border-radius: 5px;
	 height: auto;
	 color: #999;
	 text-align: left;
	 z-index: 99;
}
 #flow .row .tip:hover {
	 display: block;
}
 #flow .row .tip p{
	color:#999;
}
 #flow .row .entry .tip {
	 margin-top: 25px;
	 margin-left: 10px;
}
 #flow .row .w100, #flow .row .w80, #flow .row .w60, #flow .row .w40, #flow .row .w40r, #flow .row .w20, #flow .row .w10, #flow .row .w5 {
	float:left;
	 height: 100%;
}
 #flow .row .w100 {
	 width: 100%;
}
 #flow .row .w80 {
	 width: 80%;
}
 #flow .row .w60 {
	 width: 60%;
}
 #flow .row .w40 {
	 width: 40%;
}
 #flow .row .w40r {
	 width: 40%;
	 float: right;
}
 #flow .row .w20 {
	 width: 20%;
}
 #flow .row .w10 {
	 width: 10%;
}
 #flow .row .w5 {
	 width: 5%;
}
/* End Career Developemnt Timeline Page */