/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(webfontkit/stylesheet.css);
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* ==========================================================================
 Mixins and Stuff
   ========================================================================== */
/* ==========================================================================
   Keyframes
   ========================================================================== */
@-webkit-keyframes pulse {
  from {
    height: 100%;
    width: 100%;
    opacity: 1; }
  to {
    height: 170%;
    width: 112%;
    opacity: 0; } }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Basics */
html, body {
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  font-family: 'apercumedium', helvetica, arial, sans-serif;
  font-weight: 400; }

body.grayBg {
  background-color: #f5f5f5; }

body.whiteBg {
  background-color: #FFF; }

.widthController {
  padding: 0 0px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .widthController:before, .widthController:after {
    content: "";
    display: table; }
  .widthController:after {
    clear: both; }
  .widthController.standard {
    width: 100%;
    max-width: 1030px; }
  .widthController.full {
    width: 100%;
    padding: 0;
    max-width: 1100px; }
  .widthController.typeWidth {
    width: 100%;
    max-width: 810px; }
  @media screen and (min-width: 600px) {
    .widthController {
      padding: 0 30px; } }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: #DB434B; }

header#primary {
  background-color: #171717;
  margin-bottom: 20px; }
  header#primary a#branding {
    float: left;
    display: block; }
    header#primary a#branding h1 {
      background-color: transparent;
      border: 0;
      overflow: hidden;
      /* IE 6/7 fallback */
      *text-indent: -9999px;
      background-image: url("img/FuturewiseLogoOnBlack.svg");
      width: 60px;
      height: 57px;
      margin: 10px;
      background-size: 60px 57px; }
      header#primary a#branding h1:before {
        content: "";
        display: block;
        width: 0;
        height: 150%; }
  header#primary nav#primary {
    text-align: right;
    float: right; }
    header#primary nav#primary a {
      color: #FFF;
      font-size: 14px;
      text-decoration: none;
      display: inline-block;
      line-height: 63px;
      display: inline-block;
      margin: 0 10px;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      text-transform: uppercase; }
      header#primary nav#primary a:hover, header#primary nav#primary a.active {
        border-bottom-color: #EF4B54; }
    header#primary nav#primary span.donate a {
      background-color: #EF4B54;
      border-top-width: 0px;
      border-bottom-width: 0px;
      padding: 10px 30px;
      line-height: 17px; }
    header#primary nav#primary span.updates a {
      background-color: #808080;
      border-top-width: 0px;
      border-bottom-width: 0px;
      padding: 10px 20px;
      line-height: 17px; }
    header#primary nav#primary form#searchForm {
      display: inline;
      position: relative; }
      header#primary nav#primary form#searchForm a.searchButton {
        position: absolute;
        right: 16px;
        top: -27px; }
        header#primary nav#primary form#searchForm a.searchButton:hover {
          border-bottom: 0px solid transparent; }
    header#primary nav#primary span.search input[type=text], header#primary nav#primary span.search input[type=search] {
      background-color: rgba(255, 255, 255, 0.2);
      border-top-width: 0px;
      border-bottom-width: 0px;
      padding: 8px 30px 8px 15px;
      line-height: 15px;
      border-radius: 30px;
      outline: none;
      border: none;
      font-size: 13px;
      margin: 0 10px;
      color: #FFF; }
  header#primary #mobileNavWrap nav#mobileNav {
    height: 0;
    overflow: hidden; }
  header#primary #mobileNavWrap .show-menu {
    text-decoration: none;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
    font-weight: 400;
    font-style: "normal";
    height: 55px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    float: right;
    line-height: 75px;
    padding: 0 30px 0 0;
    display: none; }
  header#primary #mobileNavWrap input[type=checkbox] {
    display: none; }
  header#primary #mobileNavWrap input[type=checkbox]:checked ~ nav#mobileNav {
    height: 610px; }
  header#primary #mobileNavWrap nav#mobileNav {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #232f31;
    position: absolute;
    width: 100%;
    top: 77px;
    left: 0;
    z-index: +1000; }
    header#primary #mobileNavWrap nav#mobileNav a {
      color: #000;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      background-color: rgba(255, 255, 255, 0.95);
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 30px;
      text-align: center;
      font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
      font-weight: 400;
      font-style: "normal";
      font-size: 18px;
      text-transform: uppercase;
      width: 100%; }
      header#primary #mobileNavWrap nav#mobileNav a:hover {
        background-color: #FFF;
        color: #DB434B; }
      header#primary #mobileNavWrap nav#mobileNav a.donate {
        line-height: 55px;
        margin-left: 0;
        background-color: #DB434B;
        color: #FFF; }
      header#primary #mobileNavWrap nav#mobileNav a.updates {
        line-height: 55px;
        margin-left: 0;
        background-color: #808080;
        color: #FFF; }
  @media screen and (max-width: 968px) {
    header#primary nav#primary {
      display: none; }
    header#primary #mobileNavWrap .show-menu {
      display: block; } }
  @media screen and (min-width: 700px) {
    header#primary {
      margin-bottom: 50px; } }

