.pure-g div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.l-box {
  padding: 1em; }

.col-left-gutter {
  padding-right: 0; }
  @media only screen and (min-width: 768px) {
    .col-left-gutter {
      padding-right: 1em; } }
.col-right-gutter {
  padding-left: 0; }
  @media only screen and (min-width: 768px) {
    .col-right-gutter {
      padding-left: 1em; } }
#beers {
  width: 100%; }

.container.nested-container {
  padding: 0;
  margin: 30px auto; }

.container.nested-container-top {
  padding: 0;
  margin: 0 auto; }

body {
  font: 100% "Open Sans", Helvetica, sans-serif;
  color: #fff;
  background: #183B47 url("../images/bg-serpents-blue.png") center top repeat-y;
  background-size: 100% auto;
  background-attachment: fixed; }

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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'silverlake';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-checkmark:before {
  color: #7caa28;
  content: "\e372"; }

.icon-facebook:before {
  color: #bbbdb7;
  content: "\e499"; }

.icon-twitter:before {
  color: #bbbdb7;
  content: "\e49e"; }

.icon-file-download:before {
  content: "\e081";
  color: #2091ab;
  font-size: 1.5em;
  position: relative;
  top: 5px;
  margin-right: 0.25em; }

.icon-menu:before {
  color: #fff;
  text-shadow: none;
  text-decoration: none;
  content: "\e2ac"; }

.icon-hamburger:before {
  color: #fff;
  font-size: 1.15em;
  content: "\e600"; }

.icon-phone:before {
  font-size: 1.2em;
  color: #bbbdb7;
  content: "\e0da";
  position: relative;
  top: 4px;
  margin-right: 0.15em; }

.icon-envelope:before {
  font-size: 1.2em;
  color: #bbbdb7;
  content: "\e601";
  position: relative;
  top: 4px;
  margin-right: 0.15em; }

.pure-g .pure-g--gutter > div {
  margin: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container, .container-collapse {
  max-width: 930px;
  margin: 60px auto;
  padding: 0 20px; }

.container-collapse {
  margin: 0 auto; }

.container-header-collapse {
  margin: 60px auto 30px auto; }

.transforming-header {
  background-color: #0e2d38;
  padding: 20px; }

.transforming-intro {
  background-color: #0e2d38;
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .transforming-intro {
      min-height: 154px; } }
  .transforming-intro p {
    margin: 0; }

.transforming-thanks {
  color: #000;
  background-color: #f5c42d;
  padding: 15px 20px; }
  .transforming-thanks p {
    margin: 0; }

.transforming-images img {
  margin-bottom: 1em; }
  @media only screen and (min-width: 568px) {
    .transforming-images img {
      margin-bottom: 0; } }
#imagefader {
  margin-bottom: 60vw;
  position: relative; }
  @media only screen and (min-width: 768px) {
    #imagefader {
      margin-bottom: 44vw; } }
  @media only screen and (min-width: 972px) {
    #imagefader {
      margin-bottom: 25em; } }
  #imagefader img {
    position: absolute;
    z-index: 1; }
    #imagefader img.active {
      z-index: 3; }

@media only screen and (min-width: 768px) {
  .height-fix-row {
    display: table; } }

@media only screen and (min-width: 768px) {
  .height-fix-cell {
    display: table-cell; } }

.callout-box-standard, .callout-box-highlight {
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .callout-box-standard, .callout-box-highlight {
      min-height: 275px;
      border-right: 1px solid rgba(88, 104, 110, 0.5); } }
.callout-box-standard {
  background-color: rgba(88, 104, 110, 0.2); }

.callout-box-highlight {
  background-color: rgba(88, 104, 110, 0.32); }

.callout-box-rightrail {
  border-right: none; }

.callout-box-leftoftwo {
  min-height: 0;
  border-right: none;
  width: 100%;
  margin-bottom: 0.5em; }
  @media only screen and (min-width: 530px) {
    .callout-box-leftoftwo {
      width: 48%;
      margin-right: 2%; } }
.callout-box-rightoftwo {
  min-height: 0;
  border-right: none;
  width: 100%;
  margin-bottom: 0.5em; }
  @media only screen and (min-width: 530px) {
    .callout-box-rightoftwo {
      width: 48%;
      margin-left: 2%; } }
