/*NTBG Plants Module CSS*/
/* Meet The Plants CSS Styles */
.mtp-content {
	padding-top: 50px;	
}
h2.mtp-title { 	
	width: 100%;
	background-color: #35803d;	
	height: 100px;
	color: #fff;
	font-size: 3em;
	border: 1px solid #246b2c;
	display: block;
	margin: 0px auto;
	border-radius: 3px 3px 1px 1px;
	top: 0px;
	line-height: 100px;
}
h2.mtp-title::before,
h2.mtp-title::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -17px;
    z-index: -10;
    border: 8px solid;
    border-color: #246b2c transparent transparent transparent;    
}
h2.mtp-title::before {left: 0;}
h2.mtp-title::after {right: 0;}
.mtp-header-leaf {
	position: absolute;
	top: 53px;
	left: 80%;
	z-index: 9;
	width: auto;	
}
h2.mtp-title a {
	color: #fff !important;	
	text-decoration: none !important;
    padding-left: 50px;
}
h2.mtp-title a:hover {
	color: #fff !important;	
	text-decoration: none !important;
}
.mtp {
	padding-top: 125px;
	position: relative;	
}

.mtp-line { 
	width: 100%;
	height: 1px;
	background: #a7a7a7;
}
.mtp-content .pink-button {
    cursor: pointer;
    padding: 10px;
    color: #fff !important;
    border-radius: 6px;
    border-color: #98B523;
    background-color: #98B523;
    font-family: 'Open Sans',sans-serif;
    font-size: 1em;
}

/* Index Page */
h4.mtp-find,h4.mtp-explore { 	
	width: 100%;
	background-color: #35803d;	
	height: 70px;
	color: #fff;
	font-size: 2.5em;
	border: 1px solid #246b2c;
	display: block;
	/*margin: 0px auto;*/
	border-radius: 3px 3px 1px 1px;
	line-height: 70px;
	padding-left: 50px;
}

span.mtp-find-icon {
	width: 47px;
	height: 47px;
	background: url(/database/assets/images/mtp_icons.png) -140px -11px;
	display: block;
	float: left;
	margin-top: 11px;
	margin-right: 10px;
}
h4.mtp-explore {
	top: 890px;
	left: -8px;
    margin-bottom: 28px;
}
span.mtp-explore-icon {
	width: 47px;
	height: 47px;
	background: url(/database/assets/images/mtp_icons.png) -190px -11px;
	display: block;
	float: left;
	z-index: 9999;
	margin-top: 11px;
	margin-right: 10px;	
}
h4.mtp-find::before,h4.mtp-explore::before,
h4.mtp-find::after,h4.mtp-explore::after {
    content: '';
    /*display: block;*/
	display: none;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -17px;
    z-index: -10;
    border: 8px solid;
    border-color: #246b2c transparent transparent transparent;    
}
h4.mtp-find::before,h4.mtp-explore::before {left: 0;}
h4.mtp-find::after,h4.mtp-explore::after {right: 0;}

.mtp-find-content {
	min-height: 200px;
	clear: both;
	width: 100%;
	padding-top: 55px;
}
#searchName {
    display: block; 
    width:100%;
    line-height: 52px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 3px;
    padding: 0 15px;
}
.mtp-find-right {
	float: right; 
	width:35%;	
}
.mtp-find-right .pink-button {
    /*width: 108%;*/
	width: 100%;
    margin: 5px 0px;
}
.mtp-find-left {
	float:left; 
	width: 60%;
}
.col4 {
	width: 25%;
	float: left;	
}
.col4 label {
    display: inline;
}
.col4 h5 {
	margin-bottom: 8px;
	margin-top: 15px;	
	font-size: 1.2em;
}
.exploreFooter {
	clear: both;
	width: 88%;
	margin-top: 20px;
	text-align:right;	
}

