@charset "UTF-8";
/* 
** block section colors
 */
/* 
** block section colors
 */
.thin {
  font-weight: 200; }

.light {
  font-weight: 300; }

.bold {
  font-weight: 700; }

/* 
**	FONTELLO STUFF
*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?96149736");
  src: url("../fonts/fontello.eot?96149736#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?96149736") format("woff"), url("../fonts/fontello.ttf?96149736") format("truetype"), url("../fonts/fontello.svg?96149736#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  width: auto;
  height: 100%;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none; }

.icon-facebook:before {
  content: '\e800'; }

/* '' */
.icon-twitter:before {
  content: '\e801'; }

/* '' */
.icon-instagram:before {
  content: '\e802'; }

/* '' */
.icon-flickr:before {
  content: '\e803'; }

/* '' */
.icon-youtube:before {
  content: '\e804'; }

/* '' */
.icon-ticket:before {
  content: '\e805'; }

/* '' */
.icon-clock:before {
  content: '\e806'; }

/* '' */
.icon-calendar:before {
  content: '\e807'; }

/* '' */
.icon-location:before {
  content: '\e808'; }

/* '' */
.icon-retweet:before {
  content: '\e809'; }

/* '' */
.icon-flash:before {
  content: '\e80a'; }

/* '' */
.icon-link:before {
  content: '\e80b'; }

/* '' */
.icon-cancel:before {
  content: '\e80c'; }

/* '' */
.icon-ok:before {
  content: '\e80d'; }

/* '' */
.icon-left-arrow:before {
  content: '\e80f'; }

/* '' */
.icon-right-arrow:before {
  content: '\e810'; }

/* '' */
/*
**	HEADER CONTAINER
*/
header#header {
  background-color: #232323;
  background-image: linear-gradient(to bottom right,#232323, #454545);
  width: 100%; }
  @media (min-width: 0) and (max-width: 1024px) {
    header#header {
      height: 50px;
      position: fixed;
      top: 0;
      z-index: 9999; } }
  header#header #large-wrap {
    display: none;
    height: 110px; }
    @media (min-width: 1025px) {
      header#header #large-wrap {
        display: block; } }
    header#header #large-wrap #pre-nav {
      width: 100%;
      height: 40px;
      padding-top: 15px; }
      header#header #large-wrap #pre-nav ul.social-icons {
        height: 40px;
        line-height: 40px;
        vertical-align: middle; }
        header#header #large-wrap #pre-nav ul.social-icons li.logo {
          margin-right: 30px; }
          header#header #large-wrap #pre-nav ul.social-icons li.logo a {
            width: 100%;
            height: 100%;
            opacity: 1; }
        header#header #large-wrap #pre-nav ul.social-icons li {
          list-style: none;
          display: inline-block;
          font-size: 1.25em;
          margin-right: 0.85em;
          vertical-align: middle;
          height: 40px; }
          header#header #large-wrap #pre-nav ul.social-icons li a {
            color: #FFF;
            display: block;
            height: 100%;
            opacity: 0.66;
            width: 100%;
            transition: opacity 0.2s ease-in-out; }
            header#header #large-wrap #pre-nav ul.social-icons li a i {
              display: block;
              width: 100%;
              height: 100%; }
            header#header #large-wrap #pre-nav ul.social-icons li a:hover {
              opacity: 1;
              text-decoration: none; }
  header#header #small-wrap {
    display: none; }
    @media (min-width: 0) and (max-width: 1024px) {
      header#header #small-wrap {
        display: block; } }
    header#header #small-wrap .nav-trigger {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 66% 66%;
      height: 50px;
      opacity: 0.66;
      position: absolute;
      top: 0;
      width: 50px; }
    header#header #small-wrap .nav-trigger.active {
      opacity: 1; }
    header#header #small-wrap #nav-trigger-main {
      background-image: url("../images/menu-main.svg");
      left: 5px; }
    header#header #small-wrap #nav-trigger-social {
      background-image: url("../images/menu-social.svg");
      right: 5px; }
    header#header #small-wrap #logo-small {
      background-image: url("../images/logo-no-shape.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: auto 37%;
      height: 50px;
      left: 55px;
      position: absolute;
      top: 0;
      width: calc(100% - 110px); }
    header#header #small-wrap ul.social-small li i {
      display: inline-block; }

/* 
** Mobile Navigation Menus
*/
nav.nav-small {
  background-color: rgba(51, 51, 51, 0.9);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 9999;
  transition: opacity 0.2s ease-in-out; }
  nav.nav-small ul.sub-menu {
    display: none; }
  nav.nav-small ul li {
    font-size: 1.5em;
    padding: 0.5em 15px; }
    nav.nav-small ul li a {
      color: #FFF; }
  nav.nav-small ul li.color-1 a {
    color: #df77e9; }
  nav.nav-small ul li.color-2 a {
    color: #4dd2ff; }
  nav.nav-small ul li.color-3 a {
    color: #ff9673; }
  nav.nav-small ul li.color-4 a {
    color: #68bb66; }

nav.nav-small.active {
  opacity: 1;
  pointer-events: auto; }

nav#nav-small-social ul {
  text-align: right; }
  nav#nav-small-social ul li a i {
    width: 30px;
    display: inline; }
  nav#nav-small-social ul li.current-menu-item a:after,
  nav#nav-small-social ul li.current-page-ancestor a:after {
    content: ' <'; }

nav#nav-large {
  width: 960px;
  margin-top: 10px;
  font-family: "azo-sans-web", "Helvertica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }
  nav#nav-large ul.primary-nav {
    color: #FFF;
    list-style: none;
    height: 45px;
    line-height: 45px;
    font-size: 1.1em;
    position: relative;
    left: -10px; }
    nav#nav-large ul.primary-nav li {
      display: inline-block;
      list-style: none;
      padding: 0 10px;
      transition: color 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out;
      color: #FFF;
      cursor: pointer; }
      nav#nav-large ul.primary-nav li:hover {
        background-color: #FFF;
        color: #232323; }
      nav#nav-large ul.primary-nav li a {
        color: inherit; }
        nav#nav-large ul.primary-nav li a:hover {
          text-decoration: none; }
      nav#nav-large ul.primary-nav li ul.sub-menu {
        margin-top: 0 !important;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        z-index: 100;
        transition: opacity 0.2 ease-in-out; }
        nav#nav-large ul.primary-nav li ul.sub-menu li {
          background-color: #FFF;
          color: #232323;
          display: block;
          padding: 0 40px 0 10px;
          position: relative;
          font-size: 0.8em;
          line-height: 2em;
          left: -10px;
          transition: color 0.2 ease-in-out;
          transition: background-color 0.2 ease-in-out; }
          nav#nav-large ul.primary-nav li ul.sub-menu li:hover {
            color: #FFF;
            background-color: #666; }
          nav#nav-large ul.primary-nav li ul.sub-menu li a {
            width: 100%;
            display: block; }
      nav#nav-large ul.primary-nav li ul.sub-menu.visible {
        opacity: 1;
        pointer-events: auto; }
    nav#nav-large ul.primary-nav li.color-1 {
      color: #df77e9; }
      nav#nav-large ul.primary-nav li.color-1:hover {
        color: #232323;
        background-color: #df77e9; }
      nav#nav-large ul.primary-nav li.color-1 ul.sub-menu > li {
        background-color: #df77e9; }
        nav#nav-large ul.primary-nav li.color-1 ul.sub-menu > li:hover {
          color: #FFF;
          background-color: #63136c; }
    nav#nav-large ul.primary-nav li.color-2 {
      color: #4dd2ff; }
      nav#nav-large ul.primary-nav li.color-2:hover {
        color: #232323;
        background-color: #4dd2ff; }
      nav#nav-large ul.primary-nav li.color-2 ul.sub-menu > li {
        background-color: #4dd2ff; }
        nav#nav-large ul.primary-nav li.color-2 ul.sub-menu > li:hover {
          color: #FFF;
          background-color: #1E86A9; }
    nav#nav-large ul.primary-nav li.color-3 {
      color: #ff9673; }
      nav#nav-large ul.primary-nav li.color-3:hover {
        color: #232323;
        background-color: #ff9673; }
      nav#nav-large ul.primary-nav li.color-3 ul.sub-menu > li {
        background-color: #ff9673; }
        nav#nav-large ul.primary-nav li.color-3 ul.sub-menu > li:hover {
          color: #FFF;
          background-color: #852c17; }
    nav#nav-large ul.primary-nav li.color-4 {
      color: #68bb66; }
      nav#nav-large ul.primary-nav li.color-4:hover {
        color: #232323;
        background-color: #68bb66; }
      nav#nav-large ul.primary-nav li.color-4 ul.sub-menu > li {
        background-color: #68bb66; }
        nav#nav-large ul.primary-nav li.color-4 ul.sub-menu > li:hover {
          color: #FFF;
          background-color: #358b2f; }
    nav#nav-large ul.primary-nav li.current-menu-item,
    nav#nav-large ul.primary-nav li.current-menu-parent {
      background-color: #FFF;
      color: #333;
      cursor: default;
      opacity: 1; }
    nav#nav-large ul.primary-nav li.current-menu-item.color-1,
    nav#nav-large ul.primary-nav li.current-menu-parent.color-1 {
      background-color: #df77e9; }
    nav#nav-large ul.primary-nav li.current-menu-item.color-2,
    nav#nav-large ul.primary-nav li.current-menu-parent.color-2 {
      background-color: #4dd2ff; }
    nav#nav-large ul.primary-nav li.current-menu-item.color-3,
    nav#nav-large ul.primary-nav li.current-menu-parent.color-3 {
      background-color: #ff9673; }
    nav#nav-large ul.primary-nav li.current-menu-item.color-4,
    nav#nav-large ul.primary-nav li.current-menu-parent.color-4 {
      background-color: #68bb66; }

.sub-nav, .sort-nav {
  font-family: "azo-sans-web", "Helvertica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: #999;
  font-size: 0.9em;
  width: 100%; }
  @media (min-width: 0) and (max-width: 1024px) {
    .sub-nav, .sort-nav {
      line-height: 2.5; } }
  .sub-nav ul, .sort-nav ul {
    list-style: none;
    padding: 20px 0;
    text-align: left;
    width: 100%; }
    @media (min-width: 0) and (max-width: 1024px) {
      .sub-nav ul, .sort-nav ul {
        padding: 15px 0 10px 0; } }
    .sub-nav ul li, .sort-nav ul li {
      display: inline-block;
      margin-right: 1.5em; }
      .sub-nav ul li a, .sort-nav ul li a {
        color: #FFF;
        padding: 6px 0; }
        .sub-nav ul li a:hover, .sort-nav ul li a:hover {
          color: #454545;
          text-decoration: none; }
  .sub-nav ul li.current-menu-item a, .sort-nav ul li.current-menu-item a {
    background-color: #454545;
    color: #FFF;
    padding: 6px 10px; }

