<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

.container {
	margin: 10px auto;
} 

/* Header */
.header {
	position: relative; margin-top: 10px; margin-bottom: 20px;
}

.header .nav-open-button {
    display: none
}

.brand {
	float: left;
}

.header h1 img {
	display: block;
	margin-left: 30px;
}


/* Navigation */
.navigation {
	float: right;
}
.navigation ul {
    /*float: right; margin:23px -12px 0 0;*/ position:absolute; bottom:0; right:0;
}
.navigation li {
    float: left;
    padding-bottom: 17px;
    margin: 0 5px;
    padding-bottom: 0;
    position: relative;
    white-space: nowrap;
}
	.navigation li a {
	    font-size: 15px;
	    padding: 12px 8px 0;
	    font-weight: 300;
	    letter-spacing:0;
	    display: block;
	    text-decoration: none;
		/* font-family: auto; */

		@media (max-width: 959px) and (min-width: 768px) {
			font-size: 12px;
		}
	}
		.navigation li.last a {
			padding-right: 30px;
		}
	.navigation li a:hover,
	.navigation li.section a,
	.navigation li.current a {
	    color: #424242;
	}
.utility ul {
    position:absolute; top:-12px; right:0;
}
.utility li {
    float: left;
    padding-bottom: 17px;
    margin: 0 5px;
    padding-bottom: 0;
    position: relative;
    white-space: nowrap;
}
	.utility li a {
	    font-size: 12px;
	    padding: 12px 8px 0;
	    font-weight: 300;
	    letter-spacing:0;
	    display: block;
	    text-decoration: none;
	}
		.utility li.last a {
			padding-right: 30px;
		}
	.utility li a:hover,
	.utility li.section a,
	.utility li.current a {
	    color: #424242;
	}

/*** Secondary Nav ***/
.secondary a {
	text-decoration: none;
}

aside h3 {
	text-transform: none;
	margin-bottom: 10px;
	padding: 0;
	line-height: 18px;
	font-size: 18px;
}

.secondary ul {
	margin-left: 10px;
}

.secondary ul li {
	font-size: 18px;

}

	.secondary ul li.section a,
	.secondary ul li.current a,
	.secondary ul li a:hover {
		color: #424242;
	}

		/* second level nav */
		.secondary ul li ul {
			display: none;
		}
		.secondary ul li.section ul,
		.secondary ul li.current ul {
			display: block;
		}

		.secondary ul ul {
			margin-left: 10px;
		}

		.secondary ul ul li {
			margin: 14px 0;
			padding: 0;
			line-height: 18px;
		}

		.secondary ul li li a,
		.secondary ul li.section li a,
		.secondary ul li.current li a {
			color: #767676;
			font-size: 16px;
		}

		.secondary ul li li a:hover,
		.secondary ul li li.section a,
		.secondary ul li li.current a {
			color: #424242;
		}

/* prev-next links on SlidePage */
.prevnext {
	margin-bottom: 30px;
}


/* Content */
.layout {
	background: #f3f3f3;
	background: rgba(243,242,227,0.6);
	min-height: 600px;
	/* font-family: "minerva-modern", sans-serif; */
}

.layout .main {
	float: right;
}

.content {
	padding: 20px 30px;
}
.rightcol {
	padding: 10px 30px 10px 0;
}
.leftcol {
	padding: 10px 0 10px 30px;
}

.breadcrumbs {
	padding-bottom: 40px;
	color: #424242;
	font-size: 14px;
}
	.breadcrumbs a {
		text-decoration: none;
	}

/* Aside */
aside h3 {
	font-size: 18px;
}
	aside h4 {
		font-size: 16px;
		color: #424242;
	}

/* SlideShow */
.flexslider {
	background: none !important;
	border: none !important;
	border-radius: 0;
	box-shadow: none !important;
}
.flexslider img {
	display: block;
}

.slideshow {
	width: 360px;
	padding: 0
}
	.flexslider {
		margin: 0 0 40px !important;
	}

