/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'tiennebold';
  src: url("../fonts/tienne/tienne-bold-webfont.eot");
  src: url("../fonts/tienne/tienne-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tienne/tienne-bold-webfont.woff") format("woff"), url("../fonts/tienne/tienne-bold-webfont.ttf") format("truetype"), url("../fonts/tienne/tienne-bold-webfont.svg#tiennebold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tienneregular';
  src: url("../fonts/tienne/tienne-regular-webfont.eot");
  src: url("../fonts/tienne/tienne-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tienne/tienne-regular-webfont.woff") format("woff"), url("../fonts/tienne/tienne-regular-webfont.ttf") format("truetype"), url("../fonts/tienne/tienne-regular-webfont.svg#tienneregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*$body-bg: #deb26c url('../images/backdrop.jpg') repeat-x;*/
/*
$small-screen: 481px;
$medium-screen: 766px;
$large-screen: 960px;
$small: "only screen and (max-width: 480px)";
$medium: "only screen and (min-width: 481px) and (max-width: 765px)";
$large: "only screen and (min-width: 766px)";
*/
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: white;
  color: #222222;
  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: 60em;
  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: -0.625em;
  margin-right: -0.625em;
  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: 0.625em;
  padding-right: 0.625em;
  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: right;
  }

  [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;
  }
}
p.lead {
  font-size: 1.21875em;
  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.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
p aside {
  font-size: 0.875em;
  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: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125em;
}

h2 {
  font-size: 1.6875em;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  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.6;
  margin-bottom: 1.25em;
  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.25em;
  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.25em;
  margin-bottom: 0;
}

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

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

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

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

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

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

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

  h1 {
    font-size: 2.75em;
  }

  h2 {
    font-size: 2.3125em;
  }

  h3 {
    font-size: 1.6875em;
  }

  h4 {
    font-size: 1.4375em;
  }
}
/*
 * 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;
  }
}
@-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: whitesmoke;
}
.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: white;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}
.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: white;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #cccccc;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -8px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #cccccc;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
.orbit-bullets li {
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: #999999;
  float: left;
  margin-right: 6px;
  border: solid 1px #555555;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #555555;
}
.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;
  }
}
/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a {
  outline: none;
}

a.boxed-link:hover {
  color: #fdfdd7;
}

#content fieldset .fieldset-description,
#colorbox fieldset .fieldset-description, #content label,
#colorbox label, #content .field-type-datetime legend,
#colorbox .field-type-datetime legend {
  float: left;
  font-weight: normal;
  margin: 0 2% 0 0;
  padding: 0.3125em 0 0 0;
  text-transform: none;
  width: 38%;
}

#content .form-item input[type="text"],
#colorbox .form-item input[type="text"],
#content .form-item input[type="password"],
#colorbox .form-item input[type="password"],
#content .form-item .form-managed-file,
#colorbox .form-item .form-managed-file,
#content .form-item input[type="date"],
#colorbox .form-item input[type="date"],
#content .form-item input[type="datetime"],
#colorbox .form-item input[type="datetime"],
#content .form-item input[type="datetime-local"],
#colorbox .form-item input[type="datetime-local"],
#content .form-item input[type="month"],
#colorbox .form-item input[type="month"],
#content .form-item input[type="week"],
#colorbox .form-item input[type="week"],
#content .form-item input[type="email"],
#colorbox .form-item input[type="email"],
#content .form-item input[type="number"],
#colorbox .form-item input[type="number"],
#content .form-item input[type="search"],
#colorbox .form-item input[type="search"],
#content .form-item input[type="tel"],
#colorbox .form-item input[type="tel"],
#content .form-item input[type="time"],
#colorbox .form-item input[type="time"],
#content .form-item input[type="url"],
#colorbox .form-item input[type="url"],
#content .form-item select,
#colorbox .form-item select,
#content .form-item textarea,
#colorbox .form-item textarea, #content .form-type-checkbox input,
#colorbox .form-type-checkbox input,
#content .form-type-radio input,
#colorbox .form-type-radio input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #d0d0d0;
  width: 60%;
}

#content input[type="submit"],
#colorbox input[type="submit"],
#content input.form-submit,
#colorbox input.form-submit,
#content button,
#colorbox button,
#content a.button,
#colorbox a.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #999;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Myriad Web";
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: .75em 1.5em;
  text-decoration: none;
  text-transform: lowercase;
}
#content input[type="submit"]:hover,
#colorbox input[type="submit"]:hover,
#content input.form-submit:hover,
#colorbox input.form-submit:hover,
#content button:hover,
#colorbox button:hover,
#content a.button:hover,
#colorbox a.button:hover {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  background-color: gray;
}

#content form,
#colorbox form {
  margin: 0;
  padding: 0;
}
#content fieldset,
#colorbox fieldset {
  *zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  margin: 0 0 1.25em 0;
  padding: 0;
  padding-bottom: 0;
}
#content fieldset:before,
#colorbox fieldset:before, #content fieldset:after,
#colorbox fieldset:after {
  content: " ";
  display: table;
}
#content fieldset:after,
#colorbox fieldset:after {
  clear: both;
}
#content fieldset legend,
#colorbox fieldset legend {
  *zoom: 1;
}
#content fieldset legend:before,
#colorbox fieldset legend:before, #content fieldset legend:after,
#colorbox fieldset legend:after {
  content: " ";
  display: table;
}
#content fieldset legend:after,
#colorbox fieldset legend:after {
  clear: both;
}
#content fieldset.collapsed,
#colorbox fieldset.collapsed {
  padding: 0.625em 1.25em;
}
#content fieldset.collapsible legend .fieldset-legend,
#colorbox fieldset.collapsible legend .fieldset-legend {
  background-position: 0 50%;
  padding-left: 0.625em;
}
#content fieldset.collapsible legend .fieldset-legend span.summary,
#colorbox fieldset.collapsible legend .fieldset-legend span.summary {
  margin: 0;
}
#content fieldset .fieldset-wrapper,
#colorbox fieldset .fieldset-wrapper {
  *zoom: 1;
}
#content fieldset .fieldset-wrapper:before,
#colorbox fieldset .fieldset-wrapper:before, #content fieldset .fieldset-wrapper:after,
#colorbox fieldset .fieldset-wrapper:after {
  content: " ";
  display: table;
}
#content fieldset .fieldset-wrapper:after,
#colorbox fieldset .fieldset-wrapper:after {
  clear: both;
}
#content fieldset .fieldset-description,
#colorbox fieldset .fieldset-description {
  *zoom: 1;
  float: none;
  margin: 0 0 1.25em 0;
  width: 100%;
}
#content fieldset .fieldset-description:before,
#colorbox fieldset .fieldset-description:before, #content fieldset .fieldset-description:after,
#colorbox fieldset .fieldset-description:after {
  content: " ";
  display: table;
}
#content fieldset .fieldset-description:after,
#colorbox fieldset .fieldset-description:after {
  clear: both;
}
#content fieldset fieldset,
#colorbox fieldset fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
#content fieldset fieldset .fieldset-wrapper,
#colorbox fieldset fieldset .fieldset-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}
#content label[for="edit-submitted-affiliation"],
#colorbox label[for="edit-submitted-affiliation"] {
  margin: 0 0 0.625em 0;
  width: 100%;
}
#content .form-item,
#colorbox .form-item {
  *zoom: 1;
  margin: 0 0 0.625em 0;
}
#content .form-item:before,
#colorbox .form-item:before, #content .form-item:after,
#colorbox .form-item:after {
  content: " ";
  display: table;
}
#content .form-item:after,
#colorbox .form-item:after {
  clear: both;
}
#content .form-item input[type="text"],
#colorbox .form-item input[type="text"],
#content .form-item input[type="password"],
#colorbox .form-item input[type="password"],
#content .form-item .form-managed-file,
#colorbox .form-item .form-managed-file,
#content .form-item input[type="date"],
#colorbox .form-item input[type="date"],
#content .form-item input[type="datetime"],
#colorbox .form-item input[type="datetime"],
#content .form-item input[type="datetime-local"],
#colorbox .form-item input[type="datetime-local"],
#content .form-item input[type="month"],
#colorbox .form-item input[type="month"],
#content .form-item input[type="week"],
#colorbox .form-item input[type="week"],
#content .form-item input[type="email"],
#colorbox .form-item input[type="email"],
#content .form-item input[type="number"],
#colorbox .form-item input[type="number"],
#content .form-item input[type="search"],
#colorbox .form-item input[type="search"],
#content .form-item input[type="tel"],
#colorbox .form-item input[type="tel"],
#content .form-item input[type="time"],
#colorbox .form-item input[type="time"],
#content .form-item input[type="url"],
#colorbox .form-item input[type="url"],
#content .form-item select,
#colorbox .form-item select,
#content .form-item textarea,
#colorbox .form-item textarea {
  float: left;
  margin: 0;
  padding: 0.41667em;
}
#content .form-item textarea,
#colorbox .form-item textarea {
  width: 100%;
}
#content .form-item .form-item,
#colorbox .form-item .form-item {
  margin: 0;
  padding: 0;
}
#content .form-actions,
#colorbox .form-actions {
  *zoom: 1;
  width: 100px;
  margin: 0 auto 1em auto;
}
#content .form-actions:before,
#colorbox .form-actions:before, #content .form-actions:after,
#colorbox .form-actions:after {
  content: " ";
  display: table;
}
#content .form-actions:after,
#colorbox .form-actions:after {
  clear: both;
}
#content .form-managed-file input[type="submit"],
#colorbox .form-managed-file input[type="submit"] {
  margin: 0.3125em 0 0 0;
}
html.js #content input.form-autocomplete,
html.js #colorbox input.form-autocomplete {
  background: #fff;
}
html.js #content input.throbbing,
html.js #colorbox input.throbbing {
  background: #fff;
}
#content .form-checkboxes,
#colorbox .form-checkboxes {
  *zoom: 1;
}
#content .form-checkboxes:before,
#colorbox .form-checkboxes:before, #content .form-checkboxes:after,
#colorbox .form-checkboxes:after {
  content: " ";
  display: table;
}
#content .form-checkboxes:after,
#colorbox .form-checkboxes:after {
  clear: both;
}
#content .form-type-checkbox,
#colorbox .form-type-checkbox,
#content .form-type-radio,
#colorbox .form-type-radio {
  *zoom: 1;
}
#content .form-type-checkbox:before,
#colorbox .form-type-checkbox:before, #content .form-type-checkbox:after,
#colorbox .form-type-checkbox:after,
#content .form-type-radio:before,
#colorbox .form-type-radio:before,
#content .form-type-radio:after,
#colorbox .form-type-radio:after {
  content: " ";
  display: table;
}
#content .form-type-checkbox:after,
#colorbox .form-type-checkbox:after,
#content .form-type-radio:after,
#colorbox .form-type-radio:after {
  clear: both;
}
#content .form-type-checkbox label,
#colorbox .form-type-checkbox label,
#content .form-type-radio label,
#colorbox .form-type-radio label {
  margin: 0 0 0 0.625em;
  width: 93%;
}
#content .form-type-checkbox input,
#colorbox .form-type-checkbox input,
#content .form-type-radio input,
#colorbox .form-type-radio input {
  float: left;
  margin-top: .5em;
  width: 20px;
}
#content .form-type-textarea label,
#colorbox .form-type-textarea label {
  width: 100%;
}
#content .form-type-textarea .grippie,
#colorbox .form-type-textarea .grippie {
  display: none;
}
#content .field-type-datetime .form-item .form-item,
#colorbox .field-type-datetime .form-item .form-item {
  margin: 0;
}
#content .field-type-brightcove-field,
#colorbox .field-type-brightcove-field {
  margin: 0 0 1.25em 0;
}
#content .field-type-location fieldset.location,
#colorbox .field-type-location fieldset.location {
  padding-top: 0;
}
#content .field-type-location fieldset.location legend,
#colorbox .field-type-location fieldset.location legend {
  display: block;
}
#content .field-type-location fieldset.location label.lookup-widget-label,
#colorbox .field-type-location fieldset.location label.lookup-widget-label {
  clear: both;
  margin: 0 0 1.25em 0;
  width: 100%;
}
#content .field-type-location fieldset.location .lookup-widget label,
#colorbox .field-type-location fieldset.location .lookup-widget label {
  padding: 0;
  width: 100%;
}
#content .field-type-location fieldset.location .lookup-widget .form-item,
#colorbox .field-type-location fieldset.location .lookup-widget .form-item {
  padding: .25em .5em 0 .5em;
}
#content .field-type-location fieldset.location .lookup-widget .form-item.form-item-field-school-und-0-lookup-zip,
#colorbox .field-type-location fieldset.location .lookup-widget .form-item.form-item-field-school-und-0-lookup-zip {
  margin-bottom: .5em;
  padding: 0;
  width: 140px;
}
#content .field-type-location fieldset.location .lookup-widget .form-item.form-item-field-school-und-0-lookup-zip input[type="text"],
#colorbox .field-type-location fieldset.location .lookup-widget .form-item.form-item-field-school-und-0-lookup-zip input[type="text"] {
  width: 140px;
}
#content .field-type-location fieldset.location .lookup-widget .form-item.form-item-field-school-und-0-lookup-citystate,
#colorbox .field-type-location fieldset.location .lookup-widget .form-item.form-item-field-school-und-0-lookup-citystate {
  margin-bottom: .5em;
  padding: 0;
  width: 140px;
}
#content .field-type-location fieldset.location .lookup-widget .form-item.form-item-field-school-und-0-lookup-citystate input[type="text"],
#colorbox .field-type-location fieldset.location .lookup-widget .form-item.form-item-field-school-und-0-lookup-citystate input[type="text"] {
  width: 140px;
}
#content .field-type-location fieldset.location .lookup-widget .form-item.search,
#colorbox .field-type-location fieldset.location .lookup-widget .form-item.search {
  margin-bottom: 0;
  padding: 0;
}

.marker, .form-required, div.error, .error {
  color: #8c2e0b;
}

.password-strength,
div.password-confirm {
  width: auto;
  float: none;
  margin: 0 0 0.625em 40%;
  text-transform: lowercase;
}

.password-indicator {
  background-color: #d0d0d0;
}
.password-indicator div {
  background-color: #999;
}

.password-strength-text {
  font-weight: normal;
  text-transform: lowercase;
}

.confirm-parent,
.password-parent {
  clear: both;
  margin: 0;
  width: auto;
}

#node-64 {
  /*
      input[type=text] {
        width: 60% !important;
      }

      select[name*=state] {
        width: 60% !important;
      }

      select[name*=students_day] {
        width: 60% !important;
      }

      input[type=number] {
        width: 10% !important;
        margin-right: 1em;
      }

      .fieldset-wrapper {

        .field-suffix {
          display: inline-block;
        }

        .description {
          //width: 40% !important;
        }

        select {
          width: 10% !important;
          margin-right: 1em;
        }
      }
    */
}
#node-64 .webform-container-inline {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60em;
  width: 100%;
  *zoom: 1;
  margin-bottom: 1em;
}
#node-64 .webform-container-inline:before, #node-64 .webform-container-inline:after {
  content: " ";
  display: table;
}
#node-64 .webform-container-inline:after {
  clear: both;
}
#node-64 .webform-container-inline label {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 25%;
  margin-left: 8.33333%;
  float: left;
}
#node-64 .webform-container-inline input {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 58.33333%;
  float: right;
  float: left;
}
#node-64 .webform-container-inline select {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 58.33333%;
  float: right;
  float: left;
  width: 25% !important;
}
#node-64 .webform-component-checkboxes {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60em;
  width: 100%;
  *zoom: 1;
}
#node-64 .webform-component-checkboxes:before, #node-64 .webform-component-checkboxes:after {
  content: " ";
  display: table;
}
#node-64 .webform-component-checkboxes:after {
  clear: both;
}
#node-64 .webform-component-checkboxes label {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 25%;
  margin-left: 8.33333%;
  float: left;
}
#node-64 .webform-component-checkboxes .form-checkboxes {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 58.33333%;
  float: right;
  float: left;
}
#node-64 .webform-component-checkboxes .form-checkboxes .form-type-checkbox {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60em;
  width: 100%;
  *zoom: 1;
  margin-bottom: 1em;
}
#node-64 .webform-component-checkboxes .form-checkboxes .form-type-checkbox:before, #node-64 .webform-component-checkboxes .form-checkboxes .form-type-checkbox:after {
  content: " ";
  display: table;
}
#node-64 .webform-component-checkboxes .form-checkboxes .form-type-checkbox:after {
  clear: both;
}
#node-64 .webform-component-checkboxes .form-checkboxes .form-type-checkbox input[type=checkbox] {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 8.33333%;
  float: left;
}
#node-64 .webform-component-checkboxes .form-checkboxes .form-type-checkbox label {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 58.33333%;
  float: right;
  float: left;
}
#node-64 fieldset .form-wrapper .webform-container-inline {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60em;
  width: 100%;
  *zoom: 1;
}
#node-64 fieldset .form-wrapper .webform-container-inline:before, #node-64 fieldset .form-wrapper .webform-container-inline:after {
  content: " ";
  display: table;
}
#node-64 fieldset .form-wrapper .webform-container-inline:after {
  clear: both;
}
#node-64 fieldset .form-wrapper .webform-container-inline label {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 25%;
  float: left;
  margin-left: 14px;
}
#node-64 fieldset .form-wrapper .webform-container-inline select {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 25%;
  float: left;
  width: 25% !important;
}
#node-64 fieldset .form-wrapper .webform-container-inline input {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 25%;
  float: left;
  width: 25% !important;
}
#node-64 fieldset .form-wrapper .webform-container-inline span {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 16.66667%;
  float: left;
  margin-top: 6px;
  margin-left: 4px;
}
#node-64 fieldset .form-wrapper .webform-container-inline .description {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60em;
  width: 100%;
  *zoom: 1;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 91.66667%;
  float: right;
  margin-left: 8.33333%;
  float: left;
  margin-top: 1em;
}
#node-64 fieldset .form-wrapper .webform-container-inline .description:before, #node-64 fieldset .form-wrapper .webform-container-inline .description:after {
  content: " ";
  display: table;
}
#node-64 fieldset .form-wrapper .webform-container-inline .description:after {
  clear: both;
}
#node-64 div[id*=webform-component-materials] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60em;
  width: 100%;
  *zoom: 1;
}
#node-64 div[id*=webform-component-materials]:before, #node-64 div[id*=webform-component-materials]:after {
  content: " ";
  display: table;
}
#node-64 div[id*=webform-component-materials]:after {
  clear: both;
}
#node-64 div[id*=webform-component-materials] label {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 25%;
  float: left;
  margin-left: 25px;
}
#node-64 div[id*=webform-component-materials] label[for$=pumpkin-soup] {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 25%;
  float: left;
  margin-left: 4px;
}
#node-64 div[id*=webform-component-materials] select {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 25%;
  float: left;
  width: 25% !important;
  margin-left: 0px;
}
#node-64 div[id*=webform-component-materials] select[id$=pumpkin-soup] {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 25%;
  float: left;
  margin-left: -7px;
}
#node-64 div[id*=webform-component-materials] input {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 25%;
  float: left;
  width: 25% !important;
  margin-left: 0px;
}
#node-64 div[id*=webform-component-materials] span {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 16.66667%;
  float: left;
  margin-top: 6px;
  margin-left: 4px;
}
#node-64 div[id*=webform-component-materials] .description {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60em;
  width: 100%;
  *zoom: 1;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 91.66667%;
  float: right;
  margin-left: 8.33333%;
  float: left;
  margin-top: 1em;
}
#node-64 div[id*=webform-component-materials] .description:before, #node-64 div[id*=webform-component-materials] .description:after {
  content: " ";
  display: table;
}
#node-64 div[id*=webform-component-materials] .description:after {
  clear: both;
}

