.it-header-center-wrapper {
    background: rgb(1 87 155)!important;
 }
	
	@media (min-width: 992px)
	{
.it-header-navbar-wrapper {
    background: rgb(1 87 155)!important;
}
}


.it-header-slim-wrapper {
    background: rgb(1 59 104)!important;
}


a {
    text-decoration: underline;
}

.it-header-wrapper .it-header-slim-wrapper .it-header-slim-wrapper-content .btn-full {
    background-color: rgb(1 85 155)!important;
    color: rgb(255 255 255);
    text-decoration: none;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a:hover:not(.active) {
    text-decoration: none!important;
    background-color: rgb(1 70 125)!important;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a {
    color: rgb(255 255 255);
    text-decoration: none;
}

.it-footer-main {
    background-color: #072e59;
}


 .custom-h1 {
    color: rgb(1 85 155)!important;
    font-size: 2rem!important;
}
.title-xxxlarge {
    font-size: 2rem!important;
    color: black!important;
}
.chip .chip-label, .chip .chip-label:hover {
    text-decoration: none;
}

.chip:is(div):hover:not(.chip-disabled) {
    background-color: rgb(12 108 156);
    border-color: rgb(12 108 156);
    color: rgb(255 255 255)!important;
}
.chip:is(div):hover:not(.chip-disabled) .chip-label {
    color: rgb(255 255 255);
}