.erm-departments {
	padding-top: 50px;
    padding-bottom: 46px;
}
.new-brand .content-wrapper .erm-departments h2 {
    text-align: center;
    margin-bottom: 0.9em;
}
.erm-departments table {
    display: block;
}
.erm-departments table > tbody {
    display: block;
}
.erm-departments table > tbody > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: -7px;
    margin-right: -7px;
}
.erm-departments table > tbody > tr > td {
    display: block;
    flex: 1;
    margin: 0 7px;
    margin-bottom: 14px;
}
.erm-departments table > tbody > tr > td a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.75em;
    background: url(/commcms/_resources/images/rays/button-1.png) #900 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    text-rendering: optimizeLegibility;
    padding: 0 1rem;
    text-align: center;
}
.videoWrapper {
	padding-top: 0 !important;
}

@media only screen and (max-width: 1024px) {
    .erm-departments table > tbody > tr > td {
        flex: 0 0 30%;
    }
    .erm-departments table > tbody > tr > td a {
        height: 4em;
    }
}
@media only screen and (max-width: 575px) {
    .erm-departments table > tbody > tr { 
        margin-left: 0;
        margin-right: 0;
    }
    .erm-departments table > tbody > tr > td {
        flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .erm-departments table > tbody > tr > td a {
        height: auto;
        padding: 0.75rem 1rem;
    }
}