img[src='../_images/TWC_v13_04_96_color.jpg'] {
	display: none !important;
}

* {
	box-sizing: border-box;
	font-family: 'Open Sans';
}

body {
	font-family: 'Open Sans';
	color: #58585a;
	margin: 0;
	padding-top: 40px;
	/* fix */
	padding-top: 0;
}

main {
	padding: 135px 20px 0 20px;
	width: 100%;
	max-width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
	/* fix */
	padding: 0 20px;
}

main:after {
	content: '';
	clear: both;
}

p, span, label, a {
	font-size: 11pt;
	color: #58585a;
}

.sp h2 {
	color: #58585a !important;
}

.search_results {
	padding-bottom: 20px;
}

#fullpage_content {
	border: none;
	padding: 1px;
}

#fullpage_content h1, #fullpage_content h2, #fullpage_content h3, #fullpage_content h4, #fullpage_content h5 {
	text-align: left;
}

#panel, #panel #panel, #nav_secondary {
	display: none;
}

footer {
	margin-top: 40px;
	padding: 20px 0;
	min-height: 380px;
	clear: both;
	width: 100%;
	background-color: #60721d !important;
	color: white;
	font-size: 14pt;
	text-align: center;
}

footer h5, footer h4, footer h3, footer h2, footer h1, footer p, footer a {
	color: white;
}

footer h5, footer h4, footer h3, footer h2, footer h1 {
	text-align: left;
}

footer h5 {
	font-size: 19px;
	font-weight: bold;
	margin: 10px 0;
}

footer a,
footer a:visited {
	color: #b2c93e;
	font-size: 17px;
	text-decoration: none;
	text-align: left;
}

footer a:hover {
	text-decoration: underline;
}

footer a.btn {
	display: block;
	border: 1px solid;
	padding: 10px;
	border-radius: 3px;
	color: white;
	width: 70%;
	text-align: center;
	transition: background-color 0.2s;
}

footer a.btn:hover {
	text-decoration: none;
	background-color: #666;
}

footer div {
	display: inline-block;
	line-height: 30px;
	vertical-align: top;
	margin: 0 40px;
	text-align: left;
}

footer input[type='text'] {
	padding: 14px 4%;
	border-radius: 3px;
	border: none;
	margin-bottom: 10px;
	font-size: 12pt;
	background-color: white;
	box-sizing: border-box;
	width: 100%;
}

footer input[type='submit'] {
	width: 100%;
	background-color: transparent;
	border: 1px solid #b2c93e;
	min-width: 200px;
}

footer input[type='submit']:hover {
	background-color: #666;
}

footer p {
	font-size: 14pt;
	line-height: 30px;
	text-align: left;
}

a[style="color:#ffffff;"], td[style="color:#ffffff;"] {
	color: #58585a !important;
}

h1,h2,h3,h4,h5 {
  font-weight: normal;
}

h1 {
	text-transform: uppercase;
}

.glossary_link_hot {
	color: #60721d !important;
}

h1 {
	text-align: left;
	color: #60721d;
	font-size: 45px;
}

h2,h3,h4,h5 {
	color: #58585a;
}

h2, h2.tax_sn a {
	font-size: 24pt;
}

h3, h3.tax a {
	font-size: 14pt;
}

h4 {
	font-size: 20pt;
}

input[type='checkbox'] {
	margin: 10px 0;
}

input[type='submit'] {
	background-color: white;
	border: 2px solid #899e2f;
	color: #899e2f;
	border-radius: 3px;
	height: 40px;
	font-size: 12pt;
	transition: background-color 0.3s;
}

input[type='submit']:hover {
	background-color: #F8F8F8;
}

td[style='background-color:#e6eefb;'], tr[style='background-color:#e6eefb;'], tr[style='background-color:#F2F2F2;'] {
	background-color: #DCEDC8 !important;
}

td.header {
	border: 1px solid #899e2f;
}

a.pre_next, span.pre_next_notactive {
	color: #60721d;
	border: 1px solid #899e2f;
}

a:hover {
	cursor: pointer;
}

a.pre_next:hover, span.pre_next_notactive:hover {
	cursor: pointer;
	background-color: #F8F8F8;
}

span.page_active {
	color: #60721d;
	border: 1px solid #60721d;
	background-color: #DCEDC8;
}

#footerNew {
	display: none !important;
}

.btn_search {
	margin-top: -40px;
	width: 100%;
}

.title + p img {
	display: none;
}

.section {
	background-color: transparent !important;
	box-sizing: border-box;
}

.section h4 {
	color: #60721d !important;
}

.buttonYellow {
	width: 100% !important;
}

.plantSearchSection {
	padding: 25px 30px;
	border: 1px solid #DDD;
}

.plantSearchSection, .plantSearchSection div {
	background-color: transparent;
}

div[style='border:1px solid #6784d2;background:#6784d2;color:#ffffff;text-align:left;padding:10px;font-size:11px;width:90%;'] {
	border: none;
	background: none;
	color: #58585a;
	padding: 0;
	font-size: default;
	width: 100%;
}

