<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html .svg { display: none; }
html.svg .svg { display: block; }
html.svg .svg-inline { display: inline-block; }
html.svg .no-svg { display: none !important; }
html.no-svg .svg { display: none !important; }

/*#region Sidebar Navigation*/

#homepage-navigation
{
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 18px;
	display: none;
	opacity: 0;
	padding: 11px 0;
	position: fixed;
	right: 2em;
	top: 5.6em;
	transition: opacity 0.5s ease-out;
	z-index: 9999999;
	
	-webkit-transform: translateZ(0); /* fix for position:fixed UL rendering bug in Chrome */
}
#homepage-navigation.visible
{
	display: block;
}
.opacity #homepage-navigation
{
	display: block;
	opacity: 0;
}
.opacity #homepage-navigation.visible
{
	opacity: 1;
}
.boxshadow #homepage-navigation
{
	border: 0;
	box-shadow: 0 0 8px rgba(0,0,0,0.35);
}
#homepage-navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#homepage-navigation ul li,
#homepage-navigation ul li a
{
	display: block;
	margin: 0 auto;
}
#homepage-navigation ul li
{
	height: 22px;
	margin: 4px 0;
	padding: 0 7px;
	position: relative;
	width: 22px;
}
#homepage-navigation ul li a
{
	background: #210B40;
	border-radius: 5px;
	height: 10px;
	left: 50%;
	margin: -5px 0 0 -5px;
	position: absolute;
	top: 50%;
	transition: all 0.25s ease-out;
	width: 10px;
}
#homepage-navigation ul li.active a
{
	background: 0;
	border: 1px solid #210B40;
	border-radius: 11px;
	height: 22px;
	margin: -11px 0 0 -11px;
	width: 22px;
}

/*#endregion*/

/*#region Banners*/

#homeSliderWrapper {
	
    background: none;
    overflow: auto;
}
#homepage-banners-container {
	height: 100%;
    overflow: hidden;
    position: relative;
}

.homepage-banner {
	display: none;
	position: relative;
}
.homepage-banner:first-child {
	display: block;
}

.banner-container {
	z-index:100;
	height: 100%;
	width: 100%;
}

.banner-background {
	left: 0;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-background img {
	width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.banner-background:after {
	content: "";
	position: absolute;
	width: 100%;
	top: 20%;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.35)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
}

.banner-background video {
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-background video::-webkit-media-controls-enclosure {
  display:none !important;
}

.banner-content {
	bottom: 6.667em;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.4em;
	left: 0;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.35);
	width: 100%;
	z-index: 100;
}

.banner-content p {
	line-height: 1.417;
}

p.banner-title {
	font-family: 'franklin-gothic-urw-comp-n4', 'franklin-gothic-urw-comp', sans-serif;
	font-size: 2.667em;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
}

.banner-content a {
	text-decoration: underline;
}

.banner-content a:link { color: #FFCC33; }
.banner-content a:visited { color: #FFCC33; }
.banner-content a:hover { color: #FFF; }
.banner-content a:active { color: #FFF; }

.bx-controls {
	position:absolute;
	z-index:2000;
	width: 100%;
	left: 0;
	bottom: 15%;
	margin: 0 auto;
	text-align: center;
}

.bx-pager-item {
	display: inline-block;
	padding: 0 6px;
}

a.bx-pager-link, a.bx-pager-link:link, a.bx-pager-link:hover, a.bx-pager-link:visited, a.bx-pager-link:active {
	width: 	14px;
	height: 14px;
	display:block;
	border: 1px solid #fff;
	background: transparent;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
	text-indent: -9999px;
	position:relative;
}

a.bx-pager-link.active, a.a.bx-pager-link.active:hover, a.bx-pager-link.active:visited, a.bx-pager-link.active:active, a.bx-pager-link:hover
{
	
	background:#fff;
}

.bx-controls-direction {
	display: none;
}

.homepage-banner {
	height: 550px;
}

@media only screen and (min-width: 980px) {
#homepage-banners-container {
    height: 550px;
}
.homepage-banner {
	height: 550px;
}

.banner-background video, .banner-background img {
	top: 0;    
}
}

@media only screen and (min-width: 1180px) {
#homepage-banners-container {
    height: 660px;
}
.homepage-banner {
	height: 660px;
}

.banner-background video, .banner-background img {
	top: 0;    
}
}

@media only screen and (min-width: 1240px) {
#homepage-banners-container {
    height: 695px;
}
.homepage-banner {
	height: 695px;
}
.banner-background video, .banner-background img {
	  	top: 0;    
}
}

@media only screen and (min-width: 1440px) {
#homepage-banners-container {
    height: 770px;
}
.homepage-banner {
	height: 770px;
}
.banner-background video, .banner-background img {
	  	top: -5%;    
}
}
@media only screen and (min-width: 1780px) {
#homepage-banners-container {
    height: 870px;
}
.homepage-banner {
	height: 870px;
}
.banner-background video, .banner-background img {
	top: -15%;    
}
}