.color-1 .sub-nav {
  background-color: #df77e9; }
  .color-1 .sub-nav li a:hover {
    color: #63136c; }
  .color-1 .sub-nav .current-menu-item a {
    background-color: #63136c; }
    .color-1 .sub-nav .current-menu-item a:hover {
      color: #FFF; }

.color-1 .top-text {
  background-color: #f9cdff;
  color: #63136c; }

.color-2 .sub-nav {
  background-color: #4dd2ff; }
  .color-2 .sub-nav li a:hover {
    color: #1E86A9; }
  .color-2 .sub-nav .current-menu-item a {
    background-color: #1E86A9; }
    .color-2 .sub-nav .current-menu-item a:hover {
      color: #FFF; }

.color-2 .top-text {
  background-color: #d1efff;
  color: #1E86A9; }

.color-3 .sub-nav {
  background-color: #ff9673; }
  .color-3 .sub-nav li a:hover {
    color: #852c17; }
  .color-3 .sub-nav .current-menu-item a {
    background-color: #852c17; }
    .color-3 .sub-nav .current-menu-item a:hover {
      color: #FFF; }

.color-3 .top-text {
  background-color: #fdddd3;
  color: #852c17; }

.color-4 .sub-nav {
  background-color: #68bb66; }
  .color-4 .sub-nav li a:hover {
    color: #358b2f; }
  .color-4 .sub-nav .current-menu-item a {
    background-color: #358b2f; }
    .color-4 .sub-nav .current-menu-item a:hover {
      color: #FFF; }

.color-4 .top-text {
  background-color: #d3ffd0;
  color: #358b2f; }

a.button, .button {
  border: 0;
  outline: 0;
  background-color: #72d46f;
  color: #FFF;
  transition: background-color 0.2s ease-out, border-bottom 0.2s ease-out;
  font-size: 1.25em;
  line-height: 2em;
  padding: 0.15em 0.3em; }
  a.button:hover, .button:hover {
    background-color: #479c45;
    cursor: pointer;
    text-decoration: none; }
  a.button:hover, .button:hover {
    border-bottom: 5px solid rgba(0, 0, 0, 0.33); }

input.button {
  padding: 0.15em 0.75em; }

a.button-big, .button-big {
  border: 0;
  outline: 0;
  background-color: #72d46f;
  color: #FFF;
  transition: background-color 0.2s ease-out, border-bottom 0.2s ease-out;
  font-size: 1.75em;
  line-height: 3em;
  padding: 0.2em 0.4em; }
  a.button-big:hover, .button-big:hover {
    background-color: #479c45;
    cursor: pointer;
    text-decoration: none; }
  a.button-big:hover, .button-big:hover {
    border-bottom: 5px solid #FFF; }

.thin {
  font-weight: 200; }

.light {
  font-weight: 300; }

.bold {
  font-weight: 700; }

.captioned-image {
  position: relative;
  padding: 0.5em 0 1em 0;
  line-height: 0;
  width: 100%; }
  .captioned-image .section-image {
    width: 100%;
    height: auto; }
  .captioned-image .caption-text {
    display: block;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0.4em;
    color: #333;
    font-size: 0.9em;
    line-height: 1.25; }

.image-caption {
  position: absolute;
  bottom: 0.4em;
  right: 0;
  padding: 0.2em 0.6em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #F5F4F2;
  font-size: .9em;
  line-height: 2em;
  text-align: right; }
  .image-caption a {
    color: #F0F2FF;
    text-decoration: underline; }
  .image-caption .title {
    display: block; }
  .image-caption .credit {
    display: block;
    font-style: italic;
    font-size: 12px; }
  .image-caption .year {
    font-weight: 700;
    font-size: 12px; }

.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0.5em 0;
  background-color: rgba(0, 0, 0, 0.05); }
  .slider img {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline; }
  .slider .slides {
    display: inline-block;
    position: relative;
    line-height: 100%;
    vertical-align: middle; }
    .slider .slides li {
      display: none;
      list-style: none outside none;
      width: 100%;
      position: relative;
      overflow: hidden;
      text-align: center; }
    .slider .slides li:first-child {
      display: block; }
  .slider .flex-direction-nav {
    width: 100%;
    height: 100%;
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .slider .flex-direction-nav a {
      display: block;
      position: absolute;
      top: calc(50% - 20px);
      width: 40px;
      height: 40px;
      background: rgba(0, 0, 0, 0.5);
      line-height: 40px;
      font-size: 30px;
      text-align: center;
      color: rgba(255, 255, 255, 0.75); }
      .slider .flex-direction-nav a i {
        width: 40px;
        height: 40px;
        display: block; }
      .slider .flex-direction-nav a:hover {
        background: rgba(0, 0, 0, 0.8);
        color: white; }
    .slider .flex-direction-nav a.flex-prev {
      left: 0; }
    .slider .flex-direction-nav a.flex-next {
      right: 0; }

.area .slider {
  display: none; }

.area .slider .slides,
.area .slider .slides li {
  list-style: none outside none;
  width: 100%;
  position: relative;
  overflow: hidden; }

.area .slider .slides li {
  display: none; }

.area .slider .slides li:first-child {
  display: block; }

.area .slider .slides li img {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px; }

@media (min-width: 0) and (max-width: 640px) {
  .slider {
    width: auto; }
  .area .slider {
    display: block;
    margin: 0; }
  .area .slider {
    display: block;
    overflow: visible; } }

ul.meta {
  list-style: none;
  padding: 2em 0; }
  @media (min-width: 768px) {
    ul.meta {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  ul.meta li {
    background-color: #F5F4F2;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.25em;
    margin-bottom: 0.25em;
    text-align: left;
    width: 100%; }
    @media (min-width: 768px) {
      ul.meta li {
        width: 48%;
        margin-right: 1%; } }
    @media (min-width: 1024px) {
      ul.meta li {
        width: 32%;
        margin-right: 0; } }
    ul.meta li .meta-item-link, ul.meta li .meta-item-nolink {
      background-color: #F5F4F2;
      display: block;
      padding: 1em 0;
      font-weight: 300;
      width: 100%;
      height: 100%;
      transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; }
      ul.meta li .meta-item-link .icon-wrap, ul.meta li .meta-item-nolink .icon-wrap {
        display: inline-block;
        width: 1.2em;
        padding: 0 0.33em 0 0.75em;
        font-size: 1.1em;
        text-align: center; }
    ul.meta li .meta-item-link:hover {
      background-color: #7E7A77;
      color: #F5F4F2;
      text-decoration: none;
      cursor: pointer; }

body.color-1 .meta-external a {
  background-color: #df77e9;
  color: #fff; }
  body.color-1 .meta-external a:hover {
    background-color: #63136c !important;
    color: #f9cdff !important; }

body.color-2 .meta-external a {
  background-color: #4dd2ff;
  color: #fff; }
  body.color-2 .meta-external a:hover {
    background-color: #1E86A9 !important;
    color: #d1efff !important; }

body.color-3 .meta-external a {
  background-color: #ff9673;
  color: #fff; }
  body.color-3 .meta-external a:hover {
    background-color: #852c17 !important;
    color: #fdddd3 !important; }

body.color-4 .meta-external a {
  background-color: #68bb66;
  color: #fff; }
  body.color-4 .meta-external a:hover {
    background-color: #358b2f !important;
    color: #d3ffd0 !important; }

section.p2 {
  width: 100%;
  padding: 2em 0; }
  section.p2 h1.heading,
  section.p2 h2.heading,
  section.p2 h3.heading,
  section.p2 h4.heading,
  section.p2 h5.heading,
  section.p2 h6.heading {
    padding: 0; }
  section.p2 a {
    font-weight: 700;
    text-decoration: none; }
    section.p2 a:hover {
      text-decoration: underline; }

section.p2.dark {
  background-color: #45413E;
  color: #F5F4F2; }
  section.p2.dark a {
    color: #F5F4F2; }

section.p2.medium {
  background-color: #7E7A77;
  color: #F5F4F2; }
  section.p2.medium a {
    color: #F5F4F2; }

section.p2.light {
  background-color: #F5F4F2;
  color: #7E7A77; }
  section.p2.light a {
    color: #7E7A77; }

section.p2.white {
  background-color: #FFF;
  color: #4B4945; }
  section.p2.white a {
    color: #4B4945; }

.wrap {
  width: calc(100% - 2em);
  margin: 0 1em; }
  @media (min-width: 481px) {
    .wrap {
      width: 480px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .wrap {
      width: 768px; } }
  @media (min-width: 1025px) {
    .wrap {
      width: 960px; } }

.wrap-full {
  width: 100%;
  margin: 0; }
  @media (min-width: 481px) {
    .wrap-full {
      width: 480px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .wrap-full {
      width: 768px; } }
  @media (min-width: 1025px) {
    .wrap-full {
      width: 960px; } }

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

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

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

section.p2.body-text p,
section.p2.list-group p {
  padding: 0 0 1em 0; }

section.p2.list-group i {
  margin: 0.25em 0; }

section.p2.list-group ul {
  list-style: none;
  padding-bottom: 1em; }
  section.p2.list-group ul li {
    margin-bottom: 0.4em; }

section.p2.list-group ul.bulleted {
  list-style: disc; }

.column-1, .column-2, .column-3 {
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance; }
  .column-1 .no-break, .column-1 .do-break, .column-2 .no-break, .column-2 .do-break, .column-3 .no-break, .column-3 .do-break {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .column-1 .no-break, .column-1 .do-break, .column-2 .no-break, .column-2 .do-break, .column-3 .no-break, .column-3 .do-break {
        line-height: 1.7; } }
  .column-1 .no-break, .column-2 .no-break, .column-3 .no-break {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid; }
  @media (min-width: 1025px) {
    .column-1 .force-center, .column-2 .force-center, .column-3 .force-center {
      width: 66%; } }
  .column-1 p, .column-1 h5, .column-2 p, .column-2 h5, .column-3 p, .column-3 h5 {
    display: inline-block;
    width: 100%; }

.column-1 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-width: 100%;
     -moz-column-width: 100%;
          column-width: 100%; }

@media (min-width: 768px) {
  .column-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-width: 45%;
       -moz-column-width: 45%;
            column-width: 45%;
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%; } }

@media (min-width: 768px) {
  .column-3 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-width: 45%;
       -moz-column-width: 45%;
            column-width: 45%;
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%; } }

@media (min-width: 1025px) {
  .column-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-width: 30%;
       -moz-column-width: 30%;
            column-width: 30%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%; } }

section.p2.large-button {
  padding: 1em 0;
  margin: 2em 0; }
  section.p2.large-button a {
    font-size: 2.25em;
    color: #FFF;
    padding: 0.5em 1em;
    text-decoration: none;
    transition: all 0.2s ease-out; }
  section.p2.large-button a.color-1 {
    background-color: #df77e9;
    box-shadow: 5px 5px 0px #63136c; }
    section.p2.large-button a.color-1:hover {
      background-color: #63136c;
      box-shadow: 0px 0px 0px #FFF; }
  section.p2.large-button a.color-2 {
    background-color: #4dd2ff;
    box-shadow: 5px 5px 0px #1E86A9; }
    section.p2.large-button a.color-2:hover {
      background-color: #1E86A9;
      box-shadow: 0px 0px 0px #FFF; }
  section.p2.large-button a.color-3 {
    background-color: #ff9673;
    box-shadow: 5px 5px 0px #852c17; }
    section.p2.large-button a.color-3:hover {
      background-color: #852c17;
      box-shadow: 0px 0px 0px #FFF; }
  section.p2.large-button a.color-4 {
    background-color: #68bb66;
    box-shadow: 5px 5px 0px #358b2f; }
    section.p2.large-button a.color-4:hover {
      background-color: #358b2f;
      box-shadow: 0px 0px 0px #FFF; }

div.p2-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

div.image-gallery-wrap {
  overflow: hidden;
  position: relative;
  width: 100%; }
  div.image-gallery-wrap:before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  div.image-gallery-wrap .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block; }
    div.image-gallery-wrap .image .caption {
      background-color: rgba(0, 0, 0, 0.75);
      color: #FFF;
      font-size: 1em;
      line-height: 1.4em;
      padding: 0.5em 1em;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 150; }
      @media (min-width: 1025px) {
        div.image-gallery-wrap .image .caption {
          font-size: 1.1em;
          line-height: 1.45em; } }
  div.image-gallery-wrap .image.prev {
    display: none; }
  div.image-gallery-wrap .image.next {
    display: none; }
  div.image-gallery-wrap .control {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    cursor: pointer;
    font-size: 1.5em;
    height: 40px;
    position: absolute;
    text-align: center;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 100; }
    div.image-gallery-wrap .control i {
      line-height: 40px;
      width: 40px;
      text-align: center; }
    @media (min-width: 1025px) {
      div.image-gallery-wrap .control {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px); }
        div.image-gallery-wrap .control i {
          line-height: 60px;
          width: 60px; } }
  div.image-gallery-wrap .control.prev {
    left: 0; }
  div.image-gallery-wrap .control.next {
    right: 0; }

section.p2.full-width-image {
  position: relative;
  width: 100%; }
  section.p2.full-width-image:before {
    content: "";
    display: block;
    padding-top: 75%; }
    @media (min-width: 481px) {
      section.p2.full-width-image:before {
        padding-top: 60%; } }
    @media (min-width: 768px) {
      section.p2.full-width-image:before {
        padding-top: 50%; } }
    @media (min-width: 1024px) {
      section.p2.full-width-image:before {
        padding-top: 40%; } }
  section.p2.full-width-image .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  section.p2.full-width-image .caption {
    background-color: rgba(0, 0, 0, 0.75);
    color: #FFF;
    font-size: 1em;
    line-height: 1.4em;
    padding: 0.5em 1em;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 150; }
    @media (min-width: 1025px) {
      section.p2.full-width-image .caption {
        font-size: 1.1em;
        line-height: 1.45em; } }

.p2.image-with-copy .wrap, .p2.image-with-copy .wrap-full, .p2.bio-list .wrap, .p2.bio-list .wrap-full {
  display: block;
  padding: 1em 0 1.5em; }
  @media (min-width: 768px) {
    .p2.image-with-copy .wrap, .p2.image-with-copy .wrap-full, .p2.bio-list .wrap, .p2.bio-list .wrap-full {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 1.75em 0; } }
  @media (min-width: 1024px) {
    .p2.image-with-copy .wrap, .p2.image-with-copy .wrap-full, .p2.bio-list .wrap, .p2.bio-list .wrap-full {
      padding: 2.5em 0; } }

@media (min-width: 1024px) {
  .p2.image-with-copy .vertical-center, .p2.bio-list .vertical-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.p2.image-with-copy .image, .p2.bio-list .image {
  width: 200px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 768px) {
    .p2.image-with-copy .image, .p2.bio-list .image {
      width: 240px;
      margin: 0 40px 0 0; } }
  @media (min-width: 1024px) {
    .p2.image-with-copy .image, .p2.bio-list .image {
      width: 320px; } }

.p2.image-with-copy .text-wrap, .p2.bio-list .text-wrap {
  width: 100%; }
  @media (min-width: 481px) {
    .p2.image-with-copy .text-wrap, .p2.bio-list .text-wrap {
      width: 100%;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .p2.image-with-copy .text-wrap, .p2.bio-list .text-wrap {
      width: 480px; } }
  @media (min-width: 1024px) {
    .p2.image-with-copy .text-wrap, .p2.bio-list .text-wrap {
      width: 600px; } }
  .p2.image-with-copy .text-wrap h4, .p2.bio-list .text-wrap h4 {
    padding-top: 0; }

.p2-person-list {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .p2-person-list .person, .p2-person-list .partner, .p2-person-list .project {
    width: 130px;
    margin-bottom: 30px;
    margin-right: 15px;
    text-align: left; }
    @media (min-width: 768px) {
      .p2-person-list .person, .p2-person-list .partner, .p2-person-list .project {
        width: 220px;
        margin-bottom: 40px;
        margin-right: 20px; } }
    .p2-person-list .person .image, .p2-person-list .partner .image, .p2-person-list .project .image {
      width: 130px;
      height: 130px;
      margin-bottom: 7.5px;
      background-repeat: no-repeat;
      background-position: center center;
      display: inline-block; }
      @media (min-width: 768px) {
        .p2-person-list .person .image, .p2-person-list .partner .image, .p2-person-list .project .image {
          width: 220px;
          height: 220px;
          margin-bottom: 10px; } }
  .p2-person-list .person .image {
    background-size: cover; }
  .p2-person-list .partner .image {
    background-size: 80%; }
  .p2-person-list .project .image {
    background-size: cover; }

.p2-bio-wrap {
  font-size: 1em;
  line-height: 1.4em;
  text-align: center; }
  .p2-bio-wrap ul {
    list-style: none;
    font-size: 1.5em;
    line-height: 1.8em; }
  .p2-bio-wrap .p2-bio-text {
    text-align: left; }
    @media (min-width: 768px) {
      .p2-bio-wrap .p2-bio-text {
        width: 66%;
        margin: 0 auto; } }
    @media (min-width: 1025px) {
      .p2-bio-wrap .p2-bio-text {
        width: 50%; } }
  .p2-bio-wrap p {
    margin-top: 1em; }
  .p2-bio-wrap .p2-bio-image {
    width: 240px;
    height: 240px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    margin: 1em 0; }
    @media (min-width: 768px) {
      .p2-bio-wrap .p2-bio-image {
        width: 280px;
        height: 280px; } }
    @media (min-width: 1025px) {
      .p2-bio-wrap .p2-bio-image {
        width: 320px;
        height: 320px; } }

.p2-initiative-list .item, .p2-event-list .item {
  width: 100%;
  margin: 0 0 2em 0;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 1025px) {
    .p2-initiative-list .item, .p2-event-list .item {
      margin-bottom: 5em; } }
  .p2-initiative-list .item .item-image, .p2-event-list .item .item-image {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .p2-initiative-list .item .item-image:before, .p2-event-list .item .item-image:before {
      content: "";
      display: block;
      padding-top: 56.25%; }
    .p2-initiative-list .item .item-image .inner-box, .p2-event-list .item .item-image .inner-box {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      .p2-initiative-list .item .item-image .inner-box a, .p2-event-list .item .item-image .inner-box a {
        width: 100%;
        height: 100%;
        display: block; }
    @media (min-width: 1025px) {
      .p2-initiative-list .item .item-image, .p2-event-list .item .item-image {
        width: 430px;
        display: inline-block; } }
  .p2-initiative-list .item .item-description, .p2-event-list .item .item-description {
    width: 100%; }
    @media (min-width: 1025px) {
      .p2-initiative-list .item .item-description, .p2-event-list .item .item-description {
        width: 500px;
        margin-left: 30px;
        display: inline-block; } }
    .p2-initiative-list .item .item-description p, .p2-event-list .item .item-description p {
      padding: 0.35em 0 1em 0; }

section.video-block .wrap-full.do-center {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: 100%; }
  @media (min-width: 1025px) {
    section.video-block .wrap-full.do-center {
      width: 720px;
      height: 405px;
      margin: 0 auto;
      padding: 0px; } }
  section.video-block .wrap-full.do-center iframe,
  section.video-block .wrap-full.do-center object,
  section.video-block .wrap-full.do-center embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (min-width: 1025px) {
      section.video-block .wrap-full.do-center iframe,
      section.video-block .wrap-full.do-center object,
      section.video-block .wrap-full.do-center embed {
        width: 720px;
        height: 405px; } }

section.video-block .wrap-full.do-wide {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
  width: 100%;
  height: 0; }
  section.video-block .wrap-full.do-wide iframe,
  section.video-block .wrap-full.do-wide object,
  section.video-block .wrap-full.do-wide embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

section.p2.social-icons {
  font-size: 3em; }
  section.p2.social-icons ul {
    list-style: none; }
    section.p2.social-icons ul li {
      display: inline-block;
      margin-right: 1em;
      opacity: 0.8;
      transition: opacity 0.3s ease-in-out; }
      section.p2.social-icons ul li:hover {
        opacity: 1; }

section.p2.mailing-list {
  background-color: red;
  background-color: #7E7A77;
  color: #F5F4F2;
  padding: 10px 0 30px 0;
  text-align: center; }
  @media (min-width: 1025px) {
    section.p2.mailing-list {
      padding: 25px 0 80px 0; } }
  @media (min-width: 1025px) {
    section.p2.mailing-list {
      text-align: left; } }
  section.p2.mailing-list #mc_embed_signup_scroll .field-group {
    display: inline-block;
    margin: 0.5em 0;
    width: 90%; }
    @media (min-width: 641px) and (max-width: 1024px) {
      section.p2.mailing-list #mc_embed_signup_scroll .field-group {
        width: 50%; } }
    @media (min-width: 1025px) {
      section.p2.mailing-list #mc_embed_signup_scroll .field-group {
        width: 30%;
        margin-right: 3%; } }
    section.p2.mailing-list #mc_embed_signup_scroll .field-group label {
      font-weight: 200;
      display: block;
      font-size: 1.25em;
      line-height: 2;
      text-align: left; }
    section.p2.mailing-list #mc_embed_signup_scroll .field-group input {
      background-color: rgba(255, 255, 255, 0);
      border: 0;
      box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
      color: #FFF;
      display: block;
      font-size: 1em;
      line-height: 1.5;
      outline: 0;
      padding: 0.3em 0.6em;
      width: 100%;
      transition: all 0.25s linear; }
      section.p2.mailing-list #mc_embed_signup_scroll .field-group input:focus {
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: inset 0px 0px 0px 1px white; }

.contact-box {
  padding-bottom: 1.5em; }
  .contact-box ul.social-icons {
    padding-bottom: 1.5em;
    text-align: center; }
    .contact-box ul.social-icons li {
      display: inline-block;
      font-size: 2.5em;
      list-style: none;
      padding: 0 0.5em; }
      .contact-box ul.social-icons li a {
        width: 50px;
        height: 50px;
        display: block;
        opacity: 0.66;
        transition: opacity 0.2s ease-in-out; }
        .contact-box ul.social-icons li a:hover {
          opacity: 1;
          text-decoration: none; }
        .contact-box ul.social-icons li a i {
          width: 100%;
          display: block; }

#home-feature {
  height: 400px;
  position: relative;
  width: 100%; }
  @media (min-width: 1025px) {
    #home-feature {
      height: 450px; } }
  #home-feature:hover #feature-image {
    -webkit-filter: saturate(1);
            filter: saturate(1); }
  #home-feature #feature-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: -webkit-filter 0.33s ease-in-out;
    transition: filter 0.33s ease-in-out;
    transition: filter 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out;
    -webkit-filter: saturate(0.7);
            filter: saturate(0.7); }
  #home-feature #feature-text-wrap {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    #home-feature #feature-text-wrap h1 {
      height: 100%; }
      #home-feature #feature-text-wrap h1 a {
        bottom: 50px;
        color: #FFF;
        display: inline-block;
        position: absolute;
        width: 85%;
        font-weight: 200; }
        #home-feature #feature-text-wrap h1 a:hover {
          opacity: 1; }
        @media (min-width: 1025px) {
          #home-feature #feature-text-wrap h1 a {
            width: 480px;
            left: calc(50% - 480px); } }

h2.home-header {
  font-weight: 200; }

h2.home-header.center {
  text-align: center; }

#home-support {
  background-color: #45413E;
  color: #F5F4F2;
  padding: 10px 0 30px 0; }
  @media (min-width: 1025px) {
    #home-support {
      padding: 25px 0 80px 0; } }

#support-text h2 {
  padding: 1em 0 0 0; }

#support-text p {
  padding: 1em 0; }

#home-upcoming {
  padding: 10px 0 30px 0; }
  @media (min-width: 1025px) {
    #home-upcoming {
      padding: 25px 0 80px 0; } }

#home-mission {
  background-color: #7E7A77;
  color: #F5F4F2; }
  #home-mission h3 {
    padding: 2em 0;
    font-weight: 200; }
  #home-mission p {
    padding: 1em 0; }

#home-impact {
  padding: 10px 0 30px 0;
  background-color: #F5F4F2;
  color: #7E7A77; }
  @media (min-width: 1025px) {
    #home-impact {
      padding: 25px 0 80px 0; } }
  #home-impact ul#impacts {
    list-style: none; }
    #home-impact ul#impacts li.impact-item {
      text-align: center; }
      @media (min-width: 0) and (max-width: 1024px) {
        #home-impact ul#impacts li.impact-item {
          margin: 50px 0;
          width: 100%; } }
      @media (min-width: 1025px) {
        #home-impact ul#impacts li.impact-item {
          float: left;
          margin: 0 2.5%;
          width: 28%; } }
      #home-impact ul#impacts li.impact-item i {
        font-size: 2em; }
      #home-impact ul#impacts li.impact-item h4 {
        font-weight: 200; }
      #home-impact ul#impacts li.impact-item p {
        font-weight: 400;
        margin: 0.75em 0; }
      #home-impact ul#impacts li.impact-item ul.impact-points {
        list-style: none; }
        #home-impact ul#impacts li.impact-item ul.impact-points li {
          padding: 0.1em 0 0 0; }
    @media (min-width: 0) and (max-width: 1024px) {
      #home-impact ul#impacts li.impact-item:first-of-type {
        margin-top: 0; } }

#tilt {
  margin-bottom: 80px; }
  #tilt #campaign-updates ul#update-list {
    width: 100%; }
    #tilt #campaign-updates ul#update-list li.update-item {
      color: #454545;
      font-size: 1em;
      height: auto;
      min-height: 100%;
      padding: 1em 0;
      font-style: italic;
      font-weight: 500; }
      @media (min-width: 1025px) {
        #tilt #campaign-updates ul#update-list li.update-item {
          font-size: 1.2em;
          padding: 1.5em 0; } }
      @media (min-width: 1025px) {
        #tilt #campaign-updates ul#update-list li.update-item .message {
          width: 720px;
          margin: 0 auto; } }
      #tilt #campaign-updates ul#update-list li.update-item a {
        color: #454545;
        text-decoration: underline; }
        #tilt #campaign-updates ul#update-list li.update-item a:hover {
          color: #232323; }
    #tilt #campaign-updates ul#update-list li.update-item:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    #tilt #campaign-updates ul#update-list li.color-gray, #tilt #campaign-updates ul#update-list li.color-gray:before {
      background-color: #808080; }
    #tilt #campaign-updates ul#update-list li.color-red, #tilt #campaign-updates ul#update-list li.color-red:before {
      background-color: #ff404e; }
    #tilt #campaign-updates ul#update-list li.color-gold, #tilt #campaign-updates ul#update-list li.color-gold:before {
      background-color: #fcb900; }
    #tilt #campaign-updates ul#update-list li.color-green, #tilt #campaign-updates ul#update-list li.color-green:before {
      background-color: #70ce28; }
    #tilt #campaign-updates ul#update-list li.color-aqua, #tilt #campaign-updates ul#update-list li.color-aqua:before {
      background-color: #00bbaa; }
    #tilt #campaign-updates ul#update-list li.color-blue, #tilt #campaign-updates ul#update-list li.color-blue:before {
      background-color: #00a0f0; }
    #tilt #campaign-updates ul#update-list li.color-purple, #tilt #campaign-updates ul#update-list li.color-purple:before {
      background-color: #d14fd0; }
  #tilt #campaign-updates .flex-direction-nav {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    height: 0; }
  #tilt .campaign-content:last-of-type {
    padding-bottom: 100px; }
    @media (min-width: 1025px) {
      #tilt .campaign-content:last-of-type {
        padding-bottom: 160px; } }
  #tilt section.text-block:first-of-type .text-area {
    padding-bottom: 0; }
  #tilt section {
    width: 100%;
    margin: 0;
    overflow-x: hidden; }
    #tilt section h2 {
      font-size: 2.5em;
      font-weight: 300;
      padding: 0; }
      @media (min-width: 641px) and (max-width: 1024px) {
        #tilt section h2 {
          font-size: 3em; } }
      @media (min-width: 1025px) {
        #tilt section h2 {
          font-size: 3.5em; } }
    #tilt section .spacer {
      height: 1.5em; }
    #tilt section .text-area {
      padding: 2em 0;
      margin: 0 1em; }
      @media (min-width: 641px) and (max-width: 1024px) {
        #tilt section .text-area {
          margin: 0 15%; } }
      @media (min-width: 1025px) {
        #tilt section .text-area {
          padding: 3em 0; } }
      #tilt section .text-area h2 {
        text-align: center; }
      #tilt section .text-area .text-body p {
        margin: 0 0 1em 0; }
      @media (min-width: 1025px) {
        #tilt section .text-area .text-body {
          width: 720px;
          margin: 0 auto; }
          #tilt section .text-area .text-body p:first-of-type {
            margin-top: 0; } }
      @media (min-width: 1025px) {
        #tilt section .text-area .text-body.columns-2 {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
          -webkit-column-gap: 40px;
          -moz-column-gap: 40px;
          column-gap: 40px;
          width: 960px;
          margin: 0 auto; }
          #tilt section .text-area .text-body.columns-2 p {
            display: inline-block;
            -webkit-column-break-inside: avoid;
            -moz-column-break-inside: avoid;
            -o-column-break-inside: avoid;
            -ms-column-break-inside: avoid;
            column-break-inside: avoid; } }
      @media (min-width: 1025px) {
        #tilt section .text-area .text-body.columns-3 {
          -webkit-column-count: 3;
          -moz-column-count: 3;
          column-count: 3;
          -webkit-column-gap: 30px;
          -moz-column-gap: 30px;
          column-gap: 30px;
          width: 960px;
          margin: 0 auto; }
          #tilt section .text-area .text-body.columns-3 p {
            display: inline-block;
            -webkit-column-break-inside: avoid;
            -moz-column-break-inside: avoid;
            -o-column-break-inside: avoid;
            -ms-column-break-inside: avoid;
            column-break-inside: avoid; } }
      #tilt section .text-area .text-body.text-size-medium {
        font-size: 1.2em; }
      #tilt section .text-area .text-body.text-size-large {
        font-size: 1.4em; }
    #tilt section .section-image {
      position: relative;
      width: 140%;
      left: -20%; }
      @media (min-width: 768px) {
        #tilt section .section-image {
          width: 100%;
          left: 0; } }
      #tilt section .section-image img {
        width: 100%;
        height: auto;
        display: block; }
  #tilt section.block-dark {
    background-color: #45413E;
    color: #F5F4F2; }
    #tilt section.block-dark h2 {
      color: #F5F4F2 !important; }
  #tilt section.block-light {
    background-color: #F5F4F2;
    color: #7E7A77; }
    #tilt section.block-light h2 {
      color: #7E7A77 !important; }
  #tilt section.block-medium {
    background-color: #7E7A77;
    color: #F5F4F2; }
    #tilt section.block-medium h2 {
      color: #F5F4F2 !important; }
  #tilt .reward-block {
    background-color: #F5F4F2;
    color: #7E7A77; }
    #tilt .reward-block h2 {
      color: #7E7A77 !important; }
    #tilt .reward-block .reward-summary {
      padding: 2em 0 3em 0; }
      @media (min-width: 641px) and (max-width: 1024px) {
        #tilt .reward-block .reward-summary {
          padding: 2.5em 0 3.5em 0;
          margin: 0 20%; } }
      @media (min-width: 1025px) {
        #tilt .reward-block .reward-summary {
          padding: 4em 0 5em 0;
          margin: 0 25%; } }
    #tilt .reward-block h4 {
      text-align: center;
      font-weight: 400; }
    #tilt .reward-block h5 {
      font-weight: 300;
      line-height: 1.5;
      padding: 1em 0; }
    #tilt .reward-block .reward-meta-wrap {
      vertical-align: top;
      text-align: center; }
    #tilt .reward-block .reward-meta {
      display: block;
      font-size: 1.5em;
      margin: 1em 0;
      font-weight: 500; }
      @media (min-width: 768px) {
        #tilt .reward-block .reward-meta {
          display: inline-block;
          width: 32%;
          font-size: 2em;
          font-weight: 300; } }
      #tilt .reward-block .reward-meta a {
        background-color: #72d46f;
        color: #FFF;
        padding: 0.2em 0.5em; }
        #tilt .reward-block .reward-meta a:hover {
          background-color: #43a040;
          text-decoration: none;
          cursor: pointer; }
  #tilt .share-block {
    background-color: #45413E;
    color: #F5F4F2; }
    #tilt .share-block .text-area {
      margin-top: 0;
      padding-top: 0; }
    #tilt .share-block h2 {
      color: #F5F4F2 !important; }
    #tilt .share-block ul.share-list {
      text-align: center;
      list-style: none;
      font-size: 2em; }
      #tilt .share-block ul.share-list li.share-item {
        display: inline-block;
        margin: 0 1em; }
        #tilt .share-block ul.share-list li.share-item a {
          color: inherit;
          padding: 0.4em 0.8em;
          border: 1px solid #F5F4F2; }
          #tilt .share-block ul.share-list li.share-item a i {
            margin-right: 0.66em;
            display: inline; }
          #tilt .share-block ul.share-list li.share-item a span {
            display: inline; }
          #tilt .share-block ul.share-list li.share-item a:hover {
            background-color: #000;
            border: 1px solid #45413E;
            color: #F5F4F2;
            text-decoration: none; }
  #tilt .summary-block {
    background-color: #45413E;
    color: #F5F4F2; }
    #tilt .summary-block h2 {
      color: #F5F4F2 !important; }
    @media (min-width: 1025px) {
      #tilt .summary-block .text-area {
        max-width: 720px;
        margin: 0 auto; } }
    #tilt .summary-block .summary-item {
      width: 32%;
      display: inline-block;
      text-align: center; }
      #tilt .summary-block .summary-item span {
        display: block; }
      #tilt .summary-block .summary-item .highlight {
        font-size: 1.5em;
        font-weight: 500; }
    #tilt .summary-block .summary-progress {
      display: none;
      width: 100%;
      height: 12px;
      margin: 0 auto;
      margin-top: 2em;
      position: relative;
      border-radius: 6px;
      border: 1px solid #ffffff;
      background-color: none; }
      #tilt .summary-block .summary-progress .fill {
        height: 4px;
        position: absolute;
        top: 4px;
        left: 4px;
        background-color: #72d46f;
        border-radius: 2px;
        min-width: 20px;
        width: 20px; }
    #tilt .summary-block .summary-stats {
      padding: 2em 0 1em 0; }
    #tilt .summary-block .summary-goals {
      width: 100%;
      margin: 20px auto; }
      #tilt .summary-block .summary-goals .goal-item {
        padding: 10px 0;
        margin: 0.5em 0;
        background-color: rgba(255, 255, 255, 0.15); }
        @media (min-width: 1025px) {
          #tilt .summary-block .summary-goals .goal-item {
            padding: 20px 0; } }
        #tilt .summary-block .summary-goals .goal-item .status {
          width: 38px;
          height: 38px;
          margin: 0 10px;
          float: left;
          border: 1px solid rgba(255, 255, 255, 0.2);
          border-radius: 100%;
          text-align: center; }
          @media (min-width: 1025px) {
            #tilt .summary-block .summary-goals .goal-item .status {
              margin: 0 20px; } }
          #tilt .summary-block .summary-goals .goal-item .status i {
            color: rgba(255, 255, 255, 0.2);
            font-size: 1.5em;
            line-height: 38px;
            width: 100%;
            height: 100%; }
        #tilt .summary-block .summary-goals .goal-item .goal-wrap {
          width: calc(100% - 80px);
          padding: 0 10px 0 0;
          float: left; }
          @media (min-width: 1025px) {
            #tilt .summary-block .summary-goals .goal-item .goal-wrap {
              width: calc(100% - 100px);
              padding: 0 20px 0 0; } }
          #tilt .summary-block .summary-goals .goal-item .goal-wrap .amount {
            font-weight: 700;
            font-size: 1.1em;
            padding: 0 0 0.25em 0;
            width: 100%;
            text-align: left; }
          #tilt .summary-block .summary-goals .goal-item .goal-wrap .description {
            width: 100%;
            text-align: left; }
      #tilt .summary-block .summary-goals .goal-item.status-met {
        background-color: #72d46f;
        color: rgba(0, 0, 0, 0.66); }
        #tilt .summary-block .summary-goals .goal-item.status-met .status {
          border: 1px solid rgba(0, 0, 0, 0.66); }
          #tilt .summary-block .summary-goals .goal-item.status-met .status i {
            color: rgba(0, 0, 0, 0.66); }
  #tilt .video-block {
    padding: 20px 0;
    background-color: #45413E;
    color: #F5F4F2; }
    #tilt .video-block h2 {
      color: #F5F4F2 !important; }
    #tilt .video-block .video-wrap {
      position: relative;
      padding-bottom: 56.25%;
      overflow: hidden;
      max-width: 100%;
      height: 100%; }
      @media (min-width: 1025px) {
        #tilt .video-block .video-wrap {
          width: 720px;
          height: 405px;
          margin: 0 auto;
          padding: 0px; } }
  #tilt .video-block iframe,
  #tilt .video-block object,
  #tilt .video-block embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (min-width: 1025px) {
      #tilt .video-block iframe,
      #tilt .video-block object,
      #tilt .video-block embed {
        width: 720px;
        height: 405px; } }

