/*! 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(../js/vendor/fresco-2.0.4/css/fresco/fresco.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
   ========================================================================== */
.test {
  color: red;
  border: 1px solid red; }

/* ==========================================================================
   Keyframes
   ========================================================================== */
@-webkit-keyframes pulse {
  from {
    height: 100%;
    width: 100%;
    opacity: 1; }
  to {
    height: 170%;
    width: 112%;
    opacity: 0; } }
@keyframes pulse {
  from {
    height: 100%;
    width: 100%;
    opacity: 1; }
  to {
    height: 170%;
    width: 112%;
    opacity: 0; } }
@-webkit-keyframes slidedown {
  from {
    bottom: 100px;
    opacity: .5; }
  12.5% {
    bottom: 0px;
    opacity: 0; }
  12.6% {
    bottom: 120px;
    opacity: 0; }
  24% {
    bottom: 100px;
    opacity: .5; }
  to {
    bottom: 100px;
    opacity: .5; } }
@keyframes slidedown {
  from {
    bottom: 100px;
    opacity: .5; }
  12.5% {
    bottom: 0px;
    opacity: 0; }
  12.6% {
    bottom: 120px;
    opacity: 0; }
  24% {
    bottom: 100px;
    opacity: .5; }
  to {
    bottom: 100px;
    opacity: .5; } }
@-webkit-keyframes scale {
  from {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0; }
  to {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  from {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0; }
  to {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes map-pin-pulse {
  from {
    height: 100%;
    width: 100%;
    opacity: 1; }
  90% {
    height: 400%;
    width: 400%;
    opacity: 0; }
  91% {
    height: 100%;
    width: 100%;
    opacity: 0; }
  to {
    height: 100%;
    width: 100%;
    opacity: 1; } }
@-webkit-keyframes map-pin-pulse2 {
  from {
    height: 100%;
    width: 100%;
    opacity: 1; }
  60% {
    height: 400%;
    width: 400%;
    opacity: 0; }
  61% {
    height: 100%;
    width: 100%;
    opacity: 0; }
  to {
    height: 100%;
    width: 100%;
    opacity: 1; } }
@-webkit-keyframes map-pin-pulse3 {
  from {
    height: 100%;
    width: 100%;
    opacity: 1; }
  30% {
    height: 400%;
    width: 400%;
    opacity: 0; }
  31% {
    height: 100%;
    width: 100%;
    opacity: 0; }
  to {
    height: 100%;
    width: 100%;
    opacity: 1; } }
@-webkit-keyframes map-pin-pulse4 {
  from {
    height: 100%;
    width: 100%;
    opacity: 1; }
  15% {
    height: 400%;
    width: 400%;
    opacity: 0; }
  16% {
    height: 100%;
    width: 100%;
    opacity: 0; }
  to {
    height: 100%;
    width: 100%;
    opacity: 1; } }
@-webkit-keyframes map-pin-pulse5 {
  from {
    height: 100%;
    width: 100%;
    opacity: 1; }
  75% {
    height: 400%;
    width: 400%;
    opacity: 0; }
  76% {
    height: 100%;
    width: 100%;
    opacity: 0; }
  to {
    height: 100%;
    width: 100%;
    opacity: 1; } }
@keyframes map-pin-pulse {
  from {
    height: 100%;
    width: 100%;
    opacity: 1; }
  90% {
    height: 400%;
    width: 400%;
    opacity: 0; }
  91% {
    height: 100%;
    width: 100%;
    opacity: 0; }
  to {
    height: 100%;
    width: 100%;
    opacity: 1; } }
@keyframes map-pin-pulse2 {
  from {
    height: 100%;
    width: 100%;
    opacity: 1; }
  60% {
    height: 400%;
    width: 400%;
    opacity: 0; }
  61% {
    height: 100%;
    width: 100%;
    opacity: 0; }
  to {
    height: 100%;
    width: 100%;
    opacity: 1; } }
@keyframes map-pin-pulse3 {
  from {
    height: 100%;
    width: 100%;
    opacity: 1; }
  30% {
    height: 400%;
    width: 400%;
    opacity: 0; }
  31% {
    height: 100%;
    width: 100%;
    opacity: 0; }
  to {
    height: 100%;
    width: 100%;
    opacity: 1; } }
@keyframes map-pin-pulse4 {
  from {
    height: 100%;
    width: 100%;
    opacity: 1; }
  15% {
    height: 400%;
    width: 400%;
    opacity: 0; }
  16% {
    height: 100%;
    width: 100%;
    opacity: 0; }
  to {
    height: 100%;
    width: 100%;
    opacity: 1; } }
@keyframes map-pin-pulse5 {
  from {
    height: 100%;
    width: 100%;
    opacity: 1; }
  75% {
    height: 400%;
    width: 400%;
    opacity: 0; }
  76% {
    height: 100%;
    width: 100%;
    opacity: 0; }
  to {
    height: 100%;
    width: 100%;
    opacity: 1; } }
/* ==========================================================================
   The Skeleton Styles
   ========================================================================== */
html, body {
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal; }

.widthController {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto; }
  .widthController:before, .widthController:after {
    content: "";
    display: table; }
  .widthController:after {
    clear: both; }

header#main {
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 100; }
  header#main a {
    color: #232f30;
    text-decoration: none; }
  header#main h1 {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
    background-image: url("img/seashare-dark.svg");
    float: left;
    width: 120px;
    height: 18px;
    margin: 20px 0 18px 0; }
    header#main h1:before {
      content: "";
      display: block;
      width: 0;
      height: 150%; }
    @media screen and (min-width: 768px) {
      header#main h1 {
        width: 176px;
        height: 27px;
        margin: 15px 0 18px 0; } }
  header#main nav#main {
    float: right;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal; }
    header#main nav#main a {
      display: inline-block;
      margin: 0 0 0 20px;
      height: 55px;
      line-height: 50px;
      border-top: 5px solid transparent;
      text-transform: uppercase;
      font-size: 14px;
      -webkit-transition: all 100ms ease-in-out;
      -moz-transition: all 100ms ease-in-out;
      -ms-transition: all 100ms ease-in-out;
      -o-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out; }
      header#main nav#main a:hover {
        border-top-color: #cc5e2e;
        color: #cc5e2e; }
      header#main nav#main a.active {
        border-top: 5px solid #222e30; }
        header#main nav#main a.active:hover {
          color: inherit; }
      header#main nav#main a.donate {
        background-color: #cc5e2e;
        padding: 8px 8px 8px 8px;
        border-top: 0px;
        border-radius: 4px;
        height: 14px;
        line-height: 14px;
        margin-top: 0px;
        color: #FFF; }
  header#main #mobileNavWrap nav#mobileNav {
    height: 0;
    overflow: hidden; }
  header#main #mobileNavWrap .show-menu {
    text-decoration: none;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #232f31;
    float: right;
    line-height: 60px;
    padding: 0 30px 0 0;
    display: none; }
  header#main #mobileNavWrap input[type=checkbox] {
    display: none; }
  header#main #mobileNavWrap input[type=checkbox]:checked ~ nav#mobileNav {
    height: 400px; }
  header#main #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: 60px; }
    header#main #mobileNavWrap nav#mobileNav a {
      color: #FFF;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      background-color: #00bfe2;
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px 30px;
      text-align: center;
      font-family: 'Gotham SSm A', 'Gotham SSm B';
      font-weight: 400;
      font-style: normal;
      font-size: 18px;
      text-transform: uppercase;
      width: 100%; }
      header#main #mobileNavWrap nav#mobileNav a:hover {
        background-color: #FFF;
        color: #00bfe2; }
  header#main.overlaid {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%; }
    header#main.overlaid nav#main a {
      color: #FFF; }
      header#main.overlaid nav#main a:hover {
        border-top-color: rgba(255, 255, 255, 0.9); }
      header#main.overlaid nav#main a.active {
        border-top: 5px solid #FFF; }
    header#main.overlaid h1 {
      background-image: url("img/seashare-white.svg"); background-repeat: no-repeat;}
    header#main.overlaid #mobileNavWrap .show-menu {
      color: #fff; }
    header#main.overlaid #mobileNavWrap nav#mobileNav {
      color: #FFF; }
      header#main.overlaid #mobileNavWrap nav#mobileNav a {
        color: #FFF;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background-color: rgba(0, 0, 0, 0.75); }
        header#main.overlaid #mobileNavWrap nav#mobileNav a:hover {
          background-color: rgba(0, 193, 227, 0.8); }
  @media screen and (max-width: 968px) {
    header#main nav#main {
      display: none; }
    header#main #mobileNavWrap .show-menu {
      display: block; } }

