@media (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1312px;
	}
}
i.fa, i.fas, i.far{
	font-size:1em;
}

.last-updated {
	margin-top: 40px;
	margin-bottom: 30px;
}

.last-cc {
	padding: 0px !important;
}

.content a span.meta {
	text-decoration: none;
	display: inline-block;
	white-space: pre;
}

nav.sidebar.right {
	margin: 0 0 30px 0;
}

@media (min-width: 992px) {
	nav.sidebar.right {
		float: right;
		width: 25%;
		/*margin-top: 45px;*/
		margin-left: 30px;
	}
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

.navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */

.navbar-toggle:hover {
    border: none;
	background: transparent !important;
}
.navbar-toggle {
    border: none;
	background: transparent !important;
}

nav.sidebar li {
	width: 100%;
	padding-left: 5px;
	padding-right: 10px;
}

nav.sidebar li:first-of-type {
	padding-top: 10px;
}

nav.sidebar li.parent
{
	font-weight: bold;
	color: black;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom: 1px lightgray solid;
	margin-bottom: 8px;
}
nav.sidebar li.parent a{
	color: black;
	padding: 0;
}

nav.sidebar li.parent a:hover,
nav.sidebar li.child a:hover,
nav.sidebar li.child a.active,
nav.sidebar li.parent a.active {
	color: #339999;
	background-color: transparent
}

nav.sidebar li.parent a.disabled {
	pointer-events: none;
}

nav.sidebar li {
	padding-left: 10px;
}

nav.sidebar li.child a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 10px;
	color: black;
	border-bottom: 1px lightgray solid;
	margin-bottom: 5px;
}

.sidebar-title{
	font-weight: bold;
	white-space: normal;
	border: none;
	padding: 0px 0px 15px 0px !important;
	font-size: 1.4em;
	color: #008078;
}

.sidebar-title:hover{
	font-weight: bold;
	white-space: normal;
	border: none;
	padding: 0px 0px 15px 0px !important;
	font-size: 1.4em;
	color: #339999;
	background-color: transparent !important;
}

.sidebar-btn {
	background-color: #339999;
	color: white;
	width: 100%;
	white-space: normal;
	border: none;
}

.sidebar-btn:hover, .sidebar-btn.active {
	background-color: #008078 !important;
	color: white !important;
	width: 100%;
	white-space: normal;
	border: none;
}

.btn{
	background-color: #339999;
	color: white;
	white-space: normal;
	border: none;
}

.btn:hover {
	background-color: #008078;
	color: white;
	border-color: #008078;
}

.btn-group-download > div{
	padding: 0 30px 0 30px;
	margin-bottom: 5px;
}

.product {
	color: #339999;
	font-weight: bold;
	font-size: 27px;
}

/* Sticky footer styles */

html {
	position: relative;
	min-height: 100%;
	min-width: 100%;
}

body {
	/* Margin bottom by footer height */
	min-height: 100%;
	width: 100%;
	margin-bottom: 90px;
	position: absolute;
}

div.content-div {
	min-height: 60vh;
}

.footer {
	position: relative;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 90px;
	background-color: white;
	padding-top: 10px;
}

p.text-center,
p.text-center > a {
	margin-bottom: 5px;
	font-weight: bold;
	color: black;
}

p.text-center > a:hover {
	text-decoration: none;
	color: grey;
}

.navbar-inverse .navbar-nav > .active {
    background-color: #008078;
    box-shadow: 0px 0px 0px 1px darkgrey;
}

.navbar-inverse .navbar-nav>.active>a{
	background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
	/* border-right: solid lightgray 0.8px; */
}

.navbar-inverse .navbar-brand {
	color: white;
}

.gov {
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar-default .navbar-nav > li > a {
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-inverse .navbar-nav > li:hover {
	background-color: #008078;
}

.navbar-inverse {
	background-color: #339999;
	border: none;
}

nav.nav-upper {
	border: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

nav.nav-middle {
	border-bottom: 0.8px solid lightgray;
}

.form-control {
	height: auto;
}

#search {
	background-color: #339999;
}

#navbar-collapse-1 {
	float: left;
}

.collapsed {
	border: none;
}

#search > .fa-search {
	color: white;
}

#stacked,
#stracked:hover {
	padding: 0px 0px 0px 15px;
	border: 0px;
	margin: 0px;
	background-color: #f8f8f8;
}

