:root {
    --uthorange: #ae6042;
}
#masthead #header {
    padding: 0;
}
#masthead #main-nav, #masthead #main-nav .top-bar, #masthead #main-nav .title-bar, #masthead #main-nav .top-bar ul.dropdown {
    background-color: var(--uthorange);
    color: #fff;
    display:flex;
}
#masthead #main-nav .dropdown.menu a {
    padding: 1.2rem 2rem;
}
#masthead #main-nav .menu a.selected {
    background: #fff;
    color: #000;
}
.rounded {
    border-radius:6px;
}
.topMargin {
    margin-top:2rem;
}
.heroHeader {
    margin-bottom:2rem;
}
.heroHeader .grid-x {
    left: 0;
    right: 0;
}
.heroHeader.darkText .cell {
    background: rgba(255,255,255,0.8);
}
.heroHeader.darkText h1, .heroHeader.darkText .hero-subheading {
    text-shadow: none;
}
#myModal {
    top: 10px !important;
}
.close-button {
    background: #fff;
    padding-left: 0.4rem;
    border-radius: 0 0 0 10px;
}
.gallery-pad2 {
    padding-top: 2em;
}
.pad-bottom2 {
    padding-bottom: 2em;
}
.hr-no-top {
    margin-top: 0;
}
.news-panels {
    justify-content: center;
    margin: 1em 0 2em 0 !important;
}
.pad-top {
    padding-top: 2em;
}
div.mrg-bottom {
    margin-bottom: 3em;
}
div.card-section:hover {
    background-color: rgb(228 228 228 / 25%);
}
.no-margin-bottom {
    margin-bottom: 0;
}
.button.no-top {
    margin-top: 0;
}
a.button.small.news-btn {
    text-decoration: none;
}
.news-btn {
    background-color: var(--uthorange);
    border-radius: 1em;
}
.news-btn:hover {
    background-color: var(--uthorange);
    filter: brightness(0.7);
    transition: filter .75s ease-out;
}
.no-top {
    margin-top: 0;
}
.label.date-label {
    border-radius: 5px;
    margin: 1em 0;
}
.byline {
    line-height: 1em;
}
.addy-bar {
    padding:1rem;
}
@media screen and (min-width: 780px) {
    .addy-bar {
        border-right: 1px solid #000;
    }
}
@media screen and (min-width: 450px) and (max-width: 640px) {
    img#news-img {
        width: 100%;
    }
}