ul#article-list li.article-item {
  display: block;
  height: auto;
  list-style: none;
  padding: 40px 0 0 0; }
  @media (min-width: 641px) and (max-width: 1024px) {
    ul#article-list li.article-item {
      padding: 50px 0 0 0; } }
  @media (min-width: 1025px) {
    ul#article-list li.article-item {
      padding: 40px 0; } }
  ul#article-list li.article-item .article-half {
    display: inline-block;
    height: 100%;
    vertical-align: top; }
  ul#article-list li.article-item .article-image {
    max-height: 250px;
    overflow: hidden;
    width: 100%; }
    ul#article-list li.article-item .article-image img {
      min-width: 100%;
      max-width: 100%; }
    ul#article-list li.article-item .article-image .img-wrap {
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      ul#article-list li.article-item .article-image .img-wrap a {
        display: block;
        height: 100%;
        width: 100%; }
    @media (min-width: 641px) and (max-width: 1024px) {
      ul#article-list li.article-item .article-image {
        max-height: 450px; } }
    @media (min-width: 1025px) {
      ul#article-list li.article-item .article-image {
        width: 435px;
        max-height: 350px; } }
  ul#article-list li.article-item .article-info-wrap {
    width: 480px;
    margin-left: 25px; }
    @media (min-width: 0) and (max-width: 1024px) {
      ul#article-list li.article-item .article-info-wrap {
        width: 100%;
        margin-left: 0; } }
    ul#article-list li.article-item .article-info-wrap h4 {
      padding-top: 20px;
      font-weight: 300; }
      @media (min-width: 1025px) {
        ul#article-list li.article-item .article-info-wrap h4 {
          padding-top: 0px; } }
    ul#article-list li.article-item .article-info-wrap h4 a {
      color: #666; }
    ul#article-list li.article-item .article-info-wrap p {
      margin-top: 1em;
      font-size: 1em; }

