/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
*/
/* Variables
--------------------------------------*/
/* Mixins
--------------------------------------*/
.find-psycho-head span {
  color: #6B4030; }

.psycho-subhead {
  border: 2px solid #d7d3c6;
  border-width: 2px 0;
  margin: 9px auto;
  color: #6B4030;
  display: block;
  padding: 12px 15px 12px 0;
  position: relative;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box; }

.psycho-merch-wrapper {
  display: flex;
  width: 95%;
  margin-bottom: 60px;
  margin-top: 30px; }

.psycho-merch-item {
  width: 32.7%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  padding-right: 10px; }
  .psycho-merch-item img {
    width: 100%;
    display: block; }

.psycho-merch-banner {
  display: block;
  width: 100%;
  background: #cdc7ac;
  padding: 10px;
  color: #000;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box; }

.psycho-timeline .psycho-slide {
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  max-width: 1650px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) inset; }
  .psycho-timeline .psycho-slide#slide-1 {
    background-image: url(/assets/psycho-timeline/anchor-drink-steam.jpg); }
  .psycho-timeline .psycho-slide#slide-2 {
    background-image: url(/assets/psycho-timeline/branded-apparel.jpg); }
  .psycho-timeline .psycho-slide#slide-3 {
    background-image: url(/assets/psycho-timeline/anchor-community-event.jpg); }
  .psycho-timeline .psycho-slide#slide-4 {
    background-image: url(/assets/psycho-timeline/film-beer-pairing.jpg); }
  .psycho-timeline .psycho-slide#slide-5 {
    background-image: url(/assets/psycho-timeline/music-and-art-festival.jpg); }
  .psycho-timeline .psycho-slide#slide-6 {
    background-image: url(/assets/psycho-timeline/anchor-pilot-brewhouse-public-taps.jpg); }
  .psycho-timeline .psycho-slide#slide-7 {
    background-image: url(/assets/psycho-timeline/anchor-prototype-tasting.jpg); }
  .psycho-timeline .psycho-slide#slide-8 {
    background-image: url(/assets/psycho-timeline/local-beer-room.jpg); }
  .psycho-timeline .psycho-slide#slide-9 {
    background-image: url(/assets/psycho-timeline/6-pack-image.jpg); }
  .psycho-timeline .psycho-slide#slide-10 {
    background-image: url(/assets/psycho-timeline/sfp-ipa-cheers.jpg); }

.psycho-slide-inner {
  position: relative;
  top: 180px;
  left: 505px;
  width: 360px; }

.psycho-slide-inner h2 {
  color: #fff;
  font-size: 54px;
  margin-bottom: 20px;
  line-height: 1em; }
  .psycho-slide-inner h2 a {
    color: #fff;
    text-decoration: none; }

.psycho-slide-inner h3 {
  color: #bd9a66;
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.psycho-slide-inner p {
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em; }

.psycho-slide-inner a {
  font-family: 'ClarendonRoman';
  color: #BD9A66;
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none; }

.psycho-slide-inner .rewind a {
  display: block;
  height: 27px;
  padding: 8px 0 0 40px;
  background: url(/assets/prev-arrow.png) no-repeat;
  color: #BD9A66;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase; }

.psycho-events {
  margin-bottom: 15px; }
  .psycho-events p {
    margin-bottom: 0; }
    .psycho-events p:nth-of-type(2) {
      padding-left: 10px; }
  .psycho-events .markdown {
    padding-left: 10px; }

.psycho-timeline-link {
  text-align: center; }
  .psycho-timeline-link h2 {
    margin-bottom: 5px; }
  .psycho-timeline-link h3 {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 5px; }
  .psycho-timeline-link img {
    display: block;
    margin: 0 auto; }

.play-video {
  margin-bottom: 20px;
  display: block; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%; }

body {
  background: #1b1716 url(/assets/global/abstract-fill.jpg) fixed;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  font-family: helvetica, arial, sans-serif; }

body.facebook_tab {
  background: none;
  overflow: hidden; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #706b61; }

a {
  color: #386388;
  text-decoration: underline; }
  a.no-underline {
    text-decoration: none; }

a:hover {
  color: #386388;
  text-decoration: none; }

b, strong {
  font-weight: bold; }

p, blockquote, dd {
  line-height: 1.75em;
  margin: 0 0 1.5em;
  padding: 0; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol, dl {
  margin: 0 0 1.5em;
  padding: 0; }

ul.bullets {
  padding-left: 2em; }

img {
  border: 0;
  margin: 0; }

form, fieldset, select, input, label {
  border: 0;
  margin: 0;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle; }

.forms form {
  max-width: 510px; }
.forms label {
  display: block;
  color: #704a3c;
  font-family: "ClarendonRoman", Georgia, serif;
  text-transform: uppercase;
  margin-bottom: 1em; }
.forms .input {
  margin-bottom: 2em; }
.forms .hint {
  display: block;
  color: #8b8579; }
.forms .error {
  display: block;
  color: red; }
.forms input[type="text"],
.forms input[type="email"],
.forms input[type="tel"],
.forms input[type="number"],
.forms select,
.forms textarea {
  background: transparent;
  color: #2c2c2c;
  font-family: "ClarendonRoman", Georgia, serif;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  box-shadow: inset 0 0 35px rgba(112, 74, 60, 0.2);
  padding: .5em 1em;
  margin-bottom: .25em;
  transition: box-shadow .3s ease; }
  .forms input[type="text"]:focus,
  .forms input[type="email"]:focus,
  .forms input[type="tel"]:focus,
  .forms input[type="number"]:focus,
  .forms select:focus,
  .forms textarea:focus {
    box-shadow: inset 0 0 35px rgba(56, 99, 136, 0.3);
    outline: 0; }
  .field_with_errors .forms input[type="text"], .field_with_errors
  .forms input[type="email"], .field_with_errors
  .forms input[type="tel"], .field_with_errors
  .forms input[type="number"], .field_with_errors
  .forms select, .field_with_errors
  .forms textarea {
    box-shadow: inset 0 0 35px rgba(255, 0, 0, 0.3); }
  .forms input[type="text"].error,
  .forms input[type="email"].error,
  .forms input[type="tel"].error,
  .forms input[type="number"].error,
  .forms select.error,
  .forms textarea.error {
    box-shadow: inset 0 0 35px rgba(255, 0, 0, 0.3); }
.forms input[type="text"],
.forms input[type="email"],
.forms input[type="tel"],
.forms input[type="number"],
.forms textarea {
  width: 100%; }
.forms input[type="checkbox"] {
  margin-right: .25em; }
.forms select {
  -webkit-appearance: none;
  border-radius: 0; }
.forms textarea {
  min-height: 10em; }
.forms .inline-checkbox {
  padding-left: 50px;
  margin: 0 0 1em 0; }
  .forms .inline-checkbox span {
    display: inline-block; }
    .forms .inline-checkbox span:nth-of-type(2) {
      margin-left: 1.4em; }
    .forms .inline-checkbox span label {
      display: inline-block;
      color: #2c2c2c;
      font-size: 14px;
      line-height: 1.3; }
  .forms .inline-checkbox input[type="checkbox"] {
    margin-left: 1em; }
    .forms .inline-checkbox input[type="checkbox"]:checked + label:before {
      background: #CDC1AA; }
    .forms .inline-checkbox input[type="checkbox"]:checked + label:after {
      content: '';
      position: absolute;
      height: 13px;
      width: 13px;
      top: 2px;
      left: 2px;
      background: #734A3C; }
    .forms .inline-checkbox input[type="checkbox"] + label {
      padding-left: 20px; }

.date-with-checkbox:before, .date-with-checkbox:after {
  content: " ";
  display: table; }
.date-with-checkbox:after {
  clear: both; }
.date-with-checkbox .input {
  float: left; }
.date-with-checkbox .string {
  width: 52%; }
.date-with-checkbox label.string {
  width: 100%; }
.date-with-checkbox .inline-checkbox {
  width: 38%; }

.industry .nav_container,
.industry #ft_wrapper,
.industry #footer_waypoint,
.sweepstakes .nav_container,
.sweepstakes #ft_wrapper,
.sweepstakes #footer_waypoint {
  display: none; }
.industry .main,
.sweepstakes .main {
  background-repeat: repeat;
  min-height: 100vh; }

.btn {
  display: inline-block;
  background: transparent;
  color: #2c2c2c;
  font-family: "ClarendonRoman", Georgia, serif;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  box-shadow: inset 0 0 35px rgba(112, 74, 60, 0.5);
  padding: .5em 1em;
  margin-bottom: 1.5em;
  transition: box-shadow .3s ease; }
  .btn:hover {
    box-shadow: inset 0 0 35px rgba(112, 74, 60, 0.7); }

table, tr, td, th, thead, tbody {
  margin: 0;
  padding: 0;
  border-collapse: collapse; }

td {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #333;
  margin: 0 0 1em; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.noMargin {
  margin: 0; }

.print_only {
  display: none; }

/* fonts */
@font-face {
  font-family: 'ClarendonBold';
  src: url("/assets/clarendonltstd-bold-webfont.eot");
  src: url("/assets/clarendonltstd-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/clarendonltstd-bold-webfont.woff") format("woff"), url("/assets/clarendonltstd-bold-webfont.ttf") format("truetype"), url("/assets/clarendonltstd-bold-webfont.svg#ClarendonLTStdBold") format("svg");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'CopperplateGothicStd33BC';
  src: url("/assets/copperplategothicstd-33bc-webfont.eot");
  src: url("/assets/copperplategothicstd-33bc-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/copperplategothicstd-33bc-webfont.woff") format("woff"), url("/assets/copperplategothicstd-33bc-webfont.ttf") format("truetype"), url("/assets/copperplategothicstd-33bc-webfont.svg#CopperplateGothicStd33BC") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/* primary styles */
.container {
  float: left;
  width: 100%;
  min-width: 960px;
  text-align: left; }

.beers .container {
  margin-top: 100px; }

.beers.christmas_ale_labels .container {
  margin-top: 0; }

.beerNav {
  position: relative;
  display: none;
  height: 307px;
  width: 100%;
  background: #d7d5d0 url("/assets/global/beernav-bg.png") top left repeat-x;
  overflow-y: hidden; }

/* [quasi-hack alert] this preloader is an empty div that will preload the beer-shelf png because it uses visibility instead of display: none to hide it... */
.beerNav ul {
  display: inline-block;
  list-style: none;
  height: 277px;
  margin: 0;
  padding: 22px 0 0;
  position: absolute;
  bottom: 0; }

.beerNav li {
  position: relative;
  display: inline;
  float: left;
  padding-left: 5px; }
  .beerNav li a {
    display: block;
    height: 220px;
    margin-top: 62px;
    width: 76px;
    text-indent: -9999px;
    background-position: bottom left;
    background-repeat: no-repeat;
    opacity: 0.85;
    outline: none; }
    .beerNav li a:hover {
      opacity: 1; }
    .beerNav li a#steam {
      background-image: url("/assets/beers/beer_shelf_bottles/steam.png"); }
    .beerNav li a#california_lager {
      background-image: url("/assets/beers/beer_shelf_bottles/california-lager.png"); }
    .beerNav li a#san-franpsycho {
      background-image: url("/assets/beers/beer_shelf_bottles/san-franpsycho.png"); }
    .beerNav li a#gowest {
      background-image: url("/assets/beers/beer_shelf_bottles/go-west-ipa.png"); }
    .beerNav li a#brewerspaleale {
      background-image: url("/assets/beers/beer_shelf_bottles/brewers-pale-ale.png"); }
    .beerNav li a#blackberry_daze {
      background-image: url("/assets/beers/beer_shelf_bottles/blackberry-daze.png"); }
    .beerNav li a#anchoripa {
      background-image: url("/assets/beers/beer_shelf_bottles/ipa.png"); }
    .beerNav li a#liberty_ipa {
      background-image: url("/assets/beers/beer_shelf_bottles/liberty-ipa.png"); }
    .beerNav li a#liberty_ale {
      background-image: url("/assets/beers/beer_shelf_bottles/liberty-ale.png"); }
    .beerNav li a#porter {
      background-image: url("/assets/beers/beer_shelf_bottles/porter.png"); }
    .beerNav li a#coffee_porter {
      background-image: url("/assets/beers/beer_shelf_bottles/coffee-porter.png"); }
    .beerNav li a#foghorn {
      background-image: url("/assets/beers/beer_shelf_bottles/old-foghorn.png"); }
    .beerNav li a#brekles {
      background-image: url("/assets/beers/beer_shelf_bottles/brekles-brown.png"); }
    .beerNav li a#saison {
      background-image: url("/assets/beers/beer_shelf_bottles/saison.png"); }
    .beerNav li a#summer_beer {
      background-image: url("/assets/beers/beer_shelf_bottles/summer-wheat.png"); }
    .beerNav li a#holiday {
      background-image: url("/assets/beers/beer_shelf_bottles/new-years.png"); }
    .beerNav li a#dryhoppedsteam {
      background-image: url("/assets/beers/beer_shelf_bottles/dry-hopped.png"); }
    .beerNav li a#meyerlemonlager {
      background-image: url("/assets/beers/beer_shelf_bottles/meyer-lemon.png"); }
    .beerNav li a#mangowheat {
      background-image: url("/assets/beers/beer_shelf_bottles/mango-wheat.png"); }
    .beerNav li a#baykeeper_ipa {
      background-image: url("/assets/beers/beer_shelf_bottles/baykeeper-ipa-can.png"); }
    .beerNav li a#christmas_ale {
      background-image: url("/assets/beers/beer_shelf_bottles/christmas-ale.png"); }
    .beerNav li a#bloodorangeblonde {
      background-image: url("/assets/beers/beer_shelf_bottles/blood-orange-blonde.png"); }
    .beerNav li a#gold {
      background-image: url("/assets/beers/beer_shelf_bottles/anchor-gold.png"); }
    .beerNav li a#fog_breaker_ipa {
      background-image: url("/assets/beers/beer_shelf_bottles/fog-braker-ipa.png"); }
  .beerNav li.additional-beer-nav {
    position: absolute;
    bottom: -5px;
    left: auto;
    opacity: 1; }
    .beerNav li.additional-beer-nav a {
      height: 75px;
      width: auto;
      color: #704a3c;
      font-family: 'ClarendonRoman', georgia, serif;
      font-size: 18px;
      line-height: 1;
      text-decoration: none;
      text-indent: 0;
      text-transform: uppercase; }
    .beerNav li.additional-beer-nav span {
      display: inline-block; }
    .beerNav li.additional-beer-nav svg {
      position: relative;
      top: -13px;
      height: 23px;
      margin-left: -7px;
      width: 23px;
      fill: #D1AB77;
      stroke: #706b61; }
  .beerNav li.more-beer {
    right: -157px;
    display: block; }
  .beerNav li.prev-beer {
    left: 0px; }
    .beerNav li.prev-beer svg {
      position: static;
      margin-top: -3px;
      margin-left: 20px;
      transform: rotate(180deg);
      -ms-transform: rotate(180deg); }
  .beerNav li.beer-cooler {
    right: -154px; }

body.facebook_tab .beerNav {
  display: block;
  height: 169px; }

body.facebook_tab .beerNav ul {
  display: block;
  height: 147px;
  width: 100%;
  padding: 22px 0 0;
  margin: 0 0 0 3px;
  list-style: none;
  min-width: 492px;
  position: absolute;
  bottom: 0; }

body.facebook_tab .beerNav li {
  padding-left: 2px; }

body.facebook_tab .beerNav li a {
  background-image: url("/assets/facebook_tab/fb-beershelf.png"); }

/* fb beer nav */
body.facebook_tab .beerNav a#steam {
  width: 45px;
  height: 125px;
  background-position: -3px -21px;
  margin-top: 22px; }

