html {
  margin-top: 0 !important; }

body {
  background: white; }

.container {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
  z-index: 1; }

#content {
  width: 100%;
  padding: 100px 25px 25px 25px; }
  @media all and (min-width: 65rem) {
    #content {
      padding: 200px 50px 50px 50px; } }
  @media all and (min-width: 90rem) {
    #content {
      padding: 200px 100px 100px 100px; } }

.background-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.66);
  z-index: 0; }

/* ====================================================================================================
 Sections
==================================================================================================== */
section, .section {
  width: 100%;
  float: left;
  width: 100%;
  padding: 25px; }
  @media all and (min-width: 65rem) {
    section, .section {
      padding: 50px; } }
  @media all and (min-width: 90rem) {
    section, .section {
      padding: 100px; } }
  section.section-first, .section.section-first {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }

p, .p1, ul li {
  font-size: 16px;
  font-family: "Museo Sans", sans-serif;
  line-height: 28px;
  margin: 0 0 1em;
  color: #4A4A4A;
  font-weight: 300; }
  p a, .p1 a, ul li a {
    font-weight: 700;
    color: black;
    font-family: "Museo Sans", sans-serif; }
  p.intro, .p1.intro, ul li.intro {
    color: black;
    font-family: "Museo Sans", sans-serif;
    letter-spacing: 1px;
    font-size: 10px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase; }
  p .show-me, .p1 .show-me, ul li .show-me {
    color: black;
    font-family: "Museo Sans", sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0;
    /*border-bottom: 2px solid black;*/
    font-weight: 700;
    text-transform: uppercase; }

a {
  font-family: "Museo Sans", sans-serif;
  font-weight: 700;
  color: #393939;
  transition: all 0.33s ease;
  color: white;
  font-weight: 400; }
  a.back {
    color: black;
    padding-left: 10px;
    background: url("../img/link-back-arrow.svg") left 8px no-repeat;
    font-family: "Museo Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 100px;
    display: block;
    display: inline-block;
    margin-top: 30px; }
    @media all and (min-width: 65rem) {
      a.back:hover {
        padding-left: 15px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Museo Sans", sans-serif;
  margin: 0 0 .5em;
  font-weight: 700;
  text-transform: uppercase;
  color: black; }

@media all and (min-width: 65rem) {
  h1.large {
    font-size: 3em;
    padding-bottom: 30px; } }

.text-center {
  text-align: center; }
  .text-center .underline {
    background-position: center bottom;
    margin-bottom: 2em; }

.link-arrowed {
  padding-right: 12px;
  background: url("../img/link-arrow.svg") right 3px no-repeat;
  transition: all 0.33s ease;
  font-family: "Museo Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }

.row::before, .row::after {
  display: table;
  content: ' '; }

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }
.row .row.collapse {
  margin-right: 0;
  margin-left: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-right: auto;
  margin-left: auto; }

.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }

  .medium-offset-1 {
    margin-left: 8.33333%; }

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

  .medium-offset-2 {
    margin-left: 16.66667%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }

  .medium-offset-4 {
    margin-left: 33.33333%; }

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

  .medium-offset-5 {
    margin-left: 41.66667%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }

  .medium-offset-7 {
    margin-left: 58.33333%; }

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

  .medium-offset-8 {
    margin-left: 66.66667%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.66667%; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }

  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }

  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }

  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }

  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }

  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }

  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }

  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }

  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }

  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }

  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }

  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }

  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }

  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }

  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }

  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }

  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .medium-centered {
    margin-right: auto;
    margin-left: auto; }

  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }

  .large-push-1 {
    position: relative;
    left: 8.33333%; }

  .large-pull-1 {
    position: relative;
    left: -8.33333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 16.66667%; }

  .large-push-2 {
    position: relative;
    left: 16.66667%; }

  .large-pull-2 {
    position: relative;
    left: -16.66667%; }

  .large-offset-1 {
    margin-left: 8.33333%; }

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

  .large-offset-2 {
    margin-left: 16.66667%; }

  .large-4 {
    width: 33.33333%; }

  .large-push-4 {
    position: relative;
    left: 33.33333%; }

  .large-pull-4 {
    position: relative;
    left: -33.33333%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-5 {
    width: 41.66667%; }

  .large-push-5 {
    position: relative;
    left: 41.66667%; }

  .large-pull-5 {
    position: relative;
    left: -41.66667%; }

  .large-offset-4 {
    margin-left: 33.33333%; }

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

  .large-offset-5 {
    margin-left: 41.66667%; }

  .large-7 {
    width: 58.33333%; }

  .large-push-7 {
    position: relative;
    left: 58.33333%; }

  .large-pull-7 {
    position: relative;
    left: -58.33333%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-8 {
    width: 66.66667%; }

  .large-push-8 {
    position: relative;
    left: 66.66667%; }

  .large-pull-8 {
    position: relative;
    left: -66.66667%; }

  .large-offset-7 {
    margin-left: 58.33333%; }

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

  .large-offset-8 {
    margin-left: 66.66667%; }

  .large-10 {
    width: 83.33333%; }

  .large-push-10 {
    position: relative;
    left: 83.33333%; }

  .large-pull-10 {
    position: relative;
    left: -83.33333%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-11 {
    width: 91.66667%; }

  .large-push-11 {
    position: relative;
    left: 91.66667%; }

  .large-pull-11 {
    position: relative;
    left: -91.66667%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.66667%; }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }

  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }

  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }

  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }

  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }

  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }

  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }

  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }

  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }

  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }

  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }

  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }

  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }

  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }

  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }

  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }

  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .large-centered {
    margin-right: auto;
    margin-left: auto; }

  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