.content {
  font-weight: 400;
  font-size: 13px; }
  .content h1 {
    font-size: 28px;
    font-weight: 200; }
  .content h2 {
    font-size: 20px;
    font-weight: 300; }
  .content a {
    color: #cc5e2e;
    text-decoration: none; }
  .content a.readmore {
    font-weight: 600; }
  .content.white h1 {
    color: #cc5e2e; }
  .content figure img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 768px) {
    .content {
      font-size: 14px; }
      .content h1 {
        font-size: 48px; }
      .content h2 {
        font-size: 27px; } }
  @media screen and (min-width: 968px) {
    .content {
      font-size: 16px; }
      .content h1 {
        font-size: 62px; } }
  .content figure.sizeOverride img {
    width: auto !important;
    height: auto;
    max-width: 100%; }
  .content pre {
    background-color: #f7f7f7;
    padding: 20px; }

.panel {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .panel:before, .panel:after {
    content: "";
    display: table; }
  .panel:after {
    clear: both; }
  .panel img {
    width: 100%;
    height: auto; }
  .panel .center-medium {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both; }
  .panel .center-large {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .panel .text-left {
    text-align: left; }
  .panel .text-center {
    text-align: center; }
  .panel .text-right {
    text-align: right; }
  .panel .left-medium {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .panel .right-medium {
    width: 100%;
    float: right;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .panel .right-medium.text-left {
      text-align: left; }
  .panel .block {
    padding: 30px 0;
    clear: both; }
    .panel .block:before, .panel .block:after {
      content: "";
      display: table; }
    .panel .block:after {
      clear: both; }
  @media screen and (min-width: 400px) {
    .panel .left-large {
      width: 60%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px; }
    .panel .right-small {
      width: 40%;
      float: right;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 15px; } }
  @media screen and (min-width: 768px) {
    .panel {
      padding: 50px 0; }
      .panel .left-large {
        width: 70%; }
      .panel .right-small {
        width: 30%; }
      .panel .left-medium {
        width: 50%;
        padding-right: 25px; }
      .panel .right-medium {
        width: 50%;
        padding-left: 25px; } }
  @media screen and (min-width: 968px) {
    .panel .left-large {
      width: 75%; }
    .panel .right-small {
      width: 25%; }
    .panel .left-full {
      text-align: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .panel .left-small {
      width: 300px;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .panel .right-large {
      width: 800px;
      float: right;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .panel .block {
      padding: 100px 0; }
    .panel .padding {
      padding: 50px 0; } }

footer#main-footer {
  background-color: #212121;
  position: relative;
  z-index: +100;
  padding: 30px 0;
  color: #FFF;
  color: rgba(255, 255, 255, 0.86); }
  footer#main-footer .links .set {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2em; }
    footer#main-footer .links .set strong {
      color: #FFF; }
    footer#main-footer .links .set ul {
      list-style-type: none;
      padding: 0;
      margin: 0 0 30px 0; }
      footer#main-footer .links .set ul li {
        padding: 0 0 4px 0;
        font-size: 12px; }
        footer#main-footer .links .set ul li a {
          color: #a2d5e0;
          text-decoration: none; }
          footer#main-footer .links .set ul li a:hover {
            text-decoration: underline; }
  footer#main-footer .baseline {
    clear: both;
    font-size: 14px; }
    footer#main-footer .baseline #seashare-foot {
      background-color: transparent;
      border: 0;
      overflow: hidden;
      /* IE 6/7 fallback */
      *text-indent: -9999px;
      background-image: url("img/seashare-white.svg");
      float: left;
      width: 98px;
      height: 15px;
      margin: 0; }
      footer#main-footer .baseline #seashare-foot:before {
        content: "";
        display: block;
        width: 0;
        height: 150%; }
    footer#main-footer .baseline a {
      color: inherit;
      text-decoration: none;
      -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 #mailinglist-foot {
      margin-top: 20px; }
  @media screen and (min-width: 768px) {
    footer#main-footer {
      padding: 75px 0; }
      footer#main-footer .links .set {
        width: 25%; }
        footer#main-footer .links .set ul {
          margin-bottom: 75px; }
          footer#main-footer .links .set ul li {
            padding: 0 0 2px 0;
            font-size: 14px; }
      footer#main-footer .baseline {
        font-size: 14px; }
        footer#main-footer .baseline #mailinglist-foot {
          float: right;
          position: relative;
          top: -5px;
          margin-top: 0px; } }

/* ==========================================================================
   The Specifics
   ========================================================================== */
.touch video.fill {
  display: none; }

.touch #thefrontpage.generic, .touch #thefrontpage.shortfilm {
  background-image: url("https://www.seashare.org/img/SS_Website_Trailer_Still.jpg"); }
.touch #thefrontpage .downarrow {
  display: none; }

.no-touch video.fill {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  z-index: -1000; }

.no-touch .overlayFill {
  position: fixed;
  right: 0;
  top: 0;
  opacity: 1;
  min-width: 100%;
  height: 100%;
  z-index: -99;
  background-color: rgba(0, 0, 0, 0.35);
  display: block; }

.no-touch #thefrontpage {
  padding-top: 0px;
  width: 100%;
  height: 100% !important; }
  .no-touch #thefrontpage a.downarrow {
    width: 50px;
    height: 50px;
    border: 5px solid #FFF;
    border-left: none;
    border-top: none;
    position: fixed;
    display: block;
    left: 50%;
    margin-left: -25px;
    bottom: 100px;
    text-indent: -9999px;
    opacity: .5;
    -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;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation-name: slidedown;
    -webkit-animation-delay: 2s;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: 3; }

.no-touch #thefrontpage.generic .wrapper,
.no-touch #thefrontpage.shortfilm .wrapper,
.no-touch #thefrontpage.campaign .wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  width: 100%;
  left: 0; }

.mobileAlternative {
  position: fixed;
  right: 0;
  top: 0;
  opacity: 1;
  min-width: 100%;
  height: 100%;
  z-index: -2000;
  background-color: rgba(0, 0, 0, 0.35);
  display: block;
  background-image: url("https://www.seashare.org/img/SS_Website_Trailer_Still.jpg"); }

