/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* FONT AWESOME
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 97, ../sass/_mixins.scss */
.brick a,
.brick a:link,
.brick a:visited, #block-views-taxonomy-term-articles-block-1 h2.block__title {
  background: #ffff66;
  color: #2d2b30;
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  display: inline-block;
  font-size: 0.666666667em;
  line-height: 2em;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 0 12px;
  text-transform: uppercase;
}

/* line 110, ../sass/_mixins.scss */
.brick.black a,
.brick.black a:link,
.brick.black a:visited {
  background: #2e2b31;
  color: #fff;
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  display: inline-block;
  font-size: 0.666666667em;
  line-height: 2em;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 0 12px;
  text-transform: uppercase;
}

/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/******************************************************************************************************************************/
                                                                                                                               /*
* Clearfixes
********************************************************************************************************************************/
/* line 21, ../sass/_normalize.scss */
.clearfix:after,
.node-type-subscription .form-type-radios:after,
form#bitch-drupalcommerce-renewal-ordernum-form:after,
#webform-component-donation--amount .form-type-radio:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* HTML5 Display Definitions
********************************************************************************************************************************/
/* Correct `block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 53, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 63, ../sass/_normalize.scss */
iframe {
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 71, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 77, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/******************************************************************************************************************************/
                                                                                                                                /*
 * Base styles
*********************************************************************************************************************************/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 92, ../sass/_normalize.scss */
html {
  font-family: "skolar", Georgia, "Times New Roman", Times, serif;
  /* 1 */
  font-size: 93.75%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 2em;
}

/* Address `font-family` inconsistency between `textarea` and other form elements. */
/* line 103, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: "skolar", Georgia, "Times New Roman", Times, serif;
}

/* Remove default margin. */
/* line 112, ../sass/_normalize.scss */
body.front,
body.not-front {
  margin: 0;
  padding: 0;
  font-family: "skolar", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  background: #2d2b30;
  width: 100%;
  line-height: 1.533333333;
  *zoom: 1;
}
/* line 82, ../sass/_mixins.scss */
body.front:before, body.front:after,
body.not-front:before,
body.not-front:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
body.front:after,
body.not-front:after {
  clear: both;
}

/* line 124, ../sass/_normalize.scss */
.left {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 129, ../sass/_normalize.scss */
.right {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 134, ../sass/_normalize.scss */
.hidden {
  display: none;
}

/* line 138, ../sass/_normalize.scss */
.narrow-border {
  width: 60%;
  max-width: 250px;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #ddd;
}

/* line 142, ../sass/_normalize.scss */
p,
pre {
  margin: 0 0 1em 0;
}

/* line 147, ../sass/_normalize.scss */
blockquote {
  line-height: 1.533333333;
  margin: 1em 34px;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Links
*
* The order of link states are based on Eric Meyer's article:
* http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
/*******************************************************************************************************************************/
/* line 158, ../sass/_normalize.scss */
a:link,
a:visited {
  color: #9e1f63;
  text-decoration: none;
}
/* line 162, ../sass/_normalize.scss */
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1
a:visited, h2
a:visited, h3
a:visited, h4
a:visited, h5
a:visited, h6
a:visited {
  color: #000;
  transition-property: color;
  transition-duration: 0.2s;
}

/* line 173, ../sass/_normalize.scss */
a:hover,
a:focus,
a:active {
  color: #ec1c24;
}
/* line 177, ../sass/_normalize.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1
a:focus, h2
a:focus, h3
a:focus, h4
a:focus, h5
a:focus, h6
a:focus, h1
a:active, h2
a:active, h3
a:active, h4
a:active, h5
a:active, h6
a:active {
  color: #777;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 188, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 193, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Typography
*
* To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
* so that the line height of our base font becomes the basic unit of vertical
* measurement. We use multiples of that unit to set the top and bottom margins
* for our block level elements and to set the line heights of any fonts.
* For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
/*******************************************************************************************************************************/
/* line 208, ../sass/_normalize.scss */
.uppercase {
  text-transform: uppercase;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
}

/* line 213, ../sass/_normalize.scss */
.brandon {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
}

/* line 217, ../sass/_normalize.scss */
.franklin-gothic {
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
}

/* line 221, ../sass/_normalize.scss */
.source-sans {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}

/* line 225, ../sass/_normalize.scss */
.skolar {
  font-family: "skolar", Georgia, "Times New Roman", Times, serif;
}

/* line 229, ../sass/_normalize.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2b30;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 130%;
}
/* line 239, ../sass/_normalize.scss */
article.node h1, article.node
h2, article.node
h3, article.node
h4, article.node
h5, article.node
h6 {
  text-transform: uppercase;
}
/* line 242, ../sass/_normalize.scss */
.sidebar .block h1, .sidebar .block
h2, .sidebar .block
h3, .sidebar .block
h4, .sidebar .block
h5, .sidebar .block
h6 {
  text-transform: uppercase;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 251, ../sass/_normalize.scss */
h1,
.field-name-field-sub-head {
  font-size: 30px;
  clear: both;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.166666667;
  margin: 0;
}

/* line 260, ../sass/_normalize.scss */
h1 {
  margin-bottom: 1em;
  font-weight: 900 !important;
}
/* line 263, ../sass/_normalize.scss */
.node-type-article h1 {
  margin-bottom: 0;
}
/* line 266, ../sass/_normalize.scss */
h1.with_subtitle {
  margin-bottom: 0.2em;
}

/* line 271, ../sass/_normalize.scss */
h2 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
/* line 276, ../sass/_normalize.scss */
h2.views-field-title {
  margin: 0;
  text-transform: uppercase;
}

/* line 281, ../sass/_normalize.scss */
h3 {
  font-size: 17.55px;
  margin-top: 1.7094em;
  margin-bottom: 1.7094em;
}

/* line 286, ../sass/_normalize.scss */
h2.section-title,
h3.section-title {
  border-bottom: 1px solid #949494;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

/* line 292, ../sass/_normalize.scss */
h4 {
  font-size: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 297, ../sass/_normalize.scss */
h5 {
  font-size: 12.45px;
  margin-top: 2.40964em;
  margin-bottom: 2.40964em;
}

/* line 302, ../sass/_normalize.scss */
h6 {
  font-size: 10.05px;
  margin-top: 2.98507em;
  margin-bottom: 2.98507em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 309, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 314, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 320, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 325, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 2em 0;
}

/* line 333, ../sass/_normalize.scss */
.node {
  font-size: 18px;
}

/* Address styling not present in IE 8/9. */
/* line 338, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 344, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 2em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 358, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Set consistent quote types. */
/* line 370, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 375, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 380, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 387, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 390, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Lists
/*******************************************************************************************************************************/
/* line 397, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 2em 0;
}

/* line 406, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}
/* line 412, ../sass/_normalize.scss */
.block-menu-block ol li, .block-menu-block
ul li {
  list-style: none;
  list-style-image: none !important;
  list-style-type: none !important;
}

/* line 419, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 34px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 424, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 34px;
  /* LTR */
}

/* Correct list images handled incorrectly in IE 7. */
/* line 432, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Embedded content and figures
/*******************************************************************************************************************************/
/* line 442, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* removed because $legacy-support-for-ie8 variable was removed with Compass 1.x see http://atendesigngroup.com/blog/new-browser-support-features-compass-1x
  /* @if $legacy-support-for-ie8 { */
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
  /* } */
}

/* Correct overflow displayed oddly in IE 9. */
/* line 464, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 469, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Form elements
/*******************************************************************************************************************************/
/**
 * Default global form styles
 */
/* line 480, ../sass/_normalize.scss */
form {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 487, ../sass/_normalize.scss */
fieldset {
  margin: 0 0 1em 0;
  padding: 1em 0;
  border: none;
  border-top: 1px solid #c0c0c0;
}
/* line 492, ../sass/_normalize.scss */
fieldset legend {
  border: none;
  margin: 0 1em 0 0;
  /* 1 */
  padding: 0 0.5em 0 0;
  /* 2 */
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 500, ../sass/_normalize.scss */
fieldset .fieldset-description {
  margin-bottom: 1em;
}
/* line 503, ../sass/_normalize.scss */
fieldset fieldset {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  border-top: 1px solid #eee;
}
/* line 508, ../sass/_normalize.scss */
fieldset fieldset#credit-card-info {
  margin: 0;
  padding: 0;
  border-top: none;
}
/* line 514, ../sass/_normalize.scss */
.field-type-addressfield fieldset {
  margin: 0;
  padding: 0;
  border-top: none;
}

/* line 521, ../sass/_normalize.scss */
.form-item.form-disabled,
.form-submit.form-button-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* Wrapper for a form element (or group of form elements) and its label. */
/* line 527, ../sass/_normalize.scss */
.form-item {
  margin: 0 0 1em 0;
  max-width: 100%;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 531, ../sass/_normalize.scss */
.form-item .form-item {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* line 538, ../sass/_normalize.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 545, ../sass/_normalize.scss */
.form-item input {
  color: #4e5047;
}
/* line 547, ../sass/_normalize.scss */
.form-item input.form-text {
  border: 1px solid #949691;
  padding: 0.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 560px) {
  /* line 547, ../sass/_normalize.scss */
  .form-item input.form-text {
    width: auto;
    max-width: 100%;
  }
}
/* line 560, ../sass/_normalize.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 566, ../sass/_normalize.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 573, ../sass/_normalize.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 580, ../sass/_normalize.scss */
.form-type-checkboxes > label,
.form-type-radios > label {
  font-weight: bold;
}

/* line 587, ../sass/_normalize.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 593, ../sass/_normalize.scss */
.form-required {
  color: #c00;
}

/* Addressfields */
/* line 599, ../sass/_normalize.scss */
.locality-block .form-item {
  clear: both;
}
@media (min-width: 800px) {
  /* line 599, ../sass/_normalize.scss */
  .locality-block .form-item {
    clear: none;
  }
}
/* line 605, ../sass/_normalize.scss */
.locality-block .postal-code {
  max-width: 80px !important;
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 617, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 632, ../sass/_normalize.scss */
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 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 643, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * Select menu
 */
/* line 651, ../sass/_normalize.scss */
select {
  max-width: 270px;
}

/**
 * 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.
 */
/* line 665, ../sass/_normalize.scss */
html a.button,
html button,
html html input[type="button"],
html .checkout-buttons input.form-submit,
html input.form-submit {
  border-radius: 0px;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  margin: 1em 1em 1em 0;
  padding: 0.75em 1em 0.65em 1em;
  border: 1px solid #9e1f63;
  background: #9e1f63;
  color: white;
  text-transform: uppercase;
  transition-property: background;
  transition-duration: 0.2s;
}
/* line 682, ../sass/_normalize.scss */
html a.button:hover, html a.button:active,
html button:hover,
html button:active,
html html input[type="button"]:hover,
html html input[type="button"]:active,
html .checkout-buttons input.form-submit:hover,
html .checkout-buttons input.form-submit:active,
html input.form-submit:hover,
html input.form-submit:active {
  text-decoration: none;
  background: #ed455b;
  border: 1px solid #ed455b;
}
/* line 688, ../sass/_normalize.scss */
html a.button:hover,
html button:hover,
html html input[type="button"]:hover,
html .checkout-buttons input.form-submit:hover,
html input.form-submit:hover {
  color: white;
}
/* line 691, ../sass/_normalize.scss */
html a.button:active,
html button:active,
html html input[type="button"]:active,
html .checkout-buttons input.form-submit:active,
html input.form-submit:active {
  color: #fff100;
}
/* line 694, ../sass/_normalize.scss */
html a.button#edit-checkout, html a.button#edit-continue,
html button#edit-checkout,
html button#edit-continue,
html html input[type="button"]#edit-checkout,
html html input[type="button"]#edit-continue,
html .checkout-buttons input.form-submit#edit-checkout,
html .checkout-buttons input.form-submit#edit-continue,
html input.form-submit#edit-checkout,
html input.form-submit#edit-continue {
  background: #9e1f63 url(../images/button-next-white.png) right center no-repeat;
  padding-right: 40px;
}
/* line 698, ../sass/_normalize.scss */
html a.button#edit-checkout:hover, html a.button#edit-continue:hover,
html button#edit-checkout:hover,
html button#edit-continue:hover,
html html input[type="button"]#edit-checkout:hover,
html html input[type="button"]#edit-continue:hover,
html .checkout-buttons input.form-submit#edit-checkout:hover,
html .checkout-buttons input.form-submit#edit-continue:hover,
html input.form-submit#edit-checkout:hover,
html input.form-submit#edit-continue:hover {
  background: #ed455b url(../images/button-next-white.png) right center no-repeat;
}
/* line 701, ../sass/_normalize.scss */
html a.button#edit-checkout:active, html a.button#edit-continue:active,
html button#edit-checkout:active,
html button#edit-continue:active,
html html input[type="button"]#edit-checkout:active,
html html input[type="button"]#edit-continue:active,
html .checkout-buttons input.form-submit#edit-checkout:active,
html .checkout-buttons input.form-submit#edit-continue:active,
html input.form-submit#edit-checkout:active,
html input.form-submit#edit-continue:active {
  color: #fff100;
  background: #ed455b url(../images/button-next-yellow.png) right center no-repeat;
}
/* line 706, ../sass/_normalize.scss */
html a.button.back, html a.button#edit-cancel, html a.button#edit-back,
html button.back,
html button#edit-cancel,
html button#edit-back,
html html input[type="button"].back,
html html input[type="button"]#edit-cancel,
html html input[type="button"]#edit-back,
html .checkout-buttons input.form-submit.back,
html .checkout-buttons input.form-submit#edit-cancel,
html .checkout-buttons input.form-submit#edit-back,
html input.form-submit.back,
html input.form-submit#edit-cancel,
html input.form-submit#edit-back {
  background: #9e1f63 url(../images/button-back-white.png) left center no-repeat;
  padding-left: 40px;
}
/* line 711, ../sass/_normalize.scss */
html a.button.back:hover, html a.button#edit-cancel:hover, html a.button#edit-back:hover,
html button.back:hover,
html button#edit-cancel:hover,
html button#edit-back:hover,
html html input[type="button"].back:hover,
html html input[type="button"]#edit-cancel:hover,
html html input[type="button"]#edit-back:hover,
html .checkout-buttons input.form-submit.back:hover,
html .checkout-buttons input.form-submit#edit-cancel:hover,
html .checkout-buttons input.form-submit#edit-back:hover,
html input.form-submit.back:hover,
html input.form-submit#edit-cancel:hover,
html input.form-submit#edit-back:hover {
  background: #ed455b url(../images/button-back-white.png) left center no-repeat;
}
/* line 714, ../sass/_normalize.scss */
html a.button.back:active, html a.button#edit-cancel:active, html a.button#edit-back:active,
html button.back:active,
html button#edit-cancel:active,
html button#edit-back:active,
html html input[type="button"].back:active,
html html input[type="button"]#edit-cancel:active,
html html input[type="button"]#edit-back:active,
html .checkout-buttons input.form-submit.back:active,
html .checkout-buttons input.form-submit#edit-cancel:active,
html .checkout-buttons input.form-submit#edit-back:active,
html input.form-submit.back:active,
html input.form-submit#edit-cancel:active,
html input.form-submit#edit-back:active {
  color: #fff100;
  background: #ed455b url(../images/button-back-yellow.png) left center no-repeat;
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 725, ../sass/_normalize.scss */
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.
 */
/* line 736, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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).
 */
/* line 751, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 760, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 766, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 776, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 782, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/* line 787, ../sass/_normalize.scss */
label,
.form-item .description {
  color: #4e5047;
  font-weight: 500;
}

/* line 794, ../sass/_normalize.scss */
#autocomplete {
  border-color: #949691;
}

/* line 798, ../sass/_normalize.scss */
.reference-autocomplete,
#autocomplete li {
  color: #4e5047;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

/* line 805, ../sass/_normalize.scss */
#autocomplete li.selected {
  background-color: #ffff66;
  color: #4e5047;
}

/* line 811, ../sass/_normalize.scss */
html.js input.form-autocomplete {
  background-position: 100% 10px;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Tables
/*******************************************************************************************************************************/
/* line 818, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  width: 100%;
}
/* line 824, ../sass/_normalize.scss */
table th,
table td {
  padding: 5px 7px;
}

/* Layout rules */
/******************************************************************************************************************************/
                                                                                                                               /*
* Site layout.
* Begin with the main elements: #page, #header, #navigation, #main.
********************************************************************************************************************************/
/* line 5, ../sass/_layout.scss */
#page {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjMWMyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllMWY2MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ec1c24), color-stop(100%, #9e1f63));
  background-image: -moz-linear-gradient(bottom, #ec1c24, #9e1f63);
  background-image: -webkit-linear-gradient(bottom, #ec1c24, #9e1f63);
  background-image: linear-gradient(to top, #ec1c24, #9e1f63);
  overflow: hidden;
}

/* line 14, ../sass/_layout.scss */
#header,
#navigation,
#main,
#bottom {
  width: 100%;
  clear: both;
  *zoom: 1;
  margin: 0 auto;
}
/* line 82, ../sass/_mixins.scss */
#header:before, #header:after,
#navigation:before,
#navigation:after,
#main:before,
#main:after,
#bottom:before,
#bottom:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
#header:after,
#navigation:after,
#main:after,
#bottom:after {
  clear: both;
}

/* line 24, ../sass/_layout.scss */
#header {
  min-height: 100px;
}
/* line 26, ../sass/_layout.scss */
#header .inner {
  width: 100%;
}
/* line 28, ../sass/_layout.scss */
.narrow_layout #header .inner {
  max-width: 740px;
  margin: 0 auto;
}

/* line 34, ../sass/_layout.scss */
#navigation {
  background: #2d2b30;
}

/* line 38, ../sass/_layout.scss */
#main {
  background: url(../images/bg-texture-sidebar2.jpg) top left repeat;
}
/* line 40, ../sass/_layout.scss */
.narrow_layout #main {
  background: #fff;
}

/* line 46, ../sass/_layout.scss */
#bottom .region-bottom {
  max-width: 1280px;
  width: 91.666667%;
  margin: 0 auto;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* The content region begins as a full-width item on small screens, then narrows to allow