.column-block {
  margin-bottom: 1.25rem; }

.column-block > :last-child {
  margin-bottom: 0; }

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem; }

  .column-block > :last-child {
    margin-bottom: 0; } }
#wpadminbar {
  display: none !important; }

.mobile-nav {
  /*display: none;*/
  width: 100%;
  height: 100%;
  padding: 25px 0;
  background: white;
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  left: 100%;
  bottom: 0;
  opacity: 0; }
  .mobile-nav.show-nav {
    left: 0;
    opacity: 1; }
  @media all and (min-width: 65rem) {
    .mobile-nav {
      display: none !important; } }
  .mobile-nav .mobile-menu {
    margin-top: 100px; }
    .mobile-nav .mobile-menu ul li {
      width: 100%;
      float: left;
      margin-bottom: 0; }
      .mobile-nav .mobile-menu ul li a {
        color: black;
        padding: 8px;
        text-align: center;
        display: block; }

.children {
  display: none; }

.nav-search {
  position: relative;
  float: right;
  display: none; }
  @media all and (min-width: 40rem) {
    .nav-search {
      display: inline-block; } }
  .nav-search .search-field {
    width: 200px;
    border-radius: 100px;
    background: none;
    border: 1px solid #282829;
    padding: 10px;
    margin: 26px 0; }
  .nav-search .search-input {
    position: absolute;
    top: 26px;
    right: 11px;
    height: 20px;
    width: 20px;
    padding: 0; }