/**
 * Orbit Rotators
 */
#block-de-rotator-rotator-1 .orbit-container {
  height: auto;
  overflow: visible;
}
#block-de-rotator-rotator-1 .orbit-container .orbit-slides-container > * {
  position: relative;
  margin-left: 0;
  float: left;
  width: 959px;
  border-right: solid 1px #a9a442;
}
#block-de-rotator-rotator-1 .orbit-caption {
  background: transparent;
  height: 100%;
  width: 100%;
  padding: 20px 30px 60px 61%;
}
#block-de-rotator-rotator-1 .rotator-title {
  color: #fdfdd7;
  font-family: 'tienneregular';
  text-align: center;
}
#block-de-rotator-rotator-1 .rotator-title .psd-22 {
  font-size: 22px;
  line-height: 1.1em;
}
#block-de-rotator-rotator-1 .rotator-title .psd-28 {
  font-size: 28px;
  line-height: 1.2em;
}
#block-de-rotator-rotator-1 .rotator-body {
  color: #492518;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 18px;
  line-height: 1.1em;
}
#block-de-rotator-rotator-1 .rotator-body strong {
  line-height: 1.1em;
}
#block-de-rotator-rotator-1 .rotator-button a {
  color: #fdfdd7;
  font-family: 'tienneregular';
  font-size: 17px;
  line-height: 1.6em;
  text-align: center;
  display: block;
  width: 185px;
  height: 35px;
  margin: 18px auto 0;
  padding-top: 4px;
  -moz-box-shadow: inset 0 0 10px #222;
  -webkit-box-shadow: inset 0 0 10px #222;
  box-shadow: inset 0 0 10px #222;
}
#block-de-rotator-rotator-1 .rotator-button.purple a {
  background-color: #70689c;
}
#block-de-rotator-rotator-1 .rotator-button.red a {
  background-color: #9d371f;
}
#block-de-rotator-rotator-1 .rotator-button.ochre a {
  background-color: #7c7611;
}
#block-de-rotator-rotator-1 .rotator-button.green a {
  background-color: #27b27e;
}
#block-de-rotator-rotator-1 .rotator-button.blue a {
  background-color: #39699d;
}
#block-de-rotator-rotator-1 .join-us--live-from-the-farm .psd-22 {
  display: block;
  margin-bottom: 5px;
}
#block-de-rotator-rotator-1 .join-us--live-from-the-farm .rotator-title {
  margin: 20px 0 25px;
}
#block-de-rotator-rotator-1 .join-us--live-from-the-farm .rotator-body {
  font-size: 21px;
  font-family: 'tiennebold';
  color: #9d371f;
  text-align: center;
  margin-bottom: 25px;
}
#block-de-rotator-rotator-1 .join-us--live-from-the-farm .rotator-button a {
  width: 150px;
  margin: 18px 30px 0;
  height: auto;
  padding: 8px 0;
}

ol.orbit-bullets {
  position: absolute;
  margin: 0;
  top: 240px;
  left: 820px;
  padding: 7px 12px;
  background-color: #fdfdd7;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
ol.orbit-bullets li {
  height: 7px;
  width: 7px;
  margin-right: 11px;
}
ol.orbit-bullets li[data-orbit-slide-number="1"], ol.orbit-bullets li[data-orbit-slide-number="6"] {
  background-color: #70689c;
}
ol.orbit-bullets li[data-orbit-slide-number="2"], ol.orbit-bullets li[data-orbit-slide-number="7"] {
  background-color: #9d371f;
}
ol.orbit-bullets li[data-orbit-slide-number="3"], ol.orbit-bullets li[data-orbit-slide-number="8"] {
  background-color: #7c7611;
}
ol.orbit-bullets li[data-orbit-slide-number="4"], ol.orbit-bullets li[data-orbit-slide-number="9"] {
  background-color: #27b27e;
}
ol.orbit-bullets li[data-orbit-slide-number="5"], ol.orbit-bullets li[data-orbit-slide-number="10"] {
  background-color: #39699d;
}

.orbit-prev, .orbit-next, .orbit-slide-number, .orbit-timer {
  display: none;
}

.block-hide {
  display: none;
}

.giftcard-modal {
  outline: 0;
}
.giftcard-modal #cboxWrapper, .giftcard-modal #cboxLoadedContent {
  background: none;
  overflow: visible;
  outline: 0;
}
.giftcard-modal #cboxContent {
  background: url(../images/content_tile.jpg) repeat;
  overflow: visible;
  outline: 0;
}
.giftcard-modal #cboxClose {
  background-color: rgba(0, 0, 0, 0) !important;
  position: absolute;
  bottom: 0;
  right: -30px;
  background: url(../images/close.png) 0 0 no-repeat;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  top: -50px;
  outline: 0;
}
.giftcard-modal #cboxContent {
  font-family: "tienneregular";
}
.giftcard-modal #cboxContent .form-actions {
  margin: auto;
  float: none;
  width: auto;
}
.giftcard-modal #cboxContent #node-10 > h2 {
  display: none;
}
.giftcard-modal #cboxContent .webform-component label {
  display: block;
  float: left;
  margin-top: .25em;
  text-align: right;
  width: 9em;
}
.giftcard-modal #cboxContent #webform-component-school-city label {
  width: 13em;
  margin-left: 12px;
}
.giftcard-modal #cboxContent #webform-component-description {
  margin-left: 0;
  margin-top: 2em;
  font-size: 200%;
  text-align: center;
}
.giftcard-modal #cboxContent #webform-component-description p {
  color: #894a21;
  margin-bottom: 0;
}
.giftcard-modal #cboxContent #webform-component-description p.strong {
  font-family: "tiennebold";
}
.giftcard-modal #cboxContent #webform-component-description p.highlight {
  color: #137b4f;
  font-family: "tiennebold";
  font-size: 210%;
}
.giftcard-modal #cboxContent #webform-component-school-state {
  float: left;
  margin: 0 0.25em 1em 1em;
}
.giftcard-modal #cboxContent #webform-component-school-zip-code {
  float: left;
  margin: 0 0.25em 1em 1em;
}
.giftcard-modal #cboxContent #webform-component-school-zip-code #edit-submitted-school-zip-code {
  width: 95px;
}
.giftcard-modal #cboxContent #webform-component-school-state {
  width: 6em;
}
.giftcard-modal #cboxContent input[type="submit"] {
  background: url(../images/enter-button.png) no-repeat;
  color: #fdfdd7;
  font-family: "tiennebold";
  height: 34px;
  margin-bottom: 1em;
  margin-left: 15em;
  padding: .5em 0 0 0;
  text-transform: uppercase;
  text-align: center;
  width: 255px;
}
.giftcard-modal #cboxContent #webform-component-email-address {
  clear: both;
}
.giftcard-modal #cboxContent .close-button {
  background: url(../images/modal-close.png) no-repeat;
  display: block;
  height: 36px;
  position: absolute;
  text-indent: -999em;
  width: 37px;
}
.giftcard-modal #cboxContent #edit-submitted-school-state--2 {
  width: 80px;
}
.giftcard-modal #cboxContent #edit-submitted-school-city--2 {
  width: 150px;
}
.giftcard-modal #cboxContent #edit-submitted-school-zip-code--2 {
  width: 70px;
}

