@charset "UTF-8";
/*
 * Application Bootstrapper
 *
 */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * Application Variables
 *
 */
/* ==========================================================================
   Paths
   ========================================================================== */
/* ==========================================================================
   Colors
   ========================================================================== */
/*#799946;*/
/*#81aa26;*/
/*#406225;*/
/* ==========================================================================
   Layout
   ========================================================================== */
/* ==========================================================================
   Breakpoints
   ========================================================================== */
/* ==========================================================================
   Assets
   ========================================================================== */
/* ==========================================================================
   Animations
   ========================================================================== */
/*
 * Sizes
 */
/* ==========================================================================
   Helper mixins
   ========================================================================== */
/*
 * Layout
 */
/*
 * Media Queries
 */
/*
 * Fonts
 */
/*
 * Logos
 */
/**
 * Mixin intended for hiding text from an element,
 * e.g. when a <div> contains an image but needs to have placeholder text.
 */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/*
 * Cross browser opacity
 */
/*
 * List Reset
 */
/*
 * Omega Reset
 * http://joshfry.me/notes/omega-reset-for-bourbon-neat/
 */
/**
 * Mixin for flexbox
 */
@font-face {
  font-family: 'icomoon';
  src: url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/icomoon.eot?https_www.bevnet.com");
  src: url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/icomoon.eot?https_www.bevnet.com#iefix") format("embedded-opentype"), url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/icomoon.woff?https_www.bevnet.com") format("woff"), url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/icomoon.ttf?https_www.bevnet.com") format("truetype"), url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/icomoon.svg?https_www.bevnet.com#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * Bootstrap Glyphicons (2014-07-23)
 * moved from bootstrap.css to here to use proper font path
 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/glyphicons/glyphicons-halflings-regular.eot");
  src: url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
/** 
 * Youtube icomoon (2015-03-13) 
 */
@font-face {
  font-family: 'youtube-icomoon';
  src: url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/youtube-icomoon.eot?fcvn3d");
  src: url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/youtube-icomoon.eot?#iefixfcvn3d") format("embedded-opentype"), url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/youtube-icomoon.woff?fcvn3d") format("woff"), url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/youtube-icomoon.ttf?fcvn3d") format("truetype"), url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/youtube-icomoon.svg?fcvn3d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/** 
 * Social icomoon (2014-07-10) 
 */
@font-face {
  font-family: 'social-icomoon';
  src: url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/social-icomoon.eot?fcvn3d");
  src: url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/social-icomoon.eot?#iefixfcvn3d") format("embedded-opentype"), url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/social-icomoon.woff?fcvn3d") format("woff"), url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/social-icomoon.ttf?fcvn3d") format("truetype"), url("https://d2btcxja5g5zgs.cloudfront.net/assets/font/icomoon/fonts/social-icomoon.svg?fcvn3d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/** 
 * Conv_AlternateGothicNo2BT
 */
@font-face {
  font-family: 'alternate-gothic-no-2-d';
  src: url("/assets/font/AlternateGothic/AlternateGothicNo2BT-Regular.eot");
  src: local("☺"), url("/assets/font/AlternateGothic/AlternateGothicNo2BT-Regular.woff") format("woff"), url("/assets/font/AlternateGothic/AlternateGothicNo2BT-Regular.ttf") format("truetype"), url("/assets/font/AlternateGothic/AlternateGothicNo2BT-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Create mixin to allow for use in other SCSS files */
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon] {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }
  [data-icon] span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    /*
     * Extends the .visuallyhidden class to allow the element to be focusable
     * when navigated to via the keyboard: h5bp.com/p
     */ }
    [data-icon] span.focusable:active, [data-icon] span.focusable:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }
  [data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  content: attr(data-icon);
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
[class*="icon-"] {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }
  [class*="icon-"] span:not(.at-icon-wrapper) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    /*
     * Extends the .visuallyhidden class to allow the element to be focusable
     * when navigated to via the keyboard: h5bp.com/p
     */ }
    [class*="icon-"] span:not(.at-icon-wrapper).focusable:active, [class*="icon-"] span:not(.at-icon-wrapper).focusable:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }
  [class*="icon-"].icon-15x {
    font-size: 1.5em; }
  [class*="icon-"].icon-2x {
    font-size: 2em; }
  [class*="icon-"].icon-3x {
    font-size: 3em; }

.icon-facebook:before {
  content: "\e000"; }

.icon-twitter:before {
  content: "\e001"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-youtube3:before {
  font-family: 'youtube-icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea99"; }

.icon-youtube3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-social-square {
  background-color: #e21836;
  border-radius: 2px;
  color: #fff; }

/**
 * Social icomoon (2014-07-10)
 */
[class*="social-icon-"] {
  font-family: 'social-icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }
  [class*="social-icon-"] span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    /*
     * Extends the .visuallyhidden class to allow the element to be focusable
     * when navigated to via the keyboard: h5bp.com/p
     */ }
    [class*="social-icon-"] span.focusable:active, [class*="social-icon-"] span.focusable:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }
  [class*="social-icon-"].icon-2x {
    font-size: 2em; }
  [class*="social-icon-"].icon-3x {
    font-size: 3em; }

.social-icon-instagram:before {
  content: "\e603"; }

.social-icon-phone:before {
  content: "\e604"; }

.social-icon-facebook:before {
  content: "\e600"; }

.social-icon-twitter:before {
  content: "\e601"; }

.social-icon-mail:before {
  content: "\e605"; }

.social-icon-linkedin:before {
  content: "\e602"; }

.social-icon-youtube:before {
  content: "\e606"; }

/**
 * Bootstrap Glyphicons
 */
[class*="glyphicon-"] {
  font-family: 'Glyphicons Halflings'; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
body {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Link styles
 */
a {
  text-decoration: none;
  color: #e21836;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out; }
  a:active, a:hover {
    color: #666; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Outdated Browser Warning
   ========================================================================== */
.outdated-browser-warning {
  text-align: center;
  z-index: 99;
  margin: 0;
  background: #fbe3e4;
  border: 2px solid #fbc2c4;
  color: #8a1f11;
  padding: .75em 0; }
  .outdated-browser-warning a {
    color: red;
    text-decoration: underline; }

/*
 * Common
 *
 */
h1, h2, h3, h4, h5, h6 {
  color: #1a1a1a;
  font-family: "proxima-nova-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

h1 {
  font-family: "alternate-gothic-no-2-d", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h4 {
  font-size: 1.2em;
  font-weight: 600; }

h5 {
  font-size: 1.1em;
  font-weight: 600; }

.page-header h1 {
  font-size: 2.25em; }

ul li h5,
ol li h5 {
  margin: 0.5em 0; }

dl dt {
  margin: 0.5em 0 0; }
  dl dt:first-child {
    margin-top: 0; }
dl dd {
  margin: 0; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.bevnet-icon {
  color: #e21836;
  display: inline-block; }
  .bevnet-icon:before {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .bevnet-icon.bevnet-icon-facebook:before {
    content: ''; }
  .bevnet-icon.bevnet-icon-twitter:before {
    content: ''; }
  .bevnet-icon.bevnet-icon-linkedin:before {
    content: ''; }
  .bevnet-icon.bevnet-icon-instagram:before {
    content: ''; }

.wp-caption {
  margin-bottom: 1em; }
  .wp-caption.alignleft {
    margin-right: 1em; }
  .wp-caption.alignright {
    margin-left: 1em; }
  .wp-caption .wp-caption-text {
    color: #999 !important;
    font-size: 0.85em !important;
    margin: 0 !important;
    padding-top: 0.75em !important;
    text-align: center !important; }
  .wp-caption img {
    /* Scale down if too big */
    max-width: 99.03225806% !important;
    /* 614/620 */
    height: auto !important; }

.section-header {
  border-top: 2px solid #ececec;
  padding: .75em 1em .5em 1em; }
  .section-header h1, .section-header h2 {
    font-family: "proxima-nova-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5em;
    line-height: 1em;
    color: #e21836;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px; }
  @media only screen and (max-width: 28.75em) {
    .section-header {
      padding-left: 0.6em;
      padding-right: 0.6em; }
      .section-header h1, .section-header h2 {
        font-size: 1.0em; } }

.container {
  max-width: 1000px; }

.content:after {
  content: "";
  display: table;
  clear: both; }
.content.main {
  background: #fff;
  box-shadow: 0 0 6px rgba(26, 26, 26, 0.25);
  border: 1px solid #cccccc;
  padding: 1em; }
  .content.main:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 48em) {
    .content.main {
      padding: .5em; } }
.content .lead {
  color: #1a1a1a;
  font-weight: 600; }
.content img {
  /*@include fluid-image;*/
  max-width: 100%; }
.content .clear {
  clear: both; }
.content .align-center {
  display: block;
  margin: 0 auto 1em auto; }
.content .align-left {
  float: left;
  margin: 0 1em 1em 0; }
.content .align-right {
  float: right;
  margin: 0 0 1em 1em; }
.content .add-bottom {
  margin-bottom: 2em; }
.content .remove-bottom {
  margin-bottom: 0; }
.content h1 {
  font-family: "alternate-gothic-no-2-d", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.25em;
  line-height: 1em;
  margin: .25em 0;
  text-transform: uppercase;
  letter-spacing: 1px; }
.content h2 {
  font-size: 1.875em;
  line-height: 1.125em;
  margin: 0 0 .5em 0;
  font-family: "alternate-gothic-no-2-d", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e21836; }
  .content h2 strong {
    font-weight: normal; }
.content h3 {
  font-size: .975em;
  line-height: 1.125em; }
.content figure {
  margin-bottom: .75em; }
  .content figure figcaption {
    font-size: .75em;
    margin: .5em 0;
    color: #999; }
@media only screen and (max-width: 36.25em) {
  .content .align-left, .content .align-right {
    display: block;
    float: none;
    margin: 1em 0; } }

.debossed {
  background: #fff;
  box-shadow: 0 0 6px rgba(26, 26, 26, 0.25);
  border: 1px solid #cccccc;
  padding: 1em; }
  .debossed:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 48em) {
    .debossed {
      padding: .5em; } }

.content-div {
  position: relative; }
  .content-div .alert-message {
    position: absolute;
    top: 35px; }

input.btn:not(.btn-in-input-group) {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
  input.btn:not(.btn-in-input-group):after {
    display: none; }

.btn:not(.btn-in-input-group) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1em;
  white-space: nowrap;
  background: #DD003C;
  color: #fff;
  padding: 0 .75em;
  border-radius: 2px;
  border: none;
  box-shadow: 0 2px 5px rgba(26, 26, 26, 0.25);
  margin: 0;
  text-shadow: none; }
  .btn:not(.btn-in-input-group):active, .btn:not(.btn-in-input-group):focus, .btn:not(.btn-in-input-group):hover {
    color: #fff;
    background: #e21836; }
  .btn:not(.btn-in-input-group):after {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    border-left: 1px solid #fff;
    padding: .5em 0 .5em .875em;
    margin-left: 1.5em; }
  .btn:not(.btn-in-input-group).btn-default {
    background: #eeeeee;
    color: #555555; }

form {
  margin: 0 0 .75em 0; }
  form .form-control {
    margin: 0 0 1.5em 0; }
    form .form-control label {
      display: block;
      margin-bottom: .25em; }
    form .form-control input, form .form-control textarea {
      width: 100%;
      border-radius: 4px;
      background-color: #f2f2f2;
      box-shadow: 0 2px 2px rgba(26, 26, 26, 0.1) inset;
      padding: .375em;
      border: 1px solid transparent; }
      form .form-control input:focus, form .form-control textarea:focus {
        outline: none;
        border-color: #999; }
    form .form-control .message {
      display: block;
      font-size: .875em;
      line-height: 1.25em;
      color: #999;
      margin: .5em 0; }
    form .form-control.error label {
      color: #990000;
      font-weight: 700; }
    form .form-control.error input, form .form-control.error textarea {
      border-color: #990000; }
    form .form-control.error .message {
      color: #990000; }
    form .form-control.notice label {
      color: #c6a124;
      font-weight: 700; }
    form .form-control.notice input, form .form-control.notice textarea {
      border-color: #c6a124; }
    form .form-control.notice .message {
      color: #c6a124; }
    form .form-control.success label {
      color: #e21836;
      font-weight: 700; }
    form .form-control.success input, form .form-control.success textarea {
      border-color: #e21836; }
    form .form-control.success .message {
      color: #e21836; }

.item-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .item-list li {
    border-top: 2px solid #ececec; }
    .item-list li:first-child {
      border-top: 0; }
    .item-list li a {
      color: #666;
      display: inline-block;
      padding: .75em 0; }
      .item-list li a:hover {
        color: #e21836; }

.ad-container {
  text-align: center; }
  .ad-container.text-ad {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .ad-container.text-ad iframe {
      width: 100%; }
    .ad-container.text-ad a {
      color: #e21836; }
  .ad-container#ad_main_top {
    margin-bottom: 1.5em; }
    [role="main"] .ad-container#ad_main_top {
      margin-bottom: 1em; }
      [role="main"] .ad-container#ad_main_top #ad_650x60_BevNET_Live {
        /*margin-left: 0;*/
        margin-bottom: 0em; }
    .ad-container#ad_main_top #ad_650x60_BevNET_Live {
      margin-left: -17px; }
      .ad-container#ad_main_top #ad_650x60_BevNET_Live > div {
        margin: 0 !important; }
      @media only screen and (max-width: 64em) {
        .ad-container#ad_main_top #ad_650x60_BevNET_Live {
          margin-left: auto; } }
  .ad-container.banner-top {
    margin: 1em 0 0; }
  .ad-container.ad-single-content-bottom {
    padding-top: .85em; }
  .ad-container #google_ads_div_ShowCoverage_BevNET_ad_wrapper table {
    table-layout: fixed;
    width: 100% !important;
    border: none !important; }
    .ad-container #google_ads_div_ShowCoverage_BevNET_ad_wrapper table td {
      height: auto !important;
      border: none !important; }
      .ad-container #google_ads_div_ShowCoverage_BevNET_ad_wrapper table td img {
        height: auto !important;
        width: auto !important;
        max-height: 100px; }
      .ad-container #google_ads_div_ShowCoverage_BevNET_ad_wrapper table td h5 {
        margin-top: 0px;
        margin-bottom: 10px;
        border-bottom: #ececec 1px dashed; }
  .ad-container.ad-fixed-bottom {
    bottom: 0;
    left: 50%;
    position: fixed;
    z-index: 100000; }
    .ad-container.ad-fixed-bottom.ad-width-320 {
      margin-left: -160px;
      width: 320px; }
  .ad-container img {
    max-width: 100%; }
  .ad-container > div {
    margin: 0 auto; }
  .post + .ad-container {
    margin: 1em 0; }

.btn-group.btn-group.open .dropdown-toggle {
  background: #cccccc; }
.btn-group .btn {
  background: #ececec;
  box-shadow: none;
  color: #4d4d4d;
  padding-right: 0.6em; }
  .btn-group .btn .text {
    border-right: 1px solid #fff;
    display: inline-block;
    line-height: 2em;
    margin-right: 0.6em;
    padding-right: 0.5em; }
  .btn-group .btn .caret {
    border-top-color: #4d4d4d; }
  .btn-group .btn:after {
    display: none; }
.btn-group .dropdown-menu {
  margin-left: -10px;
  padding: 10px 0 5px 0; }
  .btn-group .dropdown-menu > li > a {
    color: #666;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px; }
    .btn-group .dropdown-menu > li > a:hover {
      background: #f2f2f2; }
  .btn-group .dropdown-menu > li > span {
    color: #999;
    display: block;
    padding: 5px 20px; }
  .btn-group .dropdown-menu > li.divider + li a {
    color: #e21836; }

/* /.btn-group */
/**
 * Photo galleries
 */
.photogallery {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .photogallery li {
    float: left;
    display: block;
    list-style: none;
    padding: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 16.66%; }
    .photogallery li img {
      max-width: none; }
    .photogallery li .cropper {
      position: relative;
      max-height: 99px;
      max-width: 99px;
      overflow: hidden;
      width: 100%; }
  @media only screen and (min-width: 64em) {
    .photogallery li {
      width: 20%; } }
  @media only screen and (max-width: 48em) {
    .photogallery li {
      width: 20%; } }
  @media only screen and (max-width: 36.25em) {
    .photogallery li {
      width: 25%; } }
  @media only screen and (max-width: 28.75em) {
    .photogallery li {
      width: 33.33%; } }

/**
 * Plugins
 */
/* Colorbox */
#colorbox {
  box-sizing: content-box; }
  #colorbox div {
    box-sizing: content-box; }

/**
 * Helpers
 */
.visible-mobile,
.visible-mobile-wide {
  display: none; }

.visible-tablet,
.visible-tablet-medium,
.visible-tablet-narrow {
  display: none; }

@media only screen and (max-width: 64em) {
  .hidden-tablet {
    display: none; }

  .visible-tablet {
    display: block; } }
@media only screen and (max-width: 61.25em) {
  .hidden-tablet-medium {
    display: none; }

  .visible-tablet-medium {
    display: block; } }
@media only screen and (max-width: 48em) {
  .hidden-tablet-narrow {
    display: none; }

  .visible-tablet-narrow {
    display: block; } }
@media only screen and (max-width: 28.75em) {
  .hidden-mobile {
    display: none; }

  .visible-mobile {
    display: block; } }
/*
 * Main
 *
 */
/*
 * apply a natural box layout model to all elements
 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body,
button,
input,
select,
textarea {
  color: #666;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

body {
  background-color: #f2f2f2; }

/*new mobile icon menu styles*/
.no-scroll {
  overflow: hidden;
  height: 100%; }

.events-updated .jPanelMenu-panel {
  z-index: initial;
  position: relative !important;
  left: 0 !important; }
.events-updated #top .main-navigation .wrap, .events-updated #top .main-navigation .search-field {
  width: 100%;
  padding: 0 10px; }
  .events-updated #top .main-navigation .wrap nav .mobile-navigation.mobile-navigation-new, .events-updated #top .main-navigation .search-field nav .mobile-navigation.mobile-navigation-new {
    background-image: none;
    width: 44px;
    height: 30px;
    top: 50%;
    position: absolute;
    margin-top: -15px;
    border-radius: 0;
    right: 25px; }
    .events-updated #top .main-navigation .wrap nav .mobile-navigation.mobile-navigation-new:after, .events-updated #top .main-navigation .search-field nav .mobile-navigation.mobile-navigation-new:after, .events-updated #top .main-navigation .wrap nav .mobile-navigation.mobile-navigation-new:before, .events-updated #top .main-navigation .search-field nav .mobile-navigation.mobile-navigation-new:before,
    .events-updated #top .main-navigation .wrap nav .mobile-navigation.mobile-navigation-new span,
    .events-updated #top .main-navigation .search-field nav .mobile-navigation.mobile-navigation-new span {
      overflow: hidden;
      text-indent: -9999px;
      background-color: #4c4d4d;
      content: '';
      display: block;
      height: 3px;
      margin: 0 0 9px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
.events-updated[data-menu-position="open"] {
  overflow: hidden;
  height: 100vh; }
  .events-updated[data-menu-position="open"] #top .main-navigation .wrap nav .mobile-navigation.mobile-navigation-new, .events-updated[data-menu-position="open"] #top .main-navigation .search-field nav .mobile-navigation.mobile-navigation-new {
    background-image: none;
    width: 38px; }
    .events-updated[data-menu-position="open"] #top .main-navigation .wrap nav .mobile-navigation.mobile-navigation-new span, .events-updated[data-menu-position="open"] #top .main-navigation .search-field nav .mobile-navigation.mobile-navigation-new span {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .events-updated[data-menu-position="open"] #top .main-navigation .wrap nav .mobile-navigation.mobile-navigation-new:before, .events-updated[data-menu-position="open"] #top .main-navigation .search-field nav .mobile-navigation.mobile-navigation-new:before {
      -webkit-transform: translateY(12px) rotate(135deg);
      -moz-transform: translateY(12px) rotate(135deg);
      -ms-transform: translateY(12px) rotate(135deg);
      -o-transform: translateY(12px) rotate(135deg);
      transform: translateY(12px) rotate(135deg); }
    .events-updated[data-menu-position="open"] #top .main-navigation .wrap nav .mobile-navigation.mobile-navigation-new:after, .events-updated[data-menu-position="open"] #top .main-navigation .search-field nav .mobile-navigation.mobile-navigation-new:after {
      -webkit-transform: translateY(-12px) rotate(-135deg);
      -moz-transform: translateY(-12px) rotate(-135deg);
      -ms-transform: translateY(-12px) rotate(-135deg);
      -o-transform: translateY(-12px) rotate(-135deg);
      transform: translateY(-12px) rotate(-135deg); }

/*new mobile icon menu styles end*/
.nav-social ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  color: #999; }
  .nav-social ul li a:before, .nav-social ul li a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 32px;
    margin-top: -16px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
    filter: alpha(opacity=0);
    zoom: 1; }
  .nav-social ul li a:before {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
    filter: alpha(opacity=100);
    zoom: 1; }
  .nav-social ul li a:hover:before {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
    filter: alpha(opacity=0);
    zoom: 1; }
  .nav-social ul li a:hover:after {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
    filter: alpha(opacity=100);
    zoom: 1; }
.nav-social ul li.facebook a:before {
  background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Facebook-light-grey.svg"); }
.nav-social ul li.facebook a:after {
  background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Facebook-red.svg"); }
.nav-social ul li.twitter a:before {
  background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Twitter-light-grey.svg"); }
.nav-social ul li.twitter a:after {
  background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Twitter-red.svg"); }
.nav-social ul li.instagram a:before {
  background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Instagram-light-grey.svg"); }
.nav-social ul li.instagram a:after {
  background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Instagram-red.svg"); }
.nav-social ul li.youtube a:before {
  background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Youtube-light-grey.svg"); }
.nav-social ul li.youtube a:after {
  background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Youtube-red.svg"); }
.nav-social ul li.mail a:before {
  background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Mail-light-grey.svg"); }
.nav-social ul li.mail a:after {
  background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Mail-red.svg"); }

#page {
  position: relative; }

#top {
  background: #fff;
  position: relative;
  z-index: 1;
  /* new header styles */
  /* new header styles end */ }
  #top.new-header a:focus {
    outline: none; }
  #top.new-header .main-navigation .wrap nav .menu-item > a:focus, #top.new-header .main-navigation .search-field nav .menu-item > a:focus, #top.new-header .main-navigation .wrap nav .menu-item > a:hover, #top.new-header .main-navigation .search-field nav .menu-item > a:hover, #top.new-header .main-navigation .wrap nav .menu-item > a.active, #top.new-header .main-navigation .search-field nav .menu-item > a.active, #top.new-header .main-navigation .wrap nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul li a:hover, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul li a:hover, #top.new-header .main-navigation .wrap nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul li a:focus, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul li a:focus, #top.new-header .main-navigation .wrap nav .menu-item .sub-nav li a:hover, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav li a:hover, #top.new-header #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new a:hover, #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new #top.new-header a:hover, #top.new-header #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new a:focus, #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new #top.new-header a:focus, #top.new-header #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new a.active, #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new #top.new-header a.active, #top.new-header #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .menu-item-link:hover, #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new #top.new-header .menu-item-link:hover {
    color: #e51937;
    text-decoration: none;
    -webkit-transition: text-shadow 0.2s ease-in-out;
    -moz-transition: text-shadow 0.2s ease-in-out;
    transition: text-shadow 0.2s ease-in-out;
    text-shadow: -0.15px 0 0 #e51937, 0.15px 0 0 #e51937; }
  #top.new-header .main-navigation {
    padding: 0;
    height: 80px;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    box-shadow: none; }
    #top.new-header .main-navigation.affix {
      position: fixed !important; }
    #top.new-header .main-navigation .wrap, #top.new-header .main-navigation .search-field {
      max-width: 1320px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      #top.new-header .main-navigation .wrap .logo, #top.new-header .main-navigation .search-field .logo {
        height: 32px;
        width: 204px;
        margin: 22px 0 0 0;
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none; }
        @media only screen and (min-width: 75em) {
          #top.new-header .main-navigation .wrap .logo, #top.new-header .main-navigation .search-field .logo {
            margin-right: 15px;
            height: 36px;
            width: 248px; } }
        .event-type-other #top.new-header .main-navigation .wrap .logo, .event-type-other #top.new-header .main-navigation .search-field .logo {
          width: 275px; }
          @media only screen and (min-width: 75em) {
            .event-type-other #top.new-header .main-navigation .wrap .logo, .event-type-other #top.new-header .main-navigation .search-field .logo {
              width: 309px; } }
        #top.new-header .main-navigation .wrap .logo a, #top.new-header .main-navigation .search-field .logo a {
          background-repeat: no-repeat;
          background-position: 0 -135px;
          display: block;
          width: 100%;
          height: 100%;
          background-size: 316px auto;
          background-image: url("//d2btcxja5g5zgs.cloudfront.net/assets/img/bevnet-logos.png"); }
          @media only screen and (min-width: 75em) {
            #top.new-header .main-navigation .wrap .logo a, #top.new-header .main-navigation .search-field .logo a {
              background-position: 0 0; } }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
            #top.new-header .main-navigation .wrap .logo a, #top.new-header .main-navigation .search-field .logo a {
              background-image: url("//d2btcxja5g5zgs.cloudfront.net/assets/img/bevnet-logos_2x.png");
              background-size: 316px; } }
          #top.new-header .main-navigation .wrap .logo a:hover, #top.new-header .main-navigation .search-field .logo a:hover {
            opacity: 1;
            -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
            filter: alpha(opacity=100);
            zoom: 1; }
          .event-type-other #top.new-header .main-navigation .wrap .logo a, .event-type-other #top.new-header .main-navigation .search-field .logo a {
            background-image: url("//site-images.s3.amazonaws.com/event-logos/579291023.bevnet-events.logo.png");
            background-position: 0 0;
            background-size: 100% 100%; }
      #top.new-header .main-navigation .wrap nav, #top.new-header .main-navigation .search-field nav {
        margin: 0;
        float: none;
        -webkit-box-flex: 1 auto;
        -moz-box-flex: 1 auto;
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto; }
        #top.new-header .main-navigation .wrap nav .sitemap, #top.new-header .main-navigation .search-field nav .sitemap {
          float: none; }
          #top.new-header .main-navigation .wrap nav .sitemap .sitemap-nav-new, #top.new-header .main-navigation .search-field nav .sitemap .sitemap-nav-new {
            list-style: none;
            padding-left: 0;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.9em;
            font-weight: 600;
            font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 400;
            margin: 0;
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
            -moz-justify-content: flex-end;
            justify-content: flex-end;
            height: 80px; }
            @media only screen and (max-width: 58.75em) {
              #top.new-header .main-navigation .wrap nav .sitemap .sitemap-nav-new, #top.new-header .main-navigation .search-field nav .sitemap .sitemap-nav-new {
                display: none; } }
        #top.new-header .main-navigation .wrap nav .register-btn, #top.new-header .main-navigation .search-field nav .register-btn {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; }
          #top.new-header .main-navigation .wrap nav .register-btn a, #top.new-header .main-navigation .search-field nav .register-btn a {
            color: #4c4d4d;
            font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 400;
            width: 128px;
            height: auto;
            margin-left: 10px;
            font-size: 14px;
            border: 1px solid #e51937;
            background-color: #e51937;
            padding: 10px;
            display: inline-block;
            border-radius: 20px;
            text-transform: uppercase;
            text-align: center;
            line-height: 20px;
            color: #fff;
            -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
            #top.new-header .main-navigation .wrap nav .register-btn a:hover, #top.new-header .main-navigation .search-field nav .register-btn a:hover, #top.new-header .main-navigation .wrap nav .register-btn a:focus, #top.new-header .main-navigation .search-field nav .register-btn a:focus {
              text-decoration: none;
              background-color: #fff;
              color: #e51937; }
            @media only screen and (max-width: 75em) {
              #top.new-header .main-navigation .wrap nav .register-btn a, #top.new-header .main-navigation .search-field nav .register-btn a {
                width: auto; } }
        #top.new-header .main-navigation .wrap nav .menu-item, #top.new-header .main-navigation .search-field nav .menu-item {
          height: 100%;
          cursor: pointer;
          margin: 0;
          position: relative; }
          #top.new-header .main-navigation .wrap nav .menu-item.hover .sub-nav, #top.new-header .main-navigation .search-field nav .menu-item.hover .sub-nav {
            visibility: visible;
            opacity: 1;
            -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
            filter: alpha(opacity=100);
            zoom: 1; }
          #top.new-header .main-navigation .wrap nav .menu-item > a, #top.new-header .main-navigation .search-field nav .menu-item > a {
            padding: 0 20px 0;
            height: 100%;
            font-size: 0.9em;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            color: #4c4d4d;
            white-space: nowrap;
            font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 400; }
            @media only screen and (min-width: 75em) {
              #top.new-header .main-navigation .wrap nav .menu-item > a, #top.new-header .main-navigation .search-field nav .menu-item > a {
                font-size: 14px;
                padding: 0 20px; } }
          #top.new-header .main-navigation .wrap nav .menu-item.dropdown > a:after, #top.new-header .main-navigation .search-field nav .menu-item.dropdown > a:after, #top.new-header .main-navigation .wrap nav .menu-item.has-flydown > a:after, #top.new-header .main-navigation .search-field nav .menu-item.has-flydown > a:after {
            content: '';
            right: 9px;
            position: absolute;
            top: 50%;
            margin-top: -2px;
            border-top: 4px solid #4c4d4d;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            -webkit-transition: border-top-color 0.2s ease-in-out;
            -moz-transition: border-top-color 0.2s ease-in-out;
            transition: border-top-color 0.2s ease-in-out; }
          #top.new-header .main-navigation .wrap nav .menu-item.dropdown > a:focus:after, #top.new-header .main-navigation .search-field nav .menu-item.dropdown > a:focus:after, #top.new-header .main-navigation .wrap nav .menu-item.dropdown > a:hover:after, #top.new-header .main-navigation .search-field nav .menu-item.dropdown > a:hover:after, #top.new-header .main-navigation .wrap nav .menu-item.has-flydown > a:focus:after, #top.new-header .main-navigation .search-field nav .menu-item.has-flydown > a:focus:after, #top.new-header .main-navigation .wrap nav .menu-item.has-flydown > a:hover:after, #top.new-header .main-navigation .search-field nav .menu-item.has-flydown > a:hover:after {
            border-top-color: #e51937; }
          #top.new-header .main-navigation .wrap nav .menu-item .header-flydown, #top.new-header .main-navigation .search-field nav .menu-item .header-flydown {
            right: 50%;
            margin-right: -125px;
            box-shadow: none;
            border: 1px solid #ececec;
            border-top: none;
            background-color: #fff; }
            #top.new-header .main-navigation .wrap nav .menu-item .header-flydown hr, #top.new-header .main-navigation .search-field nav .menu-item .header-flydown hr {
              box-shadow: none; }
            #top.new-header .main-navigation .wrap nav .menu-item .header-flydown:before, #top.new-header .main-navigation .search-field nav .menu-item .header-flydown:before {
              right: 50%;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: 6px solid #e51937;
              margin-right: -6px; }
          #top.new-header .main-navigation .wrap nav .menu-item .sub-nav, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav {
            width: 184px;
            left: 50%;
            margin: 0;
            margin-left: -92px;
            box-shadow: none;
            border: 1px solid #ececec;
            border-top: none;
            -webkit-backface-visibility: hidden;
            visibility: hidden;
            opacity: 0;
            -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
            filter: alpha(opacity=0);
            zoom: 1;
            -webkit-transition: opacity 0.25s ease-in-out;
            -moz-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out;
            padding: 0;
            position: absolute;
            text-transform: uppercase;
            z-index: 5; }
            #top.new-header .main-navigation .wrap nav .menu-item .sub-nav:before, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav:before {
              content: '';
              left: 50%;
              position: absolute;
              display: inline-block;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: 6px solid #e51937;
              margin-left: -6px;
              top: -6px; }
            #top.new-header .main-navigation .wrap nav .menu-item .sub-nav.drop-down-extended, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav.drop-down-extended {
              position: fixed;
              left: auto;
              top: 80px;
              width: auto;
              margin: 0; }
              @media only screen and (min-width: 58.6875em) {
                #top.new-header .main-navigation .wrap nav .menu-item .sub-nav.drop-down-extended, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav.drop-down-extended {
                  left: 0;
                  box-shadow: 0 5px 10px 0px rgba(77, 77, 77, 0.3); } }
              #top.new-header .main-navigation .wrap nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner {
                overflow: hidden;
                background: #fff; }
                #top.new-header .main-navigation .wrap nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul {
                  margin: 0;
                  padding: 5px 0 30px;
                  list-style-type: none;
                  max-width: 480px;
                  float: left;
                  position: relative; }
                  #top.new-header .main-navigation .wrap nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul:before, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul:before {
                    content: '';
                    width: 1px;
                    z-index: 1;
                    position: absolute;
                    height: calc(100% - 60px);
                    left: 240px;
                    top: 30px;
                    background-color: #ececec; }
                  #top.new-header .main-navigation .wrap nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul li, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul li {
                    width: 240px;
                    float: left;
                    border-top: none;
                    margin: 0; }
                    #top.new-header .main-navigation .wrap nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul li a, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul li a {
                      color: #222;
                      padding: 20px 25px 0;
                      font-weight: bold; }
                    #top.new-header .main-navigation .wrap nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul li .menu-item-description, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul li .menu-item-description {
                      color: #4c4d4d;
                      font-family: "proxima-nova-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
                      font-weight: 300;
                      padding: 0 26px;
                      text-transform: none; }
            #top.new-header .main-navigation .wrap nav .menu-item .sub-nav li, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav li {
              padding: 0;
              border-top: 1px solid #ececec; }
              #top.new-header .main-navigation .wrap nav .menu-item .sub-nav li:first-child, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav li:first-child {
                border-top: none; }
              #top.new-header .main-navigation .wrap nav .menu-item .sub-nav li a, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav li a {
                padding: 10px 22px;
                white-space: normal;
                background: #fff; }
                #top.new-header .main-navigation .wrap nav .menu-item .sub-nav li a:hover, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav li a:hover {
                  color: #e51937; }
  #top.nav-affixed .banner-top {
    margin-top: 4.5em; }
    @media only screen and (max-width: 64em) {
      #top.nav-affixed .banner-top {
        margin-top: 5.5em; } }
    @media only screen and (max-width: 58.75em) {
      #top.nav-affixed .banner-top {
        margin-top: 4.5em; } }
  #top.nav-affixed.has-bevnet-alert .banner-top {
    margin-top: 1em; }
  #top.nav-affixed #newsalert_bar_main {
    margin-top: 55px; }
    @media only screen and (max-width: 64em) {
      #top.nav-affixed #newsalert_bar_main {
        margin-top: 72px; } }
    @media only screen and (max-width: 58.75em) {
      #top.nav-affixed #newsalert_bar_main {
        margin-top: 55px; } }
  #top #newsalert_bar_main {
    background: #1a1a1a;
    color: #fff;
    padding: 10px 0;
    z-index: 0; }
    #top #newsalert_bar_main .container {
      max-width: 968px;
      padding: 0; }
    #top #newsalert_bar_main a {
      color: #fff;
      display: block; }
    #top #newsalert_bar_main a, #top #newsalert_bar_main span {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #top #newsalert_bar_main em {
      border-right: 1px solid #999;
      color: #ececec;
      display: inline-block;
      font-size: 0.9em;
      font-style: normal;
      font-weight: bold;
      margin-top: 0.15em;
      margin-right: 1em;
      padding-right: 1em;
      text-transform: uppercase; }
    @media only screen and (max-width: 64em) {
      #top #newsalert_bar_main .container {
        width: 90%; } }
    @media only screen and (max-width: 48em) {
      #top #newsalert_bar_main em {
        display: none; } }
    @media only screen and (max-width: 36.25em) {
      #top #newsalert_bar_main {
        font-size: 0.9em; }
        #top #newsalert_bar_main .container {
          width: 100%; }
          #top #newsalert_bar_main .container .row {
            margin: 0; }
        #top #newsalert_bar_main a, #top #newsalert_bar_main span {
          overflow: visible;
          text-align: center;
          white-space: normal; }
        #top #newsalert_bar_main .col-md-12 {
          padding-left: 0.25em;
          padding-right: 0.25em; } }
  #top .top-navigation {
    background: #f2f2f2;
    color: #999;
    font-size: .75em;
    font-weight: 600;
    line-height: 1.5em;
    position: relative;
    z-index: 2; }
    #top .top-navigation a {
      color: #999; }
      #top .top-navigation a.active, #top .top-navigation a:hover {
        color: #666;
        text-decoration: none; }
      #top .top-navigation a.arrow-right:after {
        font-family: 'icomoon';
        content: attr(data-icon);
        speak: none;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: " \f0d7"; }
    #top .top-navigation .wrap, #top .top-navigation .main-navigation .search-field, #top .main-navigation .top-navigation .search-field {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 1248px;
      margin: 0 auto;
      padding: 3px 0; }
      #top .top-navigation .wrap:after, #top .top-navigation .main-navigation .search-field:after, #top .main-navigation .top-navigation .search-field:after {
        content: "";
        display: table;
        clear: both; }
      .lt-ie9 #top .top-navigation .wrap, .lt-ie9 #top .top-navigation .main-navigation .search-field, .lt-ie9 #top .main-navigation .top-navigation .search-field {
        width: 1248px; }
      @media only screen and (max-width: 80em) {
        #top .top-navigation .wrap, #top .top-navigation .main-navigation .search-field, #top .main-navigation .top-navigation .search-field {
          width: 95%; } }
      @media only screen and (max-width: 64em) {
        #top .top-navigation .wrap, #top .top-navigation .main-navigation .search-field, #top .main-navigation .top-navigation .search-field {
          width: 95%; } }
      @media only screen and (max-width: 36.25em) {
        #top .top-navigation .wrap, #top .top-navigation .main-navigation .search-field, #top .main-navigation .top-navigation .search-field {
          padding: 0; } }
      #top .top-navigation .wrap nav, #top .top-navigation .main-navigation .search-field nav, #top .main-navigation .top-navigation .search-field nav {
        float: right;
        width: 80%;
        text-shadow: 0 1px 0 #fff; }
        @media only screen and (max-width: 48em) {
          #top .top-navigation .wrap nav, #top .top-navigation .main-navigation .search-field nav, #top .main-navigation .top-navigation .search-field nav {
            width: auto; } }
        @media only screen and (max-width: 36.25em) {
          #top .top-navigation .wrap nav, #top .top-navigation .main-navigation .search-field nav, #top .main-navigation .top-navigation .search-field nav {
            display: none; } }
        #top .top-navigation .wrap nav .utility-nav, #top .top-navigation .main-navigation .search-field nav .utility-nav, #top .main-navigation .top-navigation .search-field nav .utility-nav {
          float: right;
          line-height: 2em;
          list-style: none;
          padding-left: 0;
          margin: 0 0 0 1.95em; }
          @media only screen and (max-width: 53.75em) {
            #top .top-navigation .wrap nav .utility-nav, #top .top-navigation .main-navigation .search-field nav .utility-nav, #top .main-navigation .top-navigation .search-field nav .utility-nav {
              display: none; } }
          #top .top-navigation .wrap nav .utility-nav li, #top .top-navigation .main-navigation .search-field nav .utility-nav li, #top .main-navigation .top-navigation .search-field nav .utility-nav li {
            position: relative;
            float: left;
            margin-right: 1em; }
            #top .top-navigation .wrap nav .utility-nav li .caret, #top .top-navigation .main-navigation .search-field nav .utility-nav li .caret, #top .main-navigation .top-navigation .search-field nav .utility-nav li .caret {
              display: none; }
            #top .top-navigation .wrap nav .utility-nav li ul, #top .top-navigation .main-navigation .search-field nav .utility-nav li ul, #top .main-navigation .top-navigation .search-field nav .utility-nav li ul {
              -webkit-backface-visibility: hidden;
              visibility: hidden;
              opacity: 0;
              -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
              filter: alpha(opacity=0);
              zoom: 1;
              margin: 0;
              padding: 0;
              position: absolute;
              left: -1em;
              top: 100%;
              width: 195px;
              background: #fff;
              box-shadow: 0 2px 6px rgba(26, 26, 26, 0.25);
              -webkit-transition: opacity 0.25s ease-in-out;
              -moz-transition: opacity 0.25s ease-in-out;
              transition: opacity 0.25s ease-in-out; }
              .lt-ie9 #top .top-navigation .wrap nav .utility-nav li ul, .lt-ie9 #top .top-navigation .main-navigation .search-field nav .utility-nav li ul, .lt-ie9 #top .main-navigation .top-navigation .search-field nav .utility-nav li ul {
                border: 1px solid #ececec; }
              #top .top-navigation .wrap nav .utility-nav li ul li, #top .top-navigation .main-navigation .search-field nav .utility-nav li ul li, #top .main-navigation .top-navigation .search-field nav .utility-nav li ul li {
                float: none;
                margin-right: 0; }
                #top .top-navigation .wrap nav .utility-nav li ul li a, #top .top-navigation .main-navigation .search-field nav .utility-nav li ul li a, #top .main-navigation .top-navigation .search-field nav .utility-nav li ul li a {
                  display: block;
                  padding: .5em 1em;
                  border-top: 1px solid #ececec;
                  -webkit-transition: background-color 0.125s ease-in-out;
                  -moz-transition: background-color 0.125s ease-in-out;
                  transition: background-color 0.125s ease-in-out;
                  text-shadow: 0 1px 0 #fff; }
                  #top .top-navigation .wrap nav .utility-nav li ul li a:hover, #top .top-navigation .main-navigation .search-field nav .utility-nav li ul li a:hover, #top .main-navigation .top-navigation .search-field nav .utility-nav li ul li a:hover {
                    background: #f2f2f2; }
            #top .top-navigation .wrap nav .utility-nav li.hover a.arrow-right, #top .top-navigation .main-navigation .search-field nav .utility-nav li.hover a.arrow-right, #top .main-navigation .top-navigation .search-field nav .utility-nav li.hover a.arrow-right {
              color: #e21836; }
            #top .top-navigation .wrap nav .utility-nav li.hover ul, #top .top-navigation .main-navigation .search-field nav .utility-nav li.hover ul, #top .main-navigation .top-navigation .search-field nav .utility-nav li.hover ul {
              visibility: visible;
              opacity: 1;
              -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
              filter: alpha(opacity=100);
              zoom: 1; }
              .lt-ie9 #top .top-navigation .wrap nav .utility-nav li.hover ul, .lt-ie9 #top .top-navigation .main-navigation .search-field nav .utility-nav li.hover ul, .lt-ie9 #top .main-navigation .top-navigation .search-field nav .utility-nav li.hover ul {
                display: block; }
        #top .top-navigation .wrap nav .user-actions, #top .top-navigation .main-navigation .search-field nav .user-actions, #top .main-navigation .top-navigation .search-field nav .user-actions {
          float: right;
          width: 47.8873239437%; }
          @media only screen and (max-width: 64em) {
            #top .top-navigation .wrap nav .user-actions, #top .top-navigation .main-navigation .search-field nav .user-actions, #top .main-navigation .top-navigation .search-field nav .user-actions {
              width: auto; } }
          #top .top-navigation .wrap nav .user-actions form, #top .top-navigation .main-navigation .search-field nav .user-actions form, #top .main-navigation .top-navigation .search-field nav .user-actions form {
            /*float: left;*/
            float: right;
            width: 58.8235294118%;
            margin-bottom: 0; }
            @media only screen and (max-width: 64em) {
              #top .top-navigation .wrap nav .user-actions form, #top .top-navigation .main-navigation .search-field nav .user-actions form, #top .main-navigation .top-navigation .search-field nav .user-actions form {
                margin-right: 2em;
                width: auto; } }
            @media only screen and (max-width: 48em) {
              #top .top-navigation .wrap nav .user-actions form, #top .top-navigation .main-navigation .search-field nav .user-actions form, #top .main-navigation .top-navigation .search-field nav .user-actions form {
                display: none; } }
            .lt-ie9 #top .top-navigation .wrap nav .user-actions form, .lt-ie9 #top .top-navigation .main-navigation .search-field nav .user-actions form, .lt-ie9 #top .main-navigation .top-navigation .search-field nav .user-actions form {
              border: 1px solid #ececec;
              border-width: 1px 0 1px 1px; }
            #top .top-navigation .wrap nav .user-actions form [name="q"], #top .top-navigation .main-navigation .search-field nav .user-actions form [name="q"], #top .main-navigation .top-navigation .search-field nav .user-actions form [name="q"] {
              -webkit-appearance: none;
              -moz-appearance: none;
              -ms-appearance: none;
              -o-appearance: none;
              appearance: none;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              display: block;
              float: left;
              width: 80%;
              border: none;
              background: #fff;
              line-height: 1.5em;
              padding: .25em .5em; }
              #top .top-navigation .wrap nav .user-actions form [name="q"]:focus, #top .top-navigation .main-navigation .search-field nav .user-actions form [name="q"]:focus, #top .main-navigation .top-navigation .search-field nav .user-actions form [name="q"]:focus {
                outline: 0; }
            #top .top-navigation .wrap nav .user-actions form [type="submit"], #top .top-navigation .main-navigation .search-field nav .user-actions form [type="submit"], #top .main-navigation .top-navigation .search-field nav .user-actions form [type="submit"] {
              -webkit-appearance: none;
              -moz-appearance: none;
              -ms-appearance: none;
              -o-appearance: none;
              appearance: none;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              display: block;
              float: left;
              width: 20%;
              border: none;
              background: transparent;
              font-size: 1em;
              line-height: 1.6em;
              color: #e21836;
              -webkit-transition: color 0.25s ease-in-out;
              -moz-transition: color 0.25s ease-in-out;
              transition: color 0.25s ease-in-out; }
              #top .top-navigation .wrap nav .user-actions form [type="submit"]:hover, #top .top-navigation .main-navigation .search-field nav .user-actions form [type="submit"]:hover, #top .main-navigation .top-navigation .search-field nav .user-actions form [type="submit"]:hover {
                color: #666; }
          #top .top-navigation .wrap nav .user-actions ul, #top .top-navigation .main-navigation .search-field nav .user-actions ul, #top .main-navigation .top-navigation .search-field nav .user-actions ul {
            border-left: 1px solid #fff;
            float: right;
            list-style: none;
            padding-left: 0;
            margin: 0;
            line-height: 2em; }
            @media only screen and (max-width: 64em) {
              #top .top-navigation .wrap nav .user-actions ul, #top .top-navigation .main-navigation .search-field nav .user-actions ul, #top .main-navigation .top-navigation .search-field nav .user-actions ul {
                display: none; } }
            #top .top-navigation .wrap nav .user-actions ul li, #top .top-navigation .main-navigation .search-field nav .user-actions ul li, #top .main-navigation .top-navigation .search-field nav .user-actions ul li {
              float: left;
              padding: 0 1em;
              border-right: 1px solid #fff;
              margin-right: .5em; }
              #top .top-navigation .wrap nav .user-actions ul li a, #top .top-navigation .main-navigation .search-field nav .user-actions ul li a, #top .main-navigation .top-navigation .search-field nav .user-actions ul li a {
                color: #e21836; }
        #top .top-navigation .wrap nav .external-media, #top .top-navigation .main-navigation .search-field nav .external-media, #top .main-navigation .top-navigation .search-field nav .external-media {
          float: right;
          line-height: 2em;
          margin-left: 0em;
          /*width: percentage($aside-width / 740px);*/ }
          @media only screen and (max-width: 48em) {
            #top .top-navigation .wrap nav .external-media, #top .top-navigation .main-navigation .search-field nav .external-media, #top .main-navigation .top-navigation .search-field nav .external-media {
              width: auto; } }
          #top .top-navigation .wrap nav .external-media ul, #top .top-navigation .main-navigation .search-field nav .external-media ul, #top .main-navigation .top-navigation .search-field nav .external-media ul {
            list-style: none;
            padding-left: 0;
            margin: 0; }
            #top .top-navigation .wrap nav .external-media ul:after, #top .top-navigation .main-navigation .search-field nav .external-media ul:after, #top .main-navigation .top-navigation .search-field nav .external-media ul:after {
              content: "";
              display: table;
              clear: both; }
            #top .top-navigation .wrap nav .external-media ul li, #top .top-navigation .main-navigation .search-field nav .external-media ul li, #top .main-navigation .top-navigation .search-field nav .external-media ul li {
              float: left;
              margin-right: .5em; }
              #top .top-navigation .wrap nav .external-media ul li:last-of-type, #top .top-navigation .main-navigation .search-field nav .external-media ul li:last-of-type, #top .main-navigation .top-navigation .search-field nav .external-media ul li:last-of-type {
                margin-right: 0; }
          #top .top-navigation .wrap nav .external-media .affiliates, #top .top-navigation .main-navigation .search-field nav .external-media .affiliates, #top .main-navigation .top-navigation .search-field nav .external-media .affiliates {
            float: left; }
            @media only screen and (max-width: 48em) {
              #top .top-navigation .wrap nav .external-media .affiliates, #top .top-navigation .main-navigation .search-field nav .external-media .affiliates, #top .main-navigation .top-navigation .search-field nav .external-media .affiliates {
                margin-right: 1em; } }
            #top .top-navigation .wrap nav .external-media .affiliates li a, #top .top-navigation .main-navigation .search-field nav .external-media .affiliates li a, #top .main-navigation .top-navigation .search-field nav .external-media .affiliates li a {
              opacity: 0.85;
              -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
              filter: alpha(opacity=85);
              zoom: 1; }
              #top .top-navigation .wrap nav .external-media .affiliates li a:hover, #top .top-navigation .main-navigation .search-field nav .external-media .affiliates li a:hover, #top .main-navigation .top-navigation .search-field nav .external-media .affiliates li a:hover {
                opacity: 1;
                -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
                filter: alpha(opacity=100);
                zoom: 1; }
              #top .top-navigation .wrap nav .external-media .affiliates li a.bevnet, #top .top-navigation .main-navigation .search-field nav .external-media .affiliates li a.bevnet, #top .main-navigation .top-navigation .search-field nav .external-media .affiliates li a.bevnet {
                display: inline-block;
                vertical-align: baseline;
                zoom: 1;
                *display: inline;
                *vertical-align: auto;
                color: transparent;
                font: 0/0 a;
                text-shadow: none;
                vertical-align: text-top;
                width: 49px;
                height: 10px;
                margin-top: 1px;
                background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/img/logo-bevnet.png");
                /*.svg & {
                	background-image: url($logo-bevnet);
                }*/ }
                @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                  #top .top-navigation .wrap nav .external-media .affiliates li a.bevnet, #top .top-navigation .main-navigation .search-field nav .external-media .affiliates li a.bevnet, #top .main-navigation .top-navigation .search-field nav .external-media .affiliates li a.bevnet {
                    background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/img/logo-bevnet_2x.png");
                    background-size: 49px 10px; } }
          #top .top-navigation .wrap nav .external-media .nav-social, #top .top-navigation .main-navigation .search-field nav .external-media .nav-social, #top .main-navigation .top-navigation .search-field nav .external-media .nav-social {
            float: right;
            font-size: 1.25em; }
            #top .top-navigation .wrap nav .external-media .nav-social ul, #top .top-navigation .main-navigation .search-field nav .external-media .nav-social ul, #top .main-navigation .top-navigation .search-field nav .external-media .nav-social ul {
              margin: 0;
              padding: 0; }
              #top .top-navigation .wrap nav .external-media .nav-social ul li a, #top .top-navigation .main-navigation .search-field nav .external-media .nav-social ul li a, #top .main-navigation .top-navigation .search-field nav .external-media .nav-social ul li a {
                display: block;
                height: 1.5em;
                overflow: hidden;
                width: 1em; }
                #top .top-navigation .wrap nav .external-media .nav-social ul li a:hover, #top .top-navigation .main-navigation .search-field nav .external-media .nav-social ul li a:hover, #top .main-navigation .top-navigation .search-field nav .external-media .nav-social ul li a:hover {
                  text-decoration: none; }
  #top .main-navigation {
    background: #fff;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 10px 15px rgba(26, 26, 26, 0.15);
    padding: .5em 0;
    position: relative;
    width: 100%;
    z-index: 1; }
    @media only screen and (max-width: 64em) {
      #top .main-navigation {
        font-size: 0.9em; } }
    #top .main-navigation.affix-top {
      position: relative !important; }
    #top .main-navigation.affix {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 2; }
    #top .main-navigation .main-navigation-inner {
      position: relative;
      z-index: 1; }
    #top .main-navigation .user-menu {
      float: right;
      position: relative;
      padding-left: 10px;
      margin-left: 4px; }
      @media only screen and (max-width: 58.75em) {
        #top .main-navigation .user-menu {
          display: none; } }
      #top .main-navigation .user-menu:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -6px;
        height: 12px;
        background: #666;
        width: 1px; }
      #top .main-navigation .user-menu .user-menu-item {
        display: inline-block;
        vertical-align: middle; }
      #top .main-navigation .user-menu .account {
        margin: 0;
        float: none; }
    #top .main-navigation .nav-icon-btn {
      position: relative;
      color: inherit;
      display: inline-block;
      background: transparent;
      color: inherit;
      line-height: 32px;
      overflow: hidden;
      text-indent: -999em;
      width: 20px;
      height: 32px;
      padding: 0;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      vertical-align: middle; }
      #top .main-navigation .nav-icon-btn:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
        filter: alpha(opacity=0);
        zoom: 1;
        background: inherit; }
      #top .main-navigation .nav-icon-btn:hover, #top .main-navigation .nav-icon-btn.active {
        background-image: none !important; }
        #top .main-navigation .nav-icon-btn:hover:before, #top .main-navigation .nav-icon-btn.active:before {
          opacity: 1;
          -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
          filter: alpha(opacity=100);
          zoom: 1; }
      #top .main-navigation .nav-icon-btn.search-icon {
        background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Search.svg"); }
        #top .main-navigation .nav-icon-btn.search-icon:before {
          background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Search-red.svg"); }
      #top .main-navigation .nav-icon-btn.user-icon {
        background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/User.svg"); }
        #top .main-navigation .nav-icon-btn.user-icon:before {
          background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/User-red.svg"); }
    #top .main-navigation .sitemap {
      float: right; }
    #top .main-navigation .search-form {
      position: absolute;
      top: 52px;
      right: 0;
      left: 0;
      background-color: #666;
      display: none; }
      #top .main-navigation .search-form.expand {
        display: block;
        height: 44px; }
    #top .main-navigation .search-button {
      display: none; }
    #top .main-navigation .search-field {
      position: relative;
      transition: width 0.4s ease-out 0.25s;
      text-align: right; }
      #top .main-navigation .search-field.expand input {
        display: inline-block; }
      #top .main-navigation .search-field.expand .icon-clear {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -8px;
        display: block;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/clear.svg");
        background-size: contain;
        z-index: 1;
        opacity: 0.5; }
      #top .main-navigation .search-field input {
        width: 100%;
        height: 44px;
        padding: 0 27px 0 0;
        border: 0;
        color: rgba(255, 255, 255, 0.51);
        font-size: 16px;
        background-color: #666;
        line-height: 44px;
        box-sizing: border-box;
        display: none; }
        #top .main-navigation .search-field input:focus {
          box-shadow: none;
          outline: 0; }
        #top .main-navigation .search-field input.placeholder {
          color: rgba(255, 255, 255, 0.51); }
        #top .main-navigation .search-field input:-moz-placeholder {
          color: rgba(255, 255, 255, 0.51); }
        #top .main-navigation .search-field input::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.51); }
        #top .main-navigation .search-field input::-webkit-autofill {
          background-color: #666 !important;
          background-image: none;
          color: rgba(255, 255, 255, 0.51); }
    #top .main-navigation .wrap, #top .main-navigation .search-field {
      width: 100%;
      max-width: 1248px;
      margin: 0 auto;
      width: 100%;
      max-width: 1280px;
      margin: 0 auto; }
      #top .main-navigation .wrap:after, #top .main-navigation .search-field:after {
        content: "";
        display: table;
        clear: both; }
      .lt-ie9 #top .main-navigation .wrap, .lt-ie9 #top .main-navigation .search-field {
        width: 1248px; }
      @media only screen and (max-width: 80em) {
        #top .main-navigation .wrap, #top .main-navigation .search-field {
          width: 95%; } }
      @media only screen and (max-width: 64em) {
        #top .main-navigation .wrap, #top .main-navigation .search-field {
          width: 95%; } }
      #top .main-navigation .wrap .logo, #top .main-navigation .search-field .logo {
        float: left;
        margin: 0; }
        .lt-ie9 #top .main-navigation .wrap .logo, .lt-ie9 #top .main-navigation .search-field .logo {
          border: 1px solid #ececec; }
        @media only screen and (max-width: 64em) {
          #top .main-navigation .wrap .logo, #top .main-navigation .search-field .logo {
            box-shadow: none; } }
        #top .main-navigation .wrap .logo a, #top .main-navigation .search-field .logo a {
          -webkit-backface-visibility: hidden;
          display: block;
          -webkit-transition: opacity 0.25s ease-in-out;
          -moz-transition: opacity 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out;
          color: transparent;
          font: 0/0 a;
          text-shadow: none;
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto;
          color: transparent;
          font: 0/0 a;
          text-shadow: none;
          width: 150px;
          height: 30px;
          background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/img/logo-150.png");
          -webkit-transition: opacity 0.25s ease-in-out;
          -moz-transition: opacity 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out;
          /*.svg & {
          	background-image: url($logo-compact);
          }*/
          display: block;
                    /*
					// height: 36px;
					// width: 179px;
					// @include retina-image('https://d2btcxja5g5zgs.cloudfront.net/assets/img/logo', 179px 36px);
					background-repeat: no-repeat;
					background-position: 50% 50%;

					// 84% = 150 x 30
					height: 30px;
					width: 150px;
					@include retina-image('https://d2btcxja5g5zgs.cloudfront.net/assets/img/logo', 179px 36px);
					background-size: 100%;
					*/
                    /*.svg & {
						background-image: url($logo);
					}*/ }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
            #top .main-navigation .wrap .logo a, #top .main-navigation .search-field .logo a {
              background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/img/logo-150_2x.png");
              background-size: 150px 30px; } }
          #top .main-navigation .wrap .logo a:hover, #top .main-navigation .search-field .logo a:hover {
            opacity: 0.85;
            -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
            filter: alpha(opacity=85);
            zoom: 1; }
          #top .main-navigation .wrap .logo a .print, #top .main-navigation .search-field .logo a .print {
            display: none; }
          #top .main-navigation .wrap .logo a:hover, #top .main-navigation .search-field .logo a:hover {
            opacity: 0.75;
            -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
            filter: alpha(opacity=75);
            zoom: 1; }
          @media only screen and (max-width: 36.25em) {
            #top .main-navigation .wrap .logo a, #top .main-navigation .search-field .logo a {
                        /*height: 36px;
						@include retina-image('https://d2btcxja5g5zgs.cloudfront.net/assets/img/logo', 179px 36px);
						*/
                        /*.svg & {
							background-image: url($logo);
						}*/ } }
      #top .main-navigation .wrap nav, #top .main-navigation .search-field nav {
        float: right;
        margin-top: 0.3em; }
        @media only screen and (max-width: 64em) {
          #top .main-navigation .wrap nav, #top .main-navigation .search-field nav {
            width: auto; } }
        #top .main-navigation .wrap nav .user-actions, #top .main-navigation .search-field nav .user-actions {
          display: none; }
        #top .main-navigation .wrap nav .mobile-navigation, #top .main-navigation .search-field nav .mobile-navigation {
          color: #999;
          display: none;
          float: right;
          font-size: 1.5em; }
          @media only screen and (max-width: 58.75em) {
            #top .main-navigation .wrap nav .mobile-navigation, #top .main-navigation .search-field nav .mobile-navigation {
              display: block; }
              #top .main-navigation .wrap nav .mobile-navigation:hover, #top .main-navigation .search-field nav .mobile-navigation:hover {
                text-decoration: none; } }

