body {
	background-color: #ede9cf;
}

hr {
	color: #ede9cf;
	border-color: #ede9cf;
	margin:6px;
	margin-left:-4px;
}

h5 {
	color: #6f1200 !important;
}

/**** WCMobileHeader ****/
.mobilehome {
	background-color:#6f1200; 
}

.mobilecontact {
	background-color:#cbb677;
}

#WCMobileHeader a{
	margin-bottom:0px;
}

#WCMobileHeader, #WCContent , #WCFooter {
	min-width:300px;
}

/* FLASHING */

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.alertsContainer
{
	background-color: #ff3300;
	color: #ffffff;
	text-align: center;
	font-size: 18px;

}

.alertsContainer a
{
	color: #ffffff;
}

.faa-flash.animated
{
  -webkit-animation: flash 3s ease infinite;
  animation: flash 3s ease infinite;
}

/**** WCBanner ****/
#WCBanner {
	background-image:url(/static/gfx/banner2.png); 
	height:300px; 
	background-size:cover;
}

#WCBanner input {
	margin-top:15px;
	margin-left:-15px;
	background-color:rgba(0, 0, 0, 0.5);
	color:#ffffff;
}

#WCMenu{
	background-color:rgba(111, 18, 0, .7);
	height:40px;
}



#WCMenu ul li ul li:hover{
	color:#8baea1;
	background: #eeeeee;
}

#WCMenu ul li ul li a:hover{
	color:#8baea1;
}

ul.onecol-menu li a{
	padding:3px;
}

ul.onecol-menu li a:hover{
	color:#8baea1;
	background: #eeeeee;
}

.menu-bar-link {
	margin-right:20px;
	padding-top:10px;
	color:#ffffff;
	font-size:20px;
}

.fi-home 
{
    color:#ffffff;
}

/* Kick the dept logo image up */
.countylogo {
	margin-top:-50px;
}

/**** WCContent ****/
#WCContent {
	background-color:#ede9cf; 
	border-top:4px solid #9b7d0d;
}

/* Adjust spacing of menus to fill content area at higher res */
@media (min-width: 900px) {
	#WCContent ul {
		line-height:2.2rem;
	}
}

/* Adjust spacing of menus to fill content area at higher res */
@media all and (max-width: 640px) {
	#WCContent ul {
		line-height:2.2rem;
	}
}

.panel {
	background-color:white; 
	border-top: 5px solid #9b7d0d;
}

.panelContent {
	margin-top:-100px;
}

.mainContent {
	margin-top:-100px;
}

@media all and (max-width: 640px) {
	.panelMobile {
		margin-top: -250px;
	}
	
	.mainContent {
		margin-top: -250px;
	}
	
	.widgetSmallHide {
		display:none;
	}
}

.ctaText {
	margin-left: 6px;
	font-size: 1.1rem;
}

.widgetTitle {
	color: #6f1200;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: normal;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
}

.widgetH2 {
	font-size: 2.3125rem;
	font-weight: bold;
}

@media (min-width:641px) and (max-width:768px)
{
	.widgetTitle {
		font-size:1.125rem;
	}
}

.widgetIcon {
	color: #366e8f;
	padding-right: .75rem;
}

.widgetIconLarge {
	font-size: 3.5rem;
}

.widgetIconShadow {
	text-shadow: lightgray 3px 3px 3px;
}

@media (min-width:641px) and (max-width:1023px)
{
	.widgetIconMediumHide{
		display:none;
	}		
}

.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
    background: #366e8f;
    color: #ffffff;
}

/* Menu Builder Widget */
.widgetMenuDDL {
	overflow: auto;
}

/* Top Services button override */
.topservicebutton {
    font-size: 1rem;
    margin: 0 0 1.25rem;
    padding: .85em 1em 1.0625rem;
}

/* New Epi Calendar Listing */
.eventMonth {
    background-color: #eeeeee;
    text-align: center;
    font-size: 1rem;
    line-height: 2.5rem;
}