#colorbox input[type="submit"].form-submit#edit-webform-ajax-submit-31, #colorbox input[type="submit"].form-submit#edit-webform-ajax-submit-31--2 {
  background-color: #afbd21;
  text-transform: uppercase;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  border-radius: 0;
}

.captcha-modal {
  /**/
  outline: 0;
}
.captcha-modal h2 {
  color: #88321e;
}
.captcha-modal h3 {
  color: #636d03;
}
.captcha-modal hr.captcha-header-graphic {
  background: url("../images/captcha-flourish.png");
  height: 29px;
  width: 389px;
  display: block;
  border: none;
  margin-bottom: -1px;
  margin-left: -18px;
}
.captcha-modal header, .captcha-modal footer {
  display: none;
}
.captcha-modal #cboxWrapper, .captcha-modal #cboxLoadedContent {
  background: none;
  overflow: hidden !important;
  outline: 0;
}
.captcha-modal #cboxContent {
  background: #c3a47c;
  overflow: hidden !important;
  outline: 0;
}
.captcha-modal #cboxClose {
  display: none;
}
.captcha-modal .closebox {
  width: 100%;
  text-align: right;
}
.captcha-modal .closebox #cboxClose2 {
  background: url(../images/close.png) 0 0 no-repeat;
  height: 34px;
  text-indent: -9999px;
}
.captcha-modal #cboxContent {
  font-family: "tienneregular";
}
.captcha-modal #cboxContent .form-actions {
  margin: auto;
  float: none;
  width: auto;
}
.captcha-modal #cboxContent #node-10 > h2 {
  display: none;
}
.captcha-modal #cboxContent .webform-component label {
  display: block;
  float: left;
  margin-top: .25em;
  text-align: right;
  width: 9em;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}
.captcha-modal #cboxContent .close-button {
  background: url(../images/modal-close.png) no-repeat;
  display: block;
  height: 36px;
  position: absolute;
  text-indent: -999em;
  width: 37px;
}

.captcha-wrapper {
  background: #c3a47c;
  margin: 1em;
}
.captcha-wrapper #block-system-main, .captcha-wrapper .captcha-form-wrapper {
  padding: 1em;
  background: #f1ebd8;
  border: 1px solid #957751;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -ms-box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -o-box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.captcha-wrapper .fieldset-legend {
  display: none;
}

/**
 * Video modals
 */
.video-modal {
  outline: 0;
}
.video-modal #cboxWrapper, .video-modal #cboxLoadedContent, .video-modal #cboxContent {
  outline: 0;
}
.video-modal button#cboxClose {
  background-color: transparent;
  outline: 0;
  padding: 0;
}

/**
 * Widget
 */
.widget-modal {
  outline: 0;
}
.widget-modal #cboxWrapper, .widget-modal #cboxContent {
  background: none;
  overflow: visible;
  outline: 0;
}
.widget-modal #cboxClose {
  background: url(../images/modal-close.png) no-repeat;
  display: block;
  height: 36px;
  position: absolute;
  text-indent: -999em;
  width: 37px;
  top: -10px;
  right: -15px;
  outline: 0;
}
.widget-modal #cboxClose:hover {
  background-color: transparent !important;
}

@media only screen and (max-width: 640px) {
  .giftcard-modal #webform-client-form-10 {
    background: url(../images/content_tile.jpg);
  }
  .giftcard-modal #webform-client-form-10 .webform-component label {
    display: block;
  }
  .giftcard-modal #webform-client-form-10 #webform-component-school-city {
    float: left;
    margin: 0 0.25em 1em 0em;
  }
  .giftcard-modal #webform-client-form-10 .no-thanks {
    margin-bottom: 1em;
  }
  .giftcard-modal #webform-client-form-10 .close-button {
    right: 0;
    top: 0;
  }

  .giftcard-modal #cboxContent #webform-component-school-state {
    position: relative;
    top: -30px;
    left: 320px;
  }

  .giftcard-modal #cboxContent #webform-component-school-zip-code {
    position: relative;
    top: -34px;
    left: 315px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 975px) {
  .giftcard-modal #webform-client-form-10 {
    background: url(../images/content_tile.jpg);
  }
  .giftcard-modal #webform-client-form-10 .webform-component {
    margin-left: 5em;
  }
  .giftcard-modal #webform-client-form-10 .webform-component label {
    display: block;
    float: left;
    margin-top: .25em;
    text-align: right;
    width: 9em;
  }
  .giftcard-modal #webform-client-form-10 #webform-component-school-city {
    float: left;
    margin: 0 0.25em 1em 0;
  }
  .giftcard-modal #webform-client-form-10 .no-thanks {
    margin-bottom: 1em;
    margin-left: 15em;
  }
  .giftcard-modal #webform-client-form-10 .close-button {
    right: 0;
    top: 0;
  }

  .giftcard-modal #cboxContent #webform-component-school-state {
    position: relative;
    top: -30px;
    left: 320px;
  }

  .giftcard-modal #cboxContent #webform-component-school-zip-code {
    position: relative;
    top: -34px;
    left: 315px;
  }
}
@media only screen and (min-width: 976px) {
  .giftcard-modal #cboxWrapper, .giftcard-modal #cboxLoadedContent {
    overflow: visible !important;
  }
  .giftcard-modal #cboxContent {
    background: url(../images/modal-giftcard-bg.png) no-repeat;
    height: 900px;
    width: 675px;
    padding: 1em;
  }
  .giftcard-modal #cboxContent .webform-component {
    margin-left: 5em;
  }
  .giftcard-modal #cboxContent .webform-component label {
    display: block;
    float: left;
    margin-top: .25em;
    text-align: right;
    width: 9em;
  }
  .giftcard-modal #cboxContent #webform-component-school-city {
    float: left;
    margin: 0 0.25em 1em 0;
  }
  .giftcard-modal #cboxContent .no-thanks {
    margin-left: 15em;
  }
  .giftcard-modal #cboxContent .close-button {
    right: 0;
    top: -15px;
  }
  .giftcard-modal #cboxContent #edit-submitted-school-city--2 {
    margin-left: 179px;
    margin-right: -179px;
    margin-top: -23px;
  }
}
a#jumpmenuplaceholder {
  background-color: #27B27E !important;
  border-radius: 0;
  color: #FFF !important;
  font-size: 0.75em !important;
  padding: .2em 1em !important;
  text-transform: uppercase !important;
  margin: 0 auto 1em !important;
  font-family: "Myriad Web";
  font-weight: bold;
}

#hiddenlink {
  position: absolute;
}

.captcha-form-wrapper a {
  display: none;
}
.captcha-form-wrapper a.confirmed {
  display: inline;
}

.icons-sprite, .icons-blue-header, .icons-brown-header, .icons-burgundy-header, .icons-captcha-flourish, .icons-dots, .icons-download-green, .icons-download-red, .icons-facebook-logo, .icons-green-header, .icons-home-career-header-bk, div.block.home-career-connection h2, #page.nfl-groundup div.block.year-2-widget h2, .icons-home-family-header-bk, div.home-family-activities h2, .icons-home-icon, .icons-homepage-slides-nav-left, .icons-homepage-slides-nav-right, .icons-lesson-plan-dropdown, .icons-maroon-header, .icons-play-green, .icons-play-red, .icons-purple-header, .icons-search-button, .block.block-search input.form-submit, .icons-sponsor-logos, .icons-spring-green-header, .icons-twitter-logo {
  background: url('../images/icons-s9fcc5cfbb1.png') no-repeat;
}

/**/
.icons-blue-header {
  background-position: 0 -655px;
}

.icons-brown-header {
  background-position: 0 -716px;
}

.icons-burgundy-header {
  background-position: 0 -528px;
}

.icons-captcha-flourish {
  background-position: 0 -108px;
}

.icons-dots {
  background-position: 0 -451px;
}

.icons-download-green {
  background-position: 0 -435px;
}

.icons-download-red {
  background-position: 0 -387px;
}

.icons-facebook-logo {
  background-position: 0 -327px;
}

.icons-green-header {
  background-position: 0 -624px;
}

.icons-home-career-header-bk, div.block.home-career-connection h2, #page.nfl-groundup div.block.year-2-widget h2 {
  background-position: 0 -137px;
}

.icons-home-family-header-bk, div.home-family-activities h2 {
  background-position: 0 0;
}

.icons-home-icon {
  background-position: 0 -250px;
}

.icons-homepage-slides-nav-left {
  background-position: 0 -499px;
}

.icons-homepage-slides-nav-right {
  background-position: 0 -470px;
}

.icons-lesson-plan-dropdown {
  background-position: 0 -298px;
}

.icons-maroon-header {
  background-position: 0 -560px;
}

.icons-play-green {
  background-position: 0 -419px;
}

.icons-play-red {
  background-position: 0 -403px;
}

.icons-purple-header {
  background-position: 0 -686px;
}

.icons-search-button, .block.block-search input.form-submit {
  background-position: 0 -269px;
}

.icons-sponsor-logos {
  background-position: 0 -53px;
}

.icons-spring-green-header {
  background-position: 0 -592px;
}

.icons-twitter-logo {
  background-position: 0 -190px;
}

body {
  background: #deb26c url("../images/backdrop.jpg") repeat-x scroll 0 -2px;
}

#page {
  margin: 0 auto;
  max-width: 60em;
  overflow-x: hidden;
  padding-bottom: 1em;
}

#header {
  height: 194px;
  padding-top: 10px;
}
#header .row.header-top {
  height: 132px;
}
#header .row.header-bottom {
  background-color: #e4e49e;
  height: 52px;
  margin: 0 10px;
  width: 940px;
}

#content {
  background: url("../images/content_tile.jpg") repeat;
}
#content .columns.content-top {
  padding: 0;
  z-index: 10;
}
#content .row.content-wrapper,
#content .row.content-bottom {
  padding: 20px 10px 0;
}
#content .row.content-wrapper {
  background: url(../images/parchment-extender.png) no-repeat 0 0;
}

#footer {
  background: url("../images/content_tile.jpg") repeat;
}

div.block div.content {
  *zoom: 1;
  margin: .75em 1em 0 1em;
  padding-bottom: 1px;
}
div.block div.content:before, div.block div.content:after {
  content: " ";
  display: table;
}
div.block div.content:after {
  clear: both;
}

div.dotted-separator {
  background: url("../images/icons/dots.png");
  height: 20px;
  clear: both;
}

div.two-right {
  float: right;
  width: 50%;
}

div.two-left {
  width: 50%;
}

#page.nfl-groundup .content {
  margin: 0;
  padding: 0;
}
#page.nfl-groundup p {
  color: #492518;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 100%;
  line-height: 1.2em;
}

#logo {
  display: block;
  height: 124px;
  width: 235px;
  margin-top: 8px;
}

.block.social {
  float: right;
  width: 333px;
  padding-top: 5px;
}
.block.social .content {
  *zoom: 1;
  margin: 0;
}
.block.social .content:before, .block.social .content:after {
  content: " ";
  display: table;
}
.block.social .content:after {
  clear: both;
}
.block.social img {
  margin-bottom: 20px;
}
.block.social ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  float: right;
}
.block.social ul:before, .block.social ul:after {
  content: " ";
  display: table;
}
.block.social ul:after {
  clear: both;
}
.block.social li {
  float: left;
  list-style: none;
  margin-left: 0.5em;
  height: 31px;
}
.block.social li.social-title {
  padding-top: 8px;
  padding-right: 10px;
  color: #d5a664;
  font-family: 'tienneregular';
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #e4e49e;
}
.block.social li a {
  display: block;
  height: 31px;
}
.block.social ul.sponsors {
  height: 50px;
  margin: 0 0 1.6em 0;
}
.block.social ul.sponsors a.nutrientsforlife {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background: url("../images/icons/sponsor-logos.png") no-repeat 0 0;
  width: 210px;
  height: 50px;
}
.block.social ul.sponsors a.discoveryeducation {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background: url("../images/icons/sponsor-logos.png") no-repeat -229px 0;
  width: 100px;
  height: 50px;
}

#main-menu-links {
  list-style: none;
  background: #e4e49e;
  margin: 0 0 0 -.4em;
  text-align: center;
}
#main-menu-links li {
  -webkit-box-shadow: inset 0 0 10px 0 #444444;
  -moz-box-shadow: inset 0 0 10px 0 #444444;
  box-shadow: inset 0 0 10px 0 #444444;
  border: 1px solid #fdfdd7;
  height: 40px;
  width: 181px;
  margin: 6px 1px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

#main-menu-links li a, .boxed-link, div.block.home-Interactive-lesson-plans div.content input[type="submit"]#edit-go, #content form#webform-client-form-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 input[type="submit"] {
  display: block;
  padding: 0.5em;
  color: #fdfdd7;
  font-family: 'tiennebold';
  margin-top: 1px;
  font-size: 15px;
}

.boxed-link, div.block.home-Interactive-lesson-plans div.content input[type="submit"]#edit-go, #content form#webform-client-form-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 input[type="submit"] {
  -webkit-box-shadow: inset 0 0 10px 0 #444444;
  -moz-box-shadow: inset 0 0 10px 0 #444444;
  box-shadow: inset 0 0 10px 0 #444444;
  border: 1px solid #000;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
}