* one sidebar (if there is one) on medium screens, and finally to allow two sidebars
* (if there are two) on largest screen sizes.
********************************************************************************************************************************/
/* line 59, ../sass/_layout.scss */
#content {
  padding-bottom: 2em;
  *zoom: 1;
  font-family: "skolar", Georgia, "Times New Roman", Times, serif;
  background: #fff;
  width: 100%;
}
/* line 61, ../sass/_layout.scss */
#content .breadcrumb {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
  font-size: 0.733333333em;
  padding: 0 0 24px 0;
  text-transform: uppercase;
  line-height: 150%;
}
/* line 67, ../sass/_layout.scss */
#content .breadcrumb a {
  padding: 0.25em 0;
}
/* line 82, ../sass/_mixins.scss */
#content:before, #content:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
#content:after {
  clear: both;
}
/* line 75, ../sass/_layout.scss */
.narrow_layout #content {
  max-width: 740px;
  margin: 0 auto;
}
/* line 78, ../sass/_layout.scss */
#content .content-inner {
  width: 90%;
  margin: 2em auto 0 auto;
  *zoom: 1;
}
/* line 82, ../sass/_mixins.scss */
#content .content-inner:before, #content .content-inner:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
#content .content-inner:after {
  clear: both;
}
@media (min-width: 800px) {
  /* line 82, ../sass/_layout.scss */
  .no-sidebars #content .content-inner {
    width: 96%;
  }
}
/* line 87, ../sass/_layout.scss */
.front #content .content-inner {
  width: 92%;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* We have two sidebars possible, both to the right of the content on large screens
* (the "secondary", or close right, and "tertiary", or far right). On smaller screens,
* the sidebars will either be below the content, or at least the tertiary sidebar will.
********************************************************************************************************************************/
/* line 99, ../sass/_layout.scss */
.sidebar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
}
/* line 101, ../sass/_layout.scss */
.sidebar .block {
  border: 1px solid #fff;
  border-left: none;
  width: 100%;
  padding: 1em 5%;
  box-sizing: border-box;
  background-color: #e6e6e6;
  *zoom: 1;
}
/* line 82, ../sass/_mixins.scss */
.sidebar .block:before, .sidebar .block:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.sidebar .block:after {
  clear: both;
}
/* line 109, ../sass/_layout.scss */
.sidebar .block p {
  margin-top: 0;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Set up the breakpoint, starting with mobile first. This will help prevent unexpected
* results when, later, we use sass_media_query_combiner. It combines media queries in 
* the order it finds them, so we're doing it mobile-first.
********************************************************************************************************************************/
@media (min-width: 320px) {
  /* line 122, ../sass/_layout.scss */
  #page {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
  }
}
@media (min-width: 640px) {
  /* line 128, ../sass/_layout.scss */
  #main {
    width: 97%;
  }
}
@media (min-width: 800px) {
  /* line 135, ../sass/_layout.scss */
  .sidebar .block {
    padding-left: 1em;
    padding-right: 1em;
  }

  /* line 140, ../sass/_layout.scss */
  .region-sidebar-first {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }

  /* line 144, ../sass/_layout.scss */
  .sidebar-first #content, .two-sidebars #content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
  }
  /* line 149, ../sass/_layout.scss */
  .narrow_layout #content .content-inner {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  /* line 157, ../sass/_layout.scss */
  #header {
    max-width: 1280px;
    width: 91.6666667%;
    min-height: 170px;
  }
  /* line 161, ../sass/_layout.scss */
  .narrow_layout #header {
    min-height: 130px;
  }

  /* line 165, ../sass/_layout.scss */
  #main {
    max-width: 1280px;
    width: 91.6666667%;
  }
}
@media (min-width: 1100px) {
  /* line 173, ../sass/_layout.scss */
  .two-sidebars #content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
  }
  /* line 176, ../sass/_layout.scss */
  .sidebar-first #content, .front #content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
  }

  /* line 182, ../sass/_layout.scss */
  .two-sidebars .sidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333%;
    float: left;
  }
}
@media (min-width: 1300px) {
  /* line 190, ../sass/_layout.scss */
  .two-sidebars #content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
  }
  /* line 193, ../sass/_layout.scss */
  .sidebar-first #content, .front #content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
  }

  /* line 199, ../sass/_layout.scss */
  .two-sidebars .sidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.83333%;
    float: left;
  }
}
/******************************************************************************************************************************/
                                                                                                                               /*
* Responsive grid items
********************************************************************************************************************************/
/* line 208, ../sass/_layout.scss */
.grid-item,
.views-row-grid {
  padding: 1em 0;
}
@media (min-width: 400px) {
  /* line 208, ../sass/_layout.scss */
  .grid-item,
  .views-row-grid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (min-width: 640px) {
  /* line 208, ../sass/_layout.scss */
  .grid-item,
  .views-row-grid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
  }
}
@media (min-width: 800px) {
  /* line 221, ../sass/_layout.scss */
  .no-sidebars .grid-item, .no-sidebars
  .views-row-grid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
}
@media (min-width: 1300px) {
  /* line 229, ../sass/_layout.scss */
  .two-sidebars .grid-item, .two-sidebars
  .views-row-grid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
  }
  /* line 232, ../sass/_layout.scss */
  .one-sidebar .grid-item, .one-sidebar
  .views-row-grid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
  /* line 235, ../sass/_layout.scss */
  .no-sidebars .grid-item, .no-sidebars
  .views-row-grid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
  }
}
@media (min-width: 400px) {
  /* line 241, ../sass/_layout.scss */
  .grid-item.three,
  .views-row-grid.three {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 1em;
  }
}
@media (min-width: 640px) {
  /* line 241, ../sass/_layout.scss */
  .grid-item.three,
  .views-row-grid.three {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
  }
  /* line 248, ../sass/_layout.scss */
  .grid-item.three.views-row-4, .grid-item.three.views-row-7,
  .views-row-grid.three.views-row-4,
  .views-row-grid.three.views-row-7 {
    clear: both;
  }
}
@media (min-width: 1300px) {
  /* line 254, ../sass/_layout.scss */
  .grid-item.four,
  .views-row-grid.four {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
  /* line 257, ../sass/_layout.scss */
  .grid-item.four.views-row-5, .grid-item.four.views-row-9,
  .views-row-grid.four.views-row-5,
  .views-row-grid.four.views-row-9 {
    clear: both;
  }
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Views
********************************************************************************************************************************/
/* line 269, ../sass/_layout.scss */
.views-row.stacked {
  padding: 1.25em 0;
  border-top: 1px solid #ddd;
  clear: both;
}

/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}
/* line 26, ../sass/components/_misc.scss */
.lt-ie8 .with-wireframes #header, .lt-ie8
.with-wireframes #main, .lt-ie8
.with-wireframes #content, .lt-ie8
.with-wireframes #navigation, .lt-ie8
.with-wireframes .region-sidebar-first, .lt-ie8
.with-wireframes .region-sidebar-second, .lt-ie8
.with-wireframes #footer, .lt-ie8
.with-wireframes .region-bottom {
  /* IE6/7 do not support the outline property. */
  border: 1px solid #ccc;
}

/**
 * HTML buttons.
 */
/* line 38, ../sass/components/_misc.scss */
a.button,
.form-submit,
input[type="button"] {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 49, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 55, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 72, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 75, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 91, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 98, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 103, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 108, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 2em;
}

/* The link around the name of the website. */
/* line 115, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 121, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The secondary menu (login, etc.) */
/* line 128, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/**
 * Navigation bar.
 */
/* line 135, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 139, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 149, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 155, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 169, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 173, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 184, ../sass/components/_misc.scss */
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 195, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 2em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  *background-image: url('../images/message-24-ok.png?1423000247');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 210, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  *background-image: url('../images/message-24-warning.png?1423000247');
  border-color: #ed5;
}

/* line 219, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  *background-image: url('../images/message-24-error.png?1423000247');
  border-color: #ed541d;
}

/* line 229, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 232, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 237, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 242, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 247, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 252, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 263, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 2em 0;
  padding: 0 2px;
  white-space: nowrap;
}
/* line 82, ../sass/_mixins.scss */
.tabs-primary:before, .tabs-secondary:before, .tabs-primary:after, .tabs-secondary:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.tabs-primary:after, .tabs-secondary:after {
  clear: both;
}

/* line 273, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 277, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 2em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 290, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 299, ../sass/components/_misc.scss */
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

/* line 305, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 315, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 319, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 343, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -2em;
}

/* line 349, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 1em 3px;
}

/* line 356, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 365, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 370, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 398, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 402, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 410, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 417, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 420, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 423, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  *background-image: url('../images/help.png?1423000247');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 438, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 443, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 450, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 460, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 470, ../sass/components/_misc.scss */
.block {
  margin-bottom: 0;
}

/**
 * Menus.
 */
/* line 477, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  *list-style-image: url('../images/menu-leaf.png?1423000247');
  list-style-type: square;
}

/* line 484, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  *list-style-image: url('../images/menu-expanded.png?1423000247');
  list-style-type: circle;
}

/* line 491, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  *list-style-image: url('../images/menu-collapsed.png?1423000247');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 500, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 509, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 521, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/* line 537, ../sass/components/_misc.scss */
.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  /* Otherwise these elements will appear below the "Unpublished" text. */
  position: relative;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 549, ../sass/components/_misc.scss */
.comments {
  margin: 2em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 554, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 560, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 563, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 570, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 34px;
  /* LTR */
}

/**
 * Forms.
 */
/* Labels for radios and checkboxes. */
/* line 580, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Password confirmation. */
/* line 586, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 592, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 604, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 610, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 2em;
}

/* line 614, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 619, ../sass/components/_misc.scss */
#user-login ul {
  margin: 2em 0;
}

/**
 * Drupal admin tables.
 */
/* line 627, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 632, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 635, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 639, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 645, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* line 651, ../sass/components/_misc.scss */
.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
  /* IE doesn't display borders on table rows. */
  border-bottom: 1px solid #ccc;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 660, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 665, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 671, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 682, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 693, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  *background-image: url('../images/menu-expanded.png?1423000247');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 702, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  *background-image: url('../images/menu-collapsed.png?1423000247');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 709, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 721, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 724, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 727, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 736, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 745, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 748, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 754, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1423000247');
}

/**
 * Styling for specific subpages
 */
/******************************************************************************************************************************/
                                                                                                                               /*
* General emma signup styles
********************************************************************************************************************************/
/**
 * Honeypots
 */
/* line 12, ../sass/_subpages.scss */
.url-textfield {
  display: none !important;
}

/* line 16, ../sass/_subpages.scss */
form.placeholder_label {
  position: relative;
}
/* line 20, ../sass/_subpages.scss */
form.placeholder_label .form-type-textfield label,
form.placeholder_label .form-type-password label {
  position: absolute;
  margin: 0.5em;
}

/**
 * Subscription form below articles
 */
/* line 31, ../sass/_subpages.scss */
#bitch-emma-helper-simple-subscribe-form,
#bitch-emma-helper-on-our-radar-subscribe-form {
  display: none;
  padding: 1em 2em;
  background: #e6e6e6;
  *zoom: 1;
}
/* line 82, ../sass/_mixins.scss */
#bitch-emma-helper-simple-subscribe-form:before, #bitch-emma-helper-simple-subscribe-form:after,
#bitch-emma-helper-on-our-radar-subscribe-form:before,
#bitch-emma-helper-on-our-radar-subscribe-form:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
#bitch-emma-helper-simple-subscribe-form:after,
#bitch-emma-helper-on-our-radar-subscribe-form:after {
  clear: both;
}
@media (min-width: 800px) {
  /* line 31, ../sass/_subpages.scss */
  #bitch-emma-helper-simple-subscribe-form,
  #bitch-emma-helper-on-our-radar-subscribe-form {
    display: block;
  }
}
/* line 40, ../sass/_subpages.scss */
#bitch-emma-helper-simple-subscribe-form .form-item,
#bitch-emma-helper-simple-subscribe-form input.form-submit,
#bitch-emma-helper-on-our-radar-subscribe-form .form-item,
#bitch-emma-helper-on-our-radar-subscribe-form input.form-submit {
  float: left;
  max-width: 75%;
}
/* line 45, ../sass/_subpages.scss */
#bitch-emma-helper-simple-subscribe-form input.form-submit,
#bitch-emma-helper-on-our-radar-subscribe-form input.form-submit {
  padding: 0.5em 0.75em;
  margin-top: 0;
}

/**
 * Emma block in sidebar 
 */
/* line 55, ../sass/_subpages.scss */
#block-bitch-emma-helper-emma-helper-sidebar .form-item {
  float: left;
  max-width: 75%;
}
/* line 59, ../sass/_subpages.scss */
#block-bitch-emma-helper-emma-helper-sidebar input.form-text {
  width: 100%;
}
/* line 62, ../sass/_subpages.scss */
#block-bitch-emma-helper-emma-helper-sidebar .form-submit {
  max-width: 25%;
  margin: 0;
  padding: 0.5em;
}
/* line 68, ../sass/_subpages.scss */
#block-bitch-emma-helper-emma-helper-sidebar form.clear_submit .form-item {
  float: none;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Login block
********************************************************************************************************************************/
/* line 78, ../sass/_subpages.scss */
#block-bitch-emma-helper-emma-helper-full,
#block-user-login {
  background: #e6e6e6;
  margin: 1em 0;
  padding: 1.5em;
}
/* line 83, ../sass/_subpages.scss */
.page-checkout-complete #block-bitch-emma-helper-emma-helper-full, .page-bitch-403 #block-bitch-emma-helper-emma-helper-full, .page-checkout-complete
#block-user-login, .page-bitch-403
#block-user-login {
  padding: 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  /* line 83, ../sass/_subpages.scss */
  .page-checkout-complete #block-bitch-emma-helper-emma-helper-full, .page-bitch-403 #block-bitch-emma-helper-emma-helper-full, .page-checkout-complete
  #block-user-login, .page-bitch-403
  #block-user-login {
    width: 48%;
    float: right;
  }
}

/* line 94, ../sass/_subpages.scss */
#block-user-login {
  max-width: 350px;
  margin: 1em auto;
}
@media (min-width: 480px) {
  /* line 97, ../sass/_subpages.scss */
  .page-checkout-complete #block-user-login, .page-bitch-403 #block-user-login {
    float: left;
  }
}
/* line 103, ../sass/_subpages.scss */
#block-user-login .form-text {
  width: 98%;
}
/* line 107, ../sass/_subpages.scss */
#block-user-login .item-list ul {
  margin: 0.5em 0 0 0;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* General sidebar styles
********************************************************************************************************************************/
/* line 119, ../sass/_subpages.scss */
.sidebar .block > div,
.sidebar .block > p,
.sidebar .block > form {
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
}

/**
 * Sidebar ad blocks
 */
/* line 131, ../sass/_subpages.scss */
#block-block-9 {
  padding: 0;
}
/* line 133, ../sass/_subpages.scss */
#block-block-9 a,
#block-block-9 img {
  width: 100%;
}
@media (min-width: 480px) {
  /* line 133, ../sass/_subpages.scss */
  #block-block-9 a,
  #block-block-9 img {
    width: auto;
  }
}
@media (min-width: 800px) {
  /* line 140, ../sass/_subpages.scss */
  .not-front #block-block-9 a, .not-front
  #block-block-9 img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  /* line 145, ../sass/_subpages.scss */
  .front #block-block-9 a, .front
  #block-block-9 img {
    width: 100%;
  }
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Genre Bricks
********************************************************************************************************************************/
/* line 157, ../sass/_subpages.scss */
.brick a,
.brick a:link,
.brick a:visited {
  list-style: none;
  margin: 0 1px 1px 0;
}
/* line 163, ../sass/_subpages.scss */
.brick a:hover,
.brick a:link:hover,
.brick a:visited:hover {
  background-color: #fff100;
  color: #000;
}
/* line 173, ../sass/_subpages.scss */
.brick.black a:hover,
.brick.black a:link:hover,
.brick.black a:visited:hover {
  background: #565750;
  color: #fff;
}
/* line 179, ../sass/_subpages.scss */
.brick.position-absolute {
  position: absolute;
  z-index: 999;
}
/* line 182, ../sass/_subpages.scss */
.brick.position-absolute a,
.brick.position-absolute a:link,
.brick.position-absolute a:visited {
  float: left;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Profiles
********************************************************************************************************************************/
/* line 195, ../sass/_subpages.scss */
.page-user .view-user-profile {
  *zoom: 1;
  padding: 2em 5%;
  background: linear-gradient(to right, #fdd7b5, #f8a4a6);
}
/* line 82, ../sass/_mixins.scss */
.page-user .view-user-profile:before, .page-user .view-user-profile:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.page-user .view-user-profile:after {
  clear: both;
}
/* line 199, ../sass/_subpages.scss */
.page-user .view-user-profile .views-field-field-profile-photo {
  max-width: 33%;
  float: right;
  padding-left: 3em;
}
/* line 203, ../sass/_subpages.scss */
.page-user .view-user-profile .views-field-field-profile-photo .field-content {
  border: 6px solid #fff;
  *zoom: 1;
}
/* line 82, ../sass/_mixins.scss */
.page-user .view-user-profile .views-field-field-profile-photo .field-content:before, .page-user .view-user-profile .views-field-field-profile-photo .field-content:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.page-user .view-user-profile .views-field-field-profile-photo .field-content:after {
  clear: both;
}
/* line 207, ../sass/_subpages.scss */
.page-user .view-user-profile .views-field-field-profile-photo img {
  float: left;
}
/* line 211, ../sass/_subpages.scss */
.page-user .view-user-profile h1,
.page-user .view-user-profile h2 {
  font-size: 17.55px;
}
@media (min-width: 640px) {
  /* line 211, ../sass/_subpages.scss */
  .page-user .view-user-profile h1,
  .page-user .view-user-profile h2 {
    font-size: 30px;
  }
}
/* line 218, ../sass/_subpages.scss */
.page-user .view-user-profile h1 {
  clear: none;
  margin: 0;
}
/* line 222, ../sass/_subpages.scss */
.page-user .view-user-profile h2 {
  text-transform: uppercase;
  margin: 0 0 1.5em 0;
}
/* line 226, ../sass/_subpages.scss */
.page-user .view-user-profile .views-field-field-website-new {
  margin-bottom: 0.5em;
}
/* line 230, ../sass/_subpages.scss */
.page-user .view-user-profile .views-field-nothing .field_label-inline {
  float: left;
  display: inline-block;
}
/* line 235, ../sass/_subpages.scss */
.page-user .view-user-profile .social_media_profile {
  float: left;
  margin: 0 0.25em 0 0;
}
/* line 238, ../sass/_subpages.scss */
.page-user .view-user-profile .social_media_profile a {
  display: inline-block;
  padding: 0.2em 0.25em 0.25em 0.25em;
}
/* line 241, ../sass/_subpages.scss */
.page-user .view-user-profile .social_media_profile a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 245, ../sass/_subpages.scss */
.page-user .view-user-profile .social_media_profile img {
  max-width: 16px;
  max-height: 16px;
}
/* line 250, ../sass/_subpages.scss */
.page-user .view-user-profile .social_media_profile.facebook a {
  padding-right: 0;
}
/* line 256, ../sass/_subpages.scss */
.page-user .profile {
  margin: 0;
  padding: 0 0 2em 0;
}
/* line 260, ../sass/_subpages.scss */
.page-user .field-name-field-blogs-liked {
  margin-bottom: 1em;
}
/* line 264, ../sass/_subpages.scss */
.page-user #block-views-author-content-block-1 .views-row {
  margin-bottom: 0.5em;
}
/* line 268, ../sass/_subpages.scss */
.page-user .field-label,
.page-user .profile h2,
.page-user #block-views-author-content-block-1 h2 {
  font-size: 1.3333em;
  text-transform: uppercase;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 0.5em;
}
/* line 277, ../sass/_subpages.scss */
.page-user #block-views-author-content-block-1 h2 {
  width: 60%;
  max-width: 250px;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #ddd;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Misc views styles
