.custom-nav a {
    color: #0174b4; 
}  

.custom-nav a i {
    color: #0174b4;
    width: 2.0rem;   
}

.custom-nav .nav-link:hover,
.custom-nav .nav-link[aria-expanded=true],
.custom-nav .dropdown-menu a.dropdown-item.active,
.custom-nav .dropdown-menu a.dropdown-item:hover,
.custom-nav .dropdown-menu a.dropdown-item:focus,
.custom-nav .dropdown-menu a.dropdown-item:active {
    color: #1f2433;
    background-color: #fff;
}

.custom-nav .dropdown-menu a.dropdown-item.active {
    color: #0174b4; 
}

.custom-nav .active,
.custom-nav .active:hover,
.custom-nav .active[aria-expanded=true] {
    color: #fff;
    background-color: #0174b4;
}

.custom-nav .nav-link:hover i,
.custom-nav .nav-link[aria-expanded=true] i,
header .dropdown-menu-right .dropdown-item:hover,
header .dropdown-menu-right .dropdown-item:focus,
header .dropdown-menu-right .dropdown-item:active {
    color: #1f2433
}

.custom-nav .active i,
.custom-nav .active:hover i,
.custom-nav .active[aria-expanded=true] i {
    color: #fff;
}

.custom-nav .dropdown-menu {
    background-color: #fff
}

.custom-nav .dropdown-item {
    padding-left: 3.0rem;
}

.custom-nav h6 {
    color: #777;
    text-transform: uppercase;
    font-size: .83rem;
    letter-spacing: .3px;
}

.custom-nav .dropdown-toggle::after {
    float: right;
    margin-top: 0.5rem;
}

.custom-nav .icon-link {
    font-size: 1.2rem;
    font-weight: 600;
}

footer ul {
    margin: 0; 
    padding: 0;
    list-style: none;
}

footer ul li {
    display: inline;
}

h1 {
    border-bottom: solid 1px #0174b4;
    margin-bottom: 2.0rem; 
}

h1, h2, h3 {
    font-weight: 300;
}

h4 {
    font-weight: 600;
}

header button[aria-expanded=true] i {
    color: #0174b4   
}

header .dropdown-menu-right .dropdown-item {
    color: #0174b4;
    background-color: transparent;    
}

.cc-window .cc-btn:hover {
    text-decoration: none !important    
}

.form h2 {
    display: none;
}

figcaption {
    padding-top: 0.5rem; 
    padding-bottom: 1.0rem;  
    /* font-size: 14px; */  
}

figcaption b {
    color: #0174b4;
}

.typo3-messages {
    padding: 0;
    margin: 0;  
    list-style: none; 
}

.typo3-messages h4 {
    font-weight: 300; 
    font-size: 1.5rem;   
}

.typo3-messages li p {
    margin-bottom: 0;
}

@media (min-width: 1200px) {    
    
}

@media (max-width: 1199.98px) {
    
}

@media (max-width: 991.98px) {
    
}

@media (min-width: 768px) {
    
}

@media (max-width: 767.98px) {
    footer ul li {
        display: block;   
    }
}