@charset "UTF-8";
/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
/* ==========================================================================
   Imports
   ========================================================================== */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

body {
  font: 13px sans-serif;
  *font-size: small;
  *font: x-small;
  line-height: 1.22;
}

table {
  font-size: inherit;
  font: 100%;
}

select, input, textarea {
  font: 99% sans-serif;
}

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

a:hover, a:active {
  outline: none;
}

a, a:active, a:visited {
  color: #607890;
}

a:hover {
  color: #036;
}

/* bicubic resizing for non-native sized IMG:
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/*
* print styles
* inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
*/
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  a:after {
    content: " (" attr(href) ")";
  }

  abbr:after {
    content: " (" attr(title) ")";
  }

  .ir a:after {
    content: "";
  }

  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

/* ==========================================================================
   Global imports
   ========================================================================== */
/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Font Faces
   ========================================================================== */
@font-face {
  font-family: "Abel-Regular";
  src: url('../fonts/Abel-Regular.eot?1399325254');
  src: url('../fonts/Abel-Regular.eot?&1399325254#iefix') format('embedded-opentype'), url('../fonts/Abel-Regular.woff?1399325256') format('woff'), url('../fonts/Abel-Regular.ttf?1399325300') format('truetype'), url('../fonts/Abel-Regular.svg?1399325256') format('svg');
}
@font-face {
  font-family: "CoreMagic";
  src: url('../fonts/CoreMagic.eot?1399325259');
  src: url('../fonts/CoreMagic.eot?&1399325259#iefix') format('embedded-opentype'), url('../fonts/CoreMagic.woff?1399325259') format('woff'), url('../fonts/CoreMagic.ttf?1399325301') format('truetype'), url('../fonts/CoreMagic.svg?1399325259') format('svg');
}
@font-face {
  font-family: "FestivoLC-Basic";
  src: url('../fonts/FestivoLC-Basic.eot?1399325268');
  src: url('../fonts/FestivoLC-Basic.eot?&1399325268#iefix') format('embedded-opentype'), url('../fonts/FestivoLC-Basic.woff?1399325268') format('woff'), url('../fonts/FestivoLC-Basic.ttf?1399325301') format('truetype'), url('../fonts/FestivoLC-Basic.svg?1399325268') format('svg');
}
@font-face {
  font-family: "FestivoLC-Inline";
  src: url('../fonts/FestivoLC-Inline.eot?1399325269');
  src: url('../fonts/FestivoLC-Inline.eot?&1399325269#iefix') format('embedded-opentype'), url('../fonts/FestivoLC-Inline.woff?1399325268') format('woff'), url('../fonts/FestivoLC-Inline.ttf?1399325300') format('truetype'), url('../fonts/FestivoLC-Inline.svg?1399325270') format('svg');
}
@font-face {
  font-family: "Icons";
  src: url('../fonts/icons.eot?1401495224');
  src: url('../fonts/icons.eot?&1401495224#iefix') format('embedded-opentype'), url('../fonts/icons.woff?1401495224') format('woff'), url('../fonts/icons.ttf?1401495224') format('truetype'), url('../fonts/icons.svg?1401495224') format('svg');
}
/* ==========================================================================
   Font classes
   ========================================================================== */
/* ==========================================================================
   Font classes
   ========================================================================== */
a {
  text-decoration: none;
  color: #ECDDC7;
  font-style: normal;
  font-weight: normal;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
}
a:visited {
  color: #ECDDC7;
}
a:hover, a:active, a:focus {
  color: #BB372A;
}

p, span {
  color: #ECDDC7;
  font-style: normal;
  font-weight: normal;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
}

div, html, body, span {
  color: #ECDDC7;
}

h1, h2, h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  color: #BB372A;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  font-weight: normal;
  font-style: normal;
}

h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  text-transform: uppercase;
}

p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 12.5px;
  line-height: 1.25rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  text-align: left;
  color: #ECDDC7;
  font-family: "Abel-Regular", "Arial Narrow", "Helvetica Nue", Futura, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  margin-bottom: 12px;
  -webkit-font-smoothing: antialiased;
}
p.dark {
  color: #fff;
}

/*==================================================
==              END CUSTOM STYLES                 ==
==================================================*/
/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Universal
   ========================================================================== */
.field-name-body {
  margin-bottom: 30px;
}

a.ls-button {
  padding: 6px 10px;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  text-align: center;
  background: #BB372A;
  color: #ECDDC7;
  box-shadow: 0px 0px 0px black;
  text-transform: uppercase;
}
a.ls-button:hover {
  color: #BB372A;
  background: #D5AE73;
}

.more-link {
  margin: 0 auto;
  margin-top: 30px;
  display: table;
}
.more-link a {
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  background: black;
  color: #BB372A;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 16px;
  padding-top: 7px;
  font-size: 12px;
  font-size: 1.2rem;
}
.more-link a:hover {
  background: #BB372A;
  color: black;
}

.gen-button {
  background: #BB372A;
  padding: 12px 20px;
  color: white;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
}
.gen-button:hover {
  background: #E54839;
}

ul.pager {
  float: right;
}
ul.pager li.pager-current {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.5rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  text-align: left;
  color: #ECDDC7;
  font-family: "Abel-Regular", "Arial Narrow", "Helvetica Nue", Futura, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 10px;
  -webkit-font-smoothing: antialiased;
}
ul.pager li.pager-next a, ul.pager li.pager-previous a {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  background: #BB372A;
  color: #ECDDC7;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  padding: 4px 8px;
  margin-left: 6px;
}
ul.pager li.pager-next a:hover, ul.pager li.pager-previous a:hover {
  background: #032B51;
}