nav.sectionNav {
  color: #BDBDBD;
  text-align: center;
  margin-bottom: 30px; }
  nav.sectionNav a {
    color: #000; }
    nav.sectionNav a.active {
      color: #DB434B; }
    nav.sectionNav a:hover {
      color: #DB434B; }

section#sectionIndex .outer {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

section#sectionIndex .left {
  float: left; }

section#sectionIndex .right {
  float: right; }

section#sectionIndex .indexBlock, section#sectionIndex .actionAlert, section#sectionIndex .textSnippet {
  background-color: #FFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 25px; }
  section#sectionIndex .indexBlock h2, section#sectionIndex .actionAlert h2, section#sectionIndex .textSnippet h2 {
    font-size: 11px;
    text-transform: uppercase;
    background-color: #48494a;
    color: #FFF;
    font-weight: 400;
    font-family: 'apercumedium';
    display: block;
    padding: 5px 15px;
    margin: 0;
    border-radius: 3px 3px 0 0; }
  section#sectionIndex .indexBlock .textCopy, section#sectionIndex .actionAlert .textCopy, section#sectionIndex .textSnippet .textCopy {
    font-size: 14px;
    padding: 25px;
    margin-bottom: 0; }
    section#sectionIndex .indexBlock .textCopy strong, section#sectionIndex .actionAlert .textCopy strong, section#sectionIndex .textSnippet .textCopy strong {
      font-weight: 500; }
    section#sectionIndex .indexBlock .textCopy a, section#sectionIndex .actionAlert .textCopy a, section#sectionIndex .textSnippet .textCopy a {
      font-family: 'apercumedium';
      color: #000; }
      section#sectionIndex .indexBlock .textCopy a:hover, section#sectionIndex .actionAlert .textCopy a:hover, section#sectionIndex .textSnippet .textCopy a:hover {
        color: #DB434B; }
    section#sectionIndex .indexBlock .textCopy div.first a, section#sectionIndex .actionAlert .textCopy div.first a, section#sectionIndex .textSnippet .textCopy div.first a {
      font-size: 24px;
      line-height: 1.2em; }
    section#sectionIndex .indexBlock .textCopy div.first p.intro, section#sectionIndex .actionAlert .textCopy div.first p.intro, section#sectionIndex .textSnippet .textCopy div.first p.intro {
      margin-top: 7px; }
    section#sectionIndex .indexBlock .textCopy strong.postDate, section#sectionIndex .actionAlert .textCopy strong.postDate, section#sectionIndex .textSnippet .textCopy strong.postDate {
      font-size: 14px;
      display: block;
      color: #9B9B9B;
      font-weight: 400; }
    section#sectionIndex .indexBlock .textCopy div.entry, section#sectionIndex .actionAlert .textCopy div.entry, section#sectionIndex .textSnippet .textCopy div.entry {
      padding: 0;
      border-top: 1px solid rgba(151, 151, 151, 0.25);
      padding: 15px 0;
      margin: 0; }
      section#sectionIndex .indexBlock .textCopy div.entry a, section#sectionIndex .actionAlert .textCopy div.entry a, section#sectionIndex .textSnippet .textCopy div.entry a {
        font-size: 18px; }
  section#sectionIndex .indexBlock a.seeMore, section#sectionIndex .actionAlert a.seeMore, section#sectionIndex .textSnippet a.seeMore {
    color: #DB434B;
    padding: 10px 15px;
    text-align: right;
    display: block;
    border-top: 1px solid rgba(151, 151, 151, 0.25); }

section#sectionIndex .actionAlert h2 {
  background-color: #DB434B; }

section#sectionIndex .actionAlert div.first a {
  font-size: 18px !important; }

section#sectionIndex .actionAlert .daysLeft {
  color: #DB434B; }

section#sectionIndex .textSnippet {
  margin-top: 30px; }
  section#sectionIndex .textSnippet h2 {
    padding: 0;
    background-color: transparent !important;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 1em;
    color: #000;
    line-height: 1.6em; }

section#sectionIndex .entryHighlight {
  text-align: center;
  margin-bottom: 30px; }
  section#sectionIndex .entryHighlight img {
    width: 100%;
    height: auto; }
  section#sectionIndex .entryHighlight hgroup {
    text-align: center;
    margin-top: 30px; }
    section#sectionIndex .entryHighlight hgroup h1 {
      font-size: 36px;
      margin: 0 0 .2em 0;
      font-weight: 500; }
    section#sectionIndex .entryHighlight hgroup h2 {
      font-size: 22px;
      color: #9B9B9B;
      margin: 0;
      font-weight: 500; }

@media screen and (min-width: 700px) {
  section#sectionIndex .oneThirdBlock {
    width: 33.33%; }
  section#sectionIndex .twoThirdBlock {
    width: 66.66%; } }

section#about {
  padding: 0 20px; }
  section#about img.banner {
    width: 100%;
    height: auto; }
  section#about h1 {
    color: #DB434B;
    font-size: 54px; }
  section#about .twoColumns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    display: block; }
  section#about ol {
    font-family: 'apercumedium';
    color: #DB434B;
    margin-top: 0; }
    section#about ol li {
      padding: 5px; }
      section#about ol li span {
        color: #000; }
  section#about .programButton {
    display: block;
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px; }
    section#about .programButton a {
      background-color: transparent;
      border: 0;
      overflow: hidden;
      /* IE 6/7 fallback */
      *text-indent: -9999px;
      display: block;
      width: 100%;
      height: 50px;
      background-size: contain;
      background-repeat: no-repeat;
      text-indent: -9999px; }
      section#about .programButton a.water-button {
        background-image: url("/css/img/water-button.png"); }
      section#about .programButton a.farms-button {
        background-image: url("/css/img/farms-button.png"); }
      section#about .programButton a.communities-button {
        background-image: url("/css/img/communities-button.png"); }
      section#about .programButton a:before {
        content: "";
        display: block;
        width: 0;
        height: 150%; }

