.section h3,
.section h4,
.section h5,
.section form,
.section #pinFullInformation {
	margin-left: 40px;
	margin-right: 40px;
}
.section.small-header {
	padding-top: 20px;
}
.slick {
	background: transparent url('../images/slick-farmer.png') no-repeat bottom center;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 0.95em;
	line-height: 50px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.slick.bg-grower {
	background-image: url('../images/slick-grower.png');
}
.slick.bg-in-progress {
	background-image: url('../images/slick-progress.png');
}
.wwwi-title {
	color: #c9c71c;
	margin-bottom: 0;
	padding: 0 20px;
	text-align: right;
}
h4.plot-tour {
	font-weight: normal;
}
h4.plot-tour a {
	text-decoration: none;
}
h4.plot-tour a:before {
	content: url('../images/pin_tour_small.png');
}

/* Map Form */
#mapInputs {
	color: #00a19a;
}
#mapInputs h3 {
	color: #000;
	display: inline-block;
	margin: 0;
}
#mapInputs input {
	background-color: #fff;
	border: 1px solid #00a19a;
	border-radius: 15px;
	color: #00a19a;
	padding: 6px;
}
#mapInputs label {
	border: 1px solid transparent;
	display: inline-block;
	padding: 2px 6px 3px;
}
.right {
	float: right;
	line-height: 1.17em;
}
#placecomplete, .select2-container {
	width: 250px;
}
#mapInputs .select2-choice {
	background-color: #fff;
	border: 1px solid #00a19a;
	border-radius: 15px;
	color: #00a19a;
	font-size: 12px;
}
#mapInputs .select2-dropdown-open .select2-choice {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-drop {
	font-size: 12px;
}
.select2-drop-active {
	border: 1px solid #00a19a;
	border-top: none;
}

/* Map */
#mapContainer {
	clear: both;
	margin-top: 1em;
	overflow: hidden;
	position: relative;
}
#gmap_wheater {
	height: 578px;
	width: 100%;
	transition: width 0.3s ease;
	-webkit-transition: width 0.3s ease;
}
#gmap_wheater.overlayed {
	width: 72%;
}
#pinInfoSlide * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#pinInfoSlide {
	background: #3a2313;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #FFF;
	height: 578px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: -28%;
	top: 0;
	width: 28%;
	transition: right 0.3s ease;
	-webkit-transition: right 0.3s ease;
}
#pinInfoSlide.overlayed {
	right: 0;
}
#pinInfo {
	padding: 15px;
}
#plotInfo {
	border-top: 1px solid #ccc;
	clear: both;
}
#mapLegendContainer, #mapLegendContainerSmall {
	margin: 0.5em 0;
	position: relative;
}
#mapLegendContainer > table > tbody > tr > td {
	width: 20%;
}
#mapLegendContainer > table, #mapLegendContainerSmall > table {
	width: 100%;
}
#mapLegendContainer table {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#mapLegendContainer td, #mapLegendContainerSmall td {
	vertical-align: middle;
}
#mapLegendContainer td img, #mapLegendContainerSmall td img {
	vertical-align: middle;
}
#mapLegendContainer a {
	color: #000;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
}
#mapLegendSlide {
	display: block;
	font-size: 13px;
	height: 0;
	opacity: 0;
	transition: height 0.2s ease, opacity 0.3s ease;
	-webkit-transition: height 0.2s ease, opacity 0.3s ease;
}
#mapLegendSlide.showing {
	height: auto;
	max-height: 100px;
	opacity: 1;
}

