body {
	font-family: 'Open Sans';
  	size: 17px;
  	font-weight: normal;
}

#sp-latestannouncements h3 {
  font-size:18px;
  text-align:center;
  color:#fff; 
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.latestnews a {
  text-align:center;
  color:#FAF063 !important;
  display: block;
  font-size: 20px;    
}

.latestnews a span {
  text-align:center;
  color:#fff !important;
  display: block;
  font-size: 18px;  
  margin-bottom: 20px;
}

#sp-main-body {
  padding: 0px 0px 0px 0px !important;
}

/*.slide-desc { 
    bottom: 50% !important;
    left: 0%;
    width: 100%;
    display: block;
}

.slide-desc-in {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}*/

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    text-transform: uppercase;
}

#sp-personnel .sp-module-content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#sp-teaching .sp-module-content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#sp-education .sp-module-content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.controls.form-inline div {
    width: 100%;
}

.bfQuickMode .controls .control-label {
    font-weight: bold;
}

.form-inline label {
    display: block;
}

label#bfLabel1::after, label#bfLabel6::after, label#bfLabel7::after, label#bfLabel13::after {
    content: "*";
    color: red;
}

.breadcrumb {
	background-color: transparent;
}

.article-list .article {
   border: 0px;  
}
  
.article-header {
  /* margin-left: 280px;   */
}

.article-body {
  margin-top: -25px;  
}

.article-introtext {
  /* margin-left: 280px; */
}

.article-details .article-full-image {
    margin-right: 20px;
}

.article-details .article-header {
    margin-left: 0;
}

.article-list .readmore {
    /* margin-left: 280px; */
}

.readmore {
    margin-top: 40px;
}

.readmore a {
    padding: 10px 30px;
    background-color: #2c3693;
    color: #fff !important;
    border-radius: 20px;
}

#sp-slideshow .custom p {
    margin-bottom: 0;
}

.sp-page-title .sp-page-title-sub-heading {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 10px;
}

.pager.pagenav {
    margin-bottom: 40px;
  margin-left: 0 !important;
}

.pager > li a {
    border: 1px solid #2c3693;
    color: #fff;
  background-color: #2c3693;
}

.article-details ul {
    /* margin-left: 480px; */
}

.blog .article-intro-image {
    width: 30%;
	float: left;    
}

.blog div.article-body:nth-child(2) {    
  margin-left: 30%;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;  
  border-spacing: 0px;
}

table.center {
  margin-left: auto; 
  margin-right: auto;
}

th, td {
  text-align: center;
  padding: 16px;
}

table.contactable {
	border: none;  
}

table.contactable th, td {
  text-align: left;  
}

/*tr:nth-child(even) {
  background-color: #f2f2f2;
}*/

tr.even {
  background-color: #f2f2f2;
}

table.no-border {
  border: none;
}

table.no-border td {
  border: none !important;
}

table.no-border th {
  border: none !important;
}


/* ------------------------- MOBILE UP TO 767pixels --------------------- */

@media only screen and (max-width: 767px){
.contactable td {
    width: 100% !important;
    display: block;
    float: left;
  margin-bottom: 50px;
}
.blog .article-header {
    margin-left: 0;
} 
.blog .article-introtext {
    margin-left: 0;
}
.blog .article-intro-image {
    margin: 0 0 60px 0 !important;
}
.blog .article-intro-image {

}
.blog .article-intro-image, .blog .article-intro-image img {
    width: 100%;
      float: none !important;
}
.article-list .readmore {
    margin-left: 0;
}
.article-details ul {
    margin-left: 0;
}
.pager > li.previous, .pager > li.next {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.blog div.article-body:nth-child(2) {
    /* width: 70%; */
  margin-left: 0;
}
}