/*Featured Plants*/
#fp_slider {
	min-height: 497px;
	height: 497px;
	width: 100%;	
}
#fp_slider .fp_img {
	width: 429px;
	height: 429px;
	float: left;
	margin-right: 24px;	
}
#fp_slider .fp_img img {
	width: 429px;
	height: 429px;
}
.fp_headtext {
	font-style: italic;	
	
}
#fp_slider h5 {
	font-size: 2em;	
	margin: 0px;
}
.fp_plantname {	margin: 0px !important; }
.fp_desc {
	min-height: 195px;
}
.fp_nav {
	width: 100%;
	margin-top: 40px;	
}
.fp_prev {
	display: block;
	float: left;	
}
span.fp_prevarrow {
	width: 26px;
	height: 23px;
	background: url(/database/assets/images/mtp_icons.png) -8px -8px;
	display: block;
	float: left;
	margin-right: 6px;
}
span.fp_prevarrow:hover {
	background: url(/database/assets/images/mtp_icons.png) -8px -31px;
}

.fp_next {
	display: block;
	float: right;	
}
span.fp_nextarrow {
	width: 26px;
	height: 23px;
	background: url(/database/assets/images/mtp_icons.png) -36px -8px;
	display: block;
	float: right;
	margin-left: 6px;
}
span.fp_nextarrow:hover {
	background: url(/database/assets/images/mtp_icons.png) -36px -31px;
}
/* End Featured Plants */

/* End Index Page */

/* Search Results */
.searchresults {
	float: left;
	width: 70%;	
	min-height: 100%;
}
.searchresults h4 {
	font-size: 1.3em;	
}
.searchresults h5 {
	font-size: 1em;
	margin-bottom: 18px;	
}
.searchresults h5 span {
	color: #104d17;
	padding: 4px;
	background: #fff0bf;
	box-shadow:0 0 7px rgba(0,00,0,0.19);
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3); 

}
.searchresult-item {
	height: 190px;
	width: 100%;
	margin-top: 10px;	
	margin-bottom: 10px;
}
.searchresult-item h5 {
	font-size: 1.3em;
	font-style: italic;
	padding-top: 25px;
	margin-bottom: 4px;
}
.searchresult-item p {
	margin-top: 0px;	
}
.searchresult-item a.more-info {
	display: block;	
	margin-top: 10px;
	font-weight: bold;
}
.searchresult-item img {
	width: 190px;
	height: 190px;
	float: left;
	margin-right: 18px;	
}
.searchbar {
	float: right;
	width: 28%;	
	border-left: 1px solid #a7a7a7;
	padding-left: 20px;
    margin-bottom: 40px;
}
.searchbar label {
    display: inline;
}
.searchbar h4 {
	font-size: 1.3em;
	margin-top: 20px;	
}
.searchbar h5 {
	font-size: 1em;
	margin-bottom: 6px;
	margin-top: 25px;	
}
.searchbar .pink-button {
	margin-top: 15px;	
}
/* End Search Results */

/* Plant Detail Page */
.mtptoxic {
	float: right;
	width: 75px;
	height: 55px;	
	background: url(/database/assets/images/mtp_icons.png) -66px -3px;
}
#detail-slideshow {
	padding-bottom: 30px;	
}
#slides {
    height: 600px;
	max-height: 600px;
	width: 100%;	
}
.detail-content {
	padding-top: 25px;	
}
#detail-right {
	float: right;
	width: 70%;
	padding-left: 18px;
}
#detail-left {
	float: left;
	width: 26%;
	/*overflow: hidden;*/
    margin-bottom: 45px;
}
.hidden {
  display: none;
}
.audio {
	padding: 18px 0px;	
}
.audio audio {
	width: 100%;	
}
.audio .audiocaption {
	font-size: .8em;	
}
/* side navigation */
#sidemenu {
  margin: 0;
  padding: 0;
  width: 100%;
  border-right: 1px solid #a7a7a7;
}

#sidemenu li { display: block; text-align: center; font-size: 1.2em; }

#sidemenu li a { 
  display: block;
  color: #000;
  text-align: left;
  padding: 6px 0px 6px 2px;
  text-decoration: none;
}
#sidemenu li a:hover, #sidemenu li a:focus {
    opacity: 1;
}
#sidemenu li a:hover {
    font-weight: bold;
}