.eventDate {
    text-align: center;
    font-size: 1.5625rem;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.eventTitle {
    color: #333333;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

.eventBlockTitle {
    font-size: 1.125rem;
}

/* Full Calendar Listing */
.countyCalendar {
	float:left;
}

/* Calendar listing widget */
.calListContainer {
	display:table;
	padding-top:5px;
	padding-bottom:5px;
}

.calDateContainer {
	display:table-cell;
	padding-right: 18px;
	text-align: center;
	line-height: .75rem;
}

.calDate {
	display: table-cell;
	color: #6f1200;
	font-size: 1.1rem;
	font-weight: bolder;
}

.calMonth {
	display: table-cell;
	color: #366e8f;
	font-size: .9rem;
}

.calLinkContainer {
	display: table-cell;
	vertical-align: middle;
}

.calListBottomLine, .newsListBottomLine, .servicesListBottomLine {
	text-align: right;
}

.calListBottomLine a, .newsListBottomLine a, .servicesListBottomLine a {
	color: #cbb677;
	font-size:.9rem;
}

.wcMenuContainer {
	padding-bottom:15px;
}

.calModalTitle {
	font-size:1.635rem;
	color: #6f1200;
	
}

.calModal {
	font-weight:bold;
}

.calModalTime {
	
}

.calModalDescription {
	border-radius: 5px;
	border: solid 1px #d3d3d3;
	padding: 5px;
}

.event {
    padding: 1rem 1rem 1rem 0;
    display: table; 
}

.event-date {
    width: 6rem;
    margin: 0 auto 1rem;
    display: table-cell;
    width: auto; 
}

.event-date .event-month {
    margin: 0;
    background: #eee;
    padding: 0.5rem 2rem;
    text-align: center; 
}

.event-date .event-day {
    margin: 0;
    border: 1px solid #eee;
    padding: 0 2rem;
    text-align: center;
    font-size: 2rem; 
}

.event-desc {
    padding: 0 0 0 1rem;
    text-align: left;
    display: table-cell;
    vertical-align: top;
}

.event-desc .event-desc-header {
    margin: 0 0 0.5rem 0;
    padding: 0; 
  }

.event-desc .event-desc-detail {
    margin: 0 0 0.25rem;
    padding: 0; 
}

.event-desc .event-desc-time {
    font-weight: bold; 
  }

.event-desc .rsvp.button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: 0; 
}

/**** News Listing Widget ****/

.newsDate {
	text-align:right;
	color:#888;
}

.newsDate, .newsSummary p{
	font-size:.75rem;
}

.newsSummary {
    font-size: .9rem;
	margin-left:10px;
    color: #333;
    line-height: 1.3rem;
}

/**** Full News Listing Widget ****/
.newsHeader {
	box-shadow: 3px 3px 10px #888888;
	background: #366e8f;
	border-Radius: 5px;
	padding-left: 10px;
}

.newsTitle {
	color: #ffffff;
	text-shadow: #555555 1px 1px;
	font-size:1.1rem;
	line-height: 1.8rem;
	float:left;
}

.newsInfo {
	font-size:.8rem;
	line-height:1.8rem;
	color: #6f1200;
}

.newsInfoBold {
	font-weight:bold;
}

.newsListingDate {
	color:#ffffff;
	text-shadow: #555555 1px 1px;
	float:right;
	font-size:.75rem;
}

.newsContent {
	margin-left: 10px;
	margin-top:10px;
}

.newsItemContainer {
	margin-bottom:20px;
	margin-top: 20px;
	margin-right: 10px;
}

.newsContent:hover{
	box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}

/*** Box CSS from Airport Driver Quiz ***/
.Box{
    padding: 10px 20px 10px 20px;
    border: 2px solid #47657d;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    margin-bottom: 30px;
    -moz-box-shadow:    3px 6px 6px 3px #ccc;
    -webkit-box-shadow: 3px 6px 6px 3px #ccc;
    box-shadow:         3px 6px 6px 3px #ccc;
}
.BoxTitle{
    position: relative;
    border: 2px solid black;
    top: -20px;
    left:-20px;
    width: 60%;
    border-radius: 5px;
    background-color: #47657d;
    color: #FFFFFF;
    height: 30px;
    line-height: 20px;
    padding-left: 10px;
    padding-top:3px;
}
/*** Icon overrides for font awesome icons ***/
.fa-stack-documents {
	font-size: 13px;
}

.fa-stack-1x-documents {
	font-size:15px;
}

.fa-stack-1x-revisions {
	color: #ffffff;
	font-size:11px;
	font-family: tahoma;
	margin-top:-1px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.fa-stack-1x-revisions {
		margin-top:0px;
	}
}

.fa-revision-circle {
	color: #6f1200;
	font-size:24px;
}

.fa-lg-documents {
	font-size: 26px;
	vertical-align: -26%;
}

/*** Button for Meeting Chair ***/
.buttonDown {
	line-height: 4.6rem;
}

/*** Meeting columns ***/
.meetingRSS {
    width: 5%;
}

.meetingName {
    width: 70%;
}

.meetingChair {
    width: 25%;
}

.upcomingMeetingTime {
    width: 175px;
}

/*** Small meeting disclaimer text ***/
.meetingSmall {
	font-size:73%;
	margin-top:4px;
}

/*** No border for table ***/
.noBorder{
	border:none;
}

/*** Accordion ***/
.accordion-title:focus, .accordion-title:hover {
    background-color: #366e8f;
    color: #ffffff;
}

.accordion .accordion-navigation>a:hover, .accordion dd>a:hover {
    background-color: #cbb677;
}
.accordion .accordion-navigation.active>a, .accordion dd.active>a {
    background-color: #cbb677;
}
.accordion .accordion-navigation>a, .accordion dd>a {
    background-color: #366e8f;
    color: white;
    padding: 1rem;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1rem;
	border-style: solid;    
	border-color:#ffffff;  
	border-width:1px;
	border-radius:5px;	
}
a:hover, a:focus {
    color: #cbb677;
}
a:hover {
    cursor: pointer;
}
a {
    color: #333;
    text-decoration: none;
    line-height: inherit;
}

/*** Tabs ***/

.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
    background: #366e8f;
    color: #ffffff;
}

