html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Here be dragons - use with caution and don't blame Steve */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none; }

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

@font-face {
  font-family: 'geared_slabregular';
  src: url("/f/gearedslab-webfont.eot");
  src: url("/f/gearedslab-webfont.eot?#iefix") format("embedded-opentype"), url("/f/gearedslab-webfont.woff") format("woff"), url("/f/gearedslab-webfont.ttf") format("truetype"), url("/f/gearedslab-webfont.svg#geared_slabregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'geared_slabthin';
  src: url("/f/gearedslab-light-webfont.eot");
  src: url("/f/gearedslab-light-webfont.eot?#iefix") format("embedded-opentype"), url("/f/gearedslab-light-webfont.woff") format("woff"), url("/f/gearedslab-light-webfont.ttf") format("truetype"), url("/f/gearedslab-light-webfont.svg#geared_slabthin") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'geared_slabextrabold';
  src: url("/f/gearedslab-extrabold-webfont.eot");
  src: url("/f/gearedslab-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("/f/gearedslab-extrabold-webfont.woff") format("woff"), url("/f/gearedslab-extrabold-webfont.ttf") format("truetype"), url("/f/gearedslab-extrabold-webfont.svg#geared_slabextrabold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'geared_slabbold';
  src: url("/f/gearedslab-bold-webfont.eot");
  src: url("/f/gearedslab-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/f/gearedslab-bold-webfont.woff") format("woff"), url("/f/gearedslab-bold-webfont.ttf") format("truetype"), url("/f/gearedslab-bold-webfont.svg#geared_slabbold") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  background: black; }

div.wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  padding: 0 40px;
  min-width: 320px; }
  div.wrap:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 768px) {
    div.wrap {
      padding: 0 20px; } }

.no-mq div.wrap {
  width: 960px;
  margin: 0 auto; }

div.mm-menu {
  background: black; }
  div.mm-menu ul.mm-listview {
    padding: 0; }
    div.mm-menu ul.mm-listview li a {
      font: 20px/120% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white;
      text-transform: uppercase; }
    div.mm-menu ul.mm-listview li:after {
      left: 0; }
    div.mm-menu ul.mm-listview li:first-of-type {
      background: url(/i/logo.png) no-repeat;
      background-size: auto 100px;
      background-position: 20px 20px;
      padding-top: 130px; }