#thefrontpage {
  z-index: 0;
  background-size: cover;
  background-color: transparent;
  padding-top: 59px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative; }
  #thefrontpage .wrapper {
    padding: 30px 15px 40px 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #thefrontpage .wrapper:before, #thefrontpage .wrapper:after {
      content: "";
      display: table; }
    #thefrontpage .wrapper:after {
      clear: both; }
    #thefrontpage .wrapper h1 {
      font-size: 36px;
      line-height: 1.1em;
      color: #FFF;
      font-weight: 200;
      margin-bottom: 0; }
    #thefrontpage .wrapper h2 {
      font-size: 18px;
      font-weight: 400;
      color: #FFF;
      text-align: center;
      margin: .5em 0 1em;
      max-width: 1150px;
      margin-left: auto;
      margin-right: auto; }
    #thefrontpage .wrapper a.donate, #thefrontpage .wrapper a.watch {
      text-align: center;
      position: relative;
      z-index: 0;
      -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;
      font-weight: 500;
      padding: 8px 12px;
      font-size: 14px;
      background-color: #FFF;
      border-radius: 4px;
      margin: 30px auto;
      text-transform: uppercase;
      text-decoration: none;
      color: #000;
      line-height: 3em; }
      #thefrontpage .wrapper a.donate::after, #thefrontpage .wrapper a.watch::after {
        content: '';
        opacity: 1;
        height: 90%;
        width: 90%;
        border-radius: 4px;
        z-index: -1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        border: 4px solid #00bfe2;
        opacity: 1; }
      #thefrontpage .wrapper a.donate:hover, #thefrontpage .wrapper a.watch:hover {
        background-color: white;
        color: #00bfe2; }
        #thefrontpage .wrapper a.donate:hover::after, #thefrontpage .wrapper a.watch:hover::after {
          -webkit-animation-name: pulse;
          -webkit-animation-duration: 1s;
          -webkit-animation-iteration-count: 1;
          animation-name: pulse;
          animation-duration: 1s;
          animation-iteration-count: 1; }
    @media screen and (min-width: 720px) {
      #thefrontpage .wrapper h1 {
        font-size: 72px; }
      #thefrontpage .wrapper h2 {
        font-size: 36px;
        font-weight: 200; }
      #thefrontpage .wrapper a.donate, #thefrontpage .wrapper a.watch {
        padding: 15px 30px;
        font-size: 18px;
        margin: 30px auto; } }
    @media screen and (min-width: 1024px) {
      #thefrontpage .wrapper h1 {
        font-size: 94px; }
      #thefrontpage .wrapper h2 {
        font-size: 42px; } }
  #thefrontpage.shortfilm {
    text-align: center; }
    #thefrontpage.shortfilm h2 {
      max-width: 1160px;
      display: inline-block; }
  #thefrontpage.campaign .wrapper img {
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-animation-name: scale;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    max-width: 1160px; }
  @media screen and (min-width: 720px) {
    #thefrontpage .wrapper {
      padding: 30px 30px 80px 30px; } }

#thefrontpage.campaign .wrapper h2.campaignCounters,
h2.campaignCounters {
  font-size: 16px;
  font-weight: 400;
  margin-top: 1em; }
  #thefrontpage.campaign .wrapper h2.campaignCounters span.numeral,
  h2.campaignCounters span.numeral {
    background-color: rgba(0, 0, 0, 0.4);
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    display: inline-block;
    padding: 0 7px;
    position: relative;
    top: 0px;
    border-radius: 4px;
    font-weight: 400; }
  @media screen and (min-width: 720px) {
    #thefrontpage.campaign .wrapper h2.campaignCounters,
    h2.campaignCounters {
      font-size: 24px; }
      #thefrontpage.campaign .wrapper h2.campaignCounters span.numeral,
      h2.campaignCounters span.numeral {
        background-color: rgba(0, 0, 0, 0.4);
        height: 40px;
        font-size: 18px; } }

#frontpageintro {
  background-color: #FFF;
  z-index: 100;
  position: relative; }

#feedingpeoplewell #foodstats {
  margin-top: 30px; }
#feedingpeoplewell .widthController.need-blocks-wrap {
  padding: 0; }
#feedingpeoplewell .need-blocks:before, #feedingpeoplewell .need-blocks:after {
  content: "";
  display: table; }
#feedingpeoplewell .need-blocks:after {
  clear: both; }
#feedingpeoplewell .need-blocks .hexagon {
  position: relative;
  width: 300px;
  height: 173.22px;
  background-color: #CCC;
  margin: 86.61px auto;
  color: #FFF; }
  #feedingpeoplewell .need-blocks .hexagon:before, #feedingpeoplewell .need-blocks .hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent; }
  #feedingpeoplewell .need-blocks .hexagon:before {
    bottom: 100%;
    border-bottom: 86.61px solid #CCC; }
  #feedingpeoplewell .need-blocks .hexagon:after {
    top: 100%;
    width: 0;
    border-top: 86.61px solid #CCC; }
  #feedingpeoplewell .need-blocks .hexagon .inner {
    padding: 0 30px;
    text-align: center;
    position: relative;
    z-index: 1000;
    overflow: visible; }
    #feedingpeoplewell .need-blocks .hexagon .inner img {
      position: absolute;
      width: 80px;
      height: 80px;
      top: -80px;
      left: 50%;
      margin-left: -40px; }
  #feedingpeoplewell .need-blocks .hexagon:nth-child(1) {
    position: relative;
    width: 300px;
    height: 173.22px;
    background-color: #afab35;
    margin: 86.61px auto;
    position: relative;
    top: 0px; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(1):before, #feedingpeoplewell .need-blocks .hexagon:nth-child(1):after {
      content: "";
      position: absolute;
      width: 0;
      border-left: 150px solid transparent;
      border-right: 150px solid transparent; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(1):before {
      bottom: 100%;
      border-bottom: 86.61px solid #afab35; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(1):after {
      top: 100%;
      width: 0;
      border-top: 86.61px solid #afab35; }
  #feedingpeoplewell .need-blocks .hexagon:nth-child(2) {
    position: relative;
    width: 300px;
    height: 173.22px;
    background-color: #e39d33;
    margin: 86.61px auto;
    position: relative;
    top: 0px; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(2):before, #feedingpeoplewell .need-blocks .hexagon:nth-child(2):after {
      content: "";
      position: absolute;
      width: 0;
      border-left: 150px solid transparent;
      border-right: 150px solid transparent; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(2):before {
      bottom: 100%;
      border-bottom: 86.61px solid #e39d33; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(2):after {
      top: 100%;
      width: 0;
      border-top: 86.61px solid #e39d33; }
  #feedingpeoplewell .need-blocks .hexagon:nth-child(3) {
    position: relative;
    width: 300px;
    height: 173.22px;
    background-color: #cc5a5b;
    margin: 86.61px auto;
    position: relative;
    top: 0; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(3):before, #feedingpeoplewell .need-blocks .hexagon:nth-child(3):after {
      content: "";
      position: absolute;
      width: 0;
      border-left: 150px solid transparent;
      border-right: 150px solid transparent; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(3):before {
      bottom: 100%;
      border-bottom: 86.61px solid #cc5a5b; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(3):after {
      top: 100%;
      width: 0;
      border-top: 86.61px solid #cc5a5b; }
  #feedingpeoplewell .need-blocks .hexagon:nth-child(4) {
    position: relative;
    width: 300px;
    height: 173.22px;
    background-color: #449596;
    margin: 86.61px auto;
    position: relative;
    top: 0px; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(4):before, #feedingpeoplewell .need-blocks .hexagon:nth-child(4):after {
      content: "";
      position: absolute;
      width: 0;
      border-left: 150px solid transparent;
      border-right: 150px solid transparent; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(4):before {
      bottom: 100%;
      border-bottom: 86.61px solid #449596; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(4):after {
      top: 100%;
      width: 0;
      border-top: 86.61px solid #449596; }
  #feedingpeoplewell .need-blocks .hexagon:nth-child(5) {
    position: relative;
    width: 300px;
    height: 173.22px;
    background-color: #b18641;
    margin: 86.61px auto;
    position: relative;
    top: 0px; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(5):before, #feedingpeoplewell .need-blocks .hexagon:nth-child(5):after {
      content: "";
      position: absolute;
      width: 0;
      border-left: 150px solid transparent;
      border-right: 150px solid transparent; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(5):before {
      bottom: 100%;
      border-bottom: 86.61px solid #b18641; }
    #feedingpeoplewell .need-blocks .hexagon:nth-child(5):after {
      top: 100%;
      width: 0;
      border-top: 86.61px solid #b18641; }
  #feedingpeoplewell .need-blocks .hexagon h3 {
    font-weight: 600;
    margin: 0; }
  #feedingpeoplewell .need-blocks .hexagon p {
    font-size: 13px;
    margin: 0; }
@media screen and (min-width: 360px) {
  #feedingpeoplewell .widthController.need-blocks-wrap {
    padding: 0 30px; } }
@media screen and (min-width: 850px) {
  #feedingpeoplewell {
    margin: 50px; }
    #feedingpeoplewell .need-blocks {
      float: left; }
      #feedingpeoplewell .need-blocks .hexagon {
        float: left; }
        #feedingpeoplewell .need-blocks .hexagon:nth-child(1) {
          position: relative;
          top: 0px;
          margin-left: 16px;
          margin-right: 16px; }
        #feedingpeoplewell .need-blocks .hexagon:nth-child(2) {
          position: relative;
          top: 0px;
          margin-left: 16px;
          margin-right: 16px; }
        #feedingpeoplewell .need-blocks .hexagon:nth-child(3) {
          position: relative;
          left: 166px;
          top: -60px;
          margin-left: 16px;
          margin-right: 16px; }
        #feedingpeoplewell .need-blocks .hexagon:nth-child(4) {
          position: relative;
          top: -120px;
          left: 0;
          clear: left;
          margin-left: 16px;
          margin-right: 16px; }
        #feedingpeoplewell .need-blocks .hexagon:nth-child(5) {
          position: relative;
          top: -120px;
          left: 0;
          margin-left: 16px;
          margin-right: 16px; } }
