* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.grid-hold {
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  position: relative;
  overflow: hidden; }

.group {
  overflow: hidden;
  float: left;
  padding: 0px; }

.lastgroup {
  overflow: hidden;
  float: left;
  float: none;
  width: auto;
  padding: 0px; }

.lastgrid,
.lastunit {
  overflow: hidden;
  float: none;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding: 30px; }

.grid,
.unit {
  overflow: hidden;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  padding: 30px; }
  .grid.full,
  .unit.full {
    padding: 0; }

.full .grid,
.full .unit {
  padding: 0; }

.grid,
.lastgrid,
.unit,
.lastunit,
.group,
.lastgroup {
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding-box !important;
  background-clip: padding-box !important; }

.grid1of1 {
  width: 100%; }

.unit1of1 {
  width: 100%; }

.grid1of2 {
  width: 50%; }

.grid2of2 {
  width: 100%; }

.unit1of2 {
  width: 50%; }

.unit2of2 {
  width: 100%; }

@media screen and (max-width: 768px) {
  .grid1of2,
  .unit1of2 {
    width: 100%;
    float: none;
    display: block; } }
.grid1of3 {
  width: 33.3333%; }

.grid2of3 {
  width: 66.6666%; }

.grid3of3 {
  width: 100%; }

.unit1of3 {
  width: 33.33333333333333%; }

.unit2of3 {
  width: 66.66666666666666%; }

.unit3of3 {
  width: 100%; }

@media screen and (max-width: 768px) {
  .grid1of3,
  .grid2of3,
  .unit1of3,
  .unit2of3 {
    width: 100%;
    float: none;
    display: block; } }
.grid1of4 {
  width: 25%; }

.grid2of4 {
  width: 50%; }

.grid3of4 {
  width: 75%; }

.grid4of4 {
  width: 100%; }

.unit1of4 {
  width: 25%; }

.unit2of4 {
  width: 50%; }

.unit3of4 {
  width: 75%; }

.unit4of4 {
  width: 100%; }

@media screen and (max-width: 768px) {
  .grid1of4,
  .unit1of4 {
    width: 50%; }

  .grid2of4,
  .grid3of4,
  .unit2of4,
  .unit3of4 {
    width: 100%;
    float: none;
    display: block; } }
.grid1of5 {
  width: 20%; }

.grid2of5 {
  width: 40%; }

.grid3of5 {
  width: 60%; }

.grid4of5 {
  width: 80%; }

.grid5of5 {
  width: 100%; }

.unit1of5 {
  width: 20%; }

.unit2of5 {
  width: 40%; }

.unit3of5 {
  width: 60%; }

.unit4of5 {
  width: 80%; }

.unit5of5 {
  width: 100%; }

.grid1of6 {
  width: 16.666666667%; }

.grid2of6 {
  width: 33.33333333333333%; }

.grid3of6 {
  width: 50%; }

.grid4of6 {
  width: 66.66666666666666%; }

.grid5of6 {
  width: 83.333333333%; }

.grid6of6 {
  width: 100%; }

.unit1of6 {
  width: 16.666666667%; }

.unit2of6 {
  width: 33.33333333333333%; }

.unit3of6 {
  width: 50%; }

.unit4of6 {
  width: 66.66666666666666%; }

.unit5of6 {
  width: 83.333333333%; }

.unit6of6 {
  width: 100%; }