.tabs dd.active a:hover, .tabs dd>a:hover {
    background-color: #cbb677;
}
.tabs dd.active a, .tabs .tab-title.active a {
    background-color: #cbb677;
    color: white;
}
.tabs dd>a, .tabs .tab-title>a {
    outline: none;
    display: block;
    background-color: #366e8f;
    color: white;
    padding: 1rem 2rem;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1rem;
	border-style: solid;    
	border-color:#ffffff;  
	border-width:1px;
	border-radius:5px;	
}
a:hover, a:focus {
    color: #cbb677;
}
a:hover {
    cursor: pointer;
}
a {
    color: #333;
    text-decoration: none;
    line-height: inherit;
}
a {
    color: #366e8f;
    text-decoration: none;
    line-height: inherit;
}


/*** Environmental Education ***/
.programListing > h4 {
    background-color: #d3d3d3;
}

#envedu-top ul li a {
    color: #004f38 !important;
}

@media (min-width: 875px) {
    #envedu-top ul li a {
        font-size: 1.1rem;
    }
}
	
/**** WCFooter ****/
#WCFooter {
	margin-top:25px;
}


/**** MenuLine ****/
#WCFooter div.MenuLine {
	background-color: #366e8f;
	color: white;
	text-align: center;
}

#WCFooter div.MenuLine a {
	color:white;
}

#WCFooter div.MenuLine a:hover {
	color:#cbb677;
}

#WCFooter div.MenuLine p {
    margin-bottom: .5rem;
}


