/*
$small-screen: 481px;
$medium-screen: 769px;
$large-screen: 960px;
$small: "only screen and (max-width: 480px)";
$medium: "only screen and (min-width: 481px) and (max-width: 768px)";
$large: "only screen and (min-width: 769px)";
*/
meta.foundation-mq-small {
  font-family: "only screen and (max-width: 640px)";
  width: 641px; }

meta.foundation-mq-medium {
  font-family: "only screen and (min-width: 641px) and (max-width: 975px)";
  width: 975px; }

meta.foundation-mq-large {
  font-family: "only screen and (min-width: 976px)";
  width: 976px; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 68.57143em;
  width: 100%;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    margin-left: -1.07143em;
    margin-right: -1.07143em;
    max-width: none;
    width: auto;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0;
      max-width: none;
      width: auto;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 1.07143em;
  padding-right: 1.07143em;
  width: 100%;
  float: left;
  position: relative; }

@media only screen {
  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0%; }

  .small-offset-1 {
    margin-left: 8.33333%; }

  .small-offset-2 {
    margin-left: 16.66667%; }

  .small-offset-3 {
    margin-left: 25%; }

  .small-offset-4 {
    margin-left: 33.33333%; }

  .small-offset-5 {
    margin-left: 41.66667%; }

  .small-offset-6 {
    margin-left: 50%; }

  .small-offset-7 {
    margin-left: 58.33333%; }

  .small-offset-8 {
    margin-left: 66.66667%; }

  .small-offset-9 {
    margin-left: 75%; }

  .small-offset-10 {
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: left; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
@media only screen and (min-width: 641px) {
  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-offset-1 {
    margin-left: 8.33333%; }

  .medium-offset-2 {
    margin-left: 16.66667%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-offset-4 {
    margin-left: 33.33333%; }

  .medium-offset-5 {
    margin-left: 41.66667%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-offset-7 {
    margin-left: 58.33333%; }

  .medium-offset-8 {
    margin-left: 66.66667%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .medium-offset-11 {
    margin-left: 91.66667%; }

  .medium-push-1 {
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    right: 25%;
    left: auto; }

  .medium-push-4 {
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    right: 50%;
    left: auto; }

  .medium-push-7 {
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    right: 75%;
    left: auto; }

  .medium-push-10 {
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
@media only screen and (min-width: 975px) {
  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-offset-1 {
    margin-left: 8.33333%; }

  .large-offset-2 {
    margin-left: 16.66667%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-offset-4 {
    margin-left: 33.33333%; }

  .large-offset-5 {
    margin-left: 41.66667%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-offset-7 {
    margin-left: 58.33333%; }

  .large-offset-8 {
    margin-left: 66.66667%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .large-offset-11 {
    margin-left: 91.66667%; }

  .large-push-1 {
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    left: 25%;
    right: auto; }

  .large-pull-3 {
    right: 25%;
    left: auto; }

  .large-push-4 {
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    left: 50%;
    right: auto; }

  .large-pull-6 {
    right: 50%;
    left: auto; }

  .large-push-7 {
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    left: 75%;
    right: auto; }

  .large-pull-9 {
    right: 75%;
    left: auto; }

  .large-push-10 {
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        width: 100%;
        padding: 10px 14px;
        font-size: 1em; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: transparent;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.35714em; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 0%; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #000;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent #000; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.6); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: inset 16px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #ccc; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -8px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #ccc; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px; }
  .orbit-bullets li {
    display: block;
    width: 0.85714em;
    height: 0.85714em;
    background: #999;
    float: left;
    margin-right: 6px;
    border: solid 1px #555;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #555; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (max-width: 640px) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 641px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important; }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }
p.lead {
  font-size: 1.25em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #2795b6; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1.42857em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 1em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.18571em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.42857em; }

h2 {
  font-size: 1.57143em; }

h3 {
  font-size: 1.21429em; }

h4 {
  font-size: 0.92857em; }

h5 {
  font-size: 1.28571em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.42857em 0 1.35714em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1.42857em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 0; }
  ul.no-bullet, ol.no-bullet {
    margin-left: 0; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.42857em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.42857em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.85714em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.42857em;
  padding: 0.64286em 1.42857em 0 1.35714em;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.92857em;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.4;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.42857em 0;
  border: 1px solid #ddd;
  padding: 0.71429em 0.85714em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 1.07143em; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.07143em; }

@media only screen and (max-width: 640px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 3.14286em; }

  h2 {
    font-size: 2.28571em; }

  h3 {
    font-size: 1.57143em; }

  h4 {
    font-size: 1.28571em; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
.wrapper-sprite, .wrapper-btn-green, .wrapper-btn-search, .wrapper-divider-bottom, .wrapper-divider-top, .wrapper-icon-facebook, .wrapper-icon-pinterest, .wrapper-icon-twitter, .wrapper-icon-youtube, #header .block.social ul a.icon.pinterest, hr.top, hr.bottom, a.more span {
  background-image: url('../images/../images/wrapper-sa62cf84e28.png');
  background-repeat: no-repeat; }

/**/
.wrapper-btn-green {
  background-position: 0 0; }

.wrapper-btn-search {
  background-position: 0 -29px; }

.wrapper-divider-bottom {
  background-position: 0 -61px; }

.wrapper-divider-top {
  background-position: 0 -97px; }

.wrapper-icon-facebook {
  background-position: 0 -133px; }

.wrapper-icon-pinterest {
  background-position: 0 -169px; }

.wrapper-icon-twitter {
  background-position: 0 -205px; }

.wrapper-icon-youtube {
  background-position: 0 -241px; }

/*
  Document   : _legacy
  Created on : Nov 21, 2013, 4:18:01 PM
  Author     : natemow
  Description:
    This file contains old CSS rules ported from nutrientsforlife.org. Needed
    to avoid rework of existing webforms, etc.
*/
#donation_form #amount {
  display: none; }

/*------------- Webforms ----------------*/
/*===============WEB FORM CAPTCHA=============================*/
.webform-client-form fieldset.captcha {
  border: 0; }

.webform-client-form fieldset.captcha > legend .fieldset-legend {
  display: none; }

/*----- Individual items-------*/
.page-node-64 #webform-component-materials-youd-like-to-order--curriculum > div > div,
.page-node-64 #webform-component-materials-youd-like-to-order > .fieldset-wrapper > .form-item {
  padding-left: 65px;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: both;
  float: none;
  border-top: 1px solid #eee;
  margin-top: 1em; }

.page-node-64 #webform-component-materials-youd-like-to-order--curriculum--elementary-school {
  background-image: url(../images/materials/curriculum-elementary.png); }

.page-node-64 #webform-component-materials-youd-like-to-order--curriculum--middle-school {
  background-image: url(../images/materials/curriculum-middle.png); }

.page-node-64 #webform-component-materials-youd-like-to-order--curriculum--high-school {
  background-image: url(../images/materials/curriculum-high.png); }

.page-node-64 #webform-component-materials-youd-like-to-order--usb-drives-with-curriculum-resources--elementary-school-resources,
.page-node-64 #webform-component-materials-youd-like-to-order--usb-drives-with-curriculum-resources--middle-school-resources,
.page-node-64 #webform-component-materials-youd-like-to-order--usb-drives-with-curriculum-resources--high-school-resources,
.page-node-64 #webform-component-materials-youd-like-to-order--usb-drives-with-curriculum-resources--virtual-classroom-videos {
  background-image: url(../images/materials/usb.png);
  background-repeat: no-repeat;
  padding-left: 80px;
  height: 52px;
  padding-top: 7px; }

.page-node-64 #webform-component-materials-youd-like-to-order--usb-drives-with-curriculum-resources > div.fieldset-wrapper {
  padding-bottom: 13px; }

.page-node-64 #webform-component-materials-youd-like-to-order--flash-cards {
  background-image: url(../images/materials/flashcards.png);
  background-position: 0px 8px; }

.page-node-64 #webform-component-materials-youd-like-to-order--npk-poster-english-spanish,
.page-node-64 #webform-component-materials-youd-like-to-order--npk-poster-spanish {
  background-image: url(../images/materials/npk-poster-english.png);
  background-position: 0px 19px; }

.page-node-64 #webform-component-materials-youd-like-to-order--periodic-table-poster {
  background-image: url(../images/materials/periodic-table-of-elements.png);
  background-position: 0px 19px; }

.page-node-64 #webform-component-materials-youd-like-to-order--apple-poster {
  background-image: url(../images/materials/can-a-single-apple-slice.png);
  background-position-y: 10px; }

.page-node-64 #webform-component-materials-youd-like-to-order--apple-poster-es {
  background-image: url(../images/materials/can-a-single-apple-slice-es.png);
  background-position-y: 10px; }

.page-node-64 #webform-component-materials-youd-like-to-order--potassium-cycle-poster {
  background: url(../images/materials/potassium-small.jpg) no-repeat 0px 17px; }

.page-node-64 #webform-component-materials-youd-like-to-order--phosphorus-cycle-poster {
  background: url(../images/materials/phosphorus_thumb.png) no-repeat 0px 17px; }