@font-face {
  font-family: "Galaxie Copernicus";
  src: url("http://nearlyimpossible.org/Copernicus-HeavyItalic.eot") format("eot");
  src: url("http://nearlyimpossible.org/Copernicus-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }
body {
  margin: 0;
  color: #58595b;
  line-height: 1.4;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased; }

h1, h2, h3, h4, h5, h6, p, a {
  margin: 0; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  width: 100%; }

hr {
  border: 0; }

h1 {
  font-size: 60px;
  font-family: "Galaxie Copernicus", serif;
  font-style: italic;
  font-weight: 900;
  text-align: center; }

h2 {
  font-family: "Galaxie Copernicus", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center; }

h3 {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .75px;
  text-align: center; }

h4 {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .75px;
  text-align: center; }

p {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  letter-spacing: .75px;
  line-height: 1.4;
  text-align: center; }

.half {
  width: 50%; }

.left {
  float: left; }

.right {
  float: right; }

.two-column {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 60px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 60px;
  /* Firefox */
  column-gap: 60px; }
  @media screen and (max-width: 768px) {
    .two-column {
      -webkit-column-count: 1;
      /* Chrome, Safari, Opera */
      -moz-column-count: 1;
      /* Firefox */
      column-count: 1; } }

input, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif; }

.icon-left {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 60px;
  height: 60px;
  z-index: 1000; }
  .icon-left .logo-icon {
    fill: #afaeac;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
  .icon-left:hover .logo-icon {
    fill: #1381bd; }

.intro {
  margin-top: 120px; }
  .intro img {
    max-width: 550px;
    margin: 0 auto;
    display: block; }
  .intro hr {
    max-width: 100px;
    margin: 70px auto 50px auto;
    border: none;
    border-bottom: 2px solid #fc633d; }
  .intro p {
    max-width: 770px;
    margin: 0 auto;
    color: #e75d38; }
  @media screen and (max-width: 768px) {
    .intro {
      margin-top: 80px; }
      .intro img {
        max-width: 450px; }
      .intro p {
        font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .intro {
      margin-top: 40px; }
      .intro img {
        max-width: 300px; }
      .intro hr {
        margin: 40px auto 30px auto; }
      .intro p {
        font-size: 18px; } }

.newsletter {
  background-color: #fc633d; }

.newsletter-hold {
  padding-top: 120px;
  padding-bottom: 120px; }
  .newsletter-hold h1 {
    color: #FFF;
    margin-bottom: 20px; }
  .newsletter-hold p {
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 80px; }
  .newsletter-hold .button-hold {
    max-width: 400px;
    margin: 50px auto 0 auto; }
  .newsletter-hold .newsletter-hold-hidden {
    display: block;
    max-width: 700px;
    margin: 50px auto 0 auto;
    float: none; }
  @media screen and (max-width: 768px) {
    .newsletter-hold h1 {
      font-size: 46px; }
    .newsletter-hold p {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .newsletter-hold h1 {
      font-size: 35px; }
    .newsletter-hold p {
      font-size: 18px; } }

.newsletter-hold-hidden {
  display: none;
  padding: 0; }

.button {
  height: 80px;
  border-radius: 6px;
  background-color: #e44a21;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }
  .button h3 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
  .button:hover {
    background-color: #d34119; }

.button:disabled {
  background-color: rgba(228, 74, 33, 0.5);
  color: rgba(255, 255, 255, 0.5);
  cursor: default; }

#mc_embed_signup {
  max-width: 750px;
  margin: 0 auto; }
  #mc_embed_signup input {
    height: 80px;
    border-radius: 6px;
    padding-left: 5%; }
    #mc_embed_signup input::-webkit-input-placeholder {
      color: #afaeac;
      font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 20px;
      letter-spacing: .75px; }
    #mc_embed_signup input:-moz-placeholder {
      color: #afaeac;
      font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 20px;
      letter-spacing: .75px; }
    #mc_embed_signup input::-moz-placeholder {
      color: #afaeac;
      font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 20px;
      letter-spacing: .75px; }
    #mc_embed_signup input:-ms-input-placeholder {
      color: #afaeac;
      font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 20px;
      letter-spacing: .75px; }
    #mc_embed_signup input:focus::-webkit-input-placeholder {
      color: #afaeac; }
    #mc_embed_signup input:focus:-moz-placeholder {
      color: #afaeac; }
    #mc_embed_signup input:focus::-moz-placeholder {
      color: #afaeac; }
    #mc_embed_signup input:focus:-ms-input-placeholder {
      color: #afaeac; }
  #mc_embed_signup input[type=email] {
    width: 100%;
    margin-right: 20px;
    background-color: #FFF;
    font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    letter-spacing: .75px; }
  #mc_embed_signup .email-hold {
    padding-right: 5%; }
  #mc_embed_signup input[type=submit] {
    padding-left: 0;
    font-size: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 768px) {
    #mc_embed_signup .email-hold {
      padding-right: 0; }
    #mc_embed_signup .unit3of4 {
      width: 100%;
      max-width: 500px;
      margin: 0 auto 20px auto; }
    #mc_embed_signup .unit1of4 {
      width: 100%;
      max-width: 500px;
      margin: 0 auto 0 auto;
      float: none; }
    #mc_embed_signup input {
      text-align: center;
      padding-left: 0; } }

