@charset "UTF-8";
.sprites-sprite, .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next, .page-video .field-name-field-video a:before, .page-video .node-video .field-name-field-thumb-override a:before, .tweets-rotator .flex-direction-nav .flex-next, .tweets-rotator .flex-direction-nav .flex-prev, .front .view-rg-standard-spotlight .flex-direction-nav .flex-prev, .front .view-rg-standard-spotlight .flex-direction-nav .flex-next {
  background: url('../images/sprites-s649204baf3.png') no-repeat;
}

/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 980px;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row .row {
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48.0625em) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

.hide-for-small, .flex-control-paging,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 48.0625em) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  .show-for-small {
    display: none !important;
  }

  .hide-for-small, .flex-control-paging {
    display: inherit !important;
  }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small, table.flex-control-paging {
    display: table;
  }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small, thead.flex-control-paging {
    display: table-header-group !important;
  }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small, tbody.flex-control-paging {
    display: table-row-group !important;
  }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small, tr.flex-control-paging {
    display: table-row !important;
  }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small, td.flex-control-paging,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small,
  th.flex-control-paging {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  [class*="block-grid-"]:after {
    clear: both;
  }
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 48.0625em) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 52.4%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #111111;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.top-bar {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  position: relative;
  background: #111111;
  margin-bottom: 0em;
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
.top-bar input {
  height: 2.45em;
}
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
.top-bar .title-area {
  position: relative;
  margin: 0;
}
.top-bar .name {
  height: 50px;
  margin: 0;
  font-size: 16px;
}
.top-bar .name h1 {
  line-height: 50px;
  font-size: 1.0625em;
  margin: 0;
}
.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 50%;
  display: block;
  padding: 0 16.66667px;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 16.66667px;
  height: 50px;
  line-height: 50px;
}
.top-bar .toggle-topbar.menu-icon {
  right: 16.66667px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: white;
}
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
.top-bar.expanded {
  height: auto;
  background: transparent;
}
.top-bar.expanded .title-area {
  background: #111111;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #222222;
  font-size: 16px;
  margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #2b2b2b;
  border-top: solid 1px black;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 16.66667px;
  font-size: 0.8125em;
  font-weight: bold;
  background: #222222;
}
.top-bar-section ul li > a.hover {
  background: #090909;
  color: white;
}
.top-bar-section ul li > a.button {
  background: #2ba6cb;
  font-size: 0.8125em;
}
.top-bar-section ul li > a.button.hover {
  background: #2284a1;
}
.top-bar-section ul li > a.button.secondary {
  background: #e9e9e9;
}
.top-bar-section ul li > a.button.secondary.hover {
  background: #d0d0d0;
}
.top-bar-section ul li > a.button.success {
  background: #5da423;
}
.top-bar-section ul li > a.button.success.hover {
  background: #457a1a;
}
.top-bar-section ul li > a.button.alert {
  background: #c60f13;
}
.top-bar-section ul li > a.button.alert.hover {
  background: #970b0e;
}
.top-bar-section ul li.active > a {
  background: #090909;
  color: white;
}
.top-bar-section .has-form {
  padding: 16.66667px;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  margin-right: 16.66667px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  visibility: visible;
}
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  z-index: 99;
}
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 16.66667px;
}
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 25px;
  display: block;
}
.top-bar-section .dropdown label {
  padding: 8px 16.66667px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  font-size: 0.625em;
}

.top-bar-js-breakpoint {
  width: 58.75em !important;
  visibility: hidden;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 58.75em) {
  .top-bar {
    background: #111111;
    *zoom: 1;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a {
    width: auto;
  }
  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  .top-bar.expanded {
    background: #111111;
  }

  .contain-to-grid .top-bar {
    max-width: 980px;
    margin: 0 auto;
  }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li a:not(.button) {
    padding: 0 16.66667px;
    line-height: 50px;
    background: #111111;
  }
  .top-bar-section li a:not(.button).hover {
    background: black;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 36.66667px !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 25px;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
  }
  .top-bar-section .has-dropdown.hover > .dropdown {
    visibility: visible;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    margin-top: -16px;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 16.66667px;
    background: #1e1e1e;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 50px;
    width: 0px;
  }
  .top-bar-section .has-form {
    background: #111111;
    padding: 0 16.66667px;
    height: 50px;
  }
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }
}
/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
[data-clearing]:after {
  clear: both;
}
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-blackout {
  background: #111111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: white;
  display: none;
}
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 48.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }

  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: white;
  }

  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: white;
  }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5;
  }

  .clearing-assembled .clearing-container .carousel {
    background: #111111;
    height: 150px;
    margin-top: 5px;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #111111;
    overflow: hidden;
    height: 75%;
  }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Pagination */
.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}
.pagination li {
  display: block;
  float: left;
  height: 1.5em;
  color: #222222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}
.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999999;
}
.pagination li:hover a,
.pagination li a:focus {
  background: #e6e6e6;
}
.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
.pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
  background: transparent;
}
.pagination li.current a {
  background: #2ba6cb;
  color: white;
  font-weight: bold;
  cursor: default;
}
.pagination li.current a:hover, .pagination li.current a:focus {
  background: #2ba6cb;
}

.pagination-centered {
  text-align: center;
}
.pagination-centered ul > li {
  float: none;
  display: inline-block;
}

.hide-text, .sharrre-icons .social-text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

.element-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.triangle-plus, .node-official-gallery.view-mode-content_listing .gallery-plus {
  position: relative;
  display: block;
}
.triangle-plus:after, .node-official-gallery.view-mode-content_listing .gallery-plus:after {
  content: "◢";
  width: 85px;
  height: 85px;
  font-size: 85px;
  line-height: 85px;
}

.triangle-plus:after, .node-official-gallery.view-mode-content_listing .gallery-plus:after, .trigger-link {
  font-family: 'fonticons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/*
 * @file
 * _base.scss
 *
 * Base generic element styles
 * http://smacss.com/book/type-base
 */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul ul {
  list-style-type: none;
}

h1 {
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
}

h2,
h4 {
  font-weight: normal;
}

h3 {
  margin: 0;
}

img {
  vertical-align: top;
}

.main h1,
.main h2 {
  padding-top: 20px;
  padding-bottom: 12px;
}

a {
  text-decoration: none;
}

#admin-toolbar * {
  box-sizing: content-box;
}

/*
 * @file
 * _layout.scss
 *
 * Major page layout styles
 * http://smacss.com/book/type-layout
 */
/*
 * RG Foundation layout customizations
 *
 * Used to alter styles for screens at least 768px wide. Grid changes here.
 * (See: http://foundation.zurb.com/docs/media-queries.html)
 * This prevents any resizing between 768 and above so content doesn't "squish"
 */
@media only screen and (min-width: 48.0625em) {
  .row {
    width: 980px;
  }
}
.show-for-small-not-ipad {
  display: inherit;
}
@media only screen and (min-width: 47.9375em) {
  .show-for-small-not-ipad {
    display: none;
  }
}

/*
 * Layout / Single column grid for all but ipad
 *
 * Per request, show photos/videos grids as 2-up desktop, one up centered mobile
 * (Except iPad). This accompanies a "large-block-grid-2" class
 */
.mobile-single-column .views-row {
  max-width: 362px;
}
@media only screen and (max-width: 767px) {
  .mobile-single-column[class*="block-grid-"] > li {
    display: block;
    float: none;
    margin: 0 auto;
  }
}

/*
 * Layout / Positioning mixins and extendables
 */
.abs-pos, .abs-pos-left-top, .trigger-link:before, .abs-pos-right-top, .abs-pos-left-bottom, .mobile-content, .abs-pos-right-bottom, .triangle-plus:after, .node-official-gallery.view-mode-content_listing .gallery-plus:after, .feed-icon a, .block-rg-newsletter {
  position: absolute;
  display: block;
  float: none;
  margin: 0;
  z-index: 5;
  clear: none;
}

.abs-pos-left-top, .trigger-link:before {
  left: 0;
  top: 0;
}

.abs-pos-right-top {
  right: 0;
  top: 0;
}

.abs-pos-left-bottom, .mobile-content {
  left: 0;
  bottom: 0;
}

.abs-pos-right-bottom, .triangle-plus:after, .node-official-gallery.view-mode-content_listing .gallery-plus:after {
  right: 0;
  bottom: 0;
}

.inner {
  position: relative;
}

.squeeze-lt {
  padding-left: 20px;
  padding-top: 20px;
}

.squeeze-rt {
  padding-right: 20px;
  padding-top: 20px;
}

.squeeze {
  padding: 20px;
}

/*
 * Layout / Body
 */
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 48.0625em) {
  body {
    min-width: 980px;
  }
}
body.body-image-1 {
  background: url(../images/bg-billy-1.jpg) no-repeat 0 0 #e2e3e4;
  background-attachment: fixed;
}
body.body-image-2 {
  background: url(../images/bg-billy-2.jpg) no-repeat 0 0 #e2e3e4;
  background-attachment: fixed;
}
body.body-image-3 {
  background: url(../images/bg-billy-3.jpg) no-repeat 0 0 #e2e3e4;
  background-attachment: fixed;
}
body.body-image-4 {
  background: url(../images/bg-billy-4.jpg) no-repeat 0 0 #e2e3e4;
  background-attachment: fixed;
}

/*
 * Layout Main
 *
 * (container for everything else)
 */
#main {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
#main > .content {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48.0625em) {
  #main > .content {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  #main {
    padding-top: 0;
  }
}
#main #content {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

/*
 * Layout / Top Bar
 */
.region-top-left {
  float: left;
}

.region-top-right {
  float: right;
}

/*
 * Layout / Header
 */
.header-wrapper {
  position: relative;
  z-index: 12;
}

#header .inner {
  background-color: #e2dfdc;
}
@media only screen and (min-width: 48.0625em) {
  #header .inner {
    height: 80px;
  }
}

#logo {
  float: left;
  margin: 0;
  padding: 0;
}
#logo img {
  vertical-align: bottom;
}

#name-and-slogan {
  float: left;
}

#site-name {
  width: 290px;
  background: url(../images/bjoel-logo.png) no-repeat center center;
  height: 52px;
  padding: 0;
  margin: 0 0 0 20px;
  font-size: 2em;
  height: 0;
}
@media only screen and (min-width: 48.0625em) {
  #site-name {
    height: 100%;
  }
}
#site-name a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
}
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan {
  margin: 0;
  font-size: 1em;
}

.region-header {
  clear: both;
}

/*
 * Jukesbox
 */
.region-jukebox {
  margin-top: 20px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 48.0625em) {
  .juke-columns {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/*
 * Layout / Footer
 */
footer {
  background: none !important;
}
@media only screen and (max-width: 768px) {
  footer {
    position: relative;
  }
}
footer .copy {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  footer .copy {
    margin-top: 0;
  }
}
footer .copy p {
  line-height: 1.2em;
}
footer .row {
  background: url(../images/bg-footer.jpg) repeat-x center center;
}
@media only screen and (max-width: 768px) {
  footer .row {
    background: none;
  }
}
footer #footer-left {
  width: 56%;
  padding: 0 20px 20px;
}
@media only screen and (max-width: 768px) {
  footer #footer-left {
    width: 100%;
    padding: 0 20px;
  }
}
footer #footer-left .show-for-small {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  footer #footer-left .footer-label-logo {
    display: none;
  }
}
footer #footer-left .copy-text {
  line-height: 18px;
  margin-top: 30px;
}
footer #footer-left .copy-text p {
  font-size: 12px;
  color: #d7d7d7;
  padding-right: 25px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  footer #footer-left .copy-text p {
    padding-right: 0;
  }
}
footer #footer-left .copy-text a {
  color: #fff;
}
footer #footer-left .copy-text a:hover {
  text-decoration: underline;
}
footer #footer-left .copy-text .footer-links ul li {
  display: inline-block;
}
footer #footer-left .copy-text .footer-links ul li a {
  font-size: 10px;
  color: #fff;
}
footer #footer-left .copy-text #trust-e {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  footer #footer-left .copy-text #trust-e {
    margin: 15px 0 25px;
  }
}
footer #footer-left .copy-text #trust-e a {
  background: url(../images/truste.png) no-repeat;
  display: inline-block;
  width: 105px;
  height: 33px;
}
footer #footer-left .copy-text .visit-link {
  font-size: 10px;
}
footer #footer-left .legacy {
  background: url(../images/legacy.png) no-repeat;
  display: inline-block;
  width: 52px;
  height: 35px;
  vertical-align: middle;
  margin-right: 10px;
}
footer #footer-left .columbia {
  background: url(../images/columbia.png) no-repeat;
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: middle;
}
footer #footer-right {
  width: 28%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  footer #footer-right {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50px;
  }
}
footer #footer-right #block-menu-menu-connect {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  footer #footer-right #block-menu-menu-connect {
    margin-top: 0;
  }
}
footer #footer-right #block-menu-menu-connect .menu-connect-wrapper h2 {
  font-size: 15px;
}
footer #footer-right #block-menu-menu-connect .menu-connect-wrapper .menu-connect li.footer-social-boxes {
  background: none !important;
}
footer #footer-right #block-menu-menu-connect .menu-connect-wrapper .menu-connect li.footer-social-boxes a {
  display: inline-block;
  width: 37px;
  height: 32px;
  background: url(../images/sprite.png) no-repeat 0 -98px;
  outline: none;
  text-indent: -9999px;
}
footer #footer-right #block-menu-menu-connect .menu-connect-wrapper .menu-connect li.footer-social-boxes a[href*="facebook"]:hover {
  background-position: 0 -140px;
}
footer #footer-right #block-menu-menu-connect .menu-connect-wrapper .menu-connect li.footer-social-boxes a[href*="twitter"] {
  background-position: -38px -98px;
}
footer #footer-right #block-menu-menu-connect .menu-connect-wrapper .menu-connect li.footer-social-boxes a[href*="twitter"]:hover {
  background-position: -38px -140px;
}
footer #footer-right #block-menu-menu-connect .menu-connect-wrapper .menu-connect li.footer-social-boxes a[href*="myspace"] {
  background-position: -76px -98px;
}
footer #footer-right #block-menu-menu-connect .menu-connect-wrapper .menu-connect li.footer-social-boxes a[href*="myspace"]:hover {
  background-position: -76px -140px;
}
footer #footer-right #block-menu-menu-connect .menu-connect-wrapper .menu-connect li.footer-social-boxes a[href*="youtube"] {
  background-position: -114px -98px;
}
footer #footer-right #block-menu-menu-connect .menu-connect-wrapper .menu-connect li.footer-social-boxes a[href*="youtube"]:hover {
  background-position: -114px -140px;
}
footer #footer-right #block-menu-menu-connect .menu-connect-wrapper .menu-connect li.footer-social-boxes a[href*="spotify"] {
  background-position: -152px -98px;
}
footer #footer-right #block-menu-menu-connect .menu-connect-wrapper .menu-connect li.footer-social-boxes a[href*="spotify"]:hover {
  background-position: -152px -140px;
}
footer #footer-right #block-menu-menu-connect .menu-connect-wrapper .menu-connect li.footer-social-boxes a[href*="google"] {
  background-position: -190px -98px;
}
footer #footer-right #block-menu-menu-connect .menu-connect-wrapper .menu-connect li.footer-social-boxes a[href*="google"]:hover {
  background-position: -190px -140px;
}
footer .footer-social-center #block-rg-newsletter-newsletter-link {
  display: none;
}

/*
 * Font icon behavior
 */
.icon-alone .screen-reader-text {
  display: none;
}

/*
 * Content Bottom Front Page
 */
#content-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}

/**
 * @file
 * _components.scss
 *
 * Components are distinct clusters of functionality:
 * http://smacss.com/book/type-module
 *
 * Drupal has many components. The scss files provided by Zen already fit a
 * component structure so most have been renamed and repurposed here
 */
/**
 * @file
 * _components_tabs.scss
 *
 * Tabs styling components
 * Adds styles for the primary and secondary tabs.
 *
 * Compare this with default CSS found in the system module's stylesheet (a copy
 * of which is in drupal7-reference.css.)
 */
/*
 * Component / Tabs / Basic positioning styles shared by primary and secondary tabs.
 */
ul.primary,
ul.secondary {
  *zoom: 1;
  border-bottom: 1px solid #bbbbbb;
  list-style: none;
  white-space: nowrap;
}
ul.primary:before, ul.primary:after,
ul.secondary:before,
ul.secondary:after {
  content: " ";
  display: table;
}
ul.primary:after,
ul.secondary:after {
  clear: both;
}
ul.primary li,
ul.secondary li {
  float: left;
  /* LTR */
  margin: 0.5em 3px 0;
}
ul.primary a,
ul.secondary a {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/*
 * Component / Tabs / Primary tabs
 */
ul.primary li {
  -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: 0;
  margin: 0.5em 0 0 3px;
  /* LTR */
}
ul.primary li.active {
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  /* Overlap the ul's border. */
}
ul.primary a:link,
ul.primary a:visited {
  -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;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}
ul.primary a:hover,
ul.primary a:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}
ul.primary a.active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/*
 * Component / Tabs / Secondary tabs
 */
ul.secondary {
  font-size: .9em;
  margin-top: -1.5em;
  /* Collapse bottom margin of ul.primary. */
  padding-bottom: .5em;
}
ul.secondary a:link,
ul.secondary a:visited {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}
ul.secondary a:hover,
ul.secondary a:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}
ul.secondary a.active,
ul.secondary a:active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * @file
 * _component_pages.scss
 *
 * Page components with specific styling outside of those handled by _layout.scss
 */
/*
 * Components / Pages / Skip Link
 *
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#above-top {
  text-align: center;
  height: 90px;
}

@media only screen and (min-width: 48.0625em) {
  .above-top {
    background-position: center 90px;
  }
}

/*
 * Components / Pages / Mobile Header
 */
.mobile-logo {
  display: block;
  width: 214px;
  position: absolute;
  left: 50%;
  margin-left: -107px;
  z-index: 20;
}

.mobile-header {
  text-align: center;
  min-height: 200px;
}
.mobile-header .mobile-cta-text {
  display: inline-block;
  padding: 10px;
}

.mobile-cta-copy {
  margin-bottom: 10px;
}

.mobile-bg-image {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
}

.mobile-content {
  bottom: 20px;
  width: 100%;
  font-weight: bold;
}

/*
 * Components / Pages / Content
 */
.breadcrumb {
  line-height: 1.5;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  margin: 0;
}

.node-title a {
  text-decoration: none;
}

div.messages {
  margin: 1.5em 0;
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

ul.inline {
  display: inline;
  padding: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

span.field-label {
  padding: 0 1em 0 0;
}

.module-headers, #content-bottom .node-title {
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  text-transform: uppercase;
  background: none !important;
}
.module-headers h1, #content-bottom .node-title h1 {
  color: #e3ae53;
  font-size: 16px;
  font-weight: bold;
}

/*
 * Components / Pages / Pagers
 */
.item-list .pager {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0;
  margin-top: 13px;
}
.item-list .pager li {
  padding: 0 !important;
  line-height: 32px;
  float: left;
  height: 32px;
  padding-top: 7px;
  margin-right: 2px;
  font-size: 17px;
}
@media only screen and (max-width: 640px) {
  .item-list .pager li {
    margin-top: 2px;
  }
}
.item-list .pager li:hover {
  background-color: #e2dfdc !important;
}
.item-list .pager li a {
  color: #666;
  outline: none;
  padding: 0 10px;
}
.item-list .pager li a:hover {
  color: #3a342e;
}
.item-list .pager li.pager-current {
  background-color: #e2dfdc !important;
  color: #3a342e;
  padding: 0 10px !important;
}
.item-list .pager li:last-child {
  margin-right: 0;
}

.pager .item-list {
  text-align: right;
}

/*
 * Components / Pages / Feed icon
 */
.feed-icon a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  top: 23px;
  right: 10px;
  width: 20px;
  font-size: 20px;
}