.page-node-64 #webform-component-materials-youd-like-to-order--nitrogen-cycle-poster {
  background: url(../images/materials/nitrogen_thumb.png) no-repeat 0px 17px; }

.page-node-64 #webform-component-materials-youd-like-to-order--apple-air-ocean-postcards {
  background-image: url(../images/materials/apple-air-ocean-postcards.png);
  background-position: 0px 9px; }

.page-node-64 #webform-component-materials-youd-like-to-order--fun-with-the-plant-nutrient-team {
  background-image: url(../images/materials/fun-with-plant-nutrient-team.png); }

.page-node-64 #webform-component-materials-youd-like-to-order--theres-what-in-my-food {
  background-image: url(../images/materials/theres-what-in-my-food.png); }

.page-node-64 #webform-component-materials-youd-like-to-order--its-all-about-the-food {
  background-image: url(../images/materials/its-all-about-the-food.png); }

.page-node-64 #webform-component-materials-youd-like-to-order--recipe-cards {
  background-image: url(../images/materials/recipe-cards.png);
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: 0px 28px; }
  .page-node-64 #webform-component-materials-youd-like-to-order--recipe-cards .fieldset-wrapper {
    width: 86%;
    float: right; }

.page-node-64 #webform-component-materials-youd-like-to-order--magnets {
  background-image: url(../images/materials/magnets.png); }

.page-node-64 #webform-component-materials-youd-like-to-order--5-key-message-cards {
  background-image: url(../images/materials/5-key-message-cards.png);
  background-position: 0px 14px; }

.page-node-64 #webform-component-materials-youd-like-to-order--ruler {
  background-image: url(../images/materials/ruler.png);
  background-position: 0px 24px; }

.page-node-64 #webform-component-materials-youd-like-to-order--bumper-sticker {
  background-image: url(../images/materials/bumper-sticker.png);
  background-position: 0px 23px; }

.page-node-64 #webform-component-materials-youd-like-to-order--magazine {
  background-image: url(../images/materials/magazines.png);
  background-position: 0px 7px; }

@media only screen and (min-width: 976px) {
  .block.block-search {
    position: absolute;
    top: 0;
    right: 180px; } }

#header #block-uc-cart-cart {
  position: relative;
  top: 20px;
  background: #fff;
  left: 49px;
  width: 400px;
  height: 20px;
  overflow: hidden; }
  #header #block-uc-cart-cart h2 {
    display: inline;
    font-size: 14px; }
    #header #block-uc-cart-cart h2 .cart-block-title-bar .arrow-down {
      display: none; }
  #header #block-uc-cart-cart .content {
    position: relative;
    top: -20px;
    right: 7px; }
    #header #block-uc-cart-cart .content .cart-block-summary {
      margin: 0;
      padding: 2px;
      float: right;
      display: inline-block; }
      #header #block-uc-cart-cart .content .cart-block-summary tr {
        display: inline-block; }
        #header #block-uc-cart-cart .content .cart-block-summary tr.cart-block-summary-links ul {
          margin-bottom: 0; }
          #header #block-uc-cart-cart .content .cart-block-summary tr.cart-block-summary-links ul links li {
            border-right: solid 1px;
            display: inline;
            padding: 0 .25em; }
        #header #block-uc-cart-cart .content .cart-block-summary tr td {
          display: inline-block; }
          #header #block-uc-cart-cart .content .cart-block-summary tr td.cart-block-summary-total {
            display: none; }

body.uc-product-node .field-name-body {
  float: left;
  width: 70%; }
body.uc-product-node .field-name-uc-product-image {
  float: right;
  width: 25%; }
  body.uc-product-node .field-name-uc-product-image img {
    max-width: 100%;
    height: auto; }
body.uc-product-node #content .add-to-cart {
  clear: left;
  float: left;
  display: inline-block;
  width: 25%; }
  body.uc-product-node #content .add-to-cart .uc-out-of-stock-instock, body.uc-product-node #content .add-to-cart .uc_out_of_stock_throbbing, body.page-node-346 #content .uc-out-of-stock-instock,  body.page-node-346 #content .uc_out_of_stock_throbbing, body.page-catalog #content .uc-out-of-stock-instock, body.page-catalog #content .uc_out_of_stock_throbbing {
    display:none !important;
  }
  body.uc-product-node #content .add-to-cart .form-actions {
    margin: 1em 0; }
body.uc-product-node #content .field-name-taxonomy-catalog {
  width: 100%;
  float: left;
  margin: 1.5em 0;
  padding: 1.5em 0;
  border-top: 1px solid #ccc;
  clear: both; }
body.uc-product-node #content .form-actions#edit-actions {
  width: auto;
  text-align: left; }
  body.uc-product-node #content .form-actions#edit-actions input {
    margin-left: 0;
    text-transform: capitalize; }
body.page-catalog #content table td, body.page-node-346 #content table td {
  padding: 0 20px 25px;
  vertical-align: top; }
body.page-catalog #content .views-field, body.page-node-346 #content .views-field {
  text-align: center; }
.views-field-field-thumbnail-image {
  border:2px solid #000;
  width:220px;
}
  body.page-catalog #content .views-field span, body.page-node-346 #content .views-field span {
    display: block;
    width: 240px; }
  body.page-catalog #content .views-field .uc_out_of_stock_html span, body.page-node-346 #content .views-field .uc_out_of_stock_html span {
    display: inline;
    width: 240px; }
  body.page-catalog #content .views-field.views-field-entity-id, body.page-node-346 #content .views-field.views-field-entity-id {
    width: 240px;
    padding-bottom: 5px; }
    body.page-catalog #content .views-field.views-field-entity-id img, body.page-node-346 #content .views-field.views-field-entity-id img {
      border: 10px solid #fff;
      -webkit-box-shadow: 1px 1px 2px 0 #999999;
      box-shadow: 1px 1px 2px 0 #999999; }
  body.page-catalog #content .views-field.views-field.views-field-title, body.page-node-346 #content .views-field.views-field.views-field-title {
    width: 240px;
    padding-bottom: 11px; }
body.page-cart-checkout #content .form-actions, body.page-cart-checkout #colorbox .form-actions {
  width: 100%;
  text-align: center !important; }
  body.page-cart-checkout #content .form-actions input[type="submit"], body.page-cart-checkout #colorbox .form-actions input[type="submit"] {
    text-transform: uppercase;
    margin-right: 10px; }
body #content #cart-form-pane th:last-child, body #content #cart-form-pane td:last-child, body #content #cart-pane th:last-child, body #content #cart-pane td:last-child {
  display: none; }
body #content #cart-form-pane td.price, body #content #cart-pane td.price {
  display: none; }
body #content #cart-form-pane td.qty input, body #content #cart-pane td.qty input {
  width: 60px; }
body #content #cart-form-pane #uc-cart-view-form #edit-continue-shopping, body #content #cart-pane #uc-cart-view-form #edit-continue-shopping {
  float: none; }
body #content #comments-pane .form-item-panes-comments-comments label {
  display: none; }
body #content #cart-form-pane .form-actions#edit-actions {
  width: 455px;
  text-align: center; }
  body #content #cart-form-pane .form-actions#edit-actions input {
    margin-left: 25px;
    text-transform: capitalize; }
body #content .block #uc-cart-checkout-form legend {
  display: none; }
body #content .block #uc-cart-checkout-form .fieldset-description {
  margin-bottom: 0px; }
body #content .block #uc-cart-checkout-form #webform-client-form-316 input {
  max-width: 50%; }
body #content .block #uc-cart-checkout-form #webform-client-form-316 .form-item select {
  max-width: 50%; }
body #content .block #uc-cart-checkout-form #webform-client-form-316 #edit-panes-webform-nid316-0-affiliation {
  clear: both; }

/**
 * Orbit Rotators
 */
#block-de-rotator-rotator-1 .node-id-202 .orbit-caption, #block-de-rotator-rotator-1 .node-id-203 .orbit-caption {
  width: 400px;
  margin-left: -29px; }
#block-de-rotator-rotator-1 .orbit-caption {
  padding: 25px 30px 60px; }
#block-de-rotator-rotator-1 .rotator-title {
  color: #fff;
  text-align: left;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  margin-bottom: 15px; }
  #block-de-rotator-rotator-1 .rotator-title p {
    margin: 0; }
  #block-de-rotator-rotator-1 .rotator-title .psd-24 {
    font-size: 24px;
    line-height: 1.1em; }
#block-de-rotator-rotator-1 .rotator-body {
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  #block-de-rotator-rotator-1 .rotator-body strong {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1em; }
  #block-de-rotator-rotator-1 .rotator-body p {
    line-height: 1.1em; }
#block-de-rotator-rotator-1 .rotator-button a {
  width: 100%;
  color: #4e5600;
  margin-top: 0;
  text-align: right;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

ol.orbit-bullets {
  height: 35px;
  left: 770px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 11px 24px 8px;
  background-color: #8c9810; }
  ol.orbit-bullets li {
    height: 12px;
    width: 12px;
    border: none;
    background-color: #485501 !important; }
    ol.orbit-bullets li.active {
      background-color: #fff !important; }

#cboxContent .field-name-body ul {
  list-style: none; }

.about-modal a {
  outline: 0; }
.about-modal #cboxClose {
  right: -10px;
  top: -10px; }
.about-modal #cboxWrapper {
  background: none !important; }