ul#article-list ul.details li {
  list-style: none;
  font-size: 1.5em;
  margin-top: 0.5em; }
  ul#article-list ul.details li i {
    display: inline-block;
    width: 1em; }

.article-navigation {
  margin: 30px 0;
  text-align: center;
  width: 100%; }
  @media (min-width: 1025px) {
    .article-navigation {
      margin: 60px 0; } }
  .article-navigation a {
    background-color: #666;
    color: #fff;
    font-size: 1em;
    margin: 0 1em;
    padding: 0.2em 0.5em;
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out; }
    @media (min-width: 1025px) {
      .article-navigation a {
        font-size: 1.25em; } }
    .article-navigation a:hover {
      opacity: 1;
      text-decoration: none; }

.article ul.details li {
  text-align: center; }
  .article ul.details li li {
    margin: 0 10px; }

.article h2.article-title {
  text-align: center; }

.article li.article-button-holder {
  padding: 0 10px 10px 0;
  display: inline-block; }

.article .row {
  width: 100%;
  position: relative;
  padding: 0 0 40px 0;
  content: "";
  display: table;
  clear: both; }
  @media (min-width: 641px) and (max-width: 1024px) {
    .article .row {
      text-align: center; } }
  .article .row img {
    width: 210px; }
    @media (min-width: 1025px) {
      .article .row img {
        float: left;
        display: inline; } }
  .article .row .text {
    width: 100%;
    display: block; }
    @media (min-width: 641px) and (max-width: 1024px) {
      .article .row .text {
        width: 66%;
        margin: 0 auto; } }
    @media (min-width: 1025px) {
      .article .row .text {
        display: inline;
        width: 720px;
        float: right; } }