#main-menu-links li.menu-217 {
  background-color: #8daa19;
  width: 39px;
  padding: 9px 5px;
}

#main-menu-links li.menu-331 {
  background-color: #27b27e;
}

#main-menu-links li.menu-332 {
  background-color: #9d371f;
}

#main-menu-links li.menu-333, .home-career a.boxed-link {
  background-color: #3a6ba0;
}

#main-menu-links li.menu-1231 {
  background-color: #70689c;
}

@media only screen and (min-width: 976px) {
  .block.block-search {
    position: absolute;
    bottom: 0;
    right: 180px;
  }
}
.block.block-search h2 {
  float: left;
  color: #aca13b;
  font-family: 'tienneregular';
  font-size: 14px;
  padding: 0 0.625em 0 0;
  text-transform: uppercase;
  color: #e4e49e;
}
.block.block-search div {
  float: left;
}
.block.block-search .content {
  float: left;
  margin: 0;
}
.block.block-search .form-item {
  margin: 0;
  display: block;
  float: left;
  width: 190px;
}
.block.block-search input.form-text, .block.block-search input[type="text"] {
  -webkit-box-shadow: inset 0 0 10px 0 #cccccc;
  -moz-box-shadow: inset 0 0 10px 0 #cccccc;
  box-shadow: inset 0 0 10px 0 #cccccc;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0;
  height: 29px;
  width: 190px;
  padding: 2px 4px 2px 12px;
  border: 1px solid #aca13b;
  border-right: 0;
  font-size: 0.875em;
}
.block.block-search .form-actions {
  width: 28px;
  height: 22px;
  display: block;
  float: left;
}
.block.block-search input.form-submit {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 32px;
  height: 29px;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.block.block-search .container-inline {
  margin-top: -6px;
}

div.footer-image {
  background: url("../images/parchment-corner.png") no-repeat;
  height: 70px;
  padding-top: 1em;
  position: relative;
  left: -15px;
}

.orbit-slides-container a.image-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 550px;
  cursor: pointer;
  display: block;
  z-index: 1000;
}

#page .block#block-block-26 {
  margin: 40px 0 20px;
}
#page .block#block-block-26 iframe {
  display: block;
  margin: 0 auto;
}
#page .block#block-block-26 h2 {
  color: #492518;
  font-family: 'tiennebold';
  color: #492519;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  margin: 25px 0 10px;
  padding: 0;
}
@media only screen and (min-width: 641px) and (max-width: 975px) {
  #page .block#block-block-26 iframe {
    float: left;
    margin: 0 20px 20px 0;
  }
}

div.block.home-Interactive-lesson-plans {
  background: url(../images/pic-lessons.png) no-repeat bottom left;
  font-family: 'tienneregular';
  padding-top: 0;
  text-align: center;
}
@media only screen and (min-width: 976px) {
  div.block.home-Interactive-lesson-plans {
    padding: 0 0 0 280px;
    margin-bottom: 30px;
  }
}
div.block.home-Interactive-lesson-plans h2 {
  color: #492518;
  font-family: 'tiennebold';
  color: #492519;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  padding: 0;
}
div.block.home-Interactive-lesson-plans h2 .larger {
  font-size: 22px;
}
div.block.home-Interactive-lesson-plans div.content {
  padding: 0;
}
div.block.home-Interactive-lesson-plans div.content strong {
  color: #492518;
  font-size: 12px;
  line-height: 1.2em;
}
div.block.home-Interactive-lesson-plans div.content p {
  text-align: left;
  font-size: 12px;
  margin: 8px 0 0;
}
div.block.home-Interactive-lesson-plans div.content select#edit-jump {
  -webkit-box-shadow: inset 0 0 10px 0 #cccccc;
  -moz-box-shadow: inset 0 0 10px 0 #cccccc;
  box-shadow: inset 0 0 10px 0 #cccccc;
  -moz-border-radius-topleft: 18px;
  -webkit-border-top-left-radius: 18px;
  border-top-left-radius: 18px;
  -moz-border-radius-bottomleft: 18px;
  -webkit-border-bottom-left-radius: 18px;
  border-bottom-left-radius: 18px;
  -moz-border-radius-topright: 18px;
  -webkit-border-top-right-radius: 18px;
  border-top-right-radius: 18px;
  -moz-border-radius-bottomright: 18px;
  -webkit-border-bottom-right-radius: 18px;
  border-bottom-right-radius: 18px;
  background: #fef5d9;
  padding: 3px 16px 3px 8px;
  border: 1px solid #aca13b;
  font-size: 0.75em;
  float: none;
  margin: 1em 0;
  width: 90%;
}
div.block.home-Interactive-lesson-plans div.content a.fp_gc_trigger {
  background-color: #27b27e !important;
  border-radius: 0;
  color: white !important;
  font-size: 0.75em !important;
  padding: .25em 1em !important;
  text-transform: uppercase !important;
  margin: 0 auto 1em !important;
}
div.block.home-Interactive-lesson-plans div.content input[type="submit"]#edit-go {
  background-color: #27b27e;
  border-radius: 0;
  font-size: 13px;
  font-family: 'tienneregular';
  border: 0;
  padding: 10px 15px;
}

div.home-family-activities {
  margin: 20px 0 0;
  background: #333333 url(../images/pic-family.jpg) no-repeat 0 53px;
  background-size: 607px auto;
}
div.home-family-activities h2 {
  color: #fdfdd7;
  font-family: 'tiennebold';
  height: 53px;
  font-size: 22px;
  text-transform: uppercase;
  padding: 15px 0 0 20px;
  margin: 0;
}
div.home-family-activities h2 span.larger {
  font-size: 28px;
}
div.home-family-activities .language-switch {
  color: #eb5836;
  font-family: 'tienneregular';
  position: relative;
  top: -34px;
  left: 450px;
  font-size: 14px;
  width: 143px;
}
div.home-family-activities .language-switch a {
  color: #e4e49e;
  text-decoration: underline;
}
div.home-family-activities .language-switch a.active {
  color: #eb5836;
  text-decoration: none;
}
@media only screen and (min-width: 976px) {
  div.home-family-activities .block-content {
    float: right;
    width: 343px;
  }
}
div.home-family-activities .block-content {
  background: #fef8e2;
  padding: 0 1em 1em;
  margin: 0 .5em .5em 0;
}
div.home-family-activities .block-content .fam-act-block-link {
  float: right;
  margin-bottom: 20px;
}
div.home-family-activities .block-content a {
  color: #3a6ba0;
  font-family: 'tiennebold';
  text-decoration: underline;
  margin-left: 15em;
  font-size: 12px;
}
div.home-family-activities .block-content .linkextra {
  color: #3a6ba0;
  font-family: 'tiennebold';
  font-size: 12px;
}
div.home-family-activities h3 {
  color: #9d371f;
  font-family: 'tienneregular';
  font-size: 16px;
  line-height: 1.2em;
  border-bottom: 1px solid #e4e49e;
  margin: 1em 0 10px;
  padding-bottom: 5px;
}
div.home-family-activities h3 img {
  height: 18px;
  margin-top: -7px;
  margin-right: 5px;
}
div.home-family-activities p {
  margin-bottom: 0;
  padding: 0 1em;
}

#page.nfl-groundup .journey2050-callout {
  margin: 40px 0 20px;
}
#page.nfl-groundup .journey2050-callout .content {
  background: url(../images/journey2050.png) no-repeat left top;
  padding-left: 190px;
  min-height: 161px;
}
#page.nfl-groundup .journey2050-callout h2 {
  color: #492518;
  font-family: 'tiennebold';
  color: #492519;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  margin: 5px 0 10px;
  padding: 0;
}
#page.nfl-groundup .journey2050-callout .boxed-link, #page.nfl-groundup .journey2050-callout div.block.home-Interactive-lesson-plans div.content input[type="submit"]#edit-go, div.block.home-Interactive-lesson-plans div.content #page.nfl-groundup .journey2050-callout input[type="submit"]#edit-go, #page.nfl-groundup .journey2050-callout #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 #page.nfl-groundup .journey2050-callout input[type="submit"], #page.nfl-groundup .journey2050-callout #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 #page.nfl-groundup .journey2050-callout input[type="submit"], #page.nfl-groundup .journey2050-callout #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 .journey2050-callout input[type="submit"] {
  background-color: #27b27e;
  width: 230px;
  font-family: 'tienneregular';
  border: 0;
}

#opt-in {
  margin: 20px 0 30px;
  display: block;
}

#content form#webform-client-form-56 {
  width: 60%;
  margin: 0 auto;
}
#content form#webform-client-form-56 input[type="submit"] {
  background-color: #27b27e;
  border-radius: 0;
  font-size: 13px;
  font-family: 'tienneregular';
  border: 0;
  padding: 10px 15px;
}

#block-webform-client-block-56 {
  display: none;
}

#colorbox.opt-in-modal {
  overflow: visible !important;
  outline: 0;
}
#colorbox.opt-in-modal #cboxLoadedContent {
  overflow: visible !important;
}
#colorbox.opt-in-modal #cboxWrapper {
  border-radius: 0;
  overflow: visible !important;
  background: transparent;
}
#colorbox.opt-in-modal #cboxContent {
  background: transparent url(../images/modal-parchment.jpg) repeat !important;
  overflow: visible !important;
}
#colorbox.opt-in-modal #cboxClose {
  background: url(../images/modal-close.png) no-repeat 0 0;
  width: 36px;
  height: 37px;
  top: -28px;
  right: -28px;
}
#colorbox.opt-in-modal #block-webform-client-block-56 {
  display: block;
  background: transparent url(../images/modal-logo.png) no-repeat center top;
  margin-top: -138px;
  padding-top: 280px;
}
#colorbox.opt-in-modal #block-webform-client-block-56 h2 {
  color: #137b4f;
  font-size: 36px;
  text-align: center;
  font-family: 'tiennebold';
}
#colorbox.opt-in-modal #block-webform-client-block-56 #webform-client-form-56 {
  width: 90%;
  margin: 0;
}
#colorbox.opt-in-modal #block-webform-client-block-56 label {
  font-family: 'tiennebold';
  font-size: 14px;
}
#colorbox.opt-in-modal #block-webform-client-block-56 .webform-component-textfield label,
#colorbox.opt-in-modal #block-webform-client-block-56 .webform-component-email label {
  width: 146px;
  text-align: right;
  margin-right: 15px;
}
#colorbox.opt-in-modal #block-webform-client-block-56 #webform-component-state {
  float: left;
  width: 363px;
}
#colorbox.opt-in-modal #block-webform-client-block-56 #webform-component-state input[type="text"] {
  width: 202px;
}
#colorbox.opt-in-modal #block-webform-client-block-56 #webform-component-zip {
  float: left;
}
#colorbox.opt-in-modal #block-webform-client-block-56 #webform-component-zip label {
  width: auto;
  margin-left: 20px;
}
#colorbox.opt-in-modal #block-webform-client-block-56 #webform-component-zip input[type="text"] {
  width: 90px;
}
#colorbox.opt-in-modal #block-webform-client-block-56 .webform-component-checkboxes {
  padding-left: 160px;
  margin: 20px 0;
}
#colorbox.opt-in-modal #block-webform-client-block-56 .webform-component-checkboxes label {
  width: 90%;
  margin: 0 0 0 10px;
}
#colorbox.opt-in-modal #block-webform-client-block-56 input[type="text"],
#colorbox.opt-in-modal #block-webform-client-block-56 input[type="email"] {
  width: 370px;
  border-radius: 20px;
  background-color: #fef5d9;
  box-shadow: 0 0 8px #A59C7E inset;
  border: 1px solid #f2d791;
  outline: 0;
}
#colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"] {
  background-color: #27b27e;
  border-radius: 0;
  font-size: 13px;
  font-family: 'tienneregular';
  border: 0;
  padding: 10px 15px;
}

#edit-submitted-enter-your-question {
  font-size: 14px;
}
#edit-submitted-enter-your-question.placeholder {
  color: #aaa;
}

div.block.home-career-connection {
  background: #fef8e2;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1em;
  text-align: center;
}
div.block.home-career-connection div.content {
  margin: 0;
}
div.block.home-career-connection h2 {
  color: #fdfdd7;
  font-family: 'tiennebold';
  font-size: 18px;
  line-height: 1.2em;
  height: 53px;
  text-transform: uppercase;
  padding: 21px 0 0 14px;
  margin-top: 0;
  margin-bottom: 0;
}
div.block.home-career-connection h3 {
  background: #333333 url(../images/pic-agronomy.jpg) no-repeat;
  height: 94px;
  margin: 0;
  z-index: 1;
  padding-left: 110px;
  padding-top: 33px;
  color: #3a6ba0;
  font-family: 'tienneregular';
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
}
div.block.home-career-connection h3 .larger {
  color: #492518;
  font-family: 'tienneregular';
  font-size: 18px;
  line-height: 1.2em;
}
div.block.home-career-connection .boxed-link, div.block.home-career-connection div.block.home-Interactive-lesson-plans div.content input[type="submit"]#edit-go, div.block.home-Interactive-lesson-plans div.content div.block.home-career-connection input[type="submit"]#edit-go, div.block.home-career-connection #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 div.block.home-career-connection input[type="submit"], div.block.home-career-connection #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 div.block.home-career-connection input[type="submit"], div.block.home-career-connection #page.nfl-groundup #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 div.block.home-career-connection input[type="submit"] {
  width: 130px;
  background: #3a6ba0;
}
div.block.home-career-connection p {
  text-align: left;
  padding: 0 20px;
  margin-top: 1.25em;
}