.about-modal #cboxLoadedContent {
  overflow: visible !important; }
.about-modal #cboxContent {
  background: none !important; }

.ad-modal a {
  outline: 0; }
.ad-modal #cboxContent {
  background: #6f1f10 !important;
  padding: 1em; }
.ad-modal #cboxTitle {
  color: #e6d9b3;
  font-weight: bold;
  text-align: center; }
.ad-modal #cboxNext {
  background: url(../nfl_colorbox/images/everyone-ad-next.png) no-repeat;
  height: 27px;
  width: 16px; }
.ad-modal #cboxPrevious {
  background: url(../nfl_colorbox/images/everyone-ad-prev.png) no-repeat;
  height: 27px;
  width: 16px; }
.ad-modal #cboxNext:hover, .ad-modal #cboxPrevious:hover {
  background-color: transparent !important; }
.ad-modal #cboxClose {
  right: -20px;
  top: -20px; }

.recipe-modal a {
  outline: 0; }
.recipe-modal #cboxContent {
  background: #894a21 !important;
  padding: 1em; }
.recipe-modal #cboxTitle {
  color: #e6d9b3;
  font-weight: bold;
  text-align: center; }
.recipe-modal #cboxNext {
  background: url(../nfl_colorbox/images/everyone-recipe-next.png) no-repeat;
  height: 27px;
  width: 16px;
  left: 480px;
  outline: 0; }
.recipe-modal #cboxPrevious {
  background: url(../nfl_colorbox/images/everyone-recipe-prev.png) no-repeat;
  height: 27px;
  width: 16px;
  outline: 0; }
.recipe-modal #cboxNext:hover, .recipe-modal #cboxPrevious:hover {
  background-color: transparent !important; }
.recipe-modal #cboxClose {
  right: -20px;
  top: -20px; }

.teacher-modal #cboxWrapper {
  border-radius: 0;
  background: #c3a47c url(../nfl_colorbox/images/teacher-flourish.png) center top no-repeat !important;
  height: auto !important; }
.teacher-modal #cboxTopCenter {
  height: 30px; }
.teacher-modal #cboxBottomCenter {
  height: 15px; }
.teacher-modal #cboxContent {
  background: #f1ebd8 !important;
  border: 1px solid black;
  padding: 2em;
  height: auto !important; }
.teacher-modal #cboxLoadedContent {
  height: auto !important; }

.everyone-modal #cboxWrapper {
  background: #e6d9b3;
  border-radius: 0; }
.everyone-modal #cboxTopCenter {
  background: url(../nfl_colorbox/images/everyone-flourish-top.png) center top no-repeat !important;
  height: 35px; }
.everyone-modal #cboxContent {
  background: none !important; }
.everyone-modal #cboxBottomCenter {
  background: url(../nfl_colorbox/images/everyone-flourish-bottom.png) center bottom no-repeat !important;
  height: 35px; }

.nobel-modal #cboxWrapper {
  background: #afbd21;
  border-radius: 0; }
.nobel-modal #cboxTopCenter {
  background: url(../nfl_colorbox/images/nobel-flourish-top.png) center top no-repeat !important;
  height: 35px; }
.nobel-modal #cboxContent {
  background: #e7ebbd !important; }
.nobel-modal #cboxBottomCenter {
  background: url(../nfl_colorbox/images/nobel-flourish-bottom.png) center bottom no-repeat !important;
  height: 35px; }

.flickr-modal {
  overflow: visible !important; }
  .flickr-modal #cboxWrapper, .flickr-modal #cboxLoadedContent {
    overflow: visible !important;
    padding-right: 38px; }
  .flickr-modal #cboxClose {
    right: -35px;
    top: -25px; }
  .flickr-modal a {
    outline: 0; }
  .flickr-modal #cboxLoadedContent {
    overflow: visible !important; }
  .flickr-modal #cboxContent {
    background: none !important; }

div.photo-strip {
  margin-bottom: 1em; }
  div.photo-strip [class*="column"] + [class*="column"]:last-child {
    float: left; }

#cboxOverlay {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
  opacity: .5 !important; }

.node-type-photo-gallery #cboxClose, .page-photo-gallery #cboxClose {
  background: url("/sites/all/modules/contrib/colorbox/images/controls.png") no-repeat scroll -25px 0 #fff;
  border: 0 !important;
  bottom: 0;
  height: 25px;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: auto;
  width: 25px; }
  .node-type-photo-gallery #cboxClose:hover, .page-photo-gallery #cboxClose:hover {
    background-position: -25px 0; }
  .node-type-photo-gallery #cboxClose *, .page-photo-gallery #cboxClose * {
    display: none; }

.node-type-photo-gallery #cboxWrapper, .page-node-44 #cboxWrapper, .page-photo-gallery #cboxWrapper {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.node-type-photo-gallery #colorbox button#cboxPrevious, .page-node-44 #colorbox button#cboxPrevious, .page-photo-gallery #colorbox button#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) -75px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  padding: 0;
  margin: 0; }
.node-type-photo-gallery #colorbox button#cboxNext, .page-node-44 #colorbox button#cboxNext, .page-photo-gallery #colorbox button#cboxNext {
  position: absolute;
  bottom: 0;
  left: 29px;
  background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) -50px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  padding: 0;
  margin: 0; }
.node-type-photo-gallery #cboxTitle, .page-node-44 #cboxTitle, .page-photo-gallery #cboxTitle {
  left: 58px; }

#page-wrapper, div.block div.content strong {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  text-rendering: optimizeLegibility; }

#header #main-menu-links li a, h1#page-title, .block.use-header-font h2 {
  font-family: "Century Gothic", "Apple Gothic", "AppleGothic", "URW Gothic L", "Avant Garde", "Futura", sans-serif; }

body {
  background: url("../images/bg-body.jpg"); }

#page-wrapper {
  background: transparent; }

#page {
  -moz-box-shadow: 0 0 20px 0 #000;
  -webkit-box-shadow: 0 0 20px 0 #000;
  box-shadow: 0 0 20px 0 #000;
  margin-bottom: 2em;
  padding-bottom: 0;
  max-width: 68.57143em; }

#content {
  background: url("../images/bg-leaves.jpg") no-repeat 0 0 #fff;
  padding-bottom: 1em;
  padding-top: 2em; }
  #content ul {
    list-style: none; }
  body.front #content {
    padding-top: 0; }
  #content .row.content-wrapper,
  #content .row.content-bottom {
    background: transparent;
    padding: 0; }

div.block div.content {
  *zoom: 1;
  margin: 0;
  padding: 0; }
  div.block div.content:before, div.block div.content:after {
    content: " ";
    display: table; }
  div.block div.content:after {
    clear: both; }
  div.block div.content strong {
    font-weight: bold; }
  div.block div.content p.center {
    text-align: center; }

#header {
  background: url("../images/bg-header.jpg") no-repeat 0 0;
  height: 170px;
  overflow: hidden;
  position: relative;
  padding: 0; }
  #header .row.header-top {
    height: 127px; }
  #header .header-wrapper {
    background: transparent;
    margin: 0; }
  #header .header-right {
    height: auto; }
  #header .header-bottom {
    background: #271C1A;
    height: 45px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 0; }
  #header .block .content,
  #header .container-inline {
    *zoom: 1;
    float: none;
    margin: 0;
    padding: 0; }
    #header .block .content:before, #header .block .content:after,
    #header .container-inline:before,
    #header .container-inline:after {
      content: " ";
      display: table; }
    #header .block .content:after,
    #header .container-inline:after {
      clear: both; }
  #header a#logo {
    display: block;
    height: 79px;
    width: 348px;
    margin: 30px 0 0 4.28571em; }
  #header .block.social {
    width: auto;
    min-height: 0;
    margin: 20px 0 0;
    padding: 0;
    color: inherit;
    right: auto; }
    #header .block.social ul {
      margin: 0;
      min-height: 0;
      padding: 0;
      float: right;
      position: relative;
      right: auto; }
      #header .block.social ul li {
        margin: 0 0 0 0.71429em;
        padding: 0; }
      #header .block.social ul a.icon {
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        display: block;
        height: 36px;
        width: 36px;
        background: url("../images/../images/wrapper.png"); }
        #header .block.social ul a.icon.facebook {
          background-position: 0 -212px; }
        #header .block.social ul a.icon.twitter {
          background-position: 0 -177px; }
        #header .block.social ul a.icon.pinterest {
          background-position: 0 -169px; }
        #header .block.social ul a.icon.youtube {
          background-position: 0 -71px; }
  #header .block.block-search {
    margin: 20px 0 0;
    padding: 0; }
    #header .block.block-search .form-item {
      margin: 0 0 0 0;
      padding: 0;
      width: 191px; }
      #header .block.block-search .form-item input.form-text {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        height: 32px;
        line-height: 32px;
        width: 100%; }
    #header .block.block-search .form-actions {
      height: 32px;
      width: 36px;
      margin: 0 0 0 0.71429em; }
      #header .block.block-search .form-actions input.form-submit {
        background: url("../images/../images/wrapper.png") 0px 172px;
        height: 32px;
        width: 36px; }
  #header .columns.main-menu {
    padding: 0; }
  #header #main-menu-links {
    background: url("../images/bg-menu.png") no-repeat 100% -45px #271C1A;
    height: 43px;
    margin: 0;
    overflow: hidden; }
    #header #main-menu-links li {
      -moz-box-shadow: 0 0 0 0 #271C1A;
      -webkit-box-shadow: 0 0 0 0 #271C1A;
      box-shadow: 0 0 0 0 #271C1A;
      border: 0;
      background: url("../images/bg-menu.png") no-repeat 0 0;
      height: 43px;
      line-height: 1;
      margin: 0;
      padding: 0;
      width: auto; }
      #header #main-menu-links li.first {
        background: transparent; }
      #header #main-menu-links li.last {
        background: url("../images/bg-menu.png") no-repeat 100% -45px;
        overflow: hidden;
        width: 80px; }
        #header #main-menu-links li.last a {
          padding-left: 21px; }
      #header #main-menu-links li.active a {
        color: #afbd21;
        font-weight: normal; }
      #header #main-menu-links li a {
        height: 45px;
        line-height: 45px;
        margin: 0;
        padding: 0 11px; }