/*
** MAIN WRAPPER AND OTHER CORE ELEMENTS
*/
h1 {
  font-weight: 200;
  font-size: 3em;
  padding: 0.75em 0; }
  @media (min-width: 1025px) {
    h1 {
      font-size: 3.5em;
      padding: 1em 0; } }

h2 {
  font-weight: 200;
  font-size: 2.5em;
  padding: 0.625em 0; }
  @media (min-width: 1025px) {
    h2 {
      font-size: 3em; } }

h3 {
  font-weight: 300;
  font-size: 2em;
  padding: 0.5em 0; }
  @media (min-width: 1025px) {
    h3 {
      font-size: 2.25em;
      padding: 0.6em 0; } }

h4 {
  font-weight: 300;
  font-size: 1.5em;
  padding: 0.33em 0; }
  @media (min-width: 1025px) {
    h4 {
      font-size: 1.75em;
      padding: 0.4em 0; } }

h5 {
  font-weight: 400;
  font-size: 1.25em;
  padding: 0.2em 0; }
  @media (min-width: 1025px) {
    h5 {
      font-size: 1.3em;
      padding: 0.3em 0; } }

h6 {
  font-weight: 400;
  font-size: 1em;
  padding: 0.15em 0; }
  @media (min-width: 1025px) {
    h6 {
      font-size: 1.15em;
      padding: 0.2em 0; } }

p {
  font-size: 1.1em;
  line-height: 1.4;
  padding: 0.15em; }
  @media (min-width: 1025px) {
    p {
      font-size: 1.1em;
      padding: 0.2em; } }
  p a {
    text-decoration: underline !important; }

@media (min-width: 0) and (max-width: 1024px) {
  #main-wrapper {
    padding-top: 50px; } }

.group:after {
  content: "";
  display: table;
  clear: both; }

/* 
** block section colors
 */
.thin {
  font-weight: 200; }

.light {
  font-weight: 300; }

.bold {
  font-weight: 700; }

/* 
** block section colors
 */
/* Font - CSS Rules */
.mn-light {
  font-family: 'Maison Neue Light', Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 200;
  font-style: normal; }

.mn-italic {
  font-family: 'Maison Neue Light Italic', Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 200;
  font-style: italic; }

.mn-medium {
  font-family: 'Maison Neue Medium', Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 500;
  font-style: normal; }

.mn-bold {
  font-family: 'Maison Neue Bold', Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: bold;
  font-style: normal; }

.derp {
  content: ""; }

/* Common elements styling */
.post .entry ul {
  margin-left: 25px; }

.post .entry ol {
  margin-left: 25px; }

.post .entry a img {
  border: 0; }

p img {
  padding: 0;
  max-width: 100%; }

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignright {
  margin: 0 0 5px 15px;
  display: inline; }

img.alignleft {
  margin: 0 15px 5px 0;
  display: inline; }

.alignright {
  float: right;
  display: inline; }

.alignleft {
  float: left;
  display: inline; }

.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Calendar widget */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0; }

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right; }

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left; }

#wp-calendar a {
  display: block; }

#wp-calendar caption {
  text-align: center;
  width: 100%; }

#wp-calendar td {
  padding: 3px 0;
  text-align: center; }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  padding-top: 4px;
  margin: 10px; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0; }

/* Big images in rich text editor should not break page layout */
.post .entry {
  overflow: hidden; }

/******* /Gray Area Website WordPress CSS *******/
* {
  margin: 0;
  padding: 0;
  outline: 0; }

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "azo-sans-web", "Helvertica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5;
  color: #666;
  background: #fff;
  -webkit-transform: scaleZ(1) translateZ(0);
  transform: scaleZ(1) translateZ(0); }
  @media (min-width: 0) and (max-width: 1024px) {
    body {
      font-size: 0.9em; } }
  @media (min-width: 1025px) {
    body {
      min-width: 960px; } }

a {
  color: #666;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  text-decoration: underline; }

a img {
  border: 0; }

input, textarea, select {
  font-family: "azo-sans-web", "Helvertica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

textarea {
  overflow: auto; }

input, textarea {
  border-radius: 0;
  -webkit-appearance: none; }

.cl {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  clear: both; }

.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }

.left, .alignleft {
  float: left;
  display: inline; }

.right, .alignright {
  float: right;
  display: inline; }

.shell {
  width: calc(100% - 40px);
  margin: 0 20px; }
  @media (min-width: 1025px) {
    .shell {
      width: 960px;
      margin: 0 auto; } }

.big-shell {
  width: calc(100% - 40px);
  margin: 0 20px; }
  @media (min-width: 1280px) {
    .big-shell {
      width: 1200px;
      margin: 0 auto; } }

.wrapper {
  width: 100%;
  height: 100%;
  z-index: 60; }

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10; }

.bg img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.bg .slides,
.bg .slides li {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  list-style: none outside none; }

.bg .slides li {
  display: none; }

.bg .slides li:first-child {
  display: block; }

.bg .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/slider-overlay.png); }

#home-feature-title {
  font-size: 42px;
  line-height: 50px;
  text-align: right;
  padding: 0;
  color: #eaebeb;
  width: 360px;
  position: absolute;
  top: 33%;
  right: calc(50% - 480px);
  z-index: 30; }
  @media (min-width: 0) and (max-width: 640px) {
    #home-feature-title {
      font-size: 21px;
      line-height: 25px;
      width: 170px;
      right: 20px; } }

#home-feature-title ul {
  list-style: none outside none;
  width: 100%; }

