﻿.white-link {
    color: #fff !important;
}
.contact-accept-btn {
    cursor: pointer;
}
.embedded-news {
    font-size: 1rem !important;
}
.news-list-container li::before {
    content: none !important;
}
.alert-list li::before {
    content: none !important;
}
.alert-list li a {
    text-decoration: none !important;
}
.alert-link-header {
    color: unset !important;
}
.breadcrumbs li.disabled:not(:last-child)::after {
    content: unset;
}
.article-category {
    font-weight: 600;
}
.article-category a {
    color: #000;
}
.clear-btn {
    margin-left: 0.5rem !important;
    display: inline-block;
    background-color: #104460;
    color: #fff;
    border-radius: 50% !important;
    line-height: 38px; /* set to same size as width, height */
    width: 38px;
    height: 38px;
    text-align: center;
    font-weight: 800;
}
.no-results-message {
    width: 100% !important;
}
.overlay-landing-link {
    color: #fff !important;
}
.overlay-landing-link:hover {
    border-bottom: 1px solid #fff;
}
.accordion-item .linkonly {
    font-size: 1.25rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: left;
    padding: .8rem 0.5rem .56rem 1rem;
    transition: background-color .3s;
    background: transparent;
    color: #0a0a0a;
    display: block;
}
.accordion-item .linkonly:hover {
    background-color: rgba(204,204,204,0.25);
}
.accordion .accordion-item .linkonly::before {
    content: "\e940";
    font-family: "icomoon";
    font-size: 1.2rem;
    position: absolute;
    right: .8rem;
    transition: transform .2s;
}
.inner-panel p {
    margin-bottom: 1rem !important;
}
.wysiwyg .accordion {
    margin-bottom: 2rem;
}
.dl {
    color: #447b6c;
    text-decoration: underline;
    transition: opacity .3s;
}