/**
 * Build Guild
 * web people + adult beverages + high fives
 *
 * Copyright (c) 2013, FredHQ
 * All Rights Reserved Worldwide
 *
 * http://buildguild.org
 */

/* Fonts
---------------------------------------------------------------------------- */
@font-face {
   font-family: 'Gibson';
   src: url('../fonts/Gibson-Light-webfont.eot');
   src: url('../fonts/Gibson-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gibson-Light-webfont.woff') format('woff'),
        url('../fonts/Gibson-Light-webfont.ttf') format('truetype'),
        url('../fonts/Gibson-Light-webfont.svg#GibsonLight') format('svg');
   font-weight: 300;
   font-style: normal;
}

@font-face {
   font-family: 'Gibson';
   src: url('../fonts/Gibson-Regular-webfont.eot');
   src: url('../fonts/Gibson-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gibson-Regular-webfont.woff') format('woff'),
        url('../fonts/Gibson-Regular-webfont.ttf') format('truetype'),
        url('../fonts/Gibson-Regular-webfont.svg#GibsonRegular') format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Gibson';
   src: url('../fonts/Gibson-SemiBold-webfont.eot');
   src: url('../fonts/Gibson-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gibson-SemiBold-webfont.woff') format('woff'),
        url('../fonts/Gibson-SemiBold-webfont.ttf') format('truetype'),
        url('../fonts/Gibson-SemiBold-webfont.svg#GibsonSemiBold') format('svg');
   font-weight: bold;
   font-style: normal;
}

@font-face {
   font-family: 'Build Guild Icons';
   src: url('../fonts/buildguildicons-regular.eot');
   src: url('../fonts/buildguildicons-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/buildguildicons-regular.woff') format('woff'),
        url('../fonts/buildguildicons-regular.ttf') format('truetype'),
        url('../fonts/buildguildicons-regular.svg#BuildGuildIcons') format('svg');
   font-weight: normal;
   font-style: normal;
}


/* Base HTML
---------------------------------------------------------------------------- */
html {
   font: normal normal normal 1em/1.5 Gibson, "Helvetica Neue", Arial, sans-serif;
   color: #fff;
   margin: 0;
   padding: 0;
   background: #2b2928 url(../img/bg/footer-logo.png) no-repeat fixed 50% 100%;
   background-size: auto 220px;
   -webkit-font-smoothing: antialiased;
   overflow-x: hidden;
}

body {
   margin: 0;
   padding: 0;
}

a {
   -webkit-transition: color 0.35s ease;
   -moz-transition: color 0.35s ease;
   transition: color 0.35s ease;
   color: #a9e1ff;
   text-decoration: none;
}

a img {
   border: none;
}

a:hover {
   color: #76c4ee;
}


/* Structure
---------------------------------------------------------------------------- */
.page {
   width: 56em;
   margin: 0 auto;
}

@media screen and (min-width: 100px) {
   .page {
      max-width: 56em;
      width: 96%;
   }
}


/* Typography
---------------------------------------------------------------------------- */
.icon {
   font-family: "Build Guild Icons";
   font-size: 3em;
   font-weight: normal;
}

.button {
   -webkit-transition: background-color 0.35s ease;
   -moz-transition: background-color 0.35s ease;
   transition: background-color 0.35s ease;
   background-color: #3fa679;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   display: inline-block;
   padding: 0.35em 0.85em;
}

   .button:hover {
      background-color: #46b785;
      color: #fff;
   }


/* Header
---------------------------------------------------------------------------- */
header {
   position: relative;
   z-index: 20;
}

header h1 {
   background: #2275a6 url(../img/bg/sun-rays.png) no-repeat scroll 50% 100%;
   background-size: auto 2.65625em;
   border-bottom: 80px solid #fff;
   position: relative;
   padding-top: 2.65625em;
   margin: 0;
   font-size: 2em;
}

header h1 img {
   display: block;
   height: 200px;
   position: absolute;
   bottom: -162%;
   left: 50%;
   margin-left: -356px;
}