/* Home Page */
.home .slideshow {
	width: 700px;
	display: block;
	margin: 75px auto 75px;
}
	.flexslider .flex-caption {
		margin: 10px 0;
		text-align: center;
	}


/* Footer */
.footer {
	padding: 20px 0 0;
}
	.footer ul {
	    display: inline;
	    margin: 0;
	    padding: 0 0 0 20px;
	}

		.footer ul.footerNav {
			padding-left: 0;
		}

		.footer li {
		    display: inline
		}
	.ie6 .footer li,
	.ie7 .footer li {
	    display: inline;
	    zoom: 1;
	    margin-right: 10px;
	}

	.footer li a {
		text-decoration: none;
		padding: 0 24px 0 0;
		font-size: 14px;
		font-weight: 300;
		letter-spacing: 0;
	}

	.footer .copyright {
		padding-top: 11px;

	}
		.footer .copyright span {
			padding-right: 30px;
		}

/* #Page Styles
================================================== */

.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

.float-right {
	float: right;
	margin: 0 0 20px 20px;
}

/* Staff Page */
.staff-container{
	margin-top: 20px;
    margin-left: -15px; margin-right: -15px;
}

.staff-member{
	float: left;
    width: 33.3333%;
    padding: 0 15px;
	margin: 0px 0px 5px 0px;
    box-sizing: border-box;
    word-break: break-word;
}
.staff-container .show-twos {display: none;}
@media (max-width: 992px) {
    .staff-member{width: 50%;}
    .staff-container .show-threes {display: none;}
    .staff-container .show-twos {display: block;}
}
@media (max-width: 768px) {
    .staff-member{width: 100%;}
    .staff-container .show-threes {display: block;}
    .staff-container .show-twos {display: block;}
}


.staff-pic {
	background-color: rgba(0,0,255,0.5);
	width: 100px;
	height: 105px;
	border: 1px solid black;
	margin-bottom: 10px;
}

/* images */
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}


/* Landing Page */
.children {
	margin: 30px 0 0;
/*	columns:200px 3;
	-webkit-columns:200px 3
	-moz-columns:200px 3; */
}
	.children .column {
		display: block;
		margin: 0;
	}

	.children .column ul { padding-right: 10px; }



/* YOUTUBE EMBEDED VIDEO RESPONSIVE RESIZING */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* #Typography
================================================== */