/**** ConnectLine ****/
#WCFooter div.ConnectLine {
	background-color: #cbb677;
	font-size:25px;
}

.fa-facebook-official
{
    color:#3B5998;
}

.fa-twitter
{
    color:#4099FF;
}

.fa-linkedin-square
{
    color:#007bb6;
}

.fa-youtube-square
{
    color:#bb0000;
}

.fa-flickr
{
    color:#ff0084;
}


/**** LegalLine ****/
#WCFooter div.LegalLine {
	background-color: #6F1200;
	color:#cbb677;
}

.LegalLine p
{
    font-size:12px;
	color:#cbb677;
}

@media all and (max-width: 521px) {
	.LegalLine p
	{
		font-size:12px;
		color:#cbb677;
	}
}
#WCFooter div.LegalLine a {
	color:#cbb677;
}

#WCFooter div.LegalLine a:hover {
	color:white;
}


/*** Global Footer Styles ****/
.MenuLine, .ConnectLine, .LegalLine
{
	height:40px;
}

.ConnectLine p, .LegalLine p
{
    text-align:center;
}

.LegalLine p 
{
    margin-top: 12px;
}

.linkTest 
{
	font-size:1px;
	color:#cbb677;
}

.linkTextRed
{
	font-size:1px;
	color: #6F1200;
	opacity: .3;
}

/*** Social media and other colors ***/

.facebook-blue
{
	color: #3B5998;
}

.youtube-red
{
	color: #bb0000;
}

.twitter-blue {
	color: #4099FF;
}

.linkedin-blue
{
	color: #007bb5;
}

.flickr-pink
{
	color: #ff0084;
}

.pinterest-red
{
	color: #cb2027;
}

.rss-orange
{
	color: #ff6600;
}

/*** Content Card Styling ***/

.content-card 
{
	padding: 1rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin: 2rem 0;
	background-color: #fff; 
 }
 
 .content-card .content-info {
    padding: 1rem; 
}
    
.content-card .content-info h4 {
	margin-top: 0;
	text-align: center;
	text-transform: uppercase; 
}
    
.content-card .content-info p {
	text-align: center; 
}

fieldset { 
    border: 1px solid #cacaca;
	padding: 1.25rem;
	margin: 1.125rem 0;
}

fieldset legend {
	font-weight: bold;
	background: #fff;
	padding: 0 0.1875rem;
	margin: 0;
	margin-left: -0.1875rem;
}

.article-card {
    margin-bottom: 1.5rem;
}
  .article-card .card-content {
    background: #fff;
    margin: 1.25rem; }
    .article-card .card-content .post-author {
      text-align: center; }
    .article-card .card-content h4 {
      color: #CF000F; }
    .article-card .card-content p {
      color: #757D75; }
    .article-card .card-content a i {
      font-weight: 300;
      color: #757D75;
      margin: 0 .5rem;
      padding: 5px 7px 5px 7px;
      border: 1px solid #757D75;
      border-radius: 50%; }
    .article-card .card-content img.post-icon {
      position: absolute;
      width: 3rem;
      border-radius: 50%;
      margin-top: -3rem; }
    .article-card .card-content .row #newsTags button {
        margin-right: 4px;
    }
.article-card:hover {
    border: 1px solid #d7d7d7;
    box-shadow: 2px 4px 5px 0px #d7d7d7;
}

/*** Mobile menu ***/
.dropdown-pane-mobile {
    width: 100%;
    margin-top: 5px;
}

/*** Form button override ***/
button{
    padding: 0px 3px 0px 3px;
    background-color: buttonface;
    line-height: 1.5rem;
    border-width: 1px;
    border-style: outset;
    border-color: #333;
    color: #333;
}

/*** Form required field override ***/
.Form__Element__ValidationError {
    color: red;
}
/*** Epi Edit-Container override***/
.overflow-hidden {
    overflow: hidden !important
}

.epi-editContainer {
     overflow:hidden !important
}