header.chapter {
   width: 100%;
   overflow: hidden;
}

   header.chapter h1 {
      border-bottom-width: 64px;
      background-image: none;
   }
   
   header.chapter h1:before {
      content: "";
      display: block;
      height: 2.65625em;
      width: 900px;
      background: #2275a6 url(../img/bg/sun-rays.png) no-repeat scroll 50% 100%;
      background-size: auto 2.65625em;
      position: absolute;
      top: 0;
      left: 40%;
      margin-left: -450px;
   }

   header.chapter h1 img {
      height: 160px;
      left: 40%;
      bottom: -130%;
      margin-left: -284px;
   }
   
   header.chapter h2 {
      font-size: 1.6em;
      text-transform: uppercase;
      width: 56%;
      text-align: center;
      letter-spacing: 0.2em;
      margin: 0.25em 0 0 auto;
      padding: 0 0 0.5em;
      text-shadow: 0 0 1em #101c2c,
                  0 0 0.6em #111;

   }
   
   header.chapter h2 em {
      font-style: normal;
      font-weight: normal;
      font-size: 0.625em;
      vertical-align: 0.2em;
      letter-spacing: 0em;
      margin-right: 0.2em;
   }

@media screen and (max-width: 48.75em) {
   header h1 {
      border-bottom-width: 60px;
      padding-top: 2em;
   }
   
   header h1 img {
      height: 150px;
      margin-left: -267px;
   }
   
   header.chapter h1 {
      border-bottom-width: 50px;
      padding-top: 2.21354em;
   }

   header.chapter h1:before {
      background-size: auto 2.21354em;
      height: 2.21354em;
   }
   
   header.chapter h1 img {
      height: 136px;
      left: 47%;
   }

   header.chapter h2 {
      font-size: 1.5em;
      width: 52%;
   }
}

@media screen and (max-width: 41.625em) {
   header.chapter h1 {
      border-bottom-width: 40px;
      padding-top: 1.77em;
   }

   header.chapter h1:before {
      background-size: auto 1.77em;
      height: 1.77em;
      margin-left: -259px;
      left: 5%;
   }

   header.chapter h1 img {
      height: 109px;
      left: 5%;
      margin-left: 0;
   }

   header.chapter h2 {
      font-size: 1.2em;
      text-align: right;
      width: auto;
      padding-right: 4%;
   }
   
   header.chapter h2 em {
      vertical-align: 0.1em;
   }
}

@media screen and (max-width: 36.75em) {
   header.chapter h1 {
      border-bottom-width: 30px;
      padding-top: 1.3275em;
   }

   header.chapter h1:before {
      background-size: auto 1.3275em;
      height: 1.3275em;
      margin-left: -308px;
   }
   
   header.chapter h1 img {
      height: 81px;
   }
   
   header.chapter h2 {
      font-size: 1.05em;
   }
}

@media screen and (max-width: 34.375em) {
   header h1 {
      border-bottom-width: 48px;
      padding-top: 1.6em;
   }
   
   header h1 img {
      height: 120px;
      margin-left: -214px;
   }
}

@media screen and (max-width: 29.375em) {
   header h1 {
      border-bottom-width: 36px;
      padding-top: 1.2em;
   }

   header h1 img {
      height: 90px;
      margin-left: -160px;
   }
}

@media screen and (max-width: 28.75em) {
   header.chapter {
      padding-bottom: 3.25em;   
   }
   
   header.chapter h1 img {
      left: 50%;
      margin-left: -144px;
   }
   
   header.chapter h1:before {
      left: 50%;
      margin-left: -450px;
   }

   header.chapter h2 {
      text-align: center;
      width: 100%;
      padding-right: 0;
      margin-top: 2em;
      margin-bottom: -3.4em;
   }
}

@media screen and (max-width: 23.75em) {
   header h1 {
      border-bottom-width: 29px;
      padding-top: 0.96em;
   }

   header h1 img {
      height: 72px;
      margin-left: -128px;
   }
   
   header.chapter h1 {
      padding-top: 1.2em;
   }

   header.chapter h1 img {
      height: 72px;
      margin-left: -128px;
   }

   header.chapter h1:before {
      background-size: auto 1.2em;
      height: 1.2em;
   }

   header.chapter h1:before {
      left: 50%;
      margin-left: -450px;
   }

   header.chapter h2 {
      margin-top: 1.6em;
   }
}