@media screen and (min-width: 1156px) {
  #feedingpeoplewell {
    padding-bottom: 100px; }
    #feedingpeoplewell .need-blocks {
      margin: 50px 50px; }
      #feedingpeoplewell .need-blocks .hexagon {
        float: left; }
        #feedingpeoplewell .need-blocks .hexagon:nth-child(1) {
          position: relative;
          top: 0px; }
        #feedingpeoplewell .need-blocks .hexagon:nth-child(2) {
          position: relative;
          top: 0px; }
        #feedingpeoplewell .need-blocks .hexagon:nth-child(3) {
          position: relative;
          top: 0px;
          left: 0; }
        #feedingpeoplewell .need-blocks .hexagon:nth-child(4) {
          position: relative;
          left: 166px;
          top: -60px;
          clear: none; }
        #feedingpeoplewell .need-blocks .hexagon:nth-child(5) {
          position: relative;
          left: 166px;
          top: -60px; } }

#seatotable {
  background-color: #f5f9fa; }
  #seatotable .fishillustration {
    margin-bottom: 2em; }

#efficientmodel #theparts-take2 {
  padding: 20px; }
#efficientmodel #theparts-feedingamerica {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: -50px;
  z-index: -100; }
#efficientmodel #feedingamericamap-liquid {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  left: 10%; }
  #efficientmodel #feedingamericamap-liquid:before, #efficientmodel #feedingamericamap-liquid:after {
    content: "";
    display: table; }
  #efficientmodel #feedingamericamap-liquid:after {
    clear: both; }
  #efficientmodel #feedingamericamap-liquid #feedingamericalogo {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: 0;
    z-index: 1000; }
    #efficientmodel #feedingamericamap-liquid #feedingamericalogo img {
      width: 100%;
      height: 100%; }
  #efficientmodel #feedingamericamap-liquid #pins {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    #efficientmodel #feedingamericamap-liquid #pins:before, #efficientmodel #feedingamericamap-liquid #pins:after {
      content: "";
      display: table; }
    #efficientmodel #feedingamericamap-liquid #pins:after {
      clear: both; }
    #efficientmodel #feedingamericamap-liquid #pins .location {
      position: absolute;
      z-index: +1000; }
      #efficientmodel #feedingamericamap-liquid #pins .location .pulse {
        border-radius: 50%;
        background-color: #cc5e2e;
        width: 6px;
        height: 6px;
        border: 1px solid #FFF;
        position: relative; }
        #efficientmodel #feedingamericamap-liquid #pins .location .pulse.pulsating::after {
          content: '';
          opacity: 1;
          height: 100%;
          width: 100%;
          border-radius: 50%;
          z-index: -1;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          position: absolute;
          top: 50%;
          left: 50%;
          border: 2px solid #cc5e2e;
          -webkit-animation-name: map-pin-pulse;
          -webkit-animation-duration: 3s;
          -webkit-animation-iteration-count: infinite; }
        #efficientmodel #feedingamericamap-liquid #pins .location .pulse.pulsating.p2::after {
          -webkit-animation-name: map-pin-pulse2;
          -webkit-animation-duration: 5s; }
        #efficientmodel #feedingamericamap-liquid #pins .location .pulse.pulsating.p3::after {
          -webkit-animation-name: map-pin-pulse3;
          -webkit-animation-duration: 10s; }
        #efficientmodel #feedingamericamap-liquid #pins .location .pulse.pulsating.p4::after {
          -webkit-animation-name: map-pin-pulse4;
          -webkit-animation-duration: 15s; }
        #efficientmodel #feedingamericamap-liquid #pins .location .pulse.pulsating.p5::after {
          -webkit-animation-name: map-pin-pulse5;
          -webkit-animation-duration: 7s; }
#efficientmodel .left-large {
  margin-bottom: 100px; }
@media screen and (min-width: 400px) {
  #efficientmodel #theparts-take2 {
    padding: 30px; }
  #efficientmodel .left-large {
    width: 100%;
    padding-right: 0px; }
  #efficientmodel .right-small {
    width: 100%;
    padding-left: 0px; }
  #efficientmodel #feedingamericamap-liquid {
    left: 7%; } }
@media screen and (min-width: 768px) {
  #efficientmodel .spacer {
    height: 130px; }
  #efficientmodel .left-large {
    width: 70%; }
  #efficientmodel .right-small {
    width: 30%;
    padding-top: 50px; } }
@media screen and (min-width: 820px) {
  #efficientmodel .spacer {
    height: 170px; } }
@media screen and (min-width: 850px) {
  #efficientmodel .spacer {
    height: 200px; } }
@media screen and (min-width: 870px) {
  #efficientmodel .spacer {
    height: 250px; } }
@media screen and (min-width: 910px) {
  #efficientmodel .spacer {
    height: 300px; }
  #efficientmodel .right-small {
    padding-top: 100px; } }
@media screen and (min-width: 968px) {
  #efficientmodel .left-large {
    width: 75%; }
  #efficientmodel .right-small {
    width: 25%; }
  #efficientmodel #feedingamericamap-liquid {
    left: 0%; }
  #efficientmodel .spacer {
    height: 200px; } }
@media screen and (min-width: 1000px) {
  #efficientmodel .spacer {
    height: 250px; } }
@media screen and (min-width: 1100px) {
  #efficientmodel .spacer {
    height: 350px; } }
@media screen and (min-width: 968px) {
  #efficientmodel #theparts-take2 {
    padding: 50px 100px 50px 50px; } }