.photostrip div {
  border-right: none;
  margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .photostrip div {
      border-right: 3px solid transparent;
      margin-bottom: 0; } }
.social-links {
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: 1px solid rgba(88, 104, 110, 0.5); }
  .social-links p {
    height: 27px;
    line-height: 27px; }

.footer {
  padding-top: 0.75em;
  margin-top: 1.5em;
  border-top: 1px solid rgba(88, 104, 110, 0.5); }
  .footer p {
    font-size: 0.75em;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 2em; }
    .footer p a {
      color: rgba(255, 255, 255, 0.4); }

div.footer-logo {
  margin-bottom: -2rem; }

.footer-promo {
  margin-bottom: -60px; }
  .footer-promo div {
    text-align: center;
    padding-top: 40px; }
    .footer-promo div:first-child {
      border-top: 1px solid rgba(88, 104, 110, 0.5); }
    @media screen and (min-width: 768px) {
      .footer-promo div {
        border-top: 1px solid rgba(88, 104, 110, 0.5); } }
    .footer-promo div a {
      color: #fff;
      transform: opacity;
      transition: 0.3s; }
      .footer-promo div a:hover, .footer-promo div a:active {
        text-decoration: none;
        opacity: 0.5; }
    .footer-promo div img {
      display: inline-block; }
      .footer-promo div img.heart {
        max-width: 50px; }
      .footer-promo div img.beer {
        max-width: 165px;
        margin-bottom: 10px; }

h1, h2, h3, h4, h5 {
  font-family: "Roboto Slab", "Open Sans", Helvetica, sans-serif;
  margin: 0 0 0.25em 0; }

h1 {
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1;
  color: #f5c42d;
  text-align: center; }
  @media only screen and (min-width: 400px) {
    h1 {
      font-size: 2em; } }
  @media only screen and (min-width: 600px) {
    h1 {
      font-size: 2.5em; } }
  @media only screen and (min-width: 768px) {
    h1 {
      text-align: left; } }
  @media only screen and (min-width: 885px) {
    h1 {
      font-size: 3em; } }
  h1.intro {
    text-transform: uppercase;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    letter-spacing: 2px;
    position: relative;
    padding-top: 0.75em; }
    @media only screen and (min-width: 520px) {
      h1.intro {
        margin-top: 0.6em; } }
    @media only screen and (min-width: 768px) {
      h1.intro {
        padding-top: 0; } }