body.facebook_tab .beerNav a#liberty {
  width: 45px;
  height: 125px;
  background-position: -51px -21px;
  margin-top: 22px; }

body.facebook_tab .beerNav a#porter {
  width: 45px;
  height: 125px;
  background-position: -99px -21px;
  margin-top: 22px; }

body.facebook_tab .beerNav a#foghorn {
  width: 45px;
  height: 125px;
  background-position: -147px -21px;
  margin-top: 22px; }

body.facebook_tab .beerNav a#small_beer {
  width: 52px;
  height: 147px;
  background-position: -195px 1px;
  margin-top: 0; }

body.facebook_tab .beerNav a#brekles {
  width: 46px;
  height: 125px;
  background-position: -252px -21px;
  margin-top: 22px; }

body.facebook_tab .beerNav a#bock {
  width: 46px;
  height: 125px;
  background-position: -304px -21px;
  margin-top: 22px; }

body.facebook_tab .beerNav a#dryhoppedsteam {
  width: 46px;
  height: 125px;
  background-position: -353px -20px;
  margin-top: 22px; }

body.facebook_tab .beerNav a#humming {
  width: 46px;
  height: 125px;
  background-position: -402px -20px;
  margin-top: 22px; }

body.facebook_tab .beerNav a#holiday {
  width: 46px;
  height: 125px;
  background-position: -450px -20px;
  margin-top: 22px; }

body.facebook_tab .beerNav a#steam:hover {
  background-position: -3px -169px; }

body.facebook_tab .beerNav a#liberty:hover {
  background-position: -51px -169px; }

body.facebook_tab .beerNav a#porter:hover {
  background-position: -99px -169px; }

body.facebook_tab .beerNav a#foghorn:hover {
  background-position: -147px -169px; }

body.facebook_tab .beerNav a#small_beer:hover {
  background-position: -195px -147px; }

body.facebook_tab .beerNav a#brekles:hover {
  background-position: -252px -169px; }

body.facebook_tab .beerNav a#bock:hover {
  background-position: -304px -169px; }

body.facebook_tab .beerNav a#dryhoppedsteam:hover {
  background-position: -353px -169px; }

body.facebook_tab .beerNav a#humming:hover {
  background-position: -402px -169px; }

body.facebook_tab .beerNav a#holiday:hover {
  background-position: -451px -169px; }

body div.footer div.fb-like {
  float: right;
  margin: 0;
  padding: 0;
  width: 254px; }

.main {
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-position: 0 0;
  background-repeat: no-repeat; }