#page.nfl-groundup div.block.year-2-widget {
  background: #fef8e2;
  margin-bottom: 20px;
  text-align: center;
}
#page.nfl-groundup div.block.year-2-widget div.content {
  margin: 5px 0 0;
  padding: 5px 20px 20px;
}
#page.nfl-groundup div.block.year-2-widget h2 {
  color: #fdfdd7;
  font-family: 'tiennebold';
  font-size: 18px;
  line-height: 1.2em;
  height: 44px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 30px 0;
  margin-top: 0;
  margin-bottom: 10px;
  background: url(../images/blue-title-bg.png) repeat-x;
}
.front #page.nfl-groundup div.block.year-2-widget h2 {
  height: 53px;
  margin-bottom: 10px;
}
#page.nfl-groundup div.block.year-2-widget .boxed-link, #page.nfl-groundup div.block.year-2-widget div.block.home-Interactive-lesson-plans div.content input[type="submit"]#edit-go, div.block.home-Interactive-lesson-plans div.content #page.nfl-groundup div.block.year-2-widget input[type="submit"]#edit-go, #page.nfl-groundup div.block.year-2-widget #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 #page.nfl-groundup div.block.year-2-widget input[type="submit"], #page.nfl-groundup div.block.year-2-widget #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 #page.nfl-groundup div.block.year-2-widget input[type="submit"], #page.nfl-groundup div.block.year-2-widget #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 div.block.year-2-widget input[type="submit"] {
  background-color: #3a6ba0;
  width: 110px;
  margin: 0;
  float: right;
}
#page.nfl-groundup div.block.year-2-widget p {
  text-align: left;
}
#page.nfl-groundup div.block.year-2-widget .handout {
  float: left;
  width: 135px;
  padding-left: 30px;
  font-size: 95%;
  background: url(../images/blue-download.png) no-repeat left center;
}

#page.nfl-groundup .block.inner-header {
  background: url("../images/header-teachers.jpg") no-repeat;
  border-right: 1px solid #147f53;
  height: 276px;
  overflow: hidden;
}
#page.nfl-groundup .block.inner-header .content {
  margin: 0;
}
#page.nfl-groundup .block.inner-header .block-contents {
  float: right;
  width: 390px;
  margin: 0;
  padding: 0 15px;
}
#page.nfl-groundup .block.inner-header .block-contents p {
  color: #fdfdd7;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 17px;
  line-height: 1.2em;
}
#page.nfl-groundup .block.inner-header .block-contents h2 {
  color: #fdfdd7;
  font-family: 'tienneregular';
  font-size: 26px;
  line-height: 1.2em;
  margin: 10px 0;
}
#page.nfl-groundup .block.inner-header h2 {
  font-family: tienneregular;
  color: #fdfdd7;
}
#page.nfl-groundup .block.inner-header.career-connection-header .block-contents {
  width: 450px;
}
#page.nfl-groundup .block.inner-header.family-resources-header {
  background: url("../images/header-family.jpg") no-repeat;
  border-right: 1px solid #682010;
  height: 276px;
}
#page.nfl-groundup .block.inner-header.family-resources-header .block-contents {
  padding: 0 35px;
}
#page.nfl-groundup .block.inner-header.family-resources-header .block-contents p {
  font-size: 18px;
}
#page.nfl-groundup .block.inner-header.family-resources-header .block-contents h2 {
  font-size: 28px;
  margin: 35px 0 10px;
}
#page.nfl-groundup .block.inner-header.family-resources-header .burst-contents {
  position: absolute;
  left: 390px;
  top: 87px;
  text-align: center;
  color: #fdfdd7;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 18px;
}
#page.nfl-groundup .block.inner-header.family-resources-header .burst-title {
  color: #fdfdd7;
  font-family: 'tienneregular';
  position: absolute;
  top: 160px;
  left: 382px;
  font-size: 21px;
  text-transform: uppercase;
}
#page.nfl-groundup .block.inner-header.career-connection-header {
  background: url("../images/header-careers.jpg") no-repeat;
  border-right: 2px solid #21446d;
}
#page.nfl-groundup .block.inner-header.career-connection-header p {
  font-size: 15px;
  margin-bottom: 0.75em;
}
#page.nfl-groundup .block.inner-header.vft-header {
  background: url("../images/header-vft.jpg") no-repeat;
  border: 0;
  height: 278px;
}
#page.nfl-groundup .block.inner-header.vft-header .block-contents {
  padding: 20px;
  width: 460px;
  text-align: center;
  float: none;
}
#page.nfl-groundup .block.inner-header.vft-header .block-contents h2 {
  color: #fdfdd7;
  font-size: 21px;
  line-height: 1.2em;
  margin: 10px 0 15px;
}
#page.nfl-groundup .block.inner-header.vft-header .block-contents h2 span {
  font-size: 17px;
  line-height: 1.2em;
  display: block;
  margin-bottom: 10px;
}
#page.nfl-groundup .block.inner-header.vft-header .block-contents p {
  font-size: 19px;
  color: #492518;
  margin: 0 0 15px;
  padding: 0 25px;
}

.teacher-lesson-plans-block {
  margin-bottom: 20px;
}
.teacher-lesson-plans-block h2 {
  color: #fef8e2;
  font-family: 'tiennebold';
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 0 4px 14px;
  height: 30px;
  line-height: 1;
  overflow: hidden;
  text-transform: uppercase;
  background: url(../images/icons/green-header.png) repeat-x;
}
.teacher-lesson-plans-block a {
  background: url(../images/icons/download-green.png) no-repeat;
  color: #27b27e;
  font-family: "tienneregular";
  font-size: 10pt;
  line-height: 1.2em;
  padding-left: 1.5em;
  text-transform: uppercase;
}
.teacher-lesson-plans-block .view-lesson-plans .view-header {
  background: white url(../images/pic-teachers-lessons.jpg) bottom right no-repeat;
  padding: 20px;
}
@media only screen and (min-width: 976px) {
  .teacher-lesson-plans-block .view-lesson-plans .view-header {
    padding: 20px 260px 20px 20px;
  }
}
.teacher-lesson-plans-block .view-lesson-plans .row.view-content {
  background: #fef8e2;
  margin: 0;
}
.teacher-lesson-plans-block .view-lesson-plans .row.view-content .columns.large-6 {
  padding: 1.5em 1em 1em 1em;
  vertical-align: top;
}
.teacher-lesson-plans-block .view-lesson-plans .row.view-content .columns.large-6:nth-child(odd) {
  border-top: 2px dotted #d3ae74;
  clear: left;
}
.teacher-lesson-plans-block .view-lesson-plans .row.view-content .columns.large-6:nth-child(even) {
  border-top: 2px dotted #d3ae74;
  clear: right;
}
.teacher-lesson-plans-block .view-lesson-plans .row.view-content .views-field-title {
  color: #492518;
  font-family: 'tiennebold';
  margin-bottom: .5em;
}
.teacher-lesson-plans-block .view-lesson-plans .row.view-content .views-field-nothing {
  margin-top: .5em;
}
.teacher-lesson-plans-block .view-lesson-plans .row.view-content .views-field-nothing a {
  background: url(../images/icons/play-green.png) no-repeat;
  color: #27b27e;
  font-family: 'tiennebold';
  padding-left: 1.5em;
  text-transform: uppercase;
}

#page.nfl-groundup .video-block {
  background-color: #fef8e2;
}
#page.nfl-groundup .video-block h2 {
  color: #fef8e2;
  font-family: 'tienneregular';
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  padding: 8px 0 4px 14px;
  text-transform: uppercase;
}
#page.nfl-groundup .video-block .view-header,
#page.nfl-groundup .video-block .view-content {
  padding: 1.5em 1em;
}
#page.nfl-groundup .video-block .view-header {
  font-size: 19px;
}
#page.nfl-groundup .video-block .view-content p {
  margin: 10px 0 5px 0;
  font-size: 12px;
  font-weight: bold;
  font-family: arial;
}
#page.nfl-groundup .video-block .view-videos .views-row {
  background: #fef8e2;
  padding: 1em;
  border-top: 2px dotted #d3ae74;
}
#page.nfl-groundup .video-block .view-videos .videos-copy strong {
  color: 15px;
  font-family: 'tienneregular';
}
#page.nfl-groundup .video-block .view-videos .videos-copy p {
  margin-bottom: 10px;
}
#page.nfl-groundup .video-block .view-videos .videos-copy a {
  font-family: "tiennebold";
  padding-left: 1.5em;
  text-transform: uppercase;
}

/*#video-wrapper{
  width:607px;
  height: 455px;
}*/
.teacher-video-block h2 {
  color: #fef8e2;
  font-family: 'tiennebold';
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 0 4px 14px;
  height: 30px;
  line-height: 1;
  overflow: hidden;
  text-transform: uppercase;
  background: #227b4a url(../images/icons/green-header.png) repeat-x;
  height: auto;
}
.teacher-video-block .view-videos .videos-copy a {
  color: #27b27e;
  font-family: 'tiennebold';
  background: url(../images/icons/play-green.png) no-repeat scroll 0 2px;
  color: #27b27e;
}

.family-video-block h2 {
  color: #fef8e2;
  font-family: 'tiennebold';
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 0 4px 14px;
  height: 30px;
  line-height: 1;
  overflow: hidden;
  text-transform: uppercase;
  background: #6f1f10 url(../images/icons/maroon-header.png) repeat-x;
}
.family-video-block .view-videos .videos-copy a {
  color: #9d371f;
  font-family: 'tiennebold';
  background: url(../images/icons/play-red.png) no-repeat scroll 0 2px;
  color: #9d371f;
}

div.teachers-more-resources, div.family-resources-more-resources {
  background: white url(../images/pic-family-resources.jpg) no-repeat bottom right;
  background-size: contain;
  font-family: tienneregular;
  margin-bottom: 20px;
}
div.teachers-more-resources h2, div.family-resources-more-resources h2 {
  color: #fdfdd7;
  font-family: 'tiennebold';
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 0 4px 14px;
  height: 30px;
  line-height: 1;
  overflow: hidden;
  text-transform: uppercase;
  background: url(../images/icons/purple-header.png) repeat-x;
}
div.teachers-more-resources .boxed-link, div.teachers-more-resources div.block.home-Interactive-lesson-plans div.content input[type="submit"]#edit-go, div.block.home-Interactive-lesson-plans div.content div.teachers-more-resources input[type="submit"]#edit-go, div.teachers-more-resources #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 div.teachers-more-resources input[type="submit"], div.teachers-more-resources #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 div.teachers-more-resources input[type="submit"], div.teachers-more-resources #page.nfl-groundup #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 div.teachers-more-resources input[type="submit"], div.family-resources-more-resources .boxed-link, div.family-resources-more-resources div.block.home-Interactive-lesson-plans div.content input[type="submit"]#edit-go, div.block.home-Interactive-lesson-plans div.content div.family-resources-more-resources input[type="submit"]#edit-go, div.family-resources-more-resources #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 div.family-resources-more-resources input[type="submit"], div.family-resources-more-resources #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 div.family-resources-more-resources input[type="submit"], div.family-resources-more-resources #page.nfl-groundup #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 div.family-resources-more-resources input[type="submit"] {
  width: 130px;
  background: #70689c;
  margin-bottom: 10.5em;
}
div.teachers-more-resources p, div.family-resources-more-resources p {
  color: #492518;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 16px;
  line-height: 1.2em;
  padding: 20px;
  margin: 0;
}

#page.nfl-groundup div.teachers-sharing-toolkit {
  background: white url(../images/pic-teachers-sharing.jpg) no-repeat bottom left;
  margin-bottom: 20px;
  padding-bottom: 14em;
}
#page.nfl-groundup div.teachers-sharing-toolkit h2 {
  color: #fdfdd7;
  font-family: 'tiennebold';
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 0 4px 14px;
  height: 30px;
  line-height: 1;
  overflow: hidden;
  text-transform: uppercase;
  background: url(../images/icons/brown-header.png) repeat-x;
}
#page.nfl-groundup div.teachers-sharing-toolkit div.content {
  color: #492518;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 16px;
  line-height: 1.2em;
  padding: 20px;
}
#page.nfl-groundup div.teachers-sharing-toolkit .boxed-link, #page.nfl-groundup div.teachers-sharing-toolkit div.block.home-Interactive-lesson-plans div.content input[type="submit"]#edit-go, div.block.home-Interactive-lesson-plans div.content #page.nfl-groundup div.teachers-sharing-toolkit input[type="submit"]#edit-go, #page.nfl-groundup div.teachers-sharing-toolkit #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 #page.nfl-groundup div.teachers-sharing-toolkit input[type="submit"], #page.nfl-groundup div.teachers-sharing-toolkit #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 #page.nfl-groundup div.teachers-sharing-toolkit input[type="submit"], #page.nfl-groundup div.teachers-sharing-toolkit #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 div.teachers-sharing-toolkit input[type="submit"] {
  background: #47251b;
}

