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

/*** LANDING PAGE LINKS ***/
.plu-landing-page-links .section-title {
	background: linear-gradient(135deg, #f89b1c 0%, #ffd013 100%);
	margin-bottom: 15px;
	padding: 15px 15px 15px 20px;
	border-radius: 2px;
}

.plu-landing-page-links .section-title .title {
	margin: 0;
	padding: 0;
}

.plu-landing-page-links .section-title .display-landing-page-links-desc {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	font-family: "Aleo", serif;
	font-weight: bold;
	cursor: pointer;
}

.plu-landing-page-links .section-title .display-landing-page-links-desc .display-desc-icon {
	display: none;
}

.plu-landing-page-links .all-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.plu-landing-page-links .all-links .each-link {
	margin: 0 0 10px 0;
}

.plu-landing-page-links .all-links .each-link &gt; a {
	color: #111;
	font-family: "Aleo", serif;
	font-weight: bold;
	background: #f9f9f9;
	padding: 8px 8px 8px 10px;
	width: 100%;
	border-radius: 3px;
	display: block;
	transition: all 0.3s ease-in-out;
}

.plu-landing-page-links .all-links .each-link &gt; a .link-icon {
	font-size: 10px;
	position: relative;
	top: -2px;
	margin-right: 6px;
}

.plu-landing-page-links .all-links .each-link &gt; a:hover {
	background: #e8e8e8;
}

.plu-landing-page-links .all-links .each-link &gt; a .link-description {
	display: none;
	font-weight: normal;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
}

.plu-landing-page-links.display-desc .all-links .each-link &gt; a .link-description {
	display: block;
}

.plu-landing-page-links.display-desc .section-title .display-landing-page-links-desc .display-desc-icon {
	display: inline-block;
}

.plu-landing-page-links .top-landing-links {
	color: #999;
	width: 100%;
	display: block;
	text-align: right;
	margin: 15px 0;
	font-size: 12px;
	transition: all 0.3s ease-in-out;
}

.plu-landing-page-links .top-landing-links:hover {
	color: #555;
}

/*** INFO BOX ***/
.plu-info-box {
	margin-bottom: 2em;	
}

.plu-info-box &gt; a {
	display: block;
}

.plu-info-box &gt; a &gt; img {
	border-radius: 2px;
}

.plu-info-box .info-box-title {
	margin: 12px 0 5px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #e8e8e8;
}

.plu-info-box .info-box-desc {
	margin: 0;
}

/* MEDIUM SCREENS */
@media only screen and (min-width: 48em) {	
}

/* SEMI-LARGE SCREENS */
@media only screen and (min-width: 64em) {	
}

/* LARGE SCREENS */
@media only screen and (min-width: 71.563em) {	
}</pre></body></html>