.backgroundImage {
  background: #1b1716 url("/assets/_FPO-home-hero.jpg") 0 0 no-repeat; }

.nav_container {
  position: fixed;
  width: 100%;
  z-index: 1000;
  text-align: left; }

.banner {
  display: flex;
  align-items: center;
  min-height: 45px;
  width: 100%;
  font-family: helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  background-color: #f7d417; }

.banner--inner {
  padding-left: 80px;
  color: #1e2446; }

.banner--pseudo_link {
  color: #1e2446;
  text-decoration: underline; }
  .banner:hover .banner--pseudo_link, .banner:focus .banner--pseudo_link {
    text-decoration: none; }

.navWrap {
  position: relative;
  top: 0;
  left: 52px;
  padding: 0 8px 8px;
  width: 1000px;
  height: 63px;
  background: #483127 url("/assets/global/navwrap-bg.png") 0 0 repeat-x; }

.nav {
  float: left;
  width: 100%;
  border: 1px solid #9c816e;
  border-top: 0; }
  .nav ul {
    list-style: none;
    float: left;
    width: 538px;
    margin: 0;
    font-size: 11px;
    font-family: 'CopperplateGothicStd33BC', georgia, serif; }
  .nav li {
    float: left; }
    .nav li:hover .subnav ul li a {
      margin: 0;
      padding: 0; }
  .nav a {
    color: #e5e1c6;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .1em; }
    .nav a.navTrigger {
      float: left;
      position: relative;
      z-index: 10;
      display: block;
      font-size: 16px;
      padding: 0 7px; }
      .nav a.navTrigger span {
        padding: 23px 1px 23px;
        float: left;
        display: block;
        outline: none;
        z-index: 10;
        position: relative;
        text-align: center; }
    .nav a.beer span {
      width: 77px; }
    .nav a.brewery span {
      width: 116px; }
    .nav a.connect span {
      width: 128px; }
    .nav a.open span, .nav a.active span {
      color: #fff;
      top: 1px;
      padding: 22px 1px 24px; }
  .nav .subnav {
    position: relative; }
    .nav .subnav ul {
      display: none;
      position: absolute;
      top: 71px;
      left: 1px;
      z-index: 1;
      font-size: 13px;
      width: 159px;
      padding: 6px 6px 6px 0;
      background: #a68f6f url("/assets/global/dropdown-tile.jpg") repeat-y; }
      .nav .subnav ul li {
        display: block;
        float: none;
        padding: 3px 10px 3px 18px; }
        .nav .subnav ul li:first-child {
          padding-top: 12px; }
          .nav .subnav ul li:first-child:hover {
            background: url("/assets/global/nav_indent.png") -5px 13px no-repeat; }
        .nav .subnav ul li:last-child {
          padding-bottom: 12px; }
        .nav .subnav ul li:hover {
          background: url("/assets/global/nav_indent.png") -5px 4px no-repeat; }
          .nav .subnav ul li:hover a {
            text-shadow: 0px 0px 5px #000000;
            filter: dropshadow(color=black, offx=0, offy=0);
            margin: 0;
            border: 0;
            background: 0; }
        .nav .subnav ul li a {
          margin: 0; }

a#logo {
  float: left;
  display: block;
  width: 302px;
  height: 47px;
  text-indent: -9999px;
  outline: none;
  margin: 6px 23px 9px 21px;
  background: url("/assets/global/logo.png") 0 0 no-repeat; }

.browser-chrome .nav a.open span,
.browser-chrome .nav a.active span {
  text-shadow: 0 0 0 transparent, 0px 0px 5px #000000; }

.browser-not-chrome .nav a.open span,
.browser-not-chrome .nav a.active span {
  text-shadow: 0px 0px 5px #000000; }

.finder {
  float: left;
  border-left: 1px solid #9c816e;
  height: 62px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .finder a {
    display: inline-block;
    margin-left: -5px; }
    .finder a:hover .icon-nav-finder {
      background-position: -4px -52px; }
    .finder a .icon-nav-finder {
      background: url("/assets/global/find-nav-icon-sprite.png") no-repeat -4px -5px;
      width: 41px;
      height: 40px; }

.social {
  float: left;
  width: 55px;
  height: 62px;
  border-left: 1px solid #9c816e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .social .social-link-wrap {
    float: left;
    width: 50%;
    height: 31px; }
  .social a {
    display: inline-block;
    background-image: url("/assets/global/social-icons-sprite.png");
    background-repeat: no-repeat;
    text-indent: -9999px; }
    .social a:focus {
      outline: 0; }
    .social a.twit {
      width: 14px;
      height: 17px;
      background-position: -3px -1px;
      margin: 7px 0 7px 8px; }
      .social a.twit:hover {
        background-position: -23px -1px; }
    .social a.fb {
      width: 13px;
      height: 20px;
      background-position: -3px -24px;
      margin: 5px 0 5px 8px;
      position: relative;
      top: -1px; }
      .social a.fb:hover {
        background-position: -23px -24px; }
    .social a.ig {
      width: 16px;
      height: 16px;
      background-position: -2px -50px;
      margin: 7px 0 7px 8px;
      position: relative;
      top: 2px;
      left: 1px; }
      .social a.ig:hover {
        background-position: -21px -50px; }
    .social a.email {
      width: 18px;
      height: 14px;
      background-position: -2px -72px;
      margin: 8px 0 8px 8px; }
      .social a.email:hover {
        background-position: -21px -72px; }

.socialFlags {
  position: absolute;
  top: 0;
  left: 746px;
  height: 62px;
  padding-left: 5px;
  color: #BD9A66; }

.socialFlags div {
  padding-left: 5px;
  background: url("/assets/global/social-stats-flag.png") 0 center no-repeat; }

.socialFlags div:first-child {
  margin: 5px 0; }

.socialFlags span {
  display: block;
  text-align: center;
  padding: 3px 9px 3px 5px; }

.contentWrap {
  width: 780px;
  padding-bottom: 70px;
  margin-left: 120px;
  background: url("/assets/global/content-wrap-bg.png") bottom left no-repeat; }

.facebook_tab .contentWrap {
  width: 492px;
  background: none;
  margin: 0;
  padding: 0; }

.content {
  width: 730px;
  padding: 155px 0 1px 50px;
  background: url("/assets/global/content-bg.png") 0 0;
  min-height: 700px; }
  .content.tours {
    min-height: 250px; }

.facebook_tab .content {
  width: 492px;
  background: none;
  margin: 0;
  padding: 0; }

.content h1 {
  font-size: 23px;
  color: #704a3c;
  letter-spacing: 1px;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-family: 'EgizianoClassicMedium', georgia, serif;
  max-width: 575px;
  clear: both; }

.facebook_tab .content h1 {
  font-family: georgia,serif;
  text-indent: -9999px;
  margin-bottom: 0;
  width: 492px;
  height: 254px;
  background: url("/assets/facebook_tab/main_heading.png"); }

.content h2 {
  font-size: 24px;
  color: #2c2c2c;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: 'ClarendonRoman', georgia, serif;
  max-width: 575px; }

.content h3 {
  font-size: 14px;
  color: #704a3c;
  line-height: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'ClarendonRoman', georgia, serif;
  max-width: 575px; }

.content p {
  max-width: 575px; }

.content .note {
  font-size: 10px;
  color: #704a3c;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'ClarendonRoman', georgia, serif;
  max-width: 575px; }

.content .logo {
  display: inline-block;
  width: 300px;
  height: auto;
  margin-bottom: 20px; }

.newsDetail h2, .newsDetail h3 {
  margin-bottom: 5px; }

.backLink {
  margin-bottom: 26px; }

.fontface h1 span.reg {
  font-size: 50px;
  line-height: 0;
  position: relative;
  top: 20px; }

.footer {
  float: left;
  width: 100%; }

#ft_wrapper {
  height: 27px;
  clear: both; }

#footer_top {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27px;
  background: #eeeadd; }

.touch #footer_top {
  position: relative; }

.non_sticky #footer_top {
  position: relative;
  top: auto;
  left: auto; }

.anchorTab {
  position: absolute;
  top: 10px;
  left: 30px; }

.anchorTab a {
  display: block;
  outline: none;
  text-indent: -9999px;
  width: 7px;
  height: 6px;
  background: url("/assets/global/small-blue-triangles.png") -4px -3px no-repeat; }

.anchorTab a.open {
  background-position: -4px -12px; }

.slogan {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px 0 45px;
  color: #4b4b4b;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'ClarendonRoman', georgia, serif;
  letter-spacing: .1em; }

.footer_top__social {
  display: inline-block; }
  .footer_top__social a {
    display: block;
    float: left;
    text-indent: -9999px;
    margin-top: -10px; }
  .footer_top__social .icon-tw {
    background: url("/assets/global/footer-icons-sprite.png") no-repeat -4px -5px;
    width: 48px;
    height: 30px; }
    .footer_top__social .icon-tw:hover {
      background-position: -4px -43px; }
  .footer_top__social .icon-fb {
    background: url("/assets/global/footer-icons-sprite.png") no-repeat -52px -5px;
    width: 36px;
    height: 30px; }
    .footer_top__social .icon-fb:hover {
      background-position: -52px -43px; }
  .footer_top__social .icon-ig {
    background: url("/assets/global/footer-icons-sprite.png") no-repeat -87px -5px;
    width: 37px;
    height: 30px; }
    .footer_top__social .icon-ig:hover {
      background-position: -87px -43px; }
  .footer_top__social .icon-gp {
    background: url("/assets/global/footer-icons-sprite.png") no-repeat -125px -5px;
    width: 36px;
    height: 30px; }
    .footer_top__social .icon-gp:hover {
      background-position: -125px -43px; }
  .footer_top__social .icon-yt {
    background: url("/assets/global/footer-icons-sprite.png") no-repeat -161px -5px;
    width: 42px;
    height: 30px; }
    .footer_top__social .icon-yt:hover {
      background-position: -161px -43px; }

.footerContent {
  float: left;
  width: 100%;
  background: #eeeadd;
  margin-bottom: 24px; }

.contactRow {
  float: left;
  width: 100%;
  background: url("/assets/global/footer-bar-bg.png") 0 bottom repeat-x; }

.iPad .contactRow {
  background: transparent; }

.contactRow div {
  float: left;
  color: #5a5a5a;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 6px 0 0 35px; }

.contactRow div.twit {
  width: 290px; }

.contactRow div.fb {
  width: 290px; }

.error #user_email {
  color: #784C36; }

.contactRow div p {
  line-height: 1.75em;
  margin: 0;
  padding-bottom: 15px;
  float: left; }

.contactRow div span, .contactRow div label {
  color: #000;
  font-size: 16px;
  font-family: 'ClarendonRoman', georgia, serif; }

.contactRow div a.icon {
  display: block;
  text-indent: -9999px;
  float: left;
  background-repeat: no-repeat;
  background-position: 0 0; }

.contactRow div.twit p {
  width: 240px; }

div.twit a.icon {
  width: 23px;
  height: 29px;
  margin: 5px 22px 0 0;
  background-image: url("/assets/global/footer-twit-sprite.png"); }

div.twit a.icon:hover {
  background-position: -23px 0; }

.contactRow div.fb p {
  width: 250px; }

div.fb a.icon {
  width: 16px;
  height: 33px;
  margin: 5px 20px 0 0;
  background: url("/assets/global/footer-fb-sprite.png"); }

div.fb a.icon:hover {
  background-position: -16px 0; }

.contactRow div.emailList {
  padding-left: 20px; }

.contactRow div.emailList label {
  display: block;
  margin: 0 0 2px 4px;
  line-height: 22px; }

.contactRow div.emailList input.email {
  float: left;
  width: 166px;
  padding: 8px 12px;
  color: #5a5a5a;
  line-height: 12px;
  margin-top: -6px;
  margin-bottom: 10px;
  background: url("/assets/global/footer-email-bg.png") 0 0 no-repeat; }

.contactRow input.email-name,
.emailList input.email-name {
  display: none; }

.contactRow div.emailList input.submit {
  float: left;
  width: 27px;
  height: 27px;
  cursor: pointer;
  background: url("/assets/global/footer-email-submit.png") 0 0 no-repeat;
  margin-left: 5px;
  margin-top: -5px; }

.infoTouts {
  float: left;
  width: 100%;
  height: 177px;
  position: relative;
  overflow: hidden; }

.carouselNav, .carousel-pagination {
  position: absolute;
  top: 0;
  left: 28px;
  z-index: 100;
  padding: 12px; }

.carouselNav a, .carousel-pagination a {
  float: left;
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 9px;
  margin-left: 7px;
  background: url("/assets/global/footer-carousel-nav.png") 0 -9px no-repeat; }

.carouselNav a.active, .carousel-pagination a.active, .carousel-pagination a:hover, .carouselNav a:hover {
  background: url("/assets/global/footer-carousel-nav.png") 0 0 no-repeat; }

.carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 10000px;
  height: 177px;
  list-style: none; }

.tout {
  float: left;
  background: #000;
  position: relative; }

.tout img {
  opacity: 1; }

.tout__headline {
  width: 160px;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 55px;
  left: 40px;
  opacity: 0; }
  .tout--featured .tout__headline {
    width: 300px;
    font-size: 28px; }

.tout a {
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  right: 40px; }

.tout__link--read svg,
.tout__link--video svg {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  fill: #D1AB77;
  position: relative;
  top: -2px; }

#fb_touts_wrap {
  background: #000;
  float: left;
  display: inline; }

.fb_touts {
  background: #000;
  margin: 0; }

.fb_touts li {
  width: 246px;
  height: 152px;
  float: left;
  display: inline; }

.fb_touts li a {
  padding-top: 128px; }

.fb_touts .tout a.video {
  background: url("/assets/global/video-play-button.png") 105px 40px no-repeat; }

/* temp styles - modify or delete */
.tout a.rubberducky {
  background: url("/assets/_FPO-YellowRubberDuck.png") 115px 63px no-repeat; }

.tout a.mmmbeer {
  background: url("/assets/_FPO-beer.png") 119px 63px no-repeat; }

.tout a.dontHassleTheHoff {
  background: url("/assets/_FPO-hoff.png") 119px 63px no-repeat; }

/* end temp styles*/
.videoTitle {
  width: 290px;
  padding: 5px 0 6px;
  text-align: center;
  color: #1f1505;
  font-family: 'ClarendonBold', georgia, serif;
  font-size: 14px;
  background: #cdc6ad url("/assets/global/footer-tout-title-bg.png") 0 bottom repeat-x; }

.fb_touts .videoTitle {
  width: 246px;
  font-size: 12px;
  padding: 3px 0 3px; }

.beerBanner {
  float: left;
  width: 100%;
  background: #dcd9c4 url("/assets/global/footer-beerbanner-bg.png") 0 0 repeat-x; }

.featuredBeer {
  float: left;
  width: 670px; }

.featuredBeer a {
  float: left;
  display: block;
  text-indent: -9999em;
  width: 260px;
  height: 287px;
  padding-left: 370px;
  background-position: 0 0;
  background-repeat: no-repeat; }

.featuredBeer img {
  float: left; }

.footer__right {
  float: left;
  width: 275px; }

.footer__finder {
  margin-top: 50px;
  border-bottom: 2px solid #c3bfac; }
  .footer__finder a {
    text-decoration: none; }
    .footer__finder a:hover .finder__icon {
      background-position: -7px -58px; }
    .footer__finder a .finder__header {
      display: inline-block;
      font-family: 'ClarendonRoman', georgia, serif;
      font-size: 24px;
      line-height: 1;
      color: #704a3c;
      text-transform: uppercase; }
    .footer__finder a .finder__icon {
      display: inline-block;
      background: url("/assets/global/beer_icons/find-icon-sprite.png") no-repeat -7px -5px;
      width: 75px;
      height: 52px;
      position: relative;
      top: 5px;
      left: -15px; }

.footer__chevron {
  display: inline-block;
  vertical-align: middle;
  fill: #706b61;
  width: 20px;
  height: 20px; }

.footer-email_signup {
  margin-top: 20px; }
  .footer-email_signup a {
    text-decoration: none; }
  .footer-email_signup .icon-email--large {
    position: relative;
    top: 5px; }

.footer-email_signup-heading {
  display: inline-block;
  font-family: "ClarendonRoman", Georgia, serif;
  font-size: 24px;
  line-height: 1;
  color: #704a3c;
  text-transform: uppercase; }

.icon-email--large {
  display: inline-block;
  background: url("/assets/global/email_signup/email_signup_btn_sprite_large.png") no-repeat 0 0;
  width: 89px;
  height: 57px; }
  .icon-email--large:hover {
    background-position: 0 -59px; }

body.facebook_tab #today_wrap {
  float: left;
  display: inline;
  width: 492px;
  height: 287px;
  background: url("/assets/facebook_tab/today_bg.jpg") 0 0 no-repeat;
  margin: 0; }

.todayAtAnchor {
  float: left;
  width: 260px;
  padding: 30px 0px 0 0; }

.todayAtAnchor p:last-child {
  margin-bottom: 0px; }

body.facebook_tab .todayAtAnchor {
  margin-left: 25px;
  padding: 32px 0 0 0;
  width: 200px; }

body.facebook_tab #today_wrap img {
  float: right;
  display: inline; }

.todayAtAnchor h2,
a.fancylink {
  color: #6b4030;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 2px 0;
  border-top: 2px solid #c3bfac;
  border-bottom: 2px solid #c3bfac; }

body.facebook_tab .todayAtAnchor h2 {
  padding: 0;
  width: 150px;
  line-height: 25px; }

.todayAtAnchor h3 {
  color: #6b4030;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0; }

body.facebook_tab h3 {
  font-size: 10px; }

.todayAtAnchor p {
  margin-bottom: 15px;
  font-size: 13px; }

body.facebook_tab .todayAtAnchor p {
  margin-bottom: 10px;
  font-size: 11px;
  width: 200px; }

.todayAtAnchor a {
  color: #5b6b74; }

.todayAtAnchor a:hover {
  text-decoration: none; }

body.facebook_tab a.fancylink {
  float: left;
  display: inline;
  border: none;
  color: #784c36;
  text-decoration: none;
  margin-top: 10px; }

body.facebook_tab div#big_buttons {
  float: left;
  display: inline;
  width: 492px;
  height: 180px; }

body.facebook_tab div#big_buttons a#view_wall {
  float: left;
  display: inline;
  width: 246px;
  height: 180px;
  text-indent: -9999px;
  background: url("/assets/facebook_tab/bottom-links-sprite.jpg") 0 0 no-repeat; }

body.facebook_tab div#big_buttons div#raise_anchor {
  float: left;
  display: inline;
  width: 246px;
  height: 180px;
  background: url("/assets/facebook_tab/bottom-links-sprite.jpg") -246px 0 no-repeat; }

body.facebook_tab div#big_buttons a#view_wall {
  background-position: 0 0; }

body.facebook_tab div#big_buttons a#view_wall:hover {
  background-position: -0px -180px; }

body.facebook_tab div#big_buttons .fb-send {
  margin: 138px 0 0 35px; }

body.facebook_tab div#foot {
  float: left;
  display: inline;
  padding: 5px 10px;
  background: #4d4a40;
  width: 472px;
  color: #a7a085;
  font-size: 10px; }

body.facebook_tab span#footL {
  float: left;
  display: inline;
  width: 230px; }

body.facebook_tab span#footR {
  text-align: right;
  float: right;
  display: inline;
  width: 80px; }

body.facebook_tab div#foot a {
  color: #a7a085;
  text-decoration: none; }

.credits {
  float: left;
  width: 100%;
  background: #4d4a40;
  color: #a6a5a0;
  font-size: 11px;
  padding: 3px 0 2px; }

.credits a {
  color: #a6a5a0;
  text-transform: uppercase;
  text-decoration: none; }

.credits a:hover {
  text-decoration: underline; }

.credits span {
  padding-right: 25px; }

.credits span:first-child {
  padding-left: 80px; }

/* content styles */
/* home */
.slideshowx {
  width: 100%;
  padding-bottom: 40px; }

.slideshowx img {
  width: 100%;
  max-width: 1450px; }

.carousel-wrap {
  background: #000; }

/* IPA MODAL STYLES
******************************************************************/
#ipa-modal {
  visibility: hidden; }

#ipa-modal-title {
  background-color: #F2EFE4;
  position: absolute;
  bottom: 97%;
  left: 13px;
  right: 13px;
  z-index: 10000;
  /* Must be at least 1 higher than cboxOverlay */ }

#ipa-modal-title h2 {
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 24px;
  line-height: 30px;
  color: #2c2c2c;
  margin: 15px 0 5px; }

#ipa-modal-cta {
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 14px;
  color: #2c2c2c;
  position: absolute;
  bottom: 24px;
  left: 25px;
  z-index: 10000;
  /* Must be at least 1 higher than cboxOverlay */ }

/* beer detail */
.beer__header {
  display: block;
  width: 360px;
  padding-top: 40px; }

.beer__header--full-width {
  display: block;
  width: 100%;
  padding-top: 40px; }

.beer--retired {
  display: block;
  width: 100%; }

.beer__col-1,
.beer__col-2 {
  display: inline-block;
  vertical-align: middle; }

.beer__col-1 {
  width: 350px; }

.beer__col-2 {
  width: 330px; }
  .beer__col-2 h2 {
    margin-bottom: 0; }

.beer__hero,
.beer__hero--short {
  display: block;
  width: 85%; }

.beer__hero {
  margin: 0 auto; }

.beer__hero--short {
  margin: 100px auto 0; }

.beerInfo {
  display: inline-block;
  width: 360px;
  vertical-align: top; }
  .beerInfo p {
    padding-right: 30px; }
    .beerInfo p:last-of-type {
      margin-bottom: 15px; }

