/* *** OU DEPARTMENT *** */
.deptInfo {
    margin-bottom: 30px;
}
.infoColumn > .cellContainer {
    margin: 0;
}

/* Large Department Photos or Logo -  display: none; to hide */
.deptPhoto {
    clear: both;
    width: 100%;
    min-height: 20px;
}
.deptPhoto .imgpad {
    min-height: 15px;
    padding: 4px 7px;
}
.deptPhoto img {
    max-width: 100%;
}
/* Department Promotion, Deseription and Career Information */
.deptContent {
    float: left;
    width: 100%;
}
.deptContent .cellContainer {
    min-height: 380px;
    padding: 4px 7px;
}
.deptContent img {
    margin: 3px 10px 0 2px;
}
.deptContent h2 {
    color: #14325f;
}

/* ***  *** */
.deptContent {
    padding-bottom: 20px;
}
.deptContent h3 {
    margin-top: 10px;
}
.deptContent h4 {
    margin-top: 10px;
}
.deptContent p img {
    margin: 10px 0;
}

/*** Right Column ***/
.contentRow .deptContent {
    padding-bottom: 20px;
}

/*** BREAKPOINTS ***/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .deptPhoto {
        display: none;
    }
}
