@charset "UTF-8";
/* CSS Document */

body {
  margin: 0 5% 0 5%;
  padding: 5px;
  background: #F5FAFA;
  color: black;
font-size: 1rem;
 font-family: 'Joan', serif;
}

h1, h2, h3, h4, h5, h6 { margin-bottom: 0; padding-bottom: 0 }

 H1  {
	color: #6D929B;
	font-size: 1.6em;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	margin: 0px;
}

h3	{
	padding-bottom: 0;
	margin-bottom: 0;
	    font-family: 'Noto Sans', sans-serif;
	font-size: 1em;
	}
	
h6	{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1em;
	background-color: #CCCCCC;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
} 
 
 
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img { 
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.calendar_dates{
   color: #5c6b73;
	font-size: 1em;
	font-family: 'Joan', serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	margin: 20px;
}



.calendar_title{
   
   color: #324046;
	font-size: 1rem;
	    font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.calendar_subtitle{
   
   color: #324046;
	font-size: 1rem;
	font-family: 'Noto Sans', sans-serif;
	margin-left: 20px;
}

.calendar_content{
    background-color: #B0C4DE;
	padding-left: 0rem;
	padding-top: .8rem;

   
}

.calendar_content_odd{
    background-color: #B0C4DE;

}
 

.topnav {
  overflow: hidden;
  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #455b67;
  color: white;
}

.topnav .icon {
  display: none;
}

p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
}


 a:link  {
	color: #666;
	font-weight: 500;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 1px
}
 a:active  { 
 	color: #0878B1; 
 
 	}
 
 a:visited    {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 1px
}

 a:hover   { 
 	color: #0878B1; 
 	text-decoration: underline; 
 	margin-top: 0; 
 	margin-bottom: 1px }
 	

 li{
	list-style-image: url(images/green_bullet.jpg);
	list-style-position: outside;
	 margin-left: 4em;
	padding: 5px;
}

				
table {
    border-collapse: collapse;
    width: 100%;
}

tr:nth-child(even) {background-color: #f2f2f2}

table, th, td {
    border: 1px solid black;
    padding: 15px;
    text-align: left;
     border-bottom: 1px solid #ddd;
}

th {
    text-align: left;
}

td {
    height: 50px;
    vertical-align: bottom;
}

footer {
	padding: 20px 30px;
	background-color: #DCDADA;
}
.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}
 
/* accordion */
.collapsible {
  background-color: #EBECF0;
  color: #000;
  cursor: pointer;
  padding: 1px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.4rem;
	font-family: 'Joan', serif;
}

.active, .collapsible:hover {
  background-color: #FFFFFF;
	color: black;

}

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

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

.title_collapsible {
	color: #565353;
	font-size: 1.2rem;
}

.content {
  padding: 0px 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.content_abstract {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  text-align: left;
	font-size: 1rem;
  transition: max-height 0.3s ease-out;
    padding: 0 18px;
  background-color: #f1f1f1;
}


/* END accordion */

/*FORMATTING */
.everypage-container
{
	color: #000;
	line-height: 160%;
	margin: 2rem;
}

.everypage-container li
{
	line-height: 230%;
	margin: 0rem, 3rem;
}

.everypage-container a
{
	color: #669999;
	font-weight: bold;
}

.everypage-container p
{
	margin-bottom: 2rem;
	margin-top: 2rem;
}


/*inside accordion */
.collapse-container 
	{
		    font-family: 'Noto Sans', sans-serif;
		color: #928F8F;
		line-height: 200%;
		text-align: center;
		text-transform: uppercase;
}

.collapse-container a
	{
		font-family: 'Joan', serif;
		color: #928F8F;
		line-height: 160%;
		text-align: center;
		text-transform: uppercase;
}

.collapse-container a:hover
	{
		text-decoration: underline;
}

.collapse-container-header
	{

		margin-bottom: 1rem;
		padding-bottom: 1rem;
}
/*inside accordeon END*/ 
 
 
 
 
 
 
 
 
 
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	
p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
}	
	
 li{
	list-style-image: url(images/green_bullet.jpg);
	list-style-position: outside;
	 margin-left:1em;
	padding: 5px;
}	
	
}