.off-screen {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.content .feed-icon a {
  right: 22px;
}

/*
 * Components / Pages / Footer
 */
#footer-right {
  text-align: right;
}

#footer-left {
  text-align: center;
  padding-top: 20px;
}
@media only screen and (min-width: 48.0625em) {
  #footer-left {
    text-align: left;
    padding-top: 0;
  }
}

.footer-social-boxes {
  float: left;
}

.footer-social-center {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 auto;
  min-width: 100px;
}

#content-bottom .node-title {
  text-transform: none;
}

/*
 * Components / Pages / Homepage panel
 */
.front #main .content {
  padding-left: 20px;
  padding-right: 20px;
}
.front #main .content .panel-display .center-wrapper .panel-col-first {
  width: 66%;
}
@media only screen and (max-width: 768px) {
  .front #main .content .panel-display .center-wrapper .panel-col-first {
    width: 100%;
  }
}
.front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #slider, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #slider-1 {
  margin-bottom: 0;
  border-bottom: 1px solid #232322;
}
@media only screen and (max-width: 640px) {
  .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #slider, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #slider-1 {
    border-bottom: none;
  }
}
.front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel-1 {
  margin: 0 0 40px;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel .flex-viewport, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel-1 .flex-viewport {
  width: 612px;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel .flex-viewport li, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel-1 .flex-viewport li {
  margin: 0;
  border-top: 6px solid #bd2626;
  width: 121px !important;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel .flex-viewport li .spotlight-image, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel-1 .flex-viewport li .spotlight-image {
  padding: 10px 0 7px 10px;
  background: #473f37;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel .flex-viewport li .spotlight-image .spotlight-photo-link, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel-1 .flex-viewport li .spotlight-image .spotlight-photo-link {
  border: 2px solid #473f37;
  display: inline-block;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel .flex-viewport li .spotight-video, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel-1 .flex-viewport li .spotight-video {
  padding: 10px 0 7px 10px;
  background: #473f37;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel .flex-viewport li .spotight-video .video-thumbnail, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel-1 .flex-viewport li .spotight-video .video-thumbnail {
  border: 2px solid #473f37;
  display: inline-block;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel .flex-viewport li .spotight-video .video-thumbnail .field-content img, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel-1 .flex-viewport li .spotight-video .video-thumbnail .field-content img {
  width: 107px;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel .flex-viewport li.flex-active-slide .spotlight-image .spotlight-photo-link, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel-1 .flex-viewport li.flex-active-slide .spotlight-image .spotlight-photo-link {
  border: 2px solid #bd2626;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel .flex-viewport li.flex-active-slide .spotight-video .video-thumbnail, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel-1 .flex-viewport li.flex-active-slide .spotight-video .video-thumbnail {
  border: 2px solid #bd2626;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel .flex-viewport li:last-child, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel-1 .flex-viewport li:last-child {
  width: 130px !important;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel .flex-viewport li:last-child .triangle, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel-1 .flex-viewport li:last-child .triangle {
  left: 45%;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel .flex-viewport li:last-child .spotlight-image, .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight #carousel-1 .flex-viewport li:last-child .spotlight-image {
  padding: 10px 11px 7px 8px;
}
@media only screen and (max-width: 768px) {
  .front #main .content .panel-display .center-wrapper .panel-col-first .view-rg-standard-spotlight .view-footer {
    display: none;
  }
}
.front #main .content .panel-display .center-wrapper .panel-col-first .quicktabs-wrapper ul.quicktabs-tabs {
  padding: 13px 0;
  margin-top: 4px;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .quicktabs-wrapper ul.quicktabs-tabs li {
  margin-right: 7px;
  padding: 0;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .quicktabs-wrapper ul.quicktabs-tabs li a {
  background: #ccc;
  padding: 10px 20px;
  color: #6d6257;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background: #f2f1ef;
}
@media screen and (max-width: 360px) {
  .front #main .content .panel-display .center-wrapper .panel-col-first .quicktabs-wrapper ul.quicktabs-tabs li a {
    padding: 10px 6px;
  }
}
.front #main .content .panel-display .center-wrapper .panel-col-first .quicktabs-wrapper ul.quicktabs-tabs li a:hover {
  background: #e2dfdc;
}
.front #main .content .panel-display .center-wrapper .panel-col-first .quicktabs-wrapper ul.quicktabs-tabs .active a {
  background: #e2dfdc;
}
.front #main .content .panel-display .center-wrapper .panel-col-last {
  width: 34%;
}
@media only screen and (max-width: 768px) {
  .front #main .content .panel-display .center-wrapper .panel-col-last {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .front #main .content .panel-display .center-wrapper .panel-col-last .pane-views-featured-promo-block {
    max-width: 300px;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 768px) {
  .front #main .content .panel-display .center-wrapper .panel-col-last .pane-rg-ads-ad-block {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .front #main .content .panel-display .center-wrapper .panel-col-last .inside {
    margin: 0 0 25px;
  }
}
.front #main .content .panel-display .view-rg-standard-news .view-content table {
  width: 100%;
}
.front #main .content .panel-display .view-rg-standard-news .view-content table tr td.col-first {
  padding: 0 12px 17px 0;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .front #main .content .panel-display .view-rg-standard-news .view-content table tr td.col-first {
    padding: 0 0 20px;
    width: 100%;
  }
}
.front #main .content .panel-display .view-rg-standard-news .view-content table tr td.col-last {
  padding: 0 0 17px 12px;
}
@media only screen and (max-width: 640px) {
  .front #main .content .panel-display .view-rg-standard-news .view-content table tr td.col-last {
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .front #main .content .panel-display .view-rg-standard-news .view-content table tr td {
    width: 100%;
    display: block;
    padding: 0 0 20px;
  }
}
.front #main .content .panel-display .view-rg-standard-news .view-content table tr td article {
  padding: 32px 0 14px;
  margin: 0;
  height: 199px;
}
@media only screen and (max-width: 768px) {
  .front #main .content .panel-display .view-rg-standard-news .view-content table tr td article {
    height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .front #main .content .panel-display .view-rg-standard-news .view-content table tr td article {
    height: auto;
  }
}
.front #main .content .panel-display .view-rg-standard-news .view-content table tr td article .columns {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .front #main .content .panel-display .view-rg-standard-news .view-content table tr td article .columns time {
    width: 145px;
  }
}
.front #main .content .panel-display .view-rg-standard-news .view-content table tr td article .news-body {
  float: left;
  padding: 7% 12px 0;
}
@media only screen and (max-width: 640px) {
  .front #main .content .panel-display .view-rg-standard-news .view-content table tr td article .news-body {
    text-align: center;
    padding: 0 12px 10px;
  }
}
.front #main .content .panel-display .view-rg-standard-news .view-content table tr td article .news-body .node-title a {
  display: inline-block;
  line-height: 27px;
}
@media only screen and (max-width: 384px) {
  .front #main .content .panel-display .view-rg-standard-news .view-content table tr td article .news-body .node-title a {
    width: 100%;
  }
}
.front #main .content .panel-display .view-rg-standard-news .more-link.module-footers {
  margin-top: -17px;
}
.front #main .content .panel-display .view-rg-standard-news .more-link.module-footers a {
  outline: none;
  left: 11px;
}
.front #main .content .panel-display .view-rg-standard-events table {
  width: 100%;
}
.front #main .content .panel-display .view-rg-standard-events table tr td {
  max-width: 300px;
  padding: 0 18px 13px 0;
  width: 34%;
}
@media only screen and (max-width: 640px) {
  .front #main .content .panel-display .view-rg-standard-events table tr td {
    width: 100%;
    padding: 0 0 20px;
    max-width: 100%;
    display: block;
  }
}
.front #main .content .panel-display .view-rg-standard-events table tr td article .content-listing-content .field-name-field-venue .field-item {
  text-align: center;
}
.front #main .content .panel-display .view-rg-standard-events table tr td.col-last {
  padding: 0 0 13px;
}
.front #main .content .panel-display .view-rg-standard-events .more-link.module-footers {
  margin-top: -13px;
}
.front #main .content .panel-display .view-rg-standard-events .more-link.module-footers a {
  outline: none;
  left: 11px;
}
.front #main .content .panel-display .pane-title {
  display: none;
}
.front #main .content .panel-display .view-header .pane-title {
  display: block;
}
.front #main .content .panel-display .view-header .pane-title a {
  color: #e3ae53;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 12px;
}
.front #main .content .panel-display .view-header .pane-title a:hover {
  color: #f6c673;
}

.vid-overlay:before {
  background: url("../images/sprite.png") no-repeat -117px -7px;
  content: "";
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  width: 80px;
}

.vid-overlay:hover:before {
  opacity: 1;
}

#carousel-1 .vid-overlay:before,
#carousel .vid-overlay:before {
  background-position: -28px -37px;
  height: 52px;
  margin: -26px 0 0 -26px;
  width: 52px;
}

.triangle {
  background: url("../images/sprite.png") no-repeat -96px -1px;
  width: 14px;
  height: 7px;
  position: absolute;
  left: 48%;
  top: -7px;
  display: none;
}

.flex-active-slide .triangle {
  display: block;
}

/*
 * Components / Pages / Featured promo panel
 */
.pane-views-featured-promo-block .view-id-featured_promo .flexslider .flex-control-nav {
  left: 0;
  text-align: right;
  width: 100%;
  padding: 0 10px;
  bottom: 10px;
}
.pane-views-featured-promo-block .view-id-featured_promo .flexslider .flex-control-nav li {
  margin: 0 2px;
  vertical-align: middle;
}
.pane-views-featured-promo-block .view-id-featured_promo .flexslider .flex-control-nav li a {
  text-align: center;
  background: url(../images/sprite.png) no-repeat -63px -1px;
  box-shadow: none;
}
.pane-views-featured-promo-block .view-id-featured_promo .flexslider .flex-control-nav li a.flex-active {
  background-position: -76px -1px;
}

.view-id-featured_promo .flexslider .flex-control-nav {
  left: 0;
  text-align: right;
  width: 100%;
  padding: 0 10px;
  bottom: 6px;
  position: absolute;
  margin: 0;
  z-index: 2;
}
.view-id-featured_promo .flexslider .flex-control-nav li {
  margin: 0 2px;
  vertical-align: middle;
  list-style: none outside none;
  display: inline-block;
}
.view-id-featured_promo .flexslider .flex-control-nav li a {
  text-align: center;
  background: url(../images/sprite.png) no-repeat -63px -1px;
  box-shadow: none;
  display: inline-block;
  text-indent: -99999px;
  height: 11px;
  width: 11px;
}
.view-id-featured_promo .flexslider .flex-control-nav li a.flex-active {
  background-position: -76px -1px;
}

.page-videos #main #content {
  padding: 20px;
}
.page-videos #main #content div.module-headers, .page-videos #main #content #content-bottom div.node-title, #content-bottom .page-videos #main #content div.node-title {
  width: 68%;
  display: inline-block;
}
.page-videos #main #content #block-block-4 {
  float: right;
  width: 180px;
  margin-top: -9px;
}
.page-videos #main #content .view-video-gallery {
  padding: 19px;
  clear: both;
  background-color: #f2f1ef;
}
.page-videos #main #content .view-video-gallery .view-content .item-list li {
  width: 100%;
  max-width: 100%;
}
.page-videos #main #content .view-video-gallery .view-content .item-list li a {
  outline: none;
  display: block;
  position: relative;
}
.page-videos #main #content .view-video-gallery .view-content .item-list li a:hover:after {
  background: url(../images/gallery-plus-hover.png) no-repeat bottom right;
  bottom: 0;
  right: 0;
}
.page-videos #main #content .view-video-gallery .view-content .item-list li a:after {
  position: absolute;
  background: url(../images/gallery-plus.png) no-repeat right bottom;
  width: 76px;
  height: 76px;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: block;
  content: "";
}
.page-videos #main #content .view-video-gallery .view-content .item-list li a + a {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 20px;
  color: #7a7067;
}
.page-videos #main #content .view-video-gallery .view-content .item-list li a + a:hover:after {
  background: none;
}
.page-videos #main #content .view-video-gallery .view-content .item-list li a + a:after {
  background: none;
  content: "";
}
.page-videos #main #content .view-video-gallery .view-content .item-list li a + a:hover {
  color: #584f46;
}
@media only screen and (max-width: 768px) {
  .page-videos #main #content .view-video-gallery .view-content .item-list li a img {
    width: 100%;
  }
}
.page-videos #main #content .view-video-gallery .view-content .item-list li.views-row-last > a {
  margin-bottom: 0;
}

/*
 * Component / Page / Photos Gallery
 */
.page-photos #content,
.page-galleries #content {
  padding: 25px 20px;
}
.page-photos #content .view-id-rg_official_galleries .main-content-bg,
.page-galleries #content .view-id-rg_official_galleries .main-content-bg {
  padding-top: 0;
  background-color: #f2f1ef;
}
.page-photos #content .view-id-rg_official_galleries .main-content-bg ul.large-block-grid-2,
.page-galleries #content .view-id-rg_official_galleries .main-content-bg ul.large-block-grid-2 {
  padding: 20px 0;
}
.page-photos #content .view-id-rg_official_galleries .main-content-bg ul.large-block-grid-2 li,
.page-galleries #content .view-id-rg_official_galleries .main-content-bg ul.large-block-grid-2 li {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}
.page-photos #content .view-id-rg_official_galleries .main-content-bg ul.large-block-grid-2 li h3,
.page-galleries #content .view-id-rg_official_galleries .main-content-bg ul.large-block-grid-2 li h3 {
  padding: 13px 0 17px;
}
.page-photos #content .view-id-rg_official_galleries .main-content-bg ul.large-block-grid-2 li h3 a,
.page-galleries #content .view-id-rg_official_galleries .main-content-bg ul.large-block-grid-2 li h3 a {
  color: #7a7067;
  font-size: 16px;
  font-weight: 600;
  outline: none;
}
.page-photos #content .view-id-rg_official_galleries .main-content-bg ul.large-block-grid-2 li h3 a:hover,
.page-galleries #content .view-id-rg_official_galleries .main-content-bg ul.large-block-grid-2 li h3 a:hover {
  color: #584f46;
}
.page-photos #content .view-id-rg_official_galleries .view-display-id-entity_view_2 ul li .views-field-field-photo,
.page-galleries #content .view-id-rg_official_galleries .view-display-id-entity_view_2 ul li .views-field-field-photo {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-photos #content .view-id-rg_official_galleries .view-display-id-entity_view_2 ul li .views-field-field-photo a.gallery-plus img,
  .page-galleries #content .view-id-rg_official_galleries .view-display-id-entity_view_2 ul li .views-field-field-photo a.gallery-plus img {
    width: 100%;
  }
}
.page-photos #content .view-id-rg_official_galleries .view-display-id-entity_view_2 ul li .views-field-field-photo a.gallery-plus:after,
.page-galleries #content .view-id-rg_official_galleries .view-display-id-entity_view_2 ul li .views-field-field-photo a.gallery-plus:after {
  content: '';
  background: url(../images/gallery-plus.png) no-repeat bottom right;
  bottom: 0;
  right: 0;
}
.page-photos #content .view-id-rg_official_galleries .view-display-id-entity_view_2 ul li .views-field-field-photo a.gallery-plus:hover:after,
.page-galleries #content .view-id-rg_official_galleries .view-display-id-entity_view_2 ul li .views-field-field-photo a.gallery-plus:hover:after {
  background: url(../images/gallery-plus-hover.png) no-repeat bottom right;
  bottom: 0;
  right: 0;
}
.page-photos #content .view-id-rg_official_galleries .gallery-title h3.node-title,
.page-galleries #content .view-id-rg_official_galleries .gallery-title h3.node-title {
  width: 80%;
  display: inline-block;
}
.page-photos #content .view-id-rg_official_galleries .gallery-title .view-display-id-block_2,
.page-galleries #content .view-id-rg_official_galleries .gallery-title .view-display-id-block_2 {
  width: 18%;
  display: inline-block;
  vertical-align: top;
}
.page-photos #content .view-id-rg_official_galleries .gallery-title .view-display-id-block_2 .view-content ul li,
.page-galleries #content .view-id-rg_official_galleries .gallery-title .view-display-id-block_2 .view-content ul li {
  color: #7a7067;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 8px 17px 0;
  text-align: right;
  word-wrap: break-word;
}

/*
 * Component / Page / Photo Sub gallery
 */
.node-type-official-gallery #main #content .node-official-gallery .attachment-before .view-id-rg_official_galleries.view-display-id-attachment_2 .view-display-id-entity_view_2 ul li .views-field-field-photo {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .node-type-official-gallery #main #content .node-official-gallery .attachment-before .view-id-rg_official_galleries.view-display-id-attachment_2 .view-display-id-entity_view_2 ul li .views-field-field-photo a.gallery-plus img {
    width: 100%;
  }
}
.node-type-official-gallery #main #content .node-official-gallery .attachment-before .view-id-rg_official_galleries.view-display-id-attachment_2 .view-display-id-entity_view_2 ul li .views-field-field-photo a.gallery-plus:after {
  content: '';
  background: url(../images/gallery-plus.png) no-repeat bottom right;
  bottom: 0;
  right: 0;
}
.node-type-official-gallery #main #content .node-official-gallery .attachment-before .view-id-rg_official_galleries.view-display-id-attachment_2 .view-display-id-entity_view_2 ul li .views-field-field-photo a.gallery-plus:hover:after {
  background: url(../images/gallery-plus-hover.png) no-repeat bottom right;
  bottom: 0;
  right: 0;
}
.node-type-official-gallery #main #content .node-official-gallery .attachment-before .view-id-rg_official_galleries.view-display-id-attachment_2 .gallery-title h3.node-title {
  width: 80%;
  display: inline-block;
  padding: 13px 0 17px;
}
.node-type-official-gallery #main #content .node-official-gallery .attachment-before .view-id-rg_official_galleries.view-display-id-attachment_2 .gallery-title .view-display-id-block_2 {
  width: 18%;
  display: inline-block;
  vertical-align: top;
}
.node-type-official-gallery #main #content .node-official-gallery .attachment-before .view-id-rg_official_galleries.view-display-id-attachment_2 .gallery-title .view-display-id-block_2 .view-content ul li {
  color: #7a7067;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 8px 17px 0;
  text-align: right;
  word-wrap: break-word;
}
.node-type-official-gallery #main #content .node-official-gallery .comments-link {
  display: none;
}

.gallery-thumbnail-override a.gallery-plus img {
  width: 100%;
}
.gallery-thumbnail-override a.gallery-plus:after {
  content: '' !important;
  background: url(../images/gallery-plus.png) no-repeat bottom right;
  bottom: 0 !important;
  right: 0 !important;
}
.gallery-thumbnail-override a.gallery-plus:hover:after {
  background: url(../images/gallery-plus-hover.png) no-repeat bottom right;
  bottom: 0;
  right: 0;
}

/*
 * Component / Page / News
 */
