@charset "UTF-8";
/* Body */
body {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    background-color: #F5F5F5;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: lighter;
}
staffcontainer {
display:block}
/* Container */
.container {
    float: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.ruraltable {
    vertical-align: top;
}
.container .container .mural {
    text-align: left;
    font-size: 12px;
    vertical-align: top;
}
/* Navigation */
header {
    width: 100%;
    background-color: #ee5544;
}
.logo {
    color: #fff;
    font-weight: bold;
    text-align: undefined;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
nav {
	center: auto;
	width: 100%;
    float: center;
    text-align: left;
}
header nav ul {
    list-style: none;
}
nav ul li {
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    margin-right: 35px;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.3s linear;
}
ul li a {
    color: #FFFFFF;
    text-decoration: none;
}
ul li:hover a {
    margin: auto;
    text-decoration: underline;
}
/* Navbar container */
.navbar {
    overflow: hidden;
    background-color: #EE5544;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px
}

/* Links inside the navbar */
.navbar a {
    alignment-baseline: baseline;
	float: left;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: white;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
	padding-right: 30px;
    text-decoration: none;
}

/* The dropdown container */
.dropdown {
  text-align: left;
  float: right;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: hsla(0,0%,100%,1.00);
  color: white;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #333;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
  padding: 5px 8px;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.hero_header {
    text-align: left;
    letter-spacing: 4px;
    font-size: 32px;
    text-shadow: 1px 1px white;
	padding-left: 50px;
	padding-right: 50px;
;
}
/* Hero Section */
.hero {
    background-image: url("../images/abc-collage-hori2.png");
    background-size: 100%;
    padding-top: 39%;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
    font-size: 100%;
    color: #242424;
    margin-top: 4px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-left: 100px;
    margin-right: 100px;
}
/* About Section */
.text_column {
    font-size: 18px;

}
.about {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
    display: inline-block;
    background-color: #FFFFFF;
    margin-top: 0px;
}
/* Stats Gallery */
.stats {
    color: #000000;
    margin-bottom: 5px;
    text-align: center;
}
.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    /* [disabled]min-width: 400px;
*/
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}
.thumbnail {
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #000000;
}
/* Parallax Section */
.banner {
    background-color: #2D9AB7;
    background-image: url(../images/parallax.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}
.parallax {
    color: #FFFFFF;
	vertical-align: middle;
    text-align: center;
    letter-spacing: 2px;
	padding-top: 20px;
}
.parallax_description {
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    width: 30%;
    float: center;
    vertical-align: middle;
    font-weight: normal;
    line-height: 23px;
    margin-top: 49px;
    margin-right: 49px;
    margin-bottom: 49px;
    margin-left: 536px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 0px;
}
.footer_column {
	font-size: 18px;
	width: 33%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
    color: #000000;
    text-align: center;
}
footer .footer_column p {
    color: #000000;
    background-color: #FFFFFF;
}
.cards {
	height: auto;
	max-width: auto;
}
footer .footer_column p {
    
	padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    line-height: 25px;
    font-weight: lighter;
    margin-left: 20px;
    margin-right: 20px;
}
.button {
    width: 200px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 0px;
    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;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: dimgrey;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
    background: colo;
	font-size: 20px;
	padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    text-align: center;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
.help {
    font-family: desktop;
    font-size: 12px;
}
.abc {
	color: white;
	font-size: 2rem;
	font-weight: 400;
}
.container .celebrating {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}
tbody tr th {
    font-weight: 100;
    text-align: left;
    vertical-align: top;
}
tbody tr .feedback {
    background-color: #eb4c39;
    color: white;
}
tbody tr .flyer {
    vertical-align: top;
}
tbody tr .muralproj {
    vertical-align: top;
}
.video {
    float: right;
    padding-left: 10px;
}
.rural {
    background-color: #1c924c;
}
.container p .image_rural {
    padding-right: 10px;
}

/* Mobile */
@media (max-width:387px){
.logo {
    text-align: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
	tbody tr .flyer {
    visibility: hidden;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: left;
}
.text_column {
	text-align: justify;

}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
    margin-top: 20px;
    line-height: 20px;
    text-shadow: 2px 2px white;
}
.hero_header {
    background-image: url("../images/abc_collage.png");
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-shadow: 1px 1px white;
    font-size: 12px;
}
.navbar a {
    float: middle;
    font-style: normal;
    font-size: 100%;
    color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
}
}

/* Small Tablets */
@media (min-width:388px) and (max-width:767px){
.logo {
    text-align: left;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #F9F9F9;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}

header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 11px;
}
.text_column {

}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
.hero_header {
    font-size: 0px;
    padding-top: 0px;
}
.hero {
    font-size: 24px;
}
.topbanner {
}
.video {
    /* [disabled]size: auto; */
    width: 100%;
    height: auto;
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
	color: #191919
}
.thumbnail {
	width: 50%;
}
.text_column {

}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
.topbanner {
}
body {
}
.footer_column {
    width: auto;
}
.abc {
	text-align: left;
}
.celebrating {
    text-align: left;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10%;
    font-style: normal;
    font-weight: lighter;
}
.timeline {
    text-align: center;
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 32px;
    background: white;
}
.news {
}
.header {
}
.bannerparagraph {
    font-size: 64px;
    color: white;
    text-align: center;
    width: 100px;
    align-content: center;
    margin: auto;
    padding: 10px;
}
.video {
    /* [disabled]size: auto; */
    width: 100%;
    height: auto;
}

.responsive {
  width: 100%;
  height: auto;
}
$(".tiptext").mouseover(function() {
    $(this).children(".description").show();
}).mouseout(function() {
    $(this).children(".description").hide();
});
.tiptext {
    color:#069; 
    cursor:pointer;
}
.description {
    display:none;
    position:absolute;
    border:1px solid #000;
    width:400px;
    height:400px;
}
.box{
    display: none;
    width: 100%;
}

a:hover + .box,.box:hover{
    display: block;
    position: relative;
    z-index: 100;
}
.footerlogo {
}
.rural {
}
.ural {
}
.image_rural {
}
.ruraltable {
}

#latest {
}
