<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #FFFFFF;
	margin: 0;
}
/*********************** Breadcrumb Menu *********************/

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px 1px;
  list-style: none;
  /*background-color: #eee; */
  border-style: none none solid none;
  border-width: thin;
  border-color: #D3D3D3;
  margin-bottom: 25px;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-family: Source Sans Pro, Helvetica, Arial, "sans-serif";
  font-size: 12px;
  color:#181818; 		/* darkgray */
  font-weight: bold;
}
/* Add a pipe symbol (|) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 10px;
  color: #D3D3D3;		/* light gray */
  font-weight: bold;
  content: "|\00a0";
}

/* Add a color to all links inside the list  */
ul.breadcrumb li a {
  /*color:rgba(99,93,157,1.00);*/
  color: #663399;
  text-decoration: none;
}
ul.breadcrumb li a:visited {
  /*color:rgba(99,93,157,1.00);*/
  color: #663399;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color:#A6D5CA;
  text-decoration: none;
}

/***********************   Font Styles   *********************/

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.underline {
  text-decoration: underline;
}
.normal { 
  font-weight: normal;
}
.bold { 
  font-weight: bold;
}
.semibold { 
  font-weight: 600;
}
.red {
  color: #b90000;
}

.purple {
  color: #663399;
  /*color: rgba(99,93,157,1.00);*/
}

.green {
color: #499c89
}

.darkGrayFont {
color: #5D5E5D
}

.openSans {
  font-family: Source Sans Pro, Helvetica, Arial, "sans-serif";
  /*line-height: 1.6;*/
}

.merri {
  font-family: merriweather, Cambria, Georgia, Times, "Times New Roman", "serif"
}
.bigger {
  font-size: 36px;
}
.big-24 {
  font-size: 24px;
  
}
.big {
  font-size: 18px;
}
.regular {
  font-size: 16px;
}
.small-14 {
  font-size: 14px;
}
.small {
  font-size: 12px;
  margin-top: -1.05em;
}
.italic {
  font-style: italic;
}
.title {
	font-size: 28px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}

ul {list-style-type: square}

ul.noIndent {
  	margin-left: .7em;
  	padding-left: .7em;
	list-style-type: circle;	
}

a:link {
  /*color: rgba(99,93,157,1.00);*/
	color: #663399;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
 /* color: rgba(99,93,157,1.00);*/
	color: #663399;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  
  background-color: transparent;
  text-decoration: underline;
}


/***********************   Meeting Table   *********************/

.meetings {
  border-collapse: collapse;
  width: 100%;
}

.meetings td {
  	font-family: Source Sans Pro, Helvetica, Arial, "sans-serif";
	font-size: 14px;
	border: 1px solid #ddd;
  	text-align: center;
  	padding:10px;
}

.meetings tr:nth-child(even){background-color: rgba(99,93,157,.10);}

.meetings th {
 	padding-top: 5px;
  	padding-bottom: 5px;
  	/*background-color: rgba(99,93,157,1.00);*/
	background-color: #663399;
  	color: white;
  	border: 1px solid #ddd;
	text-align: center;
	font-family: Source Sans Pro, Helvetica, Arial, "sans-serif";
	font-size: 14px;
	}


/***********************   Email Table   *********************/

.dailyEmail td {
  	font-family: Source Sans Pro, Helvetica, Arial, "sans-serif";
	text-align: left;
	padding: 4px;
}
.dailyEmail th {
  	font-family: Source Sans Pro, Helvetica, Arial, "sans-serif";
	text-align: left;
	padding-bottom: 7px;
	background-color: #FFFFFF;
 }
.dailyEmail tr:nth-child(even){background-color: rgba(99,93,157,.10);}

/***********************   Containers   *********************/
.darkgray {
	background-color: #666;
  	padding: 3px 3px 3px 10px;
  	color: white;
}
a.darkgray:link {
  padding-left: 0px;
	color: #ffffff;
  background-color: transparent;
  text-decoration:underline;
}
a.darkgray:visited {
  color: #ffffff;
  background-color: transparent;
  text-decoration:underline;
}
a.darkgray:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration:underline;
}
a.darkgray:link {
  padding-left: 0px;
	color: #ffffff;
  background-color: transparent;
  text-decoration:underline;
}
a.darkgray:visited {
  color: #ffffff;
  background-color: transparent;
  text-decoration:underline;
}
a.darkgray:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration:underline;
}

.tab {
	margin-left: 20px;
}
ul.links li {
  padding: 10px 12px;
  display: inline;
  font-size: 15px;
  
}

/***********************   Accordion   *********************/

.accordion {
  background-color: #ccc;
  color: #8456A7;
  cursor: pointer;
  padding: 5px;
  margin: 1px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #eee;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordionStatic {
  background-color: #eee;
  color: #8456A7;
  cursor: pointer;
  padding: 5px;
  margin: 1px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 18px;
}