.page-news .view-rg-standard-news ul.news-list li article {
  padding: 27px 0 32px;
}
@media only screen and (max-width: 768px) {
  .page-news .view-rg-standard-news ul.news-list li article {
    padding: 27px 0;
  }
}
.page-news .view-rg-standard-news ul.news-list li article .small-12.large-4.columns {
  margin-top: 5px;
}
.page-news .view-rg-standard-news ul.news-list li article .small-12.large-4.columns .publish-date-offset-outer .publish-date-offset-inner .pubdate {
  left: -10px;
  top: 10px;
}
.page-news .view-rg-standard-news ul.news-list li article .news-body {
  padding: 0 12px;
  margin-top: 0;
}
.page-news .view-rg-standard-news ul.news-list li article .news-body header {
  padding-right: 0;
}
.page-news .view-rg-standard-news ul.news-list li article .news-body header .node-title a {
  font-size: 20px;
  color: #7a7067;
  text-transform: capitalize;
}
.page-news .view-rg-standard-news ul.news-list li article .news-body header .node-title a:hover {
  color: #313131;
}
.page-news .view-rg-standard-news ul.news-list li article .news-body .field-name-body p {
  font-weight: 500;
  color: #313131;
}
.page-news .view-rg-standard-news ul.news-list li article .news-body .field-name-body p .read-more {
  font-weight: 700;
  font-style: italic;
  color: #000;
}
.page-news .view-rg-standard-news ul.news-list li article .news-body .field-name-body p .read-more:hover {
  color: #313131;
}
.page-news .view-rg-standard-news .sharrre-icons {
  float: left;
}
.page-news .view-rg-standard-news .sharrre-icons li.share-comments {
  float: right;
}
.page-news .view-rg-standard-news .comment-count {
  display: inline-block;
  font-size: 13px;
  font-style: italic;
  margin: 5px 0 0 10px;
}

/*
 *  Adding box-shadow to row-wrapper
 */
.header-wrapper {
  background: url(../images/bg-content.png) repeat-y scroll center 0 rgba(0, 0, 0, 0);
}

body .nav-wrapper {
  background: url(../images/bg-content.png) repeat-y scroll center 0 rgba(0, 0, 0, 0) !important;
}

#footer-wrapper {
  background: url(../images/bg-content.png) repeat-y scroll center 0 rgba(0, 0, 0, 0) !important;
}
@media only screen and (max-width: 768px) {
  #footer-wrapper {
    background: url(../images/footer-bg-mobile.jpg) repeat scroll center 0 !important;
  }
}

body > .main-content-wrapper {
  background: url(../images/bg-content.png) repeat-y scroll center 0 rgba(0, 0, 0, 0);
}

/*
 * Component / Page / Album
 */
.page-discography .content .view-rg-standard-music ul {
  margin: 0 18px;
}
@media only screen and (max-width: 767px) {
  .page-discography .content .view-rg-standard-music ul {
    padding: 1px 0 1px;
  }
}
.page-discography .content .view-rg-standard-music ul li {
  padding: 0;
  margin: 16px 0 0;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-discography .content .view-rg-standard-music ul li {
    width: 48.7%;
  }
}
@media only screen and (max-width: 767px) {
  .page-discography .content .view-rg-standard-music ul li {
    display: block;
  }
}
.page-discography .content .view-rg-standard-music ul li article header {
  padding: 10px 0 0;
  max-width: 280px;
}
@media only screen and (max-width: 959px) {
  .page-discography .content .view-rg-standard-music ul li article header {
    margin: 0 auto;
  }
}
.page-discography .content .view-rg-standard-music ul li article header .node-title a {
  color: #584f46;
  font-size: 20px;
}
.page-discography .content .view-rg-standard-music ul li article header .node-title a:hover {
  color: #3a342e;
}
@media only screen and (max-width: 959px) {
  .page-discography .content .view-rg-standard-music ul li .field-item a img {
    margin: 0 auto;
    display: block;
  }
}
.page-discography .content .view-rg-standard-music ul li.views-row-odd {
  margin: 16px 11px 0 0;
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .page-discography .content .view-rg-standard-music ul li.views-row-odd {
    margin: 16px 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-discography .content .view-rg-standard-music ul li.views-row-odd {
    margin: 16px 0 0;
  }
}
.page-discography .content .view-rg-standard-music ul li.views-row-last {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page-discography .content .view-rg-standard-music ul li.views-row-last {
    margin-bottom: 12px;
  }
}

/*
 * Component / Sidebar
 */
.sidebar .region-sidebar-right .block .module-headers, .sidebar .region-sidebar-right .block #content-bottom .node-title, #content-bottom .sidebar .region-sidebar-right .block .node-title {
  color: #e3ae53;
  font-size: 16px;
  font-weight: bold;
}

ul.inline li span {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  text-transform: capitalize;
}

.section-timeline table, .section-timeline tbody, .section-timeline tr {
  display: block;
  width: 100%;
}

/*
 * Components / Pages / Search results
 */
.page-search .main-content-wrapper #main #content .tabs-primary {
  display: none;
}
.page-search .main-content-wrapper #main #content .search-form .form-wrapper .form-type-textfield .form-text {
  width: 300px;
  padding: 1px 5px;
}
@media screen and (max-width: 320px) {
  .page-search .main-content-wrapper #main #content .search-form .form-wrapper .form-type-textfield .form-text {
    width: 100%;
  }
}
.page-search .main-content-wrapper #main #content .search-form .form-wrapper .form-submit {
  margin-top: -7px;
}
@media only screen and (max-width: 640px) {
  .page-search .main-content-wrapper #main #content .search-form .form-wrapper .form-submit {
    margin-right: 0;
  }
}
@media only screen and (max-width: 384px) {
  .page-search .main-content-wrapper #main #content .search-form .form-wrapper .form-submit {
    margin-top: 10px;
    margin-right: 0;
  }
}
.page-search .main-content-wrapper #main #content .search-form .search-advanced {
  display: none;
}
.page-search .main-content-wrapper #main #content .search-form + h2 {
  font-size: 16px;
  padding: 20px 0 10px;
  text-transform: uppercase;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results {
  padding-left: 0;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article {
  padding: 27px 0;
  min-height: 200px;
}
@media only screen and (max-width: 320px) {
  .page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article {
    padding: 27px 10px;
  }
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .publish-date-offset-inner a img {
  margin-top: 3px;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .publish-date-offset-inner .pubdate {
  top: 10px;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-header {
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-header {
    text-align: center;
  }
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-header h2 {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-header h2 {
    margin-top: 17px;
  }
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-header h2 a {
  color: #584f46;
  text-transform: capitalize;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-header h2 a:hover {
  color: #8a8070;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .field-name-body {
  padding: 0 10px;
  text-align: left;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .field-name-body .read-more {
  font-weight: 600;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .video-listing {
  position: relative;
  display: inline-block;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .video-listing .video-overlay {
  position: absolute;
  background: url(../images/video-overlay.png) no-repeat center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .video-listing .video-overlay:hover {
  opacity: 0.8;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-left {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-left .event-date-ticket {
  height: auto;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-left .date-display-single .pubdate {
  font-size: 16px;
  padding: 0;
  text-align: center;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-middle .content-listing-header {
  text-align: center;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-middle .content-listing-header h2 {
  margin-bottom: 0;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-middle .content-listing-header a {
  color: #3a342e;
  outline: none;
  line-height: 34px;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-middle .content-listing-header a .city {
  font-size: 26px;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-middle .content-listing-header a .state {
  font-size: 26px;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-middle .content-listing-header a .venue {
  display: block;
  font-size: 18px;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .content-listing-right {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article .news-body {
  padding-top: 60px;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article.release-results {
  text-align: center;
}
.page-search .main-content-wrapper #main #content .search-results.apachesolr_search-results .main-content-bg article.release-results .release-result-title {
  margin-top: 17px;
  margin-bottom: 0;
  text-align: center;
}

/*
 * Components / Pages / Newsletter page
 */
.page-newsletter #main #content .view-rg-newsletter.view-id-rg_newsletter {
  max-width: 100%;
  margin: auto;
}
.page-newsletter #main #content .view-rg-newsletter.view-id-rg_newsletter .view-content iframe {
  width: 100%;
}

/*
 * Components / Pages / Lyrics Listing page
 */
.page-lyrics .main-content-bg {
  padding: 24px 12px;
}
@media only screen and (min-width: 640px) {
  .page-lyrics .main-content-bg .track-image {
    width: 50%;
  }
}
.page-lyrics .main-content-bg .track-image .view-id-lyrics.view-display-id-block_3 .views-field-field-lyrics-image .field-content {
  margin-bottom: 80px;
}
@media only screen and (max-width: 639px) and (min-width: 320px) {
  .page-lyrics .main-content-bg .track-image .view-id-lyrics.view-display-id-block_3 .views-field-field-lyrics-image .field-content {
    text-align: center;
  }
}
@media only screen and (min-width: 640px) {
  .page-lyrics .main-content-bg .track-list {
    width: 50%;
  }
}
@media only screen and (max-width: 639px) and (min-width: 320px) {
  .page-lyrics .main-content-bg .track-list {
    text-align: center;
  }
}
.page-lyrics .main-content-bg .track-list .view-id-lyrics.view-display-id-block_2 .lyrics-title {
  padding-bottom: 12px;
}
.page-lyrics .main-content-bg .track-list .view-id-lyrics.view-display-id-block_2 .lyrics-title a {
  font-size: 13px;
}
.page-lyrics .sidebar .main-content-bg {
  padding: 0;
}

.page-photo #main #content .view-fan-photos.view-display-id-page_1 .attachment-before {
  position: absolute;
  right: 20px;
  top: 40px;
  width: auto;
}
.page-photo #main #content .view-fan-photos.view-display-id-page_1 .attachment-before .views-field-nothing span a {
  background: #eac552;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  text-transform: uppercase;
}
.page-photo #main #content .view-fan-photos.view-display-id-page_1 .attachment-before .views-field-nothing span a:hover {
  opacity: 0.8;
}

/**
 * @file
 * _component_blocks.css
 *
 * Block Styling
 */
/*
 * Components / Blocks / Region blocks
 */
.region-sidebar-right .block {
  position: relative;
  margin-bottom: 20px;
}
.region-top-left .block {
  float: left;
  margin-right: 10px;
}
.social-bar .block {
  margin-top: 10px;
  padding: 5px;
}

/*
 * Components / Blocks / Global Languages
 *
 * Small tweaks from module defaults
 */
#block-locale-language {
  padding-left: 8px;
}
@media only screen and (max-width: 768px) {
  #block-locale-language {
    padding-left: 7px;
    padding-right: 7px;
  }
}
#block-locale-language .icon-arrow-down {
  padding-right: 22px;
  background: url(../images/sprite.v1.png) no-repeat scroll -116px -37px;
}
@media only screen and (max-width: 768px) {
  #block-locale-language .icon-arrow-down {
    padding-right: 20px;
    background-position: -118px -37px;
  }
}
@media only screen and (max-width: 768px) {
  #block-locale-language div.like-follow-country-boxes ul.like-follow-country-boxes {
    padding: 10px 17px;
  }
}

.block-locale {
  margin-left: 0;
  margin-right: 10px;
}
.block-locale > .d2generator-bc {
  padding-top: 5px;
}
.block-locale .d2generator-bc .d2generator-bc {
  height: auto;
}
.block-locale ul.links {
  padding: 10px 14px;
}
@media only screen and (min-width: 48.0625em) {
  .block-locale ul.links {
    padding: 10px 21px;
  }
}
.block-locale ul.links li {
  margin-bottom: 10px;
}
.block-locale .switcher-btn-down {
  background-image: none;
}
.block-locale .switcher-btn-down:before {
  position: absolute;
  top: 7px;
  right: 8px;
}
@media only screen and (min-width: 48.0625em) {
  .region-top-left .block-locale {
    margin-left: 12px;
    margin-right: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*
 * Components / Blocks / Top Bar shares
 */
.social-bar {
  text-align: center;
}
.social-bar .d2generator-bc {
  height: 20px;
  line-height: 20px;
}

/*
 * Components / Blocks / Newsletter
 */
.block-rg-newsletter {
  top: 10px;
  right: 0;
}
.top-bar .block-rg-newsletter {
  padding: 0;
  margin-top: 0;
}
.block-rg-newsletter .block-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.block-rg-newsletter .d2generator-bc {
  height: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 48.0625em) {
  .block-rg-newsletter {
    position: static;
    text-indent: 0;
  }
  .top-bar .block-rg-newsletter {
    margin-top: 10px;
  }
}

.newsletter-text {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  margin-right: 0;
}
.newsletter-text .fs1 {
  text-align: center;
  line-height: 33px;
  font-size: 20px;
  display: block;
  text-indent: 0;
}
@media only screen and (min-width: 48.0625em) {
  .newsletter-text .fs1 {
    display: none;
  }
}
@media only screen and (min-width: 48.0625em) {
  .newsletter-text {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-right: 15px;
  }
  .newsletter-text.like-follow-country-boxes {
    background: none;
  }
}

.newsletter-button {
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  .newsletter-button {
    padding: 0 12px;
  }
}

@media only screen and (min-width: 48.0625em) {
  .newsletter-link {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    height: 30px;
    line-height: 29px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
  }
}

#block-rg-newsletter-newsletter-link {
  background: none;
  margin-left: 10px;
}
#block-rg-newsletter-newsletter-link a.newsletter-text {
  color: #fff;
  font-size: 15px;
  float: left;
}
#block-rg-newsletter-newsletter-link a.newsletter-button {
  float: left;
  font-weight: 600;
}

/*
 * Components / Blocks / Footer / LOGOS
 */
.footer-label-logo {
  display: block;
}

/*
 * Components / Blocks / Ads block
 */
#block-rg-ads-ad-block {
  overflow: hidden;
  text-align: center;
}
#block-rg-ads-ad-block img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 303px;
}
#block-rg-ads-ad-block a {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Components / Blocks / Events side block
 */
.block-listing-left {
  float: left;
  width: 55%;
}

.block-listing-bottom {
  padding-top: 25px;
}

/*
 *  Components / Blocks / Video Block (front, content bottom)
 */
#block-views-rg-video-block-1 h2 {
  padding-bottom: 10px;
}

/*
 *  Components / Blocks / Social views blocks
 */
.block-title .social-block-icon {
  float: right;
  padding-right: 7px;
}
.block-title .social-block-icon.facebook-icon {
  padding-right: 3px;
}

/*
 * Components / Blocks / Mini Cart
 */
#block-m2-js-m2-js-mini-cart {
  width: 56px;
  height: 30px;
  padding: 4px 5px;
  position: absolute;
  right: -12px;
  margin-right: 0;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #block-m2-js-m2-js-mini-cart {
    position: static;
  }
}
#block-m2-js-m2-js-mini-cart .m2-cart-header .m2-cart-title {
  background: url(../images/sprite.png) no-repeat 0 0;
  float: left;
  width: 26px;
  height: 22px;
  text-indent: -9999px;
  margin-right: 5px;
}
#block-m2-js-m2-js-mini-cart .m2-cart-header span.m2-cart-count {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  float: right;
  vertical-align: middle;
}
#block-m2-js-m2-js-mini-cart .m2-cart-header span.m2-cart-count:before {
  content: "(";
}
#block-m2-js-m2-js-mini-cart .m2-cart-header span.m2-cart-count:after {
  content: ")";
}

/*
 * Components / Blocks / Facebook Like
 */
#block-rg-fb-like-like {
  width: 91px;
}

/*
 * Components / Blocks / Signin block
 */
#login {
  float: right;
  position: absolute;
  right: -12px;
  padding: 0;
}
#login .login-signin {
  line-height: 20px;
}
#login .login-signin a.signin {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  display: block;
  outline: none;
  text-transform: uppercase;
}
#login .login-signin a.signin:hover {
  text-decoration: underline;
}
#login .login-info {
  position: absolute;
  right: 0;
  width: 276px;
  padding: 20px;
  z-index: 9999;
  background-color: #6d6257;
  display: none;
}
#login .login-info .login-social {
  width: 110px;
  float: left;
  line-height: 16px;
}
#login .login-info .login-social .content {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
#login .login-info .login-social .content .item-list {
  margin-top: 10px;
}
#login .login-info .login-social .content .item-list ul li {
  float: left;
}
#login .login-info .login-social .content .item-list ul li a,
#login .login-info .login-social .content .item-list ul li a.rg-connect-twitter {
  display: inline-block;
  background: url(../images/sprite.v1.png) no-repeat -60px 0;
  width: 46px;
  height: 46px;
  outline: none;
}
#login .login-info .login-social .content .item-list ul li a:hover,
#login .login-info .login-social .content .item-list ul li a.rg-connect-twitter:hover {
  opacity: 0.8;
}
#login .login-info .login-social .content .item-list ul li a img,
#login .login-info .login-social .content .item-list ul li a.rg-connect-twitter img {
  display: none;
}
#login .login-info .login-social .content .item-list ul li.last {
  margin-left: 14px;
}
#login .login-info .login-social .content .item-list ul li.last a,
#login .login-info .login-social .content .item-list ul li.last a.rg-connect-facebook {
  background-position: 0 0;
}
#login .login-info .login-btns-right {
  width: 96px;
  float: right;
}
#login .login-info .login-btns-right .login-item + .login-item {
  color: #fff;
  font-style: italic;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 10px;
}
#login .login-info .login-btns-right .login-btn-wrapper {
  line-height: 20px;
}
#login .login-info .login-btns-right .login-btn-wrapper .btn {
  display: block;
  width: 96px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background-color: #e3ae53;
  margin: 0 auto;
  padding: 5px 0;
  outline: none;
  font-style: normal;
}
#login .login-info .login-btns-right .login-btn-wrapper .btn:hover {
  background-color: #f6c673;
}
#login .billyjoel-login {
  padding: 0 15px;
  color: #fff;
  line-height: 20px;
  background: #6d6257;
}
#login .billyjoel-login .user-welcome, #login .billyjoel-login #user-logout {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  padding-left: 5px;
}
#login .billyjoel-login .user-welcome a, #login .billyjoel-login #user-logout a {
  color: #fff;
  outline: none;
  padding: 5px;
  display: inline-block;
}
#login .billyjoel-login .user-welcome a:hover, #login .billyjoel-login #user-logout a:hover {
  background-color: #584e42;
}
#login .billyjoel-login #user-logout {
  padding: 5px;
  margin-left: 4px;
  outline: none;
}
#login .billyjoel-login #user-logout:hover {
  background-color: #584e42;
}

#block-rg-feature-mobile-mobile-header div.mobile-bg-image {
  min-height: 0;
}

.module-footers {
  background: none !important;
}

@media only screen and (max-width: 768px) {
  #block-views-featured-promo-block {
    text-align: center;
  }
}

.region-sidebar-right #block-views-rg-standard-music-block-1 {
  margin-bottom: -250px;
}
.region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music {
  position: relative;
  z-index: 15;
}
.region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music .flexslider .flex-viewport {
  min-height: 550px;
}
.region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music .flexslider .flex-viewport .slides li .m2api_products {
  margin: 0 auto;
}
.region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music .flexslider .flex-viewport .slides li .m2api_products .m2api_container {
  width: 222px;
}
.region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music .flexslider .flex-viewport .slides li .m2api_products .m2api_container .m2-row .m2-product-button-wrapper span {
  font-size: 13px;
}
.region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music .flexslider .flex-viewport .slides li .field-name-field-album-download-links .links-dropdown-list h3 span.fs1 {
  display: inline-block !important;
  background: url("../images/sprite.v1.png") no-repeat scroll -136px -38px rgba(0, 0, 0, 0);
  height: 10px;
  width: 20px;
}
.region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music .flexslider .flex-viewport .slides li .field-name-field-album-download-links .links-dropdown-list h3 span.fs1:before {
  content: none;
}
.region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music .click {
  background: url("../images/sprites-s649204baf3.png") no-repeat scroll -5px -6px rgba(0, 0, 0, 0);
  height: 80px;
  opacity: 0.75;
  position: absolute;
  text-indent: -99999px;
  width: 80px;
  top: -125px;
  left: 115px;
}
@media only screen and (max-width: 768px) {
  .region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music .click {
    left: 50%;
    margin-left: -40px;
  }
}
.region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music .click:hover {
  opacity: 1;
}
.region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music .pause {
  background: url("../images/sprites-s649204baf3.png") no-repeat scroll -5px -121px rgba(0, 0, 0, 0);
  height: 80px;
  position: absolute;
  top: -125px;
  width: 80px;
  opacity: 0.75;
  text-indent: -99999px;
  left: 115px;
}
@media only screen and (max-width: 768px) {
  .region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music .pause {
    left: 50%;
    margin-left: -40px;
  }
}
.region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music .pause:hover {
  opacity: 1;
}