/* Footer
---------------------------------------------------------------------------- */
footer {
   padding: 2.5em 0 3em;
   overflow: hidden;
}

footer hgroup {
   float: left;
   margin: 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   padding-left: 7.2em;
}

   footer hgroup h2:before {
      content: "\f000";
      font-family: "Build Guild Icons";
      display: block;
      color: #fff;
      position: absolute;
      font-size: 2.4em;
      font-weight: normal;
      left: -1.15em;
      top: -0.15em;
   }
   
   footer hgroup h2 {
      font-size: 2.5em;
      text-transform: uppercase;
      position: relative;
      margin: 0;
      line-height: 1;
   }
   
   footer hgroup h3 {
      font-size: 1.5em;
      font-weight: 300;
      margin: 0;
      line-height: 1.2;
   }
   
   footer hgroup h3 span {
      color: #757474;
   }

   footer .contact {
      width: 15em;
      float: right;
      text-align: right;
   }
   
   footer p {
      margin: 1em 0 0;
   }
   
   footer small {
      display: block;
      color: #757474;
      font-weight: 300;
   }
   
   a.twitter,
   footer a strong {
      font-weight: bold;
      text-transform: uppercase;
      margin: 0 0.1em;
   }
   
   a.twitter span {
      font-size: 1.5em;
      font-weight: normal;
      line-height: 1;
   }

@media screen and (max-width: 53.125em) {
   footer {
      padding: 2em 0 1.5em;
   }
   
   footer hgroup {
      width: 33.75em;
      float: none;
      margin: 0 auto;
   }
   
   footer .contact {
      width: 80%;
      text-align: center;
      float: none;
      margin: 1.5em auto 0;
   }
}

@media screen and (max-width: 36.875em) {
   footer {
      padding: 2em 0 1.5em;
   }
   
   footer hgroup {
      width: 22.51em;
      padding-left: 4.8em;
   }

   footer hgroup h2 {
      font-size: 1.667em;
   }
   
   footer hgroup h3 {
      font-size: 1em;
   }
   
   footer .contact {
      font-size: 0.9em;
      line-height: 1.8;
   }
}

@media screen and (max-width: 25em) {
   footer {
      padding: 1.35em 0 0.85em;
   }
   
   footer hgroup {
      width: 15.375em;
      padding-left: 0;
   }
   
      footer hgroup h2:before {
         display: none;
      }

   footer hgroup h2 {
      font-size: 1.3em;
   }
   
   footer hgroup h3 {
      font-size: 0.85em;
      margin-top: 0.2em;
   }
   
   footer .contact {
      font-size: 0.8em;
      line-height: 1.6;
   }
   
   footer .contact small {
      font-size: 0.9em;
   }
}



/* Banner
---------------------------------------------------------------------------- */
section[role="banner"] {
   background: #111 url("") no-repeat scroll 50% 50%;
   padding: 4em 0 2.4em;
   font-weight: 300;
   position: relative;
   width: 100%;
   overflow: hidden;
   z-index: 10;
}

section[role="banner"] p {
   -webkit-transition: all 0.35s ease;
   -moz-transition: all 0.35s ease;
   transition: all 0.35s ease;
   font-size: 2em;
   max-width: 20em;
   width: 80%;
   margin: 1em auto 0;
   text-align: center;
   line-height: 1.2;
   text-shadow: 0 0 1em #101c2c,
                0 0 0.6em #101c2c,
                0 0 0.8em #111,
                0 0 0.2em #111,
                0 0 1em #111;
}

section[role="banner"] strong {
   text-transform: uppercase;
   font-size: 0.875em;
   font-weight: bold;
}

section[role="banner"] .credit {
   -webkit-transition: opacity 0.35s ease;
   -moz-transition: opacity 0.35s ease;
   transition: opacity 0.35s ease;
   position: absolute;
   bottom: 0.6em;
   right: 1em;
   font-weight: normal;
   font-size: 0.75em;
   opacity: 0.4;
   background-color: #111;
   padding: 0.15em 0.6em;
}

   section[role="banner"] .credit:hover {
      opacity: 1;
   }
   
