/*
Theme Name: GABF 2015
Theme URI: http://www.greatamericanbeerfestival.com/
Description: Custom theme for GABF 2015, based on batemplate.com. Fully responsive
Author: Nathan Zander + Luke Trautwein
Version: 1.0
*/
/**
* 0.0 Table of Contents
*
* Less document to be compiled on the client site. Contains all core CSS for theme. Uses Bootstrap for base styles
*
*
* 1.0 Configuration & Reset
* 2.0 Typography
* 3.0 Structure
* 4.0 Navigation
* 5.0 Tags
* - 5.1 Tables
* - 5.2 Lists
* - 5.3 Forms
* - 5.4 UI Elements
* 6.0 Selectors (Classes)
* 7.0 Page Specific
* - 7.1 Splash Page
* - 7.2 Virtual Expo
* - 7.3 Brewery Map
* - 7.4 Passport Page
* 8.0 Phark
* 9.0 Media Queries
* 10.0 Plugins
**/
/**
* 1.0 Configuration and Reset
*
* Let's only import the styles we're goign to use!
**/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import "js/mylibs/fancybox/jquery.fancybox.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #373737;
  background-color: transparent;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #CD8D2A;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #67CDF2;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.65;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #000;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 13px;
}
.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 1.65;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 767px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.65;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.65;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.65;
  word-break: break-all;
  word-wrap: break-word;
  color: #373737;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 13px;
}
@media (min-width: 768px) {
  .container {
    width: 745px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 965px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1165px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 13px;
}
.row {
  margin-left: -12px;
  margin-right: -13px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 12px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16 {
  float: left;
}
.col-xs-16 {
  width: 100%;
}
.col-xs-15 {
  width: 93.75%;
}
.col-xs-14 {
  width: 87.5%;
}
.col-xs-13 {
  width: 81.25%;
}
.col-xs-12 {
  width: 75%;
}
.col-xs-11 {
  width: 68.75%;
}
.col-xs-10 {
  width: 62.5%;
}
.col-xs-9 {
  width: 56.25%;
}
.col-xs-8 {
  width: 50%;
}
.col-xs-7 {
  width: 43.75%;
}
.col-xs-6 {
  width: 37.5%;
}
.col-xs-5 {
  width: 31.25%;
}
.col-xs-4 {
  width: 25%;
}
.col-xs-3 {
  width: 18.75%;
}
.col-xs-2 {
  width: 12.5%;
}
.col-xs-1 {
  width: 6.25%;
}
.col-xs-pull-16 {
  right: 100%;
}
.col-xs-pull-15 {
  right: 93.75%;
}
.col-xs-pull-14 {
  right: 87.5%;
}
.col-xs-pull-13 {
  right: 81.25%;
}
.col-xs-pull-12 {
  right: 75%;
}
.col-xs-pull-11 {
  right: 68.75%;
}
.col-xs-pull-10 {
  right: 62.5%;
}
.col-xs-pull-9 {
  right: 56.25%;
}
.col-xs-pull-8 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 43.75%;
}
.col-xs-pull-6 {
  right: 37.5%;
}
.col-xs-pull-5 {
  right: 31.25%;
}
.col-xs-pull-4 {
  right: 25%;
}
.col-xs-pull-3 {
  right: 18.75%;
}
.col-xs-pull-2 {
  right: 12.5%;
}
.col-xs-pull-1 {
  right: 6.25%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-16 {
  left: 100%;
}
.col-xs-push-15 {
  left: 93.75%;
}
.col-xs-push-14 {
  left: 87.5%;
}
.col-xs-push-13 {
  left: 81.25%;
}
.col-xs-push-12 {
  left: 75%;
}
.col-xs-push-11 {
  left: 68.75%;
}
.col-xs-push-10 {
  left: 62.5%;
}
.col-xs-push-9 {
  left: 56.25%;
}
.col-xs-push-8 {
  left: 50%;
}
.col-xs-push-7 {
  left: 43.75%;
}
.col-xs-push-6 {
  left: 37.5%;
}
.col-xs-push-5 {
  left: 31.25%;
}
.col-xs-push-4 {
  left: 25%;
}
.col-xs-push-3 {
  left: 18.75%;
}
.col-xs-push-2 {
  left: 12.5%;
}
.col-xs-push-1 {
  left: 6.25%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-16 {
  margin-left: 100%;
}
.col-xs-offset-15 {
  margin-left: 93.75%;
}
.col-xs-offset-14 {
  margin-left: 87.5%;
}
.col-xs-offset-13 {
  margin-left: 81.25%;
}
.col-xs-offset-12 {
  margin-left: 75%;
}
.col-xs-offset-11 {
  margin-left: 68.75%;
}
.col-xs-offset-10 {
  margin-left: 62.5%;
}
.col-xs-offset-9 {
  margin-left: 56.25%;
}
.col-xs-offset-8 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 43.75%;
}
.col-xs-offset-6 {
  margin-left: 37.5%;
}
.col-xs-offset-5 {
  margin-left: 31.25%;
}
.col-xs-offset-4 {
  margin-left: 25%;
}
.col-xs-offset-3 {
  margin-left: 18.75%;
}
.col-xs-offset-2 {
  margin-left: 12.5%;
}
.col-xs-offset-1 {
  margin-left: 6.25%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16 {
    float: left;
  }
  .col-sm-16 {
    width: 100%;
  }
  .col-sm-15 {
    width: 93.75%;
  }
  .col-sm-14 {
    width: 87.5%;
  }
  .col-sm-13 {
    width: 81.25%;
  }
  .col-sm-12 {
    width: 75%;
  }
  .col-sm-11 {
    width: 68.75%;
  }
  .col-sm-10 {
    width: 62.5%;
  }
  .col-sm-9 {
    width: 56.25%;
  }
  .col-sm-8 {
    width: 50%;
  }
  .col-sm-7 {
    width: 43.75%;
  }
  .col-sm-6 {
    width: 37.5%;
  }
  .col-sm-5 {
    width: 31.25%;
  }
  .col-sm-4 {
    width: 25%;
  }
  .col-sm-3 {
    width: 18.75%;
  }
  .col-sm-2 {
    width: 12.5%;
  }
  .col-sm-1 {
    width: 6.25%;
  }
  .col-sm-pull-16 {
    right: 100%;
  }
  .col-sm-pull-15 {
    right: 93.75%;
  }
  .col-sm-pull-14 {
    right: 87.5%;
  }
  .col-sm-pull-13 {
    right: 81.25%;
  }
  .col-sm-pull-12 {
    right: 75%;
  }
  .col-sm-pull-11 {
    right: 68.75%;
  }
  .col-sm-pull-10 {
    right: 62.5%;
  }
  .col-sm-pull-9 {
    right: 56.25%;
  }
  .col-sm-pull-8 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 43.75%;
  }
  .col-sm-pull-6 {
    right: 37.5%;
  }
  .col-sm-pull-5 {
    right: 31.25%;
  }
  .col-sm-pull-4 {
    right: 25%;
  }
  .col-sm-pull-3 {
    right: 18.75%;
  }
  .col-sm-pull-2 {
    right: 12.5%;
  }
  .col-sm-pull-1 {
    right: 6.25%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-16 {
    left: 100%;
  }
  .col-sm-push-15 {
    left: 93.75%;
  }
  .col-sm-push-14 {
    left: 87.5%;
  }
  .col-sm-push-13 {
    left: 81.25%;
  }
  .col-sm-push-12 {
    left: 75%;
  }
  .col-sm-push-11 {
    left: 68.75%;
  }
  .col-sm-push-10 {
    left: 62.5%;
  }
  .col-sm-push-9 {
    left: 56.25%;
  }
  .col-sm-push-8 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 43.75%;
  }
  .col-sm-push-6 {
    left: 37.5%;
  }
  .col-sm-push-5 {
    left: 31.25%;
  }
  .col-sm-push-4 {
    left: 25%;
  }
  .col-sm-push-3 {
    left: 18.75%;
  }
  .col-sm-push-2 {
    left: 12.5%;
  }
  .col-sm-push-1 {
    left: 6.25%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-16 {
    margin-left: 100%;
  }
  .col-sm-offset-15 {
    margin-left: 93.75%;
  }
  .col-sm-offset-14 {
    margin-left: 87.5%;
  }
  .col-sm-offset-13 {
    margin-left: 81.25%;
  }
  .col-sm-offset-12 {
    margin-left: 75%;
  }
  .col-sm-offset-11 {
    margin-left: 68.75%;
  }
  .col-sm-offset-10 {
    margin-left: 62.5%;
  }
  .col-sm-offset-9 {
    margin-left: 56.25%;
  }
  .col-sm-offset-8 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 43.75%;
  }
  .col-sm-offset-6 {
    margin-left: 37.5%;
  }
  .col-sm-offset-5 {
    margin-left: 31.25%;
  }
  .col-sm-offset-4 {
    margin-left: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 18.75%;
  }
  .col-sm-offset-2 {
    margin-left: 12.5%;
  }
  .col-sm-offset-1 {
    margin-left: 6.25%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16 {
    float: left;
  }
  .col-md-16 {
    width: 100%;
  }
  .col-md-15 {
    width: 93.75%;
  }
  .col-md-14 {
    width: 87.5%;
  }
  .col-md-13 {
    width: 81.25%;
  }
  .col-md-12 {
    width: 75%;
  }
  .col-md-11 {
    width: 68.75%;
  }
  .col-md-10 {
    width: 62.5%;
  }
  .col-md-9 {
    width: 56.25%;
  }
  .col-md-8 {
    width: 50%;
  }
  .col-md-7 {
    width: 43.75%;
  }
  .col-md-6 {
    width: 37.5%;
  }
  .col-md-5 {
    width: 31.25%;
  }
  .col-md-4 {
    width: 25%;
  }
  .col-md-3 {
    width: 18.75%;
  }
  .col-md-2 {
    width: 12.5%;
  }
  .col-md-1 {
    width: 6.25%;
  }
  .col-md-pull-16 {
    right: 100%;
  }
  .col-md-pull-15 {
    right: 93.75%;
  }
  .col-md-pull-14 {
    right: 87.5%;
  }
  .col-md-pull-13 {
    right: 81.25%;
  }
  .col-md-pull-12 {
    right: 75%;
  }
  .col-md-pull-11 {
    right: 68.75%;
  }
  .col-md-pull-10 {
    right: 62.5%;
  }
  .col-md-pull-9 {
    right: 56.25%;
  }
  .col-md-pull-8 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 43.75%;
  }
  .col-md-pull-6 {
    right: 37.5%;
  }
  .col-md-pull-5 {
    right: 31.25%;
  }
  .col-md-pull-4 {
    right: 25%;
  }
  .col-md-pull-3 {
    right: 18.75%;
  }
  .col-md-pull-2 {
    right: 12.5%;
  }
  .col-md-pull-1 {
    right: 6.25%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-16 {
    left: 100%;
  }
  .col-md-push-15 {
    left: 93.75%;
  }
  .col-md-push-14 {
    left: 87.5%;
  }
  .col-md-push-13 {
    left: 81.25%;
  }
  .col-md-push-12 {
    left: 75%;
  }
  .col-md-push-11 {
    left: 68.75%;
  }
  .col-md-push-10 {
    left: 62.5%;
  }
  .col-md-push-9 {
    left: 56.25%;
  }
  .col-md-push-8 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 43.75%;
  }
  .col-md-push-6 {
    left: 37.5%;
  }
  .col-md-push-5 {
    left: 31.25%;
  }
  .col-md-push-4 {
    left: 25%;
  }
  .col-md-push-3 {
    left: 18.75%;
  }
  .col-md-push-2 {
    left: 12.5%;
  }
  .col-md-push-1 {
    left: 6.25%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-16 {
    margin-left: 100%;
  }
  .col-md-offset-15 {
    margin-left: 93.75%;
  }
  .col-md-offset-14 {
    margin-left: 87.5%;
  }
  .col-md-offset-13 {
    margin-left: 81.25%;
  }
  .col-md-offset-12 {
    margin-left: 75%;
  }
  .col-md-offset-11 {
    margin-left: 68.75%;
  }
  .col-md-offset-10 {
    margin-left: 62.5%;
  }
  .col-md-offset-9 {
    margin-left: 56.25%;
  }
  .col-md-offset-8 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 43.75%;
  }
  .col-md-offset-6 {
    margin-left: 37.5%;
  }
  .col-md-offset-5 {
    margin-left: 31.25%;
  }
  .col-md-offset-4 {
    margin-left: 25%;
  }
  .col-md-offset-3 {
    margin-left: 18.75%;
  }
  .col-md-offset-2 {
    margin-left: 12.5%;
  }
  .col-md-offset-1 {
    margin-left: 6.25%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16 {
    float: left;
  }
  .col-lg-16 {
    width: 100%;
  }
  .col-lg-15 {
    width: 93.75%;
  }
  .col-lg-14 {
    width: 87.5%;
  }
  .col-lg-13 {
    width: 81.25%;
  }
  .col-lg-12 {
    width: 75%;
  }
  .col-lg-11 {
    width: 68.75%;
  }
  .col-lg-10 {
    width: 62.5%;
  }
  .col-lg-9 {
    width: 56.25%;
  }
  .col-lg-8 {
    width: 50%;
  }
  .col-lg-7 {
    width: 43.75%;
  }
  .col-lg-6 {
    width: 37.5%;
  }
  .col-lg-5 {
    width: 31.25%;
  }
  .col-lg-4 {
    width: 25%;
  }
  .col-lg-3 {
    width: 18.75%;
  }
  .col-lg-2 {
    width: 12.5%;
  }
  .col-lg-1 {
    width: 6.25%;
  }
  .col-lg-pull-16 {
    right: 100%;
  }
  .col-lg-pull-15 {
    right: 93.75%;
  }
  .col-lg-pull-14 {
    right: 87.5%;
  }
  .col-lg-pull-13 {
    right: 81.25%;
  }
  .col-lg-pull-12 {
    right: 75%;
  }
  .col-lg-pull-11 {
    right: 68.75%;
  }
  .col-lg-pull-10 {
    right: 62.5%;
  }
  .col-lg-pull-9 {
    right: 56.25%;
  }
  .col-lg-pull-8 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 43.75%;
  }
  .col-lg-pull-6 {
    right: 37.5%;
  }
  .col-lg-pull-5 {
    right: 31.25%;
  }
  .col-lg-pull-4 {
    right: 25%;
  }
  .col-lg-pull-3 {
    right: 18.75%;
  }
  .col-lg-pull-2 {
    right: 12.5%;
  }
  .col-lg-pull-1 {
    right: 6.25%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-16 {
    left: 100%;
  }
  .col-lg-push-15 {
    left: 93.75%;
  }
  .col-lg-push-14 {
    left: 87.5%;
  }
  .col-lg-push-13 {
    left: 81.25%;
  }
  .col-lg-push-12 {
    left: 75%;
  }
  .col-lg-push-11 {
    left: 68.75%;
  }
  .col-lg-push-10 {
    left: 62.5%;
  }
  .col-lg-push-9 {
    left: 56.25%;
  }
  .col-lg-push-8 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 43.75%;
  }
  .col-lg-push-6 {
    left: 37.5%;
  }
  .col-lg-push-5 {
    left: 31.25%;
  }
  .col-lg-push-4 {
    left: 25%;
  }
  .col-lg-push-3 {
    left: 18.75%;
  }
  .col-lg-push-2 {
    left: 12.5%;
  }
  .col-lg-push-1 {
    left: 6.25%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-16 {
    margin-left: 100%;
  }
  .col-lg-offset-15 {
    margin-left: 93.75%;
  }
  .col-lg-offset-14 {
    margin-left: 87.5%;
  }
  .col-lg-offset-13 {
    margin-left: 81.25%;
  }
  .col-lg-offset-12 {
    margin-left: 75%;
  }
  .col-lg-offset-11 {
    margin-left: 68.75%;
  }
  .col-lg-offset-10 {
    margin-left: 62.5%;
  }
  .col-lg-offset-9 {
    margin-left: 56.25%;
  }
  .col-lg-offset-8 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 43.75%;
  }
  .col-lg-offset-6 {
    margin-left: 37.5%;
  }
  .col-lg-offset-5 {
    margin-left: 31.25%;
  }
  .col-lg-offset-4 {
    margin-left: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 18.75%;
  }
  .col-lg-offset-2 {
    margin-left: 12.5%;
  }
  .col-lg-offset-1 {
    margin-left: 6.25%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.65;
  vertical-align: top;
  border-top: 1px solid #000;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #000;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #000;
}
.table .table {
  background-color: transparent;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #000;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #000;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.table-hover > tbody > tr:hover {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: transparent;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: rgba(0, 0, 0, 0);
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #000;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #373737;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 42px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 31px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #777777;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -13px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 12px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #CD8D2A;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #67CDF2;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.65;
  color: #373737;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #2a2a2a;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.65;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 767px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #CD8D2A;
}
.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.65;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: transparent;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 34px;
  margin-bottom: 26px;
  border: 1px solid transparent;
}
@media (min-width: 767px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 767px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 767px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 767px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 767px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 4px 12px;
  font-size: 20px;
  line-height: 26px;
  height: 34px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 767px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -12px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 12px;
  padding: 9px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 767px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 2px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}
@media (max-width: 766px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 26px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 767px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.navbar-form {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -3px;
  margin-bottom: -3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 766px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -3px;
  margin-bottom: -3px;
}
.navbar-btn.btn-sm {
  margin-top: 0.5px;
  margin-bottom: 0.5px;
}
.navbar-btn.btn-xs {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-text {
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (min-width: 767px) {
  .navbar-text {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 767px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -12px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 766px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 766px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 26px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.65;
  text-decoration: none;
  color: #CD8D2A;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #67CDF2;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 26px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #CD8D2A;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 26px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #000;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 26px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #373737;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #373737;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
article:before,
article:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
article:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
* 1.1 Declare Initial Variables
*
**/
.container {
  width: 1140px;
}
.container-lg {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.container-sm {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* GABF Styles */
* {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: 0px;
  /*border: 1px dotted;*/
}
body #primary h1,
body #primary h2,
body #primary h3,
body #menu-main > li > a,
body #menu-supp > li > a,
body ul#menu-alt li li a,
body .breadcrumbs li a,
body .btn,
body .widgets h3,
body .nav-tabs > li a,
body #menu-footer li a,
body .navbar-nav a,
body #banner > div,
body aside #menu-supp ul li a,
body .hero .caption {
  visibility: hidden;
}
.wf-active #primary h1,
.wf-inactive #primary h1,
.wf-active #primary h2,
.wf-inactive #primary h2,
.wf-active #primary h3,
.wf-inactive #primary h3,
.wf-active #menu-main > li > a,
.wf-inactive #menu-main > li > a,
.wf-active #menu-supp > li > a,
.wf-inactive #menu-supp > li > a,
.wf-active ul#menu-alt li li a,
.wf-inactive ul#menu-alt li li a,
.wf-active .breadcrumbs li a,
.wf-inactive .breadcrumbs li a,
.wf-active .btn,
.wf-inactive .btn,
.wf-active .widgets h3,
.wf-inactive .widgets h3,
.wf-active .nav-tabs > li a,
.wf-inactive .nav-tabs > li a,
.wf-active #menu-footer li a,
.wf-inactive #menu-footer li a,
.wf-active .navbar-nav a,
.wf-inactive .navbar-nav a,
.wf-active #banner > div,
.wf-inactive #banner > div,
.wf-active aside #menu-supp ul li a,
.wf-inactive aside #menu-supp ul li a,
.wf-active .hero .caption,
.wf-inactive .hero .caption {
  visibility: visible;
}
/**
* 2.0 Typography
*
**/
body {
  font-size: 16px;
  font-family: "Arial", "Helvetica", sans-serif;
  background: transparent;
}
body.page-id-143,
body.parent-pageid-143,
body.parent-pageid-478 {
  background: url(images/design/bg.jpg) repeat;
  background: url(images/design/bg_brewerssky.jpg) repeat-x, url(images/design/bg.jpg) repeat;
  background-size: 403px;
}
a {
  color: #CD8D2A;
  font-style: normal;
}
a:hover {
  color: #67CDF2;
  text-decoration: none;
}
nav a {
  display: block;
  font-family: "futura-pt", sans-serif;
  text-decoration: none !important;
}
h1 {
  color: #373737;
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
}
h2,
h3,
h4 {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
}
p,
cite,
time,
td,
li,
caption,
figcaption {
  color: #373737;
  font-size: 1.5rem;
  line-height: 1.428;
}
time,
cite {
  font-style: italic;
}
h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}
h1.entry-title,
h1.cat-title,
h1.archive-title {
  margin-top: 0px;
}
h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 24px 0px 4px 0px;
}
h2.widgettitle {
  display: none;
}
h2.entry-title {
  clear: both;
}
h3 {
  font-size: 1.8rem;
  margin: 0px 0px 10px 0px;
  line-height: 1.3em;
  color: #005f85;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}
h3 + p {
  margin-top: 0px;
}
h4,
small,
caption {
  font-size: 1.3rem;
  font-weight: 700;
}
p {
  margin: 10px 0px;
  font-size: 1.5rem;
  line-height: 2rem;
}
p.wp-caption-text {
  text-align: center;
  margin: 0px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
p:empty {
  display: none;
}
p.lead {
  max-width: 900px;
  margin: 20px auto 40px auto !important;
}
hr {
  border-top: 1px solid #000;
  clear: both;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.text-yellow {
  color: #f7d749;
}
/* 2.1 Lists */
ul {
  list-style: none;
}
.entry ul {
  list-style: disc;
}
.entry ol {
  list-style: decimal;
}
.entry ol ol {
  list-style: lower-alpha;
  margin: 0px 0px 0px 18px;
}
.entry ul,
.entry ol {
  margin-left: 20px;
  padding: 0px 0px 1rem 0px;
}
.entry ol.simple,
.entry ul.simple {
  list-style: none;
  margin: 0px;
}
.entry ul li:last-child,
.entry ul li.last-child {
  margin-right: 0px !important;
  padding-right: 0px !important;
}
.entry ul li.break {
  clear: both;
}
.entry ul#vcard {
  list-style: none;
}
/**
* 3.0 Structure
*
**/
body {
  /**background: url(images/design/bg_orange.png) 0px 150px repeat-x; background-size: 1px 34px*/
}
#bg {
  /*height: 184px; background: url(images/design/bg_blue.png) 0px 150px repeat-x; background-size: 1px 34px; width: 50%; position: absolute;*/
}
#bg {
  height: 34px;
  width: 100%;
  position: absolute;
  right: 0px;
  top: 150px;
  background: #CD8D2A;
}
#ticker {
  position: absolute;
  width: 22%;
  height: 34px;
  overflow: hidden;
  top: 150px;
  left: 0px;
  background: #005f85;
}
#ticker ul {
  /*animation: ticker 20s steps(5, end) infinite; transition: transform .25s ease-in;*/
}
#ticker li {
  font-size: 24px;
  color: #FFF;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  height: 100%;
  width: 100%;
  display: inline-block;
  text-align: right;
  background: #005f85;
  padding-right: 34px;
  position: absolute;
  left: -100%;
  top: 0px;
  transition: left 0.25s;
  transition-timing-function: cubic-bezier(0.37, 0.12, 0.58, 1);
  display: none;
}
#ticker li span {
  color: #FFD600;
}
#ticker ul:after {
  content: "";
  width: 26px;
  height: 34px;
  background-image: url(images/design/bg_arrow.png);
  background-size: 26px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.js #ticker li:nth-child(1) {
  transition-delay: 3s;
  left: 0px;
  background-color: #005f85;
}
.js #ticker li:nth-child(2) {
  transition-delay: 6s;
  left: 0px;
  background-color: #005f85;
}
.js #ticker li:nth-child(3) {
  transition-delay: 10s;
  left: 0px;
  background-color: #005f85;
}
.js #ticker li:nth-child(4) {
  transition-delay: 14s;
  left: 0px;
  background-color: #6F94AA;
}
.js #ticker li:nth-child(5) {
  transition-delay: 18s;
  left: 0px;
  background-color: #6F94AA;
}
.js #ticker li:nth-child(6) {
  transition-delay: 22s;
  left: 0px;
  background-color: #005f85;
}
@media screen and (min-width: 1061px) {
  #ticker {
    width: 22%;
  }
}
@media screen and (min-width: 1160px) {
  #ticker {
    width: 24%;
  }
}
@media screen and (min-width: 1280px) {
  #ticker {
    width: 26%;
  }
}
@media screen and (min-width: 1380px) {
  #ticker {
    width: 28%;
  }
}
/*#banner{position: absolute; left: 0px; top: 150px; background: url(images/design/bg_banner.jpg) no-repeat; width: 263px; height: 34px; background-size: 100%; font-size: 18px; font-family: @specialty-font; font-weight: 500; color: #FFF; text-transform: uppercase; text-align: right; padding: 5px 30px 0px 0px; letter-spacing: 0px;
		span{color: @brand-yellow;}
}*/
header {
  height: 184px;
  position: relative;
  max-width: 1140px;
  padding: 0px;
  margin: 0px auto 20px auto;
}
header hgroup {
  float: left;
}
header #searchform {
  float: right;
  margin: 3px 22px 0px 0px;
  position: relative;
}
header #searchform #s {
  height: 19px;
  width: 115px;
  font-size: 12px;
  color: #005f85;
  border: 1px solid #CCC;
  padding: 2px 3px;
  background: #FFF;
}
header #searchform button {
  background: #005f85;
  width: 25px;
  height: 19px;
  display: block;
  position: absolute;
  padding: 0px;
  box-shadow: none;
  right: -22px;
  top: 5px;
}
header #searchform button i {
  font-size: 12px;
  position: absolute;
  top: -1px;
  left: 4px;
}
header #searchform button:hover {
  background-color: #67CDF2;
}
.admin-bar #bg,
.admin-bar #ticker {
  top: 182px;
}
.container {
  position: relative;
  max-width: 100% !important;
}
#wrapper {
  min-height: 900px;
}
#wrapper.container {
  transition: all 0.1s ease-out;
  width: 1140px;
}
#content {
  clear: both;
  position: relative;
  padding: 0px;
}
#primary {
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  background: transparent;
  min-height: 800px;
  display: block;
  position: relative;
  padding: 0px 20px;
}
@media (min-width: 992px) {
  #primary {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #primary {
    left: 18.75%;
  }
}
.home #primary,
.page-template-tmpl-wide-php #primary,
.page-id-4036 #primary,
#primary.wide {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  /*padding: 0px 0px 0px 20px;*/
}
@media (min-width: 768px) {
  .home #primary,
  .page-template-tmpl-wide-php #primary,
  .page-id-4036 #primary,
  #primary.wide {
    float: left;
    width: 68.75%;
  }
}
.home #primary {
  padding-left: 4px;
}
.page-template-tmpl-wide-php #primary,
#primary.wide {
  min-height: 900px;
}
article {
  padding: 0 10px 10px 10px;
  margin-left: -12px;
  margin-right: -13px;
}
aside#secondary {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  background: transparent;
  padding-left: 0px;
}
@media (min-width: 768px) {
  aside#secondary {
    float: left;
    width: 18.75%;
  }
}
@media (min-width: 768px) {
  aside#secondary {
    right: 50%;
  }
}
aside#ads {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  padding-right: 0px;
  background: transparent;
}
@media (min-width: 768px) {
  aside#ads {
    float: left;
    width: 18.75%;
  }
}
aside .widgets li {
  margin-bottom: 10px;
}
.home aside#secondary,
.page-id-4036 #secondary,
.page-template-tmpl-wide-php aside#secondary,
.page-template-tmpl-wide-php aside#ads,
#primary.wide + aside#secondary,
#primary.wide + aside + #ads {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  background: transparent;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .home aside#secondary,
  .page-id-4036 #secondary,
  .page-template-tmpl-wide-php aside#secondary,
  .page-template-tmpl-wide-php aside#ads,
  #primary.wide + aside#secondary,
  #primary.wide + aside + #ads {
    float: left;
    width: 18.75%;
  }
}
@media (min-width: 768px) {
  .home aside#secondary,
  .page-id-4036 #secondary,
  .page-template-tmpl-wide-php aside#secondary,
  .page-template-tmpl-wide-php aside#ads,
  #primary.wide + aside#secondary,
  #primary.wide + aside + #ads {
    right: 68.75%;
  }
}
footer {
  margin-top: 30px;
  background: #efefef;
  clear: both;
  text-align: center;
  padding: 20px 0px;
}
footer p {
  max-width: 970px;
  font-size: 1em;
  color: #000;
  font-family: "futura-pt", sans-serif;
  line-height: 1.428;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  footer p {
    max-width: 450px;
    text-transform: uppercase;
    font-family: "bebas-neue", serif;
  }
}
footer p a {
  color: #CD8D2A;
}
footer p a:hover {
  text-decoration: none;
  color: #67CDF2;
}
footer .social-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .social-wrapper {
    order: 0;
    margin-bottom: 20px;
  }
}
footer .social-wrapper a {
  background-color: #CD8D2A;
  border-radius: 100%;
  margin-right: 13px;
  height: 24px;
  width: 24px;
  transition: background-color 0.3s ease;
}
footer .social-wrapper a:hover {
  background-color: #005f85;
}
footer .social-wrapper a i {
  color: #fff;
}
footer .tertiary-nav-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 768px) {
  footer .tertiary-nav-wrapper {
    flex-flow: column nowrap;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 568px) {
  footer .tertiary-nav-wrapper {
    margin-bottom: 0px;
  }
}
footer #menu-footer-navigation {
  display: flex;
}
footer .text-logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .text-logo-wrapper .savor-the-flavor {
  width: auto;
  height: 25px;
}
footer .text-logo-wrapper .savor-the-flavor.mobile {
  display: none;
}
footer .text-logo-wrapper .ba-logo {
  width: auto;
  height: 49px;
}
footer .text-logo-wrapper .welcome-logo {
  width: 78px;
  margin-right: 10px;
}
.cookie-settings-button {
  position: relative;
  background: none;
  border: none!important;
  padding: 0px!important;
  font-family: "futura-pt", sans-serif;
  display: inline-block;
  color: #CD8D2A !important;
  line-height: 1.3 !important;
  font-size: 1em!important;
  font-weight: 400;
}
.cookie-settings-button:hover {
  text-decoration: none;
  color: #67CDF2 !important;
  background-color: #ffffff00 !important;
}
@media screen and (max-width: 768px) {
  .cookie-settings-button {
    text-transform: uppercase;
    font-family: "bebas-neue", serif;
  }
}
/**
*
* 4.0 Navigation
*
**/
#access {
  z-index: 100;
  width: 870px;
  position: absolute;
  top: 150px;
  right: -16px;
  padding-left: 25px;
}
.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  body.sticky-header:not(.parent-pageid-143) header {
    width: 100%;
  }
  body.sticky-header:not(.parent-pageid-143) header #access {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-color: #6F94AA;
  }
  body.sticky-header:not(.parent-pageid-143) header #access #menu-main {
    width: auto;
  }
  body.sticky-header:not(.parent-pageid-143) header #access #menu-main li {
    display: table-cell;
    text-align: center;
  }
  body.sticky-header:not(.parent-pageid-143) header #access #menu-main li li {
    display: block;
    text-align: left;
  }
}
nav ul,
.entry nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/*
* Responsive Navigation Design
*/
.toggle-menu {
  display: none;
  color: #fff !important;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 28px;
  z-index: 1000;
}
.toggle-menu:hover,
.toggle-menu.active {
  color: #FFF;
}
body .toggle-menu {
  -webkit-tap-highlight-color: transparent;
}
#menu-main {
  list-style: none;
  *zoom: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  height: 34px;
}
#menu-secondary {
  display: flex;
  height: 34px;
  align-items: center;
}
.js #menu-main {
  max-width: none;
  position: static;
  width: auto;
}
#menu-main:before,
#menu-main:after {
  content: " ";
  display: table;
}
#menu-main:after {
  clear: both;
}
#menu-main li,
#menu-secondary li {
  position: relative;
  display: inline-block;
  text-align: left;
  width: auto;
  padding: 0px;
}
#menu-main li a,
#menu-secondary li a {
  width: 100%;
  display: block;
  height: 100%;
  line-height: auto;
  text-decoration: none;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  padding: 4px 12px;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 26px;
  white-space: nowrap;
}
#menu-secondary li a {
  text-transform: none;
  font-size: 16px;
}
@media screen and (min-width: 641px) {
  #menu-main li:hover a,
  #menu-main li.hover a,
  #menu-secondary li:hover a,
  #menu-secondary li.hover a {
    background-color: #6F94AA;
  }
  #menu-main li:hover li a,
  #menu-main li.hover li a,
  #menu-secondary li:hover li a,
  #menu-secondary li.hover li a {
    background: transparent;
  }
}
#menu-main li.current-menu-ancestor,
#menu-main li.current-menu-ancestor a,
#menu-secondary li.current-menu-ancestor,
#menu-secondary li.current-menu-ancestor a,
#menu-secondary li.current-menu-item a,
#menu-secondary li.current-page-ancestor a {
  background: #6F94AA;
  color: #FFF;
}
#menu-main li.hover.current-menu-ancestor li a,
#menu-secondary li.hover.current-menu-ancestor li a {
  color: #FFF;
}
#menu-main li.hover.current-menu-ancestor li a:hover,
#menu-secondary li.hover.current-menu-ancestor li a:hover {
  color: #FFF;
}
#menu-main > li > a {
  display: block;
}
#menu-main > li.hover > ul,
#menu-secondary > li.hover > ul {
  left: 0px;
}
.gecko #menu-main > li.hover > ul,
.gecko #menu-secondary > li.hover > ul {
  left: auto;
}
/*#menu-main li li.hover > ul {
	    left: 100%;
	    top: 0;
	}*/