/*#endregion*/

body.home div#content
{
	background: #FFF;
	margin-top: 0;
	padding: 0;
}

/*#region General Homepage Section Styles*/

.homepage-section
{
	background: #FFF;
	font-family: 'Bitter', serif;
	overflow: hidden;
	padding-top: 0.6em;
	position: relative;
}

.homepage-section-background
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
}
.homepage-section-background img
{
	display: block;
	width: 100%;
	height: 100%;
}

.homepage-section .wrapper
{
	position: relative;
}

.homepage-section p
{
	color: #000;
	font-size: 1.7em;
	line-height: 1.47;
	text-align: center;
}

h2.homepage-section-title
{
	color: #210B40;
	font-family: 'Bitter', serif;
	font-size: 3.2em;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 1em 0;
	overflow: hidden;
	text-align: center;
}
h2.homepage-section-title span
{
	display: inline-block;
	position: relative;
}
h2.homepage-section-title span:before
{
	content: "";
	background-color: #210B40;
	height: 1px;
	margin-left: 0.25em;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 1000%;
	z-index: 0;
}
h2.homepage-section-title span:after
{
	content: "";
	background-color: #210B40;
	height: 1px;
	margin-right: 0.25em;
	position: absolute;
	right: 100%;
	top: 50%;
	width: 1000%;
	z-index: 0;
}

h2.homepage-section-title.white
{
	color: #FFF;
}
h2.homepage-section-title.white span:before
{
	background-color: #FFF;
}
h2.homepage-section-title.white span:after
{
	background-color: #FFF;
}

/*#endregion*/

#whats-happening, #by-the-numbers, #spotlight, #next-steps
{
	background: none;
	margin-top: -3%;
	padding-top: 3.5%;
	position: relative;
	z-index: 10000;
}

/*#region Whats Happening*/

/*#region General Tile Styles*/

.homepage-tile
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	display: block;
	float: left;
	position: relative;
	width: 50%;
}

.homepage-tile img
{
	display: block;
	width: 100%;
}

.homepage-tile .homepage-tile-content-wrapper
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
	display: block;
	height: 3.4em;
	left: 0;
	overflow: hidden;
	padding: 0 1em;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.homepage-tile .homepage-tile-toggle
{
	color: #FFF;
	display: block;
	font-family: 'Helvetica Neue', Roboto, 'Segoe UI', Calibri, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	height: 2em;
	line-height: 2;
	padding-right: 2.417em;
}

.homepage-tile .homepage-tile-toggle:after
{
	content: "+";
	height: 2em;
	line-height: 2;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2em;
}

.homepage-tile.open .homepage-tile-toggle:after
{
	content: "-";
}

.homepage-tile.brown .homepage-tile-content-wrapper
{
	background: #8A4618;
	background: rgba(138,70,24,0.5);
}
.homepage-tile.brown.open .homepage-tile-content-wrapper
{
	background: #8A4618;
	background: rgba(138,70,24,0.95);
}
.homepage-tile.brown .homepage-tile-toggle:after
{
	background: #8A4618;
}