section#aboutProfiles {
  padding: 0 20px;
  background-color: #DB434B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  section#aboutProfiles:before, section#aboutProfiles:after {
    content: "";
    display: table; }
  section#aboutProfiles:after {
    clear: both; }
  section#aboutProfiles h1 {
    color: #FFF;
    text-align: center;
    margin-bottom: 30px;
    clear: both; }
  section#aboutProfiles .memberWrap.staff .member .innerWrap {
    min-height: 178px; }
  section#aboutProfiles .memberWrap.board .member .innerWrap {
    min-height: 100px; }
  section#aboutProfiles .memberWrap .member {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 50px; }
    section#aboutProfiles .memberWrap .member .innerWrap {
      background-color: #FFF; }
      section#aboutProfiles .memberWrap .member .innerWrap figure {
        padding: 0;
        margin: 0 0 0 0; }
        section#aboutProfiles .memberWrap .member .innerWrap figure img {
          width: 100%;
          height: auto; }
      section#aboutProfiles .memberWrap .member .innerWrap .cardContentWrap {
        padding: 20px; }
        section#aboutProfiles .memberWrap .member .innerWrap .cardContentWrap hgroup {
          margin-bottom: 10px; }
          section#aboutProfiles .memberWrap .member .innerWrap .cardContentWrap hgroup h2 {
            font-size: 24px;
            color: #DB434B;
            margin: 0; }
          section#aboutProfiles .memberWrap .member .innerWrap .cardContentWrap hgroup h3 {
            font-size: 15px;
            color: #000;
            margin: 0; }
        section#aboutProfiles .memberWrap .member .innerWrap .cardContentWrap .info {
          font-size: 14px;
          color: #3e3e3e; }
          section#aboutProfiles .memberWrap .member .innerWrap .cardContentWrap .info a {
            color: inherit; }
            section#aboutProfiles .memberWrap .member .innerWrap .cardContentWrap .info a:hover {
              color: #DB434B; }
          section#aboutProfiles .memberWrap .member .innerWrap .cardContentWrap .info .ss-icon {
            color: #9B9B9B;
            position: relative;
            top: 2px;
            font-size: 12px;
            padding-right: 5px; }
        section#aboutProfiles .memberWrap .member .innerWrap .cardContentWrap .profile {
          font-size: 14px;
          line-height: 1.3em; }
  @media screen and (min-width: 600px) {
    section#aboutProfiles .memberWrap .member {
      float: left;
      width: 50%; }
      section#aboutProfiles .memberWrap .member:nth-child(2n) {
        padding-left: 15px; }
      section#aboutProfiles .memberWrap .member:nth-child(2n-1) {
        padding-right: 15px;
        clear: left; } }
  @media screen and (min-width: 900px) {
    section#aboutProfiles .memberWrap .member {
      float: left;
      width: 33.33%; }
      section#aboutProfiles .memberWrap .member:nth-child(2n) {
        padding-left: 0px; }
      section#aboutProfiles .memberWrap .member:nth-child(2n-1) {
        padding-right: 0px;
        clear: none; }
      section#aboutProfiles .memberWrap .member:nth-child(3n) {
        padding-left: 15px;
        padding-right: 0; }
      section#aboutProfiles .memberWrap .member:nth-child(3n-1) {
        padding-left: 5px;
        padding-right: 5px; }
      section#aboutProfiles .memberWrap .member:nth-child(3n-2) {
        padding-right: 15px;
        padding-left: 0;
        clear: left; } }

section#contact {
  margin: 150px 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  section#contact .set {
    float: left;
    width: 100%;
    margin-bottom: 30px; }
  section#contact .social {
    clear: both;
    padding-top: 30px; }
    section#contact .social a {
      font-size: #DB434B;
      font-size: 24px; }
      section#contact .social a:hover {
        text-decoration: none; }
  @media screen and (min-width: 900px) {
    section#contact .set {
      width: 33%; } }

section#projectIndex a.outer {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%; }
  section#projectIndex a.outer:hover article.projectCard .interiorCopy {
    color: #000; }
    section#projectIndex a.outer:hover article.projectCard .interiorCopy h1 {
      color: #DB434B; }
  section#projectIndex a.outer article.projectCard {
    width: 100%;
    background-color: #FFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border-radius: 3px;
    float: left; }
    section#projectIndex a.outer article.projectCard .interiorCopy {
      font-family: 'aperculight';
      padding: 25px; }
      section#projectIndex a.outer article.projectCard .interiorCopy h1 {
        font-family: 'apercumedium';
        font-size: 22px; }
    section#projectIndex a.outer article.projectCard figure img {
      width: 100%;
      height: auto; }

@media screen and (min-width: 700px) {
  section#projectIndex a.outer {
    width: 50%; }
    section#projectIndex a.outer:nth-child(2n-1) {
      clear: left; } }