.beer__icon-bar {
  display: block;
  margin-bottom: 30px;
  border-top: 2px solid #d7d3c6;
  border-bottom: 2px solid #d7d3c6; }
  .beer__icon-bar.no-finder ul {
    text-align: center; }
  .beer__icon-bar ul {
    width: 100%;
    list-style: none;
    margin: 0; }
    .beer__icon-bar ul li {
      display: inline-block;
      padding: 5px 0;
      margin-left: -2px;
      margin-right: -2px; }
      .beer__icon-bar ul li#shareThis {
        /* Hide this off screen */
        position: absolute;
        left: -100%; }
      .beer__icon-bar ul li a {
        font-size: 14px;
        font-family: 'ClarendonRoman', georgia, serif;
        color: #704A3C;
        text-decoration: none;
        text-transform: uppercase;
        /* Leave icon-share out of this. First icons should be pulled left.
         * and the find icon has a long shadow to be compensated for */ }
        .beer__icon-bar ul li a:hover .icon-watch {
          background-position: -4px -57px; }
        .beer__icon-bar ul li a:hover .icon-find {
          background-position: -7px -58px; }
        .beer__icon-bar ul li a:hover .icon-share {
          background-position: -4px -57px; }
        .beer__icon-bar ul li a:hover .icon-more {
          background-position: -4px -57px; }
        .beer__icon-bar ul li a .icon-watch, .beer__icon-bar ul li a .icon-find, .beer__icon-bar ul li a .icon-share, .beer__icon-bar ul li a .icon-more {
          display: inline-block;
          vertical-align: middle;
          margin-top: -25px; }
        .beer__icon-bar ul li a .icon-watch, .beer__icon-bar ul li a .icon-find, .beer__icon-bar ul li a .icon-more {
          margin-left: -10px; }
        .beer__icon-bar ul li a .icon-watch {
          background: url("/assets/global/beer_icons/play-icon-sprite.png") no-repeat -4px -7px;
          width: 62px;
          height: 41px; }
        .beer__icon-bar ul li a .icon-find {
          background: url("/assets/global/beer_icons/find-icon-sprite.png") no-repeat -7px -5px;
          width: 75px;
          height: 52px;
          position: relative;
          top: -5px; }
        .beer__icon-bar ul li a .icon-share {
          background: url("/assets/global/beer_icons/share-icon-sprite.png") no-repeat -4px -7px;
          width: 62px;
          height: 41px; }
        .beer__icon-bar ul li a .icon-more {
          background: url("/assets/global/beer_icons/more-icon-sprite.png") no-repeat -4px -7px;
          width: 62px;
          height: 41px; }
        .beer__icon-bar ul li a .more-zym {
          display: inline; }

.beer--zym {
  margin-top: 75px; }

.videoTout {
  clear: both;
  position: relative;
  width: 350px;
  height: 115px;
  margin-bottom: 20px;
  background-position: 0 0;
  background-repeat: no-repeat; }
  .videoTout .videoTitle {
    width: 350px;
    display: none; }

a.playVideo {
  display: block;
  width: 350px;
  height: 80px;
  text-indent: -9999px;
  outline: none;
  background: url("/assets/global/video-play-button.png") 152px 12px no-repeat; }

.beerDetailHero {
  display: inline-block;
  vertical-align: top;
  width: 324px;
  padding-bottom: 20px; }
  .beerDetailHero .beer__hero {
    /* Until assets are prepped differently
     * this is simplest way to get the beer where
     * it should be */
    margin-top: -80px; }

.attributes {
  padding: 10px 20px 0;
  margin-bottom: 10px; }
  .attributes h2 {
    display: inline-block;
    width: 150px;
    font-size: 18px;
    line-height: 2;
    border-bottom: 2px solid #d7d3c6;
    margin-bottom: 10px; }
  .attributes dl {
    margin-bottom: 10px;
    text-transform: uppercase; }
  .attributes dt {
    font-size: 12px;
    color: #704a3c;
    font-family: 'ClarendonRoman', georgia, serif; }
  .attributes dd {
    margin-bottom: 0;
    line-height: 18px; }

.lager_distribution {
  position: relative;
  min-height: 1055px; }

.map_content {
  position: absolute;
  left: 170px;
  top: 150px; }

.availability_varies {
  position: absolute;
  left: 670px;
  bottom: 40px; }

.lager_distribution img {
  float: left; }

.state_hover {
  position: absolute;
  padding: 10px 20px;
  background: #704A3C;
  font-family: 'CopperplateGothicStd33BC',georgia,serif;
  font-size: 19px;
  color: #fff;
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.1), inset 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 22px;
  display: none; }

#state-ca {
  left: 50px;
  top: 610px; }

#state-nv {
  left: 310px;
  top: 560px; }

#state-wy {
  left: 394px;
  top: 440px; }

#state-ne {
  left: 514px;
  top: 480px; }

#state-co {
  left: 290px;
  top: 518px; }

#state-ok {
  left: 550px;
  top: 625px; }

#state-ar {
  left: 738px;
  top: 710px; }

#state-il {
  left: 606px;
  top: 580px; }

#state-in {
  left: 674px;
  top: 578px; }

#state-oh {
  left: 724px;
  top: 564px; }

#state-ny {
  left: 847px;
  top: 437px; }

#state-ma {
  left: 1064px;
  top: 460px; }

#state-pa {
  left: 894px;
  top: 590px; }

#state-md {
  left: 990px;
  top: 590px; }

#state-ga {
  left: 733px;
  top: 750px; }

#state-nc {
  left: 990px;
  top: 700px; }

.beerDetailHero #xmas-promo {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 50px; }
  .beerDetailHero #xmas-promo h2 {
    margin-bottom: 5px; }
  .beerDetailHero #xmas-promo h3 {
    font-size: 12px;
    color: #704A3C;
    font-family: 'ClarendonRoman', georgia, serif;
    letter-spacing: 0;
    margin-bottom: 5px; }
  .beerDetailHero #xmas-promo:hover h3 {
    color: #3e2921; }

/* toggle drawers */
.toggleDrawer {
  padding: 20px 0 40px; }

.toggleIntro {
  display: inline-block;
  width: 335px;
  padding: 0 45px 0 0; }

div p.drawerTrigger {
  color: #6b4030;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 6px 0;
  border-top: 2px solid #d7d3c6;
  border-bottom: 2px solid #d7d3c6;
  margin-bottom: 9px;
  /*background:url('/assets/global/toggle-drawer-closed-bg.png') 315px center no-repeat;
  margin-bottom:15px;
  outline:none;*/ }

/* .toggleIntro a.open {
background:url('/assets/global/toggle-drawer-open-bg.png') 315px center no-repeat;
} */
.toggleDrawer img,
.garden-section img {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px; }

.toggleExtra {
  display: none; }

.toggleIntro.imageR {
  float: right;
  padding: 0;
  background: url(/assets/taproom-oval.png) no-repeat; }

.toggleIntro.imageR1 {
  float: right;
  padding: 0;
  background: url(/assets/taproom-oval.png) no-repeat;
  margin-top: -40px; }

.tours-iframe {
  margin-right: 50px; }

.tours p {
  margin-bottom: 35px; }

.garden-section {
  padding-bottom: 15px; }
  .garden-section .contactTout {
    height: auto;
    margin-top: -20px;
    margin-bottom: 15px; }
  .garden-section .contactTout h4 {
    margin-left: 29px; }
  .garden-section .contactTout-link_wrap .social-icon {
    top: 15px;
    right: auto;
    left: -3px; }

.garden p {
  margin-bottom: 0px; }

.garden {
  margin-bottom: 15px; }

.garden iframe {
  margin: 15px 0 25px; }

.garden-beers p {
  margin-bottom: 8px; }

.garden .markdown p,
.event-details {
  padding-left: 10px; }

.iframe-content {
  background: url("/assets/global/content-bg.png") 0 0; }

#iframe_wrapper {
  width: 780px; }

/* social networks */
.socialFeeds {
  width: 100%;
  padding-bottom: 30px; }

.feed {
  display: inline-block;
  width: 625px;
  vertical-align: top;
  margin-bottom: 20px; }

.socialFeeds .feed:first-child {
  margin-right: 20px; }