#menu-main li ul,
#menu-secondary li ul {
  position: absolute;
  left: -9999px;
  background-color: #6F94AA;
  padding: 10px 0px;
  /*li.teaser{
		width: 270px !important;
		height: 250px;
		background: @brand-blue;
		display: block;
		position: absolute;
		right: -270px;
		top: 0px;
		clear: none !important;
		a{background: none !important; text-indent: -9999em;}

		img{margin: 9px 0px; width: 100%; height: auto;}
		p{text-align: left; color: #FFF; font-size: 12px; line-height: 14px;}
	}*/
}
#menu-main li ul li,
#menu-secondary li ul li {
  text-align: left;
  cursor: pointer;
  padding: 0px 10px;
  display: block;
}
#menu-main li ul li a,
#menu-secondary li ul li a {
  font-size: 19px;
  text-transform: none;
  z-index: 100;
  padding: 5px 10px;
  line-height: 1.1;
}
#menu-main li ul li a:hover,
#menu-secondary li ul li a:hover {
  background-color: #67CDF2;
}
#menu-main li ul > .column,
#menu-secondary li ul > .column {
  float: left;
  width: 100%;
}
#menu-main li ul > .column > li,
#menu-secondary li ul > .column > li {
  display: block;
  width: 100%;
  float: none;
}
#menu-main li ul > .column > li > a,
#menu-secondary li ul > .column > li > a {
  white-space: normal;
}
#menu-main li.triple > ul {
  width: 500px;
}
#menu-main li.triple > ul > .column {
  width: 33%;
}
#menu-main li.quad ul > .column {
  width: 25%;
}
#menu-secondary li > ul li a {
  text-transform: none;
  font-size: 16px;
}
#menu-main li li > ul {
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 10px 0px;
  width: 100%;
  position: relative;
  left: auto;
  border-top: 1px solid #FFF;
}
#menu-main li li > ul > li {
  margin: 0px;
  display: block;
  padding: 0px 2px;
}
#menu-main li li > ul > li > a {
  z-index: 200;
  color: #111;
  font-size: 16px;
  padding: 3px 15px;
  display: inline-block;
  white-space: normal;
  line-height: 1.2;
}
#menu-main li.hover.current-menu-ancestor li li a {
  color: #111;
}
@media screen and (max-width: 768px) {
  /*
    * Navigation  //Let's Switch to a flyout menu
    */
  #container {
    overflow-x: hidden;
    position: relative;
  }
  #container.active {
    right: 24rem;
    overflow: visible;
  }
  nav#access {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
  }
  #menu-main,
  #menu-secondary {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
  }
  .js #menu-main,
  .js #menu-secondary {
    width: 24rem;
    height: auto;
  }
  .nav-wrapper {
    flex-flow: column nowrap;
    width: 24rem;
    height: auto;
    position: absolute;
    top: 0px;
    right: -24rem;
  }
  #menu-main li,
  #menu-secondary li {
    float: none !important;
    width: 100% !important;
    display: block !important;
    padding: 0px;
    text-align: left !important;
    border-bottom: 2px solid #FFF;
  }
  #menu-main li:hover,
  #menu-secondary li:hover,
  #menu-main li.hover,
  #menu-secondary li.hover {
    border-top: 0px;
    margin-top: 0px;
    color: #FFF;
  }
  #menu-main li ul > .column,
  #menu-secondary li ul > .column {
    float: none;
  }
  #menu-main li a,
  #menu-secondary li a {
    padding: 10px 10px;
    font-size: 1.8rem;
    height: auto;
    display: block;
    white-space: normal;
    line-height: 22px;
    padding: 7px 10px;
    color: #FFF;
    text-transform: uppercase;
    border-right: 0px;
    font-weight: 300;
  }
  #menu-main li.current-menu-ancestor,
  #menu-secondary li.current-menu-ancestor {
    margin-top: 0px;
  }
  #menu-main li.current-menu-ancestor a,
  #menu-secondary li.current-menu-ancestor a {
    color: #FFF;
  }
  #menu-main li:hover a,
  #menu-secondary li:hover a,
  #menu-main li.hover a,
  #menu-secondary li.hover a {
    background: #005f85;
    color: #FFF;
  }
  #menu-main li a.parent,
  #menu-secondary li a.parent {
    background-image: none !important;
  }
  #menu-main li a.parent:after,
  #menu-secondary li a.parent:after,
  #menu-main li.hover li a.parent:after,
  #menu-secondary li.hover li a.parent:after {
    content: '\f0fe';
    font-family: 'fontello';
    float: right;
    margin-right: -7px;
    font-size: 2rem;
  }
  #menu-main li.hover a.parent:after,
  #menu-secondary li.hover a.parent:after,
  #menu-main li.hover li.hover a.parent:after,
  #menu-secondary li.hover li.hover a.parent:after {
    content: '\f146';
  }
  #menu-main > li.hover > ul,
  #menu-secondary > li.hover > ul,
  #menu-main li li.hover ul,
  #menu-secondary li li.hover ul {
    position: static;
  }
  #menu-main li ul,
  #menu-secondary li ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: -2px;
    border-top: 2px solid #FFF;
  }
  #menu-main li ul li,
  #menu-secondary li ul li {
    padding: 0px !important;
  }
  #menu-main li ul li a,
  #menu-secondary li ul li a {
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-transform: none;
    padding: 8px 10px;
  }
  #menu-main li ul li a.parent,
  #menu-secondary li ul li a.parent {
    padding: 8px 10px 9px 10px;
  }
  #menu-main li li a,
  #menu-main li.current-menu-ancestor li a,
  #menu-main li.current-menu-ancestor.hover li a,
  #menu-secondary li li a,
  #menu-secondary li.current-menu-ancestor li a,
  #menu-secondary li.current-menu-ancestor.hover li a {
    color: #FFF;
    background: #CD8D2A;
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    width: 100%;
    white-space: normal;
    font-size: 1.8rem;
    padding: 10px 10px;
    height: auto;
    line-height: 1.9rem;
    border-right: 0px;
  }
  #menu-main li.current-menu-ancestor li a,
  #menu-main li.current-menu-ancestor.hover li a,
  #menu-secondary li.current-menu-ancestor li a,
  #menu-secondary li.current-menu-ancestor.hover li a {
    background: #005f85;
  }
  #menu-main li li a.parent:after,
  #menu-secondary li li a.parent:after {
    margin-top: -1px;
  }
  #menu-main li li > ul {
    display: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: -2px;
    border-top: 2px solid #FFF;
  }
  #menu-main li li > ul li > a {
    font-size: 18px;
  }
  #menu-main li li.hover > ul {
    display: block;
  }
  #menu-main li li.hover > ul > li a,
  #menu-main li li > ul > li a {
    padding: 8px 10px;
    text-indent: 0px;
    background-color: #557b91;
  }
  #menu-main li li.hover > ul > li a:hover,
  #menu-main li li > ul > li a:hover {
    background-color: #67CDF2;
  }
}
body #menu-main li#menu-item-7710,
.sticky-header header #access #menu-main li#menu-item-7710,
body #menu-main li#menu-item-7846,
.sticky-header header #access #menu-main li#menu-item-7846,
body #menu-main li#menu-item-9535,
.sticky-header header #access #menu-main li#menu-item-9535,
body #menu-main li#menu-item-10549,
.sticky-header header #access #menu-main li#menu-item-10549,
body #menu-main li#menu-item-10572,
.sticky-header header #access #menu-main li#menu-item-10572,
body #menu-main li#menu-item-12265,
.sticky-header header #access #menu-main li#menu-item-12265,
body #menu-main li#menu-item-14085,
.sticky-header header #access #menu-main li#menu-item-14085,
body #menu-main li#menu-item-2195,
.sticky-header header #access #menu-main li#menu-item-2195 {
  display: none;
}
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}
nav#supp {
  position: absolute;
  top: 5px;
  right: 286px;
  z-index: 10;
}
header #menu-supp li {
  display: inline-block;
  padding: 0px 8px 0px 4px;
  border-right: 1px solid #005f85;
}
header #menu-supp li a {
  color: #005f85;
  display: block;
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
}
header #menu-supp li a:hover,
header #menu-supp li li.current-menu-item a {
  color: #67CDF2;
}
header #menu-supp ul {
  display: none;
}
aside #menu-supp li a {
  display: none;
}
aside #menu-supp ul {
  display: block;
  width: 106%;
  margin-left: -6%;
}
aside #menu-supp ul li {
  display: block;
  line-height: 16px;
  padding: 0px;
  border: 0px;
  text-align: right;
  padding-right: 15px;
  margin-bottom: 1px;
  position: relative;
  margin-right: -6px;
}
aside #menu-supp ul li a {
  color: #373737;
  font-size: 1.8rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  display: block;
  padding: 10px 5px 10px 0px;
  line-height: 20px;
}
aside #menu-supp ul li:hover,
aside #menu-supp ul li.current-menu-item,
aside #menu-supp ul li.current-menu-ancestor {
  background: #CD8D2A url('images/design/leftnav_arrow.jpg') no-repeat;
  background-size: auto;
  background-position: 100% 50%;
}
aside #menu-supp ul li a:hover,
aside #menu-supp ul li.current-menu-item a,
aside #menu-supp ul li:hover a {
  color: #FFF;
  background-color: #CD8D2A;
}
aside #menu-supp ul li ul {
  display: none;
}
aside #menu-supp ul li.current-menu-ancestor {
  background: none;
}
aside #menu-supp ul li.current-menu-ancestor:hover,
aside #menu-supp ul li.current-menu-ancestor:hover a {
  background: none;
}
aside #menu-supp ul li.current-menu-ancestor a {
  color: #CD8D2A;
}
aside #menu-supp ul li.current-menu-ancestor ul {
  width: auto;
  display: block;
}
aside #menu-supp ul li.current-menu-ancestor ul li {
  background: #FFF;
  margin-right: -10px;
}
aside #menu-supp ul li.current-menu-ancestor ul li.current-menu-item {
  background: #CD8D2A url('images/design/leftnav_arrow.jpg') no-repeat;
  background-size: auto;
  background-position: 100% 50%;
}
aside #menu-supp ul li.current-menu-ancestor ul li.current-menu-item a {
  color: #FFF;
  font-weight: normal;
}
aside #menu-supp ul li.current-menu-ancestor ul li.current-menu-item a:hover {
  color: #000;
}
aside #menu-supp ul li.current-menu-ancestor ul li a {
  color: #000;
  font-size: 14px;
  padding: 4px 5px 4px 0px;
  line-height: 18px;
  font-weight: normal;
}
aside #menu-supp ul li.current-menu-ancestor ul li a:hover {
  color: #CD8D2A;
}
aside .single-post #menu-supp li a {
  display: block;
}
aside .single-post #menu-supp {
  display: block;
  width: 106%;
  margin-left: -6%;
}
aside .single-post #menu-supp li {
  display: block;
  line-height: 16px;
  padding: 0px;
  border: 0px;
  text-align: right;
  padding-right: 15px;
  margin-bottom: 1px;
  position: relative;
  margin-right: -6px;
}
aside .single-post #menu-supp li a {
  color: #373737;
  font-size: 1.8rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  display: block;
  padding: 10px 5px 10px 0px;
  line-height: 20px;
}
aside .single-post #menu-supp li:hover,
aside .single-post #menu-supp li.current-menu-item,
aside .single-post #menu-supp li.current-menu-ancestor {
  background: #CD8D2A url('images/design/leftnav_arrow.jpg') no-repeat;
  background-size: auto;
  background-position: 100% 50%;
}
aside .single-post #menu-supp li a:hover,
aside .single-post #menu-supp li.current-menu-item a,
aside .single-post #menu-supp li:hover a {
  color: #FFF;
  background-color: #CD8D2A;
}
aside .single-post #menu-supp li ul {
  display: none;
}
aside .single-post #menu-supp li.current-menu-ancestor {
  background: none;
}
aside .single-post #menu-supp li.current-menu-ancestor:hover,
aside .single-post #menu-supp li.current-menu-ancestor:hover a {
  background: none;
}
aside .single-post #menu-supp li.current-menu-ancestor a {
  color: #CD8D2A;
}
aside .single-post #menu-supp li.current-menu-ancestor ul {
  width: auto;
  display: block;
}
aside .single-post #menu-supp li.current-menu-ancestor ul li {
  background: #FFF;
  margin-right: -10px;
}
aside .single-post #menu-supp li.current-menu-ancestor ul li.current-menu-item {
  background: #CD8D2A url('images/design/leftnav_arrow.jpg') no-repeat;
  background-size: auto;
  background-position: 100% 50%;
}
aside .single-post #menu-supp li.current-menu-ancestor ul li.current-menu-item a {
  color: #FFF;
}
aside .single-post #menu-supp li.current-menu-ancestor ul li.current-menu-item a:hover {
  color: #000;
}
aside .single-post #menu-supp li.current-menu-ancestor ul li a {
  color: #000;
  font-size: 14px;
  padding: 4px 5px 4px 0px;
  line-height: 18px;
}
aside .single-post #menu-supp li.current-menu-ancestor ul li a:hover {
  color: #CD8D2A;
}
nav#tertiary {
  width: 100%;
}
nav#tertiary li {
  display: inline-block;
  line-height: 13px;
  padding: 3px 12px 1px 12px;
  text-align: center;
  width: 16.6%;
}
nav#tertiary li a {
  color: #000;
  font-size: 1.6rem;
  text-transform: uppercase;
}
nav#tertiary li a:hover {
  color: #67CDF2;
}
@media screen and (max-width: 768px) {
  nav#tertiary {
    order: 1;
  }
}
nav.social {
  width: 140px;
  height: 24px;
  z-index: 10;
  position: absolute;
  top: 66px;
  right: 215px;
}
nav.social li a {
  display: block;
  float: left;
  font-size: 24px;
  margin: 0px 0px 0px 0px;
  color: #005f85;
}
nav.social li a:hover {
  color: #67CDF2;
}
.fb_iframe_widget iframe {
  top: -4px;
}
.entry .pagination {
  height: 1.428;
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  clear: both;
}
.entry .pagination a {
  text-decoration: none;
  color: #CD8D2A;
}
.entry .pagination a:active,
.entry .pagination a:hover,
.entry .pagination a.current {
  color: #67CDF2;
}
.entry .pager {
  margin: 0px;
  padding: 0px;
  clear: both;
}
.nav-previous {
  float: left;
  width: 48%;
}
.nav-next {
  float: right;
  width: 48%;
  text-align: right;
}
.breadcrumb {
  background-color: transparent;
  padding: 4px 0px 11px 0px;
  margin-bottom: 1px;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0px 2px 0px 6px;
  color: #cccccc;
}
.dropdown-menustyle {
  border: 0px;
  margin: 0px;
  list-style: none;
  max-height: 200px;
  min-width: 100%;
  overflow-y: auto;
  background: #6F94AA;
  color: #FFF;
}
.dropdown-menu-ahover {
  background: #67CDF2;
}
.dropdown li,
.dropup li {
  list-style: none;
}
.navbar,
.navbar-default {
  position: relative;
  background: none;
  border: none;
  margin: 30px auto;
}
.navbar #loading,
.navbar-default #loading {
  color: #CD8D2A;
  position: absolute;
  left: -24px;
  top: 19px;
}
.navbar .nav ul,
.navbar-default .nav ul {
  display: auto;
}
.navbar .navbar-nav a.dropdown-toggle,
.navbar-default .navbar-nav a.dropdown-toggle {
  padding-right: 22px;
  cursor: pointer;
  height: 34px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.navbar .navbar-nav a.dropdown-toggle span,
.navbar-default .navbar-nav a.dropdown-toggle span {
  max-width: 150px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-nav a.dropdown-toggle span,
  .navbar-default .navbar-nav a.dropdown-toggle span {
    text-align: center;
    max-width: 100%;
  }
}
.navbar .navbar-nav a.dropdown-toggle i,
.navbar-default .navbar-nav a.dropdown-toggle i {
  position: absolute;
  right: 12.5px;
  top: 5px;
  transform: translateX(10px);
}
@media only screen and (max-width: 767px) {
}
.navbar .navbar-nav > li,
.navbar-default .navbar-nav > li {
  margin-right: 10px;
}
.navbar .navbar-nav > li .btn,
.navbar-default .navbar-nav > li .btn {
  height: 34px;
  margin: 0px;
  color: #FFF;
}
.navbar .navbar-nav > li .btn-text:hover,
.navbar-default .navbar-nav > li .btn-text:hover {
  color: #000;
}
.navbar .navbar-nav > .open > a.dropdown-toggle,
.navbar-default .navbar-nav > .open > a.dropdown-toggle,
.navbar .navbar-nav > .open > a.dropdown-toggle:focus,
.navbar-default .navbar-nav > .open > a.dropdown-toggle:focus {
  background: #6F94AA;
  color: #FFF;
}
.navbar .navbar-nav li.dropdown > a,
.navbar-default .navbar-nav li.dropdown > a {
  background: #005f85;
  color: #FFF;
  cursor: pointer;
  line-height: 1.7;
  height: 34px;
  text-align: center;
  padding: 4px 30px 4px 20px;
}
.navbar .navbar-nav li.dropdown > a:hover,
.navbar-default .navbar-nav li.dropdown > a:hover {
  background: #6F94AA;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-nav li.dropdown > a,
  .navbar-default .navbar-nav li.dropdown > a {
    height: auto;
    text-align: center;
  }
}
.navbar .navbar-nav li > .dropdown-menu,
.navbar-default .navbar-nav li > .dropdown-menu {
  border: 0px;
  margin: 0px;
  list-style: none;
  max-height: 200px;
  min-width: 100%;
  overflow-y: auto;
  background: #6F94AA;
  color: #FFF;
  text-indent: 0px;
  margin-top: -10px;
}
.navbar .navbar-nav li > .dropdown-menu > li,
.navbar-default .navbar-nav li > .dropdown-menu > li {
  width: 100%;
}
.navbar .navbar-nav li > .dropdown-menu > li:before,
.navbar-default .navbar-nav li > .dropdown-menu > li:before {
  content: none;
}
.navbar .navbar-nav li > .dropdown-menu > li a,
.navbar-default .navbar-nav li > .dropdown-menu > li a {
  white-space: nowrap;
  cursor: pointer;
  color: #FFF !important;
  padding: 3px 17px;
}
.navbar .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar .navbar-nav .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
  background: #67CDF2;
}
.navbar form,
.navbar-default form,
.navbar .navbar-form,
.navbar-default .navbar-form {
  border: none;
  padding: 0px;
  margin: 0px;
}
.navbar form .form-group,
.navbar-default form .form-group,
.navbar .navbar-form .form-group,
.navbar-default .navbar-form .form-group {
  width: 100%;
  position: relative;
}
.navbar form .form-group input,
.navbar-default form .form-group input,
.navbar .navbar-form .form-group input,
.navbar-default .navbar-form .form-group input {
  width: auto;
  text-indent: 23px;
  height: 34px;
}
.navbar form .form-group input + button,
.navbar-default form .form-group input + button,
.navbar .navbar-form .form-group input + button,
.navbar-default .navbar-form .form-group input + button {
  margin-left: -5px;
  line-height: 1;
  height: 34px;
}
.navbar form .form-group i,
.navbar-default form .form-group i,
.navbar .navbar-form .form-group i,
.navbar-default .navbar-form .form-group i {
  position: absolute;
  top: 5px;
  left: 5px;
}
.take-all-space-you-can {
  width: 100%;
}
#primary .navbar-nav.justified {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#primary .navbar-nav.justified > li {
  float: none;
  display: table-cell;
  padding: 0px 5px;
  vertical-align: bottom;
  width: 100%;
}
#primary .navbar-nav.justified > li > a {
  text-align: center;
}
#primary .navbar-nav.justified li > .dropdown-menu {
  margin: -2px 0px 0px 5px;
}
#primary ::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
#primary ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
/**
*
* 5.0 Tags & Classes.
*
**/
.more {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  word-wrap: break-word;
}
.link-with-icon {
  font-family: "fontello";
  padding: 0px 3px;
  color: #CD8D2A;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
a.pdf:hover:after,
a.download:hover:after {
  color: #67CDF2;
}
a.audio:after {
  content: '\e817';
  font-family: "fontello";
  padding: 0px 3px;
  color: #CD8D2A;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
a.audio:hover:after {
  color: #67CDF2;
}
a.video:after {
  content: '\e829';
  font-family: "fontello";
  padding: 0px 3px;
  color: #CD8D2A;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
a.video:hover:after {
  color: #67CDF2;
}
.noicon:after {
  content: "" !important;
}
.soldout {
  background: url('images/icons/soldout.png') no-repeat 100% 50%;
  padding-right: 53px;
  background-size: auto 14px;
}
.ie8 .soldout {
  background-image: none;
}
.price {
  font-size: 2.3em;
  font-family: "futura-pt", sans-serif;
  color: #373737;
}
.entry .video {
  padding: 1em 0px;
}
#social-links {
  padding: 0px;
  margin: 5px 0px 0px 0px;
  width: auto;
  display: block;
  height: 20px;
  float: right;
  position: relative;
  z-index: 10;
}
#social-links .twitter-share-button {
  margin-bottom: 0px;
}
#social-links a {
  display: inline-block;
  background: #306199;
  min-width: 45px;
  padding: 3px 8px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border: none;
}
#social-links a:hover {
  color: #FFF;
  border: none;
}
#social-links a i {
  font-size: 13px;
}
#social-links a .count {
  margin-left: 3px;
  font-size: 13px;
}
#social-links a#fb {
  background: #306199;
}
#social-links a#fb:hover {
  background: #244872;
}
#social-links a#googleplus {
  background: #E93F2F;
}
#social-links a#googleplus i {
  font-size: 13px;
  font-weight: bold;
}
#social-links a#googleplus count {
  font-weight: bold;
}
#social-links a#googleplus:hover {
  background: #cf2616;
}
#social-links a#twitter {
  background: #26C4F1;
}
#social-links a#twitter:hover {
  background: #0eaad6;
}
#social-links a#reddit {
  background: #5F99CF;
}
#social-links a#reddit i {
  font-weight: bold;
}
#social-links a#reddit:hover {
  background: #3a80c1;
}
#social-links a#pinterest {
  background: #B81621;
  margin-left: 4px;
}
#social-links a#pinterest:hover {
  background: #8a1119;
}
#social-links a:hover {
  text-decoration: none;
}
#promotion {
  display: none;
}
.shout-out {
  color: #9D0D05;
  text-transform: uppercase;
}
.top-link {
  background: url(images/icons/up_arrow.png) center left no-repeat;
  padding: 0 0 0 20px;
  white-space: nowrap;
  font-weight: bold;
}
.entry .alignleft {
  float: left;
  padding: 0px 10px 10px 0px;
  width: 50% !important;
  height: auto;
}
.entry .alignright {
  float: right;
  padding: 5px 0px 10px 10px;
  width: 50% !important;
  height: auto;
}
.entry .alignnone {
  float: none;
  width: auto;
  height: auto;
  max-width: 100%;
}
.entry .aligncenter {
  float: none;
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
  max-width: 100%;
}
.entry h3 + img {
  margin-top: 10px;
}
.entry .smaller {
  width: 30%;
}
.entry .larger {
  width: 70%;
}
.entry .wp-caption img {
  margin: 0px;
  padding: 0px;
}
.sponsorslider-container {
  display: none;
  background-image: url(images/sponsorbox/bg.png);
  background-repeat: no-repeat;
  width: 200px;
  cursor: pointer;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}