h2 {
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1;
  color: #77c6d4; }
  @media only screen and (min-width: 400px) {
    h2 {
      font-size: 2em; } }
  @media only screen and (min-width: 600px) {
    h2 {
      font-size: 2.5em; } }
  h2.alt-color {
    color: #f5c42d; }
  h2.block-title {
    margin-bottom: 0.75em; }

h3 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0.5em; }
  h3.alt-color {
    color: #f5c42d; }
  h3.past-event {
    font-size: 1.25em;
    opacity: 0.7; }

.callout-box-standard > h3, .callout-box-highlight > h3 {
  position: relative;
  margin-bottom: 1.5em; }
  .callout-box-standard > h3:before, .callout-box-highlight > h3:before {
    content: "";
    display: block;
    border-top: solid 4px #5a95a0;
    width: 100px;
    height: 1px;
    position: absolute;
    top: 150%;
    left: 0;
    z-index: 1; }

h3.address-box {
  line-height: 1.6em; }
  h3.address-box:before {
    border-top: none; }

.transforming-header > h3 {
  position: relative;
  margin-bottom: -0.5em; }
  @media only screen and (min-width: 442px) {
    .transforming-header > h3 {
      margin-bottom: 0.5em; }
      .transforming-header > h3:before {
        content: "";
        display: block;
        border-top: solid 4px #f5c42d;
        width: 100px;
        height: 1px;
        position: absolute;
        top: 175%;
        left: 0;
        z-index: 1; } }
p {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.571;
  margin: 0 0 1em 0; }
  p.intro {
    font-size: 0.9em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media only screen and (min-width: 470px) {
      p.intro {
        font-size: 1em; } }
    @media only screen and (min-width: 768px) {
      p.intro {
        text-align: left; } }
    @media only screen and (min-width: 800px) {
      p.intro {
        font-size: 1.125em; } }
  p.p-rightcol-link {
    text-align: left;
    margin-top: -1em; }
    @media only screen and (min-width: 768px) {
      p.p-rightcol-link {
        text-align: right;
        margin-top: 1em; } }
  p.directions {
    margin: 0;
    padding: 0; }
    p.directions span {
      color: #f5c42d;
      font-weight: 700; }
  p span.big-copy {
    font-size: 1.2666667em;
    font-weight: 700;
    padding-right: 5px; }

ul {
  padding-left: 1em;
  padding-bottom: 1em; }

li {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.571;
  color: #d9d9d9;
  margin-bottom: 0.5em; }

a {
  color: #8aedff;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.facebook {
    color: #fff;
    background: url("../images/facebook-icon@2x.png");
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center left;
    height: 27px;
    line-height: 27px;
    padding-left: 3em;
    padding: 0.75em 0 0.75em 2.8em; }
    a.facebook:hover {
      text-decoration: none; }
  a.twitter {
    color: #fff;
    color: #fff;
    background: url("../images/twitter-icon@2x.png");
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center left;
    height: 27px;
    line-height: 27px;
    padding-left: 3em;
    padding: 0.75em 0 0.75em 2.8em; }
    a.twitter:hover {
      text-decoration: none; }
  a.divlink {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit; }
  a.dark {
    color: #0E2D38;
    font-weight: 600; }

header {
  display: block;
  width: 100%;
  background-color: rgba(10, 41, 51, 0.7); }

header nav {
  clear: both;
  overflow: hidden;
  max-height: 0; }

@media screen and (min-width: 739px) {
  header nav {
    max-height: none; } }

@media screen and (min-width: 852px) {
  header nav {
    clear: none; } }

header nav.activemenu {
  max-height: 50em; }

nav {
  clear: both;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: rgba(10, 41, 51, 0.7); }
  nav ul {
    padding: 0;
    font-weight: 500;
    font-size: 1.25em;
    margin: 0; }
    @media screen and (min-width: 739px) {
      nav ul {
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center; } }
  nav li {
    display: inline; }
  nav a {
    display: block;
    padding: 1em 0;
    border-top: 1px solid rgba(24, 59, 71, 0.5);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-family: "Roboto Slab", "Open Sans", Helvetica, sans-serif; }
    nav a:hover, nav a:active {
      color: #fff;
      text-decoration: none;
      background-color: rgba(8, 35, 44, 0.3); }
    nav a.active:link, nav a.active:visited {
      color: #fff;
      background-color: #08232c; }
    nav a.active:hover, nav a.active:active {
      color: white;
      cursor: default; }
    @media screen and (min-width: 739px) {
      nav a {
        display: inline-block;
        margin: 0;
        padding: 80px 32px 10px 38px;
        line-height: 1.4; } }
.mobile-menu {
  vertical-align: middle;
  padding: 7px 0 0 0;
  width: 100%;
  clear: both; }
  .mobile-menu a:link, .mobile-menu a:visited {
    padding: 1em 2em 1em 1em;
    text-decoration: none; }
  .mobile-menu a:hover, .mobile-menu a:active {
    background-color: transparent; }
  .mobile-menu a.menu-link {
    float: right;
    clear: right; }
  .mobile-menu span.mobile-page-name {
    float: left;
    padding: 1em 0 1em 2em;
    clear: left;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-family: "Roboto Slab", "Open Sans", Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.3); }
  @media screen and (min-width: 739px) {
    .mobile-menu {
      display: none; } }
.beer-container {
  background-color: rgba(14, 45, 56, 0.5);
  padding: 19px 50px 19px 17px;
  margin: 0 0 6px 0; }
  .beer-container:hover {
    background-color: #0e2d38; }
  .beer-container .beer-icon {
    float: left;
    padding: 0 15px 0 0; }
  .beer-container h3 {
    margin: 5px 0 0 0; }
  .beer-container p.beer-brewery {
    color: #a5a5a5;
    margin: 3px 0 0 0; }
  .beer-container .beer-description h3 span {
    font-size: 0.75em; }
  .beer-container .beerprice {
    font-weight: 700;
    font-size: 1.5em; }
  .beer-container .hidden-content {
    display: none;
    margin-top: 10px; }

#events {
  margin-top: 0;
  margin-bottom: 0; }

.event-container {
  margin-bottom: 1.5em; }
  .event-container p {
    margin: 0; }
    .event-container p span {
      display: inline-block;
      padding-bottom: 0.4em; }
  .event-container p.event-date {
    font-size: 0.8em;
    line-height: 2.25;
    margin-bottom: -0.5em;
    text-transform: uppercase; }
  .event-container p.event-date-list {
    font-size: 0.8em;
    line-height: 2.25;
    margin-top: 2em;
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  .event-container p.event-date-list.past-event {
    opacity: 0.7; }
  .event-container p.event-description-list {
    margin-bottom: 0;
    padding-bottom: 2.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .event-container p.past-event {
    font-size: 0.75em;
    line-height: 1.75;
    opacity: 0.6; }
  .event-container span.event-start-time {
    display: inline-block;
    line-height: 18px;
    margin-top: 1em; }
  .event-container img.event-start-time-clock {
    position: relative;
    top: 4px;
    margin-right: 2px;
    color: #fff; }

.event-container:last-child p.event-description-list {
  border-bottom: none; }

.notice-container {
  background-color: rgba(14, 45, 56, 0.5);
  padding: 19px 30px 5px 30px;
  margin: 0;
  text-align: center; }
  .notice-container h3 {
    color: #f5c42d; }

.agecheck, .ageunder21 {
  text-align: center;
  background-color: #14313c;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 560px;
  height: 560px;
  margin: 2em auto 0 auto; }
  @media screen and (max-width: 890px) {
    .agecheck, .ageunder21 {
      background-color: inherit;
      width: 100%;
      height: auto;
      margin: 2em auto 0 auto; } }
  .agecheck img, .ageunder21 img {
    margin: 0 auto 0 auto;
    padding-top: 4.5em;
    padding-bottom: 1.5em;
    max-width: 216px; }
    @media screen and (max-width: 730px) {
      .agecheck img, .ageunder21 img {
        max-width: 156px;
        padding-top: 1em; } }
  .agecheck h1, .ageunder21 h1 {
    text-align: center; }
    @media screen and (max-width: 350px) {
      .agecheck h1, .ageunder21 h1 {
        font-size: 1.75em; } }
  .agecheck p, .ageunder21 p {
    text-align: center; }
  .agecheck input[type="submit"], .ageunder21 input[type="submit"] {
    text-transform: uppercase;
    background-color: #5A95A0;
    border: none;
    padding: 9px 30px 8px 30px;
    margin: 1.5em 1em;
    border-radius: 5px;
    border-bottom: 2px solid #437078; }

.ageunder21 {
  background-color: inherit; }

.pure-form input {
  color: #fff;
  background-color: #464646;
  border: 1px solid #666 !important;
  box-shadow: none !important;
  width: 100%;
  text-align: center; }

.pure-form button {
  background-color: #5a95a0;
  border: none;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px; }

.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid {
  color: #fff; }

img.logo {
  max-width: 65%;
  margin: -20px auto; }
  @media only screen and (min-width: 600px) {
    img.logo {
      max-width: 50%; } }
  @media only screen and (min-width: 768px) {
    img.logo {
      max-width: 100%;
      margin: 0 auto; } }
img.footer-logo {
  margin: 0 auto;
  width: 98px;
  display: block; }

img.expand-arrow {
  position: absolute;
  right: 20px;
  top: 21px; }

.rotate180 {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  transition: all 0.2s; }

.loadingImage {
  display: block;
  width: 50px;
  margin: 0 auto; }

.cm-subscribe {
  width: 89px; }

.hide-md-and-below {
  display: none; }
  @media only screen and (min-width: 768px) {
    .hide-md-and-below {
      display: inline-block; } }
.hide-sm-and-below {
  display: none; }
  @media only screen and (min-width: 568px) {
    .hide-sm-and-below {
      display: block; } }
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.rule20 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both; }

.spacer20 {
  height: 20px;
  min-height: 20px;
  clear: both; }

.spacer40 {
  height: 40px;
  min-height: 40px;
  clear: both; }
