/*
Theme Name: AHA 2016
Theme URI: http://www.homebrewersassociation.org/
Description: Custom theme for aha.org. Based on Bootstrap 3.0
Author: Nathan Zander and Luke Trautwein
Version: 1.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
* 4.0 Navigation
* 5.0 Tags
* - 5.1 Tables
* - 5.2a Lists
* - 5.2b Infobox
* - 5.3 Forms (forms.less)
* - 5.3.1 Form Helpers
* - 5.3.2 Form Elements
* - 5.3.3 Navbars
* - 5.3.4 Tabs
* - 5.3.5 Buttons
* - 5.3.6 Member Login
* - 5.4 UI Elements
* - 5.5 Countdown Clock
* - 5.6 Craft Seal Interruptor


* 6.0 Selectors (Classes)
* 7.0 Page Specific, Widgets, Atomic Elements
* - 7.1 Home Page
* - 7.2 Bucket system (.list-group-item)
* - - 7.2.1 Home Page Buckets
* - 7.3 Widgets
* - 7.4 Single Page/Post elements
* - - 7.4.1 Shared Wide/Super Wide Post Styles
* - - 7.4.2 Wide Post
* - - 7.4.3 Super Wide Post
* - 7.5 Archives
* - 7.6 List View, Events
* - 7.7 Banners, Messaging
* - Todo - lots more to organize here!!! 5/30/17
* - 7.8 Member Benefits Landing Page (move to microsite.less later)
* - 7.9 Account page

* 8.0 Phark
* 9.0 Media Queries
* 10.0 Plugins
**/
/** Template/Demo Styles. Remove this entire block for live!!! **/
/*.template .phark, .template .phark a{text-indent: 0px;}*/
/**/
/**
* 1.0 Configuration and Reset
*
**/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import "css/odometer-theme-default.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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.428;
  color: #222222;
  background-color: url('images/design/bg_footer.jpg');
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #dd8b15;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #432a0d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428;
  background-color: url('images/design/bg_footer.jpg');
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-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: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #432a0d;
}
.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: "bebas-neue", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
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: 0.5rem;
  margin-bottom: 0.5rem;
}
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: 3rem;
}
h2,
.h2 {
  font-size: 3rem;
}
h3,
.h3 {
  font-size: 3rem;
}
h4,
.h4 {
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 1.4rem;
}
h6,
.h6 {
  font-size: 2rem;
}
p {
  margin: 0 0 0.5rem;
}
.lead {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 2.1rem;
  }
}
small,
.small {
  font-size: 142%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #432a0d;
}
a.text-primary:hover {
  color: #180f05;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #432a0d;
}
a.bg-primary:hover {
  background-color: #180f05;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: -0.5rem;
  margin: 2rem 0 1rem;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
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: 1rem;
}
dt,
dd {
  line-height: 1.428;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.5rem 1rem;
  margin: 0 0 1rem;
  font-size: 1.75rem;
  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: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 1rem;
  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: 10px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 0rem;
  margin: 0 0 0.5rem;
  font-size: 0.4rem;
  line-height: 1.428;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 10px;
}
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: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 768px) {
  .container {
    width: 745px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 965px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1165px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.row {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.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 {
  float: left;
}
.col-xs-14 {
  width: 100%;
}
.col-xs-13 {
  width: 92.85714286%;
}
.col-xs-12 {
  width: 85.71428571%;
}
.col-xs-11 {
  width: 78.57142857%;
}
.col-xs-10 {
  width: 71.42857143%;
}
.col-xs-9 {
  width: 64.28571429%;
}
.col-xs-8 {
  width: 57.14285714%;
}
.col-xs-7 {
  width: 50%;
}
.col-xs-6 {
  width: 42.85714286%;
}
.col-xs-5 {
  width: 35.71428571%;
}
.col-xs-4 {
  width: 28.57142857%;
}
.col-xs-3 {
  width: 21.42857143%;
}
.col-xs-2 {
  width: 14.28571429%;
}
.col-xs-1 {
  width: 7.14285714%;
}
.col-xs-pull-14 {
  right: 100%;
}
.col-xs-pull-13 {
  right: 92.85714286%;
}
.col-xs-pull-12 {
  right: 85.71428571%;
}
.col-xs-pull-11 {
  right: 78.57142857%;
}
.col-xs-pull-10 {
  right: 71.42857143%;
}
.col-xs-pull-9 {
  right: 64.28571429%;
}
.col-xs-pull-8 {
  right: 57.14285714%;
}
.col-xs-pull-7 {
  right: 50%;
}
.col-xs-pull-6 {
  right: 42.85714286%;
}
.col-xs-pull-5 {
  right: 35.71428571%;
}
.col-xs-pull-4 {
  right: 28.57142857%;
}
.col-xs-pull-3 {
  right: 21.42857143%;
}
.col-xs-pull-2 {
  right: 14.28571429%;
}
.col-xs-pull-1 {
  right: 7.14285714%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-14 {
  left: 100%;
}
.col-xs-push-13 {
  left: 92.85714286%;
}
.col-xs-push-12 {
  left: 85.71428571%;
}
.col-xs-push-11 {
  left: 78.57142857%;
}
.col-xs-push-10 {
  left: 71.42857143%;
}
.col-xs-push-9 {
  left: 64.28571429%;
}
.col-xs-push-8 {
  left: 57.14285714%;
}
.col-xs-push-7 {
  left: 50%;
}
.col-xs-push-6 {
  left: 42.85714286%;
}
.col-xs-push-5 {
  left: 35.71428571%;
}
.col-xs-push-4 {
  left: 28.57142857%;
}
.col-xs-push-3 {
  left: 21.42857143%;
}
.col-xs-push-2 {
  left: 14.28571429%;
}
.col-xs-push-1 {
  left: 7.14285714%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-14 {
  margin-left: 100%;
}
.col-xs-offset-13 {
  margin-left: 92.85714286%;
}
.col-xs-offset-12 {
  margin-left: 85.71428571%;
}
.col-xs-offset-11 {
  margin-left: 78.57142857%;
}
.col-xs-offset-10 {
  margin-left: 71.42857143%;
}
.col-xs-offset-9 {
  margin-left: 64.28571429%;
}
.col-xs-offset-8 {
  margin-left: 57.14285714%;
}
.col-xs-offset-7 {
  margin-left: 50%;
}
.col-xs-offset-6 {
  margin-left: 42.85714286%;
}
.col-xs-offset-5 {
  margin-left: 35.71428571%;
}
.col-xs-offset-4 {
  margin-left: 28.57142857%;
}
.col-xs-offset-3 {
  margin-left: 21.42857143%;
}
.col-xs-offset-2 {
  margin-left: 14.28571429%;
}
.col-xs-offset-1 {
  margin-left: 7.14285714%;
}
.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 {
    float: left;
  }
  .col-sm-14 {
    width: 100%;
  }
  .col-sm-13 {
    width: 92.85714286%;
  }
  .col-sm-12 {
    width: 85.71428571%;
  }
  .col-sm-11 {
    width: 78.57142857%;
  }
  .col-sm-10 {
    width: 71.42857143%;
  }
  .col-sm-9 {
    width: 64.28571429%;
  }
  .col-sm-8 {
    width: 57.14285714%;
  }
  .col-sm-7 {
    width: 50%;
  }
  .col-sm-6 {
    width: 42.85714286%;
  }
  .col-sm-5 {
    width: 35.71428571%;
  }
  .col-sm-4 {
    width: 28.57142857%;
  }
  .col-sm-3 {
    width: 21.42857143%;
  }
  .col-sm-2 {
    width: 14.28571429%;
  }
  .col-sm-1 {
    width: 7.14285714%;
  }
  .col-sm-pull-14 {
    right: 100%;
  }
  .col-sm-pull-13 {
    right: 92.85714286%;
  }
  .col-sm-pull-12 {
    right: 85.71428571%;
  }
  .col-sm-pull-11 {
    right: 78.57142857%;
  }
  .col-sm-pull-10 {
    right: 71.42857143%;
  }
  .col-sm-pull-9 {
    right: 64.28571429%;
  }
  .col-sm-pull-8 {
    right: 57.14285714%;
  }
  .col-sm-pull-7 {
    right: 50%;
  }
  .col-sm-pull-6 {
    right: 42.85714286%;
  }
  .col-sm-pull-5 {
    right: 35.71428571%;
  }
  .col-sm-pull-4 {
    right: 28.57142857%;
  }
  .col-sm-pull-3 {
    right: 21.42857143%;
  }
  .col-sm-pull-2 {
    right: 14.28571429%;
  }
  .col-sm-pull-1 {
    right: 7.14285714%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-14 {
    left: 100%;
  }
  .col-sm-push-13 {
    left: 92.85714286%;
  }
  .col-sm-push-12 {
    left: 85.71428571%;
  }
  .col-sm-push-11 {
    left: 78.57142857%;
  }
  .col-sm-push-10 {
    left: 71.42857143%;
  }
  .col-sm-push-9 {
    left: 64.28571429%;
  }
  .col-sm-push-8 {
    left: 57.14285714%;
  }
  .col-sm-push-7 {
    left: 50%;
  }
  .col-sm-push-6 {
    left: 42.85714286%;
  }
  .col-sm-push-5 {
    left: 35.71428571%;
  }
  .col-sm-push-4 {
    left: 28.57142857%;
  }
  .col-sm-push-3 {
    left: 21.42857143%;
  }
  .col-sm-push-2 {
    left: 14.28571429%;
  }
  .col-sm-push-1 {
    left: 7.14285714%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-14 {
    margin-left: 100%;
  }
  .col-sm-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-sm-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-sm-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-sm-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-sm-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-sm-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-sm-offset-7 {
    margin-left: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-sm-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-sm-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-sm-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-sm-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-sm-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14 {
    float: left;
  }
  .col-md-14 {
    width: 100%;
  }
  .col-md-13 {
    width: 92.85714286%;
  }
  .col-md-12 {
    width: 85.71428571%;
  }
  .col-md-11 {
    width: 78.57142857%;
  }
  .col-md-10 {
    width: 71.42857143%;
  }
  .col-md-9 {
    width: 64.28571429%;
  }
  .col-md-8 {
    width: 57.14285714%;
  }
  .col-md-7 {
    width: 50%;
  }
  .col-md-6 {
    width: 42.85714286%;
  }
  .col-md-5 {
    width: 35.71428571%;
  }
  .col-md-4 {
    width: 28.57142857%;
  }
  .col-md-3 {
    width: 21.42857143%;
  }
  .col-md-2 {
    width: 14.28571429%;
  }
  .col-md-1 {
    width: 7.14285714%;
  }
  .col-md-pull-14 {
    right: 100%;
  }
  .col-md-pull-13 {
    right: 92.85714286%;
  }
  .col-md-pull-12 {
    right: 85.71428571%;
  }
  .col-md-pull-11 {
    right: 78.57142857%;
  }
  .col-md-pull-10 {
    right: 71.42857143%;
  }
  .col-md-pull-9 {
    right: 64.28571429%;
  }
  .col-md-pull-8 {
    right: 57.14285714%;
  }
  .col-md-pull-7 {
    right: 50%;
  }
  .col-md-pull-6 {
    right: 42.85714286%;
  }
  .col-md-pull-5 {
    right: 35.71428571%;
  }
  .col-md-pull-4 {
    right: 28.57142857%;
  }
  .col-md-pull-3 {
    right: 21.42857143%;
  }
  .col-md-pull-2 {
    right: 14.28571429%;
  }
  .col-md-pull-1 {
    right: 7.14285714%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-14 {
    left: 100%;
  }
  .col-md-push-13 {
    left: 92.85714286%;
  }
  .col-md-push-12 {
    left: 85.71428571%;
  }
  .col-md-push-11 {
    left: 78.57142857%;
  }
  .col-md-push-10 {
    left: 71.42857143%;
  }
  .col-md-push-9 {
    left: 64.28571429%;
  }
  .col-md-push-8 {
    left: 57.14285714%;
  }
  .col-md-push-7 {
    left: 50%;
  }
  .col-md-push-6 {
    left: 42.85714286%;
  }
  .col-md-push-5 {
    left: 35.71428571%;
  }
  .col-md-push-4 {
    left: 28.57142857%;
  }
  .col-md-push-3 {
    left: 21.42857143%;
  }
  .col-md-push-2 {
    left: 14.28571429%;
  }
  .col-md-push-1 {
    left: 7.14285714%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-14 {
    margin-left: 100%;
  }
  .col-md-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-md-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-md-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-md-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-md-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-md-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-md-offset-7 {
    margin-left: 50%;
  }
  .col-md-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-md-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-md-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-md-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-md-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-md-offset-1 {
    margin-left: 7.14285714%;
  }
  .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 {
    float: left;
  }
  .col-lg-14 {
    width: 100%;
  }
  .col-lg-13 {
    width: 92.85714286%;
  }
  .col-lg-12 {
    width: 85.71428571%;
  }
  .col-lg-11 {
    width: 78.57142857%;
  }
  .col-lg-10 {
    width: 71.42857143%;
  }
  .col-lg-9 {
    width: 64.28571429%;
  }
  .col-lg-8 {
    width: 57.14285714%;
  }
  .col-lg-7 {
    width: 50%;
  }
  .col-lg-6 {
    width: 42.85714286%;
  }
  .col-lg-5 {
    width: 35.71428571%;
  }
  .col-lg-4 {
    width: 28.57142857%;
  }
  .col-lg-3 {
    width: 21.42857143%;
  }
  .col-lg-2 {
    width: 14.28571429%;
  }
  .col-lg-1 {
    width: 7.14285714%;
  }
  .col-lg-pull-14 {
    right: 100%;
  }
  .col-lg-pull-13 {
    right: 92.85714286%;
  }
  .col-lg-pull-12 {
    right: 85.71428571%;
  }
  .col-lg-pull-11 {
    right: 78.57142857%;
  }
  .col-lg-pull-10 {
    right: 71.42857143%;
  }
  .col-lg-pull-9 {
    right: 64.28571429%;
  }
  .col-lg-pull-8 {
    right: 57.14285714%;
  }
  .col-lg-pull-7 {
    right: 50%;
  }
  .col-lg-pull-6 {
    right: 42.85714286%;
  }
  .col-lg-pull-5 {
    right: 35.71428571%;
  }
  .col-lg-pull-4 {
    right: 28.57142857%;
  }
  .col-lg-pull-3 {
    right: 21.42857143%;
  }
  .col-lg-pull-2 {
    right: 14.28571429%;
  }
  .col-lg-pull-1 {
    right: 7.14285714%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-14 {
    left: 100%;
  }
  .col-lg-push-13 {
    left: 92.85714286%;
  }
  .col-lg-push-12 {
    left: 85.71428571%;
  }
  .col-lg-push-11 {
    left: 78.57142857%;
  }
  .col-lg-push-10 {
    left: 71.42857143%;
  }
  .col-lg-push-9 {
    left: 64.28571429%;
  }
  .col-lg-push-8 {
    left: 57.14285714%;
  }
  .col-lg-push-7 {
    left: 50%;
  }
  .col-lg-push-6 {
    left: 42.85714286%;
  }
  .col-lg-push-5 {
    left: 35.71428571%;
  }
  .col-lg-push-4 {
    left: 28.57142857%;
  }
  .col-lg-push-3 {
    left: 21.42857143%;
  }
  .col-lg-push-2 {
    left: 14.28571429%;
  }
  .col-lg-push-1 {
    left: 7.14285714%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-14 {
    margin-left: 100%;
  }
  .col-lg-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-lg-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-lg-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-lg-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-lg-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-lg-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-lg-offset-7 {
    margin-left: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-lg-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-lg-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-lg-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-lg-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-lg-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: rgba(0, 0, 0, 0.1);
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.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 #432a0d;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #432a0d;
}
.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 #432a0d;
}
.table .table {
  background-color: url('images/design/bg_footer.jpg');
}
.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 #432a0d;
}
.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 #432a0d;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}
.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
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: rgba(0, 0, 0, 0.1);
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: rgba(0, 0, 0, 0.1);
}
.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: 0.75rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #432a0d;
  }
  .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: 1rem;
  font-size: 2.1rem;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1.4rem;
  line-height: 1.428;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 15rem;
  padding: 6px 12px;
  font-size: 1.4rem;
  line-height: 1.428;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-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[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"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 15rem;
  }
  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: 15rem;
  }
  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: 1rem;
  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: 2.4rem;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 15rem;
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 15rem;
  line-height: 15rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 15rem;
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 15rem;
  line-height: 15rem;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 15rem;
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.5;
  min-height: 3rem;
}
.input-lg {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
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: 2rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 25rem;
  line-height: 25rem;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
  min-height: 3rem;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 18.75rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 15rem;
  height: 15rem;
  line-height: 15rem;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 25rem;
  height: 25rem;
  line-height: 25rem;
}
.input-sm + .form-control-feedback {
  width: 15rem;
  height: 15rem;
  line-height: 15rem;
}
.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);
  -moz-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;
  -moz-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);
  -moz-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;
  -moz-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);
  -moz-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;
  -moz-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: 6rem;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}
@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: 8rem;
}
.form-horizontal .form-group {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
@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: 12.5px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.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.4rem;
  line-height: 1.428;
  border-radius: 10px;
  -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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #432a0d;
  border-color: #2e1d09;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #180f05;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #432a0d;
  border-color: #2e1d09;
}
.btn-primary .badge {
  color: #432a0d;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #dd8b15;
  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;
  -moz-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: #432a0d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-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;
  -moz-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-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-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.4rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-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: -0.5rem 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: #432a0d;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 2rem;
  line-height: 1.428;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 25rem;
  line-height: 25rem;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 15rem;
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 15rem;
  line-height: 15rem;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 2rem;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 2rem;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #dd8b15;
}
.nav .nav-divider {
  height: 1px;
  margin: -0.5rem 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: 10px 10px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: url('images/design/bg_footer.jpg');
  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: 10px;
}
.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: 10px 10px 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: url('images/design/bg_footer.jpg');
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 10px;
}
.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: #432a0d;
}
.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: 10px;
}
.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: 10px 10px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: url('images/design/bg_footer.jpg');
  }
}
.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: 1rem;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 19.5px 12px;
  font-size: 2rem;
  line-height: 1rem;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .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: 10px;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 9.75px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1rem;
}
@media (max-width: 767px) {
  .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: 1rem;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }
}
.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);
  -moz-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: 12.5px;
  margin-bottom: 12.5px;
}
@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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-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: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.navbar-btn.btn-sm {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 768px) {
  .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: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1rem 0;
  border-radius: 10px;
}
.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: #dd8b15;
  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: 10px;
  border-top-left-radius: 10px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #432a0d;
  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: 2;
  color: #fff;
  background-color: #432a0d;
  border-color: #432a0d;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 2rem;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 2rem;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 1rem 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #432a0d;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #180f05;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #dd8b15;
  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;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 3rem;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 6.3rem;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 1rem;
  line-height: 1.428;
  background-color: url('images/design/bg_footer.jpg');
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #dd8b15;
}
.thumbnail .caption {
  padding: 9px;
  color: #222222;
}
.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 10px;
}
.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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 1rem;
  margin-bottom: 1rem;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 2rem;
  line-height: 1rem;
  color: #fff;
  text-align: center;
  background-color: #432a0d;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #432a0d;
  border-color: #432a0d;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #da9442;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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: 9px;
  border-top-left-radius: 9px;
}
.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: 9px;
  border-bottom-left-radius: 9px;
}
.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: 9px;
  border-top-left-radius: 9px;
}
.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: 9px;
  border-bottom-left-radius: 9px;
}
.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: 9px;
  border-top-left-radius: 9px;
}
.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: 9px;
  border-top-right-radius: 9px;
}
.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: 9px;
}
.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: 9px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.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: 9px;
  border-bottom-right-radius: 9px;
}
.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: 9px;
}
.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: 9px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #432a0d;
}
.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: 1rem;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 10px;
}
.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: #432a0d;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #432a0d;
  border-color: #432a0d;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #432a0d;
}
.panel-primary > .panel-heading .badge {
  color: #432a0d;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #432a0d;
}
.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: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 2.1rem;
  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%);
  -moz-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);
  -moz-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: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-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;
  min-height: 16.428px;
}
.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);
    -moz-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: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4;
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 10px;
}
.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: Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.428;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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);
  white-space: normal;
}
.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.4rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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;
  -moz-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: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-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);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-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);
}
.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%;
  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;
  margin-top: -10px;
  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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-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-footer:before,
.modal-footer:after,
header#branding:before,
header#branding:after,
#content:before,
#content:after,
article:before,
article:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
header#branding:after,
#content:after,
article:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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;
  }
}
/*.entry .row div, aside .row div{min-height: 25px; padding: @1pad; border-radius: @border-radius-base;}*/
.entry .row > div {
  padding: 12.5px 12.5px 0px 12.5px;
}
aside .row > div,
.modal-body .row > div {
  padding: 5px 12.5px;
}
/* BA TEMPLATE STYLES - Move into live site where needed */
@media (max-width: 769px) {
  .col-xs-14,
  .col-sm-14,
  .col-md-14,
  .col-lg-14 {
    position: relative;
    float: left;
    width: 100%;
  }
}
* {
  outline: none;
}
/**
* 2.0 Typography
*
**/
body {
  font-size: 1.4rem;
  font-family: Helvetica, Arial, sans-serif;
}
a {
  color: #dd8b15;
  font-style: normal;
  text-decoration: none;
}
a:hover {
  color: #432a0d;
  text-decoration: none;
}
nav a {
  display: block;
  font-family: "futura-pt", 'futura', sans-serif;
  text-decoration: none !important;
}
.entry p a:hover {
  color: #432a0d;
  cursor: pointer;
}
.entry p a:hover.featured-image {
  border: none;
}
.entry a:empty,
.entry p:empty {
  display: none;
}
.entry img a:hover {
  border: none;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: normal;
}
p,
cite,
time,
caption,
figcaption {
  color: #222222;
  display: block;
}
time {
  font-family: "futura-pt", 'futura', sans-serif;
  color: #666;
  font-size: 1.3rem;
}
ul,
ol {
  margin: 0px 0px 12.5px 16px;
  padding: 0px;
}
ol {
  list-style: decimal;
  margin-left: 20px;
}
ul {
  list-style: disc;
}
li {
  margin-bottom: 3px;
}
cite,
time {
  margin-bottom: 12.5px;
}
cite {
  font-style: normal;
  color: #333;
  font-size: 1.4rem;
  font-family: "futura-pt", 'futura', sans-serif;
}
.entry p {
  color: #222222;
  margin: 12.5px 0px;
  font-size: 1.4rem;
  line-height: 1.428;
}
h1 {
  font-size: 2.6rem;
  line-height: 2.6rem;
}
article h1,
h1.cat-title,
.breadcrumbs + h1.entry-title {
  font-size: 2.6rem;
  font-family: "freight-micro-pro", serif;
  line-height: 1.25;
  clear: both;
  margin-top: 8px;
}
article h1.entry-title,
article > h1,
.breadcrumbs + h1.entry-title {
  margin: 0px 0px 12.5px 0px;
  padding: 7px 0px 12.5px 0px;
}
h1.entry-title a,
h2.entry-title a {
  text-decoration: none;
}
h1 + time,
h1 + cite {
  margin: -2.4rem 0px 15px 0px;
}
h2,
.h2 {
  font-size: 2.1rem;
}
.entry h2,
.h2 {
  line-height: 1.25;
  margin: 2.8rem 0px 1.4rem 0px;
}
.entry h2:first-child {
  margin-top: 0px;
}
.entry h2 + p {
  margin-top: 0px;
}
h2.widgettitle {
  display: none;
}
h2.entry-title {
  clear: both;
}
p + h2 {
  margin-top: 20px;
}
h3,
.h3 {
  font-size: 1.5rem;
  margin: 1rem 0px;
  line-height: 1.25;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
}
h3.title {
  text-align: left;
}
h3.title:before,
h3.title:after {
  content: none;
}
h3.title a {
  text-decoration: none;
  margin-bottom: -4px;
}
h3.alt {
  color: #99bb28;
  font-size: 17px;
}
h3.alt + p {
  margin-top: -7.5px;
}
p + h3 {
  margin-top: 20px;
}
h3 + p {
  margin-top: 6.5px;
}
h3.with-bg {
  display: block;
  margin: 15px auto 20px auto;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  width: 340px;
  max-width: 100%;
  height: 70px;
  background-image: url(images/design/bg_green-rectangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 19px;
}
h3.with-bg.left {
  text-align: left;
}
h4 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.35;
}
/*h4*/
.intro-text {
  color: #222222;
  font-size: 22px;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 400;
}
hr {
  border: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
}
.entry blockquote {
  padding: 1.4rem;
  margin: 0 0 0 2.8rem;
  border-left: 7px solid #99bb28;
  width: 50%;
  text-align: left;
  float: right;
  background: #DDD;
}
.entry blockquote p {
  margin: 0px;
  padding: 0px;
}
.entry blockquote.full {
  width: 100%;
}
.entry blockquote.alt {
  border: none;
  float: none;
  background: none;
  position: relative;
  padding: 0px;
  margin: 25px 15% 25px;
  width: 85%;
}
.entry blockquote.alt p {
  font-style: italic;
  color: #FFF;
}
.entry blockquote.alt:before {
  position: absolute;
  left: -45px;
  top: -7.5px;
  content: "";
  background-image: url('https://s3-us-west-2.amazonaws.com/homebrewassoc/wp-content/uploads/icon_quotes.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 46px;
}
.blockquote-cite .bio-image {
  float: left;
  width: 125px;
  height: auto;
  margin-right: 12.5px;
  position: relative;
  top: -25px;
}
.blockquote-cite .author {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: #555555;
}
.blockquote-cite .author:before {
  content: " - ";
}
.blockquote-cite .title {
  display: block;
  font-style: italic;
  color: #555555;
  text-indent: 25px;
}
textarea,
input,
button,
.btn:focus,
li,
a {
  outline: none !important;
}
small {
  display: block;
  margin: 12.5px 0px;
  font-size: 1.2rem;
}
input[type="text"] {
  border: 1px solid #CCC;
}
.msie header input[type="text"],
.gecko header input[type="text"],
.msie footer input[type="text"],
.gecko footer input[type="text"] {
  padding: 5px 3px;
}
p.credit {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  clear: both;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
body #primary h1,
body #primary h2,
body #primary h3,
body #user-info > a,
body #menu-main > li > a,
body ul#menu-alt li li a,
body .breadcrumbs li a,
body .btn,
body #user-info,
body .widgets h3,
body .widgets a,
body .widgets a > p,
body .nav-tabs > li a,
body #menu-footer li a,
body .newsletter h3,
body nav.single-post ul#menu-alt li a {
  visibility: hidden;
}
.wf-active body #primary h1,
.wf-inactive body #primary h1,
.wf-active body #primary h2,
.wf-inactive body #primary h2,
.wf-active body #primary h3,
.wf-inactive body #primary h3,
.wf-active body #user-info > a,
.wf-inactive body #user-info > a,
.wf-active body #menu-main > li > a,
.wf-inactive body #menu-main > li > a,
.wf-active body ul#menu-alt li li a,
.wf-inactive body ul#menu-alt li li a,
.wf-active body .breadcrumbs li a,
.wf-inactive body .breadcrumbs li a,
.wf-active body .btn,
.wf-inactive body .btn,
.wf-active body #user-info,
.wf-inactive body #user-info,
.wf-active body .widgets h3,
.wf-inactive body .widgets h3,
.wf-active body .widgets a,
.wf-inactive body .widgets a,
.wf-active body .widgets a > p,
.wf-inactive body .widgets a > p,
.wf-active body .nav-tabs > li a,
.wf-inactive body .nav-tabs > li a,
.wf-active body #menu-footer li a,
.wf-inactive body #menu-footer li a,
.wf-active body .newsletter h3,
.wf-inactive body .newsletter h3,
.wf-active body nav.single-post ul#menu-alt li a,
.wf-inactive body nav.single-post ul#menu-alt li a {
  visibility: visible;
}
/**
* 3.0 Structure
*
**/
html {
  height: 100%;
}
body {
  background-image: url('images/design/bg_footer.jpg');
  background-repeat: repeat;
  background-position: 100% 100%;
  background-size: auto;
  height: 100%;
  overflow-x: hidden;
}
.container {
  position: relative;
  max-width: 100% !important;
  width: 1050px;
}
#wrapper.container {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  position: relative;
  max-width: 100% !important;
}
#wrapper {
  background: url('images/design/bg_header.jpg') 0 0 repeat-x, url('images/design/bg_body.jpg') repeat;
  background-size: 168px, auto;
  /*min-height: 100%;*/
  position: relative;
  min-height: 600px;
}
header#branding {
  background: url('images/design/logoghost_right.png') 100% -28px no-repeat;
  background-size: 220px 167px;
  position: relative;
  z-index: 10;
  margin-left: -12.5px;
  margin-right: -12.5px;
  margin: 0 auto;
  height: 167px;
}
header#branding .branding {
  float: left;
}
header#branding .branding h1,
header#branding .branding h2 {
  margin: 5px 0px -5px 0px;
  padding: 0px;
}
header#branding #searchform {
  float: right;
  clear: right;
  margin: 5px 0px;
  position: relative;
}
header#branding #searchform i {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #999;
  font-size: 12px;
}
header#branding #searchform i.fa-times {
  right: 5px;
  left: auto;
  color: #000;
  display: none;
}
header#branding #searchform #s {
  width: 121px;
  color: #CCC;
  font-family: "futura-pt", 'futura', sans-serif;
  color: #999;
  text-indent: 19px;
  padding: 2px 0px 1px 5px;
}
.msie header #searchform i {
  top: 7px;
}
#banner {
  height: auto;
  background: #67C7E2 ;
  width: 100%;
  z-index: 1000;
  position: relative;
  text-align: center;
}
#banner span {
  text-decoration: underline;
}
#banner p,
#banner a {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 14px;
  color: #FFF;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  text-transform: none;
  line-height: 2.2;
}
#banner a {
  padding-bottom: 1px;
  letter-spacing: 1px;
}
#banner a:hover {
  color: #FFF;
}
#banner i {
  color: #FFF;
  font-size: 15px;
}
#banner img {
  height: 35px;
  width: auto;
  position: relative;
  top: -2px;
}
#banner .btn-banner {
  background-color: #99bb28;
  font-size: 16px;
  letter-spacing: .25px;
  display: inline;
  padding: 2px 9px;
  margin-left: 0px;
  position: relative;
  top: -1px;
  text-decoration: none;
}
#banner.with-icons p > a {
  margin: 0px 10px;
}
#banner.with-icons p,
#banner.with-icons a {
  font-size: 18px;
  color: #321700;
}
#banner.brew-guru {
  height: 35px;
  background-color: #79a03f;
}
#banner.brew-guru p,
#banner.brew-guru a {
  color: #e5dfbd;
  text-transform: none;
  font-size: 16px;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 1px;
}
#banner.brew-guru p span,
#banner.brew-guru a span {
  color: #b6451e;
}
#banner.brew-guru i {
  font-size: 16px;
  color: #e5dfbd;
}
#banner.member-benefits {
  background: #037ea1;
}
#banner.member-benefits a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner.member-benefits h3 {
  text-transform: uppercase;
  margin: 0px;
  font-weight: 600;
  color: #ea9821;
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  #banner.member-benefits h3 {
    font-size: 16px;
  }
}
#banner.member-benefits p {
  font-size: 18px;
  margin: 0px 10px;
}
@media only screen and (max-width: 1024px) {
  #banner.member-benefits p {
    font-size: 14px;
  }
}
#banner.member-benefits button {
  text-transform: uppercase;
  margin-bottom: 0px;
}
#banner.hbc {
  background-color: #65BCE8;
}
#banner.hbc p {
  font-size: 16px;
  text-transform: none;
  line-height: 2.2;
  letter-spacing: .25px;
}
#content {
  clear: both;
  position: relative;
  margin-left: -12.5px;
  margin-right: -12.5px;
  margin: 0px auto;
  z-index: 1;
  min-height: 545px;
}
#primary {
  float: left;
  width: 57.14285714%;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  left: 21.42857143%;
  background: #FFF;
  display: block;
  position: relative;
  padding-top: 12.5px;
  min-height: 545px;
}
.wide#primary,
.format-gallery #primary {
  position: relative;
  float: left;
  width: 78.57142857%;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.home #primary {
  background: transparent;
}
article {
  padding: 0 1.4rem 1.4rem 1.4rem;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.entry {
  padding-top: 0px;
}
aside#secondary {
  position: relative;
  float: left;
  width: 21.42857143%;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  right: 57.14285714%;
  padding: 0px;
}
aside#secondary .widgets {
  float: right;
  width: 100%;
}
.home aside#secondary {
  padding-top: 12.5px;
}
aside#ads,
aside#default {
  position: relative;
  float: left;
  width: 21.42857143%;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  background: transparent;
  padding: 12.5px 0px 0px 0px;
}
aside#default {
  padding-left: 12.5px;
}
.wide aside#ads,
.wide aside#default,
.format-gallery aside#default,
.wide + aside#secondary {
  right: 78.57142857%;
}
aside ol,
aside ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
aside#secondary.special {
  padding-right: 1%;
  padding-top: 12.5px;
}
footer#site-footer {
  background-image: url('images/design/logoghost_bottomright.png'), url('images/design/bg_footer.jpg');
  background-position: 100% 100%, 0px 0px;
  background-repeat: no-repeat, repeat;
  background-size: 280px, 404px;
  clear: both;
  text-align: center;
  min-height: 87px;
  /* position: absolute; bottom: 0px; left: 0px;*/
  width: 100%;
  padding: 0 0px 12.5px 0px;
}
footer#site-footer section {
  width: 100%;
  max-width: 1100px !important;
  margin: 0 auto 0px auto;
}
footer#site-footer p {
  padding: 12.5px 0px 0px 0px;
  clear: both;
  color: #FFF;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-family: "futura-pt", 'futura', sans-serif;
  text-transform: uppercase;
}
footer#site-footer .logo-text-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 30px;
  width: 100%;
}
footer#site-footer .logo-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer#site-footer .logo-container .savor-the-flavor {
  margin-right: 5px;
}
footer#site-footer .logo-container a {
  text-decoration: none;
}
footer#site-footer a:not(.btn) {
  text-decoration: underline;
  color: #FFF;
}
footer#site-footer a:hover {
  color: #ea9821;
}
footer#site-footer form button[type="submit"] {
  padding: 3px 6px;
  margin-top: -2px;
}
footer#site-footer #footer-login {
  width: 80%;
  margin: auto;
  z-index: 0;
}
/*.row{margin: 0px;}*/
/*
* 3.1 Custom Grid
*
* Let's use flexbox as our grid system when appropriate! (Note this can be
* default in Boostrap 4
*/
.flex {
  display: flex;
}
.custom-grid {
  display: flex;
}
.custom-grid > div,
.custom-grid .grid-element {
  padding: 25px;
  flex-grow: 1;
}
.custom-grid.centered {
  align-items: center;
}
.custom-grid.centered > div {
  text-align: center;
}
nav#access {
  z-index: 11;
  background: transparent;
  width: 100%;
  position: relative;
  clear: both;
  margin: 0px;
}
.msie nav#access,
.gecko nav#access {
  top: 1px;
}
nav ul {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px;
}
.sticky-header #access {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #432a0d;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
}
.sticky-header #menu-main {
  width: 1000px;
  margin: 0 auto;
}
.join-nav,
.home-nav {
  display: none !important;
}
.sticky-header .join-nav {
  display: block !important;
  position: absolute;
  right: 6px;
  top: 5px;
  background: #8eba26;
  display: block;
  width: auto;
  border-radius: 0px;
}
.sticky-header .home-nav {
  display: block !important;
  position: absolute;
  left: 6px;
  top: 5px;
  background: #ea9821;
  display: block;
  width: auto;
  border-radius: 0px;
}
#menu-main li.members-only a:after,
#menu-alt li.members-only a:before {
  content: '\e845';
  font-family: "fontello";
  font-size: 1.2rem;
  padding: 0px 3px;
}
#menu-main li#menu-item-5056,
#menu-main li#menu-item-14113,
#menu-main #menu-item-14113 {
  display: none;
}
.entry p a.btn[target="_blank"]:after {
  content: "";
}
a.pdf:after,
.entry p a.pdf[target="_blank"]:after,
.entry li a.pdf[target="_blank"]:after {
  content: '\e813';
  font-family: "fontello";
  padding: 0px 3px;
  color: #dd8b15;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
}
a.pdf:hover:after,
.entry p a.pdf[target="_blank"]:hover:after,
.entry li a.pdf[target="_blank"]:hover:after {
  color: #000;
}
a.pdf:after > img {
  display: none;
}
a.pdf > i {
  display: none;
}
a.mp3:after,
.entry p a.mp3[target="_blank"]:after,
.entry li a.mp3[target="_blank"]:after {
  content: '\e816';
  font-family: "fontello";
  padding: 0px 3px;
  color: #dd8b15;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
}
a.mp3:hover:after,
.entry p a.mp3[target="_blank"]:hover:after,
.entry li a.mp3[target="_blank"]:hover:after {
  color: #000;
}
a.mp3:after > img {
  display: none;
}
a.mp3 > i {
  display: none;
}
#menu-supp {
  position: absolute;
  top: 0px;
  left: 535px;
  width: 340px;
  z-index: 10;
  height: 79px;
}
#menu-supp ul {
  height: 100%;
}
#menu-supp li {
  width: 113px;
  height: 145%;
  margin: 0px;
  padding: 0px;
  float: left;
  margin-top: -32px;
}
#menu-supp li a {
  display: none;
  text-indent: -9999rem;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  transition: all 0.1s ease-in-out;
  background-position: 0px -48px;
  background-repeat: no-repeat;
}
#menu-supp li:nth-child(1) a {
  background-image: url('images/images/btn_join.png');
  background-size: 100%;
}
#menu-supp li:nth-child(2) a {
  background-image: url('images/images/btn_brew.png');
  background-size: 100%;
}
#menu-supp li:nth-child(3) {
  margin-top: -47px;
}
#menu-supp li:nth-child(3) a {
  background-image: url('images/images/btn_forum.png');
  background-size: 100%;
  background-position: 0px -9px;
}
#menu-supp li a:hover {
  background-position: 0px -25px;
}
#menu-supp li:nth-child(3) a:hover {
  background-position: 0px 14px;
}
#menu-supp ul li a {
  color: #FFF;
  display: block;
}
.home #menu-supp li {
  margin-top: -150px;
}
.aha-logged-in #menu-supp li:nth-child(1) a {
  background-image: url('images/images/btn_renew.png');
}
ul#menu-alt {
  margin-top: 10px;
  /*  //4th level
        li li li li ul{padding-top: 0px;}
        li li li.current-menu-item li a, li li.current-menu-ancestor li li a{background: none;}
            li li li li a{font-size: 1.1rem; padding: 1px @1pad 1px @2pad; }
            li li li li a:hover, li li.current-menu-ancestor li li a:hover{background: url(images/design/bg_sidebar-nav.jpg);}
            li li li li.current-menu-item a{background: url(images/design/bg_sidebar-nav.jpg);}*/
}
ul#menu-alt li:first-child a {
  display: none;
}
ul#menu-alt li.teaser {
  display: none !important;
}
ul#menu-alt li li {
  margin-bottom: 8px;
  width: auto;
  display: inline-block;
  float: right;
  clear: right;
  position: relative;
}
ul#menu-alt li li a {
  padding: 5px 15px 5px 12.5px;
  display: block !important;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: bold;
  color: #432a0d;
  font-family: "futura-pt", 'futura', sans-serif;
  text-align: right;
  font-weight: normal;
}
ul#menu-alt li li a i {
  display: none;
}
ul#menu-alt li li a:after {
  content: '';
  font-family: "fontello";
  font-size: .9em;
  padding: 0px;
  position: absolute;
  top: 7px;
  right: 3px;
}
ul#menu-alt li li a:hover {
  background: #99bb28;
  color: #FFF;
}
ul#menu-alt li li.current-menu-item a:after,
ul#menu-alt li li a:hover:after {
  content: '\e81e';
}
ul#menu-alt li li.current-menu-ancestor a,
ul#menu-alt li li.current-menu-item a {
  background: #99bb28;
  color: #FFF;
}
ul#menu-alt li li.current-menu-ancestor li.current-menu-item a:after,
ul#menu-alt li li.current-menu-item li.current-menu-item a:after {
  content: '\e81e';
  top: 3px;
  right: 4px;
}
ul#menu-alt li li.current-menu-ancestor {
  border-right: 3px solid #432a0d;
  padding-bottom: 7px;
}
ul#menu-alt li li.no-main {
  display: block;
}
ul#menu-alt li li ul {
  display: none;
}
ul#menu-alt li li.current-menu-ancestor ul,
ul#menu-alt li li.current-menu-item ul {
  display: block;
  margin-bottom: 5px;
}
ul#menu-alt li li.current-menu-ancestor ul li a,
ul#menu-alt li li.current-menu-item ul li a {
  background: transparent;
  color: #432a0d;
  padding: 3px 15px;
}
ul#menu-alt li li.current-menu-ancestor ul li a:hover,
ul#menu-alt li li.current-menu-item ul li a:hover {
  background-color: #99bb28;
  color: #FFF;
}
ul#menu-alt li li.current-menu-ancestor ul li a:hover:after,
ul#menu-alt li li.current-menu-item ul li a:hover:after {
  content: '\e81e';
  top: 3px;
}
ul#menu-alt li li.current-menu-ancestor ul li.hide,
ul#menu-alt li li.current-menu-item ul li.hide {
  display: block !important;
}
ul#menu-alt li li li {
  margin: 0px 0px -2px 0px;
  line-height: 16px;
}
ul#menu-alt li li li a {
  font-size: 1.4rem;
  padding: 5px 12.5px 5px 12.5px;
  color: #432a0d;
}
ul#menu-alt li li li.current-menu-ancestor a:after,
ul#menu-alt li li.current-menu-item li a:after {
  content: none;
}
ul#menu-alt li li li.current-menu-ancestor a,
ul#menu-alt li li.current-menu-item li a {
  background: none;
}
ul#menu-alt li li li.sidehide {
  display: none;
}
nav.single-post ul#menu-alt {
  margin-top: 9px;
}
nav.single-post ul#menu-alt li:first-child a {
  display: block;
}
nav.single-post ul#menu-alt li:first-child a li a {
  font-size: 1.8rem;
}
nav.single-post ul#menu-alt li {
  margin-bottom: 12.5px;
  width: auto;
  float: right;
  clear: right;
  position: relative;
}
nav.single-post ul#menu-alt li a {
  padding: 5px 15px 6px 12.5px;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
  color: #432a0d;
  font-family: "futura-pt", 'futura', sans-serif;
  text-align: right;
  font-weight: normal;
}
nav.single-post ul#menu-alt li a i {
  display: none;
}
nav.single-post ul#menu-alt li a:after {
  content: '';
  font-family: "fontello";
  font-size: .9em;
  padding: 0px;
  position: absolute;
  top: 7px;
  right: 3px;
}
nav.single-post ul#menu-alt li a:hover {
  background: #99bb28;
  color: #FFF;
}
nav.single-post ul#menu-alt li.current-menu-item a:after,
nav.single-post ul#menu-alt li a:hover:after {
  content: '\e81e';
}
nav.single-post ul#menu-alt li.current-menu-ancestor a,
nav.single-post ul#menu-alt li.current-menu-item a,
nav.single-post ul#menu-alt li.current-menu-parent a {
  background: #99bb28;
  color: #FFF;
}
nav.single-post ul#menu-alt li.current-menu-ancestor li.current-menu-item a:after,
nav.single-post ul#menu-alt li.current-menu-item li.current-menu-item a:after,
nav.single-post ul#menu-alt li.current-menu-parent li.current-menu-item a:after,
nav.single-post ul#menu-alt li.current-menu-ancestor a:after,
nav.single-post ul#menu-alt li.current-menu-item a:after,
nav.single-post ul#menu-alt li.current-menu-parent a:after {
  content: '\e81e';
  top: 7px;
}
nav.single-post ul#menu-alt li ul {
  display: none;
}
nav.single-post ul#menu-alt li li.current-menu-ancestor ul,
nav.single-post ul#menu-alt li li.current-menu-item ul {
  display: block;
  margin-bottom: 5px;
}
nav.single-post ul#menu-alt li li.current-menu-ancestor ul li a,
nav.single-post ul#menu-alt li li.current-menu-item ul li a {
  background: transparent;
  color: #432a0d;
  padding-right: 15px;
}
nav.single-post ul#menu-alt li li.current-menu-ancestor ul li a:hover,
nav.single-post ul#menu-alt li li.current-menu-item ul li a:hover {
  background-color: #99bb28;
  color: #FFF;
}
nav.single-post ul#menu-alt li li.current-menu-ancestor ul li a:hover:after,
nav.single-post ul#menu-alt li li.current-menu-item ul li a:hover:after {
  content: '\e81e';
  top: 6px;
}
nav.single-post ul#menu-alt li li {
  margin: 0px;
  line-height: 16px;
}
nav.single-post ul#menu-alt li li a {
  font-size: 1.4rem;
  padding: 5px 12.5px 5px 12.5px;
  color: #432a0d;
}
nav.single-post ul#menu-alt li li.current-menu-ancestor a:after,
nav.single-post ul#menu-alt li.current-menu-item li a:after {
  content: none;
}
nav.single-post ul#menu-alt li li.current-menu-ancestor a,
nav.single-post ul#menu-alt li.current-menu-item li a {
  background: none;
}
header nav.social {
  clear: right;
}
footer nav.social {
  float: none;
  position: absolute;
  right: 0px;
  bottom: 19px;
}
nav.social li {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  margin: 0px;
  color: #6e4515;
  font-size: 18px;
}
nav.social li:hover {
  cursor: pointer;
  color: #FFF;
}
nav.social li a {
  display: block;
  text-indent: -9999em;
  cursor: pointer;
  transition: color;
}
#user-info {
  position: absolute;
  top: 3px;
  left: 151px;
  text-transform: uppercase;
  z-index: 1000;
}
#user-info li,
#user-info a {
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "futura-pt", 'futura', sans-serif;
  cursor: pointer;
  color: #FFF;
}
#user-info li:hover,
#user-info a:hover {
  color: #2c1700;
}
#user-info .login,
#user-info .register {
  background: #99bb28;
  color: #FFF;
  font-weight: 400;
  padding: 5px;
  letter-spacing: 1px;
  font-family: "futura-pt", 'futura', sans-serif;
  margin-right: 0px;
}
#user-info .shop {
  margin-left: 2px;
}
#user-info > ul {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: -3px 0px 0px 2px;
}
#user-info > ul:after {
  display: inline-block;
  content: "|";
  position: absolute;
  top: 5px;
  right: -3px;
}
#user-info > ul:last-child:after {
  display: none;
}
#user-info > ul li {
  padding: 5px;
}
#user-info > ul li a {
  cursor: text;
}
#user-info > ul ul {
  display: none;
  background: #99bb28;
  margin: 0px;
  padding: 5px 0px 2px 0px;
  list-style: none;
}
#user-info > ul ul li {
  padding: 0px 10px;
}
#user-info > ul ul li a {
  white-space: nowrap;
  cursor: pointer;
}
#user-info > ul li:hover,
#user-info > ul li:active {
  background: #99bb28;
}
#user-info > ul li:hover ul,
#user-info > ul li:active ul {
  display: block;
  position: absolute;
  top: 29px;
  left: 0px;
}
.gecko1 #user-info,
.msie #user-info {
  top: 2px;
}
.pagination {
  display: block;
  width: 100%;
}
.pagination > li {
  display: inline-block;
  margin-right: 6px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li > a,
.pager a,
.pagination > li:first-child > span,
.pagination > li.active > span {
  color: #432a0d;
  text-decoration: none;
  border-radius: 17px;
  background: #432a0d;
  font-family: "futura-pt", 'futura', sans-serif;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 500;
  width: 33px;
  height: 32px;
  padding: 3px 0px;
  text-align: center;
}
.pagination > li:first-child > a:hover,
.pagination > li:last-child > a:hover,
.pagination > li > a:hover,
.pager a:hover,
.pagination > li:first-child > span:hover,
.pagination > li.active > span:hover {
  background-color: #ea9821;
}
.pagination > li:first-child > a.current,
.pagination > li:last-child > a.current,
.pagination > li > a.current,
.pager a.current,
.pagination > li:first-child > span.current,
.pagination > li.active > span.current {
  background-color: #99bb28;
  border-color: #99bb28;
}
.fa-angle-left,
.fa-angle-double-left {
  font-size: 20px;
  font-weight: bold;
}
/**
* 5.0 Tags & Classes
*
**/
#social-links,
#sticky-social {
  display: block;
  height: auto;
  position: absolute;
  top: 20px;
  right: 13px;
  z-index: 1;
}
#social-links a,
#sticky-social a {
  display: inline-block;
  background: #306199;
  min-width: 38px;
  height: auto;
  padding: 4px 8px 2px 8px;
  color: #FFF;
  text-align: center;
}
#social-links a i,
#sticky-social a i {
  font-size: 14px;
}
#social-links a .count,
#sticky-social a .count {
  margin-left: 5px;
  font-size: 12px;
}
#social-links a#fb,
#sticky-social a#fb {
  background: #306199;
}
#social-links a#googleplus,
#sticky-social a#googleplus {
  background: #E93F2F;
}
#social-links a#googleplus i,
#sticky-social a#googleplus i {
  font-size: 13px;
  font-weight: bold;
}
#social-links a#twitter,
#sticky-social a#twitter {
  background: #26C4F1;
}
#social-links a#reddit,
#sticky-social a#reddit {
  background: #5F99CF;
}
#social-links a#reddit i,
#sticky-social a#reddit i {
  font-weight: bold;
}
#social-links a#flipboard,
#sticky-social a#flipboard {
  background: #e02828;
  padding: 0px;
  top: -2px;
  position: relative;
}
#social-links a#flipboard img,
#sticky-social a#flipboard img {
  width: auto;
  height: 25px;
  padding: 2px;
}
#social-links a#pinterest,
#sticky-social a#pinterest {
  background: #B81621;
  margin-left: 4px;
}
#sticky-social {
  position: absolute;
  top: 500px;
  left: -45px;
  display: none;
  z-index: 10;
  width: 45px;
}
#sticky-social a {
  display: block;
  width: 45px;
  height: 40px;
  margin: 0px 0px 10px 0px;
  padding-top: 10px;
}
#sticky-social a#pinterest {
  margin-left: 0px;
}
#sticky-social a#flipboard {
  top: 0px;
}
#sticky-social a#flipboard img {
  padding: 0px;
  height: 26px;
  margin-top: 7px;
}
#sticky-social .count {
  display: none;
}
.tags {
  margin: 25px 0px;
}
.tags span {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 1.8rem;
}
.tags a {
  font-size: 1.4rem;
  margin: 0px 10px;
}
.members-only-content,
.non-members-only,
.entry .members-only,
footer .members-only,
.members-only {
  display: none;
  opacity: 0;
}
.aha-logged-in .members-only-content,
.aha-logged-in .members-only {
  display: block;
  opacity: 1;
}
.not-logged-in .non-members-only {
  display: block;
  opacity: 1;
}
.aha-logged-in footer .members-only {
  display: inline-block;
  opacity: 1;
}
.spanish-only {
  display: none;
}
.lang.spanish .english-only {
  display: none;
}
.lang.spanish .spanish-only {
  display: block;
}
.half {
  width: 49%;
  margin: 0px 1% 0px 0px;
  padding: 0px;
  display: inline-block;
}
.half + .half {
  margin-right: 0px;
}
.center,
.aligncenter {
  text-align: center;
}
.nomargin,
.entry .row .nomargin {
  margin: 0px;
  padding: 0px;
}
/* 5.1 Tables */
table {
  background-color: transparent;
  width: 100%;
}
table thead tr,
table thead th,
table tfoot tr,
table tfoot tr:hover {
  text-align: center;
  background: none;
}
.ui-header {
  font-size: 2.1rem;
  line-height: 2.1rem !important;
  padding: 10px 8px;
  font-family: "futura-pt", 'futura', sans-serif;
  border-bottom: 4px solid #99bb28 !important;
  font-weight: normal;
  background-color: #432a0d;
  color: #FFF;
}
table thead th,
table thead td {
  font-size: 2.1rem;
  line-height: 2.1rem !important;
  padding: 10px 8px;
  font-family: "futura-pt", 'futura', sans-serif;
  border-bottom: 4px solid #99bb28 !important;
  font-weight: normal;
  background-color: #432a0d;
  color: #FFF;
}
.ui-header-fancy {
  border-radius: 0px 10px 0px 0px;
  border-width: 1px;
}
table thead tr th:only-child,
table thead tr td:only-child,
table thead tr td:last-child,
table thead tr th:last-child {
  border-radius: 0px 10px 0px 0px;
  border-width: 1px;
  text-align: left;
}
table tbody {
  border-bottom: 1px solid #F0F0F0;
}
table tfoot tr td {
  background: #432a0d;
  border-width: 1px;
  font-size: 1.5rem;
  color: #FFF;
  font-family: "futura-pt", 'futura', sans-serif;
}
table tr td {
  padding: 5px;
}
table tr a {
  color: #ea9821;
}
table tr:nth-child(2n) {
  background: url(images/design/bg_info-box.jpg);
}
table.simple tr:nth-child(2n) {
  background-color: transparent;
}
table.simple h4 {
  margin: 0px;
}
table.simple span {
  display: block;
}
.entry table.mugs td {
  vertical-align: top;
  text-align: center;
}
.entry table.mugs img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  max-width: 100px;
}
.entry table.mugs img + p,
.entry table.mugs p {
  margin: 0px auto;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  border-color: #FFF;
}
.ui-element {
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #FFF;
}
.entry table td img {
  width: auto;
  height: auto;
  max-width: 90%;
  padding: 0px;
}
table p,
table td,
table li {
  font-size: 1.4rem;
}
td a:hover i {
  color: #ea9821;
}
ul.col {
  list-style: none;
  margin-left: 0px;
  width: 102%;
}
ul.two li {
  width: 50%;
  float: left;
  text-align: center;
  padding-right: 6px;
}
ul.two li:nth-child(2n) {
  padding: 0px 0px 0px 6px;
}
ul.three li,
ol.three li {
  width: 33%;
  float: left;
  text-align: center;
  padding: 0px 12.5px 12.5px 0px;
}
ul.three li:nth-child(3n) + li,
ol.three li:nth-child(3n) + li {
  clear: left;
}
ul.four li,
ol.four li {
  width: 25%;
  float: left;
  text-align: center;
  padding-right: 6px;
}
ul.four li:nth-child(4n),
ol.four li:nth-child(4n) {
  padding: 0px 0px 0px 6px;
}
ol.five {
  margin: 0px;
  padding: 0px;
}
ol.five li {
  width: 20%;
  float: left;
  text-align: center;
}
ol.special.nested li li {
  list-style: none;
  margin-left: -20px;
}
ul.simple,
ol.simple {
  list-style: none;
  margin-left: 0px;
}
ul.simple li,
ol.simple li {
  padding: 1px 0px !important;
  margin: 0px !important;
  border: 0px !important;
  font-size: 1.4rem;
}
ol.featured-list {
  list-style: none;
  margin-left: 0px;
  clear: left;
}
ol.featured-list li {
  font-size: 18px;
  font-family: "futura-pt", 'futura', sans-serif;
  line-height: 1.2;
  margin-bottom: 4px;
}
ul.col.alignleft li {
  text-align: left;
}
ol.grid {
  list-style: none;
}
ol.grid li {
  float: left;
  text-align: center;
  padding: 12.5px;
}
ol.grid li p,
ol.grid li h4 {
  margin: 0px;
}
ol.grid li a,
ol.grid li span {
  display: block;
}
ol.grid:after {
  content: "";
  height: 0px;
  clear: both;
  display: block;
}
.horizontal {
  margin-left: 0px;
}
.horizontal li {
  display: inline-block;
  margin-right: 3px;
}
.horizontal .comma:after {
  content: ", ";
}
.horizontal .comma:last-child:after {
  content: "";
}
.info-box {
  width: 50%;
  float: right;
  margin: 12.5px 0px 12.5px 12.5px;
  padding: 12.5px;
  background: url(images/design/bg_info-box.jpg);
}
.info-box h3 {
  font-size: 2.1rem;
  line-height: 2.1rem !important;
  padding: 10px 8px;
  font-family: "futura-pt", 'futura', sans-serif;
  border-bottom: 4px solid #99bb28 !important;
  font-weight: normal;
  background-color: #432a0d;
  color: #FFF;
  border-radius: 0px 10px 0px 0px;
  border-width: 1px;
  margin: -20px -12.5px 12.5px -12.5px;
}
.info-box h3 > a {
  color: #99bb28;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.3;
}
.info-box h3 > a:hover {
  color: #ea9821;
}
.info-box img,
.info-box .featured-image {
  width: 100%;
  float: none;
  margin-bottom: 12.5px;
}
.info-box p {
  padding: 10px;
  margin: 0px;
}
.info-box p + ul,
.info-box p + ol {
  margin-bottom: 0px;
}
.info-box p + ul + hr,
.info-box p + ol + hr {
  margin-top: 10px;
}
.info-box p + p {
  padding: 0px 10px;
  margin-bottom: 10px;
}
.info-box ul {
  list-style: none;
  margin: -12.5px;
  text-align: left;
}
.info-box ul li {
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #FFF;
  background: none;
  padding: 4px 12.5px;
}
.info-box ol {
  list-style: decimal;
  margin-left: 11px;
}
.info-box ol {
  margin: -12.5px;
}
.info-box ol li {
  text-align: left;
  padding: 4px 11px;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #FFF;
  background: none;
  list-style-position: inside;
}
.info-box ul.simple,
.info-box ol.simple {
  margin: 0px 0px 0px 9px;
  border-bottom: 0px !important;
}
.info-box ul.simple li,
.info-box ol.simple li {
  border: 0px;
}
.info-box ol.simple.steps li {
  margin-bottom: 6px !important;
}
.info-box ul.simple {
  list-style: none;
  margin-left: 0px;
}
.info-box table {
  margin: 0px 0px 12.5px -12.5px;
  width: 110%;
  max-width: 110%;
}
.info-box table thead td {
  font-weight: bold;
  text-align: center !important;
}
.info-box .icons i {
  color: #432a0d;
  font-size: 2rem;
}
.info-box .icons a:hover i {
  color: #ea9821;
}
.info-box a.btn {
  width: 100%;
  margin: 12.5px 0px 0px 0px;
}
.info-box hr {
  border: 1px solid #FFF;
  margin: 0px 0px 0px -15px;
  width: 110%;
}
.info-box .row {
  margin: 0px;
}
.info-box.full {
  width: 100%;
  float: none;
  clear: both;
  margin: 25px 0px 12.5px 0px;
}
.info-box.full h2.tag-btn {
  margin-bottom: 4px;
}
.info-box.full h3 {
  border-radius: 10px 10px 0px 0px;
}
.info-box.full h3 ~ h3,
.info-box.full h3 ~ div h3 {
  background: none;
  margin: -7px 0px;
  padding: 0px 9px;
  font-size: 1.8rem;
  color: #432a0d;
  font-weight: normal;
  border-bottom: 0px !important;
}
.info-box.full ul,
.info-box.full ol {
  margin: 0px 0px 12.5px 0px;
  padding-bottom: 7px;
  border-bottom: 2px solid #FFF;
}
.info-box.full li {
  background: none;
  border: none;
  list-style: none;
}
.info-box.full hr {
  width: 100%;
  margin: 0px;
}
.info-box.simple ul li,
.info-box.simple ol li {
  border: 0px;
  padding: 0px 12.5px;
}
.info-box.simple p {
  border: 0px;
  padding: 0px;
}
.info-box.simple p + ul {
  margin-top: 12.5px;
}
.info-box .info-footer {
  height: 20px;
  background: #432a0d;
  height: 25px;
  margin: 12.5px -12.5px -12.5px -12.5px;
}
.wide .info-box table {
  width: 100%;
  margin: 0px;
}
.info-box:after {
  content: "";
  clear: both;
  display: block;
}
.info-box .help-block ul,
.info-box .help-block ul li {
  border-bottom: 0px;
  padding: 0px;
}
.type-recipes .info-box table {
  width: 100%;
  max-width: 100%;
  margin: 0px 0px 12.5px 8px;
}
.type-recipes .info-box table tr:nth-child(2n) {
  background: none;
}
ul.address {
  list-style: none;
}
.entry .row .info-box {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}
.entry .row .info-box div {
  margin: 0px;
  padding: 0px;
}
.entry .row .info-box h2 {
  margin-top: 0px;
}
.entry .row .info-box img {
  max-width: 80%;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.entry .row .info-box a i {
  color: #000;
}
.entry .row .info-box a:hover i {
  color: #ea9821;
}
.entry .row .info-box.half {
  width: 50%;
}
.tf_events .tf_events .info-box {
  width: 40%;
}
.tf_events .tf_events #sponsor-box {
  float: right;
  width: 40%;
  height: auto;
  clear: right;
}
.tf_events .tf_events #sponsor-box img {
  width: 100%;
  height: auto;
  padding: 0px 0px 12.5px 0px;
  margin-top: -12.5px;
}
p.geo,
.no-touch .touch {
  display: none;
}
.geolocation.touch p.geo.touch {
  display: block;
}
#content .gallery,
.modal-body .gallery {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#content .gallery .gallery-item,
.modal-body .gallery .gallery-item {
  display: inline-block;
  margin-top: 0;
  text-align: center;
  flex-basis: 33%;
  padding: 1%;
  margin-bottom: 12px;
  overflow: hidden;
  vertical-align: top;
}
#content .gallery img,
.modal-body .gallery img,
#content .gallery .media,
.modal-body .gallery .media {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 0px;
}
#content .gallery .gallery-title,
.modal-body .gallery .gallery-title {
  text-align: left;
  font-size: 1.5rem;
  font-family: "futura-pt", 'futura', sans-serif;
  margin-top: 6px;
  font-weight: 500;
  display: block;
}
#content .gallery .gallery-caption,
.modal-body .gallery .gallery-caption {
  color: #222222;
  font-size: 12px;
  margin: 0px 0 12px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: left;
}
#content .gallery dl,
.modal-body .gallery dl,
#content .gallery dt,
.modal-body .gallery dt {
  margin: 0;
  padding: 0px;
}
#content .gallery br + br,
.modal-body .gallery br + br {
  display: none;
}
.modal-body .gallery {
  margin: 6px -10px -7px -10px;
}
.modal-body p + .gallery {
  margin-top: 12.5px;
}
.modal .close {
  opacity: 1;
  margin: 0px;
  z-index: 10;
  position: absolute;
  top: 5px;
  right: 8px;
}
.modal .modal-header .close {
  top: 5px;
  right: 12px;
  font-size: 40px;
}
#bg-modal .modal-body {
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 25%, #fefefe 25%, #d7d7d7 100%);
}
#bg-modal .simple-carousel {
  padding-top: 25px;
}
#gtg-modal .modal-content {
  margin: 0 auto;
  min-height: 650px;
  max-width: 650px;
  background: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191202091655/give-the-gift-background.jpg') center no-repeat;
}
#gtg-modal .modal-body {
  max-width: 630px;
  text-align: center;
  margin: 120px auto 0px auto;
}
#gtg-modal .modal-body h2 {
  font-size: 36px;
  font-weight: 700;
}
#gtg-modal .modal-body .hurry-div {
  position: relative;
  padding-right: 40px;
}
#gtg-modal .modal-body .hurry {
  position: absolute;
  top: -60px;
  right: -20px;
}
#gtg-modal .widget-banner {
  max-width: 330px;
  background-color: #79A03f;
  margin: 0px auto;
}
#gtg-modal .widget-banner p {
  margin-top: 5px;
  padding: 10px;
  font-family: "futura-pt", 'futura', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
}
/*.home {
	.modal-header{border-bottom: 0px; padding:18px 18px 0px 18px; font-weight: 600;}
	.modal-content{background: rgba(0,0,0,.6);}
	.modal-title{font-size: 2.3rem; line-height: 1;}
	.modal-title, .modal-header .close{color: #FFF; opacity: 1;}
	.modal-body {
		p{color: #FFF; font-family: @secondary-font; font-size: 1.8rem; line-height: 1.2;}
		a{color: #FFF; font-family: @secondary-font; font-size: 1.8rem; text-decoration: underline;}
	}
	.modal-body img.inline{width: auto; height: 21px;}
}*/
#content .gallery-columns-2 .gallery-item {
  width: 50%;
  padding: 0px 1% 2% 1%;
  margin: 0px;
}
#slideshow-wrapper.list #instructions,
#slideshow-wrapper.list .step.first,
.slideshow-pagination.list,
#slideshow-carousel.list {
  display: none !important;
}
#slideshow-wrapper {
  width: 100%;
  position: relative;
}
#slideshow-wrapper #slideshow-main {
  width: 100%;
  position: relative;
  background: #432a0d;
  padding: 9px;
  min-height: 407px;
}
#slideshow-wrapper #slideshow-main img {
  width: 70%;
  height: auto;
  padding: 0px;
  float: none;
}
#slideshow-wrapper #slideshow-main .step {
  background: none;
  padding-left: 0px;
  font-family: "futura-pt", 'futura', sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #99bb28;
  width: auto;
  line-height: 15px;
  letter-spacing: 1px;
  white-space: nowrap;
  background: #99bb28;
  position: absolute;
  top: 9px;
  left: 9px;
  color: #FFF;
  z-index: 100;
  padding: 7px;
  font-size: 1.4rem;
  line-height: 1.3;
}
#slideshow-wrapper #slideshow-main #instructions,
#slideshow-wrapper #slideshow-main .instructions {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 29%;
  padding: 9px 9px 0px 0px;
  z-index: 10000;
}
#slideshow-wrapper #slideshow-main #instructions h2,
#slideshow-wrapper #slideshow-main .instructions h2 {
  font-family: "freight-micro-pro", serif;
  padding: 0px 0px 7px 0px;
  border-bottom: 1px solid;
  line-height: 24px;
  color: #FFF;
}
#slideshow-wrapper #slideshow-main #instructions p,
#slideshow-wrapper #slideshow-main .instructions p {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #FFF;
}
#slideshow-wrapper #slideshow-main #instructions a:hover,
#slideshow-wrapper #slideshow-main .instructions a:hover {
  color: #FFF;
}
#slideshow-wrapper #slideshow-main .step-default,
#slideshow-wrapper #slideshow-main i {
  display: none;
}
#slideshow-wrapper #slideshow-main.list {
  background: none;
}
#slideshow-wrapper #slideshow-main.list div {
  position: relative;
  clear: both;
}
#slideshow-wrapper #slideshow-main.list .step {
  top: 0px;
  left: 0px;
}
#slideshow-wrapper #slideshow-main.list img {
  clear: both;
  float: left;
  margin-bottom: 25px;
}
#slideshow-wrapper #slideshow-main.list .instructions {
  float: left;
  width: 28%;
  position: relative;
  clear: none;
  padding: 0px 0px 0px 2%;
  font-size: 1.4rem;
  line-height: 1.3;
}
#slideshow-wrapper #slideshow-main.list .instructions h2,
#slideshow-wrapper #slideshow-main.list .instructions p {
  color: #432a0d;
  margin: 12.5px 0px;
}
#slideshow-wrapper #slideshow-main.list .instructions a:hover {
  color: #432a0d;
}
#slideshow-wrapper .slideshow-pagination {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 56%;
}
#slideshow-wrapper .slideshow-pagination a {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  color: #FFF;
  font-size: 6rem;
  position: relative;
  z-index: 100;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  opacity: .8;
  position: absolute;
  height: 100%;
  width: 200px;
  z-index: 10000;
}
#slideshow-wrapper .slideshow-pagination a i {
  top: 45%;
  right: 0%;
  position: absolute;
  text-align: right;
}
#slideshow-wrapper .slideshow-pagination a:hover {
  opacity: 1;
}
#slideshow-wrapper .slideshow-pagination a.cycle-prev i {
  left: 0%;
  text-align: left;
}
#slideshow-wrapper .slideshow-pagination .cycle-prev {
  left: 19px;
}
#slideshow-wrapper .slideshow-pagination .cycle-next {
  right: 243px;
}
#slideshow-wrapper #slideshow-carousel {
  width: 101%;
  padding: 0px;
  margin: 0px 0px;
}
#slideshow-wrapper #slideshow-carousel li {
  margin: 0px;
  padding: 5px;
  position: relative !important;
  display: block;
  height: 157px;
  width: 153px;
  min-width: 153px;
  min-height: 153px;
  top: -17px;
  margin-top: 11px;
}
#slideshow-wrapper #slideshow-carousel li i {
  color: #99bb28;
  position: absolute;
  top: -30px;
  left: 40%;
  font-size: 40px;
  display: none;
}
#slideshow-wrapper #slideshow-carousel li .step-default {
  background: none;
  padding-left: 0px;
  font-family: "futura-pt", 'futura', sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #99bb28;
  width: auto;
  line-height: 15px;
  letter-spacing: 1px;
  white-space: nowrap;
  background: #99bb28;
  position: absolute;
  top: 5px;
  left: 5px;
  color: #FFF;
  z-index: 100;
  padding: 7px;
}
#slideshow-wrapper #slideshow-carousel li:hover {
  cursor: pointer;
}
#slideshow-wrapper #slideshow-carousel li.cycle-slide-active {
  border: 5px solid #99bb28;
  padding: 0px;
}
#slideshow-wrapper #slideshow-carousel li.cycle-slide-active i {
  display: block;
}
#slideshow-wrapper #slideshow-carousel li.cycle-slide-active .step-default {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #99bb28;
  opacity: .25;
  text-indent: -9999em;
  top: 0px;
}
#slideshow-wrapper #slideshow-carousel img {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}
.entry #slideshow-wrapper.simple {
  width: 100%;
  height: auto;
}
.entry #slideshow-wrapper.simple #slideshow-main {
  min-height: 0px;
  background: none;
  padding: 0px;
  position: relative;
}
.entry #slideshow-wrapper.simple #slideshow-main img {
  width: 100%;
  height: auto;
  float: none;
}
.entry #slideshow-wrapper.simple #slideshow-main #caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px 12.5px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  z-index: 100;
  width: 100%;
  font-weight: 500;
}
.entry #slideshow-wrapper.simple #slideshow-main #caption h2 {
  display: none;
}
.entry #slideshow-wrapper.simple #slideshow-main #caption p {
  color: #FFF;
  font-size: 1.4rem;
  margin: 7px 0px;
  font-family: "futura-pt", 'futura', sans-serif;
  line-height: 1.4rem;
}
.entry #slideshow-wrapper.simple .slideshow-pagination {
  height: 100%;
}
.entry #slideshow-wrapper.simple .slideshow-pagination .cycle-next {
  right: 14px;
}
.entry #slideshow-wrapper.simple.story #slideshow-main {
  background: #432a0d;
  padding: 9px;
  min-height: 450px;
}
.entry #slideshow-wrapper.simple.story #slideshow-main #caption {
  background: none;
}
.entry #slideshow-wrapper.simple.story #slideshow-main #caption h2 {
  font-family: "freight-micro-pro", serif;
  padding: 0px 0px 7px 0px;
  margin-bottom: 7px;
  line-height: 24px;
  color: #FFF;
  display: block;
}
.entry #slideshow-wrapper.simple.story #slideshow-main #caption p {
  color: #FFF;
  line-height: 18.5px;
}
.entry #slideshow-wrapper.simple.story #slideshow-main #caption p {
  font-size: 14px;
  line-height: 16px;
}
.entry #slideshow-wrapper.simple.story #slideshow-main #caption a:hover {
  color: #FFF;
}
.entry #slideshow-wrapper.simple.story .slideshow-pagination {
  top: -11px;
}
#content .carousel {
  background: #FFF;
  padding: 12.5px;
}
#content .carousel .carousel-inner > .item {
  width: 100%;
}
#content .carousel .carousel-inner > .item > img {
  margin: 0px;
  padding: 0px;
  width: 50%;
  height: auto;
  float: left;
}
#content .carousel .carousel-inner > .item > .carousel-caption {
  text-align: left;
  width: 47%;
  margin-top: 12.5px;
  color: #222222;
  text-shadow: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  float: right;
}
#content .carousel .carousel-inner > .item > .carousel-caption h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
#content .carousel .carousel-inner > .item > .carousel-caption p,
#content .carousel .carousel-inner > .item > .carousel-caption li {
  text-align: left;
  font-size: 13px;
}
#content .carousel .carousel-inner > .item > .carousel-caption ul {
  list-style: disc;
  margin-left: 16px;
}
#content .carousel .carousel-indicators {
  bottom: 12px;
  width: 35%;
  right: 7%;
  left: auto;
}
#content .carousel .carousel-indicators li {
  border-color: #000;
}
#content .carousel .carousel-indicators li.active {
  background-color: #000;
  border: 0px;
  width: 10px;
  height: 10px;
  margin: 0px 5px 1px 0px;
}
#content .carousel .carousel-control {
  background: none;
  filter: none;
  box-shadow: none;
  text-shadow: none;
  color: rgba(0, 0, 0, 0.7);
  font-size: 38px;
  position: absolute;
  top: 45%;
  height: 47px;
  float: none;
  opacity: 0;
  transition: all .25s;
  z-index: 20;
  width: 48px;
}
#content .carousel .carousel-control i {
  cursor: pointer;
}
#content .carousel .carousel-control:hover {
  border: 0px;
}
#content .carousel .carousel-control.right {
  top: 43%;
  right: -25px;
}
#content .carousel .carousel-control.left {
  left: -25px;
}
#content .carousel:hover .right {
  opacity: 1;
  right: 12px;
}
#content .carousel:hover .left {
  left: 12px;
  opacity: 1;
}
#content .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
#content .carousel-fade .carousel-inner .item.left {
  float: none !important;
  left: auto;
}
#content .carousel-fade .carousel-inner .active {
  opacity: 1;
}
#content .carousel-fade .carousel-inner .active.left,
#content .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#content .carousel-fade .carousel-inner .next.left,
#content .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#content .carousel-fade .carousel-control {
  z-index: 20;
}
/* entire container, keeps perspective */
.webkit .flip-container {
  -webkit-perspective: 1000;
}
/* flip the pane when hovered */
.webkit .flip-container:hover .flipper,
.webkit .flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.webkit .flip-container:hover .flipper .back,
.webkit .flip-container.hover .flipper .back {
  z-index: auto;
}
.webkit .flip-container:hover .flipper .front,
.webkit .flip-container.hover .flipper .front {
  display: block;
}
.flip-container:hover .flipper .back,
.flip-container.hover .flipper .back {
  z-index: 10;
}
.flip-container:hover .flipper .front,
.flip-container.hover .flipper .front {
  display: none;
}
.flip-container,
.front,
.back {
  /*width: 320px;
	height: 480px;*/
  min-height: 242px;
  cursor: pointer;
}
/* flip speed goes here */
.flipper {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  position: relative;
}
/* hide back of pane during swap */
.front,
.back {
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* front pane, placed above back */
.front {
  z-index: 2;
}
/* back, initially hidden pane */
.webkit .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.back {
  width: 100%;
  height: 100%;
  background: #EEE;
}
.back h3 {
  font-family: "futura-pt", 'futura', sans-serif;
  color: #FFF;
  text-align: center;
  font-weight: 300;
  background: #99bb28;
  margin: 0px;
  padding: 13px;
  font-size: 1.7rem;
}
.back p {
  font-weight: normal;
  text-align: left;
  padding: 8px 11px;
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
}
/* 5.3 Forms and Navbars
*  Overrides from Bootstrap
*/
/*
*  5.3 Forms
*  5.3.1 Form Helpers
*  5.3.2 Form Elements
*  5.3.3 Navbars
*  5.3.4 Tabs
*  5.3.5 Buttons
*  5.3.6 Member Login
*
* This includes navbars and all form elements
*/
form h3 {
  margin: 37.5px 0px 0px 0px;
  font-size: 2.0rem;
}
form label {
  margin-bottom: 3px;
}
form button[type="submit"] {
  margin: 12.5px 0px;
}
form button,
form .btn {
  padding: 7px 12.5px;
}
.skinnyform {
  padding: 0px 15px;
}
.loader-bar {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.99;
}
.loader-bar .bar {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 4px;
  background: #99bb28;
  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%);
  }
}
form {
  /*
    * Help blocks are dynamically added with javascript to every .form-group,
	* after a required element or an element needing validation
	*/
}
form h3,
form .section-title {
  margin: 25px 0px 12.5px 0px;
  font-size: 2rem;
}
form .section-description {
  margin-top: 25px;
  font-style: italic;
}
form label.required:after {
  content: "*";
}
form .help-block,
form .note-block {
  font-size: 1.1rem;
  font-style: italic;
  margin: 2px 7.5px;
  padding: 0px;
  color: #99bb28;
  display: block;
}
form .help-block:before,
form .note-block:before,
form .help-block:after,
form .note-block:after {
  content: " ";
  display: table;
}
form .help-block:after,
form .note-block:after {
  clear: both;
}
form .help-block:before,
form .note-block:before,
form .help-block:after,
form .note-block:after {
  content: " ";
  display: table;
}
form .help-block:after,
form .note-block:after {
  clear: both;
}
form .help-block ul,
form .note-block ul {
  list-style: none;
  margin: 0px;
  float: left;
}
form .help-block:empty {
  height: 0px;
  margin: 0px;
  padding: 0px;
  display: none;
}
form .note-block {
  color: #ea9821;
}
form .note-block i {
  color: #000;
}
form .note-block a {
  text-decoration: underline;
  color: #222222;
}
form .error p.help-block {
  display: block;
}
form .error input[type="checkbox"] + .help-block {
  display: inline-block;
  top: 8px;
  position: relative;
}
form .form-group.error input,
form input[aria-invalid="true"],
form textarea[aria-invalid="true"],
form .form-group.error select {
  border-color: #d9534f;
  color: #d9534f;
  background-color: rgba(185, 74, 72, 0.1);
}
form input:focus:required:invalid:focus,
form textarea:focus:required:invalid:focus {
  border-color: #d9534f;
}
.form-group {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.submit-group {
  clear: both;
}
.form-group + .form-group,
.form-group + .btn {
  margin-top: 12.5px;
}
.form-group .inline-validation {
  position: absolute;
  right: -22px;
  top: 7px;
  display: none;
}
.form-group .inline-validation.loading {
  color: #555555;
}
.form-group .inline-validation.valid {
  color: #5cb85c;
}
.form-group .inline-validation.invalid {
  color: #d9534f;
}
.from-group .inline-validation {
  display: none;
}
.from-group[state="default"] .inline-validation {
  display: none;
}
.from-group[state="processing"] .inline-validation.processing {
  display: block;
}
.from-group[data-state="invalid"] .inline-validation.invalid,
.from-group.warning .inline-validation.invalid {
  display: block;
}
.from-group[data-state="valid"] .inline-validation.valid,
.from-group.success .inline-validation.valid {
  display: block;
}
.form-group[data-state="processing"] .inline-validation.processing {
  display: block;
}
.form-group[data-state="invalid"] .inline-validation.invalid {
  display: block;
}
.form-group[data-state="valid"] .inline-validation.valid {
  display: block;
}
.row .form-group + .form-group {
  margin-top: 0px;
}
.row .form-group .inline-validation {
  right: -10px;
  top: 19px;
}
.row .with-label .inline-validation {
  top: 40px;
}
.row .btn-link {
  top: 6px;
}
.form-control {
  height: auto;
  border-radius: 0px;
}
select.form-control {
  height: 33px;
}
.gecko .form-control {
  padding: 8px 12px 5px;
}
.msie .form-control {
  padding: 6px 12px 10px;
}
.radio-inline,
.checkbox-inline {
  margin: -3px 0px 0px 11px !important;
}
.radio-inline > input,
.checkbox-inline > input {
  margin-top: 2px;
}
.checkbox,
.radio {
  margin: 6px 0px;
}
.checkbox label,
.radio label {
  line-height: 20px;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
.btn > .fa-spin {
  font-size: 16px;
  right: -5px;
  position: relative;
  top: 1px;
  line-height: 1;
  width: 17px;
  height: 17px;
  text-indent: -2px;
  transform-origin: 8px;
}
.loading-ring {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 6px;
  border: 2px dotted #FFF;
  display: inline-block;
  border-radius: 100%;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  position: relative;
  top: 1.5px;
  left: 5px;
}
@keyframes loadingD {
  0 {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-bars {
  display: inline-block;
  color: #ffffff;
  text-indent: -9999em;
  margin: 0px;
  transform: translateZ(0);
  animation-delay: -0.16s;
  position: relative;
  margin: 0px 0px 0px 12px;
}
.loader-bars,
.loader-bars:before,
.loader-bars:after {
  background: #ffffff;
  animation: load1 1s infinite ease-in-out;
  width: 2px;
  height: 6px;
}
.loader-bars:before,
.loader-bars:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader-bars:before {
  left: -3px;
  animation-delay: -0.32s;
}
.loader-bars:after {
  left: 3px;
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1;
  }
  40% {
    box-shadow: 0 -2em;
    height: 1.1em;
  }
}
/*.entry { //remove this wrapper
		.nav-tabs{margin: 28px 0px 0px 0px;
		    >li a{font-size: 1.9rem; letter-spacing: 1px;}
		 }
		.tab-content {padding: @1pad;
			li{ color: #000; padding: 3px 0px;}
		}
	}*/
.styled-form .form-group {
  margin: 10px 0px;
}
.styled-form .form-control {
  border-radius: 0px;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.styled-form .form-group.error input,
.styled-form input[aria-invalid="true"] {
  border-color: #d9534f;
  background-color: rgba(185, 74, 72, 0.1);
}
.styled-form input:focus:required:invalid:focus,
.styled-form textarea:focus:required:invalid:focus {
  border-color: #d9534f;
}
.styled-form .btn {
  border-radius: 0px;
  margin: 0 auto;
  text-transform: uppercase;
  display: block;
  font-weight: 300;
  clear: both;
  padding: 7px 5%;
}
.styled-form small {
  text-align: center;
  width: 100%;
}
.gecko .entry .nav-tabs > li:only-child i {
  margin-top: -16px;
}
.btn-group {
  clear: both;
}
.btn-group .dropdown-toggle {
  padding: 12.5px 25px;
  margin-bottom: 0px;
  white-space: normal;
}
.btn-group .dropdown-toggle i {
  margin-top: 1px;
}
.dropdown-menu,
.active .dropdown-menu {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-top: 3px solid #432a0d;
  border-radius: 0px;
}
.dropdown-menu li:first-child a,
.active .dropdown-menu li:first-child a {
  padding-top: 5px;
}
.dropdown-menu li,
.active .dropdown-menu li {
  cursor: pointer;
  padding: 0px;
  margin: 0px;
}
.dropdown-menu li a,
.active .dropdown-menu li a {
  background: url('images/design/bg_info-box.jpg');
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}
.dropdown-menu li:hover,
.active .dropdown-menu li:hover,
.dropdown-menu li.active,
.active .dropdown-menu li.active,
.dropdown-menu li:hover a,
.active .dropdown-menu li:hover a,
.dropdown-menu li.active a,
.active .dropdown-menu li.active a {
  background: #666;
  color: #FFF;
}
.dropdown-menu li ul,
.active .dropdown-menu li ul {
  display: none;
}
.ui-autocomplete {
  list-style: none;
  background: url('images/design/bg_info-box.jpg');
  border-top: 3px solid #432a0d;
  max-width: 300px;
  z-index: 10;
  overflow-y: scroll;
}
.ui-autocomplete li,
.ui-autocomplete li a {
  padding: 2px 5px;
  color: #000;
  display: block;
  line-height: 1.7;
  cursor: pointer;
}
/*
* 5.3.3 Navbars
*/
.navbar-collapse {
  padding: 0px;
  width: 100%;
}
.navbar {
  margin: 10px 0px;
  clear: both;
  width: 100%;
  height: 40px;
}
.navbar-nav > li {
  margin: 0px 10px 10px 0px;
  min-width: 150px;
}
.navbar-nav > li .btn-group,
.navbar-nav > li button {
  width: 100%;
}
.navbar-nav > li > a,
.navbar-nav > li .btn {
  line-height: 1;
  font-size: 16px;
  color: #FFF;
  padding: 11px 5%;
  background-color: #432a0d;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  margin: 0px;
  border-radius: 0px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li .btn:hover {
  border: none !important;
  background-color: #180f05;
}
.navbar-nav > li > a.btn-secondary,
.navbar-nav > li .btn.btn-secondary,
.navbar-nav > li > a.dropdown-toggle,
.navbar-nav > li .btn.dropdown-toggle {
  background-color: #432a0d;
}
.navbar-nav > li > a.btn-secondary:hover,
.navbar-nav > li .btn.btn-secondary:hover,
.navbar-nav > li > a.dropdown-toggle:hover,
.navbar-nav > li .btn.dropdown-toggle:hover {
  background-color: #180f05;
  color: #FFF;
}
.navbar-nav > li > a.active,
.navbar-nav > li .btn.active {
  background-color: #8eba26;
}
.navbar-nav > li > a.focus,
.navbar-nav > li .btn.focus {
  background-color: #6e901d;
}
.navbar-nav > li > a i,
.navbar-nav > li .btn i {
  display: block !important;
  float: right;
  margin: 0px -5px 0px 0px;
  font-size: 17px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li.open > a {
  background: #180f05;
}
.navbar-nav > li.form {
  box-shadow: none;
  margin: 3px 0px 0px 0px;
}
.navbar-nav > li.toggler a {
  background: #666;
}
.navbar-nav > li.toggler a:after {
  content: '\e857' !important;
  font-family: "fontello";
  margin-left: 5px;
}
.navbar-nav > li.toggler a:hover {
  background: #333;
}
.navbar-nav > li.toggler.active a {
  background: #ea9821;
}
.navbar-nav > li.toggler.active a:after {
  content: '\e84d' !important;
}
.navbar-nav > li.toggler.active a:hover {
  background: #c57c13;
}
.navbar-nav .navbar-form {
  border-bottom: 0px;
  width: 100;
  margin: 0px;
  padding: 0px;
}
.navbar-nav > li.form {
  min-width: 200px;
}
.navbar-nav > li.form form {
  width: 100;
  margin: 0px;
  padding: 0px;
}
.navbar-nav > li.form .form-group {
  position: relative;
  width: 100%;
}
.navbar-nav > li.form i {
  position: absolute;
  top: 11px;
  left: 7px;
  width: 15px;
  font-size: 15px;
  color: #FFF;
  display: block;
}
.navbar-nav > li.form #clear,
.navbar-nav > li.form #loading {
  left: auto;
  right: 110px;
  font-size: 2.0rem;
  display: none;
  top: 9px;
  cursor: pointer;
}
.navbar-nav > li.form .form-control {
  border-radius: 0px;
  height: 40px;
  width: 100%;
  text-indent: 17px;
  font-size: 15px;
}
.navbar-nav > li.form .form-control + .btn {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px;
  border: 0px;
  min-width: 0px;
  width: auto;
  min-width: 35px;
  line-height: 1;
  margin: 0px;
  height: 40px;
  font-size: 15px;
  font-weight: 100;
}
.navbar-nav > li.form .form-control + .btn:hover,
.navbar-nav > li.form .form-control + .btn:active,
.navbar-nav > li.form .form-control + .btn:focus {
  color: #FFF;
}
.navbar-nav > li.form .form-control + .btn.search-icon {
  width: 35px;
  padding: 0px;
}
.single-filter {
  width: auto;
  min-width: 33%;
  padding-left: 1px;
}
.single-filter button {
  width: 100%;
  margin: 0px;
  background-color: #432a0d;
}
.single-filter button:hover {
  background: #180f05;
}
.single-filter .loader-bar {
  bottom: -3px;
}
.single-filter .loader-bar .bar {
  animation: exordo-loader-small 2s ease infinite;
}
.open.single-filter .dropdown-toggle.btn-primary {
  background: #180f05;
  color: #FFF;
}
h1 + .btn-group.filter-btn {
  margin-top: -54px;
}
.take-all-space-you-can {
  width: 100%;
}
.navbar-nav.justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0px;
}
.navbar-nav.justified > li {
  float: none;
  display: table-cell;
  padding: 0px 5px;
  vertical-align: bottom;
  width: 100%;
}
.navbar-nav.justified > li:first-child {
  padding-left: 0px;
}
.navbar-nav.justified > li:last-child {
  padding-right: 0px;
}
.navbar-nav.justified > li.toggler {
  width: 50%;
}
.navbar-nav.justified > li > a {
  text-align: center;
}
.navbar-nav.justified li > .dropdown-menu {
  margin: -2px 0px 0px 5px;
}
.navbar-nav.justified > .onethird {
  width: calc("100%/3");
}
.navbar-nav.justified > .twothird {
  width: calc("100%*(2/3)");
}
#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);
}
.open > .dropdown-menu {
  margin-right: 1px;
  max-height: 300px;
  overflow-y: auto;
}
.webkit .open > .dropdown-menu {
  min-width: 100%;
}
.nav-tabs {
  border: none;
  margin: 28px 0px 0px 0px;
}
.nav-tabs > li {
  display: block;
  float: left;
  border: none !important;
  border-bottom: 2px solid #ea9821 !important;
  border-radius: 0px;
}
.nav-tabs > li > a {
  text-decoration: none;
  background: #432a0d url(images/design/bg_vrule.png) 0% 50% no-repeat;
  font-family: "futura-pt", 'futura', sans-serif;
  color: #ffffff;
  font-size: 1.9rem;
  letter-spacing: 1px;
  border: none !important;
  padding: 5px 8px 2px 8px;
  border-radius: 0px !important;
  margin: 0px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 400;
}
.nav-tabs > li a:hover {
  color: #432a0d;
  background: #99bb28;
}
.nav-tabs > li.active > a:hover,
.nav-tabs .open > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs .open > a,
.nav-tabs .open > a:focus,
.nav-tabs > li:hover + li.active a {
  color: #ffffff;
  background: url(images/design/bg_angled-brown.png) no-repeat;
  padding-top: 17px;
  margin-top: -5px;
  border-radius: 0px;
}
.entry .nav-tabs > li:only-child {
  float: right;
  margin-top: -64px;
  border: 0px !important;
  width: 33%;
  text-align: center;
  position: relative;
}
.entry .nav-tabs > li:only-child > a {
  background: #e66704;
  font-size: 15px;
  text-transform: none;
  padding: 6px 12px;
  cursor: pointer;
  font-weight: 100;
  letter-spacing: 1px;
}
.entry .nav-tabs > li:only-child > a:hover,
.entry .nav-tabs > li:only-child.open > a {
  color: #FFF;
  background: #b45103;
  padding-top: 6px;
}
.entry .nav-tabs > li:only-child i {
  float: right;
  margin-top: 3px;
}
.entry .nav-tabs > li:only-child li > a {
  font-size: 15px;
  text-transform: none;
  text-align: left;
}
/*
* 5.3.5 Buttons
*/
a.btn,
a .btn,
.btn {
  text-decoration: none;
  margin-bottom: 12.5px;
  border: 0px;
  min-width: 125px;
  max-width: 100%;
  color: #FFF;
  font-family: "futura-pt", 'futura', sans-serif;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 5%;
}
a.btn.pull-right,
a .btn.pull-right,
.btn.pull-right {
  margin-left: 12.5px;
}
a.btn.full,
a .btn.full,
.btn.full {
  width: 100%;
}
a.btn.dropdown-toggle,
a .btn.dropdown-toggle,
.btn.dropdown-toggle {
  border-radius: 0px;
}
a.btn:hover,
a .btn:hover,
.btn:hover {
  border: none !important;
}
a.btn.btn-lg,
a .btn.btn-lg,
.btn.btn-lg {
  font-size: 2rem;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}
a.btn.btn-small,
a .btn.btn-small,
.btn.btn-small {
  font-size: 1.4rem;
  padding: ;
  min-width: 100px;
  padding: 5px 10px;
}
a.btn.btn-link,
a .btn.btn-link,
.btn.btn-link {
  font-size: 1.4rem;
  padding: 0px;
  color: #ea9821;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  min-width: 0px;
  display: inline-block;
  margin: 0px;
}
a.btn.btn-caps,
a .btn.btn-caps,
.btn.btn-caps {
  text-transform: uppercase;
}
a.btn + .btn,
a .btn + .btn,
.btn + .btn {
  margin-left: 12.5px;
}
button a,
button a:hover {
  text-decoration: none;
  color: #FFF;
  min-width: 125px;
  border: 0px;
}
.viewlink input {
  border: none;
  background: none;
  display: block;
  margin: -3px 0px 0px 0px;
  text-decoration: underline;
}
.btn-success,
.btn-primary,
.btn-default {
  background-color: #99bb28;
  border: 0px;
}
.btn-success:hover,
.btn-primary:hover,
.btn-default:hover,
.btn-success:focus,
.btn-primary:focus,
.btn-default:focus,
.btn-success:active,
.btn-primary:active,
.btn-default:active {
  background-color: #657c1b;
}
.btn-join,
.btn-important {
  background-color: #e66704;
  color: #FFF;
}
.btn-join:hover,
.btn-important:hover,
.btn-join:focus,
.btn-important:focus,
.btn-join:active,
.btn-important:active {
  color: #FFF;
  background-color: #9b4503;
}
.btn-secondary,
.btn-alt {
  background-color: #432a0d;
  color: #FFF;
}
.btn-secondary:hover,
.btn-alt:hover,
.btn-secondary:focus,
.btn-alt:focus,
.btn-secondary:active,
.btn-alt:active {
  color: #FFF;
  background-color: #180f05;
}
.btn-join-lg {
  background: url(images/images/btn_join_lg.png) no-repeat;
  width: 240px;
  height: 109px;
  background-size: 100%;
  text-indent: -9999em;
  display: block;
}
.btn-join-lg:hover {
  background-image: url(images/images/btn_join_lg_hover.png);
}
.btn-join-us {
  background: url(images/images/btn_join_green.png) no-repeat;
  width: 240px;
  height: 78px;
  background-size: 100%;
  text-indent: -9999em;
  display: block;
}
.btn-join-us:hover {
  background-image: url(images/images/btn_join_green_hover.png);
}
.aha-logged-in .btn-join-us {
  display: none;
}
.btn-renew {
  background: url(images/images/btn_join_green.png) no-repeat;
  width: 240px;
  height: 78px;
  background-size: 100%;
  text-indent: -9999em;
  display: block;
}
.btn-renew:hover {
  background-image: url(images/images/btn_join_green_hover.png);
}
.widget .btn-join-lg {
  width: 97%;
  height: 68px;
}
.btn-default {
  background-color: transparent;
  color: #FFF;
  border: 2px solid #FFF;
  text-transform: uppercase;
}
.btn-default:hover {
  border: 2px solid #AAA !important;
  color: #AAA;
  background-color: transparent;
}
.btn-default.reversed {
  color: #000;
  border-color: #000;
}
.btn-default.reversed:hover {
  border: 2px solid #333 !important;
  color: #333;
  background-color: transparent;
}
.btn-block {
  display: block;
  width: 100%;
  max-width: 350px;
}
#zym-submit {
  background: url(images/icons/icon_desktop.png);
  border: 0px;
  text-indent: -9999em;
  width: 106px;
  height: 91px;
  background-size: 96%;
  margin: 0 auto;
  background-repeat: no-repeat;
}
#zym-submit:hover {
  background-image: url(images/icons/icon_desktop-hover.png);
}
#read-online {
  background: url(images/images/btn_zym.png);
  border: 0px;
  text-indent: -9999em;
  width: 106px;
  height: 102px;
  background-size: 96%;
  margin-left: 8px;
  background-repeat: no-repeat;
}
.current-cover #read-online {
  position: absolute;
  top: 140px;
  left: -30px;
}
button {
  position: relative;
  color: #FFF;
}
button i {
  float: right;
  margin-top: 4px;
}
.gecko button i {
  margin-top: -18px;
}
/*
* 5.3.6 Member Login
*/
.member-login {
  margin-top: 50px;
  background: #ebebeb;
  padding: 30px 20px 20px 20px;
  position: relative;
  clear: both;
}
.member-login .join-us-logo {
  position: absolute;
  top: -30px;
  max-width: 150px;
}
.member-login .login-form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.member-login .login-form .form-group {
  margin-top: 0px;
  margin-right: 20px;
  width: 35%;
}
.member-login .login-form input,
.member-login .login-form .btn {
  height: 40px;
}
.member-login .login-form .btn {
  margin: 0px;
  padding: 0px 50px !important;
}
.member-login .login-form label {
  color: #555;
}
/*
* Responsive Design/Media Queries
*
*/
@media screen and (max-width: 667px) {
  .navbar {
    height: auto;
    padding: 0px;
  }
  .navbar-nav,
  .navbar-nav.justified {
    display: block;
  }
  .navbar-nav > li,
  .navbar-nav.justified > li,
  .navbar-nav > li.toggler,
  .navbar-nav.justified > li.toggler,
  .navbar-nav > .twothird,
  .navbar-nav.justified > .twothird,
  .navbar-nav > .onethird,
  .navbar-nav.justified > .onethird {
    display: block;
    width: 100%;
    padding: 0px;
  }
  .navbar-nav > li + li,
  .navbar-nav.justified > li + li {
    margin-top: 12.5px;
  }
  .navbar + .navbar {
    margin-top: -10px;
  }
}
@media screen and (max-width: 568px) {
  .member-login .login-form {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  .member-login .login-form .form-group {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
  }
  .member-login .login-form .btn {
    margin-top: 20px;
  }
}
aside .join-text,
aside .join-us-logo {
  display: none;
}
aside .member-login {
  margin-top: 20px;
  padding: 0px;
  background: none;
}
aside .member-login .login-form {
  flex-flow: wrap;
  flex-direction: column;
  align-items: unset;
}
aside .member-login .login-form .form-group,
aside .member-login .login-form .btn {
  width: 100%;
  margin-bottom: 10px;
}
/*
* 5.4 UI Elements
*/
/*Reset for font awesome use*/
/* Allow Font Awesome Icons in lieu of jQuery UI and only apply when using a FA icon */
.ui-widget .ui-icon {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent !important;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  font-family: "fontello";
  -webkit-font-smoothing: antialiased;
  text-indent: 0px !important;
  overflow: visible;
  width: auto;
  height: auto;
}
/*--- Accordion ----*/
.ui-accordion {
  display: none;
}
.ui-accordion .ui-accordion-header {
  text-align: center;
  cursor: pointer;
  border: 0px;
  background: #432a0d;
  margin: 12.5px 0px;
  clear: both;
  font-size: 21px;
  line-height: 1;
  color: #FFF;
  border-radius: 10px 10px 0px 0px;
  font-weight: 400;
  padding: 12.5px 0px;
  position: relative;
}
.ui-accordion h3.ui-accordion-header:before,
.ui-accordion h3.ui-accordion-header:after {
  content: none;
}
.ui-accordion h3:nth-child(2n) {
  background-color: #432a0d;
}
.ui-accordion h3.ui-accordion-header .ui-icon {
  position: absolute;
  right: 10px;
  top: 12px;
}
.ui-accordion h3.ui-accordion-header.ui-state-default .ui-icon:before {
  content: "\E831";
  font-size: 20px;
  color: #FFF;
}
.ui-accordion h3.ui-accordion-header.ui-state-active .ui-icon:before {
  content: "\E832";
}
.ui-accordion .ui-accordion-content {
  margin: -12.5px 0px 12.5px 0px;
  padding: 15px !important;
  border: 0px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
.ui-accordion article h1,
.ui-accordion .ui-accordion-content h1 {
  font-size: 24px;
  font-family: "futura-pt", 'futura', sans-serif;
  margin: 5px 0px;
  line-height: 12px;
  padding: 0px;
  font-weight: normal;
}
.ui-accordion article h2,
.ui-accordion .ui-accordion-content h2 {
  font-size: 18px;
  font-family: "futura-pt", 'futura', sans-serif;
  line-height: 1.428;
  margin: 12.5px 0px 0px 0px;
  font-weight: normal;
}
.ui-accordion article p,
.ui-accordion .ui-accordion-content p,
.ui-accordion .ui-accordion-content {
  font-size: 1.4rem;
  line-height: 1.428;
}
.ui-accordion .ui-accordion-content img {
  float: right;
  width: 35%;
  height: auto;
  margin: 0px 0px 0px 12.5px;
  padding: 0px 0px 12.5px 0px;
}
.ui-accordion .ui-accordion-content img.alignnone {
  float: none;
  margin: 0px;
}
.ui-accordion div h4,
.ui-accordion .ui-accordion-content h4 {
  text-align: left;
  font-weight: bold;
  font-size: 17px;
}
.ui-accordion .ui-widget-content a {
  color: #ea9821;
}
section .alert:first-child {
  margin-top: 50px;
}
.home section .alert:first-child {
  margin: 0px 0px 30px 0px;
}
.alert a {
  color: #432a0d;
  border-bottom: 1px dotted;
}
/*---Panels---*/
.panel-heading,
.panel {
  border-radius: 0px 10px 0px 0px;
}
h3.panel-title {
  font-family: "futura-pt", 'futura', sans-serif;
  color: inherit;
  font-weight: 500;
}
/*
* 5.5 Countdown Clock
*/
.clockdiv {
  display: flex;
  padding: 20px;
  background: #79a03f;
  max-width: 330px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}
.clockdiv .days,
.clockdiv .hours,
.clockdiv .minutes,
.clockdiv .seconds,
.clockdiv .semicolon {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #f4f4f2;
}
.clockdiv .time-wrapper p {
  margin: 0px;
  font-family: "futura-pt", 'futura', sans-serif;
  color: #fff;
  font-size: 18px;
}
/*
* 5.6 Craft Seal Interruptor
*/
#craft-seal {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
}
#craft-seal .craft-seal {
  width: 150px;
  height: auto;
}
#craft-seal p {
  font-size: 18px;
  font-family: "futura-pt", 'futura', sans-serif;
}
#craft-seal img {
  max-width: 82px;
}
.single-post #craft-seal {
  width: 100%;
}
.single-post #craft-seal p {
  color: #222222;
  margin: 12.5px 0px;
  font-size: 1.4rem;
  line-height: 1.428;
  font-family: Helvetica, Arial, sans-serif;
}
/**
* 6.0 Selectors (classes)
*
**/
.phark,
.phark a {
  text-indent: -5000px;
  display: block;
  /*font-size: 0;*/
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.perfect {
  height: 0;
}
.hidden,
.hideme {
  display: none !important;
}
.initial-hide {
  display: none;
}
.initial-hide.show {
  display: block;
}
p.important {
  color: #d9534f;
}
.ie-only {
  display: none;
}
.msie.msie1 .ie-only,
.msie.msie9 .ie-only,
.msie.msie8 .ie-only {
  display: block;
}
a.icon {
  font-size: 24px;
  margin-right: 6px;
  text-decoration: none;
}
.status {
  font-weight: bold;
}
a.download:after {
  content: "\E813";
  font-family: "fontello";
  font-size: 1.4rem;
  padding-left: 5px;
}
a.audio:after {
  content: "\E816";
  font-family: "fontello";
  font-size: 1.4rem;
  padding-left: 5px;
}
a.video:after {
  content: "\E813";
  font-family: "fontello";
  font-size: 1.4rem;
  padding-left: 5px;
}
.visible-tablet {
  display: none;
}
.mobile-ads {
  display: none;
}
.bullet:after,
.entry a.bullet[target="_blank"]:after {
  content: " • ";
  font-size: 1.4rem;
}
.entry a.bullet,
.entry a.bullet[target="_blank"] {
  border-bottom: none !important;
}
.bullet:last-child:after,
.entry a.bullet[target="_blank"]:last-child:after {
  content: "";
}
.bg-info,
.bg-alert,
.bg-warning,
.bg-success,
.bg-danger,
.msg,
.static-msg {
  padding: 15px;
}
.msg .btn,
.static-msg .btn {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 10px;
}
.msg + .msg,
.static-msg + .msg,
.msg + .static-msg,
.static-msg + .static-msg {
  margin-top: 12.5px;
}
.well {
  padding: 12.5px;
  border-radius: 0px;
}
.browser-alert {
  max-width: 1050px;
  width: 90%;
  border-radius: 0;
  margin: 0px auto 50px auto;
}
/**
* 7.0 Page Specific
*
**/
/* Warning Banners */
#banner-msg {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  z-index: 100;
  padding: 0px;
}
#banner-msg.warning {
  background: #f0ad4e;
}
#banner-msg p {
  text-align: center;
}
#hero {
  position: relative;
}
#hero img {
  width: 100%;
  height: auto;
}
.entry-title.__hero {
  background: #432a0d;
  padding: 12.5px 12.5px 29px 12.5px;
  margin-top: -1px;
}
.entry-title.__hero a {
  line-height: 1;
  font-family: "bebas-neue", sans-serif;
  font-size: 5.5rem;
  color: #FFF;
}
/*a*/
.more.__hero {
  color: #ea9821;
  border-bottom: 1px dotted #432a0d;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 1.4rem;
  position: absolute;
  bottom: 5px;
  right: 7px;
  text-decoration: none;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 600;
}
.more.__hero:hover {
  color: #FFF;
  border-color: #FFF;
}
.more.__hero i {
  font-size: 1.0rem;
}
.category.__hero {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.newsletter {
  display: block;
  float: none;
  clear: both;
  padding: 45px 0px 0px 0px;
  width: 100%;
  text-align: center;
}
.newsletter h3 {
  color: #FFF;
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 23px;
  display: inline-block;
}
.newsletter form {
  display: inline;
}
.newsletter form input[type="text"] {
  width: 40%;
  margin: 0px 15px;
  padding: 3px 0px 3px 5px;
  display: inline;
}
.newsletter form button[type="submit"] {
  display: inline-block;
  margin: -2px 0px 0px 0px;
}
.newsletter p,
.newsletter i {
  display: none;
}
.newsletter a.privacy {
  text-decoration: none;
  font-size: 1.4rem;
  color: #BCBEC0;
  font-family: "futura-pt", 'futura', sans-serif;
}
.newsletter a.privacy:hover {
  color: #FFF;
}
.win .newsletter input {
  text-indent: 4px;
}
.brew-guru-footer {
  position: relative;
  float: left;
  width: 19%;
  margin: -57px 0px 0px 0px;
}
.brew-guru-footer h3 {
  color: #FFF;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  padding-left: 51px;
  letter-spacing: 1px;
  margin-top: 0px;
  white-space: nowrap;
}
.brew-guru-footer img {
  position: absolute;
  width: 100px;
  height: auto;
}
.brew-guru-footer .brew-guru-icon {
  top: 28px;
  left: 0px;
  width: 60px;
}
.brew-guru-footer .ios-download {
  top: 33px;
  right: 10px;
}
.brew-guru-footer .google-download {
  top: 72px;
  right: 10px;
}
#buckets .list-group,
.archive #recipe-list,
.archive .posts,
.archive .video.posts,
#ymal {
  padding: 12.5px 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  clear: both;
}
#buckets .list-group .list-group-item,
.archive #recipe-list .list-group-item,
.archive .posts .list-group-item,
.archive .video.posts .list-group-item,
#ymal .list-group-item {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  flex-grow: 0;
  flex-basis: 32.25%;
  margin: 0px .5% 1% .5%;
}
#buckets .list-group .list-group-item .vcard,
.archive #recipe-list .list-group-item .vcard,
.archive .posts .list-group-item .vcard,
.archive .video.posts .list-group-item .vcard,
#ymal .list-group-item .vcard,
#buckets .list-group .list-group-item .updated,
.archive #recipe-list .list-group-item .updated,
.archive .posts .list-group-item .updated,
.archive .video.posts .list-group-item .updated,
#ymal .list-group-item .updated,
#buckets .list-group .list-group-item .entry-summary,
.archive #recipe-list .list-group-item .entry-summary,
.archive .posts .list-group-item .entry-summary,
.archive .video.posts .list-group-item .entry-summary,
#ymal .list-group-item .entry-summary,
#buckets .list-group .list-group-item .recipeCategory,
.archive #recipe-list .list-group-item .recipeCategory,
.archive .posts .list-group-item .recipeCategory,
.archive .video.posts .list-group-item .recipeCategory,
#ymal .list-group-item .recipeCategory {
  display: none;
}
#buckets .list-group .list-group-item .fa-lock,
.archive #recipe-list .list-group-item .fa-lock,
.archive .posts .list-group-item .fa-lock,
.archive .video.posts .list-group-item .fa-lock,
#ymal .list-group-item .fa-lock {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #8eba26;
  font-size: 31px;
  z-index: 1;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#buckets .list-group .list-group-item .featured-image,
.archive #recipe-list .list-group-item .featured-image,
.archive .posts .list-group-item .featured-image,
.archive .video.posts .list-group-item .featured-image,
#ymal .list-group-item .featured-image {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  margin: 0px;
  float: none;
  max-width: 100%;
  width: 100%;
}
#buckets .list-group .list-group-item .featured-image figcaption,
.archive #recipe-list .list-group-item .featured-image figcaption,
.archive .posts .list-group-item .featured-image figcaption,
.archive .video.posts .list-group-item .featured-image figcaption,
#ymal .list-group-item .featured-image figcaption {
  display: none;
}
#buckets .list-group .list-group-item img,
.archive #recipe-list .list-group-item img,
.archive .posts .list-group-item img,
.archive .video.posts .list-group-item img,
#ymal .list-group-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
}
#buckets .list-group .list-group-item img.pin-btn,
.archive #recipe-list .list-group-item img.pin-btn,
.archive .posts .list-group-item img.pin-btn,
.archive .video.posts .list-group-item img.pin-btn,
#ymal .list-group-item img.pin-btn {
  width: 20px;
  height: 20px;
}
#buckets .list-group .list-group-item h2.entry-title,
.archive #recipe-list .list-group-item h2.entry-title,
.archive .posts .list-group-item h2.entry-title,
.archive .video.posts .list-group-item h2.entry-title,
#ymal .list-group-item h2.entry-title {
  margin: 4px 0px 15px 0px;
}
#buckets .list-group .list-group-item h2.entry-title a,
.archive #recipe-list .list-group-item h2.entry-title a,
.archive .posts .list-group-item h2.entry-title a,
.archive .video.posts .list-group-item h2.entry-title a,
#ymal .list-group-item h2.entry-title a {
  display: block;
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 18px;
}
#buckets .list-group .list-group-item h3.style,
.archive #recipe-list .list-group-item h3.style,
.archive .posts .list-group-item h3.style,
.archive .video.posts .list-group-item h3.style,
#ymal .list-group-item h3.style,
#buckets .list-group .list-group-item h3.style a,
.archive #recipe-list .list-group-item h3.style a,
.archive .posts .list-group-item h3.style a,
.archive .video.posts .list-group-item h3.style a,
#ymal .list-group-item h3.style a,
#buckets .list-group .list-group-item h3.category,
.archive #recipe-list .list-group-item h3.category,
.archive .posts .list-group-item h3.category,
.archive .video.posts .list-group-item h3.category,
#ymal .list-group-item h3.category,
#buckets .list-group .list-group-item h3.category a,
.archive #recipe-list .list-group-item h3.category a,
.archive .posts .list-group-item h3.category a,
.archive .video.posts .list-group-item h3.category a,
#ymal .list-group-item h3.category a {
  color: #99bb28;
  margin: 7px 0px -3px 0px;
  padding: 0px;
  font-family: "futura-pt", 'futura', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2rem;
  text-decoration: none;
}
#buckets .list-group .list-group-item h3.style:hover,
.archive #recipe-list .list-group-item h3.style:hover,
.archive .posts .list-group-item h3.style:hover,
.archive .video.posts .list-group-item h3.style:hover,
#ymal .list-group-item h3.style:hover,
#buckets .list-group .list-group-item h3.style a:hover,
.archive #recipe-list .list-group-item h3.style a:hover,
.archive .posts .list-group-item h3.style a:hover,
.archive .video.posts .list-group-item h3.style a:hover,
#ymal .list-group-item h3.style a:hover,
#buckets .list-group .list-group-item h3.category:hover,
.archive #recipe-list .list-group-item h3.category:hover,
.archive .posts .list-group-item h3.category:hover,
.archive .video.posts .list-group-item h3.category:hover,
#ymal .list-group-item h3.category:hover,
#buckets .list-group .list-group-item h3.category a:hover,
.archive #recipe-list .list-group-item h3.category a:hover,
.archive .posts .list-group-item h3.category a:hover,
.archive .video.posts .list-group-item h3.category a:hover,
#ymal .list-group-item h3.category a:hover {
  color: #ea9821;
}
#buckets .list-group .list-group-item .tag-btn,
.archive #recipe-list .list-group-item .tag-btn,
.archive .posts .list-group-item .tag-btn,
.archive .video.posts .list-group-item .tag-btn,
#ymal .list-group-item .tag-btn {
  position: absolute;
  top: 0px;
  right: 0px;
}
#buckets .list-group .list-group-item .entry-content,
.archive #recipe-list .list-group-item .entry-content,
.archive .posts .list-group-item .entry-content,
.archive .video.posts .list-group-item .entry-content,
#ymal .list-group-item .entry-content,
#buckets .list-group .list-group-item .wrap,
.archive #recipe-list .list-group-item .wrap,
.archive .posts .list-group-item .wrap,
.archive .video.posts .list-group-item .wrap,
#ymal .list-group-item .wrap {
  position: relative;
}
#buckets .list-group .list-group-item .entry-content .specs,
.archive #recipe-list .list-group-item .entry-content .specs,
.archive .posts .list-group-item .entry-content .specs,
.archive .video.posts .list-group-item .entry-content .specs,
#ymal .list-group-item .entry-content .specs,
#buckets .list-group .list-group-item .wrap .specs,
.archive #recipe-list .list-group-item .wrap .specs,
.archive .posts .list-group-item .wrap .specs,
.archive .video.posts .list-group-item .wrap .specs,
#ymal .list-group-item .wrap .specs {
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  color: #FFF;
}
#buckets .list-group .list-group-item .entry-content .specs ul,
.archive #recipe-list .list-group-item .entry-content .specs ul,
.archive .posts .list-group-item .entry-content .specs ul,
.archive .video.posts .list-group-item .entry-content .specs ul,
#ymal .list-group-item .entry-content .specs ul,
#buckets .list-group .list-group-item .wrap .specs ul,
.archive #recipe-list .list-group-item .wrap .specs ul,
.archive .posts .list-group-item .wrap .specs ul,
.archive .video.posts .list-group-item .wrap .specs ul,
#ymal .list-group-item .wrap .specs ul {
  list-style: none;
  margin: 20px;
}
#buckets .list-group .list-group-item .entry-content .specs ul li,
.archive #recipe-list .list-group-item .entry-content .specs ul li,
.archive .posts .list-group-item .entry-content .specs ul li,
.archive .video.posts .list-group-item .entry-content .specs ul li,
#ymal .list-group-item .entry-content .specs ul li,
#buckets .list-group .list-group-item .wrap .specs ul li,
.archive #recipe-list .list-group-item .wrap .specs ul li,
.archive .posts .list-group-item .wrap .specs ul li,
.archive .video.posts .list-group-item .wrap .specs ul li,
#ymal .list-group-item .wrap .specs ul li {
  padding: 2px 0px;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
#buckets .list-group .list-group-item .entry-content .specs ul .property,
.archive #recipe-list .list-group-item .entry-content .specs ul .property,
.archive .posts .list-group-item .entry-content .specs ul .property,
.archive .video.posts .list-group-item .entry-content .specs ul .property,
#ymal .list-group-item .entry-content .specs ul .property,
#buckets .list-group .list-group-item .wrap .specs ul .property,
.archive #recipe-list .list-group-item .wrap .specs ul .property,
.archive .posts .list-group-item .wrap .specs ul .property,
.archive .video.posts .list-group-item .wrap .specs ul .property,
#ymal .list-group-item .wrap .specs ul .property {
  color: #99bb28;
}
#buckets .list-group .list-group-item .entry-content .specs ul .rw-ui-container,
.archive #recipe-list .list-group-item .entry-content .specs ul .rw-ui-container,
.archive .posts .list-group-item .entry-content .specs ul .rw-ui-container,
.archive .video.posts .list-group-item .entry-content .specs ul .rw-ui-container,
#ymal .list-group-item .entry-content .specs ul .rw-ui-container,
#buckets .list-group .list-group-item .wrap .specs ul .rw-ui-container,
.archive #recipe-list .list-group-item .wrap .specs ul .rw-ui-container,
.archive .posts .list-group-item .wrap .specs ul .rw-ui-container,
.archive .video.posts .list-group-item .wrap .specs ul .rw-ui-container,
#ymal .list-group-item .wrap .specs ul .rw-ui-container {
  top: -2px;
  left: 3px;
}
#buckets .list-group .list-group-item:hover .specs,
.archive #recipe-list .list-group-item:hover .specs,
.archive .posts .list-group-item:hover .specs,
.archive .video.posts .list-group-item:hover .specs,
#ymal .list-group-item:hover .specs {
  opacity: 1;
  background: none;
}
#buckets .list-group .list-group-item:last-child,
.archive #recipe-list .list-group-item:last-child,
.archive .posts .list-group-item:last-child,
.archive .video.posts .list-group-item:last-child,
#ymal .list-group-item:last-child,
#buckets .list-group .list-group-item:first-child,
.archive #recipe-list .list-group-item:first-child,
.archive .posts .list-group-item:first-child,
.archive .video.posts .list-group-item:first-child,
#ymal .list-group-item:first-child {
  border-radius: 0px;
}
.archive .posts .list-group-item .fa-lock {
  bottom: 76px;
}
.aha-logged-in .fa-lock {
  display: none !important;
}
.archive .posts .list-group-item:hover h2 a,
.archive .posts .list-group-item:hover h3 a {
  color: #ea9821;
}
#buckets {
  clear: both;
  padding: 25px 0px 0px 0px;
}
#buckets .category-title {
  margin-left: 5px;
  margin-bottom: 0px;
}
#buckets .category-title img {
  width: auto;
  height: 40px;
  top: -6px;
  position: relative;
}
#buckets .category-title a {
  color: #432a0d;
}
#buckets .category-title a:hover {
  color: #ea9821;
}
#buckets .tag.btn {
  background: #99bb28;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 4px 10px 2px 10px;
  min-width: 0px;
  float: right;
  border-radius: 0px;
  margin: -36px 5px 0px 0px;
}
#buckets .tag.btn:hover {
  background-color: #77911f;
}
#buckets .list-group {
  padding: 0px;
  float: none;
  clear: both;
  width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 35px;
}
#buckets .list-group .list-group-item {
  overflow: hidden;
  border: none;
  flex-basis: 25%;
  margin: 0px 5px;
  background-color: transparent;
}
#buckets .list-group .list-group-item .entry-content {
  background-color: #432a0d;
  transition: all .5s ease;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 6px 10px 6px 10px;
  height: 59px;
  display: block;
}
#buckets .list-group .list-group-item .entry-title {
  margin: 4px 0px 15px 0px;
  line-height: 1.2;
}
#buckets .list-group .list-group-item .entry-title a {
  color: #FFF;
  font-family: "freight-micro-pro", serif;
  font-size: 2rem;
  height: auto;
  min-height: 46px;
}
#buckets .list-group .list-group-item h2.entry-title:after {
  content: "";
  text-align: right;
  position: absolute;
  top: 28px;
  right: -10px;
  width: 30%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(67, 42, 13, 0), #432a0d 80%);
}
#buckets .list-group .list-group-item:hover h2.entry-title:after {
  display: none;
}
@supports (-webkit-line-clamp: 2) {
  #buckets .list-group .list-group-item .entry-content {
    background-color: rgba(67, 42, 13, 0.8);
  }
  #buckets .list-group .list-group-item h2.entry-title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 45px;
    line-height: 1.2;
    overflow: hidden;
    margin-bottom: 5px;
  }
  #buckets .list-group .list-group-item h2.entry-title:after {
    display: none;
  }
}
#buckets .list-group .list-group-item .entry-summary {
  display: block;
  padding-top: 7px;
}
#buckets .list-group .list-group-item .entry-summary p {
  color: #FFF;
}
#buckets .list-group .list-group-item .entry-summary a {
  color: #FFF;
}
#buckets .list-group .list-group-item .entry-summary a i {
  font-size: 11px;
}
#buckets .list-group .list-group-item .entry-summary a.more {
  color: #ea9821;
  font-weight: 600;
}
#buckets .list-group .list-group-item .specs {
  opacity: 1;
  padding-top: 35px;
  background: none;
}
#buckets .list-group .list-group-item .specs .property {
  color: #99bb28;
}
#buckets .list-group .list-group-item:hover {
  cursor: pointer;
}
#buckets .list-group .list-group-item:hover .entry-title {
  height: auto;
}
#buckets .list-group .list-group-item:hover .entry-content {
  height: 100%;
}
.page-clubs #buckets .list-group .list-group-item {
  flex-basis: 32%;
}
/* Safe to delete
	//Individual Bucket Items
	.home .posts, #buckets .posts{

		margin: -@1pad 0px 40px 0px;

		.list-group-item{
			flex-basis: 24%;
			background: none;
			border: 0px;

			h2.entry-title{
				margin: 4px 0px 15px 0px;
			}

			@supports (-webkit-line-clamp: 2) {
			h2.entry-title{
			    -webkit-box-orient: vertical;
			    display: -webkit-box;
			    -webkit-line-clamp: 2;
				max-height: 50px;
				overflow: hidden;
				margin-bottom: 5px;
			}
			}
		}
	}



	//-- Faux Buckets like home page. Used also on club connection --//
	#buckets .posts{
		display: flex;
		margin-top: 0px;

		.list-group-item{
			.nomargin();
			flex-basis: 25%;
			margin: 0px 1%;
			background-color: #CCC;

			.featured-image{
				float: none;
				width: 100%;
				max-width: 100%;
				.nomargin();
			}

			figcaption{display: none;}

		}
	}
	*/
.widgets li.widget {
  margin-bottom: 15px;
}
.widgets h3 {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 1.6rem;
  margin-top: 0px;
  padding: 5px 7px;
  background: #432a0d;
  border-bottom: 2px solid #ea9821;
  color: #FFF;
  font-weight: 400;
  margin-bottom: 4px;
}
.widgets img {
  width: 100%;
  height: auto;
}
.widget a,
.widget a > p {
  color: #432a0d;
  font-size: 2.1rem;
  line-height: 1;
  font-family: "freight-micro-pro", serif;
  margin: 2px 0px;
  text-decoration: none;
}
.widget i {
  font-size: 16px;
}
.widget a:hover,
.widget a:hover p {
  color: #ea9821;
}
.widget a img {
  border: none;
}
.widget p {
  margin: 0px;
}
#default .widgets img {
  max-width: 200px;
}
#ads li.widget {
  width: 200px;
}
.textwidget p,
.textwidget a {
  text-decoration: none;
  font-family: "freight-micro-pro", serif;
  font-size: 2.1rem;
  line-height: 1;
  color: #432a0d;
  display: block;
}
.textwidget p i,
.textwidget a i {
  color: #432a0d;
}
.textwidget a + a {
  margin-top: 10px;
}
.textwidget a:hover i {
  color: #ea9821;
}
.widgets .widget_sp_image h3 {
  margin-bottom: 0px;
  font-weight: 400;
}
.widgets .widget_sp_image div a + p {
  padding-top: 5px;
}
.widgets .widget_sp_image .brewer a + p {
  padding-top: 0px;
}
.widgets .widget_sp_image .brewer a,
.widgets .widget_sp_image .deal a {
  font-family: Helvetica, Arial, sans-serif;
}
.widgets .widget_sp_image .brewer {
  background: url('images/design/bg_brewer.png') no-repeat;
  background-size: 200px;
  height: 74px;
}
.widgets .widget_sp_image .brewer img {
  width: 60px;
  height: 60px;
  border: 2px solid #FFF !important;
  margin: 8px 0px 0px 5px;
}
.widgets .widget_sp_image .brewer p {
  font-family: Helvetica, Arial, sans-serif;
  color: #FFF;
  margin: -14px 0px 0px 79px;
}
.widgets .widget_sp_image .brewer a {
  color: #432a0d;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: 600;
}
.widgets .widget_sp_image .brewer a:hover {
  color: #FFF;
}
.widgets .widget_sp_image .brewer i {
  font-size: 1.0rem;
}
.widgets .widget_sp_image .brewer a + i.fa-chevron-right {
  display: none;
}
.widgets .widget_sp_image .deal,
.widgets .aha-deal-widget {
  height: auto;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.widgets .widget_sp_image .deal .nav,
.widgets .aha-deal-widget .nav {
  float: none;
  width: 100%;
}
.widgets .widget_sp_image .deal .nav a.dropdown-toggle,
.widgets .aha-deal-widget .nav a.dropdown-toggle {
  background-color: #8eba26;
}
.widgets .widget_sp_image .deal .nav li.open,
.widgets .aha-deal-widget .nav li.open,
.widgets .widget_sp_image .deal .nav li a.dropdown-toggle:hover,
.widgets .aha-deal-widget .nav li a.dropdown-toggle:hover {
  background-color: #6e901d;
}
.widget .brew-guru-headline {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #99bb28;
  margin-top: 30px;
  font-size: 32px;
}
.widget .brew-guru-subhead {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #e66704;
  margin-bottom: 10px;
  font-size: 17px;
}
.widget .brew-guru-app-promo {
  display: block;
  width: 100%;
  height: auto;
}
.widget .app-store-link {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-top: 0px;
}
@keyframes rotateMoney {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1080deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(30px) translateX(-50%);
  }
  60% {
    transform: translateY(15px) translateX(-50%);
  }
}
.widgets .aha-deal-widget {
  height: auto;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  background: radial-gradient(ellipse at center, #6f4815 0%, #6f4815 31%, #6f4815 46%, #6f4815 46%, #4e320f 100%);
  /* W3C */
  border-width: 0px 1px 1px 1px;
}
.widgets .aha-deal-widget #deal-banner {
  position: relative;
}
.widgets .aha-deal-widget #deal-banner #deal-header {
  width: 200px;
  margin: -5px 0px 0px 0px;
  border-bottom: 2px solid #ea9821;
}
.widgets .aha-deal-widget #deal-banner .money {
  position: absolute;
  top: 0px;
  left: 7px;
  width: 22px;
  height: auto;
  transition: transform 2s;
  animation-name: rotateMoney;
  animation-iteration-count: 2;
  animation-duration: 5s;
  animation-delay: 4s;
}
.widgets .aha-deal-widget #deal-banner .arrow {
  position: absolute;
  top: 1px;
  right: 8px;
  width: 23px;
  height: auto;
}
.widgets .aha-deal-widget #deal-banner:hover .money {
  transform: rotateY(1080deg);
}
.widgets .aha-deal-widget .navbar {
  height: auto;
  margin: 0px;
  padding: 0px;
  padding: 0px 7.5px;
}
.widgets .aha-deal-widget .navbar.filterbar > .nav {
  margin: 0px;
}
.widgets .aha-deal-widget .navbar.filterbar > .nav > li {
  width: 100%;
  margin: 8px 0px;
  display: block;
  float: none;
}
.widgets .aha-deal-widget .navbar.filterbar > .nav > li a {
  font-family: "futura-pt", 'futura', sans-serif;
}
.widgets .aha-deal-widget .navbar.filterbar > .nav a.btn {
  border-radius: 0px;
  font-size: 16px;
  color: #FFF;
  font-family: "futura-pt", 'futura', sans-serif;
  display: block;
  background: #e66704;
  font-weight: 100;
}
.widgets .aha-deal-widget .navbar.filterbar > .nav a.btn:hover {
  background: #b45103;
}
.widgets .aha-deal-widget .navbar.filterbar > .nav .dropdown-menu li {
  margin-bottom: -2px;
}
.gecko .widgets h3 {
  font-weight: 500;
}
#forum-content li a {
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-indent: -6px;
  margin-left: 13px;
  display: inline-block;
  line-height: 1.2;
}
#forum-content li a i {
  font-size: 12px;
  margin-right: -4px;
}
.win .widgets .widget_sp_image .deal a.more {
  letter-spacing: -1px;
  font-weight: 600;
}
.post-categories,
.breadcrumbs {
  margin: 0px;
  height: 32px;
}
.post-categories li,
.breadcrumbs li {
  list-style: none;
  background: #99bb28;
  display: block;
  float: left;
  padding: 7px 7px 5px 7px;
}
.post-categories li a,
.breadcrumbs li a,
.post-categories li a:hover,
.breadcrumbs li a:hover {
  text-decoration: none;
  font-family: "futura-pt", 'futura', sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #FFF;
  letter-spacing: 1px;
}
.post-categories li i,
.breadcrumbs li i {
  padding-left: 10px;
}
.post-categories li:first-child,
.breadcrumbs li:first-child {
  display: none;
}
.post-categories li:only-child,
.breadcrumbs li:only-child {
  display: block;
}
.format-gallery .post-categories {
  margin-top: 13px;
}
.post-categories + h1.entry-title {
  margin-top: 12.5px;
}
.box-tag-style {
  background: none;
  padding-left: 0px;
  font-family: "futura-pt", 'futura', sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #99bb28;
  width: auto;
  line-height: 15px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.breadcrumbs li {
  background: none;
  padding-left: 0px;
  font-family: "futura-pt", 'futura', sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #99bb28;
  width: auto;
  line-height: 15px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.breadcrumbs li a {
  color: #99bb28;
}
.breadcrumbs li a:hover {
  color: #ea9821;
}
a.tag-btn,
h2.tag-btn,
.category.__hero,
div.tag-btn {
  background: #99bb28;
  display: block;
  float: left;
  padding: 7px 7px 5px 7px;
  font-family: "futura-pt", 'futura', sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #FFF;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0px;
}
a.tag-btn.y2015,
h2.tag-btn.y2015,
.category.__hero.y2015,
div.tag-btn.y2015,
a.tag-btn.y2009,
h2.tag-btn.y2009,
.category.__hero.y2009,
div.tag-btn.y2009 {
  background: #432a0d;
}
a.tag-btn.y2014,
h2.tag-btn.y2014,
.category.__hero.y2014,
div.tag-btn.y2014,
a.tag-btn.y2008,
h2.tag-btn.y2008,
.category.__hero.y2008,
div.tag-btn.y2008 {
  background: #8eba26;
}
a.tag-btn.y2013,
h2.tag-btn.y2013,
.category.__hero.y2013,
div.tag-btn.y2013,
a.tag-btn.y2007,
h2.tag-btn.y2007,
.category.__hero.y2007,
div.tag-btn.y2007 {
  background: #ea9821;
}
a.tag-btn.y2012,
h2.tag-btn.y2012,
.category.__hero.y2012,
div.tag-btn.y2012,
a.tag-btn.y2006,
h2.tag-btn.y2006,
.category.__hero.y2006,
div.tag-btn.y2006 {
  background: #b35a06;
}
a.tag-btn.y2011,
h2.tag-btn.y2011,
.category.__hero.y2011,
div.tag-btn.y2011,
a.tag-btn.y2005,
h2.tag-btn.y2005,
.category.__hero.y2005,
div.tag-btn.y2005 {
  background: #c54801;
}
a.tag-btn.y2010,
h2.tag-btn.y2010,
.category.__hero.y2010,
div.tag-btn.y2010 {
  background: #3e3e3e;
}
a.tag-btn.year,
h2.tag-btn.year,
.category.__hero.year,
div.tag-btn.year {
  position: absolute;
  top: 0px;
  right: 0px;
}
.category.__hero .zymurgy {
  background: #432a0d;
}
.category.__hero .recipes {
  background: #8eba26;
}
.category.__hero .news {
  background: #ea9821;
}
.category.__hero .lets-brew {
  background: #b35a06;
}
.category.__hero .club-of-the-week {
  background: #c54801;
}
.category.__hero .brewer-of-the-week {
  background: #432a0d;
}
.category.__hero .pimp-my-system {
  background: #3e3e3e;
}
.category.__hero .recent-alerts {
  background: #c54801;
}
.category.__hero .video {
  background: #ea9821;
}
h2.tag-btn {
  display: inline-block;
  float: none;
}
.hentry .vcard,
.page .vcard,
.format-video .vcard,
.archive .format-video .vcard,
.hentry.tf_events .vcard,
.hentry .updated,
.page .updated,
.format-video .updated,
.archive .format-video .updated,
.hentry.tf_events .updated,
.hentry .published,
.page .published,
.format-video .published,
.archive .format-video .published,
.hentry.tf_events .published,
.hentry .entry-summary,
.page .entry-summary,
.format-video .entry-summary,
.archive .format-video .entry-summary,
.hentry.tf_events .entry-summary,
.hentry .recipeCategory,
.page .recipeCategory,
.format-video .recipeCategory,
.archive .format-video .recipeCategory,
.hentry.tf_events .recipeCategory,
.hentry .meta-description,
.page .meta-description,
.format-video .meta-description,
.archive .format-video .meta-description,
.hentry.tf_events .meta-description {
  display: none;
}
.hentry time.updated,
.archive .category-recent-alerts.post time.updated {
  display: none;
}
.hentry.category-recent-alerts time.updated {
  display: block;
}
.hentry.category-news time.updated {
  display: block;
  margin-top: -19px;
  font-size: 1.4rem;
}
.archive.category-recent-alerts .category-recent-alerts.post time.updated {
  display: inline-block;
}
.entry .featured-image,
.type-post .entry .featured-image {
  float: right;
  margin: 0px 0px 12.5px 12.5px;
  max-width: 40%;
  height: auto;
  position: relative;
}
.entry .featured-image img,
.type-post .entry .featured-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0px;
}
.entry .featured-image .pin-btn,
.type-post .entry .featured-image .pin-btn {
  left: 20px;
  top: 17px;
  width: 20px;
  height: 20px;
  position: absolute;
}
.entry div.pin-it {
  position: relative;
}
.entry div.pin-it .pin-btn {
  left: 20px;
  top: 17px;
  width: 20px;
  height: 20px;
  position: absolute;
}
.recipes .entry figure.featured-image {
  margin-bottom: 25px;
}
.recipes .entry figure.featured-image .tag-btn {
  position: absolute;
  right: 0px;
  top: 0px;
}
.entry img,
.type-post .entry img,
.modal-body img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.entry img.alignnone,
.type-post .entry img.alignnone,
.modal-body img.alignnone,
.entry img.fullwidth,
.type-post .entry img.fullwidth,
.modal-body img.fullwidth {
  float: none;
  width: 100%;
}
.entry img.alignright,
.type-post .entry img.alignright,
.modal-body img.alignright {
  float: right;
  width: 40%;
  margin: 0px 0px 12.5px 12.5px;
}
.entry img.alignleft,
.type-post .entry img.alignleft,
.modal-body img.alignleft {
  float: left;
  width: 40%;
  margin: 0px 12.5px 12.5px 0px;
}
.entry img.larger,
.type-post .entry img.larger,
.modal-body img.larger {
  width: 60%;
}
.entry img.medium,
.type-post .entry img.medium,
.modal-body img.medium {
  width: 30%;
}
.entry img.smaller,
.type-post .entry img.smaller,
.modal-body img.smaller {
  width: 20%;
}
.type-post .entry img {
  width: 40%;
  float: right;
}
.type-post .entry .featured-image img {
  width: 100%;
  float: none;
}
.wide .entry img.medium {
  width: 20%;
}
.entry div.wp-caption img {
  width: 100%;
  padding: 0px;
}
.entry div.wp-caption p {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 6px 0px 0px 0px;
  line-height: 1.4rem;
}
figcaption {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 5px;
}
.entry div.wp-caption.alignnone {
  width: 100% !important;
}
.entry div.wp-caption.alignleft {
  width: 40% !important;
  float: left;
  padding: 0px 12.5px 12.5px 0px;
}
.entry div.wp-caption.alignleft.larger {
  width: 60% !important;
}
.entry div.wp-caption.alignleft.smaller {
  width: 20% !important;
}
.entry div.wp-caption.alignright {
  width: 40% !important;
  float: right;
  padding: 0px 0px 12.5px 12.5px;
}
.entry div.wp-caption.alignright > img.larger {
  width: 120% !important;
}
.entry div.wp-caption.alignright > img.smaller {
  width: 80% !important;
}
.page-join-or-renew div.primary-content {
  padding: 35px 0px 15px 0px;
  padding-bottom: 0px;
}
.page-join-or-renew div.primary-content .gabf-callout {
  margin-top: 50px;
}
.page-join-or-renew p.pull-right {
  padding-right: 25px;
}
.page-join-or-renew small {
  padding: 0 25px;
}
body.post-template-single-wide header,
body.post-template-single-super-wide header {
  max-width: 1050px !important;
}
body.post-template-single-wide cite,
body.post-template-single-super-wide cite {
  color: #432a0d;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
body.post-template-single-wide #content,
body.post-template-single-super-wide #content {
  width: 1400px;
  background: #fff;
  padding: 0px;
}
@media screen and (max-width: 1400px) {
  body.post-template-single-wide #content,
  body.post-template-single-super-wide #content {
    width: 100%;
  }
}
body.post-template-single-wide #primary,
body.post-template-single-super-wide #primary {
  padding: 65px 200px 65px 50px;
  width: 100%;
  position: static;
}
@media screen and (max-width: 1024px) {
  body.post-template-single-wide #primary,
  body.post-template-single-super-wide #primary {
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  body.post-template-single-wide #primary,
  body.post-template-single-super-wide #primary {
    padding: 80px 50px 50px 50px;
  }
}
@media screen and (max-width: 568px) {
  body.post-template-single-wide #primary,
  body.post-template-single-super-wide #primary {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 568px) {
  body.post-template-single-wide.admin-bar #primary,
  body.post-template-single-super-wide.admin-bar #primary {
    margin-top: 0px;
  }
}
body.post-template-single-wide .post-categories li,
body.post-template-single-super-wide .post-categories li {
  background: none;
  padding: 0px;
}
body.post-template-single-wide .post-categories li a,
body.post-template-single-super-wide .post-categories li a {
  color: #99bb28;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
}
body.post-template-single-wide .yarpp-related > h2,
body.post-template-single-super-wide .yarpp-related > h2 {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  body.post-template-single-wide .yarpp-related > h2,
  body.post-template-single-super-wide .yarpp-related > h2 {
    font-size: 20px;
  }
}
body.post-template-single-wide h1.entry-title,
body.post-template-single-super-wide h1.entry-title {
  font-size: 40px;
  padding: 0px;
  line-height: 48px;
  margin-top: -10px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  body.post-template-single-wide h1.entry-title,
  body.post-template-single-super-wide h1.entry-title {
    font-size: 30px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 568px) {
  body.post-template-single-wide h1.entry-title,
  body.post-template-single-super-wide h1.entry-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
body.post-template-single-wide p,
body.post-template-single-super-wide p {
  font-size: 14px;
  line-height: 24px;
}
body.post-template-single-wide h2,
body.post-template-single-super-wide h2 {
  font-size: 30px;
  font-family: "freight-micro-pro", serif;
}
@media screen and (max-width: 568px) {
  body.post-template-single-wide h2,
  body.post-template-single-super-wide h2 {
    font-size: 18px;
  }
}
body.post-template-single-wide .entry-title,
body.post-template-single-super-wide .entry-title,
body.post-template-single-wide p,
body.post-template-single-super-wide p,
body.post-template-single-wide h2,
body.post-template-single-super-wide h2,
body.post-template-single-wide h3,
body.post-template-single-super-wide h3,
body.post-template-single-wide h4,
body.post-template-single-super-wide h4 {
  color: #432a0d;
}
body.post-template-single-wide .info-box h3,
body.post-template-single-super-wide .info-box h3 {
  color: #fff;
}
body.post-template-single-wide #social-links,
body.post-template-single-super-wide #social-links {
  position: static;
}
@media screen and (max-width: 768px) {
  body.post-template-single-wide #social-links,
  body.post-template-single-super-wide #social-links {
    display: flex !important;
  }
}
body.post-template-single-wide #social-links a,
body.post-template-single-super-wide #social-links a {
  background: none !important;
  color: #432a0d;
  padding-left: 0px;
}
body.post-template-single-wide #social-links a i,
body.post-template-single-super-wide #social-links a i {
  font-size: 23px;
}
body.post-template-single-wide .featured-image,
body.post-template-single-super-wide .featured-image {
  float: none;
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
}
body.post-template-single-wide p.wp-caption-text,
body.post-template-single-super-wide p.wp-caption-text {
  margin-bottom: 20px;
}
body.post-template-single-wide #social-links {
  margin-bottom: 20px;
}
body.post-template-single-wide #social-links a {
  text-align: left;
}
body.post-template-single-wide #social-links a i:before {
  text-align: left;
}
body.post-template-single-wide #social-links #fb {
  padding-right: 0px;
}
body.post-template-single-wide .entry-content {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  body.post-template-single-wide .entry-content {
    flex-flow: column nowrap;
    flex-direction: column-reverse;
  }
}
body.post-template-single-wide .entry-content .left-rail {
  flex-basis: 25%;
  margin-right: 50px;
  padding-right: 20px;
  border-right: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  body.post-template-single-wide .entry-content .left-rail {
    margin-right: 0px;
    padding-right: 0px;
    flex-basis: 100%;
    border-right: none;
  }
  body.post-template-single-wide .entry-content .left-rail #menu-alt .menu-item a {
    font-size: 16px;
  }
  body.post-template-single-wide .entry-content .left-rail nav.single-post {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body.post-template-single-wide .entry-content .yarpp-related {
    padding-top: 10px;
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
  }
}
body.post-template-single-wide .entry-content .yarpp-related #ymal {
  flex-flow: column nowrap;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  body.post-template-single-wide .entry-content .yarpp-related #ymal {
    flex-flow: row nowrap;
    padding-right: 0px;
    justify-content: space-between;
  }
}
body.post-template-single-wide .entry-content .yarpp-related #ymal .entry-title a {
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 18px;
  margin-top: 7px;
}
body.post-template-single-wide .entry-content .yarpp-related #ymal .list-group-item {
  flex: auto;
}
@media screen and (max-width: 768px) {
  body.post-template-single-wide .entry-content .yarpp-related #ymal .list-group-item {
    flex-basis: 30%;
  }
}
body.post-template-single-wide .entry-content .yarpp-related #ymal .entry-title {
  margin-bottom: 30px;
  position: relative;
}
body.post-template-single-wide .entry-content .yarpp-related #ymal .entry-title:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 50px;
  background: #ea9821;
  bottom: -7px;
}
body.post-template-single-wide .entry-content .wide-post-content {
  flex-basis: 85%;
  max-width: 750px;
}
body.post-template-single-wide .featured-image,
body.post-template-single-wide .wp-post-image {
  margin-bottom: 30px;
}
@media screen and (max-width: 568px) {
  body.post-template-single-wide .featured-image,
  body.post-template-single-wide .wp-post-image {
    margin-bottom: 10px;
  }
}
body.post-template-single-wide #comments {
  margin-left: 34%;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  body.post-template-single-wide #comments {
    margin-left: 27%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.post-template-single-wide #comments {
    margin-left: 0%;
    margin-top: 20px;
  }
}
body.post-template-single-wide .post-categories,
body.post-template-single-wide .entry-title,
body.post-template-single-wide #social-links {
  max-width: 750px;
  margin-right: 0px;
  margin-left: auto;
  width: 73%;
}
@media screen and (max-width: 1024px) {
  body.post-template-single-wide .post-categories,
  body.post-template-single-wide .entry-title,
  body.post-template-single-wide #social-links {
    max-width: 624px;
  }
}
@media screen and (max-width: 768px) {
  body.post-template-single-wide .post-categories,
  body.post-template-single-wide .entry-title,
  body.post-template-single-wide #social-links {
    max-width: 100%;
    width: 100%;
  }
}
body.post-template-single-super-wide #primary {
  padding: 65px 180px 65px;
}
@media screen and (max-width: 1024px) {
  body.post-template-single-super-wide #primary {
    padding: 80px 100px 50px;
  }
}
@media screen and (max-width: 768px) {
  body.post-template-single-super-wide #primary {
    padding: 80px 50px 50px 50px;
  }
}
@media screen and (max-width: 568px) {
  body.post-template-single-super-wide #primary {
    padding: 30px 20px;
  }
}
body.post-template-single-super-wide h1.entry-title {
  text-align: center;
  max-width: 750px;
  margin: -10px auto 0 auto;
}
body.post-template-single-super-wide .post-categories {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.post-template-single-super-wide .content-wrapper {
  display: flex;
  padding-bottom: 50px;
}
@media screen and (max-width: 568px) {
  body.post-template-single-super-wide .content-wrapper {
    flex-flow: column nowrap;
    flex-direction: column-reverse;
  }
}
body.post-template-single-super-wide .post-content {
  flex-basis: 75%;
}
body.post-template-single-super-wide .featured-image,
body.post-template-single-super-wide .wp-post-image {
  margin-bottom: 35px;
  width: 100% !important;
  max-height: 600px;
  object-fit: cover;
}
@media screen and (max-width: 568px) {
  body.post-template-single-super-wide .featured-image,
  body.post-template-single-super-wide .wp-post-image {
    margin-bottom: 20px;
  }
}
body.post-template-single-super-wide #social-links {
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.post-template-single-super-wide #social-links {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 568px) {
  body.post-template-single-super-wide #social-links {
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
body.post-template-single-super-wide #social-links a:last-of-type {
  padding-right: 0px;
}
body.post-template-single-super-wide #comments {
  width: 73%;
  margin-right: 0px;
  margin-left: auto;
  display: block;
}
body.post-template-single-super-wide .yarpp-related {
  max-width: 240px;
  margin-right: 50px;
  flex-basis: 25%;
}
@media screen and (max-width: 768px) {
  body.post-template-single-super-wide .yarpp-related {
    margin-right: 30px;
  }
}
@media screen and (max-width: 568px) {
  body.post-template-single-super-wide .yarpp-related {
    flex-basis: 100%;
    margin-right: 0px;
    max-width: 100%;
    margin-top: 30px;
  }
}
body.post-template-single-super-wide .yarpp-related #ymal {
  flex-flow: column nowrap;
}
body.post-template-single-super-wide .yarpp-related #ymal .list-group-item {
  display: flex;
  padding: 7px 0px;
  border-top: 1px solid #d9d9d9;
}
body.post-template-single-super-wide .yarpp-related #ymal .list-group-item:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
body.post-template-single-super-wide .yarpp-related #ymal .list-group-item img {
  position: static;
}
body.post-template-single-super-wide .yarpp-related #ymal .list-group-item .featured-image {
  padding-bottom: 0px;
  max-width: 60px;
  max-height: 60px;
}
body.post-template-single-super-wide .yarpp-related #ymal .list-group-item h2.entry-title {
  margin: 0px 0px 0px 10px;
  display: flex;
  align-items: center;
}
body.post-template-single-super-wide .yarpp-related #ymal .list-group-item h2.entry-title a {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
}
#primary.archive .single-filter {
  margin: 0px 0.5% 12.5px 0px;
}
.archive .list-group {
  /* .list-group-item{
	    padding: 0px 0px @1pad 0px;
	    margin: 0px;
	}*/
}
.archive .list-group h2.entry-title a {
  color: #432a0d;
  font-family: "freight-micro-pro", serif;
}
.archive .list-group h2.entry-title a:hover {
  color: #ea9821;
}
.archive .list-group h3.category {
  font-weight: normal;
  font-family: "futura-pt", 'futura', sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 1px;
}
.archive .list-group article {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-width: 0px 0px 1px 0px;
}
.archive .list-group article a.more {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 600;
}
.archive .list-group article a.more i {
  font-size: 1.1rem;
}
.archive .list-group article .comment-count,
.archive .list-group article time {
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  font-size: 1.1rem;
}
.archive .list-group article .comment-count a {
  text-decoration: none;
  color: #432a0d;
}
.archive .list-group article .comment-count a:hover {
  color: #ea9821;
}
.archive.category-13 h3.category {
  font-weight: normal;
  font-family: "futura-pt", 'futura', sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 12.5px;
  background: #99bb28;
  display: block;
  float: left;
  padding: 7px 7px 5px 7px;
  color: #FFF;
  letter-spacing: 1px;
}
.archive.category-13 article {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-width: 0px 0px 1px 0px;
}
.archive.category-13 article figure.featured-image {
  float: left;
  max-width: 100px;
  height: auto;
  margin: 0px 12.5px 12.5px 0px;
}
.archive.category-13 article figure.featured-image figcaption {
  display: none;
}
.archive.category-13 article figure.featured-image figcaption {
  min-width: 20px;
  width: 20px !important;
  left: 10px;
  top: 10px;
}
#primary.archive h2.title,
#primary.archive h3.title {
  padding: 0px 12.5px;
}
h3.day {
  margin: 25px 0px 12.5px 0px;
  clear: both;
}
article.row {
  margin: 0px;
}
.row img {
  max-width: 90%;
}
.table-view .row time {
  font-size: .8rem;
  width: 25%;
  display: inline-block;
  font-weight: bold;
  padding-left: 5px;
  min-width: 141px;
}
.row time a {
  color: #000;
  text-decoration: none;
}
.table-view .row .entry-title {
  margin: 0px;
  padding: 2px 0px 0px 0px;
  font-size: .9rem;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  max-width: 58%;
}
.row h1 a {
  text-decoration: underline;
}
.page-template-tmpl-wide-php #primary,
.page-template-tmpl_members-only-wide-php #primary,
.page-id-1129 #primary,
.page-id-361 #primary,
.page-aha-member-deals #primary,
.page-aha-member-deals-2017 #primary,
.page-aha-member-deals-2017 #primary,
.page-id-2033 #primary,
.page-template-tmpl_archive-php #primary,
.archive #primary,
.page-template-tmpl_archive-php #primary,
.format-gallery #primary,
.page-id-1403 #primary,
.page-clubs #primary {
  position: relative;
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  min-height: 700px;
}
@media (min-width: 992px) {
  .page-template-tmpl-wide-php #primary,
  .page-template-tmpl_members-only-wide-php #primary,
  .page-id-1129 #primary,
  .page-id-361 #primary,
  .page-aha-member-deals #primary,
  .page-aha-member-deals-2017 #primary,
  .page-aha-member-deals-2017 #primary,
  .page-id-2033 #primary,
  .page-template-tmpl_archive-php #primary,
  .archive #primary,
  .page-template-tmpl_archive-php #primary,
  .format-gallery #primary,
  .page-id-1403 #primary,
  .page-clubs #primary {
    float: left;
    width: 78.57142857%;
  }
}
@media (min-width: 992px) {
  .page-template-tmpl-wide-php #secondary,
  .page-id-1129 #secondary,
  .page-id-361 #secondary,
  .page-aha-member-deals #secondary,
  .page-aha-member-deals-2017 #secondary,
  .page-aha-member-deals-2017 #secondary,
  .page-id-2033 #secondary,
  .page-template-tmpl_archive-php #secondary,
  .archive #secondary,
  .format-gallery #secondary,
  .page-id-1403 #secondary,
  .page-clubs #secondary {
    right: 78.57142857%;
  }
}
@media (min-width: 992px) {
  .page-template-tmpl-wide-php #ads,
  .page-template-tmpl_members-only-wide-php #ads,
  .page-template-tmpl_members-only-wide-php #default,
  .page-id-1129 #ads,
  .page-id-361 #ads,
  .page-template-tmpl-wide-php #default,
  .page-id-1129 #default,
  .page-id-361 #default,
  .page-aha-member-deals #default,
  .page-id-2033 #default,
  .page-template-tmpl_archive-php #default,
  .archive #default,
  .format-gallery #default,
  .page-id-1403 #default,
  .page-clubs #primary {
    right: 78.57142857%;
  }
}
.page-template-tmpl-wide-php #ads,
.page-template-tmpl_members-only-wide-php #ads,
.page-id-1129 #ads,
.page-id-361 #ads,
.archive #ads,
.page-id-1403 #ads,
.page-clubs #ads,
.page-template-tmpl-wide-php #default,
.page-template-tmpl_members-only-wide-php #default,
.page-id-1129 #default,
.page-id-361 #default,
.archive #default,
.page-id-1403 #default,
.page-clubs #default {
  padding-left: 5px;
}
.page-template-tmpl-wide-php #ads,
.page-template-tmpl_members-only-wide-php #ads,
.format-gallery #ads,
.page-clubs #ads {
  padding-right: 12.5px;
}
.page-template-tmpl-wide-php #ads li.widget,
.page-template-tmpl_members-only-wide-php #ads li.widget,
.format-gallery #ads li.widget,
.page-clubs #ads li.widget {
  float: right;
}
#primary .calendar.posts {
  margin: -25px 0px 12.5px 0px;
}
#primary #event-list,
#primary .event-list {
  width: 100%;
}
#primary #event-list h2.month,
#primary .event-list h2.month {
  font-size: 2.2rem;
  color: #99bb28;
  border-bottom: 1px solid rgba(110, 144, 29, 0.08);
  padding-bottom: 5px;
  margin: 12.5px 0px;
}
#primary #event-list article,
#primary .event-list article {
  padding: 12.5px;
  margin: 0px;
}
#primary #event-list article time,
#primary .event-list article time {
  float: left;
  font-size: 14px;
  width: 24%;
  font-weight: bold;
  font-style: normal;
  min-height: 32px;
  color: #000;
}
#primary #event-list article time .from,
#primary .event-list article time .from,
#primary #event-list article time .to,
#primary .event-list article time .to {
  display: block;
}
#primary #event-list article h2,
#primary .event-list article h2 {
  display: inline;
  margin: 0px;
  background: none;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
}
#primary #event-list article h2 a,
#primary .event-list article h2 a {
  color: #ea9821;
}
#primary #event-list article h2 a:hover,
#primary .event-list article h2 a:hover {
  color: #99bb28;
}
#primary #event-list article .entry,
#primary .event-list article .entry {
  background: none;
  margin: 0px 0px 0px 16%;
  padding: 0px;
}
#primary #event-list article .entry p,
#primary .event-list article .entry p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
#event-list article:nth-child(2n) {
  background: rgba(110, 144, 29, 0.08);
}
.event-list article:nth-child(2n-1) {
  background: rgba(110, 144, 29, 0.08);
}
#primary .mini.calendar article {
  padding: 1px 12.5px;
}
#primary .mini.calendar article h3 {
  font-size: 1.2rem;
}
.img_404 {
  width: 95%;
  height: auto;
  margin: 50px auto 12.5px auto;
}
.error404 #content #searchform {
  position: absolute;
  bottom: 200px;
  left: 166px;
  width: 200px;
  height: 30px;
}
.error404 #content #searchform i {
  position: absolute;
  left: 5px;
  top: 7px;
}
.error404 #content #searchform input {
  text-indent: 26px;
  line-height: 1;
  width: 100%;
  height: 100%;
}
.error404 #content #searchform #clear-search {
  display: none;
}
.touch #results.ahamd .col .address {
  margin: 4px 0px;
  display: block;
}
.touch #results.ahamd .col .map-link,
.touch #results.ahamd .col .tel-link {
  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.4rem;
  line-height: 1.428;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  margin-bottom: 12.5px;
  min-width: 125px;
  max-width: 100%;
  color: #FFF;
  font-family: "futura-pt", 'futura', sans-serif;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 5%;
  color: #fff;
  background-color: #432a0d;
  border-color: #2e1d09;
  background-color: #99bb28;
  border: 0px;
  background: #432a0d;
  display: block;
  margin: 10px auto;
  clear: right;
}
.touch #results.ahamd .col .map-link:focus,
.touch #results.ahamd .col .tel-link:focus,
.touch #results.ahamd .col .map-link:active:focus,
.touch #results.ahamd .col .tel-link:active:focus,
.touch #results.ahamd .col .map-link.active:focus,
.touch #results.ahamd .col .tel-link.active:focus,
.touch #results.ahamd .col .map-link.focus,
.touch #results.ahamd .col .tel-link.focus,
.touch #results.ahamd .col .map-link:active.focus,
.touch #results.ahamd .col .tel-link:active.focus,
.touch #results.ahamd .col .map-link.active.focus,
.touch #results.ahamd .col .tel-link.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.touch #results.ahamd .col .map-link:hover,
.touch #results.ahamd .col .tel-link:hover,
.touch #results.ahamd .col .map-link:focus,
.touch #results.ahamd .col .tel-link:focus,
.touch #results.ahamd .col .map-link.focus,
.touch #results.ahamd .col .tel-link.focus {
  color: #333;
  text-decoration: none;
}
.touch #results.ahamd .col .map-link:active,
.touch #results.ahamd .col .tel-link:active,
.touch #results.ahamd .col .map-link.active,
.touch #results.ahamd .col .tel-link.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.touch #results.ahamd .col .map-link.disabled,
.touch #results.ahamd .col .tel-link.disabled,
.touch #results.ahamd .col .map-link[disabled],
.touch #results.ahamd .col .tel-link[disabled],
fieldset[disabled] .touch #results.ahamd .col .map-link,
fieldset[disabled] .touch #results.ahamd .col .tel-link {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.touch #results.ahamd .col .map-link.pull-right,
.touch #results.ahamd .col .tel-link.pull-right {
  margin-left: 12.5px;
}
.touch #results.ahamd .col .map-link.full,
.touch #results.ahamd .col .tel-link.full {
  width: 100%;
}
.touch #results.ahamd .col .map-link.dropdown-toggle,
.touch #results.ahamd .col .tel-link.dropdown-toggle {
  border-radius: 0px;
}
.touch #results.ahamd .col .map-link:hover,
.touch #results.ahamd .col .tel-link:hover {
  border: none !important;
}
.touch #results.ahamd .col .map-link.btn-lg,
.touch #results.ahamd .col .tel-link.btn-lg {
  font-size: 2rem;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.touch #results.ahamd .col .map-link.btn-small,
.touch #results.ahamd .col .tel-link.btn-small {
  font-size: 1.4rem;
  padding: ;
  min-width: 100px;
  padding: 5px 10px;
}
.touch #results.ahamd .col .map-link.btn-link,
.touch #results.ahamd .col .tel-link.btn-link {
  font-size: 1.4rem;
  padding: 0px;
  color: #ea9821;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  min-width: 0px;
  display: inline-block;
  margin: 0px;
}
.touch #results.ahamd .col .map-link.btn-caps,
.touch #results.ahamd .col .tel-link.btn-caps {
  text-transform: uppercase;
}
.touch #results.ahamd .col .map-link + .btn,
.touch #results.ahamd .col .tel-link + .btn {
  margin-left: 12.5px;
}
.touch #results.ahamd .col .map-link:hover,
.touch #results.ahamd .col .tel-link:hover,
.touch #results.ahamd .col .map-link:focus,
.touch #results.ahamd .col .tel-link:focus,
.touch #results.ahamd .col .map-link.focus,
.touch #results.ahamd .col .tel-link.focus,
.touch #results.ahamd .col .map-link:active,
.touch #results.ahamd .col .tel-link:active,
.touch #results.ahamd .col .map-link.active,
.touch #results.ahamd .col .tel-link.active,
.open > .dropdown-toggle.touch #results.ahamd .col .map-link,
.open > .dropdown-toggle.touch #results.ahamd .col .tel-link {
  color: #fff;
  background-color: #180f05;
  border-color: #000000;
}
.touch #results.ahamd .col .map-link:active,
.touch #results.ahamd .col .tel-link:active,
.touch #results.ahamd .col .map-link.active,
.touch #results.ahamd .col .tel-link.active,
.open > .dropdown-toggle.touch #results.ahamd .col .map-link,
.open > .dropdown-toggle.touch #results.ahamd .col .tel-link {
  background-image: none;
}
.touch #results.ahamd .col .map-link.disabled,
.touch #results.ahamd .col .tel-link.disabled,
.touch #results.ahamd .col .map-link[disabled],
.touch #results.ahamd .col .tel-link[disabled],
fieldset[disabled] .touch #results.ahamd .col .map-link,
fieldset[disabled] .touch #results.ahamd .col .tel-link,
.touch #results.ahamd .col .map-link.disabled:hover,
.touch #results.ahamd .col .tel-link.disabled:hover,
.touch #results.ahamd .col .map-link[disabled]:hover,
.touch #results.ahamd .col .tel-link[disabled]:hover,
fieldset[disabled] .touch #results.ahamd .col .map-link:hover,
fieldset[disabled] .touch #results.ahamd .col .tel-link:hover,
.touch #results.ahamd .col .map-link.disabled:focus,
.touch #results.ahamd .col .tel-link.disabled:focus,
.touch #results.ahamd .col .map-link[disabled]:focus,
.touch #results.ahamd .col .tel-link[disabled]:focus,
fieldset[disabled] .touch #results.ahamd .col .map-link:focus,
fieldset[disabled] .touch #results.ahamd .col .tel-link:focus,
.touch #results.ahamd .col .map-link.disabled.focus,
.touch #results.ahamd .col .tel-link.disabled.focus,
.touch #results.ahamd .col .map-link[disabled].focus,
.touch #results.ahamd .col .tel-link[disabled].focus,
fieldset[disabled] .touch #results.ahamd .col .map-link.focus,
fieldset[disabled] .touch #results.ahamd .col .tel-link.focus,
.touch #results.ahamd .col .map-link.disabled:active,
.touch #results.ahamd .col .tel-link.disabled:active,
.touch #results.ahamd .col .map-link[disabled]:active,
.touch #results.ahamd .col .tel-link[disabled]:active,
fieldset[disabled] .touch #results.ahamd .col .map-link:active,
fieldset[disabled] .touch #results.ahamd .col .tel-link:active,
.touch #results.ahamd .col .map-link.disabled.active,
.touch #results.ahamd .col .tel-link.disabled.active,
.touch #results.ahamd .col .map-link[disabled].active,
.touch #results.ahamd .col .tel-link[disabled].active,
fieldset[disabled] .touch #results.ahamd .col .map-link.active,
fieldset[disabled] .touch #results.ahamd .col .tel-link.active {
  background-color: #432a0d;
  border-color: #2e1d09;
}
.touch #results.ahamd .col .map-link .badge,
.touch #results.ahamd .col .tel-link .badge {
  color: #432a0d;
  background-color: #fff;
}
.touch #results.ahamd .col .map-link:hover,
.touch #results.ahamd .col .tel-link:hover,
.touch #results.ahamd .col .map-link:focus,
.touch #results.ahamd .col .tel-link:focus,
.touch #results.ahamd .col .map-link:active,
.touch #results.ahamd .col .tel-link:active {
  background-color: #657c1b;
}
.touch #results.ahamd .col .map-link i,
.touch #results.ahamd .col .tel-link i {
  float: right;
  margin-top: 4px;
}
.touch #results.ahamd .col .tel-link {
  display: block;
  margin: 10px auto;
  background: #99bb28;
}
.navbar .search_ahamd .navbar-nav li {
  width: 24%;
  margin-right: 1%;
}
.navbar .search_ahamd .navbar-nav li li {
  width: 100%;
  margin: 0px;
}
.navbar .search_ahamd .navbar-nav li.form {
  width: 50%;
}
.navbar .search_ahamd .navbar-nav li.form input.form-control {
  width: 100%;
}
.navbar .search_ahamd .navbar-nav li.form i#text-loading {
  position: absolute;
  right: 6px;
  top: 6px;
  left: auto;
  width: auto;
  height: auto;
  bottom: auto;
}
.navbar .search_ahamd .navbar-nav li a i#inline-loading {
  position: absolute;
  right: 10px;
  top: 10px;
  left: auto;
  bottom: auto;
}
.firefox .navbar .search_ahamd .navbar-nav > li a i#inline-loading {
  top: 25px;
}
article .entry .bubble-content h1 {
  font-size: 2rem;
  max-width: 400px;
}
/*#results.shops{
	min-height: 150px;
	h2{font-size: 1.4rem; color: @brand-green; text-transform: uppercase; margin: 14px 0px 1px 0px; padding-top: 11px; border-top: 1px solid @aha-black;}
	h2:first-child{border: 0px;}

	li{float: none; width: 100%; min-height: 0px; background: none; padding:0px; margin-bottom: 6px; list-style: none;
		p{padding: 0px;}
	}

	li.member {
		background: @aha-green url(images/design/aha_logo_lg.png) 18px 17px no-repeat; background-size: 80px;  margin: 6px 0px 10px 0px; padding: 17px 55px; border-bottom: 0px;
		h3 {padding-left: 55px; font-weight: bold; margin: 0px 0px 3px 0px; }
		h3 a{font-size: 1.8rem; padding-left: 0px;}
		p{padding-left: 55px;}
		a{padding: 0px; margin: 0px; padding: 0px; font-size: 1.4rem; display: inline;}
		p.description{margin: 12.5px 0px 0px -95px;}
	}
}*/
#results.clubs .city-name,
#results.shops .city-name {
  font-size: 1.6rem;
  color: #8eba26;
  text-transform: uppercase;
  margin: 14px 0 1px 0;
  padding-top: 11px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#results.clubs .homebrew-shop,
#results.shops .homebrew-shop {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#results.clubs .member-shop,
#results.shops .member-shop {
  background: rgba(110, 144, 29, 0.08) url(images/design/aha_logo_lg.png) 18px 17px no-repeat;
  background-size: 80px;
  margin: 6px 0px 10px 0px;
  padding: 17px 55px 15px 55px;
  border-bottom: 0px;
  list-style: none;
}
#results.clubs .member-shop .company-name,
#results.shops .member-shop .company-name {
  padding-left: 55px;
  font-weight: bold;
  margin: 0px;
}
#results.clubs .member-shop .company-name a,
#results.shops .member-shop .company-name a {
  font-size: 1.8rem;
  padding-left: 0px;
}
#results.clubs .member-shop .company-name a:after,
#results.shops .member-shop .company-name a:after {
  content: "" !important;
}
#results.clubs .member-shop .company-location,
#results.shops .member-shop .company-location {
  margin-top: 2px;
}
#results.clubs .member-shop p,
#results.shops .member-shop p {
  padding-left: 55px;
}
#results.clubs .member-shop a,
#results.shops .member-shop a {
  margin: 0px;
  padding: 0px;
  font-size: 1.4rem;
  display: inline;
}
#results.clubs .member-shop a:after,
#results.shops .member-shop a:after {
  content: "" !important;
}
#results.clubs .member-shop .company-description,
#results.shops .member-shop .company-description {
  margin: 12.5px 0px 0px -95px;
}
#results.clubs .nonmember-shop,
#results.shops .nonmember-shop {
  display: block;
  margin: 5px 0px 12.5px 0px;
}
#results.clubs .club,
#results.shops .club {
  list-style: none;
  margin: 5px 0px 12.5px 0px;
}
#results.clubs .club li,
#results.shops .club li {
  margin: 0px;
  padding: 0px;
}
#results.clubs .club .club-website a:after,
#results.shops .club .club-website a:after {
  content: "" !important;
}
.current-cover {
  position: relative;
  margin: 0px;
}
.current-cover img {
  max-width: 100%;
  width: 100%;
  border: 1px solid #000;
  padding: 0px;
  margin: 16px 0px 25px 0px;
}
.current-cover .zym-banner {
  position: absolute;
  bottom: 110px;
  left: -5px;
  width: 40% !important;
  height: auto;
  border: 0px;
}
.zym-sponsor {
  float: right;
  width: 41%;
  clear: right;
  margin: -12.5px -10px 0px 0px;
}
.zym-sponsor h3 {
  width: 50%;
  float: left;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  border-right: 2px solid;
  padding-right: 12.5px;
  margin-right: 12.5px;
}
.zym-sponsor img {
  width: auto;
  max-height: 75px;
  max-width: 98px;
}
.features h3 {
  margin-bottom: 0px;
}
.features cite {
  font-style: normal;
  color: #333;
  font-size: 1.4rem;
  font-family: "futura-pt", 'futura', sans-serif;
}
.columns strong {
  display: inline-block;
  margin: 1px 0px;
}
.columns strong:after {
  content: " | ";
}
.columns cite {
  font-style: normal;
  color: #333;
  font-size: 1.4rem;
  font-family: "futura-pt", 'futura', sans-serif;
  display: inline-block;
}
.yarpp-related {
  clear: both;
}
#ymal {
  margin-top: 0px;
}
#ymal .list-group-item .featured-image {
  height: auto;
}
#ymal .list-group-item h2.entry-title a {
  font-weight: 400 !important;
  height: auto;
  color: #222222;
  overflow: visible;
}
#ymal .list-group-item h2.entry-title a:hover {
  color: #dd8b15;
}
#ymal .list-group-item .pin-it .pin-link {
  display: none !important;
}
#ymal .list-group-item figcaption {
  display: none;
}
.page-membership-benefits .entry .featured-image {
  max-width: 50%;
  margin-right: -14px;
}
.page-membership-benefits section .btn {
  margin-top: 30px;
}
.page-membership-benefits section .hero-content .btn {
  margin-top: 0px;
}
section.member-benefit {
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section.member-benefit:before,
section.member-benefit:after {
  content: " ";
  display: table;
}
section.member-benefit:after {
  clear: both;
}
section.member-benefit:before,
section.member-benefit:after {
  content: " ";
  display: table;
}
section.member-benefit:after {
  clear: both;
}
section.member-benefit:last-of-type {
  border-bottom: 0px;
}
section.member-benefit img.alignleft {
  width: auto;
  margin-right: 30px;
}
section.member-benefit h2 {
  color: #99bb28;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}
section.member-benefit ul {
  padding-left: 24.5%;
}
section.member-benefit li {
  margin-bottom: 12.5px;
}
/*cool zoom effect. Disabled 1/8/13
.archive .posts	.list-group-item .entry-content{
	.featured-image{position: relative; height: 175px;
		img{position: absolute; left: 0px; top: -10%; transition: all .25s ease-in-out;}
		img.attachment-default{top: 0px;}
	}
	a:hover img{max-width: 105%; width: 105%; left: -2%; top: -12%;
			&.attachment-default{top: 0%; left: 0%; with: 100%;}
	}
}*/
.videoWrapper {
  margin: 12.5px 0px;
}
.archive .posts.video .list-group-item .entry-content .featured-image {
  height: 125px;
}
body.post.format-video .featured-image {
  display: none;
}
body.post.format-video #ymal .featured-image {
  display: block;
}
.entry .pds-box,
.entry .PDS_Poll {
  background: none;
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  direction: ltr;
}
.entry .pds-question-top {
  font-family: "bebas-neue", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 3rem;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: normal;
  font-size: 2.1rem;
  line-height: 1.25;
  margin: 2.8rem 0px 1.4rem 0px;
}
.entry .pds-question-top small,
.entry .pds-question-top .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.entry .pds-question-top small,
.entry .pds-question-top .small {
  font-size: 65%;
}
.entry .pds-question {
  margin-bottom: 20px;
}
.entry .pds-answer-group {
  padding: 0px 0px 10px 0px;
  display: block;
  width: 100%;
  float: none;
  margin: 0 2% 15px 2%;
  position: relative;
}
.entry .pds-answer img {
  float: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.entry .pds-answer p {
  margin: 0px;
  padding: 0px;
}
.entry .pds-feedback-group {
  padding: 8px 0;
}
.entry .pds-answer-input {
  padding: 0;
  position: relative;
  display: block;
  width: 25px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.entry .pds-input-label {
  width: auto;
  font-weight: normal;
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 1.6rem;
  margin: 0px;
  padding: 0px;
  line-height: 19px;
  position: absolute;
  bottom: 0px;
  left: 20px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
}
.entry .pds-vote {
  position: relative;
  clear: both;
}
.entry .pds-vote .pds-links {
  bottom: 0px;
  left: 0px;
  position: absolute;
}
.entry .pds-vote .pds-vote-button {
  float: right;
  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.4rem;
  line-height: 1.428;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  margin-bottom: 12.5px;
  border: 0px;
  min-width: 125px;
  max-width: 100%;
  color: #FFF;
  font-family: "futura-pt", 'futura', sans-serif;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 5%;
  background: #99bb28;
}
.entry .pds-vote .pds-vote-button:focus,
.entry .pds-vote .pds-vote-button:active:focus,
.entry .pds-vote .pds-vote-button.active:focus,
.entry .pds-vote .pds-vote-button.focus,
.entry .pds-vote .pds-vote-button:active.focus,
.entry .pds-vote .pds-vote-button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.entry .pds-vote .pds-vote-button:hover,
.entry .pds-vote .pds-vote-button:focus,
.entry .pds-vote .pds-vote-button.focus {
  color: #333;
  text-decoration: none;
}
.entry .pds-vote .pds-vote-button:active,
.entry .pds-vote .pds-vote-button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.entry .pds-vote .pds-vote-button.disabled,
.entry .pds-vote .pds-vote-button[disabled],
fieldset[disabled] .entry .pds-vote .pds-vote-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.entry .pds-vote .pds-vote-button.pull-right {
  margin-left: 12.5px;
}
.entry .pds-vote .pds-vote-button.full {
  width: 100%;
}
.entry .pds-vote .pds-vote-button.dropdown-toggle {
  border-radius: 0px;
}
.entry .pds-vote .pds-vote-button:hover {
  border: none !important;
}
.entry .pds-vote .pds-vote-button.btn-lg {
  font-size: 2rem;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.entry .pds-vote .pds-vote-button.btn-small {
  font-size: 1.4rem;
  padding: ;
  min-width: 100px;
  padding: 5px 10px;
}
.entry .pds-vote .pds-vote-button.btn-link {
  font-size: 1.4rem;
  padding: 0px;
  color: #ea9821;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  min-width: 0px;
  display: inline-block;
  margin: 0px;
}
.entry .pds-vote .pds-vote-button.btn-caps {
  text-transform: uppercase;
}
.entry .pds-vote .pds-vote-button + .btn {
  margin-left: 12.5px;
}
.entry .pds-clear {
  clear: both;
  display: block;
}
.entry .pds-box a {
  outline: none;
}
.entry .pds-box a:after,
.entry .pds-pd-link {
  display: none;
}
.entry .pds-box a:hover {
  border-bottom: none;
}
#PDI_container8403924 .pds-answer-group {
  width: 29%;
  float: left;
}
.home .PDS_Poll {
  display: none;
}
.page-template-tmpl_bbia .form-group i {
  position: absolute;
  top: 41px;
  left: 16px;
  color: #CCC;
}
.page-template-tmpl_bbia .form-group i.fa-spin {
  left: auto;
  right: -30px;
  color: #000;
}
.page-template-tmpl_bbia .form-group input.brewery_name {
  text-indent: 10px;
}
.page-template-tmpl_bbia .form-group .cancel:hover {
  cursor: pointer;
}
#mobile-violator {
  position: fixed;
  bottom: 0px;
  left: auto;
  width: 100%;
  height: auto;
  display: block;
  z-index: 1000;
  text-align: center;
  background-color: #E56826;
}
#mobile-violator img {
  max-width: 640px;
  height: auto;
  width: 100%;
}
#mobile-violator #close-mobile-violator {
  z-index: 1000;
  color: #FFF;
  font-size: 19px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 11px;
  width: 15px;
  height: 15px;
}
#full-footer-violator {
  background-color: #ea9821;
  padding: 25px 0px;
}
#full-footer-violator .dismiss {
  display: block;
  position: absolute;
  top: -20px;
  right: 0px;
}
#full-footer-violator .dismiss i {
  color: #FFF;
  font-size: 16px;
}
#full-footer-violator .dismiss i:hover {
  cursor: pointer;
}
#full-footer-violator p {
  color: #FFF;
  line-height: 1.6;
}
#full-footer-violator img {
  max-width: 100%;
  height: auto;
}
.gabf-callout {
  background-color: #00698E;
  display: flex;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  max-height: 70px;
}
.gabf-callout .logo {
  width: 25%;
  padding-right: 20px;
  border-right: 1px solid #fff;
  max-height: 70px;
  position: relative;
  background-color: #00698E;
}
.gabf-callout .logo p {
  margin: 0px;
}
.gabf-callout .logo img {
  position: relative;
  top: -15px;
  max-height: 80px;
}
.gabf-callout .callout-text {
  padding-left: 40px;
  font-size: 20px;
  color: #fff;
}
div#bubble_background {
  position: absolute;
  width: 224px;
  height: 70px;
  top: -15px;
  left: 10px;
}
div.beaker {
  height: 100%;
  position: relative;
  width: 18px;
  float: left;
}
div.beaker span.bubble {
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  left: 1px;
  bottom: 0px;
  background: transparent;
  border: 10px solid #ea9821;
  border-radius: 160px;
  animation-name: bubbleFloat;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
div#beaker4 span.bubble {
  left: -8px;
}
#beaker1 span.bubble {
  animation-duration: 5s;
  left: 10px;
}
#beaker2 span.bubble {
  animation-duration: 7s;
}
#beaker3 span.bubble {
  animation-duration: 6s;
}
#beaker4 span.bubble {
  animation-duration: 10s;
}
@keyframes bubbleFloat {
  from {
    bottom: 0px;
    transform: scale(0.3);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  1% {
    bottom: 0px;
    transform: scale(0.3);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  20% {
    bottom: 0px;
    transform: scale(0.3);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  95% {
    bottom: 95%;
    transform: scale(0.3);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  99% {
    bottom: 100%;
    transform: scale(0.3);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  to {
    bottom: 0px;
    transform: scale(0.3);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
}
@keyframes bubbleFloat2 {
  from {
    bottom: 46%;
    transform: scale(0.3);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  10% {
    bottom: 46%;
    transform: scale(0.3);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  70% {
    bottom: 46%;
    transform: scale(0.3);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  95% {
    bottom: 95%;
    transform: scale(0.3);
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  99% {
    bottom: 100%;
    transform: scale(0.3);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  to {
    bottom: 56%;
    transform: scale(0.3);
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
}
.fancy-msg-box {
  position: relative;
  margin: 40px auto 0px;
  padding-top: 34px;
}
.fancy-msg-box > .banner {
  width: 40%;
  height: auto;
  position: absolute;
  top: -15px;
  left: -7px;
}
.page-template-tmpl_microsite_alt.page-membership-benefits,
.page-template-tmpl_microsite_alt.page-brew-guru,
.page-template-tmpl_microsite_alt.page-id-38298,
.page-template-tmpl_microsite_alt.page-support-the-aha {
  /*h1*/
  /*h2*/
  /*h2*/
  /*h3*/
  /*p*/
}
.page-template-tmpl_microsite_alt.page-membership-benefits p,
.page-template-tmpl_microsite_alt.page-brew-guru p,
.page-template-tmpl_microsite_alt.page-id-38298 p,
.page-template-tmpl_microsite_alt.page-support-the-aha p {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 18px;
  line-height: 1.25;
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits p,
  .page-template-tmpl_microsite_alt.page-brew-guru p,
  .page-template-tmpl_microsite_alt.page-id-38298 p,
  .page-template-tmpl_microsite_alt.page-support-the-aha p {
    font-size: 16px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits section a,
.page-template-tmpl_microsite_alt.page-brew-guru section a,
.page-template-tmpl_microsite_alt.page-id-38298 section a,
.page-template-tmpl_microsite_alt.page-support-the-aha section a {
  font-size: 24px;
  font-weight: 600;
  transition: color 0.3s ease;
}
.page-template-tmpl_microsite_alt.page-membership-benefits #site-footer a,
.page-template-tmpl_microsite_alt.page-brew-guru #site-footer a,
.page-template-tmpl_microsite_alt.page-id-38298 #site-footer a,
.page-template-tmpl_microsite_alt.page-support-the-aha #site-footer a {
  font-size: 12px;
  font-weight: 400;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .hero-title,
.page-template-tmpl_microsite_alt.page-brew-guru .hero-title,
.page-template-tmpl_microsite_alt.page-id-38298 .hero-title,
.page-template-tmpl_microsite_alt.page-support-the-aha .hero-title,
.page-template-tmpl_microsite_alt.page-membership-benefits .hero-subhead,
.page-template-tmpl_microsite_alt.page-brew-guru .hero-subhead,
.page-template-tmpl_microsite_alt.page-id-38298 .hero-subhead,
.page-template-tmpl_microsite_alt.page-support-the-aha .hero-subhead {
  color: #fff;
  text-transform: none;
  font-size: 42px;
  font-family: "futura-pt", 'futura', sans-serif;
  text-align: right;
  line-height: 1.2;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero-title,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero-title,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero-title,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero-title,
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero-subhead,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero-subhead,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero-subhead,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero-subhead {
    font-size: 32px;
  }
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero-title,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero-title,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero-title,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero-title,
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero-subhead,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero-subhead,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero-subhead,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero-subhead {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero-title,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero-title,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero-title,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero-title,
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero-subhead,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero-subhead,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero-subhead,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero-subhead {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 0px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .hero-subhead:after,
.page-template-tmpl_microsite_alt.page-brew-guru .hero-subhead:after,
.page-template-tmpl_microsite_alt.page-id-38298 .hero-subhead:after,
.page-template-tmpl_microsite_alt.page-support-the-aha .hero-subhead:after {
  content: "";
  display: block;
  border-bottom: 2px solid #FFF;
  width: 75px;
  position: absolute;
  right: 0px;
  bottom: -17px;
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero-subhead:after,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero-subhead:after,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero-subhead:after,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero-subhead:after {
    bottom: -9px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .section-title,
.page-template-tmpl_microsite_alt.page-brew-guru .section-title,
.page-template-tmpl_microsite_alt.page-id-38298 .section-title,
.page-template-tmpl_microsite_alt.page-support-the-aha .section-title {
  text-align: center;
  font-size: 50px;
  font-family: "freight-micro-pro", serif;
  font-weight: 600;
}
@media only screen and (max-width: 1250px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .section-title,
  .page-template-tmpl_microsite_alt.page-brew-guru .section-title,
  .page-template-tmpl_microsite_alt.page-id-38298 .section-title,
  .page-template-tmpl_microsite_alt.page-support-the-aha .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .section-title,
  .page-template-tmpl_microsite_alt.page-brew-guru .section-title,
  .page-template-tmpl_microsite_alt.page-id-38298 .section-title,
  .page-template-tmpl_microsite_alt.page-support-the-aha .section-title {
    font-size: 30px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .block-subtitle,
.page-template-tmpl_microsite_alt.page-brew-guru .block-subtitle,
.page-template-tmpl_microsite_alt.page-id-38298 .block-subtitle,
.page-template-tmpl_microsite_alt.page-support-the-aha .block-subtitle {
  font-size: 28px;
  font-weight: 600;
  margin: 0px;
}
@media only screen and (max-width: 1250px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .block-subtitle,
  .page-template-tmpl_microsite_alt.page-brew-guru .block-subtitle,
  .page-template-tmpl_microsite_alt.page-id-38298 .block-subtitle,
  .page-template-tmpl_microsite_alt.page-support-the-aha .block-subtitle {
    font-size: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .block-subtitle,
  .page-template-tmpl_microsite_alt.page-brew-guru .block-subtitle,
  .page-template-tmpl_microsite_alt.page-id-38298 .block-subtitle,
  .page-template-tmpl_microsite_alt.page-support-the-aha .block-subtitle {
    font-size: 20px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .section-subtitle,
.page-template-tmpl_microsite_alt.page-brew-guru .section-subtitle,
.page-template-tmpl_microsite_alt.page-id-38298 .section-subtitle,
.page-template-tmpl_microsite_alt.page-support-the-aha .section-subtitle {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
  color: #555;
}
@media only screen and (max-width: 1250px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .section-subtitle,
  .page-template-tmpl_microsite_alt.page-brew-guru .section-subtitle,
  .page-template-tmpl_microsite_alt.page-id-38298 .section-subtitle,
  .page-template-tmpl_microsite_alt.page-support-the-aha .section-subtitle {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .section-subtitle,
  .page-template-tmpl_microsite_alt.page-brew-guru .section-subtitle,
  .page-template-tmpl_microsite_alt.page-id-38298 .section-subtitle,
  .page-template-tmpl_microsite_alt.page-support-the-aha .section-subtitle {
    font-size: 18px;
    padding: 0px 20px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits strong,
.page-template-tmpl_microsite_alt.page-brew-guru strong,
.page-template-tmpl_microsite_alt.page-id-38298 strong,
.page-template-tmpl_microsite_alt.page-support-the-aha strong {
  color: #555;
  font-family: "futura-pt", 'futura', sans-serif;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .hero-links a,
.page-template-tmpl_microsite_alt.page-brew-guru .hero-links a,
.page-template-tmpl_microsite_alt.page-id-38298 .hero-links a,
.page-template-tmpl_microsite_alt.page-support-the-aha .hero-links a {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: color 0.3s ease;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .hero-links a:hover,
.page-template-tmpl_microsite_alt.page-brew-guru .hero-links a:hover,
.page-template-tmpl_microsite_alt.page-id-38298 .hero-links a:hover,
.page-template-tmpl_microsite_alt.page-support-the-aha .hero-links a:hover {
  color: #ea9821;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .btn-primary,
.page-template-tmpl_microsite_alt.page-brew-guru .btn-primary,
.page-template-tmpl_microsite_alt.page-id-38298 .btn-primary,
.page-template-tmpl_microsite_alt.page-support-the-aha .btn-primary {
  padding: 16px 60px;
  transition: all 0.3s ease;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .btn-primary.btn-small,
.page-template-tmpl_microsite_alt.page-brew-guru .btn-primary.btn-small,
.page-template-tmpl_microsite_alt.page-id-38298 .btn-primary.btn-small,
.page-template-tmpl_microsite_alt.page-support-the-aha .btn-primary.btn-small {
  padding: 5px 10px;
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .btn-primary,
  .page-template-tmpl_microsite_alt.page-brew-guru .btn-primary,
  .page-template-tmpl_microsite_alt.page-id-38298 .btn-primary,
  .page-template-tmpl_microsite_alt.page-support-the-aha .btn-primary {
    font-size: 18px;
    padding: 10px 50px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits #faux-header,
.page-template-tmpl_microsite_alt.page-brew-guru #faux-header,
.page-template-tmpl_microsite_alt.page-id-38298 #faux-header,
.page-template-tmpl_microsite_alt.page-support-the-aha #faux-header {
  display: none;
}
.page-template-tmpl_microsite_alt.page-membership-benefits header#branding,
.page-template-tmpl_microsite_alt.page-brew-guru header#branding,
.page-template-tmpl_microsite_alt.page-id-38298 header#branding,
.page-template-tmpl_microsite_alt.page-support-the-aha header#branding,
.page-template-tmpl_microsite_alt.page-membership-benefits #user-info,
.page-template-tmpl_microsite_alt.page-brew-guru #user-info,
.page-template-tmpl_microsite_alt.page-id-38298 #user-info,
.page-template-tmpl_microsite_alt.page-support-the-aha #user-info,
.page-template-tmpl_microsite_alt.page-membership-benefits #searchform,
.page-template-tmpl_microsite_alt.page-brew-guru #searchform,
.page-template-tmpl_microsite_alt.page-id-38298 #searchform,
.page-template-tmpl_microsite_alt.page-support-the-aha #searchform,
.page-template-tmpl_microsite_alt.page-membership-benefits .social,
.page-template-tmpl_microsite_alt.page-brew-guru .social,
.page-template-tmpl_microsite_alt.page-id-38298 .social,
.page-template-tmpl_microsite_alt.page-support-the-aha .social,
.page-template-tmpl_microsite_alt.page-membership-benefits nav#access,
.page-template-tmpl_microsite_alt.page-brew-guru nav#access,
.page-template-tmpl_microsite_alt.page-id-38298 nav#access,
.page-template-tmpl_microsite_alt.page-support-the-aha nav#access,
.page-template-tmpl_microsite_alt.page-membership-benefits nav#menu-supp,
.page-template-tmpl_microsite_alt.page-brew-guru nav#menu-supp,
.page-template-tmpl_microsite_alt.page-id-38298 nav#menu-supp,
.page-template-tmpl_microsite_alt.page-support-the-aha nav#menu-supp {
  display: block;
}
.page-template-tmpl_microsite_alt.page-membership-benefits #wrapper,
.page-template-tmpl_microsite_alt.page-brew-guru #wrapper,
.page-template-tmpl_microsite_alt.page-id-38298 #wrapper,
.page-template-tmpl_microsite_alt.page-support-the-aha #wrapper {
  background: url('images/design/bg_header.jpg') 0 0 repeat-x, url('images/design/bg_body.jpg') repeat;
  background-size: 168px, auto;
}
.page-template-tmpl_microsite_alt.page-membership-benefits #banner.brew-guru,
.page-template-tmpl_microsite_alt.page-brew-guru #banner.brew-guru,
.page-template-tmpl_microsite_alt.page-id-38298 #banner.brew-guru,
.page-template-tmpl_microsite_alt.page-support-the-aha #banner.brew-guru {
  display: block;
  opacity: 1;
}
.page-template-tmpl_microsite_alt.page-membership-benefits #content,
.page-template-tmpl_microsite_alt.page-brew-guru #content,
.page-template-tmpl_microsite_alt.page-id-38298 #content,
.page-template-tmpl_microsite_alt.page-support-the-aha #content {
  background: #fff;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .no-margin,
.page-template-tmpl_microsite_alt.page-brew-guru .no-margin,
.page-template-tmpl_microsite_alt.page-id-38298 .no-margin,
.page-template-tmpl_microsite_alt.page-support-the-aha .no-margin {
  margin-bottom: 0px;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .phone,
.page-template-tmpl_microsite_alt.page-brew-guru .phone,
.page-template-tmpl_microsite_alt.page-id-38298 .phone,
.page-template-tmpl_microsite_alt.page-support-the-aha .phone {
  margin: 0px;
  font-size: 24px;
}
.page-template-tmpl_microsite_alt.page-membership-benefits section,
.page-template-tmpl_microsite_alt.page-brew-guru section,
.page-template-tmpl_microsite_alt.page-id-38298 section,
.page-template-tmpl_microsite_alt.page-support-the-aha section {
  max-width: 1440px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits section,
  .page-template-tmpl_microsite_alt.page-brew-guru section,
  .page-template-tmpl_microsite_alt.page-id-38298 section,
  .page-template-tmpl_microsite_alt.page-support-the-aha section {
    background-image: none !important;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits section:first-of-type,
.page-template-tmpl_microsite_alt.page-brew-guru section:first-of-type,
.page-template-tmpl_microsite_alt.page-id-38298 section:first-of-type,
.page-template-tmpl_microsite_alt.page-support-the-aha section:first-of-type {
  max-width: 100%;
}
.page-template-tmpl_microsite_alt.page-membership-benefits section:last-of-type,
.page-template-tmpl_microsite_alt.page-brew-guru section:last-of-type,
.page-template-tmpl_microsite_alt.page-id-38298 section:last-of-type,
.page-template-tmpl_microsite_alt.page-support-the-aha section:last-of-type {
  padding-bottom: 70px;
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits section:last-of-type,
  .page-template-tmpl_microsite_alt.page-brew-guru section:last-of-type,
  .page-template-tmpl_microsite_alt.page-id-38298 section:last-of-type,
  .page-template-tmpl_microsite_alt.page-support-the-aha section:last-of-type {
    padding-bottom: 0px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits section.padding-top,
.page-template-tmpl_microsite_alt.page-brew-guru section.padding-top,
.page-template-tmpl_microsite_alt.page-id-38298 section.padding-top,
.page-template-tmpl_microsite_alt.page-support-the-aha section.padding-top {
  padding-top: 70px;
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits section.padding-top,
  .page-template-tmpl_microsite_alt.page-brew-guru section.padding-top,
  .page-template-tmpl_microsite_alt.page-id-38298 section.padding-top,
  .page-template-tmpl_microsite_alt.page-support-the-aha section.padding-top {
    padding-top: 50px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits section.text-center,
.page-template-tmpl_microsite_alt.page-brew-guru section.text-center,
.page-template-tmpl_microsite_alt.page-id-38298 section.text-center,
.page-template-tmpl_microsite_alt.page-support-the-aha section.text-center {
  text-align: center;
}
.page-template-tmpl_microsite_alt.page-membership-benefits section.border-top,
.page-template-tmpl_microsite_alt.page-brew-guru section.border-top,
.page-template-tmpl_microsite_alt.page-id-38298 section.border-top,
.page-template-tmpl_microsite_alt.page-support-the-aha section.border-top {
  border-top: 1px solid #d6d2cc;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .section-intro-wrapper,
.page-template-tmpl_microsite_alt.page-brew-guru .section-intro-wrapper,
.page-template-tmpl_microsite_alt.page-id-38298 .section-intro-wrapper,
.page-template-tmpl_microsite_alt.page-support-the-aha .section-intro-wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .hero,
.page-template-tmpl_microsite_alt.page-brew-guru .hero,
.page-template-tmpl_microsite_alt.page-id-38298 .hero,
.page-template-tmpl_microsite_alt.page-support-the-aha .hero {
  height: 70vh;
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20180828115435/AHA-Membership-Benefits-Hero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  border-bottom: 10px solid #000;
}
@media only screen and (max-width: 1250px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero {
    background-position: 75% 50%;
  }
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero {
    background-position: 55% 50%;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero {
    height: 80vh;
    background-position: 45% 50%;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .hero:after,
.page-template-tmpl_microsite_alt.page-brew-guru .hero:after,
.page-template-tmpl_microsite_alt.page-id-38298 .hero:after,
.page-template-tmpl_microsite_alt.page-support-the-aha .hero:after {
  content: '';
  position: absolute;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce;
  animation-iteration-count: 3;
  animation-duration: 2s;
}
@media only screen and (max-width: 1250px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero:after,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero:after,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero:after,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero:after {
    left: 32%;
  }
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero:after,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero:after,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero:after,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .hero .hero-content,
.page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-content,
.page-template-tmpl_microsite_alt.page-id-38298 .hero .hero-content,
.page-template-tmpl_microsite_alt.page-support-the-aha .hero .hero-content {
  width: 40%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 150px;
  max-width: 580px;
}
@media only screen and (max-width: 1250px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero .hero-content,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-content,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero .hero-content,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero .hero-content {
    margin-right: 80px;
    width: 50%;
  }
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero .hero-content,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-content,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero .hero-content,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero .hero-content {
    margin-right: 50px;
    width: 55%;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero .hero-content,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-content,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero .hero-content,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero .hero-content {
    margin-right: 30px;
    width: 60%;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .hero .hero-links,
.page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-links,
.page-template-tmpl_microsite_alt.page-id-38298 .hero .hero-links,
.page-template-tmpl_microsite_alt.page-support-the-aha .hero .hero-links {
  display: flex;
  bottom: 0;
  background: #000;
  padding: 12px 10px 0px 10px;
  width: 46%;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  right: 0px;
}
@media only screen and (max-width: 1250px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero .hero-links,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-links,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero .hero-links,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero .hero-links {
    width: 63%;
  }
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero .hero-links,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-links,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero .hero-links,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero .hero-links {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero .hero-links,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-links,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero .hero-links,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero .hero-links {
    flex-flow: row wrap;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .hero .hero-links:before,
.page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-links:before,
.page-template-tmpl_microsite_alt.page-id-38298 .hero .hero-links:before,
.page-template-tmpl_microsite_alt.page-support-the-aha .hero .hero-links:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -40px;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #000 transparent;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .hero .hero-links a,
.page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-links a,
.page-template-tmpl_microsite_alt.page-id-38298 .hero .hero-links a,
.page-template-tmpl_microsite_alt.page-support-the-aha .hero .hero-links a {
  margin-right: 35px;
  display: flex;
  align-items: flex-start;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .hero .hero-links a:last-of-type,
.page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-links a:last-of-type,
.page-template-tmpl_microsite_alt.page-id-38298 .hero .hero-links a:last-of-type,
.page-template-tmpl_microsite_alt.page-support-the-aha .hero .hero-links a:last-of-type {
  margin-right: 0px;
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .hero .hero-links a,
  .page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-links a,
  .page-template-tmpl_microsite_alt.page-id-38298 .hero .hero-links a,
  .page-template-tmpl_microsite_alt.page-support-the-aha .hero .hero-links a {
    margin-right: 15px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .hero .hero-links .link-icon,
.page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-links .link-icon,
.page-template-tmpl_microsite_alt.page-id-38298 .hero .hero-links .link-icon,
.page-template-tmpl_microsite_alt.page-support-the-aha .hero .hero-links .link-icon {
  margin: 1px 5px 0px 0px;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .hero .hero-links a.pdf,
.page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-links a.pdf,
.page-template-tmpl_microsite_alt.page-id-38298 .hero .hero-links a.pdf,
.page-template-tmpl_microsite_alt.page-support-the-aha .hero .hero-links a.pdf {
  display: none;
}
.page-template-tmpl_microsite_alt.page-membership-benefits img.rounded,
.page-template-tmpl_microsite_alt.page-brew-guru img.rounded,
.page-template-tmpl_microsite_alt.page-id-38298 img.rounded,
.page-template-tmpl_microsite_alt.page-support-the-aha img.rounded {
  border-radius: 100%;
}
.page-template-tmpl_microsite_alt.page-membership-benefits img.rounded.small,
.page-template-tmpl_microsite_alt.page-brew-guru img.rounded.small,
.page-template-tmpl_microsite_alt.page-id-38298 img.rounded.small,
.page-template-tmpl_microsite_alt.page-support-the-aha img.rounded.small {
  width: 200px;
  height: 200px;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block {
  display: flex;
  margin: 0px auto;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block {
    flex-flow: column nowrap;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block .mobile-img,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block .mobile-img,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block .mobile-img,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block .mobile-img {
  display: none;
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block .mobile-img,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block .mobile-img,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block .mobile-img,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block .mobile-img {
    display: block;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block .text-container,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block .text-container,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block .text-container,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block .text-container {
  text-align: left;
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block .text-container,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block .text-container,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block .text-container,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block .text-container {
    order: 0;
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block .image,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block .image,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block .image,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block .image {
    order: 1;
    width: 100%;
    max-height: 300px;
  }
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block .image img,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block .image img,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block .image img,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block .image img {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block .image.desktop,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block .image.desktop,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block .image.desktop,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block .image.desktop {
    display: none !important;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.center,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.center,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block.center,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.center {
  justify-content: center;
  padding: 0px 50px;
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.center,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.center,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block.center,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.center {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.center .text-container,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.center .text-container,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block.center .text-container,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.center .text-container {
    padding: 0px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.center .text-content,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.center .text-content,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block.center .text-content,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.center .text-content {
  flex-basis: 58%;
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.center .text-content,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.center .text-content,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block.center .text-content,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.center .text-content {
    flex-basis: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.center .text-content,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.center .text-content,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block.center .text-content,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.center .text-content {
    flex-basis: 70%;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.center .image,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.center .image,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block.center .image,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.center .image {
  flex-basis: 42%;
  display: flex;
  justify-content: flex-end;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.center .image img,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.center .image img,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block.center .image img,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.center .image img {
  object-fit: contain;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.center .text-icon-wrapper,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.center .text-icon-wrapper,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block.center .text-icon-wrapper,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.center .text-icon-wrapper {
  justify-content: center;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.center .text-icon-wrapper img,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.center .text-icon-wrapper img,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block.center .text-icon-wrapper img,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.center .text-icon-wrapper img {
  margin-right: 30px;
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.center .text-icon-wrapper img,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.center .text-icon-wrapper img,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block.center .text-icon-wrapper img,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.center .text-icon-wrapper img {
    margin-right: 15px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side {
  border-top: 1px solid #d6d2cc;
  justify-content: flex-end;
  padding: 50px 20px;
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side {
    padding-bottom: 0px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side .section-title,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .section-title,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side .section-title,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side .section-title,
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side .section-subtitle,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .section-subtitle,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side .section-subtitle,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side .section-subtitle {
  text-align: left;
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side .section-title,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .section-title,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side .section-title,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side .section-title,
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side .section-subtitle,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .section-subtitle,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side .section-subtitle,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side .section-subtitle {
    text-align: center;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side .text-container,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side .text-container,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side .text-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  flex-basis: 40%;
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side .text-container,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side .text-container,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side .text-container {
    width: 100%;
    padding: 0px 20px;
    flex-basis: auto;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side .text-container,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side .text-container,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side .text-container {
    padding: 0px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side .text-icon-wrapper,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-icon-wrapper,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side .text-icon-wrapper,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side .text-icon-wrapper {
  position: relative;
  transform: translateX(-140px);
}
@media only screen and (max-width: 1250px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side .text-icon-wrapper,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-icon-wrapper,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side .text-icon-wrapper,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side .text-icon-wrapper {
    transform: translateX(-110px);
  }
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side .text-icon-wrapper,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-icon-wrapper,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side .text-icon-wrapper,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side .text-icon-wrapper {
    transform: translateX(0px);
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side .text-icon-wrapper img,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-icon-wrapper img,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side .text-icon-wrapper img,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side .text-icon-wrapper img {
  margin-right: 30px;
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side .text-icon-wrapper img,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-icon-wrapper img,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side .text-icon-wrapper img,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side .text-icon-wrapper img {
    margin-right: 20px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side.flip,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side.flip,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side.flip,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side.flip {
  justify-content: flex-start;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side.flip .text-container,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side.flip .text-container,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side.flip .text-container,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side.flip .text-container {
  transform: translateX(50%);
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-block.side.flip .text-container,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side.flip .text-container,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-block.side.flip .text-container,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-block.side.flip .text-container {
    transform: translateX(0%);
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .text-icon-wrapper,
.page-template-tmpl_microsite_alt.page-brew-guru .text-icon-wrapper,
.page-template-tmpl_microsite_alt.page-id-38298 .text-icon-wrapper,
.page-template-tmpl_microsite_alt.page-support-the-aha .text-icon-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1250px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .text-icon-wrapper,
  .page-template-tmpl_microsite_alt.page-brew-guru .text-icon-wrapper,
  .page-template-tmpl_microsite_alt.page-id-38298 .text-icon-wrapper,
  .page-template-tmpl_microsite_alt.page-support-the-aha .text-icon-wrapper {
    margin-bottom: 20px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .text-icon-wrapper .text-content,
.page-template-tmpl_microsite_alt.page-brew-guru .text-icon-wrapper .text-content,
.page-template-tmpl_microsite_alt.page-id-38298 .text-icon-wrapper .text-content,
.page-template-tmpl_microsite_alt.page-support-the-aha .text-icon-wrapper .text-content {
  flex-basis: 80%;
  max-width: 400px;
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .text-icon-wrapper .text-content,
  .page-template-tmpl_microsite_alt.page-brew-guru .text-icon-wrapper .text-content,
  .page-template-tmpl_microsite_alt.page-id-38298 .text-icon-wrapper .text-content,
  .page-template-tmpl_microsite_alt.page-support-the-aha .text-icon-wrapper .text-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .text-icon-wrapper .text-content,
  .page-template-tmpl_microsite_alt.page-brew-guru .text-icon-wrapper .text-content,
  .page-template-tmpl_microsite_alt.page-id-38298 .text-icon-wrapper .text-content,
  .page-template-tmpl_microsite_alt.page-support-the-aha .text-icon-wrapper .text-content {
    flex-basis: 70%;
  }
  .page-template-tmpl_microsite_alt.page-membership-benefits .text-icon-wrapper .text-content p,
  .page-template-tmpl_microsite_alt.page-brew-guru .text-icon-wrapper .text-content p,
  .page-template-tmpl_microsite_alt.page-id-38298 .text-icon-wrapper .text-content p,
  .page-template-tmpl_microsite_alt.page-support-the-aha .text-icon-wrapper .text-content p {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1250px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .text-icon-wrapper img,
  .page-template-tmpl_microsite_alt.page-brew-guru .text-icon-wrapper img,
  .page-template-tmpl_microsite_alt.page-id-38298 .text-icon-wrapper img,
  .page-template-tmpl_microsite_alt.page-support-the-aha .text-icon-wrapper img {
    max-width: 80px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-row,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-row,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-row,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-row {
  display: flex;
  max-height: 300px;
  margin: 50px auto 0px auto;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-row,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-row,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-row,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-row {
    flex-flow: row wrap;
    max-height: 100%;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-row .row-img,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-row .row-img,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-row .row-img,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-row .row-img {
  flex-basis: 26.75%;
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-row .row-img,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-row .row-img,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-row .row-img,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-row .row-img {
    flex-basis: 49.5%;
    margin-top: 5px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-row .row-img:first-of-type,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-row .row-img:first-of-type,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-row .row-img:first-of-type,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-row .row-img:first-of-type {
  flex-basis: 18.75%;
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-row .row-img:first-of-type,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-row .row-img:first-of-type,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-row .row-img:first-of-type,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-row .row-img:first-of-type {
    flex-basis: 34.5%;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-row .row-img:nth-of-type(2),
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-row .row-img:nth-of-type(2),
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-row .row-img:nth-of-type(2),
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-row .row-img:nth-of-type(2) {
    flex-basis: 64.5%;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-row .row-img img,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-row .row-img img,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-row .row-img img,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-row .row-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-row.short,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-row.short,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-row.short,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-row.short {
  max-width: 760px;
  margin: 30px auto;
}
@media only screen and (max-width: 850px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-row.short,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-row.short,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-row.short,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-row.short {
    max-width: 700px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .flex-column,
.page-template-tmpl_microsite_alt.page-brew-guru .flex-column,
.page-template-tmpl_microsite_alt.page-id-38298 .flex-column,
.page-template-tmpl_microsite_alt.page-support-the-aha .flex-column {
  display: flex;
  flex-flow: column nowrap;
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .flex-column,
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-column,
  .page-template-tmpl_microsite_alt.page-id-38298 .flex-column,
  .page-template-tmpl_microsite_alt.page-support-the-aha .flex-column {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .image-info br,
.page-template-tmpl_microsite_alt.page-brew-guru .image-info br,
.page-template-tmpl_microsite_alt.page-id-38298 .image-info br,
.page-template-tmpl_microsite_alt.page-support-the-aha .image-info br {
  display: none;
}
.page-template-tmpl_microsite_alt.page-membership-benefits .image-info strong,
.page-template-tmpl_microsite_alt.page-brew-guru .image-info strong,
.page-template-tmpl_microsite_alt.page-id-38298 .image-info strong,
.page-template-tmpl_microsite_alt.page-support-the-aha .image-info strong {
  font-size: 18px;
  margin: 10px 0px 10px 0px;
}
@media only screen and (max-width: 640px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits .image-info strong,
  .page-template-tmpl_microsite_alt.page-brew-guru .image-info strong,
  .page-template-tmpl_microsite_alt.page-id-38298 .image-info strong,
  .page-template-tmpl_microsite_alt.page-support-the-aha .image-info strong {
    margin: 5px 0px;
  }
}
.page-template-tmpl_microsite_alt.page-membership-benefits .image-info p,
.page-template-tmpl_microsite_alt.page-brew-guru .image-info p,
.page-template-tmpl_microsite_alt.page-id-38298 .image-info p,
.page-template-tmpl_microsite_alt.page-support-the-aha .image-info p {
  margin: 0px;
}
.page-template-tmpl_microsite_alt.page-membership-benefits #savings,
.page-template-tmpl_microsite_alt.page-brew-guru #savings,
.page-template-tmpl_microsite_alt.page-id-38298 #savings,
.page-template-tmpl_microsite_alt.page-support-the-aha #savings {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20181120161326/Member-Only.jpg');
}
.page-template-tmpl_microsite_alt.page-membership-benefits #recipes,
.page-template-tmpl_microsite_alt.page-brew-guru #recipes,
.page-template-tmpl_microsite_alt.page-id-38298 #recipes,
.page-template-tmpl_microsite_alt.page-support-the-aha #recipes {
  background-position: right;
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20180828142831/Trusted-Homebrew-Recipes.jpg');
}
.page-template-tmpl_microsite_alt.page-membership-benefits #advice,
.page-template-tmpl_microsite_alt.page-brew-guru #advice,
.page-template-tmpl_microsite_alt.page-id-38298 #advice,
.page-template-tmpl_microsite_alt.page-support-the-aha #advice {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20180828150330/Expert-Advice.jpg');
}
.page-template-tmpl_microsite_alt.page-membership-benefits #app,
.page-template-tmpl_microsite_alt.page-brew-guru #app,
.page-template-tmpl_microsite_alt.page-id-38298 #app,
.page-template-tmpl_microsite_alt.page-support-the-aha #app {
  background-position: right;
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20181128143019/brew-guru.jpg');
}
.page-template-tmpl_microsite_alt.page-membership-benefits #member-events .flex-block,
.page-template-tmpl_microsite_alt.page-brew-guru #member-events .flex-block,
.page-template-tmpl_microsite_alt.page-id-38298 #member-events .flex-block,
.page-template-tmpl_microsite_alt.page-support-the-aha #member-events .flex-block {
  align-items: flex-end;
}
@media only screen and (max-width: 1250px) {
  .page-template-tmpl_microsite_alt.page-membership-benefits #member-events .flex-block,
  .page-template-tmpl_microsite_alt.page-brew-guru #member-events .flex-block,
  .page-template-tmpl_microsite_alt.page-id-38298 #member-events .flex-block,
  .page-template-tmpl_microsite_alt.page-support-the-aha #member-events .flex-block {
    align-items: center;
  }
}
.page-2019-aha-holiday-gift-guide #content .gallery img {
  transform: scale(0.95);
}
/**
* 8.0 Phark
*
* Image Replacement
**/
#site-title a {
  height: 126px;
  width: 764px;
  background-image: url(images/design/logo.png);
  background-size: 100%;
  z-index: 10;
  position: relative;
  background-repeat: no-repeat;
}
.savor-the-flavor {
  width: auto;
  height: 25px;
}
.ba-logo {
  width: auto;
  height: 49px;
}
/**
* 9.0 Media Queries
*
**/
/*
* responsive.less
* Default Responsive Styles
*
*/
@media screen and (max-width: 1px) {
  body {
    font-size: -0.0375rem;
  }
}
@media screen and (min-width: 1024px) {
  /*
	* Structure
	*/
  .home .flexslider {
    height: 523px;
  }
}
#menu-main li#menu-item-3130,
#menu-main li#menu-item-1362,
#menu-main li#menu-item-1372,
#menu-main li#menu-item-5240 {
  display: none;
}
@media screen and (max-width: 1050px) {
  /*
	* Structure
	*/
  .home .container,
  footer {
    padding-left: 12.5px;
  }
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
  .sticky-header .join-nav {
    display: none !important;
  }
  /*section#primary, .home #primary{width: auto !important; float: none !important;}
	aside#secondary{float: none; position: absolute; top: 0px; left: 0px; margin: 0px;}
	aside#ads{display: none;}

	.home aside#ads{float: none; position: absolute; top: 0px; left: 0px; margin: 0px; display: block;}*/
}
@media screen and (max-width: 1024px) {
  #menu-main li ul > li.teaser {
    display: none;
  }
  #bubble_background {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  /*
	* Structure
	*
	*/
  .column {
    float: left;
    padding: 0px 12.5px;
    margin-top: 12.5px;
  }
  #primary,
  .home #primary {
    /*.make-sm-column(11);
		.make-sm-column-push(3);*/
    width: calc(100% - 212.5px);
    left: 212.5px;
  }
  .home #content {
    padding-left: 0px;
    margin-top: 0px;
  }
  .home #buckets {
    width: 100%;
    margin: 0px;
    padding: 15px 8.5px 0px 8.5px;
  }
  aside#secondary {
    width: 200px;
    right: calc(100% - 225px);
    padding: 5px 0px 0px 0px;
    display: block;
  }
  .home aside#secondary,
  aside#default {
    width: 200px;
    right: calc(100% - 225px);
    padding: 12.5px 0px 0px 0px;
    display: block;
  }
  aside#ads {
    float: left;
    padding: 0px 12.5px;
    margin-top: 12.5px;
    width: 200px;
    right: calc(100% - 225px);
    padding: 0px;
    display: block;
    clear: none;
  }
  #content {
    min-height: 300px;
    margin-top: 8px;
    padding-top: 56px;
  }
  #wrapper {
    background: url('images/design/bg_header-mobile.jpg') 0 0 repeat-x, url('images/design/bg_body.jpg') repeat;
    background-size: 168px,202px;
  }
  #primary #social-links {
    top: 45px;
  }
  nav.social,
  .touch .flex-direction-nav {
    display: none;
  }
  .home #menu-supp li {
    margin-top: 0px;
  }
  .toggle-menu {
    margin-top: 0px;
  }
  header#branding {
    background: none;
    height: auto;
    padding: 0px !important;
  }
  header#branding .branding {
    z-index: 101;
    position: relative;
  }
  header#branding .branding #site-title {
    margin-left: 12.5px;
  }
  header#branding .branding #site-title a {
    background-size: 90%;
  }
  header#branding #menu-supp {
    position: absolute;
    width: calc(100% - 86px);
    height: 36px;
    top: 150px;
    left: 50px;
    z-index: 100;
  }
  header#branding #menu-supp ul {
    height: 100%;
  }
  header#branding #menu-supp li {
    width: 32%;
    margin-right: 1%;
    height: 100%;
    background: #99bb28;
    margin-top: 0px !important;
  }
  header#branding #menu-supp a {
    text-indent: 0px;
    text-align: center;
    transition: none;
    background-image: none !important;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.7;
  }
  header#branding #menu-supp a:after {
    content: '\e81D';
    font-family: "fontello";
    font-size: 20px;
    padding-left: 7px;
  }
  header#branding #menu-supp li:nth-child(1) a {
    background-color: #e66704;
  }
  header#branding #menu-supp li:nth-child(2) a {
    background-color: #432a0d;
  }
  header#branding #menu-supp li:nth-child(3) {
    margin-right: 0px;
  }
  header#branding #menu-supp li:nth-child(3) a {
    background-color: #99bb28;
  }
  header#branding #searchform {
    position: absolute;
    float: none;
    margin: 0px;
    right: 0px;
    left: auto;
    top: 150px;
    height: 36px;
    z-index: 10000;
    width: 44px;
    -webkit-transition: width 0.25s ease-in-out;
    -moz-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
  }
  header#branding #searchform #s {
    height: 100%;
    text-indent: 44px;
    width: 100%;
    border: 0px;
    font-size: 1.8rem;
    background: #432a0d;
    border-radius: 0px;
  }
  header#branding #searchform i {
    font-size: 18px;
    top: 5px;
    cursor: pointer;
    color: #FFF;
    left: 9px;
  }
  header#branding #searchform.open {
    background: #FFF;
    left: auto;
    right: 0px;
    width: 100%;
  }
  header#branding #searchform.open #s {
    background-color: #FFF;
    height: 100%;
  }
  header#branding #searchform.open i {
    color: #CCC;
  }
  header#branding #searchform.open i.fa-times {
    display: block;
  }
  .admin-bar header#branding #menu-supp {
    top: 130px;
  }
  .admin-bar header#branding #searchform {
    top: 130px;
  }
  .sticky-header #menu-main {
    position: absolute;
    display: block;
    box-shadow: none;
    width: 24rem;
    left: -24rem;
    top: 0px;
  }
  .sticky-header #branding {
    position: fixed;
    top: -150px;
    left: 0px;
    background-color: #432a0d;
    height: 186px;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.5);
  }
  .sticky-header .toggle-menu {
    left: 4px;
  }
  .sticky-header #menu-main.active {
    position: fixed;
    top: 36px;
    left: 0px;
    width: 100%;
  }
  .sticky-header header #searchform i {
    left: 6px;
  }
  .sticky-header #menu-supp,
  .sticky-header #searchform,
  .sticky-header .toggle-menu {
    position: fixed !important;
    top: 0px !important;
  }
  .sticky-header .toggle-menu {
    left: 0px;
    margin: 0px;
  }
  .sticky-header .map-intro-text {
    margin-top: 86px;
  }
  .page-aha-member-deals header#branding {
    height: 156px;
  }
  .page-aha-member-deals header#branding #menu-supp,
  .page-aha-member-deals header#branding #searchform {
    top: 125px;
  }
  .page-aha-member-deals li.join-now {
    display: none;
  }
  .page-template-tmpl_microsite_alt.page-support-the-aha header#branding #searchform,
  .page-template-tmpl_microsite_alt.page-membership-benefits header#branding #searchform {
    top: 130px;
  }
  .page-template-tmpl_microsite_alt.page-support-the-aha header#branding .toggle-menu,
  .page-template-tmpl_microsite_alt.page-membership-benefits header#branding .toggle-menu {
    display: inline-block !important;
    margin: 0px;
  }
  .page-template-tmpl-wide #primary {
    position: static;
    width: 100%;
  }
  .page-template-tmpl-wide.admin-bar header#branding #menu-supp,
  .page-template-tmpl-wide.admin-bar .toggle-menu,
  .page-template-tmpl-wide.admin-bar header#branding #searchform {
    top: 145px;
    margin: 0px;
  }
  footer {
    padding-left: 6%;
    background-position: 101% 173px,0 0;
    /*.newsletter{
			float: none;
			width: 32%;
			margin: 0 auto;
			clear: both;
			padding-top: 5px;
			position: relative;
			input{width: 100%; border-radius: 0px;}
			button{display: none;}
			i{position: absolute; display: block; right: 6px; bottom: 16px; font-size: 20px;}
		}*/
  }
  footer #menu-footer a,
  footer #menu-footer p {
    display: block;
  }
  footer #menu-footer > ul > li,
  footer #menu-footer > ul > li:nth-child(1),
  footer #menu-footer > ul > li:nth-child(2),
  footer #menu-footer > ul > li:nth-child(3) {
    width: 29%;
    margin-bottom: 30px;
  }
  footer #menu-footer ul li:nth-child(3) ul {
    border: none;
  }
  footer p {
    margin-top: 10px;
  }
  footer .brew-guru-footer {
    width: 250px;
    float: none;
    margin: 0px auto 75px auto;
    clear: both;
  }
  footer .brew-guru-footer h3 {
    padding-left: 0px;
  }
  footer .brew-guru-footer .brew-guru-icon {
    left: 40px;
  }
  footer .brew-guru-footer .ios-download,
  footer .brew-guru-footer .google-download {
    left: 125px;
  }
  footer .savor-the-flavor {
    bottom: 52px;
  }
  footer .ba-logo {
    bottom: 40px;
  }
  #secondary .widgets img,
  #secondary .widgets #forum-content {
    display: none;
  }
  #ads {
    clear: both;
    float: none;
  }
  .home .mobile-ads,
  .home #forum-content,
  .widget:empty {
    display: none;
  }
  aside .widgets .tab-content li a,
  .tab-content li a {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .flip-container,
  .front,
  .back {
    min-height: 301px;
  }
  .archive .recipes .list-group-item .featured-image,
  .archive .posts .list-group-item .featured-image,
  .archive .video.posts .list-group-item .featured-image,
  #ymal .list-group-item .featured-image {
    height: auto;
  }
  .entry .featured-image {
    width: 40%;
  }
  .entry img.alignright,
  .type-post .entry img.alignright {
    width: 40%;
    min-width: 150px;
  }
  .entry img.larger,
  .type-post .entry img.larger {
    width: 40%;
    min-width: 150px;
  }
  .entry img.medium,
  .type-post .entry img.medium {
    width: 30%;
    min-width: 150px;
  }
  .entry img.smaller,
  .type-post .entry img.smaller {
    width: 20%;
    min-width: 150px;
  }
  .error404 #content #searchform {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0px auto 12.5px auto;
  }
  .error404 #content #searchform input {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  /*
	* Structure
	*/
  html {
    font-size: 70%;
  }
  #primary {
    min-height: 0px;
  }
  #primary {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
    left: 0%;
    min-height: 685px;
  }
  .home #primary {
    min-height: 0px;
  }
  #primary #social-links {
    display: none;
  }
  aside .ad {
    display: none;
  }
  .mobile-ads,
  .home .mobile-ads {
    display: block;
    text-align: center;
  }
  aside#secondary.special {
    width: 100%;
    right: auto;
    float: none;
    clear: both;
    padding: 25px;
  }
  header #user-info {
    left: auto;
    right: 7px;
  }
  article,
  article .entry .tab-content {
    padding: 0px;
    margin: 0px;
  }
  footer {
    padding-left: 0px;
  }
  footer #menu-footer > ul {
    height: 240px;
  }
  footer #menu-footer > ul > li,
  footer #menu-footer > ul > li:nth-child(1),
  footer #menu-footer > ul > li:nth-child(2),
  footer #menu-footer > ul > li:nth-child(3) {
    padding-left: 0px !important;
    margin-right: 0px;
    width: 32%;
    text-align: center;
    background: none !important;
  }
  footer #menu-footer li:hover {
    background: none !important;
  }
  footer #menu-footer li a {
    margin: 110px 0px -110px;
  }
  footer #menu-footer li ul {
    background-position: 67% 0px !important;
    padding: 113px 0px 0px 80px;
  }
  footer #menu-footer li:nth-child(2) ul {
    background-position: 63% 0px !important;
  }
  footer #menu-footer ul li ul {
    border: none;
  }
  footer #menu-footer ul li ul li {
    text-align: center;
  }
  footer #menu-footer ul li ul li a {
    margin-bottom: 0px;
  }
  footer #footer-account,
  footer #footer-logout {
    width: 45%;
    margin: 12.5px auto;
  }
  footer .logo-text-wrapper {
    flex-flow: column nowrap;
    width: 84%;
    margin: 30px auto 0px auto;
  }
  .home .container {
    padding-left: 25px;
  }
  .home footer .container,
  footer {
    padding-left: 0px;
  }
  .page-aha-member-deals .breadcrumbs {
    display: none;
  }
  .page-aha-member-deals header#branding {
    height: 36px;
  }
  .page-aha-member-deals header#branding #menu-supp {
    top: 0px;
  }
  .page-aha-member-deals header#branding #searchform {
    display: none;
  }
  .page-aha-member-deals header#branding #user-info {
    top: 45px;
  }
  .page-aha-member-deals header#branding #site-title a {
    background-size: 65%;
    background-position: 0% 80%;
  }
  .page-aha-member-deals .member-deal-nav div.btn-wrapper {
    width: 100%;
  }
  .page-aha-member-deals .navbar {
    top: 0px;
  }
  .page-aha-member-deals #map_container {
    top: 60px;
  }
  .page-aha-member-deals .map-intro-text {
    padding: 0px 50px;
    margin-top: 130px;
  }
  .entry-title.__hero a {
    font-size: 3rem;
  }
  #buckets .entry-title a {
    font-size: 1.6rem;
  }
  .widgets .nav-tabs {
    margin-top: -15px;
  }
  .widgets .nav-tabs > li {
    margin: 10px 0px;
    border-bottom: none !important;
    box-shadow: none !important;
  }
  .widgets .nav-tabs > li > a {
    padding: 10px 0px;
    background-image: none;
    margin: 0px;
  }
  .widgets .nav-tabs > li.active > a:hover,
  .widgets .nav-tabs .open > a:hover,
  .widgets .nav-tabs > li.active > a,
  .widgets .nav-tabs > li.active > a:focus,
  .widgets .nav-tabs .open > a,
  .widgets .nav-tabs .open > a:focus,
  .widgets .nav-tabs > li:hover + li.active a {
    background: none;
    margin: 0px;
  }
  /*
    * Misc
    */
  .visible-tablet {
    display: block !important;
  }
  ol.five li {
    width: 25%;
    float: left;
    text-align: center;
  }
  #social-links {
    right: 12px;
  }
  #slideshow-wrapper #slideshow-main {
    min-height: 0px;
  }
  #slideshow-wrapper .slideshow-pagination {
    display: none;
  }
  #slideshow-wrapper #slideshow-carousel {
    display: none;
  }
  #slideshow-wrapper #slideshow-main img {
    width: 100%;
  }
  #slideshow-wrapper #slideshow-main #instructions {
    position: relative;
    width: 100%;
    min-height: 150px;
  }
  #slideshow-wrapper #slideshow-main.list {
    background: none;
  }
  #slideshow-wrapper #slideshow-main.list div {
    position: relative;
    clear: both;
  }
  #slideshow-wrapper #slideshow-main.list .step {
    top: 0px;
    left: 0px;
  }
  #slideshow-wrapper #slideshow-main.list img {
    margin-bottom: 12.5px;
    width: 70%;
    clear: both;
    float: left;
  }
  #slideshow-wrapper #slideshow-main.list .instructions {
    float: left;
    width: 28%;
    position: relative;
    clear: none;
    padding: 0px 0px 0px 2%;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  #slideshow-wrapper #slideshow-main.list .instructions h2,
  #slideshow-wrapper #slideshow-main.list .instructions p {
    color: #432a0d;
  }
  #slideshow-wrapper #slideshow-main.list .instructions p {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  #slideshow-wrapper #slideshow-main.list .instructions a:hover {
    color: #432a0d;
  }
  .pagination > li:first-child > a,
  .pagination > li:last-child > a,
  .pagination > li > a,
  .pager a,
  .pagination > li:first-child > span,
  .pagination > li.active > span {
    padding: 2px 0px;
  }
  .flip-container,
  .front,
  .back {
    min-height: 229px;
  }
  .back p {
    font-size: 13px;
    line-height: 1.3;
  }
  a.btn,
  a .btn,
  .btn {
    font-size: 18px;
    padding: 9.5px 12.5px;
  }
  #sticky-social {
    display: none !important;
  }
  #social-links {
    position: fixed;
    bottom: 0px;
    left: 0px;
    top: auto;
    right: auto;
    width: 100%;
    display: table;
    z-index: 1000;
  }
  #social-links a {
    display: table-cell;
    width: auto;
    padding: 10px 0px 7px 0px;
  }
  #social-links a#flipboard {
    top: 0px;
  }
  #social-links a#flipboard img {
    height: 26px;
    padding: 0px;
  }
  #social-links .count {
    display: none;
  }
  #social-links i {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  #user-info {
    display: none;
  }
  #content {
    padding-top: 41px;
  }
  #wrapper {
    background: url('images/design/bg_body.jpg') repeat;
    background-size: 202px;
  }
  #primary {
    margin-top: -14px;
  }
  .home #primary {
    margin-top: 0px;
  }
  #primary #social-links {
    top: 45px;
  }
  header#branding,
  .sticky-header #branding {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #432a0d;
    height: 36px;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 100;
  }
  header#branding .toggle-menu,
  .sticky-header #branding .toggle-menu {
    margin: 0px;
    top: 0px;
    left: 0px;
  }
  header#branding #searchform,
  .sticky-header #branding #searchform {
    top: 0px;
    right: 0px;
    position: absolute;
    margin: 0px;
  }
  header#branding #searchform i,
  .sticky-header #branding #searchform i {
    top: 5px;
    left: 8px;
    font-size: 20px;
    color: #FFF;
  }
  header#branding #searchform #s,
  .sticky-header #branding #searchform #s {
    text-indent: 42px;
    background-color: #99bb28;
  }
  header#branding #searchform #clear-search,
  .sticky-header #branding #searchform #clear-search {
    right: 6px;
    left: auto;
  }
  header#branding .branding,
  .sticky-header #branding .branding {
    float: none;
    width: 48px;
    height: 37px;
    margin: 0 auto;
  }
  header#branding .branding h1#site-title,
  .sticky-header #branding .branding h1#site-title {
    margin: 0 auto;
    top: -1px;
    position: relative;
  }
  header#branding .branding h1#site-title a,
  .sticky-header #branding .branding h1#site-title a {
    background-size: 285px;
    width: 48px;
    height: 48px;
  }
  header#branding #menu-supp,
  .sticky-header #branding #menu-supp {
    margin: 0px;
    top: 0px;
    left: 0px;
    width: 102%;
    position: absolute;
  }
  header#branding #menu-supp li,
  .sticky-header #branding #menu-supp li {
    width: 49%;
    margin: 0px;
    display: inline-block;
  }
  header#branding #menu-supp li:nth-child(1) a,
  .sticky-header #branding #menu-supp li:nth-child(1) a {
    text-indent: 40px;
  }
  header#branding #menu-supp li:nth-child(2) a,
  .sticky-header #branding #menu-supp li:nth-child(2) a {
    text-indent: -20px;
  }
  header#branding #menu-supp li:nth-child(3),
  .sticky-header #branding #menu-supp li:nth-child(3) {
    display: none;
  }
  .admin-bar header#branding #menu-supp,
  .admin-bar header#branding #searchform {
    top: 46px;
  }
  #menu-main {
    top: 36px;
  }
  #wrapper.active {
    position: relative;
    top: auto;
  }
  .js nav#access {
    top: 0px;
  }
  .js nav#access.active {
    top: 0px;
  }
  header #searchform #s {
    background: #99bb28;
  }
  footer {
    padding: 20px 0px 80px 0px;
  }
  footer .btn {
    margin: 12.5px;
  }
  /*
	* Page Specific
	*/
  .page-template-tmpl_microsite_alt.page-support-the-aha header#branding,
  .page-template-tmpl_microsite_alt.page-membership-benefits header#branding {
    position: fixed;
    height: 36px;
  }
  .page-template-tmpl_microsite_alt.page-support-the-aha header#branding #menu-supp,
  .page-template-tmpl_microsite_alt.page-membership-benefits header#branding #menu-supp,
  .page-template-tmpl_microsite_alt.page-support-the-aha header#branding #searchform,
  .page-template-tmpl_microsite_alt.page-membership-benefits header#branding #searchform {
    top: 0px !important;
  }
  .page-template-tmpl_microsite_alt.page-support-the-aha header#branding #user-info,
  .page-template-tmpl_microsite_alt.page-membership-benefits header#branding #user-info {
    display: none;
  }
  .page-template-tmpl_microsite_alt.page-support-the-aha header#branding #site-title,
  .page-template-tmpl_microsite_alt.page-membership-benefits header#branding #site-title {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .entry .nav-tabs.nav-justified > li {
    border-bottom: none !important;
    margin-bottom: 4px;
  }
  .entry .nav-tabs.nav-justified > li.active > a:hover,
  .entry .nav-tabs.nav-justified .open > a:hover,
  .entry .nav-tabs.nav-justified > li.active > a,
  .entry .nav-tabs.nav-justified > li.active > a:focus,
  .entry .nav-tabs.nav-justified .open > a,
  .entry .nav-tabs.nav-justified .open > a:focus,
  .entry .nav-tabs.nav-justified > li:hover + li.active a {
    background: #99bb28;
    padding-top: 5px;
    margin-top: 0px;
  }
  #buckets .entry-content {
    height: auto;
  }
  #buckets .entry-summary {
    display: none;
  }
  #buckets article:hover {
    cursor: pointer;
  }
  #buckets article:hover .entry-content {
    height: auto;
  }
  .page-aha-member-deals .navbar {
    top: 50px;
  }
  #map_container {
    top: 110px;
  }
  .search_ahamd form input.form-control {
    width: 100%;
  }
  #results.ahamd .row {
    padding: 0px;
  }
  #results.ahamd .row:nth-child(2n) {
    background-color: transparent;
  }
  #results.ahamd .col {
    display: block;
    clear: both;
    padding: 10px 10px 3px 10px;
    margin: 2px 0px;
  }
  #results.ahamd .col:nth-child(2n) {
    background: rgba(110, 144, 29, 0.08);
  }
  .touch #results.ahamd .col .offer {
    font-weight: normal;
    display: block;
    margin: 3px 0px 0px 0px;
    border-bottom: 0px;
  }
  .touch #results.ahamd .col a.map-link,
  .touch #results.ahamd .col a.tel-link {
    width: 49%;
    margin-right: 1%;
    float: left;
  }
  .touch #results.ahamd .col a.org,
  .touch #results.ahamd .col a.online {
    font-size: 2rem;
  }
  .touch #results.ahamd .col a.org,
  .touch #results.ahamd .col a.online,
  .touch #results.ahamd .col p {
    padding-left: 0px;
  }
  ol.five li {
    width: 33%;
    float: left;
    text-align: center;
  }
  .modal-body .gallery .gallery-item {
    flex-basis: 50%;
  }
  .page-template-tmpl-wide.admin-bar header#branding #menu-supp,
  .page-template-tmpl-wide.admin-bar .toggle-menu,
  .page-template-tmpl-wide.admin-bar header#branding #searchform {
    top: 0px;
  }
}
@media screen and (max-width: 667px) {
  /*
	* Structure
	*/
  #primary {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
    left: 0%;
    min-height: 685px;
    margin-top: 28px;
  }
  aside#default,
  aside#secondary {
    display: none;
  }
  aside#secondary.special {
    display: block;
  }
  .home #primary {
    margin-top: 0px;
    min-height: 0px;
  }
  #content {
    margin: 0px;
    padding: 0px;
    margin-top: -27px;
  }
  header {
    height: 72px;
  }
  ul#menu-main.active {
    top: 45px;
  }
  ul#menu-main {
    display: none;
  }
  ul#menu-main.active {
    display: block;
  }
  #primary #social-links {
    top: 0px;
  }
  #wrapper {
    background: url('images/design/bg_header-mobile.jpg') 0 0 repeat-x, url('images/design/bg_body.jpg') repeat;
    background-size: 44px, 202px;
    padding-top: 40px;
  }
  .mobile-ads {
    display: block;
    text-align: center;
    background: #FFF;
    padding: 20px 0;
  }
  .home .mobile-ads {
    background-color: transparent;
  }
  footer .newsletter {
    padding-bottom: 0px;
  }
  footer .newsletter h3,
  footer .newsletter form,
  footer .newsletter input,
  footer .newsletter form input[type="text"],
  footer .newsletter form button[type="submit"] {
    display: block;
    width: 95%;
    margin: 10px auto;
  }
  #buckets .list-group,
  .page-clubs #buckets .list-group {
    flex-wrap: wrap;
  }
  #buckets .list-group .list-group-item,
  .page-clubs #buckets .list-group .list-group-item {
    flex-basis: 49%;
    margin: .5%;
  }
  #buckets .category-title .description {
    display: none;
  }
  aside .widgets .nav-tabs,
  aside .widgets .tab-content {
    width: 96vw;
    margin-right: -96vw;
  }
  .textwidget p,
  .textwidget a,
  .widget a,
  .widget a > p {
    font-size: 1.6rem;
  }
  article h1.entry-title,
  article > h1,
  .breadcrumbs + h1.entry-title {
    margin-bottom: 18px;
  }
  .info-box {
    float: none;
    width: 100%;
    margin: 25px auto;
  }
  .info-box ul {
    margin: 0px;
  }
  .info-box table {
    margin: 0px 0px 0px -10px;
  }
  .info-box p,
  .info-box h4 {
    padding: 0px 12.5px;
  }
  .info-box p {
    margin: 12.5px 0px;
  }
  #content .gallery .gallery-item {
    flex-basis: 50%;
  }
  .flip-container,
  .front,
  .back {
    min-height: 248px;
  }
  #slideshow-wrapper #slideshow-main #instructions {
    min-height: 250px;
  }
  /*
    * Typography
    */
  .entry .row .info-box.half {
    width: 100%;
  }
  .flip-container,
  .front,
  .back {
    min-height: 283px;
  }
  .ui-accordion .ui-accordion-header {
    width: 100%;
    margin: 12.5px 0px 0px 0px;
    line-height: 1;
  }
  .ui-accordion .ui-accordion-content {
    width: 100%;
    margin: 0px;
  }
  .ui-accordion table {
    margin: 0px;
  }
  .entry .nav-tabs > li:only-child {
    width: 100%;
    float: none;
    margin: -15px 0px 10px 0px;
  }
  ol.five li {
    width: 50%;
    float: left;
    text-align: center;
  }
  #slideshow-wrapper #slideshow-main.list .instructions {
    margin-bottom: 25px;
  }
  #slideshow-wrapper #slideshow-main.list img,
  #slideshow-wrapper #slideshow-main.list .instructions {
    width: 100%;
    float: none;
  }
  section.member-benefit ul {
    padding-left: 0px;
  }
}
@media screen and (max-width: 568px) {
  header #searchform {
    right: 0px;
  }
  .admin-bar header#branding #menu-supp,
  .admin-bar header#branding #searchform {
    top: 0px;
  }
  #buckets .category-title {
    margin-left: 2px;
  }
  aside#ads {
    display: none;
  }
  /*#primary .flexslider {
		.caption{ overflow: hidden; padding: 8px 10px; height: 75px; margin-top: -75px;
			h1 a{font-size: 28px; line-height: 32px;}
		}
	}*/
  footer p {
    display: none;
  }
  footer .savor-the-flavor {
    bottom: 12px;
  }
  footer .ba-logo {
    bottom: 7px;
    right: 8px;
  }
  .zym-sponsor {
    margin: 0px;
  }
  .zym-sponsor h3 {
    width: 100%;
    border: 0px;
    text-align: center;
    margin-bottom: 0px;
  }
  .zym-sponsor img,
  .zym-sponsor p {
    text-align: center;
    padding: 5px 0px;
  }
  .entry .row .info-box {
    margin: 0px;
  }
  .entry .pds-answer-group {
    width: 46%;
    margin: 0 2% 30px 2%;
  }
  .half {
    width: 100%;
    margin: 0px;
  }
  .blockquote-cite .bio-image {
    top: 0px;
    float: none;
    display: block;
    margin: 0 auto;
  }
  .blockquote-cite .title {
    text-indent: 0px;
  }
  .gabf-callout {
    display: flex;
    padding: 0px 15px 15px;
    flex-flow: column nowrap;
    max-height: none;
  }
  .gabf-callout .logo {
    width: 100%;
    padding-right: 0px;
    border-right: none;
    max-height: 70px;
  }
  .gabf-callout .callout-text {
    padding-left: 0px;
    font-size: 18px;
    color: #fff;
  }
  .page-aha-member-deals #primary {
    padding: 0px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    min-height: 0px;
    max-width: 100%;
  }
  .page-aha-member-deals .member-deal-nav {
    position: fixed;
    top: 40px;
    padding: 5px;
  }
  .page-aha-member-deals .member-deal-nav ul.navbar-nav.justified li {
    width: 48%;
  }
  .page-aha-member-deals .member-deal-nav ul.navbar-nav.justified li.form {
    min-width: 0px;
  }
  .page-aha-member-deals .entry-title {
    display: none;
  }
  .page-aha-member-deals #map_canvas {
    position: fixed !important;
    width: 100%;
    height: 100%;
  }
  .page-aha-member-deals #cards {
    width: 100%;
    border: none;
    position: relative;
    overflow-x: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  }
  .page-aha-member-deals #cards .card {
    margin: 0px;
    width: 100%;
    padding: 15px;
    position: relative;
    border: 1px solid rgba(197, 197, 197, 0.2);
  }
  .page-aha-member-deals #cards .card .company-name {
    font-size: 18px;
    margin-bottom: 3px;
    padding-top: 5px;
  }
  .page-aha-member-deals #cards .card .hours {
    margin: 0px;
    font-size: 15px;
  }
  .page-aha-member-deals #cards .card .contents {
    margin-top: 10px;
  }
  .page-aha-member-deals #cards .card .deal {
    max-width: 90%;
    font-size: 16px;
    margin: 3px 0px;
  }
  .page-aha-member-deals #cards .card .description,
  .page-aha-member-deals #cards .card .hours-content,
  .page-aha-member-deals #cards .card .hours-btn {
    display: none !important;
  }
  .page-aha-member-deals #cards .card .vcard {
    margin-left: 12px;
    max-width: 55%;
  }
  .page-aha-member-deals ::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /*
	* Structure
	*/
  #menu-supp ul li a:after {
    content: none;
  }
  #content .gallery .gallery-item {
    flex-basis: 100%;
    margin: 0px !important;
  }
  .archive #recipe-list .list-group-item,
  .archive .posts .list-group-item,
  #buckets .list-group .list-group-item,
  .page-clubs #buckets .list-group .list-group-item {
    flex-basis: 50%;
    float: none;
    margin: 0px 0px 12.5px 0px;
    padding: 0px 5px;
  }
  .archive #recipe-list .list-group-item h2.entry-title a,
  .archive .posts .list-group-item h2.entry-title a,
  #buckets .list-group .list-group-item h2.entry-title a,
  .page-clubs #buckets .list-group .list-group-item h2.entry-title a {
    height: auto;
  }
  article .btn-group.filter-btn,
  .btn-group.filter-btn {
    width: 100%;
    float: none !important;
    margin: 12.5px 0px;
  }
  article .btn-group.filter-btn button,
  .btn-group.filter-btn button {
    width: 100%;
    max-width: 100%;
  }
  h1 + .btn-group.filter-btn {
    margin-top: 0px;
  }
  #content .carousel .carousel-indicators {
    width: 100%;
    right: auto;
    left: auto;
    position: relative;
    margin: 0 auto;
  }
  #content .carousel .carousel-inner > .item > img {
    width: 100%;
    float: none;
  }
  #content .carousel .carousel-inner > .item > .carousel-caption {
    width: 100%;
    float: none;
  }
  .flip-container,
  .front,
  .back {
    min-height: 420px;
  }
  /*
    * Typography
    */
  #results.shops li.member,
  #results.clubs li.member {
    background: rgba(110, 144, 29, 0.08) url(images/design/aha_logo_lg-ghosted.png) 97% 97% no-repeat;
    background-size: 25%;
    padding: 17px 10px;
  }
  #results.shops li.member h3,
  #results.clubs li.member h3,
  #results.shops li.member p,
  #results.clubs li.member p {
    padding-left: 0px;
  }
  #results.shops li.member p.description,
  #results.clubs li.member p.description {
    margin: 12.5px 0px 0px 0px;
  }
  footer #menu-footer ul li {
    margin-top: -93px;
  }
  footer #menu-footer ul li ul {
    background: none !important;
  }
  footer #menu-footer ul li ul li {
    margin-top: 0px;
  }
  #social-links {
    margin: -10px 0px 40px 0px;
    position: relative;
    top: auto;
    right: auto;
  }
  .entry img.smaller,
  .type-post .entry img.smaller,
  .entry img.larger,
  .type-post .entry img.larger {
    width: 50%;
  }
  article.page {
    padding-top: 5px;
  }
  .info-box .row {
    margin-bottom: 10px;
  }
  .info-box .row img {
    max-width: 150px;
  }
  .widgets {
    margin-top: 20px;
  }
  .widgets .widget {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
  }
  .widgets h3 {
    background: none;
    color: #432a0d;
    font-size: 1.8rem;
    border: none;
    padding: 0px;
    font-weight: 400 !important;
  }
  .widgets p,
  .widgets a,
  .widgets p > a {
    font-size: 2.3rem;
    line-height: 1;
  }
}
@media screen and (max-width: 479px) {
  /*
	* Structure
	*/
  .home #primary,
  .home aside#secondary,
  .home aside#ads {
    width: 100%;
    left: auto;
    right: auto;
    float: none;
    min-height: 0px;
  }
  .home #content {
    padding-left: 0px;
  }
  .home aside#secondary,
  aside#secondary,
  aside#ads {
    padding: 0px 12.5px;
  }
  .home aside#secondary .widgets,
  aside#secondary .widgets,
  aside#ads .widgets {
    float: none;
  }
  aside .widgets .nav-tabs,
  aside .widgets .tab-content {
    width: auto;
    margin-right: auto;
  }
  aside#ads .ad,
  aside#ads #forum-content {
    display: none;
  }
  #ads .widgets .aha-deal-widget {
    background: none;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }
  #ads .widgets .aha-deal-widget #deal-banner #deal-header {
    width: 100%;
    height: auto;
    border: none;
    margin: 0px;
  }
  #ads .widgets .aha-deal-widget .money,
  #ads .widgets .aha-deal-widget .arrow,
  #ads .widgets .aha-deal-widget .navbar {
    display: none;
  }
  #menu-supp ul li:nth-child(2) span {
    display: none;
  }
  footer {
    background-position: 130% 134%;
  }
  footer .btn {
    position: relative;
    z-index: 100;
  }
  footer section {
    margin: 0px;
  }
  footer #menu-footer {
    margin-top: 0px;
  }
  footer #menu-footer > ul {
    height: 506px;
  }
  footer #menu-footer > ul li {
    width: 100% !important;
    text-align: center;
    background: none !important;
    margin: 0px;
    margin-top: 20px;
  }
  footer #menu-footer > ul li a {
    margin: 0px;
  }
  footer #menu-footer > ul li ul {
    margin: 0px;
    padding: 0px;
  }
  footer #menu-footer > ul li ul li {
    margin: 0px;
    position: relative;
    z-index: 10;
  }
  footer .brew-guru-footer {
    width: 250px;
    float: none;
    margin: 85px auto 100px auto;
  }
  footer .brew-guru-footer h3 {
    padding-left: 0px;
  }
  #primary #event-list article time {
    float: none;
    width: 100%;
    margin: 0px;
  }
  #primary #event-list article h2 {
    display: block;
  }
  #primary #event-list article .entry {
    margin: 0px;
  }
  .entry p img,
  .entry li img {
    float: none;
    width: 100%;
    padding: 0px 0px 12.5px 12.5px;
  }
  .zym-sponsor {
    width: 100%;
    padding: 12.5px 0px;
  }
  .zym-sponsor img {
    max-width: 100px;
  }
  .modal .modal-title {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 360px) {
  .flip-container,
  .front,
  .back {
    min-height: 263px;
  }
  #buckets .category-title img {
    width: 99.5%;
    height: auto;
    margin: 0 auto;
  }
  /*.home #buckets{width: 100%; margin: 0px; padding: 1%;}
		.home .posts .list-group-item{flex-basis: 100%; margin: 1%;}*/
  .entry img.alignright,
  .entry img.larger {
    width: 50%;
  }
  .recipes .entry .info-box {
    width: 100%;
    padding-left: 0px;
  }
  .recipes .entry .info-box h3 {
    text-align: center;
    margin-left: 0px;
  }
  .recipes .entry .info-box h2.tag-btn {
    margin: 0px 0px 12.5px 12.5px;
  }
  .mobile-ad {
    width: 104%;
  }
  section .alert:first-child {
    margin: 45px 0px -25px 0px;
  }
  .entry .navbar form #clear,
  .navbar form #loading {
    left: 92%;
    top: 6px;
  }
  .entry .info-box,
  .entry .row .info-box {
    width: 100%;
  }
  .entry .info-box h3,
  .entry .row .info-box h3 {
    text-align: center;
  }
  .entry .info-box img.alignright,
  .entry .row .info-box img.alignright {
    width: 50%;
    float: right;
    padding: 0px 0px 1rem 1rem;
  }
  .entry .info-box table,
  .entry .row .info-box table {
    margin: 0px 0px 0px 3px;
    max-width: 100%;
  }
  .entry .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 1em;
    top: 50%;
    margin-top: -11px;
  }
  article .btn-group.filter-btn,
  .btn-group.filter-btn {
    margin: 0px 0px 12.5px 0px;
  }
  .open > .dropdown-menu {
    max-width: 100%;
  }
  .dropdown-menu > li > a {
    white-space: normal;
  }
  .info-box a.btn {
    width: 97%;
    margin: 12.5px 0px 12.5px 0px;
  }
  a.btn,
  a .btn,
  .btn {
    width: 100%;
  }
  #buckets .tag.btn {
    display: none;
    width: auto;
  }
  #branding #menu-supp li:nth-child(2) a,
  .sticky-header #branding #menu-supp li:nth-child(2) a {
    text-indent: -27px;
  }
}
@media screen and (max-width: 359px) {
  #buckets .tag.btn {
    display: none;
  }
}
.touch .archive #recipe-list .entry-content:hover .specs,
.touch .archive .posts .entry-content:hover .specs {
  opacity: 0;
}
.touch .archive .posts .list-group-item .entry-content a:hover img {
  left: 0px;
  top: -10%;
  width: 100%;
  max-width: 100%;
}
/**
* 10.0 Plugins
*
**/
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?43843964');
  src: url('fonts/fontello.eot?43843964#iefix') format('embedded-opentype'), url('fonts/fontello.woff2?43843964') format('woff2'), url('fonts/fontello.woff?43843964') format('woff'), url('fonts/fontello.ttf?43843964') format('truetype'), url('fonts/fontello.svg?43843964#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?43843964#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: .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: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.fa-plus:before {
  content: '\e800';
}
/* '' */
.fa-plus-circled:before {
  content: '\e801';
}
/* '' */
.fa-print:before {
  content: '\e802';
}
/* '' */
.fa-facebook:before {
  content: '\e803';
}
/* '' */
.fa-facebook-squared:before {
  content: '\e804';
}
/* '' */
.fa-google:before {
  content: '\e805';
}
/* '' */
.fa-gplus-squared:before {
  content: '\e806';
}
/* '' */
.fa-gplus:before {
  content: '\e807';
}
/* '' */
.fa-twitter-squared:before {
  content: '\e808';
}
/* '' */
.fa-twitter:before {
  content: '\e809';
}
/* '' */
.fa-pinterest-circled:before {
  content: '\e80a';
}
/* '' */
.fa-pinterest-squared:before {
  content: '\e80b';
}
/* '' */
.fa-rss:before {
  content: '\e80c';
}
/* '' */
.fa-rss-squared:before {
  content: '\e80d';
}
/* '' */
.fa-down-dir:before {
  content: '\e80e';
}
/* '' */
.fa-down-open:before {
  content: '\e80f';
}
/* '' */
.fa-angle-down:before {
  content: '\e810';
}
/* '' */
.fa-angle-circled-down:before {
  content: '\e811';
}
/* '' */
.fa-angle-double-down:before {
  content: '\e812';
}
/* '' */
.fa-download:before {
  content: '\e813';
}
/* '' */
.fa-download-cloud:before {
  content: '\e814';
}
/* '' */
.fa-up-dir:before {
  content: '\e815';
}
/* '' */
.fa-volume-down:before {
  content: '\e816';
}
/* '' */
.fa-volume-off:before {
  content: '\e817';
}
/* '' */
.fa-file-pdf:before {
  content: '\e818';
}
/* '' */
.fa-down-circled2:before {
  content: '\e819';
}
/* '' */
.fa-angle-double-right:before {
  content: '\e81a';
}
/* '' */
.fa-angle-circled-right:before {
  content: '\e81b';
}
/* '' */
.fa-angle-right:before {
  content: '\e81c';
}
/* '' */
.fa-right-open:before {
  content: '\e81d';
}
/* '' */
.fa-right-dir:before {
  content: '\e81e';
}
/* '' */
.fa-angle-double-left:before {
  content: '\e81f';
}
/* '' */
.fa-angle-circled-left:before {
  content: '\e820';
}
/* '' */
.fa-angle-left:before {
  content: '\e821';
}
/* '' */
.fa-left-open:before {
  content: '\e822';
}
/* '' */
.fa-left-dir:before {
  content: '\e823';
}
/* '' */
.fa-arrows-cw:before {
  content: '\e824';
}
/* '' */
.fa-angle-double-up:before {
  content: '\e825';
}
/* '' */
.fa-angle-circled-up:before {
  content: '\e826';
}
/* '' */
.fa-angle-up:before {
  content: '\e827';
}
/* '' */
.fa-search:before {
  content: '\e828';
}
/* '' */
.fa-youtube-play:before {
  content: '\e829';
}
/* '' */
.fa-up-open:before {
  content: '\e82a';
}
/* '' */
.fa-videocam:before {
  content: '\e82b';
}
/* '' */
.fa-lock:before {
  content: '\e82c';
}
/* '' */
.fa-reddit:before {
  content: '\e82d';
}
/* '' */
.fa-reddit-squared:before {
  content: '\e82e';
}
/* '' */
.fa-plus-1:before {
  content: '\e82f';
}
/* '' */
.fa-plus-circled-1:before {
  content: '\e830';
}
/* '' */
.fa-plus-squared:before {
  content: '\e831';
}
/* '' */
.fa-plus-squared-alt:before {
  content: '\e832';
}
/* '' */
.fa-minus:before {
  content: '\e833';
}
/* '' */
.fa-minus-circled:before {
  content: '\e834';
}
/* '' */
.fa-minus-squared:before {
  content: '\e835';
}
/* '' */
.fa-minus-squared-alt:before {
  content: '\e836';
}
/* '' */
.fa-cancel-circled:before {
  content: '\e837';
}
/* '' */
.fa-comment:before {
  content: '\e838';
}
/* '' */
.fa-camera:before {
  content: '\e839';
}
/* '' */
.fa-menu:before {
  content: '\e83a';
}
/* '' */
.fa-link-ext:before {
  content: '\e83b';
}
/* '' */
.fa-circle-notch:before {
  content: '\e83c';
}
/* '' */
.fa-mail-alt:before {
  content: '\e83d';
}
/* '' */
.fa-instagram:before {
  content: '\e83e';
}
/* '' */
.fa-youtube:before {
  content: '\e83f';
}
/* '' */
.fa-youtube-squared:before {
  content: '\e840';
}
/* '' */
.fa-vimeo-squared:before {
  content: '\e841';
}
/* '' */
.fa-paper-plane-empty:before {
  content: '\e842';
}
/* '' */
.fa-spin5:before {
  content: '\e843';
}
/* '' */
.fa-lock-open-alt:before {
  content: '\e844';
}
/* '' */
.fa-key:before {
  content: '\e845';
}
/* '' */
.fa-star-half-alt:before {
  content: '\e846';
}
/* '' */
.fa-cancel-circled2:before {
  content: '\e847';
}
/* '' */
.fa-spin4:before {
  content: '\e848';
}
/* '' */
.fa-spin3:before {
  content: '\e849';
}
/* '' */
.fa-spin2:before {
  content: '\e84a';
}
/* '' */
.fa-spin1:before {
  content: '\e84b';
}
/* '' */
.fa-videocam-1:before {
  content: '\e84c';
}
/* '' */
.fa-ok:before {
  content: '\e84d';
}
/* '' */
.fa-mail-1:before {
  content: '\e84e';
}
/* '' */
.fa-ok-circled:before {
  content: '\e84f';
}
/* '' */
.fa-paper-plane:before {
  content: '\e850';
}
/* '' */
.fa-mail:before {
  content: '\e851';
}
/* '' */
.fa-ok-squared:before {
  content: '\e852';
}
/* '' */
.fa-ok-circled2:before {
  content: '\e853';
}
/* '' */
.fa-check:before {
  content: '\e854';
}
/* '' */
.fa-check-empty:before {
  content: '\e855';
}
/* '' */
.fa-heart-empty:before {
  content: '\e856';
}
/* '' */
.fa-cancel:before {
  content: '\e857';
}
/* '' */
.fa-heart:before {
  content: '\e858';
}
/* '' */
.fa-comment-empty:before {
  content: '\e859';
}
/* '' */
.fa-location-outline:before {
  content: '\e85a';
}
/* '' */
.fa-location:before {
  content: '\e85b';
}
/* '' */
.fa-cab:before {
  content: '\e85c';
}
/* '' */
.fa-phone:before {
  content: '\e85d';
}
/* '' */
.fa-help-circled:before {
  content: '\e85e';
}
/* '' */
.fa-help:before {
  content: '\e85f';
}
/* '' */
.fa-attention-alt:before {
  content: '\e860';
}
/* '' */
.fa-attention-circled:before {
  content: '\e861';
}
/* '' */
.fa-brew_guru:before {
  content: '\e8bd';
}
/* '' */
.fa-direction:before {
  content: '\f124';
}
/* '' */
.fa-facebook-circled:before {
  content: '\f30d';
}
/* '' */
/*
   Animation example, for spinners
*/
.fa-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);
  }
}
/*! fancyBox v2.1.4 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('images/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('images/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('images/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;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('images/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);
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*
*
* Custom styles for NHC Microsite
*
*/
/*
* TOC:
* - Variables
* - Core Structure
* - Typography
* - Internal Content
* -- Header
* -- Main
* -- Atomic
* --- Misc
* -- Footer
* -- Super Footer
* - Page Specific
* -- Winners
* -- Home
* - Responsive
*/
.page-template-tmpl-nhc-php,
.page-winners,
body.category-from-the-director {
  width: 100%;
  background: #f0f0eb;
  /**
	* Page Specific Items
	*
	**/
  /* End Winners */
}
.page-template-tmpl-nhc-php #branding,
.page-winners #branding,
body.category-from-the-director #branding,
.page-template-tmpl-nhc-php #banner,
.page-winners #banner,
body.category-from-the-director #banner,
.page-template-tmpl-nhc-php #social-links,
.page-winners #social-links,
body.category-from-the-director #social-links,
.page-template-tmpl-nhc-php .post-categories,
.page-winners .post-categories,
body.category-from-the-director .post-categories {
  display: none;
}
.page-template-tmpl-nhc-php #wrapper,
.page-winners #wrapper,
body.category-from-the-director #wrapper {
  background: none;
}
.page-template-tmpl-nhc-php #content,
.page-winners #content,
body.category-from-the-director #content {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.page-template-tmpl-nhc-php #primary,
.page-winners #primary,
body.category-from-the-director #primary {
  float: none;
  left: auto;
  width: 100%;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  min-height: 0px;
}
.page-template-tmpl-nhc-php article,
.page-winners article,
body.category-from-the-director article {
  margin: 0px;
}
.page-template-tmpl-nhc-php footer#nhc-footer,
.page-winners footer#nhc-footer,
body.category-from-the-director footer#nhc-footer {
  background-color: #FFF;
  padding-top: 25px;
  padding-bottom: 0px;
  position: relative;
  z-index: 1;
}
.page-template-tmpl-nhc-php #primary.fullwidth,
.page-winners #primary.fullwidth,
body.category-from-the-director #primary.fullwidth {
  margin-bottom: 50px;
}
.page-template-tmpl-nhc-php #primary.fullwidth article,
.page-winners #primary.fullwidth article,
body.category-from-the-director #primary.fullwidth article {
  padding: 0px;
}
.page-template-tmpl-nhc-php #primary.fullwidth .entry-content,
.page-winners #primary.fullwidth .entry-content,
body.category-from-the-director #primary.fullwidth .entry-content {
  width: calc(100% + 15px);
  max-width: 100%;
  padding: 0px;
  margin: 450px -15px 0px 0px;
  background-color: transparent;
  box-shadow: none;
}
.page-template-tmpl-nhc-php h2,
.page-winners h2,
body.category-from-the-director h2 {
  font-size: 55px;
  color: #ea9821;
  font-family: "freight-micro-pro", serif;
}
.page-template-tmpl-nhc-php h2.alt,
.page-winners h2.alt,
body.category-from-the-director h2.alt,
.page-template-tmpl-nhc-php h3.alt,
.page-winners h3.alt,
body.category-from-the-director h3.alt {
  color: #FFF;
}
.page-template-tmpl-nhc-php h3,
.page-winners h3,
body.category-from-the-director h3 {
  font-size: 40px;
  text-align: center;
  color: #ea9821;
  font-family: "freight-micro-pro", serif;
}
.page-template-tmpl-nhc-php h4,
.page-winners h4,
body.category-from-the-director h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #706f71;
}
.page-template-tmpl-nhc-php h4 + h3,
.page-winners h4 + h3,
body.category-from-the-director h4 + h3 {
  margin-top: -10px;
  text-align: center;
}
.page-template-tmpl-nhc-php p,
.page-winners p,
body.category-from-the-director p,
.page-template-tmpl-nhc-php li,
.page-winners li,
body.category-from-the-director li {
  font-size: 15px;
  line-height: 1.5;
  color: #706f71;
  max-width: 900px;
  margin: 0 auto;
}
.page-template-tmpl-nhc-php p,
.page-winners p,
body.category-from-the-director p {
  margin: 12.5px auto;
}
.page-template-tmpl-nhc-php p a,
.page-winners p a,
body.category-from-the-director p a {
  font-weight: bold;
  color: #d8922b;
}
.page-template-tmpl-nhc-php header.super-header,
.page-winners header.super-header,
body.category-from-the-director header.super-header {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background: radial-gradient(ellipse at top, #302276 0%, #160f41 100%);
  /* w3c */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 20%;
}
.page-template-tmpl-nhc-php .entry-content,
.page-winners .entry-content,
body.category-from-the-director .entry-content {
  float: none;
  left: auto;
  width: 90%;
  max-width: 1400px;
  margin: 450px auto 50px auto;
  padding: 30px 40px;
  background-color: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  min-height: 600px;
  position: relative;
  z-index: 1;
}
.page-template-tmpl-nhc-php article header .entry-title,
.page-winners article header .entry-title,
body.category-from-the-director article header .entry-title {
  display: block;
}
.page-template-tmpl-nhc-php article .entry-content .entry-title,
.page-winners article .entry-content .entry-title,
body.category-from-the-director article .entry-content .entry-title,
.page-template-tmpl-nhc-php article .entry-content .subhead,
.page-winners article .entry-content .subhead,
body.category-from-the-director article .entry-content .subhead {
  display: none;
}
.page-template-tmpl-nhc-php article.has-image header .entry-title,
.page-winners article.has-image header .entry-title,
body.category-from-the-director article.has-image header .entry-title {
  display: none;
}
.page-template-tmpl-nhc-php article.has-image .entry-content .entry-title,
.page-winners article.has-image .entry-content .entry-title,
body.category-from-the-director article.has-image .entry-content .entry-title {
  display: block;
  color: #ea9821;
}
.page-template-tmpl-nhc-php article.has-image .entry-content .entry-title.hide-title,
.page-winners article.has-image .entry-content .entry-title.hide-title,
body.category-from-the-director article.has-image .entry-content .entry-title.hide-title {
  display: none;
}
.page-template-tmpl-nhc-php article.has-image .entry-content .subhead,
.page-winners article.has-image .entry-content .subhead,
body.category-from-the-director article.has-image .entry-content .subhead {
  display: block;
}
.page-template-tmpl-nhc-php .fullwidth article.has-image .entry-content .entry-title,
.page-winners .fullwidth article.has-image .entry-content .entry-title,
body.category-from-the-director .fullwidth article.has-image .entry-content .entry-title {
  display: none;
}
.page-template-tmpl-nhc-php article h1.entry-title,
.page-winners article h1.entry-title,
body.category-from-the-director article h1.entry-title {
  color: #FFF;
  font-size: 55px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0px;
}
.page-template-tmpl-nhc-php h2.subhead,
.page-winners h2.subhead,
body.category-from-the-director h2.subhead {
  color: #FFF;
  font-size: 20px;
  text-align: center;
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: 1px;
  font-family: "futura-pt", 'futura', sans-serif;
  line-height: 1.6;
}
.page-template-tmpl-nhc-php #menu-wrapper,
.page-winners #menu-wrapper,
body.category-from-the-director #menu-wrapper {
  margin-bottom: 65px;
}
.page-template-tmpl-nhc-php #menu-wrapper:before,
.page-winners #menu-wrapper:before,
body.category-from-the-director #menu-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(-185deg, #E1B729 0%, #D8922B 100%);
  position: absolute;
  top: 72px;
  left: 0px;
  z-index: 0;
}
.page-template-tmpl-nhc-php .nhc-toggle-menu,
.page-winners .nhc-toggle-menu,
body.category-from-the-director .nhc-toggle-menu {
  display: none;
}
.page-template-tmpl-nhc-php #nhc-access,
.page-winners #nhc-access,
body.category-from-the-director #nhc-access {
  width: 90%;
  max-width: 1400px;
  margin: 72px auto 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
.page-template-tmpl-nhc-php #nhc-access #menu-nhc,
.page-winners #nhc-access #menu-nhc,
body.category-from-the-director #nhc-access #menu-nhc {
  margin-left: 325px;
}
.page-template-tmpl-nhc-php #nhc-access li,
.page-winners #nhc-access li,
body.category-from-the-director #nhc-access li {
  display: inline-block;
  margin: 0px 10px;
}
.page-template-tmpl-nhc-php #nhc-access li a,
.page-winners #nhc-access li a,
body.category-from-the-director #nhc-access li a {
  color: #FFF;
  font-size: 19px;
  padding: 11px 0px;
}
.page-template-tmpl-nhc-php #nhc-access li a:hover,
.page-winners #nhc-access li a:hover,
body.category-from-the-director #nhc-access li a:hover {
  color: #363061;
}
.page-template-tmpl-nhc-php #nhc-access li.current-menu-item a,
.page-winners #nhc-access li.current-menu-item a,
body.category-from-the-director #nhc-access li.current-menu-item a {
  color: #363061;
}
.page-template-tmpl-nhc-php #nhc-logo,
.page-winners #nhc-logo,
body.category-from-the-director #nhc-logo,
.page-template-tmpl-nhc-php #aha-logo,
.page-winners #aha-logo,
body.category-from-the-director #aha-logo {
  position: absolute;
  left: 0px;
  top: auto;
  margin: -42px 0px 0px 0px;
  width: 300px;
  height: auto;
}
.page-template-tmpl-nhc-php #aha-logo,
.page-winners #aha-logo,
body.category-from-the-director #aha-logo {
  position: absolute;
  left: auto;
  right: 0px;
  top: auto;
  width: 120px;
  margin: -83px 0px 0px 0px;
}
.page-template-tmpl-nhc-php #ba-logo,
.page-winners #ba-logo,
body.category-from-the-director #ba-logo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 74px;
  height: auto;
}
.page-template-tmpl-nhc-php .entry-content h1.entry-title,
.page-winners .entry-content h1.entry-title,
body.category-from-the-director .entry-content h1.entry-title {
  margin-bottom: 0px;
  font-size: 65px;
  line-height: 1;
  font-weight: 500;
}
.page-template-tmpl-nhc-php .entry-content h2.subhead,
.page-winners .entry-content h2.subhead,
body.category-from-the-director .entry-content h2.subhead {
  color: #706f71;
  font-size: 20px;
  font-weight: 700;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: normal;
  margin: 0px auto 20px auto;
  line-height: 1.3;
}
.page-template-tmpl-nhc-php .milestone,
.page-winners .milestone,
body.category-from-the-director .milestone {
  width: 100%;
  max-width: 500px;
  border-left: 3px solid #d8922b;
  position: relative;
  margin-bottom: 50px;
  padding: 0px 0px 5px 0px !important;
}
.page-template-tmpl-nhc-php .milestone .dates,
.page-winners .milestone .dates,
body.category-from-the-director .milestone .dates {
  color: #FFF;
  background-color: #d8922b;
  font-size: 20px;
  font-weight: 700;
  font-family: "futura-pt", 'futura', sans-serif;
  margin: 0px 0px 0px -3px;
  padding: 5px 20px;
  width: 300px;
  position: relative;
  top: 20px;
  display: inline-block;
  letter-spacing: 1px;
}
.page-template-tmpl-nhc-php .milestone .milestone-title,
.page-winners .milestone .milestone-title,
body.category-from-the-director .milestone .milestone-title {
  color: #81b141;
  font-size: 24px;
  padding-left: 20px;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 700;
  margin: 30px 0px 3px 0px;
}
.page-template-tmpl-nhc-php .milestone .milestone-description,
.page-winners .milestone .milestone-description,
body.category-from-the-director .milestone .milestone-description {
  color: #706f71;
  font-family: "futura-pt", 'futura', sans-serif;
  padding-left: 20px;
}
.page-template-tmpl-nhc-php .nav.tabs,
.page-winners .nav.tabs,
body.category-from-the-director .nav.tabs {
  border-bottom: 2px solid #f0f0eb;
  display: table;
  width: 100%;
  margin: 0px;
}
.page-template-tmpl-nhc-php .nav.tabs li,
.page-winners .nav.tabs li,
body.category-from-the-director .nav.tabs li {
  display: table-cell;
  margin-bottom: 0px;
  text-align: center;
}
.page-template-tmpl-nhc-php .nav.tabs li a,
.page-winners .nav.tabs li a,
body.category-from-the-director .nav.tabs li a {
  font-family: "futura-pt", 'futura', sans-serif;
  color: #706f71;
  font-weight: 700;
  padding: 7.5px 15px;
  background-color: transparent !important;
}
.page-template-tmpl-nhc-php .nav.tabs li.active,
.page-winners .nav.tabs li.active,
body.category-from-the-director .nav.tabs li.active,
.page-template-tmpl-nhc-php .nav.tabs li a:hover,
.page-winners .nav.tabs li a:hover,
body.category-from-the-director .nav.tabs li a:hover {
  border-bottom: 4px solid #d8922b;
  background-color: transparent;
}
.page-template-tmpl-nhc-php .nav.tabs li.active a:hover,
.page-winners .nav.tabs li.active a:hover,
body.category-from-the-director .nav.tabs li.active a:hover {
  border-bottom: 0px;
  background-color: transparent;
}
.page-template-tmpl-nhc-php .tab-pane,
.page-winners .tab-pane,
body.category-from-the-director .tab-pane {
  padding: 50px 0px;
}
.page-template-tmpl-nhc-php .tab-title,
.page-winners .tab-title,
body.category-from-the-director .tab-title {
  display: block;
  font-size: 16px;
  color: #706f71;
  text-transform: uppercase;
  background-color: rgba(225, 183, 40, 0.1);
  font-family: "futura-pt", 'futura', sans-serif;
  padding: 9px 10px 7px 0px;
  font-weight: 700;
  text-indent: 25px;
}
.page-template-tmpl-nhc-php .tab-title i,
.page-winners .tab-title i,
body.category-from-the-director .tab-title i {
  color: #d8922b;
  text-indent: 0px;
}
.page-template-tmpl-nhc-php .question,
.page-winners .question,
body.category-from-the-director .question {
  color: #81b141;
  font-size: 24px;
  font-family: "futura-pt", 'futura', sans-serif;
  padding-left: 25px;
  text-align: left;
}
.page-template-tmpl-nhc-php .answer,
.page-winners .answer,
body.category-from-the-director .answer {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #706f71;
  padding-left: 25px;
  margin-bottom: 35px;
  max-width: 1000px;
}
.page-template-tmpl-nhc-php .answer li,
.page-winners .answer li,
body.category-from-the-director .answer li,
.page-template-tmpl-nhc-php .answer p,
.page-winners .answer p,
body.category-from-the-director .answer p,
.page-template-tmpl-nhc-php .answer td,
.page-winners .answer td,
body.category-from-the-director .answer td {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #706f71;
  line-height: 1.5;
}
.page-template-tmpl-nhc-php .answer ul,
.page-winners .answer ul,
body.category-from-the-director .answer ul {
  padding-left: 20px;
}
.page-template-tmpl-nhc-php table thead tr td:last-child,
.page-winners table thead tr td:last-child,
body.category-from-the-director table thead tr td:last-child,
.page-template-tmpl-nhc-php table thead tr th:last-child,
.page-winners table thead tr th:last-child,
body.category-from-the-director table thead tr th:last-child {
  padding-left: 5px;
}
.page-template-tmpl-nhc-php table thead tr th:only-child,
.page-winners table thead tr th:only-child,
body.category-from-the-director table thead tr th:only-child,
.page-template-tmpl-nhc-php table thead tr td:only-child,
.page-winners table thead tr td:only-child,
body.category-from-the-director table thead tr td:only-child,
.page-template-tmpl-nhc-php table thead tr td:last-child,
.page-winners table thead tr td:last-child,
body.category-from-the-director table thead tr td:last-child,
.page-template-tmpl-nhc-php table thead tr th:last-child,
.page-winners table thead tr th:last-child,
body.category-from-the-director table thead tr th:last-child {
  border: 0px;
  background-color: #412E7E;
  color: #FFF;
  padding-left: 40px;
  border-radius: 0px;
  letter-spacing: 1px;
}
.page-template-tmpl-nhc-php table thead th,
.page-winners table thead th,
body.category-from-the-director table thead th,
.page-template-tmpl-nhc-php table thead td,
.page-winners table thead td,
body.category-from-the-director table thead td {
  border: 0px !important;
}
.page-template-tmpl-nhc-php table thead td,
.page-winners table thead td,
body.category-from-the-director table thead td {
  background-color: #412E7E;
  color: #FFF;
  font-size: 18px;
}
.page-template-tmpl-nhc-php table td h2,
.page-winners table td h2,
body.category-from-the-director table td h2 {
  color: #81b141;
  font-size: 24px;
  font-family: "futura-pt", 'futura', sans-serif;
}
.page-template-tmpl-nhc-php table td,
.page-winners table td,
body.category-from-the-director table td,
.page-template-tmpl-nhc-php table p,
.page-winners table p,
body.category-from-the-director table p {
  font-family: "futura-pt", 'futura', sans-serif;
  color: #706f71;
  font-size: 20px;
  line-height: 1.3;
}
.page-template-tmpl-nhc-php table td.title,
.page-winners table td.title,
body.category-from-the-director table td.title {
  font-size: 24px;
  color: #81b141;
  font-weight: 700;
}
.page-template-tmpl-nhc-php table td span.winner-name,
.page-winners table td span.winner-name,
body.category-from-the-director table td span.winner-name {
  font-weight: bold;
}
.page-template-tmpl-nhc-php table tr:nth-child(2n),
.page-winners table tr:nth-child(2n),
body.category-from-the-director table tr:nth-child(2n) {
  background: transparent;
}
.page-template-tmpl-nhc-php table tr:nth-child(2n-1),
.page-winners table tr:nth-child(2n-1),
body.category-from-the-director table tr:nth-child(2n-1) {
  background: rgba(225, 183, 40, 0.1);
}
.page-template-tmpl-nhc-php table.major tbody,
.page-winners table.major tbody,
body.category-from-the-director table.major tbody {
  border-bottom: none;
}
.page-template-tmpl-nhc-php table.major td.winner,
.page-winners table.major td.winner,
body.category-from-the-director table.major td.winner {
  padding-left: 84px;
}
.page-template-tmpl-nhc-php table.major tr,
.page-winners table.major tr,
body.category-from-the-director table.major tr {
  background-color: transparent;
}
.page-template-tmpl-nhc-php table.major thead td,
.page-winners table.major thead td,
body.category-from-the-director table.major thead td {
  font-size: 20px;
}
.page-template-tmpl-nhc-php table.major td h2,
.page-winners table.major td h2,
body.category-from-the-director table.major td h2,
.page-template-tmpl-nhc-php table.major td p,
.page-winners table.major td p,
body.category-from-the-director table.major td p {
  font-weight: 700;
}
.page-template-tmpl-nhc-php table.dates,
.page-winners table.dates,
body.category-from-the-director table.dates {
  margin: 0 auto 25px auto;
  width: 90%;
}
.page-template-tmpl-nhc-php table.dates td,
.page-winners table.dates td,
body.category-from-the-director table.dates td {
  text-align: left;
  padding-left: 30px;
  font-weight: 700;
}
.page-template-tmpl-nhc-php table.minor td,
.page-winners table.minor td,
body.category-from-the-director table.minor td {
  font-size: 16px;
}
.page-template-tmpl-nhc-php .breakout,
.page-winners .breakout,
body.category-from-the-director .breakout {
  width: 95%;
  float: left;
  clear: both;
  position: relative;
  margin-bottom: 100px;
}
.page-template-tmpl-nhc-php .breakout:before,
.page-winners .breakout:before,
body.category-from-the-director .breakout:before,
.page-template-tmpl-nhc-php .breakout:after,
.page-winners .breakout:after,
body.category-from-the-director .breakout:after {
  content: " ";
  display: table;
}
.page-template-tmpl-nhc-php .breakout:after,
.page-winners .breakout:after,
body.category-from-the-director .breakout:after {
  clear: both;
}
.page-template-tmpl-nhc-php .breakout:before,
.page-winners .breakout:before,
body.category-from-the-director .breakout:before,
.page-template-tmpl-nhc-php .breakout:after,
.page-winners .breakout:after,
body.category-from-the-director .breakout:after {
  content: " ";
  display: table;
}
.page-template-tmpl-nhc-php .breakout:after,
.page-winners .breakout:after,
body.category-from-the-director .breakout:after {
  clear: both;
}
.page-template-tmpl-nhc-php .breakout img,
.page-winners .breakout img,
body.category-from-the-director .breakout img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 50%;
  height: auto;
  z-index: 0;
}
.page-template-tmpl-nhc-php .breakout .content,
.page-winners .breakout .content,
body.category-from-the-director .breakout .content {
  float: right;
  margin: 20px 35px 50px 0px;
  padding: 30px;
  width: 50%;
  background-color: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.page-template-tmpl-nhc-php .breakout .content h3,
.page-winners .breakout .content h3,
body.category-from-the-director .breakout .content h3 {
  font-family: "futura-pt", 'futura', sans-serif;
  color: #363061;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
.page-template-tmpl-nhc-php .breakout .content h3:before,
.page-winners .breakout .content h3:before,
body.category-from-the-director .breakout .content h3:before {
  content: "";
  height: 100px;
  width: 2px;
  background-color: #d8922b;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: -100px;
  width: 100px;
  height: 3px;
  top: 58px;
  left: -48px;
}
.page-template-tmpl-nhc-php .breakout .content .btn-grouping,
.page-winners .breakout .content .btn-grouping,
body.category-from-the-director .breakout .content .btn-grouping {
  margin: 25px 0px;
}
.page-template-tmpl-nhc-php .breakout .content .btn,
.page-winners .breakout .content .btn,
body.category-from-the-director .breakout .content .btn {
  max-width: 300px;
  display: block;
  margin: 10px auto;
  letter-spacing: 1.5px;
}
.page-template-tmpl-nhc-php .breakout .content p,
.page-winners .breakout .content p,
body.category-from-the-director .breakout .content p,
.page-template-tmpl-nhc-php .breakout .content li,
.page-winners .breakout .content li,
body.category-from-the-director .breakout .content li,
.page-template-tmpl-nhc-php .breakout .content td,
.page-winners .breakout .content td,
body.category-from-the-director .breakout .content td {
  font-size: 14px;
}
.page-template-tmpl-nhc-php .breakout.reversed,
.page-winners .breakout.reversed,
body.category-from-the-director .breakout.reversed {
  float: right;
}
.page-template-tmpl-nhc-php .breakout.reversed img,
.page-winners .breakout.reversed img,
body.category-from-the-director .breakout.reversed img {
  left: auto;
  right: 0px;
}
.page-template-tmpl-nhc-php .breakout.reversed .content,
.page-winners .breakout.reversed .content,
body.category-from-the-director .breakout.reversed .content {
  float: left;
  margin: 20px 0px 50px 35px;
}
.page-template-tmpl-nhc-php .breakout.reversed .content h3:before,
.page-winners .breakout.reversed .content h3:before,
body.category-from-the-director .breakout.reversed .content h3:before {
  top: 58px;
  left: auto;
  right: -48px;
}
.page-template-tmpl-nhc-php .breakout.full,
.page-winners .breakout.full,
body.category-from-the-director .breakout.full {
  width: 80%;
  max-width: 800px;
  margin: 0 auto 100px auto;
  float: none;
  text-align: center;
}
.page-template-tmpl-nhc-php .breakout.full .content,
.page-winners .breakout.full .content,
body.category-from-the-director .breakout.full .content {
  float: none;
  margin: 0px auto 0px auto;
  width: 100%;
  padding: 30px 80px;
}
.page-template-tmpl-nhc-php .breakout.full:after,
.page-winners .breakout.full:after,
body.category-from-the-director .breakout.full:after {
  content: "";
  height: 100px;
  width: 2px;
  background-color: #d8922b;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: -100px;
  height: 50px;
  bottom: -50px;
}
.page-template-tmpl-nhc-php .top.callout,
.page-winners .top.callout,
body.category-from-the-director .top.callout {
  width: 80%;
  max-width: 700px;
  margin: 0px auto 70px auto;
  text-align: center;
  position: relative;
  /*&:after{
			.vrule();
			height: 75px;
			bottom: -85px;
		}*/
  /*table {
			margin: @2pad 0px;

			td{
				text-align: left;
				padding-left: 30px;
				font-size: 16px;
			}
		}*/
}
.page-template-tmpl-nhc-php .top.callout .callout-title,
.page-winners .top.callout .callout-title,
body.category-from-the-director .top.callout .callout-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #222222;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 700;
}
.page-template-tmpl-nhc-php .btn-primary,
.page-winners .btn-primary,
body.category-from-the-director .btn-primary {
  color: #FFF;
  text-transform: uppercase;
  background: linear-gradient(45deg, #412e7e 0%, #765ab5 100%);
  letter-spacing: 1.5px;
}
.page-template-tmpl-nhc-php .btn-primary:hover,
.page-winners .btn-primary:hover,
body.category-from-the-director .btn-primary:hover {
  color: #FFF;
  background: linear-gradient(-195deg, #765AB5 0%, #412E7E 56%);
}
.page-template-tmpl-nhc-php .btn.aligncenter,
.page-winners .btn.aligncenter,
body.category-from-the-director .btn.aligncenter {
  display: block;
  margin: 12.5px auto;
  width: 250px;
}
.page-template-tmpl-nhc-php .btn.pdf:after,
.page-winners .btn.pdf:after,
body.category-from-the-director .btn.pdf:after {
  display: none;
}
.page-template-tmpl-nhc-php #styles-grid,
.page-winners #styles-grid,
body.category-from-the-director #styles-grid {
  display: flex;
  margin: 0px;
  padding: 0px;
  position: relative;
  margin-bottom: 100px;
}
.page-template-tmpl-nhc-php #styles-grid li,
.page-winners #styles-grid li,
body.category-from-the-director #styles-grid li {
  flex-basis: 25%;
  list-style: none;
}
.page-template-tmpl-nhc-php #styles-grid li img,
.page-winners #styles-grid li img,
body.category-from-the-director #styles-grid li img {
  padding: 0px 2px;
  width: 100%;
  height: auto;
}
.page-template-tmpl-nhc-php #styles-grid:after,
.page-winners #styles-grid:after,
body.category-from-the-director #styles-grid:after {
  content: "";
  height: 100px;
  width: 2px;
  background-color: #d8922b;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: -100px;
  height: 50px;
  bottom: -46px;
}
.page-template-tmpl-nhc-php #stats-grid,
.page-winners #stats-grid,
body.category-from-the-director #stats-grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0px;
  padding: 0px;
  justify-content: space-between;
  align-items: baseline;
  max-width: 950px;
  margin: 40px auto 0px auto;
}
.page-template-tmpl-nhc-php #stats-grid li,
.page-winners #stats-grid li,
body.category-from-the-director #stats-grid li {
  flex-basis: 25%;
  max-width: 150px;
  list-style: none;
  text-align: center;
}
.page-template-tmpl-nhc-php #stats-grid li img,
.page-winners #stats-grid li img,
body.category-from-the-director #stats-grid li img {
  padding: 0px 0px;
  max-height: 130px;
  width: auto;
}
.page-template-tmpl-nhc-php #stats-grid li span,
.page-winners #stats-grid li span,
body.category-from-the-director #stats-grid li span {
  width: 100%;
  text-align: center;
  display: block;
}
.page-template-tmpl-nhc-php #stats-grid li .count,
.page-winners #stats-grid li .count,
body.category-from-the-director #stats-grid li .count {
  position: relative;
  top: -85px;
  font-family: "freight-micro-pro", serif;
  color: #81b141;
  font-size: 55px;
  font-weight: 700;
}
.page-template-tmpl-nhc-php #stats-grid li .title,
.page-winners #stats-grid li .title,
body.category-from-the-director #stats-grid li .title {
  position: relative;
  color: #363061;
  font-family: "futura-pt", 'futura', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  top: -80px;
}
.page-template-tmpl-nhc-php #nhc-newsletter,
.page-winners #nhc-newsletter,
body.category-from-the-director #nhc-newsletter {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 0px auto;
  padding: 30px 30px 50px 30px;
  width: 90%;
  background: linear-gradient(45deg, #412e7e 0%, #765ab5 100%);
  text-align: left;
  top: -130px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.page-template-tmpl-nhc-php #nhc-newsletter .newsletter,
.page-winners #nhc-newsletter .newsletter,
body.category-from-the-director #nhc-newsletter .newsletter {
  text-align: left;
  padding: 0px 0px 0px 300px;
}
.page-template-tmpl-nhc-php #nhc-newsletter .newsletter h3,
.page-winners #nhc-newsletter .newsletter h3,
body.category-from-the-director #nhc-newsletter .newsletter h3 {
  margin: 0px;
}
.page-template-tmpl-nhc-php #nhc-newsletter .newsletter p.intro,
.page-winners #nhc-newsletter .newsletter p.intro,
body.category-from-the-director #nhc-newsletter .newsletter p.intro {
  display: inline-block;
  color: #FFF;
  padding: 15px 0px;
}
.page-template-tmpl-nhc-php #nhc-newsletter .newsletter form button[type="submit"],
.page-winners #nhc-newsletter .newsletter form button[type="submit"],
body.category-from-the-director #nhc-newsletter .newsletter form button[type="submit"] {
  margin-top: -1px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.page-template-tmpl-nhc-php #nhc-newsletter .newsletter-img,
.page-winners #nhc-newsletter .newsletter-img,
body.category-from-the-director #nhc-newsletter .newsletter-img {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 250px;
  height: auto;
}
.page-template-tmpl-nhc-php #nhc-newsletter form input[type="text"],
.page-winners #nhc-newsletter form input[type="text"],
body.category-from-the-director #nhc-newsletter form input[type="text"] {
  padding: 9px 0px 10px 5px;
  width: 60%;
  margin: 0px 30px 0px 0px;
}
.page-template-tmpl-nhc-php #nhc-sponsors,
.page-winners #nhc-sponsors,
body.category-from-the-director #nhc-sponsors {
  text-align: center;
  padding: 0px 10px;
}
.page-template-tmpl-nhc-php #nhc-sponsors p,
.page-winners #nhc-sponsors p,
body.category-from-the-director #nhc-sponsors p {
  color: #706f71;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0px;
  font-family: "futura-pt", 'futura', sans-serif;
}
.page-template-tmpl-nhc-php #nhc-sponsor-grid,
.page-winners #nhc-sponsor-grid,
body.category-from-the-director #nhc-sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 50px auto;
  justify-content: center;
  align-items: center;
}
.page-template-tmpl-nhc-php #nhc-sponsor-grid .sponsor,
.page-winners #nhc-sponsor-grid .sponsor,
body.category-from-the-director #nhc-sponsor-grid .sponsor {
  flex-basis: 25%;
  padding: 1%;
  text-align: center;
}
.page-template-tmpl-nhc-php #nhc-sponsor-grid img,
.page-winners #nhc-sponsor-grid img,
body.category-from-the-director #nhc-sponsor-grid img {
  width: auto;
  max-width: 200px;
  height: auto;
  align-self: center;
}
.page-template-tmpl-nhc-php #nhc-sponsor-list,
.page-winners #nhc-sponsor-list,
body.category-from-the-director #nhc-sponsor-list {
  max-width: 650px;
  margin: 0 auto;
}
.page-template-tmpl-nhc-php #nhc-sponsor-list li,
.page-winners #nhc-sponsor-list li,
body.category-from-the-director #nhc-sponsor-list li {
  margin: 3px 0px;
}
.page-template-tmpl-nhc-php #nhc-sponsor-list a,
.page-winners #nhc-sponsor-list a,
body.category-from-the-director #nhc-sponsor-list a {
  color: #706f71;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0px;
  line-height: 1.1;
  font-family: "futura-pt", 'futura', sans-serif;
}
.page-template-tmpl-nhc-php #nhc-sponsor-list a:hover,
.page-winners #nhc-sponsor-list a:hover,
body.category-from-the-director #nhc-sponsor-list a:hover {
  color: #ea9821;
}
.page-template-tmpl-nhc-php #nhc-real-footer,
.page-winners #nhc-real-footer,
body.category-from-the-director #nhc-real-footer {
  background-color: #706f71;
  height: 100px;
  padding: 20px 60px;
  margin-top: 150px;
  position: relative;
  width: 100%;
  font-family: "futura-pt", 'futura', sans-serif;
}
.page-template-tmpl-nhc-php #nhc-real-footer .aha-branding,
.page-winners #nhc-real-footer .aha-branding,
body.category-from-the-director #nhc-real-footer .aha-branding {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100px;
  width: 400px;
  background-color: #ea9821;
}
.page-template-tmpl-nhc-php #nhc-real-footer .aha-branding img,
.page-winners #nhc-real-footer .aha-branding img,
body.category-from-the-director #nhc-real-footer .aha-branding img {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 75px;
  height: auto;
}
.page-template-tmpl-nhc-php #nhc-real-footer .aha-branding a,
.page-winners #nhc-real-footer .aha-branding a,
body.category-from-the-director #nhc-real-footer .aha-branding a {
  line-height: 5;
  padding-left: 100px;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
}
.page-template-tmpl-nhc-php #nhc-real-footer .footer-menu,
.page-winners #nhc-real-footer .footer-menu,
body.category-from-the-director #nhc-real-footer .footer-menu {
  position: absolute;
  right: 100px;
  top: 10px;
}
.page-template-tmpl-nhc-php #nhc-real-footer .footer-menu li,
.page-winners #nhc-real-footer .footer-menu li,
body.category-from-the-director #nhc-real-footer .footer-menu li {
  display: inline-block;
  list-style: none;
  padding-right: 6px;
}
.page-template-tmpl-nhc-php #nhc-real-footer .footer-menu li a,
.page-winners #nhc-real-footer .footer-menu li a,
body.category-from-the-director #nhc-real-footer .footer-menu li a {
  color: #FFF;
  font-size: 19px;
  font-family: "futura-pt", 'futura', sans-serif;
}
.page-template-tmpl-nhc-php #nhc-real-footer .footer-menu li a:after,
.page-winners #nhc-real-footer .footer-menu li a:after,
body.category-from-the-director #nhc-real-footer .footer-menu li a:after {
  content: "/";
  padding-left: 10px;
}
.page-template-tmpl-nhc-php #nhc-real-footer .footer-menu li:last-child a:after,
.page-winners #nhc-real-footer .footer-menu li:last-child a:after,
body.category-from-the-director #nhc-real-footer .footer-menu li:last-child a:after {
  content: "";
  display: none;
}
.page-template-tmpl-nhc-php #nhc-real-footer .legal,
.page-winners #nhc-real-footer .legal,
body.category-from-the-director #nhc-real-footer .legal {
  position: absolute;
  right: 100px;
  bottom: 0px;
  color: #FFF;
}
.page-template-tmpl-nhc-php .navbar-nav,
.page-winners .navbar-nav,
body.category-from-the-director .navbar-nav {
  float: none;
  margin: 0 auto;
  width: 540px;
}
.page-template-tmpl-nhc-php .navbar-nav > li > a.dropdown-toggle,
.page-winners .navbar-nav > li > a.dropdown-toggle,
body.category-from-the-director .navbar-nav > li > a.dropdown-toggle,
.page-template-tmpl-nhc-php .navbar-nav .navbar-nav > li .btn.dropdown-toggle,
.page-winners .navbar-nav .navbar-nav > li .btn.dropdown-toggle,
body.category-from-the-director .navbar-nav .navbar-nav > li .btn.dropdown-toggle {
  background: linear-gradient(45deg, #412e7e 0%, #765ab5 100%);
}
.page-template-tmpl-nhc-php #years,
.page-winners #years,
body.category-from-the-director #years,
.page-template-tmpl-nhc-php #judging_centers,
.page-winners #judging_centers,
body.category-from-the-director #judging_centers {
  width: 49%;
  margin: 0px .5%;
}
.page-template-tmpl-nhc-php #results,
.page-winners #results,
body.category-from-the-director #results {
  margin-top: 40px;
}
.page-template-tmpl-nhc-php .winner-heading,
.page-winners .winner-heading,
body.category-from-the-director .winner-heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #706f71;
  font-size: 18px;
  font-family: "futura-pt", 'futura', sans-serif;
  margin: 0px;
  max-width: 100%;
}
.page-template-tmpl-nhc-php .major-awards,
.page-winners .major-awards,
body.category-from-the-director .major-awards {
  font-size: 48px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.page-template-tmpl-nhc-php .category-winners,
.page-winners .category-winners,
body.category-from-the-director .category-winners {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0eb;
}
.page-template-tmpl-nhc-php .category-winners table,
.page-winners .category-winners table,
body.category-from-the-director .category-winners table {
  margin-bottom: 12.5px;
}
.page-template-tmpl-nhc-php .category-winners td img,
.page-winners .category-winners td img,
body.category-from-the-director .category-winners td img {
  max-height: 100px;
}
.page-template-tmpl-nhc-php .winners .category,
.page-winners .winners .category,
body.category-from-the-director .winners .category {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 7px;
  margin-top: 25px;
  text-align: left;
}
.page-template-tmpl-nhc-php .winners table,
.page-winners .winners table,
body.category-from-the-director .winners table {
  margin-bottom: 50px;
}
.page-template-tmpl-nhc-php .winners thead td,
.page-winners .winners thead td,
body.category-from-the-director .winners thead td {
  font-size: 1.5rem;
}
.page-template-tmpl-nhc-php h3.category,
.page-winners h3.category,
body.category-from-the-director h3.category,
.page-template-tmpl-nhc-php cite.sponsor,
.page-winners cite.sponsor,
body.category-from-the-director cite.sponsor {
  color: #706f71;
}
.page-template-tmpl-nhc-php h3.category a,
.page-winners h3.category a,
body.category-from-the-director h3.category a,
.page-template-tmpl-nhc-php cite.sponsor a,
.page-winners cite.sponsor a,
body.category-from-the-director cite.sponsor a {
  font-weight: 700;
}
.page-template-tmpl-nhc-php #competition-locations,
.page-winners #competition-locations,
body.category-from-the-director #competition-locations {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0px 80px -42px;
  width: calc(100% + 84px);
  position: relative;
}
.page-template-tmpl-nhc-php #competition-locations:after,
.page-winners #competition-locations:after,
body.category-from-the-director #competition-locations:after {
  content: "";
  height: 50px;
  width: 2px;
  background-color: #d8922b;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 1px);
  bottom: -50px;
}
.page-template-tmpl-nhc-php .comp-location,
.page-winners .comp-location,
body.category-from-the-director .comp-location {
  flex-basis: calc(25% - 4px);
  padding: 50px 0px 80px 0px;
  position: relative;
  text-align: center;
  font-family: "futura-pt", 'futura', sans-serif;
  color: #FFF;
  font-size: 16px;
  background-size: cover;
  margin: 2px;
  background-blend-mode: multiply;
  background-color: rgba(225, 183, 41, 0.8);
  /*.loc-image{
			width: 100%;
			height: auto;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 1;
			opacity: .2;
		}*/
}
.page-template-tmpl-nhc-php .comp-location:after,
.page-winners .comp-location:after,
body.category-from-the-director .comp-location:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: .5;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.page-template-tmpl-nhc-php .comp-location span,
.page-winners .comp-location span,
body.category-from-the-director .comp-location span,
.page-template-tmpl-nhc-php .comp-location a,
.page-winners .comp-location a,
body.category-from-the-director .comp-location a {
  display: block;
  z-index: 2;
  position: relative;
  letter-spacing: 1px;
}
.page-template-tmpl-nhc-php .comp-location .location,
.page-winners .comp-location .location,
body.category-from-the-director .comp-location .location {
  text-transform: uppercase;
  font-family: "futura-pt", 'futura', sans-serif;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.page-template-tmpl-nhc-php .comp-location .location:after,
.page-winners .comp-location .location:after,
body.category-from-the-director .comp-location .location:after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  border: 1px solid #FFF;
  text-align: center;
  margin: 4px auto;
}
.page-template-tmpl-nhc-php .comp-location .dates,
.page-winners .comp-location .dates,
body.category-from-the-director .comp-location .dates {
  font-family: "futura-pt", 'futura', sans-serif;
  color: #FFF;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 14px;
}
.page-template-tmpl-nhc-php .comp-location .banner,
.page-winners .comp-location .banner,
body.category-from-the-director .comp-location .banner {
  width: 100%;
  background-color: #d8922b;
  text-transform: uppercase;
  margin: 0px;
  padding: 5px 0px;
  position: absolute;
  bottom: 50px;
}
.page-template-tmpl-nhc-php .comp-location .btn-default,
.page-winners .comp-location .btn-default,
body.category-from-the-director .comp-location .btn-default {
  font-size: 14px;
  border: 2px #FFF solid;
  padding: 5px 20px;
  display: inline-block;
}
.page-template-tmpl-nhc-php .comp-location .btn-default:hover,
.page-winners .comp-location .btn-default:hover,
body.category-from-the-director .comp-location .btn-default:hover {
  border: 2px solid #FFF !important;
}
.page-template-tmpl-nhc-php .comp-location:nth-child(3n-1),
.page-winners .comp-location:nth-child(3n-1),
body.category-from-the-director .comp-location:nth-child(3n-1) {
  background-color: rgba(129, 177, 65, 0.85);
}
.page-template-tmpl-nhc-php .comp-location:nth-child(3n-2),
.page-winners .comp-location:nth-child(3n-2),
body.category-from-the-director .comp-location:nth-child(3n-2) {
  background-color: rgba(65, 46, 126, 0.7);
}
.page-template-tmpl-nhc-php #john-moorhead,
.page-winners #john-moorhead,
body.category-from-the-director #john-moorhead {
  margin: 0px auto 30px auto;
  display: block;
}
.page-template-tmpl-nhc-php #from-the-director article .entry-title,
.page-winners #from-the-director article .entry-title,
body.category-from-the-director #from-the-director article .entry-title {
  text-align: center;
  display: block;
  color: #363061;
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 28px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-template-tmpl-nhc-php #from-the-director article .entry-content,
.page-winners #from-the-director article .entry-content,
body.category-from-the-director #from-the-director article .entry-content {
  margin: 0 auto;
  padding: 0px;
  box-shadow: none;
  min-height: 0px;
  position: relative;
  margin-bottom: 50px;
}
.page-template-tmpl-nhc-php #from-the-director article .entry-content:after,
.page-winners #from-the-director article .entry-content:after,
body.category-from-the-director #from-the-director article .entry-content:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #d8922b;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0px;
  bottom: -20px;
}
/**
* Special styles for single and archive from-the-director posts
*
**/
body.category-from-the-director .entry-content {
  margin-top: 350px;
}
body.category-from-the-director article h1.entry-title {
  display: none;
}
body.category-from-the-director article .super-header .entry-title {
  display: block;
}
/**
* Responsive
*
**/
@media screen and (max-width: 1100px) {
  .page-template-tmpl-nhc-php #nhc-logo,
  .page-winners #nhc-logo,
  body.category-from-the-director #nhc-logo {
    margin: -88px 0px 0px 25px;
    width: 150px;
  }
  .page-template-tmpl-nhc-php #aha-logo,
  .page-winners #aha-logo,
  body.category-from-the-director #aha-logo {
    width: 80px;
    margin: -148px 25px 0px 0px;
  }
  .page-template-tmpl-nhc-php header.super-header,
  .page-winners header.super-header,
  body.category-from-the-director header.super-header {
    background-position: 50% 20%;
  }
  .page-template-tmpl-nhc-php #nhc-access,
  .page-winners #nhc-access,
  body.category-from-the-director #nhc-access {
    width: 100%;
    margin-top: 105px;
    text-align: center;
  }
  .page-template-tmpl-nhc-php #nhc-access #menu-nhc,
  .page-winners #nhc-access #menu-nhc,
  body.category-from-the-director #nhc-access #menu-nhc {
    margin-left: 0px;
  }
  .page-template-tmpl-nhc-php #nhc-access #menu-nhc li,
  .page-winners #nhc-access #menu-nhc li,
  body.category-from-the-director #nhc-access #menu-nhc li {
    display: inline-block;
    margin: 0px 4%;
  }
  .page-template-tmpl-nhc-php #menu-wrapper,
  .page-winners #menu-wrapper,
  body.category-from-the-director #menu-wrapper {
    margin-bottom: 15px;
  }
  .page-template-tmpl-nhc-php #menu-wrapper:before,
  .page-winners #menu-wrapper:before,
  body.category-from-the-director #menu-wrapper:before {
    top: 105px;
  }
}
@media screen and (max-width: 992px) {
  .page-template-tmpl-nhc-php .comp-location,
  .page-winners .comp-location,
  body.category-from-the-director .comp-location {
    flex-basis: calc(33.333% - 4px);
  }
  .page-template-tmpl-nhc-php .breakout .content h3:before,
  .page-winners .breakout .content h3:before,
  body.category-from-the-director .breakout .content h3:before {
    display: none;
  }
  .page-template-tmpl-nhc-php #nhc-real-footer,
  .page-winners #nhc-real-footer,
  body.category-from-the-director #nhc-real-footer {
    padding: 0px 0px 75px 0px;
    height: auto;
  }
  .page-template-tmpl-nhc-php #nhc-real-footer .aha-branding,
  .page-winners #nhc-real-footer .aha-branding,
  body.category-from-the-director #nhc-real-footer .aha-branding {
    top: -100px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-tmpl-nhc-php #wrapper,
  .page-winners #wrapper,
  body.category-from-the-director #wrapper {
    padding-top: 0px;
  }
  .page-template-tmpl-nhc-php header.super-header,
  .page-winners header.super-header,
  body.category-from-the-director header.super-header {
    background-color: #412E7E;
    background-position: 100% 120px;
    padding-bottom: 50px;
  }
  .page-template-tmpl-nhc-php #aha-logo,
  .page-winners #aha-logo,
  body.category-from-the-director #aha-logo {
    margin-top: -142px;
  }
  .page-template-tmpl-nhc-php #menu-wrapper,
  .page-winners #menu-wrapper,
  body.category-from-the-director #menu-wrapper {
    margin-bottom: 15px;
  }
  .page-template-tmpl-nhc-php #nhc-access #menu-nhc li,
  .page-winners #nhc-access #menu-nhc li,
  body.category-from-the-director #nhc-access #menu-nhc li {
    margin: 0px 2%;
  }
  .page-template-tmpl-nhc-php article h1.entry-title,
  .page-winners article h1.entry-title,
  body.category-from-the-director article h1.entry-title {
    font-size: 45px;
    line-height: 1.1;
  }
  .page-template-tmpl-nhc-php h2.subhead,
  .page-winners h2.subhead,
  body.category-from-the-director h2.subhead {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.5;
    width: 95%;
  }
  .page-template-tmpl-nhc-php .entry-content,
  .page-winners .entry-content,
  body.category-from-the-director .entry-content {
    width: 100%;
    padding: 30px 25px;
  }
  .page-template-tmpl-nhc-php .navbar-nav,
  .page-winners .navbar-nav,
  body.category-from-the-director .navbar-nav {
    width: 100%;
  }
  .page-template-tmpl-nhc-php .navbar-nav #years,
  .page-winners .navbar-nav #years,
  body.category-from-the-director .navbar-nav #years,
  .page-template-tmpl-nhc-php .navbar-nav #judging_centers,
  .page-winners .navbar-nav #judging_centers,
  body.category-from-the-director .navbar-nav #judging_centers {
    width: 48%;
    float: left;
    margin: 0px .5%;
  }
  .page-template-tmpl-nhc-php #nhc-newsletter .newsletter-img,
  .page-winners #nhc-newsletter .newsletter-img,
  body.category-from-the-director #nhc-newsletter .newsletter-img {
    display: none;
  }
  .page-template-tmpl-nhc-php #nhc-newsletter .newsletter,
  .page-winners #nhc-newsletter .newsletter,
  body.category-from-the-director #nhc-newsletter .newsletter {
    padding-left: 0px;
  }
  .page-template-tmpl-nhc-php #nhc-newsletter form,
  .page-winners #nhc-newsletter form,
  body.category-from-the-director #nhc-newsletter form {
    width: 100%;
    margin: 0px;
  }
  .page-template-tmpl-nhc-php #nhc-newsletter form input[type="text"],
  .page-winners #nhc-newsletter form input[type="text"],
  body.category-from-the-director #nhc-newsletter form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-template-tmpl-nhc-php #nhc-newsletter form button[type="submit"],
  .page-winners #nhc-newsletter form button[type="submit"],
  body.category-from-the-director #nhc-newsletter form button[type="submit"] {
    width: 100%;
  }
  .page-template-tmpl-nhc-php .page-template-tmpl-nhc-php #nhc-newsletter form input[type="text"],
  .page-winners .page-template-tmpl-nhc-php #nhc-newsletter form input[type="text"],
  body.category-from-the-director .page-template-tmpl-nhc-php #nhc-newsletter form input[type="text"],
  .page-template-tmpl-nhc-php .page-winners #nhc-newsletter form input[type="text"] footer,
  .page-winners .page-winners #nhc-newsletter form input[type="text"] footer,
  body.category-from-the-director .page-winners #nhc-newsletter form input[type="text"] footer {
    padding-bottom: 0px !important;
  }
  .page-template-tmpl-nhc-php #nhc-newsletter,
  .page-winners #nhc-newsletter,
  body.category-from-the-director #nhc-newsletter {
    width: 100%;
  }
  .page-template-tmpl-nhc-php .nav.tabs li,
  .page-winners .nav.tabs li,
  body.category-from-the-director .nav.tabs li {
    display: block;
    border-bottom: 2px solid #FFF;
    border-top: 2px solid #FFF;
  }
  .page-template-tmpl-nhc-php .nav.tabs li a,
  .page-winners .nav.tabs li a,
  body.category-from-the-director .nav.tabs li a {
    border-bottom: none;
  }
  .page-template-tmpl-nhc-php .nav.tabs li.active,
  .page-winners .nav.tabs li.active,
  body.category-from-the-director .nav.tabs li.active,
  .page-template-tmpl-nhc-php .nav.tabs li:hover,
  .page-winners .nav.tabs li:hover,
  body.category-from-the-director .nav.tabs li:hover {
    border-top: 2px solid #ea9821;
    border-bottom: 2px solid #ea9821;
  }
  .page-template-tmpl-nhc-php .nav.tabs li a:hover,
  .page-winners .nav.tabs li a:hover,
  body.category-from-the-director .nav.tabs li a:hover {
    border: none;
  }
  .page-template-tmpl-nhc-php .breakout,
  .page-winners .breakout,
  body.category-from-the-director .breakout,
  .page-template-tmpl-nhc-php .breakout.reversed,
  .page-winners .breakout.reversed,
  body.category-from-the-director .breakout.reversed {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .page-template-tmpl-nhc-php .breakout img,
  .page-winners .breakout img,
  body.category-from-the-director .breakout img,
  .page-template-tmpl-nhc-php .breakout.reversed img,
  .page-winners .breakout.reversed img,
  body.category-from-the-director .breakout.reversed img {
    display: none;
  }
  .page-template-tmpl-nhc-php .breakout .content,
  .page-winners .breakout .content,
  body.category-from-the-director .breakout .content,
  .page-template-tmpl-nhc-php .breakout.reversed .content,
  .page-winners .breakout.reversed .content,
  body.category-from-the-director .breakout.reversed .content {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .page-template-tmpl-nhc-php table.major td.winner,
  .page-winners table.major td.winner,
  body.category-from-the-director table.major td.winner {
    padding-left: 0px;
  }
  .page-template-tmpl-nhc-php table.major td p,
  .page-winners table.major td p,
  body.category-from-the-director table.major td p,
  .page-template-tmpl-nhc-php table.major td h2,
  .page-winners table.major td h2,
  body.category-from-the-director table.major td h2 {
    font-weight: 400;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl-nhc-php,
  .page-winners,
  body.category-from-the-director {
    /*
	* Toggle Menu Button
	*/
  }
  .page-template-tmpl-nhc-php .nhc-toggle-menu,
  .page-winners .nhc-toggle-menu,
  body.category-from-the-director .nhc-toggle-menu {
    display: block;
  }
  .page-template-tmpl-nhc-php .nhc-toggle-menu,
  .page-winners .nhc-toggle-menu,
  body.category-from-the-director .nhc-toggle-menu {
    position: absolute;
    top: 16px;
    left: 22px;
    height: 36px;
    width: 44px;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    border: 0px solid #CCC;
    border-radius: 0px;
    background-color: transparent;
  }
  .page-template-tmpl-nhc-php .nhc-toggle-menu .icon-bar,
  .page-winners .nhc-toggle-menu .icon-bar,
  body.category-from-the-director .nhc-toggle-menu .icon-bar {
    background-color: #FFF;
  }
  .page-template-tmpl-nhc-php .nhc-toggle-menu .icon-bar + .icon-bar,
  .page-winners .nhc-toggle-menu .icon-bar + .icon-bar,
  body.category-from-the-director .nhc-toggle-menu .icon-bar + .icon-bar {
    margin-top: 6px;
  }
  .page-template-tmpl-nhc-php .nhc-toggle-menu .icon-bar,
  .page-winners .nhc-toggle-menu .icon-bar,
  body.category-from-the-director .nhc-toggle-menu .icon-bar {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    transition: transform .25s ease;
  }
  .page-template-tmpl-nhc-php .nhc-toggle-menu.active .icon-bar:nth-child(1),
  .page-winners .nhc-toggle-menu.active .icon-bar:nth-child(1),
  body.category-from-the-director .nhc-toggle-menu.active .icon-bar:nth-child(1) {
    transform: rotate(135deg);
    position: relative;
    top: 4px;
  }
  .page-template-tmpl-nhc-php .nhc-toggle-menu.active .icon-bar:nth-child(2),
  .page-winners .nhc-toggle-menu.active .icon-bar:nth-child(2),
  body.category-from-the-director .nhc-toggle-menu.active .icon-bar:nth-child(2) {
    transform: rotate(-135deg);
    position: relative;
    top: -6px;
  }
  .page-template-tmpl-nhc-php .nhc-toggle-menu.active .icon-bar:nth-child(3),
  .page-winners .nhc-toggle-menu.active .icon-bar:nth-child(3),
  body.category-from-the-director .nhc-toggle-menu.active .icon-bar:nth-child(3) {
    display: none;
  }
  .page-template-tmpl-nhc-php body .nhc-toggle-menu,
  .page-winners body .nhc-toggle-menu,
  body.category-from-the-director body .nhc-toggle-menu {
    -webkit-tap-highlight-color: transparent;
  }
  .page-template-tmpl-nhc-php header.super-header,
  .page-winners header.super-header,
  body.category-from-the-director header.super-header {
    background: linear-gradient(-195deg, #765AB5 0%, #412E7E 56%) !important;
    min-height: 74px;
    height: auto;
    overflow: visible;
    z-index: 10;
    position: relative;
    padding-bottom: 1px !important;
  }
  .page-template-tmpl-nhc-php header.super-header h1.entry-title,
  .page-winners header.super-header h1.entry-title,
  body.category-from-the-director header.super-header h1.entry-title {
    padding-top: 100px;
    line-height: 1;
  }
  .page-template-tmpl-nhc-php article h1.entry-title,
  .page-winners article h1.entry-title,
  body.category-from-the-director article h1.entry-title {
    font-size: 35px;
    margin: 12.5px;
  }
  .page-template-tmpl-nhc-php #nhc-logo,
  .page-winners #nhc-logo,
  body.category-from-the-director #nhc-logo {
    margin: -165px auto 0 auto;
    position: relative;
    height: 50px;
    width: auto;
  }
  .page-template-tmpl-nhc-php #aha-logo,
  .page-winners #aha-logo,
  body.category-from-the-director #aha-logo {
    display: none;
  }
  .page-template-tmpl-nhc-php #menu-wrapper,
  .page-winners #menu-wrapper,
  body.category-from-the-director #menu-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-bottom: 0px;
  }
  .page-template-tmpl-nhc-php #menu-wrapper:before,
  .page-winners #menu-wrapper:before,
  body.category-from-the-director #menu-wrapper:before {
    height: 5px;
    top: 69px;
    bottom: auto;
  }
  .page-template-tmpl-nhc-php #menu-wrapper #menu-nhc,
  .page-winners #menu-wrapper #menu-nhc,
  body.category-from-the-director #menu-wrapper #menu-nhc {
    display: none;
    width: 100%;
    background: linear-gradient(-195deg, #765AB5 0%, #412E7E 56%);
    margin-top: -53px;
    padding-bottom: 50px;
  }
  .page-template-tmpl-nhc-php #menu-wrapper #menu-nhc li,
  .page-winners #menu-wrapper #menu-nhc li,
  body.category-from-the-director #menu-wrapper #menu-nhc li {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0px;
    padding: 0px 30px;
  }
  .page-template-tmpl-nhc-php #menu-wrapper #menu-nhc li a,
  .page-winners #menu-wrapper #menu-nhc li a,
  body.category-from-the-director #menu-wrapper #menu-nhc li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .page-template-tmpl-nhc-php #menu-wrapper #menu-nhc li.current-menu-item a,
  .page-winners #menu-wrapper #menu-nhc li.current-menu-item a,
  body.category-from-the-director #menu-wrapper #menu-nhc li.current-menu-item a,
  .page-template-tmpl-nhc-php #menu-wrapper #menu-nhc li a:hover,
  .page-winners #menu-wrapper #menu-nhc li a:hover,
  body.category-from-the-director #menu-wrapper #menu-nhc li a:hover {
    color: #999;
  }
  .page-template-tmpl-nhc-php #menu-wrapper #menu-nhc.active,
  .page-winners #menu-wrapper #menu-nhc.active,
  body.category-from-the-director #menu-wrapper #menu-nhc.active {
    display: block;
  }
  .page-template-tmpl-nhc-php #stats-grid li,
  .page-winners #stats-grid li,
  body.category-from-the-director #stats-grid li {
    flex-basis: 50%;
  }
  .page-template-tmpl-nhc-php #primary .entry-content,
  .page-winners #primary .entry-content,
  body.category-from-the-director #primary .entry-content,
  .page-template-tmpl-nhc-php #primary.fullwidth .entry-content,
  .page-winners #primary.fullwidth .entry-content,
  body.category-from-the-director #primary.fullwidth .entry-content {
    margin-top: 0px;
  }
  .page-template-tmpl-nhc-php #primary.fullwidth,
  .page-winners #primary.fullwidth,
  body.category-from-the-director #primary.fullwidth {
    margin-bottom: 0px;
  }
  .page-template-tmpl-nhc-php .breakout.full,
  .page-winners .breakout.full,
  body.category-from-the-director .breakout.full {
    width: 100%;
  }
  .page-template-tmpl-nhc-php .breakout.full .content,
  .page-winners .breakout.full .content,
  body.category-from-the-director .breakout.full .content {
    padding: 10px;
  }
  .page-template-tmpl-nhc-php .breakout.full .content h2,
  .page-winners .breakout.full .content h2,
  body.category-from-the-director .breakout.full .content h2 {
    margin-top: 20px;
    line-height: 1;
  }
  .page-template-tmpl-nhc-php .question,
  .page-winners .question,
  body.category-from-the-director .question,
  .page-template-tmpl-nhc-php .answer,
  .page-winners .answer,
  body.category-from-the-director .answer {
    padding-left: 0px;
  }
  .page-template-tmpl-nhc-php #styles-grid,
  .page-winners #styles-grid,
  body.category-from-the-director #styles-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-tmpl-nhc-php #styles-grid li,
  .page-winners #styles-grid li,
  body.category-from-the-director #styles-grid li {
    flex-basis: 33.33%;
    margin: 0px 0px 3px 0px;
  }
  .page-template-tmpl-nhc-php .top.callout,
  .page-winners .top.callout,
  body.category-from-the-director .top.callout {
    width: 100%;
  }
  .page-template-tmpl-nhc-php table.dates,
  .page-winners table.dates,
  body.category-from-the-director table.dates {
    width: 100%;
  }
  .page-template-tmpl-nhc-php table.dates td,
  .page-winners table.dates td,
  body.category-from-the-director table.dates td {
    font-size: 16px;
    font-weight: 400;
  }
  .page-template-tmpl-nhc-php table td.title,
  .page-winners table td.title,
  body.category-from-the-director table td.title {
    font-size: 16px;
  }
  .page-template-tmpl-nhc-php #nhc-sponsor-list li,
  .page-winners #nhc-sponsor-list li,
  body.category-from-the-director #nhc-sponsor-list li {
    width: 100%;
  }
  .page-template-tmpl-nhc-php #nhc-sponsor-list li a,
  .page-winners #nhc-sponsor-list li a,
  body.category-from-the-director #nhc-sponsor-list li a {
    font-weight: 400;
  }
  .page-template-tmpl-nhc-php table.major td.winner,
  .page-winners table.major td.winner,
  body.category-from-the-director table.major td.winner,
  .page-template-tmpl-nhc-php table.major td,
  .page-winners table.major td,
  body.category-from-the-director table.major td,
  .page-template-tmpl-nhc-php table.major thead tr td:only-child,
  .page-winners table.major thead tr td:only-child,
  body.category-from-the-director table.major thead tr td:only-child {
    padding-left: 0px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .page-template-tmpl-nhc-php #nhc-sponsor-grid .sponsor,
  .page-winners #nhc-sponsor-grid .sponsor,
  body.category-from-the-director #nhc-sponsor-grid .sponsor {
    flex-basis: 50%;
    padding: 3% 0px;
  }
}
@media screen and (max-width: 480px) {
  .page-template-tmpl-nhc-php .comp-location,
  .page-winners .comp-location,
  body.category-from-the-director .comp-location {
    flex-basis: calc(50% - 4px);
  }
  .page-template-tmpl-nhc-php .btn,
  .page-winners .btn,
  body.category-from-the-director .btn,
  .page-template-tmpl-nhc-php a .btn,
  .page-winners a .btn,
  body.category-from-the-director a .btn,
  .page-template-tmpl-nhc-php a.btn,
  .page-winners a.btn,
  body.category-from-the-director a.btn {
    font-size: 15px;
  }
  .page-template-tmpl-nhc-php table.minor td:nth-child(4),
  .page-winners table.minor td:nth-child(4),
  body.category-from-the-director table.minor td:nth-child(4) {
    display: none;
  }
  .page-template-tmpl-nhc-php .navbar-nav,
  .page-winners .navbar-nav,
  body.category-from-the-director .navbar-nav {
    width: 100%;
  }
  .page-template-tmpl-nhc-php .navbar-nav #years,
  .page-winners .navbar-nav #years,
  body.category-from-the-director .navbar-nav #years,
  .page-template-tmpl-nhc-php .navbar-nav #judging_centers,
  .page-winners .navbar-nav #judging_centers,
  body.category-from-the-director .navbar-nav #judging_centers {
    width: 100%;
    display: block;
    margin: 1%;
  }
}
@media screen and (max-width: 360px) {
  .page-template-tmpl-nhc-php .comp-location,
  .page-winners .comp-location,
  body.category-from-the-director .comp-location {
    flex-basis: calc(100% - 4px);
  }
}
/*
*
* Custom styles for the microsite to allow users to order a free issue of Zymurgy
* as well as other microsites
* @todo break this into sep files, conditionally load (probably not til AHA2020)
*
* 1.0 Violators
* 2.0 Microsite
* 3.0 Alt Microsite (Join or Renew)
* 4.0 Brew Guru
* 5.0 How To Brew (book)
* 6.0 Top Clones, NHC Winners, LTHD
* 7.0 Free Trial
* 8.0 LTHD/Big Brew
*
* Responsive for everything above
*/
.mini-violator {
  position: fixed;
  bottom: -100px;
  right: 20px;
  display: block;
  z-index: 1000;
}
.mini-violator img {
  width: 150px;
  height: auto;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.mini-violator .close-violator {
  z-index: 1001;
  color: #444;
  font-size: 19px;
  cursor: pointer;
  position: absolute;
  top: -14px;
  right: -13px;
}
.mini-violator .close-violator.close-text {
  top: auto;
  bottom: 10px;
  left: 0px;
  font-size: 12px;
  padding: 0px 10px;
  text-align: center;
  width: 100%;
  color: #FFF;
}
.mini-violator .close-violator.close-text:hover {
  text-decoration: underline;
  cursor: pointer;
}
.mini-violator .btn-violator {
  text-transform: uppercase;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 17px;
  bottom: 33px;
}
.mini-violator#recipe-violator {
  bottom: -280px;
}
.mini-violator#recipe-violator img {
  width: 280px;
}
.mini-violator#digital-violator {
  bottom: -200px;
}
.mini-violator#digital-violator img {
  width: 200px;
}
.smarty-tag,
.smarty-tag-check {
  display: none;
  opacity: 0;
}
/*
* 2.0 Styles for Page template and inside modal
*/
.page-template-tmpl_microsite,
.page-template-tmpl_microsite_alt,
#zymurgy-trial,
.page-join-now,
.page-join-now-event,
.page-add-household-members,
.page-add-household-members-event,
.page-template-tmpl_custom-recipes,
.page-template-tmpl_aha-events {
  /*
	* Reset styles to remove distractions
	*/
  background: #FFF;
}
.page-template-tmpl_microsite #zymurgy-violator,
.page-template-tmpl_microsite_alt #zymurgy-violator,
#zymurgy-trial #zymurgy-violator,
.page-join-now #zymurgy-violator,
.page-join-now-event #zymurgy-violator,
.page-add-household-members #zymurgy-violator,
.page-add-household-members-event #zymurgy-violator,
.page-template-tmpl_custom-recipes #zymurgy-violator,
.page-template-tmpl_aha-events #zymurgy-violator,
.page-template-tmpl_microsite #mobile-violator,
.page-template-tmpl_microsite_alt #mobile-violator,
#zymurgy-trial #mobile-violator,
.page-join-now #mobile-violator,
.page-join-now-event #mobile-violator,
.page-add-household-members #mobile-violator,
.page-add-household-members-event #mobile-violator,
.page-template-tmpl_custom-recipes #mobile-violator,
.page-template-tmpl_aha-events #mobile-violator,
.page-template-tmpl_microsite #banner,
.page-template-tmpl_microsite_alt #banner,
#zymurgy-trial #banner,
.page-join-now #banner,
.page-join-now-event #banner,
.page-add-household-members #banner,
.page-add-household-members-event #banner,
.page-template-tmpl_custom-recipes #banner,
.page-template-tmpl_aha-events #banner {
  display: none;
  opacity: 0;
}
.page-template-tmpl_microsite #social-links,
.page-template-tmpl_microsite_alt #social-links,
#zymurgy-trial #social-links,
.page-join-now #social-links,
.page-join-now-event #social-links,
.page-add-household-members #social-links,
.page-add-household-members-event #social-links,
.page-template-tmpl_custom-recipes #social-links,
.page-template-tmpl_aha-events #social-links {
  top: 13px;
}
.page-template-tmpl_microsite #wrapper,
.page-template-tmpl_microsite_alt #wrapper,
#zymurgy-trial #wrapper,
.page-join-now #wrapper,
.page-join-now-event #wrapper,
.page-add-household-members #wrapper,
.page-add-household-members-event #wrapper,
.page-template-tmpl_custom-recipes #wrapper,
.page-template-tmpl_aha-events #wrapper {
  background: none;
}
.page-template-tmpl_microsite #content,
.page-template-tmpl_microsite_alt #content,
#zymurgy-trial #content,
.page-join-now #content,
.page-join-now-event #content,
.page-add-household-members #content,
.page-add-household-members-event #content,
.page-template-tmpl_custom-recipes #content,
.page-template-tmpl_aha-events #content {
  width: 100%;
  padding: 0px;
}
.page-template-tmpl_microsite #primary,
.page-template-tmpl_microsite_alt #primary,
#zymurgy-trial #primary,
.page-join-now #primary,
.page-join-now-event #primary,
.page-add-household-members #primary,
.page-add-household-members-event #primary,
.page-template-tmpl_custom-recipes #primary,
.page-template-tmpl_aha-events #primary {
  width: 100%;
  padding: 12.5px;
  left: 0px;
  max-width: 1050px;
  margin: 0 auto;
  float: none;
  min-height: 700px;
}
.page-template-tmpl_microsite aside,
.page-template-tmpl_microsite_alt aside,
#zymurgy-trial aside,
.page-join-now aside,
.page-join-now-event aside,
.page-add-household-members aside,
.page-add-household-members-event aside,
.page-template-tmpl_custom-recipes aside,
.page-template-tmpl_aha-events aside,
.page-template-tmpl_microsite #access,
.page-template-tmpl_microsite_alt #access,
#zymurgy-trial #access,
.page-join-now #access,
.page-join-now-event #access,
.page-add-household-members #access,
.page-add-household-members-event #access,
.page-template-tmpl_custom-recipes #access,
.page-template-tmpl_aha-events #access,
.page-template-tmpl_microsite #user-info,
.page-template-tmpl_microsite_alt #user-info,
#zymurgy-trial #user-info,
.page-join-now #user-info,
.page-join-now-event #user-info,
.page-add-household-members #user-info,
.page-add-household-members-event #user-info,
.page-template-tmpl_custom-recipes #user-info,
.page-template-tmpl_aha-events #user-info,
.page-template-tmpl_microsite .social,
.page-template-tmpl_microsite_alt .social,
#zymurgy-trial .social,
.page-join-now .social,
.page-join-now-event .social,
.page-add-household-members .social,
.page-add-household-members-event .social,
.page-template-tmpl_custom-recipes .social,
.page-template-tmpl_aha-events .social,
.page-template-tmpl_microsite #searchform,
.page-template-tmpl_microsite_alt #searchform,
#zymurgy-trial #searchform,
.page-join-now #searchform,
.page-join-now-event #searchform,
.page-add-household-members #searchform,
.page-add-household-members-event #searchform,
.page-template-tmpl_custom-recipes #searchform,
.page-template-tmpl_aha-events #searchform,
.page-template-tmpl_microsite #menu-supp,
.page-template-tmpl_microsite_alt #menu-supp,
#zymurgy-trial #menu-supp,
.page-join-now #menu-supp,
.page-join-now-event #menu-supp,
.page-add-household-members #menu-supp,
.page-add-household-members-event #menu-supp,
.page-template-tmpl_custom-recipes #menu-supp,
.page-template-tmpl_aha-events #menu-supp,
.page-template-tmpl_microsite header,
.page-template-tmpl_microsite_alt header,
#zymurgy-trial header,
.page-join-now header,
.page-join-now-event header,
.page-add-household-members header,
.page-add-household-members-event header,
.page-template-tmpl_custom-recipes header,
.page-template-tmpl_aha-events header {
  display: none;
}
.page-template-tmpl_microsite #faux-header,
.page-template-tmpl_microsite_alt #faux-header,
#zymurgy-trial #faux-header,
.page-join-now #faux-header,
.page-join-now-event #faux-header,
.page-add-household-members #faux-header,
.page-add-household-members-event #faux-header,
.page-template-tmpl_custom-recipes #faux-header,
.page-template-tmpl_aha-events #faux-header {
  background-image: url("images/design/bg_header-mobile.jpg");
  background-size: 181px;
  height: auto;
  width: 100%;
  display: block;
  max-height: 150px;
  margin: 0px;
  text-align: center;
}
.page-template-tmpl_microsite #faux-header img,
.page-template-tmpl_microsite_alt #faux-header img,
#zymurgy-trial #faux-header img,
.page-join-now #faux-header img,
.page-join-now-event #faux-header img,
.page-add-household-members #faux-header img,
.page-add-household-members-event #faux-header img,
.page-template-tmpl_custom-recipes #faux-header img,
.page-template-tmpl_aha-events #faux-header img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  max-height: 150px;
}
.page-template-tmpl_microsite h1,
.page-template-tmpl_microsite_alt h1,
#zymurgy-trial h1,
.page-join-now h1,
.page-join-now-event h1,
.page-add-household-members h1,
.page-add-household-members-event h1,
.page-template-tmpl_custom-recipes h1,
.page-template-tmpl_aha-events h1 {
  font-size: 40px;
  font-family: "freight-micro-pro", serif;
  font-weight: 600;
  text-transform: normal;
  margin: 20px 0px 30px 0px;
  line-height: 1;
  text-align: center;
}
.page-template-tmpl_microsite h1 span,
.page-template-tmpl_microsite_alt h1 span,
#zymurgy-trial h1 span,
.page-join-now h1 span,
.page-join-now-event h1 span,
.page-add-household-members h1 span,
.page-add-household-members-event h1 span,
.page-template-tmpl_custom-recipes h1 span,
.page-template-tmpl_aha-events h1 span {
  color: #ea9821;
}
.page-template-tmpl_microsite h2,
.page-template-tmpl_microsite_alt h2,
#zymurgy-trial h2,
.page-join-now h2,
.page-join-now-event h2,
.page-add-household-members h2,
.page-add-household-members-event h2,
.page-template-tmpl_custom-recipes h2,
.page-template-tmpl_aha-events h2 {
  font-size: 28px;
  text-align: center;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 600;
  line-height: 1;
}
.page-template-tmpl_microsite h2 span,
.page-template-tmpl_microsite_alt h2 span,
#zymurgy-trial h2 span,
.page-join-now h2 span,
.page-join-now-event h2 span,
.page-add-household-members h2 span,
.page-add-household-members-event h2 span,
.page-template-tmpl_custom-recipes h2 span,
.page-template-tmpl_aha-events h2 span {
  color: #ea9821;
}
.page-template-tmpl_microsite h2 div,
.page-template-tmpl_microsite_alt h2 div,
#zymurgy-trial h2 div,
.page-join-now h2 div,
.page-join-now-event h2 div,
.page-add-household-members h2 div,
.page-add-household-members-event h2 div,
.page-template-tmpl_custom-recipes h2 div,
.page-template-tmpl_aha-events h2 div {
  display: inline;
}
.page-template-tmpl_microsite #zymurgy-trial-form,
.page-template-tmpl_microsite_alt #zymurgy-trial-form,
#zymurgy-trial #zymurgy-trial-form,
.page-join-now #zymurgy-trial-form,
.page-join-now-event #zymurgy-trial-form,
.page-add-household-members #zymurgy-trial-form,
.page-add-household-members-event #zymurgy-trial-form,
.page-template-tmpl_custom-recipes #zymurgy-trial-form,
.page-template-tmpl_aha-events #zymurgy-trial-form {
  min-height: 615px;
  position: relative;
  background-image: url('images/images/zym_landing.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-template-tmpl_microsite #zymurgy-trial-form .form-container,
.page-template-tmpl_microsite_alt #zymurgy-trial-form .form-container,
#zymurgy-trial #zymurgy-trial-form .form-container,
.page-join-now #zymurgy-trial-form .form-container,
.page-join-now-event #zymurgy-trial-form .form-container,
.page-add-household-members #zymurgy-trial-form .form-container,
.page-add-household-members-event #zymurgy-trial-form .form-container,
.page-template-tmpl_custom-recipes #zymurgy-trial-form .form-container,
.page-template-tmpl_aha-events #zymurgy-trial-form .form-container {
  float: right;
  width: 29%;
  margin-top: 18px;
}
.page-template-tmpl_microsite #zymurgy-trial-form .styled-form,
.page-template-tmpl_microsite_alt #zymurgy-trial-form .styled-form,
#zymurgy-trial #zymurgy-trial-form .styled-form,
.page-join-now #zymurgy-trial-form .styled-form,
.page-join-now-event #zymurgy-trial-form .styled-form,
.page-add-household-members #zymurgy-trial-form .styled-form,
.page-add-household-members-event #zymurgy-trial-form .styled-form,
.page-template-tmpl_custom-recipes #zymurgy-trial-form .styled-form,
.page-template-tmpl_aha-events #zymurgy-trial-form .styled-form {
  padding-bottom: 20px;
}
.page-template-tmpl_microsite #zymurgy-trial-form .form-group,
.page-template-tmpl_microsite_alt #zymurgy-trial-form .form-group,
#zymurgy-trial #zymurgy-trial-form .form-group,
.page-join-now #zymurgy-trial-form .form-group,
.page-join-now-event #zymurgy-trial-form .form-group,
.page-add-household-members #zymurgy-trial-form .form-group,
.page-add-household-members-event #zymurgy-trial-form .form-group,
.page-template-tmpl_custom-recipes #zymurgy-trial-form .form-group,
.page-template-tmpl_aha-events #zymurgy-trial-form .form-group {
  margin: 10px 0px;
}
.page-template-tmpl_microsite #zymurgy-trial-form .form-control,
.page-template-tmpl_microsite_alt #zymurgy-trial-form .form-control,
#zymurgy-trial #zymurgy-trial-form .form-control,
.page-join-now #zymurgy-trial-form .form-control,
.page-join-now-event #zymurgy-trial-form .form-control,
.page-add-household-members #zymurgy-trial-form .form-control,
.page-add-household-members-event #zymurgy-trial-form .form-control,
.page-template-tmpl_custom-recipes #zymurgy-trial-form .form-control,
.page-template-tmpl_aha-events #zymurgy-trial-form .form-control {
  border-radius: 0px;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.page-template-tmpl_microsite #zymurgy-trial-form .form-group.error input,
.page-template-tmpl_microsite_alt #zymurgy-trial-form .form-group.error input,
#zymurgy-trial #zymurgy-trial-form .form-group.error input,
.page-join-now #zymurgy-trial-form .form-group.error input,
.page-join-now-event #zymurgy-trial-form .form-group.error input,
.page-add-household-members #zymurgy-trial-form .form-group.error input,
.page-add-household-members-event #zymurgy-trial-form .form-group.error input,
.page-template-tmpl_custom-recipes #zymurgy-trial-form .form-group.error input,
.page-template-tmpl_aha-events #zymurgy-trial-form .form-group.error input,
.page-template-tmpl_microsite #zymurgy-trial-form input[aria-invalid="true"],
.page-template-tmpl_microsite_alt #zymurgy-trial-form input[aria-invalid="true"],
#zymurgy-trial #zymurgy-trial-form input[aria-invalid="true"],
.page-join-now #zymurgy-trial-form input[aria-invalid="true"],
.page-join-now-event #zymurgy-trial-form input[aria-invalid="true"],
.page-add-household-members #zymurgy-trial-form input[aria-invalid="true"],
.page-add-household-members-event #zymurgy-trial-form input[aria-invalid="true"],
.page-template-tmpl_custom-recipes #zymurgy-trial-form input[aria-invalid="true"],
.page-template-tmpl_aha-events #zymurgy-trial-form input[aria-invalid="true"] {
  border-color: #d9534f;
  background-color: rgba(185, 74, 72, 0.1);
}
.page-template-tmpl_microsite #zymurgy-trial-form input:focus:required:invalid:focus,
.page-template-tmpl_microsite_alt #zymurgy-trial-form input:focus:required:invalid:focus,
#zymurgy-trial #zymurgy-trial-form input:focus:required:invalid:focus,
.page-join-now #zymurgy-trial-form input:focus:required:invalid:focus,
.page-join-now-event #zymurgy-trial-form input:focus:required:invalid:focus,
.page-add-household-members #zymurgy-trial-form input:focus:required:invalid:focus,
.page-add-household-members-event #zymurgy-trial-form input:focus:required:invalid:focus,
.page-template-tmpl_custom-recipes #zymurgy-trial-form input:focus:required:invalid:focus,
.page-template-tmpl_aha-events #zymurgy-trial-form input:focus:required:invalid:focus,
.page-template-tmpl_microsite #zymurgy-trial-form textarea:focus:required:invalid:focus,
.page-template-tmpl_microsite_alt #zymurgy-trial-form textarea:focus:required:invalid:focus,
#zymurgy-trial #zymurgy-trial-form textarea:focus:required:invalid:focus,
.page-join-now #zymurgy-trial-form textarea:focus:required:invalid:focus,
.page-join-now-event #zymurgy-trial-form textarea:focus:required:invalid:focus,
.page-add-household-members #zymurgy-trial-form textarea:focus:required:invalid:focus,
.page-add-household-members-event #zymurgy-trial-form textarea:focus:required:invalid:focus,
.page-template-tmpl_custom-recipes #zymurgy-trial-form textarea:focus:required:invalid:focus,
.page-template-tmpl_aha-events #zymurgy-trial-form textarea:focus:required:invalid:focus {
  border-color: #d9534f;
}
.page-template-tmpl_microsite #zymurgy-trial-form .btn,
.page-template-tmpl_microsite_alt #zymurgy-trial-form .btn,
#zymurgy-trial #zymurgy-trial-form .btn,
.page-join-now #zymurgy-trial-form .btn,
.page-join-now-event #zymurgy-trial-form .btn,
.page-add-household-members #zymurgy-trial-form .btn,
.page-add-household-members-event #zymurgy-trial-form .btn,
.page-template-tmpl_custom-recipes #zymurgy-trial-form .btn,
.page-template-tmpl_aha-events #zymurgy-trial-form .btn {
  border-radius: 0px;
  margin: 0 auto;
  text-transform: uppercase;
  display: block;
  font-weight: 300;
  clear: both;
  padding: 7px 5%;
}
.page-template-tmpl_microsite #zymurgy-trial-form small,
.page-template-tmpl_microsite_alt #zymurgy-trial-form small,
#zymurgy-trial #zymurgy-trial-form small,
.page-join-now #zymurgy-trial-form small,
.page-join-now-event #zymurgy-trial-form small,
.page-add-household-members #zymurgy-trial-form small,
.page-add-household-members-event #zymurgy-trial-form small,
.page-template-tmpl_custom-recipes #zymurgy-trial-form small,
.page-template-tmpl_aha-events #zymurgy-trial-form small {
  text-align: center;
  width: 100%;
}
.page-template-tmpl_microsite .mailing-schedule,
.page-template-tmpl_microsite_alt .mailing-schedule,
#zymurgy-trial .mailing-schedule,
.page-join-now .mailing-schedule,
.page-join-now-event .mailing-schedule,
.page-add-household-members .mailing-schedule,
.page-add-household-members-event .mailing-schedule,
.page-template-tmpl_custom-recipes .mailing-schedule,
.page-template-tmpl_aha-events .mailing-schedule {
  width: 58%;
  float: left;
}
.page-template-tmpl_microsite .zym-image,
.page-template-tmpl_microsite_alt .zym-image,
#zymurgy-trial .zym-image,
.page-join-now .zym-image,
.page-join-now-event .zym-image,
.page-add-household-members .zym-image,
.page-add-household-members-event .zym-image,
.page-template-tmpl_custom-recipes .zym-image,
.page-template-tmpl_aha-events .zym-image {
  width: 40%;
  float: right;
}
/*
* Modal Specific Styles
*/
#zymurgy-trial.modal {
  background: transparent;
}
#zymurgy-trial.modal .close {
  z-index: 100;
  margin: 5px 9px 0px 0px;
}
#zymurgy-trial.modal .zym-image {
  display: none;
}
#zymurgy-trial.modal #zymurgy-trial-form {
  min-height: 535px;
}
#zymurgy-trial.modal #zymurgy-trial-form small {
  bottom: 0px;
}
/**
* 3.0 Alternate Microsite (Join or Renew)
*
**/
.page-template-tmpl_microsite_alt,
.page-template-tmpl_custom-recipes,
.page-template-tmpl_aha-events {
  /*h1*/
}
.page-template-tmpl_microsite_alt #primary,
.page-template-tmpl_custom-recipes #primary,
.page-template-tmpl_aha-events #primary,
.page-template-tmpl_microsite_alt article,
.page-template-tmpl_custom-recipes article,
.page-template-tmpl_aha-events article {
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}
.page-template-tmpl_microsite_alt aside,
.page-template-tmpl_custom-recipes aside,
.page-template-tmpl_aha-events aside {
  display: none !important;
}
.page-template-tmpl_microsite_alt #full-banner,
.page-template-tmpl_custom-recipes #full-banner,
.page-template-tmpl_aha-events #full-banner {
  width: 100%;
  height: 540px;
  background-image: url('https://s3-us-west-2.amazonaws.com/homebrewassoc/wp-content/uploads/2016/07/join-or-renew.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 100%;
  position: relative;
}
.page-template-tmpl_microsite_alt #full-banner.join-or-renew,
.page-template-tmpl_custom-recipes #full-banner.join-or-renew,
.page-template-tmpl_aha-events #full-banner.join-or-renew {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20190226113723/AHA-Join-Hero.jpg');
}
.page-template-tmpl_microsite_alt #full-banner.anniversary,
.page-template-tmpl_custom-recipes #full-banner.anniversary,
.page-template-tmpl_aha-events #full-banner.anniversary {
  background: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 580px;
}
.page-template-tmpl_microsite_alt #full-banner.anniversary .banner-background,
.page-template-tmpl_custom-recipes #full-banner.anniversary .banner-background,
.page-template-tmpl_aha-events #full-banner.anniversary .banner-background {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20181130090007/AHA-40-Year-Anniversary-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis: 60%;
  height: 100%;
  background-position: 50% 50%;
}
.page-template-tmpl_microsite_alt #full-banner.anniversary #callout,
.page-template-tmpl_custom-recipes #full-banner.anniversary #callout,
.page-template-tmpl_aha-events #full-banner.anniversary #callout {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background: #99bb28;
  height: 100%;
  top: 0;
  flex-basis: 40%;
  width: 40%;
  padding-left: 0px;
}
.page-template-tmpl_microsite_alt #full-banner.anniversary #callout:before,
.page-template-tmpl_custom-recipes #full-banner.anniversary #callout:before,
.page-template-tmpl_aha-events #full-banner.anniversary #callout:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 580px 80px;
  border-color: transparent transparent #99bb28 transparent;
  position: absolute;
  left: -80px;
}
.page-template-tmpl_microsite_alt #full-banner.anniversary #callout .anniversary-logo,
.page-template-tmpl_custom-recipes #full-banner.anniversary #callout .anniversary-logo,
.page-template-tmpl_aha-events #full-banner.anniversary #callout .anniversary-logo {
  max-width: 290px;
  margin-top: -35px;
}
.page-template-tmpl_microsite_alt #full-banner.anniversary #callout h1,
.page-template-tmpl_custom-recipes #full-banner.anniversary #callout h1,
.page-template-tmpl_aha-events #full-banner.anniversary #callout h1 {
  margin-top: 0px;
  font-size: 75px;
}
.page-template-tmpl_microsite_alt #full-banner.anniversary #callout p,
.page-template-tmpl_custom-recipes #full-banner.anniversary #callout p,
.page-template-tmpl_aha-events #full-banner.anniversary #callout p {
  margin: 10px 0px;
}
.page-template-tmpl_microsite_alt #full-banner.anniversary #callout .intro-text,
.page-template-tmpl_custom-recipes #full-banner.anniversary #callout .intro-text,
.page-template-tmpl_aha-events #full-banner.anniversary #callout .intro-text {
  font-family: "futura-pt", 'futura', sans-serif;
}
.page-template-tmpl_microsite_alt #full-banner.anniversary #callout .important,
.page-template-tmpl_custom-recipes #full-banner.anniversary #callout .important,
.page-template-tmpl_aha-events #full-banner.anniversary #callout .important {
  text-transform: uppercase;
  background-color: #ea9821;
  padding: 0px 8px;
  font-weight: 500;
}
.page-template-tmpl_microsite_alt #full-banner.anniversary.sale .countdown,
.page-template-tmpl_custom-recipes #full-banner.anniversary.sale .countdown,
.page-template-tmpl_aha-events #full-banner.anniversary.sale .countdown {
  margin-bottom: 30px;
}
.page-template-tmpl_microsite_alt #full-banner.digital-membership,
.page-template-tmpl_custom-recipes #full-banner.digital-membership,
.page-template-tmpl_aha-events #full-banner.digital-membership {
  background-image: url('https://s3-us-west-2.amazonaws.com/homebrewassoc/wp-content/uploads/digital-membership.jpg');
}
.page-template-tmpl_microsite_alt #full-banner #callout,
.page-template-tmpl_custom-recipes #full-banner #callout,
.page-template-tmpl_aha-events #full-banner #callout {
  background: url(images/design/bg_green-callout.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 570px;
  height: 355px;
  color: #FFF;
  padding: 0px 0px 0px 30px;
}
.page-template-tmpl_microsite_alt #full-banner #callout h1,
.page-template-tmpl_custom-recipes #full-banner #callout h1,
.page-template-tmpl_aha-events #full-banner #callout h1,
.page-template-tmpl_microsite_alt #full-banner #callout h2,
.page-template-tmpl_custom-recipes #full-banner #callout h2,
.page-template-tmpl_aha-events #full-banner #callout h2,
.page-template-tmpl_microsite_alt #full-banner #callout p,
.page-template-tmpl_custom-recipes #full-banner #callout p,
.page-template-tmpl_aha-events #full-banner #callout p,
.page-template-tmpl_microsite_alt #full-banner #callout a,
.page-template-tmpl_custom-recipes #full-banner #callout a,
.page-template-tmpl_aha-events #full-banner #callout a {
  font-family: "bebas-neue", sans-serif;
  text-align: center;
  color: #FFF;
  font-weight: 300;
  width: 90%;
}
.page-template-tmpl_microsite_alt #full-banner #callout h1,
.page-template-tmpl_custom-recipes #full-banner #callout h1,
.page-template-tmpl_aha-events #full-banner #callout h1 {
  margin: 30px auto 15px auto;
  font-size: 80px;
}
.page-template-tmpl_microsite_alt #full-banner #callout h2,
.page-template-tmpl_custom-recipes #full-banner #callout h2,
.page-template-tmpl_aha-events #full-banner #callout h2,
.page-template-tmpl_microsite_alt #full-banner #callout p,
.page-template-tmpl_custom-recipes #full-banner #callout p,
.page-template-tmpl_aha-events #full-banner #callout p,
.page-template-tmpl_microsite_alt #full-banner #callout a,
.page-template-tmpl_custom-recipes #full-banner #callout a,
.page-template-tmpl_aha-events #full-banner #callout a {
  font-family: "freight-micro-pro", serif;
}
.page-template-tmpl_microsite_alt #full-banner #callout h2,
.page-template-tmpl_custom-recipes #full-banner #callout h2,
.page-template-tmpl_aha-events #full-banner #callout h2 {
  font-size: 35px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 15px;
  margin: 0px auto;
  max-width: 430px;
}
.page-template-tmpl_microsite_alt #full-banner #callout p,
.page-template-tmpl_custom-recipes #full-banner #callout p,
.page-template-tmpl_aha-events #full-banner #callout p {
  font-size: 25px;
  line-height: 1.2;
  margin: 15px auto;
  max-width: 430px;
}
.page-template-tmpl_microsite_alt #full-banner #callout p.alt,
.page-template-tmpl_custom-recipes #full-banner #callout p.alt,
.page-template-tmpl_aha-events #full-banner #callout p.alt {
  color: #000;
  font-size: 30px;
}
.page-template-tmpl_microsite_alt #full-banner #callout a,
.page-template-tmpl_custom-recipes #full-banner #callout a,
.page-template-tmpl_aha-events #full-banner #callout a {
  color: #000;
  font-weight: bold;
}
.page-template-tmpl_microsite_alt #full-banner #callout h2.members-only,
.page-template-tmpl_custom-recipes #full-banner #callout h2.members-only,
.page-template-tmpl_aha-events #full-banner #callout h2.members-only {
  margin-top: 50px;
  border: none;
  font-family: "bebas-neue", sans-serif;
  font-size: 50px;
  letter-spacing: 1px;
}
.page-template-tmpl_microsite_alt #full-banner.digital-membership #callout,
.page-template-tmpl_custom-recipes #full-banner.digital-membership #callout,
.page-template-tmpl_aha-events #full-banner.digital-membership #callout {
  width: 449px;
  height: 265px;
  padding-top: 15px;
}
.page-template-tmpl_microsite_alt #content,
.page-template-tmpl_custom-recipes #content,
.page-template-tmpl_aha-events #content {
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 25%, #fefefe 25%, #d7d7d7 100%);
}
.page-template-tmpl_microsite_alt #primary,
.page-template-tmpl_custom-recipes #primary,
.page-template-tmpl_aha-events #primary {
  background: none;
}
.page-template-tmpl_microsite_alt .image-text-wrapper,
.page-template-tmpl_custom-recipes .image-text-wrapper,
.page-template-tmpl_aha-events .image-text-wrapper {
  justify-content: center;
  align-items: baseline;
}
.page-template-tmpl_microsite_alt .image-text-wrapper h4,
.page-template-tmpl_custom-recipes .image-text-wrapper h4,
.page-template-tmpl_aha-events .image-text-wrapper h4 {
  transform: translateY(-8px);
}
.page-template-tmpl_microsite_alt .primary-content,
.page-template-tmpl_custom-recipes .primary-content,
.page-template-tmpl_aha-events .primary-content {
  background-color: #FFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
  margin: -40px auto 55px auto;
  padding: 25px;
  max-width: 1050px;
}
.page-template-tmpl_microsite_alt .secondary-content,
.page-template-tmpl_custom-recipes .secondary-content,
.page-template-tmpl_aha-events .secondary-content {
  text-align: center;
  max-width: 1050px;
  margin: 0 auto 50px auto;
}
.page-template-tmpl_microsite_alt .content-title,
.page-template-tmpl_custom-recipes .content-title,
.page-template-tmpl_aha-events .content-title {
  font-family: "freight-micro-pro", serif;
  font-size: 50px;
  text-transform: none;
  margin: 0px;
}
.page-template-tmpl_microsite_alt h4,
.page-template-tmpl_custom-recipes h4,
.page-template-tmpl_aha-events h4 {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 18px;
}
.page-template-tmpl_microsite_alt h4.intro-text,
.page-template-tmpl_custom-recipes h4.intro-text,
.page-template-tmpl_aha-events h4.intro-text {
  color: #222222;
  font-size: 22px;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 400;
  margin: 20px 0px;
  line-height: 1.2;
}
.page-template-tmpl_microsite_alt .disclaimer,
.page-template-tmpl_custom-recipes .disclaimer,
.page-template-tmpl_aha-events .disclaimer {
  width: 80%;
  margin: 5px auto;
  text-align: left;
}
.page-template-tmpl_microsite_alt #price-grid,
.page-template-tmpl_custom-recipes #price-grid,
.page-template-tmpl_aha-events #price-grid {
  margin: 75px 0px 15px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 255px;
  padding: 0px 50px;
}
.page-template-tmpl_microsite_alt .price-options,
.page-template-tmpl_custom-recipes .price-options,
.page-template-tmpl_aha-events .price-options {
  width: 28%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin: 0px 30px 0px 0px;
  padding: 0px;
  text-align: center;
  position: relative;
}
.page-template-tmpl_microsite_alt .price-options:last-of-type,
.page-template-tmpl_custom-recipes .price-options:last-of-type,
.page-template-tmpl_aha-events .price-options:last-of-type {
  margin: 0px;
}
.page-template-tmpl_microsite_alt .price-options .btn,
.page-template-tmpl_custom-recipes .price-options .btn,
.page-template-tmpl_aha-events .price-options .btn {
  margin-bottom: 0px;
}
.page-template-tmpl_microsite_alt .term,
.page-template-tmpl_custom-recipes .term,
.page-template-tmpl_aha-events .term {
  color: #FFF;
  background-color: #555;
  font-size: 30px;
  margin: 0px;
  padding: 7px 0px;
  text-transform: uppercase;
}
.page-template-tmpl_microsite_alt .price-option,
.page-template-tmpl_custom-recipes .price-option,
.page-template-tmpl_aha-events .price-option {
  position: relative;
  display: flex;
  padding: 5px 10px 15px 10px;
  margin: 5px 30px 0px 30px;
  flex-flow: column;
  align-content: center;
  border-bottom: 1px solid #cccccc;
}
.page-template-tmpl_microsite_alt .price-option:last-child,
.page-template-tmpl_custom-recipes .price-option:last-child,
.page-template-tmpl_aha-events .price-option:last-child {
  border-top: 1px solid #cccccc;
}
.page-template-tmpl_microsite_alt .price-option:last-of-type,
.page-template-tmpl_custom-recipes .price-option:last-of-type,
.page-template-tmpl_aha-events .price-option:last-of-type {
  border-bottom: 0px;
}
.page-template-tmpl_microsite_alt .price-option.discounted,
.page-template-tmpl_custom-recipes .price-option.discounted,
.page-template-tmpl_aha-events .price-option.discounted {
  background-color: rgba(230, 103, 4, 0.2);
}
.page-template-tmpl_microsite_alt .price-option.gift,
.page-template-tmpl_custom-recipes .price-option.gift,
.page-template-tmpl_aha-events .price-option.gift {
  padding: 15px 0px 15px;
  display: block;
}
.page-template-tmpl_microsite_alt .price-option .icon-text,
.page-template-tmpl_custom-recipes .price-option .icon-text,
.page-template-tmpl_aha-events .price-option .icon-text {
  text-transform: none;
  color: #555;
  font-size: 14px !important;
  margin-left: 10px !important;
}
.page-template-tmpl_microsite_alt .price-option .icon-list img,
.page-template-tmpl_custom-recipes .price-option .icon-list img,
.page-template-tmpl_aha-events .price-option .icon-list img {
  max-width: 100%;
  width: auto;
  max-height: 90px;
  min-height: 90px;
  flex-basis: auto;
}
.page-template-tmpl_microsite_alt .price-option small,
.page-template-tmpl_custom-recipes .price-option small,
.page-template-tmpl_aha-events .price-option small {
  font-size: 12px;
  margin: 15px 0px;
}
.page-template-tmpl_microsite_alt .price-option p,
.page-template-tmpl_custom-recipes .price-option p,
.page-template-tmpl_aha-events .price-option p {
  font-size: 14px;
  text-transform: uppercase;
  margin: -10.5px 0px 0px 42px;
  font-weight: 500;
  color: #ea9821;
  font-family: "futura-pt", 'futura', sans-serif;
}
.page-template-tmpl_microsite_alt .faux-check,
.page-template-tmpl_custom-recipes .faux-check,
.page-template-tmpl_aha-events .faux-check {
  display: block;
  border: 2px solid #cccccc;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 34%;
  left: 16%;
  text-indent: -9999em;
  color: #FFF;
  font-size: 0px;
}
.page-template-tmpl_microsite_alt .faux-check.active,
.page-template-tmpl_custom-recipes .faux-check.active,
.page-template-tmpl_aha-events .faux-check.active {
  background-color: #99bb28;
}
.page-template-tmpl_microsite_alt .faux-check:hover,
.page-template-tmpl_custom-recipes .faux-check:hover,
.page-template-tmpl_aha-events .faux-check:hover {
  cursor: pointer;
}
.page-template-tmpl_microsite_alt .faux-check.active:before,
.page-template-tmpl_custom-recipes .faux-check.active:before,
.page-template-tmpl_aha-events .faux-check.active:before {
  content: "";
  border: 3px solid #FFF;
  border-radius: 26px;
  width: 26px;
  height: 26px;
  display: block;
  background-color: transparent;
  text-indent: -9999em;
}
.page-template-tmpl_microsite_alt .price,
.page-template-tmpl_custom-recipes .price,
.page-template-tmpl_aha-events .price {
  font-size: 50px;
  color: #ea9821;
  font-family: "futura-pt", 'futura', sans-serif;
  display: inline-block;
  padding-left: 30px;
}
.page-template-tmpl_microsite_alt .price.early-renewal,
.page-template-tmpl_custom-recipes .price.early-renewal,
.page-template-tmpl_aha-events .price.early-renewal,
.page-template-tmpl_microsite_alt .price.normal-renewal,
.page-template-tmpl_custom-recipes .price.normal-renewal,
.page-template-tmpl_aha-events .price.normal-renewal {
  display: none;
}
.page-template-tmpl_microsite_alt .price .dollar,
.page-template-tmpl_custom-recipes .price .dollar,
.page-template-tmpl_aha-events .price .dollar {
  font-weight: 500;
  font-size: 25px;
  top: -11px;
  position: relative;
}
.page-template-tmpl_microsite_alt .price p,
.page-template-tmpl_custom-recipes .price p,
.page-template-tmpl_aha-events .price p {
  font-size: 14px;
  text-transform: uppercase;
  margin: -10.5px 0px 25px 0px;
  font-weight: 500;
  color: #ea9821;
}
.page-template-tmpl_microsite_alt .strike.price,
.page-template-tmpl_custom-recipes .strike.price,
.page-template-tmpl_aha-events .strike.price {
  font-size: 30px;
  margin: 0px;
  position: relative;
  letter-spacing: 0px;
  bottom: -14px;
}
.page-template-tmpl_microsite_alt .strike.price .dollar,
.page-template-tmpl_custom-recipes .strike.price .dollar,
.page-template-tmpl_aha-events .strike.price .dollar {
  font-size: 15px;
}
.page-template-tmpl_microsite_alt .strike.price:after,
.page-template-tmpl_custom-recipes .strike.price:after,
.page-template-tmpl_aha-events .strike.price:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 48%;
  border-top: 2px solid #555;
  width: 40px;
  transform: rotate(45deg);
}
.page-template-tmpl_microsite_alt .banner,
.page-template-tmpl_custom-recipes .banner,
.page-template-tmpl_aha-events .banner {
  position: absolute;
  top: -55px;
  left: 25px;
  width: 78%;
}
.page-template-tmpl_microsite_alt .membership-gift,
.page-template-tmpl_custom-recipes .membership-gift,
.page-template-tmpl_aha-events .membership-gift {
  margin-top: 20px;
}
.page-template-tmpl_microsite_alt .membership-gift .price,
.page-template-tmpl_custom-recipes .membership-gift .price,
.page-template-tmpl_aha-events .membership-gift .price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 25px;
  padding-left: 60px;
}
.page-template-tmpl_microsite_alt .membership-gift img,
.page-template-tmpl_custom-recipes .membership-gift img,
.page-template-tmpl_aha-events .membership-gift img {
  max-width: 40px;
}
.page-template-tmpl_microsite_alt .membership-gift p,
.page-template-tmpl_custom-recipes .membership-gift p,
.page-template-tmpl_aha-events .membership-gift p {
  margin-bottom: 0;
  text-align: left;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.page-template-tmpl_microsite_alt .membership-gift .faux-check,
.page-template-tmpl_custom-recipes .membership-gift .faux-check,
.page-template-tmpl_aha-events .membership-gift .faux-check {
  top: 5px;
}
.page-template-tmpl_microsite_alt .icon-list-container,
.page-template-tmpl_custom-recipes .icon-list-container,
.page-template-tmpl_aha-events .icon-list-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: #efefef;
  margin-bottom: 40px;
}
.page-template-tmpl_microsite_alt .icon-list,
.page-template-tmpl_custom-recipes .icon-list,
.page-template-tmpl_aha-events .icon-list {
  flex-basis: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-tmpl_microsite_alt .icon-list img,
.page-template-tmpl_custom-recipes .icon-list img,
.page-template-tmpl_aha-events .icon-list img {
  flex-basis: 10%;
  max-width: 70px;
}
.page-template-tmpl_microsite_alt .icon-list .icon-text,
.page-template-tmpl_custom-recipes .icon-list .icon-text,
.page-template-tmpl_aha-events .icon-list .icon-text {
  flex-basis: 90%;
  text-align: left;
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 16px;
  line-height: 1.1;
  margin-left: 7px;
}
.page-template-tmpl_microsite_alt .icon-list .icon-text a,
.page-template-tmpl_custom-recipes .icon-list .icon-text a,
.page-template-tmpl_aha-events .icon-list .icon-text a {
  font-weight: bold;
}
.page-template-tmpl_microsite_alt .choose-terms,
.page-template-tmpl_custom-recipes .choose-terms,
.page-template-tmpl_aha-events .choose-terms {
  margin: 40px auto 0px auto;
}
.page-template-tmpl_microsite_alt .choose-terms + p,
.page-template-tmpl_custom-recipes .choose-terms + p,
.page-template-tmpl_aha-events .choose-terms + p {
  margin-bottom: 35px;
  font-weight: bold;
}
.page-template-tmpl_microsite_alt .incentive,
.page-template-tmpl_custom-recipes .incentive,
.page-template-tmpl_aha-events .incentive {
  padding: 5px 10px 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-tmpl_microsite_alt .incentive img,
.page-template-tmpl_custom-recipes .incentive img,
.page-template-tmpl_aha-events .incentive img {
  float: left;
  width: 40%;
  transform: scale(1.1);
}
.page-template-tmpl_microsite_alt .incentive p,
.page-template-tmpl_custom-recipes .incentive p,
.page-template-tmpl_aha-events .incentive p {
  font-size: 12px;
  text-align: left;
  margin: 0px;
  top: 7px;
  position: relative;
}
.page-template-tmpl_microsite_alt #benefits-grid,
.page-template-tmpl_custom-recipes #benefits-grid,
.page-template-tmpl_aha-events #benefits-grid {
  display: flex;
  justify-content: center;
  margin: 30px 0px;
  flex-wrap: wrap;
}
.page-template-tmpl_microsite_alt .benefit,
.page-template-tmpl_custom-recipes .benefit,
.page-template-tmpl_aha-events .benefit {
  flex-basis: 20%;
  margin: 1% 2%;
}
.page-template-tmpl_microsite_alt .benefit .icon,
.page-template-tmpl_custom-recipes .benefit .icon,
.page-template-tmpl_aha-events .benefit .icon {
  width: auto;
  max-height: 100px;
}
.page-template-tmpl_microsite_alt .benefit.third,
.page-template-tmpl_custom-recipes .benefit.third,
.page-template-tmpl_aha-events .benefit.third {
  flex-basis: 25%;
}
.page-template-tmpl_microsite_alt .benefit-title,
.page-template-tmpl_custom-recipes .benefit-title,
.page-template-tmpl_aha-events .benefit-title {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  margin: 15px 0px 5px 0px;
}
.page-template-tmpl_microsite_alt .benefit-description,
.page-template-tmpl_custom-recipes .benefit-description,
.page-template-tmpl_aha-events .benefit-description {
  font-size: 14px;
  font-family: "futura-pt", 'futura', sans-serif;
  margin: 0px;
}
.page-template-tmpl_custom-recipes #branding,
.page-template-tmpl_aha-events #branding,
.page-template-tmpl_custom-recipes #access,
.page-template-tmpl_aha-events #access,
.page-template-tmpl_custom-recipes #menu-supp,
.page-template-tmpl_aha-events #menu-supp {
  display: block;
}
.page-template-tmpl_custom-recipes #wrapper,
.page-template-tmpl_aha-events #wrapper {
  background: url('images/design/bg_header.jpg') 0 0 repeat-x, url('images/design/bg_body.jpg') repeat;
  background-size: 168px, auto;
  /*min-height: 100%;*/
}
/*
* 4.0 Brew Guru Styles
*/
.page-template-tmpl_microsite_alt.page-brew-guru header#branding,
.modal header#branding,
.page-template-tmpl_microsite_alt.page-brew-guru .perfect.clear,
.modal .perfect.clear,
.page-template-tmpl_microsite_alt.page-brew-guru .mobile-ads,
.modal .mobile-ads {
  display: none;
}
.page-template-tmpl_microsite_alt.page-brew-guru #faux-header,
.modal #faux-header {
  display: block;
}
.page-template-tmpl_microsite_alt.page-brew-guru .hero,
.modal .hero {
  justify-content: center;
  border-bottom: none;
  color: #fff;
  height: 65vh;
  position: relative;
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191115112614/brew-guru-hero.jpg');
  margin-bottom: 50px;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .hero,
  .modal .hero {
    height: 45vh;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .hero,
  .modal .hero {
    height: 350px;
    background-position: 30% 50%;
    margin-bottom: 210px;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .hero .flex-row,
.modal .hero .flex-row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .hero .flex-row,
  .modal .hero .flex-row {
    margin-top: 30px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .hero .flex-row,
  .modal .hero .flex-row {
    margin-top: 20px;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .hero:after,
.modal .hero:after {
  display: none;
}
.page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-wrapper,
.modal .hero .hero-wrapper {
  width: 100%;
  max-width: 1150px;
  padding: 0px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-wrapper,
  .modal .hero .hero-wrapper {
    padding-right: 30px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-wrapper,
  .modal .hero .hero-wrapper {
    padding: 0px 20px;
    flex-flow: column nowrap;
    position: relative;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .hero .phones-together,
.modal .hero .phones-together {
  transform: translateY(20%);
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .hero .phones-together,
  .modal .hero .phones-together {
    transform: translateX(-50%) translateX(0%);
    position: absolute;
    max-width: 280px;
    left: 50%;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .hero h1,
.modal .hero h1 {
  margin-bottom: 0px;
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 60px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .hero h1,
  .modal .hero h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .hero h1,
  .modal .hero h1 {
    font-size: 40px;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .hero h2,
.modal .hero h2 {
  font-size: 45px;
  font-weight: 500;
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .hero h2,
  .modal .hero h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .hero h2,
  .modal .hero h2 {
    font-size: 25px;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-content,
.modal .hero .hero-content {
  margin-right: 150px;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-content .flex-row,
.modal .hero .hero-content .flex-row {
  margin-left: 0px;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-content,
  .modal .hero .hero-content {
    width: 60%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .hero .hero-content,
  .modal .hero .hero-content {
    margin: 0px;
    width: 100%;
    transform: translateY(-30px);
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .google-store-link,
.modal .google-store-link {
  margin-left: 20px;
}
.page-template-tmpl_microsite_alt.page-brew-guru .google-store-link img,
.modal .google-store-link img {
  height: 53px;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .google-store-link img,
  .modal .google-store-link img {
    height: auto;
    max-width: 145px;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .app-store-link img,
.modal .app-store-link img {
  height: 53px;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .app-store-link img,
  .modal .app-store-link img {
    height: auto;
    max-width: 130px;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side,
.modal .flex-block.side {
  display: flex;
  border-top: none;
  justify-content: space-between;
  align-items: center;
  max-width: 1150px;
  flex-flow: row nowrap;
}
@media screen and (max-width: 992px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side,
  .modal .flex-block.side {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side,
  .modal .flex-block.side {
    padding: 30px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side,
  .modal .flex-block.side {
    padding: 30px 30px 0px 30px;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container,
.modal .flex-block.side .text-container {
  flex-basis: 60%;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container,
  .modal .flex-block.side .text-container {
    padding: 0px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container,
  .modal .flex-block.side .text-container {
    flex-basis: 100%;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .section-title,
.modal .flex-block.side .text-container .section-title {
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 500;
  font-size: 45px;
  text-align: left;
  color: #373737;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .section-title,
  .modal .flex-block.side .text-container .section-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .section-title,
  .modal .flex-block.side .text-container .section-title {
    font-size: 25px;
    text-align: center;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .section-subtitle,
.modal .flex-block.side .text-container .section-subtitle {
  font-size: 28px;
  font-weight: 300;
  text-align: left;
  color: #555;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .section-subtitle,
  .modal .flex-block.side .text-container .section-subtitle {
    font-size: 21px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .section-subtitle,
  .modal .flex-block.side .text-container .section-subtitle {
    font-size: 18px;
    padding: 0px;
    text-align: center;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper,
.modal .flex-block.side .text-container .text-icon-wrapper {
  transform: none;
  display: flex;
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper img,
.modal .flex-block.side .text-container .text-icon-wrapper img {
  margin-right: 50px;
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper img.discounts-icon,
.modal .flex-block.side .text-container .text-icon-wrapper img.discounts-icon {
  transform: translateX(12px);
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper img.discounts-icon,
  .modal .flex-block.side .text-container .text-icon-wrapper img.discounts-icon {
    transform: translateX(8px);
  }
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper img,
  .modal .flex-block.side .text-container .text-icon-wrapper img {
    margin-right: 30px;
    max-width: 60px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper img,
  .modal .flex-block.side .text-container .text-icon-wrapper img {
    margin-right: 20px;
    max-width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper p,
  .modal .flex-block.side .text-container .text-icon-wrapper p {
    margin-top: 7px;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper .block-subtitle,
.modal .flex-block.side .text-container .text-icon-wrapper .block-subtitle {
  color: #373737;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper .block-subtitle,
  .modal .flex-block.side .text-container .text-icon-wrapper .block-subtitle {
    font-size: 21px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper .block-subtitle,
  .modal .flex-block.side .text-container .text-icon-wrapper .block-subtitle {
    font-size: 18px;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper .title-background,
.modal .flex-block.side .text-container .text-icon-wrapper .title-background {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transform: translateX(-30px);
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper .title-background.maps,
.modal .flex-block.side .text-container .text-icon-wrapper .title-background.maps {
  transform: translateX(-20px);
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191115114752/map-active.svg');
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper .title-background.discounts,
.modal .flex-block.side .text-container .text-icon-wrapper .title-background.discounts {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191115121704/discounts-active.svg');
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper .title-background.notifications,
.modal .flex-block.side .text-container .text-icon-wrapper .title-background.notifications {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191115121705/notifications-active.svg');
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper .title-background.medals,
.modal .flex-block.side .text-container .text-icon-wrapper .title-background.medals {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191115123352/medal-winners-active.svg');
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper .title-background.clones,
.modal .flex-block.side .text-container .text-icon-wrapper .title-background.clones {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191115123357/clone-beers-active.svg');
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper .title-background.tips,
.modal .flex-block.side .text-container .text-icon-wrapper .title-background.tips {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191115123354/tips-tutorials-active.svg');
}
.page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper.active .title-background,
.modal .flex-block.side .text-container .text-icon-wrapper.active .title-background {
  opacity: 1;
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .flex-block.side .text-container .text-icon-wrapper.active .title-background,
  .modal .flex-block.side .text-container .text-icon-wrapper.active .title-background {
    opacity: 0;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru hr,
.modal hr {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-tmpl_microsite_alt.page-brew-guru .phone-img-background,
.modal .phone-img-background {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191115123100/phone-bg.svg');
  background-repeat: no-repeat;
  height: 620px;
  width: 350px;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .phone-img-background,
  .modal .phone-img-background {
    height: 450px;
    width: 250px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru .phone-img-background,
  .modal .phone-img-background {
    display: none;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru .phone-img-background .phone-img-content,
.modal .phone-img-background .phone-img-content {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 92%;
  background-repeat: no-repeat;
  background-position: 13px 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page-template-tmpl_microsite_alt.page-brew-guru .phone-img-background .phone-img-content.map,
.modal .phone-img-background .phone-img-content.map {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191120084744/map-screen-1.png');
}
.page-template-tmpl_microsite_alt.page-brew-guru .phone-img-background .phone-img-content.discounts,
.modal .phone-img-background .phone-img-content.discounts {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191120084720/discounts-screen-1.png');
}
.page-template-tmpl_microsite_alt.page-brew-guru .phone-img-background .phone-img-content.notifications,
.modal .phone-img-background .phone-img-content.notifications {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191120084751/notifications-screen-1.png');
}
.page-template-tmpl_microsite_alt.page-brew-guru .phone-img-background .phone-img-content.medals,
.modal .phone-img-background .phone-img-content.medals {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191120084738/medal-winners-screen-1.png');
}
.page-template-tmpl_microsite_alt.page-brew-guru .phone-img-background .phone-img-content.clones,
.modal .phone-img-background .phone-img-content.clones {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191120084731/clone-beers-screen-1.png');
}
.page-template-tmpl_microsite_alt.page-brew-guru .phone-img-background .phone-img-content.tips,
.modal .phone-img-background .phone-img-content.tips {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191120084725/tips-screen-1.png');
}
.page-template-tmpl_microsite_alt.page-brew-guru .phone-img-background .phone-img-content.active,
.modal .phone-img-background .phone-img-content.active {
  opacity: 1;
}
.page-template-tmpl_microsite_alt.page-brew-guru #site-footer,
.modal #site-footer {
  display: none;
}
@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(15%) translateX(-50%);
  }
  40% {
    transform: translateY(60px) translateX(-50%);
  }
  60% {
    transform: translateY(30px) translateX(-50%);
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru footer#bg-page-footer,
.modal footer#bg-page-footer {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20191120084328/brew-guru-footer-1440-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 350px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
@media screen and (max-width: 992px) {
  .page-template-tmpl_microsite_alt.page-brew-guru footer#bg-page-footer,
  .modal footer#bg-page-footer {
    background-position: 50% 50%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru footer#bg-page-footer,
  .modal footer#bg-page-footer {
    margin-top: 100px;
    height: 300px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru footer#bg-page-footer,
  .modal footer#bg-page-footer {
    background-position: 70% 50%;
    margin-top: 80px;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru footer#bg-page-footer .footer-logo,
.modal footer#bg-page-footer .footer-logo {
  position: absolute;
  transform: translateX(-50%) translateY(15%);
  top: -50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru footer#bg-page-footer .footer-logo,
  .modal footer#bg-page-footer .footer-logo {
    max-width: 210px;
    top: -45%;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru footer#bg-page-footer .footer-logo,
  .modal footer#bg-page-footer .footer-logo {
    max-width: 140px;
    top: -30%;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru footer#bg-page-footer .footer-logo.in-view,
.modal footer#bg-page-footer .footer-logo.in-view {
  animation: bounce2;
  animation-iteration-count: 4;
  animation-duration: 2s;
}
.page-template-tmpl_microsite_alt.page-brew-guru footer#bg-page-footer .footer-content,
.modal footer#bg-page-footer .footer-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.page-template-tmpl_microsite_alt.page-brew-guru footer#bg-page-footer .footer-content h2,
.modal footer#bg-page-footer .footer-content h2 {
  margin-top: 70px;
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite_alt.page-brew-guru footer#bg-page-footer .footer-content h2,
  .modal footer#bg-page-footer .footer-content h2 {
    margin-top: 90px;
    font-size: 35px;
  }
}
@media screen and (max-width: 568px) {
  .page-template-tmpl_microsite_alt.page-brew-guru footer#bg-page-footer .footer-content h2,
  .modal footer#bg-page-footer .footer-content h2 {
    margin-top: 90px;
    font-size: 25px;
  }
}
.page-template-tmpl_microsite_alt.page-brew-guru footer#bg-page-footer .flex-row,
.modal footer#bg-page-footer .flex-row {
  display: flex;
  margin: 0px 0px 0px 0px;
}
.page-how-to-brew-john-palmer p,
.page-how-to-brew-john-palmer li,
.page-how-to-brew-john-palmer ul.simple li,
.page-how-to-brew-john-palmer ol.simple li {
  font-size: 22px;
  font-family: "futura-pt", 'futura', sans-serif;
  color: #555555;
}
.page-how-to-brew-john-palmer h2 {
  font-size: 56px;
  font-family: "bebas-neue", sans-serif;
  text-align: left;
  margin-bottom: 0px;
  color: #555555;
}
.page-how-to-brew-john-palmer .microsite-content-area {
  padding: 40px 25px;
}
.page-how-to-brew-john-palmer #site-footer,
.page-how-to-brew-john-palmer .perfect.clear {
  display: none;
}
.page-how-to-brew-john-palmer #full-banner.htb {
  background-image: url('https://s3-us-west-2.amazonaws.com/homebrewassoc/wp-content/uploads/how-to-brew-hero.jpg');
  height: 475px;
  background-position-y: 50%;
}
.page-how-to-brew-john-palmer #full-banner.htb #callout {
  background-image: none;
  background-color: rgba(144, 187, 40, 0.8);
  height: auto;
  width: 635px;
  top: 25%;
}
.page-how-to-brew-john-palmer #full-banner.htb #callout h2 {
  border: none;
  font-family: "futura-pt", 'futura', sans-serif;
  text-align: left;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  font-size: 31px;
}
.page-how-to-brew-john-palmer #full-banner.htb #callout h1 {
  text-align: left;
  margin-top: 10px;
  font-size: 72px;
}
.page-how-to-brew-john-palmer #htb-content {
  display: flex;
  max-width: 1050px;
  margin: 0 auto;
}
.page-how-to-brew-john-palmer #htb-content .description {
  width: calc(100% - 370px);
  padding: 0px 12.5px;
}
.page-how-to-brew-john-palmer #htb-content .purchase-info {
  padding: 20px 12.5px 25px 12.5px;
  width: 370px;
}
.page-how-to-brew-john-palmer #htb-content #buy-now {
  width: 100%;
}
.page-how-to-brew-john-palmer #htb-content #buy-now button {
  font-size: 21px;
  width: 100%;
  font-weight: 400;
}
.page-how-to-brew-john-palmer #htb-content .ui-accordion .ui-accordion-header,
.page-how-to-brew-john-palmer #htb-content .ui-accordion .ui-accordion-content {
  border-radius: 0px;
}
.page-how-to-brew-john-palmer #htb-content ul.simple li {
  font-size: 18px;
}
.page-how-to-brew-john-palmer #whats-new {
  background-color: #555555;
  background-image: url('https://s3-us-west-2.amazonaws.com/homebrewassoc/wp-content/uploads/htb_bg.jpg');
  background-position: center 0px;
  background-size: cover;
  color: #FFF;
  padding-bottom: 650px;
}
.page-how-to-brew-john-palmer #whats-new .subhead {
  color: #90bb28;
  font-family: "futura-pt", 'futura', sans-serif;
  text-align: left;
  margin-bottom: 50px;
}
.page-how-to-brew-john-palmer #whats-new p,
.page-how-to-brew-john-palmer #whats-new h2 {
  color: #FFF;
  position: relative;
}
.page-how-to-brew-john-palmer #whats-new p.book-bullet {
  clear: both;
  font-size: 22px;
  padding-left: 60px;
  margin-bottom: 25px;
}
.page-how-to-brew-john-palmer #whats-new p.book-bullet:before {
  content: "";
  display: block;
  background-image: url('https://s3-us-west-2.amazonaws.com/homebrewassoc/wp-content/uploads/icon_book.png');
  background-size: auto;
  background-repeat: no-repeat;
  width: 42px;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-how-to-brew-john-palmer #testimonials {
  background-color: #99bb28;
}
.page-how-to-brew-john-palmer #testimonials h2 {
  margin-bottom: 25px;
  color: #FFF;
}
.page-how-to-brew-john-palmer #testimonials p {
  color: #FFF;
  font-size: 18px;
}
.page-how-to-brew-john-palmer #author {
  background-color: #FFF;
  padding-bottom: 75px;
}
.page-how-to-brew-john-palmer #author h2,
.page-how-to-brew-john-palmer #author p {
  color: #555555;
}
.page-how-to-brew-john-palmer #author p {
  font-size: 18px;
}
.page-how-to-brew-john-palmer #author .author-image {
  float: right;
  width: 400px;
  height: auto;
  margin: 0px -15px 0px 25px;
}
.page-how-to-brew-john-palmer #additional-info {
  background-color: #555555;
  position: relative;
}
.page-how-to-brew-john-palmer #additional-info .book-image {
  position: absolute;
  left: -5%;
  bottom: -40px;
  max-width: 460px;
  height: auto;
}
.page-how-to-brew-john-palmer #additional-info h2,
.page-how-to-brew-john-palmer #additional-info p,
.page-how-to-brew-john-palmer #additional-info li,
.page-how-to-brew-john-palmer #additional-info ul {
  color: #FFF;
  margin-left: 440px;
}
.page-template-tmpl_custom-recipes #video-wrapper,
.page-template-tmpl_aha-events #video-wrapper {
  position: relative;
  width: 100%;
  height: 58vh;
  overflow: hidden;
  margin-top: -1px;
  margin-bottom: 0px;
}
.page-template-tmpl_custom-recipes #hbc-video,
.page-template-tmpl_aha-events #hbc-video,
.page-template-tmpl_custom-recipes .static-header,
.page-template-tmpl_aha-events .static-header {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.page-template-tmpl_custom-recipes #image-wrapper,
.page-template-tmpl_aha-events #image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-tmpl_custom-recipes #video-watermark,
.page-template-tmpl_aha-events #video-watermark {
  position: relative;
  z-index: 10;
  width: 50%;
  /*position: absolute;
			top: 25%;
			left: 27.5%;
			width: 45%;
			min-width: 600px;
			height: auto;*/
}
.page-template-tmpl_custom-recipes h1.page-title,
.page-template-tmpl_aha-events h1.page-title {
  font-family: "freight-micro-pro", serif;
  font-size: 40px;
  text-transform: none;
}
.page-template-tmpl_custom-recipes .entry-summary,
.page-template-tmpl_aha-events .entry-summary {
  margin: 60px auto;
  width: 80%;
  max-width: 1000px;
  display: block;
}
.page-template-tmpl_custom-recipes .entry-summary p,
.page-template-tmpl_aha-events .entry-summary p {
  font-size: 18px;
  font-family: "futura-pt", 'futura', sans-serif;
  color: #555;
}
.page-template-tmpl_custom-recipes #recipe-filter,
.page-template-tmpl_aha-events #recipe-filter {
  margin: 0px auto 30px auto;
  display: block;
  width: 400px;
}
.page-template-tmpl_custom-recipes #recipe-filter > .btn,
.page-template-tmpl_aha-events #recipe-filter > .btn {
  float: none;
}
.page-template-tmpl_custom-recipes #recipe-filter li a,
.page-template-tmpl_aha-events #recipe-filter li a {
  font-size: 16px;
  line-height: 2;
}
.page-template-tmpl_custom-recipes .entry-content,
.page-template-tmpl_aha-events .entry-content {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.page-template-tmpl_custom-recipes article.hentry.recipes,
.page-template-tmpl_aha-events article.hentry.recipes {
  flex-basis: 33%;
  padding: 0px 1%;
  margin-bottom: 70px;
}
.page-template-tmpl_custom-recipes article.hentry.recipes .featured-image,
.page-template-tmpl_aha-events article.hentry.recipes .featured-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  float: none;
  margin: 0px;
}
.page-template-tmpl_custom-recipes article.hentry.recipes .featured-image .year,
.page-template-tmpl_aha-events article.hentry.recipes .featured-image .year {
  display: none;
}
.page-template-tmpl_custom-recipes article.hentry.recipes .state-name,
.page-template-tmpl_aha-events article.hentry.recipes .state-name {
  width: 70%;
  color: #FFF;
  font-family: "bebas-neue", sans-serif;
  text-transform: uppercase;
  background-color: #99bb28;
  text-align: center;
  font-size: 30px;
  margin: -22px auto 20px auto;
  z-index: 1;
  position: relative;
}
.page-template-tmpl_custom-recipes article.hentry.recipes .brewery,
.page-template-tmpl_aha-events article.hentry.recipes .brewery {
  margin-bottom: -3px;
}
.page-template-tmpl_custom-recipes article.hentry.recipes .beer,
.page-template-tmpl_aha-events article.hentry.recipes .beer {
  margin-bottom: 3px;
}
.page-template-tmpl_custom-recipes article.hentry.recipes .brewery,
.page-template-tmpl_aha-events article.hentry.recipes .brewery,
.page-template-tmpl_custom-recipes article.hentry.recipes .beer,
.page-template-tmpl_aha-events article.hentry.recipes .beer {
  font-size: 18px;
  font-family: "futura-pt", 'futura', sans-serif;
  color: #555;
  font-weight: 500;
}
.page-template-tmpl_custom-recipes article.hentry.recipes .brewery a,
.page-template-tmpl_aha-events article.hentry.recipes .brewery a,
.page-template-tmpl_custom-recipes article.hentry.recipes .beer a,
.page-template-tmpl_aha-events article.hentry.recipes .beer a {
  color: #99bb28;
}
.page-template-tmpl_custom-recipes article.hentry.recipes .style,
.page-template-tmpl_aha-events article.hentry.recipes .style,
.page-template-tmpl_custom-recipes article.hentry.recipes .description,
.page-template-tmpl_aha-events article.hentry.recipes .description {
  font-size: 16px;
  font-family: "futura-pt", 'futura', sans-serif;
  color: #555;
  margin-bottom: 10px;
}
.page-template-tmpl_custom-recipes article.hentry.recipes .read-more,
.page-template-tmpl_aha-events article.hentry.recipes .read-more {
  font-weight: 500;
  display: block;
}
.page-template-tmpl_custom-recipes article.default #image-wrapper,
.page-template-tmpl_aha-events article.default #image-wrapper {
  align-items: center;
  justify-content: flex-end;
}
.page-template-tmpl_custom-recipes article.default #image-wrapper #video-watermark,
.page-template-tmpl_aha-events article.default #image-wrapper #video-watermark {
  max-width: 600px;
  width: 100%;
  margin-right: 100px;
}
.page-template-tmpl_custom-recipes #site-footer,
.page-template-tmpl_aha-events #site-footer {
  display: block;
}
.page-template-tmpl_custom-recipes #craft-seal,
.page-template-tmpl_aha-events #craft-seal {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
}
.page-template-tmpl_custom-recipes #craft-seal .craft-seal,
.page-template-tmpl_aha-events #craft-seal .craft-seal {
  width: 150px;
  height: auto;
}
.page-template-tmpl_custom-recipes #craft-seal p,
.page-template-tmpl_aha-events #craft-seal p {
  font-size: 18px;
  font-family: "futura-pt", 'futura', sans-serif;
}
.page-template-tmpl_custom-recipes #craft-seal img,
.page-template-tmpl_aha-events #craft-seal img {
  max-width: 82px;
}
.page-best-beers-in-america article.default #image-wrapper #video-watermark,
.page-id-36825 article.default #image-wrapper #video-watermark {
  max-width: 375px;
  margin: 0 auto;
}
.page-best-beers-in-america #content,
.page-id-36825 #content {
  background: #FFF;
  padding-bottom: 100px;
}
.page-best-beers-in-america hr,
.page-id-36825 hr {
  margin: 45px auto 20px auto;
}
.page-best-beers-in-america .entry .row > div,
.page-id-36825 .entry .row > div {
  padding: 12.5px 30px 0 30px;
}
.page-best-beers-in-america ol.featured-list,
.page-id-36825 ol.featured-list {
  margin-bottom: 32.5px;
}
.page-best-beers-in-america .wp-image-36942,
.page-id-36825 .wp-image-36942 {
  max-width: 70%;
}
.page-free-trial,
.page-id-37853 {
  /*h1*/
  /*h2*/
}
.page-free-trial p,
.page-id-37853 p {
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 300;
  color: #555555;
  font-size: 18px;
  margin: 0px;
  max-width: 700px;
  margin: 15px auto;
  text-align: center;
}
.page-free-trial ul li,
.page-id-37853 ul li {
  font-weight: 300;
  color: #555555;
  font-size: 18px;
}
.page-free-trial .page-title,
.page-id-37853 .page-title {
  font-family: "futura-pt", 'futura', sans-serif;
  text-align: center;
  text-transform: none;
  font-weight: 700;
  font-size: 60px;
  max-width: 1050px;
  margin: 0px auto;
}
.page-free-trial .section-title,
.page-id-37853 .section-title {
  font-size: 40px;
  font-family: "futura-pt", 'futura', sans-serif;
  color: #ea9821;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.page-free-trial .item-title,
.page-id-37853 .item-title {
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #555555;
  line-height: 1;
  margin: 15px auto;
}
.page-free-trial .small-italic,
.page-id-37853 .small-italic {
  font-weight: bold;
  font-size: 13px !important;
  font-style: italic;
  margin-top: 15px;
}
.page-free-trial .btn.btn-primary,
.page-id-37853 .btn.btn-primary {
  font-weight: 500;
  font-size: 20px;
  padding: 11px 5%;
}
.page-free-trial #primary,
.page-id-37853 #primary,
.page-free-trial article.page,
.page-id-37853 article.page {
  background: #fff;
}
.page-free-trial #social-links,
.page-id-37853 #social-links {
  top: 160px;
}
.page-free-trial .title-wrapper,
.page-id-37853 .title-wrapper {
  position: relative;
  margin-bottom: 35px;
}
.page-free-trial .title-wrapper h1,
.page-id-37853 .title-wrapper h1 {
  margin-bottom: 10px;
}
.page-free-trial .title-wrapper p,
.page-id-37853 .title-wrapper p {
  max-width: 100%;
  position: relative;
}
.page-free-trial .entry-content,
.page-id-37853 .entry-content {
  margin: 50px auto 0px auto;
}
.page-free-trial .flex,
.page-id-37853 .flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page-free-trial .flex .item,
.page-id-37853 .flex .item {
  width: 48%;
  margin-top: 50px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.page-free-trial .flex .item .item-text,
.page-id-37853 .flex .item .item-text {
  margin: 0px;
}
.page-free-trial .flex .item img,
.page-id-37853 .flex .item img {
  width: 450px;
}
.page-free-trial section,
.page-id-37853 section {
  margin: 50px auto;
  max-width: 1000px;
}
.page-free-trial section#intro,
.page-id-37853 section#intro {
  margin: 35px auto;
}
.page-free-trial #intro img,
.page-id-37853 #intro img {
  margin-bottom: 35px;
}
.page-free-trial .easy-info,
.page-id-37853 .easy-info {
  padding: 40px 20px 50px 20px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  margin: 50px auto 0px auto;
}
.page-free-trial .easy-info .columns-wrapper,
.page-id-37853 .easy-info .columns-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1050px;
  margin: 0px auto;
}
.page-free-trial .easy-info .columns-wrapper .column,
.page-id-37853 .easy-info .columns-wrapper .column {
  display: flex;
  width: 31%;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.page-free-trial .easy-info .columns-wrapper .column p,
.page-id-37853 .easy-info .columns-wrapper .column p {
  padding: 0px;
  margin: 0 auto;
}
.page-free-trial .easy-info .columns-wrapper .column img,
.page-id-37853 .easy-info .columns-wrapper .column img {
  width: 250px;
  height: auto;
  margin: 0px auto !important;
}
.page-free-trial #benefit-grid h2,
.page-id-37853 #benefit-grid h2 {
  margin-bottom: 0px;
}
.page-free-trial #details,
.page-id-37853 #details {
  flex-flow: column nowrap;
}
.page-free-trial #details .item-title,
.page-id-37853 #details .item-title {
  margin-bottom: 15px;
  text-align: left;
  max-width: 100%;
}
.page-free-trial #details ul,
.page-id-37853 #details ul {
  margin: 0px;
}
.page-free-trial #details ul > li,
.page-id-37853 #details ul > li {
  position: relative;
  margin: 5px auto;
  font-family: "futura-pt", 'futura', sans-serif;
}
.page-free-trial #help,
.page-id-37853 #help {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #432a0d;
  border-bottom: 1px solid #432a0d;
  padding: 35px 0px;
}
.page-free-trial #help img,
.page-id-37853 #help img {
  width: 50%;
}
.page-free-trial #help .text-content,
.page-id-37853 #help .text-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  width: 48%;
}
.page-free-trial #help a,
.page-id-37853 #help a {
  font-size: 22px;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: bold;
}
.page-free-trial #help .phone,
.page-id-37853 #help .phone {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 20px;
  margin: -15px 0px 0px 0px;
}
.page-free-trial #help .phone a,
.page-id-37853 #help .phone a {
  font-weight: normal;
}
.page-learn-to-homebrew-day,
.page-national-homebrew-day.page-template-tmpl_aha-events {
  /*#video-wrapper {
			display: flex;
			justify-content: center;
			align-items: center;

			#image-wrapper {
				justify-content: center;
			}
		}*/
  /*.btn-primary {
			i { float: none; margin: 0px;}
		}

		.dropdown-toggle {
			background: @brand-green;
			height: 47px;
		}

		.navbar-form {
			flex-basis: 55%;
			margin: 0px;

			.form-group {
				display: flex;
				align-items: center;
				justify-content: center;
			}

			input {
				height: 47px;
				width: 100%;
			}

			.btn-search {
				background: @brand-orange;
				height: 47px;
				width: 47px;
				min-width: 0px;
			}
		}

		#find-event {
			.btn-primary {
				flex-basis: 40%;
				justify-content: center;
				align-items: center;
				margin: 0px;
				display: flex;
			}
		}*/
}
.page-learn-to-homebrew-day #content,
.page-national-homebrew-day.page-template-tmpl_aha-events #content {
  background: #fff;
}
.page-learn-to-homebrew-day .entry-content,
.page-national-homebrew-day.page-template-tmpl_aha-events .entry-content,
.page-learn-to-homebrew-day #content,
.page-national-homebrew-day.page-template-tmpl_aha-events #content {
  width: 100%;
  max-width: 100%;
}
.page-learn-to-homebrew-day section,
.page-national-homebrew-day.page-template-tmpl_aha-events section {
  width: 1400px;
  max-width: 100%;
  margin: 30px auto;
  padding: 0px;
  text-align: center;
  /*h2*/
}
.page-learn-to-homebrew-day section .section-title,
.page-national-homebrew-day.page-template-tmpl_aha-events section .section-title {
  font-family: "freight-micro-pro", serif;
  font-size: 50px;
  padding: 0px 25px;
}
@media only screen and (max-width: 850px) {
  .page-learn-to-homebrew-day section .section-title,
  .page-national-homebrew-day.page-template-tmpl_aha-events section .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .page-learn-to-homebrew-day section .section-title,
  .page-national-homebrew-day.page-template-tmpl_aha-events section .section-title {
    font-size: 35px;
  }
}
.page-learn-to-homebrew-day section .intro-text,
.page-national-homebrew-day.page-template-tmpl_aha-events section .intro-text {
  font-size: 24px;
  padding: 0px 25px;
}
@media only screen and (max-width: 850px) {
  .page-learn-to-homebrew-day section .intro-text,
  .page-national-homebrew-day.page-template-tmpl_aha-events section .intro-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .page-learn-to-homebrew-day section .intro-text,
  .page-national-homebrew-day.page-template-tmpl_aha-events section .intro-text {
    font-size: 18px;
  }
}
.page-learn-to-homebrew-day section .entry-summary,
.page-national-homebrew-day.page-template-tmpl_aha-events section .entry-summary {
  width: 100%;
}
@media only screen and (max-width: 850px) {
  .page-learn-to-homebrew-day section .entry-summary,
  .page-national-homebrew-day.page-template-tmpl_aha-events section .entry-summary {
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 850px) {
  .page-learn-to-homebrew-day section,
  .page-national-homebrew-day.page-template-tmpl_aha-events section {
    margin: 15px auto;
  }
}
.page-learn-to-homebrew-day section .navbar,
.page-national-homebrew-day.page-template-tmpl_aha-events section .navbar {
  padding: 0px 12.5px;
}
.page-learn-to-homebrew-day .flex,
.page-national-homebrew-day.page-template-tmpl_aha-events .flex {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
  /*
			.navbar {
				margin: 0px;
				height: 47px;
				.navbar-nav > li > a {
					padding-top: 15px;
				}
			}*/
}
.page-learn-to-homebrew-day #video-watermark,
.page-national-homebrew-day.page-template-tmpl_aha-events #video-watermark {
  max-height: 65%;
  width: auto !important;
  margin: 0 auto !important;
}
.page-learn-to-homebrew-day section#intro,
.page-national-homebrew-day.page-template-tmpl_aha-events section#intro {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 1000px;
  max-width: 100%;
}
@media only screen and (max-width: 850px) {
  .page-learn-to-homebrew-day section#intro,
  .page-national-homebrew-day.page-template-tmpl_aha-events section#intro {
    margin-top: 0px;
    padding-bottom: 15px;
  }
}
.page-learn-to-homebrew-day section#find-event,
.page-national-homebrew-day.page-template-tmpl_aha-events section#find-event {
  margin-top: 0px;
}
.page-learn-to-homebrew-day section#find-event nav,
.page-national-homebrew-day.page-template-tmpl_aha-events section#find-event nav {
  max-width: 900px;
  margin: 20px auto 15px auto;
}
.page-learn-to-homebrew-day #map_canvas,
.page-national-homebrew-day.page-template-tmpl_aha-events #map_canvas {
  height: 65vh;
  width: 100%;
  margin-top: 30px;
}
.page-learn-to-homebrew-day #events-list,
.page-national-homebrew-day.page-template-tmpl_aha-events #events-list {
  display: none;
  flex-flow: row wrap;
  max-width: 1000px;
  width: 95%;
  justify-content: space-between;
  margin: 50px auto 0px auto;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-learn-to-homebrew-day #events-list h2,
.page-national-homebrew-day.page-template-tmpl_aha-events #events-list h2 {
  width: 100%;
  text-align: center;
}
.page-learn-to-homebrew-day #events-list .event,
.page-national-homebrew-day.page-template-tmpl_aha-events #events-list .event {
  flex-basis: 45%;
  margin-bottom: 30px;
}
.page-learn-to-homebrew-day #events-list .event p,
.page-national-homebrew-day.page-template-tmpl_aha-events #events-list .event p {
  text-align: left;
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 20px;
  margin: 0px auto;
}
.page-learn-to-homebrew-day #events-list .event p.event-name,
.page-national-homebrew-day.page-template-tmpl_aha-events #events-list .event p.event-name {
  font-weight: 500;
}
.page-learn-to-homebrew-day #events-list .event p a,
.page-national-homebrew-day.page-template-tmpl_aha-events #events-list .event p a {
  font-size: 16px;
  font-weight: 500;
}
.page-learn-to-homebrew-day .bubble_content,
.page-national-homebrew-day.page-template-tmpl_aha-events .bubble_content {
  max-width: 250px;
}
.page-learn-to-homebrew-day .bubble_content h2,
.page-national-homebrew-day.page-template-tmpl_aha-events .bubble_content h2 {
  font-size: 18px;
  font-family: "futura-pt", 'futura', sans-serif;
  line-height: 1.3;
}
.page-learn-to-homebrew-day .bubble_content a,
.page-national-homebrew-day.page-template-tmpl_aha-events .bubble_content a {
  font-weight: 600;
  font-family: "futura-pt", 'futura', sans-serif;
}
.page-learn-to-homebrew-day .resources-grid,
.page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 30px;
}
.page-learn-to-homebrew-day .resources-grid .text-content,
.page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .text-content {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  padding: 15px 40px 15px 15px;
  flex-basis: 50%;
}
@media only screen and (max-width: 1100px) {
  .page-learn-to-homebrew-day .resources-grid .text-content,
  .page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .text-content {
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 850px) {
  .page-learn-to-homebrew-day .resources-grid .text-content,
  .page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .text-content {
    flex-basis: 100%;
    padding-left: 150px;
  }
}
@media only screen and (max-width: 400px) {
  .page-learn-to-homebrew-day .resources-grid .text-content,
  .page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .text-content {
    flex-basis: 100%;
    padding-left: 0px;
  }
}
.page-learn-to-homebrew-day .resources-grid .text-content .inner-content,
.page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .text-content .inner-content {
  position: relative;
  text-align: left;
  max-width: 440px;
}
@media only screen and (max-width: 850px) {
  .page-learn-to-homebrew-day .resources-grid .text-content .inner-content,
  .page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .text-content .inner-content {
    max-width: 100%;
    padding-left: 25px;
  }
}
.page-learn-to-homebrew-day .resources-grid .text-content p,
.page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .text-content p {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 16px;
}
.page-learn-to-homebrew-day .resources-grid .text-content .nugget-icon,
.page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .text-content .nugget-icon {
  position: absolute;
  left: -100px;
  top: 15px;
  height: auto;
  width: 75px;
}
@media only screen and (max-width: 850px) {
  .page-learn-to-homebrew-day .resources-grid .text-content .nugget-icon,
  .page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .text-content .nugget-icon {
    width: 100px;
    height: auto;
  }
}
@media only screen and (max-width: 400px) {
  .page-learn-to-homebrew-day .resources-grid .text-content .nugget-icon,
  .page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .text-content .nugget-icon {
    display: none;
  }
}
.page-learn-to-homebrew-day .resources-grid .text-content .nugget-title,
.page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .text-content .nugget-title {
  font-size: 28px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.1;
}
.page-learn-to-homebrew-day .resources-grid .text-content .nugget-category,
.page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .text-content .nugget-category {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 20px;
  color: #555;
  margin-top: 0px;
}
.page-learn-to-homebrew-day .resources-grid .text-content .read-more,
.page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .text-content .read-more {
  font-size: 16px;
  font-weight: 600;
  font-family: "futura-pt", 'futura', sans-serif;
}
.page-learn-to-homebrew-day .resources-grid .nugget-image,
.page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .nugget-image {
  height: 100%;
  flex-basis: 50%;
}
.page-learn-to-homebrew-day .resources-grid .nugget-image img,
.page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .nugget-image img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1100px) {
  .page-learn-to-homebrew-day .resources-grid .nugget-image,
  .page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .nugget-image {
    flex-basis: 40%;
  }
}
@media only screen and (max-width: 850px) {
  .page-learn-to-homebrew-day .resources-grid .nugget-image,
  .page-national-homebrew-day.page-template-tmpl_aha-events .resources-grid .nugget-image {
    display: none;
  }
}
.page-learn-to-homebrew-day .flex-row,
.page-national-homebrew-day.page-template-tmpl_aha-events .flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  margin-bottom: 5px;
}
.page-learn-to-homebrew-day .photo-row,
.page-national-homebrew-day.page-template-tmpl_aha-events .photo-row {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.page-learn-to-homebrew-day .photo-row div,
.page-national-homebrew-day.page-template-tmpl_aha-events .photo-row div {
  margin-right: 5px;
}
.page-learn-to-homebrew-day .photo-row img,
.page-national-homebrew-day.page-template-tmpl_aha-events .photo-row img {
  width: 100%;
}
.page-learn-to-homebrew-day #questions,
.page-national-homebrew-day.page-template-tmpl_aha-events #questions {
  margin-bottom: 100px;
}
.page-learn-to-homebrew-day #questions .flex-row,
.page-national-homebrew-day.page-template-tmpl_aha-events #questions .flex-row {
  background: #fff;
  padding: 0px 25px;
}
.page-learn-to-homebrew-day #questions .flex-row .text-content,
.page-national-homebrew-day.page-template-tmpl_aha-events #questions .flex-row .text-content,
.page-learn-to-homebrew-day #questions .flex-row h2,
.page-national-homebrew-day.page-template-tmpl_aha-events #questions .flex-row h2 {
  text-align: left;
}
.page-learn-to-homebrew-day #questions .flex-row .text-content,
.page-national-homebrew-day.page-template-tmpl_aha-events #questions .flex-row .text-content {
  margin-left: 65px;
  flex-basis: unset;
}
@media only screen and (max-width: 850px) {
  .page-learn-to-homebrew-day #questions .flex-row .text-content,
  .page-national-homebrew-day.page-template-tmpl_aha-events #questions .flex-row .text-content {
    margin: 0 auto;
  }
}
.page-learn-to-homebrew-day #questions .flex-row .text-content p,
.page-national-homebrew-day.page-template-tmpl_aha-events #questions .flex-row .text-content p,
.page-learn-to-homebrew-day #questions .flex-row .text-content a,
.page-national-homebrew-day.page-template-tmpl_aha-events #questions .flex-row .text-content a {
  font-weight: 400;
  margin: 0px;
}
.page-learn-to-homebrew-day #questions .flex-row .text-content a,
.page-national-homebrew-day.page-template-tmpl_aha-events #questions .flex-row .text-content a {
  font-size: 24px;
  font-family: "futura-pt", 'futura', sans-serif;
}
.page-learn-to-homebrew-day #questions .flex-row .text-content .section-title,
.page-national-homebrew-day.page-template-tmpl_aha-events #questions .flex-row .text-content .section-title {
  margin-bottom: 30px;
}
.page-learn-to-homebrew-day #questions .flex-row img,
.page-national-homebrew-day.page-template-tmpl_aha-events #questions .flex-row img {
  width: 257px;
  height: 257px;
  margin: 0px -15px 0px 15px;
  border-radius: 100%;
}
@media only screen and (max-width: 580px) {
  .page-learn-to-homebrew-day #questions .flex-row img,
  .page-national-homebrew-day.page-template-tmpl_aha-events #questions .flex-row img {
    display: none;
  }
}
.page-national-homebrew-day.page-template-tmpl_aha-events .featured-image {
  background: #66cdf1;
}
.page-national-homebrew-day.page-template-tmpl_aha-events .featured-image img {
  width: 100%;
  max-width: 1089px;
  height: auto;
}
.page-lthd-registration #content,
.page-big-brew-registration #content,
.page-template-tmpl_view-event #content {
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
}
.page-lthd-registration #primary,
.page-big-brew-registration #primary,
.page-template-tmpl_view-event #primary {
  width: 100%;
  max-width: 1050px;
  float: none;
  margin: 0px auto;
  padding: 50px 12.5px 0px;
  left: auto;
  right: auto;
}
.page-lthd-registration aside,
.page-big-brew-registration aside,
.page-template-tmpl_view-event aside {
  display: none;
}
.page-lthd-registration article.page,
.page-big-brew-registration article.page,
.page-template-tmpl_view-event article.page,
.page-lthd-registration .page-header,
.page-big-brew-registration .page-header,
.page-template-tmpl_view-event .page-header {
  margin: 0px;
  padding: 0px;
}
.page-lthd-registration article.page .post-categories,
.page-big-brew-registration article.page .post-categories,
.page-template-tmpl_view-event article.page .post-categories,
.page-lthd-registration .page-header .post-categories,
.page-big-brew-registration .page-header .post-categories,
.page-template-tmpl_view-event .page-header .post-categories,
.page-lthd-registration article.page #comments,
.page-big-brew-registration article.page #comments,
.page-template-tmpl_view-event article.page #comments,
.page-lthd-registration .page-header #comments,
.page-big-brew-registration .page-header #comments,
.page-template-tmpl_view-event .page-header #comments {
  display: none;
}
.page-lthd-registration section,
.page-big-brew-registration section,
.page-template-tmpl_view-event section {
  width: 100%;
}
.page-lthd-registration article .entry-title,
.page-big-brew-registration article .entry-title,
.page-template-tmpl_view-event article .entry-title {
  font-size: 40px;
}
.page-lthd-registration legend,
.page-big-brew-registration legend,
.page-template-tmpl_view-event legend {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 28px;
  font-weight: 600;
  border: none;
}
.page-lthd-registration .stacked-fields .form-group + .form-group,
.page-big-brew-registration .stacked-fields .form-group + .form-group,
.page-template-tmpl_view-event .stacked-fields .form-group + .form-group {
  margin-top: 12.5px;
}
.page-lthd-registration .event-join-prompt,
.page-big-brew-registration .event-join-prompt,
.page-template-tmpl_view-event .event-join-prompt {
  text-align: right;
}
@media only screen and (max-width: 850px) {
  .page-lthd-registration .event-join-prompt,
  .page-big-brew-registration .event-join-prompt,
  .page-template-tmpl_view-event .event-join-prompt {
    text-align: center;
  }
}
.page-lthd-registration #aha-event .entry-title,
.page-big-brew-registration #aha-event .entry-title,
.page-template-tmpl_view-event #aha-event .entry-title {
  font-size: 28px;
  display: inline-block;
  width: calc(100% - 425px);
}
.page-lthd-registration #aha-event .entry-title + .info-box,
.page-big-brew-registration #aha-event .entry-title + .info-box,
.page-template-tmpl_view-event #aha-event .entry-title + .info-box {
  width: 400px;
  margin-top: 25px;
}
.page-lthd-registration #aha-event .map,
.page-big-brew-registration #aha-event .map,
.page-template-tmpl_view-event #aha-event .map {
  margin: 12.5px 0px;
}
.page-lthd-registration #aha-event .map img,
.page-big-brew-registration #aha-event .map img,
.page-template-tmpl_view-event #aha-event .map img {
  width: 100%;
  height: auto;
}
/*
*
* Responsive Styles
*
*/
@media screen and (max-width: 1110px) {
  .page-template-tmpl_microsite_alt #full-banner.anniversary #callout {
    width: 50%;
    flex-basis: 50%;
  }
  .page-template-tmpl_microsite_alt #full-banner.anniversary #callout h1 {
    font-size: 65px;
  }
  .page-template-tmpl_microsite_alt #full-banner.anniversary #callout .anniversary-logo {
    max-width: 250px;
  }
  .page-template-tmpl_microsite_alt #full-banner.anniversary #callout .intro-text {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .page-template-tmpl_microsite .toggle-menu,
  .page-template-tmpl_microsite_alt .toggle-menu,
  #zymurgy-trial .toggle-menu,
  .page-template-tmpl_custom-recipes .toggle-menu,
  .page-template-tmpl_aha-events .toggle-menu,
  .page-template-tmpl_microsite.sticky-header #branding,
  .page-template-tmpl_microsite_alt.sticky-header #branding,
  #zymurgy-trial.sticky-header #branding,
  .page-template-tmpl_custom-recipes.sticky-header #branding,
  .page-template-tmpl_aha-events.sticky-header #branding {
    display: none !important;
  }
  .page-template-tmpl_microsite header#branding #menu-supp,
  .page-template-tmpl_microsite_alt header#branding #menu-supp,
  #zymurgy-trial header#branding #menu-supp,
  .page-template-tmpl_custom-recipes header#branding #menu-supp,
  .page-template-tmpl_aha-events header#branding #menu-supp {
    top: 130px;
  }
  .page-template-tmpl_microsite #content,
  .page-template-tmpl_microsite_alt #content,
  #zymurgy-trial #content,
  .page-template-tmpl_custom-recipes #content,
  .page-template-tmpl_aha-events #content {
    margin: 0px;
    padding: 0px 0px auto 0px;
  }
  .page-template-tmpl_microsite footer,
  .page-template-tmpl_microsite_alt footer,
  #zymurgy-trial footer,
  .page-template-tmpl_custom-recipes footer,
  .page-template-tmpl_aha-events footer {
    display: none;
  }
  .page-template-tmpl_microsite #price-grid,
  .page-template-tmpl_microsite_alt #price-grid,
  #zymurgy-trial #price-grid,
  .page-template-tmpl_custom-recipes #price-grid,
  .page-template-tmpl_aha-events #price-grid {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .page-template-tmpl_microsite .price-options,
  .page-template-tmpl_microsite_alt .price-options,
  #zymurgy-trial .price-options,
  .page-template-tmpl_custom-recipes .price-options,
  .page-template-tmpl_aha-events .price-options {
    width: 46%;
    margin: 0px 2% 8%;
    max-width: 258px;
  }
  .page-template-tmpl_microsite .best-deal,
  .page-template-tmpl_microsite_alt .best-deal,
  #zymurgy-trial .best-deal,
  .page-template-tmpl_custom-recipes .best-deal,
  .page-template-tmpl_aha-events .best-deal {
    background-color: #f2bc2e;
  }
  .page-template-tmpl_microsite .disclaimer,
  .page-template-tmpl_microsite_alt .disclaimer,
  #zymurgy-trial .disclaimer,
  .page-template-tmpl_custom-recipes .disclaimer,
  .page-template-tmpl_aha-events .disclaimer {
    width: 100%;
    text-align: left;
    margin: 0px;
  }
  .page-template-tmpl_microsite .banner,
  .page-template-tmpl_microsite_alt .banner,
  #zymurgy-trial .banner,
  .page-template-tmpl_custom-recipes .banner,
  .page-template-tmpl_aha-events .banner {
    top: auto;
    bottom: -52px;
  }
  .page-template-tmpl_custom-recipes .toggle-menu,
  .page-template-tmpl_aha-events .toggle-menu {
    display: inline-block !important;
    top: 110px;
  }
  .page-template-tmpl_custom-recipes article.default #image-wrapper #video-watermark,
  .page-template-tmpl_aha-events article.default #image-wrapper #video-watermark {
    width: 40%;
    margin: 50px auto 0px auto;
  }
  .page-free-trial section,
  .page-id-37853 section {
    max-width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_microsite #zymurgy-trial-form,
  .page-template-tmpl_microsite_alt #zymurgy-trial-form,
  #zymurgy-trial #zymurgy-trial-form,
  .page-template-tmpl_custom-recipes #zymurgy-trial-form,
  .page-template-tmpl_aha-events #zymurgy-trial-form {
    background-size: 70%;
    min-height: 525px;
  }
  .page-template-tmpl_microsite #zymurgy-trial-form #zymurgy-form.error,
  .page-template-tmpl_microsite_alt #zymurgy-trial-form #zymurgy-form.error,
  #zymurgy-trial #zymurgy-trial-form #zymurgy-form.error,
  .page-template-tmpl_custom-recipes #zymurgy-trial-form #zymurgy-form.error,
  .page-template-tmpl_aha-events #zymurgy-trial-form #zymurgy-form.error {
    padding-bottom: 125px;
  }
  .page-template-tmpl_microsite #zymurgy-trial-form .form-container,
  .page-template-tmpl_microsite_alt #zymurgy-trial-form .form-container,
  #zymurgy-trial #zymurgy-trial-form .form-container,
  .page-template-tmpl_custom-recipes #zymurgy-trial-form .form-container,
  .page-template-tmpl_aha-events #zymurgy-trial-form .form-container {
    width: 50%;
  }
  .page-template-tmpl_microsite #zymurgy-trial-form small,
  .page-template-tmpl_microsite_alt #zymurgy-trial-form small,
  #zymurgy-trial #zymurgy-trial-form small,
  .page-template-tmpl_custom-recipes #zymurgy-trial-form small,
  .page-template-tmpl_aha-events #zymurgy-trial-form small {
    width: 90%;
  }
  .page-template-tmpl_microsite #price-grid,
  .page-template-tmpl_microsite_alt #price-grid,
  #zymurgy-trial #price-grid,
  .page-template-tmpl_custom-recipes #price-grid,
  .page-template-tmpl_aha-events #price-grid {
    flex-wrap: wrap;
  }
  .page-template-tmpl_microsite .price-options,
  .page-template-tmpl_microsite_alt .price-options,
  #zymurgy-trial .price-options,
  .page-template-tmpl_custom-recipes .price-options,
  .page-template-tmpl_aha-events .price-options {
    width: 46%;
    margin: 0px 2% 8%;
    max-width: 358px;
  }
  .page-template-tmpl_microsite .price-options:last-of-type,
  .page-template-tmpl_microsite_alt .price-options:last-of-type,
  #zymurgy-trial .price-options:last-of-type,
  .page-template-tmpl_custom-recipes .price-options:last-of-type,
  .page-template-tmpl_aha-events .price-options:last-of-type {
    margin-bottom: 20px;
  }
  .page-free-trial .page-title,
  .page-id-37853 .page-title {
    font-size: 45px;
  }
  .page-free-trial .entry-content,
  .page-id-37853 .entry-content {
    margin-top: 70px;
  }
  .page-free-trial section,
  .page-id-37853 section {
    padding: 0px 20px;
  }
  .page-free-trial #social-links,
  .page-id-37853 #social-links {
    position: absolute;
    top: 150px;
  }
  .page-free-trial #details .text-content,
  .page-id-37853 #details .text-content {
    padding: 10px 20px 20px 20px;
  }
  #full-banner.anniversary #callout {
    width: 50%;
    flex-basis: 50%;
  }
  #full-banner.anniversary #callout h1 {
    font-size: 60px !important;
  }
  #full-banner.anniversary #callout .anniversary-logo {
    max-width: 250px;
  }
  #full-banner.anniversary #callout .intro-text {
    font-size: 22px;
  }
  .page-join-or-renew #full-banner.join-or-renew {
    height: 450px;
  }
  .page-join-or-renew div.primary-content {
    padding-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-tmpl_microsite #wrapper,
  .page-template-tmpl_microsite_alt #wrapper,
  #zymurgy-trial #wrapper,
  .page-template-tmpl_custom-recipes #wrapper,
  .page-template-tmpl_aha-events #wrapper {
    background: none;
  }
  .page-template-tmpl_microsite.sticky-header #branding,
  .page-template-tmpl_microsite_alt.sticky-header #branding,
  #zymurgy-trial.sticky-header #branding,
  .page-template-tmpl_custom-recipes.sticky-header #branding,
  .page-template-tmpl_aha-events.sticky-header #branding,
  .page-template-tmpl_microsite #branding,
  .page-template-tmpl_microsite_alt #branding,
  #zymurgy-trial #branding,
  .page-template-tmpl_custom-recipes #branding,
  .page-template-tmpl_aha-events #branding {
    position: relative;
    background-color: transparent;
    height: auto;
    box-shadow: none;
    width: 100%;
    height: 36px;
  }
  .page-template-tmpl_microsite.sticky-header #branding .branding,
  .page-template-tmpl_microsite_alt.sticky-header #branding .branding,
  #zymurgy-trial.sticky-header #branding .branding,
  .page-template-tmpl_custom-recipes.sticky-header #branding .branding,
  .page-template-tmpl_aha-events.sticky-header #branding .branding,
  .page-template-tmpl_microsite #branding .branding,
  .page-template-tmpl_microsite_alt #branding .branding,
  #zymurgy-trial #branding .branding,
  .page-template-tmpl_custom-recipes #branding .branding,
  .page-template-tmpl_aha-events #branding .branding {
    width: 100%;
    padding: 20px;
  }
  .page-template-tmpl_microsite.sticky-header #branding h1#site-title,
  .page-template-tmpl_microsite_alt.sticky-header #branding h1#site-title,
  #zymurgy-trial.sticky-header #branding h1#site-title,
  .page-template-tmpl_custom-recipes.sticky-header #branding h1#site-title,
  .page-template-tmpl_aha-events.sticky-header #branding h1#site-title,
  .page-template-tmpl_microsite #branding h1#site-title,
  .page-template-tmpl_microsite_alt #branding h1#site-title,
  #zymurgy-trial #branding h1#site-title,
  .page-template-tmpl_custom-recipes #branding h1#site-title,
  .page-template-tmpl_aha-events #branding h1#site-title {
    top: -11px !important;
  }
  .page-template-tmpl_microsite.sticky-header #branding h1#site-title a,
  .page-template-tmpl_microsite_alt.sticky-header #branding h1#site-title a,
  #zymurgy-trial.sticky-header #branding h1#site-title a,
  .page-template-tmpl_custom-recipes.sticky-header #branding h1#site-title a,
  .page-template-tmpl_aha-events.sticky-header #branding h1#site-title a,
  .page-template-tmpl_microsite #branding h1#site-title a,
  .page-template-tmpl_microsite_alt #branding h1#site-title a,
  #zymurgy-trial #branding h1#site-title a,
  .page-template-tmpl_custom-recipes #branding h1#site-title a,
  .page-template-tmpl_aha-events #branding h1#site-title a {
    background-size: 90%;
    height: 126px;
    width: 764px;
  }
  .page-template-tmpl_microsite #primary #social-links,
  .page-template-tmpl_microsite_alt #primary #social-links,
  #zymurgy-trial #primary #social-links,
  .page-template-tmpl_custom-recipes #primary #social-links,
  .page-template-tmpl_aha-events #primary #social-links {
    position: absolute;
    top: -2px;
  }
  .page-template-tmpl_custom-recipes header#branding #menu-supp,
  .page-template-tmpl_aha-events header#branding #menu-supp {
    top: 0px;
  }
  .page-template-tmpl_custom-recipes header#branding .toggle-menu,
  .page-template-tmpl_aha-events header#branding .toggle-menu {
    left: auto;
    right: 0px;
  }
  .page-template-tmpl_custom-recipes #image-wrapper #video-watermark,
  .page-template-tmpl_aha-events #image-wrapper #video-watermark {
    width: 40%;
    margin: 50px auto 0px auto;
  }
  .page-how-to-brew-john-palmer #htb-content {
    display: block;
  }
  .page-how-to-brew-john-palmer #htb-content .description,
  .page-how-to-brew-john-palmer #htb-content .purchase-info {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .page-template-tmpl_microsite .mobile-ads,
  .page-template-tmpl_microsite_alt .mobile-ads,
  #zymurgy-trial .mobile-ads,
  .page-template-tmpl_custom-recipes .mobile-ads,
  .page-template-tmpl_aha-events .mobile-ads {
    display: none;
  }
  .page-template-tmpl_microsite #wrapper,
  .page-template-tmpl_microsite_alt #wrapper,
  #zymurgy-trial #wrapper,
  .page-template-tmpl_custom-recipes #wrapper,
  .page-template-tmpl_aha-events #wrapper {
    padding-top: 0px;
  }
  .page-template-tmpl_microsite #faux-header img,
  .page-template-tmpl_microsite_alt #faux-header img,
  #zymurgy-trial #faux-header img,
  .page-template-tmpl_custom-recipes #faux-header img,
  .page-template-tmpl_aha-events #faux-header img {
    padding: 10px;
  }
  .page-template-tmpl_microsite .mailing-schedule,
  .page-template-tmpl_microsite_alt .mailing-schedule,
  #zymurgy-trial .mailing-schedule,
  .page-template-tmpl_custom-recipes .mailing-schedule,
  .page-template-tmpl_aha-events .mailing-schedule {
    margin-top: 12.5px;
    width: 100%;
    float: none;
    clear: both;
  }
  .page-template-tmpl_microsite #zymurgy-trial-form,
  .page-template-tmpl_microsite_alt #zymurgy-trial-form,
  #zymurgy-trial #zymurgy-trial-form,
  .page-template-tmpl_custom-recipes #zymurgy-trial-form,
  .page-template-tmpl_aha-events #zymurgy-trial-form {
    width: 100%;
    background-image: none;
  }
  .page-template-tmpl_microsite #zymurgy-trial-form .form-container,
  .page-template-tmpl_microsite_alt #zymurgy-trial-form .form-container,
  #zymurgy-trial #zymurgy-trial-form .form-container,
  .page-template-tmpl_custom-recipes #zymurgy-trial-form .form-container,
  .page-template-tmpl_aha-events #zymurgy-trial-form .form-container {
    width: 95%;
    float: none;
    margin: 0 auto;
  }
  .page-template-tmpl_microsite #full-banner.join-or-renew,
  .page-template-tmpl_microsite_alt #full-banner.join-or-renew,
  #zymurgy-trial #full-banner.join-or-renew,
  .page-template-tmpl_custom-recipes #full-banner.join-or-renew,
  .page-template-tmpl_aha-events #full-banner.join-or-renew {
    height: 113px;
    background-image: none;
  }
  .page-template-tmpl_microsite #full-banner.join-or-renew #callout,
  .page-template-tmpl_microsite_alt #full-banner.join-or-renew #callout,
  #zymurgy-trial #full-banner.join-or-renew #callout,
  .page-template-tmpl_custom-recipes #full-banner.join-or-renew #callout,
  .page-template-tmpl_aha-events #full-banner.join-or-renew #callout {
    display: none;
  }
  .page-template-tmpl_microsite #full-banner.anniversary #callout,
  .page-template-tmpl_microsite_alt #full-banner.anniversary #callout,
  #zymurgy-trial #full-banner.anniversary #callout,
  .page-template-tmpl_custom-recipes #full-banner.anniversary #callout,
  .page-template-tmpl_aha-events #full-banner.anniversary #callout {
    width: 100%;
    flex-basis: 100%;
    background: rgba(153, 187, 40, 0.8);
    justify-content: space-around;
    justify-content: space-evenly;
  }
  .page-template-tmpl_microsite #full-banner.anniversary #callout .anniversary-logo,
  .page-template-tmpl_microsite_alt #full-banner.anniversary #callout .anniversary-logo,
  #zymurgy-trial #full-banner.anniversary #callout .anniversary-logo,
  .page-template-tmpl_custom-recipes #full-banner.anniversary #callout .anniversary-logo,
  .page-template-tmpl_aha-events #full-banner.anniversary #callout .anniversary-logo {
    margin-top: 0px;
  }
  .page-template-tmpl_microsite #full-banner.anniversary .banner-background,
  .page-template-tmpl_microsite_alt #full-banner.anniversary .banner-background,
  #zymurgy-trial #full-banner.anniversary .banner-background,
  .page-template-tmpl_custom-recipes #full-banner.anniversary .banner-background,
  .page-template-tmpl_aha-events #full-banner.anniversary .banner-background {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-tmpl_microsite #full-banner.sale #callout,
  .page-template-tmpl_microsite_alt #full-banner.sale #callout,
  #zymurgy-trial #full-banner.sale #callout,
  .page-template-tmpl_custom-recipes #full-banner.sale #callout,
  .page-template-tmpl_aha-events #full-banner.sale #callout {
    height: 490px;
  }
  .page-template-tmpl_microsite #full-banner.sale h1,
  .page-template-tmpl_microsite_alt #full-banner.sale h1,
  #zymurgy-trial #full-banner.sale h1,
  .page-template-tmpl_custom-recipes #full-banner.sale h1,
  .page-template-tmpl_aha-events #full-banner.sale h1,
  .page-template-tmpl_microsite #full-banner.sale .countdown,
  .page-template-tmpl_microsite_alt #full-banner.sale .countdown,
  #zymurgy-trial #full-banner.sale .countdown,
  .page-template-tmpl_custom-recipes #full-banner.sale .countdown,
  .page-template-tmpl_aha-events #full-banner.sale .countdown {
    margin: 0px !important;
  }
  .page-template-tmpl_microsite .primary-content,
  .page-template-tmpl_microsite_alt .primary-content,
  #zymurgy-trial .primary-content,
  .page-template-tmpl_custom-recipes .primary-content,
  .page-template-tmpl_aha-events .primary-content {
    margin-top: -113px;
  }
  .page-template-tmpl_microsite #benefits-grid,
  .page-template-tmpl_microsite_alt #benefits-grid,
  #zymurgy-trial #benefits-grid,
  .page-template-tmpl_custom-recipes #benefits-grid,
  .page-template-tmpl_aha-events #benefits-grid {
    flex-wrap: wrap;
  }
  .page-template-tmpl_microsite .benefit,
  .page-template-tmpl_microsite_alt .benefit,
  #zymurgy-trial .benefit,
  .page-template-tmpl_custom-recipes .benefit,
  .page-template-tmpl_aha-events .benefit {
    flex-basis: 46%;
    margin: 0px 2% 8%;
    max-width: 258px;
  }
  .page-template-tmpl_microsite .benefit.third,
  .page-template-tmpl_microsite_alt .benefit.third,
  #zymurgy-trial .benefit.third,
  .page-template-tmpl_custom-recipes .benefit.third,
  .page-template-tmpl_aha-events .benefit.third {
    flex-basis: 46%;
  }
  .page-template-tmpl_microsite .image-text-wrapper,
  .page-template-tmpl_microsite_alt .image-text-wrapper,
  #zymurgy-trial .image-text-wrapper,
  .page-template-tmpl_custom-recipes .image-text-wrapper,
  .page-template-tmpl_aha-events .image-text-wrapper {
    padding: 0px 10px;
    align-items: flex-end;
  }
  .page-template-tmpl_microsite .image-text-wrapper h4,
  .page-template-tmpl_microsite_alt .image-text-wrapper h4,
  #zymurgy-trial .image-text-wrapper h4,
  .page-template-tmpl_custom-recipes .image-text-wrapper h4,
  .page-template-tmpl_aha-events .image-text-wrapper h4 {
    transform: none;
    text-align: left;
    margin-bottom: 0px;
  }
  .page-template-tmpl_microsite .icon-list-container,
  .page-template-tmpl_microsite_alt .icon-list-container,
  #zymurgy-trial .icon-list-container,
  .page-template-tmpl_custom-recipes .icon-list-container,
  .page-template-tmpl_aha-events .icon-list-container {
    flex-flow: column nowrap;
  }
  .page-template-tmpl_microsite .icon-list-container .icon-list,
  .page-template-tmpl_microsite_alt .icon-list-container .icon-list,
  #zymurgy-trial .icon-list-container .icon-list,
  .page-template-tmpl_custom-recipes .icon-list-container .icon-list,
  .page-template-tmpl_aha-events .icon-list-container .icon-list {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .page-template-tmpl_microsite .icon-list-container .icon-list:last-of-type,
  .page-template-tmpl_microsite_alt .icon-list-container .icon-list:last-of-type,
  #zymurgy-trial .icon-list-container .icon-list:last-of-type,
  .page-template-tmpl_custom-recipes .icon-list-container .icon-list:last-of-type,
  .page-template-tmpl_aha-events .icon-list-container .icon-list:last-of-type {
    margin-bottom: 0px;
  }
  .page-free-trial p,
  .page-id-37853 p {
    line-height: 1.3;
  }
  .page-free-trial section,
  .page-id-37853 section {
    margin: 30px auto;
  }
  .page-free-trial #social-links,
  .page-id-37853 #social-links {
    top: 75px !important;
  }
  .page-free-trial .title-wrapper,
  .page-id-37853 .title-wrapper {
    margin-bottom: 40px;
  }
  .page-free-trial .page-title,
  .page-id-37853 .page-title {
    font-size: 38px !important;
    padding: 0px 10px;
  }
  .page-free-trial .typer,
  .page-id-37853 .typer {
    font-size: 22px;
  }
  .page-free-trial .section-title,
  .page-id-37853 .section-title,
  .page-free-trial .item-title,
  .page-id-37853 .item-title {
    font-size: 25px;
  }
  .page-free-trial .easy-info,
  .page-id-37853 .easy-info {
    padding: 40px 20px 50px 20px;
  }
  .page-free-trial .easy-info .columns-wrapper,
  .page-id-37853 .easy-info .columns-wrapper {
    flex-flow: column nowrap;
  }
  .page-free-trial .easy-info .columns-wrapper .column,
  .page-id-37853 .easy-info .columns-wrapper .column {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-free-trial .easy-info .columns-wrapper .column img,
  .page-id-37853 .easy-info .columns-wrapper .column img {
    width: auto;
    max-width: 280px;
  }
  .page-free-trial .easy-info .columns-wrapper .column p,
  .page-id-37853 .easy-info .columns-wrapper .column p {
    padding: 0px;
    margin-top: 0px;
  }
  .page-free-trial .flex,
  .page-id-37853 .flex {
    flex-flow: column nowrap;
  }
  .page-free-trial .flex .item,
  .page-id-37853 .flex .item {
    width: 100%;
    margin-top: 30px;
  }
  .page-free-trial #help,
  .page-id-37853 #help {
    flex-flow: column nowrap;
  }
  .page-free-trial #help img,
  .page-id-37853 #help img,
  .page-free-trial #help .text-content,
  .page-id-37853 #help .text-content {
    width: 100%;
  }
  .page-free-trial #help .text-content,
  .page-id-37853 #help .text-content {
    margin-top: 15px;
  }
  .page-how-to-brew-john-palmer .microsite-content-area {
    padding: 25px;
  }
  .page-how-to-brew-john-palmer #full-banner.htb #callout {
    width: 101%;
    bottom: 0px;
    top: auto;
  }
  .page-how-to-brew-john-palmer #whats-new {
    background-image: none;
    padding-bottom: 25px;
  }
  .page-how-to-brew-john-palmer #author .author-image {
    float: none;
    margin: 12.5px auto;
    width: 250px;
    display: block;
    max-width: 75%;
  }
  .page-how-to-brew-john-palmer #additional-info .book-image {
    display: none;
  }
  .page-how-to-brew-john-palmer #additional-info h2,
  .page-how-to-brew-john-palmer #additional-info p,
  .page-how-to-brew-john-palmer #additional-info li,
  .page-how-to-brew-john-palmer #additional-info ul {
    margin-left: 0px;
  }
}
@media screen and (max-width: 520px) {
  .page-template-tmpl_custom-recipes #video-wrapper,
  .page-template-tmpl_aha-events #video-wrapper {
    margin-bottom: 2%;
    height: auto;
  }
  .page-template-tmpl_custom-recipes #video-watermark,
  .page-template-tmpl_aha-events #video-watermark {
    width: 60%;
    max-height: 60%;
  }
  .page-template-tmpl_custom-recipes article.hentry.recipes,
  .page-template-tmpl_aha-events article.hentry.recipes {
    flex-basis: 50%;
  }
  .page-template-tmpl_custom-recipes #craft-seal,
  .page-template-tmpl_aha-events #craft-seal {
    width: 95%;
    align-items: flex-start;
  }
  .page-template-tmpl_custom-recipes #events-list .event,
  .page-template-tmpl_aha-events #events-list .event {
    flex-basis: 100% !important;
  }
  .page-best-beers-in-america article.default #image-wrapper #video-watermark,
  .page-id-36825 article.default #image-wrapper #video-watermark {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .page-template-tmpl_microsite #social-links,
  .page-template-tmpl_microsite_alt #social-links,
  #zymurgy-trial #social-links,
  .page-template-tmpl_custom-recipes #social-links,
  .page-template-tmpl_aha-events #social-links {
    top: auto;
    margin: 0px;
  }
  .page-template-tmpl_microsite .price-options,
  .page-template-tmpl_microsite_alt .price-options,
  #zymurgy-trial .price-options,
  .page-template-tmpl_custom-recipes .price-options,
  .page-template-tmpl_aha-events .price-options {
    width: 100%;
    margin: 0px auto 15% auto;
    max-width: 275px;
  }
  .page-template-tmpl_microsite #full-banner,
  .page-template-tmpl_microsite_alt #full-banner,
  #zymurgy-trial #full-banner,
  .page-template-tmpl_custom-recipes #full-banner,
  .page-template-tmpl_aha-events #full-banner {
    height: 113px !important;
  }
  .page-template-tmpl_microsite .callout,
  .page-template-tmpl_microsite_alt .callout,
  #zymurgy-trial .callout,
  .page-template-tmpl_custom-recipes .callout,
  .page-template-tmpl_aha-events .callout,
  .page-template-tmpl_microsite #callout,
  .page-template-tmpl_microsite_alt #callout,
  #zymurgy-trial #callout,
  .page-template-tmpl_custom-recipes #callout,
  .page-template-tmpl_aha-events #callout {
    display: none;
  }
  .page-template-tmpl_microsite article.hentry.recipes,
  .page-template-tmpl_microsite_alt article.hentry.recipes,
  #zymurgy-trial article.hentry.recipes,
  .page-template-tmpl_custom-recipes article.hentry.recipes,
  .page-template-tmpl_aha-events article.hentry.recipes {
    flex-basis: 100%;
    margin: 0px 2% 10% 2%;
  }
  .page-how-to-brew-john-palmer #full-banner.htb {
    height: 300px;
    background-position-x: 25%;
  }
  .page-how-to-brew-john-palmer #full-banner.htb #callout h1 {
    font-size: 50px;
  }
  .page-how-to-brew-john-palmer #full-banner.htb #callout h2 {
    font-size: 24px;
  }
  .page-how-to-brew-john-palmer h2 {
    font-size: 36px;
  }
  .page-how-to-brew-john-palmer p,
  .page-how-to-brew-john-palmer li,
  .page-how-to-brew-john-palmer ul.simple li,
  .page-how-to-brew-john-palmer ol.simple li {
    font-size: 18px;
  }
}
.modal .hero {
  margin-top: 15px;
}
.modal .hero-content {
  width: 50%;
  margin-right: 50px !important;
}
.modal #bg-page-footer {
  margin-top: 150px;
  background-position: 50% 50%;
}
/*
*
* Custom styles for the entire Let's Brew section. Most work is done in the
* Let's Brew page template, but also affects seminars and tutorials (categories)
*
* 0.0 New Variables
* 1.0 Core Page Structure
* 2.0 Let's Brew Landing Page and Page Template
* 3.0 Atomic Elements (Nuggets)
* - 3.1 Epic Nugget
+ - 3.2 Tease Nugget
* - 3.3 Grid Nugget
* - 3.4 Banner Nugget
* - 3.5 Standard Nugget
* - 3.6 Fancy Nugget
* - 3.7 Mini Nugget
* - 3.8 Nugget with Gallery
* - 3.9 Extra Nugget
* - 3.10 Tease Nugget (tutorials)

* 4.0 Seminars Landing Page
* - 4.1 Single Seminars

* 5.0 Tutorials Landing Page
* - 5.1 List Style, single post
* - 5.2 Slideshow style, single post
* - 5.3 Video Style, single post
* - 5.4 Tutorials archive

* - 6.0 Equipment Page
* - 7.0 Ingredients Page
* - 8.0 Mead Page

* Responsive for everything above
*/
.page-template-tmpl_lets-brew #content,
.page-how-to-brew #content,
.page-how-to-brew-development #content,
.category-tutorials #content,
body.type-seminar #content,
.post-type-archive-seminar #content {
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
}
.page-template-tmpl_lets-brew #primary,
.page-how-to-brew #primary,
.page-how-to-brew-development #primary,
.category-tutorials #primary,
body.type-seminar #primary,
.post-type-archive-seminar #primary {
  width: 100%;
  float: none;
  margin: 0px;
  padding: 0px;
  left: auto;
}
.page-template-tmpl_lets-brew aside,
.page-how-to-brew aside,
.page-how-to-brew-development aside,
.category-tutorials aside,
body.type-seminar aside,
.post-type-archive-seminar aside {
  display: none;
}
.page-template-tmpl_lets-brew article.page,
.page-how-to-brew article.page,
.page-how-to-brew-development article.page,
.category-tutorials article.page,
body.type-seminar article.page,
.post-type-archive-seminar article.page,
.page-template-tmpl_lets-brew .page-header,
.page-how-to-brew .page-header,
.page-how-to-brew-development .page-header,
.category-tutorials .page-header,
body.type-seminar .page-header,
.post-type-archive-seminar .page-header {
  margin: 0px;
  padding: 0px;
}
.page-template-tmpl_lets-brew article.page .post-categories,
.page-how-to-brew article.page .post-categories,
.page-how-to-brew-development article.page .post-categories,
.category-tutorials article.page .post-categories,
body.type-seminar article.page .post-categories,
.post-type-archive-seminar article.page .post-categories,
.page-template-tmpl_lets-brew .page-header .post-categories,
.page-how-to-brew .page-header .post-categories,
.page-how-to-brew-development .page-header .post-categories,
.category-tutorials .page-header .post-categories,
body.type-seminar .page-header .post-categories,
.post-type-archive-seminar .page-header .post-categories,
.page-template-tmpl_lets-brew article.page #comments,
.page-how-to-brew article.page #comments,
.page-how-to-brew-development article.page #comments,
.category-tutorials article.page #comments,
body.type-seminar article.page #comments,
.post-type-archive-seminar article.page #comments,
.page-template-tmpl_lets-brew .page-header #comments,
.page-how-to-brew .page-header #comments,
.page-how-to-brew-development .page-header #comments,
.category-tutorials .page-header #comments,
body.type-seminar .page-header #comments,
.post-type-archive-seminar .page-header #comments {
  display: none;
}
.page-template-tmpl_lets-brew section,
.page-how-to-brew section,
.page-how-to-brew-development section,
.category-tutorials section,
body.type-seminar section,
.post-type-archive-seminar section {
  width: 100%;
}
.page-template-tmpl_lets-brew .page-header,
.page-how-to-brew .page-header,
.page-how-to-brew-development .page-header,
.category-tutorials .page-header,
body.type-seminar .page-header,
.post-type-archive-seminar .page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -1px 0px 40px 0px;
  padding: 13vh 0px;
  border: 0px;
}
.page-template-tmpl_lets-brew .page-header .page-title,
.page-how-to-brew .page-header .page-title,
.page-how-to-brew-development .page-header .page-title,
.category-tutorials .page-header .page-title,
body.type-seminar .page-header .page-title,
.post-type-archive-seminar .page-header .page-title {
  flex-basis: 100%;
  font-size: 100px;
  font-family: "futura-pt", 'futura', sans-serif;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  line-height: normal;
}
.page-template-tmpl_lets-brew .page-header .page-title a,
.page-how-to-brew .page-header .page-title a,
.page-how-to-brew-development .page-header .page-title a,
.category-tutorials .page-header .page-title a,
body.type-seminar .page-header .page-title a,
.post-type-archive-seminar .page-header .page-title a {
  color: #FFF;
  border-bottom: 3px solid transparent;
  line-height: 1;
  display: inline-block;
}
.page-template-tmpl_lets-brew .page-header .page-title a:hover,
.page-how-to-brew .page-header .page-title a:hover,
.page-how-to-brew-development .page-header .page-title a:hover,
.category-tutorials .page-header .page-title a:hover,
body.type-seminar .page-header .page-title a:hover,
.post-type-archive-seminar .page-header .page-title a:hover {
  border-bottom: 3px solid #dd8b15;
}
.page-template-tmpl_lets-brew .page-header .section-navigation,
.page-how-to-brew .page-header .section-navigation,
.page-how-to-brew-development .page-header .section-navigation,
.category-tutorials .page-header .section-navigation,
body.type-seminar .page-header .section-navigation,
.post-type-archive-seminar .page-header .section-navigation {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
}
.page-template-tmpl_lets-brew .page-header .section-navigation ul > li,
.page-how-to-brew .page-header .section-navigation ul > li,
.page-how-to-brew-development .page-header .section-navigation ul > li,
.category-tutorials .page-header .section-navigation ul > li,
body.type-seminar .page-header .section-navigation ul > li,
.post-type-archive-seminar .page-header .section-navigation ul > li {
  display: inline-block;
}
.page-template-tmpl_lets-brew .page-header .section-navigation ul > li:after,
.page-how-to-brew .page-header .section-navigation ul > li:after,
.page-how-to-brew-development .page-header .section-navigation ul > li:after,
.category-tutorials .page-header .section-navigation ul > li:after,
body.type-seminar .page-header .section-navigation ul > li:after,
.post-type-archive-seminar .page-header .section-navigation ul > li:after {
  content: "/";
  color: #FFF;
  display: inline-block;
  font-size: 24px;
}
.page-template-tmpl_lets-brew .page-header .section-navigation ul > li:last-child:after,
.page-how-to-brew .page-header .section-navigation ul > li:last-child:after,
.page-how-to-brew-development .page-header .section-navigation ul > li:last-child:after,
.category-tutorials .page-header .section-navigation ul > li:last-child:after,
body.type-seminar .page-header .section-navigation ul > li:last-child:after,
.post-type-archive-seminar .page-header .section-navigation ul > li:last-child:after {
  display: none;
}
.page-template-tmpl_lets-brew .page-header .section-navigation ul > li.current-menu-item a,
.page-how-to-brew .page-header .section-navigation ul > li.current-menu-item a,
.page-how-to-brew-development .page-header .section-navigation ul > li.current-menu-item a,
.category-tutorials .page-header .section-navigation ul > li.current-menu-item a,
body.type-seminar .page-header .section-navigation ul > li.current-menu-item a,
.post-type-archive-seminar .page-header .section-navigation ul > li.current-menu-item a,
.page-template-tmpl_lets-brew .page-header .section-navigation ul > li.current-menu-parent a,
.page-how-to-brew .page-header .section-navigation ul > li.current-menu-parent a,
.page-how-to-brew-development .page-header .section-navigation ul > li.current-menu-parent a,
.category-tutorials .page-header .section-navigation ul > li.current-menu-parent a,
body.type-seminar .page-header .section-navigation ul > li.current-menu-parent a,
.post-type-archive-seminar .page-header .section-navigation ul > li.current-menu-parent a,
.page-template-tmpl_lets-brew .page-header .section-navigation ul > li.current-post-ancestor a,
.page-how-to-brew .page-header .section-navigation ul > li.current-post-ancestor a,
.page-how-to-brew-development .page-header .section-navigation ul > li.current-post-ancestor a,
.category-tutorials .page-header .section-navigation ul > li.current-post-ancestor a,
body.type-seminar .page-header .section-navigation ul > li.current-post-ancestor a,
.post-type-archive-seminar .page-header .section-navigation ul > li.current-post-ancestor a {
  border-bottom: 3px solid #dd8b15;
}
.page-template-tmpl_lets-brew .page-header .section-navigation ul > li > a,
.page-how-to-brew .page-header .section-navigation ul > li > a,
.page-how-to-brew-development .page-header .section-navigation ul > li > a,
.category-tutorials .page-header .section-navigation ul > li > a,
body.type-seminar .page-header .section-navigation ul > li > a,
.post-type-archive-seminar .page-header .section-navigation ul > li > a {
  color: #FFF;
  font-size: 24px;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 400;
  display: inline-block;
  margin: 0px 15px;
  letter-spacing: 1.5px;
  border-bottom: 3px solid transparent;
}
.page-template-tmpl_lets-brew .page-header .section-navigation ul > li > a:hover,
.page-how-to-brew .page-header .section-navigation ul > li > a:hover,
.page-how-to-brew-development .page-header .section-navigation ul > li > a:hover,
.category-tutorials .page-header .section-navigation ul > li > a:hover,
body.type-seminar .page-header .section-navigation ul > li > a:hover,
.post-type-archive-seminar .page-header .section-navigation ul > li > a:hover {
  border-bottom: 3px solid #dd8b15;
}
.page-template-tmpl_lets-brew .page-header.simple,
.page-how-to-brew .page-header.simple,
.page-how-to-brew-development .page-header.simple,
.category-tutorials .page-header.simple,
body.type-seminar .page-header.simple,
.post-type-archive-seminar .page-header.simple {
  padding: 5vh 0px;
  margin-bottom: 0px;
}
.page-template-tmpl_lets-brew .page-header.simple .page-title a,
.page-how-to-brew .page-header.simple .page-title a,
.page-how-to-brew-development .page-header.simple .page-title a,
.category-tutorials .page-header.simple .page-title a,
body.type-seminar .page-header.simple .page-title a,
.post-type-archive-seminar .page-header.simple .page-title a {
  color: #555555;
}
.page-template-tmpl_lets-brew .page-header.simple .section-navigation ul > li > a,
.page-how-to-brew .page-header.simple .section-navigation ul > li > a,
.page-how-to-brew-development .page-header.simple .section-navigation ul > li > a,
.category-tutorials .page-header.simple .section-navigation ul > li > a,
body.type-seminar .page-header.simple .section-navigation ul > li > a,
.post-type-archive-seminar .page-header.simple .section-navigation ul > li > a,
.page-template-tmpl_lets-brew .page-header.simple .section-navigation ul > li:after,
.page-how-to-brew .page-header.simple .section-navigation ul > li:after,
.page-how-to-brew-development .page-header.simple .section-navigation ul > li:after,
.category-tutorials .page-header.simple .section-navigation ul > li:after,
body.type-seminar .page-header.simple .section-navigation ul > li:after,
.post-type-archive-seminar .page-header.simple .section-navigation ul > li:after {
  color: #555555;
}
.page-template-tmpl_lets-brew .section-intro,
.page-how-to-brew .section-intro,
.page-how-to-brew-development .section-intro,
.category-tutorials .section-intro,
body.type-seminar .section-intro,
.post-type-archive-seminar .section-intro {
  width: 85%;
  margin: 50px auto 25px auto;
  text-align: left;
  padding: 0px 25px 12.5px 25px;
  max-width: 1100px;
}
.page-template-tmpl_lets-brew .section-intro.centered,
.page-how-to-brew .section-intro.centered,
.page-how-to-brew-development .section-intro.centered,
.category-tutorials .section-intro.centered,
body.type-seminar .section-intro.centered,
.post-type-archive-seminar .section-intro.centered {
  margin: 50px auto 20px auto;
  text-align: center;
  max-width: 800px;
}
.page-template-tmpl_lets-brew .section-intro p,
.page-how-to-brew .section-intro p,
.page-how-to-brew-development .section-intro p,
.category-tutorials .section-intro p,
body.type-seminar .section-intro p,
.post-type-archive-seminar .section-intro p,
.page-template-tmpl_lets-brew .section-intro .section-description,
.page-how-to-brew .section-intro .section-description,
.page-how-to-brew-development .section-intro .section-description,
.category-tutorials .section-intro .section-description,
body.type-seminar .section-intro .section-description,
.post-type-archive-seminar .section-intro .section-description {
  margin: 12.5px 0px;
  font-size: 18px;
  max-width: 750px;
}
.page-template-tmpl_lets-brew .section-intro.with-ad:before,
.page-how-to-brew .section-intro.with-ad:before,
.page-how-to-brew-development .section-intro.with-ad:before,
.category-tutorials .section-intro.with-ad:before,
body.type-seminar .section-intro.with-ad:before,
.post-type-archive-seminar .section-intro.with-ad:before,
.page-template-tmpl_lets-brew .section-intro.with-ad:after,
.page-how-to-brew .section-intro.with-ad:after,
.page-how-to-brew-development .section-intro.with-ad:after,
.category-tutorials .section-intro.with-ad:after,
body.type-seminar .section-intro.with-ad:after,
.post-type-archive-seminar .section-intro.with-ad:after {
  content: " ";
  display: table;
}
.page-template-tmpl_lets-brew .section-intro.with-ad:after,
.page-how-to-brew .section-intro.with-ad:after,
.page-how-to-brew-development .section-intro.with-ad:after,
.category-tutorials .section-intro.with-ad:after,
body.type-seminar .section-intro.with-ad:after,
.post-type-archive-seminar .section-intro.with-ad:after {
  clear: both;
}
.page-template-tmpl_lets-brew .section-intro.with-ad:before,
.page-how-to-brew .section-intro.with-ad:before,
.page-how-to-brew-development .section-intro.with-ad:before,
.category-tutorials .section-intro.with-ad:before,
body.type-seminar .section-intro.with-ad:before,
.post-type-archive-seminar .section-intro.with-ad:before,
.page-template-tmpl_lets-brew .section-intro.with-ad:after,
.page-how-to-brew .section-intro.with-ad:after,
.page-how-to-brew-development .section-intro.with-ad:after,
.category-tutorials .section-intro.with-ad:after,
body.type-seminar .section-intro.with-ad:after,
.post-type-archive-seminar .section-intro.with-ad:after {
  content: " ";
  display: table;
}
.page-template-tmpl_lets-brew .section-intro.with-ad:after,
.page-how-to-brew .section-intro.with-ad:after,
.page-how-to-brew-development .section-intro.with-ad:after,
.category-tutorials .section-intro.with-ad:after,
body.type-seminar .section-intro.with-ad:after,
.post-type-archive-seminar .section-intro.with-ad:after {
  clear: both;
}
.page-template-tmpl_lets-brew .section-intro.with-ad .section-description,
.page-how-to-brew .section-intro.with-ad .section-description,
.page-how-to-brew-development .section-intro.with-ad .section-description,
.category-tutorials .section-intro.with-ad .section-description,
body.type-seminar .section-intro.with-ad .section-description,
.post-type-archive-seminar .section-intro.with-ad .section-description {
  width: calc(100% - 250px);
  margin-right: 25px;
  display: inline-block;
}
.page-template-tmpl_lets-brew .section-intro.with-ad .ad,
.page-how-to-brew .section-intro.with-ad .ad,
.page-how-to-brew-development .section-intro.with-ad .ad,
.category-tutorials .section-intro.with-ad .ad,
body.type-seminar .section-intro.with-ad .ad,
.post-type-archive-seminar .section-intro.with-ad .ad {
  margin: 12.5px 0px 12.5px 12.5px;
  float: right;
}
.page-template-tmpl_lets-brew .section-header,
.page-how-to-brew .section-header,
.page-how-to-brew-development .section-header,
.category-tutorials .section-header,
body.type-seminar .section-header,
.post-type-archive-seminar .section-header {
  font-size: 40px;
  font-family: "futura-pt", 'futura', sans-serif;
  color: #99bb28;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
}
.page-template-tmpl_lets-brew .btn.btn-primary,
.page-how-to-brew .btn.btn-primary,
.page-how-to-brew-development .btn.btn-primary,
.category-tutorials .btn.btn-primary,
body.type-seminar .btn.btn-primary,
.post-type-archive-seminar .btn.btn-primary {
  font-weight: 500;
  font-size: 20px;
  padding: 11px 5%;
}
.page-template-tmpl_lets-brew .btn.btn-primary.btn-small,
.page-how-to-brew .btn.btn-primary.btn-small,
.page-how-to-brew-development .btn.btn-primary.btn-small,
.category-tutorials .btn.btn-primary.btn-small,
body.type-seminar .btn.btn-primary.btn-small,
.post-type-archive-seminar .btn.btn-primary.btn-small {
  padding: 11px 30px;
}
.page-template-tmpl_lets-brew #content .fa.fa-lock,
.page-how-to-brew #content .fa.fa-lock,
.page-how-to-brew-development #content .fa.fa-lock,
.category-tutorials #content .fa.fa-lock,
body.type-seminar #content .fa.fa-lock,
.post-type-archive-seminar #content .fa.fa-lock {
  display: inline;
}
.page-template-tmpl_lets-brew #content p,
.page-how-to-brew #content p,
.page-how-to-brew-development #content p,
.category-tutorials #content p,
body.type-seminar #content p,
.post-type-archive-seminar #content p {
  font-weight: 300;
  color: #555555;
  font-size: 18px;
  line-height: 1.6;
}
.page-template-tmpl_lets-brew #content .read-more,
.page-how-to-brew #content .read-more,
.page-how-to-brew-development #content .read-more,
.category-tutorials #content .read-more,
body.type-seminar #content .read-more,
.post-type-archive-seminar #content .read-more {
  font-weight: 700;
}
.page-template-tmpl_lets-brew .section-wrapper,
.page-how-to-brew .section-wrapper,
.page-how-to-brew-development .section-wrapper {
  background: #eee;
  padding: 50px 0;
}
.page-template-tmpl_lets-brew .section-wrapper .section-intro,
.page-how-to-brew .section-wrapper .section-intro,
.page-how-to-brew-development .section-wrapper .section-intro {
  margin-top: 0;
}
.page-template-tmpl_lets-brew .section-wrapper .section-header,
.page-how-to-brew .section-wrapper .section-header,
.page-how-to-brew-development .section-wrapper .section-header {
  margin-top: 0;
}
.page-template-tmpl_lets-brew #seminars .nugget-content,
.page-how-to-brew #seminars .nugget-content,
.page-how-to-brew-development #seminars .nugget-content {
  width: 32%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  background: rgba(144, 187, 40, 0.7);
  padding: 50px 30px;
  align-self: flex-end;
  margin-right: 150px;
}
.page-template-tmpl_lets-brew #seminars .nugget-content .nugget-title,
.page-how-to-brew #seminars .nugget-content .nugget-title,
.page-how-to-brew-development #seminars .nugget-content .nugget-title {
  color: #fff;
}
.page-template-tmpl_lets-brew #seminars .nugget-content .nugget-description,
.page-how-to-brew #seminars .nugget-content .nugget-description,
.page-how-to-brew-development #seminars .nugget-content .nugget-description {
  color: #fff;
  text-align: center;
  max-width: 390px;
}
.page-template-tmpl_lets-brew #seminars .nugget-content .seminar-title,
.page-how-to-brew #seminars .nugget-content .seminar-title,
.page-how-to-brew-development #seminars .nugget-content .seminar-title {
  text-align: center;
  position: relative;
  margin: 15px 0;
}
.page-template-tmpl_lets-brew #seminars .nugget-content .seminar-title:after,
.page-how-to-brew #seminars .nugget-content .seminar-title:after,
.page-how-to-brew-development #seminars .nugget-content .seminar-title:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.page-template-tmpl_lets-brew #seminars .nugget-content .seminar-title:first-of-type,
.page-how-to-brew #seminars .nugget-content .seminar-title:first-of-type,
.page-how-to-brew-development #seminars .nugget-content .seminar-title:first-of-type {
  margin-top: 40px;
}
.page-template-tmpl_lets-brew #seminars .nugget-content .seminar-title:last-of-type,
.page-how-to-brew #seminars .nugget-content .seminar-title:last-of-type,
.page-how-to-brew-development #seminars .nugget-content .seminar-title:last-of-type {
  margin-bottom: 50px;
}
.page-template-tmpl_lets-brew #seminars .nugget-content .seminar-title:last-of-type:after,
.page-how-to-brew #seminars .nugget-content .seminar-title:last-of-type:after,
.page-how-to-brew-development #seminars .nugget-content .seminar-title:last-of-type:after {
  display: none;
}
.page-template-tmpl_lets-brew #seminars .nugget-content .seminar-title a,
.page-how-to-brew #seminars .nugget-content .seminar-title a,
.page-how-to-brew-development #seminars .nugget-content .seminar-title a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.page-template-tmpl_lets-brew #seminars .nugget-content .seminar-title a:hover,
.page-how-to-brew #seminars .nugget-content .seminar-title a:hover,
.page-how-to-brew-development #seminars .nugget-content .seminar-title a:hover {
  color: #555555;
}
.page-template-tmpl_lets-brew #seminars .nugget-content .nugget-footer,
.page-how-to-brew #seminars .nugget-content .nugget-footer,
.page-how-to-brew-development #seminars .nugget-content .nugget-footer {
  color: #fff;
  line-height: 28px;
  font-weight: 300;
}
.page-template-tmpl_lets-brew #seminars .nugget-content .btn-alt,
.page-how-to-brew #seminars .nugget-content .btn-alt,
.page-how-to-brew-development #seminars .nugget-content .btn-alt {
  background: #fff;
  color: #99bb28;
  font-weight: 500;
  font-size: 20px;
  padding: 11px 5%;
  transition: all 0.3s ease;
}
.page-template-tmpl_lets-brew #seminars .nugget-content .btn-alt:hover,
.page-how-to-brew #seminars .nugget-content .btn-alt:hover,
.page-how-to-brew-development #seminars .nugget-content .btn-alt:hover {
  background: #dd8b15;
  color: #fff;
}
/**
* Here we will define our individual nuggets elements and molecules. Note we are
* not wrapping these inside the lets-brew wrapper, as they may be used anywhere
* on the site in the future (even though they originated with this project
*
**/
.nugget,
.nugget-standard,
.nugget-grid,
.nugget-banner,
.nugget-fancy,
.nugget-mini,
.nugget-tease {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.nugget > p,
.nugget-standard > p,
.nugget-grid > p,
.nugget-banner > p,
.nugget-fancy > p,
.nugget-mini > p,
.nugget-tease > p {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  color: #555555;
  line-height: 1.8;
}
.nugget > p > a,
.nugget-standard > p > a,
.nugget-grid > p > a,
.nugget-banner > p > a,
.nugget-fancy > p > a,
.nugget-mini > p > a,
.nugget-tease > p > a {
  color: #dd8b15;
}
.nugget > p > a:after,
.nugget-standard > p > a:after,
.nugget-grid > p > a:after,
.nugget-banner > p > a:after,
.nugget-fancy > p > a:after,
.nugget-mini > p > a:after,
.nugget-tease > p > a:after {
  content: ">";
}
.nugget-grid-wrapper {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: relative;
  padding: 0 10%;
}
.nugget-grid {
  width: 47%;
  transition: all .25s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 530px;
}
.nugget-grid a {
  position: relative;
}
.nugget-grid a:after {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.nugget-grid a:hover:after {
  opacity: 0.5;
}
.nugget-grid a .nugget-icon,
.nugget-grid a .nugget-content {
  position: relative;
  z-index: 1;
}
.nugget-grid .nugget-icon {
  width: 70px;
  height: 70px;
}
.nugget-grid .nugget-content {
  width: 100%;
  margin-left: 20px;
}
.nugget-grid .nugget-content .nugget-category {
  color: #fff;
}
.nugget-grid .nugget-content .nugget-title {
  color: #fff;
  text-transform: none;
  font-size: 28px;
  margin: 0;
}
.nugget-row {
  padding: 30px 0;
  display: flex;
}
.nugget-row.fullwidth {
  width: 100%;
  display: flex;
}
.nugget-row.flex {
  width: 100%;
  max-width: 1050px;
  display: flex;
  margin: 0 auto;
}
.page-template-tmpl_lets-brew .byline::after,
.page-how-to-brew .byline::after,
.page-how-to-brew-development .byline::after,
.category-tutorials .byline::after,
body.type-seminar .byline::after,
.post-type-archive-seminar .byline::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #555555;
  left: 0;
  bottom: -10px;
}
.nugget-title {
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  color: #555555;
  position: relative;
}
.nugget-title + p {
  position: relative;
}
.nugget-category {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 20px;
  color: #555555;
}
.nugget-subhead {
  font-size: 28px;
  font-weight: bold;
  color: #4a4a4a;
}
.nugget-epic {
  position: relative;
  margin-top: 100px;
}
.nugget-epic:nth-of-type(even) {
  background: #efefef;
}
.nugget-epic:nth-of-type(odd) {
  border-top: 1px solid #979797;
}
.nugget-epic .nugget-wrapper {
  justify-content: space-between;
}
.nugget-epic .nugget-wrapper .nugget-content {
  width: 60%;
  padding: 50px 50px 50px 150px;
}
.nugget-epic .nugget-wrapper .nugget-content p {
  font-size: 18px;
}
.nugget-epic .nugget-wrapper .nugget-content.nugget-small {
  width: 100%;
  margin: 0;
  padding: 0;
}
.nugget-epic .nugget-wrapper .nugget-title {
  margin: 20px 0;
}
.nugget-epic .nugget-wrapper .featured-image {
  margin: 0;
}
.nugget-epic .nugget-icon {
  width: 104px;
  height: 104px;
  top: -55px;
  left: 140px;
  position: absolute;
  z-index: 3;
}
/*epic-nugget*/
.further-reading {
  padding-top: 10px;
  background: #99bb28;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  width: 80%;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  /*further-reading*/
  /*further-reading*/
}
.further-reading h2 {
  color: #fff;
  font-weight: bold;
  font-size: 29px;
  margin: 10px;
  position: relative;
  order: 2;
  margin-left: 50px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.further-reading h2 i.fa::before {
  transition: all 0.3s ease;
}
.further-reading h2::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: -115px;
  border: 33px solid #99bb28;
  border-left: 33px solid transparent;
  border-bottom: 33px solid transparent;
}
.further-reading:hover {
  transform: translateY(0px);
}
.further-reading .fr-content {
  margin-left: 50px;
  max-height: 0;
  overflow: hidden;
}
.further-reading .fr-content .reading-list {
  margin-top: -10px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.further-reading input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 50px;
  z-index: 1;
  opacity: 0;
  bottom: 0;
}
.further-reading input[type=checkbox]:checked ~ .fr-content {
  position: relative;
  max-height: 600px;
  overflow: visible;
  transition: all 0.3s ease-in-out;
}
.further-reading input[type=checkbox]:checked ~ .fr-content .reading-list {
  opacity: 1;
}
.further-reading input[type=checkbox]:checked ~ .fr-content::before {
  content: "";
  width: 66px;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -115px;
  background: #99bb28;
}
.further-reading input[type=checkbox]:checked ~ h2 i.fa::before {
  transform: rotate(180deg);
}
.further-reading .reading-list {
  list-style: none;
  column-count: 2;
  padding-top: 30px;
  width: 90%;
  margin-left: 0;
}
.further-reading .reading-list li {
  margin-bottom: 5px;
  line-height: 25px;
  width: 85%;
}
.further-reading .reading-list li a {
  color: #fff;
  font-weight: bold;
}
.further-reading .reading-list li a:hover {
  color: #555555;
}
.firefox .further-reading h2:before {
  border: 34px solid #99bb28;
  border-left: 34px solid transparent;
  border-bottom: 34px solid transparent;
}
.nugget-banner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
}
.nugget-banner .nugget-content {
  background-color: rgba(0, 0, 0, 0.2);
}
.nugget-standard {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: 50px auto;
  font-family: Helvetica, Arial, sans-serif;
  color: #555555;
}
.nugget-standard.row {
  flex-flow: row wrap;
}
.nugget-standard .nugget-content {
  width: 40%;
  flex-flow: column nowrap;
  justify-content: center;
  margin-left: 10%;
}
.nugget-standard .nugget-content .nugget-title {
  margin-bottom: 20px;
}
.nugget-row {
  clear: both;
  flex-flow: row nowrap;
}
.nugget-row.above-footer {
  padding-bottom: 0;
  margin-top: 100px;
}
.nugget-row p {
  color: #555555;
  position: relative;
  margin-bottom: 22px;
}
.nugget-fancy {
  padding: 50px 60px;
  width: 50%;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  background: #ccc;
  display: flex;
}
.nugget-fancy:nth-of-type(2n) {
  background: #efefef;
}
.nugget-fancy.with-background#how-to-make-mead {
  background-image: url('https://s3-us-west-2.amazonaws.com/homebrewassoc/wp-content/uploads/mead_background1.png');
  background-position: 0% 30%;
}
.nugget-fancy.with-background#how-to-make-cider {
  background-image: url('https://s3-us-west-2.amazonaws.com/homebrewassoc/wp-content/uploads/cider_background1.png');
  background-position: 0% 60%;
}
.nugget-fancy .nugget-icon {
  max-width: 80px;
  max-height: 80px;
}
.nugget-fancy .nugget-category {
  margin: 0;
}
.nugget-fancy .nugget-title {
  font-size: 28px;
  text-transform: none;
  margin: 0 0 10px 0;
}
.nugget-fancy .nugget-content {
  margin-left: 20px;
  width: 70%;
}
.nugget-fancy .nugget-content p {
  font-size: 16px !important;
}
.nugget-fancy .nugget-content a {
  white-space: nowrap;
}
.nugget-mini {
  text-align: center;
  padding: 0px 2vw;
}
.nugget-mini .nugget-icon {
  display: block;
  margin: 0 auto;
  width: 104px;
  height: auto;
}
.nugget-mini .nugget-content .nugget-title {
  font-size: 28px;
  text-transform: none;
  margin-top: 20px;
}
.nugget-with-gallery {
  position: relative;
  padding: 0 0 50px 0;
  margin-top: 100px;
}
.nugget-with-gallery:nth-of-type(even) {
  background: #efefef;
}
.nugget-with-gallery:nth-of-type(odd) {
  border-top: 1px solid #979797;
}
.nugget-with-gallery > p {
  margin: 0;
}
.nugget-with-gallery p {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 20px;
}
.nugget-with-gallery p a.read-more {
  font-size: 16px;
}
.nugget-with-gallery .nugget-title {
  padding-top: 70px;
  margin: 0px;
}
.nugget-with-gallery .nugget-content {
  width: 85%;
  margin: 0 auto 0 150px;
}
.nugget-with-gallery .nugget-content:after {
  content: "";
  display: table;
  clear: both;
}
.nugget-with-gallery .nugget-content .nugget-subhead:first-of-type {
  margin-top: 20px;
}
.nugget-with-gallery .nugget-icon {
  width: 104px;
  height: 104px;
  top: -55px;
  left: 140px;
  position: absolute;
}
.nugget-gallery {
  display: flex;
  flex-flow: row wrap;
  width: 45%;
  justify-content: space-between;
  float: right;
  margin-left: 60px;
}
.nugget-gallery .gallery-item {
  width: 49.5%;
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
}
.nugget-gallery .gallery-item figcaption {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 28px;
  background: #99bb28;
  padding: 5px 10px;
}
.nugget-gallery .gallery-item figcaption::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: -30px;
  position: absolute;
  bottom: 0;
  right: -50px;
  border: 25px solid #99bb28;
  border-right: 25px solid transparent;
  border-top: 25px solid transparent;
}
.entry > .nugget-with-gallery {
  margin-top: 70px;
}
.nugget-extra {
  justify-content: space-around;
  padding: 3% 12%;
  border-top: 1px solid #979797;
}
.nugget-extra.side {
  padding: 20px 0 0 0;
}
.nugget-extra.side img {
  width: 70px;
  height: 50px;
}
.nugget-extra.side .nugget-content {
  width: 85%;
  padding: 0;
  margin: 0 0 0 20px;
}
.nugget-extra.side .nugget-content .nugget-title {
  margin: 0;
}
.nugget-extra:nth-of-type(2) {
  border: none;
  padding: 0;
}
.nugget-extra .nugget-title {
  text-transform: none;
  font-size: 28px;
}
.nugget-extra .nugget-content {
  width: 80%;
  margin-left: 20px;
}
.nugget-extra p {
  font-family: "futura-pt", 'futura', sans-serif;
  color: #555555;
  line-height: 22px;
}
.nugget-extra .nugget-wrapper img {
  width: 71px;
  height: 50px;
}
.nugget-tease {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  padding: 20px;
  min-height: 210px;
  align-items: flex-end;
  transition: all 0.3s ease;
}
.nugget-tease:hover .nugget-title {
  color: #dd8b15;
}
.post-type-archive-seminar .page-header {
  margin-bottom: 0;
}
.post-type-archive-seminar .section-description {
  margin-top: 20px;
}
.post-type-archive-seminar .navbar.static {
  width: 80%;
  margin: 0 auto 50px 120px;
}
.post-type-archive-seminar .navbar.static .callout-label {
  background: #99bb28;
  color: #fff;
  text-transform: none;
  padding: 2px 8px;
  margin-left: 5px;
}
.post-type-archive-seminar .register-callout {
  background: #efefef;
  display: flex;
  justify-content: center;
}
.post-type-archive-seminar .register-callout img {
  transform: translateY(-20px);
}
.post-type-archive-seminar .register-callout .callout-content {
  width: 60%;
  max-width: 610px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.post-type-archive-seminar .register-callout .callout-content h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #555;
  margin-bottom: 20px;
}
.post-type-archive-seminar .register-callout .callout-content .btn.btn-primary {
  margin-bottom: 0;
}
.post-type-archive-seminar #seminar-list {
  width: 100%;
  color: #555;
}
.post-type-archive-seminar #seminar-list .nugget-list {
  padding: 20px 0 20px 130px;
  margin: 0;
}
.post-type-archive-seminar #seminar-list .nugget-list:nth-of-type(odd) {
  background: #efefef;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-title {
  text-transform: none;
  font-size: 28px;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-title a {
  color: #4a4a4a;
  transition: color 0.3s ease;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-title a:hover {
  color: #dd8b15;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-title a .fa-lock,
.post-type-archive-seminar #seminar-list .nugget-list .nugget-title a .fa-lock-open-alt {
  color: #ccc;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-meta {
  display: flex;
  list-style: none;
  margin-left: 0;
  position: relative;
  margin-bottom: 20px;
  font-family: "futura-pt", 'futura', sans-serif;
  width: 100%;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-meta:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #555555;
  left: 0;
  bottom: -10px;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-meta li {
  font-weight: bold;
  position: relative;
  margin-right: 20px;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-meta li.track,
.post-type-archive-seminar #seminar-list .nugget-list .nugget-meta li.year,
.post-type-archive-seminar #seminar-list .nugget-list .nugget-meta li.location {
  white-space: nowrap;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-meta li:after {
  content: "|";
  position: absolute;
  top: 0;
  right: -12.5px;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-meta li:last-of-type:after {
  display: none;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-meta li.speakers .speaker:after {
  content: ", ";
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-meta li.speakers .speaker:last-of-type:after {
  display: none;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-content {
  max-width: 1050px;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-content .more {
  color: #555;
  transition: color 0.3s ease;
  font-weight: bold;
  white-space: nowrap;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-content .more:hover {
  color: #dd8b15;
}
.post-type-archive-seminar #seminar-list .nugget-list .nugget-content .more:hover .fa {
  color: #dd8b15;
}
.post-type-archive-seminar .sticky-seminar.nugget-list {
  padding: 20px 20px 20px 130px;
  position: relative;
}
.post-type-archive-seminar .sticky-seminar.nugget-list .nugget-title {
  margin-top: 0;
}
.post-type-archive-seminar .sticky-seminar.nugget-list .banner-small {
  position: absolute;
  /* transform: rotate(-90deg); */
  background: #555;
  color: #fff;
  font-family: "futura-pt", 'futura', sans-serif;
  top: 0px;
  left: 78px;
  font-size: 16px;
  padding: 10px;
  height: 100%;
  width: 30px;
}
.post-type-archive-seminar .sticky-seminar.nugget-list .banner-small span {
  transform: rotate(-90deg);
  display: block;
  /* width: 207%; */
  white-space: nowrap;
  /* text-align: center; */
  /* height: 100%; */
  /* background-color: #FC9; */
  position: absolute;
  top: 44%;
  left: -42px;
}
.post-type-archive-seminar ul.pagination {
  display: flex;
  margin: 20px auto 80px 130px;
}
body.type-seminar .entry-title,
body.type-seminar .entry-content,
body.type-seminar .nugget-meta {
  width: 80%;
  max-width: 1050px;
  margin: 0 auto;
}
body.type-seminar .entry-title {
  font-size: 28px;
  color: #555;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: bold;
}
body.type-seminar .nugget-meta {
  display: flex;
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  font-family: "futura-pt", 'futura', sans-serif;
}
body.type-seminar .nugget-meta:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #555555;
  left: 0;
  bottom: -10px;
}
body.type-seminar .nugget-meta li {
  font-weight: bold;
  position: relative;
  margin-right: 20px;
}
body.type-seminar .nugget-meta li.track,
body.type-seminar .nugget-meta li .year,
body.type-seminar .nugget-meta li .location {
  white-space: nowrap;
}
body.type-seminar .nugget-meta li:after {
  content: "|";
  position: absolute;
  top: 0;
  right: -12.5px;
}
body.type-seminar .nugget-meta li:last-of-type:after,
body.type-seminar .nugget-meta li:first-of-type:after {
  display: none;
}
body.type-seminar .nugget-meta li.speakers {
  margin-right: 5px;
}
body.type-seminar .nugget-meta li.speakers .speaker:after {
  content: ", ";
}
body.type-seminar .nugget-meta li.speakers .speaker:last-of-type:after {
  display: none;
}
body.type-seminar .entry-content {
  padding-bottom: 50px;
}
body.type-seminar .entry-content.has-video {
  display: flex;
  align-content: flex-start;
}
body.type-seminar .entry-content.has-video .seminar-content {
  width: 45%;
  margin-right: 30px;
}
body.type-seminar .entry-content.has-video .seminar-content p {
  margin-top: 0;
}
body.type-seminar .seminar-content .seminar-links {
  display: flex;
  list-style: none;
  margin-left: 0;
  flex-flow: column nowrap;
}
body.type-seminar .videos {
  width: 55%;
}
body.type-seminar .videos video {
  background: #d8d8d8;
  max-width: 100%;
}
body.type-seminar.not-logged-in h1 {
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: bold;
  color: #555;
}
.category-tutorials.post article.page {
  margin: 0 auto;
}
.category-tutorials.post article.page h1.entry-title {
  font-size: 40px;
  font-family: "futura-pt", 'futura', sans-serif;
  color: #99bb28;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px auto 14px auto;
  max-width: 75%;
}
.category-tutorials.post article.page .entry .featured-image {
  display: none;
}
.category-tutorials.post article.page .entry > p {
  max-width: 75%;
  margin: 0 auto;
}
.category-tutorials.post article.page .entry > p.credit {
  max-width: 91.5%;
  margin-bottom: 100px;
  margin-top: -20px;
}
.category-tutorials.post article.page .entry p {
  font-weight: 300;
  color: #555555;
}
.category-tutorials.post #slideshow-wrapper small {
  max-width: 75%;
  margin: 0 auto;
}
.category-tutorials.post #slideshow-wrapper small a.toggle-slideshow {
  order: -1;
  margin: 20px auto 20px 0;
  display: block;
  max-width: 360px;
}
.category-tutorials.post #slideshow-wrapper.slideshow {
  width: 100%;
  margin: 50px auto 0 auto;
  display: flex;
  flex-flow: column nowrap;
}
.category-tutorials.post #slideshow-wrapper.slideshow small {
  margin: 20px auto 20px 80px;
}
.category-tutorials.post #slideshow-wrapper.slideshow + p.credit {
  margin-bottom: 0px;
  max-width: 88%;
}
.category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
  min-height: 650px;
}
.category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow .step {
  bottom: auto;
  top: 40px;
  font-size: 28px;
  text-transform: none;
  font-weight: bold;
  position: absolute;
  left: 0;
  z-index: 200;
}
.category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow .step::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: -30px;
  position: absolute;
  bottom: 0;
  right: -49px;
  border: 25px solid #99bb28;
  border-right: 25px solid transparent;
  border-top: 25px solid transparent;
}
.category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow div {
  display: block;
  width: 50%;
  margin-bottom: 0;
  align-self: flex-start;
  margin: 4% 0px;
  /*img*/
}
.category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow div .cycle-slide {
  width: auto;
  max-height: 480px;
}
.category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow #instructions {
  position: static;
  width: 35%;
  float: none;
  display: flex;
  flex-flow: column nowrap;
  margin-left: 30px;
  padding: 0px;
  font-size: 18px;
}
.category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow #instructions p {
  font-size: 18px;
}
.category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow #instructions h2 {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 40px;
  color: #555555;
  font-weight: Bold;
  text-transform: uppercase;
  border-bottom: 0;
  position: relative;
  line-height: 1;
}
.category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow #instructions h2:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #555555;
}
.category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow #instructions p {
  font-family: Helvetica, Arial, sans-serif;
  color: #555555;
  line-height: 30px;
  margin-bottom: 0;
}
.category-tutorials.post #slideshow-wrapper.slideshow .slideshow-pagination {
  position: absolute;
  bottom: 134px;
  width: 200px;
  height: 73px;
  left: 21%;
  top: auto;
  display: flex;
}
.category-tutorials.post #slideshow-wrapper.slideshow .slideshow-pagination a {
  position: static;
}
.category-tutorials.post #slideshow-wrapper.slideshow .slideshow-pagination a.cycle-prev i {
  left: 0px;
  background: url('https://s3-us-west-2.amazonaws.com/homebrewassoc/wp-content/uploads/slideshow_arrow_left.png') center no-repeat;
}
.category-tutorials.post #slideshow-wrapper.slideshow .slideshow-pagination a.cycle-next i {
  right: 0px;
  background: url('https://s3-us-west-2.amazonaws.com/homebrewassoc/wp-content/uploads/slideshow_arrow_right.png') center no-repeat;
}
.category-tutorials.post #slideshow-wrapper.slideshow .slideshow-pagination a.cycle-prev i,
.category-tutorials.post #slideshow-wrapper.slideshow .slideshow-pagination a.cycle-next i {
  width: 73px;
  height: 73px;
  background-size: contain;
  top: 0px;
}
.category-tutorials.post #slideshow-wrapper #slideshow-wrapper.list {
  max-width: 1050px;
}
.category-tutorials.post #slideshow-wrapper #slideshow-main.list {
  padding: 0px;
}
.category-tutorials.post #slideshow-wrapper #slideshow-main.list > div {
  display: flex;
  position: relative;
  margin-bottom: 25px;
  justify-content: center;
}
.category-tutorials.post #slideshow-wrapper #slideshow-main.list .img-wrapper {
  width: 40%;
  display: table;
}
.category-tutorials.post #slideshow-wrapper #slideshow-main.list .img-wrapper img {
  width: 100%;
  max-height: 441px;
  max-width: 587px;
  float: none;
  margin-bottom: 0px;
}
.category-tutorials.post #slideshow-wrapper #slideshow-main.list .instructions {
  font-family: Helvetica, Arial, sans-serif;
  color: #555555;
  font-weight: 300;
  width: 50%;
  float: none;
  display: flex;
  flex-flow: column nowrap;
  margin-left: 30px;
  padding-left: 0;
  font-size: 18px;
}
.category-tutorials.post #slideshow-wrapper #slideshow-main.list .instructions p {
  font-size: 18px;
}
.category-tutorials.post #slideshow-wrapper #slideshow-main.list .instructions h2.title {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 40px;
  color: #555555;
  font-weight: Bold;
  text-transform: uppercase;
  border-bottom: 0;
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1;
}
.category-tutorials.post #slideshow-wrapper #slideshow-main.list .instructions h2.title:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #555555;
}
.category-tutorials.post #slideshow-wrapper #slideshow-main.list .instructions p {
  font-family: Helvetica, Arial, sans-serif;
  color: #555555;
}
.category-tutorials.post #slideshow-wrapper #slideshow-main.list .step {
  font-size: 28px;
  text-transform: none;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  z-index: 200;
}
.category-tutorials.post #slideshow-wrapper #slideshow-main.list .step::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: -30px;
  position: absolute;
  bottom: 0;
  right: -49px;
  border: 25px solid #99bb28;
  border-right: 25px solid transparent;
  border-top: 25px solid transparent;
}
.category-tutorials.post #slideshow-wrapper #slideshow-carousel {
  display: none;
}
.post.category-tutorials.format-video article.page .entry-title {
  text-align: center;
}
.post.category-tutorials.format-video article.page .entry {
  padding: 0px 25px;
}
.post.category-tutorials.format-video article.page .entry .featured-image {
  display: none;
}
.post.category-tutorials.format-video article.page .entry > p,
.post.category-tutorials.format-video article.page .entry p {
  width: 100%;
  max-width: 1050px;
  margin: 12.5px auto;
}
.archive.category-tutorials .nugget-row {
  padding: 0 8%;
  display: block;
}
.archive.category-tutorials .nugget-row:nth-of-type(odd) {
  background: #efefef;
}
.archive.category-tutorials .nugget-row .nugget-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
.archive.category-tutorials .nugget-tutorial {
  width: 49%;
  padding-bottom: 50px;
  margin: 0 10px;
  display: flex;
  flex-flow: column nowrap;
  max-width: 580px;
}
.archive.category-tutorials .nugget-tutorial img {
  max-width: 100%;
  transition: all 0.3s ease;
}
.archive.category-tutorials .nugget-tutorial .nugget-title {
  font-size: 28px;
  text-transform: none;
  margin-left: 30px;
}
.archive.category-tutorials .nugget-tutorial .read-more {
  position: relative;
  color: #dd8b15;
  transition: all 0.3s ease;
  margin-left: 6px;
  white-space: nowrap;
}
.archive.category-tutorials .nugget-tutorial .read-more:hover {
  color: #333;
}
.archive.category-tutorials .nugget-tutorial .icon-text-wrapper {
  margin-left: 25px;
  display: flex;
  align-items: center;
}
.archive.category-tutorials .nugget-tutorial .icon-text-wrapper .nugget-icon {
  align-self: flex-start;
  width: 32px;
  height: 32px;
  pointer-events: none;
}
.archive.category-tutorials .nugget-tutorial p {
  margin-left: 30px;
  position: relative;
  margin-bottom: 20px;
  width: 90%;
  font-size: 16px !important;
}
.archive.category-tutorials .nugget-tutorial p:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #555555;
  left: 0;
  bottom: -10px;
}
.page-equipment .nugget-with-gallery p {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
}
.page-equipment .btn.btn-primary {
  justify-content: space-between;
  padding: 11px 25px;
}
.page-homebrew-ingredients .nugget-epic {
  background: #fff;
}
.page-homebrew-ingredients .nugget-epic .nugget-wrapper {
  position: relative;
  z-index: 2;
}
.page-homebrew-ingredients .nugget-epic:nth-of-type(odd) {
  border-top: 1px solid #979797;
}
.page-homebrew-ingredients .nugget-epic:nth-of-type(odd) .nugget-wrapper {
  border-bottom: 1px solid #979797;
  background: #fff;
}
.page-homebrew-ingredients .nugget-epic:nth-of-type(even) .nugget-wrapper {
  background: #efefef;
}
.page-homebrew-ingredients .nugget-epic:first-child {
  margin-top: 0;
}
.page-homebrew-ingredients .nugget-epic .further-reading .reading-list li a {
  display: inline-block;
}
.section-intro .nugget-extra {
  padding-top: 20px;
  max-width: 750px;
  border-top: 1px solid #979797;
}
@media screen and (max-width: 992px) {
  .page-template-tmpl_lets-brew header#branding #menu-supp,
  .page-how-to-brew header#branding #menu-supp,
  .page-how-to-brew-development header#branding #menu-supp,
  .category-tutorials header#branding #menu-supp,
  body.type-seminar header#branding #menu-supp,
  .post-type-archive-seminar header#branding #menu-supp,
  .page-template-tmpl_lets-brew header#branding #searchform,
  .page-how-to-brew header#branding #searchform,
  .page-how-to-brew-development header#branding #searchform,
  .category-tutorials header#branding #searchform,
  body.type-seminar header#branding #searchform,
  .post-type-archive-seminar header#branding #searchform,
  .page-template-tmpl_lets-brew header#branding .toggle-menu,
  .page-how-to-brew header#branding .toggle-menu,
  .page-how-to-brew-development header#branding .toggle-menu,
  .category-tutorials header#branding .toggle-menu,
  body.type-seminar header#branding .toggle-menu,
  .post-type-archive-seminar header#branding .toggle-menu {
    top: 130px;
    margin: 0px;
  }
  .page-template-tmpl_lets-brew .section-intro,
  .page-how-to-brew .section-intro,
  .page-how-to-brew-development .section-intro,
  .category-tutorials .section-intro,
  body.type-seminar .section-intro,
  .post-type-archive-seminar .section-intro {
    padding: 0 50px;
  }
  .page-template-tmpl_lets-brew .nugget-row.above-footer,
  .page-how-to-brew .nugget-row.above-footer,
  .page-how-to-brew-development .nugget-row.above-footer,
  .category-tutorials .nugget-row.above-footer,
  body.type-seminar .nugget-row.above-footer,
  .post-type-archive-seminar .nugget-row.above-footer {
    margin-top: 0;
  }
  .page-template-tmpl_lets-brew .nugget-row .nugget-fancy,
  .page-how-to-brew .nugget-row .nugget-fancy,
  .page-how-to-brew-development .nugget-row .nugget-fancy,
  .category-tutorials .nugget-row .nugget-fancy,
  body.type-seminar .nugget-row .nugget-fancy,
  .post-type-archive-seminar .nugget-row .nugget-fancy {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 30px 40px 40px;
  }
  .page-template-tmpl_lets-brew .nugget-row .nugget-fancy .nugget-content,
  .page-how-to-brew .nugget-row .nugget-fancy .nugget-content,
  .page-how-to-brew-development .nugget-row .nugget-fancy .nugget-content,
  .category-tutorials .nugget-row .nugget-fancy .nugget-content,
  body.type-seminar .nugget-row .nugget-fancy .nugget-content,
  .post-type-archive-seminar .nugget-row .nugget-fancy .nugget-content {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
  }
  .page-how-to-brew .section-intro {
    width: 90%;
  }
  .page-how-to-brew .nugget-standard .nugget-content {
    width: 50%;
    margin-left: 0;
  }
  .page-how-to-brew .nugget-standard .nugget-content .btn.btn-primary {
    font-size: 18px;
  }
  .page-how-to-brew .nugget-grid-wrapper {
    padding: 0 7%;
  }
  .page-how-to-brew .nugget-grid-wrapper .nugget-grid {
    width: 46%;
  }
  .page-how-to-brew .nugget-grid-wrapper .nugget-grid .nugget-title {
    font-size: 24px;
  }
  .page-how-to-brew .nugget-grid-wrapper .nugget-grid .nugget-icon {
    width: 55px;
    height: 55px;
  }
  .page-how-to-brew #seminars .nugget-content {
    width: 80%;
    margin: 0 auto;
  }
  .page-how-to-brew #seminars .nugget-content .seminar-title a {
    font-size: 24px;
  }
  .category-tutorials #primary {
    position: static;
  }
  .category-tutorials #content {
    position: relative;
  }
  .category-tutorials.post #slideshow-wrapper {
    width: 100%;
  }
  .category-tutorials.post #slideshow-wrapper.list #slideshow-main.list .instructions h2.title {
    font-size: 36px;
    margin-top: 0;
  }
  .category-tutorials.post #slideshow-wrapper.slideshow {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
  }
  .category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow {
    padding: 105px 0px 25px 0px;
    display: flex;
    flex-flow: column nowrap;
    background: #efefef;
    min-height: 0;
    margin-bottom: 0;
  }
  .category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow div {
    display: block;
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    /*img*/
  }
  .category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow div .cycle-slide {
    width: 100%;
    max-width: none;
    max-height: none;
  }
  .category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow #instructions {
    width: 90%;
    margin: 0 auto;
    max-width: 650px;
  }
  .category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow #instructions p {
    width: 100%;
    margin-left: 0;
  }
  .category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow #instructions h2 {
    font-size: 38px;
    margin-top: 30px;
  }
  .category-tutorials.post #slideshow-wrapper.slideshow + p.credit {
    position: absolute;
    bottom: 0;
    margin-left: 60px;
  }
  .category-tutorials.post #slideshow-wrapper.slideshow .slideshow-pagination {
    bottom: auto;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-homebrew-ingredients .entry > .nugget-epic {
    margin-top: 70px;
  }
  .page-template-tmpl_lets-brew .nugget-with-gallery .nugget-icon {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-template-tmpl_lets-brew .nugget-with-gallery .nugget-content {
    margin: 0 auto;
  }
  .page-template-tmpl_lets-brew .nugget-with-gallery .nugget-content .nugget-title {
    text-align: center;
  }
  .page-template-tmpl_lets-brew .nugget-with-gallery .nugget-content .nugget-title + p {
    text-align: center;
  }
  .page-template-tmpl_lets-brew .nugget-with-gallery .nugget-content .nugget-title + p:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-template-tmpl_lets-brew .nugget-with-gallery .nugget-gallery {
    width: 40%;
    margin-left: 40px;
    margin-top: 20px;
  }
  .page-template-tmpl_lets-brew .nugget-with-gallery .nugget-gallery .gallery-item {
    width: 100%;
  }
  .page-template-tmpl_lets-brew .nugget-with-gallery .nugget-gallery .gallery-item-title {
    font-size: 24px;
  }
  .page-template-tmpl_lets-brew .nugget-with-gallery .nugget-gallery .gallery-item-title:after {
    right: -43px;
    border: 22.5px solid #99bb28;
    border-right: 22.5px solid transparent;
    border-top: 22.5px solid transparent;
  }
  .post-type-archive-seminar .section-intro {
    margin-left: 60px;
    padding-left: 0;
  }
  .post-type-archive-seminar .navbar.static {
    margin-left: 20px;
    margin-right: 20px;
    width: 95%;
  }
  .post-type-archive-seminar #seminar-list .nugget-list {
    padding: 20px 65px;
  }
  .post-type-archive-seminar #seminar-list .nugget-list.sticky-seminar .banner-small {
    left: 20px;
  }
  .post-type-archive-seminar #seminar-list .nugget-list .nugget-meta {
    position: relative;
    flex-flow: column nowrap;
    margin-bottom: 15px;
  }
  .post-type-archive-seminar #seminar-list .nugget-list .nugget-meta:after {
    bottom: -7px;
  }
  .post-type-archive-seminar #seminar-list .nugget-list .nugget-meta li {
    font-size: 14px;
  }
  .post-type-archive-seminar #seminar-list .nugget-list .nugget-meta li:after {
    display: none;
  }
  .post-type-archive-seminar ul.pagination {
    margin-left: 50px;
  }
  .page-template-tmpl_lets-brew .nugget-epic .nugget-icon {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-template-tmpl_lets-brew .nugget-epic .nugget-wrapper {
    padding: 0;
    flex-flow: column nowrap;
  }
  .page-template-tmpl_lets-brew .nugget-epic .nugget-wrapper .nugget-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 50px 30px;
  }
  .page-template-tmpl_lets-brew .nugget-epic .nugget-wrapper .nugget-content .nugget-title {
    font-size: 30px;
  }
  .page-template-tmpl_lets-brew .nugget-epic .nugget-wrapper .nugget-content .nugget-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-template-tmpl_lets-brew .nugget-epic .nugget-wrapper .nugget-content .nugget-extra.side {
    padding: 20px 0 0 0;
  }
  .page-template-tmpl_lets-brew .nugget-epic .nugget-wrapper .nugget-content .nugget-extra.side:nth-of-type(2) {
    padding: 0;
  }
  .page-template-tmpl_lets-brew .nugget-epic .nugget-wrapper .nugget-content .nugget-extra.side .nugget-content {
    padding: 0;
    text-align: left;
    margin-left: 20px;
  }
  .page-template-tmpl_lets-brew .nugget-epic .nugget-wrapper .featured-image {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-tmpl_lets-brew header#branding #menu-supp,
  .page-how-to-brew header#branding #menu-supp,
  .page-how-to-brew-development header#branding #menu-supp,
  .category-tutorials header#branding #menu-supp,
  body.type-seminar header#branding #menu-supp,
  .post-type-archive-seminar header#branding #menu-supp,
  .page-template-tmpl_lets-brew header#branding #searchform,
  .page-how-to-brew header#branding #searchform,
  .page-how-to-brew-development header#branding #searchform,
  .category-tutorials header#branding #searchform,
  body.type-seminar header#branding #searchform,
  .post-type-archive-seminar header#branding #searchform,
  .page-template-tmpl_lets-brew header#branding .toggle-menu,
  .page-how-to-brew header#branding .toggle-menu,
  .page-how-to-brew-development header#branding .toggle-menu,
  .category-tutorials header#branding .toggle-menu,
  body.type-seminar header#branding .toggle-menu,
  .post-type-archive-seminar header#branding .toggle-menu {
    top: 0px;
  }
  .page-template-tmpl_lets-brew header#branding #site-title a,
  .page-how-to-brew header#branding #site-title a,
  .page-how-to-brew-development header#branding #site-title a,
  .category-tutorials header#branding #site-title a,
  body.type-seminar header#branding #site-title a,
  .post-type-archive-seminar header#branding #site-title a {
    background-size: 65%;
    background-position: 0% 70%;
  }
  .page-template-tmpl_lets-brew header#branding #user-info,
  .page-how-to-brew header#branding #user-info,
  .page-how-to-brew-development header#branding #user-info,
  .category-tutorials header#branding #user-info,
  body.type-seminar header#branding #user-info,
  .post-type-archive-seminar header#branding #user-info {
    top: 45px;
  }
  .page-template-tmpl_lets-brew nav#access #menu-main,
  .page-how-to-brew nav#access #menu-main,
  .page-how-to-brew-development nav#access #menu-main,
  .category-tutorials nav#access #menu-main,
  body.type-seminar nav#access #menu-main,
  .post-type-archive-seminar nav#access #menu-main {
    top: -57px;
  }
  .page-template-tmpl_lets-brew .page-header .section-navigation ul > li > a,
  .page-how-to-brew .page-header .section-navigation ul > li > a,
  .page-how-to-brew-development .page-header .section-navigation ul > li > a,
  .category-tutorials .page-header .section-navigation ul > li > a,
  body.type-seminar .page-header .section-navigation ul > li > a,
  .post-type-archive-seminar .page-header .section-navigation ul > li > a {
    margin: 0 10px;
  }
  .page-template-tmpl_lets-brew .section-intro,
  .page-how-to-brew .section-intro,
  .page-how-to-brew-development .section-intro,
  .category-tutorials .section-intro,
  body.type-seminar .section-intro,
  .post-type-archive-seminar .section-intro {
    width: 85%;
    padding: 0;
    margin-top: 0;
  }
  .page-template-tmpl_lets-brew .section-intro .section-header,
  .page-how-to-brew .section-intro .section-header,
  .page-how-to-brew-development .section-intro .section-header,
  .category-tutorials .section-intro .section-header,
  body.type-seminar .section-intro .section-header,
  .post-type-archive-seminar .section-intro .section-header {
    margin-top: 50px;
    font-size: 30px;
  }
  .page-template-tmpl_lets-brew .section-intro.with-ad .section-description,
  .page-how-to-brew .section-intro.with-ad .section-description,
  .page-how-to-brew-development .section-intro.with-ad .section-description,
  .category-tutorials .section-intro.with-ad .section-description,
  body.type-seminar .section-intro.with-ad .section-description,
  .post-type-archive-seminar .section-intro.with-ad .section-description {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .page-template-tmpl_lets-brew .section-intro.with-ad .ad,
  .page-how-to-brew .section-intro.with-ad .ad,
  .page-how-to-brew-development .section-intro.with-ad .ad,
  .category-tutorials .section-intro.with-ad .ad,
  body.type-seminar .section-intro.with-ad .ad,
  .post-type-archive-seminar .section-intro.with-ad .ad {
    display: none;
  }
  .page-template-tmpl_lets-brew #primary #social-links,
  .page-how-to-brew #primary #social-links,
  .page-how-to-brew-development #primary #social-links,
  .category-tutorials #primary #social-links,
  body.type-seminar #primary #social-links,
  .post-type-archive-seminar #primary #social-links {
    position: absolute;
    top: 411px;
  }
  .page-how-to-brew .section-wrapper .section-header {
    margin-top: 0;
  }
  .page-how-to-brew .nugget-standard .nugget-content {
    width: 50%;
    margin-left: 0;
  }
  .page-how-to-brew .nugget-standard .featured-image {
    max-width: 50%;
    width: 50%;
  }
  .nugget-title {
    font-size: 30px;
  }
  .nugget-standard {
    width: 85%;
  }
  .nugget-standard .featured-image {
    width: 50%;
    max-width: 50%;
  }
  .nugget-row .nugget-mini {
    width: 33%;
  }
  .nugget-row .nugget-mini .btn.btn-primary {
    padding: 11px 30px;
  }
  .nugget-fancy {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 50px;
  }
  .nugget-fancy .nugget-content {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
  }
  .nugget-fancy .nugget-content .read-more {
    white-space: normal;
  }
  .nugget-mini {
    width: 33.3%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
  }
  .nugget-epic .further-reading .fr-title {
    font-size: 24px;
  }
  .nugget-epic .further-reading .fr-title::before {
    left: -115px;
    border: 33px solid #99bb28;
    border-left: 33px solid transparent;
    border-bottom: 33px solid transparent;
  }
  .nugget-epic .further-reading .reading-list {
    width: 100%;
  }
  .nugget-epic .further-reading .reading-list li {
    width: 80%;
  }
  .nugget-epic .further-reading .reading-list li a {
    font-size: 14px;
  }
  .nugget-epic .further-reading input[type=checkbox]:checked ~ .fr-content::before {
    width: 66px;
    left: -115px;
    top: -15px;
  }
  .nugget-epic .nugget-wrapper .nugget-extra .nugget-content {
    text-align: left;
    padding: 0;
    margin-left: 30px;
  }
  .nugget-epic .nugget-wrapper .nugget-extra .nugget-content .nugget-title {
    font-size: 24px;
  }
  .nugget-epic .nugget-wrapper .nugget-extra .nugget-content p {
    font-weight: bold;
  }
  .nugget-extra {
    padding: 30px 50px;
  }
  .archive.category-tutorials .nugget-row {
    padding: 0 65px;
  }
  .archive.category-tutorials .nugget-tutorial .read-more {
    white-space: normal;
  }
  .archive.category-tutorials .nugget-tutorial .nugget-title {
    font-size: 24px;
  }
  .category-tutorials.post .page-header.simple {
    padding: 10vh 0px 5vh 0px;
  }
  .category-tutorials.post #primary #social-links {
    top: 0px;
  }
  .category-tutorials.post article.page h1.entry-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .category-tutorials.post #slideshow-wrapper {
    width: 100%;
  }
  .category-tutorials.post #slideshow-wrapper.list #slideshow-main.list {
    padding: 0 65px;
  }
  .category-tutorials.post #slideshow-wrapper.list #slideshow-main.list .img-wrapper {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  .category-tutorials.post #slideshow-wrapper.list #slideshow-main.list .img-wrapper img {
    max-width: none;
    max-height: none;
  }
  .category-tutorials.post #slideshow-wrapper.list #slideshow-main.list .instructions {
    width: 95%;
    margin: 0 auto;
  }
  .category-tutorials.post #slideshow-wrapper.list #slideshow-main.list .instructions h2.title {
    margin-top: 30px;
  }
  .category-tutorials.post #slideshow-wrapper.list #slideshow-main.list .instructions h2.title:after {
    bottom: -5px;
  }
  .category-tutorials.post #slideshow-wrapper + p.credit {
    max-width: 100%;
    margin: 40px auto 0 80px;
  }
  .category-tutorials.post #slideshow-wrapper.slideshow {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
  }
  .category-tutorials.post #slideshow-wrapper.slideshow .slideshow-pagination {
    display: none;
  }
  .category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow {
    padding: 25px 0px;
  }
  .category-tutorials.post #slideshow-wrapper.slideshow #slideshow-main.slideshow #instructions h2 {
    font-size: 30px;
  }
  .category-tutorials.post #slideshow-wrapper.slideshow + p.credit {
    margin: 0 auto auto 65px;
    position: absolute;
    bottom: 0;
  }
  .category-tutorials.post #slideshow-wrapper #slideshow-main div {
    flex-flow: column nowrap;
  }
  .category-tutorials.post #slideshow-wrapper #slideshow-main div .img-wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .category-tutorials.post #slideshow-wrapper #slideshow-main div .instructions {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
  }
  .category-tutorials.post #slideshow-wrapper #slideshow-main div .instructions h2.title {
    font-size: 30px;
  }
  .post-type-archive-seminar .navbar.static {
    margin-bottom: 20px;
  }
  .post-type-archive-seminar .register-callout {
    padding: 50px 0 20px 0;
  }
  .post-type-archive-seminar .register-callout img {
    transform: translateY(0);
  }
  .post-type-archive-seminar .register-callout .callout-content {
    width: 70%;
  }
  .post-type-archive-seminar ul.pagination {
    margin-left: 75px;
  }
  body.type-seminar .page-header.simple {
    padding: 10vh 0px 5vh 0px;
  }
  body.type-seminar #primary #social-links {
    top: 0px;
  }
  body.type-seminar .entry-title,
  body.type-seminar .entry-content,
  body.type-seminar .nugget-meta {
    width: 85%;
    margin: 0 auto;
  }
  body.type-seminar .nugget-meta {
    position: relative;
    flex-flow: column nowrap;
    margin-bottom: 15px;
  }
  body.type-seminar .nugget-meta:after {
    bottom: -10px;
  }
  body.type-seminar .nugget-meta li {
    font-size: 14px;
  }
  body.type-seminar .nugget-meta li:after {
    display: none;
  }
  body.type-seminar .entry-content.has-video {
    flex-flow: column nowrap;
  }
  body.type-seminar .entry-content.has-video .seminar-content {
    width: 100%;
    margin-right: 0;
  }
  body.type-seminar .entry-content.has-video .videos {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .page-template-tmpl_lets-brew .page-header .page-title,
  .page-how-to-brew .page-header .page-title,
  .page-how-to-brew-development .page-header .page-title,
  .category-tutorials .page-header .page-title,
  body.type-seminar .page-header .page-title,
  .post-type-archive-seminar .page-header .page-title {
    line-height: 0.5;
  }
  .page-template-tmpl_lets-brew .entry .section-header,
  .page-how-to-brew .entry .section-header,
  .page-how-to-brew-development .entry .section-header,
  .category-tutorials .entry .section-header,
  body.type-seminar .entry .section-header,
  .post-type-archive-seminar .entry .section-header {
    margin-top: 0px;
  }
  .page-template-tmpl_lets-brew #primary #social-links,
  .page-how-to-brew #primary #social-links,
  .page-how-to-brew-development #primary #social-links,
  .category-tutorials #primary #social-links,
  body.type-seminar #primary #social-links,
  .post-type-archive-seminar #primary #social-links {
    top: 6px;
  }
  .page-template-tmpl_lets-brew nav#access #menu-main,
  .page-how-to-brew nav#access #menu-main,
  .page-how-to-brew-development nav#access #menu-main,
  .category-tutorials nav#access #menu-main,
  body.type-seminar nav#access #menu-main,
  .post-type-archive-seminar nav#access #menu-main {
    top: 45px;
  }
  .page-template-tmpl_lets-brew .section-intro,
  .page-how-to-brew .section-intro,
  .page-how-to-brew-development .section-intro,
  .category-tutorials .section-intro,
  body.type-seminar .section-intro,
  .post-type-archive-seminar .section-intro {
    width: 100%;
    padding: 0 18px;
  }
  .page-template-tmpl_lets-brew .section-intro .section-header,
  .page-how-to-brew .section-intro .section-header,
  .page-how-to-brew-development .section-intro .section-header,
  .category-tutorials .section-intro .section-header,
  body.type-seminar .section-intro .section-header,
  .post-type-archive-seminar .section-intro .section-header {
    font-size: 25px;
    line-height: 1;
  }
  .page-template-tmpl_lets-brew .section-intro .section-description,
  .page-how-to-brew .section-intro .section-description,
  .page-how-to-brew-development .section-intro .section-description,
  .category-tutorials .section-intro .section-description,
  body.type-seminar .section-intro .section-description,
  .post-type-archive-seminar .section-intro .section-description {
    margin-bottom: 20px;
  }
  .page-how-to-brew .section-intro .section-header {
    margin-top: 40px;
  }
  .page-how-to-brew .section-wrapper .section-header {
    margin-top: 0;
  }
  .page-how-to-brew #content .btn.btn-primary {
    margin: 0;
  }
  .page-how-to-brew .nugget-grid-wrapper {
    padding: 0 5%;
  }
  .page-how-to-brew .nugget-grid-wrapper .nugget-grid {
    width: 100%;
  }
  .page-how-to-brew .nugget-grid-wrapper .nugget-grid .nugget-title {
    font-size: 20px;
  }
  .page-how-to-brew .nugget-grid-wrapper .nugget-grid .nugget-icon {
    width: 55px;
    height: 55px;
  }
  .page-how-to-brew .nugget-grid-wrapper:after {
    display: none;
  }
  .page-how-to-brew .nugget-standard {
    margin: 20px auto;
    width: 90%;
    flex-flow: column nowrap;
  }
  .page-how-to-brew .nugget-standard p {
    text-align: center;
  }
  .page-how-to-brew .nugget-standard .nugget-content {
    width: 100%;
    order: 2;
    align-items: center;
  }
  .page-how-to-brew .nugget-standard .nugget-content p {
    width: 100%;
  }
  .page-how-to-brew .nugget-standard .nugget-content .nugget-title {
    font-size: 25px;
  }
  .page-how-to-brew .nugget-standard .nugget-content .nugget-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-how-to-brew .nugget-standard .featured-image {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px 0;
  }
  .page-how-to-brew #seminars .nugget-content {
    width: 100%;
    padding: 30px;
  }
  .page-how-to-brew #seminars .nugget-content .btn-alt {
    margin-top: 20px;
  }
  .page-how-to-brew #seminars .nugget-content .nugget-title {
    font-size: 25px;
  }
  .page-how-to-brew #seminars .nugget-content .seminar-title:first-of-type {
    margin-top: 20px;
  }
  .page-how-to-brew #seminars .nugget-content .seminar-title:last-of-type {
    margin-bottom: 20px;
  }
  .page-how-to-brew #seminars .nugget-content .seminar-title a {
    font-size: 20px;
  }
  .page-template-tmpl_lets-brew .page-header,
  .page-how-to-brew .page-header,
  .page-how-to-brew-development .page-header,
  .category-tutorials .page-header,
  body.type-seminar .page-header,
  .post-type-archive-seminar .page-header {
    background: #fff;
    background-image: none !important;
    padding: 50px 0 0 0;
  }
  .page-template-tmpl_lets-brew .page-header .page-title a,
  .page-how-to-brew .page-header .page-title a,
  .page-how-to-brew-development .page-header .page-title a,
  .category-tutorials .page-header .page-title a,
  body.type-seminar .page-header .page-title a,
  .post-type-archive-seminar .page-header .page-title a {
    color: #555555;
    font-size: 50px;
  }
  .page-template-tmpl_lets-brew .page-header .section-navigation,
  .page-how-to-brew .page-header .section-navigation,
  .page-how-to-brew-development .page-header .section-navigation,
  .category-tutorials .page-header .section-navigation,
  body.type-seminar .page-header .section-navigation,
  .post-type-archive-seminar .page-header .section-navigation {
    margin-top: 30px;
  }
  .page-template-tmpl_lets-brew .page-header .section-navigation ul > li:after,
  .page-how-to-brew .page-header .section-navigation ul > li:after,
  .page-how-to-brew-development .page-header .section-navigation ul > li:after,
  .category-tutorials .page-header .section-navigation ul > li:after,
  body.type-seminar .page-header .section-navigation ul > li:after,
  .post-type-archive-seminar .page-header .section-navigation ul > li:after {
    content: "";
  }
  .page-template-tmpl_lets-brew .page-header .section-navigation ul > li.current-menu-item a,
  .page-how-to-brew .page-header .section-navigation ul > li.current-menu-item a,
  .page-how-to-brew-development .page-header .section-navigation ul > li.current-menu-item a,
  .category-tutorials .page-header .section-navigation ul > li.current-menu-item a,
  body.type-seminar .page-header .section-navigation ul > li.current-menu-item a,
  .post-type-archive-seminar .page-header .section-navigation ul > li.current-menu-item a {
    border: none;
  }
  .page-template-tmpl_lets-brew .page-header .section-navigation ul,
  .page-how-to-brew .page-header .section-navigation ul,
  .page-how-to-brew-development .page-header .section-navigation ul,
  .category-tutorials .page-header .section-navigation ul,
  body.type-seminar .page-header .section-navigation ul,
  .post-type-archive-seminar .page-header .section-navigation ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: flex-end;
  }
  .page-template-tmpl_lets-brew .page-header .section-navigation li.menu-item,
  .page-how-to-brew .page-header .section-navigation li.menu-item,
  .page-how-to-brew-development .page-header .section-navigation li.menu-item,
  .category-tutorials .page-header .section-navigation li.menu-item,
  body.type-seminar .page-header .section-navigation li.menu-item,
  .post-type-archive-seminar .page-header .section-navigation li.menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    margin: 5px;
  }
  .page-template-tmpl_lets-brew .page-header .section-navigation li.menu-item.current-menu-item,
  .page-how-to-brew .page-header .section-navigation li.menu-item.current-menu-item,
  .page-how-to-brew-development .page-header .section-navigation li.menu-item.current-menu-item,
  .category-tutorials .page-header .section-navigation li.menu-item.current-menu-item,
  body.type-seminar .page-header .section-navigation li.menu-item.current-menu-item,
  .post-type-archive-seminar .page-header .section-navigation li.menu-item.current-menu-item {
    border-bottom: 3px solid #dd8b15;
  }
  .page-template-tmpl_lets-brew .page-header .section-navigation li.menu-item a,
  .page-how-to-brew .page-header .section-navigation li.menu-item a,
  .page-how-to-brew-development .page-header .section-navigation li.menu-item a,
  .category-tutorials .page-header .section-navigation li.menu-item a,
  body.type-seminar .page-header .section-navigation li.menu-item a,
  .post-type-archive-seminar .page-header .section-navigation li.menu-item a {
    border: none;
    background: #99bb28;
    font-weight: bold;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px;
    border-bottom: 3px solid transparent;
    color: #fff !important;
  }
  .nugget-row {
    flex-flow: column nowrap;
  }
  .nugget-row .nugget-fancy {
    width: 100%;
  }
  .nugget-row .nugget-mini {
    width: 95%;
    margin: 0 auto 30px auto;
  }
  .nugget-row .nugget-mini .nugget-title {
    margin: 10px auto;
  }
  .nugget-epic .nugget-icon {
    width: 70px;
    height: 70px;
    top: -40px;
  }
  .nugget-epic .nugget-wrapper .nugget-title {
    margin-top: 0;
  }
  .nugget-epic .nugget-wrapper .nugget-extra {
    padding: 20px 10px;
  }
  .nugget-epic .nugget-wrapper .nugget-extra .nugget-content {
    padding-right: 10px;
    margin-left: 10px;
  }
  .nugget-epic .nugget-wrapper .nugget-extra .nugget-content .nugget-title {
    font-size: 18px;
  }
  .nugget-epic .nugget-wrapper .nugget-extra .nugget-content p {
    font-size: 16px !important;
  }
  .nugget-epic .nugget-wrapper .nugget-extra img {
    transform: scale(0.8);
  }
  .nugget-epic .nugget-wrapper .nugget-content p {
    text-align: left;
  }
  .nugget-epic .further-reading .fr-title {
    font-size: 20px;
  }
  .nugget-epic .further-reading .fr-title::before {
    border: 27.5px solid #99bb28;
    border-left: 27.5px solid transparent;
    border-bottom: 27.5px solid transparent;
    left: -105px;
  }
  .nugget-epic .further-reading .fr-title::after {
    width: 15px;
    height: 15px;
  }
  .nugget-epic .further-reading .fr-content {
    margin-left: 20px;
  }
  .nugget-epic .further-reading .reading-list {
    column-count: 1;
  }
  .nugget-epic .further-reading .reading-list li {
    width: 95%;
    padding: 5px 0;
  }
  .nugget-epic .further-reading input[type=checkbox]:checked ~ .fr-content::before {
    left: -75px;
    width: 55px;
    top: -10px;
  }
  .nugget-with-gallery div.nugget-content {
    width: 100%;
  }
  .nugget-with-gallery div.nugget-content .margin-bottom {
    margin-bottom: 30px !important;
  }
  .nugget-with-gallery div.nugget-content .nugget-subhead {
    font-size: 20px;
    margin-left: 20px;
    word-wrap: break-word;
  }
  .nugget-with-gallery div.nugget-content p {
    margin-left: 20px;
  }
  .nugget-with-gallery div.nugget-content p.byline {
    width: 90%;
    margin: 0 auto;
  }
  .nugget-with-gallery .nugget-gallery {
    margin-left: 20px;
  }
  .nugget-with-gallery .nugget-gallery .gallery-item .gallery-item-title {
    font-size: 18px;
  }
  .nugget-with-gallery .nugget-gallery .gallery-item .gallery-item-title:after {
    right: -36px;
    border: 18px solid #99bb28;
    border-right: 18px solid transparent;
    border-top: 18px solid transparent;
  }
  .archive.category-tutorials .nugget-row {
    padding: 0 12.5px;
  }
  .archive.category-tutorials .nugget-row .nugget-wrapper {
    flex-flow: column nowrap;
  }
  .archive.category-tutorials .nugget-row .nugget-tutorial {
    width: 93%;
    margin: 0 auto;
  }
  .archive.category-tutorials .nugget-row .nugget-tutorial .nugget-title {
    margin-left: 0;
  }
  .archive.category-tutorials .nugget-row .nugget-tutorial p {
    margin-left: 0;
  }
  .archive.category-tutorials .nugget-row .nugget-tutorial .icon-text-wrapper {
    margin-left: 0;
  }
  .category-tutorials.post #primary #social-links {
    top: -4px;
  }
  .category-tutorials.post article.page h1.entry-title {
    margin-left: 18px;
    width: 100%;
    font-size: 25px;
  }
  .category-tutorials.post article.page .entry > p {
    max-width: 100%;
    padding: 0 18px;
  }
  .category-tutorials.post article.page .entry-content small {
    width: 330px;
    margin: 20px auto;
  }
  .category-tutorials.post article.page .entry-content small a {
    padding: 11px 0;
    text-align: center;
    width: 100%;
  }
  .category-tutorials.post article.page .entry-content #slideshow-wrapper.slideshow small {
    margin-left: 25px;
  }
  .category-tutorials.post article.page .entry-content #slideshow-wrapper.slideshow #slideshow-main .step {
    font-size: 20px;
    top: 20px;
  }
  .category-tutorials.post article.page .entry-content #slideshow-wrapper.slideshow #slideshow-main .step:after {
    right: -39px;
    border: 20px solid #99bb28;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
  }
  .category-tutorials.post article.page .entry-content #slideshow-wrapper.slideshow #slideshow-main #instructions h2 {
    font-size: 25px;
  }
  .category-tutorials.post article.page .entry-content #slideshow-wrapper + p.credit {
    max-width: 90%;
    position: static;
  }
  .category-tutorials.post article.page .entry-content #slideshow-wrapper #slideshow-main.list {
    padding: 0 18px;
  }
  .category-tutorials.post article.page .entry-content #slideshow-wrapper #slideshow-main.list .step {
    font-size: 20px;
  }
  .category-tutorials.post article.page .entry-content #slideshow-wrapper #slideshow-main.list .step:after {
    right: -40px;
    border: 20px solid #99bb28;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
  }
  .category-tutorials.post article.page .entry-content #slideshow-wrapper #slideshow-main.list div {
    flex-flow: column nowrap;
  }
  .category-tutorials.post article.page .entry-content #slideshow-wrapper #slideshow-main.list div .img-wrapper {
    width: 100%;
  }
  .category-tutorials.post article.page .entry-content #slideshow-wrapper #slideshow-main.list div .instructions {
    width: 100%;
    padding-left: 0;
  }
  .category-tutorials.post article.page .entry-content #slideshow-wrapper #slideshow-main.list div .instructions h2.title {
    font-size: 25px;
    margin-top: 30px;
  }
  .category-tutorials.post article.page .entry-content #slideshow-wrapper #slideshow-main.list div .instructions p {
    width: 100%;
  }
  .category-tutorials.post article.page .entry-content #slideshow-wrapper + p.credit {
    position: static;
    margin: 0 auto;
  }
  .post-type-archive-seminar .section-intro {
    margin: 0 auto;
  }
  .post-type-archive-seminar .navbar.static {
    margin: 0 auto 20px auto;
    width: 90%;
  }
  .post-type-archive-seminar .navbar.static .callout-label {
    font-size: 12px;
  }
  .post-type-archive-seminar .register-callout {
    padding: 20px;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
  }
  .post-type-archive-seminar .register-callout img {
    width: 100px;
  }
  .post-type-archive-seminar .register-callout .callout-content {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .post-type-archive-seminar .register-callout .callout-content h2 {
    font-size: 20px;
  }
  .post-type-archive-seminar #seminar-list {
    width: 90%;
    margin: 0 auto;
  }
  .post-type-archive-seminar #seminar-list .nugget-list {
    padding: 20px 10px;
  }
  .post-type-archive-seminar #seminar-list .nugget-list.sticky-seminar .nugget-title {
    margin-top: 40px;
  }
  .post-type-archive-seminar #seminar-list .nugget-list.sticky-seminar .banner-small {
    height: auto;
    left: 0;
    width: 100%;
  }
  .post-type-archive-seminar #seminar-list .nugget-list.sticky-seminar .banner-small span {
    position: static;
    transform: rotate(0deg);
    text-indent: 0%;
    text-align: center;
  }
  .post-type-archive-seminar #seminar-list .nugget-list .nugget-title {
    font-size: 20px;
  }
  .post-type-archive-seminar #seminar-list .nugget-list .nugget-meta {
    position: relative;
    flex-flow: column nowrap;
    margin-bottom: 15px;
  }
  .post-type-archive-seminar #seminar-list .nugget-list .nugget-meta:after {
    bottom: -6px;
  }
  .post-type-archive-seminar #seminar-list .nugget-list .nugget-meta li {
    font-size: 14px;
  }
  .post-type-archive-seminar #seminar-list .nugget-list .nugget-meta li:after {
    display: none;
  }
  .post-type-archive-seminar ul.pagination {
    margin: 20px auto 0 20px;
    flex-flow: row wrap;
  }
  body.type-seminar #primary #social-links {
    top: -4px;
  }
  body.type-seminar .entry-title,
  body.type-seminar .entry-content,
  body.type-seminar .nugget-meta {
    width: 90%;
  }
  body.type-seminar .entry-title {
    font-size: 25px;
  }
  body.type-seminar .nugget-meta:after {
    bottom: -7px;
  }
}
@media screen and (max-width: 480px) {
  body.type-seminar #primary #social-links,
  .category-tutorials.post #primary #social-links {
    top: 6px;
  }
}
@media screen and (max-width: 360px) {
  .page-template-tmpl_lets-brew,
  .page-how-to-brew,
  .page-how-to-brew-development,
  .category-tutorials,
  body.type-seminar,
  .post-type-archive-seminar {
    /*.page-header {

			.section-navigation {

				li.menu-item {

					a {
						font-size: 20px;
					}
				}
			}
		}*/
  }
  .page-template-tmpl_lets-brew .page-header .section-navigation li.menu-item a,
  .page-how-to-brew .page-header .section-navigation li.menu-item a,
  .page-how-to-brew-development .page-header .section-navigation li.menu-item a,
  .category-tutorials .page-header .section-navigation li.menu-item a,
  body.type-seminar .page-header .section-navigation li.menu-item a,
  .post-type-archive-seminar .page-header .section-navigation li.menu-item a {
    font-size: 20px;
  }
  .category-tutorials.post article .entry-content small {
    max-width: 300px;
  }
  .category-tutorials.post article .entry-content small a {
    font-size: 16px;
  }
  .post-type-archive .navbar.static .callout-label {
    font-size: 12px;
    display: block;
    width: 50%;
  }
}
/*
*
* Custom styles for Join Now
*
*/
.page-join-now .join-header,
.page-join-now-event .join-header,
.page-add-household-members-event .join-header,
.page-add-household-members .join-header {
  margin: 50px 100px;
  text-align: center;
  min-height: 132px;
}
.page-join-now .join-header .entry-title,
.page-join-now-event .join-header .entry-title,
.page-add-household-members-event .join-header .entry-title,
.page-add-household-members .join-header .entry-title {
  font-size: 50px;
  font-weight: 700;
  font-family: "freight-micro-pro", serif;
  text-transform: none;
  margin-bottom: 0px;
}
.page-join-now .join-header .current,
.page-join-now-event .join-header .current,
.page-add-household-members-event .join-header .current,
.page-add-household-members .join-header .current {
  display: block;
}
.page-join-now .join-header .future,
.page-join-now-event .join-header .future,
.page-add-household-members-event .join-header .future,
.page-add-household-members .join-header .future,
.page-join-now .join-header .past,
.page-join-now-event .join-header .past,
.page-add-household-members-event .join-header .past,
.page-add-household-members .join-header .past {
  display: none;
}
.page-join-now #primary,
.page-join-now-event #primary,
.page-add-household-members-event #primary,
.page-add-household-members #primary {
  background: transparent;
}
.page-join-now #content,
.page-join-now-event #content,
.page-add-household-members-event #content,
.page-add-household-members #content {
  background: #fefefe;
  /* Old browsers */
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 25%, #fefefe 25%, #d7d7d7 100%);
}
.page-join-now .entry-content,
.page-join-now-event .entry-content,
.page-add-household-members-event .entry-content,
.page-add-household-members .entry-content {
  background-color: #FFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.page-join-now .mobile-ads,
.page-join-now-event .mobile-ads,
.page-add-household-members-event .mobile-ads,
.page-add-household-members .mobile-ads {
  display: none;
}
.page-join-now.aha-expired .members-only,
.page-join-or-renew.aha-expired .members-only {
  display: block;
  opacity: 1;
}
.page-join-now.aha-expired .non-members-only,
.page-join-or-renew.aha-expired .non-members-only {
  display: none;
  opacity: 0;
}
.initial-hide {
  display: none;
}
#join-steps {
  text-align: left;
  min-height: 700px;
  position: relative;
}
.join-step {
  width: 90%;
  margin: 0 auto;
}
.entry .row.affiliate {
  padding-top: 0px;
  padding-bottom: 12.5px;
}
form {
  position: relative;
}
form .form-intro {
  margin: 0px auto;
  padding: 50px 0px 25px 0px;
  width: 50%;
  text-align: center;
}
form .section-title {
  clear: both;
  float: left;
  display: block;
  width: 20%;
  border-top: 1px solid #DDD;
  font-family: "freight-micro-pro", serif;
  padding: 30px 0px;
  margin: 0px 5% 5% 0px;
  font-size: 28px;
  line-height: 1;
  position: relative;
}
form .section-title:first-child,
form .section-title:first-child + .form-section {
  border-top: 0px;
}
form .section-title i {
  font-size: 15px;
  display: inline-block;
  position: absolute;
  top: 37px;
  right: -19px;
}
form .section-title i:hover {
  cursor: pointer;
}
form .section-title .banner {
  position: absolute;
  left: -69px;
  top: 26px;
}
form .section-title .banner img {
  width: 60px;
  height: auto;
}
form .section-title .section-title-description {
  font-size: 12px;
  color: #e66704;
  line-height: 1.4;
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  font-style: normal;
  margin: 15px auto;
}
form .section-title .section-title {
  display: block;
}
form .form-section {
  float: left;
  display: block;
  border-top: 1px solid #DDD;
  padding: 35px 0px;
  width: 70%;
}
form .form-section .section-description,
form .form-section .label,
form .form-section label {
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  margin-top: 0px;
}
form .form-section .section-description input[type="checkbox"],
form .form-section .label input[type="checkbox"],
form .form-section label input[type="checkbox"] {
  margin-left: 8px;
}
form .form-section .form-group + .section-description {
  margin-top: 25px;
}
form .form-section > .row:first-child {
  margin-top: -10px;
}
form .form-section #affiliates {
  margin-top: -12px;
}
form .form-section #affiliates .control-group.error {
  background-color: rgba(185, 74, 72, 0.1);
  border: 1px solid #d9534f;
}
form .form-section.full {
  width: 100%;
  border: none;
  float: none;
  padding-left: 25%;
}
form .submit-group {
  padding-bottom: 10%;
}
form #clubs {
  margin-bottom: 10px;
}
form #clubs p {
  padding-left: 0px;
}
form .household {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s ease-in-out;
  transition-delay: 1s;
  position: relative;
}
form .household.in-view {
  opacity: 1;
  transform: translateX(0px);
}
h2 + form {
  margin-top: 25px;
}
.spin-loader {
  display: none;
  position: absolute;
  bottom: -36px;
  right: -23px;
  font-size: 18px;
}
.btn-submit + .spin-loader {
  right: -29px;
  line-height: 1.7;
  bottom: auto;
  top: 6px;
  height: 29px;
  width: 28px;
}
.add-element:hover {
  cursor: pointer;
}
#progress-nav {
  height: auto;
  overflow: visible;
  opacity: 1;
  transition: opacity .25s;
  display: inline-block;
  margin: 30px 0px 65px 0px;
}
#progress-nav {
  text-align: center;
  margin: 15px 0px 15px 5%;
  display: inline-block;
}
#progress-nav .link {
  display: inline-block;
  color: #777777;
  font-size: 17px;
}
#progress-nav .link:after {
  content: " / ";
  display: inline-block;
  position: relative;
  z-index: 0;
  top: 0px;
  margin: 0px 5px;
  color: #777777;
}
#progress-nav .link.current:after {
  display: none;
}
#progress-nav .link.future {
  display: none;
}
#progress-nav .link.current .title {
  color: #000;
}
#progress-nav .link.current .title:hover {
  cursor: default;
}
#progress-nav .link.past {
  color: #777777;
}
#progress-nav .selected {
  background-color: #5cb85c;
}
#payment-info.no-payment {
  padding-top: 150px;
}
.card-wrapper {
  padding-top: 25px;
}
.card-wrapper .jp-card-container {
  margin: 0px 0px 0px -25px;
}
#promoCodeContainer {
  margin-bottom: 25px;
}
#confirmation h1 {
  font-family: "freight-micro-pro", serif;
  padding: 50px 0px;
  font-size: 50px;
  text-transform: none;
}
#confirmation h2 {
  font-family: "bebas-neue", sans-serif;
  color: #ea9821;
  font-size: 30px;
  letter-spacing: 1px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.2;
}
#confirmation h3 a {
  font-family: "futura-pt", 'futura', sans-serif;
  color: #99bb28;
  font-size: 20px;
  letter-spacing: 1px;
}
#confirmation .row {
  margin: 20px 0px;
}
#confirmation .row > div {
  background-image: url('images/design/hr.png');
  background-repeat: no-repeat;
  background-size: 1px;
  background-position: right top;
}
#confirmation .row > div:last-child {
  background: none;
}
#confirmation .row img {
  position: relative;
  top: -12.5px;
  height: 150px;
  width: auto;
}
#confirmation .centered {
  text-align: center;
}
#confirmation .btn {
  margin: 30px 0px;
}
/*
* Hide certain fields based on member type
*/
.ba-logged-in #account-credentials,
.renewal #account-credentials {
  display: none;
}
#member-number,
#found-company-msg span,
#found-new-company-msg span,
.company-name,
#invoice-number {
  font-weight: bold;
}
/*
* Modals
*/
#dues-owed {
  text-align: center;
  position: absolute;
  top: 0px;
  right: 20px;
  opacity: 1;
  width: 175px;
  padding: 0px 10px;
  margin-right: 0px;
  height: auto;
  background-color: #ea9821;
  z-index: 10;
  transition: opacity 0.75s cubic-bezier(0.445, 0.14, 0, 1.4);
}
#dues-owed h3 {
  font-size: 15px;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  padding-bottom: 6px;
  margin: 13px 17px 0px 17px;
}
#dues-owed p {
  margin: 0px;
  font-family: Helvetica, Arial, sans-serif;
}
#dues-owed .dues,
#dues-owed .amount {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 42px;
  font-weight: 400;
  color: #FFF;
  letter-spacing: -1px;
}
#dues-owed .dues .dollar {
  font-size: 24px;
  position: relative;
  top: -14px;
  font-weight: 600;
}
#dues-owed .odometer-inside .odometer-digit:last-child {
  display: none;
}
#dues-owed.active {
  top: 0px;
  opacity: 1;
}
#dues-owed .early-renewal {
  font-family: "futura-pt", 'futura', sans-serif;
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  padding-bottom: 12.5px;
}
.sticky-dues #dues-owed {
  position: fixed;
  opacity: 1;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
@keyframes fadeOutIn {
  0% {
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 50px;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: .25;
    position: fixed;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.modal-body {
  text-align: left;
}
#emergency-modal h2 {
  text-align: center;
  color: #d9534f;
}
#emergency-modal .btn-link {
  font-size: 1.4rem;
}
#brewery-info,
#cbr-info,
#part-info,
#dist-info,
#indv-info,
#business-info,
.brewery-only,
.part-only,
.indv-only,
.cbr-only,
.dist-only,
.plan-only,
.hide-dist {
  display: none;
}
.new-member-only {
  display: inline-block;
}
.new-member-only-block {
  display: block;
}
.renewal .new-member-only,
.renewal #progess-nav .new-member-only,
.renewal .new-member-only-block {
  display: none;
}
/*
* Responsive Styles
*/
@media screen and (max-width: 1090px) {
  #dues-owed {
    text-align: center;
    width: 80%;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    opacity: 0;
    z-index: 0;
    display: none;
    padding: 10px;
    margin: -10px auto 40px auto;
  }
  #dues-owed.active {
    opacity: 1;
    display: block;
    top: auto;
  }
  .sticky-dues #dues-owed {
    width: 100%;
    z-index: 100;
    top: 0px;
    left: 0px;
    margin-top: 0px;
  }
  .sticky-dues #join-steps {
    padding-top: 250px;
  }
  #payment-info.no-payment {
    padding-top: 0px;
  }
}
@media screen and (max-width: 992px) {
  body.page-join-now {
    background-color: transparent;
  }
  body.page-join-now #wrapper {
    background-color: transparent;
  }
  body.page-join-now #content {
    margin: 0px;
  }
  body.page-join-now #wrapper {
    padding-top: 0px;
  }
  form .section-title {
    /*i{
		    bottom: 7px;
		    left: -24px;
		    right: auto;
		}*/
  }
  form .section-title .banner {
    left: -59px;
    top: 26px;
  }
  form .section-title .banner img {
    width: 50px;
    height: auto;
  }
}
@media screen and (max-width: 830px) {
  .custom-grid {
    display: block;
  }
  #member-login .option,
  #member-login .option-renew {
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
    border-left: 0px;
    margin-left: 0px;
  }
  form .section-title,
  form .form-section {
    width: 100%;
    display: block;
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
  }
  form .section-title {
    border: none;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  form .section-title .banner {
    left: -47px;
    top: -4px;
  }
  form .section-title .banner img {
    width: 38px;
    height: auto;
  }
  form .form-section {
    padding-bottom: 30px;
    border: none !important;
  }
  form .section-title i {
    top: 7px;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 830px) {
  #confirmation .row {
    margin-bottom: 70px;
  }
  #confirmation .row > div:first-child {
    background: none;
  }
  #confirmation .centered + .centered {
    margin-top: 100px;
  }
  .household .section-image {
    position: absolute;
    width: 50px;
    top: -17px;
  }
}
@media screen and (max-width: 568px) {
  body.page-join-now .site-branding .mobile,
  body.page-join-now.joining .site-branding .mobile,
  body.page-add-household-members .site-branding .mobile,
  body.page-join-now .site-branding .desktop,
  body.page-join-now.joining .site-branding .desktop,
  body.page-add-household-members .site-branding .desktop {
    display: none;
  }
  body.page-join-now .join-header,
  body.page-join-now.joining .join-header,
  body.page-add-household-members .join-header {
    margin: 20px 10px;
  }
  body.page-join-now article .entry-title.desktop,
  body.page-join-now.joining article .entry-title.desktop,
  body.page-add-household-members article .entry-title.desktop {
    display: none;
    opacity: 0;
  }
  body.page-join-now article .entry-title.mobile,
  body.page-join-now.joining article .entry-title.mobile,
  body.page-add-household-members article .entry-title.mobile {
    opacity: 1;
    height: auto;
    transition: opacity .25s;
    text-align: center;
    color: #FFF;
    font-size: 3rem;
    text-transform: none;
    margin: 0px auto;
    position: absolute;
    top: -36px;
    left: 0px;
    width: 100%;
  }
  body.page-join-now #primary,
  body.page-join-now.joining #primary,
  body.page-add-household-members #primary {
    min-height: 0px;
  }
  body.page-join-now #progress-nav,
  body.page-join-now.joining #progress-nav,
  body.page-add-household-members #progress-nav {
    margin: 10px 0 20px 0;
  }
  .sticky-dues #dues-owed,
  #dues-owed {
    width: 100%;
    z-index: 100;
    top: auto;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    position: fixed;
    box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.5);
  }
  #dues-owed .dues,
  #dues-owed .amount {
    font-size: 30px;
  }
  #dues-owed .dues .dollar {
    font-size: 14px;
  }
  .card-wrapper {
    display: none;
  }
  #join-steps,
  .sticky-dues #join-steps {
    min-height: 200px;
    padding-top: 30px;
  }
  #member-login {
    margin-top: 2rem;
  }
  form .section-title .banner {
    left: -35px;
    top: -4px;
  }
  form .section-title .banner img {
    width: 38px;
    height: auto;
  }
  label,
  .label {
    display: block;
    text-align: left;
    white-space: normal;
  }
  .radio-inline,
  .checkbox-inline {
    display: block;
    margin-bottom: 6px !important;
    font-size: 14px;
  }
  .submit-group {
    width: 100%;
  }
  .submit-group .btn {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 420px) {
  #primary.super-wide > article {
    padding: 0px;
  }
  #progress-nav .btn {
    margin-right: 10px;
  }
  #member-login .btn {
    font-size: 1.7rem;
  }
  #confirmation .msg {
    margin: 2rem 0px;
  }
  form .section-title .banner {
    display: none;
  }
  .household .section-image {
    width: 40px;
    top: -10px;
  }
}
/*
* Responsive Navigation Design
*/
/*
* Toggle Menu Button
*/
.toggle-menu {
  display: none;
  position: absolute;
  top: 130px;
  left: 0px;
  height: 36px;
  width: 44px;
  z-index: 1000;
  padding: 8px 10px 9px 10px;
  margin: 20px 0px 0px 0px;
  background-color: #432a0d;
  border: 0px solid #CCC;
  border-radius: 0px;
}
.page-aha-member-deals .toggle-menu {
  margin-top: 0px;
  top: 125px;
}
.admin-bar .toggle-menu {
  top: 130px;
  margin-top: 0px;
}
.toggle-menu .icon-bar {
  background-color: #FFF;
}
.toggle-menu .icon-bar + .icon-bar {
  margin-top: 4px;
}
.toggle-menu .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  transition: transform .25s ease;
}
.toggle-menu.active .icon-bar:nth-child(1) {
  transform: rotate(135deg);
  position: relative;
  top: 4px;
}
.toggle-menu.active .icon-bar:nth-child(2) {
  transform: rotate(-135deg);
  position: relative;
  top: -3px;
}
.toggle-menu.active .icon-bar:nth-child(3) {
  display: none;
}
body .toggle-menu {
  -webkit-tap-highlight-color: transparent;
}
/*
* Main Nav
*
* Fullscreen - default styles
*/
#menu-main {
  list-style: none;
  *zoom: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  width: 1050px;
}
#menu-main:before,
#menu-main:after {
  content: " ";
  display: table;
}
#menu-main:after {
  clear: both;
}
#menu-main li {
  position: relative;
  display: table-cell;
  text-align: center;
  width: 14.28571429%;
  background: transparent;
  padding: 0px;
  margin: 0px;
}
#menu-main li a {
  width: 100%;
  display: block;
  height: 100%;
  line-height: 3;
  height: 40px;
  text-decoration: none;
  /*background:@navbar-bg;*/
  color: #FFF;
  font-size: 1.7rem;
  text-transform: lowercase;
  font-weight: 500;
}
#menu-main li a i {
  font-size: 15px;
}
#menu-main > li.current-menu-ancestor,
#menu-main > li.current-menu-ancestor {
  background: url(images/design/bg_main-nav_active.png) no-repeat;
  background-size: 100% 100%;
  color: #432a0d;
}
#menu-main li.current-menu-ancestor li a {
  color: #432a0d;
  background-color: #99bb28;
}
#menu-main li.current-menu-ancestor li li a {
  color: #FFF;
}
#menu-main li.current-menu-ancestor li li a:hover {
  background-color: #b3d640 !important;
}
@media screen and (min-width: 768px) {
  #menu-main > li a:hover {
    color: #432a0d;
  }
  #menu-main > li.hover,
  #menu-main > li.hover.current-menu-ancestor {
    color: #432a0d;
    background-image: url(images/design/bg_main-nav.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  #menu-main > li.hover li a,
  #menu-main > li.hover.current-menu-ancestor li a {
    color: #FFF;
  }
  #menu-main > li.hover li li a,
  #menu-main > li.hover.current-menu-ancestor li li a {
    color: #432a0d;
  }
  #menu-main > li.hover li li a:hover,
  #menu-main > li.hover.current-menu-ancestor li li a:hover {
    color: #FFF;
  }
  #menu-main li li.extra-margin {
    margin-right: 30px;
  }
}
#menu-main > li.hover > ul {
  left: auto;
  top: 40px;
}
.gecko #menu-main > li.hover > ul {
  left: auto;
}
.gecko #menu-main li ul {
  width: auto;
  min-width: 0px;
}
#menu-main li ul {
  position: absolute;
  left: -9999px;
  list-style: none;
  width: auto;
  background-color: #99bb28;
  min-width: 275px;
  min-height: 312px;
  padding-top: 5px;
  z-index: 100;
}
#menu-main li ul > .column > li,
#menu-main li ul > li {
  display: block;
  width: 100%;
  float: left;
  cursor: pointer;
  padding: 0px 10px;
  margin-bottom: 0px;
}
#menu-main li ul > .column > li > a,
#menu-main li ul > li > a {
  color: #FFF;
  font-weight: 500;
  font-family: "futura-pt", 'futura', sans-serif;
  text-align: left;
  padding: 6px 10px;
  text-transform: none;
  display: block;
  z-index: 100;
  height: auto;
  line-height: 18px;
  white-space: nowrap;
  font-size: 18px;
}
#menu-main li ul > .column > li > a:hover,
#menu-main li ul > li > a:hover {
  background-color: #b3d640;
}
#menu-main li ul > li:first-child {
  margin-left: 0px;
}
#menu-main li ul > li.menu-item-has-children {
  padding: 0px 10px 0px 10px;
}
#menu-main li ul > li.menu-item-has-children > ul {
  /*height: 235px;*/
}
#menu-main li ul > li.menu-item-has-children > ul ul {
  height: auto;
}
#menu-main li ul > li.menu-item-has-children.auto > ul {
  height: auto;
}
#menu-main li ul > li.teaser {
  width: 270px !important;
  height: 312px;
  background: url(images/design/bg_nav-teaser.jpg) !important;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: -270px;
  margin-top: -5px;
  clear: none !important;
}
#menu-main li ul > li.teaser img {
  margin: 9px 0px;
  width: 100%;
  height: auto;
}
#menu-main li ul > li.teaser a {
  padding: 0px;
}
#menu-main li ul > li.teaser a:hover {
  background-color: transparent;
}
#menu-main li ul > li.teaser p,
#menu-main li ul > li.teaser p a {
  text-align: left;
  color: #FFF;
  font-size: 12px;
  line-height: 1.4;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
}
#menu-main li ul > .column {
  float: left;
  width: 100%;
}
#menu-main li ul > .column > li {
  display: block;
  width: 100%;
  float: none;
}
#menu-main li ul > .column > li > a {
  white-space: normal;
}
#menu-main li.double ul > .column {
  width: 50%;
}
#menu-main li.triple ul > .column {
  width: 33%;
}
#menu-main li.quad ul > .column {
  width: 25%;
}
@media screen and (min-width: 992px) {
  #menu-main {
    /*li li.menu-item-has-childen + li{padding-top: @1pad;}*/
  }
  #menu-main li:nth-child(1) > ul {
    width: 350px;
  }
  #menu-main li:nth-child(3) > ul {
    width: 300px;
  }
  #menu-main li#menu-item-3059 > ul li,
  #menu-main li#menu-item-3060 > ul li,
  #menu-main li#menu-item-3115 > ul li,
  #menu-main li#menu-item-3101 > ul li,
  #menu-main li#menu-item-3107 > ul li {
    clear: left;
    width: 100%;
    min-width: 185px;
  }
  #menu-main li#menu-item-3115 li.teaser,
  #menu-main li#menu-item-3101 li.teaser,
  #menu-main li#menu-item-3107 li.teaser {
    background: url(images/design/bg_nav-teaser_flipped.jpg) !important;
    left: -270px;
    right: auto;
  }
  #menu-main li li.no-main {
    display: none;
  }
  #menu-main li li.auto ul {
    height: auto;
    min-height: 0px !important;
  }
}
#menu-main li li > ul {
  left: 0px;
  top: 0px;
  min-height: 0px;
}
#menu-main > li li ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: auto !important;
  position: relative;
  left: 0px;
  top: 0px;
  height: auto;
  /*min-height: 206px;*/
}
#menu-main > li li ul > li {
  padding: 0px;
  display: block;
  margin: 0px !important;
  float: none;
  min-width: 0px;
}
#menu-main > li li ul > li > a {
  font-weight: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 5px 10px 6px 10px;
  color: #432a0d;
  font-size: 16px;
}
#menu-main > li li ul > li:hover {
  background: #b3d640 !important;
}
#menu-main > li li ul > li:last-child {
  width: auto;
  height: auto;
  background: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
#menu-main li li li ul {
  display: none;
}
#menu-main li li li li a.parent,
#menu-main li li li a {
  background-image: none !important;
}
/*
* Footer Nav
*/
#menu-footer ul {
  height: 86px;
  max-width: 1000px;
  margin: 0 auto;
}
#menu-footer li {
  display: block;
  float: left;
  text-align: left;
  padding: 0px 0px 0px 80px;
  margin: 0px 20px 0px 0px;
  padding-top: 0px;
  position: relative;
  /*z-index: 1;*/
  width: 24%;
  transition: all 0.1s ease-in-out;
  background: url(images/icons/icon_footer-tri.png) 50% -17% no-repeat;
  background-size: 25px;
}
#menu-footer li a {
  color: #FFF;
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-top: 25px;
  white-space: nowrap;
}
#menu-footer li ul {
  background-size: 48px;
  background-position: 0px;
  margin: 0px 0px 0px -80px;
  padding: 2px 0px 0px 80px;
  background-repeat: no-repeat;
}
#menu-footer li li ul {
  display: none;
}
#menu-footer li a:hover {
  cursor: pointer;
  color: #ea9821;
}
#menu-footer li:nth-child(1) ul {
  background-image: url(images/icons/magazine.png);
  background-size: 70px;
}
#menu-footer ul li:nth-child(1) {
  width: 26%;
}
#menu-footer li:nth-child(2) ul {
  background-image: url(images/icons/join.png);
  padding-right: 8px;
  background-size: 41px;
  background-position: 12px 7px;
}
#menu-footer ul li:nth-child(2) {
  width: 24%;
  padding-left: 94px;
}
#menu-footer li:nth-child(3) ul {
  background-image: url(images/icons/reach.png);
  background-size: 70px;
  background-position: 0px 7px;
}
#menu-footer ul li:nth-child(3) {
  width: 24%;
  margin-right: 29px;
}
#menu-footer li:hover {
  background: url(images/icons/icon_footer-tri.png) 50% -17% no-repeat, url(images/design/hover-glow.png) 50% 50% no-repeat;
  background-size: 25px, 200px;
  background-position: 50% -1%, 50% 50%;
}
#menu-footer ul li ul {
  position: relative;
  /*z-index: 10;*/
  border-right: 1px solid #bcbec0;
}
#menu-footer ul li li {
  float: none;
  background: none !important;
  padding: 2px 0px !important;
  margin: 0px;
  border: none;
  width: 100% !important;
}
#menu-footer ul li li a {
  font-family: "futura-pt", 'futura', sans-serif;
  font-weight: normal;
  color: #bcbec0;
  font-size: 1.4rem;
  letter-spacing: 0px;
  margin-top: 0px;
}
#menu-footer li li a:hover {
  color: #FFF;
  cursor: pointer;
}
/*
* Special style for the menu on XS screens. Included here for conveience.
*/
@media screen and (max-width: 767px) {
  #wrapper nav#access {
    top: -7px;
  }
  #wrapper.active {
    min-height: 0px;
  }
  #wrapper.active nav#access {
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #wrapper.active #content,
  #wrapper.active footer {
    height: 100vh;
    overflow: hidden;
  }
  #wrapper.active footer,
  #wrapper.active .mobile-ads {
    display: none;
  }
}
/*
* Responsive Navigation  //Let's Switch to a flyout menu
*/
@media screen and (max-width: 992px) {
  #wrapper {
    overflow-x: hidden;
  }
  nav#access {
    display: none;
    position: absolute;
    top: 182px;
    left: 0px;
    transform: translateX(-100vw);
    transition: transform .35s ease;
    background-color: #432a0d;
    height: 100vh;
    width: 100%;
  }
  nav#access.active {
    transform: translateX(0vw);
  }
  .js nav#access {
    display: block;
  }
  .sticky-header nav#access {
    top: 0px;
  }
  #menu-main {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: visible;
    background: #432a0d;
    border-top: 2px solid #FFF;
    display: block;
  }
  #menu-main li {
    width: 100% !important;
    display: block;
    border-bottom: 2px solid #FFF;
    text-align: left;
    min-height: 39px;
    height: auto;
    float: none !important;
  }
  #menu-main li a {
    padding: 10px 30px 10px 12.5px;
    font-size: 18px;
    height: auto;
    line-height: 1.2;
    color: #FFF;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 400;
  }
  #menu-main li a:hover {
    color: #FFF;
  }
  #menu-main li#menu-item-44695 {
    background-color: #99bb28;
  }
  #menu-main li > ul {
    opacity: 0;
    transition: opacity 0.2s ease, max-height 0.1s ease;
    max-height: 0px;
    overflow: hidden;
    position: static;
    top: auto;
    left: auto;
    min-height: 0px;
  }
  #menu-main li.hover > ul,
  #menu-main li li.hover > ul {
    opacity: 1;
    transition: opacity 0.3s ease, max-height 0.2s ease;
    max-height: 1000px;
    overflow: visible;
  }
  #menu-main li ul {
    margin: 0px;
    padding: 0px;
    height: auto;
    border-top: 2px solid #FFF;
    margin-bottom: -2px;
  }
  #menu-main li ul li {
    padding: 0px !important;
    background-color: #99bb28;
  }
  #menu-main li ul li a {
    text-transform: uppercase !important;
    font-weight: 400;
    font-size: 18px;
    white-space: normal;
    color: #FFF !important;
  }
  #menu-main li li a.parent {
    background-color: #99bb28;
  }
  .touch #menu-main li ul > .column > li > a:hover,
  .touch #menu-main li ul > li > a:hover {
    background-color: transparent;
  }
  .touch #menu-main li ul > .column > li > a:active,
  .touch #menu-main li ul > li > a:active {
    background-color: #b3d640;
  }
  #menu-main li ul > .column > li > a,
  #menu-main li ul > li > a,
  #menu-main li.current-menu-ancestor li a,
  #menu-main li.current-menu-ancestor.hover li a {
    font-size: 18px;
    padding: 10px 30px 10px 12.5px !important;
    line-height: 1.2;
  }
  #menu-main li li ul {
    margin-top: -2px;
  }
  #menu-main li li ul li {
    height: auto;
    background-color: #eeae50;
  }
  #menu-main li li ul li a {
    padding: 10px 20px 10px 12.5px !important;
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
  }
  #menu-main > li li ul > li:last-child {
    border-bottom: 0px;
    background: #eeae50;
  }
  #menu-main > li.hover > ul,
  #menu-main li li.hover ul {
    position: static;
    top: auto;
    left: auto;
  }
  #menu-main li ul > .column {
    margin: 0px;
    padding: 0px;
    width: 100% !important;
    float: none;
  }
  #menu-main li li.teaser {
    display: none !important;
  }
  #menu-main li.hover,
  #menu-main li.hover.current-menu-ancestor {
    background: #77911f;
    color: #FFF;
  }
  #menu-main li.current-menu-ancestor {
    background: #432a0d;
  }
  #menu-main li.current-menu-ancestor a {
    color: #FFF;
  }
  #menu-main li a.parent {
    background-image: none !important;
  }
  #menu-main li a.parent:after,
  #menu-main li.hover li a.parent:after {
    content: '\e830';
    font-family: 'fontello';
    float: right;
    margin-right: -19px;
    font-size: 22px;
    margin-top: -3px;
  }
  #menu-main li.hover a.parent:after,
  #menu-main li.hover li.hover a.parent:after {
    content: '\e834';
  }
  #menu-main li.hover li a.parent:after {
    margin-right: -19px;
  }
}
@media screen and (max-width: 768px) {
  .page-aha-member-deals .toggle-menu {
    top: 0px;
  }
}
/*
* member-deals.less
* Styles for the member deal locator
* https://www.homebrewersassociation.org/membership/aha-member-deals
*
*/
.page-aha-member-deals h1 {
  font-size: 40px;
  font-family: "freight-micro-pro", serif;
  font-weight: 600;
  text-transform: normal;
  line-height: 1;
  text-align: center;
}
.page-aha-member-deals p {
  font-family: "futura-pt", 'futura', sans-serif;
  font-size: 24px;
  max-width: 1000px;
  margin: 5px auto;
}
.page-aha-member-deals p.smaller {
  font-size: 18px;
}
.page-aha-member-deals #banner p {
  max-width: 100%;
}
.page-aha-member-deals .sticky-header header#branding #menu-supp,
.page-aha-member-deals .sticky-header header#branding #searchform,
.page-aha-member-deals .sticky-header header#branding .toggle-menu {
  top: 150px !important;
}
.page-aha-member-deals #social-links {
  display: none;
}
.page-aha-member-deals #content {
  margin: 0px;
  width: 100%;
  padding: 0px;
  background: #fff;
}
.page-aha-member-deals #primary {
  width: 100%;
  float: none;
  left: 0px;
}
.page-aha-member-deals .entry-title {
  display: none;
}
.page-aha-member-deals .intro-title {
  font-family: "freight-micro-pro", serif;
  margin-bottom: 12.5px;
}
.page-aha-member-deals .cards-dismiss {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
  cursor: pointer;
}
.page-aha-member-deals #map_container {
  position: absolute;
  top: 240px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-aha-member-deals #map_canvas {
  height: 100%;
}
.page-aha-member-deals .navbar {
  background: #fff;
  position: absolute;
  top: 155px;
  left: 0px;
  right: 0px;
  z-index: 9;
  margin: 0px;
  padding: 10px;
  height: auto;
  border-radius: 0px;
}
.page-aha-member-deals .navbar ul.navbar-nav.justified {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-aha-member-deals .navbar ul.navbar-nav.justified li {
  width: 32%;
  margin: 0px;
}
.page-aha-member-deals .navbar ul.navbar-nav.justified li.join-now {
  width: 12%;
  margin-right: 50px;
}
.page-aha-member-deals .navbar ul.navbar-nav.justified li.join-now a {
  padding: 0px;
  background-color: transparent;
}
.page-aha-member-deals .navbar ul.navbar-nav.justified li.join-now a img {
  object-fit: contain;
  height: 40px;
}
.page-aha-member-deals .navbar ul.navbar-nav.justified li .btn,
.page-aha-member-deals .navbar ul.navbar-nav.justified li .dropdown-toggle {
  background-color: #ea9821;
  height: 44px;
  width: 100%;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.page-aha-member-deals .navbar ul.navbar-nav.justified li .btn:hover,
.page-aha-member-deals .navbar ul.navbar-nav.justified li .dropdown-toggle:hover {
  background-color: #c57c13;
}
.page-aha-member-deals .navbar ul.navbar-nav.justified .form-group {
  display: flex;
  height: 44px;
}
.page-aha-member-deals .navbar ul.navbar-nav.justified .form-group .form-control {
  width: 100%;
}
.page-aha-member-deals .navbar ul.navbar-nav.justified .form-group .btn {
  min-width: 44px;
  width: 44px;
  flex-flow: column nowrap;
}
.page-aha-member-deals .navbar ul.navbar-nav.justified .form-group .btn i {
  margin: 0px;
}
.page-aha-member-deals .navbar #autocomplete-list {
  background: #fff;
  padding-left: 0px;
  list-style: none;
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  position: absolute;
  top: 44px;
}
.page-aha-member-deals .navbar #autocomplete-list li {
  font-family: "futura-pt", 'futura', sans-serif;
  padding: 3px 10px;
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.1;
}
.page-aha-member-deals .navbar #autocomplete-list li:first-of-type {
  padding-top: 10px;
}
.page-aha-member-deals .navbar #autocomplete-list li:hover {
  background: #ebebeb;
}
.page-aha-member-deals .navbar #near-me {
  line-height: 0.5;
  font-weight: 400;
}
.page-aha-member-deals .navbar .btn-wrapper {
  width: 50%;
  max-width: 750px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.page-aha-member-deals .navbar ul.dropdown-menu li {
  width: 100% !important;
}
.page-aha-member-deals #cards {
  border: 5px solid #000;
  border-width: 5px 0px;
  position: absolute;
  top: 240px;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  width: 425px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  display: none;
}
.page-aha-member-deals #cards.closed {
  transform: translateX(425px);
}
.page-aha-member-deals #hide-cards {
  position: absolute;
  top: 340px;
  right: 390px;
  background: #fff;
  transform: rotate(-90deg);
  cursor: pointer;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "bebas-neue", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  transition: transform 0.3s ease-in-out;
  display: none;
}
.page-aha-member-deals #hide-cards:before {
  content: 'Hide Cards';
  margin-left: 5px;
}
.page-aha-member-deals #hide-cards:after {
  content: '';
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20180709095204/close_arrow.svg');
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  transform: rotate(90deg);
}
.page-aha-member-deals #hide-cards.closed {
  transform: translateX(425px) rotate(-90deg);
}
.page-aha-member-deals #hide-cards.closed:before {
  content: 'Show Cards';
}
.page-aha-member-deals #hide-cards.closed:after {
  background-image: url('https://cdn.homebrewersassociation.org/wp-content/uploads/20180709095203/open_arrow.svg');
}
.page-aha-member-deals .deal-info {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.page-aha-member-deals .card {
  width: 87%;
  transition: all .05s linear;
  height: auto;
  padding: 30px 16px 16px 16px;
  box-sizing: content-box;
  background-color: #FFF;
  margin: 10px auto 6.25px auto;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  border: 2px solid transparent;
}
.page-aha-member-deals .card.ONL .hours,
.page-aha-member-deals .card.ONL .address,
.page-aha-member-deals .card.ONL .city,
.page-aha-member-deals .card.ONL .stateProvince,
.page-aha-member-deals .card.ONL .directions,
.page-aha-member-deals .card.ONL .zip {
  display: none !important;
}
.page-aha-member-deals .card.ONL .contents {
  align-items: flex-end;
}
.page-aha-member-deals .card.ONL .logo-wrapper {
  height: auto;
}
.page-aha-member-deals .card.ONL .deal {
  margin-top: 10px;
}
.page-aha-member-deals .card.ONL .fa-lock {
  display: inline;
}
.page-aha-member-deals .card .company-type {
  position: absolute;
  top: -2px;
  padding: 5px 10px 3px 10px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #5bc0de;
}
.page-aha-member-deals .card .company-type.brewpub {
  background-color: #ffc300;
}
.page-aha-member-deals .card .company-type.brewery {
  background-color: #99bb28;
}
.page-aha-member-deals .card .company-type.shop {
  background-color: #ea9821;
}
.page-aha-member-deals .card .company-type.online {
  background-color: #d9534f;
}
.page-aha-member-deals .card .deal {
  margin: 5px 0px 0px 0px;
  font-weight: bold;
  color: #dd8b15;
  font-size: 16px;
}
.page-aha-member-deals .card .contents {
  position: relative;
  left: -142px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.page-aha-member-deals .card .company-name {
  margin: 0px;
}
.page-aha-member-deals .card .company-name a,
.page-aha-member-deals .card .tel {
  color: #222;
}
.page-aha-member-deals .card .description {
  font-size: 12px;
  margin: 5px auto 0px 0px;
}
.page-aha-member-deals .card .logo-wrapper {
  display: block;
  width: 35%;
  height: 100px;
}
.page-aha-member-deals .card .logo-wrapper .logo {
  max-height: 100%;
  width: auto;
  padding-right: 20px;
  border-right: 2px solid #ebebeb;
}
.page-aha-member-deals .card .vcard {
  display: inline-block;
  font-size: 12px;
  margin-left: 15px;
  max-width: 60%;
}
.page-aha-member-deals .card .vcard .address,
.page-aha-member-deals .card .vcard .tel {
  display: block;
}
.page-aha-member-deals .card .company-name {
  font-family: "futura-pt", 'futura', sans-serif;
}
.page-aha-member-deals .card .btn-wrapper {
  display: flex;
  margin-top: 5px;
}
.page-aha-member-deals .card .btn-wrapper a {
  color: #222;
  border: 1px solid #222;
  font-size: 13px;
  padding: 3px 5px 2px 5px;
}
.page-aha-member-deals .card .btn-wrapper a:first-of-type {
  margin-right: 10px;
}
.page-aha-member-deals .card .btn-wrapper a:hover {
  text-decoration: none;
}
.page-aha-member-deals .card .btn-wrapper a i {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.page-aha-member-deals .card .is-craft {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.page-aha-member-deals .card .is-craft .craft-seal {
  width: 50px;
}
.page-aha-member-deals .card.active,
.page-aha-member-deals .card:hover {
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
}
.page-aha-member-deals .card:hover {
  cursor: pointer;
}
.page-aha-member-deals .hours {
  cursor: pointer;
  margin: 0px;
}
.page-aha-member-deals .hours .open-now {
  margin-right: 5px;
  color: #8eba26;
  font-weight: bold;
}
.page-aha-member-deals .hours .open-now.closed {
  color: #d9534f;
}
.page-aha-member-deals .hours .todays-hours {
  margin-left: 5px;
}
.page-aha-member-deals .hours .hours-content {
  list-style: none;
  padding-left: 50px;
  transition: all 0.3s ease;
  margin: 0px;
  height: 0px;
  opacity: 0;
}
.page-aha-member-deals .hours .hours-content.open {
  opacity: 1;
  height: 110px;
}
.page-aha-member-deals .hours .hours-content li {
  font-size: 12px;
  margin: 0px;
}
.page-aha-member-deals .country {
  text-align: center;
  background: #222;
  padding: 10px;
  font-weight: bold;
  color: #fff;
}
.page-aha-member-deals #show-list {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-family: "bebas-neue", sans-serif;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  background-color: #5bc0de;
  font-size: 16px;
  letter-spacing: 1px;
  z-index: 3;
  opacity: 1;
  display: none;
}
.page-aha-member-deals #show-list.show {
  display: block;
}
.page-aha-member-deals #show-list.hide {
  opacity: 0;
}
.page-aha-member-deals .load-more {
  display: block;
  margin: 20px auto;
}
.page-aha-member-deals .map-intro-text {
  padding: 260px 50px 50px 50px;
}
.page-aha-member-deals .map-intro-text p {
  text-align: center;
}
.page-aha-member-deals .map-intro-text .btn {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .page-aha-member-deals header#branding {
    height: 140px;
  }
  .page-aha-member-deals header#branding #menu-supp,
  .page-aha-member-deals header#branding #searchform,
  .page-aha-member-deals header#branding .toggle-menu {
    top: 139px;
  }
  .page-aha-member-deals li.join-now {
    display: none;
  }
  .page-aha-member-deals .member-deal-nav .btn-wrapper {
    width: 100% !important;
  }
  .page-aha-member-deals #content {
    margin-top: 35px;
  }
  .page-aha-member-deals .map-intro-text {
    padding-top: 170px;
  }
}
@media screen and (max-width: 768px) {
  .page-aha-member-deals h1 {
    font-size: 30px;
  }
  .page-aha-member-deals p {
    font-size: 20px;
    margin: 5px auto;
  }
  .page-aha-member-deals p.smaller {
    font-size: 16px;
  }
  .page-aha-member-deals .breadcrumbs {
    display: none;
  }
  .page-aha-member-deals header#branding #searchform {
    display: block;
  }
  .page-aha-member-deals header#branding #user-info {
    top: 3px;
    left: 151px;
  }
  .page-aha-member-deals header#branding #site-title a {
    background-size: 90%;
  }
  .page-aha-member-deals .navbar {
    top: 130px;
  }
  .page-aha-member-deals #map_container {
    top: 210px;
  }
  .page-aha-member-deals #cards {
    top: 210px;
  }
  .page-aha-member-deals #hide-cards {
    top: 315px;
  }
  .page-aha-member-deals .map-intro-text {
    padding: 100px 30px 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-aha-member-deals .toggle-menu {
    top: 0px !important;
  }
  .page-aha-member-deals header#branding {
    height: 36px;
  }
  .page-aha-member-deals header#branding #menu-supp {
    top: 0px;
  }
  .page-aha-member-deals header#branding #searchform {
    display: none;
  }
}
@media screen and (max-width: 667px) {
  .page-aha-member-deals #primary {
    margin-top: 0px;
  }
  .page-aha-member-deals .navbar {
    top: 0px;
  }
  .page-aha-member-deals #map_container {
    top: 60px;
  }
  .page-aha-member-deals #cards {
    top: 60px;
  }
  .page-aha-member-deals .entry-content p,
  .page-aha-member-deals h1 {
    opacity: 0;
  }
  .page-aha-member-deals footer,
  .page-aha-member-deals .map-intro-text,
  .page-aha-member-deals .mobile-ads {
    display: none;
  }
  .page-aha-member-deals #content {
    margin-top: 0px;
  }
}
@media screen and (min-width: 569px) {
  .page-aha-member-deals .desktop-hide {
    display: none !important;
  }
}
@media screen and (max-width: 568px) {
  .page-aha-member-deals .mobile-hide {
    display: none !important;
  }
  .page-aha-member-deals #hide-cards,
  .page-aha-member-deals .gm-bundled-control {
    display: none;
  }
  .page-aha-member-deals #primary {
    padding: 0px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    min-height: 0px;
    max-width: 100%;
  }
  .page-aha-member-deals .member-deal-nav {
    position: fixed;
    top: 40px;
    padding: 5px;
  }
  .page-aha-member-deals .member-deal-nav ul.navbar-nav.justified li {
    width: auto;
  }
  .page-aha-member-deals .member-deal-nav ul.navbar-nav.justified li.form,
  .page-aha-member-deals .member-deal-nav ul.navbar-nav.justified #near-me {
    min-width: 0px;
  }
  .page-aha-member-deals .member-deal-nav ul.navbar-nav.justified li.dropdown {
    width: 70%;
  }
  .page-aha-member-deals .member-deal-nav ul.navbar-nav.justified .dropdown-menu {
    position: absolute;
    margin: 0;
  }
  .page-aha-member-deals .member-deal-nav ul.navbar-nav.justified .dropdown-menu li a {
    padding: 10px 15px 10px 25px;
    font-size: 16px;
  }
  .page-aha-member-deals .member-deal-nav input {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    height: 44px;
    top: 93px;
    transform: translateY(-100px);
    transition: transform 0.3s ease;
    z-index: 400;
  }
  .page-aha-member-deals .member-deal-nav input.open {
    transform: translateY(0px);
  }
  .page-aha-member-deals .member-deal-nav #autocomplete-list {
    position: fixed;
    left: 0;
    top: 135px;
  }
  .page-aha-member-deals .entry-title {
    display: none;
  }
  .page-aha-member-deals #map_canvas {
    position: fixed !important;
    width: 100%;
    height: 100%;
  }
  .page-aha-member-deals #map_container {
    top: 0px;
  }
  .page-aha-member-deals #cards {
    width: 100%;
    border: none;
    position: relative;
    overflow-x: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .page-aha-member-deals #cards .deal-info {
    display: none;
  }
  .page-aha-member-deals #cards .card {
    margin: 0px 0px 10px 0px;
    width: auto;
    padding: 25px 15px 15px 15px;
    position: relative;
    border: 1px solid rgba(197, 197, 197, 0.2);
  }
  .page-aha-member-deals #cards .card .company-name {
    font-size: 18px;
    margin-bottom: 3px;
    padding-top: 5px;
  }
  .page-aha-member-deals #cards .card .logo-wrapper {
    width: 30%;
    height: 100px;
    display: flex;
    align-items: flex-end;
  }
  .page-aha-member-deals #cards .card .company-type {
    top: -1px;
  }
  .page-aha-member-deals #cards .card .hours {
    margin: 0px;
    font-size: 15px;
  }
  .page-aha-member-deals #cards .card .contents {
    margin-top: 10px;
    left: -125px;
    display: flex;
    align-items: flex-end;
  }
  .page-aha-member-deals #cards .card .deal {
    max-width: 100%;
    font-size: 16px;
    margin: 3px 0px;
  }
  .page-aha-member-deals #cards .card .description,
  .page-aha-member-deals #cards .card .hours-content,
  .page-aha-member-deals #cards .card .hours-btn {
    display: none !important;
  }
  .page-aha-member-deals #cards .card .vcard {
    margin-left: 24px;
    max-width: 55%;
  }
  .page-aha-member-deals #cards .card p.msg.bg-danger {
    max-width: 94%;
  }
  .page-aha-member-deals ::-webkit-scrollbar {
    display: none;
  }
}
/* Ratings Widget */
.rating-form .rw-ui-container .rw-report-link {
  display: none !important;
}
aside .nav-tabs > li.active > a:hover,
aside .nav-tabs .open > a:hover,
aside .nav-tabs > li.active > a,
aside .nav-tabs > li.active > a:focus,
aside .nav-tabs .open > a,
aside .nav-tabs .open > a:focus,
aside .nav-tabs > li:hover + li.active a {
  padding-top: 10px;
  background-position: 0px -1px;
}
.popover {
  min-width: 250px;
}
.popover p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0px;
}
.nav-tabs > li.active + li a,
.nav-tabs > li:hover + li a {
  background: #432a0d;
}
.nav-tabs > li.active + li a:hover {
  background: #99bb28;
}
/*aside .widgets .tab-content, aside .tab-content {padding: 10px;
         h2:first-child{margin-top: 0px;}
         ul{margin-left: -8px;}
         li{color: @brand-brown; padding: 5px 0px; overflow: hidden; padding: 3px 0px; line-height: 16px; }
         li a{ text-decoration: none; color: @brand-orange; font-family: @font-family-base; font-size: 1.2rem; line-height: 1.2rem; font-weight: 600; padding-left: 10px; text-indent: -5px; display: block;}
         li i{font-size: 1.0rem;}
}



.home .widgets .tab-content li a{color: @brand-brown;
		 					   &:hover{color: @brand-orange;}
}

.widgets .nav-tabs > li{text-align: center;
			   &.active{box-shadow: 0px -3px 7px rgba(0,0,0, .4); background: @brand-green;}
			   > a {border-radius: 0px;}
}*/
.modal-title {
  font-size: 2rem;
  padding-right: 30px;
}
.modal-dialog {
  padding-top: 60px;
}
.modal-footer {
  clear: both;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0px;
}
#modal-login .modal-header {
  border: 0;
}
#modal-login .modal-content {
  background: #ebebeb;
}
#modal-login .modal-footer {
  text-align: left;
}
#modal-login .join-us-logo,
#modal-login .join-text {
  display: none;
}
#modal-login .member-login {
  margin: 0px;
  padding-top: 0px;
}
#modal-login .login-form {
  flex-flow: column nowrap;
}
#modal-login .login-form .form-group {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
}
#modal-login .login-form .btn {
  margin-bottom: 10px;
}
.entry .palette .row div {
  height: 150px;
}
.entry .palette .row div.brand-primary {
  background: #432a0d;
  color: #FFF;
}
.entry .palette .row div.brand-red {
  background: #e66704;
}
.entry .palette .row div.brand-green {
  background: #99bb28;
}
.entry .palette .row div.brand-orange {
  background: #ea9821;
}
.entry .palette .row div.brand-info {
  background: #5bc0de;
}
.entry .palette .row div.brand-warning {
  background: #f0ad4e;
}
.entry .palette .row div.brand-danger {
  background: #d9534f;
}
.entry .palette .row div.aha-black {
  background: rgba(0, 0, 0, 0.1);
}
.entry .palette .row div.aha-green {
  background: rgba(110, 144, 29, 0.08);
}
/*
* Smarty Streets
*/
.smarty-autocomplete {
  border: 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.smarty-suggestion {
  font-size: 14px;
  padding: 2px 5px;
}
/*# sourceMappingURL=style.css.map */
