/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
@font-face {
  font-weight: 700;
  font-family: "MuseoSlab";
  src: url("/mysite/fonts/MuseoSlab/MuseoSlab-700.eot");
  src: url("/mysite/fonts/MuseoSlab/MuseoSlab-700.eot?iefix") format('eot'), url("/mysite/fonts/MuseoSlab/MuseoSlab-700.woff") format('woff'), url("/mysite/fonts/MuseoSlab/MuseoSlab-700.otf") format('opentype'), url("/mysite/fonts/MuseoSlab/MuseoSlab-700.svg") format('svg'), url("/mysite/fonts/MuseoSlab/MuseoSlab-700.ttf") format('truetype'); }

@font-face {
  font-weight: 400;
  font-family: "OpenSans";
  src: url("/mysite/fonts/OpenSans/OpenSans-400.eot");
  src: url("/mysite/fonts/OpenSans/OpenSans-400.eot?iefix") format('eot'), url("/mysite/fonts/OpenSans/OpenSans-400.woff") format('woff'), url("/mysite/fonts/OpenSans/OpenSans-400.otf") format('opentype'), url("/mysite/fonts/OpenSans/OpenSans-400.svg") format('svg'), url("/mysite/fonts/OpenSans/OpenSans-400.ttf") format('truetype'); }

@font-face {
  font-weight: 700;
  font-family: "OpenSans";
  src: url("/mysite/fonts/OpenSans/OpenSans-700.eot");
  src: url("/mysite/fonts/OpenSans/OpenSans-700.eot?iefix") format('eot'), url("/mysite/fonts/OpenSans/OpenSans-700.woff") format('woff'), url("/mysite/fonts/OpenSans/OpenSans-700.otf") format('opentype'), url("/mysite/fonts/OpenSans/OpenSans-700.svg") format('svg'), url("/mysite/fonts/OpenSans/OpenSans-700.ttf") format('truetype'); }