.social-icon {
  float: left;
  margin-right: 6px;
}
.social-icon.fb {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -392px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.fb {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -121px -56px;
    height: 56px;
    width: 56px;
  }
}
.social-icon.fb.tan {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -616px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.fb.tan {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -341px -128px;
    height: 56px;
    width: 56px;
  }
}
.social-icon.fb.tan:hover {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -168px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.fb.tan:hover {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -392px 0;
    height: 56px;
    width: 56px;
  }
}
.social-icon.fb:hover {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -448px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.fb:hover {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -177px -56px;
    height: 56px;
    width: 56px;
  }
}
.social-icon.tw {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -56px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.tw {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -280px 0;
    height: 56px;
    width: 56px;
  }
}
.social-icon.tw.tan {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -560px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.tw.tan {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -285px -128px;
    height: 56px;
    width: 56px;
  }
}
.social-icon.tw.tan:hover {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -504px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.tw.tan:hover {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -258px -277px;
    height: 56px;
    width: 56px;
  }
}
.social-icon.tw:hover {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.tw:hover {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -224px 0;
    height: 56px;
    width: 56px;
  }
}
.social-icon.in {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -1180px -90px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.in {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -112px 0;
    height: 56px;
    width: 56px;
  }
}
.social-icon.in.tan {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -336px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.in.tan {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -65px -56px;
    height: 56px;
    width: 56px;
  }
}
.social-icon.in.tan:hover {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -280px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.in.tan:hover {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -9px -56px;
    height: 56px;
    width: 56px;
  }
}
.social-icon.in:hover {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -1236px -90px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.in:hover {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -168px 0;
    height: 56px;
    width: 56px;
  }
}
.social-icon.yt {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -1068px -90px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.yt {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: 0 0;
    height: 56px;
    width: 56px;
  }
}
.social-icon.yt.tan {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -1124px -90px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.yt.tan {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -56px 0;
    height: 56px;
    width: 56px;
  }
}
.social-icon.yt.tan:hover {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -224px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.yt.tan:hover {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -448px 0;
    height: 56px;
    width: 56px;
  }
}
.social-icon.yt:hover {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -112px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 56px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.yt:hover {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -336px 0;
    height: 56px;
    width: 56px;
  }
}
.social-icon.sub {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -552px -90px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 44px;
  width: 258px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.sub {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -504px 0;
    height: 44px;
    width: 258px;
  }
}
.social-icon.sub.tan {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -810px -90px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 44px;
  width: 258px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.sub.tan {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: 0 -438px;
    height: 44px;
    width: 258px;
  }
}
.social-icon.sub.tan:hover {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -810px -90px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 44px;
  width: 258px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.sub.tan:hover {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: 0 -438px;
    height: 44px;
    width: 258px;
  }
}
.social-icon.sub:hover {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -1234px -264px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 44px;
  width: 258px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .social-icon.sub:hover {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: 0 -818px;
    height: 44px;
    width: 258px;
  }
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Logo & Navigation
   ========================================================================== */
/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  width: 80px;
  margin: 0 auto;
  display: block;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_menutxt:hover .slicknav_icon-bar {
  background-color: #BB372A;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.4em 0 0 0.438em;
  color: #ECDDC7;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #ECDDC7;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.block-block-6 {
  position: inherit;
}

h1.logo {
  margin: 0 auto;
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -766px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 90px;
  width: 120px;
  overflow: hidden;
  height: 90px;
  width: 120px;
  top: 10px;
  position: absolute;
  margin-left: -60px;
  left: 50%;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  h1.logo {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -491px -128px;
    height: 90px;
    width: 120px;
  }
}
h1.logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.block-main-menu {
  padding-top: 120px;
}
.block-main-menu .slicknav_menu ul {
  padding: 0;
}
.block-main-menu .menu {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  overflow: hidden;
  display: none;
}
.block-main-menu .slicknav_menutxt {
  font-size: 18pt;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ECDDC7;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.block-main-menu .slicknav_menutxt:hover, .block-main-menu .slicknav_menutxt:focus {
  color: #BB372A;
}
.block-main-menu li, .block-main-menu .slicknav_nav li {
  width: 100%;
  float: left;
  display: inline;
  white-space: nowrap;
  position: relative;
}
.block-main-menu li.active-trail a, .block-main-menu .slicknav_nav li.active-trail a {
  color: #BB372A;
}
.block-main-menu li.active-trail a:before, .block-main-menu .slicknav_nav li.active-trail a:before {
  content: "";
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: 0 -90px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  left: -14px;
  top: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .block-main-menu li.active-trail a:before, .block-main-menu .slicknav_nav li.active-trail a:before {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: 0 -56px;
    height: 9px;
    width: 9px;
  }
}
.block-main-menu li.active-trail a:after, .block-main-menu .slicknav_nav li.active-trail a:after {
  content: "";
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: 0 -90px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 5px;
  right: -14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .block-main-menu li.active-trail a:after, .block-main-menu .slicknav_nav li.active-trail a:after {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: 0 -56px;
    height: 9px;
    width: 9px;
  }
}
.block-main-menu li a, .block-main-menu .slicknav_nav li a {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 18pt;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ECDDC7;
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s;
}
.block-main-menu li a:hover, .block-main-menu li a:focus, .block-main-menu .slicknav_nav li a:hover, .block-main-menu .slicknav_nav li a:focus {
  color: #BB372A;
}

#block-menu-menu-footer-menu .menu {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  overflow: hidden;
  border-bottom: 1px solid #ECDDC7;
  padding-bottom: 4px;
}
#block-menu-menu-footer-menu .menu li {
  /* width: 100%; */
  float: left;
  /* display: inline; */
  white-space: nowrap;
  position: relative;
  margin-right: 25px;
  margin-bottom: 2px;
}
#block-menu-menu-footer-menu .menu li.active-trail a {
  color: #BB372A;
}
#block-menu-menu-footer-menu .menu li.active-trail a:before {
  content: "";
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: 0 -90px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  left: -14px;
  top: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #block-menu-menu-footer-menu .menu li.active-trail a:before {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: 0 -56px;
    height: 9px;
    width: 9px;
  }
}
#block-menu-menu-footer-menu .menu li.active-trail a:after {
  content: "";
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: 0 -90px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 5px;
  right: -14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #block-menu-menu-footer-menu .menu li.active-trail a:after {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: 0 -56px;
    height: 9px;
    width: 9px;
  }
}
#block-menu-menu-footer-menu .menu li a {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ECDDC7;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
#block-menu-menu-footer-menu .menu li a:hover, #block-menu-menu-footer-menu .menu li a:focus {
  color: #BB372A;
}