********************************************************************************************************************************/
/* line 286, ../sass/_subpages.scss */
.views-field-view-node,
a.read-more {
  font-size: 0.8em;
  text-transform: uppercase;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}

/**
 * Styling for the homepage
 */
/* line 6, ../sass/_homepage.scss */
.front #content,
.front .sidebar {
  width: 100%;
}
@media (min-width: 1000px) {
  /* line 11, ../sass/_homepage.scss */
  .front #content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
  }
  /* line 14, ../sass/_homepage.scss */
  .front .sidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
}
/* line 18, ../sass/_homepage.scss */
.front .views-field-field-teaser {
  margin: 0 0 0.75em 0;
}
/* line 23, ../sass/_homepage.scss */
.front .region-main-top {
  width: 100%;
  background-color: #fff;
  padding: 2.5em 3% 0 3%;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 82, ../sass/_mixins.scss */
.front .region-main-top:before, .front .region-main-top:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.front .region-main-top:after {
  clear: both;
}
/* line 29, ../sass/_homepage.scss */
.front .region-main-top:after {
  height: 45px;
}
/* line 36, ../sass/_homepage.scss */
.front #content .content-inner {
  margin-top: 0;
}
/* line 42, ../sass/_homepage.scss */
.front #block-views-front-page-stories-block {
  margin-bottom: 2em;
}
@media (min-width: 800px) {
  /* line 42, ../sass/_homepage.scss */
  .front #block-views-front-page-stories-block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    margin-bottom: 3em;
  }
}
/* line 49, ../sass/_homepage.scss */
.front #block-views-front-page-stories-block .views-field-field-featured-image-new img {
  width: 100%;
  float: left;
}
/* line 54, ../sass/_homepage.scss */
.front #block-views-front-page-stories-block .article-title-teaser {
  clear: both;
}
/* line 56, ../sass/_homepage.scss */
.front #block-views-front-page-stories-block .article-title-teaser a {
  padding: 2em 1.5em;
  background: #ffff66;
  display: block;
  color: #555;
}
/* line 61, ../sass/_homepage.scss */
.front #block-views-front-page-stories-block .article-title-teaser a:hover {
  background: #ffff3d;
  color: #000;
}
/* line 66, ../sass/_homepage.scss */
.front #block-views-front-page-stories-block .article-title-teaser .author {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
/* line 69, ../sass/_homepage.scss */
.front #block-views-front-page-stories-block .article-title-teaser .author p {
  display: inline-block;
  margin: 0;
}
/* line 75, ../sass/_homepage.scss */
.front #block-views-front-page-stories-block h2 {
  margin: 0 0 0.5em 0;
}
/* line 81, ../sass/_homepage.scss */
.front #block-views-front-page-stories-block-1 {
  padding: 0;
  *zoom: 1;
}
/* line 82, ../sass/_mixins.scss */
.front #block-views-front-page-stories-block-1:before, .front #block-views-front-page-stories-block-1:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.front #block-views-front-page-stories-block-1:after {
  clear: both;
}
@media (min-width: 800px) {
  /* line 81, ../sass/_homepage.scss */
  .front #block-views-front-page-stories-block-1 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding: 0 0 3em 4%;
  }
}
/* line 88, ../sass/_homepage.scss */
.front #block-views-front-page-stories-block-1 .views-row {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 640px) {
  /* line 88, ../sass/_homepage.scss */
  .front #block-views-front-page-stories-block-1 .views-row {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding: 0 4% 2em 0;
    border-bottom: none;
  }
}
@media (min-width: 800px) {
  /* line 88, ../sass/_homepage.scss */
  .front #block-views-front-page-stories-block-1 .views-row {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 2em 0;
    border-bottom: 1px solid #ddd;
  }
}
/* line 101, ../sass/_homepage.scss */
.front #block-views-front-page-stories-block-1 .views-row.views-row-first {
  padding-top: 0;
}
/* line 104, ../sass/_homepage.scss */
.front #block-views-front-page-stories-block-1 .views-row.views-row-last {
  border-bottom: none;
}
/* line 108, ../sass/_homepage.scss */
.front #block-views-front-page-stories-block-1 h2.views-field-title {
  margin: 0.5em 0;
  font-size: 1.1em;
}
@media (min-width: 800px) {
  /* line 108, ../sass/_homepage.scss */
  .front #block-views-front-page-stories-block-1 h2.views-field-title {
    font-size: 1.25em;
  }
}
/* line 118, ../sass/_homepage.scss */
.front #block-block-3 {
  clear: both;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  *zoom: 1;
}
/* line 82, ../sass/_mixins.scss */
.front #block-block-3:before, .front #block-block-3:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.front #block-block-3:after {
  clear: both;
}
/* line 123, ../sass/_homepage.scss */
.front #block-block-3 h1 {
  font-size: 1.5em;
  margin: 0;
  padding: 1.5em 0;
}
@media (min-width: 800px) {
  /* line 123, ../sass/_homepage.scss */
  .front #block-block-3 h1 {
    font-size: 1.75em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
  }
}
@media (min-width: 1000px) {
  /* line 123, ../sass/_homepage.scss */
  .front #block-block-3 h1 {
    font-size: 2em;
  }
}
@media (min-width: 480px) {
  /* line 136, ../sass/_homepage.scss */
  .front #front-grid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
  }
}
@media (min-width: 800px) {
  /* line 136, ../sass/_homepage.scss */
  .front #front-grid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
  }
}
/* line 143, ../sass/_homepage.scss */
.front #front-grid .views-row {
  padding: 0 1em 1em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
@media (min-width: 480px) {
  /* line 143, ../sass/_homepage.scss */
  .front #front-grid .views-row {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
}
@media (min-width: 800px) {
  /* line 143, ../sass/_homepage.scss */
  .front #front-grid .views-row {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
  }
}
/* line 152, ../sass/_homepage.scss */
.front #front-grid .views-row .overlay {
  font-size: 14.04px;
  margin: 0;
}
@media (min-width: 1300px) {
  /* line 152, ../sass/_homepage.scss */
  .front #front-grid .views-row .overlay {
    font-size: 18px;
  }
}
/* line 158, ../sass/_homepage.scss */
.front #front-grid .views-row .overlay a {
  padding: 2em 0.85em 0 0.85em;
}
/* line 164, ../sass/_homepage.scss */
.front #front-current-issue {
  *zoom: 1;
  background-color: #2e2b31;
  margin: 0 -10% 2em -10%;
  padding: 2em 27% 0.5em 27%;
}
/* line 82, ../sass/_mixins.scss */
.front #front-current-issue:before, .front #front-current-issue:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.front #front-current-issue:after {
  clear: both;
}
@media (min-width: 480px) {
  /* line 164, ../sass/_homepage.scss */
  .front #front-current-issue {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    background-color: transparent;
    margin: 0 0 1em 0;
    padding: 0;
    float: right !important;
    padding: 0 0 0 3%;
  }
}
@media (min-width: 800px) {
  /* line 164, ../sass/_homepage.scss */
  .front #front-current-issue {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
  }
}
/* line 180, ../sass/_homepage.scss */
.front #front-current-issue a.subscribe-button {
  display: block;
  width: 100%;
  height: 80px;
  text-indent: -10000px;
  background: #2e2b31 url(../images/homepage-subscribe-button-black1.jpg) center bottom no-repeat;
  background-size: 80%;
}
@media (min-width: 480px) {
  /* line 180, ../sass/_homepage.scss */
  .front #front-current-issue a.subscribe-button {
    height: 200px;
    background: #fff100 url(../images/home-subscribe1.jpg) center center no-repeat;
    background-size: 100%;
  }
  /* line 191, ../sass/_homepage.scss */
  .front #front-current-issue a.subscribe-button:hover {
    background: #9e1f63 url(../images/home-subscribe-hover1.jpg) center center no-repeat;
    background-size: 100%;
  }
}
/* line 198, ../sass/_homepage.scss */
.front #front-quote {
  clear: left;
  margin-bottom: 2em;
  padding-right: 1em;
}
@media (min-width: 800px) {
  /* line 198, ../sass/_homepage.scss */
  .front #front-quote {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
  }
}
/* line 205, ../sass/_homepage.scss */
.front #front-quote .content {
  *zoom: 1;
}
/* line 82, ../sass/_mixins.scss */
.front #front-quote .content:before, .front #front-quote .content:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.front #front-quote .content:after {
  clear: both;
}
/* line 208, ../sass/_homepage.scss */
.front #front-quote .field-name-field-block-content {
  width: 100%;
  clear: both;
  padding-right: 1em;
}
/* line 212, ../sass/_homepage.scss */
.front #front-quote .field-name-field-block-content .field-items {
  background: #fff100 url(../images/quote-bg.png) left top no-repeat;
  color: #9e1f63;
  font-style: italic;
  padding: 1.5em 2em 1.5em 4.5em;
  text-align: right;
}
/* line 218, ../sass/_homepage.scss */
.front #front-quote .field-name-field-block-content .field-items:hover {
  background-color: #f1a952;
  color: #891b56;
}
/* line 223, ../sass/_homepage.scss */
.front #front-quote .field-name-field-block-content p {
  font-size: 1.25em;
  margin: 0;
  font-weight: 700;
}
/* line 228, ../sass/_homepage.scss */
.front #front-quote .field-name-field-block-content a,
.front #front-quote .field-name-field-block-content a:hover {
  color: #891b56;
}
/* line 234, ../sass/_homepage.scss */
.front #front-latest-articles {
  clear: both;
  padding: 2em 0;
}
/* line 237, ../sass/_homepage.scss */
.front #front-latest-articles h2.pane-title {
  text-transform: uppercase;
  font-size: 2em;
  margin: 0 0 1em 0;
  font-weight: 900;
}
/* line 246, ../sass/_homepage.scss */
.front .region-tout {
  display: none;
}

/* line 251, ../sass/_homepage.scss */
#front-cta, #block-bean-bmart-call-to-action {
  clear: both;
  border-top: 1px solid #ccc;
  padding: 2em 0;
}
/* line 255, ../sass/_homepage.scss */
#front-cta > .entity, #block-bean-bmart-call-to-action > .entity {
  background-color: #2e2b31;
}
@media (min-width: 640px) {
  /* line 258, ../sass/_homepage.scss */
  #front-cta .field-name-field-block-image, #block-bean-bmart-call-to-action .field-name-field-block-image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
  }
}
@media (min-width: 800px) {
  /* line 258, ../sass/_homepage.scss */
  #front-cta .field-name-field-block-image, #block-bean-bmart-call-to-action .field-name-field-block-image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
  }
}
/* line 265, ../sass/_homepage.scss */
#front-cta .field-name-field-block-image img, #block-bean-bmart-call-to-action .field-name-field-block-image img {
  float: left;
  width: 100%;
}
/* line 270, ../sass/_homepage.scss */
#front-cta .field-name-field-block-content, #block-bean-bmart-call-to-action .field-name-field-block-content {
  clear: both;
  color: #fff;
  padding: 2em;
  padding-bottom: 0.75em;
  text-transform: uppercase;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
}
@media (min-width: 640px) {
  /* line 270, ../sass/_homepage.scss */
  #front-cta .field-name-field-block-content, #block-bean-bmart-call-to-action .field-name-field-block-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    clear: none;
  }
}
@media (min-width: 800px) {
  /* line 270, ../sass/_homepage.scss */
  #front-cta .field-name-field-block-content, #block-bean-bmart-call-to-action .field-name-field-block-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
  }
}
/* line 284, ../sass/_homepage.scss */
#front-cta .field-name-field-block-content .field-items, #block-bean-bmart-call-to-action .field-name-field-block-content .field-items {
  font-size: 1.5em;
  line-height: 140%;
}
/* line 287, ../sass/_homepage.scss */
#front-cta .field-name-field-block-content .field-items .button, #block-bean-bmart-call-to-action .field-name-field-block-content .field-items .button {
  font-size: 0.75em;
  margin: 0;
}
@media (min-width: 640px) {
  /* line 284, ../sass/_homepage.scss */
  #front-cta .field-name-field-block-content .field-items, #block-bean-bmart-call-to-action .field-name-field-block-content .field-items {
    font-size: 1.33333em;
  }
}
@media (min-width: 800px) {
  /* line 284, ../sass/_homepage.scss */
  #front-cta .field-name-field-block-content .field-items, #block-bean-bmart-call-to-action .field-name-field-block-content .field-items {
    font-size: 1.5em;
  }
}
@media (min-width: 1000px) {
  /* line 284, ../sass/_homepage.scss */
  #front-cta .field-name-field-block-content .field-items, #block-bean-bmart-call-to-action .field-name-field-block-content .field-items {
    font-size: 1.33333em;
  }
}
@media (min-width: 1300px) {
  /* line 284, ../sass/_homepage.scss */
  #front-cta .field-name-field-block-content .field-items, #block-bean-bmart-call-to-action .field-name-field-block-content .field-items {
    font-size: 1.5em;
  }
}

/**
 * Header Styling
 */
/* line 4, ../sass/_header.scss */
#header {
  background: white;
}

/* line 8, ../sass/_header.scss */
.region-overlay {
  display: none;
}

/* line 12, ../sass/_header.scss */
#block-bitch-emma-helper-emma-helper-popup {
  padding: 1em;
}
/* line 14, ../sass/_header.scss */
#block-bitch-emma-helper-emma-helper-popup .form-item {
  margin: 0 0 1em 0;
}
/* line 17, ../sass/_header.scss */
#block-bitch-emma-helper-emma-helper-popup .form-item-zip {
  max-width: 70%;
  float: left;
}
/* line 21, ../sass/_header.scss */
#block-bitch-emma-helper-emma-helper-popup .form-submit {
  margin: 0;
  float: right;
  width: 25%;
  padding: 0.45em 0.6em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 28, ../sass/_header.scss */
#block-bitch-emma-helper-emma-helper-popup input.form-text {
  width: 95%;
}

/* line 33, ../sass/_header.scss */
#logo {
  margin: 30px auto;
  padding: 0 2em;
  text-align: center;
}
/* line 37, ../sass/_header.scss */
#logo img {
  width: 225px;
  max-width: 100%;
}
@media (min-width: 320px) {
  /* line 33, ../sass/_header.scss */
  #logo {
    margin: 25px auto 0 auto;
  }
}
@media (min-width: 1000px) {
  /* line 33, ../sass/_header.scss */
  #logo {
    text-align: left;
    margin: 88px 0 24px 24px;
    padding: 0;
  }
  /* line 50, ../sass/_header.scss */
  .narrow_layout #logo {
    margin: 30px 0 24px 0;
  }
}
@media (min-width: 1300px) {
  /* line 33, ../sass/_header.scss */
  #logo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18.75%;
    float: left;
  }
  /* line 58, ../sass/_header.scss */
  .narrow_layout #logo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
}