#home-feature-title ul li {
  display: none; }

#home-feature-title ul li:first-child {
  display: block; }

#home-feature-title ul li a {
  color: #eaebeb; }

.upcoming {
  position: absolute;
  bottom: 25px;
  left: calc(50% - 480px);
  z-index: 50;
  color: #fff; }
  @media (min-width: 0) and (max-width: 640px) {
    .upcoming {
      font-size: 14px;
      width: 94%;
      bottom: 0;
      left: 0;
      padding: 0 3% 3% 3%; } }

.upcoming h4 {
  font-size: 28px;
  padding: 0 0 14px;
  color: #fff;
  font-family: "azo-sans-web", "Helvertica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal; }
  @media (min-width: 0) and (max-width: 640px) {
    .upcoming h4 {
      font-size: 16px;
      padding: 0 0 17px; } }

.upcoming .col {
  float: left;
  display: inline;
  width: 300px;
  padding-right: 20px;
  font-size: 28px;
  line-height: 30px; }
  @media (min-width: 0) and (max-width: 640px) {
    .upcoming .col {
      float: none;
      display: block;
      width: 100%;
      font-size: 14px;
      line-height: 15px;
      padding: 0 0 15px; } }

.upcoming .col.color-1 a {
  color: #4cd2ff; }

.upcoming .col.color-2 a {
  color: #f16fff; }

.upcoming .col.color-3 a {
  color: #ff966f; }

.upcoming .col.color-4 a {
  color: #68bb66; }

.top-text {
  font-size: 1.5em;
  line-height: 1.5;
  color: #555;
  background: #ddd;
  text-align: left;
  padding: 24px 0;
  margin: 0;
  width: 100%;
  font-family: "azo-sans-web", "Helvertica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: italic; }
  @media (min-width: 0) and (max-width: 640px) {
    .top-text {
      font-size: 1.1em;
      padding: 10px 0;
      margin: 0; } }

.top-text .inner {
  height: 100%;
  padding: 0 100px 0 0; }
  @media (min-width: 0) and (max-width: 640px) {
    .top-text .inner {
      padding: 0 30px 0 0; } }

h4.community-list-title {
  text-align: center;
  padding: 0 0 18px; }

.events {
  padding: 0 0 30px; }

.events .img {
  float: left;
  display: inline;
  width: 440px; }

.events .text {
  float: left;
  display: inline;
  width: 440px;
  margin: 0 0 0 20px;
  clear: right; }
  .events .text h4 {
    line-height: 35px;
    padding: 0 0 20px;
    float: right;
    display: inline;
    margin: 6px 0 0 0;
    width: 440px; }

.events a {
  color: #868686; }

.events .details {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 48px;
  padding: 0 0 9px;
  font-family: "azo-sans-web", "Helvertica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

/* Exygy - PH - 2013 - 11 - 21 -  fix date formatting issue on upcoming initiative page  */
.color-2 .article .details .btn {
  background: #df77e9; }

.color-3 .article .details .btn {
  background: #ff9673; }

.color-4 .article .details .btn {
  background: #6ed66a; }

.article {
  padding-top: 45px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.article .mobile-title {
  display: none; }

.article .col {
  width: 436px;
  padding: 0 0 56px; }

.article p {
  padding: 0.5em 0 1.25em 0; }

.article .details {
  width: 100%;
  list-style: none outside none;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  padding: 24px 0 30px; }

/* Exygy - PH - 2013 - 11 - 21 -  reduce padding to allow larger company name */
.article .details li {
  display: inline;
  padding: 0 20px; }

.article .details img {
  vertical-align: middle;
  margin: 0 15px 3px 0;
  height: 50px; }

.article .details .btn {
  display: inline-block;
  background: #999999;
  color: #fff;
  line-height: 48px;
  padding-left: 12px;
  padding-right: 26px;
  *padding-right: 0; }

.article .details .btn img {
  margin: 0 6px 0 0;
  height: 25px; }

.article .details .btn:hover {
  text-decoration: none; }

.article .details .btn span {
  display: inline-block;
  background: #ccc;
  padding: 0 14px;
  margin-left: 26px;
  margin-right: -26px;
  position: relative; }

.single-event .article .details li {
  padding: 0 15px;
  /* width: 395px; */ }

.single-event .article .details li br {
  font-size: 0;
  line-height: 0; }

.single-event .article .details li img {
  float: left; }

.single-event .article .details li {
  text-align: left; }

.single-event .article .details li .btn img {
  float: none; }

.single-event .article .details li.article-button-holder {
  width: auto;
  display: inline; }

.single-event .article .details li.cl {
  display: block;
  clear: both;
  width: 100%;
  padding: 15px 0 0 0;
  margin: 0; }

.single-event .article .details li .event-location-details-text {
  float: left;
  width: 347px; }

.single-event .article .details li.article-button-holder {
  float: none; }

.single-education .article .details.location li {
  float: left;
  padding: 0 15px;
  width: 395px; }

.single-education .article .details.location li br {
  font-size: 0;
  line-height: 0; }

.single-education .article .details.location li img {
  float: left; }

.single-education .article .details.location li {
  text-align: left; }

.single-education .article .details.location li .btn img {
  float: none; }

.single-education .article .details.location li.article-button-holder {
  width: auto;
  display: inline; }

.single-education .article .details.location li.cl {
  display: block;
  clear: both;
  width: 100%;
  padding: 15px 0 0 0;
  margin: 0; }

.single-education .article .details.location li .event-location-details-text {
  float: left;
  width: 347px; }

.single-education .article .details.location li.article-button-holder {
  float: none; }

.article .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 24px; }

.article .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.article .video.mobile-show {
  display: none; }

.list {
  height: 100%;
  position: relative;
  border-collapse: hidden;
  padding: 0 0 6px 0; }

.list h4 {
  text-align: center;
  padding: 0 0 18px; }

.list ul {
  list-style: none outside none;
  width: 100%;
  position: relative;
  overflow: hidden; }

.list ul li {
  float: left;
  display: inline;
  width: 210px;
  height: 300px;
  padding: 0 20px 0 0;
  margin: 0 0 18px; }

.list ul li a {
  float: left;
  display: inline;
  width: 100%;
  color: #999;
  font-size: 20px;
  line-height: 24px; }

.list ul li a .img-wrap {
  width: 210px;
  height: 210px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.list ul li a strong {
  display: block;
  width: 206px;
  padding: 8px 2px 3px;
  font-size: 24px;
  position: relative;
  font-family: "azo-sans-web", "Helvertica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.list ul li a span {
  display: block;
  font-size: 20px;
  line-height: 24px;
  width: 206px;
  padding: 0 2px; }

.list ul li a:hover {
  text-decoration: none;
  color: #666; }

.donate-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #444;
  color: #ccc;
  padding: 40px 0 50px;
  margin: 0 0 40px; }

.donate-container .shell {
  position: relative;
  overflow: hidden; }

.donate-container .col {
  width: 435px; }

.donate-container .col.left {
  margin-left: 30px; }

.donate-container .col.right {
  margin-right: 30px; }

.donate-container p {
  padding: 0 0 21px; }

.donate-container .donate {
  background: #666;
  border-top: 9px solid #555;
  border-left: 9px solid #555;
  position: relative;
  overflow: hidden;
  padding: 22px 0 30px; }

.donate-container .donate .amount {
  float: left;
  display: inline;
  width: 200px;
  font-size: 54px;
  line-height: 58px;
  height: 58px;
  padding: 0 0 0 13px; }

.donate-container .donate .btn {
  float: right;
  display: inline;
  width: 160px;
  font-size: 32px;
  line-height: 60px;
  background: #72d46f;
  text-align: center;
  color: #fff;
  margin: 0 20px 0 0; }

.donate-container .donate .btn:hover {
  text-decoration: none; }

.donate-container .check {
  display: block;
  padding: 14px 0 22px 42px;
  position: relative; }

.donate-container .checkbox {
  width: 12px;
  height: 12px;
  border: 2px solid #cbcbcb;
  display: block;
  font-size: 0px;
  line-height: 0;
  position: absolute;
  top: 17px;
  left: 15px;
  cursor: pointer; }

.donate-container .checkbox input {
  display: none; }

.donate-container .checkbox span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 2px;
  background: url(images/transparent.png);
  position: relative;
  z-index: 1; }

.donate-container .checkbox.checked span {
  background: #cbcbcb; }

.donate-container .box {
  margin: 0 0 10px;
  border: 1px solid #555;
  border-top-width: 3px;
  border-left-width: 3px;
  background: #666; }

.donate-container .box label {
  display: block;
  position: relative;
  font-size: 24px;
  padding: 7px 0 10px 40px;
  cursor: pointer;
  width: 390px;
  z-index: 9999; }

.donate-container .box label > span {
  position: absolute;
  top: 7px;
  right: 18px; }

.donate-container .box .checkbox {
  top: 14px;
  left: 12px; }

.donate-container .entry {
  padding: 4px 10px 32px 40px;
  font-size: 16px;
  line-height: 19px;
  width: 380px;
  display: none; }

.donate-container .entry p {
  padding: 0 0 10px;
  color: #fff; }

.video-container {
  padding: 40px 0 24px; }

.video-container .video {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 24px;
  margin: 0 30px; }

.video-container .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.area {
  text-align: center; }

.area .inner {
  width: 100%;
  background: #444;
  padding: 30px 0 35px;
  margin-top: 30px; }

.area .inner h6 {
  font-size: 48px;
  color: #ccc;
  padding: 0 0 32px;
  font-family: "azo-sans-web", "Helvertica Neue", Helvetica, Arial, sans-serif;
  font-style: italic; }

.area img {
  display: block;
  margin: 0 0 15px; }

.area .col.left {
  width: 290px;
  margin-left: 30px; }

.area .col.right {
  width: 290px;
  margin-right: 30px; }

.area .col.center {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  width: 295px;
  float: left;
  display: inline; }

.page-template-template-support-php .top-text {
  margin-bottom: 0; }

.custom-donate-amount {
  margin-left: 5px;
  background: none;
  width: 150px;
  font-size: 47px;
  line-height: 53px;
  color: #ccc;
  border: #ccc solid 1px;
  padding: 2px; }

.gform_wrapper {
  width: 700px;
  margin: 0 auto;
  padding: 0 0 70px; }

.gform_wrapper .gform_heading {
  display: none; }

.gform_wrapper ul {
  list-style: none outside none; }

.gform_wrapper li {
  border: 1px solid #ddd;
  border-top-width: 7px;
  border-left-width: 7px;
  margin: 0 0 30px;
  background: #eee;
  position: relative;
  width: 692px; }

.gform_wrapper li label {
  font-size: 42px;
  color: #aaa;
  line-height: 92px;
  padding: 0 16px;
  position: absolute;
  top: 0;
  left: 0; }

.gform_wrapper li .medium,
.gform_wrapper li .large,
.gform_wrapper li .small {
  width: 660px;
  height: 51px;
  background: #eee;
  border: 0;
  display: block;
  font-size: 42px;
  color: #aaa;
  padding: 21px 16px; }

.gform_wrapper li.large label {
  font-size: 54px;
  line-height: 112px; }

.gform_wrapper li.large .large {
  font-size: 54px;
  height: 66px;
  padding-top: 23px;
  padding-bottom: 23px; }

.gform_wrapper li.small label {
  font-size: 24px;
  line-height: 60px; }

.gform_wrapper li.small .small,
.gform_wrapper li.small .medium {
  font-size: 24px;
  height: 28px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: none; }

.gform_wrapper li textarea.medium,
.gform_wrapper li textarea.large,
.gform_wrapper li textarea.small {
  min-height: 360px; }

.gform_wrapper .button {
  display: block;
  width: 200px;
  height: 80px;
  background: #72d46f;
  color: #fff;
  border: 0;
  margin: 0 auto;
  font-size: 42px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer; }

.gform_wrapper li.gfield_error {
  border-color: #c68c90;
  background: #ffbfbf;
  color: #c58c90; }

.gform_wrapper li.gfield_error input,
.gform_wrapper li.gfield_error textarea {
  color: #c58c90;
  background: #ffbfbf; }

.gform_wrapper li.gfield_error label {
  color: #c58c90; }

#gforms_confirmation_message {
  padding-top: 15px;
  text-align: center;
  font-size: 32px; }

.contact-box {
  width: 700px;
  margin: 0 auto;
  text-align: center; }

.validation_error {
  display: none; }

.validation_message {
  display: none; }

.container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 30px 0 40px; }

.container h2 {
  text-align: center;
  padding: 0 0 8px; }

.container h5 {
  text-align: center;
  color: #aaa;
  padding: 0 0 36px; }

.container .img {
  float: left;
  display: inline;
  width: 435px;
  margin-left: 30px; }

.container .text {
  float: right;
  display: inline;
  width: 435px;
  padding: 7px 30px 0 0; }

.container .text p {
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 28px; }

.container .text ul {
  list-style: none outside none;
  font-size: 24px;
  line-height: 36px;
  padding: 0 0 6px; }

.container .text ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 0 27px; }

.container .text a {
  color: #858585;
  float: left;
  display: inline; }

.container .text a img {
  float: left;
  display: inline;
  margin-right: 18px;
  height: 36px; }

.press-list {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 0 40px; }

.press-list .col {
  width: 435px;
  color: #7f7f7f; }

.press-list .post {
  padding: 36px 0 0; }

.press-list h4 {
  font-size: 32px;
  padding: 0 0 15px;
  font-weight: 300; }

.press-list a {
  color: #858585; }

.press-list a:hover {
  text-decoration: none;
  color: #333; }

.press-list h6 {
  font-size: 20px;
  color: #7f7f7f;
  padding: 0 0 4px;
  font-weight: 700; }

.support-text {
  display: none; }

#main {
  padding: 0; }

.form-container {
  padding: 10px 0 20px; }

/*.hidden-field { display: none; }*/
#paypal_form {
  display: none; }

.close-menu-button {
  display: block;
  background: url(images/close-button.png) no-repeat center center;
  width: 17px;
  height: 17px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 5px;
  left: 10px; }

h2.bottom-indent-title {
  padding-bottom: 20px;
  text-align: left; }

.bottom-indent {
  padding-bottom: 35px; }

.page-style .postmetadata {
  font-size: 16px;
  padding-top: 15px; }

.single .page-style .postmetadata {
  padding: 0 0 15px; }

.page-style ul,
.page-style ol {
  margin: 0 0 21px 30px; }

.page-style .social-links-list {
  margin: 0; }

.loading-spinner {
  background: url(images/loader.gif) no-repeat center center;
  width: 100%;
  height: 16px;
  margin: 5px 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  display: none; }

.slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: center center;
  background-size: cover; }

@media (min-width: 0) and (max-width: 640px) {
  .article-navigation {
    display: block; }
  .search-form,
  .close-menu-button {
    display: none !important; }
  img {
    max-width: 100%; }
  #navigation .toggle span {
    display: none; }
  .events {
    padding: 0; }
  .events .img {
    margin: 0 0 17px;
    width: 100%; }
  .events .img img {
    width: 100%; }
  .events .text {
    width: auto;
    padding: 0;
    margin: 0; }
  .events h4 {
    font-size: 21px;
    line-height: 23px;
    padding: 8px 10px;
    float: none;
    display: block;
    width: auto;
    margin: 0; }
  .events ul li {
    padding: 0 0 52px;
    border-top: 2px solid #eee; }
  .events ul li:first-child {
    border: 0; }
  .events p {
    padding: 0 0 12px; }
  .events .text {
    padding: 0 10px; }
  .page-template-template-support-php {
    margin: 0; }
  .page-template-template-support-php .top-text {
    background: #444;
    color: #ccc; }
  .donate-container {
    padding: 0 0 8px;
    margin: 0; }
  .donate-container .col.left,
  .donate-container .col.right {
    float: none;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0; }
  .donate-container .box {
    border-top-width: 2px;
    border-left-width: 2px; }
  .donate-container .box label {
    width: auto;
    font-size: 16px;
    padding: 7px 5px 6px 28px; }
  .donate-container .box label > span {
    position: absolute;
    top: 7px;
    right: 12px; }
  .donate-container .box .checkbox,
  .donate-container .checkbox {
    top: 10px;
    left: 8px;
    width: 8px;
    height: 8px; }
  .donate-container .checkbox span {
    width: 6px;
    height: 6px;
    margin: 1px; }
  .donate-container .entry {
    font-size: 13px;
    line-height: 15px;
    padding: 6px 8px 8px;
    width: auto; }
  .donate-container .entry p {
    padding: 0 0 10px; }
  .donate-container .col .text {
    display: none; }
  .donate-container .donate {
    padding: 10px  0 13px; }
  .donate-container .donate .amount {
    font-size: 37px;
    line-height: 42px;
    width: 155px;
    padding-left: 12px; }
  .donate-container .donate .btn {
    width: 98px;
    font-size: 19px;
    line-height: 42px;
    margin-right: 12px; }
  .donate-container .check {
    padding: 13px 0 13px 30px;
    font-size: 16px; }
  .donate-container .check .checkbox {
    top: 16px;
    left: 10px; }
  .video-container {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding: 0 0 56.25%;
    margin: 0; }
  .video-container iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }
  .video-container .video {
    margin: 0; }
  .support-text {
    display: block;
    font-size: 13px;
    line-height: 15px;
    padding: 13px 10px 22px; }
  .support-text p {
    padding: 0 0 12px; }
  .area h3 {
    display: none; }
  .area .inner {
    margin: 0;
    padding: 0; }
  .area .inner h6 {
    font-size: 18px;
    padding: 12px 0 12px; }
  .area .col {
    display: none !important; }
  .showcase-list ul li {
    padding-bottom: 18px; }
  /* Exygy - PH - 2013 - 11 - 21 -  remove margin to fix border on mobile page */
  .article {
    overflow: visible; }
  .article:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
    font-size: 0px;
    line-height: 0; }
  .article {
    padding: 0 0 0; }
  .article p {
    padding: 0 0 12px; }
  .article .col {
    float: none;
    display: block;
    padding: 0;
    width: auto; }
  .press-list .col {
    float: none;
    display: block;
    width: 100%; }
  .press-list {
    font-size: 14px; }
  .press-list .post {
    padding: 0 0 25px; }
  .page-style h3 {
    font-size: 21px; }
  .page-style h1 {
    font-size: 30px;
    line-height: 30px;
    padding: 13px 0 14px; }
  .page-style h4,
  .press-list h4 {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 8px; }
  .page-style h6,
  .press-list h6 {
    font-size: 15px; }
  .container {
    padding: 15px 0 0;
    margin: 0 -10px;
    position: relative;
    width: auto; }
  .container h2 {
    font-size: 24px;
    padding: 0 0 5px; }
  .page-style h5,
  .container h5 {
    font-size: 16px;
    padding: 0 0 10px; }
  .container .img {
    width: 100%;
    margin: 0; }
  .container .text {
    padding: 0 10px;
    width: auto;
    font-size: 13px; }
  .container .text p {
    padding: 0 0 12px;
    font-size: 13px;
    line-height: 16px; }
  .container .text ul {
    font-size: 15px;
    padding-top: 6px; }
  .container .text ul li {
    padding: 0 0 2px; }
  .container .text a img {
    height: 24px;
    margin: 8px 10px 0 0; }
  .list {
    padding: 15px 5px 0;
    width: auto;
    margin: 0 -10px; }
  .list h4 {
    padding: 0 0 11px;
    font-size: 24px; }
  .list ul li {
    float: left;
    display: inline;
    padding: 0 5px;
    width: 145px;
    height: 214px;
    padding: 0 5px;
    margin: 0; }
  .list ul li a strong {
    font-size: 16px;
    padding: 0;
    width: auto; }
  .list ul li a span {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    width: auto; }
  .list + .list {
    padding-top: 0; }
  .form-container {
    padding: 10px 0; }
  .gform_wrapper {
    width: 300px;
    margin: 0 auto;
    padding: 10px 0 30px; }
  .gform_wrapper li {
    border-width: 1px;
    border-left-width: 3px;
    border-top-width: 3px;
    font-size: 21px;
    margin: 0 0 15px;
    width: 296px; }
  .gform_wrapper li .medium, .gform_wrapper li .large, .gform_wrapper li .small {
    padding: 9px 10px;
    width: 276px;
    height: 28px;
    font-size: 21px; }
  .gform_wrapper li label {
    padding: 0 10px;
    font-size: 21px;
    line-height: 46px; }
  .gform_wrapper li.small label {
    font-size: 14px;
    line-height: 28px; }
  .gform_wrapper li.small .small, .gform_wrapper li.small .medium {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 186px;
    min-height: 0; }
  .gform_wrapper .button {
    width: 100px;
    height: 42px;
    font-size: 24px; }
  .gform_wrapper li.large label {
    font-size: 27px;
    line-height: 56px;
    padding: 0 8px; }
  .gform_wrapper li.large .large {
    padding: 10px 8px;
    font-size: 27px;
    height: 36px; }
  .contact-box {
    width: 100%;
    padding: 0; }
  .contact-box br {
    display: none; }
  .bg .slides li img {
    max-width: none; }
  .home #header.open {
    background-color: rgba(0, 0, 0, 0.88); }
  .home #logo {
    background: transparent;
    box-shadow: none; }
  .article .details {
    padding: 0;
    font-size: 18px; }
  .article .details li {
    padding: 0 0 17px;
    display: block; }
  .article .details img {
    height: 28px;
    margin: 0 7px 0 0; }
  .article .details .btn {
    font-size: 17px;
    line-height: 34px;
    padding: 0 11px 0 6px; }
  /* Exygy - PH - 2013 - 11 - 21 -  remove margin to fix border on mobile page */
  .article .video {
    width: auto; }
  .article .video.mobile-hide {
    display: none; }
  .article .video.mobile-show {
    display: block; }
  .article .details .btn span {
    margin-left: 21px;
    padding: 0 12px; }
  .article-v2 h2 {
    display: none; }
  .article-v2 .details .date {
    display: none; }
  .article-v2 .mobile-title {
    display: block;
    margin: 0 -10px 15px;
    background: #fdddd3;
    font-size: 11px;
    line-height: 1.2;
    color: #852c17;
    text-align: center;
    padding: 13px 10px 7px; }
  .article-v2 .mobile-title h2 {
    display: block;
    padding: 0 0 2px;
    color: #852c17; }
  .article-v2 .mobile-title p {
    padding: 0; }
  .article-v3 h2 {
    text-align: left;
    padding-left: 15px;
    width: auto; }
  .article-v3 .page_style, .article-v3 .page-style {
    padding: 20px 0 0 0; }
  .article-v3 .details {
    font-size: 16px; }
  .article-v3 .details img {
    display: block;
    margin: 0 auto 10px; }
  .article-v3 .details li {
    padding: 0 0 13px; }
  .article-v3 .details li img.location_icon {
    margin-left: 3px; }
  .single-event .article.article-v3 .details li .event-location-details-text {
    margin-left: 4px;
    width: 214px; }
  .article-v3 .details .btn img {
    display: inline; }
  .article-v3 .row {
    padding: 0px 10px 14px 10px;
    width: auto; }
  .article-v3 .row img {
    width: 100px;
    margin: 0 15px 10px 0; }
  .article-v3 .row .text {
    float: none;
    display: block;
    width: auto; }
  .article-v3 .row .text h5 {
    padding: 0 0 8px; }
  .list.mobile-slider {
    padding: 15px 19px 0;
    position: relative;
    width: 91%; }
  .list.mobile-slider h4 {
    font-size: 18px;
    padding: 3px 0 7px; }
  .list.mobile-slider ul li {
    width: 141px;
    height: 128px;
    padding: 0; }
  .list.mobile-slider ul li a {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center; }
  .list.mobile-slider ul li a img {
    width: 100px;
    margin: 0 auto;
    display: block;
    height: auto; }
  .list.mobile-slider ul li a strong {
    font-size: 13px; }
  .list.mobile-slider .flex-direction-nav {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 0px;
    line-height: 0;
    overflow: visible;
    width: 100%;
    height: 0; }
  .list.mobile-slider .flex-direction-nav li {
    width: auto;
    height: auto;
    float: none; }
  .list.mobile-slider .flex-direction-nav li a {
    display: block;
    width: 11px;
    height: 19px;
    background: url(images/mobile-slider-nav.png) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    position: absolute;
    top: 0; }
  .list.mobile-slider .flex-direction-nav li a.flex-prev {
    left: 15px;
    background-position: 0 0; }
  .list.mobile-slider .flex-direction-nav li a.flex-next {
    right: 1px;
    background-position: right 0; }
  .bg {
    height: 120%; }
  .events .details a {
    width: auto; }
  .search-form {
    display: none; }
  .custom-donate-amount {
    width: 115px;
    font-size: 28px;
    line-height: 33px; }
  .article .details .btn img {
    height: 15px; }
  .single-event .article .details li {
    padding-bottom: 10px;
    width: 250px; }
  .single-event .article .details li img {
    padding-right: 10px; }
  .single-event .article .details li.article-button-holder {
    padding: 0 10px 10px 0;
    display: inline-block; }
  .single-education .article .details.location li {
    padding-bottom: 10px;
    width: 250px; }
  .single-education .article .details.location li img {
    padding-right: 10px; }
  .single-education .article .details.location li.article-button-holder {
    padding: 0 10px 10px 0;
    display: inline-block; }
  .single-education .article .details.location li .event-location-details-text {
    width: 210px;
    float: left; }
  .events .details.event-article-details {
    min-height: 77px;
    bottom: -14px; }
  .events .details.event-article-details a {
    width: 335px;
    margin: 0 0 5px; }
  .events .details.event-article-details a br {
    display: none; }
  .events .details.event-article-details a,
  .events .details.event-article-details a.article-price-info {
    line-height: 26px; }
  .single-event .article .details li .event-location-details-text {
    width: 222px; }
  .events .details a span {
    float: none;
    width: auto;
    display: inline-block;
    line-height: 15px;
    width: 269px; } }

.campaign {
  background-color: #7E7A77;
  text-align: center;
  line-height: 0;
  overflow-x: hidden; }

#campaign-header {
  width: 320px;
  position: absolute;
  top: 40px;
  left: calc(50% - 480px);
  z-index: 200;
  font-family: "azo-sans-web", "Helvertica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #F5F4F2;
  font-size: 22px;
  line-height: 34px;
  text-align: left; }
  @media (min-width: 641px) and (max-width: 1024px) {
    #campaign-header {
      left: 75px;
      font-size: 19px;
      line-height: 30px; } }
  @media (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
    #campaign-header {
      left: 75px; } }
  @media (min-width: 0) and (max-width: 640px) {
    #campaign-header {
      width: 220px;
      left: 15px;
      top: 20px;
      font-size: 15px;
      line-height: 20px; } }
  @media (min-width: 0) and (max-width: 640px) and (orientation: portrait) {
    #campaign-header {
      width: 150px; } }

.campaign-section {
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: normal;
  padding: 80px 0;
  margin: 0; }
  @media (min-width: 641px) and (max-width: 1024px) {
    .campaign-section {
      padding: 60px 0 50px 0; } }
  @media (min-width: 0) and (max-width: 640px) {
    .campaign-section {
      padding: 30px 0 20px 0; } }
  .campaign-section h2 {
    font-size: 32px;
    padding-bottom: 30px;
    font-weight: 300; }
    @media (min-width: 0) and (max-width: 640px) {
      .campaign-section h2 {
        width: 80%;
        margin: 0 10%; } }
  .campaign-section p {
    font-size: 18px;
    line-height: 30px;
    width: 50%;
    padding-bottom: 30px;
    padding-left: 25%;
    padding-right: 25%;
    text-align: left;
    font-size: 1em; }
    @media (min-width: 641px) and (max-width: 1024px) {
      .campaign-section p {
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 25px; } }
    @media (min-width: 0) and (max-width: 640px) {
      .campaign-section p {
        font-size: 14px !important;
        line-height: 20px;
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 15px; } }
  .campaign-section a {
    color: inherit;
    font-family: "azo-sans-web", "Helvertica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700; }
    .campaign-section a:hover {
      text-decoration: underline; }

.tight-top-bottom {
  padding: 80px 0;
  margin: 0; }
  @media (min-width: 0) and (max-width: 640px) {
    .tight-top-bottom {
      padding: 15px 0 15px 0; } }

.campaign-block {
  width: 21%;
  margin: 0 3%;
  display: inline-block;
  position: relative;
  line-height: normal !important;
  text-align: left;
  vertical-align: top; }
  @media (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
    .campaign-block {
      width: 25%;
      margin: 0 3%; } }
  @media (min-width: 0) and (max-width: 640px) {
    .campaign-block {
      width: 80%;
      margin: 0 10%; } }
  @media (min-width: 0) and (max-width: 640px) and (orientation: portrait) {
    .campaign-block {
      width: 90%;
      margin: 0 5%; } }
  .campaign-block ul {
    list-style-type: none; }
    .campaign-block ul li {
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 10px 0; }

.section-dark {
  background-color: #45413E !important;
  color: #F5F4F2 !important; }
  .section-dark h2 {
    color: #F5F4F2 !important; }

.section-light {
  background-color: #F5F4F2 !important;
  color: #7E7A77 !important; }
  .section-light h2 {
    color: #7E7A77 !important; }

.section-medium {
  background-color: #7E7A77 !important;
  color: #F5F4F2 !important; }
  .section-medium h2 {
    color: #F5F4F2 !important; }

.image-section {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative; }
  @media (min-width: 641px) and (max-width: 1024px) {
    .image-section {
      height: 500px; } }
  @media (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
    .image-section {
      height: 300px; } }
  @media (min-width: 0) and (max-width: 640px) {
    .image-section {
      height: 400px; } }
  @media (min-width: 0) and (max-width: 640px) and (orientation: portrait) {
    .image-section {
      height: 300px; } }

#render-01 {
  background-image: url(../images/grayarea-render-01-large.jpg); }
  @media (min-width: 0) and (max-width: 640px) {
    #render-01 {
      background-image: url(../images/grayarea-render-01-medium.jpg); } }

#render-02 {
  background-image: url(../images/grayarea-render-02-large.jpg); }
  @media (min-width: 0) and (max-width: 640px) {
    #render-02 {
      background-image: url(../images/grayarea-render-02-medium.jpg); } }

#historical-image {
  background-image: url(../images/grand-theater-historic-large.jpg); }
  @media (min-width: 0) and (max-width: 640px) {
    #historical-image {
      background-image: url(../images/grand-theater-historic-medium.jpg); } }

#proxy-image {
  background-image: url(../images/envelope-proxy-large.jpg); }
  @media (min-width: 0) and (max-width: 640px) {
    #proxy-image {
      background-image: url(../images/envelope-proxy-medium.jpg); } }

#creative-code {
  background-image: url(../images/campaign-creative-code-large.jpg); }
  @media (min-width: 0) and (max-width: 640px) {
    #creative-code {
      background-image: url(../images/campaign-creative-code-medium.jpg); } }

section#campaign-interior {
  background-image: url(../images/campaign-interior-large.jpg); }
  @media (min-width: 0) and (max-width: 640px) {
    section#campaign-interior {
      background-image: url(../images/campaign-interior-medium.jpg); } }

#campaign-footer {
  background-color: #F5F4F2;
  color: #7E7A77;
  width: 100%;
  height: 80px;
  text-align: center;
  font-size: 1.15em;
  line-height: 80px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0px -10px 0px rgba(0, 0, 0, 0.25); }
  #campaign-footer h2 {
    color: #7E7A77 !important; }
  @media (min-width: 1025px) {
    #campaign-footer {
      box-shadow: 0px -15px 0px rgba(0, 0, 0, 0.25); } }
  #campaign-footer .prompt-text-long {
    display: none; }
    @media (min-width: 481px) {
      #campaign-footer .prompt-text-long {
        display: inline; } }
  #campaign-footer .prompt-text-short {
    display: inline; }
    @media (min-width: 481px) {
      #campaign-footer .prompt-text-short {
        display: none; } }
  #campaign-footer .button {
    margin: 0 0 0 1em; }
  @media (min-width: 0) and (max-width: 640px) {
    #campaign-footer {
      height: 50px;
      line-height: 50px;
      font-size: 1.1em; } }
  @media (min-width: 1024px) {
    #campaign-footer {
      font-size: 1.5em; } }