@media screen and (min-width: 900px) {
  section#projectIndex a.outer {
    width: 33.333%; }
    section#projectIndex a.outer:nth-child(2n-1) {
      clear: none; }
    section#projectIndex a.outer:nth-child(3n-2) {
      clear: left; } }

section#projectDetail {
  background-color: #FFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: 100%; }
  section#projectDetail:before, section#projectDetail:after {
    content: "";
    display: table; }
  section#projectDetail:after {
    clear: both; }
  section#projectDetail figure.wideBanner {
    margin-bottom: 15px; }
    section#projectDetail figure.wideBanner img {
      width: 100%;
      height: auto; }
    section#projectDetail figure.wideBanner em.caption {
      font-size: 9px;
      color: #b9b9b9;
      text-align: right;
      float: right; }
  section#projectDetail .projectInfo {
    width: 275px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    section#projectDetail .projectInfo figure {
      width: 100%; }
      section#projectDetail .projectInfo figure img {
        width: 100%;
        height: auto; }
      section#projectDetail .projectInfo figure em.caption {
        font-size: 9px;
        color: #b9b9b9;
        text-align: right;
        float: right; }
    section#projectDetail .projectInfo .extraInfo {
      padding: 20px 30px; }
      section#projectDetail .projectInfo .extraInfo a.projectSite {
        background-color: #DB434B;
        display: block;
        padding: 5px 10px 5px 30px;
        color: #FFF;
        margin-bottom: 15px;
        position: relative;
        left: -30px; }
      section#projectDetail .projectInfo .extraInfo strong.label {
        font-family: 'apercubold';
        font-size: 12px;
        font-weight: 500;
        color: #DB434B;
        text-transform: uppercase; }
      section#projectDetail .projectInfo .extraInfo p {
        margin: 0;
        padding: 0; }
  section#projectDetail .projectContent {
    width: 100%;
    float: right;
    margin-left: -275px; }
    section#projectDetail .projectContent .negativeMarginFluidSideWrapper {
      margin-left: 275px; }
    section#projectDetail .projectContent .inner {
      padding: 30px; }