/* line 64, ../sass/_header.scss */
.region-header-sales {
  display: none;
}
@media (min-width: 1000px) {
  /* line 64, ../sass/_header.scss */
  .region-header-sales {
    min-height: 170px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    max-width: 690px;
    background: white url(../images/header-sales-medium3.jpg) right top no-repeat;
  }
  /* line 75, ../sass/_header.scss */
  .region-header-sales .block-menu-block {
    padding: 1em 2em 0;
  }
  /* line 78, ../sass/_header.scss */
  .region-header-sales ul {
    margin: 0;
    padding: 0;
  }
  /* line 83, ../sass/_header.scss */
  .region-header-sales li a {
    font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
    display: block;
    text-transform: lowercase;
    font-weight: 300;
    line-height: 100%;
    padding: 0.2em 0 0.5em 20px;
    background: url(../images/header-sales-bullet-left2.svg) left center no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  /* line 92, ../sass/_header.scss */
  .region-header-sales li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 97, ../sass/_header.scss */
  .region-header-sales li.first a {
    text-transform: uppercase;
  }
}
@media (min-width: 1300px) {
  /* line 64, ../sass/_header.scss */
  .region-header-sales {
    width: 50%;
    background: white url(../images/header-sales3.jpg) right center no-repeat;
    background-size: 692px;
  }
}

/**
 * Header Blocks
 */
/* line 113, ../sass/_header.scss */
.header__region {
  display: none;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
}
@media (min-width: 1000px) {
  /* line 113, ../sass/_header.scss */
  .header__region {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
    float: left;
    margin-top: 88px;
    display: block;
  }
  /* line 120, ../sass/_header.scss */
  .bmart .header__region {
    margin-top: 115px;
  }
  /* line 122, ../sass/_header.scss */
  .bmart .header__region #block-bitch-blocks-user-login-logout {
    padding-top: 0.25em;
  }
  /* line 126, ../sass/_header.scss */
  .narrow_layout .header__region {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    margin-top: 30px;
  }
  /* line 130, ../sass/_header.scss */
  .bmart.narrow_layout .header__region {
    margin-top: 55px;
  }
  /* line 133, ../sass/_header.scss */
  .header__region .block {
    float: right;
  }
  /* line 136, ../sass/_header.scss */
  .header__region #block-bitch-blocks-user-login-logout {
    text-align: right;
    font-size: 0.8em;
  }
  /* line 139, ../sass/_header.scss */
  .header__region #block-bitch-blocks-user-login-logout p {
    margin: 0 0 0.25em 0;
  }
  /* line 143, ../sass/_header.scss */
  .header__region #block-search-form {
    clear: both;
    font-size: 0.8em;
  }
  /* line 146, ../sass/_header.scss */
  .header__region #block-search-form input {
    padding: 0.25em 0.5em;
    margin: 0;
  }
  /* line 150, ../sass/_header.scss */
  .header__region #block-search-form .form-item {
    float: left;
  }
  /* line 156, ../sass/_header.scss */
  .header__region div#block-bean-site-social-media {
    width: 90px;
  }
  /* line 158, ../sass/_header.scss */
  .header__region div#block-bean-site-social-media .field {
    float: left;
    margin-right: 8px;
  }
  /* line 161, ../sass/_header.scss */
  .header__region div#block-bean-site-social-media .field .field {
    margin-right: 0;
  }
}
@media (min-width: 1300px) {
  /* line 113, ../sass/_header.scss */
  .header__region {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
}
/* line 172, ../sass/_header.scss */
.header__region .search-box {
  clear: right;
  float: right;
  margin-bottom: 0;
}
/* line 177, ../sass/_header.scss */
.header__region .search-box label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 181, ../sass/_header.scss */
.header__region .search-box .views-exposed-widget {
  padding: 0;
  margin: 0;
}
/* line 186, ../sass/_header.scss */
.header__region .search-box .form-text {
  border: 1px solid #949691;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  height: 20px;
  padding-left: 5px;
  width: 99%;
}
/* line 195, ../sass/_header.scss */
.header__region .search-box .form-submit {
  background: #949691 url("../images/submit-button.png") no-repeat 50% 50%;
  border: none;
  margin: 6px 0 0;
  padding: 0;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
/* line 205, ../sass/_header.scss */
.header__region .search-box .views-submit-button {
  position: relative;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 20px;
}

/**
 * Footer Styling
 */
/******************************************************************************************************************************/
                                                                                                                               /*
* Prefooter region
********************************************************************************************************************************/
/* line 9, ../sass/_footer.scss */
#prefooter {
  clear: both;
  background: linear-gradient(to right, #fef8ca, #f9bca0);
  padding: 0;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
}
/* line 14, ../sass/_footer.scss */
#prefooter .block {
  padding: 1.5em 2em;
}
/* line 17, ../sass/_footer.scss */
#prefooter h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.25em;
}
/* line 22, ../sass/_footer.scss */
#prefooter .block-block.last {
  clear: both;
  border-top: 2px solid #fff;
}
@media (min-width: 1000px) {
  /* line 22, ../sass/_footer.scss */
  #prefooter .block-block.last {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    margin-left: -2px;
    padding-bottom: 4em;
    border-top: none;
    clear: none;
    border-left: 2px solid #fff;
  }
}
/* line 33, ../sass/_footer.scss */
#prefooter .block-block.last a.button {
  margin: 0;
  padding: 0.5em 0.75em;
}
/* line 38, ../sass/_footer.scss */
#prefooter #block-views-related-content-block {
  *zoom: 1;
  background: #fffee7;
}
/* line 82, ../sass/_mixins.scss */
#prefooter #block-views-related-content-block:before, #prefooter #block-views-related-content-block:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
#prefooter #block-views-related-content-block:after {
  clear: both;
}
/* line 41, ../sass/_footer.scss */
#prefooter #block-views-related-content-block h2 {
  margin-bottom: 0.75em;
}
@media (min-width: 800px) {
  /* line 41, ../sass/_footer.scss */
  #prefooter #block-views-related-content-block h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em;
  }
}
/* line 48, ../sass/_footer.scss */
#prefooter #block-views-related-content-block .views-row.stacked {
  border-top: 1px solid #ccc;
}
@media (min-width: 800px) {
  /* line 48, ../sass/_footer.scss */
  #prefooter #block-views-related-content-block .views-row.stacked {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    border-top: none;
    padding-right: 1.5em;
    clear: none;
  }
}
/* line 56, ../sass/_footer.scss */
#prefooter #block-views-related-content-block .views-row.stacked h3 {
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
}
/* line 62, ../sass/_footer.scss */
#prefooter #block-bitch-emma-helper-emma-helper-homepage {
  *zoom: 1;
  padding-bottom: 1em;
}
/* line 82, ../sass/_mixins.scss */
#prefooter #block-bitch-emma-helper-emma-helper-homepage:before, #prefooter #block-bitch-emma-helper-emma-helper-homepage:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
#prefooter #block-bitch-emma-helper-emma-helper-homepage:after {
  clear: both;
}
@media (min-width: 1000px) {
  /* line 62, ../sass/_footer.scss */
  #prefooter #block-bitch-emma-helper-emma-helper-homepage {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
  }
}
/* line 69, ../sass/_footer.scss */
#prefooter .form-type-textfield {
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
}
/* line 72, ../sass/_footer.scss */
#prefooter .form-type-textfield.form-item-zip {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
}
/* line 75, ../sass/_footer.scss */
#prefooter .form-type-textfield input {
  width: 98%;
}
@media (min-width: 480px) {
  /* line 69, ../sass/_footer.scss */
  #prefooter .form-type-textfield {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
  /* line 80, ../sass/_footer.scss */
  #prefooter .form-type-textfield.form-item-zip {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
}
@media (min-width: 800px) {
  /* line 69, ../sass/_footer.scss */
  #prefooter .form-type-textfield {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
  }
  /* line 86, ../sass/_footer.scss */
  #prefooter .form-type-textfield.form-item-zip {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
}
/* line 91, ../sass/_footer.scss */
#prefooter .submit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
}
@media (min-width: 480px) {
  /* line 91, ../sass/_footer.scss */
  #prefooter .submit {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
}
/* line 96, ../sass/_footer.scss */
#prefooter .submit input.form-submit {
  margin-top: 0;
  padding: 0.5em 1em;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Page bottom (lowest footer area)
********************************************************************************************************************************/
/* line 107, ../sass/_footer.scss */
#bottom {
  padding: 1em 0;
  background-color: #4e5047;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
}
/* line 111, ../sass/_footer.scss */
#bottom ul {
  *zoom: 1;
  margin: 1em 0;
  padding: 0;
  line-height: 200%;
}
/* line 82, ../sass/_mixins.scss */
#bottom ul:before, #bottom ul:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
#bottom ul:after {
  clear: both;
}
/* line 117, ../sass/_footer.scss */
#bottom #block-bean-social-media-footer-block {
  width: 90px;
  float: left;
}
/* line 120, ../sass/_footer.scss */
#bottom #block-bean-social-media-footer-block .field {
  float: left;
  margin-right: 8px;
}
/* line 123, ../sass/_footer.scss */
#bottom #block-bean-social-media-footer-block .field .field {
  margin-right: 0;
}
/* line 127, ../sass/_footer.scss */
#bottom #block-bean-social-media-footer-block a {
  color: #ffff66;
}
/* line 131, ../sass/_footer.scss */
#bottom .block-block {
  clear: both;
  padding-top: 1em;
  color: #ffff66;
  font-size: 0.8em;
}
/* line 136, ../sass/_footer.scss */
#bottom .block-block p {
  border-top: 1px solid #76796b;
  width: 100%;
  padding-top: 1em;
}
/* line 144, ../sass/_footer.scss */
#bottom .block-menu-block {
  font-size: 0.8em;
  clear: both;
}
@media (min-width: 480px) {
  /* line 144, ../sass/_footer.scss */
  #bottom .block-menu-block {
    clear: none;
    margin-left: 90px;
  }
}
/* line 151, ../sass/_footer.scss */
#bottom .block-menu-block h2.block-title {
  display: none;
}
/* line 154, ../sass/_footer.scss */
#bottom .block-menu-block ul {
  margin: 0;
}
/* line 157, ../sass/_footer.scss */
#bottom .block-menu-block li.menu__item {
  display: block;
  padding: 0px 0px;
}
@media (min-width: 480px) {
  /* line 157, ../sass/_footer.scss */
  #bottom .block-menu-block li.menu__item {
    float: left;
  }
}
/* line 164, ../sass/_footer.scss */
#bottom .block-menu-block a {
  line-height: 100%;
  color: #fff880;
  border-top: 1px solid #666;
  padding: 1em 0;
  display: block;
}
@media (min-width: 480px) {
  /* line 164, ../sass/_footer.scss */
  #bottom .block-menu-block a {
    border-top: none;
    border-right: 1px solid #fff880;
    padding: 0px 10px;
    display: inline-block;
  }
}
/* line 177, ../sass/_footer.scss */
#bottom .block-menu-block a.active {
  color: #ffff66;
}
/* line 181, ../sass/_footer.scss */
#bottom .block-menu-block .last a.menu__link {
  border-right: none;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Navigation styling
********************************************************************************************************************************/
/* line 5, ../sass/_navigation.scss */
#navigation {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  font-size: 14px;
}
@media (min-width: 1300px) {
  /* line 5, ../sass/_navigation.scss */
  #navigation {
    font-size: 14px;
  }
}
/* line 13, ../sass/_navigation.scss */
#navigation .region-navigation {
  width: 100%;
}
/* line 19, ../sass/_navigation.scss */
#navigation .block-menu-block .menu-block-outer-wrapper,
#navigation .block-menu-block .menu-block-wrapper {
  max-width: 614px;
}
@media (min-width: 1000px) {
  /* line 19, ../sass/_navigation.scss */
  #navigation .block-menu-block .menu-block-outer-wrapper,
  #navigation .block-menu-block .menu-block-wrapper {
    max-width: 100%;
  }
}
/* line 26, ../sass/_navigation.scss */
#navigation .block-menu-block .menu-block-outer-wrapper .menu-block-outer-wrapper .menu-block-wrapper,
#navigation .block-menu-block .menu-block-wrapper .menu-block-outer-wrapper .menu-block-wrapper {
  width: auto;
}
/* line 34, ../sass/_navigation.scss */
#navigation .block-menu-block.first {
  width: 100%;
  text-align: center;
  background-color: #2e2c31;
  border-bottom: 1px solid #949494;
}
/* line 39, ../sass/_navigation.scss */
.bmart #navigation .block-menu-block.first {
  border-bottom: 1px solid #fff;
}
/* line 42, ../sass/_navigation.scss */
#navigation .block-menu-block.first a.nav_logo {
  display: none;
}
/* line 46, ../sass/_navigation.scss */
#navigation .block-menu-block.first:after {
  content: " ";
  border-top: 1px solid #949494;
  display: block;
  position: relative;
  top: -50px;
  width: 100%;
}
@media (min-width: 1000px) {
  /* line 46, ../sass/_navigation.scss */
  #navigation .block-menu-block.first:after {
    border-top: none;
  }
}
/* line 57, ../sass/_navigation.scss */
#navigation .block-menu-block.first .menu-block-outer-wrapper,
#navigation .block-menu-block.first .menu-block-wrapper {
  width: 96%;
  margin: 0 auto;
}
/* line 63, ../sass/_navigation.scss */
#navigation .block-menu-block.first .menu-block-outer-wrapper .menu-block-wrapper {
  width: auto;
}
/* line 67, ../sass/_navigation.scss */
#navigation .block-menu-block.first.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid #949494;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
/* line 73, ../sass/_navigation.scss */
#navigation .block-menu-block.first.sticky a.nav_logo {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
/* line 80, ../sass/_navigation.scss */
#navigation .block-menu-block.first.sticky .menu-block-outer-wrapper .menu-block-wrapper {
  margin-left: 50px;
}
@media (min-width: 1000px) {
  /* line 84, ../sass/_navigation.scss */
  #navigation .block-menu-block.first.sticky ul.menu {
    height: 50px;
  }
}
/* line 88, ../sass/_navigation.scss */
#navigation .block-menu-block.first.sticky ul.menu a {
  padding-top: 14px;
  padding-bottom: 14px;
}
/* line 94, ../sass/_navigation.scss */
#navigation .block-menu-block.first ul.menu {
  height: 100px;
  text-align: center;
}
@media (min-width: 1000px) {
  /* line 94, ../sass/_navigation.scss */
  #navigation .block-menu-block.first ul.menu {
    height: 70px;
  }
  /* line 99, ../sass/_navigation.scss */
  .bmart #navigation .block-menu-block.first ul.menu {
    text-align: left;
  }
}
/* line 104, ../sass/_navigation.scss */
#navigation .block-menu-block.first li {
  float: none;
  display: inline-block;
  padding: 0;
  /**
   * The main menu. Give each link a width in terms of percentage of
   * total width; that'll eliminate the need for 'justify' and get rid
   * of the gaps as well as the other issues we've had with this.
   */
}
/* line 110, ../sass/_navigation.scss */
.bmart #navigation .block-menu-block.first li a:link,
.bmart #navigation .block-menu-block.first li a:visited {
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 1000px) {
  /* line 110, ../sass/_navigation.scss */
  .bmart #navigation .block-menu-block.first li a:link,
  .bmart #navigation .block-menu-block.first li a:visited {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* line 123, ../sass/_navigation.scss */
#navigation .block-menu-block.first li.first a:link,
#navigation .block-menu-block.first li.first a:visited {
  background: #fff100;
  color: #2d2b30;
}
/* line 128, ../sass/_navigation.scss */
#navigation .block-menu-block.first li.first a.active,
#navigation .block-menu-block.first li.first a:hover {
  background: #ffff66;
}
/* line 135, ../sass/_navigation.scss */
#navigation .block-menu-block.first li a:link,
#navigation .block-menu-block.first li a:visited {
  color: #fff100;
  display: block;
  padding: 14px 10px;
  line-height: 22px;
}
@media (min-width: 1000px) {
  /* line 135, ../sass/_navigation.scss */
  #navigation .block-menu-block.first li a:link,
  #navigation .block-menu-block.first li a:visited {
    padding: 24px 0;
  }
}
/* line 145, ../sass/_navigation.scss */
#navigation .block-menu-block.first li a:hover,
#navigation .block-menu-block.first li a:active {
  background: #565750;
  color: #fff87f;
}
/* line 150, ../sass/_navigation.scss */
#navigation .block-menu-block.first li a.active {
  background: #60625a;
  color: #fff87f;
}
/* line 154, ../sass/_navigation.scss */
#navigation .block-menu-block.first li a.active:hover,
#navigation .block-menu-block.first li a.active:active {
  background: #6a6d64;
}
@media (min-width: 1000px) {
  /* line 104, ../sass/_navigation.scss */
  #navigation .block-menu-block.first li {
    float: left;
  }
  /* line 169, ../sass/_navigation.scss */
  #navigation .block-menu-block.first li.menu-mlid-918 {
    width: 10%;
  }
  /* line 173, ../sass/_navigation.scss */
  #navigation .block-menu-block.first li.menu-mlid-869 {
    width: 9%;
  }
  /* line 177, ../sass/_navigation.scss */
  #navigation .block-menu-block.first li.menu-mlid-870 {
    width: 11%;
  }
  /* line 181, ../sass/_navigation.scss */
  #navigation .block-menu-block.first li.menu-mlid-871 {
    width: 8%;
  }
  /* line 185, ../sass/_navigation.scss */
  #navigation .block-menu-block.first li.menu-mlid-872 {
    width: 9%;
  }
  /* line 189, ../sass/_navigation.scss */
  #navigation .block-menu-block.first li.menu-mlid-874 {
    width: 8%;
  }
  /* line 193, ../sass/_navigation.scss */
  #navigation .block-menu-block.first li.menu-mlid-875 {
    width: 9%;
  }
  /* line 197, ../sass/_navigation.scss */
  #navigation .block-menu-block.first li.menu-mlid-868 {
    width: 8%;
  }
  /* line 201, ../sass/_navigation.scss */
  #navigation .block-menu-block.first li.menu-mlid-919 {
    width: 9%;
    background: #4e5047;
  }
  /* line 206, ../sass/_navigation.scss */
  #navigation .block-menu-block.first li.menu-mlid-9695 {
    width: 9%;
    background: #4e5047;
  }
  /* line 211, ../sass/_navigation.scss */
  #navigation .block-menu-block.first li.menu-mlid-5891 {
    width: 10%;
    background: #4e5047;
  }
}
/* line 222, ../sass/_navigation.scss */
#navigation ul.menu li.menu__item ul.menu {
  display: none !important;
}
/* line 229, ../sass/_navigation.scss */
#navigation ul.sf-js-enabled li.sfHover > a {
  background: #60625a !important;
}
/* line 232, ../sass/_navigation.scss */
#navigation ul.sf-js-enabled li.sfHover ul.menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
  position: absolute;
  z-index: 999;
  height: auto;
  width: 220px;
  margin: 0 0 0 -10px;
  padding: 0;
}
/* line 242, ../sass/_navigation.scss */
#navigation ul.sf-js-enabled li.sfHover ul.menu li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  background: url(../images/bg-dropdown-middle.png) center center repeat-y;
}
/* line 249, ../sass/_navigation.scss */
#navigation ul.sf-js-enabled li.sfHover ul.menu li.first {
  padding: 18px 15px 0 15px;
  background: url(../images/bg-dropdown-top.png) center top no-repeat;
}
/* line 252, ../sass/_navigation.scss */
#navigation ul.sf-js-enabled li.sfHover ul.menu li.first a {
  background: #60625a;
  color: #fff;
}
/* line 255, ../sass/_navigation.scss */
#navigation ul.sf-js-enabled li.sfHover ul.menu li.first a:hover {
  background-color: #707269;
}
/* line 260, ../sass/_navigation.scss */
#navigation ul.sf-js-enabled li.sfHover ul.menu li.last {
  padding: 0 15px 15px 15px;
  background: url(../images/bg-dropdown-bottom.png) center bottom no-repeat;
}
/* line 265, ../sass/_navigation.scss */
#navigation ul.sf-js-enabled li.sfHover ul.menu a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: none;
  text-align: left;
  color: #fff;
  display: block;
  float: none;
  width: 100%;
  padding: 0.3em 10px !important;
  background: #60625a;
}
/* line 275, ../sass/_navigation.scss */
#navigation ul.sf-js-enabled li.sfHover ul.menu a:hover {
  background-color: #707269;
}
/* line 284, ../sass/_navigation.scss */
#navigation #block-block-11,
#navigation .menu-block-4 {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
  background: #4e5047;
  height: 35px;
  text-transform: none;
}
/* line 292, ../sass/_navigation.scss */
#navigation #block-block-11 ul.menu li,
#navigation .menu-block-4 ul.menu li {
  float: right;
  display: inline-block;
  padding: 0;
}
/* line 297, ../sass/_navigation.scss */
#navigation #block-block-11 ul.menu li.first,
#navigation .menu-block-4 ul.menu li.first {
  padding-right: 50px;
}
/* line 301, ../sass/_navigation.scss */
#navigation #block-block-11 ul.menu,
#navigation #block-block-11 p,
#navigation .menu-block-4 ul.menu,
#navigation .menu-block-4 p {
  width: 92%;
  text-align: right;
  margin: 0 auto;
}
/* line 307, ../sass/_navigation.scss */
#navigation #block-block-11 a:link,
#navigation #block-block-11 a:visited,
#navigation .menu-block-4 a:link,
#navigation .menu-block-4 a:visited {
  color: #fff880;
  display: block;
  padding: 5px 7px;
}
/* line 313, ../sass/_navigation.scss */
#navigation #block-block-11 a.active,
#navigation .menu-block-4 a.active {
  color: #fff100;
}
/* line 316, ../sass/_navigation.scss */
#navigation #block-block-11 a:hover,
#navigation .menu-block-4 a:hover {
  color: white;
}
/* line 322, ../sass/_navigation.scss */
#navigation ul:after {
  content: '';
  width: 100%;
  /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}