.socialFeeds h3 {
  color: #6b4030;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
  padding: 7px 0;
  border-top: 2px solid #d7d3c6;
  border-bottom: 2px solid #d7d3c6; }

.socialFeeds h4,
.socialFeeds dt {
  color: #000;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 14px;
  margin-bottom: 0; }

.feed div {
  float: left;
  width: 500px;
  padding-right: 24px; }

.feed p {
  line-height: 1.5em; }

.feed p span {
  display: block;
  color: #a4a3a3; }

.feed dl dd {
  line-height: 1.5em;
  width: 230px; }

.feed img {
  float: left;
  margin-top: 12px; }

/* anchor links */
.anchors {
  float: left;
  width: 690px; }

.anchors ul {
  display: block;
  list-style: none;
  border-bottom: 2px solid #d7d3c6;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.anchors li {
  display: inline;
  padding-right: 20px; }

.anchors a {
  color: #6b4030;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 0 2px 20px;
  background: url("/assets/global/anchor-link-bg.png") 0 2px no-repeat; }

.anchors a:hover {
  background: url("/assets/global/anchor-link-bg.png") 0 -22px no-repeat; }

/* media assets */
.assets {
  /*float:left;*/
  width: 690px; }

.assets h3 {
  margin-bottom: 15px; }

.assets ul {
  /*float:left;*/
  list-style: none;
  width: 690px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d7d3c6; }

.assets li {
  display: inline-block;
  padding: 0; }

.assets li img {
  display: block; }

.assets li a {
  text-decoration: none; }

.rollover_thumb {
  position: relative;
  width: 224px;
  height: 121px;
  overflow: hidden;
  display: inline-block; }

li div.caption {
  width: 224px;
  height: 27px;
  background: url("/assets/global/footer-tout-title-bg.png") repeat-x scroll 0 bottom #cdc6ad;
  color: #000000;
  font-family: 'ClarendonBold',georgia,serif;
  font-size: 11px;
  padding: 6px 0 0 0px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px; }

.rollover_thumb .caption {
  display: none; }

.backtotop {
  /*float:left;
  */
  width: 690px;
  text-align: right;
  padding-bottom: 20px; }

.backtotop a {
  padding: 2px 22px 2px 0;
  font-size: 13px;
  background: url("/assets/global/back-to-top-bg.png") right 1px no-repeat; }

.distributors .inList {
  width: 575px;
  margin-top: -2em; }

/* filter checkboxes */
.filters {
  /*float:left;
  */
  width: 690px; }

.filters form, .filters.noForm {
  display: block;
  list-style: none;
  border-bottom: 2px solid #d7d3c6;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.filters label {
  display: inline;
  padding-right: 20px;
  color: #6b4030;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer; }

.filters input[type="checkbox"] {
  display: none; }

.filters span {
  display: inline-block;
  width: 22px;
  height: 21px;
  background: #cdc1aa;
  position: relative;
  top: 5px;
  margin-right: 5px; }

.filters span.checked, .filters .checked span {
  background: #cdc1aa url("/assets/global/filter-checked-bg.png") 0 0 no-repeat; }

.eventArchive {
  position: relative; }

.events-submit {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 120px;
  background: none; }

.filters a {
  padding-right: 20px;
  color: #6b4030;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer; }

/* rollover touts */
.rollovers {
  width: 100%;
  padding-bottom: 50px; }

.rolloverTout {
  display: inline-block;
  width: 340px;
  min-height: 196px;
  position: relative;
  margin: 0 10px 10px 0;
  cursor: pointer;
  vertical-align: top; }

.rolloverTout .hidden {
  display: none;
  width: 340px;
  position: absolute;
  top: 0;
  left: 0; }

a.videoOver {
  position: absolute;
  top: 0;
  display: block;
  padding-top: 168px;
  text-decoration: none;
  background: url("/assets/global/play-button.png") 135px 50px no-repeat; }

a.videoOver:hover {
  background-position: 135px -216px; }

a.videoOver .videoTitle {
  width: 340px; }

.rolloverInfo {
  width: 340px;
  height: 196px;
  background: url("/assets/global/rollover-info-bg.jpg") 0 0 no-repeat; }

.rolloverInfo h4 {
  color: #000;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 14px;
  margin: 30px 25px 0; }

.rolloverInfo p {
  padding: 0 25px;
  margin-bottom: 10px;
  line-height: 1.5em; }

/* contact touts */
.contactTout {
  display: inline-block;
  width: 342px;
  height: 130px;
  margin-right: 10px;
  margin-bottom: 25px;
  vertical-align: top; }
  .contactTout h4 {
    display: inline-block; }
  .contactTout .social-icon {
    display: inline-block;
    vertical-align: middle;
    width: 25px; }
    .contactTout .social-icon img {
      display: block;
      width: 100%;
      height: auto; }
  .contactTout.social-public-tap {
    position: relative;
    top: -133px;
    left: -23px;
    float: right; }
    .contactTout.social-public-tap .contactTout-link_wrap h4 {
      margin-left: 29px; }
    .contactTout.social-public-tap .contactTout-link_wrap .social-icon {
      top: 15px;
      right: auto;
      left: -3px; }

.contactTout-link_wrap {
  position: relative; }
  .contactTout-link_wrap .social-icon {
    position: absolute;
    top: 15px;
    right: 100px; }

.address {
  background: url("/assets/global/anchor-trademark.gif") 230px 29px no-repeat; }

.contactTout.hours {
  display: block;
  height: auto; }
  .contactTout.hours h4 {
    margin: 0 0 15px 0; }
  .contactTout.hours h5 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0; }
  .contactTout.hours p {
    padding-right: 0;
    margin-bottom: 13px; }

.contactTout h4,
.giftTout h4,
.giftTout h4 a.giftToutLink,
.address p span {
  color: #000;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 16px;
  margin: 15px 0 0; }

.giftTout {
  width: 455px; }

.giftTout h4 a.giftToutLink {
  color: #386388; }

.contactTout h4 a {
  font-family: helvetica, sans-serif;
  font-size: 13px; }

.contactTout p {
  line-height: 1.5em;
  padding-right: 60px; }

.address p span {
  margin: 0;
  padding-right: 5px;
  position: relative;
  top: 1px; }

.facebook p span, .twitter p span {
  display: block;
  color: #a4a3a3; }

.emailSignUp input.email, .sessions input {
  float: left;
  width: 166px;
  padding: 8px 12px;
  color: #5a5a5a;
  line-height: 12px;
  margin-top: -5px;
  margin-bottom: 10px;
  background: url("/assets/global/footer-email-bg.png") 0 0 no-repeat; }

.emailSignUp input.submit {
  float: left;
  width: 27px;
  height: 27px;
  text-indent: -9999px;
  cursor: pointer;
  background: url("/assets/global/footer-email-submit.png") 0 0 no-repeat;
  margin-left: 5px;
  margin-top: -5px; }

.sessions input {
  float: none; }

.sessions .button input {
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 16px;
  width: auto;
  padding-top: 6px; }

.sessions .button input:hover {
  cursor: pointer;
  color: #000; }

.sessions label {
  display: block;
  color: #000;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 16px;
  margin: 0 0 .5em; }

/* faq */
.faqs {
  width: 575px;
  margin-bottom: 40px;
  border-top: 2px solid #d7d3c6;
  letter-spacing: -0.5px; }

.faq {
  border-bottom: 2px solid #d7d3c6; }

a.faqToggle {
  color: #000;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 5px 30px 15px 0;
  outline: none;
  background: url("/assets/global/toggle-drawer-closed-bg.png") 555px center no-repeat; }

a.faqToggle p {
  margin-bottom: 0;
  line-height: 1.5; }

.faqToggle span {
  color: #c4c1b4;
  font-size: 38px; }

.faq a.open {
  background: url("/assets/global/toggle-drawer-open-bg.png") 555px center no-repeat; }

.faq div {
  display: none; }

.faq .twoCols {
  display: block;
  float: left; }

.twoCols p {
  float: left;
  width: 100px; }

/* product finder */
.dropdowns {
  float: left;
  width: 690px;
  padding: 0 0 10px;
  border-bottom: 2px solid #d7d3c6; }

.dropdowns a {
  float: left;
  width: 190px;
  padding: 5px 12px;
  color: #000;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 16px;
  background: #cdc1ab url("/assets/global/dropdown-bg.png") 190px 8px no-repeat;
  line-height: 16px;
  text-decoration: none;
  margin-right: 10px; }

.distributors {
  /*float:left;
  */
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #d7d3c6; }

.distributors h3 {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 2px solid #d7d3c6; }

.distributors div {
  /*float:left;
  */
  width: 100%;
  padding-bottom: 20px; }

.distributors dl {
  display: inline-block;
  width: 282px;
  padding-right: 70px;
  margin: 0;
  vertical-align: top; }

.distributors dt {
  color: #000;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 15px; }

.distributors dd {
  margin: 0;
  font-size: 13px; }

/* more */
.more {
  float: left;
  width: 100%;
  margin-bottom: 40px; }

.more a {
  padding: 5px 12px;
  color: #000;
  font-family: 'ClarendonRoman', georgia, serif;
  background: #cdc1ab;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none; }

/* news */
.news {
  /*float:left;
  */
  width: 690px;
  border-top: 2px solid #d7d3c6; }

.news div {
  /*float:left;
  */
  width: 690px;
  border-bottom: 2px solid #d7d3c6;
  padding: 20px 0; }

.news h3 {
  font-size: 12px;
  margin-bottom: 5px; }

.news h4 {
  color: #000;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 15px;
  margin-bottom: 5px; }

.news p.link {
  margin: -5px 0 0; }

.pagination {
  margin-top: 1em;
  clear: both; }

.pagination span {
  float: left;
  display: block;
  margin-right: 5px; }

.pagination .page {
  padding-top: 2px; }

.pagination a {
  color: #706B61;
  text-decoration: none; }

.pagination .current, .pagination a:hover {
  color: #386388;
  text-decoration: underline; }

.pagination .first, .pagination .last {
  display: none; }

.pagination .prev a, .pagination .next a {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 22px;
  height: 22px;
  float: left; }

.pagination .prev a {
  background: url(/assets/pagination-left.gif) no-repeat; }

.pagination .next a {
  background: url(/assets/pagination-right.gif) no-repeat; }

/* sitemap */
.sitemap-col {
  float: left;
  width: 250px; }

.sitemap-content ul {
  list-style: none; }

.content.sitemap-content {
  min-height: 900px; }

/* Beer Finder */
#search_zip, #search-address-input {
  width: 100%;
  height: 35px;
  padding: 3px 45px 3px 12px;
  color: #5a5a5a;
  line-height: 12px;
  background: url("/assets/global/footer-email-bg.png") -4px -3px no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis; }

#retailer-advanced-search label, #retailer-form h4, .retailer-word-heading {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0;
  color: #000;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 17px; }

#search_miles_chzn .chzn-search {
  height: 0;
  visibility: hidden; }

#retailer-advanced-search .retailer-advanced-right label {
  width: 175px;
  margin-left: -25px;
  font-family: 'ClarendonRoman', georgia, serif;
  line-height: 19px; }

.retailer-advanced-right input[type=checkbox],
.styled-checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px; }
.retailer-advanced-right input[type=checkbox] + label,
.styled-checkbox input[type=checkbox] + label {
  padding-left: 25px;
  cursor: pointer;
  position: relative; }
.retailer-advanced-right input[type=checkbox] + label:before,
.styled-checkbox input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  display: block;
  background: #CDC1AA; }
.retailer-advanced-right input[type=checkbox]:checked + label:before,
.styled-checkbox input[type=checkbox]:checked + label:before {
  background-image: url("/assets/global/filter-checked-bg.png");
  background-size: 17px 17px; }

#retailer-results .retailer-word-heading {
  margin-bottom: 50px; }

#retailer-advanced-search {
  margin: 20px 0; }

.retailer-input-search {
  display: inline-block;
  vertical-align: middle;
  width: 340px;
  position: relative; }

#retailer-form {
  margin-bottom: 20px;
  width: 688px; }

#retailer-advanced-search-toggle-wrapper {
  border: 2px solid #d7d3c6;
  border-width: 2px 0;
  margin: 20px auto 5px auto; }

#retailer-advanced-search-toggle {
  color: #6B4030;
  display: block;
  padding: 12px 15px 12px 0;
  position: relative;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0; }

#retailer-advanced-search-toggle:active {
  outline: 0; }

#retailer-advanced-search-toggle span {
  background: #CDC1AA;
  display: block;
  position: absolute;
  top: 14px;
  right: 5px;
  width: 14px;
  height: 16px;
  background: url(/assets/global/toggle-drawer-closed-bg.png) no-repeat 0 0; }

#retailer-advanced-search-toggle.checked span {
  background: url(/assets/global/toggle-drawer-open-bg.png) no-repeat 0 0;
  top: 16px; }

#retailer-form .chzn-single {
  padding: 3px 0 3px 12px;
  -webkit-box-shadow: 0 1px 0 #EADCC5;
  -moz-box-shadow: 0 1px 0 #EADCC5;
  box-shadow: 0 1px 0 #EADCC5; }

#retailer-form .chzn-single b {
  margin-top: 2.5px; }

#retailer-form .chzn-container {
  vertical-align: middle; }

#retailer-form .chzn-container .chzn-results {
  max-height: inherit; }

#retailer-form .chzn-container .chzn-results li {
  padding-top: 4px;
  line-height: 1; }

#retailer-form .submit, #reset-search {
  background: url("/assets/global/footer-email-submit.png") no-repeat 0 0;
  background-size: 27px 27px;
  height: 27px;
  width: 27px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle; }

.current-location-area {
  position: absolute;
  right: 10px;
  top: 4px; }

#current-location-icon {
  cursor: pointer;
  height: 27px;
  width: 27px; }

.current-location-tooltip {
  display: none;
  width: 153px;
  height: 35px;
  padding: 12px;
  position: absolute;
  bottom: 32px;
  right: -10px;
  text-align: center;
  background: url("/assets/beer_finder/tooltip-current_location.png") no-repeat 0 0; }

.form-submit {
  padding: 5px 7px;
  display: inline-block;
  color: #000;
  margin: 15px 0 0 0;
  background: #CDC1AB;
  border: 0;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 14px;
  cursor: pointer; }

.retailer-select-group {
  margin-top: 10px; }

.retailer-advanced-left, .retailer-advanced-right {
  background: url("/assets/search-content-box.png") no-repeat 0 0;
  display: inline-block;
  vertical-align: top;
  width: 342px;
  height: 220px;
  padding: 35px 0 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1; }

.retailer-advanced-left:hover, .retailer-advanced-right:hover {
  opacity: 1 !important; }

.retailer-advanced-initial {
  opacity: .5; }

.retailer-advanced-right {
  padding-left: 50px;
  padding-right: 75px; }

.retailer-advanced-left label {
  text-align: right;
  width: 50px; }

.retailer-advanced-right .filters {
  width: 300px;
  margin: 13px 0; }

.retailer-advanced-right p {
  width: 175px;
  text-indent: 0;
  margin-top: 10px; }

.special-watermark {
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  background: url("/assets/beer_finder/finder-promo-2020_xmas_ale.jpg") no-repeat 0 0;
  height: 100%;
  width: 100%;
  z-index: -1; }

.retailer-special-icon {
  display: none;
  vertical-align: top;
  width: 18px;
  height: 30px;
  background: url("/assets/beer_finder/icon-xmas-tree.png") no-repeat 0 0px;
  background-size: 18px 39px; }

#availability-types {
  margin-top: 15px;
  text-align: right; }

.availability-type {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  text-align: left;
  margin-left: 10px; }

.availability-type span {
  float: left;
  margin-right: 10px;
  width: 21px;
  height: 45px; }

.availability-key {
  float: left;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 16px;
  color: #000;
  margin-top: 4px; }

.beer-formats {
  margin-top: 5px; }
  .beer-formats .package-type span, .beer-formats .bottle-type span {
    height: 43px; }
  .beer-formats .draught-type span, .beer-formats .keg-type span {
    height: 37px; }
  .beer-formats .can-type span {
    height: 32px; }

.draught-type span, .beer-format {
  background: url("/assets/beer_finder/icon-beer_glass.png") no-repeat 0 0;
  /* 2xed */ }

.magnum-type span {
  background: url("/assets/beer_finder/icon-beer_magnum.png") no-repeat 0 0;
  /* 2xed */ }

.package-type span, .bottle-type span {
  background: url("/assets/beer_finder/icon-beer_bottle.png") no-repeat 0 0;
  /* 2xed */ }

.can-type span {
  background: url("/assets/beer_finder/icon-beer_can.png") no-repeat 0 0;
  /* 2xed */ }

.beer-formats .can-type {
  height: 43px; }

.beer-formats .can-type span {
  margin-top: 8px; }

.christmas-type {
  width: 170px; }

.availability-type .bottle-type, .availability-type .package-type {
  width: 130px; }

.christmas-type span {
  background: url("/assets/beer_finder/icon-xmas-tree.png") no-repeat 0 0;
  /* 2xed */
  background-size: 18px 30px;
  width: 18px;
  height: 30px; }

#retailer-results {
  width: 688px; }

#retailer-results h3 {
  border-top: 2px solid #d7d3c6;
  max-width: 100%;
  padding-top: 30px;
  margin: 20px 0; }

.retailer-location {
  border-bottom: 2px solid #d7d3c6;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.retailer-location:last-child {
  border: 0; }

.retailer-additional-info, .retailer-map-number, .retailer-location-right, .retailer-location-left {
  display: inline-block;
  vertical-align: top;
  line-height: 1.7; }

.retailer-location-right {
  width: 25%;
  text-align: right; }

.retailer-location-left {
  width: 460px; }

.retailer-map-number {
  background: url("/assets/droppin-desktop.png") no-repeat 0 0;
  background-size: 28px 45px;
  vertical-align: middle;
  height: 45px;
  width: 28px;
  margin-right: 15px;
  color: #bfa78f;
  font-size: 16px;
  text-align: center; }

.droppin-1 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-1.png"); }

/* 2xed */
.droppin-2 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-2.png"); }

/* 2xed */
.droppin-3 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-3.png"); }

/* 2xed */
.droppin-4 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-4.png"); }

/* 2xed */
.droppin-5 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-5.png"); }

/* 2xed */
.droppin-6 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-6.png"); }

/* 2xed */
.droppin-7 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-7.png"); }

/* 2xed */
.droppin-8 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-8.png"); }

/* 2xed */
.droppin-9 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-9.png"); }

/* 2xed */
.droppin-10 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-10.png"); }

/* 2xed */
.droppin-11 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-11.png"); }

/* 2xed */
.droppin-12 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-12.png"); }