.sitemap-nav {
  float: right;
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  font-weight: 600;
  font-family: "proxima-nova-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.75em;
  font-size: 14px; }
  .sitemap-nav li {
    position: relative;
    float: left;
    margin-right: 0.75em; }
    @media only screen and (min-width: 58.75em) {
      .sitemap-nav li.item-news > ul, .sitemap-nav li.item-two-columns > ul {
        width: 400px;
        padding: 15px 0 5px; }
        .sitemap-nav li.item-news > ul:after, .sitemap-nav li.item-two-columns > ul:after {
          content: '';
          width: 1px;
          position: absolute;
          left: 50%;
          top: 0;
          bottom: 0;
          margin: 8px 0;
          background-color: #ababab; } }
    .sitemap-nav li.item-news > ul > li, .sitemap-nav li.item-two-columns > ul > li {
      margin-bottom: 10px; }
      @media only screen and (min-width: 58.75em) {
        .sitemap-nav li.item-news > ul > li, .sitemap-nav li.item-two-columns > ul > li {
          padding: 0 15px;
          float: left;
          width: 50%; }
          .sitemap-nav li.item-news > ul > li:nth-child(2n-1), .sitemap-nav li.item-two-columns > ul > li:nth-child(2n-1) {
            clear: left; } }
      .sitemap-nav li.item-news > ul > li > a, .sitemap-nav li.item-two-columns > ul > li > a {
        padding: 0;
        line-height: 1.3;
        font-size: 14px;
        font-weight: 600; }
      .sitemap-nav li.item-news > ul > li .menu-item-description, .sitemap-nav li.item-two-columns > ul > li .menu-item-description {
        padding: 0;
        text-transform: none;
        color: #666;
        line-height: 1.4; }
        @media only screen and (max-width: 58.75em) {
          .sitemap-nav li.item-news > ul > li .menu-item-description, .sitemap-nav li.item-two-columns > ul > li .menu-item-description {
            padding: 0 1.5em 0 40px;
            color: #666; } }
    .sitemap-nav li:last-of-type ul {
      left: -6em; }
    .sitemap-nav li.menu-signin {
      display: none; }
    .sitemap-nav li.menu-item + .menu-item.social {
      position: relative;
      padding-left: 10px; }
      .sitemap-nav li.menu-item + .menu-item.social:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -6px;
        height: 12px;
        background: #666;
        width: 1px; }
    .sitemap-nav li.menu-item.social + .menu-item.social {
      padding-left: 0; }
      .sitemap-nav li.menu-item.social + .menu-item.social:before {
        display: none; }
    .sitemap-nav li.social {
      padding: 0;
      margin-right: 0.5em !important; }
      @media only screen and (max-width: 64em) {
        .sitemap-nav li.social {
          display: none; } }
      .sitemap-nav li.social a {
        position: relative;
        overflow: hidden;
        display: inline-block;
        width: 18px;
        height: 32px;
        padding: 0;
        color: inherit;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
        @media only screen and (min-width: 58.75em) {
          .sitemap-nav li.social a {
            text-indent: -999em; } }
        @media only screen and (max-width: 58.75em) {
          .sitemap-nav li.social a {
            background-position: 16px 50%;
            padding-left: 40px !important; } }
        .sitemap-nav li.social a:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          background: inherit; }
        @media only screen and (min-width: 58.75em) {
          .sitemap-nav li.social a:hover {
            background-image: none !important; }
            .sitemap-nav li.social a:hover:before {
              opacity: 1; } }
      .sitemap-nav li.social.facebook a {
        background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Facebook.svg"); }
        .sitemap-nav li.social.facebook a:before {
          background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Facebook-red.svg"); }
      .sitemap-nav li.social.twitter a {
        background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Twitter.svg"); }
        .sitemap-nav li.social.twitter a:before {
          background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Twitter-red.svg"); }
      .sitemap-nav li.social.instagram a {
        background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Instagram.svg"); }
        .sitemap-nav li.social.instagram a:before {
          background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Instagram-red.svg"); }
      .sitemap-nav li.social.youtube a {
        background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Youtube.svg"); }
        .sitemap-nav li.social.youtube a:before {
          background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Youtube-red.svg"); }
      .sitemap-nav li.social.newsletter a {
        background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Mail.svg"); }
        .sitemap-nav li.social.newsletter a:before {
          background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Mail-red.svg"); }
    @media only screen and (min-width: 58.75em) {
      .sitemap-nav li > a {
        line-height: 32px; } }
    .sitemap-nav li a {
      color: #666;
      display: inline-block;
      font-weight: 600;
      padding: 0; }
      .sitemap-nav li a .caret {
        display: none; }
      .sitemap-nav li a.active, .sitemap-nav li a:hover {
        color: #e21836;
        text-decoration: none; }
      .sitemap-nav li a.arrow-right:after {
        /*@include font-icon;
        content: " \f0d7";*/
        display: none; }
    .sitemap-nav li.nav-directories ul {
      width: 280px; }
    .sitemap-nav li.nav-directories.item-two-columns ul {
      width: 400px;
      left: auto;
      right: 1px; }
      .sitemap-nav li.nav-directories.item-two-columns ul:before {
        left: auto;
        right: 2em; }
    .sitemap-nav li ul {
      -webkit-backface-visibility: hidden;
      visibility: hidden;
      opacity: 0;
      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
      filter: alpha(opacity=0);
      zoom: 1;
      -webkit-transition: opacity 0.25s ease-in-out;
      -moz-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out;
      margin: 0;
      padding: 15px 15px 5px;
      position: absolute;
      left: -1em;
      top: 100%;
      width: 225px;
      background: #f2f2f2;
      box-shadow: 0 2px 6px rgba(26, 26, 26, 0.25);
      border-top: 3px solid #e21836;
      font-size: 0.95em;
      font-weight: 300;
      letter-spacing: 0;
      text-transform: uppercase; }
      .sitemap-nav li ul:before {
        position: absolute;
        top: -7px;
        left: 2em;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #e21836;
        border-left: 7px solid transparent;
        content: ''; }
      .lt-ie9 .sitemap-nav li ul {
        border: 1px solid #ececec;
        border-width: 0 1px 1px 1px; }
      .lt-ie9 .sitemap-nav li ul {
        display: none; }
      .sitemap-nav li ul li {
        float: none;
        margin-right: 0;
        margin-bottom: 10px; }
        .sitemap-nav li ul li a {
          display: block;
          padding: 0;
          -webkit-transition: background-color 0.125s ease-in-out;
          -moz-transition: background-color 0.125s ease-in-out;
          transition: background-color 0.125s ease-in-out;
          line-height: 1.3;
          font-size: 14px;
          letter-spacing: 1px; }
        .sitemap-nav li ul li:first-of-type a {
          border-top: none; }
        .sitemap-nav li ul li small {
          display: block;
          margin-top: -.5em; }
    .sitemap-nav li.hover a.arrow-right {
      color: #e21836; }
    .sitemap-nav li.hover ul {
      visibility: visible;
      opacity: 1;
      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
      filter: alpha(opacity=100);
      zoom: 1; }
      .lt-ie9 .sitemap-nav li.hover ul {
        display: block; }
  @media only screen and (max-width: 58.75em) {
    .sitemap-nav {
      display: none; } }

.header-flydown {
  background: #f2f2f2;
  border-top: 3px solid #e21836;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4em;
  padding: 15px 20px;
  position: absolute;
  right: -1em;
  text-transform: none;
  top: 100%;
  width: 250px;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .header-flydown:before {
    position: absolute;
    top: -7px;
    right: 3em;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e21836;
    border-left: 7px solid transparent;
    content: ''; }
  .header-flydown.flydown-magazine:before {
    right: 4em; }
  .header-flydown.flydown-fbu:before {
    right: 2.5em; }
  .header-flydown.flydown-social:before {
    right: 0.875em; }
  .header-flydown.flydown-social .newsletter-ajax .checkbox {
    font-size: 0.95em; }
  .header-flydown.flydown-events {
    width: 316px; }
    .header-flydown.flydown-events .event-item {
      overflow: hidden; }
      .header-flydown.flydown-events .event-item + .event-item {
        border-top: 1px solid #dddddd;
        margin-top: 18px;
        padding-top: 12px; }
      .header-flydown.flydown-events .event-item .ill {
        width: 64px;
        height: 64px;
        margin-right: 17px;
        float: left; }
        .header-flydown.flydown-events .event-item .ill > a {
          display: block; }
        .header-flydown.flydown-events .event-item .ill img {
          max-width: 100%; }
      .header-flydown.flydown-events .event-item .description {
        overflow: hidden;
        padding-top: 5px;
        font-size: 13px;
        line-height: 1.2; }
        .header-flydown.flydown-events .event-item .description p {
          margin: 0; }
        .header-flydown.flydown-events .event-item .description a {
          margin-top: 6px;
          font-weight: 600;
          color: #e21836;
          font-size: 12px;
          letter-spacing: 0.3px; }
          .header-flydown.flydown-events .event-item .description a:hover {
            text-decoration: none; }
      .header-flydown.flydown-events .event-item .description-title {
        margin: 0;
        color: inherit;
        font-size: 13px;
        font-family: inherit;
        letter-spacing: 0.2px;
        font-weight: 600; }
        .header-flydown.flydown-events .event-item .description-title > a {
          margin: 0;
          color: inherit;
          font: inherit;
          line-height: inherit; }
  .hover .header-flydown {
    visibility: visible;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
    filter: alpha(opacity=100);
    zoom: 1; }
  .header-flydown hr {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin: 1em -15px; }
    .header-flydown hr:first-child {
      border-top-color: transparent;
      margin-top: -16px; }
  .header-flydown img {
    max-width: 100%; }
  .header-flydown > a + small {
    color: #999999;
    display: block;
    margin-top: 0.5em;
    text-align: center;
    text-transform: uppercase; }
  .header-flydown p {
    font-size: 0.9em; }
    .header-flydown p:last-of-type {
      margin-bottom: 0; }
  .header-flydown h4 {
    border-bottom: 1px solid #dddddd;
    color: #e21836;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 0.75em;
    padding-bottom: 0.25em;
    text-align: center;
    text-transform: uppercase; }
    .header-flydown h4:first-child {
      margin-top: 0; }
    .header-flydown h4 small {
      color: #666666;
      display: block;
      font-size: 90%;
      font-weight: normal;
      margin-top: 0.25em;
      text-transform: none; }
  .header-flydown footer {
    border-top: 1px solid #ececec;
    font-size: 0.85em;
    margin-top: 1em;
    margin-bottom: -9px;
    text-align: center; }
    .header-flydown footer a {
      position: relative;
      color: #e21836;
      display: inline-block;
      font-size: 12px;
      font-weight: 600;
      margin: 9px 0 0;
      padding: 0 0.75em; }
      .header-flydown footer a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -6px;
        height: 12px;
        width: 1px;
        background: #cccccc; }
      .header-flydown footer a:first-child {
        border-left: 0; }
        .header-flydown footer a:first-child:before {
          display: none; }
  .header-flydown a[class^="social-"],
  .header-flydown a[class^="icon-"] {
    background: #666;
    border-radius: 1.6em;
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    height: 1.6em;
    line-height: 1.3em;
    margin: 0.5em;
    width: 1.6em; }
    .header-flydown a[class^="social-"]:hover,
    .header-flydown a[class^="icon-"]:hover {
      background-color: #e21836;
      color: #fff; }
  .header-flydown form label.checkbox {
    font-size: 0.9em;
    font-weight: normal; }
  .header-flydown form label.checkbox strong {
    font-size: 1em; }
  .header-flydown form input[type="text"],
  .header-flydown form input[type="email"],
  .header-flydown form input[type="submit"] {
    display: block;
    margin-top: 0.5em;
    width: 100%; }
  .header-flydown form input[type="text"],
  .header-flydown form input[type="email"] {
    background: #ffffff;
    border: 1px solid #999999;
    padding: 0.2em 0.5em; }
  .header-flydown form input[type="submit"] {
    padding: 0.4em 0; }

#content {
  position: relative;
  z-index: 0;
  background-color: #fff;
  background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/img/bg-noise.png");
  background-repeat: repeat;
  padding: 0 0 3em; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #content {
      background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/img/bg-noise_2x.png");
      background-size: 400px 400px; } }
  #content.top {
    padding-top: 2em; }
  @media only screen and (max-width: 36.25em) {
    #content.top {
      padding-top: 1.5em; } }
  #content .wrap, #content #top .main-navigation .search-field, #top .main-navigation #content .search-field {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    #content .wrap:after, #content #top .main-navigation .search-field:after, #top .main-navigation #content .search-field:after {
      content: "";
      display: table;
      clear: both; }
    .lt-ie9 #content .wrap, .lt-ie9 #content #top .main-navigation .search-field, #top .main-navigation .lt-ie9 #content .search-field {
      width: 1280px; }
    @media only screen and (max-width: 80em) {
      #content .wrap, #content #top .main-navigation .search-field, #top .main-navigation #content .search-field {
        width: 95%; } }
    @media only screen and (max-width: 64em) {
      #content .wrap, #content #top .main-navigation .search-field, #top .main-navigation #content .search-field {
        width: 95%; } }
  #content [role="banner"] {
    margin-bottom: 1.5em; }
    #content [role="banner"] .slideshow {
      overflow: hidden;
      position: relative;
      text-align: left; }
      #content [role="banner"] .slideshow .slide-controls-bg-filler {
        background: #ececec;
        background-image: -webkit-linear-gradient( #fff 20%, #ececec 100%);
        background-image: linear-gradient( #fff 20%, #ececec 100%);
        bottom: 0;
        height: 30px;
        left: 50%;
        margin-left: -10px;
        position: absolute;
        width: 20px;
        z-index: 1; }
      #content [role="banner"] .slideshow .slide-viewport {
        height: 630px;
        z-index: 0; }
        #content [role="banner"] .slideshow .slide-viewport .slides:after {
          content: "";
          display: table;
          clear: both; }
        #content [role="banner"] .slideshow .slide-viewport .slides > article {
          /* Hide the slides before the JS is loaded. Avoids image jumping */
          border: 0;
          margin: 0;
          padding: 0;
          position: relative;
          display: none;
          -webkit-backface-visibility: hidden;
          background: #1a1a1a;
          /* 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 #content [role="banner"] .slideshow .slide-viewport .slides > article #content [role="banner"] .slideshow .slide-viewport .slides > article:first-child {
            display: block; }
          #content [role="banner"] .slideshow .slide-viewport .slides > article figure {
            position: relative;
            z-index: 0; }
            #content [role="banner"] .slideshow .slide-viewport .slides > article figure img {
              max-width: 100%;
              width: auto;
              height: auto;
              width: 100%; }
          #content [role="banner"] .slideshow .slide-viewport .slides > article .post-header {
            margin: 0; }
          #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content {
            position: absolute;
            z-index: 1;
            left: 0;
            bottom: 15%;
            width: 100%;
            -webkit-text-stroke: 0.01em #fff;
            text-shadow: 0 2px 2px rgba(26, 26, 26, 0.5); }
            @media only screen and (max-width: 53.75em) {
              #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content {
                position: relative; } }
            #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer {
              width: 100%;
              max-width: 1280px;
              margin: 0 auto; }
              #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer:after {
                content: "";
                display: table;
                clear: both; }
              .lt-ie9 #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer {
                width: 1280px; }
              @media only screen and (max-width: 80em) {
                #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer {
                  width: 95%; } }
              @media only screen and (max-width: 64em) {
                #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer {
                  width: 95%; } }
              #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer .inner {
                background: rgba(34, 34, 34, 0.75);
                max-width: 480px; }
                #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer .inner:after {
                  content: "";
                  display: table;
                  clear: both; }
                @media only screen and (max-width: 53.75em) {
                  #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer .inner {
                    max-width: none;
                    padding: 1.5em 0 2.5em 0; } }
                #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer .inner .post-header {
                  border-bottom: none;
                  float: none;
                  padding: 10px 10px 0; }
                  #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer .inner .post-header h1 {
                    font-size: 2.75em;
                    line-height: 1em;
                    margin-bottom: 0;
                    text-shadow: none; }
                    @media only screen and (max-width: 48em) {
                      #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer .inner .post-header h1 {
                        font-size: 2em; } }
                    #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer .inner .post-header h1 a {
                      color: #fff; }
                  #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer .inner .post-header .post-meta {
                    margin-bottom: 1em; }
                    #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer .inner .post-header .post-meta .post-date {
                      color: #fff;
                      font-size: 1.125em;
                      text-transform: uppercase;
                      letter-spacing: 1px;
                      font-weight: 700; }
                      @media only screen and (max-width: 48em) {
                        #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer .inner .post-header .post-meta .post-date {
                          font-size: 1em; } }
                #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer .inner .content {
                  border: 0;
                  color: #fff;
                  font-size: 1em;
                  line-height: 1.25em;
                  padding: 0 10px;
                  text-shadow: none; }
                  @media only screen and (max-width: 48em) {
                    #content [role="banner"] .slideshow .slide-viewport .slides > article .post-content .outer .inner .content {
                      font-size: .875em; } }
      #content [role="banner"] .slideshow .slide-control-nav {
        font-size: .75em;
        line-height: 1em;
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        width: 100%;
        list-style: none;
        padding-left: 0;
        margin: 0;
        text-align: center; }
        #content [role="banner"] .slideshow .slide-control-nav li {
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto;
          padding: .75em;
          background: #ececec;
          background-image: -webkit-linear-gradient( #fff 20%, #ececec 100%);
          background-image: linear-gradient( #fff 20%, #ececec 100%); }
          .csstransforms #content [role="banner"] .slideshow .slide-control-nav li {
            margin: 0 -.25em; }
            .csstransforms #content [role="banner"] .slideshow .slide-control-nav li:first-of-type {
              margin: 0;
              border-top-left-radius: 6px;
              padding-left: 1.5em;
              padding-right: 0.5em;
              -webkit-transform: skewX(-10deg);
              -moz-transform: skewX(-10deg);
              -ms-transform: skewX(-10deg);
              -o-transform: skewX(-10deg);
              transform: skewX(-10deg); }
              .csstransforms #content [role="banner"] .slideshow .slide-control-nav li:first-of-type a {
                -webkit-transform: skewX(10deg);
                -moz-transform: skewX(10deg);
                -ms-transform: skewX(10deg);
                -o-transform: skewX(10deg);
                transform: skewX(10deg); }
            .csstransforms #content [role="banner"] .slideshow .slide-control-nav li:last-of-type {
              margin: 0;
              border-top-right-radius: 6px;
              padding-right: 1.5em;
              padding-left: 0.5em;
              -webkit-transform: skewX(10deg);
              -moz-transform: skewX(10deg);
              -ms-transform: skewX(10deg);
              -o-transform: skewX(10deg);
              transform: skewX(10deg); }
              .csstransforms #content [role="banner"] .slideshow .slide-control-nav li:last-of-type a {
                -webkit-transform: skewX(-10deg);
                -moz-transform: skewX(-10deg);
                -ms-transform: skewX(-10deg);
                -o-transform: skewX(-10deg);
                transform: skewX(-10deg); }
          #content [role="banner"] .slideshow .slide-control-nav li a {
            display: inline-block;
            vertical-align: baseline;
            zoom: 1;
            *display: inline;
            *vertical-align: auto;
            width: 1em;
            height: 1em;
            background: #999;
            border-radius: 50%;
            text-indent: -9999px;
            overflow: hidden;
            cursor: pointer; }
            #content [role="banner"] .slideshow .slide-control-nav li a:hover, #content [role="banner"] .slideshow .slide-control-nav li a.slide-active {
              background: #b4132b; }
            #content [role="banner"] .slideshow .slide-control-nav li a.slide-active {
              cursor: default; }
  #content [role="main"] {
    float: left;
    width: 71.640625%; }
    #content [role="main"].full-width {
      width: 100%;
      float: none; }
    @media only screen and (max-width: 64em) {
      #content [role="main"] {
        width: calc(98% - 340px); } }
    @media only screen and (max-width: 61.25em) {
      #content [role="main"] {
        width: 100%;
        float: none;
        margin-bottom: .5em; } }
    body.archive :not(.wrap-events) #content [role="main"] .section-header, body.category :not(.wrap-events) #content [role="main"] .section-header {
      border-top: 0;
      border-bottom: 2px solid #ececec; }
      body.archive :not(.wrap-events) #content [role="main"] .section-header h1, body.category :not(.wrap-events) #content [role="main"] .section-header h1 {
        font-size: 1.7em; }
  #content [role="complementary"] {
    float: right;
    width: 26.5625%; }
    @media only screen and (max-width: 64em) {
      #content [role="complementary"] {
        min-width: 340px; } }
    @media only screen and (max-width: 61.25em) {
      #content [role="complementary"] {
        width: 100%; } }

#bottom {
  /* new styles for footer */
  /* new styles for footer end */
  clear: both;
  position: relative;
  padding: 1em 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  font-size: .875em;
  line-height: 1.5em;
  font-weight: 600;
  text-shadow: 0 1px 0 #fff; }
  #bottom.grey-footer {
    background-color: #ebebeb;
    max-width: 100%;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    text-shadow: none;
    width: 100%;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    #bottom.grey-footer .wrap, #bottom.grey-footer #top .main-navigation .search-field, #top .main-navigation #bottom.grey-footer .search-field {
      max-width: 1220px;
      padding: 0 10px;
      margin: 0 auto; }
    #bottom.grey-footer .footer-links .footer-logo, #bottom.grey-footer .footer-links .other-products .footer-brewbound, #bottom.grey-footer .footer-links .other-products .footer-bewnet, #bottom.grey-footer .footer-links .other-products .footer-nosh {
      display: block;
      background-repeat: no-repeat;
      overflow: hidden;
      text-indent: -9999px;
      background-image: url("//d2btcxja5g5zgs.cloudfront.net/assets/img/bevnet-logos.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        #bottom.grey-footer .footer-links .footer-logo, #bottom.grey-footer .footer-links .other-products .footer-brewbound, #bottom.grey-footer .footer-links .other-products .footer-bewnet, #bottom.grey-footer .footer-links .other-products .footer-nosh {
          background-image: url("//d2btcxja5g5zgs.cloudfront.net/assets/img/bevnet-logos_2x.png");
          background-size: 316px auto; } }
    #bottom.grey-footer .footer-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
    #bottom.grey-footer .footer-links {
      padding: 40px 0 46px; }
      #bottom.grey-footer .footer-links .col-logo-aside {
        margin: 10px auto 0;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1 100%;
        -moz-box-flex: 1 100%;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; }
        @media only screen and (min-width: 75em) {
          #bottom.grey-footer .footer-links .col-logo-aside {
            padding: 15px 0 0 5px;
            -webkit-box-flex: 1 auto;
            -moz-box-flex: 1 auto;
            -webkit-flex: 1 auto;
            -ms-flex: 1 auto;
            flex: 1 auto;
            width: 316px;
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
            -webkit-box-align: start;
            -ms-flex-align: start;
            -webkit-align-items: flex-start;
            -moz-align-items: flex-start;
            align-items: flex-start; } }
      #bottom.grey-footer .footer-links .col-btns-aside {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-flex: 1 100%;
        -moz-box-flex: 1 100%;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start; }
        #bottom.grey-footer .footer-links .col-btns-aside .footer-btn {
          text-transform: uppercase;
          width: 128px;
          margin: 10px 0;
          float: left;
          line-height: 20px;
          font-size: 14px;
          text-shadow: none;
          border: 1px solid #e51937; }
          #bottom.grey-footer .footer-links .col-btns-aside .footer-btn:hover, #bottom.grey-footer .footer-links .col-btns-aside .footer-btn:focus {
            text-decoration: none; }
        #bottom.grey-footer .footer-links .col-btns-aside .footer-btn:last-child {
          margin-left: 30px; }
        #bottom.grey-footer .footer-links .col-btns-aside .footer-btn.footer-register-btn {
          background-color: #e51937;
          padding: 10px;
          display: inline-block;
          border-radius: 20px;
          text-transform: uppercase;
          text-align: center;
          line-height: 20px;
          color: #fff;
          -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
          -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
          #bottom.grey-footer .footer-links .col-btns-aside .footer-btn.footer-register-btn:hover, #bottom.grey-footer .footer-links .col-btns-aside .footer-btn.footer-register-btn:focus {
            text-decoration: none;
            background-color: transparent;
            color: #e51937; }
        #bottom.grey-footer .footer-links .col-btns-aside .footer-btn.footer-sponsor-btn {
          background-color: transparent;
          padding: 10px;
          display: inline-block;
          border-radius: 20px;
          text-transform: uppercase;
          text-align: center;
          line-height: 20px;
          color: #e51937;
          -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
          -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
          #bottom.grey-footer .footer-links .col-btns-aside .footer-btn.footer-sponsor-btn:hover, #bottom.grey-footer .footer-links .col-btns-aside .footer-btn.footer-sponsor-btn:focus {
            text-decoration: none;
            background-color: #e51937;
            color: #fff; }
        @media only screen and (min-width: 64em) {
          #bottom.grey-footer .footer-links .col-btns-aside {
            -webkit-box-flex: 1 50%;
            -moz-box-flex: 1 50%;
            -webkit-flex: 1 50%;
            -ms-flex: 1 50%;
            flex: 1 50%; } }
        @media only screen and (min-width: 75em) {
          #bottom.grey-footer .footer-links .col-btns-aside {
            -webkit-box-flex: 1 auto;
            -moz-box-flex: 1 auto;
            -webkit-flex: 1 auto;
            -ms-flex: 1 auto;
            flex: 1 auto;
            -webkit-box-ordinal-group: 3;
            -moz-box-ordinal-group: 3;
            -ms-flex-order: 3;
            -webkit-order: 3;
            order: 3;
            width: 310px;
            padding-right: 20px;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
            -moz-justify-content: flex-end;
            justify-content: flex-end; } }
      #bottom.grey-footer .footer-links .col-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1 100%;
        -moz-box-flex: 1 100%;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; }
        @media only screen and (min-width: 48em) {
          #bottom.grey-footer .footer-links .col-content {
            -webkit-flex-flow: row;
            -moz-flex-flow: row;
            -ms-flex-flow: row;
            flex-flow: row;
            -ms-flex-pack: distribute;
            -webkit-justify-content: space-around;
            -moz-justify-content: space-around;
            justify-content: space-around; } }
        @media only screen and (min-width: 60.625em) {
          #bottom.grey-footer .footer-links .col-content {
            -webkit-box-flex: 1 50%;
            -moz-box-flex: 1 50%;
            -webkit-flex: 1 50%;
            -ms-flex: 1 50%;
            flex: 1 50%;
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1; } }
        @media only screen and (min-width: 75em) {
          #bottom.grey-footer .footer-links .col-content {
            -webkit-box-flex: 1 auto;
            -moz-box-flex: 1 auto;
            -webkit-flex: 1 auto;
            -ms-flex: 1 auto;
            flex: 1 auto;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2; } }
        #bottom.grey-footer .footer-links .col-content .col-nav {
          width: auto;
          padding: 0 15px;
          max-width: 200px; }
          #bottom.grey-footer .footer-links .col-content .col-nav h3 {
            font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 400;
            color: #4c4d4d;
            font-weight: 600;
            padding-bottom: 12px;
            font-size: 14px;
            margin: 24px 0 0;
            text-transform: uppercase; }
          #bottom.grey-footer .footer-links .col-content .col-nav ul {
            margin: 0;
            content: " ";
            display: table;
            padding: 0; }
            #bottom.grey-footer .footer-links .col-content .col-nav ul li {
              margin: 10px 0;
              line-height: 18px; }
              #bottom.grey-footer .footer-links .col-content .col-nav ul li a {
                color: #4c4d4d;
                text-transform: uppercase;
                font-size: 14px;
                line-height: 1.42857143; }
                #bottom.grey-footer .footer-links .col-content .col-nav ul li a:hover, #bottom.grey-footer .footer-links .col-content .col-nav ul li a.active {
                  color: #e51937;
                  text-decoration: none;
                  -webkit-transition: text-shadow 0.2s ease-in-out;
                  -moz-transition: text-shadow 0.2s ease-in-out;
                  transition: text-shadow 0.2s ease-in-out;
                  text-shadow: -0.25px 0 0 #e51937, 0.25px 0 0 #e51937; }
      #bottom.grey-footer .footer-links .footer-logo {
        height: 68px;
        width: 316px;
        margin: 0 0 18px 0;
        background-size: 316px auto;
        background-position: 0 -66px; }
      #bottom.grey-footer .footer-links .other-products {
        width: 316px; }
        #bottom.grey-footer .footer-links .other-products .footer-brewbound {
          background-position: 0 -46px;
          margin: 9px 0 0;
          width: 91px;
          height: 18px; }
        #bottom.grey-footer .footer-links .other-products .footer-bewnet {
          background-position: -90px -46px;
          margin: 9px 0 0;
          width: 70px;
          height: 18px; }
        #bottom.grey-footer .footer-links .other-products .footer-nosh {
          background-position: -167px -39px;
          width: 63px;
          height: 24px;
          float: right;
          margin-top: 2px; }
    @media only screen and (max-width: 48em) {
      #bottom.grey-footer .footer-links .footer-logo {
        height: 55px;
        width: 262px;
        background-position: 0px -55px;
        background-size: 262px auto; }
      #bottom.grey-footer .footer-links .other-products {
        width: 262px; } }
    #bottom.grey-footer .footer-copyright {
      background-color: #4c4d4d; }
      #bottom.grey-footer .footer-copyright .fineprint {
        text-transform: uppercase;
        padding: 15px 0;
        text-align: center;
        color: #fff;
        font-size: 14px; }
        #bottom.grey-footer .footer-copyright .fineprint a {
          color: #fff; }
          #bottom.grey-footer .footer-copyright .fineprint a:hover {
            color: #fff; }
  #bottom:after {
    content: "";
    display: table;
    clear: both; }
  .lt-ie9 #bottom {
    width: 1280px; }
  @media only screen and (max-width: 80em) {
    #bottom {
      width: 95%; } }
  @media only screen and (max-width: 64em) {
    #bottom {
      width: 95%; } }
  #bottom .logo {
    margin: 0 0 1em;
    /*-4.5em 0 1em 0;*/ }
    #bottom .logo a {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      color: transparent;
      font: 0/0 a;
      text-shadow: none;
      width: 95px;
      height: 25px;
      background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/img/logo-compact.png");
      -webkit-transition: opacity 0.25s ease-in-out;
      -moz-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out;
      /*.svg & {
      	background-image: url($logo-compact);
      }*/ }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        #bottom .logo a {
          background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/img/logo-compact_2x.png");
          background-size: 95px 25px; } }
      #bottom .logo a:hover {
        opacity: 0.85;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
        filter: alpha(opacity=85);
        zoom: 1; }
  #bottom .columns {
    margin-bottom: 1.5em; }
    #bottom .columns:after {
      content: "";
      display: table;
      clear: both; }
    #bottom .columns nav {
      float: left;
      width: 17.96875%;
      margin-right: 1.5625%; }
      @media only screen and (max-width: 36.25em) {
        #bottom .columns nav {
          width: 37.5%; } }
      @media only screen and (max-width: 28.75em) {
        #bottom .columns nav {
          float: none;
          width: auto; } }
      #bottom .columns nav h2 {
        text-transform: uppercase;
        font-family: "alternate-gothic-no-2-d", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.875em;
        letter-spacing: 1px;
        color: #e21836;
        margin-bottom: .5em;
        padding-bottom: .5em;
        border-bottom: 2px solid #ececec; }
      #bottom .columns nav ul, #bottom .columns nav ol {
        list-style: none;
        padding-left: 0;
        margin: 0;
        color: #999; }
        #bottom .columns nav ul li, #bottom .columns nav ol li {
          margin-bottom: .25em; }
          #bottom .columns nav ul li.affiliate-bevnet, #bottom .columns nav ol li.affiliate-bevnet {
            line-height: 1em; }
            #bottom .columns nav ul li.affiliate-bevnet a, #bottom .columns nav ol li.affiliate-bevnet a {
              display: inline-block;
              vertical-align: baseline;
              zoom: 1;
              *display: inline;
              *vertical-align: auto;
              color: transparent;
              font: 0/0 a;
              text-shadow: none;
              vertical-align: text-top;
              width: 49px;
              height: 10px;
              margin-top: 1px;
              background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/img/logo-bevnet.png");
              /*.svg & {
              	background-image: url($logo-bevnet);
              }*/ }
              @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                #bottom .columns nav ul li.affiliate-bevnet a, #bottom .columns nav ol li.affiliate-bevnet a {
                  background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/img/logo-bevnet_2x.png");
                  background-size: 49px 10px; } }
          #bottom .columns nav ul li a, #bottom .columns nav ol li a {
            color: #999; }
            #bottom .columns nav ul li a:hover, #bottom .columns nav ol li a:hover {
              color: #e21836; }
  #bottom small {
    display: block;
    color: #999;
    font-size: 1em; }
    #bottom small sup {
      font-size: 1.25em;
      vertical-align: text-bottom;
      margin-left: .25em; }