#takescommunity {
  background: #f5f9fa;
  padding-bottom: 0;
  background: #f5f9fa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f9fa 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f9fa), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f9fa 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f9fa 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f9fa 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f9fa 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f9fa', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }
  #takescommunity #community-people {
    margin: 50px 0 0px;
    position: relative; }
    #takescommunity #community-people .gridwrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      #takescommunity #community-people .gridwrap .photo {
        float: left;
        width: 33.33333%;
        height: 40px; }
        #takescommunity #community-people .gridwrap .photo img {
          width: 100%;
          height: auto; }
        #takescommunity #community-people .gridwrap .photo .slideshow {
          position: relative;
          width: 100%;
          height: 100%; }
          #takescommunity #community-people .gridwrap .photo .slideshow:before, #takescommunity #community-people .gridwrap .photo .slideshow:after {
            content: "";
            display: table; }
          #takescommunity #community-people .gridwrap .photo .slideshow:after {
            clear: both; }
          #takescommunity #community-people .gridwrap .photo .slideshow > div {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0; }
            #takescommunity #community-people .gridwrap .photo .slideshow > div figure {
              position: relative;
              overflow: hidden; }
              #takescommunity #community-people .gridwrap .photo .slideshow > div figure figcaption.name-title {
                position: absolute;
                bottom: 0;
                display: block;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                color: #FFF;
                width: 100%;
                background-color: rgba(0, 0, 0, 0.54);
                padding: 10px 10px;
                font-size: 9px;
                background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
                /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.3)));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
                /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
                /* Opera 11.10+ */
                background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
                /* IE10+ */
                background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
                /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
                /* IE6-9 */ }
                #takescommunity #community-people .gridwrap .photo .slideshow > div figure figcaption.name-title span.title {
                  display: none; }
          #takescommunity #community-people .gridwrap .photo .slideshow div:nth-child(2) {
            -webkit-animation: fade 45s 40s infinite;
            z-index: 10; }
          #takescommunity #community-people .gridwrap .photo .slideshow div:nth-child(3) {
            -webkit-animation: fade 45s 10s infinite;
            z-index: 10; }
          #takescommunity #community-people .gridwrap .photo .slideshow div:nth-child(4) {
            -webkit-animation: fade 45s 0s infinite;
            z-index: 10; }
        #takescommunity #community-people .gridwrap .photo:nth-child(2) .slideshow div:nth-child(2) {
          -webkit-animation: fade 45s 45s infinite;
          z-index: 10; }
        #takescommunity #community-people .gridwrap .photo:nth-child(2) .slideshow div:nth-child(3) {
          -webkit-animation: fade 45s 25s infinite;
          z-index: 10; }
        #takescommunity #community-people .gridwrap .photo:nth-child(2) .slideshow div:nth-child(4) {
          -webkit-animation: fade 45s 15s infinite;
          z-index: 10; }
        #takescommunity #community-people .gridwrap .photo:nth-child(3) .slideshow div:nth-child(2) {
          -webkit-animation: fade 45s 35s infinite;
          z-index: 10; }
        #takescommunity #community-people .gridwrap .photo:nth-child(3) .slideshow div:nth-child(3) {
          -webkit-animation: fade 45s 50s infinite;
          z-index: 10; }
        #takescommunity #community-people .gridwrap .photo:nth-child(3) .slideshow div:nth-child(4) {
          -webkit-animation: fade 45s 20s infinite;
          z-index: 10; }
  @media screen and (min-width: 768px) {
    #takescommunity #community-people .gridwrap .photo .slideshow > div figure figcaption.name-title {
      font-size: 13px;
      padding: 15px 30px; }
      #takescommunity #community-people .gridwrap .photo .slideshow > div figure figcaption.name-title span.title {
        display: inline; } }

@-webkit-keyframes fade {
  0% {
    opacity: 1; }
  15% {
    opacity: 1; }
  25% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#calltoaction {
  background: #FFF url(img/calltoaction-bg.jpg) no-repeat 50%;
  background-size: cover;
  padding-bottom: 300px; }
  #calltoaction h2 {
    margin-bottom: 2em; }
  @media screen and (min-width: 968px) {
    #calltoaction {
      padding-bottom: 600px; } }

#calltoaction-photo {
  background-color: #cc5e2e;
  padding: 0; }
  #calltoaction-photo h2 {
    margin-bottom: 2em; }
  #calltoaction-photo .para-format {
    padding: 100px 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 300; }
    #calltoaction-photo .para-format strong {
      font-weight: 600;
      display: inline-block;
      padding-bottom: 5px; }
  #calltoaction-photo .photo-donate {
    background: #1c1c1c url("/img/calltoaction-photo.jpg") no-repeat 50% 0;
    background-size: cover;
    color: #FFF;
    padding: 100px 0 50px; }
    #calltoaction-photo .photo-donate h1 {
      color: #FFF;
      font-size: 24px;
      line-height: 1.1em;
      font-weight: 300; }
  @media screen and (min-width: 968px) {
    #calltoaction-photo .para-format {
      font-size: 23px; }
    #calltoaction-photo .photo-donate {
      padding: 50px 0 300px; }
      #calltoaction-photo .photo-donate h1 {
        font-size: 50px;
        font-weight: 200; } }

a.standard-big-button {
  background-color: #cc5e2e;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  border-radius: 4px;
  margin-top: 15px; }

@media screen and (min-width: 968px) {
  a.standard-big-button {
    padding: 15px 40px;
    font-size: 18px; } }
#newsletter {
  text-align: center;
  margin-bottom: 100px; }
  #newsletter form input[type=text], #newsletter form input[type=email] {
    padding: 10px 15px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #cbcbcb; }
  #newsletter button {
    background-color: #00bfe2;
    border-radius: 4px;
    margin-top: 20px;
    color: #FFF;
    border: none;
    outline: none;
    padding: 10px 15px; }

/* How We Work Page */
#work-detail .left-large {
  width: 100%;
  padding-right: 0px; }
#work-detail .right-small {
  width: 100%;
  padding-left: 0px; }
#work-detail .headline h1 {
  font-size: 24px;
  margin-bottom: 2em; }
@media screen and (min-width: 768px) {
  #work-detail .headline h1 {
    font-size: 36px; }
  #work-detail .left-large {
    width: 50%;
    padding-right: 30px;
    padding-top: 30px; }
  #work-detail .right-small {
    width: 50%;
    padding-left: 0px; } }
@media screen and (min-width: 968px) {
  #work-detail .headline h1 {
    font-size: 44px; }
  #work-detail .left-large {
    width: 75%; }
  #work-detail .right-small {
    width: 25%; } }

#work-parts #work-parts-illustration {
  padding: 50px; }

#partner-list {
  margin-bottom: 30px; }
  #partner-list:before, #partner-list:after {
    content: "";
    display: table; }
  #partner-list:after {
    clear: both; }
  #partner-list ul {
    list-style-type: none;
    text-align: left;
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
    -moz-column-count: 3;
    -moz-column-gap: 25px;
    -webkit-column-count: 3;
    -webkit-column-gap: 25px;
    column-count: 3;
    column-gap: 25px; }
    #partner-list ul li {
      font-size: 9px;
      color: #cccccc;
      line-height: 1em;
      padding: 4px 0;
      -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; }
      #partner-list ul li a {
        color: inherit; }
        #partner-list ul li a:hover {
          text-decoration: underline; }
      #partner-list ul li.active {
        color: #cc5e2e; }
  #partner-list a.button {
    background-color: #f5f5f5;
    display: inline-block;
    padding: 7px 15px;
    margin: 5px;
    border-radius: 4px;
    color: #222; }
    #partner-list a.button:hover, #partner-list a.button.active {
      background-color: #cc5e2e;
      color: #FFF; }
  @media screen and (min-width: 768px) {
    #partner-list ul {
      list-style-type: none;
      text-align: left;
      width: 100%;
      margin-top: 50px;
      -moz-column-count: 4;
      -moz-column-gap: 25px;
      -webkit-column-count: 4;
      -webkit-column-gap: 25px;
      column-count: 4;
      column-gap: 25px; }
      #partner-list ul li {
        font-size: 12px; } }