@media (min-width: 768px) {
	.header-wrapper {
		position: relative;
	}

	#sidebar {
		padding: 0px;
	}

	.dummies {
		display: none;
	}

	/*.first-item {
		border-left: solid lightgray 0.8px;
	}*/

	#nav-bottom {
		margin-left: 15px;
		display: table;
		padding: 0;
		margin: 0;
		max-height: 50px;
	}

	#nav-bottom:first-child{
		border-left: solid lightgray 0.5px; 
	}
	
	#nav-bottom > li > a{
	  margin: 0px 0px 0px 0px;
	  /* padding-top: 0; */
	  /* padding-bottom: 0; */
	  /* height: 50px; */
	  font-size: 11px;
	  max-width: 120px;
	  line-height: 12px;
	  display: inline-block;
	  background-color: transparent;
	  /* vertical-align: middle; */
	}
	#nav-bottom > li{
	  line-height: 50px;
	  display: inline-block;
	  float: none !important;
	  text-align: center;
	  vertical-align: middle;
	  height: 50px;
	  border-right: solid lightgray 0.5px;
	}
	.navbar-nav > li:first-child{border: 0;}
}

@media (max-width: 767px) {
	nav.nav-bottom {
		display: none;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	nav.nav-middle {
		margin-bottom: 20px;
	}

	.pull-right {
		float: none !important;
	}

	.navbar-default .navbar-form {
		border: none;
		box-shadow: none;
		margin-left: 0;
		margin-right: 0;
	}
}

p.img_caption {
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
	font-style: italic;
}

p {
	text-align: justify;
}

hr {
	margin-top: 0.5em;
	margin-bottom: 1.0em;
	height: 1px;
	border-top: 1px solid lightgrey;
}

.breadcrumb {
	background-color: transparent;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.breadcrumb > li > a {
	color: black;
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
	font-size: 24px;
	margin-bottom: 20px;
	color: #339999;
	font-weight: bold;
}

h4 {
	font-weight: bold;
}

h4.panel-title {
	font-weight: normal;
	padding: 3px;
	font-size: 14px;
}

h4.panel-title > a {
	text-decoration: none;
}

h4.panel-title:hover,
h4.panel-title > a:hover {
	color: #339999;
	text-decoration: none;
}

h4.panel-title > a:focus {
	text-decoration: none;
}

h4.panel-title > a[aria-expanded="true"] {
	color: #339999;
	text-decoration: none;
}

h4.panel-title > a > i.fa {
	line-height: 1px;
}

.go-top {
	position: fixed;
	bottom: 10%;
	right: 10%;
	z-index: 1;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 15px;
	padding: 20px;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
}

.pull-right {
	padding: 7px;
}

#aussiegrass-btn {
	background-color: #339999;
	color: white;
	width: 100%;
	white-space: normal;
	border: none;
}

#aussiegrass-btn:hover {
	background-color: #008078;
	color: white;
	width: 100%;
	border-color: #008078;
}

/*Homepage Styling*/

.content_wrapper {
	background-color: #f8f8f8;
	position: relative;
	width: 100%;
	padding: 0px;
}

.banner {
	margin-top: -20px;
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position-y: 90%;
}

.banner img {
	width: 100%;
	height: 100%;
}

.body_content {
	float: none;
	position: relative;
	margin-top: -280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.body_content {
		margin-left: 0;
		margin-right: 0;
	}
}

.dashboard {
	display: inline-block;
	padding: 20px 20px 0 20px;
	color: white;
	background-color: rgba(0, 0, 0, 0.2);
	margin-bottom: 70px;
	text-shadow: 0 0 2px grey;
}

@media (max-width: 1200px) {
	.dashboard {
		display: block;
	}
}

.dashboard h1 {
	font-family: 'Calibri Bold', 'Calibri Regular', 'Calibri', sans-serif;
	font-weight: 700;
	font-size: 50px;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: white !important;
}

.dashboard h2 {
	font-family: 'Calibri Bold', 'Calibri Regular', 'Calibri', sans-serif;
	font-weight: 700;
	font-size: 30px;
	font-style: normal;
	margin-top: 0px;
}

.dashboard p {
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-weight: 400;
	margin-bottom: 0px;
	font-size: 12.8px;
	color: white;
}

.title_content {
	float: none;
	display: block;
	z-index: 1;
	box-shadow: 2px 3px 3px #ccc;
	background: white;
	border: 1px solid #d5d5d5;
	padding: 10px 18px 10px;
	color: #7e7e7e;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-top-color: brown;
	border-top-width: 5px;
	color: black;
	text-align: center;
}