/* line 328, ../sass/_navigation.scss */
#navigation li {
  display: inline;
}

/*
 ** Off Canvas Styling
 */
/* line 60, ../sass/_off-canvas.scss */
body {
  overflow-x: hidden;
}

/* line 64, ../sass/_off-canvas.scss */
#header-mobile {
  display: none;
}

/* line 71, ../sass/_off-canvas.scss */
.region-tout .block-menu-block.first,
.region-tout .search-box {
  transition: 0.5s all ease;
  float: left;
  position: absolute;
  width: 91.6666667%;
  left: -100%;
}
@media (min-width: 640px) {
  /* line 71, ../sass/_off-canvas.scss */
  .region-tout .block-menu-block.first,
  .region-tout .search-box {
    width: 75%;
  }
}
/* line 76, ../sass/_off-canvas.scss */
.region-tout .tout-menu,
.region-tout .block-logintoboggan {
  transition: 0.5s all ease;
  float: left;
  position: absolute;
  width: 91.6666667%;
  right: -100%;
}
@media (min-width: 640px) {
  /* line 76, ../sass/_off-canvas.scss */
  .region-tout .tout-menu,
  .region-tout .block-logintoboggan {
    width: 75%;
  }
}

/* line 84, ../sass/_off-canvas.scss */
img.close {
  max-width: 18px;
}
/* line 86, ../sass/_off-canvas.scss */
.tout-close-right img.close {
  float: right;
}

/* line 90, ../sass/_off-canvas.scss */
.tout-close {
  display: none;
}
/* line 93, ../sass/_off-canvas.scss */
.tout-close .block-menu-block ul {
  margin: 0;
  padding: 0;
}
/* line 96, ../sass/_off-canvas.scss */
.tout-close .block-menu-block ul.first {
  margin: 10px 0 0 0;
}
/* line 100, ../sass/_off-canvas.scss */
.tout-close .block-menu-block li {
  display: block;
  border-top: 1px solid #666;
}
/* line 104, ../sass/_off-canvas.scss */
.tout-close .block-menu-block a {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  color: #bbb;
  text-indent: 0;
  font-size: 15px;
  display: block;
  padding: 10px 0;
}
/* line 111, ../sass/_off-canvas.scss */
.tout-close .block-menu-block a:hover {
  color: #fff;
}

/* line 117, ../sass/_off-canvas.scss */
.tout-close-left {
  transition: 0.5s all ease;
  float: left;
  position: absolute;
  width: 91.6666667%;
  left: -100%;
  width: auto;
}
@media (min-width: 640px) {
  /* line 117, ../sass/_off-canvas.scss */
  .tout-close-left {
    width: 75%;
  }
}

/* line 121, ../sass/_off-canvas.scss */
.tout-close-right {
  transition: 0.5s all ease;
  float: left;
  position: absolute;
  width: 91.6666667%;
  right: -100%;
  width: auto;
}
@media (min-width: 640px) {
  /* line 121, ../sass/_off-canvas.scss */
  .tout-close-right {
    width: 75%;
  }
}

@media (max-width: 999px) {
  /* line 129, ../sass/_off-canvas.scss */
  .header__region {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 131, ../sass/_off-canvas.scss */
  .header__region .search-box,
  .header__region .block-logintoboggan {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 138, ../sass/_off-canvas.scss */
  .menu-block-4 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media (max-width: 999px) and (max-width: 639px) {
  /* line 144, ../sass/_off-canvas.scss */
  #navigation {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 148, ../sass/_off-canvas.scss */
  .header__region .tout-menu {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media (max-width: 999px) {
  /* line 155, ../sass/_off-canvas.scss */
  #header {
    width: 75%;
    position: relative;
  }

  /* line 161, ../sass/_off-canvas.scss */
  #header-mobile {
    position: absolute;
    width: 100%;
    display: block;
  }
  /* line 167, ../sass/_off-canvas.scss */
  #header-mobile h2 {
    color: #fff100;
    display: block;
    height: 50px;
    padding-bottom: 0;
    width: 12.5% !important;
    margin: 0;
    text-indent: -9999px;
    border-bottom: 1px solid white;
  }
  /* line 176, ../sass/_off-canvas.scss */
  #header-mobile h2:after {
    padding: 10px 35% !important;
  }
  /* line 181, ../sass/_off-canvas.scss */
  #header-mobile h2.search-header {
    clear: left;
    float: left;
  }
  /* line 185, ../sass/_off-canvas.scss */
  #header-mobile h2.search-header:after {
    content: "\f002";
    float: left;
    font-family: "FontAwesome";
    padding: 35%;
    text-indent: 0;
  }
  /* line 195, ../sass/_off-canvas.scss */
  #header-mobile h2.login-header {
    float: right;
  }
  /* line 198, ../sass/_off-canvas.scss */
  #header-mobile h2.login-header:after {
    content: "\f007";
    float: right;
    font-family: "FontAwesome";
    padding: 35%;
    text-indent: 0;
  }
}
@media (max-width: 999px) and (min-width: 640px) {
  /* line 167, ../sass/_off-canvas.scss */
  #header-mobile h2 {
    height: 100px;
  }
  /* line 209, ../sass/_off-canvas.scss */
  #header-mobile h2.menu-header, #header-mobile h2.tout-header {
    display: none;
  }
  /* line 213, ../sass/_off-canvas.scss */
  #header-mobile h2:after {
    padding: 35px 35% !important;
  }
}
@media (max-width: 999px) and (max-width: 639px) {
  /* line 221, ../sass/_off-canvas.scss */
  #header-mobile h2.menu-header {
    display: block;
    float: left;
  }
  /* line 224, ../sass/_off-canvas.scss */
  #header-mobile h2.menu-header:after {
    content: "\f0c9";
    float: left;
    font-family: "FontAwesome";
    padding: 35%;
    text-indent: 0;
  }
  /* line 233, ../sass/_off-canvas.scss */
  #header-mobile h2.tout-header {
    display: block;
    clear: right;
    float: right;
    top: 54px;
  }
  /* line 239, ../sass/_off-canvas.scss */
  #header-mobile h2.tout-header:after {
    content: "\f07a";
    float: right;
    font-family: "FontAwesome";
    padding: 35%;
    text-indent: 0;
  }
}

@media (max-width: 999px) {
  /* line 252, ../sass/_off-canvas.scss */
  #page {
    transition: 0.5s all ease;
    margin: 0;
    float: left;
    position: relative;
  }

  /* line 262, ../sass/_off-canvas.scss */
  .tout-close-left .block,
  .tout-close-right .block {
    display: none;
    color: #ffff66;
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    font-weight: 900;
    clear: both;
    padding: 1em;
    text-transform: uppercase;
  }
  /* line 270, ../sass/_off-canvas.scss */
  .tout-close-left .block a,
  .tout-close-right .block a {
    color: #fff100;
  }

  /* line 278, ../sass/_off-canvas.scss */
  .tout-close-left .block {
    padding: 1em 1em 1em 0;
  }
  /* line 281, ../sass/_off-canvas.scss */
  .menu-active .tout-close-left, .search-active .tout-close-left {
    font-family: "FontAwesome";
    padding: 12px 24px;
    z-index: 10;
    left: 0;
    display: block;
    width: 85%;
  }
  /* line 289, ../sass/_off-canvas.scss */
  .menu-active .tout-close-left .block-menu-block {
    display: block;
  }
  /* line 294, ../sass/_off-canvas.scss */
  .search-active .tout-close-left .search_form {
    display: block;
  }
  /* line 299, ../sass/_off-canvas.scss */
  .tout-close-left .search_form .form-item,
  .tout-close-left .search_form input.form-submit {
    float: left;
  }
  /* line 303, ../sass/_off-canvas.scss */
  .tout-close-left .search_form .form-item {
    width: 65%;
  }
  /* line 305, ../sass/_off-canvas.scss */
  .tout-close-left .search_form .form-item input.form-text {
    width: 100%;
  }
  /* line 309, ../sass/_off-canvas.scss */
  .tout-close-left .search_form input.form-submit {
    margin-top: 0;
    padding: 0.55em 0.75em;
  }

  /* line 316, ../sass/_off-canvas.scss */
  .tout-close-right .block {
    padding: 1em 0 1em 1em;
  }
  /* line 319, ../sass/_off-canvas.scss */
  .login-active .tout-close-right, .tout-active .tout-close-right {
    font-family: "FontAwesome";
    padding: 12px 24px;
    z-index: 10;
    right: 0;
    display: block;
    width: 85%;
    max-width: 420px;
  }
  /* line 326, ../sass/_off-canvas.scss */
  .login-active .tout-close-right:after, .tout-active .tout-close-right:after {
    float: right;
  }
  /* line 331, ../sass/_off-canvas.scss */
  .login-active .tout-close-right .user_login_logout {
    display: block;
  }
  /* line 333, ../sass/_off-canvas.scss */
  .login-active .tout-close-right .user_login_logout .form-text {
    width: 95%;
  }
  /* line 339, ../sass/_off-canvas.scss */
  .tout-active .tout-close-right .commerce_cart {
    display: block;
  }
  /* line 344, ../sass/_off-canvas.scss */
  .tout-close-right .commerce_cart tr.even {
    background-color: #2e2b31;
  }
  /* line 347, ../sass/_off-canvas.scss */
  .tout-close-right .commerce_cart tr.odd {
    background-color: #3b373f;
  }

  /* line 355, ../sass/_off-canvas.scss */
  .menu-active #page {
    margin-left: 91.6666667%;
    margin-right: -91.6666667%;
  }
}
@media (max-width: 999px) and (min-width: 640px) {
  /* line 355, ../sass/_off-canvas.scss */
  .menu-active #page {
    margin-left: 75%;
  }
}

@media (max-width: 999px) {
  /* line 361, ../sass/_off-canvas.scss */
  .search-active #page {
    margin-left: 91.6666667%;
    margin-right: -91.6666667%;
  }
}
@media (max-width: 999px) and (min-width: 640px) {
  /* line 361, ../sass/_off-canvas.scss */
  .search-active #page {
    margin-left: 75%;
  }
}

@media (max-width: 999px) {
  /* line 367, ../sass/_off-canvas.scss */
  .login-active #page {
    margin-left: -91.6666667%;
  }
}
@media (max-width: 999px) and (min-width: 640px) {
  /* line 367, ../sass/_off-canvas.scss */
  .login-active #page {
    margin-left: -75%;
  }
}

@media (max-width: 999px) {
  /* line 373, ../sass/_off-canvas.scss */
  .tout-active #page {
    margin-left: -91.6666667%;
  }
}
@media (max-width: 999px) and (min-width: 640px) {
  /* line 373, ../sass/_off-canvas.scss */
  .tout-active #page {
    margin-left: -75%;
  }
}

/*
 ** Slider
 */
/* line 5, ../sass/_slider.scss */
#slider {
  background: white;
  bottom: 20px;
  padding: 10px;
  position: fixed;
  right: -430px;
  width: 400px;
  -moz-box-shadow: #777777 0 0 10px;
  -webkit-box-shadow: #777777 0 0 10px;
  box-shadow: #777777 0 0 10px;
}
@media (max-width: 999px) {
  /* line 5, ../sass/_slider.scss */
  #slider {
    position: relative;
    bottom: auto;
    width: 100%;
    right: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66667%;
    float: left;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 25, ../sass/_slider.scss */
#slider a.close {
  font-family: "FontAwesome";
  padding: 12px 24px;
  z-index: 10;
  padding: 0;
}
/* line 29, ../sass/_slider.scss */
#slider a.close:after {
  color: #4e5047;
  float: right;
}

/*
 ** Issue Page Styling
 */
/* line 7, ../sass/_issue.scss */
.node-type-issue .group_issue_title {
  display: block;
}
/* line 10, ../sass/_issue.scss */
.node-type-issue .group_issue_title .field-name-title-field {
  display: inline-block;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  margin-right: 6px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
/* line 21, ../sass/_issue.scss */
.node-type-issue .field-name-field-issue-number,
.node-type-issue .display-price,
.node-type-issue .sell-price,
.node-type-issue .field-name-field-issue-season-and-year,
.node-type-issue .field-name-field-issue-year {
  color: #4e5047;
  float: left;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  font-size: 0.866666667em;
  font-weight: normal;
  line-height: 1;
}
/* line 34, ../sass/_issue.scss */
.node-type-issue .display-price {
  clear: left;
  border-right: 1px solid #4e5047;
  margin-right: 7px;
  padding: 0 7px 0 0;
}
/* line 43, ../sass/_issue.scss */
.node-type-issue .field-name-field-issue-number .field-item {
  display: inline-block;
  border-right: 1px solid #4e5047;
  margin-right: 7px;
  padding: 0 7px 0 0;
}
/* line 49, ../sass/_issue.scss */
.node-type-issue .field-name-field-issue-number .field-item:before {
  content: "Issue";
  display: inline;
  margin-right: 3px;
}
/* line 57, ../sass/_issue.scss */
.node-type-issue .field-name-field-issue-season-and-year {
  margin-right: 3px;
}
/* line 61, ../sass/_issue.scss */
.node-type-issue .field-name-field-issue-year {
  margin-bottom: 8px;
}
/* line 65, ../sass/_issue.scss */
.node-type-issue .sell-price {
  margin-bottom: 15px;
}
/* line 69, ../sass/_issue.scss */
.node-type-issue .add-to-cart {
  clear: left;
  display: block;
}
/* line 73, ../sass/_issue.scss */
.node-type-issue .add-to-cart input {
  background: #9e1f63;
  border: none;
  color: #fff100;
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-size: 0.733333333em;
  line-height: 1;
  padding: 5px 20px;
  text-transform: uppercase;
}
/* line 79, ../sass/_issue.scss */
.node-type-issue .form-item-quantity > * {
  float: left;
  box-sizing: border-box;
}
/* line 83, ../sass/_issue.scss */
.node-type-issue .form-item-quantity label {
  width: 60%;
  text-align: right;
}
/* line 87, ../sass/_issue.scss */
.node-type-issue .form-item-quantity input {
  width: 40%;
}
/* line 92, ../sass/_issue.scss */
.node-type-issue .field-name-field-cover-lines {
  color: #2d2b30;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-size: 1.066666667em;
  font-weight: 500;
  line-height: 1.3125;
  text-transform: uppercase;
  clear: both;
}
@media (min-width: 640px) {
  /* line 92, ../sass/_issue.scss */
  .node-type-issue .field-name-field-cover-lines {
    clear: none;
  }
}

/* line 106, ../sass/_issue.scss */
.field-group-div {
  *zoom: 1;
  display: block;
  clear: left;
}
/* line 82, ../sass/_mixins.scss */
.field-group-div:before, .field-group-div:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.field-group-div:after {
  clear: both;
}
/* line 112, ../sass/_issue.scss */
.field-group-div:before, .field-group-div:after {
  display: inline;
}
/* line 117, ../sass/_issue.scss */
.field-group-div > h3 {
  clear: left;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-size: 1.333333333em;
  font-weight: normal;
  margin-top: 23px;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 126, ../sass/_issue.scss */
.field-group-div .field {
  color: #4e5047;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
}
/* line 131, ../sass/_issue.scss */
.field-group-div .field-name-field-headline,
.field-group-div .field-name-title-field,
.field-group-div .field-name-field-subhead,
.field-group-div .field-name-field-sub-head,
.field-group-div .field-name-field-author-text,
.field-group-div .field-name-field-content-author,
.field-group-div .field-name-field-article .field-name-title-field {
  display: inline;
  font-size: 1em;
  line-height: 1.2;
}
/* line 143, ../sass/_issue.scss */
.field-group-div .field-name-field-headline div,
.field-group-div .field-name-title-field div,
.field-group-div .field-name-field-subhead div,
.field-group-div .field-name-field-sub-head div,
.field-group-div .field-name-field-author-text div,
.field-group-div .field-name-field-content-author div,
.field-group-div .field-name-field-article .field-name-title-field div {
  display: inline;
}
/* line 148, ../sass/_issue.scss */
.field-group-div .field-name-field-headline,
.field-group-div .field-name-field-article .field-name-title-field {
  display: inline;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  margin-right: 6px;
  text-transform: uppercase;
}
/* line 155, ../sass/_issue.scss */
.field-group-div .field-name-field-headline .field-item:after,
.field-group-div .field-name-field-article .field-name-title-field .field-item:after {
  content: ":";
}
/* line 159, ../sass/_issue.scss */
.field-group-div .field-name-field-headline h3,
.field-group-div .field-name-field-article .field-name-title-field h3 {
  display: inline-block;
  font-size: 1.066666667em;
  margin: 0;
}
/* line 166, ../sass/_issue.scss */
.field-group-div .field-type-entityreference {
  display: inline;
}
/* line 169, ../sass/_issue.scss */
.field-group-div .field-type-entityreference h1,
.field-group-div .field-type-entityreference h3,
.field-group-div .field-type-entityreference h5 {
  display: inline-block;
  font-size: 1em !important;
  line-height: 1.2 !important;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 179, ../sass/_issue.scss */
.field-group-div .field-type-entityreference div {
  margin: 0;
}
/* line 185, ../sass/_issue.scss */
.field-group-div .field-type-entityreference .field-name-title-field .field-item:after {
  content: "";
}
/* line 189, ../sass/_issue.scss */
.field-group-div .field-type-entityreference .field-name-title-field a:after {
  content: ":";
}
/* line 194, ../sass/_issue.scss */
.field-group-div .field-type-entityreference .clearfix:after {
  clear: none;
}
/* line 199, ../sass/_issue.scss */
.field-group-div .field-name-field-author-text,
.field-group-div .field-name-field-content-author {
  font-size: 12px;
  margin-left: 6px !important;
  margin-bottom: 12px !important;
}
/* line 205, ../sass/_issue.scss */
.field-group-div .field-name-field-author-text h5,
.field-group-div .field-name-field-content-author h5 {
  font-size: 12px;
  display: inline-block;
}
/* line 210, ../sass/_issue.scss */
.field-group-div .field-name-field-author-text:before,
.field-group-div .field-name-field-content-author:before {
  content: "|";
  padding-right: 6px;
  position: relative;
  top: -1px;
}

/* line 219, ../sass/_issue.scss */
.group_purchase_info {
  float: right;
  max-width: 40%;
  margin-bottom: 24px;
}

/* line 225, ../sass/_issue.scss */
.group_issue_title {
  float: none;
}

/**
 * Article Pages
 */
/******************************************************************************************************************************/
                                                                                                                               /*
* Article/Podcast list views
/*******************************************************************************************************************************/
/* line 13, ../sass/_article.scss */
.view-taxonomy-term-articles .featured-image.right,
.view-articles .featured-image.right,
.view-podcasts .featured-image.right {
  margin: 0.75em 0 1em 2em;
}
/* line 16, ../sass/_article.scss */
.view-taxonomy-term-articles .featured-image.left,
.view-articles .featured-image.left,
.view-podcasts .featured-image.left {
  margin: 0.75em 2em 1em 0;
  max-width: 150px;
  max-height: 150px;
  overflow-y: hidden;
}
/* line 24, ../sass/_article.scss */
.view-taxonomy-term-articles .view-display-id-attachment_2 .views-field-field-featured-image-external,
.view-articles .view-display-id-attachment_2 .views-field-field-featured-image-external,
.view-podcasts .view-display-id-attachment_2 .views-field-field-featured-image-external {
  margin: 0.75em 0;
  max-height: 500px;
  overflow-y: hidden;
}
/* line 28, ../sass/_article.scss */
.view-taxonomy-term-articles .view-display-id-attachment_2 .views-field-field-featured-image-external img,
.view-articles .view-display-id-attachment_2 .views-field-field-featured-image-external img,
.view-podcasts .view-display-id-attachment_2 .views-field-field-featured-image-external img {
  width: 100%;
}

/* line 36, ../sass/_article.scss */
.gray-byline {
  color: #949494;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 130%;
  margin: 8px 0;
}
/* line 42, ../sass/_article.scss */
.gray-byline.uppercase {
  text-transform: uppercase;
  font-size: 11px;
}
/* line 46, ../sass/_article.scss */
.gray-byline .post-date {
  font-size: 11px;
  display: block;
  margin-top: 0;
}
/* line 52, ../sass/_article.scss */
.gray-byline .author p {
  display: inline-block;
  margin: 0;
}

/* line 59, ../sass/_article.scss */
#block-views-taxonomy-term-articles-block-1 {
  background: #fffde5;
  padding: 2em;
  *zoom: 1;
}
/* line 82, ../sass/_mixins.scss */
#block-views-taxonomy-term-articles-block-1:before, #block-views-taxonomy-term-articles-block-1:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
#block-views-taxonomy-term-articles-block-1:after {
  clear: both;
}
/* line 63, ../sass/_article.scss */
#block-views-taxonomy-term-articles-block-1 h2.block__title {
  border-bottom: none;
  margin-bottom: 1.5em;
}
/* line 68, ../sass/_article.scss */
#block-views-taxonomy-term-articles-block-1 h2.views-field-title {
  font-size: 17.55px;
}
/* line 71, ../sass/_article.scss */
#block-views-taxonomy-term-articles-block-1 .featured-image {
  max-width: 100px;
  margin-right: 1.5em;
}