/*
 * Components / Blocks / Search Block
 */
#block-search-form {
  height: 34px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: -52px;
}
#block-search-form #search-block-form .form-item-search-block-form {
  margin: 0;
}
#block-search-form #search-block-form .form-item-search-block-form #edit-search-block-form--2 {
  border: none;
  float: left;
  box-shadow: 0 1px 5px #d0cdc9;
  -webkit-box-shadow: 0 1px 4px #d0cdc9;
  -moz-box-shadow: 0 1px 4px #d0cdc9;
  color: #a7a5a4;
  font-size: 12px;
  font-weight: normal;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  width: 259px;
}
#block-search-form #search-block-form .form-item-search-block-form #edit-search-block-form--2.defaultTextActive, #block-search-form #search-block-form .form-item-search-block-form #edit-search-block-form--2.searchText {
  font-style: italic;
}
#block-search-form #search-block-form .form-actions.form-wrapper .form-submit {
  background: url(../images/search.icon.png) no-repeat center center #d0cdc9;
  width: 37px;
  text-indent: -9999px;
  box-shadow: 0 1px 4px #d0cdc9;
  -webkit-box-shadow: 0 1px 4px #d0cdc9;
  -moz-box-shadow: 0 1px 4px #d0cdc9;
  padding: 0;
  float: left;
  margin: 0;
  height: 34px;
  border-radius: 0;
  border: none;
}

/*
 * Components / Blocks / Fan photo block
 */
.region-sidebar-right .block .view-fan-photos.view-display-id-block .view-header a.nav-active-ticket-button {
  background: #eac552;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 13px;
  text-transform: uppercase;
}
.region-sidebar-right .block .view-fan-photos.view-display-id-block .view-header a.nav-active-ticket-button:hover {
  opacity: 0.8;
}
.region-sidebar-right .block .view-fan-photos.view-display-id-block .view-content div.views-row {
  vertical-align: middle;
  margin: 10px 0;
}
.region-sidebar-right .block .view-fan-photos.view-display-id-block .view-content div.views-row .main-content-bg {
  padding: 10px;
}
@media only screen and (max-width: 384px) {
  .region-sidebar-right .block .view-fan-photos.view-display-id-block .view-content div.views-row .main-content-bg {
    text-align: center;
  }
}
.region-sidebar-right .block .view-fan-photos.view-display-id-block .view-content div.views-row .main-content-bg .fan-photo {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}
.region-sidebar-right .block .view-fan-photos.view-display-id-block .view-content div.views-row .main-content-bg .fan-photo-content {
  width: 178px;
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 384px) {
  .region-sidebar-right .block .view-fan-photos.view-display-id-block .view-content div.views-row .main-content-bg .fan-photo-content {
    width: 100%;
    padding: 0 10px;
  }
}
.region-sidebar-right .block .view-fan-photos.view-display-id-block .view-content div.views-row .main-content-bg .fan-photo-content h2 a {
  font-size: 18px;
}
.region-sidebar-right .block .view-fan-photos.view-display-id-block .view-content div.views-row .main-content-bg .fan-photo-content .fan-photo-body p {
  font-size: 14px;
  margin: 4px 0;
  line-height: 18px;
}
.region-sidebar-right .block .view-fan-photos.view-display-id-block .view-content div.views-row .main-content-bg .fan-photo-content .fan-photo-more {
  float: left;
}
@media only screen and (max-width: 384px) {
  .region-sidebar-right .block .view-fan-photos.view-display-id-block .view-content div.views-row .main-content-bg .fan-photo-content .fan-photo-more {
    float: none;
  }
}
.region-sidebar-right .block .view-fan-photos.view-display-id-block .view-content div.views-row .main-content-bg .fan-photo-content .fan-photo-more .view-display-id-block_1 {
  float: left;
}
@media only screen and (max-width: 384px) {
  .region-sidebar-right .block .view-fan-photos.view-display-id-block .view-content div.views-row .main-content-bg .fan-photo-content .fan-photo-more .view-display-id-block_1 {
    float: none;
    display: inline-block;
  }
}
.region-sidebar-right .block .view-fan-photos.view-display-id-block .view-content div.views-row .main-content-bg .fan-photo-content .fan-photo-more .more {
  float: left;
  text-transform: uppercase;
  padding: 0 5px;
}
@media only screen and (max-width: 384px) {
  .region-sidebar-right .block .view-fan-photos.view-display-id-block .view-content div.views-row .main-content-bg .fan-photo-content .fan-photo-more .more {
    float: none;
    display: inline-block;
  }
}

/**
 * @file
 * _component_navigation.scss
 *
 * Navigation Styling: menus, social links
 */
/*
 * Components / Navigation / "Menu block" blocks
 *
 * Drupal core has limited ways in which it can display its menus. To get around
 * these limitations, see http://drupal.org/project/menu_block
 */
.menu-name-main-menu > .menu > li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  position: relative;
}
.menu-name-main-menu > .menu > li:hover .menu {
  display: block;
  top: auto;
}
.menu-name-main-menu > .menu .menu {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  background-color: #d3cec8;
}
.menu-name-main-menu a {
  height: 45px;
  line-height: 45px;
  display: block;
  padding: 0 0.75em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 600;
  height: 37px;
  line-height: 30px;
  padding: 0 10px;
  text-shadow: 2px 1px 1px #f5f5f5;
}

.menu-name-main-menu a:after,
.top-nav-bar-bg li .active:after,
.top-nav-bar-bg-hover a:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 7px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.menu-name-main-menu a:hover:after,
.top-nav-bar-bg li .active:hover:after,
.top-nav-bar-bg-hover a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.top-nav-bar-bg li .active:after {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.top-nav-bar-bg ul ul li a,
.top-nav-bar-bg ul ul li a:hover {
  color: #7a7067 !important;
}

.nav-wrapper {
  position: relative;
  z-index: 16;
}
.nav-wrapper #nav-bottom .columns {
  padding: 0;
}
.nav-wrapper #nav-bottom #block-menu-block-2 .menu-name-main-menu {
  border-bottom: 5px solid #bd2626;
}
.nav-wrapper #nav-bottom #block-menu-block-2 .menu-name-main-menu .menu {
  padding: 0 20px;
  background: #e2dfdc;
}
.nav-wrapper #nav-bottom #block-menu-block-2 .menu-name-main-menu .menu a {
  line-height: 37px;
}
.nav-wrapper #nav-bottom #block-menu-block-2 .menu-name-main-menu .menu .menu {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .header-wrapper + .hide-for-small.nav-wrapper, .header-wrapper + .nav-wrapper.flex-control-paging {
    display: block !important;
    background: #fff !important;
  }
}
@media only screen and (max-width: 768px) {
  .header-wrapper + .hide-for-small.nav-wrapper #nav-below .top-nav-bar-bg, .header-wrapper + .nav-wrapper.flex-control-paging #nav-below .top-nav-bar-bg {
    background: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .header-wrapper + .hide-for-small.nav-wrapper #nav-below .top-nav-bar-bg .region-nav-top-below, .header-wrapper + .nav-wrapper.flex-control-paging #nav-below .top-nav-bar-bg .region-nav-top-below {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .header-wrapper + .hide-for-small.nav-wrapper #nav-below .top-nav-bar-bg .region-nav-top-below #block-menu-block-1, .header-wrapper + .nav-wrapper.flex-control-paging #nav-below .top-nav-bar-bg .region-nav-top-below #block-menu-block-1 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header-wrapper + .hide-for-small.nav-wrapper #nav-below .top-nav-bar-bg .region-nav-top-below #block-search-form, .header-wrapper + .nav-wrapper.flex-control-paging #nav-below .top-nav-bar-bg .region-nav-top-below #block-search-form {
    position: relative;
    top: 0;
    right: auto;
    margin: 25px 0;
  }
}

.top-nav-bar-bg {
  background: none !important;
}

#nav-below .top-nav-bar-bg {
  background: url(../images/bg-header.gif) repeat-x 0 100% #e2dfdc !important;
}

/*
 * Components / Navigation / Top bar specific styling and overrides
 */
.top-bar-wrapper .top-bar {
  background: transparent;
}
.top-bar-wrapper .top-bar .social-bar .header-social-center #block-locale-language {
  display: none;
}
.top-bar-wrapper .top-bar .social-bar .header-social-center #block-rg-fb-like-like {
  display: none;
}
.top-bar-wrapper .top-bar .social-bar .header-social-center #block-rg-tweet-tweet {
  display: none;
}
.top-bar-wrapper .top-bar .social-bar .header-social-center #block-m2-js-m2-js-mini-cart {
  display: none;
}
.top-bar-wrapper .top-bar .social-bar .header-social-center #block-rg-newsletter-newsletter-link {
  display: block;
  top: -40px;
}

.top-bar.expanded {
  overflow: visible;
}
.top-bar.expanded .title-area {
  background: none;
}
.top-bar .name {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 0px;
}
.top-bar .name h1 a {
  padding: 0;
  outline: none;
}
@media only screen and (max-width: 939px) {
  .top-bar .name h1 a {
    background: url(../images/bjoel-logo.png) no-repeat;
    display: block;
    width: 290px;
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -145px;
  }
}
@media only screen and (max-width: 384px) {
  .top-bar .name h1 a {
    background: url(../images/bjoel-logo.png) no-repeat;
    display: block;
    width: 200px;
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -100px;
    background-size: contain;
    margin-top: 7px;
  }
}
.top-bar ul li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.top-bar .toggle-topbar {
  z-index: 10;
}
.top-bar .toggle-topbar.menu-icon {
  right: auto;
  left: 0;
  padding-left: 0;
  width: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -13px;
  font-size: 32px;
}
.top-bar .toggle-topbar.menu-icon a span.icon-menu {
  color: #fff;
}

.top-bar-section ul {
  background: none;
}
@media only screen and (max-width: 768px) {
  .top-bar-section ul {
    background-color: #cec8c2;
  }
}
.top-bar-section ul li > a {
  background: none;
  font-weight: normal;
  padding-left: 0;
}
.top-bar-section ul li > a:hover {
  background: none;
}
.top-bar-section ul ul li a {
  font-size: 18px;
}
.top-bar-section li a:not(.button):hover {
  opacity: 0.5;
}
.top-bar-section .dropdown-nav {
  display: none;
  margin-top: 0;
}
.top-bar-section .mobile-menu {
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
}
.top-bar-section .mobile-menu li a {
  color: #3a342e;
}

.has-dropdown-trigger {
  position: relative;
}

.trigger-link {
  position: absolute;
  top: -50px;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 50px !important;
  text-align: center;
}
.trigger-link:before {
  background: url('../images/highlight.png') top left no-repeat;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  content: "";
  width: 50px;
  height: 50px;
}

.mobile-menu {
  -webkit-box-shadow: rgba(50, 50, 50, 0.15) 0px 3px 8px inset;
  -moz-box-shadow: rgba(50, 50, 50, 0.15) 0px 3px 8px inset;
  box-shadow: rgba(50, 50, 50, 0.15) 0px 3px 8px inset;
  position: relative;
  text-transform: uppercase;
  padding-top: 20px;
}
.mobile-menu li {
  padding-left: 10px;
  background: url('../images/highlight.png') bottom left repeat-x;
}
.mobile-menu .click-expanded {
  -webkit-box-shadow: rgba(50, 50, 50, 0.15) 0px 3px 8px inset;
  -moz-box-shadow: rgba(50, 50, 50, 0.15) 0px 3px 8px inset;
  box-shadow: rgba(50, 50, 50, 0.15) 0px 3px 8px inset;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.1);
}
.mobile-menu .pre-click-expanded {
  background-image: none;
}

.top-bar-bg {
  position: relative;
  z-index: 18;
  background: #827970 !important;
}
@media only screen and (max-width: 939px) {
  .top-bar-bg {
    padding: 5px 0;
  }
}

/*
 * Components / Navigation / Menus / CONNECT
 */
.menu-connect-wrapper .block-title {
  height: 32px;
  line-height: 32px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: 5px;
  padding-right: 14px;
  text-indent: 0;
  text-transform: none;
}
.menu-connect-wrapper .d2generator-bc {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.menu-connect-wrapper .footer-block-title-small-center {
  width: 100%;
  padding-right: 0px;
}
@media only screen and (min-width: 48.0625em) {
  .menu-connect-wrapper .footer-block-title-small-center {
    width: auto;
    padding-right: 14px;
  }
}

.menu-connect {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.menu-connect li {
  margin-left: 1px;
}
.menu-connect li a {
  display: block;
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.menu-connect li a:hover {
  text-decoration: none;
}
.menu-connect li a [class*="icon-"] {
  line-height: 32px;
}
.menu-connect li a .footer-social-text {
  padding: 4px 7px;
}
@media only screen and (min-width: 48.0625em) {
  .menu-connect li a .footer-social-text {
    padding: 4px 7px;
  }
}
.menu-connect li a .link-text {
  display: none;
}

/*
 * Components / Navigation / Node social menus (sharrre)
 */
.sharrre-icons div,
.sharrre-icons li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: 5px;
  margin-right: 5px;
  padding: 2px 3px 0 3px;
}
@media only screen and (min-width: 48.0625em) {
  .sharrre-icons div,
  .sharrre-icons li {
    height: 25px;
    width: 25px;
    margin-top: 0;
    padding: 1px 3px 0 2px;
  }
}
.sharrre-icons .share {
  font-size: 26px;
}
@media only screen and (min-width: 48.0625em) {
  .sharrre-icons .share {
    font-size: 22px;
  }
}
.sharrre-icons .share:hover {
  color: #908a84;
}
.sharrre-icons .social-text {
  position: absolute;
}
.sharrre-icons .buttons {
  height: auto;
  width: auto;
  position: absolute;
  display: block;
}
.sharrre-icons .button {
  overflow: visible;
  padding: 10px 10px 6px 10px;
  position: absolute;
  top: -86px;
  height: auto;
  width: auto;
}
@media only screen and (min-width: 48.0625em) {
  .sharrre-icons .button {
    top: -70px;
  }
}
.sharrre-icons .button #fb-root {
  height: 0;
}
.sharrre-icons .button .fb-like {
  height: auto;
  width: auto;
  margin: 0;
  margin-top: -5px;
}
.sharrre-icons .button .fb-like iframe {
  position: relative;
}
.sharrre-icons .button.facebook {
  padding: 0 10px 10px 10px;
  height: 39px;
  width: 100px;
  z-index: 111;
}
.sharrre-icons .button.googleplus {
  width: 80px;
}
.sharrre-icons .button.twitter {
  width: 100px;
}
.sharrre-icons .button:before {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  border-top: 7px solid;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.sharrre-icons .pinterest .buttons .button {
  width: 60px;
}

/*
 * Components / Navigation / Footer copy links
 */
#footer-sub-links li {
  float: left;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 1px solid;
  height: 12px;
  line-height: 9px;
}
#footer-sub-links li:first-child {
  padding-left: 0;
}
#footer-sub-links li:last-child {
  border: none;
}

/*
 * Components / Navigation / Back to top link
 */
.back-to-top {
  padding: 10px 20px;
  margin: 20px auto;
  width: 170px;
}

/**
*cart dropdown 
**/
#m2-cart {
  background: none repeat scroll 0 0 #584e42;
  color: #fff;
  position: absolute;
  right: 0;
  text-align: center;
  top: 25px;
  width: 258px;
  z-index: 6;
  display: none;
}
#m2-cart #m2-cart-items li {
  border-top: 1px solid #333333;
  clear: both;
  padding: 3px 6px 6px;
  position: relative;
}
#m2-cart #m2-cart-items li .m2-quantity {
  position: absolute;
  right: 68px;
  top: 3px;
}
#m2-cart #m2-cart-items li .m2-type {
  clear: left;
}
#m2-cart #m2-cart-items li div {
  text-align: left;
}
#m2-cart .m2-checkout-wrapper {
  background: none repeat scroll 0 0 #584e42;
  border-top: 1px solid #ccc;
  padding: 5px;
}
#m2-cart .m2-checkout-wrapper a.m2-checkout {
  background: none repeat scroll 0 0 #e3ae53;
  font-weight: bold;
  padding: 5px;
  text-shadow: 1px 2px 1px #d39c3a;
}

/**
 * @file
 * _component_views.scss
 *
 * Views Styling
 */
/*
 * Components / Views / Views' admin tabs
 *
 * The views admin tabs use the same classes as the secondary tabs. We prevent
 * some of our tab styling from bleeding into (and breaking) the Views admin
 * pages. If your sub-theme isn't used for admin pages, you can remove this
 * entire section.
 */