section.chapter[role="banner"] {
   margin-top: -3.65em;
   background-position: 0 50%;
}

section.chapter[role="banner"] .credit {
   right: auto;
   left: 1em;
}

section[role="banner"] .event-details {
   background-color: #11486b;
   width: 45%;
   padding: 0.8em 1.45em 1em;
   float: right;
   border-right: 60em solid #11486b;
   margin-right: -60em;
   font-size: 1.2em;
}

   section[role="banner"] .event-details .rsvp {
      font-size: 1.05em;
      margin-top: 1em;
   }

   section[role="banner"] .event-details .where {
      margin-bottom: 1em;
      line-height: 1.2;
   }
   
   section[role="banner"] .event-details .where a span {
      white-space: nowrap;
   }
   
   section[role="banner"] .event-details .where strong {
      margin-bottom: 0.1em;
   }

   section[role="banner"] .event-details .when sup {
      font-size: 0.6em;
      vertical-align: 0.25em;
      margin-left: 0.05em;
   }

   section[role="banner"] .event-details .when em {
      font-style: normal;
      font-weight: bold;
   }

   section[role="banner"] .event-details .when em small {
      text-transform: uppercase;
      margin-left: 0.1em;
   }

   section[role="banner"] .event-details strong {
      display: block;
      font-size: 2em;
      line-height: 1;
      letter-spacing: 1px;
   }

@media screen and (min-width: 78em) {
   section[role="banner"] {
      padding-bottom: 2.8em;
   }
   section[role="banner"] p {
      font-size: 2.4em;
      width: 100%;
   }
}
@media screen and (max-width: 48.75em) {
   section[role="banner"] {
      padding-top: 2em;
   }
   section.chapter[role="banner"] {
      padding-top: 4em;
   }
}

@media screen and (max-width: 41.625em) {
   section.chapter[role="banner"] {
      padding-bottom: 0;
      padding-top: 14em;
      background-position: 0 -100px;
      background-size: auto 400px;
   }
   section.chapter[role="banner"] .credit {
      top: 16.5em;
      bottom: auto;
      right: 0.6em;
      left: auto;
      font-size: 0.75em;
   }
   section.chapter[role="banner"] .page {
      width: 100%;
   }
   section.chapter[role="banner"] .event-details {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      border-right: none;
      font-size: 1.05em;
   }
   section.chapter[role="banner"] .event-details strong {
      font-size: 1.5em;
   }
   section.chapter[role="banner"] .event-details .when {
      width: 50%;
      float: left;
   }
   section.chapter[role="banner"] .event-details .rsvp {
      width: 50%;
      float: right;
      padding-top: 0.5em;
      text-align: right;
   }
}

@media screen and (max-width: 36.875em) {
   section[role="banner"] p {
      font-size: 1.65em;
   }
}

@media screen and (max-width: 29.375em) {
   section[role="banner"] {
      padding-top: 1em;
      padding-bottom: 1.5em;
   }
   
   section[role="banner"] p {
      font-size: 1.3em;
   }

   section[role="banner"] .credit {
      font-size: 0.65em;
   }
}

@media screen and (max-width: 28.75em) {
   section.chapter[role="banner"] {
      margin-top: -4em;
      background-position: 0 -10px;
      background-size: auto 240px;
   }
}

@media screen and (max-width: 27.5em) {
   section.chapter[role="banner"] .event-details {
      text-align: center;
   }
   section.chapter[role="banner"] .event-details .when,
   section.chapter[role="banner"] .event-details .rsvp {
      width: auto;
      float: none;
      text-align: center;
   }
   section.chapter[role="banner"] .event-details .rsvp {
      padding-top: 0;
      margin-top: 1em;
   }
}

@media screen and (max-width: 23.75em) {
   section[role="banner"] {
      padding-top: 0.8em;
      padding-bottom: 2em;
   }

   section[role="banner"] p {
      font-size: 1.1em;
   }
}
   