#page.nfl-groundup .block.widget {
  background: #fef8e2;
  margin-bottom: 20px;
}
#page.nfl-groundup .block.widget h2 {
  color: #fdfdd7;
  font-family: 'tiennebold';
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 0 4px 14px;
  height: 30px;
  line-height: 1;
  overflow: hidden;
  text-transform: uppercase;
  background: url(../images/purple-title-bg.png) repeat-x;
  height: 44px;
  padding: 18px 0 0px 14px;
  font-size: 14px;
  margin-bottom: 0;
}
.front #page.nfl-groundup .block.widget h2 {
  height: 54px;
  margin-bottom: 10px;
}
#page.nfl-groundup .block.widget div.content {
  color: #492518;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 16px;
  line-height: 1.2em;
  padding: 5px 20px 20px;
}
#page.nfl-groundup .block.widget div.content a.launch-widget {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background: url("../images/widget_sm.jpg") no-repeat 50% 0;
  display: block;
  height: 126px;
}
#page.nfl-groundup .block.widget .handout {
  float: left;
  width: 135px;
  padding-left: 30px;
  font-size: 95%;
  background: url(../images/purple-download.png) no-repeat left center;
}
#page.nfl-groundup .block.widget a.boxed-link {
  background-color: #70689c;
  width: 110px;
  margin: 0;
  float: right;
}

#page.nfl-groundup #block-webform-client-block-76 {
  background-color: #fff;
  margin-bottom: 20px;
}
#page.nfl-groundup #block-webform-client-block-76 h2 {
  color: #fef8e2;
  font-family: 'tiennebold';
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 0 4px 14px;
  height: 30px;
  line-height: 1;
  overflow: hidden;
  text-transform: uppercase;
  background: url(../images/icons/green-header.png) repeat-x;
}
#page.nfl-groundup #block-webform-client-block-76 .content {
  padding: 20px 20px 0;
}
#page.nfl-groundup #block-webform-client-block-76 p {
  margin-bottom: 1em;
}
#page.nfl-groundup #block-webform-client-block-76 .messages.error {
  font-size: 0.8em !important;
}
#page.nfl-groundup #block-webform-client-block-76 .webform-component-markup {
  margin-bottom: 0 !important;
}
#page.nfl-groundup #block-webform-client-block-76 label {
  width: 100%;
  margin: 0 0 5px;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0;
}
#page.nfl-groundup #block-webform-client-block-76 input[type="email"],
#page.nfl-groundup #block-webform-client-block-76 input[type="text"] {
  width: 100% !important;
}
#page.nfl-groundup #block-webform-client-block-76 textarea {
  height: 60px;
}
#page.nfl-groundup #block-webform-client-block-76 input[type="submit"] {
  background-color: #27b27e;
  border-radius: 0;
  font-size: 13px;
  font-family: 'tienneregular';
  border: 0;
  padding: 10px 15px;
  margin-top: 10px;
}
#page.nfl-groundup #block-webform-client-block-76 .captcha legend, #page.nfl-groundup #block-webform-client-block-76 .captcha p {
  color: #492518;
  font-family: "Times New Roman",Georgia,Serif;
  font-size: 100%;
  line-height: 1.2em;
}
#page.nfl-groundup #block-webform-client-block-76 .captcha legend {
  font-weight: bold;
}

div.family-resources-download-activities {
  background: #fef8e2;
  margin-bottom: 20px;
}
div.family-resources-download-activities h2 {
  color: #fdfdd7;
  font-family: 'tiennebold';
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 0 4px 14px;
  height: 30px;
  line-height: 1;
  overflow: hidden;
  text-transform: uppercase;
  background: #6f1f10 url(../images/icons/maroon-header.png) no-repeat scroll 0 0;
  background-size: 607px auto;
  /*margin-top: 0;*/
  margin: 0;
}
div.family-resources-download-activities .block-contents {
  background: white url("../images/pic-family-activities.jpg") no-repeat bottom right;
  color: #492518;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 18px;
  line-height: 1.2em;
  height: 191px;
  padding: 20px 270px 0 20px;
}
div.family-resources-download-activities .dotted-separator {
  margin-top: -9px;
}
div.family-resources-download-activities .row {
  padding: 12px 20px 20px 20px;
  *zoom: 1;
}
div.family-resources-download-activities .row:before, div.family-resources-download-activities .row:after {
  content: " ";
  display: table;
}
div.family-resources-download-activities .row:after {
  clear: both;
}
div.family-resources-download-activities .row .columns.last {
  padding: 0 0 0 40px;
}
div.family-resources-download-activities .row .columns.last img {
  display: block;
  margin: 0 0 0 50px;
}
div.family-resources-download-activities p {
  margin: 10px 0 0;
}
div.family-resources-download-activities a {
  font-size: 13px;
  line-height: 1.2em;
  padding-left: 22px;
}

div.family-resources-download-activities span.lesson-title,
div.family-resources-download-activities a {
  color: 15px;
  font-family: 'tiennebold';
  text-transform: capitalize;
}

div.family-resources-download-activities a {
  text-transform: uppercase;
}

div.family-resources-download-activities a {
  color: #9d371f;
  background: url("../images/icons/play-red.png") no-repeat;
  padding-left: 18px;
  padding-left: 22px;
  padding-top: 0px;
}

div.family-resources-download-activities a {
  background: url("../images/icons/download-red.png") no-repeat;
}

#page.nfl-groundup .vft-callout .content {
  background-color: #6b1a08;
  padding: 0 35px;
  margin-bottom: 10px;
  position: relative;
}
#page.nfl-groundup .vft-callout .content:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #6b1a08;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -8px;
}
#page.nfl-groundup .vft-callout .content p {
  text-align: center;
  font-size: 22px;
  line-height: 1.2em;
  color: #fdfdd7;
  font-family: 'tiennebold';
  margin: 0;
  padding: 1em 0;
}

#page.nfl-groundup .vft-video {
  padding: 1em 20px 0.5em;
  text-align: center;
}
#page.nfl-groundup .vft-video .dotted-separator {
  margin-top: 1em;
}

#page.nfl-groundup .vft-sidebar {
  padding: 20px;
  background: #fef8e2 url("../images/vft-sidebar.jpg") no-repeat left top;
  padding: 128px 0 0;
}
#page.nfl-groundup .vft-sidebar .content {
  padding: 0 20px;
}
#page.nfl-groundup .vft-sidebar .content h2 {
  color: #492518;
  font-family: 'tiennebold';
  font-size: 18px;
  text-align: center;
  margin: 30px 0 10px;
}
#page.nfl-groundup .vft-sidebar .content .boxed-link, #page.nfl-groundup .vft-sidebar div.block.home-Interactive-lesson-plans div.content input[type="submit"]#edit-go, div.block.home-Interactive-lesson-plans #page.nfl-groundup .vft-sidebar div.content input[type="submit"]#edit-go, #page.nfl-groundup .vft-sidebar .content #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 #page.nfl-groundup .vft-sidebar .content input[type="submit"], #page.nfl-groundup .vft-sidebar .content #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 #page.nfl-groundup .vft-sidebar .content input[type="submit"], #page.nfl-groundup .vft-sidebar .content #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 .vft-sidebar .content input[type="submit"] {
  background-color: #70689c;
  font-family: 'tienneregular';
  font-size: 12px;
  width: 150px;
}
#page.nfl-groundup .vft-sidebar .content .boxed-link.first, #page.nfl-groundup .vft-sidebar div.block.home-Interactive-lesson-plans div.content input.first[type="submit"]#edit-go, div.block.home-Interactive-lesson-plans #page.nfl-groundup .vft-sidebar div.content input.first[type="submit"]#edit-go, #page.nfl-groundup .vft-sidebar .content #content form#webform-client-form-56 input.first[type="submit"], #content form#webform-client-form-56 #page.nfl-groundup .vft-sidebar .content input.first[type="submit"], #page.nfl-groundup .vft-sidebar .content #colorbox.opt-in-modal #block-webform-client-block-56 input.first[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 #page.nfl-groundup .vft-sidebar .content input.first[type="submit"], #page.nfl-groundup .vft-sidebar .content #block-webform-client-block-76 input.first[type="submit"], #page.nfl-groundup #block-webform-client-block-76 .vft-sidebar .content input.first[type="submit"] {
  background-color: #27b27e;
}

#page.nfl-groundup .vft-archive {
  margin: 0 auto;
}
@media only screen and (min-width: 976px) {
  #page.nfl-groundup .vft-archive {
    width: 80%;
  }
}
#page.nfl-groundup .vft-archive .flex-video {
  margin-bottom: 0;
}
#page.nfl-groundup .vft-archive ul#chapters {
  list-style: none;
  text-align: left;
}
#page.nfl-groundup .vft-archive ul#chapters li {
  background-color: #fef8e2;
  border-bottom: 1px solid #d6b27a;
  padding: 0.5em 1em 0.5em 5em;
  overflow: hidden;
}
#page.nfl-groundup .vft-archive ul#chapters li:hover {
  background-color: #FCF1C8;
  cursor: pointer;
}
#page.nfl-groundup .vft-archive ul#chapters li span {
  margin-left: -3.5em;
  float: left;
}
#page.nfl-groundup .vft-archive ul#chapters li img {
  display: block;
  height: 30px;
}
#page.nfl-groundup .vft-archive ul#chapters li div {
  line-height: 20px;
  padding-top: 5px;
}

#page.nfl-groundup .vft-callout-home {
  background: #fef8e2;
  margin-bottom: 20px;
}
#page.nfl-groundup .vft-callout-home h2 {
  color: #fdfdd7;
  font-family: 'tiennebold';
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 0 4px 14px;
  height: 30px;
  line-height: 1;
  overflow: hidden;
  text-transform: uppercase;
  background: url(../images/green-title-bg.png) repeat-x;
  height: 44px;
  padding: 18px 0 0px 14px;
  font-size: 14px;
  margin-bottom: 0;
}
.front #page.nfl-groundup .vft-callout-home h2 {
  height: 54px;
  margin-bottom: 10px;
}
#page.nfl-groundup .vft-callout-home div.content {
  color: #492518;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 16px;
  line-height: 1.2em;
  padding: 5px 20px 20px;
}
#page.nfl-groundup .vft-callout-home a.boxed-link {
  background-color: #27b27e;
  width: 200px;
}

#page.nfl-groundup div.career-connection-spotlight-left, #page.nfl-groundup div.career-connection-spotlight-right {
  background: #fef8e2;
  font-family: tienneregular;
}
#page.nfl-groundup div.career-connection-spotlight-left h2, #page.nfl-groundup div.career-connection-spotlight-right h2 {
  color: #fdfdd7;
  font-family: 'tiennebold';
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 0 4px 14px;
  height: 30px;
  line-height: 1;
  overflow: hidden;
  text-transform: uppercase;
  background: url(../images/icons/blue-header.png) repeat-x;
}
#page.nfl-groundup div.career-connection-spotlight-left .spotlight-image, #page.nfl-groundup div.career-connection-spotlight-right .spotlight-image {
  height: 250px;
}
#page.nfl-groundup div.career-connection-spotlight-left .spotlight-job, #page.nfl-groundup div.career-connection-spotlight-right .spotlight-job {
  color: #3a6ba0;
  font-family: 'tienneregular';
  font-size: 24px;
  line-height: 1.2em;
  padding: 0 20px;
  margin: 20px 0 0;
}
#page.nfl-groundup div.career-connection-spotlight-left .spotlight-name, #page.nfl-groundup div.career-connection-spotlight-right .spotlight-name {
  color: #492518;
  font-family: 'tienneregular';
  font-size: 20px;
  line-height: 1.2em;
  padding: 0 20px;
  margin: 0;
}
#page.nfl-groundup div.career-connection-spotlight-left .spotlight-title, #page.nfl-groundup div.career-connection-spotlight-right .spotlight-title {
  color: #492518;
  font-family: 'tienneregular';
  font-size: 18px;
  line-height: 1.2em;
  padding: 0 20px;
  margin: 0 0 20px;
}
#page.nfl-groundup div.career-connection-spotlight-left p, #page.nfl-groundup div.career-connection-spotlight-right p {
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.2em;
}
#page.nfl-groundup div.career-connection-spotlight-left .career-connection-left, #page.nfl-groundup div.career-connection-spotlight-right .career-connection-left {
  background: url("/sites/all/themes/nfl_ui/assets/images/fpo-career-connection-left.jpg") no-repeat 50% -20px;
}
#page.nfl-groundup div.career-connection-spotlight-left .career-connection-right, #page.nfl-groundup div.career-connection-spotlight-right .career-connection-right {
  background: url("/sites/all/themes/nfl_ui/assets/images/fpo-career-connection-right.jpg") no-repeat 50% -20px;
}

div.career-connection-spotlight-left div.content, div.career-connection-spotlight-right div.content {
  margin: 1em;
  padding-bottom: 2em;
}

.view-career-case-studies .views-row {
  background: #fef8e2 url(/sites/all/themes/nfl_ui/assets/images/icons/blue-header.png) repeat-x left top;
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 30px;
}
.view-career-case-studies .columns {
  padding: 0;
  min-height: 10px;
}
.view-career-case-studies .views-field-field-job-title {
  font-size: 24px;
  line-height: 1.25em;
  color: #3a6ba0;
  padding: 20px 20px 0;
  font-family: 'tiennebold';
}
.view-career-case-studies .views-field-title {
  font-size: 20px;
  line-height: 1.25em;
  padding: 0 20px;
  font-family: 'tiennebold';
  color: #492519;
}
.view-career-case-studies .views-field-field-company {
  font-size: 18px;
  line-height: 1.25em;
  padding: 0 20px 20px;
  font-family: 'tiennebold';
  color: #492519;
}
.view-career-case-studies .views-field-field-teaser {
  color: black;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: bold;
  padding: 20px 20px 0;
  color: #492519;
  border-top: 2px dotted #d4b076;
}
.view-career-case-studies .views-field-body {
  background-color: #fff;
  padding: 20px;
}
.view-career-case-studies .toggle {
  display: block;
  width: 34px;
  height: 34px;
  background: transparent url(../images/toggle-btns.png) no-repeat left top;
  text-indent: -200px;
  float: right;
  overflow: hidden;
  margin: -45px 20px 0 0;
  cursor: pointer;
}
.view-career-case-studies .toggle.open {
  margin: 10px 20px 10px 0;
  background-position: left -40px;
}
@media only screen and (max-width: 640px) {
  .view-career-case-studies .toggle {
    float: none;
    margin: 15px auto;
  }
}