section#homeIndex {
  padding: 0 10px; }
  section#homeIndex .entryList .featureWrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    height: 200px;
    float: left;
    margin-top: 15px; }
    section#homeIndex .entryList .featureWrap .feature {
      width: 100%;
      height: 100%;
      position: relative;
      height: 200px; }
      section#homeIndex .entryList .featureWrap .feature div.bxslider {
        width: 100%;
        height: 100%;
        position: relative;
        height: 200px; }
        section#homeIndex .entryList .featureWrap .feature div.bxslider div.item {
          background-color: #DB434B;
          width: 100%;
          height: 100%;
          position: relative; }
          section#homeIndex .entryList .featureWrap .feature div.bxslider div.item a {
            display: block;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: 50% 50%; }
            section#homeIndex .entryList .featureWrap .feature div.bxslider div.item a span {
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              width: 100%;
              padding: 30px;
              display: block;
              font-size: 24px;
              font-family: 'apercubold';
              position: absolute;
              z-index: +100;
              color: #FFF;
              bottom: 0px;
              left: 0px; }
          section#homeIndex .entryList .featureWrap .feature div.bxslider div.item.headline-light a span {
            color: #FFF; }
          section#homeIndex .entryList .featureWrap .feature div.bxslider div.item.headline-dark a span {
            color: #000; }
  @media screen and (min-width: 500px) {
    section#homeIndex .entryList .featureWrap {
      height: 405px; }
      section#homeIndex .entryList .featureWrap .feature {
        height: 405px; }
        section#homeIndex .entryList .featureWrap .feature div.bxslider {
          height: 405px; }
          section#homeIndex .entryList .featureWrap .feature div.bxslider div.item a span {
            font-size: 36px; } }
  section#homeIndex .entryList .outerWrap {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px; }
    section#homeIndex .entryList .outerWrap article.entry {
      background-color: #FFF;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
      border-radius: 3px;
      width: 100%;
      border-bottom: 5px solid transparent;
      position: relative; }
      section#homeIndex .entryList .outerWrap article.entry figure {
        width: 100%; }
        section#homeIndex .entryList .outerWrap article.entry figure img {
          width: 100%;
          height: auto; }
      section#homeIndex .entryList .outerWrap article.entry h2.actionAlertHead {
        font-size: 18px;
        background-color: #DB434B;
        color: #FFF;
        padding: 10px 30px;
        margin: 0; }
      section#homeIndex .entryList .outerWrap article.entry .overflowWrap {
        padding-bottom: 38px; }
      section#homeIndex .entryList .outerWrap article.entry header {
        padding: 30px 30px 20px 30px; }
        section#homeIndex .entryList .outerWrap article.entry header hgroup h1 {
          font-weight: 500;
          font-size: 18px;
          margin: 0 0 .2em 0; }
          section#homeIndex .entryList .outerWrap article.entry header hgroup h1 a {
            color: inherit;
            text-decoration: none; }
          section#homeIndex .entryList .outerWrap article.entry header hgroup h1 .ss-icon {
            font-size: .5em; }
        section#homeIndex .entryList .outerWrap article.entry header hgroup h2 {
          font-weight: 500;
          font-size: 12px;
          color: #9B9B9B;
          margin: 0; }
          section#homeIndex .entryList .outerWrap article.entry header hgroup h2.daysLeft {
            color: #DB434B; }
      section#homeIndex .entryList .outerWrap article.entry .textCopy {
        font-size: 14px;
        padding: 0 30px; }
        section#homeIndex .entryList .outerWrap article.entry .textCopy:before, section#homeIndex .entryList .outerWrap article.entry .textCopy:after {
          content: "";
          display: table; }
        section#homeIndex .entryList .outerWrap article.entry .textCopy:after {
          clear: both; }
        section#homeIndex .entryList .outerWrap article.entry .textCopy .photoRight {
          padding-bottom: 20px; }
      section#homeIndex .entryList .outerWrap article.entry footer {
        border-top: 1px solid #EFEFEF;
        position: absolute;
        bottom: 0;
        padding: 10px 15px;
        font-size: 11px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        section#homeIndex .entryList .outerWrap article.entry footer:before, section#homeIndex .entryList .outerWrap article.entry footer:after {
          content: "";
          display: table; }
        section#homeIndex .entryList .outerWrap article.entry footer:after {
          clear: both; }
        section#homeIndex .entryList .outerWrap article.entry footer h2 .authorPhoto {
          float: left;
          margin-right: 10px;
          position: relative; }
          section#homeIndex .entryList .outerWrap article.entry footer h2 .authorPhoto i.authorCircleMask {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 100;
            background-image: url("img/AuthorCircleMask.svg");
            background-size: 100% 100%; }
        section#homeIndex .entryList .outerWrap article.entry footer h2 .authorTitlingWrap {
          float: left;
          margin-right: 20px; }
          section#homeIndex .entryList .outerWrap article.entry footer h2 .authorTitlingWrap .authorName {
            display: block; }
          section#homeIndex .entryList .outerWrap article.entry footer h2 .authorTitlingWrap .authorTitle {
            color: #9B9B9B; }
        section#homeIndex .entryList .outerWrap article.entry footer .meta {
          float: left;
          margin-right: 20px; }
          section#homeIndex .entryList .outerWrap article.entry footer .meta .metaLabel {
            display: block;
            color: #9B9B9B; }
            section#homeIndex .entryList .outerWrap article.entry footer .meta .metaLabel a {
              color: #000; }
          section#homeIndex .entryList .outerWrap article.entry footer .meta .metaTitle {
            display: block;
            color: #9B9B9B; }
      section#homeIndex .entryList .outerWrap article.entry.climate-energy {
        border-bottom-color: #FDBD3B; }
      section#homeIndex .entryList .outerWrap article.entry.water-fish-wildlife {
        border-bottom-color: #00C2F3; }
      section#homeIndex .entryList .outerWrap article.entry.livable-communities {
        border-bottom-color: #DB434B; }
      section#homeIndex .entryList .outerWrap article.entry.farms-forests {
        border-bottom-color: #17C27D; }
      @media screen and (min-width: 500px) {
        section#homeIndex .entryList .outerWrap article.entry .textCopy .photoRight {
          width: 55%;
          float: right;
          position: relative;
          right: -30px;
          top: -30px;
          margin-bottom: -30px; }
        section#homeIndex .entryList .outerWrap article.entry header hgroup h1 {
          font-size: 18px; }
        section#homeIndex .entryList .outerWrap article.entry header hgroup h2 {
          font-size: 14px; } }
      @media screen and (min-width: 600px) {
        section#homeIndex .entryList .outerWrap article.entry .textCopy .photoRight {
          width: 45%; } }
  @media screen and (min-width: 650px) {
    section#homeIndex .entryList .outerWrap {
      width: 50%; }
      section#homeIndex .entryList .outerWrap article.entry {
        height: 400px; }
        section#homeIndex .entryList .outerWrap article.entry .overflowWrap {
          height: 362px;
          overflow: hidden;
          text-overflow: ellipsis;
          padding-bottom: 0px; } }
  @media screen and (min-width: 850px) {
    section#homeIndex .entryList .featureWrap {
      width: 66.666%; }
    section#homeIndex .entryList .outerWrap {
      width: 33.333%; } }