/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

		/* footer */
		.footerlinks,
		.copyright {
			display: block;
			width: 100%;
		}

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

		/* footer */
		.eleven.columns.footerlinks,
		.five.columns.copyright {
			display: block;
			width: 100%;
		}

		/* slideshow */
		.slideshow {
			width: 52%;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {



	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.header h1 img {
			margin-left: 15px;
		}

		/* Navigation */
		.navigation {
			margin-bottom: 10px;
			margin-top: 25px;
		}
		.navigation ul {
		    float: left;
		    clear: both;
		    position: relative;
		    margin: 0 15px 0;
		    white-space: nowrap;
		    right: auto;
		}
			.navigation ul li {
			    padding-bottom: 0;
			    white-space: nowrap;
			    margin: 0 30px 10px 0;
			}
				.navigation ul li a {
				    padding: 0;
				}

		.slideshow {
			width: 100%;
		}
		.slideshow.float-right {
			float: none;
			display: block;
			margin: 0 0 10px;
		}

		.home .slideshow {
			width: 100%;
			margin: 0;
		}

		.content,
		.rightcol,
		.leftcol {
			padding: 15px;
		}

		.footer ul {
			padding-left: 15px;
		}
		.footer li a {
			padding-right: 15px;
		}

		.footer .copyright span {
			padding-right: 15px;
		}



	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.container {
			margin: 0 auto 20px;
		}

		.header h1 img {
			margin-left: 10px;
		}

		.brand {
			float: none;
		}

		/* Navigation */
		.navigation {
			float: left;
			margin-top: 25px;
		}

		/*
		.navigation .nav-open-button {
		    z-index: 100;
		    width: 20px;
		    height: 20px;
		    position: absolute;
		    right: 20px;
		    top: 32px;
		    display: block;
		    cursor: pointer;
		    font-family: 'WebSymbolsRegular';
		    font-size: 20px;
		    color: #ededed;
		}
		*/

		ul{

		}
		li{

		}
		.navigation ul {
		    z-index: 10;
		    position: relative;
		    /*display: none;*/
		    float: left;
		    margin: 0 0 10px !important;
		    padding: 0;
		    white-space: normal;
		    width: 300px;
		    display: table;
		    border: 0 solid #EEE;
		    border-width: 0 0 1px 1px;

		}
			.navigation ul li {
			    width: 100px;
			    margin: 0 !important;
			    float: left;
			    background: none;
			    position: relative;
			    text-shadow: 0 1px #fff;
			    display: table-cell;
			    text-align: center;
			}

			.navigation ul li a {
				display: block;
				padding: 5px 10px;
				border: 0 solid #EEE;
			    border-width: 1px 1px 0 0;
			    font-size: 13px;
			}
				.navigation ul li.last a {
					padding-right: 10px;
				}
			/*
			.navigation ul li:after {
			    content: '\003e';
			    display: block;
			    position: absolute;
			    right: 20px;
			    top: 0px;
			    font-family: 'WebSymbolsRegular';
			    font-size: 14px;
			    color: #999;
			    text-align: center;
			    vertical-align: middle;
			    line-height: 38px;
			}
			*/
			.navigation ul li a:hover,
			.navigation ul li.current a,
			.navigation ul li.section a {
			    color: #424242;
			    border-radius: 0 !important;
			    background: #e7e7e7 !important;
			}
			.navigation ul li a:hover {
			    color: inherit
			}

		.content,
		.rightcol,
		.leftcol {
			padding: 10px 10px;
		}


		/* slideshow */
		.slideshow {
			width: 100%;
		}
		.slideshow.float-right {
			float: none;
			display: block;
			margin: 0 0 10px;
		}

		.home .slideshow {
			width: 100%;
			margin: 0;
		}
			.flexslider .flex-caption {
			margin: 5px 0;
		}

		/* forms */
		input[type="text"],
		input[type="password"],
		input[type="email"],
		textarea,
		select {
			width: 90%;
		}

		.footer {
			padding: 0;
		}

		/* footer */
		.footer ul {
			float: none;
			display: block;
			padding-left: 0;
			border: 1px solid #EEE;
		}

			.footer ul.footerSocial {
				padding-top: 10px;
				border-bottom: none;
			}

		.footer li {
			display: block;
			float: none;
			width: 100%;
			border-bottom: 1px solid #EEE;
			border-top: none;
			margin: 0;
		}
		.footer li a {
			padding: 5px 10px;
		}



		.footer .footerNav {
			margin: 0 0 10px;
		}
		.footer .footerNav li a {

			display: block;
		}

		.footer .footerSocial li {
			border-bottom: none;
		}

		.footer .copyright {
			text-align: center;
		}

		.footer .copyright span {
			padding-right: 10px;

		}

	}

/* Overrides Cookie Banner Color Scheme*/
#truste-consent-track { 
	background-color: rgba(243,242,227,1)!important;
}
	#truste-consent-track .truste-button2, #truste-consent-track .truste-button1 {
		background: #fff;
		color: rgb(118,118,118);
		border: 1px solid transparent;
		border-radius: 0;
		margin-bottom: 0;
	}

	#truste-consent-track .truste-button2:hover, #truste-consent-track .truste-button1:hover {
		background: #000;
		color: #fff;
		border: 1px solid #000;
	}

	#truste-consent-track .truste-cookie-link { color:rgb(0,0,0); }
	#truste-consent-track #truste-consent-text { color:rgb(0,0,0); }</pre></body></html>