/* 2xed */
.droppin-13 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-13.png"); }

/* 2xed */
.droppin-14 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-14.png"); }

/* 2xed */
.droppin-15 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-15.png"); }

/* 2xed */
.droppin-16 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-16.png"); }

/* 2xed */
.droppin-17 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-17.png"); }

/* 2xed */
.droppin-18 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-18.png"); }

/* 2xed */
.droppin-19 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-19.png"); }

/* 2xed */
.droppin-20 {
  background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-20.png"); }

/* 2xed */
.retailer-location-left .org {
  color: #000;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 16px; }

.retailer-location-right a {
  display: block; }

.retailer-view-beers {
  position: relative; }

.retailer-beers-popup {
  display: none;
  position: absolute;
  right: 115px;
  bottom: 0;
  width: 196px;
  min-height: 96px;
  text-align: left;
  background: url("/assets/beer_finder/beer-popup-repeat.png") repeat-y;
  padding: 20px 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000; }

.retailer-beers-popup:after, .retailer-beers-popup:before {
  content: '';
  display: block;
  width: 196px;
  height: 44px;
  position: absolute;
  left: 0;
  z-index: 1; }

.retailer-beers-popup:before {
  background: url("/assets/beer_finder/beer-popup-top.png") no-repeat;
  top: 0;
  height: 52px; }

.retailer-beers-popup:after {
  background: url("/assets/beer_finder/beer-popup-bottom.png") no-repeat;
  bottom: 0; }

.popup-tip {
  background: url("/assets/beer_finder/triangle.png") no-repeat;
  height: 23px;
  width: 33px;
  position: absolute;
  right: -30px;
  bottom: 10px; }

.retailer-beers-popup.active-click, .retailer-beers-popup.active {
  display: block; }

.retailer-beers-popup h4 {
  font-size: 14px;
  font-family: 'ClarendonRoman', georgia, serif;
  margin: 0 0 2px 0;
  position: relative;
  z-index: 2; }

.retailer-beers-popup ul {
  margin: 0;
  position: relative;
  z-index: 2; }

.retailer-beers-popup li {
  list-style: none;
  color: #706B61;
  padding: 2px 0;
  line-height: 16px; }

.beer-format, .beer-formats li {
  display: inline-block;
  vertical-align: bottom; }

.beer-format {
  height: 45px;
  width: 21px; }

.beer-formats li {
  margin-left: 10px; }

.retailer-pagination {
  border-top: 2px solid #d7d3c6;
  padding-top: 15px;
  width: 688px; }

.retailer-pagination .prev, .retailer-pagination .next {
  background: url("/assets/pagination-right.gif") no-repeat 0 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  width: 21px; }

.retailer-pagination .prev {
  background-image: url("/assets/pagination-left.gif"); }

.retailer-pagination a {
  color: #706B61;
  text-decoration: none; }

.retailer-pagination a:hover {
  color: #386388;
  text-decoration: underline; }

.asterik-info {
  padding: 25px 0; }

/* Beer Finder on Other Pages */
.beer-finder-shoutout {
  text-align: center; }
  .beer-finder-shoutout h2 {
    margin-bottom: 0; }
  .beer-finder-shoutout div {
    text-transform: uppercase; }
  .beer-finder-shoutout a {
    display: block;
    font-family: 'ClarendonRoman', georgia, serif;
    font-size: 13px;
    color: #704A3C;
    text-decoration: none; }

/* timeline */
.navWrap {
  z-index: 1000; }

.timeline {
  width: 100%;
  position: relative;
  font-family: 'ClarendonRoman', georgia, serif;
  clear: both; }

#timeline_nav {
  position: absolute;
  top: 180px;
  left: 0;
  z-index: 10;
  text-align: right;
  color: #fff;
  width: 450px;
  font-size: 22px;
  letter-spacing: 1px; }

.sticky #timeline_nav {
  position: fixed; }

.timelineNav ul {
  list-style: none; }

.timelineNav li {
  padding-bottom: 5px; }

.timelineNav li a {
  color: #fff;
  text-decoration: none;
  padding: 0 3px; }

.timelineNav li.active a,
.timelineNav li a:hover {
  border-top: 1px solid #6d7170;
  border-bottom: 1px solid #6d7170; }

.timelineNav span {
  font-size: 14px;
  display: none; }

.event {
  width: 100%;
  height: 843px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat; }

#timeline_wrapper .event {
  background-attachment: fixed; }

.touch #timeline_wrapper .event {
  background-attachment: scroll; }

.eventInfo {
  position: relative;
  top: 180px;
  left: 505px;
  width: 360px; }

.eventInfo h2 {
  color: #fff;
  font-size: 54px;
  margin-bottom: 20px;
  line-height: 1em; }
  .eventInfo h2 a {
    color: #fff;
    text-decoration: none; }

.eventInfo h3 {
  color: #bd9a66;
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.eventInfo p {
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em; }

.eventInfo p a {
  font-family: 'ClarendonRoman';
  color: #a3715f;
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: lowercase;
  letter-spacing: 1px;
  text-decoration: none; }

.next_jump, .prev_jump {
  height: 35px;
  width: 35px;
  display: block;
  text-indent: -99999em;
  overflow: hidden; }

.next_jump {
  background: url(/assets/next-arrow.png) no-repeat; }

.prev_jump {
  background: url(/assets/prev-arrow.png) no-repeat; }

.eventInfo .rewind a {
  display: block;
  height: 27px;
  padding: 8px 0 0 40px;
  background: url(/assets/prev-arrow.png) no-repeat;
  color: #BD9A66;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase; }

.touch .next_jump, .touch .prev_jump, .touch .rewind {
  display: none; }

.chzn-container-single span {
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 16px; }

.chzn-results li {
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 16px; }

/** our craft and history ipad overrides */
#oc1 {
  height: 825px;
  background-image: url("/assets/intro.jpg"); }

#oc2 {
  height: 825px;
  background-image: url("/assets/copper-brewhouse.jpg"); }

#oc3 {
  height: 825px;
  background-image: url("/assets/all-malt.jpg"); }

#oc4 {
  height: 825px;
  background-image: url("/assets/wholecone-hops.jpg"); }

#oc5 {
  height: 825px;
  background-image: url("/assets/dry-hopping.jpg"); }

#oc6 {
  height: 825px;
  background-image: url("/assets/open-fermentation.jpg"); }

#oc7 {
  height: 825px;
  background-image: url("/assets/krausening.jpg"); }

#oc8 {
  height: 825px;
  background-image: url("/assets/state-of-the-art.jpg"); }

.xmas-labels .event {
  height: 550px;
  max-width: 1650px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) inset;
  background-image: url(/assets/christmas_ale_labels/intro.jpg); }
.xmas-labels .eventInfo {
  width: 365px; }
  .xmas-labels .eventInfo .rewind a {
    color: #ddd8bf; }
  .xmas-labels .eventInfo p {
    font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 300; }
.xmas-labels .year-1975 {
  background-image: url(/assets/christmas_ale_labels/1975.jpg); }
.xmas-labels .year-1976 {
  background-image: url(/assets/christmas_ale_labels/1976.jpg); }
.xmas-labels .year-1977 {
  background-image: url(/assets/christmas_ale_labels/1977.jpg); }
.xmas-labels .year-1978 {
  background-image: url(/assets/christmas_ale_labels/1978.jpg); }
.xmas-labels .year-1979 {
  background-image: url(/assets/christmas_ale_labels/1979.jpg); }
.xmas-labels .year-1980 {
  background-image: url(/assets/christmas_ale_labels/1980.jpg); }
.xmas-labels .year-1981 {
  background-image: url(/assets/christmas_ale_labels/1981.jpg); }
.xmas-labels .year-1982 {
  background-image: url(/assets/christmas_ale_labels/1982.jpg); }
.xmas-labels .year-1983 {
  background-image: url(/assets/christmas_ale_labels/1983.jpg); }
.xmas-labels .year-1984 {
  background-image: url(/assets/christmas_ale_labels/1984.jpg); }
.xmas-labels .year-1985 {
  background-image: url(/assets/christmas_ale_labels/1985.jpg); }
.xmas-labels .year-1986 {
  background-image: url(/assets/christmas_ale_labels/1986.jpg); }
.xmas-labels .year-1987 {
  background-image: url(/assets/christmas_ale_labels/1987.jpg); }
.xmas-labels .year-1988 {
  background-image: url(/assets/christmas_ale_labels/1988.jpg); }
.xmas-labels .year-1989 {
  background-image: url(/assets/christmas_ale_labels/1989.jpg); }
.xmas-labels .year-1990 {
  background-image: url(/assets/christmas_ale_labels/1990.jpg); }
.xmas-labels .year-1991 {
  background-image: url(/assets/christmas_ale_labels/1991.jpg); }
.xmas-labels .year-1992 {
  background-image: url(/assets/christmas_ale_labels/1992.jpg); }
.xmas-labels .year-1993 {
  background-image: url(/assets/christmas_ale_labels/1993.jpg); }
.xmas-labels .year-1994 {
  background-image: url(/assets/christmas_ale_labels/1994.jpg); }
.xmas-labels .year-1995 {
  background-image: url(/assets/christmas_ale_labels/1995.jpg); }
.xmas-labels .year-1996 {
  background-image: url(/assets/christmas_ale_labels/1996.jpg); }
.xmas-labels .year-1997 {
  background-image: url(/assets/christmas_ale_labels/1997.jpg); }
.xmas-labels .year-1998 {
  background-image: url(/assets/christmas_ale_labels/1998.jpg); }
.xmas-labels .year-1999 {
  background-image: url(/assets/christmas_ale_labels/1999.jpg); }
.xmas-labels .year-2000 {
  background-image: url(/assets/christmas_ale_labels/2000.jpg); }
.xmas-labels .year-2001 {
  background-image: url(/assets/christmas_ale_labels/2001.jpg); }
.xmas-labels .year-2002 {
  background-image: url(/assets/christmas_ale_labels/2002.jpg); }
.xmas-labels .year-2003 {
  background-image: url(/assets/christmas_ale_labels/2003.jpg); }
.xmas-labels .year-2004 {
  background-image: url(/assets/christmas_ale_labels/2004.jpg); }
.xmas-labels .year-2005 {
  background-image: url(/assets/christmas_ale_labels/2005.jpg); }
.xmas-labels .year-2006 {
  background-image: url(/assets/christmas_ale_labels/2006.jpg); }
.xmas-labels .year-2007 {
  background-image: url(/assets/christmas_ale_labels/2007.jpg); }
.xmas-labels .year-2008 {
  background-image: url(/assets/christmas_ale_labels/2008.jpg); }
.xmas-labels .year-2009 {
  background-image: url(/assets/christmas_ale_labels/2009.jpg); }
.xmas-labels .year-2010 {
  background-image: url(/assets/christmas_ale_labels/2010.jpg); }
.xmas-labels .year-2011 {
  background-image: url(/assets/christmas_ale_labels/2011.jpg); }
.xmas-labels .year-2012 {
  background-image: url(/assets/christmas_ale_labels/2012.jpg); }
.xmas-labels .year-2013 {
  background-image: url(/assets/christmas_ale_labels/2013.jpg); }
.xmas-labels .year-2014 {
  background-image: url(/assets/christmas_ale_labels/2014.jpg); }
.xmas-labels .year-2015 {
  background-image: url(/assets/christmas_ale_labels/2015.jpg); }
.xmas-labels .year-2016 {
  background-image: url(/assets/christmas_ale_labels/2016.jpg); }
.xmas-labels .year-2017 {
  background-image: url(/assets/christmas_ale_labels/2017.jpg); }
.xmas-labels .year-2018 {
  background-image: url(/assets/christmas_ale_labels/2018.jpg); }
.xmas-labels .year-2019 {
  background-image: url(/assets/christmas_ale_labels/2019.jpg); }
.xmas-labels .year-2020 {
  background-image: url(/assets/christmas_ale_labels/2020.jpg); }

#p1 {
  height: 843px;
  background-image: url("/assets/1849-bg.jpg"); }

#p2 {
  height: 843px;
  background-image: url("/assets/1871-bg.jpg"); }

#p3 {
  height: 843px;
  background-image: url("/assets/1896-bg.jpg"); }

#p4 {
  height: 843px;
  background-image: url("/assets/1906-bg.jpg"); }

#p5 {
  height: 843px;
  background-image: url("/assets/1920-bg.jpg"); }

#p6 {
  height: 843px;
  background-image: url("/assets/1933-bg.jpg"); }

#p7 {
  height: 843px;
  background-image: url("/assets/1959-bg.jpg"); }

#p8 {
  height: 843px;
  background-image: url("/assets/1960-bg.jpg"); }

#p9 {
  height: 843px;
  background-image: url("/assets/1965-bg.jpg"); }

#p10 {
  height: 843px;
  background-image: url("/assets/1971-bg.jpg"); }

#p11 {
  height: 843px;
  background-image: url("/assets/1977-bg.jpg"); }

#p12 {
  height: 843px;
  background-image: url("/assets/1984-bg.jpg"); }

#p13 {
  height: 843px;
  background-image: url("/assets/1989-bg.jpg"); }

#p14 {
  height: 843px;
  background-image: url("/assets/1993-bg.jpg"); }

#p15 {
  height: 843px;
  background-image: url("/assets/2010-bg.jpg"); }

#p16 {
  height: 843px;
  background-image: url("/assets/2012-bg.jpg"); }

