@import url("gray.css"); 

@media  screen and (max-width: 767px) {
	#dept-agriculture .dropdown-item {
		white-space: normal;
		white-space: break-spaces;
	}
}


/*underline Links in content/paragraphs/lists ... */
p a,
section a,
main a{
	text-decoration: underline;
}

a.no-underline{
	text-decoration: unset;
}
a.no-underline:hover,
a.no-underline:active{
	text-decoration: underline;
}


iframe{max-width:100%;}

#dept-agriculture img{
	max-width:100%;
	height:auto;
}

.clear-both{clear:both;}
.clear-left{clear:left;}
.clear-right{clear:right;}


#dept-agriculture  .columned>div{
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-perspective:1;
        break-inside: avoid;
}

@media  screen and (max-width: 575px){
	section .columned,
    .section .columned{
		-webkit-column-count: unset;
		-moz-column-count: unset;
		column-count: unset;
		-webkit-column-gap: 0rem;
		-moz-column-gap: 0rem;
		column-gap: 0rem;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-perspective:1;
        break-inside: avoid;
	}
}

@media  screen and (min-width: 576px) and (max-width: 824px) {
	.columned {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-perspective:1;
        break-inside: avoid;
	}
}

@media screen and (min-width: 825px) {

	#dept-agriculture  .columned.columns-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-perspective:1;
        break-inside: avoid;
	}
}


/*
SLF Site Colors 

Green
#156619

Lt Green
#e2ece3

Brown
#6b4d30

Dark Brown 
#372400 

Lt Brown
#f5f4eb 

Red
#ee392d


Blue
#185b8c

Lt Blue
#e6f1fa


//FROM CHRIS//
Green #156619  //SAME
Light brown #6B4D30  //SAME as BROWN
Dark brown #372400  //SAME
light tan behind icons #F5F4EB  //SAME as LT. BROWN
Gray breadcrumb bg #E9EBED
Blue learn more links #0050E7


*/
#dept-agriculture .text-brown{
	color: #6B4D30;
}


#dept-agriculture .border-brown{
	border-color: #6B4D30!important;
}
#dept-agriculture .bg-brown{
	background-color: #6B4D30;
}

#dept-agriculture .bg-lt-brown{
	background-color: #F5F4EB;
}

#dept-agriculture .bg-lt-green{
	background-color: #e2ece3;
}

#dept-agriculture .text-green{
	color:#156619
}



#dept-agriculture .text-teal{
	color: #02728c!important;
}
#dept-agriculture .border-teal{
	border-color: #02728c!important;
}
#dept-agriculture .border-red{
	border-color: #e74439!important;
}
#dept-agriculture .border-green{
	border-color: #03997e!important;
}
#dept-agriculture .border-yellow{
	border-color: #f6a52a!important;
}

#dept-agriculture .border-gray{
	border-color: #505a66!important;
}
#dept-agriculture .card.background-faint-blue,
.background-faint-blue{
	background-color: #d8eaf0;
}

#dept-agriculture .card.border-topper{
	border-top-width: 10px!important;
}





/*Photo Gallery START*/
#dept-agriculture .gallery-thumb{
	height: 150px;
}
#dept-agriculture .gallery-img-link{
	cursor: pointer;
}
/*Photo Gallery. END*/



/*workshops START*/
#dept-agriculture .lock-wrapper{
	position:relative;
}
#dept-agriculture .lock-wrapper .lock {
	position:absolute;
	width: 100%;
	top:50%;
	transform: translate(0%,-50%);
	left:0px;
	color: black;
	 text-shadow: 2px 2px 1px white;
}
#dept-agriculture .lock-wrapper .grayscale{
	opacity: .2;
}
/*workshops END*/



/*Allow email links to break anywhere to avoid awkward line breaks*/
a[href^="mailto:"] {
    word-break: break-all;
}

/*IE11 Image Bug Fix*/
#dept-agriculture img.img-fluid{
	flex-shrink: 0;
}

/*Fix for images with <a> that size incorrection in IE11*/
#dept-agriculture .image-link{
	flex-shrink: 0;
}
#dept-agriculture .overflow-auto{
	overflow: auto;
}


#dept-agriculture #site-name>h2{
	height: 100%;
	position: relative;
}
#dept-agriculture #site-name h2>.department{
	color: #156619;
	position:absolute;
	left:0px;
	top: 50%;
	transform:translateY(-50%);
}

 /*Navigation*/
/* #dept-agriculture .dept-agriculture.department-level{
	background-color: #02728c;
	color: #ffffff;
} */

@media  screen and (max-width: 991px) {
	#dept-agriculture .dept-agriculture.site-level{
		background-color: #6b4d30;
		color: #ffffff;
	}
}
#dept-agriculture .dept-agriculture.site-level{

}


/*#dept-agriculture button.navbar-toggler:focus,*/
#dept-agriculture button.navbar-toggler:hover{
	/*border: 1px solid yellow;*/
	background-color: #fff;
	color:#1e57a4;
	
}
#dept-agriculture button.navbar-toggler:focus .navbar-toggler-icon,
#dept-agriculture button.navbar-toggler:hover .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 47, 155, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}

#dept-agriculture .dept-health.department-level ul.navbar-nav>li.nav-item>a.nav-link{
	color: #ffffff;
}

#dept-agriculture .sonj-nav .nav-link.active, 
#dept-agriculture .sonj-nav .show > .nav-link {
	color: #white;
}

/*Global Nav*/
#dept-agriculture .sonj-nav.dept-agriculture.department-level{
	background-color: #156619;
}

#dept-agriculture .sonj-nav{
	background-color: #6b4d30;
}

