<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Note: This gets loaded into all pages, not just resources
*/

.categories-trigger,
.resource-widget-cta {
  margin: 1em 0;
  text-align: center;
  font-size: .9em;
}

.categories-trigger span,
.resource-widget-cta a {
  color: #017ca8 !important;
  cursor: pointer;
  font-weight: bold;
}

.resources .widget ul.bottom-categories {
  display: none;
}

.hero-header {
	width: 100%;
	height: 300px;
	background-color: #cccccc;
	text-align: center;
	padding: 60px 0;
	position: relative;
	display: table;

	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}

/* Reset Select */
.resource-nav select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #509FBE;
  background-image: none;
}
/* Custom Select */
.resource-nav .select {
	position: relative;
	display: block;
	width: 20em;
	height: 46px;
	line-height: 2;
	margin: 5px;
	background: #509FBE;
	overflow: hidden;
	border-radius: .25em;
	float: left;
}
.resource-nav select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
  color: #fff;
  cursor: pointer;

}
.resource-nav select::-ms-expand {
  display: none;
}

.resource-nav select:focus {
/*	background-color: #FED929;
	color: #509FBE;*/
}

select#cat-slct option, select#type-slct option {
    background-color: #fff;
		color: #000;
}

/* Arrow */
.resource-nav .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: .5em 1em;
  background: #509FBE;
  pointer-events: none;
}
/* Transition */
.resource-nav .select:hover::after {
  color: #cccccc;
}
.resource-nav .select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.resource-nav select, html.touch select#type-slct:focus, html.touch select#cat-slct:focus, .select#type-slct, select#cat-slct option {
	font-size: 16px !important;
}

.resource-nav {
	color: #ffffff;
	background-color: #1680AA;
	padding: 10px;
}

#resource-filter {
	width: 1115px;
	margin: 0 auto;
}

.resource-nav .search-bar.desktop {
	float: right;
	margin-right: 15px;
}

.hero-header .ribbon {
	display: table-cell;
	vertical-align: middle;
	background-color: blue;
	width: 100%;
	padding: 1% 20%;
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(18,102,136);
	/* RGBa with 0.6 opacity */
	background-color: rgba(18,102,136, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.hero-header h1 {
	top: 150px;
	text-align:center;
	color: #ffffff;
	font-size: 45px;
}

.hero-header.vresource h1 {
	top: 150px;
	text-align:center;
	color: #ffffff;
	font-size: 3.5em;
}

.hero-header.vresource h2 {
	top: 150px;
	text-align:center;
	color: #ffffff;
	font-size: 1.35em;
	text-transform: none;
}

.resource.listing {
	float: left;
	margin: 1em;
	min-height: 300px;
}

.resource.listing .h6a {
	margin: .5em 0;
	font-size: 1.4em;
}

.resource.listing .thumb {
	border: 3px #eee solid;
	margin-top: 6px;
	height: 201px;
}

.spotlight .resource.listing .thumb {
	border: 3px #fff solid;
}

.resource.listing .info {
	width: 100%;
}

.resource.listing .info.with-thumb {
	margin-top: .5em;
}

.resource.listing .post-more {
	text-align: right;
	margin-top: .3em;
}

</pre></body></html>