.views-displays .secondary li {
  float: none;
  margin: 0 6px 0;
}
.views-displays .secondary a:link,
.views-displays .secondary a:visited {
  text-shadow: none;
  padding: 2px 7px 3px;
}
.views-displays .secondary .open > a {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.views-displays .secondary .open > a:hover {
  color: #333;
}
.views-displays .secondary .action-list li {
  margin: 0;
}
.views-displays .secondary .action-list li:first-child {
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  -ms-border-radius: 0 7px 0 0;
  -o-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
}
.views-displays .secondary .action-list li:last-child {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

/*
 * Components / Views / Common views styles
 */
.view ul {
  list-style: none;
}
.view ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

/*
 * Component / Views / More links
 */
.more-link {
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
}
.more-link a {
  display: block;
  float: right;
  position: relative;
  padding-right: 35px;
  font-weight: 600;
  font-size: 15px;
}
.more-link .icon-container {
  position: absolute;
  display: block;
  float: none;
  margin: 0;
  z-index: 5;
  clear: none;
  top: 2px;
  right: 5px;
  font-size: 28px;
}

/*
 * Component / Node / News
 */
.view-rg-standard-news article {
  margin-bottom: 6px;
  position: relative;
  padding: 35px 0;
  text-align: left;
}
.view-rg-standard-news article .news-body .node-title a {
  font-size: 22px;
  color: #7a7067;
}
.view-rg-standard-news article .news-body .node-title a:hover {
  color: #313131;
}
.view-rg-standard-news header {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-bottom: 0;
}
@media only screen and (min-width: 48.0625em) {
  .view-rg-standard-news header {
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
.view-rg-standard-news p {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 48.0625em) {
  .view-rg-standard-news p {
    padding-left: 0px;
    padding-right: 20px;
  }
}
.view-rg-standard-news .sharrre-icons {
  margin-left: 10px;
}
@media only screen and (min-width: 48.0625em) {
  .view-rg-standard-news .sharrre-icons {
    margin-left: 0px;
  }
}

.node-type-news header {
  margin-top: 20px;
  text-align: left;
}
.node-type-news .margin-sixty {
  margin-top: 60px;
}
.node-type-news .view-mode-full {
  position: relative;
}
.node-type-news .view-mode-full .field-name-body {
  padding: 0;
}
.node-type-news .view-mode-full .submitted {
  margin: 0;
}
.node-type-news .view-mode-full .pubdate {
  position: absolute;
  top: 30px;
  left: -12px;
}

/*
 * Components / Views / Publish date ribbon
 */
.pubdate {
  height: 36px;
  line-height: 36px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  font-size: 18px;
}

.publish-date-offset-outer {
  position: relative;
  float: right;
  right: 50%;
}
.publish-date-offset-outer .pubdate {
  position: absolute;
  top: -10px;
  left: -10px;
}
@media only screen and (min-width: 48.0625em) {
  .publish-date-offset-outer {
    float: none;
  }
}

.publish-date-offset-inner {
  float: right;
  right: -50%;
  position: relative;
}
@media only screen and (min-width: 48.0625em) {
  .publish-date-offset-inner {
    float: none;
  }
}

.dummy-date-image {
  width: 218px;
  height: 40px;
}

/*
 * Component / Entity view modes / Content Listing
 */
.node-list-item {
  margin-bottom: 10px;
}
.node-list-item:last-child {
  margin-bottom: 0;
}

.content-listing-header {
  padding: 10px 8px;
}

/*
 * Component / Views / Events
 */
.node-date {
  padding: 25px 0;
}
.node-date.view-mode-block_listing {
  padding-bottom: 0;
}
.node-date.view-mode-full {
  padding: 20px;
}

.event-list {
  text-align: center;
  margin-top: 0;
}
.event-list .date-display-single {
  display: block;
}
.event-list .node-date .node-title {
  padding-bottom: 0;
  margin-top: 10px;
}
@media only screen and (min-width: 48.0625em) {
  .event-list .node-date .node-title {
    margin-top: 0;
  }
}

.event-date-ticket {
  height: 43px;
  line-height: 43px;
  text-transform: uppercase;
  text-align: center;
  color: #fffeff;
}

.buy-tickets {
  display: block;
  text-decoration: none;
}

.view-id-rg_standard_events .view-mode-content_listing {
  padding: 10px 0 20px 0;
}
.view-id-rg_standard_events .view-mode-content_listing p {
  margin-bottom: 0;
}
.view-id-rg_standard_events .content-listing-header {
  padding-top: 0;
  padding-bottom: 2px;
  margin-top: 0;
  text-align: center;
}
.view-id-rg_standard_events .content-listing-header .node-title a {
  color: #7a7067;
  font-size: 26px;
}
.view-id-rg_standard_events .content-listing-header .node-title a:hover {
  color: #313131;
}
.view-id-rg_standard_events .content-listing-content .field-name-field-venue .field-item {
  font-size: 18px;
  color: #7a7067;
}
.view-id-rg_standard_events .content-listing-content .field-name-field-venue .field-item:hover {
  color: #313131;
}

/*
 * Component / Views / Image galleries
 */
.view-rg-official-galleries .squeeze {
  padding-bottom: 0;
}
.view-rg-official-galleries h3 {
  font-weight: normal;
}

.node-official-gallery.view-mode-content_listing .gallery-plus:after {
  right: 3px;
  bottom: 1px;
}

/*
 * Components / Views / Flexslider (general styles)
 */
.flexslider {
  margin: 0;
  border: none;
  background: none;
}

.flex-direction-nav {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-direction-nav a {
  margin-top: -28.5px;
  opacity: 0.75;
  position: absolute;
}
.flex-direction-nav .flex-prev {
  background-position: 0 -312px;
  height: 57px;
  width: 38px;
  left: 5px;
}
.flex-direction-nav .flex-next {
  background-position: 0 -230px;
  height: 57px;
  width: 38px;
  right: 5px;
}

.flex-control-nav {
  bottom: 0;
  z-index: 100;
}

/*
 * Components / Views / Music / Tracks (listed on Album nodes)
 */
.node-album-tracks thead {
  display: none;
}
.node-album-tracks .views-field-title {
  color: #aca8a4;
  width: 100%;
}
.node-album-tracks .views-field-field-audio-file-url {
  padding-right: 10px;
}
.node-album-tracks .views-field-field-track-video-url,
.node-album-tracks .views-field-field-lyrics {
  padding: 0 5px;
}
.node-album-tracks .views-field-field-track-video-url a,
.node-album-tracks .views-field-field-lyrics a {
  display: block;
}
.node-album-tracks .squeeze {
  padding: 0;
}
@media only screen and (min-width: 48.0625em) {
  .node-album-tracks .squeeze {
    padding: 20px;
  }
}

/*
 * Components / Views / Video
 */
.view-rg-video h3 {
  font-weight: normal;
}
.view-rg-video.view-display-id-page_1 header {
  padding-left: .5em;
  padding-right: .5em;
}

.page-video .field-name-field-video a:before, .page-video .node-video .field-name-field-thumb-override a:before {
  content: "";
  background-position: 0 -715px;
  height: 75px;
  width: 75px;
  opacity: 0.5;
  position: absolute;
  left: 36%;
  top: 25%;
  z-index: 999;
}
.page-video .field-name-field-video a:hover:before, .page-video .node-video .field-name-field-thumb-override a:hover:before {
  opacity: 1;
}

/*
 * Component / Views / Tweets & Facebook / Block
 */
.tweets-rotator:hover .flex-direction-nav {
  visibility: visible;
}
.tweets-rotator .flex-direction-nav {
  visibility: hidden;
}
.tweets-rotator .flex-direction-nav a {
  opacity: 1;
  width: 20px;
  height: 35px;
}
.tweets-rotator .flex-direction-nav .flex-next {
  right: -10px;
  background-position: 0 -527px;
  height: 40px;
  width: 25px;
}
.tweets-rotator .flex-direction-nav .flex-prev {
  left: -10px;
  background-position: 0 -462px;
  height: 40px;
  width: 25px;
}
.tweets-rotator .views-field-field-created-time {
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
}
.tweets-rotator .views-field-field-created-time em {
  font-style: normal;
}
.tweets-rotator .main-content-bg {
  padding: 10px 20px 10px;
}

.twitter-status {
  background-color: transparent;
  color: inherit;
}
.twitter-status a {
  color: inherit;
}
.twitter-status .name-handle .name a {
  color: inherit;
}

.instagram-rotator .flex-direction-nav {
  top: 150px;
  position: absolute;
}
.instagram-rotator .flex-direction-nav a {
  top: 0;
}
.instagram-rotator .views-field-body {
  margin: 12px;
}
.instagram-rotator .views-field-body p {
  margin: 0;
}

.facebook-rotator .views-field-field-created-time {
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
}
.facebook-rotator .views-field-field-created-time em {
  font-style: normal;
}
.facebook-rotator .views-row {
  padding: 12px 12px 0 12px;
  *zoom: 1;
}
.facebook-rotator .views-row:before, .facebook-rotator .views-row:after {
  content: " ";
  display: table;
}
.facebook-rotator .views-row:after {
  clear: both;
}
.facebook-rotator .views-row .views-field:last-child {
  padding-bottom: 12px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.facebook-rotator .views-row-last .views-field:last-child {
  border-bottom: none;
}
.facebook-rotator .views-field-body p {
  margin: 0;
}
.facebook-rotator .views-field-body a {
  word-wrap: break-word;
}
.facebook-rotator .views-field-field-standard-res {
  width: 41.667%;
  float: left;
  padding-right: 12px;
}

.pane-views-lyrics-block-1 .view-id-lyrics.view-display-id-block_1 .view-content .bx-wrapper .bx-viewport {
  background-color: #f2f1ef;
  width: 100%;
  border: none;
  box-shadow: none;
}
.pane-views-lyrics-block-1 .view-id-lyrics.view-display-id-block_1 .view-content .bit-feed {
  text-align: center;
}
.pane-views-lyrics-block-1 .view-id-lyrics.view-display-id-block_1 .view-content .bit-feed li {
  vertical-align: top;
  width: 24%;
  display: inline-block;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .pane-views-lyrics-block-1 .view-id-lyrics.view-display-id-block_1 .view-content .bit-feed li {
    width: 49%;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 640px) {
  .pane-views-lyrics-block-1 .view-id-lyrics.view-display-id-block_1 .view-content .bit-feed li {
    width: 100%;
    padding: 20px;
  }
}
.pane-views-lyrics-block-1 .view-id-lyrics.view-display-id-block_1 .view-content .bit-feed li:hover {
  background-color: #fff;
}
.pane-views-lyrics-block-1 .view-id-lyrics.view-display-id-block_1 .view-content .bit-feed li > a.lyric-link {
  padding: 20px 10px;
  display: block;
}
.pane-views-lyrics-block-1 .view-id-lyrics.view-display-id-block_1 .view-content .bx-controls .bx-controls-direction .bx-prev {
  width: 33px;
  height: 57px;
  background: url(../images/sprites-s649204baf3.png) no-repeat -2px -312px;
  left: -10px;
  z-index: 10;
}
.pane-views-lyrics-block-1 .view-id-lyrics.view-display-id-block_1 .view-content .bx-controls .bx-controls-direction .bx-next {
  width: 33px;
  height: 57px;
  background: url(../images/sprites-s649204baf3.png) no-repeat -2px -230px;
  right: -10px;
  z-index: 10;
}
.pane-views-lyrics-block-1 .view-id-lyrics.view-display-id-block_1 .views-field-title a {
  font-size: 18px;
}
.pane-views-lyrics-block-1 .view-id-lyrics.view-display-id-block_1 .views-field-field-lyrics-image {
  margin: 18px 0 0;
}
.pane-views-lyrics-block-1 .view-id-lyrics.view-display-id-block_1 .views-field-field-lyrics-image .field-content p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 0;
}
.pane-views-lyrics-block-1 .view-id-lyrics.view-display-id-block_1 .views-field-field-lyrics-image .field-content p a {
  color: #584f46;
  font-size: 14px;
  line-height: 22px;
  outline: none;
}
@media only screen and (max-width: 640px) {
  .pane-views-lyrics-block-1 .view-id-lyrics.view-display-id-block_1 .views-field-field-lyrics-image {
    display: none;
  }
}
.pane-views-lyrics-block-1 .view-footer {
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
}
.pane-views-lyrics-block-1 .view-footer p {
  line-height: 34px;
  margin: 0;
}
.pane-views-lyrics-block-1 .view-footer p a {
  display: block;
  float: right;
  padding-right: 35px;
  position: relative;
  outline: none;
  color: #bd2626;
  font-size: 15px;
  font-weight: 600;
  left: 11px;
}
.pane-views-lyrics-block-1 .view-footer p a .icon-container {
  clear: none;
  display: block;
  float: none;
  font-size: 28px;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 2px;
  z-index: 5;
}
.pane-views-lyrics-block-1 .view-footer p a:hover {
  color: #920606;
}

/*
 * Component / Panel / Juke Track
 */
.panel-col-last .inside .pane-views-rg-standard-music-block-1 {
  margin: -25px 0 -289px;
}
.panel-col-last .inside .pane-views-rg-standard-music-block-1 .view-rg-standard-music {
  position: relative;
  z-index: 15;
}
.panel-col-last .inside .pane-views-rg-standard-music-block-1 .view-rg-standard-music .flexslider .flex-viewport {
  min-height: 590px;
}
.panel-col-last .inside .pane-views-rg-standard-music-block-1 .view-rg-standard-music .flexslider .flex-viewport .slides li .m2api_products {
  margin: 0 auto;
}
.panel-col-last .inside .pane-views-rg-standard-music-block-1 .view-rg-standard-music .flexslider .flex-viewport .slides li .m2api_products .m2api_container {
  width: 222px;
}
.panel-col-last .inside .pane-views-rg-standard-music-block-1 .view-rg-standard-music .flexslider .flex-viewport .slides li .m2api_products .m2api_container .m2-row .m2-product-button-wrapper span {
  font-size: 13px;
}
.panel-col-last .inside .pane-views-rg-standard-music-block-1 .view-rg-standard-music .click {
  background: url("../images/sprites-s649204baf3.png") no-repeat scroll -5px -6px rgba(0, 0, 0, 0);
  height: 80px;
  opacity: 0.75;
  position: absolute;
  text-indent: -99999px;
  width: 80px;
  top: -125px;
  left: 115px;
}
.panel-col-last .inside .pane-views-rg-standard-music-block-1 .view-rg-standard-music .click:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .panel-col-last .inside .pane-views-rg-standard-music-block-1 .view-rg-standard-music .click {
    left: 50%;
    margin-left: -40px;
  }
}
.panel-col-last .inside .pane-views-rg-standard-music-block-1 .view-rg-standard-music .pause {
  background: url("../images/sprites-s649204baf3.png") no-repeat scroll -5px -121px rgba(0, 0, 0, 0);
  height: 80px;
  position: absolute;
  top: -125px;
  width: 80px;
  opacity: 0.75;
  text-indent: -99999px;
  left: 115px;
}
@media only screen and (max-width: 768px) {
  .panel-col-last .inside .pane-views-rg-standard-music-block-1 .view-rg-standard-music .pause {
    left: 50%;
    margin-left: -40px;
  }
}
.panel-col-last .inside .pane-views-rg-standard-music-block-1 .view-rg-standard-music .pause:hover {
  opacity: 1;
}

.field-name-field-album-download-links .links-dropdown-list h3 span.fs1 {
  display: inline-block !important;
  background: url("../images/sprite.v1.png") no-repeat scroll -136px -38px rgba(0, 0, 0, 0);
  height: 10px;
  width: 20px;
}
.field-name-field-album-download-links .links-dropdown-list h3 span.fs1:before {
  content: none;
}

/*
 * Component / Views / Lyrics Page
 */
.view-id-lyrics .view-content ul li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .view-id-lyrics .view-content ul li {
    width: 100%;
  }
}
.view-id-lyrics .view-content ul li .views-field-title a {
  color: #584f46;
  font-size: 18px;
  outline: none;
}
.view-id-lyrics .view-content ul li .views-field-field-lyrics-image {
  margin-top: 16px;
}
.view-id-lyrics .view-content ul li .views-field-field-lyrics-image p a {
  color: #584f46;
  font-size: 14px;
  line-height: 22px;
  outline: none;
}

/*
 * Component / Views / Release jukebox
 */
.view-rg-standard-music.view-display-id-block_1 .flexslider .slides li .main-content-bg {
  background-color: #fff;
}
.view-rg-standard-music.view-display-id-block_1 .flexslider .slides li .main-content-bg article .field-name-field-album-cover .field-item {
  text-align: center;
}
.view-rg-standard-music.view-display-id-block_1 .flexslider .slides li .main-content-bg article .field-name-field-album-cover .field-item img {
  width: auto;
  display: inline-block;
}

.view-display-id-entity_view_1 .views-row .views-field-title {
  text-align: center;
  margin: 12px 66px;
}
.view-display-id-entity_view_1 .views-row .views-field-title span a {
  color: #584f46;
  font-size: 14px;
  line-height: 17px;
}
.view-display-id-entity_view_1 .views-row .views-field-title span a:hover {
  color: #aeaeae;
}
.view-display-id-entity_view_1 .views-row .views-field-field-audio-file-url {
  text-align: center;
}

.view-display-id-block_1 .view-display-id-entity_view_1 + header,
.view-display-id-block_1 .field-name-field-album-cover + header {
  text-align: center;
  margin: 12px 66px;
}
.view-display-id-block_1 .view-display-id-entity_view_1 + header .node-title a,
.view-display-id-block_1 .field-name-field-album-cover + header .node-title a {
  color: #584f46;
  font-size: 16px;
  font-weight: 600px;
  line-height: 22px;
  text-transform: capitalize;
}
.view-display-id-block_1 .view-display-id-entity_view_1 + header .node-title a:hover,
.view-display-id-block_1 .field-name-field-album-cover + header .node-title a:hover {
  color: #aeaeae;
}
.view-display-id-block_1 .m2api_products.m2_album {
  text-align: center;
}
.view-display-id-block_1 .m2api_products.m2_album .m2-buy-now {
  font-weight: 600;
}

.field-name-field-album-download-links {
  text-align: center;
  margin: 0;
}
.field-name-field-album-download-links .links-dropdown-list h3 {
  background: #bd2626;
  font-size: 16px;
  padding: 10px 10px 12px 15px;
}
.field-name-field-album-download-links .links-dropdown-list h3:hover {
  background: #920606;
}
.field-name-field-album-download-links .links-dropdown-list h3 .fs1 {
  font-size: 13px;
  line-height: 18px;
  margin-left: 12px;
}
.field-name-field-album-download-links .links-dropdown-list ul {
  background: #bd2626;
}
.field-name-field-album-download-links .links-dropdown-list ul li {
  padding: 5px 10px;
}
.field-name-field-album-download-links .links-dropdown-list ul li:hover {
  background: #920606;
}
.field-name-field-album-download-links .links-dropdown-list ul li a {
  line-height: 22px;
}

.node-type-album .content .field-name-field-album-download-links,
.node-type-track .content .field-name-field-album-download-links {
  text-align: left;
}

.view-rg-standard-music.view-display-id-entity_view_1 .jp-pauseplay,
.view-rg-standard-music.view-display-id-entity_view_1 .pause {
  display: none;
}

.view-rg-standard-music.view-display-id-block_1 {
  margin-top: 29px;
}
@media only screen and (max-width: 768px) {
  .view-rg-standard-music.view-display-id-block_1 {
    margin-top: 230px;
  }
}
@media only screen and (max-width: 640px) {
  .view-rg-standard-music.view-display-id-block_1 {
    margin-top: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .view-rg-standard-music.view-display-id-block_1 {
    margin-top: 92px;
  }
}
@media only screen and (max-width: 360px) {
  .view-rg-standard-music.view-display-id-block_1 {
    margin-top: 55px;
  }
}
.view-rg-standard-music.view-display-id-block_1 .flexslider .flex-direction-nav li a {
  top: 84px;
  text-indent: -999999px;
  outline: none;
}
.view-rg-standard-music.view-display-id-block_1 .flexslider .flex-direction-nav li .flex-prev {
  left: 29px;
}
@media only screen and (max-width: 768px) {
  .view-rg-standard-music.view-display-id-block_1 .flexslider .flex-direction-nav li .flex-prev {
    left: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .view-rg-standard-music.view-display-id-block_1 .flexslider .flex-direction-nav li .flex-prev {
    left: 25%;
  }
}
@media only screen and (max-width: 384px) {
  .view-rg-standard-music.view-display-id-block_1 .flexslider .flex-direction-nav li .flex-prev {
    left: 5%;
  }
}
.view-rg-standard-music.view-display-id-block_1 .flexslider .flex-direction-nav li .flex-next {
  right: 26px;
}
@media only screen and (max-width: 768px) {
  .view-rg-standard-music.view-display-id-block_1 .flexslider .flex-direction-nav li .flex-next {
    right: 27%;
  }
}
@media only screen and (max-width: 640px) {
  .view-rg-standard-music.view-display-id-block_1 .flexslider .flex-direction-nav li .flex-next {
    right: 27%;
  }
}
@media only screen and (max-width: 384px) {
  .view-rg-standard-music.view-display-id-block_1 .flexslider .flex-direction-nav li .flex-next {
    right: 5%;
  }
}

/*
 * Component / Views / Video Listing Page
 */
.page-videos #main #content .module-headers, .page-videos #main #content #content-bottom .node-title, #content-bottom .page-videos #main #content .node-title {
  width: 80%;
}
.page-videos #main #content .view-display-id-page_2 .view-header {
  position: absolute;
  top: 40px;
  right: 20px;
  padding-right: 10px;
  z-index: 10;
}
.page-videos #main #content .view-display-id-page_2 .view-header p {
  margin: 0;
  line-height: 16px;
}
.page-videos #main #content .view-display-id-page_2 .view-header p .back-to-gallery {
  color: #7a7067;
  font-size: 14px;
  outline: none;
}
.page-videos #main #content .view-display-id-page_2 .view-header p .back-to-gallery:hover {
  color: #584f46;
}
@media only screen and (max-width: 768px) {
  .page-videos #main #content .view-display-id-page_2 .view-content ul {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .page-videos #main #content .view-display-id-page_2 .view-content ul li {
    max-width: 301px;
    float: none;
    display: inline-block;
  }
}
.page-videos #main #content .view-display-id-page_2 .view-content ul li article.node-video .video-listing {
  position: relative;
}
.page-videos #main #content .view-display-id-page_2 .view-content ul li article.node-video .video-listing .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video-overlay.png) no-repeat center center;
}
.page-videos #main #content .view-display-id-page_2 .view-content ul li article.node-video .video-listing .video-overlay:hover {
  opacity: 0.8;
}
.page-videos #main #content .view-display-id-page_2 .view-content ul li article.node-video h3 {
  margin: 10px 0;
}
.page-videos #main #content .view-display-id-page_2 .view-content ul li article.node-video h3 a {
  font-size: 16px;
  font-weight: 600;
  color: #7a7067;
  line-height: 20px;
  outline: none;
}
.page-videos #main #content .view-display-id-page_2 .view-content ul li article.node-video h3 a:hover {
  color: #584f46;
}