/* line 77, ../sass/_article.scss */
#block-bitch-blocks-taxonomy-rss {
  margin: 1em 0;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Article nodes
/*******************************************************************************************************************************/
/* line 88, ../sass/_article.scss */
.node-type-article .view-article-categories {
  margin-bottom: 20px;
}
/* line 93, ../sass/_article.scss */
.node-type-article .view-column-featured-image {
  margin: 0 0 1em 0;
}
/* line 95, ../sass/_article.scss */
.node-type-article .view-column-featured-image img {
  width: 100%;
}
/* line 101, ../sass/_article.scss */
.node-type-article .view-column-author {
  *zoom: 1;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  color: #949494;
  margin-bottom: 1em;
}
/* line 82, ../sass/_mixins.scss */
.node-type-article .view-column-author:before, .node-type-article .view-column-author:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.node-type-article .view-column-author:after {
  clear: both;
}
/* line 106, ../sass/_article.scss */
.node-type-article .view-column-author .views-field-field-user-name {
  margin-bottom: 1em;
}
/* line 109, ../sass/_article.scss */
.node-type-article .view-column-author .views-field-field-profile-photo {
  max-width: 33%;
  width: 150px;
  float: right;
  margin: 2.5em 0 0 2em;
}
/* line 118, ../sass/_article.scss */
.node-type-article h1 span.subhead {
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
}
/* line 124, ../sass/_article.scss */
.node-type-article .featured-image {
  margin-top: 0.5em;
}
/* line 126, ../sass/_article.scss */
.node-type-article .featured-image img {
  width: 100%;
}
/* line 132, ../sass/_article.scss */
.node-type-article .field-name-field-text-author-interviewer {
  color: #4e5047;
  display: block;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  font-size: 0.933333333em;
  line-height: 1.142857144;
}
/* line 139, ../sass/_article.scss */
.node-type-article .field-name-field-text-author-interviewer p {
  margin: 0;
}
/* line 146, ../sass/_article.scss */
.node-type-article .field-name-field-text-author-interviewer:before {
  content: "By:";
  float: left;
  padding-right: 3px;
}
/* line 154, ../sass/_article.scss */
.node-type-article article > .form-item.form-type-item {
  color: #4e5047;
  display: inline-block;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  margin: -3px 0 8px;
}
/* line 162, ../sass/_article.scss */
.node-type-article article > .form-item.form-type-item h2 {
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
/* line 168, ../sass/_article.scss */
.node-type-article article > .form-item.form-type-item .field-item {
  display: inline-block;
  margin-right: 6px;
}
/* line 172, ../sass/_article.scss */
.node-type-article article > .form-item.form-type-item:after {
  content: ",";
}
/* line 183, ../sass/_article.scss */
.node-type-article .field-name-field-body {
  color: #2d2b30;
  margin-bottom: 24px;
  position: relative;
  *zoom: 1;
}
/* line 82, ../sass/_mixins.scss */
.node-type-article .field-name-field-body:before, .node-type-article .field-name-field-body:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.node-type-article .field-name-field-body:after {
  clear: both;
}
/* line 191, ../sass/_article.scss */
.node-type-article .views-field-field-series-banner {
  text-align: center;
}
/* line 196, ../sass/_article.scss */
.node-type-article .view-issue-per-article {
  *zoom: 1;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
}
/* line 82, ../sass/_mixins.scss */
.node-type-article .view-issue-per-article:before, .node-type-article .view-issue-per-article:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.node-type-article .view-issue-per-article:after {
  clear: both;
}
/* line 199, ../sass/_article.scss */
.node-type-article .view-issue-per-article .views-field-field-issue-cover {
  float: left;
  margin: 0 1em 1em 0;
}
/* line 203, ../sass/_article.scss */
.node-type-article .view-issue-per-article .views-field-title {
  line-height: 140%;
  font-weight: 700;
}
/* line 206, ../sass/_article.scss */
.node-type-article .view-issue-per-article .views-field-title span {
  display: block;
  font-size: 0.8em;
}

/* line 214, ../sass/_article.scss */
.addthis_sharing_toolbox {
  text-align: center;
  margin: 35px 0;
}

/* line 220, ../sass/_article.scss */
#comments h3.comments__form-title {
  margin-top: 1em;
  border-top: 1px solid #cccccc;
  padding: 1em 0;
}

/*
 ** Genre Pages
 */
/* line 8, ../sass/_genre.scss */
.page-genres .field-name-field-genre,
.page-genres p > img,
.page-genres .breadcrumb {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 15, ../sass/_genre.scss */
.page-genres h1#page-title {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
/* line 25, ../sass/_genre.scss */
.page-genres article {
  line-height: 1.5;
}
/* line 31, ../sass/_genre.scss */
.page-genres article .field-name-title-field h2,
.page-genres article .field-name-title-field h3,
.page-genres article .field-name-title-field h4,
.page-genres article .field-name-field-sub-head {
  color: #2d2b30;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-size: 1.333333333em;
  text-transform: uppercase;
}
/* line 40, ../sass/_genre.scss */
.page-genres article .field-name-title-field h2 a,
.page-genres article .field-name-title-field h3 a,
.page-genres article .field-name-title-field h4 a,
.page-genres article .field-name-field-sub-head a {
  color: #2d2b30;
}
/* line 46, ../sass/_genre.scss */
.page-genres article .field-name-title-field h2,
.page-genres article .field-name-title-field h3,
.page-genres article .field-name-title-field h4 {
  font-weight: 900;
}
/* line 54, ../sass/_genre.scss */
.page-genres article .field-name-title-field,
.page-genres article .field-name-field-sub-head {
  display: inline;
  line-height: 0;
}
/* line 59, ../sass/_genre.scss */
.page-genres article .field-name-title-field div,
.page-genres article .field-name-title-field h2,
.page-genres article .field-name-title-field h3,
.page-genres article .field-name-title-field h4,
.page-genres article .field-name-title-field a,
.page-genres article .field-name-field-sub-head div,
.page-genres article .field-name-field-sub-head h2,
.page-genres article .field-name-field-sub-head h3,
.page-genres article .field-name-field-sub-head h4,
.page-genres article .field-name-field-sub-head a {
  display: inline;
  line-height: 1;
}
/* line 71, ../sass/_genre.scss */
.page-genres article .field-name-field-sub-head .field-item:before {
  content: ":";
  font-weight: 900;
  margin-left: -3px;
  padding-right: 3px;
  position: relative;
  top: -2px;
}
/* line 82, ../sass/_genre.scss */
.page-genres article .field-name-field-content-author {
  color: #4e5047;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}
/* line 89, ../sass/_genre.scss */
.page-genres article .field-name-field-content-author h5 {
  font-size: 14px;
  line-height: 1.5;
  display: inline;
  margin: 0;
  text-transform: none;
}
/* line 97, ../sass/_genre.scss */
.page-genres article .field-name-field-content-author div,
.page-genres article .field-name-field-content-author p {
  display: inline;
}
/* line 102, ../sass/_genre.scss */
.page-genres article .field-name-field-content-author .field-name-field-short-bio {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 108, ../sass/_genre.scss */
.page-genres article .form-item.form-type-item {
  color: #4e5047;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 0;
}
/* line 119, ../sass/_genre.scss */
.page-genres .attachment-before .view-genres:first-child {
  margin-bottom: 44px;
}
/* line 123, ../sass/_genre.scss */
.page-genres .attachment-before .view-genres:first-child .field-name-field-feature-image {
  margin-top: 26px;
  margin-bottom: 8px;
}
/* line 132, ../sass/_genre.scss */
.page-genres .attachment-before .view-genres:nth-child(2) .views-row-1 {
  margin-bottom: 36px;
}
/* line 137, ../sass/_genre.scss */
.page-genres .attachment-before .view-genres:nth-child(2) .views-row-2 {
  margin-bottom: 44px;
}
/* line 142, ../sass/_genre.scss */
.page-genres .attachment-before .view-genres:nth-child(2) .field-name-field-metadata {
  float: left;
  padding-right: 24px;
  width: 30%;
}
/* line 153, ../sass/_genre.scss */
.page-genres .attachment-before .view-genres:nth-child(3) .views-row {
  float: left;
  margin-bottom: 24px;
  width: 47.5%;
}
/* line 158, ../sass/_genre.scss */
.page-genres .attachment-before .view-genres:nth-child(3) .views-row:nth-child(2n-1) {
  padding-right: 5%;
}
/* line 162, ../sass/_genre.scss */
.page-genres .attachment-before .view-genres:nth-child(3) .views-row .field-name-title-field h3,
.page-genres .attachment-before .view-genres:nth-child(3) .views-row .field-name-field-sub-head {
  font-size: 1.2em;
}
/* line 169, ../sass/_genre.scss */
.page-genres .attachment-before .view-genres:nth-child(3) .field-name-field-feature-image img {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 175, ../sass/_genre.scss */
.page-genres ul.pager {
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
/* line 180, ../sass/_genre.scss */
.page-genres ul.pager li.pager-current {
  background: #fff100;
  font-weight: normal;
}
/* line 190, ../sass/_genre.scss */
.page-genres .attachment-after .view-genres .view-header h3 {
  background: #2d2b30;
  color: #ffff66;
  display: inline-block;
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-size: 0.666666667em;
  line-height: 2em;
  margin-bottom: 16px;
  margin-right: 2px;
  padding: 0 12px;
  text-transform: uppercase;
}
/* line 204, ../sass/_genre.scss */
.page-genres .attachment-after .view-genres .views-row {
  float: left;
  margin-bottom: 24px;
  width: 47.5%;
}
/* line 209, ../sass/_genre.scss */
.page-genres .attachment-after .view-genres .views-row:nth-child(2n-1) {
  padding-right: 5%;
}
/* line 215, ../sass/_genre.scss */
.page-genres .attachment-after .view-genres .field-name-field-metadata {
  float: left;
  padding-right: 10px;
  width: 35%;
}

/*
 ** Comments
 */
/* line 6, ../sass/_comment.scss */
h2.comments__title,
h2.comments__form-title {
  color: #2e2b31;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 24px;
  padding: 0.5em 0 !important;
  text-transform: uppercase;
}
/* line 16, ../sass/_comment.scss */
h2.comments__title:hover,
h2.comments__form-title:hover {
  color: #7b7382;
}

/* line 22, ../sass/_comment.scss */
h3.comment__title {
  color: #2e2b31;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-size: 1.066666667em;
  font-weight: 500;
  line-height: 1.125;
  margin: 0 0 5px;
  text-transform: uppercase;
}
/* line 31, ../sass/_comment.scss */
h3.comment__title a.permalink {
  color: #2e2b31;
  font-size: inherit;
}

/* line 38, ../sass/_comment.scss */
#comments {
  border-top: 1px solid #c7c8c5;
  margin-top: 32px;
  padding-top: 28px;
}
/* line 42, ../sass/_comment.scss */
#comments p.submitted {
  color: #4e5047;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  font-size: 0.666666667em;
  line-height: 1.2;
  margin: 0 0 10px;
}
/* line 49, ../sass/_comment.scss */
#comments .comment {
  margin-bottom: 24px;
}
/* line 51, ../sass/_comment.scss */
#comments .comment h3.comment__title {
  margin-bottom: 8px;
}
/* line 54, ../sass/_comment.scss */
#comments .comment .submitted {
  color: #949494;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* line 59, ../sass/_comment.scss */
#comments .comment .field-name-comment-body {
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
/* line 64, ../sass/_comment.scss */
#comments .comment .links.inline {
  font-size: 14px;
}
/* line 69, ../sass/_comment.scss */
#comments .indented .comment {
  color: #777;
}

/* line 76, ../sass/_comment.scss */
.ajax-comment-wrapper {
  margin-bottom: 48px;
  position: relative;
}
/* line 81, ../sass/_comment.scss */
.ajax-comment-wrapper:after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 220px;
  height: 1px;
  background: #949691;
}
/* line 90, ../sass/_comment.scss */
.ajax-comment-wrapper.indented {
  margin-bottom: 0;
}
/* line 93, ../sass/_comment.scss */
.ajax-comment-wrapper.indented:after {
  background: none;
}

/* line 101, ../sass/_comment.scss */
#comment-form .form-item {
  margin: 0;
}
/* line 104, ../sass/_comment.scss */
#comment-form a.username {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
}
/* line 107, ../sass/_comment.scss */
#comment-form label {
  margin: 10px 0 3px;
}

/* line 114, ../sass/_comment.scss */
.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-header {
  padding: 0;
  margin: 0;
}
/* line 119, ../sass/_comment.scss */
.ui-accordion .ui-accordion-header {
  margin: 0 0 24px;
}
/* line 122, ../sass/_comment.scss */
.ui-accordion .ui-corner-all, .ui-accordion .ui-corner-bottom, .ui-accordion .ui-corner-right, .ui-accordion .ui-corner-br {
  border-radius: 0;
}
/* line 125, ../sass/_comment.scss */
.ui-accordion .ui-state-default, .ui-accordion .ui-widget-content .ui-state-default, .ui-accordion .ui-widget-header .ui-state-default {
  background: none;
  border: none;
}
/* line 129, ../sass/_comment.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  background-image: none;
}
/* line 132, ../sass/_comment.scss */
.ui-accordion .ui-accordion-content {
  padding: 0;
}
/* line 135, ../sass/_comment.scss */
.ui-accordion .ui-widget-content {
  background: none;
  border: none;
  color: #2d2b30;
  height: auto !important;
  overflow: visible;
}

/**
 * Bitchmart Styles
 */