.sponsorslider-container .sponsorslider {
  margin-top: 10px;
}
.sponsorslider-container .sponsorslider-bottom .slides {
  transform: translateY(-10px);
}
.sponsorslider-container.loaded {
  display: block;
}
.widgets .sponsorslider-container li {
  display: none;
  margin: 60px 0px 0px 0px;
  padding: 0px;
  text-align: center;
}
.widgets .sponsorslider-container li a {
  display: block;
}
.widgets .sponsorslider-container li img {
  width: auto;
  max-height: 83px;
}
.top.widgets + .menu-primary-navigation-container {
  margin-top: -5px;
  margin-bottom: 30px;
}
.sponsorslider-container .flex-direction-nav {
  display: none;
}
.widgets img {
  width: 100%;
  height: auto;
  max-width: 200px !important;
}
.native {
  width: auto !important;
}
button,
.btn,
input[type="submit"] {
  font-family: "futura-pt", sans-serif;
  border: 1px solid #005f85;
  background: #005f85;
  border-color: #005f85;
  border-radius: 0px;
  color: #FFF;
}
button:hover,
.btn:hover,
input[type="submit"]:hover {
  background: #6F94AA;
  border: 1px solid #6F94AA;
  color: #FFF;
}
.btn.btn-default {
  background: #6F94AA;
  border-color: #6F94AA;
}
.btn.btn-default:hover {
  background: #005f85;
  border-color: #005f85;
}
input[type="submit"] {
  color: #FFF;
  padding: 10px;
  padding: 5px 15px;
  text-transform: uppercase;
}
.half {
  width: 49%;
  float: left;
}
#craft-seal {
  float: right;
  width: 100px;
  height: auto;
  display: none;
}
.sticky-header #craft-seal {
  float: none;
  position: fixed;
  bottom: 0px;
  right: 6px;
}
@media screen and (max-width: 568px) {
  .sticky-header #craft-seal {
    float: right;
    position: static;
  }
}
/* 5.1 Tables */
table,
.table {
  text-align: left;
  border-collapse: collapse;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  margin: 10px 0px 30px 0px;
  width: 100%;
}
table > thead tr,
.table > thead tr,
table > thead tr th,
.table > thead tr th,
table > thead th,
.table > thead th,
table > thead td,
.table > thead td,
table > tfoot tr,
.table > tfoot tr,
table > tfoot tr:hover,
.table > tfoot tr:hover {
  background: none;
  border-bottom: 1px solid #CCC;
  padding-bottom: 3px;
  font-family: "futura-pt", sans-serif;
  text-align: left;
  color: #373737;
  line-height: 16px;
}
table > tfoot tr,
.table > tfoot tr,
table > tfoot tr:hover,
.table > tfoot tr:hover {
  border-bottom: 0px;
  border-top: 1px solid #CCC;
}
table > thead th,
.table > thead th,
table > thead td,
.table > thead td {
  font-size: 16.1px;
  font-weight: 500;
  padding: 10px 8px;
  color: #373737;
  text-align: left;
  cursor: pointer;
}
table tfoot > tr > td,
.table tfoot > tr > td {
  color: #373737;
  padding: 10px;
}
table tbody > tr > td,
.table tbody > tr > td {
  padding: 5px 2px 5px 8px;
  color: #373737;
  vertical-align: middle;
}
table tr.featured td:first-of-type,
.table tr.featured td:first-of-type {
  position: relative;
  padding: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 70px;
}
@media screen and (max-width: 992px) {
  table tr.featured td:first-of-type,
  .table tr.featured td:first-of-type {
    padding-left: 25px;
  }
}
@media screen and (max-width: 567px) {
  table tr.featured td:first-of-type,
  .table tr.featured td:first-of-type {
    height: 60px;
    padding-right: 5px;
    min-height: 0px;
  }
}
table tr.featured .featured-callout,
.table tr.featured .featured-callout {
  position: absolute;
  font-weight: bold;
  font-style: italic;
  padding: 2px 10px;
  left: -25px;
  height: 70px;
  width: 25px;
  top: 0px;
  background: #FFD600;
}
@media screen and (max-width: 992px) {
  table tr.featured .featured-callout,
  .table tr.featured .featured-callout {
    left: 0px;
  }
}
@media screen and (max-width: 567px) {
  table tr.featured .featured-callout,
  .table tr.featured .featured-callout {
    width: 20px;
    height: 60px;
  }
}
table tr.featured .featured-callout span,
.table tr.featured .featured-callout span {
  transform: rotate(-90deg);
  display: block;
  white-space: nowrap;
  position: absolute;
  top: 26px;
  left: -15px;
}
@media screen and (max-width: 567px) {
  table tr.featured .featured-callout span,
  .table tr.featured .featured-callout span {
    font-size: 11px;
    top: 22px;
    left: -13px;
  }
}
table tr.featured .logo,
.table tr.featured .logo {
  max-height: 70px;
  margin-right: 10px;
  max-width: 120px;
}
@media screen and (max-width: 567px) {
  table tr.featured .logo,
  .table tr.featured .logo {
    display: none;
  }
}
table > tbody > tr > td.soldout,
.table > tbody > tr > td.soldout {
  padding: 0px;
  background-size: 29%;
  background-position: 90% center;
  padding: 12px 95px 12px 12px;
}
table tbody > tr:nth-child(2n),
.table tbody > tr:nth-child(2n),
table tr:nth-child(2n),
.table tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.07);
  color: #000;
}
table > thead tr th:first-child,
.table > thead tr th:first-child,
table > thead tr td:first-child,
.table > thead tr td:first-child {
  border-radius: 7px 0px 0px 0px;
  border-width: 1px;
}
table > thead tr th:last-child,
.table > thead tr th:last-child,
table > thead tr td:last-child,
.table > thead tr td:last-child {
  border-radius: 0px 7px 0px 0px;
  border-width: 1px;
}
table > thead tr th:only-child,
.table > thead tr th:only-child,
table > thead tr td:only-child,
.table > thead tr td:only-child {
  border-radius: 7px 7px 0px 0px;
  border-width: 1px;
  font-size: 20px;
  color: #005f85;
  padding-bottom: 7px;
}
table p,
.table p,
table td,
.table td,
table li,
.table li {
  font-size: 13px;
}
.entry table td img {
  width: auto;
  height: auto;
  max-width: 90%;
  padding: 0px;
}
.entry table td img.aligncenter {
  margin: 0 auto;
}
.wp-block-table table tbody tr {
  border-top: 1px solid #000;
}
.wp-block-table table tbody tr:first-of-type {
  border-top: 1px solid #CCC;
}
.wp-block-table table tbody tr:last-of-type {
  border-bottom: 1px solid #000;
}
.page-beers-at-the-festival table tr.featured td:first-of-type {
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 567px) {
  .page-beers-at-the-festival table tr.featured td:first-of-type {
    height: auto;
  }
}
.page-beers-at-the-festival table tr.featured td:first-of-type div {
  padding: 5px 8px;
}
@media screen and (max-width: 768px) {
  .page-beers-at-the-festival table tr.featured td:first-of-type div {
    padding: 5px 0px;
  }
}
.toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.toggle-container .switch {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 50px;
}
.toggle-container .slider {
  background-color: #ccc;
  border-radius: 34px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.toggle-container .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 20px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
  border-radius: 50%;
}
.toggle-container .active .slider {
  background-color: #005f85;
}
.toggle-container .active .slider:before {
  transform: translateX(20px);
}
.featured-brewery-toggle {
  display: flex !important;
  transform: translateY(-5px);
}
.key-map-container {
  position: relative;
}
.map-key {
  position: absolute;
  top: 3px;
  right: 0px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .map-key {
    left: 0px;
    right: auto;
    top: -20px;
  }
}
@media screen and (max-width: 568px) {
  .map-key {
    position: static;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.map-key .online-deal:before,
.map-key .beer-deal:before,
.map-key .merch-deal:before,
.map-key v {
  top: 2px;
}
.map-key span {
  font-family: "futura-pt", sans-serif;
  margin-left: 30px;
}
.fa-location:before {
  content: '\f031';
}
#deal-select a.active,
#state-select a.active {
  background: #C48F40;
}
@media screen and (max-width: 568px) {
  #state-toggle {
    margin-left: 15px;
  }
}
#brewery-table a {
  text-decoration: underline;
}
@media screen and (max-width: 568px) {
  #brewery-table thead th:last-of-type {
    display: none;
  }
  #brewery-table tbody tr {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
  }
}
.beer-deal,
.merch-deal,
.online-deal {
  position: relative;
}
.beer-deal:before,
.merch-deal:before,
.online-deal:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 3px;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('https://cdn.greatamericanbeerfestival.com/wp-content/uploads/beer-deal-star.svg');
}
.online-deal {
  display: inline;
}
.online-deal:before {
  top: 0px;
}
.merch-deal:before {
  background-image: url('https://cdn.greatamericanbeerfestival.com/wp-content/uploads/merch-deal-star.svg');
}
.online-deal:before {
  background-image: url('https://cdn.greatamericanbeerfestival.com/wp-content/uploads/online-exclusive-deal-star.svg');
}
.online-deal-tag {
  background-color: #68CEF2;
  font-size: 14px;
  padding: 4px 10px 1px 10px;
  border-radius: 6px;
  font-weight: 500;
  margin-right: 5px;
  margin-left: 10px;
  white-space: nowrap;
}
.online-deal-tag.locked:before {
  content: '\e813';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
}
.help-icon {
  background: #FFD600;
  border-radius: 100%;
  padding: 2px 6px;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
.help-icon:hover {
  opacity: 0.8;
}
.passport-help {
  position: absolute;
  right: 90px;
  transform: translateY(-100px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  z-index: 1;
  max-width: 500px;
  display: none;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .passport-help {
    width: 100%;
    max-width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    transform: none;
    position: fixed;
    z-index: 800;
  }
}
.passport-help.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .passport-help img {
    transform: translateY(30%);
  }
}
@media screen and (max-width: 568px) {
  .passport-help img {
    transform: translateY(40%);
  }
}
.passport-help .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #005f85 !important;
  opacity: 1;
}
.passport-help .close:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .passport-help .close {
    font-size: 35px;
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #brewery-search-container .navbar-nav {
    flex-wrap: wrap;
  }
}
#brewery-table_filter,
#current_winners_table_filter {
  display: none;
}
#brewery-table_wrapper a,
.beers_table a {
  color: #005f85;
  font-weight: bold;
  transition: color 0.3s ease;
  text-decoration: none;
}
#brewery-table_wrapper a:hover,
.beers_table a:hover {
  color: #005f85;
  text-decoration: underline;
}
#brewery-table_wrapper a.directions,
.beers_table a.directions {
  color: #005f85;
}
#brewery-table_wrapper a.directions:hover,
.beers_table a.directions:hover {
  color: #003b52;
}
#brewery-table_wrapper sup,
.beers_table sup {
  color: #CD8D2A;
  top: -1px;
  left: 1px;
  font-size: 16px;
}
#brewery-table_wrapper td.deal a,
.beers_table td.deal a {
  color: #CD8D2A;
}
tr.featured-brewery td,
tr.featured-brewery > td > a,
tr.featured-brewery th {
  font-weight: bold;
  color: #005f85 !important;
}
/*
	* Galleries
	*/