#page.nfl-groundup div.block.career-connection-social {
  font-family: 'tienneregular';
  background: white url("/sites/all/themes/nfl_ui/assets/images/pic-careers-social.jpg") no-repeat bottom right;
  height: 119px;
}
#page.nfl-groundup div.block.career-connection-social div.content {
  margin: 0;
  padding: 1em;
}
@media only screen and (min-width: 976px) {
  #page.nfl-groundup div.block.career-connection-social div.content {
    padding: 1em 1em 1em 1em;
  }
}
#page.nfl-groundup div.block.career-connection-social h2 {
  color: #3a6ba0;
  font-family: 'tienneregular';
  font-size: 20px;
  line-height: 1.2em;
}
#page.nfl-groundup div.block.career-connection-social p {
  display: block;
  font-size: 15px;
  line-height: 1.2em;
}
#page.nfl-groundup div.block.career-connection-social ul {
  float: right;
  position: relative;
  top: -12px;
}
#page.nfl-groundup div.block.career-connection-social ul li {
  float: left;
  list-style: none;
  margin-right: 0.5em;
}
#page.nfl-groundup div.block.career-connection-social ul li.last {
  margin: 0;
}

/**
 * Video node page
 */
.de_vid_frame {
  height: 340px;
  width: 480px;
}

#block-block-47 .content ul.current-corporate-list,
#block-block-47 .content ul.current-individual-list,
#node-306 .content ul.previous-corporate-list,
#node-306 .content ul.previous-individual-list {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
}

#block-block-47 .content ul.current-corporate-list li,
#block-block-47 .content ul.current-individual-list li,
#node-306 .content ul.previous-corporate-list li,
#node-306 .content ul.previous-individual-list li {
  font-size: 13px;
}

#block-block-47 .content .donor-col-left,
#block-block-47 .content .donor-col-right,
#node-306 .content .donor-col-left,
#node-306 .content .donor-col-right {
  display: inline-block;
  vertical-align: top;
  width: 46%;
}

#block-block-47 .content .donor-col-left,
#node-306 .content .donor-col-left {
  margin-right: 4%;
}

#cboxLoadedContent {
  overflow: scroll !important;
}

#block-block-47 .content .logo-img-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

#block-block-47 .content .logo-img-wrapper {
  margin-bottom: 2em;
}

#block-block-47 .content a {
  background-image: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(99, 109, 3);
  background-size: initial;
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding-top: 0.25em;
  padding-right: 1em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  min-width: 150px;
  text-align: center;
  text-transform: uppercase;
}

/**
 * Search page
 */
/*body.page-search div.content-bottom {
  @include block-h2-header($pale-background);
}*/
body.page-search div#block-system-main {
  background: #fef8e2;
}
body.page-search div#block-system-main form {
  display: none;
}
body.page-search div#block-system-main h2 {
  color: #8daa19;
  font-family: 'tiennebold';
  font-size: 32px;
  line-height: 1.2em;
  padding: 0 20px;
  margin: 20px 0 0;
}
body.page-search div#block-system-main .search-results li {
  border-top: 1px dotted black;
}
body.page-search div#block-system-main .search-results li h3 strong {
  color: 15px;
  font-family: 'tienneregular';
}
body.page-search div#block-system-main .search-results li h3 p {
  margin-bottom: 10px;
}
body.page-search div#block-system-main .search-results li h3 a {
  font-family: "tiennebold";
  padding-left: 1.5em;
  text-transform: uppercase;
}
body.page-search div#block-system-main .search-results li p {
  margin-bottom: 10px;
  font-family: "tienneregular";
  padding-left: 1em;
}

div.copyright {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: -20px;
}