/******************************************************************************************************************************/
                                                                                                                               /*
* Background gradients
********************************************************************************************************************************/
/* line 9, ../sass/_bmart.scss */
.bmart#page,
.page-node-done #page {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhZDI3YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYWRlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #aad27b), color-stop(100%, #00adee));
  background-image: -moz-linear-gradient(bottom, #aad27b, #00adee);
  background-image: -webkit-linear-gradient(bottom, #aad27b, #00adee);
  background-image: linear-gradient(to top, #aad27b, #00adee);
  overflow: hidden;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* BitchMart general styles
********************************************************************************************************************************/
/* line 22, ../sass/_bmart.scss */
.not-front .bmart-image {
  margin-bottom: 0.75em;
}

/* line 27, ../sass/_bmart.scss */
#block-bean-bmart-call-to-action {
  border-top: none;
}

/**
 * BitchMart grid views.
 * This has a responsive grid, beginning with 2 columns on mobile, and going up
 * to a maximum of 5 columns at desktop size, but only with no sidebars. With
 * one or two sidebars, it goes up to a maximum of 3 or 4 columns.
 */
/* line 41, ../sass/_bmart.scss */
.view-b-mart-homepage.view-display-id-page h2.views-field-title,
.view-b-mart-homepage.view-display-id-page h2.overlay,
.view-bitchmart.view-display-id-page_1 h2.views-field-title,
.view-bitchmart.view-display-id-page_1 h2.overlay,
.view-bitchmart.view-display-id-page_2 h2.views-field-title,
.view-bitchmart.view-display-id-page_2 h2.overlay,
.view-upsell-products h2.views-field-title,
.view-upsell-products h2.overlay {
  font-size: 17.55px;
}
@media (min-width: 1300px) {
  /* line 41, ../sass/_bmart.scss */
  .view-b-mart-homepage.view-display-id-page h2.views-field-title,
  .view-b-mart-homepage.view-display-id-page h2.overlay,
  .view-bitchmart.view-display-id-page_1 h2.views-field-title,
  .view-bitchmart.view-display-id-page_1 h2.overlay,
  .view-bitchmart.view-display-id-page_2 h2.views-field-title,
  .view-bitchmart.view-display-id-page_2 h2.overlay,
  .view-upsell-products h2.views-field-title,
  .view-upsell-products h2.overlay {
    font-size: 21.6px;
  }
}

/**
 * The BitchMart views that have add-to-cart forms
 * (the Category page and the Back Issues page).
 */
/* line 54, ../sass/_bmart.scss */
.views-row.wide-cart-button {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  color: #666;
}
/* line 57, ../sass/_bmart.scss */
.views-row.wide-cart-button.views-row-grid {
  min-height: 150px;
  *zoom: 1;
}
/* line 82, ../sass/_mixins.scss */
.views-row.wide-cart-button.views-row-grid:before, .views-row.wide-cart-button.views-row-grid:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.views-row.wide-cart-button.views-row-grid:after {
  clear: both;
}
/* line 62, ../sass/_bmart.scss */
.views-row.wide-cart-button form .form-item-quantity {
  margin: 0.5em 0;
  width: 200%;
}
/* line 65, ../sass/_bmart.scss */
.views-row.wide-cart-button form .form-item-quantity label {
  float: left;
  padding: 0.3em 0.5em 0 0;
  font-size: 0.8em;
}
/* line 70, ../sass/_bmart.scss */
.views-row.wide-cart-button form .form-item-quantity input {
  padding: 0.25em;
}
/* line 74, ../sass/_bmart.scss */
.views-row.wide-cart-button form .form-submit {
  width: 100%;
  font-size: 0.8em;
  margin: 0;
  padding: 0.5em 0;
  text-align: center;
  border: none;
  background-color: #fff100;
  color: #9e1f63;
}
/* line 83, ../sass/_bmart.scss */
.views-row.wide-cart-button form .form-submit:hover {
  background-color: #9e1f63;
  color: #fff100;
}

/**
 * The styles specific to the 'regular' product grid
 * that has overlays with titles.
 */
/* line 96, ../sass/_bmart.scss */
.with-overlay .underlaying-image {
  position: relative;
  *zoom: 1;
}
/* line 82, ../sass/_mixins.scss */
.with-overlay .underlaying-image:before, .with-overlay .underlaying-image:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.with-overlay .underlaying-image:after {
  clear: both;
}
/* line 99, ../sass/_bmart.scss */
.with-overlay .underlaying-image img {
  float: left;
  width: 100%;
}
/* line 104, ../sass/_bmart.scss */
.with-overlay .overlay {
  display: none;
  z-index: 999;
}
/* line 108, ../sass/_bmart.scss */
.with-overlay .non-overlay {
  font-size: 15px;
  height: 80px;
  padding: 0.75em 0 0 0;
  clear: both;
}
@media (min-width: 800px) {
  /* line 108, ../sass/_bmart.scss */
  .with-overlay .non-overlay {
    display: none;
  }
}
@media (min-width: 800px) {
  /* line 117, ../sass/_bmart.scss */
  .with-overlay:hover .overlay {
    position: absolute;
    display: block;
    margin: 0 0 0.25em 0;
    width: 100%;
    height: 100%;
    background: url(../images/bmart/overlay-dark-plum.png) repeat;
  }
  /* line 125, ../sass/_bmart.scss */
  .with-overlay:hover .overlay span {
    display: block;
    padding-top: 0.5em;
    font-size: 1.2em;
  }
  /* line 130, ../sass/_bmart.scss */
  .with-overlay:hover .overlay a {
    color: #fff;
    position: absolute;
    padding: 0.75em 0.85em;
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  }
}
/* line 145, ../sass/_bmart.scss */
.with-overlay.with-orange-overlay:hover .overlay {
  background: url(../images/bmart/overlay-dark-orange.png) repeat;
}
/* line 150, ../sass/_bmart.scss */
.with-overlay.with-light-orange-overlay:hover .overlay {
  background: url(../images/bmart/overlay-light-orange.png) repeat;
}
/* line 155, ../sass/_bmart.scss */
.with-overlay.with-light-plum-overlay:hover .overlay {
  background: url(../images/bmart/overlay-light-plum.png) repeat;
}

/**
 * Styles specific to the BitchMart 'Category' page, along with the
 * 'Apparel' page, which is very similar to it.
 */
/* line 168, ../sass/_bmart.scss */
.view-bitchmart.view-display-id-page_1 .attachment-before,
.view-bitchmart.view-display-id-page_3 .attachment-before {
  font-family: "skolar", Georgia, "Times New Roman", Times, serif;
  padding-bottom: 2.25em;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 2.25em;
}
/* line 173, ../sass/_bmart.scss */
.view-bitchmart.view-display-id-page_1 .attachment-before p,
.view-bitchmart.view-display-id-page_3 .attachment-before p {
  margin-bottom: 0;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Issue / Back Issue areas
********************************************************************************************************************************/
/**
 * BitchMart Back Issues page.
 */
@media (min-width: 640px) {
  /* line 188, ../sass/_bmart.scss */
  .page-bmart-back-issues #content .block-block {
    float: left;
    width: 60%;
    padding-right: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 1000px) {
  /* line 188, ../sass/_bmart.scss */
  .page-bmart-back-issues #content .block-block {
    padding-right: 3em;
  }
}
/* line 201, ../sass/_bmart.scss */
.page-bmart-back-issues #content .view-bitchmart .views-field-field-issue-cover img {
  width: 100%;
}
/* line 205, ../sass/_bmart.scss */
.page-bmart-back-issues #content .view-bitchmart .issue-cart {
  height: 115px;
}
/* line 208, ../sass/_bmart.scss */
.page-bmart-back-issues #content .view-bitchmart .views-field-field-issue-year {
  margin: 0 0 0.675em 0;
  font-size: 0.9em;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
}
/* line 213, ../sass/_bmart.scss */
.page-bmart-back-issues #content .view-bitchmart .views-field-field-productref-digitaldownload,
.page-bmart-back-issues #content .view-bitchmart .views-field-field-productref-issue {
  margin: 0 1px 0 0;
  float: left;
  width: 49%;
}
/* line 219, ../sass/_bmart.scss */
.page-bmart-back-issues #content .view-bitchmart .attachment-before {
  margin: 0 auto;
  max-width: 350px;
  padding-bottom: 2em;
}
@media (min-width: 640px) {
  /* line 219, ../sass/_bmart.scss */
  .page-bmart-back-issues #content .view-bitchmart .attachment-before {
    float: right;
    width: 40%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 229, ../sass/_bmart.scss */
.page-bmart-back-issues #content .view-bitchmart > .view-content {
  clear: both;
}

/**
 * The small H2 on Issue pages
 */
/* line 240, ../sass/_bmart.scss */
.page-bmart-back-issues h2.views-field-title, .page-bmart-digital-readers h2.views-field-title {
  margin: 0.5em 0 0.25em 0;
  font-size: 15.795px !important;
}
@media (min-width: 1300px) {
  /* line 240, ../sass/_bmart.scss */
  .page-bmart-back-issues h2.views-field-title, .page-bmart-digital-readers h2.views-field-title {
    font-size: 17.55px !important;
  }
}

/* line 252, ../sass/_bmart.scss */
.view-issue-purchase .sold-out,
.view-bitchmart .sold-out {
  margin: 0 0 0.5em 0;
  padding: 0.35em 0;
  font-size: 0.8em;
  text-align: center;
  border: 1px solid #ddd;
  background: #f3f3f3;
  text-transform: uppercase;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}

/**
 * Issue nodes.
 */
/* line 268, ../sass/_bmart.scss */
.node-type-issue #content {
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
/* line 271, ../sass/_bmart.scss */
.node-type-issue #content h2 {
  text-transform: uppercase;
  margin-bottom: 9px;
}
/* line 275, ../sass/_bmart.scss */
.node-type-issue #content .block-block h2 {
  width: 60%;
  max-width: 250px;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #ddd;
}
/* line 278, ../sass/_bmart.scss */
.node-type-issue #content #block-block-10 h2 {
  margin-bottom: 0;
}
/* line 282, ../sass/_bmart.scss */
.node-type-issue #content .block-views h2.block__title {
  height: 30px;
}
/* line 285, ../sass/_bmart.scss */
.node-type-issue #content .block-views .views-row {
  margin-bottom: 0.5em;
}
@media (min-width: 480px) {
  /* line 281, ../sass/_bmart.scss */
  .node-type-issue #content .block-views {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-right: 1em;
  }
}
/* line 292, ../sass/_bmart.scss */
.node-type-issue #content .block-views#block-views-upsell-products-block {
  width: 100%;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Subscription pages
********************************************************************************************************************************/
/* line 308, ../sass/_bmart.scss */
.page-node-19310 #content h2 {
  clear: both;
  font-weight: 900;
  margin: 0 0 0.5em 0;
}
/* line 313, ../sass/_bmart.scss */
.page-node-19310 #content a.button {
  float: right;
  margin: 0.5em 4em 0 0;
  padding: 0.3em 0;
  text-align: center;
  min-width: 120px;
}
/* line 320, ../sass/_bmart.scss */
.page-node-19310 #content .content-inner img {
  margin-bottom: 2em;
}

/**
 * Renew subscription page
 */
/* line 331, ../sass/_bmart.scss */
.section-renew #block-bitch-drupalcommerce-renewal-ordernum-form label {
  height: 30px;
}
/* line 334, ../sass/_bmart.scss */
.section-renew #block-bitch-drupalcommerce-renewal-ordernum-form .form-type-textfield,
.section-renew #block-bitch-drupalcommerce-renewal-ordernum-form .form-submit {
  float: left;
  margin: 0 0 0.5em 0;
}
/* line 339, ../sass/_bmart.scss */
.section-renew #block-bitch-drupalcommerce-renewal-ordernum-form .form-submit {
  margin-top: 30px;
}
/* line 342, ../sass/_bmart.scss */
.section-renew #block-bitch-drupalcommerce-renewal-ordernum-form input#edit-bitch-drupalcommerce-ordernum {
  padding: 0.75em 0.5em;
  margin-bottom: 1.5em;
}
/* line 346, ../sass/_bmart.scss */
.section-renew #block-bitch-drupalcommerce-renewal-ordernum-form .form-item-bitch-drupalcommerce-is-gift {
  clear: both;
}
/* line 349, ../sass/_bmart.scss */
.section-renew #block-bitch-drupalcommerce-renewal-ordernum-form .help_text {
  clear: both;
}
/* line 352, ../sass/_bmart.scss */
.section-renew #block-bitch-drupalcommerce-renewal-ordernum-form .form-submit {
  float: left;
  margin: 30px 0 0.5em 0;
}

/**
 * Subscription add-to-cart screens
 */
/* line 363, ../sass/_bmart.scss */
.node-type-subscription .commerce-product-field-commerce-price {
  float: right;
  font-size: 2em;
  margin-left: 1em;
}
/* line 368, ../sass/_bmart.scss */
.node-type-subscription .display-price {
  font-size: 2em;
  float: right;
  padding-left: 1em;
  background-color: #fff;
  font-weight: 700;
}
/* line 376, ../sass/_bmart.scss */
.node-type-subscription .attribute-widgets fieldset {
  padding: 1em 0 0 0;
  margin: 0;
}
/* line 380, ../sass/_bmart.scss */
.node-type-subscription .attribute-widgets .form-type-radio {
  float: left;
}
/* line 382, ../sass/_bmart.scss */
.node-type-subscription .attribute-widgets .form-type-radio label {
  padding: 0 1.5em 0.5em 0;
}
/* line 385, ../sass/_bmart.scss */
.node-type-subscription .attribute-widgets .form-type-radio input.form-radio {
  margin: 0 0.25em 0 0;
}
/* line 391, ../sass/_bmart.scss */
.node-type-subscription #content .field-name-field-product-images {
  float: right;
  width: 25%;
  margin: 0 0 1em 1.5em;
}

/* line 399, ../sass/_bmart.scss */
.form-type-radios.form-item-attributes-field-subscription-length,
.form-type-radios.form-item-attributes-field-subscriber-location,
#edit-line-item-fields {
  clear: both;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Merch pages
********************************************************************************************************************************/
/* line 409, ../sass/_bmart.scss */
.field-name-field-product-images {
  width: 100%;
  float: right;
}
/* line 412, ../sass/_bmart.scss */
.field-name-field-product-images img {
  width: 100%;
}
@media (min-width: 480px) {
  /* line 409, ../sass/_bmart.scss */
  .field-name-field-product-images {
    width: 50%;
    margin: 0 0 2em 3%;
  }
}
@media (min-width: 1000px) {
  /* line 409, ../sass/_bmart.scss */
  .field-name-field-product-images {
    width: 45%;
  }
}
/* line 422, ../sass/_bmart.scss */
.field-name-field-product-images ul.slides {
  margin: 0;
  padding: 0;
}
/* line 426, ../sass/_bmart.scss */
.field-name-field-product-images ol.flex-control-nav {
  position: relative;
  z-index: 998;
  margin: -3em 0 2em 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 433, ../sass/_bmart.scss */
.field-name-field-product-images ol.flex-control-nav li {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
/* line 436, ../sass/_bmart.scss */
.field-name-field-product-images ol.flex-control-nav li a {
  text-indent: -10000px;
  height: 12px;
  width: 12px;
  border: 2px solid #fff;
  background: #f7cc99;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 100%;
  display: inline-block;
}
/* line 446, ../sass/_bmart.scss */
.field-name-field-product-images ol.flex-control-nav li a.flex-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #f1a952;
}

/* line 455, ../sass/_bmart.scss */
.commerce-display-price {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  margin: 0 0 0.25em 0;
}
/* line 460, ../sass/_bmart.scss */
.commerce-display-price .form-item {
  margin: 0;
}
/* line 463, ../sass/_bmart.scss */
.commerce-display-price .regular_price,
.commerce-display-price .savings {
  font-weight: 400;
  font-size: 0.75em;
  color: #999;
  line-height: 130%;
}
/* line 469, ../sass/_bmart.scss */
.commerce-display-price .regular_price strong,
.commerce-display-price .savings strong {
  font-weight: 900;
}
/* line 473, ../sass/_bmart.scss */
.commerce-display-price .strike {
  text-decoration: line-through;
  font-weight: 900;
}
/* line 477, ../sass/_bmart.scss */
.node-type-subscription .commerce-display-price {
  float: right;
  text-align: right;
  margin: 0 0 1em 1em;
  font-size: 1.4em;
}

/* line 485, ../sass/_bmart.scss */
.field-name-field-productref-merch {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}
@media (min-width: 480px) {
  /* line 485, ../sass/_bmart.scss */
  .field-name-field-productref-merch {
    float: left;
    width: 47%;
  }
}
@media (min-width: 1000px) {
  /* line 485, ../sass/_bmart.scss */
  .field-name-field-productref-merch {
    width: 52%;
  }
}

/* line 498, ../sass/_bmart.scss */
.field-name-body {
  clear: left;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Add-to-cart
********************************************************************************************************************************/
/**
 * Add-to-cart on Merch.
 */
/* line 510, ../sass/_bmart.scss */
.node-type-merchandise .form-item-quantity {
  float: left;
  margin: 0 1em 1em 0;
}
/* line 514, ../sass/_bmart.scss */
.node-type-merchandise .form-submit {
  margin-top: 1.5em;
  padding: 0.45em 0.75em;
}

/**
 * Special add-to-cart on Issues.
 */
/* line 523, ../sass/_bmart.scss */
.view-issue-purchase {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  color: #666;
}
@media (min-width: 640px) {
  /* line 523, ../sass/_bmart.scss */
  .view-issue-purchase {
    max-width: 300px;
    float: right;
    margin: 0 0 1.5em 1.5em;
  }
}
/* line 531, ../sass/_bmart.scss */
.view-issue-purchase .issue_price {
  margin: 0 0 1em 0;
}
/* line 535, ../sass/_bmart.scss */
.view-issue-purchase .add_to_cart .add_to_cart_left {
  float: left;
  width: 48%;
}
/* line 539, ../sass/_bmart.scss */
.view-issue-purchase .add_to_cart .add_to_cart_right {
  float: right;
  width: 48%;
}
/* line 542, ../sass/_bmart.scss */
.view-issue-purchase .add_to_cart .add_to_cart_right .form-submit {
  margin-bottom: 1em;
}
/* line 548, ../sass/_bmart.scss */
.view-issue-purchase .add_to_cart form .form-item-quantity label {
  float: left;
  padding: 0.3em 0.5em 0 0;
  font-size: 0.8em;
}
/* line 553, ../sass/_bmart.scss */
.view-issue-purchase .add_to_cart form .form-item-quantity input {
  padding: 0.25em;
}
/* line 558, ../sass/_bmart.scss */
.view-issue-purchase .add_to_cart .form-submit,
.view-issue-purchase .add_to_cart a.button {
  font-weight: 900;
}

/* line 567, ../sass/_bmart.scss */
.view-issue-purchase .form-submit,
.view-issue-purchase a.button,
.view-bitchmart.view-display-id-page_2 .form-submit,
.view-bitchmart.view-display-id-page_2 a.button {
  width: 100%;
  font-size: 0.8em;
  margin: 0 0 1em 0;
  padding: 0.5em 0;
  text-align: center;
  border: none;
  background-color: #fff100;
  color: #9e1f63;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}
/* line 578, ../sass/_bmart.scss */
.view-issue-purchase .form-submit:hover,
.view-issue-purchase a.button:hover,
.view-bitchmart.view-display-id-page_2 .form-submit:hover,
.view-bitchmart.view-display-id-page_2 a.button:hover {
  background-color: #9e1f63;
  color: #fff100;
  border: none;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Shopping cart & checkout screens
********************************************************************************************************************************/
/* line 590, ../sass/_bmart.scss */
#block-views-upsell-products-block,
#block-bitch-drupalcommerce-product-upsell {
  clear: both;
  padding-top: 2em;
}
/* line 594, ../sass/_bmart.scss */
#block-views-upsell-products-block .view,
#block-bitch-drupalcommerce-product-upsell .view {
  background: #f3f3f3;
  padding: 1.5em;
  *zoom: 1;
}
/* line 82, ../sass/_mixins.scss */
#block-views-upsell-products-block .view:before, #block-views-upsell-products-block .view:after,
#block-bitch-drupalcommerce-product-upsell .view:before,
#block-bitch-drupalcommerce-product-upsell .view:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
#block-views-upsell-products-block .view:after,
#block-bitch-drupalcommerce-product-upsell .view:after {
  clear: both;
}
/* line 599, ../sass/_bmart.scss */
#block-views-upsell-products-block h2.block-title,
#block-bitch-drupalcommerce-product-upsell h2.block-title {
  text-transform: uppercase;
  margin: 0.5em 0.75em;
  font-size: 17.55px;
}
/* line 604, ../sass/_bmart.scss */
#block-views-upsell-products-block .views-field-add-to-cart-form .commerce-display-price,
#block-bitch-drupalcommerce-product-upsell .views-field-add-to-cart-form .commerce-display-price {
  display: none;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Shopping cart & checkout screens