.typography, body {
  font-size: 16px;
  font-size: 1rem; }
  .typography p, body p {
    line-height: 1.4;
    margin: 0 0 18px; }
  .typography blockquote, body blockquote {
    margin: 10px;
    font-size: 1.4em;
    color: #777;
    font-style: italic; }
  .typography q, body q {
    display: block;
    font-size: 0.8em;
    margin: 1em 1em;
    padding: 0.5em;
    border: 1px #ccc solid; }
  .typography a, body a {
    text-decoration: none;
    color: #008000; }
    .typography a:hover, body a:hover {
      text-decoration: underline; }
  .typography ul,
  .typography ol, body ul,
  body ol {
    margin: 0 0 18px 24px; }
    .typography ul li,
    .typography ol li, body ul li,
    body ol li {
      margin: 5px 10px; }
    .typography ul li li,
    .typography ol li li, body ul li li,
    body ol li li {
      font-size: 14px;
      font-size: 0.875rem; }
  .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    margin: 0 0 18px;
    font-weight: 700;
    font-family: MuseoSlab, OpenSans, Helvetica, Arial, sans-serif;
    line-height: 1; }
  .typography h4, body h4 {
    margin: 0 0 16px; }
  .typography h5, .typography h6, body h5, body h6 {
    margin: 0 0 12px; }
  .typography h1, body h1 {
    font-size: 24px;
    font-size: 1.5rem; }
  .typography h2, body h2 {
    font-size: 24px;
    font-size: 1.5rem; }
  .typography h3, body h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  .typography h4, body h4 {
    font-size: 18px;
    font-size: 1.125rem; }
  .typography h5, body h5 {
    font-size: 17px;
    font-size: 1.0625rem; }
  .typography h6, body h6 {
    font-size: 16px;
    font-size: 1rem; }
  @media (min-width: 600px) {
    .typography h1, body h1 {
      font-size: 28px;
      font-size: 1.75rem; }
    .typography h2, body h2 {
      font-size: 28px;
      font-size: 1.75rem; }
    .typography h3, body h3 {
      font-size: 24px;
      font-size: 1.5rem; }
    .typography h4, body h4 {
      font-size: 22px;
      font-size: 1.375rem; }
    .typography h5, body h5 {
      font-size: 20px;
      font-size: 1.25rem; }
    .typography h6, body h6 {
      font-size: 18px;
      font-size: 1.125rem; } }
  .no-mediaqueries .typography h1, .no-mediaqueries body h1 {
    font-size: 28px;
    font-size: 1.75rem; }
  .no-mediaqueries .typography h2, .no-mediaqueries body h2 {
    font-size: 28px;
    font-size: 1.75rem; }
  .no-mediaqueries .typography h3, .no-mediaqueries body h3 {
    font-size: 24px;
    font-size: 1.5rem; }
  .no-mediaqueries .typography h4, .no-mediaqueries body h4 {
    font-size: 22px;
    font-size: 1.375rem; }
  .no-mediaqueries .typography h5, .no-mediaqueries body h5 {
    font-size: 20px;
    font-size: 1.25rem; }
  .no-mediaqueries .typography h6, .no-mediaqueries body h6 {
    font-size: 18px;
    font-size: 1.125rem; }
  @media (min-width: 800px) {
    .typography h1, body h1 {
      font-size: 36px;
      font-size: 2.25rem; }
    .typography h2, body h2 {
      font-size: 36px;
      font-size: 2.25rem; }
    .typography h3, body h3 {
      font-size: 26px;
      font-size: 1.625rem; }
    .typography h4, body h4 {
      font-size: 23px;
      font-size: 1.4375rem; }
    .typography h5, body h5 {
      font-size: 21px;
      font-size: 1.3125rem; }
    .typography h6, body h6 {
      font-size: 18px;
      font-size: 1.125rem; } }
  .no-mediaqueries .typography h1, .no-mediaqueries body h1 {
    font-size: 36px;
    font-size: 2.25rem; }
  .no-mediaqueries .typography h2, .no-mediaqueries body h2 {
    font-size: 36px;
    font-size: 2.25rem; }
  .no-mediaqueries .typography h3, .no-mediaqueries body h3 {
    font-size: 26px;
    font-size: 1.625rem; }
  .no-mediaqueries .typography h4, .no-mediaqueries body h4 {
    font-size: 23px;
    font-size: 1.4375rem; }
  .no-mediaqueries .typography h5, .no-mediaqueries body h5 {
    font-size: 21px;
    font-size: 1.3125rem; }
  .no-mediaqueries .typography h6, .no-mediaqueries body h6 {
    font-size: 18px;
    font-size: 1.125rem; }
  .typography pre, body pre {
    font-family: "Courier New", Courier, OpenSans, Helvetica, Arial, sans-serif;
    display: block;
    font-size: 1.2em;
    margin: 2em 5em;
    padding: 0.5em;
    border: 1px #ccc solid;
    background: #eee; }
  .typography table, body table {
    margin: 0 0 18px;
    border-collapse: collapse; }
    .typography table td, body table td {
      border: 1px #999 solid;
      padding: 5px; }
  .typography .left, body .left {
    text-align: left; }
  .typography .center, body .center {
    text-align: center; }
  .typography .right, body .right {
    text-align: right; }
  .typography img, body img {
    border: none;
    max-width: 100%; }
    .typography img.right, body img.right {
      float: right;
      margin-left: 18px; }
    .typography img.left, body img.left {
      float: left;
      margin-right: 18px; }
    .typography img.leftAlone, body img.leftAlone {
      float: left;
      margin-right: 100%; }
    .typography img.rightAlone, body img.rightAlone {
      float: right;
      margin-left: 100%; }
    .typography img.center, body img.center {
      float: none;
      margin-left: auto;
      margin-right: auto;
      display: block; }

.typography .color-red, .typography .color-red *, body .color-red, body .color-red *, body .section .section-inner .typography .color-red, body .section .section-inner .typography .color-red * {
  color: #008000 !important; }

.typography .color-blue, .typography .color-blue *, body .color-blue, body .color-blue *, body .section .section-inner .typography .color-blue, body .section .section-inner .typography .color-blue * {
  color: #225500 !important; }

.typography .color-white, .typography .color-white *, body .color-white, body .color-white *, body .section .section-inner .typography .color-white, body .section .section-inner .typography .color-white * {
  color: #FFF !important; }

.typography .button-red, body .section .section-inner .typography .button-red, .typography .button-black, body .section .section-inner .typography .button-black, .typography .button-blue, body .section .section-inner .typography .button-blue, .typography .button-white, body .section .section-inner .typography .button-white, .typography .button-red-full, body .section .section-inner .typography .button-red-full, .typography .button-black-full, body .section .section-inner .typography .button-black-full, .typography .button-blue-full, body .section .section-inner .typography .button-blue-full, .typography .button-white-full, body .section .section-inner .typography .button-white-full, body .typography .button-red, .typography body .button-red, body .button-red, body .section .section-inner .typography .button-red, body .typography .button-black, .typography body .button-black, body .button-black, body .section .section-inner .typography .button-black, body .typography .button-blue, .typography body .button-blue, body .button-blue, body .section .section-inner .typography .button-blue, body .typography .button-white, .typography body .button-white, body .button-white, body .section .section-inner .typography .button-white, body .typography .button-red-full, .typography body .button-red-full, body .button-red-full, body .section .section-inner .typography .button-red-full, body .typography .button-black-full, .typography body .button-black-full, body .button-black-full, body .section .section-inner .typography .button-black-full, body .typography .button-blue-full, .typography body .button-blue-full, body .button-blue-full, body .section .section-inner .typography .button-blue-full, body .typography .button-white-full, .typography body .button-white-full, body .button-white-full, body .section .section-inner .typography .button-white-full, body .section .section-inner .typography .button-red, body .section .section-inner .typography .button-black, body .section .section-inner .typography .button-blue, body .section .section-inner .typography .button-white, body .section .section-inner .typography .button-red-full, body .section .section-inner .typography .button-black-full, body .section .section-inner .typography .button-blue-full, body .section .section-inner .typography .button-white-full {
  text-transform: uppercase;
  padding: 6px 18px;
  border: 1px solid;
  display: inline-block; }
  .typography .button-red, body .section .section-inner .typography .button-red, .typography .button-black, body .section .section-inner .typography .button-black, .typography .button-blue, body .section .section-inner .typography .button-blue, .typography .button-white, body .section .section-inner .typography .button-white, .typography .button-red-full, body .section .section-inner .typography .button-red-full, .typography .button-black-full, body .section .section-inner .typography .button-black-full, .typography .button-blue-full, body .section .section-inner .typography .button-blue-full, .typography .button-white-full, body .section .section-inner .typography .button-white-full, .typography .button-red *, body .section .section-inner .typography .button-red *, .typography .button-black *, body .section .section-inner .typography .button-black *, .typography .button-blue *, body .section .section-inner .typography .button-blue *, .typography .button-white *, body .section .section-inner .typography .button-white *, .typography .button-red-full *, body .section .section-inner .typography .button-red-full *, .typography .button-black-full *, body .section .section-inner .typography .button-black-full *, .typography .button-blue-full *, body .section .section-inner .typography .button-blue-full *, .typography .button-white-full *, body .section .section-inner .typography .button-white-full *, body .typography .button-red, .typography body .button-red, body .button-red, body .section .section-inner .typography .button-red, body .typography .button-black, .typography body .button-black, body .button-black, body .section .section-inner .typography .button-black, body .typography .button-blue, .typography body .button-blue, body .button-blue, body .section .section-inner .typography .button-blue, body .typography .button-white, .typography body .button-white, body .button-white, body .section .section-inner .typography .button-white, body .typography .button-red-full, .typography body .button-red-full, body .button-red-full, body .section .section-inner .typography .button-red-full, body .typography .button-black-full, .typography body .button-black-full, body .button-black-full, body .section .section-inner .typography .button-black-full, body .typography .button-blue-full, .typography body .button-blue-full, body .button-blue-full, body .section .section-inner .typography .button-blue-full, body .typography .button-white-full, .typography body .button-white-full, body .button-white-full, body .section .section-inner .typography .button-white-full, body .typography .button-red *, .typography body .button-red *, body .button-red *, body .section .section-inner .typography .button-red *, body .typography .button-black *, .typography body .button-black *, body .button-black *, body .section .section-inner .typography .button-black *, body .typography .button-blue *, .typography body .button-blue *, body .button-blue *, body .section .section-inner .typography .button-blue *, body .typography .button-white *, .typography body .button-white *, body .button-white *, body .section .section-inner .typography .button-white *, body .typography .button-red-full *, .typography body .button-red-full *, body .button-red-full *, body .section .section-inner .typography .button-red-full *, body .typography .button-black-full *, .typography body .button-black-full *, body .button-black-full *, body .section .section-inner .typography .button-black-full *, body .typography .button-blue-full *, .typography body .button-blue-full *, body .button-blue-full *, body .section .section-inner .typography .button-blue-full *, body .typography .button-white-full *, .typography body .button-white-full *, body .button-white-full *, body .section .section-inner .typography .button-white-full *, body .section .section-inner .typography .button-red, body .section .section-inner .typography .button-black, body .section .section-inner .typography .button-blue, body .section .section-inner .typography .button-white, body .section .section-inner .typography .button-red-full, body .section .section-inner .typography .button-black-full, body .section .section-inner .typography .button-blue-full, body .section .section-inner .typography .button-white-full, body .section .section-inner .typography .button-red *, body .section .section-inner .typography .button-black *, body .section .section-inner .typography .button-blue *, body .section .section-inner .typography .button-white *, body .section .section-inner .typography .button-red-full *, body .section .section-inner .typography .button-black-full *, body .section .section-inner .typography .button-blue-full *, body .section .section-inner .typography .button-white-full * {
    text-decoration: none; }

.typography .button-red, .typography .button-red *, body .button-red, body .button-red *, body .section .section-inner .typography .button-red, body .section .section-inner .typography .button-red * {
  color: #008000 !important; }

.typography .button-red:hover, .typography .button-red:hover *, body .button-red:hover, body .button-red:hover *, body .section .section-inner .typography .button-red:hover, body .section .section-inner .typography .button-red:hover * {
  color: #004d00 !important; }

.typography .button-black, .typography .button-black *, body .button-black, body .button-black *, body .section .section-inner .typography .button-black, body .section .section-inner .typography .button-black * {
  color: #000 !important; }

.typography .button-black:hover, .typography .button-black:hover *, body .button-black:hover, body .button-black:hover *, body .section .section-inner .typography .button-black:hover, body .section .section-inner .typography .button-black:hover * {
  color: black !important; }

.typography .button-blue, .typography .button-blue *, body .button-blue, body .button-blue *, body .section .section-inner .typography .button-blue, body .section .section-inner .typography .button-blue * {
  color: #225500 !important; }

.typography .button-blue:hover, .typography .button-blue:hover *, body .button-blue:hover, body .button-blue:hover *, body .section .section-inner .typography .button-blue:hover, body .section .section-inner .typography .button-blue:hover * {
  color: #0e2200 !important; }

.typography .button-white, .typography .button-white *, body .button-white, body .button-white *, body .section .section-inner .typography .button-white, body .section .section-inner .typography .button-white * {
  color: #FFF !important; }

.typography .button-white:hover, .typography .button-white:hover *, body .button-white:hover, body .button-white:hover *, body .section .section-inner .typography .button-white:hover, body .section .section-inner .typography .button-white:hover * {
  color: #e6e6e6 !important; }

.typography .button-red-full, body .button-red-full, body .section .section-inner .typography .button-red-full {
  background: #008000;
  border-color: #008000; }
  .typography .button-red-full, .typography .button-red-full *, body .button-red-full, body .button-red-full *, body .section .section-inner .typography .button-red-full, body .section .section-inner .typography .button-red-full * {
    color: #FFF !important; }
  .typography .button-red-full:hover, .typography .button-red-full:hover *, body .button-red-full:hover, body .button-red-full:hover *, body .section .section-inner .typography .button-red-full:hover, body .section .section-inner .typography .button-red-full:hover * {
    color: #e6e6e6 !important; }

.typography .button-black-full, body .button-black-full, body .section .section-inner .typography .button-black-full {
  background: #000;
  border-color: #000; }
  .typography .button-black-full, .typography .button-black-full *, body .button-black-full, body .button-black-full *, body .section .section-inner .typography .button-black-full, body .section .section-inner .typography .button-black-full * {
    color: #FFF !important; }
  .typography .button-black-full:hover, .typography .button-black-full:hover *, body .button-black-full:hover, body .button-black-full:hover *, body .section .section-inner .typography .button-black-full:hover, body .section .section-inner .typography .button-black-full:hover * {
    color: #e6e6e6 !important; }

.typography .button-blue-full, body .button-blue-full, body .section .section-inner .typography .button-blue-full {
  background: #225500;
  border-color: #225500; }
  .typography .button-blue-full, .typography .button-blue-full *, body .button-blue-full, body .button-blue-full *, body .section .section-inner .typography .button-blue-full, body .section .section-inner .typography .button-blue-full * {
    color: #000 !important; }
  .typography .button-blue-full:hover, .typography .button-blue-full:hover *, body .button-blue-full:hover, body .button-blue-full:hover *, body .section .section-inner .typography .button-blue-full:hover, body .section .section-inner .typography .button-blue-full:hover * {
    color: black !important; }

.typography .button-white-full, body .button-white-full, body .section .section-inner .typography .button-white-full {
  background: #FFF;
  border-color: #FFF; }
  .typography .button-white-full, .typography .button-white-full *, body .button-white-full, body .button-white-full *, body .section .section-inner .typography .button-white-full, body .section .section-inner .typography .button-white-full * {
    color: #000 !important; }
  .typography .button-white-full:hover, .typography .button-white-full:hover *, body .button-white-full:hover, body .button-white-full:hover *, body .section .section-inner .typography .button-white-full:hover, body .section .section-inner .typography .button-white-full:hover * {
    color: black !important; }