a.search-button {
  color: #BB372A;
  right: 2%;
  height: 30px;
  top: 20px;
  position: absolute;
  font-family: url('../img/icons-s4d605f591f.png');
  font-size: 13px;
  font-size: 1.3rem;
}
a.search-button:hover {
  color: #ECDDC7;
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
.page {
  position: relative;
}

.block {
  display: block;
}

.page-wrapper {
  display: block;
  height: 100%;
  overflow: visible;
}

.block-block-12 {
  overflow: auto;
}

.block-views-tour-view-block-3 {
  overflow: auto;
}

.section-header {
  /* overflow: visible; */
  z-index: 100;
  position: relative;
  height: 100px;
}

.section-content {
  margin-top: -60px;
  margin-top: -6rem;
  margin-top: -60px;
  padding-top: 110px;
}

.zone-history-wrapper {
  overflow: visible;
}

.section-footer {
  margin-top: -108px;
  position: relative;
  overflow: visible;
  z-index: 900;
}
.section-footer .footer-top-edge {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: 0 -146px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 118px;
  width: 1600px;
  background-repeat: repeat-x;
  width: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .section-footer .footer-top-edge {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: 0 -218px;
    height: 59px;
    width: 800px;
  }
}
.section-footer .footer-bg {
  background: url('../img/footer-bg.jpg?1405703920') no-repeat;
  width: 100%;
  min-height: 500px;
  background-position: bottom center;
  background-size: cover;
}

.zone-slides-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: auto;
  margin-bottom: 0px;
}
.zone-slides-wrapper .zone-slides {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: auto;
}
.zone-slides-wrapper .zone-slides .region-slides {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: auto;
  background: black;
}

.zone-flag-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: auto;
  /* @include use-sprite("flag"); */
  background-image: url('../img/flag.png?1405703920');
  -webkit-box-shadow: inset 0px 10px 20px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 10px 20px -2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 10px 20px -2px rgba(0, 0, 0, 0.75);
  background-size: cover;
  height: inherit;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .zone-flag-wrapper {
    background-image: url('../img/flag@2x.png?1405703920');
    background-size: 800px 700px;
  }
}
.zone-flag-wrapper .dots {
  background: url('../img/dot.png?1405703919') repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 700px;
}

.zone-wrapper {
  overflow: hidden;
  width: 100%;
}

.zone-header-wrapper .header-bg {
  width: 100%;
  background: black;
  overflow: hidden;
}
.zone-header-wrapper .header-bottom-edge {
  background-image: url('../img/header-bottom.png?1405703920');
  /* @include use-sprite("header-bottom"); */
  background-repeat: repeat-x;
  width: 100% !important;
  margin-top: -98px;
  height: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .zone-header-wrapper .header-bottom-edge {
    background-image: url('../img/header-bottom@2x.png?1405703921');
    background-size: 1500px 221px;
  }
}

.wood-edge {
  background-image: url('../img/wood-edge-thin.png?1405703929');
  background-repeat: repeat-x;
  width: 100%;
  margin-bottom: -1px;
  height: 65px;
  /* background-position: 0px -70px; */
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .wood-edge {
    background-image: url('../img/wood-edge@2x-thin.png?1405703928');
    background-size: 1536px 65px;
  }
}