#content .gallery {
  margin: auto;
}
#content .gallery .gallery-item {
  float: left;
  margin: 0;
  text-align: center;
  width: 33%;
  padding: 0.5%;
}
#content .gallery .gallery-item img {
  border: 1px solid #f1f1f1;
  padding: 3px;
  max-width: 100%;
}
#content .gallery .gallery-item br + br {
  display: none;
}
#content .gallery .gallery-caption {
  font-weight: bold;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  line-height: 1.3;
}
#content .gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: both;
}
#content .gallery-columns-2 .gallery-item {
  width: 50%;
  padding: 1%;
}
.entry #slideshow-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.entry #slideshow-wrapper #slideshow-main {
  min-height: 0px;
  background: none;
  padding: 0px;
  position: relative;
}
.entry #slideshow-wrapper #slideshow-main img {
  width: 100%;
  height: auto;
}
.entry #slideshow-wrapper #slideshow-main .caption {
  position: absolute;
  left: 0px;
  bottom: 10px;
  padding: 0px 10px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  z-index: 100;
  width: 100%;
  font-weight: 500;
}
.entry #slideshow-wrapper #slideshow-main .caption h2 {
  display: none;
}
.entry #slideshow-wrapper #slideshow-main .caption p {
  color: #FFF;
  font-size: 1.6rem;
  margin: 7px 0px;
  font-family: "futura-pt", sans-serif;
}
.entry #slideshow-wrapper .slideshow-pagination {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
}
.entry #slideshow-wrapper .slideshow-pagination a {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  color: #FFF;
  font-size: 4rem;
  position: relative;
  z-index: 100;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  position: absolute;
  height: 100%;
  width: 200px;
  z-index: 10000;
}
.entry #slideshow-wrapper .slideshow-pagination a i {
  top: 48%;
  right: 0%;
  position: absolute;
}
.entry #slideshow-wrapper .slideshow-pagination a:hover {
  opacity: 1;
}
.entry #slideshow-wrapper .slideshow-pagination a.cycle-prev i {
  left: 0%;
}
.entry #slideshow-wrapper .slideshow-pagination .cycle-prev {
  left: 19px;
}
.entry #slideshow-wrapper .slideshow-pagination .cycle-next {
  right: 17px;
}
#content .gallery.sponsors .gallery-item {
  position: relative;
  height: 150px;
  overflow: hidden;
}
#content .gallery.sponsors .gallery-item .gallery-icon {
  line-height: 150px;
}
#content .gallery.sponsors .gallery-item .gallery-icon a.link {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  font-weight: normal;
  color: transparent;
  z-index: 10;
}
#content .gallery.sponsors .gallery-item .gallery-icon a.img {
  height: 100%;
  width: 100%;
  display: block;
}
#content .gallery.sponsors .gallery-item .gallery-icon img {
  border: none;
  transition: all 0.25s;
  max-height: 150px;
  max-width: 100%;
  width: auto;
  max-height: 125px;
}
#content .gallery.sponsors .gallery-item .gallery-icon:hover a.link {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 2px black;
}
#content .gallery.sponsors .gallery-item .gallery-icon:hover img {
  transform: scale(1.2);
}
#content .gallery.ebag .gallery-item a.download:after {
  content: "";
  display: none;
}
#content .gallery.ebag .gallery-caption {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin: 5px 0px 10px 0px;
}
/*.grid { margin: 35px 0;


	}

	//Add the transition affect to the images in the grid. Any changes to the element will be transtioned from it's current state, for example on :hover
	.grid li {
		float: left;
		list-style: none;
		margin: 0 45px 45px 0;
		position: relative;
		overflow: hidden;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
		height: 200px;
	}

	.press-gallery-list.grid li{height: auto;}

	.grid li.end { margin-right: 0; }
	.grid li:nth-child(2n) { margin-right: 0; }
	.grid li:hover { z-index: 2;
		//transform: scale(1.1) translateY(-10px);
		box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
	}

	.grid img, li[id]:target div, .grid li, .backface {
		border-radius: 0px;
	}
	*/
