<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  
/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/
/*--------------------------- 
Responsive CSS here 
*
*   Remember these queries are a good start
*   but media queries go much deeper than this.
*
---------------------------*/
/*
Medium/Large Screens 
*/
@media only screen and (max-width: 1430px) {
    
}
/*
Medium Screens 
*/
@media only screen and (max-width: 1280px) {
    
}
/*
Large Tablet Screens 
*/
@media only screen and (max-width: 980px) {
    
}
/*
Medium Tablet Screens 
*/
@media only screen and (max-width: 768px) {

}
/*
Small Tablet/Largest Phone Screens 
*/
@media only screen and (max-width: 600px) {

}
/*
Large Phone Screens 
*/
@media only screen and (max-width: 420px) {
    
}
/*
Medium Phone Screens 
*/
@media only screen and (max-width: 380px) {
    
}
/*
Small Phone / Apple Watch Screens 
*/
@media only screen and (max-width: 320px) {
    
}


/* Progress bar

#rec-progress{
	background-color:#f2f2f2;
	padding:6px;
	width:100%;
	overflow:hidden
}
.rec-bar-container{
	display:block;
	width:100%;
	background-color:#c0bfdb;
	height:20px;
	margin-bottom:.5em
}
.rec-bar-status{
	display:block;
	height:20px;
	background-color:#4f5692;
}
.rec-progress-start{
	float:left;
	text-align:left
}
.rec-progress-finish{
	float:right;
	text-align:right
}
.rec-progress-count{
	font-weight:600;
	font-size:1.2em
}
*/

/* Progress bar2
*/
#rec-progress{
	background-color:#f2f2f2;
	padding:6px;
	width:100%;
	overflow:hidden
}
.rec-bar-container{
	display:block;
	width:100%;
	background-color:#c0bfdb;
	height:200px;
	margin-bottom:.5em
}
.rec-bar-status{
	display:inline-block;
	border-top:solid 20px red;
	border-left: solid 2px blue;
}
.rec-progress-start{
	float:left;
	text-align:left
}
.rec-progress-finish{
	float:right;
	text-align:right
}
.rec-progress-count{
	font-weight:600;
	font-size:1.2em
}

/* Progress display
*/
#rec-progress-indicator {

}
#rec-progress-indicator h3 {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 8px;
	display:block;
}



.rec-progress-container {
	display:block;
	width:100%;
}


.rec-progress-status {
	display:inline-block;
	height:20px;
	background-color:#2300B1;

}

h4.rec-progress-count {
	display:inline-block;
	margin: 0 6px;
	vertical-align: top;
}















/* Single rec taxonomy display
*/
dl#rec-taxonomies  {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4em;
}

#rec-taxonomies dt {
	float: left;
	clear: left;
	width: 110px;
	font-weight: 600;
}

#rec-taxonomies dd {
	margin: 0 0 0 120px;
	padding-bottom: 10px;
}

#rec-taxonomies dd.firstmultipledd {
	padding: 0;
}

/* Menu item trickery
*/
.recommendations-parent {
	border-bottom: 1px solid #55595c;
}


/* Search and filter form
*/
#rec-form label {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #002764;
	margin-bottom: 6px;
}

#rec-form select {
	padding: 4px;
	font-size: 16px;
	margin-bottom: 12px;
}

.submit-container {
	width: 100%;
	display: block;
}

.submit-container input {
	padding: 8px;
	font-size: 16px;
	background-color: #D1D3D4;
	color: #002764;
	border: none;
}

.submit-container input:hover {
	background-color: #002764;
	color: white;

}



/* Display of rec listing
*/
.rec-display{
	display:flex;
	flex-wrap:wrap;
	background-color:#f2f2f2;
	background-color:#fff;
	gap:6px;
	padding:0;
}
.rec-container{
	position:relative;
	flex:1 0 33%;
	max-width:32.8%;
	flex:1 0 48%;
	max-width:50%;
	background:#002776;
	padding: 10px;
	transition: background-color 0.5s ease;
}

a.rec-container:hover,
a.rec-container:focus{
	background-color: #4F5692;
}
a.rec-container:hover .rec-number,
a.rec-container:focus .rec-number{
	color: #FFFFFF;
}
h2.rec-title{
	font-size: 16px;
	color: #fff;
	margin: 0;
	hyphens: none;
	line-height: 1.3em;
}

.rec-number {
	font-weight: 600;
	display: inline;
	width: 10%;
	color: #C0BFDB;
	transition: color 0.5s ease;
}

.rec-name {
	float: right;
	width: 90%;
}


@media only screen and (max-width: 600px) {
	.rec-container{
	flex:1 0 100%;
	max-width:100%;
	}
}





.rec-status{
	display:block;
	width:100%;
	background-color:#c0bfdb;
	height:10px;
	position:absolute;
	bottom:0;
}
.rec-status .not{
	display:block;
	height:10px;
	width:0%;
	background-color:#4f5692;
}
.rec-status .planning{
	display:block;
	height:10px;
	width:25%;
	background-color:#4f5692;
}
.rec-status .moderate{
	display:block;
	height:10px;
	width:50%;
	background-color:#4f5692;
}
.rec-status .significant{
	display:block;
	height:10px;
	width:75%;
	background-color:#4f5692;
}
.rec-status .implemented{
	display:block;
	height:10px;
	width:100%;
	background-color:#4f5692;
}



/* Recommendation update accordion
*/

#content .elementor h3.rec_update_date  {
	margin-bottom: 0;
	margin-top: 0;
	}

@media (max-width: 767px) {
#content .elementor .xrec_update {
	margin-top: -70px;
	padding-top: 70px;
	display: inline-block;
}
}

#content .elementor .xrec_update {
	margin-top: -165px;
	padding-top: 165px;
	display: inline-block;
}




h3.rec_update_date:hover {
    cursor: pointer;

}

h3.rec_update_date:hover:before {
    color: #e32213;
}


h3.rec_update_date i {
	margin-right: 6px;
}


h3.rec_update_date:before {
	content: "\f0da";
	font-family: "fontawesome";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	width: 20px;
    transition: color 0.25s ease;
}

h3.rec_update_date.active:before {
	content: "\f0d7";
	}



.rec_update {
	overflow: hidden;
	margin-top: 1em;
}

.rec_highlight {
	background-color: #ffff0010;
	outline: solid 8px #ffff0010;
}
</pre></body></html>