********************************************************************************************************************************/
/* line 616, ../sass/_bmart.scss */
.page-cart td.views-field-nothing,
.page-cart td.views-field-edit-delete,
.page-checkout td.views-field-nothing,
.page-checkout td.views-field-edit-delete,
#block-commerce-cart-cart td.views-field-nothing,
#block-commerce-cart-cart td.views-field-edit-delete {
  width: 24px;
}
/* line 622, ../sass/_bmart.scss */
.page-cart .delete-line-item.form-submit,
.page-checkout .delete-line-item.form-submit,
#block-commerce-cart-cart .delete-line-item.form-submit {
  text-indent: -10000px;
  background: transparent url(../images/bmart/cart-delete.png);
  background-size: 100%;
  border: none;
}
/* line 628, ../sass/_bmart.scss */
.page-cart .edit-subscription,
.page-cart .delete-line-item.form-submit,
.page-checkout .edit-subscription,
.page-checkout .delete-line-item.form-submit,
#block-commerce-cart-cart .edit-subscription,
#block-commerce-cart-cart .delete-line-item.form-submit {
  margin: 0.25em 0 0.75em 0.5em;
  width: 16px;
  height: 16px;
  display: block;
}
/* line 636, ../sass/_bmart.scss */
.page-cart .form-actions input,
.page-cart .form-actions a,
.page-checkout .form-actions input,
.page-checkout .form-actions a,
#block-commerce-cart-cart .form-actions input,
#block-commerce-cart-cart .form-actions a {
  float: right;
  clear: both;
  margin: 1em 0 0 0;
}
@media (min-width: 560px) {
  /* line 636, ../sass/_bmart.scss */
  .page-cart .form-actions input,
  .page-cart .form-actions a,
  .page-checkout .form-actions input,
  .page-checkout .form-actions a,
  #block-commerce-cart-cart .form-actions input,
  #block-commerce-cart-cart .form-actions a {
    clear: none;
    float: none;
    margin: 1em 1em 1em 0;
  }
}

/* line 650, ../sass/_bmart.scss */
#block-commerce-cart-cart {
  font-size: 0.9em;
}
/* line 652, ../sass/_bmart.scss */
#block-commerce-cart-cart h2 {
  margin: 0 0 0.5em 0;
}

/* line 660, ../sass/_bmart.scss */
.page-cart tbody,
.page-checkout tbody {
  border-top: none;
}
/* line 664, ../sass/_bmart.scss */
.page-cart table.views-table thead tr,
.page-cart table.views-table tr.even,
.page-cart table.views-table tr.odd,
.page-checkout table.views-table thead tr,
.page-checkout table.views-table tr.even,
.page-checkout table.views-table tr.odd {
  border-bottom: 1px solid #ddd;
  background: transparent;
}
/* line 669, ../sass/_bmart.scss */
.page-cart table.views-table thead tr td,
.page-cart table.views-table tr.even td,
.page-cart table.views-table tr.odd td,
.page-checkout table.views-table thead tr td,
.page-checkout table.views-table tr.even td,
.page-checkout table.views-table tr.odd td {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
/* line 674, ../sass/_bmart.scss */
.page-cart table.views-table th,
.page-checkout table.views-table th {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  background: transparent;
  border-bottom: none;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 686, ../sass/_bmart.scss */
.page-cart table.commerce-price-formatted-components,
.page-checkout table.commerce-price-formatted-components {
  width: 100%;
  margin: 0;
}
/* line 689, ../sass/_bmart.scss */
.page-cart table.commerce-price-formatted-components tbody,
.page-cart table.commerce-price-formatted-components tr,
.page-checkout table.commerce-price-formatted-components tbody,
.page-checkout table.commerce-price-formatted-components tr {
  border: none;
}
/* line 693, ../sass/_bmart.scss */
.page-cart table.commerce-price-formatted-components td,
.page-checkout table.commerce-price-formatted-components td {
  background: #eee;
  text-align: right;
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 1em 0.75em;
}
/* line 703, ../sass/_bmart.scss */
.page-cart .cart_row,
.page-checkout .cart_row {
  padding: 0 0 0.5em 0;
}
/* line 705, ../sass/_bmart.scss */
.page-cart .cart_row strong,
.page-checkout .cart_row strong {
  display: inline-block;
  margin-right: 0.3333em;
}
/* line 710, ../sass/_bmart.scss */
.page-cart .item_name,
.page-checkout .item_name {
  font-size: 1.1em;
  font-weight: 400;
}
/* line 716, ../sass/_bmart.scss */
.page-cart .button-operator,
.page-checkout .button-operator {
  display: none;
}
/* line 720, ../sass/_bmart.scss */
.page-cart input#edit-checkout,
.page-cart input.checkout-continue,
.page-checkout input#edit-checkout,
.page-checkout input.checkout-continue {
  margin-right: 0;
}

/* line 728, ../sass/_bmart.scss */
.page-cart h1 {
  line-height: 100%;
}
/* line 731, ../sass/_bmart.scss */
.page-cart img.cart_icon {
  width: 25px;
  margin-top: 3px;
  margin-right: 15px;
}
/* line 736, ../sass/_bmart.scss */
.page-cart a.continue_shopping {
  margin-top: 1em;
  border-top: 1px solid #cccccc;
  padding-top: 1em;
  font-size: 0.75em;
  display: block;
}
@media (min-width: 560px) {
  /* line 736, ../sass/_bmart.scss */
  .page-cart a.continue_shopping {
    margin-top: 0;
    margin-left: 1em;
    border-top: none;
    padding-top: 0;
    float: right;
  }
}
/* line 750, ../sass/_bmart.scss */
.page-cart .line-item-summary {
  padding: 1.5em 0.75em;
  background-color: #eee;
}

/* line 758, ../sass/_bmart.scss */
.page-checkout .view-commerce-cart-summary {
  margin-bottom: 2em;
}
/* line 761, ../sass/_bmart.scss */
.page-checkout h2 {
  margin-top: 0;
}
/* line 764, ../sass/_bmart.scss */
.page-checkout .pane-data h2,
.page-checkout legend {
  text-transform: uppercase;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.3333em;
}
/* line 771, ../sass/_bmart.scss */
.page-checkout fieldset {
  background: linear-gradient(to right, #e5f1d9, #bbe7f8);
  padding-left: 2em;
  padding-right: 2em;
  border-top: none;
}
/* line 772, ../sass/_bmart.scss */
.page-checkout fieldset legend {
  float: left;
  margin: 0.25em 0 0.5em 0;
}
/* line 776, ../sass/_bmart.scss */
.page-checkout fieldset .fieldset-wrapper {
  clear: both;
}
/* line 783, ../sass/_bmart.scss */
.page-checkout fieldset.collapsed, .page-checkout fieldset.checkout-buttons {
  background: transparent;
  padding-left: 2em;
}
/* line 792, ../sass/_bmart.scss */
.page-checkout #edit-commerce-fieldgroup-pane-group-order-donation .form-type-radio {
  margin-bottom: 0.5em;
}
/* line 795, ../sass/_bmart.scss */
.page-checkout #edit-commerce-fieldgroup-pane-group-order-donation .form-type-textfield {
  margin-top: 1em;
}
/* line 798, ../sass/_bmart.scss */
.page-checkout #edit-commerce-fieldgroup-pane-group-order-donation .form-text {
  max-width: 100px;
}
/* line 801, ../sass/_bmart.scss */
.page-checkout #edit-commerce-fieldgroup-pane-group-order-donation .form-submit {
  margin-top: 0;
  padding: 0.4em 0.75em;
}
/* line 809, ../sass/_bmart.scss */
.page-checkout .commerce_coupon label {
  height: 24px;
}
/* line 812, ../sass/_bmart.scss */
.page-checkout .commerce_coupon .form-type-textfield {
  float: left;
  max-width: 65%;
}
/* line 816, ../sass/_bmart.scss */
.page-checkout .commerce_coupon .form-submit {
  margin-top: 24px;
  padding: 0.4em 0.75em;
}
/* line 823, ../sass/_bmart.scss */
.page-checkout .checkout-buttons {
  padding-right: 0;
  text-align: right;
}

/* line 831, ../sass/_bmart.scss */
.page-checkout-review .checkout-help {
  display: none;
}
/* line 835, ../sass/_bmart.scss */
.page-checkout-review table.checkout-review tr.pane-data {
  border-bottom: none;
  border-top: none;
}
/* line 839, ../sass/_bmart.scss */
.page-checkout-review table.checkout-review .pane-title {
  display: none;
}
/* line 842, ../sass/_bmart.scss */
.page-checkout-review table.checkout-review td.pane-data-full {
  padding: 0;
  border-top: none;
}
/* line 846, ../sass/_bmart.scss */
.page-checkout-review table.checkout-review label {
  display: inline;
}
/* line 849, ../sass/_bmart.scss */
.page-checkout-review table.checkout-review .account {
  border-top: 1px solid #ccc;
  padding: 2em 0;
}
/* line 853, ../sass/_bmart.scss */
.page-checkout-review table.checkout-review .customer_profile_billing,
.page-checkout-review table.checkout-review .customer_profile_shipping {
  border-top: 1px solid #ccc;
  padding: 2em 0;
}
/* line 858, ../sass/_bmart.scss */
.page-checkout-review table.checkout-review h2 {
  margin: 0 0 0.5em 0;
}
/* line 864, ../sass/_bmart.scss */
.page-checkout-review fieldset.commerce_payment #payment-details {
  margin-top: 1em;
  border-top: 1px solid #ccc;
  padding-top: 1em;
}
/* line 869, ../sass/_bmart.scss */
.page-checkout-review fieldset.commerce_payment .form-type-textfield,
.page-checkout-review fieldset.commerce_payment .commerce-credit-card-expiration {
  float: left;
  margin-right: 2em;
}
/* line 874, ../sass/_bmart.scss */
.page-checkout-review fieldset.commerce_payment .form-item-commerce-payment-payment-details-credit-card-cardonfile-store {
  clear: both;
}

/**
 * Checkout-complete page
 */
/* line 887, ../sass/_bmart.scss */
.view-commerce-cart-summary,
.view-commerce-cart-form {
  line-height: 1.5em;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Springboard donation forms
********************************************************************************************************************************/
/* line 899, ../sass/_bmart.scss */
form.fundraiser-donation-form #webform-component-donation--amount .form-type-radio {
  margin-bottom: 0.5em;
}
@media (min-width: 640px) {
  /* line 899, ../sass/_bmart.scss */
  form.fundraiser-donation-form #webform-component-donation--amount .form-type-radio {
    float: left;
    line-height: 1.5em;
    display: block;
    margin: 0 0 0.5em 0;
  }
  /* line 906, ../sass/_bmart.scss */
  form.fundraiser-donation-form #webform-component-donation--amount .form-type-radio input {
    float: left;
    margin: 0.25em 0.25em 0 0;
  }
  /* line 910, ../sass/_bmart.scss */
  form.fundraiser-donation-form #webform-component-donation--amount .form-type-radio label {
    padding: 0 1.5em 0.5em 0;
  }
}
@media (min-width: 640px) {
  /* line 917, ../sass/_bmart.scss */
  form.fundraiser-donation-form #webform-component-donation--amount,
  form.fundraiser-donation-form #webform-component-donation--other-amount {
    float: left;
  }
  /* line 922, ../sass/_bmart.scss */
  form.fundraiser-donation-form #webform-component-donation--other-amount {
    padding-top: 1.75em;
  }
  /* line 925, ../sass/_bmart.scss */
  form.fundraiser-donation-form #webform-component-donation--recurs-monthly,
  form.fundraiser-donation-form #webform-component-donation--donation-is-anonymous,
  form.fundraiser-donation-form #webform-component-donation--donation-is-in-honor-of {
    clear: both;
  }
}
/* line 931, ../sass/_bmart.scss */
form.fundraiser-donation-form #zone-select-wrapper-recipient,
form.fundraiser-donation-form #zone-select-wrapper {
  float: left;
  margin-right: 1.5em;
}
/* line 936, ../sass/_bmart.scss */
form.fundraiser-donation-form .error.valid {
  display: inline-block;
  padding: 0.5em;
  background-color: #63c207;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 640px) {
  /* line 946, ../sass/_bmart.scss */
  form.fundraiser-donation-form .fundraiser-payment-fields .fieldset-wrapper > div {
    float: left;
    margin-right: 1.5em;
    clear: none;
  }
}
/* line 954, ../sass/_bmart.scss */
form.fundraiser-donation-form .fundraiser_submit_message {
  padding: 1em;
  border: 1px solid #ddd;
  background: #f5f5f5;
}
/* line 958, ../sass/_bmart.scss */
form.fundraiser-donation-form .fundraiser_submit_message img {
  margin: 0 0.5em 0 0;
}
/* line 962, ../sass/_bmart.scss */
form.fundraiser-donation-form div.donation-processing-wrapper {
  margin: auto;
  float: none;
  font-weight: 700;
}

/* line 972, ../sass/_bmart.scss */
form.sustainer_form #bhive_options {
  clear: both;
}
/* line 976, ../sass/_bmart.scss */
form.sustainer_form .bhive_option {
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  padding: 1em;
  *zoom: 1;
  display: none;
}
/* line 82, ../sass/_mixins.scss */
form.sustainer_form .bhive_option:before, form.sustainer_form .bhive_option:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
form.sustainer_form .bhive_option:after {
  clear: both;
}
/* line 982, ../sass/_bmart.scss */
form.sustainer_form .bhive_option#description-edit-submitted-donation-amount-2 {
  display: block;
}
/* line 985, ../sass/_bmart.scss */
form.sustainer_form .bhive_option strong {
  display: block;
}
/* line 988, ../sass/_bmart.scss */
form.sustainer_form .bhive_option strong.name {
  margin-left: 2em;
  float: right;
  width: 107px;
  max-width: 33%;
}
/* line 994, ../sass/_bmart.scss */
form.sustainer_form .bhive_option strong.amount {
  font-weight: bold;
  font-size: 1.5em;
  padding: 0 0 0.25em 0;
}
/* line 999, ../sass/_bmart.scss */
form.sustainer_form .bhive_option ul {
  margin: 0 0 0.5em 0;
}

/******************************************************************************************************************************/
                                                                                                                               /*
* Springboard management pages
********************************************************************************************************************************/
/* line 1009, ../sass/_bmart.scss */
#zone-select-wrapper.zone-input {
  display: none !important;
}

/* line 1014, ../sass/_bmart.scss */
.page-user-recurring-overview h2 {
  margin-top: 0.25em;
}
/* line 1017, ../sass/_bmart.scss */
.page-user-recurring-overview #payment-info,
.page-user-recurring-overview #donation-billing-form,
.page-user-recurring-overview #billing-info,
.page-user-recurring-overview #donation-amount-form,
.page-user-recurring-overview #payment-schedule,
.page-user-recurring-overview #donation-cancel-form,
.page-user-recurring-overview #donation-date-form,
.page-user-recurring-overview fieldset#edit-membership-status-fieldset {
  padding: 1em 2em;
}
/* line 1027, ../sass/_bmart.scss */
.page-user-recurring-overview fieldset#edit-membership-status-fieldset {
  background-color: #f4f4f4;
  margin-bottom: 10px;
  border-top: none;
}

/**
 * Custom B-Hive overview page
 */
/* line 1038, ../sass/_bmart.scss */
.page-user-b-hive a.button {
  margin-top: 0;
}
/* line 1041, ../sass/_bmart.scss */
.page-user-b-hive #membership-info,
.page-user-b-hive #payment-info,
.page-user-b-hive #billing-info,
.page-user-b-hive #pause_cancel,
.page-user-b-hive #previous-memberships {
  clear: both;
  margin-bottom: 1.5em;
}
/* line 1048, ../sass/_bmart.scss */
.page-user-b-hive #membership-info h1,
.page-user-b-hive #membership-info h2,
.page-user-b-hive #payment-info h1,
.page-user-b-hive #payment-info h2,
.page-user-b-hive #billing-info h1,
.page-user-b-hive #billing-info h2,
.page-user-b-hive #pause_cancel h1,
.page-user-b-hive #pause_cancel h2,
.page-user-b-hive #previous-memberships h1,
.page-user-b-hive #previous-memberships h2 {
  border-top: 1px solid #ddd;
  margin: 1em 0 0.33em 0;
  padding: 1em 0 0 0;
}
/* line 1055, ../sass/_bmart.scss */
.page-user-b-hive dl {
  *zoom: 1;
  clear: both;
  margin: 0;
}
/* line 82, ../sass/_mixins.scss */
.page-user-b-hive dl:before, .page-user-b-hive dl:after {
  content: "";
  display: table;
}
/* line 87, ../sass/_mixins.scss */
.page-user-b-hive dl:after {
  clear: both;
}
/* line 1060, ../sass/_bmart.scss */
.page-user-b-hive dt {
  float: left;
  clear: left;
}
/* line 1064, ../sass/_bmart.scss */
.page-user-b-hive dd {
  font-weight: bold;
  float: left;
}
/* line 1068, ../sass/_bmart.scss */
.page-user-b-hive td.edit_links {
  width: 38%;
}
/* line 1070, ../sass/_bmart.scss */
.page-user-b-hive td.edit_links a.edit_link {
  display: inline-block;
  padding: 0 1em 0 0;
}

/**
 * Search page styles
 */
/******************************************************************************************************************************/
                                                                                                                               /*
* Individual search results
********************************************************************************************************************************/
/* line 10, ../sass/_search.scss */
.page-search form.search-form,
.page-search .spelling-suggestions,
.page-search h2.subtitle {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 17, ../sass/_search.scss */
.page-search form.search-form {
  margin: 0;
  padding: 1.5em 1.5em 0.5em 1.5em;
  border: 1px solid #ddd;
  border-bottom: none;
  background: #f3f3f3;
}
/* line 23, ../sass/_search.scss */
.page-search form.search-form .form-submit {
  padding: 0.45em 0.6em;
  margin-top: 0;
}
/* line 28, ../sass/_search.scss */
.page-search .spelling-suggestions {
  clear: left;
  margin: 0;
  padding: 1em 1.5em 0.5em 1.5em;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  background: #f3f3f3;
}
/* line 37, ../sass/_search.scss */
.page-search h2.subtitle {
  clear: both;
  margin-top: 0;
  padding-top: 1.5em;
  border-top: 1px solid #ddd;
}

/* line 45, ../sass/_search.scss */
.apachesolr_search-results {
  padding: 0;
}
/* line 47, ../sass/_search.scss */
.apachesolr_search-results li.search-result {
  margin: 0 0 2em 0;
}
/* line 50, ../sass/_search.scss */
.apachesolr_search-results h3.title {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: 400;
}
/* line 54, ../sass/_search.scss */
.apachesolr_search-results h3.title a {
  color: #9e1f63;
}
/* line 56, ../sass/_search.scss */
.apachesolr_search-results h3.title a:hover {
  color: #ec1c24;
}
/* line 61, ../sass/_search.scss */
.apachesolr_search-results .search-info {
  font-size: 11px;
  color: #999;
}
/* line 64, ../sass/_search.scss */
.apachesolr_search-results .search-info .username {
  display: none;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 15px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */

/*# sourceMappingURL=styles.css.map */
