.darkText:not(.heroHeader) > div, .whiteText:not(.heroHeader) > div  {
    border: none !important;
    border-radius: 0 !important;
    background:rgba(255,255,255,0) !important;
}
.content-fixed {padding: 1rem !important;}
#head-bar {
  background-color:#2b225d;
  width:100%;
  color:white;
  padding: 0.750em 0;
}

#head-bar a {
  color: white;
}

#head-bar a:hover {
  color: #cfcdcc;
}

#head-bar img {
  width: 20px;
  height: 20px;
}
/* Icons */
.email::before {
  font-family: 'foundation-icons';
  content: '\f16d';
  margin: 0 5px 0;
}
.phone::before {
  font-family: 'foundation-icons';
  content: '\f1f8';
  margin: 0 5px 0;
}

.page-stmp{float:right; color:#657671;}

/*    STYLING ADMISSION DEADLINES Table   */
    .sub-title{font-size: 1.2em;}
    .tbl-row{background-color: #4d4f53; color: #fff!important;}
    .col-dets{text-align: center; color: #000;}
    .cert-row{background-color: #af6041; color: #fff!important;}
    .mast-row{background-color: #50748a; color: #fff!important;}
    .phd-row{background-color: #597c69; color: #fff!important;}
    .dhi-row{background-color: #7D708F; color: #fff!important;}
    .additional-notes-list {padding-left: 35px;}
/*    END STYLING ADMISSION DEADLINES Table   */