/** carousel overrides */
.carousel-previous,
.carousel-next {
  display: none; }

.flex-direction-nav {
  display: none; }

.flexslider .flex-control-nav {
  position: fixed;
  left: 40px;
  bottom: 67px;
  text-align: left;
  width: auto; }

.flexslider .non_sticky {
  position: absolute;
  bottom: 40px; }

.flexslider .flex-control-nav li {
  margin-left: 7px; }

.flexslider .flex-control-nav li a {
  width: 10px;
  height: 9px;
  background: url("/assets/global/footer-carousel-nav.png") 0 -9px no-repeat; }

.flexslider .flex-control-nav li a:hover,
.flexslider .flex-control-nav li a.active {
  background-position: 0 0; }

.flexOverlay {
  height: 120px;
  width: 366px;
  position: absolute;
  top: 200px;
  left: 75px;
  text-indent: -9999em; }
  .flexOverlay.-tall {
    height: 180px; }

.second_flexOverlay {
  top: 330px; }

/* Cooking and Recipes
--------------------------------------*/
.cooking {
  background: url("/assets/cooking/cooking-bg.jpg") fixed;
  background-size: cover;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .cooking * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.cooking-container {
  width: 768px;
  margin: 0 auto; }
  @media only screen and (max-width: 480px) {
    .cooking-container {
      width: 100%;
      max-width: 480px; } }

/* Header */
.cooking-header {
  position: relative; }
  .cooking-header img {
    display: block;
    width: 100%;
    height: auto; }

.cooking-header-top_bar {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }
  @media only screen and (max-width: 480px) {
    .cooking-header-top_bar {
      position: relative;
      top: auto;
      left: auto; } }
  .cooking-header-top_bar a {
    display: block;
    width: 368px;
    margin: 0 auto; }
    @media only screen and (max-width: 480px) {
      .cooking-header-top_bar a {
        width: 100%; } }

/* Content */
.cooking-content {
  background: url("/assets/cooking/anchor_bg_hi.jpg") center bottom no-repeat;
  padding: 30px 75px 80px; }
  @media only screen and (max-width: 480px) {
    .cooking-content {
      padding: 30px 20px 80px; } }

.cooking-col_1,
.cooking-col_2 {
  display: inline-block;
  vertical-align: top; }
  .cooking-col_1 img,
  .cooking-col_2 img {
    display: block;
    max-width: 100%; }

.cooking-col_1 {
  width: 70%;
  padding-right: 50px; }
  @media only screen and (max-width: 480px) {
    .cooking-col_1 {
      width: 100%;
      padding-right: 0; } }

.cooking-col_2 {
  width: 30%; }
  @media only screen and (max-width: 480px) {
    .cooking-col_2 {
      display: none; } }

.cooking-recipe_title {
  font-family: 'EgizianoClassicMedium', georgia, serif;
  font-size: 32px;
  line-height: 1.3;
  color: #704a3c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px; }

.cooking-content-heading,
.cooking-recipe_intro {
  font-family: 'ClarendonRoman', georgia, serif;
  display: block;
  color: #2c2c2c; }

.cooking-content-heading {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px; }

.cooking-recipe_intro {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 40px; }

.cooking-icon_bar {
  margin-bottom: 20px;
  border-top: 2px solid #d7d3c6;
  border-bottom: 2px solid #d7d3c6; }
  .cooking-icon_bar ul {
    width: 100%;
    list-style: none;
    margin: 0; }
  .cooking-icon_bar li {
    display: inline-block;
    padding: 5px 0; }
    .cooking-icon_bar li#shareThis {
      /* Hide this off screen */
      position: absolute;
      left: -100%; }
  .cooking-icon_bar a {
    font-size: 14px;
    font-family: 'ClarendonRoman', georgia, serif;
    color: #704A3C;
    text-decoration: none;
    text-transform: uppercase; }
    .cooking-icon_bar a .icon-find, .cooking-icon_bar a .icon-share {
      display: inline-block;
      vertical-align: middle;
      margin-top: -25px; }
    .cooking-icon_bar a .icon-find {
      background: url("/assets/global/beer_icons/find-icon-sprite.png") no-repeat -7px -5px;
      width: 75px;
      height: 52px;
      margin-left: -20px;
      position: relative;
      top: -5px; }
    .cooking-icon_bar a .icon-share {
      background: url("/assets/global/beer_icons/share-icon-sprite.png") no-repeat -4px -7px;
      width: 62px;
      height: 41px; }

.cooking-recipes_wrap {
  font-size: 0;
  text-align: justify;
  padding: 30px 0;
  border-top: 2px solid #d7d3c6;
  border-bottom: 2px solid #d7d3c6; }
  @media only screen and (max-width: 480px) {
    .cooking-recipes_wrap {
      text-align: center;
      padding-bottom: 0; } }
  .cooking-recipes_wrap .cooking-recipe {
    display: inline-block;
    vertical-align: top;
    width: 189px;
    font-size: 15px;
    line-height: 1.2;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .cooking-recipes_wrap .cooking-recipe {
        margin-bottom: 20px; } }
    .cooking-recipes_wrap .cooking-recipe.break {
      width: 100%; }
    .cooking-recipes_wrap .cooking-recipe img {
      display: block;
      margin-bottom: 10px; }
    .cooking-recipes_wrap .cooking-recipe a {
      text-decoration: none; }
  .cooking-recipes_wrap .cooking-recipe-caption {
    font-family: 'ClarendonRoman', georgia, serif;
    color: #704A3C;
    text-transform: uppercase; }

.cooking-recipe_content {
  padding-bottom: 50px;
  font-size: 14px; }
  .cooking-recipe_content h3 {
    font-size: 14px;
    font-family: 'ClarendonRoman', georgia, serif;
    color: #704A3C;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .cooking-recipe_content .recipe-info,
  .cooking-recipe_content .recipe-ingredients,
  .cooking-recipe_content .recipe-directions,
  .cooking-recipe_content .recipe-notes {
    margin-bottom: 15px; }
  .cooking-recipe_content .recipe-info span {
    display: inline-block;
    padding-right: 10px; }
  .cooking-recipe_content .recipe-info h3 {
    display: inline; }
  .cooking-recipe_content .recipe-ingredients {
    font-size: 0; }
  .cooking-recipe_content .recipe-ingredients-col_1,
  .cooking-recipe_content .recipe-ingredients-col_2 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 25px;
    font-size: 14px; }
    @media only screen and (max-width: 480px) {
      .cooking-recipe_content .recipe-ingredients-col_1,
      .cooking-recipe_content .recipe-ingredients-col_2 {
        width: 100%;
        padding-right: 0; } }

/* Recipe Nav */
.cooking-recipe_nav {
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 0;
  line-height: 1;
  text-align: justify;
  text-transform: uppercase;
  border-top: 2px solid #d7d3c6;
  border-bottom: 2px solid #d7d3c6; }
  .cooking-recipe_nav .nav_link {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px; }
    .cooking-recipe_nav .nav_link.break {
      width: 100%; }
  .cooking-recipe_nav a {
    text-decoration: none; }
    .cooking-recipe_nav a div {
      display: inline-block;
      vertical-align: middle;
      padding: 8px 0; }
  .cooking-recipe_nav .nav-home {
    position: relative;
    left: -10px; }
  .cooking-recipe_nav .nav-prev a,
  .cooking-recipe_nav .nav-next a {
    color: #706b61; }
  .cooking-recipe_nav .nav-next {
    text-align: right; }
  .cooking-recipe_nav .prev_arrow,
  .cooking-recipe_nav .next_arrow {
    background: url("/assets/cooking/arrows.png") no-repeat;
    width: 22px;
    height: 25px; }
  .cooking-recipe_nav .prev_arrow {
    background-position: 0 0;
    margin-right: 5px; }
  .cooking-recipe_nav .next_arrow {
    background-position: -28px 0;
    margin-left: 5px; }
  .cooking-recipe_nav .home_anchor img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: auto; }
    @media only screen and (max-width: 480px) {
      .cooking-recipe_nav .home_anchor img {
        width: 40px; } }

/* Footer */
.cooking-footer {
  background: #eeebde;
  font-size: 14px;
  padding: 30px 75px;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .cooking-footer {
      padding: 30px 20px; } }

.cooking-footer-social_wrap {
  position: relative;
  top: -65px; }
  @media only screen and (max-width: 480px) {
    .cooking-footer-social_wrap {
      margin-bottom: -50px; } }

.cooking-footer-slogan {
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase; }

.cooking-footer-social_links {
  display: inline-block; }
  .cooking-footer-social_links a {
    display: block;
    float: left;
    text-indent: -9999px; }
  .cooking-footer-social_links .icon-tw {
    background: url("/assets/global/footer-icons-sprite.png") no-repeat -4px -5px;
    width: 48px;
    height: 30px; }
    .cooking-footer-social_links .icon-tw:hover {
      background-position: -4px -43px; }
  .cooking-footer-social_links .icon-fb {
    background: url("/assets/global/footer-icons-sprite.png") no-repeat -52px -5px;
    width: 36px;
    height: 30px; }
    .cooking-footer-social_links .icon-fb:hover {
      background-position: -52px -43px; }
  .cooking-footer-social_links .icon-ig {
    background: url("/assets/global/footer-icons-sprite.png") no-repeat -87px -5px;
    width: 37px;
    height: 30px; }
    .cooking-footer-social_links .icon-ig:hover {
      background-position: -87px -43px; }
  .cooking-footer-social_links .icon-gp {
    background: url("/assets/global/footer-icons-sprite.png") no-repeat -125px -5px;
    width: 36px;
    height: 30px; }
    .cooking-footer-social_links .icon-gp:hover {
      background-position: -125px -43px; }
  .cooking-footer-social_links .icon-yt {
    background: url("/assets/global/footer-icons-sprite.png") no-repeat -161px -5px;
    width: 42px;
    height: 30px; }
    .cooking-footer-social_links .icon-yt:hover {
      background-position: -161px -43px; }

.cooking-footer-info span {
  display: inline-block;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 18px;
  color: #2c2c2c;
  padding: 0 4px; }

/* Miscellany */
@media only screen and (max-width: 480px) {
  .large-only {
    display: none; } }

/* Media Queries
--------------------------------------*/
@media all and (device-width: 768px) and (device-height: 1024px) {
  #cboxBottomCenter {
    margin-top: -1px; }

  .eventInfo {
    left: 500px; }

  .footer {
    float: left;
    width: 100%;
    margin-top: -2px; }

  #oc1 {
    height: 825px;
    background-image: url("/assets/our-craft-for-ipad.jpg"); }

  #oc8 {
    height: 825px;
    background-image: url("/assets/state-of-the-art-for-ipad.jpg"); }

  #p1 {
    height: 843px;
    background-image: url("/assets/1849-for-ipad.jpg"); }

  #p6 {
    height: 843px;
    background-image: url("/assets/1933-for-ipad.jpg"); }

  #p7 {
    height: 843px;
    background-image: url("/assets/1959-for-ipad.jpg"); }

  #p9 {
    height: 843px;
    background-image: url("/assets/1965-for-ipad.jpg"); } }
/* 2x Retina images */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #reset-search {
    background-image: url("/assets/beer_finder/button-clear_form@2x.png"); }

  .droppin-1 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-1@2x.png"); }

  .droppin-2 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-2@2x.png"); }

  .droppin-3 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-3@2x.png"); }

  .droppin-4 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-4@2x.png"); }

  .droppin-5 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-5@2x.png"); }

  .droppin-6 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-6@2x.png"); }

  .droppin-7 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-7@2x.png"); }

  .droppin-8 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-8@2x.png"); }

  .droppin-9 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-9@2x.png"); }

  .droppin-10 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-10@2x.png"); }

  .droppin-11 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-11@2x.png"); }

  .droppin-12 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-12@2x.png"); }

  .droppin-13 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-13@2x.png"); }

  .droppin-14 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-14@2x.png"); }

  .droppin-15 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-15@2x.png"); }

  .droppin-16 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-16@2x.png"); }

  .droppin-17 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-17@2x.png"); }

  .droppin-18 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-18@2x.png"); }

  .droppin-19 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-19@2x.png"); }

  .droppin-20 {
    background-image: url("/assets/beer_finder/drop_pins/desktop/droppin-20@2x.png"); } }
.public-tap-links {
  display: inline-block;
  padding-bottom: 5px; }

#public-taps-map {
  height: 450px;
  width: 600px;
  margin-bottom: 20px; }

.food-truck-schedule-section,
.event-schedule-section {
  position: relative; }
  .food-truck-schedule-section .food-truck-schedule,
  .food-truck-schedule-section .event-schedule,
  .food-truck-schedule-section #food-truck-schedule,
  .food-truck-schedule-section #event-schedule,
  .event-schedule-section .food-truck-schedule,
  .event-schedule-section .event-schedule,
  .event-schedule-section #food-truck-schedule,
  .event-schedule-section #event-schedule {
    position: absolute;
    top: -81px; }

.mfp-content {
  width: auto !important; }