#dept-agriculture .sonj-nav .nav-link{
	color: white;
	border-radius: .25rem;
}

#dept-agriculture .sonj-nav .nav-link:hover,
#dept-agriculture .sonj-nav .nav-link.active,
#dept-agriculture .sonj-nav .nav-link.show{
	background-color: #372400;

}
@media  screen and (max-width: 991px) {
	#dept-agriculture .sonj-nav .nav-link{
		color: white;
		border-radius: .25rem;
	}

	#dept-agriculture .sonj-nav .nav-link:hover,
	#dept-agriculture .sonj-nav .nav-link.active,
	#dept-agriculture .sonj-nav .nav-item.show .nav-link{
		background-color:#372400;
		color: white!important;
	}
}

#dept-agriculture .navbar-brand {
	max-width: 75%;
	margin-right: 0px;
	margin-bottom: 0px;
	white-space: normal;
}


/* homepage/ondemand button definitions */

a.yellow{
	color:black;
	background-color: #f6a52a;
	border-color: #f6a52a;
}
a:hover.yellow{
	color:black;
	background-color: #f6a52a;
	border-color: #f6a52a;
	text-decoration: underline;
}
a.teal{
	color:white;
	background-color: #02728c;
	border-color: #02728c;
}
a:hover.teal{
	color:white;
	background-color: #02728c;
	border-color: #02728c;
	text-decoration: underline;
}

a.faint-blue{
	color:#02728c;
	background-color: #d8eaf0;
	border-color: #d8eaf0;
}
a:hover.faint-blue{
	color:#02728c;
	background-color: #d8eaf0;
	border-color: #d8eaf0;
	text-decoration: underline;
}
a.white{
	color:#000000;
	background-color: #ffffff;
	border-color: #ffffff;
}
a:hover.white{
	color:#000000;
	background-color: #ffffff;
	border-color: #ffffff;
	text-decoration: underline;
}



/*Footer*/
#dept-agriculture  footer .site-footer{
	background-color: #156619;
	margin-top: 0px;
}



#dept-agriculture .pageTitle {
color: #156619;
font-weight: normal;
}


#dept-agriculture .breadcrumb-item,
#dept-agriculture .breadcrumb-item>a {
    color: #666;
}
#dept-agriculture .breadcrumb-item>a:hover {
    color: #372400;
}
#dept-agriculture .breadcrumb-item.active {
    color: #372400;
}

/*generic Content*/
#dept-agriculture .sectionTitle{
color: #372400;
font-weight: normal;
margin: 1rem 0rem;
}




/*
Teal
#02728c
Orange
#ff5100
Green
#03997e
Yellow
#f6a52a
Gray
#505a66
Lt Gray 
#c1c1c1
Lt Blue
#91ccd9
Red
#e74439
*/


/*Custom Accordion*/
#dept-agriculture .accordion-header{
	border: 1px solid #e9ecef;
	border-left: 10px solid #156619;
	border-radius: 4px;
	padding-right: .25em;
}
/* 
#dept-agriculture .accordion-header.blue{
	border-left: 10px solid #1e57A4;
}
#dept-agriculture .accordion-header.green{
	border-left: 10px solid #008546;
}
#dept-agriculture .accordion-header.orange.topic{
	border-left: 10px solid #f28542;
}
#dept-agriculture .accordion-header.lt-green.topic{
	border-left: 10px solid #7eb759;
}
#dept-agriculture .accordion-header.green.topic{
	border-left: 10px solid #009845;
}
#dept-agriculture .accordion-header.yellow.topic{
	border-left: 10px solid #ffc73a;
}
#dept-agriculture .accordion-header.lt-blue.topic{
	border-left: 10px solid #80cae5;
}
#dept-agriculture .accordion-header.blue.topic{
	border-left: 10px solid #6ea2de;
}
#dept-agriculture .accordion-header.dk-blue.topic{
	border-left: 10px solid #0074c9;
}
#dept-agriculture .accordion-header.gray.topic{
	border-left: 10px solid #666;
}
 */



#dept-agriculture .accordion-header .btn{

	color: #372400;
	font-weight: normal;
	font-size: 1.75rem;

}
/*
fa-chevron-circle-down
fa-chevron-circle-up
*/
#dept-agriculture .accordion-header .btn.collapsed .fa-minus-circle,
#dept-agriculture .accordion-header .btn.collapsed .fa-chevron-circle-up{
	display: none;
}
#dept-agriculture .accordion-header .btn.collapsed .fa-plus-circle ,
#dept-agriculture .accordion-header .btn.collapsed .fa-chevron-circle-down {
	display: inline-block;
}
#dept-agriculture .accordion-header .btn .fa-minus-circle,
#dept-agriculture .accordion-header .btn .fa-chevron-circle-up{
	display: inline-block;
}
#dept-agriculture .accordion-header .btn .fa-plus-circle ,
#dept-agriculture .accordion-header .btn .fa-chevron-circle-down {
	display: none;
}
#dept-agriculture .accordion-header .btn .fa-plus-circle,
#dept-agriculture .accordion-header .btn .fa-minus-circle,
#dept-agriculture .accordion-header .btn .fa-chevron-circle-down,
#dept-agriculture .accordion-header .btn .fa-chevron-circle-up{
position: absolute;
right: 0px;
top: 50%;

color: #156619;
transform: translateY(-50%);
}

#dept-agriculture .accordion-header .btn{
	width: 100%;
	position:relative;
}




/*Round Icons*/
.round-icon {
	width: 95px;
	height: 95px;
	background-color: gray;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	color: white;
}