/* simpleGridTemplate */
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background-color: #FFFFFF;
}
.hotlineContainer {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 125px;
}
/* Header */
header {
	width: 100%;
	height: 8%;
	background-color: #663399;
	/*background-color: rgba(99,93,157,1.00);*/
	/*background-color: #5D5E5D;
	border-bottom: 1px solid #353635;*/
}

.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	/*padding-top: 15px;*/
	line-height: 2em;
	font-size: 22px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.hotline {
	/*color: rgba(99,93,157,1.00);*/
	color: #663399;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*padding-top: 15px;*/
	font-size: 24px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	line-height: 1.9 em;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
.hero_header2 {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
	padding-top: 20px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 25px;
	padding-top: 0px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	height: 70px;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 40px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 40px;
	border-bottom: 4px solid #A6D5CA;
	transition-property: font-size;

}
.thumbnail:hover {
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-size: 16.75px;
}

.gallery .thumbnail h4 {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	/*color: rgba(99,93,157,1.00);*/
	color: #663399;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
.gallery .thumbnail a {
	text-decoration: none;
	
}

.thumbnail-hotline {
	width: 18.5%;
	height: 150px;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 40px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding: 20px;
	border-bottom: 4px solid #A6D5CA;	
}
.thumbnail-hotline h4 {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
  	/*color: rgba(99,93,157,1.00);*/
	color: #663399;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.thumbnail-hotline p {
	margin: 0;
	color: #5D5E5D;
	text-align: left;
	padding-left: 5px;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
}
.thumbnail-hotline a {
	text-decoration: none;
}
.thumbnail-hotline:hover {
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.thumbnail-dvam {
	width: 18%;
	height: 300px;
	text-align: center;
	float: left;
	margin-top: 35px;
	margin-bottom: 35px;
	background-color: #F8F8F8;
	/*padding-bottom: 40px;*/
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	/*padding: 20px;*/
	border-bottom: 4px solid #A6D5CA;

}
.thumbnail-dvam h4 {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	/*color: rgba(99,93,157,1.00);*/
	color: #663399;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.thumbnail-dvam h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #663399;
	/*color: rgba(99,93,157,1.00);*/
	text-align: center;
/*	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;*/
}
.thumbnail-dvam p {
	margin: 0;
	color: #5D5E5D;
	text-align: left;
	padding-left: 5px;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
}
.thumbnail-dvam a {
	text-decoration: none;
	font-size: 14px;
}
/*.thumbnail-dvam:hover {
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/

.footer-hotline {
	background-color: #B3B3B3;
	padding: 20px;
	color: #FFFFFF;
}
.footer-hotline h1{
	/*color: rgba(99,93,157,1.25);*/
	color: #663399;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1.1em;
}
.footer-hotline h6 {
	background-color: #B3B3B3;
	color: #fffff;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1em;
	
}
.footer-hotline a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-hotline a:hover {
	color: #635d9d;
	cursor: pointer;
}

.left_article {
	/*background-color: #FFFFFF;*/
	width: 60%;
	float: left;
	font-family: Source Sans Pro, Helvetica, Arial, "sans-serif";
	color: #343434;
	/*padding-top: 15px;*/
	padding-left: 20px;
	}
.left_article h3{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.right_article {
	width: 35%;
	float: right;
	margin-top: 20px;
	background: #f8f8f8;
 	/*align-content: center;*/
	padding-left: 10px;
	padding-right: 10px;
	
}

.right_article h3{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
/* More info */
.intro {
	width: 100%;
	background-color: #F8F8F8;
	padding-bottom: 25px;
	padding-top: 10px;
	line-height: 1.5em;
}
.intro h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #343434;
}
.intro li {
	color: #343434;
	margin-right: 20px;
}
.columnSub1 {
	width: 40%;
	text-align: center;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}
.columnSub2 {
	width: 58%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	/*margin-top: 25px;*/
	/*float: left;*/
	margin: auto;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}

.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
	
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.intro p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	line-height: 25px;
	margin-left: 20px;
	margin-right: 20px;
	width: 90%;
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Source Sans Pro";
}
.button {
	width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	text-decoration: none;
}
.button:hover {
	background-color: #A6D5CA;      
	/*background-color: #663399;*/
	color: #FFFFFF;
	cursor: pointer;
}
.button:visited {
	text-decoration: none;
}
.button a {
	background-color: #A6D5CA;      /* green */
	/*background-color: #663399;*/
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}

.contact {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	margin-bottom: 40px;
}
footer {
	background-color: #B3B3B3;
	/*background-color: #ab80d5;  */
	padding-top: 20px;
	padding-bottom: 20PX;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
</pre></body></html>