input[type='text'], select, input[type='email'] {
	background-color: #DCEDC8;
	border: 1px solid #60721d;
	padding: 10px;
	color: black;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 5px;

	box-sizing: border-box;
}

input[type='submit']:hover, button:hover {
	cursor: pointer;
}

input:focus, select:focus {
	outline: none;
}

header, nav {
	width: 100%;
	padding: 0 20px;
}

header {
	position: relative;
	height: 44.75px;
	font-family: 'Open Sans';
	background: #60721d;
	z-index: 2;
}

nav {
	position: relative;
	min-height: 130px;
	background: #899e2f;
	z-index: 2;
}

header > div, nav > div {
	margin: 0 auto;
}

header .item {
	line-height: 44.75px;
	margin-right: 18px;
	font-weight: 600;
    font-size: 13px;
}

.item {
	transition: color 0.3s;
}

.item:hover {
	color: #DDDDDD;
}

header .item#donate {
	margin-right: 0;
	color: #fdb822;
}

nav .item {
	margin-right: 25px;
	margin-top: 56px;
	display: inline;
	text-transform: uppercase;
}

nav a {
	font-size: 14px;
	font-weight: 700;
}

header .item, nav .item {
	float: right;
	color: white;
	text-decoration: none;
	font-family: "Open Sans";
}

.clear {
	clear: both;
}

.utexas {
	background-image: url('/wp-content/themes/wildflower/images/knockout_university_primary.svg');
	display: block;
	height: 30px;
	width: 100px;
	float: left;
	margin-top: 7px;
	background-repeat: no-repeat;
	background-size: contain;
}

.logo {
	background-image: url('/wp-content/uploads/2016/07/LBJWFC-LOGO-stacked-white.png');
	display: block;
	height: 120px;
	width: 240px;
	float: left;
	margin-top: 7px;
	background-repeat: no-repeat;
	background-size: contain;
}

.search {
	height: 20px;
	width: 30px;
	margin-right: 0 !important;
	background-image: url('search.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#txt_search {
	position: absolute;
	height: 35px;
	right: 210px;
	top: 43px;
	width: 600px;
	border: 1px solid #60721d;
	background-color: #899e2f;
	padding-left: 10px;
	color: white;
}

#search_form {
	display: none;
}

.x {
	position: absolute;
	right: 220px;
	top: 52px;
	height: 20px;
	width: 20px;
	background-image: url('x.png');
	background-size: contain;
	background-repeat: no-repeat;
}

nav form input:focus,
nav form input:active {
	outline: none;
}

/** JPJP date picker box on /tour_app **/
.JsDatePickBox {
	background-color: white!important;
	border: 1px solid black!important;
}

.supplier_name_search, .supplier_location_search {
	min-width: 250px;
	width: 45%;
	display: inline-block;
	margin: 10px 10px 30px;
}

.supplier_forms_wrap {
	text-align: center;
}

.supplier_forms_wrap .buttonYellow {
	max-width: 200px!important;
}

.et_pb_social_media_follow li {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}

.et_pb_social_media_follow li a.icon {

    border-radius: 3px;
}

.et_pb_social_media_follow li a.icon {
	box-sizing: content-box;
	width: 32px;
	height: 32px;
	padding: 0;
}

.et_pb_social_media_follow li a.icon::before {
    display: block;
    position: relative;
    z-index: 10;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

/* Alertbar */

.alertbar {
	position: relative;
    visibility: visible;
    display: block;
    z-index: 16777200;
	width: 100%;
    padding: 0;
    margin: 0 0 3em;
    background-color: #FDB924 !important;
}

.alertbar .alertbarcontent {
    width: 100%;
    padding: 0 20px 1em;
    margin: 0 auto;
    overflow: auto;
}

.alertbar .alertbarcontent p {
	padding: .3em 0 0;
	margin: 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7em;
	text-align: center;
}

.alertbar .alertbarbutton {
    display: inline-block;
    padding: 0.3em 1em;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7em !important;
    color: #58585A !important;
    background-color: transparent;
    border: 2px solid #58585A;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    text-decoration: none;
}

.alertbar .alertbarbutton:hover {
	background: rgba(88,88,90,.08);
	border-color: transparent;
}

.alertbar .alertbarleft, 
.alertbar .alertbarright {
	width: 100%;
	padding: 1em 0 0;
	margin: 0 auto;
	text-align: center;
}

@media only screen and (min-width: 660px) {
	.alertbar .alertbarcontent p {
		text-align: left;
	}

	.alertbar .alertbarleft {
		float: left;
		width: unset;
		margin: unset;
		text-align: unset;
	}
	
	.alertbar .alertbarright {
		float: right;
		width: unset;
		margin: unset;
		text-align: unset;
	}
}

@media only screen and (min-width: 992px) {
	.alertbar .alertbarcontent {
		max-width: 980px;
		padding-right: 0;
		padding-left: 0;
	}
}





#addThisButton {
	text-align: right;
}