@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: #333;
  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%;
            -webkit-transition: opacity 0.2s ease-in-out;
            -moz-transition: opacity 0.2s ease-in-out;
            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;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  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;
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      -webkit-transition: background-color 0.15s ease-in-out;
      -moz-transition: background-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;
        -webkit-transition: opacity 0.2 ease-in-out;
        -moz-transition: opacity 0.2 ease-in-out;
        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;
          -webkit-transition: color 0.2 ease-in-out;
          -moz-transition: color 0.2 ease-in-out;
          transition: color 0.2 ease-in-out;
          -webkit-transition: background-color 0.2 ease-in-out;
          -moz-transition: background-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;
  -webkit-transition: background-color 0.2s ease-out, border-bottom 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, border-bottom 0.2s ease-out;
  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;
  -webkit-transition: background-color 0.2s ease-out, border-bottom 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, border-bottom 0.2s ease-out;
  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; } }
section.p2 {
  width: 100%; }
  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.heading {
  padding: 2em 0 0 0; }

section.p2.heading.bottom-padding {
  padding-bottom: 2em; }

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

section.p2.body-text.large-padding {
  padding: 2em 0; }

section.p2.list-group {
  padding: 1.5em 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 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start; }

.column-1 .no-break, .column-1 .do-break {
  display: inline-block;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1025px) {
    .column-1 .no-break, .column-1 .do-break {
      line-height: 1.7; } }
@media (min-width: 1025px) {
  .column-1 .force-center {
    width: 66%; } }

.column-2 .no-break, .column-2 .do-break {
  display: inline-block;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .column-2 .no-break, .column-2 .do-break {
      width: 45%;
      margin: 0 5% 0 0; } }

.column-3 .no-break, .column-3 .do-break {
  display: inline-block;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .column-3 .no-break, .column-3 .do-break {
      width: 45%;
      margin: 0 5% 0 0; } }
  @media (min-width: 1025px) {
    .column-3 .no-break, .column-3 .do-break {
      width: 29%;
      margin: 0 4% 0 0; } }

section.p2.large-button {
  padding: 1em 0; }
  section.p2.large-button a {
    font-size: 2.25em;
    color: #FFF;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    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.p2-article section:last-of-type {
    padding-bottom: 50px; }

section.p2.image-gallery {
  padding: 1em 0; }

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

.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;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-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; } }

section.video-block {
  padding: 2em 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: 38%;
    overflow: hidden;
    max-width: 960px;
    max-height: 540px;
    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%;
      max-height: 540px; }

.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;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        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 #feature-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  #home-feature #feature-text-wrap {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out; }
    #home-feature #feature-text-wrap:hover {
      background-color: rgba(0, 0, 0, 0.25); }
    #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; } }

#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; } }

#home-email {
  background-color: #7E7A77;
  color: #F5F4F2;
  padding: 10px 0 30px 0;
  text-align: center; }
  @media (min-width: 1025px) {
    #home-email {
      padding: 25px 0 80px 0; } }
  @media (min-width: 1025px) {
    #home-email {
      text-align: left; } }
  #home-email #mc_embed_signup_scroll .field-group {
    display: inline-block;
    margin: 0.5em 0;
    width: 90%; }
    @media (min-width: 641px) and (max-width: 1024px) {
      #home-email #mc_embed_signup_scroll .field-group {
        width: 50%; } }
    @media (min-width: 1025px) {
      #home-email #mc_embed_signup_scroll .field-group {
        width: 30%;
        margin-right: 3%; } }
    #home-email #mc_embed_signup_scroll .field-group label {
      font-weight: 200;
      display: block;
      font-size: 1.25em;
      line-height: 2;
      text-align: left; }
    #home-email #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%;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      transition: all 0.25s linear; }
      #home-email #mc_embed_signup_scroll .field-group input:focus {
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: inset 0px 0px 0px 1px white; }

#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;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    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 .row {
  width: 100%;
  position: relative;
  padding: 40px 0 0 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; } }

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

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

/*# sourceMappingURL=new-style.css.map */