.email_modal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/assets/global/email_signup/modal_bg.jpg") no-repeat 0 0;
  background-size: contain;
  width: 705px;
  height: 405px;
  margin: 0 auto;
  padding: 50px; }
  .email_modal *,
  .email_modal *:before,
  .email_modal *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit; }
  .email_modal input[type="email"],
  .email_modal input[type="submit"] {
    display: inline-block; }
  .email_modal input[type="email"] {
    width: 406px;
    height: 70px;
    background: url("/assets/global/email_signup/email_input_bg.png") no-repeat 0 0;
    background-size: contain;
    box-shadow: none; }
    .email_modal input[type="email"]:focus {
      box-shadow: none; }
  .email_modal input[type="submit"] {
    width: 40px;
    height: 40px;
    background: url("/assets/global/email_signup/chevron_button.png") no-repeat 0 0;
    cursor: pointer; }
  .email_modal .error {
    color: #784C36;
    padding: 0 10px; }

.email_modal-heading {
  font-family: "EgizianoClassicMedium", Georgia, serif;
  font-size: 36px;
  color: #704a3c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.email_modal-sub_heading {
  color: #2c2c2c;
  font-family: "ClarendonRoman", Georgia, serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px; }

.email_modal-required {
  color: #2c2c2c;
  font-family: "ClarendonRoman", Georgia, serif;
  font-size: 14px;
  margin-bottom: 30px; }

.email_modal-input_wrap {
  width: 405px;
  position: relative; }
  .email_modal-input_wrap input {
    position: absolute; }
    .email_modal-input_wrap input[type="email"] {
      left: 0; }
      .email_modal-input_wrap input[type="email"]::-webkit-input-placeholder {
        color: #2c2c2c; }
      .email_modal-input_wrap input[type="email"]:-moz-placeholder {
        color: #2c2c2c; }
      .email_modal-input_wrap input[type="email"]::-moz-placeholder {
        color: #2c2c2c; }
      .email_modal-input_wrap input[type="email"]:-ms-input-placeholder {
        color: #2c2c2c; }
    .email_modal-input_wrap input[type="submit"] {
      top: 15px;
      right: 15px; }

.email_bar {
  display: inline-block;
  margin: 20px 0;
  border-top: 2px solid #d7d3c6;
  border-bottom: 2px solid #d7d3c6; }

.email_bar-link {
  display: inline-block;
  vertical-align: middle;
  font-family: "ClarendonRoman", Georgia, serif;
  font-size: 14px;
  color: #704a3c;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px; }
  .email_bar-link:hover {
    color: #704a3c; }

.icon-email {
  display: inline-block;
  vertical-align: middle;
  background: url("/assets/global/email_signup/email_signup_btn_sprite_small.png") no-repeat -3px -1px;
  width: 42px;
  height: 28px; }
  .icon-email:hover {
    background-position: -3px -29px; }

.find-psycho-head span {
  color: #6B4030; }

.psycho-subhead {
  border: 2px solid #d7d3c6;
  border-width: 2px 0;
  margin: 9px auto;
  color: #6B4030;
  display: block;
  padding: 12px 15px 12px 0;
  position: relative;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box; }

.psycho-merch-wrapper {
  display: flex;
  width: 95%;
  margin-bottom: 60px;
  margin-top: 30px; }

.psycho-merch-item {
  width: 32.7%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  padding-right: 10px; }
  .psycho-merch-item img {
    width: 100%;
    display: block; }

.psycho-merch-banner {
  display: block;
  width: 100%;
  background: #cdc7ac;
  padding: 10px;
  color: #000;
  font-family: 'ClarendonRoman', georgia, serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box; }

.psycho-timeline .psycho-slide {
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  max-width: 1650px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) inset; }
  .psycho-timeline .psycho-slide#slide-1 {
    background-image: url(/assets/psycho-timeline/anchor-drink-steam.jpg); }
  .psycho-timeline .psycho-slide#slide-2 {
    background-image: url(/assets/psycho-timeline/branded-apparel.jpg); }
  .psycho-timeline .psycho-slide#slide-3 {
    background-image: url(/assets/psycho-timeline/anchor-community-event.jpg); }
  .psycho-timeline .psycho-slide#slide-4 {
    background-image: url(/assets/psycho-timeline/film-beer-pairing.jpg); }
  .psycho-timeline .psycho-slide#slide-5 {
    background-image: url(/assets/psycho-timeline/music-and-art-festival.jpg); }
  .psycho-timeline .psycho-slide#slide-6 {
    background-image: url(/assets/psycho-timeline/anchor-pilot-brewhouse-public-taps.jpg); }
  .psycho-timeline .psycho-slide#slide-7 {
    background-image: url(/assets/psycho-timeline/anchor-prototype-tasting.jpg); }
  .psycho-timeline .psycho-slide#slide-8 {
    background-image: url(/assets/psycho-timeline/local-beer-room.jpg); }
  .psycho-timeline .psycho-slide#slide-9 {
    background-image: url(/assets/psycho-timeline/6-pack-image.jpg); }
  .psycho-timeline .psycho-slide#slide-10 {
    background-image: url(/assets/psycho-timeline/sfp-ipa-cheers.jpg); }

.psycho-slide-inner {
  position: relative;
  top: 180px;
  left: 505px;
  width: 360px; }

.psycho-slide-inner h2 {
  color: #fff;
  font-size: 54px;
  margin-bottom: 20px;
  line-height: 1em; }
  .psycho-slide-inner h2 a {
    color: #fff;
    text-decoration: none; }

.psycho-slide-inner h3 {
  color: #bd9a66;
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.psycho-slide-inner p {
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em; }

.psycho-slide-inner a {
  font-family: 'ClarendonRoman';
  color: #BD9A66;
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none; }

.psycho-slide-inner .rewind a {
  display: block;
  height: 27px;
  padding: 8px 0 0 40px;
  background: url(/assets/prev-arrow.png) no-repeat;
  color: #BD9A66;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase; }

.psycho-events {
  margin-bottom: 15px; }
  .psycho-events p {
    margin-bottom: 0; }
    .psycho-events p:nth-of-type(2) {
      padding-left: 10px; }
  .psycho-events .markdown {
    padding-left: 10px; }

.psycho-timeline-link {
  text-align: center; }
  .psycho-timeline-link h2 {
    margin-bottom: 5px; }
  .psycho-timeline-link h3 {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 5px; }
  .psycho-timeline-link img {
    display: block;
    margin: 0 auto; }

.play-video {
  margin-bottom: 20px;
  display: block; }

.age_gate_modal_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, 0.5); }

.age_gate_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  height: 417px;
  margin: auto;
  padding: 63px 50px;
  width: 530px;
  background: url("/assets/age-gate-bk.png");
  background-size: 100%; }
  .age_gate_modal .age_gate_logo {
    margin-bottom: 33px;
    width: 144px; }
  .age_gate_modal .email_modal-label {
    margin-bottom: 2px; }
  .age_gate_modal .age_gate-sub_heading {
    margin-bottom: 36px; }
  .age_gate_modal .age_gate_buttons {
    display: flex;
    justify-content: center; }
  .age_gate_modal .age_gate_button {
    display: block;
    height: 45px;
    margin: 0 22px;
    width: 102px;
    color: white;
    font-family: "ClarendonRoman", Georgia, serif;
    font-size: 14px;
    text-decoration: none;
    background: linear-gradient(0deg, #704b3e 0%, #aa7866 100%);
    border: 0;
    cursor: pointer; }
    .age_gate_modal .age_gate_button:hover, .age_gate_modal .age_gate_button:focus {
      background: #704a3c linear-gradient(to bottom, #91604e, #4f342a); }
  .age_gate_modal a {
    line-height: 3.26; }
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  zoom: 1;
  *display: inline; }

.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #cdc1ab;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 999; }

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #cdc1ab;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cdc1ab;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 12px;
  color: #2c2c2c;
  text-decoration: none; }

.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(chosen-sprite.png) right top no-repeat; }

.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px; }

.chzn-container-single .chzn-single div {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #cdc1ab;
  border-left: 1px solid #cdc1ab;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
  margin: 0px 5px; }

.chzn-container-single .chzn-single div b {
  background: url("chosen-sprite.png") no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%; }

.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010; }

.chzn-container-single .chzn-search input {
  background: #cdc1ab url("chosen-sprite.png") no-repeat 100% -22px;
  background: url("chosen-sprite.png") no-repeat 100% -22px;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em; }

.chzn-container-single .chzn-drop {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

/* @end */
.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px; }

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #cdc1ab;
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative; }

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none; }

.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.chzn-container-multi .chzn-choices .search-field .default {
  color: #999; }

.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #cdc1ab));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #cdc1ab 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #cdc1ab 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #cdc1ab 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%, #cdc1ab 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='$background-color',GradientType=0 );
  background-image: linear-gradient(top, #e4e4e4 0%, #cdc1ab 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative; }

.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default; }

.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(chosen-sprite.png) right top no-repeat; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px; }

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px; }

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }

.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0; }

.chzn-container .chzn-results li {
  display: none;
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none; }

.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item; }

.chzn-container .chzn-results .highlighted {
  background: #704A3C;
  color: #fff; }

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal; }

.chzn-container .chzn-results .highlighted em {
  background: transparent; }

.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item; }

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold; }

.chzn-container .chzn-results .group-option {
  padding-left: 20px; }

.chzn-container-multi .chzn-drop .result-selected {
  display: none; }

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #704a3c; }

.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #cdc1ab;
  -webkit-box-shadow: 0 1px 0 #EADCC5 inset;
  -moz-box-shadow: 0 1px 0 #EADCC5 inset;
  -o-box-shadow: 0 1px 0 #EADCC5 inset;
  box-shadow: 0 1px 0 #EADCC5 inset;
  background-color: #cdc1ab;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebe6d7), color-stop(0.5, #cdc1ab));
  background-image: -webkit-linear-gradient(center bottom, #ebe6d7 0%, #cdc1ab 50%);
  background-image: -moz-linear-gradient(center bottom, #ebe6d7 0%, #cdc1ab 50%);
  background-image: -o-linear-gradient(bottom, #ebe6d7 0%, #cdc1ab 50%);
  background-image: -ms-linear-gradient(top, #ebe6d7 0%, #cdc1ab 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBE6D7', endColorstr='#CDC1AB',GradientType=0 );
  background-image: linear-gradient(top, #ebe6d7 0%, #cdc1ab 50%); }

.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none; }

.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px; }

.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb; }

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important; }

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important; }

.chzn-disabled .chzn-single {
  cursor: default; }

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default; }

/* @group Right to Left */
.chzn-rtl {
  direction: rtl;
  text-align: right; }

.chzn-rtl .chzn-single {
  padding-left: 0;
  padding-right: 8px; }

.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0; }

.chzn-rtl .chzn-single div {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #cdc1ab;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.chzn-rtl .chzn-choices li {
  float: right; }

.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 6px 3px 19px;
  margin: 3px 5px 3px 0; }

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 5px;
  right: auto;
  background-position: right top; }

.chzn-rtl.chzn-container-single .chzn-results {
  margin-left: 4px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 4px; }

.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 20px; }

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none; }

.chzn-rtl .chzn-search input {
  background: url("chosen-sprite.png") no-repeat -38px -22px, #ebe6d7;
  padding: 4px 5px 4px 20px; }

/* @end */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 3000px; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000; }

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(/assets/colorbox/border1.png) no-repeat 0 0; }

#cboxTopCenter {
  height: 25px;
  background: url(/assets/colorbox/border1.png) repeat-x 0 -50px; }

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(/assets/colorbox/border1.png) no-repeat -25px 0; }

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(/assets/colorbox/border1.png) no-repeat 0 -25px; }

#cboxBottomCenter {
  height: 25px;
  background: url(/assets/colorbox/border1.png) repeat-x 0 -75px; }

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(/assets/colorbox/border1.png) no-repeat -25px -25px; }

#cboxMiddleLeft {
  width: 25px;
  background: url(/assets/colorbox/border2.png) repeat-y 0 0; }

#cboxMiddleRight {
  width: 25px;
  background: url(/assets/colorbox/border2.png) repeat-y -25px 0; }

#cboxContent {
  background: #efebdd;
  overflow: hidden; }

.cboxIframe {
  background: #efebdd; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 20px; }

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999; }

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444; }

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444; }

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444; }

#cboxLoadingOverlay {
  background: white url(/assets/colorbox/loading.gif) no-repeat 5px 5px; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft {
  background: url(/assets/colorbox/ie6/borderTopLeft.png); }

.cboxIE6 #cboxTopCenter {
  background: url(/assets/colorbox/ie6/borderTopCenter.png); }

.cboxIE6 #cboxTopRight {
  background: url(/assets/colorbox/ie6/borderTopRight.png); }

.cboxIE6 #cboxBottomLeft {
  background: url(/assets/colorbox/ie6/borderBottomLeft.png); }

.cboxIE6 #cboxBottomCenter {
  background: url(/assets/colorbox/ie6/borderBottomCenter.png); }

.cboxIE6 #cboxBottomRight {
  background: url(/assets/colorbox/ie6/borderBottomRight.png); }

.cboxIE6 #cboxMiddleLeft {
  background: url(/assets/colorbox/ie6/borderMiddleLeft.png); }

.cboxIE6 #cboxMiddleRight {
  background: url(/assets/colorbox/ie6/borderMiddleRight.png); }

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
  _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')"); }
/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */

.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
/** 
  Wah? I tried to get rid of all the borders on this class, but if you go below 2px (or try to use a negative top margin) the element gets shifted
  half way across the page, and I have not uncovered why exaxtly.
**/
.flexslider { position: relative; border-bottom: 0; zoom: 1;} 
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(/assets/flexslider/theme/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(/assets/flexslider/theme/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
          transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
          transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */

.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