header {
  padding: 20px 0; }
  header ul {
    overflow: hidden;
    *zoom: 1;
    text-align: center; }
    header ul li {
      display: inline-block;
      font: 22px/120% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: white;
      padding: 0 20px; }
      header ul li a {
        color: white;
        text-decoration: none; }
      header ul li.active a {
        color: #999; }
    @media (min-width: 736px) {
      header ul.mobile {
        display: none; } }
    @media (max-width: 735px) {
      header ul.main {
        display: none; } }

section.nav {
  background: white;
  border-top: 5px solid white;
  padding: 15px 0; }
  @media (max-width: 735px) {
    section.nav {
      padding: 15px 0 5px 0; } }
  section.nav ul {
    overflow: hidden;
    *zoom: 1;
    text-align: center; }
    section.nav ul li {
      display: inline-block;
      font: 20px/120% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: black;
      padding: 0 20px; }
      section.nav ul li a {
        color: black;
        text-decoration: none; }
      section.nav ul li.active a {
        color: #666; }
      @media (max-width: 735px) {
        section.nav ul li {
          display: block;
          width: 48.93617%;
          float: left;
          margin-right: 2.12766%;
          padding: 0; }
          section.nav ul li a {
            display: block;
            background: black;
            border-radius: 5px;
            margin-bottom: 10px;
            padding: 5px;
            color: white; }
          section.nav ul li.active a {
            background: #666;
            color: white; }
          section.nav ul li:nth-of-type(2n) {
            float: right;
            margin-right: 0; } }

section.video {
  border: 5px solid white;
  border-width: 0 0 5px 0; }
  section.video div.wrap {
    padding-left: 0;
    padding-right: 0; }

section.gallerybar {
  border: 5px solid white;
  border-width: 0 0 5px 0;
  overflow: hidden;
  *zoom: 1; }
  @media (min-width: 960px) {
    section.gallerybar div.photo {
      width: 12.5%;
      float: left; }
      section.gallerybar div.photo:nth-of-type(8n) {
        float: right;
        margin-right: 0; } }
  @media (min-width: 668px) and (max-width: 959px) {
    section.gallerybar div.photo {
      width: 16.66667%;
      float: left; }
      section.gallerybar div.photo:nth-of-type(6n) {
        float: right;
        margin-right: 0; } }
  @media (max-width: 667px) {
    section.gallerybar div.photo {
      width: 25%;
      float: left; }
      section.gallerybar div.photo:nth-of-type(4n) {
        float: right;
        margin-right: 0; } }
  section.gallerybar div.photo img {
    display: block;
    width: 100%; }

footer {
  color: white;
  padding: 30px 0; }
  @media (min-width: 667px) {
    footer div.list {
      width: 65.95745%;
      float: left;
      margin-right: 2.12766%; } }
  @media (max-width: 666px) {
    footer div.list {
      padding-bottom: 20px; } }
  footer div.list a.list {
    display: inline-block;
    background: white;
    color: black;
    font: 18px/120% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 5px; }
  footer div.list h3 {
    font: 28px/120% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: white;
    padding: 0 0 5px 0; }
  footer div.list form input.email {
    border: none;
    background: white;
    font: 400 14px/160% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    padding: 3px 10px;
    width: 300px; }
    @media (max-width: 666px) {
      footer div.list form input.email {
        width: 150px; } }
  footer div.list form input.button {
    font: 18px/100% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    background: black;
    border: none;
    text-transform: uppercase;
    padding: 0px 5px 0px 5px; }
  @media (min-width: 667px) {
    footer div.social {
      width: 31.91489%;
      float: right;
      margin-right: 0;
      text-align: right; } }
  footer div.social ul {
    overflow: hidden;
    *zoom: 1; }
    @media (min-width: 667px) {
      footer div.social ul {
        display: inline-block; } }
    footer div.social ul li {
      display: inline-block;
      padding: 0 0 0 5px; }
      footer div.social ul li a {
        color: white;
        font-size: 30px;
        line-height: 140%;
        text-decoration: none;
        color: white; }

section.test div.responsive ul li {
  display: none; }
  @media (min-width: 5121px) {
    section.test div.responsive ul li.else {
      display: block; } }
  @media (min-width: 2881px) and (max-width: 5120px) {
    section.test div.responsive ul li.imac-retina {
      display: block; } }
  @media (min-width: 2561px) and (max-width: 2880px) {
    section.test div.responsive ul li.macbook-retina {
      display: block; } }
  @media (min-width: 1921px) and (max-width: 2560px) {
    section.test div.responsive ul li.imac-27 {
      display: block; } }
  @media (min-width: 1441px) and (max-width: 1920px) {
    section.test div.responsive ul li.screen-huge {
      display: block; } }
  @media (min-width: 1367px) and (max-width: 1440px) {
    section.test div.responsive ul li.screen-large {
      display: block; } }
  @media (min-width: 1281px) and (max-width: 1366px) {
    section.test div.responsive ul li.screen-air {
      display: block; } }
  @media (min-width: 1025px) and (max-width: 1280px) {
    section.test div.responsive ul li.screen-wide {
      display: block; } }
  @media (min-width: 961px) and (max-width: 1024px) {
    section.test div.responsive ul li.ipad-wide {
      display: block; } }
  @media (min-width: 769px) and (max-width: 960px) {
    section.test div.responsive ul li.screen {
      display: block; } }
  @media (min-width: 737px) and (max-width: 768px) {
    section.test div.responsive ul li.ipad {
      display: block; } }
  @media (min-width: 668px) and (max-width: 736px) {
    section.test div.responsive ul li.iphone-plus-wide {
      display: block; } }
  @media (min-width: 569px) and (max-width: 667px) {
    section.test div.responsive ul li.iphone-wide {
      display: block; } }
  @media (min-width: 415px) and (max-width: 568px) {
    section.test div.responsive ul li.iphone4-wide {
      display: block; } }
  @media (min-width: 376px) and (max-width: 414px) {
    section.test div.responsive ul li.iphone-plus {
      display: block; } }
  @media (min-width: 321px) and (max-width: 375px) {
    section.test div.responsive ul li.iphone {
      display: block; } }
  @media (max-width: 320px) {
    section.test div.responsive ul li.mobile {
      display: block; } }

section.home-hero {
  border: 5px solid white;
  border-width: 5px 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  section.home-hero div.overlay {
    background: filter-gradient(to right, #FF000000, #00000000);
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(left, #000000, rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(left, #000000, rgba(0, 0, 0, 0));
    background: linear-gradient(to right, #000000, rgba(0, 0, 0, 0)); }
  section.home-hero div.bar {
    height: 400px;
    line-height: 400px; }
    @media (min-width: 960px) {
      section.home-hero div.bar {
        height: 400px;
        line-height: 400px; } }
    @media (max-width: 959px) {
      section.home-hero div.bar {
        height: 300px;
        line-height: 300px; } }
  section.home-hero h1 {
    display: inline-block;
    vertical-align: middle; }
    section.home-hero h1 a {
      display: block;
      background: url(/i/logov2.png) no-repeat;
      text-indent: -1000em; }
      @media (min-width: 960px) {
        section.home-hero h1 a {
          width: 200px;
          height: 290px;
          background-size: 200px auto; } }
      @media (max-width: 959px) {
        section.home-hero h1 a {
          width: 150px;
          height: 218px;
          background-size: 150px auto; } }

section.home {
  border: 5px solid white;
  background: url(/i/wood.jpg) no-repeat center top;
  background-size: 100% auto;
  border-width: 5px 0;
  padding: 60px 0; }
  section.home div.heading {
    padding-bottom: 30px; }
    @media (min-width: 960px) {
      section.home div.heading {
        padding-left: 8.51064%;
        padding-right: 8.51064%; } }
    section.home div.heading h2 {
      font: 40px/120% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: white; }
      @media (max-width: 768px) {
        section.home div.heading h2 {
          font: 32px/120% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
  section.home div.copy {
    padding-bottom: 30px; }
    @media (min-width: 960px) {
      section.home div.copy {
        padding-left: 8.51064%;
        padding-right: 8.51064%; } }
    section.home div.copy p {
      font: 400 20px/160% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white;
      padding: 0 0 20px 0; }
      section.home div.copy p a {
        color: white; }
      section.home div.copy p:first-of-type {
        font-size: 18px;
        font-weight: 600; }
      @media (max-width: 768px) {
        section.home div.copy p {
          font: 400 18px/160% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          section.home div.copy p:first-of-type {
            font-size: 17px; } }
  section.home div.video {
    padding-bottom: 30px; }
    @media (min-width: 960px) {
      section.home div.video {
        padding-left: 8.51064%;
        padding-right: 8.51064%; } }

section.tagline {
  border-bottom: 5px solid white;
  text-align: center;
  padding: 10px 0; }
  section.tagline h3 {
    font: 38px/120% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: white; }

section.page-hero {
  border: 5px solid white;
  border-width: 5px 0 0 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover; }
  section.page-hero div.overlay {
    background: filter-gradient(to right, #FF000000, #00000000);
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(left, #000000, rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(left, #000000, rgba(0, 0, 0, 0));
    background: linear-gradient(to right, #000000, rgba(0, 0, 0, 0)); }
  @media (min-width: 960px) {
    section.page-hero div.bar {
      height: 400px;
      line-height: 400px; } }
  @media (max-width: 959px) {
    section.page-hero div.bar {
      height: 300px;
      line-height: 300px; } }
  section.page-hero h1 {
    display: inline-block;
    vertical-align: middle;
    font: 68px/100% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: white; }
    section.page-hero h1 a {
      text-decoration: none;
      color: white; }

section.page {
  border: 5px solid white;
  background: url(/i/wood.jpg) no-repeat center top;
  background-size: 100% auto;
  border-width: 5px 0;
  padding: 60px 0; }
  section.page h2 {
    font: 40px/100% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    padding: 0 0 30px 0; }
    @media (min-width: 960px) {
      section.page h2 {
        padding-left: 8.51064%;
        padding-right: 8.51064%; } }
    @media (max-width: 768px) {
      section.page h2 {
        font: 32px/120% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
  section.page div.intro p {
    font: 600 20px/160% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    padding: 0 0 20px 0; }
    section.page div.intro p a {
      color: white; }
    section.page div.intro p b, section.page div.intro p strong {
      font-weight: bold; }
    section.page div.intro p em, section.page div.intro p i {
      font-style: italic; }
    @media (max-width: 768px) {
      section.page div.intro p {
        font: 400 18px/160% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
  @media (min-width: 960px) {
    section.page div.intro {
      padding-left: 8.51064%;
      padding-right: 8.51064%; } }
  section.page div.booking {
    padding: 0 0 20px 0; }
    section.page div.booking a {
      display: inline-block;
      background: white;
      padding: 10px 20px;
      font: 24px/100% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: black;
      text-transform: uppercase;
      text-decoration: none; }
    @media (min-width: 960px) {
      section.page div.booking {
        padding-left: 8.51064%;
        padding-right: 8.51064%; } }
  section.page div.copy {
    padding-bottom: 30px; }
    section.page div.copy p {
      font: 400 16px/180% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white;
      padding: 0 0 20px 0; }
      section.page div.copy p a {
        color: white; }
      section.page div.copy p b, section.page div.copy p strong {
        font-weight: bold; }
      section.page div.copy p em, section.page div.copy p i {
        font-style: italic; }
    section.page div.copy ul {
      list-style: disc;
      padding: 0 0 20px 20px; }
      section.page div.copy ul li {
        font: 400 16px/180% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: white; }
        section.page div.copy ul li a {
          color: white; }
        section.page div.copy ul li b, section.page div.copy ul li strong {
          font-weight: bold; }
        section.page div.copy ul li em, section.page div.copy ul li i {
          font-style: italic; }
    @media (min-width: 960px) {
      section.page div.copy {
        padding-left: 8.51064%;
        padding-right: 8.51064%; } }
  section.page div.video {
    padding-bottom: 30px; }
    @media (min-width: 960px) {
      section.page div.video {
        padding-left: 8.51064%;
        padding-right: 8.51064%; } }

section.exhibitors {
  border: 5px solid white;
  background: url(/i/wood.jpg) no-repeat center top;
  background-size: 100% auto;
  border-width: 5px 0;
  padding: 60px 0; }
  section.exhibitors div.exhibitor {
    padding: 0 0 25px 0; }
    @media (min-width: 960px) {
      section.exhibitors div.exhibitor {
        width: 14.89362%;
        float: left;
        margin-right: 2.12766%; }
        section.exhibitors div.exhibitor:nth-of-type(6n) {
          float: right;
          margin-right: 0; } }
    @media (min-width: 668px) and (max-width: 959px) {
      section.exhibitors div.exhibitor {
        width: 23.40426%;
        float: left;
        margin-right: 2.12766%; }
        section.exhibitors div.exhibitor:nth-of-type(4n) {
          float: right;
          margin-right: 0; } }
    @media (max-width: 667px) {
      section.exhibitors div.exhibitor {
        width: 31.91489%;
        float: left;
        margin-right: 2.12766%; }
        section.exhibitors div.exhibitor:nth-of-type(3n) {
          float: right;
          margin-right: 0; } }
    section.exhibitors div.exhibitor a img {
      width: 100%;
      display: block; }

section.profile {
  border: 5px solid white;
  background: url(/i/wood.jpg) no-repeat center top;
  background-size: 100% auto;
  border-width: 5px 0;
  padding: 60px 0; }
  section.profile div.info {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%; }
    section.profile div.info h2 {
      font: 40px/100% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white;
      padding: 0 0 30px 0;
      text-transform: uppercase; }
    section.profile div.info p {
      font: 400 16px/180% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white;
      padding: 0 0 20px 0; }
      section.profile div.info p a {
        color: white; }
    section.profile div.info h3 {
      font: 24px/100% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: white;
      padding: 20px 0 10px 0; }
    section.profile div.info ul li {
      font: 400 16px/180% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white; }
      section.profile div.info ul li a {
        color: white; }
  section.profile div.photos {
    width: 23.40426%;
    float: right;
    margin-right: 0; }
    section.profile div.photos img {
      width: 100%;
      display: block; }
    section.profile div.photos p {
      font: 20px/100% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: white;
      padding: 20px 0 0 0;
      text-align: center; }
      section.profile div.photos p a {
        display: block;
        background: white;
        text-decoration: none;
        color: black;
        padding: 8px 0; }

section.festival {
  border: 5px solid white;
  background: url(/i/wood.jpg) no-repeat center top;
  background-size: 100% auto;
  border-width: 5px 0;
  padding: 60px 0; }
  section.festival div.heading {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 30px 0; }
    section.festival div.heading h2 {
      font: 38px/120% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: white; }
  section.festival div.copy {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%; }
    section.festival div.copy p {
      font: 400 16px/160% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white;
      padding: 0 0 20px 0; }
      section.festival div.copy p:first-of-type {
        font-size: 18px;
        font-weight: 600; }
  section.festival div.video {
    width: 48.93617%;
    float: right;
    margin-right: 0; }
    section.festival div.video img {
      width: 100%;
      display: block; }

section.festivals {
  border: 5px solid white;
  background: url(/i/wood.jpg) no-repeat center top;
  background-size: 100% auto;
  border-width: 5px 0;
  padding: 60px 0;
  color: magenta; }

section.gallery {
  border: 5px solid white;
  background: url(/i/wood.jpg) no-repeat center top;
  background-size: 100% auto;
  border-width: 5px 0;
  padding: 60px 0;
  color: magenta; }

section.events {
  border: 5px solid white;
  background: url(/i/wood.jpg) no-repeat center top;
  background-size: 100% auto;
  border-width: 5px 0;
  padding: 60px 0; }
  section.events h2 {
    font: 24px/120% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    padding: 0 0 10px 0;
    border-bottom: 2px solid white;
    margin-bottom: 30px; }
  section.events div.event {
    overflow: hidden;
    *zoom: 1;
    padding: 0 0 50px 0; }
    section.events div.event:last-of-type {
      padding-bottom: 0; }
    section.events div.event div.thumb {
      width: 23.40426%;
      float: left;
      margin-right: 2.12766%; }
      section.events div.event div.thumb img {
        display: block;
        width: 100%; }
      @media (max-width: 767px) {
        section.events div.event div.thumb {
          display: none; } }
    @media (min-width: 768px) {
      section.events div.event div.withthumb {
        width: 74.46809%;
        float: right;
        margin-right: 0; } }
    section.events div.event h3 {
      font: 40px/100% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: white;
      padding: 0 0 30px 0; }
    section.events div.event h4 {
      font: 24px/120% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white;
      padding: 0 0 30px 0; }
    section.events div.event p {
      font: 400 16px/180% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white;
      padding: 0 0 20px 0; }
      section.events div.event p a {
        color: white; }
      section.events div.event p.link a {
        display: inline-block;
        background: white;
        text-decoration: none;
        text-transform: uppercase;
        color: black;
        padding: 8px 15px;
        font: 20px/100% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

section.blog {
  border: 5px solid white;
  background: url(/i/wood.jpg) no-repeat center top;
  background-size: 100% auto;
  border-width: 5px 0;
  padding: 60px 0; }
  section.blog div.entry {
    overflow: hidden;
    *zoom: 1;
    padding: 70px 0 50px 0;
    border-bottom: 2px solid white; }
    section.blog div.entry div.thumb {
      width: 23.40426%;
      float: left;
      margin-right: 2.12766%; }
      section.blog div.entry div.thumb img {
        display: block;
        width: 100%; }
      @media (max-width: 767px) {
        section.blog div.entry div.thumb {
          display: none; } }
    @media (min-width: 768px) {
      section.blog div.entry div.withthumb {
        width: 74.46809%;
        float: right;
        margin-right: 0; } }
    section.blog div.entry:first-of-type {
      padding-top: 0; }
    section.blog div.entry:last-of-type {
      padding-bottom: 0;
      border-bottom: none; }
    section.blog div.entry h2 {
      font: 40px/100% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: white;
      padding: 0 0 10px 0; }
      section.blog div.entry h2 a {
        color: white;
        text-decoration: none; }
    section.blog div.entry h3 {
      font: 22px/120% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white;
      padding: 0 0 30px 0; }
    section.blog div.entry p {
      font: 400 16px/180% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white;
      padding: 0 0 20px 0; }
      section.blog div.entry p a {
        color: white; }
      section.blog div.entry p b, section.blog div.entry p strong {
        font-weight: bold; }
      section.blog div.entry p em, section.blog div.entry p i {
        font-style: italic; }
      section.blog div.entry p.link a {
        display: inline-block;
        background: white;
        text-decoration: none;
        text-transform: uppercase;
        color: black;
        padding: 8px 15px;
        font: 20px/100% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section.blog div.archive h2 {
    font: 32px/100% "geared_slabbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: white;
    padding: 0 0 10px 0; }
  section.blog div.archive ul {
    padding: 0 0 50px 0; }
    section.blog div.archive ul li {
      font: 400 16px/180% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white; }
      section.blog div.archive ul li a {
        color: white; }
