<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
}

.recentNews p.card-text {
    color: #666;
}

.recentNews .card .field-title {
    color: #666;
}

.footerNavListWrap .footer-column-wrap .col-12 {
	padding-bottom: 10px;
}

a.btn.btn-primary.btn-sm.is-inactive.countryRedirectGo {
    padding: 0.25rem 0.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
    width: 60px;
    font-weight: 400;
	min-width: 60px;
}

.button-primary-aside.countryRedirectAside {
    float: right;
    font-size: 1em;
    line-height: 2.389em;
    color: #999;
    margin-right: 2.5em;
}


.modal-footer.countryRedirectFooter {
    padding: 1.4em 2.8em !important;
}

@media only screen and (max-width: 768px) {
	.button-primary-aside.countryRedirectAside {
		margin-right: 1em;
	}
}

span.resource-arrow {
    padding-left: 8px;
    color: #09f;
}

span.read-more-text {
    color: #09f;
}
.overViewWrap a.card:hover span.resource-arrow,
.overViewWrap a.card:hover span.read-more-text,
.search-results .card-footer:hover {
    color: #ffffff;
}

.title-color-blue h1.push-box-title {
    color: #09f !important;
}

.subTitle-color-blue p.push-box-info {
    color: #09f !important;
}

a.skip-to-content-link {
    display: none;
}

img.carousel-icon-image {
    margin: 0 auto;
    width: auto;
}

.field-default-language{
	display:none;
}</pre></body></html>