/*
 * Component / Views / Events Listing Page
 */
.page-tour #main #content,
.page-events #main #content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 52px;
  position: relative;
}
.page-tour #main #content div.module-headers, .page-tour #main #content #content-bottom div.node-title, #content-bottom .page-tour #main #content div.node-title,
.page-events #main #content div.module-headers,
.page-events #main #content #content-bottom div.node-title,
#content-bottom .page-events #main #content div.node-title {
  padding-top: 12px;
}
@media only screen and (max-width: 320px) {
  .page-tour #main #content div.module-headers, .page-tour #main #content #content-bottom div.node-title, #content-bottom .page-tour #main #content div.node-title,
  .page-events #main #content div.module-headers,
  .page-events #main #content #content-bottom div.node-title,
  #content-bottom .page-events #main #content div.node-title {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 384px) {
  .page-tour #main #content div.module-headers, .page-tour #main #content #content-bottom div.node-title, #content-bottom .page-tour #main #content div.node-title,
  .page-events #main #content div.module-headers,
  .page-events #main #content #content-bottom div.node-title,
  #content-bottom .page-events #main #content div.node-title {
    margin-bottom: 85px;
  }
}
.page-tour #main #content .view-display-id-page .attachment-before,
.page-events #main #content .view-display-id-page .attachment-before {
  position: absolute;
  right: 20px;
  top: 24px;
}
@media only screen and (max-width: 384px) {
  .page-tour #main #content .view-display-id-page .attachment-before,
  .page-events #main #content .view-display-id-page .attachment-before {
    top: 65px;
    right: auto;
  }
}
.page-tour #main #content .view-display-id-page .attachment-before .view-display-id-attachment_1 .view-header,
.page-events #main #content .view-display-id-page .attachment-before .view-display-id-attachment_1 .view-header {
  display: inline-block;
}
.page-tour #main #content .view-display-id-page .attachment-before .view-display-id-attachment_1 .view-header .date-select,
.page-events #main #content .view-display-id-page .attachment-before .view-display-id-attachment_1 .view-header .date-select {
  color: #7a7067;
  font-size: 16px;
}
@media only screen and (max-width: 384px) {
  .page-tour #main #content .view-display-id-page .attachment-before .view-display-id-attachment_1 .view-header .date-select,
  .page-events #main #content .view-display-id-page .attachment-before .view-display-id-attachment_1 .view-header .date-select {
    margin-bottom: 5px;
  }
}
.page-tour #main #content .view-display-id-page .attachment-before .view-display-id-attachment_1 .view-content,
.page-events #main #content .view-display-id-page .attachment-before .view-display-id-attachment_1 .view-content {
  width: 110px;
  display: inline-block;
}
.page-tour #main #content .view-display-id-page .attachment-before .view-display-id-attachment_1 .view-content #ctools-jump-menu .form-item,
.page-events #main #content .view-display-id-page .attachment-before .view-display-id-attachment_1 .view-content #ctools-jump-menu .form-item {
  width: 110px;
  margin: 0;
}
.page-tour #main #content .view-display-id-page .attachment-before .view-display-id-attachment_1 .view-content #ctools-jump-menu #edit-go,
.page-events #main #content .view-display-id-page .attachment-before .view-display-id-attachment_1 .view-content #ctools-jump-menu #edit-go {
  display: none;
}
.page-tour #main #content .view-display-id-page div.pager,
.page-events #main #content .view-display-id-page div.pager {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.page-tour #main #content .view-display-id-page div.pager ul.pager,
.page-events #main #content .view-display-id-page div.pager ul.pager {
  margin-top: 0;
}
.page-tour #main #content .view-display-id-page .view-content .main-content-bg article.node-date,
.page-events #main #content .view-display-id-page .view-content .main-content-bg article.node-date {
  margin: 0;
  padding: 20px 0;
  display: table;
  width: 100%;
}
.page-tour #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-left,
.page-events #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-left {
  padding-left: 0;
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .page-tour #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-left,
  .page-events #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-left {
    display: block;
    float: left;
    width: 100%;
    padding-right: 0;
  }
}
.page-tour #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-middle,
.page-events #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-middle {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.page-tour #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-middle .content-listing-header,
.page-events #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-middle .content-listing-header {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-tour #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-middle .content-listing-header h2.node-title,
  .page-events #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-middle .content-listing-header h2.node-title {
    margin: 10px 0;
  }
}
.page-tour #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-middle .content-listing-header .field-name-field-venue .field-item,
.page-events #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-middle .content-listing-header .field-name-field-venue .field-item {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page-tour #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-middle,
  .page-events #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-middle {
    display: block;
    float: left;
    width: 100%;
  }
}
.page-tour #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-right,
.page-events #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-right {
  padding-right: 0;
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .page-tour #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-right,
  .page-events #main #content .view-display-id-page .view-content .main-content-bg article.node-date .content-listing-right {
    display: block;
    float: left;
    width: 100%;
    padding-left: 0;
  }
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events div.pager,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events div.pager {
  display: block;
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li {
  margin-top: 10px;
  background-color: #f2f1ef;
  padding: 20px 0;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li,
  .page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li {
    display: block;
  }
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-date,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-date {
  width: 25%;
  padding-right: 12px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-date,
  .page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-date {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-date .date-display-single,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-date .date-display-single {
  display: block;
  text-transform: uppercase;
  background-color: #aca8a4;
  line-height: 43px;
  color: #fff;
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location-state,
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location-state,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location {
  width: 50%;
  padding: 0 12px;
  text-align: center;
  display: table-cell;
}
@media only screen and (max-width: 768px) {
  .page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location-state,
  .page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location,
  .page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location-state,
  .page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location {
    width: 100%;
    display: block;
    margin: 10px 0;
  }
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location-state .field-content a,
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location .field-content a,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location-state .field-content a,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location .field-content a {
  color: #7a7067;
  font-size: 26px;
  line-height: 34px;
  outline: none;
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location-state .field-content a span,
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location .field-content a span,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location-state .field-content a span,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location .field-content a span {
  display: block;
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location-state .field-content a span.venue,
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location .field-content a span.venue,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location-state .field-content a span.venue,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location .field-content a span.venue {
  font-size: 18px;
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location-state .field-content a:hover,
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location .field-content a:hover,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location-state .field-content a:hover,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-location .field-content a:hover {
  color: #473f37;
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-venue,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-venue {
  display: none;
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing {
  display: table-cell;
  width: 11%;
  vertical-align: middle;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing,
  .page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing {
    display: inline-block;
    width: 10%;
    text-align: center;
  }
}
@media only screen and (max-width: 384px) {
  .page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing,
  .page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing {
    width: 15%;
    text-align: center;
  }
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing span,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing span {
  display: inline-block;
  text-indent: -9999px;
  text-align: center;
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing span .tour-date-photos,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing span .tour-date-photos {
  display: block;
  text-align: center;
  text-indent: -9999px;
  outline: none;
  width: 25px;
  height: 19px;
  background: url(../images/sprite.v1.png) no-repeat -142px -5px;
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing-1,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing-1 {
  display: table-cell;
  width: 8%;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing-1,
  .page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing-1 {
    display: inline-block;
    width: 10%;
    text-align: center;
  }
}
@media only screen and (max-width: 384px) {
  .page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing-1,
  .page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing-1 {
    width: 15%;
    text-align: center;
  }
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing-1 span,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing-1 span {
  display: inline-block;
  text-indent: -9999px;
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing-1 span .tour-date-videos,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-nothing-1 span .tour-date-videos {
  display: block;
  text-indent: -9999px;
  outline: none;
  width: 25px;
  height: 18px;
  background: url(../images/sprite.v1.png) no-repeat -179px -6px;
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-delta,
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-setlist,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-delta,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-setlist {
  display: table-cell;
  width: 6%;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-delta,
  .page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-setlist,
  .page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-delta,
  .page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-setlist {
    display: inline-block;
    width: 10%;
    text-align: center;
  }
}
@media only screen and (max-width: 384px) {
  .page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-delta,
  .page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-setlist,
  .page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-delta,
  .page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-setlist {
    width: 15%;
    text-align: center;
  }
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-delta .field-content,
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-setlist .field-content,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-delta .field-content,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-setlist .field-content {
  display: inline-block;
  text-indent: -9999px;
}
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-delta .field-content .event-setlist,
.page-tour #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-setlist .field-content .event-setlist,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-delta .field-content .event-setlist,
.page-events #main #content .view-display-id-page .view-footer .view-id-rg_standard_events .view-content .item-list ul li .views-field-field-setlist .field-content .event-setlist {
  display: block;
  text-indent: -9999px;
  outline: none;
  width: 19px;
  height: 23px;
  background: url(../images/sprite.v1.png) no-repeat -217px -3px;
}

#block-views-rg-standard-spotlight-block .view-rg-standard-spotlight #slider ul li {
  height: 401px !important;
}

#block-views-rg-standard-spotlight-block-2 .view-rg-standard-spotlight #slider-1 ul li {
  height: 401px !important;
}

/**
 * Component / Views / Fan Photos Page
 */
.page-photo .main-content-wrapper #main #content .view-fan-photos.view-display-id-page_1 .view-content > div.item-list {
  background: #f2f1ef;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .page-photo .main-content-wrapper #main #content .view-fan-photos.view-display-id-page_1 .view-content > div.item-list ul {
    text-align: center;
  }
}
.page-photo .main-content-wrapper #main #content .view-fan-photos.view-display-id-page_1 .view-content > div.item-list ul li {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .page-photo .main-content-wrapper #main #content .view-fan-photos.view-display-id-page_1 .view-content > div.item-list ul li {
    width: 100%;
    display: block;
    padding: 0 0 15px;
  }
}
.page-photo .main-content-wrapper #main #content .view-fan-photos.view-display-id-page_1 .view-content > div.item-list ul li.views-row-odd {
  padding: 0 10px 15px 0;
}
@media only screen and (max-width: 640px) {
  .page-photo .main-content-wrapper #main #content .view-fan-photos.view-display-id-page_1 .view-content > div.item-list ul li.views-row-odd {
    padding: 0 0 15px;
  }
}

/**
 * @file
 * _component_nodes.scss
 *
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
.node-unpublished {
  background-color: transparent;
}
.node-unpublished p.unpublished {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 50px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
  margin-top: 15px;
}

/**
 * Components / Nodes / Date
 */
.node-date .event-tickets {
  margin-bottom: 20px;
}
.node-date .event-location {
  font-size: 26px;
  margin-top: 10px;
}
.node-date .event-venue .venue {
  font-size: 18px;
}
.node-date .event-date {
  font-size: 18px;
}
.node-date .sharrre-icons {
  margin-top: 10px;
}
.node-date .sold-out {
  font-weight: bold;
}

.event-information > div {
  padding-bottom: 10px;
}

.event-body {
  padding: 0;
  line-height: 18px;
}
.event-body p {
  line-height: 30px;
  margin-top: 4px;
}
.event-body a {
  font-weight: bold;
  font-style: italic;
}

.page-node.node-type-date #main #content .tour-photos .module-headers, .page-node.node-type-date #main #content .tour-photos #content-bottom .node-title, #content-bottom .page-node.node-type-date #main #content .tour-photos .node-title, .page-node.node-type-date #main #content .tour-videos .module-headers, .page-node.node-type-date #main #content .tour-videos #content-bottom .node-title, #content-bottom .page-node.node-type-date #main #content .tour-videos .node-title, .page-node.node-type-date #main #content .setlist .module-headers, .page-node.node-type-date #main #content .setlist #content-bottom .node-title, #content-bottom .page-node.node-type-date #main #content .setlist .node-title {
  padding-left: 0;
  padding-top: 64px;
  border-bottom: 8px solid #d2d0cb;
  position: relative;
}
.page-node.node-type-date #main #content .tour-photos .module-headers a, .page-node.node-type-date #main #content .tour-photos #content-bottom .node-title a, #content-bottom .page-node.node-type-date #main #content .tour-photos .node-title a, .page-node.node-type-date #main #content .tour-videos .module-headers a, .page-node.node-type-date #main #content .tour-videos #content-bottom .node-title a, #content-bottom .page-node.node-type-date #main #content .tour-videos .node-title a, .page-node.node-type-date #main #content .setlist .module-headers a, .page-node.node-type-date #main #content .setlist #content-bottom .node-title a, #content-bottom .page-node.node-type-date #main #content .setlist .node-title a {
  color: #fff;
  float: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 14px;
  right: 0;
  padding: 16px;
}
@media only screen and (max-width: 384px) {
  .page-node.node-type-date #main #content .tour-photos .module-headers a, .page-node.node-type-date #main #content .tour-photos #content-bottom .node-title a, #content-bottom .page-node.node-type-date #main #content .tour-photos .node-title a, .page-node.node-type-date #main #content .tour-videos .module-headers a, .page-node.node-type-date #main #content .tour-videos #content-bottom .node-title a, #content-bottom .page-node.node-type-date #main #content .tour-videos .node-title a, .page-node.node-type-date #main #content .setlist .module-headers a, .page-node.node-type-date #main #content .setlist #content-bottom .node-title a, #content-bottom .page-node.node-type-date #main #content .setlist .node-title a {
    font-size: 13px;
    padding: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .page-node.node-type-date #main #content .tour-photos .module-headers a, .page-node.node-type-date #main #content .tour-photos #content-bottom .node-title a, #content-bottom .page-node.node-type-date #main #content .tour-photos .node-title a, .page-node.node-type-date #main #content .tour-videos .module-headers a, .page-node.node-type-date #main #content .tour-videos #content-bottom .node-title a, #content-bottom .page-node.node-type-date #main #content .tour-videos .node-title a, .page-node.node-type-date #main #content .setlist .module-headers a, .page-node.node-type-date #main #content .setlist #content-bottom .node-title a, #content-bottom .page-node.node-type-date #main #content .setlist .node-title a {
    font-size: 11px;
    padding: 11px;
  }
}
.page-node.node-type-date #main #content .tour-photos .module-headers, .page-node.node-type-date #main #content .tour-photos #content-bottom .node-title, #content-bottom .page-node.node-type-date #main #content .tour-photos .node-title {
  margin-bottom: 16px;
}
.page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li {
  width: 180px;
  margin: 0 16px 16px 0;
}
@media only screen and (max-width: 768px) {
  .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li {
    width: 33%;
    text-align: center;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li {
    width: 50%;
    text-align: center;
    margin-right: 0;
  }
}
@media only screen and (max-width: 384px) {
  .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li .comments-link {
  display: none;
}
.page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-official-photo .field-name-field-photo, .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-event-photos .field-name-field-photo {
  padding: 0;
  margin: 0;
  position: relative;
}
.page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-official-photo .field-name-field-photo a:before, .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-event-photos .field-name-field-photo a:before {
  background: url(../images/sprite.v1.png) no-repeat 0 -59px;
  height: 52px;
  right: 8px;
  top: -4px;
  position: absolute;
  width: 45px;
  content: "";
}
@media only screen and (max-width: 768px) {
  .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-official-photo .field-name-field-photo a:before, .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-event-photos .field-name-field-photo a:before {
    right: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-official-photo .field-name-field-photo a:before, .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-event-photos .field-name-field-photo a:before {
    right: 54px;
  }
}
@media only screen and (max-width: 598px) {
  .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-official-photo .field-name-field-photo a:before, .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-event-photos .field-name-field-photo a:before {
    right: 47px;
  }
}
@media only screen and (max-width: 568px) {
  .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-official-photo .field-name-field-photo a:before, .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-event-photos .field-name-field-photo a:before {
    right: 44px;
  }
}
@media only screen and (max-width: 480px) {
  .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-official-photo .field-name-field-photo a:before, .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-event-photos .field-name-field-photo a:before {
    right: 18px;
  }
}
@media only screen and (max-width: 384px) {
  .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-official-photo .field-name-field-photo a:before, .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-event-photos .field-name-field-photo a:before {
    right: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-official-photo .field-name-field-photo a:before, .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-event-photos .field-name-field-photo a:before {
    right: 58px;
  }
}
@media only screen and (max-width: 320px) {
  .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-official-photo .field-name-field-photo a:before, .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-event-photos .field-name-field-photo a:before {
    right: 30px;
  }
}
.page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-event-photos .field-name-field-photo, .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-fan-photo .field-name-field-photo {
  padding: 0;
  margin: 0;
}
.page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-event-photos ul.links.inline, .page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-content li article.node-fan-photo ul.links.inline {
  display: none;
}
.page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-footer {
  clear: both;
  text-align: center;
}
.page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-footer p {
  padding-top: 11px;
}
.page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-footer p .load-more {
  background: #cbc7c0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 42px;
  text-transform: uppercase;
}
.page-node.node-type-date #main #content .tour-photos .view-rg-standard-events .view-footer p .load-more:hover {
  background-color: #e3ae53;
}
@media only screen and (max-width: 768px) {
  .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events {
    text-align: center;
  }
}
.page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li {
  float: left;
  padding: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li {
    float: none;
    display: inline-block;
    width: 100%;
  }
}
.page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li .comments-link {
  display: none;
}
.page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-event-videos {
  padding: 0;
}
.page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-event-videos ul.links.inline {
  display: none;
}
.page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video {
  padding: 0;
}
.page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .video-listing .field-name-field-thumb-override, .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .video-listing .field-name-field-video {
  position: relative;
}
.page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .video-listing .field-name-field-thumb-override a:before, .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .video-listing .field-name-field-video a:before {
  background: url(../images/sprite.v1.png) no-repeat 0 -59px;
  height: 52px;
  right: 8px;
  top: -4px;
  position: absolute;
  width: 45px;
  content: "";
}
@media only screen and (max-width: 640px) {
  .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .video-listing .field-name-field-thumb-override a:before, .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .video-listing .field-name-field-video a:before {
    right: 147px;
  }
}
@media only screen and (max-width: 598px) {
  .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .video-listing .field-name-field-thumb-override a:before, .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .video-listing .field-name-field-video a:before {
    right: 126px;
  }
}
@media only screen and (max-width: 568px) {
  .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .video-listing .field-name-field-thumb-override a:before, .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .video-listing .field-name-field-video a:before {
    right: 111px;
  }
}
@media only screen and (max-width: 480px) {
  .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .video-listing .field-name-field-thumb-override a:before, .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .video-listing .field-name-field-video a:before {
    right: 68px;
  }
}
@media only screen and (max-width: 384px) {
  .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .video-listing .field-name-field-thumb-override a:before, .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .video-listing .field-name-field-video a:before {
    right: 8px;
  }
}
.page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li article.node-video .node-title {
  display: none;
}
.page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li.views-row-even {
  padding: 10px 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .page-node.node-type-date #main #content .tour-videos .view-rg-standard-events li.views-row-even {
    padding-left: 0;
  }
}
.page-node.node-type-date #main #content .setlist {
  clear: both;
}
.page-node.node-type-date #main #content .setlist .field-name-field-setlist {
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .page-node.node-type-date #main #content .setlist .field-name-field-setlist {
    text-align: center;
  }
}
@media only screen and (max-width: 384px) {
  .page-node.node-type-date #main #content .setlist .field-name-field-setlist iframe {
    width: 100%;
  }
}

/*
 * Components / Nodes / Albums
 */
.node-album .node-title {
  font-weight: normal;
}
@media only screen and (min-width: 48.0625em) {
  .node-album.view-mode-full .album-details {
    min-height: 283px;
  }
}
.node-album.view-mode-full .node-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48.0625em) {
  .node-album.view-mode-full .node-title {
    margin-top: 0;
  }
}
.node-album.view-mode-full .field-name-field-album-download-links {
  margin-top: 20px;
  margin-bottom: 32px;
}
.node-album.view-mode-full .sharrre-icons {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48.0625em) {
  .node-album.view-mode-full .sharrre-icons {
    margin: 0;
    position: absolute;
    bottom: 0;
  }
}

.tracks {
  padding-top: 20px;
}
.tracks tr {
  height: 60px;
  font-size: 18px;
}
.tracks [data-icon] {
  color: #aca8a4;
  font-size: 1.6em;
}
.tracks [data-icon]:hover {
  color: #3b352f;
}

/*
 * Components / Nodes / Album jPlayer custom styles
 */
.jp-pauseplay {
  font-size: 1.5em;
}
.jp-pauseplay .fs1 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.jp-pauseplay .pause {
  display: none;
}
.jp-pauseplay.pause .pause {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.jp-pauseplay.pause .play {
  display: none;
}

/*
 * Components / Nodes / Track
 */
.node-track header {
  margin-bottom: 10px;
}
.node-track .field-name-field-lyrics {
  line-height: 22px;
}

/*
 * Components / Nodes / Photos
 */
.view-mode-full .field-name-field-photo {
  margin-bottom: 10px;
  padding-top: 20px;
}
.view-mode-full .content {
  padding-bottom: 10px;
}

.view-mode-content_listing .views-field-field-photo {
  overflow: hidden;
}
.view-mode-content_listing .field-name-field-photo {
  margin-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}
.view-mode-content_listing.gallery-zoom .views-field-field-photo img,
.view-mode-content_listing.gallery-zoom .field-name-field-photo img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.view-mode-content_listing.gallery-zoom .views-field-field-photo:hover img,
.view-mode-content_listing.gallery-zoom .field-name-field-photo:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.view-mode-content_listing.gallery-darken .views-field-field-photo,
.view-mode-content_listing.gallery-darken .field-name-field-photo {
  position: relative;
}
.view-mode-content_listing.gallery-darken .views-field-field-photo:after,
.view-mode-content_listing.gallery-darken .field-name-field-photo:after {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
}
.view-mode-content_listing.gallery-darken .views-field-field-photo:hover:after,
.view-mode-content_listing.gallery-darken .field-name-field-photo:hover:after {
  background: rgba(0, 0, 0, 0.5);
}

/*
 * Components / Nodes / Video
 */
.node-video {
  position: relative;
}
.node-video h2 {
  margin-top: 10px;
}
.front .node-video h2 {
  margin-top: 0;
}
.node-video object,
.node-video embed {
  width: 100%;
}

/*
 * Components / Nodes / Node headers
 */
.all-node-content {
  min-height: 47px;
  padding-right: 15px;
  clear: both;
}
.all-node-content h1 {
  display: inline-block;
}
.all-node-content a {
  display: inline-block;
  float: right;
  text-transform: none;
  color: #7a7067;
  font-size: 14px;
  outline: none;
  margin-top: 7px;
}
@media only screen and (max-width: 480px) {
  .all-node-content a {
    display: block;
    text-align: right;
    float: none;
  }
}
.all-node-content a:hover {
  color: #584f46;
}

/**
 * Component / Nodes / Comments / Facebook
 */
#fb-comments,
#fb-comments iframe[style] {
  width: 100% !important;
}

.fb_iframe_widget {
  display: block !important;
}
.fb_iframe_widget span {
  width: 100% !important;
  display: block;
}

.facebook-comment {
  margin-top: 20px;
}

.fb_iframe_widget span iframe {
  position: relative;
}

.read-more-full {
  display: none;
}

.read-more-trim .read-more,
.read-more-full .read-more {
  cursor: pointer;
}

.page-node #main #content {
  padding-left: 20px;
  padding-right: 20px;
}
.page-node #main #content article .field-name-body {
  color: #313131;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
.page-node #main #content article .field-name-body h4 {
  font-size: 14px;
  font-weight: bold;
}
.page-node #main #content article .field-name-body td {
  vertical-align: top;
  padding: 0.375em;
}
.page-node #main #content article .field-name-body a {
  font-style: italic;
  font-weight: bold;
}
.page-node #main #content article .field-name-body ol li {
  font-size: 14px;
}
.page-node #main #content article .field-name-body .vid-wrappers {
  position: relative;
  padding-bottom: 80%;
}
.page-node #main #content article .field-name-body .vid-wrappers object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landspace) {
  .page-node #main #content article .field-name-body .vid-wrappers object {
    width: 486px !important;
    height: 412px !important;
  }
}
.page-node #main #content article .field-name-body .vid-wrappers object embed {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}
.page-node #main #content article .field-name-body .vid-wrappers iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page-node #main #content .module-headers, .page-node #main #content #content-bottom .node-title, #content-bottom .page-node #main #content .node-title {
  background: none !important;
  padding-right: 10px;
  padding-left: 10px;
}
.page-node #main #content .module-headers h1, .page-node #main #content #content-bottom .node-title h1, #content-bottom .page-node #main #content .node-title h1 {
  color: #e3ae53;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .page-node #main #content .module-headers h1, .page-node #main #content #content-bottom .node-title h1, #content-bottom .page-node #main #content .node-title h1 {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .page-node #main #content .module-headers h1, .page-node #main #content #content-bottom .node-title h1, #content-bottom .page-node #main #content .node-title h1 {
    width: 100%;
  }
}
.page-node #main #content article.node-official-photo .field-name-field-concert {
  line-height: 22px;
  margin-top: 15px;
}