.jPanelMenu-panel {
  overflow: hidden;
  position: static !important; }
  .jPanelMenu-panel #top {
    z-index: 3; }

#jPanelMenu-menu {
  padding-top: 50px;
  background: rgba(203, 21, 49, 0.95);
  /*Style for mobile aside menu with displayed sublists and flydowns*/
  /* new styles for mobile menu */
  /* new styles for mobile menu end */ }
  @media only screen and (min-width: 58.75em) {
    #jPanelMenu-menu {
      display: none !important; } }
  #jPanelMenu-menu .logo {
    display: none; }
  #jPanelMenu-menu .mobile-navigation {
    display: none; }
  #jPanelMenu-menu .sitemap-nav {
    display: block !important; }
  #jPanelMenu-menu .sitemap-nav li a {
    color: #fff; }
    #jPanelMenu-menu .sitemap-nav li a:hover {
      color: #fff;
      text-decoration: underline; }
  #jPanelMenu-menu .sitemap-nav, #jPanelMenu-menu ul {
    float: none;
    list-style: none;
    padding-left: 0;
    margin: 0; }
    #jPanelMenu-menu .sitemap-nav li, #jPanelMenu-menu ul li {
      display: block;
      float: none;
      margin-right: 0; }
      #jPanelMenu-menu .sitemap-nav li.menu-more, #jPanelMenu-menu .sitemap-nav li.more-social, #jPanelMenu-menu .sitemap-nav li[href="#"], #jPanelMenu-menu ul li.menu-more, #jPanelMenu-menu ul li.more-social, #jPanelMenu-menu ul li[href="#"] {
        display: none; }
      #jPanelMenu-menu .sitemap-nav li.social, #jPanelMenu-menu ul li.social {
        line-height: inherit;
        padding: 0;
        margin-right: 0 !important; }
        #jPanelMenu-menu .sitemap-nav li.social a, #jPanelMenu-menu ul li.social a {
          background-color: transparent;
          border-radius: 0;
          height: auto;
          line-height: 1.75em;
          width: auto; }
      #jPanelMenu-menu .sitemap-nav li > a, #jPanelMenu-menu ul li > a {
        display: block;
        padding: .75em 1.5em;
        color: #fff;
        border-bottom: 1px solid #ececec; }
        #jPanelMenu-menu .sitemap-nav li > a.active, #jPanelMenu-menu .sitemap-nav li > a:hover, #jPanelMenu-menu ul li > a.active, #jPanelMenu-menu ul li > a:hover {
          color: #fff;
          background-color: #c2142e; }
        #jPanelMenu-menu .sitemap-nav li > a.arrow-right:after, #jPanelMenu-menu ul li > a.arrow-right:after {
          display: none; }
      #jPanelMenu-menu .sitemap-nav li.facebook a, #jPanelMenu-menu ul li.facebook a {
        background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Facebook-white.svg"); }
      #jPanelMenu-menu .sitemap-nav li.twitter a, #jPanelMenu-menu ul li.twitter a {
        background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Twitter-white.svg"); }
      #jPanelMenu-menu .sitemap-nav li.instagram a, #jPanelMenu-menu ul li.instagram a {
        background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Instagram-white.svg"); }
      #jPanelMenu-menu .sitemap-nav li.youtube a, #jPanelMenu-menu ul li.youtube a {
        background-image: url("https://d2btcxja5g5zgs.cloudfront.net/assets/icons/Youtube-white.svg"); }
      #jPanelMenu-menu .sitemap-nav li ul, #jPanelMenu-menu ul li ul {
        display: none; }
  #jPanelMenu-menu .sitemap {
    padding-bottom: 50px; }
    #jPanelMenu-menu .sitemap li.menu-item > ul,
    #jPanelMenu-menu .sitemap li.menu-item .header-flydown {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      visibility: visible;
      opacity: 1;
      padding: 10px 0;
      margin: 0;
      border: 0;
      width: auto;
      background: none;
      box-shadow: none; }
      #jPanelMenu-menu .sitemap li.menu-item > ul:before,
      #jPanelMenu-menu .sitemap li.menu-item .header-flydown:before {
        content: none; }
    #jPanelMenu-menu .sitemap li.menu-item > ul {
      border-bottom: 1px solid #ececec; }
      #jPanelMenu-menu .sitemap li.menu-item > ul > li > a {
        font-size: 14px;
        border: 0;
        padding: 0 0 0 40px; }
        #jPanelMenu-menu .sitemap li.menu-item > ul > li > a:hover {
          background: none;
          text-decoration: underline; }
      #jPanelMenu-menu .sitemap li.menu-item > ul > li .menu-item-description {
        margin-top: 10px;
        font-size: 16px;
        color: #f2f2f2; }
    #jPanelMenu-menu .sitemap li.menu-item .header-flydown {
      padding: 15px 15px 20px;
      color: #fff;
      border-bottom: 1px solid #ececec; }
      #jPanelMenu-menu .sitemap li.menu-item .header-flydown > hr {
        display: none; }
      #jPanelMenu-menu .sitemap li.menu-item .header-flydown > a:hover {
        background: transparent; }
      #jPanelMenu-menu .sitemap li.menu-item .header-flydown footer a {
        color: #fff;
        font-size: 14px; }
        #jPanelMenu-menu .sitemap li.menu-item .header-flydown footer a:before {
          content: none; }
        #jPanelMenu-menu .sitemap li.menu-item .header-flydown footer a:hover {
          text-decoration: underline; }
      #jPanelMenu-menu .sitemap li.menu-item .header-flydown .event-item .ill {
        float: none;
        margin: 0 0 10px; }
      #jPanelMenu-menu .sitemap li.menu-item .header-flydown .event-item .description a {
        color: #fff;
        font-size: 14px; }
        #jPanelMenu-menu .sitemap li.menu-item .header-flydown .event-item .description a:before {
          content: none; }
        #jPanelMenu-menu .sitemap li.menu-item .header-flydown .event-item .description a:hover {
          text-decoration: underline; }
  #jPanelMenu-menu form {
    margin: 0;
    padding: 1.5em;
    border-bottom: 1px solid #ececec; }
    #jPanelMenu-menu form [type="search"] {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      width: 100%;
      border: none;
      padding: .5em 0;
      border-radius: .5em;
      background: #860e20;
      color: #fff;
      text-indent: 1em; }
      #jPanelMenu-menu form [type="search"].placeholder {
        color: #e21836; }
      #jPanelMenu-menu form [type="search"]:-moz-placeholder {
        color: #e21836; }
      #jPanelMenu-menu form [type="search"]::-webkit-input-placeholder {
        color: #e21836; }
    #jPanelMenu-menu form [type="submit"] {
      display: none; }
  #jPanelMenu-menu.mobile-nav-updated {
    background-color: #fff;
    width: 100% !important;
    top: 80px;
    height: calc(100vh - 80px); }
    #jPanelMenu-menu.mobile-nav-updated #top.new-header .main-navigation .wrap nav .menu-item > a:focus, #top.new-header .main-navigation .wrap nav #jPanelMenu-menu.mobile-nav-updated .menu-item > a:focus, #jPanelMenu-menu.mobile-nav-updated #top.new-header .main-navigation .search-field nav .menu-item > a:focus, #top.new-header .main-navigation .search-field nav #jPanelMenu-menu.mobile-nav-updated .menu-item > a:focus, #jPanelMenu-menu.mobile-nav-updated #top.new-header .main-navigation .wrap nav .menu-item > a:hover, #top.new-header .main-navigation .wrap nav #jPanelMenu-menu.mobile-nav-updated .menu-item > a:hover, #jPanelMenu-menu.mobile-nav-updated #top.new-header .main-navigation .search-field nav .menu-item > a:hover, #top.new-header .main-navigation .search-field nav #jPanelMenu-menu.mobile-nav-updated .menu-item > a:hover, #jPanelMenu-menu.mobile-nav-updated #top.new-header .main-navigation .wrap nav .menu-item > a.active, #top.new-header .main-navigation .wrap nav #jPanelMenu-menu.mobile-nav-updated .menu-item > a.active, #jPanelMenu-menu.mobile-nav-updated #top.new-header .main-navigation .search-field nav .menu-item > a.active, #top.new-header .main-navigation .search-field nav #jPanelMenu-menu.mobile-nav-updated .menu-item > a.active, #jPanelMenu-menu.mobile-nav-updated #top.new-header .main-navigation .wrap nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul li a:focus, #top.new-header .main-navigation .wrap nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul li #jPanelMenu-menu.mobile-nav-updated a:focus, #jPanelMenu-menu.mobile-nav-updated #top.new-header .main-navigation .search-field nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul li a:focus, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav.drop-down-extended .drop-down-extended-inner ul li #jPanelMenu-menu.mobile-nav-updated a:focus, #jPanelMenu-menu.mobile-nav-updated #top.new-header .main-navigation .wrap nav .menu-item .sub-nav li a:hover, #top.new-header .main-navigation .wrap nav .menu-item .sub-nav li #jPanelMenu-menu.mobile-nav-updated a:hover, #jPanelMenu-menu.mobile-nav-updated #top.new-header .main-navigation .search-field nav .menu-item .sub-nav li a:hover, #top.new-header .main-navigation .search-field nav .menu-item .sub-nav li #jPanelMenu-menu.mobile-nav-updated a:hover, #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new a:hover, #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new a:focus, #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new a.active, #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .menu-item-link:hover {
      color: #e51937;
      text-decoration: none;
      -webkit-transition: text-shadow 0.2s ease-in-out;
      -moz-transition: text-shadow 0.2s ease-in-out;
      transition: text-shadow 0.2s ease-in-out;
      text-shadow: -0.15px 0 0 #e51937, 0.15px 0 0 #e51937; }
    #jPanelMenu-menu.mobile-nav-updated ul li ul {
      display: block; }
    #jPanelMenu-menu.mobile-nav-updated .wrap, #jPanelMenu-menu.mobile-nav-updated #top .main-navigation .search-field, #top .main-navigation #jPanelMenu-menu.mobile-nav-updated .search-field {
      margin: 0; }
    #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new a {
      color: #4c4d4d;
      font-size: 26px;
      padding: 21px 30px 21px 70px;
      text-transform: uppercase;
      text-decoration: none;
      border: none;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400; }
      #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new a:hover, #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new a:focus, #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new a.active {
        background-color: #fff; }
    #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .menu-item {
      padding: 0;
      border-top: 1px solid #ececec; }
      #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .menu-item:first-child {
        border-top: none; }
      #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .menu-item .sub-nav {
        box-shadow: none;
        width: 100%;
        left: 0;
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=" $value * 100 ")';
        filter: alpha(opacity=100);
        zoom: 1;
        visibility: visible;
        position: static;
        background: none;
        padding-top: 0;
        border: none; }
        #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .menu-item .sub-nav .menu-item {
          border: none; }
        #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .menu-item .sub-nav.drop-down-extended .menu-item-description {
          color: #4c4d4d;
          font-family: "proxima-nova-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 300;
          padding: 0 26px 26px 70px;
          font-size: 18px;
          line-height: 25px;
          font-size: 14px; }
      #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .menu-item-link {
        position: relative;
        color: #4c4d4d;
        display: block; }
        #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .menu-item-link:before {
          content: '';
          position: absolute;
          left: 30px;
          right: auto;
          top: 50%;
          margin: -9px 0 0;
          background-image: none;
          width: 0;
          height: 0;
          border-top: 9px solid transparent;
          border-bottom: 9px solid transparent;
          border-left: 14px solid #4c4d4d; }
        #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .menu-item-link:hover:before {
          border-left-color: #e51937; }
      #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .menu-item.menu-item-has-children .menu-item-link:before {
        border-right: 9px solid transparent;
        border-left: 9px solid transparent;
        border-top: 14px solid #4c4d4d; }
      #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .menu-item.menu-item-has-children .menu-item-link:hover:before {
        border-right: 9px solid transparent;
        border-left: 9px solid transparent;
        border-top-color: #e51937; }
    #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .register-btn {
      text-align: center;
      padding: 40px 0;
      border-top: 1px solid #ececec; }
      #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .register-btn a {
        font-weight: 400;
        border: 1px solid #e51937;
        background-color: #e51937;
        padding: 10px;
        display: inline-block;
        border-radius: 20px;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        color: #fff;
        -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        border-radius: 70px;
        padding: 21px 30px;
        width: 300px;
        line-height: 37px;
        text-align: center; }
        #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .register-btn a:hover, #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .register-btn a:focus {
          text-decoration: none;
          background-color: #fff;
          color: #e51937; }
    #jPanelMenu-menu.mobile-nav-updated .sitemap-nav-new .has-flydown .menu-item-link:before {
      border: none; }