.zone-wood-wrapper {
  position: relative;
  margin-top: -60px;
  z-index: 99;
}
.zone-wood-wrapper .wood-bg {
  background-image: url('../img/darkwood.png?1405703926');
  background-repeat: repeat;
  overflow: hidden;
  padding-bottom: 60px;
  min-height: 600px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .zone-wood-wrapper .wood-bg {
    background-image: url('../img/darkwood@2x.png?1405703927');
    background-size: 512px 512px;
  }
}
.zone-wood-wrapper .wood-bg .bottom-gradient {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.region {
  float: left;
}

.region-header, .region-featured, .region-tour {
  float: none;
}

.region-news {
  padding-top: 30px;
  padding-bottom: 110px;
}

.region-rightsidebar {
  float: right !important;
}

.zone-featured-wrapper {
  background: #BB372A;
  background-image: url('../img/red.png?1405703927');
  padding-top: 80px;
  padding-bottom: 70px;
  min-height: 200px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .zone-featured-wrapper {
    background-image: url('../img/red@2x.png?1405703928');
    background-size: 215px 215px;
  }
}
.zone-featured-wrapper .page-title {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.zone-featured-wrapper .date-display-single {
  text-align: center;
  display: block;
  color: #ECDDC7;
}

.left-fade {
  height: 110%;
  top: -5%;
  position: absolute;
  right: 50%;
  left: -50%;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF000000', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iNjklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-radial-gradient(center, ellipse cover, #000000 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, #000000 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
  background-image: radial-gradient(ellipse cover at center, #000000 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
}

.right-fade {
  height: 100%;
  top: 0;
  position: absolute;
  right: -50%;
  left: 50%;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF000000', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iNjklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-radial-gradient(center, ellipse cover, #000000 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, #000000 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
  background-image: radial-gradient(ellipse cover at center, #000000 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
.front-slide-list {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.front-slide-list li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.front-slide-list li:first-child {
  position: relative;
  display: block;
  float: left;
}

.front-slide-list .slide-image img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.slide {
  position: relative;
}

.slide-content {
  position: absolute;
  display: block;
  left: 10%;
  top: 20%;
  width: 80%;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
}
.slide-content .slide-image img {
  display: block;
  height: auto;
  width: 100%;
  min-width: 100%;
  border: 0;
}
.slide-content .slide-title p, .slide-content .slide-title span {
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  color: #BB372A;
  font-size: 18px;
  line-height: 12px;
  text-transform: uppercase;
  display: table-cell;
  padding-bottom: 0px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.slide-content .slide-title p:after, .slide-content .slide-title span:after {
  content: "";
  display: table-cell;
  width: 100%;
}
.slide-content .slide-title span {
  border-bottom: 1px solid #D5AE73;
  width: 100%;
}
.slide-content .slide-body p {
  font-family: "Abel-Regular", "Arial Narrow", "Helvetica Nue", Futura, Arial, Helvetica, sans-serif;
  color: #ECDDC7;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.rslides_tabs {
  position: absolute;
  bottom: 25%;
  right: 10%;
  z-index: 99;
  padding: 0;
  margin: 0;
}
.rslides_tabs li {
  float: left;
  border-radius: 10px;
  border: 2px solid #D5AE73;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.rslides_tabs li.rslides_here {
  background-color: #BB372A;
}
.rslides_tabs li a {
  text-align: center;
  line-height: 0;
  color: transparent;
  font-size: 24px;
  font-family: "Abel-Regular", "Arial Narrow", "Helvetica Nue", Futura, Arial, Helvetica, sans-serif;
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* at start */
.anim-modal {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.mfp-ready .anim-modal {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.mfp-removing .anim-modal {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.mfp-ready.mfp-bg {
  opacity: 0.9;
}

/* animate out */
.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.92;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Styles for dialog window */
.search-modal {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
}

.connect-modal {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -834px -264px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 400px;
  width: 400px;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .connect-modal {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -258px -818px;
    height: 400px;
    width: 400px;
  }
}
.connect-modal .mfp-close {
  color: #BB372A;
}
.connect-modal .messages.error {
  position: absolute;
  top: 56px;
  color: #BB372A;
}
.connect-modal .social-links .social-icons {
  display: table;
  margin: 0 auto;
  overflow: visible;
  margin-top: 14px;
  margin-bottom: 14px;
}
.connect-modal .social-links .social-icon.sub.tan {
  margin-bottom: 14px;
}
.connect-modal .social-links h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 6px;
}
.connect-modal .social-links p {
  font-size: 11.5px;
  font-size: 1.15rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-align: center;
  color: #ECDDC7;
}

/*
.connect-button {
	
	position:absolute;
	top:0;
	left:0;
	
}
*/
.search-modal.anim-modal .form-item-search-block-form {
  width: 60%;
}
.search-modal.anim-modal .form-item-search-block-form input {
  width: 100%;
}
.search-modal.anim-modal .form-actions,
.search-modal.anim-modal .form-item-search-block-form {
  float: left;
  text-align: left;
  margin: 0;
  padding: 0;
}
.search-modal.anim-modal .form-actions {
  width: 33%;
}
.search-modal.anim-modal .mfp-close {
  color: #BB372A;
}
.search-modal.anim-modal .content {
  padding: 0px 24px 20px 0px;
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  background: black;
  color: #ECDDC7;
}

/* ==========================================================================
	Input Forms
   ========================================================================== */
/* UI Consistency */
::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input.placeholder {
  color: black;
  /* background: black; */
}
input:-moz-placeholder {
  color: black;
  /* background: black; */
}
input::-moz-placeholder {
  color: black;
  /* background: black; */
}
input:-ms-input-placeholder {
  color: black;
  /* background: black; */
}
input::-webkit-input-placeholder {
  color: black;
  /* background: black; */
}

.form-wrapper {
  margin-left: 0;
  padding-left: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #BB372A 0 0 7px;
  -webkit-box-shadow: #BB372A 0 0 7px;
  box-shadow: #BB372A 0 0 7px;
  z-index: 1;
  /* For Opera */
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

form textarea,
form select,
form input[type="date"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="email"],
form input[type="month"],
form input[type="number"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="text"],
form input[type="time"],
form input[type="url"],
form input[type="week"] {
  border: 5px solid #C6C6C6;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 8px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0 10px 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "Abel-Regular", "Arial Narrow", "Helvetica Nue", Futura, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: black;
  width: 59%;
  float: left;
}
form button,
form input[type="reset"],
form input[type="submit"],
form input[type="button"] {
  text-rendering: optimizeLegibility;
  padding: 6px 20px;
  font-family: "FestivoLC-Inline", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  height: 54px;
  padding-top: 10px;
  float: left;
  text-align: center;
  background: #BB372A;
  color: #D5AE73;
  box-shadow: 0px 0px 0px black;
  text-transform: uppercase;
  text-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  cursor: hand;
  border: none;
}
form button:hover,
form input[type="reset"]:hover,
form input[type="submit"]:hover,
form input[type="button"]:hover {
  color: #BB372A;
  background: #D5AE73;
}

.fade-in-anim, .slide-in-anim {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.come-in {
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation: come-in 0.6s ease forwards;
  -moz-animation: come-in 0.6s ease forwards;
  -ms-animation: come-in 0.6s ease forwards;
  -o-animation: come-in 0.6s ease forwards;
  animation: come-in 0.6s ease forwards;
}

.fade-in {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: fade-in 0.6s ease forwards;
  -moz-animation: fade-in 0.6s ease forwards;
  -ms-animation: fade-in 0.6s ease forwards;
  -o-animation: fade-in 0.6s ease forwards;
  animation: fade-in 0.6s ease forwards;
}

@-moz-keyframes come-in {
  to {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@-webkit-keyframes come-in {
  to {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@-o-keyframes come-in {
  to {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@-ms-keyframes come-in {
  to {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@keyframes come-in {
  to {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@keyframes fade-in {
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?93671439#icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-twitter-circled:before {
  content: '\e800';
}

/* '' */
.icon-facebook-squared:before {
  content: '\e802';
}

/* '' */
.icon-facebook-circled:before {
  content: '\e803';
}

/* '' */
.icon-search:before {
  content: '\e804';
}

/* '' */
.icon-right-open-big:before {
  content: '\e805';
}

/* '' */
.icon-left-open-big:before {
  content: '\e806';
}

/* '' */
.icon-right-open:before {
  content: '\e807';
}

/* '' */
.icon-left-open:before {
  content: '\e808';
}

/* '' */
.icon-facebook:before {
  content: '\e809';
}

/* '' */
.icon-twitter:before {
  content: '\e80a';
}

/* '' */
/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
.block-news-view-block .more-link {
  float: right;
}

.block-news-view-block-2 {
  overflow: auto;
}

.news-article-date, .news-article-title {
  display: none;
}

a.news-read-more, a.views-more-link {
  text-transform: uppercase;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  bottom: 16px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  text-align: center;
  padding-top: 6px;
  background: #BB372A;
  color: white;
  left: 50%;
  width: 80%;
  height: 28px;
  margin-left: -40%;
  position: absolute;
}
a.news-read-more:hover, a.views-more-link:hover {
  background: #032B51;
  color: #D5AE73;
}

.view-news-view .news-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #BB372A;
  display: block;
  z-index: 99;
}
.view-news-view .news-date .day {
  font-family: "CoreMagic", "Arial Narrow", "Helvetica Nue", Futura, Arial, sans-serif;
  color: #ECDDC7;
  text-align: center;
  display: block;
  width: 33px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -4px;
  margin-top: 1px;
}
.view-news-view .news-date .month {
  font-family: "Abel-Regular", "Arial Narrow", "Helvetica Nue", Futura, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
  color: #ECDDC7;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  width: 36px;
  margin-top: -6px;
  letter-spacing: 2px;
}
.view-news-view .news-thumb {
  /* margin-right: -24px; */
  /* border: inset 14px rgba(0,0,0,.1); */
}
.view-news-view .news-thumb img {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.view-news-view h2.news-title {
  padding: 0 12px;
  margin-bottom: 8px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-top: 14px;
  margin-top: 1.4rem;
}
.view-news-view h2.news-title a {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  color: #D5AE73;
}
.view-news-view p.news-body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 13px;
  line-height: 1.3rem;
  font-family: "Abel-Regular", "Arial Narrow", "Helvetica Nue", Futura, Arial, Helvetica, sans-serif;
  padding: 0 12px;
  color: white;
  margin-bottom: 50px;
}
.view-news-view li {
  background: black;
  background: rgba(0, 0, 0, 0.88);
  padding: 12px;
  position: relative;
  margin-bottom: 20px;
  overflow: auto;
}
.view-news-view li:hover .news-thumb img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.view-news-view li:hover .news-title a {
  color: #BB372A;
}

.region-featured .view-news-view {
  /* overflow: auto; */
}
.region-featured .view-news-view li {
  padding: 0;
  background: none;
  overflow: visible;
}
.region-featured .view-news-view li .news-date {
  background: #D5AE73;
}
.region-featured .view-news-view li .news-date span {
  color: #032B51;
}
.region-featured .view-news-view li .news-thumb {
  margin: 0;
  border: none;
}
.region-featured .view-news-view li .news-thumb img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin: 0;
  padding: 0;
}
.region-featured .view-news-view li .news-title {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.region-featured .view-news-view li .news-title a {
  margin: 0;
  color: #ECDDC7;
}
.region-featured .view-news-view li .news-title a:hover {
  color: #D5AE73;
}
.region-featured .view-news-view li .news-body {
  color: #ECDDC7;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.region-featured .view-news-view li a.views-more-link {
  background: #032B51;
  padding: 6px 22px;
  bottom: -40px;
  display: block;
}

.view-news-view .news-page-block-list {
  overflow: auto;
}
.view-news-view .news-page-block-list li {
  background: #ECDDC7;
}
.view-news-view .news-page-block-list li .news-title a {
  color: #BB372A;
}
.view-news-view .news-page-block-list li p.news-body {
  color: black;
}

.news-page-title {
  margin-top: 40px;
}

.news-page-list {
  margin-bottom: 80px;
  overflow: auto;
}
.news-page-list li {
  background: none;
  border-bottom: 1px solid #BB372A;
  padding: 0;
  padding-bottom: 6px;
}
.news-page-list li span {
  color: #BB372A;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: -3px;
  font-family: "CoreMagic", "Arial Narrow", "Helvetica Nue", Futura, Arial, sans-serif;
}
.news-page-list li .year {
  color: #ECDDC7;
  font-family: "CoreMagic", "Arial Narrow", "Helvetica Nue", Futura, Arial, sans-serif;
}
.news-page-list li a {
  text-transform: uppercase;
  color: #D5AE73;
  padding: 0;
  margin: 0;
  font-size: 20px;
  float: left;
}
.news-page-list li a:hover {
  color: #BB372A;
}
.news-page-list li a.news-read-more {
  left: 0;
  width: auto;
  padding: 4px 10px;
  float: right;
  bottom: 0;
  position: relative;
}

.featured-title {
  background-image: url('../img/featured-story.png?1405703920');
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  max-width: 400px;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .featured-title {
    background-image: url('../img/featured-story@2x.png?1405703920');
    background-size: 470px 43px;
  }
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
.view-album-view {
  margin-bottom: 40px;
  overflow: auto;
}
.view-album-view .album-year {
  font-family: "Abel-Regular", "Arial Narrow", "Helvetica Nue", Futura, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
  color: #ECDDC7;
  text-align: center;
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.view-album-view .album-thumb img {
  display: block;
  margin: 0 auto;
}
.view-album-view h2.album-title {
  padding: 0 12px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-top: 14px;
  margin-top: 1.4rem;
  color: #D5AE73;
  text-transform: uppercase;
  text-align: center;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  margin: 0 auto;
  margin-top: 14px;
  display: block;
}
.view-album-view p.album-body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 13px;
  line-height: 1.3rem;
  font-family: "Abel-Regular", "Arial Narrow", "Helvetica Nue", Futura, Arial, Helvetica, sans-serif;
  padding: 0 12px;
  color: white;
  margin-bottom: 50px;
}
.view-album-view ol {
  color: #D5AE73;
}
.view-album-view li.album {
  background: black;
  background: rgba(0, 0, 0, 0.77);
  padding: 12px;
  position: relative;
  margin-bottom: 20px;
  overflow: auto;
}
.view-album-view li.album .album-links {
  display: table;
  overflow: auto;
  margin: 0 auto;
  margin-top: 10px;
}
.view-album-view li.album .share {
  display: table-cell;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.view-album-view li.album .itunes-album {
  margin-left: 8px;
}

.region-featured .view-album-view {
  margin-bottom: 0;
}
.region-featured .featured-album-list li.album {
  background: none;
}
.region-featured .featured-album-list .ls-button {
  background: black;
}
.region-featured .featured-album-list .ls-button:hover {
  background: #D5AE73;
}

.featured-album {
  background-image: url('../img/featured-album.png?1405703919');
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  max-width: 400px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .featured-album {
    background-image: url('../img/featured-album@2x.png?1405703919');
    background-size: 470px 43px;
  }
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
a.rsvp {
  margin-right: 10px;
}
a.rsvp.link-empty {
  display: none;
  border: none;
  color: #C7B59B;
}
a.rsvp.link-empty:hover {
  color: #C7B59B;
}

span.next-show {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-family: "FestivoLC-Inline", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.tour-title {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -886px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 72px;
  width: 390px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .tour-title {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -233px -56px;
    height: 72.5px;
    width: 392.5px;
  }
}

.front-tour-list li, .tour-list li, .next-show-list li {
  position: relative;
}
.front-tour-list .links, .tour-list .links, .next-show-list .links {
  display: table;
  margin-top: 20px;
}
.front-tour-list .links .share, .tour-list .links .share, .next-show-list .links .share {
  display: table;
  margin: 0 auto;
  margin-top: 34px;
  padding: 4px 6px;
}
.front-tour-list .links .share a, .tour-list .links .share a, .next-show-list .links .share a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.front-tour-list .links .share .fb, .tour-list .links .share .fb, .next-show-list .links .share .fb {
  color: white;
  background: none;
}
.front-tour-list .links .share .fb:hover, .tour-list .links .share .fb:hover, .next-show-list .links .share .fb:hover {
  color: #3B5998;
}
.front-tour-list .links .share .tw, .tour-list .links .share .tw, .next-show-list .links .share .tw {
  color: white;
  background: none;
}
.front-tour-list .links .share .tw:hover, .tour-list .links .share .tw:hover, .next-show-list .links .share .tw:hover {
  color: #4099ff;
}
.front-tour-list .links .show-tickets, .tour-list .links .show-tickets, .next-show-list .links .show-tickets {
  background: #032B51;
  padding: 12px 20px;
  color: white;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.front-tour-list .links .show-tickets:hover, .tour-list .links .show-tickets:hover, .next-show-list .links .show-tickets:hover {
  background: #074783;
}
.front-tour-list .links .vip-tickets, .tour-list .links .vip-tickets, .next-show-list .links .vip-tickets {
  background: #BB372A;
  padding: 12px 20px;
  color: white;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
}
.front-tour-list .links .vip-tickets:hover, .tour-list .links .vip-tickets:hover, .next-show-list .links .vip-tickets:hover {
  background: #E54839;
}
.front-tour-list .links .link-empty, .tour-list .links .link-empty, .next-show-list .links .link-empty {
  background: none;
  color: #D5AE73;
  border: 3px dotted #D5AE73;
  height: 37px;
  padding-top: 9px;
  float: left;
  margin-top: -10px;
}
.front-tour-list .links .link-empty:hover, .tour-list .links .link-empty:hover, .next-show-list .links .link-empty:hover {
  background: none;
}

.next-show-list .links {
  padding-top: 20px;
  margin: 0 auto;
}

.front-tour-list li, .tour-list li {
  overflow: visible;
  border-bottom: solid 1px #D5AE73;
  min-height: 90px;
  margin-top: 10px;
}
.front-tour-list li .tour-date, .tour-list li .tour-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 99;
}
.front-tour-list li .tour-date .day, .tour-list li .tour-date .day {
  font-family: "CoreMagic", "Arial Narrow", "Helvetica Nue", Futura, Arial, sans-serif;
  color: #ECDDC7;
  text-align: center;
  display: block;
  width: 33px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -4px;
  margin-top: 1px;
}
.front-tour-list li .tour-date .month, .tour-list li .tour-date .month {
  font-family: "Abel-Regular", "Arial Narrow", "Helvetica Nue", Futura, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #ECDDC7;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  width: 46px;
  margin-top: -6px;
  letter-spacing: 2px;
}
.front-tour-list li .tour-venue, .tour-list li .tour-venue {
  text-transform: uppercase;
  display: block;
  margin-bottom: 0px;
  margin-left: 60px;
  margin-top: 0;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.front-tour-list li .tour-city, .tour-list li .tour-city {
  font-family: "Abel-Regular", "Arial Narrow", "Helvetica Nue", Futura, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  display: block;
  margin-bottom: 10px;
  margin-left: 60px;
}
.front-tour-list li .tour-city p, .tour-list li .tour-city p {
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
}
.front-tour-list li .links, .tour-list li .links {
  display: block;
  margin-left: 60px;
}
.front-tour-list li .links .share, .tour-list li .links .share {
  display: block;
  margin-top: 24px;
  margin-bottom: 10px;
}
.front-tour-list li .links .share a, .tour-list li .links .share a {
  padding: 0;
}

.front-tour-list li:first-child, .tour-list li:first-child {
  margin-top: 0;
}

.front-tour-list li:last-child, .tour-list li:last-child {
  border: none;
}

.view-tour-view .item-list {
  float: right;
  padding-bottom: 50px;
}

/*
/
/	Front Page Next Show Block
/
*/
.block-tour-view-block-2 {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  margin-bottom: 20px;
}
.block-tour-view-block-2 li {
  overflow: visible;
}
.block-tour-view-block-2 li .tour-venue {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 0px;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.block-tour-view-block-2 li .tour-date {
  font-family: "Abel-Regular", "Arial Narrow", "Helvetica Nue", Futura, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 0px;
  padding: 0;
}
.block-tour-view-block-2 li .tour-city {
  font-family: "Abel-Regular", "Arial Narrow", "Helvetica Nue", Futura, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 0px;
  padding: 0;
  margin-top: 24px;
}
.block-tour-view-block-2 li .tour-city p {
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.block-tour-view-block-2 .share a {
  padding: 4px 6px;
}

.block-tour-view-block-3 {
  background: black;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
}
.block-tour-view-block-3 ul.next-show-list {
  padding: 10px;
}
.block-tour-view-block-3 ul.next-show-list span.next-show {
  margin-top: 20px;
}
.block-tour-view-block-3 ul.next-show-list .links .share {
  margin-top: 24px;
}
.block-tour-view-block-3 ul.next-show-list .tour-venue {
  text-transform: uppercase;
  display: block;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 0;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.block-tour-view-block-3 ul.next-show-list .tour-date {
  text-align: center;
}
.block-tour-view-block-3 ul.next-show-list .tour-city {
  font-family: "Abel-Regular", "Arial Narrow", "Helvetica Nue", Futura, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
.block-tour-view-block-3 ul.next-show-list .tour-city p {
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
.zone-footer-wrapper .region-footer {
  margin: 0;
}
.zone-footer-wrapper h2 {
  color: #032B51;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  margin-top: 6px;
  margin-top: 0.6rem;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.zone-footer-wrapper p {
  color: black;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 9px;
  line-height: 0.9rem;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  margin-top: 6px;
  margin-top: 0.6rem;
  padding: 0;
  text-align: center;
}
.zone-footer-wrapper .skynyrd-nation {
  background-image: url('../img/skynyrd-nation.png?1405703927');
  /* @include use-sprite("skynyrd-nation"); */
  margin: 0 auto;
  background-repeat: no-repeat;
  height: 100px;
  width: 190px;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .zone-footer-wrapper .skynyrd-nation {
    background-image: url('../img/skynyrd-nation@2x.png?1405703927');
    background-size: 380px 181px;
  }
}
.zone-footer-wrapper .footer-logo {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -672px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 72px;
  width: 94px;
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .zone-footer-wrapper .footer-logo {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -397px -128px;
    height: 72px;
    width: 94px;
  }
}
.zone-footer-wrapper .super-logo {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -194px -90px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 39px;
  width: 100px;
  position: absolute;
  bottom: -8px;
  right: -28px;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .zone-footer-wrapper .super-logo {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -185px -128px;
    height: 39px;
    width: 100px;
  }
}
.zone-footer-wrapper .super-logo:hover {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.zone-footer-wrapper .footer-group {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  padding-bottom: 20px;
  font-family: "FestivoLC-Basic", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
}
.zone-footer-wrapper .footer-group p {
  text-transform: uppercase;
  color: #ECDDC7;
  float: left;
  margin: 0;
}
.zone-footer-wrapper .footer-group .links {
  float: left;
  margin-top: 4px;
}
.zone-footer-wrapper .footer-group .legal {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 9px;
  line-height: 0.9rem;
  float: left;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
}
.zone-footer-wrapper .footer-group .legal a {
  text-transform: uppercase;
}
.zone-footer-wrapper .nation-content {
  /* padding: 20px; */
}
.zone-footer-wrapper .nation-content .social-icons {
  display: table;
  margin: 0 auto;
}
.zone-footer-wrapper .footer-social {
  padding-top: 10px;
  padding-bottom: 200px;
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
.search-modal {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: 0 -264px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 161px;
  width: 400px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .search-modal {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -314px -277px;
    height: 161px;
    width: 400px;
  }
}
.search-modal .region-search {
  padding-top: 30px;
}

.search-results {
  margin-bottom: 80px;
}
.search-results .search-info {
  display: none;
}

.search-form {
  width: 100%;
  float: left;
}
.search-form label {
  display: none;
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
.nation-block {
  position: absolute !important;
  z-index: 99;
  background: black;
  background: rgba(0, 0, 0, 0.88);
  padding: 14px;
  padding-top: 10px;
  right: 8%;
  bottom: 23%;
  display: none;
}
.nation-block.alone {
  right: inherit;
  top: 460px;
  background: none;
}
.nation-block.alone .left {
  width: 100%;
  border-right: none;
  padding-right: 0;
  height: auto;
}
.nation-block.alone .left h2, .nation-block.alone .left p {
  float: none;
  text-align: center;
}
.nation-block.alone .left p {
  margin-bottom: 10px;
}
.nation-block.alone a {
  float: none;
  color: #ecddc7;
  margin: 0 auto;
  display: table;
}
.nation-block .stars {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -9px -90px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 185px;
  margin: 0 auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .nation-block .stars {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: 0 -128px;
    height: 11px;
    width: 185px;
  }
}
.nation-block .left {
  float: left;
  height: 39px;
  border-right: 1px solid white;
  padding-right: 16px;
  margin-top: 10px;
}
.nation-block .left h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  color: #ECDDC7;
}
.nation-block .left p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  padding: 0;
  margin: 0;
  color: #ECDDC7;
  float: left;
}
.nation-block a {
  margin-left: 10px;
  float: left;
  margin-top: 10px;
  color: #ECDDC7;
}

.media-promo {
  margin-bottom: 40px;
}
.media-promo img {
  padding: 20px;
}
.media-promo a.ls-button {
  float: none;
  display: block;
  margin: 0 auto;
  width: 112px;
}

.history-promo {
  margin-bottom: 40px;
}
.history-promo img {
  padding: 20px;
  padding-left: 4px;
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
.media-title {
  color: #D5AE73;
  text-transform: uppercase;
  border-bottom: 1px solid #D5AE73;
}

.gallery-item {
  cursor: hand;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.gallery-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.gallery-item .item-list {
  display: none;
}
.gallery-item .mfp-name {
  color: #D5AE73;
  text-transform: uppercase;
}

.view-gallery-view {
  display: block;
  position: relative;
  float: left;
}

.view-video-view {
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
  position: relative;
  float: left;
}

.video-item {
  cursor: hand;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.video-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.video-item .video-link {
  display: none;
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
.history-section {
  width: 100%;
  min-height: 400px;
  background: black;
}
.history-section.timeline {
  background: url('../img/timeline/timeline-bg.jpg?1405713946') no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.history-section.starting {
  background: url('../img/timeline/starting-bg.jpg?1405703933') no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.history-section.gaining {
  background: url('../img/timeline/gaining-bg.jpg?1405703931') no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.history-section.opening {
  background: url('../img/timeline/opening-bg.jpg?1405703931') no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.history-section.alabama {
  background: url('../img/timeline/alabama-bg.jpg?1405703929') no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.history-section.tragedy {
  background: url('../img/timeline/tragedy-bg.jpg?1405703934') no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.history-section.second {
  background: url('../img/timeline/second-bg.jpg?1405703932') no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.history-logo {
  background-image: url('../img/icons-s4d605f591f.png');
  background-position: -400px -264px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 380px;
  width: 434px;
  margin: 0 auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .history-logo {
    background-image: url('../img/icons-2x-s909fbac58c.png');
    background-size: 800px 1218.5px;
    background-position: -258px -438px;
    height: 380px;
    width: 434px;
  }
}

.history-bar {
  width: 100%;
  overflow: visible;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
}
.history-bar.red {
  background: url('../img/timeline/bar-red.png?1405721245') no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.history-bar.yellow {
  background: url('../img/timeline/bar-yellow.png?1405719738') no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 50%;
}
.history-bar.orange {
  background: url('../img/timeline/bar-orange.png?1405718393') no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.history-bar.red-orange {
  background: url('../img/timeline/bar-redorange.png?1405709716') no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.history-bar .history-left {
  width: 50%;
  float: left;
  padding: 2%;
}
.history-bar .history-right {
  width: 50%;
  float: left;
  padding: 2%;
}
.history-bar.red .history-right {
  margin-left: -60px;
}
.history-bar.red-orange {
  position: absolute;
  top: 45px;
}
.history-bar.red-orange .history-right {
  margin-left: -120px;
}
.history-bar.vertical {
  width: 40%;
  top: 0;
}
.history-bar.vertical .history-left {
  width: 100%;
  float: left;
  padding: 2%;
  margin: 0;
}
.history-bar.vertical .history-right {
  width: 100%;
  float: left;
  padding: 2%;
}
.history-bar.vertical.alabama .history-right {
  margin-top: -50px;
}
.history-bar.vertical.bar-opening {
  margin-left: 60%;
}
.history-bar.vertical.bar-opening .history-title {
  margin-top: 20%;
}
.history-bar.vertical.orange {
  margin-left: 60%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.history-bar.vertical.orange .history-title {
  margin-top: 20%;
}
.history-bar.vertical.bar-tragedy {
  margin-left: 6%;
}
.history-bar.vertical.bar-tragedy .history-title {
  margin-top: 10%;
}
.history-bar h1.history-title {
  text-transform: uppercase;
  color: #ECDDC7;
  display: block;
  width: 90%;
  float: left;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 38px;
  line-height: 3.8rem;
}
.history-bar h1.history-title.red {
  color: #BB372A;
}
.history-bar h1.history-title.yellow {
  color: #d8b14a;
}
.history-bar h2.history-date {
  text-transform: uppercase;
  color: #ECDDC7;
  float: left;
  display: block;
  width: 100%;
  margin-top: -16px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.history-bar .history-body {
  color: #ECDDC7;
  font-size: 10px;
  font-size: 1rem;
  line-height: 13px;
  line-height: 1.3rem;
  /* 		@include text-shadow(rgba(0,0,0, 0.8) 1px 1px 3px); */
}

.flourish-1 {
  background-image: url('../img/flourish-1.png?1405714955');
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .flourish-1 {
    background-image: url('../img/flourish-1@2x.png?1405714960');
    background-size: 496px 33px;
  }
}

.flourish-2 {
  background-image: url('../img/flourish-2.png?1405714960');
  background-size: contain;
  background-repeat: no-repeat;
  height: 160px;
  float: left;
  width: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .flourish-2 {
    background-image: url('../img/flourish-2@2x.png?1405714960');
    background-size: 21px 213px;
  }
}

.flourish-3 {
  background-image: url('../img/flourish-3.png?1405714960');
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 320px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .flourish-3 {
    background-image: url('../img/flourish-3@2x.png?1405714955');
    background-size: 361px 34px;
  }
}

.flourish-4 {
  background-image: url('../img/flourish-4.png?1405714955');
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  margin: 0 auto;
  width: 100px;
  margin-top: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .flourish-4 {
    background-image: url('../img/flourish-4@2x.png?1405714955');
    background-size: 126px 24px;
  }
}

.flourish-5 {
  background-image: url('../img/flourish-5.png?1405714955');
  background-size: contain;
  background-repeat: no-repeat;
  height: 46px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .flourish-5 {
    background-image: url('../img/flourish-5@2x.png?1405714955');
    background-size: 365px 48px;
  }
}

.flourish-6 {
  background-image: url('../img/flourish-6.png?1405714955');
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  margin: 0 auto;
  width: 70px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .flourish-6 {
    background-image: url('../img/flourish-6@2x.png?1405714956');
    background-size: 119px 59px;
  }
}

.flourish-7 {
  background-image: url('../img/flourish-7.png?1405714956');
  background-size: contain;
  background-repeat: no-repeat;
  height: 230px;
  float: left;
  width: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .flourish-7 {
    background-image: url('../img/flourish-7@2x.png?1405714956');
    background-size: 18px 229px;
  }
}

.history-tour-button {
  background: black !important;
}
.history-tour-button:hover {
  background: #BB372A !important;
  color: black !important;
}

.history-menu {
  position: fixed;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.88);
  z-index: 999;
  text-align: center;
}
.history-menu li {
  display: inline-block;
  padding: 12px;
  padding-bottom: 8px;
}
.history-menu li.active a {
  color: #BB372A;
}
.history-menu li a {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
}

.page-node-177 .section-content {
  margin: 0;
  padding: 0;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: scroll;
}

.fp-easing {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav li,
.fp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav li {
  display: inline-block;
}

#fp-nav li a,
.fp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav li .active span,
.fp-slidesNav.active span {
  background: #333;
}

#fp-nav span,
.fp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.fp-tooltip {
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  top: -2px;
}

.fp-tooltip.right {
  right: 20px;
}

.fp-tooltip.left {
  left: 20px;
}

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

ol, ul {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Preloader
   ========================================================================== */
/* ==========================================================================
   BG classes
   ========================================================================== */
html, body {
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
}

/* fffix */
@-moz-document url-prefix() {}
/* ==========================================================================
	Pages
	========================================================================== */
/* ==========================================================================
   Fixes + Responsive
   ========================================================================== */
iframe {
  width: 100%;
}

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

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.element-invisible {
  display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
