  /* START pills */
p.deptPillCDEP, p.deptPillELHE, p.deptPillMESA, p.deptPillTESpECI {
    color: #FFF;
    border-radius: 3px;
    padding: 0px 10px;
    font-size: 14px;
    text-align: center;
    line-height: 1.5em;
    display: inline-block;
    margin-bottom: 5px !important;
}
p.deptPillCDEP {
    background-color: #8a100b;
}
p.deptPillELHE {
    background-color: #BE7400;
}
p.deptPillMESA {
    background-color: #3EA9B0;
}
p.deptPillTESpECI {
    background-color: #69851D;
}
p.deptPillLink {
    line-height: 22px;
    font-size: 16px;
}

/* END pills */

/* START pill bullets */
p.deptBulletCDEP, p.deptBulletELHE, p.deptBulletMESA, p.deptBulletTESpECI{
    border-radius: 3px;
    padding: 0px 4px;
    font-size: 14px;
    text-align: center;
    line-height: .9;
    display: inline-block;
    margin-bottom: 5px !important;
/****/
/*** START ADD 04/25/2017 **/
/****/
    margin-top: 5px !important;
/****/
/*** END ADD 04/25/2017 **/
/****/    
}

li.deptBulletCDEP, li.deptBulletELHE, li.deptBulletMESA, li.deptBulletTESpECI{
    list-style:none;
}
li.deptBulletCDEP:before, li.deptBulletELHE:before, li.deptBulletMESA:before, li.deptBulletTESpECI:before{
    content: "";
    position:relative;
    left: -2px;
    background-color:#eee;
    display:inline-block;
    width:12px;
    height:12px;
    border-radius:30%;
    margin-right:2px;
}
p.deptBulletCDEP, li.deptBulletCDEP:before {
    background-color: #8a100b;
    color: #8a100b;
}
p.deptBulletELHE , li.deptBulletELHE:before {
    background-color: #BE7400;
    color: #BE7400;
}
p.deptBulletMESA, li.deptBulletMESA:before {
    background-color: #3EA9B0;
    color: #3EA9B0;
}
p.deptBulletTESpECI, li.deptBulletTESpECI:before {
    background-color: #69851D;
    color: #69851D;
}
ul.pillBullet li {
    list-style-type: none;
}
ul.pillBullet li ul li {
    list-style-type: circle;
}

/* END pill bullets */

/* START department h2 */
body .int-wrap .responsive-columns h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}
/* END department h2 */

/* START style table Program page */
.datatable {
    margin-bottom: 0;
}

.datatable tr td:first-child {
    vertical-align: top;
}
.datatable tr:nth-child(even) {
    background-color: #EDEFEF;
}

.datatable tr:nth-child(odd) {
    background-color: #DAD8D1;
    /*font-style: italic;*/
}
.datatable tr.course-title:nth-child(odd) {
    background-color: #DAD8D1;
    font-style: normal !important;
}

.datatable p.course-description {
    font-style: italic;
}


.datatable th {
    background-color: #685C52;
    color: #FFF;
    border-bottom: none;
    font-style: normal;
}
.accordion-section .maroon .panel-default > .panel-heading + .panel-collapse .panel-body {
    padding: 0;
}
/* END style table Program page */

/*
* START mobile query 
****/
@media screen and (max-width: 991px) and (min-width: 768px), screen and (max-width: 767px) {
    .imageWrap.image-sm img.cq-dd-image {
    display: none;
}
}
/*
* END mobile query 
****/


.tabs-section-new.pointerIn ul {
   list-style: disc;
   padding-left: 22px;
}
.tabs-section-new.pointerIn ul.pillBullet {
   /* list-style: disc;*/
    padding-left: 10px;
}