/*
 Theme Name:   craftbeer2018
 Description:  Theme for newly imagined craftbeer.com. No longer a child tehme
 Author:       Nathan Zander and Sarah Baldwin
 Version:      2.0.0
 Text Domain:  craftbeer2018
*/
/**
* 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
* - 3.1 Asides & Footer
*
* 4.0 Page and Post Layout
* - 4.1 Page Sections
* - 4.2 Unique Pages & Page Templates (Body Level)
* -  - 4.2.1 Home
* -  - 4.2.2 Single post/page
* -  - 4.2.3 Archives
* -  - 4.2.4 Boring Archive
* -  - 4.2.5 Contributors
* -  - 4.2.6 Custom Archive
* -  - 4.2.7 Custom archive tweaks
* -  - 4.2.8 Tasting Tools
* -  - 4.2.9 Events Archive
* -  - 4.2.10 Newsletter Sign Up
* -  - 4.2.11 Is It Craft
* -  - 4.2.12 Epic Template
* -  - 4.2.13 Page Pledge
* - 4.3 Post Templates (#primary.content-area level)
* -  - 4.3.1 Recipes
* -  - 4.3.2 Collections (Single, Archive)
* - 4.4 Atomic Elements
* -  - 4.4.1 Page + Post Level Elements
* -  - 4.4.2 Bucket (Archive) Level Elements
* -  - 4.4.3 Collection Level Items
* -  - 4.4.4 Post Block
* -  - 4.4.5 Misc
* -  - 4.4.6 AB Container Block
* -  - 4.4.7 Media + Text Block
*
* 5.0 Navigation
* - 5.1 Pagination
* - 5.2 Navbars
*
* 6.0 HTML Elements
* - 6.1 Tables
* - 6.2 Lists
* - 6.3 Forms (external file)
* - 6.4 Other
*
* 7.0 Unique Components (classes & Mixins)
* - 7.1 Buckets/Grid
* - 7.2 Galleries
* - 7.3 Accordions
* - 7.4 Image Helpers
* - 7.5 UI Widgets
* - 7.6 Modals
* - - 7.6.1 Violators
* - 7.7 Mixins
* - 7.8 Animations
* - 7.* Misc Classes
*
*
* 8.0 Phark
* 9.0 Media Queries
* 10.0 Plugins
* - 10.1 Autocomplete
* - 10.2 BAC
**/
/** Template/Demo Styles. Remove this entire block for live!!! **/
/*.template .phark, .template .phark a{text-indent: 0px;}*/
.template .for-demo {
  display: block;
}
/**/
/**
* 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 */
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: Georgia, serif;
  font-size: 1.6rem;
  line-height: 1.428;
  color: #383A37;
  background-color: transparent;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #006dac;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #bb8404;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 3px;
  -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: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #ECBB01;
}
.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: Georgia, 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: #a2a2a2;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
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: 1rem;
  margin-bottom: 1rem;
}
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: 4rem;
}
h2,
.h2 {
  font-size: 3rem;
}
h3,
.h3 {
  font-size: 3rem;
}
h4,
.h4 {
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 1.6rem;
}
h6,
.h6 {
  font-size: 2rem;
}
p {
  margin: 0 0 1rem;
}
.lead {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 2.4rem;
  }
}
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: #a2a2a2;
}
.text-primary {
  color: #ECBB01;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b99301;
}
.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: #ECBB01;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #b99301;
}
.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: 0rem;
  margin: 4rem 0 2rem;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}
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: 2rem;
}
dt,
dd {
  line-height: 1.428;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1px) {
  .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 #a2a2a2;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 1rem 2rem;
  margin: 0 0 2rem;
  font-size: 2rem;
  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.428;
  color: #a2a2a2;
}
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: 2rem;
  font-style: normal;
  line-height: 1.428;
}
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: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  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: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.6rem;
  line-height: 1.428;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
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: 1050px) {
  .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,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18 {
  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,
.col-xs-17,
.col-xs-18 {
  float: left;
}
.col-xs-18 {
  width: 100%;
}
.col-xs-17 {
  width: 94.44444444%;
}
.col-xs-16 {
  width: 88.88888889%;
}
.col-xs-15 {
  width: 83.33333333%;
}
.col-xs-14 {
  width: 77.77777778%;
}
.col-xs-13 {
  width: 72.22222222%;
}
.col-xs-12 {
  width: 66.66666667%;
}
.col-xs-11 {
  width: 61.11111111%;
}
.col-xs-10 {
  width: 55.55555556%;
}
.col-xs-9 {
  width: 50%;
}
.col-xs-8 {
  width: 44.44444444%;
}
.col-xs-7 {
  width: 38.88888889%;
}
.col-xs-6 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 27.77777778%;
}
.col-xs-4 {
  width: 22.22222222%;
}
.col-xs-3 {
  width: 16.66666667%;
}
.col-xs-2 {
  width: 11.11111111%;
}
.col-xs-1 {
  width: 5.55555556%;
}
.col-xs-pull-18 {
  right: 100%;
}
.col-xs-pull-17 {
  right: 94.44444444%;
}
.col-xs-pull-16 {
  right: 88.88888889%;
}
.col-xs-pull-15 {
  right: 83.33333333%;
}
.col-xs-pull-14 {
  right: 77.77777778%;
}
.col-xs-pull-13 {
  right: 72.22222222%;
}
.col-xs-pull-12 {
  right: 66.66666667%;
}
.col-xs-pull-11 {
  right: 61.11111111%;
}
.col-xs-pull-10 {
  right: 55.55555556%;
}
.col-xs-pull-9 {
  right: 50%;
}
.col-xs-pull-8 {
  right: 44.44444444%;
}
.col-xs-pull-7 {
  right: 38.88888889%;
}
.col-xs-pull-6 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 27.77777778%;
}
.col-xs-pull-4 {
  right: 22.22222222%;
}
.col-xs-pull-3 {
  right: 16.66666667%;
}
.col-xs-pull-2 {
  right: 11.11111111%;
}
.col-xs-pull-1 {
  right: 5.55555556%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-18 {
  left: 100%;
}
.col-xs-push-17 {
  left: 94.44444444%;
}
.col-xs-push-16 {
  left: 88.88888889%;
}
.col-xs-push-15 {
  left: 83.33333333%;
}
.col-xs-push-14 {
  left: 77.77777778%;
}
.col-xs-push-13 {
  left: 72.22222222%;
}
.col-xs-push-12 {
  left: 66.66666667%;
}
.col-xs-push-11 {
  left: 61.11111111%;
}
.col-xs-push-10 {
  left: 55.55555556%;
}
.col-xs-push-9 {
  left: 50%;
}
.col-xs-push-8 {
  left: 44.44444444%;
}
.col-xs-push-7 {
  left: 38.88888889%;
}
.col-xs-push-6 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 27.77777778%;
}
.col-xs-push-4 {
  left: 22.22222222%;
}
.col-xs-push-3 {
  left: 16.66666667%;
}
.col-xs-push-2 {
  left: 11.11111111%;
}
.col-xs-push-1 {
  left: 5.55555556%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-18 {
  margin-left: 100%;
}
.col-xs-offset-17 {
  margin-left: 94.44444444%;
}
.col-xs-offset-16 {
  margin-left: 88.88888889%;
}
.col-xs-offset-15 {
  margin-left: 83.33333333%;
}
.col-xs-offset-14 {
  margin-left: 77.77777778%;
}
.col-xs-offset-13 {
  margin-left: 72.22222222%;
}
.col-xs-offset-12 {
  margin-left: 66.66666667%;
}
.col-xs-offset-11 {
  margin-left: 61.11111111%;
}
.col-xs-offset-10 {
  margin-left: 55.55555556%;
}
.col-xs-offset-9 {
  margin-left: 50%;
}
.col-xs-offset-8 {
  margin-left: 44.44444444%;
}
.col-xs-offset-7 {
  margin-left: 38.88888889%;
}
.col-xs-offset-6 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 27.77777778%;
}
.col-xs-offset-4 {
  margin-left: 22.22222222%;
}
.col-xs-offset-3 {
  margin-left: 16.66666667%;
}
.col-xs-offset-2 {
  margin-left: 11.11111111%;
}
.col-xs-offset-1 {
  margin-left: 5.55555556%;
}
.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,
  .col-sm-17,
  .col-sm-18 {
    float: left;
  }
  .col-sm-18 {
    width: 100%;
  }
  .col-sm-17 {
    width: 94.44444444%;
  }
  .col-sm-16 {
    width: 88.88888889%;
  }
  .col-sm-15 {
    width: 83.33333333%;
  }
  .col-sm-14 {
    width: 77.77777778%;
  }
  .col-sm-13 {
    width: 72.22222222%;
  }
  .col-sm-12 {
    width: 66.66666667%;
  }
  .col-sm-11 {
    width: 61.11111111%;
  }
  .col-sm-10 {
    width: 55.55555556%;
  }
  .col-sm-9 {
    width: 50%;
  }
  .col-sm-8 {
    width: 44.44444444%;
  }
  .col-sm-7 {
    width: 38.88888889%;
  }
  .col-sm-6 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 27.77777778%;
  }
  .col-sm-4 {
    width: 22.22222222%;
  }
  .col-sm-3 {
    width: 16.66666667%;
  }
  .col-sm-2 {
    width: 11.11111111%;
  }
  .col-sm-1 {
    width: 5.55555556%;
  }
  .col-sm-pull-18 {
    right: 100%;
  }
  .col-sm-pull-17 {
    right: 94.44444444%;
  }
  .col-sm-pull-16 {
    right: 88.88888889%;
  }
  .col-sm-pull-15 {
    right: 83.33333333%;
  }
  .col-sm-pull-14 {
    right: 77.77777778%;
  }
  .col-sm-pull-13 {
    right: 72.22222222%;
  }
  .col-sm-pull-12 {
    right: 66.66666667%;
  }
  .col-sm-pull-11 {
    right: 61.11111111%;
  }
  .col-sm-pull-10 {
    right: 55.55555556%;
  }
  .col-sm-pull-9 {
    right: 50%;
  }
  .col-sm-pull-8 {
    right: 44.44444444%;
  }
  .col-sm-pull-7 {
    right: 38.88888889%;
  }
  .col-sm-pull-6 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 27.77777778%;
  }
  .col-sm-pull-4 {
    right: 22.22222222%;
  }
  .col-sm-pull-3 {
    right: 16.66666667%;
  }
  .col-sm-pull-2 {
    right: 11.11111111%;
  }
  .col-sm-pull-1 {
    right: 5.55555556%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-18 {
    left: 100%;
  }
  .col-sm-push-17 {
    left: 94.44444444%;
  }
  .col-sm-push-16 {
    left: 88.88888889%;
  }
  .col-sm-push-15 {
    left: 83.33333333%;
  }
  .col-sm-push-14 {
    left: 77.77777778%;
  }
  .col-sm-push-13 {
    left: 72.22222222%;
  }
  .col-sm-push-12 {
    left: 66.66666667%;
  }
  .col-sm-push-11 {
    left: 61.11111111%;
  }
  .col-sm-push-10 {
    left: 55.55555556%;
  }
  .col-sm-push-9 {
    left: 50%;
  }
  .col-sm-push-8 {
    left: 44.44444444%;
  }
  .col-sm-push-7 {
    left: 38.88888889%;
  }
  .col-sm-push-6 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 27.77777778%;
  }
  .col-sm-push-4 {
    left: 22.22222222%;
  }
  .col-sm-push-3 {
    left: 16.66666667%;
  }
  .col-sm-push-2 {
    left: 11.11111111%;
  }
  .col-sm-push-1 {
    left: 5.55555556%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-18 {
    margin-left: 100%;
  }
  .col-sm-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-sm-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-sm-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-sm-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-sm-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-sm-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-sm-offset-9 {
    margin-left: 50%;
  }
  .col-sm-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-sm-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-sm-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-sm-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-sm-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-sm-offset-1 {
    margin-left: 5.55555556%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1050px) {
  .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,
  .col-md-17,
  .col-md-18 {
    float: left;
  }
  .col-md-18 {
    width: 100%;
  }
  .col-md-17 {
    width: 94.44444444%;
  }
  .col-md-16 {
    width: 88.88888889%;
  }
  .col-md-15 {
    width: 83.33333333%;
  }
  .col-md-14 {
    width: 77.77777778%;
  }
  .col-md-13 {
    width: 72.22222222%;
  }
  .col-md-12 {
    width: 66.66666667%;
  }
  .col-md-11 {
    width: 61.11111111%;
  }
  .col-md-10 {
    width: 55.55555556%;
  }
  .col-md-9 {
    width: 50%;
  }
  .col-md-8 {
    width: 44.44444444%;
  }
  .col-md-7 {
    width: 38.88888889%;
  }
  .col-md-6 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 27.77777778%;
  }
  .col-md-4 {
    width: 22.22222222%;
  }
  .col-md-3 {
    width: 16.66666667%;
  }
  .col-md-2 {
    width: 11.11111111%;
  }
  .col-md-1 {
    width: 5.55555556%;
  }
  .col-md-pull-18 {
    right: 100%;
  }
  .col-md-pull-17 {
    right: 94.44444444%;
  }
  .col-md-pull-16 {
    right: 88.88888889%;
  }
  .col-md-pull-15 {
    right: 83.33333333%;
  }
  .col-md-pull-14 {
    right: 77.77777778%;
  }
  .col-md-pull-13 {
    right: 72.22222222%;
  }
  .col-md-pull-12 {
    right: 66.66666667%;
  }
  .col-md-pull-11 {
    right: 61.11111111%;
  }
  .col-md-pull-10 {
    right: 55.55555556%;
  }
  .col-md-pull-9 {
    right: 50%;
  }
  .col-md-pull-8 {
    right: 44.44444444%;
  }
  .col-md-pull-7 {
    right: 38.88888889%;
  }
  .col-md-pull-6 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 27.77777778%;
  }
  .col-md-pull-4 {
    right: 22.22222222%;
  }
  .col-md-pull-3 {
    right: 16.66666667%;
  }
  .col-md-pull-2 {
    right: 11.11111111%;
  }
  .col-md-pull-1 {
    right: 5.55555556%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-18 {
    left: 100%;
  }
  .col-md-push-17 {
    left: 94.44444444%;
  }
  .col-md-push-16 {
    left: 88.88888889%;
  }
  .col-md-push-15 {
    left: 83.33333333%;
  }
  .col-md-push-14 {
    left: 77.77777778%;
  }
  .col-md-push-13 {
    left: 72.22222222%;
  }
  .col-md-push-12 {
    left: 66.66666667%;
  }
  .col-md-push-11 {
    left: 61.11111111%;
  }
  .col-md-push-10 {
    left: 55.55555556%;
  }
  .col-md-push-9 {
    left: 50%;
  }
  .col-md-push-8 {
    left: 44.44444444%;
  }
  .col-md-push-7 {
    left: 38.88888889%;
  }
  .col-md-push-6 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 27.77777778%;
  }
  .col-md-push-4 {
    left: 22.22222222%;
  }
  .col-md-push-3 {
    left: 16.66666667%;
  }
  .col-md-push-2 {
    left: 11.11111111%;
  }
  .col-md-push-1 {
    left: 5.55555556%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-18 {
    margin-left: 100%;
  }
  .col-md-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-md-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-md-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-md-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-md-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-md-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-md-offset-9 {
    margin-left: 50%;
  }
  .col-md-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-md-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-md-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-md-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-md-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-md-offset-1 {
    margin-left: 5.55555556%;
  }
  .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,
  .col-lg-17,
  .col-lg-18 {
    float: left;
  }
  .col-lg-18 {
    width: 100%;
  }
  .col-lg-17 {
    width: 94.44444444%;
  }
  .col-lg-16 {
    width: 88.88888889%;
  }
  .col-lg-15 {
    width: 83.33333333%;
  }
  .col-lg-14 {
    width: 77.77777778%;
  }
  .col-lg-13 {
    width: 72.22222222%;
  }
  .col-lg-12 {
    width: 66.66666667%;
  }
  .col-lg-11 {
    width: 61.11111111%;
  }
  .col-lg-10 {
    width: 55.55555556%;
  }
  .col-lg-9 {
    width: 50%;
  }
  .col-lg-8 {
    width: 44.44444444%;
  }
  .col-lg-7 {
    width: 38.88888889%;
  }
  .col-lg-6 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 27.77777778%;
  }
  .col-lg-4 {
    width: 22.22222222%;
  }
  .col-lg-3 {
    width: 16.66666667%;
  }
  .col-lg-2 {
    width: 11.11111111%;
  }
  .col-lg-1 {
    width: 5.55555556%;
  }
  .col-lg-pull-18 {
    right: 100%;
  }
  .col-lg-pull-17 {
    right: 94.44444444%;
  }
  .col-lg-pull-16 {
    right: 88.88888889%;
  }
  .col-lg-pull-15 {
    right: 83.33333333%;
  }
  .col-lg-pull-14 {
    right: 77.77777778%;
  }
  .col-lg-pull-13 {
    right: 72.22222222%;
  }
  .col-lg-pull-12 {
    right: 66.66666667%;
  }
  .col-lg-pull-11 {
    right: 61.11111111%;
  }
  .col-lg-pull-10 {
    right: 55.55555556%;
  }
  .col-lg-pull-9 {
    right: 50%;
  }
  .col-lg-pull-8 {
    right: 44.44444444%;
  }
  .col-lg-pull-7 {
    right: 38.88888889%;
  }
  .col-lg-pull-6 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 27.77777778%;
  }
  .col-lg-pull-4 {
    right: 22.22222222%;
  }
  .col-lg-pull-3 {
    right: 16.66666667%;
  }
  .col-lg-pull-2 {
    right: 11.11111111%;
  }
  .col-lg-pull-1 {
    right: 5.55555556%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-18 {
    left: 100%;
  }
  .col-lg-push-17 {
    left: 94.44444444%;
  }
  .col-lg-push-16 {
    left: 88.88888889%;
  }
  .col-lg-push-15 {
    left: 83.33333333%;
  }
  .col-lg-push-14 {
    left: 77.77777778%;
  }
  .col-lg-push-13 {
    left: 72.22222222%;
  }
  .col-lg-push-12 {
    left: 66.66666667%;
  }
  .col-lg-push-11 {
    left: 61.11111111%;
  }
  .col-lg-push-10 {
    left: 55.55555556%;
  }
  .col-lg-push-9 {
    left: 50%;
  }
  .col-lg-push-8 {
    left: 44.44444444%;
  }
  .col-lg-push-7 {
    left: 38.88888889%;
  }
  .col-lg-push-6 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 27.77777778%;
  }
  .col-lg-push-4 {
    left: 22.22222222%;
  }
  .col-lg-push-3 {
    left: 16.66666667%;
  }
  .col-lg-push-2 {
    left: 11.11111111%;
  }
  .col-lg-push-1 {
    left: 5.55555556%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-18 {
    margin-left: 100%;
  }
  .col-lg-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-lg-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-lg-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-lg-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-lg-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-lg-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-lg-offset-9 {
    margin-left: 50%;
  }
  .col-lg-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-lg-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-lg-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-lg-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-lg-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-lg-offset-1 {
    margin-left: 5.55555556%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: #ECBB01;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a2a2a2;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
.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.428;
  vertical-align: top;
  border-top: 1px solid #ECBB01;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ECBB01;
}
.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 #ECBB01;
}
.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 #ECBB01;
}
.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 #ECBB01;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #de9286;
}
.table-hover > tbody > tr:hover {
  background-color: #ECBB01;
}
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: #ECBB01;
}
.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: #d3a701;
}
.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: 1.5rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ECBB01;
  }
  .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: 2rem;
  font-size: 2.4rem;
  line-height: inherit;
  color: #333333;
  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: 1.6rem;
  line-height: 1.428;
  color: #C5C5C5;
}
.form-control {
  display: block;
  width: 100%;
  height: 16rem;
  padding: 6px 12px;
  font-size: 1.6rem;
  line-height: 1.428;
  color: #C5C5C5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -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;
  background-color: #5C666F;
}
.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: 16rem;
  }
  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: 13rem;
  }
  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: 25rem;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 2rem;
  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: 3.6rem;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 13rem;
  padding: 5px 10px;
  font-size: 1.6rem - 0.2;
  line-height: 1;
  border-radius: 0px;
}
select.input-sm {
  height: 13rem;
  line-height: 13rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 13rem;
  padding: 5px 10px;
  font-size: 1.6rem - 0.2;
  line-height: 1;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 13rem;
  line-height: 13rem;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 13rem;
  min-height: 3.4rem;
  padding: 6px 10px;
  font-size: 1.6rem - 0.2;
  line-height: 1;
}
.input-lg {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2.2rem;
  line-height: 1;
  border-radius: 0px;
}
select.input-lg {
  height: 25rem;
  line-height: 25rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2.2rem;
  line-height: 1;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 25rem;
  line-height: 25rem;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 25rem;
  min-height: 4.2rem;
  padding: 11px 16px;
  font-size: 2.2rem;
  line-height: 1;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 20rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 16rem;
  height: 16rem;
  line-height: 16rem;
  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: 25rem;
  height: 25rem;
  line-height: 25rem;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 13rem;
  height: 13rem;
  line-height: 13rem;
}
.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: 7rem;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #777b75;
}
@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: 9rem;
}
.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: 2.2rem;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 1.6rem - 0.2;
  }
}
.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: 1.6rem;
  line-height: 1.428;
  border-radius: 3px;
  -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: #FFF;
  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: #FFF;
  background-color: #C74A37;
  border-color: #772c21;
}
.btn-default:focus,
.btn-default.focus {
  color: #FFF;
  background-color: #9f3b2c;
  border-color: #130705;
}
.btn-default:hover {
  color: #FFF;
  background-color: #9f3b2c;
  border-color: #471a14;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #9f3b2c;
  border-color: #471a14;
}
.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: #FFF;
  background-color: #833124;
  border-color: #130705;
}
.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: #C74A37;
  border-color: #772c21;
}
.btn-default .badge {
  color: #C74A37;
  background-color: #FFF;
}
.btn-primary {
  color: #fff;
  background-color: #ECBB01;
  border-color: #d3a701;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #b99301;
  border-color: #544200;
}
.btn-primary:hover {
  color: #fff;
  background-color: #b99301;
  border-color: #967701;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #b99301;
  border-color: #967701;
}
.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: #967701;
  border-color: #544200;
}
.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: #ECBB01;
  border-color: #d3a701;
}
.btn-primary .badge {
  color: #ECBB01;
  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: #0196EC;
  border-color: #0186d3;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #0176b9;
  border-color: #003554;
}
.btn-info:hover {
  color: #fff;
  background-color: #0176b9;
  border-color: #015f96;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0176b9;
  border-color: #015f96;
}
.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: #015f96;
  border-color: #003554;
}
.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: #0196EC;
  border-color: #0186d3;
}
.btn-info .badge {
  color: #0196EC;
  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: #006dac;
  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: #bb8404;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #a2a2a2;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 2.2rem;
  line-height: 1;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 1.6rem - 0.2;
  line-height: 1;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 1.6rem - 0.2;
  line-height: 1;
  border-radius: 0px;
}
.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: 1.6rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -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: 0rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  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: #ECBB01;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #a2a2a2;
}
.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: 1.6rem - 0.2;
  line-height: 1.428;
  color: #a2a2a2;
  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: 1px) {
  .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: #a2a2a2;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #a2a2a2;
  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: #006dac;
}
.nav .nav-divider {
  height: 1px;
  margin: 0rem 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.428;
  border: 1px solid transparent;
  border-radius: 3px 3px 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: #C5C5C5;
  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: 3px;
}
.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: 3px 3px 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: 3px;
}
.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: #ECBB01;
}
.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: 3px;
}
.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: 3px 3px 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: 40px;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}
@media (min-width: 1px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 1px) {
  .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: 1px) {
  .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: 1px) {
  .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: 1px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1px) {
  .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: 19px 12px;
  font-size: 2.2rem;
  line-height: 2rem;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1px) {
  .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: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: 1px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 9.5px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 2rem;
}
@media (max-width: 0px) {
  .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: 2rem;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.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: 12px;
  margin-bottom: 12px;
}
@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: 0px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1px) {
  .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: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-btn.btn-sm {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 19px;
  margin-bottom: 19px;
}
@media (min-width: 1px) {
  .navbar-text {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 1px) {
  .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: 0px) {
  .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: #c8c8c8;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #c8c8c8;
}
.navbar-inverse .navbar-nav > li > a {
  color: #c8c8c8;
}
.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: 0px) {
  .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: #c8c8c8;
  }
  .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: #c8c8c8;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #c8c8c8;
}
.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: 2rem;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #a2a2a2;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 2rem 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428;
  text-decoration: none;
  color: #006dac;
  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: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #bb8404;
  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: #ECBB01;
  border-color: #ECBB01;
  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: #a2a2a2;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 2.2rem;
  line-height: 1;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 1.6rem - 0.2;
  line-height: 1;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 2rem 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: #a2a2a2;
  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: #a2a2a2;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #898989;
}
.label-primary {
  background-color: #ECBB01;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #b99301;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #0196EC;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0176b9;
}
.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: 1.6rem - 0.2;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #a2a2a2;
  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: #006dac;
  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: 2rem;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: 2rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -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: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  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: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-top-right-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-bottom-right-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ECBB01;
}
.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: 2rem;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.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: #333333;
  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: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #ECBB01;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ECBB01;
  border-color: #ECBB01;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ECBB01;
}
.panel-primary > .panel-heading .badge {
  color: #ECBB01;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ECBB01;
}
.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: 3px;
  -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: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 2.4rem;
  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;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1050px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 1.6rem - 0.2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 1.6rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.site-header:before,
.site-header:after,
#content:before,
#content: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,
.modal-header:after,
.modal-footer:after,
.site-header:after,
#content: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: 1049px) {
  .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: 1049px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1049px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1049px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1050px) 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: 1050px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1050px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1050px) 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: 1049px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1050px) 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;
  }
}
/*
Description: Our base theme for all BA sites. Fully responsive and optimized for
1000px BS 3.0. This was created as a parent theme, but we decided parent themes
too inefficient
Author: Nathan Zander
Version: 2.1
*/
/**
* 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
*  - 3.1 Page Templates
*
* 4.0 Layout
* - 4.1 Page Sections
* - 4.2 Unique Pages & Page Templates (Body Level)
* -  - 4.2.1 Home
* -  - 4.2.2 Single post/page
* -  - 4.2.3 Archives
* - 4.3 Post Templates (#primary.content-area level)
* - 4.4 Atomic Elements
*
* 5.0 Navigation
* - 5.1 Pagination
* - 5.2 Navbars
*
* 6.0 HTML Elements
* - 6.1 Tables
* - 6.2 Lists
* - 6.3 Forms (external file)
*
* 7.0 Unique Components (classes)
* - 7.1 Buckets/Grid
* - 7.2 Galleries
* - 7.3 Accordions
* - 7.4 Image Helpers
* - 7.5 UI Widgets
* - 7.6 Modals
* - 7.* Misc Classes
*
* 8.0 Phark
* 9.0 Media Queries
* 10.0 Plugins
**/
/**
* 2.0 Typography
*
**/
body {
  font-size: 1.6rem;
  font-family: Georgia, serif;
  line-height: 1.428;
}
a {
  transition: 0.25s;
}
a:focus {
  color: #006dac;
}
a:hover {
  color: #bb8404;
}
a.btn {
  color: #FFF;
  border: 1px solid transparent;
}
a.btn:hover {
  color: #FFF;
  border: 1px solid #bb8404;
}
a.btn:hover {
  color: #FFF;
}
nav a {
  display: block;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-decoration: none !important;
}
h1,
h2,
h3,
h4 {
  font-family: Georgia, serif;
  font-size: 2.2rem;
  font-weight: normal;
}
h2,
.h2 {
  font-size: 2.2rem - 0.2;
  margin: 25px / 2 * 2 0px 25px / 2 0px;
}
h3,
.h3 {
  font-size: 2.2rem - 0.4;
}
h4,
.h4 {
  font-size: 2.2rem - 0.6;
}
p,
cite,
time,
td,
li,
caption,
figcaption,
.wp-caption-text {
  color: #383A37;
  font-size: 1.6rem;
  line-height: 1.428;
}
p {
  margin: 25px / 2 0px;
}
p:empty {
  display: none;
}
figcaption,
.wp-caption-text {
  padding-top: 5px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
}
.wp-caption-text {
  margin: 0px;
  padding-top: 5px;
}
cite,
time {
  font-size: 1.6rem - 0.2;
  font-style: italic;
}
.entry-title,
.entry-title a {
  text-decoration: none;
}
.breadcrumb {
  padding: 0px;
  background-color: transparent;
  min-height: 44px;
}
.breadcrumb li a {
  text-decoration: none;
}
.widgettitle {
  display: none;
}
/**
* 3.0 STRUCTURE
*
**/
body {
  background: transparent;
}
.ba-container {
  width: 18 * 75px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
#wrapper {
  transition: all 0.1s ease-out;
}
/*header*/
.site-header {
  background: transparent;
  position: relative;
  z-index: 10;
  margin-left: -12px;
  margin-right: -13px;
  margin: 0px;
}
.site-header .header-content {
  width: 18 * 75px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
#content {
  clear: both;
  margin-left: -12px;
  margin-right: -13px;
  width: 18 * 75px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
#primary {
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  background: transparent;
  min-height: 800px;
  display: block;
  position: relative;
  padding: 25px / 2 * 2;
}
@media (min-width: 1050px) {
  #primary {
    float: left;
    width: 44.44444444%;
  }
}
@media (min-width: 768px) {
  #primary {
    left: 16.66666667%;
  }
}
.home #primary {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  padding: 0px;
}
@media (min-width: 768px) {
  .home #primary {
    float: left;
    width: 61.11111111%;
  }
}
@media (min-width: 768px) {
  .home aside {
    right: 61.11111111%;
  }
}
aside {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  background: transparent;
  float: left;
  padding: 25px / 2;
}
@media (min-width: 768px) {
  aside {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  aside {
    right: 44.44444444%;
  }
}
aside#ads {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  background: transparent;
  float: left;
}
@media (min-width: 768px) {
  aside#ads {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  aside#ads {
    left: 0%;
  }
}
.home #ads {
  left: auto;
}
@media (min-width: 768px) {
  .home #ads {
    right: 61.11111111%;
  }
}
.site-footer {
  width: 18 * 75px;
  margin: 0 auto;
  max-width: 100%;
  background: transparent;
  clear: both;
  text-align: center;
  min-height: 300px;
  position: relative;
}
.page-template-tmpl-wide-php #primary {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 1050px) {
  .page-template-tmpl-wide-php #primary {
    float: left;
    width: 61.11111111%;
  }
}
@media (min-width: 1050px) {
  .page-template-tmpl-wide-php #secondary {
    right: 61.11111111%;
  }
}
.page-template-tmpl-wide-php #ads {
  left: auto;
}
@media (min-width: 1050px) {
  .page-template-tmpl-wide-php #ads {
    right: 61.11111111%;
  }
}
.page-beer-history #primary.wide {
  max-width: 1050px;
  width: 82%;
  margin: 0 auto;
  float: none;
}
/**
* 4.0 LAYOUT DESIGN
*
* Includes one-time use components
**/
.site-header {
  /*hgroup*/
  /*nav*/
}
.site-header .site-branding {
  float: left;
}
.site-header .site-branding .site-title {
  margin: 0px;
  padding: 0px;
}
.site-header .site-branding .site-title a,
.site-header .site-branding .site-title picture {
  display: block;
}
.site-header .search-form {
  float: right;
}
.site-header .search-form label {
  margin-bottom: 0px;
}
.site-header .search-form .search-submit {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.site-header .search-form .search-submit:active,
.site-header .search-form .search-submit:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.site-header #toggle-search {
  float: right;
  font-size: 17px;
}
.site-header #toggle-search:hover {
  cursor: pointer;
}
.site-header .social {
  float: right;
}
.site-header .social li {
  display: inline-block;
}
.site-header .social li a {
  display: block;
  color: #000;
  font-size: 18px;
}
.site-header .social li a:hover {
  color: #bb8404;
}
.widgets {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#hero {
  position: relative;
}
#hero img {
  width: 100%;
  height: auto;
}
#hero .video-post picture,
.format-video a.entry-link {
  position: relative;
}
#hero .video-post picture:before,
.format-video a.entry-link:before {
  font-family: 'fontello';
  content: "\e814";
  color: #FFF;
  font-size: 135px;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 50%;
  height: 50%;
  display: table;
  text-align: center;
  transition: 0.25s;
}
#hero .video-post:hover picture:before,
.format-video a.entry-link:hover:before {
  color: #333;
  transition: 0.25s;
}
.format-video a.entry-link:before {
  font-size: 75px;
}
#social-links {
  position: absolute;
  top: 25px / 2 * 2;
  right: 25px / 2 * 2;
}
#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;
}
.entry-content .featured-image {
  float: right;
  margin: 0px 0px 25px / 2 25px / 2;
  width: 50%;
  height: auto;
}
.entry-content .featured-image img {
  margin: 0px;
  width: 100%;
}
.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
/*.archive .site-main{

		article{

			clear: both;
			min-height: 150px;

			.entry-title{
				margin-top: 0px;
			}
			.posted-on{font-size: @font-size-small; font-style: italic;}

			.post-thumbnail{
				float: right;
				width: 20%;
				max-width: 125px;
				margin: 0px 0px 0px @2pad;
				.clearfix();

				img{width: 100%; height: auto;}
			}

			.entry-content{
				p{margin-bottom: 0px;}
			}
		}

	}*/
/**
* 5.0 NAVIGATION
*
**/
#access {
  z-index: 1;
  background: transparent;
  clear: both;
  width: 18 * 75px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
#access:before,
#access:after {
  content: " ";
  display: table;
}
#access:after {
  clear: both;
}
#access:before,
#access:after {
  content: " ";
  display: table;
}
#access:after {
  clear: both;
}
#access #search-form {
  display: none;
}
#menu-tertiary {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 50%;
  text-align: right;
}
nav ul {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px;
}
#menu-main {
  list-style: none;
  *zoom: 1;
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: table;
}
.js #menu-main {
  max-width: none;
  position: static;
}
#menu-main > li {
  position: relative;
  display: table-cell;
  text-align: center;
  background: #EEE;
}
#menu-main > li > a {
  height: auto;
  line-height: 1;
  padding: 15px 0px;
  color: #383A37;
  font-size: 1.8rem;
}
#menu-main > li.hover > ul {
  left: 0px;
}
#menu-main > li.hover > a,
#menu-main > li.current-menu-ancestor > a,
#menu-main > li.current-menu-item > a {
  background-color: #DDD;
}
/*	@media screen and (min-width: @grid-float-breakpoint) { //Nav styles for non-mobile only
		#menu-main li a:hover{color: @navbar-link-active-color;}
		#menu-main li li.hover a, #menu-main li.hover, #menu-main li.hover.current-menu-ancestor, #menu-main li.hover.current-menu-ancestor a{
			color: @navbar-link-hover-color;
			background-color: @navbar-bg-hover;}
	}
*/
#menu-main > li > ul {
  position: absolute;
  left: -9999px;
}
#menu-main > li li {
  background: #EEE;
}
#menu-main > li li > a {
  font-size: 1.8rem - 0.1;
  text-align: left;
  padding: 5px 20px;
  text-transform: none;
}
#menu-main > li li > a:hover {
  background: #DDD;
}
#menu-main > li li ul {
  padding-bottom: 5px;
}
#menu-main > li li li > a {
  color: #6b6e69;
  padding: 3px 20px;
  font-size: 1.8rem - 0.3;
}
#menu-main > li li li > a:hover {
  background: #DDD;
}
#menu-supp li a {
  display: none;
}
#menu-supp.single-post li a {
  display: block;
}
#menu-supp li li,
#menu-supp.single-post li {
  padding: 5px 0px;
}
#menu-supp li li a,
#menu-supp.single-post li a {
  color: #383A37;
  display: block;
  font-size: 1.8rem;
}
#menu-supp li li a:hover,
#menu-supp.single-post li a:hover {
  color: #C74A37;
}
#menu-supp li li.current-menu-item > a,
#menu-supp.single-post li.current-menu-parent > a {
  color: #C74A37;
}
#menu-supp li li li a,
#menu-supp.single-post li li li a {
  font-size: 1.8rem - 0.3;
}
#menu-footer {
  width: 100%;
}
#menu-footer > li {
  display: block;
  float: left;
  width: 33%;
  text-align: left;
  padding-left: 5%;
  border-right: 3px rgba(197, 197, 197, 0.2) solid;
  min-height: 125px;
}
#menu-footer > li:last-child {
  border: none;
}
#menu-footer > li a {
  color: #C5C5C5;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 20px;
}
#menu-footer li li a {
  font-family: Georgia, serif;
  white-space: nowrap;
  font-size: 14px;
  padding: 2px 0px;
  text-transform: uppercase;
}
#menu-footer li li a:hover {
  color: #ECBB01;
}
/**
* 6.0 HTML ELEMENTS
*
**/
table,
.table {
  background-color: transparent;
}
table thead tr,
table thead th,
table tfoot tr,
table tfoot tr:hover {
  background: #ECBB01;
  text-align: center;
}
table thead th {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 10px 8px;
  color: #000;
}
table thead tr th:only-child,
table thead tr td:only-child {
  border-radius: 3px 3px 0px 0px;
  border-width: 1px;
}
table tfoot tr td {
  border-radius: 0px 0px 3px 3px;
  border-width: 1px;
}
table tr {
  background-color: transparent;
}
table tr:nth-child(2n) {
  background-color: #fedb55;
}
.entry-content table td img {
  width: auto;
  height: auto;
  max-width: 90%;
}
table p,
table td,
table li {
  font-size: 1.6rem;
}
ul.simple,
ol.simple {
  list-style: none;
  margin-left: 0px;
  -webkit-padding-start: 0px;
}
.search-form {
  position: relative;
}
.search-form:before {
  content: '\e815';
  font-family: "fontello";
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  color: #C5C5C5;
  position: absolute;
  top: 5px;
  left: 2px;
}
input[type="search"] {
  border: 1px solid #CCC;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: normal;
  text-indent: 18px;
  color: #C5C5C5;
}
input[type="submit"] {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1.6rem;
  line-height: 1.428;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  border-radius: 0px !important;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  letter-spacing: 2px;
  line-height: 1.8;
  font-weight: 500;
  cursor: pointer;
  height: auto;
  padding: 25px / 2 45px;
  background: #5C666F;
  transition: none;
  display: inline-block;
  color: #fff;
  background-color: #ECBB01;
  border-color: #d3a701;
  background: #ECBB01;
  background: repeating-linear-gradient(115deg, #b7cc47, #b7cc47 8px, #b3c846 8px, #b3c846 16px);
  color: #FFF;
}
input[type="submit"]:focus,
input[type="submit"]:active:focus,
input[type="submit"].active:focus,
input[type="submit"].focus,
input[type="submit"]:active.focus,
input[type="submit"].active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"].focus {
  color: #FFF;
  text-decoration: none;
}
input[type="submit"]:active,
input[type="submit"].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);
}
input[type="submit"].disabled,
input[type="submit"][disabled],
fieldset[disabled] input[type="submit"] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
ainput[type="submit"].disabled,
fieldset[disabled] ainput[type="submit"] {
  pointer-events: none;
}
input[type="submit"].btn-lg {
  font-size: 2.4rem;
  padding: 1% 3%;
}
input[type="submit"].btn-small {
  font-size: 1.3rem;
  line-height: 1.5;
}
input[type="submit"].btn-xs {
  padding: 0px 7px;
  font-size: 1.2rem;
  line-height: 1.8;
}
input[type="submit"]:hover {
  border-width: 0px;
}
input[type="submit"].btn-lg {
  font-size: 2.4rem;
  padding: 1% 3%;
}
input[type="submit"].btn-small {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 5px 10px;
}
input[type="submit"].btn-xs {
  padding: 0px 7px;
  font-size: 1.2rem;
  line-height: 1.8;
}
input[type="submit"]:hover {
  text-decoration: none;
}
input[type="submit"]:active,
input[type="submit"].active {
  box-shadow: none;
  position: relative;
  top: 2px;
  left: 2px;
}
input[type="submit"]:focus {
  outline: none !important;
  outline-color: transparent;
  outline-style: none;
}
input[type="submit"]:focus,
input[type="submit"].focus {
  color: #fff;
  background-color: #b99301;
  border-color: #544200;
}
input[type="submit"]:hover {
  color: #fff;
  background-color: #b99301;
  border-color: #967701;
}
input[type="submit"]:active,
input[type="submit"].active,
.open > .dropdown-toggleinput[type="submit"] {
  color: #fff;
  background-color: #b99301;
  border-color: #967701;
}
input[type="submit"]:active:hover,
input[type="submit"].active:hover,
.open > .dropdown-toggleinput[type="submit"]:hover,
input[type="submit"]:active:focus,
input[type="submit"].active:focus,
.open > .dropdown-toggleinput[type="submit"]:focus,
input[type="submit"]:active.focus,
input[type="submit"].active.focus,
.open > .dropdown-toggleinput[type="submit"].focus {
  color: #fff;
  background-color: #967701;
  border-color: #544200;
}
input[type="submit"]:active,
input[type="submit"].active,
.open > .dropdown-toggleinput[type="submit"] {
  background-image: none;
}
input[type="submit"].disabled:hover,
input[type="submit"][disabled]:hover,
fieldset[disabled] input[type="submit"]:hover,
input[type="submit"].disabled:focus,
input[type="submit"][disabled]:focus,
fieldset[disabled] input[type="submit"]:focus,
input[type="submit"].disabled.focus,
input[type="submit"][disabled].focus,
fieldset[disabled] input[type="submit"].focus {
  background-color: #ECBB01;
  border-color: #d3a701;
}
input[type="submit"] .badge {
  color: #ECBB01;
  background-color: #fff;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background: #bb8404;
  color: #FFF;
}
input[type="submit"].disabled,
input[type="submit"].disabled:hover,
input[type="submit"].disabled:focus {
  background: #999;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background: repeating-linear-gradient(115deg, #b7cc47, #b7cc47 8px, #c5d971 8px, #c5d971 16px);
}
input[type="submit"].disabled,
input[type="submit"].disabled:hover,
input[type="submit"].disabled:focus {
  background: #999;
}
@media screen and (max-width: 767px) {
  input[type="submit"] {
    font-size: 13px;
    padding: 9.5px 35px;
  }
}
blockquote {
  width: 49%;
  margin-right: 2%;
  width: 50%;
  float: left;
  float: right;
  padding: 25px / 2 0px;
  margin: 25px / 2;
  border: 5px solid #ECBB01;
  border-width: 3px 0px;
}
blockquote p {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 400;
  color: #383A37;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0px;
  padding: 0px;
}
blockquote.full {
  width: 98%;
}
blockquote.long {
  width: 98%;
  padding-left: 12%;
  border: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}
blockquote.long p {
  color: #383A37;
  font-style: italic;
  font-weight: normal;
}
.link-with-icon {
  font-family: "fontello";
  padding: 0px 3px;
  font-size: 1.6rem - 0.1;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
.pdf,
.download {
  text-decoration: none;
}
.pdf:after,
.download:after {
  content: '\e80f' !important;
  font-family: "fontello";
  padding: 0px 3px;
  font-size: 1.6rem - 0.1;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
a.audio {
  text-decoration: none;
}
a.audio:after {
  content: '\e824' !important;
  font-family: "fontello";
  padding: 0px 3px;
  font-size: 1.6rem - 0.1;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
a.video {
  text-decoration: none;
}
a.video:after {
  content: '\e84a' !important;
  font-family: "fontello";
  padding: 0px 3px;
  font-size: 1.6rem - 0.1;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
/**
* 7.0 UNIQUE COMPONENTS (Reusable classes)
*
**/
/*
* We use the 'bucket' pattern throughout the site, home page
* buckets, and galleries. Here will try to abstract each bucket. Specific '
* applications of each bucket should live within the context of the page?
*
* We are using the flexbox model
*/
.grid {
  display: flex;
  margin: 0 -25px / 2;
}
.grid-item {
  height: auto;
  margin: 0 25px / 2;
  width: 33%;
}
.grid-item .grid-category {
  font-size: 1.4rem;
  /* This could be moved to a mixin if will be reused */
}
.grid-item .grid-category a {
  text-decoration: none;
  color: #ECBB01;
}
.grid-item .grid-image-link {
  display: block;
}
.grid-item .grid-image,
.grid-item img {
  max-width: 100%;
  height: auto;
}
.grid-item .grid-title {
  font-size: 2rem;
}
.grid-item .grid-content,
.grid-item .entry-content {
  display: block;
  font-size: 1.4rem;
}
.grid.four .grid-item {
  width: 25%;
}
.gallery {
  margin-bottom: 25px / 2 * 2;
  clear: both;
  display: block;
}
.gallery.lightbox {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.gallery.lightbox .gallery-item {
  width: 33%;
  display: block;
  padding: 1%;
}
.gallery.lightbox .gallery-item img {
  width: 100%;
  height: auto;
}
.gallery.lightbox .image-title {
  font-family: Georgia, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-size: 2.2rem - 0.4;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-transform: none;
}
.gallery.lightbox .image-title small,
.gallery.lightbox .image-title .small {
  font-weight: normal;
  line-height: 1;
  color: #a2a2a2;
}
.gallery.lightbox .image-title small,
.gallery.lightbox .image-title .small {
  font-size: 65%;
}
.gallery.lightbox.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.lightbox.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.captioned .gallery-item {
  padding-bottom: 25px / 2 * 2;
}
.gallery.carousel {
  background: #FFF;
  padding: 25px / 2;
}
.gallery.carousel .carousel-inner > .gallery-item {
  width: 100%;
}
.gallery.carousel .carousel-inner > .gallery-item > img {
  margin: 0px;
  padding: 0px;
  width: 50%;
  height: auto;
  float: left;
}
.gallery.carousel .carousel-inner > .gallery-item > .carousel-caption {
  float: left;
  text-align: left;
  width: 50%;
  color: #383A37;
  text-shadow: none;
  position: relative;
  left: auto;
  right: auto;
  padding-left: 3%;
}
.gallery.carousel .carousel-inner > .gallery-item > .carousel-caption h2 {
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.gallery.carousel .carousel-inner > .gallery-item > .carousel-caption p,
.gallery.carousel .carousel-inner > .gallery-item > .carousel-caption li {
  text-align: left;
  font-size: 1.6rem;
}
.gallery.carousel .carousel-inner > .gallery-item > .carousel-caption ul {
  list-style: disc;
  margin-left: 16px;
}
.gallery.carousel .carousel-indicators {
  bottom: 12px;
  width: 41%;
  right: 5%;
  left: auto;
}
.gallery.carousel .carousel-indicators li {
  border-color: #000;
  margin: 2px;
}
.gallery.carousel .carousel-indicators li.active {
  background-color: #000;
  border: 0px;
  width: 10px;
  height: 10px;
  margin: 0px 1px 2px 1px;
}
.gallery.carousel .carousel-control {
  text-shadow: none;
  color: #FFF;
  font-size: 38px;
  position: absolute;
  top: 45%;
  width: 35px;
  height: 55px;
  float: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.25s;
  z-index: 20;
  border: none;
}
.gallery.carousel .carousel-control:hover {
  border: 0px;
}
.gallery.carousel .carousel-control.right {
  top: 43%;
  right: -25px;
}
.gallery.carousel .carousel-control.left {
  left: -25px;
}
.gallery.carousel .carousel-control i {
  margin-left: -8px;
}
.gallery.carousel:hover .right {
  opacity: 1;
  right: 0px;
}
.gallery.carousel:hover .left {
  left: 0px;
  opacity: 1;
}
.slideshow {
  position: relative;
}
.slideshow img {
  width: 100%;
  height: auto;
}
.slideshow .slideshow-pagination {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.slideshow .slideshow-pagination a {
  background: rgba(0, 0, 0, 0.2);
  top: 41%;
  left: 0px;
  position: absolute;
  border-bottom: none;
  color: #FFF;
  font-size: 38px;
}
.slideshow .slideshow-pagination a.cycle-next {
  right: 0px;
  left: auto;
}
.slideshow #caption {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  z-index: 10000;
}
.slideshow #caption p {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 16px;
  color: #FFF;
  margin: 0px;
  padding: 25px / 2;
}
.accordion h3 {
  font-family: Georgia, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-size: 2.2rem - 0.2;
  margin: 25px / 2 * 2 0px 25px / 2 0px;
  font-size: 2.2rem;
  padding: 25px / 2;
  border-bottom: 4px solid #ECBB01;
  font-weight: normal;
  background: #ECBB01;
  color: #383A37;
  vertical-align: middle !important;
  margin: 0px;
  padding: 0px;
  margin: 25px / 2 0px;
  cursor: pointer;
  clear: both;
  text-align: left;
  position: relative;
  font-size: 1.7rem;
  border: 0px;
}
.accordion h3 small,
.accordion h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #a2a2a2;
}
.accordion h3 small,
.accordion h3 .small {
  font-size: 65%;
}
.accordion h3 > a {
  color: #FFF;
  display: block;
  border: none;
  padding: 1%;
}
.accordion h3 > a:before {
  font-family: "fontello";
  padding: 0px 3px;
  font-size: 1.6rem - 0.1;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  content: '\e832';
  font-size: 20px;
  color: #FFF;
  margin-right: 2%;
}
.accordion h3 > a.collapsed:before {
  content: '\e82e';
}
.accordion h3 > a:hover {
  border: none;
  text-decoration: none;
}
.accordion div > p {
  margin-top: 0px;
}
.accordion div > img {
  margin-top: 0px;
}
/*img*/
.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 25px / 2 0px;
  clear: both;
}
.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 0px;
}
.alignnone.wp-caption {
  width: 100% !important;
}
.alignnone.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0px;
}
.alignleft {
  width: 40%;
  float: left;
  margin: 4px 25px / 2 25px / 2 0px;
  clear: both;
}
.alignright {
  width: 40%;
  float: right;
  margin: 4px 0px 25px / 2 25px / 2;
  clear: both;
}
.smaller,
.alignleft.smaller,
.alignright.smaller {
  width: 20%;
}
.smaller .smaller,
.alignleft.smaller .smaller,
.alignright.smaller .smaller {
  width: 100%;
}
.larger,
.alignleft.larger,
.alignright.larger {
  width: 60%;
}
.larger .larger,
.alignleft.larger .larger,
.alignright.larger .larger {
  width: 100%;
}
.ui-header {
  font-family: Georgia, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-size: 2.2rem - 0.2;
  margin: 25px / 2 * 2 0px 25px / 2 0px;
  font-size: 2.2rem;
  padding: 25px / 2;
  border-bottom: 4px solid #ECBB01;
  font-weight: normal;
  background: #ECBB01;
  color: #383A37;
  vertical-align: middle !important;
}
.ui-header small,
.ui-header .small {
  font-weight: normal;
  line-height: 1;
  color: #a2a2a2;
}
.ui-header small,
.ui-header .small {
  font-size: 65%;
}
.ui-element {
  background-color: #ECBB01;
  border-bottom: 1px solid #FFF;
}
.info-box {
  width: 50%;
  float: right;
  margin: 25px / 2 0px 25px / 2 25px / 2;
  padding: 25px / 2;
  background: #FFF;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.15);
  clear: right;
}
.info-box h3 > a {
  color: #ECBB01;
  text-decoration: none;
  cursor: pointer;
}
.info-box h3 > a:hover {
  color: #C74A37;
}
.info-box h3 + p {
  margin-top: 0px;
}
.info-box h2 {
  color: #ECBB01;
}
.info-box img {
  width: 100%;
}
.info-box p {
  padding: 25px / 2;
}
.info-box p + p {
  padding: 0px 25px / 2;
}
.info-box p:last-child {
  margin-bottom: 0px;
}
.info-box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.info-box ul li {
  background-color: #ECBB01;
  border-bottom: 1px solid #FFF;
  background: none;
  padding: 1% 0px;
  margin: 0px;
}
.info-box ul:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.info-box ul.simple,
.info-box ol.simple {
  margin: 0px 0px 0px 0px;
  border-bottom: 0px !important;
}
.info-box ul.simple li,
.info-box ol.simple li {
  border: 0px;
  padding: 2px 1rem;
}
.info-box ul.simple li.heading,
.info-box ol.simple li.heading {
  font-weight: bold;
  margin: 4px 0px -4px 0px;
}
.info-box ul.simple li:first-child,
.info-box ol.simple li:first-child {
  font-weight: normal;
}
.info-box ol {
  margin: -25px / 2;
}
.info-box ol li {
  padding: 4px 11px;
  background-color: #ECBB01;
  border-bottom: 1px solid #FFF;
  background: none;
  list-style-position: inside;
}
.info-box table {
  margin: 0px 0px 25px / 2 -25px / 2;
  width: 110%;
  max-width: 110%;
}
.info-box table thead td {
  font-weight: bold;
  text-align: center !important;
}
.info-box .icons i {
  font-size: 2rem;
  margin-right: 5px;
}
.info-box .icons a:hover {
  border: none;
}
.info-box .icons i.fa-external-link {
  color: #006dac;
}
.info-box .icons i.fa-external-link:hover {
  color: #bb8404;
}
.info-box a.btn {
  width: 100%;
  margin: 25px / 2 0px 0px 0px;
  color: #FFF;
}
.info-box a.btn:hover {
  color: #FFF;
  background: #ECBB01;
}
.info-box.full {
  width: 100%;
  float: none;
  clear: both;
  margin: 25px / 2 * 2 0px 25px / 2 0px;
}
.info-box.full h2.tag-btn {
  margin-bottom: 4px;
}
.info-box.full h3 ~ h3,
.info-box.full h3 ~ div h3 {
  background: none;
  margin: -7px 0px;
  padding: 0px 9px;
  font-size: 1.8rem;
  color: #ECBB01;
  font-weight: normal;
  border-bottom: 0px !important;
}
.info-box.full ul {
  margin: 0px 0px 25px / 2 0px;
  padding-bottom: 7px;
  border-bottom: 2px solid #FFF;
}
.info-box.full ul:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.info-box.full li {
  background: none;
  border: none;
  list-style: none;
}
.info-box .info-footer {
  height: 20px;
  background: #ECBB01;
  height: 25px / 2 * 2;
  margin: 25px / 2 -25px / 2 -25px / 2 -25px / 2;
}
.info-box:after {
  content: "";
  clear: both;
  display: block;
}
.msg {
  padding: 25px / 2;
}
.alert,
.msg {
  clear: both;
}
.modal .close {
  position: absolute;
  right: -15px;
  top: -11px;
  opacity: 0.8;
}
.modal .modal-dialog {
  margin: 34vh auto;
}
.modal #search-form {
  margin-bottom: 0px;
}
.modal #search-form input[type='text'] {
  border: 1px solid #CCC;
  margin: 0px;
}
.modal #search-form .navbar-nav > li.form .form-group + .btn {
  right: 0px;
}
.close {
  line-height: 0.8;
}
.half {
  width: 49%;
  margin-right: 2%;
  float: left;
}
.half + .half {
  margin-right: 0px;
}
/**
* 8.0 Phark
*
* Image Replacement
**/
.savor-the-flavor {
  position: absolute;
  left: 1%;
  bottom: 1%;
  width: auto;
  height: 25px;
}
.ba-logo {
  position: absolute;
  right: 1%;
  bottom: 1%;
  width: auto;
  height: 49px;
}
/**
* 9.0 Media Queries
*
**/
@media print {
}
/**
* 10.0 Plugins
*
**/
/*Style Guide Palette*/
.entry-content .palette .row {
  height: 100px;
}
.entry-content .palette .row div {
  height: 100%;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}
.entry-content .palette .row div.gray {
  background: #C5C5C5;
}
.entry-content .palette .row div.gray-dk {
  background: #333333;
}
.entry-content .palette .row div.gray-lt {
  background: #a2a2a2;
}
.entry-content .palette .row div.gray-trans {
  background: rgba(197, 197, 197, 0.2);
}
.entry-content .palette .row div.brand-primary {
  background: #ECBB01;
}
.entry-content .palette .row div.brand-primary-dk {
  background: #bb8404;
}
.entry-content .palette .row div.brand-primary-lt {
  background: #fedb55;
}
.entry-content .palette .row div.brand-primary-trans {
  background: rgba(236, 187, 1, 0.6);
}
.entry-content .palette .row div.brand-alt {
  background: #C74A37;
}
.entry-content .palette .row div.brand-alt-dk {
  background: #772c21;
}
.entry-content .palette .row div.brand-alt-lt {
  background: #de9286;
}
.entry-content .palette .row div.brand-alt-trans {
  background: rgba(199, 74, 55, 0.7);
}
.entry-content .palette .row div.brand-success {
  background: #5cb85c;
}
.entry-content .palette .row div.brand-warning {
  background: #f0ad4e;
}
.entry-content .palette .row div.brand-danger {
  background: #d9534f;
}
.entry-content .palette .row div.brand-info {
  background: #0196EC;
}
.entry-content .palette .row div.brand-tertiary {
  background: #5C666F;
}
.entry-content .palette .row div.brand-four {
  background: #9AB430;
}
.entry-content .palette .row div.brand-five {
  background: #42282F;
}
/*This is shitty*/
* {
  outline: none;
}
.no-margin,
.nomargin {
  margin: 0px;
  padding: 0px;
}
.no-border {
  border: 0px;
  border-radius: 0px;
}
.clear {
  clear: both;
}
.perfect {
  height: 0;
}
.text-container {
  max-width: 900px;
  padding: 0px 15px;
  margin: 0 auto;
}
/**
* 2.0 Typography
*
**/
body {
  font-family: Georgia, serif;
  color: #383A37;
}
h1,
h2,
h3,
h4 {
  font-family: Georgia, serif;
  color: #383A37;
}
p,
li,
td,
time {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #383A37;
}
p:empty {
  display: none;
}
time {
  display: block;
  margin: 25px / 2 0px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-style: normal;
}
a {
  color: #006dac;
}
a:hover {
  color: #006dac;
  text-decoration: underline;
}
a.with-arrow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
a.with-arrow:after {
  content: '\e81e';
  font-family: 'fontello';
  font-size: 13px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  a.with-arrow:after {
    font-size: 10px;
  }
}
p > a.internal-link:not(.read-more):not(.btn) {
  font-weight: bold;
  text-decoration: underline;
  color: #0196EC;
}
.page-title,
.entry-title,
#menu-main,
.dropdown-toggle {
  opacity: 0;
}
.wf-active .page-title,
.wf-active .entry-title,
.wf-active #menu-main,
.wf-active .dropdown-toggle {
  opacity: 1;
}
/*h1.entry-title{
	font-size: 3rem;
	margin: @1pad 0px;
	color: @text-color;
	font-weight: 600;
}*/
h1 sup {
  font-size: 35%;
  top: -1.4em;
}
/*h1*/
.display {
  font-size: 46px;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
h2,
.h2 {
  font-size: 2.2rem;
}
h2.alt {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h2.alt {
    font-size: 28px;
  }
}
.gekco h2,
.gecko h2 {
  font-weight: 500;
}
h3,
.h3 {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-transform: none;
}
h4,
.h4,
.photo-credit,
.credit,
.wp-caption-text,
figcaption {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #a2a2a2;
}
h4:empty,
.h4:empty,
.photo-credit:empty,
.credit:empty,
.wp-caption-text:empty,
figcaption:empty {
  display: none;
}
.smaller .wp-caption-text,
.smaller figcaption {
  font-size: 1.3rem;
}
hr.fat {
  height: 15px;
  border: 0px;
  background: repeating-linear-gradient(115deg, transparent, transparent 3px, rgba(0, 0, 0, 0.07) 3px, rgba(0, 0, 0, 0.07) 6px);
  margin: 30px 0px;
}
hr.fat + h2 {
  margin-top: 0px;
}
hr,
.hr {
  height: 1px;
  background: none;
  border-top: 1px solid #a2a2a2;
  clear: both;
  display: block;
  width: calc(100% - 30px);
}
hr.margin-lg,
.hr.margin-lg {
  margin: 2rem;
}
hr.wp-block-separator {
  max-width: 1200px;
  margin: 60px auto;
  border-bottom: 0px !important;
  border-color: #ebebeb;
}
@media screen and (max-width: 768px) {
  hr.wp-block-separator {
    margin: 50px auto;
  }
}
@media screen and (max-width: 568px) {
  hr.wp-block-separator {
    margin: 30px auto;
  }
}
blockquote {
  width: 35%;
  padding: 0px 0px 0px 0px;
  margin: 0px -25px / 2 * 2 15px 30px;
  border: none;
}
blockquote p {
  font-size: 3rem;
  color: #a2a2a2;
  font-family: Georgia, serif;
  font-weight: 100;
}
blockquote:after {
  content: "";
  display: block;
  height: 25px;
  width: 60%;
  background: repeating-linear-gradient(115deg, transparent, transparent 3px, rgba(0, 0, 0, 0.07) 3px, rgba(0, 0, 0, 0.07) 6px);
}
blockquote.full {
  float: none;
  margin: 30px 0px;
}
blockquote.full:after {
  width: 30%;
}
.section-title {
  margin: 15px 15px 0px;
  clear: both;
  font-size: 20px;
  text-transform: uppercase;
}
.section-title.centered {
  text-align: center;
  display: block;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-width: 1px 0px;
  padding: 3px 0px;
  margin: 30px auto;
  width: 215px;
}
hr.simple + .section-title {
  margin-top: 45px;
}
.BA-resource {
  position: relative;
}
.BA-resource:before {
  content: url('https://cdn.craftbeer.com/wp-content/uploads/20180327165031/cb_bug.png');
  position: absolute;
  left: -40px;
  bottom: -10px;
}
.wp-block-buttons .wp-block-button {
  margin-right: 0px;
}
p.has-small-font-size {
  font-size: 13px !important;
  line-height: 1.4 !important;
}
p.has-large-font-size {
  font-size: 32px !important;
  line-height: 1.3 !important;
}
/**
* 3.0 Structure
*
**/
#content {
  min-height: 800px;
  width: 18 * 75px;
  max-width: 100%;
  margin-top: -120px;
}
.single #content {
  max-width: 89%;
}
#primary {
  width: calc(100% - 290px);
  padding: 25px 25px / 2 * 2 0px 25px / 2 * 2;
}
@media (min-width: 768px) {
  #primary {
    left: 0%;
  }
}
#primary + #secondary {
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 0px 25px / 2 * 2 25px / 2 * 2 25px / 2 * 2;
  width: auto;
  right: 0px;
  top: 80px;
  float: right;
  min-height: 800px;
  max-width: 290px;
}
.category-beer-and-food #secondary {
  min-height: 0px !important;
}
.page-beer-schools #primary {
  padding-left: 55px;
}
#primary.wide {
  width: 100%;
  max-width: 1400px;
}
#primary.wide .social-links.top {
  right: 0px;
}
#primary.wide.but-not-too-wide {
  max-width: 900px;
  margin: 0 auto;
  float: none;
  left: auto;
}
#primary.fullwidth {
  width: 100%;
  max-width: 1400px;
  max-width: 100%;
  padding: 82px 0px 0px 0px;
}
#primary.reversed {
  left: 325px;
  width: calc(100% - 325px);
}
#primary.reversed + #secondary {
  width: 325px;
  left: 0px;
  right: auto;
  top: 100px;
  position: absolute;
  float: none;
  border-left: 0px;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
}
.page #primary {
  padding-top: 50px;
}
/*aside*/
#secondary {
  width: 240px + 25px / 2 * 2;
}
#mini-sidebar {
  width: auto;
  float: right;
  width: 275px;
}
#mini-sidebar aside {
  width: 100%;
  float: none;
  right: auto;
  left: auto;
  position: relative;
  padding: 0px;
}
#mini-sidebar.ads {
  width: 240px;
  height: 600px;
  right: 25px / 2 * 2;
}
.editors_picks.widget,
.popular-posts.widget,
.most_recent.widget {
  margin-bottom: 25px;
}
.editors_picks.widget h2,
.popular-posts.widget h2,
.most_recent.widget h2 {
  margin-top: -15px;
  position: relative;
  font-size: 26px;
  color: #383A37;
}
.editors_picks.widget h2:before,
.popular-posts.widget h2:before,
.most_recent.widget h2:before {
  content: "";
  position: absolute;
  top: 61px;
  left: 0px;
  width: 90px;
  height: 1px;
  background-color: #383A37;
}
.editors_picks.widget h2 span,
.popular-posts.widget h2 span,
.most_recent.widget h2 span {
  background-color: #383A37;
  color: #FFF;
  text-decoration: none;
  border-radius: 50px;
  width: 90px;
  height: 90px;
  display: inline-block;
  text-align: center;
  padding-top: 32px;
  margin-left: 9px;
}
.editors_picks.widget ul,
.popular-posts.widget ul,
.most_recent.widget ul {
  margin: 0px;
  padding: 0px;
  width: 240px;
}
.editors_picks.widget ul li,
.popular-posts.widget ul li,
.most_recent.widget ul li {
  list-style: none;
  margin-bottom: 25px / 2;
  padding-bottom: 25px / 2;
  line-height: 1.2;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.editors_picks.widget ul li:last-child,
.popular-posts.widget ul li:last-child,
.most_recent.widget ul li:last-child {
  border: none;
}
.editors_picks.widget ul li a,
.popular-posts.widget ul li a,
.most_recent.widget ul li a {
  color: #383A37;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 1px;
}
.popular-posts.widget,
.most_recent.widget {
  display: none !important;
}
.popular-posts.widget h2:before,
.most_recent.widget h2:before {
  left: 106px;
  width: 80px;
}
.placeholder {
  background-color: #5C666F;
}
.ad {
  margin-bottom: 25px / 2 * 2;
}
.ad.landscape {
  text-align: center;
  margin: 180px auto 0px;
  display: none;
}
.ad.landscape:empty {
  height: 0px;
}
.widget + .ad {
  margin-top: 25px / 2 * 2;
}
.skyscraper {
  height: 400px;
}
.page-what-is-a-craft-brewery .ad {
  display: none;
}
#primary + #secondary.list-style {
  position: absolute;
  top: 0px;
  right: 55px;
  float: none;
  border: none;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  max-width: 290px;
}
#primary + #secondary.list-style .sidebar-title {
  color: #C74A37;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  transform: rotate(270deg);
  font-size: 28px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 107px;
  left: -110px;
}
#primary + #secondary.list-style .post-thumbnail,
#primary + #secondary.list-style .tag,
#primary + #secondary.list-style .category-title,
#primary + #secondary.list-style .social-links {
  display: none;
}
#primary + #secondary.list-style .bucket {
  margin: 0px;
  padding: 0px;
}
#primary + #secondary.list-style .bucket .entry-title {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 17px;
  margin-bottom: 10px;
}
#primary + #secondary.list-style .bucket .entry-title a:hover {
  text-decoration: none;
}
#primary + #secondary.list-style .bucket .entry-title a:after {
  display: inline-block;
  content: "";
  background-image: url(images/icons/arrow.png);
  position: relative;
  top: 2px;
  left: 5px;
  width: 16px;
  height: 16px;
}
#primary + #secondary.list-style .bucket .entry-title a:hover:after {
  background-image: url(images/icons/arrow_hover.png);
}
footer {
  width: 100%;
  clear: both;
  margin-top: 180px;
  background-color: #383A37;
  position: relative;
}
footer:before,
footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer:before,
footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer p,
footer h2 {
  color: #FFF;
}
footer h2 {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  footer h2 {
    font-size: 16px;
  }
}
footer p {
  font-size: 15px;
  margin-bottom: 25px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
footer small {
  color: #FFF;
  font-size: 12px;
  margin: 0px;
  display: inline-block;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
}
footer small a {
  color: #fff;
}
footer small a:hover {
  color: #ECBB01;
}
@media screen and (max-width: 767px) {
  footer small {
    font-size: 10px;
  }
}
footer .super-footer {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .super-footer {
    flex-direction: column;
  }
}
footer .super-footer .newsletter-signup,
footer .super-footer .supporter-seal {
  flex-basis: 50%;
  padding: 25px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .super-footer .newsletter-signup,
  footer .super-footer .supporter-seal {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .super-footer .newsletter-signup,
  footer .super-footer .supporter-seal {
    flex-basis: 100%;
    padding: 35px 25px;
  }
}
footer .super-footer .supporter-seal {
  background: linear-gradient(#EFEFEF, #C1C1C1);
}
footer .super-footer .supporter-seal p {
  color: #383A37;
}
footer .super-footer .supporter-seal a {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  footer .super-footer .supporter-seal a {
    font-size: 12px;
  }
}
footer .super-footer .supporter-seal > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .super-footer .supporter-seal > div img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  footer .super-footer .supporter-seal > div img {
    width: 90px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .super-footer .supporter-seal > div img {
    width: 100px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  footer .super-footer .supporter-seal {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer .super-footer .supporter-seal {
    padding: 25px 20px 25px 5px;
  }
}
footer .super-footer .newsletter-signup {
  background: linear-gradient(#9D9D9D, #636363);
}
footer .footer-main {
  background-color: #383A37;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  footer .footer-main {
    flex-direction: column;
  }
}
footer .footer-main .social-wrapper {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 50px 10px 100px;
}
footer .footer-main .social-wrapper img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .social-wrapper img {
    width: 129px;
  }
}
@media screen and (max-width: 1050px) {
  footer .footer-main .social-wrapper {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-main .social-wrapper {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main .social-wrapper {
    flex-basis: 100%;
    padding: 30px 25px 35px 25px;
  }
}
footer .footer-main .social-wrapper > div {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .social-wrapper > div {
    padding-left: 5px;
  }
}
footer .footer-main .social-wrapper .col-header {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 0px;
  color: #9AB430;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer .footer-main .social-wrapper .col-header {
    margin-top: 20px;
    font-size: 15px;
  }
}
footer .footer-main .social-wrapper .social-icons a {
  margin-right: 10px;
  font-size: 20px;
  background: #fff;
  padding: 6px 3px;
  border-radius: 100%;
}
footer .footer-main .social-wrapper .social-icons a:hover {
  color: #788c25;
}
@media screen and (max-width: 767px) {
  footer .footer-main .social-wrapper .social-icons a {
    font-size: 16px;
    padding: 3px 2px;
  }
}
footer .footer-main .footer-menu-wrapper {
  flex-basis: 70%;
  padding: 60px 100px 0px 0px;
}
@media screen and (max-width: 1050px) {
  footer .footer-main .footer-menu-wrapper {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-menu-wrapper {
    flex-basis: 100%;
    padding: 5px 25px;
  }
}
footer #menu-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  footer #menu-footer {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
footer #menu-footer > li {
  width: auto;
  min-width: 135px;
  border: none;
  padding: 0px 5px;
}
footer #menu-footer > li.col-header > a {
  pointer-events: none;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 0px;
  color: #9AB430;
}
@media screen and (max-width: 767px) {
  footer #menu-footer > li.col-header > a {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer #menu-footer > li .sub-menu {
    column-count: 2;
    margin-bottom: 30px;
  }
}
footer #menu-footer > li:last-of-type .sub-menu {
  margin-bottom: 0px;
}
footer #menu-footer li li a {
  color: #fff;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
  padding-bottom: 6px;
  white-space: normal;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer #menu-footer li li a {
    font-size: 13px;
    line-height: 18px;
  }
}
footer #menu-footer li li a:after {
  display: none;
}
footer hr {
  max-width: 85%;
  margin: 20px auto;
  border-color: #fff;
}
@media screen and (max-width: 1050px) {
  footer hr {
    max-width: 90%;
  }
}
footer .footer-end {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1492px;
  width: 78%;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 1050px) {
  footer .footer-end {
    width: 87%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-end {
    width: 100%;
    padding: 0px 25px 30px 25px;
  }
}
footer .footer-end .savor-flavor-link img {
  width: 110px;
}
@media screen and (max-width: 767px) {
  footer .footer-end .savor-flavor-link img {
    width: 83px;
  }
}
.cookie-settings-button {
  position: relative;
  background: none;
  border: none!important;
  color: #FFE !important;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: none;
  font-size: 16px!important;
  font-weight: normal;
  margin: 0px;
  white-space: normal!important;
  padding: 2px 0px 6px!important;
  display: inline-block;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .cookie-settings-button {
    font-size: 13px;
    line-height: 18px;
  }
}
.cookie-settings-button:hover {
  color: #ECBB01 !important;
  background-color: #ffffff00 !important;
}
.cookie-settings-button:after {
  display: none;
}
/**
* 4.0 LAYOUT DESIGN
*
* Includes one-time use components
**/
.brewery-news,
.brewers_banter,
.craftbeer-com-news,
.beer-release {
  color: #ECBB01;
}
.beer-and-food {
  color: #C74A37;
}
.beer {
  color: #9AB430;
}
.breweries {
  color: #5C666F;
}
.beer-style,
.course {
  color: #ECBB01;
}
.site-header {
  margin: 0px;
  position: relative;
  top: -120px;
  z-index: 100;
  /*hgroup*/
}
.site-header .header-content {
  width: 100%;
}
.site-header:after {
  content: "";
  height: 41px;
  width: 100%;
  background-color: #383A37;
}
.site-header .site-branding {
  float: left;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 130px;
  left: 50px;
  z-index: 10;
  margin: 0px 0px 40px 0px;
}
.site-header .site-branding .site-title {
  z-index: 100;
}
.site-header .site-branding .site-title img {
  width: auto;
  height: 79px;
}
#utilities {
  position: absolute;
  bottom: -204px;
  right: 5%;
  z-index: 10;
}
#utilities div {
  display: block;
  float: left;
  padding: 0px 5px;
}
#utilities div i {
  font-size: 18px;
  color: #383A37;
}
#utilities div:hover > i {
  cursor: pointer;
  color: #006dac;
}
#utilities #toggle-social {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #383A37;
}
#utilities #toggle-social > .social {
  position: absolute;
  right: -40px;
  bottom: -41px;
  padding: 17px 21px 0px 21px;
}
#utilities #toggle-social > .social li {
  opacity: 0;
  transition: 0.2s opacity ease-in;
  display: inline-block;
}
#utilities #toggle-social > .social li i {
  color: #efefef;
}
#utilities #toggle-social > .social li a:hover i {
  color: #006dac;
}
#utilities #toggle-social > .social 928 li:nth-child(1) {
  transition-delay: 0.1s;
}
#utilities #toggle-social > .social li:nth-child(2) {
  transition-delay: 0.05s;
}
#utilities #toggle-social > .social li:nth-child(3) {
  transition-delay: 0s;
}
#utilities #toggle-social:hover {
  color: #006dac;
}
#utilities #toggle-social:hover > .social li {
  opacity: 1;
  transition: 0.2s opacity ease-out;
}
#utilities #toggle-social:hover > .social li:nth-child(1) {
  transition-delay: 0.05s;
}
#utilities #toggle-social:hover > .social li:nth-child(2) {
  transition-delay: 0.1s;
}
#utilities #toggle-social:hover > .social li:nth-child(3) {
  transition-delay: 0.15s;
}
#utilities #toggle-login .oneall_social_login_label {
  display: none;
}
#utilities #toggle-login .oneall_social_login {
  position: absolute;
  top: -61px;
  right: 0px;
}
#utilities #toggle-login .oneall_social_login_providers .plugin #providers .provider {
  display: block;
  float: none;
}
#utilities #toggle-search {
  float: left;
}
.page-home #utilities #toggle-social > .social li i {
  color: #000;
}
.page-home .site-header:after {
  height: 5px;
}
.page-home #content {
  max-width: 100%;
  margin-top: -105px;
}
.page-home #primary {
  padding-top: 0px;
  margin-top: -15px;
}
.page-home footer {
  margin-top: 25px;
}
.page-home #hero {
  float: left;
  width: 78%;
  margin-bottom: 45px;
}
.page-home #recent-posts {
  float: right;
  width: 22%;
  padding: 50px 0px 0px 30px;
  margin-top: 15px;
  position: relative;
}
.page-home #recent-posts #on-tap {
  color: #FFF;
  display: block;
  background-color: #333333;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #333333;
  position: absolute;
  z-index: -1;
  width: 125px;
  height: 125px;
  top: -30px;
  left: 50px;
  padding-top: 20px;
  font-weight: normal;
  font-size: 25px;
}
.page-home #recent-posts .bucket {
  clear: both;
  padding: 0px;
  margin: 0px 0px 30px 0px;
  position: relative;
}
.page-home #recent-posts .bucket .social-links {
  display: none;
}
.page-home #recent-posts .bucket .post-thumbnail {
  display: block;
  width: 100%;
  height: 200px;
}
.page-home #recent-posts .bucket .byline {
  display: none;
}
.page-home #recent-posts .bucket .category-title {
  display: block;
}
.page-home #recent-posts .bucket .entry-title {
  font-size: 20px;
  margin-bottom: 0px;
  z-index: 0;
}
.page-home section.sticky-collection {
  background: #f2f2f2;
  border-top: 15px solid #ebc01f;
  max-width: 1053px;
  width: calc(100% - 270px);
  float: left;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-home section.sticky-collection .featured-image,
.page-home section.sticky-collection .text-content {
  flex-basis: 47%;
}
.page-home section.sticky-collection .text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-home section.sticky-collection img {
  width: 100%;
  height: auto;
}
.page-home section.sticky-collection h2 {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 24px;
}
.page-home section.sticky-collection .collection-links {
  display: flex;
  flex-direction: column;
  order: 2;
}
.page-home section.sticky-collection .collection-links a {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.page-home section.sticky-collection p.text-center {
  margin-top: 20px;
  order: 3;
  width: 100%;
}
.page-home section.fullwidth {
  max-width: 100%;
  margin: 0 auto 35px auto;
  padding: 0px 0px 35px 0px;
}
.page-home .bucket.hero {
  max-width: 1053px;
  width: calc(100% - 270px);
  float: left;
  padding: 0px;
}
.page-home .bucket.hero .social-links.banner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}
.page-home .ad.skyscraper {
  margin-bottom: 0px;
  float: left;
  padding-left: 30px;
}
.page-home .ad.skyscraper:before,
.page-home .ad.skyscraper:after {
  content: " ";
  display: table;
}
.page-home .ad.skyscraper:after {
  clear: both;
}
.page-home .ad.skyscraper:before,
.page-home .ad.skyscraper:after {
  content: " ";
  display: table;
}
.page-home .ad.skyscraper:after {
  clear: both;
}
.page-home section {
  margin: 0px auto 35px auto;
  padding: 0px 7.5px 35px 7.5px;
  clear: both;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  max-width: 1200px;
}
.page-home section:last-child {
  border-bottom: 0px;
}
.page-home .section-title {
  text-align: center;
  clear: both;
  font-size: 30px;
  font-family: Georgia, serif;
  font-weight: normal;
  text-transform: none;
  position: relative;
  margin-bottom: 30px;
}
.page-home .section-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 25px);
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background-color: #000;
}
.page-home .section-title a {
  color: #383A37;
}
.page-home .interrupter {
  padding-top: 0px;
  margin-top: 0px;
}
.page-home .interrupter p {
  max-width: 800px;
  margin: 25px / 2 auto;
}
.page-home .interrupter .grid-fifth {
  margin: 0px 25px;
}
.page-home .interrupter .grid-fifth:first-child {
  margin-left: 7.5px;
}
.page-home .interrupter .grid-fifth:last-child {
  margin-right: 7.5px;
}
.page-home .interrupter-subhead {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.page-home .interrupter-subhead span {
  font-size: 14px;
  font-style: italic;
  display: block;
  text-transform: none;
  margin-top: -1px;
  line-height: 1;
}
.page-home .interrupter-text {
  text-align: center;
  margin: 0px auto 40px auto;
  max-width: 1200px;
  margin: 0 auto 50px auto;
  padding: 0px 20px 35px 20px;
}
.page-home .interrupter-text.with-border {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.page-home .interrupter-text p {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.page-home #mission {
  background-color: #f2f2f3;
  max-width: 100%;
  padding-top: 30px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.page-home #mission > .content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
.page-home .list-style.bucket {
  margin: 0px 0px 50px 0px;
  padding: 0px 15px;
}
.page-home .list-style.bucket:last-child {
  margin-bottom: 0px;
}
.page-home .list-style.bucket .post-thumbnail {
  margin-bottom: 0px;
}
.page-home .list-style.bucket .byline:after {
  display: none;
}
.page-home section.full-bleed {
  border: none;
  padding: 0px;
  position: relative;
  margin: 0px auto 75px auto;
  max-width: 100%;
}
.page-home section.full-bleed img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.page-home section.full-bleed .dark-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-home section.full-bleed .overlay-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 37%;
  width: 100%;
}
.page-home section.full-bleed .overlay-wrapper .image-text-container {
  width: 48%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.page-home section.full-bleed .overlay-wrapper .image-text-container .specialty-text {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 75%;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .page-home section.full-bleed .overlay-wrapper .image-text-container .specialty-text {
    font-size: 18px;
  }
}
.page-home section.full-bleed .overlay-wrapper .image-text-container .btn.btn-primary {
  margin-top: 20px;
}
.page-home section.full-bleed .overlay-wrapper .image-text-container:nth-of-type(2n) .specialty-text {
  width: 80%;
}
.page-home section.full-bleed .overlay-wrapper .image-text-container:first-of-type img {
  margin-left: 10%;
}
@media screen and (max-width: 1024px) {
  .page-home section.full-bleed .overlay-wrapper .image-text-container:first-of-type img {
    max-width: 400px;
  }
}
.page-home #beer-courses .hero,
.page-home #beer-finders .hero {
  width: 100%;
  height: auto;
}
.page-home #beer-courses .logo,
.page-home #beer-finders .logo {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 50%;
  padding: 5% 0px 0px 5%;
  display: block;
  z-index: 10;
}
.page-home #beer-courses .logo:hover,
.page-home #beer-finders .logo:hover {
  text-decoration: none;
}
.page-home #beer-courses .logo img,
.page-home #beer-finders .logo img {
  width: 90%;
  height: auto;
}
.page-home #beer-courses #beer-food-logo,
.page-home #beer-finders #beer-food-logo,
.page-home #beer-courses #brewery-finder,
.page-home #beer-finders #brewery-finder {
  padding: 30% 5% 0px 0%;
  text-align: right;
  right: 0%;
  left: auto;
}
.page-home #beer-finders {
  display: flex;
  align-items: flex-end;
}
.page-home #beer-finders .overlay-wrapper {
  top: auto;
  align-items: flex-start;
  transform: translateY(-30px);
}
.page-home .mobile-beer-square {
  position: relative;
}
.page-home .mobile-beer-square .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.page-home .mobile-beer-square .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%) translateY(-50%);
}
.page-home .mobile-beer-square.with-text .logo {
  top: 35%;
}
.page-home .grid-title {
  text-align: center;
  clear: both;
  font-size: 30px;
  font-family: Georgia, serif;
  font-weight: 400;
  text-transform: none;
  position: relative;
  margin-bottom: 5px;
}
.page-home .grid-title + p {
  margin-top: 0px;
  text-align: center;
}
.page-home .grid-title + p > a.with-arrow {
  text-decoration: none;
  justify-content: center;
}
.page-home section .cb-grid {
  justify-content: center;
  flex-wrap: nowrap;
  margin: 20px auto 0px auto;
}
.page-home section .cb-grid .bucket {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.page-home #news .cb-grid {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.page-home #news .cb-grid .bucket {
  margin: 0px 2% 2% 0px;
  flex-basis: 30%;
}
.page-home #news .cb-grid .bucket:nth-child(3n) {
  margin-right: 0px;
}
.page-home #news .cb-grid .bucket .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.page-home #news .cb-grid .bucket .post-thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 0.66666667 * 100%;
}
.page-home #news .cb-grid .bucket .post-thumbnail .wp-post-image,
.page-home #news .cb-grid .bucket .post-thumbnail .featured-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.page-home #news .cb-grid .bucket .entry-header {
  width: 100%;
  bottom: 0px;
  min-height: 0px;
  padding: 10px;
}
.page-home #news .cb-grid .bucket .entry-header .entry-title {
  font-size: 15px;
  line-height: 1.3;
}
.single,
.page {
  /*h1*/
}
.single .breadcrumb,
.page .breadcrumb {
  display: none;
  margin-top: -4px;
}
.single .breadcrumb a,
.page .breadcrumb a {
  color: #5C666F;
}
.single .social-links,
.page .social-links {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}
.single .pre-title,
.page .pre-title {
  text-align: left;
  display: block;
  min-height: 22px;
}
.single .pre-title .category-title,
.page .pre-title .category-title {
  display: inline-block;
  margin: 0px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  min-height: 0px;
  font-weight: 500;
  font-size: 1.6rem;
}
.single .pre-title cite:empty,
.page .pre-title cite:empty {
  display: none;
}
.single .pre-title cite:before,
.page .pre-title cite:before {
  content: " | ";
  font-style: normal;
  margin: 0px 1px;
}
.single .pre-title cite,
.page .pre-title cite {
  display: inline-block;
  margin: 0px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  min-height: 0px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #383A37;
}
.single .pre-title cite a,
.page .pre-title cite a {
  color: #383A37;
}
.single .entry-title.alt,
.page .entry-title.alt {
  display: none;
}
.single .entry-content,
.page .entry-content {
  position: relative;
}
.single .featured-image,
.page .featured-image {
  width: 30%;
  float: right;
  margin: 0px;
  padding: 0px;
  margin: 0px 0px 1% 2%;
  margin-top: 5px;
}
.single .video,
.page .video {
  width: 100%;
  float: none;
  margin: 0px;
  padding: 0px;
}
.single .video video,
.page .video video {
  width: calc(100% - 1px);
  height: auto;
}
.single .fluid-width-video-wrapper,
.page .fluid-width-video-wrapper {
  clear: both;
}
.page .breadcrumb {
  display: block;
}
.page img.round {
  border-radius: 100px;
}
.page .center-description {
  text-align: center;
}
.page .width-cap {
  max-width: 650px;
}
.page .header-text-wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.page .header-text-wrapper::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -5px;
}
.page .header-text-wrapper .section-header {
  font-size: 30px;
  font-family: Georgia, serif;
  font-weight: 300;
}
.archive#primary,
.archive.category-news#primary,
.single-regions#primary,
.archive #primary,
.archive.category-news #primary,
.single-regions #primary {
  width: 100%;
  padding-top: 0px;
  /*&:before{
			content: "";
			display: block;
			width: 130%;
			border-bottom: 5px solid #000;
			position: absolute;
			top: 6px;
			z-index: -1;
		}*/
}
.archive .page-header + .navbar,
.archive.category-news .page-header + .navbar,
.single-regions .page-header + .navbar {
  max-width: 18 * 75px;
  margin: 25px / 2 auto 25px / 2 * 2 auto;
}
.archive .section-title,
.archive.category-news .section-title,
.single-regions .section-title {
  font-size: 3.4rem;
}
.archive .social-links,
.archive.category-news .social-links,
.single-regions .social-links {
  position: relative;
  right: auto;
  left: auto;
  top: 120px;
  margin: 0 auto;
}
.archive .archive-description,
.archive.category-news .archive-description,
.single-regions .archive-description {
  text-align: center;
  padding: 0px 25px / 2 * 2;
  margin: 30px auto 0px auto;
  max-width: 950px;
}
.boring.archive #content,
.boring.page #content {
  width: 100%;
  max-width: 1400px;
}
.boring.archive #primary,
.boring.page #primary {
  width: 100%;
  padding-top: 20px;
}
.boring.archive #primary:before,
.boring.page #primary:before {
  width: 92%;
}
.boring.archive #contribute,
.boring.page #contribute {
  float: none;
  margin: 0px 0px 0px 17px;
}
.boring.archive .entry-content,
.boring.page .entry-content {
  position: initial;
}
.boring.archive .grid-half,
.boring.page .grid-half {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 50px;
}
.boring.archive .grid-half:first-child,
.boring.page .grid-half:first-child,
.boring.archive .grid-half:nth-child(2),
.boring.page .grid-half:nth-child(2) {
  border: none;
  padding-top: 0px;
}
.boring.archive #secondary,
.boring.page #secondary {
  display: none;
}
.archive.author #primary {
  padding: 80px 25px 0px 25px;
  width: calc(100% - 325px);
}
#contribute {
  margin: -38px 12.5px 45px 0px;
  float: right;
}
.page-head {
  display: none;
}
#contributor-dashboard:before {
  content: "";
  margin: 80px 0px 20px 0px;
  height: 1px;
  background: none;
  border-top: 1px solid #a2a2a2;
  clear: both;
  display: block;
  width: calc(100% - 30px);
}
#contributor-dashboard:before.margin-lg {
  margin: 2rem;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li {
  display: block;
  width: 100%;
  border: 0px;
}
ul.wpuf-form li .wpuf-fields input[type=text],
ul.wpuf-form li .wpuf-fields input[type=password],
ul.wpuf-form li .wpuf-fields input[type=email],
ul.wpuf-form li .wpuf-fields input[type=url],
ul.wpuf-form li .wpuf-fields input[type=number],
ul.wpuf-form li .wpuf-fields select,
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap input,
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap textarea,
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap input,
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap textarea {
  width: 100%;
  height: 40px;
  text-transform: none;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap input {
  margin: 10px 0px;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .attachment-name img {
  max-width: 250px;
  height: auto;
}
.mce-btn button {
  box-shadow: none;
  border-radius: 0px !important;
}
.wpuf-form {
  list-style: none;
  padding-left: 0px;
}
.wpuf-form li {
  margin-bottom: 25px / 2;
}
.wpuf-form input[type=text] {
  padding: 0px 25px / 2;
  text-transform: none;
}
.wp-editor-wrap {
  border: 1px rgba(0, 0, 0, 0.1) solid;
}
.wpuf-help {
  margin: 8px 0px;
  font-size: 1.4rem;
  font-style: italic;
  display: inline-block;
}
.wpuf-help:empty {
  display: none;
}
.wpuf-error-msg,
.wpuf-errors {
  display: block;
  color: #d9534f;
  font-size: 1.2rem;
  margin: 4px 0px;
}
.wpuf-file-warning {
  display: none;
}
.wpuf-attachment-list {
  padding: 0px;
}
.wpuf-attachment-list textarea {
  display: none;
}
.wpuf-table td {
  padding: 5px 0px;
}
.wpuf-table td a {
  padding-right: 5px;
}
.wpuf-attachment-upload-filelist {
  padding-top: 10px;
}
.category-beer-and-food .bucket .social-links {
  background-color: rgba(199, 74, 55, 0.9);
}
.tag-breweries .bucket .social-links {
  background-color: rgba(1, 150, 236, 0.9);
}
.post-type-archive-collection .ymal {
  background: #fff;
}
.post-type-archive-collection .section-title {
  width: 100%;
}
.archive.category-tasting-tools .bucket {
  position: relative;
  margin: 1%;
  flex-basis: 31.333% !important;
  width: 100%;
  padding-bottom: 4%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.archive.category-tasting-tools .bucket .post-thumbnail {
  position: relative;
  margin: 0px -15px;
  width: calc(100% + 30px);
  overflow: hidden;
}
.archive.category-tasting-tools .bucket .post-thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 1 * 100%;
}
.archive.category-tasting-tools .bucket .post-thumbnail .wp-post-image,
.archive.category-tasting-tools .bucket .post-thumbnail .featured-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.archive.category-tasting-tools .bucket .social-links {
  position: absolute;
  top: auto;
  left: 9px;
  bottom: -5px;
  right: auto !important;
  width: auto;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  text-align: left;
  right: 17px !important;
  left: auto;
  bottom: 5px;
  overflow: visible;
}
.archive.category-tasting-tools .bucket .social-links a {
  margin-right: -10px;
}
.archive.category-tasting-tools .bucket .social-links a i {
  color: #383A37;
  font-size: 16px;
}
.archive.category-tasting-tools .bucket .social-links a:first-child:before {
  content: "";
}
.archive.category-tasting-tools .bucket .entry-title {
  margin-bottom: 25px;
}
.archive.post-type-archive-ba-event#primary,
.archive.post-type-archive-ba-event #primary {
  width: calc(100% - 290px);
}
.archive.post-type-archive-ba-event h2.day {
  border-bottom: 1px solid #a2a2a2;
  padding-bottom: 6px;
  margin-bottom: 9px;
}
.page-id-92094 #content,
.page-id-97983 #content {
  min-height: 0px;
}
.page-id-92094 .site-header:after,
.page-id-97983 .site-header:after {
  display: none;
}
.page-id-92094 .full-page-hero,
.page-id-97983 .full-page-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-id-92094 #primary,
.page-id-97983 #primary {
  min-height: 0px !important;
}
.page-id-92094 #main,
.page-id-97983 #main {
  margin-top: -20px;
}
.page-id-92094 .entry,
.page-id-97983 .entry {
  overflow: hidden;
  position: relative;
}
.page-id-92094 .entry:before,
.page-id-97983 .entry:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  width: 70%;
  height: 200%;
  right: -170px;
  top: -50%;
  z-index: 0;
  transform: rotate(23deg);
  transition: all 0.25s ease-in-out;
}
.page-id-92094 footer,
.page-id-97983 footer {
  margin-top: 0px;
}
@media (max-width: 1200px) {
  .page-id-92094 .entry:before,
  .page-id-97983 .entry:before {
    width: 75%;
  }
}
@media (max-width: 1050px) {
  .page-id-92094 .ad.landscape,
  .page-id-97983 .ad.landscape {
    display: none;
  }
  .page-id-92094 .entry,
  .page-id-97983 .entry {
    height: 100vh;
  }
  .page-id-92094 .entry:before,
  .page-id-97983 .entry:before {
    width: 90%;
  }
  .page-id-92094 #content,
  .page-id-97983 #content {
    padding: 0px;
  }
  .page-id-92094 #primary .social-links,
  .page-id-97983 #primary .social-links {
    top: 25px !important;
  }
}
@media (max-width: 768px) {
  .page-id-92094 .entry,
  .page-id-97983 .entry {
    height: 50vh;
  }
  .page-id-92094 .entry:before,
  .page-id-97983 .entry:before {
    width: 100%;
    transform: none;
    right: 0px;
  }
}
@media (max-width: 667px) {
  .page-id-92094 .entry,
  .page-id-97983 .entry {
    height: 100vh;
  }
}
#is-it-craft {
  padding: 100px 0px;
  background: url("https://cdn.craftbeer.com/wp-content/uploads/20220711150523/indie-beer-finder-bg.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 568px) {
  #is-it-craft {
    margin-top: 0px !important;
    padding: 50px 16px;
    min-height: 0px;
  }
}
#is-it-craft h2,
#is-it-craft p {
  color: #fff;
  text-align: center;
}
#is-it-craft .section-title.big {
  font-size: 90px;
  text-align: center;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  #is-it-craft .section-title.big {
    font-size: 70px;
  }
}
@media screen and (max-width: 568px) {
  #is-it-craft .section-title.big {
    font-size: 45px;
  }
}
#is-it-craft .section-title-alt {
  margin-bottom: -20px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #is-it-craft .section-title-alt {
    font-size: 28px;
  }
}
@media screen and (max-width: 568px) {
  #is-it-craft .section-title-alt {
    font-size: 24px;
  }
}
#is-it-craft #craft-search-form {
  margin: 0px;
  padding: 0px;
}
#is-it-craft .form-group {
  width: 33%;
  margin: 40px auto 0px auto;
  position: relative;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #is-it-craft .form-group {
    width: 45%;
  }
}
@media screen and (max-width: 568px) {
  #is-it-craft .form-group {
    width: 100%;
  }
}
#is-it-craft .form-group input {
  height: 70px;
  padding-left: 30px;
}
@media screen and (max-width: 568px) {
  #is-it-craft .form-group input {
    height: auto;
  }
}
#is-it-craft .form-group .triangle {
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #fff;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transform: opacity 0.3s ease;
}
#is-it-craft input {
  font-size: 16px;
  background-color: #fff;
  padding-left: 30px;
}
#is-it-craft input::placeholder {
  text-transform: none;
}
#is-it-craft #craft-searchautocomplete-list {
  top: 70px;
  z-index: 2;
}
#is-it-craft #craft-searchautocomplete-list li.autocomplete-active {
  background: #ebebeb;
}
#is-it-craft #craft-search-result {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  width: 80%;
  background: #fff;
  margin: 0 auto;
  max-width: 800px;
  transform: translateY(100px) translateX(50%);
  right: 50%;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid #383A37;
  z-index: 2;
  max-height: 350px;
}
@media screen and (max-width: 568px) {
  #is-it-craft #craft-search-result {
    width: 100%;
  }
}
#is-it-craft #craft-search-result p {
  color: #383A37;
}
#is-it-craft .close {
  color: #383A37;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  z-index: 3;
}
#is-it-craft .close:active {
  top: 10px !important;
}
#is-it-craft .search-result {
  display: block;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  padding: 30px 50px;
  position: relative;
}
@media screen and (max-width: 568px) {
  #is-it-craft .search-result {
    padding: 25px 25px 20px;
  }
}
#is-it-craft .search-result .result {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 650px;
  margin: 0 auto;
}
#is-it-craft .search-result .result .background-seal-img {
  width: 80px;
  height: 120px;
}
@media screen and (max-width: 568px) {
  #is-it-craft .search-result .result .background-seal-img {
    width: 105px;
    margin-right: 5px;
  }
}
#is-it-craft .search-result .result p {
  width: 100%;
}
#is-it-craft .search-result .result.is-craft {
  padding: 0px 60px 10px 60px;
}
#is-it-craft .search-result .result.is-craft img {
  max-width: 115px;
}
#is-it-craft .search-result .result.is-craft p {
  margin-bottom: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 568px) {
  #is-it-craft .search-result .result.is-craft {
    padding: 0px;
  }
}
#is-it-craft .search-result .result p {
  margin-bottom: 0px;
}
#is-it-craft .search-result img {
  max-height: 120px;
}
#is-it-craft .search-result p {
  text-align: left;
  font-size: 22px;
  margin: 0px;
}
@media screen and (max-width: 568px) {
  #is-it-craft .search-result p {
    font-size: 18px;
  }
}
#is-it-craft .search-result .loud {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  color: #383A37;
}
#is-it-craft .search-result .contents {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 650px;
  padding: 10px 60px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 568px) {
  #is-it-craft .search-result .contents {
    padding: 0px 10px 10px 10px;
  }
}
#is-it-craft .search-result .logo-wrapper {
  position: relative;
  height: 120px;
  width: 120px;
  opacity: 0;
  transform: translateX(-15px);
  transition: opacity 0.3s ease;
}
#is-it-craft + section {
  transition: padding 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 568px) {
  #is-it-craft + section {
    padding-top: 50px;
  }
}
#is-it-craft.show #craft-search-result {
  opacity: 1;
  transform: translateY(0px) translateX(50%);
}
#is-it-craft.show .triangle {
  opacity: 1;
}
#is-it-craft.show + section {
  padding-top: 150px;
}
@media screen and (max-width: 568px) {
  #is-it-craft.show + section {
    padding-top: 200px;
  }
}
.background-seal-img {
  background-image: url('https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2018/12/BA_Independent_Seal-2.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 128px;
  height: 250px;
  pointer-events: none;
  background-position: center center;
}
@media screen and (max-width: 568px) {
  .background-seal-img {
    width: 86px;
    height: 168px;
  }
}
.ui-autocomplete {
  list-style: none;
  padding: 0px;
  max-width: 475px !important;
}
.ui-autocomplete li {
  position: relative;
}
.ui-autocomplete li.ui-menu-item {
  padding: 0px 0px 0px 20px !important;
}
.ui-autocomplete li a {
  display: block;
  padding: 3px 1em 3px 0.4em;
  font-family: Georgia, serif;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.ui-autocomplete li a:hover {
  border-bottom: 1px solid transparent;
  color: #383A37;
}
.ui-autocomplete li a.ui-state-active {
  background: #ECBB01;
  cursor: pointer;
  margin: 0px;
  border: none;
  border-bottom: 1px solid transparent;
}
.ui-autocomplete li:hover,
.ui-autocomplete li.ui-state-focus {
  background: #ECBB01;
}
@media screen and (max-width: 768px) {
  .ui-autocomplete li:hover:after,
  .ui-autocomplete li.ui-state-focus:after {
    content: 'SEARCH';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #383A37;
    font-family: Georgia, serif;
    padding: 4px 8px;
  }
}
.loading {
  opacity: 0;
  height: 0px;
  line-height: 24px;
  animation: dots 1s steps(5, end) infinite;
  font-size: 40px;
  transform: translateX(-10px);
  margin: 10px auto;
  text-align: center;
}
.loading.show {
  opacity: 1;
}
@keyframes dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
  }
}
/*
* Custom Styles for the epic template ex. American Craft Beer Week https://www.craftbeer.com/news/american-craft-beer-week
*/
.page-template-tmpl_epic #content,
.page-template-tmpl-animated-hero #content {
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  display: block;
}
.page-template-tmpl_epic #intro-video,
.page-template-tmpl-animated-hero #intro-video {
  width: 100%;
  height: 85vh;
  min-height: 300px;
  min-width: 100%;
  background-position: center top;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic #intro-video,
  .page-template-tmpl-animated-hero #intro-video {
    height: 40vh;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_epic #intro-video,
  .page-template-tmpl-animated-hero #intro-video {
    min-height: 200px;
    height: 30vh;
  }
}
.page-template-tmpl_epic #intro-video #video-wrapper,
.page-template-tmpl-animated-hero #intro-video #video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
}
.page-template-tmpl_epic #intro-video #video,
.page-template-tmpl-animated-hero #intro-video #video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  background-color: #000;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic #intro-video #video,
  .page-template-tmpl-animated-hero #intro-video #video {
    width: 100%;
    top: 0px;
    transform: none;
    left: 0px;
    min-height: 0%;
  }
}
.page-template-tmpl_epic .hero-logo-overlay,
.page-template-tmpl-animated-hero .hero-logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  width: 60%;
}
.page-template-tmpl_epic .hero-content,
.page-template-tmpl-animated-hero .hero-content {
  position: absolute;
  top: 50%;
  transform: translate(100px, -50%);
  max-width: 520px;
}
@media screen and (max-width: 1100px) {
  .page-template-tmpl_epic .hero-content,
  .page-template-tmpl-animated-hero .hero-content {
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic .hero-content,
  .page-template-tmpl-animated-hero .hero-content {
    max-width: 350px;
    transform: translate(20px, -50%);
  }
}
.page-template-tmpl_epic .hero-content h1,
.page-template-tmpl-animated-hero .hero-content h1,
.page-template-tmpl_epic .hero-content h2,
.page-template-tmpl-animated-hero .hero-content h2 {
  color: #fff;
  text-align: left;
}
.page-template-tmpl_epic .hero-content h1,
.page-template-tmpl-animated-hero .hero-content h1 {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 60px;
}
@media screen and (max-width: 1100px) {
  .page-template-tmpl_epic .hero-content h1,
  .page-template-tmpl-animated-hero .hero-content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic .hero-content h1,
  .page-template-tmpl-animated-hero .hero-content h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_epic .hero-content h1,
  .page-template-tmpl-animated-hero .hero-content h1 {
    text-shadow: 2px 2px #333;
  }
}
.page-template-tmpl_epic .hero-content h2,
.page-template-tmpl-animated-hero .hero-content h2 {
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic .hero-content h2,
  .page-template-tmpl-animated-hero .hero-content h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_epic .hero-content h2,
  .page-template-tmpl-animated-hero .hero-content h2 {
    display: none;
  }
}
.page-template-tmpl_epic #primary,
.page-template-tmpl-animated-hero #primary {
  padding: 0px;
  width: 100%;
  margin-top: -20px;
}
@media screen and (max-width: 1050px) {
  .page-template-tmpl_epic #primary,
  .page-template-tmpl-animated-hero #primary {
    margin-top: 60px !important;
  }
}
.page-template-tmpl_epic #primary article,
.page-template-tmpl-animated-hero #primary article {
  padding: 0px;
}
.page-template-tmpl_epic h1,
.page-template-tmpl-animated-hero h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic h1,
  .page-template-tmpl-animated-hero h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 567px) {
  .page-template-tmpl_epic h1,
  .page-template-tmpl-animated-hero h1 {
    font-size: 28px;
  }
}
.page-template-tmpl_epic p.alt,
.page-template-tmpl-animated-hero p.alt {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 16px;
  margin: 0px;
}
.page-template-tmpl_epic .page-header,
.page-template-tmpl-animated-hero .page-header {
  position: relative;
}
.page-template-tmpl_epic .page-header .featured-image,
.page-template-tmpl-animated-hero .page-header .featured-image {
  width: 100%;
  height: auto;
  float: none;
  margin: 0px;
}
.page-template-tmpl_epic .page-header .featured-image img,
.page-template-tmpl-animated-hero .page-header .featured-image img {
  width: 100%;
  height: auto;
}
.page-template-tmpl_epic .entry-content h2:not(.brewery-name),
.page-template-tmpl-animated-hero .entry-content h2:not(.brewery-name) {
  font-size: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic .entry-content h2:not(.brewery-name),
  .page-template-tmpl-animated-hero .entry-content h2:not(.brewery-name) {
    font-size: 32px;
  }
}
@media screen and (max-width: 567px) {
  .page-template-tmpl_epic .entry-content h2:not(.brewery-name),
  .page-template-tmpl-animated-hero .entry-content h2:not(.brewery-name) {
    font-size: 28px;
    text-align: center;
  }
}
.page-template-tmpl_epic .entry-content p:not(.description),
.page-template-tmpl-animated-hero .entry-content p:not(.description) {
  max-width: 1000px;
  line-height: 28px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic .entry-content p:not(.description),
  .page-template-tmpl-animated-hero .entry-content p:not(.description) {
    font-size: 18px;
  }
}
@media screen and (max-width: 567px) {
  .page-template-tmpl_epic .entry-content p:not(.description),
  .page-template-tmpl-animated-hero .entry-content p:not(.description) {
    font-size: 16px;
  }
}
.page-template-tmpl_epic .entry-content p > a.internal-link:not(.read-more):not(.btn),
.page-template-tmpl-animated-hero .entry-content p > a.internal-link:not(.read-more):not(.btn) {
  text-decoration: none;
}
.page-template-tmpl_epic .entry-content p > a.internal-link:not(.read-more):not(.btn):hover,
.page-template-tmpl-animated-hero .entry-content p > a.internal-link:not(.read-more):not(.btn):hover {
  text-decoration: underline;
}
.page-template-tmpl_epic .entry-content p > a:not(.btn):not(.wp-block-button__link),
.page-template-tmpl-animated-hero .entry-content p > a:not(.btn):not(.wp-block-button__link) {
  font-weight: bold;
  color: #0196EC;
}
.page-template-tmpl_epic .entry-content p > a:not(.btn):not(.wp-block-button__link):hover,
.page-template-tmpl-animated-hero .entry-content p > a:not(.btn):not(.wp-block-button__link):hover {
  text-decoration: underline;
}
.page-template-tmpl_epic .entry-content .pledge,
.page-template-tmpl-animated-hero .entry-content .pledge {
  border-top: 2px solid #efefef;
  padding: 20px;
  position: relative;
  display: flex;
}
.page-template-tmpl_epic .entry-content .pledge p,
.page-template-tmpl-animated-hero .entry-content .pledge p {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 16px;
  margin: 0px;
}
.page-template-tmpl_epic .entry-content .pledge:before,
.page-template-tmpl-animated-hero .entry-content .pledge:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic .entry-content .pledge:before,
  .page-template-tmpl-animated-hero .entry-content .pledge:before {
    max-width: 80px;
    max-height: 80px;
  }
}
.page-template-tmpl_epic .entry-content .pledge:before,
.page-template-tmpl-animated-hero .entry-content .pledge:before {
  background-image: url(https://cdn.craftbeer.com/wp-content/uploads/20200419085041/red-heart.svg);
}
.page-template-tmpl_epic .entry-content .pledge:nth-of-type(2n):before,
.page-template-tmpl-animated-hero .entry-content .pledge:nth-of-type(2n):before {
  background-image: url(https://cdn.craftbeer.com/wp-content/uploads/20200419085039/purple-heart.svg);
}
.page-template-tmpl_epic .entry-content .loud-banner,
.page-template-tmpl-animated-hero .entry-content .loud-banner {
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic .entry-content .loud-banner,
  .page-template-tmpl-animated-hero .entry-content .loud-banner {
    padding: 40px;
  }
}
.page-template-tmpl_epic .entry-content .loud-banner.with-pink-gradient h2,
.page-template-tmpl-animated-hero .entry-content .loud-banner.with-pink-gradient h2,
.page-template-tmpl_epic .entry-content .loud-banner.with-pink-gradient h3,
.page-template-tmpl-animated-hero .entry-content .loud-banner.with-pink-gradient h3,
.page-template-tmpl_epic .entry-content .loud-banner.with-pink-gradient p,
.page-template-tmpl-animated-hero .entry-content .loud-banner.with-pink-gradient p {
  color: #fff;
}
.page-template-tmpl_epic .entry-content .loud-banner h2,
.page-template-tmpl-animated-hero .entry-content .loud-banner h2 {
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 54px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic .entry-content .loud-banner h2,
  .page-template-tmpl-animated-hero .entry-content .loud-banner h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 567px) {
  .page-template-tmpl_epic .entry-content .loud-banner h2,
  .page-template-tmpl-animated-hero .entry-content .loud-banner h2 {
    font-size: 42px;
  }
}
.page-template-tmpl_epic .entry-content .loud-banner h3,
.page-template-tmpl-animated-hero .entry-content .loud-banner h3 {
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 567px) {
  .page-template-tmpl_epic .entry-content .loud-banner h3,
  .page-template-tmpl-animated-hero .entry-content .loud-banner h3 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic .entry-content .loud-banner img,
  .page-template-tmpl-animated-hero .entry-content .loud-banner img {
    max-width: 100px;
  }
}
.page-template-tmpl_epic .entry-content .ticker-with-icon,
.page-template-tmpl-animated-hero .entry-content .ticker-with-icon {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 567px) {
  .page-template-tmpl_epic .entry-content .ticker-with-icon,
  .page-template-tmpl-animated-hero .entry-content .ticker-with-icon {
    padding-left: 20px;
  }
}
.page-template-tmpl_epic .entry-content .ticker-with-icon:before,
.page-template-tmpl-animated-hero .entry-content .ticker-with-icon:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic .entry-content .ticker-with-icon:before,
  .page-template-tmpl-animated-hero .entry-content .ticker-with-icon:before {
    max-width: 80px;
    max-height: 80px;
  }
}
.page-template-tmpl_epic .entry-content .ticker-with-icon#beersNumber:before,
.page-template-tmpl-animated-hero .entry-content .ticker-with-icon#beersNumber:before {
  background-image: url(https://cdn.craftbeer.com/wp-content/uploads/20200419085045/beer-can-icon.svg);
}
.page-template-tmpl_epic .entry-content .ticker-with-icon#giversNumber:before,
.page-template-tmpl-animated-hero .entry-content .ticker-with-icon#giversNumber:before {
  background-image: url(https://cdn.craftbeer.com/wp-content/uploads/20200419085043/beer-giver-icon.svg);
}
.page-template-tmpl_epic .entry-content .ticker-with-icon#breweriesNumber:before,
.page-template-tmpl-animated-hero .entry-content .ticker-with-icon#breweriesNumber:before {
  background-image: url(https://cdn.craftbeer.com/wp-content/uploads/20200419085101/brewery-icon.svg);
}
.page-template-tmpl_epic .entry-content .char,
.page-template-tmpl-animated-hero .entry-content .char {
  border: 1px solid #7A7A7A;
  border-radius: 10px;
  font-size: 70px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  margin: 0px 10px;
  padding: 0px 10px;
  color: #E70E6E;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic .entry-content .char,
  .page-template-tmpl-animated-hero .entry-content .char {
    font-size: 55px;
  }
}
.page-template-tmpl_epic .entry-content .text-with-icon,
.page-template-tmpl-animated-hero .entry-content .text-with-icon {
  max-width: 1000px;
}
.page-template-tmpl_epic .entry-content .text-with-icon img,
.page-template-tmpl-animated-hero .entry-content .text-with-icon img {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_epic .entry-content .text-with-icon img,
  .page-template-tmpl-animated-hero .entry-content .text-with-icon img {
    width: 80px;
    height: 80px;
  }
}
.page-template-tmpl_epic .entry-content .text-with-icon .wp-block-column:first-of-type,
.page-template-tmpl-animated-hero .entry-content .text-with-icon .wp-block-column:first-of-type {
  flex-basis: 15% !important;
}
.page-template-tmpl_epic #footer,
.page-template-tmpl-animated-hero #footer {
  margin-top: 0px;
}
.page-template-tmpl_register-pledge .site-header:after {
  height: 5px;
}
.page-template-tmpl_register-pledge .featured-image img {
  width: 100%;
  height: auto;
}
.page-template-tmpl_register-pledge p {
  max-width: 750px;
}
.page-template-tmpl_register-pledge .checkbox label {
  font-family: Georgia, serif;
  text-transform: none;
  font-size: 18px;
}
.page-template-tmpl_register-pledge #primary {
  width: 100%;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 760px) {
  .page-template-tmpl_register-pledge #primary {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 567px) {
  .page-template-tmpl_register-pledge #primary {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.page-template-tmpl-animated-hero #content,
body.page-template-tmpl-animated-hero #primary {
  width: 100%;
  padding: 0px;
}
body.page-template-tmpl-animated-hero #content {
  padding-top: 0px;
}
body.page-template-tmpl-animated-hero #content .entry-title {
  text-align: center;
}
body.page-template-tmpl-animated-hero #content .page-header .fluid-width-video-wrapper {
  padding-top: 35%;
  margin-bottom: 70px;
  transform: translateY(-2px);
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1450px) {
  body.page-template-tmpl-animated-hero #content .page-header .fluid-width-video-wrapper {
    padding-top: 28%;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-tmpl-animated-hero #content .page-header .fluid-width-video-wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 568px) {
  body.page-template-tmpl-animated-hero #content .page-header .fluid-width-video-wrapper {
    margin-bottom: 30px;
  }
}
body.page-template-tmpl-animated-hero #content .page-header iframe {
  border: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.post-template-default .social-links {
  margin-bottom: 65px;
  text-align: left;
  left: -6px;
}
.page .container-center {
  max-width: 800px;
  margin: 0 auto;
}
.post-template-enhanced#primary .pre-title {
  text-align: center;
}
.post-template-enhanced#primary .entry-title {
  text-align: center;
  margin: 25px / 2 0px;
}
.post-template-enhanced#primary .social-links {
  margin-bottom: 65px;
  text-align: center;
}
.post-template-enhanced#primary .entry-content {
  /*p:first-child::first-letter {
			color: @brand-tertiary;
			font-size: 90px;
			float: left;
			padding: 0px 10px 0px 0px;
			margin: 0px 0px -50px -20px;
			line-height: 1.3;
		}*/
}
.post-template-enhanced#primary .entry-content .featured-image {
  width: 50%;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 5px 5% 5% -6%;
}
.post-template-enhanced#primary .entry-content .featured-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 1 * 100%;
}
.post-template-enhanced#primary .entry-content .featured-image .wp-post-image,
.post-template-enhanced#primary .entry-content .featured-image .featured-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.post-template-enhanced#primary .featured-image figcaption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
  padding: 5px 0px 4px 11px;
}
.post-template-featured#primary .social-links {
  position: absolute;
  top: 2px;
  left: 18px;
  width: calc(100% - 30px);
  padding: 5px 14px;
  text-align: right;
  background-color: rgba(236, 187, 1, 0.9);
  overflow: hidden;
  z-index: 1;
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  margin: 0px;
}
.post-template-featured#primary .social-links a {
  background: none !important;
  border: none;
}
.post-template-featured#primary .social-links a i {
  color: #FFF;
}
.post-template-featured#primary .social-links a:hover i {
  color: #383A37;
}
.post-template-featured#primary .social-links a#pinterest {
  margin-left: 4px;
}
.post-template-featured#primary .social-links a:first-child:before {
  content: "/";
  display: inline-block;
  position: absolute;
  color: #FFF;
  font-size: 42px;
  top: -17px;
  left: -21px;
}
.post-template-featured#primary .entry-header,
.post-template-featured#primary .pre-title,
.post-template-featured#primary .entry-title {
  text-align: center;
}
.post-template-featured#primary .entry-title {
  display: block;
  margin-bottom: 35px;
}
.post-template-featured#primary .entry-title.alt {
  display: none;
}
.post-template-featured#primary .entry-content {
  /*p:first-child::first-letter {
				color: @brand-tertiary;
				font-size: 90px;
				float: left;
				padding: 0px 10px 0px 0px;
				margin: 0px 0px -50px -20px;
				line-height: 1.3;
			}*/
}
.post-template-featured#primary .entry-content .featured-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  float: none;
  margin: 0px 0px 4% 0px;
}
.post-template-featured#primary .entry-content .featured-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 0.5 * 100%;
}
.post-template-featured#primary .entry-content .featured-image .wp-post-image,
.post-template-featured#primary .entry-content .featured-image .featured-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.post-template-featured#primary .featured-image figcaption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
  padding: 5px 0px 4px 11px;
}
#primary.post-template-epic {
  width: 100%;
}
#primary.post-template-epic .social-links {
  position: absolute;
  top: 2px;
  left: 18px;
  width: calc(100% - 30px);
  padding: 5px 14px;
  text-align: right;
  background-color: rgba(236, 187, 1, 0.9);
  overflow: hidden;
  z-index: 1;
  width: 122%;
  top: 0px;
  left: -11%;
}
#primary.post-template-epic .social-links a {
  background: none !important;
  border: none;
}
#primary.post-template-epic .social-links a i {
  color: #FFF;
}
#primary.post-template-epic .social-links a:hover i {
  color: #383A37;
}
#primary.post-template-epic .social-links a#pinterest {
  margin-left: 4px;
}
#primary.post-template-epic .social-links a:first-child:before {
  content: "/";
  display: inline-block;
  position: absolute;
  color: #FFF;
  font-size: 42px;
  top: -17px;
  left: -21px;
}
#primary.post-template-epic .entry-header,
#primary.post-template-epic .pre-title,
#primary.post-template-epic .entry-title {
  text-align: center;
}
#primary.post-template-epic .entry-title {
  font-size: 5rem;
  max-width: 800px;
  margin: 4px auto 45px auto;
}
#primary.post-template-epic .entry-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  /*p:first-child::first-letter {
			color: @brand-tertiary;
			font-size: 90px;
			float: left;
			padding: 0px 10px 0px 0px;
			margin: 0px 0px -50px -20px;
			line-height: 1.3;
		}*/
}
#primary.post-template-epic .entry-content .featured-image {
  width: 122%;
  position: relative;
  overflow: hidden;
  height: 500px;
  float: none;
  margin: 1% 0px 4% -11%;
}
#primary.post-template-epic .entry-content .featured-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 0.5 * 100%;
}
#primary.post-template-epic .entry-content .featured-image .wp-post-image,
#primary.post-template-epic .entry-content .featured-image .featured-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 568px) {
  #primary.post-template-epic .entry-content .featured-image {
    height: 300px;
  }
}
#primary.post-template-epic .featured-image figcaption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
  padding: 5px 20px;
}
#recipes .more-link {
  background: repeating-linear-gradient(115deg, #b7cc47, #b7cc47 8px, #b3c846 8px, #b3c846 16px);
  padding: 10px 30px;
}
#recipes .more-link:hover {
  background: repeating-linear-gradient(115deg, #b7cc47, #b7cc47 8px, #c5d971 8px, #c5d971 16px);
  color: #fff;
}
.single-recipes .ingredients strong {
  display: block;
  margin-top: 25px / 2;
  font-size: 1.6rem;
  line-height: 1.428;
  color: #C74A37;
}
.single-recipes .ingredients ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-left: 25px;
}
.single-recipes .ingredients ul li {
  padding-bottom: 2px;
  font-size: 1.6rem;
}
.single-recipes .instructions {
  margin-left: -16px;
}
.single-recipes .instructions li {
  padding-bottom: 3px;
  list-style: none;
  margin-left: -23px;
  line-height: 1.4;
}
.single-recipes .instructions li strong {
  margin: 25px / 2 0px -7px 0px;
  display: block;
  color: #C74A37;
}
.single-recipes .instructions h2,
.single-recipes .instructions h3,
.single-recipes .instructions h4 {
  margin-left: -23px;
}
.single-recipes .entry-content .featured-image {
  width: 45%;
  min-width: 300px;
  margin: 0px 0px 35px 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.single-recipes .entry-content .featured-image img {
  padding: 4px 4px 10px 4px;
}
.single-recipes .entry-content .featured-image figcaption {
  display: inline-block;
  color: #383A37;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 0px 0px 11px;
  height: 29px;
}
.single-recipes .entry-content .featured-image .social-links {
  margin: 0px;
  bottom: 8px;
  right: 7px;
  position: absolute;
  text-align: right;
}
.single-recipes .entry-content .featured-image .social-links a {
  background: none !important;
  border: none;
  color: #383A37;
  width: 20px;
  height: 20px;
}
.single-collection #primary {
  padding-top: 0px;
}
.single-collection .social-links {
  top: 50px;
  text-align: right;
}
.single-collection .collection-hero {
  top: 75px;
  margin-bottom: 155px;
  border: 0px;
}
.single-collection .collection-hero .collection-header {
  display: none;
}
.single-collection .collection-hero .collection-articles,
.single-collection .collection-hero .more-link {
  display: none;
}
.single-collection .collection-hero .entry-excerpt {
  display: block;
}
.single-collection .entry-content {
  position: initial;
}
.single-collection hr {
  width: 100%;
  margin: 20px 0px 40px 0px;
}
.single-collection hr:last-child {
  display: none;
}
.single-indie-breweries #masthead:after {
  display: none;
}
.single-indie-breweries #content {
  max-width: 100%;
  transform: translateY(-20px);
}
.single-indie-breweries #content #primary {
  float: none;
  padding: 0px;
  max-width: 100%;
}
.single-indie-breweries #content .breadcrumb {
  display: block;
}
.single-indie-breweries #content .post-thumbnail {
  position: relative;
  margin-top: -30px;
  margin-bottom: 100px;
}
.single-indie-breweries #content .post-thumbnail .overlay {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(0deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
}
.single-indie-breweries #content .post-thumbnail img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .single-indie-breweries #content .post-thumbnail img {
    height: 500px;
  }
}
@media screen and (max-width: 568px) {
  .single-indie-breweries #content .post-thumbnail img {
    height: 400px;
  }
}
.single-indie-breweries #content .post-thumbnail h1 {
  position: absolute;
  bottom: 100px;
  left: 150px;
  color: #fff;
  font-family: 'Shrikhand', cursive;
  font-size: 90px;
  line-height: 100px;
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  .single-indie-breweries #content .post-thumbnail h1 {
    font-size: 70px;
    left: 100px;
    bottom: 50px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 568px) {
  .single-indie-breweries #content .post-thumbnail h1 {
    font-size: 60px;
    left: 50px;
    bottom: 30px;
  }
}
.single-indie-breweries #content .fa-down {
  position: absolute;
  color: #A936FC;
  font-size: 50px;
  bottom: 0px;
  z-index: 4;
  left: 50%;
  border: 3px solid #A936FC;
  padding: 25px 10px;
  animation-name: bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media screen and (max-width: 768px) {
  .single-indie-breweries #content .fa-down {
    font-size: 35px;
    padding: 15px 5px;
  }
}
.single-indie-breweries #content h2 {
  font-family: 'Shrikhand', cursive;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 88px;
}
@media screen and (max-width: 768px) {
  .single-indie-breweries #content h2 {
    font-size: 55px;
    line-height: 1.1;
    padding: 0px 10px;
  }
}
@media screen and (max-width: 568px) {
  .single-indie-breweries #content h2 {
    font-size: 45px;
    line-height: 1.1;
  }
}
.single-indie-breweries #content h3 {
  font-family: 'Shrikhand', cursive;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 58px;
}
@media screen and (max-width: 768px) {
  .single-indie-breweries #content h3 {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 568px) {
  .single-indie-breweries #content h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.single-indie-breweries #content .lead {
  max-width: 1060px;
  padding: 0px 30px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 40px;
  margin: 0px auto 80px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-indie-breweries #content .lead {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 568px) {
  .single-indie-breweries #content .lead {
    font-size: 25px;
  }
}
.single-indie-breweries #content .media-text-block .text-block {
  padding: 50px;
}
.single-indie-breweries #content .media-text-block .text-block p {
  color: #fff;
  font-size: 32px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  line-height: 46px;
  max-width: 100%;
}
.single-indie-breweries #content .company-info {
  padding: 50px 100px;
  background-color: #A936FC;
  max-width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .single-indie-breweries #content .company-info {
    padding: 50px;
    margin-top: 50px;
  }
}
.single-indie-breweries #content .company-info h2,
.single-indie-breweries #content .company-info p {
  margin-left: 0px;
  color: #fff;
  padding: 0px;
}
.single-indie-breweries #content .company-info h2 {
  line-height: 1;
}
.single-indie-breweries #content .company-info p {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 40px;
}
@media screen and (max-width: 568px) {
  .single-indie-breweries #content .company-info p {
    font-size: 35px;
    line-height: 1.2;
  }
}
.single-indie-breweries .ad.landscape {
  margin-top: 0px;
}
.single-indie-breweries #footer {
  margin-top: -20px;
}
@media screen and (max-width: 1050px) {
  .single-indie-breweries #footer {
    margin-top: 0px;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(50px) translateX(-50%);
  }
  100% {
    transform: translateY(70px) translateX(-50%);
  }
}
.search-results #primary {
  width: calc(100% - 290px);
  padding: 75px 25px / 2 * 2 0px 25px / 2 * 2;
}
.search-results #primary .page-header {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .search-results #primary {
    left: 0%;
  }
}
.search-results #primary + #secondary {
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 0px 25px / 2 * 2 25px / 2 * 2 25px / 2 * 2;
  width: auto;
  right: 0px;
  top: 80px;
  float: right;
  min-height: 800px;
  max-width: 290px;
}
.search-results .page .author:after {
  display: none !important;
}
.search-results .alt.list-style.bucket .post-thumbnail {
  max-width: 200px;
}
.search-results .alt.list-style.bucket .byline.above .author {
  display: inline-block;
}
.search-results small a {
  color: #fff;
}
.search-results small a:hover {
  text-decoration: none;
}
.ymal {
  background: repeating-linear-gradient(115deg, transparent, transparent 4px, rgba(0, 0, 0, 0.04) 4px, rgba(0, 0, 0, 0.04) 8px);
  display: flex;
  padding: 20px 10px;
  flex-flow: row wrap;
}
.ymal .bucket {
  flex-basis: 25%;
  padding: 0px 1%;
  text-align: center;
  margin: 0px;
  border: 0px;
}
.ymal .bucket .collection-header,
.ymal .bucket .entry-excerpt,
.ymal .bucket .more-link,
.ymal .bucket .collection-articles,
.ymal .bucket .social-links {
  display: none !important;
}
.ymal .bucket .featured-image,
.ymal .bucket .post-thumbnail {
  width: 100%;
  float: none;
  position: relative;
  overflow: hidden;
  margin: 0px;
}
.ymal .bucket .featured-image:before,
.ymal .bucket .post-thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 0.5625 * 100%;
}
.ymal .bucket .featured-image .wp-post-image,
.ymal .bucket .post-thumbnail .wp-post-image,
.ymal .bucket .featured-image .featured-video,
.ymal .bucket .post-thumbnail .featured-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.ymal .bucket .featured-image img,
.ymal .bucket .post-thumbnail img {
  max-width: 100%;
  margin: 0px;
  height: auto;
}
.ymal .bucket .entry-title {
  display: block;
  font-size: 17px !important;
  font-weight: 600;
  text-align: center;
  clear: both;
  width: 80%;
  margin: 10px auto 20px;
}
.author-content + .ymal {
  padding-top: 25px / 2 * 2;
}
.yarpp-related-none {
  display: none;
}
.intro-text {
  text-align: center;
  margin: 0px auto 50px auto;
  width: 100%;
}
.intro-text.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.intro-text h2 {
  margin-top: 0px;
}
.intro-text p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.info-text {
  max-width: 800px;
  text-align: center;
  margin: 20px auto;
}
.flex-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.flex-container .text-wrapper {
  margin-left: 20px;
}
.flex-container .text-wrapper p:first-of-type {
  margin-top: 0px !important;
}
.flex-container h3 {
  text-align: left !important;
}
.font-italic {
  font-style: italic;
  font-size: 14px !important;
}
#site-banner {
  width: 100%;
  height: 52px;
  background-color: #333333;
  text-align: center;
  z-index: 1000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  transition: all 0.3s ease;
  display: none;
}
#site-banner .vertical {
  margin: 0px 15px;
}
#site-banner.acbw {
  background: linear-gradient(90deg, #F15A22 0, #ED0C6E 66.69%, #5B3174 100%);
}
#site-banner.acbw h2,
#site-banner.acbw p {
  margin: 0px;
}
#site-banner.acbw p {
  line-height: 1.4;
}
#site-banner.acbw .btn {
  margin-left: 5px;
  vertical-align: middle;
  line-height: 1.5;
  background-color: #fff;
  color: #642F74;
  text-shadow: none;
  border: 3px solid #642F74;
  transition: all 0.3s ease;
}
#site-banner.acbw .btn:hover {
  border: 3px solid #fff;
  color: #fff;
  background-color: transparent;
}
#site-banner.acbw.close-banner {
  height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
}
#site-banner.close-banner {
  height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
}
#site-banner img {
  max-height: 100%;
}
#site-banner h2 {
  margin: 0px 0px 5px 0px;
  color: #fff;
  font-size: 24px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
}
#site-banner p {
  color: #FFF;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  margin: 0px 10px;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 1px;
}
#site-banner .btn {
  margin: 0px;
  font-style: normal;
  height: 40px;
  font-size: 18px;
  padding: 4px 20px 2px 20px;
}
#site-banner #banner-close {
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 0px;
  cursor: pointer;
  padding: 5px;
  display: block;
}
.social-links {
  top: -5px;
  right: -217px;
  width: auto;
  text-align: center;
}
.social-links a {
  border-radius: 29px;
  width: 29px;
  height: 29px;
  min-width: 0px;
  border: none;
  padding: 0px;
  margin: 0px;
  color: #333333;
  display: inline-block;
  position: relative;
}
.social-links a i {
  font-size: 22px;
}
.social-links a:hover {
  color: #ECBB01;
}
.social-links .count {
  display: none;
}
.safari .social-links a i {
  left: 0px;
}
.gecko .social-links a i {
  top: 0px;
}
.social-links.reversed a {
  color: #FFF;
}
.sticky-social #primary .social-links {
  position: fixed;
  top: 20%;
  left: 0px;
  width: 45px;
  padding: 0px;
  transition: top 0.25s;
  transition-timing-function: ease-in-out;
  background-color: #ECBB01 !important;
}
.sticky-social #primary .social-links a:first-child:before {
  display: none;
}
.sticky-social #primary .social-links a {
  display: block;
  float: none;
  padding: 0px;
  margin: 10px 5px;
  transform: none;
  background-color: transparent !important;
  border: none;
  color: #FFF;
}
.sticky-social #primary .social-links #mail {
  margin-left: 7px;
}
.archive-title,
.page-title {
  font-size: 60px;
  font-family: Georgia, serif;
  padding: 0px 25px / 2 * 2;
  color: #000;
}
.search-title {
  font-size: 50px;
  text-align: left;
  padding: 0px;
}
.entry-title {
  text-align: left;
  font-size: 4rem;
  margin: 25px / 2 auto 20px auto;
  color: #383A37;
  font-weight: 400;
}
.entry-title.audio:after {
  content: '\e876';
  font-family: 'fontello';
  display: inline-block;
  margin-left: 6px;
  color: #a2a2a2;
  font-size: 16px;
}
.entry-title + cite {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
  font-style: italic;
}
.page-header {
  margin: 0px;
  border: 0px;
  width: 100%;
  text-align: center;
  margin: 0px 0px 65px 0px;
}
.super.page-header {
  width: 100%;
  height: auto;
  padding: 0px 15px;
  margin-bottom: 80px;
  position: relative;
}
.super.page-header .archive-title {
  margin: 0px;
  color: #FFF;
  position: absolute;
  display: block;
  left: 0px;
  top: 35%;
  font-size: 70px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  z-index: 1;
  width: 50%;
  text-align: center;
}
.super.page-header .promo {
  width: 100%;
  height: auto;
}
.super.page-header .category-header-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50%;
}
.super.page-header .category-header-text h2,
.super.page-header .category-header-text p {
  color: #fff;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
}
.super.page-header .category-header-text h2 {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}
.super.page-header .category-header-text p {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.2;
}
.super.page-header .category-header-text p:last-of-type {
  margin-bottom: 25px;
}
.super.page-header .category-header-text .btn.btn-submit {
  padding: 2px 60px;
}
.category-beer-and-food .super.page-header .archive-title {
  width: 70%;
}
.breadcrumb {
  display: inline-block;
  margin: 0px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  min-height: 0px;
  font-weight: 500;
  font-size: 1.6rem;
}
.entry-footer,
.author-content {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
  padding: 25px 20px;
  margin: 40px 0px;
}
.entry-footer .footer-header,
.author-content .footer-header {
  color: #C74A37;
  font-size: 20px;
  float: right;
  margin: 0px;
  text-align: left;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  width: 73%;
}
.entry-footer .footer-content,
.author-content .footer-content {
  width: 73%;
  float: right;
  text-align: left;
  margin-bottom: 0px;
}
.entry-footer .footer-content .more-link,
.author-content .footer-content .more-link {
  display: block;
  margin-top: 10px;
}
.entry-footer .byline,
.author-content .byline {
  width: 20%;
  display: block;
  margin-top: 0px;
  float: left;
}
.entry-footer .byline:before,
.author-content .byline:before,
.entry-footer .byline:after,
.author-content .byline:after {
  content: " ";
  display: table;
}
.entry-footer .byline:after,
.author-content .byline:after {
  clear: both;
}
.entry-footer .byline:before,
.author-content .byline:before,
.entry-footer .byline:after,
.author-content .byline:after {
  content: " ";
  display: table;
}
.entry-footer .byline:after,
.author-content .byline:after {
  clear: both;
}
.entry-footer .author-image,
.author-content .author-image {
  max-width: 100%;
  width: 175px;
  height: auto;
  border: 1px solid #FFF;
  border-radius: 200px;
}
.entry-footer .fn,
.author-content .fn {
  width: 100%;
  clear: both;
  color: #C74A37;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  position: relative;
  letter-spacing: 1px;
  z-index: 1;
}
.entry-footer .url,
.author-content .url {
  width: 100%;
  display: block;
  color: #383A37;
  font-size: 14px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-align: center;
}
.entry-footer .social,
.author-content .social {
  list-style: none;
  margin: 10px 0px 5px 0px;
  height: 30px;
  padding: 0px 10px;
}
.entry-footer .social li,
.author-content .social li {
  display: inline-block;
  margin-right: 5px;
}
.entry-footer .social li a,
.author-content .social li a {
  color: #383A37;
  padding: 3px;
  border: 1px solid #383A37;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  display: block;
}
.author-content.no-image .author-image {
  display: none;
}
.author-content.no-image .byline {
  display: block;
  float: none;
  width: 100%;
}
.author-content.no-image .n {
  color: #383A37;
  text-align: left;
}
.author-content.no-image .footer-header {
  margin-left: -20px;
}
.author-content.no-image .footer-header,
.author-content.no-image .footer-content {
  width: 100%;
  float: none;
}
.sidebar .author-content {
  border-top: 0px;
  padding: 0px;
  margin-top: 0px;
  text-align: center;
}
.sidebar .author-content .author-image {
  width: 100%;
}
.sidebar .author-content .n {
  color: #383A37;
}
.sidebar .author-content .url {
  font-size: 16px;
  color: #006dac;
}
.sidebar .author-content p {
  font-size: 13px;
  clear: both;
}
.bucket {
  width: 100%;
  display: block;
  padding: 0px 15px 15px 15px;
}
.bucket .entry-title {
  font-size: 26px;
  font-family: Georgia, serif;
  font-weight: 500;
  margin: 5px 0px 10px 0px;
  line-height: 1.3;
  position: relative;
  z-index: 20;
}
.bucket .entry-title a {
  color: #383A37;
}
.bucket .tag {
  display: none;
}
.bucket .byline {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 13px;
  font-style: italic;
  margin: 0px;
  color: #383A37;
  position: relative;
  z-index: 20;
}
.bucket .byline a {
  color: #383A37;
}
.bucket .byline .author:after {
  display: inline-block;
  content: '//';
  position: relative;
  top: -2px;
  margin: 0px 1px 0px 6px;
}
.bucket .byline.above {
  display: none;
  margin: 10px 0px 0px 0px;
}
.bucket .post-thumbnail {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  float: none;
  max-width: inherit;
  height: 250px;
}
.bucket .post-thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 0.66666667 * 100%;
}
.bucket .post-thumbnail .wp-post-image,
.bucket .post-thumbnail .featured-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.bucket .post-thumbnail figcaption {
  padding-top: 0px;
}
.bucket .post-thumbnail .hover-icon {
  opacity: 0;
  transition: all 0.25s ease-in-out;
  position: absolute;
  z-index: 100;
  top: 25%;
  left: 27.5%;
  text-align: center;
  width: 50%;
  height: auto;
}
.bucket .post-thumbnail .hover-icon:hover + .wp-post-image {
  filter: brightness(0.9);
  transition: all 0.25s;
  transform: scale(1.05);
}
.bucket .post-thumbnail .wp-post-image {
  transition: all 0.1s;
}
.bucket .post-thumbnail .wp-post-image:hover {
  filter: brightness(1.2);
  transition: all 0.25s;
  transform: scale(1.02);
}
.bucket .more-link {
  display: block;
  color: #006dac;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}
.bucket .social-links {
  position: absolute;
  top: 2px;
  left: 18px;
  width: calc(100% - 30px);
  padding: 5px 14px;
  text-align: right;
  background-color: rgba(236, 187, 1, 0.9);
  overflow: hidden;
  z-index: 1;
}
.bucket .social-links a {
  background: none !important;
  border: none;
}
.bucket .social-links a i {
  color: #FFF;
}
.bucket .social-links a:hover i {
  color: #383A37;
}
.bucket .social-links a#pinterest {
  margin-left: 4px;
}
.bucket .social-links a:first-child:before {
  content: "/";
  display: inline-block;
  position: absolute;
  color: #FFF;
  font-size: 42px;
  top: -17px;
  left: -21px;
}
.bucket .category-title {
  color: #006dac;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 17px;
  margin: 15px 0px 0px 0px;
  font-weight: 500;
}
.bucket:hover .post-thumbnail .hover-icon {
  opacity: 1;
}
.square.bucket {
  padding-bottom: 50px;
}
.square.bucket .category-title,
.square.bucket .social-links {
  display: none;
}
.square.bucket .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.square.bucket .post-thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 1 * 100%;
}
.square.bucket .post-thumbnail .wp-post-image,
.square.bucket .post-thumbnail .featured-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.square.bucket .post-thumbnail .wp-post-img {
  min-height: 100%;
  border: 1px solid #a2a2a2;
}
.square.bucket .post-thumbnail:hover .wp-post-img {
  border: 1px solid #ECBB01;
}
.square.bucket .byline.above {
  display: block;
}
.square.bucket .byline.below {
  display: none;
}
.big.bucket {
  margin-bottom: 20px;
}
.big.bucket .category-title,
.big.bucket .social-links {
  display: none;
}
.big.bucket .entry-title {
  font-size: 38px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  margin: 5px 0px 0px 0px;
  line-height: 1;
  font-weight: 700;
}
.big.bucket .entry-title a {
  color: #383A37;
}
.big.bucket .byline.above {
  display: block;
}
.big.bucket .byline.below {
  display: none;
}
.hero.bucket {
  position: relative;
}
.hero.bucket .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.hero.bucket .post-thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 0.5625 * 100%;
}
.hero.bucket .post-thumbnail .wp-post-image,
.hero.bucket .post-thumbnail .featured-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.hero.bucket .post-thumbnail img:hover {
  transform: scale(1);
}
.hero.bucket .byline {
  margin-left: 50px;
}
.hero.bucket .entry-title {
  font-size: 30px;
  margin-left: 50px;
  margin-bottom: 4px;
  z-index: 30;
}
.hero.bucket .category-title {
  background-color: #FFF;
  margin: -71px 0px -65px 50px;
  padding: 25px 40px 0px 40px;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  border: 1px solid #FFF;
  position: relative;
  z-index: 10;
  text-align: center;
  left: 1px;
}
.hero.bucket .entry-content {
  margin-left: 50px;
}
.hero.bucket .social-links.post {
  display: none;
}
.hero.bucket .social-links.banner {
  position: absolute;
  top: 0px;
  left: 15px;
  width: calc(100% - 30px);
}
.hero.bucket .social-links.banner a {
  width: 24px;
}
.hero.bucket .social-links.banner a i {
  font-size: 22px;
}
.hero.bucket + hr.simple {
  margin: 35px 0px 50px 0px;
}
.archive .hero:first-of-type,
.single-regions .hero {
  width: calc(100% - 300px);
  float: left;
  margin-bottom: 35px;
}
.featured.bucket {
  position: relative;
}
.featured.bucket .entry-content {
  padding-bottom: 20px;
}
.featured.bucket .social-links {
  display: none;
}
.featured.bucket .social-links.banner {
  display: none;
}
.featured.bucket .byline {
  margin: 3px 0px 25px 0px;
  position: relative;
}
.featured.bucket .byline:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #000;
}
.list-style.bucket {
  position: relative;
  margin-top: 80px;
  margin-bottom: 30px;
}
.list-style.bucket:before,
.list-style.bucket:after {
  content: " ";
  display: table;
}
.list-style.bucket:after {
  clear: both;
}
.list-style.bucket:before,
.list-style.bucket:after {
  content: " ";
  display: table;
}
.list-style.bucket:after {
  clear: both;
}
.list-style.bucket .entry-content {
  padding-bottom: 20px;
  z-index: 0;
}
.list-style.bucket .entry-header {
  padding-top: 15px;
  position: relative;
  z-index: 0;
}
.list-style.bucket .tag {
  text-transform: uppercase;
  color: #f2f2f3;
  font-size: 100px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 600;
  position: absolute;
  top: -114px;
  width: 100%;
  letter-spacing: 5px;
  text-align: center;
  display: block;
  z-index: -10;
}
.list-style.bucket .tag:after {
  content: "";
  position: absolute;
  width: 102%;
  top: 44px;
  left: -10px;
  height: 2px;
  background-color: rgba(197, 197, 197, 0.3);
}
.list-style.bucket .tag:empty {
  display: none;
}
.list-style.bucket .post-thumbnail {
  width: 60%;
  float: left;
  margin: 0px 25px / 2 * 2 25px / 2 * 2 0px;
}
.list-style.bucket .post-thumbnail img {
  z-index: 1;
}
.list-style.bucket .social-links {
  display: none;
}
.list-style.bucket .byline {
  margin: 3px 0px 25px 0px;
  position: relative;
}
.list-style.bucket .byline:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #000;
}
.list-style.bucket .more-link {
  left: 60%;
  margin-left: 25px / 2 * 2;
  position: absolute;
}
.alt.list-style.bucket {
  margin: 30px 0px;
  padding: 30px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.alt.list-style.bucket .byline.above {
  display: block;
  margin-bottom: 0px;
}
.alt.list-style.bucket .byline.above:after {
  display: none;
}
.alt.list-style.bucket .byline.above .author {
  display: none;
}
.alt.list-style.bucket .entry-title {
  margin-bottom: 30px;
}
.alt.list-style.bucket .entry-content {
  padding-bottom: 0px;
}
.alt.list-style.bucket .post-thumbnail {
  width: 30%;
  float: left;
  margin-right: 30px;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
.alt.list-style.bucket .post-thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 1 * 100%;
}
.alt.list-style.bucket .post-thumbnail .wp-post-image,
.alt.list-style.bucket .post-thumbnail .featured-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.alt.list-style.bucket .more-link {
  position: relative;
  left: auto;
  margin: 0px;
}
.card-style.bucket {
  position: relative;
  margin: 1%;
  flex-basis: 31.333% !important;
  width: 100%;
  padding-bottom: 4%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.card-style.bucket .post-thumbnail {
  position: relative;
  margin: 0px -15px;
  width: calc(100% + 30px);
  overflow: hidden;
}
.card-style.bucket .post-thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 1 * 100%;
}
.card-style.bucket .post-thumbnail .wp-post-image,
.card-style.bucket .post-thumbnail .featured-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.card-style.bucket .social-links {
  position: absolute;
  top: auto;
  left: 9px;
  bottom: -5px;
  right: auto !important;
  width: auto;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  text-align: left;
  right: 17px !important;
  left: auto;
  bottom: 5px;
  overflow: visible;
}
.card-style.bucket .social-links a {
  margin-right: -10px;
}
.card-style.bucket .social-links a i {
  color: #383A37;
  font-size: 16px;
}
.card-style.bucket .social-links a:first-child:before {
  content: "";
}
.card-style.bucket .entry-title {
  margin-bottom: 25px;
}
.bucket.ba-event {
  padding: 3px 10px 10px 15px;
}
.bucket.ba-event .event-title:after {
  content: " • ";
  display: inline-block;
  position: relative;
  top: -1px;
  padding: 0px 3px;
  font-size: 12px;
}
.bucket.ba-event .event-title,
.bucket.ba-event .event-location {
  display: inline-block;
}
.bucket.ba-event:nth-child(2n + 1) {
  background-color: rgba(236, 187, 1, 0.2);
}
#hero .entry-header {
  position: relative;
  margin: 27px 0px 0px 35px;
  /*.category-title{
			text-transform: uppercase;
			font-family: @font-family-sans-serif;
			font-size: 16px;
			margin: 0px;
		}*/
}
#hero .entry-header .entry-title {
  font-size: 68px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 600;
  text-transform: none;
  margin: 0px;
  line-height: 1;
}
#hero .entry-header .entry-title span.alt {
  font-size: 30px;
  color: #7A7A7A;
  text-transform: none;
  display: block;
  margin-top: 5px;
}
#hero .entry-header .entry-title a {
  color: #383A37;
}
.simple.bucket .category-title,
.simple.bucket .author,
.simple.bucket .date-created,
.simple.bucket .entry-content,
.simple.bucket .more-link,
.simple.bucket .social-links {
  display: none;
}
.simple.bucket.with-category .category-title {
  display: block;
}
.simple.bucket.with-social .social-links {
  display: block;
}
.bucket.with-byline .byline.above {
  display: block;
}
.bucket.with-byline .byline.above .author,
.bucket.with-byline .byline.above .date-created {
  display: inline-block;
}
.bucket.hide-excerpt .entry-content {
  display: none;
}
.bucket.type-styles .byline {
  display: none;
}
.real-video.bucket .entry-title:before,
.entry-header.real-video .entry-title:before {
  content: '\e827';
  font-family: 'fontello';
  display: inline-block;
  color: #999;
  margin-right: 5px;
}
.collection-hero {
  position: relative;
  margin-bottom: 90px;
  clear: both;
  padding: 0px;
  top: 60px;
  border: 1px solid #f2f2f3;
  /*&:after{
		content: "";
		background: @border-color;
		height: 1px;
		width: 100%;
		display: block;
		position: relative;
		top: 40px;
	}*/
  /*ul*/
}
.collection-hero + .cb-grid {
  margin-top: 140px;
}
.collection-hero .collection-header {
  text-transform: uppercase;
  color: #f2f2f3;
  font-size: 100px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 600;
  margin: 0px;
  position: absolute;
  top: -90px;
  width: 100%;
  letter-spacing: 5px;
  text-align: center;
}
.collection-hero .collection-hero-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collection-hero .featured-image {
  flex-basis: 50%;
  margin: 0px;
  padding: 0px;
  float: none;
  max-width: 650px;
}
.collection-hero .featured-image img {
  width: 100%;
  height: auto;
}
.collection-hero .entry-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 300;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.1px;
  margin-bottom: 30px;
}
.collection-hero .entry-title a {
  color: #000;
}
.collection-hero .entry-title a:hover {
  color: #000;
  text-decoration: none;
}
.collection-hero .entry-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 25px);
  width: 50px;
  height: 2px;
  background-color: #000;
}
.collection-hero .entry-content {
  clear: both;
  text-align: center;
  width: 50%;
}
.collection-hero .more-link {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  font-weight: 500;
  letter-spacing: 1px;
  color: #FFF;
  background-color: #9AB430;
  padding: 7px 5px 5px 16px;
}
.collection-hero .more-link:hover {
  text-decoration: none;
  color: #000;
}
.collection-hero .collection-articles,
.collection-hero .entry-excerpt {
  clear: both;
  position: relative;
  z-index: 10;
  list-style: none;
  margin: 0px;
  width: 100%;
  padding-left: 0px;
  padding-bottom: 25px;
}
.collection-hero .collection-articles li,
.collection-hero .entry-excerpt li {
  font-size: 1.7rem;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 500;
  text-align: left;
}
.collection-hero .collection-articles li:last-child,
.collection-hero .entry-excerpt li:last-child {
  margin-bottom: 0px;
}
.collection-hero .collection-articles a,
.collection-hero .entry-excerpt a {
  color: #000;
}
.collection-hero .collection-articles a:hover,
.collection-hero .entry-excerpt a:hover {
  text-decoration: none;
  color: #0196EC;
}
.collection-hero .collection-articles {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.collection-hero .entry-excerpt {
  display: none;
  max-width: 430px;
  margin: 0 auto;
}
.collection-hero .collection-articles li a:after {
  content: "\e81f";
  font-family: "fontello";
  display: inline;
  margin: 0px 0px 0px 5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  font-size: 14px;
}
.collection-category {
  color: #FFF;
  background-color: #C74A37;
  display: block;
  border: 1px solid #C74A37;
  border-radius: 50px;
  height: 100px;
  width: 100px;
  margin: 0px auto;
  position: relative;
  top: -65px;
  text-align: center;
  padding-top: 39px;
  margin-bottom: -50px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.recipes.bucket .entry-header {
  display: block;
}
.recipes.bucket .entry-header .tease {
  font-weight: 500;
}
.wp-block-columns {
  max-width: 1140px;
  margin: 0 auto;
}
.wp-block-columns.full-width {
  max-width: 100%;
}
.wp-block-columns.media-text-block {
  gap: 10px;
}
.wp-block-columns.media-text-block figure {
  margin-bottom: 0px;
  height: 100%;
}
.wp-block-columns.media-text-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-columns.media-text-block .wp-block-column {
  flex-basis: 50%;
}
.wp-block-columns.media-text-block .text-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
}
.wp-block-columns.media-text-block .text-block p {
  font-size: 30px;
  max-width: 80%;
  line-height: 1.6;
}
.wp-block-columns.media-text-block .text-block.red-background {
  background: #D93802;
}
.wp-block-columns.media-text-block .text-block.red-background p {
  color: #fff;
}
.wp-block-columns.media-text-block .text-block.purple-background {
  background: #A936FC;
}
.wp-block-columns.media-text-block .text-block.purple-background p {
  color: #fff;
}
.post-block,
.wp-block-columns.post-block {
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 50px;
}
@media screen and (max-width: 768px) {
  .post-block,
  .wp-block-columns.post-block {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 567px) {
  .post-block,
  .wp-block-columns.post-block {
    padding: 30px 20px;
  }
}
.post-block p,
.wp-block-columns.post-block p {
  font-size: 20px;
}
.post-block a,
.wp-block-columns.post-block a,
.post-block a.internal-link,
.wp-block-columns.post-block a.internal-link {
  color: #383A37 !important;
  font-weight: normal !important;
}
@media screen and (max-width: 567px) {
  .post-block .wp-block-column,
  .wp-block-columns.post-block .wp-block-column {
    margin-top: 30px;
  }
}
.post-block .wp-block-image,
.wp-block-columns.post-block .wp-block-image {
  overflow: hidden;
}
.post-block .wp-block-image img,
.wp-block-columns.post-block .wp-block-image img {
  width: 100%;
  transition: all 0.1s;
}
.post-block .wp-block-image img:hover,
.wp-block-columns.post-block .wp-block-image img:hover {
  transform: scale(1.02);
  filter: brightness(1.2);
}
.flex-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
}
@media only screen and (max-width: 1024px) {
  .flex-wrapper {
    flex-flow: column nowrap;
  }
  .flex-wrapper a {
    margin-bottom: 15px;
  }
}
.ab-block-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
}
.ab-block-container p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile figure {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__content .wp-block-buttons {
    text-align: center;
  }
}
.ab-block-container .wp-block-media-text .wp-block-media-text__content {
  padding-left: 0px;
}
.ab-block-container.styled-text-block {
  padding: 50px;
}
.ab-block-container.styled-text-block p {
  line-height: 60px !important;
  font-size: 36px !important;
}
.ab-block-container.blue-background {
  background: #128280;
}
.ab-block-container.blue-background p {
  color: #fff;
}
.ab-block-container.w-100 {
  max-width: 100%;
}
.page-this-is-indie-beer .fat-font,
.page-id-112187 .fat-font {
  font-family: 'Shrikhand', cursive;
  font-weight: normal !important;
  letter-spacing: 1px;
  font-size: 60px !important;
}
.page-this-is-indie-beer .page-header,
.page-id-112187 .page-header {
  margin-bottom: 0px !important;
}
.page-this-is-indie-beer #is-it-craft,
.page-id-112187 #is-it-craft {
  margin-bottom: 90px;
}
.page-this-is-indie-beer #is-it-craft h2,
.page-id-112187 #is-it-craft h2 {
  font-size: 90px !important;
}
.page-this-is-indie-beer #is-it-craft p,
.page-id-112187 #is-it-craft p {
  font-size: 32px;
  line-height: 46px;
}
.page-this-is-indie-beer #is-it-craft .search-result p,
.page-id-112187 #is-it-craft .search-result p {
  font-size: 22px;
  line-height: 1.2;
}
.page-this-is-indie-beer .wp-block-columns,
.page-id-112187 .wp-block-columns {
  max-width: 1210px;
}
.page-this-is-indie-beer .indie-brewery,
.page-id-112187 .indie-brewery {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.page-this-is-indie-beer .indie-brewery a,
.page-id-112187 .indie-brewery a {
  width: 100%;
}
.page-this-is-indie-beer .indie-brewery img,
.page-id-112187 .indie-brewery img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}
.page-this-is-indie-beer .indie-brewery h2,
.page-id-112187 .indie-brewery h2,
.page-this-is-indie-beer .indie-brewery p,
.page-id-112187 .indie-brewery p {
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 80px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
}
.page-this-is-indie-beer .indie-brewery h2,
.page-id-112187 .indie-brewery h2 {
  bottom: 60px;
  font-size: 32px;
  font-weight: bold;
}
.page-this-is-indie-beer .indie-brewery p,
.page-id-112187 .indie-brewery p {
  bottom: 30px;
  font-size: 30px !important;
}
.page-this-is-indie-beer .indie-brewery .overlay,
.page-id-112187 .indie-brewery .overlay {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
}
.page-this-is-indie-beer .wp-block-button__link,
.page-id-112187 .wp-block-button__link {
  font-size: 24px;
  padding: 18px 50px;
}
.page-this-is-indie-beer .loud-banner figure img,
.page-id-112187 .loud-banner figure img {
  height: 210px;
}
.page-this-is-indie-beer .loud-banner p,
.page-id-112187 .loud-banner p {
  color: #fff;
  font-size: 40px !important;
  line-height: 56px !important;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  max-width: 780px !important;
}
/**
* 5.0 Navigation
*
**/
#access {
  background: repeating-linear-gradient(115deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, #f9f9f9 5px, #f9f9f9 10px);
  width: calc(100% - 225px);
  margin: 0px 0px 0px 225px;
  position: relative;
  transition: background-color 1s ease;
  min-height: 100px;
  /*animation: gradientMover;
	animation-timing-function: ease;
	animation-duration: 2s;
	animation-iteration-count: 3;*/
  /*
		&:before{
		.background-gradient_gray();
	    background: repeating-linear-gradient(115deg, transparent, transparent 5px, rgba(0, 0, 0, 0.025) 5px, rgba(0, 0, 0, 0.025) 10px);
	    display: block;
	    width: 100%;
	    height: 95px;
	    position: absolute;
	    top: auto;
	    left: 0px;
	    bottom: 141px;
		transition: position 2s;	}
	*/
}
#access:after {
  display: block;
  background: #FFF;
  position: absolute;
  top: -108px;
  left: -123px;
  width: 200px;
  height: 150px;
  transform: rotate(115deg);
}
#access:hover {
  /*background: repeating-linear-gradient(
		115deg,
		transparent,
		transparent 5px,
		rgba(0, 0, 0, 0.015) 5px,
		rgba(0, 0, 0, 0.015) 10px
	);*/
}
nav a {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1051px) {
  #menu-main {
    width: auto;
    margin: 0px;
    overflow: hidden;
    padding-top: 50px;
    margin: -50px -50px 0px -4px;
    width: calc(100% - 50px);
  }
  #menu-main > li:first-child {
    margin-left: 10px;
  }
  #menu-main > li {
    background: transparent;
    position: inherit;
    display: inline-block;
    margin-bottom: 0px;
  }
  #menu-main > li > a {
    color: #383A37;
    font-size: 20px;
    text-transform: uppercase;
    font-style: italic;
    font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
    padding: 70px 10px 10px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  #menu-main > li > a:before {
    background-color: rgba(236, 187, 1, 0.6);
    display: block;
    content: "";
    width: 130px;
    height: 130px;
    border-color: rgba(236, 187, 1, 0.6);
    border-radius: 100px;
    text-align: center;
    margin: 0px auto;
    position: relative;
    top: 130px;
    transition: top 0.1s ease-in;
    margin-bottom: -130px;
    z-index: -1;
  }
  #menu-main > li.hover > a,
  #menu-main > li.current-menu-ancestor > a,
  #menu-main > li.current-menu-item > a,
  #menu-main > li.current-post-ancestor > a {
    background: transparent;
    color: #FFF;
  }
  #menu-main > li.hover > a:before,
  #menu-main > li.current-menu-ancestor > a:before,
  #menu-main > li.current-menu-item > a:before,
  #menu-main > li.current-post-ancestor > a:before {
    top: -50px;
    transition: top 0.25s ease-out;
  }
  #menu-main > li > ul,
  #menu-main > li.current-menu-item > ul,
  #menu-main > li.current-menu-ancestor > ul,
  #menu-main > li.current-post-ancestor > ul {
    left: -9999px;
    opacity: 0;
    transition: opacity 0.1s linear;
    background-color: #383A37;
  }
  #menu-main > li > ul > li,
  #menu-main > li.current-menu-item > ul > li,
  #menu-main > li.current-menu-ancestor > ul > li,
  #menu-main > li.current-post-ancestor > ul > li {
    background-color: transparent;
    display: inline-block;
    text-align: left;
    margin-right: 25px / 2;
    margin-bottom: 0px;
  }
  #menu-main > li > ul > li a,
  #menu-main > li.current-menu-item > ul > li a,
  #menu-main > li.current-menu-ancestor > ul > li a,
  #menu-main > li.current-post-ancestor > ul > li a {
    color: #efefef;
    font-weight: 300;
    text-transform: uppercase;
    padding: 4px 9px 2px 9px;
    font-size: 17px;
  }
  #menu-main > li > ul > li a:hover,
  #menu-main > li.current-menu-item > ul > li a:hover,
  #menu-main > li.current-menu-ancestor > ul > li a:hover,
  #menu-main > li.current-post-ancestor > ul > li a:hover {
    background: transparent;
    color: #006dac;
  }
  #menu-main > li > ul > li.current-menu-item a,
  #menu-main > li.current-menu-item > ul > li.current-menu-item a,
  #menu-main > li.current-menu-ancestor > ul > li.current-menu-item a,
  #menu-main > li.current-post-ancestor > ul > li.current-menu-item a,
  #menu-main > li > ul > li.current-menu-ancestor a,
  #menu-main > li.current-menu-item > ul > li.current-menu-ancestor a,
  #menu-main > li.current-menu-ancestor > ul > li.current-menu-ancestor a,
  #menu-main > li.current-post-ancestor > ul > li.current-menu-ancestor a {
    border-bottom: 4px #ECBB01 solid;
  }
  #menu-main > li.current-menu-item > ul,
  #menu-main > li.current-menu-ancestor > ul,
  #menu-main > li.current-post-ancestor > ul {
    left: 13%;
    top: 104px;
    opacity: 1;
    background-color: #383A37;
    margin-left: -225px;
  }
  #menu-main > li.hover:not(.current-menu-item):not(.current-menu-ancestor):not(.current-post-ancestor) > ul {
    background-color: #FFF;
    width: 175px;
    z-index: 1000;
    top: 100px;
    left: auto;
    opacity: 1;
    height: auto;
    margin-left: -12px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }
  #menu-main > li.hover:not(.current-menu-item):not(.current-menu-ancestor):not(.current-post-ancestor) > ul:before {
    content: "\e86a";
    font-family: "fontello";
    display: block;
    font-size: 23px;
    color: #006dac;
    height: 35px;
    font-weight: bold;
  }
  #menu-main > li.hover:not(.current-menu-item):not(.current-menu-ancestor):not(.current-post-ancestor) > ul > li {
    display: block;
    float: none;
    border-top: 1px solid #d7d8d7;
    margin: 0px;
    padding: 5px 0px;
  }
  #menu-main > li.hover:not(.current-menu-item):not(.current-menu-ancestor):not(.current-post-ancestor) > ul > li a {
    color: #383A37;
    text-align: center;
    font-size: 1.6rem;
    font-style: italic;
    text-transform: none;
    line-height: 1.2;
    transition-duration: 0s;
  }
  #menu-main > li.hover:not(.current-menu-item):not(.current-menu-ancestor):not(.current-post-ancestor) > ul > li.hover,
  #menu-main > li.hover:not(.current-menu-item):not(.current-menu-ancestor):not(.current-post-ancestor) > ul > li:hover {
    background-color: #9AB430;
  }
  #menu-main > li.hover:not(.current-menu-item):not(.current-menu-ancestor):not(.current-post-ancestor) > ul > li.hover a,
  #menu-main > li.hover:not(.current-menu-item):not(.current-menu-ancestor):not(.current-post-ancestor) > ul > li:hover a {
    color: #efefef;
  }
  #menu-main > li li ul {
    display: none;
  }
}
#menu-main > li:nth-child(1) > a:before {
  background-color: #9AB430;
}
#menu-main > li.menu-item-59541 > ul > li a:hover,
#menu-main > li#menu-item-59541 > ul:before {
  color: #9AB430;
}
.post-type-archive-styles #menu-main > li > ul > li.current-menu-item a,
.single-styles #menu-main > li > ul > li.current-menu-item a,
.parent-pageid-73232 #menu-main > li > ul > li.current-menu-item a,
.tag-beer #menu-main > li > ul > li.current-menu-item a,
.parent-pageid-70236 #menu-main > li > ul > li.current-menu-item a,
.post-type-archive-styles #menu-main > li > ul > li.current-menu-ancestor a,
.single-styles #menu-main > li > ul > li.current-menu-ancestor a,
.parent-pageid-73232 #menu-main > li > ul > li.current-menu-ancestor a,
.tag-beer #menu-main > li > ul > li.current-menu-ancestor a,
.parent-pageid-70236 #menu-main > li > ul > li.current-menu-ancestor a {
  border-bottom-color: #9AB430;
}
#menu-main > li:nth-child(2) > a:before {
  background-color: #0196EC;
}
#menu-main > li.menu-item-59406 > ul > li a:hover,
#menu-main > li#menu-item-59406 > ul:before {
  color: #0196EC;
}
.tag-beer-travel #menu-main > li > ul > li.current-menu-item a,
.parent-pageid-536 #menu-main > li > ul > li.current-menu-item a,
.tag-breweries #menu-main > li > ul > li.current-menu-item a,
.tag-beer-travel #menu-main > li > ul > li.current-menu-ancestor a,
.parent-pageid-536 #menu-main > li > ul > li.current-menu-ancestor a,
.tag-breweries #menu-main > li > ul > li.current-menu-ancestor a {
  border-bottom-color: #0196EC;
}
#menu-main > li:nth-child(3) > a:before {
  background-color: #C74A37;
}
#menu-main > li.menu-item-59473 > ul > li a:hover,
#menu-main > li#menu-item-59473 > ul:before {
  color: #C74A37;
}
.page-id-443 #menu-main > li > ul > li.current-menu-item a,
.parent-pageid-443 #menu-main > li > ul > li.current-menu-item a,
.post-type-archive-recipes #menu-main > li > ul > li.current-menu-item a,
.category-tasting-tools #menu-main > li > ul > li.current-menu-item a {
  border-bottom-color: #C74A37;
}
#menu-main > li:nth-child(4) > a:before {
  background-color: #ECBB01;
}
.download-bar {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0px;
  display: block;
  line-height: 2.5;
  text-align: center;
  font-size: 18px;
  margin: 20px auto;
}
.download-bar .bar-label {
  margin-right: 30px;
}
.download-bar a {
  color: #9AB430;
  margin-right: 15px;
}
.download-bar a:after {
  color: #9AB430;
}
.download-bar a:hover {
  text-decoration: none;
  color: #006dac;
}
.download-bar a:hover:after {
  color: #006dac;
}
.download-bar a.btn-primary:hover {
  color: #fff;
}
.download-bar.btn-style {
  border: none;
}
.download-bar.btn-style a {
  color: #383A37;
  border: 2px #383A37 solid;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  padding: 0px 20px;
  display: inline-block;
}
.download-bar.btn-style a:after {
  display: none;
}
/**
* 6.0 HTML ELEMENTS
*
**/
table,
.table {
  background: repeating-linear-gradient(115deg, rgba(0, 0, 0, 0.015), rgba(0, 0, 0, 0.015) 5px, rgba(0, 0, 0, 0.001) 5px, rgba(0, 0, 0, 0.001) 10px);
  width: 100%;
}
table thead tr,
table thead th,
table tfoot tr,
table tfoot tr:hover {
  background: #FFF;
}
.table > thead > tr > th,
table > thead > tr > th {
  color: #383A37;
  border-bottom: 3px solid #ECBB01;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-align: left;
  font-size: 1.6rem;
  padding: 8px 0px;
}
.table > tbody > tr:nth-child(even),
table > tbody > tr:nth-child(even) {
  background: #FFF;
}
.table > tbody > tr > td,
table > tbody > tr > td {
  border: 0px;
  vertical-align: middle;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 1.6rem;
}
.table > tfoot > tr > td,
table > tfoot > tr > td {
  border-top: 0px;
}
.instructions li {
  padding: 5px 0px;
}
ul li {
  margin-bottom: 10px;
}
ul.horizontal {
  margin: 0px;
  padding-left: 0px;
}
ul.horizontal li {
  display: inline-block;
  margin-right: 4px;
}
ul.horizontal li:after {
  content: "•";
  margin-left: 5px;
}
ul.horizontal li:last-child:after {
  content: "";
}
ul.horizontal.with-custom-icons li:after {
  content: "";
  margin-left: 10px;
}
ul.alt li {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 20px;
}
ul.alt li a {
  font-weight: 500;
}
ul.alt li a:after {
  content: '\e81e';
  font-family: 'fontello';
  font-size: 13px;
  margin-left: 5px;
}
.ui-autocomplete li {
  position: relative;
}
.ui-autocomplete li.ui-menu-item {
  padding: 0px;
}
.ui-autocomplete li a {
  display: block;
  padding: 3px 1em 3px 0.4em;
  font-family: Georgia, serif;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.ui-autocomplete li a:hover {
  border-bottom: 1px solid transparent;
  color: #383A37;
}
.ui-autocomplete li a.ui-state-active {
  background: #ECBB01;
  cursor: pointer;
  margin: 0px;
  border: none;
  border-bottom: 1px solid transparent;
}
.ui-autocomplete li:hover,
.ui-autocomplete li.ui-state-focus {
  background: #ECBB01;
}
@media screen and (max-width: 768px) {
  .ui-autocomplete li:hover:after,
  .ui-autocomplete li.ui-state-focus:after {
    content: 'SEARCH';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #383A37;
    font-family: Georgia, serif;
    padding: 4px 8px;
  }
}
/*
* 6.3 Forms
*
* This includes navbars and all form elements
*
* See form exaxmples at /style-guide/forms
*
* Currently we use forms for:
*
*  6.3.1 Form Helpers
*  6.3.2 Form Elements
*  6.3.3 Navbars
*  6.3.4 Buttons
*  6.3.5 Tabs
*  6.3.6 Loading icons and progress indicators
*
* */
form .section-title,
.form .section-title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
form .section-title + .section-head,
.form .section-title + .section-head {
  margin-top: 10px;
}
form .section-title + small,
.form .section-title + small {
  font-style: italic;
  margin: -5px 0px 5px 0px;
  display: block;
}
form h3,
.form h3 {
  margin: 25px / 2 * 3 0px 0px 0px;
  font-size: 2rem;
}
form h3.section-head,
.form h3.section-head {
  margin: 30px 0px 8px 0px;
  font-size: 1.6rem;
}
form.form-horizontal > .row {
  margin-bottom: 25px / 2;
}
form.form-vertical div.row {
  padding: 0px;
}
form.form-vertical input + input {
  margin-top: 25px / 2;
  display: block;
}
form.form-inline {
  margin: 25px / 2 0px;
}
form.form-inline legend {
  float: left;
  font-size: 14px;
  width: auto;
  margin: 0px 25px / 2 0px 0px;
}
form.form-inline label {
  font-size: 14px;
  line-height: 1.4;
  padding: 0px 5px 0px 11px;
}
/*
* 6.3.1 Form Helpers
*
* Help blocks are dynamically added with javascript to every .form-group,
* after a required element or an element needing validation
*
*/
.form-group.error input,
input[aria-invalid="true"],
.form-group.error select {
  border-color: #d9534f;
  background-color: rgba(185, 74, 72, 0.1);
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus {
  border-color: #d9534f;
}
.help-block {
  margin-bottom: 0px;
}
.help-block:empty {
  height: 0px;
}
.help-block ul {
  list-style: none;
  margin: 0px;
  float: none;
}
.help-block ul li {
  font-size: 11px;
  font-style: italic;
  color: #d9534f;
  text-align: left;
}
.help-block {
  font-size: 13px;
  font-style: italic;
  color: #d9534f;
  text-align: left;
}
.help-block:empty {
  height: 0px;
  margin: 0px;
  padding: 0px;
}
.radio-inline > .help-block {
  position: absolute;
  left: 0px;
  bottom: -12px;
  width: 200px;
}
.note-block {
  display: block;
  color: #999;
  font-size: 1.2rem;
  font-style: italic;
  margin: 6px 0px 12.5px 0px;
}
label.disabled {
  color: #888;
}
.error .help-block,
.has-error .help-block {
  display: block;
}
.error .help-block:empty,
.has-error .help-block:empty {
  height: 0px;
}
.error .help-block li,
.has-error .help-block li {
  color: #d9534f;
}
.error input[type="radio"] .help-block {
  position: absolute;
  bottom: -13px;
  width: 100px;
  display: block;
  left: 0px;
}
.form-group.error input,
input[aria-invalid="true"] {
  border-color: #d9534f;
  background-color: rgba(185, 74, 72, 0.1);
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus {
  border-color: #d9534f;
}
legend {
  border-bottom: 0px;
}
label,
.label {
  font-size: 1.4rem;
  color: #383A37;
  font-weight: bold;
  padding: 10px 0px 1px 0px;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}
label.required:after,
.label.required:after {
  content: "*";
}
label.inline-group,
.label.inline-group {
  display: inline-block;
  padding: 0px;
  margin: 0px 10px 0px 0px;
  font-size: 1.4rem;
  font-weight: bold;
}
label + .form-control,
.label + .form-control {
  margin-top: 0px;
}
button[type="submit"] {
  margin: 0px;
}
select {
  border-radius: 0px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.navbar .form-group {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
}
.form-group + .form-group,
.form-group + .btn,
form .row,
div + .btn {
  margin-bottom: 25px / 2;
}
.radio-inline,
.checkbox-inline {
  margin-top: 0px;
}
.radio-inline > input[type="checkbox"],
.checkbox-inline > input[type="checkbox"],
.radio-inline input[type="radio"],
.checkbox-inline input[type="radio"] {
  margin: 3px 0px 0px -16px;
}
.radio-inline:first-child,
.checkbox-inline:first-child {
  margin-left: 0px;
}
.checkbox-block {
  margin-left: 20px;
}
.checkbox-block label {
  font-weight: normal;
}
.checkbox,
.radio {
  margin: 6px 0px;
}
.checkbox label,
.radio label {
  line-height: 20px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
.row div {
  padding: 0px 0px 0px 25px / 2;
}
form .row {
  margin: 25px / 2 0px;
  padding: 0px;
}
.form-control {
  height: auto;
  border-radius: 0px;
  color: #000;
  height: 40px;
  padding: 0px 25px / 2;
  box-shadow: none;
}
select.form-control {
  height: 40px;
  padding: 0px 25px / 2;
}
/*
*
* Yes, this is complicated, and yes it breaks the nested rules rule, but oh well.
*
*/
#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);
}
.navbar-form {
  border-bottom: 0px;
  margin: 0px;
  padding: 0px 5px;
}
.navbar {
  border: 0px;
  height: 40px;
  width: 100%;
  clear: both;
}
.navbar .navbar-nav {
  width: 100%;
}
.navbar .navbar-nav > li > .btn,
.navbar .navbar-nav li.form > .btn,
.navbar .navbar-nav > li > a,
.navbar .navbar-nav li.form > a {
  line-height: 2.6;
  color: #FFF;
  padding: 0px 5%;
  margin: 0px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
}
.navbar .navbar-nav > li > .btn > i,
.navbar .navbar-nav li.form > .btn > i,
.navbar .navbar-nav > li > a > i,
.navbar .navbar-nav li.form > a > i {
  display: block;
  position: absolute;
  margin: 0px -10px 0px 0px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav li.form > a:hover,
.navbar .navbar-nav > li.open > a,
.navbar .navbar-nav li.form.open > a {
  background-color: #bb8404;
}
.navbar .navbar-nav > li.form {
  min-width: 200px;
}
.navbar .navbar-nav > li.form > i {
  position: absolute;
  top: 11px;
  left: 5px;
  color: #C5C5C5;
  font-size: 14px;
}
.navbar .navbar-nav > li.form input[type='text'] {
  border: 0px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  padding: 0px;
  border: 1px solid #CCC;
  text-indent: 29px;
  font-size: 17px;
}
.navbar .navbar-nav > li.form .form-group + .btn {
  position: absolute;
  top: 0px;
  right: 5px;
  height: 40px;
  margin: 0px;
}
.navbar .navbar-nav > li.form:only-child {
  margin-top: 0px;
}
.navbar .navbar-nav > li.form:only-child .form-group + .btn {
  top: 0px;
}
.navbar .navbar-nav > li.toggler a {
  background: #666;
}
.navbar .navbar-nav > li.toggler a:after {
  content: '\e84e' !important;
  font-family: "fontello";
  float: right;
  width: 15px;
}
.navbar .navbar-nav > li.toggler a:hover {
  background: #333;
}
.navbar .navbar-nav > li.toggler.active a {
  background: #5C666F;
}
.navbar .navbar-nav > li.toggler.active a:after {
  content: '\e862' !important;
}
.navbar .navbar-nav > li.toggler.active a:hover {
  background: #454c53;
}
.navbar .navbar-nav.navbar-full {
  width: 98%;
}
.navbar .navbar-nav.navbar-full li {
  width: 100%;
}
.navbar .navbar-nav li:only-child {
  width: 350px;
  margin: 0 auto;
}
.navbar .loading {
  position: absolute;
  top: auto;
  left: -17px;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}
.take-all-space-you-can {
  width: 100%;
}
.navbar-nav.justified,
.justifed-nav {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0px;
}
.navbar-nav.justified > li,
.justifed-nav > li {
  float: none;
  display: table-cell;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.navbar-nav.justified > li:only-child,
.justifed-nav > li:only-child {
  padding: 0px;
}
.navbar-nav.justified > li:last-child,
.justifed-nav > li:last-child {
  padding-right: 0px;
}
.navbar-nav.justified > li:first-child,
.justifed-nav > li:first-child {
  padding-left: 0px;
}
.nav-tabs.nav-justified > li > a {
  border-radius: 0px;
}
button,
.btn,
a.btn {
  border: 0px;
  border-radius: 0px !important;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 17px;
  color: #FFF;
  line-height: 1.8;
  cursor: pointer;
  height: auto;
}
button.btn-lg,
.btn.btn-lg,
a.btn.btn-lg {
  font-size: 2.4rem;
  padding: 1% 3%;
}
button.btn-small,
.btn.btn-small,
a.btn.btn-small {
  font-size: 1.3rem;
  line-height: 1.5;
}
button.btn-xs,
.btn.btn-xs,
a.btn.btn-xs {
  padding: 0px 7px;
  font-size: 1.2rem;
  line-height: 1.8;
}
button:hover,
.btn:hover,
a.btn:hover {
  border-width: 0px;
}
.btn-default,
.btn-cta {
  border: 1px solid #ECBB01;
  background-color: transparent;
  color: #383A37;
}
.btn-default:hover,
.btn-cta:hover,
.btn-default:focus,
.btn-cta:focus {
  border-width: 1px;
}
.btn-default.disabled,
.btn-cta.disabled,
.btn-default.disabled:hover,
.btn-cta.disabled:hover,
.btn-default.disabled:focus,
.btn-cta.disabled:focus {
  background: #999;
}
.btn-primary,
.btn-alert {
  background: #ECBB01;
  color: #FFF;
}
.btn-primary:hover,
.btn-alert:hover,
.btn-primary:focus,
.btn-alert:focus,
.btn-primary:active,
.btn-alert:active {
  background: #bb8404;
  color: #FFF;
}
.btn-primary.disabled,
.btn-alert.disabled,
.btn-primary.disabled:hover,
.btn-alert.disabled:hover,
.btn-primary.disabled:focus,
.btn-alert.disabled:focus {
  background: #999;
}
.btn-important {
  background: #d9534f;
  color: #FFF;
}
.btn-important:hover,
.btn-important:focus,
.btn-important:active {
  background: #d43f3a;
  color: #FFF;
}
.btn-important.disabled,
.btn-important.disabled:hover,
.btn-important.disabled:focus {
  background: #999;
}
.btn-secondary {
  background: #C74A37;
  color: #FFF;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: #772c21;
  color: #FFF;
}
.btn-secondary.disabled,
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus {
  background: #999;
}
.btn.active {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
button:active,
.btn:active,
a.btn:active,
a.button:active,
input[type="submit"]:active,
.logout:active,
button.active,
.btn.active,
a.btn.active,
a.button.active,
input[type="submit"].active,
.logout.active {
  top: auto !important;
  left: auto !important;
}
.btn-link {
  color: #006dac;
}
.btn + .btn {
  margin-left: 25px / 2;
}
.btn-group {
  position: relative;
  width: 25%;
}
.btn-group .btn {
  width: 100%;
}
.btn-group .dropdown-menu {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.dropdown-toggle {
  line-height: 2.6;
  color: #FFF;
  padding: 0px 5%;
  margin: 0px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0px;
  height: 40px;
  cursor: pointer;
}
.dropdown-menu {
  border: 0px;
  border-top: 4px solid #C74A37;
  border-radius: 0px;
  max-height: 200px;
  width: calc(100% - 10px);
  overflow-y: auto;
  margin: -4px 0px 0px 5px;
}
.dropdown-menu > li > a {
  white-space: nowrap;
  cursor: pointer;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 1.6rem;
}
.nav-tabs {
  border-color: rgba(0, 0, 0, 0.1);
}
.nav-tabs li {
  margin-right: 1%;
}
.nav-tabs li a {
  color: #FFF;
  border: 0px;
  border-radius: 0px;
  background: #C74A37;
  margin-right: 0px;
}
.nav-tabs li a:hover {
  border: none;
  background-color: #772c21;
  color: #FFF;
}
.nav-tabs li.open .dropdown-menu a {
  background: transparent;
  color: #383A37;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #ECBB01;
  color: #FFF;
  border: 0px;
}
.nav-tabs > li.open > a,
.nav-tabs > li.open > a:hover,
.nav-tabs > li.open > a:focus {
  background: #772c21;
  color: #FFF;
  border: 0px;
}
.loader-bar {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.99;
}
.loader-bar .bar {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 4px;
  background: #ECBB01;
  animation: exordo-loader 3s ease infinite;
  border-radius: 3px;
  transform-origin: 50% 50%;
}
@keyframes exordo-loader {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(1000%);
  }
}
@keyframes exordo-loader-small {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(400%);
  }
}
/*
* 6.3 Forms
*
* This includes navbars and all form elements
*
* See form exaxmples at /style-guide/forms
*
* Currently we use forms for:
*
*  6.3.1 Form Helpers
*  6.3.2 Form Elements
*  6.3.3 Navbars
*  6.3.4 Buttons
*  6.3.5 Tabs
*  6.3.6 Loading icons and progress indicators
*
* */
/*!
 * FormValidation (http://formvalidation.io)
 * The best jQuery plugin to validate form fields. Support Bootstrap, Foundation, Pure, SemanticUI, UIKit and custom frameworks
 *
 * @version     v0.8.1, built on 2016-07-29 1:10:54 AM
 * @author      https://twitter.com/formvalidation
 * @copyright   (c) 2013 - 2016 Nguyen Huu Phuoc
 * @license     http://formvalidation.io/license/
 */
.form-inline.fv-form-bootstrap .form-group,
.fv-form-bootstrap4.form-inline .form-group {
  vertical-align: top;
}
.fv-has-feedback {
  position: relative;
}
.fv-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: block;
  text-align: center;
}
.fv-help-block {
  display: block;
}
.fv-form [placeholder]::-ms-clear {
  display: none;
}
.fv-form-foundation .form-error,
.fv-form-uikit .uk-text-danger {
  display: block;
}
.fv-form-bootstrap .help-block {
  margin-bottom: 0;
}
.fv-form-bootstrap .tooltip-inner {
  text-align: left;
}
.fv-form-bootstrap .fv-bootstrap-icon-input-group {
  z-index: 100;
}
.fv-form-bootstrap4 .fv-control-feedback {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.fv-form-bootstrap4 .form-group.row .fv-control-feedback {
  right: 15px;
}
.fv-form-bootstrap4 .form-group.row .form-check ~ .fv-control-feedback {
  top: -7px;
}
.fv-form-bootstrap4:not(.form-inline) label ~ .fv-control-feedback {
  top: 32px;
}
.fv-form-bootstrap4:not(.form-inline) label.sr-only ~ .fv-control-feedback {
  top: -7px;
}
.fv-form-bootstrap4:not(.form-inline) .form-check ~ .fv-control-feedback {
  top: 25px;
}
.fv-form-bootstrap4 .has-success .fv-control-feedback,
.fv-form-bootstrap4 .has-success label {
  color: #5cb85c;
}
.fv-form-bootstrap4 .has-warning .fv-control-feedback,
.fv-form-bootstrap4 .has-warning label {
  color: #f0ad4e;
}
.fv-form-foundation5 .fv-control-feedback {
  right: 15px;
  width: 37px;
  height: 37px;
  line-height: 37px;
}
.fv-form-foundation5 .row .row:not(.collapse) .fv-control-feedback {
  right: 8px;
}
.fv-form-foundation5 .row .collapse .fv-control-feedback {
  right: 0;
}
.fv-form-foundation5.fv-form-horizontal [type=checkbox] ~ .fv-control-feedback,
.fv-form-foundation5.fv-form-horizontal [type=radio] ~ .fv-control-feedback {
  top: -8px;
}
.fv-form-foundation5 label .fv-control-feedback {
  top: 21px;
}
.fv-form-foundation5 [type=checkbox] ~ .fv-control-feedback,
.fv-form-foundation5 [type=radio] ~ .fv-control-feedback {
  top: 15px;
}
.fv-form-foundation5 .error .fv-control-feedback {
  color: #f04124;
}
.fv-form-foundation5 .fv-has-success .fv-control-feedback,
.fv-form-foundation5 .fv-has-success label {
  color: #43AC6A;
}
.fv-form-foundation .fv-control-feedback {
  right: 15px;
  width: 39px;
  height: 39px;
  line-height: 39px;
}
.fv-form-foundation [type=checkbox] ~ .fv-control-feedback,
.fv-form-foundation [type=radio] ~ .fv-control-feedback {
  top: -7px;
}
.fv-form-foundation fieldset [type=checkbox] ~ .fv-control-feedback,
.fv-form-foundation fieldset [type=radio] ~ .fv-control-feedback,
.fv-form-foundation label .fv-control-feedback {
  top: 25px;
}
.fv-form-foundation .fv-has-error .fv-control-feedback,
.fv-form-foundation .fv-has-error fieldset legend,
.fv-form-foundation .fv-has-error label {
  color: #ec5840;
}
.fv-form-foundation .fv-has-success .fv-control-feedback,
.fv-form-foundation .fv-has-success fieldset legend,
.fv-form-foundation .fv-has-success label {
  color: #3adb76;
}
.fv-foundation-tooltip:before {
  border-color: transparent transparent #0a0a0a;
}
.fv-form-pure .fv-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.fv-form-pure.pure-form-aligned [type=checkbox] ~ .fv-control-feedback,
.fv-form-pure.pure-form-aligned [type=radio] ~ .fv-control-feedback {
  top: -9px;
}
.fv-form-pure.pure-form-aligned .fv-help-block {
  margin-top: 5px;
  margin-left: 180px;
}
.fv-form-pure.pure-form-stacked .pure-control-group {
  margin-bottom: 8px;
}
.fv-form-pure.pure-form-stacked .fv-control-feedback {
  top: 22px;
}
.fv-form-pure.pure-form-stacked .pure-radio ~ .fv-control-feedback {
  top: 20px;
}
.fv-form-pure.pure-form-stacked .fv-sr-only ~ .fv-control-feedback {
  top: -9px;
}
.fv-form-pure .fv-has-error .fv-control-feedback,
.fv-form-pure .fv-has-error .fv-help-block,
.fv-form-pure .fv-has-error label {
  color: #CA3C3C;
}
.fv-form-pure .fv-has-success .fv-control-feedback,
.fv-form-pure .fv-has-success .fv-help-block,
.fv-form-pure .fv-has-success label {
  color: #1CB841;
}
.fv-form-semantic .error .icon,
.fv-form-semantic.ui.form .fields.error label {
  color: #9f3a38;
}
.fv-form-semantic .fv-control-feedback {
  right: 7px;
}
.fv-form-uikit .fv-control-feedback {
  top: 25px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.fv-form-uikit.uk-form-horizontal .fv-control-feedback {
  top: 0;
}
.fv-form-uikit.uk-form-horizontal [type=checkbox] ~ .fv-control-feedback,
.fv-form-uikit.uk-form-horizontal [type=radio] ~ .fv-control-feedback {
  top: -7px;
}
.fv-form-uikit label.fv-sr-only ~ .fv-control-feedback {
  top: -7px !important;
}
.fv-form-uikit.uk-form-stacked [type=checkbox] ~ .fv-control-feedback,
.fv-form-uikit.uk-form-stacked [type=radio] ~ .fv-control-feedback {
  top: 20px;
}
.fv-form-uikit .fv-has-error .fv-control-feedback,
.fv-form-uikit .fv-has-error .uk-form-label,
.fv-form-uikit .fv-has-error label {
  color: #D85030;
}
.fv-form-uikit .fv-has-success .fv-control-feedback,
.fv-form-uikit .fv-has-success .uk-form-label,
.fv-form-uikit .fv-has-success label {
  color: #659F13;
}
form,
form.form {
  margin: 25px / 2 0px;
  padding: 25px / 2 0px;
}
form label,
form.form label {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
form .form-control,
form.form .form-control {
  line-height: 3;
  background-color: transparent;
}
form .form-control + .form-control,
form.form .form-control + .form-control {
  margin-top: 25px / 2;
}
form .form-group,
form.form .form-group {
  padding: 0px;
}
form .row,
form.form .row {
  margin-bottom: 0px;
}
form legend,
form.form legend {
  margin-left: 1%;
  font-size: 3rem;
}
form input,
form.form input,
form select,
form.form select {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
form .g-recaptcha div,
form.form .g-recaptcha div {
  padding: 0px;
}
form .loading-ring,
form.form .loading-ring {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 6px;
  border: 2px dotted #fff;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  top: 1.5px;
  left: 5px;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}
@keyframes loadingD {
  0 {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.was-validated .form-control:invalid {
  border-color: #d9534f;
}
input[type=submit]:disabled {
  background: #d8d8d8;
  color: #fff;
}
/*
* 6.3.1 Form Helpers
*
* Help blocks are dynamically added with javascript to every .form-group,
* after a required element or an element needing validation
*
*/
.form-control-feedback {
  width: auto;
  height: auto;
  line-height: 1;
  right: 4px;
}
.has-feedback label ~ .form-control-feedback {
  top: 44px;
}
.has-feedback label.sr-only ~ .form-control-feedback,
.fv-form-bootstrap .fv-icon-no-label,
.has-error select.form-control + .form-control-feedback,
.has-success select.form-control + .form-control-feedback {
  top: 12px;
}
.wpuf-success {
  display: block;
  padding: 25px / 2;
  background-color: #dff0d8;
}
.wpuf-message {
  display: block;
  padding: 25px / 2;
  background-color: #F2DEDC;
}
.navbar {
  padding: 20px 5px;
  height: auto;
}
.navbar .navbar-nav > li {
  position: relative;
}
.navbar .navbar-nav > li a > i {
  position: absolute;
  top: 24%;
  right: 15px;
  float: none;
}
.navbar .navbar-nav > li.form {
  top: -2px;
}
.navbar .navbar-nav > li.doublewide {
  min-width: 50%;
}
.navbar .navbar-nav > li input[type='text'],
.navbar .navbar-nav li.form input[type='text'] {
  background-color: #FFF;
  border: 2px solid #C5C5C5;
  color: #C5C5C5;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 700;
  text-indent: 10px;
  line-height: 1.428;
}
.navbar .navbar-nav > li > i:not(.toggle-intro),
.navbar .navbar-nav li.form > i:not(.toggle-intro) {
  top: 9px;
  left: 6px;
  color: #666;
}
.navbar .navbar-nav > li > a > i,
.navbar .navbar-nav li.form > a > i {
  max-height: 40px;
}
.navbar .navbar-nav > li .form-group + .btn,
.navbar .navbar-nav li.form .form-group + .btn {
  top: auto;
  bottom: 0px;
}
.navbar .navbar-nav > li > .btn {
  height: 40px;
  width: auto;
  line-height: 2.4;
  letter-spacing: 1px;
  min-width: 140px;
  font-size: 18px;
}
.navbar .navbar-nav > li > .btn.btn-default {
  color: #000;
  height: 40px;
  line-height: 2.2;
}
.navbar .navbar-nav > li > .btn.btn-default:hover {
  color: #bb8404;
}
.navbar .navbar-nav > li > .btn.btn-small i {
  float: left;
}
.navbar .navbar-nav li.toggler .btn,
.navbar .navbar-nav li.toggler .btn-toggle {
  box-shadow: none;
  border-radius: 0px !important;
  letter-spacing: 0px;
  text-transform: inherit;
  line-height: 2.4;
  color: #FFF;
}
.navbar .navbar-nav li.toggler a:after {
  float: none;
  position: absolute;
  top: 1px;
  right: 8px;
}
.navbar .navbar-nav li.dropdown a {
  line-height: 2.3;
}
.navbar .navbar-nav li.dropdown .dropdown-menu a {
  line-height: inherit;
}
.navbar .navbar-nav li .dropdown-menu {
  margin-left: 0px;
}
.navbar .navbar-nav > li > a:hover {
  background-color: transparent;
}
.navbar #loading {
  position: absolute;
  bottom: 35px;
  left: -12px;
  font-size: 15px;
  line-height: 0.5;
  color: #C5C5C5;
}
.gecko .navbar .navbar-nav li.dropdown a {
  line-height: 2.2;
}
.gecko .navbar .navbar-nav li.toggler a:after {
  top: -1px;
}
.win.gecko .navbar .navbar-nav li.toggler a:after {
  top: 14px;
}
.navbar-nav.justified > li.half {
  width: 50%;
}
.navbar-nav.justified > li.halfplus {
  width: 60%;
}
.navbar-form {
  padding: 0 5px;
  margin: 0px;
}
button,
.btn,
a.btn,
a.button,
input[type="submit"],
.logout,
.button,
.wp-block-button__link {
  border: 0px;
  border-radius: 0px !important;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  letter-spacing: 2px;
  color: #FFF;
  line-height: 1.8;
  font-weight: 500;
  cursor: pointer;
  height: auto;
  padding: 25px / 2 45px;
  background: #5C666F;
  transition: none;
  display: inline-block;
}
button.btn-lg,
.btn.btn-lg,
a.btn.btn-lg,
a.button.btn-lg,
input[type="submit"].btn-lg,
.logout.btn-lg,
.button.btn-lg,
.wp-block-button__link.btn-lg {
  font-size: 2.4rem;
  padding: 1% 3%;
}
button.btn-small,
.btn.btn-small,
a.btn.btn-small,
a.button.btn-small,
input[type="submit"].btn-small,
.logout.btn-small,
.button.btn-small,
.wp-block-button__link.btn-small {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 5px 10px;
}
button.btn-xs,
.btn.btn-xs,
a.btn.btn-xs,
a.button.btn-xs,
input[type="submit"].btn-xs,
.logout.btn-xs,
.button.btn-xs,
.wp-block-button__link.btn-xs {
  padding: 0px 7px;
  font-size: 1.2rem;
  line-height: 1.8;
}
button:hover,
.btn:hover,
a.btn:hover,
a.button:hover,
input[type="submit"]:hover,
.logout:hover,
.button:hover,
.wp-block-button__link:hover {
  text-decoration: none;
}
button:active,
.btn:active,
a.btn:active,
a.button:active,
input[type="submit"]:active,
.logout:active,
.button:active,
.wp-block-button__link:active,
button.active,
.btn.active,
a.btn.active,
a.button.active,
input[type="submit"].active,
.logout.active,
.button.active,
.wp-block-button__link.active {
  box-shadow: none;
  position: relative;
  top: 2px;
  left: 2px;
}
button:focus,
.btn:focus,
a.btn:focus,
a.button:focus,
input[type="submit"]:focus,
.logout:focus,
.button:focus,
.wp-block-button__link:focus {
  outline: none !important;
  outline-color: transparent;
  outline-style: none;
}
.btn-default,
a.btn-default,
.button.file-selector {
  border: 1px solid #383A37;
  border-radius: 0px !important;
  border: 2px #383A37 solid;
  background-color: transparent;
  color: #383A37;
  box-shadow: none;
  text-shadow: none;
  padding: 2px 9px;
}
.btn-default:hover,
a.btn-default:hover,
.button.file-selector:hover,
.btn-default:active,
a.btn-default:active,
.button.file-selector:active,
.btn-default:focus,
a.btn-default:focus,
.button.file-selector:focus,
.btn-default.active,
a.btn-default.active,
.button.file-selector.active {
  border-width: 2px;
  border-color: #bb8404;
  background-color: transparent !important;
  box-shadow: none;
  position: relative;
  top: 0px;
  left: 0px;
  color: #bb8404;
  background-color: transparent;
}
.btn-default.disabled,
a.btn-default.disabled,
.button.file-selector.disabled,
.btn-default.disabled:hover,
a.btn-default.disabled:hover,
.button.file-selector.disabled:hover,
.btn-default.disabled:focus,
a.btn-default.disabled:focus,
.button.file-selector.disabled:focus {
  background: #999;
}
.btn-default.reversed,
a.btn-default.reversed,
.button.file-selector.reversed {
  color: #FFF;
  border-color: #FFF;
}
.btn-default.reversed:hover,
a.btn-default.reversed:hover,
.button.file-selector.reversed:hover {
  color: #bb8404;
  border-color: #bb8404;
}
.btn-primary,
a.btn-primary,
.wp-block-button__link {
  background: repeating-linear-gradient(115deg, #b7cc47, #b7cc47 8px, #b3c846 8px, #b3c846 16px);
  color: #FFF;
}
.btn-primary:hover,
a.btn-primary:hover,
.wp-block-button__link:hover,
.btn-primary:focus,
a.btn-primary:focus,
.wp-block-button__link:focus,
.btn-primary:active,
a.btn-primary:active,
.wp-block-button__link:active {
  background: repeating-linear-gradient(115deg, #b7cc47, #b7cc47 8px, #c5d971 8px, #c5d971 16px);
}
.btn-primary.disabled,
a.btn-primary.disabled,
.wp-block-button__link.disabled,
.btn-primary.disabled:hover,
a.btn-primary.disabled:hover,
.wp-block-button__link.disabled:hover,
.btn-primary.disabled:focus,
a.btn-primary.disabled:focus,
.wp-block-button__link.disabled:focus {
  background: #999;
}
@media screen and (max-width: 767px) {
  .btn-primary,
  a.btn-primary,
  .wp-block-button__link {
    font-size: 13px;
    padding: 9.5px 35px;
  }
}
a.btn,
.wp-block-button__link {
  white-space: normal;
  line-height: 1.2;
}
.btn-important {
  background: #d9534f;
  color: #FFF;
}
.btn-important:hover,
.btn-important:focus,
.btn-important:active {
  background: #d43f3a;
  color: #FFF;
}
.btn-important.disabled,
.btn-important.disabled:hover,
.btn-important.disabled:focus {
  background: #999;
}
.btn-secondary,
.btn-alt,
.logout {
  background: #5C666F;
  color: #FFF;
  border-radius: 0px !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-alt:hover,
.logout:hover,
.btn-secondary:focus,
.btn-alt:focus,
.logout:focus,
.btn-secondary:active,
.btn-alt:active,
.logout:active {
  background: #2e3337;
  color: #FFF;
}
.btn-secondary.disabled,
.btn-alt.disabled,
.logout.disabled,
.btn-secondary.disabled:hover,
.btn-alt.disabled:hover,
.logout.disabled:hover,
.btn-secondary.disabled:focus,
.btn-alt.disabled:focus,
.logout.disabled:focus {
  background: #999;
}
.btn-link {
  color: #006dac;
  text-shadow: none;
  box-shadow: none;
}
.btn-link:hover {
  color: #bb8404;
  text-decoration: none;
}
.btn-group {
  position: relative;
  width: 25%;
}
.btn-group .btn {
  width: 100%;
}
.btn-group .dropdown-menu {
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin: 0px !important;
}
.btn-search {
  background: repeating-linear-gradient(115deg, #b7cc47, #b7cc47 8px, #b3c846 8px, #b3c846 16px);
  box-shadow: none;
  border-radius: 0px !important;
  padding: 2px 10px;
  text-shadow: none;
}
.btn-search i {
  color: #FFF;
}
.btn-search:hover,
.btn-search:focus {
  background: repeating-linear-gradient(115deg, #b7cc47, #b7cc47 8px, #b3c846 8px, #b3c846 16px);
  left: auto;
  top: 0px;
}
.btn.pdf:after,
.btn.download:after {
  content: "" !important;
}
.btn.load-more {
  margin: 30px auto 0px auto;
  display: table;
}
#contributor-login {
  min-width: 192px;
  text-align: left;
}
.dropdown-toggle,
input[type="submit"],
.btn.btn-submit {
  position: relative;
  background: repeating-linear-gradient(115deg, #b7cc47, #b7cc47 8px, #b3c846 8px, #b3c846 16px);
  text-transform: uppercase;
  line-height: 2.4;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  box-shadow: none;
  border-radius: 0px !important;
  color: #FFF;
}
.dropdown-toggle.with-icon,
input[type="submit"].with-icon,
.btn.btn-submit.with-icon {
  padding-left: 20px !important;
}
.dropdown-toggle.with-icon .icon,
input[type="submit"].with-icon .icon,
.btn.btn-submit.with-icon .icon {
  position: absolute;
  top: 0px;
  left: 15px;
  height: 40px;
  width: 35px;
  padding: 5px 5px 0px 5px;
}
.dropdown.open .dropdown-toggle,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
input[type="submit"]:hover,
.btn.btn-submit:hover {
  background: repeating-linear-gradient(115deg, #b7cc47, #b7cc47 8px, #c5d971 8px, #c5d971 16px);
}
.dropdown-menu {
  border: 0px;
  border: 4px solid #55631b;
  border-radius: 0px;
  max-height: 200px;
  width: 78%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: -2px 0px 0px 12% !important;
}
.dropdown-menu > li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 107%;
  cursor: pointer;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 19px;
  font-weight: 700;
  padding: 0px 20px;
}
.nav-tabs {
  border: none;
}
.nav-tabs li {
  margin-right: 0px;
}
.nav-tabs li a {
  color: #333333;
  border-radius: 0px;
  border: 2px;
  border: 2px rgba(0, 0, 0, 0.1) solid;
  border-left: none;
  border-top: 2px transparent solid;
  background: transparent;
  margin-right: 0px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  transition: 0s;
}
.nav-tabs li a:hover {
  background-color: transparent;
  color: #000;
  border: 2px rgba(0, 0, 0, 0.1) solid;
  border-left: none;
  border-top: 2px transparent solid;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: transparent;
  color: #ECBB01;
  border: 2px rgba(0, 0, 0, 0.1) solid;
  border-top: 2px #ECBB01 solid;
  border-bottom: 2px transparent solid;
  border-left: none;
}
.nav-tabs li.open .dropdown-menu a {
  background: transparent;
  color: #383A37;
}
.nav-tabs > li.open > a,
.nav-tabs > li.open > a:hover,
.nav-tabs > li.open > a:focus {
  background: #772c21;
  color: #FFF;
}
.nav-tabs > li:first-child > a,
.nav-tabs > li:first-child.active > a,
.nav-tabs > li:first-child.active > a:hover,
.nav-tabs > li:first-child.active > a:focus {
  border-left: 2px rgba(0, 0, 0, 0.1) solid;
}
.tab-content {
  padding-top: 20px;
}
.tab-content h3 {
  clear: both;
  font-size: 20px;
  text-transform: none;
  display: block;
}
.tab-content h3 a {
  color: #383A37;
}
.tab-content .featured-image {
  float: left;
  margin: 0px;
  width: 125px;
  margin-top: 6px;
  position: relative;
}
.tab-content .featured-image i {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #FFF;
  font-size: 45px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}
.tab-content .featured-image + p {
  float: right;
  width: calc(100% - 125px);
  padding: 0px 0px 0px 25px / 2 * 2;
  margin-top: 0px;
}
.tab-content p + h3,
.tab-content audio + h3 {
  padding-top: 30px;
}
.has-feedback .form-control {
  padding-right: 0px;
}
.form-control-feedback {
  right: 14px;
}
.fv-hide-messages .help-block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .navbar-form {
    padding: 0px;
  }
  .navbar .navbar-nav > li .form-group + .btn,
  .navbar .navbar-nav li.form .form-group + .btn {
    width: 44px;
    right: 0px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 7px 15px 7px 25px;
  }
  .dropdown-menu {
    margin: 0px !important;
  }
}
audio {
  display: block;
}
.entry-content audio {
  margin: 25px / 2 0px;
}
/**
* 7.0 Unique Components
*
**/
.cb-grid {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  margin-top: 30px;
}
.cb-grid .post {
  flex-basis: 100%;
  width: 100%;
}
.cb-grid .grid-fifth {
  flex-basis: 19%;
}
.cb-grid .grid-quarter {
  flex-basis: 25%;
}
.cb-grid .grid-quarter .entry-title {
  font-size: 19px;
}
.cb-grid .grid-half {
  flex-basis: 50%;
  margin-bottom: 50px;
}
.cb-grid .grid-third {
  flex-basis: 33.33333%;
}
.cb-grid .grid-third .entry-title {
  font-size: 19px;
  margin: 10px 0px;
}
.cb-grid .bucket.grid-third {
  margin-bottom: 25px / 2;
}
.cb-grid + .cb-grid {
  margin: 30px 0px 15px 0px;
}
hr + .cb-grid {
  margin-top: 50px;
}
#staff-grid {
  justify-content: center;
}
#staff-grid > div {
  padding: 2%;
}
#staff-grid > div h3:first-of-type {
  margin-bottom: 5px;
}
#staff-grid > div h3:last-of-type {
  margin-top: 0px;
}
.tax-breweries .cb-grid {
  justify-content: center;
}
.interrupter .cb-grid {
  justify-content: space-around;
}
.alignleft,
.alignright {
  width: 30%;
}
.alignright {
  margin: 4px 0px 25px / 2 * 2 25px / 2 * 2;
}
.alignleft {
  margin: 4px 25px / 2 * 2 25px / 2 * 2 0px;
}
.aligncenter,
.entry-content .aligncenter {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.iconleft {
  float: left;
  max-width: 125px;
  width: auto;
  height: auto;
  position: relative;
  top: -8px;
}
.background-line {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) calc(50% - 1px), #c0c0c0 calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px));
}
.nudge-up {
  transform: translateY(-14px);
}
figure.mx-auto img {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.aligncenter {
  margin: 25px / 2 auto;
}
img.larger,
.alignright.larger,
.alignleft.larger {
  width: 50%;
}
img.cornerstone {
  width: auto;
  height: auto;
  max-width: 150px;
}
img.cornerstone:before,
img.cornerstone:after {
  content: " ";
  display: table;
}
img.cornerstone:after {
  clear: both;
}
img.cornerstone:before,
img.cornerstone:after {
  content: " ";
  display: table;
}
img.cornerstone:after {
  clear: both;
}
img.cornerstone.left {
  float: left;
  margin: 0px 25px / 2 25px / 2 0px;
}
img.cornerstone.right {
  float: right;
  margin: 0px 0px 25px / 2 25px / 2;
}
.bio-image {
  float: left;
  margin: 0px 15px 15px 0px;
}
.shaded-partial-height {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1050px) {
  .shaded-partial-height {
    margin-bottom: 0px;
  }
}
.shaded-partial-height figure,
.shaded-partial-height img,
.shaded-partial-height .video {
  z-index: 2;
  margin: 0px;
}
.shaded-partial-height img,
.shaded-partial-height iframe {
  max-width: 100%;
}
.shaded-partial-height:after {
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #efefef;
  content: '';
  z-index: 1;
  display: block;
}
.shaded-partial-height .fluid-width-video-wrapper {
  padding-top: 0px !important;
}
.shaded-partial-height .fluid-width-video-wrapper iframe {
  position: static;
  width: 900px;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .shaded-partial-height .fluid-width-video-wrapper iframe {
    max-height: 425px;
  }
}
@media screen and (max-width: 568px) {
  .shaded-partial-height .fluid-width-video-wrapper iframe {
    max-height: 200px;
    max-width: 410px;
  }
}
.shaded-partial-height .wp-block-embed__wrapper {
  position: relative;
  z-index: 2;
}
.shaded {
  background: #EBEBEB;
}
.info-box {
  width: 40%;
  max-width: 300px;
  box-shadow: none;
  background-color: #efefef;
  padding: 25px;
  /*&:before{
		content: "";
		.background-gradient(3px, 6px, transparent, rgba(0, 0, 0, 0.07));
		display: block;
	    height: 25px;
	    margin-bottom: 15px;
	}*/
}
.info-box h3 {
  background: none;
  border: none;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: none;
  margin: 0px 0px 5px 0px;
}
.info-box p {
  padding: 25px / 2 0px;
}
.info-box p,
.info-box li,
.info-box td,
.info-box a {
  line-height: 1.2;
  font-weight: 500;
  font-family: Georgia, serif;
}
.info-box ul li {
  border: none;
  padding: 3% 0px;
}
@keyframes colorchange {
  0% {
    background: #0196EC;
  }
  25% {
    background: #C74A37;
  }
  50% {
    background: #ECBB01;
  }
  75% {
    background: #9AB430;
  }
  100% {
    background: #0196EC;
  }
}
.recipes-loader {
  text-align: center;
}
.recipes-loader img {
  max-width: 100px;
  height: auto;
}
.newsletter-signup-interrupter {
  text-align: center;
  padding: 25px / 2 * 2 0px;
}
.newsletter-signup-box {
  text-align: center;
}
/*
.newsletter-signup-box {
	background-color: #ebebeb;
	padding: 10px 20px;
	float: right;
	margin: 0px 0px 20px 20px;
	max-width: 400px;

	h2 {
		font-size: 18px;
		margin-top: 10px;
	}

	p {
		margin-top: 0px;
		font-family: @specialty-font;
		font-size: 13px;
	}

	form {
		padding: 0;
		margin: 0;
	}

	.form-group {
		display: flex;
		margin-bottom: 5px;

		input {
			padding-left: 5px;
			height: 47px;
			flex-grow: 1;
		}
	}
}
*/
#modal-search {
  background: #ffffff;
}
#modal-search .modal-dialog {
  margin: 0px;
  width: 100vw;
  transform: translate(0, 0);
}
#modal-search .modal-body {
  padding: 0px;
  position: relative;
  height: 100vh;
}
#modal-search .modal-content {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
#modal-search .close {
  top: 15px;
  right: 15px;
  z-index: 100;
  opacity: 0.5;
}
#modal-search #search-form {
  height: auto;
  position: absolute;
  top: 40%;
}
#modal-search .search-form input[type='text'] {
  border: none;
  box-shadow: none;
  height: auto;
  background-color: transparent;
  font-size: 100px;
  text-align: center;
  line-height: 1.4;
}
#modal-search .search-form button[type='submit'] {
  display: none;
}
#modal-search .search-form #start-search,
#modal-search .search-form #clear-search {
  display: none;
}
#modal-search .search-form:before {
  content: "";
}
#modal-login {
  background: rgba(255, 255, 255, 0.8);
  overflow-y: hidden;
}
#modal-login .modal-dialog {
  max-width: 1000px;
  width: 80%;
}
#modal-login .modal-body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#modal-login .close {
  top: -32px;
  right: -15px;
  z-index: 100;
  opacity: 0.5;
}
#modal-login .modal-content {
  border: 5px solid #333333;
  padding: 50px 30px 0px 30px;
}
#modal-login .modal-content .featured-image {
  border: 1px solid #FFF;
  border-radius: 175px;
  margin-right: 30px;
  width: 30%;
  margin-bottom: 65px;
}
#modal-login .modal-content .text-wrapper {
  width: 70%;
}
#modal-login .modal-content h2 {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  line-height: 1.2;
  margin: 0px 0px 14px 0px;
  font-size: 28px;
}
#modal-login .modal-content h2:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
#modal-login .modal-content p,
#modal-login .modal-content .oneall_social_login {
  width: 100%;
}
#modal-login .modal-content p label,
#modal-login .modal-content .oneall_social_login label {
  display: none;
}
.violator {
  position: fixed;
  bottom: -300px;
  right: 30px;
  z-index: 10000;
}
.violator img {
  max-width: 550px;
  height: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.violator .close {
  position: absolute;
  left: 0px;
  bottom: 5px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  text-shadow: none;
  box-shadow: none;
  letter-spacing: 1px;
  opacity: 1;
  color: #DDD;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .violator .close {
    position: absolute;
    top: -6px;
    right: -6px;
    left: auto;
    bottom: auto;
    width: 15px;
    height: 15px;
    background-color: #000;
    color: #000;
    display: block;
    overflow: hidden;
    padding: 2px 3px;
  }
  .violator .close:before {
    content: "\e84e";
    font-family: "fontello";
    color: #FFF;
    font-size: 10px;
  }
}
@keyframes gradientMover {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: 100px;
  }
}
/*
   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);
  }
}
.sep {
  display: inline-block;
  font-size: 14px;
  margin: 0px 2px 0px 5px;
  top: -2px;
  position: relative;
}
.pdf:after,
.download:after {
  content: '\f02e' !important;
  color: #006dac;
  padding: 0px 7px;
  position: relative;
  top: -2px;
}
.pdf:after:hover,
.download:after:hover {
  text-decoration: none;
}
button.btn-purple,
a.btn-purple {
  background-color: #642F74;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
button.btn-purple:hover,
a.btn-purple:hover {
  background-color: #dc3b66;
  text-decoration: none;
}
button.btn-purple[type="submit"],
a.btn-purple[type="submit"] {
  font-size: 17px;
}
.wp-block-button.btn-purple .wp-block-button__link {
  background-color: #642F74;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.wp-block-button.btn-purple .wp-block-button__link:hover {
  background-color: #dc3b66;
  text-decoration: none;
}
button.btn-blue,
a.btn-blue {
  background-color: #1B5277;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
button.btn-blue:hover,
a.btn-blue:hover {
  background-color: #12354d;
  text-decoration: none;
}
.wp-block-button.btn-blue .wp-block-button__link {
  background-color: #1B5277;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.wp-block-button.btn-blue .wp-block-button__link:hover {
  background-color: #12354d;
  text-decoration: none;
}
.btn-primary.download:after,
.btn-primary.pdf:after {
  display: none;
}
.pdf:hover:after,
.download:hover:after {
  text-decoration: none;
}
.audio:after,
.video:after {
  color: #383A37;
}
.widget_sp_image img {
  width: 100%;
  max-width: 200px !important;
  height: auto;
}
.archive .widget_sp_image {
  display: none;
}
.editorial-note {
  font-size: 12px;
  font-style: italic;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #4c4d4b;
  margin-top: 20px;
}
#craft-seal-counter {
  width: calc(100% + 35px);
  background-color: #E3E3E3;
  text-align: center;
  padding: 20px;
  margin: 25px / 2 * 2 0px;
  clear: both;
}
#craft-seal-counter .counter-title {
  font-size: 42px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  margin: 0px;
  text-transform: uppercase;
  color: #383A37;
  font-weight: 600;
}
#craft-seal-counter .tagline {
  color: #383A37;
  font-size: 27px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  margin: 0px;
}
#craft-seal-counter .counter {
  margin: 10px auto 12.5px auto;
}
#craft-seal-counter .digit {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  color: #FFF;
  font-size: 85px;
  background-color: #0196EC;
  font-weight: 500;
  border-color: #0196EC;
  border-radius: 10px;
  margin: 5px;
  width: 63px;
  height: 85px;
  line-height: 1;
  display: inline-block;
}
#comments,
.fb-comments {
  clear: both;
  width: 100%;
  display: block;
}
.fb-comments {
  display: none !important;
}
.interrupter {
  width: 100%;
  text-align: center;
  padding: 30px 0px;
  margin: 0px;
}
.interrupter-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
}
.resource {
  position: relative;
  display: block;
}
.resource .bg,
.resource .overlay {
  border: 1px solid transparent;
  border-radius: 100px;
  width: 100%;
  max-width: 200px;
  height: auto;
}
.resource .bg {
  position: relative;
  z-index: 1;
}
.resource .overlay {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all ease 0.2s;
  left: 50%;
  transform: translateX(-50%);
}
.resource .overlay:hover {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.interrupter-subhead {
  font-family: Georgia, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-size: 2.2rem - 0.4;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-transform: none;
  font-size: 16px;
  margin-top: 15px;
}
.interrupter-subhead small,
.interrupter-subhead .small {
  font-weight: normal;
  line-height: 1;
  color: #a2a2a2;
}
.interrupter-subhead small,
.interrupter-subhead .small {
  font-size: 65%;
}
/*
* Helper classes including margin and padding classes that come out of the box with BS4
*/
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.p-1 {
  padding: 10px;
}
.p-4 {
  padding: 40px;
}
.px-1 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-10 {
  padding-left: 100px;
  padding-right: 100px;
}
.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pb-1 {
  padding-bottom: 10px !important;
}
.pb-2 {
  padding-bottom: 20px !important;
}
.pb-3 {
  padding-bottom: 30px !important;
}
.pb-5 {
  padding-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .pb-md-7 {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1100px) {
  .pb-lg-10 {
    padding-bottom: 100px !important;
  }
}
.pl-0 {
  padding-left: 0px !important;
}
@media screen and (min-width: 768px) {
  .pl-md-3 {
    padding-left: 30px !important;
  }
}
.p-5 {
  padding: 50px;
}
.mb-0 {
  margin-bottom: 0px !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;
}
@media screen and (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 40px !important;
  }
}
.mb-6 {
  margin-bottom: 60px !important;
}
.mb-7 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb-7 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 568px) {
  .mb-7 {
    margin-bottom: 30px !important;
  }
}
.mb-10 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb-10 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 568px) {
  .mb-10 {
    margin-bottom: 50px !important;
  }
}
.mr-3 {
  margin-right: 30px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
@media screen and (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
}
.mt-4 {
  margin-top: 40px !important;
}
@media screen and (max-width: 568px) {
  .mb-sm-4 {
    margin-bottom: 40px !important;
  }
}
.my-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .my-md-3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .my-md-5 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1068px) {
  .my-lg-8 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.w-100 {
  max-width: 100% !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media screen and (max-width: 568px) {
  .d-sm-none {
    display: none !important;
  }
}
.flex-column {
  flex-direction: column;
}
.justify-content-center {
  justify-content: center;
}
.with-pink-gradient {
  background: linear-gradient(90deg, #F15A22 0%, #ED0C6E 66.69%, #5B3174 100%);
}
.with-orange-gradient {
  background: linear-gradient(270deg, #FCD57A 0%, #FF8830 100%);
}
.with-red-gradient {
  background: linear-gradient(90deg, #1B5277 0, #ba322c 66.69%, #8c2421 100%);
}
.with-red-gradient p,
.with-red-gradient h2,
.with-red-gradient h3 {
  color: #fff;
}
.with-gold-gradient {
  background-image: linear-gradient(270deg, #FFF49B 0%, #FAE636 28%, #F4C819 57%, #B69200 100%);
}
.blue-background {
  background: #128280;
}
.shaded {
  background: #efefef;
}
.container-small {
  max-width: 800px;
  margin: 0 auto;
}
.container-text {
  max-width: 1000px;
  margin: 0 auto;
}
.initial-hide {
  display: none;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.align-items-center {
  align-items: center;
}
@media screen and (max-width: 567px) {
  .order-sm-first {
    order: -1;
  }
}
@media screen and (max-width: 1024px) {
  .responsive-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 567px) {
  .responsive-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/**
* 9.0 Media Queries
*
**/
/*
* Responsive Design.
*
* This document is organized by breakpoints first:
* 1050
* 768/767
* 568
* 480
* 360
*
* It is then organized by:
* Structure
* Content
* Typography
*
* And then defaults to the same TOC order as in styles.less
*
*/
@media screen and (max-width: 1px) {
  body {
    font-size: -0.4rem/16*1em;
  }
}
@media screen and (max-width: 1px) {
  body {
    font-size: 3.6rem/16*1em;
  }
}
@media screen and (min-width: 1200px) {
  .collection-hero .entry-title {
    font-size: 3rem;
    width: 100%;
  }
  .collection-hero .collection-articles {
    width: 100%;
  }
  .collection-hero .collection-articles li {
    margin-bottom: 12.5px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1050px) {
  /*
	* Structure
	*/
  .admin-bar {
    padding-top: 0px;
  }
  .admin-bar .site-header {
    top: 34px;
  }
  .admin-bar nav#access {
    top: 94px;
  }
  #site-banner {
    position: static;
    margin-top: 60px;
    height: 52px;
    padding: 2px 0px;
  }
  #site-banner.acbw {
    height: 90px;
    padding: 5px 0px;
  }
  #site-banner #banner-close {
    top: 60px;
  }
  #primary,
  .home #primary,
  .page #primary {
    width: 100%;
    left: auto;
    float: none;
    padding-top: 0px;
    margin-top: 90px;
  }
  #primary .pre-title,
  .home #primary .pre-title,
  .page #primary .pre-title {
    margin-top: 30px;
  }
  .page-home #primary {
    margin-top: 160px;
  }
  .has-banner #primary {
    margin-top: 40px;
  }
  .page-find-a-us-brewery #primary,
  .post-type-archive-styles #primary,
  .archive #primary {
    margin-top: 60px;
  }
  #secondary,
  #primary + #secondary {
    display: none;
  }
  #primary.reversed + #secondary {
    display: block;
  }
  #content {
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 30px;
  }
  #content.margin-top {
    margin-top: 60px;
  }
  .single #content {
    max-width: 100%;
  }
  #primary,
  .boring.archive #primary {
    padding: 0px 25px;
  }
  .archive #primary {
    padding: 0px 7.5px;
  }
  .archive.post-type-archive-ba-event#primary,
  .archive.post-type-archive-ba-event #primary {
    width: 100%;
    padding: 0px 25px / 2 * 2;
  }
  .search #primary {
    width: 100%;
  }
  .search #primary .btn-submit {
    margin-top: 20px;
  }
  /*
	* Content
	*/
  .super.page-header {
    width: calc(100% + 15px);
    padding: 0px;
    margin: 0px 0px 15px -7.5px;
  }
  .super.page-header .archive-title {
    width: 100%;
    text-align: center;
  }
  .super.page-header .category-header-text {
    display: none;
  }
  .site-header {
    top: 0px;
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 100;
    background: repeating-linear-gradient(115deg, #FFF, #FFF 6px, #f8f8f6 6px, #f8f8f6 12px);
  }
  .site-header .site-branding {
    top: -1px;
    left: 20px;
  }
  .site-header .site-branding .site-title img {
    height: 60px;
  }
  .site-header #utilities {
    top: 18px;
    right: 70px;
  }
  body.has-banner .site-header {
    top: 40px;
  }
  body.has-banner #site-banner {
    position: fixed;
  }
  #utilities {
    height: 29px;
  }
  #utilities #toggle-social span {
    display: none;
  }
  #utilities #toggle-social > .social {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0px;
  }
  #utilities #toggle-social > .social li,
  #utilities #toggle-social > .social li i {
    opacity: 1;
    color: #000;
  }
  #mini-sidebar {
    margin-right: 15px;
    width: 240px;
  }
  #mini-sidebar aside {
    display: block;
  }
  .editors_picks.widget h2,
  .popular_posts.widget h2,
  .most_recent.widget h2 {
    margin-top: 0px;
  }
  .archive .hero:first-of-type {
    width: calc(100% - 255px);
  }
  /*
    * Typography & Helper Clases
    */
  .archive-title,
  .page-title {
    padding: 0px;
    margin: 20px 0px;
    font-size: 50px;
  }
  .category-beer-and-food .super.page-header .archive-title,
  .super.page-header .archive-title {
    width: 100%;
    text-align: center;
  }
  blockquote {
    margin: 0px 0px 15px 30px;
  }
  .ad.landscape {
    display: block;
  }
  .aligncenter,
  .entry-content .aligncenter {
    max-width: 100%;
  }
  .page-home #recent-posts {
    margin-top: 40px;
  }
  .page-home section.sticky-collection {
    padding: 20px;
    width: 100%;
  }
  .page-home section.sticky-collection h2 {
    font-size: 30px;
  }
  .single #main > .post,
  .page #main > .page {
    margin-top: 00px;
  }
  .bucket .entry-title,
  .bucket .byline {
    z-index: 10;
  }
  .list-style.bucket {
    margin-top: 30px;
  }
  .list-style.bucket .post-thumbnail {
    width: 50%;
  }
  .list-style.bucket .entry-header,
  .list-style.bucket .category-title {
    margin: 0px;
    padding: 0px;
  }
  .list-style.bucket .more-link {
    display: none;
  }
  .post-template-enhanced#primary .entry-content .featured-image {
    margin: 0px 3% 3% 0%;
  }
  .post-template-enhanced#primary {
    padding-top: 0px;
  }
  #primary.post-template-epic {
    padding-top: 0px;
  }
  #primary.post-template-epic .entry-content .featured-image {
    max-width: calc(100% + 50px);
    margin: 1% 0px 4% -25px;
  }
  #primary.post-template-epic .entry-content .social-links {
    max-width: calc(100% + 50px);
    left: -25px;
  }
  #primary.post-template-epic .entry-title {
    font-size: 4.5rem;
  }
  .single-collection .social-links {
    top: 20px;
  }
  .single-collection .collection-hero {
    top: auto;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .single-collection .collection-hero + .cb-grid {
    margin-top: 84px;
  }
  .single-collection .featured-image {
    width: 100%;
    margin: 0 auto;
  }
  .collection-hero {
    margin-top: 7%;
  }
  .collection-hero .collection-header {
    display: none;
  }
  .collection-hero .entry-title {
    margin-bottom: 20px;
  }
  .collection-hero .entry-title:after {
    bottom: -10px;
  }
  .collection-hero .entry-content {
    z-index: 0;
  }
  .collection-hero .collection-articles,
  .collection-hero .entry-excerpt {
    padding: 0px 5%;
    margin: 0 auto;
  }
  .category-beer-and-food .collection-hero {
    top: 100px;
    margin-bottom: 180px;
  }
  .interrupter {
    margin-top: 30px;
  }
  .cb-grid .grid-quarter {
    padding: 0px 7.5px 15px 7.5px;
  }
  .cb-grid .grid-quarter .entry-title {
    font-size: 17px;
  }
  .single #primary .social-links {
    position: relative;
    top: auto;
    margin: 0px;
  }
  .sticky-social #primary .social-links {
    width: auto;
    top: auto;
    bottom: 0px;
    left: auto;
    right: 0px;
    height: auto;
    margin: 0px;
    padding: 0px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    position: fixed;
  }
  .sticky-social #primary .social-links a {
    display: inline-block;
    text-align: center;
    margin: 5px 5px 15px 0px;
  }
  .sticky-social #primary .social-links a i {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .admin-bar {
    padding-top: 0px;
  }
  .admin-bar .site-header {
    top: 47px;
  }
  .admin-bar nav#access {
    top: 94px;
  }
  /*
	* Structure
	*/
  #site-banner img {
    flex-basis: 10%;
  }
  #primary,
  .boring.archive #primary {
    padding: 0px 25px / 2;
    margin-top: 80px;
  }
  #primary .pre-title,
  .boring.archive #primary .pre-title {
    margin-top: 0px;
  }
  .page-beer-schools #primary {
    padding-left: 25px / 2;
  }
  #mini-sidebar {
    display: none;
  }
  .page-header {
    margin: 0px 0px 25px / 2 * 2 0px;
  }
  .archive .social-links,
  .archive.category-news .social-links,
  .archive .social-links {
    display: none;
  }
  .archive .social-links.post {
    top: 0px;
  }
  .archive .card-style.bucket .social-links.post {
    top: auto;
  }
  /*
	* Content
	*/
  #site-banner.acbw {
    height: 70px;
  }
  #site-banner.acbw h2 {
    font-size: 20px;
  }
  #site-banner.acbw p {
    font-size: 18px;
  }
  #site-banner.acbw .btn {
    height: auto;
    font-size: 16px;
  }
  .nav-tabs {
    margin-top: 25px / 2 * 2;
  }
  /*
	* Typography & Helper Classes
	*/
  .archive-title,
  .page-title {
    font-size: 40px;
    margin: 40px 0px 0px 0px;
  }
  .archive-title + .social-links,
  .page-title + .social-links {
    top: 5px;
  }
  .BA-resource:before {
    position: relative;
    left: -5px;
  }
  .bucket .entry-title {
    font-size: 22px;
    line-height: 1.2;
  }
  .alignleft {
    margin: 4px 25px / 2 0px 0px;
  }
  .alignright {
    margin: 4px 0px 0px 25px / 2;
  }
  .info-box {
    padding: 25px / 2;
  }
  .archive .section-title,
  .archive.category-news .section-title,
  .archive .section-title {
    font-size: 2.5rem;
    margin: 30px 0px 0px 7.5px;
  }
  #contribute {
    margin: 25px / 2 0px 0px 7.5px;
    float: none;
  }
  #hero .entry-header {
    margin: 0px;
    padding: 15px 15px 0px 15px;
  }
  #hero .entry-header .entry-title {
    font-size: 38px;
  }
  #hero .entry-header .entry-title span.alt {
    font-size: 25px;
  }
  .page-home .ad.skyscraper {
    display: none;
  }
  .page-home #hero {
    float: none;
    width: 100%;
  }
  .page-home #recent-posts {
    float: none;
    width: 100%;
    padding: 50px 0px 0px 0px;
  }
  .page-home #recent-posts .bucket {
    clear: none;
    margin: 0px 0px 30px 0px;
    position: relative;
    width: 50%;
    float: left;
    padding: 0px 7.5px;
  }
  .page-home .bucket.hero {
    width: 100%;
    float: none;
  }
  .page-home section.full-bleed .overlay-wrapper {
    top: 30%;
  }
  .page-home section.full-bleed .overlay-wrapper .image-text-container .btn.btn-submit {
    margin-top: 5px;
    transform: scale(0.8);
  }
  .page-home section.full-bleed .overlay-wrapper .image-text-container .specialty-text {
    font-size: 2vw;
  }
  .page-home .interrupter .grid-fifth {
    padding: 0px 5px;
    margin: 0px;
  }
  .page-home .interrupter-ad .logo {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
  }
  .page-home .interrupter-ad .logo img {
    height: auto;
    width: 75%;
  }
  .page-home .interrupter-ad p {
    position: absolute;
    bottom: 15%;
    width: 100%;
    font-size: 24px;
    padding: 0px 10%;
    text-align: center;
    color: #FFF;
    font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .page-home footer {
    margin-top: 0px;
  }
  .post-template-default .social-links,
  .post-template-enhanced#primary .social-links {
    margin-bottom: 25px / 2 * 2;
  }
  #primary.post-template-epic .entry-title {
    font-size: 4rem;
  }
  .featured.bucket .entry-content,
  .featured.bucket .social-links,
  .featured.bucket .byline:after {
    display: none;
  }
  .list-style.bucket {
    margin-top: 60px;
  }
  .list-style.bucket .entry-content {
    display: none;
  }
  .list-style.bucket .post-thumbnail {
    width: 45%;
  }
  .list-style.bucket .byline:after {
    display: none;
  }
  .search-results .list-style.bucket .entry-content {
    display: block;
  }
  .search-results #primary {
    width: 100%;
  }
  .single .featured-image,
  .page .featured-image {
    width: 50%;
    margin: 0px 0px 25px / 2 25px / 2;
  }
  .post-template-enhanced#primary .entry-content .featured-image {
    margin: 0px 3% 0% 0%;
  }
  .single-collection .collection-hero {
    top: 0px;
    margin-bottom: 25px / 2 * 3;
  }
  .single-collection .collection-hero .featured-image {
    width: 100%;
    margin: 0 auto;
  }
  .single-collection .collection-hero .entry-content {
    position: relative;
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .single-collection .collection-hero .entry-content .entry-title {
    width: 100%;
    float: none;
    background-color: transparent;
  }
  .single-collection .collection-hero + .cb-grid {
    margin-top: 0px;
  }
  .archive .hero:first-of-type,
  .hero.bucket {
    width: 100%;
    float: none;
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 0px 7.5px 7.5px 7.5px;
  }
  .archive .hero:first-of-type .social-links,
  .hero.bucket .social-links {
    top: 0px;
    left: 7.5px;
    width: calc(100% + -15px);
  }
  .super.page-header .archive-title {
    width: 100%;
    text-align: center;
  }
  .collection-hero,
  .category-beer-and-food .collection-hero {
    top: auto;
    margin: 25px / 2 * 2 auto;
  }
  .collection-hero:after,
  .category-beer-and-food .collection-hero:after {
    display: none;
  }
  .collection-hero .entry-title,
  .category-beer-and-food .collection-hero .entry-title {
    font-size: 30px;
    margin: 0 auto;
    width: 75%;
    line-height: 1;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .collection-hero .entry-title:before,
  .category-beer-and-food .collection-hero .entry-title:before {
    content: "Collection: ";
    display: block;
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 5px;
    color: #383A37;
  }
  .collection-hero .entry-title:after,
  .category-beer-and-food .collection-hero .entry-title:after {
    display: none;
  }
  .collection-hero .collection-articles,
  .category-beer-and-food .collection-hero .collection-articles {
    display: none;
  }
  .collection-hero .entry-content,
  .category-beer-and-food .collection-hero .entry-content {
    padding: 10px;
  }
  .collection-hero .more-link,
  .category-beer-and-food .collection-hero .more-link {
    bottom: 0px;
  }
  .collection-hero + .cb-grid,
  .category-beer-and-food .collection-hero + .cb-grid {
    margin-top: 0px;
  }
  .boring.archive #contribute {
    margin-top: 15px;
  }
  #primary.reversed + #secondary {
    top: 40px;
  }
  .author.archive #primary {
    padding: 0px 25px 0px 0px;
  }
  .author.archive .list-style.bucket {
    margin: 10px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
  }
  .author.archive .list-style.bucket .entry-title {
    margin-bottom: 15px;
  }
  .author.archive .list-style.bucket .entry-content {
    display: block;
  }
  .author.archive .list-style.bucket .post-thumbnail {
    display: none;
  }
  .post-type-archive-collection .section-title {
    margin-bottom: 30px;
  }
  .post-type-archive-collection .intro-text {
    padding: 0 20px;
  }
  .post-type-archive-collection .ymal .bucket {
    flex-basis: 33%;
  }
  .navbar .navbar-nav > li.form {
    top: 0px;
  }
  .navbar .navbar-nav > li.half-xs {
    display: block;
    float: left;
    width: 50%;
    padding-right: 25px / 2/2;
  }
  .navbar .navbar-nav > li.half-xs + li.half-xs {
    padding-right: 0px;
  }
  .navbar .navbar-nav > li.half-xs + li.half-xs + li {
    clear: both;
  }
  .table-responsive {
    border: 0px;
  }
  .page .tab-content .featured-image {
    width: 125px;
    margin: 6px 0px 0px 0px;
  }
  .cb-grid {
    padding: 0px;
  }
  .cb-grid .grid-half {
    margin-bottom: 0px;
    padding: 0px 7.5px;
  }
  .cb-grid .grid-third {
    padding: 0px 7.5px;
  }
  .cb-grid .grid-third .entry-title {
    font-size: 16px;
  }
  #modal-login .modal-dialog {
    margin: 18vh auto;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    width: 100%;
    padding: 0px;
    height: auto;
  }
  .navbar:before,
  .navbar:after {
    content: " ";
    display: table;
  }
  .navbar:after {
    clear: both;
  }
  .navbar:before,
  .navbar:after {
    content: " ";
    display: table;
  }
  .navbar:after {
    clear: both;
  }
  .navbar .loading {
    display: none;
  }
  .navbar .navbar-nav,
  .navbar .justifed-nav,
  .navbar .justified {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .navbar .navbar-nav > li,
  .navbar .justifed-nav > li,
  .navbar .justified > li,
  .navbar .navbar-nav li.form,
  .navbar .justifed-nav li.form,
  .navbar .justified li.form {
    display: block;
    width: 100%;
    float: none;
    margin: 25px / 2/2 0px;
  }
  .navbar .navbar-nav > li > a,
  .navbar .justifed-nav > li > a,
  .navbar .justified > li > a,
  .navbar .navbar-nav li.form > a,
  .navbar .justifed-nav li.form > a,
  .navbar .justified li.form > a,
  .navbar .navbar-nav > li .btn,
  .navbar .justifed-nav > li .btn,
  .navbar .justified > li .btn,
  .navbar .navbar-nav li.form .btn,
  .navbar .justifed-nav li.form .btn,
  .navbar .justified li.form .btn {
    width: 100%;
    margin: 0px;
  }
  .navbar .navbar-nav li > .dropdown-menu,
  .navbar .justifed-nav li > .dropdown-menu,
  .navbar .justified li > .dropdown-menu {
    margin: 0px;
  }
  .navbar .navbar-nav > li.form form,
  .navbar .justifed-nav > li.form form,
  .navbar .justified > li.form form {
    width: 100%;
  }
  .navbar .navbar-nav > li.form input[type='text'],
  .navbar .justifed-nav > li.form input[type='text'],
  .navbar .justified > li.form input[type='text'] {
    height: 40px;
  }
  #beer-styles-ad p,
  #brewery-finder-ad p {
    font-size: 18px;
  }
  .collection-hero-wrapper {
    height: 275px;
  }
  .collection-hero .featured-image {
    flex-basis: 0%;
  }
  .collection-hero .featured-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .collection-hero .entry-content {
    flex-basis: 100%;
    width: 100%;
    padding: 20px 10px 0px 10px;
  }
  .collection-hero .entry-content .entry-title {
    padding: 15px 20px;
  }
  .single-collection .collection-hero-wrapper {
    height: auto;
  }
  .single-collection .collection-hero {
    height: auto;
  }
  .single-collection .collection-hero .featured-image {
    display: none;
  }
  .single-collection .collection-hero .entry-title {
    padding: 0px;
  }
}
@media screen and (max-width: 667px) {
  #site-banner p {
    font-size: 18px;
    letter-spacing: normal;
  }
  .search-no-results #primary article {
    clear: both;
    padding-top: 5px;
  }
  .page-home section.sticky-collection figure {
    display: none;
  }
  .page-home section.sticky-collection .text-content {
    flex-basis: 100%;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 568px) {
  /*
	* Structure
	*/
  .ymal {
    flex-wrap: wrap;
  }
  .ymal .bucket {
    flex-basis: 50%;
  }
  .post-type-archive-collection .ymal .bucket {
    flex-basis: 50%;
  }
  .ad.landscape {
    margin-top: 0px;
  }
  .flex-container {
    flex-flow: column nowrap;
    align-items: center;
  }
  /*
	* Content
	*/
  #site-banner {
    padding: 0 30px 0px 20px;
  }
  #site-banner p {
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    margin: 0 10px;
  }
  #site-banner .btn {
    font-size: 14px;
    padding: 8px 10px 2px 10px;
  }
  #site-banner.acbw {
    height: 80px;
  }
  #site-banner.acbw h2 {
    font-size: 18px;
  }
  #site-banner.acbw p {
    font-size: 16px;
  }
  #site-banner.acbw .vertical {
    margin: 0px 5px;
  }
  #site-banner.acbw .btn {
    padding: 4px 10px 2px 10px;
    font-size: 14px;
  }
  .info-box {
    width: 100%;
  }
  .download-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .download-bar .btn {
    margin: 0px;
    padding: 2px 20px;
  }
  /*
    * Typography
    */
  .super.page-header .archive-title {
    top: 32%;
    font-size: 50px;
  }
  .page-home section {
    border: none;
    margin: 0 auto;
    padding: 0px 10px;
  }
  .page-home .interrupter-text {
    border: none;
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .page-home .bucket {
    margin-bottom: 15px;
  }
  .page-home .list-style.bucket {
    margin-bottom: 15px;
    padding: 0px;
  }
  .page-home .list-style.bucket .post-thumbnail {
    float: none;
  }
  .page-home .list-style.bucket .category-title {
    margin-top: 10px;
    font-size: 16px;
  }
  .page-home .list-style.bucket .entry-title {
    margin-bottom: 4px;
  }
  .page-home section.full-bleed {
    margin: 0px auto 35px auto;
  }
  .page-home section .cb-grid {
    flex-wrap: wrap;
  }
  .page-home section .cb-grid .grid-fifth {
    margin-bottom: 25px;
  }
  .page-home section .cb-grid .bucket {
    margin-bottom: 15px;
    flex-basis: 100%;
    padding: 0px;
  }
  .page-home .interrupter-ad {
    position: relative;
  }
  .page-home .interrupter-ad .logo {
    position: absolute;
    top: 13%;
    z-index: 10;
    display: block;
  }
  .page-home .interrupter-ad p {
    bottom: 10%;
    line-height: 1.4;
  }
  .bucket .entry-title {
    font-size: 20px;
  }
  .bucket .category-title {
    font-size: 16px;
    margin-top: 10px;
  }
  .collection-hero .entry-title,
  .category-beer-and-food .collection-hero .entry-title {
    font-size: 20px;
    width: 95%;
    padding: 15px 20px;
  }
  .collection-hero .entry-title:before,
  .category-beer-and-food .collection-hero .entry-title:before {
    font-size: 16px;
  }
  .interrupter {
    padding: 0px;
  }
  .interrupter-title {
    font-size: 2.5rem;
  }
  #primary.post-template-epic .entry-title {
    font-size: 3rem;
  }
  .list-style.bucket {
    margin-bottom: 0px;
  }
  .list-style.bucket .post-thumbnail {
    width: 100%;
  }
  .card-style.bucket {
    flex-basis: 48% !important;
    margin-bottom: 2%;
  }
  .hero.bucket .social-links.banner {
    display: none;
  }
  .single-collection .collection-hero {
    /*margin-top: 20px;
			margin-bottom: 0px;
			&:after{display: none;}

			.featured-image{display: none;}

			.entry-content{
				position: relative;
				padding: 0px;
				&:before{display: none;}
			}

			.entry-title{
				font-family: @font-family-serif;
				font-size: 4rem;
				margin: @1pad 0px;
				text-transform: none;
			}*/
  }
  .single-collection .collection-hero .entry-title {
    white-space: nowrap;
    padding-bottom: 0px;
  }
  .single-collection .collection-hero .entry-excerpt {
    padding: 0px;
  }
  .single-collection .collection-hero .entry-excerpt p {
    font-size: 1.3rem;
  }
  .archive.category-tasting-tools .bucket {
    flex-basis: 48% !important;
  }
  .entry-footer .footer-header,
  .author-content .footer-header {
    margin-bottom: 25px / 2;
  }
  .entry-footer .byline,
  .author-content .byline,
  .entry-footer .footer-header,
  .author-content .footer-header,
  .entry-footer .footer-content,
  .author-content .footer-content {
    width: 100%;
    float: none;
    text-align: center;
  }
  .entry-footer .author-image,
  .author-content .author-image {
    margin: 0 auto;
  }
  .boring.archive .grid-half {
    flex-basis: 100%;
  }
  #primary.reversed {
    left: 0px;
  }
  #primary.reversed + #secondary {
    top: 40px;
    width: 100%;
    position: relative;
    border: none;
    max-width: 500px;
    margin: 0 auto;
    min-height: 0px;
  }
  .author.archive #primary {
    width: 100%;
    padding: 0px 25px;
  }
  .author.archive .list-style.bucket {
    margin: 10px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
  }
  .author.archive .list-style.bucket .entry-title {
    margin-bottom: 15px;
  }
  .author.archive .list-style.bucket .entry-content {
    display: block;
  }
  .author.archive .list-style.bucket .post-thumbnail {
    display: none;
  }
  .author.archive .author-content .author-image {
    max-width: 250px;
  }
  .nav-tabs li {
    float: none;
    display: block;
    width: 100%;
  }
  .nav-tabs li a {
    border-left: 0px;
    border-right: 0px;
  }
  .nav-tabs li a:hover {
    border-left: 0px;
    border-right: 0px;
    color: #ECBB01;
  }
  .nav-tabs > li:first-child > a,
  .nav-tabs > li:first-child.active > a,
  .nav-tabs > li:first-child.active > a:hover,
  .nav-tabs > li:first-child.active > a:focus,
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-left: 0px;
    border-right: 0px;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-bottom: 2px #ECBB01 solid;
  }
  .cb-grid {
    padding: 0px;
  }
  .cb-grid .grid-fifth {
    flex-basis: 30%;
  }
  .cb-grid .grid-quarter,
  .cb-grid .grid-third {
    flex-basis: 50%;
  }
  .cb-grid .grid-quarter .entry-title,
  .cb-grid .grid-third .entry-title,
  .cb-grid .grid-half .entry-title {
    font-size: 20px;
    margin: 5px 0px 10px 0px;
  }
  .cb-grid .grid-third:last-child {
    flex-basis: 100%;
  }
  #modal-login {
    overflow-y: auto;
  }
  #modal-login .modal-content .featured-image {
    margin: 0px auto 20px auto;
  }
  #modal-login .modal-content .modal-body {
    flex-flow: column nowrap;
  }
  #modal-login .modal-content .modal-body .text-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /*
	* Structure
	*/
  #site-banner #banner-close {
    right: 0px;
    padding: 2px;
  }
  /*
	* Content
	*/
  .sticky-social #primary .social-links {
    width: 100%;
    bottom: 0px;
    left: 0px;
    top: auto;
    right: auto;
    display: table;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .sticky-social #primary .social-links a,
  .sticky-social #primary .social-links a#pinterest {
    display: table-cell;
    margin: 0px;
    padding: 0px;
  }
  .sticky-social #primary .social-links a i,
  .sticky-social #primary .social-links a#pinterest i {
    font-size: 32px;
  }
  #modal-login .modal-dialog {
    width: 90%;
  }
  #modal-login .close {
    top: 15px;
    right: 15px;
  }
  #modal-login .modal-content {
    padding: 0px;
  }
  #modal-login .modal-content .featured-image {
    width: 100px;
  }
  #modal-login .modal-content h2 {
    font-size: 24px;
  }
  #modal-login .modal-content p {
    font-size: 18px;
  }
  /*
    * Typography
    */
  .entry-title {
    font-size: 3rem;
  }
  #hero .entry-header {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
  }
  #hero .entry-header .entry-title {
    font-size: 30px;
  }
  #hero .entry-header .entry-title span.alt {
    font-size: 22px;
  }
  .page-home .interrupter-ad .logo {
    top: 20%;
  }
  .page-home .interrupter-ad .logo img {
    width: 90%;
  }
  .page-home .interrupter-ad p {
    bottom: 15%;
    font-size: 18px;
    line-height: 1.3;
  }
  .page-home section.fullwidth {
    padding: 0px 7.5px;
  }
  .collection-hero .entry-title,
  .category-beer-and-food .collection-hero .entry-title {
    font-size: 18px;
    width: 90%;
    padding: 15px 20px;
  }
  .collection-hero .entry-title:before,
  .category-beer-and-food .collection-hero .entry-title:before {
    display: none;
  }
  .single-recipes .entry-content .featured-image {
    width: 100%;
  }
  .hero.bucket .category-title {
    position: relative;
    top: auto;
    left: auto;
    margin: 0px;
    padding: 0px;
    background: none;
    width: auto;
    height: auto;
    text-align: left;
    margin: 25px / 2 0;
  }
  .hero.bucket .entry-title,
  .hero.bucket .entry-content,
  .hero.bucket .byline {
    margin-left: 0px;
  }
  #modal-search .search-form input[type='text'] {
    font-size: 80px;
  }
  .single .featured-image,
  .page .featured-image,
  .post-template-enhanced#primary .entry-content .featured-image {
    width: 100%;
    margin: 25px / 2 0px;
  }
  .single-collection hr {
    display: none;
  }
  .single-collection .cb-grid .grid-half {
    flex-basis: 100%;
  }
  .single-collection .collection-hero {
    margin-top: 0px;
  }
  .single-collection .collection-hero .featured-image img {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  /*
	* Structure
	*/
  #utilities #toggle-login {
    display: none;
  }
  /*
	* Content
	*/
  /*
    * Typography
    */
  .super.page-header .archive-title {
    font-size: 34px;
  }
  blockquote {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .page-home #hero {
    margin-bottom: 0px;
  }
  .page-home #recent-posts {
    padding-top: 0px;
    margin-top: 16px;
  }
  .page-home #recent-posts #on-tap {
    display: none;
  }
  .page-home #recent-posts .bucket .entry-title {
    font-size: 16px;
  }
  .page-home .interrupter-ad p {
    font-size: 15px;
  }
  .page-home .bucket .category-title {
    font-size: 15px;
  }
  .collection-hero {
    margin: 0px;
    padding: 0px;
  }
  .collection-hero .entry-title {
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .collection-hero .more-link {
    right: 0px;
    font-size: 14px;
  }
  .card-style.bucket {
    flex-basis: 100% !important;
    margin-bottom: 4%;
  }
  .page .tab-content h3 {
    margin: 5px auto;
  }
  .page .tab-content .featured-image {
    display: none;
  }
  .page .tab-content .featured-image + p {
    float: none;
    width: 100%;
    padding: 0px;
  }
  .single-recipes .entry-content .featured-image .social-links {
    text-align: left;
    left: 4px;
    position: relative;
  }
  .cb-grid .grid-quarter,
  .cb-grid .grid-third,
  .cb-grid .grid-half {
    padding: 7.5px 3px;
  }
  .cb-grid .grid-quarter .entry-title,
  .cb-grid .grid-third .entry-title,
  .cb-grid .grid-half .entry-title {
    font-size: 15px;
  }
  .archive.category-tasting-tools .bucket {
    flex-basis: 98% !important;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 335px) {
  #site-banner.acbw h2 {
    font-size: 15px;
  }
  #site-banner.acbw p {
    font-size: 13px;
  }
  #site-banner.acbw .btn {
    font-size: 12px;
  }
  .download-bar.btn-style {
    margin: 5px 0px 70px;
  }
  .download-bar.btn-style a {
    display: block;
    margin: 5px;
  }
  #primary.beer-styles .intro-text.border-top {
    margin-top: 0px !important;
  }
}
/*
* Responsive Navigation Design.
*/
#toggle-menu {
  display: none;
  position: absolute;
  top: 20px;
  right: 8px;
  height: 44px;
  width: 44px;
  z-index: 1000;
  margin: 0px;
  padding: 0px;
  padding: 0px 5px 0px 7px;
  background-color: transparent;
  border: 0px;
}
#toggle-menu:hover {
  cursor: pointer;
}
#toggle-menu .icon-bar {
  background-color: #000;
  margin-top: -2px;
}
#toggle-menu .icon-bar + .icon-bar {
  margin-top: 5px;
}
#toggle-menu .icon-bar {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 1px;
  transition: transform 0.25s ease;
  top: 0px;
  left: 0px;
}
#toggle-menu.active {
  top: 25px;
}
#toggle-menu.active .icon-bar:nth-child(1) {
  transform: rotate(135deg);
  position: relative;
  top: 5px;
}
#toggle-menu.active .icon-bar:nth-child(3) {
  transform: rotate(-135deg);
  position: relative;
  top: -5px;
}
#toggle-menu.active .icon-bar:nth-child(2) {
  display: none;
}
body #toggle-menu a {
  -webkit-tap-highlight-color: transparent;
}
/**
* Navigation. Let's Switch to a flyout menu
*
**/
@media screen and (max-width: 1050px) {
  #toggle-menu {
    display: inline-block;
  }
  #wrapper {
    overflow-x: hidden;
  }
  .site-header:after,
  #access:after {
    display: none;
  }
  nav#access {
    position: fixed;
    top: 60px;
    right: 0px;
    transform: translateX(100vw);
    transition: transform 0.35s ease;
    width: 100%;
    max-width: 768px;
    height: calc(100vh - 60px);
    background: none;
    z-index: 100;
  }
  .active #access {
    transform: translateX(0vw);
    overflow-y: scroll;
  }
  .has-banner #access {
    top: 97px;
  }
  body.active {
    overflow: hidden;
  }
  .site-header #search-form {
    display: block;
  }
  #access .search-form {
    display: block;
    width: 100%;
    height: 44px;
    border: 0px;
  }
  #access .search-form label {
    width: 100%;
  }
  #access .search-form input {
    border: 0px;
    width: 100%;
    height: 44px;
    display: block;
    line-height: 2;
    font-size: 17px;
    text-indent: 29px;
  }
  #access .search-form:before {
    top: 11px;
    left: 5px;
    font-size: 16px;
  }
  #menu-main {
    display: block;
    clear: both;
    border: 1px solid #FFF;
    border-width: 2px 0px 1px 0px;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #C5C5C5;
  }
  #menu-main > li {
    float: none;
    display: block;
    width: 100%;
    border: 1px solid #FFF;
    border-width: 1px 0px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    margin-left: 0px !important;
  }
  #menu-main > li > a {
    color: #FFF;
    background: #383A37;
    padding: 12.5px;
    font-size: 1.8rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8%;
    font-style: italic;
    text-transform: uppercase;
  }
  #menu-main > li.hover > a {
    background: #383A37;
  }
  #menu-main > li.menu-item-has-children {
    border-bottom: 1px solid #FFF;
    text-indent: 10px;
    z-index: 10;
  }
  #menu-main > li.menu-item-has-children:before {
    content: '\e81e';
    font-family: 'fontello';
    font-style: normal;
    font-size: 12px;
    color: #FFF;
    position: absolute;
    left: -3px;
    top: 13px;
    z-index: 10;
  }
  #menu-main > li.menu-item-has-children:last-child {
    border-bottom: 2px solid #FFF;
  }
  #menu-main > li.menu-item-has-children .landing {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 22px;
    line-height: 0;
    z-index: 1;
    background-color: #C5C5C5;
    border-left: 2px solid #FFF;
    width: 43px;
    height: 43px;
    line-height: 2;
    text-align: center;
    text-indent: 1px;
  }
  #menu-main > li.menu-item-has-children .landing a {
    color: #FFF;
  }
  #menu-main > li.menu-item-has-children .landing a:after {
    content: '\e820';
    font-family: 'fontello';
    font-style: normal;
    display: block;
  }
  #menu-main > li.menu-item-has-children .landing:hover {
    background-color: #333333;
  }
  #menu-main > li.hover.menu-item-has-children {
    border-bottom: 1px solid #FFF;
    /*.landing a:after{
				    content: '\e80c'; //right-open
			    }*/
  }
  #menu-main > li.hover.menu-item-has-children:before {
    content: '\e80c';
  }
  #menu-main > li.hover.menu-item-has-children:last-child {
    border-bottom: 2px solid #FFF;
  }
  #menu-main > li > ul {
    display: none;
    position: static;
  }
  #menu-main > li.current-menu-ancestor > a,
  #menu-main > li.current-menu-item > a,
  #menu-main > li.hover > a {
    background-color: #383A37;
    color: #FFF;
  }
  #menu-main > ul {
    border-top: 1px solid #FFF;
  }
  #menu-main > li li {
    margin-bottom: 0px;
    background-color: transparent;
  }
  #menu-main .sub-menu > li:first-child {
    border-top: 2px solid #FFF;
  }
  #menu-main .sub-menu > li:last-child > a {
    border-bottom: 0px !important;
  }
  #menu-main li.hover > .sub-menu {
    display: block;
    position: static;
  }
  #menu-main .sub-menu > li > a {
    color: #383A37;
    background-color: #C5C5C5;
    font-size: 1.8rem;
    padding-left: 25px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10%;
    border-bottom: 2px solid #FFF !important;
    -webkit-tap-highlight-color: transparent !important;
  }
  #menu-main .sub-menu > li.hover > a,
  #menu-main .sub-menu > li.current-menu-item > a {
    background-color: #f7f7f7;
    color: #383A37;
    -webkit-tap-highlight-color: transparent !important;
  }
  #menu-main .sub-menu > li.hover.menu-item-has-children > a:after {
    content: '\e832';
  }
  #menu-main > li li ul {
    display: none;
  }
  .post-type-archive-styles #menu-main > li > ul > li.current-menu-item a,
  .single-styles #menu-main > li > ul > li.current-menu-item a,
  .parent-pageid-508 #menu-main > li > ul > li.current-menu-item a,
  .tag-beer #menu-main > li > ul > li.current-menu-item a,
  .parent-pageid-70236 #menu-main > li > ul > li.current-menu-item a,
  .post-type-archive-styles #menu-main > li > ul > li.current-menu-ancestor a,
  .single-styles #menu-main > li > ul > li.current-menu-ancestor a,
  .parent-pageid-508 #menu-main > li > ul > li.current-menu-ancestor a,
  .tag-beer #menu-main > li > ul > li.current-menu-ancestor a,
  .parent-pageid-70236 #menu-main > li > ul > li.current-menu-ancestor a {
    border-bottom-color: #FFF;
  }
}
@media print {
  @charset "UTF-8";
  /* CSS Document */
  /*Print Styles*/
  a[href]:after {
    display: none;
  }
  #utilities,
  .load-more,
  #load-more,
  footer,
  .social-links,
  .navbar,
  #comments,
  #ymal,
  .yarpp-related,
  .instagram-media,
  .fluid-width-video-wrapper,
  #menu-main,
  #site-banner {
    display: none !important;
  }
  .site-header {
    top: auto;
    margin-top: 0px;
    height: 100px;
  }
  .site-header .site-branding {
    top: 25px / 2;
    left: 25px / 2;
    margin: 0px;
  }
  .page-header {
    margin: 0 auto;
  }
  #primary {
    width: 100% !important;
    padding: 25px / 2 * 2 !important;
    float: none;
  }
  /* Misc */
  .single #content {
    max-width: 100%;
  }
  /* Style Finder 
#main.style-finder{
	border: 0px;
	
	a:after{content:" (" attr(href) ") "; }
	
	#toc a:after{content:"";}
	
	h1, h2, .li_container{
		a:after{content:""; }
	}
}

ul#styles li:nth-child(5){margin-right: 0px;}
ul#styles li .caption{opacity: 1; background: rgba(255, 255, 255, 0.7) !important;}
article.type-styles{border: none; padding-left: 0px;}

#glassware{ padding: 0px !important;}
#winners, #ymal{width: 47% !important; float: left !important; clear: none !important;}

.page-break{page-break-before: always;}

 
//View All
#primary #main.style-finder{
	background: transparent;
	
	#styles{
		.style, #toc{display: block; page-break-before: always;	}
		.style{position: relative; min-height: 1300px;
			.source{position: absolute; bottom: 0px; right: 0px;}
		}
	}
	
}*/
}
/**
*  10.0 Plugins
*
**/
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?3174920');
  src: url('fonts/fontello.eot?3174920#iefix') format('embedded-opentype'), url('fonts/fontello.woff2?3174920') format('woff2'), url('fonts/fontello.woff?3174920') format('woff'), url('fonts/fontello.ttf?3174920') format('truetype'), url('fonts/fontello.svg?3174920#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?58709036#fontello') format('svg');
  }
}
*/
[class^="fa-"]:before,
[class*=" fa-"]:before {
  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;
  /* 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-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
/*@-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);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-facebook:before {
  content: '\e800';
}
/* '' */
.fa-facebook-squared:before {
  content: '\e801';
}
/* '' */
.fa-google:before {
  content: '\e802';
}
/* '' */
.fa-gplus:before {
  content: '\e803';
}
/* '' */
.fa-gplus-squared:before {
  content: '\e804';
}
/* '' */
.fa-twitter-squared:before {
  content: '\e805';
}
/* '' */
.fa-twitter:before {
  content: '\e806';
}
/* '' */
.fa-pinterest-circled:before {
  content: '\e807';
}
/* '' */
.fa-pinterest-squared:before {
  content: '\e808';
}
/* '' */
.fa-rss:before {
  content: '\e809';
}
/* '' */
.fa-rss-squared:before {
  content: '\e80a';
}
/* '' */
.fa-down-dir:before {
  content: '\e80b';
}
/* '' */
.fa-down-open:before {
  content: '\e80c';
}
/* '' */
.fa-angle-circled-down:before {
  content: '\e80d';
}
/* '' */
.fa-angle-double-down:before {
  content: '\e80e';
}
/* '' */
.fa-download:before {
  content: '\e80f';
}
/* '' */
.fa-download-cloud:before {
  content: '\e810';
}
/* '' */
.fa-down-circled2:before {
  content: '\e811';
}
/* '' */
.fa-up-dir:before {
  content: '\e812';
}
/* '' */
.fa-up-open:before {
  content: '\e813';
}
/* '' */
.fa-angle-up:before {
  content: '\e814';
}
/* '' */
.fa-angle-double-up:before {
  content: '\e815';
}
/* '' */
.fa-angle-circled-up:before {
  content: '\e816';
}
/* '' */
.fa-arrows-cw:before {
  content: '\e817';
}
/* '' */
.fa-left-dir:before {
  content: '\e818';
}
/* '' */
.fa-left-open:before {
  content: '\e819';
}
/* '' */
.fa-angle-left:before {
  content: '\e81a';
}
/* '' */
.fa-angle-circled-left:before {
  content: '\e81b';
}
/* '' */
.fa-angle-double-left:before {
  content: '\e81c';
}
/* '' */
.fa-right-dir:before {
  content: '\e81d';
}
/* '' */
.fa-right-open:before {
  content: '\e81e';
}
/* '' */
.fa-angle-right:before {
  content: '\e81f';
}
/* '' */
.fa-angle-circled-right:before {
  content: '\e820';
}
/* '' */
.fa-angle-double-right:before {
  content: '\e821';
}
/* '' */
.fa-file-pdf:before {
  content: '\e822';
}
/* '' */
.fa-volume-off:before {
  content: '\e823';
}
/* '' */
.fa-volume-down:before {
  content: '\e824';
}
/* '' */
.fa-search:before {
  content: '\e825';
}
/* '' */
.fa-youtube-play:before {
  content: '\e826';
}
/* '' */
.fa-videocam:before {
  content: '\e827';
}
/* '' */
.fa-lock:before {
  content: '\e828';
}
/* '' */
.fa-reddit:before {
  content: '\e829';
}
/* '' */
.fa-reddit-squared:before {
  content: '\e82a';
}
/* '' */
.fa-plus:before {
  content: '\e82b';
}
/* '' */
.fa-plus-circled:before {
  content: '\e82c';
}
/* '' */
.fa-plus-squared:before {
  content: '\e82d';
}
/* '' */
.fa-plus-squared-alt:before {
  content: '\e82e';
}
/* '' */
.fa-minus:before {
  content: '\e82f';
}
/* '' */
.fa-minus-circled:before {
  content: '\e830';
}
/* '' */
.fa-minus-squared:before {
  content: '\e831';
}
/* '' */
.fa-minus-squared-alt:before {
  content: '\e832';
}
/* '' */
.fa-cancel-circled:before {
  content: '\e833';
}
/* '' */
.fa-camera:before {
  content: '\e834';
}
/* '' */
.fa-menu:before {
  content: '\e835';
}
/* '' */
.fa-link-ext:before {
  content: '\e836';
}
/* '' */
.fa-circle-notch:before {
  content: '\e837';
}
/* '' */
.fa-mail-alt:before {
  content: '\e838';
}
/* '' */
.fa-mail:before {
  content: '\e839';
}
/* '' */
.fa-paper-plane-empty:before {
  content: '\e83a';
}
/* '' */
.fa-paper-plane:before {
  content: '\e83b';
}
/* '' */
.fa-instagramm:before {
  content: '\e83c';
}
/* '' */
.fa-youtube:before {
  content: '\e83d';
}
/* '' */
.fa-youtube-squared:before {
  content: '\e83e';
}
/* '' */
.fa-vimeo-squared:before {
  content: '\e83f';
}
/* '' */
.fa-print:before {
  content: '\e840';
}
/* '' */
.fa-spin1:before {
  content: '\e841';
}
/* '' */
.fa-spin2:before {
  content: '\e842';
}
/* '' */
.fa-spin3:before {
  content: '\e843';
}
/* '' */
.fa-spin4:before {
  content: '\e844';
}
/* '' */
.fa-spin5:before {
  content: '\e845';
}
/* '' */
.fa-mail-1:before {
  content: '\e846';
}
/* '' */
.fa-heart:before {
  content: '\e847';
}
/* '' */
.fa-heart-empty:before {
  content: '\e848';
}
/* '' */
.fa-star-half-alt:before {
  content: '\e849';
}
/* '' */
.fa-videocam-1:before {
  content: '\e84a';
}
/* '' */
.fa-ok-circled:before {
  content: '\e84b';
}
/* '' */
.fa-ok-circled2:before {
  content: '\e84c';
}
/* '' */
.fa-ok-squared:before {
  content: '\e84d';
}
/* '' */
.fa-cancel:before {
  content: '\e84e';
}
/* '' */
.fa-cancel-circled2:before {
  content: '\e84f';
}
/* '' */
.fa-lock-open-alt:before {
  content: '\e850';
}
/* '' */
.fa-comment:before {
  content: '\e851';
}
/* '' */
.fa-comment-empty:before {
  content: '\e852';
}
/* '' */
.fa-phone:before {
  content: '\e853';
}
/* '' */
.fa-play:before {
  content: '\e854';
}
/* '' */
.fa-play-circled:before {
  content: '\e855';
}
/* '' */
.fa-check-empty:before {
  content: '\e856';
}
/* '' */
.fa-key:before {
  content: '\e857';
}
/* '' */
.fa-cab:before {
  content: '\e858';
}
/* '' */
.fa-location-outline:before {
  content: '\e859';
}
/* '' */
.fa-location:before {
  content: '\e85a';
}
/* '' */
.fa-user:before {
  content: '\e85b';
}
/* '' */
.fa-ok-1:before {
  content: '\e85c';
}
/* '' */
.fa-down-bold:before {
  content: '\e85d';
}
/* '' */
.fa-left-bold:before {
  content: '\e85e';
}
/* '' */
.fa-right-bold:before {
  content: '\e85f';
}
/* '' */
.fa-up-bold:before {
  content: '\e860';
}
/* '' */
.fa-ok:before {
  content: '\e861';
}
/* '' */
.fa-list-bullet:before {
  content: '\e862';
}
/* '' */
.fa-paper-plane-1:before {
  content: '\e863';
}
/* '' */
.fa-paper-plane-empty-1:before {
  content: '\e864';
}
/* '' */
.fa-beer:before {
  content: '\e865';
}
/* '' */
.fa-book-open:before {
  content: '\e866';
}
/* '' */
.fa-doc-text:before {
  content: '\e867';
}
/* '' */
.fa-doc-text-1:before {
  content: '\e868';
}
/* '' */
.fa-note:before {
  content: '\e869';
}
/* '' */
.fa-angle-down:before {
  content: '\e86a';
}
/* '' */
.fa-help:before {
  content: '\e86b';
}
/* '' */
.fa-help-circled:before {
  content: '\e86c';
}
/* '' */
.fa-attention-circled:before {
  content: '\e86d';
}
/* '' */
.fa-attention-alt:before {
  content: '\e86e';
}
/* '' */
.fa-check:before {
  content: '\e86f';
}
/* '' */
.fa-ok-circled-1:before {
  content: '\e870';
}
/* '' */
.fa-ok-circled2-1:before {
  content: '\e871';
}
/* '' */
.fa-down-big:before {
  content: '\e872';
}
/* '' */
.fa-left-big:before {
  content: '\e873';
}
/* '' */
.fa-right-big:before {
  content: '\e874';
}
/* '' */
.fa-up-big:before {
  content: '\e875';
}
/* '' */
.fa-headphones:before {
  content: '\e876';
}
/* '' */
.fa-mail-squared:before {
  content: '\e877';
}
/* '' */
.fa-down:before {
  content: '\e878';
}
/* '' */
.fa-download-1:before {
  content: '\f02e';
}
/* '' */
.fa-direction:before {
  content: '\f124';
}
/* '' */
.fa-pinterest:before {
  content: '\f231';
}
/* '' */
.fa-reddit-alien:before {
  content: '\f281';
}
/* '' */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(javascript/libs/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(javascript/libs/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(javascript/libs/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(javascript/libs/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(javascript/libs/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(javascript/libs/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
* Custom Styles for our various one-off microsites
*
* 1.0 Wide Microsite (Cirriculum, ACBW) )
* 3.0 Generic Microsite ()
*/
/**
* 1.0 Wide Microsite (Cirriculum, ACBW) )
*
**/
body.page-template-tmpl_wide-microsite {
  width: 100%;
}
body.page-template-tmpl_wide-microsite #content,
body.page-template-tmpl_wide-microsite .container {
  width: 100%;
  max-width: 100%;
}
body.page-template-tmpl_wide-microsite.sticky-header .site-header #access {
  display: none;
}
body.page-template-tmpl_wide-microsite #primary {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 2000px;
  text-align: center;
}
body.page-template-tmpl_wide-microsite #primary .social-links {
  top: 10px;
  right: 25px;
  position: absolute;
  z-index: 1;
}
body.page-template-tmpl_wide-microsite #primary .social-links a i {
  color: #FFF !important;
}
body.page-template-tmpl_wide-microsite #primary .entry {
  background: none;
  margin: 0px;
  padding: 0px;
}
body.page-template-tmpl_wide-microsite #primary .entry img {
  float: none;
  margin: 0px;
  padding: 0px;
}
body.page-template-tmpl_wide-microsite #primary .entry .iconleft {
  float: left;
  clear: both;
}
body.page-template-tmpl_wide-microsite #primary .entry p,
body.page-template-tmpl_wide-microsite #primary .entry li {
  text-align: left;
  font-size: 19px;
  line-height: 1.4;
}
body.page-template-tmpl_wide-microsite #primary .entry p,
body.page-template-tmpl_wide-microsite #primary .entry ol,
body.page-template-tmpl_wide-microsite #primary .entry ul {
  max-width: 800px;
  display: block;
  margin: 20px auto;
}
body.page-template-tmpl_wide-microsite #primary .entry p.text-center,
body.page-template-tmpl_wide-microsite #primary .entry ol.text-center,
body.page-template-tmpl_wide-microsite #primary .entry ul.text-center {
  text-align: center;
}
body.page-template-tmpl_wide-microsite #primary .entry p:last-child,
body.page-template-tmpl_wide-microsite #primary .entry ul:last-child {
  margin-bottom: 40px;
}
body.page-template-tmpl_wide-microsite #primary .entry ol,
body.page-template-tmpl_wide-microsite #primary .entry ul {
  padding-left: 22px;
}
body.page-template-tmpl_wide-microsite #primary .entry h3 {
  font-size: 4rem;
  font-weight: 100;
  font: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-align: center;
}
body.page-template-tmpl_wide-microsite #primary .entry h4 {
  font-weight: 500;
  font-size: 20px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-align: left;
  clear: none;
  text-transform: uppercase;
  padding-left: 250px;
  margin-top: -6px;
  color: #383A37;
}
body.page-template-tmpl_wide-microsite #primary .entry #micro-social {
  position: absolute;
  top: 0px;
  right: 18px;
  z-index: 99;
  list-style: none;
}
body.page-template-tmpl_wide-microsite #primary .entry #micro-social li {
  display: inline-block;
}
body.page-template-tmpl_wide-microsite #primary .entry #micro-social li a,
body.page-template-tmpl_wide-microsite #primary .entry #micro-social li a i {
  color: #FFF;
}
body.page-template-tmpl_wide-microsite #primary .entry #micro-social li a:hover,
body.page-template-tmpl_wide-microsite #primary .entry #micro-social li a i:hover {
  color: #C74A37;
}
body.page-template-tmpl_wide-microsite #primary .entry #intro-video {
  width: 100%;
  height: 100%;
  min-height: 300px;
  min-width: 100%;
  background-position: center top;
  background-size: cover;
  position: relative;
  /*#mbYTP_video{display: none;}*/
}
body.page-template-tmpl_wide-microsite #primary .entry #intro-video #video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  background-color: #000;
}
body.page-template-tmpl_wide-microsite #primary .entry #intro-video #video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  background-color: #000;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.page-template-tmpl_wide-microsite #primary .entry #intro-video .mobile-wrapper {
  background: #FFF;
  opacity: 0.6;
  background-size: cover;
  background-position: 95% 67%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
body.page-template-tmpl_wide-microsite #primary .entry #intro-video #course-logo {
  margin: 0px auto 40px 0px;
  padding: 0px;
  width: 70%;
  height: auto;
  position: relative;
  max-width: 751px;
  z-index: 1;
}
body.page-template-tmpl_wide-microsite #primary .entry #intro-video ul#course-nav {
  position: relative;
  margin: 0px auto;
  list-style: none;
  width: auto;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
body.page-template-tmpl_wide-microsite #primary .entry #intro-video ul#course-nav li {
  width: auto;
  border-right: 1px solid #FFF;
  text-align: center;
  flex-grow: 1;
}
body.page-template-tmpl_wide-microsite #primary .entry #intro-video ul#course-nav li a {
  text-transform: uppercase;
  color: #FFF;
  font-size: 2rem;
  white-space: nowrap;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 100;
  text-align: center;
}
body.page-template-tmpl_wide-microsite #primary .entry #intro-video ul#course-nav li a:hover {
  color: #C74A37;
}
body.page-template-tmpl_wide-microsite #primary .entry #intro-video ul#course-nav li:last-child {
  border-right: 0px;
}
body.page-template-tmpl_wide-microsite #primary .entry #intro-video #next {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 50px;
  z-index: 1;
}
body.page-template-tmpl_wide-microsite #primary .entry .parallax {
  height: 450px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.3);
}
body.page-template-tmpl_wide-microsite #primary .entry section {
  width: 100%;
  margin: 0px;
  padding: 0px;
  padding: 40px;
}
body.page-template-tmpl_wide-microsite #primary .entry section > h2,
body.page-template-tmpl_wide-microsite #primary .entry section .section-head {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 42px;
  font-weight: 500;
  padding: 20px 0px;
  display: inline-block;
  line-height: 1.1;
  max-width: 1050px;
  z-index: 1;
  position: relative;
  padding: 0px 10px;
  text-transform: uppercase;
  text-align: center;
}
body.page-template-tmpl_wide-microsite #primary .entry section > h2 a.anchor,
body.page-template-tmpl_wide-microsite #primary .entry section .section-head a.anchor {
  color: #383A37;
}
body.page-template-tmpl_wide-microsite #primary .entry section > h2 a.anchor:hover,
body.page-template-tmpl_wide-microsite #primary .entry section .section-head a.anchor:hover {
  text-decoration: none;
}
body.page-template-tmpl_wide-microsite #primary .entry section > h3,
body.page-template-tmpl_wide-microsite #primary .entry section .section-subhead {
  margin-bottom: 20px;
}
body.page-template-tmpl_wide-microsite #primary .entry section p.rule {
  content: "rule";
  border-bottom: 2px solid #000;
  height: 5px;
  display: block;
  margin: -25px auto 50px auto;
  width: 80%;
  text-indent: -9999px;
  z-index: 0;
}
body.page-template-tmpl_wide-microsite #primary .entry section .simple {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin: 0 auto;
}
body.page-template-tmpl_wide-microsite #primary .entry section .simple li {
  clear: both;
  max-width: 1050px;
  position: relative;
}
body.page-template-tmpl_wide-microsite #primary .entry section .simple li .digit {
  background: #C74A37;
  font-size: 5rem;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 100;
  color: #FFF;
  border: 1px solid #C74A37;
  border-radius: 80px;
  padding: 5px 0px;
  width: 80px;
  height: 80px;
  display: block;
  line-height: 5rem;
  padding: 13px 0px;
  position: absolute;
  left: 0px;
  top: 2%;
  text-indent: 0px;
  transition: 0.5s;
  text-align: center;
}
body.page-template-tmpl_wide-microsite #primary .entry section .simple li:hover .digit {
  background: #ECBB01;
  color: #FFF;
  border: 1px solid #ECBB01;
}
body.page-template-tmpl_wide-microsite #primary .entry #intro h3 {
  font-family: Georgia, serif;
  line-height: 1.6;
  font-size: 26px;
  padding: 20px 80px;
  max-width: 1050px;
  margin: 0 auto;
  text-transform: none;
}
body.page-template-tmpl_wide-microsite #primary .entry #why ol,
body.page-template-tmpl_wide-microsite #primary .entry #ways ol {
  padding-bottom: 20px;
}
body.page-template-tmpl_wide-microsite #primary .entry #why ol li,
body.page-template-tmpl_wide-microsite #primary .entry #ways ol li {
  margin: 0px auto 40px auto;
  width: 100%;
  padding-left: 105px;
}
body.page-template-tmpl_wide-microsite #primary .entry #why ol li:last-child,
body.page-template-tmpl_wide-microsite #primary .entry #ways ol li:last-child {
  margin-bottom: 0px;
}
body.page-template-tmpl_wide-microsite #primary .entry #who h2 {
  margin-bottom: 40px;
}
body.page-template-tmpl_wide-microsite #primary .entry #who .bio {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
body.page-template-tmpl_wide-microsite #primary .entry #who .bio img {
  float: left;
  width: 200px;
  height: auto;
}
body.page-template-tmpl_wide-microsite #primary .entry #who .bio p {
  clear: none;
  padding: 0px 0px 0px 250px;
  margin: 20px 0px;
  max-width: 100%;
}
body.page-template-tmpl_wide-microsite #primary .entry #who #julia {
  border-bottom: none;
  margin-bottom: 0px;
}
body.page-template-tmpl_wide-microsite #primary .entry #who #julia img {
  float: right;
}
body.page-template-tmpl_wide-microsite #primary .entry #who #julia h4,
body.page-template-tmpl_wide-microsite #primary .entry #who #julia p {
  padding: 0px;
  text-align: left;
}
body.page-template-tmpl_wide-microsite #primary .entry #who #julia p {
  padding-right: 75px;
}
body.page-template-tmpl_wide-microsite #primary .entry #breakdown ol.simple li,
body.page-template-tmpl_wide-microsite #primary .entry #pro ol.simple li {
  width: 100%;
  max-width: 100%;
  clear: both;
}
body.page-template-tmpl_wide-microsite #primary .entry #breakdown ol.simple li div,
body.page-template-tmpl_wide-microsite #primary .entry #pro ol.simple li div {
  width: 100%;
  max-width: 1000px;
  padding: 30px 0px;
  margin: 0 auto;
  min-height: 262px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.page-template-tmpl_wide-microsite #primary .entry #breakdown ol.simple li img,
body.page-template-tmpl_wide-microsite #primary .entry #pro ol.simple li img {
  float: left;
  width: 250px;
  height: auto;
  filter: grayscale(100%);
  transition: 1s;
}
body.page-template-tmpl_wide-microsite #primary .entry #breakdown ol.simple li h4,
body.page-template-tmpl_wide-microsite #primary .entry #pro ol.simple li h4,
body.page-template-tmpl_wide-microsite #primary .entry #breakdown ol.simple li p,
body.page-template-tmpl_wide-microsite #primary .entry #pro ol.simple li p {
  padding-left: 275px;
  text-align: left;
}
body.page-template-tmpl_wide-microsite #primary .entry #breakdown ol.simple li:last-child div,
body.page-template-tmpl_wide-microsite #primary .entry #pro ol.simple li:last-child div {
  border: none;
}
body.page-template-tmpl_wide-microsite #primary .entry #breakdown ol.simple li:hover img,
body.page-template-tmpl_wide-microsite #primary .entry #pro ol.simple li:hover img {
  filter: grayscale(0%);
  filter: none;
}
body.page-template-tmpl_wide-microsite #primary .entry #download {
  padding-bottom: 20px;
  max-width: 18 * 75px;
  margin: 0 auto;
}
body.page-template-tmpl_wide-microsite #primary .entry #download h3 {
  margin: 20px 0px;
}
body.page-template-tmpl_wide-microsite #primary .entry #download ul {
  width: auto;
  display: block;
  margin: 0 auto;
}
body.page-template-tmpl_wide-microsite #primary .entry #download ul li {
  display: block;
}
body.page-template-tmpl_wide-microsite #primary .entry #download ul li .btn {
  width: 275px;
  line-height: 15px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 10px auto;
}
body.page-template-tmpl_wide-microsite #primary .entry #download ul li .btn:after {
  display: none;
}
body.page-template-tmpl_wide-microsite #primary .entry #download ol.columns {
  display: block;
  margin: 20px auto;
  padding: 0px;
  max-width: 900px;
}
body.page-template-tmpl_wide-microsite #primary .entry #download ol.columns ol {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px 30px;
  width: 50%;
}
body.page-template-tmpl_wide-microsite #primary .entry #download ol.columns ol:nth-child(2) {
  margin-left: -25px / 2;
}
body.page-template-tmpl_wide-microsite #primary .entry #download ol.columns li {
  line-height: 2.2rem;
  margin-bottom: 1rem;
  text-align: center;
}
body.page-template-tmpl_wide-microsite #primary .entry #download ol.columns li a {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 2rem;
  color: #000;
}
body.page-template-tmpl_wide-microsite #primary .entry #download ol.columns li a:hover {
  color: #ECBB01;
}
body.page-template-tmpl_wide-microsite #primary .entry #download ol.columns li a:after {
  display: none;
}
body.page-template-tmpl_wide-microsite #primary .entry .bucket .entry-title {
  font-size: 22px;
  line-height: 1.2;
  font-family: Georgia, serif;
  text-transform: none;
  text-align: left;
  margin: 0px;
  padding: 0px;
  margin: 25px / 2 0px;
}
body.page-template-tmpl_wide-microsite #primary .entry .bucket .entry-content p {
  font-size: 1.6rem;
  margin: 25px / 2 0px;
}
body.page-template-tmpl_wide-microsite #primary #footer {
  text-align: center;
  clear: both;
  padding: 30px 0px 95px 0px;
}
body.page-template-tmpl_wide-microsite #primary #footer p {
  font-size: 1.4rem;
  text-align: center;
}
body.page-template-tmpl_wide-microsite #primary #footer #ba-logo {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.touch body.page-template-tmpl_microsite-php #primary article .entry .parallax,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry .parallax {
  display: none;
}
.touch body.page-template-tmpl_microsite-php #primary article .entry section .simple li .digit,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry section .simple li .digit,
.touch body.page-template-tmpl_microsite-php #primary article .entry #breakdown .simple li .digit,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry #breakdown .simple li .digit,
.touch body.page-template-tmpl_microsite-php #primary article .entry #why .simple li .digit,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry #why .simple li .digit,
.touch body.page-template-tmpl_microsite-php #primary article .entry #ways .simple li .digit,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry #ways .simple li .digit,
.touch body.page-template-tmpl_microsite-php #primary article .entry #pro .simple li .digit,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry #pro .simple li .digit {
  transition: none;
}
.touch body.page-template-tmpl_microsite-php #primary article .entry section .simple li:hover .digit,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry section .simple li:hover .digit,
.touch body.page-template-tmpl_microsite-php #primary article .entry #breakdown .simple li:hover .digit,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry #breakdown .simple li:hover .digit,
.touch body.page-template-tmpl_microsite-php #primary article .entry #why .simple li:hover .digit,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry #why .simple li:hover .digit,
.touch body.page-template-tmpl_microsite-php #primary article .entry #ways .simple li:hover .digit,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry #ways .simple li:hover .digit,
.touch body.page-template-tmpl_microsite-php #primary article .entry #pro .simple li:hover .digit,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry #pro .simple li:hover .digit {
  background: #C74A37;
  color: #8c8460;
}
.touch body.page-template-tmpl_microsite-php #primary article .entry section .simple li img,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry section .simple li img,
.touch body.page-template-tmpl_microsite-php #primary article .entry #breakdown .simple li img,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry #breakdown .simple li img,
.touch body.page-template-tmpl_microsite-php #primary article .entry #why .simple li img,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry #why .simple li img,
.touch body.page-template-tmpl_microsite-php #primary article .entry #ways .simple li img,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry #ways .simple li img,
.touch body.page-template-tmpl_microsite-php #primary article .entry #pro .simple li img,
.is-mobile body.page-template-tmpl_microsite-php #primary article .entry #pro .simple li img {
  filter: grayscale(0%);
  transition: 0s;
}
.beer101 {
  background-image: url('http://s3-us-west-2.amazonaws.com/craftbeerdotcom/wp-content/uploads/2016/05/Beer101_1.jpg');
}
.page-beer-101-course a[href="mailto:support@digitalchalk.com"] {
  display: inline-block;
}
.certificate-image img {
  width: 80%;
  max-width: 600px;
  transition: box-shadow 0.3s ease-in-out;
}
.certificate-image a:hover img {
  box-shadow: 2px 2px 12px #999;
}
/**
* 3.0 GENERIC MICROSITE
*
**/
body.page-template-tmpl_generic-microsite {
  background-image: url(images/design/bg_header.jpg), url(images/design/bgtile1.png);
  background-repeat: repeat-x, repeat;
  background-size: 4px 77px, auto;
}
body.page-template-tmpl_generic-microsite #wrapper,
body.page-template-tmpl_generic-microsite #primary {
  background-color: transparent;
}
body.page-template-tmpl_generic-microsite header {
  background: #5C666F;
}
body.page-template-tmpl_generic-microsite header .branding {
  margin: 0px;
  height: auto;
  width: 100%;
}
body.page-template-tmpl_generic-microsite header .branding h1 {
  margin-top: -1px;
}
body.page-template-tmpl_generic-microsite header .branding #site-title {
  width: 100%;
  height: 100px;
  max-width: 600px;
}
body.page-template-tmpl_generic-microsite header .branding #site-title a {
  background-image: url(images/design/logo-culinary.png);
  height: 100%;
  width: 100%;
}
body.page-template-tmpl_generic-microsite #wrapper {
  width: 18 * 75px;
  margin: 0 auto;
}
body.page-template-tmpl_generic-microsite #wrapper #primary {
  min-height: 0px;
}
body.page-template-tmpl_generic-microsite #wrapper #primary #social-links {
  display: none;
}
body.page-template-tmpl_generic-microsite #wrapper #primary article {
  padding-top: 75px;
  position: relative;
}
body.page-template-tmpl_generic-microsite #wrapper #primary article h1,
body.page-template-tmpl_generic-microsite #wrapper #primary article h2 {
  text-align: left;
  max-width: 97%;
  margin: 10px auto 0px auto;
}
body.page-template-tmpl_generic-microsite #wrapper #primary article .half img {
  width: 100%;
  height: auto;
}
body.page-template-tmpl_generic-microsite #wrapper #primary article .course-hero {
  width: 100%;
  height: auto;
  margin: 25px 0px;
  position: relative;
}
body.page-template-tmpl_generic-microsite #wrapper #primary article .course-hero .flavor {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 318px;
  display: block;
  padding: 5px;
  width: 583px;
}
body.page-template-tmpl_generic-microsite #wrapper #primary article .course-hero .flavor a {
  color: #FFF;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 22px;
  display: block;
  margin: 10px;
  line-height: 26px;
  font-weight: 300;
}
body.page-template-tmpl_generic-microsite #wrapper #primary .custom.social {
  position: absolute;
  top: -56px;
  right: 0px;
  z-index: 1000000000;
}
body.page-template-tmpl_generic-microsite #wrapper #primary .custom.social li {
  list-style: none;
}
body.page-template-tmpl_generic-microsite #wrapper #primary .custom.social li a {
  color: #FFF;
}
body.page-template-tmpl_generic-microsite #wrapper #primary .custom.social li a:after {
  content: "";
}
body.page-template-tmpl_generic-microsite #wrapper #primary .custom.social li a:hover {
  color: #C74A37;
}
body.page-template-tmpl_generic-microsite #style-finder {
  padding: 0px;
  position: relative;
  margin-bottom: 50px;
}
body.page-template-tmpl_generic-microsite #style-finder img {
  width: 100%;
  height: auto;
}
body.page-template-tmpl_generic-microsite #style-finder .navbar {
  position: absolute;
  top: 76%;
}
body.page-template-tmpl_generic-microsite #footer {
  padding-top: 100px;
  background: transparent;
  clear: both;
}
body.page-template-tmpl_generic-microsite #faux-footer {
  padding: 0px 0px 100px 0px;
  margin: 0 auto;
  text-align: center;
}
body.page-template-tmpl_generic-microsite #faux-footer p {
  font-size: 12px;
}
body.page-template-tmpl_generic-microsite #faux-footer p a {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
}
body.page-template-tmpl_generic-microsite #faux-footer nav.social {
  float: right;
  margin-top: -25px;
}
body.page-template-tmpl_generic-microsite #faux-footer nav.social a {
  color: #5C666F;
}
body.page-template-tmpl_generic-microsite #faux-footer nav.social a:hover {
  color: #C74A37;
}
body.page-template-tmpl_generic-microsite #faux-footer .logo {
  float: left;
  max-height: 60px;
  margin-top: -5px;
}
/*
* Responsive
*/
@media screen and (max-width: 18 * 75px) {
  body.page-template-tmpl_generic-microsite #wrapper #primary article .course-hero .flavor {
    position: relative;
    margin-bottom: 24px;
    width: 100%;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 992px) {
  body.page-template-tmpl_wide-microsite ul#course-nav,
  body.page-template-tmpl_wide-microsite #primary .entry #intro-video ul#course-nav {
    display: block;
  }
  body.page-template-tmpl_wide-microsite ul#course-nav li,
  body.page-template-tmpl_wide-microsite #primary .entry #intro-video ul#course-nav li {
    float: none;
    width: 100% !important;
    border: none !important;
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-tmpl_wide-microsite {
    /*header .branding{
		margin: 0 auto; 
		padding: 10px;
		
		h1{margin: 0 auto;}
		
		#site-title a{max-width: 40%;}
	} */
  }
  body.page-template-tmpl_wide-microsite #primary .entry section {
    padding: 0px 20px;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #next {
    left: 47%;
  }
  body.page-template-tmpl_wide-microsite #primary .entry .parallax {
    height: 250px;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #intro h3 {
    line-height: 5rem;
    font-size: 4rem;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #who .bio {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    clear: both;
    border-bottom: 0px solid #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #who .bio img {
    float: none;
    width: 200px;
    height: auto;
    margin: 25px / 2 * 2 auto;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #who .bio h4,
  body.page-template-tmpl_wide-microsite #primary .entry #who .bio p {
    clear: none;
    padding-left: 0px;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #who #julia {
    border-bottom: none;
    margin-bottom: 0px;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #who #julia img {
    float: none;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #who #julia h4,
  body.page-template-tmpl_wide-microsite #primary .entry #who #julia p {
    padding: 0px 0px 0px 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-tmpl_wide-microsite #primary article .entry #next {
    display: none;
  }
  body.page-template-tmpl_wide-microsite #primary article .entry .parallax,
  body.page-template-tmpl_wide-microsite #primary article .entry #final-video {
    height: 200px;
  }
  body.page-template-tmpl_wide-microsite #primary article .entry #breakdown ol.simple li img,
  body.page-template-tmpl_wide-microsite #primary article .entry #pro ol.simple li img {
    display: none;
  }
  body.page-template-tmpl_wide-microsite #primary article .entry #breakdown ol.simple li h4,
  body.page-template-tmpl_wide-microsite #primary article .entry #pro ol.simple li h4,
  body.page-template-tmpl_wide-microsite #primary article .entry #breakdown ol.simple li p,
  body.page-template-tmpl_wide-microsite #primary article .entry #pro ol.simple li p {
    padding-left: 0px;
    text-align: left;
  }
  body.page-template-tmpl_wide-microsite #primary article .entry #download ol.columns {
    width: auto;
  }
  body.page-template-tmpl_wide-microsite #primary article .entry #download ol.columns ol {
    float: none;
    margin: 0px;
    padding: 0px;
    width: auto;
  }
  body.page-template-tmpl_wide-microsite #primary article .entry #download ol.columns ol li {
    text-align: center;
  }
  body.page-template-tmpl_generic-microsite {
    background-size: 4px 87px, auto;
  }
  body.page-template-tmpl_generic-microsite .custom.social {
    display: none;
  }
  body.page-template-tmpl_generic-microsite .half {
    width: 100%;
  }
  body.page-template-tmpl_generic-microsite #style-finder {
    margin-bottom: 25px;
  }
  body.page-template-tmpl_generic-microsite #style-finder .navbar {
    position: absolute;
    top: 77%;
    width: 100%;
  }
  body.page-template-tmpl_generic-microsite #faux-footer {
    padding: 10px 10px 100px 10px;
  }
  body.page-template-tmpl_generic-microsite #faux-footer nav.social {
    margin-top: 0px;
  }
  body.page-template-tmpl_generic-microsite #faux-footer .logo {
    margin-top: 50px;
  }
}
@media screen and (max-width: 568px) {
  body.page-template-tmpl_wide-microsite {
    /*header .branding {max-width: 50%;
		#site-title a{background-image: url(images/design/mobile-logo.png); max-width: 100%;}
	}*/
  }
  body.page-template-tmpl_wide-microsite #primary .entry p,
  body.page-template-tmpl_wide-microsite #primary .entry li {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  body.page-template-tmpl_wide-microsite #primary .entry .parallax {
    display: none;
  }
  body.page-template-tmpl_wide-microsite #primary .entry section h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #intro h3 {
    line-height: 3.5rem;
    font-size: 3rem;
    padding: 20px;
  }
  body.page-template-tmpl_wide-microsite #primary .entry ul#course-nav li {
    float: none;
    width: 100% !important;
    border: none;
    display: block;
    margin-bottom: 10px;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #course-logo {
    margin-top: -40px;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #next {
    left: 45%;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #why ol.simple li,
  body.page-template-tmpl_wide-microsite #primary .entry #ways ol.simple li {
    padding: 0px;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #why ol.simple li .digit,
  body.page-template-tmpl_wide-microsite #primary .entry #ways ol.simple li .digit {
    position: relative;
    margin: 0 auto 30px auto;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #breakdown ol.simple li img,
  body.page-template-tmpl_wide-microsite #primary .entry #pro ol.simple li img {
    float: none;
    width: 100%;
    height: auto;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #breakdown ol.simple li h4,
  body.page-template-tmpl_wide-microsite #primary .entry #pro ol.simple li h4,
  body.page-template-tmpl_wide-microsite #primary .entry #breakdown ol.simple li p,
  body.page-template-tmpl_wide-microsite #primary .entry #pro ol.simple li p {
    padding-left: 0px;
    text-align: left;
    margin: 25px / 2 * 2 0px 0px 0px;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #download ol.columns ol,
  body.page-template-tmpl_wide-microsite #primary .entry #download ol.columns ol:nth-child(2) {
    width: 100%;
    margin: 0px;
  }
  body.page-template-tmpl_wide-microsite #primary .entry #footer #ba-logo {
    display: none;
  }
  body.page-template-tmpl_generic-microsite {
    background-size: 4px 63px, auto;
  }
  body.page-template-tmpl_generic-microsite #primary .navbar-nav.justified {
    display: table;
  }
  body.page-template-tmpl_generic-microsite #primary .navbar-nav.justified li {
    float: none;
    display: table-cell;
  }
}
@media screen and (max-width: 479px) {
  body.page-template-tmpl_wide-microsite #primary article .entry #course-logo {
    width: 90%;
  }
}
/*
* Beer Styles
*
* 1.0 Layout
* 2.0 Filters
* 3.0 Style Styles (tile on archive page)
* 4.0 Individual Style (single-style)
* 5.0 Style Guide
* */
#primary.beer-styles {
  padding-top: 0px;
  width: 100%;
  /*h1*/
}
#primary.beer-styles:before {
  border: none;
}
#primary.beer-styles #beer-styles-title {
  width: 100%;
  height: auto;
  margin: 30px auto 20px 0px;
  text-align: center;
  font-size: 65px;
}
#primary.beer-styles #beer-styles-title a {
  color: #383A37;
  text-decoration: none;
  background-image: url(https://cdn.craftbeer.com/wp-content/uploads/20191101105122/beer-styles-glass-icon.jpg);
  background-position: 46% center;
  background-size: 85px;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7.5px 0px;
  width: auto;
  white-space: nowrap;
}
#primary.beer-styles #beer-styles-title span {
  padding: 0px 50px;
}
#primary.beer-styles #beer-styles-title.style-guide {
  margin: 30px auto 20px auto;
}
#primary.beer-styles #beer-styles-title.style-guide img {
  margin-left: 0px;
}
#primary.beer-styles .social-links {
  top: 10px;
  text-align: right;
}
#primary.beer-styles #style-filters .intro-text {
  margin-top: 0px;
}
#style-search {
  width: 100%;
  background: none;
  margin: 0 auto;
  padding: 20px 0px 0px 0px;
}
#style-filters {
  height: auto;
  width: 95%;
  margin: 35px auto 40px auto;
  background-repeat: no-repeat;
  z-index: 1;
  clear: both;
}
#style-filters button {
  width: 30%;
}
#style-filters button#refresh {
  margin: 6px 5px 0px 7px;
  display: inline-block;
  color: #9AB430;
  font-size: 1.5rem;
}
#style-filters .btn-group {
  width: 30%;
  margin: 0px;
  text-align: left;
}
#style-filters .btn-group#category-parent {
  margin: 6px 0px 0px 5px;
  display: inline-block;
  font-size: 1.5rem;
}
#style-filters .btn-group button {
  border-radius: 0px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  text-align: left;
}
#style-filters .btn-group button i {
  position: absolute;
  top: 9px;
  right: 6px;
}
#style-filters .btn-group button,
#style-filters .btn-group .dropdown-menu {
  width: 100%;
  color: #9AB430;
}
#style-filters .btn-group .dropdown-menu {
  width: auto;
  margin-top: 0px;
}
#style-filters .twitter-typeahead {
  display: inline-block;
  top: -2px;
  padding: 0px;
  margin: 0px;
}
#sliders .slider-container {
  margin-bottom: 10px;
  position: relative;
  width: 33%;
  display: inline-block;
}
#sliders .slider-container label {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 500;
  color: #383A37;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 32px;
}
#sliders .slider-container label.before {
  text-align: right;
}
#sliders .slider-container label.below {
  width: 100%;
  color: #9AB430;
  font-family: Georgia, serif;
  text-align: center;
  margin-top: -3px;
}
#sliders .slider-container label.below a {
  font-size: 0.8em;
  display: inline-block !important;
  cursor: pointer;
  padding: 3px;
}
#sliders .slider-container label.below span {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  color: #383A37;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-align: center;
  margin-top: 9px;
}
#sliders .slider-container label.below i {
  padding-left: 2px;
  color: #383A37;
  cursor: pointer;
  font-size: 13px;
}
#sliders .slider-container .slider {
  display: inline-block;
  width: 69%;
  margin: 0px 5px -2px 7px;
  height: 10px;
  border: 0px;
  border-radius: 4px;
  box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#sliders .slider-container .slider .ui-slider-handle {
  border-radius: 20px;
  border-color: #FFF;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: block;
  position: relative;
  background: #FFF;
  box-shadow: 2px 0px 0px rgba(0, 0, 0, 0.4);
  top: -5px;
}
#sliders .slider-container #bitterness {
  background: linear-gradient(to right, #ffffff 0%, #909922 100%);
}
#sliders .slider-container #color {
  background: linear-gradient(to right, #ffe699 0%, #962d00 47%, #36080a 100%);
}
#sliders .slider-container #alcohol {
  background: linear-gradient(to right, #e7e4c1 0%, #d1bf51 100%);
}
#sliders .slider-container .ui-slider-label-ticks {
  width: 1.2em;
  height: 14px;
  text-align: center;
  border-left: 1px solid #FFF;
  position: absolute;
  white-space: nowrap;
  top: 2px;
}
#sliders .slider-container .ui-slider-label-ticks.quarter {
  left: 35%;
}
#sliders .slider-container .ui-slider-label-ticks.middle {
  left: 48%;
}
#sliders .slider-container .ui-slider-label-ticks.three-quarter {
  right: 30%;
}
#tags {
  clear: both;
  text-align: center;
  margin: 20px 0px;
}
#tags label.checkbox-inline {
  width: auto;
  margin: 0px 15px 7px 23px !important;
  padding: 0px;
  font-size: 14px;
  color: #383A37;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
#tags label.checkbox-inline input[type="radio"] {
  margin: 0px 7px 0px -17px;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #9AB430;
}
.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.tt-suggestion p {
  margin: 0;
}
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  min-height: 0px;
  height: 32px;
  border: 0px;
  border-radius: 0px;
  width: 100%;
}
.twitter-typeahead .tt-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: 1.6rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -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;
  border-top: 4px solid #C74A37;
  width: calc(100% - 10px);
  margin: -4px 0px 0px 5px;
  border: 0px;
  border: 4px solid #55631b;
  max-height: 200px;
  width: 78%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: -2px 0px 0px 12% !important;
  border-radius: 0px;
  margin-top: 0px !important;
}
.twitter-typeahead .tt-dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.twitter-typeahead .tt-dropdown-menu .divider {
  height: 1px;
  margin: 0rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.twitter-typeahead .tt-dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428;
  color: #333333;
  white-space: nowrap;
}
.twitter-typeahead .tt-dropdown-menu > li > a {
  white-space: nowrap;
  cursor: pointer;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 1.6rem;
}
.twitter-typeahead .tt-dropdown-menu > li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 107%;
  cursor: pointer;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 19px;
  font-weight: 700;
  padding: 0px 20px;
}
.twitter-typeahead .tt-suggestion {
  padding: 0px;
}
.twitter-typeahead .tt-suggestion p {
  white-space: nowrap;
  cursor: pointer;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 19px;
  font-weight: 700;
  padding: 0px 20px;
}
.twitter-typeahead .tt-suggestion.tt-is-under-cursor {
  background-color: #F5F5F5;
}
/*ul*/
#styles {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
}
/*ul*/
#styles li {
  width: 23%;
  margin-right: 2%;
  position: relative;
  display: block;
  height: auto;
  text-align: center;
  margin-bottom: 45px;
}
#styles li .style-wrapper {
  padding: 15px 20px;
  position: relative;
  border-radius: 50%;
  width: 98%;
  height: auto;
  background: #000;
  overflow: hidden;
}
#styles li .style-wrapper:hover {
  cursor: pointer;
}
#styles li .featured-image {
  width: 100%;
  height: auto;
}
#styles li .entry-title {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0px;
  text-align: center;
  position: relative;
  bottom: -9px;
  min-height: 50px;
}
#styles li .entry-title a {
  color: #000;
}
#styles li .entry-title a:hover {
  color: #bb8404;
  text-decoration: none;
}
#styles li .caption {
  background: transparent;
  position: absolute;
  top: 0px;
  opacity: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 0px;
  transition: 0.25s opacity;
  background: rgba(255, 255, 255, 0.9);
}
#styles li .caption .beer-styles-logo {
  width: 60px;
  height: auto;
  margin: 10px auto 0px auto;
  top: -20px;
  position: relative;
  opacity: 1;
  transition: all 0.15s cubic-bezier(0.41, 0.2, 0.31, 0.99);
}
#styles li .caption .caption-title {
  color: #000;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  width: 95%;
  margin: 10px 5px;
}
#styles li .caption p {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  margin: 10px 15px;
  font-size: 1.5rem;
  line-height: 1.3;
}
#styles li .caption .btn {
  position: relative;
  width: 50%;
  font-size: 14px;
  padding: 2px;
  font-weight: 700;
}
#styles li:hover .caption {
  opacity: 1;
}
#styles li:hover .caption .beer-styles-logo {
  top: 0px;
  opacity: 1;
}
#styles li:hover .entry-title a {
  color: #bb8404;
}
#styles li#no-styles-found {
  background-image: url('https://cdn.craftbeer.com/wp-content/uploads/no-styles-found.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% 100%;
  width: 100%;
  min-height: 450px;
  text-align: center;
  padding: 50px 100px;
}
#styles li#no-styles-found h2 {
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  width: 70%;
  float: left;
  padding-bottom: 25px;
  margin-bottom: 13px;
  line-height: 1;
}
#styles li#no-styles-found p {
  clear: both;
  width: 69%;
  float: left;
  font-size: 30px;
  color: #FFF;
  font-family: Georgia, serif;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  line-height: 1.2;
  margin-bottom: 18px;
}
#styles li#no-styles-found .tags {
  clear: both;
  width: 70%;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
#styles li#no-styles-found .tags li {
  cursor: pointer;
  color: #ECBB01;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  width: auto;
  margin: 0px;
  letter-spacing: 1px;
  float: none;
  display: inline-block;
}
#styles li#no-styles-found .tags li:after {
  content: "//";
  display: inline-block;
  margin: 0px 7px;
  font-size: 16px;
  position: relative;
  top: -2px;
}
#styles li#no-styles-found .tags li:last-child:after {
  display: none;
}
.single-styles #content {
  width: 100%;
  max-width: 100%;
}
.single-styles .ad.landscape {
  margin-top: 0px;
  background-color: #000;
}
.single-styles footer {
  margin-top: 0px;
}
.single-styles article.type-styles {
  background-color: #000;
  margin-top: 25px / 2 * 2;
  min-height: 813px;
  background-size: 400px;
  background-position: 8% 3%;
  background-repeat: no-repeat;
  border-top: 5px solid #9AB430;
  padding: 0px 5% 0px 45%;
  color: #FFF;
  padding-top: 50px;
  position: relative;
  /*h3*/
}
.single-styles article.type-styles .social-links {
  top: -15px !important;
  right: 10px !important;
  width: auto;
  background: #000;
  text-align: right;
}
.single-styles article.type-styles .social-links a {
  text-align: center;
}
.single-styles article.type-styles .social-links a i {
  color: #FFF;
}
.single-styles article.type-styles .entry-title {
  color: #FFF;
  font-size: 6rem;
  font-family: Georgia, serif;
  font-weight: 500;
  text-align: center;
}
.single-styles article.type-styles h2,
.single-styles article.type-styles h3,
.single-styles article.type-styles h4 {
  color: #FFF;
}
.single-styles article.type-styles .entry-content p {
  color: #FFF;
  text-align: left;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  line-height: 1.6;
  font-size: 1.8rem;
}
.single-styles article.type-styles .section-title {
  color: #9AB430;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 30px 0px;
  display: inline-block;
}
.single-styles article.type-styles .section-title span {
  color: #FFF;
}
.single-styles article.type-styles .popovers {
  cursor: pointer;
  display: inline-block !important;
}
.single-styles article.type-styles .popovers:hover {
  text-decoration: none;
}
.single-styles article.type-styles .popovers i {
  color: #efb224;
  font-size: 14px;
  position: relative;
  top: -1px;
}
.single-styles article.type-styles #sliders .slider-container {
  margin: 0px 0px 30px 0px;
  position: relative;
  width: 100%;
  display: inline-block;
  transition: none;
  /*.ui-slider-label-ticks {width: 1.2em; height: 14px; text-align: center; border-left: 1px solid #FFF; position: absolute; white-space: nowrap; top: 2px;
                &.quarter{left: 30%;}
                &.middle{left: 48%;}
                &.three-quarter{right: 29%;}

	        }*/
  /*#bitterness{background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(144,153,34,1) 100%);}
	        #color{background: linear-gradient(to right,  rgba(255,230,153,1) 0%,rgba(150,45,0,1) 47%,rgba(54,8,10,1) 100%);}
	        #alcohol{background: linear-gradient(to right,  rgba(231,228,193,1) 0%,rgba(209,191,81,1) 100%);}*/
}
.single-styles article.type-styles #sliders .slider-container label {
  color: #FFF;
}
.single-styles article.type-styles #sliders .slider-container label .popovers span {
  cursor: pointer;
  color: #9AB430;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 17px;
}
.single-styles article.type-styles #sliders .slider-container label .popovers i {
  padding-left: 5px;
  color: #efb224;
  cursor: pointer;
}
.single-styles article.type-styles #sliders .slider-container .slider {
  width: 80%;
}
.single-styles article.type-styles #sliders .slider-container .ui-slider-range.ui-widget-header {
  top: -21px;
  font-size: 35px;
  position: relative;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  background: none;
  min-width: 35px;
}
.single-styles article.type-styles #sliders .slider-container .ui-slider-range.ui-widget-header:before {
  content: "[";
  color: #FFF;
  position: absolute;
  left: 0px;
}
.single-styles article.type-styles #sliders .slider-container .ui-slider-range.ui-widget-header:after {
  content: "]";
  color: #FFF;
  position: absolute;
  right: 0px;
}
.single-styles article.type-styles #sliders .slider-container .ui-slider-handle {
  display: none;
}
.single-styles article.type-styles section {
  clear: both;
  padding: 25px 0px;
  border-top: 5px rgba(255, 255, 255, 0.1) solid;
}
.single-styles article.type-styles section .section-title {
  margin: 0px 0px 15px 0px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 500;
}
.single-styles article.type-styles section .half {
  width: 48%;
  height: auto;
  border-right: 5px rgba(255, 255, 255, 0.1) solid;
  margin-bottom: 25px;
  padding: 15px;
  min-height: 175px;
}
.single-styles article.type-styles section .half h3 {
  white-space: nowrap;
}
.single-styles article.type-styles section .half:first-child {
  padding-right: 10px;
  width: 45%;
}
.single-styles article.type-styles section .half:last-child {
  border: none;
}
.single-styles article.type-styles section ul {
  padding: 0px;
}
.single-styles article.type-styles section ul li {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  padding: 4px 0px;
  background-position: 7px 4px;
  background-repeat: no-repeat;
  background-size: 19px;
  color: #FFF;
  text-indent: 45px;
  font-size: 18px;
  white-space: nowrap;
  list-style: none;
}
.single-styles article.type-styles #pairings ul {
  margin-left: -8px;
}
.single-styles article.type-styles #pairings ul li.dish {
  background-image: url(images/icons/fork.png);
}
.single-styles article.type-styles #pairings ul li.cheese {
  background-image: url(images/icons/cheese.png);
  background-size: 30px;
  background-position: 0px 10px;
}
.single-styles article.type-styles #pairings ul li.dessert {
  background-image: url(images/icons/dessert.png);
}
.single-styles article.type-styles #glassware {
  background-size: 90px;
  background-position: 7px 47px;
  background-repeat: no-repeat;
}
.single-styles article.type-styles #glassware.flute {
  background-image: url('http://www.craftbeer.com/wp-content/uploads/_SF/outlines/flute.png');
}
.single-styles article.type-styles #glassware.belgian {
  background-image: url('http://www.craftbeer.com/wp-content/uploads/_SF/outlines/belgian.png');
}
.single-styles article.type-styles #glassware.nonic-pint {
  background-image: url('http://www.craftbeer.com/wp-content/uploads/_SF/outlines/nonick.png');
}
.single-styles article.type-styles #glassware.snifter {
  background-image: url('http://www.craftbeer.com/wp-content/uploads/_SF/outlines/snifter.png');
}
.single-styles article.type-styles #glassware.thistle {
  background-image: url('http://www.craftbeer.com/wp-content/uploads/_SF/outlines/thistle.png');
}
.single-styles article.type-styles #glassware.tulip {
  background-image: url('http://www.craftbeer.com/wp-content/uploads/_SF/outlines/tulip.png');
}
.single-styles article.type-styles #glassware.vase {
  background-image: url('http://www.craftbeer.com/wp-content/uploads/_SF/outlines/vase.png');
}
.single-styles article.type-styles #glassware.goblet {
  background-image: url('http://www.craftbeer.com/wp-content/uploads/_SF/outlines/goblet.png');
}
.single-styles article.type-styles #glassware p {
  padding-left: 100px;
  color: #FFF;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
}
.single-styles article.type-styles #winners .bottle {
  width: 44px;
  height: auto;
  float: left;
  margin: 6px 15px 8px 0px;
}
.single-styles article.type-styles #winners li {
  text-indent: 0px;
  padding: 2px 0px;
}
.single-styles article.type-styles #winners li a {
  text-decoration: underline;
  color: #FFF;
}
.single-styles article.type-styles #winners li .brewery {
  display: block;
}
.single-styles article.type-styles #attributes {
  clear: both;
  width: 178%;
  margin: 20px 0px 0px -78%;
  border-top: 5px rgba(255, 255, 255, 0.1) solid;
}
.single-styles article.type-styles .column {
  width: 25%;
  min-height: 300px;
  padding: 0px 30px;
  margin: 25px 0px;
  float: left;
  clear: none;
  border-top: 0px;
  border-right: 5px rgba(255, 255, 255, 0.1) solid;
}
.single-styles article.type-styles .column:last-child {
  border-right: none;
}
.single-styles article.type-styles .column .section-title {
  position: relative;
  top: -7px;
}
.single-styles article.type-styles .column h4 {
  margin-bottom: 1px;
  color: #9AB430;
}
.single-styles article.type-styles .column p {
  line-height: 1.4;
  font-size: 1.5rem;
  margin: 3px 0px 10px 0px;
  color: #FFF;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
}
.single-styles article.type-styles #ymal {
  clear: left;
  width: 178%;
  margin-left: -78%;
  background: none;
  padding: 25px 30px;
}
.single-styles article.type-styles #ymal li {
  text-align: center;
  display: inline-block;
  margin: 1% 2%;
  text-indent: 0px;
}
.single-styles article.type-styles #ymal img {
  height: auto;
  width: 100%;
  max-width: 200px;
  margin-bottom: 25px / 2;
}
.single-styles article.type-styles #ymal .beer-image {
  display: block;
}
.single-styles article.type-styles #ymal .beer-name {
  clear: both;
  text-decoration: none;
  color: #9AB430;
  display: block;
  text-align: center;
  line-height: 1.1;
  white-space: normal;
}
/*
* 5.0 Style Guide
*/
.beer-styles.style-guide #toc {
  margin: 50px 0px;
}
.beer-styles.style-guide #toc .entry-title {
  text-align: center;
}
.beer-styles.style-guide .style-columns ol {
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 33%;
}
.beer-styles.style-guide .style-columns ol li.heading {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 2.1rem;
  margin-top: 15px;
}
.beer-styles.style-guide .style-columns ol li {
  width: 100%;
}
.beer-styles.style-guide .style {
  clear: left;
  padding-bottom: 25px / 2 * 2;
}
.beer-styles.style-guide .style-name a {
  color: #383A37;
}
.beer-styles.style-guide .family-name {
  font-weight: bold;
  margin-bottom: -10px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 2rem;
  letter-spacing: 1px;
}
.beer-styles.style-guide .param-header {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 2rem;
  margin: 0px;
  font-weight: bold;
  clear: left;
  padding: 25px 0px 5px 0px;
  text-transform: none;
  letter-spacing: 1px;
}
.beer-styles.style-guide .param-header + p {
  margin-top: 6px;
}
.beer-styles.style-guide .param-sub-header {
  text-transform: none;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.3rem;
  margin-bottom: 0px;
  padding-top: 25px / 2 * 2;
  padding-right: 4px;
  clear: left;
  width: 24%;
  text-align: right;
  color: #383A37;
}
.beer-styles.style-guide .simple {
  list-style: none;
  margin: 6px 0px 12.5px 2px;
  line-height: 2rem;
}
.beer-styles.style-guide .simple li {
  clear: left;
}
.beer-styles.style-guide .simple li span.param {
  font-weight: bold;
  min-width: 24%;
  float: left;
  display: block;
  text-align: right;
  padding-right: 10px;
}
.beer-styles.style-guide .simple li span.value {
  display: block;
  float: left;
  width: 40%;
}
.beer-styles.style-guide .simple li span.brewery {
  font-weight: normal;
  min-width: 24%;
  float: left;
  text-align: right;
  padding-right: 10px;
}
.beer-styles.style-guide .beer-image {
  background-color: #000;
  padding: 20px;
  border: 1px solid #FFF;
  border-radius: 100%;
  width: 33%;
  float: right;
  height: auto;
}
/* "Print" Version of Style Guide for Julia */
/*
*Responsive
*/
/*
#primary .beer-styles .entry{
	padding: @1pad;

	h1, h2, h3, p, li{color: #FFF;}
	a{color: @link-color;
		&:hover{color: @link-color;}
		&[target="_blank"]:after{content: none;}
	}
	.simple{list-style: none; margin: 6px 0px 12.5px 2px; line-height: 2rem;
		li{clear: left;}
		li span.param{font-weight: bold; min-width: 24%; float:left; display: block; text-align: right; color: @brand-primary; padding-right: 10px;}
		li span.value{display: block; float: left; width: 40%;}
		li span.brewery{font-weight: normal; color: #FFF; min-width: 24%; float: left; text-align: right; padding-right: 10px;}
	}

	.style{clear: left; padding-top: @2pad;
		h2{color: @brand-four; font-size: 3.5rem; font-weight: 500; text-align: center; line-height: 3.5rem; text-transform: uppercase;
			a{color: @brand-four;}
		}
		h3{color: #96A122; font-family: @specialty-font; margin: 0px; font-weight: 100; clear: none; clear: left; padding-top: @1pad;
			+ p{margin-top: 6px;}
		}

		h3.plus{font-weight: 200; margin: @1pad 0px;}
		h4{color: @brand-four; font-size: 1.3rem; text-transform: uppercase; letter-spacing: 1px; line-height: 1.3rem; clear: none; margin-bottom: 0px; padding-top: @1pad; clear: left; padding-right: 4px; width: 24%; text-align: right;}
		.beer-image{width: 33%; float: right; height: auto;}
	}
}
*/
.touch .single-styles article.type-styles .popovers i,
.touch #sliders .slider-container label.below i {
  display: none;
}
@media screen and (max-width: 768px) {
  i.fa-question-circle {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  #primary.beer-styles {
    margin-top: 80px;
  }
  #primary.beer-styles .social-links {
    right: 10px;
    top: 18px;
  }
  #primary.beer-styles ul#styles li#no-styles-found {
    width: 98% !important;
  }
  #primary.beer-styles ul#styles li#no-styles-found h2,
  #primary.beer-styles ul#styles li#no-styles-found p,
  #primary.beer-styles ul#styles li#no-styles-found .tags {
    width: 100%;
    float: none;
  }
  #primary.beer-styles ul#styles li#no-styles-found .tags li {
    width: auto !important;
  }
  #primary.beer-styles #sliders .slider-container {
    text-align: center;
  }
  #primary.beer-styles #sliders .slider-container .slider {
    width: 64%;
  }
  #primary.beer-styles .single-styles article.type-styles {
    background-size: 37%;
  }
  #primary.beer-styles .single-styles article.type-styles p {
    font-size: 1.4rem;
  }
  .single-styles article.type-styles #ymal li {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #primary.beer-styles h1#beer-styles img {
    margin: 0px;
  }
  #primary.beer-styles .navbar-nav.justified > li.half {
    width: 10%;
  }
  #primary.beer-styles #sliders .slider-container {
    width: 100%;
    margin-bottom: 10px;
  }
  #primary.beer-styles #sliders .slider-container .slider {
    width: 76%;
  }
  #primary.beer-styles .intro-text {
    margin-bottom: 25px;
  }
  #primary.beer-styles ul#styles {
    padding: 0 20px;
  }
  #primary.beer-styles ul#styles li {
    width: 48%;
    margin-bottom: 25px;
  }
  #primary.beer-styles ul#styles li .style-wrapper {
    padding: 5px 20px;
  }
  #primary.beer-styles ul#styles li#no-styles-found {
    padding: 15px 30px;
  }
  #primary.beer-styles ul#styles li#no-styles-found h2 {
    font-size: 40px;
  }
  #primary.beer-styles ul#styles li#no-styles-found p {
    font-size: 25px;
  }
  #primary.beer-styles ul#styles li#no-styles-found .tags li {
    height: auto;
    padding-top: 0px;
  }
  .single-styles article.type-styles {
    background-size: 34%;
  }
  .single-styles article.type-styles .social-links {
    text-align: center !important;
  }
  .single-styles article.type-styles .entry-title {
    font-size: 4rem;
  }
  .single-styles article.type-styles p {
    font-size: 1.4rem;
  }
  .single-styles article.type-styles #learn {
    background: none;
    width: 189%;
    margin-left: -84%;
  }
  .single-styles article.type-styles #winners {
    background: none;
    width: 189%;
    margin-left: -84%;
  }
  .single-styles article.type-styles #winners li span {
    width: auto;
  }
  .single-styles article.type-styles #winners .medal {
    width: 36px;
  }
  .single-styles article.type-styles #attributes {
    width: 189%;
    margin-left: -84%;
  }
  .single-styles article.type-styles #attributes .column {
    padding: 8px 22px;
    width: 50%;
    background: none;
  }
  .single-styles article.type-styles #attributes .column:nth-child(2) {
    border-right: 0px;
  }
  .single-styles article.type-styles #attributes .column h2 {
    background-size: 100%;
  }
  .single-styles article.type-styles #ymal {
    padding: 30px 0px;
  }
  .single-styles article.type-styles #ymal li {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  #style-search {
    padding: 0px 15px;
  }
  #primary.beer-styles .navbar-text .navbar-nav #toggle-switch {
    position: absolute;
    top: 40px;
  }
  #primary.beer-styles .navbar-text .navbar-nav > li > a {
    border: 0px;
  }
}
@media screen and (max-width: 640px) {
  #primary.beer-styles #styles {
    padding: 0 10px;
  }
  #primary.beer-styles ul#styles li {
    padding-top: 15px;
    margin-bottom: 10px;
  }
  #primary.beer-styles ul#styles li .caption h2 {
    margin-top: 0px;
  }
  .intro-text {
    margin: 30px auto 0px auto;
  }
  .single-styles article.type-styles #sliders,
  .single-styles article.type-styles #knowledge {
    width: 200%;
    left: -91%;
    position: relative;
  }
  .single-styles article.type-styles #knowledge {
    padding-left: 9%;
  }
  .single-styles article.type-styles #glassware {
    background-size: 70px;
    background-position: 9px 71px;
    background-repeat: no-repeat;
  }
  .single-styles article.type-styles section .half {
    padding-top: 0px;
  }
  .single-styles article.type-styles section .half h3 {
    white-space: normal;
    line-height: 1.3;
  }
}
@media screen and (max-width: 568px) {
  #primary .navbar-nav.justified li > .dropdown-menu {
    margin: 0px !important;
  }
  #primary #main.single-style.beer-styles .navbar-text .navbar-nav > li > a {
    border: 0px !important;
  }
  #primary #main.single-style.beer-styles h1.entry-title {
    margin-top: 20px;
  }
  #primary .beer-styles #social-links {
    top: 5px;
    position: absolute;
  }
  #primary .beer-styles .navbar-text .navbar-nav #toggle-switch {
    bottom: 0px;
    top: auto;
  }
  #primary .beer-styles #style-filters #sliders .slider-container .slider {
    width: 80%;
  }
  #primary .beer-styles #style-filters #sliders .slider-container label {
    width: 7%;
  }
  #primary .beer-styles #style-filters #tags label.checkbox-inline {
    width: 30%;
  }
  #primary .beer-styles ul#styles li {
    width: 50%;
    height: 375px;
  }
  #primary .beer-styles ul#styles li h2 {
    font-size: 1.8rem;
  }
  #primary.beer-styles #beer-styles-title {
    font-size: 50px;
  }
  #primary.beer-styles #beer-styles-title a {
    background-size: 70px;
  }
  #primary.beer-styles #beer-styles-title a span {
    padding: 0px 42px;
  }
}
@media screen and (max-width: 480px) {
  .download-bar .bar-label {
    display: none;
  }
  #primary.beer-styles #sliders .slider-container .slider {
    width: 71%;
  }
  #primary.beer-styles ul#styles li {
    margin-bottom: 0px;
    height: auto;
  }
  #primary.beer-styles ul#styles li#no-styles-found h2 {
    font-size: 30px;
  }
  #primary.beer-styles ul#styles li#no-styles-found p {
    font-size: 20px;
  }
  #primary.beer-styles ul#styles li .caption h2 {
    margin: 6px auto 10px auto;
  }
  #primary.beer-styles ul#styles li .caption p,
  #primary.beer-styles ul#styles li .caption .btn i {
    display: none;
  }
  #primary.beer-styles ul#styles li .caption .caption-title {
    font-size: 2.2rem;
  }
  .single-styles article.type-styles {
    background-image: none !important;
  }
  .single-styles article.type-styles .social-links,
  .single-styles article.type-styles .entry-title,
  .single-styles article.type-styles .entry-content {
    width: 180%;
    left: -80%;
    position: relative;
  }
  .single-styles article.type-styles .entry-title {
    font-size: 3rem;
  }
  .single-styles article.type-styles section .half,
  .single-styles article.type-styles section .half:first-child {
    width: 100%;
    border-bottom: 5px rgba(255, 255, 255, 0.1) solid;
    border-right: none;
  }
  .single-styles article.type-styles section ul li {
    white-space: normal;
  }
  .single-styles article.type-styles #glassware {
    background-size: 90px;
    background-position: 9px 47px;
    background-repeat: no-repeat;
  }
  .single-styles article.type-styles #glassware p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  #primary.beer-styles #beer-styles-title a {
    background-image: none;
  }
  #primary.beer-styles #beer-styles-title a span {
    padding: 0px;
  }
  #primary.beer-styles ul#styles li .style-wrapper {
    padding: 10px 20px;
  }
  #primary.beer-styles ul#styles li .caption .btn {
    display: none;
  }
}
@media print {
  #main.beer-styles {
    border: 0px;
  }
  #main.beer-styles a:after {
    content: " (" attr(href) ") ";
  }
  #main.beer-styles #toc a:after {
    content: "";
  }
  #main.beer-styles h1 a:after,
  #main.beer-styles h2 a:after,
  #main.beer-styles .li_container a:after {
    content: "";
  }
  #main.beer-styles hr.fat {
    margin: 25px / 2 0px;
    height: 1px;
    border-top: 1px solid #a2a2a2;
  }
  ul#styles li:nth-child(5) {
    margin-right: 0px;
  }
  ul#styles li .caption {
    opacity: 1;
    background: rgba(255, 255, 255, 0.7) !important;
  }
  article.type-styles {
    border: none;
    padding-left: 0px;
  }
  #glassware {
    padding: 0px !important;
  }
  #winners,
  #ymal {
    width: 47% !important;
    float: left !important;
    clear: none !important;
  }
  .page-break {
    page-break-before: always;
  }
  #main.beer-styles {
    background: transparent;
  }
  #main.beer-styles .page-title {
    font-size: 40px;
  }
  #main.beer-styles .style,
  #main.beer-styles #toc {
    display: block;
    page-break-before: always;
    margin: 0px;
  }
  #main.beer-styles #toc li.heading {
    font-size: 20px;
    margin-top: 10px;
  }
  #main.beer-styles #toc li {
    line-height: 1.3;
  }
  #main.beer-styles #toc li a {
    font-size: 13px;
  }
  #main.beer-styles .style {
    position: relative;
  }
  #main.beer-styles .style .style-name {
    text-align: center;
    margin: 0px;
  }
  #main.beer-styles .style .style-name a {
    font-size: 25px;
  }
  #main.beer-styles .style p,
  #main.beer-styles .style .simple li {
    font-size: 12px;
    line-height: 1.4;
  }
  #main.beer-styles .style .family-name,
  #main.beer-styles .style .param-header {
    font-size: 18px;
    padding-top: 10px;
  }
  #main.beer-styles .style .family-name {
    padding: 0px;
  }
  #main.beer-styles .style .param-sub-header {
    font-size: 16px;
    width: 230px;
  }
  #main.beer-styles .style .beer-image {
    width: 250px;
    height: 250px;
  }
  #main.beer-styles .style .source {
    position: absolute;
    bottom: -25px;
    right: 0px;
  }
  #main.beer-styles .style .simple {
    margin: 5px 0px 0px 0px;
  }
  #main.beer-styles .style .simple li .param,
  #main.beer-styles .style .simple li .brewery {
    width: 230px;
    font-weight: bold;
    font-size: 12px;
  }
  #main.beer-styles .style .simple li .value {
    width: auto;
    max-width: 425px;
    font-size: 12px;
  }
  #main.beer-styles .style .simple li .value a {
    font-size: 12px;
  }
}
/**
* Custom Styles for the Great American Beer Bars Template
*
**/
.page-template-tmpl_gabb .social-links {
  z-index: 1;
  top: 50px;
  margin-top: -30px;
}
.page-template-tmpl_gabb #content {
  width: 100%;
}
.page-template-tmpl_gabb #primary {
  padding-top: 0px;
}
.page-template-tmpl_gabb .featured-image {
  float: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  padding-bottom: 0px;
  background: #000;
}
.page-template-tmpl_gabb .featured-image img {
  width: 100%;
  height: auto;
  max-width: 1400px;
}
.page-template-tmpl_gabb .featured-image .pin-link {
  display: none !important;
}
.page-template-tmpl_gabb #gabb-filter {
  margin: -150px auto 70px auto;
  width: 800px;
  max-width: 90%;
}
.page-template-tmpl_gabb #gabb-filter button {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-template-tmpl_gabb #gabb-filter {
    margin-top: -100px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_gabb #gabb-filter {
    margin: 10px auto 0px auto;
  }
}
.page-template-tmpl_gabb .entry-content {
  padding: 25px;
  max-width: 18 * 75px;
  margin: 0 auto;
}
.page-template-tmpl_gabb .entry-content p {
  font-size: 1.8rem;
}
.page-template-tmpl_gabb .bar {
  clear: both;
}
.page-template-tmpl_gabb .bar .intro {
  width: 100%;
  margin: 25px / 2 0px;
  position: relative;
}
.page-template-tmpl_gabb .bar .intro img {
  float: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
}
.page-template-tmpl_gabb .bar .intro .overlay {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.page-template-tmpl_gabb .bar .intro .category-title {
  position: absolute;
  left: 50px;
  top: 0;
  margin: 0px;
  z-index: 100;
  padding: 10px 20px;
  display: inline-block;
  font-size: 25px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  color: #F0EEE5;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #5C666F;
  z-index: 10;
}
.page-template-tmpl_gabb .bar .intro .entry-title {
  color: #FFF;
  position: absolute;
  bottom: 45px;
  left: 50px;
  font-size: 50px;
  font-weight: 300;
  z-index: 10;
}
.page-template-tmpl_gabb .bar .intro .loc {
  color: #FFF;
  position: absolute;
  font-size: 25px;
  bottom: 10px;
  font-weight: 300;
  left: 50px;
  z-index: 10;
}
.page-template-tmpl_gabb .bar .gabb-credit {
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: -10px 25px 0px 0px;
  float: right;
}
.page-template-tmpl_gabb .bar .entry-content {
  padding: 25px;
  /*ul*/
  /*p*/
}
.page-template-tmpl_gabb .bar .entry-content .simple {
  list-style: none;
  margin-left: 0px;
}
.page-template-tmpl_gabb .bar .entry-content li {
  font-size: 1.8rem;
}
.page-template-tmpl_gabb .bar .entry-content li a {
  color: #000;
  margin-right: 5px;
}
.page-template-tmpl_gabb .bar .entry-content li a:hover {
  color: #ECBB01;
}
.page-template-tmpl_gabb .bar .entry-content li.brewery-social {
  margin-left: -4px;
}
.page-template-tmpl_gabb .bar .entry-content p {
  margin-top: 0px;
}
.page-template-tmpl_gabb .bar .entry-content .previous-winner {
  margin-bottom: 10px;
}
.page-template-tmpl_gabb .bar .entry-content .brewery-finder-bug,
.page-template-tmpl_gabb .bar .entry-content .gabb-winner-bug {
  width: 30px;
  height: auto;
  display: inline-block;
  margin-right: 9px;
}
.page-template-tmpl_gabb .bar .entry-content .brewery-finder-bug {
  margin-right: 5px;
}
.page-template-tmpl_gabb #back-to-top {
  display: block;
  position: fixed;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 5px 10px;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
}
/*@media screen and (max-width: 480px) {
	.page-template-tmpl_gabb{

		#state-filter {
		    margin: 0px auto 0px -5px;
		    width: 100%;
		}

	}
	}*/
@media screen and (max-width: 480px) {
  .page-template-tmpl_gabb .entry-content p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .page-template-tmpl_gabb .bar .intro .entry-title {
    font-size: 30px;
    bottom: 35px;
    left: 30px;
  }
  .page-template-tmpl_gabb .bar .intro .loc {
    font-size: 20px;
    bottom: 10px;
    left: 30px;
  }
  .page-template-tmpl_gabb .bar .intro .category-title {
    font-size: 15px;
    padding: 5px 10px;
    left: 30px;
  }
  .page-template-tmpl_gabb .bar .entry-content {
    padding: 10px;
  }
  .page-template-tmpl_gabb .bar .entry-content p,
  .page-template-tmpl_gabb .bar .entry-content li {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
/*
* Custom Styles for the brewery finder
*/
/**
*
**/
body.page-find-a-us-brewery {
  width: 100%;
}
body.page-find-a-us-brewery .page-header {
  margin: 0px 0px 0px 0px;
  position: relative;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  body.page-find-a-us-brewery .page-header {
    padding-top: 10px;
  }
}
body.page-find-a-us-brewery .page-header h1.entry-title {
  display: none;
  text-align: center;
  font-size: 18px;
  margin: 0px auto 5px auto;
}
@media screen and (max-width: 768px) {
  body.page-find-a-us-brewery .page-header h1.entry-title {
    display: block;
  }
  body.page-find-a-us-brewery .page-header h1.entry-title .toggle-intro {
    left: -4px;
    top: 0px;
  }
}
body.page-find-a-us-brewery footer {
  display: none;
}
body.page-find-a-us-brewery .navbar {
  padding: 25px 5px 28px 5px;
}
@media screen and (max-width: 768px) {
  body.page-find-a-us-brewery .navbar {
    padding: 5px;
  }
}
body.page-find-a-us-brewery .nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-find-a-us-brewery .nav > li {
  width: 20%;
}
@media screen and (max-width: 1050px) {
  body.page-find-a-us-brewery .nav > li {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  body.page-find-a-us-brewery .nav > li {
    width: 30%;
  }
}
body.page-find-a-us-brewery .nav > li.logo img {
  max-height: 50px;
}
body.page-find-a-us-brewery .nav > li.logo > a {
  overflow: visible;
}
body.page-find-a-us-brewery .nav > li.logo > a > img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.page-find-a-us-brewery .nav > li.logo {
    display: none;
  }
}
body.page-find-a-us-brewery .nav > li.help {
  width: 19px !important;
}
@media screen and (max-width: 1050px) {
  body.page-find-a-us-brewery .nav > li.help {
    display: none;
  }
}
body.page-find-a-us-brewery .nav > li.social {
  width: 125px;
}
body.page-find-a-us-brewery .nav > li.social a {
  margin-right: -6px;
}
body.page-find-a-us-brewery .nav > li.social a i {
  position: relative;
  top: auto;
  right: auto;
}
@media screen and (max-width: 1050px) {
  body.page-find-a-us-brewery .nav > li.social {
    display: none;
  }
}
body.page-find-a-us-brewery .nav .form-group input {
  margin-top: 5px;
}
@media screen and (max-width: 1050px) {
  body.page-find-a-us-brewery .nav.justified {
    align-items: center;
    justify-content: space-around;
    flex-flow: row nowrap;
  }
  body.page-find-a-us-brewery .nav.justified li {
    width: 32%;
  }
  body.page-find-a-us-brewery .nav.justified li.map-key {
    display: none;
  }
  body.page-find-a-us-brewery .nav.justified li.form {
    width: 32%;
    min-width: 0px;
  }
  body.page-find-a-us-brewery .nav.justified li.form form {
    margin-top: -4px;
  }
  body.page-find-a-us-brewery .nav.justified #state-select {
    width: 100%;
  }
  body.page-find-a-us-brewery .nav.justified #state-select li {
    width: 100%;
  }
}
body.page-find-a-us-brewery .map-key-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
}
body.page-find-a-us-brewery .map-key-wrapper p {
  text-align: left;
  margin-left: -5px;
  line-height: 1;
}
body.page-find-a-us-brewery .map-key-wrapper img {
  max-height: 90px;
}
body.page-find-a-us-brewery #map-intro {
  position: absolute;
  left: 10px;
  right: 0;
  width: 400px;
  z-index: 9;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 30px;
  display: none;
  max-width: 94%;
}
@media screen and (max-width: 768px) {
  body.page-find-a-us-brewery #map-intro {
    top: 108px;
  }
}
@media screen and (max-width: 568px) {
  body.page-find-a-us-brewery #map-intro {
    top: 99px;
  }
}
body.page-find-a-us-brewery #map-intro .map-key-wrapper {
  justify-content: flex-start;
  display: none;
}
body.page-find-a-us-brewery #map-intro h1 {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
body.page-find-a-us-brewery #map-intro .fa:before {
  transform: rotate(45deg);
}
body.page-find-a-us-brewery #map-intro .fa {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}
body.page-find-a-us-brewery #map-intro.open-intro {
  display: block;
}
body.page-find-a-us-brewery .toggle-intro {
  display: inline-block;
  color: #0196EC;
  position: relative;
  font-size: 18px;
  left: -14px;
  top: 4px;
}
body.page-find-a-us-brewery .toggle-intro:hover {
  cursor: pointer;
}
body.page-find-a-us-brewery #autocomplete-list {
  background: #fff;
  padding-left: 0px;
  list-style: none;
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  position: absolute;
}
body.page-find-a-us-brewery #autocomplete-list li {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  padding-left: 10px;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
body.page-find-a-us-brewery #autocomplete-list li:hover {
  background: #ebebeb;
}
body.page-find-a-us-brewery #content {
  width: 100%;
  padding: 0px;
  height: auto;
  min-height: 0px;
}
body.page-find-a-us-brewery #primary {
  padding: 0px;
  float: none;
  min-height: 0px;
  height: 100vh;
}
body.page-find-a-us-brewery footer {
  margin-top: 0px;
}
.intro-text {
  padding-top: 30px;
}
#loading {
  position: absolute;
  bottom: -35px;
  left: 25px;
  width: auto;
  height: auto;
  background-color: #0196EC;
  animation: colorchange 4s infinite;
  z-index: 10;
  color: #FFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
}
#loading p {
  color: #FFF;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  white-space: nowrap;
  margin: 0px;
}
#map-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
}
#map-container #map {
  width: 100%;
  height: 100%;
}
#map-container.small-brewery-sunday {
  position: relative;
  height: 65vh;
  margin-bottom: 40px;
}
#map-container > #cards {
  top: 0px;
  height: calc(100% - 0px);
}
#sylb-logo {
  position: absolute;
  width: 200px;
  height: auto;
  bottom: 30px;
  left: 84px;
}
@media screen and (max-width: 1050px) {
  #sylb-logo {
    width: 150px;
    left: auto;
    right: 0px;
    bottom: 0px;
  }
}
#cards {
  border: 5px solid #0196EC;
  border-width: 5px 0px;
  position: absolute;
  top: 100px;
  right: 0px;
  z-index: 10;
  width: 425px;
  height: calc(100% - 110px);
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  perspective: 1300px;
  display: none;
}
#cards ::-webkit-scrollbar-thumb {
  background-color: transparent;
}
#cards ::-webkit-scrollbar-track-piece {
  color: #0196EC;
}
.btn.btn-secondary.load-more {
  margin: 30px auto;
}
#card-handle {
  position: absolute;
  display: block;
  right: -425px;
  top: 0px;
  background-color: #FFF;
  width: 35px;
  height: 35px;
  text-align: center;
}
#card-handle.active:before {
  font-family: "fontello";
  content: "\e84e";
  font-size: 25px;
  color: #000;
}
#card-handle:before {
  font-family: "fontello";
  content: "\e81a";
  font-size: 25px;
  color: #000;
}
#card-handle:hover {
  cursor: pointer;
}
#more-cards {
  position: absolute;
  bottom: 0px;
  right: 177px;
  width: 100%;
  text-align: right;
  z-index: 100;
}
#more-cards i {
  font-size: 50px;
  color: #0196EC;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
#more-cards i:hover {
  cursor: pointer;
}
.card {
  width: 87%;
  transition: all 0.05s linear;
  height: auto;
  padding: 25px 16px 16px 16px;
  box-sizing: content-box;
  background-color: #FFF;
  margin: 10px auto 25px / 2/2 auto;
  clear: both;
  position: relative;
  border: 2px solid transparent;
  opacity: 0;
}
.card.animate {
  opacity: 1;
  transform-style: preserve-3d;
  transform-origin: 0% 0%;
  transform: rotateX(-80deg);
  animation: flip 0.8s ease-in-out forwards;
}
.card.active,
.card:hover {
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
  border: 2px solid #C74A37;
}
.card.active .more i,
.card:hover .more i {
  color: #C74A37;
  text-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.card:hover {
  cursor: pointer;
}
.card .brewery-name {
  margin: 0px 0px 5px 0px;
}
.card .brewery-name a {
  color: #383A37;
}
.card .brewery-name:hover {
  cursor: pointer;
}
.card .supp-info {
  display: flex;
  margin-left: -18px;
  align-items: flex-start;
}
.card .beer-bar {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 0 10px;
  margin-right: 5px;
  font-size: 14px;
}
.card .hours {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 500;
}
.card .hours .open-now {
  color: #b7cc47;
  position: relative;
  margin-right: 5px;
}
.card .hours .open-now.closed {
  color: #C74A37;
}
.card .hours .open-now.closed ~ span .hours-content {
  padding-left: 50px;
}
.card .hours .todays-hours {
  color: #383A37;
  margin-left: 5px;
}
.card .hours .hours-content {
  list-style: none;
  padding-left: 41px;
  opacity: 0;
  transition: all 0.3s ease;
  height: 0;
  margin-bottom: 0;
}
.card .hours .hours-content li {
  font-size: 14px;
  line-height: 1.3;
}
.card .hours .hours-content.open {
  opacity: 1;
  height: 110px;
}
.card .description {
  font-size: 12px;
  line-height: normal;
  margin: 10px 0;
}
.card .specs {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-style: italic;
  margin: 0px 0px 10px 0px;
  font-weight: 600;
  /*.founded + .type:before{
			content: "//";
			display: inline;
			font-size: 13px;
			position: relative;
			top: -2px;
			left: 1px;
			padding: 0px 4px 0px 5px;
		}*/
}
.card .contents {
  position: relative;
  left: -142px;
}
.card .logo-wrapper {
  display: block;
  width: 35%;
  float: left;
  height: 100px;
  position: relative;
  margin-bottom: 25px / 2;
  top: 10px;
}
.card .logo-wrapper .logo {
  max-height: 100%;
  width: auto;
  padding-right: 20px;
  border-right: 2px solid #a2a2a2;
}
.card .vcard {
  margin-left: 15px;
  max-width: 45%;
  display: inline-block;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  position: relative;
  top: 10px;
  font-size: 15px;
  margin-bottom: 25px / 2;
}
.card .vcard:before,
.card .vcard:after {
  content: " ";
  display: table;
}
.card .vcard:after {
  clear: both;
}
.card .vcard:before,
.card .vcard:after {
  content: " ";
  display: table;
}
.card .vcard:after {
  clear: both;
}
.card .vcard .address,
.card .vcard .tel,
.card .vcard .url,
.card .vcard .directions {
  display: block;
}
.card .btn-wrapper {
  display: flex;
  margin-top: 5px;
}
.card .btn-wrapper a {
  color: #383A37;
  border: 1px solid #383A37;
  font-size: 13px;
  padding: 3px 5px;
}
.card .btn-wrapper a:first-of-type {
  margin-right: 10px;
}
.card .btn-wrapper a:hover {
  text-decoration: none;
}
.card .btn-wrapper a i {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.card .more {
  position: absolute;
  top: 42%;
  right: 5px;
}
.card .more i {
  font-size: 21px;
  color: #0196EC;
  transition: all 0.5s;
}
.card .more:hover {
  cursor: pointer;
}
.card .ownership {
  clear: both;
  display: block;
  width: 100%;
  padding-bottom: 3px;
}
.card .ownership:empty {
  display: none;
}
.card .is-craft {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.card .is-craft .craft-seal {
  width: 62px;
}
.card .seal-popover {
  background: #ebebeb;
  position: absolute;
  padding: 25px 20px;
  max-width: 310px;
  right: 5px;
  margin-top: 15px;
  z-index: 3;
  box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.35);
  display: none;
}
.card .seal-popover .arrow-up {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ebebeb;
  position: absolute;
  top: -10px;
  right: 21px;
}
.card .owned-by {
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-style: italic;
  display: inline-block;
  max-width: 300px;
  padding-top: 10px;
}
#show-list {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 10px;
  color: #333;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  background-color: #0196EC;
  z-index: 3;
  opacity: 1;
  display: none;
}
#show-list.show {
  display: block;
}
#show-list.hide {
  opacity: 0;
}
#loading-modal {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 100;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
#loading-modal #loading-map {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#loading-modal.complete {
  /*#loading-map{
		transform: translateY(200%);
	}*/
}
@keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@media screen and (max-width: 1050px) {
  body.page-find-a-us-brewery #cards {
    top: 107px;
    height: calc(100% - 154px);
  }
}
@media screen and (max-width: 768px) {
  body.page-find-a-us-brewery #cards {
    top: 53px;
  }
  body.page-find-a-us-brewery #more-cards {
    display: none;
  }
  body.page-find-a-us-brewery .intro-text {
    padding: 30px 20px 0px;
  }
  body.page-find-a-us-brewery .map-intro {
    width: 350px;
  }
  body.page-find-a-us-brewery .map-intro .map-key-wrapper {
    display: flex;
  }
  body.page-find-a-us-brewery #brewery-detail .brewery-details,
  body.page-find-a-us-brewery #brewery-detail .ba-details {
    padding: 0px 7.5px;
  }
}
@media screen and (min-width: 569px) {
  .desktop-hide {
    display: none !important;
  }
}
@media screen and (max-width: 568px) {
  body.page-find-a-us-brewery .page-header,
  body.page-find-a-us-brewery .intro-text,
  body.page-find-a-us-brewery .map-intro {
    position: fixed;
  }
  body.page-find-a-us-brewery #loading {
    right: 25px;
    left: auto;
  }
  body.page-find-a-us-brewery .navbar {
    padding: 0px;
    margin-bottom: 0px;
  }
  body.page-find-a-us-brewery .navbar #near-me {
    height: 40px;
    width: 100%;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
  }
  body.page-find-a-us-brewery .navbar #near-me i {
    margin: 0px;
    width: 100%;
    position: static;
  }
  body.page-find-a-us-brewery .navbar input {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    height: 44px;
    top: 105px;
    transform: translateY(-100px);
    transition: transform 0.3s ease;
    z-index: 400;
  }
  body.page-find-a-us-brewery .navbar input.open {
    transform: translateY(0px);
  }
  body.page-find-a-us-brewery .navbar #autocomplete-list {
    position: fixed;
    left: 0;
    top: 150px;
  }
  body.page-find-a-us-brewery .navbar .navbar-nav.justified {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.page-find-a-us-brewery .navbar .navbar-nav.justified li,
  body.page-find-a-us-brewery .navbar .navbar-nav.justified li.form {
    width: auto;
  }
  body.page-find-a-us-brewery .navbar .navbar-nav.justified li a,
  body.page-find-a-us-brewery .navbar .navbar-nav.justified li.form a {
    min-width: 44px;
  }
  body.page-find-a-us-brewery .navbar .navbar-nav.justified form {
    margin: 0px !important;
    padding: 0px !important;
  }
  body.page-find-a-us-brewery .navbar .navbar-nav.justified .btn-search {
    height: 40px;
    width: 44px;
    position: static !important;
  }
  body.page-find-a-us-brewery .navbar .navbar-nav.justified .btn-search.mobile-hide {
    display: none;
  }
  body.page-find-a-us-brewery .navbar .navbar-nav.justified .dropdown {
    width: 70%;
  }
  body.page-find-a-us-brewery #state-select li a {
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  body.page-find-a-us-brewery #primary {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body.page-find-a-us-brewery #cards-handle,
  body.page-find-a-us-brewery #more-cards {
    display: none;
  }
  body.page-find-a-us-brewery .ad.landscape,
  body.page-find-a-us-brewery .perfect.clear {
    display: none;
  }
  body.page-find-a-us-brewery .map-intro {
    width: 100%;
    left: 0px;
    top: 110px;
    padding: 20px;
    z-index: 600;
  }
  body.page-find-a-us-brewery .map-intro h1 {
    margin-top: 0px;
    font-size: 18px;
  }
  body.page-find-a-us-brewery .map-intro p {
    font-size: 14.5px;
    margin: 0px;
  }
  body.page-find-a-us-brewery #map {
    position: fixed !important;
  }
  body.page-find-a-us-brewery #cards {
    width: 100%;
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    padding: 0px;
    position: relative;
  }
  body.page-find-a-us-brewery ::-webkit-scrollbar {
    display: none;
  }
  body.page-find-a-us-brewery .card {
    background-color: #ffffff;
    width: 100%;
    padding: 2.5%;
    margin: 0px;
    border: 1px solid rgba(197, 197, 197, 0.2);
    position: relative;
    max-width: 95%;
    min-height: 120px;
  }
  body.page-find-a-us-brewery .card:hover,
  body.page-find-a-us-brewery .card.active {
    border: 1px solid rgba(197, 197, 197, 0.2);
    box-shadow: none;
    background-color: #FFF;
  }
  body.page-find-a-us-brewery .card:last-child {
    border-bottom-width: 5px;
  }
  body.page-find-a-us-brewery .card .logo-wrapper,
  body.page-find-a-us-brewery .card p.description,
  body.page-find-a-us-brewery .card .hours-content,
  body.page-find-a-us-brewery .card .fa-down-dir {
    display: none !important;
  }
  body.page-find-a-us-brewery .card .contents {
    position: initial;
    left: 0px !important;
  }
  body.page-find-a-us-brewery .card .brewery-name {
    font-size: 18px;
    font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
    margin: 0px 0px 3px 0px;
    display: inline-block;
    max-width: 50%;
    padding-top: 5px;
  }
  body.page-find-a-us-brewery .card .brewery-name a {
    color: #0196EC;
  }
  body.page-find-a-us-brewery .card .supp-info {
    margin-left: -10px;
  }
  body.page-find-a-us-brewery .card .vcard {
    display: block;
    max-width: 50%;
    margin: 0px;
    top: auto;
    position: initial;
  }
  body.page-find-a-us-brewery .card .vcard .directions {
    display: block;
    position: static;
    border: 1px solid #333333;
    color: #333333;
    padding: 3px 7px 3px 3px;
  }
  body.page-find-a-us-brewery .card .vcard .directions:hover {
    text-decoration: none;
    background-color: rgba(197, 197, 197, 0.2);
  }
  body.page-find-a-us-brewery .card .vcard .tel {
    color: #0196EC;
  }
  body.page-find-a-us-brewery .card .vcard .tel:before {
    font-family: 'fontello';
    display: inline-block;
    content: '\e853';
    color: #C5C5C5;
    margin-right: 6px;
  }
  body.page-find-a-us-brewery .card .btn-wrapper a:first-of-type {
    margin-right: 5px;
  }
  body.page-find-a-us-brewery .card .ownership {
    width: 100%;
    padding-right: 0px;
    text-align: right;
    margin-top: 0px;
  }
  body.page-find-a-us-brewery .card .is-craft {
    display: block;
    text-align: left;
    bottom: 10px;
  }
  body.page-find-a-us-brewery .card .owned-by {
    display: block;
    text-align: left;
    margin: 10px 0px;
    padding: 0px;
    max-width: 80%;
  }
  body.page-find-a-us-brewery.admin-bar .map-intro {
    top: 270px !important;
  }
  body.page-find-a-us-brewery.admin-bar #site-banner #banner-close {
    top: 110px;
  }
}
@media screen and (max-width: 375px) {
  body.page-find-a-us-brewery .card {
    min-height: 130px;
  }
  body.page-find-a-us-brewery .card .brewery-name,
  body.page-find-a-us-brewery .card .vcard {
    max-width: 100%;
  }
}
/*
* Regions Custom archive and individual city page (US Craft Beer Cities)
*
* 1.0 Layout, Single Region
* 2.0 Archive page
* */
/**
* 1.0 Layout
*
**/
body.single-regions {
  width: 100%;
}
body.single-regions.single #content {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  height: auto;
  min-height: 0px;
  margin-bottom: 15px;
}
body.single-regions #primary {
  padding: 0px;
  float: none;
  min-height: 0px;
  height: auto;
}
@media (max-width: 1050px) {
  body.single-regions #primary {
    margin-top: 60px;
  }
}
body.single-regions .super.page-header {
  height: 325px;
  width: 100%;
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 10;
}
body.single-regions .super.page-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 568px) {
  body.single-regions .super.page-header {
    height: auto;
  }
}
body.single-regions .super.page-header .entry-title {
  color: #FFF;
  text-align: center;
  margin-top: 0;
  padding-top: 30px;
  margin: 0;
  font-size: 70px;
  font-family: franklin-gothic-urw-cond, "Franklin Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  z-index: 1;
  position: relative;
}
@media (max-width: 568px) {
  body.single-regions .super.page-header .entry-title {
    font-size: 60px;
    padding: 30px 15px 0px;
  }
}
body.single-regions .super.page-header .category-header-text {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0;
  top: auto;
  transform: none;
}
body.single-regions .super.page-header .category-header-text p {
  color: #FFF;
}
@media (max-width: 1050px) {
  body.single-regions .super.page-header .category-header-text {
    display: block;
    padding: 0 15px;
  }
  body.single-regions .super.page-header .category-header-text p {
    font-size: 20px;
  }
}
@media (max-width: 568px) {
  body.single-regions .super.page-header .category-header-text p {
    font-size: 18px;
  }
}
body.single-regions .super.page-header .navbar#brewery-finder-nav {
  padding: 0px;
  position: relative;
  height: auto;
  border-radius: 0;
  z-index: 10;
  background-color: transparent;
  width: 568px;
  margin: 0 auto;
}
@media (max-width: 568px) {
  body.single-regions .super.page-header .navbar#brewery-finder-nav {
    width: 100%;
    padding: 0px 15px 15px;
    margin: 0 auto;
  }
  body.single-regions .super.page-header .navbar#brewery-finder-nav .nav {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
body.single-regions .super.page-header .nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-regions .super.page-header .nav > li.logo {
  background-color: rgba(255, 255, 255, 0.7);
}
body.single-regions .super.page-header .nav > li.logo img {
  max-height: 50px;
}
body.single-regions .super.page-header .nav > li.logo > a {
  overflow: visible;
}
body.single-regions .super.page-header .nav > li.logo > a > img {
  width: auto;
  height: 32px;
  top: -2px;
  position: relative;
}
body.single-regions .super.page-header .nav > li.social {
  width: 125px;
}
body.single-regions .super.page-header .nav > li.social a {
  margin-right: -6px;
}
body.single-regions .super.page-header .nav > li.social a i {
  position: relative;
  top: auto;
  right: auto;
}
body.single-regions .super.page-header .nav .form-group input {
  margin-top: 5px;
}
body.single-regions #map-container {
  height: 565px;
  position: relative;
}
body.single-regions #cards {
  top: 325px !important;
  height: 565px;
}
@media (max-width: 400px) {
  body.single-regions {
    /*#cards{
            max-width: 98%;
            width: 98%;
            left: 0px;
            margin: 0 auto;

            .card {
                width: 89%;
                padding: 16px;

                .vcard{
                    max-width: 100%;
                    margin: 0px;
                }

                .contents{
                    left: 0px !important;
                }

                .description, .logo-wrapper{display: none !important;}
            }
        }*/
  }
  body.single-regions #map-container,
  body.single-regions #cards {
    display: none !important;
  }
}
body.single-regions .region-intro {
  text-align: center;
  margin: 0 auto 35px auto;
  padding-bottom: 35px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
body.single-regions .region-intro h2:after {
  content: "";
  border-top: 2px solid #000;
  width: 75px;
  margin: 15px auto 0px auto;
  display: block;
}
body.single-regions .region-intro p {
  margin-bottom: 30px;
}
body.single-regions .widget.popular-posts {
  display: none;
}
body.single-regions .widget + .ad {
  margin-top: 0px;
}
body.single-regions .region-content-container {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  margin-bottom: 40px;
  clear: both;
}
@media (max-width: 568px) {
  body.single-regions .region-content-container {
    margin-bottom: 20px;
  }
}
body.single-regions .region-content-container.seo-text {
  padding: 0px 15px 30px 15px;
}
body.single-regions .region-content-container.last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 15px;
}
/**
* 2.0 US Craft Beer Cities archive page
*
**/
.post-type-archive-regions #primary {
  padding: 0px;
}
.post-type-archive-regions #content {
  width: 100%;
}
.post-type-archive-regions .page-header {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  background-image: url('https://cdn.craftbeer.com/wp-content/uploads/20190829153925/craft-beer-cities.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.post-type-archive-regions .page-header h1.archive-title {
  color: #FFF;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  font-size: 70px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 80px;
  margin: 8% auto;
  line-height: 0.9;
  max-width: 80%;
}
@media (max-width: 768px) {
  .post-type-archive-regions .page-header h1.archive-title {
    font-size: 55px;
    padding: 30px 50px;
  }
}
@media (max-width: 480px) {
  .post-type-archive-regions .page-header h1.archive-title {
    font-size: 30px;
    line-height: 1.1;
    padding: 20px;
  }
}
.post-type-archive-regions #region-list {
  display: flex;
  flex-wrap: wrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 15px 30px;
  border-top: 3px solid #FFF;
  margin-bottom: 60px;
}
@media (max-width: 568px) {
  .post-type-archive-regions #region-list {
    margin-bottom: 30px;
  }
}
.post-type-archive-regions #region-list .region-link {
  color: #FFF;
  text-decoration: underline;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  margin-right: 30px;
  white-space: nowrap;
}
@media (max-width: 568px) {
  .post-type-archive-regions #region-list .region-link {
    font-size: 18px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
.post-type-archive-regions .region-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}
@media (max-width: 568px) {
  .post-type-archive-regions .region-content {
    padding: 0 15px;
  }
}
.post-type-archive-regions .region-content .category-description > p,
.post-type-archive-regions .region-content .category-description > hr,
.post-type-archive-regions .region-content .category-description > h2 {
  max-width: 900px;
  text-align: center;
  margin: 0px auto 30px auto;
}
.post-type-archive-regions .region-content .category-description > p {
  font-size: 16px;
}
@media (max-width: 480px) {
  .post-type-archive-regions .region-content .category-description > p {
    font-size: 14px;
  }
}
.post-type-archive-regions .region-content .category-description hr {
  border-width: 2px;
  border-color: #000;
  width: 150px;
}
.post-type-archive-regions .cb-grid {
  justify-content: space-around;
}
.post-type-archive-regions .cb-grid .grid-half {
  flex-basis: 48%;
}
@media (max-width: 768px) {
  .post-type-archive-regions .cb-grid .grid-half {
    margin-bottom: 15px;
  }
}
@media (max-width: 568px) {
  .post-type-archive-regions .cb-grid .grid-half {
    flex-basis: 100%;
  }
}
.post-type-archive-regions .bucket {
  overflow: hidden;
  background-color: #ECECEC;
  padding: 0px;
}
.post-type-archive-regions .bucket .byline,
.post-type-archive-regions .bucket .category-title {
  display: none;
}
.post-type-archive-regions .bucket .post-thumbnail {
  position: relative;
  z-index: 1;
}
.post-type-archive-regions .bucket .entry-header,
.post-type-archive-regions .bucket .entry-content {
  padding: 0px 20px;
  background-color: #ECECEC;
}
.post-type-archive-regions .bucket .entry-header:before {
  display: block;
  content: "";
  height: 55px;
  width: 120%;
  -webkit-transform: rotate(10deg);
  transform: rotate(5deg);
  position: relative;
  z-index: 2;
  top: -23px;
  left: -25px;
  background-color: #ECECEC;
}
.post-type-archive-regions .bucket .entry-title {
  margin: 0px;
  color: #000;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "franklin-gothic-urw-cond", "Franklin Gothic", sans-serif;
  margin-top: -55px;
}
@media (max-width: 568px) {
  .post-type-archive-regions .bucket .entry-title {
    font-size: 28px;
  }
}
.post-type-archive-regions .bucket .entry-content {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .post-type-archive-regions .bucket .entry-content {
    display: block;
  }
}
@media (max-width: 568px) {
  .post-type-archive-regions .bucket .entry-content p {
    font-size: 14px;
  }
}
.post-type-archive-regions .archive-description {
  text-align: left;
}
/*
* Custom Styles for Curbside Brewery Finder
*/
#curbside-breweries h2.state-name {
  margin: 0px;
  padding: 0px 0px 0px 20px;
  display: inline-block;
}
#curbside-breweries h2.state-name > a {
  color: #383A37;
}
#curbside-breweries h2.state-name > a:hover {
  cursor: default;
  text-decoration: none;
}
#curbside-breweries h2.guild-name {
  display: inline-block;
  margin-top: 0px;
}
@media screen and (max-width: 480px) {
  #curbside-breweries h2.guild-name {
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
#curbside-breweries .breweries {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
#curbside-breweries .brewery {
  margin-bottom: 10px;
  padding: 10px 20px;
}
#curbside-breweries .brewery h3 {
  margin: 0px 0px 5px 0px;
}
#curbside-breweries .brewery h4 {
  margin-bottom: 0px;
}
#curbside-breweries .brewery:nth-child(odd) {
  background-color: #EEE;
}
#curbside-breweries .brewery:last-child {
  margin-bottom: 0px;
}
#curbside-breweries .brewery .brewery-social-links {
  display: inline-block;
}
#curbside-breweries .brewery .brewery-social-links a {
  width: 23px;
  height: 23px;
}
#curbside-breweries .brewery .brewery-social-links i {
  font-size: 18px;
}
h3.popover-title,
h3.popover-title {
  margin: 0px !important;
  white-space: nowrap;
  display: block;
  font-size: 18px;
  width: 100%;
}
.popover,
.widget .popover {
  transition: none;
  min-width: 400px;
  max-width: 400px;
  background: #FFF;
}
.popover h3.popover-title,
.widget .popover h3.popover-title {
  color: #383A37;
  font-size: 18px;
  text-transform: none;
}
.popover p,
.widget .popover p {
  font-size: 14px;
  color: #000;
  text-transform: none;
  margin: 0px 0px 25px / 2 0px;
  line-height: 1.4;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0px;
}
.popover .popover-content,
.widget .popover .popover-content {
  color: #000;
}
#primary #srm + .popover {
  width: 400px;
  max-width: 400px;
}
#primary #srm + .popover p {
  color: #000;
  float: left;
  width: 60%;
}
#primary #srm + .popover img {
  float: right;
  max-width: 140px;
}
.ui-autocomplete,
.ac_results {
  z-index: 1000;
  background-color: #FFF;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none;
  background: #eee;
  cursor: pointer;
}
#bacFormContainer {
  margin-bottom: 25px / 2;
}
#bacResultContainer table td.bacHeading {
  width: 40%;
  text-align: left;
}
#bacResultContainer thead td {
  text-align: left;
}
#bacResultContainer td {
  text-align: center;
  width: 10%;
}
/*# sourceMappingURL=style.css.map */