header#header {
  padding: 0;
  width: 100%;
  background: white;
  border-bottom: 1px solid #ccc;
  float: left; }
  @media all and (min-width: 65rem) {
    header#header {
      height: 100px; } }
  header#header .logo {
    position: absolute;
    top: 20px;
    left: 25px;
    z-index: 2; }
    @media all and (min-width: 90rem) {
      header#header .logo {
        left: 40px; } }
    header#header .logo img {
      width: 50px; }
      @media all and (min-width: 90rem) {
        header#header .logo img {
          width: 150px; } }
  header#header .menu-wrapper {
    /*position: absolute;*/
    z-index: 2;
    /*right:2em;*/
    margin: 10px 0 0 75px;
    padding: 10px;
    display: none;
    float: left; }
    @media all and (min-width: 65rem) {
      header#header .menu-wrapper {
        display: inline-block; } }
    @media all and (min-width: 90rem) {
      header#header .menu-wrapper {
        margin-left: 200px; } }
    header#header .menu-wrapper ul {
      list-style: none;
      margin: 0;
      padding-left: 10px; }
      header#header .menu-wrapper ul li {
        color: #4A4A4A;
        display: block;
        float: left;
        padding: 1rem .66rem;
        position: relative;
        text-decoration: none;
        transition-duration: 0.5s; }
        header#header .menu-wrapper ul li a {
          color: black;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 400; }
        header#header .menu-wrapper ul li.menu-item-has-children a {
          background: url(../img/dropdown-triangle.svg) right center no-repeat;
          padding-right: 11px; }
        header#header .menu-wrapper ul li.menu-item-has-children ul {
          padding: .5rem; }
          header#header .menu-wrapper ul li.menu-item-has-children ul li {
            padding: .5rem;
            margin: 0; }
            header#header .menu-wrapper ul li.menu-item-has-children ul li .sub-menu {
              left: 100%;
              top: -10px; }
            header#header .menu-wrapper ul li.menu-item-has-children ul li a {
              background: none; }
        header#header .menu-wrapper ul li:hover, header#header .menu-wrapper ul li:focus-within {
          cursor: pointer; }
          header#header .menu-wrapper ul li:hover a, header#header .menu-wrapper ul li:focus-within a {
            color: #262626; }
        header#header .menu-wrapper ul li:focus-within a {
          outline: none; }
        header#header .menu-wrapper ul li ul {
          visibility: hidden;
          opacity: 0;
          min-width: 5rem;
          position: absolute;
          transition: all 0.5s ease;
          margin-top: 1rem;
          left: 0;
          display: none;
          width: 200px;
          background: white;
          border-radius: 0 0 5px 5px;
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); }
          header#header .menu-wrapper ul li ul li {
            clear: both;
            width: 100%; }
        header#header .menu-wrapper ul li:hover > ul, header#header .menu-wrapper ul li:focus-within > ul,
        header#header .menu-wrapper ul li ul:hover,
        header#header .menu-wrapper ul li ul:focus {
          visibility: visible;
          opacity: 1;
          display: block; }
  header#header .social-menu {
    display: inline-block;
    float: right;
    margin-right: 55px; }
    @media all and (min-width: 65rem) {
      header#header .social-menu {
        margin-right: 0; } }
    header#header .social-menu ul {
      display: inline-block;
      margin: 17px; }
      header#header .social-menu ul li {
        float: left;
        margin: 10px; }
        header#header .social-menu ul li a {
          content: "";
          text-indent: -9999px;
          width: 40px;
          height: 40px;
          display: block; }
        header#header .social-menu ul li.instagram a {
          background: url(../img/social-instagram.svg) center center no-repeat; }
        header#header .social-menu ul li.facebook a {
          background: url(../img/social-facebook.svg) center center no-repeat; }
        header#header .social-menu ul li.twitter a {
          background: url(../img/social-twitter.svg) center center no-repeat; }

/*
   * Hamburger
   */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  z-index: 9999;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: 20px;
  right: 0px; }
  @media all and (min-width: 65rem) {
    .hamburger {
      display: none; } }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: black; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: black;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -12px; }

.hamburger-inner::after {
  bottom: -12px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.contact-hero {
  height: 400px; }

.contact-form {
  margin-top: -200px;
  background: none;
  padding: 0; }
  .contact-form .button {
    width: auto; }

.contact-inner {
  background: white;
  padding: 2em 1em;
  margin: 0 auto;
  width: 100%; }
  @media all and (min-width: 40rem) {
    .contact-inner {
      width: 80%; } }
  @media all and (min-width: 65rem) {
    .contact-inner {
      width: 70%;
      padding: 3em 2em; } }

.footer {
  text-align: center;
  background: #121212;
  padding: 0; }
  .footer .footer-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    padding: 3em; }
  .footer p {
    font-family: "Museo Sans", sans-serif;
    color: #ccc;
    font-size: 14px; }
  .footer .logo {
    width: auto;
    display: inline-block;
    margin: 0 auto 20px; }
    .footer .logo img {
      height: 180px; }
  .footer .menu-footer-menu-container .menu {
    width: auto; }
    @media all and (min-width: 65rem) {
      .footer .menu-footer-menu-container .menu li {
        display: inline-block;
        border-right: 1px solid #666;
        padding: 0 1em; }
        .footer .menu-footer-menu-container .menu li:last-child {
          border: none; } }
    .footer .menu-footer-menu-container .menu li a {
      font-family: "Museo Sans", sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #ccc;
      letter-spacing: 0;
      line-height: 30px;
      text-decoration: none;
      margin-bottom: 10px; }