::-webkit-input-placeholder {
  color: #95c8e3;
  font-style: oblique; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #95c8e3;
  font-style: oblique; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #95c8e3;
  font-style: oblique; }

:-ms-input-placeholder {
  color: #95c8e3;
  font-style: oblique; }

/* Donate PAGE */
#donate-page {
  z-index: 0; }
  #donate-page .bg {
    background-color: #000352;
    background-image: url("/img/front-page-bg.jpg");
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -100;
    top: 0; }
  #donate-page .wrapper {
    margin-top: 75px;
    margin-bottom: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    text-align: center;
    color: #FFF;
    /*
    	img { width: 100%; height: auto; max-width: 1160px;}
    
    #donate-serving-calc {
    	font-size: 16px;  color: #FFF; padding-top: 20px;
    	.donate, .provides, .servingLanguage { width: 100%; text-align: center; display: block; margin-top: 10px; margin-bottom: 10px;  }
    	.currencywrap {
    		position: relative; 
    		.currencyinput { position: absolute; font-size: 16px; font-weight: 500; color: #999999; left: 3px; top: 0px; }
    	}
    	input[type=text]{
    		border-radius: 4px; padding: 4px 10px; outline: none; width: 80px; text-align: center;  font-weight: 400; color: #000; border: 1px solid #FFF; box-shadow: 0 0 0 2px #FFF; font-size: 16px;
    		&:focus {
    			border: 1px solid #14b1e5; background-color: #FFF;
    		}
    	}
    }
    .donateOptions {
    	padding: 20px 0 0 0; 
    	.inputWrap { display: inline-block; padding: 0 15px; }
    }
    */ }
    #donate-page .wrapper h1 {
      font-size: 36px;
      color: #FFF;
      font-family: 'Gotham SSm A', 'Gotham SSm B';
      font-weight: 200;
      font-style: normal;
      margin-bottom: 0; }
    #donate-page .wrapper h2.subhead {
      font-size: 18px;
      font-family: 'Gotham SSm A', 'Gotham SSm B';
      font-weight: 200;
      font-style: normal;
      color: #FFF;
      margin-bottom: .5em;
      margin-top: 0; }
    #donate-page .wrapper .bigDonateField {
      padding-top: 20px; }
      #donate-page .wrapper .bigDonateField .currencywrap {
        position: relative; }
        #donate-page .wrapper .bigDonateField .currencywrap .currencyinput {
          position: absolute;
          font-size: 16px;
          font-family: 'Gotham SSm A', 'Gotham SSm B';
          font-weight: 300;
          font-style: normal;
          color: #999999;
          left: 10px;
          top: -2px; }
      #donate-page .wrapper .bigDonateField input[type=text] {
        border-radius: 4px;
        padding: 10px 20px 10px 40px;
        outline: none;
        text-align: left;
        width: 70%;
        max-width: 150px;
        font-weight: 400;
        color: #000;
        border: 1px solid #FFF;
        box-shadow: 0 0 0 2px #FFF;
        font-size: 16px;
        font-family: 'Gotham SSm A', 'Gotham SSm B';
        font-weight: 300;
        font-style: normal; }
        #donate-page .wrapper .bigDonateField input[type=text]:focus {
          border: 1px solid #14b1e5;
          background-color: #FFF; }
      #donate-page .wrapper .bigDonateField button {
        background-color: #00bfe2;
        border-radius: 4px;
        color: #FFF;
        border: none;
        outline: none;
        padding: 13px 20px;
        -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;
        font-family: 'Gotham SSm A', 'Gotham SSm B';
        font-weight: 300;
        font-style: normal;
        font-size: 16px;
        text-transform: uppercase; }
        #donate-page .wrapper .bigDonateField button:hover {
          background-color: #67e5fa;
          color: #FFF; }
    #donate-page .wrapper .donateCalculations {
      padding: 20px 0;
      color: #95c8e3; }
      #donate-page .wrapper .donateCalculations h2 {
        font-size: 32px;
        font-family: 'Gotham SSm A', 'Gotham SSm B';
        font-weight: 200;
        font-style: normal;
        color: #FFF;
        margin-bottom: .5em; }
    #donate-page .wrapper .donateCheckboxes {
      font-size: 14px;
      margin: 0 auto;
      max-width: 800px; }
      #donate-page .wrapper .donateCheckboxes a {
        color: inherit; }
    #donate-page .wrapper .donateButtons {
      padding: 20px 0 0 0; }
      #donate-page .wrapper .donateButtons button {
        background-color: #00bfe2;
        border-radius: 4px;
        color: #FFF;
        border: none;
        outline: none;
        padding: 10px 15px;
        -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; }
        #donate-page .wrapper .donateButtons button:hover {
          background-color: #67e5fa;
          color: #FFF; }
      #donate-page .wrapper .donateButtons div.moreoptions {
        color: #FFF;
        padding: 0px 0;
        text-align: center;
        font-size: 12px; }
        #donate-page .wrapper .donateButtons div.moreoptions a {
          color: #FFF;
          text-decoration: none; }
          #donate-page .wrapper .donateButtons div.moreoptions a:hover {
            text-decoration: underline; }
        #donate-page .wrapper .donateButtons div.moreoptions #note {
          -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;
          border: none;
          border-radius: 5px;
          background-color: rgba(0, 0, 0, 0.5);
          background-color: rgba(255, 255, 255, 0.25);
          padding: 15px 20px;
          width: 200px;
          color: #95c8e3;
          text-align: center; }
          #donate-page .wrapper .donateButtons div.moreoptions #note:focus {
            border-color: #FFF;
            outline: none;
            background-color: #FFF;
            color: #1a1a1a; }
  @media (min-width: 768px) {
    #donate-page {
      background-attachment: fixed; }
      #donate-page .wrapper {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: fixed;
        margin-top: 0; }
        #donate-page .wrapper .bigDonateField .currencywrap .currencyinput {
          font-size: 24px;
          left: 10px;
          top: -10px; }
        #donate-page .wrapper .bigDonateField input[type=text] {
          max-width: 360px;
          font-size: 24px; }
        #donate-page .wrapper .bigDonateField button {
          font-size: 24px; }
        #donate-page .wrapper #note {
          width: 300px; }
        #donate-page .wrapper h1 {
          font-size: 72px; }
        #donate-page .wrapper h2.subhead {
          font-size: 32px; }
        #donate-page .wrapper #donate-serving-calc {
          font-size: 20px;
          font-weight: 400; }
          #donate-page .wrapper #donate-serving-calc .donate, #donate-page .wrapper #donate-serving-calc .provides, #donate-page .wrapper #donate-serving-calc .servingLanguage {
            width: auto;
            text-align: left;
            display: inline; }
          #donate-page .wrapper #donate-serving-calc .currencywrap .currencyinput {
            top: 2px; }
          #donate-page .wrapper #donate-serving-calc input[type=text] {
            padding: 4px 10px;
            font-size: 18px;
            width: 90px; }
        #donate-page .wrapper .donateOptions {
          padding: 20px 0 0 0; } }
  @media (min-width: 960px) {
    #donate-page .wrapper h1 {
      font-size: 94px; }
    #donate-page .wrapper #donate-serving-calc {
      font-size: 24px; }
      #donate-page .wrapper #donate-serving-calc .currencywrap .currencyinput {
        top: 6px; }
      #donate-page .wrapper #donate-serving-calc input[type=text] {
        font-size: 22px;
        width: 120px; }
    #donate-page .wrapper .donateOptions {
      padding: 40px 0 0 0; } }