/* fix for addthis */
.addthis_sharing_toolbox [class*="icon-"] span {
  position: static;
  margin: 0px; }

/*
 * Events
 */
.widget {
  margin-bottom: 1em; }
  .widget.widget-submit-news .debossed {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
    .widget.widget-submit-news .debossed p a.mail:before {
      font-family: 'social-icomoon';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      margin-right: 5px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e605";
      position: relative;
      top: 1px; }
  @media only screen and (max-width: 61.25em) {
    .widget {
      float: left;
      width: 49.2%;
      margin-bottom: .5em; }
      .widget.widget-submit-news {
        clear: both;
        float: none;
        width: 100%; }
      .widget.widget-social iframe {
        margin: 0 auto; }
      .widget:nth-child(even) {
        float: right; }
      .widget.events-list {
        float: left; }
      .widget.widget-jobs {
        /*clear: left;*/
        float: right; }
      .widget.widget-ad-2 {
        clear: right; }
      .widget.widget-facebook {
        clear: left; } }
  @media only screen and (max-width: 48em) {
    .widget {
      width: 100%; } }
  @media only screen and (max-width: 28.75em) {
    .widget.widget-social {
      display: none; } }
  .widget .content > p {
    margin: 0; }
  .widget .content > footer {
    border-top: 2px solid #ececec;
    font-size: .875em;
    margin: 0;
    padding: 1em 0 0;
    text-align: center; }
    .widget .content > footer a {
      font-weight: 600; }
    .widget .content > footer .divider {
      display: inline-block;
      margin: 0 1em; }
  .widget.widget-social iframe {
    width: 100%; }
  .widget.tabbed-content .nav-tabs {
    margin: 0; }
    .widget.tabbed-content .nav-tabs li {
      text-align: center; }
      .widget.tabbed-content .nav-tabs li a {
        font-family: "alternate-gothic-no-2-d", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border-radius: 0;
        font-size: 1.2em;
        text-transform: uppercase; }
      .widget.tabbed-content .nav-tabs li.active a {
        border-top-color: transparent; }
      .widget.tabbed-content .nav-tabs li:first-child a {
        border-left: 0; }
      .widget.tabbed-content .nav-tabs li:last-of-type a {
        border-right: 0; }
    .widget.tabbed-content .nav-tabs.tabs-two li {
      width: 50%; }
    .widget.tabbed-content .nav-tabs.tabs-four li {
      width: 25%; }
      .widget.tabbed-content .nav-tabs.tabs-four li a {
        padding-left: 0;
        padding-right: 0; }
  .widget.tabbed-content .content {
    padding: 0; }
  .widget.tabbed-content .tab-content {
    padding: 1em; }
  .widget.posts-list.tabbed-content footer {
    margin: -1.2em 1.2em 0;
    padding-bottom: 1em; }
  .widget.posts-list .content ol:not(.nav-tabs),
  .widget.posts-list .content ul:not(.nav-tabs) {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: .875em;
    line-height: 1.25em;
    font-weight: 600; }
    .widget.posts-list .content ol:not(.nav-tabs) li,
    .widget.posts-list .content ul:not(.nav-tabs) li {
      border-top: 2px solid #ececec; }
      .widget.posts-list .content ol:not(.nav-tabs) li:first-of-type,
      .widget.posts-list .content ul:not(.nav-tabs) li:first-of-type {
        border-top: none; }
      .widget.posts-list .content ol:not(.nav-tabs) li a,
      .widget.posts-list .content ul:not(.nav-tabs) li a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        padding: .75em 0;
        color: #666;
        text-shadow: 0 1px 0 #fff; }
        .widget.posts-list .content ol:not(.nav-tabs) li a:hover,
        .widget.posts-list .content ul:not(.nav-tabs) li a:hover {
          color: #e21836; }
  .widget.events-list .content > footer {
    margin-top: 1em; }
  .widget.events-list .event {
    padding-bottom: 1em;
    border-bottom: 2px solid #ececec;
    margin-bottom: 1em; }
    .widget.events-list .event:after {
      content: "";
      display: table;
      clear: both; }
    .widget.events-list .event:last-of-type {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0; }
    .widget.events-list .event .featured-image {
      float: left;
      margin-bottom: 0;
      width: 23.5294117647%; }
    .widget.events-list .event .event-summary {
      float: right;
      width: 70.5882352941%; }
      .widget.events-list .event .event-summary header h1 {
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 0.9em;
        letter-spacing: 0;
        margin: .25em 0;
        text-transform: none; }
        .widget.events-list .event .event-summary header h1 a {
          color: #666; }
          .widget.events-list .event .event-summary header h1 a:hover {
            color: #e21836; }
      .widget.events-list .event .event-summary header .event-meta {
        font-size: .8125em;
        line-height: 1.25em;
        margin: 0; }
      .widget.events-list .event .event-summary footer p {
        font-size: .8125em; }
        .widget.events-list .event .event-summary footer p.event-permalink {
          font-weight: 600;
          margin: .25em 0; }
    @media only screen and (max-width: 48em) {
      .widget.events-list .event {
        margin-bottom: 0.5em;
        padding-bottom: 0; }
        .widget.events-list .event:last-of-type {
          margin-bottom: 0; }
          .widget.events-list .event:last-of-type .featured-image {
            margin-bottom: 0; }
        .widget.events-list .event .featured-image {
          width: auto; }
        .widget.events-list .event .event-summary {
          float: none;
          margin-left: 110px;
          width: auto; } }
    @media only screen and (max-width: 28.75em) {
      .widget.events-list .event .featured-image img {
        max-height: 65px;
        max-width: 65px; }
      .widget.events-list .event .event-summary {
        margin-left: 80px; } }

/* /.widget */
.gsc-control-cse {
  border: none !important; }

/* images */
.image-round {
  border-radius: 50%; }

.image-square {
  background-color: #fff;
  display: table;
  overflow: hidden;
  table-layout: fixed;
  text-align: center;
  width: 100%; }
  .image-square.crop-from-center {
    display: block; }
    .image-square.crop-from-center img {
      max-height: none; }
  .image-square > a {
    display: table-cell;
    vertical-align: middle; }
  .image-square img {
    max-height: 100%; }

.force-desaturate, .force-desaturate img {
  -webkit-filter: grayscale(1) !important;
  -webkit-filter: grayscale(100%) !important;
  filter: gray !important;
  filter: grayscale(100%) !important; }
  .force-desaturate:hover, .force-desaturate img:hover {
    -webkit-filter: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    filter: none !important; }

.circle-btn {
  background: #666;
  border: 1px solid #666;
  border-radius: 1.5em;
  color: #fff;
  height: 1.5em;
  line-height: 1.3em;
  overflow: hidden;
  text-align: center;
  width: 1.5em; }
  .circle-btn i.glyphicon-user {
    font-size: 1.1em;
    margin-top: 0.25em; }
  .circle-btn:hover {
    background-color: #e21836;
    border-color: #e21836;
    color: #fff; }

.tag-cloud {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
  font-family: "proxima-nova-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9em; }
  .tag-cloud-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 4px; }
    .tag-cloud-item a {
      display: block;
      padding: 5px 15px 3px;
      border-radius: 15px;
      text-decoration: none;
      color: #989898;
      background: #989898;
      text-decoration: none;
      color: #fff; }
  .tag-cloud-item-divider {
    display: inline-block;
    margin-right: 4px;
    padding: 5px 0; }

.page-header:first-child {
  margin-top: 0; }

.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
  border: 0; }
.table-borderless > thead > tr > th:first-child,
.table-borderless > tbody > tr > th:first-child,
.table-borderless > tfoot > tr > th:first-child,
.table-borderless > thead > tr > td:first-child,
.table-borderless > tbody > tr > td:first-child,
.table-borderless > tfoot > tr > td:first-child {
  padding-left: 0; }

.table-vmiddle > thead > tr > th,
.table-vmiddle > tbody > tr > th,
.table-vmiddle > tfoot > tr > th,
.table-vmiddle > thead > tr > td,
.table-vmiddle > tbody > tr > td,
.table-vmiddle > tfoot > tr > td {
  vertical-align: middle; }

/**
 * "Pill" navigation
 */
.nav-pills {
  font-family: "alternate-gothic-no-2-d", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase; }

.nav > li > a {
  padding: 6px 15px 4px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #f2f2f2;
  color: #4d4d4d; }

/**
 * Paged Post Slider (WordPress) 
 */
.pps-slider-nav {
  border-bottom: 1px solid #ececec;
  margin: 0 0 1em;
  padding: 0.5em 0;
  text-align: right; }
  .pps-slider-nav.pps-bottom-nav {
    border-bottom: none;
    border-top: 1px solid #ececec;
    margin: 1em 0; }
  .pps-slider-nav > a {
    border-left: 1px solid #ececec;
    display: inline-block;
    font-weight: bold;
    margin-left: 0.3em;
    padding-left: 0.5em; }
    .pps-slider-nav > a:first-child {
      border-left: 0;
      margin-left: 0;
      padding-left: 0; }

.pps-slide-count {
  float: left; }

.pps-content:after {
  content: "";
  display: table;
  clear: both; }

/*# sourceMappingURL=application-ie9-1.css.map */