.homepage-tile.gold .homepage-tile-content-wrapper
{
	background: #CC9900;
	background: rgba(204,153,0,0.5);
}
.homepage-tile.gold.open .homepage-tile-content-wrapper
{
	background: #CC9900;
	background: rgba(204,153,0,0.95);
}
.homepage-tile.gold .homepage-tile-toggle:after
{
	background: #CC9900;
}

.homepage-tile.green .homepage-tile-content-wrapper
{
	background: #78824F;
	background: rgba(120,130,79,0.5);
}
.homepage-tile.green.open .homepage-tile-content-wrapper
{
	background: #78824F;
	background: rgba(120,130,79,0.95);
}
.homepage-tile.green .homepage-tile-toggle:after
{
	background: #78824F;
}

.homepage-tile.slate .homepage-tile-content-wrapper
{
	background: #6B8998;
	background: rgba(107,137,152,0.5);
}
.homepage-tile.slate.open .homepage-tile-content-wrapper
{
	background: #6B8998;
	background: rgba(107,137,152,0.95);
}
.homepage-tile.slate .homepage-tile-toggle:after
{
	background: #6B8998;
}

.homepage-tile .homepage-tile-content
{
	display: none;
	padding: 1em 0 3.6em 0;
}
.homepage-tile.open .homepage-tile-content
{
	display: block;
}

.homepage-tile-button
{
	background: #FFF;
	background: rgba(255,255,255,0.7);
	bottom: 0.769em;
	display: inline-block;
	font-family: Bitter, serif;
	font-size: 1.3em;
	font-weight: 700;
	height: 2em;
	left: 0.769em;
	line-height: 2;
	padding: 0 1em;
	position: absolute;
	z-index: 10;
}
.homepage-tile.brown .homepage-tile-button
{
	color: #8A4618;
}
.homepage-tile.gold .homepage-tile-button
{
	color: #CC9900;
}
.homepage-tile.green .homepage-tile-button
{
	color: #78824F;
}
.homepage-tile.slate .homepage-tile-button
{
	color: #6B8998;
}

.homepage-tile-list
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.homepage-tile-item
{
	margin: 0 0 1em 0;
}
.homepage-tile-item p,
.homepage-tile-item a
{
	color: #000;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 1.4em;
	line-height: 1.47;
	margin: 0;
	overflow: hidden;
	text-align: left;
}
.homepage-tile-item .homepage-tile-item-title
{
	color: #FFF;
	font-family: Bitter, serif;
	font-size: 1.7em;
}

/*#endregion*/

#whats-happening
{
	padding-bottom: 9em;
}

/*#region Event Styles*/

.event-date
{
	float: left;
	margin-right: 1em;
	width: 3.6em;
}
.event-month
{
	background: #990000;
	color: #FFF;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.4em;
	height: 1.286em;
	line-height: 1.286;
	text-align: center;
}
.event-day
{
	background: #FFF;
	color: #000;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8em;
	font-weight: 700;
	height: 1.333em;
	line-height: 1.333;
	text-align: center;
}

/*#endregion*/

/*#region Video Tile*/

#video-tile .featured-video
{
	border: 1px solid #5E663E;
	border: 1px solid rgba(0,0,0,0.35);
	cursor: pointer;
	display: block;
	position: relative;
}
#video-tile .featured-video img
{
	display: block;
	max-width: 100%;
	position: relative;
	text-decoration: none;
}

#video-tile .featured-video .play-icon
{
	background: url(/public/images/homepage/play-icon.png) center center no-repeat;
	display: block;
	height: 84px;
	padding: 6px;
	margin: -48px 0 0 -48px;
	position: absolute;
	left: 50%;
	text-indent: -9999px;
	text-transform: uppercase;
	top: 50%;
	width: 84px;
	z-index: 1000;
}
#video-tile .featured-video .play-icon:after
{
	content: "";
	background-image: url(/public/images/homepage/icon-circle.png);
	opacity: 0.35;
	filter: alpha(opacity=35);
}
#video-tile .featured-video:hover .play-icon:after
{
	opacity: 100;
	filter: alpha(opacity=100);
}

