@media (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1312px;
	}
}

/* Hyperlink text */
a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects !important; 
	color: #337ab7;
}

h1, h2, h3, h4, h5 {
	margin-top: 0.3em;
}

h3{
	font-size: 1.5em;
}

body{
	font-size: 0.9em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hidden{
	display: none !important;
}

.row {
	margin-bottom: 0.1rem;
}

.btn-block{
	width: 100%;
}

.btn-group-xs > .btn, .btn-xs {
	padding: .3rem .4rem;
	font-size: .8rem;
	line-height: .9;
	border-radius: .2rem;
}

i.fa, i.fas, i.far{
	font-size:1em;
}
.fa-1x{font-size:1em !important}
.fa-2x{font-size:2em !important}
.fa-3x{font-size:3em !important}

.blink {
	animation: blink 1s linear infinite;
	/*animation: blink 2s steps(5, start) infinite;*/
	-webkit-animation: blink 1s linear infinite;
}
@keyframes blink {
	50% {
        opacity: 0;
	}
}
@-webkit-keyframes blink {
	50% {
		opacity: 0;
	}
}

.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 .active::before { 
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 5px;
    margin-left: -10px;
    color: #339999;
}

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.grandchild a:hover,
nav.sidebar li.grandchild a.active,
nav.sidebar li.parent span.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 {
	/* padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px; */
	padding: 5px 0 5px 20px;
	color: black;
	border-bottom: 1px lightgray solid;
	margin-bottom: 5px;
}

nav.sidebar li.child a{
	color: black;
	font-size: 0.95em;
}

nav.sidebar li.grandchild {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    margin-left: 20px;
    color: black;
    border-bottom: 1px lightgray solid;
    margin-bottom: 5px;
    font-size:0.85em;
}

nav.sidebar li.grandchild a{
	margin-left: 13px;
	color: darkslategray;
}

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

.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: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
	color: black;
}

.toggle-on {
	background-color: #339999;
	color: white;
	border-color: #339999;
	border-radius: 5px;
}

.toggle-off{
	border-radius: 5px;
	background-color: #fff !important;
    border: 1px solid #aaa !important;
	color: black !important;
}

.toggle { border-radius: 5px; }
.toggle .toggle-handle { border-radius: 5px; }

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

.btn.active {
    background-color: #339999;
    color: white;
}

.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{
	padding: 0;
	/* margin-bottom: 1em; */
}

.navbar .nav-item{
	height: 50px;
}

.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;
	background-color: transparent;
}

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


.navbar-toggler>.close {
    display:inline;
	width: 1.5em;
    height: 1.5em;
	padding: 15px;
    vertical-align: middle;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

.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: transparent;
}

@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-left: 10px;
	  padding-right: 10px;
	  /* 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;
	}
}

@media only screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}

/*.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
	border-left: .3em solid transparent;
	margin-left :5px;
}*/

/* Caret */
.dropdown-toggle::after {
	position: absolute;
    top: 45px;
    margin-left: -3px;
    color: #fff;
	left:50%;
}

.nav-item .dropdown-menu {
	line-height: 1em;
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 0;
	z-index: 100;
}

.nav-item .dropdown-menu a {
	float: none;
	color: #008078;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 0.8em;
}

.nav-item .dropdown-menu a:hover {
	background-color: #008078;
	color: white;
}

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.fas {
	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;
	float:right;
}

#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-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.35);
	margin-bottom: 70px;*/
	text-shadow: 	-1px -1px 2px #000,  
    				1px -1px 2px #000,
    				-1px 1px 2px #000,
					 1px 1px 2px #000;
}

.dashboard :hover{
	text-decoration: none;
}

.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;
	color: white;
}

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

.newsimg{
	width: 40px;
	min-width:25px;
}

.whatsnew{
	float: right;
	height: 250px;
	margin-bottom: 20px;
}
.whatsnew h2{
	font-size: 2em;
	color:#ffffaa;
}

.whatsnew hr{
	visibility: hidden;
}

.news-block{
	overflow:auto; 
	height:200px;
	font-size:15px;
	text-align:left;
}

.news-block :hover{
	color: #e2e253
}

.news-block div{
	color:#ffffaa;
	font-weight:bold;
}

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

	.dashboard h1, .dashboard h2, .dashboard p   {
		font-size: 17px;
	}
	
	.news-block{
		font-size: 11px;
	}
}


.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;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
 }

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;
}

.select2-results>.select2-results__options {
    max-height: 400px !important;
    overflow-y: auto;
}

.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 {
	display: block;
	text-align: right;
}
#logout-button {
	width: auto;
}

.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;
}

/*Video Modal dialogue*/
.modal.webinar .modal-dialog {
  width: 90%;
  max-width: 1000px;
  margin: 30px auto;
}

.modal.webinar .modal-body {
  position:relative;
  padding:0px;
}
.video-btn i{
  color: #000000bb;
}

.modal.webinar .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.christmas-lights {
    -webkit-animation: colour-animation 3s infinite; /* Safari 4+ */
	-moz-animation:    colour-animation 3s infinite; /* Fx 5+ */
	-o-animation:      colour-animation 3s infinite; /* Opera 12+ */
	animation:         colour-animation 3s infinite; /* IE 10+, Fx 29+ */
}
  
@keyframes colour-animation {
  	0%, 24% {
	  color: darkgreen;
  	}
  	25%, 49% {
	  	color: yellow;
  	}
	50%, 74% {
		color: red;
	}
	75%, 100% {
		color: blueviolet;
	}
}

.modal-fullscreen .modal-dialog,
.modal-fullscreen .modal-content {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	margin: 0;
	border: 0;
}
.modal-fullscreen .modal-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 56px;
	overflow: hidden;
	padding: 8px 15px;
	background-color: #f5f5f5;
}
.modal-fullscreen .modal-header .modal-title,
.fullscreen-map-title {
	margin: 7px 0;
}
.modal-fullscreen .modal-header .btn.pull-right,
.fullscreen-map-header .btn.pull-right {
	margin: 3px 0 0 15px;
	padding: 6px 12px;
	float: right !important;
}
.modal-fullscreen .modal-header .fullscreen-modal-logo,
.fullscreen-map-logo {
	width: 42px;
	height: 39px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.modal-fullscreen .modal-header .fullscreen-modal-logo img,
.fullscreen-map-logo img{
	width: auto;
	height: 39px;
}
.modal-fullscreen .modal-body {
	position: fixed;
	top: 56px;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	overflow: hidden;
}
.modal-fullscreen .modal-body iframe {
	width: 100%;
	height: 100%;
	border: 0 none;
}

.modal-body.well {
	margin: 0;
	padding: 30px 30px 15px;
	border-width: 0;
	max-height: calc(100vh - 220px);
	overflow-y: auto;
}
.modal-body.well.help .help-image {
	margin: 0 auto 20px;
}

.login-info {
	padding: 15px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}
.login-info:hover {
	background-color: transparent !important;
}

ul li.divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.no-margin {
	margin: 0 !important;
}
.mb2 {
	margin-bottom: 20px;
}

.pagination > li > a,
.pagination > li > span {
	background-color: #339999;
	border-color: #339999;
	color: #fff;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	background-color: #008078;
	border-color: #008078;
	color: #fff;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #008078;
	border-color: #008078;
	color: #fff;
}

form input[type="email"] {
    text-transform: lowercase;
}
