article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0c2bb;
}
.table th,
.table td {
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d0c2bb;
  color: #7b7b7b;
}
.table td {
  padding: 12px 8px;
}
.table th {
  padding: 8px;
  color: #532700;
  font-size: 15px;
  font-weight: 700;
  border-width: 0;
  vertical-align: top;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #d0c2bb;
}
.table th.heading {
  font-size: 22px;
  font-weight: 700;
  color: #445b00;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 0;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f3eae5;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 14px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 54px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 94px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 134px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 174px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 214px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 254px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 294px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 334px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 374px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 414px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 454px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
body {
  margin: 0;
  font-family: 'Roboto', Arial, Helvetica, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #383838;
  background-color: #532700;
}
a {
  text-decoration: none;
}
a {
  color: #7aa100;
}
a:hover,
a:active {
  color: #f26532;
}
div:focus {
  outline: 0;
}
.page-heading {
  color: #445b00;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px dashed #d8d5d2;
}
#stories-header {
  font-family: Lobster, cursive;
  color: #f26532;
  text-transform: none;
}
#story-title {
  color: #8ebc00;
}
#story-title:hover {
  color: #f26532;
}
.stay-connected-header {
  margin-bottom: 20px;
}
.stay-connected-header a {
  color: #8ebc00;
}
.stay-connected-header a:visited {
  color: #8ebc00;
}
.stay-connected-header a:hover {
  color: #f26532;
}
.module-heading {
  font-size: 22px;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 8px;
}
.related-teams .module-heading.completed {
  font-style: italic;
  font-size: 16px;
  margin-top: 15px;
}
.module-heading.single-line {
  line-height: 1.7em;
}
.module-item-heading {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0 0 2px;
  color: #532700;
  text-transform: none;
}
.module-item-heading a:link,
.module-item-heading a:visited {
  color: #532700;
}
.module-item-heading a:hover,
.module-item-heading a:active {
  color: #f26532;
}
h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta,
.episilon {
  color: #445b00;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
}
h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
.alpha a:link,
.alpha a:visited,
.beta a:link,
.beta a:visited,
.gamma a:link,
.gamma a:visited,
.delta a:link,
.delta a:visited,
.episilon a:link,
.episilon a:visited {
  color: #445b00;
}
h1 a:hover,
h1 a:active,
h2 a:hover,
h2 a:active,
h3 a:hover,
h3 a:active,
h4 a:hover,
h4 a:active,
.alpha a:hover,
.alpha a:active,
.beta a:hover,
.beta a:active,
.gamma a:hover,
.gamma a:active,
.delta a:hover,
.delta a:active,
.episilon a:hover,
.episilon a:active {
  color: #f26532;
}
h1,
.alpha {
  color: #445b00;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px dashed #d8d5d2;
}
h2,
.beta {
  font-size: 22px;
  margin: 0 0 5px;
}
h3,
.gamma {
  font-size: 18px;
  line-height: 1.1em;
}
h4,
.delta,
h5,
.epsilon {
  font-size: 16px;
  color: #532700;
}
h4 a:link,
h4 a:visited,
.delta a:link,
.delta a:visited,
h5 a:link,
h5 a:visited,
.epsilon a:link,
.epsilon a:visited {
  color: #532700;
}
h4 a:hover,
h4 a:active,
.delta a:hover,
.delta a:active,
h5 a:hover,
h5 a:active,
.epsilon a:hover,
.epsilon a:active {
  color: #f26532;
}
h5,
.epsilon {
  font-size: 14px;
}
.lead {
  font-size: 19px;
  margin-top: 10px;
}
.sub {
  font-size: 75%;
  line-height: 1em;
}
.text-caps {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-brown {
  color: #532700;
}
.text-green {
  color: #7aa100;
}
p {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin: 0 0 18px;
}
ul,
ol {
  margin: 0 0 18px 36px;
  padding: 0;
}
ul.fancy li {
  list-style-image: url(../../bundles/vdwvtfa/images/icons/double-arrow-right-orange.png);
}
.catchword {
  font-size: 75%;
}
hr {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  background: #532700;
  height: 5px;
  outline: 0;
  margin: 10px 0;
  clear: both;
}
.content-secondary hr {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 2px;
}
table.table-alt {
  border: 0;
  border-top: 3px solid #532700;
}
table.table-alt thead th {
  border-bottom: 3px solid #532700;
}
.list-plain {
  list-style-image: none;
  list-style: none;
}
.leader {
  font-size: 16px;
  line-height: 1.5em;
}
.file-info {
  font-size: 12px;
  color: #7b7b7b;
  text-transform: uppercase;
  font-weight: normal;
}
.metadata {
  color: #383838;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0 0 2px;
}
.btn-details {
  font-weight: 700;
  margin: 0;
}
.btn-view-all {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  text-decoration: underline;
}
.btn-view-all a:link,
.btn-view-all a:visited {
  color: #f26532;
}
.btn-view-all a:hover,
.btn-view-all a:active {
  color: #532700;
}
a[href^="mailto:"],
.ellipsis {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
.image-right,
.image-left {
  font-size: 15px;
  line-height: 1.4em;
  background-color: #f3eae5;
}
.image-right img,
.image-left img {
  display: block;
}
.image-right .caption,
.image-left .caption {
  color: #532700;
  padding: 10px;
  margin: 0;
}
.image-right .credit,
.image-left .credit {
  font-style: italic;
  display: block;
}
.image-right {
  float: right;
  margin: 0 0 9px 18px;
}
.image-left {
  float: left;
  margin: 0 18px 9px 0;
}
.image-center {
  text-align: center;
}
[class*="image-"].simple img {
  border: 1px solid #7aa100;
}
.module-content ul {
  margin-left: 0;
}
.module-content li {
  list-style-image: none;
  list-style: none;
}
.module-content > :last-child {
  margin-bottom: 0;
}
.module-item-teaser :last-child {
  margin-bottom: 0;
}
.module-item-extras a {
  display: block;
}
.module-item .image {
  float: left;
  padding: 0 10px 10px 0;
}
.module-item .image img {
  border: 1px solid #445b00;
}
.module-item {
  margin-bottom: 20px;
  overflow: hidden;
}
.module-item .image {
  float: left;
  margin-left: 10px;
  width: 70px;
}
.module-item.has-image {
  margin-left: -10px;
  *zoom: 1;
}
.module-item.has-image:before,
.module-item.has-image:after {
  display: table;
  content: "";
  line-height: 0;
}
.module-item.has-image:after {
  clear: both;
}
.has-image .module-item-content {
  margin-left: 90px;
}
.collections h1 {
  color: #73b1e6;
}
.heading-search-atlas {
  display: block;
  height: 64px;
  width: 233px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/atlas/search-the-atlas.png);
}
.skin-orange {
  border: 1px solid #d8d5d2;
  position: relative;
  z-index: 10;
}
.skin-orange:after {
  border-bottom: 5px solid #f26532;
}
.skin-indent {
  margin-left: 18px;
}
.skin-brown .module-heading {
  color: #532700;
}
[class^="cta-connected"] {
  display: block;
  height: 82px;
  width: 156px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/cta-get-connected.png);
}
[class^="cta-connected"]:hover,
[class^="cta-connected"]:active {
  opacity: 0.7;
}
.cta-connected-get-listed {
  background-position: 0 0;
}
.cta-connected-join-network {
  background-position: -156px 0;
}
.cta-connected-support-f2p {
  background-position: -312px 0;
}
.text-farm-to-plate-green {
  display: inline-block;
  height: 38px;
  width: 142px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/logo-farm-to-plate-green.png);
  vertical-align: middle;
}
.text-about-farm-to-plate {
  display: inline-block;
  height: 44px;
  width: 156px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/text/about-farm-to-plate.png);
}
.text-supported-by {
  display: inline-block;
  height: 25px;
  width: 100%;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/text/supported-by.png);
  background-position: 50% 50%;
  background-color: #f26532;
}
.text-get-connected a {
  display: block;
  height: 79px;
  width: 100%;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/text/get-connected.png);
  background-position: 50% 0;
}
.border-green {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 10px solid #7aa100;
}
.border-gray {
  border: 1px solid #d8d5d2;
}
.border-second:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.border-brown {
  background: #f3eae5;
  border: 6px solid #d0c2bb;
  position: relative;
  z-index: 10;
}
.border-white-bottom {
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}
.border-white-top {
  padding-top: 4px;
  border-top: 1px solid #fff;
}
.border-dashed-white-bottom {
  padding-bottom: 4px;
  border-bottom: 1px dashed #fff;
}
.border-dashed-white-top {
  padding-top: 4px;
  border-top: 1px dashed #fff;
}
.border-brown:after {
  border: 1px solid #fff;
}
.newsletter-signup h2.gamma {
  font-size: 17px;
}
#newsletter-standalone .border-brown,
#newsletter-standalone .border-brown:after {
  border: none;
}
.border-double-top-bottom {
  border-style: double;
  border-width: 3px 0;
  border-color: #7aa100;
  padding: 3px 0;
}
.link-green a:link,
.link-green a:visited {
  color: #7aa100;
}
.link-green a:hover,
.link-green a:active {
  color: #7aa100;
  opacity: 0.8;
}
.link-green-dark a:link,
.link-green-dark a:visited {
  color: #445b00;
}
.link-green-dark a:hover,
.link-green-dark a:active {
  color: #445b00;
  opacity: 0.8;
}
.link-green-dark .current a {
  color: #f26532;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
}
.icon-eye {
  display: inline-block;
  height: 12px;
  width: 19px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/icons/eye.png);
  top: -2px;
  left: -3px;
}
.icon-compass {
  display: inline-block;
  height: 26px;
  width: 26px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/icons/compass.png);
  vertical-align: middle;
}
.icon-arrow-right-green {
  display: inline-block;
  height: 15px;
  width: 8px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/icons/arrow-right-green.png);
}
.icon-arrow-left-green {
  display: inline-block;
  height: 15px;
  width: 8px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/icons/arrow-left-green.png);
}
.icon-newsletter {
  display: inline-block;
  height: 24px;
  width: 28px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/icons/newsletter.png);
}
.list-big li {
  font-size: 16px;
  font-weight: bold;
  color: #7aa100;
  margin-bottom: 10px;
}
.list-center {
  text-align: center;
}
.list-horizontal {
  margin: 0;
  overflow: hidden;
}
.list-horizontal li {
  float: left;
}
.list-no-margin {
  margin: 0;
}
.spacious-before {
  margin-top: 18px;
}
.spacious-after {
  margin-bottom: 18px;
}
.spacious-after-small {
  margin-bottom: 10px;
}
.spacious-inside {
  padding: 10px 15px;
}
[class*="span"].or {
  font-size: 20px;
  color: #445b00;
  font-weight: bold;
  line-height: 3em;
}
.position-parent {
  position: relative;
}
.loading-indicator.center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
}
h3.faq-question:before {
  content: '+ ';
}
h3.faq-question.expanded:before {
  content: '- ';
}
h3.faq-question {
  color: #532700;
  font-size: 16.8px;
  line-height: 24px;
  font-weight: bold;
}
h3.faq-question:hover {
  text-decoration: underline;
  cursor: pointer;
}
.heading .category-description {
  font-size: 14px;
  line-height: 1em;
  font-weight: normal;
  margin: 10px;
}
.ui-dialog-dropdown-widget .btn-search-now {
  margin-left: 15px;
}
.rss-link img {
  padding-bottom: 5px;
}
.rss-link a,
.rss-link a:visited {
  color: #f27814;
  font-size: 27px;
  font-weight: bold;
}
.rss-link .text {
  margin-left: -3px;
}
.js-hide {
  display: none;
}
.no-js .js-hide {
  display: block;
}
.letter-group {
  margin-top: 1em;
}
.letter-group:first-child {
  margin-top: 0;
}
body {
  background: #fff;
  padding: 2em;
}
[id*="nav-"],
[class*="nav-"],
#site-search,
[class*="btn"],
form,
.pagination,
.controls {
  display: none;
}
#site-sponsor {
  min-height: 200px;
  margin-bottom: 18px;
}
#site-sponsor .sponsor {
  top: 30px !important;
}
.jcarousel {
  height: auto !important;
}
.jcarousel ul {
  margin: 0;
}
.jcarousel li {
  list-style-image: none;
  list-style: none;
  margin-right: 10px;
}
#home h1 {
  display: none;
}
#featured-stories {
  overflow: hidden;
  margin-bottom: 18px;
  min-height: 425px;
}
#featured-stories ul {
  margin: 0;
}
#featured-stories li {
  list-style-image: none;
  list-style: none;
}
#now-showing .videos {
  display: none;
}