.credit {
  background: black;
  padding: 30px; }
  .credit p {
    font-size: 13px;
    color: #ccc;
    margin: 0; }
    .credit p img {
      height: 16px;
      margin: 0 0 -2px; }

input, textarea {
  border-bottom: 1px solid #282829;
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  font-family: "Museo Sans", sans-serif;
  font-weight: 400;
  background: none;
  margin-bottom: 25px;
  color: #282829; }
  input:focus, textarea:focus {
    border-bottom: 1px solid #DEDF52; }

label {
  font-size: 12px;
  margin: 0;
  color: #5a5a5d;
  font-weight: 300;
  font-family: "Museo Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.button, button, input[type="submit"],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  font-family: "Museo Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  color: black;
  width: auto;
  text-align: center;
  text-decoration: none;
  padding: 10px 30px;
  border: 3px solid #000000;
  background: none; }
  .button:hover, button:hover, input[type="submit"]:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background: black;
    color: white; }
  .button.secondary, button.secondary, input[type="submit"].secondary,
  .woocommerce #respond input#submit.alt.secondary,
  .woocommerce a.button.alt.secondary,
  .woocommerce a.button.secondary,
  .woocommerce button.button.alt.secondary,
  .woocommerce input.button.alt.secondary {
    color: white;
    border: 1px solid white;
    background: none; }

.background-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0; }

.cta-row a {
  margin: 2em .5em 0; }

.homepage-hero {
  float: left;
  background: grey;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (min-width: 40em) {
    .homepage-hero {
      padding-top: 120px;
      padding-bottom: 210px; } }
  @media screen and (min-width: 64em) {
    .homepage-hero {
      padding-top: 150px;
      padding-bottom: 250px; } }
  .homepage-hero .hero-content {
    position: relative;
    transition: all 0.33s ease;
    z-index: 2;
    margin: 1em auto; }
  .homepage-hero h6 {
    margin: 0; }
  .homepage-hero .button {
    background: none;
    border-color: white;
    color: white; }
  .homepage-hero h1 {
    margin-bottom: .5em;
    padding-bottom: 0;
    line-height: 1;
    color: white; }
    @media screen and (min-width: 64em) {
      .homepage-hero h1 {
        font-size: 4em; } }
  .homepage-hero p {
    color: white;
    font-size: 18px; }
  .homepage-hero .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */ }

@media screen and (min-width: 40em) {
  .homepage-beers {
    margin-top: -130px; } }

.event-section h1 {
  margin-bottom: 30px; }
  @media screen and (min-width: 40em) {
    .event-section h1 {
      margin-bottom: 75px; } }

.follow-instagram {
  padding: 20px;
  width: 100%;
  float: left;
  text-align: center; }
  .follow-instagram a {
    color: black;
    width: auto;
    display: block;
    background: url("../img/icon-instagram-follow.svg") no-repeat top center;
    padding: 35px 0 0 0;
    margin: 0 auto; }
    @media all and (min-width: 40rem) {
      .follow-instagram a {
        display: inline-block;
        background-position: left center;
        padding: 5px 0 5px 35px; } }