/***** 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;
}

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

  /*@import "small";*/
  #admin-menu {
    display: none;
  }

  #header {
    *zoom: 1;
    margin-top: 10px;
    padding: 0;
    background: transparent url("../images/header-bg-small.jpg") repeat scroll 0 0;
    height: auto;
  }
  #header:before, #header:after {
    content: " ";
    display: table;
  }
  #header:after {
    clear: both;
  }

  #header .row.header-top {
    height: auto;
  }

  #logo {
    margin: 8px auto 0;
  }

  .block.social {
    float: none;
    width: auto;
  }
  .block.social ul {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .block.social ul.sponsors {
    margin: 0 auto 1.6em;
  }
  .block.social ul.sponsors li {
    /*float: none;
    display: table;
    position: relative;*/
    margin: 0 auto;
    height: auto;
    width: auto;
  }
  .block.social ul.sponsors li a.discoveryeducation {
    width: 125px;
  }

  #header .row.header-bottom {
    *zoom: 1;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #header .row.header-bottom:before, #header .row.header-bottom:after {
    content: " ";
    display: table;
  }
  #header .row.header-bottom:after {
    clear: both;
  }

  .columns.main-menu {
    margin: 0;
    padding: 0;
  }

  #main-menu {
    margin: 0;
    padding: 0;
  }

  #main-menu-links {
    margin: 0;
    padding: 0;
  }
  #main-menu-links li {
    width: auto !important;
    float: none;
    margin: 0;
    border: none;
    border-top: 1px solid #FDFDD7;
  }
  #main-menu-links li a {
    margin: 0;
  }

  .columns.header-bottom {
    margin: 0;
    padding: 0;
  }

  .block.block-search {
    float: none;
    padding: 0;
  }
  .block.block-search h2 {
    padding-top: 5px;
  }
  .block.block-search .container-inline {
    margin: 0;
  }

  #page #block-search-form {
    margin: 10px auto;
    display: table;
    height: auto;
    width: auto;
    *zoom: 1;
  }
  #page #block-search-form:before, #page #block-search-form:after {
    content: " ";
    display: table;
  }
  #page #block-search-form:after {
    clear: both;
  }

  #content .row.content-wrapper,
  #content .row.content-bottom {
    padding: 0;
  }

  #page .block,
  #page .block {
    margin: 0 0 20px 0;
  }

  .block.block-de-rotator {
    display: none;
  }

  #page.nfl-groundup .block.inner-header .block-contents,
  #page.nfl-groundup .block.inner-header.family-resources-header .block-contents {
    float: none;
    padding: 0 15px;
    width: auto;
  }

  #page.nfl-groundup .block.inner-header,
  #page.nfl-groundup .block.inner-header.family-resources-header,
  #page.nfl-groundup .block.inner-header.vft-header,
  #page.nfl-groundup .block.inner-header.career-connection-header,
  .video-block .view-videos .view-header,
  #page.nfl-groundup div.block.career-connection-social {
    background: #fef8e2;
    border: 0;
    height: auto;
    padding: 15px;
  }
  #page.nfl-groundup .block.inner-header .block-contents h2, #page.nfl-groundup .block.inner-header .block-contents p, #page.nfl-groundup .block.inner-header .block-contents *,
  #page.nfl-groundup .block.inner-header.family-resources-header .block-contents h2,
  #page.nfl-groundup .block.inner-header.family-resources-header .block-contents p,
  #page.nfl-groundup .block.inner-header.family-resources-header .block-contents *,
  #page.nfl-groundup .block.inner-header.vft-header .block-contents h2,
  #page.nfl-groundup .block.inner-header.vft-header .block-contents p,
  #page.nfl-groundup .block.inner-header.vft-header .block-contents *,
  #page.nfl-groundup .block.inner-header.career-connection-header .block-contents h2,
  #page.nfl-groundup .block.inner-header.career-connection-header .block-contents p,
  #page.nfl-groundup .block.inner-header.career-connection-header .block-contents *,
  .video-block .view-videos .view-header .block-contents h2,
  .video-block .view-videos .view-header .block-contents p,
  .video-block .view-videos .view-header .block-contents *,
  #page.nfl-groundup div.block.career-connection-social .block-contents h2,
  #page.nfl-groundup div.block.career-connection-social .block-contents p,
  #page.nfl-groundup div.block.career-connection-social .block-contents * {
    color: #492518;
  }
  #page.nfl-groundup .block.inner-header .burst-title,
  #page.nfl-groundup .block.inner-header .burst-contents,
  #page.nfl-groundup .block.inner-header.family-resources-header .burst-title,
  #page.nfl-groundup .block.inner-header.family-resources-header .burst-contents,
  #page.nfl-groundup .block.inner-header.vft-header .burst-title,
  #page.nfl-groundup .block.inner-header.vft-header .burst-contents,
  #page.nfl-groundup .block.inner-header.career-connection-header .burst-title,
  #page.nfl-groundup .block.inner-header.career-connection-header .burst-contents,
  .video-block .view-videos .view-header .burst-title,
  .video-block .view-videos .view-header .burst-contents,
  #page.nfl-groundup div.block.career-connection-social .burst-title,
  #page.nfl-groundup div.block.career-connection-social .burst-contents {
    display: none;
  }

  #page.nfl-groundup .block.inner-header.career-connection-header .block-contents {
    width: auto;
    text-align: left;
  }

  #page.nfl-groundup .block.inner-header.vft-header {
    margin-bottom: 0;
  }
  #page.nfl-groundup .block.inner-header.vft-header .block-contents {
    padding: 0 15px;
    width: auto;
    text-align: left;
  }
  #page.nfl-groundup .block.inner-header.vft-header .block-contents p {
    padding: 0;
  }

  #page.nfl-groundup .video-block .view-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  #page.nfl-groundup .video-block .view-content {
    padding-top: 0;
  }

  #page .block .content, #page .block.vft-callout .content {
    background-image: none;
    text-align: center;
    margin-bottom: 30px;
  }
  #page .block .content p.vft-time, #page .block.vft-callout .content p.vft-time {
    float: none;
    line-height: 1.2em;
    margin: 15px 0;
  }
  #page .block .content p.vft-register, #page .block.vft-callout .content p.vft-register {
    float: none;
    margin: 0 0 20px;
  }
  #page .block .content p.vft-register .boxed-link, #page div.block.home-Interactive-lesson-plans div.content p.vft-register input[type="submit"]#edit-go, #page .block .content p.vft-register #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 #page .block .content p.vft-register input[type="submit"], #page .block .content p.vft-register #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 #page .block .content p.vft-register input[type="submit"], #page.nfl-groundup .block .content p.vft-register #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 .block .content p.vft-register input[type="submit"], #page .block.vft-callout .content p.vft-register .boxed-link, #page .block.vft-callout div.block.home-Interactive-lesson-plans div.content p.vft-register input[type="submit"]#edit-go, div.block.home-Interactive-lesson-plans #page .block.vft-callout div.content p.vft-register input[type="submit"]#edit-go, #page .block.vft-callout .content p.vft-register #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 #page .block.vft-callout .content p.vft-register input[type="submit"], #page .block.vft-callout .content p.vft-register #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 #page .block.vft-callout .content p.vft-register input[type="submit"], #page.nfl-groundup .block.vft-callout .content p.vft-register #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 .block.vft-callout .content p.vft-register input[type="submit"] {
    width: 300px;
  }

  #page.nfl-groundup .vft-sidebar {
    background-image: none;
    padding-top: 0;
  }

  div.home-family-activities {
    height: auto;
  }
  div.home-family-activities .language-switch {
    display: none;
  }
  div.home-family-activities .block-content {
    margin: 0;
  }
  div.home-family-activities .block-content h3 {
    margin: 0 0 15px 0;
    padding: .5em 0;
  }

  div.home-family-activities h2 {
    color: #fdfdd7;
    font-family: 'tiennebold';
    font-size: 16px;
    line-height: 1.2em;
    margin: 0;
    padding: 10px 0 4px 14px;
    height: 30px;
    line-height: 1;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
    background: url("../images/icons/maroon-header.png") repeat-x;
  }

  div.block.home-career-connection h2 {
    color: #fdfdd7;
    font-family: 'tiennebold';
    font-size: 16px;
    line-height: 1.2em;
    margin: 0;
    padding: 10px 0 4px 14px;
    height: 30px;
    line-height: 1;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
    background: url("../images/icons/blue-header.png") repeat-x;
  }
  div.block.home-career-connection h3 {
    display: none;
  }

  .teacher-lesson-plans-block .view-lesson-plans .view-header {
    background: #fff;
  }

  div.teacher-lesson-plans-block .view-lesson-plans .view-header p {
    width: auto;
  }

  div.family-resources-download-activities .block-contents {
    background: #fff;
    height: auto;
    padding: 20px;
  }

  div.family-resources-download-activities .row .columns.last {
    padding: 0 0.625em;
    padding-top: 30px;
  }

  div.block.home-Interactive-lesson-plans {
    background: none;
  }

  div.family-resources-download-activities h2 {
    background: #6f1f10 url(../images/icons/maroon-header.png) repeat-y bottom left;
    height: initial;
  }

  div.teachers-more-resources, div.family-resources-more-resources {
    background: #FEF8E2;
  }

  div.teachers-more-resources .boxed-link, div.teachers-more-resources div.block.home-Interactive-lesson-plans div.content input[type="submit"]#edit-go, div.block.home-Interactive-lesson-plans div.content div.teachers-more-resources input[type="submit"]#edit-go, div.teachers-more-resources #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 div.teachers-more-resources input[type="submit"], div.teachers-more-resources #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 div.teachers-more-resources input[type="submit"], div.teachers-more-resources #page.nfl-groundup #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 div.teachers-more-resources input[type="submit"], div.family-resources-more-resources .boxed-link, div.family-resources-more-resources div.block.home-Interactive-lesson-plans div.content input[type="submit"]#edit-go, div.block.home-Interactive-lesson-plans div.content div.family-resources-more-resources input[type="submit"]#edit-go, div.family-resources-more-resources #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 div.family-resources-more-resources input[type="submit"], div.family-resources-more-resources #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 div.family-resources-more-resources input[type="submit"], div.family-resources-more-resources #page.nfl-groundup #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 div.family-resources-more-resources input[type="submit"] {
    margin-bottom: 1.5em;
    width: 130px;
  }

  #main-menu-links li.menu-217 a {
    margin-top: -7px;
  }

  #block-block-47 .content .donor-col-left,
  #block-block-47 .content .donor-col-right,
  #node-306 .content .donor-col-left,
  #node-306 .content .donor-col-right {
    display: block;
    width: 100%;
  }

  #block-block-47 .content .donor-col-left,
  #node-306 .content .donor-col-left {
    margin-right: 0;
  }

  #block-block-47 .content .donor-col-left ul.current-corporate-list,
  #block-block-47 .content .donor-col-left ul.current-individual-list,
  #node-306 .content .donor-col-left ul.previous-corporate-list,
  #node-306 .content .donor-col-left ul.previous-individual-list {
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 975px) {
  .medium-only {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
  }

  /*@import "medium";*/
  #admin-menu {
    display: none;
  }

  #header {
    *zoom: 1;
    margin-top: 10px;
    padding: 0;
    background: transparent url("../images/header-bg-small.jpg") repeat scroll 0 0;
    height: auto;
  }
  #header:before, #header:after {
    content: " ";
    display: table;
  }
  #header:after {
    clear: both;
  }

  #header .row.header-top {
    height: auto;
  }

  #logo {
    margin: 8px auto 0;
  }

  .block.social {
    float: none;
    width: auto;
  }
  .block.social ul {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .block.social ul.sponsors {
    margin: 0 auto 1.6em;
  }
  .block.social ul.sponsors li {
    /*float: none;
    display: table;
    position: relative;*/
    margin: 0 auto;
    height: auto;
    width: auto;
  }
  .block.social ul.sponsors li a.discoveryeducation {
    width: 125px;
  }

  #header .row.header-bottom {
    *zoom: 1;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #header .row.header-bottom:before, #header .row.header-bottom:after {
    content: " ";
    display: table;
  }
  #header .row.header-bottom:after {
    clear: both;
  }

  .columns.main-menu {
    margin: 0;
    padding: 0;
  }

  #main-menu {
    margin: 0;
    padding: 0;
  }

  #main-menu-links {
    margin: 0;
    padding: 0;
  }
  #main-menu-links li {
    width: auto !important;
    float: none;
    margin: 0;
    border: none;
    border-top: 1px solid #FDFDD7;
  }
  #main-menu-links li a {
    margin: 0;
  }

  .columns.header-bottom {
    margin: 0;
    padding: 0;
  }

  .block.block-search {
    float: none;
    padding: 0;
  }
  .block.block-search h2 {
    padding-top: 5px;
  }
  .block.block-search .container-inline {
    margin: 0;
  }

  #page #block-search-form {
    margin: 10px auto;
    display: table;
    height: auto;
    width: auto;
    *zoom: 1;
  }
  #page #block-search-form:before, #page #block-search-form:after {
    content: " ";
    display: table;
  }
  #page #block-search-form:after {
    clear: both;
  }

  #content .row.content-wrapper,
  #content .row.content-bottom {
    padding: 0;
  }

  #page .block,
  #page .block {
    margin: 0 0 20px 0;
  }

  .block.block-de-rotator {
    display: none;
  }

  #page.nfl-groundup .block.inner-header .block-contents,
  #page.nfl-groundup .block.inner-header.family-resources-header .block-contents {
    float: none;
    padding: 0 15px;
    width: auto;
  }

  #page.nfl-groundup .block.inner-header,
  #page.nfl-groundup .block.inner-header.family-resources-header,
  #page.nfl-groundup .block.inner-header.vft-header,
  #page.nfl-groundup .block.inner-header.career-connection-header,
  .video-block .view-videos .view-header,
  #page.nfl-groundup div.block.career-connection-social {
    background: #fef8e2;
    border: 0;
    height: auto;
    padding: 15px;
  }
  #page.nfl-groundup .block.inner-header .block-contents h2, #page.nfl-groundup .block.inner-header .block-contents p, #page.nfl-groundup .block.inner-header .block-contents *,
  #page.nfl-groundup .block.inner-header.family-resources-header .block-contents h2,
  #page.nfl-groundup .block.inner-header.family-resources-header .block-contents p,
  #page.nfl-groundup .block.inner-header.family-resources-header .block-contents *,
  #page.nfl-groundup .block.inner-header.vft-header .block-contents h2,
  #page.nfl-groundup .block.inner-header.vft-header .block-contents p,
  #page.nfl-groundup .block.inner-header.vft-header .block-contents *,
  #page.nfl-groundup .block.inner-header.career-connection-header .block-contents h2,
  #page.nfl-groundup .block.inner-header.career-connection-header .block-contents p,
  #page.nfl-groundup .block.inner-header.career-connection-header .block-contents *,
  .video-block .view-videos .view-header .block-contents h2,
  .video-block .view-videos .view-header .block-contents p,
  .video-block .view-videos .view-header .block-contents *,
  #page.nfl-groundup div.block.career-connection-social .block-contents h2,
  #page.nfl-groundup div.block.career-connection-social .block-contents p,
  #page.nfl-groundup div.block.career-connection-social .block-contents * {
    color: #492518;
  }
  #page.nfl-groundup .block.inner-header .burst-title,
  #page.nfl-groundup .block.inner-header .burst-contents,
  #page.nfl-groundup .block.inner-header.family-resources-header .burst-title,
  #page.nfl-groundup .block.inner-header.family-resources-header .burst-contents,
  #page.nfl-groundup .block.inner-header.vft-header .burst-title,
  #page.nfl-groundup .block.inner-header.vft-header .burst-contents,
  #page.nfl-groundup .block.inner-header.career-connection-header .burst-title,
  #page.nfl-groundup .block.inner-header.career-connection-header .burst-contents,
  .video-block .view-videos .view-header .burst-title,
  .video-block .view-videos .view-header .burst-contents,
  #page.nfl-groundup div.block.career-connection-social .burst-title,
  #page.nfl-groundup div.block.career-connection-social .burst-contents {
    display: none;
  }

  #page.nfl-groundup .block.inner-header.career-connection-header .block-contents {
    width: auto;
    text-align: left;
  }

  #page.nfl-groundup .block.inner-header.vft-header {
    margin-bottom: 0;
  }
  #page.nfl-groundup .block.inner-header.vft-header .block-contents {
    padding: 0 15px;
    width: auto;
    text-align: left;
  }
  #page.nfl-groundup .block.inner-header.vft-header .block-contents p {
    padding: 0;
  }

  #page.nfl-groundup .video-block .view-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  #page.nfl-groundup .video-block .view-content {
    padding-top: 0;
  }

  #page .block .content, #page .block.vft-callout .content {
    background-image: none;
    text-align: center;
    margin-bottom: 30px;
  }
  #page .block .content p.vft-time, #page .block.vft-callout .content p.vft-time {
    float: none;
    line-height: 1.2em;
    margin: 15px 0;
  }
  #page .block .content p.vft-register, #page .block.vft-callout .content p.vft-register {
    float: none;
    margin: 0 0 20px;
  }
  #page .block .content p.vft-register .boxed-link, #page div.block.home-Interactive-lesson-plans div.content p.vft-register input[type="submit"]#edit-go, #page .block .content p.vft-register #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 #page .block .content p.vft-register input[type="submit"], #page .block .content p.vft-register #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 #page .block .content p.vft-register input[type="submit"], #page.nfl-groundup .block .content p.vft-register #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 .block .content p.vft-register input[type="submit"], #page .block.vft-callout .content p.vft-register .boxed-link, #page .block.vft-callout div.block.home-Interactive-lesson-plans div.content p.vft-register input[type="submit"]#edit-go, div.block.home-Interactive-lesson-plans #page .block.vft-callout div.content p.vft-register input[type="submit"]#edit-go, #page .block.vft-callout .content p.vft-register #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 #page .block.vft-callout .content p.vft-register input[type="submit"], #page .block.vft-callout .content p.vft-register #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 #page .block.vft-callout .content p.vft-register input[type="submit"], #page.nfl-groundup .block.vft-callout .content p.vft-register #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 .block.vft-callout .content p.vft-register input[type="submit"] {
    width: 300px;
  }

  #page.nfl-groundup .vft-sidebar {
    background-image: none;
    padding-top: 0;
  }

  div.home-family-activities {
    height: auto;
  }
  div.home-family-activities .language-switch {
    display: none;
  }
  div.home-family-activities .block-content {
    margin: 0;
  }
  div.home-family-activities .block-content h3 {
    margin: 0 0 15px 0;
    padding: .5em 0;
  }

  div.home-family-activities h2 {
    color: #fdfdd7;
    font-family: 'tiennebold';
    font-size: 16px;
    line-height: 1.2em;
    margin: 0;
    padding: 10px 0 4px 14px;
    height: 30px;
    line-height: 1;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
    background: url("../images/icons/maroon-header.png") repeat-x;
  }

  div.block.home-career-connection h2 {
    color: #fdfdd7;
    font-family: 'tiennebold';
    font-size: 16px;
    line-height: 1.2em;
    margin: 0;
    padding: 10px 0 4px 14px;
    height: 30px;
    line-height: 1;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
    background: url("../images/icons/blue-header.png") repeat-x;
  }
  div.block.home-career-connection h3 {
    display: none;
  }

  .teacher-lesson-plans-block .view-lesson-plans .view-header {
    background: #fff;
  }

  div.teacher-lesson-plans-block .view-lesson-plans .view-header p {
    width: auto;
  }

  div.family-resources-download-activities .block-contents {
    background: #fff;
    height: auto;
    padding: 20px;
  }

  div.family-resources-download-activities .row .columns.last {
    padding: 0 0.625em;
    padding-top: 30px;
  }

  div.block.home-Interactive-lesson-plans {
    background: none;
  }

  div.family-resources-download-activities h2 {
    background: #6f1f10 url(../images/icons/maroon-header.png) repeat-y bottom left;
    height: initial;
  }

  div.teachers-more-resources, div.family-resources-more-resources {
    background: #FEF8E2;
  }

  div.teachers-more-resources .boxed-link, div.teachers-more-resources div.block.home-Interactive-lesson-plans div.content input[type="submit"]#edit-go, div.block.home-Interactive-lesson-plans div.content div.teachers-more-resources input[type="submit"]#edit-go, div.teachers-more-resources #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 div.teachers-more-resources input[type="submit"], div.teachers-more-resources #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 div.teachers-more-resources input[type="submit"], div.teachers-more-resources #page.nfl-groundup #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 div.teachers-more-resources input[type="submit"], div.family-resources-more-resources .boxed-link, div.family-resources-more-resources div.block.home-Interactive-lesson-plans div.content input[type="submit"]#edit-go, div.block.home-Interactive-lesson-plans div.content div.family-resources-more-resources input[type="submit"]#edit-go, div.family-resources-more-resources #content form#webform-client-form-56 input[type="submit"], #content form#webform-client-form-56 div.family-resources-more-resources input[type="submit"], div.family-resources-more-resources #colorbox.opt-in-modal #block-webform-client-block-56 input[type="submit"], #colorbox.opt-in-modal #block-webform-client-block-56 div.family-resources-more-resources input[type="submit"], div.family-resources-more-resources #page.nfl-groundup #block-webform-client-block-76 input[type="submit"], #page.nfl-groundup #block-webform-client-block-76 div.family-resources-more-resources input[type="submit"] {
    margin-bottom: 1.5em;
    width: 130px;
  }

  #main-menu-links li.menu-217 a {
    margin-top: -7px;
  }

  #block-block-47 .content .donor-col-left,
  #block-block-47 .content .donor-col-right,
  #node-306 .content .donor-col-left,
  #node-306 .content .donor-col-right {
    display: block;
    width: 100%;
  }

  #block-block-47 .content .donor-col-left,
  #node-306 .content .donor-col-left {
    margin-right: 0;
  }

  #block-block-47 .content .donor-col-left ul.current-corporate-list,
  #block-block-47 .content .donor-col-left ul.current-individual-list,
  #node-306 .content .donor-col-left ul.previous-corporate-list,
  #node-306 .content .donor-col-left ul.previous-individual-list {
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 976px) {
  .large-only {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
  }

  #main-menu-links li.menu-217 a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url("../images/icons/home-icon.png");
    background-repeat: no-repeat;
    background-position: 2px 0;
  }
}