#donate-page2 {
  z-index: 0; }
  #donate-page2 .bg {
    background-color: #252525;
    background-image: url("/img/front-page-bg.jpg");
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -100;
    top: 0; }
  #donate-page2 .bgOverlay {
    background-color: #252525;
    height: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -100;
    top: 0;
    opacity: .5; }
  #donate-page2 .wrapper {
    margin-top: 75px;
    margin-bottom: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    padding: 0 30px;
    text-align: center;
    color: #FFF; }
    #donate-page2 .wrapper h1 {
      font-size: 36px;
      color: #FFF;
      font-family: 'Gotham SSm A', 'Gotham SSm B';
      font-weight: 200;
      font-style: normal;
      margin-bottom: 0; }
    #donate-page2 .wrapper h2.subhead {
      font-size: 18px;
      font-family: 'Gotham SSm A', 'Gotham SSm B';
      font-weight: 200;
      font-style: normal;
      color: #FFF;
      margin-bottom: .5em;
      margin-top: 0; }
    #donate-page2 .wrapper .bigDonateField {
      padding-top: 20px; }
      #donate-page2 .wrapper .bigDonateField .currencywrap {
        position: relative; }
        #donate-page2 .wrapper .bigDonateField .currencywrap .currencyinput {
          position: absolute;
          font-size: 16px;
          font-family: 'Gotham SSm A', 'Gotham SSm B';
          font-weight: 300;
          font-style: normal;
          color: #999999;
          left: 10px;
          top: -2px; }
      #donate-page2 .wrapper .bigDonateField input[type=text] {
        border-radius: 4px;
        padding: 10px 20px 10px 40px;
        outline: none;
        text-align: left;
        width: 70%;
        max-width: 150px;
        font-weight: 400;
        color: #000;
        border: 1px solid #FFF;
        box-shadow: 0 0 0 2px #FFF;
        font-size: 16px;
        font-family: 'Gotham SSm A', 'Gotham SSm B';
        font-weight: 300;
        font-style: normal; }
        #donate-page2 .wrapper .bigDonateField input[type=text]:focus {
          border: 1px solid #14b1e5;
          background-color: #FFF; }
    #donate-page2 .wrapper .donateOptions {
      margin: 0 auto;
      text-align: left;
      padding: 20px 0 0 0;
      text-align: center;
      max-width: 426px; }
      #donate-page2 .wrapper .donateOptions .checkboxes {
        margin-bottom: 20px;
        text-align: left; }
        #donate-page2 .wrapper .donateOptions .checkboxes .inputWrap {
          margin-bottom: 7px;
          display: block; }
      #donate-page2 .wrapper .donateOptions #note {
        -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;
        border: none;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.5);
        background-color: rgba(255, 255, 255, 0.25);
        padding: 15px 20px;
        width: 150px;
        margin-left: auto;
        margin-right: auto;
        color: #95c8e3;
        text-align: left;
        display: block; }
        #donate-page2 .wrapper .donateOptions #note:focus {
          border-color: #FFF;
          outline: none;
          background-color: #FFF;
          color: #1a1a1a; }
      #donate-page2 .wrapper .donateOptions button {
        background-color: #00bfe2;
        border-radius: 4px;
        color: #FFF;
        border: none;
        outline: none;
        padding: 13px 20px;
        -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;
        font-family: 'Gotham SSm A', 'Gotham SSm B';
        font-weight: 300;
        font-style: normal;
        font-size: 16px;
        text-transform: uppercase;
        margin: 20px auto 0 auto; }
        #donate-page2 .wrapper .donateOptions button:hover {
          background-color: #67e5fa;
          color: #FFF; }
    #donate-page2 .wrapper .donateCheck {
      font-size: 14px;
      padding-top: 20px;
      margin: 0 auto;
      max-width: 800px; }
      #donate-page2 .wrapper .donateCheck a {
        color: inherit; }
    #donate-page2 .wrapper .content a {
      color: #00bfe2; }
    #donate-page2 .wrapper #donate-serving-calc .currencywrap {
      display: block;
      white-space: nowrap;
      position: relative;
      left: -8px;
      padding: 10px 0; }
    #donate-page2 .wrapper #donate-serving-calc .provides {
      display: block; }
    #donate-page2 .wrapper #donate-serving-calc #serving-amount {
      display: block;
      margin: 10px auto; }
    #donate-page2 .wrapper #donate-serving-calc input[type=text] {
      width: 100px; }
  @media (min-width: 768px) {
    #donate-page2 {
      background-attachment: fixed; }
      #donate-page2 .wrapper {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: fixed;
        margin-top: 0; }
        #donate-page2 .wrapper .bigDonateField .currencywrap .currencyinput {
          font-size: 24px;
          left: 10px;
          top: -10px; }
        #donate-page2 .wrapper .bigDonateField input[type=text] {
          max-width: 360px;
          font-size: 24px; }
        #donate-page2 .wrapper .bigDonateField button {
          font-size: 24px; }
        #donate-page2 .wrapper .donateOptions {
          text-align: left; }
          #donate-page2 .wrapper .donateOptions #note {
            width: 260px;
            display: inline; }
          #donate-page2 .wrapper .donateOptions button {
            float: right;
            margin: 0; }
        #donate-page2 .wrapper h1 {
          font-size: 72px; }
        #donate-page2 .wrapper h2.subhead {
          font-size: 32px; }
        #donate-page2 .wrapper #donate-serving-calc {
          font-size: 20px;
          font-weight: 400; }
          #donate-page2 .wrapper #donate-serving-calc .donate, #donate-page2 .wrapper #donate-serving-calc .provides, #donate-page2 .wrapper #donate-serving-calc .servingLanguage {
            width: auto;
            text-align: left;
            display: inline; }
          #donate-page2 .wrapper #donate-serving-calc .currencywrap {
            display: inline;
            position: relative;
            left: 0;
            padding: 0; }
            #donate-page2 .wrapper #donate-serving-calc .currencywrap .currencyinput {
              top: 2px; }
          #donate-page2 .wrapper #donate-serving-calc .provides {
            display: inline; }
          #donate-page2 .wrapper #donate-serving-calc #serving-amount {
            display: inline;
            margin: 0; }
          #donate-page2 .wrapper #donate-serving-calc input[type=text] {
            padding: 4px 10px;
            font-size: 18px;
            width: 90px; }
        #donate-page2 .wrapper .donateOptions {
          padding: 20px 0 0 0; } }
  @media (min-width: 960px) {
    #donate-page2 .wrapper h1 {
      font-size: 94px; }
    #donate-page2 .wrapper #donate-serving-calc {
      font-size: 24px; }
      #donate-page2 .wrapper #donate-serving-calc .currencywrap .currencyinput {
        top: 6px; }
      #donate-page2 .wrapper #donate-serving-calc input[type=text] {
        font-size: 22px;
        width: 120px; }
    #donate-page2 .wrapper .donateOptions {
      padding: 20px 0 0 0; } }

/* Contact Page */
#contact {
  padding-bottom: 100px; }
  #contact .headline h1 {
    font-size: 22px;
    margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    #contact .headline h1 {
      font-size: 36px; }
    #contact .left-large {
      width: 50%;
      padding-right: 30px;
      padding-top: 30px; }
    #contact .right-small {
      width: 50%;
      padding-left: 0px; } }
  @media screen and (min-width: 968px) {
    #contact .headline h1 {
      font-size: 44px; }
    #contact .left-large {
      width: 75%; }
    #contact .right-small {
      width: 25%; } }

/* Blog */
#blog .blogbody {
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #blog .blogbody:before, #blog .blogbody:after {
    content: "";
    display: table; }
  #blog .blogbody:after {
    clear: both; }
  #blog .blogbody.standard {
    width: 100%;
    max-width: 800px; }
  #blog .blogbody.fullWrap {
    width: 100%;
    padding: 30px 0; }