.rgba.borderradius #video-tile .featured-video .play-icon
{
	border: 6px solid rgba(255, 255, 255, 0.35);
	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	border-radius: 48px;
	padding: 0;
	-moz-transition: border-color 0.25s linear;
	-webkit-transition: border-color 0.25s linear;
	transition: border-color 0.25s linear;
}
.rgba.borderradius #video-tile .featured-video:hover .play-icon
{
	border-color: rgba(255, 255, 255, 1);
}
.rgba.borderradius #video-tile .featured-video .play-icon:after
{
	display: none;
}


/*#endregion*/

/*#region Twitter Tile*/

#twitter .homepage-tile-content
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 0 0 1em 0;
}
#twitter a
{
	color: #FFF;
	display: block;
	font-size: 1.5em;
	padding: 1em;
}
#twitter iframe
{
	display: block;
	max-height: 100%;
	max-width: 100%;
}
#twitter.open .homepage-tile-toggle
{
	display: none;
}
#twitter.open .homepage-tile-content-wrapper,
#twitter.open .homepage-tile-content
{
	padding: 0;
}
#twitter.open .homepage-tile-content-wrapper
{
	background: #333;
}

/*#endregion*/

/*#endregion*/

/*#region By The Numbers*/

#by-the-numbers
{
	background: #FFF;
	height: 500px;
	padding-top: 0;
	z-index: 9999;
}

#by-the-numbers .homepage-section-background
{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 710px;
}
#by-the-numbers .homepage-section-background img
{
	min-height: 710px;
	min-width: 100%;
	height: auto;
	width: auto;
}

#by-the-numbers-content
{
	bottom: 0;
	left: 0;
	padding-top: 37px;
	position: absolute;
	margin-top: 2.1%;
	top: 0;
	width: 100%;
}

#by-the-numbers h2.homepage-section-title
{
	margin-bottom: 1.6875em;
}

#by-the-numbers .circle
{
	border-radius: 7.5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	height: 15em;
	margin: 0 0.733em 1.867em 0.733em;
	padding: 2.667em 2em 0 2em;
	position: relative;
	text-align: center;
	width: 15em;
}
#by-the-numbers .circle:nth-child(4n)
{
	margin-right: 0;
}
#by-the-numbers .circle:nth-child(4n+1)
{
	margin-left: 0;
}
.no-nthchildn #by-the-numbers .circle
{
	margin-left: 8px;
	margin-right: 8px;
}

.csstransitions.csstransforms #by-the-numbers .circle
{
	-webkit-transition: -webkit-transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
}
.csstransitions.csstransforms #by-the-numbers .circle.done:hover
{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#by-the-numbers .circle.gold
{
	background-color: #CC9900;
	background-color: rgba(204,153,0,0.7);
}
#by-the-numbers .circle.white
{
	background-color: #FFF;
	background-color: rgba(255,255,255,0.7);
}
#by-the-numbers .circle.purple
{
	background-color: #53247F;
	background-color: rgba(83,36,127,0.7);
}

#by-the-numbers .circle span
{
	line-height: 1.4;
}
#by-the-numbers span.large-text
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 4.933em;
	font-weight: 700;
	line-height: 1;
}
#by-the-numbers .purple-text { color: #210B40; }
#by-the-numbers .white-text { color: #FFF; }
#by-the-numbers .gold-text { color: #CC9900; }