.title_content h1 {
	font-family: 'Calibri', sans-serif;
	font-weight: 400;
	font-size: 45px;
	color: black !important;
	margin-bottom: 0px;
}

p.sub_title {
	font-size: 20px;
	font-weight: 300;
	font-family: 'Calibri Light', sans-serif;
}

.image-grid {
	/*float: none;*/
	display: block;
	z-index: 1;
	box-shadow: 2px 3px 3px #ccc;
	background: white;
	border: 1px solid #d5d5d5;
	padding: 30px 30px 0;
	color: #7e7e7e;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.image-grid .thumbnail {
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.image-grid {
		height: auto;
	}
}

.thumbnail img {
	width: 100%;
	height: auto;
	transition: opacity 600ms;
	-webkit-transition: opacity 600ms;
}

.thumbnail:hover img {
	opacity: 0.6;
}

.product_icon {
	position: absolute;
	top: 22px;
	padding-left: 15px;
	padding-right: 15px;
	color: #E5E5E5;
	text-align: center;
}

.product_icon span {
	margin: 0 auto;
}

.thumbnail {
	border: 0;
	position: relative;
	padding: 0px;
	cursor: pointer;
}

.thumbnail:hover .overlay {
	opacity: 0.7;
	visibility: visible;
}

.overlay {
	opacity: 0;
	visibility: 0;
	position: absolute;
	background-color: #333;
	font-size: 12px;
	transition: opacity 600ms, visibility 600ms;
	-webkit-transition: opacity 600ms, visibility 600ms;
	color: #ffffff;
	width: 100%;
	bottom: 0;
	padding: 20px 5px 20px 5px;
	text-align: center;
	font-size: 14px;
}

/*End Homepage Styling*/

.listbox {
	background: #f9f9f9;
	border: 0px solid #78BA00;
	border-top: none;
	margin-top: -1px;
	padding: 0;
	overflow: hidden;
	position: absolute;
	width: 15.4em;
	z-index: 1001;
}

.listbox li {
	padding: 0;
	display: block;
	float: none;
	margin-top: 0
}

.listbox a {
	white-space: nowrap;
	color: #0B2E4C;
	padding: .5em .7em;
	display: block;
}

.listbox a.focus, .listbox a:focus, .listbox a:hover {
	background: #fff;
	color: #939393;
	border: none;
	text-decoration-line: none;
}

.listbox mark {
	background: 0 0;
	color: inherit;
	font-weight: 700
}

.search-button {
	position: absolute;
	right: 0;

}

.search-form {
	padding-right: 36px;
	margin-left: 10px;
	width: 18em;
}

.search-div {
	padding-left: 15px;
	padding-right: 15px;
	overflow-y: visible !important;
}

@media print {
	body {
		background-color: #FFFFFF;
		background-image: none;
		color: #000000;
		text-shadow: none;
		background: transparent;
		box-shadow: none;
	}

	.navbar {
		display: none;
	}

	.footer {
		display: none !important;
	}

	.header {
		display: none !important;
	}

	.thumbnail {
		margin: 0;
		display: inline-block !important;
		max-width: 200px;
	}
}

.browser-support {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	max-width: 60em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #008078 !important;
}

.select2-container--bootstrap .select2-dropdown {
	border-color: #399 !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(51, 153, 153, .6) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(51, 153, 153, .6) !important;
	border-color: #399 !important;
}

.irs-bar {
	border-top: 1px solid #399 !important;
	border-bottom: 1px solid #399 !important;
	background: #008078 !important;
	background: linear-gradient(to top, rgba(51, 153, 153, 1) 0, rgba(0, 128, 120, 1) 100%) !important;
}

.irs-bar-edge {
	border: 1px solid #399 !important;
	border-right: 0 !important;
	background: #008078 !important;
	background: linear-gradient(to top, rgba(51, 153, 153, 1) 0, rgba(0, 128, 120, 1) 100%) !important;
}

.irs-from, .irs-single, .irs-to {
	background-color: #008078 !important;
}

.content-div .required-field:before {
	content: "*";
	color: red
}

#auth-status {
	padding: 0px;
}

.blueimp-gallery > .caption {
	position: absolute;
	top: 50px;
	left: 15px;
	color: #fff;
	display: none;
}
.blueimp-gallery-controls > .caption {
	display: block;
}

.slideshow-gallery .thumbnail {
	border: 1px solid #ddd;
	padding: 4px;
}

.slideshow-gallery .thumbnail img {
	transition: none;
	-webkit-transition: none;
}

.lastupdate{
	font-size: 10px;
}