/**
 * Component / Nodes / Photo Listing Page
 */
.node-type-official-gallery #main #content .view-display-id-entity_view_1 .main-content-bg {
  padding: 15px;
  background-color: #f2f1ef;
}
.node-type-official-gallery #main #content .view-display-id-entity_view_1 .main-content-bg ul.large-block-grid-2 {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .node-type-official-gallery #main #content .view-display-id-entity_view_1 .main-content-bg ul.large-block-grid-2 {
    text-align: center;
  }
}
.node-type-official-gallery #main #content .view-display-id-entity_view_1 .main-content-bg ul.large-block-grid-2 li {
  width: auto;
  max-width: 100%;
  clear: none;
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .node-type-official-gallery #main #content .view-display-id-entity_view_1 .main-content-bg ul.large-block-grid-2 li {
    width: 100%;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .node-type-official-gallery #main #content .view-display-id-entity_view_1 .main-content-bg ul.large-block-grid-2 li .field-name-field-photo a img {
    width: 100%;
  }
}
.node-type-official-gallery #main #content .view-display-id-entity_view_1 .main-content-bg ul.large-block-grid-2 li.views-row-odd {
  padding: 0 10px 15px 0;
}
@media only screen and (max-width: 640px) {
  .node-type-official-gallery #main #content .view-display-id-entity_view_1 .main-content-bg ul.large-block-grid-2 li.views-row-odd {
    padding-right: 0;
  }
}
.node-type-official-gallery #main #content .view-display-id-entity_view_1 .main-content-bg ul.large-block-grid-2 li article {
  padding: 0;
}
.node-type-official-gallery #main #content .view-display-id-entity_view_1 .view-display-id-block_3 {
  display: none;
}
.node-type-official-gallery #main #content #comments {
  margin-top: 13px;
}

/**
 * Component / Nodes / Photo Detail Page
 */
.node-type-official-photo #content .all-node-content a {
  float: right;
}
.node-type-official-photo #content article.node-official-photo {
  background: #f2f1ef !important;
  padding: 19px 15px !important;
}
.node-type-official-photo #content article.node-official-photo .field-name-field-photo {
  padding-top: 0;
  margin-bottom: 15px;
}
.node-type-official-photo #content article.node-official-photo .comments-link {
  display: none;
}

/**
 * Component / Nodes / News Detail Page
 */
body.node-type-news .header-wrapper header {
  margin-top: 0;
}
body.node-type-news .main-content-wrapper #main #content article {
  padding: 25px 20px;
  background-color: #f2f1ef;
}
body.node-type-news .main-content-wrapper #main #content article header h2 {
  color: #7a7067;
  font-size: 20px;
  text-transform: capitalize;
}
body.node-type-news .main-content-wrapper #main #content article header .submitted .pubdate {
  top: 35px;
}
body.node-type-news .main-content-wrapper #main #content article .field-name-body .field-items .field-item p {
  color: #313131;
  font-size: 16px;
  margin: 20px 0;
}
body.node-type-news .main-content-wrapper #main #content article .field-name-body .field-items .field-item p a {
  color: #000;
  font-weight: 700;
  font-style: italic;
}
body.node-type-news .main-content-wrapper #main #content article .field-name-body .field-items .field-item p a:hover {
  color: #313131;
}
body.node-type-news .main-content-wrapper #main #content article .field-name-body .field-items .field-item object embed {
  height: 412px;
}
@media only screen and (max-width: 480px) {
  body.node-type-news .main-content-wrapper #main #content article .field-name-body .field-items .field-item object embed {
    height: 400px;
  }
}
@media only screen and (max-width: 320px) {
  body.node-type-news .main-content-wrapper #main #content article .field-name-body .field-items .field-item object embed {
    height: 240px;
  }
}
body.node-type-news .main-content-wrapper #main #content article .sharrre-icons.sharrre {
  float: left;
}
body.node-type-news .main-content-wrapper #main #content article .sharrre-icons.sharrre li.share-comments {
  float: right;
}
body.node-type-news .main-content-wrapper #main #content #comments {
  margin-top: 0;
}

/**
* Component / Nodes / All Sharrre Bar Icons
*/
.sharrre-icons.sharrre {
  float: left;
}
.sharrre-icons.sharrre li.share-comments {
  float: right;
}

/**
 * Component / Nodes / Video Detail Page
 */
@media only screen and (max-width: 480px) {
  .node-type-video #main #content .all-node-content a {
    display: block;
    text-align: right;
    float: none;
  }
}
.node-type-video #main #content article.node-video {
  padding: 19px 17px;
  background-color: #f2f1ef;
}
.node-type-video #main #content article.node-video .field-name-field-video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.node-type-video #main #content article.node-video .field-name-field-video object {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.node-type-video #main #content article.node-video header h2 {
  color: #584f46;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
.node-type-video #main #content article.node-video .sharrre-icons {
  text-align: right;
}
.node-type-video #main #content article.node-video div.field-name-field-parent-gallery {
  display: none;
}

/**
 * Component / Nodes / Music Detail Page
 */
.page-node.node-type-album #main #content {
  padding: 25px 20px;
}
.page-node.node-type-album #main #content .squeeze {
  padding: 18px 20px;
}
.page-node.node-type-album #main #content .squeeze article {
  padding: 0;
}
.page-node.node-type-album #main #content .squeeze article .album-cover {
  padding-right: 7px;
}
.page-node.node-type-album #main #content .squeeze article .album-details {
  padding: 2px 0 0 8px;
  min-height: 280px;
}
.page-node.node-type-album #main #content .squeeze article .album-details header h2 {
  font-size: 20px;
}
.page-node.node-type-album #main #content .squeeze article .album-details .field-name-field-release-date .field-label {
  float: left;
}
.page-node.node-type-album #main #content .squeeze article .album-details .field-name-field-additional-information {
  font-size: 18px;
  margin-bottom: 10px;
}
.page-node.node-type-album #main #content .squeeze article .album-details .field-name-body .details p {
  padding-right: 50px;
  margin: 10px 0 0;
}
.page-node.node-type-album #main #content .squeeze article .album-details .field-name-body p.read-more {
  margin: 0;
  font-style: normal;
}
.page-node.node-type-album #main #content .squeeze section .node-album-tracks {
  padding: 20px 0 0;
}
.page-node.node-type-album #main #content .squeeze section .node-album-tracks .view-rg-standard-track-list caption {
  border-bottom: 3px solid #e4e3e1;
  border-top: 3px solid #e4e3e1;
  color: #aca8a4;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 10px;
  padding: 10px 40px;
  text-align: left;
  text-transform: uppercase;
}
.page-node.node-type-album #main #content .squeeze section .node-album-tracks .view-rg-standard-track-list tbody tr {
  font-size: 20px;
}

/**
 * Component / Nodes / Lyrics Detail Page
 */
.node-type-track #main #content article.node-track {
  padding: 0;
}
.node-type-track #main #content article.node-track .track-details {
  padding: 0;
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .node-title {
  padding-left: 6px;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .node-title {
    float: none !important;
    padding-left: 0;
  }
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .from-the-album {
  padding-left: 6px;
  padding-top: 14px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .from-the-album {
    float: none !important;
    padding-left: 0;
    padding-top: 5px;
  }
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .m2api_products.m2_album.m2-track {
  position: absolute;
  right: 158px;
  top: 125px;
  width: 135px;
  z-index: 9;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .m2api_products.m2_album.m2-track {
    right: 211px;
  }
}
@media only screen and (max-width: 640px) {
  .node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .m2api_products.m2_album.m2-track {
    right: 434px;
    top: 460px;
  }
}
@media only screen and (max-width: 480px) {
  .node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .m2api_products.m2_album.m2-track {
    right: 274px;
  }
}
@media only screen and (max-width: 360px) {
  .node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .m2api_products.m2_album.m2-track {
    right: 154px;
  }
}
@media only screen and (max-width: 320px) {
  .node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .m2api_products.m2_album.m2-track {
    top: 432px;
    right: 114px;
  }
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .m2api_products.m2_album.m2-track .m2-product-button-wrapper {
  font-weight: 400;
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .m2api_products.m2_album.m2-track .m2-buy-now {
  padding: 10px 10px 12px 15px;
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .m2api_products.m2_album.m2-track .m2-buy-now .dropdown-arrow {
  background: url("../images/sprite.v1.png") no-repeat scroll -134px -38px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 10px;
  width: 20px;
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .field-name-field-album .field-items .field-item a {
  font-size: 18px;
  margin-left: 6px;
}
@media only screen and (max-width: 640px) {
  .node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .field-name-field-album .field-items .field-item a {
    margin-left: 0;
  }
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .field-name-field-album .node-album.node-teaser .album-details {
  padding-left: 6px;
  min-height: 219px;
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .field-name-field-album .node-album.node-teaser .album-details header {
  margin-bottom: 26px;
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .field-name-field-album .node-album.node-teaser .album-details header .node-title {
  font-size: 18px;
  padding-left: 0;
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .field-name-field-album .node-album.node-teaser .album-details .field-name-field-album-download-links .links-dropdown-list h3 .dropdown-arrow {
  background: url("../images/sprite.v1.png") no-repeat scroll -133px -38px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 10px;
  width: 22px;
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .field-name-field-album .node-album.node-teaser .album-details .m2api_products.m2_album {
  display: none;
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .field-name-field-album .node-album.node-teaser .album-details .m2api_products.m2_album .m2-buy-now {
  background-color: #bd2626;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 10px 10px 7px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .field-name-field-album .node-album.node-teaser .album-details .m2api_products.m2_album .m2-buy-now .dropdown-arrow {
  background: url("../images/sprite.v1.png") no-repeat scroll -134px -38px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 10px;
  width: 20px;
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .field-name-field-album .node-album.node-teaser .album-details .sharrre-icons {
  bottom: 0;
  position: absolute;
}
.node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .field-name-field-album section {
  display: none;
}
@media only screen and (max-width: 767px) {
  .node-type-track #main #content article.node-track .track-details .track-details-inner .album-cover-desc .main-content-bg {
    padding: 0 5px 10px;
  }
}
.node-type-track #main #content article.node-track .track-details .field-name-field-track-download-links {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 158px;
  text-transform: uppercase;
  top: 125px;
}
@media only screen and (max-width: 768px) {
  .node-type-track #main #content article.node-track .track-details .field-name-field-track-download-links {
    right: 216px;
  }
}
@media only screen and (max-width: 640px) {
  .node-type-track #main #content article.node-track .track-details .field-name-field-track-download-links {
    right: 438px;
    top: 450px;
  }
}
@media only screen and (max-width: 480px) {
  .node-type-track #main #content article.node-track .track-details .field-name-field-track-download-links {
    right: 280px;
  }
}
@media only screen and (max-width: 360px) {
  .node-type-track #main #content article.node-track .track-details .field-name-field-track-download-links {
    right: 160px;
  }
}
@media only screen and (max-width: 320px) {
  .node-type-track #main #content article.node-track .track-details .field-name-field-track-download-links {
    top: 420px;
    right: 120px;
  }
}
.node-type-track #main #content article.node-track .track-details .field-name-field-track-download-links h3 {
  background: #bd2626;
  font-size: 16px;
  padding: 10px 10px 12px 15px;
  width: 135px;
}
.node-type-track #main #content article.node-track .track-details .field-name-field-track-download-links h3:hover {
  background: #920606;
}
.node-type-track #main #content article.node-track .track-details .field-name-field-track-download-links h3 .dropdown-arrow {
  background: url("../images/sprite.v1.png") no-repeat scroll -134px -38px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 10px;
  width: 20px;
}
.node-type-track #main #content article.node-track .track-details .field-name-field-track-download-links ul {
  background: #bd2626;
}
.node-type-track #main #content article.node-track .track-details .field-name-field-track-download-links ul li {
  background: #bd2626;
  font-weight: normal;
  text-transform: capitalize;
}
.node-type-track #main #content article.node-track .track-details .field-name-field-track-download-links ul li:hover {
  background: #920606;
}
.node-type-track #main #content article.node-track .track-details .field-name-field-track-download-links ul li a {
  font-weight: normal;
}
.node-type-track #main #content article.node-track .track-details .sharrre-icons.sharrre {
  position: absolute;
  left: 304px;
  top: 250px;
}
@media only screen and (max-width: 768px) {
  .node-type-track #main #content article.node-track .track-details .sharrre-icons.sharrre {
    left: 362px;
    top: 297px;
  }
}
@media only screen and (max-width: 640px) {
  .node-type-track #main #content article.node-track .track-details .sharrre-icons.sharrre {
    margin-top: 170px;
    margin-left: 10px;
    position: static;
  }
}
.node-type-track #main #content article.node-track .track-details .field-name-field-lyrics {
  margin-left: 12px;
  padding-top: 36px;
  clear: both;
}
.node-type-track #main #content article.node-track .track-details .field-name-field-lyrics p {
  margin-top: 6px;
  padding: 0 12px;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .node-type-track #main #content article.node-track .track-details .large-6 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .node-type-track #main #content article.node-track .track-details .large-6 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .node-type-track #main #content article.node-track .track-details .album-cover {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .node-type-track #main #content article.node-track .track-details .album-cover-desc {
    width: 100%;
    padding: 11px;
  }
}

/**
 * Component / M2 buy dropdown
 */
.m2api_products {
  width: 132px;
}
.m2api_products .m2-buy-now {
  display: inline-block;
  background-color: #bd2626;
  font-size: 16px;
  padding: 10px 10px 10px 15px;
  width: 100%;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fff;
}
.m2api_products .m2-buy-now .dropdown-arrow {
  background: url(../images/sprite.v1.png) no-repeat -129px -38px;
  display: inline-block;
  width: 25px;
  height: 10px;
}
.m2api_products .m2-buy-now:hover {
  background-color: #920606;
}
.m2api_products .m2api_container {
  width: auto;
  display: none;
  position: absolute;
  min-width: 132px;
  z-index: 9999;
}
.m2api_products .m2api_container .m2-row .m2-product-button-wrapper {
  background-color: #bd2626;
  display: block;
  padding: 3px 15px;
}
.m2api_products .m2api_container .m2-row .m2-product-button-wrapper:hover {
  background-color: #920606;
}
.m2api_products .m2api_container .m2-row .m2-product-button-wrapper span {
  color: #fff;
  line-height: 22px;
}
.m2api_products .m2api_container .m2-row .m2-product-button-wrapper span.m2-product-button {
  margin-left: 15px;
}
.m2api_products .m2api_container .m2-row .m2-product-button-wrapper span.m2-product-button a {
  color: #fff;
}
.m2api_products .m2api_container .m2-row .m2-product-button-wrapper span.m2-product-button a:hover {
  text-decoration: underline;
}