#facade-svg {
  display: none; }

#facade-wrap {
  width: 100vw;
  height: 100vh;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  @media (min-width: 0) and (max-width: 1024px) {
    #facade-wrap {
      height: 70vw; } }
  @media (min-width: 0) and (max-width: 1024px) and (orientation: portrait) {
    #facade-wrap {
      height: 120vw; } }
  @media (min-width: 1025px) {
    #facade-wrap {
      max-height: 870px; } }

#facade-render {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0; }
  @media (min-width: 0) and (max-width: 1024px) {
    #facade-render {
      height: 70vw; } }
  @media (min-width: 0) and (max-width: 1024px) and (orientation: portrait) {
    #facade-render {
      height: 120vw; } }
  @media (min-width: 1025px) {
    #facade-render {
      max-height: 870px; } }
  #facade-render canvas {
    position: absolute;
    top: 0;
    left: 0; }

#facade-fade {
  width: 100vw;
  height: 100vh;
  background-color: rgba(128, 128, 128, 0);
  background-image: linear-gradient(90deg,#7e7a77 2%, rgba(126, 122, 119, 0) 20%, rgba(126, 122, 119, 0) 80%, #7e7a77 98%);
  position: absolute;
  top: 0;
  left: 0; }
  @media (min-width: 0) and (max-width: 1024px) {
    #facade-fade {
      height: 70vw; } }
  @media (min-width: 0) and (max-width: 1024px) and (orientation: portrait) {
    #facade-fade {
      height: 120vw; } }
  @media (min-width: 1025px) {
    #facade-fade {
      max-height: 870px; } }
  @media (min-width: 1025px) {
    #facade-fade {
      max-width: 870px;
      left: calc(50% - 435px); } }
  @media (orientation: portrait) {
    #facade-fade {
      display: none; } }