.about-hero {
  background: url("../img/background-about.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.key-principles {
  padding-top: 0; }
  .key-principles ul {
    margin: 0 0 5% 0; }
    .key-principles ul li {
      width: 100%;
      padding-left: 20px;
      background: url(../img/list-tick.png) left 8px no-repeat; }
      @media all and (min-width: 40rem) {
        .key-principles ul li {
          width: 50%;
          padding-right: 2em;
          float: left; } }

.news-hero {
  position: relative; }
  .news-hero h1 {
    position: relative;
    z-index: 1; }

.news .post-thumbnail {
  height: 200px;
  width: 100%;
  position: relative; }
  @media all and (min-width: 40rem) {
    .news .post-thumbnail {
      height: 300px; } }
.news .news-post {
  width: 100%;
  padding: 0 0 2em;
  float: left; }
  @media all and (min-width: 40rem) {
    .news .news-post {
      width: 50%;
      padding: 0 3em 3em 0; }
      .news .news-post:hover {
        opacity: .9; } }
  .news .news-post h2 {
    margin: 0;
    width: 75%; }
    .news .news-post h2 a {
      color: #2A2A29; }
.news .post-info {
  padding: 1em; }
.news .blog-title {
  font-weight: 300; }
.news .entry-title {
  margin: 0;
  text-transform: none; }
.news .news-meta {
  color: #282829;
  font-family: "Museo Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  margin: 0; }
  .news .news-meta span {
    color: #DEDF52;
    margin: 0 5px 0 0; }

.sidebar ul {
  border-bottom: 1px solid #C8C6A7;
  margin-bottom: 3em; }
  .sidebar ul li {
    border-top: 1px solid #C8C6A7;
    padding-top: 1em; }
    .sidebar ul li a {
      color: #2A2A29;
      font-weight: 400; }
      .sidebar ul li a:hover {
        color: #DEDF52; }

.beer-section-home {
  padding-top: 0; }

.beers-list li {
  float: left;
  margin-bottom: 2em;
  position: relative; }
  @media all and (min-width: 40rem) {
    .beers-list li {
      width: 50%;
      padding: 0 30px;
      margin-bottom: 3em; } }
  @media all and (min-width: 65rem) {
    .beers-list li {
      width: 25%; } }
  .beers-list li img {
    width: 66.6%;
    margin: 0 auto .5em; }
    @media all and (min-width: 40rem) {
      .beers-list li img {
        margin: 0 0 1em;
        width: 100%; } }
  .beers-list li h3 {
    margin-bottom: 0; }
    @media all and (min-width: 65rem) {
      .beers-list li h3 {
        margin-bottom: .25em; } }
  .beers-list li p {
    margin: 0; }
    .beers-list li p.beer-category {
      color: white;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 3px;
      line-height: 1;
      margin: 0;
      text-align: center;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: none; }
      .beers-list li p.beer-category.category-None {
        display: none; }
      .beers-list li p.beer-category.category-Specials {
        display: block; }
      .beers-list li p.beer-category.category-Core {
        display: block; }
      .beers-list li p.beer-category.category-Seasonal {
        display: block; }
      .beers-list li p.beer-category.category-Quarterly {
        display: block; }
      .beers-list li p.beer-category span {
        background: black;
        padding: 5px 3px 3px 5px;
        border-radius: 2px; }
  .beers-list li .beer-packaging {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center; }
    .beers-list li .beer-packaging li {
      height: 40px;
      width: 40px;
      display: inline-block;
      float: none;
      padding: 0;
      opacity: .25;
      margin: 0; }
      .beers-list li .beer-packaging li.true {
        opacity: 1; }
      .beers-list li .beer-packaging li img {
        height: 40px;
        width: 40px;
        display: block; }
@media all and (min-width: 40rem) {
  .beers-list.beer-page li {
    width: 50%;
    padding: 0 30px; }
    .beers-list.beer-page li:nth-child(2n+3) {
      clear: left; } }
@media all and (min-width: 65rem) {
  .beers-list.beer-page li {
    width: 25%; }
    .beers-list.beer-page li:nth-child(2n+3) {
      clear: none; }
    .beers-list.beer-page li:nth-child(4n+5) {
      clear: left; } }

.legacy-beers {
  background: #f5f5f5; }

.single-beer .pump_clip_design {
  width: 66.6%;
  margin: 0 auto; }
  @media all and (min-width: 40rem) {
    .single-beer .pump_clip_design {
      margin: 0;
      width: 100%;
      float: left; } }
.single-beer .single-packaging {
  margin-bottom: 1em; }
  .single-beer .single-packaging p {
    margin: 0 0 5px; }
    @media all and (min-width: 40rem) {
      .single-beer .single-packaging p {
        float: left;
        line-height: 40px;
        margin: 0 10px 0 0; } }
  .single-beer .single-packaging .beer-packaging {
    margin: 0 auto;
    display: inline-block;
    width: auto;
    height: 40px;
    text-align: center; }
    .single-beer .single-packaging .beer-packaging li {
      height: 40px;
      width: 40px;
      display: inline-block;
      float: none;
      padding: 0;
      opacity: .25;
      margin: 0; }
      .single-beer .single-packaging .beer-packaging li.true {
        opacity: 1; }
      .single-beer .single-packaging .beer-packaging li img {
        height: 40px;
        width: 40px;
        display: block; }
.single-beer .beer-info {
  text-align: center; }
  .single-beer .beer-info .large {
    margin: 0; }
  @media all and (min-width: 40rem) {
    .single-beer .beer-info {
      text-align: left; } }
.single-beer .beer-spec {
  text-align: left;
  margin: 30px 0; }
  .single-beer .beer-spec tr {
    border-bottom: 1px solid #ccc; }
  .single-beer .beer-spec * {
    margin: 0; }

.event-section.homepage {
  background: #F7F7F7;
  margin-bottom: 0; }

.events-list .event-entry {
  float: left;
  margin-bottom: 2em;
  background: url(../img/event-bg.svg) top center no-repeat;
  text-align: center; }
  @media all and (min-width: 40rem) {
    .events-list .event-entry {
      width: 50%;
      padding: 0 30px;
      text-align: left; }
      .events-list .event-entry:nth-child(2n+3) {
        clear: left; } }
  .events-list .event-entry img {
    width: 66.6%;
    margin: 0 auto .5em; }
    @media all and (min-width: 40rem) {
      .events-list .event-entry img {
        margin: 0 0 1em;
        width: 100%; } }
  .events-list .event-entry h3 {
    margin-bottom: .25em; }
    .events-list .event-entry h3.event-date.j {
      font-size: 48px; }
    .events-list .event-entry h3.event-date.m {
      font-weight: 300;
      letter-spacing: 2px; }
    .events-list .event-entry h3.title {
      text-transform: none; }
  .events-list .event-entry .time {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 12px;
    color: #4A4A4A; }
  .events-list .event-entry p {
    margin: 0; }

.single-event {
  background: url(../img/event-bg.svg) top center no-repeat;
  background-size: 100%; }
  .single-event .event-poster {
    margin-bottom: 30px; }
  .single-event .event-info {
    text-align: center; }
    .single-event .event-info .large {
      margin: 0; }
    @media all and (min-width: 40rem) {
      .single-event .event-info {
        text-align: left; } }
  .single-event h3 {
    margin-bottom: 0; }
    @media all and (min-width: 65rem) {
      .single-event h3 {
        margin-bottom: .25em; } }
    .single-event h3.event-date.j {
      font-size: 48px; }
    .single-event h3.event-date.m {
      font-weight: 300;
      letter-spacing: 2px; }
    .single-event h3.title {
      text-transform: none; }
  .single-event .time {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 12px;
    color: #4A4A4A; }
  .single-event p {
    margin: 0; }
  .single-event .event-spec {
    text-align: left;
    margin: 30px 0; }
    .single-event .event-spec tr {
      border-bottom: 1px solid #ccc; }
    .single-event .event-spec * {
      margin: 0; }

.page-layout-1 {
  padding-top: 0; }

.page-title {
  margin-top: 30px; }
  @media all and (min-width: 40rem) {
    .page-title {
      margin-top: 100px; } }
  .page-title.has-image {
    position: absolute;
    color: white;
    top: 130px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center; }
    @media all and (min-width: 40rem) {
      .page-title.has-image {
        top: 150px; } }
    @media all and (min-width: 65rem) {
      .page-title.has-image {
        top: 200px; } }
    .page-title.has-image h1 {
      color: white; }

.page-content {
  margin-top: 30px; }

.featured-image {
  position: relative;
  /*background: #ccc;*/
  padding: 0; }
  .featured-image .image-line {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 20px; }

.product-list .page-title {
  margin-top: 30px; }

.summary .product-single {
  padding: 0; }

.search-result h2 a {
  color: black; }
  .search-result h2 a:hover {
    color: black; }
.search-result .result-type {
  font-size: 13px;
  margin: 0;
  letter-spacing: 1px; }
.search-result .search-result-image {
  width: 100%;
  height: 200px;
  display: block;
  margin-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 10px solid rgba(0, 0, 0, 0.2); }
  .search-result .search-result-image:hover {
    border: 10px solid rgba(0, 0, 0, 0.5); }

/*# sourceMappingURL=app.css.map */
