@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,1);
	font-size: 100%;
	line-height: 1.4;
	background-color: rgba(70,29,124,1);
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
	width: auto;
	height: 30px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	text-align: left;
}

.top-content {background-color: inherit; width: 100%; margin: 2em 0em; text-align: center; color: black; float: left; display: block;}

.home-content {bakcground-color: white; width: 48%; height: 600px; overflow: scroll; float: left; padding: 1%; margin: 5% 1%; box-shadow: 2px 2px 5px 0 rgba(0,0,0,1);}

.home-content2 {bakcground-color: white; width: 48%; height: auto; float: left; margin: 5% 1%; box-shadow: 2px 2px 5px 0 rgba(0,0,0,1);}

.partner-link {margin: 2em; float: left; width: 100%;}

.link-button {background-color: rgba(70,29,124,1); color: white; padding: 1em; margin: 1em; text-align: center; float: left; box-shadow: 2px 2px 10px 2px rgba(70,29,124,1); -webkit-box-shadow: 1px 1px 10px 2px rgba(70,29,124,1); font-size: 1.1em; cursor: pointer; display: inline-block; text-decoration: none;}

.link-button a {color: white; text-decoration: none;}

.partner-logo {float: left; margin: 1em 2em;}

p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	font-family: 'PT Sans', sans-serif;
	color: #191818;
	text-align: left;
	font-size: 1.1em;
}
a img { 
	border: none;
}

a:link {
	color: #421B75;}

h2 a:link {text-decoration: underline; color: #421B75; transform: none;}

h3 a:link {text-decoration: underline; color: #421B75; transform: none;}

a:visited {
	color: #0066CC;
	text-decoration: underline;
}

#grid-1 {
  width: 31%;
  float: left;
  margin: 10px;
}

#grid-2,#grid-3,#grid-4 {
  width: 31%;
  float: left;
  height: 500px;
  overflow: scroll;
  margin: 5% 1%;
}

#contact-box {float: left; background-color: white; width: 31%; height: 500px; overflow: scroll; margin: 1%; padding: 1%; box-sizing: border-box;}

@media screen and (max-width: 600px) {
	#contact-box {width: 96%; margin: 1%; padding: 1%; float: none; box-shadow: 0px 2px 5px 2px rgba(0,0,0,1);}
.home-content {width: 97%; margin: 10% 1.5%; float: none; height: auto;}
.home-content2 {width: 97%; float: none; margin: 10% 1.5%;}
#grid-1,#grid-2,#grid-3,#grid-4 {width: 96%; margin: 2%; float: none; height: none;}
}

.editor-panel-label {background-color: rgba(70,29,124,1); padding: 1em; text-align: center; color: white;}

.editor-panel-label h2 {color: white; text-align: center;}

a:hover, a:active, a:focus { 
	text-decoration: underline;
	color: #787777;
	transform: translate(1,1);
}

/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	max-width:960px; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: rgba(255,255,255,1.00);
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	width: 100%;
	height: auto;
	color: rgba(0,51,153,1);
	background-color: rgba(70,29,124,1);
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: large;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-position: 0% 0%;
	z-index: 5;
}

.sidebar1 {
	float: left;
	width: 164px;
	padding-bottom: 0px;
	/* [disabled]box-shadow: 0px 4px 4px #333; */
	margin-top: 1px;
	margin-left: 1px;
}
.content {
	width: auto;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
}
aside {
	float: left;
	max-width: 175px;
	background-color: #4675FF;
	color: rgba(255,255,255,1);
	margin-top: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	/* [disabled]padding-left: 5px; */
	border-radius: 8px;
	box-shadow: 0px 5px 5px #333;
	margin-right: 0px;
	margin-bottom: 10px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}


/* ~~ The footer ~~ */
footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: rgba(255,255,255,1);
	color: rgba(0,51,153,1);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: 100%;
	border-top: solid thick #4b3961;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

header, section, footer, aside, nav, article, figure {
	display: block;
	z-index: 10;
}
#label {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: rgba(255,255,255,1);
	float: left;
	height: auto;
	width: 100%;
	background-color: rgba(70,29,124,1);
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	margin-top: -15px;
	padding-top: 5px;
}

#label a {text-decoration: none; color: #F0C32A}
.container .content section #story-box h3 {
}


a {
		color: #06c;
	}
	
	
#search {
	max-width: 300px;
	padding-right: 0px;
	margin-top:10px;
	margin-right: 10px;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
}

.container2 {
	width: 960px;
	background-color: #FFF;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


#content5 {
width: 100%; 
height: auto; 
float: left; 	
}

#section-label {
padding: 5px; 
margin: 10px; 
font-size: 15px; 
border-top: blue solid 2px; 
border-bottom: blue solid 2px;
color: grey;
width: auto;
height: 25px;
}

#section-label a {
	font-size: 15px;
	text-decoration: underline;
	text-transform: uppercase;	
}


#section-label a:hover {
	font-size: 15px;
	text-decoration: underline;
	text-transform: uppercase;	
}

.tabs {
  position: relative;   
  height: 1200px;
  clear: both;
  margin: 25px 0;
width: 90%;
}
.tab {
  float: left;
}
.tab label {
  background: #666; 
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  color: white;
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px 5px;
  border: 1px solid #ccc; 
  width: 98%;
  height: auto;
  overflow: scroll;
}
[type=radio]:checked ~ label {
  background: white;
  color: #666;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}
.tab .content li {
	list-style-type: circle;
}

.topnav {
  overflow: hidden;
  background-color: rgba(70,29,124,1);
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 18px;
  text-decoration: none;
  font-size: 17px;
	border-right: #eee solid thin;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 18px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
	border-right: solid white thin;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

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

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 768px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: left;
    display: block;
  }

}

@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

#social-icons {
	float: right;
	width: 200px;
	margin-right: 0px;
	margin-left: 20px;
	/* [disabled]text-align: right; */
	margin-bottom: 10px;
}

#story-box {
	color: rgba(0,0,0,1);
	float: left;
	width: 575px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 8px;
	margin-bottom: 12px;
	padding-right: 12px;
    margin-right: 10px;
	border-radius: 8px;
}

#story-box p {font-size: 15px;}

hr {border-top: #333 1px solid;}

.note {margin: 10px 0px; float: left; border-radius: 5px; display: block; background-color: #eee; width: 100%;}

.update {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: rgba(255,255,255,1);
	float: left;
	height: auto;
	width: 100%;
	background-color: rgba(70,29,124,1);
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	margin-top: -15px;
	padding-top: 5px;
}

@media only screen and (max-width:600px) {
	#label {display: none;}
    #content3 {width: 98%; margin: 1%}
    #story-box {background-color: white; width: 98%; margin: 1%; float: left;}
}


.accordion {
  background-color: rgba(70,29,124,1);
  color: #fff;
  cursor: pointer;
  margin: 1%;
  width: 98%;
  border-bottom: 1px #eee solid;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: rgba(50,29,120,0.9); 
}

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

.active:after {
  content: "\2212";
    color: #eee;
}

.panel {
  padding: 0 5px;
  display: none;
  background-color: inherit;
  overflow: hidden;
}

.panel.show {display: block;}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  background-color: rgba(70,29,124,1);
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Caption text */
.text {
  color: #000;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
