.news-list {
    margin-bottom: 2.5rem !important;
}

#uh-today {
    background: #E9E9E9;
}

@media screen and (min-width: 768px) {
    .news-list {
        margin-bottom: 0 !important;
    }
    #uh-today {
        background: #E9E9E9 url('/today/_images/uh-today-banner.jpg') no-repeat 60% center;
        background-size: cover;
    }
    #uh-today .section-image {
        display: none;
    }
}

#hpm {
    background: #c8102e;
    color: white;
    padding: 2.25rem 0;
}

@media screen and (min-width: 768px) {
    #hpm .col-auto > .row {
        -webkit-display: flex;
                display: flex;
        -webkit-align-items: center;
                align-items: center;
    }
}

#hpm .hpm-logo {
    margin: -1.125rem 0 1.125rem;
}

#hpm iframe {
    background: none;
    border: none;
    height: 4.5rem;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#hpm .jp-controls button {
    background: #960C22;
    border-color: transparent;
    border-bottom-color: #640817;
    border-radius: .25em;
    color: #FFF9D9;
    font: bold 1.125rem/1.5 Milo, sans-serif;
    padding: .375rem .75rem;
    transition: all .25s ease;
}

#hpm .jp-controls button:hover {
    background: #7f0a1e;
    color: white;
}

#hpm .jp-controls button .glyphicon {
    float: left;
    font-size: 1.5rem;
    line-height: 1;
    margin-right: .375em;
    top: 0;
}

#hpm .jp-no-solution {
    display: none;
}

@media (min-width: 992px) {
    #hpm .hpm-logo {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #hpm iframe {
        margin-bottom: -1.5rem;
    }
    #hpm .jp-controls {
        text-align: center;
    }

}

/* HIDING FEATURED EVENTS */
 #featured-events {
	 display: none;
}
 #featured-events-temp {
	 background-color: #f6be00;
	 padding-top: 2rem;
	 padding-bottom: 2rem;
}
 #featured-events-temp p {
	 font-size: 2rem;
	 text-align: center;
	 font-family: 'League Gothic';
	 margin-top: 0;
}
 #featured-events-temp span {
	 font-style: normal;
}