#content ul.simple-grid {
  margin-left: 13px;
}
#content ul.simple-grid li {
  float: left;
  list-style: none;
  margin: 0 10px 30px 0;
  position: relative;
  text-align: center;
  padding: 5px;
  width: 32%;
}
#content ul.simple-grid li img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 7px;
  transition: all 0.1s ease-in;
  vertical-align: middle;
  padding: 0px;
}
#content ul.simple-grid li:hover img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
#content ul.simple-grid li a {
  line-height: 17px;
  display: block;
}
#content ul.simple-grid li a.pdf:after,
#content ul.simple-grid li a.download:after {
  content: "";
  padding: 0px;
}
#content ul.simple-grid li.end {
  margin-right: 0;
}
#content ul.simple-grid li:nth-child(3n) {
  margin-right: 0;
}
.no-shadow.simple-grid li img {
  box-shadow: none;
  display: inline;
  max-width: 100%;
  width: auto;
  max-height: 100px;
}
.no-shadow.simple-grid li:hover img {
  box-shadow: none;
}
#content ul.four.simple-grid {
  margin-left: -13px;
}
.four.simple-grid li {
  height: 200px;
  width: 152px;
  margin-left: 9px;
}
.three.simple-grid li:nth-child(3n) {
  margin-right: 0;
}
.page-id-75 .four.simple-grid li {
  height: 116px;
  line-height: 116px;
}
blockquote {
  padding: 30px 0px;
  background-color: transparent;
  border-top: 2px solid #231f20;
  border-bottom: 2px solid #231f20;
  border-left: 0px;
  margin: 30px auto;
  width: 100%;
  clear: both;
  position: relative;
}
blockquote:before,
blockquote:after {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: -64px;
  background-image: url(images/design/quote_left.png);
  width: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100px;
}
blockquote:after {
  top: auto;
  left: auto;
  bottom: 22px;
  right: -26px;
  background-image: url(images/design/quote_right.png);
}
blockquote p {
  margin: 0px;
  font-size: 17px;
  line-height: 1.5;
}
blockquote cite {
  display: block;
  text-align: right;
  margin-top: 20px;
}
.entry .info-box {
  float: right;
  padding: 10px;
  margin: 10px 0px 10px 10px;
  border: 0px solid;
  background: #F0F0F0;
  border-radius: 0px;
}
.entry .info-box h1 {
  font-size: 2.5rem;
}
.entry .info-box .wp-caption-text {
  display: none;
}
.entry .info-box h2,
.entry .info-box h3,
.entry .info-box p {
  color: #000;
  margin: 0px;
}
.entry .info-box.warn {
  background-color: #fca3a3;
}
.entry .info-box.warn a {
  color: #FFF;
}
.entry .info-box.full {
  width: 95%;
  margin: 10px 0px;
  float: none;
  border: 0px;
}
.entry .info-box.full img {
  width: auto;
  height: auto;
  float: left;
  padding: 0px 1em 0px 0px;
}
.entry .row {
  border-bottom: 0px;
}
.entry .row .info-box {
  float: left;
  min-height: 290px;
}
.entry .row .info-box figure {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.entry .row .info-box figure img {
  width: 100%;
  height: auto;
  max-height: 100px;
  padding-top: 0px;
}
/* 5.2 Lists */
/* 5.3 Forms */
.formee legend {
  display: none;
}
form input[type="text"],
form input[type="textarea"],
form input[type="email"] {
  border: 1px solid #CCC;
  padding: 5px;
}
.wpcf7-list-item {
  display: block;
}
/* 5.4 UI Elements */
/*--- Accordion ----*/
#accordion {
  display: none;
}
#accordion h3 {
  text-align: center;
  cursor: pointer;
  display: block;
  border: 1px solid #F0F0F0;
  border-radius: 6px;
  padding: 9px 3px 8px 27px;
  background: #f1f2f4;
  margin: 14px 0px 12px 0px;
  clear: both;
  font-size: 18px;
  line-height: 17px;
}
#accordion h3 a {
  color: #FFF;
  text-decoration: none;
}
#accordion h3.ui-accordion-header:before,
#accordion h3.ui-accordion-header:after {
  content: none;
}
#accordion h3:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.2);
}
#accordion h3.ui-accordion-header .ui-icon {
  width: 23px;
  height: 23px;
  background: url(images/icons/accordion.png);
  display: block;
  margin: -4px 2px 0px 3px;
  float: right;
  background-size: 46px;
}
#accordion h3.ui-state-default .ui-icon {
  background-position: 0px 0px;
}
#accordion h3.ui-state-active .ui-icon {
  background-position: 23px 0px;
}
#accordion .ui-accordion-content {
  padding: 0px 20px;
  font-size: 14px;
}
#accordion .ui-accordion-content h2 {
  font-size: 1.1em;
}
#accordion .ui-accordion-content p {
  font-size: 14px;
}
#accordion article {
  margin: 0px;
  padding: 0px 10px;
}
#accordion article h1 {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 5px 0px;
  line-height: 12px;
  padding: 0px;
  font-weight: normal;
}
#accordion article h2 {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 14px;
  margin: 0px 0px 9px 0px;
  font-weight: normal;
}
#accordion article p {
  font-size: 11px;
}
#accordion article div h4 {
  text-align: center;
  font-size: 17px;
}
#accordion article:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px #000 solid;
  border-width: 2px 0px;
}
.gecko #accordion h3.ui-accordion-header .ui-icon {
  background-size: 45px;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5000;
  display: none;
}
.modal .modal-dialog {
  max-width: 500px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translateY(-50%) translateX(-50%);
  padding: 25px;
}
.modal .modal-title {
  margin-bottom: 20px;
  font-size: 30px;
}
.modal .modal-header {
  text-align: center;
}
.modal .modal-body {
  margin-bottom: 30px;
}
.modal .modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .modal-footer .btn-primary {
  margin: 0px;
}
.btn-inline {
  display: inline-block;
}
.btn-secondary {
  background-color: #6F94AA;
  border-color: #6F94AA;
}
.btn-small {
  font-size: 14px;
  padding: 5px 13px;
}
.wp-block-image figure img {
  width: auto;
}
.excerpt-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  clear: both;
  border-top: 1px solid #d8d8d8;
  padding: 20px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 567px) {
  .excerpt-row {
    flex-direction: column;
  }
}
.excerpt-row .featured-image {
  flex-basis: 40%;
  min-width: 200px;
  margin: 0 0 0 30px;
  padding: 0px !important;
  float: none !important;
}
@media screen and (max-width: 567px) {
  .excerpt-row .featured-image {
    flex-basis: 100%;
    margin: 0px;
  }
}
.excerpt-row .content-wrapper {
  flex-basis: 60%;
}
.excerpt-row .content-wrapper a {
  font-weight: bold;
}
.excerpt-row .content-wrapper .entry-header {
  display: block;
  margin-bottom: 10px;
  padding: 0;
}
.excerpt-row:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}
.mb-1 {
  margin-bottom: 10px !important;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.download:after {
  content: '\e803' !important;
  font-family: 'fontello';
  padding: 0 0 0 7.5px;
  font-size: 13px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
.video-link:after {
  content: '\e812' !important;
  font-family: 'fontello';
  padding: 0 0 0 7.5px;
  font-size: 13px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
/**
* 6.0 Selectors (classes)
*
**/
.phark,
.phark a {
  text-indent: -5000px;
  display: block;
  /*font-size: 0;*/
  overflow: hidden;
  background-size: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.perfect {
  height: 0;
}
.hideme,
.hide,
.initial-hide {
  display: none;
}
.show {
  display: block;
}
p.important {
  color: #373534;
}
.inline-small {
  display: inline-block;
  max-width: 85px;
  margin-right: 15px;
  margin-top: -15px;
  float: left;
}
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
ul.widgets {
  margin: 0px;
}
.widgets li {
  padding: 0px 0px 10px 0px;
}
.screen {
  display: block;
}
.mobile,
.print {
  display: none;
}
#prompt {
  display: none;
}
.ie8 #prompt,
.ie7#prompt {
  display: block;
  position: fixed;
  top: 100px;
  z-index: 1000;
  background: #000;
  margin-top: 0px;
}
.msg {
  padding: 10px;
}
#menu-main li a[target="_blank"]:after,
#menu-supp li a[target="_blank"]:before,
#menu-main li.external a:after,
#menu-alt li.external a:before,
#menu-footer li.external:after {
  content: '\f08e';
  font-family: "fontello";
  padding: 0px 3px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  font-size: 1rem;
  color: #FFF;
}
.ie8 body {
  background: #CCC;
}
.highlight {
  background-color: rgba(234, 188, 8, 0.75);
  padding: 3px 1em;
}
.btn + .btn {
  margin-left: 10px;
}
#tickets {
  background: url(images/images/tickets.png) no-repeat;
  width: 200px;
  height: 65px;
  background-size: 100%;
  margin-bottom: 20px;
}
#tickets:hover {
  background-image: url(images/images/tickets_hover.png);
}
.alert > p {
  margin: 0px;
}
.alert > p + p {
  margin-top: 15px;
}
.ad.ad-landscape {
  margin: 30px auto;
  text-align: center;
  display: block;
}
.ad.ad-boy {
  margin: 0 auto 40px auto;
  text-align: left;
}
/**
* 7.0 Page Specific
*
**/
ul#buckets {
  width: 100%;
  margin-top: 20px;
}
ul#buckets li {
  width: 50%;
  padding: 0px;
  float: left;
  position: relative;
}
ul#buckets li:first-child {
  border-right: 1px solid #FFF;
  padding-right: 10px;
}
ul#buckets li:last-child {
  padding: 0px 0px 0px 10px;
}
ul#buckets li h1 {
  line-height: 1.2em;
  margin: 0px 0px -8px 0px;
  font-size: 3.3rem;
}
ul#buckets li h1 a {
  text-decoration: none;
  color: #373737;
  font-family: "bebas-neue", serif;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul#buckets li h1 a:hover {
  color: #67CDF2;
}
ul#buckets li h1 a i {
  font-size: 12px;
}
ul#buckets li h1 + p {
  margin: 5px 0px;
  font-size: 1.4rem;
  line-height: 2rem;
}
ul#buckets li img {
  max-width: 100%;
  height: auto;
  display: block;
  float: none;
  padding: 0px;
}
ul#buckets .windows.chrome ul#buckets li h1 a {
  font-weight: 500;
}
ul#buckets .video_overlay {
  background: url("images/design/video_icon.png");
  width: 106px;
  height: 62px;
  position: absolute;
  z-index: 100;
  top: 100px;
  left: 150px;
  background-size: 100%;
}
/* Single Page/Post */
.entry figure.featured-image {
  float: right;
  padding: 0px 0px 10px 10px;
  width: 40%;
  height: auto;
}
.entry figure.featured-image img {
  padding: 0px;
}
.entry figure.featured-image .wp-caption-text {
  margin-top: 0px;
  padding-top: 3px;
}
.entry img {
  width: 100%;
  height: auto;
  padding: 10px 0px;
}
/* Archive Page */
.archive cite,
.archive time,
.search-results cite,
.search-results time {
  display: inline;
  font-style: italic;
  color: #333;
}
.archive article img,
.search-results article img {
  max-width: 80px;
  height: auto;
  float: left;
  padding: 3px 10px 10px 0;
}
.archive article .entry-content,
.search-results article .entry-content {
  margin: 3px 0px 10px 0px;
}
.cat-description {
  border-top: 1px solid #000;
  padding-top: 20px;
}
.cat-description img {
  float: left;
  width: 20%;
  height: auto;
  margin: 0px 10px 10px 0px;
}
.cat-description p {
  margin-top: 0px;
}
/* List View & Events Form */
#login-form {
  padding: 10px 0px 10px 0px;
}
#primary .list-view {
  clear: both;
  margin-left: 3px;
}
#primary .list-view article .row {
  margin: 0px 0px -1px 0px;
}
h3.day {
  margin: 20px 0px 10px 0px;
  clear: both;
}
.row {
  border-bottom: 1px #666 solid;
  border-width: 1px 0px;
  padding: 5px 3px;
  margin-bottom: -1px;
}
.row:first-child {
  border-top: 1px #666 solid;
}
.table-view .row {
  margin: 0px 10px;
}
.row:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.07);
  color: #000;
}
.row img {
  max-width: 90%;
}
.table-view .row time {
  font-size: 0.8em;
  width: 25%;
  display: inline-block;
  font-weight: bold;
  padding-left: 5px;
  min-width: 141px;
  vertical-align: top;
  padding-top: 2px;
}
.row time a {
  color: #000;
  text-decoration: none;
}
.table-view .row .entry-title {
  margin: 0px;
  padding: 2px 0px 0px 0px;
  font-size: 0.9em;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  max-width: 58%;
  line-height: 1.3;
}
.row h1 a {
  text-decoration: underline;
}
.table-view .row .entry-title .location {
  border-left: 1px solid #000;
  padding: 0px 5px;
  font-weight: normal;
  font-style: italic;
}
.table-view .location a {
  color: #373737;
}
/* Week Events (scoping to this page so other tables/list views are not messed up*/
.page-id-141 .sponsored-list {
  margin-bottom: 50px;
}
.page-id-141 .row {
  display: flex;
  padding: 8px 0px;
  margin: 0px;
  justify-content: space-between;
}
.page-id-141 .row.sponsored {
  background: #fff7be;
}
.page-id-141 .row hgroup {
  width: 25%;
}
.page-id-141 .row hgroup img {
  max-width: 110px;
}
.page-id-141 .row .event-content {
  width: 70%;
}
.page-id-141 .row .event-content .entry-title {
  max-width: 100%;
}
/* Winners */
input _fulltext {
  width: 160px;
}
.searchbox {
  position: relative;
  margin-bottom: 6px;
}
.searchbox button {
  position: absolute;
  top: 8px;
  right: 10px;
}
.custom-form {
  width: auto;
  padding: 8px;
  background-color: #005f85;
  height: 50px;
  transition: all 0.25s ease-out;
  display: block;
}
.custom-form ol {
  list-style: none;
  margin: 0px;
  padding: 6px 0px 0px 0px;
}
.custom-form ol li {
  float: left;
  list-style: none;
  margin-right: 12px;
  margin-bottom: 9px;
  transition: all 0.25s ease-out;
}
.custom-form label {
  color: #FFF;
  display: inline-block;
}
.custom-form input[type='submit'] {
  padding: 0px 3px;
}
#_style {
  max-width: 268px;
}
.gecko #_style {
  max-width: 249px;
}
table#winners {
  position: relative;
  width: 100%;
  left: -4px;
  padding: 0;
}
#winners .category {
  font-weight: bold;
  width: 100%;
  text-align: left;
  margin: 0;
  font-size: 11px;
  vertical-align: top;
  color: #000;
}
#winners table tr td {
  width: 100%;
  padding: 6px 6px 6px 0;
}
#winners table td p {
  font-size: 11px;
  margin: 0 0 0 72px;
}
table#winners td.gold {
  background-image: url(images/icons/gold.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0;
  padding: 0 0 10px 6px;
}
table#winners td.silver {
  background-image: url(images/icons/silver.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0;
  padding: 0 0 10px 6px;
}
table#winners td.bronze {
  background-image: url(images/icons/bronze.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0;
  padding: 0 0 0 6px;
}
table#winners_table {
  width: 100%;
  margin: 0px;
}
table#winners_table th {
  cursor: text;
}
table.winners td span {
  width: 30px;
  height: 30px;
  display: block;
}
table.winners td.gold span {
  background-image: url(images/icons/gold.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0;
  /*	padding: 0 0 10px 6px;
	background-color: #DFB039;*/
}
table.winners td.silver span {
  background-image: url(images/icons/silver.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0;
  /*padding: 0 0 10px 6px;
	background-color: #5A5E60;*/
}
table.winners td.bronze span {
  background-image: url(images/icons/bronze.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0;
  /*padding: 0 0 0 6px;
	background-color: #553B2F;*/
}
#winners table.winners td span.beer_name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
}
#winners table.winners td span.company_titles {
  font-weight: bold;
  font-size: 11px;
}
table.winners td.year {
  text-align: center;
}
table.winners td a {
  display: block;
}
.entry #mobile-winners .winner {
  padding: 1px 14px 16px 14px;
  margin: 0px -14px -4px -14px;
}
.entry #mobile-winners .winner h2 {
  margin: 10px 0px -10px 0px;
}
.entry #mobile-winners .winner p {
  margin: 13px 0px -8px 0px;
}
.entry #mobile-winners .winner:nth-child(2n) {
  background-color: #fded9e;
}
table.boy-winners {
  width: 728px;
  max-width: 100%;
  margin-bottom: 5px;
}
table.boy-winners tbody > tr > td,
table.boy-winners tbody > tr > td {
  padding: 5px;
}
table.boy-winners tbody > tr:nth-child(2n),
table.boy-winners tr:nth-child(2n),
table.boy-winners tbody > tr:nth-child(2n),
table.boy-winners tr:nth-child(2n) {
  background-color: transparent;
}
table.boy-winners td.logo {
  width: 100px;
  padding-right: 10px;
}
table.boy-winners td.logo img.brewery-logo {
  width: 75px;
  height: auto;
}
table.boy-winners td.with-ad {
  display: block;
  padding: 0px;
}
#pk_housing .eventHeader {
  display: none;
}
/*Progress Meter*/
.meter {
  height: 20px;
  /* Can be anything */
  position: relative;
  margin: 10px 0 20px 0;
  /* Just for demo spacing */
  background: #555;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 6px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #2bc253;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2bc253), color-stop(1, #54f054));
  background-image: -moz-linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.animate > span:after {
  display: none;
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.orange > span {
  background-color: #f1a165;
  background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
  background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}
.red > span {
  background-color: #f0a3a3;
  background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
  background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
.nostripes > span > span,
.nostripes > span:after {
  -webkit-animation: none;
  background-image: none;
}
.parent-pageid-16249 .breadcrumb,
.parent-pageid-16252 .breadcrumb {
  max-width: 930px;
  margin: 0 auto;
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .breadcrumb,
  .parent-pageid-16252 .breadcrumb {
    padding-left: 20px;
  }
}
.parent-pageid-16249 .paired-nav,
.parent-pageid-16252 .paired-nav {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .paired-nav .navbar-nav,
  .parent-pageid-16252 .paired-nav .navbar-nav {
    display: flex;
  }
}
.parent-pageid-16249 .paired-nav a,
.parent-pageid-16252 .paired-nav a {
  font-size: 40px;
  font-weight: 700;
  color: #373737;
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .parent-pageid-16249 .paired-nav a,
  .parent-pageid-16252 .paired-nav a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .paired-nav a,
  .parent-pageid-16252 .paired-nav a {
    font-size: 25px;
    padding-bottom: 5px;
  }
}
.parent-pageid-16249 .paired-nav li,
.parent-pageid-16252 .paired-nav li {
  margin-right: 50px;
}
.parent-pageid-16249 .paired-nav li:last-of-type,
.parent-pageid-16252 .paired-nav li:last-of-type {
  margin-right: 0px !important;
}
.parent-pageid-16249 .paired-nav li.active a,
.parent-pageid-16252 .paired-nav li.active a {
  color: #CD8D2A;
  border-bottom: 3px solid #cd8d2a;
}
.parent-pageid-16249 .paired-nav li:hover a,
.parent-pageid-16252 .paired-nav li:hover a {
  color: #CD8D2A;
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .paired-nav li,
  .parent-pageid-16252 .paired-nav li {
    margin-right: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .parent-pageid-16249 p.lead,
  .parent-pageid-16252 p.lead {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 p.lead,
  .parent-pageid-16252 p.lead {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.parent-pageid-16249 .page-title,
.parent-pageid-16252 .page-title {
  font-size: 40px;
}
.parent-pageid-16249 .section-intro,
.parent-pageid-16252 .section-intro {
  max-width: 930px;
  text-align: center;
  margin: 30px auto 80px auto;
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .section-intro,
  .parent-pageid-16252 .section-intro {
    margin-bottom: 30px;
  }
}
.parent-pageid-16249 .section-intro img,
.parent-pageid-16252 .section-intro img {
  width: 100%;
  height: auto;
  padding: 10px 0px;
}
.parent-pageid-16249 .section-intro .paired-logo,
.parent-pageid-16252 .section-intro .paired-logo {
  max-width: 300px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .section-intro .paired-logo,
  .parent-pageid-16252 .section-intro .paired-logo {
    max-width: 250px;
  }
}
.parent-pageid-16249 .section-intro .internal-links a,
.parent-pageid-16252 .section-intro .internal-links a {
  font-size: 24px;
}
.parent-pageid-16249 .section-intro .seal-text-wrapper,
.parent-pageid-16252 .section-intro .seal-text-wrapper {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .parent-pageid-16249 .section-intro .seal-text-wrapper,
  .parent-pageid-16252 .section-intro .seal-text-wrapper {
    max-width: 700px;
  }
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .section-intro .seal-text-wrapper,
  .parent-pageid-16252 .section-intro .seal-text-wrapper {
    padding: 0px 10px;
  }
}
.parent-pageid-16249 .section-intro .seal-text-wrapper p,
.parent-pageid-16252 .section-intro .seal-text-wrapper p {
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .parent-pageid-16249 .section-intro .seal-text-wrapper p,
  .parent-pageid-16252 .section-intro .seal-text-wrapper p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .section-intro .seal-text-wrapper p,
  .parent-pageid-16252 .section-intro .seal-text-wrapper p {
    font-size: 16px;
  }
}
.parent-pageid-16249 .section-intro .seal-text-wrapper img,
.parent-pageid-16252 .section-intro .seal-text-wrapper img {
  max-width: 60px;
}
.parent-pageid-16249 .btn-fancy img,
.parent-pageid-16252 .btn-fancy img,
.parent-pageid-16249 .sponsor img,
.parent-pageid-16252 .sponsor img {
  max-width: 200px !important;
}
.parent-pageid-16249 .btn-fancy,
.parent-pageid-16252 .btn-fancy {
  display: block;
  margin-bottom: 50px;
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .btn-fancy,
  .parent-pageid-16252 .btn-fancy {
    margin-bottom: 30px;
  }
}
.parent-pageid-16249 .plus-bg-repeat,
.parent-pageid-16252 .plus-bg-repeat {
  background-image: url('https://s3-us-west-2.amazonaws.com/gabf/wp-content/uploads/plus-pattern-tall-left.png'), url('https://s3-us-west-2.amazonaws.com/gabf/wp-content/uploads/plus-pattern-tall-right.png');
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .plus-bg-repeat,
  .parent-pageid-16252 .plus-bg-repeat {
    background-image: none;
  }
}
.parent-pageid-16249 #content,
.parent-pageid-16252 #content,
.parent-pageid-16249 #primary,
.parent-pageid-16252 #primary {
  width: 100%;
}
.parent-pageid-16249 #primary,
.parent-pageid-16252 #primary {
  position: static;
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 #primary,
  .parent-pageid-16252 #primary {
    padding: 0px;
  }
}
.parent-pageid-16249 .flex-row,
.parent-pageid-16252 .flex-row {
  display: flex;
  flex-flow: row wrap;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .parent-pageid-16249 .flex-row,
  .parent-pageid-16252 .flex-row {
    justify-content: center;
  }
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .flex-row article,
  .parent-pageid-16252 .flex-row article {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .parent-pageid-16249 .flex-row,
  .parent-pageid-16252 .flex-row {
    margin: 0px 20px;
  }
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .flex-row,
  .parent-pageid-16252 .flex-row {
    flex-flow: column nowrap;
    margin: 0px;
  }
}
.parent-pageid-16249 .card.featured,
.parent-pageid-16252 .card.featured {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebebeb;
  margin: 50px auto;
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  .parent-pageid-16249 .card.featured,
  .parent-pageid-16252 .card.featured {
    margin: 50px 20px;
  }
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .card.featured,
  .parent-pageid-16252 .card.featured {
    flex-flow: column nowrap;
    margin: 30px 0px;
    margin-bottom: 15px !important;
  }
}
.parent-pageid-16249 .card.featured img,
.parent-pageid-16252 .card.featured img {
  width: 40%;
  height: auto;
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .card.featured img,
  .parent-pageid-16252 .card.featured img {
    max-width: 100% !important;
  }
}
.parent-pageid-16249 .card.featured .card-body,
.parent-pageid-16252 .card.featured .card-body {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 2% 10%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .parent-pageid-16249 .card.featured .card-body,
  .parent-pageid-16252 .card.featured .card-body {
    padding: 10px;
  }
}
.parent-pageid-16249 .card.featured .card-body h4,
.parent-pageid-16252 .card.featured .card-body h4 {
  font-size: 20px;
}
.parent-pageid-16249 .card.featured .card-body h4:first-of-type,
.parent-pageid-16252 .card.featured .card-body h4:first-of-type {
  margin-bottom: 0px;
}
.parent-pageid-16249 .card.chef,
.parent-pageid-16252 .card.chef {
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .parent-pageid-16249 .card.chef,
  .parent-pageid-16252 .card.chef {
    margin: 2%;
  }
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .card.chef,
  .parent-pageid-16252 .card.chef {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
  }
}
.parent-pageid-16249 .card.chef img,
.parent-pageid-16252 .card.chef img {
  max-width: 345px;
  max-height: 345px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 560px) {
}
.parent-pageid-16249 .card.chef .overlay,
.parent-pageid-16252 .card.chef .overlay {
  position: absolute;
  bottom: 20px;
  left: 0px;
  padding: 15px 0px;
  width: 93%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .card.chef .overlay,
  .parent-pageid-16252 .card.chef .overlay {
    bottom: 0px;
    width: 100%;
  }
}
.parent-pageid-16249 .card.chef .overlay .chef-info,
.parent-pageid-16252 .card.chef .overlay .chef-info,
.parent-pageid-16249 .card.chef .overlay .info,
.parent-pageid-16252 .card.chef .overlay .info {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.8s ease;
}
.parent-pageid-16249 .card.chef .overlay .chef-info p,
.parent-pageid-16252 .card.chef .overlay .chef-info p,
.parent-pageid-16249 .card.chef .overlay .info p,
.parent-pageid-16252 .card.chef .overlay .info p {
  line-height: 1.2;
  margin: 0px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .parent-pageid-16249 .card.chef .overlay .chef-info,
  .parent-pageid-16252 .card.chef .overlay .chef-info,
  .parent-pageid-16249 .card.chef .overlay .info,
  .parent-pageid-16252 .card.chef .overlay .info {
    max-height: 200px;
  }
}
.parent-pageid-16249 .card.chef .overlay .title,
.parent-pageid-16252 .card.chef .overlay .title {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 0px;
  font-size: 20px;
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .parent-pageid-16249 .card.chef .overlay .title,
  .parent-pageid-16252 .card.chef .overlay .title {
    margin-bottom: 10px;
  }
}
.parent-pageid-16249 .card.chef:hover .chef-info,
.parent-pageid-16252 .card.chef:hover .chef-info,
.parent-pageid-16249 .card.chef:hover .info,
.parent-pageid-16252 .card.chef:hover .info {
  max-height: 200px !important;
  transition: max-height 0.3s ease;
}
.parent-pageid-16249 .card.brewery,
.parent-pageid-16252 .card.brewery {
  width: 50%;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .card.brewery,
  .parent-pageid-16252 .card.brewery {
    width: 100%;
  }
}
.parent-pageid-16249 .card.brewery .brewery-logo,
.parent-pageid-16252 .card.brewery .brewery-logo {
  margin-bottom: 15px;
  max-height: 113px;
  object-fit: contain;
  width: 100%;
}
.parent-pageid-16249 .sponsor,
.parent-pageid-16252 .sponsor {
  text-align: center;
  padding-bottom: 100px;
  margin-top: 50px;
}
.parent-pageid-16249 .sponsor p,
.parent-pageid-16252 .sponsor p {
  color: #005f85;
}
.parent-pageid-16249 .allergen-key,
.parent-pageid-16252 .allergen-key {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  margin: 0 auto;
}
.parent-pageid-16249 .allergens,
.parent-pageid-16252 .allergens {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.parent-pageid-16249 .allergens img,
.parent-pageid-16252 .allergens img {
  max-width: 40px;
  margin-right: 7px;
}
.parent-pageid-16249 .allergens .allergen,
.parent-pageid-16252 .allergens .allergen {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 20%;
}
.parent-pageid-16249 .allergens .allergen p,
.parent-pageid-16252 .allergens .allergen p {
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .parent-pageid-16249 .allergens .allergen,
  .parent-pageid-16252 .allergens .allergen {
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .allergens .allergen,
  .parent-pageid-16252 .allergens .allergen {
    margin-right: 10px;
  }
  .parent-pageid-16249 .allergens .allergen:last-of-type,
  .parent-pageid-16252 .allergens .allergen:last-of-type {
    margin: 0px;
  }
}
.parent-pageid-16249 .menu-row,
.parent-pageid-16252 .menu-row {
  padding-top: 20px;
  margin: 0 auto 30px auto;
  max-width: 1140px;
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .menu-row,
  .parent-pageid-16252 .menu-row {
    margin-bottom: 20px;
  }
}
.parent-pageid-16249 .menu-row .content-wrapper,
.parent-pageid-16252 .menu-row .content-wrapper {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.parent-pageid-16249 .menu-row .title-container,
.parent-pageid-16252 .menu-row .title-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .menu-row .title-container,
  .parent-pageid-16252 .menu-row .title-container {
    flex-flow: column nowrap;
  }
}
.parent-pageid-16249 .menu-row:first-of-type,
.parent-pageid-16252 .menu-row:first-of-type {
  padding-top: 0px;
}
.parent-pageid-16249 .menu-row .plus,
.parent-pageid-16252 .menu-row .plus {
  margin: 0px 5px;
  font-size: 22px;
  line-height: 1;
}
.parent-pageid-16249 .menu-row h2,
.parent-pageid-16252 .menu-row h2 {
  margin-top: 0px;
  text-transform: lowercase;
  text-align: center;
}
.parent-pageid-16249 .menu-row p,
.parent-pageid-16252 .menu-row p {
  max-width: 400px;
  margin: 0 auto;
}
.parent-pageid-16249 .menus,
.parent-pageid-16252 .menus {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .menus,
  .parent-pageid-16252 .menus {
    flex-flow: column nowrap;
  }
}
.parent-pageid-16249 .menu-block,
.parent-pageid-16252 .menu-block {
  text-align: center;
  width: 48%;
  padding: 10px;
}
@media only screen and (max-width: 560px) {
  .parent-pageid-16249 .menu-block,
  .parent-pageid-16252 .menu-block {
    width: 100%;
  }
}
.parent-pageid-16249 .menu-block .vertical-rule,
.parent-pageid-16252 .menu-block .vertical-rule {
  margin: 0px 5px;
}
.parent-pageid-16249 .menu-block .row,
.parent-pageid-16252 .menu-block .row {
  justify-content: center;
}
.parent-pageid-16249 .menu-block .title.text-muted,
.parent-pageid-16252 .menu-block .title.text-muted {
  margin: 10px 0px;
  color: #CD8D2A;
}
.parent-pageid-16249 .menu-block .allergen-icons,
.parent-pageid-16252 .menu-block .allergen-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.parent-pageid-16249 .menu-block .allergen-icons img,
.parent-pageid-16252 .menu-block .allergen-icons img {
  margin: 0px 5px;
  max-width: 25px;
}
.custom-lightbox {
  display: none;
}
@media only screen and (max-width: 560px) {
  .custom-lightbox {
    height: 100%;
    background-color: #fff;
  }
}
.lightbox-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 400;
  display: none;
}
.lightbox-container::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 560px) {
  .lightbox-container {
    overflow-y: auto;
  }
}
.lightbox-content {
  display: flex;
  background: #fff;
  width: 80%;
  padding: 50px;
  justify-content: center;
  transform: translateY(-50%) translateX(50%);
  right: 50%;
  position: absolute;
  top: 50%;
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  .lightbox-content {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 30px 70px;
  }
}
@media only screen and (max-width: 560px) {
  .lightbox-content {
    width: 100%;
    top: 0;
    right: 0;
    transform: none;
    padding: 30px;
  }
}
.lightbox-content .lightbox-img {
  width: 37%;
  max-width: 340px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .lightbox-content .lightbox-img {
    width: 100%;
  }
}
.lightbox-content .lightbox-img img {
  max-width: 340px;
  max-height: 340px;
  width: 100%;
}
.lightbox-content .lightbox-text {
  width: 60%;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .lightbox-content .lightbox-text {
    width: 100%;
    padding: 0px;
  }
}
@media only screen and (max-width: 560px) {
  .lightbox-content .lightbox-text {
    padding-top: 30px;
  }
}
.lightbox-content .cancel {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 30px;
  color: #373737;
}
.lightbox-content .cancel:hover {
  color: #CD8D2A;
}
.lightbox-content .left-arrow,
.lightbox-content .right-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 20px 0px;
}
@media only screen and (max-width: 560px) {
  .lightbox-content .left-arrow,
  .lightbox-content .right-arrow {
    transform: none;
    top: 59vh;
  }
}
.lightbox-content .right-arrow {
  right: 30px;
}
@media only screen and (max-width: 560px) {
  .lightbox-content .right-arrow {
    right: 20px;
  }
}
.lightbox-content .left-arrow {
  left: 30px;
}
@media only screen and (max-width: 560px) {
  .lightbox-content .left-arrow {
    left: 20px;
  }
}
#banner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #006A90;
  text-align: center;
  height: 30px;
  z-index: 50;
}
#banner p,
#banner a {
  color: #FFF;
  font-size: 18px;
  font-family: "bebas-neue", serif;
  letter-spacing: 0.5px;
  margin: 0px;
  padding: 0px;
  line-height: 1.7;
  text-decoration: none;
}
#banner p:hover,
#banner a:hover {
  color: #FFF;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #banner .text-yellow {
    color: #005f85;
  }
}
body.with-banner #container {
  margin-top: 30px;
}
body.with-banner #bg,
body.with-banner #ticker {
  top: 180px;
}
body.with-banner.admin-bar #banner {
  top: 32px;
}
body.with-banner.admin-bar #bg,
body.with-banner.admin-bar #ticker {
  top: 212px;
}
.sponsor-banner {
  font-size: 14px;
  margin: 0px;
  line-height: 1.3em;
  color: #005f85;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}
.featured-banner {
  margin: 40px auto;
}
.featured-banner .banner-header {
  background-image: url('https://s3-us-west-2.amazonaws.com/gabf/wp-content/uploads/gold-banner.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  max-width: 750px;
  height: 75px;
  margin: 0px auto 20px auto;
}
@media screen and (max-width: 950px) {
  .featured-banner .banner-header {
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .featured-banner .banner-header {
    height: 55px;
  }
}
@media screen and (max-width: 568px) {
  .featured-banner .banner-header {
    height: 40px;
    margin-bottom: 10px;
  }
}
.featured-banner .banner-header a {
  font-family: "futura-pt", sans-serif;
  color: #005f85;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .featured-banner .banner-header a {
    font-size: 20px;
  }
}
@media screen and (max-width: 568px) {
  .featured-banner .banner-header a {
    font-size: 15px;
  }
}
.featured-banner .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 568px) {
  .featured-banner .logos {
    padding: 0px 10px;
  }
}
.featured-banner .logos a {
  flex-basis: 12%;
  padding: 5px;
  text-align: center;
  transition: transform 0.3s ease;
}
c .featured-banner .logos a:hover {
  transform: translateY(-3px);
}
.featured-banner .logos img {
  max-width: 100px;
  width: auto;
  max-height: 100px;
}
@media screen and (max-width: 568px) {
  .featured-banner .logos img {
    max-width: 80px;
    max-height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .sidebar > .featured-banner .banner-header {
    margin-bottom: 0px;
  }
  .sidebar > .featured-banner .banner-header a {
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
  }
}
.sidebar > .featured-banner .logos {
  align-items: center;
  justify-content: center;
}
.sidebar > .featured-banner .logos a {
  flex-basis: 48%;
  padding: 2% 0px;
}
@media screen and (max-width: 768px) {
  .sidebar > .featured-banner .logos a {
    flex-basis: 12%;
    padding: 1%;
  }
}
.sidebar > .featured-banner .logos a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  html {
    height: 100%;
  }
}
.page-template-tmpl-splash {
  background-image: url('https://s3-us-west-2.amazonaws.com/gabf/wp-content/uploads/GABF19-Splashpage.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl-splash {
    height: 100%;
  }
}
.page-template-tmpl-splash .header {
  height: 70px;
  width: 100%;
  margin: 0px;
  background-color: #CD8D2A;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl-splash .header {
    height: 50px;
  }
}
.page-template-tmpl-splash .header .nav-wrapper {
  padding: 22px 10px;
  background-color: #CD8D2A;
  z-index: 4;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl-splash .header .nav-wrapper {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-tmpl-splash .header #splash-nav {
    display: none;
  }
}
.page-template-tmpl-splash .header .toggle-menu.active + #splash-nav {
  display: block;
}
@media screen and (max-width: 1050px) {
  .page-template-tmpl-splash .header {
    padding: 0px;
  }
}
.page-template-tmpl-splash .header #menu-splash {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl-splash .header #menu-splash {
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 5px;
  }
}
.page-template-tmpl-splash .header #menu-splash li {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl-splash .header #menu-splash li {
    margin-right: 0px;
    border-bottom: 2px solid #FFF;
    width: 100%;
  }
}
.page-template-tmpl-splash .header #menu-splash li:last-of-type {
  margin-right: 0px;
}
.page-template-tmpl-splash .header #menu-splash a {
  font-family: "futura-pt", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