section#blogIndex {
  padding: 0 10px; }
  section#blogIndex .entryList article.entry {
    width: 100%;
    background-color: #FFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border-bottom: 5px solid #2e2e2e;
    margin-bottom: 30px; }
    section#blogIndex .entryList article.entry header {
      padding: 30px 30px 20px 30px; }
      section#blogIndex .entryList article.entry header hgroup h1 {
        font-weight: 500;
        font-size: 18px;
        margin: 0 0 .2em 0; }
        section#blogIndex .entryList article.entry header hgroup h1 a {
          color: inherit;
          text-decoration: none; }
        section#blogIndex .entryList article.entry header hgroup h1 .ss-icon {
          font-size: .5em; }
      section#blogIndex .entryList article.entry header hgroup h2 {
        font-weight: 500;
        font-size: 12px;
        color: #9B9B9B;
        margin: 0; }
    section#blogIndex .entryList article.entry .textCopy {
      font-size: 14px;
      padding: 0 30px; }
      section#blogIndex .entryList article.entry .textCopy:before, section#blogIndex .entryList article.entry .textCopy:after {
        content: "";
        display: table; }
      section#blogIndex .entryList article.entry .textCopy:after {
        clear: both; }
      section#blogIndex .entryList article.entry .textCopy .photoRight {
        padding-bottom: 20px; }
    section#blogIndex .entryList article.entry footer {
      border-top: 1px solid #EFEFEF;
      padding: 10px 15px;
      font-size: 11px; }
      section#blogIndex .entryList article.entry footer:before, section#blogIndex .entryList article.entry footer:after {
        content: "";
        display: table; }
      section#blogIndex .entryList article.entry footer:after {
        clear: both; }
      section#blogIndex .entryList article.entry footer .author .authorPhoto {
        float: left;
        margin-right: 10px;
        position: relative; }
        section#blogIndex .entryList article.entry footer .author .authorPhoto i.authorCircleMask {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          display: block;
          z-index: 100;
          background-image: url("img/AuthorCircleMask.svg");
          background-size: 100% 100%; }
      section#blogIndex .entryList article.entry footer .author .authorTitlingWrap {
        float: left;
        margin-right: 20px; }
        section#blogIndex .entryList article.entry footer .author .authorTitlingWrap .authorName {
          display: block; }
        section#blogIndex .entryList article.entry footer .author .authorTitlingWrap .authorTitle {
          color: #9B9B9B; }
      section#blogIndex .entryList article.entry footer .meta {
        float: left;
        margin-right: 20px; }
        section#blogIndex .entryList article.entry footer .meta .metaLabel {
          display: block;
          color: #9B9B9B; }
          section#blogIndex .entryList article.entry footer .meta .metaLabel a {
            color: #000; }
        section#blogIndex .entryList article.entry footer .meta .metaTitle {
          display: block;
          color: #9B9B9B; }
    section#blogIndex .entryList article.entry.climate-energy {
      border-bottom-color: #FDBD3B; }
    section#blogIndex .entryList article.entry.water-fish-wildlife {
      border-bottom-color: #00C2F3; }
    section#blogIndex .entryList article.entry.livable-communities {
      border-bottom-color: #DB434B; }
    section#blogIndex .entryList article.entry.farms-forests {
      border-bottom-color: #17C27D; }
    @media screen and (min-width: 500px) {
      section#blogIndex .entryList article.entry .textCopy .photoRight {
        width: 55%;
        float: right;
        position: relative;
        right: -30px;
        top: -30px;
        margin-bottom: -30px; }
      section#blogIndex .entryList article.entry header hgroup h1 {
        font-size: 24px; }
      section#blogIndex .entryList article.entry header hgroup h2 {
        font-size: 14px; } }
    @media screen and (min-width: 600px) {
      section#blogIndex .entryList article.entry .textCopy .photoRight {
        width: 45%; } }
  section#blogIndex .categorySelector {
    width: 100%;
    background-color: #FFF;
    background-color: #FFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 10px 30px 20px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px; }
    section#blogIndex .categorySelector h2 {
      margin: 0;
      padding-left: 30px;
      display: none; }
    section#blogIndex .categorySelector ul {
      padding: 0; }
      section#blogIndex .categorySelector ul li {
        list-style-type: none;
        display: block; }
        section#blogIndex .categorySelector ul li a {
          font-size: 13px;
          color: #DB434B;
          text-decoration: none;
          display: block;
          padding-left: 37px;
          padding-top: 3px;
          padding-bottom: 3px;
          position: relative;
          left: -7px; }
          section#blogIndex .categorySelector ul li a.active {
            background-color: #DB434B;
            color: #FFF; }
  @media screen and (min-width: 800px) {
    section#blogIndex .entryList {
      width: 70%;
      float: left; }
    section#blogIndex .categorySelector {
      width: 27%;
      float: right;
      padding-bottom: 30px;
      padding-top: 20px; }
      section#blogIndex .categorySelector h2 {
        display: block; } }

#blogEntryDetail {
  padding: 0 10px; }
  #blogEntryDetail header {
    padding: 30px 30px 20px 30px; }
    #blogEntryDetail header hgroup h1 {
      font-size: 36px;
      margin: 0 0 .2em 0;
      font-weight: 500; }
    #blogEntryDetail header hgroup h2 {
      font-size: 14px;
      color: #9B9B9B;
      margin: 0;
      font-weight: 500; }
    #blogEntryDetail header hgroup.event {
      text-align: center;
      margin-top: 30px; }
      #blogEntryDetail header hgroup.event h2 {
        font-size: 22px; }
  #blogEntryDetail .backButton {
    padding: 10px 10px 8px 10px;
    border: 1px solid #b0b0b0;
    color: #b0b0b0;
    border-radius: 3px;
    line-height: 1em; }
    #blogEntryDetail .backButton:hover {
      color: #6f6f6f; }
  #blogEntryDetail .daysLeft {
    color: #DB434B; }
  #blogEntryDetail figure.full {
    margin: 0; }
    #blogEntryDetail figure.full img {
      width: 100%;
      height: auto;
      display: block; }