/* Info */
#currentPin h3 {
	margin: 10px 10px 3px 10px;
}
#currentPin h4 {
	margin: 0 10px 10px 10px;
}
#currentPin p {
	font-size: 0.9em;
	margin: 5px 10px;
}
#currentPin .trial-owner {
	font-size: 15px;
	height: 1.3em;
	overflow: hidden;
}
#currentPin .trial-summary {
	margin-bottom: 0;
	margin-top: 20px;
}
#currentPin #pinInfoPlots {
	height: 141px;
	margin: 0 0 20px 0;
	overflow-y: auto;
	width: 100%;
}
#currentPin #pinInfoPlots ul, #currentPin .pinInfoPlots-header {
	list-style: none;
	margin: 0;
	padding: 0 20px;
}
#currentPin .pinInfoPlots-header {
	margin-left: -4px;
	margin-top: 20px;
	max-width: 273px;
	text-align: center;
}
#currentPin #pinInfoPlots li, #currentPin .pinInfoPlots-header li {
	background-color: #533c2f;
	border-left: 2px solid #3a2313;
	display: inline-block;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
	margin: 0 0 2px 0;
	max-width: 75px;
	overflow: hidden;
	padding: 0 5px;
	vertical-align: middle;
	width: 33%;
}
#currentPin #pinInfoPlots li:first-child, #currentPin .pinInfoPlots-header li:first-child {
	border-left: none;
	width: 34%;
}
#currentPin .sliding {
	width: 300px;
}
#currentPin .pinInfoPlots-header li {
	background-color: #533d30;
	font-size: 14px;
	height: 27px;
	line-height: 27px;
}
#currentPin #pinInfoPlots li.bg-0 {
	background-color: #665043;
}
#currentPin #pinInfoPlots li.bg-1 {
	background-color: #917d72;
}
#currentPin #pinInfoPlots li.bg-2 {
	background-color: #b1a29b;
}
#currentPin #pinInfoPlots .mCSB_inside > .mCSB_container {
	margin-right: 0;
}
#currentPin #pinInfoPlots .mCSB_scrollTools {
	right: 6px;
}

#currentPlot {
	margin-bottom: 25px;
}
#currentPlot h3 {
	color: #3b2313;
	margin-bottom: 5px;
}
#currentPlot h4, #currentPin h4 {
	color: #b78628;
	font-size: 17px;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: capitalize;
}
#currentPlot h4.color-grower, #currentPin h4.color-grower, #currentPlot h4.plot-tour {
	color: #00a29b;
}
#currentPlot h4.color-in-progress, #currentPin h4.color-in-progress {
	color: #999;
}
#currentPlot h4.plot-tour {
	background: url('../images/pin_tour.png') no-repeat 0 0;
	line-height: 43px;
	margin-bottom: 0;
	margin-top: 10px;
	padding-left: 38px;
}
#currentPlot .plot-tour-information p {
	margin-bottom: 0.25em;
	margin-top: 0;
}
#currentPlot p.trial-owner {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}
#currentPin .gallery-caption,
#currentPlot .gallery-caption {
	display: none;
}

.table {
	margin: 1em 0;
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
}
.table h5 {
	background-color: #756254;
	color: #fff;
	font-weight: normal;
	height: 22px;
	margin: 0;
	padding: 3px 0 3px 40px;
}
.table .expandclick h5 span:before {
	font-family: monospace;
	content: url(../images/arrow.png);
	width: 1em;
	display: inline-block;
}
.table .expandclick.clickexpanded h5 span:before {
	font-family: monospace;
	content: url(../images/arrow-down.png);
	width: 1em;
	display: inline-block;
}
.table ul {
	background-color: #afa198;
	color: #fff;
	margin: 0;
	padding: 0;
}
.table .expandclick ul.columns-5 li {
	border-right: 1px solid #533c2f;
	padding: 0 4px;
}
.table .expandclick ul.columns-5 li:last-child {
	border-right: none;
}
.table ul.columns-5 li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.table ul.columns-5 li {
	width: 18%;
	min-width: 121px;
}
.table ul li .expand-yes {
	display: none;
}
.table ul.columns-5.heading {
	background-color: #533d30;
	color: #fff;
	padding: 0;
	text-align: center;
}
.table ul.columns-5.heading li {
	border-right: 1px solid transparent;
	padding: 3px 4px;
}
.table ul.columns-5.heading li:last-child {
	border-right: none;
}
.table ul li {
	font-size: 12px;
	vertical-align: top;
}
.table ul li h6:first-child {
	margin-top: 4px;
}
.table ul li h6 {
	font-size: 12px;
	margin: 12px 0 6px 0;
}
.table ul li p {
	font-size: 12px;
	margin: 4px 0 6px 0;
}
.table ul li table {
	padding: 0 0.6em;
	width: 100%;
}
.table ul li table.cols-2 td {
	width: 50%;
}
.table ul li table td:first-child {
	text-align: right;
}
.table .clickexpanded ul li {
	vertical-align: top;
}
.table .clickexpanded ul li .expand-yes {
	display: block;
}
.table .clickexpanded ul li .expand-no {
	display: none;
}
.table .clickexpanded ul.columns-5 li {
	padding-bottom: 10px;
}
.table .clickexpanded ul li p {
	margin: 0;
}

