/* --General-- */
:root {
    --uwbaRed: #ef4738;
    --uwbaOrange: #ffb351;
    --uwbaOrangeHover: #ff9d1e;
    --uwbaDarkBlue: #005191;
    --uwbaLightBlue: #679ad3;
    --uwbaYANAyellow: #f9cf1c;
    --uwbaYANApurple: #4f3d58;
    --uwbaYANAred: #e63425;
    --uwbaDarkGray: #393f41;
}

address {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

/* --Headings-- */
h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: normal;
}

.headingLike {
    color: #005191;
    font-family: league-gothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    letter-spacing: 1.1px;
    margin-top: 0.25rem;
    line-height: normal;
}

/* --Margins and Padding-- */
.mt1 {
    margin-top: 1rem;
}

.mt1-5 {
    margin-top: 1.5rem;
}

.mt2 {
    margin-top: 2rem;
}

.mbHalf,
.mb0-5 {
    margin-bottom: 0.5rem;
}

.mbOne,
.mb1 {
    margin-bottom: 1rem !important;
}

.mbOneHalf,
.mb1-5 {
    margin-bottom: 1.5rem !important;
}

.mbTwo,
.mb2 {
    margin-bottom: 2rem !important;
}

.p1 {
    padding: 1rem;
}

.pl0-75 {
    padding-left: 0.75rem;
}

.pr0-75 {
    padding-right: 0.75rem;
}

.pb1 {
    padding-bottom: 1rem;
}

/* --Borders-- */
.noBorder {
    border: none !important;
}

/* --Link Colors-- */
.btn--link {
    color: #e72413 !important;
}

.btn-link.color-light-blue,
.btn--link.color-light-blue,
#readMoreNews .btn--link {
    color: #3A78C3 !important;
}

/*.page-id-22901 * .title-text {
    text-transform: uppercase;
}*/

/* --Primary Menu-- */
@media screen and (max-width:1195px) {
    .menu-primary li {
        padding-left: 5px !important;
        letter-spacing: 1.25px !important;
    }
}

/* --Secondary Menu-- */
.hello-bar {
    background-color: #005191 !important;
    font-size: 14px;
}

@media screen and (max-width:768px) {
    .hello-bar {
        height: 55px !important;
    }
}

/* --Hero-- */
/*Don't show video on mobile devices*/
@media screen and (min-width:768px) and (max-width: 1024px) {
    .video-hero.desktop-only {
        display: none !important;
    }
}

@media screen AND (max-width:768px) {
    .overlay-gray:after {
        background: rgba(0, 46, 83, .8) !important;
    }
}

/* --Breadcrumb-- */
#breadcrumbs a:hover,
.color-light-blue:hover {
    color: #393f41 !important;
}

.breadcrumb_last {
    color: #393f41 !important;
}

#breadcrumbs a {
    color: #679ad3 !important;
}

/* --Round Button Styles-- */
.uwba-round-button--default {
    border-radius: 45px;
    font-weight: 500;
    padding: 0.75rem 1rem;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: 0 auto;
    box-shadow: inset 0 0 0 0.1rem #005191;
    transition: box-shadow 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--uwbaDarkBlue);
}

/*.uwba-round-button--default .--default-color {
    color: var(--uwbaDarkGray);
}*/

.uwba-round-button--default:hover {
    box-shadow: inset 0 0 0 0.2rem #005191, 0 0 0 0.2rem #679ad3;
}

.uwba-round-button--light {
    border-radius: 45px;
    font-weight: 500;
    padding: 0.75rem 1rem;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: 0 auto;
    box-shadow: inset 0 0 0 0.1rem white;
    transition: box-shadow 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
}

.uwba-round-button--light:hover {
    box-shadow: inset 0 0 0 0.2rem var(--uwbaLightBlue), 0 0 0 0.2rem white;
}

/* --Element 15-- */
.accord__body ul {
    margin-left: 2rem;
    font-family: roboto;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
}