#by-the-numbers .circle hr
{
	border: 0;
	border-top: 1px dotted;
	height: 0px;
	background-color: transparent;
	color: transparent;
	margin: 0.4em 0;
}
#by-the-numbers .circle.gold hr
{
	border-top-color: #210B40;
	border-top-color: rgba(33,11,64,0.65);
}
#by-the-numbers .circle.white hr
{
	border-top-color: #CC9900;
	border-top-color: rgba(204,153,0,0.65);
}
#by-the-numbers .circle.purple hr
{
	border-top-color: #FFF;
	border-top-color: rgba(255,255,255,0.65);
}

/*#endregion*/

/*#region Next Steps*/

#next-steps
{
	text-align: center;
	z-index: 9999;
}

#next-steps .homepage-section-background
{
	background-attachment: fixed;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#next-steps .homepage-section-background img
{
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
}

#next-steps h2.homepage-section-title
{
	margin-bottom: 1.6875em;
}

.next-steps-section
{
	color: #FFF;
	display: inline-block;
	margin: 0 3em 5.6em 3em;
	text-align: center;
	vertical-align: top;
}

.flexbox #next-steps-wrapper
{
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;

	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;

	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexbox .next-steps-section
{
	/*display: block;*/
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 3em 5.6em 3em;
}

.next-steps-section img
{
	display: block;
	margin: 0 auto 2.4em auto;
	padding: 6px;
	text-decoration: none;
}
.next-steps-section img:after
{
	content: "";
	background-image: url(/public/images/homepage/icon-circle.png);
	opacity: 0.35;
	filter: alpha(opacity=35);
}
.next-steps-section:hover img:after
{
	opacity: 100;
	filter: alpha(opacity=100);
}

.rgba.borderradius .next-steps-section img
{
	border: 6px solid rgba(255, 255, 255, 0.35);
	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	border-radius: 48px;
	padding: 0;
	-moz-transition: border-color 0.25s linear;
	-webkit-transition: border-color 0.25s linear;
	transition: border-color 0.25s linear;
}
.rgba.borderradius .next-steps-section:hover img
{
	border-color: rgba(255, 255, 255, 1);
}
.rgba.borderradius .next-steps-section img:after
{
	display: none;
}

.next-steps-section span
{
	color: #FFF;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.7em;
	text-transform: uppercase;
}

/*#endregion*/

/*#region Program Search*/

#program-search
{
	background: #140530;
	border-top: 1px solid #512E7A;
	padding: 4.8em 0;
	position: relative;
	text-align: center;
	z-index: 10;
}
#program-search-box
{
	background: #FFF;
	border-radius: 6px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.75);
	display: inline-block;
	height: 5em;
	position: relative;
	width: 57.7em;
}
#program-search-box input
{
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: none;
	font-family: Lato, sans-serif;
	font-size: 1.5em;
	height: 100%;
	line-height: 3.333;
	padding-right: 3.467em;
	padding-left: 1em;
	position: relative;
	width: 100%;
	z-index: 1;
}
#program-search-box input::-ms-clear {
    display: none;
}
#program-search-box input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
#program-search-box button
{
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: none;
	bottom: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
#program-search-box button img
{
	vertical-align: middle;
}
#program-search em
{
	color: #FFF;
	display: inline-block;
	font-family: Bitter, serif;
	font-size: 1.8em;
	line-height: 2.778;
	margin: 0 0.5em;
}

#program-search .button.purple
{
	background: #53247f;
	border-radius: 6px;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
	color: #FFF;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.7em;
	line-height: 2.941;
	padding: 0 1em;
	text-shadow: -1px -1px 0 #000;
	text-transform: uppercase;
}

/*#endregion*/

/*#region Instagram Collage*/

#instagram-collage
{
	background: #000;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	height: 0;
	padding: 0 0 33.333% 0;
}
#instagram-collage ul
{
	display: block;
	list-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}
#instagram-collage li
{
	display: block;
	position: absolute;
}

#instagram-collage li[data-index="0"],
#instagram-collage li[data-index="1"],
#instagram-collage li[data-index="2"],
#instagram-collage li[data-index="3"],
#instagram-collage li[data-index="4"],
#instagram-collage li[data-index="5"],
#instagram-collage li[data-index="7"],
#instagram-collage li[data-index="8"]
{
	height: 50%;
	width: 16.667%;
}
#instagram-collage li[data-index="0"] { left: 0; top: 0; }
#instagram-collage li[data-index="1"] { left: 0; top: 50%; }
#instagram-collage li[data-index="2"] { left: 16.666%; top: 0; }
#instagram-collage li[data-index="3"] { left: 16.666%; top: 50%; }
#instagram-collage li[data-index="4"] { left: 33.333%; top: 0; }
#instagram-collage li[data-index="5"] { left: 33.333%; top: 50%; }
#instagram-collage li[data-index="7"] { left: 83.333%; top: 0; }
#instagram-collage li[data-index="8"] { left: 83.333%; top: 50%; }
#instagram-collage li[data-index="6"]
{
	height: 100%;
	left: 50%;
	top: 0;
	width: 33.333%;
}

#instagram-collage li a
{
	border: 2px solid #000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#instagram-collage li a,
#instagram-collage li img
{
	display: block;
	width: 100%;
}

#instagram-collage li a .caption
{
	background: #000;
	background: rgba(0,0,0,0.7);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
	color: #FFF;
	display: none;
	font-family: Bitter, serif;
	font-size: 1.7em;
	line-height: 1.5;
	max-height: 100%;
	overflow: hidden;
	padding: 1em;
	position: absolute;
	width: 100%;
	z-index: 100;
}

#instagram-collage li a:hover .caption
{
	display: block;
}

.opacity #instagram-collage li a .caption
{
	display: block;
	opacity: 0;
	-moz-transition: opacity 0.25s ease-out;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}

.opacity #instagram-collage li a:hover .caption
{
	opacity: 1;
}

/*#endregion*/

/*#region Spotlight*/

#spotlight
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 400px;
}

#news-slider
{
	position: relative;
	width: 100%;
}
#news-slider .wrapper
{
	overflow: hidden;
}
#news-slider-left-arrow,
#news-slider-right-arrow
{
	background-color: #FFF;
	background-color: rgba(255,255,255,0.6);
	border-radius: 25px;
	display: block;
	height: 50px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 9999;
}
#news-slider-left-arrow span,
#news-slider-right-arrow span
{
	background: url(/public/images/homepage/news-nav-arrows.png) no-repeat;
	display: block;
	height: 28px;
	left: 17px;
	position: absolute;
	text-indent: -9999px;
	text-transform: uppercase; /* IE text-indent bug fix */
	top: 11px;
	width: 15px;
	z-index: 9999;
}
#news-slider-left-arrow
{
	left: 20px;
}
#news-slider-right-arrow
{
	right: 20px;
}
#news-slider-left-arrow span
{
	background-position: 0 0;
}
#news-slider-right-arrow span
{
	background-position: -15px 0;
}

#news-container
{
	left: 0;
	margin-left: -23px;
	position: relative;
	white-space: nowrap;
}

.news-item
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding-left: 23px;
	width: 33.333%;
}
.news-item:first-child
{
	margin-left: 0;
}
.news-item p
{
	margin: 0 0 1em 0;
	text-align: left;
	white-space: normal;
}
.news-item img
{
	display: block;
	margin: 0 0 1em 0;
}
.news-item .news-date
{
	color: #53247F;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
}
.news-item .news-title
{
	font-family: Bitter, serif;
	font-size: 1.7em;
}
.news-item .news-body
{
	font-family: Lato, sans-serif;
	font-size: 1.4em;
}
.news-item .news-link
{
	color: #CC9900;
	font-family: Bitter, serif;
	font-size: 1.3em;
	font-weight: 700;
}
.news-item .news-link a:link { color: #CC9900; }
.news-item .news-link a:visited { color: #CC9900; }
.news-item .news-link a:hover { color: #CC9900; }
.news-item .news-link a:active { color: #CC9900; }

/*#endregion*/

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