#blog #categoryNav {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px; }
  #blog #categoryNav a {
    position: relative;
    left: -5px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    color: #9f9f9f;
    text-decoration: none;
    display: inline-block;
    padding: 10px 5px; }
    #blog #categoryNav a:hover {
      color: #000; }
    #blog #categoryNav a.active {
      color: #cc5e2e; }
#blog .index article {
  display: block;
  clear: both;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 35px;
  margin-bottom: 50px; }
  #blog .index article:before, #blog .index article:after {
    content: "";
    display: table; }
  #blog .index article:after {
    clear: both; }
  #blog .index article a {
    color: inherit; }
    #blog .index article a h1 {
      font-family: 'Gotham SSm A', 'Gotham SSm B';
      font-weight: 400;
      font-style: normal;
      font-size: 24px;
      margin-top: 0;
      margin-bottom: 0; }
    #blog .index article a h2 {
      font-family: 'Gotham SSm A', 'Gotham SSm B';
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      font-style: oblique;
      color: #9f9f9f;
      margin-top: 0; }
    #blog .index article a p {
      color: #525252; }
    #blog .index article a img {
      width: 25%;
      float: right;
      max-width: 200px;
      margin-left: 20px;
      margin-bottom: 20px; }
    #blog .index article a .readmore {
      color: #9f9f9f;
      font-size: 14px; }
    #blog .index article a:hover .readmore {
      color: #cc5e2e; }
    #blog .index article a:hover h1 {
      color: #cc5e2e; }
#blog article {
  margin-bottom: 30px; }
  #blog article header h1 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: .5em; }
  #blog article header h2 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0; }
  #blog article p {
    font-size: 16px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal; }
  #blog article a {
    color: #cc5e2e;
    text-decoration: none; }
  #blog article figure img {
    width: 100%;
    height: auto; }
  #blog article footer {
    width: 66%;
    margin-top: 50px !important;
    border-top: 1px solid #CCC;
    color: #999999;
    text-align: center; }
    #blog article footer time {
      display: inline-block;
      background-color: #FFF;
      position: relative;
      top: -1em;
      padding: 0 15px;
      font-style: oblique;
      font-size: 12px; }
  #blog article .socialButtons {
    text-align: center; }
@media screen and (min-width: 768px) {
  #blog #categoryNav {
    left: -5px; }
    #blog #categoryNav a {
      font-size: 14px;
      padding: 10px 10px; }
  #blog article {
    margin-bottom: 100px;
    margin-top: 50px; }
    #blog article header hgroup h1 {
      font-size: 40px;
      font-weight: 200; }
    #blog article header hgroup h2 {
      font-size: 14px; } }

#short-film {
  color: #FFF;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  #short-film h1 {
    color: inherit;
    line-height: 1.1em;
    font-weight: 200; }
  @media screen and (min-width: 968px) {
    #short-film h1 {
      font-size: 54px; } }

#about-detail {
  padding-bottom: 100px; }
  #about-detail div.independentReviews a {
    display: inline-block;
    border: 1px solid #CCC;
    padding: 10px 15px;
    color: #5d5d5d;
    margin: 10px;
    border-radius: 5px; }
    #about-detail div.independentReviews a img {
      float: left;
      width: 40px;
      height: 40px; }
    #about-detail div.independentReviews a span {
      display: inline-block;
      padding: 10px 15px; }
  #about-detail ul.boardOfDirectors {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #about-detail ul.boardOfDirectors li {
      width: 100%;
      float: left;
      background-color: #f3f3f3;
      margin-bottom: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #about-detail ul.boardOfDirectors li:before, #about-detail ul.boardOfDirectors li:after {
        content: "";
        display: table; }
      #about-detail ul.boardOfDirectors li:after {
        clear: both; }
      #about-detail ul.boardOfDirectors li figure {
        float: left;
        width: 20%; }
      #about-detail ul.boardOfDirectors li .memberInfo {
        float: left;
        text-align: left;
        width: 80%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 15px; }
        #about-detail ul.boardOfDirectors li .memberInfo h2 {
          margin: 0;
          padding: 0;
          font-size: 18px;
          font-weight: 400; }
        #about-detail ul.boardOfDirectors li .memberInfo h3 {
          margin: 0;
          padding: 0;
          font-size: 12px;
          font-weight: 600;
          color: #cc5e2e; }
        #about-detail ul.boardOfDirectors li .memberInfo h4 {
          margin: 0;
          padding: 0;
          font-size: 12px;
          font-style: oblique;
          font-weight: 400;
          color: #959595; }
  #about-detail #awards {
    background-color: #cc5e2e;
    color: rgba(255, 255, 255, 0.6);
    margin: 40px 0;
    padding: 50px 0 80px 0; }
    #about-detail #awards:before, #about-detail #awards:after {
      content: "";
      display: table; }
    #about-detail #awards:after {
      clear: both; }
    #about-detail #awards h2 {
      color: #FFF; }
    #about-detail #awards ul.awards {
      list-style-type: circle;
      margin: 0;
      padding: 0;
      -moz-column-count: 2;
      -moz-column-gap: 25px;
      -webkit-column-count: 2;
      -webkit-column-gap: 25px;
      column-count: 2;
      column-gap: 25px; }
      #about-detail #awards ul.awards:before, #about-detail #awards ul.awards:after {
        content: "";
        display: table; }
      #about-detail #awards ul.awards:after {
        clear: both; }
      #about-detail #awards ul.awards li {
        padding-left: 0px;
        text-align: left;
        font-size: 10px;
        font-weight: 600;
        margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    #about-detail ul.boardOfDirectors li {
      width: 50%; }
      #about-detail ul.boardOfDirectors li figure {
        width: 33.33333%; }
      #about-detail ul.boardOfDirectors li:nth-child(2n-1) {
        border-right: 10px solid #FFF;
        border-left: 0;
        clear: left; }
      #about-detail ul.boardOfDirectors li:nth-child(2n) {
        border-left: 10px solid #FFF;
        border-right: 0; }
      #about-detail ul.boardOfDirectors li .memberInfo {
        width: 66.66666%; }
        #about-detail ul.boardOfDirectors li .memberInfo h2 {
          font-size: 24px; }
        #about-detail ul.boardOfDirectors li .memberInfo h3 {
          font-size: 14px; }
        #about-detail ul.boardOfDirectors li .memberInfo h4 {
          font-size: 14px; }
    #about-detail #awards ul.awards {
      -moz-column-count: 3;
      -moz-column-gap: 35px;
      -webkit-column-count: 3;
      -webkit-column-gap: 35px;
      column-count: 3;
      column-gap: 35px; }
      #about-detail #awards ul.awards li {
        font-size: 12px; } }

#thankyou {
  padding-bottom: 200px; }

.sampleTweetWrap {
  float: left;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .sampleTweetWrap:before, .sampleTweetWrap:after {
    content: "";
    display: table; }
  .sampleTweetWrap:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    .sampleTweetWrap {
      width: 50%; } }
  .sampleTweetWrap a.tweetLink {
    clear: both;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 160px;
    background-color: #0085c7;
    padding: 10px 20px;
    color: #FFF;
    font-size: 14px;
    border-radius: 4px; }
    .sampleTweetWrap a.tweetLink .ss-icon {
      position: relative;
      top: 3px;
      font-size: 16px; }
  .sampleTweetWrap .sample-tweet {
    max-width: 400px;
    margin: 0 auto 20px auto;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .sampleTweetWrap .sample-tweet p {
      background-color: #00bfe2;
      color: #FFF;
      font-weight: 500;
      padding: 20px 30px;
      border-radius: 10px; }
    .sampleTweetWrap .sample-tweet iframe {
      position: absolute;
      bottom: 20px;
      right: 20px; }

/* The Need PAGE */
#need-detail .headline {
  text-align: left; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.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; } }