footer {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9f8f6; }
  footer p {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #afaeac; }
  footer h3 {
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 8px auto;
    color: #afaeac; }
  footer h4 {
    width: 100%;
    max-width: 400px;
    line-height: 1.6;
    text-align: center;
    margin: 18px auto 8px auto;
    color: #afaeac; }
    footer h4 a {
      color: #fc633d;
      font-style: normal;
      letter-spacing: 1.5px; }
  footer .contact {
    border-right: solid 2px #ede9e8; }
  footer .social a {
    font-size: 24px;
    margin-right: 15px; }
    footer .social a:last-of-type {
      margin-right: 0; }
  @media screen and (max-width: 768px) {
    footer {
      padding-top: 60px;
      padding-bottom: 60px; }
      footer p {
        font-size: 20px; }
      footer .contact {
        border-right: none; } }
  @media screen and (max-width: 480px) {
    footer {
      padding-top: 40px;
      padding-bottom: 20px; }
      footer p {
        font-size: 16px; }
      footer h4 {
        font-size: 12px; } }

.flexslider {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 175px;
  overflow: visible !important; }
  @media screen and (max-width: 768px) {
    .flexslider {
      margin-top: 125px; } }
  @media screen and (max-width: 480px) {
    .flexslider {
      margin-top: 85px; } }

.flex-viewport {
  overflow: visible !important;
  max-height: 2000px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  opacity: .5;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  .slides > li.flex-active-slide {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease; }

.slides > li img {
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  display: block; }
.slides > li h3 {
  padding-left: 15px;
  margin-top: 10px;
  text-align: left; }

.slides::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

#slider-left,
#slider-right {
  position: absolute;
  width: 20%;
  height: 725px;
  top: 175px;
  z-index: 10; }
  #slider-left:hover,
  #slider-right:hover {
    cursor: pointer; }

#slider-left {
  left: 0; }

#slider-right {
  right: 0; }

.participants {
  margin-top: 120px;
  margin-bottom: 120px; }
  .participants h1 {
    margin-bottom: 40px;
    color: #1381bd; }
  @media screen and (max-width: 768px) {
    .participants {
      margin-top: 100px;
      margin-bottom: 100px; }
      .participants h1 {
        font-size: 46px;
        margin-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .participants {
      margin-top: 80px;
      margin-bottom: 80px; } }

.participant img {
  -webkit-clip-path: circle(50%, 50%, 50%);
  clip-path: circle(50%, 50%, 50%);
  -webkit-clip-path: circle(50%);
  clip-path: circle(50%); }
.participant h2 {
  margin: 10px 0 6px;
  color: #58595b; }
.participant h3 {
  color: #fc633d;
  text-transform: uppercase; }
  .participant h3 a {
    color: #fc633d;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    .participant h3 a:hover {
      color: #d02c03; }
.participant .divider {
  width: 40px;
  height: 2px;
  margin-top: 12px;
  background-color: rgba(175, 174, 172, 0.7); }
.participant h4 {
  margin-top: 8px;
  color: #afaeac; }
  .participant h4 a {
    color: #afaeac;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    .participant h4 a:hover {
      color: #7d7b78; }
@media screen and (max-width: 768px) {
  .participant {
    width: 33.33333333%; } }
@media screen and (max-width: 480px) {
  .participant {
    width: 50%; } }

.missing1grid .participant:first-of-type {
  margin-left: 8.33333333%; }
  @media screen and (max-width: 768px) {
    .missing1grid .participant:first-of-type {
      margin-left: 0; } }

.partners {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #f9f8f6; }
  .partners h3 {
    margin-bottom: 15px;
    color: #afaeac;
    font-size: 18px;
    text-transform: uppercase; }
  .partners .partner {
    padding: 20px;
    opacity: .45;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease; }
    .partners .partner:hover {
      opacity: 1;
      -webkit-transition: opacity .5s ease;
      -moz-transition: opacity .5s ease;
      -o-transition: opacity .5s ease;
      transition: opacity .5s ease; }
    .partners .partner.unit2of6.mobile {
      display: none; }
    @media screen and (max-width: 768px) {
      .partners .partner.unit2of6 {
        display: none; }
      .partners .partner.unit2of6.mobile {
        display: block;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%; }
      .partners .partner.unit1of6 {
        width: 40%;
        margin-left: 10%;
        margin-right: 0; }
        .partners .partner.unit1of6:nth-of-type(3n) {
          margin-left: 0;
          margin-right: 10%; } }
    @media screen and (max-width: 480px) {
      .partners .partner.unit2of6.mobile {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
      .partners .partner.unit1of6 {
        width: 50%;
        margin-left: 0;
        margin-right: 0; }
        .partners .partner.unit1of6:nth-of-type(3n) {
          margin-left: 0;
          margin-right: 0; } }