<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* print stylesheet */

img {
    display: none !important;
}
header {
    background: none;
    background-color: white;
}
header h1 {
    background-color: black !important;
    padding: 5px;
}
header .container {
    max-width: 100%;
}
header .container .search {
    display: none;
}
header .container h1 {
    float: left;
}
header .container h2 {
    float: left;
    top: 20px;
    left: 10px;
    position: relative;
}
header h2 {
    background: none;
    font-family: 'Open sans', sans-serif;
    margin: 0 20px -2px 0;
    width: auto;
    height: auto;
    vertical-align: text-bottom;
    font-weight: normal;
    text-indent: 0px;
    color: black !important;
}
nav {
    display: none !important;
}
.banner_container {
    display: none;
}
.breadcrumb {
    display: none;
}
.container .altToolbar {
    display: none;
}
.container .toolbar {
    display: none;
}
.notice {
    display: none;
}
.greenbuttonspydus {
    display: none;
}
footer {
    display: none;
}
.content .panel,
.content .widget .content,
nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.content .panel {
    display: none;
}
.content .panel a {
    color: black !important;
}
a.link-taskLink {
    display: none !important;
}
.content .anchors,
a[name*="_Top1"] + ul {
    display: none;
}
a.sys_backtotop {
    display: none;
}
.content .widget {
    display: block !important;
    clear: both !important;
    float: none !important;
    max-width: 100% !important;
}
.resultsFilter {
    display: none;
}
.button.secondary {
    display: none;
}
.resultsControlView {
    display: none;
}
.resultsDisplayNumber {
    display: none;
}
.paginator {
    display: none;
}
.resultsList__item {
    padding: 5px;
}
.faq-content {
    display: block !important
}
.faq .faq-toggle {
    border: 1px solid red;
    background: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    border: none !important;
}
.faq .faq-toggle .faq-toggle-icon,
.faq .faq-toggle.plus .faq-toggle-icon {
    display: none;
}


#fp_cookieMessageContainer {
  	display: none;
}

.notice {
  display: none;
}


#routePanel img {
  display: block !important;
}

.landing .intro .container .content ul li a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -pie-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: white;
    
}




.slideshow {
  display: none;
}

.tab-content {display: block !important;}

#tab1 {display: block !important; }
#tab2 {display: block !important;}
#tab3 {display: block !important;}
.tab-links li a {display: none;}
.active a {display: none;}

a#scrollUp{display:none;}


.content table { 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff;
	margin: 2em 0;
	width: 100%;
}

.content table th {
	color: black;
	font-family: 'lola', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	text-align: left;
	padding: 1em 20px;
}

.content table td {
	padding: .5em 20px;
	border-top: 1px solid #cdcdbc;
}


body, .content, .container, h1, .listingArticle {background-color: white !important; color: black !important;}
.resultsList {background-color: white !important; color: black !important;}
.resultsList__itemMainTitle, .resultsList__description, .resultsList__itemLink a, .resultsList__item {background-color: white !important; color: black !important;}


/* hide the ready reckoner 
.readyReckonerFlyout {display: none !important;}
.readyReckonerOverlay {display: none !Important;}
.readyReckonerWrapper {display: none !Important;} */
</pre></body></html>