.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../../bundles/vdwvtfa/vendor/fancyapps/fancybox/source/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../bundles/vdwvtfa/vendor/fancyapps/fancybox/source/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../../bundles/vdwvtfa/vendor/fancyapps/fancybox/source/blank.gif');
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../../bundles/vdwvtfa/vendor/fancyapps/fancybox/source/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}

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;
}
.row {
  margin-left: -10px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 10px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 950px;
}
.span24 {
  width: 950px;
}
.span23 {
  width: 910px;
}
.span22 {
  width: 870px;
}
.span21 {
  width: 830px;
}
.span20 {
  width: 790px;
}
.span19 {
  width: 750px;
}
.span18 {
  width: 710px;
}
.span17 {
  width: 670px;
}
.span16 {
  width: 630px;
}
.span15 {
  width: 590px;
}
.span14 {
  width: 550px;
}
.span13 {
  width: 510px;
}
.span12 {
  width: 470px;
}
.span11 {
  width: 430px;
}
.span10 {
  width: 390px;
}
.span9 {
  width: 350px;
}
.span8 {
  width: 310px;
}
.span7 {
  width: 270px;
}
.span6 {
  width: 230px;
}
.span5 {
  width: 190px;
}
.span4 {
  width: 150px;
}
.span3 {
  width: 110px;
}
.span2 {
  width: 70px;
}
.span1 {
  width: 30px;
}
.offset24 {
  margin-left: 970px;
}
.offset23 {
  margin-left: 930px;
}
.offset22 {
  margin-left: 890px;
}
.offset21 {
  margin-left: 850px;
}
.offset20 {
  margin-left: 810px;
}
.offset19 {
  margin-left: 770px;
}
.offset18 {
  margin-left: 730px;
}
.offset17 {
  margin-left: 690px;
}
.offset16 {
  margin-left: 650px;
}
.offset15 {
  margin-left: 610px;
}
.offset14 {
  margin-left: 570px;
}
.offset13 {
  margin-left: 530px;
}
.offset12 {
  margin-left: 490px;
}
.offset11 {
  margin-left: 450px;
}
.offset10 {
  margin-left: 410px;
}
.offset9 {
  margin-left: 370px;
}
.offset8 {
  margin-left: 330px;
}
.offset7 {
  margin-left: 290px;
}
.offset6 {
  margin-left: 250px;
}
.offset5 {
  margin-left: 210px;
}
.offset4 {
  margin-left: 170px;
}
.offset3 {
  margin-left: 130px;
}
.offset2 {
  margin-left: 90px;
}
.offset1 {
  margin-left: 50px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.05263157895%;
  *margin-left: 1%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.05263157895%;
}
.row-fluid .span24 {
  width: 100%;
  *width: 99.9473684211%;
}
.row-fluid .span23 {
  width: 95.7894736842%;
  *width: 95.7368421053%;
}
.row-fluid .span22 {
  width: 91.5789473684%;
  *width: 91.5263157895%;
}
.row-fluid .span21 {
  width: 87.3684210526%;
  *width: 87.3157894737%;
}
.row-fluid .span20 {
  width: 83.1578947368%;
  *width: 83.1052631579%;
}
.row-fluid .span19 {
  width: 78.9473684211%;
  *width: 78.8947368421%;
}
.row-fluid .span18 {
  width: 74.7368421053%;
  *width: 74.6842105263%;
}
.row-fluid .span17 {
  width: 70.5263157895%;
  *width: 70.4736842105%;
}
.row-fluid .span16 {
  width: 66.3157894737%;
  *width: 66.2631578947%;
}
.row-fluid .span15 {
  width: 62.1052631579%;
  *width: 62.0526315789%;
}
.row-fluid .span14 {
  width: 57.8947368421%;
  *width: 57.8421052632%;
}
.row-fluid .span13 {
  width: 53.6842105263%;
  *width: 53.6315789474%;
}
.row-fluid .span12 {
  width: 49.4736842105%;
  *width: 49.4210526316%;
}
.row-fluid .span11 {
  width: 45.2631578947%;
  *width: 45.2105263158%;
}
.row-fluid .span10 {
  width: 41.0526315789%;
  *width: 41%;
}
.row-fluid .span9 {
  width: 36.8421052632%;
  *width: 36.7894736842%;
}
.row-fluid .span8 {
  width: 32.6315789474%;
  *width: 32.5789473684%;
}
.row-fluid .span7 {
  width: 28.4210526316%;
  *width: 28.3684210526%;
}
.row-fluid .span6 {
  width: 24.2105263158%;
  *width: 24.1578947368%;
}
.row-fluid .span5 {
  width: 20%;
  *width: 19.9473684211%;
}
.row-fluid .span4 {
  width: 15.7894736842%;
  *width: 15.7368421053%;
}
.row-fluid .span3 {
  width: 11.5789473684%;
  *width: 11.5263157895%;
}
.row-fluid .span2 {
  width: 7.36842105263%;
  *width: 7.31578947368%;
}
.row-fluid .span1 {
  width: 3.15789473684%;
  *width: 3.10526315789%;
}
.row-fluid .offset24 {
  margin-left: 102.105263158%;
  *margin-left: 102%;
}
.row-fluid .offset24:first-child {
  margin-left: 101.052631579%;
  *margin-left: 100.947368421%;
}
.row-fluid .offset23 {
  margin-left: 97.8947368421%;
  *margin-left: 97.7894736842%;
}
.row-fluid .offset23:first-child {
  margin-left: 96.8421052632%;
  *margin-left: 96.7368421053%;
}
.row-fluid .offset22 {
  margin-left: 93.6842105263%;
  *margin-left: 93.5789473684%;
}
.row-fluid .offset22:first-child {
  margin-left: 92.6315789474%;
  *margin-left: 92.5263157895%;
}
.row-fluid .offset21 {
  margin-left: 89.4736842105%;
  *margin-left: 89.3684210526%;
}
.row-fluid .offset21:first-child {
  margin-left: 88.4210526316%;
  *margin-left: 88.3157894737%;
}
.row-fluid .offset20 {
  margin-left: 85.2631578947%;
  *margin-left: 85.1578947368%;
}
.row-fluid .offset20:first-child {
  margin-left: 84.2105263158%;
  *margin-left: 84.1052631579%;
}
.row-fluid .offset19 {
  margin-left: 81.0526315789%;
  *margin-left: 80.9473684211%;
}
.row-fluid .offset19:first-child {
  margin-left: 80%;
  *margin-left: 79.8947368421%;
}
.row-fluid .offset18 {
  margin-left: 76.8421052632%;
  *margin-left: 76.7368421053%;
}
.row-fluid .offset18:first-child {
  margin-left: 75.7894736842%;
  *margin-left: 75.6842105263%;
}
.row-fluid .offset17 {
  margin-left: 72.6315789474%;
  *margin-left: 72.5263157895%;
}
.row-fluid .offset17:first-child {
  margin-left: 71.5789473684%;
  *margin-left: 71.4736842105%;
}
.row-fluid .offset16 {
  margin-left: 68.4210526316%;
  *margin-left: 68.3157894737%;
}
.row-fluid .offset16:first-child {
  margin-left: 67.3684210526%;
  *margin-left: 67.2631578947%;
}
.row-fluid .offset15 {
  margin-left: 64.2105263158%;
  *margin-left: 64.1052631579%;
}
.row-fluid .offset15:first-child {
  margin-left: 63.1578947368%;
  *margin-left: 63.0526315789%;
}
.row-fluid .offset14 {
  margin-left: 60%;
  *margin-left: 59.8947368421%;
}
.row-fluid .offset14:first-child {
  margin-left: 58.9473684211%;
  *margin-left: 58.8421052632%;
}
.row-fluid .offset13 {
  margin-left: 55.7894736842%;
  *margin-left: 55.6842105263%;
}
.row-fluid .offset13:first-child {
  margin-left: 54.7368421053%;
  *margin-left: 54.6315789474%;
}
.row-fluid .offset12 {
  margin-left: 51.5789473684%;
  *margin-left: 51.4736842105%;
}
.row-fluid .offset12:first-child {
  margin-left: 50.5263157895%;
  *margin-left: 50.4210526316%;
}
.row-fluid .offset11 {
  margin-left: 47.3684210526%;
  *margin-left: 47.2631578947%;
}
.row-fluid .offset11:first-child {
  margin-left: 46.3157894737%;
  *margin-left: 46.2105263158%;
}
.row-fluid .offset10 {
  margin-left: 43.1578947368%;
  *margin-left: 43.0526315789%;
}
.row-fluid .offset10:first-child {
  margin-left: 42.1052631579%;
  *margin-left: 42%;
}
.row-fluid .offset9 {
  margin-left: 38.9473684211%;
  *margin-left: 38.8421052632%;
}
.row-fluid .offset9:first-child {
  margin-left: 37.8947368421%;
  *margin-left: 37.7894736842%;
}
.row-fluid .offset8 {
  margin-left: 34.7368421053%;
  *margin-left: 34.6315789474%;
}
.row-fluid .offset8:first-child {
  margin-left: 33.6842105263%;
  *margin-left: 33.5789473684%;
}
.row-fluid .offset7 {
  margin-left: 30.5263157895%;
  *margin-left: 30.4210526316%;
}
.row-fluid .offset7:first-child {
  margin-left: 29.4736842105%;
  *margin-left: 29.3684210526%;
}
.row-fluid .offset6 {
  margin-left: 26.3157894737%;
  *margin-left: 26.2105263158%;
}
.row-fluid .offset6:first-child {
  margin-left: 25.2631578947%;
  *margin-left: 25.1578947368%;
}
.row-fluid .offset5 {
  margin-left: 22.1052631579%;
  *margin-left: 22%;
}
.row-fluid .offset5:first-child {
  margin-left: 21.0526315789%;
  *margin-left: 20.9473684211%;
}
.row-fluid .offset4 {
  margin-left: 17.8947368421%;
  *margin-left: 17.7894736842%;
}
.row-fluid .offset4:first-child {
  margin-left: 16.8421052632%;
  *margin-left: 16.7368421053%;
}
.row-fluid .offset3 {
  margin-left: 13.6842105263%;
  *margin-left: 13.5789473684%;
}
.row-fluid .offset3:first-child {
  margin-left: 12.6315789474%;
  *margin-left: 12.5263157895%;
}
.row-fluid .offset2 {
  margin-left: 9.47368421053%;
  *margin-left: 9.36842105263%;
}
.row-fluid .offset2:first-child {
  margin-left: 8.42105263158%;
  *margin-left: 8.31578947368%;
}
.row-fluid .offset1 {
  margin-left: 5.26315789474%;
  *margin-left: 5.15789473684%;
}
.row-fluid .offset1:first-child {
  margin-left: 4.21052631579%;
  *margin-left: 4.10526315789%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.contentColumn {
  float: left;
  margin-left: 10px;
  width: 710px;
  margin-left: 35px;
}
.l-primary-sidebar {
  margin-left: -10px;
  *zoom: 1;
}
.l-primary-sidebar:before,
.l-primary-sidebar:after {
  display: table;
  content: "";
  line-height: 0;
}
.l-primary-sidebar:after {
  clear: both;
}
.l-primary-sidebar .content-primary {
  float: left;
  margin-left: 10px;
  width: 710px;
}
.l-primary-sidebar .content-secondary {
  float: left;
  margin-left: 10px;
  width: 230px;
}
.l-primary-sidebar-equal {
  margin-left: -10px;
  *zoom: 1;
}
.l-primary-sidebar-equal:before,
.l-primary-sidebar-equal:after {
  display: table;
  content: "";
  line-height: 0;
}
.l-primary-sidebar-equal:after {
  clear: both;
}
.l-primary-sidebar-equal .content-primary {
  float: left;
  margin-left: 10px;
  width: 390px;
}
.l-primary-sidebar-equal .content-secondary {
  float: left;
  margin-left: 90px;
  width: 390px;
}
.l-two-col {
  background: transparent url(../../bundles/vdwvtfa/images/bg-5col-beige.png) repeat-y 25px 0;
  margin-left: -10px;
  *zoom: 1;
}
.l-two-col:before,
.l-two-col:after {
  display: table;
  content: "";
  line-height: 0;
}
.l-two-col:after {
  clear: both;
}
.l-two-col .col1 {
  float: left;
  margin-left: 10px;
  width: 190px;
}
.l-two-col .col2 {
  float: left;
  margin-left: 10px;
  width: 750px;
}
.l-three-col {
  background: transparent url(../../bundles/vdwvtfa/images/bg-5col-beige.png) repeat-y 25px 0;
  margin-left: -10px;
  *zoom: 1;
}
.l-three-col:before,
.l-three-col:after {
  display: table;
  content: "";
  line-height: 0;
}
.l-three-col:after {
  clear: both;
}
.l-three-col .col1 {
  float: left;
  margin-left: 10px;
  width: 190px;
}
.l-three-col .col2 {
  float: left;
  margin-left: 10px;
  width: 470px;
}
.l-three-col .col3 {
  float: left;
  margin-left: 10px;
  width: 270px;
}
.image-library.row {
  padding-left: 20px;
}
[class^="columns-"] .column {
  float: left;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class^="columns-"] .column:last-child {
  padding: 0;
}
.columns-3 .column {
  width: 33%;
}
.columns-4 .column {
  width: 25%;
}
.columns-5 .column {
  width: 20%;
}
.no-cols .column {
  width: 100%;
  float: none;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #383838;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #d8d5d2;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: 'Roboto', Arial, Helvetica, 'Helvetica Neue', sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #7b7b7b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #d8d5d2;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7b7b7b;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7b7b7b;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7b7b7b;
}
label.required span,
.required-indicator {
  color: #b94a48;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 10px;
}
input.span24, textarea.span24, .uneditable-input.span24 {
  width: 936px;
}
input.span23, textarea.span23, .uneditable-input.span23 {
  width: 896px;
}
input.span22, textarea.span22, .uneditable-input.span22 {
  width: 856px;
}
input.span21, textarea.span21, .uneditable-input.span21 {
  width: 816px;
}
input.span20, textarea.span20, .uneditable-input.span20 {
  width: 776px;
}
input.span19, textarea.span19, .uneditable-input.span19 {
  width: 736px;
}
input.span18, textarea.span18, .uneditable-input.span18 {
  width: 696px;
}
input.span17, textarea.span17, .uneditable-input.span17 {
  width: 656px;
}
input.span16, textarea.span16, .uneditable-input.span16 {
  width: 616px;
}
input.span15, textarea.span15, .uneditable-input.span15 {
  width: 576px;
}
input.span14, textarea.span14, .uneditable-input.span14 {
  width: 536px;
}
input.span13, textarea.span13, .uneditable-input.span13 {
  width: 496px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 456px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 416px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 376px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 336px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 296px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 256px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 216px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 176px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 136px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 96px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 56px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 16px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
.form-actions {
  clear: both;
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #5e5e5e;
  font-weight: normal;
}
.help-block {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.error .help-inline {
  color: #9d261d;
  padding: 5px;
  margin-top: 10px;
  border: 1px solid #9d261d;
  border-radius: 3px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-prepend .add-on,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #d0ff3b;
  border-color: #7aa100;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 20px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
label {
  font-size: 16px;
  font-weight: 700;
}
input,
select,
textarea {
  font-family: Arial, Helvetica, 'Helvetica Neue', sans-serif;
}
.input-plain {
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border: none;
  height: auto;
  width: auto;
}
.input-plain:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}
input.plain,
select.plain {
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border: none;
  height: auto;
  width: auto;
}
input.plain:focus,
select.plain:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.form-actions {
  background: #f3eae5;
  border-color: #d8d5d2;
}
label.checkbox {
  margin-bottom: 0;
  vertical-align: middle;
}
.form-center {
  text-align: center;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px,0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload {
  margin-bottom: 9px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileupload .thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}
.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}
.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}
.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}
.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}
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;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #d0c2bb;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #8dbb00;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f26532;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  background-color: #c3b2a9;
  background-image: -moz-linear-gradient(top,#bba79d,#d0c2bb);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#bba79d),to(#d0c2bb));
  background-image: -webkit-linear-gradient(top,#bba79d,#d0c2bb);
  background-image: -o-linear-gradient(top,#bba79d,#d0c2bb);
  background-image: linear-gradient(to bottom,#bba79d,#d0c2bb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbba69c', endColorstr='#ffd0c2bb', GradientType=0);
  border-color: #d0c2bb #d0c2bb #b1998e;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #d0c2bb;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  border-width: 0;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #d0c2bb;
  *background-color: #c6b4ac;
}
.btn:active,
.btn.active {
  background-color: #bba79d \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d0c2bb;
  *background-color: #d0c2bb;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #8f705d;
  background-color: #7f6453 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 6px 20px;
  font-size: 19.6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-primary-alt.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  background-color: #82ab00;
  background-image: -moz-linear-gradient(top,#7aa100,#8dbb00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#7aa100),to(#8dbb00));
  background-image: -webkit-linear-gradient(top,#7aa100,#8dbb00);
  background-image: -o-linear-gradient(top,#7aa100,#8dbb00);
  background-image: linear-gradient(to bottom,#7aa100,#8dbb00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7aa100', endColorstr='#ff8dba00', GradientType=0);
  border-color: #8dbb00 #8dbb00 #536e00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #8dbb00;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #8dbb00;
  *background-color: #7aa100;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #678800 \9;
}
.btn-primary-alt {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  background-color: #f37345;
  background-image: -moz-linear-gradient(top,#f26532,#f58962);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f26532),to(#f58962));
  background-image: -webkit-linear-gradient(top,#f26532,#f58962);
  background-image: -o-linear-gradient(top,#f26532,#f58962);
  background-image: linear-gradient(to bottom,#f26532,#f58962);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff26532', endColorstr='#fff58961', GradientType=0);
  border-color: #f58962 #f58962 #f0531a;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f58962;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary-alt:hover,
.btn-primary-alt:active,
.btn-primary-alt.active,
.btn-primary-alt.disabled,
.btn-primary-alt[disabled] {
  color: #fff;
  background-color: #f58962;
  *background-color: #f4774a;
}
.btn-primary-alt:active,
.btn-primary-alt.active {
  background-color: #f26532 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #f5855d;
  background-image: -moz-linear-gradient(top,#f79b7a,#f26532);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f79b7a),to(#f26532));
  background-image: -webkit-linear-gradient(top,#f79b7a,#f26532);
  background-image: -o-linear-gradient(top,#f79b7a,#f26532);
  background-image: linear-gradient(to bottom,#f79b7a,#f26532);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff69b79', endColorstr='#fff26532', GradientType=0);
  border-color: #f26532 #f26532 #cb3f0d;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f26532;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f26532;
  *background-color: #f0531a;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #e3470e \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #7aa100;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #f26532;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #383838;
  text-decoration: none;
}
.btn-download {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  height: 20px;
}
.btn-download .icon-download {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: #f26532 url(../../bundles/vdwvtfa/images/icons/download-mask.png) no-repeat 0 0;
}
.btn-download:link,
.btn-download:visited {
  color: #f26532;
}
.btn-download:hover,
.btn-download:active {
  color: #7aa100;
}
.btn-download:hover .icon-download,
.btn-download:active .icon-download {
  background-color: #7aa100;
}
.btn-join-group {
  width: 150px;
  height: 30px;
}
.btn-join-group a {
  display: block;
  text-indent: -999em;
  background: transparent url(../../bundles/vdwvtfa/images/btn-join-group.png) no-repeat 0 0;
  width: 230px;
  height: 30px;
}
.btn-join-group a:hover,
.btn-join-group a:active {
  background-position: 0 -30px;
}
.btn-add {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0 0 10px;
}
.btn-add a:link,
.btn-add a:visited {
  color: #f26532;
}
.btn-add a:hover,
.btn-add a:active {
  color: #7aa100;
}
.btn-archive {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
}
.btn-back {
  font-weight: 700;
  text-transform: uppercase;
}
.btn-back a:link,
.btn-back a:visited {
  color: #f26532;
}
.btn-back a:hover,
.btn-back a:active {
  color: #7aa100;
}
.lt-ie8 .btn-back a span {
  display: block;
  float: left;
  margin-top: 4px;
}
.btn-add-to-collection {
  font-weight: bold;
  text-transform: uppercase;
  color: #73b1e6;
}
.btn-add-to-collection:hover,
.btn-add-to-collection:active {
  color: #9ec9ee;
}
.btn-add-to-collection:hover .icon,
.btn-add-to-collection:active .icon {
  opacity: 0.8;
}
.btn-add-to-collection .icon {
  display: inline-block;
  text-decoration: none;
  border: 0;
}
.big .btn-add-to-collection .icon {
  float: left;
  margin-right: 5px;
  position: relative;
  top: 5px;
  display: block;
  height: 26px;
  width: 26px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/btn-add-to-collection-lg.png);
}
.big .btn-add-to-collection .label {
  font-size: 15px;
  line-height: 1em;
}
.big .btn-add-to-collection .label em {
  font-size: 18px;
  font-style: normal;
  display: block;
}
.mini .btn-add-to-collection .icon {
  display: block;
  height: 13px;
  width: 14px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/btn-add-to-collection.png);
  display: inline-block;
}
.before .btn-add-to-collection {
  float: left;
  position: relative;
  top: 2px;
  margin: 0 4px 0 0;
}
.before .btn-add-to-collection .icon {
  display: block;
}
.big .btn-add-to-collection .icon {
  float: left;
  margin-right: 5px;
  display: block;
  height: 26px;
  width: 26px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/btn-add-to-collection-lg.png);
  display: inline-block;
}
.big .btn-add-to-collection .label span {
  font-size: 15px;
  display: block;
}
.big .btn-add-to-collection .label em {
  font-size: 18px;
}
[data-provides="collection-item"].atlas {
  float: right;
  width: 170px;
  position: relative;
  z-index: 10;
}
[data-provides="collection-item"].atlas-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
}
#export-search-results-wrap {
  float: right;
  width: 170px;
  margin-right: 10px;
  position: relative;
  z-index: 10;
}
.atlas-list#export-search-results-wrap {
  position: absolute;
  top: 0;
  right: 180px;
  width: 170px;
}
.btn-export-search-results {
  text-transform: uppercase;
  font-weight: bold;
  color: #7b7b7b;
}
.btn-export-search-results:hover,
.btn-export-search-results:active {
  color: #959595;
}
.btn-export-search-results:hover .icon,
.btn-export-search-results:active .icon {
  opacity: 0.8;
}
.btn-export-search-results .icon {
  float: left;
  margin-right: 5px;
  position: relative;
  top: 5px;
  display: block;
  height: 26px;
  width: 26px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/export.png);
}
.btn-export-search-results .label {
  font-size: 15px;
  line-height: 1em;
}
.btn-export-search-results .label em {
  font-size: 18px;
  font-style: normal;
  display: block;
}
.related-plan-sections [data-provides="collection-item"] {
  float: right;
}
.related-plan-sections [data-provides="collection-item"].before {
  float: left;
}
[data-provides="collection-item"] .icon {
  display: inline-block;
}
.btn-remove {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
.btn-remove .icon-close {
  width: 12px;
  height: 12px;
  display: inline-block;
  text-indent: -999em;
  background: transparent url(../../bundles/vdwvtfa/images/icons/close-mini-green.png) no-repeat 0 50%;
}
.btn-remove:link,
.btn-remove:visited {
  color: #7aa100;
}
.btn-remove:hover,
.btn-remove:active {
  opacity: 0.8;
  text-decoration: none;
}
.btn-support-farm-to-plate-small {
  display: block;
  height: 36px;
  width: 94px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/btn-support-farm-to-plate-small.png);
}
.btn-support-farm-to-plate-small:hover,
.btn-support-farm-to-plate-small:active {
  opacity: 0.8;
}
.btn-get-connected-bubble {
  display: block;
  height: 67px;
  width: 125px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/btn-get-connected-bubble.png);
}
.btn-get-connected-bubble:hover,
.btn-get-connected-bubble:active {
  opacity: 0.8;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.ui-dialog {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);
  position: absolute;
  overflow: hidden;
  background: #fef7f3;
}
.ui-dialog a:focus {
  outline: 0;
}
.ui-dialog-titlebar {
  padding: 20px 0 10px;
}
.collapse-title .ui-dialog-titlebar {
  padding: 0;
}
.ui-dialog-title {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #532700;
}
.ui-dialog-titlebar-close {
  background: none;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  color: #7b7b7b;
  position: absolute;
  top: 5px;
  right: 10px;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active {
  color: #7b7b7b;
  opacity: 0.7;
}
.ui-dialog-titlebar-close .ui-icon {
  padding-left: 15px;
  background: transparent url(../../bundles/vdwvtfa/images/icons/close-mini.png) no-repeat 0 50%;
}
.ui-dialog-content {
  padding: 10px 30px;
}
.ui-dialog-default {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 5px solid #f26532;
}
.ui-dialog-buttonpane {
  text-align: center;
  padding: 10px;
}
.ui-dialog.login {
  z-index: 500;
}
.ui-dialog.login .ui-dialog-title {
  padding-top: 40px;
  background: transparent url(../../bundles/vdwvtfa/images/icons/login.png) no-repeat 50% 10px;
}
.ui-dialog.collections {
  z-index: 200;
  display: none;
}
.no-js .ui-dialog.collections {
  display: block;
}
.ui-dialog-dropdown-widget {
  box-shadow: none;
  border: 2px solid #7aa100;
  z-index: 11;
  display: none;
}
.js .ui-dialog-dropdown-widget {
  display: block;
}
.ui-dialog-dropdown-widget .ui-dialog-content > .control-group {
  height: 375px;
  padding-right: 15px;
  overflow: auto;
  position: relative;
}
.ui-dialog-dropdown-widget .ui-dialog-content > .control-group label {
  color: #532700;
  font-weight: normal;
}
.ui-dialog.map-message {
  z-index: 11;
}
.ui-dialog-org {
  z-index: 11;
}
.ui-dialog-org .ui-dialog-titlebar {
  padding: 0;
}
.ui-dialog-org .ui-dialog-titlebar-close {
  z-index: 100;
}
.ui-dialog-org .ui-dialog-title {
  display: none;
}
.nav-tabs {
  margin: 0;
  overflow: hidden;
}
.nav-tabs li {
  float: left;
  list-style-image: none;
  list-style: none;
}
.nav-tabs.default {
  padding-top: 5px;
}
.nav-tabs.default li {
  font-size: 15px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 3px;
  border-color: #d8d5d2;
  border-style: solid;
  border-width: 1px 0 0;
  position: relative;
  z-index: 5;
}
.nav-tabs.default li a,
.nav-tabs.default li strong {
  float: left;
  padding: 9px 18px;
  text-decoration: none;
  background: #eff2e4;
  outline: 0;
}
.nav-tabs.default li:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  border-width: 1px 0 0 1px;
  margin-left: 10px;
}
.nav-tabs.default li:last-child {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  border-width: 1px 1px 0 0;
}
.nav-tabs.default li a:link,
.nav-tabs.default li a:visited {
  color: #7b7b7b;
}
.nav-tabs.default li a:hover,
.nav-tabs.default li a:active {
  color: #f26532;
}
.nav-tabs.default li.ui-state-active,
.nav-tabs.default li.active {
  margin-top: 0;
  border-color: #7aa100;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  z-index: 8;
}
.nav-tabs.default li.ui-state-active a,
.nav-tabs.default li.active a,
.nav-tabs.default li.active strong {
  background: #7aa100;
  color: ;
  padding-top: 12px;
  color: #fff;
}
.tab-pane,
.ui-tabs-panel {
  *zoom: 1;
}
.tab-pane:before,
.tab-pane:after,
.ui-tabs-panel:before,
.ui-tabs-panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.tab-pane:after,
.ui-tabs-panel:after {
  clear: both;
}
.tab-pane.default,
.ui-tabs-panel.default {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 10px solid #7aa100;
  padding: 18px;
}
.nav-tabs.section {
  border-bottom: 5px solid #7aa100;
  margin-bottom: 12px;
}
.nav-tabs.section.highlight {
  border-bottom-width: 18px;
  margin-bottom: 15px;
}
.nav-tabs.section.highlight li {
  font-size: 16px;
}
.nav-tabs.alt {
  background: #d0c2bb;
  padding: 6px 6px 0;
  margin: 0 0 18px;
}
.nav-tabs.alt li {
  font-size: 18px;
  font-weight: bold;
}
.nav-tabs.alt li a {
  display: block;
  padding: 6px 30px;
}
.nav-tabs.alt li a:link,
.nav-tabs.alt li a:visited {
  color: #532700;
}
.nav-tabs.alt li a:hover,
.nav-tabs.alt li a:active {
  color: #a04b00;
}
.nav-tabs.alt li.ui-state-active a,
.nav-tabs.alt li.active a,
.nav-tabs.alt li.active strong {
  background: #fef7f3;
  color: #532700;
}
.nav-tabs.plain a {
  float: left;
  padding: 0 4px;
  border-right: 1px solid #d8d5d2;
}
.nav-tabs.plain :last-child a {
  border: 0;
}
.nav-tabs.plain .ui-state-active a,
.nav-tabs.plain .active a,
.nav-tabs.plain .active strong {
  color: #532700;
}
.admin .ui-tabs.ui-widget-content {
  border: none;
  background: none;
}
.admin .tab-pane.ui-widget-content {
  background: none;
}
.admin .ui-tabs .ui-widget-header {
  border: none;
  background: none;
}
.ui-widget {
  font-size: 1em;
}
.ui-datepicker .ui-datepicker-title select {
  height: auto;
  padding: 0;
}
.icon-reg {
  width: 17px;
  height: 17px;
  display: inline-block;
  text-indent: -999em;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
  top: -2px;
}
.icon-archive,
.icon-back {
  width: 17px;
  height: 17px;
  display: inline-block;
  text-indent: -999em;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
  top: -2px;
}
.icon-archive {
  background-image: url(../../bundles/vdwvtfa/images/icons/archive.png);
}
.icon-back {
  background-image: url(../../bundles/vdwvtfa/images/icons/back.png);
}
[class*=url-type] {
  width: 17px;
  height: 17px;
  display: inline-block;
  text-indent: -999em;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
  top: -2px;
  background-image: url(../../bundles/vdwvtfa/images/icons/social-networking.png);
}
[class*=url-type]:hover,
[class*=url-type]:active {
  opacity: 0.7;
}
.lt-ie8 .url-type-facebook {
  display: block;
}
.url-type-twitter {
  background-position: -17px 0;
}
.lt-ie8 .url-type-twitter {
  display: block;
}
.url-type-linkedin {
  background-position: -34px 0;
}
.lt-ie8 .url-type-linkedin {
  display: block;
}
.url-type-youtube {
  background-position: -51px 0;
}
.lt-ie8 .url-type-youtube {
  display: block;
}
.url-type-pinterest {
  background-position: -68px 0;
}
.lt-ie8 .url-type-pinterest {
  display: block;
}
.url-type-instagram {
  background-position: -85px 0;
}
.lt-ie8 .url-type-instagram {
  display: block;
}
.icon-mini {
  width: 13px;
  height: 13px;
  display: inline-block;
  text-indent: -999em;
  vertical-align: middle;
  background-repeat: no-repeat;
}
[class*="jcarousel-skin"] {
  position: relative;
}
[class*="jcarousel-skin"] .jcarousel {
  position: relative;
  overflow: hidden;
}
[class*="jcarousel-skin"] .jcarousel > ul {
  width: 200000px;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}
[class*="jcarousel-skin"] .jcarousel > ul > li {
  float: left;
  padding: 0;
  margin: 0;
}
[class*="jcarousel-skin"] .controls [class*=btn] {
  position: absolute;
  top: 0;
}
[class*="jcarousel-skin"] .controls [class*=btn]:hover,
[class*="jcarousel-skin"] .controls [class*=btn]:active {
  opacity: 0.7;
}
[class*="jcarousel-skin"] .controls [class*=btn].disabled {
  opacity: 0.3;
}
[class*="jcarousel-skin"] .controls .btn-prev {
  left: 0;
}
[class*="jcarousel-skin"] .controls .btn-next {
  right: 0;
}
.jcarousel-skin-atlas {
  background: #7aa100;
  padding: 0 40px;
}
.jcarousel-skin-atlas.is-loading {
  position: absolute;
  left: -999em;
}
.jcarousel-skin-atlas li {
  font-size: 13px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  width: 145px;
}
.jcarousel-skin-atlas li a {
  display: block;
  padding: 5px;
}
.jcarousel-skin-atlas li a:link,
.jcarousel-skin-atlas li a:visited {
  color: #fff;
}
.jcarousel-skin-atlas li a:hover,
.jcarousel-skin-atlas li a:active {
  color: #b4ee00;
}
.jcarousel-skin-atlas .image {
  line-height: 66px;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  background: #fff;
}
.jcarousel-skin-atlas img {
  vertical-align: middle;
}
.jcarousel-skin-atlas span {
  display: block;
}
.jcarousel-skin-atlas .user .org-name {
  font-weight: normal;
}
.jcarousel-skin-atlas .jcarousel {
  height: 150px;
  width: 100%;
}
.jcarousel-skin-atlas .controls a {
  display: block;
  height: 150px;
  width: 40px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/atlas/carousel-controls-atlas-search-prev.png);
  background-position: 50% 50%;
  background-color: #7aa100;
}
.jcarousel-skin-atlas .controls .btn-next {
  background-image: url(../../bundles/vdwvtfa/images/atlas/carousel-controls-atlas-search-next.png);
}
.jcarousel-skin-org-users {
  padding: 0 25px;
}
.jcarousel-skin-org-users .jcarousel {
  width: 270px;
  min-height: 100px;
}
.jcarousel-skin-org-users .jcarousel > ul > li {
  width: 270px;
}
.jcarousel-skin-org-users.wide .jcarousel {
  width: 345px;
}
.jcarousel-skin-org-users.wide .jcarousel > ul > li {
  width: 345px;
}
.jcarousel-skin-org-users .controls a {
  display: block;
  height: 100px;
  width: 25px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/icons/arrow-left-green.png);
  background-color: #fef7f3;
  background-position: 50% 50%;
}
.jcarousel-skin-org-users .controls .btn-next {
  background-image: url(../../bundles/vdwvtfa/images/icons/arrow-right-green.png);
}
.jcarousel-skin-default {
  background: #d0c2bb;
  padding: 0 35px;
  margin: 0 0 18px;
  width: 640px;
}
.jcarousel-skin-default li {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  width: 160px;
  color: #532700;
}
.jcarousel-skin-default li a {
  display: block;
  padding: 8px 5px;
}
.jcarousel-skin-default li a:link,
.jcarousel-skin-default li a:visited {
  color: #532700;
}
.jcarousel-skin-default li a:hover,
.jcarousel-skin-default li a:active {
  color: #a04b00;
}
.jcarousel-skin-default .image {
  line-height: 66px;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  margin-bottom: 3px;
}
.jcarousel-skin-default img {
  vertical-align: middle;
  border-radius: 2px;
  border: 2px solid #445b00;
}
.jcarousel-skin-default span {
  display: block;
}
.jcarousel-skin-default .sub {
  font-weight: normal;
}
.jcarousel-skin-default .jcarousel {
  height: 160px;
  width: 640px;
}
.jcarousel-skin-default .controls a {
  display: block;
  height: 130px;
  width: 35px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/atlas/carousel-controls-atlas-search-prev.png);
  background-position: 50% 50%;
  background-color: #d0c2bb;
}
.jcarousel-skin-default .controls .btn-next {
  background-image: url(../../bundles/vdwvtfa/images/atlas/carousel-controls-atlas-search-next.png);
}
.jcarousel-skin-default.compact {
  width: 360px;
}
.jcarousel-skin-default.compact .jcarousel {
  width: 360px;
}
.jcarousel-skin-default.compact li {
  width: 120px;
}
.jcarousel-skin-default.compact .sub {
  font-size: 12px;
  line-height: 1.3em;
}
.jcarousel-skin-marquee {
  background: transparent url(../../bundles/vdwvtfa/images/carousel-marquee.png) no-repeat 50% 0;
  padding: 0 25px;
}
.jcarousel-skin-marquee .jcarousel {
  width: 285px;
  border: 5px solid #f37b3c;
  background: #383838;
  min-height: 60px;
}
.jcarousel-skin-marquee .jcarousel > ul > li {
  width: 285px;
}
.jcarousel-skin-marquee .jcarousel a {
  display: block;
  padding: 5px;
}
.jcarousel-skin-marquee .jcarousel a:link,
.jcarousel-skin-marquee .jcarousel a:visited {
  color: #fff;
}
.jcarousel-skin-marquee .jcarousel a:hover,
.jcarousel-skin-marquee .jcarousel a:active {
  color: #f37b3c;
}
.jcarousel-skin-marquee .jcarousel .image {
  float: left;
}
.jcarousel-skin-marquee .jcarousel .description {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 0 0 100px;
  padding: 5px;
}
.jcarousel-skin-marquee .controls a {
  display: block;
  height: 70px;
  width: 25px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/carousel-controls-marquee-prev.png);
}
.jcarousel-skin-marquee .controls a.btn-prev {
  left: 5px;
  background-position: 7px 50%;
}
.jcarousel-skin-marquee .controls a.btn-next {
  background-image: url(../../bundles/vdwvtfa/images/carousel-controls-marquee-next.png);
  background-position: 5px 50%;
  right: 5px;
}
.jcarousel-skin-videos .jcarousel {
  width: 296px;
  height: 222px;
}
.jcarousel-skin-videos .controls a {
  position: relative;
  width: 30px;
  height: 47px;
  text-indent: -999em;
  transition: left 0.15s 0s ease, right 0.15s 0s ease, width 0.15s 0s ease;
}
.jcarousel-skin-videos .controls a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: #f37537;
}
.jcarousel-skin-videos .controls a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-repeat: no-repeat;
  transition: background-position 0.15s 0s ease;
}
.jcarousel-skin-videos .controls a.btn-prev,
.jcarousel-skin-videos .controls a.btn-next {
  top: 88px;
}
.jcarousel-skin-videos .controls a.btn-prev:not(.disabled):hover,
.jcarousel-skin-videos .controls a.btn-next:not(.disabled):hover {
  opacity: 1;
}
.jcarousel-skin-videos .controls a.btn-prev.disabled,
.jcarousel-skin-videos .controls a.btn-next.disabled {
  opacity: 1;
}
.jcarousel-skin-videos .controls a.btn-prev {
  left: -30px;
}
.jcarousel-skin-videos .controls a.btn-prev:before {
  border-radius: 100px 0 0 100px;
}
.jcarousel-skin-videos .controls a.btn-prev:after {
  background-image: url(../../bundles/vdwvtfa/images/carousel-controls-marquee-prev.png);
  background-position: 9px 55%;
}
.jcarousel-skin-videos .controls a.btn-prev:not(.disabled):hover {
  left: -33px;
  width: 33px;
}
.jcarousel-skin-videos .controls a.btn-next {
  right: -30px;
}
.jcarousel-skin-videos .controls a.btn-next:before {
  border-radius: 0 100px 100px 0;
}
.jcarousel-skin-videos .controls a.btn-next:after {
  background-image: url(../../bundles/vdwvtfa/images/carousel-controls-marquee-next.png);
  background-position: 8px 55%;
}
.jcarousel-skin-videos .controls a.btn-next:not(.disabled):hover {
  right: -33px;
  width: 33px;
}
.jcarousel-skin-videos .controls a.btn-next:not(.disabled):hover:after {
  background-position: 11px 55%;
}
.ui-expando-block {
  margin-bottom: 10px;
}
.ui-expando-block .heading {
  background: #a78a78;
  color: #000;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: none;
}
.ui-expando-block .heading a {
  display: block;
  text-decoration: none;
}
.ui-expando-block .heading a:link,
.ui-expando-block .heading a:visited {
  color: #000;
}
.ui-expando-block .flag {
  float: left;
  margin-top: -22px;
  margin-left: -19px;
  margin-right: 10px;
}
.ui-expando-block .content {
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}
.ui-expando-block .ui-expando-status {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  margin-top: 3px;
}
.ui-expando-block a {
  font-weight: bold;
  text-decoration: underline;
}
.ui-expando-block.loose .ui-expando-status {
  margin-top: 10px;
}
.filter-widget {
  margin-bottom: 20px;
}
.filter-widget label {
  display: block;
}
.leaflet-control-layers-list {
  margin: 0;
}
.leaflet-control-layers-list label {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  display: block;
  clear: both;
}
.leaflet-control-layers-list input[type="checkbox"],
.leaflet-control-layers-list input[type="radio"] {
  float: left;
  margin: 0 4px 0 0;
}
.leaflet-container .leaflet-control-attribution {
  font-size: 10px;
  line-height: 1.2em;
}
.leaflet-label {
  background: #fef7f3;
  background-clip: padding-box;
  border-color: #777;
  border-color: #f26532;
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  color: #532700;
  display: block;
  font: 11px/1.3em "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 1px 6px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 6;
}
.leaflet-label:before {
  border-bottom: 6px solid black;
  border-bottom-color: inherit;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  position: absolute;
  top: -6px;
  left: 46px;
}
.leaflet-control-layers,
.leaflet-bar {
  background-color: #fef7f3;
  border: 1px solid #7aa100;
  color: #532700;
}
.leaflet-bar-part {
  background-color: #fef7f3;
}
.leaflet-control-zoom a {
  color: #532700;
}
.leaflet-control-zoom a:hover {
  color: #b95700;
}
.leaflet-control-layers-toggle {
  background-image: url(../../bundles/vdwvtfa/images/icons/maps/layers.png);
}
.leaflet-bar .leaflet-control-zoom-fullscreen {
  background-image: url(../../bundles/vdwvtfa/images/icons/icon-fullscreen.png);
  width: 36px;
  height: 36px;
}
.is-fullscreen .leaflet-bar .leaflet-control-zoom-fullscreen {
  background-image: url(../../bundles/vdwvtfa/images/icons/icon-fullscreen-exit.png);
}
.border-box {
  border: 1px solid #f37b3c;
  border-radius: 5px;
  padding: 10px;
}
.sponsorships-heading {
  position: relative;
  border-bottom: none;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0;
  font-size: 22px;
}
.sponsorships-heading .ribbon {
  display: block;
  background: #8fbe00;
  background: -moz-linear-gradient(top,#8fbe00 0%,#7ba300 100%);
  background: -webkit-linear-gradient(top,#8fbe00 0%,#7ba300 100%);
  background: linear-gradient(to bottom,#8fbe00 0%,#7ba300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fbe00',endColorstr='#7ba300',GradientType=0);
  color: #ffffff;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  text-shadow: -1px 2px 2px rgba(0,0,0,0.3);
  position: relative;
  z-index: 2;
}
.sponsorships-heading .ribbon:before,
.sponsorships-heading .ribbon:after {
  content: '';
  position: absolute;
  bottom: -6px;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent #557100 transparent;
}
.sponsorships-heading .ribbon:before {
  left: 4px;
  transform: rotate(45deg);
}
.sponsorships-heading .ribbon:after {
  right: 4px;
  transform: rotate(-45deg);
}
.sponsorships-heading .wing-left,
.sponsorships-heading .wing-right {
  display: block;
  position: absolute;
  top: 10px;
  width: 50px;
  height: 100%;
  z-index: 1;
}
.sponsorships-heading .wing-left:before,
.sponsorships-heading .wing-right:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-width: 21px;
  border-style: solid;
}
.sponsorships-heading .wing-left {
  left: -40px;
  background: #8fbe00;
  background: -moz-linear-gradient(left,#8fbe00 0%,#668700 100%);
  background: -webkit-linear-gradient(left,#8fbe00 0%,#668700 100%);
  background: linear-gradient(to right,#8fbe00 0%,#668700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fbe00',endColorstr='#668700',GradientType=1);
  border-bottom-right-radius: 2px;
}
.sponsorships-heading .wing-left:before {
  border-color: transparent transparent transparent #fef7f3;
  left: 0;
}
.sponsorships-heading .wing-right {
  right: -40px;
  background: #668700;
  background: -moz-linear-gradient(left,#668700 0%,#8fbe00 100%);
  background: -webkit-linear-gradient(left,#668700 0%,#8fbe00 100%);
  background: linear-gradient(to right,#668700 0%,#8fbe00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#668700',endColorstr='#8fbe00',GradientType=1);
  border-bottom-left-radius: 2px;
}
.sponsorships-heading .wing-right:before {
  border-color: transparent #fef7f3 transparent transparent;
  right: 0;
}
.sponsorships-subheading {
  color: #f26532;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.sponsorships-text {
  font-size: 18px;
  margin-bottom: 25px;
}
.sponsorship-levels-heading {
  text-transform: uppercase;
  color: #f26532;
  margin-bottom: 15px;
}
.sponsorship-levels {
  background: #fef7f3;
}
.sponsorship-levels ul {
  margin: 0 0 10px 20px;
}
.sponsorship-levels__intro-text {
  font-style: italic;
  font-size: 14.5px;
  margin: 5px 0 15px 0;
}
.sponsorship-levels__row-titles th,
.sponsorship-levels__row-content td {
  border: 1px solid #000000;
  width: calc(20%);
}
.sponsorship-levels__row-titles th {
  font-weight: bold;
  padding: 8px 4px;
  font-size: 17px;
}
.sponsorship-levels__row-content td {
  vertical-align: top;
  padding: 4px;
}
.sponsorship-levels__row-content td,
.sponsorship-levels__row-content td p {
  font-size: 13px;
}
.sponsorship-levels__row-content td p {
  margin-bottom: 5px;
}
.sponsorship-levels__outro-text {
  text-align: center;
  font-weight: bold;
  margin: 10px 0 35px 0;
}
.sponsorship-tax-deduct {
  background: #fef7f3;
}
.sponsorship-tax-deduct__intro {
  margin: 15px 0;
  font-weight: normal;
  font-size: 18px;
}
.sponsorship__thanks {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  max-width: 600px;
  margin: 40px auto 15px auto;
  font-style: italic;
  color: #f26532;
}
#admin-approval-requests table ul {
  list-style: none;
}
#admin-approval-requests table li {
  padding-top: 5px;
}
.addthis_toolbox.inline {
  margin-top: 5px;
  margin-left: 10px;
  display: inline-block;
}
.image-library .image-link {
  display: block;
  width: 180px;
  margin: 0 auto;
}
.image-library .module {
  text-align: center;
}
.image-library .title {
  display: inline-block;
  font-size: 14px;
  padding-bottom: 10px;
}
.image-library .image-credit {
  padding-top: 10px;
  margin-bottom: 0px;
  font-size: 12px;
}
.image-library .download-button {
  margin-top: 10px;
}
.city-widget .letter-group {
  margin-left: 20px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
body {
  background: #532700;
  padding-top: 35px;
}
#wrapper {
  background: transparent url(../../bundles/vdwvtfa/images/bg-wrapper.png) repeat-y 50% 0;
}
#container {
  background: #fef7f3;
  margin: 0 auto;
  width: 980px;
  position: relative;
  padding-bottom: 15px;
}
#masthead {
  height: 220px;
  background: transparent url(../../bundles/vdwvtfa/images/bg-masthead.png) no-repeat 100% 100%;
  position: relative;
  margin-bottom: 62px;
  z-index: 50;
}
#logo {
  position: absolute;
  top: 34px;
  left: 17px;
}
#homepage-brand-statement {
  font-weight: bold;
  font-style: italic;
  font-family: 'Tinos', serif;
  color: #532700;
  background-color: #f3eae5;
}
#homepage-brand-statement p {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
#homepage-brand-statement hr {
  margin-top: 5px;
  margin-bottom: 15px;
}
#nav-get-connected {
  position: absolute;
  top: 60px;
  right: 15px;
}
#nav-support-farm-to-plate {
  position: absolute;
  top: 3px;
  right: 15px;
}
#nav-utility {
  position: absolute;
  top: 8px;
  right: 125px;
  z-index: 100;
}
#nav-utility li {
  position: absolute;
  top: 0;
  list-style-image: none;
  list-style: none;
}
#nav-utility li a {
  height: 22px;
  display: block;
  text-indent: -999em;
  background: transparent url(../../bundles/vdwvtfa/images/nav-utility.png) no-repeat 0 0;
}
#nav-login,
#nav-logout {
  right: 0;
}
#nav-login,
#nav-login a,
#nav-logout,
#nav-logout a {
  width: 100px;
}
#nav-login a:link,
#nav-login a:visited {
  background-position: 0 0;
}
#nav-login a:hover,
#nav-login a:active {
  background-position: 0 -22px;
}
#nav-logout a:link,
#nav-logout a:visited {
  background-position: -110px 0;
}
#nav-logout a:hover,
#nav-logout a:active {
  background-position: -110px -22px;
}
#nav-account {
  right: 125px;
}
#nav-account,
#nav-account a {
  width: 103px;
}
#nav-account a:link,
#nav-account a:visited {
  background-position: -220px 0;
}
#nav-account a:hover,
#nav-account a:active {
  background-position: -220px -22px;
}
#nav-collections {
  right: 0;
}
#nav-collections,
#nav-collections a {
  width: 112px;
}
#nav-collections a:link,
#nav-collections a:visited {
  background-position: -330px 0;
}
#nav-collections a:hover,
#nav-collections a:active {
  background-position: -330px -22px;
}
#login-dialog,
#newsletter-signup-dialog {
  display: none;
}
.no-js #login-dialog,
.no-js #newsletter-signup-dialog {
  display: block;
}
#login-dialog form {
  display: block;
  width: 350px;
  margin: 0 auto;
}
.ui-dialog.newsletter-signup {
  background: white;
}
.ui-dialog.newsletter-signup img {
  margin-bottom: 30px;
}
.nav-sidebar {
  float: left;
  margin-left: 10px;
  width: 190px;
}
.nav-sidebar .farm-to-plate-logo {
  text-align: center;
  margin: 5px 0 0;
}
.nav-sidebar .menu-title {
  text-indent: -999em;
  width: 100%;
  margin: 0 0 10px;
}
.nav-sidebar ul {
  margin: 0;
}
.nav-sidebar li {
  list-style-image: none;
  list-style: none;
}
.nav-sidebar li.menu-title {
  border: 0;
}
.nav-sidebar > ul > li {
  border-top: 1px dashed #fff;
}
.nav-sidebar > ul > li.active,
.nav-sidebar > ul > li.current {
  background: #f3eae5 url(../../bundles/vdwvtfa/images/nav-sidebar-current-borders.png) no-repeat 0 0;
}
.nav-sidebar > ul > li.active a,
.nav-sidebar > ul > li.current a {
  padding-bottom: 10px;
}
.nav-sidebar > ul > li.active .wrapper,
.nav-sidebar > ul > li.current .wrapper {
  background: transparent url(../../bundles/vdwvtfa/images/nav-sidebar-current-borders.png) no-repeat -190px 100%;
  padding-bottom: 1px;
}
.nav-sidebar > ul > li > .wrapper > a,
.nav-sidebar > ul > li.top-level-title > .wrapper > span {
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
  padding: 15px;
  font-size: 22px;
  text-transform: uppercase;
  color: #532700;
}
.nav-sidebar > ul > li > .wrapper > ul {
  margin-top: -10px;
  margin-bottom: 15px;
}
.nav-sidebar .subtitle {
  font-size: 14px;
  line-height: 1.4em;
  text-transform: none;
  display: block;
  color: #6b402a;
}
.nav-sidebar .current .chapter,
.nav-sidebar .current .appendices {
  background: transparent url(../../bundles/vdwvtfa/images/nav-sidebar-current.png) no-repeat 0 22px;
}
.nav-sidebar a:hover,
.nav-sidebar a:hover .chapter-title,
.nav-sidebar a:hover .chapter-number,
.nav-sidebar a:active,
.nav-sidebar a:active .chapter-title,
.nav-sidebar a:active .chapter-number {
  color: #7aa100;
}
.nav-sidebar ul ul {
  border-left: 1px solid #532700;
  margin-left: 15px;
}
.nav-sidebar ul ul li {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
.nav-sidebar ul ul a {
  display: block;
  padding: 2px 15px 5px;
  text-decoration: none;
}
.nav-sidebar ul ul li li a {
  font-weight: normal;
  padding-bottom: 3px;
}
.nav-sidebar ul ul a:link,
.nav-sidebar ul ul a:visited {
  color: #532700;
}
.nav-sidebar ul ul a:hover,
.nav-sidebar ul ul a:active {
  color: #7aa100;
}
.nav-sidebar ul ul .current > a {
  background: transparent url(../../bundles/vdwvtfa/images/nav-sidebar-current.png) no-repeat 0 5px;
}
#nav-share {
  position: absolute;
  width: 80px;
  top: -27px;
  right: 0;
  border-radius: 2px;
  background: #fff;
  padding: 2px;
}
#site-search {
  background: transparent url(../../bundles/vdwvtfa/images/bg-search.png) no-repeat 0 0;
  width: 370px;
  height: 163px;
  position: absolute;
  bottom: 0;
  right: 15px;
}
#site-search .label {
  position: absolute;
  left: -999em;
}
#site-search .scope {
  position: absolute;
  top: 103px;
  left: 22px;
  font-size: 12px;
  line-height: 1.5em;
}
#site-search ul.scope {
  color: #532700;
  margin: 0;
  width: 100px;
  background: #d0c2bb url(../../bundles/vdwvtfa/images/icons/arrow-down-brown.png) no-repeat 2px 8px;
  text-align: left;
  z-index: 100;
}
#site-search ul.scope.closed li {
  display: none;
}
#site-search ul.scope li {
  list-style-image: none;
  list-style: none;
  padding: 3px 5px 3px 12px;
  border-top: 1px solid #fef7f3;
  cursor: pointer;
}
#site-search ul.scope li:hover {
  background-color: #fef7f3;
}
#site-search ul.scope li.current {
  display: block;
  border: 0;
  background: #d0c2bb url(../../bundles/vdwvtfa/images/icons/arrow-down-brown.png) no-repeat 2px 8px;
}
#site-search .btn-submit {
  position: absolute;
  top: 91px;
  right: 0;
}
#site-search .keywords {
  color: #7b7b7b;
  width: 190px;
  position: absolute;
  top: 104px;
  right: 46px;
  background: transparent;
  border: 0;
  line-height: 1.2em;
  font-size: 12px;
}
#site-search .keywords:focus {
  border: 0;
  outline: 0;
}
#nav-main {
  position: absolute;
  left: -58px;
  top: 220px;
  width: 1096px;
  height: 62px;
  background: transparent url(../../bundles/vdwvtfa/images/nav-main.png?ver=3) no-repeat 0 0;
}
#nav-main ul {
  margin: 0;
  list-style-image: none;
  list-style: none;
  overflow: hidden;
  padding-left: 58px;
}
#nav-main li {
  list-style-image: none;
  list-style: none;
}
#nav-main li,
#nav-main a {
  float: left;
  height: 62px;
}
#nav-main a {
  background: transparent url(../../bundles/vdwvtfa/images/nav-main.png?ver=3) no-repeat 0 0;
  text-indent: -999em;
}
#nav-plan,
#nav-plan a {
  width: 175px;
}
#nav-plan a:link,
#nav-plan a:visited {
  background-position: -58px 0;
}
#nav-plan a:hover,
#nav-plan a:active {
  background-position: -58px -62px;
}
body.plan #nav-plan a,
#nav-plan.current a {
  background-position: -58px -124px;
}
body.getting-to-2020 #nav-plan a {
  background-position: -58px 0;
}
body.getting-to-2020 #nav-plan a:hover,
body.getting-to-2020 #nav-plan a:active {
  background-position: -58px -62px;
}
#nav-network,
#nav-network a {
  width: 209px;
}
#nav-network a:link,
#nav-network a:visited {
  background-position: -233px 0;
}
#nav-network a:hover,
#nav-network a:active {
  background-position: -233px -62px;
}
body.network #nav-network a,
body.team #nav-network a,
#nav-network.current a {
  background-position: -233px -124px;
}
#nav-getting-to-2020,
#nav-getting-to-2020 a {
  width: 235px;
}
#nav-getting-to-2020 a:link,
#nav-getting-to-2020 a:visited {
  background-position: -442px 0;
}
#nav-getting-to-2020 a:hover,
#nav-getting-to-2020 a:active {
  background-position: -442px -62px;
}
body.getting-to-2020 #nav-getting-to-2020 a,
#nav-getting-to-2020.current a {
  background-position: -442px -124px;
}
#nav-resources,
#nav-resources a {
  width: 182px;
}
#nav-resources a:link,
#nav-resources a:visited {
  background-position: -677px 0;
}
#nav-resources a:hover,
#nav-resources a:active {
  background-position: -677px -62px;
}
body.resources #nav-resources a,
#nav-resources.current a {
  background-position: -677px -124px;
}
#nav-atlas,
#nav-atlas a {
  width: 180px;
}
#nav-atlas a:link,
#nav-atlas a:visited {
  background-position: -858px 0;
}
#nav-atlas a:hover,
#nav-atlas a:active {
  background-position: -858px -62px;
}
#nav-atlas.current a {
  background-position: -858px -124px;
}
#site-info {
  background: transparent url(../../bundles/vdwvtfa/images/bg-site-info.png) no-repeat 0 0;
  margin-top: 35px;
  position: relative;
  width: 980px;
  color: #fff;
}
#site-info li {
  list-style-image: none;
  list-style: none;
}
#site-info a {
  color: #fff;
}
#site-info a:link,
#site-info a:visited {
  text-decoration: none;
}
#site-info a:hover,
#site-info a:active {
  text-decoration: underline;
}
#site-sponsor {
  position: absolute;
  top: -13px;
  left: 34px;
  width: 235px;
  height: 230px;
  background: transparent url(../../bundles/vdwvtfa/images/bg-supported-by.png) no-repeat 0 0;
}
#nav-social {
  position: absolute;
  top: -30px;
  right: 35px;
}
#nav-social li {
  position: absolute;
  top: 0;
  list-style-image: none;
  list-style: none;
}
#nav-social a {
  display: block;
  text-indent: -999em;
  background: transparent url(../../bundles/vdwvtfa/images/nav-social.png) no-repeat 0 10px;
  width: 42px;
  height: 95px;
}
#nav-social-facebook {
  right: 45px;
}
#nav-social-facebook a:hover,
#nav-social-facebook a:active {
  background-position: 0 0;
}
#nav-social-twitter {
  right: 0;
}
#nav-social-twitter a {
  background-position: -40px 10px;
}
#nav-social-twitter a:hover,
#nav-social-twitter a:active {
  background-position: -40px 0;
}
#vsjf-info {
  position: absolute;
  left: 290px;
  top: 145px;
}
#vsjf-info #logo-vsjf {
  margin-bottom: 5px;
}
#vsjf-info p {
  font-size: 11px;
  line-height: 1.4em;
  font-weight: 700;
  margin: 0;
}
#nav-site-info {
  position: absolute;
  top: 20px;
  left: 290px;
}
#nav-site-info .menu-group {
  float: left;
  width: 135px;
  margin: 0 15px 0 0;
}
#nav-site-info .menu-group ul {
  margin: 0;
}
#nav-site-info .menu-group li {
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 4px;
  list-style-image: none;
  list-style: none;
}
#nav-site-info .menu-group.main {
  font-weight: 700;
  width: 100px;
}
#site-info .post-footer {
  padding-top: 255px;
  padding-left: 20px;
  font-family: Arial, Helvetica, 'Helvetica Neue', sans-serif;
}
#site-info .post-footer p {
  font-size: 11px;
  margin-bottom: 0.5em;
}
#site-info .post-footer a {
  text-decoration: none;
}
#site-info .post-footer a:link,
#site-info .post-footer a:visited {
  color: #7b7b7b;
}
#site-info .post-footer a:hover,
#site-info .post-footer a:active {
  color: #000;
}
#vdw-tagline a {
  display: block;
  padding-left: 25px;
  background: transparent url(../../bundles/vdwvtfa/images/icons/vtdesignworks.png) no-repeat 0 0;
  line-height: 22px;
}
#katie-rutherford-credit {
  float: right;
  padding-right: 25px;
}
#main {
  margin-left: -10px;
  *zoom: 1;
  padding: 5px 15px 0;
  min-height: 200px;
}
#main:before,
#main:after {
  display: table;
  content: "";
  line-height: 0;
}
#main:after {
  clear: both;
}
.primary-content {
  float: left;
  margin-left: 10px;
  width: 950px;
}
.team-member-bios,
.collection-items.simple {
  overflow: hidden;
}
.team-member-bios > .heading,
.collection-items.simple > .heading {
  background: #73b1e6;
  color: #fff;
  font-size: 24px;
  line-height: 1.2em;
  padding: 5px 10px;
  margin: 0 0 18px;
  text-shadow: 0 2px 0 rgba(0,0,0,0.25);
}
.team-member-bios .team-member-bio,
.team-member-bios .collection-item,
.collection-items.simple .team-member-bio,
.collection-items.simple .collection-item {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 18px;
  overflow: hidden;
  border-bottom: 1px solid #73b1e6;
  display: block;
}
.team-member-bios .team-member-bio:last-child,
.team-member-bios .collection-item:last-child,
.collection-items.simple .team-member-bio:last-child,
.collection-items.simple .collection-item:last-child {
  border: 0;
}
.team-member-bios .team-member-bio p,
.team-member-bios .collection-item p,
.collection-items.simple .team-member-bio p,
.collection-items.simple .collection-item p {
  margin: 0;
}
.team-member-bios .team-member-bio .image,
.team-member-bios .collection-item .image,
.collection-items.simple .team-member-bio .image,
.collection-items.simple .collection-item .image {
  float: left;
}
.team-member-bios .team-member-bio .image img,
.team-member-bios .collection-item .image img,
.collection-items.simple .team-member-bio .image img,
.collection-items.simple .collection-item .image img {
  border-radius: 2px;
  border: 2px solid #445b00;
}
.team-member-bios .team-member-bio .content.has-image,
.team-member-bios .collection-item .content.has-image,
.collection-items.simple .team-member-bio .content.has-image,
.collection-items.simple .collection-item .content.has-image {
  margin-left: 80px;
}
.team-member-bios .team-member-bio .btn-remove,
.team-member-bios .collection-item .btn-remove,
.collection-items.simple .team-member-bio .btn-remove,
.collection-items.simple .collection-item .btn-remove {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
  position: relative;
  zoom: 1;
  height: 12px;
}
.team-member-bios .team-member-bio .btn-remove .icon-close,
.team-member-bios .collection-item .btn-remove .icon-close,
.collection-items.simple .team-member-bio .btn-remove .icon-close,
.collection-items.simple .collection-item .btn-remove .icon-close {
  position: relative;
  height: 12px;
  width: 12px;
  margin-right: 5px;
  zoom: 1;
  display: block;
  float: left;
}
.team-member-bios .team-member-bio {
  border-bottom: 1px solid #445b00;
}
.team-member-bios .team-member-bio.no-image {
  padding-left: 80px;
}
.team-member-bios .team-member-bio a.btn-danger {
  margin-left: 5px;
}
.collection-items.compact .collection-item {
  margin-bottom: 9px;
  padding-bottom: 9px;
}
table.collections th,
table.collections td {
  border: 0;
  text-align: center;
}
table.collections .title {
  float: none;
  width: 454px;
  margin-left: 0;
  text-align: left;
}
table.collections .date-created {
  float: none;
  width: 134px;
  margin-left: 0;
}
table.collections .num-items {
  float: none;
  width: 134px;
  margin-left: 0;
}
table.collections .actions {
  float: none;
  width: 134px;
  margin-left: 0;
  font-weight: bold;
}
table.collections td.title {
  font-size: 18px;
  font-weight: bold;
}
table.collections td.title a:link,
table.collections td.title a:visited {
  color: #445b00;
}
table.collections td.title a:hover,
table.collections td.title a:active {
  color: #f26532;
}
table.collections thead tr th {
  font-size: 14px;
  border-color: #73b1e6;
  border-top: 3px solid #73b1e6 !important;
  border-bottom: 3px solid #73b1e6 !important;
  color: #73b1e6;
}
.share-collection {
  background: #f3eae5;
}
.share-collection > .heading {
  display: block;
  height: 77px;
  width: 230px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/text/share-this-collection.png);
  margin: 0;
  position: relative;
  top: -8px;
}
.share-collection .content {
  text-align: center;
  padding: 15px;
}
.share-collection .sub {
  font-size: 20px;
  line-height: 1.2em;
  color: #383838;
  margin: 0 0 5px;
}
.share-collection .control-group {
  margin-bottom: 5px;
}
.share-links {
  margin: 0 auto 18px;
  width: 159px;
  overflow: hidden;
}
.share-links [class*="share-"] {
  list-style-image: none;
  list-style: none;
  float: left;
  margin-right: 3px;
}
.share-links [class*="share-"]:last-child {
  margin: 0;
}
.share-links [class*="share-"] a {
  display: block;
  height: 51px;
  width: 51px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/icons/share-icons.png);
}
.share-links [class*="share-"] a:hover,
.share-links [class*="share-"] a:active {
  opacity: 0.8;
}
.share-links .share-facebook a {
  background-position: 0 0;
}
.share-links .share-twitter a {
  background-position: -51px 0;
}
.share-links .share-email a {
  background-position: -102px 0;
}
.related-goals ul {
  margin: 0;
}
.related-goals li {
  font-weight: 700;
  border-bottom: 1px solid #d8d5d2;
  list-style-image: none;
  list-style: none;
  padding: 5px 0;
}
.related-goals li:last-child {
  border: 0;
}
.related-goals .goal-number {
  text-decoration: underline;
}
.related-goals a {
  display: block;
  margin-left: 20px;
}
.related-goals a:link,
.related-goals a:visited {
  color: #383838;
}
.related-goals a:hover,
.related-goals a:active {
  color: #f26532;
}
.categories.simple ul {
  margin: 0;
}
.categories.simple li {
  list-style-image: none;
  list-style: none;
}
.categories.simple .parents > .category {
  position: relative;
  margin-bottom: 10px;
  padding-left: 45px;
  min-height: 44px;
}
.categories.simple .parents > .category > .category-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.categories.simple .parents > .category > .category-name {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.categories-form-container {
  margin-left: -10px;
  *zoom: 1;
  position: relative;
  min-height: 400px;
}
.categories-form-container:before,
.categories-form-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.categories-form-container:after {
  clear: both;
}
.categories-form-container .form-actions {
  margin: 0;
  border: 0;
}
.categories-form-container .categories-form {
  float: left;
  margin-left: 10px;
  width: 510px;
}
.categories-summary {
  position: absolute;
  top: -70px;
  right: 0;
  width: 420px;
}
.categories-summary .instructions {
  margin: 0 0 5px;
}
.categories-summary th {
  color: #f26532;
  text-align: left;
}
.categories-summary .is-primary,
.categories-summary .remove {
  text-align: center;
}
.categories-summary .remove {
  width: 10%;
}
.categories-summary .is-primary {
  width: 20%;
}
.categories-summary .name {
  width: 70%;
}
.categories-summary .name .category-name {
  display: block;
}
.categories-summary .wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d0c2bb;
  background: #f3eae5;
  padding: 18px;
}
.registration-wizard .categories-summary {
  right: -40px;
  top: 0;
  width: 390px;
}
.associations.simple ul,
.certifications.simple ul {
  overflow: hidden;
  margin-left: 0;
}
.associations.simple li,
.certifications.simple li {
  list-style-image: none;
  list-style: none;
  float: left;
  margin-right: 5px;
}
.associations.simple li:last-child,
.certifications.simple li:last-child {
  margin: 0;
}
.associations.form {
  clear: both;
}
.associations.form label {
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.associations.form input[type="checkbox"] {
  margin: 0;
  float: none;
}
.associations.form .label {
  display: block;
}
.associations.form .column {
  float: left;
  width: 28%;
  padding-right: 5%;
}
.associations.form .row {
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #d8d5d2;
}
.associations.form .row:last-child {
  border-bottom: 0;
}
.associations.form .row label {
  float: left;
  width: 30%;
  padding: 0 1%;
}
.certifications-form {
  overflow: hidden;
}
.certification-form {
  border-bottom: 1px solid #d8d5d2;
  padding: 5px 0;
  float: left;
  clear: both;
  width: 70%;
}
.certification-form .label {
  float: left;
  width: 80%;
}
.certification-form .widget {
  float: right;
}
.certification-form .widget label {
  float: left;
  margin-right: 10px;
}
.certification-group {
  padding: 5px 0;
  clear: both;
  border-bottom: 1px solid #d8d5d2;
  width: 70%;
}
.certification-group .widget {
  margin-left: 20px;
}
.certification-group .widget label {
  font-weight: normal;
}
.location.map-simple .content {
  display: none;
}
.no-js .location.map-simple .content {
  display: block;
}
.location.map-simple #map {
  width: 228px;
  height: 228px;
  border: 1px solid #7aa100;
}
.location.map-select.loading {
  opacity: 0.5;
}
.location.map-select #map {
  width: 430px;
  height: 360px;
  margin-bottom: 10px;
}
.location.map-select .confirmation {
  color: #532700;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
}
.instructions-block {
  font-size: 16.8px;
  color: #7b7b7b;
}
.instructions-block.left-arrow {
  padding-left: 55px;
  background: transparent url(../../bundles/vdwvtfa/images/icons/arrow-left-hand.png) no-repeat 0 50%;
}
.no-map .instructions-block {
  margin-top: 150px;
}
.contact.simple {
  font-size: 15px;
  font-weight: bold;
  color: #7b7b7b;
  margin: 0;
}
.organization.full .description {
  margin: 18px 0;
  overflow: hidden;
}
.organization.full hr {
  margin: 18px 0;
}
.organization.full hr:first-child {
  margin-top: 0;
}
.organizations.compact .heading {
  color: #532700;
  border-bottom: 1px solid #d8d5d2;
  padding-bottom: 3px;
}
.organizations.compact .organization {
  padding: 10px 50px 10px 0;
  border-bottom: 1px solid #d8d5d2;
  position: relative;
}
.organizations.compact .organization .organization-name {
  font-size: 16px;
  display: block;
}
.organizations.compact .organization .actions {
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 0;
}
.accepts-ebt {
  font-size: 16.8px;
  font-weight: bold;
  color: #7aa100;
  margin: 0.75em 0;
}
table.users.simple th,
table.users.simple td {
  float: none;
  width: 134px;
  margin-left: 0;
  border: 0;
}
table.users.simple th {
  color: #fff;
  background: #d0c2bb;
}
table.users.simple td {
  color: #383838;
  border: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
table.users.simple .phone {
  float: none;
  width: 94px;
  margin-left: 0;
}
table.users.simple .collection {
  float: none;
  width: 14px;
  margin-left: 0;
}
table.users.simple td.name {
  color: #532700;
  font-size: 16px;
}
table.users.simple tr:first-child td {
  padding-top: 10px;
}
table.users.simple tr:last-child td {
  padding-bottom: 10px;
}
table.users.simple .title {
  float: none;
  width: 214px;
  margin-left: 0;
}
table.users.simple .user {
  border-bottom: 1px solid #d0c2bb;
}
table.users.simple .user > :first-child {
  color: #383838;
  font-weight: bold;
}
table.users.simple .bio {
  margin: 0 0 5px;
}
table.users.simple .url-list {
  float: left;
  margin-right: 20px;
}
table.users.simple .user-teams {
  padding-top: 3px;
}
table.users.simple .btn-bio {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.lt-ie8 table.users.simple [data-provides="collection-item"] .icon {
  display: block;
  zoom: 1;
}
#email-message-details .heading {
  border: 0;
}
#email-message-details .content p {
  font-size: 16px;
}
.email-message {
  border-bottom: 1px solid #d8d5d2;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.email-message .heading {
  margin: 0;
}
.email-message .content :last-child {
  margin: 0;
}
.tweet {
  padding: 10px 0;
  border-bottom: 1px solid #d8d5d2;
}
.tweet:first-child {
  border-top: 1px solid #d8d5d2;
}
.tweet .image {
  float: left;
  display: block;
  padding-top: 3px;
}
.tweet .content {
  margin-left: 60px;
  font-weight: 700;
}
.tweet .content p {
  margin: 0;
}
.tweet .content a {
  font-weight: 700;
}
.tweet .username a:link,
.tweet .username a:visited {
  color: #7b7b7b;
}
.tweet .username a:hover,
.tweet .username a:active {
  color: #7aa100;
}
.tweet p.name {
  font-size: 18px;
}
.tweet p.name a:link,
.tweet p.name a:visited {
  color: #383838;
}
.tweet p.name a:hover,
.tweet p.name a:active {
  color: #f26532;
}
.tweet .message {
  font-weight: normal;
}
.tweet .metadata {
  font-weight: normal;
  color: #7b7b7b;
}
#manage-twitter-usernames ul {
  list-style: none;
}
#manage-twitter-usernames li {
  padding: 5px 0px;
}
#manage-twitter-usernames .help-inline {
  margin-top: -3px;
}
.video-gallery.marquee .heading {
  position: absolute;
  left: -999em;
}
.video-gallery.marquee .content {
  position: absolute;
  top: 128px;
  left: 24px;
}
.video-gallery.marquee > .videos {
  position: relative;
  width: 345px;
  height: 375px;
  background: transparent url(../../bundles/vdwvtfa/images/bg-now-showing.png) no-repeat 0 0;
}
.sponsors.slideshow .heading {
  position: absolute;
  left: -999em;
}
.sponsors.slideshow .sponsor {
  margin-top: 50px;
  margin-left: 25px;
  display: none;
}
.sponsors.slideshow .sponsor a {
  display: block;
  height: 150px;
  line-height: 150px;
  width: 180px;
  text-align: center;
}
.sponsors.slideshow .sponsor a:hover,
.sponsors.slideshow .sponsor a:active {
  opacity: 0.8;
}
.sponsors.slideshow .sponsor img {
  vertical-align: middle;
}
.sponsors.slideshow .sponsor:first-of-type {
  display: block;
}
.job-listing.detail {
  margin-left: 50px;
}
.job-listing.detail th {
  font-size: 16px;
  line-height: 1.2em;
  color: #445b00;
  float: none;
  width: 174px;
  margin-left: 0;
}
.job-listing.detail td {
  float: none;
  width: 694px;
  margin-left: 0;
}
.job-listing.summary {
  border-bottom: 1px solid #d0c2bb;
  padding: 0 0 18px;
  margin: 0 0 18px;
  overflow: hidden;
}
.job-listing.summary.last {
  margin-bottom: 0;
}
.job-listing.summary a {
  text-decoration: underline;
}
.job-listing.summary .organization-name {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 10px;
}
.job-listing.summary .info {
  float: right;
  margin: 0 0 0 20px;
}
.job-listing.summary .info li {
  list-style-image: none;
  list-style: none;
  margin-bottom: 10px;
}
.job-listing.summary .info .label {
  float: left;
  width: 80px;
}
.job-listing.summary .info .value {
  display: block;
  margin-left: 80px;
}
.search.list {
  *zoom: 1;
}
.search.list:before,
.search.list:after {
  display: table;
  content: "";
  line-height: 0;
}
.search.list:after {
  clear: both;
}
.search.list .search-form {
  float: left;
  width: 225px;
}
.search.list .search-results {
  clear: left;
}
.dropdown-widget {
  width: 180px;
  position: relative;
  padding-left: 10px;
  color: #532700;
  height: 24px;
  font: 12px/2em Arial, Helvetica, 'Helvetica Neue', sans-serif;
  cursor: pointer;
  z-index: 110;
}
.dropdown-widget.is-disabled {
  opacity: 0.5;
}
.dropdown-widget .status-indicator {
  width: 9px;
  height: 16px;
  background: transparent url(../../bundles/vdwvtfa/images/icons/arrow-right-brown-lg.png) no-repeat 0 0;
  position: absolute;
  top: 5px;
  right: -8px;
  z-index: 113;
}
.dropdown-widget,
.dropdown-widget .end {
  background: transparent url(../../bundles/vdwvtfa/images/atlas/bg-atlas-search-input.png) no-repeat 0 0;
}
.dropdown-widget .end {
  position: absolute;
  top: 0;
  right: -12px;
  width: 12px;
  height: 24px;
  background-position: 100% 0;
  z-index: 112;
  outline: 0;
}
.dropdown-widget.active .end {
  width: 24px;
  right: -24px;
}
.dropdown-widget.active .status-indicator {
  right: -21px;
}
.search-form.simple form {
  margin: 0;
  background: #532700;
  padding: 13px;
}
.search-form.simple [class^="heading"] {
  color: #fff;
}
.search-form.simple [class^="step"] {
  margin-bottom: 12px;
  display: block;
  width: 100%;
}
.search-form.simple .heading-jobs {
  display: block;
  height: 64px;
  width: 221px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/search-the-jobs.png);
  margin-top: -17px;
  margin-left: -17px;
}
.search-form.simple input[type="text"],
.search-form.simple select {
  font-size: 12px;
  min-height: 0;
  height: 24px;
  color: #532700;
}
.search-form.simple input[type="text"]:-moz-placeholder,
.search-form.simple select:-moz-placeholder {
  color: #532700;
}
.search-form.simple input[type="text"]:-ms-input-placeholder,
.search-form.simple select:-ms-input-placeholder {
  color: #532700;
}
.search-form.simple input[type="text"]::-webkit-input-placeholder,
.search-form.simple select::-webkit-input-placeholder {
  color: #532700;
}
.search-form.simple label {
  color: #fff;
}
.search-form.simple .control-group {
  margin: 0 0 10px;
}
.search-form.simple .subheading-step {
  font-family: Lobster, cursive;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.3em;
  border-bottom: 1px solid #f26532;
  color: #f26532;
  position: relative;
  margin: 0 0 10px;
}
.search-form.simple .subheading-step .instructions {
  position: absolute;
  left: 0;
  bottom: -14px;
  padding: 0;
}
.search-form.simple .instructions {
  font: italic 11px/1em Arial, Helvetica, 'Helvetica Neue', sans-serif;
  color: #f26532;
  display: block;
  padding: 4px 0;
}
.search-form.simple .btn-reset {
  text-transform: none;
  color: #fff;
  padding: 0;
  font: 11px/1em Arial, Helvetica, 'Helvetica Neue', sans-serif;
  margin: 10px 0;
  display: block;
  text-decoration: underline;
}
.search-form.simple .actions {
  margin-top: 25px;
  overflow: hidden;
}
.search-form.simple .actions [class*="btn-primary"] {
  float: right;
}
.search-form.simple .summary {
  line-height: 1.5em;
  color: #fff;
  padding-top: 10px;
}
.search-form.simple .summary strong {
  display: block;
  color: #f26532;
}
.popular-searches {
  background: transparent url(../../bundles/vdwvtfa/images/bg-popular-searches.png) no-repeat 240px 50%;
  overflow: hidden;
}
.popular-searches .heading {
  display: block;
  height: 69px;
  width: 120px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/text/popular-searches.png);
  margin: 0 0 10px;
  float: left;
}
.popular-searches .content {
  margin-left: 130px;
  overflow: hidden;
}
.popular-searches .content ul {
  margin: 0 0 0 115px;
}
.popular-searches .content li {
  list-style-image: none;
  list-style: none;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.popular-searches .content li a {
  float: left;
  padding: 0 8px;
}
.lt-ie8 .popular-searches .content li {
  float: left;
}
.lt-ie9 .popular-searches .content li a {
  padding: 0 6px;
}
.popular-searches .popular-search-list {
  padding-top: 20px;
}
.register-landing {
  margin-left: -10px;
  *zoom: 1;
  padding-top: 20px;
}
.register-landing:before,
.register-landing:after {
  display: table;
  content: "";
  line-height: 0;
}
.register-landing:after {
  clear: both;
}
.register-landing #create-profile {
  float: left;
  margin-left: 10px;
  width: 550px;
  position: relative;
}
.register-landing #create-profile .image {
  position: absolute;
  top: -12px;
  left: 16px;
}
.register-landing #create-profile .content {
  padding: 25px 15px 10px 170px;
  border: 10px solid #7aa100;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