#audio, .sidebar .view-rg-standard-music .pause {
  display: none;
}

.view-rg-standard-music .fs1 {
  display: none !important;
}

.zindex {
  z-index: 15 !important;
}

.front .panel-col-last .inside .pane-views-rg-standard-music-block-1 .view-rg-standard-music,
.not-front .region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music {
  z-index: 0;
}

.not-front .region-sidebar-right #block-views-rg-standard-music-block-1 .view-rg-standard-music .flexslider .flex-viewport {
  min-height: 590px;
}

.not-front .region-sidebar-right #block-views-rg-standard-music-block-1 {
  margin-bottom: -289px;
}

.comments-link {
  display: inline-block;
  float: right;
  text-transform: none;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  color: #7a7067;
}
.comments-link a {
  color: #584f46;
}

.node-type-video .field.field-name-field-video-credit-1.field-type-text.field-label-above {
  clear: both;
  padding-top: 15px;
}

.node-type-event-videos .main-content-wrapper #main #content article.node-event-videos .field-name-field-video-embed-field .embedded-video .player iframe {
  width: 100%;
}

/**
 * @file
 * _component_forms.scss
 *
 * Form Styling
 */
/*
 * Components / Forms / Standard form styling
 */
.form-item {
  /* Wrapper for a form element (or group of form elements) and its label */
  margin: 1.5em 0;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  /* Highlight the form elements that caused a form submission error */
  border: 1px solid #c00;
}
.form-item label {
  /* The label for a form element */
  display: block;
  font-weight: bold;
}
.form-item label.option {
  /* The label for a radio button or checkbox */
  display: inline;
  font-weight: normal;
}
.form-item .form-required {
  /* The part of the label that indicates a required field */
  color: #c00;
}
.form-item .description {
  /* The descriptive help text (separate from the label) */
  font-size: 0.85em;
}
.form-checkboxes .form-item, .form-radios .form-item {
  /* Pack groups of checkboxes and radio buttons closer together */
  margin: 0;
  /* Drupal core uses "0.4em 0" */
}

.form-submit {
  /* The submit button */
}

.container-inline div,
.container-inline label {
  /* Inline labels and form divs */
  display: inline;
}

.tips {
  /* Tips for Drupal's input formats */
}

a.button {
  /* Buttons used by contrib modules like Media */
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Components / Forms / Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}

/*
 * Components / Forms / Search (search-block-form.tpl.php)
 */
#block-search-form {
  /* Wrapper for the search form */
}

/*
 * Components / Forms / Drupal's default login form block
 */
#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.
   */
}
#user-login-form ul {
  /* OpenID creates a new ul above the login form's links. */
  margin-bottom: 0;
  /* Position OpenID's ul next to the rest of the links. */
}
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* The "Log in using OpenID" link. */
  margin-top: 1.5em;
  margin-left: -20px;
  /* LTR */
  /* Un-do some of the padding on the ul list. */
}
#user-login-form li.user-link {
  /* The "Cancel OpenID login" link. */
  margin-top: 1.5em;
}

#user-login ul {
  margin: 1.5em 0;
}

/*
 * Components / Forms / Drupal admin tables
 *
 * We overrode these styles in normalize.css, but restore them for the admin
 * section of the site.
 */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
form tbody {
  border-top: 1px solid #ccc;
}
form tr.even {
  background-color: #fff;
}
form table .item-list ul {
  margin: 0;
}

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

/*
 * Newsletter form styling / Copy/Paste from example
 *
 */
.view-rg-newsletter input[type=text],
.view-rg-newsletter select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 45px;
  line-height: 45px;
  border: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

.view-rg-newsletter .label {
  width: 100%;
}
@media only screen and (min-width: 48.0625em) {
  .view-rg-newsletter .label {
    width: 40%;
    float: left;
    padding-right: 10px;
  }
}

.view-rg-newsletter .input-fields, .view-rg-newsletter .mobile-field span, .view-rg-newsletter .form-legal, .view-rg-newsletter .submit-btn {
  width: 100%;
}
@media only screen and (min-width: 48.0625em) {
  .view-rg-newsletter .input-fields, .view-rg-newsletter .mobile-field span, .view-rg-newsletter .form-legal, .view-rg-newsletter .submit-btn {
    width: 60%;
    float: right;
  }
}

.view-rg-newsletter .th,
.join-newsletter-btn,
.form-title {
  display: none;
}

.view-rg-newsletter {
  margin: 20px auto;
}
@media only screen and (min-width: 48.0625em) {
  .view-rg-newsletter {
    max-width: 370px;
  }
}
.view-rg-newsletter .active-input,
.view-rg-newsletter .selective-input {
  *zoom: 1;
  padding-bottom: 10px;
  clear: both;
}
.view-rg-newsletter .active-input:before, .view-rg-newsletter .active-input:after,
.view-rg-newsletter .selective-input:before,
.view-rg-newsletter .selective-input:after {
  content: " ";
  display: table;
}
.view-rg-newsletter .active-input:after,
.view-rg-newsletter .selective-input:after {
  clear: both;
}
.view-rg-newsletter p {
  margin: 0;
}
.view-rg-newsletter .label {
  text-align: right;
  line-height: 45px;
}
.view-rg-newsletter input[type=text],
.view-rg-newsletter select {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.view-rg-newsletter input[type=text]:focus,
.view-rg-newsletter select:focus {
  outline: rgba(229, 29, 29, 0.8) solid 2px;
}
.view-rg-newsletter select {
  padding-top: 10px;
}
.view-rg-newsletter .dob-field select {
  width: 30%;
}
.view-rg-newsletter .dob-field select:not(:last-child) {
  margin-right: 5%;
}
.view-rg-newsletter .mobile-field span {
  display: block;
  font-size: .65em;
  line-height: 1.3em;
  text-align: justify;
  clear: both;
  padding-top: 20px;
}
.view-rg-newsletter .form-legal {
  font-size: .8em;
  line-height: 1.5em;
  text-align: center;
}
.view-rg-newsletter .submit-btn {
  margin-bottom: 20px;
  clear: both;
  text-align: center;
}
.view-rg-newsletter .submit-btn input {
  font-weight: bold;
  display: block;
  border: 0;
  padding: 10px;
  width: 100%;
}

/*
 * Form Select list of Events page
 
 */
.view-display-id-attachment_1 .view-content #ctools-jump-menu .form-type-select {
  background: url(../images/dropdown-arrow.png) no-repeat 80px center #e2dfdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
  position: relative;
  width: 100%;
  z-index: 1;
}
.view-display-id-attachment_1 .view-content #ctools-jump-menu .form-type-select:before {
  display: block;
  height: 100%;
  line-height: 2.5em;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: '';
}
.view-display-id-attachment_1 .view-content #ctools-jump-menu .form-type-select select#edit-jump {
  background-color: transparent;
  border: none;
  color: #808080;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 7px 25px 7px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
}
.view-display-id-attachment_1 .view-content #ctools-jump-menu .form-type-select select#edit-jump option {
  border: none;
  background-color: #e2dfdc;
  cursor: pointer;
  padding-left: 20px;
}
.view-display-id-attachment_1 .view-content #ctools-jump-menu .form-type-select select#edit-jump option:first-child {
  display: none;
}
.view-display-id-attachment_1 .view-content #ctools-jump-menu .form-type-select select:focus {
  outline: none;
}
.view-display-id-attachment_1 .view-content #ctools-jump-menu :-moz-any(.form-type-select):before {
  background: url(../images/dropdown-arrow.png) no-repeat center #e2dfdc;
  pointer-events: none;
  z-index: 1;
}

/**
 * @file
 * _component_fields.scss
 *
 * Field Styling - Will be used much more with a refactor here
 *
 *
 * The Fences module allows site builders to pick the semeantic HTML5 element
 * for each field while editing the field's settings. There's no way a theme
 * can ever know which element to use for the fields on your site, so Zen
 * just uses lets Drupal core or Fences decide. Since you DO NOT want 3 wrapping
 * divs around every field (do you?), we highly recommend Fences.
 *
 * http://drupal.org/project/fences
 */
/*
 * Components / Fields / Video fields
 */
.media-youtube-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 52.4%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
.media-youtube-video.widescreen {
  padding-bottom: 57.25%;
}
.media-youtube-video.vimeo {
  padding-top: 0;
}
.media-youtube-video iframe,
.media-youtube-video object,
.media-youtube-video embed,
.media-youtube-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video {
  margin-bottom: 0;
}

/*
 * Fields / Tour / Events
 */
.field-name-field-location-state, .field-name-field-location-city {
  display: inline-block;
}

/*
 * Fields / album / Events
 */
.views-field-field-track-download-links .links-dropdown-list h3 {
  background: #bd2626;
  font-size: 16px;
  padding: 9px;
  text-align: center;
  width: 120px;
}
@media only screen and (max-width: 480px) {
  .views-field-field-track-download-links .links-dropdown-list h3 {
    width: 100%;
  }
}
.views-field-field-track-download-links .links-dropdown-list h3:hover {
  background: #920606;
}
.views-field-field-track-download-links .links-dropdown-list ul {
  background: #bd2626;
}
.views-field-field-track-download-links .links-dropdown-list ul li:hover {
  background: #920606;
}
.views-field-field-track-download-links .links-dropdown-list ul li a {
  font-size: 16px;
}

.main-content-bg .field-label-inline .field-label,
.main-content-bg .field-label-inline .field-items {
  display: inline-block;
  padding: 5px 0;
}
.main-content-bg .field-label-inline .field-label {
  font-weight: bold;
}

.mfp-content p.o_credit {
  padding: 5px 0;
}

/**
 * @file
 * _components_widgets.scss
 *
 * Components outside of drupal defaults components
 */
/*
 * Components / Widgets / Links dropdown
 */
.links-dropdown-list {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.links-dropdown-list h3 {
  background: none;
  padding: 10px 10px 7px 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.links-dropdown-list h3 > .fs1 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-bottom: 0;
  height: 20px;
}
.links-dropdown-list > ul li {
  padding: 0 10px;
}
.links-dropdown-list a {
  text-decoration: none;
}

/*
 * Components / Widgets / Flexslider (general styles)
 */
.flexslider {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  margin: 0;
  border: none;
  background: none;
}

.flex-direction-nav {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-direction-nav a {
  margin-top: -28.5px;
  opacity: 0.75;
  position: absolute;
}
.flex-direction-nav .flex-prev {
  background-position: 0 -312px;
  height: 57px;
  width: 38px;
  left: 5px;
}
.flex-direction-nav .flex-next {
  background-position: 0 -230px;
  height: 57px;
  width: 38px;
  right: 5px;
}

.flex-control-nav {
  bottom: 0;
  z-index: 100;
}

/*
 * Components / Widgets / Spotlight
 */
.view-rg-standard-spotlight .flex-viewport {
  max-height: none;
}
.view-rg-standard-spotlight .flex-viewport .slides {
  margin-left: 0 !important;
}

.spotlight-copy {
  position: static;
  text-align: center;
  padding: 13px 15px;
}
@media only screen and (min-width: 48.0625em) {
  .spotlight-copy {
    position: absolute;
    text-align: left;
  }
}

.spotlight-caption {
  max-width: 100%;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  float: none;
}
.spotlight-caption .spotlight-caption-link {
  color: #fff;
  font-weight: bold;
}
.spotlight-caption .spotlight-caption-link:hover {
  text-decoration: underline;
  color: #fff;
}

.spotlight-button {
  float: none;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  margin-top: 2px;
  max-width: 100%;
  text-align: left;
  color: #fff;
}
.spotlight-button a {
  color: #fff;
  background-color: transparent;
}
.spotlight-button a:hover {
  text-decoration: underline;
  background-color: transparent;
}

.spotight-video {
  position: relative;
}
.spotight-video .video-player {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.spotight-video .video-player .media-youtube-video {
  padding-bottom: 61.4%;
}

.front .view-rg-standard-spotlight .flexslider {
  margin: 0 0 20px 0;
}
.front .view-rg-standard-spotlight .flex-direction-nav a {
  top: 50%;
  opacity: 0.75;
}
.front .view-rg-standard-spotlight .flex-direction-nav .flex-prev {
  left: 5px;
  top: -202px;
  background-position: 0 -312px;
  height: 57px;
  width: 38px;
}
.front .view-rg-standard-spotlight .flex-direction-nav .flex-next {
  right: 5px;
  top: -202px;
  background-position: 0 -230px;
  height: 57px;
  width: 38px;
}
@media only screen and (min-width: 48.0625em) {
  .front .view-rg-standard-spotlight .flex-control-paging {
    top: auto;
  }
}

/*
 * Components / Widgets / Promobox
 */
.promobox .cboxIframe {
  padding: 0;
}
.promobox .cboxIframe body {
  padding: 30px 15px;
}

/*
 * Components / Widgets / Rg Connect
 */
#edit-rg-connect .item-list ul li {
  display: inline-block;
  vertical-align: top;
}
#edit-rg-connect .item-list ul li a,
#edit-rg-connect .item-list ul li a.rg-connect-twitter {
  display: inline-block;
  background: url(../images/sprite.v1.png) no-repeat -60px 0;
  width: 46px;
  height: 46px;
  outline: none;
}
#edit-rg-connect .item-list ul li a:hover,
#edit-rg-connect .item-list ul li a.rg-connect-twitter:hover {
  opacity: 0.8;
}
#edit-rg-connect .item-list ul li a img,
#edit-rg-connect .item-list ul li a.rg-connect-twitter img {
  display: none;
}
#edit-rg-connect .item-list ul li.last {
  margin-left: 14px;
}
#edit-rg-connect .item-list ul li.last a,
#edit-rg-connect .item-list ul li.last a.rg-connect-facebook {
  background-position: 0 0;
}

/*
 * Components / Widgets / Color Box
 */
#cboxContent #cboxTitle {
  font-size: 18px;
  color: #f2f1ef;
  padding-right: 135px;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  #cboxContent #cboxTitle {
    padding-right: 20px;
  }
}
#cboxContent #cboxTitle .caption {
  top: 10px;
}
@media only screen and (max-width: 768px) {
  #cboxContent #cboxTitle .caption {
    padding-top: 10px;
  }
}
#cboxContent #cboxTitle .caption a {
  color: #bd2626;
  font-size: 16px;
  outline: none;
}
#cboxContent #cboxTitle .caption a:hover {
  color: #920606;
}

/*
 * Components / Widgets / Comments
 */
#comments {
  margin-top: 0;
}
#comments .comment-wrapper .comment-header {
  border-bottom: 8px solid #c9c5c1;
  padding-bottom: 25px;
}
#comments .comment-wrapper .comment-header .title {
  color: #7a7067;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
#comments .comment-wrapper .comment-header .title .comments-link {
  display: inline-block;
  float: right;
  text-transform: none;
  font-style: italic;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  #comments .comment-wrapper .comment-header .title .comments-link {
    float: none;
  }
}
#comments .comment-wrapper .comment-header .title .comments-link a {
  color: #584f46;
}
#comments .comment-wrapper .comment-header .title .comments-link a:hover {
  color: #7a7067;
}
#comments .comment-wrapper .content {
  margin-left: 6px;
}
#comments .comment-wrapper .content article.comment .comment-body .subject {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
#comments .comment-wrapper .content article.comment .comment-body .submitted {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
#comments .comment-wrapper .content article.comment .comment-body .field-name-comment-body {
  color: #7a7067;
  font-size: 14px;
}
#comments .comment-wrapper .content article.comment .comment-body .field-name-comment-body p {
  margin-top: 0;
  margin-bottom: 2px;
}
#comments .comment-wrapper .content article.comment .comment-body ul.links.inline li {
  text-transform: capitalize;
}
#comments .comment-wrapper .content .comment-form #edit-subject {
  width: 100%;
}
#comments .comment-wrapper .content .comment-form #edit-comment-body #cke_edit-comment-body-und-0-value {
  border: none;
}
#comments .comment-wrapper .content .comment-form #edit-comment-body fieldset#edit-comment-body-und-0-format {
  border: none;
}
#comments .comment-wrapper .content .comment-form #edit-actions #edit-submit {
  background: none repeat scroll 0 0 #999;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  color: white;
  font-size: 0.85em;
  font-weight: bold;
  margin: 5px 10px 0 0;
  padding: 8px 25px;
  text-transform: uppercase;
  vertical-align: top;
}
#comments .comment-wrapper .content .comment-form #edit-actions #edit-preview {
  background: none repeat scroll 0 0 #999;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  color: white;
  font-size: 0.85em;
  font-weight: bold;
  margin: 5px 10px 0 0;
  padding: 8px 25px;
  text-transform: uppercase;
  vertical-align: top;
}

/*
 * Components / Widgets / Login
 */
#edit-submit, #edit-preview {
  background: none repeat scroll 0 0 #999;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  color: white;
  font-size: 0.85em;
  font-weight: bold;
  margin: 5px 10px 0 0;
  padding: 8px 25px;
  text-transform: uppercase;
  vertical-align: top;
}

.footer-links ul {
  font-size: 12px;
}

/*
 * Components / Widgets / Magnify popup
 */
@media only screen and (max-width: 768px) {
  .mfp-container .mfp-content {
    width: 75%;
  }
}
.mfp-container .mfp-content .mfp-bottom-bar {
  top: 92%;
}
.mfp-container .mfp-content .mfp-bottom-bar .mfp-title {
  background: rgba(0, 0, 0, 0.75);
  padding: 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mfp-container .mfp-content .mfp-bottom-bar .mfp-title {
    padding: 13px 20px;
  }
}
.mfp-container .mfp-content .mfp-bottom-bar .mfp-title p {
  margin: 0;
}
.mfp-container .mfp-content .mfp-bottom-bar .mfp-title a {
  color: #bd2626;
  display: block;
  text-align: right;
  width: 100%;
  margin: 5px 0;
}
@media only screen and (max-width: 768px) {
  .mfp-container .mfp-content .mfp-bottom-bar .mfp-title a {
    float: none;
    width: auto;
    text-align: left;
    display: block;
    left: 0;
    position: relative;
    top: 7px;
    margin: auto;
  }
}
.mfp-container .mfp-content .mfp-bottom-bar .mfp-title a:hover {
  color: #920606;
}
.mfp-container .mfp-content .mfp-bottom-bar .mfp-counter {
  display: none;
}
.mfp-container .mfp-content .mfp-close {
  cursor: pointer !important;
  height: 25px;
  line-height: 0;
  right: 3px;
  top: 40px;
  width: 20px;
  z-index: 111;
}
.mfp-container .mfp-arrow {
  height: 65px;
  width: 38px;
}
.mfp-container .mfp-arrow.mfp-arrow-left {
  background: url("../images/sprites/left.png") no-repeat;
}
.mfp-container .mfp-arrow.mfp-arrow-right {
  background: url("../images/sprites/right.png") no-repeat;
}
.mfp-container .mfp-arrow-left:after {
  display: none;
}
.mfp-container .mfp-arrow-left:before {
  display: none;
}
.mfp-container .mfp-arrow-right:after {
  display: none;
}
.mfp-container .mfp-arrow-right:before {
  display: none;
}

/*
 * @file
 * _state.scss
 *
 * Specific state overrides for our styles
 * http://smacss.com/book/state
 */
/*
 * Components / State / Mobile (touch) states
 */
.touch .not-front .region-jukebox {
  display: none;
}

.show {
  display: block !important;
}

/*
 * Components / States / Colorbox mobile-first styles
 */
#cboxTitle {
  top: 100%;
}
@media only screen and (min-width: 48.0625em) {
  #cboxTitle {
    top: auto;
    bottom: 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  #cboxTitle .caption {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

/**
 * @file
 * _skin.scss
 *
 * In SMACSS, this would be color/text/typography styling.
 * http://smacss.com/book/type-theme
 *
 * In hydro, however,
 * most of this is handled through rg_fonts and colors.css
 */