/* Principles
---------------------------------------------------------------------------- */
section.principles {
   padding: 1.6em 0 1.4em;
   overflow: hidden;
   border-top: 8px solid #fff;
   border-bottom: 8px solid #fff;
   background: #10496c url(../img/bg/tablecloth.png) repeat scroll 50% 50%;
   background-size: 32px 32px;
}

section.principles .page {
   max-width: 62em; 
}

section.principles.chapter .page {
   max-width: 56em;
}

section.principles ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

section.principles.chapter ul {
   width: 34em;
   float: right;
   margin-top: 0.5em;
}

section.principles ul li {
   width: 25%;
   float: left;
   text-align: center;
   font-weight: normal;
   line-height: 1.3;
}

section.principles.chapter ul li {
   width: 50%;
}

section.principles ul p {
   -webkit-transition: all 0.35s ease;
   -moz-transition: all 0.35s ease;
   transition: all 0.35s ease;
   margin: 0;
}

section.principles ul li span {
   text-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

section.principles ul li.geeky span {
   background-color: #257786;
   background: #257786; /* Old browsers */
   background: -moz-linear-gradient(top, #2598ad 0%, #257786 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2598ad), color-stop(100%,#257786)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #2598ad 0%,#257786 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #2598ad 0%,#257786 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #2598ad 0%,#257786 100%); /* IE10+ */
   background: linear-gradient(to bottom, #2598ad 0%,#257786 100%); /* W3C */
}

section.principles ul li.friends span {
   background-color: #469144;
   background: #469144; /* Old browsers */
   background: -moz-linear-gradient(top, #50ae4e 1%, #469144 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#50ae4e), color-stop(100%,#469144)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #50ae4e 1%,#469144 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #50ae4e 1%,#469144 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #50ae4e 1%,#469144 100%); /* IE10+ */
   background: linear-gradient(to bottom, #50ae4e 1%,#469144 100%); /* W3C */
}

section.principles ul li.beverages span {
   background-color: #b29b3f;
   background: #b29b3f; /* Old browsers */
   background: -moz-linear-gradient(top, #ceb037 1%, #b29b3f 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ceb037), color-stop(100%,#b29b3f)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #ceb037 1%,#b29b3f 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #ceb037 1%,#b29b3f 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #ceb037 1%,#b29b3f 100%); /* IE10+ */
   background: linear-gradient(to bottom, #ceb037 1%,#b29b3f 100%); /* W3C */
}

section.principles ul li.no-talks span {
   background-color: #ad3757;
   background: #ad3757; /* Old browsers */
   background: -moz-linear-gradient(top, #cf335d 1%, #ad3757 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#cf335d), color-stop(100%,#ad3757)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #cf335d 1%,#ad3757 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #cf335d 1%,#ad3757 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #cf335d 1%,#ad3757 100%); /* IE10+ */
   background: linear-gradient(to bottom, #cf335d 1%,#ad3757 100%); /* W3C */
}

section.principles ul span {
   -webkit-transition: all 0.35s ease;
   -moz-transition: all 0.35s ease;
   transition: all 0.35s ease;
   font-size: 8.5em;
   line-height: 1.05;
   width: 0.95em;
   height: 0.95em;
   margin: 0 auto 0.1em;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   display: block;
   background-color: #444;
}

section.principles ul strong {
   text-transform: uppercase;
   letter-spacing: 1px;
   display: block;
   font-size: 1.5em;
}


section.principles.chapter ul span {
   font-size: 4em;
   margin-left: 0em;
   float: left;
}

section.principles.chapter {
   padding-bottom: 0.4em;
}

section.principles.chapter ul {
   margin-left: 0.6em;
}

section.principles.chapter ul p {
   padding-left: 5em;
   font-size: 1em;
   text-align: left;
   -webkit-transition: none 0.35s ease;
   -moz-transition: none 0.35s ease;
   transition: none 0.35s ease;
}

section.principles.chapter ul p strong {
   margin-bottom: -0.1em;
}

section.principles.chapter ul li {
   width: 50%;
   margin: 0 0 1.5em;
}

section.principles.chapter ul li span {
   -webkit-transition: none 0.35s ease;
   -moz-transition: none 0.35s ease;
   transition: none 0.35s ease;
}

section.principles.chapter p.first {
   margin-top: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
   section.principles {
      background-image: url(../img/bg/tablecloth@2x.png);
   }
}

@media screen and (min-width: 78em) {
   section.principles ul span {
      font-size: 10.5em;
   }
   
   section.principles ul p {
      font-size: 1.2em;
   }
}

@media screen and (max-width: 53.75em) {
   section.principles.chapter ul {
      float: none;
      margin: 0 auto;
      clear: both;
   }
}

@media screen and (max-width: 48.75em) {
   section.principles ul span {
      font-size: 6em;
   }
   
   section.principles ul p {
      font-size: 0.85em;
   }
}

@media screen and (max-width: 39.375em) {
   section.principles ul span {
      font-size: 3em;
      margin-left: 0.25em;
      float: left;
   }
   
   section.principles {
      padding-bottom: 0.4em;
   }
   
   section.principles ul {
      margin-left: 0.6em;
   }
   
   section.principles ul p {
      padding-left: 5.35em;
      text-align: left;
      -webkit-transition: none 0.35s ease;
      -moz-transition: none 0.35s ease;
      transition: none 0.35s ease;
   }
   
      section.principles ul p strong {
         margin-bottom: -0.1em;
      }

   section.principles ul li {
      width: 50%;
      margin: 0 0 1.5em;
   }
   
   section.principles ul li span {
      -webkit-transition: none 0.35s ease;
      -moz-transition: none 0.35s ease;
      transition: none 0.35s ease;
   }
}

@media screen and (max-width: 36.875em) {
   section.principles.chapter ul {
      width: 14.5em;
      margin: 0 auto;
   }

   section.principles.chapter ul li {
      width: 100%;
      float: none;
      margin: 0 0 1.5em;
   }

   section.principles.chapter ul span {
      font-size: 3em;
      margin-left: 0.25em;
      float: left;
   }

   section.principles.chapter {
      padding-bottom: 0.4em;
   }

   section.principles.chapter ul p {
      font-size: 0.85em;
      padding-left: 5.35em;
      text-align: left;
      -webkit-transition: none 0.35s ease;
      -moz-transition: none 0.35s ease;
      transition: none 0.35s ease;
   }

   section.principles.chapter ul p strong {
      margin-bottom: -0.1em;
   }

   section.principles.chapter ul li span {
      -webkit-transition: none 0.35s ease;
      -moz-transition: none 0.35s ease;
      transition: none 0.35s ease;
   }

}

@media screen and (max-width: 30em) {
   section.principles ul {
      width: 14.5em;
      margin: 0 auto;
   }

   section.principles ul li {
      width: 100%;
      float: none;
      margin: 0 0 1.5em;
   }
}


/* Description
---------------------------------------------------------------------------- */
div.description {
   font-size: 1.35em;
   font-weight: 300;
   line-height: 1.3;
   width: 12em;
   float: left;
}
   div.description strong {
      text-transform: uppercase;
      font-weight: bold;
   }
   
   div.description em {
      font-style: normal;
      display: block;
   }

@media screen and (max-width: 53.75em) {
   div.description {
      width: 22em;
      text-align: center;
      float: none;
      margin: 0 auto 2em;
   }
   
   div.description em {
      display: inline;
   }
}

@media screen and (max-width: 36.875em) {
   div.description {
      width: 80%;
      font-size: 1.2em;
   }
}


/* Locations
---------------------------------------------------------------------------- */
section.locate {
   background-color: #196288;
   padding: 2em 0 1.5em;
   overflow: hidden;
}

section.locate h2 {
   text-transform: uppercase;
   text-align: center;
   font-size: 2.25em;
   margin: 0 auto 0.8em;
   width: 90%;
   line-height: 1.2;
}

section.locate ul {
   list-style: none;
   margin: 0;
   padding: 0;
   -webkit-column-count: 4;
   -webkit-column-gap: 0;
   -moz-column-count: 4;
   -moz-column-gap: 0;
   column-count: 4;
   column-gap: 0;
}

section.locate ul li, 
section.locate ul li a {
   position: relative;
}

section.locate .chapters {
   background-color: #11486b;
   padding: 1em 0.4em 1em 2em;
   font-size: 1.25em;
   margin-bottom: 1em;
   overflow: hidden;
}

section.locate p.starting-your-own {
   clear: both;
   text-align: center;
   margin: 1.5em auto 0.5em;
   width: 90%;
}

section.locate .chapters a {
   color: #fff;
}
   section.locate .chapters a:hover {
      color: #76c4ee;
   }


@media screen and (max-width: 48.75em) {
   section.locate .chapters {
      padding-left: 1.5em;
   }
   
   section.locate ul {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
   }
}

@media screen and (max-width: 39.375em) {
   section.locate h2 {
      font-size: 1.8em;
   }
}

@media screen and (max-width: 36.875em) {
   section.locate .page {
      width: 100%;
   }
   
   section.locate .chapters {
      padding: 0.6em 0.4em;
   }

   section.locate ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
   }
   
   section.locate li {
      text-align: center;
   }
}

@media screen and (max-width: 29.375em) {
   section.locate {
      padding: 1.4em 0 0.8em;
   }
   section.locate h2 {
      font-size: 1.6em;
   }
}


@media screen and (max-width: 25.625em) {
   section.locate ul {
      font-size: 0.85em;
   }
   
   section.locate li {
      text-align: center;
   }
}


/* Standard Page
---------------------------------------------------------------------------- */
article {
   background-color: #196288;
   padding-top: 6em;
}

   article .page {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #11486b;
      max-width: 35em;
      font-size: 1.1em;
      width: 94%;
      padding: 1em 1.5em 2.5em;
      min-height: 600px;
   }
   
   article p {
      margin: 0.65em 0 0;
   }
   
   article h1 {
      font-size: 2.5em;
      line-height: 1.1;
      margin: 0 0 0.5em;
   }
   
      article h1 strong {
         text-transform: uppercase;
      }
   
   article h2 {
      font-size: 2em;
      margin: 1.5em 0 -0.1em;
      line-height: 1.1;
   }
   
   article h3 {
      font-weight: normal;
      font-size: 1.6em;
      line-height: 1.1;
      margin: 1em 0 -0.25em;
   }
   
   article em {
      line-height: 1;
   }

@media screen and (max-width: 600px) {
   article .page {
      min-height: 0;
   }
}


/* About
---------------------------------------------------------------------------- */
section.about {
   background-color: #196288;
   padding: 2.5em 0 3.5em;
}

   section.about .twitter {
      margin: 0;
   }
   
   section.about .twitter span {
      line-height: 0.5;
   }

section.about p {
   font-size: 1.6em;
   line-height: 1.2;
   margin: 0;
   font-weight: 300;
   text-align: center;
}

section.about p small {
   display: block;
   margin-top: 1em;
   font-size: 0.625em;
   font-weight: normal;
   line-height: 1.4;
}

   section.about p small strong {
      text-transform: uppercase;
      white-space: nowrap;
   }
   
   section.about p small span {
      white-space: nowrap;
   }

   
/* Sponsors
---------------------------------------------------------------------------- */
section.sponsors {
   background-color: #104a69;
   padding: 0.5em 0 1em;
   text-align: center;
}

section.sponsors h2 {
   text-transform: uppercase;
   font-size: 2em;
   margin: 0.5em 0 0.5em;
   line-height: 1.2;
}

section.sponsors ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

section.sponsors li {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   display: inline-block;
   padding: 0.75em;
   margin: 0;
   width: 23%;
}

section.sponsors li img {
   display: block;
   background-color: #196288;
   width: 100%;
}

@media screen and (max-width: 41.625em) {
   section.sponsors h2 {
      font-size: 1.75em;
   }
   section.sponsors li {
      width: 32%
   }
   section.sponsors li img {
      width: 100%
   }
}

@media screen and (max-width: 28.125em) {
   section.sponsors h2 {
      font-size: 1.5em;
   }
   section.sponsors li {
      width: 49%
   }
}