#footer {
  background: #fff; }
  #footer .footer-top {
    background: #390E00;
    color: #fff;
    padding: .5em 0;
    text-align: center; }
    #footer .footer-top p {
      line-height: 1;
      margin: 0; }
    #footer .footer-top a {
      color: #fff; }

div.content strong {
  font-family: "Arial"; }

div.block div.content strong {
  font-family: "Arial"; }

h1#page-title {
  color: #afbd21;
  font-weight: normal; }
  h1#page-title strong {
    color: #636d03; }

h2, h2 a {
  color: #8a450f; }

h3, h3 a {
  color: #636d03; }

hr {
  *zoom: 1;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 36px;
  width: 100%; }
  hr:before, hr:after {
    content: " ";
    display: table; }
  hr:after {
    clear: both; }
  hr.top {
    background-position: 0 -97px;
    background-position: 50% -36px; }
  hr.bottom {
    background-position: 0 -61px;
    background-position: 50% 0; }

a.more {
  height: 29px;
  line-height: 29px;
  overflow: hidden;
  background: #afbd21;
  color: #fff;
  display: block;
  float: right;
  font-weight: bold;
  padding: 0 33px;
  padding-top: 2px;
  position: relative;
  text-transform: uppercase; }
  a.more span {
    background-position: 0 0;
    height: 29px;
    width: 11px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0; }

a.green-btn {
  background: #afbd21;
  color: white;
  font-weight: bold;
  padding: 0.25em 1em;
  margin: 0 auto;
  min-width: 150px;
  text-align: center;
  text-transform: uppercase; }

a.red-btn {
  background: #894a21;
  color: white;
  font-weight: bold;
  padding: 0.25em 1em;
  margin: 0 auto;
  min-width: 150px;
  text-align: center;
  text-transform: uppercase; }

.block.use-header-font h2 {
  *zoom: 1;
  color: #fff;
  margin: 0;
  padding: .75em 3em; }
  .block.use-header-font h2:before, .block.use-header-font h2:after {
    content: " ";
    display: table; }
  .block.use-header-font h2:after {
    clear: both; }

#content .block .form-item select {
  width: 100%; }

/**
 * Home - Growing Understanding
 */
div.home-growing-understanding {
  background: url("../images/blocks/block-understanding.png") no-repeat 0 0;
  height: 241px;
  background-color: #4e5600;
  padding: 1.75em .75em .75em 140px;
  margin: 1em 0; }
  div.home-growing-understanding * {
    color: #fff; }
  div.home-growing-understanding a.learn-more {
    text-transform: uppercase;
    color: #8daa19;
    margin-top: 1em;
    display: block; }

/**
 * Home - For Everyone || Teachers || Students
 */
div.home-for-everyone-teachers-students h2 {
  overflow: hidden;
  position: relative;
  padding-top: 123px;
  white-space: nowrap; }
  div.home-for-everyone-teachers-students h2 span {
    position: absolute;
    top: 0;
    height: 123px;
    width: 186px; }
div.home-for-everyone-teachers-students .for-students h2 {
  color: #8a450f; }
div.home-for-everyone-teachers-students .for-teachers h2 {
  color: #3a6ba0; }
div.home-for-everyone-teachers-students .for-everyone h2 {
  color: #8daa19; }
div.home-for-everyone-teachers-students .for-students h2 span {
  background: url("../images/blocks/block-forstudents.png") no-repeat 0 0; }
div.home-for-everyone-teachers-students .for-teachers h2 span {
  background: url("../images/blocks/block-forteachers.png") no-repeat 0 0; }
div.home-for-everyone-teachers-students .for-everyone h2 span {
  background: url("../images/blocks/block-foreveryone.png") no-repeat 0 0; }
div.home-for-everyone-teachers-students hr.top, div.home-for-everyone-teachers-students hr.bottom {
  margin: 1em 0; }
div.home-for-everyone-teachers-students a.learn-more {
  text-transform: uppercase; }

/**
 * Home - Helping Communities Grow
 */
div.home-helping-communities-grow {
  background: url("../images/blocks/block-helpingcomms.jpg") no-repeat 100% 0;
  min-height: 252px;
  padding-right: 284px; }
  div.home-helping-communities-grow a.play-button {
    float: right; }

/**
 * Home - Donate
 */
div.block.use-header-font.home-donate {
  background: url("../images/blocks/block-donate.png") no-repeat 0 0;
  margin: 1em 0;
  padding: 1em; }
  div.block.use-header-font.home-donate div.block-extras {
    display: none; }
  div.block.use-header-font.home-donate h2 {
    color: #f2ecd9;
    font-weight: 400;
    position: relative;
    top: -10px;
    left: 100px; }
  div.block.use-header-font.home-donate p {
    margin-top: 2em; }
  div.block.use-header-font.home-donate a.play-button {
    float: right; }

/**
 * Home - Twitter embed
 */
div.home-twitter-embed {
  background: url("../images/blocks/block-twitter.png") no-repeat 0 0;
  padding-top: 100px; }
  div.home-twitter-embed h2 {
    display: none; }

/**
 * Home - WP Aggregate Embed
 */
div.home-drupal-aggregate-wp {
  background: url("../images/blocks/block-blog.png") no-repeat 0 0; }
  div.home-drupal-aggregate-wp ul {
    padding: 1em; }
  div.home-drupal-aggregate-wp .view-footer {
    padding-right: 1em;
    text-align: right; }

/**
 * About - Our Mission
 */
div.about-mission {
  /*
  bottom flourish: ../images/icons/about-mission-bottom-flourish.png
  */ }
  div.about-mission div.block-footer {
    background: url("../images/icons/about-mission-flourish-bottom.png") no-repeat;
    width: 387px;
    height: 38px;
    margin: 2em auto; }

/**
 * About - Our History
 */
div.about-history {
  margin-bottom: 2em; }

/**
 * About - Photos
 */
div.about-photos {
  background: #f2ecd9; }
  div.about-photos div.block-header {
    background: url("../images/icons/about-photos-flourish-top.png") no-repeat;
    width: 277px;
    height: 38px;
    margin: auto; }
  div.about-photos div.block-footer {
    background: url("../images/icons/about-photos-flourish-bottom.png") no-repeat;
    width: 277px;
    height: 38px;
    margin: auto; }
  div.about-photos div.block-contents {
    background: url("../images/pic-about-photos.png") no-repeat;
    padding: 2em 2em 0 24em;
    background-position-x: 1em;
    height: 219px; }

/**
 * About - Team
 */
div.about-team .columns:nth-child(3n-5) {
  clear: left; }
div.about-team .columns:nth-child(3n+3) {
  clear: right; }
div.about-team h2 {
  margin: 30px 0 15px;
  font-size: 26px; }
div.about-team h3 {
  margin: 10px 0;
  font-size: 19px; }
div.about-team .content {
  font-size: 16px; }
  div.about-team .content .view .view-content .columns {
    margin-bottom: 1em; }
    div.about-team .content .view .view-content .columns .clearfix {
      margin: 10px 0; }

/**
 * About - Contact Us
 */
div.about-contact-us {
  background: #f2ecd9;
  padding: 1em;
  margin: 1em 0; }
  div.about-contact-us h2.block-header {
    background: #8a450f;
    color: white;
    margin: -13px -13px 13px -13px;
    font-size: 17px;
    padding: 6px 12px; }
  div.about-contact-us div.contact-phone {
    padding: 0 0 1em 5em;
    background: url("../images/icons/about-contact-phone.png") no-repeat;
    height: 40px; }
  div.about-contact-us div.contact-email {
    padding: 0 0 1em 5em;
    background: url("../images/icons/about-contact-email.png") no-repeat;
    background-position-y: 6px; }
  div.about-contact-us div.contact-mail {
    padding: 0 0 1em 5em;
    background: url("../images/icons/about-contact-write.png") no-repeat; }

/**
 * About - Media Coverage
 */
div.about-media-coverage h2 {
  background: url("../images/icons/about-media-header-bkgd.png") no-repeat;
  height: 84px;
  font-family: "Century Gothic", "Apple Gothic", "AppleGothic", "URW Gothic L", "Avant Garde", "Futura", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #d5a664;
  padding: 12px; }
  div.about-media-coverage h2 span.prefix {
    color: #f2ecd9;
    text-transform: uppercase; }
div.about-media-coverage h3 {
  color: #8a450f;
  font-family: "Century Gothic", "Apple Gothic", "AppleGothic", "URW Gothic L", "Avant Garde", "Futura", sans-serif;
  font-size: 24px;
  font-weight: 500; }
  div.about-media-coverage h3 span.prefix {
    color: #d5a664; }
div.about-media-coverage a.media-launch, div.about-media-coverage a.media-header {
  color: #3a6ba0;
  font-size: 16px;
  font-weight: 500; }
div.about-media-coverage .media-date {
  font-size: 16px;
  font-weight: 500;
  color: #666; }
div.about-media-coverage a.media-launch, div.about-media-coverage p.media-launch {
  text-align: right; }
div.about-media-coverage div.media-television {
  background: url("../images/icons/about-media-television.png") no-repeat; }
  div.about-media-coverage div.media-television h3 {
    padding: 0.5em 0 1em 3em; }
div.about-media-coverage div.media-radio {
  background: url("../images/icons/about-media-radio.png") no-repeat; }
  div.about-media-coverage div.media-radio h3 {
    padding: 0.5em 0 1em 3em; }
div.about-media-coverage div.media-newspapers {
  background: url("../images/icons/about-media-newspaper.png") no-repeat; }
  div.about-media-coverage div.media-newspapers h3 {
    padding-left: 5.25em; }
div.about-media-coverage div.media-pressreleases {
  background: url("../images/icons/about-media-press-release.png") no-repeat; }
  div.about-media-coverage div.media-pressreleases h3 {
    padding: 0.5em 0 1em 5em; }
div.about-media-coverage div.separator {
  height: 10px;
  width: 300px;
  margin: 1em auto;
  background: url("../images/icons/about-media-separator.jpg") no-repeat; }

/**
 * Everyone - About
 */
div.everyone-about h3 {
  color: #8a450f; }

/**
 * Everyone - Ingredient
 */
div.everyone-ingredient {
  background: #6f1f10 url(../images/blocks/for-everyone/lmi-bg.png) repeat-x;
  color: #f4e8d4;
  padding: 1em; }
  div.everyone-ingredient h2 {
    color: #f4e8d4; }
  div.everyone-ingredient h3, div.everyone-ingredient h4 {
    color: #c3a47c; }
  div.everyone-ingredient div.tlc-npk {
    background: #88321e;
    color: #c3a47c;
    border: 1px solid #b43315;
    padding: 1em;
    margin-bottom: 1em; }
    div.everyone-ingredient div.tlc-npk h3, div.everyone-ingredient div.tlc-npk h4 {
      color: #f4e8d4; }
    div.everyone-ingredient div.tlc-npk .tlc-column .tlc-thumbnail {
      margin-bottom: 1em; }
    div.everyone-ingredient div.tlc-npk .tlc-column p {
      font-weight: bold;
      font-size: 80%; }
  div.everyone-ingredient div.recipes {
    background: #390e00;
    border: 1px solid #b43315;
    color: #c3a47c;
    padding: 1em;
    margin-bottom: 1em; }
    div.everyone-ingredient div.recipes h3, div.everyone-ingredient div.recipes h4 {
      color: #f4e8d4; }
    div.everyone-ingredient div.recipes .recipe-column .recipe-thumbnail {
      margin-bottom: 1em; }
    div.everyone-ingredient div.recipes .recipe-column p {
      font-size: 80%;
      text-align: center; }
  div.everyone-ingredient div.radio {
    border: 1px solid #b43315;
    margin-bottom: 1em; }
    div.everyone-ingredient div.radio div.mast {
      background: #88321e url(../images/blocks/for-everyone/microphone.png) right bottom no-repeat;
      border-bottom: 3px solid #5e2113;
      color: #c3a47c;
      padding: 1em; }
      div.everyone-ingredient div.radio div.mast h3, div.everyone-ingredient div.radio div.mast h4 {
        color: #f4e8d4; }
      div.everyone-ingredient div.radio div.mast p {
        margin: 0;
        padding-right: 5em; }
    div.everyone-ingredient div.radio div.listen {
      background: #9d371f;
      color: #c3a47c;
      padding: 0 1em;
      margin: 0; }
      div.everyone-ingredient div.radio div.listen div.listen-item {
        background: url(../images/blocks/for-everyone/listen.png) 0 20px no-repeat;
        padding: 1em 1em 1em 3em; }
        div.everyone-ingredient div.radio div.listen div.listen-item h3, div.everyone-ingredient div.radio div.listen div.listen-item h4 {
          color: #f4e8d4; }
        div.everyone-ingredient div.radio div.listen div.listen-item p {
          margin: 0; }
        div.everyone-ingredient div.radio div.listen div.listen-item embed {
          height: 24px; }
  div.everyone-ingredient div.lifes-main-footer p {
    color: #e6d9b3;
    font-size: 110%;
    font-weight: bold; }
  div.everyone-ingredient div.lifes-main-footer .order-materials-btn {
    background: url(../images/blocks/for-everyone/order-materials-btn.png) no-repeat;
    color: white;
    display: block;
    font-weight: bold;
    height: 29px;
    padding: .35em .75em;
    text-transform: uppercase;
    width: 196px; }

/**
 * Everyone - YouTube
 */
div.everyone-youtube h3 {
  color: #3a6ba0; }

/**
 * Everyone - Fertilizer Facts
 */
#page .block#block-block-26.everyone-fertilizer-facts {
  background: #c3a47c;
  margin: 0 0 1em;
  padding: 0;
  overflow: hidden; }
  #page .block#block-block-26.everyone-fertilizer-facts h2 {
    background: url(../images/blocks/for-everyone/5-fertilizer-facts.png) no-repeat;
    height: 150px;
    text-indent: -999em;
    width: 300px; }
  #page .block#block-block-26.everyone-fertilizer-facts p {
    margin: 1em; }
  #page .block#block-block-26.everyone-fertilizer-facts a {
    background: #6e3d11;
    color: white;
    font-weight: bold;
    padding: 0.25em 1em;
    margin: 0 auto;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase; }
  #page .block#block-block-26.everyone-fertilizer-facts div.flourish {
    background: url(../images/blocks/for-everyone/fertilizer-flourish.png) center bottom no-repeat;
    height: 25px;
    margin: 0 auto; }

/**
 * Everyone - Annual Reports
 */
div.annual-reports-block {
  margin-bottom: 2em; }
  div.annual-reports-block h2 {
    background: url("../images/icons/annual-reports-header-bkgd.png") no-repeat;
    height: 84px;
    font-family: "Century Gothic", "Apple Gothic", "AppleGothic", "URW Gothic L", "Avant Garde", "Futura", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: white;
    padding: 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); }
    div.annual-reports-block h2 span.prefix {
      text-transform: none; }
  div.annual-reports-block p {
    margin: 1em; }
  div.annual-reports-block a {
    background: #636d03;
    color: white;
    font-weight: bold;
    padding: 0.25em 1em;
    margin: 0 auto;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase; }

#node-224 {
  padding: 2em; }
  #node-224 ul.fertilizer-tabs {
    list-style: none; }
    #node-224 ul.fertilizer-tabs li {
      float: left;
      margin-right: 1em;
      text-align: center;
      width: 100px; }
      #node-224 ul.fertilizer-tabs li a {
        text-align: center;
        font-weight: bold;
        color: #6e3d11; }
        #node-224 ul.fertilizer-tabs li a span.tab-circle {
          background: #6e3d11;
          color: white;
          display: block;
          font-size: 300%;
          font-weight: bold;
          margin: 0 auto 10px;
          width: 50px;
          -moz-border-radius: 100px;
          -webkit-border-radius: 100px;
          border-radius: 100px;
          -moz-box-shadow: #999 0 2px 3px;
          -webkit-box-shadow: #999 0 2px 3px;
          box-shadow: #999 0 2px 3px; }
      #node-224 ul.fertilizer-tabs li a:hover {
        color: #c3a47c; }
        #node-224 ul.fertilizer-tabs li a:hover span.tab-circle {
          background: #c3a47c; }

#node-222 {
  padding: 2em; }
  #node-222 h2 {
    color: #636d03; }
  #node-222 .large-3 {
    color: #636d03; }

/**
 * Everyone - Nobel
 */
div.everyone-nobel {
  background: #636d03;
  margin-bottom: 1em; }
  div.everyone-nobel div.title {
    background: url(../images/blocks/for-everyone/nobel-flourish-top.png) center top no-repeat;
    padding-top: 3em;
    text-align: center; }
    div.everyone-nobel div.title h2 {
      color: white;
      font-size: 140%;
      text-transform: uppercase; }
  div.everyone-nobel div.body {
    background: #afbd21;
    padding: 1.5em; }
    div.everyone-nobel div.body p {
      color: #636d03; }
    div.everyone-nobel div.body img {
      margin: 0 auto; }
    div.everyone-nobel div.body a {
      background: #636d03;
      color: white;
      font-weight: bold;
      padding: 0.25em 1em;
      margin: 0 auto;
      min-width: 150px;
      text-align: center;
      text-transform: uppercase; }
  div.everyone-nobel div.flourish {
    background: url(../images/blocks/for-everyone/nobel-flourish-bottom.png) center bottom no-repeat;
    height: 41px;
    margin: 0 auto; }

/**
 * Everyone - Magazine
 */
div.everyone-magazine {
  background: #f2ecd9;
  padding: 1em; }
  div.everyone-magazine h2 {
    font-size: 140%;
    font-style: italic; }
  div.everyone-magazine a {
    background: #9d371f;
    color: white;
    font-weight: bold;
    padding: 0.25em 1em;
    margin: 0 auto;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase; }
  div.everyone-magazine img {
    z-index: -10; }
  div.everyone-magazine div.back-issues {
    background: #d8cba3;
    padding: 1em; }
    div.everyone-magazine div.back-issues h3 {
      color: white; }
    div.everyone-magazine div.back-issues p {
      margin: 0; }
    div.everyone-magazine div.back-issues #back-issue {
      margin-top: 1em; }

/**
 * Teachers - About
 */
div.teachers-about {
  margin-bottom: 1em; }
  div.teachers-about ul li {
    list-style: none;
    background: url(../images/icons/teachers-list.png) no-repeat;
    color: #636d03;
    font-weight: bold;
    margin-bottom: .5em;
    padding-left: 2em; }
    div.teachers-about ul li a {
      color: #3a6ba0; }

/**
 * Teachers - Curriculum
 */
div.teachers-curriculum ul.tabs {
  margin-bottom: 0; }
  div.teachers-curriculum ul.tabs li {
    display: inline;
    margin-right: .25em;
    padding: .5em 1em;
    text-align: center;
    border-radius: 5px 5px 0 0; }
    div.teachers-curriculum ul.tabs li a {
      color: white;
      font-weight: bold; }
  div.teachers-curriculum ul.tabs li.tab-1 {
    background: #afbd21; }
  div.teachers-curriculum ul.tabs li.tab-2 {
    background: #894a21; }
div.teachers-curriculum div.module {
  margin-top: 4px; }
  div.teachers-curriculum div.module div.module-header {
    min-height: 100px;
    padding: 1em 13em 1em 1em; }
  div.teachers-curriculum div.module div.curriculum-box {
    margin: 1em; }
    div.teachers-curriculum div.module div.curriculum-box .curriculum-lessons {
      margin-bottom: 1em; }
    div.teachers-curriculum div.module div.curriculum-box .curriculum-disclaimer {
      font-size: 90%;
      font-style: italic; }
  div.teachers-curriculum div.module div.virtual-classroom-box {
    margin: 1em 1em 2em 1em; }
    div.teachers-curriculum div.module div.virtual-classroom-box h4 {
      color: #894a21; }
    div.teachers-curriculum div.module div.virtual-classroom-box .elementary-curriculum-video-title {
      color: #894a21; }
  div.teachers-curriculum div.module div.phosphate-mining-box {
    margin: 1em 1em 2em 1em; }
    div.teachers-curriculum div.module div.phosphate-mining-box ul {
      list-style: none; }
div.teachers-curriculum div.elementary-module {
  border: 1px solid #afbd21; }
  div.teachers-curriculum div.elementary-module div.module-header {
    background: url(../images/icons/teachers-curriculum-elementary-header.png) top right no-repeat; }
    div.teachers-curriculum div.elementary-module div.module-header h1 {
      color: #636d03; }
    div.teachers-curriculum div.elementary-module div.module-header h3 {
      color: #afbd21; }
    div.teachers-curriculum div.elementary-module div.module-header h5 {
      margin-left: 3em;
      color: #636d03; }
  div.teachers-curriculum div.elementary-module div.curriculum-box {
    background: #e5eab6 url(../images/icons/teachers-curriculum-elementary-download.png) 20px 20px no-repeat;
    padding: 2em 1em 0.25em 13em; }
    div.teachers-curriculum div.elementary-module div.curriculum-box h5 {
      color: #636d03; }
    div.teachers-curriculum div.elementary-module div.curriculum-box .curriculum-disclaimer {
      color: #afbd21; }
div.teachers-curriculum div.high-school-module {
  border: 1px solid #894a21; }
  div.teachers-curriculum div.high-school-module div.module-header {
    background: url(../images/icons/teachers-curriculum-middle-high-header.png) top right no-repeat; }
    div.teachers-curriculum div.high-school-module div.module-header h1 {
      color: #894a21; }
    div.teachers-curriculum div.high-school-module div.module-header h3 {
      color: #c3a47c; }
    div.teachers-curriculum div.high-school-module div.module-header h5 {
      margin-left: 3em;
      color: #894a21; }
  div.teachers-curriculum div.high-school-module div.curriculum-box {
    background: #e4d8b3 url(../images/icons/teachers-curriculum-middle-high-download.png) 20px 20px no-repeat;
    padding: 2em 1em 0.25em 17em; }
    div.teachers-curriculum div.high-school-module div.curriculum-box h5 {
      color: #894a21; }
    div.teachers-curriculum div.high-school-module div.curriculum-box .curriculum-disclaimer {
      color: #894a21; }

/**
 * Teachers - YouTube
 */
/**
 * Teachers - Grant
 */
/**
 * Teachers - State Standards
 */
div.teachers-state-standards {
  background: #636d03 url(../images/blocks/for-teachers/state-flourish.png) center top no-repeat;
  padding-top: 4em;
  margin-bottom: 1em; }
  div.teachers-state-standards div.body {
    background: #afbd21 url(../images/blocks/for-teachers/state-bg.png) no-repeat;
    padding: 1em;
    color: white;
    text-transform: uppercase; }
    div.teachers-state-standards div.body h2 {
      color: white; }
  div.teachers-state-standards div.bottom {
    background: #636d03;
    height: 10px; }

/**
 * Teachers - Newsletter
 */
div.teachers-newsletter {
  background: #e5d8b4;
  padding: 1em;
  margin-bottom: 1em; }
  div.teachers-newsletter h2 {
    color: #636d03;
    font-size: 140%;
    margin-bottom: 0; }
  div.teachers-newsletter h3 {
    color: #894a21;
    font-size: 160%;
    font-style: italic; }
  div.teachers-newsletter div.back-issues {
    background: #d8cba3;
    padding: 1em; }
    div.teachers-newsletter div.back-issues h3 {
      color: white;
      font-style: normal; }
    div.teachers-newsletter div.back-issues p {
      margin: 0; }
    div.teachers-newsletter div.back-issues #back-issue {
      margin-top: 1em; }

/**
 * Teachers - Order Materials
 */
div.teachers-order-materials {
  background: #f2ecd9 url(../images/blocks/for-teachers/order-materials-bg.png) no-repeat;
  margin-bottom: 1em; }
  div.teachers-order-materials h2 {
    padding: .5em .75em; }
    div.teachers-order-materials h2 .green {
      color: #afbd21; }
    div.teachers-order-materials h2 .font-weight-normal {
      font-weight: normal; }
    div.teachers-order-materials h2 .white {
      color: white; }
  div.teachers-order-materials h3 {
    margin: .75em; }
  div.teachers-order-materials div.body {
    background: url(../images/blocks/for-teachers/order-materials-package.png) right bottom no-repeat;
    font-size: 90%; }
    div.teachers-order-materials div.body p {
      padding: 0 11em 0 1em; }
    div.teachers-order-materials div.body p.link {
      margin-bottom: 0;
      padding-bottom: 1em; }
  div.teachers-order-materials div.flourish {
    background: #636d03 url(../images/blocks/for-teachers/order-materials-flourish.png) center bottom no-repeat;
    height: 40px; }

#order-materials-modal label {
  font-weight: bold;
  width: 8em; }
#order-materials-modal select {
  width: 20em; }

#node-75 .field-name-body p {
  font-weight: bold;
  font-size: 120%;
  color: #636d03; }

#node-207 .field-name-body p {
  color: #636d03;
  font-size: 120%;
  font-weight: bold; }
#node-207 .submitted {
  display: none; }
#node-207 .webform-client-form {
  margin: 0 auto; }
  #node-207 .webform-client-form .form-submit {
    background-color: #afbd21;
    border-radius: 0;
    color: white;
    font-family: "Arial";
    padding: .5em 1em;
    text-align: center;
    text-transform: uppercase; }

.page-node-153 .form-radios .form-type-radio {
  display: block;
  clear: left; }

/**
 * Play button for Students - IPNI Academy & Students - Humanity Against Hunger Blocks
 */
a.play-button {
  background: url(/sites/all/themes/nfl_org/assets/images/materials/students-play-button.png) no-repeat;
  color: white;
  display: block;
  font-weight: bold;
  height: 29px;
  padding-top: .25em;
  text-align: center;
  text-transform: uppercase;
  width: 200px; }

/**
 * Students - IPNI Academy
 */
div.students-ipni div.ipni-academy {
  background: url("../images/pic-ipni-academy.png") 30px 30px no-repeat;
  min-height: 490px; }
  div.students-ipni div.ipni-academy a.play-button {
    position: absolute;
    right: 0;
    top: 0; }
div.students-ipni .block-contents {
  padding-right: 1em; }
  div.students-ipni .block-contents h2 {
    color: #8a450f; }
  div.students-ipni .block-contents h4 {
    color: #636d03; }
  div.students-ipni .block-contents ul {
    text-align: right;
    list-style: none; }

/**
 * Students - Humanity Against Hunger
 */
div.students-humanity-against-hunger {
  background: #f2ecd9;
  padding: 3em 0; }
  div.students-humanity-against-hunger div.humanity-against-hunger {
    background: url("../images/pic-humanity-against-hunger.png") 30px 50px no-repeat;
    min-height: 550px; }
    div.students-humanity-against-hunger div.humanity-against-hunger a.play-button {
      /* Will likely need better positioning once text is formatted */
      position: absolute;
      top: 0;
      right: 0; }
  div.students-humanity-against-hunger .block-contents h2 {
    color: #8a450f; }
  div.students-humanity-against-hunger .block-contents h4 {
    color: #636d03; }

/**
 * Communities - About
 */
div.communities-about .row {
  margin-bottom: 1.42857em; }
div.communities-about .columns {
  height: 120px;
  position: relative; }
  div.communities-about .columns a {
    color: white;
    display: block;
    background-color: #8daa19;
    height: 29px;
    width: 290px;
    padding-top: 6px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 0; }
  div.communities-about .columns.last a {
    background: url("../images/materials/communities-apply-button.png") no-repeat;
    padding-right: 24px; }

/**
 * Communities - State Milestones
 */
div.communities-state-milestones {
  background: url("../images/pic-communities-state-bkgd.png") no-repeat;
  height: 363px;
  padding: 1em;
  font-size: 16px; }
  #content div.communities-state-milestones .form-item select {
    width: 40%; }
  div.communities-state-milestones div.rubric {
    padding: 1em 23em 0 0; }
    div.communities-state-milestones div.rubric a {
      color: white;
      display: block;
      background-color: #8daa19;
      height: 29px;
      width: 260px;
      padding-top: 6px;
      text-align: center;
      text-transform: uppercase;
      margin-top: -2.5em; }
  div.communities-state-milestones fieldset.captcha-admin-links,
  div.communities-state-milestones input.form-submit {
    display: none; }

/**
 * Communities - YouTube
 */
/**
 * Communities - Prizes
 */
div.communities-prizes {
  background: url("../images/icons/communities-prizes-header-bkgd.jpg") no-repeat;
  padding: 1em; }
  div.communities-prizes h2 {
    color: #8daa19;
    font-weight: 400; }
    div.communities-prizes h2 span.bolder {
      color: white;
      font-weight: 700; }
  div.communities-prizes div.first-prize, div.communities-prizes div.second-prize, div.communities-prizes div.third-prize {
    color: #4e5600; }
  div.communities-prizes div.first-prize-prize, div.communities-prizes div.second-prize-prize, div.communities-prizes div.third-prize-prize {
    color: #8daa19; }
  div.communities-prizes div.first-prize {
    font-size: 16px;
    font-weight: 500; }
  div.communities-prizes div.second-prize, div.communities-prizes div.third-prize {
    font-size: 14px;
    font-weight: 500; }
  div.communities-prizes div.first-prize-prize {
    font-size: 32px;
    font-weight: 700;
    margin: 7px 0; }
  div.communities-prizes div.second-prize-prize, div.communities-prizes div.third-prize-prize {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0; }
  div.communities-prizes div.participation-pays {
    background: url("../images/icons/communities-prizes-footer-bkgd.jpg") no-repeat;
    height: 150px;
    padding: 1em;
    margin: 0 -1em; }
    div.communities-prizes div.participation-pays h3.participation-title {
      color: #4e5600;
      padding-top: 6px; }
    div.communities-prizes div.participation-pays div.participation-desc {
      color: white;
      padding-left: 5.5em; }
    div.communities-prizes div.participation-pays div.participation-bug {
      color: white;
      background: url("../images/icons/community-prizes-circle.png") no-repeat;
      height: 53px;
      width: 53px;
      font-size: 26px;
      font-weight: 700;
      padding: 17px 0;
      margin: -77px 0 0 0; }
      div.communities-prizes div.participation-pays div.participation-bug em {
        font-size: 12px;
        position: relative;
        top: -11px; }

.node-ffa-state,
.node-staff-profile {
  background: url("../images/bios-backdrop.png") no-repeat;
  height: 591px;
  width: 673px;
  padding: 6em 3.5em; }
  .node-ffa-state div.field-name-field-headshot,
  .node-staff-profile div.field-name-field-headshot {
    float: left;
    margin: 0 1em 1em 0; }
  .node-ffa-state h3.bio-name,
  .node-staff-profile h3.bio-name {
    padding-top: 1em;
    /*font-size:large;*/
    font-size: 19px; }
  .node-ffa-state div.field-items,
  .node-staff-profile div.field-items {
    font-size: 16px;
    padding-bottom: 5px; }
  .node-ffa-state a,
  .node-staff-profile a {
    font-size: 16px; }
  .node-ffa-state div.field-name-field-position-title,
  .node-staff-profile div.field-name-field-position-title {
    font-weight: 600; }
  .node-ffa-state div.clearfix,
  .node-staff-profile div.clearfix {
    clear: both;
    float: none; }
  .node-ffa-state p,
  .node-staff-profile p {
    font-size: 13px;
    line-height: 1.3em; }
  .node-ffa-state div.bio-content,
  .node-staff-profile div.bio-content {
    height: 250px;
    overflow: auto; }

/*
* Donate page
*/
.page-nfl-tools div.donate-contact-us p {
  font-family: 'Arial';
  font-weight: bold;
  color: #8daa19; }
  .page-nfl-tools div.donate-contact-us p strong {
    color: black; }

.page-nfl-tools div.donate-phone-contribution p {
  margin-left: 6em; }
.page-nfl-tools div.donate-phone-contribution p.phone-number {
  color: #8daa19;
  font-size: 36px;
  font-weight: bold;
  margin: -10px 0 -4px 0; }
.page-nfl-tools div.donate-phone-contribution div.icon {
  background: url("/sites/all/themes/nfl_org/assets/images/icons/donate-phone.png") no-repeat;
  height: 48px;
  width: 70px;
  float: left; }

#edit-go {
  display: none; }

.page-node-200 #content ul {
  list-style: initial;
  margin-left: 2em; }

/* Webforms */
#content .node-webform .form-item select {
  width: 60%; }

span.thumb {
  float: left;
  margin-right: 1em; }
  span.thumb img {
    border: 1px solid #000; }

/***** MEDIA QUERIES (KEEP AT BOTTOM OF STYLESHEET FOR CLARITY) *****/
.small-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }
  .small-only:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto; }

.medium-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }
  .medium-only:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto; }

.large-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }
  .large-only:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto; }

.no-large {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto; }

@media only screen and (max-width: 640px) {
  .small-only {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto; }

  .no-small {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px; }
    .no-small:focus {
      position: static !important;
      clip: auto;
      overflow: visible;
      height: auto; }

  /*@import "small";*/
  div.home-for-everyone-teachers-students .for-students, div.home-for-everyone-teachers-students .for-teachers, div.home-for-everyone-teachers-students .for-everyone {
    border-bottom: 1px dotted black;
    margin-bottom: 1em; }

  #header {
    height: initial; }
    #header #main-menu #main-menu-links {
      overflow: visible;
      height: initial;
      background: black; }
      #header #main-menu #main-menu-links li.last {
        background: #712010; }
      #header #main-menu #main-menu-links li {
        display: block;
        border-bottom: 1px solid white;
        text-align: left;
        background: black; }
        #header #main-menu #main-menu-links li a:hover {
          color: white; }
        #header #main-menu #main-menu-links li a {
          display: block;
          color: #8daa19; }

  #header #main-menu #main-menu-links li.active a {
    font-weight: bold;
    text-transform: uppercase;
    color: white; }

  div.about-photos div.block-contents {
    background: none;
    padding: 2em 2em 0px 2em; }

  div.block.use-header-font.home-donate {
    background: url("../images/icons/home-twitter-extra-bg.png") repeat-x 0 0; }
    div.block.use-header-font.home-donate h2 {
      display: block;
      position: relative;
      top: 0px;
      width: 100%;
      text-align: center;
      left: 0px;
      color: #8a450f;
      font-weight: 700; }

  div.block.home-twitter-embed {
    background: url("../images/icons/home-twitter-extra-bg.png") repeat-x 0 0; }
    div.block.home-twitter-embed h2 {
      display: block;
      position: relative;
      top: -77px;
      width: 100%;
      text-align: center; }

  div.block.use-header-font.home-drupal-aggregate-wp {
    background: url("../images/icons/home-twitter-extra-bg.png") repeat-x 0 0; }
    div.block.use-header-font.home-drupal-aggregate-wp h2 {
      display: block;
      position: relative;
      top: 22px;
      width: 100%;
      text-align: center;
      color: #8a450f;
      font-weight: 700;
      padding: 0; }
    div.block.use-header-font.home-drupal-aggregate-wp div.item-list {
      position: relative;
      top: 16px; }

  div.about-media-coverage {
    background: url("../images/icons/home-twitter-extra-bg.png") repeat-x 0 0; }
    div.about-media-coverage h2 {
      background: none;
      color: #8a450f; }
      div.about-media-coverage h2 span.prefix {
        color: white; }

  div.home-for-everyone-teachers-students .for-everyone h2, div.home-for-everyone-teachers-students .for-teachers h2, div.home-for-everyone-teachers-students .for-students h2 {
    text-align: center; }

  #header div.block.social ul {
    text-align: center;
    margin-right: 4em; }
    #header div.block.social ul li {
      height: 38px;
      margin: 4px;
      padding: 0;
      border: 1px solid #d5a664; }

  #page #block-search-form {
    margin: 23px auto -12px auto;
    display: table;
    height: initial;
    width: initial; }

  #header .block.block-search .form-item input.form-text {
    border: 1px solid #8a450f; }

  #header .block.block-search .form-actions input.form-submit {
    border: 1px solid #8a450f; }

  div.participation-desc p {
    width: 200px; }

  div.communities-prizes div.participation-pays div.participation-bug {
    position: relative;
    top: -78px; }

  div.communities-state-milestones {
    background: url("../images/icons/home-twitter-extra-bg.png") repeat-x 0 0; }

  #content div.communities-state-milestones .form-item select {
    width: 100%; }

  div.communities-state-milestones div.rubric {
    padding: 1em; }

  #header .block.block-search .form-item {
    width: 193px;
    float: left; }

  div.home-helping-communities-grow {
    background: none;
    padding-right: 0; }

  div.home-growing-understanding {
    background: #636d03;
    padding: 1.75em;
    height: initial;
    overflow: visible; }

  div.home-growing-understanding a.learn-more {
    color: white; }

  div.everyone-fertilizer-facts h2 {
    background: url(../images/blocks/for-everyone/5-fertilizer-facts.png) no-repeat 50% 0;
    width: 100%; }

  div.everyone-magazine div.img {
    width: 100%;
    text-align: center; }

  div.everyone-nobel p.img {
    width: 100%;
    text-align: center; }

  #header a#logo {
    display: none; }

  #header {
    background: none; }

  fieldset.captcha-admin-links {
    display: none; }

  #page #block-search-form {
    margin: -35px auto -12px auto; }

  div.contact-phone h2 {
    white-space: nowrap; }

  div.teachers-curriculum div.elementary-module div.module-header, div.teachers-curriculum div.high-school-module div.module-header {
    background: none; }

  div.teachers-curriculum div.module div.module-header {
    padding: 1em 1em 1em 1em; }

  div.teachers-curriculum div.elementary-module div.curriculum-box {
    background: #e4e49e;
    padding: 1em; }

  div.teachers-order-materials div.body {
    background: none; }

  div.teachers-order-materials div.body p {
    padding: 0 1em; }

  div.content-right {
    float: none; }

  div.communities-youtube {
    float: none;
    clear: both; }

  div.communities-state-milestones {
    height: initial; } }
@media only screen and (min-width: 641px) and (max-width: 975px) {
  .medium-only {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto; }

  .no-medium {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px; }
    .no-medium:focus {
      position: static !important;
      clip: auto;
      overflow: visible;
      height: auto; }

  /*@import "medium";*/
  div.home-for-everyone-teachers-students .for-students, div.home-for-everyone-teachers-students .for-teachers, div.home-for-everyone-teachers-students .for-everyone {
    border-bottom: 1px dotted black;
    margin-bottom: 1em; }

  #header {
    height: initial; }
    #header #main-menu #main-menu-links {
      overflow: visible;
      height: initial;
      background: black; }
      #header #main-menu #main-menu-links li.last {
        background: #712010; }
      #header #main-menu #main-menu-links li {
        display: block;
        border-bottom: 1px solid white;
        text-align: left;
        background: black; }
        #header #main-menu #main-menu-links li a:hover {
          color: white; }
        #header #main-menu #main-menu-links li a {
          display: block;
          color: #8daa19; }

  #header #main-menu #main-menu-links li.active a {
    font-weight: bold;
    text-transform: uppercase;
    color: white; }

  div.about-photos div.block-contents {
    background: none;
    padding: 2em 2em 0px 2em; }

  div.block.use-header-font.home-donate {
    background: url("../images/icons/home-twitter-extra-bg.png") repeat-x 0 0; }
    div.block.use-header-font.home-donate h2 {
      display: block;
      position: relative;
      top: 0px;
      width: 100%;
      text-align: center;
      left: 0px;
      color: #8a450f;
      font-weight: 700; }

  div.block.home-twitter-embed {
    background: url("../images/icons/home-twitter-extra-bg.png") repeat-x 0 0; }
    div.block.home-twitter-embed h2 {
      display: block;
      position: relative;
      top: -77px;
      width: 100%;
      text-align: center; }

  div.block.use-header-font.home-drupal-aggregate-wp {
    background: url("../images/icons/home-twitter-extra-bg.png") repeat-x 0 0; }
    div.block.use-header-font.home-drupal-aggregate-wp h2 {
      display: block;
      position: relative;
      top: 22px;
      width: 100%;
      text-align: center;
      color: #8a450f;
      font-weight: 700;
      padding: 0; }
    div.block.use-header-font.home-drupal-aggregate-wp div.item-list {
      position: relative;
      top: 16px; }

  div.about-media-coverage {
    background: url("../images/icons/home-twitter-extra-bg.png") repeat-x 0 0; }
    div.about-media-coverage h2 {
      background: none;
      color: #8a450f; }
      div.about-media-coverage h2 span.prefix {
        color: white; }

  div.home-for-everyone-teachers-students .for-everyone h2, div.home-for-everyone-teachers-students .for-teachers h2, div.home-for-everyone-teachers-students .for-students h2 {
    text-align: center; }

  #header div.block.social ul {
    text-align: center;
    margin-right: 4em; }
    #header div.block.social ul li {
      height: 38px;
      margin: 4px;
      padding: 0;
      border: 1px solid #d5a664; }

  #page #block-search-form {
    margin: 23px auto -12px auto;
    display: table;
    height: initial;
    width: initial; }

  #header .block.block-search .form-item input.form-text {
    border: 1px solid #8a450f; }

  #header .block.block-search .form-actions input.form-submit {
    border: 1px solid #8a450f; }

  div.participation-desc p {
    width: 200px; }

  div.communities-prizes div.participation-pays div.participation-bug {
    position: relative;
    top: -78px; }

  div.communities-state-milestones {
    background: url("../images/icons/home-twitter-extra-bg.png") repeat-x 0 0; }

  #content div.communities-state-milestones .form-item select {
    width: 100%; }

  div.communities-state-milestones div.rubric {
    padding: 1em; }

  #header .block.block-search .form-item {
    width: 193px;
    float: left; }

  div.home-helping-communities-grow {
    background: none;
    padding-right: 0; }

  div.home-growing-understanding {
    background: #636d03;
    padding: 1.75em;
    height: initial;
    overflow: visible; }

  div.home-growing-understanding a.learn-more {
    color: white; }

  div.everyone-fertilizer-facts h2 {
    background: url(../images/blocks/for-everyone/5-fertilizer-facts.png) no-repeat 50% 0;
    width: 100%; }

  div.everyone-magazine div.img {
    width: 100%;
    text-align: center; }

  div.everyone-nobel p.img {
    width: 100%;
    text-align: center; }

  #header a#logo {
    display: none; }

  #header {
    background: none; }

  fieldset.captcha-admin-links {
    display: none; }

  #page #block-search-form {
    margin: -35px auto -12px auto; }

  div.contact-phone h2 {
    white-space: nowrap; }

  div.teachers-curriculum div.elementary-module div.module-header, div.teachers-curriculum div.high-school-module div.module-header {
    background: none; }

  div.teachers-curriculum div.module div.module-header {
    padding: 1em 1em 1em 1em; }

  div.teachers-curriculum div.elementary-module div.curriculum-box {
    background: #e4e49e;
    padding: 1em; }

  div.teachers-order-materials div.body {
    background: none; }

  div.teachers-order-materials div.body p {
    padding: 0 1em; }

  div.content-right {
    float: none; }

  div.communities-youtube {
    float: none;
    clear: both; }

  div.communities-state-milestones {
    height: initial; } }
@media only screen and (min-width: 976px) {
  .large-only {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto; }

  .no-large {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px; }
    .no-large:focus {
      position: static !important;
      clip: auto;
      overflow: visible;
      height: auto; }

  #block-de-rotator-rotator-1 .orbit-caption {
    width: 355px;
    left: 605px;
    padding: 25px 30px 60px; } }


.home-special {
	display: block;
    width: 200px;
    height: 200px;
    position: relative;
    left: -35px;
    top: -27px;
}

.node-id-350 .rotator-title {
	display:none;
}