.register-landing #create-profile p {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: bold;
  color: #445b00;
}
.register-landing #create-profile p strong {
  color: #532700;
}
.register-landing #login-form {
  float: left;
  margin-left: 50px;
  width: 310px;
}
.register-landing #login-form .heading {
  color: #532700;
  font-size: 20px;
  margin: 10px 0;
}
.confirmation-message {
  padding: 5px 0 0 120px;
  background: transparent url(../../bundles/vdwvtfa/images/icons/circle-check.png) no-repeat 35px 0;
}
.confirmation-message p {
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #532700;
}
.url-list {
  margin: 5px 0 0;
  list-style-image: none;
  list-style: none;
}
.url-list li {
  display: inline;
}
.lt-ie8 .url-list li {
  display: inline;
  zoom: 1;
  margin-right: 5px;
}
.related-plan-sections a {
  font-weight: bold;
  display: block;
  margin-left: 18px;
}
.related-plan-sections li {
  border-bottom: 1px solid #d8d5d2;
  padding: 5px 0;
}
.pagination {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.3em;
  text-align: center;
  font-weight: bold;
}
.pagination span {
  padding: 3px 5px 3px 3px;
  vertical-align: middle;
}
.pagination .divider {
  padding: 0;
  font-weight: normal;
  color: #d0c2bb;
}
.pagination a:hover,
.pagination a:active {
  color: #445b00;
}
.pagination .next,
.pagination .last,
.pagination .previous,
.pagination .first {
  font-size: 12px;
  line-height: 1.6em;
}
.pagination .current {
  color: #445b00;
}
.pagination .result-count {
  font-size: 0.7em;
}
.related-teams a {
  font-weight: bold;
}
.nav-search-scope .result-count {
  font-size: 65%;
  font-weight: normal;
}
.search-results-container {
  clear: both;
}
.search-results.simple {
  margin: 0 0 0 18px;
}
.search-results.simple .search-result {
  margin: 0 0 18px;
  list-style-image: none;
  list-style: none;
}
.search-results.simple .search-result .heading {
  font-size: 18px;
  margin: 0;
}
.search-results.simple .search-result .heading a {
  text-decoration: underline;
}
.search-results.simple .search-result .heading a:link,
.search-results.simple .search-result .heading a:visited {
  color: #7aa100;
}
.search-results.simple .search-result .heading a:hover,
.search-results.simple .search-result .heading a:active {
  color: #f26532;
}
#event-list-container {
  margin-left: -10px;
  *zoom: 1;
}
#event-list-container:before,
#event-list-container:after {
  display: table;
  content: "";
  line-height: 0;
}
#event-list-container:after {
  clear: both;
}
#event-list-container #event-list-content {
  float: left;
  margin-left: 10px;
  width: 550px;
}
#event-list-container #event-list-menu {
  float: left;
  margin-left: 10px;
  width: 110px;
  padding-left: 10px;
}
#event-list-container #event-list-menu h2 {
  font-size: 16px;
  line-height: 1.4em;
}
#event-list-container #event-list-menu ul {
  margin: 0;
}
#event-list-container #event-list-menu ul ul {
  margin-left: 15px;
}
#event-list-container #event-list-menu li {
  list-style-image: none;
  list-style: none;
}
#event-list-container #event-list-menu li.year {
  font-weight: 700;
  color: #532700;
}
#event-list-container #event-list-menu .current a {
  color: #f26532;
  text-decoration: underline;
}
#event-list-container #event-list-menu a.dig-in-vt img {
  padding-bottom: 15px;
}
table.event-list .date {
  float: none;
  width: 134px;
  margin-left: 0;
  font-size: 16px;
}
table.event-list .content {
  float: none;
  width: 374px;
  margin-left: 0;
}
table.event-list .content .heading {
  font-size: 16px;
  margin: 2px 0 0;
}
table.event-list .content .heading a:link,
table.event-list .content .heading a:visited {
  color: #7aa100;
}
table.event-list .content .heading a:hover,
table.event-list .content .heading a:active {
  color: #f26532;
}
.grid-calendar {
  width: 100%;
}
.grid-calendar th {
  background: #d0c2bb;
}
.grid-calendar td,
.grid-calendar th {
  width: 14%;
  padding: 2px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d0c2bb;
  vertical-align: top;
  font-size: 85%;
  line-height: 1.4em;
}
.grid-calendar td {
  height: 100px;
}
.grid-calendar .day {
  font-size: 75%;
  line-height: 1em;
  color: #6b402a;
}
.grid-calendar .event {
  margin-bottom: 8px;
}
.grid-calendar .event:last-child {
  margin: 0;
}
.grid-calendar a:link,
.grid-calendar a:visited {
  color: #532700;
}
.grid-calendar a:hover,
.grid-calendar a:active {
  color: #f26532;
}
.nav-event-month {
  text-align: center;
  margin: 0 0 10px;
}
.nav-event-month .month-name {
  font-size: 140%;
  line-height: 1em;
  display: inline-block;
  margin: 0 8px;
}
.nav-event-type-filter a {
  display: inline-block;
  font-weight: bold;
  padding: 4px;
  margin-right: 3px;
}
.nav-event-type-filter .current {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background: #7aa100;
}
.full table.event-list .date {
  float: none;
  width: 214px;
  margin-left: 0;
}
.full table.event-list .content {
  float: none;
  width: 454px;
  margin-left: 0;
}
#event-list-container.full #event-list-content {
  float: left;
  margin-left: 10px;
  width: 710px;
}
#event-list-container.full #event-list-menu {
  float: left;
  margin-left: 10px;
  width: 190px;
  margin-left: 40px;
}
#event-detail .heading {
  margin: 0;
  border: 0;
}
#event-detail .metadata {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: normal;
}
#event-detail .image {
  float: right;
  padding: 0 0 18px 18px;
}
.loading table.document-list {
  opacity: 0.7;
}
table.document-list .filename a {
  font-weight: 700;
}
.document-folder-list {
  margin: 0;
}
.document-folder-list ul {
  margin: 0 0 0 15px;
}
.document-folder-list li {
  line-height: 1.4em;
  margin-bottom: 4px;
  font-weight: 700;
  list-style-image: none;
  list-style: none;
}
.document-folder-list a {
  display: block;
  padding: 4px 0 4px 23px;
  margin-left: 10px;
  background: transparent url(../../bundles/vdwvtfa/images/icons/folder.png) no-repeat 0 6px;
}
.document-folder-list a:link,
.document-folder-list a:visited {
  color: #532700;
}
.document-folder-list a:hover,
.document-folder-list a:active {
  opacity: 0.7;
}
.document-folder-list .current > a {
  color: #7aa100;
}
.document-folder-list .current > a:hover,
.document-folder-list .current > a:active {
  opacity: 1;
}
.document-folder-list .ui-expando {
  position: relative;
}
.document-folder-list .ui-expando .ui-expando-trigger {
  text-indent: -999em;
  position: absolute;
  top: 0;
  left: -5px;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background-image: url(../../bundles/vdwvtfa/images/icons/arrow-down-gray.png);
}
.document-folder-list .ui-expando .ui-expando-trigger:hover {
  opacity: 0.7;
}
.document-folder-list .ui-expando.ui-expando-closed .ui-expando-trigger {
  background-image: url(../../bundles/vdwvtfa/images/icons/arrow-right-gray.png);
}
#document-list-container tr.collection td.filename a {
  display: block;
  padding: 4px 0 4px 23px;
  background: transparent url(../../bundles/vdwvtfa/images/icons/folder.png) no-repeat 0 6px;
}
#nav-plan-chapters .menu-title {
  height: 90px;
  background: transparent url(../../bundles/vdwvtfa/images/text/strategic-plan-chapters.png) no-repeat 50% 0;
}
#nav-plan-breadcrumbs {
  border-bottom: 1px dashed #d8d5d2;
  padding: 0 0 5px 0;
  margin: 0 0 12px;
}
#nav-plan-breadcrumbs strong {
  font-weight: normal;
}
.nav-sidebar #chapter-2-nav-list {
  margin-left: 0;
  border-left: 0;
}
.nav-sidebar #chapter-2-nav-list li a {
  padding-bottom: 0;
  font-weight: normal;
  font-size: 12px;
}
.chapter-list .chapter {
  margin-bottom: 18px;
}
.chapter-list .chapter-title {
  font-size: 18px;
  line-height: 1.3em;
  display: block;
  text-transform: none;
  margin-bottom: 2px;
}
.chapter-list .chapter-intro :last-child {
  margin-bottom: 0;
}
.download-plan-file {
  border-color: #f26532;
  border-width: 1px 0;
  border-style: solid;
  padding: 5px 0 3px;
  margin: 0 0 16px;
}
.download-plan-file .file-info {
  font-size: 12px;
}
.plan-section-resources .module-navigation {
  overflow: hidden;
}
.plan-section-resources .module-navigation li {
  float: left;
}
.plan-section-resources .resource-category {
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
}
.plan-section-resources .resource-category:last-child {
  padding: 0;
}
.plan-section-resources .resource-category .heading {
  font-weight: normal;
  color: #7b7b7b;
}
.plan-section-resources .resource-list {
  float: left;
  width: 47%;
  margin: 0 5% 0 0;
}
.plan-section-resources .resource-list:last-child {
  margin: 0;
}
.plan-section-resources .resource-list li {
  list-style-image: none;
  list-style: none;
  border-bottom: 1px solid #d8d5d2;
  padding: 5px 0;
}
.plan-section-resources .resource-list a {
  font-weight: bold;
}
.plan-section-resources .stories .nav-stories {
  overflow: hidden;
  border-bottom: 1px solid #d8d5d2;
  padding: 0 0 5px;
  margin: 0 0 10px;
}
.plan-section-resources .stories .nav-stories p {
  float: left;
  margin: 0 5px 0 0;
}
.plan-section-resources .stories .nav-stories .nav-tabs {
  float: left;
}
.chapter-detail h1,
.section-detail h1 {
  border: 0;
  padding: 0;
}
.chapter-detail h2,
.section-detail h2 {
  line-height: 1em;
  margin: 0 0 5px;
}
.chapter-detail hr,
.section-detail hr {
  background: #f26532;
}
.chapter-header .heading {
  font-size: 32px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #445b00;
  font-weight: bold;
}
.chapter-header .chapter-num {
  font-weight: normal;
  display: block;
}
.plan-section-photo {
  width: 270px;
}
.section-header {
  padding: 12px 0;
  position: relative;
}
.section-header.has-icon {
  padding-left: 20px;
}
.section-header .section-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.section-header .section-title {
  font-size: 31px;
  color: #fff;
  padding: 5px;
  display: block;
  background: #7aa100;
}
.section-header.has-icon .section-title {
  padding-left: 60px;
}
.goal-header {
  margin-bottom: 10px;
  *zoom: 1;
}
.goal-header:before,
.goal-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.goal-header:after {
  clear: both;
}
.goal-header .heading {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  color: #5f3f66;
  margin: 0;
  text-transform: none;
  border: 0;
}
.goal-header .goal-icon {
  float: left;
  padding-right: 5px;
}
.goal-header.has-image .heading {
  padding: 5px 0;
  margin-left: 100px;
}
#goal-navigation {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  grid-gap: 10px;
  margin-bottom: 18px;
}
.goal-navigation__goal {
  display: block;
}
.goal-navigation__goal:hover {
  opacity: .8;
}
.goal-navigation__goal img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.goal-navigation__goal-header {
  height: 50px;
  padding: 0 5px;
}
.goal-navigation__goal-header h2,
.goal-navigation__goal-header h3 {
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
.goal-navigation__goal-number {
  font-size: 13px;
  padding-top: 5px;
}
.goal-navigation__goal-name {
  font-size: 9.5px;
}
.goal-navigation__goal-image {
  height: 80px;
}
.goal-downloads {
  border-color: #5f3f66;
  border-style: solid;
  border-width: 1px 0;
  margin-bottom: 18px;
  padding: 5px 0 3px;
}
.goal-downloads p {
  margin: 0 0 2px;
}
.goal-downloads p:last-child {
  margin: 0;
}
.goal-key-indicator h2 {
  font-size: 18px;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 5px;
}
#goal-objective-indicators-references .module:last-child {
  margin: 0;
}
#goal-objective-indicators-references .heading {
  background: #bcacb7;
}
#goal-objective-indicators-references #goal-objective .module-content {
  padding-top: 0;
}
#goal-objective-indicators-references td strong {
  color: #383838;
}
#goal-objective-indicators-references .btn-more {
  display: block;
  text-decoration: none;
}
#goal-objective-indicators-references .goal-measurement {
  float: none;
  width: 334px;
  margin-left: 0;
}
#goal-objective-indicators-references .goal-measurement-organizations {
  float: none;
  width: 214px;
  margin-left: 0;
}
#goal-objective-indicators-references .goal-measurement-status {
  float: none;
  width: 94px;
  margin-left: 0;
}
table.additional-indicators-list {
  font-weight: bold;
}
table.additional-indicators-list th,
table.additional-indicators-list td {
  padding-top: 6px;
  padding-bottom: 6px;
  float: none;
  width: 334px;
  margin-left: 0;
}
table.additional-indicators-list td:first-child {
  font-weight: bold;
  color: #532700;
}
table.additional-indicators-list a {
  text-decoration: underline;
}
.goal-measurement {
  margin-bottom: 18px;
}
.goal-measurement-update-list {
  margin-bottom: 18px;
}
.goal-measurement-update {
  border-top: 1px solid #d8d5d2;
  padding: 18px 0;
}
.goal-measurement-update p:last-child {
  margin: 0;
}
.goal-measurement-update .heading {
  margin-bottom: 10px;
}
#goal-measurement-comment-form .heading {
  margin-bottom: 10px;
}
.btn-view-goals {
  *zoom: 1;
  margin: 0 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.btn-view-goals:before,
.btn-view-goals:after {
  display: table;
  content: "";
  line-height: 0;
}
.btn-view-goals:after {
  clear: both;
}
.btn-view-goals a {
  display: block;
  text-indent: -999em;
  width: 350px;
  height: 31px;
  background: transparent url(../../bundles/vdwvtfa/images/nav-goals.png) no-repeat 0 0;
}
.btn-view-goals a.active,
.btn-view-goals a:hover,
.btn-view-goals a:active {
  background-position: 0 -31px;
}
#nav-goals-list {
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,0.3);
  box-shadow: 0 0 7px rgba(0,0,0,0.3);
  background: #fff;
  position: absolute;
  z-index: 900;
  top: 31px;
  border: 5px solid #7aa100;
  padding: 20px 30px;
  width: 870px;
  left: -220px;
  background: #fef7f3 url(../../bundles/vdwvtfa/images/bg-column-divider.png) no-repeat 670px 16px;
  min-height: 435px;
  display: none;
  overflow: hidden;
}
#nav-goals-list ul {
  float: left;
  width: 340px;
  margin: 0;
}
#nav-goals-list ul.goal-list-1 {
  width: 290px;
  margin-right: 0;
}
#nav-goals-list ul.goal-list-1 a {
  padding-right: 20px;
}
#nav-goals-list ul li {
  list-style-image: none;
  list-style: none;
  font-size: 15px;
  font-weight: 700;
}
#nav-goals-list p {
  margin: 0 0 15px;
}
#nav-goals-list a {
  display: block;
  padding: 5px 0 5px 0;
}
#nav-goals-list a:link,
#nav-goals-list a:visited {
  color: #532700;
}
#nav-goals-list a.ui-state-active,
#nav-goals-list a:hover,
#nav-goals-list a:active {
  color: #f26532;
}
#nav-goals-list .goal-summary,
#nav-goals-list .instructions {
  color: #383838;
  position: absolute;
  top: 30px;
  right: 10px;
  width: 220px;
}
#nav-goals-list .goal-summary h2,
#nav-goals-list .instructions h2 {
  font-size: 20px;
  color: #445b00;
  text-transform: none;
}
#nav-goals-list .goal-summary h3,
#nav-goals-list .instructions h3 {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #383838;
}
.no-js #nav-goals-list {
  display: block;
}
.goal-population-indicator__container {
  background-color: #e09c95;
  padding: 10px;
  margin-bottom: 10px;
}
.goal-population-indicator__heading {
  background: none;
  color: black;
}
.goal-population-indicator__nav-toggle.ui-expando-trigger {
  color: white;
  font-size: 12px;
  text-decoration: none;
}
.goal-population-indicator__list li {
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 5px;
}
.goal-population-indicator__list li a {
  color: #445b00;
}
.goal-population-indicator__list li a:hover {
  color: #7aa100;
}
.btn-join-network a {
  display: block;
  text-indent: -999em;
  width: 230px;
  height: 52px;
  background: transparent url(../../bundles/vdwvtfa/images/btn-join-network.png) no-repeat 0 0;
}
.btn-join-network a:hover,
.btn-join-network a:active {
  background-position: 0 -52px;
}
.network .page-header {
  position: relative;
}
.network .page-header .btn-join-network {
  position: absolute;
  top: -10px;
  right: 0;
}
.network-resources {
  float: right;
  margin: 0 20px;
  padding: 20px;
  padding-left: 30px;
  border: 1px solid #f26532;
}
.network-resources ul {
  margin: 10px 0;
}
.network-resources ul li {
  margin-bottom: 5px;
}
#network-overview p {
  font-weight: bold;
}
.network-landing-list .team-type {
  margin: 20px 0;
}
.network-landing-list .team-type a:link,
.network-landing-list .team-type a:visited {
  color: #532700;
}
.network-landing-list .team-type a:hover,
.network-landing-list .team-type a:active {
  color: #7aa100;
}
.network-landing-list .team-type .heading {
  position: relative;
  text-transform: none;
  line-height: 1em;
  padding: 4px 0 6px 30px;
  margin: 0 0 12px 15px;
  color: #fff;
  text-shadow: -1px 1px 1px rgba(0,0,0,0.4);
}
.network-landing-list .team-type .heading .team-type-icon {
  position: absolute;
  top: -5px;
  left: -15px;
}
.network-landing-list .team-type-list {
  margin-left: -10px;
  *zoom: 1;
}
.network-landing-list .team-type-list:before,
.network-landing-list .team-type-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.network-landing-list .team-type-list:after {
  clear: both;
}
.network-landing-list .table {
  float: left;
  margin-left: 50px;
  width: 910px;
}
.network-landing-list .table td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.network-landing-list .table th {
  color: #532700;
  font-size: 18px;
  border-bottom: 3px solid #6b402a;
}
.network-landing-list .table .name {
  float: none;
  width: 214px;
  margin-left: 0;
}
.network-landing-list .table .name a {
  text-decoration: underline;
}
.network-landing-list .table td.name {
  font-size: 15px;
  font-weight: 700;
}
.network-landing-list .table .description {
  float: none;
  width: 454px;
  margin-left: 0;
}
.network-landing-list .table .affiliated-teams {
  float: none;
  width: 174px;
  margin-left: 0;
}
.network-landing-list .no-affiliated .table .description {
  float: none;
  width: 654px;
  margin-left: 0;
}
.network-landing-list .team-type-working-group .heading {
  background-color: #345c85;
}
.network-landing-list .team-type-cross-cutting-teams .heading {
  background-color: #5f3f66;
}
.network-landing-list .team-type-steering-committee .heading {
  background-color: #8c5464;
}
#network-diagram {
  position: relative;
  background: transparent url(../../bundles/vdwvtfa/images/bg-column-divider.png) no-repeat 700px 0;
}
#network-diagram .instructions {
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  width: 570px;
  color: #7b7b7b;
  margin: 0 0 60px 55px;
}
#network-diagram .team-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  font-weight: bold;
  display: none;
}
.no-js #network-diagram .team-description {
  display: block;
}
#network-diagram #network-overview {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
}
.nav-network-diagram {
  background: transparent url(../../bundles/vdwvtfa/images/network/bg-network-diagram.png) no-repeat 0 0;
  margin: 0;
  width: 570px;
  height: 570px;
  margin-bottom: 18px;
  position: relative;
  left: 55px;
  top: 0;
}
.nav-network-diagram li {
  list-style-image: none;
  list-style: none;
  position: absolute;
  left: -999em;
}
.nav-network-diagram a {
  display: block;
  width: 100px;
  height: 100px;
  text-indent: -999em;
  background: transparent url(../../bundles/vdwvtfa/images/network/nav-network-diagram.png?v=1.0.3) no-repeat 0 0;
}
.nav-network-diagram a:hover,
.nav-network-diagram a:active {
  background-position: 0 -100px;
}
#nav-network-diagram-steering-committee {
  left: 210px;
  top: 215px;
}
#nav-network-diagram-steering-committee a {
  width: 145px;
  height: 145px;
  background-position: 0px -200px;
}
#nav-network-diagram-steering-committee a:hover,
#nav-network-diagram-steering-committee a:active,
#nav-network-diagram-steering-committee .ui-state-active {
  background-position: -145px -200px;
}
#nav-network-diagram-consumer-education-marketing {
  left: 230px;
  top: 90px;
}
#nav-network-diagram-consumer-education-marketing a {
  background-position: -500px 0;
}
#nav-network-diagram-consumer-education-marketing a:hover,
#nav-network-diagram-consumer-education-marketing a:active,
#nav-network-diagram-consumer-education-marketing .ui-state-active {
  background-position: -500px -100px;
}
#nav-network-diagram-education-workforce-development {
  left: 390px;
  top: 210px;
}
#nav-network-diagram-education-workforce-development a {
  background-position: -600px 0;
}
#nav-network-diagram-education-workforce-development a:hover,
#nav-network-diagram-education-workforce-development a:active,
#nav-network-diagram-education-workforce-development .ui-state-active {
  background-position: -600px -100px;
}
#nav-network-diagram-production-and-processing {
  left: 330px;
  top: 370px;
}
#nav-network-diagram-production-and-processing a {
  background-position: -700px 0;
}
#nav-network-diagram-production-and-processing a:hover,
#nav-network-diagram-production-and-processing a:active,
#nav-network-diagram-production-and-processing .ui-state-active {
  background-position: -700px -100px;
}
#nav-network-diagram-aggregation-distribution {
  left: 140px;
  top: 370px;
}
#nav-network-diagram-aggregation-distribution a {
  background-position: -800px 0;
}
#nav-network-diagram-aggregation-distribution a:hover,
#nav-network-diagram-aggregation-distribution a:active,
#nav-network-diagram-aggregation-distribution .ui-state-active {
  background-position: -800px -100px;
}
#nav-network-diagram-farmland-access-stewardship {
  left: 75px;
  top: 210px;
}
#nav-network-diagram-farmland-access-stewardship a {
  background-position: -1000px 0;
}
#nav-network-diagram-farmland-access-stewardship a:hover,
#nav-network-diagram-farmland-access-stewardship a:active,
#nav-network-diagram-farmland-access-stewardship .ui-state-active {
  background-position: -1000px -100px;
}
#nav-network-diagram-energy {
  left: 230px;
  top: -37px;
}
#nav-network-diagram-energy a {
  background-position: 0px 0;
}
#nav-network-diagram-energy a:hover,
#nav-network-diagram-energy a:active,
#nav-network-diagram-energy .ui-state-active {
  background-position: 0px -100px;
}
#nav-network-diagram-food-access {
  left: 469px;
  top: 100px;
}
#nav-network-diagram-food-access a {
  background-position: -400px 0;
}
#nav-network-diagram-food-access a:hover,
#nav-network-diagram-food-access a:active,
#nav-network-diagram-food-access .ui-state-active {
  background-position: -400px -100px;
}
#nav-network-diagram-research {
  left: 469px;
  top: 377px;
}
#nav-network-diagram-research a {
  background-position: -300px 0;
}
#nav-network-diagram-research a:hover,
#nav-network-diagram-research a:active,
#nav-network-diagram-research .ui-state-active {
  background-position: -300px -100px;
}
#nav-network-diagram-financing {
  left: 0;
  top: 377px;
}
#nav-network-diagram-financing a {
  background-position: -200px 0;
}
#nav-network-diagram-financing a:hover,
#nav-network-diagram-financing a:active,
#nav-network-diagram-financing .ui-state-active {
  background-position: -200px -100px;
}
#nav-network-diagram-health {
  left: 0;
  top: 100px;
}
#nav-network-diagram-health a {
  background-position: -1200px 0;
}
#nav-network-diagram-health a:hover,
#nav-network-diagram-health a:active,
#nav-network-diagram-health .ui-state-active {
  background-position: -1200px -100px;
}
#nav-network-diagram-food-cycle-coalition {
  left: 230px;
  bottom: -37px;
}
#nav-network-diagram-food-cycle-coalition a {
  background-position: -1300px 0;
}
#nav-network-diagram-food-cycle-coalition a:hover,
#nav-network-diagram-food-cycle-coalition a:active,
#nav-network-diagram-food-cycle-coalition .ui-state-active {
  background-position: -1300px -100px;
}
.user-details {
  z-index: 100;
}
.user-details .ui-dialog-title {
  display: none;
}
.user-details .user-detail {
  padding-right: 15px;
}
.user-details .network-groups {
  border-left: 1px dashed #D8D5D2;
  padding-left: 20px;
}
.team h1 {
  font-size: 22px;
  line-height: 1.4em;
  text-transform: none;
  border: 0;
  padding: 0;
  margin: 0 0 10px;
}
.team #main {
  background: transparent url(../../bundles/vdwvtfa/images/bg-5col-beige.png) repeat-y 25px 0;
}
.team #content {
  float: left;
  margin-left: 10px;
  width: 710px;
  margin-left: 35px;
}
.team .related-teams .module-heading {
  margin-bottom: 5px;
}
.team .related-teams .completed-module-heading {
  margin-top: 10px;
  text-align: center;
}
.team .related-teams .completed-module-heading .heading {
  font-style: italic;
  color: #94923f;
  font-size: 16px;
}
.team #team-activities .module-item {
  border-bottom: 1px solid #d8d5d2;
  padding-bottom: 10px;
}
.team .team-users .no-results {
  position: absolute;
  top: 85px;
  left: 50px;
}
.btn-download-email-list {
  border-bottom: 1px solid #f26532;
  padding-bottom: 4px;
  margin: 0 0 10px;
}
#team-actions {
  border-bottom: 1px dashed #d8d5d2;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#team-actions .btn {
  padding: 3px 12px;
  position: relative;
  top: 1px;
  text-transform: none;
}
#team-actions ul {
  margin: 0;
  overflow: hidden;
}
#team-actions li {
  float: left;
  margin-right: 10px;
  list-style-image: none;
  list-style: none;
}
#team-header .heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  color: #445b00;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px dashed #d8d5d2;
}
#team-content {
  margin-left: -10px;
  *zoom: 1;
  background: transparent url(../../bundles/vdwvtfa/images/bg-column-divider-dashed.png) repeat-y 480px 0;
}
#team-content:before,
#team-content:after {
  display: table;
  content: "";
  line-height: 0;
}
#team-content:after {
  clear: both;
}
#team-content-primary {
  float: left;
  margin-left: 10px;
  width: 430px;
}
#team-content-secondary {
  float: left;
  margin-left: 50px;
  width: 230px;
}
#nav-teams li {
  font-size: 14px;
}
#nav-teams .menu-title {
  height: 90px;
  background: transparent url(../../bundles/vdwvtfa/images/text/the-network.png) no-repeat 50% 0;
}
#nav-teams .top-level-title > span {
  padding-bottom: 5px;
}
#nav-teams .menu_level_1 {
  margin-left: 0;
  border: 0;
}
#nav-teams .menu_level_1 a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#nav-teams .current {
  background: #f3eae5 url(../../bundles/vdwvtfa/images/nav-sidebar-current-borders.png) no-repeat 0 0;
}
#nav-teams .current > .wrapper {
  background: transparent url(../../bundles/vdwvtfa/images/nav-sidebar-current-borders.png) no-repeat -190px 100%;
}
#nav-teams .current > .wrapper > a {
  background: transparent url(../../bundles/vdwvtfa/images/nav-sidebar-current.png) no-repeat 0 12px;
}
#nav-team {
  border-bottom: 10px solid #445b00;
  margin: -5px 0 10px;
}
#nav-team ul {
  margin: 0;
  overflow: hidden;
}
#nav-team li {
  font-size: 16px;
  font-weight: 700;
  float: left;
  list-style-image: none;
  list-style: none;
}
#nav-team a {
  float: left;
  padding: 0 13px 10px;
  text-decoration: none;
}
.lt-ie8 #nav-team a[href^="mailto:"] {
  overflow: hidden;
  max-width: 100px;
}
#nav-team a:link,
#nav-team a:visited {
  color: #7b7b7b;
}
#nav-team a:hover,
#nav-team a:active {
  color: #f26532;
}
#nav-team .current a {
  color: #445b00;
  background: transparent url(../../bundles/vdwvtfa/images/icons/arrow-up-green.png) no-repeat 50% 100%;
}
.team-chairpeople ul {
  margin: 0;
}
.team-chairpeople li {
  list-style-image: none;
  list-style: none;
  color: #7b7b7b;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}
.team-chairpeople .image {
  float: left;
  float: left;
  margin-left: 10px;
  width: 70px;
}
.team-chairpeople .module-item {
  margin-bottom: 15px;
  margin-left: -10px;
  *zoom: 1;
}
.team-chairpeople .module-item:before,
.team-chairpeople .module-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.team-chairpeople .module-item:after {
  clear: both;
}
.team-chairpeople .module-item-content {
  margin-left: 90px;
}
.team-chairpeople .module-item-content .heading {
  font-size: 15px;
  line-height: 18px;
}
.team-chairpeople .user-info a:link,
.team-chairpeople .user-info a:visited {
  color: #7b7b7b;
}
.team-chairpeople .user-info a:hover,
.team-chairpeople .user-info a:active {
  color: #7aa100;
}
.team-chairpeople .user-url {
  float: left;
  padding-top: 2px;
  padding-right: 4px;
}
.team-events .btn-archive {
  float: right;
}
table.member-list th {
  font-size: 14px;
  line-height: 1.4em;
}
table.member-list th,
table.member-list td {
  float: none;
  width: 134px;
  margin-left: 0;
}
table.member-list td.name {
  float: none;
  width: 294px;
  margin-left: 0;
}
table.member-list td.email {
  float: none;
  width: 214px;
  margin-left: 0;
}
table.member-list td {
  font-size: 13px;
}
table.member-list .user-name {
  font-weight: 700;
  color: #532700;
  font-size: 15px;
}
.manage-teams-list .team-name {
  float: none;
  width: 614px;
  margin-left: 0;
}
.manage-teams-list td.team-name {
  font-size: 15px;
  font-weight: 700;
  color: #532700;
  padding-left: 50px;
}
.manage-teams-list .is-member,
.manage-teams-list .is-email-digest-only {
  text-align: center;
}
.manage-teams-list .is-member input,
.manage-teams-list .is-email-digest-only input {
  float: none;
}
#team-documents {
  margin-left: -10px;
  *zoom: 1;
}
#team-documents:before,
#team-documents:after {
  display: table;
  content: "";
  line-height: 0;
}
#team-documents:after {
  clear: both;
}
#nav-documents {
  float: left;
  margin-left: 10px;
  width: 190px;
}
#document-list-content {
  position: relative;
  float: left;
  margin-left: 10px;
  width: 510px;
}
#document-list-content .document-list .filename {
  float: none;
  width: 294px;
  margin-left: 0;
}
#document-list-content .document-list .date-modified,
#document-list-content .document-list .date-created {
  float: none;
  width: 94px;
  margin-left: 0;
}
#document-list-content .loading-indicator {
  position: absolute;
  right: 275px;
  top: 150px;
}
#featured-stories {
  float: left;
  padding: 20px 43px;
  margin-bottom: 10px;
  width: 548px;
  height: 316px;
  overflow: hidden;
  background-image: url(../../bundles/vdwvtfa/images/bg-stories-slideshow.png);
  position: relative;
  margin-right: 10px;
}
#featured-stories > .heading {
  display: block;
  height: 64px;
  width: 144px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/text/features.png);
  position: absolute;
  top: 40px;
  left: 23px;
  z-index: 1000;
}
#featured-stories .slides {
  margin: 0;
  width: 548px;
  height: 310px;
  overflow: hidden;
}
#featured-stories .slides .content {
  background: rgba(83,39,0,0.9);
  color: #fff;
  font-weight: 700;
  width: 488px;
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0.99;
}
#featured-stories .slides .content .heading {
  font-size: 24px;
  line-height: 1.4em;
  color: #fff;
  margin: 0;
}
#featured-stories .slides .content p {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
.lt-ie9 #featured-stories .slides .content {
  background: #532700;
}
#featured-stories .slides li {
  list-style-image: none;
  list-style: none;
  height: 310px;
  position: relative;
}
#featured-stories .btn-prev,
#featured-stories .btn-next {
  display: block;
  height: 31px;
  width: 16px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/nav-carousel.png);
  position: absolute;
  top: 162px;
}
#featured-stories .btn-prev {
  left: 12px;
}
#featured-stories .btn-prev:hover,
#featured-stories .btn-prev:active {
  background-position: 0 -31px;
}
#featured-stories .btn-next {
  right: 8px;
  background-position: -16px 0;
}
#featured-stories .btn-next:hover,
#featured-stories .btn-next:active {
  background-position: -16px -31px;
}
#featured-resources {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  border: 10px solid #7aa100;
  padding: 53px 5px 5px 15px;
  margin-bottom: 10px;
  width: 260px;
  height: 274px;
  float: left;
  position: relative;
}
#featured-resources .heading {
  position: absolute;
  top: 9px;
  left: -20px;
  margin: 0;
}
#featured-resources .heading a {
  display: block;
  height: 41px;
  width: 318px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/btn-featured-resources.png);
}
#featured-resources .heading a:hover,
#featured-resources .heading a:active {
  background-position: 0 -41px;
}
#featured-resources ul {
  list-style: none;
  margin: 0;
  max-height: 100%;
  overflow-y: auto;
}
.featured-resource__title {
  font-size: 14px;
}
.featured-resource__title a:link,
.featured-resource__title a:visited {
  color: #8ebc00;
}
.featured-resource__title a:hover,
.featured-resource__title a:active {
  color: #f26532;
}
.featured-resource__description {
  font-size: 12px;
  color: #7b7b7b;
  font-weight: 500;
  margin-bottom: 25px;
}
#home-content-primary {
  float: left;
  width: 595px;
  margin-right: 10px;
}
#home-content-primary .ui-tabs-nav li {
  font-size: 16px;
}
#home-content-primary .ui-tabs-panel {
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  min-height: 240px;
}
#home-content-primary .module-heading {
  display: none;
}
#home-content-primary .module-item-heading {
  font-size: 22px;
  color: #7b7b7b;
}
#home-content-primary .module-item-heading a:link,
#home-content-primary .module-item-heading a:visited {
  color: #7b7b7b;
}
#home-content-primary .module-item-heading a:hover,
#home-content-primary .module-item-heading a:active {
  color: #383838;
}
#home-content-secondary {
  float: left;
  width: 345px;
}
#chapter-3-diagram {
  position: relative;
  background: transparent url(../../bundles/vdwvtfa/images/bg-column-divider.png) no-repeat 460px 0;
}
#chapter-3-diagram .instructions {
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  width: 450px;
  color: #7b7b7b;
  margin: 0 0 20px 0;
}
#chapter-3-diagram .section-intro {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  font-weight: bold;
  display: none;
}
.no-js #chapter-3-diagram .section-intro {
  display: block;
}
#chapter-3-diagram .plan-section-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  font-weight: bold;
}
.chapter-3-diagram-heading {
  text-align: center;
  margin-bottom: 15px;
  width: 450px;
}
#nav-chapter-3-diagram {
  background: transparent url(../../bundles/vdwvtfa/images/bg-chapter-3-diagram.png) no-repeat 0 0;
  margin: 0;
  width: 451px;
  height: 451px;
  position: relative;
  margin-bottom: 30px;
}
#nav-chapter-3-diagram li {
  list-style-image: none;
  list-style: none;
  position: absolute;
  z-index: 20;
}
#nav-chapter-3-diagram a {
  display: block;
  width: 100px;
  height: 100px;
  text-indent: -999em;
  background: transparent url(../../bundles/vdwvtfa/images/nav-chapter-3-diagram.png) no-repeat 0 0;
}
#nav-chapter-3-diagram .indicator {
  display: block;
  height: 22px;
  width: 22px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/nav-chapter-3-diagram-indicators.png);
  position: absolute;
  z-index: 10;
}
.nav-chapter-3-diagram-3-1 .indicator {
  background-position: -110px 0;
  left: 153px;
  top: 230px;
}
#nav-chapter-3-diagram-3-1 {
  left: 52px;
  top: 208px;
}
#nav-chapter-3-diagram-3-1 a {
  background-position: 0px 0;
}
#nav-chapter-3-diagram-3-1 a:hover,
#nav-chapter-3-diagram-3-1 a:active,
#nav-chapter-3-diagram-3-1 .ui-state-active {
  background-position: 0px -100px;
}
.nav-chapter-3-diagram-3-2 .indicator {
  left: 218px;
  top: 154px;
}
#nav-chapter-3-diagram-3-2 {
  left: 181px;
  top: 57px;
}
#nav-chapter-3-diagram-3-2 a {
  background-position: -100px 0;
}
#nav-chapter-3-diagram-3-2 a:hover,
#nav-chapter-3-diagram-3-2 a:active,
#nav-chapter-3-diagram-3-2 .ui-state-active {
  background-position: -100px -100px;
}
.nav-chapter-3-diagram-3-3 .indicator {
  background-position: -22px 0;
  left: 265px;
  top: 175px;
}
#nav-chapter-3-diagram-3-3 {
  left: 279px;
  top: 109px;
}
#nav-chapter-3-diagram-3-3 a {
  background-position: -200px 0;
}
#nav-chapter-3-diagram-3-3 a:hover,
#nav-chapter-3-diagram-3-3 a:active,
#nav-chapter-3-diagram-3-3 .ui-state-active {
  background-position: -200px -100px;
}
.nav-chapter-3-diagram-3-4 .indicator {
  background-position: -44px 0;
  left: 281px;
  top: 230px;
}
#nav-chapter-3-diagram-3-4 {
  left: 299px;
  top: 209px;
}
#nav-chapter-3-diagram-3-4 a {
  background-position: -300px 0;
}
#nav-chapter-3-diagram-3-4 a:hover,
#nav-chapter-3-diagram-3-4 a:active,
#nav-chapter-3-diagram-3-4 .ui-state-active {
  background-position: -300px -100px;
}
.nav-chapter-3-diagram-3-5 .indicator {
  background-position: -66px 0;
  left: 251px;
  top: 276px;
}
#nav-chapter-3-diagram-3-5 {
  left: 230px;
  top: 291px;
}
#nav-chapter-3-diagram-3-5 a {
  background-position: -400px 0;
}
#nav-chapter-3-diagram-3-5 a:hover,
#nav-chapter-3-diagram-3-5 a:active,
#nav-chapter-3-diagram-3-5 .ui-state-active {
  background-position: -400px -100px;
}
.nav-chapter-3-diagram-3-6 .indicator {
  background-position: -88px 0;
  left: 183px;
  top: 276px;
}
#nav-chapter-3-diagram-3-6 {
  left: 119px;
  top: 289px;
}
#nav-chapter-3-diagram-3-6 a {
  background-position: -500px 0;
}
#nav-chapter-3-diagram-3-6 a:hover,
#nav-chapter-3-diagram-3-6 a:active,
#nav-chapter-3-diagram-3-6 .ui-state-active {
  background-position: -500px -100px;
}
.nav-chapter-3-diagram-3-7 .indicator {
  background-position: -132px 0;
  left: 169px;
  top: 175px;
}
#nav-chapter-3-diagram-3-7 {
  left: 81px;
  top: 105px;
}
#nav-chapter-3-diagram-3-7 a {
  background-position: -600px 0;
}
#nav-chapter-3-diagram-3-7 a:hover,
#nav-chapter-3-diagram-3-7 a:active,
#nav-chapter-3-diagram-3-7 .ui-state-active {
  background-position: -600px -100px;
}
#registration-create-account {
  font-size: 22px;
  font-weight: bold;
  color: #532700;
  line-height: 30px;
  margin-bottom: 18px;
}
#registration-wizard-header .heading {
  margin-bottom: 40px;
}
.create-account #registration-wizard-header .heading {
  margin-bottom: 20px;
}
#registration-wizard h1 {
  font-size: 22px;
  line-height: 1.4em;
  color: #532700;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  text-transform: none;
}
#registration-wizard input[type="url"],
#registration-wizard input[type="text"],
#registration-wizard input[type="email"],
#registration-wizard input[type="password"],
#registration-wizard textarea {
  width: 390px;
}
#registration-wizard textarea {
  height: 100px;
  width: 360px;
}
#registration-wizard #content {
  width: 100%;
  margin: 0;
}
#registration-wizard #content .content-full {
  float: left;
  margin-left: 50px;
  width: 910px;
  clear: both;
}
#registration-wizard #content .content-primary {
  float: left;
  margin-left: 50px;
  width: 430px;
}
#registration-wizard #content .content-secondary {
  float: left;
  margin-left: 50px;
  width: 430px;
}
#registration-wizard .content {
  padding-bottom: 15px;
}
#registration-wizard #new-org-check-existing h2 {
  font-size: 18px;
}
#registration-wizard .existing-email-message {
  position: absolute;
  padding: 25px;
  left: 438px;
  top: -70px;
  width: 400px;
}
#registration-wizard .existing-email-message p {
  margin: 0;
}
#registration-wizard .existing-email-message .message {
  font-size: 18px;
  line-height: 1.4em;
  margin: 0 0 10px;
  color: #532700;
  font-weight: 700;
}
#registration-wizard .existing-email-message .btn {
  text-transform: none;
  color: #532700;
  font-weight: normal;
  text-shadow: none;
}
#registration-wizard .btn-locate {
  float: left;
}
#registration-wizard.create-account textarea {
  height: 150px;
  width: 850px;
}
#registration-wizard.create-account .content-secondary {
  float: right;
  margin-right: 85px;
}
#nav-registration-wizard {
  float: left;
  margin-left: 50px;
  width: 870px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d8d5d2;
  background: #eff2e4;
}
#nav-registration-wizard ul {
  margin: 0;
  overflow: hidden;
}
#nav-registration-wizard li {
  float: left;
  width: 25%;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  list-style-image: none;
  list-style: none;
}
#nav-registration-wizard li a,
#nav-registration-wizard li span,
#nav-registration-wizard li strong {
  color: #7b7b7b;
  display: block;
  padding: 5px 0;
}
#nav-registration-wizard li a small,
#nav-registration-wizard li span small,
#nav-registration-wizard li strong small {
  font-size: 80%;
  font-weight: normal;
  display: block;
}
#nav-registration-wizard li.current {
  background: #8ebc00 url(../../bundles/vdwvtfa/images/bg-registration-wizard-progress-before.png) no-repeat 0 50%;
  background-size: auto 100%;
}
#nav-registration-wizard li.current strong {
  color: #fff;
  background: transparent url(../../bundles/vdwvtfa/images/bg-registration-wizard-progress.png) no-repeat 100% 50%;
  background-size: auto 100%;
}
#nav-registration-wizard li.current:first-child {
  background-image: none;
}
#nav-registration-wizard li.current:last-child strong {
  background-image: none;
}
#registration-wizard-2 #content {
  background: transparent url(../../bundles/vdwvtfa/images/bg-column-divider-straight.png) repeat-y 500px 0;
  background-position: 505px -690px;
}
#registration-wizard-3 #content {
  background: none;
}
#registration-wizard-3 #content .content-primary {
  float: left;
  margin-left: 50px;
  width: 870px;
}
#my-account textarea {
  width: 430px;
}
#categories-form .parent-category {
  border-top: 1px solid #532700;
  padding: 10px 0;
  *zoom: 1;
}
#categories-form .parent-category .heading {
  font-size: 18px;
  line-height: 1.4em;
  color: #532700;
  margin: 0 0 5px;
  padding-left: 45px;
  position: relative;
}
#categories-form .parent-category .heading .ui-expando-trigger {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}
#categories-form .parent-category .heading .ui-expando-trigger:link,
#categories-form .parent-category .heading .ui-expando-trigger:visited {
  color: #f26532;
}
#categories-form .parent-category .heading .ui-expando-trigger:hover,
#categories-form .parent-category .heading .ui-expando-trigger:active {
  color: #532700;
}
#categories-form .parent-category .heading .category-icon {
  position: absolute;
  top: 0;
  left: 0;
}
#categories-form .parent-category:before,
#categories-form .parent-category:after {
  display: table;
  content: "";
  line-height: 0;
}
#categories-form .parent-category:after {
  clear: both;
}
#categories-form .parent-category .sub-categories {
  margin-left: -10px;
  *zoom: 1;
}
#categories-form .parent-category .sub-categories:before,
#categories-form .parent-category .sub-categories:after {
  display: table;
  content: "";
  line-height: 0;
}
#categories-form .parent-category .sub-categories:after {
  clear: both;
}
#categories-form .parent-category .select-all {
  margin-left: 55px;
}
#categories-form .parent-category .column {
  float: left;
  margin-left: 10px;
  width: 230px;
  margin-left: 55px;
}
#categories-form .parent-category.columns-2 .column {
  float: left;
  margin-left: 10px;
  width: 190px;
  margin-left: 55px;
}
#categories-form label {
  color: #532700;
  font-size: 15px;
  font-weight: normal;
}
#categories-form label.match {
  background: #c8dc89;
}
#categories-form .parent-category .ui-expando-trigger {
  display: block;
  padding-left: 10px;
  background: transparent url(../../bundles/vdwvtfa/images/icons/arrow-right-orange.png) no-repeat -4px -3px;
}
#categories-form .parent-category.ui-expando-open .ui-expando-trigger {
  background: transparent url(../../bundles/vdwvtfa/images/icons/arrow-down-orange.png) no-repeat -4px -4px;
}
#categories-filter-form {
  margin-bottom: 20px;
}
#categories-filter-form label {
  display: block;
}
#organizaton-wizard-success .join-network-cta {
  float: right;
  margin-left: 20px;
  width: 230px;
}
#organizaton-wizard-success .join-network-cta .instructions {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 5px;
  color: #445b00;
}
#organization-wizard-success-form-container {
  margin-left: -10px;
  *zoom: 1;
  clear: both;
  padding-top: 10px;
}
#organization-wizard-success-form-container:before,
#organization-wizard-success-form-container:after {
  display: table;
  content: "";
  line-height: 0;
}
#organization-wizard-success-form-container:after {
  clear: both;
}
#organization-wizard-success-form-container h2 {
  color: #532700;
  margin-bottom: 20px;
  margin-left: 50px;
}
#organization-wizard-success-form-container h3 {
  margin-bottom: 10px;
}
#organization-wizard-success-form-container #business-specifics {
  float: left;
  margin-left: 50px;
  width: 390px;
}
#organization-wizard-success-form-container #social-media-fields {
  float: left;
  margin-left: 50px;
  width: 390px;
}
#organization-wizard-success-form-container .form-actions {
  clear: both;
  margin-left: 50px;
}
#organization-wizard-success-form-container .associations,
#organization-wizard-success-form-container .certifications-form {
  clear: both;
  padding-bottom: 30px;
  margin-left: 50px;
}
#network-pledge-form .section {
  padding: 15px 0;
  border-bottom: 1px solid #d8d5d2;
}
#network-pledge-form .section h2 {
  margin-bottom: 10px;
}
#network-pledge-form .section h3 {
  margin-bottom: 5px;
}
#network-pledge-form .section p,
#network-pledge-form .section li {
  font-size: 18px;
  line-height: 1.3em;
}
#network-pledge-form .section .pledge-agree label {
  font-size: 18px;
}
#network-pledge-form .pledge-intro .image {
  float: left;
  text-align: center;
}
#network-pledge-form .pledge-intro .content {
  margin-left: 130px;
}
#network-pledge-form .pledge-intro h2 {
  color: #532700;
}
#network-pledge-form .pledge-content ul,
#network-pledge-form .pledge-content ol {
  margin-left: 40px;
}
#network-pledge-form .pledge-content h3,
#network-pledge-form .pledge-content .pledge-agree {
  margin-left: 20px;
}
#network-pledge-form .pledge-content .pledge-agree {
  color: #532700;
}
#network-pledge-form .network-groups {
  border: 0;
  margin-left: -10px;
  *zoom: 1;
}
#network-pledge-form .network-groups:before,
#network-pledge-form .network-groups:after {
  display: table;
  content: "";
  line-height: 0;
}
#network-pledge-form .network-groups:after {
  clear: both;
}
#network-pledge-form .network-groups .team-type {
  float: left;
  margin-left: 50px;
  width: 270px;
}
#network-pledge-form .network-groups label {
  font-size: 13px;
  margin-bottom: 5px;
}
#network-pledge-form .network-groups .control-group {
  margin: 0;
}
.existing-org-name-message .heading {
  margin-bottom: 10px;
}
.existing-org-name-message .content {
  margin-bottom: 10px;
}
.existing-org-name-message .btn {
  text-transform: none;
}
.stories-from-the-atlas {
  border-bottom: 1px dashed #d8d5d2;
}
.stories-from-the-atlas span {
  display: block;
  height: 65px;
  width: 274px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/text/stories-from-the-atlas.png);
  position: relative;
  left: -20px;
}
#story-detail h1 {
  border-width: 0;
  font-size: 20px;
}
.story-detail .story-image {
  width: 310px;
}
.story-detail [class*=org-] {
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.story-detail [class*=org-] ul,
.story-detail [class*=org-] p {
  margin: 0;
}
.story-detail [class*=org-] ul {
  list-style-image: none;
  list-style: none;
}
.story-detail .url-list {
  padding-top: 3px;
}
.story-detail .org-details {
  color: #7b7b7b;
}
.story.summary {
  border-bottom: 1px solid #d0c2bb;
  padding: 0 0 22px;
  margin: 22px 0;
  overflow: hidden;
}
.story.summary.last {
  margin-bottom: 0;
}
.story.summary a {
  text-decoration: none;
}
.story.summary .title {
  margin-bottom: 10px;
}
.story.summary .story-organizations-and-teams {
  border-bottom: 1px dashed #d8d5d2;
  margin: 0 0 15px;
  padding: 0 0 10px;
  list-style: none;
}
.story.summary.has-photo .content {
  margin-left: 325px;
}
.story.summary.has-photo .photo {
  float: left;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
#logo-vermont-food-atlas-small {
  display: block;
  margin: 0 auto;
}
#atlas-search-instructions {
  text-align: center;
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px #d8d5d2 dashed;
}
.relative {
  position: relative;
}
.atlas-get-listed {
  position: absolute;
  right: 0;
}
#atlas-search {
  position: relative;
  background-color: #fef7f3;
}
#atlas-search .loading-indicator {
  position: absolute;
  z-index: 11;
}
#atlas-search .loading-indicator.map {
  right: 55px;
  top: 15px;
}
#atlas-search .popular-searches {
  background: none;
}
#atlas-search .popular-searches ul {
  margin: 0;
  padding-top: 15px;
}
#atlas-search .popular-searches li {
  font-size: 14px;
}
#atlas-search .popular-searches a {
  padding: 0 12px;
}
#nav-atlas-search-view {
  margin: 0;
  border: 0;
}
#nav-atlas-search-view li {
  font-size: 16px;
}
#nav-atlas-search-view a {
  padding-left: 35px;
  padding-right: 35px;
}
.list #nav-atlas-search-view {
  border-bottom: 18px solid #7aa100;
  margin-bottom: 7px;
}
#atlas-search-film-strip-container {
  background: #7aa100;
}
#atlas-search-film-strip-container .loading {
  font-size: 200%;
  font-style: italic;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  margin: 0;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
}
#atlas-search-form-map {
  position: relative;
  border: 5px solid #f26532;
  min-height: 590px;
}
#atlas-search-form-container {
  width: 225px;
}
#atlas-search-form-container [id*="atlas-search-"] {
  background: transparent url(../../bundles/vdwvtfa/images/atlas/bg-atlas-search.png) repeat 0 0;
  padding: 13px;
  height: 574px;
}
#atlas-search-form-container [id*="atlas-search-"] > [class^="heading"] {
  position: relative;
  left: -17px;
  top: 2px;
}
.map #atlas-search-form-container {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 11;
}
.map #atlas-search-form-container .btn-toggle-search-form {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 12;
}
.map #atlas-search-form-container [id*="atlas-search-"] > [class^="heading"] {
  margin: 33px 0 0;
}
#nav-atlas-search {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#nav-atlas-search li {
  float: left;
  list-style-image: none;
  list-style: none;
}
#nav-atlas-search a {
  background: transparent url(../../bundles/vdwvtfa/images/atlas/nav-atlas-search.png) repeat 0 0;
  height: 50px;
  text-indent: -999px;
  display: block;
}
#nav-atlas-search a:hover,
#nav-atlas-search a:active {
  background-position: 0 -50px;
}
#nav-atlas-search .search a {
  width: 120px;
}
#nav-atlas-search .legend a {
  background-position: -120px 0;
  width: 105px;
}
#nav-atlas-search .legend a:hover,
#nav-atlas-search .legend a:active {
  background-position: -120px -50px;
}
#atlas-search-form .step-1 .subheading-step {
  margin-bottom: 24px;
}
#atlas-search-legend {
  color: #fff;
  font-weight: bold;
}
#atlas-search-legend ul {
  margin: 0;
  height: 400px;
  overflow: auto;
}
#atlas-search-legend li {
  overflow: hidden;
  margin: 5px;
  list-style-image: none;
  list-style: none;
}
#atlas-search-legend img {
  float: left;
}
#atlas-search-legend .category-name {
  display: block;
  margin: 5px 0 0 40px;
}
#atlas-search-legend .heading-legend {
  display: block;
  height: 64px;
  width: 233px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/atlas/legend.png);
}
#atlas-search-map {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 10;
}
.category-marker-label {
  width: 100px;
  text-align: center;
}
.org-listing {
  position: relative;
  padding: 0 14px 14px;
  margin: 14px 0 14px;
  overflow: hidden;
  background: transparent url(../../bundles/vdwvtfa/images/bg-column-divider-dashed.png) repeat-y 55% 0;
}
.org-listing ul {
  margin: 0;
}
.org-listing li {
  list-style-image: none;
  list-style: none;
}
.org-listing .org-category {
  background: #fef7f3;
  overflow: hidden;
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  padding-bottom: 5px;
}
.org-listing .org-category img {
  float: left;
  margin-right: 5px;
}
.org-listing .org-logo {
  float: left;
  position: relative;
  top: 4px;
  width: 75px;
  text-align: center;
}
.org-listing .org-details.has-image {
  margin-left: 80px;
}
.org-listing .org-details .btn {
  font-size: 15px;
  text-transform: none;
  margin: 18px 0 0;
}
.org-listing .org-name {
  font-size: 28px;
  line-height: 1em;
  margin: 0 0 5px;
}
.org-listing .content-primary {
  width: 57%;
  padding-right: 24px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.org-listing .content-secondary {
  width: 43%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.org-listing .content-secondary [class*="org-"] {
  border-bottom: 1px solid #d8d5d2;
  padding-bottom: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.org-listing .content-secondary [class*="org-"]:last-child {
  border: 0;
}
.org-listing .org-users .image {
  float: left;
  width: 70px;
  text-align: center;
}
.org-listing .org-users .image img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #445b00;
}
.org-listing .org-users .content {
  margin-left: 74px;
}
.org-listing .org-users p {
  font-weight: bold;
  color: #7b7b7b;
  margin: 0;
}
.compact .org-listing {
  padding: 0;
  background-position: 53% 0;
}
.compact .org-listing .content-primary {
  width: 54%;
}
.compact .org-listing .content-secondary {
  width: 44%;
  padding-left: 15px;
}
.slick-arrow {
  background: none;
  border: none;
  font-weight: bold;
  color: #8ebc00;
  margin: 0;
  background-repeat: no-repeat;
  background-position-y: 3px;
}
.slick-arrow:hover {
  color: #f26532;
}
.slick-prev {
  padding-left: 0;
}
.slick-prev:before {
  content: '\f0d9';
  font-family: 'FontAwesome';
  padding-right: 5px;
}
.slick-next {
  position: absolute;
  top: 0;
  left: 75px;
}
.slick-next:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  padding-left: 5px;
}
.is-fullscreen [data-provides="collection-item"].atlas,
.is-fullscreen #export-search-results-wrap {
  top: 3px;
}
.is-fullscreen #atlas-search-form-map {
  border: 0;
}
.is-fullscreen #atlas-search-form {
  height: auto;
}
.is-fullscreen .popular-searches {
  display: none;
}
.is-fullscreen #atlas-search,
.is-fullscreen #atlas-search-form-map,
.is-fullscreen #atlas-search-map-container {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.is-fullscreen #atlas-search-map {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
}
.is-fullscreen #atlas-search-film-strip-container {
  position: relative;
  z-index: 100;
}
.is-fullscreen.filmstrip-open #atlas-search-map {
  top: 157px;
}
.is-fullscreen.filmstrip-open.has-results #atlas-search-map {
  top: 200px;
}
.is-fullscreen.filmstrip-open #atlas-search-film-strip-container {
  min-height: 158px;
}
#atlas-search.list #atlas-search-form-container {
  float: left;
}
#atlas-search.list #atlas-search-results {
  float: left;
  width: 705px;
  margin-left: 20px;
}
#atlas-search.list #atlas-search-results hr {
  margin: 27px 0;
}
#job-listing-search-form .location-field {
  width: 115px;
}
.plan-search-atlas-form .column {
  float: left;
  width: 30%;
  margin-right: 2.9%;
}
.plan-search-atlas-form .actions {
  clear: both;
}
.plan-search-atlas-form .categories-form {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cycle-wrapper {
  position: relative;
}
.cycle-slideshow {
  margin-bottom: 54px;
}
.primary-content .cycle-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cycle-prev,
.cycle-next {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 800;
  cursor: pointer;
}
.cycle-prev {
  left: -40px;
  background: url(../../bundles/vdwvtfa/images/icons/arrow-prev-orange.png) 50% 50% no-repeat;
}
.cycle-next {
  right: -30px;
  background: url(../../bundles/vdwvtfa/images/icons/arrow-next-orange.png) 50% 50% no-repeat;
}
.cycle-prev:hover,
.cycle-next:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
.ui-dialog.ui-widget {
  z-index: 100;
}
.resources-header {
  position: relative;
}
.resources-header .addthis_toolbox {
  margin-top: 0;
}
.resources-header .addthis_toolbox .addthis_counter {
  vertical-align: middle;
  margin-bottom: 0;
}
.resources-heading {
  padding-right: 140px;
}
.resources-heading__collection {
  font-size: 60%;
  line-height: 1.4;
  display: block;
}
.resources-heading__collection:link,
.resources-heading__collection:visited {
  color: #7aa100;
}
.resources-heading__collection:hover,
.resources-heading__collection:active {
  color: #f26532;
}
.resources-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.resource-explore {
  position: relative;
  margin: 50px 0 20px;
  display: flex;
}
.resource-explore * {
  box-sizing: border-box;
}
.resource-explore form {
  background: #532700;
  float: left;
  width: 80%;
  margin: 0;
}
.resource-explore form label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.resource-explore form input,
.resource-explore form select {
  font-size: 12px;
  max-width: 100%;
  height: 28px;
}
.resource-explore form > .control-group {
  float: left;
  padding: 35px 10px 25px 20px;
  margin: 0;
  width: 26%;
}
.resource-explore form > .control-group:nth-child(4) {
  width: 20%;
  padding-top: 58px;
  padding-bottom: 5px;
}
.resource-explore .select2-container {
  max-width: 100%;
}
.resource-explore .select2-choices {
  height: 28px;
  border-radius: 4px;
}
.resource-explore .select2-dropdown-open .select2-choices {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.resource-explore .select2-container-multi .select2-choices {
  min-height: 26px;
}
.resource-explore .select2-container-multi .select2-choices .select2-search-field input {
  font-size: 12px;
  height: 26px;
  margin: 0;
}
.resource-explore .select2-search-choice {
  font-size: 12px;
}
.resource-explore .resource-explore__view-all {
  float: left;
  width: 20%;
  display: flex;
}
.resource-explore .resource-explore__view-all .btn-view-all-resources {
  width: 100%;
  max-height: 8rem;
  border-left: 5px solid #768200;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 2.2rem;
}
.resource-explore__heading {
  display: block;
  height: 66px;
  width: 234px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-image: url(../../bundles/vdwvtfa/images/text/search-resources.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -8px;
}
.resource-search-form__submit,
.resource-search-form__reset {
  width: 100%;
}
.resource-search-form__reset {
  font-size: 10px;
  font-weight: normal;
  text-transform: none;
  padding: 4px;
  color: #fff;
}
.btn-view-all-resources {
  display: block;
  background: #8dbb00;
  background: linear-gradient(to bottom,#8dbb00 0%,#7f9b00 100%);
  font-size: 1.2rem;
  line-height: 1.4;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.65);
  color: #fff;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  font-family: 'Roboto', Arial, Helvetica, 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5rem;
}
.btn-view-all-resources:hover {
  color: #fff;
  opacity: 0.9;
}
.btn-view-all-resources--row {
  box-sizing: border-box;
  float: left;
  width: 48%;
  padding-top: 2rem;
}
.btn-view-all-resources--row .btn-view-all-resources {
  max-width: 8rem;
  margin: 0 auto;
}
.btn-view-all-resources--standalone {
  max-width: 20rem;
  margin: 1rem auto;
}
.resource-landing-content {
  width: 830px;
  margin: 0 auto;
}
.no-featured-resources {
  font-weight: bold;
  line-height: 1.3;
}
.resource-collections {
  border-bottom: 4px solid #532700;
  padding-bottom: 1em;
}
.resource-collection__list {
  padding-bottom: 1em;
}
.resource-collection {
  float: left;
  width: 30%;
  margin-right: 5%;
  padding-bottom: 1em;
}
.resource-collection a {
  display: block;
}
.resource-collection a:link .resource-collection__heading,
.resource-collection a:visited .resource-collection__heading {
  color: #8ebc00;
}
.resource-collection a:hover .resource-collection__heading,
.resource-collection a:active .resource-collection__heading {
  color: #f26532;
}
.resource-collection a:hover .resource-collection__image,
.resource-collection a:active .resource-collection__image {
  border-color: #f26532;
}
.resource-collection:nth-child(3n) {
  margin-right: 0;
}
.resource-collection__image {
  border: 1px solid #7aa100;
  display: block;
  margin: 0 0 10px;
  max-width: 100%;
}
.resource-collection__teaser {
  color: #666;
  margin: 0;
}
.resource-collections__heading,
.featured-resources__heading {
  color: #532700;
  margin: 0 0 0.25em;
}
.resource-collection__heading,
.featured-resource__heading {
  font-size: 16px;
  font-weight: 500;
}
.featured-resources__heading {
  margin: 0.5em 0 0;
}
.featured-resource {
  float: left;
  width: 48%;
  padding: 2em 0;
  padding-right: 4%;
}
.resource-content__section--resources-list .featured-resource {
  padding: 1.25em 0;
}
.featured-resource-row {
  border-bottom: 1px dashed #ccc;
}
.featured-resource:nth-child(2n) {
  padding-right: 0;
}
.featured-resource__heading a:link,
.featured-resource__heading a:visited {
  color: #8ebc00;
}
.featured-resource__heading a:hover,
.featured-resource__heading a:active {
  color: #f26532;
}
.featured-resource__image-container {
  width: 100px;
  float: left;
  text-align: right;
}
.featured-resource__details {
  margin-left: 110px;
}
.featured-resource__details p:last-child {
  margin: 0;
}
.resource-download-button {
  margin: 0;
  font-weight: 500;
}
.resource-download-button:link,
.resource-download-button:visited {
  color: #f26532;
}
.resource-download-button:hover,
.resource-download-button:active {
  color: #8ebc00;
}
.resource-download-button img {
  vertical-align: unset;
}
.resource-download-button--alt:link,
.resource-download-button--alt:visited {
  color: #8ebc00;
}
.resource-download-button--alt:hover,
.resource-download-button--alt:active {
  color: #f26532;
}
.resource-download-button--is-matching-resource {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 3px 0;
}
.resource-download-button--is-matching-resource:before {
  content: '';
  position: absolute;
  top: -3px;
  right: -6px;
  bottom: -3px;
  left: -6px;
  background: #f0e6c3;
  z-index: -1;
}
.resource-detail {
  width: 850px;
  margin: 0 auto;
}
.resource-content,
.resource-image-container {
  float: left;
}
.resource-content {
  width: 450px;
}
.resource-image-container {
  width: 368px;
  padding-left: 32px;
  margin-top: 15px;
}
.resource-image {
  border: 1px solid #7aa100;
}
.resource-title {
  font-size: 18px;
}
.resource-title a:link,
.resource-title a:visited {
  color: #8ebc00;
}
.resource-title a:hover,
.resource-title a:active {
  color: #f26532;
}
.resource-title__collection {
  font-size: 70%;
  line-height: 1.4;
  display: block;
}
a.resource-title__collection:link,
a.resource-title__collection:visited {
  color: #999;
}
a.resource-title__collection:hover,
a.resource-title__collection:active {
  color: #f26532;
}
.resource-content__section {
  margin: 15px 0;
}
.resource-content__section:not(:last-child) {
  border-bottom: 1px dashed #d8d5d2;
}
.resource-content__section:last-child {
  margin-bottom: 0;
}
.resource-content__section ul {
  list-style: none;
  margin-left: 0;
}
.resource-content__section a:not(.btn) {
  font-weight: 500;
}
.resource-content__section a:not(.btn):link,
.resource-content__section a:not(.btn):visited {
  color: #8ebc00;
}
.resource-content__section a:not(.btn):hover,
.resource-content__section a:not(.btn):active {
  color: #f26532;
}
.resource-content__section--resources-list {
  clear: both;
}
.resource-content__section.resource-content__section--resources-list {
  border: 0;
}
.resource-heading {
  font-size: 16px;
  color: #383838;
}
.resource-category-list li,
.resource-team-list li,
.resource-tags-list li {
  font-weight: 500;
  display: inline-block;
}
.resource-tags-list li {
  margin-bottom: 0.5rem;
}
.resource-tags-list a {
  display: inline-block;
}
.resource-tags-list a:not(.btn) {
  padding: 5px 8px;
  border-radius: 12px;
  font-weight: bold;
}
.resource-tags-list a:not(.btn):link,
.resource-tags-list a:not(.btn):visited {
  color: #6b402a;
  background: #d0c2bb;
}
.resource-tags-list a:not(.btn):hover,
.resource-tags-list a:not(.btn):active {
  color: #d0c2bb;
  background: #6b402a;
}
.resources-search-results-heading {
  display: inline-block;
  color: #6b402a;
}
.resources-search-results-searched-for {
  display: inline-block;
  padding: 4px 6px;
  vertical-align: bottom;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #6b402a;
  background: #d0c2bb;
}
.resources-search-results-sort-options {
  list-style: none;
  margin: 10px 0 15px 0;
  border-bottom: 2px solid #532700;
}
.resources-search-results-sort-options li {
  display: inline-block;
}
.resources-search-results-sort-options li span,
.resources-search-results-sort-options li a {
  display: inline-block;
  padding: 4px 20px;
}
.resources-search-results-sort-options li span {
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  background: #532700;
  color: #ffffff;
}
.resource-result {
  border-bottom: 2px solid #532700;
  margin: 25px auto;
}
.resource-result .resource-content__section:first-child {
  margin-top: 0;
}
.resource-result__image,
.resource-result__content {
  float: left;
}
.resource-result__image {
  width: 342px;
}
.resource-result__image a {
  display: block;
}
.resource-result__image img {
  border: 1px solid #7aa100;
  margin: 0 auto 25px auto;
  display: block;
}
.resource-result__content {
  width: 583px;
  margin-left: 25px;
}
.resource-title {
  font-size: 16px;
}
.resource-result--resource .resource-content__section:last-child p:last-child {
  margin-bottom: 25px;
}
body.resources .pagination hr {
  display: none;
}