#sidemenu li a.open {
  width: 100%;
  background: #fff;
  color: #104d17;
  font-weight: bold;
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  border-right: none;
}
#instructions {
    margin-left: 11px;
    font-size: 0.8em;
    border-right: 1px solid #a7a7a7;
}
#detail-left h5 {
	font-size: 1.1em;
	font-weight: bold;	
	margin-bottom: 0px;
}
#detail-left #conservation {
	 border-top: 1px solid #a7a7a7;
	 border-right: 1px solid #a7a7a7;	
}
#detail-left #conservation li {
	padding: 6px 0px 6px 25px;
	font-size: .9em;	
}
#detail-left #conservation #discover {
	margin-left: 18%;
}

.mtpSpecPhoto {
	float: right;
	width: 25px;
	height: 21px;	
	margin-right: 20%;
	background: url(/database/assets/images/mtp_icons.png) -53px -63px;
}
/* End Plant Detail Page */



/*
Tipr 3.1
Copyright (c) 2017 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/

.tip {
    border-bottom: dotted 1px #a7a7a7;
}
.tipr_content
{
     font: 13px/1.7 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color: #333; 
     background-color: #fff;
     padding: 9px 17px;
    max-width: 250px;
}
.tipr_container_below
{
     display: none;
     position: absolute;
     margin-top: 13px;
     z-index: 1000;
}
.tipr_container_above
{
     display: none;
     position: absolute;
     margin-top: -77px;
     z-index: 1000;
}
.tipr_point_above, .tipr_point_below 
{
     position: relative;
	background: #fff;
	border: 1px solid #dcdcdc;
}
.tipr_point_above:after, .tipr_point_above:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_above:after
{
	border-top-color: #fff;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_above:before 
{
	border-top-color: #dcdcdc;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.tipr_point_below:after, .tipr_point_below:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_below:after
{
	border-bottom-color: #fff;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_below:before 
{
	border-bottom-color: #dcdcdc;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}

.gutenberg-block form input[type=checkbox]{
	min-width: auto;
}
.gutenberg-block form input{
	line-height: unset;
}


/*END ToolTips*/

@media (max-width: 996px) {
  h3.mtp-title {
    width: 102%;
  }
	.ls-responsive .liquid-slider{
		height: auto!important;
	}
}



@media (max-width: 970px) {
	.mtp-content .searchresults,
	.mtp-content .searchbar{
		width: 100%;
		float: left;
	}
	.mtp-content .searchbar{
		border-left: none;
		padding-left: 0;
		margin-bottom: 0;
		border-top: 1px solid #a7a7a7;
	}
	.searchresult-item{
		height: auto;
	}
	#detail-left{
		width: 35%;
	}
	#detail-right{
		width: 60%;
	}
}

@media (max-width: 767px){
	.searchresult-item img{
		margin: 15px 0;
		height: auto;
	}
	.gutenberg-block form .col4{
		width: 45%;
	}
	.exploreFooter{
		width: 100%;
		text-align: left;
		display: inline-block;
	}
	#detail-left,
	#detail-right{
		width: 100%;
	}
	#detail-right{
		padding-left: 0;
		padding-bottom: 30px;
	}
	.gutenberg-block-inner ul li{
		padding-left: 0;
	}
	#instructions{
		margin-left: 0;
	}
	#sidemenu,
	#instructions,
	#detail-left #conservation{
		border-right: none;
	}
	#detail-left #conservation #discover{
		margin-left: 0;
	}
}

@media (max-width: 674px){
	.mtp-find-right,
	.mtp-find-left{
		width: 100%;
		float: unset;
	}
	.mtp-find-left{
		margin-top: 20px;
	}
	.mtp-find-content{
		padding-top: 0;
	}
}

@media (max-width: 590px){
	.ls-responsive .ls-nav-right-arrow,
	.ls-responsive .ls-nav-left-arrow{
		top: 85% !important;
	}
	.ls-responsive .liquid-slider .panel .panel-wrapper{
		padding: 0 !important;
	}
}

@media (max-width: 480px){
	.gutenberg-block form .col4{
		width: 100%;
	}
}