/*--Secondary Pods--*/
.secPods .pod {
    margin-bottom: 20px;
    display: inline-block;
    float: none;
    margin-left: -2px;
    margin-right: -2px;
    vertical-align: top;
}
.secPods > .pod:nth-child(3n+1) {
    clear: both;
}
.secPods .podContent {
    background: #fff;
    padding: 15px;
}
.action.secPodsAction {
    text-align: center;
    margin-top: 3em;
}
.secPods .podTitle.noLink {
    margin-bottom: 0;
}
.secPods a.learnMore.noLink {
    display: none;
}
.staffField {
    font-weight: bold;
}
.podStaffTitle {
    line-height: normal;
}
@media (max-width: 767px)
{
    .secPods .pod {
        width: 100%;
    }
}