footer#main-footer {
  background-color: #141414;
  position: relative;
  z-index: +100;
  padding: 75px 20px;
  color: #FFF;
  color: rgba(255, 255, 255, 0.86);
  margin-top: 100px; }
  footer#main-footer h2 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
    font-weight: 300;
    font-style: "normal";
    color: #FFF;
    font-size: 32px; }
  footer#main-footer .additionalLinks {
    margin-bottom: 30px;
    font-size: 18px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
    font-weight: 300;
    font-style: "normal";
    text-align: center; }
    footer#main-footer .additionalLinks .set {
      width: 100%;
      float: left;
      text-align: left;
      padding-bottom: 30px; }
      footer#main-footer .additionalLinks .set strong {
        color: #FFF; }
      footer#main-footer .additionalLinks .set ul, footer#main-footer .additionalLinks .set ul li {
        list-style-type: none;
        padding-left: 0; }
      footer#main-footer .additionalLinks .set a {
        color: #808080;
        text-decoration: none; }
        footer#main-footer .additionalLinks .set a:hover {
          color: #FFF; }
  @media screen and (min-width: 450px) {
    footer#main-footer .additionalLinks .set {
      width: 50%; } }
  @media screen and (min-width: 650px) {
    footer#main-footer .additionalLinks .set {
      width: 25%; } }
  footer#main-footer .baseline {
    clear: both;
    font-size: 14px;
    margin-top: 50px;
    color: #808080;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    padding-top: 20px; }
    footer#main-footer .baseline a {
      color: inherit;
      text-decoration: underline;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      footer#main-footer .baseline a:hover {
        color: #FFF; }
    footer#main-footer .baseline .logo-baseline {
      float: left;
      display: block;
      margin: 10px 25px 0 0;
      background-color: transparent;
      border: 0;
      overflow: hidden;
      /* IE 6/7 fallback */
      *text-indent: -9999px;
      background-image: url("img/Logo-monochrome.svg");
      width: 36px;
      height: 34px;
      background-size: 36px 34px; }
      footer#main-footer .baseline .logo-baseline:before {
        content: "";
        display: block;
        width: 0;
        height: 150%; }
    footer#main-footer .baseline .text-baseline {
      padding-top: 29px;
      display: inline-block; }