.page-template-tmpl-splash .header #menu-splash a:hover {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl-splash .header #menu-splash a {
    font-size: 1.8rem;
    line-height: 22px;
    font-weight: 300;
    padding: 10px;
  }
}
.page-template-tmpl-splash #container {
  background: none;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl-splash #container {
    height: 100%;
    min-height: 0px;
  }
}
.page-template-tmpl-splash #promotion {
  display: none;
}
.page-template-tmpl-splash .splash-content {
  position: relative;
  text-align: center;
  transform: translateY(10%);
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl-splash .splash-content {
    transform: translateY(30%);
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl-splash .splash-content {
    transform: translateY(10%);
  }
}
.page-template-tmpl-splash .splash-content .logo img {
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl-splash .splash-content .logo img {
    max-width: 400px;
  }
}
.page-template-tmpl-splash .splash-content .details {
  background: #005f85;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 40px 40px 40px;
}
@media screen and (max-width: 568px) {
  .page-template-tmpl-splash .splash-content .details {
    padding: 10px 10px 20px 10px;
    width: 90%;
  }
}
.page-template-tmpl-splash .splash-content .details h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl-splash .splash-content .details h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl-splash .splash-content .details h2 {
    font-size: 30px;
  }
}
.page-template-tmpl-splash .splash-content .details .divider {
  height: 2px;
  width: 154px;
  background: #fff;
  margin: 30px auto;
}
@media screen and (max-width: 568px) {
  .page-template-tmpl-splash .splash-content .details .divider {
    margin: 20px auto 15px auto;
  }
}
.page-template-tmpl-splash .splash-content .details h3 {
  color: #FFD600;
  font-size: 28px;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl-splash .splash-content .details h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl-splash .splash-content .details h3 {
    font-size: 20px;
  }
}
.page-template-tmpl-splash .splash-content .details h3.light {
  font-weight: 400;
}
.page-template-tmpl-splash .splash-content .details .btn {
  background: #FFD600;
  color: #005f85;
  font-size: 30px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 30px;
  transition: all 0.3s ease;
}
.page-template-tmpl-splash .splash-content .details .btn:hover {
  background: #CD8D2A;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl-splash .splash-content .details .btn {
    font-size: 25px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl-splash .splash-content .details .btn {
    font-size: 22px;
  }
}
.page-template-tmpl-splash footer {
  display: none;
}
/*
* Styles for the Virtual Festival page
*/
.page-virtual-festival #content {
  padding: 0px;
}
.page-virtual-festival #expo-header {
  font-size: 3rem;
  line-height: 3rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  text-align: center;
  position: absolute;
  z-index: 9;
  background: #fff;
  color: #fff;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .page-virtual-festival #expo-header {
    position: fixed;
  }
}
.page-virtual-festival #expo-header img {
  max-width: 220px;
  padding: 0px;
}
@media screen and (max-width: 568px) {
  .page-virtual-festival #expo-header img {
    max-width: 150px;
  }
}
.page-virtual-festival #expo-header h3 {
  color: #000;
}
.page-virtual-festival #expo-header .banner {
  background-color: #CD8D2A;
  padding: 5px;
  margin: 15px 0px 0px 0px;
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 568px) {
  .page-virtual-festival #expo-header .banner {
    font-size: 24px;
  }
}
.page-virtual-festival .background-overlay {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-virtual-festival #banner,
.page-virtual-festival #ticker,
.page-virtual-festival #bg,
.page-virtual-festival #branding,
.page-virtual-festival #secondary,
.page-virtual-festival #ads,
.page-virtual-festival footer {
  display: none !important;
}
.page-virtual-festival #primary,
.page-virtual-festival #content {
  max-width: 100%;
  width: 100%;
  float: none;
  position: static;
}
.page-virtual-festival .entry-title {
  display: none;
}
.page-virtual-festival .actions {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: auto;
  top: 165px;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 10px 20px 20px 20px;
  box-shadow: 0px -7px 30px -2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .page-virtual-festival .actions {
    top: 165px;
    height: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 568px) {
  .page-virtual-festival .actions {
    padding: 20px;
    top: 140px;
  }
}
.page-virtual-festival .actions p {
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 568px) {
  .page-virtual-festival .actions p {
    display: none;
  }
}
.page-virtual-festival .actions div {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 568px) {
  .page-virtual-festival .actions div {
    margin-top: 0px;
  }
}
.page-virtual-festival .actions div p {
  margin: 0px;
  display: block;
}
.page-virtual-festival .actions div .dropdown {
  margin: 0px 20px 0px 0px;
}
.page-virtual-festival .actions div .dropdown-menu {
  max-height: 250px;
  overflow-y: scroll;
  margin-left: 0px;
}
.page-virtual-festival #container,
.page-virtual-festival article,
.page-virtual-festival .entry,
.page-virtual-festival #primary {
  overflow: hidden;
  min-height: 0px;
  background: transparent;
  background-position: 50% 100%;
}
@media screen and (max-width: 768px) {
  .page-virtual-festival #container,
  .page-virtual-festival article,
  .page-virtual-festival .entry,
  .page-virtual-festival #primary {
    background-position: 0% 0%;
  }
}
.page-virtual-festival #container {
  background-image: url('https://s3-us-west-2.amazonaws.com/gabf/wp-content/uploads/GABF19-Splashpage.jpg') !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-virtual-festival .entry {
  max-height: 96vh;
}
@media screen and (max-width: 768px) {
  .page-virtual-festival .entry {
    max-height: 100%;
  }
}
.page-virtual-festival #exhibitors {
  padding-top: 350px;
  width: 370px;
  margin-top: 300px;
  height: 1600px;
  overflow-y: auto;
  overflow-x: hidden;
  transform-origin: right top;
  transform: rotate(-90deg) translateY(-26vw);
}
@media screen and (min-width: 1600px) {
  .page-virtual-festival #exhibitors {
    width: 550px;
    padding-top: 450px;
    height: 1900px;
  }
}
@media screen and (max-width: 768px) {
  .page-virtual-festival #exhibitors {
    transform: rotate(0deg) translateY(0vw);
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-top: 250px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 568px) {
  .page-virtual-festival #exhibitors {
    padding-top: 150px;
  }
}
.page-virtual-festival .exhibitor {
  height: 350px;
  width: 350px;
  background-image: url('https://cdn.greatamericanbeerfestival.com/wp-content/uploads/gabf-yellow-star-1.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  transition: background-size 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  margin-top: 30px;
  transform: rotate(90deg);
  transform-origin: right top;
  background-position: 50% 50%;
}
@media screen and (min-width: 1500px) {
  .page-virtual-festival .exhibitor {
    height: 500px;
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .page-virtual-festival .exhibitor {
    transform: rotate(0deg);
    flex-basis: 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 568px) {
  .page-virtual-festival .exhibitor {
    flex-basis: 100%;
  }
}
.page-virtual-festival .exhibitor .logo {
  transform: translateY(-5px);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.page-virtual-festival .exhibitor .logo img {
  position: relative;
  max-width: 100px;
  width: auto;
  padding: 0px;
  max-height: 100px;
  z-index: 1;
}
.page-virtual-festival .exhibitor a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1390px) {
  .page-virtual-festival .exhibitor {
    margin-right: 0px;
  }
}
.page-virtual-festival .exhibitor:nth-of-type(2n) {
  background-image: url('https://s3-us-west-2.amazonaws.com/gabf/wp-content/uploads/gabf-blue-star.svg');
}
.page-virtual-festival .exhibitor:nth-of-type(3n) {
  background-image: url('https://s3-us-west-2.amazonaws.com/gabf/wp-content/uploads/gabf-pink-star.svg');
}
.page-virtual-festival .exhibitor:nth-of-type(4n) {
  background-image: url('https://s3-us-west-2.amazonaws.com/gabf/wp-content/uploads/gabf-gold-star.svg');
}
.page-virtual-festival .exhibitor:hover {
  background-size: 110%;
}
@media screen and (max-width: 768px) {
  .page-virtual-festival .exhibitor:hover {
    background-size: auto;
  }
}
.page-virtual-festival .exhibitor:hover .logo {
  transform: scale(1.1) translateY(-5px);
}
@media screen and (max-width: 768px) {
  .page-virtual-festival .exhibitor:hover .logo {
    transform: scale(1) translateY(-5px);
  }
}
.page-virtual-festival.admin-bar #expo-header {
  top: 30px;
}
.page-virtual-festival.admin-bar .actions {
  top: 195px;
}
.page-virtual-festival #categoryModal {
  z-index: 99999999999999;
}
.page-virtual-festival #categoryModal .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.page-virtual-festival #categoryModal .modal-dialog {
  max-width: 99%;
  overflow-y: scroll;
}
@media screen and (max-width: 568px) {
  .page-virtual-festival #categoryModal .modal-dialog {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}
.page-virtual-festival #categoryModal .modal-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 600px;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .page-virtual-festival #categoryModal .modal-body {
    flex-direction: row;
    overflow-y: scroll;
  }
}
.page-virtual-festival #categoryModal .modal-body div {
  margin: 10px;
  text-align: center;
  flex-basis: 30%;
  max-width: 300px;
}
@media screen and (max-width: 900px) {
  .page-virtual-festival #categoryModal .modal-body div {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.page-virtual-festival #categoryModal .modal-body div h3 {
  margin-bottom: 5px;
}
.page-virtual-festival #categoryModal .modal-body div ul {
  list-style: none;
}
.page-exhibitor #content {
  padding: 40px 0px 70px 0px;
}
@media screen and (max-width: 768px) {
  .page-exhibitor #content {
    padding: 40px 30px 50px 30px;
  }
}
@media screen and (max-width: 568px) {
  .page-exhibitor #content {
    padding: 30px 10px;
  }
}
.page-exhibitor #main {
  max-width: 900px;
}
.page-exhibitor #primary {
  float: none;
  width: 100%;
  position: static;
}
.page-exhibitor .address {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 568px) {
  .page-exhibitor .address {
    flex-direction: column;
  }
}
.page-exhibitor .address img {
  max-width: 170px;
  max-height: 100px;
}
@media screen and (max-width: 568px) {
  .page-exhibitor .address img {
    order: -1;
    max-width: 100px;
    max-height: 80px;
    margin-bottom: 20px;
  }
}
.page-exhibitor .video-wrapper {
  position: relative;
  padding-top: 55%;
  margin-top: 30px;
}
.page-exhibitor .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-exhibitor .photo-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
.page-exhibitor .photo-row div {
  margin-right: 30px;
  flex-basis: 33%;
  flex-grow: 1;
}
.page-exhibitor .photo-row div:last-of-type {
  margin-right: 0px;
}
.page-exhibitor .photo-row img {
  width: 100%;
  max-width: 100%;
}
.page-exhibitor .brochures {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  max-width: 760px;
}
.page-exhibitor .brochures a {
  font-size: 18px;
  font-weight: bold;
  flex-basis: 50%;
  margin-bottom: 20px;
}
.page-exhibitor .brochures a:after {
  content: '\e803';
  font-family: "fontello";
  padding: 0px 3px;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  margin-left: 5px;
}
#map_canvas {
  display: block;
  width: 100%;
  height: 400px;
}
#map_canvas button > img {
  padding: 0px;
}
.bubble_content {
  padding-left: 1%;
}
.bubble_content h3 {
  display: block;
  white-space: nowrap;
}
/*
*
* Custom styles for the GABF Passport page and related
*
*
*/
.page-passport #content {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-passport #content {
    flex-wrap: wrap;
  }
}
.page-passport #content #primary.wide {
  flex-basis: 70%;
  flex-grow: 1;
  left: 0px;
  right: 0px;
  float: none;
  order: 2;
}
@media screen and (max-width: 768px) {
  .page-passport #content #primary.wide {
    order: 2;
    flex-basis: 100%;
  }
}
.page-passport #content #primary.wide + aside#secondary {
  flex-basis: 30%;
  min-width: 335px;
  left: 0px;
  right: 0px;
  float: none;
  width: 100%;
  order: 1;
}
@media screen and (max-width: 992px) {
  .page-passport #content #primary.wide + aside#secondary {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-passport #content #primary.wide + aside#secondary {
    order: 1;
    flex-basis: 100%;
  }
}
#passport-code-form {
  margin-bottom: 40px;
}
#passport-code-form input#passport-code {
  min-width: 350px;
  max-width: 50%;
  margin-right: 0px;
}
@media screen and (max-width: 568px) {
  #passport-code-form input#passport-code {
    width: 70%;
    min-width: 70%;
    max-width: 70%;
  }
  #passport-code-form input#passport-code + input[type="submit"] {
    width: 28%;
  }
}
#countdown-timer {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  background-image: url(https://cdn.greatamericanbeerfestival.com/wp-content/uploads/countdown-background.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 60%;
  background-size: 100%;
  height: auto;
  padding: 0px 15px;
  min-width: 550px;
}
@media screen and (max-width: 768px) {
  #countdown-timer {
    width: 100%;
    min-width: 100%;
  }
}
#countdown-timer .star {
  background-image: url(https://cdn.greatamericanbeerfestival.com/wp-content/uploads/days-star.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-basis: 33%;
  text-align: center;
}
#countdown-timer .star.hours {
  background-image: url(https://cdn.greatamericanbeerfestival.com/wp-content/uploads/hours-star.png);
}
#countdown-timer .star.hours:after {
  color: #E70D81;
  content: "Hours";
}
#countdown-timer .star.minutes {
  background-image: url(https://cdn.greatamericanbeerfestival.com/wp-content/uploads/minutes-star.png);
}
#countdown-timer .star.minutes:after {
  color: #C98524;
  content: "Minutes";
}
#countdown-timer .star > .digit {
  color: #FFF;
  font-size: 32px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  width: 100%;
  flex-basis: 100%;
  margin-top: 39%;
}
@media screen and (max-width: 568px) {
  #countdown-timer .star > .digit {
    font-size: 26px;
  }
}
@media screen and (max-width: 360px) {
  #countdown-timer .star > .digit {
    font-size: 18px;
  }
}
#countdown-timer .star:after {
  display: block;
  content: "Days";
  text-align: center;
  color: #2D90B9;
  font-size: 26px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  flex-basis: 100%;
  margin-top: 17%;
}
@media screen and (max-width: 568px) {
  #countdown-timer .star:after {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  #countdown-timer .star:after {
    font-size: 16px;
  }
}
#countdown-timer + hr {
  margin-bottom: 40px;
}
/**
* 8.0 Phark
*
* Image Replacement
**/
#site-title {
  margin: 22px 0px 0px 0px;
  z-index: 10;
  position: relative;
  background-repeat: no-repeat;
}
#site-title a {
  background: url(images/design/logo@2x.png) no-repeat;
  background-size: 100%;
  height: 125px;
  width: 375px;
}
/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#site-title a{ background-image: url(images/design/logo@2x.png); }
}*/
.ie8 #site-title a {
  background-size: contain;
}
#site-description {
  position: absolute;
  background: url('https://cdn.greatamericanbeerfestival.com/wp-content/uploads/GABF_2022_Dates_Banner_2x.png') no-repeat;
  background-size: 100%;
  width: 217px;
  height: 100px;
  top: 15px;
  right: -1px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #site-description {
    background-image: url(https://cdn.greatamericanbeerfestival.com/wp-content/uploads/GABF_2022_Dates_Banner_2x.png);
  }
}
#stay-updated {
  width: 122px;
  height: auto;
  position: absolute;
  right: 153px;
  top: 8px;
}
#stay-updated a {
  width: 100%;
  height: 100%;
  background: url("images/design/stayupdated.jpg") 0 0 no-repeat;
  background-size: 200%;
  transition: none;
}
#stay-updated a:hover {
  background-position: 100% 0%;
}
#brewers-info {
  float: right;
  margin: 1px 158px 0 0;
}
#brewers-info a {
  background: url("images/images/brewersinfo.jpg") 0 0 no-repeat;
  width: 171px;
  height: 27px;
  background-size: 353px;
  transition: none;
}
#brewers-info a:hover {
  background-position: -176px 0px;
}
.d-none {
  display: none !important;
}
/* Plugins
-------------------*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  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
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@font-face {
  font-family: 'fontello';
  src: url('./css/fonts/fontello.eot?35042148');
  src: url('./css/fonts/fontello.eot?35042148#iefix') format('embedded-opentype'), url('./css/fonts/fontello.woff2?35042148') format('woff2'), url('./css/fonts/fontello.woff?35042148') format('woff'), url('./css/fonts/fontello.ttf?35042148') format('truetype'), url('./css/fonts/fontello.svg?35042148#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?35042148#fontello') format('svg');
  }
}
*/
[class^="fa-"]:before,
[class*=" fa-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.fa-plus:before {
  content: '\e800';
}
/* '' */
.fa-plus-circled:before {
  content: '\e801';
}
/* '' */
.fa-minus:before {
  content: '\e802';
}
/* '' */
.fa-download:before {
  content: '\e803';
}
/* '' */
.fa-print:before {
  content: '\e804';
}
/* '' */
.fa-down-dir:before {
  content: '\e805';
}
/* '' */
.fa-down-open:before {
  content: '\e806';
}
/* '' */
.fa-up-dir:before {
  content: '\e807';
}
/* '' */
.fa-search:before {
  content: '\e808';
}
/* '' */
.fa-volume-down:before {
  content: '\e809';
}
/* '' */
.fa-volume-off:before {
  content: '\e80a';
}
/* '' */
.fa-down-circled2:before {
  content: '\e80b';
}
/* '' */
.fa-right-open:before {
  content: '\e80c';
}
/* '' */
.fa-right-dir:before {
  content: '\e80d';
}
/* '' */
.fa-left-open:before {
  content: '\e80e';
}
/* '' */
.fa-left-dir:before {
  content: '\e80f';
}
/* '' */
.fa-arrows-cw:before {
  content: '\e810';
}
/* '' */
.fa-up-open:before {
  content: '\e811';
}
/* '' */
.fa-videocam:before {
  content: '\e812';
}
/* '' */
.fa-lock:before {
  content: '\e813';
}
/* '' */
.fa-minus-circled:before {
  content: '\e814';
}
/* '' */
.fa-cancel-circled:before {
  content: '\e815';
}
/* '' */
.fa-comment:before {
  content: '\e816';
}
/* '' */
.fa-camera:before {
  content: '\e817';
}
/* '' */
.fa-mail:before {
  content: '\e818';
}
/* '' */
.fa-key:before {
  content: '\e819';
}
/* '' */
.fa-cancel-circled2:before {
  content: '\e81a';
}
/* '' */
.fa-videocam-outline:before {
  content: '\e81b';
}
/* '' */
.fa-ok:before {
  content: '\e81c';
}
/* '' */
.fa-mail-1:before {
  content: '\e81d';
}
/* '' */
.fa-ok-circled:before {
  content: '\e81e';
}
/* '' */
.fa-check:before {
  content: '\e81f';
}
/* '' */
.fa-heart:before {
  content: '\e820';
}
/* '' */
.fa-heart-empty:before {
  content: '\e821';
}
/* '' */
.fa-cancel:before {
  content: '\e822';
}
/* '' */
.fa-spin1:before {
  content: '\e830';
}
/* '' */
.fa-spin2:before {
  content: '\e831';
}
/* '' */
.fa-spin3:before {
  content: '\e832';
}
/* '' */
.fa-spin4:before {
  content: '\e834';
}
/* '' */
.fa-spin5:before {
  content: '\e838';
}
/* '' */
.fa-location:before {
  content: '\f031';
}
/* '' */
.fa-link-ext:before {
  content: '\f08e';
}
/* '' */
.fa-check-empty:before {
  content: '\f096';
}
/* '' */
.fa-facebook:before {
  content: '\f09a';
}
/* '' */
.fa-rss:before {
  content: '\f09e';
}
/* '' */
.fa-menu:before {
  content: '\f0c9';
}
/* '' */
.fa-pinterest-circled:before {
  content: '\f0d2';
}
/* '' */
.fa-pinterest-squared:before {
  content: '\f0d3';
}
/* '' */
.fa-gplus-squared:before {
  content: '\f0d4';
}
/* '' */
.fa-mail-alt:before {
  content: '\f0e0';
}
/* '' */
.fa-comment-empty:before {
  content: '\f0e5';
}
/* '' */
.fa-download-cloud:before {
  content: '\f0ed';
}
/* '' */
.fa-plus-squared:before {
  content: '\f0fe';
}
/* '' */
.fa-angle-double-left:before {
  content: '\f100';
}
/* '' */
.fa-angle-double-right:before {
  content: '\f101';
}
/* '' */
.fa-angle-double-up:before {
  content: '\f102';
}
/* '' */
.fa-angle-double-down:before {
  content: '\f103';
}
/* '' */
.fa-angle-left:before {
  content: '\f104';
}
/* '' */
.fa-angle-right:before {
  content: '\f105';
}
/* '' */
.fa-angle-up:before {
  content: '\f106';
}
/* '' */
.fa-angle-down:before {
  content: '\f107';
}
/* '' */
.fa-star-half-alt:before {
  content: '\f123';
}
/* '' */
.fa-direction:before {
  content: '\f124';
}
/* '' */
.fa-angle-circled-left:before {
  content: '\f137';
}
/* '' */
.fa-angle-circled-right:before {
  content: '\f138';
}
/* '' */
.fa-angle-circled-up:before {
  content: '\f139';
}
/* '' */
.fa-angle-circled-down:before {
  content: '\f13a';
}
/* '' */
.fa-lock-open-alt:before {
  content: '\f13e';
}
/* '' */
.fa-rss-squared:before {
  content: '\f143';
}
/* '' */
.fa-minus-squared:before {
  content: '\f146';
}
/* '' */
.fa-minus-squared-alt:before {
  content: '\f147';
}
/* '' */
.fa-ok-squared:before {
  content: '\f14a';
}
/* '' */
.fa-youtube-squared:before {
  content: '\f166';
}
/* '' */
.fa-youtube:before {
  content: '\f167';
}
/* '' */
.fa-instagram:before {
  content: '\f16d';
}
/* '' */
.fa-vimeo-squared:before {
  content: '\f194';
}
/* '' */
.fa-plus-squared-alt:before {
  content: '\f196';
}
/* '' */
.fa-google:before {
  content: '\f1a0';
}
/* '' */
.fa-reddit-squared:before {
  content: '\f1a2';
}
/* '' */
.fa-file-pdf:before {
  content: '\f1c1';
}
/* '' */
.fa-circle-notch:before {
  content: '\f1ce';
}
/* '' */
.fa-paper-plane:before {
  content: '\f1d8';
}
/* '' */
.fa-paper-plane-empty:before {
  content: '\f1d9';
}
/* '' */
.fa-reddit-alien:before {
  content: '\f281';
}
/* '' */
.fa-twitter-squared:before {
  content: '\f304';
}
/* '' */
.fa-facebook-squared:before {
  content: '\f308';
}
/* '' */
.fa-twitter:before {
  content: '\f309';
}
/* '' */
.fa-facebook-circled:before {
  content: '\f30d';
}
/* '' */
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Flexlider Custom Theme */
.hero {
  position: relative;
}
.hero img {
  width: 100%;
  height: auto;
}
.hero a {
  text-decoration: none;
  display: block;
}
.hero .caption {
  background: rgba(0, 0, 0, 0.7);
  padding: 0px 20px 0px 20px;
  position: absolute;
  bottom: 0px;
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-family: "bebas-neue", serif;
  font-size: 5.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  width: 100%;
  overflow: hidden;
  text-shadow: 3px 1px 5px rgba(0, 0, 0, 0.5);
}
.hero video {
  display: block;
  width: 100%;
  height: auto;
}
div#bubble_background {
  position: absolute;
  width: 375px;
  height: 137px;
  top: -15px;
  left: -8px;
}
div.beaker {
  height: 100%;
  position: relative;
  width: 18px;
  float: left;
}
div.beaker span.bubble {
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  left: 1px;
  bottom: 0px;
  background: transparent;
  border: 10px solid #CD8D2A;
  border-radius: 160px;
  animation-name: bubbleFloat;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
div#beaker4 span.bubble {
  width: 60px;
  height: 60px;
  border: 15px solid #CD8D2A;
  border-radius: 160px;
  animation-name: bubbleFloat2;
  z-index: 100;
  background: #FFF;
  left: -61px;
  bottom: 46%;
}
#beaker1 span.bubble {
  animation-duration: 5s;
  left: 10px;
}
#beaker2 span.bubble {
  animation-duration: 7s;
}
#beaker3 span.bubble {
  animation-duration: 6s;
}
#beaker4 span.bubble {
  animation-duration: 10s;
}
@keyframes bubbleFloat {
  from {
    bottom: 0px;
    transform: scale(0.3);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  1% {
    bottom: 0px;
    transform: scale(0.3);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  20% {
    bottom: 0px;
    transform: scale(0.3);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  95% {
    bottom: 95%;
    transform: scale(0.3);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  99% {
    bottom: 100%;
    transform: scale(0.3);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  to {
    bottom: 0px;
    transform: scale(0.3);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
}
@keyframes bubbleFloat2 {
  from {
    bottom: 46%;
    transform: scale(0.3);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  10% {
    bottom: 46%;
    transform: scale(0.3);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  70% {
    bottom: 46%;
    transform: scale(0.3);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  95% {
    bottom: 95%;
    transform: scale(0.3);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  99% {
    bottom: 100%;
    transform: scale(0.3);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  to {
    bottom: 56%;
    transform: scale(0.3);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
}
/*
*
* Custom styles for the microsite to allow users to order a free issue of Zymurgy
* as well as other microsites
*
* 1.0 Paired
*
*/
.page-template-templ_wide-microsite {
  /*h1*/
  /*p*/
}
.page-template-templ_wide-microsite p,
.page-template-templ_wide-microsite cite,
.page-template-templ_wide-microsite time,
.page-template-templ_wide-microsite td,
.page-template-templ_wide-microsite li,
.page-template-templ_wide-microsite caption,
.page-template-templ_wide-microsite figcaption,
.page-template-templ_wide-microsite .wp-caption-text {
  color: #373737;
  font-size: 16px;
  line-height: 1.65;
}
@media only screen and (max-width: 768px) {
  .page-template-templ_wide-microsite p,
  .page-template-templ_wide-microsite cite,
  .page-template-templ_wide-microsite time,
  .page-template-templ_wide-microsite td,
  .page-template-templ_wide-microsite li,
  .page-template-templ_wide-microsite caption,
  .page-template-templ_wide-microsite figcaption,
  .page-template-templ_wide-microsite .wp-caption-text {
    font-size: 15px;
    line-height: 25px;
  }
}
.page-template-templ_wide-microsite .page-title,
.page-template-templ_wide-microsite .section-title {
  font-size: 45px;
  color: #373737;
}
@media only screen and (max-width: 768px) {
  .page-template-templ_wide-microsite .page-title,
  .page-template-templ_wide-microsite .section-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 560px) {
  .page-template-templ_wide-microsite .page-title,
  .page-template-templ_wide-microsite .section-title {
    font-size: 25px;
    line-height: 1.3;
  }
}
.page-template-templ_wide-microsite h2 {
  font-size: 35px;
}
@media only screen and (max-width: 768px) {
  .page-template-templ_wide-microsite h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 560px) {
  .page-template-templ_wide-microsite h2 {
    font-size: 20px;
  }
}
.page-template-templ_wide-microsite .lead {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #373737;
}
@media only screen and (max-width: 768px) {
  .page-template-templ_wide-microsite .lead {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 560px) {
  .page-template-templ_wide-microsite .lead {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.page-template-templ_wide-microsite #content,
.page-template-templ_wide-microsite #primary {
  width: 100%;
}
.page-template-templ_wide-microsite .entry-title {
  display: none;
}
.page-template-templ_wide-microsite article {
  padding: 0px;
}
.page-template-templ_wide-microsite #primary {
  position: static;
}
@media only screen and (max-width: 768px) {
  .page-template-templ_wide-microsite #primary {
    padding: 0px;
  }
}
.page-template-templ_wide-microsite .btn-fancy img,
.page-template-templ_wide-microsite .sponsor img {
  max-width: 200px !important;
}
.page-template-templ_wide-microsite .section-intro {
  max-width: 930px;
  text-align: center;
  margin: 30px auto 80px auto;
}
@media only screen and (max-width: 768px) {
  .page-template-templ_wide-microsite .section-intro {
    margin-bottom: 30px;
  }
}
.page-template-templ_wide-microsite .block-row {
  width: 100%;
  background: #fff;
  margin-bottom: 80px;
}
@media only screen and (max-width: 560px) {
  .page-template-templ_wide-microsite .block-row {
    margin-bottom: 0px;
  }
}
.page-template-templ_wide-microsite .block-row img {
  width: 60%;
  max-width: 760px;
  margin-left: auto;
  object-fit: cover;
}
@media only screen and (max-width: 560px) {
  .page-template-templ_wide-microsite .block-row img {
    width: 100%;
  }
}
.page-template-templ_wide-microsite .block-row.reverse img {
  margin-right: auto;
  margin-left: 0px;
}
.page-template-templ_wide-microsite .content-wrapper {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 560px) {
  .page-template-templ_wide-microsite .content-wrapper {
    flex-flow: column nowrap;
  }
}
.page-template-templ_wide-microsite .card {
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 10px 2px rgba(170, 170, 170, 0.5);
  background-color: #fff;
}
.page-template-templ_wide-microsite .card p {
  margin: 20px 0px;
}
@media only screen and (max-width: 768px) {
  .page-template-templ_wide-microsite .card p {
    margin: 15px 0px;
  }
}
.page-template-templ_wide-microsite .card.with-image {
  padding: 0px 70px 0px 210px;
  background-image: url('https://s3-us-west-2.amazonaws.com/gabf/wp-content/uploads/plus-pattern-tall.png');
  background-repeat: no-repeat;
  height: 280px;
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: auto;
}
@media only screen and (max-width: 560px) {
  .page-template-templ_wide-microsite .card.with-image h2 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-templ_wide-microsite .card.with-image {
    max-width: 468px;
    height: 250px;
    padding-left: 120px;
    background-size: 15%;
    background-repeat: repeat-y;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 560px) {
  .page-template-templ_wide-microsite .card.with-image {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 100%;
    position: static;
    width: 100%;
    transform: none;
    padding: 0px 30px;
    text-align: center;
  }
}
.page-template-templ_wide-microsite .card.with-image.reverse {
  background-position: right top;
  background-image: url('https://s3-us-west-2.amazonaws.com/gabf/wp-content/uploads/plus-pattern-tall-right-no-space.png');
  padding: 0px 120px 0px 70px;
  right: 0;
  left: auto;
}
@media only screen and (max-width: 560px) {
  .page-template-templ_wide-microsite .card.with-image.reverse {
    background-image: none;
    padding: 0px 30px;
  }
}
.page-template-templ_wide-microsite .card .card-body {
  max-width: 425px;
}
.page-template-templ_wide-microsite .breadcrumb {
  text-align: center;
}
.page-template-templ_wide-microsite .paired-nav {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 560px) {
  .page-template-templ_wide-microsite .paired-nav .navbar-nav {
    display: flex;
  }
}
.page-template-templ_wide-microsite .paired-nav a {
  font-size: 40px;
  font-weight: 700;
  color: #373737;
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .page-template-templ_wide-microsite .paired-nav a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 560px) {
  .page-template-templ_wide-microsite .paired-nav a {
    font-size: 25px;
    padding-bottom: 5px;
  }
}
.page-template-templ_wide-microsite .paired-nav li {
  margin-right: 50px;
}
.page-template-templ_wide-microsite .paired-nav li:last-of-type {
  margin-right: 0px !important;
}
.page-template-templ_wide-microsite .paired-nav li.active a {
  color: #CD8D2A;
  border-bottom: 3px solid #cd8d2a;
}
.page-template-templ_wide-microsite .paired-nav li:hover a {
  color: #CD8D2A;
}
@media only screen and (max-width: 560px) {
  .page-template-templ_wide-microsite .paired-nav li {
    margin-right: 20px !important;
  }
}
.page-template-templ_wide-microsite .entry-title {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .page-template-templ_wide-microsite .entry-title {
    padding-left: 15px;
  }
}
.page-template-templ_wide-microsite .paired-logo {
  max-width: 300px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 560px) {
  .page-template-templ_wide-microsite .paired-logo {
    margin-bottom: 0px;
    max-width: 250px;
  }
}
.page-template-templ_wide-microsite p.lead {
  margin-bottom: 10px;
}
.page-template-templ_wide-microsite .sponsor {
  text-align: center;
  padding-bottom: 100px;
}
.page-template-templ_wide-microsite .sponsor p {
  color: #005f85;
}
@media only screen and (max-width: 560px) {
  .page-template-templ_wide-microsite .sponsor {
    padding: 0px;
    margin: 50px auto;
  }
}
/**
* 9.0 Media Queries
*
**/
/*
	An easy way to zoom your entire layout in or out (as long as it's set in ems).
	Just change the media queries to activate them.
	Assuming your base font-size is 16:
	- the first one zooms out by a factor of (16-2)/16 = 0.875
	- the second one zooms in by a factor of (16+2)/16 = 1.125
*/
/*@media screen and (max-width: 1px) {
	body {
		font-size: (@font-size - 2)/16*1em;
	}
}

@media screen and (max-width: 1px) {
	body {
		font-size: (@font-size + 2)/16*1em;
	}
}*/
/*@media screen and (max-width: @screen-landscape) { //Break #1
	#banner, #bg{display: none;}
	nav#access{width: 100%;}
	header{margin-bottom: 17px;}
}

@media screen and (max-width: @screen-landscape - 1) { //Break #2

}*/
@media screen and (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
  .visible-xl {
    display: block !important;
  }
}
@media screen and (max-width: 1050px) {
  header {
    width: 100%;
    padding: 0px 10px;
  }
  #ticker {
    display: none;
  }
  #access {
    width: 100%;
    background: #CD8D2A;
    right: 0px;
    padding-left: 0px;
  }
  #access #menu-main li {
    display: table-cell;
    text-align: center;
  }
  #access #menu-main li li {
    display: block;
    text-align: left;
  }
  #site-description {
    right: 1%;
  }
  nav.social {
    right: 225px;
  }
}
@media screen and (max-width: 992px) {
  #primary,
  footer {
    position: relative;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .home #primary,
  #primary,
  .page-template-tmpl-wide-php #primary,
  .page-id-4036 #primary {
    position: relative;
    float: left;
    width: 87.5%;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
    float: none;
    left: 0px;
    margin: 0px;
  }
  aside,
  #bubble_background {
    display: none;
  }
  ul#buckets .video_overlay {
    display: none;
  }
  #menu-main li.teaser {
    display: none !important;
  }
  article {
    margin: 0px;
    padding: 0px;
  }
  #primary {
    padding: 0px 10px;
  }
  hgroup #site-title a {
    width: 280px;
    height: 100px;
  }
  footer > .container {
    min-height: 200px;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  #primary,
  footer {
    float: left;
    width: 87.5%;
  }
}
@media screen and (max-width: 768px) {
  #menu-main li#menu-item-7710,
  #menu-main li#menu-item-7846,
  #menu-main li#menu-item-9535,
  #menu-main li#menu-item-12265,
  #menu-main li#menu-item-14085 {
    display: block;
  }
  #menu-main li#menu-item-7710 a {
    background: #da4620;
  }
  #menu-main li#menu-item-7710 li a {
    background: #005f85;
  }
  #menu-main li.triple ul,
  #menu-main li.double ul,
  #menu-main li ul > .column {
    width: 100% !important;
  }
  body {
    background: #CD8D2A;
  }
  #container {
    background: #FFF;
  }
  #supp,
  #stay-updated,
  #searchform,
  nav.social,
  #site-description,
  #brewers-info {
    display: none;
  }
  #promotion {
    display: block;
    text-align: center;
  }
  .container {
    padding: 0px;
  }
  header {
    height: auto;
    background: #146a90 url('https://cdn.greatamericanbeerfestival.com/wp-content/uploads/GABF_2022_Dates_Tablet_Banner.jpg') no-repeat 50% 0%;
    background-size: 515px;
    margin-bottom: 0px;
    padding: 1px 0px 0px 0px;
  }
  header hgroup {
    float: none;
    width: 100%;
    background: #FFF;
    margin-top: 43px;
  }
  header hgroup #site-title {
    width: 323px;
    height: 89px;
    display: block;
    margin: 37px auto 0px auto;
    padding-top: 10px;
  }
  header hgroup #site-title a {
    background: url('./images/design/tablet-logo.jpg') no-repeat 0px 0px;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }
  .home #content {
    padding: 0px;
  }
  footer.container {
    padding: 10px 0px;
  }
  footer.container p {
    margin: 0 auto;
    width: 70%;
  }
  footer.container .ba-logo {
    bottom: 10px;
    right: 10px;
  }
  footer.container .savor-the-flavor {
    bottom: 10px;
    left: 10px;
  }
  footer .text-logo-wrapper {
    flex-direction: column;
  }
  footer .text-logo-wrapper .savor-the-flavor {
    display: none;
  }
  footer .text-logo-wrapper .savor-the-flavor.mobile {
    display: block;
    margin-left: 10px;
  }
  footer .text-logo-wrapper .d-flex {
    margin-top: 20px;
  }
  .flex-direction-nav .flex-prev {
    left: -50px;
  }
  .flex-direction-nav .flex-next {
    right: -50px;
  }
  ul#buckets {
    margin-top: 0px;
  }
  ul#buckets li {
    padding: 10px;
  }
  ul#buckets li:first-child {
    padding-right: 5px;
  }
  ul#buckets li:last-child {
    padding: 10px 10px 10px 5px;
  }
  #sponsor-banner {
    width: 223px;
    margin: 10px auto 20px auto;
    height: auto;
  }
  .breadcrumb {
    padding: 16px 0px 4px 0px;
  }
}
@media screen and (max-width: 766px) {
  .navbar-header {
    display: none;
  }
  #banner {
    background: #CD8D2A;
  }
  #brewery-search-container form {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }
  .navbar,
  .navbar-default {
    padding: 0px;
  }
  .navbar .navbar-nav > li,
  .navbar-default .navbar-nav > li {
    margin: 0px 0px 10px 0px;
  }
  .navbar .navbar-nav > li .btn,
  .navbar-default .navbar-nav > li .btn {
    height: auto;
  }
  .navbar .navbar-form,
  .navbar-default .navbar-form,
  .navbar form,
  .navbar-default form {
    margin: 0px;
  }
  .navbar .navbar-form .form-group i,
  .navbar-default .navbar-form .form-group i,
  .navbar form .form-group i,
  .navbar-default form .form-group i {
    top: 24%;
  }
  .navbar .navbar-form .form-group input,
  .navbar-default .navbar-form .form-group input,
  .navbar form .form-group input,
  .navbar-default form .form-group input {
    width: 100%;
    height: 40px;
  }
  .navbar .navbar-form .form-group input + button,
  .navbar-default .navbar-form .form-group input + button,
  .navbar form .form-group input + button,
  .navbar-default form .form-group input + button {
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .navbar .navbar-nav li > .dropdown-menu,
  .navbar-default .navbar-nav li > .dropdown-menu {
    border-top: 4px solid #005f85;
    position: relative;
    z-index: 1;
    top: 0px;
    padding: 6px 0px;
  }
}
@media screen and (max-width: 640px) {
  .screen {
    display: none;
  }
  .mobile {
    display: block;
  }
  /*
    * Navigation  //Let's Switch to a flyout menu
    */
  .entry figure.featured-image {
    float: none;
    padding: 1em 0px 0px 0px;
    width: 100%;
  }
  .searchbox button {
    font-size: 12px;
    top: 8px;
  }
  .archive cite,
  .archive time,
  .archive .entry-content {
    display: none;
  }
  .archive article,
  .archive .table-view .row {
    border: 1px solid;
    border-width: 1px 0px 0px 0px;
    padding: 0px;
    margin: 0px;
  }
  .archive article h2.title,
  .archive .table-view .row h2.title,
  .archive article h3.title,
  .archive .table-view .row h3.title {
    font-size: 1.6em;
  }
  .archive article .entry-title,
  .archive .table-view .row .entry-title {
    line-height: 1.128;
    padding-right: 12%;
    font-size: 1.8rem;
    font-family: "futura-pt", sans-serif;
    max-width: 100%;
    display: inline-block;
    padding-top: 4px;
  }
  .archive article .entry-title a,
  .archive .table-view .row .entry-title a {
    display: block;
    width: 100%;
    padding: 10px 0px 7px 10px;
    color: #CD8D2A;
  }
  .archive article .entry-title .location,
  .archive .table-view .row .entry-title .location {
    font-family: Arial, Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    border: none;
    display: block;
    margin: -4px 0px 5px 5px;
  }
  .archive article .entry-title .location a,
  .archive .table-view .row .entry-title .location a {
    padding: 0px;
  }
  .archive article time,
  .archive .table-view .row time {
    display: block;
    width: auto;
    font-weight: normal;
    padding: 0px;
    margin: 6px 0px -13px 0px;
  }
  .archive article time a,
  .archive .table-view .row time a {
    padding: 10px 0px 0px 10px;
  }
  /* Week Events (scoping to this page so other tables/list views are not messed up*/
  .page-id-141 .row {
    flex-flow: column nowrap;
  }
  .page-id-141 .row.sponsored {
    flex-flow: row nowrap;
  }
  .page-id-141 .row.sponsored hgroup {
    width: 40%;
  }
  .page-id-141 .row.sponsored hgroup img {
    margin: 10px 10px 0px 10px;
  }
  .page-id-141 .row.sponsored .event-content {
    width: 60%;
  }
  .page-id-141 .row.sponsored .event-content .sponsor-banner {
    padding: 5px 10px;
  }
  .archive article,
  .search-results article {
    box-shadow: none;
  }
  #content .gallery .gallery-item {
    width: 48%;
    padding: 0px 2% 2% 0px;
  }
  #content .gallery .gallery-item:nth-child(2n) {
    padding-right: 0px;
  }
  #content .gallery .gallery-item:nth-child(3n) {
    padding: 0px 2% 2% 0px;
  }
  #content .gallery .gallery-item:nth-child(4n) {
    clear: none;
  }
  .wp-caption-text {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  /*.home header{max-height: 67px;}
	#text_container{margin-top: -5px;}
	input#_fulltext{width: 350px;}
	table.responsive ._state{display: none;}*/
  #social-links {
    display: none;
  }
  header {
    background-size: 450px;
    background-position: 50% 3%;
  }
  header hgroup #site-title {
    margin-top: 27px;
  }
  .hero .caption {
    padding: 8px;
    line-height: 1;
    white-space: normal;
    font-size: 3rem;
  }
  ul#buckets li h1 a {
    font-size: 21px;
  }
  nav#tertiary {
    display: none;
  }
  footer.container {
    min-height: 67px;
    background: rgba(0, 0, 0, 0.1);
    padding: 14px 0px;
  }
  footer.container p {
    width: 63%;
    font-family: "bebas-neue", serif;
    font-size: 13px;
  }
  footer.container .savor-the-flavor {
    bottom: 20px;
  }
  #content .gallery .gallery-item {
    width: 100%;
    padding: 0px;
    float: none;
  }
  #content .gallery .gallery-item:nth-child(2n) {
    padding: 0px;
  }
  #content .gallery .gallery-item:nth-child(3n) {
    padding: 0px;
  }
  .four.simple-grid li {
    width: 45%;
  }
  #winners_table ._city {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header {
    background-image: url('https://cdn.greatamericanbeerfestival.com/wp-content/uploads/GABF_2022_Dates_Mobile_Banner.jpg');
    background-size: 330px;
    background-position: 50% 1%;
  }
  footer.container {
    padding: 19px 0px 14px 0px;
  }
  footer.container p {
    font-size: 11px;
  }
  ul#buckets li h1 a {
    white-space: normal;
    line-height: 22px;
    margin-top: 4px;
  }
  ul#buckets li h1 + p {
    display: none;
  }
  #winners_table ._city,
  #current_winners_table ._city,
  #winners_table ._state,
  #current_winners_table ._state {
    display: none;
  }
  /* Force table to not be like tables anymore */
  table.responsive,
  table.responsive thead,
  table.responsive tbody,
  table.responsive th,
  table.responsive td,
  table.responsive tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  table.responsive thead tr,
  table.responsive tfoot tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.responsive tr {
    border: 1px solid #ccc;
  }
  table.responsive td,
  table.winners.responsive td.year {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 100px;
    text-align: left;
  }
  table.responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 75px;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
  }
  /*
	Label the data (unique per table)
	*/
  table#winners_table td:nth-of-type(1):before {
    content: "Medal:";
  }
  table#winners_table td:nth-of-type(2):before {
    content: "Beer Name:";
  }
  table#winners_table td:nth-of-type(3):before {
    content: "Brewery:";
  }
  table#winners_table td:nth-of-type(4):before {
    content: "City:";
  }
  table#winners_table td:nth-of-type(5):before {
    content: "State:";
  }
  table#winners_table td:nth-of-type(6):before {
    content: "Style:";
  }
  table#winners_table td:nth-of-type(7):before {
    content: "Year:";
  }
  table#current_winners_table td:nth-of-type(1):before {
    content: "Medal:";
  }
  table#current_winners_table td:nth-of-type(2):before {
    content: "Beer Name:";
  }
  table#current_winners_table td:nth-of-type(3):before {
    content: "Brewery:";
  }
  table#current_winners_table td:nth-of-type(4):before {
    content: "City:";
  }
  table#current_winners_table td:nth-of-type(5):before {
    content: "State:";
  }
  table#current_winners_table td:nth-of-type(6):before {
    content: "Style:";
  }
  table#current_winners_table td:nth-of-type(7):before {
    content: "Year:";
  }
  table#proam td:nth-of-type(1):before {
    content: "Medal:";
  }
  table#proam td:nth-of-type(2):before {
    content: "Beer:";
  }
  table#proam td:nth-of-type(3):before {
    content: "Company:";
  }
  table#proam td:nth-of-type(4):before {
    content: "Pro Brewer:";
  }
  table#proam td:nth-of-type(5):before {
    content: "AHA Member:";
  }
}
@media screen and (max-width: 375px) {
  /*
	* Structure
	*/
  .page-template-tmpl-wide-php #primary {
    padding: 0px;
  }
  header {
    background-size: 254px;
    background-position: 50% 6%;
  }
  header hgroup #site-title {
    width: 300px;
    height: 85px;
  }
  .flexslider li .caption {
    position: relative;
    font-size: 2.5rem;
  }
  .flexslider .flex-control-nav {
    bottom: 40px;
  }
  footer.container p {
    width: 100%;
    font-size: 11px;
  }
  #content {
    padding: 0px 15px;
  }
  table#brewery-table .region {
    display: none;
  }
  .four.simple-grid li {
    width: 42%;
  }
  #brewery-table_wrapper,
  .beers_table {
    float: none;
    width: 99%;
  }
  #craft-seal {
    float: none;
  }
  /*
    * Typography
    */
  h1.cat-title,
  h1.archive-title {
    margin: 0em 0px 0px -5px;
    line-height: 0.8em;
    padding-top: 3px;
  }
  article h1,
  h1.cat-title,
  h1.archive-title {
    line-height: 30px;
    font-size: 1.7em;
  }
  .entry h2 {
    line-height: 18px;
  }
  h3.day {
    margin: 1em 0px 0.5em 0px;
  }
}
@media screen and (max-width: 340px) {
  header {
    background-size: 230px;
    background-position: 50% 7%;
  }
}
@media print {
  /*Print Styles*/
  .print {
    display: block;
  }
  .screen {
    display: none;
  }
  *,
  body,
  html,
  #wrapper,
  #main,
  #content {
    color: #000 !important;
  }
  #content p,
  #content td,
  #content a,
  figure,
  caption {
    font-size: 12px;
  }
  a[href]:after {
    content: "";
  }
  nav,
  aside,
  #searchform,
  #social-links,
  #login-form {
    display: none;
  }
  header {
    height: auto;
  }
  #container {
    float: none !important;
    clear: both !important;
    display: block !important;
    position: relative !important;
    width: 800px;
    margin: 0px auto;
    box-shadow: none;
  }
  .page #main,
  .post #main,
  .single #main,
  section#primary {
    padding: 0px;
    margin: 0px;
    position: relative;
    float: none;
    width: 100%;
    min-height: 0px;
    left: auto;
    right: auto;
  }
  #content table {
    width: 600px;
    margin: 0px 0px 10px 0px;
    color: #000;
  }
  #content table a {
    color: #000;
  }
  form,
  form fieldset {
    background: none;
    border-radius: 0px;
    border: none;
  }
  footer {
    background: none;
  }
  footer p,
  footer a {
    color: #000;
  }
  #site-title a {
    background: url(../images/design/logo_lg.png) no-repeat !important;
    background-size: 100% !important;
  }
  #site-description {
    background: url(../images/design/dates.jpg) no-repeat !important;
    background-size: 100% !important;
  }
  /*#site-title,  #site-description {
	float: none;
	margin: 0;
	padding:0;
	line-height: 1.4em;
}
#site-title {
	font-size: 13pt;
}
*/
}
.embedded-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .embedded-video {
    margin-bottom: 0px;
  }
}
.embedded-video figure,
.embedded-video img,
.embedded-video .video {
  z-index: 2;
  margin: 0px;
}
.embedded-video img,
.embedded-video iframe {
  max-width: 100%;
}
.embedded-video .fluid-width-video-wrapper {
  padding-top: 0px !important;
}
.embedded-video .fluid-width-video-wrapper iframe {
  position: static;
  width: 900px;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .embedded-video .fluid-width-video-wrapper iframe {
    max-height: 425px;
  }
}
@media screen and (max-width: 568px) {
  .embedded-video .fluid-width-video-wrapper iframe {
    max-height: 200px;
    max-width: 410px;
  }
}
.embedded-video .wp-block-embed__wrapper {
  position: relative;
  z-index: 2;
}
/**
* 10.0 Plugins
*
**/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  outline: none !important;
}
.m-0 {
  margin: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-05 {
  margin-bottom: 5px !important;
}
.mb-1 {
  margin-bottom: 10px !important;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.mb-4 {
  margin-bottom: 40px !important;
}
.mb-5 {
  margin-bottom: 50px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-1 {
  margin-top: 10px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
.mt-4 {
  margin-top: 40px !important;
}
@media screen and (min-width: 900px) {
  .mt-md-5 {
    margin-top: 50px !important;
  }
}
.d-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.w-100 {
  width: 100%;
}