#currentPin .thumbnail-holder {
	height: 58px;
	overflow: visible;
	position: relative;
	margin: 17px;
}
#currentPlot .gallery {
	padding: 0 40px;
}
#currentPlot .gallery dl, #currentPin .gallery dl {
	display: inline-block;
	float: none;
	margin: 0;
	text-align: center;
	width: 80px;
}
#currentPlot .gallery dl a, #currentPin .gallery dl a {
	display: block;
}
#currentPlot .gallery dl img, #currentPin .gallery dl img {
	border: none;
	height: auto;
	width: 85%;
}
#currentPin .gallery {
	height: 58px;
	padding: 0;
	position: relative;
	width: 100%;
	min-width: 100%;
}
#currentPin .gallery dl {
	height: 58px;
	width: 58px;
}
#currentPin .thumbnail-holder .mCustomScrollBox {
	overflow: visible;
}
#currentPin .thumbnail-holder .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -9px;
}

h4.color-research:after {
	content: url('../images/pin_research_small.png');
}
h4.color-grower:after {
	content: url('../images/pin_farmer_small.png');
}
h4.color-in-progress:after {
	content: url('../images/pin_progress_small.png');
}
@media only screen and (max-width: 1024px) {
	#gmap_wheater, #pinInfoSlide {
		max-height: 300px;
	}
}
@media only screen and (max-width: 768px) {
	#gmap_wheater, #pinInfoSlide {
		max-height: 330px;
	}
	#gmap_wheater.overlayed {
		width: 100%;
	}
	#pinInfoSlide.overlayed {
		right: -28%;
	}
	.table {
		overflow: auto;
	}
	.table h5 {
		width: 726px;
	}
	.table ul {
		width: 616px;
	}
	.table ul.columns-5 li {
		width: 141px;
	}
	.table ul.columns-5 li:first-child {
		width: 141px;
	}

    .table .expandclick h5 span {
	    position: absolute;
    }
	.table ul.columns-5 {
		min-height: 40px;
		padding-left: 150px;
	}
	.table ul.columns-5.heading {
		min-height: 21px;
		padding-left: 150px;
	}
	.table ul.columns-5.heading li:first-child {
		background-color: #533c2f;
	}
	.table ul.columns-5 li:first-child {
		background-color: #ae9f97;
		left: 0;
		position: absolute;
	}
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.show-for-small {
	display: block;
}
.hide-for-small {
	display: none;
}
@media only screen and (min-width: 40.063em) {
	.show-for-small {
		display: none;
	}
	.hide-for-small {
		display: block;
	}
}
#mapLegendContainerSmall {
	font-size: 90%;
}
#mapLegendContainerSmall td:last-child {
	padding-left: 1rem;
}
.expanded {
	display: none;
}
.unexpanded {
	display: block;
}
.clicked .expanded {
	display: block;
}
.clicked .unexpanded {
	display: none;
}
.in-progress-disclaimer p {
	color: #d5eaf7 !important;
	font-size: 1.2rem !important;
	margin-top: 2rem !important;
}
#currentPlot .in-progress-disclaimer p {
	color: #999 !important;
}
#colorbox button:focus {
	outline: 0;
}
#cboxTitle {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 28px;
	box-sizing: border-box;
	color: #ddd;
	font-size: 0.8em;
	height: auto;
	padding: 0.4em;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;
}
@media only screen and (min-width: 40.063em) {
	#cboxTitle {
		font-size: 1em;
		padding: 0.7em;
	}
}