.textCopy {
  font-size: 16px;
  font-family: 'aperculight';
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.4em; }
  .textCopy strong {
    font-family: 'apercumedium'; }
  .textCopy figure img {
    width: 100%;
    height: auto; }
  .textCopy figure figcaption {
    font-style: oblique;
    font-size: 12px;
    padding: 10px 0;
    text-align: left;
    max-width: 750px; }
  .textCopy figure.right {
    width: 33%;
    float: right;
    padding: 10px 0px 10px 20px; }
  .textCopy figure.left {
    width: 33%;
    float: left;
    padding: 10px 20px 10px 0px; }
  .textCopy figure.center {
    padding: 20px 0px; }
  .textCopy figure.full {
    width: 120%;
    margin-left: -10%;
    padding: 20px 0; }
    .textCopy figure.full figcaption {
      text-align: center;
      margin: 0 auto; }
  .textCopy figure.shadow img {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35); }
  .textCopy header h1 {
    margin-top: 0;
    margin-bottom: .2em; }
  .textCopy h1 {
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 1em;
    font-weight: 400;
    color: #000;
    line-height: 1.6em; }
    .textCopy h1.center {
      text-align: center; }
  .textCopy h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 1em;
    font-weight: 400;
    color: #000;
    line-height: 1.6em;
    font-family: 'apercumedium'; }
  .textCopy h3 {
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
    font-size: 16px; }
    .textCopy h3.line {
      border-bottom: 1px solid #D7D7D7;
      padding-bottom: 5px;
      margin-bottom: 30px; }
  .textCopy a {
    color: #DB434B;
    text-decoration: none; }
    .textCopy a:hover {
      text-decoration: underline; }
  .textCopy p.intro, .textCopy h4 {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 500; }
  .textCopy p {
    margin-top: 0px; }
  .textCopy ul li p {
    margin: 0;
    padding: 0; }
  .textCopy .centered {
    text-align: center; }
  .textCopy .fileAttachments {
    border-bottom: 1px dashed #eee;
    border-top: 1px dashed #eee; }
  .textCopy .photogallery {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .textCopy .photogallery figure {
      float: left;
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px; }
  .textCopy .tags {
    font-size: 12px;
    font-weight: 600; }
  .textCopy .author_bio {
    font-size: 12px;
    border-top: 2px solid #eee; }
  .textCopy .share {
    border-top: 2px solid #eee;
    padding-top: 10px; }
  .textCopy .disqusWrap {
    margin-top: 50px;
    background-color: #fbfbfb;
    padding: 50px 0; }
  .textCopy .half {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px; }
    .textCopy .half img {
      width: 100%;
      height: auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px; }
    .textCopy .half.left {
      text-align: left; }
    .textCopy .half.centered {
      float: none;
      margin: 0 auto; }
  .textCopy .whole {
    clear: both; }
  @media screen and (min-width: 768px) {
    .textCopy h2 {
      font-size: 24px; }
    .textCopy .half {
      width: 50%;
      float: left;
      padding: 20px; }
      .textCopy .half img {
        padding: 30px; } }

#preferredFlatEric {
  display: none; }

.form form {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: "normal";
  display: block;
  margin-top: 0px; }
  .form form:before, .form form:after {
    content: "";
    display: table; }
  .form form:after {
    clear: both; }
  .form form label {
    font-size: 11px;
    color: #000;
    font-weight: 600; }
  .form form label.checkbox {
    color: #000;
    text-transform: none;
    font-size: 13px; }
  .form form input[type=text], .form form input[type=password], .form form textarea {
    outline: none;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    border-radius: 2px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
    .form form input[type=text]:focus, .form form input[type=password]:focus, .form form textarea:focus {
      background-color: #f9ffff; }
  .form form textarea {
    margin-bottom: 20px; }
  .form form h3 {
    margin-top: 30px; }
  .form form .shaded {
    background-color: #f6f5f3;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    clear: both;
    border-radius: 3px; }
    .form form .shaded:before, .form form .shaded:after {
      content: "";
      display: table; }
    .form form .shaded:after {
      clear: both; }
    .form form .shaded p {
      color: #1a1a1a; }
    .form form .shaded input {
      background-color: #FFF; }
    .form form .shaded h2 {
      margin: 0;
      color: #000; }
  .form form a.button, .form form input.button {
    background-color: #DB434B;
    margin: 10px 0;
    float: left;
    display: block;
    font-weight: 600;
    padding: 10px 20px;
    color: #FFF;
    border-radius: 2px; }
    .form form a.button.faded, .form form input.button.faded {
      float: left;
      background-color: #d1d0cf;
      color: #FFF; }
    .form form a.button.right, .form form input.button.right {
      float: right; }
  .form form input.button {
    border: none; }
  .form form ul.errors {
    margin: 5px 0 0 0;
    padding: 0;
    list-style-type: none; }
    .form form ul.errors li {
      color: #DB434B;
      font-weight: 600;
      font-size: 12px; }
  @media screen and (min-width: 600px) {
    .form form .row {
      clear: both;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .form form .row:before, .form form .row:after {
        content: "";
        display: table; }
      .form form .row:after {
        clear: both; }
      .form form .row .item {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px; }
        .form form .row .item.percent10 {
          width: 10%; }
        .form form .row .item.percent15 {
          width: 15%; }
        .form form .row .item.percent20 {
          width: 20%; }
        .form form .row .item.percent25 {
          width: 25%; }
        .form form .row .item.percent30 {
          width: 30%; }
        .form form .row .item.percent33 {
          width: 33.333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333%; }
        .form form .row .item.percent35 {
          width: 35%; }
        .form form .row .item.percent40 {
          width: 40%; }
        .form form .row .item.percent45 {
          width: 45%; }
        .form form .row .item.percent50 {
          width: 50%; }
        .form form .row .item.percent55 {
          width: 55%; }
        .form form .row .item.percent60 {
          width: 60%; }
        .form form .row .item.percent66 {
          width: 66.666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666%; }
        .form form .row .item.percent65 {
          width: 65%; }
        .form form .row .item.percent70 {
          width: 70%; }
        .form form .row .item.percent75 {
          width: 75%; }
        .form form .row .item.percent80 {
          width: 80%; }
        .form form .row .item.percent85 {
          width: 85%; }
        .form form .row .item.percent90 {
          width: 90%; }
        .form form .row .item.percent95 {
          width: 95%; }
        .form form .row .item.percent100 {
          width: 100%; }
        .form form .row .item:first-child {
          padding-left: 0; }
        .form form .row .item:last-child {
          padding-right: 0; } }

#interestInMoney {
  display: none; }

#searchResults {
  margin-bottom: 80px; }
  #searchResults input[type=search] {
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #CCC;
    font-size: 32px;
    width: 100%;
    padding: 10px 0;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
    font-weight: 400;
    font-style: "normal";
    font-family: 'apercumedium'; }
  #searchResults input[type=submit] {
    float: left;
    margin-right: 10px; }
  #searchResults h4 {
    font-size: 16px; }
  #searchResults ul.searchResults {
    list-style: none;
    margin: 0;
    padding: 0; }
    #searchResults ul.searchResults li {
      margin: 0;
      padding-bottom: 20px; }
      #searchResults ul.searchResults li:before, #searchResults ul.searchResults li:after {
        content: "";
        display: table; }
      #searchResults ul.searchResults li:after {
        clear: both; }
      #searchResults ul.searchResults li h5 {
        margin-bottom: 5px; }
      #searchResults ul.searchResults li h2 {
        margin-top: 5px;
        padding-bottom: 0px; }
      #searchResults ul.searchResults li figure.theImage {
        float: left;
        max-width: 150px;
        padding: 0;
        margin: 0 20px 0 0; }
        #searchResults ul.searchResults li figure.theImage a {
          display: block; }
          #searchResults ul.searchResults li figure.theImage a img {
            width: 100%;
            height: auto; }
      #searchResults ul.searchResults li em.date {
        float: right;
        color: #b4b4b4;
        text-transform: none;
        font-size: 13px;
        font-weight: 400; }

ul.tabs {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
  clear: both; }
  ul.tabs:before, ul.tabs:after {
    content: "";
    display: table; }
  ul.tabs:after {
    clear: both; }
  ul.tabs li {
    float: left;
    display: block;
    padding-bottom: 0; }
    ul.tabs li a {
      padding: 10px 20px 0px 0;
      color: #67727A;
      display: block; }
      ul.tabs li a.active {
        font-weight: 600;
        color: #2E3840; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.clear {
  clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@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) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .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; } }
